/* 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 */

/* Header */
.headerContainer{
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:relative;
}
/* Titre */
.titleContact{
    color: var(--bm);
    text-align: center;
    font-size: 3rem;
    z-index: 0;
    font-family: "Jost", "Oswald", sans-serif;
    font-weight: 300;
    mix-blend-mode: multiply;
}
.titleContactSpan{
    color: var(--bc);
}
.titleSEO{
    color: var(--bm);
    text-transform: uppercase;
    font-size: 18px;
    mix-blend-mode: multiply;
    text-align: center;
    margin-left: 2vw;
    margin-right: 2vw;
}
/* Fin du titre */
/* TB */
.tBAcc{
    position: absolute;
    top: -200px;
    left: -250px;
    width: 700px;
    z-index: -1;
    animation: tBRotate 5s infinite linear;
    will-change: transform;
}
/* Fin des TB */
/* Fin du header */

/* Tous les avis */
.avisContainer{
    background: linear-gradient(45deg, var(--bm),#255FA7, var(--bc));
    border-radius: 75px;
    background-size: 200% 200%;
    animation: bgkServ 10s infinite linear;
    gap: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 450px);
    justify-content: space-around;
    align-items: center;
    padding: 45px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:1024px) {
    .avisContainer{
        grid-template-columns: repeat(auto-fit, 90vw);    
        padding-top: 50px;
        padding-bottom: 50px; 
        padding-left: 0;
        padding-right: 0;
        gap: 30px; 
    }
}
/* Avis */
.avis{
    background-color: var(--blanc);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: top;
    padding: 3vh 3vw;
    min-height: 20vh;
}
/* Header avis */
.headerAvis{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}
.nom,   
.date{
    font-weight: 800;
}
.date,
.message,
.nom{
    color: var(--bm);
}
.starsContainer p{
    font-size: 18px;
}
/* Fin de l'header avis */
/* Fin d'un avis */
/* Fin de tous les avis */



/* Formulaire d'avis */
 .formAvis{
    min-height: calc(100svh + 75px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: url(/images/apHRwhite.svg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-top: -75px;
} 
/* Titre */
.formAvis h3{
    font-size: 32px;
    color: var(--bm);
    margin-bottom: 10svh;
}
/* Fin des titres */
/* Elements */
.formAvis label{
    font-size: 24px;
    color: var(--bm);
    margin-top: 5svh;
    margin-bottom: 2svh;
    text-align: center;
}
.formAvis textarea{
    height: 10svh !important;
    border-radius: 30px !important;
    padding: 10px;
    box-sizing: border-box;
}
.formAvis textarea,
.formAvis input{
    text-align: center;
    width: 450px;
    height: 5svh;
    border: solid 3px var(--bc);
    border-radius: 50px;
    outline: transparent 3px solid;
    outline-offset: 3px;
    transition: outline-color 0.5s linear, border-color 0.5s linear;
    position: relative;
}

.formAvis textarea:focus-visible,
.formAvis input:focus-visible{
    outline-color: var(--bc);
    border-color: var(--bm);
}
/* Fin des élements */
.formAvis button{
    margin-top: 5svh;
    width: 450px;
    background-color: var(--bm);
    border: none;
    box-sizing: border-box;
    color: var(--blanc);
    height: 5svh;
    border-radius: 50px;
    font-size: 20px;
    transition: background-color 0.5s linear, box-shadow 0.5s linear, color 0.5s linear;
}
.formAvis button:hover{
    background-color: transparent;
    box-shadow: 10px 10px #289dd8a5, -10px -10px #289dd8a8, -15px 10px #233f8edb, 15px -10px #233f8ed4;
    color: var(--bm);
}
@media screen and (max-width:1024px){
    .formAvis button,
    .formAvis textarea,
    .formAvis input{
        width: 90vw;
    }
}
/* Fin du formaulaire */


.footer{
    position: relative;
    z-index: 1;
}