
/* __________________________ Override framework Size __________________________ */

html {
    scroll-behavior: smooth;
    font-family: "Open Sans", Arial, sans-serif;
}

.mainfont{
    font-family: "Geologica", "Open Sans", Arial, sans-serif;
}
.secondfont{
    font-family: "Open Sans", Arial, sans-serif;
}

a{
    color: #33537f;
}

p{
    font-size: 15px;
    line-height: 140%;
}

p strong{
    font-weight: 600;
}

.color-yellow{
    color: #fab807;
}
.color-blue{
    color: #005089;
}
.bg-black{
    background: #101010;
}
.bg-dark-grey{
    background: #0f0f0f;
}


.font-size-xxl{
    font-size: 36px;
}
.font-size-xl{
    font-size: 22px;
}
.font-size-l{
    font-size: 17px;
}

.space-xxl {
    height: 60px;
}




.post-edit-link{
    background: #111;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 4px;
    opacity: 0.2;
}

.article-list .article-category{
    color: #888;
    margin-bottom: 3px;
}

a.bloc-shadow{ text-decoration: none }

body{
    font-family: "Open Sans", arial, sans-serif;
    background: #101010;
    background-size: 100% auto;
}
.fluid,
.fluid-x{
    padding: 0px 3%;
    margin: 0 auto;
    max-width: 1480px;
}

html body header,
body.nav-open header{
    min-height: 480px;
    background: #101010;
    position: relative;
}

body .banner  h1,
body .banner  .h1style{
    padding-top: 140px;
}

img.portrait{
    background-color: #fff;
    filter: grayscale();
    border-radius: 50%;
}


#logo {
    display: inline-block;
    width: 160px;
    max-width: 160px;
    padding-top: 30px;
    position: absolute;

}
#logo img {
    display: block;
    width: 100%;
}

#menu-left #nav-top{
    display: flex;
    justify-content: flex-end;
}

#mobile-menu-links div {
    display: block;
    justify-content: inherit;
}

#mobile-menu-links #nav-main {
    display: flex;
    justify-content: flex-end;
}

#nav{
    z-index: 2;
}

#nav-top{
    padding-top: 40px;
    padding-bottom: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 20%;
}

#nav-top .social a{
    padding: 0px 0px 0px 10px;
}

#nav-top .social svg{
    width: auto;
    height: 24px;
}


#motion-video{
    background-image: url("/images/loader/loader.svg");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #101010;
    margin: 0 auto;
}


#slider{
    width: 100%;
    height: 100%;
}

.slider-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 0deg,rgba(0,0,0,0),rgba(0,0,0,0.5)  );
}
#slider img{
    width: 100%;
    display: block;
}




#slider-flash{
    color: #fff;
    width: 80%;
    height: 35px;
    position: relative;
}



#slider-flash .slider{
    position: relative;
    width: 100%;
    height: 100%;
}

#slider-flash .slider-ratio{
     width: 100%;
     display: block;
     background-color: #fff;
 }
#slider-flash .slider-touch{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
body.mobile #slider-flash .slider-touch{
    display: block;
    z-index: 11;
}

#slider-flash .slider-items{

}

#slider-flash .slider-item{
    position: absolute;
    right: 0px;
    opacity: 0;

    transition: ease all 0.2s;
    z-index: 9;
    line-height: 20px;
    border-radius: 10px;
    padding: 0px 20px;
    padding-right: 8px;
    text-align: right;
}
#slider-flash .slider-item a{
    padding: 5px;
    opacity: 0.9;
}

#slider-flash .slider-item.active,
#slider-flash .slider-item.active:hover{
    opacity: 1;
    z-index: 10;
}
#slider-flash .slider-item img{ display:  block;  }
#slider-flash .slider-left{
    right: 32px;
}
#slider-flash .slider-right{
    right: 6px;
}
#slider-flash .slider-left,
#slider-flash .slider-right{
    border-radius: 50%;
    position: absolute;
    text-align: center;
    width: 34px;
    height: 34px;
    top: 10px;
    font-size: 20px;
    transition: all 0.2s;
    cursor: pointer;
    z-index: 14;
}
#slider-flash .slider-item-legend{
    bottom: 10px;
}
#slider-flash .slider-nav-item{ margin: 10px; cursor: pointer }
#slider-flash .slider-nav-item span.bubble-xs{ background-color: #333; transform: scale(1); transition: ease all 0.2s }
#slider-flash .slider-nav-item.active span.bubble-xs{ background-color: #ffcd26; transform: scale(1.5); }





