:root {
  color-scheme: light;
}

html {
    scroll-behavior: smooth;
    font-family: "Fraunces", serif;
}
body{
    background: linear-gradient(
    to bottom,
    rgba(199, 175, 108, 0.185) 50%,
    rgba(229, 229, 70, 0.189) 100%
  );
}
.police_H1{
    font-family: "Averia Serif Libre", serif;
    font-weight: bold;
}
.police_H2{
    font-family: "Felipa", serif;
    font-weight: bold;

    font-size: 35px;
    color: white;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.police_H3{
    font-family: "Kaushan Script", cursive;
}
a,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}
/* overlay */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    pointer-events: none;
    z-index: 0;
}

body.dark-overlay::before {
    background: rgba(0, 0, 0, 0.7);
}

.image_corten {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.img_main_corten_divrespo{
    width: 170px; 
    height: 170px; 
    overflow: hidden;
}
.image_corten:hover {
    transform: scale(1.1);
}
/* modal */
.modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal.active {
    display: flex;
}

.modal-content {
    /* width: 80%;  */
   height: 80%;
    /* background: white; */
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
}

.modal-image{
    width: 100%;
}
.modal-info {
    top: 1%;
    right: 2%;
    position: absolute;
     width: 7%;  
    text-align: center;
    justify-content: center;
   /*  padding: 45% 5% 2% 2%; */
    overflow-y: auto;
    /* background: rgba(0,0,0,.8); */
}

.modal-image {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #111;
}

.modal-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* .modal-info {
    padding: 40px;
    overflow-y: auto;
} */

/* trggrr */
header{
    
    top: 0;
    z-index: 1000; 
}
#close{
    width:100%;
    background:none;
    border:none;
}
#head_main{
    height: 100px;
    display: flex;
     background-color: #eeeeee!; 
    
}
#head_main.transparent {
    background-color: rgb(238, 238, 238, 0.7);
}


#head_main:hover {
    background-color: rgba(238, 238, 238, 1) !important;
}

nav{
    /* width: 100%;
    margin: 0 auto; */
    position: sticky;
    top: 0;
}
nav ul{
    list-style-type: none;
}
/* nav ul li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
} */
nav ul::after{
    content: "";
    display: table;
    clear : both;
}
nav a{
    display: block;
    text-decoration: none;
    color: #005e00;
    border-bottom: 2px solid transparent;
    padding: 10px 0px;
}
nav a:hover{
    color: #F58519;
    border-bottom: 2px solid #F58519;
}

.sous{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: rgb(238, 238, 238);
    position: absolute;
    width: 100%;
    z-index: 1000;
    padding-left: 0;
}

#head_prod:hover .sous{
    display: block;
}
.sous li{
    float: none;
    width: 100%;
    text-align: left;
}
.sous a{
    padding: 10px;
    border-bottom: none;
}
.sous a:hover{
    border-bottom: none;
    background-color: rgba(200, 200, 200, 0.1);
}

.deroulant >a::after{
    content: "  ▼";
    font-size: 12px;
}

#head_logo{
    width: 100%;
        height: 100%;
    display: flex;
}
#head_logo>#head_logo_t1>img{
    max-width: 100% !important;
    max-height: 100%;
}
#head_logo_t1{
    padding-left: 8%;
    padding-top: 3%;
    max-width: 100%;
    max-height: 100%;
    color: #005e00;
}
#head_logo_t2{
    max-width: 100%;
    max-height: 100%;
    color: #005e00;

    display: flex;
    justify-content: center;     
    align-items: center;
    flex-direction: column;
    gap: 2px;
}
        
#head_acc{
    width: 16%;
     font-size: 25px;

    display: flex;
    justify-content: center;     
    align-items: center;  
    color: #005e00;
}
#head_acc:hover{
    color: #F58519;
}

#head_prod{
    
    width: 16%;
     font-size: 25px;

    display: flex;
    justify-content: center;   
    align-items: center;  
    color: #005e00;
}

#head_prod:hover{
    /* color: #F58519; */
    color: black;
}
#head_rea{
    width: 16%;
    font-size: 25px;

    display: flex;
    justify-content: center;     
    align-items: center;  
    color: #005e00;
}
#head_rea:hover{
    color: #F58519;
}
#head_prod:hover{
    color: #F58519;
}
#head_contact{
    width: 22%;
     font-size: 25px;

    display: flex;
    justify-content: center;     
    align-items: center;  
}


