/*@media only screen and (max-width: 2750px) {*/
@media screen and (max-device-width:500px), screen and (max-device-height:500px) {
    @font-face {
        font-family: "Ubuntu";
        src: url('/fonts/UbuntuMono-B.ttf');
        font-display: swap;
    }
    @font-face {
        font-family: "Tungsten Bold";
        src: url('/fonts/Tungsten-Bold.otf');
        font-display: swap;
    }
    @font-face {
        font-family: "Proxima Nova CL";
        src: url('/fonts/Proxima Nova Alt Condensed Light.otf');
        font-display: swap;
    }
    @font-face {
        font-family: "Proxima Nova AR";
        src: url('/fonts/Proxima Nova Alt Regular.otf');
        font-display: swap;
    }
    @font-face {
        font-family: "Tungsten SB";
        src: url('/fonts/Tungsten-Semibold.otf');
        font-display: swap;
    }

    body,html{
        background-repeat:repeat-x;
        background-color:#f3f3f3;
        font-family:arial, sans-serif; font-size:12px;
        color:#36322b;
        height:100%;
    }

    .headerMsg{
        position: relative;
        top: -70px;
        width: 910px;

    }
    .headerSpanTxt{
        font-size: 25px;
        font-weight: normal;
    }

    .tooShort{
        font-size: 30px;
    }

    .btn_left{
        left: 0;
    }

    .toggle-switch{
        padding: 20px;
    }
    .toggle-switch .slider:before {
        height: 52px;
        width: 56px;
        bottom: 4px;
    }
    .toggle-switch .theme-switch {
        height: 60px;
        width: 171px;
    }
    .toggle-switch input:checked + .slider:before {
        transform: translateX(54px);
        background-color: var(--nav-link);
    }
    .toggle-switch em {
        margin-left: 45px;
        font-size: 3.5rem;
        color: var(--nav-link);
        display: inherit;
    }

    .capchav2 {
        right: 450px;
        top: 248px;
        width: 776px;
    }


    /* HACK qui vise uniquement firefox : pour pouvoir voir le menu nav du bas
    @-moz-document url-prefix() {
        section{
            height: 130%;
        }
        .center_content{
            height: 90%;
        }
    }
    */
    .red_list2{
        width: 100%;margin: 20px;display: block;font-size: 50px;font-weight: bold; text-align: center;
    }

    nav li {
        list-style-type: none;
    }
    .welcome_box_2{
        top:0px;
        padding:0px;
        width:728px;
    }
    .ep_box{
        padding:0px;
        margin-top: 0px;

        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;

        -moz-box-shadow: 0px 0px 0px #555;
        -webkit-box-shadow: 0px 0px 0px #555;
        -o-box-shadow: 0px 0px 0px #555;
        box-shadow: 0px 0px 0px #555;
    }
    .ep_box_2{
        padding:0px;
        margin-top: 0px;
        margin-bottom: 70px;
    }


    /*---------------- Button --------------------*/
    a.next{
        position:absolute;
        right:-30px;
        top:-10px;
        padding:0;
        width:200px;
        height:47px;
        background:url(/images/next_mo.png) no-repeat center;
    }
    a.previous{
        position:absolute;
        right:485px;
        top:-10px;
        padding:0;
        width:200px;
        height:47px;
        background:url(/images/pre_mo.png) no-repeat center;
    }
    /* LISTE EP */
    .news_box{
        position:absolute;
        right:200px;
        top:-7px;
        width:250px;
    }

    SELECT{
        font-size:20px;
        border:1px #F90 solid;
        height:40px;
        font-weight:bold;
        -moz-box-shadow: 0px 0px 2px #555;
        -webkit-box-shadow: 0px 0px 2px #555;
        -o-box-shadow: 0px 0px 2px #555;
        box-shadow: 0px 0px 2px #555;

        background-color:#FFF;
        padding:0 5px 0 5px;
    }
    /* flèche menu mobile */
    .hideF {
        padding: 40px 10px 0 0;
        color:white;
        float:right;
        display: inline-flex;
    }


    .sh_facebook{
        visibility:hidden;
    }
    .pub_bottom_1{
        margin: 40px 0 160px 0;
        padding-left: 106px;
        /*transform: scale(1.3,1.3);*/
    }




    /* tabs  */
    .welcome_box_3{
        top:0px;
        padding:0px;
        width:100%;
        min-height: 643px;
    }
    .tab-label {
        font-size: 24px;
        padding: .3em 1.35em;
    }
    .divLoader img{
        width: 980px;
        height: 553.5px;
    }

    .vidSize video{
        -moz-transform: scale(1) !important;
        -moz-transform-origin: 0 0 !important;
        -o-transform: scale(1) !important;
        -o-transform-origin: 0 0 !important;
        -webkit-transform: scale(1) !important;
        -webkit-transform-origin: 0 0 !important;
    }
    .vidSize {
        height: 522.5px;
        width: 930px;
    }
}

















