/* ---- GLOBAL ---- */
@font-face {
    font-family: "Brittany Signature";
    src:
      url("font/BrittanySignature.ttf") format("TrueType")
}


*{

    /* overflow-x: hidden; */
    margin: 0;
    padding: 0;
    font-family: "Poppins";
    max-width: 100%;
    box-sizing: border-box;
}

html{
    overflow-x: visible;
}

body{
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
}

h1,h2, h3, h4, h5, h6, p, img {
    overflow-y: hidden;
}


/*--- header ---*/

header{
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
}
.contain1{
    width: 100%;
    background-color: #FF7C09;
    height: 50px;
    display: flex;
    align-items: center;
    
}

.first{
    width: 85%;
    color: white;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    gap: 10px;
    
}

.first .first1{
    
    display: flex;
    align-items: center;
    gap: 15px;
    width: 90%;
}

.first .first1 .phone {
    
    display: flex;
    align-items: center;
    gap: 5px;
   
}



.first .first1 .hour {
    display: flex;
    align-items: center;
    gap: 5px;
   
}

.first .first1 .hour i{
    font-size: 14px;
}

.first .first1 h6{
    margin: 0;
    font-weight: 500;
    font-size: 13px;
}







/* .first .phone {
    
    display: flex;
    align-items: center;
    gap: 5px;
    width: 60%;
}



.first .hour {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 30%;
}

.first .hour i{
    font-size: 14px;
}

.first h6{
    margin: 0;
    font-weight: 500;
    font-size: 13px;
} */

.first .icones {
    width: 10%;
}

.first .icones i{
    font-size: 14px;
    margin-left: 15px;
}

.contain2{
    width: 100%;
    display: flex;
    align-items: center;
    background-color: white;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
   
}

.second{
    width: 85%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    gap: 10px;
    align-items: center;
}

#menu-btn{
    display: none; 
}
.menu{
    flex-grow: 1;
    display: flex;
    justify-content: end;
}

.second .list{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    margin-bottom: 0;
}

.second .list li{
    list-style: none;
}

.second .list li a{
    text-decoration: none;
    color: black;
    font-weight: 600;
    
}

.second .list li a.active {
    color: #FF7C09;
}

.dropdown-menu{
    border: none;
    border-radius: 0px;
    padding: 10px !important;
    margin-top: 5% !important;
  }

.dropdown-menu li .dropdown-item {
 
    font-family: "Brittany Signature";
    text-decoration: underline !important;
    color: #A57014 !important;
    font-size: 18px !important;
    font-weight: 100 !important;
    padding: 15px !important;
    border-bottom:1px solid #d9d9d993 ;
    --bs-dropdown-link-active-bg: #fff;
    white-space: nowrap;
}


/* .second .prestation a{
    text-decoration: none;
    color: white;
    background-color: #7B3C1C;
    padding: 0.5rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: end;
}  */

.second .logo img {
    width: 200px;
    height: auto;
}

/* header end */

/* ----- FOOTER ------ */

/* .footer{
    background-color: #000;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 3%;
    margin-top: 10%;
} */

.border-top{
    margin-top: 5%;
}

.container{
    padding: 1rem;
}

.container .present .social a {
    text-decoration: none;
    color: white;
    margin-left: 10px;
    font-size: 18px;
}

.container .link h4{
    color: white;
}

.container .link a{
    text-decoration: none;
    color: white;
}

.container .contacts{

    color: white;
}

.foot{
    background: #FF7C09;
}

.foot .container p{
    margin-top: 1%;
}

/* .contain8{
    display: flex;
    justify-content: center;
    width: 83%;
    margin: 0 auto;
    gap: 10px;
}

.gauche{
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 30%;
}

.gauche img{
    width: 150px;
} */

.gauche .icone{
  /* font-size: 24px; */
  color: white;
 /* margin-left: 10px; */

}

.gauche h4 {
    color: white;
    margin-top: 5%;
    font-size: 13px;
}

.milieu{
    width: 30%;
   
}

.milieu h4{
    color: white;
}



.droit .phones{
    display: flex;
    color: white;
    align-items: center;
    padding: 1rem;
    gap: 10px;
}

.droit .phones h6{
    font-weight: bold;
    font-size: 24px;
    
}

.droit .maping{
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    padding: 1rem;
    
}

.droit{
    padding: 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 40%;
}

.droit .maping h6{
    font-weight: bold;
    font-size: 24px;
    
}

.droit .hours{
    display: flex;
    gap: 10px;
    color: white;
    align-items: center;
    padding: 1rem;
}

.droit h4{
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    padding: 1rem;

}

.droit .hours h6{
    font-weight: bold;
    font-size: 24px;
}
/* ----- FIN FOOTER ------ */


/* --------------------------------
---------------ACCUEIL-------------
----------------------------------- */


/* ----- BANNIERE ------ */

.contain3{
    overflow-x: hidden !important;
}

.row{
    margin: 0 !important;
    --bs-gutter-x: 0rem !important;
}

.carousel-inner img{
    max-height: 500px;
    aspect-ratio: 16 / 9; 
    object-fit: cover;
    margin-top: 8%;
    height: auto;
   
}

.carousel-inner {
    padding: 0;
    margin: 0;
    overflow: hidden !important; /* Cache les débordements internes */
    height: auto;
}
.carousel-caption {
    position: absolute; 
    top: 52%;
    left: 10%;
    transform: translateY(-50%); 
    color: white;
    text-align: left; 
    z-index: 2; 
    height: auto;
   
}
.carousel-caption .Accueiltitre{
    font-weight: bolder;
    margin: 0;
    padding-top: 8%;
    font-weight: 600;
    color: white;
    margin-bottom: 55px;
    height: auto !important;
    font-size: 50px;
  
    
}

.carousel-caption a{
    text-decoration: none;
    color: #FF7C09;
    background-color: #fff;
    padding: 1rem;
    border: 2px solid #FF7C09;
    border-radius: 35px;
    
}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
  
}

/* ----- BANNIERE ------ */


/* -----Présentation de Service------ */

.background{
    background-image: url("../image/background.png");
}

.contain4{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    
}

.contain4 h2{
    font-size: 36px;
    text-transform: uppercase;
    color: #FF7C09;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8%;
}

.contain4 .service_1{
    border: 3px solid #FF7C09;
    text-align: center;
    border-radius: 0.5rem;
    height: 300px;
    margin-top: 3%;
}

.contain4 .service_2{
    border: 3px solid #FF7C09;
    text-align: center;
    border-radius: 0.5rem;
    height: 300px;
    margin-top: 10%;
}

.contain4 .service_1 .cercle i{
    font-size: 32px;
    
}


.contain4 .service_1 .cercle{

    margin-top: 45%;
}


.contain4 .service_2 .cercle{

    margin-top: 55%;

}


.contain4 .service_2 i{
    font-size: 32px;
   
}

.contain4 .service_1 h3 , .contain4 .service_2 h3{
    text-transform: uppercase;
    color: #FF7C09;
    font-size: 24px;
    padding-top: 15%;
}

/* debut de presentation produit */

.fond{
    margin-top: 4%;
    background-color: #f5f5f5;
}

.fond .contenu {
    background-color: #f5f5f5;
    padding: 12px;
   
}

/* modifier donc cette partie peut être prise */

.fond .contenu .contain4{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: 85%;
    place-items: center;
    grid-auto-rows: minmax(auto, max-content);
    justify-content:center !important; 
    gap: 0% 3%;
    
}

.fond .contenu .contain4 .cadres1 .prices , 
.fond .contenu .contain4 .cadres2 .prices,
.fond .contenu .contain4 .cadres3 .prices, 
.fond .contenu .contain4 .cadres4 .prices,
.fond .contenu .contain4 .cadres5 .prices , 
.fond .contenu .contain4 .cadres6 .prices,
.fond .contenu .contain4 .cadres7 .prices, 
.fond .contenu .contain4 .cadres8 .prices{
    width: auto;
    /* margin: 0 auto; */
}

.fond .contenu .contain4 .cadres1,
.fond .contenu .contain4 .cadres2,
.fond .contenu .contain4 .cadres3,
.fond .contenu .contain4 .cadres4,
.fond .contenu .contain4 .cadres5,
.fond .contenu .contain4 .cadres6,
.fond .contenu .contain4 .cadres7,
.fond .contenu .contain4 .cadres8{
    margin-top: 25px;
    background-color: #f5f5f5;
    border-top-left-radius: 52px;
    border-top-right-radius: 52px;
    text-align: center;
}

