@font-face{
    font-family : 'Rubrik';
    src : url('../fonts/Rubrik/RubrikNew-Regular.woff') format('woff'),
    url('../fonts/Rubrik/RubrikNew-Regular.ttf') format('truetype');
    font-weight:400;
}

@font-face{
    font-family : 'Rubrik';
    src : url('../fonts/Rubrik/RubrikNew-Light.woff') format('woff'),
    url('../fonts/Rubrik/RubrikNew-Light.ttf') format('truetype');
    font-weight:300;
}

@font-face{
    font-family : 'Rubrik';
    src : url('../fonts/Rubrik/RubrikNew-SemiBold.woff') format('woff'),
    url('../fonts/Rubrik/RubrikNew-SemiBold.ttf') format('truetype');
    font-weight:500;
}

*{
    outline:none;
}
a:focus {
    outline: none;
}
html{
    margin: 0px;
    padding: 0px;
}

body{
    margin: 0px;
    padding: 0px;
    font-family: 'Rubrik', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container-fluid{
    max-width: 1366px;
    width: 100%;
    margin: auto;
}

.container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.containerMin{
    max-width: 970px;
    width: 100%;
    margin: auto;
}

.containerSingle{
    max-width: 798px;
    width: 100%;
    margin: auto;
}

a, a:hover, a:focus{
    text-decoration:none;
}

a:hover, a:focus{
    color: #FFFFFF;
}

ul, ol{
    margin:0;
    padding:0;
    list-style-type: none;
}

h1, .titreH1{
    font-size: 35px;
    font-weight:300;
    color: #808080;
    letter-spacing: 0;
    line-height: 40px;
}

h2{
    font-size: 31px;
    font-weight:300;
    color: #808080;
    letter-spacing: 0;
    line-height: 37px;
}

h3{
    font-size: 23px;
    font-weight:300;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
}

h4{
    font-size: 20px;
    font-weight:300;
    color: #000000;
    letter-spacing: 0;
    line-height: 26px;
}

h5, .btnDecouvrir{
    font-size: 14px;
    font-weight:400;
    color: #666666;
    letter-spacing: 1px;
    text-transform:uppercase;
}

.white{
    color:#FFFFFF;
}

.black{
    color:#000000;
}

.lightBlack{
    color:#232323;
}

a{
    font-size: 13px;
    font-weight:500;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform:uppercase;
}

a.black{
    color: #303030;
}

a.blue{
    color: #1246F5;
}

a.big{
    font-size: 15px;
    color:#A5C527;
}

p, ul li{
    font-size: 16px;
    font-weight:400;
    color: #484848;
    letter-spacing: 0;
    line-height: 24px;
}

p.medium, .medium p{
    font-size: 14px;
    font-weight:300;
    line-height: 20px;
}

p.small, .small p{
    font-size: 13px;
    font-weight:400;
    line-height: 19px;
}

p.grey, .grey p, .grey ul li{
    color:#666666;
}

p.darkgrey, .darkgrey p{
    color: #484848;
}

p.lightgrey, .lightgrey p{
    color:#808080;
}

.green, .green:hover, .green:focus{
    color:#A5C527;
}

p.light, .light p{
    opacity:0.75;
}

.btnCustom{
    background: #A5C427;
    padding:10px;
    font-weight:400;
}

.blocFlex{
    display:flex;
}

.smallText{
    font-size: 12px;
    color: #807F7F;
    letter-spacing: 0;
    line-height: 20px;
    font-weight:400;
}

/***************** Header *****************/

.menubar{
    width:100%;
    height:84px;
    background:#ffffff;
    padding:27px;
}

#header .logo img{
    height:23px;
}

#wp-megamenu-menu-1 .wp-megamenu li a,
#wp-megamenu-main-menu-en .wp-megamenu li a{
    font-size:14px;
    color:#393939;
    padding:30px 10px;
    display:block;
    cursor:pointer;
}

.sticky #wp-megamenu-menu-1 .wp-megamenu li a,
.sticky #wp-megamenu-main-menu-en .wp-megamenu li a{
    padding:18px 10px;
}

#wp-megamenu-menu-1 .wp-megamenu li a:hover,
#wp-megamenu-main-menu-en .wp-megamenu li a:hover,
#wp-megamenu-menu-1 .wp-megamenu .wp-megamenu-sub-menu ul li a:hover,
#wp-megamenu-main-menu-en .wp-megamenu .wp-megamenu-sub-menu ul li a :hover{
    color:#1246F5;
}

#wp-megamenu-menu-1 .wp-megamenu .wp-megamenu-sub-menu ul li a:hover,
#wp-megamenu-main-menu-en .wp-megamenu .wp-megamenu-sub-menu ul li a :hover{
    padding-left:5px;
    transition: all 0.3s;
}

#wp-megamenu-menu-1 .wp-megamenu li a::after, .langue span::after,
#wp-megamenu-main-menu-en .wp-megamenu li a::after{
    content: '';
    display: inline-block;
    background: url(../img/arrowMenu.png) no-repeat;
    width: 8px;
    height: 8px;
    margin-left:5px;
}

#menu-menu-mobile .menu-item-has-children a{
    position:relative;
}

#menu-menu-mobile .menu-item-has-children > a::after{
    content: '';
    display: inline-block;
    background: url(../img/arrowMobileMenu.svg) no-repeat;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 20px;
}

#menu-menu-mobile .menu-item-has-children > .activeSubMenu::after{
    top: 15px;
    transform: rotate(180deg);
}


#mainPage{
    margin-top:84px;
}

#header{
    position: fixed;
    width: 100%;
    max-width: 1366px;
    top: 0;
    z-index: 100;
    background: #ffffff;
}

#header .blocFlex{
    justify-content:space-between;
    height: 84px;
    align-items: center;
    transition: all 0.3s;
}

#header.sticky .blocFlex{
    height: 60px;
}

.langue{
    width: 90px;
    height: 100%;
    border-left: 1px solid #E0E0E0;
    display: flex;
    margin-left:20px;
}

.langue a{
    color: #9B9B9B;
    margin: auto;
}

.enTeteSlider{
    position:relative;
    height:515px;
}

.blocSliderGauche{
    position:absolute;
    top:90px;
    left:100px;
    padding:40px;
    background-color:#1246F5;
    z-index: 20;
    max-width:368px;
    width:auto;
}

.blocSliderGauche p{
    max-width:280px;
    color:#ffffff;
}

.blocSliderGauche p::after{
    content:'';
    display:block;
    width:100%;
    border-bottom: 2px solid #FFFFFF;
    margin:20px 0 30px 0;
}

.blocSliderGauche .btnDecouvrir::before{
    content:'';
    display:inline-block;
    width:17px;
    height:10px;
    margin-right:15px;
    background:url(../img/arrowDecouvrir.png) no-repeat;
}

.blocSliderDroite{
    position:absolute;
    bottom: -15px;
    right: 100px;
    background: #C5C5C5;
    z-index: 20;
    padding:20px 50px 20px 35px;
    display: flex;
    flex-wrap: wrap;
    cursor:pointer;
}

