/*!
 * Theme Name: Starter template for Mardi
 * Theme URI: https://mardi.io
 * Description: Starter template for wordpress project
 * Version: 1.0.0
 * Author: Sébastien Constans
 * Author URI: https://mardi.io
 * Tags: Mardi, Starter
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
 */

@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;700&display=swap');
@font-face {
    font-family: "Futura Bold";
    src: url("./fonts/FuturaBold.ttf") format("ttf"),
}

@font-face {
    font-family: "Futura Book";
    src: url("./fonts/FuturaBook.ttf") format("ttf"),
}

html{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    font-family: "Crimson Text", sans-serif;
}

/* RESET */

h1,h2,h3,h4,h5,h6,p,form,input,textarea,ul,li{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

/* END RESET */


/* GLOBAL CLASS */

/* CONTENT */
.large_title{
    font-size: 50px;
    font-weight: bold;
    line-height: 66px;
    text-align: center;
	text-transform: uppercase;
}

.medium_title{
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.small_title{
    font-size: 18px;
}

.button_link{
    text-decoration: none;
    padding: 12px 24px;
    background: grey;
}
/* END CONTENT */

/* SECTION */

.container_middle{
    width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 120px 0px;
}

.flex_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* END SECTION */

/* END GLOBAL CLASS */


/* HEADER */
header{
    width: 100%;
    height: auto;
    padding: 16px 0px;
    background:white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header_logo{
    margin-left: 5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.cigle_header{
    width: auto;
    height: 28px;
    display: block;
    transition: 450ms;
}

.string_header{
    width: 200px;
    height: auto;
    display: block;
    margin-left: 10px;
    opacity: 0;
    transition: 450ms;
}
/*
.header_logo:hover .cigle_header{

} */

.nav_header{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    display: none;
}

.image_back_nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    z-index: -1
}

.nav_header ul{
    margin: auto;
    width: 1080px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.side_header{
    width: 40%;
    height: auto;
}

.side_header ul{
    display: block !important;
}

.nav_header ul li{
    display: block;
    margin-bottom: 35px;
}

.nav_header ul li a{
    font-size: 36px;
    font-weight: bold;
    color: white !important;
    text-transform: uppercase;
}

.a_back_header{
    position: absolute;
    top: -80px;
    left: 0;
}

.a_back_header img{
    display: block;
    width: auto;
    height: 22px;
    transform: rotate(-180deg);
}

.line_header{
    width: 100%;
    height: 1px;
    background: white;
    margin-top: 32px;
}

.address_nav{
    padding-top: 32px;
    position: relative;
    z-index: 1;
}

.address_nav a{
    display: block;
    color: white;
    font-size: 18px;
    font-family: "Crimson Text", sans-serif;
}

.address_nav{
    color: white;
    font-size: 16px;
    line-height: 32px;
    font-family: "Crimson Text", sans-serif;
    font-size: 18px;
}

.nav_rs{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px;
    position: relative;
    z-index: 1;
}

.nav_rs a:first-child{
    margin-right: 32px;
}

.nav_rs img{
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
}


.mentions_nav{
    position: absolute;
    bottom: 32px;
    text-align: center;
    width: 60%;
    left: 20%;
}

.mentions_nav a{
    color: white;
    font-size: 14px;
}

.mentions_nav span{
    display: inline-block;
    width: 24px;
    height: 1px;
    background: white;
    position: relative;
    top: -3px;
    margin: 0 6px;
}



/* BUREGR MENU */

#burger-menu {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-right: 5%;
    z-index: 5;
    position: relative;
    top: 4px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: 0.5s cubic-bezier(0.43, 0.58, 0.47, 0.62);
    -moz-transition: 0.5s cubic-bezier(0.43, 0.58, 0.47, 0.62);
    -o-transition: 0.5s cubic-bezier(0.43, 0.58, 0.47, 0.62);
    -webkit-transition: 0.5s cubic-bezier(0.43, 0.58, 0.47, 0.62);
}

#burger-menu span {
    background: black;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: 0.25s cubic-bezier(0.43, 0.58, 0.47, 0.62);
    -moz-transition: 0.25s cubic-bezier(0.43, 0.58, 0.47, 0.62);
    -o-transition: 0.25s cubic-bezier(0.43, 0.58, 0.47, 0.62);
    -webkit-transition: 0.25s cubic-bezier(0.43, 0.58, 0.47, 0.62);
}

#burger-menu span:nth-child(1) {
    top: 0px;
}

#burger-menu span:nth-child(2) {
    top: 10px;
}

