:root {
    /* Colors */

    --blue: #021527;
    --lightBlue:#48dbfb;
    --darkgray:#5C5C5C;
    --lightgray:#939393;
    --darkbg:#021527;
    --graytext: #2E2E2E;
    --bg-gray:#292929;
    --footer-text:#808080;
    --bullet:#E74C3C;
    --bglight:#858585;
    --gold : #BFA888;
    --dark-gold : #ae936d;
    --light-bg-gold : #f4f2ed;
    --p-text:#404040;
    --p-light-text:#4c4c4c;

    /* Typographies */

    --lato : 'Lato', sans-serif;
    --inconsolata : 'Inconsolata', sans-serif;
    --cormorant : 'Cormorant Upright', serif;
    --opti : 'OPTI', sans-serif;
    --amaranth : 'Amaranth', sans-serif;
    --jost: 'Jost', sans-serif;
    --lato: 'Lato', sans-serif;
    --roboto: 'Roboto', sans-serif;
    --alpes : 'ALPES', sans-serif;
    --papy : 'PAPYRUS', sans-serif;
    --nunito: 'Nunito', sans-serif;
}

@font-face {
    font-family: 'OPTI';
    src: url('../Fonts/vag-round-bold/OPTIVagRound-Bold.otf') format("opentype") ;
}

@font-face {
    font-family: 'ALPES';
    src: url('../Fonts/hirondelles/HirondellesdesAlpes.ttf') format("truetype") ;
}
@font-face {
    font-family: 'PAPYRUS';
    src: url('../Fonts/papyrus-font-1712480979-0/papyrus.ttf') format("truetype") ;
}
.underline {
    text-decoration: underline;
}
html.pending {
    cursor: wait;
}

/* sticky window  */

.blue-bg svg {
    position: relative;
    right: 8px;
    bottom: 8px;
}

.phoneIcon:hover  {
    transform: scale(1.1);
}
.rdv {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 2.1em;

    
}
.sticky-title {
    color: white;
    font-size: 1.5em;
    font-family: var(--opti);
    letter-spacing: 1.2px;

}
.blue-bg {
    background-color: var(--blue);
    padding: 2em;
    border-top-right-radius: 1.2em;
    border-top-left-radius: 1.2em;
    margin-bottom: 1.8em;
 box-shadow: black 0 0 3px;
display: flex;
}

.rdv p {
    font-family: var(--opti);
    font-size: 1.5em;
    font-weight: bold;
    color: var(--blue);

}

.blue-button {
    font-family: var(--nunito);
    letter-spacing: 1px;
    padding: 1.1em 2.5em;
    background-color: var(--blue);
    border: none;
    cursor: pointer;
    border-radius: 0.15em ;
    transition: all 0.25s;
    border: var(--blue) 1px solid;
    color: white;
    text-transform: uppercase;
}
.blue-button a {
    color: white;
    transition: color 0.25s;

}
.blue-button:hover a {
    color: var(--blue);

}
.blue-button:hover {
    color: var(--blue);
    background-color: white;
    .cls-1 {
        fill: var(--blue);
      }
}

.blue-button svg {
    margin-right: 0.5em;
    
}
.contact-open-form {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 1.1em 2.5em;

}
.contact-open-form img {
    width: 25px;
    margin-right: 1rem;
}
.sticky-call {
    display: flex;
    align-items: center;
   
   
}
 /* sticky window end  */

 /* button  */

 .send-button {
    margin-bottom: 1.5rem;
 }

 /* button end  */

 /* formulaire */
.formulaire-contact-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 26;
}

.dark-background {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: black;
    opacity: 0.5;
    z-index: 10;
}
form.contact {
    z-index: 30;
    background-color: white;
    border-radius: 0.3rem;
    padding: 3rem 5rem;
    margin: 2rem;
}

.contact-title-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4rem;
}
.cross-icon {
    position: relative;
    cursor: pointer;
    left: 25px;
    bottom: 10px;
    
    transition: transform 0.6s ease-in-out;
    .cls-1 {
        fill: #535353;
      }
}

.cross-icon:hover {
    transform: scale(0.95);
}
.contact-title {
    font-size: 1.6rem;
    font-family: var(--nunito);
    text-align: start;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.form-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.input-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
    width: 100%;

}
select#budget {
    width: 100%;
}
.personnals-input .input-container {
    width: 50%;

}

.personnals-input .input-container:nth-child(2n+1) input, .input-container:nth-child(2n+1) select {
    width: 95%;
}

.personnals-input {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.error-form {
    color: red;
    font-family: var(--roboto);
    font-size: 1.3rem;
    margin-top: 0.2rem;
}

.error-empty {
    display: block;
    width: 13px;
    height: 13px;
}

p.error-form {
    display: block;
    width: auto;
    height: 13px;
}
.input-container label {
    font-size: 1.2rem;
    color: black;
    font-family: var(--roboto);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.input-container input, .input-container select {
    width: 100%;
    padding: 1.7rem 2.1rem;
    border: #b3b3b3 1px solid;
    outline: 0;
    height: 50px;
}

.contact-legals {
    font-family: var(--roboto);
    font-size: 1.1rem;
    letter-spacing: 1.1px;
    color: var(--graytext);
    line-height: 1.6rem;
}
@media only screen and (max-width: 700px) {
    .input-container label {
        font-size: 1.2rem;
    }
    .contact-title {
        font-size: 1.5rem;
    }
    .contact-legals {
        font-size: 0.8rem;
        line-height: 1.1rem;
    }
    .input-container input, .input-container select {
        height: 35px;
        padding: 0.5rem 1rem;
    }
    .input-container {
        margin-bottom: 1rem;  
    }
}
@keyframes increaseOpacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes decreaseOpacity {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
 /* formulaire end  */

 /* cookie */

 /* Style for Cookie Modal */
.cookie-modal {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.cookie-content {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    text-align: center;
}
.cookie-content h2 {
    font-size: clamp(1.35rem, 1.1vw,2rem);
    margin-bottom: 1rem;
}
.cookie-content p {
    font-size: clamp(1rem, 1.05vw,1.5rem);
    margin-bottom: 1rem;
}
.cookie-content a {
    display: block;
    font-size: clamp(1rem, 1.05vw,1.5rem);
    text-decoration: underline;
    margin-bottom: 1rem;
}
.btn-accept, .btn-decline {
    background-color: var(--blue);
    color: white;
    padding: 10px 20px;
    border: var(--blue) 1px solid;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
}
.btn-decline {
    background-color: red;
    border: red 1px solid;

}
.btn-accept:hover {
    background-color: white;
    color: var(--blue);
}
.btn-decline:hover {
    background-color: white;
    color: red;
}

