@import url('./css/variables.css');
@import url('./css/loader.css');
@import url('./css/404.css');

/* IMPORT CSS PAGES */
@import url('./css/header.css');
@import url('./css/home.css');

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    scroll-behavior: smooth;
}

main {
    overflow: hidden;
}

#div_img img {
    width: 100%;
    position: absolute;
}

#div_backg {
    width: 100%;
    position: absolute;
}

#quatre_card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    margin-right: 2.5vw;
    width: 100%;
    align-items: center;
    margin: 30px auto;
}

.column_card {
    gap: 30px;
    display: flex;
    justify-content: center;
    width: 80%;
}

#deux_card_1 {
    gap: 30px;
    display: flex;
    width: 20%;
    position: relative;
    top: 60px;
}

#quatre_card .card {
    width: 30%;
}

#deux_card_2 {
    gap: 30px;
    display: flex;
    flex-direction: column;
    width: 20%;
}

.card img {
    width: 15%;
}

.card p,
h3 {
    color: rgb(255, 255, 255);
    font-family: 'Poppins';
}

.card p {
    text-align: justify;
}


#button_obj {
    margin-bottom: -450px;
    display: flex;
    justify-content: center;
    margin-top: 650px;
}

#button_obj p {
    margin: 0;
    color: black;
    text-transform: uppercase;
}




/* Footer */

footer #top_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
    margin-bottom: 15px;
    margin-left: 45px;
}

footer img {
    width: 10%;
}

footer .topf {
    width: 33%;
    display: flex;
    justify-content: center;
    gap: 30px;
}

footer .topf p {
    color: black;
}

footer #tf1 img {
    width: 20%;
}

footer #tf2 {
    display: flex;
    gap: 25px;
    width: 33%;
}

footer #tf3 img {
    width: 12%;
}


footer #barre_footer {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

footer #barre_footer div {
    width: 80%;
    height: 1px;
    background: black;
}




footer #bottom_footer {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

footer .bottomf {
    display: flex;
    justify-content: center;
    gap: 3px;
    align-items: center;
}

footer .bottomf p {
    color: black;
    font-size: 10px;
}

footer #bf2 {
    width: 70%;
}

footer #bf3 {
    width: 30%;
}

footer #bf3 img {
    width: 11%;
}

footer #div_flex {
    display: flex;
    width: 70%;
    justify-content: center;
}

#wave_blanche {
    margin-top: -180px;
}

#idwave {
    width: 100%;
    display: flex;
}

#idwave img {
    width: 100%;
}

#button_nrj {
    display: flex;
    justify-content: center;
}

#button_nrj p {
    color: #000000;
    text-transform: uppercase;
}









#Pagecontact header {
    display: none;
}

#Pagecontact .button_contact {
    border: 2px solid;
    padding: 12px;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff00;
}

#Pagecontact h1 {
    font-family: "Kanit", Sans-serif;
    font-weight: 900;
    font-size: 50px;
    line-height: 1.2;
}




#menu-menu-contact {
    padding: 0;
    justify-content: center !important;
}

#menu-menu-contact li a {
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
}

.button01 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#div_nav1 {
    display: flex;
    gap: 20px;
    padding-right: 20px;
}

#menu-menu-1 {
    display: flex;
    align-items: center;
    background-color: #313E49;
    border-radius: 100vw;
    gap: 20px;
    width: 100%;
    justify-content: center;
    margin: 0;
    padding: 10px 20px;
}


#imgnav {
    width: 46%;
}




#menu-menu-1 li :hover {
    color: #BDD436;
}






#card1 a {
    color: #fff;
}

#card1 a:hover {
    color: #818181;
}











#gb p {
    color: #000000;
    font-size: 20px;
    text-align: center;
}

#access #p_text p {
    margin: 0;
    text-transform: uppercase;
}





.modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    position: relative;
}

.close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
}

.ff-default .ff-el-input--label label {
    font-family: 'Poppins' !important;
}

form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style) {
    color: #000000 !important;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 22px;
    border-radius: 50px;
}

#cinqicons {
    width: 33%;
    text-align: center;
}

#header #un_nav button {
    width: 230px !important;
}

#div_backg {
    bottom: 0;
    overflow: hidden;
}

#cinqicons a .icon {
    width: 40px;
    height: auto;
    transition: fill 0.3s ease;
    fill: black;
}

#cinqicons a:hover .icon {
    fill: #BDD436;
}





/* Tablette */
@media screen and (max-width:1025px) {

    #div_ac1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #quatre_card {
        display: flex;
        gap: 60px;
        position: relative;
        margin-right: 2.5vw;
        width: 65%;
        margin: auto;
        align-items: center;
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .container_cta {
        margin-bottom: 10px;
    }

    #Home #Nosactions {
        gap: 5vw;
    }

    #Home #Dessynergies #div_groupe .dg {
        width: 65vw;
    }

    #Home #Dessynergies #div_groupe .dg h2 {
        text-align: center;
    }

    #image_bt {
        display: flex;
    }

    #Home #access #div_ac2 {
        bottom: 100px;
        left: 50px;
    }

    #quatre_card {
        display: flex;
        gap: 30px;
        position: relative;
        margin-right: 2.5vw;
        width: 95%;
        margin: auto;
        align-items: center;
        margin-top: 50px;
        margin-bottom: 75px;
    }

    .row_action {
        display: flex;
        gap: 2vw;
        width: 95%;
        align-items: center;
        flex-direction: column;
    }

    .row_action .image_wrapper {
        width: 80vw;
        border-radius: 50px;
        overflow: hidden;
    }

    .container_text {
        width: calc(90vw - 1vw);
    }

    .row_action.row_reverse {
        flex-direction: column;
    }

    #Home #lesport #div_ls #p_flex {
        width: 95%;
        border-radius: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: auto;
    }

    #image_bt {
        width: 95%;
        border-radius: 50px;
        overflow: hidden;
        margin: auto;
    }

    #Home #lesport #div_ls {
        display: flex;
        gap: 2vw;
        justify-content: space-between;
        padding-top: 2vw;
        width: 95%;
        flex-direction: column;
    }

    #Home #Dessynergies #div_groupe {
        display: flex;
        gap: 3vw;
        margin-top: 40px;
        position: relative;
        z-index: 2;
        flex-direction: column;
    }

    #h2contact p {
        font-size: 1.5vw;
    }

    #Home #contact .div_imgc {
        bottom: -330px;
    }

    #Home #contact #div_contact2 {
        width: 60%;
    }

    #Home #contact #div_contact1 {
        width: 40%;
    }



}

