@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&family=Noto+Sans&display=swap');/*police contenuen bas de carousel*/
        .carousel-item{
            height: 100vh;
            min-height: 300px;
            background: no-repeat center center scroll;
            -webkit-background-size : cover;
            background-size: cover;
        }
        #img{
          height: 600px;
        }
        .carousel-item::before{
            content: "";
            display: block;
            position: absolute;
            background: #000!important;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            opacity: 0.4;
        }
        .carousel-caption{
           bottom: 320px;
           text-align: left;
        }
        .carousel-caption h1{
          font-family: 'Poppins', sans-serif;
          font-size: 60px;
          margin-bottom: 18px;
        }
        .carousel-caption p{
          font-family: 'Poppins', sans-serif;
          font-size: 24px;
          margin-bottom: 17px;
        }
        .carousel-caption .btn-light{
          background-color: #FDC800 !important;
          border-radius: 26px;
          font-family: 'Poppins', sans-serif !important;
          color: white !important;
          border-color:none !important;
          margin-bottom: 17px !important;
          border: none !important;
          border: 1px solid #FDC800;
          height: 45px !important;
          width: 180px !important;
        }
        .carousel-caption .btn-light:hover{
          background-color: #D21E2B !important;
          border-radius: 26px;
          font-family: 'Poppins', sans-serif !important;
          color: white !important;
          border-color:none !important;
          margin-bottom: 17px !important;
          border: none !important;
          border: 1px solid #D21E2B;
          height: 45px !important;
          width: 180px !important;
        }
        /*sect1*/
        .section1{
          background-color: #F1F0EB !important;
          
        }
        
        .section1 .container h1{
          margin-top: 50px;
          font-family: 'Noto Sans', sans-serif;
          font-size: 33px;
          text-align: center;
          color: #3E3E3E;
          text-transform: uppercase;
          
        }
        .section1 .container p{
          font-family: 'Noto Sans', sans-serif;
          font-size: 17px;
          text-align: center;
          color: #3E3E3E;
        }
        .section1 .container .col-md-3{
          border: 1px solid #EBEBEB;
          border-bottom-left-radius: 16px;
          border-top-right-radius: 16px;
          border-bottom-right-radius: 16px;
          border-top-left-radius: 16px;
          background-color: white;

        }
        .section1 .container .col-md-3:hover{
          border: 4px solid #EBEBEB;
          box-shadow: rgb(76, 75, 75);
        }
        .section1 .container .col-md-3 h4{
          font-family: 'Noto Sans', sans-serif;
          font-size: 19px;
          text-align: center;
          color: #3E3E3E;
          margin-top: 15px !important;
        }
        .section1 .container .col-md-3 p{
          font-family: 'Noto Sans', sans-serif;
          font-size: 16px;
          text-align: center;
          color: #3E3E3E;
          margin-bottom: 28px !important;
          margin-top: 15px !important;
        }
        .section1 .container .col-md-3 #cercle .fa{
         font-size: 50px;
         color: #D21E2B;
         text-align: center;
         position: relative;
         bottom: 6px;

        }
        .section1 .container .col-md-3 .btn-danger{
          background-color: #D21E2B !important;
          border-radius: 22px;
          font-size: 15px;
          font-family: 'Noto Sans', sans-serif;
          color: white !important;
          border-color:none !important;
          margin-bottom: 17px !important;
          border: none !important;
          border: 1px solid #D21E2B;
          height: 44px !important;
          width: 126px !important;
        }
        .section1 .container .col-md-3 .btn-danger:hover{
          background-color: #FDC800 !important;
        }
        #hr_service{
          border: 0;
          height: 2px;
          position: relative;
          bottom: 5px !important;
          align-items: center;
          margin-top: 15px;
        }
        #hr_span{
          background-color: #D21E2B !important;
          border: 0;
          opacity: 0.70;
          height: 1px;
          color: #D21E2B !important;
          position: relative;
          bottom: 5px !important;
          align-items: center;
        }
        /*section*/
        .section2{
          background-image: linear-gradient(rgba(1, 1, 1, 0.767), rgba(1, 1, 1, 0.76)),
          url("image/image_photo.jpg");
          background-position: center;
          background-size: cover;
          height: 100vh;
          background-attachment: fixed;
          
        }
        .section2 .container h1{
          text-align: center;
          color: white;
          font-size: 35px;
          font-family: 'Noto Sans', sans-serif;
          margin-top: 75px;
          text-transform: uppercase;
        }
        .section2 .container p{
          text-align: center;
          color: white;
          font-size: 18px;
          font-weight: 100 !important;
          font-family: 'Noto Sans', sans-serif;
        }
        .section2 .container  .menu{
          background-color: rgba(0, 0, 0, 0.815);
        }
        .section2 .container  .col-md-8 h2{
          color: white;
          font-size: 28px;
          margin-top: 40px;
          text-transform: uppercase;
          text-align: center;
          font-family: 'Noto Sans', sans-serif;
        }
        .section2 .container  .col-md-8 p{
          color: white;
          font-size: 17px;
          margin-top: 16px;
          text-align: center;
          margin-bottom: 60px;
          font-weight: 100 !important;
        }
        .section2 .container  .sous-menu p{
          font-size: 17px;
          font-family: 'Noto Sans', sans-serif;
          font-weight: 500 !important;
        }
        /*section3*/
        .section3{
          background-color: #F1F0EB !important;
          
        }
       .section3 .container h1{
          font-size: 35px;
          text-align: center;
          text-transform: uppercase;
          margin-top: 40px;
          color: #3E3E3E;
          font-family: 'Noto Sans', sans-serif;
       }
       .section3 .container p{
          font-size: 17px;
          text-align: center;
          color: #000000;
          margin-top: 12px;
          margin-bottom: 30px;
          font-family: 'Noto Sans', sans-serif;
          font-weight: 400 !important;
       }
       .section3 .container .col-md-2 .card{
        border: 1px solid #EBEBEB;
        background-color: white;
        box-shadow: 0px 0px 2px #3E3E3E;
        

      }
      .section3 .container .col-md-2{
        margin-bottom: 20px !important;
        border-bottom-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        border-top-left-radius: 16px;
      }
      .section3 .container .col-md-2 .card-body p{
        text-align: left !important;
        font-weight: 400 !important;
        font-size: 17px;
      }
      
      .section3 .container .col-md-2 .card-body:hover{
        background-color: #D21E2B !important;
        color: #F1F0EB !important;
      }
      .section3 .container .col-md-2 .card:hover{
        border: 4px solid #EBEBEB;
        box-shadow: rgb(76, 75, 75);
      }
       
       /*section 4*/
       .section4{
         background-color: #D21E2B;
       }
       .section4 .container .col-md-6 h1{
          font-size: 42px;
          text-align: center;
          margin-top: 85px;
          margin-bottom: 25px;
          color: white;
          font-family: 'Noto Sans', sans-serif;
       }
       .section4 .container .col-md-6 p{
          font-size: 18px;
          text-align: center;
          margin-top: 10px;
          margin-bottom: 25px;
          color: white;
          font-family: 'Noto Sans', sans-serif;
          font-weight: 200 !important;
       }
       .section4 .container .col-md-6 .fa{
         margin-top: 135px;
        text-align: center;
       }
       .section4 .container .col-md-6 .btn-primary{
        background-color: white!important;
          border-radius: 22px;
          font-size: 15px;
          font-family: 'Poppins', sans-serif !important;
          color: #D21E2B !important;
          border-color:none !important;
          margin-bottom: 150px !important;
          border: none !important;
          border: 1px solid white;
          height: 44px !important;
          width: 126px !important;
       }
       .section4 .container .col-md-6 .btn-primary:hover{
        background-color: #FDC800 !important;
        color: #EBEBEB !important;
       }
       /*section5*/
       .section5{
          background-image: linear-gradient(rgba(1, 1, 1, 0.767), rgba(1, 1, 1, 0.76)),
          url("image/image_destination.jpg");
          background-position: center;
          background-size: cover;
          height: 100vh;
          background-attachment: fixed;
          color: white;
          font-family: 'Poppins', sans-serif !important;
       }
       .section5 .container h1{
        font-family: 'Noto Sans', sans-serif;
        text-transform: uppercase;
        font-size: 40px;
        margin-top: 70px;
        text-align: center;
       }
       .section5 .container .col-md-6{
        background-color: rgba(0, 0, 0, 0.815);
        margin-top: 75px;
       }
       .section5 .container .col-md-6 h2{
         text-align: center;
         margin-top: 28px;
         font-size: 25px;
         font-family: 'Noto Sans', sans-serif;
        text-transform: uppercase;
       }
       .section5 .container .col-md-6 p{
         margin-top: 12px;
         font-size: 17px;
         font-family: 'Noto Sans', sans-serif;
         font-weight: 200 !important;
       }
       .section5 .container  .droite{
        background-color: rgba(245, 239, 239, 0.486);
       }
        /*testi wrap*/
 .testi-wrap{
  width: 100%;
  height: 140vh;
  display: grid;
  align-items: center;
  background-color: #F4F4F4;
  font-family: 'Noto Sans', sans-serif;
}
.testi-wrap .container h1{
 font-size: 46px;
 color: rgb(57, 55, 55);
 text-align: center;
 margin-bottom: 20px;
}
.testi-wrap .container .col-md-3{
  background-color: white;
  border-radius: 25px;
  font-size: 15px;
  margin-bottom: 10px !important;
}
.testi-wrap .container .col-md-3 h2{
  font-size: 14px;
  margin-top: 6px;
  text-transform: capitalize;
}
.testi-wrap .container .col-md-3 span{
  font-size: 14px;
}
       /*STYLE POUR LES TABLES LE RESPONSIVE DESIGN###############################*/
