:root {
    --margin: 5vw;
    --space: 100px;
    --noir: #000000;
}


::selection {
    background-color: var(--noir);
    color: white;
}

/* Firefox */
::-moz-selection {
    background-color: var(--noir);
    color: white;
}

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

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

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

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--noir);
    width: 2px;
}
body{
    background: white;
}
#container{
    background: white;
    min-height: calc(100vh - 250px);
}
* {
    font-family: "Inter", serif;
    font-weight: 400;
}

html.lenis, html.lenis body {
    height: auto;
}

html {
    overflow-x: hidden !important;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}


.bigtitle{
    font-family: "Oswald";
    font-size: 197px;
    font-weight: 700;
    line-height: 230px;
    text-transform: uppercase;
    color: var(--noir);
    margin-bottom: 60px;
}
.bigtitle span,
.bigcontact span{
    display: inline-block;
    font-weight: 700;
    font-family: "Oswald";
}
.bigtitle .line-break,
.bigcontact .line-break {
    display: block;
    height: 10px; /* Espace entre les lignes */
}
.bigtitle .space,
.bigcontact .space {
    display: inline-block;
    width: 40px; /* Définit un espace fixe entre les mots */
}
p{
    color: var(--noir);
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 20px 0;
}
p:last-child{
    margin-bottom: 0;
}
.txt li,
.txt li span{
    font-size: 20px!important;
    line-height: 26px!important;
}
.txt li{
    padding-left: 45px;
    position: relative;
}
.txt li::before{
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    height: 4px;
    width: 30px;
    background-color: var(--noir);
}
h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--noir);
    margin-bottom: 20px;
    margin-top: 0;
}
.mx-wd{
    max-width: 640px;
}
.white{
    color: white;
}

/**********
MENU
 */

#menu > .menu-toggle {
    display: flex;
    position: fixed;
    top: 33px;
    right: var(--margin);
    z-index: 10000;
}

#close-bar1, #close-bar2, #close-bar3 {
    height: 2px;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
    background-color: var(--noir);
}


.toggled #close-bar1, .toggled #close-bar2, .toggled #close-bar3{
    background-color: white!important;
}

#branding {
    position: relative;
    width: 50px;
    height: 50px;
    margin: auto;
    z-index: 10000;
}
#branding img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}
.menu-toggled #branding img{
    filter: brightness(0) invert(1) !important;
}
.home #branding img,
.page-template-template-projet #branding img{
    filter: brightness(0) invert(1);
}
.home #close-bar1, .home #close-bar2, .home #close-bar3,
.page-template-template-projet #close-bar1, .page-template-template-projet #close-bar2, .page-template-template-projet #close-bar3{
    background-color: white;
}
#header{
    padding: 20px 0;
    position: fixed;
    top: 0;
    z-index: 100000;
    width: 100%;
}
#menu {
    width: 100%;
}
#menu .menu>.current_page_item>a{
    color: white;
    opacity: 0.6;
}
#menu .menu>.current_page_item>a::before{
    opacity: 0.6;
}
.menu {
    align-items: flex-start;
    flex-direction: column;
}
.menu>li{
    margin-bottom: 30px;
}
.menu a{
    font-size: 64px;
    font-weight: 600;
    line-height: normal;
    color: white;
    display: flex;
    align-items: center;
    transition: 0.5s ease-in-out all;
    text-transform: uppercase;
    font-family: "Oswald";
}
.menu a::before{
    content: "";
    width: 65px;
    height: 6px;
    background-color: white;
    margin-right: 25px;
    transition: 0.5s ease-in-out all;
}
.menu a:hover::before{
    width: 80px;
}
#main-menu-container {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1003;
    padding: 140px var(--margin);
    /* opacity: 0; */
    transition: 0.4s ease-in-out all;
    clip-path: circle(0.0% at 100% 0);
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}

.toggled #main-menu-container {
    /* opacity: 1; */
    clip-path: circle(220% at 100% 0);
}

.menu-menu-1-container {
    opacity: 0;
    transform: translate(150%, 0);
    transition: 0.3s ease-in-out all;
}

.toggled .menu-menu-1-container {
    opacity: 1;
    transform: translate(0%, 0);
    transition: 0.3s ease-in-out all;
}

#main-menu-container::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: var(--noir);
    z-index: -1;
    clip-path: circle(0.0% at 100% 0);
    transition: 0.4s ease-in-out all;
    box-shadow: 1px 1px 26px -5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 1px 26px -5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 1px 26px -5px rgba(0, 0, 0, 0.08);
}

.toggled #main-menu-container::after {
    clip-path: circle(141.2% at 100% 0);
}

.menu .sub-menu {
    position: static;
    padding: 0px 0px;
}

#menu .menu > li.menu-item-has-children:hover .sub-menu {
    padding: 20px 0px;
}


#menu .menu > li.menu-item-has-children > a::after {
    top: 24px;

}

.menu li {
    width: 100%;
}

.menu .sub-menu {
    width: 100%;
}

#menu .menu > li.menu-item-has-children > a::after {
    right: 6px;
}
#header{
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
    transform: translateY(0px);

}
.up-scroll{
    background-color: white;
    box-shadow: 4px 3px 19px -18px rgba(0,0,0,0.75);
    -webkit-box-shadow: 4px 3px 19px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 3px 19px -18px rgba(0,0,0,0.75);
}
.home .up-scroll #close-bar1, .home .up-scroll #close-bar2, .home .up-scroll #close-bar3,
.page-template-template-projet .up-scroll #close-bar1, .page-template-template-projet .up-scroll #close-bar2, .page-template-template-projet .up-scroll #close-bar3{
    background-color: var(--noir);
}
.home .up-scroll #branding img,
.page-template-template-projet .up-scroll  #branding img{
    filter: unset;
}
#header.header-scroll{
    transform: translateY(-100px);
}

