/*
Theme Name: BOMB SQUAD 2023
Theme URI: http://www.lenit.net
Description: Theme sur mesure de Lenit.NET
Version: 1.1
Author: LENIT.NET
Author URI: http://www.lenit.net

Creation Th�me by Lenit.net || http://www.lenit.net
*/

@import url('https://bombsquad.games/wp-content/themes/BS-Home/style/reset.css');
@import url('https://bombsquad.games/wp-content/themes/BS-Home/style/fonts/fonts.css');


/* ---------------------------------- SUPPRESSION ELEMENTS SPES --------------------------------- */


/* ---------------------------------- REFERENTIEL --------------------------------- //
Couleur1 :
Couleur2 :
Localisation site :
*/
.f-l {
    float: left;
}

.f-r {
    float: right;
}

.f-n {
    float: none;
}


/* ---------------------------------- STRUCTURE GLOBALE ----------------------------------  */
/* ---------------------------------------------------------------------------------------  */
img {
    max-width: 100%;
}

.cb {
    clear: both !important;
}

.nomobs {
    display: block
}

.mobs {
    display: none !important;
}

.tabs {
    display: none
}

.hidden {
    display: none
}

.separateur {
    padding-top: 2vw;
}

body {
    width: 100%;
    background-color: #eeeeee;
    margin: 0 !important;
    color: #000;
    font-family: 'Gemunu';
    font-size: 1.2vw;
    line-height: 1.4vw;
    font-weight: bold;
}

.page {

    margin: auto;
    width: 100%;
    clear: both;
    position: relative;
    top: 100px;
    border-top: solid #000 30px;
}

.content {
    width: 100%;
    text-align: center;
    margin: auto;
    z-index: 1;
}

a {
    text-decoration: none;
    color: #2e2e2d;
    ;
}



p {
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0 !important;
}

.colg {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.cold {
    float: left;
    width: 48%;
    margin-left: 2%;
}

.colg1t {
    float: left;
    width: 30%;
    margin-right: 3%;
}

.cold2t {
    float: left;
    width: 66%;
    margin-left: 0;
}

.colg2t {
    float: left;
    width: 66%;
    margin-right: 3%;
}

.cold1t {
    float: left;
    width: 30%;
    margin-left: 0;
}

.col1t {
    float: left;
    width: 31%;
    margin: 0 1%;
}

.colg25 {
    float: left;
    width: 24%;
    margin: 0 1%;
}

.colc50 {
    float: left;
    width: 50%;
    margin: 0;
}

.cold25 {
    float: right;
    width: 24%;
    margin: 1% 0%;
}

.imgfull {
    width: 100%;
}

.ensemble_blocs {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1vw 0 5vw;

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .tabs {
        display: block !important;
    }

    .notabs {
        display: none !important;
    }


}

@media (max-width: 767px) {
    .mobs {
        display: block !important;
    }

    .nomobs {
        display: none !important;
    }


    .page {

        margin: auto;
        width: 100%;
        clear: both;
        position: relative;
        top: 120px;
        border-top: solid #000 30px;
    }


    .colg,
    .cold {
        width: 96%;
        margin: auto;
    }


    .col1t {
        float: none;
        width: 96%;
        margin: auto;
    }

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

}

@media only screen and (max-width: 480px) {}

/* ---------------------------------- STRUCTURE CONTENU ----------------------------------  */
h1 {
    font-size: 20px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 20px;
}

@media (max-width: 767px) {}

/* ---------------------------------- TOP BAR ----------------------------------  */

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000;
    height: 105px;
    position: fixed;
    z-index: 99999;
}

#menum {
    display: none !important;
}

#topbar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 4px 0 0;
    width: 100%;
    height: 96px;
    max-width: 1080px;
    z-index: 9000;
    background: url("https://bombsquad.games/wp-content/themes/BS-Home/images/BANNIERE-BS.jpg") no-repeat;
    background-size: cover;
}

#bloclogo {
    float: left;
    padding: 0;
    width: 170px;
    height: inherit;
    margin: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

#logo {
    width: 100%;
}

#blocville {
    color: #f3CF43;
    font-family: 'PopBL';
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* height: inherit; */
    font-size: 24px;
    position: relative;
    margin-left: 7px;
    width: 170px;
    align-items: center;
}

#blocvillemobs {
    color: #f3CF43;
    font-family: 'PopBL';
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* height: inherit; */
    font-size: 16px;
    position: relative;
    width: 100%;
    align-items: left;
    margin-top: 5px;
    padding-left: 10px;
}




#blocmenu {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    width: 910px;
    /*margin-left: -600px;*/
    height: 90px;
    padding-top: 2px;
    flex-direction: column;
}


.menu-fixe-container ul {
    overflow-wrap: break-word;
    display: flex;
    align-items: center;
}

#menu ul {
    display: flex;
}

#menu li {
    display: flex;
    list-style: none !important;
    align-items: center;
}

#menu {
    color: #fff;
}

.menu a {
    float: left !important;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
    margin-left: 10px;
    font-family: 'PopBL';
    font-style: italic;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.menu .current_page_item a {
    color: #F3CF43;
}

.menu a:hover {
    color: #F3CF43;
}

.menu .menu-item {
    height: 69px;
}

.menu .current_page_item {
    background: url(https://bombsquad.games/wp-content/themes/BS-Home/images/SPLACH-MENU.png) no-repeat;
    background-size: auto;
    background-position: top;
    width: auto;
    height: 69px;
}

.sub-menu .current_page_item {
    background: none;
    width: auto;
    height: auto;
}

.book-bsh a {
    margin-left: 50px;
    width: 114px;
    background-color: #D3105E;
    padding: 4px 10px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

.book-bsh ul a {
    margin: 0;
}

.book-bsh .sub-menu {
    margin-left: 50px;
    width: 140px;
    margin-top: -20px;
}


.book-bsh .sub-menu a {
    padding: 0;
    margin-left: 0px;
    background-color: transparent;

}

.book-bsh .sub-menu a {
    padding: 8px 20px;
    color: #F3CF43;
}

.book-bsh ul.sub-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #000;
    border-radius: 5px;
}

.pll-parent-menu-item ul.sub-menu {
    display: flex;
    flex-direction: column;
    background-color: #000;
    border-radius: 5px;
    align-items: center;
    width: 52px;
    margin-left: 5px;
}

.pll-parent-menu-item img {
    width: 30px !important;
    height: auto !important;
}

.pll-parent-menu-item::after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 0.23em 0.23em 0 0;
    border-color: #fff;
    transform: rotate(135deg);
    width: 0.42em;
    height: 0.42em;
    margin-left: 0.3em;
}

.pll-parent-menu-item a {
    margin-right: 5px;
    margin-top: 5px;
}

.sub-menu .menu-item {
    height: 35px;
}

.menufixe ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    padding: 5px;
    width: 150px;
}

.menufixe ul ul ul {
    position: relative;
    display: block !important;
    padding: 0 15px 5px;
    left: 0;
    top: -2px;
}

.menufixe ul ul ul a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.menufixe ul ul li:hover>ul,
.menufixe ul ul li.focus>ul {
    display: block;
    left: auto;
}

.menufixe ul ul a {

    color: #F3CF43 !important;
    margin: 0 1vw;
}

.menufixe ul li:hover>ul,
.menufixe ul li.focus>ul {
    left: auto;
}

