*{
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
}
:root{
    --CouleurPrimaire:#1f354d;
    --CouleurSecondaire:#03989e;
    --CouleurAccent:#FF8C42;
    --FontFamily:"Khand", sans-serif;
    --BoxShadow:rgb(163, 163, 163);
    --FontSizeREG:clamp(19px,1.3vw,30px);
    --FontSizeBIG:clamp(30px,7vw,42px);
}
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}
.FullScreenIMG{
    height:101vh;
    width:100%;
    object-fit: cover;
    padding: none;
    object-position: 50% 20%;
    margin-bottom: -8px;
}
    .BOLD{
        font-family: "Khand", sans-serif;
        font-style: normal;
        font-weight: Bold 700;
    }
    .LIGHT{
        font-family: "Khand", sans-serif;
        font-style: normal;
        font-weight:100;
    }
    .MID{
        font-family: "Khand", sans-serif;
        font-style: normal;
        font-weight:500;
        color:black;
    }
    .Highlight{
        /*background-image:linear-gradient(white 0% 55%,var(--CouleurPrimaire) 56% 70%, white 71% 100%);*/
        text-decoration:underline 3px;
        text-underline-offset: 3px;
        text-decoration-color:var(--CouleurSecondaire);
    }
.Relative{
    position:relative;
}
.Horizontal{
    display: flex;
    flex-direction: row;
}
.Vertical{
    display: flex;
    flex-direction: column;
}

.underline{
    text-decoration: underline;
}
.MB50{
    margin-bottom: 50px;
}
.ml20{
    margin-left: 20px;
}
.mt50{
    margin-top: 50px;
}
.mt10{
    margin-top: 10px;
}
.mt25{
    margin-top: 25px;
}
h3{
    font-size:21px;
}
#FooterIMG{
    width:67vw;
    position: relative;
    max-width: 470px;
}
#Footer{
    background-color:#aa923a;
    width:100vw;
    text-align: center;
}
#Footer h2{
    position: relative;
    color:black;
    margin-left: auto;
    margin-right: auto;
}
#Footer #BusinessName{
    color:black;
    text-decoration: underline var(--CouleurSecondaire);
    font-family: "Playwrite BE VLG", cursive;
    margin-bottom: -30px;
}
#Footer{
    margin-top: 50px;
    background-color: #f5f5f595;
    padding-top:20px;
    padding-bottom: 20px;
    width:100%;
}
#FooterContent{
    position:relative;
}
a{
    text-decoration: none;
    color:black;
    font-weight: normal;
    cursor: pointer;
}
.iconeBW{
    -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
    margin-left: 25px;
    margin-right: 25px;
}
#ReseauxSociaux{
    margin-top: 20px;
    position: relative;
    align-items: center;
    width:fit-content;
    margin-left: auto;
    margin-right: auto;
}
#HeaderFull a{
    margin-top: auto;
    margin-bottom: auto;
}
#HeaderFull{
    height:150px;
    display: flex;
    flex-direction: row;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left:4%;
    padding-right: 4%;
    gap:clamp(10px,10vw,100px);
}
#BackgroundHEADER{
    background-color: #f9f9f9;
    width:100%;
    height: fit-content;
}
.section{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    max-width: 1000px;
    width:92%;
    padding-left:4%;
    padding-right: 4%;
}
#HeaderFull a h2{
    font-size: 1.35em;
}
#HeaderFull button{
    border:none;
    border-bottom: 2px solid #797979;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.2s;
}

