/* ----------------------------- BACKGROUND + STYLE ECRITURE ------------------------------ */
body {
    width: 100%;
    height: 100%;
    color: #393E46; /* couleur du texte */
    background-color:; /* couleur de la page derri�re l'image de fond */
    background-image: url(../img/background.png); /* image de fond */
    background-attachment: fixed; /* pour que l'image de fond ne bouge pas quand on d�file la page */
    background-size: cover;
    font-family: Gotham; /* la type de texte utilis� */
    line-height: 18px;
    font-size: 14px; /* la taille du texte */
}


@font-face {
    font-family: 'Gotham';

    /* --Pour IE--*/
    src: url('/vue/img/fontfamily/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    /* POUR WINDOWS */
    /*url('/vue/img/fontfamily/Gotham-Book.woff') format('woff'),*/
    url('/vue/img/fontfamily/Gotham-Book.ttf') format('truetype'),
    url('/vue/img/fontfamily/Gotham-Book.svg#svgFontName') format('svg');

    /* POUR MAC OS */
    url(/vue/img/fontfamily/._Gotham-Book.ttf) format("truetype");
    url(/vue/img/fontfamily/._Gotham-Book.otf) format("otf");:
}


@font-face {
    font-family: 'Gotham2';

    /* --Pour IE--*/
    src: url('/vue/img/fontfamily/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    /* POUR WINDOWS */
    /*url('/vue/img/fontfamily/Gotham-Bold.woff') format('woff'),*/
    url('/vue/img/fontfamily/Gotham-Bold.ttf') format('truetype'),
    url('/vue/img/fontfamily/Gotham-Bold.svg#svgFontName') format('svg');

    /* POUR MAC OS */
url(/vue/img/fontfamily/._Gotham-Bold.ttf) format("truetype");
url(/vue/img/fontfamily/._Gotham-Bold.otf) format("otf");:
}


a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

h1 {
    font-size: 16px !important;
    font-family: 'Gotham2';
    color: #393E46;
}

.row.flexBox{
    margin-left:0;
    margin-right:0;
}

.row.flexBox{
    -webkit-align-content:baseline;
    -ms-align-content:baseline;
    align-content:baseline;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:-ms-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.row.flexBox::before,
.row.flexBox::after {
    display: none !important;
}


.row.flexBox > [class*='col-']{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    float:none;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-grow:0;
    flex-shrink:0;
}
.row.flexBox--VMiddle > [class*='col-']{
    justify-content:center;
}
.row.noMargin{
    margin-left:0;
    margin-right:0;
}

.content{
    background: #fff;
}


.container-h1{
    margin-bottom: 20px;
}

.block-h1{
    background: #EEB51A;
    color: #393E46;
    text-align: center;
    font-family: Gotham2;
    position: relative;
    min-height: 120px;
}
.block-h1 h1{
    display: inline-block;
    font-size: 20px !important;
    line-height: normal;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/* ----------------------------------------------------------- */


/* ----------------- HEADER AVEC MENU ------------------------ */
.non_mobile_accueil_contenu_menu {
    display: block;
}

.mobile_accueil_contenu_menu {
    display: none;
}


@media (min-width: 1200px) {
    .navbar_header_bx {
        height: 60px !important;
    }
}

@media (max-width: 1200px) {
    .correction_baspage_leftdecallage {
        max-width: 70px;
    }

    .compo1_logo11, .compo1_logo22, .compo3_logo11, .compo2_logo11, .compo2_logo22, .compo2_image33, .compo4_logo11 {
        max-height: 158px;
    }

    .ml_xpress_correctionblock {
        margin-top: -33px;
    }
}


.logo_header_mobile1 {
    display: none;
}

.logo_header_mobile2 {
    display: block;
}

@media (max-width: 900px) {
    .non_mobile_accueil_contenu_menu {
        display: none;
    }

    .mobile_accueil_contenu_menu {
        display: block;
    }

    .logo_header_mobile1 {
        display: block;
    }

    .logo_header_mobile2 {
        display: none;
    }

    .separateurs, .ent_compo3_bis_separatif {
        display: none;
    }

    .correction_pc_baspage {
        padding-bottom: 220px !important;
        padding-left: 16%;
    }

    .compo1_logo11, .compo1_logo22, .compo3_logo11, .compo2_logo11, .compo2_logo22, .compo2_image33, .compo4_logo11 {
        min-height: 300px;
    }

    .compo2_image2 {
        display: none;
    }

    .compo1_text_titre {
        margin-top: 40px;
    }

    .compo2_logo1_text {
        font-size: 52px !important;
        line-height: 60px !important;
    }

    .ml_xpress_correctionblock {
        margin-top: 0px;
    }
}


@media (min-width: 900px) {
    .pc_correction_menu_interieur {
        margin-left: 50px;
    }

    .mobile_correction_actu5 {
        width: 100% !important;
    }
}

@media (max-width: 900px) {
    .mobile_timercorrection {
        width: 111%;
    }

    .mobile_timer_separatif {
        display: none;
    }

    .previous_item, .next_item {
        opacity: 0 !important;
        display: none;
    }

    .current_item {
        margin-left: -80px !important;
    }

    .btn_next_right {
        margin-right: -35px;
    }

    .btn_next_left {
        margin-left: 0px;
    }

    .ci_txt_slider1 {
        margin-top: 180px !important;
    }

    .slider_txt_mobile {
        width: 220px !important;
        margin-left: -220px !important;
    }

    .img_mobile_txt_m2l4 {
        display: none;
    }

    .img_mobile_txt_m2l4_img {
        margin-top: 200px !important;
        width: 200px !important;
        margin-left: -190px !important;
    }
}


@media (min-width: 1201px) {
    .menu_interne_haut_mbt {
        padding-left: 30%;
        height: 50px;
    }

    .menu_interne_haut_mbt010 {
        padding-left: 16%;
        height: 50px;
    }

    .menu_interne_haut_mbt2 {
        padding-left: 25%;
        height: 50px;
    }

    .separateurs_br_menu_haut {
        display: none;
    }
}

@media (max-width: 1200px) {
    .menu_interne_haut_mbt {
        padding-left: 25%;
        height: 50px;
    }

    .menu_interne_haut_mbt2 {
        padding-left: 20%;
        height: 50px;
    }

    .separateurs_br_menu_haut {
        display: none;
    }
}

@media (max-width: 900px) {
    .menu_interne_haut_mbt {
        padding-left: 50px;
        height: 100px;
    }

    .menu_interne_haut_mbt2 {
        padding-left: 50px;
        height: 100px;
    }

    .separateurs_br_menu_haut {
        display: block;
    }
}


/* ----------------------------------------------------------- */

.navbar-inverse .navbar-nav > li > a:hover {
    color: #393E46;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #F9B937;
}


/* --------------- BLOC MILIEU DE PAGE ---------------- */


/* ---------------------------------------------------- */
.noPadding{
    padding: 0 !important;
}

#header{
    position: relative;
    z-index: 10;
    padding: 0;
    /*height: 200px;*/
}

#header .container{
    position:relative;
    color:#024F9F;
    padding-top:15px;
}

#header .logo_header_mobile1 a,
#header .logo_header_mobile2 a{
    display: block;
}

#header .logo_header_mobile1 img,
#header .logo_header_mobile2 img{
    max-width: 100%;
}