.menufixe li {
    position: relative;
}

.menufixe .sub-menu a {
    padding: 8px 6px;
}

#sociaux {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 6%;
    height: inherit;
}

.rs {
    float: left;
    width: 2.2vw;
    height: auto;
}

/*
#langues {
display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 9%;
    height: inherit;
}

*/

#langue {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 50px;
    height: inherit;
}

.splash_bas_noir_top {
    max-width: 1280px;
    height: 123px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
}

.splash_bas_noir_top img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .splash_bas_noir_top {
        height: 50px;
    }

    #blocmenumobs #menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}


/* ---------------------------------- MENU MOBILE ----------------------------------  */
/* Hide the links inside the navigation menu (except for logo/home) */
@media only screen and (max-width: 767px) {
    .icon {
        cursor: pointer;
        padding: 4vw;
        padding: 35px 5px;
        height: 100px;
    }

    .hamburger {
        width: 10vw;
        height: 1vw;
        background-color: #fff;
        margin-top: 5px;
        border-radius: 5px;
    }

    .menumobs ul {
        list-style: none;
        width: 100%;
        padding: 20px 0;
        text-align: right;

    }

    .menumobs a {
        color: #fff;
        text-decoration: none;

    }

    .menumobs li {
        font-family: $main-font;
        text-align: center;
        padding: 10px;
        border-top: none;
        transition: all .3s ease;

    }


    li:hover {
        color: #221F20;
        transform: translateX(-10px);
    }





}

/* ---------------------------------- TOP BAR MOBILE ----------------------------------  */

@media only screen and (min-width: 768px) and (max-width: 1023px) {}

@media only screen and (max-width: 767px) {

    #topbarmobs {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        z-index: 1000;
        position: fixed;
        top: 0;
        width: 100%;
        height: 18vw;
    }

    #book-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: #D3105E;

    }

    #book-mob a {
        display: flex;
        height: 40px;
        font-size: 22px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-family: 'PopBL';
        font-style: italic;
        text-transform: uppercase;
    }


    #book-mob .menu a {
        color: #F3CF43;
    }

    .bookmobs {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        background-color: #000;
        width: 100%;
        flex-wrap: nowrap;
        align-items: center;
    }

    .menu-bookmobile-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;

    }

    #menu-bookmobile {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
        padding: 0;
    }

    #menu-bookmobile li {
        line-height: 30px;
        display: flex;
        list-style: none !important;
        align-items: center;
        flex-direction: column;
    }

    #menu-bookmobile .menu-item {
        height: 32px;
    }

    #menu-bookmobile .menu a {
        font-size: 4vw;
        text-transform: initial;
    }

    #nav-mob {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100px;
        max-height: 100px;
        background: url(https://bombsquad.games/wp-content/themes/BS-Home/images/BANNIERE-BS.jpg) no-repeat;
        background-size: cover;

    }

    #bloclogomobs {
        width: 60%;
        text-align: left;
        padding-left: 10px;
    }

    #logo {
        width: 60%;
    }

    #langues {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 9%;
        height: inherit;
    }

    #bloclanguemobs {
        width: 20%;
        display: flex;
        flex-direction: column;
        position: relative;
        left: -30px;
    }



    #bloclanguemobs .pll-parent-menu-item::after {
        content: "";
        display: inline-block;
        border-style: solid;
        border-width: 1em 1em 0 0;
        border-color: #fff;
        transform: rotate(135deg);
        width: 1em;
        height: 1em;
        margin-left: 1em;
    }


    #blocmenumobs {
        width: 20%;
        height: 100px;
        display: flex;
        flex-direction: column;
    }

    #blocmenumobs #menu {
        color: #221F20;
        display: flex;
        position: relative;
        width: 40vw !important;
        left: -20vw;
        background: #000;
        flex-direction: column;
        align-items: flex-start;
    }


    .menu .menu-item {
        height: 15px;
    }


    .menu-mobile-container {}

    #blocmenumobs #menu li {
        display: flex;
        list-style: none !important;
        align-items: flex-end;
        flex-direction: column;
        line-height: 15px;
        justify-content: space-evenly;
    }

    .menu a {
        font-size: 4vw;

    }

    .sub-menu {
        padding-top: 7vw;
    }

    .sub-menu li {
        padding: 1vw;
    }

    .sub-menu a {
        font-size: 4vw;
        color: #574e4d;
        padding-left: 5vw;
    }


    .menu-item-wpml-ls-4-en {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        margin-top: 4vw;
    }

    .wpml-ls-flag {

        width: 11vw;
        height: auto;

    }

    #menu-mobile-en,
    #menu-mobile-fr {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
        padding: 0;
    }

    .menu .current_page_item {
        background: none;
        height: auto;
    }

}

/* ---------------------------------- STRUCTURE PAGES ----------------------------------  */
/* ------------------------------------------------------------------------  */

.lame {
    margin: auto;
    width: 100%;
    max-width: 1180px;
}

.lame_full {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.lame h2 {
    text-align: left;
}

.black_bg {
    background-color: #000;
}

.yellow_bg {
    background-color: #f3CF43;
}

.hero {
    display: flex;
    align-items: center;
    background-color: #000;
    padding-top: 30px;
}

#titre_page {
    margin-top: -10px;
    margin-bottom: 0px;
    z-index: 10;
    position: relative;
    background: #000;
}


#titre_page h2 {
    color: #F3CF43;
    font-family: 'PopBL';
    font-style: italic;
    position: relative;
    z-index: 10000;
    margin-top: 10px;
    line-height: 24px;
    font-size: 16px;
}

#titre_page img {
    max-width: 100%;
}

.splash_haut_jaune {
    max-width: 1280px;
    height: 120px;
    width: 100%;
    margin: auto;
    margin-top: 0px;
    position: relative;
    z-index: 1;
}


#more_infos {
    width: 100%;
    padding: 120px 0px 40px;
    font-family: 'PopBL';
    font-style: italic;
    font-size: 30px;
    line-height: 35px;
    height: 200px;
}

#more_infos a {
    background-color: #D3105E;
    border-radius: 5px;
    color: #fff;
    padding: 20px 40px;
    margin-top: 20px;
    font-size: 20px;
}


@media only screen and (max-width: 767px) {


    #titre_page {
        margin-top: -10px;
        margin-bottom: 0;
        z-index: 10;
        background: #000;
        position: relative;
        /* width: 90%; */
        padding: 1% 5%;
    }


    #titre_page h2 {

        line-height: 20px;
        font-size: 16px;
    }

    .lame {
        width: 96%;
    }

    .lame_full {
        margin: auto;
        width: 100%;
        display: block;
    }

    .lame h2 {
        text-align: center;
        font-size: 7vw;
        margin-bottom: 8vw;
        line-height: 8vw;
    }

    #hero_home {
        height: 600px;
    }

    .hero {
        align-items: center;
        flex-direction: column;

    }

    #videohome {
        width: 150%;
        height: auto;
    }

    #homevideodivcontent {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background: transparent;
    }

    .bloc_bowen {
        width: 80%;
    }

    .bloc_book {
        width: 100%;
        height: auto;
        margin: auto;
        font-size: 17px;
        color: #FFF;
        top: -20px;
        position: relative;
        z-index: 10;
    }

    .img_3 {
        width: 60%;
        height: fit-content;
        object-fit: cover;
    }

    #galerie {
        width: 100%;
        margin-top: 10px;
        position: relative;
        top: 0px;
        z-index: 11;
    }

    #timeline {
        display: none;
    }

}

