/*
Theme Name:     DIGITALL Child
Description:    Thème DIGITALL child
Author:         DIGITALL Conseil
Author URI:     https://www.digitall-conseil.fr
Template:       digitall
Version:        1.0
*/

/*------------------------------------*\
    GLOBAL
\*------------------------------------*/

* {
    margin: 0;
    padding: 0;
    font-family: 'Lato';
    font-weight: 400;
}

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}


body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Lato';
    color: #60605f;
    background: #f7f7f7;
    overflow-x: hidden;
}

.page_classique a {
    color: #40b0bd;
}

.button,
input[type="submit"] {
    padding: 20px 50px 20px 10px;
    text-transform: uppercase;
    background: #2b2b2a;
    color: white !important;
    box-shadow: 0px 11px 25px 0px rgba(0, 0, 0, 0.15);
    border: none;
    font-size: 16px;
    min-width: 200px;
    text-align: left;
    cursor: pointer;
    position: relative;
    margin: auto;
    display: table;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: none !important;
}

.button a {
    color: white;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 400;
}

.button:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 23px;
    width: 20px;
    height: 15px;
    transition: all ease-out 0.2s;
    background: url(img/fleche.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.button:hover:after {
    right: 10px;
}

.button.focus {
    background: #ff8c00;
}

input[type="email"] {
    width: 100%;
    height: 50px;
    border: solid 1px #2b2b2a;
    padding-left: 10px;
    font-size: 16px;
}

input[type="file"] {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 13px;
    position: relative;
}

input[type="file"]:after {
    content: 'Votre CV';
    position: absolute;
    background: #2b2b2a;
    padding: 10px 30px 10px 10px;
    font-size: 16px;
    font-family: 'Lato';
    color: white;
    text-transform: uppercase;
    box-shadow: 0px 11px 25px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    left: 0px;
    top: -8px;
    font-weight: 900;
}

input[type="checkbox"]{
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

h1 {
    font-size: 54px;
    font-family: 'Titillium Web';
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    font-family: 'Playfair Display';
    font-weight: 700;
    line-height: 1.2;
    color: #2b2b2a;
    position: relative;
}

h2:before {
    content: '';
    position: absolute;
    left: -100px;
    top: 25px;
    width: 80px;
    height: 2px;
    background: #40b0bd;
}

h3 {
    font-size: 24px;
    font-family: 'Titillium Web';
    font-weight: 700;
    position: relative;
    color: #2b2b2a;
}

h3:before {
    content: '';
    position: absolute;
    background: #40b0bd;
    height: 5px;
    width: 5px;
    left: 0;
    bottom: -10px;
}

.edc h2 {
    font-size: 50px;
}

.edc h2:before {
    left: 50%;
    margin-left: -40px;
    top: 150px;
}

#content {
    float: left;
    width: 100vw;
}

.entry-section {
    width: 80%;
    max-width: 1425px;
    margin: 0 auto;
    position: relative;
    margin: auto;
    margin-top: 150px;
    margin-bottom: 50px;
}

.shadow img,
.shadow_outer {
    background-color: white;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
    z-index: 3;
    position: relative;
}

.white,
.white h2 {
    color: white !important;
}

.carre_bleu:after {
    z-index: -1;
    background: #40b0bd;
    content: '';
    position: absolute;
}

.carre_bleu .vc_column-inner {
    position: absolute;
    z-index: 1;
    right: -20px;
}

.txt_impt {
    font-size: 24px;
}

strong,
b {
    font-weight: 900;
    font-family: 'Lato';
}

ul ul {
    padding-left: 60px;
}

.wpb_text_column ul,
.wpb_text_column ol {
    padding-left: 30px;
    margin-bottom: 10px;
}

.grey img {
    filter: grayscale(100);
}

p {
    margin-bottom: 20px;
}


.wpb_text_column ul li,
.wpb_text_column ol li {
    margin-bottom: 5px;
}

.h2 {
    padding-left: 100px !important;
}

.pright {
    padding-right: 100px !important
}

.wpb_text_column a {
    color: #40b0bd;
}

#tarteaucitronAlertSmall{
    display: none !important;
}

.menu_mobile{
    display: none;
}

.hide_desktop{
    display: none;
}

/*------------------------------------*\
    UTILITY CLASS
\*------------------------------------*/

.absolute{
  position:absolute !important;
}

.relative{
  position:relative !important;
}

.small{
  font-size: 0.8em;
}

/*------------------------------------*\
    MENU EXTER
\*------------------------------------*/

#menu_exter {
    position: fixed;
    z-index: 9998;
    background: #f7f7f7;
}

/*------------------------------------*\
    SUB HEADER
\*------------------------------------*/

#sub_menu {
    width: 100vw;
    background: #2b2b2a;
    height: 40px;
    font-size: 15px;
    display: flex;
    overflow: hidden;
    transition: all ease-out 0.2s;
}

#sub_menu_inner {
    width: 80%;
    max-width: 1425px;
    margin: 0 auto;
    position: relative;
    margin: auto;
}

#telephone {
    font-weight: 900;
    float: left;
    color: white;
    padding-left: 30px;
    position: relative;
    -webkit-font-smoothing: subpixel-antialiased;
}

#telephone:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(img/smart.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

#sub_menu ul {
    list-style-type: none;
    float: right;
}

#sub_menu li {
    float: left;
    margin-right: 30px;
}

#sub_menu li:last-child {
    margin-right: 0px;
}

#sub_menu a {
    color: white;
    -webkit-font-smoothing: subpixel-antialiased;
}

#sub_menu .current-menu-item a {
    color: #40b0bd;
    font-weight: 700;
}


/*------------------------------------*\
   MENU INNER
\*------------------------------------*/

#menu_principal {
    height: 140px;
    width: 100vw;
    display: flex;
    transition: 0.2s all ease-out;
    overflow: hidden;
}

#menu_inner {
    width: 80%;
    max-width: 1425px;
    margin: 0 auto;
    position: relative;
    margin: auto;
}

#menu_inner ul {
    list-style-type: none;
    width: 460px;
    margin: auto;
}

#menu_inner li {
    float: left;
    margin-right: 40px;
    font-weight: 700;
    padding-top: 20px;
    opacity: 1;
    transition: all ease-out 0.2s;
}

#menu_inner li.menu_hide {
    padding: 0px;
    opacity: 0;
}

#menu_inner li:last-child {
    margin-right: 0px;
}

#menu_inner a {
    color: #60605f;
}

#menu_inner .button {
    padding: 15px 10px 15px 10px;
    float: right;
    margin-top: 0px;
    opacity: 1;
    transition: all ease-out 0.2s;
}

#menu_inner .button:after {
    content:'Lancer votre projet';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 54px;
    text-align: center;
    font-weight: 700;
    transition: all ease-out 0.2s;
    text-transform: uppercase;
    background: #40b0bd;
    overflow: hidden;
    line-height: 54px;
}

#menu_inner .button:hover:after{
    width: 100%;
}

#menu_inner .button.menu_hide {
    margin-top: 20px;
    opacity: 0;
}



#logo {
    height: 50px;
    width: 300px;
    margin-top: 10px;
    float: left;
    background: url(img/logo_noir.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#menu-menu-principal .current-menu-item a {
    color: #40b0bd;
    font-weight: 700;
}

#menu-menu-principal .sub-menu li {
    margin-right: 0px;
    padding: 10px 10px 10px 10px;
    margin: auto;
    text-align: left;
    position: relative;
    width: 100%;
}

/*
#menu-menu-principal .sub-menu li:after{
    content: '';
    position: absolute;
    height: 35px;
    width: 1px;
    background: rgba(0, 0, 0, 0.25);
    right: 0px;
    top: 5px;
}

#menu-menu-principal .sub-menu li:last-child:after{
    display: none;
}
*/

#menu_principal #menu-menu-principal .sub-menu {
    padding-left: 0px;
    height: auto;
    width: 200px;
    position: fixed;
    background: white;
    margin-top: 20px;
    margin-left: -20px;
    transition: 0.2s all ease-out;
    border-bottom: 4px solid #40b0bd;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
    padding-top: 10px;
    display: none;
}

#menu_principal #menu-menu-principal .sub-menu:before {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ffffff transparent;
}

#menu_principal #menu-menu-principal a {
    cursor: pointer;
}

#menu_principal #menu-menu-principal a:hover {
    color: #40b0bd;
}

#menu_principal .menu-item-has-children a{
    cursor: default !important;
}

#menu_principal .menu-item-has-children li a{
    cursor: pointer !important;
}

/*------------------------------------*\
   HEADER PRINCIPAL
\*------------------------------------*/

.header-principal {
    width: 100vw;
    height: 500px;
    position: relative;
    float: left;
    margin-top: 180px;
}

.img_principal_exter.menu_hide {
    width: 0%;
}

.img_principal_exter {
    height: 500px;
    width: 90%;
    background: #40b0bd;
    transition: all ease-out 0.8s;
    overflow: hidden;
}

.img_principal {
    width: 100%;
    height: 500px;
    background: black;
    transition: all ease-out 0.7s;
    overflow: hidden;
    display: flex;
}

.img_principal.hero_hide {
    width: 0%;
}

.img_principal_inter {
    margin: auto;
    opacity: 1;
    transition: all ease-out 0.2s;
    height: 250px;
}

.img_principal_inter h1 {
    color: white;
    margin-bottom: 50px;
    overflow: hidden;
    opacity: 1;
}

.img_principal_inter.hero_hide {
    opacity: 0;
    height: 0px;
}

.social_network {
    right: 5%;
    bottom: 110px;
    list-style-type: none;
    width: 26px;
    position: absolute;
}

.social_network:after {
    content: '';
    height: 100px;
    width: 1px;
    background: #2b2b2a;
    position: absolute;
    left: 13px;
}

.social_network li {
    margin-bottom: 20px;
    height: 25px;
    width: 25px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    transition: 0.2s all ease-in;
}

.social_network li:hover {
    background-position: left;
}

.fb {
    background: url(img/fb_black.png);
}

.tw {
    background: url(img/tw_black.png);
}

