scriptbody {
  font-family: 'Montserrat', sans-serif;
}

.display-block {
  display: block
}

h1, h2 {
  font-family: 'Satisfy', cursive;
}

a, a:visited, a:hover {
  color: #F17857;
}

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 10px;
}

#hero {
  background-image: url('../images/DSC01698.JPG');
  background-size: 100vw;
  background-repeat: no-repeat;
  min-height: 700px;
}

#hero-box {
  height: 700px;
  background: rgba(0,0,0,0.6);
  color: #d0d4da;
  padding: 15px;
}

#hero-box h1 {
  margin-top: 60px;
  font-size: 76px;
}
#hero-box h2 {
  margin-top: 20px;
  margin-bottom: 170px;
  font-size: 35px;
}

@media (max-width: 768px) {
  #hero-box .caption {
    display:  none;
  }
}

#hero-box p {
  /* font-family: 'Satisfy', cursive; */
  font-size: 50px;
}

#hero-box i {
  font-size: 30px;
}

#schedule {
  /* min-height: 700px; */
}

#schedule-box {

}

#schedule-box h2, #geomatique h2, #dodo h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 60px;
    font-family: 'Satisfy', cursive;
    font-weight: bold;
}

#schedule .col-inner, #indications {
  padding: 15px;
  background-color: #f5f5f5;
  /* height: 400px; */
  border-radius: 10px;
}

#schedule h3 {
  font-weight: bold;
  font-size: 20px;
}

#schedule h4 {
  text-align: left;
  margin-top: 30px;
  margin-left: 25px;
  font-size: 18px;
}

.statement-text {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px
}

.swirl-left {
  display: inline-block;
  background: transparent url("../images/swirl-left.svg") no-repeat left center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 34px;
  height: 39px
}

.swirl-right {
  display: inline-block;
  background: transparent url("../images/swirl-right.svg") no-repeat right center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 34px;
  height: 39px
}

.love-icon {
  margin-right: 10px;
  color: #f4af9c;
}

.facilities {
  padding-left: 70px;
}

#schedule-box ul>li>ul {
  list-style-type: none;
}

#geomatique {
  margin-bottom: 50px;
}

#map {
  height: 600px;
  margin-bottom: 50px;
}

#geomatique h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-left: 20px
}

#geomatique p {
  text-align: left;
}


#footer {
  height: 100px;
  background-color: #413a38;
}

#footer p{
  margin-top: 30px;
  color: white;
  text-align: center;
}

#footer p span {
  font-weight: bold;
}

.red {
  color: rgb(250, 81, 81);
}

.white {
  color: rgb(245, 245, 245) !important;
}


#indications>div, #indications>div li{
  text-align:left;
}

#indications p {
  text-align: justify;
}

#explications p{
  text-align: center;
}

#indications ul {
  list-style-type: none;
}

.marker-txt {
  position:relative !important;
  margin: 0 !important;
  margin-right: 5px !important;
  display: inline-block !important;
}

.btn-primary {
  border: none;
  background-color: #f4af9c;
  margin-bottom: 30px;
  -webkit-transition: background 400ms ease;
  -moz-transition: background 400ms ease;
  -ms-transition: background 400ms ease;
  -o-transition: background 400ms ease;
  transition: background 400ms ease;
}

.btn-primary:hover {
  background-color: #f19c85;
}

.btn-primary:active {
  background-color: #F17857 !important;
  box-shadow: none !important;
}

.btn-primary:focus {
  box-shadow: none !important;
  background-color: #F17857 !important;
}

#gdOuest, #gdNord, #txt-ferrieres {
  display: none;
}