/* ---------------------------------- HOME ----------------------------------  */
/* ------------------------------------------------------------------------  */

#home {

    border-top: none;
}


#hero_home {}

#homevideodiv {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    display: block;
    position: relative;
}

#videohome {
    width: 100%;
    height: auto;
}

#videohomemob {
    display: none;
}

#homevideodivcontent {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    height: 100%;
    background: transparent;
}

.bloc_bowen {
    width: 70%;

}

.bloc_bowen img {
    width: 107%;
    height: auto;
}



.bloc_book {
    width: 22%;
    height: auto;
    /* padding: 8% 5% 3% 5%; */
    /* background: url(https://bombsquad.games/wp-content/themes/BS-Home/images/block_book_home.png) no-repeat; */
    background-size: cover;
    font-family: 'Gemunu';
    font-size: 17px;
    color: #FFF;
    margin: 7% 5% 10% 70%;
}

.bloc_book a {
    font-size: 20px;
    background-color: #D3105E;
    width: 100%;
    display: block;
    font-family: 'PopBL';
    font-style: italic;
    text-align: center;
    line-height: 24px;
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
}

.bloc_book a:hover {
    font-size: 28px;
}

.bloc_book #texte_book {
    padding: 6%;
    width: 94%;
    background-color: #000;
}



.bloc_book p {
    font-size: 20px;
    margin-bottom: 10px !important;
    text-align: left;
    line-height: 23px;
    font-family: 'Gemunu';
    letter-spacing: 1px;
}


#galerie {
    max-width: 1280px;
    width: 100%;
    margin-top: -10px;
    padding-bottom: 10px;
    z-index: 9;
}

.img_3 {
    width: 33.33%;
    height: 20vw;
    object-fit: cover;
}

.img_3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splash_bas_noir {
    max-width: 1280px;
    height: 120px;
    width: 100%;
    margin: auto;
}

.splash_bas_noir img {
    width: 100%;
}

#mission {
    max-width: 1280px;
    height: auto;
    width: 100%;
    margin: auto;
    padding: 0;
}

#mission .colg {
    float: left;
    width: 35%;
    margin: 0;
}

#mission .cold {
    float: right;
    width: 59%;
    margin: 0;
    padding: 3% 3% 0;
}

#mission .colg img {
    width: 100%;
    max-width: 80%;
}

#mission .cold img {
    margin: auto;
    margin-top: 30px;
    max-width: 100%;
}


#mission p {
    width: 93%;
    font-family: 'PopBL';
    font-style: italic;
    font-size: 18px;
    text-transform: uppercase;
    color: #F3CF43;
    line-height: 1;
}



.home_animation_mob {
    display: none;
}

.home_animation {
    max-width: 1280px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.home_animation img {
    width: 100%;
}

#timeline {
    max-width: 1280px;
    height: auto;
    width: 100%;
    margin: auto;
    padding: 20px 0;
}

.block_picto {
    width: 15%;
    padding: 0;
    margin: auto;
}

.block_picto img {
    width: 30%;
    margin: auto;
}

.block_picto p {
    width: 80%;
    font-family: 'PopBL';
    font-style: italic;
    font-size: 16px;
    margin: 10px auto !important;
    line-height: 18px;
    color: #fff;
}

.block_fleche1 {
    width: 2.5%;
    height: 100px;
}

.block_fleche {
    width: 5%;
    padding: 1% 0 2%;
}

.block_fleche img {
    width: 90%;
    margin: auto;
}


.splash_bas_noir img {
    width: 100%;
}

#social_review {
    max-width: 1280px;
    padding-top: 80px;
    height: auto;
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 2;
}

.bloc_social {
    width: 315px;
    height: 230px;
    font-size: 17px;
    color: #000;
    box-shadow: 0px 1px 1px #888;
    background-color: #fff;
}

.bloc_social h2 {
    font-size: 18px;
    color: #fff;
    padding: 15px 20px 35px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    background-color: #D3105E;
    font-family: 'PopBL';
    font-style: italic;
}

.home_img_reviews {
    width: 50%;
    padding: 0px 25% 8px;
    margin-top: -30px;
    position: relative;
    background-color: #D3105E;
}

.bloc_social p {
    font-size: 19px;
    padding: 10px 20px 0;
    margin-bottom: 10px !important;
    text-align: left;
    line-height: 23px;
    font-family: 'Gemunu';
}

.bas_social_review {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: flex-end;
}

.bas_social_review img {
    width: 40%;
}

.bas_social_review p {
    padding: 0;
    font-size: 10px;
    color: #000;
    margin: 0 !important
}


.home_splash_haut_jaune {
    max-width: 1280px;
    height: 120px;
    width: 100%;
    margin: auto;
    margin-top: -200px;
    position: relative;
    z-index: 1;
}

#mission .col1t .mission-point {
    display: none;
}


@media only screen and (max-width: 767px) {


    #hero_home {
        height: 680px;
    }

    .hero {
        align-items: center;
        flex-direction: column;

    }

    #homevideodiv {
        width: 100%;
        /* max-width: 1180px; */
        margin: auto;
        display: block;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    #videohome {
        display: none;
    }

    #videohomemob {
        display: block;
        min-width: 100%;
        max-width: 100%;
    }


    #homevideodivcontent {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background: transparent;
        top: 20px;
    }

    .bloc_bowen {
        width: 80%;
    }

    .bloc_bowen img {
        width: 100%;
    }

    .bloc_book {
        width: 80%;
        height: auto;
        margin: 55% auto 20px;
        font-size: 17px;
        color: #FFF;
        top: -20px;
        position: relative;
        display: flex;
        z-index: 10;
        flex-direction: column;
        justify-content: flex-start;
    }

    .bloc_book #texte_book {
        padding: 6%;
        width: 88%;
        background-color: #000;
    }

    .bloc_book a {
        display: block;
        padding: 6%;
        width: 88%;
    }


    #galerie {
        width: 100%;
        margin-top: 60px;
        position: relative;
        top: 0px;
        z-index: 11;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .img_3 {
        width: 80%;
        height: fit-content;
        object-fit: cover;
    }

    #galerie .img1,
    #galerie .img3 {
        width: 10%;
        height: 48vw;
    }

    #galerie .img2 {
        width: 80%;
        height: 48vw;

    }

    #mission {
        padding-top: 20px;
    }

    #mission .colg {
        float: left;
        width: 100%;
        margin: 0;
    }

    #mission .cold {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
    }

    #mission .col1t {
        float: none;
        width: 96%;
        margin: 10px auto;
        height: 40px;
        line-height: 24px;
    }

    #mission .col1t p {
        width: 85%;
        font-family: 'PopBL';
        font-style: italic;
        font-size: 21px;
        text-transform: uppercase;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: nowrap;
        margin: auto !important;
    }

    #mission .col1t .mission-point {
        color: #D3105E;
        font-family: 'PopBL';
        font-size: 40px;
        width: 50px;
        margin-right: 10px;
    }

    #timeline {
        display: none;
    }

    .home_animation_mob {
        display: block;
    }

    .home_animation {
        display: none;
    }

    .home_animation_mob {
        height: auto;
        width: 100%;
        margin: 0 auto;
        padding: 40px 0;
    }

    .home_animation img {
        width: 100%;
    }

    #social_review {
        /* max-width: 1280px; */
        padding-top: 0px;
        height: auto;
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        position: relative;
        z-index: 2;
        align-content: center;
        align-items: center;
        padding-bottom: 40px;
    }

    .bloc_social {
        margin: 10px auto;
    }

    .home_splash_haut_jaune {
        margin-top: -40px;
        height: 39px;
    }

    .home_splash_haut_jaune img {
        width: 100%;
    }

    #more_infos {
        width: 80%;
        padding: 10%;
        font-size: 18px;
        line-height: 24px;
        margin-top: -6px;
        display: flex;
    }

    #more_infos p {
        margin-bottom: 10px !important;
    }

    #more_infos a {
        padding: 15px 30px;
        font-size: 20px;
    }


}