.lk {
    background: url(img/link_black.png);
}

.in {
    background: url(img/in_black.png);
}

#menu_metier {
    background: #2b2b2a;
    color: white;
    list-style-type: none;
    padding: 30px 30px 30px 30px;
    width: 380px;
    float: left;
    text-align: center;
    margin-top: -40px;
    left: 50%;
    position: absolute;
    transform-origin: left;
    transition: all ease-out 0.2s;
    overflow: hidden;
}

#menu_metier.hero_hide {
    width: 0px;
    padding: 30px 0px 30px 0px;
}

#menu_metier li {
    float: left;
    margin-right: 40px;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
}

#menu_metier li:last-child {
    margin-right: 0px;
}

#menu_metier li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0px;
    bottom: -30px;
    background: #40b0bd;
    transition: all ease-out 0.2s;
}

#menu_metier li:hover:after {
    height: 6px;
}

#menu_metier li a {
    color: white;
}

#menu_metier li.current-menu-item a {
    color: #40b0bd;
    font-weight: 700;
}

#menu_metier li.current-menu-item:after {
    height: 6px;
}

/*------------------------------------*\
   ACCUEIL
\*------------------------------------*/

.carre_bleu.up_home:after {
    left: 0;
    bottom: 0;
    margin-left: 30px;
    margin-bottom: -60px;
    width: 200px;
    height: 200px;
}

.temoi_exter {
    margin-top: 50px;
    margin-bottom: 75px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.wrapper_temoi_home {
    width: 100%;
    overflow: hidden;
    float: left;
}


.temoi_forma_exter_home {
    position: relative;
    list-style-type: none;
    width: 100%;
    float: left;
}


.temoi_forma_exter_home li {
    display: flex;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 40px;
    float: left;
    width: 100%;
    transition: 0.3s all ease-out;
}


.temoi_inter {
    margin: auto;
    transition: 0.3s all ease-in;
}

.temoi_inter .nom_citation {
    margin-top: 40px;
    text-align: right;
}

.temoi_forma_exter_home .citation_etude {
    text-align: center;
    font-family: 'Titillium Web';
    font-weight: 400i;
    font-size: 34px;
}

.bullet_point {
    list-style-type: none;
    text-align: center;
    width: 100%;
    float: left;
}

.bullet_point li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: solid 1px #2b2b2a;
    border-radius: 12px;
    margin-right: 10px;
    transition: 0.3s all ease-in;
}

.bullet_point li:last-child {
    margin-right: 0px;
}

li.bulletselect {
    border: none;
    border-radius: 12px;
    background: #40b0bd;
}

.section_cas {
    margin-top: 100px;
    margin-bottom: 100px;
}

/*------------------------------------*\
   ETUDE DE CAS ACCUEIL
\*------------------------------------*/

.cas_home_exter {
    height: 550px;
    width: 100vw;
    margin-bottom: 100px;
    position: relative;
}

.gauche .cache_home_cas.full {
    width: 100vw
}

.gauche .cache_home_cas {
    position: absolute;
    left: 0;
    top: 0;
    width: 0vw;
    height: 550px;
    background: #f7f7f7;
    z-index: 2;
    transition: 0.5s all ease-out;
}

.droite .cache_home_cas.full {
    padding-left: 100vw;
}

.droite .cache_home_cas {
    position: absolute;
    right: 0;
    width: 0px;
    padding-left: 0vw;
    height: 550px;
    background: #f7f7f7;
    z-index: 2;
    transition: 0.5s all ease-out;
}

.image_home_cas {
    width: 49%;
    height: 550px;
    position: relative;
    z-index: 1;
}

.gauche .image_home_cas {
    float: left;
}

.droite .image_home_cas {
    float: right;
}

.gauche.cas_home_exter:before {
    width: 62%;
    height: 500px;
    margin-top: 25px;
    content: '';
    position: absolute;
    left: 0px;
    background: #40b0bd;
    z-index: -1;
}

.droite.cas_home_exter:before {
    width: 62%;
    height: 500px;
    margin-top: 25px;
    content: '';
    position: absolute;
    right: 0;
    background: #40b0bd;
    z-index: 0;
}

.info_home_cas_exter {
    float: left;
    height: 550px;
    width: 51%;
    position: relative;
}

.info_home_cas_inter {
    margin-top: 120px;
    padding-left: 120px;
    padding-right: 120px;
}

.droite .info_home_cas_inter {
    margin-top: 120px;
    padding-left: 250px;
    padding-right: 20px;
    float: right;
}



.home_cas_title {
    font-size: 60px;
    font-family: 'Titillium Web';
    color: #2b2b2a;
    font-weight: 400;
}

.home_cas_title:before {
    background: #2b2b2a;
}

.hashtag {
    padding-left: 70px;
    list-style: none;
    margin-top: 10px;
}

.droite .hashtag {
    padding-left: 0px;
}



.logo_home_cas {
    width: 120px;
    height: 80px;
    z-index: 1;
    position: absolute;
    margin-left: 5%;
    margin-top: 35px;
}

.droite .logo_home_cas {
    margin-right: 5%;
    right: 0;
}

.info_home_cas_inter .button {
    margin-top: 10px;
    float: right;
}

/*------------------------------------*\
    MORE ETUDE CAS ACCUEIL
\*------------------------------------*/

.more_txt p {
    font-size: 24px;
    font-family: 'Playfair Display';
    font-weight: 700;
    color: #2b2b2a;
}

/*------------------------------------*\
    SECTION METIER
\*------------------------------------*/

.metier_section {
    position: relative;
    overflow: inherit !important;
    float: left !important;
}

.metier_section h3 a,
.metier_section h3 {
    color: white;
    font-weight: 700;
}

.metier_section:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    left: 60%;
    bottom: -75px;
    background: #40b0bd;
    z-index: 2000;
}

.metier_number {
    margin-bottom: 0px !important;
}

.metier_number p {
    font-size: 50px;
    font-family: 'Titillium Web';
    font-weight: 900;
    position: relative;
}