#category-header{
    position: absolute;
    left: 0;
    bottom: 20px;
    color: #fff;
    width: 100%;
}
#category-header-title{
    font-size: 60px;
    font-weight: bold;
    font-family: "Geologica", "Open Sans", Arial, sans-serif;
}

#nav-top a{
    margin-left: 10px;
    opacity: 0.6;
}
#nav-top a:hover{
    opacity: 1;
    transition: ease all 0.1s;
}


/*
ul#menu-top,
ul#menu-user{
    display: flex;
    margin: 0;
    list-style-type: none;
}

ul#menu-user{
    width: 100%;
}

ul#menu-top li,
ul#menu-user li{
    margin: 0;
}

#menu-user-left{
    width: 45%;
}
#menu-user-right{
    width: 55%;
}
ul#menu-user li a{
   width: 100%;
    text-align: center;
}
ul#menu-user li a i{
    margin-right: 3px;
}

#nav-top a,
ul#menu-top li a,
ul#menu-user li a{
    color: #fff;
    text-decoration: none;
    padding: 20px 20px;
    display: inline-block;
    font-size: 15px;
}
#nav-top a i,
ul#menu-top li a i,
ul#menu-user li a i{
    margin-right: 4px;
}

#nav-top a,
ul#menu-top li a{
    padding-bottom: 5px;
}


ul#menu-top li:last-child a{
    padding-right: 0;
}
*/
ul#menu-main{
    display: flex;
    justify-content: flex-start;
    width: 100%;

}


#mobile-menu-links ul{display: flex; justify-content: flex-end}

#nav-main li{
    padding: 0px;
    margin-left: 60px;
}
#nav-main li a{
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    padding: 0px 0px;
    font-size: 26px;
    font-weight: 500;
    display: inline-block;
    border-radius: 0px;
    color: #FFF; text-transform: uppercase;
    font-family: "Geologica", "Open Sans", arial, sans-serif;
    border-bottom: 2px solid rgba(255,255,255,0);
}


#nav-main li.current-menu-item a,
#nav-main li.current-menu-parent a,
#nav-main li.current-page-ancestor a{

    /*background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.1)) ;*/
    border-bottom: 2px solid rgba(255,255,255,1);
    color: rgba(255,255,255,1);
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.5);*/

}

#nav-main li ul{ display: none }




#main{
    /*background: #fff;
    padding: 10px 3%;*/
}

.auto,
#main img.auto{
    width: auto;
    height: auto;
}


html{
    scroll-behavior: smooth;
}

html, header, footer{

}
header, nav, footer{
    background: none;
}

aside .bloc{

}

.menu-subcategory a{margin: 0px 5px 8px 0px;}


ul#menu-footer{
    margin-right: 0;
    list-style-type: none;
}
ul#menu-footer li{
    margin-right: 10px;

}


footer{
    color: #ccc;
    padding: 40px 0px;
    background: #000;
    min-height: 110px;
}
footer a{
    color: #ccc;
    font-size: 19px;
    text-decoration: none;
}
footer a i{

    font-size: 24px;

}


.bg-dark-blue,
.bloc-dark-blue,
.btn-dark-blue{
    background: #283755;
    background: #33537f;
    background: #002647;
    background: #0e3b63; /* edf */
}

.bg-grey,
.bloc-grey{
    background: #efefe5;
}



.bg-blue,
.bloc-blue,
.btn-blue{
    background: #33537f;
}

.color-blue{
    color:#33537f;
}

.bg-yellow,
.bloc-yellow{
     background-color: #fab807;
 }

