body {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  background: #f9f9f9;
}

#map{ /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */
  height: 600px;
}

.container {
  margin: 0 auto;
  max-width: 1280px; /*1024px;*/
}

.size {
  font-size: 20px;
}

.size-i {
  font-size: 25px;
}

.center {
  text-align: center;
}

.table {
  margin-bottom: 0px;
}

.m-top {
  margin-top: 75px;
}
.m-top-i {
  margin-top: 20px;
}

.m-top-ii {
  margin-top: 10px;
}

.m-bottom {
  margin-bottom: 10px;
}

.m-bottom-i {
  margin-bottom: 20px;
}

.m-right {
  margin-bottom: 10px;
}

.m-left {
  margin-left: 10px;
}

.m-left-ii {
  margin-left: 15px;
}

.linkGalerie {
  color: #bf7154;
}

.linkGalerie:visited {
  color: #bf7154;
}

.linkGalerie:hover {
  color: #965942;
}

.linkGalerie:active {
  color: #965942;
}

.linkGalerie:focus {
  color: #965942;
}

#header .countdown {
  margin-bottom: 0px;
}

#header .countdown div {
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  margin: 10px 10px;
  width: 100px;
  padding: 15px 0;
}

#header .countdown div h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}

#header .countdown div h4 {
  font-size: 16px;
  font-weight: 600;
}

.logoAuth {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.logoFooter {
  width: 12%;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  #header .countdown div {
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }

  #header .countdown div h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  #header .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }

  .logoAuth {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
  }
	
  .logoFooter {
	width: 30%;
	margin-bottom: 30px;
  }
  
  
}