:root {
    --small-margin: 40px;
    --medium-margin: 70px;
    --ltspace: 60px;
    --tinyspace: 115px;
    --mdspace: 130px;
    --bigspace: 180px;
    --side-base: 7vw;

    --big-radius: 79px;
    --border-radius: 49px;
    --btn-radius: 28px;

    --Noir: #000000;
    --Blanc: #ffffff;
    --Gris: rgba(0, 0, 0, 0.2);
    --Vert: #00EDBD;
    --Jaune: #F2C500;
    --Bleu: #00B9ED;

    --color-rond: var(--Vert);
}


::selection {
    background-color: var(--Noir);
    color: var(--Blanc);
}

/* Firefox */
::-moz-selection {
    background-color: var(--Noir);
    color: var(--Blanc);
}

/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--Blanc);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--Noir);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--Noir);
    width: 2px;
}
html{
    margin-top: 0 !important;
}
body{
    background: var(--Blanc);
}
#container{
    background: var(--Blanc);
    padding: 0;
}
* {
    font-family: "tenon", sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 130%;
    letter-spacing: 0.5px;
    color: var(--Noir);
}

h1{
    font-size: 72px;
    font-weight: 700;
    line-height: 100%;
}

h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.8px;
    margin-top: 0;
    margin-bottom: 15px;
}

p{
    margin-top: 12px;
    margin-bottom: 12px;
}

.intro, .vert_en_avant {
    font-size: 35px;
}

section {
    padding-left: var(--side-base);
    padding-right: var(--side-base);
}

/* header */

#header{
    align-items: flex-start;
    padding: 88px var(--side-base) 0 var(--side-base);
    height: auto;
    pointer-events: none;
}

#menu, #branding{
    pointer-events: all;
}

#menu .menu>li>a {
    color: var(--Noir);
    font-size: 20px;
    font-weight: 400;
    border-left: 2px solid var(--Noir);
    margin-left: 17px;
    padding-left: 17px;
    position: relative;
}

#menu .menu>li:first-of-type>a{
    border-left: 0 solid rgba(255, 255, 255, 0);
    margin-left: 0;
    padding-left: 0;
}

#menu .menu>.current_page_item>a{
    color: var(--Vert);
}

#menu .menu>.current_page_item>a, #menu .menu>li>a:hover{
    font-weight: 700;
}

#header #logo-container img, #site-title #logo-container{
    width: 88px;
    display: block;
}

#menu .menu>li>a::after{
    content: '';
    aspect-ratio: 1 / 1;
    width: 12px;
    background-color: var(--Vert);
    border-radius: 50%;
    position: absolute;
    left: calc(50% + 8px);
    top: calc(100% + 24px);
    transform: translate(-50%, 4px);
    opacity: 0;
    transition: 0.2s;
}

#menu .menu>li>a:hover::after{
    transform: translate(-50%, 0);
    opacity: 1;
}

#menu .menu {
    width: fit-content;
    margin: 0 0 0 auto;
    position: relative;
}

#menu .menu::before{
    content: '';
    position: absolute;
    height: auto;
    width: auto;
    inset: -10px -36px;
    /*background-color: var(--Blanc);*/

    background: rgba(255, 255, 255, 0.9);
    /*opacity: 0.5;*/
    border-radius: 50px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(6px); /* Safari */
}

#site-title>a{
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
}

#branding{
    position: relative;
}

#branding::before{
    z-index: -1;
    content: '';
    position: absolute;
    height: auto;
    width: auto;
    inset: -10px -10px -6px;
    /*background-color: var(--Vert);*/

    background: rgba(255, 255, 255, 0.9);
    /*opacity: 0.5;*/
    border-radius: 19px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(6px); /* Safari */
}

#header.top_home #branding::before{
     opacity: 0;
}

#site-title .screen-reader-text {
    height: auto;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: static !important;
    width: auto;
    word-wrap: normal !important;
    word-break: normal;
    color: var(--Noir);
    clip: unset;
    -webkit-clip-path: unset;
    clip-path: unset;

    font-size: 27.329px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.547px;
    text-transform: uppercase;
}