.border-radius-xl{
    border-radius: 20px;
}

a.view-article{
    display: block;
}

.button-primary,
.btn,
.btn-yellow,
a.view-article{
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    padding: 6px 10px;
    margin-bottom:4px;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    border: none;
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
    outline: none;
    font-weight: 100;
    background-color: #fab807;
    color: #333;
    border: none;
    padding: 10px 16px;
}

.button-primary:hover,
.btn:hover,
.btn-yellow:hover,
.btn-orange:hover{
    /*filter:brightness(105%);*/
    transition:ease 0.15s all;
    box-shadow:0px 2px 5px rgba(0,0,0,0.1);
}


a.btn-yellow,
.btn-yellow{
    background-color: #fab807;
    color: #333;
    border: none;
    padding: 10px 16px;
    font-weight: bold;
}

.btn-yellow.inactive{
    background-color: #dacebf;
    color: #111;
}

.btn-yellow i, .btn-orange i, .btn-blue i{
    margin-right: 4px;
}




.btn-small{
    padding: 6px 10px;
    font-size: 14px;
}

.btn-filters{
    margin-top: 5px;
}

.btn-filter{
    border-radius: 24px;
    display: inline-block;
    font-size: 17px;
    background: #FFF;
    color: #333;
    text-decoration: none;
    padding: 6px 12px;
    cursor: pointer;
    transition: ease all 0.4s;
}
.btn-filter.active{
    background: #fab807;
    color: #333;
}


.btn-archive a{
    border-radius: 24px;
    display: inline-block;
    font-size: 16px;
    background: #efefef;
    color: #333;
    text-decoration: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: ease all 0.4s;
    margin-right: 10px;
}



h1, .h1style{
    font-size: 55px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 5px;
}
h1 span.color-yellow,
.h1style span.color-yellow{
    font-size: 60px;
    font-weight: 600;
}
h1 span.color-white,
.h1style span.color-white{
    font-size: 30px;
    font-weight: 300;
}

article h1{
    line-height: 120%;
}


.banner{
   min-height: 240px;
}

.banner .c3{
    height: 350px;
}

.banner img{
    z-index: 1;
    width: 100%;
    display: block;
    right:0;
    bottom: -30px;
}



h2{ font-size: 40px; padding-top: 40px; padding-bottom: 0px; font-family: "Geologica", "Open Sans", Arial, sans-serif; }

h3{ font-size: 20px; font-weight: normal; padding-bottom: 6px}

#aside article{
    margin-bottom: 15px;
}

#aside .article-list .ccc{
    width: 100%;
}
#aside .article-list .article-meta{
    font-size: 12px;
}

#aside .post-edit-link{
    display: none;
}

.article-list .article-description{
    font-size: 15px;
}



#my-login-form{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

#my-login-form input#rememberme{
    display: inline-block;
    width: 20px;
}


table{
   width: 100%;
}

table tr {
    width: 100%;
}

table td{
    background: #efefef;
    padding: 12px;
}








/* __________________________ Mobile  ___________________________________ */


#nav-hamburger span {
    background: #FFF;
}


/* __________________________ SWIPE  ___________________________________ */

#swip-home{
    min-height: 400px;
}

#swip-home a .article-title{
    font-size: 25px;
}

/* __________________________ SWIPE  ___________________________________ */

.swipe article {
    width: 320px;


    margin-right: 20px;
    border-radius: 3px;
}




.swipe {
    width: 100%;
    position: relative;
}
.swipe-mask {
    width: 100%;
    cursor: pointer;
    user-select: none;
    overflow-x: scroll;
    overflow-y: hidden;
    transition: all 0.2s;
    will-change: transform;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
    -webkit-tap-highlight-color: transparent; /* for removing the highlight */
}
.swipe-mask::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}
.swipe-items.active {
}
.swipe-items {
    display: flex;
    width:min-content
}
.swipe-items img {
    display:block
}
.swipe-left {
    left: -20px;
    width: 20px;
    height: 20px;
}
.swipe-right {
    right: -20px;
    width: 20px;
    height: 20px;
}
.swipe-left,
.swipe-right {
    border-radius: 50%;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 40%;
    border: 1px solid #cacaca;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    opacity: 0;
    transition: all 0.2s;
    cursor: pointer;
}
.swipe-left.active,
.swipe-right.active {
    opacity: 1;
}