@media screen and (max-width: 1145px) and (min-width: 750px) {
  /*--------------------------CAROUSELE------------------------*/
    .carousel-item{
      height: 63vh;
      min-height: 300px;
      background: no-repeat center center scroll;
      -webkit-background-size : cover;
      background-size: cover;
  }
  #img{
    height: 600px;
  }
  .carousel-item::before{
      content: "";
      display: block;
      position: absolute;
      background: #000!important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0.5;

  }
  .carousel-caption{
    bottom: 147px;
    text-align: left;
  }
  .carousel-caption h1{
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    margin-bottom: 18px;
  }
  .carousel-caption p{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 17px;
  }
  .carousel-caption .btn-light{
    background-color: #FDC800 !important;
    border-radius: 26px;
    font-family: 'Poppins', sans-serif !important;
    color: white !important;
    border-color:none !important;
    margin-bottom: 17px !important;
    border: none !important;
    border: 1px solid #FDC800;
    height: 45px !important;
    width: 170px !important;
  }
  .carousel-caption .btn-light:hover{
    background-color: #D21E2B !important;
    border-radius: 26px;
    font-family: 'Poppins', sans-serif !important;
    color: white !important;
    border-color:none !important;
    margin-bottom: 17px !important;
    border: none !important;
    border: 1px solid #D21E2B;
    height: 45px !important;
    width: 170px !important;
  }
  .section2 .container h1{
    text-align: center;
    color: white;
    font-size: 40px;
    font-family: 'Poppins', sans-serif !important;
    margin-top: 40px;
  } 
  .section5 .container h1{
    font-family: 'Poppins', sans-serif !important;
    font-size: 40px;
    margin-top: 60px;
    text-align: center;
   }
   .section3 .container h1{
    font-size: 33px;
    text-align: center;
    margin-top: 40px;
    color: #3E3E3E;
    font-family: 'Poppins', sans-serif !important;
 }
   .section5 .container .col-md-6{
    background-color: rgba(0, 0, 0, 0.815);
    margin-top: 50px;
   }
   .section5 .container .col-md-6 h2{
     text-align: center;
     margin-top: 28px;
     font-size: 35px;
   }
   .section5 .container  .droite{
    background-color: rgba(245, 239, 239, 0.486);
   }
   .section5 .container .col-md-6 p{
     margin-top: 12px;
     font-size: 17px;
   }   
       
}
 /*STYLE POUR LES TELEPHONES 1 LE RESPONSIVE DESIGN###############################*/
 @media screen and (max-width: 749px) and (min-width: 470px) {
  /*--------------------------CAROUSELE------------------------*/
    .carousel-item{
      height: 40vh;
      min-height: 300px;
      background: no-repeat center center scroll;
      -webkit-background-size : cover;
      background-size: cover;
  }
  #img{
    height: 600px;
  }
  .carousel-item::before{
      content: "";
      display: block;
      position: absolute;
      background: #000!important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0.5;

  }
  .carousel-caption{
    bottom: 40px;
    text-align: left;
    text-align: center;
  }
  .carousel-caption h1{
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    margin-bottom: 18px;
    text-align: center;
  }
  .carousel-caption p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin-bottom: 17px;
    text-align: center;
  }
  .carousel-caption .btn-light{
    background-color: #FDC800 !important;
    border-radius: 26px;
    font-family: 'Poppins', sans-serif !important;
    color: white !important;
    border-color:none !important;
    margin-bottom: 17px !important;
    border: none !important;
    border: 1px solid #FDC800;
    height: 38px !important;
    width: 170px !important;
    font-size: 16px !important;
  }
  .carousel-caption .btn-light:hover{
    background-color: #D21E2B !important;
    border-radius: 26px;
    font-family: 'Poppins', sans-serif !important;
    color: white !important;
    border-color:none !important;
    margin-bottom: 17px !important;
    border: none !important;
    border: 1px solid #D21E2B;
    height: 38px !important;
    width: 170px !important;
    font-size: 16px !important;
  }
  
  .section1 .container .col-md-3{
    border: 1px solid #EBEBEB;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 16px;
    margin-bottom: 22px;

  }     
  .section1 .container h1{
    font-family: 'Poppins', sans-serif !important;
    font-size: 30px;
    text-align: center;
    color: #3E3E3E;
  } 
  .section2 .container h1{
    text-align: center;
    color: white;
    font-size: 40px;
    font-family: 'Poppins', sans-serif !important;
    margin-top: 18px;
  }
  .section2 .container  .col-md-8 h2{
    color: white;
    font-size: 34px;
    margin-top: 40px;
    text-align: center;
  }   
  .section3 .container h1{
    font-size: 28px;
    text-align: center;
    margin-top: 40px;
    color: #3E3E3E;
    font-family: 'Poppins', sans-serif !important;
 }
 .section3 .container .col-md-2{
  margin-bottom: 20px !important;
}
 