.fond .contenu .contain4 .cadres1 a,
.fond .contenu .contain4 .cadres2 a,
.fond .contenu .contain4 .cadres3 a,
.fond .contenu .contain4 .cadres4 a,
.fond .contenu .contain4 .cadres5 a,
.fond .contenu .contain4 .cadres6 a,
.fond .contenu .contain4 .cadres7 a,
.fond .contenu .contain4 .cadres8 a{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #FF7C09;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}


.text-limit{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify
}

.fond .contenu .contain4 .cadres1:hover a{
    background-color: #fff;
    color: #FF7C09;
}

.fond .contenu .contain4 .cadres1:hover{
    /* background-color: #FF7C09; */
    color: white;
}

.fond .contenu .contain4 .cadres2:hover{
    background-color: #085e21;
    color: #fff;
}

.fond .contenu .contain4 .cadres3:hover{
    background-color: #C7345E;
    color: #fff;
}

.fond .contenu .contain4 .cadres4:hover{
    background-color: #f23094;
    color: #fff;
}

.fond .contenu .contain4 .cadres5:hover{
    background-color: #de353b;
    color: #fff;
}

.fond .contenu .contain4 .cadres6:hover{
    background-color: #d5d756;
    color: #fff;
}

.fond .contenu .contain4 .cadres7:hover{
    background-color: #1B17F9;
    color: #fff;
}

.fond .contenu .contain4 .cadres8:hover{
    background-color: #F9DF17;
    color: #fff;
}

.fond .contenu .contain4 .cadres1 h4,
.fond .contenu .contain4 .cadres2 h4,
.fond .contenu .contain4 .cadres3 h4,
.fond .contenu .contain4 .cadres4 h4,
.fond .contenu .contain4 .cadres5 h4,
.fond .contenu .contain4 .cadres6 h4,
.fond .contenu .contain4 .cadres7 h4,
.fond .contenu .contain4 .cadres8 h4{
    text-align: center;
    margin: 20px 0px;
    text-transform: uppercase;
}


.fond .contenu .contain4 .cadres1 p,
.fond .contenu .contain4 .cadres2 p,
.fond .contenu .contain4 .cadres3 p,
.fond .contenu .contain4 .cadres4 p,
.fond .contenu .contain4 .cadres5 p,
.fond .contenu .contain4 .cadres6 p,
.fond .contenu .contain4 .cadres7 p,
.fond .contenu .contain4 .cadres8 p{
    padding: 0rem 1rem;
    font-size: 14px;
}



.fond .contenu .contain4 .cadres1 .prices img,
.fond .contenu .contain4 .cadres2 .prices img,
.fond .contenu .contain4 .cadres3 .prices img,
.fond .contenu .contain4 .cadres4 .prices img,
.fond .contenu .contain4 .cadres5 .prices img,
.fond .contenu .contain4 .cadres6 .prices img,
.fond .contenu .contain4 .cadres7 .prices img,
.fond .contenu .contain4 .cadres8 .prices img{
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
}


.product h1{
    text-align: center;
    text-transform: uppercase;
    color: #FF7C09;
    margin-bottom: 5rem;
}

/* description produit */

.descriptionContain{
    width: 85%;
    margin: 0 auto;
}

.productCarac{
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 50px;
    /* align-items: center; */
}

.productCarac .imgPrix{
    width: 35%;
}

.productCarac .imgPrix .productImg img{
    border-radius: 55px;
   
}

.productCarac .imgPrix .productName{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 1rem 2rem;
}

.productCarac .applications h4{
    background-color: #FF7C09;
    width: 55%;
    padding: 1rem 1.5rem;
    color: white;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    margin-bottom: 15px;
    font-size: 18px;
}

.productCarac .applications{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.productCarac .applications .pricePro a{
    text-decoration: none;
    color: #fff;
    background-color: #FF7C09;
    padding: 0.5rem 1rem;
    border-radius: 25px;
}

.containerPro .menus{
    display: flex;
    gap: 10px;  
    flex-grow: 1;
}

.containerPro .menus button{
    padding: 15px 20px;
    margin: 10px;
    border: none;
    background-color: #5e5c5b;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    width: 80%;
    transition: background-color 0.3s;
}

.containerPro .menus button.active {
    background-color: #FF7C09;
}

.containerPro .menus button:hover {
    background-color: #121314;
}

.containerPro .content {
    flex: 2;
    padding: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 16px;
    text-align: justify;
}

/* fin de la première partie modifier */


/* debut de présentation réalisation */

.fond3{
    
    background-image: url("../image/fond.png");
  
}

.fond3 .contain23{
    width: 83%;
    margin: 0 auto;
}

.fond3 .contain23 .realisation{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fond3 .contain23 .realisation .textes{
    width:30%;
}

.fond3 .contain23 .realisation .textes h2{
    text-transform: uppercase;
    color: #FF7C09;
    text-align: center;
    font-weight: 600;
}

.fond3 .contain23 .realisation .textes p{
    text-align: justify;
    margin-top: 12%;
    font-weight: 400;
}

.fond3 .contain23 .realisation .article {
    width: 60%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 15px;
}

.fond3 .contain23 .realisation .article .images{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.fond3 .contain23 .realisation .article .images img{
    width: 50%;
    height: 400px;
    border-radius: 8px;
}


/* caractère */
.fond2 .contain23{
    width: 83%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 15%;
    align-items: center;
}

.fond2 .contain23 .imagers{
    width: 30%;
}

 .fond2 .contain23 .imagers .imager{
    width: 100%;
}

.fond2 .contain23 .imagers .imager img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-top-left-radius: 450px;
} 

.fond2 .contain23 .imagers .imager .img2{
    margin-top: -55%;
    margin-left: 20%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.fond2 .contain23 .expert{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 15%;
}

.fond2 .contain23 .expert .qualities{
    display: flex;
    justify-content: space-between;
}

.fond2 .contain23 .expert .qualities .quality h4{
    margin-top: 20%;
    text-align: center;
    font-size: 35px;
}

.fond2 .contain23 .expert .qualities .quality img{
    width:150px
}

/* debut contact  */

.fond1{
    /* background-image: url(image/peinture_2.png); */
    background-image: url("../image/peinture_2.png");
    padding: 5rem;
    margin-top: 5%;
    position: relative;
}

.fond1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 304px;
    background: rgba(0, 0, 0, 0.2); 
    z-index: 1;
}

.fond1 .contacts {
    text-align: center;
    padding-bottom: 4rem;
    
}

.fond1 .contacts h4{
    color: #FF7C09;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
}

.fond1 .contacts h3{
    font-size: 34px;
    margin-bottom: 15px;
}

.fond1 .contacts p {

    margin-bottom: 55px;
}

.fond1 .contacts a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 1rem 2rem;
    background-color: #FF7C09;
    border-radius: 2rem;

}

/* debut apropos */

.contain3 .carousel-item .overlayLocation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: rgba(0, 0, 0, 0.3); 
    z-index: 1;
    margin-top:8%;
}

.contain3 .carousel-item .carousel-caption .location-title{
    text-align: center;
    padding-top: 5rem;
    font-size: 80px;
}

.contain3 {
    margin-top: 0.5%;
}

.location img{
    margin-top:8%;
    max-height: 500px;
    aspect-ratio: 16 / 9; 
    object-fit: cover;
}

.contain24{
    width: 83%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    gap: 5%;
    position: relative;
}

.contain24 .learn{
    width: 50%;
}

.contain24 .learn h3{
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #FF7C09;
    margin-bottom: 25px;
}

.contain24 .learn .texte .para1{
    font-size: 16px;
    text-align: justify;
}


.contain24 .image1{
    width: 50%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;

}


.contain24 .image1 img{
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    /* border-radius: 10px; */
    object-fit: contain;
    display: block;
    
}

.contain24 .image1 .images2{
    display: flex;
    justify-content: center;
    /* gap: 1px; */
}

.contain24 .image1 .images2 .cadreImag{
    width: 65%;
}

.contain24 .image1 .images2 .cadreImag img{
    width: 100%;
    height: 350px;
}

.contain24 .image1 .images2 .cadreIma{
    color:white;
    background-color: #FF7C09;
    width:35%;
    height: 200px;
    border-radius: none !important;
    
}


.contain24 .image1 .images2 .cadreIma h3{
    font-size: 24px;
    margin-top: 25%;
}

.contain24 .image1 .images2 .cadreIma p{
    font-size: 14px;
}

.contain24 .divImage{
    width: 70%;
    margin-left: 38%;
    margin-top: -32%;
}

.contain24 .divImage img{
    width: 100%;
    height: 300px;
}

.team-section {
    text-align: center;
    padding: 20px;
    background-image: url(image/background.png);
  }
  
  .team-section h2 {
    font-size: 2rem;
    margin-bottom: 50px;
    
  }
  
  .team-grid {
    width: 85%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 20px;
  }
  
  .team-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #fff;
    /* clip-path: polygon(9% 59%, 91% 60%, 91% 8%, 100% 15%, 100% 100%, 0 100%, 0 20%, 9% 11%); */
  
  }
  
  .team-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 4px solid #fff;
  }
  
  .team-card h3 {
    font-size: 1.2rem;
    margin: 10px 0 5px;
  }
  
  .team-card p {
    font-size: 1rem;
    margin: 0;
  }
  


/* debut info localisation */


.infos{
    background-color: #fdead9;
    height: auto;
    text-align: justify;
    /* border-radius: 0.5rem; */
    /* padding: 1rem 0rem; */
    
}

.infos .info1{
    margin-bottom: 7rem;
    padding: 0rem 1rem;
}

.infos .info1 p{
    font-size: 18px;
    font-weight: 500;
}

.infos .info1 img{
    margin-right: 15px;
}

.formu .form {
    width: 100%;
}
.formu .form form{
    margin-bottom: 1rem;
}