#header .navbar{
    border-radius:0;
    background:none;
    border:0;
}

#header .navbar-header{
    margin-top:-95px;
    position:relative;
    z-index:3;
}

#header .navHeaderCollapse{
    padding: 0;
    text-transform:uppercase;
}

#header .menu{
    padding-right: 0;
}

#header .navbar-nav{
    background-color:rgba(255, 255, 255, 0.8);
    margin-top: 55px;
    padding: 0;
    width: 100%;
    height: 60px;
}

#header .dropdown-menu{
    border: none;
    padding: 0;
    min-width: 100%;
}

#header .dropdown{
    cursor: pointer;
    line-height: 60px;
    padding: 0 25px;
}

#header .dropdown > a:focus,
#header .dropdown > a:hover,
#header .dropdown.open > a{
    background: transparent;
    color: #393E46;
}

#header .dropdown > a{
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    padding: 0;
    margin: 0;

}

#header .dropdown-menu li a{
    padding: 8px 20px 8px 25px;
}


@media (max-width: 900px) {
    #header{
        height: auto !important;
        margin-bottom: 20px !important;
    }

    #header .container{
        padding-top:10px;
    }

    #header .navbar{
        min-height: 0 !important;
        margin-bottom: 0 !important;
    }

    #header .navbar-header {
        margin-top: -85px;
    }

    #header .dropdown{
        padding: 0 !important;
    }

    #header .dropdown a{
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 10px 10px 15px!important;
    }

    #header .menu{
        padding: 0;
    }

    #header .navbar-nav {
        height: auto !important;
        line-height: normal !important;
        margin: 0 !important;
        margin-top: 40px !important;
        width: 100%;
    }

    #header .dropdown-menu{
        float: none;
        left: auto;
        position: relative;
        top: auto;
    }
}