.section3 .container .col-md-2 .card {
  margin-bottom: 22px !important;

}
 .section4 .container .col-md-6 h1{
  font-size: 34px;
  text-align: center;
  margin-top: 85px;
  margin-bottom: 25px;
  color: white;
  font-family: 'Poppins', sans-serif !important;
}
.section4 .container .col-md-6 p{
  font-size: 17px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  color: white;
  font-family: 'Poppins', sans-serif !important;
}
.section4 .container .col-md-6 .fa{
 margin-top: 45px;
text-align: center;
}
.section5 .container h1{
  font-family: 'Poppins', sans-serif !important;
  font-size: 35px;
  margin-top: 40px;
  text-align: center;
 }
 .section5 .container .col-md-6{
  background-color: rgba(0, 0, 0, 0.815);
  margin-top: 40px;
 }
 .section5 .container .col-md-6 h2{
   text-align: center;
   margin-top: 28px;
   font-size: 25px;
 }
 .section5 .container  .droite{
  background-color: rgba(245, 239, 239, 0.486);
 }
 .section6 .container h1{
  text-align: center;
  margin-top: 40px;
  font-size: 26px;
  color: #3E3E3E;
  font-family: 'Poppins', sans-serif !important;
}
}
/*DERNIER NIVEAU-----------------------------TELEPHONE*/
@media (max-width: 469px) { 
  .carousel-item{
    height: 20vh;
    min-height: 150px;
    background: no-repeat center center scroll;
    -webkit-background-size : cover;
    background-size: cover;
}
#img{
  height: 600px;
}
.carousel-item::before{
    content: "";
    display: block;
    position: absolute;
    background: #000!important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;

}
.carousel-caption{
  top: -64px;
  text-align: center;
  
}
.carousel-caption h1{
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  margin-bottom: 22px;
 
}
.carousel-caption p{
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  margin-bottom: 2px;
}
.carousel-caption .btn-light{
  background-color: #FDC800 !important;
  border-radius: 26px;
  font-family: 'Poppins', sans-serif !important;
  color: white !important;
  border-color:none !important;
  margin-bottom: 17px !important;
  margin-top: 7px;
  border: none !important;
  border: 1px solid #FDC800;
  height: 35px !important;
  width: 170px !important;
  font-size: 14px !important;
}
.carousel-caption .btn-light:hover{
  background-color: #D21E2B !important;
  border-radius: 26px;
  font-family: 'Poppins', sans-serif !important;
  color: white !important;
  border-color:none !important;
  margin-bottom: 17px !important;
  border: none !important;
  border: 1px solid #D21E2B;
  height: 38px !important;
  width: 170px !important;
  font-size: 16px !important;
}
.section1 .container .col-md-3{
  border: 1px solid #EBEBEB;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 16px;
  margin-bottom: 22px;

}     
.section1 .container h1{
  font-family: 'Poppins', sans-serif !important;
  font-size: 26px;
  text-align: center;
  color: #3E3E3E;
} 