.blocSliderDroite .imgBloc{
    margin:auto;
    margin-right:35px;
}

.blocSliderDroite p{
    max-width:310px;
    color:#ffffff;
}

.blocSliderDroite img{
    width:39px;
    height:41px;
}

.enTeteSlider .blocFlex{
    justify-content: space-between;
    align-items: center;
}

.owl-theme .owl-dots .owl-dot{
    background:none;
    border:none;
}

.owl-theme .owl-dots .owl-dot span{
    background:#ffffff;
    width: 13px;
    height: 13px;
    border-radius:40px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background:#1246F5;
    border:3px solid #ffffff;
}

#customDots2{
    margin-top:30px;
}

#customDots2 .owl-dot span{
    width: 13px;
    height: 13px;
    border-radius:40px;
    background:#e4e4e4;
}

#customDots2 .owl-dot.active span{
    background:#1246F5;
    border: 3px solid #e4e4e4;
}

.filAriane{
    justify-content: space-between;
    align-items:center;
    width:100%;
    height:48px;
    background:#FAFAFA;
    padding: 0 20px;
}

.filAriane span a, .filAriane span{
    font-size: 11px;
    font-weight:400;
    color: #4E4E4E;
    letter-spacing: 0.85px;
    text-transform:uppercase;
    display:inline-block;
}

.filAriane .breadcrumb_last{
    opacity: 0.5;
}

/*
.filAriane a::after{
    content:'';
    display:inline-block;
    width:8px;
    height:7px;
    margin:0 10px;
    background:url(../img/arrowAriane.png) no-repeat;
}
*/

.filAriane .blocRight a{
    line-height: 0;
}

#breadcrumbs{
    margin:0;
}

.filAriane .blocRight{
    align-items: center;
}

.filAriane h5{
    margin-right:10px;
}

.filAriane a{
    margin:0 5px;
}

.filAriane span:last-child::after{
    display:none;
}

/***************** Front Page *****************/

.blocChaineData{
    padding:100px 0;
    background-image: linear-gradient(-180deg, rgba(238,238,238,0.00) 0%, #FAFAFA 100%);
    text-align:center;
    position: relative;
}

.blocChaineData h1, .blocChaineData .titreH1{
    padding-bottom:60px;
    max-width: 670px;
    margin: auto;
}

.blocChaineData .blocFlex{
    justify-content: space-around;
}

.blocChaineData .singleBloc{
    text-align: center;
    position:relative;
    width:20%;
    border-right: 1px solid #efefef;
    opacity: 0;
    left: -50px;
    transition: all 0.3s;
}

.blocChaineData .singleBloc.active{
    left: 0px;
    opacity: 1;
}


.blocChaineData .singleBloc:last-child{
    border:none;
}

.number{
    opacity: 0.4;
    font-size: 30px;
    color: #838383;
    letter-spacing: 0;
    text-align: center;
}

.blocChaineData .singleBloc .containerImage{
    height: 134px;
    position: relative;
    margin-bottom: 15px;
}

.blocChaineData .singleBloc img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.blocChaineData .singleBloc h5::after{
    content:'';
    display:block;
    width:25px;
    border-top:2px solid #313131;
    margin:15px auto;
}

.blocChaineData .singleBloc p{
    max-width:165px;
    margin:auto;
}

.blocChaineData .btnCustom{
    position:absolute;
    bottom:-18px;
    left: 50%;
    transform: translateX(-50%);
}

.blocSolutions{
    padding: 100px 0 0 0;
}

.blocSolutions h1, .blocSolutions .titreH1{
    max-width:350px;
    padding:70px 0 90px 0;
    margin:0;
}

.blocSolutions h1::before, .blocSolutions .titreH1:before{
    content:'';
}

.blocSolutions .blocFull{
    width:50%;
    float:right;
    position:relative;
}

.blocSolutions .enteteSolutions::before{
    content:'';
    display:block;
    border-top: 4px solid rgba(197, 197, 197,0.2);
    margin-bottom: 5px;
}

.blocSolutions .rightBloc{
    float:right;
    margin-bottom:30px;
}

.blocSolutions .largeBloc img, .topFooter img, #detailArticle img{
    max-width:100%;
    height:auto;
}

.blocSolutions .rightBloc:nth-child(odd){
    position:relative;
    top:-290px;
    margin-bottom: -220px;
}

.blocSolutions .smallBloc:nth-child(even) .blocImage{
    float:right;
}

.blocSolutions .smallBloc:nth-child(even) .content{
    right:unset;
    left:15px;
}

.blocSolutions .smallBloc:nth-child(even) .content .btnCustom{
    background-color: transparent;
    background-image: url(../img/arrowBtnFull2.png);
    background-repeat: no-repeat;
    padding-left: 0;
    position: absolute;
    right:unset;
    background-position: 100% 0%;
    padding-right: 140px;
    left: 0;
}

.blocSolutions .largeBloc .content{
    position:absolute;
    left:40px;
    bottom:40px;
    max-width:240px;
}

.blocSolutions .largeBloc .content p{
    margin-bottom:20px;
    color:#ffffff;
}

.largeBloc .btnCustom, .topFooter .btnCustom{
    background-image:url(../img/arrowBtn.png);
    background-repeat:no-repeat;
    padding-left: 40px;
    background-position: 10px 9px;
}

.smallBloc .content{
    display:inline-block;
    position: absolute;
    right: 5px;
    top: 30px;
}

.smallBloc .content p{
    max-width:155px;
    margin-bottom:20px;
}

.smallBloc .content .btnCustom{
    background-color:transparent;
    background-image:url(../img/arrowBtnFull.png);
    background-repeat:no-repeat;
    padding-left: 80px;
    position: absolute;
    right: 50px;
}

.smallBloc .blocImage{
    width:270px;
    height:260px;
    overflow:hidden;
}

.largeBloc .blocImage{
    height:408px;
    width:100%;
    overflow:hidden;
}

.smallBloc img{
    width: auto;
    height: 100%;
}

.largeBloc h2{
    color:#ffffff;
}

.largeBloc p, .smallBloc p{
    font-size: 14px;
    font-weight:300;
    line-height: 20px;
}

.smallBloc p{
    color: #484848;
}

.smallBloc h2{
    font-size: 23px;
    font-weight:300;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
}

.smallBloc a{
    font-size: 15px;
    color:#A5C527;
}

.blocSeo p{
    position:relative;
    max-width:960px;
}

.blocSeo .small{
    padding-left: 40px;
}

.blocSeo ul li, .blocSeo a{
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    color: #808080;
    letter-spacing: 0;
}

.blocSeo a{
    text-transform: lowercase;
    border-bottom: 1px solid #B5CB5C;
}

.blocSeo ul{
    list-style-type: disc;
    padding-left:60px;
}

.blocSeo .small::before{
    content: '';
    position: absolute;
    border-left: 1px dashed #A5C527;
    height: 100%;
    left: 15px;
    opacity:0.3;
}

/***************** Footer *****************/

.topFooter{
    margin-top:30px;
    top: 30px;
}

.topFooter .content{
    position:absolute;
    top:40px;
    right:50px;
    padding:5px 20px 0 20px;
    background:#A5C527;
}

