*{
  margin: 0;
  padding: 0;
}

body{
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

/* Carousel */

.transparent-bg{ /* Fond noir transparent sur carousel */
  position:relative;
}

.transparent-bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.3);
}

.carousel-item{
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  background-size: cover;
}

.carousel-caption{
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}

.banner{
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
}

.carousel-caption h1{
  font-size: 100px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
}

.carousel-caption h2{
  width: 100%;
  margin: auto;
  font-size: 30px;
  font-style: italic;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}

.btn-outline {
  margin-top: 2em;
  color: white;
  border-color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1em;
  border-radius: 0;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline.active {
  background: white;
  color: black;
  border-color: white;

}

/* Navbar */

.navbar-brand img{
  width: 30%;
}

.navbar-light{
  position: fixed;
  width: 100%;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  color: #73941f;
  font-weight: bold;
}

#navbarSupportedContent > ul > li > a{
  transition: 0.3s;
}

#navbarSupportedContent > ul > li > a:hover{
  color: #73941f;
}

.smart-scroll{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.scrolled-down{
   transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
   transform:translateY(0); transition: all 0.3s ease-in-out;
}

.container .sec-welcome-header{
  margin-top: 100px;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  color: #333333;
  letter-spacing: 1px;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}

.container .sec-welcome-desc{
  margin-bottom: 100px;
  font-size: 18px;
  color: #747474;
}

.sec-carte-left, .sec-localisation-left, .sec-carte-right, .sec-localisation-right{
  padding-right: 0;
  padding-left: 0;
}

.sec-carte{
  background: #f0f0f0;
  margin-bottom: 100px;
}

h3{ /* Titre */
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  letter-spacing: 1px;
  color: #333333;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}

p{
  color: #747474;
  font-size: 18px;
}

.container-fluid .sec-carte-right h3, .sec-avis .container h3{
  margin-bottom: 20px;
}

.container-fluid .sec-carte-right p{
  margin : 0px 50px 40px 50px;
}

.sec-carte.carte-accueil a{
  background-color: #73941f;
  border-radius: 0;
  border: 0;
  transition: 0.3s;
  font-size: 16px;
}

.sec-carte.carte-accueil a:hover{
  background-color: #67851B;
}

.checked {
  color: #73941f;
}

/* Carte avis */
.card{
  width: 100%;
  height: 400px;
  margin-top: 20px;
  float: none;
  border-radius: 0;
  border-color: #73941f;
}

.card-title {
  margin-top: 20px;
}

.sec-avis .container .card p{
  color: #747474;
  font-size: 16px;
}

.sec-avis .container .sec-avis-avis{
  margin : 30px 0px 100px 0px;
}

.sec-localisation{
  background: #282828;
  color: white;
}

.sec-localisation .container-fluid .row h5{
  font-size: 18px;
}

.sec-localisation .container-fluid .row .adress{
  margin : 100px 0px 50px 0px;
}

.sec-localisation .container-fluid .row .horaire1{
  margin-bottom: 50px;
}

.sec-localisation .container-fluid .row .horaire2{
  margin-bottom: 100px;
}

.sec-localisation .container-fluid .row p{
  font-size: 16px;
  color: #747474;
}

.sec-reseaux{
  margin : 100px 0px 90px 0px;
}

#map{
  height: 500px;
  width: 100%;
}

.footer-carte{
  margin-top: 100px;
}

body > footer > div.footer-copyright{
  background: #1e1e1e;
  color: #626262;
  padding: 20px;
  font-size: 14px;
}

body > footer > div.footer-copyright > div > div > span > a{
  color: white;
  transition: 0.3s;
}


body > footer > div.footer-copyright > div > div > span > a:hover{
  color: #73941f;
}

.segment-one, .segment-two, .segment-three{
  padding: 0;
}

.fa-tripadvisor, .fa-facebook{
  font-size: 30px;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  color: #333333;
  transition: 0.3s;
}

.fa-tripadvisor:hover, .fa-facebook:hover {
  color: #73941f;
}

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

/* Media Queries */

@media only screen and (max-width:575px) {

  .carousel-caption h1{
    font-size: 45px;
  }

  .carousel-caption h2{
    font-size: 21px;
  }

  .btn-outline {
    padding: 0.5em;
  }

  .navbar-brand {
    width: 200px;
  }

  .navbar-brand img{
    width: 100%;
  }

  .sec-carte-right h3{
    margin-top: 1em;
  }

  .sec-carte-right a{
    margin-bottom: 3em;
  }

}