#menu .menu-icon::before{
    z-index: -1;
    content: '';
    position: absolute;
    height: auto;
    width: auto;
    inset: -8px -8px -10px;
    /*background-color: var(--Vert);*/

    background: rgba(255, 255, 255, 0.9);
    /*opacity: 0.5;*/
    border-radius: 7px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(6px); /* Safari */
}



#header.top_home #site-title .screen-reader-text {
    opacity: 0;
}

.menu-toggled  #header.top_home #site-title .screen-reader-text {
    opacity: 1;
}

#site-title #logo-container{
    height: 83px;
    /*position: relative;*/
}

#header #logo-container img{
    position: absolute;
    top: 0px;
    left: 0;
    transition: 0.4s;
}

#header.top_home #logo-container img{
    top: 0;
    left: 0;
    transform: translateX(calc(50vw - 50% - var(--side-base))) translateY(157px) scale(1.94);  /* 245px */
}

.menu-toggled #header.top_home #logo-container img{
    top: 0;
    left: 0;
    transform: translateX(0) translateY(0) scale(1);

}

.hide{
    transform: translateY(-105%);
}


.classique_page{
    padding: 300px var(--side-base) 0px;
}

.classique_page h2{
    margin-top: 50px;
}

    /* Ronds */

.ronds_classique{
    width: auto;
    margin: 0;
    /*display: grid;*/
    /*grid-template-columns: repeat(8, auto);*/
    /*grid-template-columns: auto auto 30px auto auto 1fr auto 30px auto;*/
    display: flex;
    overflow: visible;
}


.rond.jaune{
    --color-rond: var(--Jaune);
}
.rond.gris{
    --color-rond: var(--Gris);
}
.rond.bleu{
    --color-rond: var(--Bleu);
}

.rond{
    border: 1px solid var(--color-rond);
    width: 5vw;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0s;
    pointer-events: none;
}

.rond>div{
    border: 1px solid var(--color-rond);
    width: 36%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}


.ronds_classique>div:first-child{
    /*grid-area: 3 / 1 / 4 / 1 ;*/
    width: 15%;
    margin: 14vw 0 auto 1.14%;
}

.ronds_classique>div:nth-child(2){
    /*grid-area: 1 / 2 / 3 / 3 ;*/
    width: 10%;
    margin: 4vw 0 auto 0;
}

.ronds_classique>div:nth-child(3){
    /*grid-area: 1 / 4 / 3 / 4 ;*/
    width: 21.3%;
    margin: 12vw 0 auto -2%;
}

.ronds_classique>div:nth-child(4){
    /*grid-area: 1 / 6 / 3 / 8 ;*/
    width: 15.2%;
    margin: 0 0 auto 0;
}


.ronds_classique>div:nth-child(5){
    /*grid-area: 2 / 2 / 5 / 4 ;*/
    width: 6.1%;
    margin: 18vw 3.7% auto 1%;
}

.ronds_classique>div:nth-child(6){
    /*grid-area: 4 / 5 / 4 / 5 ;*/
    width: 15%;
    margin: 2vw 0 auto 0;
}

.ronds_classique>div:last-child{
    /*grid-area: 4 / 7 / 5 / 9;*/
    width: 10%;
    margin: 18vw 0 auto -2.3%;
}

/* rond accueil */


.ronds_accueil{
    margin: 0 var(--side-base) var(--mdspace);
}

.ronds_accueil>div:first-child{
    /*grid-area: 3 / 1 / 4 / 1 ;*/
    width: 22.4%;
    margin: 14vw 0 auto 1.14%;
}

.ronds_accueil>div:nth-child(2){
    /*grid-area: 1 / 2 / 3 / 3 ;*/
    width: 15%;
    margin: 4vw 0 auto 0;
}

.ronds_accueil>div:nth-child(3){
    /*grid-area: 1 / 4 / 3 / 4 ;*/
    width: 32%;
    margin: 12vw 0 auto -3.5%;
}