.topFooter .btnCustom{
    position:relative;
    top:10px;
    right:20px;
    transition: all 0.4s;
}

.liensFooter{
    background-color:#F6F6F6;
    padding:90px 0 40px 0;
}

.liensFooter a{
    color:#4A4A4A;
    font-weight:400;
}

.liensFooter ul{
    box-sizing:border-box;
    columns: 3;
    display:block;
    width:100%;
}

/*
.lienActus a{
    font-size: 14px;
    font-weight: 500;
}
*/
.liensFooter li{
    margin-bottom:10px;
}

.liensFooter h5{
    margin-bottom:20px;
}

.bottomFooter{
    display:block;
    height:50px;
    background-color:#F6F6F6;
    position:relative;
}

.bottomFooter::before{
    content:'';
    display:block;
    width:100%;
    border-top:1px solid #999999;
    opacity: 0.21;
}

.bottomFooter .content{
    padding:15px 0 5px 0;
}

.bottomFooter .content span{
    display:inline-block;
}

.bottomFooter .blocLeft a{
    margin-right:20px;
}

.bottomFooter .blocLeft a:hover, .bottomFooter .blocLeft a:focus{
    color:#807F7F;
}

.bottomFooter .blocCenter li{
    display:inline-block;
    margin: 0 5px;
}

.bottomFooter .blocCenter li a{
    font-size: 12px;
    color: #494444;
    letter-spacing: 0;
    text-align: center;
    text-transform:capitalize;
    font-weight:400;
}

.bottomFooter .blocCenter{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}

.bottomFooter .blocLeft{
    position:absolute;
    left:20px;
}

.bottomFooter .blocRight{
    position:absolute;
    right:20px;
    top: 50%;
    transform: translateY(-50%);
}

.bottomFooter .blocRight a{
    margin-left: 10px;
}

.topFooter p{
    max-width:285px;
    color:#ffffff;
}

/***************** Fin Footer *****************/


.enTete{
    padding:70px 0 60px 0;
}

.enTeteSimple h1, #detailArticle .enTeteArticle h1{
    font-size: 45px;
    color: #1246F6;
    letter-spacing: 0.59px;
    line-height: 50px;
    padding-bottom: 60px;
}

#detailArticle .enTeteArticle h1{
    padding-bottom:0;
}

.bigTitle{
    font-size: 45px;
    font-weight:300;
    color: #1C1C1C;
    letter-spacing: 0.48px;
    line-height: 50px;
    margin:0;
}

.enTete p{
    margin-top:30px;
    max-width:375px;
}

.enTete a, .blocBleu a{
    font-weight:400;
    display:inline-block;
}

.enTete a{
    margin-top: 30px;
}

.enTete a::before{
    content: '';
    display: inline-block;
    background: url(../img/arrowDecouvrirSingle.png);
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: relative;
    top: 7px;
}

.bandeauVideo{
    position:relative;
}

.bandeauVideo img{
    max-width:100%;
    height:auto;
}

.blocBleuDecale{
    position: absolute;
    bottom: -30px;
    left: 150px;
    max-width:370px;
    min-width:320px;
    padding:30px;
    background-color:#1246F6;
}

.blocBleuDecale p, .contentErrorPage p{
    opacity:0.75;
    color:#ffffff;
}

.blocBleuDecale p::after, .taxonomy .blocBleuDecale p::after{
    content:'';
    display:block;
    width:100%;
    border-bottom:1px solid #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.20);
    margin:30px 0;
    opacity:0.75;
}

.single .videoTimer a::before{
    content: '';
    display: inline-block;
    background: url(../img/pictoPlayer.png);
    width: 22px;
    height: 22px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.single .videoTimer span{
    background: rgba(255,255,255,0.30);
    border-radius: 4px;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 23px;
    padding: 2px 4px;
}

.single .videoTimer{
    display:flex;
    justify-content:space-between;
}

.bandeauCaracteristiques{
    padding: 80px 0 90px 0;
}

.bandeauCaracteristiques h3{
    max-width:730px;
    margin: auto;
    margin-top:30px;
}

.bandeauCaracteristiques .pictos{
    border: 4px solid rgba(18,70,245,0.30);
    border-radius: 10px;
}

.bandeauCaracteristiques .blocFlex{
    justify-content: space-around;
    margin-top:50px;
}

.bandeauCaracteristiques p{
    max-width:220px;
    margin:auto;
    margin-top:20px;
}

.singleCarac{
    position:relative;
    width:25%;
    padding: 0 9px;
}

.singleCarac::after{
    content:'';
    display:inline-block;
    border-right:1px solid #efefef;
    height:200px;
    position:absolute;
    right:0;
    top:-20px;
}

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

.bandeauBenefices{
    overflow:auto;
}

.bandeauBenefices .blocTexte{
    background:#F9F9F9;
    min-height:460px;
    position:relative;
}

.bandeauBenefices .blocTexte .content{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:200px;
}

.bandeauBenefices .blocTexte:nth-child(4n+3) .content{
    left:120px;
}

.bandeauBenefices .blocImage:nth-child(4n+4){
    padding-left:130px;
}

.bandeauBenefices .blocTexte:nth-child(4n+3){
    float:right;
}

.bandeauBenefices .blocImage{
    background:#F3F3F3;
    padding: 85px 60px;
    min-height:460px;
}

.bandeauBenefices .blocTexte p{
    font-weight:300;
}

.bandeauBenefices .blocTexte p, .bandeauBenefices .blocTexte h3{
    max-width:385px;
}

.bandeauAvis{
    padding:80px 0;
}

.bandeauAvis h3{
    margin-bottom:50px;
}

.bandeauAvis h5, .bandeauAvis .avisEntrepriseText{
    display:inline-block;
}

.bandeauAvis h5{
    color:#000000;
    margin-right:5px;
}

.bandeauAvis .avisText{
    border-left: 1px solid #1A284E;
    padding-left: 20px;
}

.bandeauSiteWeb{
    background:rgba(238, 238, 238,0.3);
    padding:60px 0;
    margin-bottom:-60px;
}

.bandeauSiteWeb .content{
    transform:translateY(50%);
}

.bandeauSiteWeb p{
    margin-bottom:30px;
}

.bandeauSiteWeb a{
    font-weight:400;
}

.bandeauSiteWeb a::before{
    content: '';
    display: inline-block;
    background: url(../img/lienExterne.svg);
    width: 8px;
    height: 8px;
    margin-right: 20px;
    position: relative;
    left:7px;
}

.bandeauSiteWeb a::after{
    content:'';
    display:inline-block;
    width:22px;
    height:22px;
    border-radius:10px;
    border:1px solid rgba(181, 181, 181,0.3);
    position:absolute;
    left:0;
}

.archive img, .single img, .pageMetier img{
    max-width:100%;
    height: auto;
}

.archive .entete{
    position:relative;
}

.archive .blocBleuDecale p{
    max-width:285px;
    color:#ffffff;
}

.archive p::after{
    display:none;
}

.archive .contentArchive{
    padding:90px 0 0 0;
}

.archive .contentArchive p{
    max-width:470px;
}

.archive .blocBleuDecale, #singleEmplois .blocBleuDecale{
    left:100px;
}