/* __________________________ /SWIPE  ___________________________________ */


#baseline{
    font-size: 60px;
}







.my-modal {
    left:0;
    top:-20px;
    z-index: 65001;
    position:fixed;
    width:100%;
    min-width: 100%;
    height:100%;
    min-height: 100%;
    padding:40px;
    box-sizing:border-box;
    display: none;
    justify-content:center;
    align-items: start;
    background: rgba(0,0,0,0.9);
    opacity:0;
}
.my-modal.open {
    display: flex;
    transition:0.2s;
    opacity:1;
    top:0px;
}
.my-modal-wrapper {
    height: 80%;
    max-height: 80%;
    text-align: center;
    display:flex;
    align-items:center;
    justify-content:center;
    transform:translateY(0px);
    opacity:1;
    transition: ease 0.3s all;
    padding: 0;
    width:98%;
    max-width:540px;
}
.my-modal-content {
    height: 100%;
    overflow-y: auto;
}
.my-modal.move .my-modal-wrapper {
    opacity:0;
    transform:translateY(10px) scale(1.03);
}
.my-modal-left,
.my-modal-right,
.my-modal-close {
    color: #fff;
    position:absolute;
    font-size: 30px;
    top:50%;
    cursor:pointer;
    width:60px;
    height:60px;
    display: flex;
    justify-content:center;
    align-items:center;
}
.my-modal-left:hover,
.my-modal-right:hover,
.my-modal-close:hover {
    color: #ffca10;
    transition:ease 0.2s all;
}
.my-modal-close {
    right:-15px;
    top:-15px;
    background: #333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
}
.my-modal-left {
    left:0px;
    top:45%;
}
.my-modal-right {
    right:0px;
    top:45%;
}








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

    #baseline{
        font-size: 30px;
    }

    ul#menu-main li a {
        padding: 20px 10px;
        display: block;
        width: 100%;
        box-sizing: border-box;

    }
    .widget_search {
        margin-top: 8px;
    }
    #nav-top a, ul#menu-top li a, ul#menu-user li a {
        padding: 20px 10px;
    }

    body.nav-open,
    body.nav-open header{
        background: #000;
        transition: ease all 0.2s;

    }
    html body header,
    body.nav-open header{
        min-height: 280px;
    }

    #mobile-menu-links{
        display: none;
    }

    #slider-flash{
        position: absolute;
        left: 0;
        top: 115px;
        width: 100%;
    }

    #logo{
        padding-top: 20px;
        width: 120px;
    }

    #nav{
        z-index: 20;
    }

    #nav-top{
        padding-top: 28px;
        padding-right: 70px;
    }
    #nav-top a{
        padding: 6px;
    }


    body #motion-xyalis{
        max-width: 360px;
        min-height: 600px;
        margin: 0 auto;
    }



    #motion-legend{


        margin: 0 auto;
        /*transform: translateY(-40px);*/
    }
    #motion-legend .motion-title{
        font-size: 48px;
        text-align: center;
    }
    #motion-legend .motion-subtitle{
        font-size: 24px;
        text-align: center;
    }
    .motion-substep {
        font-size: 14px;
        margin: 4px 0px;
    }

    .banner{
        background: #101010;
        display: flex;
        min-height: 130px;
    }



    .banner .fluid{
        width: 70%;
        margin: 0;
        align-items:start  ;
    }


    body .banner .c3{
        flex-flow: row;
        height: 160px;
    }
    body .banner .c3 .cc{
        width: 65.2%;
    }
    body .banner .c3 .c{
        width: 30.5%;
    }

    .banner img{
        position: absolute;
        width: 220px;
        bottom:-15px;
    }

    body .banner h1, body .banner .h1style{
        padding-top: 0px;
        font-size: 20px;
    }
    body h1 span.color-yellow, body .h1style span.color-yellow{
        font-size: 40px;
    }
    body h1 span.color-white, body .h1style span.color-white{
        font-size: 20px;
        line-height: 30px;
        display: block;
    }

    #slider-flash{
        display: none;
    }

    body.nav-open #slider-flash .slider-item {
        text-align: center;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    body.nav-open #slider-flash .slider-item a {
        text-align: center;
        margin: 0 auto;
        padding: 0;
        width: 96%;
    }
    body.nav-open #slider-flash .slider-item a span.color-light-grey {
        display: block;
    }

    body.nav-open #slider-flash{
        top:480px;
        display: block;
        width: 80%;
        left:10%;
        margin: 0 auto;
        padding: 0;

    }


    body #slider-motion{
        width: 80%;
        margin: 0 auto;
        min-height: 600px;
    }

    body #slider-motion .ccc{
        position: absolute;
        top: -50px;
    }

    body #slider-motion .cc{
        position: absolute;
        top: 250px;
    }

    body #slider-motion .motion-title {
        font-size: 60px;
    }
    body #slider-motion .motion-subtitle {
        font-size: 22px;
    }
    body #slider-motion .motion-substep {
        font-size: 13px;
    }


    body #slider-motion .slider-nav {
        width: 100%;
        left: 0%;
        bottom: 30px;
    }

    body #slider-motion .slider-nav-item {
        font-size: 15px;
    }

    body #slider-motion .slider-left, body #slider-motion .slider-right {
        top: 105px;
        font-size: 50px;
    }
    body #slider-motion .slider-left {
       left: -5%;
    }
    body #slider-motion .slider-right {
        right: -5%;
    }


    body header{
        min-height: 360px;
    }

    body header #nav{
        height: 120px;
        min-height: 120px;
    }

    #nav li{
        border-bottom: 1px solid rgba(255,255,255,0.1);
        margin-left: 0px;
    }

    ul#menu-main li a {
        padding: 15px;
    }

    body.nav-open #nav #mobile-menu-links{
        display: flex;
        flex-direction: column;
        background: #000;
        position: absolute;
        width: 100%;
        z-index: 10;
        transition: ease all 0.2s;
        left: 0;
        top: 120px;
    }

    body.nav-open aside{ display: none}
    body.nav-open .banner{ display: none}

    body.nav-open #motion-xyalis{ display: none}

    body.nav-open #slider-motion{ display: none}
    body.nav-open #content{ display: none}



    body #logo-mobile{ display: block; width: 120px; padding: 20px 0px }


    #nav #menu-user{
        flex-direction: row;
    }
    #nav #menu-user li{
       border: none;
    }

    .btn-filter{
        font-size: 14px;
        padding: 2px 8px;
        margin-bottom: 4px;
        border-radius: 18px;
        line-height: 30px;
    }

    #nav .c-right{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 0;
        margin-bottom: 20px;
    }

    #nav .widget_search{
        margin-bottom: 20px;
    }

    body #menu-left {
        display: flex;
        flex-direction: column-reverse;
    }

    ul#menu-main li.current-menu-item a, ul#menu-main li.current-menu-parent a {
        border-radius: 1px;
    }

    ul#menu-main {
        margin-top: 20px;
    }


    body.home header #nav{
        height: 120px;
        min-height: 120px;
    }

    article h1 {
        line-height: 120%;
        font-size:40px ;
    }
    article h2 {
        line-height: 120%;
        font-size:30px ;
    }

    /*
    #menu-left a#home{
        display: none;
    }

    #menu-left #nav-top {
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }

    #menu-left a{
        display: block;
        width: 100%;
    }*/

    #mobile-menu-links .mob-social{
        padding: 10px;
        width: 50px;
        display: block;
        height: 50px;
    }

    /*
    .c-global{
        display: block;
    }
    .c-left{
        width: 100%;
    }
    .c-right{
        width: 100%;
        margin-top: 40px;
    }

    */

}