.formu .form .civility{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

.formu .form .civility input{
    width: 45%;
    margin-bottom: 15px;
    padding: 1.5rem;
    border-radius: 50px;
    border: 1px solid #FF7C09;
}


.formu textarea{
    width: 100%;
    margin-bottom: 15px;
    padding: 0.8rem;
    border-radius: 20px;
    height: 150px;
    border: 1px solid #FF7C09;
}

.formu  input{
    width: 100%;
    margin-bottom: 15px;
    padding: 1.5rem;
    border-radius: 50px;
    border: 1px solid #FF7C09;
}

.formu, textarea{
    height: 100px;
}

.formu .form button{
    background-color: #FF7C09;
    padding: 1rem 2rem;
    margin-top: 10rem;
    color: #fff;
    border: none;
    border-radius: 28px;
    font-weight: bold;
    display: block;
    width: 40%;
    text-align: center;
    margin: 0 auto;

}


/* .infos{
    background-color: #fdead9;
    height: 400px;
    text-align: justify;
    border-radius: 0.5rem;
    
}

.infos .info1{
    margin-bottom: 5rem;
    padding: 0rem 1rem;
}

.infos .info1 i{
    font-size: 32px;
}

.formu .form {
    width: 100%;
}
.formu .form form{
    margin-bottom: 1rem;
}

.formu .form .civility{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
}

.formu .form .civility input{
    width: 50%;
    margin-bottom: 15px;
    padding: 0.8rem;
    border-radius: 8px;
    border: 1px solid #FF7C09;
}


.formu  input, textarea{
    width: 100%;
    margin-bottom: 15px;
    padding: 0.8rem;
    border-radius: 8px;
    border: 1px solid #FF7C09;
}

.formu .form a{
    text-decoration: none;
    background-color: #FF7C09;
    padding: 1rem 2rem;
    margin-top: 10rem;
    color: #fff;
    border-radius: 28px;
    font-weight: bold;
    display: block;
    width: 20%;
    text-align: center;
    margin: 0 auto;

} */

/* --------------------------------------------
-----------CONNEXION ADMIN-------------
----------------------------------- */

.containerAdmin{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.contener{
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    
}

.contener img{
    width: 20%;
    margin: 0 auto;
}

.contener a{
    width: 100%;
    display: flex;
    justify-content: center;
}

.contener form{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.contener input{
    width: 80%;
    padding: 0.8rem;
    margin-bottom:10px;
    border: 1px solid gray;
    border-radius: 5px;
}

.contener button{
    width: 80%;
    padding: 0.8rem;
    color: white;
    background-color: #FF7C09;
    font-size: 18px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
}

.contener p {
    color: #FF7C09;
    font-size: 18px;
}


/* --------------------------------------------
----------RESPONSIVES--------------------------
----------------------------------- */


/* ----- RESPONSIVE TABLETTE------ */
@media  screen and (min-width: 500px)and (max-width:700px) {

    .first .first1{
    
        display: flex;
        align-items: center;
        gap: 15px;
        width: 100%;
    }
    
    .first .first1 .phone {
        
        display: flex;
        align-items: center;
        gap: 5px;
       
    }
    
    
    .first .first1 .hour {
        display: flex;
        align-items: center;
        gap: 5px;
       
    }
    
    .first .first1 .hour i{
        font-size: 14px;
    }
    
    .first .first1 h6{
        font-size: 10px;
    }

    .first i{
        font-size: 12px;
    }

    .first h6{
        font-size: 10px;
    }

    .first .phone {
    
        width: 50%;
    }

    .first .hour i{
        font-size: 12px;
    }
    
    .first .icones {
        
        width: 20%;
    }

    .first .icones i{
        font-size: 12px;
        margin-left: 8px;
        
    }

   
    #menu-btn{
        display: block;
    }
    .menu {
        display: none; 
        flex-direction: column;
        background-color: #fff; 
        position: absolute;
        top: 40% !important;
        right: 0% !important;
        width: 60%;
        height: 100vh;
        z-index: 100;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        justify-content: start;
        
    }

    .menu.active {
        display: flex; 
        flex-direction: column;
       
    }

    .menu .list{
        flex-direction: column;
        align-items: start;
        margin-top: 2rem;
        
    }

    .second{
        margin: 0 auto;
        width: 85%;
        
    }

    .second .logo{
        margin-right: 23%;
        
    }

    .second .logo img{
        width: 150px;
    }


    .prestation {
        margin-right: 0%;
    }
    .second .prestation a{
        font-size: 8px;
        
        
    }

    .second .list li a{
       
        color: #000 !important;
        text-align: start;
       
    }

    .dropdown-menu {
        position: relative !important; 
        width: 100%; 
        margin-top: 0% !important;
        margin-bottom: 5px;
       
    }

   
    .dropdown {
        width: 100%; 
    }

    .carousel-caption .Accueiltitre{
        font-size: 24px !important;
        margin-bottom: 25px;
    }

    .carousel-caption a{
        text-decoration: none;
        color: #FF7C09;
        background-color: #fff;
        padding: 0.5rem;
        border: 2px solid #FF7C09;
        border-radius: 35px;
        font-size: 12px;
        
    }
    
    .carousel-inner img{
        margin-top: 20%;
        height: 200px;
    }


    
.contain4 h2{
    font-size: 26px;
    margin-bottom: 8%;
}

.contain4 .service_1 .cercle{

    margin-top: 10%;
}


.contain4 .service_2 .cercle{

    margin-top: 15%;

}


.contain4 .service_2 i{
    font-size: 32px;
   
}

.contain4 .service_1 h3 , .contain4 .service_2 h3{
    text-transform: uppercase;
    color: #FF7C09;
    font-size: 24px;
    padding-top: 10%;
}

/* debut de presentation produit */



.fond .contenu .contain4{
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0% 20%;
    margin-bottom: 0%;
}

/* nouveau code ajouté */

.productCarac{
    display: block;
}

.productCarac .imgPrix{
    width: 100%;
}

.productCarac .applications{
    width: 100%;
}

.containerPro .menus button {
    font-size: 13px;
    padding: 15px 10px;
    margin: 5px;
}

.containerPro .content{
    font-size: 12px;
}

.containerPro .menus{
    gap: 0px;
}

.productCarac .applications h4 {
    width: 85% !important;
}

/* RéALISATION */

.fond3 .contain23 .realisation{
    display: block;
    
    
}

.fond3 .contain23 .realisation .textes, .fond3 .contain23 .realisation .article{
    width:100%;
    margin-bottom: 12px;
}

.fond3 .contain23 .realisation .article .images img{
   
    height: 250px;
    
}

/* CARACTeRE */

/* .fond2 .contain23{
    
    display: block;
    gap: 10%;
   
} */

.fond2 .contain23 .imagers{
    width: 100%;
}



.fond2 .contain23 .imagers .imager img{
    
    height: 250px;
   
} 

.fond2 .contain23 .imagers .imager .img2{
    margin-top: -95%;
    margin-left: 15%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 12px;
}

.fond2 .contain23 .expert{
    margin-top: 2rem;
    width: 100%;
}


.fond2 .contain23 .expert .qualities .quality h4{
    font-size: 18px;
}

.fond2 .contain23 .expert .qualities .quality img{
    width:80px
}


/* contacts */


.fond1 .contacts h3{
    font-size: 18px;
    margin-bottom: 15px;
}


/* page about start */

.contain24{
   
    display: block;
    gap: 5%;
    
}

.contain24 .learn{
    width: 100%;
    margin-bottom: 1rem;
}

.contain3 .carousel-item .carousel-caption .location-title {
    text-align: center;
    padding-top: 4rem;
    font-size: 36px;
}

.contain24 .learn .texte .para1 {
    font-size: 14px;
    
}

.contain24 .image1{
    width: 100%;

}

.contain24 .image1 .images2{
    display: flex;
    justify-content: center;
    gap: 12px;
}

.contain24 .image1 .images2 .cadreImag{
    width: 60%;
}

.contain24 .image1 .images2 .cadreImag img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.contain24 .image1 .images2 .cadreIma{
   
    width:40%;
    height: 150px;
    
}


.contain24 .image1 .images2 .cadreIma h3{
    font-size: 16px;
    margin-top: 10%;
}


.contain24 .divImage{
    width: 70%;
    margin-left: 38%;
    margin-top: -30%;
}

.contain24 .divImage img{
    width: 100%;
    height: 300px;
}

.team-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

.team-section h3{
    font-size: 24px;
    font-weight: 600 !important;
}

/* info localisation */

.infos{
 margin-top: 0rem !important;
}

.infos .info1{
    margin-bottom: 5rem;
}

.formu h2{
   margin-top: 2rem;
}

.formu .form a{
    
    width: 50%;

}

/* .locations .carousel-caption {
    position: absolute; 
    top: 52% !important;
    left: 10%;
    transform: translateY(-50%); 
    color: white;
    text-align: left; 
    z-index: 2; 
    height: auto;
   
} */

































































/* 
    .first h6{
        font-size: 12px;
    }
    #menu-btn{
        display: block;
    }
    .menu {
        display: none; 
        flex-direction: column;
        background-color: #fff; 
        position: absolute;
        top: 70% !important;
        right: 25%;
        width: 30%;
        z-index: 100;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        
        
    }

    .menu.active {
        display: flex; 
        flex-direction: column;
    }

    .menu .list{
        flex-direction: column;
        align-items: start;
       
        
    }

    .second{
        margin: 0 auto;
        width: 85%;
        
    }

    .second .logo{
        margin-right: 54%;
    }

    .prestation {
        margin-right: 0%;
    }
    .second .prestation a{
        font-size: 12px;
        
        
    }

    .second .list li a{
       
        color: #A57014;
        text-align: start;
    }

    .dropdown-menu {
        position: relative !important; 
        width: 100%; 
        margin-top: 0% !important;
        margin-bottom: 5px;
        
    }

   
    .dropdown {
        width: 100%; 
    }

    .dropdown-menu li .dropdown-item{
        font-family: "Brittany Signature";
        text-decoration: underline !important;
        color: #A57014 !important;
        font-size: 18px !important;
        font-weight: 100 !important;
        padding: 10px !important;
        border-bottom:1px solid #d9d9d993 ;
    }

    .carousel-caption h5{
        font-size: 32px;
    } */

    /* BANIERE DES AUTRES PAGES */
    /* .carousel-caption .location-title{
        font-size: 48px;
        text-align: center !important;
        padding-top: 3rem !important;
    }

    .contain4 .text p{
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .contain4 .text {
        width: 30%;
        gap: 20px;
    }

    .titre h3{
        font-size:32px;
        font-weight: 400;
    }

    .texte{
        font-size: 18px;
        font-weight: 500;
    }

    .contact .form h3{
        font-size: 30px !important;
        white-space: nowrap;
    }

    .contact .info h3{
        font-size: 30px !important;
    }

    .perso h3{
        text-align: start;
        font-size: 30px !important;
    }
    
    .message h3{
        font-size: 30px !important;
    }
    
    .nom input{
        width: 100% !important;
    }
    
    .number input{
        width: 100% !important;
    }
    

   .article{
    margin-left: 2%;
   }

    .article .images img{
        height: auto;
        border-radius: 8px;
    }
    
    .droit .phones h6{
        font-weight: bold;
        font-size: 15px;
        
    }

    .droit .maping h6{
        font-weight: bold;
        font-size: 15px;
        
    }

    .droit .hours h6{
        font-weight: bold;
        font-size: 15px;
        
    }
    .droit h4{
        font-size: 24px;
    }

    .gauche h4 {
        font-size: 24px;
    }

    .gauche img{
        width: 150px;
    }

    .gauche .icone img{
        width:24px;
    }
    .image1 img{
        object-fit: cover;
        display: block;
    }

    .image1{
        height: 500px;
    }

    .contener{
        width: 100% !important;
    }*/
    
} 

@media  screen and (min-width: 700px)and (max-width:851px) {

    .first i{
        font-size: 13px;
    }

    .first h6{
        font-size: 12px;
    }

    .first .phone {
    
        width: 50%;
    }

    .first .hour i{
        font-size: 13px;
    }
    
    .first .icones {
        
        width: 20%;
    }

    .first .icones i{
        font-size: 13px;
        margin-left: 8px;
        
    }

   
    #menu-btn{
        display: block;
    }
    .menu {
        display: none; 
        flex-direction: column;
        background-color: #fff; 
        position: absolute;
        top: 40% !important;
        right: 0% !important;
        width: 40%;
        height: 100vh;
        z-index: 100;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        justify-content: start;
        
    }

    .menu.active {
        display: flex; 
        flex-direction: column;
       
    }

    .menu .list{
        flex-direction: column;
        align-items: start;
        margin-top: 2rem;
        
    }

    .second{
        margin: 0 auto;
        width: 85%;
        
    }

    .second .logo{
        margin-right: 45%;
        
    }

    .second .logo img{
        width: 200px;
    }


    .prestation {
        margin-right: 0%;
    }
    .second .prestation a{
        font-size: 8px;
        
        
    }

    .second .list li a{
       
        color: #000 !important;
        text-align: start;
       
    }

    .dropdown-menu {
        position: relative !important; 
        width: 100%; 
        margin-top: 0% !important;
        margin-bottom: 5px;
       
    }

   
    .dropdown {
        width: 100%; 
    }

    .carousel-caption .Accueiltitre{
        font-size: 32px !important;
        margin-bottom: 35px;
        margin-top: 14px;
    }

    .carousel-caption a{
        text-decoration: none;
        color: #FF7C09;
        background-color: #fff;
        padding: 0.5rem;
        border: 2px solid #FF7C09;
        border-radius: 35px;
        font-size: 16px;
        
    }
    
    .carousel-inner img{
        margin-top: 15%;
        height: 300px;
    }


    
.contain4 h2{
    font-size: 26px;
    margin-bottom: 8%;
}

.contain4 .service_1 , .contain4 .service_2{
    height: 200px;
}

.contain4 .service_1 .cercle{

    margin-top: 35%;
    width: 60px !important;
    height: 60px !important;
}


.contain4 .service_2 .cercle{

    margin-top: 45%;
    width: 60px !important;
    height: 60px !important;

}


.contain4 .service_2 i{
    font-size: 24px;
   
}

.contain4 .service_1 h3 , .contain4 .service_2 h3{
    text-transform: uppercase;
    color: #FF7C09;
    font-size: 16px;
    padding-top: 10%;
}

/* debut de presentation produit */

.fond .contenu{
    padding-bottom: 20px;
}


.fond .contenu .contain4{
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 0% 0%;
    margin-bottom: 0%;
}

/* nouveau code ajouté */

.productCarac{
    display: block;
}

.productCarac .imgPrix{
    width: 100%;
}

.productCarac .applications{
    width: 100%;
}

.containerPro .menus button {
    font-size: 14px;
}

.containerPro .content{
    font-size: 14px;
}

/* RéALISATION */

.fond3 .contain23 .realisation{
    display: block;
    
    
}

.fond3 .contain23 .realisation .textes, .fond3 .contain23 .realisation .article{
    width:100%;
    margin-bottom: 12px;
}

.fond3 .contain23 .realisation .article .images img{
   
    height: 250px;
    
}

/* CARACTeRE */

/* .fond2 .contain23{
    
    display: block;
    gap: 10%;
   
} */

.fond2 .contain23 .imagers{
    width: 100%;
}



.fond2 .contain23 .imagers .imager img{
    
    height: 350px;
   
} 

.fond2 .contain23 .imagers .imager .img2{
    margin-top: -85%;
    margin-left: 15%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 12px;
}

.fond2 .contain23 .expert{
    margin-top: 2rem;
    width: 100%;
}


.fond2 .contain23 .expert .qualities .quality h4{
    font-size: 18px;
}

.fond2 .contain23 .expert .qualities .quality img{
    width:80px
}


/* contacts */


.fond1 .contacts h3{
    font-size: 18px;
    margin-bottom: 15px;
}


/* page about start */

/* .contain24{
   
    display: block;
    gap: 5%;
    
} */

.contain24 .learn{
    width: 100%;
    margin-bottom: 1rem;
}

.contain3 .carousel-item .carousel-caption .location-title {
    text-align: center;
    padding-top: 4rem;
    font-size: 36px;
}

.contain24 .learn .texte .para1 {
    font-size: 14px;
    
}

.contain24 .image1{
    width: 100%;

}

.contain24 .image1 .images2{
    display: flex;
    justify-content: center;
    gap: 12px;
}

.contain24 .image1 .images2 .cadreImag{
    width: 60%;
}

.contain24 .image1 .images2 .cadreImag img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.contain24 .image1 .images2 .cadreIma{
   
    width:40%;
    height: 150px;
    
}


.contain24 .image1 .images2 .cadreIma h3{
    font-size: 16px;
    margin-top: 10%;
}


.contain24 .divImage{
    width: 70%;
    margin-left: 38%;
    margin-top: -50%;
}

.contain24 .divImage img{
    width: 100%;
    height: 300px;
}

.team-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

.team-section h3{
    font-size: 24px;
    font-weight: 600 !important;
}

/* info localisation */

.infos{
 margin-top: 0rem !important;
}

.infos .info1{
    margin-bottom: 5rem;
}

/* .infos .info1 i{
    font-size: 18px;
}

.infos .info1 p{
    font-size: 10px !important;
} */

.formu h2{
   margin-top: 2rem;
}

.formu .form a{
    
    width: 50%;

}

.locations .carousel-caption {
    position: absolute; 
    top: 45% !important;
    left: 10%;
    transform: translateY(-50%); 
    color: white;
    text-align: left; 
    z-index: 2; 
    height: auto;
   
}
.contain3 .locations .carousel-caption .contacts h3{
    font-size: 24px;
   
}
.contain3 .locations .carousel-caption .contacts p{
    font-size: 16px;
    margin-bottom: 30px;
}

.locations img{
    margin-top:8%;
    height: 800px !important;
    aspect-ratio: 16 / 9; 
    object-fit: cover;
}


}

@media  screen and (min-width: 851px)and (max-width:1001px) {

    .first i{
        font-size: 13px;
    }

    .first h6{
        font-size: 12px;
    }

    .first .phone {
    
        width: 50%;
    }

    .first .hour i{
        font-size: 13px;
    }
    
    .first .icones {
        
        width: 20%;
    }

    .first .icones i{
        font-size: 13px;
        margin-left: 8px;
        
    }

   
    #menu-btn{
        display: block;
    }
    .menu {
        display: none; 
        flex-direction: column;
        background-color: #fff; 
        position: absolute;
        top: 40% !important;
        right: 0% !important;
        width: 40%;
        height: 100vh;
        z-index: 100;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        justify-content: start;
        
    }

    .menu.active {
        display: flex; 
        flex-direction: column;
       
    }

    .menu .list{
        flex-direction: column;
        align-items: start;
        margin-top: 2rem;
        
    }

    .second{
        margin: 0 auto;
        width: 85%;
        
    }

    .second .logo{
        margin-right: 45%;
        
    }

    .second .logo img{
        width: 200px;
    }


    .prestation {
        margin-right: 0%;
    }
    .second .prestation a{
        font-size: 8px;
        
        
    }

    .second .list li a{
       
        color: #000 !important;
        text-align: start;
       
    }

    .dropdown-menu {
        position: relative !important; 
        width: 100%; 
        margin-top: 0% !important;
        margin-bottom: 5px;
       
    }

   
    .dropdown {
        width: 100%; 
    }

    .carousel-caption .Accueiltitre{
        font-size: 32px !important;
        margin-bottom: 35px;
        margin-top: 14px;
    }

    .carousel-caption a{
        text-decoration: none;
        color: #FF7C09;
        background-color: #fff;
        padding: 0.5rem;
        border: 2px solid #FF7C09;
        border-radius: 35px;
        font-size: 16px;
        
    }
    
    .carousel-inner img{
        margin-top: 15%;
        height: 300px;
    }


    
.contain4 h2{
    font-size: 26px;
    margin-bottom: 8%;
}

.contain4 .service_1 , .contain4 .service_2{
    height: 200px;
}

.contain4 .service_1 .cercle{

    margin-top: 35%;
    width: 60px !important;
    height: 60px !important;
}


.contain4 .service_2 .cercle{

    margin-top: 45%;
    width: 60px !important;
    height: 60px !important;

}


.contain4 .service_2 i{
    font-size: 24px;
   
}

.contain4 .service_1 h3 , .contain4 .service_2 h3{
    text-transform: uppercase;
    color: #FF7C09;
    font-size: 16px;
    padding-top: 10%;
}

/* debut de presentation produit */

.fond .contenu{
    padding-bottom: 20px;
}

/* nouveau code ajouté */

.fond .contenu .contain4{
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 0% 0%;
    margin-bottom: 0%;
}

.productCarac{
    display: block;
}

.productCarac .imgPrix{
    width: 100%;
}

.productCarac .applications{
    width: 100%;
}



/* RéALISATION */

.fond3 .contain23 .realisation{
    display: block;
    
    
}

.fond3 .contain23 .realisation .textes, .fond3 .contain23 .realisation .article{
    width:100%;
    margin-bottom: 12px;
}

.fond3 .contain23 .realisation .article .images img{
   
    height: 250px;
    
}

/* CARACTeRE */

/* .fond2 .contain23{
    
    display: block;
    gap: 10%;
   
} */

.fond2 .contain23 .imagers{
    width: 100%;
}



.fond2 .contain23 .imagers .imager img{
    
    height: 350px;
   
} 

.fond2 .contain23 .imagers .imager .img2{
    margin-top: -85%;
    margin-left: 15%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 12px;
}

.fond2 .contain23 .expert{
    margin-top: 2rem;
    width: 100%;
}


.fond2 .contain23 .expert .qualities .quality h4{
    font-size: 18px;
}

.fond2 .contain23 .expert .qualities .quality img{
    width:80px
}


/* contacts */


.fond1 .contacts h3{
    font-size: 18px;
    margin-bottom: 15px;
}


/* page about start */

/* .contain24{
   
    display: block;
    gap: 5%;
    
} */

.contain24 .learn{
    width: 100%;
    margin-bottom: 1rem;
}

.contain3 .carousel-item .carousel-caption .location-title {
    text-align: center;
    padding-top: 4rem;
    font-size: 36px;
}

.contain24 .learn .texte .para1 {
    font-size: 14px;
    
}

.contain24 .image1{
    width: 100%;

}

.contain24 .image1 .images2{
    display: flex;
    justify-content: center;
    gap: 12px;
}

.contain24 .image1 .images2 .cadreImag{
    width: 60%;
}

.contain24 .image1 .images2 .cadreImag img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.contain24 .image1 .images2 .cadreIma{
   
    width:40%;
    height: 150px;
    
}


.contain24 .image1 .images2 .cadreIma h3{
    font-size: 16px;
    margin-top: 10%;
}


.contain24 .divImage{
    width: 70%;
    margin-left: 38%;
    margin-top: -38%;
}

.contain24 .divImage img{
    width: 100%;
    height: 300px;
}

.team-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

.team-section h3{
    font-size: 18px;
    font-weight: 600 !important;
}

/* info localisation */

.infos{
 margin-top: 0rem !important;
}

.infos .info1{
    margin-bottom: 5rem;
}

/* .infos .info1 i{
    font-size: 18px;
}

.infos .info1 p{
    font-size: 10px !important;
} */

.formu h2{
   margin-top: 2rem;
}

.formu .form a{
    
    width: 50%;

}

.locations .carousel-caption {
    position: absolute; 
    top: 45% !important;
    left: 10%;
    transform: translateY(-50%); 
    color: white;
    text-align: left; 
    z-index: 2; 
    height: auto;
   
}
.contain3 .locations .carousel-caption .contacts h3{
    font-size: 24px;
   
}
.contain3 .locations .carousel-caption .contacts p{
    font-size: 16px;
    margin-bottom: 30px;
}

.locations img{
    margin-top:8%;
    height: 800px !important;
    aspect-ratio: 16 / 9; 
    object-fit: cover;
}


}