.ronds_accueil>div:nth-child(4){
    /*grid-area: 1 / 6 / 3 / 8 ;*/
    width: 22.7%;
    margin: 0 0 auto 0;
}


.ronds_accueil>div:nth-child(5){
    /*grid-area: 2 / 2 / 5 / 4 ;*/
    width: 9.2%;
    margin: 18vw 3.7% auto 1%;
}


/* btn */

.btn {
    padding: 20px 29px 18px;
    border-radius: var(--btn-radius);
    border: 2px solid var(--Vert);
    color: var(--Noir);
    background-color: var(--Vert);
    font-size: 26px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.529px;
    text-align: center;

    /* effet */
    box-shadow: inset 0 100px 0 0 var(--Blanc);
    transition: box-shadow 0.2s ease, color 0.2s ease;
}

.btn:hover {
    color: var(--Noir);
    box-shadow: inset 0 0 0 0 var(--Blanc);
}




.btn_plein{
    box-shadow: unset;
    padding: 16px 37px 14px;
    border-radius: var(--border-radius);
    border: 0px solid rgba(255, 255, 255, 0);
    background-color: var(--Vert);
    color: var(--Blanc);
    font-size: 35px;
}

.btn_plein:hover{
    color: var(--Blanc);
    background-color: var(--Vert);
    opacity: 0.7;
}

.btn_contact{
    display: flex;
    width: 249px;
    height: 249px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid var(--Vert);
    margin: 0 auto;
}

.btn_contact>div{
    margin: auto;
    width: 60%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: var(--Vert);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0s ease, scale 0.2s ease-out;
    will-change: transform;
}

.btn_contact>div>svg{
    transition: 0.2s ease-out;
}

.btn_contact>div:hover{
    scale:0.9;
}

.btn_contact>div:hover svg{
    transform: scale(1.2);
}


/* Accueil */

.relative_rond{
    position: relative;
    overflow: hidden;
}

.accueil_1>.rond:first-of-type{
    min-width: 560px;
    width: 30vw;
    max-width: 561px;
    position: absolute;
    top: -10vw;
    left: -10vw;
}

.accueil_1>.rond:last-of-type{
    min-width: 400px;
    width: 47vw;
    max-width: 747px;
    position: absolute;
    bottom: 20px;
    right: -10vw;
    align-items: flex-start;
}

.accueil_1>.rond:last-of-type>div{
    transform: translate(-40%, -35%);
}

.accueil_1 h1{
    text-align: center;
    margin-top: 400px;
    font-size : 52px;
    text-transform: uppercase;
    line-height: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.2s;
}

.accueil_1 h1>span{
    font-size: 19px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.376px;
}

#header.top_home ~ #container .accueil_1 h1{
    opacity: 1;
    transform: translateY(0);
}

.descriptions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7vw;
    margin-top: 110px;
    margin-bottom: 7vw;
}

.descriptions>div:last-child{
    margin-top: 180px;
}