@media (max-width: 991px) {
    #header .navbar-nav{
        height: 40px;
        margin-top: 40px;
    }
    #header .dropdown {
        line-height: 40px;
        padding: 0 5px;
    }
    #header .dropdown:first-child {
        padding-left: 9px;
    }
    #header .dropdown:last-child {
        padding-right: 9px;
    }
    #header .dropdown a{
        font-size: 11px;
        line-height: 15px;
    }

    #header .dropdown-menu li a{
        padding: 8px 5px 8px;
    }

    #header .dropdown:first-child .dropdown-menu li a{
        padding: 8px 5px 8px 9px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header .navbar-nav{
        height: 50px;
        margin-top: 50px;
    }
    #header .dropdown {
        line-height: 50px;
        padding: 0 14px;
    }
    #header .dropdown a{
        font-size: 13px;
        line-height: 15px;
    }

    #header .dropdown-menu li a{
        padding: 8px 14px 8px;
    }
}

.separateurs {
    width: 15px;
    height: 20px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    background: white;
    background-image: url(../img/ombre-bc3.png);
    background-repeat: no-repeat;
}


/* --------------- ACCUEIL ---------------- */
.ent_compo3_bis_separatif {
    height: 380px;
    background: white;
    background-image: url(../img/ombre-bc-contact.png);
    background-repeat: no-repeat;
}


.compo1 {
    width: 870px;
    height: 190px;
    text-align: center;
    float: left;
    margin-left: 174px;
    font: Gotham;
}


.compo1_text {
    width: 522px;
    height: 190px;
    text-align: right;
    font-size: 14px;
    float: left;
}

.compo1_text_titre {
    text-align: right;
    font-size: 28px;
    padding-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.compo1_text_contenu {
    text-align: right;
    margin-right: 20px;
    line-height: 22px;
    font-size: 14px;
}

.block-compo{
    background-color: #353C42;
    width: 100%;
    height: 190px;
    text-align: center;
    float: left;
    position: relative;
}

.block-compo:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 2;
}

.block-compo-footer{
    width: 170px;
    height: 170px;
    margin: 8px;
    display: inline-block;
    padding: 0 5px;
}

.block-compo-orange{
    background-color: #FBBA23;
}

.block-compo-yellow{
    background-color: #F9DB05;
}

