:root{
    --bleu-geniall : #00B6EC;
    --bleu-geniall-2 : #00E5FF;
    --note-bleu-geniall : #01F8F8;
    --jaune-geniall : #FFE500;
    --ham-width : 26px;
    --ham-height : 2px;
    --ham-gap : 4px;
    --hamburger-height: calc(var(--ham-height)*3 + var(--ham-gap)*2);
    --animation-timing : 0.3s ease-in;

    --gap-form : 28px;

    --note : #45f8f3;
}

.visually-hidden:not(:focus):not(:active) {
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
}

.visually-hidden-input{
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  
  input.visually-hidden-input:is(:focus, :focus-within) + label{
    outline: 2px solid red;
  }

  /* Vague Header */
  .custom-shape-divider-top-contact-resp{
    display: none;
  }
  .custom-shape-divider-bottom-contact-resp{
    display: none;
  }
  
        .custom-shape-divider-top-contact {
            position: fixed;
            top: 0;
            left: 0;
            width: 108%;
            overflow: hidden;
            line-height: 0;
            z-index: -10;
            opacity: 1;
        }

        .custom-shape-divider-top-contact svg {
            position: relative;
            display: block;
            width: 40%;
            height: 100vh;
        }

        .custom-shape-divider-top-contact .shape-fill {
            fill: #C6FFFF;
        }

/* Images absolute */

.rectangle-bleu{
    position: absolute;
    width: 25px;
    top: 16vh;
    left: 67vw;
    transform: rotate(45deg);
}

.rectangle-bleu-min{
    position: absolute;
    width: 18px;
    top: 18.5vh;
    left: 66vw;
    transform: rotate(65deg);
}

.rond-jaune{
    position: absolute;
    width: 48px;
    top: 19.5vh;
    left: 20vw;
}

.rond-jaune-min{
    position: absolute;
    width: 25px;
    top: 22.5vh;
    left: 23vw;
}

.arc-bleu{
    position: absolute;
    width: 48px;
    top: 47.5vh;
    left: 61vw;
    opacity: 0.4;
    transform: rotate(257deg);
}

.demi-cercle-jaune{
    position: absolute;
    width: 65px;
    top: 13vh;
    left: 84vw;
    transform: rotate(355deg);
}

.demi-cercle-cyan{
    position: absolute;
    width: 90px;
    top:23vh;
    left: 52vw;
    transform: rotate(10deg);
}

/* Content */
    /* Page formulaire */

.nav-scrolled{
    background-color: transparent;
}

.logo-noir-bandeau{
    display: none;
}

.article-contact{
    display: flex;
    position: relative;
    justify-content: flex-end;
    margin: 0 7vw;
    /* width: 60vw; */
    top: 25vh;
    right: 0;
}

/* Partie gauche */
.contact-left{
    width: 44vw;
    margin-right: 5vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-titre{
    grid-column: span 2;
    margin-top: 0;
    font-size: 4.5rem;
    /* white-space: nowrap; */
}

.div-contact-adresse{
    grid-column: 2;
}

.contact-adresse{
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.6;
}

.lien-rs-contact{
    width: 8%;
    margin: 2em 1.8em 0 0;
}

/* Partie droite */
.contact-right{
    width: 22vw;
    display: flex;
    flex-direction: column;
}

.form-contact{
    display: flex;
    flex-direction: column;
}

.form-contact input{
    background-color: transparent;
    border: transparent;
    border-bottom: 2px solid var(--bleu-geniall-2);
    padding-top: var(--gap-form);
    padding-bottom: .5em;
}

.form-contact input:focus{
    outline: none;
}

.form-contact ::placeholder{
    font-family: 'Quicksand', 'Trebuchet MS', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    padding-left: .4em;
    color: var(--bleu-geniall-2);
    outline: none;
}

#text-mail{
    margin-top: 5px;
    border: 2px solid var(--bleu-geniall-2);
    padding: .3em .3em .3em .5em;
    border-radius: 1.6em;
    resize: none;
    font-family: 'Arial';
    font-size: .9rem;
}

.text-mail-label{
    margin-top: var(--gap-form);
    padding-left: .4em;
    font-size: 1.5rem;
    font-weight: 500;
}

#text-mail:focus{
    outline: none;
}