.btn_plus{
    width: 38px;
    background-color: var(--Vert);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_plus:hover{
    transform: scale(0.9);
}

.btn_plus:hover svg{
    transform: scale(1.2);
}


.descriptions .btn_plus{
    margin: -8px 0 auto auto;
}


.avantages{
    padding-left: 0;
    padding-right: 0;
    display: grid;
    position: relative;
}

.avantages>div:first-of-type{
    grid-area: 1 / 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    width: 100%;
}

.avantages>div:first-of-type img{
    height: 25vw;
    margin-top: 8vw;
}

.avantages .homme_debout{
    grid-area: 1 / 1;
    position: relative;
    z-index: 5;
    max-width: 1060px !important;
    width: 60vw;
    margin: auto;
    pointer-events: none;
}

.avantages .avantage{
    position: absolute;
    z-index: 6;
    top: 4%;
    left: 60%;
    --color-avantage: var(--Jaune);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.avantages .avantage:nth-of-type(3){
    top: 30%;
    left: 30%;
    --color-avantage: var(--Bleu);
}

.avantages .avantage:nth-of-type(4){
    top: auto;
    bottom: 12%;
    left: auto;
    right: 22%;
    --color-avantage: var(--Vert);
}

.avantages .avantage>span{
    color: var(--Noir);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    max-width: 121px;
    display: block;
}

.avantages .avantage>div{
    background-color: var(--color-avantage);
    height: 51px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avantages .avantage>div>div{
    background-color: var(--Blanc);
    height: 34%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}



.liste_cible{
    margin-bottom: var(--mdspace);
}

.liste_cible>div{
    display: flex;
    align-items: flex-start;
    gap: 88px;
}

.liste_cible ul{
    padding-left: 40px;
}

.liste_cible li{
    margin: 27px 0 ;
}

.liste_cible li>a{
    position: relative;
    padding: 27px 0;
}

.liste_cible li>a::before{
    content: '';
    position: absolute;
    background-color: var(--Jaune);
    right: calc(100% + 20px);
    top: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: 0.2s;
}

.liste_cible li>a:hover::before{
    transform: translateY(-50%) translateX(-4px);
}

.btn_cible{
    width: 143px;
    margin-top: 40px;
    flex: 0 0 auto;
}

.section_histoire{
    display: flex;
    gap: 6%;
    margin-bottom: var(--ltspace);
}

.section_histoire>div{
    display: flex;
    flex-direction: column;
    gap: var(--ltspace);
}

.section_histoire>div:first-of-type{
    width: 44%;
}

.section_histoire>div:last-of-type{
    width: 50%;
}

.section_histoire video{
    width: 100%;
    aspect-ratio: 12 / 16;
    object-fit: cover;
    object-position: top;
}


.section_histoire picture img{
    width: 100%;
}

/* A propos */

.titre_intro{
    text-align: center;
    max-width: 1170px;
    box-sizing: unset;
    margin: auto;
    padding: 347px var(--side-base) var(--tinyspace);
}

.rect_rondi{
    aspect-ratio: 64 / 46 ;
    border-radius: var(--big-radius);
}

.gril_col_2{
    display: grid;
   grid-template-columns: repeat(2, 1fr);
    gap: 7vw 6vw;
    position: relative;
}

.gril_col_2 h2{
    max-width: 420px;
}

.gril_col_2 div, .gril_col_2 img{
    position: relative;
    z-index: 1;
}

.gril_col_2 .rond{
    position: absolute;
    z-index: 0;
    width: 34vw;
    bottom: 18%;
    right: 25vw;
}

.page-template-page-a-propos-php .ronds_classique {
    margin-top: var(--ltspace);
    margin-bottom: var(--bigspace);
}

.rupture{
    margin-bottom: var(--bigspace);
}

.rupture .rond{
    width: 34vw;
    bottom: auto;
    top: -30%;
    right: 28vw;
}

.rupture>a{
    grid-area: 1 span / 2 span;
    width: fit-content;
    margin: auto;
}

/* Page cible */

.titre_intro {
    padding-bottom: var(--ltspace);
}

.liens_cibles{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 57px 29px;
    margin-bottom: var(--mdspace);
}

.cibles {
    column-count: 2;
    column-gap: 60px; /* espace entre colonnes */
}

.cibles h2{
    margin-top: var(--ltspace);
}

.cibles>div:first-of-type h2{
    margin-top: 0;
}

.cibles>div{
    break-inside: avoid;
}

.lien_a_qui{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    margin-top: var(--ltspace);
}

/* Page concept */

.meubles{
    display: flex;
    justify-content: space-between;
    margin-top: var(--small-margin);
    margin-bottom: var(--tinyspace);
}

.meubles>img{
    height: 22vw;
}

.vert_en_avant{
    background-color: var(--Vert);
    border-radius: var(--border-radius);
    color: var(--Blanc);
    padding: 52px 48px;
    margin-bottom: var(--ltspace);
}

.vert_en_avant p{
    margin: 0;
    color: var(--Blanc);
    font-style: normal;
    font-weight: 700;
    line-height: 134%; /* 46.936px */
    letter-spacing: 0.701px;
    text-align: center;
}

/* Footer */

#footer{
    /*background-color: #c8d7ff;*/
    font-size: 25px;
    color: var(--Noir);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 54px;
    position: relative;
    overflow: hidden;
    padding: 0 var(--side-base) 80px var(--side-base);
    /*align-items: end;*/
}

.home #footer .ronds_classique, .page-template-page-a-propos #footer .ronds_classique{
    display: none;
}

#footer .bonhomme{
    position: absolute;
    max-width: 656px !important;
    width: 60vw;

    bottom: 170px;
    left: 50%;
    transform: translateX(-50%);

    z-index: 1;
}