@media screen and (max-width:767px) {
    .column_card {
        width: calc(90% - 1vw);
        flex-direction: column;
    }

    #quatre_card .card{
        width: 90%;
    }

    #div_nav1{
        align-items: center;
    }

    #quatre_card {
        flex-direction: column;
    }

    #div_ac1et2{
        flex-direction: column;
        padding: 30px 0 5px;
    }

    #div_ac1et2 div{
        width: 95%;
    }

    #div_ac1et2 div.visuel{
        width: 100%;
    }

    #Home #access{
        border-radius: 0 0 35px 35px;
    }

    #div_backg img {
        width: 0%;
    }

    #header p {
        font: var(--font-text);
    }

    #header h1 p{
        font: var(--font-h2);
    }

    #nob {
        font: var(--font-h2);
    }

    #Nosactions {
        padding: 7vw 0 !important;
        margin: 7vw auto !important;
    }

    .container_text {
        width: calc(80vw - 1vw);
    }

    .dg p {
        text-align: justify !important;
    }

    #Home #lesport h2 {
        text-align: center;
    }

    #Home #lesport #div_ls #p_flex p{
        font: var(--font-text);
    }

    #Home #Nosactions #t1t1s2 h2 {
        text-align: center;
    }

    #Home #Nosactions #t1t1s2 p {
        text-align: justify;
        font: var(--font-text);
    }

    #Home #Nosactions #t2t2s2 p {
        text-align: justify;
        font: var(--font-text);
    }

    #Home #Nosactions #t3t3s2 p {
        text-align: justify;
        font: var(--font-text);
    }

    #Home #Nosactions #t2t2s2 h2 {
        text-align: center;
    }

    #Home #Nosactions #t3t3s2 h2 {
        text-align: center;
    }

    #Home #Dessynergies #ds_hp p{
        font: var(--font-text);
    }

    #Home #Dessynergies #div_groupe p{
        font: var(--font-text);
    }

    #ds_hp {
        width: 92%;
    }

    #ds_hp h2 p {}

    #lesport h2 {
        width: 90%;
    }

    #header .logo {
        width: 15vw;
        padding-left: 20px;
        z-index: 11111;
        position: relative;
    }

    .burger-menu {
        margin-top: 0px !important;
    }

    #div_ac2 {
        display: none;
    }

    #div_ac1 {
        width: 100%;
    }

    #div_ac1 p{
        font: var(--font-text);
    }

    #div_ac1 :nth-child(2) {
        margin: 0;
    }

    #div_ac1 :nth-child(4) {
        margin: 0;
    }

    #div_contact2 {
        display: none !important;
    }

    #div_contact1 {
        width: 100% !important;
    }

    #bf2 {
        width: 100% !important;
    }

    #cinqicons {
        width: 60% !important;
        text-align: center;
    }

    footer #tf1 img {
        width: 40% !important;
    }

    #Home #Dessynergies #div_groupe .dg {
        width: 85vw;
    }

    footer #top_footer {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .topf {
        width: 25% !important;
    }

    #div_ac1 h2 {
        text-align: center;
    }

    #div_ac1 {
        width: 95%;
        margin: auto;
    }

    #div_ac1 p {
        text-align: justify;
    }


    .div_imgc {
        bottom: -275px;
    }

    #contact {
        height: 35vw !important;
    }

    .card p{
        font: var(--font-text);
    }


    #div_global_contact {
        padding: 2vw 5vw !important;
    }

    #div_ac1 .container_cta.cta_dif {
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
        margin-top: 10px;
    }

    .cta_dif {
        justify-content: center;
    }

    #h2contact p {
        font-family: 'poppins';
        font: var(--font-text);
    }

    #menu-menu-contact {
        margin-top: -15px;
    }

    #p_flex {
        text-align: justify;
    }

    #div_groupe {
        margin-top: 25px;
        margin-bottom: 25px;
    }



    #main-nav {
        transform: translateY(-110%);
        transition: all 0.4s linear;
    }

    #main-nav .menu {
        flex-direction: column;
        gap: 4vw;
        background: white;
        padding-bottom: 0;
        margin-top: 35px !important;
        height: 200px !important;
        padding: 0;
        border-radius: 0px;
    }

    #main-nav.open{
        transition: all 1s ease-out;
    }

    #header nav ul li a {
        color: black;
    }

    button {
        width: 250px;
        background: #ffffff;
        border: 0mm solid black;
        box-shadow: 0px 0px 0 black;
    }

    .burger-menu {
        display: flex;
        z-index: 10000;
        padding-right: 10px;
    }

    .burger-menu.active {
        position: fixed;
        right: 25px;
        top: 25px;
    }

    .burger-menu.active .logo {
        position: fixed;
    }

    #gb p {
        text-align: justify;
        font: var(--font-text);
    }

    .card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #quatre_card {
        margin-bottom: 35px;
    }
}