.contact_button{
    width: 60%;
    height: 50%;
    border-radius: 5%;
    color: white;
    background-color: #005e00;

    display: flex;
    justify-content: center;     
    align-items: center; 
}
.contact_button:hover{
    color: white;
    background-color: #F58519;
}

/* main div */
.main_div{
    
    width: 100%;
    /* border:1px solid black; */
}

.divmain_text_slider{
    position: absolute;

    border: 1px solid black;
    border-radius: 68px;
    width: 80%;
    padding-bottom: 2%;
    padding-top: 2%;

    margin-left: 10%;
    margin-top: 10%;

    font-size: 200%;
    background: rgb(255 255 255 / 70%);

    display: flex;
    justify-content: center;     
    align-items: center; 
    flex-direction: column;
    gap: 10px;
}
.main_div_left{
    position: absolute;
    border: 1px solid black;
    /*  border-radius: ; */
    margin-top: 30%;
    margin-left: 7%;

    border-radius:100%;
    padding: 1%;
    max-width: 2%;
    background-color: white;
}
.main_div_left>img{
    max-width: 100%;
}

.main_div_right{
    position: absolute;
    border: 1px solid black;
   /*  border-radius: ; */
   margin-top: 30%;
   margin-left: 90%;

   border-radius:100%;
    padding: 1%;
    max-width: 2%;
    background-color: white;
}

.main_div_right>img{
    max-width: 100%;
}

.pointte{
    position: absolute;
    border-radius: 100%;

    height: 18px;
     width: 18px;
    background-color: white;
}
.pointte:hover{
    background-color: black;
}
#main_div_point1{
     margin-top: 40%;
   margin-left: 44%;
}
#main_div_point2{
     margin-top: 40%;
   margin-left: 47%;
}
#main_div_point3{
     margin-top: 40%;
   margin-left: 50%;
}
#main_div_point4{
     margin-top: 40%;
   margin-left: 53%;
}
#main_div_point5{
     margin-top: 40%;
   margin-left: 56%;
}

/* div_who */
.div_who{
    width: 100%;
}
.div_who_title{
    width: 100%;
    display: flex;
    justify-content: center;     
    align-items: center;
    background-color: #258641;
}
.div_who_title1, .div_who_title2, .div_who_title3{
    width: 33%;
}
.div_who_title1{
    font-size: 30px;
    letter-spacing: 0.15em;
    color: white;
    /* padding-left: 5%; */
    padding: 1% 0 1% 5%;
    line-height: 40px;
}
.div_who_title3{
    padding-left:15%;
}
.div_who_title3>div{
    width:80%;
    border: 1px solid black;
    border-radius: 20px;
    display: flex;
    justify-content: center;     
    align-items: center;
    background-color: white;
    color:#258641;
    font-size: 25px;
    font-weight: bold;
}
.degrade{
    padding-left: 23%;
    font-size: 30px;
    letter-spacing: 0.1em;
    
    display: inline-block;
background: linear-gradient(to right, rgb(201,0,3)40%, rgb(24,81,0), rgb(100,170,56));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.div_who_text{
    display: flex;
}
.div_who_logo{
    width:40%;
}

.div_who_mtext{
    width: 60%;
    font-size: 19px;
}

.p_title{
    color: #258641;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.p_text{
    color:black;
}

/* corten */

.div_tilte_corten{
    padding-top: 1px;
    padding-left:2%;
    padding-bottom: 1%;
    width: 98%;
    background-color: #258641;
}
.div_degrader{
background: linear-gradient(
    to bottom,
    rgba(199, 175, 108, 0.503) 50%,
    rgba(229, 229, 70, 0.112) 100%
  );
}
.main_corten{
    width: 95%;
    display: flex;
    justify-content:space-around ;
    flex-wrap:wrap;
    gap:10px;
    padding-top:1%;
    /*padding-bottom:1%;*/
    padding-left: 2%;
    row-gap:20px;
    align-items: flex-start;


    


}
.type_corten{
    position: absolute;
    border:1px solid black;
    border-radius: 20px;
    margin-top: 15%;
    margin-left:0.5%;
    background-color: white;
    opacity: 70%;
    width: 8%;
    height: 3%;
    display: flex;
    justify-content: center;     
    align-items: center;
    z-index: 100;
    
}
/* .type_corten>img{
    
} */
.img_main_corten{
    width: 24%;

        
}
.img_main_corten2_1{
            width: 170px;
        height: 170px;
        overflow: hidden;
}
.img_main_corten2{
    display:flex;
    flex-direction:column;

    display: flex;
    justify-content: center;
    align-items: center;
}
/* .img_main_corten>div>img{
    width:100%;
    max-height: 260px;
} */
.img_main_corten>img{
    width:100%;
    max-height: 260px;
}

.main_corten2{
    width: 100%;
    display: flex;

}
.corten2_div{
    width: 33%;
}
.corten2_div_div{
    width: 80%;
    height: 80%;
    margin-left: 15%;
    margin-top: 10%;
    display: flex;
    justify-content: center;     
    align-items: center;
    flex-direction:column;
    margin-bottom: 40%;
    text-align: center;

}
.corten2_div_div>img{
    width: 80%;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}
.corten2_div>img{
    width: 100%;
}

/* contact */

.header_contact{
    width:98%;
    background-color: #258641;

    padding-top: 2%;
    padding-left: 2%;
    padding-bottom: 2%;

    display: flex;
}
.header_contact1{
    width: 70%;
}
.cercle_header_contact{
    width: 80%;
    padding-left: 4%;
    border-radius: 30px;
    background-color: white;
    color: #258641;
    font-size: 50px;
    font-weight: bold;
}
.header_contact2{
    width: 30%;

    color: white;
    font-weight: bold;
    font-size: 45px;
    text-align: center;

    display: flex;
    justify-content: center;     
    align-items: center;
    padding-right: 3%;
}

#contact{
    width: 100%;
    display: flex;

    scroll-margin-top: 225px; /* adapte la valeur à la hauteur de ton header */
    /* padding-bottom: 5%; */
}

