@font-face {
    font-family: 'MarkPro';
    src: url('../fonts/MarkPro.woff2') format('woff2'),
        url('../fonts/MarkPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MarkBold';
    src: url('../fonts/MarkPro-Bold.woff2') format('woff2'),
        url('../fonts/MarkPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'MarkLight';
    src: url('../fonts/MarkPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MarkBlack';
    src: url('../fonts/MarkPro-Black.woff2') format('woff2'),
        url('../fonts/MarkPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'MarkMedium';
    src: url('../fonts/MarkPro-Medium.woff2') format('woff2'),
        url('../fonts/MarkPro-Medium.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body{
    color: #515151; 
    font-family: 'MarkPro';
    font-size: 16px;      
}
*{
    margin: 0px;
    padding: 0px;
}
p{ 
    font-family: 'MarkPro';
    font-size: 18px;
}
ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
a, a:focus, a:hover{
    text-decoration: none;
}



/*  Header  */

.header{
    padding-bottom: 30px;
}
.logo{
    padding-top: 30px;
}
.menu{
    text-align: right;
    padding-top: 20px;
}
.menu_top{
    margin-bottom: 35px;
}
.menu_top li, .menu_bottom li{
    display: inline-block;
    position: relative;
}
.menu_top li:nth-of-type(4) samp{
    display: none;
}
.menu_top li:last-child{
    margin-left: 30px;
}
.menu_top li a, .menu_top li samp{
    font-family: 'MarkPro';
    font-size: 14px;
    color: #3d3d3d;
}
.menu_top li samp{
    padding: 0 20px;
}
.menu_top li select{
    font-family: 'MarkBold';
    font-size: 14px;
    color: #3d3d3d;
    border: 0;
    appearance: none;
    outline: none;
    position: relative;
    border-bottom: 2px solid #3a8bc4;
    width: 95px;
    padding-left: 5px;
    padding-bottom: 7px;
    line-height: 1;
    background: transparent;
}
.menu_top li:last-child:after{
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    background: url('../images/up_arrow_01.png') no-repeat;
    width: 17px;
    height: 17px;
    pointer-events: none;
}
.menu_bottom li{
    margin-left: 60px;
}
.menu_bottom li:first-child{
    margin-left: 0;
}
.menu_bottom li a{
    font-family: 'MarkBold';
    font-size: 19px;
    color: #3d3d3d;
    position: relative;
    padding-right: 30px;
}
.menu_bottom li a:after{
    content: '';
    position: absolute;
    bottom: 5px;
    right: 0;
    background: url('../images/up_arrow_02.png') no-repeat;
    width: 16px;
    height: 9px;
}
.menu_bottom li button{
    background: transparent;
    border: 0;
    outline: none;
}
.hamburger{
    display: none;
}
.form_search{
    position: relative;
}
.form_search input{
    width: 100%;
    height: 40px;
    font-family: 'MarkPro';
    font-size: 16px;
    color: #000;
    background: transparent;
    border: 0;
    outline: none;
    border-bottom: 1px solid #000;
    padding-left: 7px;
}
.form_search input::placeholder{
    font-family: 'MarkPro';
    font-size: 16px;
    color: #000;
}
.form_search button{
    background: transparent;
    border: 0;
    outline: none;
    position: absolute;
    right: 7px;
    top: 0;
}
@media (min-width: 992px) and (max-width: 1199px){
    .menu_bottom li {
        margin-left: 45px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .menu_top{
        margin-bottom: 20px;
    }
    .menu_bottom li {
        margin-left: 30px;
    }
    .menu_bottom li a{
        font-size: 17px;
        padding-right: 24px;
    }
}
@media (max-width: 767px){
    .header .container{
        position: relative;
    }
    .menu {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        background: #2e4554;
        transition: .7s ease;
        -webkit-transition: .7s ease;
        -moz-transition: opacity .7s ease;
        padding-top: 100px;
        overflow-y: auto;
        text-align: unset;
    }
    .menu_top {
        margin-bottom: 20px;
    }
    .menu_top li, .menu_bottom li{
        display: grid;
        margin-left: 0 !important;
        padding-bottom: 20px;
    }
    .menu_top li a, .menu_top li select, .menu_bottom li a{
        color: #fff;
    }
    .menu_top li a, .menu_top li select{
        font-size: 16px;
    }
    .menu_top li samp{
        display: none;
    }
    .menu_top li select{
        background: #2e4554;
        width: 100%;
    }
    .menu_top li:last-child:after{
        top: -2px;
        right: 5px;
    }
    .menu_bottom li button{
        text-align: left;
    }
    .logo{
        padding-top: 20px;
    }
    .hamburger{
        z-index: 9999;
        width: 60px;
        height: 60px;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 40px;
    }
    .hamburger.animate{
        position: fixed;
    }
    .hamburger button{
        background: transparent;
        border: 0;
        outline: none;
        position: relative;
        top: 0;
        width: 100%;
        height: 40px;
    }
    .hamburger samp, .hamburger .ferme{
        font-family: 'MarkPro';
        font-size: 10px;
        color: #253b72;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: block;
        text-align: right;
    }
    .hamburger .ferme{
        display: none;
    }
    .hamburger.animate samp{
        display: none;
    }
    .hamburger.animate .ferme{
        display: block;
        letter-spacing: 0;
        color: #fff;
    }
    /*.hamburger.animate{
        position: absolute;
        top: 0;
        left: 0;
    }*/
    .bar,
    .bar:after,
    .bar:before {
        height: 4px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .bar {
        transform: translateY(25px);
        background: #253b72;
        transition: all 0ms 300ms;
        position: absolute;
        top: -9px;
        width: 33px;
        right: 0;
    }
    .bar.animate {
        background: rgba(255, 255, 255, 0);
    }
    .bar:before {
        content: "";
        position: absolute;
        right: 0;
        top: -13px;
        background: #253b72;
        width: 50px;
        transition: bottom 500ms 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .bar:after {
        content: "";
        position: absolute;
        right: 0;
        top: 13px;
        width: 50px;
        background: #253b72;
        transition: top 500ms 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .bar.animate:after {
        background: #fff;
        top: -2px;
        transform: rotate(45deg);
        transition: top 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms 500ms cubic-bezier(0.23, 1, 0.32, 1);;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        width: 40px;
        height: 4px;
    }
    .bar.animate:before {
        background: #fff;
        top: -3px;
        transform: rotate(-45deg);
        transition: bottom 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms 500ms cubic-bezier(0.23, 1, 0.32, 1);;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        width: 40px;
        height: 4px;
    }
    .show_menu {
        left: 0;
        opacity:1;
        z-index: 999;
    }
    .hide_menu {
        opacity:0;
        left: 100%;
    }
}

/*  Switcher Home  */

.switcher{
    position: relative;
}
.switcher .container-full .col-lg-7{
    padding-left: 0;
    padding-right: 0;
}
.switcher .container-full .row{
    margin-right: 0;
}
.video_switcher{
    position: relative;
}
.video_switcher video{
    width: 100%;
}
.carre_rouge{
    position: absolute;
    bottom: -22px;
    left: -30px;
    width: 60px;
    height: 60px;
    background: #e8222d;
    transform: rotate(135.186deg) !important;
    z-index: 9;
}
.text_switcher{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    text-align: right;
    padding-right: 18%;
}
.text_switcher label{
    font-family: 'MarkMedium';
    font-size: 12px;
    color: #1476b9;
    text-transform: uppercase;
}
.text_switcher h1{
    font-family: 'MarkPro';
    font-size: 58px;
    color: #383838;
    margin: 70px 0 90px;
}
.text_switcher h1 span{
    display: block;
}
.text_switcher h1 span samp{
    color: #1476b9;
}
.text_switcher a{
    font-family: 'MarkMedium';
    font-size: 19px;
    color: #1476b9;
    padding: 25px 80px 25px 35px;
    position: relative;
    display: inline-block;
    border: 1px solid #1476b9;
}
.text_switcher a:after{
    content: '';
    position: absolute;
    top: 33px;
    right: 30px;
    background: url('../images/right_arrow.png') no-repeat;
    width: 24px;
    height: 12px;
}
@media (min-width: 992px) and (max-width: 1599px){
    .text_switcher h1 {
        font-size: 50px;
        margin: 40px 0 50px;
    }
    .text_switcher a{
        padding: 20px 65px 20px 30px;
    }
    .text_switcher a:after {
        top: 29px;
        right: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .text_switcher h1 {
        font-size: 40px;
        margin: 30px 0 40px;
    }
    .text_switcher a{
        font-size: 17px;
        line-height: 1;
    }
    .text_switcher a:after {
        top: 23px;
    }
}
@media (max-width: 991px){
    /*.text_switcher{
        padding-right: 0;
        justify-content: center;
        position: absolute;
        width: 100%;
    }*/
    .text_switcher{
        padding-right: 12%;
    }
    .text_switcher label{
        font-size: 10px;
    }
    .text_switcher h1 {
        font-size: 25px;
        margin: 20px 0 35px;
    }
    .text_switcher a{
        font-size: 16px;
        padding: 15px 50px 15px 25px;
        line-height: 1;
    }
    .text_switcher a:after {
        top: 18px;
        right: 15px;
    }
}
@media (max-width: 767px){
    .switcher .container-full .row{
        flex-direction: column-reverse;
    }
    .text_switcher{
        padding-right: 0;
        justify-content: center;
        margin-bottom: 25px;
    }
}

/*  A propos home  */

.apropos_home{
    background: #365091 url('../images/visuel_apropos.jpg') no-repeat;
    position: relative;
    margin-top: -8px;
}
.text_apropos_home{
    padding: 100px 0;
    padding-left: 80px;
}
.text_apropos_home h2{
    font-family: 'MarkPro';
    font-size: 43px;
    color: #fff;
}
.text_apropos_home p{
    font-family: 'MarkPro';
    font-size: 18px;
    color: #fff;
    margin: 70px 0 55px;
    text-align: justify;
    line-height: 35px;
}
.text_apropos_home a{
    font-family: 'MarkPro';
    font-size: 18px;
    color: #5ebeff;
    text-decoration: underline;
}
.img_apropos_home{
    display: none;
}
@media (max-width: 991px){
    .apropos_home{
        background: #365091;
    }
    .img_apropos_home{
        display: block;
    }
    .text_apropos_home{
        padding-left: 0;
        padding: 20px 0 40px;
    }
    .text_apropos_home p{
        margin: 50px 0 40px;
    }
}
@media (max-width: 767px){
    .apropos_home{
        margin-top: 0;
    }
}
@media (max-width: 575px){
    .text_apropos_home h2{
        font-size: 30px;
    }
    .text_apropos_home p{
        margin: 30px 0;
        font-size: 16px;
        line-height: 30px;
    }
}

/*  Activites Home  */

.activites_home{
    margin-top: 60px;
}
.titre_blocks{
    display: inline-block;
    font-family: 'MarkPro';
    font-size: 30px;
    color: #616161;
    margin-bottom: 50px;
    position: relative;
}
.titre_blocks:after{
    content: '';
    position: absolute;
    right: -180px;
    top: 50%;
    background: #1476b9;
    width: 150px;
    height: 3px;
}
.activites_home .titre_blocks:after{
    background: #e8222d;
}
.item_activites_home{
    position: relative;
    cursor: pointer;
}
.text_activites_home{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -ms-center;
    border-right: 1px solid #eaeaea;
}
.icon_activite_blanc{
    display: none;
}
.text_activites_home h4{
    margin-top: 50px;
}
.text_activites_home h4 a{
    font-family: 'MarkMedium';
    font-size: 16px;
    color: #404040;
}
.item_activites_home:hover .icon_activite_blue{
    display: none;
}
.item_activites_home:hover .icon_activite_blanc{
    display: block;
}
.item_activites_home:hover .text_activites_home{
    background: rgb(0 0 0 / 30%);
}
.item_activites_home:hover .text_activites_home h4 a{
    color: #fff;
}
.img_activites_home{
    width: 100%;
}
@media (max-width: 757px){
    .titre_blocks{
        font-size: 27px;
    }
    .titre_blocks:after{
        width: 80px;
        right: -100px;
    }
}
@media (max-width: 575px){
    .titre_blocks:after{
        width: 60px;
        right: -80px;
    }
}


/*  Actus Home  */

.actus_home{
    margin-top: 80px;
}
.titre_actus_home{
    position: relative;
    overflow: hidden;
}
.titre_actus_home .titre_blocks{
    float: left;
}
.titre_actus_home a{
    float: right;
    font-family: 'MarkPro';
    font-size: 16px;
    color: #1476b9;
    position: relative;
    top: 4px;
}
.item_actus{
    position: relative;
}
.item_actus label{
    font-family: 'MarkPro';
    font-size: 16px;
    color: #1476b9;
}
.item_actus h4{
    margin-top: 25px;
    margin-bottom: 0;
    line-height: 0;
}
.item_actus h4 a{
    font-family: 'MarkBold';
    font-size: 18px;
    color: #383838;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.text_item_actus_anchor label, .text_item_actus_anchor h4 a{
    color: #fff;
}
.text_item_actus_anchor{
    position: absolute;
    bottom: 10%;
    left: 30px;
    padding-right: 10px;
}
.img_item_actus{
    background-size: cover !important;
    width: 100%;
    height: 270px;
    margin-bottom: 25px;
}
.img_item_actus a{
    display: block;
    width: 100%;
    height: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px){
    .img_item_actus{
        height: 220px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .img_item_actus{
        height: 170px;
    }
}
@media (max-width: 991px){
    .item_actus{
        max-width: 400px;
        margin-bottom: 25px;
    }
    .img_item_actus{
        height: 240px;
    }
    .item_actus h4 a{
        display: block;
    }
    .text_item_actus_anchor h4 a{
        display: -webkit-box;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .img_item_actus{
        height: 170px;
    }
}
@media (max-width: 767px){
    .item_actus label{
        font-size: 15px;
    }
    .item_actus h4 a{
        font-size: 16px;
    }
}
@media (max-width: 575px){
    .titre_actus_home{
        margin-bottom: 40px;
    }
    .titre_actus_home .titre_blocks{
        float: unset;
        margin-bottom: 5px;
    }
    .titre_actus_home a{
        float: unset;
        display: block;
    }
    .item_actus{
        margin-bottom: 45px;
    }
}

/*  Site production Home  */

.site_production{
    margin-top: 80px;
}
.site_production .container-full{
    max-width: 1600px;
    margin: auto;
}
.site_production .container-full .row{
    margin-right: 0;
    margin-left: 0;
}
.site_production .container-full .col-lg-5{
    padding-right: 0;
    padding-left: 0;
}
.text_site_production{
    padding-right: 60px;
    text-align: right;
    display: flex;
    align-items: center;
    height: 100%;
}
.text_site_production h2{
    font-family: 'MarkPro';
    font-size: 40px;
    color: #353535;
    margin-top: 0;
}
.text_site_production p{
    font-family: 'MarkPro';
    font-size: 18px;
    color: #353535;
    margin: 70px 0;
    line-height: 35px;
}
.text_site_production a{
    font-family: 'MarkPro';
    font-size: 18px;
    color: #5ebeff;
    text-decoration: underline;
}
.img_site_production{
    position: relative;
}
.img_site_production h5{
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    font-family: 'MarkPro';
    font-size: 120px;
    color: #fff;
    margin-bottom: 0;
    line-height: .7;
    text-align: center;
}
.img_site_production h5 label{
    position: relative;
}
.img_site_production h5 label span{
    position: absolute;
    top: -60px;
    right: 0;
    font-size: 50px;
    line-height: 1;
}
@media (min-width: 1200px) and (max-width: 1399px){
    .text_site_production p{
        margin: 35px 0;
        line-height: 31px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .text_site_production{
        padding-right: 40px;
    }
    .text_site_production h2{
        font-size: 32px;
    }
    .text_site_production p{
        font-size: 16px;
        margin: 25px 0;
        line-height: 27px;
    }
    .img_site_production h5{
        font-size: 80px;
    }
    .img_site_production h5 label span {
        top: -45px;
        font-size: 35px;
    }
}
@media (max-width: 991px){
    .site_production{
        margin-top: 40px;
    }
    .text_site_production{
        max-width: 673px;
        text-align: left;
        margin: auto;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .text_site_production p{
        font-size: 17px;
        margin: 25px 0;
        line-height: 30px;
    }
    .img_site_production{
        text-align: -webkit-center;
        text-align: -moz-center;
        text-align: -ms-center;
    }
    .img_site_production h5{
        font-size: 100px;
    }
    .img_site_production h5 label span {
        font-size: 45px;
    }
}
@media (max-width: 575px){
    .site_production{
        margin-top: 0;
    }
    .text_site_production h2{
        font-size: 28px;
    }
    .text_site_production p{
        font-size: 15px;
    }
    .text_site_production a{
        font-size: 16px;
    }
    .img_site_production h5 {
        font-size: 60px;
    }
    .img_site_production h5 label span {
        font-size: 40px;
        top: -45px;
        right: -12px;
    }
}

/*  Partenaires Home  */

.partenaires_home{
    margin-top: 80px;
}
.img_partenaires{
    text-align: center;
}
@media (max-width: 991px){
    .partenaires_home .titre_blocks{
        margin-bottom: 20px;
    }
    .img_partenaires{
        margin-top: 30px;
    }
}

/*  Générations futures & Notre présence */

.generation_world{
    margin-top: 80px;
}
.generation_world .container-full{
    max-width: 1510px;
    margin: auto;
}
.generation_world .container-full .row{
    margin-right: 0;
    margin-left: 0;
}
.generation_world .row .col-lg-6{
    padding-right: 0;
    padding-left: 0;
}
.generation_futur, .world_present{
    position: relative;
    text-align: center;
}
.generation_world h5{
    font-family: 'MarkBold';
    font-size: 80px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    left: 0;
    padding-top: 18%;
}
.generation_world h5 span{
    display: block;
}
.world_present h5{
    font-size: 50px;
}
@media (max-width: 575px){
    .generation_world h5{
        font-size: 40px;
    }
    .world_present h5 {
        font-size: 32px;
    }
}

/*  Foooter  */

.footer{
    padding: 80px 0 120px;
    text-align: center;
}
.menu_footer{
    margin: 50px 0 65px;
}
.menu_footer li{
    display: inline-block;
    margin-right: 80px;
}
.menu_footer li:last-child{
    margin-right: 0;
}
.menu_footer li a{
    font-family: 'MarkPro';
    font-size: 18px;
    color: #3d3d3d;
}
.footer p{
    font-family: 'MarkPro';
    font-size: 14px;
    color: #5e5e5e;
    margin: 0;
}
@media (min-width: 1200px) and (max-width: 1399px){
    .menu_footer li{
        margin-right: 60px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .menu_footer li{
        margin-right: 35px;
    }
}
@media (max-width: 991px){
    .menu_footer li {
        margin-right: 0;
        margin-bottom: 20px;
        width: 32%;
    }
}
@media (max-width: 575px){
    .menu_footer li {
        width: 49%;
    }
}
