.block-compo .image{
    height: 110px;
    position: relative;
    width:  100%;
}
.block-compo .image img{
    display: block;
    max-height: 100%;
    max-width:  100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block-compo .text {
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    font-family: Gotham2;
}

.block-compo-footer .text{
    font-size: 16px;
}

.compo2 {
    width: 1044px;
    height: 348px;
    text-align: center;
    float: left;
}

.compo2_logo1 {
    width: 100%;
    height: 190px;
    text-align: center;
    float: left;
    background: #FBBA23;
    color: white;
    position: relative;
}

.compo2_logo1_text {
    font-size: 24px;
    text-align: center;
    line-height: normal;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


.compo2_image1 {
	width: 100%;
    text-align: center;
    float: left;
    overflow: hidden;
}

.compo2_logo2 {
    width: 100%;
    height: 190px;
    text-align: center;
    float: left;
    background-image: url(../img/logo2.png);
    background-size: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #353C42;
    font-size: 0px;
}

.compo2_logo2_text {
    text-align: center;
    line-height: 22px;
    margin-top: 35%;
    font-family: Gotham2;
}

.compo2_image2 {
    width: 100%;
    height: 190px;
    text-align: center;
    float: left;
    background-image: url(../img/image1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
}

.compo2_image3 {
    width: 100%;
    height: 190px;
    text-align: center;
    float: left;
    background-image: url(../img/image2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
}

.compo2_logo3 {
    width: 100%;
    height: 380px;
    text-align: center;
    float: left;
    background-image: url(../img/logo4.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.compo2_logo3_text {
    padding-top: 207px;
    color: white;
    text-align: left;
}


.compo3 {
    width: 100%;
    height: 190px;
    text-align: center;
    float: left;
}

.compo3bis {
    width: 100%;
    height: 190px;
    text-align: center;
    float: left;
}

.compo3_logo1 {
    width: 100%;
    height: 190px;
    text-align: center;
    float: left;
    background-image: url(../img/logo1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #F9DB05;
    font-size: 0px;
}

.compo3_logo1_text {
    text-align: center;
    line-height: 22px;
    margin-top: 40%;
    font-family: Gotham2;
}


.compo3_text {
    width: 100%;
    height: 350px;
    text-align: left;
    float: left;
    padding-left: 20px;
    padding-top: 18px;
    font-size: 14px;
    line-height: 22px;
    font: Gotham;
}


.compo4_logo1 {
    width: 100%;
    height: 190px;
    text-align: center;
    float: left;
    background-image: url(../img/logo-teintes-flex.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #353C42;
    font-size: 0px;
}

.compo4_logo1_text {
    text-align: center;
    line-height: 22px;
    margin-top: 40%;
    font-family: Gotham2;
}


.compo4_text {
    width: 100%;
    height: 350px;
    text-align: left;
    float: left;
    padding-left: 20px;
    padding-top: 18px;
    font-size: 14px;
    line-height: 22px;
    font: Gotham;
}


/* ------------------------------------------------ */

/* --------- Slider image avec compteur ----------*/

#container_slider {
    width: 480px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    background: red;
    margin-left: 0;
    margin-top: 20px;
}


#slides {
    position: absolute;
    top: 15px;
    left: 4px;
    z-index: 100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
    width: 440px;
    height: 250px;
    overflow: hidden;
    position: relative;
    display: none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
    width: 570px;
    height: 250px;
    display: block;
}


/*
	Next/prev buttons
*/

#slides .next {
    height: 70px;
    width: 38px;
    position: absolute;
    background: url('../img/buttons.png') no-repeat;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    z-index: 101;
    margin-left: 404px;
    background-position: right top;
    left: 0;
}

#slides .prev {
    height: 70px;
    width: 38px;
    position: absolute;
    background: url('../img/buttons.png') no-repeat;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    z-index: 101;
    background-position: left top;
    left: 0;
}

/*
	Pagination
*/

.pagination {
    margin-top: 10px;
    margin-left: 40%;
    width: 120px;
}

.pagination li {
    list-style: none;
}

.pagination li a {
    display: block;
    width: 12px;
    height: 0px;
    padding-top: 6px;
    background-image: url(../img/pagination.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0;
    color: white;
    overflow: hidden;
}

.pagination li a:hover {
    color: white;
}

.pagination li a:active {
    color: white;
}

.pagination li.current a {
    background-position: 0 -12px;
}

/*
	Caption (display:none par d�faut pour le cacher)
*/

.caption {
    display: none;
}


/* --------------------------------------------- */


/* Modal coronavirus */
#fermetureCoronavirus{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
#fermetureCoronavirus .modal-content,
#fermetureCoronavirus .modal-footer .btn{
    border-radius: 0;
}

#fermetureCoronavirus .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

#fermetureCoronavirus .modal-body{
    padding: 30px 15px 20px;
}

#fermetureCoronavirus .modal-body a{
    color: #0e90d2;
    cursor: pointer;
    text-decoration: underline;
}

#fermetureCoronavirus .modal-footer .btn{
    background: #353C42;
    color: #FFF;
}


/* ----------- FOOTER -----------*/
.footer a {
    color: white;
}

.footer {
    margin-top: 50px;
}

/* ----------------------------------------------------------- */


/* SLIDER */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}

