body { 
  background: url('../img/bg.jpg') repeat; 
}

/* map */
#map-wrapper {
    height: 460px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

#map-canvas {
    width: 100%;
    height: 100%;
}

.script {
    font-weight: bold;
	font-family: 'Satisfy', cursive;
}


.map-container {
    border: 1px solid #eeeeee;
    box-sizing: content-box;
    font-family: arial sans-serif;
    height: 460px;
    padding: 5px;
}
.map-container .note {
    font-size: 20px;
}
.map-container .map-title { 
   font-size: 16px;
    margin-bottom: 5px;

}

/* Timer */
#timer 
{
  margin-top: 10px;	
  margin-bottom: 0px;	
}

.timer-box {
    border: 4px solid rgb(0, 0, 0);
    border-radius: 50%;
    display: inline-block;
    margin: 15px 15px;
    padding: 20px 12px 0;
    text-align: center;
    width: 130px;
}

.timer-number {
	color: #ff8080;
	font-size: 38px;
	font-weight: bold;
	font-family: "Montserrat",arial,sans-serif;
}

.timer-text {
    color: #786b67;
    display: block;
    font-size: 22px;
	font-family: 'Satisfy', cursive;
}

/* Button */
.btn {
  background-color: #ff8080;
  border-color: #ff8080;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  background-color: #ff6767;
  border-color: #ff4d4d;
}
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled:active,
.btn.disabled.active,
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled]:active,
.btn[disabled].active,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn.active {
  background-color: #ff8080;
  border-color: #ff8080;
}
.btn, a.btn {
    background-clip: padding-box;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.4s ease-in-out 0s;
    text-transform: uppercase;
	text-align: center;
    padding: 10px 30px;
	margin-bottom: 30px;	
}


/* Main */
.banner
{
  display: block;
  margin-top: 60px;	
  margin-bottom: 40px;	
  margin-left: auto;
  margin-right: auto;
}

.texte
{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.texte-important
{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 30px;	
}

#and
{
	padding-bottom :60px;
}

#footer-content
{
    padding: 50px;
}

.img-responsive
{
	height: auto;
	display: block;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 480px) 
{  

	.img-responsive, .banner
	{
		width: 100%;
	}

	.timer-box {
		margin: 0px 5px;
		padding: 5px 15px 0;
		width: 100px;
	}

}

.owl-carousel .owl-item{
    height: 400px;
}

.owl-carousel .owl-item img{
    height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: none;
}
#links 
{
    display: inline-block;
	text-align: center;
}
#links a
{
	font-size: 0
}

#heure
{
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;

}


.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
		text-align: center;
}

.vertical-align {
    display: flex;
    align-items: center;
}