html{
    overflow-x: hidden;
}
/* Menu */
.navContainer{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: fixed;
    top: 10vh;
    background-color: #d7e6ef;
    backdrop-filter: blur(10px);
    left: 10%;
    padding: 1vh 0vw;
    border-radius: 50px;
    align-items: center;
    z-index: 5;
    box-shadow: 0 0 8px #f5f5f5;
}
.navContainer ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 30vw;
}
.ulLeft{
    margin-right: calc(17vw/2);
}
.ulRight{
    margin-left: calc(17vw/2);
}
.logoTypoBurger,
.logoTypo{
    position: absolute;
    padding: 2vh 0vw;
    width: 17vw;
    text-align: center;
    background-color: var(--bm);
    border-radius: 50px;
    box-shadow: 0 0 8px #D7E6EF;
}
.logoTypoBurger h2 a,
.logoTypo h2 a{
    color: var(--blanc);
    font-family: "Jost", "Oswald", sans-serif;
    font-weight: 400;
}

/* Menu burger */
.logoTypoBurger{
    display: none;
    position: initial !important;
}
.menuBurgerContainer{
    position: fixed;
    top: 2svh;
    left: 2vw;
    display: none;
    z-index: 11;
}
.navContainerT{
    top: 0px !important;
    left: 0px !important;
}
@media screen and (max-width: 1000px) {
    .menuBurgerContainer{
        display: block;
    }
    .navContainer{
        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;
        transition: top 0.5s ease-out, left 0.5s ease-out;
    }
    .logoTypo{
        display: none;
    }
    .logoTypoBurger{
        display: block;
        width: 70vw;
        box-shadow: 0px 0px 0px;
        font-size: 20px;
    }
    .navContainer ul{
        margin: 0px;
        flex-direction: column;
        background-color: #289dd825;
        width: 70vw;
        justify-content: center;
        align-items: center;
    }
    .ulLeft{
        border-radius: 50px 50px 0px 0px;
        margin-top: 10svh !important;
        padding: 50px;
        padding-bottom: 0px;
        gap: 50px;
    }
    .ulRight{
        padding: 50px;
        padding-top: 50px;
        border-radius: 0px 0px 50px 50px;
        gap: 50px;
    }
    .navContainer ul li{
        font-size: 24px;
        width: 90%;
        text-align: center;
        background-color: var(--bcf);
        padding: 20px 0px;
        border-radius: 50px;
    }
}
/* 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 */
/* Fin du menu burger */
/* Fin du menu */

/* Accueil */
.accContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 70svh;
    width: 100%;
    position: relative;
}
/* Triples bulles */
.tBAcc{
    position: absolute;
    top: -150px;
    left: -150px;
    animation: tBRotate 5s infinite linear;
    z-index: 1;
}
.tBAccTwo{
    z-index: 1;
    position: absolute;
    bottom: -150px;
    right: -110px;
    animation: tBRotate 5s infinite linear;
}
@media screen and (max-width: 500px){
    .tBAcc{
        width:400px;
        height:400px;
    }
    .tBAccTwo{
        width:350px;
        height:350px;
    }
}
/* Fin des triples bulles */
/* Titres */
.accContainer h1{
    color: var(--bm);
    font-size: 22px;
    z-index: 2;
    mix-blend-mode: multiply;
    text-align:center;
}
.accContainer h2{
    color: var(--bm);
    font-size: 48px;
    font-family: "Jost", "Oswald", sans-serif;
    font-weight: 300;
    z-index: 2;
    mix-blend-mode: multiply;
    text-align:center;
}
.accContainer h2 span{
    color: var(--bc);
    font-family: "Jost", "Oswald", sans-serif;
    font-weight: 300;
}
/* Fin des titres */

/* Fin de l'accueil */