/* ---------------------------------- GAMES ----------------------------------  */
/* ------------------------------------------------------------------------  */

#games #titre_page {
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 10;
    position: relative;
}

#intro_games {
    width: 55%;
    margin: auto;

}

#intro_games img {
    width: 80%;
    margin: auto;
    margin-top: 30px;
}

#intro_games .col1t p {
    width: 90%;
    font-size: 15px;
    margin: auto;
    line-height: 22px;
}

#intro_games p {
    width: 93%;
    font-family: 'PopBL';
    font-style: italic;
    font-size: 18px;
    text-transform: uppercase;
    color: #F3CF43;
}

#games_pictos_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 45%;
    margin: auto;
}

#games_pictos_list img {
    width: 70px;
}

.games_picto_block {
    width: 130px;
}


.games_picto_texte {
    position: relative;
    margin-top: -49px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.games_picto_texte img {
    width: auto !important;
    height: 22px;

}

.games_picto_block:hover .games_picto_texte {
    opacity: 1;
}

#intro_games_mobs {
    width: 90%;
    margin: auto;

}

#intro_games_mobs img {
    width: 100%;
    margin: auto;
}

#intro_games_mobs .col1t p {
    width: 54%;
    font-size: 15px !important;
    line-height: 19px !important;
    margin: auto !important;
    line-height: 22px;
    font-family: 'PopBL';
    font-style: italic;
    font-size: 18px;
    text-transform: uppercase;
    color: #F3CF43;
    text-align: left;
    text-indent: -17px;
    margin-top: 5px !important;
}

.puce_intro {
    color: #D3105E;
}

#bienvenue {
    width: 750px;
    margin: 20px auto 40px;
    text-align: left;
    font-family: 'Gemunu';
}

#bienvenue .col-g {
    float: left;
    width: 200px;
    margin-right: 0px;

}

#bienvenue .col-g img {
    width: 90%;

}

#bienvenue .col-d {
    float: left;
    width: 489px;

}

#bienvenue h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px
}

#bienvenue p {
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 100;
    font-style: italic;
    color: #888;

}



#games_list {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    margin-bottom: 70px;
}

.games_block {
    width: 100%;
    height: 307px;
    margin: auto;
    padding: 30px 0;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}



.games_block .col-1 {

    width: 377px;
    margin-right: 0px;
    text-align: center;
}

.games_block .col-1 img {
    width: 100%;
}

.games_block h2 {
    font-family: 'PopBL';
    font-style: italic;
    font-size: 45px;
    margin-bottom: 35px;
}

.games_block p {
    font-family: 'Gemunu';
    font-size: 24px;
    line-height: 30px;
}

.games_block .col-2 {
    width: 420px;
    padding: 0 20px 50px;
    display: flex;
    margin-right: 0px;
    align-items: center;
    font-family: 'Gemunu';
    font-size: 17px;
    line-height: 20px;
    flex-direction: column;
    justify-content: flex-start;

}

.games_block .col-3 {

    width: 300px;
    margin-right: 0px;

}

.gamesvideodiv {
    width: 100%;
    margin: -30px auto 0;
    display: block;
    position: relative;
}

.videogames {
    width: 100%;
    height: auto;
}

.gamesvideodiv img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {


    #games_pictos_list {
        width: 90%;
        margin: 20px auto 0;
    }


    #bienvenue {

        display: none;
    }

    .games_picto_block {
        width: 100px;
    }

    #games_pictos_list img {
        width: 50px;
    }

    .games_picto_block:hover .games_picto_texte {
        opacity: 0;
    }

    .games_block {
        width: 100%;
        height: auto;
        margin: auto;
        /* padding: 30px 0; */
        text-align: left;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }

    .games_block .col-1 {
        width: 90%;
        padding: 5%;
    }

    .games_block .col-2 {
        width: 90%;
        padding: 0 5% 4%;
    }

    .games_block .col-3 {
        width: 90%;
        padding: 5%;
    }

    .gamesvideodiv {
        width: 80%;
    }

}


/* ---------------------------------- STORY ----------------------------------  */
/* ------------------------------------------------------------------------  */

#content_story {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    padding: 50px 0;
    width: 100%;
    max-width: 1180px;
    margin: auto;

}

#content_story .block_story_left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

#content_story .block_story_right {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
}

#content_story .col1 {
    width: 80%;
}

#content_story .col1 img {
    width: 100%;
}

#content_story .col2 {
    width: 20%;
    padding-left: 50px;
    padding-right: 40px;
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: center;
}

#content_story .col2 p {
    font-family: 'Gemunu';
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
}

#personnages_story {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 50px 0 20px;
    width: 100%;
    max-width: 1180px;
    margin: auto;
    justify-content: space-around;
}

.perso_story {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 1%;

}

.perso_story img {
    width: 100%;
    max-width: 300px;

}

.perso_story p {
    font-family: 'Gemunu';
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
    width: 80%;
    max-width: 300px;
    text-align: left;
}

#book_story {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0px 0 40px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 100px;
    justify-content: center;
}

#book_story p {
    font-family: 'PopBL';
    font-style: italic;
    font-size: 20px;
}

#book_story a {
    margin-left: 50px;
    background-color: #D3105E;
    padding: 20px 25px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: 'PopBL';
    font-style: italic;
}


#description_story {
    padding: 0 0 50px;

}

#description_story p {
    font-family: 'Gemunu';
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    padding: 0 3% 10px;

}



#story #more_infos {
    padding: 50px 0 80px;
    font-family: 'Gemunu';
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 100px;
}

#story #more_infos .col-g,
#story #more_infos .col-d {
    width: 25%;
}


#story #more_infos .col-g p {
    font-family: 'PopBL';
    font-style: italic;
    padding-bottom: 10px;
    font-size: 28px;
    color: #D3105E;
}

#story #more_infos .col-g img {
    width: 90%;
    float: right;
}

#story #more_infos .col-d img {
    width: 75%;
}