.section2 .container h1{
  text-align: center;
  color: white;
  font-size: 28px;
  font-family: 'Poppins', sans-serif !important;
  margin-top: 8px;
}
.section2 .container p{
  font-size: 17px;
}
.section2 .container  .col-md-8 h2{
  color: white;
  font-size: 25px;
  margin-top: 6px;
  text-align: center;
} 
.section2 .container  .col-md-8 p{
  color: white;
  font-size: 16px;
  margin-top: 16px;
  text-align: center;
  margin-bottom: 40px;
}
.section3 .container h1{
  font-size: 26px;
  text-align: center;
  margin-top: 40px;
  color: #3E3E3E;
  font-family: 'Poppins', sans-serif !important;
}
.section3 .container .col-md-2{
  margin-bottom: 20px !important;
}
.section3 .container .col-md-2 .card{
  border: 1px solid #EBEBEB;
  background-color: white;
  box-shadow: 0px 0px 2px #3E3E3E;
  margin-bottom: 22px;

}
.section4 .container .col-md-6 p{
  font-size: 17px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  color: white;
  font-family: 'Poppins', sans-serif !important;
}
.section4 .container .col-md-6 h1{
  font-size: 30px;
}
.section4 .container .col-md-6 .fa{
 margin-top: 12px;
  text-align: center;
}
.section5 .container h1{
  font-family: 'Poppins', sans-serif !important;
  font-size: 30px;
  margin-top: 25px;
  text-align: center;
 }
 .section5 .container .col-md-6{
  background-color: rgba(0, 0, 0, 0.815);
  margin-top: 16px;
 }
 .section5 .container .col-md-6 h2{
   text-align: center;
   margin-top: 16px;
   font-size: 25px;
 }
 .section5 .container  .droite{
  background-color: rgba(245, 239, 239, 0.486);
 }
 .section6 .container h1{
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #3E3E3E;
  font-family: 'Poppins', sans-serif !important;
}
.section6 .container p{
  font-size: 17px;
  }
 }

 @media (max-width: 347px){
  .section2{
    background-image: linear-gradient(rgba(1, 1, 1, 0.767), rgba(1, 1, 1, 0.76)),
    url("image/image_photo.jpg");
    background-position: center;
    background-size: cover;
    height: 115vh;
    background-attachment: fixed;
    
  }
  .section5{
    background-image: linear-gradient(rgba(1, 1, 1, 0.767), rgba(1, 1, 1, 0.76)),
    url("image/image_destination.jpg");
    background-position: center;
    background-size: cover;
    height: 140vh;
    background-attachment: fixed;
    color: white;
    font-family: 'Poppins', sans-serif !important;
 }

 }

 @media screen and (max-width: 992px) and (min-width: 770px){
  .testi-wrap{
    width: 100%;
    height: 180vh;
    display: grid;
    align-items: center;
   background-color:#f4f4f4;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Noto Sans', sans-serif;
    background-attachment: fixed;
  }
 }
 @media screen and (max-width: 770px){
  .testi-wrap{
    width: 100%;
    height: 220vh;
    display: grid;
    align-items: center;
   background-color:#f4f4f4;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Noto Sans', sans-serif;
    background-attachment: fixed;
  }
  .testi-wrap .container h1{
    font-size: 30px;
    color: rgb(57, 55, 55);
    text-align: center;
   }
 }
 @media screen and (max-width: 410px){
  .testi-wrap{
    width: 100%;
    height: 250vh;
    display: grid;
    align-items: center;
   background-color:#f4f4f4;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Noto Sans', sans-serif;
    background-attachment: fixed;
  }
  .testi-wrap .container h1{
    font-size: 22px;
    color: rgb(57, 55, 55);
    text-align: center;
   }
 }