@media screen and (max-device-width:500px) {
    #main_container{
        width:100%;
        overflow: hidden;
    }
    section{
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 30px;
    }
    #inputGoToBlock{
        left: 0px;
        bottom:-57px;
        display: inline-flex;
        position: absolute;
        z-index:55;
    }
    .inputGoTo {
        width: 140px;
        left: -16px;
        position: absolute;
        font-size: 24px;
        height: 33px;
        background-color: var(--dropdown);
        bottom: 2px;
    }
    .btnGoTo{
        width: 80px;
        height: 57px;
        bottom: 2px;
        font-size: 27px;
        left: 162.5px;
        font-family: Arial;
        position: relative;
    }
    .inputGoToError {
        height: 29px;
    }
    .searchIcon{
        height: 3.4rem;
        margin-top: 6px;
     }

    .searchContainer {
        position: relative;
        top: 33px;
        left: -13%;
        margin-bottom: 8px;
        -webkit-transform: scale(2.7);
        -webkit-transform-origin: 0 0;
    }

    .video-js .vjs-control-bar{
        font-size: 2rem;
    }

    .content_wrapper iframe, .content_wrapper video, .content_wrapper.vidSize{
        width: 544.5px;
        height: 308.5px;
        -moz-transform: scale(1.8);
        -moz-transform-origin: 0 0;
        -o-transform: scale(1.8);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(1.8);
        -webkit-transform-origin: 0 0;
    }

    #btn_report_blk_report {
        text-align: center;
        right: -1px;
        display: block;
        position: absolute;
        font-family: Arial;
        color: #F0F0F0;
        font-size: 14px;
        width: 201px;
        -webkit-transition: 0.1s ease-out;
        -moz-transition: 0.1s ease-out;
        -o-transition: 0.1s ease-out;
        transition: 0.1s ease-out;
        z-index:55;
        bottom:-59px;
    }

    #btn_report_blk_lang {
        text-align: center;
        right: 198px;
        bottom:-59px;
        display: block;
        position: absolute;
        font-family: Arial;
        color: #F0F0F0;
        font-size: 14px;
        width: 240px;
        -webkit-transition: 0.1s ease-out;
        -moz-transition: 0.1s ease-out;
        -o-transition: 0.1s ease-out;
        transition: 0.1s ease-out;
        z-index:55;
    }

    .btn_report {
        position: relative;
        right: 0px;
        bottom: 2px;
        font-size: 29px;
        padding: 20px 0px;
        width: 200px;
        line-height: 19px;
    }

    .btn_trad{
        position: relative;
        right: 0;
        bottom: 2px;
        font-size: 29px;
        padding: 17px 0px;
        width: 240px;
        line-height:00px;
    }

    .flagIm{
        -ms-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        position: relative;
        vertical-align: middle;
        top: -3px;
        left: -10px;
    }

    .txtTrad{
    	position: relative;
    	right: -20px;
    }

    .toggle-switch .theme-switch-wrapper {
        left: 35px;
        position: relative;
    }

    .tab-switch:checked + .tab-label {
        border-top: 0.75rem solid;
        border-top-color: var(--top-vid);
        padding: .15em 1.35em;
    }

    /* bloc de signalement deadlink */
    .red_pop_dead{
        font-size: 35px;
    }

    .sweet-alert button {
        padding: 20px 60px;
    }

    .sweet-alert input {
        font-size: 30px;
        height: 50px;
    }


    .dropdown {
        font-family: 'Ubuntu',sans-serif;
        display: flow-root;
        position: relative;
        overflow: hidden;
        height: 100px;
        width: 289.5px;
        background-color: var(--dropdown);
        border: 0;
        border-color: #e9eaed;
        border-radius: 0;
        left: 1px;
    }
    .dropdown:before, .dropdown:after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 25%;
        right: 10px;
        width: 0;
        height: 0;
        border: 20px solid;
        border-color: #888 transparent;
        pointer-events: none;
    }
    .dropdown:before {
        border-bottom-style: solid;
        border-top: none;
    }
    .dropdown:after {
        margin-top: 26px;
        border-top-style: solid;
        border-bottom: none;
    }

    .dropdown-select {
        cursor: pointer;
        position: relative;
        width: 100%;
        padding: 20px 30%;
        height: 94px;
        line-height: 40px;
        font-size: 50px;
        border: 0;
        -webkit-appearance: none;
        text-transform: uppercase;
    }
    .dropdown-select:focus {
        z-index: 3;
        width: 100%;
        color: #394349;
        outline: 0;
        outline-offset: 0;
    }



    .img_wel{
        width:900px;
        height:100%;
    }
    #header{
        visibility:hidden;
        height:0px;
    }
    .red{
        font-size: 100px;
        font-family: "Tungsten SB",Helvetica,Arial,sans-serif;
    }

    .title_wel5{
        font-size: 100px;
        font-family: "Tungsten SB",Helvetica,Arial,sans-serif;
        width:95%;
        padding-left:3.2%;
        line-height: 100px;
    }
    .title_wel5 a{
        text-decoration: none;
    }
    .wel_img{
        width:100%;
        padding-bottom:12px;
    }

    /*---------------center_content-------*/


    .center_content{
        position: relative;
        border:0;
        width: 100%;
        height: 100%;
        padding: 0;
        z-index: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .news_content{
        /*display: inline-table;*/
        width: 100%;
        position: fixed;
        bottom: -6px;
        margin-top: 0;
    }
    /*
        @-moz-document url-prefix() {
            .news_content > div{
                display: table-cell;
            }
        }*/

    .news_content > div{
        /*display: inline-table;*/
    }



    .btn_left{
        width:35.21%;
    }

    .btn_right{

    }

    .btn{
        font-family: 'Ubuntu',sans-serif;
        display:inline-block;
        position:relative;
        top:0.5px;
        background-color: #2b4150;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #ffffff;
        font-size: 40px;
        padding: 5%;
        text-decoration: none;
        font-weight: bold;
        width:90%;
        height:64px;
        line-height:65px;
        text-transform: uppercase;
    }

    .btn_noep{
        font-family: 'Ubuntu',sans-serif;
        display:inline-block;
        position:relative;
        top:0.5px;
        background-color: #bababa;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #d9d9d9;
        font-size: 40px;
        padding: 5%;
        text-decoration: none;
        font-weight: bold;
        width:90%;
        height:64px;
        line-height:65px;
        text-transform: uppercase;

        pointer-events: none;
        cursor: default;
    }



    .select_center{
        height:30px;
        width:20%;
    }


    /*--------------- btn report ---------*/

    .btn_fb_mobile{
        position: absolute;
        display: block;
        top: 0;
        left: 830px;
        width: 140px;
        height: 120px;
    }

    .btn_fb_mobile img{
        width: 140px;
        height: 120px;
    }

    .btn_mobile_relat{
        position: relative;
        top: 0;
        left: 116%;
        width: 0;
        height: 0;
    }
    .btn_report_mobile{
        text-align: center;
        right: -2px;
        top:0;
        display: block;
        position: absolute;
        background-color: #c04509;
        color: #F0F0F0;
        text-decoration: none;
        font-size: 38px;
        padding: 25px 15px;
        width: 73px;
        font-weight: bold;
        line-height: 85%;

        -webkit-border-top-left-radius: 20px;
        -moz-border-top-left-radius: 20px;
        border-top-left-radius: 20px;

        -webkit-border-bottom-left-radius: 20px;
        -moz-border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px
    }

    .btn_tr_mobile{
        text-align: center;
        right: -2px;
        top:120px;
        display: block;
        position: absolute;
        color: #F0F0F0;
        text-decoration: none;
        font-size: 38px;
        padding: 25px 15px;
        width: 70px;
        font-weight: bold;
        line-height: 85%;

        -webkit-border-top-left-radius: 20px;
        -moz-border-top-left-radius: 20px;
        border-top-left-radius: 20px;

        -webkit-border-bottom-left-radius: 20px;
        -moz-border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .btn_tr_mobile.btn_vf_mobile{
        background-color: rgb(96, 119, 187);
    }
    .btn_tr_mobile.btn_vostfr_mobile{
        background-color: #0984C0;
    }


    .title{
        width:97%;
        font-family: "Tungsten SB",Impact,Charcoal,sans-serif;
        margin-bottom:2px;
        padding-top: 15px;
    }
    .s_Title, .s_Title_correction{
        width:97%;
        font-size: 35px;
        margin-bottom:10px;
    }


    h1{
        font-size: 80px;
        height: 52px;
    }
    h2{
        font-size: 35px;
        font-family: "Proxima Nova CL",Helvetica,Arial,sans-serif;
        max-width: 100%;

        text-align: justify;
        text-justify: inter-word;
    }
    /*---------------- menu tab----------------------*/
    header{
        height: 120px;
        background-color: var(--header-mobile);
        position: static;
        top:0;
        left: 0;
        right: 0;
        z-index:5;
        width:100%;
        border-bottom: 0;
        -webkit-box-shadow: 0 10px 20px 0 rgba(98,0,234,0.1), 0 5px 20px 0 rgba(33,33,33,0.5);
        box-shadow: 0 10px 20px 0 rgba(98,0,234,0.1), 0 5px 20px 0 rgba(33,33,33,0.5);
    }

    .header__icon {
        position: relative;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 10;
        float: left;
        padding: 35px;
        padding-left: 50px;
    }
    .header__icon:after {
        content: '';
        display: block;
        width: 38px;
        height: 0;
        -moz-box-shadow: 0 10px 0 3px #fff, 0 25px 0 3px #fff, 0 40px 0 3px #fff;
        -webkit-box-shadow: 0 10px 0 3px #fff, 0 25px 0 3px #fff, 0 40px 0 3px #fff;
        box-shadow: 0 10px 0 3px #fff, 0 25px 0 3px #fff, 0 40px 0 3px #fff;
    }

    .header__name{
        position: absolute;
        display: inline-flex;
        font-size: 7rem;
        top: 8.2%;
        left: -50%;
        font-family: "Tungsten Bold",Impact,Charcoal,sans-serif;
        color: #FFF;
        text-decoration: none;
    }
    .header__name a:visited, .header__name a:hover, .header__name a:active{
        text-decoration:none;
        color:#FFF;
    }

    .site-pusher {

        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;

        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        height:100%;
    }



    .with--sidebar .site-pusher {
        -moz-transform: translateX(400px);
        -ms-transform: translateX(400px);
        -webkit-transform: translateX(400px);
        transform: translateX(400px);

        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    .with--sidebar-hide{
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    .with--sidebar .site-cache {
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;


        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 10;
    }

    nav {
        position:absolute;

        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;

        width: 400px;
        background: var(--nav-bg);
        height:100%;
        z-index:11;
        top:0;
        position:fixed;

        -moz-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px)
    }
    nav a {
        display: inline-block;
        font-size: 85px;
        line-height: 120px;
        border: none;
        color: var(--nav-link);
        font-family: "Tungsten Bold",Impact,Charcoal,sans-serif;
        padding: 0;
        width: 86%;
        height: 120px;
        padding: 0 7.4%;
        font-weight: normal;
    }
    nav li {
        padding: 0 3px;
        border-bottom:1px solid #8a0909;
        width:99%;
    }
    nav li.active a, nav li.active a:hover, nav a:active {
        padding: 0 7.4%;
        line-height: 120px;
        color: #fff;
        border:none;
        background:rgb(145, 48, 1);
        box-shadow:none;
        -webkit-box-shadow:none;

        background-image:none;
    }
    nav li.active{
        background: rgb(145, 48, 1);
    }

    .sectionContainer{
        position:relative;
        top: 90px;
    }
    /*---------------- pub ----------------------*/
    .pub3{
        /*ancien : padding-left: 9%;*/
        -moz-transform: scale(1.3,1.3);
        -ms-transform: scale(1.3,1.3);
        -webkit-transform: scale(1.3,1.3);
        -o-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
        overflow: hidden;
        width: 700px;
        top: 124px;
        margin-bottom: 0px;
    }
    .pubHome {
        -moz-transform: scale(1.35);
        -ms-transform: scale(1.35);
        -webkit-transform: scale(1.35);
        -o-transform: scale(1.35);
        transform: scale(1.35);
        top: 17px;
        overflow: hidden;
        width: 700px;
        margin-bottom: 30px;
    }

    .pub4{
        -moz-transform: scale(1.3,1.3);
        -ms-transform: scale(1.3,1.3);
        -webkit-transform: scale(1.3,1.3);
        -o-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
        margin-top: 33px;
        margin-bottom: 20px;
    }
    .left_1{
        -moz-transform: scale(1.3,1.3);
        -ms-transform: scale(1.3,1.3);
        -webkit-transform: scale(1.3,1.3);
        -o-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }
    /*---------------- texte --------------------*/
    .txt_liste{
        font-size: 85px;
        font-family: "Tungsten SB",Helvetica,Arial,sans-serif;
        padding: 0 0 25px 0px;
    }

    .title_wel{
        font-size: 35px;
        margin: 0px 0px 0px 0px;
    }

    #share{
        position:relative;
        top:10px;
        right:200px;
    }

}



















@media screen and (max-device-height:500px) {
    #main_container{
        width:100%;
        height: auto;
        overflow: hidden;
    }
    section{
        padding-top: 15px;
        padding-bottom: 30px;
    }
    #inputGoToBlock{
        left: 0;
        display: inline-flex;
        position: absolute;
        z-index:55;
        bottom:-20px;
    }
    .inputGoTo {
        width: 140px;
        left: -16px;
        bottom: 1px;
        position: absolute;
        font-size: 24px;
        height: 33px;
        background-color: var(--dropdown);
    }
    .btnGoTo{
        width: 80px;
        height: 57px;
        bottom: 1px;
        font-size: 27px;
        left: 162.5px;
        font-family: Arial;
        position: relative;
    }
    .inputGoToError {
        height: 29px;
    }
    .searchIcon{
        height: 3.5rem;
        margin-top: 6px;
     }

    .video-js .vjs-control-bar{
        font-size: 1.2rem;
    }

    .content_wrapper iframe, .content_wrapper video, .content_wrapper.vidSize{
        width: 654.5px;
        height: 369.5px;
        -moz-transform: scale(1.5);
        -moz-transform-origin: 0 0;
        -o-transform: scale(1.5);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(1.5);
        -webkit-transform-origin: 0 0;
    }

    #btn_report_blk_report {
        text-align: center;
        bottom: -21px;
        right: -1px;
        display: block;
        position: absolute;
        font-family: Arial;
        color: #F0F0F0;
        font-size: 14px;
        width: 201px;
        -webkit-transition: 0.1s ease-out;
        -moz-transition: 0.1s ease-out;
        -o-transition: 0.1s ease-out;
        transition: 0.1s ease-out;
        z-index:55;
    }

    #btn_report_blk_lang {
        text-align: center;
        right: 201px;
        display: block;
        bottom: -21px;
        position: absolute;
        font-family: Arial;
        color: #F0F0F0;
        font-size: 14px;
        width: 240px;
        -webkit-transition: 0.1s ease-out;
        -moz-transition: 0.1s ease-out;
        -o-transition: 0.1s ease-out;
        transition: 0.1s ease-out;
        z-index:55;
    }

    .btn_report {
        position: relative;
        right: 0px;
        font-size: 24px;
        padding: 20px 0px;
        width: 200px;
        line-height: 19px;
    }

    .btn_trad{
        position: relative;
        right: 0;
        bottom:0;
        font-size: 24px;
        padding: 18px 0px;
        width: 240px;
        line-height: 0px;
    }

    .flagIm{
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        position: relative;
        vertical-align: middle;
        top: -3px;
        left: 0px;
    }

    .txtTrad{
    	position: relative;
    	right: -13px;
    }

    .toggle-switch .theme-switch-wrapper {
        left: 50px;
        position: relative;
    }

    .tab-label {
        font-size: 20px;
        line-height: 2em;
        height: 2em;
    }

    .tab-switch:checked + .tab-label {
        border-top: 0.5rem solid;
        border-top-color: var(--top-vid);
        padding: .15em 1.35em;
    }
    .sweet-alert button {
        padding: 10px 30px;
    }

    .sweet-alert input {
        font-size: 15px;
        height: 25px;
    }


    .dropdown {
        font-family: 'Ubuntu',sans-serif;
        display: inline-block;
        position: relative;
        overflow: hidden;
        height: 83px;
        width: 289.5px;
        background-color: var(--dropdown);
        border: 0;
        border-color: #e9eaed;
        border-radius: 0;
        left: 1px;
    }
    .dropdown:before, .dropdown:after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 11%;
        right: 20px;
        width: 0;
        height: 0;
        border: 20px solid;
        border-color: #888 transparent;
        pointer-events: none;
    }
    .dropdown:before {
        border-bottom-style: solid;
        border-top: none;
    }
    .dropdown:after {
        margin-top: 26px;
        border-top-style: solid;
        border-bottom: none;
    }

    .dropdown-select {
        cursor: pointer;
        position: relative;
        width: 130%;
        padding: 20px 30%;
        height: 94px;
        line-height: 40px;
        font-size: 50px;
        border: 0;
        -webkit-appearance: none;
        text-transform: uppercase;
        left: -10px;
        top: -10px;
    }
    .dropdown-select:focus {
        z-index: 3;
        width: 130%;
        color: #394349;
        outline: 0;
        outline-offset: 0;
    }

    .sectionContainer{
        position:relative;
        top: 70px;
    }

    .img_wel{
        width:700px;
        height:60%;
    }
    #header{
        visibility:hidden;
        height:0px;
    }
    .red{
        font-size: 50px;
        font-family: "Tungsten SB",Helvetica,Arial,sans-serif;
    }

    .title_wel5{
        font-size: 50px;
        font-family: "Tungsten SB",Helvetica,Arial,sans-serif;
        width:95%;
        padding-left:3.2%;
        line-height: 50px;
    }
    .title_wel5 a{
        text-decoration: none;
    }
    .wel_img{
        width:78%;
        padding-bottom:12px;
    }

    /*---------------center_content-------*/


    .center_content{
        position: relative;
        width: 100%;
        height: 100%;
        border: none;
        z-index: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 15px 0 0 0;
    }

    .news_content{
        /*display: inline-table;*/
        width: 100%;
        position: fixed;
        bottom: -40px;
        margin-top: 0;
    }

    .news_content > div{
        /*display: inline-table;*/
    }

    .btn_left{
        width:35.21%;
    }

    .btn_right{

    }

    .btn{
        font-family: 'Ubuntu',sans-serif;
        display:inline-block;
        position:relative;
        top:-38px;
        background-color: #2b4150;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #ffffff;
        font-size: 40px;
        padding: 0 5%;
        text-decoration: none;
        font-weight: bold;
        width:90%;
        height:64px;
        line-height:65px;
        text-transform: uppercase;
    }

    .btn_noep{
        font-family: 'Ubuntu',sans-serif;
        display:inline-block;
        position:relative;
        top:-38px;
        background-color: #bababa;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #d9d9d9;
        font-size: 40px;
        padding: 0 5%;
        text-decoration: none;
        font-weight: bold;
        width:90%;
        height:64px;
        line-height:65px;
        text-transform: uppercase;
    }


    .select_center{
        height:30px;
        width:20%;
    }


    /*--------------- btn report -------*/
    .btn_fb_mobile{
        position: absolute;
        display: block;
        top: 0;
        left: 830px;
        width: 90px;
        height: 70px;
    }

    .btn_fb_mobile img{
        width: 90px;
        height: 70px;
    }


    .title{
        width:95%;
        font-family: "Tungsten Bold",Impact,Charcoal,sans-serif;
        margin-bottom:2px;
        padding-top: 15px;
    }
    .s_Title, .s_Title_correction{
        width:95%;
        font-size: 25px;
        margin-bottom:10px;
    }

    h1{
        font-size: 50px;
        height: 52px;
    }
    h2{
        font-size: 24px;
        max-width:90%;
        font-family: "Proxima Nova CL",Helvetica,Arial,sans-serif;
    }
    /*---------------- menu tab----------------------*/
    header{
        height: 70px;
        background-color: #324A5A;

        position: static;
        top:0;
        left: 0;
        right: 0;
        z-index:5;
        width:100%;
    }


    .header__icon {
        position: relative;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 10;
        float: left;
        padding: 10px;
        padding-left: 50px;
        padding-right: 40px;
    }
    .header__icon:after {
        content: '';
        display: block;
        width: 38px;
        height: 0;
        -moz-box-shadow: 0 10px 0 3px #fff, 0 25px 0 3px #fff, 0 40px 0 3px #fff;
        -webkit-box-shadow: 0 10px 0 3px #fff, 0 25px 0 3px #fff, 0 40px 0 3px #fff;
        box-shadow: 0 10px 0 3px #fff, 0 25px 0 3px #fff, 0 40px 0 3px #fff;
    }

    .header__name{
        position: absolute;
        display: inline-flex;
        font-size: 4.4rem;
        top: 3%;
        left: -50%;
        font-family: "Tungsten Bold",Impact,Charcoal,sans-serif;
        color: #FFF;
        text-decoration: none;
    }
    .header__name a:visited, .header__name a:hover, .header__name a:active{
        text-decoration:none;
        color:#FFF;
    }

    .site-pusher {
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;

        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        height:100%;
    }


    .with--sidebar-hide{
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    .with--sidebar .site-pusher {
        -moz-transform: translateX(350px);
        -ms-transform: translateX(350px);
        -webkit-transform: translateX(350px);
        transform: translateX(350px);

        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    .with--sidebar .site-cache {
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;

        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 10;
    }

    nav {
        position:absolute;

        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;

        width: 350px;
        background: var(--nav-bg);
        height:100%;
        z-index:11;
        top:0;
        position:fixed;

        -moz-transform: translateX(-350px);
        -ms-transform: translateX(-350px);
        -webkit-transform: translateX(-350px);
        transform: translateX(-350px)
    }
    nav a {
        display: inline-block;
        font-size: 55px;
        line-height: 100px;
        border: none;
        color: var(--nav-link);
        font-family: "Tungsten Bold",Impact,Charcoal,sans-serif;
        padding: 0 7%;
        width: 87%;
        font-weight: normal;
    }
    nav li {
        padding: 0px 3px;
        border-bottom:1px solid #8a0909;
        width:99%;
    }
    nav li.active a, nav li.active a:hover, nav a:active {
        padding: 0 7%;
        line-height: 100px;
        color: #fff;
        border:none;
        background:rgb(145, 48, 1);
        box-shadow:none;
        -webkit-box-shadow:none;
        background-image:none;
    }
    nav li.active{
        background: rgb(145, 48, 1);
    }

    /*---------------- pub ----------------------*/
    .pub3{

        -moz-transform: scale(1.3,1.3);
        -ms-transform: scale(1.3,1.3);
        -webkit-transform: scale(1.3,1.3);
        -o-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
        top: 100px;
        overflow: hidden;
        width: 700px;
        /* ancien padding-left: 9%;*/
    }
    .pubHome{
        -moz-transform: scale(1.35);
        -ms-transform: scale(1.35);
        -webkit-transform: scale(1.35);
        -o-transform: scale(1.35);
        transform: scale(1.35);
        top: -1px;
        overflow: hidden;
        width: 700px;
        margin-bottom: 0;
    }
    .pub4{
        -moz-transform: scale(1.3,1.3);
        -ms-transform: scale(1.3,1.3);
        -webkit-transform: scale(1.3,1.3);
        -o-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .left_1{
        -moz-transform: scale(1.3,1.3);
        -ms-transform: scale(1.3,1.3);
        -webkit-transform: scale(1.3,1.3);
        -o-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }
    /*---------------- texte --------------------*/
    .h3{
        font-size: 27px;
        font-weight:bold;
    }

    .txt_liste{
        font-size: 45px;
        font-family: "Tungsten SB",Helvetica,Arial,sans-serif;
        padding: 0 0 25px 30px;
    }

    .title_wel{
        font-size: 35px;
        margin: 0px 0px 0px 0px;
    }


    #share{
        position:relative;
        top:10px;
        right:200px;
    }

    .searchContainer {
        position: relative;
        top: 35px;
        left: 56px;
        display: inline-flex;
        margin-bottom: 8px;
        -webkit-transform: scale(2);
        -webkit-transform-origin: 0 0;
    }

}