/******
CONTENT FRONT PAGE
 */
.head-home{
    height: 54vw;
    /*border: 3px solid var(--noir);*/
    overflow: hidden;
}
.head-home video{
    height: 54vw;
    width: 100%;
    object-fit: cover;
}
.page-template-template-projet .head-home{
    height: 100vh;
}
.section{
    padding: 0 var(--margin);
    margin: var(--space) 0;
}
.no-reverse .bigtitle{
    text-align: right;
}
a{
    color: var(--noir);
}
.link_base{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: fit-content;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}
.link_base:last-of-type{
    margin-bottom: 0;
}
.link_base::before{
    content: "";
    width: 30px;
    height: 4px;
    background-color: var(--noir);
    margin-right: 15px;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
    display: inline-block;
}
.link_base:hover{
    opacity: 0.6;
}
.link_base:hover::before{
    width: 40px;
}
.reverse .txt{
    margin-left: auto;
}
/*********
FOOTER
 */
#footer{
    background-color: var(--noir);
}
.link-ft{
    padding: 0 var(--margin);
    display: block;
}
.link-ft .overflow-img{
    width: 80%;
    margin: auto;
    height: 40vw;
    display: flex;
    overflow: hidden;
}
.link-ft img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out all;
}
.link-ft:hover .overflow-img img{
    transform: scale(1.05);
}
.bigcontact{
    font-family: "Oswald";
    font-size: 12.4vw;
    display: block;
    background: transparent;
    line-height: 16vw;
    font-weight: 600;
    margin-bottom: -100px;
    color: white;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
}
.contact-ft{
    padding: 60px var(--margin) 20px var(--margin);
    display: flex;
    align-items: center;
    color: white;
}
.contact-ft svg{
    margin-right: 20px;
    height: 36px;
    width: 36px;
}
.contact-ft span{
    margin-right: 20px;
}
.contact-ft span:nth-of-type(6){
    width: 42px;
    display: inline-block;
}
.contact-ft span:nth-of-type(5){
    margin-right: 5px;
    width: 42px;
    display: inline-block;
}
.contact-ft span:nth-of-type(5) a,
.contact-ft span:nth-of-type(6) a{
    text-decoration: none;
}
.contact-ft a{
    color: white;
    text-decoration: underline;
}
.head-home img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.head-home h1{
    position: absolute;
    bottom: 0px;
    left: var(--margin);
}

.lt-head{
    padding: 120px var(--margin) 0 var(--margin);
}

.grid-comite{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
}
.grid-comite>div{
    max-width: 500px;
}
.role{
    font-weight: 600;
    margin-bottom: 10px;
}
.mail{
    margin-bottom: 15px;
    text-decoration: underline;
}
.citation{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
.grid-comite h3{
    margin-bottom: 10px;
}
.img-equipe{
    width: 100%;
    height: auto;
}
.btn-base{
    padding: 30px 40px;
    border: 3px solid var(--noir);
    display: inline-block;
    margin-top: 30px;
    position: relative;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
    z-index: 10;
    font-weight: 600;
}
.btn-base::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: var(--noir);
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1;
}
.btn-base:hover{
    color: white;
}
.btn-base:hover::after{
    width: 100%;
}


.page-template-template-contact .link-ft{
  display: none;
}
/********
CONTACT
 */
.wpcf7-form input{
    width: 100%;
    display: block;
    background-color: transparent;
    border: 1px solid var(--noir);
    height: 40px;
    padding-top: 12px;
    font-family: "Inter";
}
.wpcf7-form textarea{
    width: 100%;
    resize: none;
    background-color: transparent;
    border: 1px solid var(--noir);
    height: 120px;

}
.wpcf7-form input[type="submit"]{
    background-color: var(--noir);
    height: auto;
    display: flex;
    width: fit-content;
    margin-left: auto;
    padding: 14px 30px 13px 30px;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}
.wpcf7-form input[type="submit"]:hover{
    opacity: 0.6;
}
#copyright{
    padding: 0px var(--margin) 50px var(--margin);
    display: flex;
    color: white;
    font-size: 14px;
}
#copyright a{
    display: inline-block;
    margin-left: 5px;
    margin-top: 1px;
}
#copyright a path{
    fill: white;
}
#copyright svg{
    height: 13px;
    width: 102px;
}

.content-accordion{
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out all;
}
.accordion{
    max-width: 800px;
}
.titre-accord{
    margin: 0;
    font-family: 'Inter';
    font-size: 64px;
    font-weight: 600;
    color: var(--noir);
    display: flex;
    align-items: center;
    cursor: pointer;
    width: fit-content;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}
.titre-accord::before{
    content: "";
    display: inline-block;
    height: 6px;
    width: 60px;
    margin-right: 20px;
    background-color: var(--noir);
    transition: all .5s cubic-bezier(.25, .46, .45, .94);

}
.titre-accord a{
    text-decoration: underline;
    font-family: 'Inter';
    font-size: 64px;
    font-weight: 600;
}
.contact-sec .txt{
    margin-bottom: 40px;
}
.accordion.active .content-accordion{
    max-height: 800px;
    padding: 20px 0 0 0;
}
.accordion.active .titre-accord::before{
    width: 80px;
}
.titre-accord:hover{
    opacity: 0.8;
}
.titre-accord:hover::before{
    width: 80px;

}
.intro-bold{
    font-weight: 600;
}
.social{
    display: none;
}
.mg-top-comment{
    margin-top: 40px;
}
.section-comment .btn-base{
    margin-top: 20px;
}