.metier_liste:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 40px;
    left: 220px;
    top: 50px;
    background: url(img/arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.metier_liste:last-child:after {
    display: none;
}

.metier_liste.current,
.metier_liste.current h3 {
    color: #40b0bd !important;
}

.current .wpb_single_image {
    display: none !important;
}

.carre_bleu.up_metier:after {
    right: -50px;
    bottom: -100px;
    width: 200px;
    height: 200px;
}

.small .temoi_big_ul_right li {
    margin-bottom: 0px !important;
}

.small .temoi_big_txt_inter {
    font-size: 14px;
    line-height: 1.2;
}

.small .temoi_big_txt {
    background: white;
    padding: 25px;
}

.small .temoi_big_txt:after {
    display: none;
}

.small .info_temoi {
    margin-top: 0px;
    font-size: 14px;
}

.small .temoi_big_txt_inter:before,
.small .temoi_big_txt_inter:after {
    width: 20px;
    height: 20px;
}

.small .temoi_big_txt_inter:before {
    left: -20px;
    margin-top: -20px;
}

.small .temoi_big_txt_inter:after {
    right: -20px;
    margin-bottom: -20px;
}

.small .ne_info_temoi {
    font-size: 14px;
}

/*------------------------------------*\
    FORMULAIRE DE CONTACT
\*------------------------------------*/

.formulaire_contact {
    margin-top: 100px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
}

.formulaire_contact .shadow_outer {
    padding-left: 120px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 50px;
}

    .form_contact{
        padding: 50px 20px 50px 0px;
    }

    .form_contact .shadow_outer .vc_column-inner{
    margin-right: 20px ;
    margin-bottom: 20px;
        padding-left: 60px;
}

.siege_casablanca{
    padding-left: 60px !important;
}

.siege_casablanca .vc_row{
    padding-top: 360px;
}

.form_container {
    width: 90%;
}

.col_form {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.col_form:last-child {
    margin-right: 0% !important;
}

.form_container ::placeholder {
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form_container input[type="text"],
.form_container input[type="email"],
.form_container input[type="tel"],
.form_container select {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: solid 1px #2b2b2a;
    padding-left: 10px;
    background: none;
    font-family: 'Lato';
    font-size: 16px;
    margin-top: 50px;
    border-radius: 0px !important;
}

.form_container textarea {
    width: 100%;
    border: none;
    border-bottom: solid 1px #2b2b2a;
    padding-left: 10px;
    background: none;
    font-family: 'Lato';
    font-size: 16px;
    margin-top: 50px;
    border-radius: 0px !important;

}

.form_container .wpcf7-list-item {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form_container input[type="submit"] {
    margin-bottom: 20px;
    float: right;
}

:focus {
    outline: none;
}

.shadow.vc_col-sm-8 .wpb_text_column {
    margin-bottom: 10px !important;
}

.jobalert{
    opacity: 0;
    height: 0;
    border: solid 2px red;
    width: 100%;
    float: left;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 5px;
}

.jobalert.open{
    height: 75px;
    opacity: 1;
}


/*------------------------------------*\
    PAGE METIER
\*------------------------------------*/

.page-template-template-metier .entry-section {
    margin-top: 50px;
}

.page-template-template-metier .img_principal {
    height: 400px;
    display: inherit;
}

.page-template-template-metier .img_principal_exter {
    height: 400px;
}

.page-template-template-metier .img_principal:before {
    content: '';
    width: 90%;
    height: 400px;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    top: 0px;
    left: 0;
}

.page-template-template-metier .img_principal_inter {
    z-index: 5;
    padding-left: 11%;
    padding-top: 100px;
    position: absolute;
}

.page-template-template-metier .social_network {
    bottom: 200px;
}

.page-template-template-metier h1 {
    margin-bottom: 0px;
}

.soustitre_metier {
    color: white;
    font-size: 30px;
}

.page-template-template-metier .carre_bleu .vc_column-inner {
    right: -120px;
    top: -200px;
}

.full_imgleft {
    margin-top: 150px;
    margin-bottom: 150px;
}


.benef {
    margin-bottom: 150px;
}


/*------------------------------------*\
    LISTE DES ARTICLES
\*------------------------------------*/

.article_une {
    width: 100vw;
    height: 570px;
    margin-top: 195px;
    float: left;
}

.image_une {
    width: 100vw;
    height: 420px;
}

.info_art {
    width: 800px;
    height: 300px;
    background: white;
    margin: auto;
    text-align: center;
    margin-top: -150px;
    padding-top: 40px;
    position: relative;
}

.cat_art {
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.cat_art:before {
    content: '';
    position: absolute;
    height: 60px;
    width: 2px;
    background: #40b0bd;
    top: -75px;
    left: 50%;
}

.title_art {
    font-size: 30px;
    font-family: 'Playfair Display';
    font-weight: 700;
    line-height: 1.2;
    color: #2b2b2a;
}

.info_art .date {
    bottom: 20px;
    position: absolute;
    width: 100%;
}

.select_cat {
    display: none;
}

.filtre_cat {
    list-style-type: none;
    display: block;
}

.filtre_cat li {
    float: left;
    margin-right: 40px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.2s all ease-out;
}

.cat_select {
    font-weight: 900;
    position: relative;
}

.cat_select:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 100%;
    background: #40b0bd;
    left: 0px;
    top: 15px;
    z-index: -1;
}

#preload {
    display: none;
}

.articles {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.article_unique {
    float: left;
    width: 30%;
    border: solid 1px #eaeaea;
    height: 330px;
    margin: 15px;
    position: relative;
    transition: 0.2s all ease-out;
}

.article_unique.hide {
    margin-top: -20px;
    opacity: 0;
}

.featured_image {
    width: 100%;
    height: 150px;
    float: left;
}

.title_article {
    font-size: 18px;
    font-family: 'Playfair Display';
    font-weight: 700;
    float: left;
    width: 100%;
    padding: 0px 10px 0px 10px;
    color: #2b2b2a;
}

.categorie_article {
    letter-spacing: 2px;
    position: relative;
    padding-left: 50px;
    padding-right: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}

.categorie_article:before {
    height: 1px;
    width: 30px;
    content: '';
    position: absolute;
    margin-left: -40px;
    margin-top: 12px;
    background: #40b0bd;
}

.date_article {
    bottom: 5px;
    position: absolute;
    left: 10px;
    font-size: 14px;
}

#button_exter {
    width: 220px;
    text-align: center;
    margin: auto;
}

#more_article {
    margin-top: 60px;
    padding: 20px 10px 20px 10px;
    float: left;
    width: 240px;
    text-align: center;
}

#more_article:after {
    display: none;
}

/*------------------------------------*\
   ARTICLE
\*------------------------------------*/

article {
    background: white;
    float: left;
    padding-bottom: 50px;
}

article a {
    color: #40b0bd;
}

article .cat_art {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 100px;
}

article .cat_art:before {
    top: 50px;
}

article h1 {
    padding-left: 100px;
    padding-right: 100px;
    font-family: 'Playfair Display';
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    color: #2b2b2a;
}

article .date {
    text-align: center;
    margin-bottom: 45px;
    margin-top: 35px;
}

article .social_network_exter {
    float: left;
    width: 100%;
    margin-top: 50px;
}

article .social_network {
    right: 0%;
    bottom: 0px;
    list-style-type: none;
    width: 250px;
    margin: auto;
    height: 26px;
    position: inherit;
    margin-bottom: 50px;
}

article .social_network:after {
    display: none;
}

article .social_network li {
    float: left;
    margin-right: 50px;
    cursor: pointer;
}

article .social_network li:last-child {
    margin-right: 0px;
}

article .fb {
    background: url(img/fb_c.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

article .tw {
    background: url(img/tw_c.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

article .lk {
    background: url(img/link_c.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

article .imprim {
    background: url(img/print.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.featured_image_inter {
    width: 100%;
    height: 300px;
}

.the_content {
    padding-left: 20%;
    padding-right: 20%;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

#new_inter {
    width: 100%;
    height: 280px;
    float: left;
    background-color: rgb(43, 43, 42);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 20px 20px 20px;
    color: white;
    margin-top: 50px;
    margin-bottom: 100px;
    z-index: 1;
    position: relative;
}

#new_exter:before {
    content: '';
    position: absolute;
    left: -30%;
    width: 160%;
    height: 380px;
    background: url(img/news_background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

#new_exter h3 {
    color: white;
    margin-bottom: 20px;
}

#new_exter form {
    width: 100%;
}

#new_exter input[type="email"] {
    margin-top: 30px;
    float: left;
    background: none;
    font-size: 16px;
    color: white;
    font-family: 'Lato';
    border: solid 1px white;
    width: 70%;
    height: 59px;
}

#new_exter input[type="submit"] {
    color: #2b2b2a !important;
    background: white;
    float: left;
    margin-left: 1%;
    margin-top: 30px;
    min-width: 29%;
}

.rgpd {
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
    float: left;
}

.bottom_article {
    float: left;
    margin-top: 50px;
    margin-bottom: 30px;
}

.bottom_article h2 {
    padding-left: 100px;
    margin-bottom: 50px;
}

.bottom_article h2:before {
    left: 0px;
}

.bloc_author {
    float: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%;
    padding-bottom: 30px;
}

.author_photo {
    margin-top: 20px;
    float: left;
    width: 70px;
    height: 70px;
    border: solid 1px #40b0bd;
    border-radius: 70px;
}

.author_info {
    float: left;
    display: inline-block;
    margin-left: 20px;
    width: 80%;
    margin-top: 20px;
}

.author_name {
    font-size: 18px;
    font-weight: 700;
    color: #2b2b2a;
    font-family: 'Titillium Web';
    margin-bottom: 10px;
}

.sources {
    margin-bottom: 50px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.sources_button {
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    text-align: left;
    float: left;
    position: relative;
    margin-bottom: 10px;
    transition: 0.2s all ease-in;
}

.sources_button:after {
    content: '';
    position: absolute;
    right: 0px;
    height: 20px;
    width: 20px;
    top: 0px;
    background: url(img/arrow_temoi.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    transition: 0.2s all ease-in;
}

.open.sources_button:after {
    transform: rotate(90deg);
}

.sources_inter {
    padding-left: 30px;
    overflow: hidden;
    max-height: 0px;
    transition: 0.3s all ease-out;
}

.sources_inter.open {
    max-height: 300px;
    overflow: scroll;
}

.sources_inter ul,
.sources_inter ul li {
    width: 100%;
    float: left;
}


#barre_lecture {
    height: 4px;
    width: 0vw;
    background: #40b0bd;
    position: fixed;
    bottom: 0px;
    z-index: 10;
    left: 0;
}


/*------------------------------------*\
   ETUDE DE CAS
\*------------------------------------*/

.header_etudecas {
    height: 650px;
    width: 100vw;
    float: left;
    margin-top: 180px;
}

.img_etude {
    float: right;
    width: 40%;
    height: 650px;
}

.info_etude_exter {
    float: left;
    width: 60%;
    height: 650px;
    display: flex;
}

.logo_etude {
    width: 250px;
    max-height: 150px;
    height: 100px;
    margin-bottom: 30px;
}

.info_etude_inter {
    margin: auto;
    padding-left: 15%;
}

.title_etude {
    color: #2b2b2a;
}

.resume_etude {
    list-style-type: none;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 70px;
}

.resume_etude li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    min-height: 60px;
    padding-right: 50px;
    padding-left: 50px;
    position: relative:
}

.resume_etude li:before {
    content: '';
    position: absolute;
    margin-left: -50px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#competence:before {
    background: url(img/competence.png);
}

#nom:before {
    background: url(img/nom.png);
}

#date:before {
    background: url(img/date.png);
}

#secteur:before {
    background: url(img/secteur.png);
}

.citation_etude {
    position: relative;
}

.citation_etude:before {
    content: '';
    height: 30px;
    width: 30px;
    left: -35px;
    margin-top: -35px;
    position: absolute;
    background: url(img/quote.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.citation_etude:after {
    content: '';
    height: 30px;
    width: 30px;
    right: -35px;
    margin-bottom: -35px;
    position: absolute;
    background: url(img/quote.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.nom_citation {
    display: inline-block;
    float: right;
    position: relative;
}

.nom_citation:before {
    content: '';
    margin-left: -100px;
    margin-top: 15px;
    position: absolute;
    width: 80px;
    height: 1px;
    background: #40b0bd;
}

.reponse_01,
.reponse_02,
.reponse_03 {
    position: relative;
}

.reponse_01:before,
.reponse_02:before,
.reponse_03:before {
    content: '01';
    position: absolute;
    font-size: 200px;
    opacity: 0.1;
    font-family: 'Titillium Web';
    font-weight: 400;
    margin-top: -100px;
}

.reponse_02:before {
    content: '02'
}

.reponse_03:before {
    content: '03'
}

.chiffre_etude p {
    font-size: 72px;
    font-family: 'Titillium Web';
    color: #40b0bd;
    font-weight: 700;
}

.chiffre_txt_etude {
    margin-top: -60px;
}

.chiffre_txt_etude p {
    font-size: 24px;
    color: white;
    font-weight: 700;
    font-family: 'Titillium Web';
}

.etudecas-template-default .carre_bleu:after,
.etude.carre_bleu:after {
    width: 200px;
    height: 200px;
    left: 0;
    bottom: 0;
    margin-left: -150px;
    margin-bottom: -120px;
}

/*------------------------------------*\
   OTHER CAS
\*------------------------------------*/

.other_cas {
    float: left;
    height: 350px;
    width: 30%;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    background: white;
    margin-right: 30px;
}

.other_cas:last-child {
    margin-right: 0px;
}

.image_other_cas {
    width: 100%;
    height: 120px;
}

.logo_exter {
    width: 50%;
    margin: auto;
    height: 80px;
    background: #40b0bd;
    margin-top: -40px;
    padding-top: 15px;
}

.logo_inter {
    width: 80%;
    margin-left: 10%;
    height: 50px;
}

.other_cas_title {
    font-size: 20px;
    font-weight: 700;
    color: #2b2b2a;
    padding: 5px 10px 5px 10px;
}

.extrait {
    padding: 0px 10px 5px 10px;
}

.other_cas .savoirplus {
    float: right;
    padding-right: 10px;
    color: #40b0bd;
}

.other_cas .citation_etude {
    font-size: 20px;
    float: left;
}

.other_cas .nom_citation {
    float: right;
    margin-top: 30px;
    text-align: right;
}

.other_cas .button {
    display: inline-block;
    float: initial;
}

.important .other_cas_inter {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.important .logo_inter {
    width: 300px !important;
}


/*------------------------------------*\
    MUR DE LOGO
\*------------------------------------*/

.mur{
    list-style-type: none;
}

.mur_unique{
    width: 25%;
    height: 160px;
    float: left;
    padding: 50px;
    margin-top: 50px;
}

.mur_logo{
    width: 100%;
    height: 100px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s all ease-in;
    cursor: pointer;
}

.mur_unique:hover .mur_logo{
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
}

.mur_detail{
    width: 100%;
    height: 0px;
    background: white;
    float: left;
    margin-bottom: 50px;
    overflow: hidden;
    transition: 0.3s all ease-in;
}

.mur_detail:before{
    content: '';
    position: absolute;
    left: -11%;
    width: 100vw;
    height:0px;
    background: white;
    z-index: -1;
    transition: 0.3s all ease-in;
}

.mur_detail.open{
    height: 400px;
    transition: 0.3s all ease-in;
}

.mur_detail.open:before{
    height: 400px;
}

.mur_info{
    height: 400px;
    width: 50%;
    float: left;
    padding: 15px;
}

.mur_detail h1{
    font-size: 30px !important;
}

.mur_detail .nom_client{
    margin-bottom: 10px;
    margin-top: 30px;
}

.mur_detail .description_entreprise{
    margin-bottom: 30px;
    margin-top: 10px;
}

.img_mur{
    width: 100%;
    height: 370px;
}

.close_mur{
    position: absolute;
    right: 0;
    margin: 20px;
    width: 40px;
    height: 40px;
    background: url(img/close.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*------------------------------------*\
    LISTE DES FORMATIONS
\*------------------------------------*/

.formations_liste {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.formation_unique {
    float: left;
    width: 30%;
    background: white;
    height: 330px;
    margin: 15px;
    position: relative;
    transition: 0.2s all ease-out;
}

.formation_unique.hide {
    margin-top: -20px;
    opacity: 0;
}

.title_formation {
    font-size: 18px;
    font-family: 'Playfair Display';
    font-weight: 700;
    float: left;
    width: 100%;
    padding: 0px 10px 0px 10px;
    color: #2b2b2a;
}

.categorie_formation {
    position: relative;
    padding-left: 50px;
    padding-right: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}

.categorie_formation:before {
    height: 1px;
    width: 30px;
    content: '';
    position: absolute;
    margin-left: -40px;
    margin-top: 12px;
    background: #40b0bd;
}

.lien_formation {
    bottom: 20px;
    position: absolute;
    right: 20px;
    float: right;
    color: #40b0bd;
}

.filtre_formation {
    list-style-type: none;
    display: block;
}

.filtre_formation li {
    float: left;
    margin-right: 15px;
    cursor: pointer;
    transition: 0.2s all ease-out;
}

.select_formation {
    display: none;
}

.formation_select {
    font-weight: 900;
    position: relative;
}

.formation_select:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 100%;
    background: #40b0bd;
    left: 0px;
    top: 20px;
    z-index: -1;
}

.carre_bleu.eval:after {
    width: 200px;
    height: 200px;
    position: absolute;
    content: '';
    margin-left: -100px;
    left: 0;
    top: -50px;
    background: #40b0bd;
    z-index: -1;
}

.form_select_form{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: 'Lato';
    padding-left: 10px;
    background: none;
    border: solid 1px #40b0bd;
    border-radius: 0px;
}

/*------------------------------------*\
   FORMATION
\*------------------------------------*/

.formation_inter {
    margin-top: 200px;
}

.formation_inter .featured_image_inter {
    height: 370px;
    padding-left: 200px;
    padding-right: 200px;
    display: flex;
    position: relative;
}

.formation_inter .featured_image_inter:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 370px;
    background: rgba(0, 0, 0, 0.3);
    top: 0px;
    left: 0px;
    z-index: 0;
}

.formation_inter h1 {
    color: white;
    font-size: 40px;
    text-align: center;
    margin: auto;
    z-index: 1;
}

#barre_info {
    width: 650px;
    height: 90px;
    margin: auto;
    background: white;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
    margin-top: -45px;
    position: relative;
    z-index: 2;
}

.user_photo {
    height: 70px;
    width: 70px;
    border-radius: 70px;
    margin: 10px 30px 10px 10px;
    float: left;
}

#barre_info ul {
    list-style-type: none;
    float: left;
    margin-top: 10px;
}

#barre_info ul li {
    float: left;
    margin-right: 60px;
    position: relative;
}

#barre_info ul li:after {
    content: '';
    position: absolute;
    height: 70px;
    width: 1px;
    right: -30px;
    top: 0px;
    background: black;
    opacity: 0.2;
}

#barre_info ul li:last-child:after {
    display: none;
}

#barre_info ul li:last-child {
    margin-right: 0px;
}

#barre_info ul li p:first-child {
    letter-spacing: 2px;
    opacity: 0.6px;
    margin-bottom: 10px;
}

#barre_info ul li p:last-child {
    font-weight: 700;
    font-family: 'Titillium Web';
    color: #2b2b2a;
    font-size: 18px;
}

#barre_info ul li p:last-child a {
    font-weight: 700;
    font-family: 'Titillium Web';
    color: #40b0bd;
    font-size: 18px;
}