.archive .detailsArchive::after{
    content:'';
    display:block;
    width:100%;
    border-top: 1px solid #DEDEDE;
    margin:30px 0;
}

.archive .adresseOffre::before{
    content:'';
    background:url(../img/pin.svg);
    display:inline-block;
    width:9px;
    height:12px;
    margin-right:5px;
}

.archive .detailsArchive a::before{
    content:'';
    background:url(../img/arrowOffreEmploi.png) no-repeat;
    display:inline-block;
    width:8px;
    height:8px;
    margin-right:20px;
    position: relative;
    left: 6px;
}

.archive .detailsArchive a.urlExterne::before{
    background:url(../img/externeLink.png) no-repeat;
    left:5px;
}

.archive .detailsArchive a::after{
    content:'';
    display:inline-block;
    width:22px;
    height:22px;
    border-radius:10px;
    border:1px solid rgba(181, 181, 181,0.3);
    position:absolute;
    left:12px;
}

.detailsArchive a{
    font-weight:400;
}

.enTeteEmplois{
    position:relative;
}

.enTeteEmplois .blocBleuDecale{
    padding: 30px 40px;
    max-width:unset;
}

.enTeteEmplois .blocBleuDecale h1{
    margin:0;
}
.blocPartager .fancybox-close-small:after{
    color:#000000;
}

.blocPartager .fancybox-close-small{
    top:5px;
}

.fancybox-slide .blocPartager .nf-response-msg p{
    color:#000000;
}

#singleEmplois .content{
    padding:60px 0;
}

.pictosEmploi{
    position:relative;
}

.pictosEmploi img{
    margin-bottom:10px;
}

.pictosEmploi::after{
    content:'';
    display:inline-block;
    position:absolute;
    right:0;
    top:10px;
    height:50px;
    opacity: 0.2;
    border-right: 1px solid #979797;
}

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

#singleEmplois .content{
    background:#F9F9F9;
}

.detailsEmplois h2{
    margin-bottom:25px;
}

.detailsEmplois ul{
    padding-left:20px;
}

.detailsEmplois ul li, .detailsEmploi p{
    list-style-type: disc;
    margin-bottom:10px;
}

.detailsEmplois p{
    line-height:26px;
}

.detailsEmplois h4{
    margin-top:30px;
}

.bandeauPostuler{
    display:flex;
    width:100%;
    height:97px;
    background-color:#A5C427;
    position:relative;
}

.iconPostuler{
    position:absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.bandeauPostuler .containerIcon, .bottomTaxonomy .containerIcon{
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    display: flex;
}

.bandeauPostuler .containerIcon::after, .bottomTaxonomy .containerIcon::after {
    content:'';
    width:69px;
    height:69px;
    opacity: 0.05;
    border: 1px solid #000000;
    position: absolute;
    border-radius: 70px;
    left: -9px;
    top: -9px;
}

.bandeauPostuler .containerIcon .iconSuitcase{
    margin:auto;
    align-self:center;
}

.bandeauPostuler .titreH1{
    margin:auto;
    align-self:center;
}


#archiveExperts .entete h1{
    max-width:280px;
}

.archive .detailsArchiveExperts .containerImg{
    height:140px;
    position:relative;
    overflow:hidden;
}

.archive .detailsArchiveExperts .containerImg img{
    position:absolute;
    top:-30px;
}

.contentArchive .detailsArchiveExperts p{
    max-width:670px;
}

.detailsArchiveExperts h3{
    margin-top:0;
}

#singleExperts .col-md-4{
    width:37.333333%;
}

#singleExperts .col-md-8{
    width: 62.666667%;
}

#singleExperts{
    padding:60px 0;
}

.containerImgVideo{
    position:relative;
}

#singleExperts .videoTimer{
    padding: 15px;
    max-width: 100%;
    position: relative;
    bottom: 55px;
}

#singleExperts .videoTimer span{
    margin-top: 3px;
}

#singleExperts .videoTimer a{
    font-weight:400;
    font-size:12px;
}

.descExpert h1, .descExpert h5{
    margin-left:40px;
}

.descExpert .bigTitle{
    margin-top:-10px;
}

.encadreExpertDesc{
    background-color:#A5C427;
    background-image: url(../img/quoteWhite.png), url(../img/quoteWhite2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 15px 15px, 95% 90%;
    background-size: 26px 16px, 26px 16px;
    padding:35px 65px 30px 65px;
    margin-top:30px;
    margin-left:15px;
    line-height:26px;
    position:relative;
}

.encadreExpertDesc::before{
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/arrowEncadreExpert.png) no-repeat;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.detailsExpert p{
    max-width:270px;
}

.detailsExpert{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.detailsExpert::before{
    content:'';
    display:block;
    width:100%;
    border-top: 1px solid #EAEAEA;
    margin:40px 0 30px 0;
}

.detailsExpert::after{
    content:'';
    display:block;
    width:100%;
    border-top: 1px solid #EAEAEA;
    margin:25px 0 15px 0;
}

.listingExpert h2{
    font-size: 24px;
    display:inline-block;
    margin:50px 0 30px 0;
    position: relative;
    left: 70px;
    max-width:670px;
}

.listingExpert h2::before{
    content:'';
    display:inline-block;
    width:38px;
    height:38px;
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
}

.listingExpert .mission::before{
    background:url(../img/flag.svg);
}

.listingExpert .quotidien::before{
    background:url(../img/liste.svg);
}

.listingExpert .plaire::before{
    background:url(../img/stat.svg);
}

.listingExpert .connaissances::before{
    background:url(../img/idee.svg);
}

.listingExpert .perspective::before{
    background:url(../img/eyes.svg);
}



/***************** Error Page *****************/

.contentErrorPage img{
    max-width:100%;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.19);
}

.contentErrorPage{
    position:relative;
}

.contentErrorPage .blocSliderGauche{
    top:50%;
    transform:translateY(-50%);
}

.errorTitle{
    font-weight:300;
    font-size: 60px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom:20px;
}

.contentErrorPage .blocSliderGauche p::after{
    display:none;
}

.contentErrorPage a{
    font-weight:400;
}

.contentErrorPage a::before{
    content:'';
    display:inline-block;
    background:url(../img/arrowErrorPage.png) no-repeat;
    background-size:cover;
    width:22px;
    height:22px;
    margin-right:10px;
    position:relative;
    top:8px;
}

#detailMetier .entete p::after{
    display:none;
}

#detailMetier .entete{
    position:relative;
}

#detailMetier .entete .blocBleuDecale{
    left:100px;
}

#detailMetier .bandeauBenefices{
    padding:50px 0;
}

#detailMetier .bandeauBenefices .blocFull{
    text-align:center;
}

#detailMetier .bandeauBenefices .blocFull p{
    max-width:470px;
    margin:auto;
    margin-bottom:20px;
}

#detailMetier .bandeauBenefices .blocTexte{
    background:#F3F3F3;
    min-height:500px;
}

