
@media (max-width: 1200px){

    #header{
        height: 60vh;
    }
    #header .container .hero img{
        width: 500px;
        margin: -80px 70px 0 80px;
    }
    #header .container .hero h1{
        font-size: 60px;
        line-height: 69px;
        padding-top: 110px;
    }
    #header .container .hero h1 span{
        font-size: 17px;
    }
}

@media (max-width: 1024px){

    #header{
        height: 50vh;
    }
    #header .container .hero img{
        width: 400px;
        margin: -60px 60px 0 50px;
    }
    #header .container .hero h1{
        font-size: 45px;
        line-height: 54px;
        padding-top: 100px;
    }
    #header .container .hero h1 span{
        font-size: 14px;
    }
}

@media (max-width: 768px){

    #header{
        height: 60vh;
        background: #5BC4F1 url("../img/hero.png") no-repeat;
        background-position: 8000% 100%;
        background-size: 99%;
    }
    #header .logo{
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .telecharger{
          display: none;
    }
    #header .container .hero img{
        display: none;
    }
    #header .container .hero h1{
        font-size: 45px;
        line-height: 54px;
        padding-top: 110px;
    }
    #header .container .hero h1 span{
        font-size: 14px;
    }
}




@media (min-width: 768px){
     .navbar-toggle {
        display: none;
    }
}

@media (min-width: 768px){
    .navbar-toggle {
        padding: 15px 20px;
    }
}



@media (max-width: 768px){
    #sub_menu{
        display: none;
    }
}

@media (max-width: 768px){

    .wrapper .section_decouvrir{
        /* background-color: #fff; */
    }

    .container.section_decouvrir{
        display: block;
        padding: 0px 60px 40px 60px;
    }
    .section_decouvrir .exergue{
        width: 100%
    }
    .section_decouvrir .download{
        width: 100%
    }
    .section_decouvrir .slider_key_figures{
        width: 100%
    }

    .section_decouvrir .col_gch{
        width: 100%;
        display: block;
    }
    .section_decouvrir .col_gch .title{
        margin: 0;
        padding: 50px 0 10px 0;
    }
    .section_decouvrir .col_gch p{
        color: #EC2324;
        font-size: 15px;
    }
    .section_decouvrir .col_gch h2{
        color: #EC2324;
        font-size: 24px;
        line-height: 28px;
    }
    .section_decouvrir .col_gch .picto_play{
        margin-bottom: 30px;
    }
    .section_decouvrir .col_gch .picto_play p i{
        font-size: 40px;
    }
    .section_decouvrir .col_gch .truck{
        display: none;
    }


    .section_decouvrir .col_dr{
        width: 100%;
    }
    .section_decouvrir .col_dr .plane{
        display: none;
    }
    .section_decouvrir .col_dr .industry{
        width: 100%;
        margin-top: -20px;
    }
    .section_decouvrir .col_dr .industry img{
        margin-right: 0;
        width: 100%;
    }
}