/* modifier */

@media  screen and  (max-width: 1200px){

    /* .cadreIma h3{
        font-size: 18px;
    } */

    .first .icones i{
        font-size: 14px;
        margin-left: 8px;
        
    }

    .contain4 h2{
        font-size: 26px;
        margin-bottom: 8%;
    }
    
    .contain4 .service_1 , .contain4 .service_2{
        height: 250px;
    }
    
    .contain4 .service_1 .cercle{
    
        margin-top: 55%;
        width: 60px !important;
        height: 60px !important;
    }
    
    
    .contain4 .service_2 .cercle{
    
        margin-top: 65%;
        width: 60px !important;
        height: 60px !important;
    
    }
    
    
    .contain4 .service_2 i{
        font-size: 24px;
       
    }
    
    .contain4 .service_1 h3 , .contain4 .service_2 h3{
        text-transform: uppercase;
        color: #FF7C09;
        font-size: 16px;
        padding-top: 10%;
    }

    .fond .contenu{
        padding-bottom: 12px;
    }

    .fond .contenu .contain4 {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 0% 3%;
    }

    .contain24 .image1 .images2 .cadreImag img{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }


    .contain24 .image1 .images2{
        display: flex;
        justify-content: center;
        gap: 12px;
    }
    
    .contain24 .image1 .images2 .cadreImag{
        width: 60%;
    }
    
    .contain24 .image1 .images2 .cadreImag img{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    
    .contain24 .image1 .images2 .cadreIma{
       
        width:40%;
        height: 150px;
        
    }
    

    .contain24 .image1 .images2 .cadreIma h3{
        font-size: 20px;
        margin-top: 30%;
    }

    .productCarac .applications h4{
      
        width: 65%;
        
    }

    
.locations .carousel-caption {
    position: absolute; 
    top: 50% !important;
    left: 10%;
    transform: translateY(-50%); 
    color: white;
    text-align: left; 
    z-index: 2; 
    height: auto;
   
}
.contain3 .locations .carousel-caption .contacts h3{
    font-size: 24px;
   
}
.contain3 .locations .carousel-caption .contacts p{
    font-size: 16px;
    margin-bottom: 30px;
}

.locations img{
    margin-top:8%;
    height: 800px !important;
    aspect-ratio: 16 / 9; 
    object-fit: cover;
}


    
    
}



/* ----- FIN RESPONSIVE TABLETTE------ */

/* ----- RESPONSIVE MOBILE ------ */
@media  screen and (min-width: 360px)and (max-width:389px) {
    .first i{
        font-size: 8px;
    }

    .first .first1 h6{
        font-size: 10px;
    }

    .first .first1 {
    
        width: 100%;
    }

    .first .hour i{
        font-size: 8px;
    }
    
    .first .icones {
        display: none;
        /* width: 20%; */
    }
   
    #menu-btn{
        display: block;
    }

    .menu {
        display: none; 
        flex-direction: column;
        background-color: #fff; 
        position: absolute;
        top: 40%;
        right: 0%;
        width: 60%;
        height: 100vh;
        z-index: 100;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        justify-content: start;
        
    }

    .menu.active {
        display: flex; 
        flex-direction: column;
       
    }

    .menu .list{
        flex-direction: column;
        align-items: start;
        margin-top: 2rem;
        
    }

    .second{
        margin: 0 auto;
        width: 85%;
        
    }

    .second .logo{
        margin-right: 23%;
        
    }

    .second .logo img{
        width: 150px;
    }


    .prestation {
        margin-right: 0%;
    }
    .second .prestation a{
        font-size: 8px;
        
        
    }

    .second .list li a{
       
        color: #000;
        text-align: start;
       
    }

    .dropdown-menu {
        position: relative !important; 
        width: 100%; 
        margin-top: 0% !important;
        margin-bottom: 5px;
       
    }

   
    .dropdown {
        width: 100%; 
    }

    .carousel-caption .Accueiltitre{
        font-size: 18px !important;
        margin-bottom: 25px;
    }

    .carousel-caption a{
        text-decoration: none;
        color: #FF7C09;
        background-color: #fff;
        padding: 0.5rem;
        border: 2px solid #FF7C09;
        border-radius: 35px;
        font-size: 12px;
        
    }
    
    .carousel-inner img{
        margin-top: 22%;
        height: 200px;
    }


    
.contain4 h2{
    font-size: 26px;
    margin-bottom: 8%;
}

.contain4 .service_1 .cercle{

    margin-top: 25%;
}


.contain4 .service_2 .cercle{

    margin-top: 30%;

}


.contain4 .service_2 i{
    font-size: 32px;
   
}

.contain4 .service_1 h3 , .contain4 .service_2 h3{
    text-transform: uppercase;
    color: #FF7C09;
    font-size: 24px;
    padding-top: 15%;
}

/* debut de presentation produit */



.fond .contenu .contain4{
    
    gap: 0%;
    
}

/* nouveau code ajouté */

.productCarac{
    display: block;
}

.productCarac .imgPrix{
    width: 100%;
}

.productCarac .applications{
    width: 100%;
}

.containerPro .menus button {
    font-size: 14px;
    padding: 15px 10px;
    margin: 5px;
    width: 100%;
}

.containerPro .content{
    font-size: 12px;
}

.containerPro .menus{
    display: block;
    gap: 10px;
}

.productCarac .applications h4 {
    width: 100% !important;
    font-size: 16px;
}

.productCarac .imgPrix .productName{
    padding: 1rem 0rem;
}

/* RéALISATION */

.fond3 .contain23 .realisation{
    display: block;
    
    
}

.fond3 .contain23 .realisation .textes, .fond3 .contain23 .realisation .article{
    width:100%;
    margin-bottom: 12px;
}

.fond3 .contain23 .realisation .article .images img{
   
    height: 200px;
    
}

/* CARACTeRE */

.fond2 .contain23{
    
    display: block;
    gap: 10%;
   
}

.fond2 .contain23 .imagers{
    width: 100%;
}



.fond2 .contain23 .imagers .imager img{
    
    height: 250px;
   
} 

.fond2 .contain23 .imagers .imager .img2{
    margin-top: -55%;
    margin-left: 5%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 12px;
}

.fond2 .contain23 .expert{
    margin-top: 2rem;
    width: 100%;
}


.fond2 .contain23 .expert .qualities .quality h4{
    font-size: 25px;
}

.fond2 .contain23 .expert .qualities .quality img{
    width:100px
}


/* contacts */


.fond1 .contacts h3{
    font-size: 18px;
    margin-bottom: 15px;
}


/* page about start */

.contain24{
   
    display: block;
    gap: 5%;
    
}

.contain24 .learn{
    width: 100%;
    margin-bottom: 1rem;
}

.contain24 .image1{
    width: 100%;

}

.contain24 .image1 .images2{
    display: flex;
    justify-content: center;
    gap: 12px;
}

.contain24 .image1 .images2 .cadreImag{
    width: 60%;
}

.contain24 .image1 .images2 .cadreImag img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.contain24 .image1 .images2 .cadreIma{
   
    width:40%;
    height: 150px;
    
}


.contain24 .image1 .images2 .cadreIma h3{
    font-size: 16px;
    margin-top: 10%;
}


.contain24 .divImage{
    width: 70%;
    margin-left: 38%;
    margin-top: -55%;
}

.contain24 .divImage img{
    width: 100%;
    height: 300px;
}

.team-section h3{
    font-size: 18px;
    font-weight: 600 !important;
}

/* info localisation */

.infos{
 margin-top: 0rem !important;
}

.infos .info1{
    margin-bottom: 5rem;
}

.formu h2{
   margin-top: 2rem;
}

.formu .form a{
    
    width: 50%;

}


    .contain4 .text p{
        font-size: 9px;
        font-weight: bold;
        text-align: center;
    }

    .contain4 .text {
        width: 25%;
        gap: 30px;
    }

    .contain4 .text img {
        margin-bottom: 0%;
        width: 100%;
    }

    .contain4 h3{
        font-size: 28px;
        
    }

    .contain5 h3{
        font-size: 28px;
        
    }

    .contain6 h3{
        font-size: 28px;
        
    }

    .contain7 h3{
        font-size: 28px;
        
    }

    .titre h3{
        font-size:18px;
        font-weight: 300;
    }

    .texte{
        font-size: 12px;
        font-weight: 300;
        position: relative;
        
    }

    .para.expanded {
        max-height: none;
      }

    .para{
        line-height: 1.5; 
        max-height: calc(1.5em * 6); 
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .para1{
        line-height: 1.5; 
        max-height: calc(1.5em * 8); 
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px !important;
    }

    .texte h3{
        font-size: 18px !important;
    }

    .titreAchat{
        font-size: 28px !important;
    }

    .contain7 .contact{
        display: block;
    }

    .contact .form{
        width: 100%;
    }

    .contact .info{
        width: 100%;
    }

    .contact .form h3{
        font-size: 32px !important;
    }

    .contact .info h3{
        font-size: 32px !important;
    }

    .contact .form a{
        font-size: 18px !important;
    }

    .read-more{
        display: block !important;
        background-color: #7B3C1C !important;
        color: white;
        padding: 5px 8px 5px 8px;
        border-radius: 3px;
        border: none;
        cursor: pointer;
    }

    .read-more1{
        display: block !important;
        background-color: #7B3C1C !important;
        color: white;
        padding: 5px 8px 5px 8px;
        border-radius: 3px;
        border: none;
        cursor: pointer;
    }

    .para1.expanded {
        max-height: none;
      }

    .article .images img{
        height: auto;
        border-radius: 8px;
    }

    .image1 img{
        object-fit: cover;
        display: block;
    }

    .perso h3{
        text-align: center !important;
        font-size: 30px !important;
    }
    
    .message h3{
        text-align: center !important;
        font-size: 30px !important;
    }
    
    .nom input{
        width: 100% !important;
    }
    
    .number input{
        width: 100% !important;
    }

    select{
        font-size: 12px !important;
        width: 100%;
    }

    .message a{
        font-size: 18px !important;
        width: 30% !important;
    }

    .default{
        font-size: 12px !important;
    }
    

    .footer{
        display: block;
        padding: 1rem;
    }
    
    .contain8{
        display: block;
        width: 83%;
        margin: 0 auto;
        
    }
    
    .gauche{
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        align-items: center;
        
    }

    .droit{
        padding: 1rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        align-items: center;
        
    }

    .droit .phones {
        padding: 0;
        margin-bottom: 10px;
    }

    .droit .maping {
        padding: 0;
        margin-bottom: 10px;
    }
    
    .droit .hours {
        padding: 0;
    }

    .footer{
        padding: 1%;
    }
    

    .droit .phones h6{
        font-weight: bold;
        font-size: 8px;
        padding: 0.0rem;
    }

    .droit .maping h6{
        font-weight: bold;
        font-size: 8px;
        padding: 0.0rem;
        
    }

    .droit .hours h6{
        font-weight: bold;
        font-size: 8px;
        padding: 0.0rem;
        
    }
    .droit h4{
        font-size: 8px;
        white-space: nowrap;
        padding: 0.0rem;
        margin-left: 12px;
    }

    .gauche h4 {
        font-size: 8px;
        white-space: nowrap;
    }

    .gauche img{
        width: 100px;
    }

    .gauche .icone img{
        width:18px;
    }

    .image1{
        height: 200px;
    }

    .contain3 .carousel-caption .location-title{
        font-size: 28px !important;
        text-align: center !important;
        /* padding-top: 3rem !important; */
    
    }

    .locations .carousel-caption {
        position: absolute; 
        top: 42% !important;
        left: 10%;
        transform: translateY(-50%); 
        color: white;
        text-align: left; 
        z-index: 2; 
        height: auto;
       
    }

    /* ADMIN CONNEXION */

    .contener{
        width: 100% !important;
    }


    

    
}
/* ----- FIN RESPONSIVE MOBILE------ */

/* ----- RESPONSIVE MOBILE3 ------ */
@media  screen and (min-width: 160px)and (max-width:326px) {

    .first i{
        font-size: 8px;
    }

    .first .first1 h6{
        font-size: 8px;
    }

    .first .first1 {
    
        width: 100%;
    }
    .first .hour i{
        font-size: 8px;
    }
    
    .first .icones {
        display: none;
        /* width: 25%; */
    }

    .first .icones i{
        font-size: 8px;
        margin-left: 8px;
        
    }

   
    #menu-btn{
        display: block;
    }
    .menu {
        display: none; 
        flex-direction: column;
        background-color: #fff; 
        position: absolute;
        top: 50%;
        right: 0%;
        width: 60%;
        height: 100vh;
        z-index: 100;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        justify-content: start;
        
    }

    .menu.active {
        display: flex; 
        flex-direction: column;
       
    }

    .menu .list{
        flex-direction: column;
        align-items: start;
        margin-top: 2rem;
        
    }

    .second{
        margin: 0 auto;
        width: 85%;
    }

    .second .logo{
        margin-right: 30%;
        
    }

    .second .logo img{
        width: 100px;
    }


    .prestation {
        margin-right: 0%;
    }
    .second .prestation a{
        font-size: 8px;
        
        
    }

    .second .list li a{
       
        color: #000;
        text-align: start;
       
    }

    .dropdown-menu {
        position: relative !important; 
        width: 100%; 
        margin-top: 0% !important;
        margin-bottom: 5px;
       
    }

   
    .dropdown {
        width: 100%; 
    }

    .carousel-caption .Accueiltitre{
        font-size: 16px !important;
        margin-bottom: 20px;
    }

    .carousel-caption a{
        text-decoration: none;
        color: #FF7C09;
        background-color: #fff;
        padding: 0.5rem;
        border: 2px solid #FF7C09;
        border-radius: 35px;
        font-size: 10px;
        
    }
    
    .carousel-inner img{
        margin-top: 22%;
        height: 200px;
    }


    
.contain4 h2{
    font-size: 18px;
    margin-bottom: 8%;
}

.contain4 p{
    font-size: 14px;
}

.contain4 .service_1 .cercle{

    margin-top: 25%;
}


.contain4 .service_2 .cercle{

    margin-top: 30%;

}


.contain4 .service_2 i{
    font-size: 32px;
   
}

.contain4 .service_1 h3 , .contain4 .service_2 h3{
    text-transform: uppercase;
    color: #FF7C09;
    font-size: 24px;
    padding-top: 15%;
}

/* debut de presentation produit */



.fond .contenu .contain4{
    
    gap: 0%;
    
}

/* nouveau code ajouté */

.productCarac{
    display: block;
}

.productCarac .imgPrix{
    width: 100%;
}

.productCarac .applications{
    width: 100%;
}

.containerPro .menus button {
    font-size: 14px;
    padding: 15px 10px;
    margin: 5px;
    width: 100%;
}

.containerPro .content{
    font-size: 12px;
}

.containerPro .menus{
    display: block;
    gap: 10px;
}

.productCarac .applications h4 {
    width: 100% !important;
    font-size: 14px;
}

.productCarac .imgPrix .productName{
    padding: 1rem 0rem;
}

/* fin du code ajouté */

/* RéALISATION */

.fond3 .contain23 .realisation{
    display: block;
    
    
}

.fond3 .contain23 .realisation .textes, .fond3 .contain23 .realisation .article{
    width:100%;
    margin-bottom: 12px;
}

.fond3 .contain23 .realisation .article .images img{
   
    height: 200px;
    
}

/* CARACTeRE */

.fond2 .contain23{
    
    display: block;
    gap: 10%;
   
}

.fond2 .contain23 .imagers{
    width: 100%;
}



.fond2 .contain23 .imagers .imager img{
    
    height: 250px;
   
} 

.fond2 .contain23 .imagers .imager .img2{
    margin-top: -55%;
    margin-left: 5%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 12px;
}

.fond2 .contain23 .expert{
    margin-top: 2rem;
    width: 100%;
}


.fond2 .contain23 .expert .qualities .quality h4{
    font-size: 25px;
}

.fond2 .contain23 .expert .qualities .quality img{
    width:100px
}


/* contacts */


.fond1 .contacts h3{
    font-size: 18px;
    margin-bottom: 15px;
}

.fond1 .contacts p{
    font-size: 14px !important;
}

.fond1 .contacts a {
    font-weight: 500;
    font-size: 12px;
    padding: 1rem;
}


/* page about start */

.contain3 .carousel-item .carousel-caption .location-title {
    font-size: 36px;
    padding-top: 4rem;
}

.contain24{
   
    display: block;
    gap: 5%;
    
}

.contain24 .learn{
    width: 100%;
    margin-bottom: 1rem;
}

.contain24 .learn h3 {
    font-size: 18px;
    
}

.contain24 .learn .texte .para1 {
    font-size: 14px;
    
}

.contain24 .image1{
    width: 100%;

}

.contain24 .image1 .images2{
    display: flex;
    justify-content: center;
    gap: 12px;
}

.contain24 .image1 .images2 .cadreImag{
    width: 60%;
}

.contain24 .image1 .images2 .cadreImag img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.contain24 .image1 .images2 .cadreIma{
   
    width:40%;
    height: 150px;
    
}


.contain24 .image1 .images2 .cadreIma  h3{
    font-size: 14px;
    margin-top: 10%;
}
.contain24 .image1 .images2 .cadreIma p{
    font-size: 12px;
  
}


.contain24 .divImage{
    width: 70%;
    margin-left: 38%;
    margin-top: -45%;
}

.contain24 .divImage img{
    width: 100%;
    height: 300px;
}

.team-section h3{
    font-size: 18px;
    font-weight: 600 !important;
}

/* info localisation */

.infos{
 margin-top: 0rem !important;
}

.infos .info1{
    margin-bottom: 5rem;
}

.formu h2{
   margin-top: 2rem;
}

.formu .form a{
    
    width: 50%;

}

.locations .carousel-caption {
    position: absolute; 
    top: 42% !important;
    left: 10%;
    transform: translateY(-50%); 
    color: white;
    text-align: left; 
    z-index: 2; 
    height: auto;
   
}

.locations .carousel-caption {
    position: absolute; 
    top: 42% !important;
    left: 10%;
    transform: translateY(-50%); 
    color: white;
    text-align: left; 
    z-index: 2; 
    height: auto;
   
}


    /* CONNEXION ADMIN */

    .contener{
        width: 100% !important;
    }
}