/* ------ */


.navbar-inverse .navbar-nav > li > a {
    color: #393E46;
    margin-left: 17px;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.dropdown-menu {
    background: #353C42 !important;
}

.dropdown-menu a {
    color: white !important;
}


/* SLIDER LOGO */
.slider_logo_sous_menu {
    position: absolute;
    z-index: 10;
    margin-left: -180px;
    margin-top: -1450px;
    animation: slideroff 0s forwards;
    animation-timing-function: lineare;
}

.slider_logo_sous_menu.anim {
    position: absolute;
    z-index: 10;
    opacity: 0;
    margin-left: -180px;
    margin-top: 730px;
    animation: sliderop 0.5s forwards;
    animation-timing-function: lineare;
    animation-delay: 0.2s;
}

.slider_logo_sous_menu2 {
    position: absolute;
    z-index: 10;
    margin-left: -160px;
    margin-top: -1450px;
    animation: slideroff 0s forwards;
    animation-timing-function: lineare;
}

.slider_logo_sous_menu2.anim {
    position: absolute;
    z-index: 10;
    opacity: 0;
    margin-left: -160px;
    margin-top: 730px;
    animation: sliderop 0.5s forwards;
    animation-timing-function: lineare;
    animation-delay: 0.2s;
}


@keyframes slideroff {
    from {
        margin-top: 730px;
        opacity: 1;
    }
    99% {
        margin-top: 730px;
        opacity: 0;
    }
    100% {
        margin-top: -2450px;
        opacity: 0;
    }
}


@keyframes sliderop {
    from {
        margin-top: 730px;
        opacity: 0;
    }
    100% {
        margin-top: 730px;
        opacity: 1;
    }
}


.choose_slider {
    height: 350px;
    position: relative;
    margin-left: 200px;
}

.btn_next_left {
    position: absolute;
    top: 110px;
    left: -40px;
}

.btn_next_right {
    position: absolute;
    top: 110px;
    right: 200px;
}


.choose_slider {
    height: 350px;
    position: relative;
    margin-left: 200px;
}

.btn_next_left {
    position: absolute;
    top: 110px;
    left: -40px;
}

.btn_next_right {
    position: absolute;
    top: 110px;
    right: 200px;
}

.choose_slider_items li {
    position: relative;
    list-style: none;
    display: none;
    text-align: center;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.choose_slider_items .previous_hidden {
    display: block;
    transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    opacity: 0.0;
    position: absolute;
    left: -5px;
    z-index: 0;
}

.choose_slider_items .next_hidden {
    display: block;
    transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    opacity: 0.0;
    position: absolute;
    left: 525px;
    z-index: 0;
}

.choose_slider_items .previous_item {
    display: block;
    transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    opacity: 0.55;
    position: absolute;
    left: 0px;
    z-index: 0;
}

.choose_slider_items .next_item {
    display: block;
    transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    opacity: 0.55;
    position: absolute;
    left: 600px;
    z-index: 0;
}


.choose_slider_items .current_item {
    display: block;
    position: absolute;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    top: 0;
    left: 300px;
    z-index: 100;
}


.choose_slider_items2 li {
    position: relative;
    list-style: none;
    display: none;
    text-align: center;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.choose_slider_items2 .previous_hidden {
    display: block;
    transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    opacity: 0.0;
    position: absolute;
    left: -5px;
    z-index: 0;
}

.choose_slider_items2 .next_hidden {
    display: block;
    transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    opacity: 0.0;
    position: absolute;
    left: 325px;
    z-index: 0;
}

.choose_slider_items2 .previous_item {
    display: block;
    transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    opacity: 0.55;
    position: absolute;
    left: -30px;
    z-index: 0;
}

.choose_slider_items2 .next_item {
    display: block;
    transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    opacity: 0.55;
    position: absolute;
    left: 220px;
    z-index: 0;
}


.choose_slider_items2 .current_item {
    display: block;
    position: absolute;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    left: 95px;
    z-index: 100;
}


input {
    width: 90%;
    height: 25px;
    background: #F5F5F5;
    border: solid 1px #E5E5E5;
    margin-bottom: 32px;
}

textarea {
    width: 90%;
    height: 100px;
    resize: none;
    background: #F5F5F5;
    border: solid 1px #E5E5E5;
}

::-webkit-input-placeholder {
    color: #BCBCBC;
}

.submit {
    border: solid 1px #FCD668;
    background-image: linear-gradient(#FCCE43, #FCCE43, #FCD668, #EEB207, #EEB207);
    background-image: -webkit-linear-gradient(#FCD668, #FCD668, #FCD668, #EEB207, #EEB207);
    color: white;
    font-size: 16px;
}


.timer_div_num {
    font-size: 30px;
    padding: 5px;
    color: #F9B937;
}

.timer_div_txt {
    color: #353C42;
    font-size: 13px;
    padding: 5px;
    font-family: Gotham2
}

@media (min-width: 901px) {
    .mobile {
        display: none;
    }

	.compo2_image1 {
		height: 316px;
	}

    .compo1_logo1:hover,
    .compo1_logo2:hover,
    .compo2_logo1:hover,
    .compo2_logo2:hover,
    .compo3_logo1:hover,
    .compo4_logo1:hover{
        width: 100%;
        height: 190px;
        text-align: center;
        float: left;
        background: #353C42;
        color: white;
        font-size: 18px;
    }

    .compo1_logo2:hover {
        background: #FBBA23;
    }
    .compo2_logo1:hover {
        background: white;
        color: #FFC900;
    }
    .compo2_logo2:hover {
        background: #353C42;
        color: white;
    }
    .compo3_logo1:hover {
        background: #FBBA23;
        color: white;
    }
    .compo4_logo1:hover {
        background: #353C42;
        color: white;
    }

}
@media (min-width: 1200px) {
	.compo2_image1 {
		height: 380px;
	}
}

@media (max-width: 900px) {
    textarea {
        min-width: 160px !important;
        height: 100px !important;
    }


    .timer_div_num {
        font-size: 30px;
        padding: 5px;
        color: #F9B937;
    }

    .timer_div_txt {
        color: #353C42;
        font-size: 13px;
        padding: 5px;
    }

    .logo_dcf_header {
        margin-top: 125px !important;
    }

    .separatif_mobile_out {
        display: none;
    }

    .separatif_mobile_form {
        border-left: 0 !important;
    }

    .pc {
        display: none;
    }


    /*------------------ MOBILE ----------------*/
    .compo1_logo11, .compo1_logo22, .compo3_logo11, .compo2_logo11, .compo2_logo22, .compo2_image33, .compo4_logo11 {
        min-height: 100px;
        line-height: 100px;
    }

    .compo1_logo1_text, .compo1_logo2_text, .compo2_logo2_text, .compo3_logo1_text, .compo4_logo1_text {
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .compo1_logo1 {
        width: 100%;
        height: 100px;
        text-align: center;
        float: none;
        background: #353C42;
        color: white;
        font-size: 26px;
    }

    .compo1_logo1_text {
        text-align: center;
        line-height: 28px;
        font-family: Gotham2;
    }

    .compo1_logo2 {
        width: 100%;
        height: 100px;
        text-align: center;
        float: none;
        background: #EEB207;
        color: white;
        font-size: 26px;
    }

    .compo1_logo2_text {
        text-align: center;
        line-height: 28px;
        font-family: Gotham2;
    }

    .compo2 {
        width: 1044px;
        height: 348px;
        text-align: center;
        float: none;
    }

    .compo2_logo1_text {
        font-size: 26px !important;
        line-height: 26px !important;
        text-align: center;
        margin: 0 !important;
    }

    .compo2_logo1 {
        display: block;
        width: 100%;
        height: 120px;
        float: none;
        text-align: center;
        background: #FBBA23;
        color: white;
        font-size: 26px;
    }


    .compo2_image1 {
        width: 100%;
        height: 360px;
        text-align: center;
        float: none;
        overflow: hidden;
    }

    .compo2_logo2 {
        width: 100%;
        height: 100px;
        text-align: center;
        float: none;
        background: #353C42;
        color: white;
        font-size: 26px;
    }

    .compo2_logo2_text {
        text-align: center;
        line-height: 28px;
        font-family: Gotham2;
    }

    .compo2_image2 {
        width: 100%;
        height: 100px;
        text-align: center;
        float: none;
        background-size: 100%;
    }

    .compo2_image3 {
        width: 100%;
        height: 170px;
        text-align: center;
        float: none;
        background-size: 100%;
        /*background-position: 0 -120px;*/
    }

    .compo2_logo3 {
        width: 100%;
        height: 470px;
        text-align: center;
        float: none;
        position: relative;
        z-index: 2;
    }

    .compo2_logo3_text {
        color: white;
        text-align: left;
    }


    .compo3 {
        width: 100%;
        height: 100px;
        text-align: center;
        float: none;
    }

    .compo3bis {
        width: 100%;
        height: 100px;
        text-align: center;
        float: none;
    }

    .compo3_logo1 {
        width: 100%;
        height: 100px;
        text-align: center;
        float: none;
        background: #F9DB05;
        color: white;
        font-size: 26px;
    }

    .compo3_logo1_text {
        text-align: center;
        line-height: 28px;
        font-family: Gotham2;
    }


    .compo3_text {
        width: 100%;
        height: 350px;
        text-align: left;
        float: none;
        padding-left: 20px;
        padding-top: 18px;
        font-size: 14px;
        line-height: 22px;
        font: Gotham;
    }

    .compo4_logo1 {
        width: 100%;
        height: 100px;
        text-align: center;
        float: none;
        background: #393e46;
        color: white;
        font-size: 26px;
    }

    .compo4_logo1_text {
        text-align: center;
        line-height: 28px;
        font-family: Gotham2;
    }


    .compo4_text {
        width: 100%;
        height: 350px;
        text-align: left;
        float: none;
        padding-left: 20px;
        padding-top: 18px;
        font-size: 14px;
        line-height: 22px;
        font: Gotham;
    }

    /* -------------------------------------- */

}

@media (max-width: 400px) {

    .compo3bis {
        margin-bottom: 100px;
    }

    .compo2_image3 {
        width: 100%;
        height: 390px;
        text-align: center;
        background-size: 100%;
        background-position: 0 0;
    }

    .compo2_logo3 {
        width: 100%;
        height: 370px;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    .compo2_logo3_text {
        padding-top: 220px;
        color: white;
        text-align: left;
    }
}

.timer_table td {
    padding: 0 10px 0 10px;
    text-align: center;
}


.imageeffacil1 {
    background: url('../img/effacil/effacil_04.png');
    background-size: cover;
}

.imageeffacil1:hover {
    background: url('../img/effacil/effacil_03.png');
    background-size: cover;
}


#holidaysModal .modal-header,
#holidaysModal .modal-footer{
    border: none;
}

#holidaysModal .modal-content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}

#holidaysModal .modal-body p{
    font-size: 14px;
}
#holidaysModal .btn-secondary{
    background: rgba(53, 60, 66, 0.6);
    color: #FFF;
}

#holidaysModal .btn-secondary:hover{
    background: #353C42;
}

#holidaysModal .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

#holidaysModal .modal-dialog-centered .modal-content{
    width: 100%;
}


@media (min-width: 576px){
    #holidaysModal .modal-dialog-centered {
        min-height: calc(100% - (3rem * 2));
    }
}
