/* Menu */
.navContactContainer{
    width: 60vw;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    z-index: 10;
    position: fixed;
    top: 5svh;
    left: 20vw;
    background-color: var(--bcf);
    border-radius: 50px;
    box-shadow: 0 0 8px #f5f5f5;
    height: 6vh;
    transition: top 0.6s ease-out, left 0.6s ease-out;
}
/* Logo */
.navContactContainer div{
    background-color: var(--bm);
    position: absolute;
    left: 0px;
    top: -15%;
    height: 130%;
    width: 15vw;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 8px #f5f5f5;
}
.navContactContainer div a{
    color: var(--blanc);
    font-size: 22px;
    font-family: "Jost", "Oswald", sans-serif;
}
/* Fin du logo */

/* Liste */
.navContact{
    width: 45vw;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
/* Fin de la liste */

/* Menu Burger */
.menuBurgerContainer{
    z-index: 10;
    position: fixed;
    top: 2svh;
    left: 2vw;
    width: 75px;
    display: none;
}
/* Fond */
.menuBurgerFond{
    animation: tBRotateMenu 5s infinite linear;
    z-index: 10;
    position: absolute;
}
/* Fin du fond */
/* Barres */
.menuBurgerBarres{
    z-index: 11;
    position: absolute;
    display: flex;
    flex-direction: center;
    align-items: center;
}
.barresM{
    transition: transform 0.5s linear, opacity 0.5s linear;
}
/* Toggle */
.midBT{
    opacity: 0%;
}
.basBT{
    rotate: 315deg;
    transform: translateX(-50%) translateY(3%);
}
.hautBT{
    rotate: 45deg;
    transform: translateX(20%) translateY(-30%);
}
/* Fin des toggles */
/* Fin des barres */
.navContactContainerT{
    top: 0px !important;
    left: 0px !important;
}
/* Fin du menu Burger */
@media screen and (max-width: 1000px) {
    .menuBurgerContainer{
        display: block;
        z-index: 11;
    }
    .navContactContainer{
        position: fixed;
        top: -100%;
        left: -100%;
        border-radius: 0px;
        width: 100%;
        height: 100%;
        background-color: #d7e6ef58;
        backdrop-filter: blur(10px);
        box-shadow: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .navContactContainer div{
        position: initial;
        width: 70vw;
        height: auto;
        padding: 10px 0px;
    }
    .navContactContainer div a{
        font-size: 40px;
        text-align: center;
    }
    .navContact{
        flex-direction: column;
        height: 50svh;
        background-color: #289dd825;
        border-radius: 50px;
        margin-top: 10svh;
        width: 70vw;
    }
    .navContact li{
        font-size: 24px;
        width: 90%;
        text-align: center;
        background-color: var(--bcf);
        padding: 20px 0px;
        border-radius: 50px;
    }
}
@media screen and (max-width: 400px) {
    .navContactContainer div a{
        font-size: 32px;
    }
}
/* Fin du menu */

/* Phrase d'accorche */
.titleContact{
    font-family: "Jost", "Oswald", sans-serif;
    font-weight:300;
    color: var(--bm);
    font-size: 48px;
    margin: 30svh 0svh 10vw 0vw;
    text-align: center;
}
.titleContactSpan{
    font-family: "Jost", "Oswald", sans-serif;
    font-weight:300;
    color: var(--bc);
    font-size: 48px;
}
@media screen and (max-width: 650px) {
    .titleContact{
        font-size: 40px;
        margin-top: 20svh;
    }
    .titleContactSpan{

        font-size: 40px;
    }
}
/* Fin de la phrase d'accrorche */


/* Formulaire */
main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.formContainer{
    width: calc(90vw - 20px);
    min-height: 100svh;
    margin-bottom: 10svh;
    background-color: var(--bcf);
    border: solid 5px var(--bc);
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
    padding-bottom: 10svh;
    overflow: hidden;

}

/* Partie un */
/* Titre */
.titlePartOneForm{
    font-size: 36px;
    color: var(--bm);
    font-family: "Jost", "Oswald", sans-serif;
    font-weight: 400;
    margin-top: 5svh;
    z-index: 2;
    mix-blend-mode: multiply;
}
@media screen and (max-width: 500px) {
    .titlePartOneForm{
        font-size: 28px;
        text-align: center;
    }
    .partOneContainer{
        margin-top: 2svh !important;
    }
}
/* Fin du titre */
.partOneContainer{
    width: 100%;
    margin-top: 5svh;
}
.partOfOne{
    display: flex;
    width: 100%;
    justify-content: space-around;
    min-height: 10svh;
    flex-wrap: wrap;
    gap: 20px;
}
.partOfOne div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 20px 0px;
    position: relative;
}
/* Labels */
.labelForm{
    font-size: 20px;
    color: var(--bm);
    z-index: 1;
    mix-blend-mode: multiply;
}
.labelForm span{
    color: var(--ja);
    font-size: 22px;
    mix-blend-mode: difference;
}
/* Fin des labels */
/* Triple Bulle */
.tBF{
    position: absolute; 
    width: 150px;
    height: 150px;
    left: -50px;
    bottom: -50px;
    animation: tBRotate 10s infinite linear;
    z-index: 0;
    opacity: 0%;
    transition: opacity 0.5s linear;
}
/* Fin des triple bulle */
/* Champs */
.partOfOne div input{
    margin-top: 2svh;
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    font-size: 15px;
    text-align: center;
    border: solid 3px var(--bc);
    z-index: 1;
    outline: solid 3px transparent;
    outline-offset: 3px;
    transition: outline-color 0.5s linear, border-color 0.5s linear;
    box-sizing: border-box;
}
.partOfOne div input:focus-visible ~ .tBF{
   opacity: 100%;
}
.partOfOne div input:focus-visible{
    outline-color: var(--bc);
    border-color: var(--bm);
}
@media screen and (max-width: 710px){
    .partOfOne div input{
        width: 75vw;
    }
    .partOfOne div{
        width: 100%;
    }
}
@media screen and (max-width: 401px){
    .partOfOne div input{
        width: 90vw;
    }
}
/* Fin des champs */

/* Adresse */
.adp{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.adp input{
    width: 75vw;
    padding: 10px;
    border-radius: 50px;
    margin-top: 2svh;
    border: solid 3px var(--bc);
    font-size: 15px;
    text-align: center;
    z-index: 1;
    outline: solid 3px transparent;
    outline-offset: 3px;
    transition: outline-color 0.5s linear, border-color 0.5s linear;
    box-sizing: border-box;
}
@media screen and (max-width: 401px){
    .adp input{
        width: 90vw;
    }
}
.adp input:focus-visible ~ .tBF{
    opacity: 100%;
}
.adp input:focus-visible{
    outline-color: var(--bc);
    border-color: var(--bm);
}
.adp .tBF{
    top: -10px;
    left: 100px;
}
/* Fin de l'adresse */
/* Fin de la partie un */

/* Partie deux */
.messageContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.messageContainer div{
    display: flex;
    flex-direction: column;
    position: relative;
}
/* Textarea */
#message{
    max-width: 75vw;
    width: 75vw;
    min-width: 75vw;
    height: 300px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 50px;
    margin-top: 2svh;
    border: solid 3px var(--bc);
    font-size: 15px;
    text-align: center;
    z-index: 1;
    outline: solid 3px transparent;
    outline-offset: 3px;
    transition: outline-color 0.5s linear, border-color 0.5s linear;
}
@media screen and (max-width: 401px){
    #message{
        min-width: 90vw;
        width: 90vw;
        max-width: 90vw;
    }
}
#message:focus-visible{
    outline-color: var(--bc);
    border-color: var(--bm);
}
#message:focus-visible ~ .tBF{
    opacity: 100%;
}
/* Fin du textarea */
.tBM{
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
}
/* Fin de la partie deux*/
.subBtn{
    background-color: var(--bm);
    color: var(--blanc);
    padding: 1vh 3vw;
    font-size: 26px;
    border-radius: 50px;
    margin-top: 10vh;
    transition: background-color 0.2s linear, box-shadow 0.5s linear, color 0.2s linear;
    z-index: 2;
    border: none;
}
.subBtn span{
    color: var(--blanc);
    transition: 0.2s linear all;
}
.subBtn:hover{
    background-color: transparent;
    box-shadow: 10px 10px #289dd8a5, -10px -10px #289dd8a8, -15px 10px #233f8edb, 15px -10px #233f8ed4;
    color: var(--bm);
}
.subBtn:hover span{
    color: var(--bm);
}
@media screen and (max-width: 500px) {
    .subBtn{
        font-size: 24px;
        text-align: center;
        padding: 10px 25px;
    }
}
@media screen and (max-width: 400px) {
    .subBtn span{
        display: none;
    }
    .subBtn{
        padding: 10px 50px;
    }
}
/* Bottiom text */
.textBottomForm{
    font-size: 13px;
    text-align: center;
    margin-top: 5vh;
    margin-left: 5vw;
    margin-right: 5vw;
}
.textBottomForm span{
    color: var(--ja);
    font-size: 18px;
}
/* Fin du bottom text */
/* Fin du formulaire */

/* Modifications footer */
/* Couleur fond */
.footer{
    background: transparent !important;
}
/* Fin de la couleur de fond */
/* Fin des modifications */