@media  screen and (min-width: 326px)and (max-width:360px) {

    .first i{
        font-size: 8px;
    }

    /* .first h6{
        font-size: 6px;
    }*/

    .first .first1 h6{
        font-size: 8px;
    }

    .first .first1 {
    
        width: 100%;
    }

    .first .hour i{
        font-size: 8px;
    }

    /* .first .phone {
    
        width: 50%;
    } */

    /* .first .hour {
       
        width: 50%;
    }

    .first .hour {
        
        width: 50%;
    } */

    
    .first .icones {
        
        display: none;
    }

    .first .icones i{
        font-size: 8px;
        margin-left: 8px;
        
    }

   
    #menu-btn{
        display: block;
    }
    .menu {
        display: none; 
        flex-direction: column;
        background-color: #fff; 
        position: absolute;
        top: 50%;
        right: 0%;
        width: 60%;
        height: 100vh;
        z-index: 100;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        justify-content: start;
        
    }

    .menu.active {
        display: flex; 
        flex-direction: column;
       
    }

    .menu .list{
        flex-direction: column;
        align-items: start;
        margin-top: 2rem;
        
    }

    .second{
        margin: 0 auto;
        width: 85%;
        
    }

    .second .logo{
        margin-right: 30%;
        
    }

    .second .logo img{
        width: 100px;
    }


    .prestation {
        margin-right: 0%;
    }
    .second .prestation a{
        font-size: 8px;
        
        
    }

    .second .list li a{
       
        color: #000;
        text-align: start;
       
    }

    .dropdown-menu {
        position: relative !important; 
        width: 100%; 
        margin-top: 0% !important;
        margin-bottom: 5px;
       
    }

   
    .dropdown {
        width: 100%; 
    }

    .carousel-caption .Accueiltitre{
        font-size: 16px !important;
        margin-bottom: 20px;
    }

    .carousel-caption a{
        text-decoration: none;
        color: #FF7C09;
        background-color: #fff;
        padding: 0.5rem;
        border: 2px solid #FF7C09;
        border-radius: 35px;
        font-size: 10px;
        
    }
    
    .carousel-inner img{
        margin-top: 22%;
        height: 200px;
    }


    
    .contain4 h2{
        font-size: 18px;
        margin-bottom: 8%;
    }

    .contain4 p{
        font-size: 14px;
    }

    .contain4 .service_1 .cercle{
        margin-top: 25%;
    }


    .contain4 .service_2 .cercle{
        margin-top: 30%;
    }


    .contain4 .service_2 i{
        font-size: 32px;
    }

    .contain4 .service_1 h3 , .contain4 .service_2 h3{
        text-transform: uppercase;
        color: #FF7C09;
        font-size: 24px;
        padding-top: 15%;
    }

    /* debut de presentation produit */

    .fond .contenu .contain4{
        
        gap: 0%;
        
    }

    /* nouveau code */
    
    .productCarac{
        display: block;
    }
    
    .productCarac .imgPrix{
        width: 100%;
    }
    
    .productCarac .applications{
        width: 100%;
    }
    
    .containerPro .menus button {
        font-size: 14px;
        padding: 15px 10px;
        margin: 5px;
        width: 100%;
    }
    
    .containerPro .content{
        font-size: 12px;
    }
    
    .containerPro .menus{
        display: block;
        gap: 10px;
    }
    
    .productCarac .applications h4 {
        width: 100% !important;
        font-size: 14px;
    }

    .productCarac .imgPrix .productName{
        padding: 1rem 0rem;
    }

    /* RéALISATION */

    .fond3 .contain23 .realisation{
        display: block;
    }

    .fond3 .contain23 .realisation .textes, .fond3 .contain23 .realisation .article{
        width:100%;
        margin-bottom: 12px;
    }

    .fond3 .contain23 .realisation .article .images img{
        height: 200px;
    }

    /* CARACTeRE */

    .fond2 .contain23{
        display: block;
        gap: 10%;
    }

    .fond2 .contain23 .imagers{
        width: 100%;
    }



    .fond2 .contain23 .imagers .imager img{
        
        height: 250px;
    
    } 

    .fond2 .contain23 .imagers .imager .img2{
        margin-top: -55%;
        margin-left: 5%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-bottom: 12px;
    }

    .fond2 .contain23 .expert{
        margin-top: 2rem;
        width: 100%;
    }


    .fond2 .contain23 .expert .qualities .quality h4{
        font-size: 25px;
    }

    .fond2 .contain23 .expert .qualities .quality img{
        width:100px
    }


    /* contacts */


    .fond1 .contacts h3{
        font-size: 18px;
        margin-bottom: 15px;
    }

    .fond1 .contacts p{
        font-size: 14px !important;
    }

    .fond1 .contacts a {
        font-weight: 500;
        font-size: 12px;
        padding: 1rem;
    }


    /* page about start */

    .contain3 .carousel-item .carousel-caption .location-title {
        font-size: 36px;
        padding-top: 4rem;
    }

    .contain24{
    
        display: block;
        gap: 5%;
        
    }

    .contain24 .learn{
        width: 100%;
        margin-bottom: 1rem;
    }

    .contain24 .learn h3 {
        font-size: 18px;
        
    }

    .contain24 .learn .texte .para1 {
        font-size: 14px;
        
    }

    .contain24 .image1{
        width: 100%;

    }

    .contain24 .image1 .images2{
        display: flex;
        justify-content: center;
        gap: 12px;
    }

    .contain24 .image1 .images2 .cadreImag{
        width: 60%;
    }

    .contain24 .image1 .images2 .cadreImag img{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .contain24 .image1 .images2 .cadreIma{
    
        width:40%;
        height: 150px;
        
    }


    .contain24 .image1 .images2 .cadreIma  h3{
        font-size: 14px;
        margin-top: 10%;
    }
    .contain24 .image1 .images2 .cadreIma p{
        font-size: 12px;
    
    }


    .contain24 .divImage{
        width: 70%;
        margin-left: 38%;
        margin-top: -55%;
    }

    .contain24 .divImage img{
        width: 100%;
        height: 300px;
    }

    .team-section h3{
        font-size: 18px;
        font-weight: 600 !important;
    }

    /* info localisation */

    .infos{
    margin-top: 0rem !important;
    }

    .infos .info1{
        margin-bottom: 5rem;
    }

    .formu h2{
    margin-top: 2rem;
    }

    .formu .form a{
        
        width: 50%;

    }

    .locations .carousel-caption {
        position: absolute; 
        top: 42% !important;
        left: 10%;
        transform: translateY(-50%); 
        color: white;
        text-align: left; 
        z-index: 2; 
        height: auto;
       
    }

    /* CONNEXION ADMIN */

    .contener{
        width: 100% !important;
    }
}
/* ----- FIN RESPONSIVE MOBILE3 ------ */