@media only screen and (max-width: 767px) {
    #content_story {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        padding: 0;
        width: 100%;
        margin: auto;
    }

    #content_story .block_story_left,
    #content_story .block_story_right {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    #content_story .col1 {
        width: 96%;
        padding: 2%;
    }

    #content_story .col2 {
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        width: 96%;
        padding: 2%;
        align-items: center;
    }

    #personnages_story {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        padding: 50px 0 20px;
        width: 100%;
        /* max-width: 1180px; */
        margin: auto;
        justify-content: space-around;
    }

    #personnages_story {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        padding: 50px 0 20px;
        width: 100%;
        /* max-width: 1180px; */
        margin: auto;
        justify-content: space-around;
    }

    .perso_story img {
        width: 70%;
    }

    .perso_story p {
        width: 96%;
    }

    #description_story {
        padding: 0 0 50px;
        line-height: 20px;
    }

    #book_story {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        padding: 20px 0;
        width: 100%;
    }

    #book_story p {
        font-family: 'PopBL';
        font-style: italic;
        font-size: 20px;
        line-height: 24px;
    }

    #book_story a {
        margin: 20px auto 50px;
    }

    .splash_haut_jaune {
        /* max-width: 1280px; */
        height: 38px;
        width: 100%;
    }

    .splash_haut_jaune img {
        width: 100%;
    }

    #story .splash_haut_jaune,
    #story #more_infos {
        display: none;
    }

}

/* ---------------------------------- PRO ----------------------------------  */
/* ------------------------------------------------------------------------  */



#items_pro {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 50px 0 20px;
    width: 100%;
    max-width: 1180px;
    margin: auto;
    justify-content: center;
}

.item_pro {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    width: 300px;


}

.item_pro ol,
ul {
    list-style: disc;
    text-align: left;
}


.item_pro img {
    width: 30%;

}

.item_pro h3 {
    font-family: 'PopBL';
    font-style: italic;
    padding-top: 10px;
    font-size: 20px;
    color: #D3105E;
    text-align: center;
    text-transform: uppercase;
}

.item_pro p {
    font-family: 'Gemunu';
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    width: 90%;
    text-align: left;
}

#contact_pro {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 0 80px;
    width: 100%;
    max-width: 1180px;
    margin: auto;
    justify-content: center;
    margin-bottom: 100px;
}

#contact_pro_mobs {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 0px;
    width: 100%;
    margin: auto;
    justify-content: center;
    margin-bottom: 10px;
}

#contact_pro p,
#contact_pro_mobs p {
    font-family: 'PopBL';
    font-style: italic;
    font-size: 20px;
}

#contact_pro a,
#contact_pro_mobs a {
    margin-left: 50px;
    background-color: #D3105E;
    padding: 20px 25px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'PopBL';
    font-style: italic;
}

@media only screen and (max-width: 767px) {

    #contact_pro a,
    #contact_pro_mobs a {
        margin-left: 0px;
        padding: 20px 30px;
        margin-top: -200px;
    }

    #items_pro {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        padding: 50px 0 20px;
        width: 100%;
        /* max-width: 1180px; */
        margin: 10px auto 150px;
        justify-content: center;
    }

    .item_pro {
        margin-bottom: 30px;
    }

    .item_pro img {
        width: 30%;
        margin-bottom: 10px;
    }

    .item_pro li {
        font-size: 18px;
        line-height: 23px;
        list-style-type: none;
        text-align: center;
    }


}

/* ---------------------------------- CONTACTS ----------------------------------  */
/* ------------------------------------------------------------------------  */

#contacts {
    min-height: 45vw;

}

#formulaire_contacts {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    padding: 100px 0 20px;
    width: 100%;
    max-width: 1180px;
    margin: auto;
    justify-content: space-around;
    margin-bottom: 130px;
}

#bloc_formulaire {
    width: 50%;
}

#formulaire_contacts .intro_contacts {
    margin-bottom: 30px !important;

}

#formulaire_contacts .wpcf7 input[type="url"],
#formulaire_contacts .wpcf7 input[type="email"],
#formulaire_contacts .wpcf7 input[type="text"],
#formulaire_contacts .wpcf7 input[type="tel"],
#formulaire_contacts .wpcf7 input[type="textarea"] {
    width: 100%;
    height: 30px;
}

#formulaire_contacts textarea {
    width: 100%;
}

#formulaire_contacts input {
    margin-bottom: 5px;
}

#formulaire_contacts input[type="submit" i] {
    float: right;
    background-color: #D3105E;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    border: none;
    font-family: 'PopBL';
    font-style: italic;
    margin-top: 10px;
    cursor: grab;
}

@media only screen and (max-width: 767px) {

    #formulaire_contacts {

        padding: 10px 0 20px;

        margin-bottom: 130px;
    }


    #formulaire_contacts .intro_contacts {
        margin-bottom: 30px !important;
        font-size: 19px;
        line-height: 24px;
    }

    #bloc_formulaire {
        width: 80%;
    }

    .wpcf7 p {
        font-size: 18px;
        line-height: 22px;
    }

}

/* ---------------------------------- LOCATIONS ----------------------------------  */
/* ------------------------------------------------------------------------  */



#locations .splash_bas_noir_top {
    height: 100px;
}

#locations .splash_bas_noir_top img {
    width: 100%;
    height: 100px;
}



#locations_country {
    margin: -90px auto 150px;
    width: 100%;
    position: relative;
    padding: 0;
}

.country {

    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.country h2 {
    font-size: 20px;
    text-align: center !important;
    color: #000;
    text-transform: uppercase;
    background-color: #F3CF43;
    width: 100%;
    line-height: 40px;
    font-family: 'PopBL';
    font-style: italic;
}

.block_locations {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 20px 5px;
    width: 90%;
    margin: 0 auto;

}

.location {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 95px;
    margin-bottom: 20px;
}

.location .col-g {
    background-color: #D3105E;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;
    font-family: 'PopBL';
    font-style: italic;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(-180deg);
    text-align: right;
    padding: 10px;
    height: 100%;
}

.location .col-g a {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.location .col-d {
    text-align: left;
    font-family: 'Gemunu';
    padding: 0 10px;
    font-size: 20px;
    line-height: 22px;
}

.location .col-d h3 {
    margin-bottom: 5px;
    font-family: 'PopBL';
    font-style: italic;
    text-transform: uppercase;
    font-size: 20px;
}


@media only screen and (max-width: 767px) {


    #locations .splash_bas_noir_top {
        height: 10px;
    }


    #locations .splash_bas_noir_top img {
        width: 100%;
        height: 30px;
    }

    #locations_country {
        margin: -20px auto 180px;
        width: 90%;
        position: relative;
        padding: 0;
        z-index: 99;
    }

    .block_locations {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
        /* padding: 20px 5px; */
        width: 80%;
        margin: 0 auto;
    }

    .location {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        height: 95px;
        width: 90%;
        padding-left: 10%;
        margin-bottom: 45px !important;
        margin: auto;
    }

    .location .col-g {
        background-color: #D3105E;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        border: none;
        font-family: 'PopBL';
        /* font-style: italic; */
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(-180deg);
        text-align: right;
        padding: 17px;
        height: 100%;
    }

}

/* ---------------------------------- FOOTER ----------------------------------  */
/* ------------------------------------------------------------------------  */

#footer {
    width: 100%;
    padding: 30px 0;
    background-color: #303030;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    font-family: 'Gemunu';
}

#footer_content {
    width: 1080px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
    color: #fff;
}


#footer_content p {
    line-height: 20px;
}

#footer .col20 {
    width: 20%;
}

#footer .col15 {
    width: 15%;
}

#footer .col30 {
    width: 30%;
}

#footer .col35 {
    width: 35%;
}

#footer_sociaux {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#footer_sociaux img {
    margin-right: 8px;
    width: 50px;
}