#barre_info ul li:last-child p:first-child {
    margin-bottom: 6px;
}

.formation_content {
    margin-top: 70px;
}

.resume p {
    font-size: 18px;
    font-weight: 700;
}



.carre_bleu_formation {
    position: relative;
    z-index: 1;
}

.carre_bleu_formation:after {
    content: '';
    position: absolute;
    right: -60px;
    top: 229px;
    background: #40b0bd;
    width: 150px;
    height: 150px;
    z-index: -1;
}

.info_detail_exter {
    width: 100%;
    float: left;
    position: relative;
}

.sidebar {
    padding-right: 40px !important;
    width: 100%;
}

.sidebar_inter {
    top: 0px;
    left: 0px;
    position: absolute;
    width: calc(100% - 40px);
}

.sidebar ul {
    list-style-type: none;
}

.sidebar ul li {
    padding-left: 30px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    position: relative;
    transition: 0.3s all ease-out;
    cursor: pointer;
}

.sidebar ul li.current_section {
    color: white;
    font-weight: 900;
}

.sidebar ul li.current_section:before {
    width: 100%;
    background: #40b0bd;
    z-index: -1;
}

.sidebar ul li.current_section:hover:before {
    width: 100%;
    background: #40b0bd;
}

.sidebar ul li:before {
    content: '';
    height: 50px;
    position: absolute;
    left: 0;
    top: 0px;
    width: 6px;
    background: #2b2b2a;
    transition: 0.3s all ease-out;
}

.sidebar ul li:hover:before {
    width: 12px;
    background: #40b0bd;
}

.info_detail div {
    background: white;
    padding: 20px 20px 20px 40px !important;
    margin-bottom: 30px;
}

.info_detail h3 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.info_detail .current_section {
    position: relative;
    overflow: hidden;
}

.info_detail .current_section:before {
    content: '';
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
    height: 2000px;
    background: #40b0bd;
}

.carre_bleu.finan:after {
    right: 0;
    bottom: 0;
    margin-right: -60px;
    margin-bottom: -60px;
    width: 200px;
    height: 200px;
}

.wrapper_temoi_txt {
    height: 460px;
    width: 65%;
    overflow: hidden;
    float: left;
}


.wrapper_temoi_img {
    height: 460px;
    width: 35%;
    overflow: hidden;
    float: left;
}

.temoi_forma_exter_img,
.temoi_forma_exter_txt {
    position: relative;
    list-style-type: none;
    width: 100%;
    height: 460px;
    float: left;
    color: white !important;
}


.temoi_forma_exter_img li,
.temoi_forma_exter_txt li {
    height: 460px;
    float: left;
    width: 35vw;
}

.temoi_forma_exter_txt li {
    width: 65vw;
}

.temoi_forma_exter_txt li {
    display: flex;
    padding-left: 120px;
    padding-right: 120px;
}

.temoignage .vc_column-inner {
    padding-top: 0px !important;
}

.temoignage .wpb_text_column {
    display: none;
}

.image_temoi {
    height: 460px;
    width: 100%;
    float: left;
    transition: 0.3s all ease-in;
}

.temoi_forma_exter .temoi {
    float: left;
    width: 100%;
    padding-left: 120px;
    padding-right: 120px;
    display: flex;
    height: 460px;
}

.temoi_inter {
    margin: auto;
    transition: 0.3s all ease-in;
}

.temoi_inter .nom_citation {
    margin-top: 40px;
    text-align: right;
}