#detailMetier .bandeauBenefices .blocImage{
    background:#ffffff;
    min-height:500px;
    padding: 45px 60px;
}

#detailMetier .bandeauBenefices .blocImage img{
    margin: auto;
    display: block;
}

#detailMetier .bandeauBenefices .blocTexte:nth-child(4n+4) .content{
    left:120px;
}

#detailMetier .bandeauBenefices .blocTexte:nth-child(4n+4){
    float:right;
}

#singleContent .enTete h1{
    padding-bottom:0;
}

.taxonomy .blocBleuDecale{
    bottom: auto;
    transform: translateY(-50%);
    top: 50%;
}

.taxonomy .contentTaxonomy p{
    max-width:210px;
}

.taxonomy .blocSolution{
    background: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.20);
    cursor:pointer;
    margin-bottom: 30px;
}

.taxonomy .contentBlocSolution{
    padding:30px;
    min-height: 215px;
}

.contentTaxonomy{
    padding:100px 0;
}

.enTeteBlocSolution{
    height:140px;
    overflow:hidden;
    position:relative;
}

#singleEmplois .containerSingle{
    position:relative;
}

.lienRetour{
    position:absolute;
    right: 0;
    top: -40px;
    opacity:0.5;
    color: rgba(48,48,48,0.5);
    font-weight:400;
}

.lienRetour:hover, .lienRetour:focus{
    color: rgba(48,48,48,0.5)
}

.lienRetour::before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 23px;
    background: url(../img/arrowRetour.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: -30px;
    top: -3px;
}

.containerImgEnTete{
    height:370px;
    overflow:hidden;
    position:relative;
}

.taxonomy .containerImgEnTete{
    height:465px;
}

.home .containerImgEnTete{
    height:515px;
}

/***************** Mega Menu *****************/

#wpmm-strees-row-307 .wp-megamenu-sub-menu{
    display:flex;
    flex-wrap:wrap;
}

#wpmm-strees-row-307 .wp-megamenu-item-309{
    width:100%;
}

#wpmm-strees-row-307 .wpmm-col.wpmm-col-4{
    width:40%;
}

#wpmm-strees-row-307 .wpmm-col.wpmm-col-8{
    width:60%;
}

#wpmm-strees-row-307 .wpmm-col-8 .wp-megamenu-item-307{
    width:35%;
}

#wpmm-strees-row-307 .wpmm-col-8 .wp-megamenu-item-308{
    width:65%;
}

#wpmm-strees-row-307 .wpmm-col-8 .wp-megamenu-sub-menu{
    padding-left: 120px;
}

#wp-megamenu-menu-1 .wp-megamenu .wp-megamenu-sub-menu li a,
#wp-megamenu-main-menu-en .wp-megamenu .wp-megamenu-sub-menu li a{
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 26px;
    text-transform:inherit;
    font-weight:400;
    padding:5px 0;
}

#wpmm-strees-row-307 .wpmm-row{
    padding:20px 200px;
}

.wp-megamenu-item-307 .topHeader{
    position:relative;
}

.wp-megamenu-item-307 .topHeader .content{
    position:absolute;
    left:10px;
    bottom:23px;
    padding: 5px 20px 0 20px;
    background: #A5C527;
}

.wp-megamenu-item-307 .topHeader .content p{
    max-width:260px;
    margin-bottom: 0;
}

.wp-megamenu-item-307 .topHeader .content h3{
    margin-top:10px;
}

#wp-megamenu-menu-1 .wp-megamenu-item-307 .topHeader .content .btnCustom,
#wp-megamenu-main-menu-en .wp-megamenu-item-307 .topHeader .content .btnCustom{
    position: relative;
    top: 15px;
    right: 20px;
    background-image: url(../img/arrowBtn.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 10px 9px;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform:uppercase;
}

#wp-megamenu-menu-1 .wp-megamenu-item-307 .topHeader .content .btnCustom::after,
#wp-megamenu-main-menu-en .wp-megamenu-item-307 .topHeader .content .btnCustom::after{
    display:none;
}

ul.wp-megamenu li.wp-megamenu-item-307 .wpmm-item-title, ul.wp-megamenu li.wp-megamenu-item-308 .wpmm-item-title, .wp-megamenu-item-309 h3{
    margin-bottom:0;
}

.wp-megamenu-item-309 h3{
    margin-top:10px;
}

ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title{
    font-weight:400;

}

.lienFull{
    display: block;
    width: 100%;
}


/***************** Pagination *****************/

.pages{
    display:none;
}

.wp-pagenavi a, .wp-pagenavi span{
    border:none;
}

.wp-pagenavi a{
    font-size: 15px;
    color: #1246F5;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
}

.wp-pagenavi a, .wp-pagenavi span{
    padding:0 10px;
}

.wp-pagenavi{
    text-align: center;
}

.wp-pagenavi .current{
    color: #727272;
}

.expertPagi, .expertPagi:hover, .expertPagi:focus{
    font-size: 15px;
    font-weight:400;
    color: #A5C527;
    letter-spacing: 1px;
}

.blocPagi{
    position:relative;
    height:97px;
}

.pagiLeft{
    position: absolute;
    right: -160px;
    top: 50%;
    transform: translateY(-50%);
}

.pagiRight{
    position: absolute;
    right: 140px;
    top: 50%;
    transform: translateY(-50%);
}

.pagiLeft::before {
    content: '';
    display: inline-block;
    border-left: 1px solid #c7c7c7;
    height: 100%;
    position: absolute;
    left: -20px;
    top:0;
}

.pagiRight::after {
    content: '';
    display: inline-block;
    border-left: 1px solid #c7c7c7;
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
}

.blocPagi .containerImg{
    position: relative;
    overflow: hidden;
    height: 97px;
    width: 97px;
    border-radius: 50px;
}

.blocPagi .containerImg img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.blocExpertPagi{
    padding-top: 100px;
    justify-content:space-between;
}

.bottomTaxonomy{
    position:relative;
    padding:40px 0 50px 0;
}

.bottomTaxonomy .containerIcon{
    top:-70px;
}

.bottomTaxonomy .containerIcon img{
    margin:auto;
}

.contentTaxonomy{
    background:#F9F9F9;
}

.bottomTaxonomy h1{
    margin-top:0;
}

.bottomTaxonomy p{
    margin-bottom:20px;
}

#detailArticle .bandeauImg{
    margin:30px 0 40px 0;
}

#detailArticle h2{
    color: #232323;
}

#detailArticle ul{
    padding-left:40px;
}

#detailArticle ul li{
    list-style-type:disc;
}

#detailArticle .flexContent p, #detailArticle ul li, #detailArticle .valeursArticle p{
    color: #666666;
    line-height: 26px;
}

#detailArticle .valeursArticle h1{
    margin-bottom:30px;
}

#detailArticle .valeursArticle img{
    border: 5px solid rgba(18,70,245,0.24);
    border-radius: 10px;
}

#detailArticle .valeursArticle .singleValeur::after{
    content: '';
    display: inline-block;
    height: 50%;
    border-left: 1px solid #020613;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#detailArticle .valeursArticle .singleValeur:last-child::after{
    display:none;
}