#burger-menu span:nth-child(3) {
    top: 20px;
}

#burger-menu.open span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

#burger-menu.open span:nth-child(2) {
    opacity: 0;
    left: 30px;
}

#burger-menu.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/* END HEADER */


/* BODY */


main{
    width: 100%;
    height: auto;
}


.container_full{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    position: relative;
}

.video_back_all{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

.image_back_section{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.a_scroll{
    position: absolute;
    bottom: 30px;
    left: calc(50% - 5px);
    cursor: pointer;
}

.a_scroll img{
    display: block;
    width: 10px;
    height: auto;
    transform: rotate(90deg);
}

.center_full{
    width: 640px;
    height: auto;
    margin: auto;
    background: rgba(0,0,0,0.4);
    padding: 32px 0px;
    border:2px solid white;
    position: relative;
}

.container_full .center_full{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.box_left_top{
    position: absolute;
    top: -4px;
    left: -4px;
    width: 50px;
    height: 50px;
}

.box_left_top div:first-child{
    position: absolute;
    width: 6px;
    height: 40px;
    left: 0;
    top: 0;
    background: white;
}


.box_left_top div:last-child{
    position: absolute;
    width: 40px;
    height: 6px;
    left: 0;
    top: 0;
    background: white;
}

.box_right_top{
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 50px;
    height: 50px;
}

.box_right_top div:first-child{
    position: absolute;
    width: 6px;
    height: 40px;
    right: 0;
    bottom: 0;
    background: white;
}


.box_right_top div:last-child{
    position: absolute;
    width: 40px;
    height: 6px;
    right: 0;
    bottom: 0;
    background: white;
}


.center_full .medium_title{
    width: 92%;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    padding-bottom: 32px;
}

.center_full p{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 18px;
    color: white;
}

.container_manifesto{
    position: relative;
}

.manifesto_box{
    display: none;
    width: 100%;
    height: 100vh;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000
}

.manifesto_box .center_full{
    display: block !important;
    width: 860px;
    height: auto;
    background: rgba(255, 255, 255, 0.05);
    border: 0;
    position: relative;
}

.manifesto_box .center_full h2{
    color: #15266d;
}

.manifesto_box .center_full p{
    color: #15266d;
    width: 90%;
    text-align: left;
}

.manifesto_box .logo_popup{
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 32px
}

.arrow_popup{
    width: 16px;
    height: auto;
    display: block;
    position: absolute;
    top: -40px;
    left: -40px;
    filter: invert(1);
    transform: rotate(-180deg);
    cursor: pointer;
}

.manifesto_box .center_full .box_left_top, .manifesto_box .center_full .box_right_top{
    display: none;
}

.flex_arrows{
    width: 40px;
    height: auto;
    position: absolute;
    bottom: 32px;
    left: calc(50% - 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow_start_contact{
    width: 440px;
    position: absolute;
    top: -48px;
    left: calc(50% - 220px);
    text-align: center;
    font-size: 14px
}

.arrow_start_contact a{
    color: black;
    font-weight: 300;
    font-family: 'Crimson text', sans-serif;
}

.arrow_start_contact a{
    margin: 0;
    color: #152472;
}

.flex_arrows a img{
    display: block;
    width: 10px;
    height: auto;
    /* transform: rotate(-180deg) */
}

.arrow_start_contact img{
    display: inline-block !important;
    width: 22px !important;
    height: auto;
    margin-left: 10px;
    position: relative;
    top: 6px;
    filter: inherit !important;
    transform: inherit !important;
}

.flex_arrows a:first-child img{
    transform: rotate(-0deg)
}

.flex_arrows a:last-child img{
    transform: rotate(-180deg)
}

/* ARROWS NEWS */
.flex_arrows_news{
    width: 40px;
    height: auto;
    position: absolute;
    bottom: 32px;
    left: calc(50% - 20px);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex_arrows_news a img{
    display: block;
    width: 10px;
    height: auto;
    filter: invert(1);
    transform: rotate(90deg)
}

.flex_arrows_news a img{
    filter: invert(0)
}

.flex_arrows_news .a_first_news img{
    transform: rotate(270deg);
    filter: invert(0)
}

.a_flex_news{
    width: 180px;
    height: auto;
    display: block;
    position: absolute;
    top: -32px;
    left: calc(50% - 90px);
    color: white;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.container_manifesto .center_full{
    width: 860px;
    max-height: 90vh;
    background: transparent;
    border-color: #15266d;
}

.container_manifesto .large_title{
    color: #15266d;
}

.container_manifesto .content,
.container_manifesto .content p {
    color: #101738;
    text-align: left;
    width: 90%;
}

.container_manifesto .box_left_top div, .container_manifesto .box_right_top div{
    background: #15266d;
}

.logo_manifesto{
    width: 41px;
    height: auto;
    display: block;
    position: absolute;
    bottom: 13px;
    right: 7.5%;
    z-index: 2;
    cursor: pointer;
}

.container_expertises{
    width: 100%;
    height: 100vh;
    /* background:url('http://localhost:8888/reputationage/wp-content/uploads/2021/04/back_blue.png') center center / cover; */
    display: flex;
    justify-content: center;
    position: relative;
}

.center_expertises{
    width: 1080px;
    height: auto;
    margin:auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3
}

.center_expertises_contact{
    width: 1080px;
    height: auto;
    margin:auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3
}


.center_expertises h2{
    color: white;
    padding-bottom: 24px;
    padding-top: 32px
}	

.side{
    width: 46%;
    height: auto;
}

.side .center_full_left{
    width: 50%;
    height: 500px;
    padding: 0;
}

.side .center_full{
    width: 100%;
    height: 500px;
    padding: 0;
}

.side ul li{
    font-size: 28px;
    color: white;
    padding-bottom: 24px;
    font-family: 'Futura Bold', sans-serif;
    font-weight: bold;
}

.side ul li span{
    text-transform: uppercase;
    cursor: pointer;
}

.side ul li ul{
    display: none;
    padding-top: 8px;
}

.side ul li ul li{
    font-size: 18px;
    font-family: 'Crimson Text', sans-serif;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
}

.side .content{
    width: 90%;
    color: white;
}

.container_slider_projects{
    width: 100%;
    height: auto;
    position: relative;
}

.container_slider_projects .slick-list, .container_slider_projects .slick-track{
    height: 100%;
}

.item_project img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.start_contact_arrow{
    cursor: pointer;
}

.container_projects{
    width: 100%;
    height: 100vh;
    background:grey;
    position: relative;
}

.item_project{
    height: 100%;
    outline: none;
    position: relative;
}

.video_back_project{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.container_projects .slick-list{
    height: 100%;
}

.container_projects .slick-track{
    height: 100%;
}

.container_teams{
    width: 100%;
    height: 100vh;
    background:url('http://localhost:8888/reputationage/wp-content/uploads/2021/04/back_blue.png') center center / cover;
    display: flex;
    justify-content: center;
    position: relative;
}

.container_teams .slick-prev{
    left: 32px;
    z-index: 2
}

.container_teams .slick-next{
    right: 32px;
    z-index: 2

}

.container_single_member{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    display: none;
}

.image_back_section_team{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    object-fit: cover;
}

.imageBack2{
    z-index: 0
}

.image_back_section_team2{
    z-index: -1
}

.center_single_member{
    margin: auto;
    width: 1400px;
    height: auto;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.flex_member_single{
    width: 100%;
    /*height: 330px;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.container_teams .flex_arrows img{
    filter: invert(0)
}

.name_member{
    text-align: center;
    padding-bottom: 32px;
    color: white;
    font-weight: bold;
}

.icon_back_member{
    width: 24px;
    height: auto;
    display: block;
    position: absolute;
    top: -80px;
    left: 0;
    cursor: pointer;
    transform: rotate(-180deg);
}

.center_teams{
    margin: auto;
    width: 100%;
    overflow: hidden;
}

.center_teams h2{
    text-align: center;
    color: white;
}

.back_home_single{
    display: table;
    margin-bottom: 64px;
}

.back_home_single img{
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
    filter:invert(1);
    transform: rotate(-180deg);
}

.avatar_single_member{
    width: 30%;
}

.avatar_single_member img{
    width: 100%;
    height: auto;
    display: block;
}

.carre_member{
    width: 68%;
    height: auto;
    border: 2px solid white;
    position: relative;
}

.description_member{
    width: 90%;
    margin: 0 auto;
    padding: 32px 0px;
    color: white;
    font-size: 18px;
    line-height: 18px;
}

.container_projects .flex_arrows a img{
    filter: invert(0)
}

.slider_teams{
    width: 100%;
    height: auto;
    margin-top: 64px;
}

.slider_teams .slick-list, .slider_teams .slick_track{
    height: 100%;
}

.slider_teams .slick-slide{
    margin-left:  15px;
    margin-right:  15px;
}

.slider_teams .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.item_team{
    height: auto !important;
    padding-bottom: 12px;
    outline: none !important;
}

.first_item_team{
    width: 240px !important;
}


.avatar{
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.container_avatar{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.info_team{
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 24px 0px;
    border: 2px solid white;
    position: relative;
    margin-top: 64px;
    opacity: 0.4;
    transition: 650ms;
    cursor: pointer;
}

.slick-active .info_team{
    opacity: 1;
}

.box_left_top_team{
    position: absolute;
    top: -4px;
    left: -4px;
    width: 50px;
    height: 50px;
}

.share_ul{
    display: flex;
    justify-content: center;
    align-items: center
}

.addtoany_shortcode{
    position: relative;
    top: -4px;
}

.box_left_top_team div:first-child{
    position: absolute;
    width: 6px;
    height: 40px;
    left: 0;
    top: 0;
    background: white;
}


.box_left_top_team div:last-child{
    position: absolute;
    width: 40px;
    height: 6px;
    left: 0;
    top: 0;
    background: white;
}


.box_right_top_team{
    position: absolute;
    bottom: -3px;
    right: -4px;
    width: 50px;
    height: 50px;
}

.box_right_top_team div:first-child{
    position: absolute;
    width: 6px;
    height: 40px;
    right: 0;
    bottom: 0;
    background: white;
}


.box_right_top_team div:last-child{
    position: absolute;
    width: 40px;
    height: 6px;
    right: 0;
    bottom: 0;
    background: white;
}

.info_team p {
    color: white;
    text-align: center;
    font-size: 16px;
    width: 85%;
    margin: 0 auto;
}

.info_team .title_team{
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 8px;
    font-family: 'Futura Bold', sans-serif;
}

.container_partenaires{
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
}

.center_partenaires{
    width: 1080px;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.center_partenaires a{
    display: block;
    width: 15%;
    height: auto;
    margin-bottom: 24px;
}

.center_partenaires img{
    width: 80%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}


/* BLOG PAGE */
.container_page_actualites{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 100px;
}

.container_page_actualites h1{
    width: 100%;
    color: white !important;
    text-align: center !important;
    padding-bottom: 60px !important
}


/* NEWS */
.container_news{
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
}

.center_news{
    width: 85%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex_news{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.flex_news article{
    width: 31%;
    margin-bottom: 48px;
}

.center_news h2{
    width:100%;
    color: white;
    text-align: center;
    padding-bottom: 32px;
}

.flex_news article{
    color: white;
}

.flex_news article p{
    color: white;
    font-size: 15px;
    line-height: 28px;
}

.flex_news article h3{
    font-size: 12px;
    font-family: 'Futura Bold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.flex_bottom_news{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.flex_bottom_news a{
    color: white;
    font-size: 12px;
    font-family: "Crimson Text", sans-serif;
    font-weight: 400
}

.flex_news article p{
    font-size: 15px;
    font-family: "Crimson Text", sans-serif;
    font-weight: 400;
    line-height: 22px
}

article h3 a{
    /* pointer-events: none;
    cursor: default; */
    font-size: 12px;
    font-family: 'Futura Bold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color:  white;
}


.line_news{
    width: 100%;
    height:1px;
    background:white;
    margin: 24px 0px
}

/* FULL NEWS */
.container_all_news{
    width: 100%;
    height: auto !important;
    padding: 120px 0px;
    position: relative;
}

.container_all_news .fp-tableCell{
    height: auto !important;
}

.center_all_news{
    width: 85%;
    height: auto;
    margin: 0 auto;
}

.center_all_news h2{
    text-align: center;
    color: white;
}

/* SINGLE NEWS */

.container_single_news{
    width: 100%;
    height: auto;
    padding: 220px 0px;
    padding-bottom: 100px;
    margin: 0 auto;
    position: relative;
}

.back_single_article{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
    opacity: 0.16
}

.center_single_news{
    width: 1080px;
    height: auto;
    margin: 0 auto;
}

.container_single_news article{
    width: 100%;
    height: auto;
}

.mentions_nav_mobile{
    display: none;
}

.center_single_news h1{
    color: #152472;
}

.content_article h1{
    font-size: 26px;
    color: #152472;
}

.content_article a{
    color: #FE2615;
    font-size: 14px;
    font-weight: bold
}

.content_article h2, .content_article h3{
    font-size: 18px;
    color: #152472;
    padding-top: 20px;
    padding-bottom: 12px;
}

.center_single_news h2{
    font-size: 32px;
    color: #152472;
    padding-bottom: 16px;
}

.flex_info_news{
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share_p{
    position: relative;
    top: -8px;
    margin-right: 12px;
    color: #101738;
}

.flex_info_news ul:first-child li{
    display: block;
}

.flex_info_news li{
    display: inline-block;
    margin-right: 12px;
    color: #152472;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Crimson Text', serif;
}

.flex_info_news li img{
    width: 26px;
    height: 26px;
    display: block;
    object-fit: contain;
    filter:invert(1)
}

.content_article{
    width: 100%;
    height: auto;
    margin-top: 64px;
}

.content_article p{
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Crimson Text', serif;
}

.content_article iframe{
    width: 100%;
    height: 480px;
    margin: 32px 0px;
    display: block
}

.content_article img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 32px 0px;
}

.more_articles{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 84px;
}

.more_articles a{
    font-size: 13px;
    font-family: 'FuturaBold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    color: #152472;
}

/* MENTIONS */

.container_mentions{
    width: 1080px;
    height: auto;
    margin: 0 auto;
    padding-top: 150px;
}

.container_mentions h1{
    padding-bottom: 32px;
    color: #152472;
    text-align: center;
}

.container_mentions p {
    font-size: 14px;
    font-family: 'Crimson Text', serif;
}

.container_mentions a{
    color: #FE2615;
    text-decoration: underline;
}

.a_mentions{
    display: table;
    width:30px;
    height:auto;
    margin-bottom: 32px;
}

.a_mentions img{
    display: block;
    width: 20px;
    height: auto;
    filter:invert(1);
    transform: rotate(180deg);
}


/* CATEGORY PAGE */
.container_category_single{
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding-top: 150px;
}

.container_category_single h1{
    padding-bottom: 50px;
    color: white;
}

/* END BODY */


/* FOOTER */
footer{
    width: 100%;
    height: auto;
    padding: 120px 0px;
    /* background: grey; */
}
/* END FOOTER */



/* RESPONSIVE */


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

    .center_partenaires{
        width: 90%;
    }

    .nav_header ul{
        width: 90%;
    }

    .center_expertises, .center_single_news, .container_mentions, .center_single_member{
        width: 100%;
    }


    .arrow_popup{
        left: 5%;
        top: -16px;
    }

    .manifesto_box{
        overflow-y: scroll;
        padding: 80px 0px;
    }

    .manifesto_box .center_full{
        padding-bottom: 180px;
    }

}

@media screen and (max-width: 980px) {
    .center_full, .container_manifesto, .container_teams, .container_manifesto .center_full, .center_full, .container_news, .container_expertises{
        width: 85%;
        max-height: inherit !important;
    }

    .fp-tableCell{
        height: auto !important;
    }

    .manifesto_box .center_full{
        width: 85%;
    }

    .flex_member_single{
        display: block;
        height: auto;
    }

    .avatar_single_member{
        width: 240px;
        margin: 0 auto;
        margin-bottom: 24px;
        z-index: 99;
    }

    .carre_member{
        width: 100%;
    }

    .icon_back_member{
        top: -60px
    }

    .avatar_single_member img{
        display: block;
        margin: 0 auto;
        border-radius: 50%;

    }

    .container_full{
        height: 100vh !important;
    }

    .container_manifesto, .container_teams, .container_news, .container_expertises{
        height: auto !important;
        padding: 100px 0px;
    }

    .center_expertises{
        display: block;
    }

    .content_article iframe{
        width: 100%;
        height: 420px;
    }

    .container_expertises .side{
        width: 100%;
    }

    .side .center_full{
        height: auto;
        padding-bottom: 36px;
    }

    .container_partenaires{
        height: auto !important;
        padding: 100px 0px;
    }

    .center_partenaires a{
        width: 20%;
    }

    .flex_news article{
        width: 46%;
    }

    .side .center_full{
        margin-bottom: 64px;
    }

    .nav_header{
        height: 100vh;
        max-height: 100vh;
    }

    .nav_header ul{
        height: 90%;
        display: block;
        overflow-x: scroll;
    }

    .side_header{
        width: 100%;
    }

    .nav_header ul li a,.address_nav a{
        text-align: center;
        width: 100%;
        display: block
    }

    .nav_rs{
        justify-content: center
    }

    .large_title{
        font-size: 24px;
        line-height: 34px;
    }

    .mentions_nav_mobile a{
        text-align: center;
    }

    .line_header{
        width: 60%;
        margin: 0 auto;
        margin-top:32px;
    }

    .flex_info_news li{
        margin-right: 6px;
    }

    .a_back_header{
        display: block;
        position: relative;
        top: inherit;
        left: inherit;
        width: 32px;
        height: auto;
        margin-bottom: 32px;
    }

    .mentions_nav{
        display: none;
    }

    .mentions_nav_mobile{
        display: block;
        margin-top: 32px;
        padding-bottom: 42px;
    }

    .mentions_nav_mobile a{
        color: white;
        font-size: 14px;
        display: block;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 790px) {
    .center_partenaires a{
        width: 30%;
    }

    .center_full p{
        width: 85%;
    }
	
    .center_full_left p{
        width: 85%;
    }

    .center_full .medium_title{
        padding-bottom: 24px;
    }

    .flex_arrows{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        left: 5%;
    }

    .arrow_start_contact a:last-child{
        margin-left: 13px;
    }

    .first_item_team{
        display: none !important;
    }

    .flex_arrows a:last-child{
        margin-left: 18px;
    }

    .arrow_start_contact a{
        margin-left: 0 !important;
        margin-bottom: 12px;
    }


}


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

    .manifesto_box .center_full p{
        width: 100%;
    }
    .arrow_popup{
        left: 0;
    }
}


@media screen and (max-width: 640px) {
    .center_partenaires a{
        width: 46%;
    }

    .arrow_start_contact a{
        font-size: 12px;
    }

    .flex_news article{
        width: 100%;
    }

    .arrow_start_contact{
        width: 90%;
        left: 5%;
    }

    .content_article iframe{
        width: 100%;
        height: 240px;
    }


}

@media screen and (max-width: 350px) {
    .more_articles a{
        font-size: 11px;
    }
}

/* END RESPONSIVE */




.center_single_member {
    height: calc( 100% - 65px);
    margin-top: 65px;
}
.avatar_single_member {
    width: 50%;
    height: 100%;
}
.name_member {
    margin-left: 50px;
    width: 100%;
    text-align: left;
}
.desc_member {
    width: 50%;
    padding: 0 0 30px 0;
}
.description_member {
    width: 90%;
    margin-left:50px;
    line-height: 24px;
}
.flex_member_single {
    height: 100%;
    align-items: center;
}
.avatar_single_member img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.desc_member hr {
    border: 0;
    height: 2px;
    background: #fff8;
    margin-left: 50px;
}
.desc_member .icon_back_member {
    right: 0;
    top: auto;
    left: calc( 50% + 50px);
    margin-top: 20px;
    bottom: -60px;
}
.desc_member .role_member {
    width: 90%;
    margin: 0 auto;
    margin-left: auto;
    padding: 0 0 32px 0px;
    color: white;
    font-size: 18px;
    margin-left: 50px;
}

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

    .flex_member_single {
        display: flex;
        flex-direction: column;
    }
    .avatar_single_member img {
        border-radius: 0;
    }
    .name_member {
        width: 100%;
    }
    .container_teams .container_single_member {
        height: auto;
    }
    .center_single_member {
        -height: calc( 100% );
        margin-top: 0;
        height: auto !important;
    }
    .desc_member {
        width: 100%;
    }
    .desc_member hr {
        margin-left: 0px;
    }
    .desc_member .role_member {
        margin-left: 0px;
    }
    .desc_member .description_member {
        margin-left: 0px;
        width: 100%;
    }
    .desc_member .name_member {
        margin-left: 0px;
    }
    .container_teams .image_avatar_single {
        height: 50vh;
    }
    .container_teams .avatar_single_member {
        width: 100%;
        height: 100%;
    }
    .container_teams .image_back_section_team {
        -height: 100vh;
    }
    .back_single_article {
        height: auto;
    }
    .desc_member .icon_back_member {
        position: relative;
        margin-top: 0;
        margin-bottom: 40px;
    }
}