.box-shadow{
    -webkit-box-shadow:0 7px 34px 0 rgba(0,0,0,.56);
    -moz-box-shadow:0 7px 34px 0 rgba(0,0,0,.56);
    box-shadow:0 7px 34px 0 rgba(0,0,0,.56)
}
.background-cover{
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover
}
.flexbox{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex
}
*{
    margin:0;
    padding:0
}
body,html{
    height:100%
}
.container-width-defaut{
    width:100%;
    max-width:1240px;
    margin:0 auto
}
.container-width-1040{
    width:100%;
    max-width:1040px;
    margin:0 auto
}
.container-width-1140{
    width:100%;
    max-width:1140px;
    margin:0 auto
}
.container-width-480{
    width:100%;
    max-width:480px;
    margin:0 auto
}
.container-width-510{
    width:100%;
    max-width:510px;
    margin:0 auto
}
.container-width-820{
    width:100%;
    max-width:820px;
    margin:0 auto!important
}
.container-width-800{
    width:100%;
    max-width:800px;
    margin:0 auto!important
}
.plr-15{
    padding-left:15px;
    padding-right:15px
}
a.bouton-creer-profil{
    display:inline-block;
    -moz-border-radius:24px;
    -webkit-border-radius:24px;
    border-radius:24px;
    background-image:-webkit-linear-gradient(right,#f13f00 0,#e06226 100%);
    background-image:-o-linear-gradient(right,#f13f00 0,#e06226 100%);
    background-image:linear-gradient(to left,#f13f00 0,#e06226 100%);
    color:#fff;
    font-family:Montserrat,sans-serif;
    font-size:12px;
    font-weight:700;
    line-height:1;
    text-transform:uppercase;
    padding:17px 17px 17px 56px;
    position:relative
}
a.bouton-creer-profil::before{
    content:" ";
    display:block;
    width:40px;
    height:40px;
    position:absolute;
    top:3px;
    left:5px;
    background:url(../images/homepage/icons/icon-button-creer-mon-profil.png) no-repeat
}
a.bouton-creer-profil:hover{
    text-decoration:none;
    background-image:-webkit-linear-gradient(right,#e06226 0,#f13f00 100%);
    background-image:-o-linear-gradient(right,#e06226 0,#f13f00 100%);
    background-image:linear-gradient(to left,#e06226 0,#f13f00 100%)
}
a.bouton-inscription,a.button-creer-mon-profil-recruteur{
    display:inline-block;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    background-image:-webkit-linear-gradient(right,#f13f00 0,#e06226 100%);
    background-image:-o-linear-gradient(right,#f13f00 0,#e06226 100%);
    background-image:linear-gradient(to left,#f13f00 0,#e06226 100%);
    padding:15px 30px;
    color:#fff;
    font-family:Montserrat,sans-serif;
    line-height:1;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase
}
a.bouton-inscription:hover,a.button-creer-mon-profil-recruteur:hover{
    background-image:-webkit-linear-gradient(right,#e06226 0,#f13f00 100%);
    background-image:-o-linear-gradient(right,#e06226 0,#f13f00 100%);
    background-image:linear-gradient(to left,#e06226 0,#f13f00 100%);
    text-decoration:none
}
a.bouton-voir-options{
    display:inline-block;
    box-shadow:0 0 12px rgba(228,52,79,.45);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    color:#fff;
    font-family:Montserrat,sans-serif;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1;
    padding:10px;
    border:2px solid #e06226;
    text-align:center
}
a.bouton-voir-options:hover{
    background-image:-webkit-linear-gradient(right,#e06226 0,#f13f00 100%);
    background-image:-o-linear-gradient(right,#e06226 0,#f13f00 100%);
    background-image:linear-gradient(to left,#e06226 0,#f13f00 100%);
    text-decoration:none
}
button.bouton-voir-options{
    display:inline-block;
    box-shadow:0 0 12px rgba(228,52,79,.45);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    color:#fff;
    font-family:Montserrat,sans-serif;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1;
    padding:10px;
    border:2px solid #e06226;
    text-align:center;
    cursor:pointer;
    background:0 0
}
button.bouton-voir-options:hover{
    background-image:-webkit-linear-gradient(right,#e06226 0,#f13f00 100%);
    background-image:-o-linear-gradient(right,#e06226 0,#f13f00 100%);
    background-image:linear-gradient(to left,#e06226 0,#f13f00 100%);
    text-decoration:none;
    color:#fff
}
header{
    padding:30px 15px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:999;
    transition:all ease 1500ms
}
header.background-apparition{
    background:#3e3f45;
    -webkit-box-shadow:0 7px 34px 0 rgba(0,0,0,.56);
    -moz-box-shadow:0 7px 34px 0 rgba(0,0,0,.56);
    box-shadow:0 7px 34px 0 rgba(0,0,0,.56);
    padding:10px 15px;
    transition:all ease 1500ms
}
header.min{
    padding:5px 15px;
    transition:all ease 1500ms
}
header.min .header-container .header-logo img{
    max-height:50px;
    transition:all ease 1500ms
}
header .header-container{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content:space-between;
    align-items:center
}
header .header-container .header-logo img{
    transition:all ease 1500ms
}
header .header-container .header-right{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    align-items:center
}
header .header-container .header-right .header-languages{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    align-items:center;
    list-style:none;
    margin:0 15px 0 0
}
header .header-container .header-right .header-languages li{
    margin:0 5px
}
header .header-container .header-right .header-login a{
    display:inline-block;
    padding:7px 20px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #fff;
    line-height:1;
    color:#e06226;
    font-family:Montserrat,sans-serif;
    font-size:11px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.23px
}
header .header-container .header-right .header-login a:hover{
    background:#e06226;
    color:#fff;
    text-decoration:none
}
@media (max-width:767px){
    header{
        min-height:80px;
        max-height:80px;
        display:flex;
        align-items:center
    }
    header .header-container .header-logo,header .header-container .header-logo img{
        max-height:60px
    }
    header .header-container .header-right .header-languages{
        margin-right:10px
    }
    header .header-container .header-right .header-languages li a{
        font-size:12px
    }
}
@media (max-width:575px){
    header .header-container .header-logo{
        max-width:175px
    }
    header .header-container .header-right .header-login a{
        padding:7px 10px
    }
}
.header-connect{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    position:relative
}
@media only screen and (max-width:620px){
    .header-connect{
        justify-content:flex-start
    }
}
.header-notifications{
    width:38px;
    min-width:38px;
    height:33px;
    position:relative
}
.header-notifications i{
    position:absolute;
    left:0;
    bottom:0;
    top:auto;
    font-size:30px;
    color:#aeaeae
}
.header-notifications .header-notifications-nbr{
    position:absolute;
    right:0;
    top:0;
    width:21px;
    height:21px;
    line-height:23px;
    -moz-border-radius:21px;
    -webkit-border-radius:21px;
    border-radius:21px;
    background-color:#ff3c00;
    text-align:center;
    color:#fff;
    font-family:Arial;
    font-size:13px;
    font-weight:700
}
@media (max-width:767px){
    .header-notifications{
        width:20px;
        min-width:20px;
        height:20px;
        position:relative
    }
    .header-notifications i{
        font-size:20px;
        bottom:2px
    }
    .header-notifications .header-notifications-nbr{
        position:absolute;
        right:-8px;
        top:-8px;
        width:18px;
        height:18px;
        line-height:20px;
        -moz-border-radius:20px;
        -webkit-border-radius:20px;
        border-radius:20px;
        font-size:12px
    }
}
.header-settings{
    width:38px;
    min-width:38px;
    height:33px;
    position:relative;
    margin-right:15px
}
.header-settings i{
    position:absolute;
    left:0;
    bottom:2px;
    top:auto;
    font-size:30px;
    color:#aeaeae
}
@media (max-width:767px){
    .header-settings{
        width:20px;
        min-width:20px;
        height:20px;
        margin-right:10px
    }
    .header-settings i{
        bottom:0;
        top:auto;
        font-size:20px
    }
}
.header-user{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    align-items:center;
    margin-left:25px
}
.header-user .header-user-name{
    color:#fff;
    font-family:Montserrat,sans-serif;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase
}
.header-user .header-user-picture{
    width:100%;
    max-width:45px;
    margin:0 10px
}
.header-user .header-user-menu.glyphicon{
    font-size:12px;
    color:#ff3c00
}
.header-user:focus,.header-user:hover{
    text-decoration:none
}
@media (max-width:767px){
    .header-user{
        margin-left:10px
    }
    .header-user .header-user-name{
        font-size:12px;
        font-weight:500
    }
    .header-user .header-user-icon{
        margin:5px!important
    }
    .header-user .header-user-icon img{
        width:30px!important
    }
    .header-user .header-user-picture{
        width:100%;
        max-width:45px;
        margin:0 10px
    }
    .header-user .header-user-menu.glyphicon{
        font-size:12px;
        color:#ff3c00
    }
    .header-user:focus,.header-user:hover{
        text-decoration:none
    }
}
.notifications-menu,.settings-menu,.user-menu{
    border-radius:0;
    background-color:#fff;
    padding:0;
    position:absolute;
    top:60px;
    right:0;
    z-index:10;
    display:none;
    width:100%;
    max-width:250px;
    border-bottom:1px solid #aeaeae
}
.notifications-menu.active,.settings-menu.active,.user-menu.active{
    opacity:1;
    display:inline
}
.notifications-menu li,.settings-menu li,.user-menu li{
    border-bottom:1px solid #aeaeae;
    text-align:left;
    list-style:none;
    padding:0
}
.notifications-menu li a,.settings-menu li a,.user-menu li a{
    padding:10px;
    text-transform:none;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#4a4a4a;
    font-family:Montserrat,sans-serif;
    font-size:13px;
    font-weight:500;
    border-bottom:none
}
.notifications-menu li a:hover,.settings-menu li a:hover,.user-menu li a:hover{
    color:#ff3c00;
    text-decoration:none
}
.notifications-menu li a i,.settings-menu li a i,.user-menu li a i{
    font-size:20px
}
.notifications-menu li.last,.settings-menu li.last,.user-menu li.last{
    border-bottom:none
}
.notifications-menu{
    right:140px
}
@media (max-width:767px){
    .notifications-menu,.settings-menu,.user-menu{
        position:fixed;
        top:80px;
        right:0;
        left:0;
        width:100%;
        max-width:100%
    }
    .notifications-menu{
        right:0
    }
}
.content-page{
    margin-top:100px
}
.content-page.content-homepage{
    margin-top:0
}
.site-content-page-candidat{
    margin-top:0;
    width:100%;
    overflow:hidden
}
.main-section-background{
    padding-top:116px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center center
}
.main-section-background .main-section-container{
    padding:60px 0 80px
}
.main-section-background .main-section-container .main-section-row{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
.main-section-background .main-section-container .main-section-row .main-section-col-left{
    width:48%;
    max-width:555px
}
.main-section-background .main-section-container .main-section-row .main-section-col-left h1{
    color:#fff;
    font-family:'Work Sans',sans-serif;
    font-size:36px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:-1px;
    margin:0 0 45px
}
.main-section-background .main-section-container .main-section-row .main-section-col-left p{
    color:#fff;
    font-family:Montserrat,sans-serif;
    font-size:15px;
    font-weight:400;
    line-height:1.4;
    letter-spacing:.35px;
    margin:0 0 10px
}
.main-section-background .main-section-container .main-section-row .main-section-col-right{
    width:48%;
    max-width:510px
}
.main-section-background .main-section-container .main-section-row .main-section-col-right h2{
    text-align:center;
    margin:0 0 4px;
    color:#fff;
    font-family:'Work Sans',sans-serif;
    font-size:22px;
    font-weight:500;
    line-height:1;
    letter-spacing:-.46px
}
.main-section-background .main-section-container .main-section-row .main-section-col-right h3{
    text-align:center;
    color:#e06226;
    font-family:'Work Sans',sans-serif;
    font-size:24px;
    font-weight:600;
    line-height:1;
    letter-spacing:-.5px;
    margin:0 0 4px
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms{
    margin-top:25px;
    box-shadow:0 29px 55px rgba(0,0,0,.69);
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    background-color:#fff
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .main-section-forms-menu{
    width:100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    align-items:center;
    justify-content:center;
    border-bottom:1px solid #cacbd0;
    padding:0;
    margin:0;
    list-style:none
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .main-section-forms-menu li{
    margin:0 15px -1px;
    border-bottom:2px solid transparent;
    color:#3e3f45;
    font-family:Montserrat,sans-serif;
    font-size:12px;
    font-weight:400;
    line-height:1;
    text-transform:uppercase;
    padding:15px 0;
    cursor:pointer
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .main-section-forms-menu li.active{
    border-bottom:2px solid #3e3f45
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat{
    display:none;
    padding:25px 15px;
    width:100%;
    max-width:430px;
    margin:0 auto
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat.active{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat .form-col{
    margin-bottom:15px
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat .form-col label{
    width:100%;
    color:#a8acb9;
    font-family:Montserrat,sans-serif;
    font-size:12px;
    font-weight:400;
    line-height:1;
    text-transform:uppercase;
    margin-bottom:10px
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat .form-col input.form-input{
    width:100%;
    height:42px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:none;
    background-color:#eff0f4;
    padding:5px 10px;
    color:#3e3f45;
    font-family:Montserrat,sans-serif;
    font-size:14px;
    font-weight:300;
    line-height:1
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat .form-col input.form-input:focus{
    outline:0;
    box-shadow:0 8px 16px rgba(168,172,185,.4);
    background-color:#fff
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat .form-col button.form-button{
    width:100%;
    text-align:center;
    box-shadow:0 0 12px rgba(228,52,79,.45);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background-image:linear-gradient(270deg,#f13f00 0,#e06226 100%);
    border:none;
    padding:15px 30px;
    color:#fff;
    font-family:Montserrat;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat .form-col button.form-button:hover{
    text-decoration:none;
    outline:0;
    background-image:linear-gradient(270deg,#e06226 0,#f13f00 100%);
    cursor:pointer
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat .form-col.form-col-50{
    width:48%
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat .form-col.form-col-100{
    width:100%
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat .form-col.form-col-checkbox{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    align-items:center;
    margin-top:20px
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat .form-col.form-col-checkbox label{
    width:auto;
    margin:0 0 0 8px;
    color:#3e3f45;
    font-family:Montserrat,sans-serif;
    font-size:13px;
    font-weight:300;
    line-height:1;
    text-transform:inherit
}
.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat .form-col.form-col-button{
    margin-top:20px;
    text-align:right
}
@media (max-width:767px){
    .main-section-background{
        padding-top:60px
    }
    .main-section-background .main-section-container{
        padding:60px 0 40px
    }
    .main-section-background .main-section-container .main-section-row .main-section-col-left{
        width:100%;
        max-width:100%;
        text-align:center
    }
    .main-section-background .main-section-container .main-section-row .main-section-col-left h1{
        font-size:26px;
        margin:0 0 15px
    }
    .main-section-background .main-section-container .main-section-row .main-section-col-left p{
        font-size:14px
    }
    .main-section-background .main-section-container .main-section-row .main-section-col-right{
        width:100%;
        max-width:100%
    }
    .main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat .form-col.form-col-50{
        width:100%
    }
    .main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat .form-col.form-col-button,.main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat .form-col.form-col-checkbox{
        width:auto
    }
}
@media (max-width:575px){
    .main-section-background .main-section-container .main-section-row .main-section-col-right .main-section-forms .form-candidat{
        max-width:100%
    }
}
.styled-checkbox{
    position:absolute;
    opacity:0
}
.styled-checkbox+label{
    position:relative;
    cursor:pointer;
    padding:0;
    margin:0!important
}
.styled-checkbox+label:before{
    content:'';
    margin-right:6px;
    display:inline-block;
    vertical-align:text-top;
    width:22px;
    height:22px;
    background:#fff;
    border:2px solid #f35429;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    border-radius:100%
}
.styled-checkbox:checked+label:before{
    background:#f35429
}
.styled-checkbox:checked+label:after{
    content:'';
    position:absolute;
    left:5px;
    top:9px;
    background:#fff;
    width:2px;
    height:2px;
    box-shadow:2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.styled-checkbox:disabled+label{
    color:#b8b8b8;
    cursor:auto
}
.styled-checkbox:disabled+label:before{
    box-shadow:none;
    background:#ddd
}
.section-specialisations-background{
    background-color:#fff;
    padding-top:65px;
    padding-bottom:30px
}
.section-specialisations-background .section-specialisations-container{
    text-align:center
}
.section-specialisations-background .section-specialisations-container h2{
    color:#e06226;
    font-family:'Work Sans',sans-serif;
    font-size:36px;
    font-weight:600;
    line-height:1;
    letter-spacing:-1px;
    margin:0 0 22px
}
.section-specialisations-background .section-specialisations-container p{
    color:#3e3f45;
    font-family:Montserrat,sans-serif;
    font-size:15px;
    font-weight:400;
    line-height:1.4;
    letter-spacing:.35px;
    margin-bottom:22px
}
.section-specialisations-background .section-specialisations-container .section-specialisations-row{
    text-align:left;
    margin-top:65px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:center
}
.section-specialisations-background .section-specialisations-container .section-specialisations-row .section-specialisations-col{
    width:30%;
    margin:0 1.6% 3.2%;
    box-shadow:0 10px 50px rgba(0,0,0,.05);
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    background-color:#fff;
    padding:20px 35px
}
.section-specialisations-background .section-specialisations-container .section-specialisations-row .section-specialisations-col .section-specialisations-icon{
    min-height:72px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    align-items:center;
    margin-bottom:6px
}
.section-specialisations-background .section-specialisations-container .section-specialisations-row .section-specialisations-col h3{
    color:#3e3f45;
    font-family:'Work Sans',sans-serif;
    font-size:24px;
    font-weight:500;
    line-height:1.1;
    letter-spacing:-.5px;
    margin:0 0 20px
}
.section-specialisations-background .section-specialisations-container .section-specialisations-row .section-specialisations-col ul{
    margin:0 0 0 10px;
    padding:0;
    list-style-position:inside
}
.section-specialisations-background .section-specialisations-container .section-specialisations-row .section-specialisations-col ul li{
    opacity:.9;
    color:#3a4451;
    font-family:'Work Sans',sans-serif;
    font-size:16px;
    font-weight:300;
    line-height:1;
    margin:10px 0
}
@media (max-width:991px){
    .section-specialisations-background .section-specialisations-container .section-specialisations-row .section-specialisations-col{
        width:48%;
        margin:0 1% 2%
    }
}
@media (max-width:575px){
    .section-specialisations-background .section-specialisations-container .section-specialisations-row{
        margin-top:25px
    }
    .section-specialisations-background .section-specialisations-container .section-specialisations-row .section-specialisations-col{
        width:100%;
        margin:0 0 2%
    }
}
.section-creer-profil-background{
    background:url(../images/homepage/page-candidats/creer-profil-background.jpg) center center no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover
}
.section-creer-profil-background .section-creer-profil-container{
    padding:30px 0 65px
}
.section-creer-profil-background .section-creer-profil-container .section-creer-profil-row{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start
}
.section-creer-profil-background .section-creer-profil-container .section-creer-profil-row .section-creer-profil-col-left{
    width:45%;
    max-width:460px
}
.section-creer-profil-background .section-creer-profil-container .section-creer-profil-row .section-creer-profil-col-left .section-creer-profil-icon{
    margin-bottom:20px
}
.section-creer-profil-background .section-creer-profil-container .section-creer-profil-row .section-creer-profil-col-left h2{
    color:#fff;
    font-family:'Work Sans',sans-serif;
    font-size:36px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:-1px;
    margin:0 0 20px
}
.section-creer-profil-background .section-creer-profil-container .section-creer-profil-row .section-creer-profil-col-right{
    width:45%;
    max-width:450px;
    margin-top:150px
}
.section-creer-profil-background .section-creer-profil-container .section-creer-profil-row .section-creer-profil-col-right p{
    color:#fff;
    font-family:'Work Sans',sans-serif;
    font-size:24px;
    font-weight:500;
    line-height:1.3;
    letter-spacing:-.5px;
    margin:0
}
.section-creer-profil-background .section-creer-profil-container .section-creer-profil-row .section-creer-profil-col-right p strong{
    font-weight:700
}
.section-creer-profil-background .section-creer-profil-container .section-creer-profil-row .section-creer-profil-col-right .section-creer-profil-main-infos{
    margin-top:35px;
    border-left:5px solid #e06226;
    padding-left:20px
}
.section-creer-profil-background .section-creer-profil-container .section-creer-profil-row .section-creer-profil-col-right .section-creer-profil-main-infos h3{
    color:#e06226;
    font-family:Montserrat,sans-serif;
    font-size:18px;
    font-weight:700;
    line-height:1.1;
    letter-spacing:.42px;
    margin-bottom:15px
}
.section-creer-profil-background .section-creer-profil-container .section-creer-profil-row .section-creer-profil-col-right .section-creer-profil-main-infos p{
    color:#fff;
    font-family:Montserrat,sans-serif;
    font-size:15px;
    font-weight:400;
    line-height:1.4;
    letter-spacing:.35px;
    margin:0 0 25px
}
@media (max-width:767px){
    .section-creer-profil-background .section-creer-profil-container{
        padding:30px 0
    }
    .section-creer-profil-background .section-creer-profil-container .section-creer-profil-row .section-creer-profil-col-left{
        width:100%;
        max-width:100%;
        text-align:center
    }
    .section-creer-profil-background .section-creer-profil-container .section-creer-profil-row .section-creer-profil-col-left .section-creer-profil-icon{
        margin-bottom:20px
    }
    .section-creer-profil-background .section-creer-profil-container .section-creer-profil-row .section-creer-profil-col-left h2{
        font-size:26px;
        margin:0 0 5px
    }
    .section-creer-profil-background .section-creer-profil-container .section-creer-profil-row .section-creer-profil-col-right{
        width:100%;
        max-width:100%;
        margin-top:30px;
        text-align:center
    }
    .section-creer-profil-background .section-creer-profil-container .section-creer-profil-row .section-creer-profil-col-right p{
        font-size:18px
    }
    .section-creer-profil-background .section-creer-profil-container .section-creer-profil-row .section-creer-profil-col-right .section-creer-profil-main-infos{
        border-left:none;
        padding-left:0
    }
}
.section-vous-etes-recruteur-background{
    background-color:#e06226;
    position:relative
}
.section-vous-etes-recruteur-background.orange-triangle-top::before{
    content:" ";
    display:block;
    position:absolute;
    top:-70px;
    left:0;
    right:0;
    width:0;
    height:0;
    border-style:solid;
    border-width:0 0 70px 100vw;
    border-color:transparent transparent #e06226;
    line-height:0;
    _border-color:#000 #000 #e06226 #000;
    _filter:progid:DXImageTransform.Microsoft.Chroma(color='@black')
}
.section-vous-etes-recruteur-background .section-vous-etes-recruteur-container{
    padding:18px 0
}
.section-vous-etes-recruteur-background .section-vous-etes-recruteur-container .section-vous-etes-recruteur-row{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center
}
.section-vous-etes-recruteur-background .section-vous-etes-recruteur-container .section-vous-etes-recruteur-row h2.section-vous-etes-recruteur-titre{
    color:#fff;
    font-family:'Work Sans',sans-serif;
    font-size:32px;
    font-weight:500;
    line-height:1;
    letter-spacing:-.67px;
    padding:10px 0 10px 84px;
    background:url(../images/homepage/icons/icon-recruteur.png) center left no-repeat;
    margin-right:40px
}
.section-vous-etes-recruteur-background .section-vous-etes-recruteur-container .section-vous-etes-recruteur-row a.section-vous-etes-recruteur-button{
    border:2px solid #000;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    max-width:230px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    color:#fff;
    font-family:Montserrat;
    font-size:12px;
    font-weight:700;
    line-height:16px;
    text-transform:uppercase;
    padding:12px;
    text-align:center;
    transition:all ease 500ms
}
.section-vous-etes-recruteur-background .section-vous-etes-recruteur-container .section-vous-etes-recruteur-row a.section-vous-etes-recruteur-button:hover{
    background:#000;
    text-decoration:none;
    transition:all ease 500ms
}
@media (max-width:1199px){
    .section-vous-etes-recruteur-background.orange-triangle-top::before{
        top:-5.8vw;
        border-width:0 0 5.8vw 100vw
    }
}
@media (max-width:767px){
    .section-vous-etes-recruteur-background .section-vous-etes-recruteur-container{
        padding:18px 0
    }
    .section-vous-etes-recruteur-background .section-vous-etes-recruteur-container .section-vous-etes-recruteur-row h2.section-vous-etes-recruteur-titre{
        font-size:22px;
        padding:20px 0 20px 84px;
        margin-right:20px
    }
}
@media (max-width:575px){
    .section-vous-etes-recruteur-background .section-vous-etes-recruteur-container .section-vous-etes-recruteur-row{
        flex-direction:column
    }
    .section-vous-etes-recruteur-background .section-vous-etes-recruteur-container .section-vous-etes-recruteur-row h2.section-vous-etes-recruteur-titre{
        margin:0
    }
}
.section-la-plateforme-background{
    background-color:#f7f7f8
}
.section-la-plateforme-background .section-la-plateforme-container{
    padding:50px 0 90px
}
.section-la-plateforme-background .section-la-plateforme-container h2{
    text-align:center;
    color:#e06226;
    font-family:'Work Sans',sans-serif;
    font-size:36px;
    font-weight:600;
    line-height:1;
    letter-spacing:-1px;
    margin:0 0 20px
}
.section-la-plateforme-background .section-la-plateforme-container h3{
    text-align:center;
    color:#3e3f45;
    font-family:'Work Sans',sans-serif;
    font-size:24px;
    font-weight:500;
    letter-spacing:-.5px;
    margin:0 0 20px
}
.section-la-plateforme-background .section-la-plateforme-container .section-la-plateforme-row{
    margin-top:54px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    align-items:flex-end
}
.section-la-plateforme-background .section-la-plateforme-container .section-la-plateforme-row .section-la-plateforme-col-img{
    width:100%;
    max-width:757px;
    margin-right:-135px;
    margin-bottom:58px
}
.section-la-plateforme-background .section-la-plateforme-container .section-la-plateforme-row .section-la-plateforme-col-infos{
    width:100%;
    max-width:550px;
    position:relative;
    z-index:2;
    background:#fff;
    padding:56px 40px 46px 60px
}
.section-la-plateforme-background .section-la-plateforme-container .section-la-plateforme-row .section-la-plateforme-col-infos::before{
    content:" ";
    display:block;
    background:#fff;
    width:1000px;
    height:100%;
    position:absolute;
    top:0;
    bottom:0;
    right:-1000px
}
.section-la-plateforme-background .section-la-plateforme-container .section-la-plateforme-row .section-la-plateforme-col-infos h4{
    color:#e06226;
    font-family:Montserrat,sans-serif;
    font-size:16px;
    font-weight:700;
    line-height:1;
    letter-spacing:.37px;
    margin:0 0 20px
}
.section-la-plateforme-background .section-la-plateforme-container .section-la-plateforme-row .section-la-plateforme-col-infos p{
    color:#3e3f45;
    font-family:Montserrat,sans-serif;
    font-size:15px;
    font-weight:400;
    line-height:1.4;
    letter-spacing:.35px;
    margin:0 0 28px
}
@media (max-width:767px){
    .section-la-plateforme-background .section-la-plateforme-container{
        padding:30px 0
    }
    .section-la-plateforme-background .section-la-plateforme-container h2{
        font-size:26px;
        margin:0 0 15px
    }
    .section-la-plateforme-background .section-la-plateforme-container h3{
        font-size:18px
    }
    .section-la-plateforme-background .section-la-plateforme-container .section-la-plateforme-row{
        margin-top:30px;
        flex-wrap:wrap
    }
    .section-la-plateforme-background .section-la-plateforme-container .section-la-plateforme-row .section-la-plateforme-col-img{
        width:100%;
        max-width:400px;
        margin:0 auto
    }
    .section-la-plateforme-background .section-la-plateforme-container .section-la-plateforme-row .section-la-plateforme-col-infos{
        width:100%;
        max-width:100%;
        padding:25px 15px;
        text-align:center
    }
    .section-la-plateforme-background .section-la-plateforme-container .section-la-plateforme-row .section-la-plateforme-col-infos::before{
        display:none
    }
    .section-la-plateforme-background .section-la-plateforme-container .section-la-plateforme-row .section-la-plateforme-col-infos h4{
        margin:0 0 10px
    }
    .section-la-plateforme-background .section-la-plateforme-container .section-la-plateforme-row .section-la-plateforme-col-infos p{
        margin:0 0 15px
    }
}
.section2-vous-etes-recruteur-background{
    background:url(../images/homepage/page-candidats/background-vous-etes-recruteur.png) center center no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    position:relative
}
.section2-vous-etes-recruteur-background::before{
    content:" ";
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:0;
    height:0;
    border-style:solid;
    border-width:110px 100vw 0 0;
    border-color:#f7f7f8 transparent transparent;
    line-height:0;
    _border-color:#f7f7f8 #000 #000 #000;
    _filter:progid:DXImageTransform.Microsoft.Chroma(color='@black')
}
.section2-vous-etes-recruteur-background::after{
    content:" ";
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    width:0;
    height:0;
    border-style:solid;
    border-width:0 0 110px 100vw;
    border-color:transparent transparent #f7f7f8;
    line-height:0;
    _border-color:#000 #000 #f7f7f8 #000;
    _filter:progid:DXImageTransform.Microsoft.Chroma(color='@black')
}
.section2-vous-etes-recruteur-background .section2-vous-etes-recruteur-container{
    padding:120px 0;
    text-align:center
}
.section2-vous-etes-recruteur-background .section2-vous-etes-recruteur-container h2{
    color:#e06226;
    font-family:'Work Sans',sans-serif;
    font-size:36px;
    font-weight:600;
    line-height:1;
    letter-spacing:-1px;
    margin:0 0 10px
}
.section2-vous-etes-recruteur-background .section2-vous-etes-recruteur-container h3{
    color:#fff;
    font-family:'Work Sans',sans-serif;
    font-size:24px;
    font-weight:500;
    line-height:1;
    letter-spacing:-.5px
}
.section2-vous-etes-recruteur-background .section2-vous-etes-recruteur-container .section2-vous-etes-recruteur-row{
    margin-top:75px;
    margin-bottom:60px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
.section2-vous-etes-recruteur-background .section2-vous-etes-recruteur-container .section2-vous-etes-recruteur-row .section2-vous-etes-recruteur-col{
    width:23%;
    max-width:200px
}
.section2-vous-etes-recruteur-background .section2-vous-etes-recruteur-container .section2-vous-etes-recruteur-row .section2-vous-etes-recruteur-col .section2-vous-etes-recruteur-icon{
    min-height:75px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:8px
}
.section2-vous-etes-recruteur-background .section2-vous-etes-recruteur-container .section2-vous-etes-recruteur-row .section2-vous-etes-recruteur-col .section2-vous-etes-recruteur-icon-title{
    color:#fff;
    font-family:Montserrat,sans-serif;
    font-size:16px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:.37px
}
@media (max-width:1400px){
    .section2-vous-etes-recruteur-background::before{
        border-width:7.85vw 100vw 0 0
    }
    .section2-vous-etes-recruteur-background::after{
        border-width:0 0 7.85vw 100vw
    }
}
@media (max-width:767px){
    .section2-vous-etes-recruteur-background::after,.section2-vous-etes-recruteur-background::before{
        display:none
    }
    .section2-vous-etes-recruteur-background .section2-vous-etes-recruteur-container{
        padding:30px 0
    }
    .section2-vous-etes-recruteur-background .section2-vous-etes-recruteur-container h2{
        font-size:26px
    }
    .section2-vous-etes-recruteur-background .section2-vous-etes-recruteur-container h3{
        font-size:18px
    }
    .section2-vous-etes-recruteur-background .section2-vous-etes-recruteur-container .section2-vous-etes-recruteur-row{
        margin-top:40px;
        margin-bottom:20px
    }
    .section2-vous-etes-recruteur-background .section2-vous-etes-recruteur-container .section2-vous-etes-recruteur-row .section2-vous-etes-recruteur-col{
        width:48%;
        max-width:48%;
        margin-bottom:20px
    }
    .section2-vous-etes-recruteur-background .section2-vous-etes-recruteur-container .section2-vous-etes-recruteur-row .section2-vous-etes-recruteur-col .section2-vous-etes-recruteur-icon-title{
        font-size:14px
    }
}
.main-section-vous-etes-recruteur-background{
    background:url(../images/homepage/page-recruteurs/background-vous-etes-recruteur.png) center center no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover
}
.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container{
    padding:45px 0
}
.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start
}
.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-left{
    width:40%;
    max-width:400px
}
.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-left .main-section-vous-etes-recruteur-icon,.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-left .main-section-vous-etes-recruteur-text{
    margin-bottom:30px
}
.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-left .main-section-vous-etes-recruteur-text h2{
    color:#fff;
    font-family:'Work Sans',sans-serif;
    font-size:36px;
    font-weight:600;
    line-height:1;
    letter-spacing:-1px;
    margin:0 0 20px
}
.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-left .main-section-vous-etes-recruteur-text p{
    color:#fff;
    font-family:'Work Sans',sans-serif;
    font-size:24px;
    font-weight:500;
    line-height:1.3;
    letter-spacing:-.5px;
    margin:0 0 12px
}
.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-right{
    width:56%;
    max-width:620px;
    margin-top:80px
}
.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-right h3{
    color:#fff;
    font-family:'Work Sans',sans-serif;
    font-size:22px;
    font-weight:500;
    line-height:1;
    letter-spacing:-.44px;
    margin:0 0 40px
}
.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-right .main-section-vous-etes-recruteur-avantages-row{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start
}
.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-right .main-section-vous-etes-recruteur-avantages-row .main-section-vous-etes-recruteur-avantages-col{
    width:48%;
    max-width:270px;
    margin-bottom:30px
}
.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-right .main-section-vous-etes-recruteur-avantages-row .main-section-vous-etes-recruteur-avantages-col .main-section-vous-etes-recruteur-avantages-icon{
    min-height:66px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    align-items:center;
    margin-bottom:10px
}
.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-right .main-section-vous-etes-recruteur-avantages-row .main-section-vous-etes-recruteur-avantages-col h4{
    color:#fff;
    font-family:Montserrat,sans-serif;
    font-size:16px;
    font-weight:700;
    line-height:1;
    letter-spacing:.37px;
    margin:0 0 12px
}
.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-right .main-section-vous-etes-recruteur-avantages-row .main-section-vous-etes-recruteur-avantages-col p{
    color:#fff;
    font-family:Montserrat,sans-serif;
    font-size:13px;
    font-weight:400;
    line-height:1.4;
    letter-spacing:.3px;
    margin:0 0 15px
}
.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-right .main-section-vous-etes-recruteur-avantages-row .main-section-vous-etes-recruteur-avantages-col ul{
    list-style-position:inside;
    margin:0;
    padding:0
}
.main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-right .main-section-vous-etes-recruteur-avantages-row .main-section-vous-etes-recruteur-avantages-col ul li{
    color:#fff;
    font-family:Montserrat,sans-serif;
    font-size:12px;
    font-weight:400;
    line-height:1.4;
    letter-spacing:.28px;
    margin-bottom:5px
}
@media (max-width:767px){
    .main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-left{
        width:100%;
        max-width:100%;
        margin-bottom:30px;
        text-align:center
    }
    .main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-left .main-section-vous-etes-recruteur-icon{
        margin-bottom:30px
    }
    .main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-left .main-section-vous-etes-recruteur-text{
        margin-bottom:10px
    }
    .main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-left .main-section-vous-etes-recruteur-text h2{
        font-size:26px;
        margin:0 0 10px
    }
    .main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-left .main-section-vous-etes-recruteur-text p{
        font-size:14px;
        margin:0 0 8px
    }
    .main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-right{
        width:100%;
        max-width:100%;
        margin:0
    }
    .main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-right h3{
        font-size:18px;
        margin:0 0 20px;
        text-align:center
    }
    .main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-right .main-section-vous-etes-recruteur-avantages-row{
        display:-webkit-box;
        display:-moz-box;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:flex-start
    }
    .main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-right .main-section-vous-etes-recruteur-avantages-row .main-section-vous-etes-recruteur-avantages-col{
        width:100%;
        max-width:450px;
        margin:0 auto 15px
    }
    .main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-right .main-section-vous-etes-recruteur-avantages-row .main-section-vous-etes-recruteur-avantages-col .main-section-vous-etes-recruteur-avantages-icon{
        min-height:66px;
        display:-webkit-box;
        display:-moz-box;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:flex;
        align-items:center;
        text-align:center;
        justify-content:center;
        margin-bottom:10px
    }
    .main-section-vous-etes-recruteur-background .main-section-vous-etes-recruteur-container .main-section-vous-etes-recruteur-row .main-section-vous-etes-recruteur-col-right .main-section-vous-etes-recruteur-avantages-row .main-section-vous-etes-recruteur-avantages-col h4{
        text-align:center
    }
}
.section-etapes-background{
    background-color:#f7f7f8
}
.section-etapes-background .section-etapes-container{
    padding:50px 0 90px
}
.section-etapes-background .section-etapes-container h2{
    text-align:center;
    color:#e06226;
    font-family:'Work Sans',sans-serif;
    font-size:36px;
    font-weight:600;
    line-height:1;
    letter-spacing:-1px;
    margin:0 0 20px
}
.section-etapes-background .section-etapes-container h3{
    text-align:center;
    color:#3e3f45;
    font-family:'Work Sans',sans-serif;
    font-size:24px;
    font-weight:500;
    letter-spacing:-.5px;
    margin:0 0 20px
}
.section-etapes-background .section-etapes-container .section-etapes-row{
    margin-top:54px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center
}
.section-etapes-background .section-etapes-container .section-etapes-row .section-etapes-col-img{
    width:100%;
    max-width:678px;
    margin-right:-55px;
    margin-bottom:0;
    box-shadow:0 8px 18px rgba(0,0,0,.2)
}
.section-etapes-background .section-etapes-container .section-etapes-row .section-etapes-col-infos{
    width:100%;
    max-width:629px;
    position:relative;
    z-index:2;
    background:#fff;
    padding:56px 60px 46px;
    box-shadow:0 10px 50px rgba(0,0,0,.05)
}
.section-etapes-background .section-etapes-container .section-etapes-row .section-etapes-col-infos::before{
    content:" ";
    display:block;
    background:#fff;
    width:1000px;
    height:100%;
    position:absolute;
    top:0;
    bottom:0;
    right:-1000px
}
.section-etapes-background .section-etapes-container .section-etapes-row .section-etapes-col-infos .section-etapes-nbr{
    position:absolute;
    left:-35px;
    top:50%;
    margin-top:-35px;
    width:70px;
    height:70px;
    background-color:#e06226;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    border-radius:100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    color:#fff;
    font-family:'Work Sans',sans-serif;
    font-size:42px;
    font-weight:700;
    line-height:1;
    letter-spacing:.98px
}
.section-etapes-background .section-etapes-container .section-etapes-row .section-etapes-col-infos h4{
    color:#e06226;
    font-family:Montserrat,sans-serif;
    font-size:16px;
    font-weight:700;
    line-height:1;
    letter-spacing:.37px;
    margin:0 0 20px
}
.section-etapes-background .section-etapes-container .section-etapes-row .section-etapes-col-infos p{
    color:#3e3f45;
    font-family:Montserrat,sans-serif;
    font-size:15px;
    font-weight:400;
    line-height:1.4;
    letter-spacing:.35px;
    margin:0 0 28px
}
.section-etapes-background .section-etapes-container .section-etapes-row.inverse .section-etapes-col-img{
    order:2;
    margin-right:inherit;
    margin-left:-55px
}
.section-etapes-background .section-etapes-container .section-etapes-row.inverse .section-etapes-col-infos{
    order:1;
    padding:56px 60px 46px
}
.section-etapes-background .section-etapes-container .section-etapes-row.inverse .section-etapes-col-infos::before{
    content:" ";
    display:block;
    background:#fff;
    width:1000px;
    height:100%;
    position:absolute;
    top:0;
    bottom:0;
    left:-1000px;
    right:inherit
}
.section-etapes-background .section-etapes-container .section-etapes-row.inverse .section-etapes-col-infos .section-etapes-nbr{
    left:inherit;
    right:-35px
}
@media (max-width:767px){
    .section-etapes-background .section-etapes-container{
        padding:30px 0
    }
    .section-etapes-background .section-etapes-container h2{
        font-size:26px;
        margin:0 0 15px
    }
    .section-etapes-background .section-etapes-container h3{
        font-size:18px
    }
    .section-etapes-background .section-etapes-container .section-etapes-row{
        margin-top:30px;
        flex-wrap:wrap
    }
    .section-etapes-background .section-etapes-container .section-etapes-row .section-etapes-col-img{
        width:100%;
        max-width:400px;
        margin:0 auto
    }
    .section-etapes-background .section-etapes-container .section-etapes-row .section-etapes-col-infos{
        width:100%;
        max-width:100%;
        padding:25px 15px;
        text-align:center
    }
    .section-etapes-background .section-etapes-container .section-etapes-row .section-etapes-col-infos::before{
        display:none
    }
    .section-etapes-background .section-etapes-container .section-etapes-row .section-etapes-col-infos h4{
        margin:0 0 10px
    }
    .section-etapes-background .section-etapes-container .section-etapes-row .section-etapes-col-infos p{
        margin:0 0 15px
    }
    .section-etapes-background .section-etapes-container .section-etapes-row .section-etapes-col-infos .section-etapes-nbr{
        width:30px;
        height:30px;
        margin:0 auto 10px;
        font-size:20px;
        left:inherit;
        right:inherit;
        top:inherit;
        position:relative
    }
    .section-etapes-background .section-etapes-container .section-etapes-row.inverse .section-etapes-col-img{
        order:1;
        margin:0 auto
    }
    .section-etapes-background .section-etapes-container .section-etapes-row.inverse .section-etapes-col-infos{
        width:100%;
        max-width:100%;
        padding:25px 15px;
        text-align:center
    }
    .section-etapes-background .section-etapes-container .section-etapes-row.inverse .section-etapes-col-infos::before{
        display:none
    }
    .section-etapes-background .section-etapes-container .section-etapes-row.inverse .section-etapes-col-infos .section-etapes-nbr{
        margin:0 auto 10px;
        font-size:20px;
        left:inherit;
        right:inherit;
        top:inherit;
        position:relative
    }
}
.section-membership-background{
    background-color:#262729;
    position:relative
}
.section-membership-background::before{
    content:" ";
    display:block;
    position:absolute;
    bottom:-70px;
    left:0;
    right:0;
    width:0;
    height:0;
    border-style:solid;
    border-width:70px 100vw 0 0;
    border-color:#262729 transparent transparent;
    line-height:0;
    _border-color:#262729 #000 #000 #000;
    _filter:progid:DXImageTransform.Microsoft.Chroma(color='@black')
}
.section-membership-background .section-membership-container{
    padding:60px 0;
    text-align:center
}
.section-membership-background .section-membership-container h2{
    color:#e06226;
    font-family:'Work Sans',sans-serif;
    font-size:36px;
    font-weight:600;
    line-height:1;
    letter-spacing:-1px;
    margin:0 0 50px
}
.section-membership-background .section-membership-container .section-membership-row{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:25px
}
.section-membership-background .section-membership-container .section-membership-row .section-membership-col{
    width:48%;
    max-width:380px;
    min-height:210px;
    border-radius:6px;
    background-color:#fff;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:15px 30px;
    margin-bottom:25px
}
.section-membership-background .section-membership-container .section-membership-row .section-membership-col .time{
    color:#3e3f45;
    font-family:Montserrat,sans-serif;
    font-size:52px;
    font-weight:700;
    line-height:1
}
.section-membership-background .section-membership-container .section-membership-row .section-membership-col .price{
    width:100%;
    color:#e06226;
    font-family:Montserrat,sans-serif;
    font-size:35px;
    font-weight:400;
    line-height:1;
    letter-spacing:1.4px;
    padding-top:10px;
    padding-bottom:15px;
    border-bottom:2px solid #d3d5dc
}
.section-membership-background .section-membership-container .nbr-credit{
    color:#fff;
    font-family:'Work Sans',sans-serif;
    font-size:24px;
    line-height:1;
    font-weight:500;
    letter-spacing:-.5px;
    margin:0 0 6px
}
.section-membership-background .section-membership-container .nbr-credit strong{
    font-weight:700
}
.section-membership-background .section-membership-container .visionnez-profil{
    color:#fff;
    font-family:'Work Sans',sans-serif;
    font-size:20px;
    line-height:1;
    font-weight:400;
    margin:0 0 25px
}
.section-membership-background .section-membership-container .visionnez-profil strong{
    font-weight:600
}
.section-membership-background .section-membership-container .plus-de-credit{
    color:#e06226;
    font-family:Montserrat,sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:1;
    letter-spacing:-.56px;
    margin:0 0 10px
}
.section-membership-background .section-membership-container .essayer-gratuitement-container{
    margin-top:50px;
    background:#3c3d3e;
    padding:20px 15px
}
.section-membership-background .section-membership-container .essayer-gratuitement-container p{
    color:#fff;
    font-family:'Work Sans',sans-serif;
    font-size:24px;
    line-height:1;
    font-weight:500;
    letter-spacing:-.5px;
    margin:0 0 8px
}
.section-membership-background .section-membership-container .essayer-gratuitement-container p strong{
    font-weight:700
}
.section-membership-background .section-membership-container .essayer-gratuitement-container a{
    display:inline-block;
    margin-top:10px
}
.section-membership-background .section-membership-container .essayer-gratuitement-container a:hover{
    text-decoration:none
}
@media (max-width:1199px){
    .section-membership-background::before{
        bottom:-5.8vw;
        border-width:5.8vw 100vw 0 0
    }
}
@media (max-width:767px){
    .section-membership-background .section-membership-container{
        padding:30px 0 15px
    }
    .section-membership-background .section-membership-container h2{
        font-size:26px;
        margin:0 0 20px
    }
    .section-membership-background .section-membership-container .section-membership-row{
        display:-webkit-box;
        display:-moz-box;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        margin-bottom:25px
    }
    .section-membership-background .section-membership-container .section-membership-row .section-membership-col{
        min-height:150px;
        padding:15px;
        margin-bottom:0
    }
    .section-membership-background .section-membership-container .section-membership-row .section-membership-col .time{
        font-size:32px
    }
    .section-membership-background .section-membership-container .section-membership-row .section-membership-col .price{
        font-size:25px
    }
    .section-membership-background .section-membership-container .nbr-credit{
        font-size:20px
    }
    .section-membership-background .section-membership-container .visionnez-profil{
        font-size:16px
    }
    .section-membership-background .section-membership-container .plus-de-credit{
        font-size:14px
    }
    .section-membership-background .section-membership-container .essayer-gratuitement-container{
        margin-top:20px
    }
    .section-membership-background .section-membership-container .essayer-gratuitement-container p{
        font-size:20px
    }
}
.section-inscrivez-vous-background{
    background:url(../images/homepage/page-recruteurs/background-inscrivez-vous.png) center center no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover
}
.section-inscrivez-vous-background .section-inscrivez-vous-container{
    padding:140px 0;
    text-align:center
}
.section-inscrivez-vous-background .section-inscrivez-vous-container h2{
    color:#e06226;
    font-family:'Work Sans',sans-serif;
    font-size:36px;
    font-weight:600;
    line-height:1;
    letter-spacing:-1px;
    margin:0 0 38px
}
.section-inscrivez-vous-background .section-inscrivez-vous-container p{
    color:#fff;
    font-family:Montserrat,sans-serif;
    font-size:16px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.37px;
    margin-bottom:40px
}
@media (max-width:767px){
    .section-inscrivez-vous-background{
        background:url(../images/homepage/page-recruteurs/background-inscrivez-vous.png) center center no-repeat;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover
    }
    .section-inscrivez-vous-background .section-inscrivez-vous-container{
        padding:80px 0;
        text-align:center
    }
    .section-inscrivez-vous-background .section-inscrivez-vous-container h2{
        font-size:26px;
        margin:0 0 20px
    }
    .section-inscrivez-vous-background .section-inscrivez-vous-container p{
        margin-bottom:20px
    }
}
footer{
    background-color:#f7f7f8;
    text-align:center;
    padding-top:30px
}
footer .footer-container-1{
    margin-bottom:40px;
    position:relative
}
footer .footer-container-1 .footer-logo{
    margin-bottom:30px
}
footer .footer-container-1 .footer-social-medias{
    position:absolute;
    top:4px;
    right:15px
}
footer .footer-container-1 .footer-social-medias a{
    color:#e06226;
    font-size:16px;
    margin:0 20px
}
footer .footer-container-1 .footer-social-medias a:first-child{
    margin-left:0
}
footer .footer-container-1 .footer-social-medias a:last-child{
    margin-right:0
}
footer .footer-container-1 ul.footer-menu{
    list-style:none;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center
}
footer .footer-container-1 ul.footer-menu li{
    margin:0 15px;
    line-height:1
}
footer .footer-container-1 ul.footer-menu li a{
    color:#3e3f45;
    font-family:Montserrat,sans-serif;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1;
    letter-spacing:.23px
}
footer .footer-container-1 ul.footer-menu li a:hover{
    text-decoration:none;
    color:#e06226
}
footer .footer-container-2{
    background-color:#3e3f45;
    color:#fff;
    font-family:Montserrat;
    font-size:12px;
    font-weight:700;
    line-height:1;
    padding:25px 15px
}
@media (max-width:767px){
    footer .footer-container-1{
        padding-top:20px;
        margin-bottom:20px;
        position:relative
    }
    footer .footer-container-1 .footer-logo{
        margin-bottom:10px
    }
    footer .footer-container-1 .footer-social-medias{
        position:inherit;
        top:inherit;
        right:inherit;
        margin-bottom:20px
    }
    footer .footer-container-1 .footer-social-medias a{
        color:#e06226;
        font-size:16px;
        margin:0 20px
    }
    footer .footer-container-1 .footer-social-medias a:first-child{
        margin-left:0
    }
    footer .footer-container-1 .footer-social-medias a:last-child{
        margin-right:0
    }
    footer .footer-container-1 ul.footer-menu{
        flex-wrap:wrap
    }
    footer .footer-container-1 ul.footer-menu li{
        width:31%;
        margin:0 1%
    }
}
@media (max-width:575px){
    footer .footer-container-1 ul.footer-menu{
        flex-wrap:wrap
    }
    footer .footer-container-1 ul.footer-menu li{
        width:48%
    }
}
@media (min-width:576px){
    .container{
        max-width:540px
    }
}
@media (min-width:768px){
    .container{
        max-width:720px
    }
}
@media (min-width:992px){
    .container{
        max-width:960px
    }
}
@media (min-width:1200px){
    .container{
        max-width:1140px
    }
}