.linkHidden{
    position:absolute;
    left:-9999px;
}

/***************** Formulaires *****************/

label{
    font-size: 16px;
    color: #7F7F7F;
    letter-spacing: 0;
    line-height: 24px;
    font-weight:400;
}

.list-radio-wrap .nf-field-element li{
    display:inline-block;
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
    opacity:0;
}

/* on prépare le label */
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative; /* permet de positionner les pseudo-éléments */
    padding-left: 20px; /* fait un peu d'espace pour notre case à venir */
    cursor: pointer;    /* affiche un curseur adapté */
}

/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left:0;
    top: 6px;
    width: 12px;
    height: 12px; /* dim. de la case */
    border: 1px solid #000000;
    background: #ffffff;
    border-radius: 10px; /* angles arrondis */
}

[type="radio"]:checked + label:before{
    border:1px solid #B5CB5C;
}

/* Aspect général de la coche */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 3px;
    background: #B5CB5C;
    transition: all .2s;
    width: 6px;
    height: 6px;
    border-radius: 10px;
}
/* Aspect si "pas cochée" */
[type="radio"]:not(:checked) + label:after {
    opacity: 0; /* coche invisible */
    transform: scale(0); /* mise à l'échelle à 0 */
}
/* Aspect si "cochée" */
[type="radio"]:checked + label:after {
    opacity: 1; /* coche opaque */
    transform: scale(1); /* mise à l'échelle 1:1 */
}

#mainPage .list-radio-wrap .nf-field-element li label{
    margin-left:0;
    margin-right:20px;
}

#mainPage .nf-field-label label{
    position:static;
    font-size: 14px;
    font-weight:400;
    color: #7F7F7F;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.single-solutions .fancybox-slide>*, .single-solutions .fancybox-close-small:after,
.single-experts .fancybox-slide>*, .single-experts .fancybox-close-small:after{
    background:transparent;
}

#singleExperts h6{
     font-weight: 100;
}

.fancybox-slide h3, .fancybox-slide p{
    color:#ffffff;
}

.fancybox-close-small:after{
    font: 40px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    right:15px;
    color:#ffffff;
    opacity:0.9;
}

#iframeVideo iframe{
    width:100%;
    height:500px;
    margin:20px 0;
}

.fancybox-is-open .fancybox-bg{
    opacity: 0.95;
}

.fancybox-bg{
    background:#242424;
}

.wpml-ls-legacy-dropdown a{
    border:none;
}

.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{
    background:transparent;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
    display:none;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    border:none;
}

.wpml-ls-legacy-dropdown{
    width:auto;
}

.langue aside{
    margin:auto;
    align-self: center;
}

/***************** Material Design *****************/

.group{
    position:relative;
    /* margin-bottom: 45px; */
    height: 81px;
}
input[type="text"],input[type="date"], input[type="number"]{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
  border-bottom:1px solid #757575;
}

input[type="text"]:focus,input[type="date"]:focus{
    outline:none;
    border-bottom:none;
}

/* LABEL ======================================= */
label{
  color:#7F7F7F;
  font-size:16px;
  font-weight:normal;
  position:absolute;
  left:0;
  top:21px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}


.group label{

    pointer-events:none;

}
.nf-field-element textarea{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}




/*
input:focus ~ label,  		{
  top:-20px;
  font-size:14px;
  color:#5264AE;
}
*/

input{
    color:#000000;
}

input[type="text"]:focus ~ label,
input[type="date"]:focus ~ label,
input[type="number"]:focus ~ label,
#mainPage .nf-error input[type="text"] ~ label{
    top: -5px;
    left:5px;
    font-size: 9px;
    text-transform: uppercase;
    color: #9B9B9B;
    letter-spacing: 0.69px;
}

#mainPage .actifForm{
    top: -5px;
    left:5px;
    font-size: 9px;
    text-transform: uppercase;
    color: #9B9B9B;
    letter-spacing: 0.69px;
}

#mainPage .textarea-wrap .actifForm{
    top:-18px;
    left:0;
}

textarea:focus ~ label{ 
    top: -18px;
    left:5px;
    font-size: 9px;
    text-transform: uppercase;
    color: #9B9B9B;
    letter-spacing: 0.69px;
}

.textarea-wrap label{
    color:#7F7F7F;
    font-size:16px;
    font-weight:normal;
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}

input[type="text"]:focus ~ label, input[type="date"]:focus ~ label{
    color: #B5CB5C;
}

#mainPage .nf-error .ninja-forms-field {
    border:none;
    border-bottom: 1px solid #e80000;
}

#mainPage .nf-error input[type="text"] ~ label{
    color:#e80000;
}

#mainPage .nf-after-field .nf-error-msg{
    font-size: 9px;
    text-transform:uppercase;
    color: #F44336;
    letter-spacing: 0;
    line-height: 30px;
}

#mainPage .nf-after-field{
    position:relative;
    left:5px;
}

.inputText{
    height:60px;
}

.list-select-wrap .nf-field-element [type="button"]{
    border:none;
}

.list-select-wrap .nf-field-element{
    border-bottom: 1px solid #757575;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    font-size: 16px;
    color: #7F7F7F;
    letter-spacing: 0;
    line-height: 24px;
    position: absolute;
    left: 0;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width:100%;
}

#mainPage .nf-fu-fileinput-button, .btn-default.active.focus, .btn-default:hover, .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
    box-shadow:none;
    -webkit-box-shadow: none;
    background:#ffffff;
    font-size: 13px;
    color: #A5C427;
    letter-spacing: 0.54px;
    text-align: center;
    text-transform:uppercase;
    border:1px solid #A5C427;
    border-radius:0;
    padding: 10px 40px;
}

.bootstrap-select .dropdown-toggle:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline:none!important;
}

.submit-wrap input{
    border:1px solid #A5C427;
    background: #A5C427;
    padding: 10px 40px;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    text-transform:uppercase;
    font-weight:400;
    transition: all 0.3s;
}

.submit-wrap input:hover{
    background:#ffffff;
    color:#A5C427;
    transition: all 0.3s;
}

.submit-container{
    text-align: right;
}

.file_upload-container .nf-field-element{
    position:absolute;
}

.files_uploaded{
    position: absolute;
    left:0;
    top: 50px;
}

.btn-success:hover, .btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover{
    background:#ffffff;
    color:#A5C427;
    border:1px solid #A5C427;
}

.file_upload-container{
    height:70px;
}

.file_upload-container .nf-field{
    text-align:right;
}

.file_upload-container .nf-field-label{
    width:75%;
}

#mainPage .file_upload-container .nf-field-label label{
    width:100%;
    text-align:left;
    text-transform:none;
}

#mainPage .checkbox-container .nf-field-label label, #mainPage .file_upload-container .nf-field-label label,
#mainPage .textarea-container .nf-field-label label{
    text-transform:none;
    font-size: 16px;
    letter-spacing: 0;
}

.html-container p{
    font-size: 13px;
    color: #9B9B9B;
    letter-spacing: 0;
    line-height: 19px;
}