/* ----- RESPONSIVE MOBILE1 ------ */

@media  screen and (min-width: 389px)and (max-width:430px) {
    

    .first i{
        font-size: 10px;
    }

    .first h6{
        font-size: 9px;
    }

    /* .first .phone {
    
        width: 50%;
    } */

    .first .first1{
    
        width: 100%;
    }

    .first .hour i{
        font-size: 10px;
    }
    
    .first .icones {
        display: none;
        /* width: 20%; */
    }

    /* .first .icones i{
        font-size: 10px;
        margin-left: 8px;
        
    } */

   
    #menu-btn{
        display: block;
    }
    .menu {
        display: none; 
        flex-direction: column;
        background-color: #fff; 
        position: absolute;
        top: 40%;
        right: 0%;
        width: 60%;
        height: 100vh;
        z-index: 100;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        justify-content: start;
        
    }

    .menu.active {
        display: flex; 
        flex-direction: column;
       
    }

    .menu .list{
        flex-direction: column;
        align-items: start;
        margin-top: 2rem;
        
    }

    .second{
        margin: 0 auto;
        width: 85%;
        
    }

    .second .logo{
        margin-right: 23%;
        
    }

    .second .logo img{
        width: 150px;
    }


    .prestation {
        margin-right: 0%;
    }
    .second .prestation a{
        font-size: 8px;
        
        
    }

    .second .list li a{
       
        color: #000;
        text-align: start;
       
    }

    .dropdown-menu {
        position: relative !important; 
        width: 100%; 
        margin-top: 0% !important;
        margin-bottom: 5px;
       
    }

   
    .dropdown {
        width: 100%; 
    }

    .carousel-caption .Accueiltitre{
        font-size: 20px !important;
        margin-bottom: 25px;
    }

    .carousel-caption a{
        text-decoration: none;
        color: #FF7C09;
        background-color: #fff;
        padding: 0.5rem;
        border: 2px solid #FF7C09;
        border-radius: 35px;
        font-size: 12px;
        
    }
    
    .carousel-inner img{
        margin-top: 22%;
        height: 200px;
    }


    
    .contain4 h2{
        font-size: 26px;
        margin-bottom: 8%;
    }



    .contain4 .service_1 .cercle{

        margin-top: 15%;
    }


    .contain4 .service_2 .cercle{

        margin-top: 20%;

    }


    .contain4 .service_2 i{
        font-size: 32px;
    
    }

    .contain4 .service_1 h3 , .contain4 .service_2 h3{
        text-transform: uppercase;
        color: #FF7C09;
        font-size: 24px;
        padding-top: 15%;
    }

    /* debut de presentation produit */



    .fond .contenu .contain4{
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 0%;
        
    }

    /* nouveau code */
    
    .productCarac{
        display: block;
    }
    
    .productCarac .imgPrix{
        width: 100%;
    }
    
    .productCarac .applications{
        width: 100%;
    }
    
    .containerPro .menus button {
        font-size: 14px;
        padding: 15px 10px;
        margin: 5px;
        width: 100%;
    }
    
    .containerPro .content{
        font-size: 12px;
    }
    
    .containerPro .menus{
        display: block;
        gap: 10px;
    }
    
    .productCarac .applications h4 {
        width: 100% !important;
    }

    .productCarac .imgPrix .productName{
        padding: 1rem 0rem;
    }
    

    /* RéALISATION */

    .fond3 .contain23 .realisation{
        display: block;
        
        
    }

    .fond3 .contain23 .realisation .textes, .fond3 .contain23 .realisation .article{
        width:100%;
        margin-bottom: 12px;
    }

    .fond3 .contain23 .realisation .article .images img{
    
        height: 250px;
        
    }

    /* CARACTeRE */

    .fond2 .contain23{
        
        display: block;
        gap: 10%;
    
    }

    .fond2 .contain23 .imagers{
        width: 100%;
    }



    .fond2 .contain23 .imagers .imager img{
        
        height: 250px;
    
    } 

    .fond2 .contain23 .imagers .imager .img2{
        margin-top: -45%;
        margin-left: 5%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-bottom: 12px;
    }

    .fond2 .contain23 .expert{
        margin-top: 2rem;
        width: 100%;
    }


    .fond2 .contain23 .expert .qualities .quality h4{
        font-size: 25px;
    }

    .fond2 .contain23 .expert .qualities .quality img{
        width:100px
    }


    /* contacts */


    .fond1 .contacts h3{
        font-size: 18px;
        margin-bottom: 15px;
    }


    /* page about start */

    .contain24{
    
        display: block;
        gap: 5%;
        
    }

    .contain24 .learn{
        width: 100%;
        margin-bottom: 1rem;
    }

    .contain3 .carousel-item .carousel-caption .location-title {
        text-align: center;
        padding-top: 4rem;
        font-size: 36px;
    }

    .contain24 .learn .texte .para1 {
        font-size: 14px;
        
    }

    .contain24 .image1{
        width: 100%;

    }

    .contain24 .image1 .images2{
        display: flex;
        justify-content: center;
        gap: 12px;
    }

    .contain24 .image1 .images2 .cadreImag{
        width: 60%;
    }

    .contain24 .image1 .images2 .cadreImag img{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .contain24 .image1 .images2 .cadreIma{
    
        width:40%;
        height: 150px;
        
    }


    .contain24 .image1 .images2 .cadreIma h3{
        font-size: 16px;
        margin-top: 10%;
    }


    .contain24 .divImage{
        width: 70%;
        margin-left: 38%;
        margin-top: -35%;
    }

    .contain24 .divImage img{
        width: 100%;
        height: 300px;
    }

    .team-section h3{
        font-size: 24px;
        font-weight: 600 !important;
    }

    /* info localisation */

    .infos{
    margin-top: 0rem !important;
    }

    .infos .info1{
        margin-bottom: 5rem;
    }

    .formu h2{
        margin-top: 2rem;
    }

    .formu .form a{  
        width: 50%;
    }

    .locations .carousel-caption {
        position: absolute; 
        top: 42% !important;
        left: 10%;
        transform: translateY(-50%); 
        color: white;
        text-align: left; 
        z-index: 2; 
        height: auto;
       
    }

    /* CONNEXION ADMIN */

    .contener{
        width: 100% !important;
    }
   
}


