*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');

/*-- NAVBAR--*/
.navbar .image img:nth-of-type(1) {
    width: 100px;
    padding: 10px;
    margin-left:50px;
 }
 .navbar .image img:nth-of-type(2) {
    padding-top: 10px;
    width: 250px;
    margin-left:30px;
 }
 .navbar{
    background-color: #000000;
    box-shadow: 0 2px 10px rgba(207, 210, 25, 0.71);
    
 }
 .navbar .btn-commande {
    background-color: yellow;
    color: black;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-right: 40px;
}

/* media ordinateur */
@media screen and (min-width:992px){
 .navbar .image img:nth-of-type(1) {
    width: 100px;
 }
 .navbar .image img:nth-of-type(2) {
    width: 250px;
 }
}

/* media tablette */
@media screen and (min-width:767px) and (max-width:991px){
.navbar .image img:nth-of-type(1) {
    width: 70px;
}
.navbar .image img:nth-of-type(2) {
    width: 200px;
 }
}

/* media mobile */
@media screen and (max-width:767px){
.navbar .image img:nth-of-type(1) {
    width: 50px;
    margin-left:20px;
}
.navbar .image img:nth-of-type(2) {
    width: 150px;
    margin-left:5px;
}
.navbar .btn-commande {
    font-size: 10px;
    padding: 5px 5px;
    margin-right: 10px;
}
}

/* media mobile mini */
@media screen and (max-width:394px){
    .navbar .image img:nth-of-type(1) {
        width: 40px;
        margin-left:15px;
    }
    .navbar .image img:nth-of-type(2) {
        width: 120px;
        margin-left:5px;
    }
    .btn-commande {
        font-size: 8px;
        padding: 4px 4px;
        margin-right: 8px;
    }
    }

    /* media mobile mini 2*/
@media screen and (max-width:344px){
  .navbar .image img:nth-of-type(1) {
      width: 30px;
      margin-left:15px;
  }
  .navbar .image img:nth-of-type(2) {
      width: 90px;
      margin-left:5px;
  }
  .btn-commande {
      font-size: 4px;
      padding: 4px 4px;
      margin-right: 8px;
  }
  }

/*-- INTRO--*/
.intro{
  padding: 1px;
  background-color: #1A1E23;
  overflow: hidden;
}
.intro .bloc1{
    padding: 100px;
}
.intro h1{
    color: white;
    margin-bottom: 20px;
}
.intro p{
  color: #BABBBD;
  margin-bottom: 20px;
}
.intro .btn-commande {
    background-color: yellow;
    color: black;
    font-size: 30px;
    padding: 10px 20px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    margin-top: 35px;
}

.intro img {
  width: 400px;
  padding: 50px;
  border-radius: 120px;
  transition: all 0.3s ease-in-out;

}
.intro img:hover {
  transform: scale(1.1);
}

/* media mobile mini */
@media screen and (max-width:420px){
  .intro .bloc1{
    padding: 40px;
}
.intro h1{
  font-size: 30px;
}
.intro p{
  font-size: 10px;
}
.intro .btn-commande {
  background-color: yellow;
  color: black;
  font-size: 15px;
  padding: 10px 20px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  text-align: center;
  margin-top: 35px;
}
}
/*-- INTRO--*/

/*-- AVIS --*/
.avis{
    background: linear-gradient(180deg, rgba(219, 185, 59, 0.21) 36.46%, rgba(219, 185, 59, 0.0546875) 74.48%, rgba(219, 185, 59, 0) 92.71%);
    background-color: #1A1E23;
}
.avis h1{
    color: white;
    text-align: center;
    padding-top: 50px;
    font-family: 'Jua', sans-serif;
    font-weight: 400;
    font-size: 60px;
    color: #fff;
}

.avis p{
    color: white;
    text-align: center;
    padding: 10px;
}
/*-- AVIS --*/

/*-- TESTIMONIAL --*/
.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  padding-bottom: 20px;
  background-position: center;
  background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img:nth-of-type(1) {
  top: 0;
  left: 0;
  right: 0;
  width: 90px;
  height: 90px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide img:nth-of-type(2) {
  left: 0;
  right: 0;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: block;
  color: #f2f2f2;
  line-height: 46px;
  text-align: center;
  position: relative;

}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 20px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}
/* media mobile mini */
@media screen and (max-width:420px){
  .testimonial4_slide p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8;
    margin: 20px 0 20px 0;
  }
}
/*-- TESTIMONIAL --*/

/*-- GALLERY --*/
.galery{
    background-color: #1A1E23;
    padding: 20px;

}
.gallery-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
  }
  
  .gallery-group img {
    width: auto;
    height: 400px;
    margin: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
  }

  @media only screen and (max-width: 499px) {
  .gallery-group img {
    width: auto;
    height: 200px;
    margin: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
  }
  .testimonial4_slide img:nth-of-type(1) {

    width: 50px;
    height: 50px;

  }
  .testimonial4_slide img:nth-of-type(2) {
    width: 100px;
    margin-top: 15px;
  
  }}
  
  .gallery-group img:hover {
    transform: scale(1.1);
  }
/*-- GALLERY --*/


/*-- SELECTION--*/
.selection{
  height: 100%;
  background: linear-gradient(180deg, rgba(219, 185, 59, 0) 13.02%, rgba(219, 185, 59, 0.0546875) 39.58%, rgba(219, 185, 59, 0.21) 70.83%);
  background-color: #1A1E23;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.selection h1{
  font-family: 'Jua', sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center;
}
.selection span{
  color: #FED83A;
}
.media-29101 img {
  margin-bottom: 20px;
}
.owl-2-style .owl-nav {
  display: none;
}
@media only screen and (max-width: 499px) {
  .selection h1{
    font-family: 'Jua', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
  }
}



/*-- LOCALISATION--*/
.localisation{
  background-color: #1A1E23;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.localisation h1{
  font-family: 'Jua', sans-serif;
  font-weight: 500;
  font-size: 64px;
  color: #FFFFFF;
  padding-top:50px;
  padding-bottom:20px;
}
.localisation span.rouge{
  color: #FF0000;
}
.map-responsive {
  margin-top: 50px;
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
 }
.map-responsive iframe {
  position:absolute;
}
.localisation img{
  padding-top:50px;
  padding-bottom:100px;
  padding-left:30px;
  padding-right:30px;
}
@media only screen and (max-width: 499px) {
  .localisation h1{
    font-family: 'Jua', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    padding-top:50px;
    padding-bottom:20px;
  }
  .map-responsive {
    margin-top: 0px;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
   }
}
@media screen and (min-width:499px)and (max-width:740px){
  .localisation h1{
    font-family: 'Jua', sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    padding-top:50px;
    padding-bottom:20px;
  }
}
/*-- LOCALISATION--*/

/*-- FOOTER --*/
.footer{
  box-shadow: 0 2px 10px rgb(0,0,0,0.3);
  padding-top: 15px;
  background-color: black;
}
.footer img{
  padding-bottom: 15px;
}
.footer p{
  width: 100%;
  color: #FFF;
  text-decoration: none;
  padding: 7px 15px;
  transition: all 0.3 ease-in-out;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer a{
  width: 100%;
  color: #FFF;
  text-decoration: none;
  transition: all 0.3 ease-in-out;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer a:hover{
  color: #6629D7;
  text-decoration: none;
}
@media screen and (min-width:767px){
  .footer a,
  .footer p{
    font-size: 12px;
    
  }
}
/*-- FOOTER --*/