.contact_left{
    width: 60%;
    
    /* border: 1px solid black; */
    background-color: #258641;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.contact_right{
    width: 40%;
    /* background-color: #f2dea8; */
    /* background: linear-gradient(to bottom,rgba(199, 175, 108, 0.503) 50%,rgba(229, 229, 70, 0.112) 100%); */
    /* background: rgba(199, 175, 108, 0.503); */
}

.rect_contact{
    width: 100%;
    display: flex;

    color:white;
}
.icone_contact{
    width:30%;

}
.icone_texct_contact{
    display: flex;
    justify-content: left;     
    flex-direction: column;
    
    padding-top: 4%;
    padding-bottom: 5%;

    width: 70%;
}
.icone_contact>div{
    width:20%;
    margin-top: 10%;
    margin-left: 30%;

    border-radius: 100%;
    padding: 8%;
    background-color: rgb( 255 255 255 / 30%);
}

.icone_contact>div>img{
    width:100%
}
.Show_all_less{
    width:9%;
    margin-left: 90%;
}
.Show_all_less>img{
    width: 70%;
}
.sturcture_div_description{
     width:90%;
     padding:2%;
     text-align:center;
     border-radius: 5px;
     background-color: white;
     margin-left: 2.5%;
}
.see_all{
    
    width:40%; 
    margin-left:30%; 
    text-align:center;
    height:30px;
    padding-top:10px;
    /* padding-bottom: 25px; */
    border-radius:5px;
    background-color: #258641;
    color: white;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);


}

.see_all:hover{
    background-color: white;
    color: #258641;
    cursor: pointer;
}

#corten_title{
    font-size: 35px; 
    color:white;
    font-weight: bold; 
    letter-spacing: 0.05em;
}
#corten_sub_title{
    font-size: 20px;
}
.big_title{
    font-size: 35px; 
    color:white;
    font-weight: bold; 
    letter-spacing: 0.1em;
}
.small_title{
    font-size: 20px;
}
/* footer */
.footer{
    /* border: 1px solid black; */
    width: 99.9%;
    height: 80px;
    display: flex;
    background-color: #258641;
    display: flex;
    justify-content: center;     
    align-items: center; 
    border-top: 1px solid black;
}

.footer_div1{
    width: 60%;

    display: flex;
    justify-content: center;     
    align-items: center; 
}

.footer_div2{
    width: 20%;


    display: flex;
    justify-content: center;     
    align-items: center; 
}
.footer_div2>a, .footer_div3>a{
    color: white;
    cursor: pointer;
    text-decoration: underline;
}

.footer_div3{
    width: 20%;

    display: flex;
    justify-content: center;     
    align-items: center; 
}

#main_outside_art_more {
    /* display: none; */
/*     flex-direction: row;
    max-height: 0;
    overflow: hidden;
    opacity: 0; */
    transition: max-height .6s ease, opacity .4s ease;
}

/* #main_outside_art_more.show {
    max-height: 3000px;
    opacity: 1;
} */

.hidden {
    display: none;
}

.show {
    display: flex;
}
#arrow1 {
    transition: transform .3s ease;
}