
:root {
    --logo: url('/img/logo_Coublanc.png') ;
    --mainColor : #2a3e4d;
}

*{
    margin: 0;
    padding: 0;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
}

html, body {
  height: 100%;
}

body{
    background-image: url('/img/line2.png');
    background-repeat: repeat;
    background-size: 4px;
    background-color: rgb(208, 208, 208);

}

a{
    text-decoration: none;
}

.container{
    display: flex;
    flex-direction: column;
    max-width:1200px;
    margin: 0 auto;
    background-color: #F4F2F2;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
    min-height: 100vh;
}

.header{
   /*background: #ff2525; */
   position : relative;
}

.top-header{
    position: relative;
    width: 100%;
    height: 80px;
    background: var(--mainColor);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
    z-index: 4;
}

.gimmick {
    position: absolute;
    height: 72px;
    width: 210px;
    top:5px;
    left:0;
    background-color: transparent;
    background-image: url('/img/gimmick.png');
    background-repeat: no-repeat;
    background-size:210px 72px;
    background-position: right;
  }

.logo-header{
    position: absolute;
    height: 140px;
    width:250px;
    background-color: white;
    /*background-image:url('/img/logo_Coublanc.png') ;*/
    background-image: var(--logo) ;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    z-index :10;
    border-radius: 0 0 20px 20px ;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.image-header{
    position: relative;
    width:100%;
    height:700px;
    background-image:url('/img/Coublanc-Stores-Pergola-header.jpg') ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index:1;
    filter: contrast(1.15) brightness(1.07);
}

.title-info{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    height: 100px;
    width: 35%;
    min-width: 300px;
    padding: 20px;
    z-index: 1;
    top: 50%;
    left:0;
    border-radius: 0px 8px 8px 0;
    transform: translateY(-50%);

}

.title-info p {
    color: #2F3E48;
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 1px;

}

.feature{
  display: flex;
  width: 90%;
  max-width: 1300px;
  position: absolute;
  top: 650px;
  z-index: 10;
  justify-content: flex-start;
  gap: 20px;
}


.vignette-feature-container{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    width:1000px;
}

.vignette-feature-big{
    display: flex;
    width: 150px;
    height: 200px;
    background-color: var(--mainColor);
    justify-content: center;
    align-items: center;
    color:white;
    font-weight: 100;
    font-size: 24px;
    border-radius: 0 8px 8px 0;
}


.vignette-feature-big p{
    padding: 20px;
}


.vignette-feature{
    position: relative;
    width: 15%;
    min-width: 160px;
    height: 200px;
    background-color: white;
    overflow: hidden;
    border: 4px solid white;
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    transition: all 0.3s;
    border-radius: 8px;
    padding:0;
}


.vignette-feature:hover{
    transform: scale(1.10);
}


.vignette-feature img{
    width: 100%;
    height: 125px;
}

.vignette-info{
    display: flex;
    width:100%;
    height: 75px;
    color: black;
    background-color: white;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}


.vignette-info p {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height:60px;
    width: 100%;
    bottom: 0;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-align: center;
}

.grey-separation{
    width: 100%;
    height: 125px;
    background-color:#D9D9D9 ;
}


.atout-feature{
    position: relative;
    width:700px;
    display: flex;
    gap: 40px;
    background-color: #D9D9D9;
    padding: 40px;
    padding-left : 250px;
    border-radius: 0 8px 8px 0;


}
.atout-item-container{
    display: flex;
    gap: 40px;
    justify-content: center;
}
.atout-item{
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 8px;
    border-bottom: 8px solid #303E48 ;
}

.atout-item img {
    padding-top: 8px;
    width: 100px;
    height: 60px;
    object-fit: contain;
}

.text-atout{
    height : 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.text-atout p{
   text-align: center;
   font-size: 12px;
}


.title-atout{
    position: absolute;
    padding:8px;
    padding-left: 70px;
    background-color: #303E48;
    color: white;
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    top:-18px;
    left:0px;
}

#feature-msb{
    width:100%;
    background-color: #D9D9D9;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(/img/circle.png);
    background-repeat: space;
    background-size:5px;
    box-sizing: border-box!important;
}

#footer{
    display: flex;
    flex-shrink: 0;
    height: 140px;
    background-color:var(--mainColor);
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0px 6px 20px 6px rgba(0, 0, 0, 0.50);
}

.footer-msb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer-msb img {
   margin-bottom: 8px;
}


.footer-msb p {
   display: block;
   padding: 0px 20px;
   margin: 0px 20px;
   text-align: center;
}

.borderbottom-beige{
    border-bottom: 6px solid #D5CFC3!important;
}

.borderbottom-vert{
    border-bottom:6px solid  #A1AD36!important;
}

.borderbottom-pourpre{
    border-bottom:6px solid  #73283B!important;
}

.circle-transition {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #D5CFC3;
    transform: scale(0);
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
    z-index: 9999;
    transform-origin: center center;/
}

.circle-transition.animate {
    transform: scale(200);
}

.vert {
    background-color: #A1AD37!important;
}


/* --------------------------IA ===> Gestion langue */
.pays{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right:0px;
    top:0px;
    width: 150px;
    height: 100%;
}


#pays-select-native {
    /* Cachez le select natif si vous utilisez une surcouche JavaScript */
    display: none;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc; /* Exemple de bordure */
    border-radius: 4px;
    background-color: #fff;
}

.custom-select-trigger {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px; /* Espace entre l'image et le texte */
}

.custom-select-trigger img {
    width: 24px; /* Taille des drapeaux */
    height: auto;
}

.custom-options {
    position: absolute;
    top: 100%; /* Juste en dessous du déclencheur */
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    z-index: 10;
    display: none; /* Caché par défaut */
    max-height: 200px; /* Limite la hauteur et ajoute un défilement si nécessaire */
    overflow-y: auto;
}

.custom-options.show {
    display: block; /* Affiché quand le menu est ouvert */
}

.custom-option {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px; /* Espace entre l'image et le texte */
    cursor: pointer;
}

.custom-option:hover {
    background-color: #f0f0f0;
}

.custom-option img {
    width: 24px; /* Taille des drapeaux */
    height: auto;
}

/* --------------------------FIN IA ===> Gestion langue */

@media screen and (max-width: 1000px) {
    .feature{
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        position: relative;
        bottom : -120%;
        top :0;
        margin-bottom: 50px;
        padding: 50px;
        box-sizing: border-box;

    }

    .grey-separation{
        display: none;
    }

    .vignette-feature-big{
        height: auto;
        margin-left: 10px;
        margin-top: 10px;
        border-radius: 8px;
    }

    .vignette-feature-container{
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .vignette-feature-big{
        margin: 0;
        padding: 0;
        margin-bottom: 30px;
    }

    .atout-feature{
        width:100%;
        flex-wrap: wrap;
        padding: 50px 10px;
        justify-content: center;
        box-sizing: border-box!important;
        border-radius: 0;
    }


    .atout-item-container{
        display: flex;
        flex-wrap: wrap;
    }



}

@media screen and (max-width: 600px) {

    .atout-feature{
        justify-content: center;
    }




}

@media screen and (max-width: 500px) {


    .logo-header{
        width: 100%;
        background-size: 70%;
        border-radius:0;
    }

    .pays{
        top: -18px!important;
        z-index: 10;
        }


}