.temoi_navi {
    width: 105px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.temoi_arrow {
    width: 50px;
    height: 50px;
    background: #2b2b2a;
    float: left;
    cursor: pointer;
    padding: 10px;
}

.temoi_arrow_inter {
    background: url(img/arrow_temoi.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.temoi_arrow:last-child {
    float: right;
    transform: rotate(180deg);
}

.menu_bottom {
    position: fixed;
    bottom: 0px;
    width: 100vw;
    background: white;
    height: 0px;
    z-index: 20;
    overflow: hidden;
    padding-left: 60px;
    padding-right: 60px;
    left: 0;
    transition: 0.2s all ease-in;
}

.menu_bottom p {
    float: right;
    margin-top: 5px;
}

.menu_bottom p:last-child {
    margin-right: 30px;
}

.menu_bottom p .button {
    padding: 20px 10px 20px 10px;
}

.menu_bottom p .button:after {
    display: none;
}

.menu_bottom ul {
    list-style-type: none;
    float: left;
    margin-top: 10px;
    width: calc(100% - 110px);
}

.menu_bottom ul li {
    float: left;
    margin-right: 60px;
    position: relative;
}

.menu_bottom ul li:after {
    content: '';
    position: absolute;
    height: 70px;
    width: 1px;
    right: -30px;
    top: 0px;
    background: black;
    opacity: 0.2;
}

.menu_bottom ul li p {
    float: none;
    margin-top: 0px;
    margin-left: 0px !important;
}

.menu_bottom ul li:last-child:after {
    display: none;
}

.menu_bottom ul li:last-child {
    margin-right: 0px;
}

.menu_bottom li p:first-child {
    letter-spacing: 2px;
    opacity: 0.6px;
    margin-bottom: 10px;
}

.menu_bottom ul li p:last-child {
    font-weight: 700;
    font-family: 'Titillium Web';
    color: #2b2b2a;
    font-size: 18px;
}

.menu_bottom ul li p:last-child a {
    font-weight: 700;
    font-family: 'Titillium Web';
    color: #40b0bd;
    font-size: 18px;
}



.menu_bottom ul li:last-child p:first-child {
    margin-bottom: 6px;
}

/*
.menu_bottom p:first-child a.button{
    border: solid 2px #2B2B31;
    background: white ;
    color: #2B2B31 !important;
    box-shadow: none;
}
*/

/*------------------------------------*\
    TEMPLATE PAGE CLASSIQUE
\*------------------------------------*/

.page_classique {
    margin-top: 200px;
}

.header_page.carre_bleu:after {
    width: 200px;
    height: 80%;
    margin-top: 36px;
    top: 0;
    left: 0;
    margin-left: -30px;
}

.page_classique h1,
.formateur-template-default h1 {
    color: #2b2b2a;
    font-size: 54px;
}

/*------------------------------------*\
    PAGE EQUIPE
\*------------------------------------*/

.chiffre_equipe_outer {
    overflow: visible !important;
}

.chiffre_equipe_outer:before {
    width: 150px;
    height: 150px;
    background: #40b0bd;
    content: '';
    position: absolute;
    margin-left: 150px;
    margin-top: -175px;
    z-index: 2;
}

.chiffre_equipe {
    margin-bottom: -20px !important;
}

.chiffre_equipe p {
    font-weight: 700;
    font-family: 'Titillium Web';
    color: #40b0bd;
    text-align: center;
    font-size: 70px;
}

.legende_chiffre_equipe p,
.poste p {
    font-weight: 700;
    font-family: 'Titillium Web';
    color: white;
    text-align: center;
    font-size: 18px;
}

.poste {
    margin-bottom: 5px !important;
}

.poste p {
    color: #2b2b2a;
    text-align: left;
}

.flux_insta {
    list-style-type: none;
    width: 100%;
    float: left;
    position: relative;
}

.flux_insta li {
    width: 25%;
    height: auto;
    float: left;
    padding: 20px;
}

.flux_insta li div {
    width: 100%;
    padding-top: 100%;
}

.text_impt_equipe p {
    font-size: 36px;
    font-family: 'Titillium Web';
    font-weight: 700;
    color: #2b2b2a;
}

.carre_bleu.equipe_img:after {
    right: -50px;
    bottom: -100px;
    width: 200px;
    height: 200px;
}


/*------------------------------------*\
    PAGE TEMOIGNAGE
\*------------------------------------*/

.temoi_big_ul_left {
    float: left;
    list-style-type: none;
    width: 50%;
    padding: 10px;
}

.temoi_big_ul_right {
    float: right;
    list-style-type: none;
    width: 50%;
    padding: 10px;
}

.temoi_big_ul_left li,
.temoi_big_ul_right li {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.temoi_big_txt {
    width: 100%;
    padding: 50px;
    position: relative;
}

.temoi_big_txt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 25px 0 25px;
    border-color: white transparent transparent transparent;
    bottom: 0px;
    left: 0px;
    margin-bottom: -30px;
    margin-left: 10px;
}

.temoi_big_txt_inter {
    width: 100%;
    position: relative;
    font-size: 18px;
    font-style: italic;
}

.temoi_big_txt_inter:before {
    content: '';
    height: 30px;
    width: 30px;
    left: -35px;
    margin-top: -35px;
    position: absolute;
    background: url(img/quote.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.temoi_big_txt_inter:after {
    content: '';
    height: 30px;
    width: 30px;
    right: -35px;
    margin-bottom: -35px;
    position: absolute;
    background: url(img/quote.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.info_temoi {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 40px;
}

.img_info_temoi {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.ne_info_temoi {
    float: left;
    margin-top: 10px;
}

.nom_info_temoi {
    font-weight: 700;
    width: 100%;
}

.entreprise_info_temoi {
    width: 100%;
}

.temoi_big_ul_right .img_info_temoi,
.temoi_big_ul_right .ne_info_temoi {
    float: right;
    text-align: right;
}

.temoi_big_ul_right .img_info_temoi {
    margin-right: 0px;
    margin-left: 15px;
}

.temoi_big_ul_right .temoi_big_txt:after {
    content: '';
    left: inherit;
    right: 0px !important;
    margin-right: 10px;
}




/*------------------------------------*\
   PAGE ETUDE DE CAS
\*------------------------------------*/

.projets-clients .other_cas {
    margin-bottom: 30px;
    position: relative;
}

.projets-clients .other_cas.important {
    width: calc(60% + 30px) !important;
    height: 730px;
    float: right;
    margin-right: 4%;
    padding: 5%;
}

.other_cas_inter {
    background: white;
    height: 100%;
    width: 100%;
    padding: 50px;
}

.other_cas_inter .logo_inter {
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 50px;
}

.projets-clients .other_cas .savoirplus {
    color: #40b0bd;
    float: right;
    right: 10px;
    bottom: 10px;
    position: absolute;
}

/*------------------------------------*\
    JOBS
\*------------------------------------*/

.list_job_exter {
    float: left;
    height: 310px;
    overflow-x: hidden;
    width: 100%;
}

.liste_job {
    list-style-type: none;
    float: left;
    width: 100%;
    height: 250px;

}

.liste_job li {
    float: left;
    height: 250px;
    width: 350px;
    margin-right: 30px;
    cursor: pointer;
    overflow: hidden;
    background: white;
    position: relative;
}

.liste_job li:first-child {
    transition: 0.2s all;
}

.liste_job li.selected {
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
}

.liste_job li:last-child {
    margin-right: 0px;
}

.img_job {
    width: 100%;
    float: left;
    height: 120px;
}

.title_job {
    font-size: 18px;
    font-family: 'Playfair Display';
    font-weight: 700;
    float: left;
    width: 100%;
    padding: 30px 10px 10px 10px;
    color: #2b2b2a;
    float: left;
    min-height: 75px;
    text-align: center;
}

.resume_job {
    padding: 0px 10px 5px 10px;
    float: left;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
}

.result_job {
    width: 100%;
    min-height: 500px;
    background: white;
    position: relative;
    float: left;
    margin-top: 30px;
}

.cache_job {
    width: 100%;
    left: 0%;
    height: 1500px;
    position: absolute;
    top: 0;
    transition: 0.5s all ease-out;
    background: #f7f7f7;
    z-index: 2;
}

.job h1 {
    margin-top: 30px;
    margin-bottom: 100px;
    width: 100%;
}

.result_job:before {
    height: 100px;
    width: 2px;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -1;
    top: -50px;
    background: #40b0bd;
}

.job_navi {
    float: right;
    width: 105px;
    height: 50px;
}

.result_job_inter article {
    width: 100%;
    margin-top: 50px;
}

.form_job {
    padding-left: 20%;
    padding-right: 20%;
    float: left;
    margin-bottom: 50px;
}

.form_job h2 {
    float: left;
    width: 100%;
}

.result_job .formulaire_contact{
    padding-top: 0px;
}

div.wpcf7-response-output{
        float: left;
    width: 100%;
}
/*------------------------------------*\
   FOOTER
\*------------------------------------*/

.footer {
    width: 100vw;
    background: #2b2b2a;
    margin-top: 130px;
    padding-top: 50px;
    float: left;
}

#footer_inner {
    width: 90%;
    max-width: 1425px;
    margin: 0 auto;
    position: relative;
    margin: auto;
}

#footer_inner #logo {
    background: url(img/logo_blanc.png);
}

#footer_content {
    width: 100%;
    float: left;
    margin-top: 50px;
    border-bottom: 1px solid white;
}

#footer_content ul ul {
    padding-left: 0px;
}

#footer_menu_exter {
    float: left;
    width: 70%;
}

#footer_menu_exter ul {
    list-style-type: none;
}

.footer_menu li {
    float: left;
    margin-right: 20px;
    font-weight: 700;
    width: 150px;
}

.footer_menu li:last-child {
    margin-right: 0px;
}

.footer_menu li a {
    color: white;
}

.sub-menu {
    margin-top: 20px;
}

.sub-menu li {
    float: none;
    margin: 0px;
    font-weight: 400;
    margin-bottom: 5px;
}

.sub-menu li a {
    color: #a5a5a4;
    -webkit-font-smoothing: subpixel-antialiased;
}

#newsletter_exter {
    float: left;
    width: 30%;
}

#newsletter_exter p {
    font-weight: 700;
    color: white;
    width: 100%;
    float: left;
}

#newsletter_exter p {
    margin-bottom: 25px;
}

#newsletter_exter p:last-child {
    font-weight: 400;
    margin-top: 25px;
    font-style: italic;
}

#sib_signup_form_1 {
    float: left;
}

#sib_signup_form_1 p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#newsletter_exter input[type="email"] {
    border: solid 1px white;
    background: none;
    color: white;
}

#newsletter_exter ::placeholder {
    color: white;
}

#newsletter_exter input[type="submit"] {
    background: white;
    margin-top: 10px;
    float: right;
    color: #2b2b2a !important;
    -webkit-font-smoothing: antialiased;
}

#subfooter {
    height: 80px;
    width: 100%;
    float: left;
}

#subfooter ul {
    list-style-type: none;
    float: left;
    margin-top: 15px;
}