#mainPage .file_upload-container .nf-field-label label::after{
    content:'';
    display:block;
    width:100%;
    border-bottom:1px solid #4A4A4A;
    margin-top:15px;
}

.videoArticle{
    margin:30px -86px;
}

.videoArticle iframe{
    width:100%;
    height:600px;
}

.nf-fu-progress{
    display:none;
}

/*
input[type="text"]:focus{
    border-bottom:none;
}
*/

/* BOTTOM BARS ================================= */
.bar{
    position:relative;
    display:block;
    width:100%;
}

.bar:before, .bar:after{
  content:'';
  height:1px;
  width:0;
  bottom:1px; 
  position:absolute;
  background:#A5C427;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input[type="text"]:focus ~ .bar:before, input[type="text"]:focus ~ .bar:after,input[type="date"]:focus ~ .bar:before, input[type="date"]:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input[type="text"]:focus ~ .highlight, input[type="date"]:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}



/* PAGE CANDIDATURE ENVOYEE */

.page-id-1058 .enTeteArticle{
    padding:70px 0 50px 0;
}

.page-id-1058 #detailArticle .flexContent img{
    width:100px;
    height:100px;
    position:absolute;
    right: 0;
    top: -220px;
}

.page-id-1058 #detailArticle h3{
   max-width:430px;
}

.page-id-1058 .flexContent{
    background: #FBFBFB;
    padding:50px 0 100px 0;
}

.page-id-1058 .topFooter{
    display:none;
}

.pageArticleDefault .entete{
    position: relative;
    margin-bottom: 80px;
}

.contentPageDefault h4{
    margin-bottom: 30px;
}

.contentPageDefault .nf-form-cont{
    margin: 40px 0;
}

.bootstrap-select.ninja-forms-field, .bootstrap-select.ninja-forms-field .btn.dropdown-toggle {
    height: 45px;
}

#detailArticle .bootstrap-select.ninja-forms-field ul{
    padding: 0px;
    margin: 0px;
    list-style-type:none;
}

.list-select-wrap.nf-error .nf-field-element{
    border-bottom: 1px solid #e80000;
}

#detailArticle .bootstrap-select.ninja-forms-field ul a{
    text-transform: none;
}

#detailArticle .bootstrap-select.ninja-forms-field ul .selected, #detailArticle .bootstrap-select.ninja-forms-field ul li:hover{
    background: #1246F6;
}
#detailArticle .bootstrap-select.ninja-forms-field ul .selected a, #detailArticle .bootstrap-select.ninja-forms-field ul li:hover a{
    color: #FFFFFF;
}

#detailArticle .bootstrap-select.ninja-forms-field ul li>a:hover{
    background: none;
}

#detailArticle .btn-default.focus, #detailArticle .btn-default:focus{
    background: none;
}

.menuMobile, .btnMobile{
    display:none;
}

.btnMobile{
    margin-right:10px;
}

.blocSliderDroite p{
    text-transform:none;
}


/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 376px;
    position: fixed;
    z-index: 98;
    top: 0;
    right: -376px;
    background-color: #F9F9F9;
    overflow-x: hidden;
    /* padding-top: 84px; */
    transition: 0.5s;
}

.topMenuMobile{
    height:60px;
    background:#ffffff;
}

.menu-menu-mobile-container{
    padding:40px;
}

.sidenav.active{
    right:0;
}

/* The navigation menu links */
.sidenav a {
    padding: 5px 0;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    font-size: 23px;
    color: #000000;
    letter-spacing: 0;
    text-align: left;
    line-height: 30px;
    font-weight:300;
    text-transform:none;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #000000;
}

#header .sidenav #menu-menu-mobile li > .sub-menu {
    display: none;
}


#header .sidenav #menu-menu-mobile li > .sub-menu li a{
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 26px;
    font-weight:400;
}

.sidenav ul li .back{
    padding: 0 0 8px 8px;
    text-transform: uppercase;
    color: #97679B;
    font-size: 10px;
    font-weight: bold;
    display: block;
    cursor: pointer;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 13px;
    right: 25px;
    font-size: 40px;
    color:#82909C;
}

.logo{
    z-index:99;
}

#mainPage::after{
    display: none;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transition: all 0.8s;
    z-index: 50;
}

.openOverlay #mainPage::after{
    display:block;
}

.nf-form-fields-required{
    display:none;
}

.date-container{
    width:120px;
    top:20px;
}

.menuActive > a{
    border-top:3px solid #1A284E;
}

.html-container a{
	color:#333333;
	text-transform:none;
	letter-spacing:0;
}

.label-right #nf-field-72-wrap .nf-field-label{
	width:100%;
}

#mainPage .nf-field-label #nf-label-field-72{
	position:absolute;
	left:30px;
	top:0;
}

.imgResponsive{
    max-width:100%;
}

select{
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    border:none;
    background:none;
    color: #7F7F7F;
    font-size: 16px;
    font-weight: normal;
}

.list-select-wrap::after{
    content:'';
    display:block;
    background:url(../img/arrowSelect.png) no-repeat;
    width: 7px;
    height: 7px;
    position:absolute;
    right:0;
    top:9px;
}

#tarteaucitronRoot #tarteaucitronAlertSmall{
    display:none!important;
}

#tarteaucitronRoot #tarteaucitronPercentage{
    display:none!important;
}

#mainPage .groupSelect{
    top:23px;
}

#mainPage .groupSelectBottom{
    margin: 10px 0 60px 0;
}

/****************** RECETTE AKOA ******************/

#tarteaucitronRoot #tarteaucitronAlertBig{
    background: #C5C5C5;
    padding:15px 5%;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert{
    background: #ffffff;
    font-size: 13px;
    color: #A5C527;
    letter-spacing: 1px;
    text-align: center;
    text-transform:uppercase;
    padding:10px 5px;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert{
    padding:10px 5px 11px 5px;
    margin-bottom:0;
}


/* Hauteur megamenu */

.wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu{
    height:434px;
}

#wp-megamenu-menu-1 .wp-megamenu .wp-megamenu-sub-menu ul li a,
#wp-megamenu-main-menu-en .wp-megamenu .wp-megamenu-sub-menu ul li a{
    padding:3px 0;
}

/* Menu - flèche bleue */

.wp-megamenu-wrap .fa-angle-down{
    color: #1246F5;
}

/* Header page candidature spontanée */

.page-id-553 .blocBleuDecale{
    display:none;
}

#nf-form-title-4 h3{
    font-size: 45px;
    font-weight:300;
    color: #1246F6;
    letter-spacing: 0.48px;
    line-height: 50px;
}

/* Effet roll offres emplois */

.rollover{
    overflow:hidden;
}

.rollover img{
    max-width:100%;
   -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.rollover img:hover{
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}

.rollover:hover img{
    -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}

/* Formulaire partage mail */

.blocPartager{
	text-align:center;
}

.blocPartager h3{
	color:#000000;
	text-transform:uppercase;
}

#containerMin.blocPartager{
    height:auto;
    background: #ffffff;
}

.pictosEmploi a{
    color:#666666;
    font-weight: 400;
}

/* Bordure blanche en tete */