@media  screen and (min-width: 430px)and (max-width:500px) {
    

    .first i{
        font-size: 10px;
    }

    /* .first h6{
        font-size: 9px;
    } */

    /* .first .phone {
    
        width: 50%;
    } */

    .first .first1 h6{
        font-size: 9px;
    }

    .first .first1 {
    
        width: 100%;
    }

    .first .hour i{
        font-size: 10px;
    }
    
    .first .icones {
        display: none;
        /* width: 20%; */
    }
/* 
    .first .icones i{
        font-size: 10px;
        margin-left: 8px;
        
    } */

   
    #menu-btn{
        display: block;
    }
    .menu {
        display: none; 
        flex-direction: column;
        background-color: #fff; 
        position: absolute;
        top: 40%;
        right: 0%;
        width: 60%;
        height: 100vh;
        z-index: 100;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        justify-content: start;
        
    }

    .menu.active {
        display: flex; 
        flex-direction: column;
       
    }

    .menu .list{
        flex-direction: column;
        align-items: start;
        margin-top: 2rem;
        
    }

    .second{
        margin: 0 auto;
        width: 85%;
        
    }

    .second .logo{
        margin-right: 23%;
        
    }

    .second .logo img{
        width: 150px;
    }


    .prestation {
        margin-right: 0%;
    }
    .second .prestation a{
        font-size: 8px;
        
        
    }

    .second .list li a{
       
        color: #000;
        text-align: start;
       
    }

    .dropdown-menu {
        position: relative !important; 
        width: 100%; 
        margin-top: 0% !important;
        margin-bottom: 5px;
       
    }

   
    .dropdown {
        width: 100%; 
    }

    .carousel-caption .Accueiltitre{
        font-size: 20px !important;
        margin-bottom: 25px;
    }

    .carousel-caption a{
        text-decoration: none;
        color: #FF7C09;
        background-color: #fff;
        padding: 0.5rem;
        border: 2px solid #FF7C09;
        border-radius: 35px;
        font-size: 12px;
        
    }
    
    .carousel-inner img{
        margin-top: 22%;
        height: 200px;
    }


    
    .contain4 h2{
        font-size: 26px;
        margin-bottom: 8%;
    }

    .contain4 .service_1 .cercle{
        margin-top: 15%;
    }


    .contain4 .service_2 .cercle{

        margin-top: 20%;

    }


    .contain4 .service_2 i{
        font-size: 32px;
    
    }

    .contain4 .service_1 h3 , .contain4 .service_2 h3{
        text-transform: uppercase;
        color: #FF7C09;
        font-size: 24px;
        padding-top: 15%;
    }

    /* debut de presentation produit */



    .fond .contenu .contain4{
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 0%;
        
    }


    /* RéALISATION */

    .fond3 .contain23 .realisation{
        display: block;
        
        
    }

    .fond3 .contain23 .realisation .textes, .fond3 .contain23 .realisation .article{
        width:100%;
        margin-bottom: 12px;
    }

    .fond3 .contain23 .realisation .article .images img{
    
        height: 250px;
        
    }

    /* nouveau code */

    .productCarac{
        display: block;
    }
    
    .productCarac .imgPrix{
        width: 100%;
    }
    
    .productCarac .applications{
        width: 100%;
    }
    
    .containerPro .menus button {
        font-size: 14px;
        padding: 15px 10px;
        margin: 5px;
        width: 100%;
    }
    
    .containerPro .content{
        font-size: 12px;
    }
    
    .containerPro .menus{
        display: block;
        gap: 10px;
    }
    
    .productCarac .applications h4 {
        width: 100% !important;
    }

    /* CARACTeRE */

    .fond2 .contain23{
        
        display: block;
        gap: 10%;
    
    }

    .fond2 .contain23 .imagers{
        width: 100%;
    }



    .fond2 .contain23 .imagers .imager img{
        
        height: 250px;
    
    } 

    .fond2 .contain23 .imagers .imager .img2{
        margin-top: -45%;
        margin-left: 5%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-bottom: 12px;
    }

    .fond2 .contain23 .expert{
        margin-top: 2rem;
        width: 100%;
    }


    .fond2 .contain23 .expert .qualities .quality h4{
        font-size: 25px;
    }

    .fond2 .contain23 .expert .qualities .quality img{
        width:100px
    }


    /* contacts */


    .fond1 .contacts h3{
        font-size: 18px;
        margin-bottom: 15px;
    }


    /* page about start */

    .contain24{
    
        display: block;
        gap: 5%;
        
    }

    .contain24 .learn{
        width: 100%;
        margin-bottom: 1rem;
    }

    .contain3 .carousel-item .carousel-caption .location-title {
        text-align: center;
        padding-top: 4rem;
        font-size: 36px;
    }

    .contain24 .learn .texte .para1 {
        font-size: 14px;
        
    }

    .contain24 .image1{
        width: 100%;

    }

    .contain24 .image1 .images2{
        display: flex;
        justify-content: center;
        gap: 12px;
    }

    .contain24 .image1 .images2 .cadreImag{
        width: 60%;
    }

    .contain24 .image1 .images2 .cadreImag img{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .contain24 .image1 .images2 .cadreIma{
    
        width:40%;
        height: 150px;
        
    }


    .contain24 .image1 .images2 .cadreIma h3{
        font-size: 16px;
        margin-top: 10%;
    }


    .contain24 .divImage{
        width: 70%;
        margin-left: 38%;
        margin-top: -30%;
    }

    .contain24 .divImage img{
        width: 100%;
        height: 300px;
    }

    .team-section h3{
        font-size: 24px;
        font-weight: 600 !important;
    }

    /* info localisation */

    .infos{
    margin-top: 0rem !important;
    }

    .infos .info1{
        margin-bottom: 5rem;
    }

    .formu h2{
    margin-top: 2rem;
    }

    .formu .form a{
        
        width: 50%;

    }

    /* CONNEXION ADMIN */

    .contener{
        width: 100% !important;
    }

    .locations .carousel-caption {
        position: absolute; 
        top: 45% !important;
        left: 10%;
        transform: translateY(-50%); 
        color: white;
        text-align: left; 
        z-index: 2; 
        height: auto;
       
    }
   
}
/* ----- FIN RESPONSIVE MOBILE1------ */