.file-label{
    align-self: flex-start;
    display: inline-block;
    margin-top: var(--gap-form);
    padding: .2em 1em;
    font-family: 'Quicksand', 'Trebuchet MS', sans-serif;
    font-weight: 700;
    cursor: pointer;
    background-color: white;
    color: var(--bleu-geniall-2);
    border: none;
    border-radius: 1.4em;
    box-shadow: 1px 5px 6px 1px #18181866;
}

.file-label:active{
    transform: translateY(2px);
    box-shadow: 1px 3px 6px 1px #18181866;
}

.input-bouton-texte{
    margin: 0;
}

.no-file{
    color: black;
    display: inline-block;
    align-self: flex-start;
    font-size: 1rem;
    padding-left: 8px;
}

/* #file-input{
    display: none;
} */

.div-charged-files{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: .5em 0 0 .6em;
}

.charged-files{
    margin: 0.15em 0;
    color: black;
}

.bouton-dl{
    display: none;
}

.trash{
    width: 20px;
    padding-left: 10px;
    cursor: pointer;
}

.submit{
    align-self: center;
    margin-top: var(--gap-form);
    padding: .4em 2em .5em;
    cursor: pointer;
    border: none;
    border-radius: 12px;
    font-family: 'Quicksand', 'Trebuchet MS', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    background-color: var(--bleu-geniall-2);
    transition: all .1s ease-out;
    box-shadow: 1px 5px 6px 1px #18181866;
}

.submit:active{
    transform: translateY(2px);
}

        /* Page merci  */
.article-contact-sent{
    display: flex;
    position: relative;
    justify-content: center;
    margin: 0 7vw;
    top: 25vh;
    right: 0;
}

.contact-center{
    width: 80vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.contact-merci{
    grid-column: span 3;
    margin-top: 0;
    font-size: 4.5rem;
    white-space: nowrap;
    text-align: end;
}

.div-contact-adresse-sent{
    grid-column: 3;
}

.contact-adresse-sent{
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.6;
    text-align: end;
}

.lien-rs-contact-sent{
    width: 8%;
    margin: 2em 0 0 1.8em;
    text-align: end;
}

.menu-rs-contact-sent{
    text-align: end;
}

.contact-center h3{
    grid-column-start: 2;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 0;
}

.back-home{
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-weight: 700;
    border-radius: 2em;
    padding: 0.3em 1.2em 0.4em;
    background-color: var(--bleu-geniall-2);
    /* color: var(--bleu-geniall-2); */
    color: white;
    /* box-shadow: -1px 5px 9px 1px #18181829; */
    box-shadow: 1px 8px 16px rgb(143 143 143 / 28%);
}

.fleche-back-home{
    width: 46px;
    /* transform: scaleX(-1); */
    padding-right: 0.4em;
}

.nobreak{
    white-space: nowrap;
}




            /* RESPONSIVE */









@media (max-width: 1400px){
    .contact-titre{
        font-size: 3.8rem;
    }
}

@media (max-width: 1200px){
    /* Vague Header */
    .custom-shape-divider-top-contact{
        display: none;
    }

        .custom-shape-divider-top-contact-resp{
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 108%;
            overflow: hidden;
            line-height: 0;
            z-index: 0;
            opacity: 1;
        }

        .custom-shape-divider-top-contact-resp svg{
            position: relative;
            display: block;
            width: 100%;
            height: 140px;
        }

        .custom-shape-divider-top-contact-resp .shape-fill {
            fill:#C6FFFF;
        }


    /* Vague Footer */
        .custom-shape-divider-bottom-contact-resp{
            display: block;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            transform: scaleX(-1) rotate(180deg);
            /* line-height: 0; */
            z-index: -10;
            opacity: 1;
        }

        .custom-shape-divider-bottom-contact-resp svg{
            position: relative;
            display: block;
            width: 100vw;
            height: 220px;
        }

        .custom-shape-divider-bottom-contact-resp .shape-fill {
            fill:#C6FFFF;
        }

/* Images absolute responsive */

.rectangle-bleu{
    position: absolute;
    width: 25px;
    top: 16vh;
    left: 7vw;
    transform: rotate(45deg);
}

.rectangle-bleu-min{
    position: absolute;
    width: 18px;
    top: 18.5vh;
    left: 11vw;
    transform: rotate(65deg);
}

.rond-jaune{
    position: absolute;
    width: 48px;
    top: 73.5vh;
    left: 82vw;
}

.rond-jaune-min{
    position: absolute;
    width: 25px;
    top: 77.5vh;
    left: 88vw;
}

.arc-bleu{
    position: absolute;
    width: 48px;
    top: 74.5vh;
    left: 5vw;
    transform: rotate(65deg);
}

.demi-cercle-jaune{
    position: absolute;
    width: 65px;
    top: 13vh;
    left: 84vw;
    transform: rotate(355deg);
}

.demi-cercle-cyan{
    display: none;
}

/* Content */

.article-contact{
    flex-direction: column;
    top: 16vh;
    margin: 0 8vw;
    align-items: center;
}

.contact-titre{
    text-align: center;
    font-size: 1.4rem;
    /* padding: 0 20px; */
    color: black;
    /* background-color: #ff0000; */
    /* background: rgb(255, 229, 0);
    background: linear-gradient(0deg, rgb(255,255,255,1) 0%, rgb(255,255,255,1) 15%, rgb(255, 229, 0) 15%, rgb(255, 229, 0) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%); */
}

.contact-adresse{
    display: none;
}

#menu-rs-contact{
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: -6vh;
    left: 50%;
    transform: translateX(-50%);
}

.lien-rs-contact{
    width: 24px;
}

.contact-left{
    width: auto;
    margin: auto;
}

.contact-right{
    width: 80vw;
}
}

