body {
  color: rgb(20, 19, 19);
}
#menublanc{
  background-color: white;
  display: none;
  position: fixed;
 top: 0px;
 width: 100%;
 opacity: 0;
 transition: 2s;
  z-index: 1000000;
}
#hero {
  width: 100%;
  /* height: 100vh; */
  background-image: url("../../assets/img/homepage-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
  opacity: 90%;
}

@media (min-width: 768px) {
  #hero {
    background-image: url("../../assets/img/homepage-bg.jpg");
  }
}

.navbar-light .navbar-brand {
  background-image: url("../../assets/img/dark_logo_transparent.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 199px;
  height: 40px;
}

#navcol-1 {
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
  color: #222;
  padding: 10px;
}

.navbar.center .navbar-inner {
  text-align: center;
}

.navbar.center .navbar-inner .nav {
  display:inline-block;
  float: none;
  vertical-align: top;
}

#title {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-top: 40px;
}

#subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: bold;
}

#hero-bottom {
  color: #fff;
  background-color: black;
  opacity: 70%;
}

.p-top {
  font-size: 26px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.p-bot {
  font-size: 12px;
  font-weight: 100;
}

.reserve-button:hover, .reserve-button:focus, .reserve-button:active {
  background-color:cornflowerblue !important;
  border: 3px solid #fff !important;
  box-shadow: none !important;
}

.reserve-button {
  /* background-color: aliceblue; */
  border: 3px solid #fff;
  border-radius: 30px;
}

.btn.btn-link.btn-block.arrow-button {
  color: rgb(255,255,255);
  font-size: 32px;
}

#hero-bottom .container {
  max-width: 700px;
  text-align: center;
}

.col.with-borders {
  border: 1px solid rgba(255,255,255,0.2);
  border-top: 0;
  border-bottom: 0;
}



.fab {
  padding: 10px;
  /* font-size: 30px; */
  /* width: 30px; */
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
} 

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

#stats {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  padding-top: 0px;
}

@media (min-width: 768px) {
  #stats {
    /* width: 600px; */
    margin: 0 auto;
    font-size: 15px;
  }
}

#stats .table thead th {
  text-align: left;
  padding-left: 0;
  border-top: 0;
}

#stats .cell-left {
  text-align: left;
  padding-left: 0;
}

#stats .cell-right {
  text-align: right;
  font-weight: bold;
  padding-right: 0;
}

#aero {
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/img/back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#aero .container {
  margin-top: 300px;
}

#aero .h3, h3 {
  font-family: Montserrat, sans-serif;
}

#interior {
  width: 100%;
  height: 60vh;
}

@media (min-width: 768px) {
  #interior {
    width: 100%;
    height: 100vh;
  }
}

#interior .figure {
  max-width: 90%;
}

@media (min-width: 768px) {
  #interior .figure {
    max-width: 70%;
  }
}

#interior .figure-caption {
  color: rgb(255,255,255);
  margin-top: 15px;
}

#caption-title {
  margin-right: 20px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
}

#topview {
  width: 100%;
  height: 120vh;
  background-image: url("../../assets/img/top.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#topview .container {
  margin-bottom: 150px;
}

#topview .h4, h4 {
  font-family: Montserrat, sans-serif;
}

#topview p {
  font-weight: 100;
}

a:hover {
  color: rgba(0,86,179,0);
  text-decoration: underline;
}

#img{
  background-image: url("../../assets/img/d33678e9-244e-4e12-a450-46540f3ad3db.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#remorque{
  padding: 15px;
padding-top: 10px;
background-image: url("../../assets/img/remorque-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-gallery {
  padding-top: 10px;
}

#about{
  padding: 15px;
padding-top: 10px;
background-image: url("../../assets/img/WhatsApp Image 2021-01-28 at 20.20.45.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#panneaux{
  padding: 15px;
padding-top: 10px;
background-image: url("../../assets/img/panneaux-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}
#batterie{
  padding: 15px;
    padding-top: 10px;
    background-image: url("../../assets/img/powerwall-1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#commander{
  padding: 15px;
    /* padding-top: 60px; */
    
}
#galerie{
  /* margin-top: 70px; */
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;

}

#title {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-weight: bold;
}

#subtitle {
  font-family: Montserrat, sans-serif;
    font-size: 36px;
    padding-right: 10px;
  margin-top: -20px;
}
#suit{
  height: 100vh;
}
#mot{
  text-align: center;
}
#photo{
  width: 100%;
    margin-top: 0px;
    padding: 5px;
}
#photo1{
  width: 5%;
    margin-top: 0px;
    padding: 5px;
    margin-top: -50px
}
#section2{
  height: 100vh;
}
#jumbotron{
  border-radius:20px;
  padding:40px;
  background-color: transparent;
  max-width:800px;
  margin:0 auto;
  background-image: url("../../assets/img/Kits solaire.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 370px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #jumbotron{
    margin-right: -200px;
  }
}