#subfooter ul li {
    float: left;
    margin-right: 20px;
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#subfooter ul li:last-child {
    margin-right: 0px;
}

#subfooter .fb {
    background: url(img/fb.png);
}

#subfooter .tw {
    background: url(img/tw.png);
}

#subfooter .lk {
    background: url(img/link.png);
}

#subfooter .in {
    background: url(img/in.png);
}

#mention {
    float: right;
    margin-top: 20px;
    color: white;
}

#mention a {
    color: white;
}

/*------------------------------------*\
   POP_UP
\*------------------------------------*/
.interac{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999999999;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
}

.non_interac_inter{
    width: 600px;
    height: 615px;
    margin: auto;
}

.title_interac{
    text-align: center;
    font-size: 50px;
    margin-bottom: 30px;
}

.block_interac{
    width: 100%;
    height: 500px;
    border-top: 4px solid #40b0bd;
    border-radius: 10px;
    padding: 30px;
}

.block_interac .txt_impt{
    font-size: 18px;
}

.cofee{
    width: 100%;
    height: 250px;
    background: url(img/mockup_book.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    position: relative;
}

.cofee:before{
    position: absolute;
    z-index: 100;
    content: 'X';
    right: -15px;
    top: -30px;
    font-size: 24px;
}


/*------------------------------------*\
   LANDING PAGE E-BOOK
\*------------------------------------*/
.up_title{
    display: inline-block;
    position: relative;
    padding-right: 10px;
    font-style: italic;
}

.up_title:before{
    content: '';
    position: absolute;
    top: 40px;
    left: 0px;
    background: #40b0bd;
    width: 100px;
    height: 5px;
    z-index: -1;
}

.check_outer{
    width: 45%;
    height: 120px;
    border: solid 1px rgba(128, 128, 128, 0.5);
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.2s all ease-in;
    float: left;
}

.check_outer.web{
    padding-top: 12px;
}

.check_outer p{
    width: 250px;
    margin: auto;
}

.check_outer.print{
    padding-top: 30px;
}

.menu_bottom .check_outer.web,
.menu_bottom .check_outer.print{
    padding-top: 0px;
}


.check_outer.select{
    border: solid 1px #ff8c00;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    background: white;
}

.check_outer:hover{
    background: white;
}

.marginr{
    margin-right: 9%;
}

.check_outer .ico{
    width: 40px;
    height: 40px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.check_outer .wpcf7-form-control-wrap{
    display: none;
}


.form_book p:last-child{
    float: right;
}

.form_book input[type="email"]{
    border: none;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.form_book input[type="email"]:placeholder{
    color: grey;
    font-size: 14px;
    font-style: italic;
}

.form_book input[type="submit"]{
    background: #ff8c00;
    text-align: center;
    padding: 20px 20px 20px 10px;
}



.slider_ebook{
    -webkit-animation: scrolllinear 20s linear infinite;
    animation: scrolllinear 20s linear infinite;
    width: 200vw;
    height: 350px;
    list-style-type:none;
}

.slider_ebook li{
    width: 100vw;
    float: left;
    background: url(img/Slider_img.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 350px;
}


@-webkit-keyframes scrolllinear {
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}

@keyframes scrolllinear {
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}

.web .ico{
    background: url(img/ico_web.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.print .ico{
    background: url(img/ico_pap.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-template-template-lp .menu_bottom .check_outer{
    width: 200px;
    height: 50px;
    margin-top: 20px;
}

.page-template-template-lp .menu_bottom .check_outer .ico{
    display: none;
}

.page-template-template-lp .menu_bottom .marginr{
    margin-right: 30px;
    margin-left: 10px;
}

.page-template-template-lp .menu_bottom .des_ico{
    display: none;
}

.page-template-template-lp .menu_bottom .check_outer p {
    width: 100%;
    margin-top: 10px;
    float: left;
}

.page-template-template-lp .menu_bottom p{
    margin-top: 15px;
}

.page-template-template-lp .menu_bottom #wpcf7-f9365-o1{
    width: 600px;
    float: left;
}

.page-template-template-lp .menu_bottom input[type="email"]{
    width: 55%;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.page-template-template-lp .menu_bottom .info{
    display: none;
}


.page-template-template-lp .screen-reader-response{
    display: none;
}

.page-template-template-lp .wpcf7-validation-errors{
    color: red;
}

.page-template-template-lp .screen-reader-response ul{
    display: none;
}

.share_exter{
    display: inline-block;
}

.share_exter .social_network li:first-child{
    width: 150px;
    margin-right: 0px;
}

.share_exter .social_network_exter {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.share_exter .social_network {
    right: 0%;
    bottom: 0px;
    list-style-type: none;
    width: 100%;
    margin: auto;
    height: 26px;
    position: inherit;
    margin-bottom: 50px;
    float: left;
}

.share_exter .social_network:after {
    display: none;
}

.share_exter .social_network li {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}




.share_exter .social_network li:last-child {
    margin-right: 0px;
}

.share_exter .fb {
    background: url(img/facebook_full.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.share_exter .tw {
    background: url(img/twitter_full.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.share_exter .lk {
    background: url(img/linkedin_full.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.h1carrebleu{
    position: relative;
}

.h1carrebleu:before{
        content: '';
    position: absolute;
    width: 20px;
    height: 110px;
    left: 0;
    top: 0;
    margin-top: -45px;
    background: #40b0bd;
    z-index: -1;
    margin-left: -28px;
}

.h1carrebleu:after{
        content: '';
    position: absolute;
    width: 140px;
    height: 20px;
    left: 0;
    top: 0;
    margin-top: -60px;
    background: #40b0bd;
    z-index: -1;
    margin-left: -28px;
}

/*------------------------------------*\
   MINDFUL
\*------------------------------------*/

.bg_mind{
    background: url(img/background_mind.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1.1);
    width: 100%;
    height: 100%;
}


/*------------------------------------*\
   PAGE SEO
\*------------------------------------*/

.page-template-template-seo h1{
  font-size: 80px;
}

.page-template-template-seo .onTitle{
  font-size: 20px;
}

.page-template-template-seo .titleH1 {
  font-size: 54px;
  font-family: 'Titillium Web';
  font-weight: 700;
  line-height: 1.2;
}

.page-template-template-seo .introQuote .vc_column-inner{
  height: 800px;
  background-size: 100%;
  color: #fff;
  background-size: 100% 93% !important;
  padding-top: 200px !important;
}

.page-template-template-seo .introQuote .button{
  position: absolute;
  bottom: 30px;
}

.page-template-template-seo hr {
    width: 80px;
    border: 1px solid #40b0bd;
}

.page-template-template-seo .Header_SEO p{
  max-width:468px;
}

.page-template-template-seo .info_temoi {
    margin-top: 0px;
    margin-left: 60px;
}


.page-template-template-seo .metier_section:after{
  width: 90px;
  height: 90px;
  left: 20%;
  bottom: -40px;
}

.page-template-template-seo .metier_section:before{
  content: '';
  position: absolute;
  width: 120px;
  height: 113px;
  left: 20%;
  top: -75px;
  background: #40b0bd;
  z-index: 2000;
}

.page-template-template-seo .metier_section_BG{
  margin-bottom: -275px;
  margin-left: 4%;
}

.page-template-template-seo .metier_section .button:after {
    transition: initial;
    background: url(img/plus_white.png);
    top: 20px;
    width: 25px;
    height: 25px;
}

.page-template-template-seo .metier_section .button {
    padding: 20px 50px 20px 20px;
    min-width: 169px;
}

.page-template-template-seo .metier_section .button:hover:after {
    right: 20px;
}

.page-template-template-seo .newsletter .button {
    position:absolute;
    background-color: #ff8c00;
    background-image: url(img/fleche.png);
    background-repeat: no-repeat;
    background-position: 160px;
    left: 25%;
    bottom: -30px;

}

.page-template-template-seo .newsletter #sib_signup_form_1 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.page-template-template-seo .newsletter .small{
  margin-bottom: 40px;
}

.page-template-template-seo .newsletter input[type="email"]{
    border: solid 1px #ff8c00 !important;
}

.page-template-template-seo .other_cas {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.page-template-template-seo .other_cas .savoirplus {
    color: #40b0bd;
    float: right;
    right: 10px;
    bottom: 10px;
    position: absolute;
}

.page-template-template-seo .cas_client_container .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.page-template-template-seo .other_title h2:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 70px;
    width: 2px;
    height: 82px;
    background: #40b0bd;
}

.page-template-template-seo .ReadMore .vc_column-inner::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 1;
  opacity:.2;
  display: block;
}

.page-template-template-seo .ReadMore .wpb_raw_code{
  position: relative;
  z-index:2;
  background-color: #ffffff;
  padding:60px 40px;
  margin-top: 70px;
  margin-bottom: 50px;
}

.page-template-template-seo .ReadMore .vc_column_container{
  padding-left: 15px !important;
  padding-right:15px !important;
  position:relative;
}

.page-template-template-seo .ReadMore .vc_column-inner{
  position:relative;
}

.page-template-template-seo .ReadMoreLeft .wpb_raw_code{
  margin-left: 100px;
  text-align: right;
}

.page-template-template-seo .ReadMoreRight .wpb_raw_code{
  margin-right: 100px;
  text-align: left;
}

.page-template-template-seo .ReadMore .wpb_raw_code h2{
  margin-bottom:10px;
}

.page-template-template-seo .ReadMore .wpb_raw_code h2:before{
  content: initial;
}

.page-template-template-seo .ReadMore .wpb_raw_code hr{
  margin-top:10px;
  margin-bottom:10px;
  display: inline-block;
}

.page-template-template-seo .ReadMore .wpb_raw_code p{
  margin-top:10px;
}

.page-template-template-seo .ReadMore .wpb_raw_code .button{
  display:inline-block;
  margin:inherit;
}

.page-template-template-seo .ReadMore .button:after {
    transition: initial;
    background: url(img/plus_white.png);
    top: 20px;
    width: 25px;
    height: 25px;
}

.page-template-template-seo .ReadMore .button {
    padding: 20px 50px 20px 20px;
    min-width: 169px;
}


.page-template-template-seo .ReadMore .button:hover:after {
    right: 20px;
}


.page-template-template-seo h3 {
    margin-bottom: 20px;
}




/*---------------------------------------------------------------------------------------------------------------*\
                                                MOBILE (MAX 1350px)
\*---------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1350px) {

    .page-template-template-seo .containerReadMore .vc_col-sm-8{
        width: 80%;
        margin-left: 10%;
    }

}


/*---------------------------------------------------------------------------------------------------------------*\
                                                MOBILE (MAX 1100px)
\*---------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1180px) {

    .page-template-template-seo .containerReadMore .vc_col-sm-8{
        width: 100%;
        margin-left: 0%;
    }

    .absolute{
       position:relative !important;
    }

    .page-template-template-seo .Header_SEO{
        width:100%;
        text-align: center;
    }
    .page-template-template-seo .Header_SEO p {
        max-width: 100%;
    }

    .page-template-template-seo .fullWidth1100{
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }

    .fullWidth1100 .vc_col-sm-1,
    .fullWidth1100 .vc_col-sm-2,
    .fullWidth1100 .vc_col-sm-3,
    .fullWidth1100 .vc_col-sm-4,
    .fullWidth1100 .vc_col-sm-5,
    .fullWidth1100 .vc_col-sm-6,
    .fullWidth1100 .vc_col-sm-7,
    .fullWidth1100 .vc_col-sm-8,
    .fullWidth1100 .vc_col-sm-9,
    .fullWidth1100 .vc_col-sm-10,
    .fullWidth1100 .vc_col-sm-11,
    .fullWidth1100 .vc_col-sm-12
    {
      width: 80% !important;
      margin-left: 10% !important;
      margin-right: 10% !important;
    }

    .displayNone1100{
      display: none !important;
    }

}

/*---------------------------------------------------------------------------------------------------------------*\
                                                MOBILE (MAX 900px)
\*---------------------------------------------------------------------------------------------------------------*/

@media (max-width: 900px) {


    .page-template-template-seo .containerReadMore .vc_col-sm-6{
        width: 100%;
    }
    .page-template-template-seo .ReadMoreLeft .wpb_raw_code,
    .page-template-template-seo .ReadMoreRight .wpb_raw_code
    {
      margin-left: 50px;
      margin-right: 50px;
      text-align: center;
    }
    .page-template-template-seo .ReadMoreLeft,
    .page-template-template-seo .ReadMoreRight
    {
      margin-bottom: 30px !important;
    }

    .page-template-template-seo .fullWidth900{
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }

    .fullWidth900 .vc_col-sm-1,
    .fullWidth900 .vc_col-sm-2,
    .fullWidth900 .vc_col-sm-3,
    .fullWidth900 .vc_col-sm-4,
    .fullWidth900 .vc_col-sm-5,
    .fullWidth900 .vc_col-sm-6,
    .fullWidth900 .vc_col-sm-7,
    .fullWidth900 .vc_col-sm-8,
    .fullWidth900 .vc_col-sm-9,
    .fullWidth900 .vc_col-sm-10,
    .fullWidth900 .vc_col-sm-11,
    .fullWidth900 .vc_col-sm-12
    {
      width: 80% !important;
      margin-left: 10% !important;
      margin-right: 10% !important;
    }

    .displayNone900{
      display: none !important;
    }

}



/*---------------------------------------------------------------------------------------------------------------*\
                                                MOBILE (MAX 768px)
\*---------------------------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {

    .page-template-template-lp .menu_bottom{
        display: none;
    }

    .page-template-template-seo .Header_SEO{
      margin-top: 60px;
    }

    .page-template-template-seo .titleH1{
      font-size: 30px;
    }

    .page-template-template-seo .newsletter .button {
      background-image: none;
      min-width: auto;
      left: 50%;
      margin-left: -40px
    }

    .displayNone768{
      display: none !important;
    }

/*------------------------------------*\
   BASE
\*------------------------------------*/
    body {
        font-size: 14px;
        scroll-behavior: smooth;
    }


.hide_desktop{
    display: block
}

    h1 {
        font-size: 30px;
    }

    .button,
    input[type="submit"] {
        font-size: 14px;
        padding: 20px 10px 20px 10px;
    }

    .button:after {
        display: none;
    }

    .entry-section {
        width: 90%;
        margin-top: 50px;
    }

    h2:before {
        display: none;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    .txt_impt {
        font-size: 18px !important;
    }

    .pright {
        padding-right: 5% !important;
    }

    .page-template-default .entry-section,
    .formateur,
    .page_classique {
        margin-top: 130px;
    }

    .menu_mobile{
        width: 100vw;
        height: 100vh;
        background:#f7f7f7;
        position: fixed;
        top: 0px;
        left: 100vw;
        padding: 30px;
        display: block;
        transition: 0.2s all ease-out;
    }

    .menu_mobile ul{
        list-style-type: none;
    }

    .menu_mobile .menu-item a{
        font-family: 'Titillium Web';
        font-weight: 700;
        font-size: 18px;
    }


    .menu_mobile .menu-item-has-children,
    .menu_mobile .menu-item{
        position: relative;
        margin-bottom: 20px;
    }

    .menu_mobile .menu-item-has-children ul{
        height: 0px;
        overflow: hidden;
        padding-left: 20px;
        margin-top: 0px;
        position: relative;
        transition: 0.2s all ease-out;
    }

    .menu_mobile .menu-item-has-children ul.open{
        height: auto;
    }


    .menu_mobile .menu-item-has-children ul li{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .menu_mobile .menu-item-has-children ul li a{
        font-family: 'Lato';
        font-weight: 700;
        font-size: 16px;
        color:#60605f;
    }

    .menu_mobile .menu-item-has-children:after{
        content: '';
        position: absolute;
        right: 0px;
        top: 10px;
        width: 30px;
        height: 30px;
        background: url(img/arrow_temoi.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
        transform: rotate(-90deg);
    }

    .close{
        width: 40px;
        height: 40px;
        float: right;
        background: url(img/close.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .menu_mobile_inner{
        margin-top: 50px;
    }

    .burger_button{
        width: 40px;
        height: 40px;
        float: right;
        background: url(img/burger.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

/*------------------------------------*\
   HEADER PRINCIPAL
\*------------------------------------*/
    .header-principal {
        margin-top: 120px;
        height: 310px;
    }

    .social_network,
    #menu-menu-principal,
    #menu_secondaire,
    #menu_inner .button,
    #telephone:before {
        display: none;
    }

    .img_principal_exter,
    .img_principal {
        height: 250px !important;
        width: 100%;
    }

    #telephone {
        padding-left: 10px;
        font-weight: 400;
    }

    #sub_menu_inner {
        width: 90%;
    }

    #menu_principal {
        height: 80px;
    }

    #menu_inner {
        width: 90%;
    }

    #logo {
        height: 22px;
        width: 105px;
    }

    .img_principal_inter {
        height: 200px;
        padding-left: 5%;
    }

    .img_principal_inter h1 {
        margin-bottom: 30px;
    }

    /*------------------------------------*\
   MENU METIER
\*------------------------------------*/
    #menu_metier {
        width: 100%;
        margin: auto;
        padding: 20px 10px 20px 10px;
        left: inherit;
    }

    #menu_metier li {
        margin-right: 15px;
    }


    /*------------------------------------*\
   HOME PAGE
\*------------------------------------*/
    .h2 {
        padding-left: 0px !important;
    }

    .up_home {
        text-align: left !important;
    }

    .up_home .vc_single_image-img {
        max-width: 60% !important;
    }

    .carre_bleu .up_home:after {
        margin-left: 102px;
        width: 150px;
        height: 150px;
    }

    .vc_custom_1538482831190 {
        margin-top: 250px !important;
    }

    .temoi_exter {
        margin-top: 250px;
        margin-bottom: 0px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .temoi_exter .vc_column-inner {
        padding-top: 0px !important;
    }

    .temoi_exter .vc_column-inner .wpb_text_column {
        display: none;
    }

    .temoi_forma_exter_home li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .citation_etude:before {
        height: 15px;
        width: 15px;
        left: -10px;
        margin-top: -15px;
    }
    .citation_etude:after {
        height: 15px;
        width: 15px;
        right: 0px;
        margin-top: 20px;
    }

    .edc h2 {
        font-size: 30px;
    }

    .image_home_cas {
        width: 100%;
        height: 300px;
    }

    .cas_home_exter:before {
        width: 90% !important;
        height: 330px !important;
        margin-top: 25px !important;
        left: 5% !important;
    }

    .info_home_cas_exter {
        height: 300px;
        width: 80%;
        margin-left: 10%;
    }

    .logo_home_cas,
    .hashtag {
        display: none;
    }

    .info_home_cas_inter {
        margin-top: 20px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        float: left !important;
        margin-bottom: 30px;
    }

    .home_cas_title {
        font-size: 40px;
    }

    .section_cas {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .metier_liste:after {
        display: none;
    }

    .metier_liste {
        margin-bottom: 50px;
    }

    .metier_liste .wpb_single_image.vc_align_left {
        text-align: right !important;
        margin-top: -90px !important;
    }

    .metier_section:after {
        left: 45%;
    }

    .formulaire_contact {
        margin-top: 50px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 50px;
    }

    .formulaire_contact .shadow_outer {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 0px;
        margin-bottom: 20px;
        padding-top: 50px;
    }

    .formulaire_contact .form_container {
        width: 100%;
    }

    .formulaire_contact .col_form {
        width: 100%;
        margin: 0;
    }

    .form_contact{
        padding: 50px 20px 50px 20px;
    }

    .form_contact .shadow_outer .vc_column-inner{
    margin-right: 20px ;
    margin-bottom: 20px;
    padding-left: 60px;
}

    .siege_casablanca{
    padding-left: 0px !important;
        margin-top: 30px;
}

    .siege_casablanca .vc_row{
    padding-top: 150px;
}


    /*------------------------------------*\
   FOOTER
\*------------------------------------*/
    .footer {
        margin-top: 50px;
    }

    #footer_inner #logo {
        background: url(img/logo_blanc.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #footer_menu_exter {
        width: 100%;
    }

    .footer_menu .menu-item-has-children {
        width: 100%;
        margin-bottom: 30px;
    }

    #newsletter_exter {
        width: 100%;
        margin-top: 30px;
    }

    #subfooter {
        height: 160px;
    }

    /*------------------------------------*\
   PAGE METIER
\*------------------------------------*/
    .img_alignleft .wpb_single_image{
        text-align: left !important;
    }

    .page-template-template-metier .img_principal_exter {
        height: 250px !important;
    }

    .page-template-template-metier .img_principal:before {
        height: 250px !important;
        width: 100%;
    }

    .page-template-template-metier .img_principal_inter {
        height: 150px;
        padding-left: 5%;
        padding-top: 65px;
        padding-right: 5%;
    }

    .page-template-template-metier h1 {
        margin-bottom: 5px;

    }

    .soustitre_metier {
        font-size: 18px;
    }

    .up_metier {
        text-align: left !important;
    }

    .up_metier .vc_single_image-img {
        width: 60%;

    }

    .carre_bleu.up_metier:after {
        width: 100px;
        height: 100px;
        left: 115px;
        bottom: 45px;
    }

    .carre_bleu.up_metier {
        margin-bottom: 100px;
    }

    .img_noire .vc_column-inner {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .temoi_big_ul_left,
    .temoi_big_ul_right {
        width: 100%;
    }

    .temoi_big_txt {
        padding: 20px;
    }

    .temoi_big_txt_inter p {
        margin-bottom: 0px;
    }

    .temoi_big_txt_inter:before,
    .small .temoi_big_txt_inter:before {
        height: 15px;
        width: 15px;
        left: -15px;
        margin-top: -15px;
    }

    .temoi_big_txt_inter:after,
    .small .temoi_big_txt_inter:after {
        height: 15px;
        width: 15px;
        right: -15px;
        bottom: 20px;
    }

    .small .temoi_big_txt_inter:after {
        bottom: 5px;
    }

    .page-template-template-metier .formulaire_contact {
        margin-top: 0px
    }

    .full_imgleft .h2 {
        margin-top: 50px;
    }

    .full_imgleft {
        margin-bottom: 50px !important;
        margin-top: 50px !important
    }

    .etude {
        margin-top: -100px;
    }

    .etudecas-template-default .carre_bleu:after,
    .etude.carre_bleu:after {
        width: 150px;
        height: 150px;
        left: 0;
        bottom: 0;
        margin-left: 120px;
        margin-bottom: 0px;
    }

    .benef {
        margin-bottom: 50px;
    }

    /*------------------------------------*\
   LISTE FORMATION
\*------------------------------------*/
    .formation_unique {
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
    }

    .filtre_formation {
        display: none;
    }

    .select_formation {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #2b2b2a;
        background: none;
        box-shadow: none;
    }


    /*------------------------------------*\
   ETUDE DE CAS
\*------------------------------------*/
    .other_cas {
        width: 100%;
        margin-right: 0px;
    }

    .projets-clients .other_cas.important {
        width: 100%;
        float: left;
        margin-right: 0px;
        height: 560px;
    }

    .important .other_cas_inter {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 30px !important;
    }

    .important .logo_inter {
        width: 150px !important;
        margin-bottom: 20px;
    }

    .important .temoi_exter {
        margin-top: 0px;
    }


    /*------------------------------------*\
   ETUDE DE CAS INTER
\*------------------------------------*/
    .img_etude {
        float: left;
        width: 100%;
        height: 200px;
        margin-top: -850px;
    }

    .info_etude_exter {
        width: 100%;
        height: 650px;
        margin-top: 150px;
    }

    .logo_etude {
        width: 100px;
        max-height: 150px;
        height: 100px;
        margin-bottom: 10px;
    }

    .info_etude_inter {
        padding-left: 5%;
        padding-right: 5%;
    }

    .header_etudecas{
        height: 750px;
    }


    .entry-section .projets-clients {
        margin-top: 150px;
    }

    .h2 .citation_etude {
        padding-left: 25px;
        padding-right: 25px;
    }

    .h2 .citation_etude:before {
        left: 5px;
    }

    .resume_etude {
        margin-top: 50px;
    }

    .resume_etude li {
        width: 100%;
        margin-bottom: 10px;
    }

    /*------------------------------------*\
   ARTICLE
\*------------------------------------*/
    .article_une {
        margin-top: 120px;
        height: 300px;
    }

    .image_une {
        height: 250px;
    }

    .info_art {
        width: 300px;
        padding-top: 20px;
        height: 200px;
    }

    .title_art {
        font-size: 18px;
    }

    .cat_art {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .cat_art:before {
        height: 30px;
        top: -35px;
    }
    .select_cat {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #2b2b2a;
        background: none;
        box-shadow: none;
    }

    .filtre_cat {
        display: none;
    }

    .article_unique {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    article h1 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 24px !important;
    }

    .the_content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .social_network_exter .social_network {
        display: block
    }

    .sources {
        display: none;
    }

    #new_inter {
        height: 500px;
    }

    #new_exter:before {
        left: -5%;
        width: 110%;
        height: 590px;
    }

    .bottom_article h2 {
        padding: 0;
        margin-bottom: 30px;
    }


    /*------------------------------------*\
    PAGE CLASSIQUE
\*------------------------------------*/
    .page_classique h1,
    .formateur-template-default h1 {
        font-size: 30px;
    }

    .page_classique {}

    .header_page.carre_bleu:after {
        width: 100px;
        height: 100px;
        margin-top: 130px;
        top: 0;
        left: 0;
        margin-left: 150px;
    }

    .header_page.carre_bleu {
        text-align: left !important;
    }

    .header_page.carre_bleu .vc_single_image-wrapper img {
        width: 200px;
    }

    .temoi_big_ul_right .img_info_temoi,
    .temoi_big_ul_right .ne_info_temoi {
        float: left;
        text-align: left;
    }

    .temoi_big_ul_right .temoi_big_txt:after {
        left: 0px !important;
        right: inherit !important;
        margin-left: 10px;
    }

    .carre_bleu.equipe_img:after {
        right: inherit;
        bottom: -10px;
        width: 250px;
        height: 100px;
        left: 35px;
    }

    .flux_insta li {
        width: 100%;
    }

    .liste_job li {
        width: 300px;
    }

    .form_job .formulaire_contact {
        margin-top: 0px;
    }

    .form_job {
        padding-left: 5%;
        padding-right: 5%;
    }

    /*------------------------------------*\
   FORMATION INTER
\*------------------------------------*/
    .formation_inter .featured_image_inter {
        padding-left: 20px;
        padding-right: 20px;
        height: 250px;
    }

    .formation_inter .featured_image_inter:before{
        height: 250px;
    }

    .formation_inter h1 {
        font-size: 30px;
    }

    .sidebar {
        display: none;
    }

    .user_photo {
        display: none;
    }

    #barre_info {
        padding-left: 10px;
        height: 210px;
        width: 80%;
    }

    #barre_info ul li {
        margin-right: 0px;
        width: 100%;
        padding-left: 10px;
    }

    #barre_info ul li:after {
        height: 1px;
        width: 96%;
        right: inherit;
        top: inherit;
        bottom: 11px;
    }

    #barre_info ul li p:first-child {
        margin-bottom: 0px;
    }

    #barre_info ul li:last-child p:first-child {
        margin-bottom: 0px;
    }

    .menu_bottom .user_photo,
    .menu_bottom ul li{
        display: none;
    }

    .menu_bottom ul{
        width: 100%;
        left: inherit;
    }

    .wrapper_temoi_img{
        display: none;
    }

    .wrapper_temoi_txt{
        width: 100%;
    }

    .temoi_forma_exter_txt{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .temoi_forma_exter_txt li{
        padding-left: 20px;
        padding-right: 20px;
        width: 100vw;
    }

    .pedago.h2{
        padding-left: 20px !important;
    }

    .footer_menu li{
        width: 100%;
    }

    .mobile_hide{
        display: none;
    }

    .info_detail ul{
        width: 100%;
    }

/*------------------------------------*\
   MUR LOGO
\*------------------------------------*/
    .mur_unique{
        width: 100%;
    }

    .mur_info{
        width: 100%;
    }

    .mur_info:first-child,
    .img_mur{
        height: 100px;
    }

    .mur_detail h1{
        font-size: 20px !important;
    }

    .mur_detail.open,
    .mur_detail.open:before{
        height: 500px;
    }

}


/*------------------------------------*\
   WP FORMS
\*------------------------------------*/
button#wpforms-submit-10320 {
	background-color: #2B2B29!important;
    color: white;
    font-size: 19px;
    font-weight: 600;
    border: none;
    padding: 18px 90px 16px 40px;
	float: right;
}

input#wpforms-10320-field_11 {
	display: none!important;
}

.wpforms-field-description {
	font-size: 14px!important;
}

/*------------------------------------*\
    CALENDLY
\*------------------------------------*/

.booking-layout.is-embedded {
	z-index: 9999;
}




/*------------------------------------*\
    PROMO WEBINAR
\*------------------------------------*/

#webinar_inter {
    width: 100%;
    height: 280px;
    float: left;
    padding: 20px 20px 20px 20px;
    color: white;
    margin-top: 50px;
    margin-bottom: 100px;
    z-index: 1;
    position: relative;
}

#webinar_exter:before {
    content: '';
    position: absolute;
    left: -30%;
    width: 160%;
    height: 380px;
    background: url(img/webinar_background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

#webinar_exter h3 {
    color: white;
    margin-bottom: 20px;
}

#webinar_exter form {
    width: 100%;
}

#webinar_exter input[type="email"] {
    margin-top: 30px;
    float: left;
    background: none;
    font-size: 16px;
    color: white;
    font-family: 'Lato';
    border: solid 1px white;
    width: 70%;
    height: 59px;
}

#webinar_exter input[type="submit"] {
    color: #2b2b2a !important;
    background: white;
    float: left;
    margin-left: 1%;
    margin-top: 30px;
    min-width: 29%;
}