#footer #menu ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#footer .menu .menu-item {
    height: 25px;
}

#footer_content .menu a {
    float: left !important;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    font-family: 'Gemunu';
    letter-spacing: 0.01em;
}

#footer_content .menu .current_page_item {
    background: none;
    height: auto;
}

#footer #blocmenu {
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: inherit;
}


#footer #menu li {
    line-height: 2vw;
}

#footer a {
    color: #FFF;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {

    #footer {
        width: 90%;
        padding: 5%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        position: relative;
        align-items: flex-start;
    }

    #footer_content {
        width: 100%;
        color: #fff;
        align-items: center;
        flex-direction: column;
    }

    #footer .col20 {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    #footer .col35 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #footer .col30 {
        width: 100%;
    }

    #footer_content p {
        line-height: 16px;
        font-size: 10px;
        padding: 10px;
    }

    #menu-footer {
        display: none;
    }

}





/* ---------------------------------- VILLE ----------------------------------  */
/* ------------------------------------------------------------------------  */


.ville .home_splash_haut_jaune {
    margin-top: 0px;
}

.ville #more_infos {
    padding: 20px 0px 60px;
    font-size: 30px;
    line-height: 30px;
    height: 250px;
}

#bloc_scores {
    display: flex;
    width: 70%;
    margin: 20px auto;
    padding: 30px;
    background-color: #000;
    color: #fff;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.col_scores {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    font-size: 22px;
    line-height: 50px;
}

.ville #galerie {
    margin-top: 0px;
    padding-bottom: 0px;
}



#contact_ville .intro_contacts {
    display: none;

}


#contact_ville #formulaire_contacts {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 50px 0 20px;
    width: 70%;
    max-width: 1000px;
    margin: auto;
    justify-content: space-around;
    margin-bottom: 130px;
    align-content: space-around;
}

#contact_ville .colg {
    display: contents;
    float: left;
    width: 48%;
    margin-right: 2%;
}

#contact_ville .cold {
    float: left;
    width: 44%;
    display: flex;
    margin-left: 6%;
    flex-direction: column;
}


#contact_ville .cold .ville_contacts {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}


#contact_ville .cold .col1 {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#contact_ville .cold .col1 h2 {
    font-family: 'PopBL';
    font-style: italic;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#contact_ville .cold .col1 p {
    font-size: 22px;
    line-height: 26px;
}

#contact_ville .cold .col2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-around;
    align-items: flex-end;
}

#contact_ville .cold .col2 img {
    width: 50px;
}

#contact_ville #ville_carte {
    margin-top: 10px;
}


#bloc_resa {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-content: space-around;
    height: auto;
    width: 100%;
    padding-bottom: 200px;
}



.team-text {
    padding: 30px 80px;



}

.team-text h3 {
    font-family: 'PopBL';
    font-style: italic;
    padding-top: 10px;
    font-size: 20px;
    line-height: 24px;
    color: #D3105E;
    text-align: center;
    text-transform: uppercase;
}

.team-text p {
    font-family: 'Gemunu';
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    width: 90%;
    text-align: left;
}

.team-text p strong {
    font-family: 'GemunuB';
}


#team #formulaire_contacts {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: space-around;
    justify-content: space-around;
    padding: 100px 0 20px;
    width: 100%;
    max-width: 1180px;
    margin: auto;
    margin-bottom: 130px;
}

#team #formulaire_contacts .col-form {
    width: 720px;
}

#team #formulaire_contacts .intro_contacts {
    font-family: 'PopBL';
    font-style: italic;
    padding-top: 10px;
    font-size: 16px;
    color: #D3105E;
    text-align: center;
    text-transform: uppercase;

}

#team #formulaire_contacts .col-ref {
    width: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

#team #formulaire_contacts .col-ref .intro_ref {
    font-family: 'PopBL';
    font-style: italic;
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px !important;
}

#team #formulaire_contacts .col-ref img {
    width: 136px;
    height: 49px;
    object-fit: contain;
    margin: 5px;
}


#team #bloc_formulaire {
    width: 710px;
}


#team #bloc_formulaire .wpcf7-number,
#team #bloc_formulaire .wpcf7-date {
    width: 100% !important;

}


#faq #bienvenue {
    display: flex;
}

#faq #bienvenue p {
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 100;
    font-style: italic;
    color: #000;
}

#faq #bienvenue a {
    text-decoration: underline;
    color: #d3105E;
}

#faq #bienvenue .col-d {
    padding-top: 30px;
}


.faq-lame {
    display: flex;
    margin: auto;
    min-height: 400px;
}



@media only screen and (max-width: 767px) {

    #bloc_scores {
        align-items: flex-start;
        flex-wrap: nowrap;
        justify-content: space-around;
        flex-direction: column;
        padding: 20px 30px;
    }


    .ville #more_infos {
        height: 380px;
    }

    .col_scores {
        font-size: 17px;
        line-height: 25px;
    }

    #contact_ville #formulaire_contacts {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        padding: 10px 0 20px;
        width: 100%;
        margin: auto;
        justify-content: center;
        margin-bottom: 150px;
        align-content: space-around;
    }

    #contact_ville #bloc_formulaire {
        width: 90%;
        margin-bottom: 50px;
    }

    #contact_ville .cold {
        float: left;
        width: 90%;
        display: flex;
        margin-left: 5%;
        flex-direction: column;
    }

    #contact_ville .cold .ville_contacts {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    #contact_ville .cold .col1 h2 {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: left;
        line-height: 24px;
    }

    #contact_ville .cold .col1 p {
        font-size: 18px;
        line-height: 22px;
    }

    #contact_ville .cold .col2 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: space-around;
        align-items: flex-end;
        margin-top: -10px;
    }

    #contact_ville .cold .col2 img {
        width: 42px;
        margin-bottom: 6px;
    }

    #team .team_banner img {
        max-width: 100%;

    }

    .team-text {
        padding: 20px 10px;
    }

    .team-text p {
        width: 100%;
    }

    #team #formulaire_contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #team #formulaire_contacts .col-form {
        width: 85%;
    }

    #team #bloc_formulaire {
        width: 100%;
    }


    #team #formulaire_contacts .col-ref {
        width: 90%;
        margin-top: 60px;
    }

    #team #formulaire_contacts .col-ref .intro_ref {
        margin-bottom: 30px !important;

    }

    #faq #bienvenue {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #faq #bienvenue .col-d {
        float: none;
        width: 90%;
        padding-top: 0px !important;
    }

    #faq #bienvenue p {
        padding-bottom: 4px;
        font-size: 17px;
        line-height: 22px;
    }

}


/* ---------------------------------- NEWS ----------------------------------  */
/* ------------------------------------------------------------------------  */

#nos-news {
    padding: 30px 0 150px;
}

.grille-news {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}


.bloc_news {
    width: 300px;
    margin: 0 20px 20px;
    height: 340px;
    box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 30%);
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.news_bloc {
    padding: 10px;
}

.bloc_news h3 {
    font-size: 22px;
    Font-weight: 900;
    line-height: 25px;
    color: #d3105e;
    font-family: 'PopBL';
    margin-bottom: 5px;
}

.bloc_news .news_texte {
    color: #574e4d;
    height: 150px;
    line-height: 18px;
    font-size: 18px;
    text-align: justify;
    overflow: hidden;
}

.bloc_news img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

#news_contenu {
    padding: 30px 0 150px;

}