@media (max-width: 850px){
:root{
    --gap-form : 16px;
}
    .article-contact{
        margin: 0 10vw;
    }

    .logo-noir-bandeau{
        display: block;
    }

    .form-contact ::placeholder{
        font-size: 1.3em;
    }
}

@media (max-width: 600px){
    .bouton-dl{
        display: block;
    }

    .input-bouton-texte{
        display: none;
    }
    
    .file-label{
        background-color: transparent;
        padding: 0;
        box-shadow: none;
    }

    .submit{
        margin-top: 6px;
    }
}


        /* Page merci  */

.wbr{
    display: none;
}

@media (max-width: 1600px){
    .contact-merci{
        font-size: 3rem;
    }
}


@media (max-width: 1150px){
    .wbr{
        display: block;
    }
}


@media (max-width: 1200px){
    /* .menu-rs-contact-sent{
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: -6vh;
    left: 50%;
    transform: translateX(-50%);
    } */

    .contact-merci{
        font-size: 2.8rem;
    }

    .contact-center{
        width: 76vw;
    }

    .contact-center h3{
        grid-column-start: 1;
        /* align-items: center; */
    }

    .lien-rs-contact-sent{
        margin: 2em 0 0 1.5em;
    }
}


@media (max-width: 800px){
    .contact-center{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-merci{
        text-align: start;
    }

    .contact-adresse-sent{
        text-align: start;
    }

    .menu-rs-contact-sent{
        text-align: start;
    }

    .lien-rs-contact-sent{
        width: 8%;
        margin: 2em 1.4em 0 0;
        text-align: end;
    }

    .contact-center h3{
        order: 6;
    }

    .back-home{
        font-size: 1.4em;
        justify-self: center;
        margin-top: 1.6em;
    }

    .fleche-back-home{
        margin-top: 1px;
        width: 26px;
        height: 12px;
    }
}

@media (max-width: 600px){
    .contact-merci{
        font-size: 1.6em;
    }

    .contact-adresse-sent{
        font-size: 1.2rem;
    }

    .back-home{
        font-size: 1em;
        justify-self: center;
        margin-top: 3.4em;
    }

    .fleche-back-home{
        margin-top: 1px;
        width: 26px;
        height: 12px;
    }

    .arc-bleu{
        top: 77.5vh;
    }

    .rond-jaune-min{
        top: 70vh;
        left: 76vw;
    }
}


@media (max-width: 400px){
    .lien-rs-contact-sent{
        margin: 1.6em 1em 0 0;
    }
}