#HeaderFull button:hover{
    border-bottom:2px solid #ffd74b;
    letter-spacing: 0.25px;
}
#HeaderFull span{
    background-color: rgb(240, 240, 240);
    padding: 10px;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 100%;
    margin-right: 20px;
    cursor:pointer;
    transition: all 0.2s;
    z-index: 11;
}
#MobileMenu{
    padding-top:130px;
    text-align: center;
    display: none;
    flex-direction: column;
    position:fixed;
    top:0px;
    width:100%;
    height:75%;
    background-color: #e6e6e6ad;
    z-index: 10;
}
a{
    color:black;
    cursor: pointer;
    text-decoration: none;
}
button{
    cursor:pointer;
}
#MobileMenu h1{
    font-family: var(--FontFamily);
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    background-color: white;
}
@media only screen and (min-width: 501px){
    #HeaderFull span{
        display: none;
    }
}
@media only screen and (max-width: 500px){
    #HeaderFull .MID{
        display: none;
    }
    #HeaderFull{
        gap:0px;
        justify-content:space-between;
    }
}
/*Mise en page du CTA avec 3 choix.

- Le choix demandant un engagement du visiteur.
- Deux choix offrant l'option de poser des questions sans engagement. 
*/
.ComboCTA .FormulaireCTA h2{
    font-family: var(--FontFamily);
    font-size:calc(var(--FontSizeREG) + 3px);
    font-weight: 500;
    background-color: #ff8a4247;
    width: fit-content;
    border: 2px solid var(--CouleurAccent);
    padding:4px;
    transition: ease all 0.2s;
}
.ComboCTA .FormulaireCTA{
    transition: ease all 0.2s;
    width: fit-content;
}
.ComboCTA .FormulaireCTA:hover{
    box-shadow: 2px 2px 4px var(--BoxShadow)
}
.ComboCTA .QuestionsCTAS .MiniHeader{
    margin-top: 10px;
}
.ComboCTA .QuestionsCTAS .MiniHeader h3{
    font-family: var(--FontFamily);
    font-size:var(--FontSizeREG);
    font-weight: 400;
}
.ComboCTA .QuestionsCTAS .MiniHeader h2{
    font-family: var(--FontFamily);
    font-size: var(--FontSizeREG);
    font-weight: 400;
}
.ComboCTA .QuestionsCTAS .option{
    z-index: 5;
}
.ComboCTA .QuestionsCTAS .option h3{
    font-family: var(--FontFamily);
    font-size:var(--FontSizeREG);
    font-weight: 400;
}
.ComboCTA .QuestionsCTAS .regular{
    margin-top: 10px;
    font-family: var(--FontFamily);
    font-size:var(--FontSizeREG);
    font-weight: 400;
}
/*DE*/
.ComboCTA .QuestionsCTAS .option form input{
    width:clamp(210px,18vw,500px);
    padding:5px 15px 5px 15px;
    border-radius: 10px;
    border:none;
    background-image: linear-gradient(90deg,#f0f0f0 30%,white);
    color:black;
    font-family: var(--FontFamily);
    font-size:var(--FontSizeREG);
}
.ComboCTA .QuestionsCTAS .option form{
    height:fit-content;
    position: relative;
}

.ComboCTA .QuestionsCTAS .option form button:hover{
    background-color: var(--CouleurPrimaire) !important;
    color:white !important;
}

.ComboCTA .QuestionsCTAS .option form button{
    height:39px;
    width:39px;
    background-color: #ffffff;
    color:var(--CouleurPrimaire);
    border:none;
    box-shadow: rgb(163, 163, 163) 2px 2px 5px;
    border-radius: 10px;
    text-align: center;
    margin-left: -20px;
    cursor: pointer;
    transition: all 0.18s;
    position:absolute;
    z-index: 5;
}
.ComboCTA .QuestionsCTAS .option form input:focus{
    outline:none;
    box-shadow: var(--BoxShadow) 2px 2px 5px;
}
.ComboCTA .QuestionsCTAS .option form input{
    transition: all 0.2s;
}

.ComboCTA .QuestionsCTAS .option form input::placeholder{
    color:black;
}
.ComboCTA .QuestionsCTAS .option form button span{
    vertical-align: middle;
    padding:4px;
    font-size: calc(var(--FontSizeREG) + 10px);
}
.ComboCTA #errorMsg{
    margin-top: 10px;
    color:red;
    font-size:var(--FontSizeREG);
    font-weight:400;
}
.ComboCTA #iconeErr{
    display: none;
    box-shadow: 2px 2px 4px var(--BoxShadow);
    margin-top: 10px;
    color:white;
    background-color: red;
    border-radius: 100%;
    padding:5px 5px 6px 5px;
    width:fit-content;
    height:fit-content;
}
.ComboCTA .MiniHeader #Tag{
    margin-top: 20px;
    background-color: #f4f4f4;
    width:max-content;
    display: flex;
    flex-direction: row;
    padding:4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

#envoitell{
    display: none;
  }

  #cookie-banner {
    display: none;
    flex-direction: column;
    gap:10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.059); /* Fond noir avec légère transparence */
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    z-index: 10000;
    flex-wrap: wrap;
    align-items: left;
    justify-content: center;
}
#cookie-banner a {
    color: #FFD700; /* Jaune doré */
    text-decoration: underline;
    font-weight: bold;
}

#cookie-banner a:hover {
    color: #FFA500; /* Orange doré au survol */
}

#cookie-banner #accept-all,#cookie-banner #limit-minimum {
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease, transform 0.2s ease;
}

#accept-all {
    background: var(--CouleurPrimaire);
    color: black;
}

#accept-all:hover {
    transform: scale(1.02);
}

#limit-minimum {
    background-color: #797979; /* Bleu */
    color: rgb(255, 255, 255);
    margin-left: 10px;
}

#limit-minimum:hover {
    transform: scale(1.02);
}

#CookieButton{
    display: none;
    cursor:pointer;
    position:fixed;
    left:4%;
    bottom:30px;
    z-index: 1000;
}
#CookieButton span{
    font-size: 34px;
    background-color: white;
    box-shadow: 2px 2px 4px var(--BoxShadow);
    border-radius: 100%;
    padding:6px 6px 4px 6px;
}
#ImageDECO{
    left:-90px;
    position:absolute;
    width:300px;
    bottom:-45px;
    height:auto;
    z-index: -10;
}
#TextCookie h1{
    font-size:calc(var(--FontSizeREG) + 10px);
    text-align: left;
    font-family: var(--FontFamily);
}
#TextCookie{
    position:relative;
}
#cookie-banner a{
    padding-top: 10px;
    margin-left: 10px;
}

#cookie-banner #Click{
    position: relative;
    margin-top: 10px;
}
#cookie-banner #TextCookie{
    margin-left: 190px;
}

@media only screen and (max-width: 1030px){
    
    #cookie-banner #TextCookie{
        margin-left: 150px;
    }
    
    #ImageDECO{
        left:-90px;
        position:absolute;
        width:280px;
        bottom:-45px;
        height:auto;
        z-index: -10;
    }
}

@media only screen and (max-width: 967px){
    
    #cookie-banner #TextCookie{
        margin-left: 4%;
        margin-right: 130px;
    }
    
    #ImageDECO{
        
        left:calc(100% - 190px);
        position:absolute;
        width:350px;
        bottom:-50px;
        height:auto;
        z-index: -10;
    }
}

@media only screen and (max-width: 607px){
    
    #cookie-banner #TextCookie{
        margin-left: 4%;
        margin-right:4%;
    }
    
    #ImageDECO{
        display: none;
        position:absolute;
        width:150px;
        bottom:-50px;
        height:auto;
        z-index: -10;
    }
}