#footer .ronds_classique{
    grid-area: 1 span / 2 span;
    margin-bottom: 74px;
    padding-top: 70px;
}

.page-template-page-contact-php #footer .ronds_classique {
    padding-top: 50px;
}

#footer.with_homme .ronds_classique{
    margin-bottom: 280px;
}

#site-title-footer>a{
    display: flex;
    flex-direction: column;
    /*gap: 24px;*/
    gap: 16px;
    margin-top: 6px;
}

#site-title-footer>a>img{
    /*width: 130px;*/
    width: 88px;
}

#site-title-footer>a>span{
    color: var(--Noir);
    /*font-size: 40px;*/
    font-size: 27.329px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.808px;
    text-transform: uppercase;
}

#footer>div>p{
    margin: 0;
}

#footer a, #footer a:visited, #footer a:hover{
    color: var(--Noir);
}

#footer .infos_footer a:hover{
    color: var(--Vert);
}

#copyright{
    color: var(--Noir);
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    opacity: 1;
    display: flex;
    grid-area: 1 span / 2 span;
    margin-top: 152px;
}
#copyright a, #copyright a:visited, #copyright a:hover{
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--Noir);
}
#copyright a:hover{
    opacity: 0.8;
}
#copyright .realisation-break a{
    margin-left: 4px;
}
#copyright .lien_footer, #copyright .realisation-break, #copyright>span{
    display: flex;
}
#footer #copyright .realisation-break a{
    display: inline-flex;
}
#footer #copyright .realisation-break a>svg{
    transform: translateY(3px);
    fill: var(--Noir);
}
@media (max-width: 700px){
    #footer #copyright {
        /*margin: 0 auto 0 0 ;*/
        flex-direction: column;
    }
    #copyright>span{
        flex-direction: column;
    }
    #copyright .trait_vertical{
        display: none;
    }
}
@media (max-width: 500px){
    #copyright .realisation-break{
        flex-direction: column;
    }
    #copyright .realisation-break a{
        margin-left: 0;
    }
}

/* Cookie */

.cookie-popup {
    position: fixed;
    inset: auto auto 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    backdrop-filter: blur(5px);
}
.cookie-popup.show {
    visibility: visible;
    opacity: 1;
}
.cookie-popup-content {
    background: rgba(0, 14, 28, 0.95);
    padding: 2rem;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.cookie-popup-content>div{
    display: flex;
    align-items: center
}
.cookie-popup-content p {
    color: var(--Blanc);
    margin: 1rem 0;
    font-size: 0.95rem;
}
.cookie-popup-content a {
    color: var(--Blanc);
    text-decoration: underline;
}
.cookie-popup-content button {
    background: var(--Blanc);
    color: var(--Noir);
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
    font-size: 1rem;
    height: fit-content;
    width: fit-content;
    transition: 0.2s;
    margin-left: 20px;
}
.cookie-popup-content button:hover {
    background-color: var(--Noir);
    color: var(--Blanc);
}
@media (max-width: 500px){
    .cookie-popup-content>div{
        flex-direction: column;
        align-items: flex-start;
    }
    .cookie-popup-content h3{
        font-size: 18px;
    }
    .cookie-popup-content p{
        font-size: 14px;
    }
    .cookie-popup-content button{
        margin: 0;
        padding: 8px 16px;
    }
}

/* Crayon */

#wpadminbar{
    display: none;
}
.header-edit-link {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: #333;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}
.header-edit-link>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-edit-link .dashicons {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.header-edit-link:hover {
    background-color: #000;
}