/* Service */
.presServiceContainer{
    background-color: var(--bc);
    min-height: 110svh;
    border-radius: 100px 0px 0px 100px;
}
@media screen and (max-width: 1100px) {
    .presServiceContainer{
        background-color: #9fc6e6;
    }
}
@media screen and (max-width: 930px) {
    .presServiceContainer{
        background-color: transparent;
    }
}
.serviceContainer{
    width: 100%;
    min-height: 110svh;
    background: linear-gradient(45deg, var(--bm), #255FA7, var(--bc));
    background-size: 200% 200%;
    border-radius: 100px;
    animation: bgkServ 10s infinite linear;
    padding: 50px;
    padding-top: 11.2svh;
    box-sizing: border-box;
}
/* Titre et texte */
.titleServ{
    text-align: center;
    margin-bottom: 11.2svh;
    font-size: 40px;
    color: var(--blanc);
    font-family: "Jost", "Oswald", sans-serif;
    font-weight: 300;
}
.titleServ span{
    font-size: 40px;
    color: var(--blanc);
    font-family: "Jost", "Oswald", sans-serif;
    font-weight: 300;
    text-decoration: underline solid 2px var(--nC);
    animation: tdC 10s infinite linear;
}
@keyframes tdC {
    0%{
        text-decoration-color: var(--bc);
    }
    25%{
        text-decoration-color: var(--bc);
    }
    35%{
        text-decoration-color: var(--bm);
    }
    65%{
        text-decoration-color: var(--bm);
    }
    75%{
        text-decoration-color: var(--bc);
    }
    100%{
        text-decoration-color: var(--bc);
    }
}
.pseo{
    color: var(--blanc);
    text-align: justify;
    width: 100%;
}
/* Fin du titre et texte */

/* Cartes */
.cardsContainer{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 50px;
    flex-wrap: wrap;
    width: 100%;
    min-height: 75svh;
    background-color: var(--blanc);
    margin-top: 10svh;
    border-radius: 100px;
    padding: 38px;
    box-sizing: border-box;
}
.card{
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}
@media screen and (max-width:550px) {
    .cardsContainer{
        padding: 38px 0px;
    }
    .card{
        width: 90%;
    }
    .svgIcon svg{
        width: 100%;
        height: 75%;
        top: 50%;
        left: 50%;
    }
    .serviceContainer{
        padding: 00px;
        padding-top: 12svh;
        padding-bottom: 2svh;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .pseo{
        width: 90%;
    }

}
/* Svg */
.svgIcon{
    position: relative;
}
.svgIcon svg:first-child{
    animation: tBRotateMenu 10s infinite linear;
    z-index: 1;
}
.svgIcon svg:last-child{
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
}
/* Fin de l'icon svg */
/* Titre et textes */
.cardTitle{
    font-size: 26px;
    color: var(--bm);
    margin: 2svh 0vw;
}
.pCard{
    color: var(--bm);
    text-align: justify;
}
/* Fin des cartes */
/* Fin du service */

/* Avis */
.avisContainer{
    min-height: 100svh;
    background: url(/images/apHRwhite.svg) no-repeat;
    background-position: 0% 0%;
    background-size: cover;
    background-clip:border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 3rem;
}
.avis{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    gap: 30px;
    flex-wrap: wrap;
}
/* Titre */
.avisTitle{
    color: var(--bm);
    font-family: "Jost", "Oswald", sans-serif;
    font-weight: 300;
    font-size: 3rem;
    margin-bottom: 10vh;
    text-align: center;
    z-index: 2;
}
/* Fin de la triple bulle */
@media screen and (max-width: 400px) {
    .avisTitle{
        margin-top: 10svh;
    }
}
/* Fin titre */
/* Avis Item */
.avisItems{
    width: 450px;
    background-color: var(--bcf);
    min-height: 30vh;
    border-radius: 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    padding: 3vh 3vw;
    box-sizing: border-box;
    z-index: 2;
}
.avisItems p{
    color: var(--bm);
}
/* Partie titre */
.titleAvis{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.titleAvis h4{
    line-height: 10px;
}
.titleAvis h4:last-child{
    color: var(--ja);
    margin-left: 0.5vw;
}
.titleAvis h4:first-child{
    font-size: 22px;
    font-family: "Jost", "Comfortaa", sans-serif;
    font-weight: 400;
    color: var(--bm);
}
/* Fin du titre */
/* Fin de avis item */

/* Liens */
.linksContainer{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10svh;
}
.linksAvis{
    margin: 0vh 5svw;
    width: 300px;
    text-align: center;
    padding: 1svh 0vw;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: "Jost", "Comfortaa", sans-serif;
    letter-spacing: 2px;
    box-sizing: content-box;
    border: solid 5px var(--bm);
    font-size: 18px;
}
.linkCo{
    background-color: var(--bm);
    color: var(--blanc);
    transition: box-shadow 0.5s linear, border-color 0s linear, color 0.5s linear, background-color 0.5s linear;
}
.linkAv{
    color: var(--bm);
    transition: color 0.2s linear, border-color 0.2s linear;
}
.linkAv:hover{
    color: #255FA7;
    border-color: #255FA7;
}
.linkCo:hover{
    border-color: transparent;
}
/* Fin des liens */

/* RESPONSIVE */
@media screen and (max-width: 1450px) {
    .avisContainer{
        padding-bottom: 6rem;
    }
}
@media screen and (max-width: 950px) {
    .avisContainer{
        padding-bottom: 9rem;
    }
}
@media screen and (max-width: 680px) {
    .linksContainer{
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 20vh;
    }
    .linksAvis{
        width: 70%;
    }
}
@media screen and (max-width: 500px) {
    .avisItems{
        width: 350px;
        padding: 5svh 20px;
    }
}
@media screen and (max-width: 400px) {
    .avisItems{
        width: 250px;
    }
    .titleAvis{
        flex-direction: column;
        height: 5svh;
        justify-content: space-evenly;
    }
    .avisItems p{
        margin-top: 2svh;
    }
}
@media screen and (max-width: 301px) {
    .linksAvis{
        width: 90% !important;
    }
}
/* FIN DU RESPONSIVE */
.linkCo:hover{
    background-color: var(--blanc);
    box-shadow: 10px 10px #289dd8a5, -10px -10px #289dd8a8, -15px 10px #233f8edb, 15px -10px #233f8ed4;
    color: var(--bm);
}
/* Fin des avis */