@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap&subset=latin-ext');



@font-face {

    font-family: 'MarkPro';

    src: url('../fonts/MarkPro.woff2') format('woff2'),

        url('../fonts/MarkPro.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'MarkBold';

    src: url('../fonts/MarkPro-Bold.woff2') format('woff2'),

        url('../fonts/MarkPro-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

}

@font-face {

    font-family: 'MarkLight';

    src: url('../fonts/MarkPro-Light.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'MarkBlack';

    src: url('../fonts/MarkPro-Black.woff2') format('woff2'),

        url('../fonts/MarkPro-Black.woff') format('woff');

    font-weight: 900;

    font-style: normal;

}

@font-face {

    font-family: 'MarkMedium';

    src: url('../fonts/MarkPro-Medium.woff2') format('woff2'),

        url('../fonts/MarkPro-Medium.woff') format('woff');

    font-weight: 300;

    font-style: normal;

}

@font-face {

    font-family: 'NexaBold';

    src: url('../fonts/Nexa-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

}

@font-face {

    font-family: 'NexaXBold';

    src: url('../fonts/Nexa-XBold.woff2') format('woff2'),

        url('../fonts/Nexa-XBold.woff') format('woff');

    font-weight: 800;

    font-style: normal;

}

@font-face {

    font-family: 'NexaBlackItalic';

    src: url('../fonts/Nexa-Black-Italic.woff2') format('woff2'),

        url('../fonts/Nexa-Black-Italic.woff') format('woff');

    font-weight: 900;

    font-style: italic;

}

@font-face {

    font-family: 'NexaLight';

    src: url('../fonts/Nexa-Light.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'NexaBook';

    src: url('../fonts/Nexa-Book.woff2') format('woff2'),

        url('../fonts/Nexa-Book.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'Across';

    src: url('../fonts/AcrosstheRoad.woff2') format('woff2'),

        url('../fonts/AcrosstheRoad.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}

@font-face {
    font-family: 'SegoePrint';
    src: url('../fonts/SegoePrint.woff2') format('woff2'),
        url('../fonts/SegoePrint.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






body{

    color: #515151; 

    font-family: 'Oxygen';

    font-size: 16px;      

}  

*{

    margin: 0px;

    padding: 0px;

}

p{ 

    font-family: 'Oxygen';

    font-size: 18px;

}

ul{

    list-style: none;

}

a:focus, a:hover{

    text-decoration: none;

}



.container-full{

    max-width: 1416px;

    margin: auto;

}

.pages{

    padding: 60px 0 100px 0;

}





/*  Header  */



.header_home{

    position: relative;

    width: 100%;

    height: 800px;

    background-size: cover;

    -webkit-background-size: cover;

}
.header_home .container{
	height: 800px;
	position: relative;
}
.titre_home{
	position: absolute;
	bottom: 90px;
	left: 0;
	right: 0;
	text-align: center;
}
.titre_home h1{
	font-family: 'MarkPro';
    font-size: 30px;
    color: #fff;
    margin: 0;
    line-height: 35px;
}
.titre_home h1 samp{
	color: #75932a;
	font-family: 'SegoePrint';
}
.titre_home h1 span{
	display: block;
}
.logo{
	position: relative;
	z-index: 9;
    float: left;
    margin-top: 45px;
}
.hamburger{
    position: relative;
    float: right;
    background: #75932a;
    width: 70px;
    padding: 30px 20px;
    display: inline-block;
    z-index: 9;
}

.hamburger button{

    background: transparent;

    border: 0;

    outline: none;

    position: relative;

    width: 30px;

    height: 38px;

}

.hamburger samp{

    font-family: 'MarkPro';

    font-size: 8px;

    color: #fff;

    position: relative;

    bottom: -6px;

    display: block;

    pointer-events: none;

    text-transform: uppercase;

    letter-spacing: 2px;

}

.hamburger.animate{

    z-index: 100;

    background: transparent;

}

.hamburger.animate samp{

    display: none;

}

.hamburger.animate button{

    position: fixed;

}

.bar,

.bar:after,

.bar:before {

    height: 3px;

}

.bar {

    transform: translateY(25px);

    background: #fff;

    transition: all 0ms 300ms;

    position: absolute;

    top: 0;

    right: 0;

    width: 22px;

}

.bar.animate {

    background: rgba(255, 255, 255, 0);

}

.bar:before {

    content: "";

    position: absolute;

    left: -8px;

    bottom: 10px;

    background: #fff;

    width: 30px;

    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);

}

.bar:after {

    content: "";

    position: absolute;

    left: -8px;

    top: 10px;

    width: 30px;

    background: #fff;

    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);

}

.bar.animate:after {

    background: #4d6215;

    top: 0;

    left: -8px;

    transform: rotate(45deg);

    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;

    border-radius: 25%;

    width: 30px;

    height: 3px;

}



.bar.animate:before {

    background: #4d6215;

    bottom: 0;

    left: -8px;

    transform: rotate(-45deg);

    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;

    border-radius: 25%;

    width: 30px;

    height: 3px;

}


.text_header p{

    position: relative;

    font-family: 'MarkPro';

    font-size: 40px;

    color: #fff;

    margin-top: 250px;

    margin-bottom: 45px;

    width: 530px;

}

.text_header p span,

.text_header p strong{

    display: block;

}

.text_header p strong{

    font-family: 'MarkBold';

}

.text_header label{

    font-family: 'Across';

    font-size: 57px;

    color: #a1ce35;

    font-weight: 100;

    line-height: 1;

    margin: 0;

}

.text_header p:before{

    content: "";

    position: absolute;

    left: -27px;

    top: -50px;

    background: url('../images/apostrophe_1.png') no-repeat;

    width: 47px;

    height: 57px;

}

.text_header p:after{

    content: "";

    position: absolute;

    right: -12px;

    bottom: -12px;

    background: url('../images/apostrophe_2.png') no-repeat;

    width: 47px;

    height: 57px;

}

.menu_global{

    width: 50%;

    height: 100%;

    background: #718a30;

    position: fixed;

    top: 0;

    bottom: 0;

    transition: .4s ease;

    -webkit-transition: .4s ease;

    -moz-transition: opacity .4s ease;

    padding-top: 130px;

    text-align: right;

    padding-right: 10%;

    overflow-y: auto;

}

.show_menu {

    left: 50%;

    opacity:1;

    z-index: 99;

}

.hide_menu {

    opacity:0;

    left: 100%;

}

.menu_global li{

    margin-bottom: 45px;

    font-family: 'MarkMedium';

    font-size: 19px;

    color: #4e6218;

    display: block;

}

.menu_global li a{

    font-family: 'MarkMedium';

    font-size: 19px;

    color: #fff;

}

.menu_selected a {

    border-bottom: 3px solid #4d6215;

    padding-bottom: 10px;

}

.sous_menu{

    display: block;

}

.sous_menu li{

    padding: 35px 20px 0px 0px !important;

    margin-bottom: 0px !important;

}

.sous_menu li a{

    font-family: 'MarkPro' !important;

    border-bottom: 0px !important;

}

.sous_menu_selected a{

    color: #4d6215 !important;

}

.menu_global li > a > img{

    margin-left: 20px;

}

@media (min-width: 768px) and (max-width: 991px){

    .text_header p:before{

        left: -18px;

        top: -56px;

    }

}

@media (max-width: 767px){
	.titre_home h1{
		font-size: 25px;
	}

    .text_header p{

        width: unset;

        font-size: 25px;

    }

    .text_header p:before{

        left: -10px;

        top: -60px;

    }

    .text_header p:after{

        bottom: -22px;

        right: -10px;

    }

    .menu_global{

        width: 100%;

        padding-right: 0%;

        text-align: center;

    }

    .show_menu {

        left: 0%;

    }

    .menu_global li a{

        font-size: 17px;

    }

}

@media (max-width: 360px){
    .logo img{
        width: 170px;
    }
    .text_header p{
        font-size: 21px;
    }

}

/*  Services d'Accueil  */

.services_home{
    position: relative;
    top: -50px;
}
.item_services_home a{
	display: block;
	position: relative;
	overflow: hidden;
}
.item_services_home img{
    border-bottom: 5px solid #799829;
    width: 100%;
    padding-bottom: 10px;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
}
.item_services_home a:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.item_services_home h2 a{

    font-family: 'MarkBold';

    font-size: 19px;

    color: #595959;

}

@media (min-width: 992px) and (max-width: 1199px){

    .item_services_home h2 a{

        font-size: 18px;

    }

}

@media (min-width: 768px) and (max-width: 991px){

    .item_services_home h2 a{

        font-size: 14px;

    }

}

@media (max-width: 767px){

    .item_services_home{

        margin-bottom: 50px;

    }

    .item_services_home h2 a{

        font-size: 18px;

    }

}



/*  Fondatrice d'Accueil  */



.fondatrice_home{

    margin-top: 70px;

}

.fondatrice_home .row{

    margin-left: 0px;

    margin-right: 0px;

}

.fondatrice_home .col-md-5{

    padding-right: 0px;

}

.item_left_fondatrice_home h3,

.references h3{

    font-family: 'MarkMedium';

    font-size: 27px;

    color: #434343;

    margin: 0;

}

.item_left_fondatrice_home h3 span,

.references h3 span{

    font-family: 'MarkBold';

    color: #799829;

}

.item_left_fondatrice_home p{

    font-family: 'MarkPro';

    font-size: 16px;

    color: #434343;

    margin-bottom: 0px;

    margin-top: 50px;

    line-height: 40px;

}

.item_right_fondatrice_home{

    position: relative;

    top: -120px;

}

@media (min-width: 992px) and (max-width: 1199px){

    .item_right_fondatrice_home{

        top: -50px;

    }

}

@media (min-width: 768px) and (max-width: 991px){

    .item_right_fondatrice_home{

        top: unset;

    }

    .item_left_fondatrice_home h2{

        font-size: 21px;

    }

    .item_left_fondatrice_home p{

        line-height: 30px;

    }

}

@media (max-width: 767px){

    .fondatrice_home{

        margin-top: 0px;

    }

    .item_left_fondatrice_home h2{

        font-size: 20px;

    }

    .item_right_fondatrice_home{

        top: unset;

        margin-top: 20px;

    }

    .item_left_fondatrice_home p {

        margin-top: 30px;

        line-height: 30px;

    }

}



/*  References d'Accueil  */



.references_home{

    margin-bottom: 100px;

}

.references .row{

    margin-top: 70px;

}

.references .img_references{

    display: flex;

    justify-content: center;

    align-items: center;

    height: 100px;

}

@media (max-width: 1199px){

    .references{

        margin-top: 100px;

    }

}

@media (max-width: 991px){

    .references .row{

        margin-top: 0px;

    }

    .references h2{

        margin-bottom: 70px;

    }

    .references .img_references{

        margin-bottom: 80px;

    }

}

@media (max-width: 767px){

    .references_home{

        margin-bottom: 0px !important;

    }

}



/*  Footer  */



.footer{

}

.footer .container{

    padding-top: 60px;

    padding-bottom: 80px;

    padding-left: 0px;

    padding-right: 0px;

    border-top: 1px solid #dcdcdc;

}

.list_footer{

    margin-bottom: 40px;

}

.list_footer li{

    display: inline-block;

    margin-right: 43px;

}

.list_footer li:last-child{

    margin-right: 0px;

}

.list_footer li a{

    font-family: 'MarkMedium';

    font-size: 14px;

    color: #a6a6a6;

}

.copy_right p{

    font-family: 'MarkMedium';

    font-size: 12px;

    color: #adadad;

    text-align: center;

}

@media (min-width: 992px) and (max-width: 1199px){

    .list_footer li{

        margin-right: 14px;

    }

}

@media (min-width: 768px) and (max-width: 991px){

    .list_footer li{

        margin-right: 49px;

        margin-bottom: 20px;

    }

}

@media (max-width: 767px){

    .footer .container{

        padding-left: 15px;

        padding-right: 15px;

    }

    .list_footer li{

        display: block;

        margin-bottom: 30px;

    }

    .list_footer li a{

        font-size: 16px;

    }

}



/*  Switcher Globale  */



.header_globale{

    -webkit-background-size: cover;

    background-size: cover;

    width: 100%;

    height: 470px;

    position: relative;

}

.header_globale .text_header p{

    font-family: 'MarkBold';

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

    height: 100px;

    line-height: 1;

    font-size: 3.5vmax;

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    text-align: center;

}

.header_globale .hamburger{

    background: transparent;

}

.header_globale .text_header p:after,

.header_globale .text_header p:before{

    display: none;

}
.titre_pages{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.titre_pages h1{
	font-family: 'MarkBold';
	font-size: 3vmax;
	color: #fff;
	margin: 0;
}



/*  Contact  */



.switcher_contact{

    background: url(../images/switcher_contact.jpg) no-repeat center center;

    background-size: cover;

}

.form_group label{

    font-family: 'MarkPro';

    font-size: 16px;

    color: #313131;

    padding-left: 25px;

    margin-bottom: 10px;

    font-weight: 100;

}

.text_input{

    position: relative;

    margin-bottom: 30px;

}

.text_input input{

    position: relative;

    width: 100%;

    height: 45px;

    border-radius: 30px;

    padding-left: 50px;

    border: 1px solid #c9c9c9;

    font-family: 'MarkPro';

    font-size: 14px;

    color: #000;

    outline: none;

}

.text_input input::placeholder,

.text_input textarea::placeholder{

    color: #bfbfbf;

    text-transform: uppercase;

    font-size: 10px;

}

.text_input:before{

    content: "";

    position: absolute;

    z-index: 1;

}

.icon_nom:before{

    top: 46px;

    left: 21px;

    width: 15px;

    height: 16px;

    background: url('../images/nom.png') no-repeat;

}

.icon_mail:before{

    top: 48px;

    left: 20px;

    width: 18px;

    height: 14px;

    background: url('../images/mail.png') no-repeat;

}

.text_input textarea{

    position: relative;

    width: 100%;

    height: 120px;

    border-radius: 30px;

    padding-left: 15px;

    padding-top: 15px;

    border: 1px solid #c9c9c9;

    font-family: 'MarkPro';

    font-size: 12px;

    color: #000;

    outline: none;

    resize: none;

}

.text_submit input{

    width: 100%;

    height: 45px;

    font-family: 'MarkPro';

    font-size: 18px;

    color: #fff;

    background: #769c25;

    border: 0;

    border-radius: 30px;

    outline: none;

    text-transform: uppercase;

    letter-spacing: 5px;

    line-height: 1;

    transition: 0.3s ease-in;

    -webkit-transition: 0.3s ease-in;

}

.text_submit input:hover{

    color: #769c25;

    background: transparent;

    border: 1px solid #769c25;

}

.map_contact {

    display: inline-block;

    overflow: hidden;

    width: 100%;

    margin-top: 20px;

}

.map_contact iframe {

    height: 300px;

    width: 100%;

    position: relative;

    top: -50px;

    border: none;

}

.adress_contact p{

    position: relative;

    font-family: 'MarkPro';

    font-size: 16px;

    color: #4d4d4d;

    margin: 0;

    padding-left: 35px;

    width: 300px;

}

.adress_contact p span{

    font-family: 'MarkBold';

}
.adress_contact{
    margin-top: 40px;
}
.tel,
.mail,
.position{
    position: relative;
    margin-bottom: 50px;
}

.tel:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 16px;

    height: 28px;

    background: url(../images/mobile.png) no-repeat;

}

.mail:before {

    content: "";

    position: absolute;

    top: 2px;

    left: -4px;

    width: 24px;

    height: 18px;

    background: url(../images/mail2.png) no-repeat;

}

.position:before {

    content: "";

    position: absolute;

    top: -4px;

    left: 0;

    width: 18px;

    height: 24px;

    background: url(../images/adress.png) no-repeat;

}

input.error,

textarea.error{

    border: 1px solid red;

}

label.error{

    color: red;

}

.close_contact{

    background: transparent;

    border: 0;

    position: absolute;

    top: 12px;

    right: 34px;

    color: #000;

    font-size: 20px;

}

@media (max-width: 767px){

    .form_contact{

        margin-bottom: 50px;

    }

}



/*  Références  */



.switcher_references{

    background: url(../images/switcher_references.jpg) no-repeat center center;

    background-size: cover;

}



/*  Management Durable  */



.switcher_durable{

    background: url(../images/switcher_durable.jpg) no-repeat center center;

    background-size: cover;

}

.content_durable .row{

    margin-bottom: 40px;

}

.item_text_durable p{

    font-family: 'MarkPro';

    font-size: 16px;

    color: #434343;

    margin-bottom: 50px;

    line-height: 30px;

}

.item_text_durable p:last-child{

    margin-bottom: 0px;

}

.item_text_durable p span{

    font-family: 'MarkBold';

}

.block_second_durable{

    position: relative;

}

.text_block_second_durable{

    position: absolute;

    top: 120px;

    left: 0;

    width: 710px;

    padding-left: 60px;

    line-height: 35px;

}

.text_block_second_durable p{

    font-family: 'MarkPro';

    font-size: 18px;

    color: #fff;

}

.text_block_second_durable p span{

    font-family: 'MarkBold';

}

@media (min-width: 992px) and (max-width: 1199px){

    .item_text_durable p{

        margin-bottom: 30px;

        line-height: 24px;

    }

    .text_block_second_durable{

        top: 85px;

        width: 620px;

        line-height: 30px;

    }

}

@media (max-width: 991px){

    .item_img_durable{

        text-align: -webkit-center;

        margin-bottom: 40px;

    }

    .item_text_durable p{

        margin-bottom: 30px;

    }

}

@media (min-width: 768px) and (max-width: 991px){

    .text_block_second_durable{

        top: 50px;

        width: 465px;

        padding-left: 30px;

        line-height: 25px;

    }

}

@media (max-width: 767px){

    .text_block_second_durable{

        position: relative;

        top: unset;

        width: 100%;

        padding: 0;

        margin-top: 30px;

    }

    .text_block_second_durable p{

        color: #434343;

        font-size: 16px;

    }

}



/***  Développement Managérial - Ikigai  ***/



.switcher_developpement{

    background: url(../images/switcher_developpement.jpg) no-repeat center center;

    background-size: cover;

}

.content_ikigai .row{

    margin-top: 50px;

}

.menu_developpement{

    margin-bottom: 80px;

    margin-top: 0px !important;

}

.menu_developpement h2{

    text-align: center;

}

.menu_developpement h2 a{

    font-family: 'MarkMedium';

    font-size: 27px;

    color: #adadad;

    position: relative;

}

.menu_developpement_selected a,

.menu_developpement h2 a:hover{

    color: #434343 !important;

}

.menu_developpement_selected a{

    pointer-events: none;

}

.menu_developpement_selected a:before{

    content: "";

    position: absolute;

    bottom: -25px;

    left: 50%;

    background: url('../images/rectangle.png') no-repeat;

    width: 163px;

    height: 7px;

    margin-left: -81px;

}

.item_text_dev h3{

    font-family: 'MarkBold';

    font-size: 34px;

    color: #779f22;

    letter-spacing: 4px;

    margin-bottom: 15px;

    margin-top: 0px;

    text-transform: uppercase;

}

.item_text_dev h4{

    font-family: 'MarkBold';

    font-size: 34px;

    color: #434343;

    margin: 0;

}

.item_text_dev ul{

    margin-top: 40px;

}

.item_text_dev ul li{

    font-family: 'MarkBold';

    font-size: 16px;

    color: #434343;

    position: relative;

    padding-bottom: 25px;

    padding-left: 20px;

}

.item_text_dev ul li:last-child{

    padding-bottom: 0px;

}

.item_text_dev ul li:before{

    content: "";

    position: absolute;

    top: 6px;

    left: 0;

    background: #769c25;

    width: 10px;

    height: 10px;

    border-radius: 50%;

}

.content_ikigai p,

.content_leadership p,

.content_prise p{

    font-family: 'MarkPro';

    font-size: 16px;

    color: #434343;

    margin-top: 35px;

}

.content_ikigai h5{

    font-family: 'MarkBold';

    font-size: 26px;

    color: #769c25;

    margin-top: 35px;

}

.titre_ikigai_h5{

    text-align: -webkit-center;

}

.titre_ikigai_h5 h5{

    width: 80%;

}

@media (max-width: 991px){

    .item_img_dev{

        text-align: -webkit-center;

    }

    .item_img_ikigai_1{

        margin-top: 40px;

    }

    .item_img_ikigai_2{

        margin-bottom: 40px;

    }

}

@media (max-width: 767px){

    .menu_developpement h2{

        margin-top: 0px;

        margin-bottom: 50px;

    }

    .titre_ikigai_h5 h5{

        width: unset;

    }

    .item_text_dev h4{

        font-size: 27px;

    }

    .content_ikigai h5{

        font-size: 22px;

    }

}



/***  Développement Managérial - Leadership  ***/



.content_leadership .row:last-child{

    margin-top: 80px;

}

.item_text_leadership{

    background: #769c25;

    padding: 70px;

}

.item_text_leadership p{

    font-family: 'MarkPro';

    font-size: 31px;

    color: #fff;

    margin: 0px !important;

    line-height: 40px !important;

}

.item_text_leadership p span{

    font-family: 'Across';

    font-size: 55px;

    color: #fff;

    display: block;

    margin-top: 50px;

}

.item_text_leadership p samp{

    color: #adee23;

}

.content_leadership .item_text_dev h3{

    margin-top: 30px;

}

.content_leadership .item_text_dev p,

.content_leadership p{

    margin-top: 45px;

    line-height: 30px;

}

.content_leadership .item_text_dev h5{

    font-family: 'MarkBold';

    font-size: 42px;

    color: #434343;

    margin-top: 85px;

    padding-left: 20px;

}

.content_leadership .item_text_dev h5 span{

    color: #769c25;

    display: block;

}

.content_leadership .item_text_dev h6{

    font-family: 'MarkPro';

    font-size: 39px;

    color: #79a026;

    margin: 0;

}

.content_leadership .item_text_dev h6 span{

    font-family: 'MarkBold';

}

.content_leadership .item_text_dev label{

    font-family: 'MarkBold';

    font-size: 23px;

    color: #79a026;

    margin-top: 50px;

    line-height: 1;

}

.item_img_leadership{

    position: relative;

    top: -30px;

}

.video_source{

    display: block;

}

.video_source:after {

    content: " ";

    display: block;

    width: 100px;

    height: 100px;

    position: absolute;

    left: 0px;

    right: 0px;

    top: 0px;

    bottom: 0px;

    margin: auto;

    background: url(../images/play.png) no-repeat center;

}

@media (min-width: 992px) and (max-width: 1199px){

    .content_leadership .item_text_dev h5{

        font-size: 36px;

        margin-top: 50px;

    }

}

@media (max-width: 991px){

    .item_img_leadership{

        top: unset;

    }

    .video_source{

        margin-bottom: 35px;

        text-align: -webkit-center;

    }

    .item_text_leadership{

        padding: 40px;

    }

    .content_leadership .item_text_dev h5{

        padding: 0px;

        margin-top: 60px;

    }

}



/***  Développement Managérial - Prise en parole  ***/



.content_prise p{

    line-height: 35px;

}

.item_text_prise{

    position: relative;

    margin-top: 70px;

}

.item_text_prise h3{

    position: relative;

    font-family: 'MarkBold';

    font-size: 18px;

    color: #434343;

    margin: 0;

    padding-left: 50px;

    line-height: 25px;

}

.item_text_prise h3:before{

    content: '1';

    position: absolute;

    top: 13px;

    left: 0;

    font-family: 'MarkPro';

    font-size: 57px;

    color: #60a231;

}

.titre_prise_h3-1,

.titre_prise_h3-2,

.titre_prise_h3-3{

    text-align: left;

}

.titre_prise_h3-1{

    padding-top: 10px;

}

.titre_prise_h3-2:before{

    content: '2' !important;

}

.titre_prise_h3-3:before{

    content: '3' !important;

}

.item_text_prise{

    text-align: -webkit-center

}

.item_text_prise h4{

    font-family: 'MarkBold';

    font-size: 31px;

    color: #60a231;

    text-align: center;

    margin-top: 35px;

    width: 75%;

}

@media (max-width: 767px){

    .item_text_prise h3{

        margin-bottom: 60px;

    }

    .item_text_prise h4{

        width: 100%;

    }

}



/***  Sabr Abou-Ibrahimi - Présentation  ***/



.switcher_presentation{

    background: url(../images/switcher_sabr.jpg) no-repeat center center;

    background-size: cover;

}

.timeline {

    position: relative;

    width: 660px;

    margin: 0 auto;

    list-style-type: none;

}

.timeline:before {

    position: absolute;

    left: 50%;

    top: 0;

    content: ' ';

    display: block;

    border-left: 2px dotted #434343;

    height: 100%;

    margin-left: -3px;

    z-index: 5;

}

/*.timeline li {

    padding: 1em 0;

}

.timeline li:first-child{

    padding-top: 0px;

}

.timeline li:last-child{

    padding-bottom: 0px;

}*/

.timeline li:after {

    content: "";

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;

}

.direction_r {

    position: relative;

    width: 300px;

    float: right;

}

.direction_l {

    position: relative;

    width: 300px;

    float: left;

    text-align: right;

}

.direction_r .date:before,

.direction_l .date:before{

    position: absolute;

    top: 50%;

    right: -38px;

    content: ' ';

    display: block;

    width: 20px;

    height: 20px;

    margin-top: -10px;

    background: url('../images/puce.png') no-repeat;

    z-index: 10;

}

.direction_r .date:before {

    left: -42px;

}

.date{

    position: relative;

    font-family: 'MarkBold';

    font-size: 24px;

    color: #769c25;

}

.desc_timeline{

    font-family: 'MarkPro';

    font-size: 16px;

    color: #3d3d3d;

    margin-top: 10px;

}

@media (max-width: 767px){

    .timeline{

        width: 100%;

    }

    .timeline li{

        padding-bottom: 50px;

    }

    .timeline li:last-child{

        padding-bottom: 0px;

    }

    .date_wrapper {

        text-align: center;

    }

    .direction_l,

    .direction_r {

        float: none;

        width: 100%;

        text-align: center;

    }

    .direction_l .desc_timeline,

    .direction_r .desc_timeline {

        position: relative;

        background: #fff;

        z-index: 9;

    }

    .direction_r .date:before,

    .direction_l .date:before{

        top: -20px;

        left: 50%;

        margin-left: -12px;

    }

    .date{

        background: #fff;

        z-index: 9;

    }

}



.g-recaptcha{
    margin-bottom: 30px;
}



/*  Page Introuvable  */

.page_introuvable{
    padding: 100px 0px;
}
.bg_introuvable h2 {
    font-family: 'MarkBold';
    font-size: 45px;
    color: #434343;
    margin: 0;
}
.bg_introuvable h3 {
    font-family: 'MarkMedium';
    font-size: 25px;
    color: #434343;
    margin: 40px 0px;
}
.link_home{
    font-family: 'MarkPro';
    font-size: 20px;
    color: #434343;
    margin: 0;
}
.link_home a{
    color: #1179e4;
    text-decoration: underline;
}
.link_home a:hover{
    text-decoration: none;
}


/*  Actualités  */

.content_actus {
    padding: 80px 0px 100px 0px;
}
.content_actus .row {
    margin-bottom: 50px;
}
.content_actus .row:last-child {
    margin-bottom: 0px;
}
.item_actus h3,
.item_actu_selected h3{
    font-family: 'MarkPro';
    font-size: 16px;
    color: #60a231;
    margin-top: 25px;
    margin-bottom: 0px;
}
.item_actus h4{
    font-family: 'MarkMedium';
    font-size: 21px;
    color: #494949;
    margin: 25px 0px;
    height: 2.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.img_actus{
    position: relative;
    overflow: hidden;
}
.img_actus img{
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
}
.img_actus:hover img{
    transform: scale(1.13);
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
}
.actus_plus a {
    font-family: 'MarkMedium';
    font-size: 14px;
    color: #60a231;
    position: relative;
}
.actus_plus a:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 85px;
    background: #60a231;
    width: 80px;
    height: 1px;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}
.actus_plus a:hover:after {
    width: 40px;
}
@media (min-width: 768px) and (max-width: 991px){
    .item_actus h3{
        font-size: 14px;
    }
    .item_actus h4{
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .content_actus .row{
        margin-bottom: 0px;
    }
    .item_actus{
        margin-bottom: 50px;
    }
}

/* Actu Selected  */

.content_actu_selected{
    padding: 30px 0 100px;
}
.section_breadcrumbs li{
    display: inline-block;
}
.section_breadcrumbs li a {
    font-family: 'MarkLight';
    font-size: 15px;
    color: #5f5f5f;
}
.section_breadcrumbs li:last-child a{
    pointer-events: none;
}
.item_actu_selected h2{
    font-family: 'MarkMedium';
    font-size: 30px;
    color: #494949;
    margin: 25px 0px;
}
.item_actu_selected h3{
    margin-top: 0px;
    margin-bottom: 40px;
}
.img_actu_selected{
    margin-bottom: 50px;
}
.item_actu_selected p{
    font-family: 'MarkPro';
    font-size: 16px;
    color: #5f5f5f;
    line-height: 30px;
}

/*  Pagination  */

.pagination_container{
    text-align: -webkit-center;
    text-align: -moz-center;
}
/*.pagination > li:first-child > a,
.pagination > li:first-child > span{
    border-radius: 50%;
}*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
    color: #fff;
    cursor: default;
    background-color: #60a231;
    border-color: transparent;
    pointer-events: none;
}
.pagination > li > a, .pagination > li > span{
    font-family: 'MarkMedium';
    font-size: 14px;
}