.page-id-508 .blocBleuDecale p::after, .page-id-555 .blocBleuDecale p::after, .page-id-557 .blocBleuDecale p::after{
    display:none;
}

/* Animations */

.taxonomy .blocSolution:hover{
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.20);
    transition: all 0.3s;
}

.largeBloc:hover .btnCustom{
    padding-left: 50px;
    padding-right:20px;
    background-position: 20px 9px;
    transition: all 0.3s;
}

#mainPage .smallBloc:hover .btnCustom{
    background-color:#A5C427;
    transition: all 0.6s;
    color:#ffffff;
}

#mainPage .smallBloc:nth-child(even):hover .btnCustom{
    padding-left:20px;
    padding-right:120px;
}

.topFooter .content:hover .btnCustom{
    padding-left: 50px;
    background-position: 20px 9px;
    transition: all 0.3s;
}


.grow-btn, #mainPage .nf-fu-fileinput-button, .videoTimer a::before, .videoTimer a{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.grow-btn:hover, .grow-btn:focus,
#mainPage .nf-fu-fileinput-button:hover,
#mainPage .nf-fu-fileinput-button:focus,
.videoTimer a:hover::before,
.videoTimer a:focus::before,
.videoTimer a:hover,
.videoTimer a:focus{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.actusArchive a, .detailsArchive a{
    transition: all 0.3s;
}

.actusArchive a:hover, .detailsArchive a:hover{
    padding-left:10px;
    transition: all 0.3s;
}

.actusArchive a::after, .detailsArchive a::after{
    transition: all 0.3s;
}

.actusArchive a:hover::after, .detailsArchive a:hover::after{
    left:22px;
    transition: all 0.3s;
}

.prevExpert a, .nextExpert a{
    transition: all 0.3s;
}

.prevExpert a:hover{
    right:-180px;
    transition: all 0.3s;
}

.prevExpert a::before, .nextExpert a::after{
    opacity:1;
    transition: all 0.2s;
}

.prevExpert a:hover::before{
    opacity:0;
    transition: all 0.2s;
}

.nextExpert a:hover{
    right:160px;
    transition: all 0.3s;
}

.nextExpert a:hover::after{
    opacity:0;
    transition: all 0.2s;
}

.large-btn{
    transition:all 0.3s;
}

.large-btn:hover, .large-btn:focus{
    padding-left:25px;
    padding-right:25px;
    transition:all 0.3s;
}

#mainPage .groupVille{
    margin-bottom: 50px;
    margin-top: 50px;
}

#detailArticle .flexContent a{
    font-size:16px;
    color:#666666;
    text-transform:none;
    font-weight:400;
    letter-spacing: 0;
}

.textarea-container{
    height:auto;
}


#archiveActualites .containerImg{
    text-align: center;
}

#detailArticle #nf-field-69{
        max-width: 970px;
}


.nf-input-limit{
    display:none;
}


@media screen and (max-width:1023px){
    #detailArticle .valeursArticle .singleValeur:nth-child(odd):after{
        display:none;
    }
}

@media screen and (max-width:991px){
    .btnMobile{
        display:inline-block;
    }

    .menuMobile{
        display:block;
    }

    #mainPage{
        margin-top:60px;
    }

    #header .blocFlex, #header{
        height:60px;
    }

}

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

    #mainPage .groupSelect {
        top: 10px;
        margin-bottom: 70px;
    }

    .submit-container .nf-field-element{
        bottom:0;
    }

    .submit-container{
        text-align: left;
    }

    .date-container{
        top:-10px;
        margin-bottom:0;
    }

    .file_upload-wrap{
        width:75%;
    }

    #mainPage .checkbox-container .nf-field-label label, #mainPage .file_upload-container .nf-field-label label, #mainPage .textarea-container .nf-field-label label, label, select,
    .textarea-wrap label{
        font-size:14px;
    }

    .singleValeur{
        min-height: 200px;
    }

    #detailArticle .valeursArticle .singleValeur p{
        max-width:300px;
        margin:auto;
    }

    .page-id-1058 #detailArticle .flexContent img{
        display:none;
    }

    #bandeauCookie #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset  .tarteaucitronLine p{
        display:none;
    }

    #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset .tarteaucitronLine{
        padding:15px 5px 0 5px;
    }

    #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset .tarteaucitronLine h2{
        font-size:20px;
        line-height:20px;
        display:none;
    }

    #tarteaucitronRoot #tarteaucitronAlertBig{
        flex-wrap:wrap;
    }

    #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert{
        width:100%;
        margin-bottom:10px;
    }

    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize{
        width:42%;
    }


}

@media screen and (max-width:479px){
    .sidenav{
        width:320px;
        right:-320px;
    }

    .sidenav a{
        font-size:20px;
    }

    #menu-menu-mobile .menu-item-has-children > a::after{
        top:18px;
    }

    .file_upload-container{
        height:auto;
    }

    .file_upload-container .nf-field-element{
        position:relative;
    }

    #mainPage .nf-fu-fileinput-button, .file_upload-container .nf-field-label{
        width:100%;
    }

    #nf-label-field-70{
        top:-10px;
    }
}

.valeursArticle .titreH1, .bottomTaxonomy .titreH1{
    margin-bottom: 30px;
}

#bandeauCookie{
    position: fixed;
    bottom: 0px;
    z-index: 999;
    padding: 0px;
    width: 100%;
    max-width: 1366px;
}

#tarteaucitronServices{
    box-shadow: 5px 5px 100px rgba(0,0,0,0.3);
}

#bandeauCookie .tarteaucitronLine h2{
    font-size: 36px;
    color: #1246F6;
    letter-spacing: 0.59px;
    line-height: 50px;
    text-align: center;
}

#bandeauCookie #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine{
    border:none!important;
    background:#ffffff;
    margin-top:0;
}

#bandeauCookie #tarteaucitron #tarteaucitronServices .tarteaucitronLine{
    background:#ffffff;
}

#bandeauCookie #tarteaucitron #tarteaucitronServices .tarteaucitronTitle,
#bandeauCookie #tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
#bandeauCookie #tarteaucitron #tarteaucitronInfo{
    background:#1246F6;
}

#bandeauCookie #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#bandeauCookie #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b{
    color:#333;
}

#bandeauCookie #tarteaucitron #tarteaucitronServices .tarteaucitronLine{
    border-left:none!important;
}

#bandeauCookie #tarteaucitron .tarteaucitronBorder{
    border:none;
}

#bandeauCookie #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#bandeauCookie #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny{
    border-radius:0;
}

#bandeauCookie #tarteaucitron #tarteaucitronClosePanel{
    color:#ffffff;
    right:15px;
    top:15px;
    z-index:9;
}



.page-id-518 #detailArticle .flexContent a{
    color:#1246F5;
}

#filter_categories {
    border-bottom: 1px solid #757575;
    padding: 0;
    margin: 0 auto 30px auto;
    width: 250px;
    float: none;
}
#filter_categories form::after {
    content: '';
    display: block;
    background: url(../img/arrowSelect.png) no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 9px;
}
#filter_categories select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    color: #7F7F7F;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}