@media only screen and (max-width: 767px) {


    #news_contenu p {
        line-height: 22px;
        font-size: 18px;
    }

    #news_contenu img {
        margin-bottom: 30px;

    }


}


/* ---------------------------------- POP-UP ----------------------------------  */


.sgpb-content-541,
.sgpb-content-546,
.sgpb-content-1248 {
    display: flex;
    justify-content: space-evenly background-color: #000 !important;
    box-shadow: 0 !important;
    border: 5px solid #f3CF43 !important;
}

.sgpb-content-541 .sg-popup-builder-content,
.sgpb-content-546 .sg-popup-builder-content,
.sgpb-content-1248 .sg-popup-builder-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

.sgpb-popup-builder-content-541,
.sgpb-popup-builder-content-546,
.sgpb-popup-builder-content-1248 {

    text-align: center;

}

.sgpb-popup-builder-content-541 strong,
.sgpb-popup-builder-content-546 strong,
.sgpb-popup-builder-content-1248 strong {
    font-size: 30px;
    font-family: 'PopBL';
    text-transform: uppercase;
    color: #fff;
    line-height: 67px;
}

.sgpb-popup-builder-content-541 a,
.sgpb-popup-builder-content-546 a,
.sgpb-popup-builder-content-1248 a {
    font-size: 25px;
    font-family: 'PopBL';
    line-height: 50px;
    color: #f3CF43;
}


.sgpb-popup-builder-content-541 a:hover,
.sgpb-popup-builder-content-546 a:hover,
.sgpb-popup-builder-content-1248 {
    color: #d3105e;
}



/* ---------------------------------- SLIDER ----------------------------------  */


.carousel {
    margin-bottom: 6vw;
    width: 100%;
}

.flickity-viewport {}


.carousel-cell {
    margin: 0 10px;
}

.carousel-cell h3 {}



.carousel img {}

.flickity-page-dots .dot {
    background-color: #fff !important;
    opacity: 1 !important;
}

.flickity-prev-next-button {
    display: none;
}


/* ---- FAQ ---- */



.faq-heading {
    font-family: 'PopBL';
    font-style: italic;
    font-size: 18px;
    -webkit-transition: text-indent 0.2s;
    padding: 10px;
    color: #333;
    padding-left: 20%;
    text-align: left;
}

.faq-text {
    font-family: 'Gemunu';
    width: 96%;
    padding: 2%;
    margin-bottom: 30px;
}

.faqs {
    width: 80%;
    margin: 0 auto;
    border-radius: 4px;
    position: relative;
    display: block;
    height: auto;
}

.faqs label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 40px;
    padding-top: 1px;
    background-color: #F5F5F5;
    margin-bottom: 10px;
}

.faqs input[type="checkbox"] {
    display: none;
}

.faqs .faq-arrow {
    width: 10px;
    height: 10px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 4px solid rgba(0, 0, 0, 0.80);
    border-right: 4px solid rgba(0, 0, 0, 0.80);
    float: left;
    position: relative;
    top: 13px;
    left: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faqs input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 4px solid #D3105E;
    border-right: 4px solid #D3105E;
}

.faqs input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: auto;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faqs input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 40px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faqs ::-webkit-scrollbar {
    display: none;
}


@media only screen and (max-width: 767px) {
    .faq-heading {
        font-size: 16px;
        line-height: 18px;
    }

    .faqs input[type='checkbox']:not(:checked)+label {
        height: 46px;
    }

    .faq-text {
        font-size: 20px;
        line-height: 22px;
    }

    .faqs {
        width: 100%;
    }


}

/* ---- END FAQ ---- */


/* STORE LOCATOR */

#wpsl-base-gmap_0 {
    height: 500px;
    top: -100px;
    z-index: 0;
}


#wpsl-base-gmap_0 a {
    color: #D3105E;
    text-transform: uppercase;
    font-weight: bold;
}

#wpsl-base-gmap_0 .gm-style,
#wpsl-base-gmap_0 .gm-style-iw-c {
    width: 200px;
    height: 80px;
    padding: 10px 0;
}

@media only screen and (max-width: 767px) {
    #wpsl-base-gmap_0 {
        top: -45px;
        height: 300px !important;
    }

}

/* Home Page Video and Review Sections */
.missions .container {
    max-width: 1320px;
    margin: auto;
    padding: 60px 20px 80px;
    box-sizing: border-box;
}