/* ----- RESPONSIVE MOBILE2 ------ */
@media  screen and (min-width: 500px)and (max-width:729px) {
    .first h6{
        font-size: 10px;
    }
    #menu-btn{
        display: block;
    }
    .menu {
        display: none; 
        flex-direction: column;
        background-color: #fff; /* Fond du menu */
        position: absolute;
        top: 80%;
        right: 25%;
        width: 40%;
        z-index: 100;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
        border-radius: 10px;

    }

    .menu.active {
        display: flex; 
        flex-direction: column;
    }

    .menu .list{
        flex-direction: column;
        align-items: start;
       
        
    }

    .second{
        margin: 0 auto;
        width: 85%;
        
    }

    .second .logo{
        margin-right: 54%;
    }

    .prestation {
        margin-right: 0%;
    }
    .second .prestation a{
        font-size: 8px;
        
        
    }

    .second .list li a{
       
        color: #A57014;
        text-align: start;
    }

    .dropdown-menu {
        position: relative !important; 
        width: 100%; 
        margin-top: 0% !important;
        margin-bottom: 5px;
        
    }

   
    .dropdown {
        width: 100%; 
    }

    .dropdown-menu li .dropdown-item{
        font-family: "Brittany Signature";
        text-decoration: underline !important;
        color: #A57014 !important;
        font-size: 14px !important;
        font-weight: 100 !important;
        padding: 10px !important;
        border-bottom:1px solid #d9d9d993 ;
    }

    .carousel-caption .Accueiltitre {
        font-size: 38px;
    }

    .contain4 .text p{
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .contain4 .text {
        width: 30%;
        gap: 20px;
    }

    .contain4 h3{
        font-size: 48px;
        
    }

    .contain5 h3{
        font-size: 48px;
        
    }

    .contain6 h3{
        font-size: 48px;
        
    }

    .contain7 h3{
        font-size: 48px;
        
    }

    .titre h3{
        font-size:24px;
        font-weight: 400;
    }

    .texte{
        font-size: 14px;
        font-weight: 500;
    }

    .para.expanded {
        max-height: none;
      }

    .para{
        line-height: 1.5; 
        max-height: calc(1.5em * 6); 
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .para1{
        line-height: 1.5; 
        max-height: calc(1.5em * 8); 
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .read-more{
        display: block !important;
        background-color: #7B3C1C !important;
        color: white;
        padding: 5px 8px 5px 8px;
        border-radius: 3px;
        border: none;
        cursor: pointer;
    }

    .read-more1{
        display: block !important;
        background-color: #7B3C1C !important;
        color: white;
        padding: 5px 8px 5px 8px;
        border-radius: 3px;
        border: none;
        cursor: pointer;
    }

    .para1.expanded {
        max-height: none;
      }


    .image1 img{
        object-fit: cover;
        display: block;
    }

    .image1{
        height: 200px;
    }

    .article .images img{
        height: auto;
        border-radius: 8px;
    }
    
    
    .droit .phones h6{
        font-weight: bold;
        font-size: 10px;
        
    }

    .droit .maping h6{
        font-weight: bold;
        font-size: 10px;
        
    }

    .droit .hours h6{
        font-weight: bold;
        font-size: 10px;
        
    }
    .droit h4{
        font-size: 14px;
    }

    .gauche h4 {
        font-size: 16px;
    }

    .gauche img{
        width: 150px;
    }

    .gauche .icone img{
        width:24px;
    }


    /* CONNEXION ADMIN */

    .contener{
        width: 100% !important;
    }


}
/* ----- FIN RESPONSIVE MOBILE2------ */

@media  screen and (min-width: 1300px) {

    .fond .contenu .contain4{
        grid-template-columns: repeat(3, 1fr);
    }

    .wrap{
        max-width: 1300px;
        margin: 0 auto;
    }

    

    
    
}



/* test */

.contact-container {
    display: flex;
    width: 85%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.contact-info {
    width: 35%;
    background: #fdead9;
    padding: 25px;
    border-radius: none;
}

.contact-info p {
    display: flex;
    align-items: center;
    /* margin-bottom: 15px; */
    font-size: 16px;
    font-weight: 600;
}

.contact-info .info1{
    margin-bottom: 10rem;
}

.contact-form {
    width: 65%;
    padding: 30px;
}


form {
    display: flex;
    flex-direction: column;
}

.form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.form-group div{
    width: 100%;
}

input, textarea {
    width: 100%;
    padding: 1.5rem;
    border: 1px solid #FF7C09;
    border-radius: 50px;
    outline: none;
    margin-bottom: 20px;
}

textarea {
    width: 100%;
    padding: 1.5rem;
    border: 1px solid #FF7C09;
    border-radius: 30px;
    outline: none;
    margin-bottom: 20px;
}

textarea {
    height: 150px;
    resize: none;
}

button {
    width: 40%;
    padding: 12px;
    background: #FF7C09;
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
}


.contain25{
    width: 85%;
    margin: 0 auto;
}

.locations img{
    margin-top:8%;
    max-height: 300px;
    aspect-ratio: 16 / 9; 
    object-fit: cover;
}

.contain3 .carousel-caption .contacts {
    text-align: center;
    padding-bottom: 0rem;
    z-index: 4;
}

.contain3 .carousel-caption .contacts h4{
    color: #FF7C09;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
    z-index: 4;
}

.contain3 .carousel-caption .contacts h3{
    font-size: 34px;
    margin-bottom: 15px;
    color: #fff;
}

.contain3 .carousel-caption .contacts p {

    color: #fff;
    margin-bottom: 55px;
  
}

.contain3 .carousel-caption .contacts a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 1rem 2rem;
    background-color: #FF7C09;
    border-radius: 2rem;
    z-index: 4;
}

/*responsive*/
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }
    .contact-info, .contact-form {
        width: 100%;
        text-align: center;
    }
    .form-group {
        flex-direction: column;
    }

    .contact-form form button{
        width:70%;
    }

    input, textarea {
        width: 100%;
        padding: 1rem;
        border: 1px solid #FF7C09;
        border-radius: 50px;
        outline: none;
        margin-bottom: 20px;
    }
    .contain3 .carousel-caption .contacts h3{
        font-size: 14px;
       
    }
    .contain3 .carousel-caption .contacts p{
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .locations img{
        margin-top:8%;
        height: 800px !important;
        aspect-ratio: 16 / 9; 
        object-fit: cover;
    }

    textarea {
        
        border-radius: 10px;
        
    }
    .first{
        display: none;
        
    }

   


    .contain3 .carousel-caption .contacts {
        padding-bottom: 2rem;
        
    }

    /* .contain3 .carousel-caption .contacts a{
        text-decoration: none;
        color: white;
        font-weight: bold;
        padding: 1rem 2rem;
        background-color: #FF7C09;
        border-radius: 2rem;
        z-index: 4;
    } */
}