@media (max-width: 1200px){

    .section_interview .exergue p:nth-child(1){
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .section_interview .exergue p:nth-child(2){
        font-size: 12px;
        line-height: 16px;
    }

    .section_interview .slider_key_figures .slide:nth-child(1) p:nth-child(1){
        font-size: 18px;
        line-height: 22px;
        padding: 20px 0 0 20px;
    }
    .section_interview .slider_key_figures .slide:nth-child(1) p.figure{
        font-size: 36px;
        line-height: 44px;
        padding: 70px 0 0 40px;
    }
    .section_interview .slider_key_figures .slide:nth-child(1) p:last-child{
        font-size: 25px;
        line-height: 31px;
        padding-left: 40px;
    }
    .section_interview .slider_key_figures .slide span{
        font-size: 12px;
        line-height: 16px;
        padding-top: 40px;
    }

    .section_interview .slider_key_figures .real_slider .slide_emplois{
        background-size: 180px;
        background-position: 110px 80px;
    }
}


@media (max-width: 1024px){

    .section_interview .exergue{
        padding: 60px 30px;
    }
    .section_interview .exergue p:nth-child(1){
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .section_interview .exergue p:nth-child(2){
        font-size: 12px;
        line-height: 16px;
    }

    .section_interview .slider_key_figures .slide:nth-child(1) p:nth-child(1){
        font-size: 16px;
        line-height: 20px;
        padding: 20px 0 0 10px;
    }
    .section_interview .slider_key_figures .slide:nth-child(1) p.figure{
        font-size: 30px;
        line-height: 38px;
        padding: 70px 0 0 25px;
    }
    .section_interview .slider_key_figures .slide:nth-child(1) p:last-child{
        font-size: 21px;
        line-height: 27px;
        padding-left: 25px;
    }
    .section_interview .slider_key_figures .slide span{
        font-size: 12px;
        line-height: 16px;
        padding-top: 25px;
    }

    .section_interview .slider_key_figures .real_slider .slide_emplois{
        background-position: 110px 90px;
    }

    .section_interview .slider_key_figures .real_slider .slide_emplois{
        background-size: 220px;
        background-position: 110px 80px;
    }
}

@media all and (max-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container.section_interview{
        display: block;
    }
}

@media (max-width: 768px){

    .wrapper .section_interview{
        /* padding-top: 80px; */
        width: 100%;
    }

    .container.section_interview{
        -webkit-flex-direction       :column-reverse;
    		-ms-flex-direction       :column-reverse;
    			flex-direction       :column-reverse;

        width: 100%;

    }


    .container.section_interview :nth-child(3){
        order: 1;
        padding-bottom: 20px;
    }
    .container.section_interview :nth-child(1){
        order: 2;
    }
    .container.section_interview :nth-child(2){
        order: 3;
        padding-bottom: 10px;
    }

    .container.section_interview .slide_content{
        text-align: center;
    }

    .container.section_interview .slide_content .div_texte{
        display: inline-block;
        text-align: left;
        padding: 100px 15px 0 15px;
        max-width: 350px;
    }


    .section_interview .slider_key_figures .real_slider .slide .slide_content{
        padding: 0;
    }

    .section_interview .slider_key_figures .real_slider .slide{
        padding: 0;
    }


    .section_interview .exergue{
        width: 100%;
        padding: 40px 20px 30px 20px;
    }

    .section_interview .exergue p br{
        display: none;
    }

    .section_interview .exergue p:nth-child(1){
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 30px;
    }
    .section_interview .exergue p:nth-child(2){
        font-size: 12px;
        line-height: 16px;
    }


    .section_interview .download{
        width: 100%;
    }


    .section_interview .slider_key_figures{
        width: 100%;
    }
    .section_interview .slider_key_figures .slide:nth-child(1) p:nth-child(1){
        font-size: 18px;
        line-height: 22px;
        padding: 20px 0 0 0;
    }
    .section_interview .slider_key_figures .slide:nth-child(1) p.figure{
        font-size: 39px;
        padding: 60px 30px 5px 70px;
    }
    .section_interview .slider_key_figures .slide:nth-child(1) p:last-child{
        font-size: 25px;
        line-height: 32px;
        padding: 0 30px 30px 70px;
    }
    .section_interview .slider_key_figures .slide span{
        font-size: 12px;
        line-height: 16px;
        padding-top: 40px;
    }

    .section_interview .slider_key_figures .real_slider .slide_emplois{
        background-size: 230px;
        background-position: 110px 90px;
    }


}

@media (max-width: 1024px){
    .section_faits_marquants .slide_1 p, .section_faits_marquants .slide_2 p{
        padding-right: 15%;
        font-size: 17px;
        line-height: 21px;
    }

    .section_faits_marquants .slide_1 i, .section_faits_marquants .slide_2 i{
        font-size: 18px;
        padding-left: 10px;
    }
}

@media (max-width: 768px){

    .wrapper .section_faits_marquants{
        padding: 60px 20px 60px 20px;
    }

    .container.section_faits_marquants{
        display: block;
    }

    .container.section_faits_marquants h3{
        font-size: 33px;
        line-height: 33px;
        padding-left: 0;
        padding-bottom: 60px;
    }


    .container.section_faits_marquants .slider{
        display: block;
    }

    .section_faits_marquants .slide_1, .section_faits_marquants .slide_2{
        width: 100%;
    }

    .section_faits_marquants .slide_2{
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-flex-direction       :column-reverse;
            -ms-flex-direction       :column-reverse;
                flex-direction       :column-reverse;
    }

    .section_faits_marquants .slide_1 p, .section_faits_marquants .slide_2 p{
        padding-top: 30px;
    }
    .section_faits_marquants .slide_2 p{
        padding-bottom: 0;
        /* display: block; */
    }

    .section_faits_marquants .slide_2 img{
        /* display: block; */
    }

    .section_faits_marquants .slide_1 p, .section_faits_marquants .slide_2 p{
        padding-right: 0;
    }
    .section_faits_marquants .slide_1 i, .section_faits_marquants .slide_2 i{
        padding-left: 0;
    }
    .section_faits_marquants .slide_1 img, .section_faits_marquants .slide_2 img{
        padding-right: 0;
    }

    .section_faits_marquants .download_fm{
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
        padding-top: 30px;
        padding-bottom: 25px;
        border-bottom: 1px solid #D8D8D8;
    }

}

@media (max-width: 1024px){

    .section_ra .intro{
        padding: 30px 80px 30px 80px;
    }
    /* .section_ra .intro h4{
        font-size: 22px;
        line-height: 29px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .section_ra .intro p{
        font-size: 28px;
        line-height: 29px;
        font-weight: 700;
    } */
    .section_ra .mosaique .sectors img{
        top: 20%;
        left: 30%;
    }
    .section_ra .mosaique .sectors p{
        font-size: 14px;
        line-height: 17px;
    }
}


@media (max-width: 768px){

    .wrapper .section_ra{
        width: 100%;
    }
    .container.section_ra{
        padding: 0;
    }

    .section_ra p br{
        display: none;
    }

    .section_ra .intro{
        padding: 50px 30px 80px 30px;
    }
    .section_ra .intro h4{
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .section_ra .intro p{
        font-size: 26px;
        line-height: 28px;
    }

    .section_ra .mosaique{
        -webkit-flex-wrap            :wrap;
    		-ms-flex-wrap            :wrap;
    			flex-wrap            :wrap;
        -webkit-flex-direction       :column-reverse;
    		-ms-flex-direction       :column-reverse;
    			flex-direction       :column-reverse;
        padding-bottom: 0;
        width: 100%;
    }

    .section_ra .mosaique .sectors .square .square_content{
        -webkit-justify-content      : center;
    		-ms-flex-pack            : center;
    			justify-content      : center;
    }

    .section_ra .mosaique .sectors .square::after{
        padding-bottom: 420px;
    }

    .section_ra .mosaique .sectors{
        width: 100%;
        display: block;
    }

    .section_ra .mosaique .sectors .square.slick-slide .picto{
        margin-bottom: 15px;
    }

    .section_ra .mosaique .sectors img{
        display: block;
        margin: auto;
        position: static;
        padding-top: 0;
    }

    .section_ra .mosaique .sectors p{
        display: inline-block;
        text-align: left;
        padding: 30px 0 80px 0;
    }

    .section_ra .mosaique .sectors .conjonct{
        width: 100%;
        background: #45519E;
        padding-bottom: 0px;
        text-align: center;
    }
    .section_ra .mosaique .sectors .carbu{
        width: 100%;
        background: #45519E;
        text-align: center;
    }
    .section_ra .mosaique .sectors .lub{
        width: 100%;
        background: #45519E;
        text-align: center;
    }
    .section_ra .mosaique .sectors .persp{
        width: 100%;
        background: #45519E;
        text-align: center;
    }


    .section_ra .mosaique .ra_download{
        width: 100%;
    }
    .section_ra .mosaique .ra_download img{
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .section_ra .mosaique .ra_download .i_text{
        display: none;
    }


    .section_ra .ra_download_mobile{
        width: 100%;
        background-color: #2A325B;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }
    .section_ra .ra_download_mobile img{
        /* display: block; */
        width: 21px;
        margin-right: 30px;
        vertical-align: top;
    }
    .section_ra .ra_download_mobile .i_text_mobile{
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
        padding-top: 30px;
        padding-bottom: 20px;
        margin-left: 40px;
    }
    .section_ra .ra_download_mobile span{
        font-size: 13px;
        line-height: 16px;
        font-weight: 500;
        display: block;
    }
    .section_ra .ra_download_mobile i{
        font-size: 25px;
        margin-right: 20px;
        color: #fff;
    }
    .section_ra .ra_download_mobile a{
        text-decoration: none;
        color: #fff;
    }
    .section_ra .ra_download_mobile a:hover{
        opacity: 0.5;
    }
    .section_ra .ra_download_mobile p:last-child{
        font-size: 21px;
        line-height: 25px;
        font-weight: 700;
        text-align: left;
    }




}

@media (max-width: 1024px){

    .section_rse .intro{
        padding: 20px 80px 120px 80px;
    }
    /* .section_rse .intro h4{
        font-size: 22px;
        line-height: 29px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .section_rse .intro p{
        font-size: 28px;
        line-height: 29px;
        font-weight: 700;
    } */
    .section_rse .mosaique .sectors img{
        top: 30%;
        left: 35%;
    }
    .section_rse .mosaique .sectors p{
        font-size: 14px;
        line-height: 17px;
    }
    .section_rse .mosaique .finance_intro p{
        font-size: 20px;
        line-height: 28px;
        padding-left: 50px;
        padding-right: 40px;
    }
    .section_rse .mosaique .finance_download .i_text{
        padding-top: 60px;
        padding-left: 50px;
    }
}

@media all and (max-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .section_rse .mosaique .rse_download img{
        width: 100%!important;
        height: auto!important;
    }
}


@media (max-width: 768px){

    .wrapper .section_rse{
        width: 100%;
    }
    .container.section_rse{
        padding: 0;
    }

    .section_rse .intro{
        padding: 80px 30px 0px 30px;
    }

    .section_rse p br{
        display: none;
    }


    .section_rse .mosaique .rse_download{
        width: 100%;
    }
    .section_rse .mosaique .rse_download img{
        height: 400px;
        object-fit: cover;
    }


    .section_rse .mosaique .rse_download .i_text{
        display: none;
    }

    .section_rse .mosaique{
    -webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
			flex-wrap:wrap;
        padding-bottom: 0;
        width: 100%;
    }
    .section_rse .mosaique .sectors{
        width: 100%;
        display: block;
    }
    .section_rse .mosaique .sectors img{
        display: block;
        margin: auto;
        position: static;
        padding-top: 0;
    }
    .section_rse .mosaique .sectors p{
        display: inline-block;
        text-align: left;
        padding: 30px 0 80px 0;
    }

    .section_rse .mosaique .sectors .square .square_content{
        -webkit-box-pack             : center;
        -webkit-justify-content      : center;
            -ms-flex-pack            : center;
                justify-content      : center;
    }

    .section_rse .mosaique .sectors .square::after{
        padding-bottom: 420px;
    }

    .section_rse .mosaique .sectors .secu{
        width: 100%;
        background: #A5CC52;
        padding-bottom: 0px;
        text-align: center;
    }
    .section_rse .mosaique .sectors .environment{
        width: 100%;
        background: #A5CC52;
        padding-bottom: 0px;
        text-align: center;
    }
    .section_rse .mosaique .sectors .energy{
        width: 100%;
        background: #A5CC52;
        padding-bottom: 0px;
        text-align: center;
    }
    .section_rse .mosaique .sectors .development{
        width: 100%;
        background: #A5CC52;
        padding-bottom: 0px;
        text-align: center;
    }


    .section_rse .rse_download_mobile{
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
        background: #8CBE23;
        width: 100%;
    }
    .section_rse .rse_download_mobile .i_text_mobile{
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
        padding-top: 30px;
        padding-bottom: 20px;
        margin-left: 40px;
    }
    .section_rse .rse_download_mobile span{
        font-size: 13px;
        line-height: 16px;
        font-weight: 500;
        display: block;
    }
    .section_rse .rse_download_mobile i{
        font-size: 25px;
        margin-right: 20px;
        color: #fff;
    }
    .section_rse .rse_download_mobile a{
        text-decoration: none;
        color: #fff;
    }
    .section_rse .rse_download_mobile a:hover{
        opacity: 0.5;
    }
    .section_rse .rse_download_mobile p:last-child{
        font-size: 21px;
        line-height: 25px;
        font-weight: 700;
        text-align: left;
    }

    .section_rse .rse_download_mobile .i_text_mobile div{
        display: inline-block;
    }


    .section_rse .mosaique .full_image{
        display: block;
        width: 100%;
    }


    .section_rse .mosaique .finance_download{
        width: 100%;
        display: block;
        padding: 25px;
    }


    .section_rse .mosaique .finance_download{
        width: 100%;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }
    .section_rse .mosaique .finance_intro p{
        padding: 20px 0 0 0;
    }
    .section_rse .mosaique .finance_download .i_text{
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
        padding-top: 30px;
        padding-left: 0;
    }
    .section_rse .mosaique .finance_download .i_text span{
        font-size: 13px;
        line-height: 16px;
        font-weight: 500;
        display: block;
    }
    .section_rse .mosaique .finance_download .i_text i{
        font-size: 25px;
        margin-right: 20px;
        color: #fff;
    }
    .section_rse .mosaique .finance_download .i_text p:last-child{
        font-size: 21px;
        line-height: 25px;
        font-weight: 700;
    }
    .section_rse .mosaique .finance_download .i_text a{
        text-decoration: none;
        color: #fff;
    }
    .section_rse .mosaique .finance_download .i_text a:hover{
        opacity: 0.5;
    }

}


@media (max-width: 768px){

    .wrapper .section_telechargement{
        padding-top: 60px;
    }
    .section_telechargement .downloads{
        display: block;
    }
    .container.section_telechargement .download_zone_groupe{
        width: 100%;
    }

    .section_telechargement .title p{
        font-size: 16px;
    }
    .section_telechargement .title h3{
        font-size: 35px;
        line-height: 40px;
        margin-top: 10px;
    }
}



@media (max-width: 768px){

    footer{
    -webkit-flex-direction:column-reverse;
        -ms-flex-direction:column-reverse;
            flex-direction:column-reverse;
    -webkit-box-pack             : flex-end;
	-webkit-justify-content      : flex-end;
		-ms-flex-pack            : flex-end;
			justify-content      : flex-end;
        height: auto;
    }

    footer .liens{
      margin-top: 15px;
    }
    footer .liens .logo_footer{
        height: auto;
        width: auto;
        margin-bottom: 10px;
    }

    footer .mentions .edition{
        margin-top: 40px;
    }

    footer .mentions .mentions_liens{
        margin-top: 15px;
    }

}

/* RESPONSIVE MOBILE */

@media (max-width: 500px){

    .container.section_ra {
        margin: 0px;
    }

    .wrapper .section_faits_marquants {
        padding: 60px 40px;
    }

    .container.section_ra .wrapper_intro {
        display: block;
        justify-content: center;
    }

    .section_ra .wrapper_intro .intro .RAbrowser {
        display: none;
    }

    .section_ra .wrapper_intro .intro .RAmobile {
        display: block;
        font-size: 22px;
        line-height: 32px;
    }

    .section_ra .mosaique .sectors .square .square_content {
        position: absolute;
        width: 100%;
        /* height: 500px;
        display: block; */
    }

    .section_ra .mosaique .sectors .square::after {
        content: "";
        display: block;
        padding-bottom: 260px;
    }

    .section_ra .mosaique .sectors .square .sector_text p {
        font-size: 25px;
        line-height: 32px;
    }

    .section_ra .ra_download_mobile .i_text_mobile {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
        padding-top: 40px;
        padding-bottom: 40px;
        margin-left: 70px;
    }

    .section_rse .wrapper_intro .intro .RAbrowser {
        display: none;
    }

    .section_rse .wrapper_intro .intro .RAmobile {
        display: block;
        font-size: 22px;
        line-height: 32px;
    }

    .section_rse .mosaique .sectors .square .square_content {
        position: absolute;
        width: 100%;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
        margin-top: -10px;
        -webkit-box-pack             : center;
    	-webkit-justify-content      : center;
    		-ms-flex-pack            : center;
    			justify-content      : center;
    }

    .section_rse .mosaique .sectors .square::after {
        content: "";
        display: block;
        padding-bottom:260px;
    }

}