.missions .title {
    margin-bottom: 35px;
    font-family: 'PopBL';
    font-style: italic;
    font-weight: 900;
    font-size: 50px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.missions .missions-wrapper {
    display: flex;
    gap: 10px;
}

.missions-wrapper .mission {
    flex: 1;
}

.missions-wrapper .mission-mobile-title {
    display: none;
}

.missions .mission-title,
.missions .mission-title-2 {
    margin-bottom: 10px;
    font-family: 'PopBL';
    font-style: italic;
    font-weight: 900;
    font-size: 50px;
    line-height: .9;
    text-align: center;
    text-transform: uppercase;
    color: #F3CF43;


}

.missions .mission-title-2 {
    font-size: 40px;
    margin-bottom: 25px;
}

.missions .mission-title strong {
    color: #fff;
}

.missions .missions-desc {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.missions .yellow {
    color: #ffd400;
}

.missions .orange {
    color: #ff8a00;
}

.missions .or {
    align-self: start;
    font-family: 'PopBL';
    font-style: italic;
    font-weight: 900;
    font-size: 80px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.missions .mission-video {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    position: relative;
}

.missions .mission-video .play-btn,
.missions .mission-video .stop-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .6);
    color: #fff;
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.missions .mission-video .stop-btn {
    display: none;
}

.missions .mission-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.missions .buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.missions .btn {
    padding: 9px 18px;
    text-decoration: none;
    border-radius: 10px;
    font-family: 'PopBL';
    font-style: italic;
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    border: 5px solid transparent;
    background: transparent;
    width: 212px;
    box-sizing: border-box;
    transition: all .3s ease;
}

.missions .btn-yellow {
    border-color: #F3D045;
    color: #F3D045;
}

.missions .btn-orange {
    border-color: #FF8900;
    color: #FF8900;
}

.missions .btn-pink {
    background: #D3105E;
    color: #fff;
}

.missions .btn:hover {
    color: #fff;
}

.missions .btn-pink:hover {
    color: #F3D045;
}

.missions .btn-pink-2:hover {
    color: #FF8900;
}

/* Reviews */
.reviews-section {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.reviews-section .title {
    margin-bottom: 80px;
    line-height: 1;
}

.reviews-section .container {
    padding-top: 40px;
}

.reviews-section .rpi-flx.rpi-col12.grw-review-inner.grw-backgnd {
    padding: 0px 0 20px !important;
}

.reviews-section .rpi-flx.rpi-row12-center {
    background: #D3105E;
    padding: 12px 16px 50px;
}

.reviews-section span.rpi-stars {
    margin: -58px auto 0;
}

.reviews-section .wp-gr.rpi a.wp-google-name {
    font-family: 'PopBL';
    text-transform: uppercase;
    font-size: 18px !important;
    font-style: italic;
    line-height: 1;
}

.reviews-section .wp-gr .wp-google-time {
    color: #fff !important;
    letter-spacing: 1px !important;
    font-weight: bold;
}

.reviews-section .wp-gr .grw-review .wp-google-feedback {
    padding: 20px;
    height: 160px !important;
}

.reviews-section .rpi-stars {
    --star-size: 35px;
}

.reviews-section .rpi-flx {
    gap: 0;
}

.reviews-section .wp-gr .wp-google-text {
    font-size: 23px !important;
    line-height: 1.15 !important;
    color: #000 !important;
    text-shadow: 0px 0px 0px #000;
}

.reviews-section .rpi-stars::after,
.reviews-section .rpi-stars::before {
    background-color: #f3CF43 !important;
}

.splash_bas_noir_home {
    position: relative;
    top: -122px;
    height: 0;
    left: 0px;
    text-align: left;
    max-width: 1280px;
    margin: 0 auto;
}

.mission-block {
    max-width: 350px;
    margin: 0 auto 25px;
}

.mission-block h2 span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
}

.mission-block .mission-count {
    font-family: 'PopBL';
    font-size: 250px;
    line-height: .8;
    color: #FFFFFF;
}

.mission-block .mission-title {
    font-family: 'PopBL';
    font-size: 50px;
    line-height: .9;
    color: #D3105E;
    margin-bottom: 10px;
}

.mission-block .mission-title-2 {
    font-family: 'PopBL';
    font-size: 20px;
    line-height: 1;
    color: #EEEEEE;
}

/* Responsive */
@media(max-width:1024px) {
    .ville #more_infos {
        height: auto;
    }

    .missions .title {
        font-size: 40px;
        line-height: 1.1;
    }

    .missions .or {
        font-size: 60px;
    }

    .missions .mission-title,
    .missions .mission-title-2 {
        font-size: 40px;
    }

    .missions .mission-title-2 {
        font-size: 30px;
    }

    .missions .buttons {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .reviews-section .rpi-stars {
        --star-size: 32px;
    }

}

@media(max-width:767px) {

    .missions .container {
        padding: 60px 20px;
    }

    .missions .missions-wrapper {
        flex-direction: column;
        gap: 70px;

    }

    .missions .or {
        display: none;
    }

    .missions .title {
        font-size: 30px;
    }

    .missions .title {
        display: none;
    }

    .missions-wrapper .mission-mobile-title {
        display: block;
        font-size: 30px;
        margin-bottom: 0px;
        margin-top: 20px;
        line-height: 1.15;
    }

    .ville #more_infos {
        height: auto;
    }

    .missions .mission-title {
        font-size: 40px;
        line-height: 1.15;
    }

    .missions .mission-title-2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .missions .buttons {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .missions .btn {
        width: 100%;
    }

    .reviews-section .rpi-stars {
        --star-size: 30px;
    }

    .missions.reviews-section .title {
        display: block;
        margin-bottom: 30px;
    }

    .missions.reviews-section .container {
        padding: 20px 10px 40px;
    }

}

/* Home Page Video and Review Sections */

/* Mission Page */
.bm_yellow_text {
    color: #F3CF43
}

.bm_orange_text {
    color: #FF8900
}

.mission_page .container {
    max-width: 1220px;
    height: auto;
    width: 100%;
    margin: auto;
    padding: 20px 20px;
    box-sizing: border-box;
}

#hero_mission_paint .container {
    max-width: 800px;
}

.mission_page #mission {
    max-width: 750px;
}

.mission_op_inner_sec .inner_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin-bottom: 40px;
}

.mission_op_inner_sec .inner_row .col {
    width: 30%;
}

.mission_op_inner_sec .col.col_seccond {
    flex: 1;
    align-self: start;
}

.mission_op_inner_sec .inner_row .col .inner_heading h3,
.button_col a {
    font-size: 50px;
    font-weight: 900;
    Line-height: 40px;
    text-transform: uppercase;
    font-family: "PopBL";
    margin-bottom: 20px;
    font-style: italic;
}

.button_row {
    margin: 40px 0px;
}

.button_col a {
    color: #D3105E;
}

.mission_op_inner_sec .inner_row .col .inner_content p {
    font-size: 30px;
    Line-height: 38px;
    text-align: left;
}

div.hero_row {
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.hero_left_col .hero_title {
    display: flex;
    flex-direction: column;
    font-size: 50px;
    line-height: 40px;
    font-family: "PopBL";
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
}

.hero_right_col .hero_content {
    display: flex;
    flex-direction: column;
    font-size: 30px;
    line-height: 30px;
    font-family: "PopBL";
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    text-align: left;
}

.mission_point_row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mission_point_row .col_first.col {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 30px;
}

.lame_full.black_bg.mission_point_section {
    padding: 50px 0px 0px 0px;
}

.mission_page #games_pictos_list {
    position: relative;
    z-index: 20;
    bottom: -40px;
    gap: 20px;
}

.mission_point_row .col_first.col .inner_block {
    float: none;
    width: 100%;
    text-align: center;
    align-self: flex-end;
    display: flex;
    justify-content: center;
}

.mission_page #games_pictos_list img {
    max-width: 54px;
}

.mission_page .games_picto_block {
    position: relative;
}

.mission_page .games_picto_texte {
    position: absolute;
    padding: 2px 10px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'PopBL';
    font-size: 15px;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 20;
    margin: 0;
    top: 50%;
    margin-top: -3px;
    background: #000;
    color: #F3CF43;
    white-space: nowrap;
    font-style: italic;
}

#mission_foam.mission_page .games_picto_texte {
    color: #FF8900;
}

.lame_full.mission_paint_op_sec {
    padding-bottom: 20px;
}

#mission_foam #mission p {
    color: #FF8900;
}

#mission_foam .splash_bas_noir_top {
    margin-top: -50px;
}

#mission_op {
    position: relative;
    z-index: 20;
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    #mission_hero_row {
        flex-direction: column;
    }

    .mission_op_inner_sec .inner_row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 20px;
    }

    .mission_op_inner_sec .inner_row .col {
        margin-top: 20px
    }

    .mission_op_inner_sec .inner_row .col h3 {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .hero_left_col .hero_title {
        font-size: 40px;
    }

    .hero_right_col .hero_content {
        font-size: 25px;
        line-height: 1;
        text-align: center;
    }

    .mission_point_row .col_first.col {
        order: 2;
        margin-top: 25px;
        flex-direction: column;
        padding-bottom: 0;
    }

    .lame_full.black_bg.mission_point_section {
        padding: 0;
    }

    .mission_page #mission .col1t .mission-point {
        display: block;
        font-size: 30px;
        color: #fff;
        width: 30px;
    }

    .mission_page #mission .col1t p {
        justify-content: start;
        text-align: left;
        font-size: 18px;
        width: 100%;
        padding-left: 20px;
        align-items: flex-end;

    }

    .mission_page #mission .col1t {
        height: auto;
    }

    .mission_page #games_pictos_list {
        bottom: -20px;
    }

    .mission_page #games_pictos_list img {
        max-width: 48px;
    }

    .mission_op_inner_sec .inner_row .col {
        width: 100%;
    }

    .mission_op_inner_sec .inner_row .col .inner_heading h3 {
        font-size: 40px;
    }

    .button_col a {
        font-size: 30px;
    }

    .mission_op_inner_sec .inner_row .col .inner_content p {
        font-size: 24px;
        Line-height: 1.3;
    }

    .mission_page.page {
        top: 100px;
    }
}

/* Mission Page */