.TODO {
    border: 2px solid hotpink;
}

@font-face {
    font-family: 'Trajan';
    src: url("../fonts/trajan-bold.woff2") format("woff2"), url("../fonts/trajan-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-light.woff2") format("woff2"), url("../fonts/lato-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-regular.woff2") format("woff2"), url("../fonts/lato-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-bold.woff2") format("woff2"), url("../fonts/lato-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

/*FORMS*/
input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="tel"] {
    padding: .4rem;
    border: solid 1px #522E91;
}

.form-item {
    margin-bottom: 1rem;
}

label {
    margin-bottom: .2rem;
}

#expert_manager_html body {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.25px;
    color: #522E91 !important;
}

#expert_manager_html h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
}

#expert_manager_html h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

#expert_manager_html h2.field_titre_inline .field--name-field-titre {
    display: inline-block;
}

#expert_manager_html h2 img {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
}

#block-views-block-domaine-d-expertises-popup-block-1 {
    justify-content: center;
}

#expert_manager_html h3 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
}

#expert_manager_html a, .button {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#expert_manager_html a:hover, .button:hover {
    opacity: 0.8;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#expert_manager_html .button {
    text-transform: uppercase;
    font-weight: 700;
    height: 62px;
    min-width: 260px;
    line-height: 62px;
    text-align: center;
    display: table;
    padding: 0 10px;
}

#expert_manager_html .button.fill {
    background-color: #FF3C71;
    border: 1px solid #FF3C71;
    border-radius: 40px;
    color: #fff;
}

#expert_manager_html .button.fill:hover {
    background-color: #fff;
    color: #FF3C71;
}

#expert_manager_html .btn-center {
    margin: 25px auto 10px;
    display: table;
}

#expert_manager_html .btn-return {
    text-transform: uppercase;
    display: table;
}

#expert_manager_html .btn-return img {
    margin-right: 10px;
}

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

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.section-padding {
    padding-top: 75px;
    padding-bottom: 80px;
}

.bck-blue {
    background-color: #55A7D9;
}

.bck-pink {
    background-color: #FF3C71;
}

.bck-grey {
    background-color: #F5F5EF;
}

.bck-light-blue {
    background-color: #D7E9F4 !important;
}

.bck-white {
    background-color: #fff;
}

.global-content {
    padding-bottom: 70px;
    padding-top: 70px;
}
.global-content .offre-detail {
    padding-bottom: 70px;
    padding-top: 30px;
}

.global-content.no-padding-top {
    padding-top: 0;
}

.global-content ul li {
    position: relative;
    padding-left: 25px;
}

.global-content ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #FF3C71;
    border-radius: 50%;
    margin: auto;
    top: 8px;
    left: 0;
}

.global-content ul li a {
    cursor: pointer;
}

#expert_manager_html .global-content--margin {
    background-color: #fff;
}

#expert_manager_html .global-content--container {
    padding: 85px 0;
    margin-top: -25px;
    margin-bottom: 80px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
}

#expert_manager_html .global-content--container.less-margin-bottom {
    margin-bottom: 40px;
}

#expert_manager_html .single-methodo {
    padding: 6px;
    overflow: hidden;
}

#expert_manager_html .single-methodo div.col-12 {
    -webkit-box-shadow: 0px 0px 10px -2px #adadad;
    -moz-box-shadow: 0px 0px 10px -2px #adadad;
    box-shadow: 0px 0px 10px -2px #adadad;
}

#expert_manager_html .single-methodo .bandeau-methodo {
    min-height: 530px;
    display: flex;
}

#expert_manager_html .single-methodo .bandeau-methodo .visuel-methodo {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#expert_manager_html .single-methodo .bandeau-methodo .bandeau-txt {
    padding: 30px 50px;
}

#expert_manager_html .single-methodo .bandeau-methodo .bandeau-txt.dates-cles {
    padding-right: 30px;
}

#expert_manager_html .single-methodo .bandeau-methodo .bandeau-txt p span span span {
    font-size: 14pt;
}

#expert_manager_html .single-methodo .bandeau-methodo .bandeau-methodo--half {
    width: 50%;
}

#expert_manager_html .single-methodo .bandeau-methodo .methodo-content-text {
    position: relative;
}

#expert_manager_html .single-methodo .bandeau-methodo .methodo-content-text:before {
    position: absolute;
    content: '';
    width: 200%;
    height: 2px;
    background-color: #522E91;
    margin: auto;
    margin-top: 33px;
    top: 0;
    bottom: 0;
    left: calc(100% + 35px);
}

#expert_manager_html .single-methodo .bandeau-methodo.bck-light-blue .methodo-content-text:before {
    right: calc(100% + 35px);
    left: auto;
}

#expert_manager_html .single-methodo .methodo-number {
    font-size: 340px;
    opacity: 0.15;
    color: black;
    font-weight: 800;
    position: absolute;
    top: -90px;
}

#expert_manager_html .single-methodo .methodo-number.number-right {
    right: -160px;
}

#expert_manager_html .single-methodo .methodo-number.number-left {
    left: -160px;
}

#expert_manager_html .single-methodo .methodo-number.is-image {
    opacity: 1;
    font-size: 280px;
    top: -20px;
}

#expert_manager_html .global-content .form-search {
    margin-top: -20px;
    padding: 15px 25px 30px;
    margin-bottom: 35px;
}

#expert_manager_html .localisation, .salaire, .contrat {
    color: #FF3C71;
    position: relative;
    margin-right: 22px;
    white-space: nowrap;
}

#expert_manager_html .localisation:before, .salaire:before, .contrat:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

#expert_manager_html .localisation {
    text-transform: uppercase;
}

#expert_manager_html .localisation:before {
    background-image: url(../img/picto-localisation.png);
    width: 12px;
    height: 14px;
}

#expert_manager_html .salaire:before {
    background-image: url(../img/picto-salaire.png);
    width: 15px;
    height: 22px;
}

#expert_manager_html .contrat {
    text-transform: uppercase;
}

#expert_manager_html .contrat:before {
    background-image: url(../img/picto-contrat.png);
    width: 11px;
    height: 14px;
}

#expert_manager_html .date {
    color: #522E91;
    margin-left: 3px;
}

#expert_manager_html .email, .tel, .adresse {
    position: relative;
    margin-right: 22px;
}

#expert_manager_html .email:before, .tel:before, .adresse:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

#expert_manager_html .alerte {
    position: relative;
    color: #FF3C71;
}

#expert_manager_html .alerte:before {
    background-image: url(../img/picto-alert.png);
    width: 24px;
    height: 24px;
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

#expert_manager_html .email:before {
    background-image: url(../img/picto-email.png);
    width: 17px;
    height: 17px;
}

#expert_manager_html .tel:before {
    background-image: url(../img/picto-tel.png);
    width: 14px;
    height: 14px;
}

#expert_manager_html .adresse:before {
    background-image: url(../img/picto-localisation.png);
    width: 14px;
    height: 14px;
}

#expert_manager_html .home-identite, .nous-connaitre-nos-valeurs {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#expert_manager_html .home-bloc-agence,
#expert_manager_html .home-bloc-agence-carte {
    cursor: pointer;
    margin: 15px auto;
    position: relative;
}

#expert_manager_html .home-bloc-agence .bck-img,
#expert_manager_html .home-bloc-agence-carte .bck-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100%;
}

#expert_manager_html .home-bloc-agence .bck-img .ombrage,
#expert_manager_html .home-bloc-agence-carte .bck-img .ombrage {
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#expert_manager_html .home-bloc-agence .bck-img .ombrage .title,
#expert_manager_html .home-bloc-agence-carte .bck-img .ombrage .title {
    font-size: 36px;
    font-weight: 800;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
    color: #fff;
}

#expert_manager_html .home-bloc-agence:hover .bck-img .ombrage,
#expert_manager_html .home-bloc-agence-carte:hover .bck-img .ombrage {
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#expert_manager_html .home-bloc-agence .coordonnes-agence,
#expert_manager_html .home-bloc-agence-carte .coordonnes-agence {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: none;
}

#expert_manager_html .home-bloc-agence .coordonnes-agence p.name,
#expert_manager_html .home-bloc-agence-carte .coordonnes-agence p.name {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

#expert_manager_html .home-bloc-agence .coordonnes-agence p.linkedin a,
#expert_manager_html .home-bloc-agence-carte .coordonnes-agence p.linkedin a {
    color: #522E91;
}

#expert_manager_html .home-bloc-agence .coordonnes-agence p.linkedin a:hover,
#expert_manager_html .home-bloc-agence-carte .coordonnes-agence p.linkedin a:hover {
    text-decoration: underline;
}

#expert_manager_html .home-bloc-agence .coordonnes-agence p.linkedin a img,
#expert_manager_html .home-bloc-agence-carte .coordonnes-agence p.linkedin a img {
    height: 14px;
    width: auto;
    margin-right: 10px;
}

#expert_manager_html .home-bloc-agence-carte {
    display: flex;
    flex-direction: column;
    cursor: default;
}

#expert_manager_html .home-bloc-agence-carte .field--name-field-image {
    height: 50%;
}

#expert_manager_html .home-bloc-agence-carte .field--name-field-image .field__item {
    height: 100%;
    position: relative;
}

#expert_manager_html .home-bloc-agence-carte .field--name-field-image .field__item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
}

#expert_manager_html .home-bloc-agence-carte .field--name-field-titre {
    height: 50%;
    width: 100%;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 32px;
    line-height: 44px;
    font-weight: lighter;
    padding: 15px;
}

#expert_manager_html .listing-services .listing--service a {
    display: block;
    width: 100%;
    height: 100%;
}

#expert_manager_html .listing-services .listing--service .service--content {
    -webkit-box-shadow: 0px 0px 10px -2px #adadad;
    -moz-box-shadow: 0px 0px 10px -2px #adadad;
    box-shadow: 0px 0px 10px -2px #adadad;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    overflow: hidden;
}

#expert_manager_html .listing-services .listing--service .service--content .service---img {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#expert_manager_html .listing-services .listing--service .service--content .service---img:after {
    position: absolute;
    content: '';
    display: inline-block;
    height: 0;
    width: 135px;
    border-bottom: 500px solid #fff;
    border-left: 135px solid transparent;
    right: 0;
}

#expert_manager_html .listing-services .listing--service .service--content .service---desc {
    width: 50%;
    padding: 30px 10px 20px 0;
}

#expert_manager_html .listing-services .listing--service .service--content .service---desc h2 {
    color: #FF3C71;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 20px;
    padding-right: 10px;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 14px;
    min-height: 69px;
}

#expert_manager_html .listing-services .listing--service .service--content .service---desc .content {
    color: #522E91 !important;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px ul;
    margin-top-margin-top: 10px;
}

#expert_manager_html .listing-services .sous-titre-prestation {
    text-align: center;
    padding-bottom: 25px;
}

#expert_manager_html .listing-services #block-titreboosterdefficacite {
    margin-top: 20px;
}

#expert_manager_html .listing-services #block-views-block-offres-de-services-block-2 {
    margin-bottom: 60px;
}

#expert_manager_html .messages {
    margin-bottom: 50px;
}

#expert_manager_html .slider-ancre {
    position: absolute;
    top: -160px;
}

#expert_manager_html .news-carousel .owl-item {
    padding-top: 30px;
}

#expert_manager_html .news-carousel .owl-prev span {
    font-family: Verdana, Tahoma, sans-serif;
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-100%);
    background: #D6D6CF;
    width: 52px;
    height: 52px;
    padding-top: 1px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
}

#expert_manager_html .news-carousel .owl-prev span:hover {
    background: #BFBFB3;
}

#expert_manager_html .news-carousel .owl-next span {
    font-family: Verdana, Tahoma, sans-serif;
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-100%);
    background: #D6D6CF;
    width: 52px;
    height: 52px;
    padding-top: 1px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
}

#expert_manager_html .news-carousel .owl-next span:hover {
    background: #BFBFB3;
}

#expert_manager_html .news-carousel .owl-dot {
    outline: none;
}

#expert_manager_html .news-carousel .owl-dot span {
    width: 7px;
    height: 7px;
    background: #D6D6CF;
}

#expert_manager_html .news-carousel .owl-dot span:hover {
    background: #BFBFB3;
}

#expert_manager_html .news-carousel .owl-dot.active span {
    background: #FF3C71;
}

#expert_manager_html .news-carousel .owl-dot.active span:hover {
    background: #FF3C71;
}

@media (max-width: 760px) {
    #expert_manager_html .news-carousel .owl-next, #expert_manager_html .news-carousel .owl-prev {
        display: none;
    }
}

#expert_manager_html .news-carousel .item {
    background: #fff;
    padding: 30px 50px 30px 20px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/*#expert_manager_html .news-carousel .item:after {
    content: ' ';
    clear: both;
    display: block;
}*/

#expert_manager_html .news-carousel .item .aside-img {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
}

#expert_manager_html .news-carousel .item .aside-img .image_tem_candidat {
    width: 100%;
    float: left;
    height: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#expert_manager_html .news-carousel .item .aside-img .image_tem_entreprise {
    width: 100%;
    float: left;
    height: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#expert_manager_html .news-carousel .item .aside-img .image_tem_entreprise img, #expert_manager_html .news-carousel .item .aside-img .image_tem_candidat img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#expert_manager_html .news-carousel .item .aside-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#expert_manager_html .news-carousel .item .news-content {
    margin-left: 50px;
    width: calc(50% - 50px);
}

#expert_manager_html .news-carousel .item a {
    color: #FF3C71;
    text-decoration: underline;
}

#expert_manager_html .news-carousel .item a:hover {
    color: #FF3C71;
    text-decoration: none;
}

#expert_manager_html .dream-team-carousel .owl-item {
    padding-top: 30px;
}

#expert_manager_html .dream-team-carousel .owl-prev span {
    font-family: Verdana, Tahoma, sans-serif;
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-100%);
    background: #D6D6CF;
    width: 52px;
    height: 52px;
    padding-top: 1px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
}

#expert_manager_html .dream-team-carousel .owl-prev span:hover {
    background: #BFBFB3;
}

#expert_manager_html .dream-team-carousel .owl-next span {
    font-family: Verdana, Tahoma, sans-serif;
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-100%);
    background: #D6D6CF;
    width: 52px;
    height: 52px;
    padding-top: 1px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
}

#expert_manager_html .dream-team-carousel .owl-next span:hover {
    background: #BFBFB3;
}

#expert_manager_html .dream-team-carousel .owl-dot {
    outline: none;
}

#expert_manager_html .dream-team-carousel .owl-dot span {
    width: 7px;
    height: 7px;
    background: #D6D6CF;
}

#expert_manager_html .dream-team-carousel .owl-dot span:hover {
    background: #BFBFB3;
}

#expert_manager_html .dream-team-carousel .owl-dot.active span {
    background: #FF3C71;
}

#expert_manager_html .dream-team-carousel .owl-dot.active span:hover {
    background: #FF3C71;
}

@media (max-width: 760px) {
    #expert_manager_html .dream-team-carousel .owl-next, #expert_manager_html .dream-team-carousel .owl-prev {
        display: none;
    }
}

#expert_manager_html .dream-team-carousel .single-item {
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    height: 375px;
}

#expert_manager_html .dream-team-carousel .single-item:after {
    content: ' ';
    clear: both;
    display: block;
}

#expert_manager_html .dream-team-carousel .single-item h3 {
    color: #FF3C71;
    font-size: 16px;
    margin: 0;
}

#expert_manager_html .dream-team-carousel .single-item .aside-img {
    width: 50%;
    position: absolute;
    left: 0;
    height: 100%;
    overflow: hidden;
}

#expert_manager_html .dream-team-carousel .single-item .aside-img h3 {
    width: 80%;
    padding: 0 1%;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    z-index: 3;
    color: #FF3C71;
    font-weight: 400;
}

#expert_manager_html .dream-team-carousel .single-item .aside-img img {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 90%;
    z-index: 2;
}

#expert_manager_html .dream-team-carousel .single-item .aside-img::after {
    height: 90%;
    width: 20%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #522E91;
}

#expert_manager_html .dream-team-carousel .single-item .news-content {
    overflow: auto;
    height: 100%;
    float: right;
    padding: 30px 20px 30px 10px;
    width: 50%;
}

#expert_manager_html .dream-team-carousel .single-item .news-content .titreettexte {
    margin-bottom: 20px;
}

#expert_manager_html .dream-team-carousel .single-item .news-content .titreettexte:last-child {
    margin-bottom: 0px;
}

#expert_manager_html .dream-team-carousel .single-item .news-content .titreettexte:first-child h3:first-child {
    color: #522E91 !important;
    margin-bottom: 15px;
}

#expert_manager_html .dream-team-carousel .single-item a {
    color: #FF3C71;
    text-decoration: underline;
}

#expert_manager_html .dream-team-carousel .single-item a:hover {
    color: #FF3C71;
    text-decoration: none;
}

#expert_manager_html #block-sectionchiffrescles .chiffre_cle {
    margin-top: 50px;
    margin-bottom: 100px;
}

#expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle {
    padding: 75px 20px;
}

#expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle:nth-child(2) {
    border: 1px solid #afafaf;
    border-top: none;
    margin-bottom: -1px;
}

#expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle:nth-child(4) {
    border: 1px solid #afafaf;
    border-left: none;
    border-bottom: none;
    margin-left: 1px;
}

#expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle:nth-child(6) {
    border: 1px solid #afafaf;
    border-right: none;
    border-bottom: none;
    margin-left: -2px;
}

#expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle .titre-chiffre {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

#expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle .row_chiffres .simple-chiffre-chiffre {
    text-align: center;
}

#expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle .row_chiffres .simple-chiffre-chiffre .img-define {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

#expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle .row_chiffres .simple-chiffre-chiffre .img-define img {
    height: 100%;
    width: auto;
}

#expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle .row_chiffres .simple-chiffre-chiffre .titre-define {
    height: 100%;
    display: inline-block;
    font-size: 30px;
    font-weight: 200;
    color: #FF3C71;
    margin-left: 10px;
}

#expert_manager_html .bannierre_covid_19 {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 2s, display;
    transition-delay: 0s, 2s;
    opacity: 0;
    display: none;
    z-index: 100000;
}

#expert_manager_html .bannierre_covid_19.open {
    opacity: 1;
    display: block;
}

#expert_manager_html .bannierre_covid_19 .content_bannierre {
    width: 95vw;
    height: auto;
    max-width: 750px;
    text-align: center;
    padding: 30px 50px;
    background-color: #f5f5ef;
    color: #522E91;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#expert_manager_html .bannierre_covid_19 .close_button {
    position: absolute;
    right: 5%;
    top: 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../img/picto-close-modal.svg");
    cursor: pointer;
}

ul.tabs {
    border-bottom: 1px solid #ccc;
}

ul.contextual-links li {
    display: block !important;
    float: none !important;
    position: relative !important;
}

.contextual-links a {
    color: #000 !important;
}

.contextual-links a:hover {
    color: #000 !important;
    text-decoration: underline !important;
}

.menu-item--expanded,
.menu-item--collapsed {
    list-style-type: none;
    list-style-image: none;
}

.node--unpublished {
    background-color: #fff4f4;
}

#block-expert-manager-local-tasks {
    z-index: 1;
}

.cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}

.cover .container .row .col-12 {
    min-height: 100vh;
}

header form {
    position: absolute;
    bottom: 30px;
    display: flex;
    background-color: #522E91;
    left: 0;
    right: 0;
}

header form label {
    display: none;
}

header .container {
    height: 100%;
}

header .container > div {
    height: 100%;
}

header nav#block-headermenu {
    transition: .25s;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
    position: fixed !important;
    top: 0;
    height: 100px;
    width: 100%;
    z-index: 30;
}

header nav#block-headermenu .logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 center;
}

header nav#block-headermenu label, header nav#block-headermenu input {
    display: none;
}

header nav#block-headermenu .nav-container {
    display: flex;
    align-items: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

header nav#block-headermenu .nav-container ul {
    margin: 0;
    padding: 0;
    justify-content: space-between;
    width: 100%;
}

header nav#block-headermenu .nav-container ul#menu-menu-principal-responsive {
    display: none;
}

header nav#block-headermenu .nav-container ul#menu-menu-principal {
    display: flex;
}

header nav#block-headermenu .nav-container ul li {
    list-style: none;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

header nav#block-headermenu .nav-container ul li.barre-horizontale:before {
    content: " ";
    border-left: 1px solid #522E91;
    position: absolute;
    top: 50%;
    height: 27px;
    transform: translateY(-50%);
}

header nav#block-headermenu .nav-container ul li:hover .submenu {
    display: block;
}

header nav#block-headermenu .nav-container ul li.menu-icon-13 a {
    display: block;
    font-size: 0px;
    padding-left: 28px;
    background: url('../img/picto_linkedin.svg') no-repeat center center;
}

header nav#block-headermenu .nav-container ul li.menu-icon-13 a:hover, header nav#block-headermenu .nav-container ul li.menu-icon a.active {
    text-decoration: none !important;
}

header nav#block-headermenu .nav-container ul li a {
    cursor: pointer;
    color: #522E91;
    font-size: 14px;
    font-weight: 700;
    line-height: 44px;
    position: relative;
}

header nav#block-headermenu .nav-container ul li a:hover, header nav#block-headermenu .nav-container ul li a.active {
    color: #522E91;
    text-decoration: none !important;
}

header nav#block-headermenu .nav-container ul li a.is-active {
    color: #522E91;
}

header nav#block-headermenu .nav-container .submenu {
    position: absolute;
    left: 50%;
    top: 100%;
    display: none;
    padding: 20px 75px;
    background: #fff;
    width: auto;
    min-width: 200px;
    transform: translateX(-50%);
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px -2px #adadad;
    -moz-box-shadow: 0px 0px 10px -2px #adadad;
    box-shadow: 0px 0px 10px -2px #adadad;
}

header nav#block-headermenu .nav-container .submenu li {
    position: static;
    margin: 15px 0;
    text-transform: none;
}

header nav#block-headermenu .nav-container .submenu li a {
    font-size: 20px;
    line-height: 44px;
    font-weight: lighter;
    line-height: 1;
}

header nav#block-headermenu.nav--scroll {
    background: #fff !important;
    color: #522E91;
    height: 85px;
    top: 0 !important;
    -webkit-box-shadow: 0px 0px 10px -2px #adadad;
    -moz-box-shadow: 0px 0px 10px -2px #adadad;
    box-shadow: 0px 0px 10px -2px #adadad;
}

header nav#block-headermenu.nav--scroll .logo {
    height: 37px;
}

header nav#block-headermenu.nav--scroll ul li a {
    color: #522E91 !important;
}

header.header-interne {
    color: #522E91;
    padding-bottom: 50px;
    padding-top: 105px;
}

header.header-interne h1 {
    position: relative;
    font-family: 'Lato', sans-serif;
}

header.header-interne h1:before {
    content: '';
    position: absolute;
    height: 4px;
    background-color: #FF3C71;
    width: 100%;
    bottom: 0;
    top: 0;
    margin: auto;
    left: calc(-100% - 35px);
}

header.header-interne h1.liseret-bleu:before {
    background-color: #5AA2D7;
}

header.header-interne a {
    color: #522E91;
}

header.header-interne .logo {
    background-image: url(../img-inte/logo.png);
}

header.header-interne .fil-ariane {
    color: #522E91;
    margin-bottom: 35px;
}

header.header-interne nav {
    background-color: transparent;
}

header.header-interne nav ul li a {
    color: #522E91;
}

header.header-interne p {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

header.bck-white nav {
    background-color: #fff;
}

header.bck-white nav ul li a {
    color: #522E91;
}

header.bck-white nav ul li a:hover {
    color: #522E91;
}

header.bck-white a {
    color: #522E91;
}

header.bck-white .logo {
    background-image: url(../img-inte/logo.png);
}

header nav#block-headermenu.nav-responsive input {
    display: none;
}

header nav#block-headermenu.nav-responsive label {
    display: none;
    width: auto !important;
    position: absolute;
    right: 30px;
    cursor: pointer;
    margin-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 40;
}

header nav#block-headermenu.nav-responsive label strong {
    padding: 0 10px;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 40px;
    top: 0px;
    transition: color 250ms ease;
}

header nav#block-headermenu.nav-responsive label b {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: background 500ms ease;
}

header nav#block-headermenu.nav-responsive label b i {
    display: block;
    background: #522E91;
    width: 28px;
    height: 3px;
    position: absolute;
    left: 6px;
    top: 11px;
    border-radius: 1000px;
    transform-origin: 20px 4px;
    transition: transform 300ms cubic-bezier(0.09, 0.92, 0, 1.435), opacity 500ms ease;
}

header nav#block-headermenu.nav-responsive label b i:nth-child(2) {
    top: 18px;
}

header nav#block-headermenu.nav-responsive label b i:nth-child(3) {
    transform-origin: 26px 4px;
    top: 25px;
}

header nav#block-headermenu.nav-responsive .nav-container {
    height: 100%;
    width: 100%;
    transform: none;
    -webkit-transform: none;
}

header nav#block-headermenu.nav-responsive .nav-container ul {
    background: #fff;
    width: 100vw;
    height: auto;
}

header nav#block-headermenu.nav-responsive .nav-container ul#menu-menu-principal-responsive {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 39;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

header nav#block-headermenu.nav-responsive .nav-container ul#menu-menu-principal-responsive.not-visible {
    opacity: 0;
    visibility: hidden;
}

header nav#block-headermenu.nav-responsive .nav-container ul#menu-menu-principal-responsive.not-visible ~ .black-cover {
    opacity: 0;
    visibility: hidden;
}

header nav#block-headermenu.nav-responsive .nav-container ul#menu-menu-principal-responsive ~ .black-cover {
    opacity: 1;
    visibility: visible;
}

header nav#block-headermenu.nav-responsive .nav-container ul#menu-menu-principal {
    display: none !important;
}

header nav#block-headermenu.nav-responsive .nav-container ul.submenu {
    display: block;
    position: static;
    padding-top: 0;
}

header nav#block-headermenu.nav-responsive .nav-container ul.submenu a {
    padding: 10px 0;
    font-weight: lighter;
}

header nav#block-headermenu.nav-responsive .nav-container ul.visible {
    display: block;
}

header nav#block-headermenu.nav-responsive .nav-container ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
    text-align: center;
}

header nav#block-headermenu.nav-responsive .nav-container ul li:first-child {
    border-top: rgba(255, 255, 255, 0.2) 1px solid;
}

header nav#block-headermenu.nav-responsive .nav-container ul li a {
    width: 100%;
    padding: 20px 0;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #522E91;
    display: inline-block;
}

header nav#block-headermenu.nav-responsive .nav-container ul li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #522E91;
    text-decoration: none;
}

header nav#block-headermenu.nav-responsive .nav-container ul li a:first-child {
    padding-bottom: 10px;
}

header nav#block-headermenu.nav-responsive .nav-container ul li:last-child a:before {
    position: relative;
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
}

header nav#block-headermenu.nav-responsive .nav-container ul li.menu-icon a {
    background-position: center;
}

header nav#block-headermenu.nav-responsive #nav:checked ~ label strong {
    color: rgba(255, 255, 255, 0.25);
}

header nav#block-headermenu.nav-responsive #nav:checked ~ label b {
    transition-delay: 100ms;
}

header nav#block-headermenu.nav-responsive #nav:checked ~ label b i:nth-child(1) {
    transform: rotate(45deg) translate(4px, 10px);
}

header nav#block-headermenu.nav-responsive #nav:checked ~ label b i:nth-child(2) {
    opacity: 0;
}

header nav#block-headermenu.nav-responsive #nav:checked ~ label b i:nth-child(3) {
    transform: rotate(-45deg) translate(10px, -14px);
}

header nav#block-headermenu.nav-responsive #nav:checked ~ ul {
    opacity: 1;
}

.user-connected-padding {
    top: 79px !important;
}

.black-cover {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#block-headerpageautrequehome ul {
    padding: inherit;
    list-style-type: inherit;
}

footer {
    color: #522E91;
    background-color: #fff;
    border-top: 1px solid rgba(82, 46, 145, 0.15);
}

footer a {
    opacity: 1;
    color: #522E91;
}

footer a:hover {
    opacity: 0.8;
}

footer .footer-top {
    letter-spacing: 0.25px;
    position: relative;
}

footer .footer-top .footer-bck-forme-left {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

footer .footer-top .footer-bck-forme-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

footer .footer-top .container .row > div {
    z-index: 10;
}

footer .footer-top:before, footer .footer-top:after {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
}

footer .footer-top:after {
    background-image: url(../img-inte/footer-forme-right.png);
    width: 821px;
    height: 443px;
    right: 0;
    bottom: 0;
}

footer .footer-top .container {
    z-index: 2;
}

footer .footer-top .title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

footer .footer-top .footer-top--left {
    padding: 70px 0 10px;
    background-color: transparent;
    position: relative;
    height: 100%;
}

footer .footer-top .footer-top--left > * {
    position: relative;
    z-index: 1;
}

footer .footer-top .footer-top--left:before, footer .footer-top .footer-top--left:after {
    content: '';
    position: absolute;
    background-color: transparent;
    height: 100%;
    top: 0;
}

footer .footer-top .footer-top--left:before {
    width: 1000px;
    left: -1000px;
}

footer .footer-top .footer-top--left ul {
    margin-bottom: 0;
}

footer .footer-top .footer-top--left ul li {
    padding-left: 25px;
    position: relative;
}

footer .footer-top .footer-top--left ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #FF3C71;
    border-radius: 50%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

footer .footer-top .footer-top--left ul li a {
    text-transform: uppercase;
    cursor: pointer;
    color: #FF3C71;
    line-height: 44px;
    font-weight: 700;
}

footer .footer-top .footer-top--left ul li a:hover {
    cursor: pointer;
    color: #FF3C71;
    line-height: 44px;
    font-weight: 700;
}

footer .footer-top .footer-top--right {
    padding: 70px 10px 10px;
    z-index: 2;
    position: relative;
}

footer .footer-top .footer-top--right ul {
    margin-bottom: 40px;
}

footer .footer-top .footer-top--right ul li a {
    line-height: 28px;
}

footer .footer-top .footer-top--right .paragraph--type--reseaux-sociaux:last-child {
    border: 1px solid rgba(82, 46, 145, 0.15);
    display: block;
    width: 100%;
    margin-top: 80px;
    text-align: center;
}

footer .footer-top .footer-top--right .paragraph--type--reseaux-sociaux:last-child a {
    padding: 20px 22px;
    display: block;
}

footer .footer-bottom {
    position: relative;
    min-height: 62px;
    line-height: 62px;
    background-color: #fff;
    border-top: 1px solid rgba(82, 46, 145, 0.15);
    color: rgba(82, 46, 145, 0.5);
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.25px;
}

footer .footer-bottom a {
    color: rgba(82, 46, 145, 0.5);
}

footer .signature {
    line-height: 0;
    position: absolute;
    right: 15px;
    top: 26px;
    z-index: 2;
}

footer .signature .cmantika {
    line-height: 0;
    float: right;
    color: transparent;
    background-color: transparent;
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
    display: inline-block;
    height: 17px;
    width: 17px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-top: 2px;
    overflow: hidden;
}

footer .signature .cmantika-text {
    line-height: 15px;
    padding-right: 5px;
    float: right;
    background-color: transparent;
    background-position-x: right;
    background-position-y: center;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
    display: inline-block;
    height: 17px;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-top: 2px;
}

footer .signature .cmantika-text:hover {
    background-position: left center;
}

.eu-cookie-compliance-banner {
    -webkit-box-shadow: 0px 0px 10px -2px #adadad;
    -moz-box-shadow: 0px 0px 10px -2px #adadad;
    box-shadow: 0px 0px 10px -2px #adadad;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message {
    margin-top: 1em;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message p {
    font-size: 14px;
    line-height: 27px;
    font-weight: normal;
    font-family: "Lato", sans-serif;
    margin-right: 10px;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message button {
    font-size: 14px;
    line-height: 27px;
    font-weight: normal;
    font-family: "Lato", sans-serif;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content button {
    opacity: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content button.decline-button {
    color: #FF3C71;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content button.agree-button {
    color: #522E91;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content button:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0.8;
}

.listing .listing--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.listing .listing--header h2 span {
    color: #FF3C71;
}

.listing a {
    display: flex;
    background-color: #fff;
    margin-bottom: 30px;
}

.listing a.alerte {
    background-color: transparent;
}

.listing a .img {
    min-width: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.listing a .offre-liste-content {
    width: 100%;
    padding: 30px;
    padding-bottom: 15px;
    padding-right: 5px;
}

.listing a .offre-liste-content h3 {
    min-height: 70px;
    color: #522E91;
    padding-right: 30px;
}

.listing a .offre-liste-content > div {
    display: flex;
    justify-content: space-between;
    color: #ACACAC;
    flex-direction: column;
}

.listing a .offre-liste-content > div div {
    display: inline-block;
}

.listing a .offre-liste-content > div div:last-child {
    text-align: right;
    margin-top: 15px;
    padding-right: 30px;
}

.listing a.candidature .offre-liste-content > div {
    flex-direction: column;
}

.listing a.candidature .offre-liste-content > div div {
    display: inline-block;
}

.listing a.candidature .offre-liste-content > div div:last-child {
    float: unset;
    margin-top: 5px;
    text-align: right;
    width: 100%;
}

.listing .pagination {
    text-align: center;
    margin: 0;
    margin-top: 80px;
}

.listing .pagination a, .listing .pagination span {
    display: block;
    width: 52px;
    height: 52px;
    line-height: 48px;
    text-align: center;
    color: #522E91;
    margin-right: 10px;
}

.listing .pagination a:not(.no-round), .listing .pagination span:not(.no-round) {
    border: 1px solid #DEDEDE;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.listing .pagination a.current:not(.no-round), .listing .pagination a:hover:not(.no-round), .listing .pagination span.current:not(.no-round), .listing .pagination span:hover:not(.no-round) {
    color: #ffffff;
    border: 1px solid #DEDEDE;
    background: #FF3C71;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.listing .pagination a.no-round, .listing .pagination span.no-round {
    cursor: default;
    background-color: transparent;
}

.listing .view-empty {
    text-align: center;
}

.listing .view-empty .field--name-field-titre {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.listing .view-empty .field--name-field-texte {
    font-size: 14px;
    line-height: 1.5;
}

#block-sectionlistedesarticles .listing a .img {
    min-width: 450px;
}

.region-sidebar .title {
    font-weight: 300;
    font-size: 20px;
    line-height: 44px;
    border-bottom: 1px solid #CBCBCB;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    cursor: pointer;
}

.region-sidebar .title:first-child {
    margin-top: 0;
}

.region-sidebar .title:after {
    content: '';
    display: inline-block;
    background-image: url(../img-inte/picto-arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.region-sidebar .title.fleche_a_l_envers:after {
    transform: rotate(180deg);
}

.region-sidebar .checkbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.region-sidebar .checkbox .number {
    color: #FF3C71;
    margin: auto;
    margin-left: 3px;
}

.region-sidebar .region-sidebar--filter {
    border: 1px solid #522E91;
    padding: 15px;
    display: block;
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.region-sidebar .region-sidebar--filter.filter-facette {
    text-align: left;
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.region-sidebar .region-sidebar--filter.filter-facette span {
    color: #522E91;
}

.region-sidebar .region-sidebar--filter.filter-facette:after {
    content: '';
    position: absolute;
    background-image: url(../img/picto-cross.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.region-sidebar .region-sidebar--filter.filter-facette:hover {
    opacity: 0.6;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.region-sidebar .reset-filter, .region-sidebar .validate-filter {
    color: #FF3C71;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    line-height: 17px;
    margin: 25px 0;
}

.region-sidebar .reset-filter:before, .region-sidebar .validate-filter:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.region-sidebar .reset-filter:before {
    background-image: url(../img-inte/picto-reset.png);
    width: 24px;
    height: 24px;
}

.region-sidebar .validate-filter:before {
    background-image: url(../img-inte/picto-validate.png);
    width: 17px;
    height: 13px;
}

.region-sidebar input[type='text'] {
    background-color: #fff;
    color: #522E91;
    height: 52px;
    padding-left: 15px;
    border: 1px solid #522E91;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.region-sidebar input[type='text']::placeholder {
    color: #522E91;
}

.region-sidebar ul li::before {
    content: none;
}

.offre-detail .listing {
    margin-top: 20px;
}

.offre-detail .infos-offre {
    color: #ACACAC;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    justify-content: space-around;
}

.offre-detail .infos-offre .barre-horizontale-detail {
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    min-height: 70px;
}

.offre-detail .infos-offre .titre_share {
    padding: 0 4px;
    margin-bottom: 8px;
}

.offre-detail .infos-offre a img {
    margin-right: 12px;
}

.offre-detail .job-offer .infos-offre {
    justify-content: left;
    margin-bottom: 80px;
}

.offre-detail .job-offer .infos-offre > * {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding-right: 20px;
    margin-right: 20px;
}

.offre-detail .job-offer .infos-offre > *:last-child {
    border: none;
}

.offre-detail .infos-agence {
    display: flex;
    border: 1px solid #522E91;
    border-radius: 1px;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    padding-right: 20px;
    margin: 30px 0 10px;
}
.offre-detail .infos-agence .adresse{
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.offre-detail .infos-agence p{
    margin-bottom: 0;
}

.offre-detail .infos-agence .name {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 80px;
    height: 100%;
    padding-left: 40px;
    display: block;
    min-height: 80px;
    align-items: center;
    width: 42%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.offre-detail .infos-agence .name:after {
    position: absolute;
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 80px solid #fff;
    border-left: 40px solid transparent;
    right: 0;
}

.offre-detail .article .infos-agence, .offre-detail .offre-de-service .infos-agence {
    min-height: 150px;
    border: none;
    position: relative;
}

.offre-detail .article .infos-agence .name, .offre-detail .offre-de-service .infos-agence .name {
    width: 100%;
    position: absolute;
}

.offre-detail .article .infos-agence .name:after, .offre-detail .offre-de-service .infos-agence .name:after {
    border-top: 200px solid #fff;
    border-left: 150px solid transparent;
}

.offre-detail .offre-de-service .name {
    background-position: center top -50px;
    min-height: 200px;
}

.offre-detail .content {
    margin: 75px 0;
    line-height: 22px;
}

.offre-detail h1 {
    padding-bottom: 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CECECE;
}

.offre-detail h1.titre-offre {
    text-transform: uppercase;
}

.offre-detail .button.fill {
    margin: auto;
    margin-bottom: 40px;
}

.facets-widget-checkbox input[type=checkbox]:not(#nav) + label:before {
    right: 0;
    left: unset;
}

.facets-widget-checkbox input[type=checkbox] + label {
    padding-left: 0;
}

.facets-widget-checkbox ul li {
    padding-left: 0;
}

.facets-widget-checkbox ul li > li, .facets-widget-checkbox ul li > * li {
    padding-left: 12px;
}

.js-facet-block-id-secteurdactivite_2 ul li > label {
    display: none !important;
}

.js-facet-block-id-secteurdactivite_2 ul li > li, .js-facet-block-id-secteurdactivite_2 ul li > * li {
    padding-left: 0;
}

.js-facet-block-id-secteurdactivite_2 ul li > li label, .js-facet-block-id-secteurdactivite_2 ul li > * li label {
    display: block !important;
}

.global-content ul li.facet-summary-item--facet {
    padding-left: 0;
}

.block-facets-ajax .facets-widget-checkbox {
    max-height: 1000px;
    overflow: hidden;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.block-facets-ajax .facets-widget-checkbox.hidden-slide-haut {
    max-height: 0px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.Formulaire-exposed-liste-offre {
    background-color: transparent;
}

.Formulaire-exposed-liste-offre .form-item {
    display: inline-block;
    margin: 0;
}

.Formulaire-exposed-liste-offre .form-item.form-item-field-jo-activity-sector, .Formulaire-exposed-liste-offre .form-item.form-item-search-api-fulltext {
    width: 100%;
}

.Formulaire-exposed-liste-offre .form-item.form-item-custom-proximity-filter {
    width: 70%;
    margin-right: 1%;
    display: inline-block;
}

.Formulaire-exposed-liste-offre .form-item.form-item-submit {
    width: 27%;
    margin: 0;
    display: inline-block;
    position: relative;
    height: 100%;
}

.Formulaire-exposed-liste-offre .form-item.form-item-submit button[type=submit] {
    margin-top: 5px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: -10px;
    transform: translateY(-50%);
}

.Formulaire-exposed-liste-offre .form-item select {
    width: 100%;
    background-color: #fff;
}

.Formulaire-exposed-liste-offre .form-item input[type=text] {
    margin-top: 5px;
    width: 100%;
    margin-bottom: 0;
    border: none;
}

.Formulaire-exposed-liste-offre label {
    display: none;
}

.Formulaire-exposed-liste-offre button {
    background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-left: 5px;
}

input[type=checkbox] + label {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]:not(#nav) + label:before {
    content: "\2714";
    border: 1px solid #522E91;
    width: 16px;
    height: 16px;
    color: transparent;
    transition: .2s;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    left: 0;
    top: 2px;
    position: absolute;
}

input[type=checkbox]:checked + label {
    font-weight: 800;
}

input[type=checkbox] + label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked:not(#nav) + label:before {
    background-color: #522E91;
    border-color: #522E91;
    color: #fff;
}

input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #522E91;
    border-color: #522E91;
}

input:focus {
    outline: 0;
    boder: none;
}

form .messages.messages--info {
    padding: 1rem;
    border: none;
    opacity: 0.5;
    text-align: right;
}

#expert_manager_html .form-search {
    background-color: #fff;
    padding: 6px 10px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: row;
}

#expert_manager_html .form-search .form-search-title h3 {
    color: #522E91;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
}

#expert_manager_html .form-search .form-item {
    margin: 0;
}

#expert_manager_html .form-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/picto-fleche-select.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

#expert_manager_html .form-search input, #expert_manager_html .form-search select {
    background-color: #F5F5EF;
    color: #522E91;
    border: none;
    height: 52px;
    padding-left: 22px;
    line-height: 52px;
    position: relative;
    border-radius: 0;
    padding-left: 20px;
}

#expert_manager_html .form-search input:focus, #expert_manager_html .form-search select:focus {
    outline: 0;
}

#expert_manager_html .form-search input::placeholder, #expert_manager_html .form-search select::placeholder {
    color: #522E91;
}

#expert_manager_html .form-search input::-ms-expand, #expert_manager_html .form-search select::-ms-expand {
    display: none;
}

#expert_manager_html .form-search input::after, #expert_manager_html .form-search select::after {
    content: "";
    height: 10px;
    width: 10px;
    background-color: red;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

#expert_manager_html .form-search label {
    opacity: 0.4;
    color: #fff;
    font-style: italic;
    font-size: 12px;
    line-height: 15px;
}

#expert_manager_html .form-search button.search {
    background-color: #fff;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    width: 52px;
    height: 52px;
    cursor: pointer;
}

#expert_manager_html .form-search button.search:focus {
    outline: 0;
}

#expert_manager_html .form-search > div {
    width: 100%;
    margin: 0 5px;
}

#expert_manager_html .form-search > div.form-search-title {
    width: 60%;
}

#expert_manager_html .form-search > div div, #expert_manager_html .form-search > div input, #expert_manager_html .form-search > div select {
    width: 100%;
}

#expert_manager_html .form-search > div:last-child {
    width: auto;
}

#expert_manager_html .form-search #edit-custom-proximity-filter {
    margin-top: 0;
}

.Formulaire-exposed-liste-offre select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/picto-fleche-select.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.Formulaire-exposed-liste-offre input, .Formulaire-exposed-liste-offre select {
    background-color: #F5F5EF;
    color: #522E91;
    border: none;
    height: 52px;
    padding-left: 22px;
    line-height: 52px;
    position: relative;
}

.Formulaire-exposed-liste-offre input:focus, .Formulaire-exposed-liste-offre select:focus {
    outline: 0;
}

.Formulaire-exposed-liste-offre input::placeholder, .Formulaire-exposed-liste-offre select::placeholder {
    color: #522E91;
}

.Formulaire-exposed-liste-offre input::-ms-expand, .Formulaire-exposed-liste-offre select::-ms-expand {
    display: none;
}

.Formulaire-exposed-liste-offre input::after, .Formulaire-exposed-liste-offre select::after {
    content: "";
    height: 10px;
    width: 10px;
    background-color: red;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.Formulaire-exposed-liste-offre label {
    opacity: 0.4;
    color: #fff;
    font-style: italic;
    font-size: 12px;
    line-height: 15px;
}

.Formulaire-exposed-liste-offre button.search {
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    width: 52px;
    height: 52px;
    cursor: pointer;
}

.Formulaire-exposed-liste-offre button.search:focus {
    outline: 0;
}

.container-formulaire-rejoindre, .container-formulaire-deposer-offre, .container-formulaire-candidature-spontanee, .container-formulaire-confirm, .container-formulaire-postuler, .container-formulaire-alerte {
    margin: 50px 0 40px;
    padding: 0 15%;
}

.container-formulaire-rejoindre .row, .container-formulaire-deposer-offre .row, .container-formulaire-candidature-spontanee .row, .container-formulaire-confirm .row, .container-formulaire-postuler .row, .container-formulaire-alerte .row {
    margin: 10px 0;
}

.container-formulaire-rejoindre .titre, .container-formulaire-deposer-offre .titre, .container-formulaire-candidature-spontanee .titre, .container-formulaire-confirm .titre, .container-formulaire-postuler .titre, .container-formulaire-alerte .titre {
    text-align: center;
    line-height: 44px;
    text-transform: uppercase;
}

.container-formulaire-rejoindre .texte p, .container-formulaire-deposer-offre .texte p, .container-formulaire-candidature-spontanee .texte p, .container-formulaire-confirm .texte p, .container-formulaire-postuler .texte p, .container-formulaire-alerte .texte p {
    padding: 30px 0 10px;
}

.container-formulaire-rejoindre .form-rejoindre, .container-formulaire-rejoindre .form-deposer-une-offre, .container-formulaire-rejoindre .form-candidature-spontanee, .container-formulaire-rejoindre .form-postuler, .container-formulaire-rejoindre #alert-form, .container-formulaire-deposer-offre .form-rejoindre, .container-formulaire-deposer-offre .form-deposer-une-offre, .container-formulaire-deposer-offre .form-candidature-spontanee, .container-formulaire-deposer-offre .form-postuler, .container-formulaire-deposer-offre #alert-form, .container-formulaire-candidature-spontanee .form-rejoindre, .container-formulaire-candidature-spontanee .form-deposer-une-offre, .container-formulaire-candidature-spontanee .form-candidature-spontanee, .container-formulaire-candidature-spontanee .form-postuler, .container-formulaire-candidature-spontanee #alert-form, .container-formulaire-confirm .form-rejoindre, .container-formulaire-confirm .form-deposer-une-offre, .container-formulaire-confirm .form-candidature-spontanee, .container-formulaire-confirm .form-postuler, .container-formulaire-confirm #alert-form, .container-formulaire-postuler .form-rejoindre, .container-formulaire-postuler .form-deposer-une-offre, .container-formulaire-postuler .form-candidature-spontanee, .container-formulaire-postuler .form-postuler, .container-formulaire-postuler #alert-form, .container-formulaire-alerte .form-rejoindre, .container-formulaire-alerte .form-deposer-une-offre, .container-formulaire-alerte .form-candidature-spontanee, .container-formulaire-alerte .form-postuler, .container-formulaire-alerte #alert-form {
    background-color: #fff;
    width: 100%;
    align-items: center;
}

.container-formulaire-rejoindre .form-rejoindre label, .container-formulaire-rejoindre .form-deposer-une-offre label, .container-formulaire-rejoindre .form-candidature-spontanee label, .container-formulaire-rejoindre .form-postuler label, .container-formulaire-rejoindre #alert-form label, .container-formulaire-deposer-offre .form-rejoindre label, .container-formulaire-deposer-offre .form-deposer-une-offre label, .container-formulaire-deposer-offre .form-candidature-spontanee label, .container-formulaire-deposer-offre .form-postuler label, .container-formulaire-deposer-offre #alert-form label, .container-formulaire-candidature-spontanee .form-rejoindre label, .container-formulaire-candidature-spontanee .form-deposer-une-offre label, .container-formulaire-candidature-spontanee .form-candidature-spontanee label, .container-formulaire-candidature-spontanee .form-postuler label, .container-formulaire-candidature-spontanee #alert-form label, .container-formulaire-confirm .form-rejoindre label, .container-formulaire-confirm .form-deposer-une-offre label, .container-formulaire-confirm .form-candidature-spontanee label, .container-formulaire-confirm .form-postuler label, .container-formulaire-confirm #alert-form label, .container-formulaire-postuler .form-rejoindre label, .container-formulaire-postuler .form-deposer-une-offre label, .container-formulaire-postuler .form-candidature-spontanee label, .container-formulaire-postuler .form-postuler label, .container-formulaire-postuler #alert-form label, .container-formulaire-alerte .form-rejoindre label, .container-formulaire-alerte .form-deposer-une-offre label, .container-formulaire-alerte .form-candidature-spontanee label, .container-formulaire-alerte .form-postuler label, .container-formulaire-alerte #alert-form label {
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #522E91;
    font-weight: bold;
}

.container-formulaire-rejoindre .form-rejoindre div#edit-cv, .container-formulaire-rejoindre .form-deposer-une-offre div#edit-cv, .container-formulaire-rejoindre .form-candidature-spontanee div#edit-cv, .container-formulaire-rejoindre .form-postuler div#edit-cv, .container-formulaire-rejoindre #alert-form div#edit-cv, .container-formulaire-deposer-offre .form-rejoindre div#edit-cv, .container-formulaire-deposer-offre .form-deposer-une-offre div#edit-cv, .container-formulaire-deposer-offre .form-candidature-spontanee div#edit-cv, .container-formulaire-deposer-offre .form-postuler div#edit-cv, .container-formulaire-deposer-offre #alert-form div#edit-cv, .container-formulaire-candidature-spontanee .form-rejoindre div#edit-cv, .container-formulaire-candidature-spontanee .form-deposer-une-offre div#edit-cv, .container-formulaire-candidature-spontanee .form-candidature-spontanee div#edit-cv, .container-formulaire-candidature-spontanee .form-postuler div#edit-cv, .container-formulaire-candidature-spontanee #alert-form div#edit-cv, .container-formulaire-confirm .form-rejoindre div#edit-cv, .container-formulaire-confirm .form-deposer-une-offre div#edit-cv, .container-formulaire-confirm .form-candidature-spontanee div#edit-cv, .container-formulaire-confirm .form-postuler div#edit-cv, .container-formulaire-confirm #alert-form div#edit-cv, .container-formulaire-postuler .form-rejoindre div#edit-cv, .container-formulaire-postuler .form-deposer-une-offre div#edit-cv, .container-formulaire-postuler .form-candidature-spontanee div#edit-cv, .container-formulaire-postuler .form-postuler div#edit-cv, .container-formulaire-postuler #alert-form div#edit-cv, .container-formulaire-alerte .form-rejoindre div#edit-cv, .container-formulaire-alerte .form-deposer-une-offre div#edit-cv, .container-formulaire-alerte .form-candidature-spontanee div#edit-cv, .container-formulaire-alerte .form-postuler div#edit-cv, .container-formulaire-alerte #alert-form div#edit-cv {
    width: 100%;
}

.container-formulaire-rejoindre .form-rejoindre div.description, .container-formulaire-rejoindre .form-deposer-une-offre div.description, .container-formulaire-rejoindre .form-candidature-spontanee div.description, .container-formulaire-rejoindre .form-postuler div.description, .container-formulaire-rejoindre #alert-form div.description, .container-formulaire-deposer-offre .form-rejoindre div.description, .container-formulaire-deposer-offre .form-deposer-une-offre div.description, .container-formulaire-deposer-offre .form-candidature-spontanee div.description, .container-formulaire-deposer-offre .form-postuler div.description, .container-formulaire-deposer-offre #alert-form div.description, .container-formulaire-candidature-spontanee .form-rejoindre div.description, .container-formulaire-candidature-spontanee .form-deposer-une-offre div.description, .container-formulaire-candidature-spontanee .form-candidature-spontanee div.description, .container-formulaire-candidature-spontanee .form-postuler div.description, .container-formulaire-candidature-spontanee #alert-form div.description, .container-formulaire-confirm .form-rejoindre div.description, .container-formulaire-confirm .form-deposer-une-offre div.description, .container-formulaire-confirm .form-candidature-spontanee div.description, .container-formulaire-confirm .form-postuler div.description, .container-formulaire-confirm #alert-form div.description, .container-formulaire-postuler .form-rejoindre div.description, .container-formulaire-postuler .form-deposer-une-offre div.description, .container-formulaire-postuler .form-candidature-spontanee div.description, .container-formulaire-postuler .form-postuler div.description, .container-formulaire-postuler #alert-form div.description, .container-formulaire-alerte .form-rejoindre div.description, .container-formulaire-alerte .form-deposer-une-offre div.description, .container-formulaire-alerte .form-candidature-spontanee div.description, .container-formulaire-alerte .form-postuler div.description, .container-formulaire-alerte #alert-form div.description {
    width: 100%;
    padding-left: 2px;
    padding-top: 1px;
    margin-bottom: 20px;
}

.container-formulaire-rejoindre .form-rejoindre div.form-textarea-wrapper, .container-formulaire-rejoindre .form-deposer-une-offre div.form-textarea-wrapper, .container-formulaire-rejoindre .form-candidature-spontanee div.form-textarea-wrapper, .container-formulaire-rejoindre .form-postuler div.form-textarea-wrapper, .container-formulaire-rejoindre #alert-form div.form-textarea-wrapper, .container-formulaire-deposer-offre .form-rejoindre div.form-textarea-wrapper, .container-formulaire-deposer-offre .form-deposer-une-offre div.form-textarea-wrapper, .container-formulaire-deposer-offre .form-candidature-spontanee div.form-textarea-wrapper, .container-formulaire-deposer-offre .form-postuler div.form-textarea-wrapper, .container-formulaire-deposer-offre #alert-form div.form-textarea-wrapper, .container-formulaire-candidature-spontanee .form-rejoindre div.form-textarea-wrapper, .container-formulaire-candidature-spontanee .form-deposer-une-offre div.form-textarea-wrapper, .container-formulaire-candidature-spontanee .form-candidature-spontanee div.form-textarea-wrapper, .container-formulaire-candidature-spontanee .form-postuler div.form-textarea-wrapper, .container-formulaire-candidature-spontanee #alert-form div.form-textarea-wrapper, .container-formulaire-confirm .form-rejoindre div.form-textarea-wrapper, .container-formulaire-confirm .form-deposer-une-offre div.form-textarea-wrapper, .container-formulaire-confirm .form-candidature-spontanee div.form-textarea-wrapper, .container-formulaire-confirm .form-postuler div.form-textarea-wrapper, .container-formulaire-confirm #alert-form div.form-textarea-wrapper, .container-formulaire-postuler .form-rejoindre div.form-textarea-wrapper, .container-formulaire-postuler .form-deposer-une-offre div.form-textarea-wrapper, .container-formulaire-postuler .form-candidature-spontanee div.form-textarea-wrapper, .container-formulaire-postuler .form-postuler div.form-textarea-wrapper, .container-formulaire-postuler #alert-form div.form-textarea-wrapper, .container-formulaire-alerte .form-rejoindre div.form-textarea-wrapper, .container-formulaire-alerte .form-deposer-une-offre div.form-textarea-wrapper, .container-formulaire-alerte .form-candidature-spontanee div.form-textarea-wrapper, .container-formulaire-alerte .form-postuler div.form-textarea-wrapper, .container-formulaire-alerte #alert-form div.form-textarea-wrapper {
    width: 100%;
}

.container-formulaire-rejoindre .form-rejoindre select, .container-formulaire-rejoindre .form-deposer-une-offre select, .container-formulaire-rejoindre .form-candidature-spontanee select, .container-formulaire-rejoindre .form-postuler select, .container-formulaire-rejoindre #alert-form select, .container-formulaire-deposer-offre .form-rejoindre select, .container-formulaire-deposer-offre .form-deposer-une-offre select, .container-formulaire-deposer-offre .form-candidature-spontanee select, .container-formulaire-deposer-offre .form-postuler select, .container-formulaire-deposer-offre #alert-form select, .container-formulaire-candidature-spontanee .form-rejoindre select, .container-formulaire-candidature-spontanee .form-deposer-une-offre select, .container-formulaire-candidature-spontanee .form-candidature-spontanee select, .container-formulaire-candidature-spontanee .form-postuler select, .container-formulaire-candidature-spontanee #alert-form select, .container-formulaire-confirm .form-rejoindre select, .container-formulaire-confirm .form-deposer-une-offre select, .container-formulaire-confirm .form-candidature-spontanee select, .container-formulaire-confirm .form-postuler select, .container-formulaire-confirm #alert-form select, .container-formulaire-postuler .form-rejoindre select, .container-formulaire-postuler .form-deposer-une-offre select, .container-formulaire-postuler .form-candidature-spontanee select, .container-formulaire-postuler .form-postuler select, .container-formulaire-postuler #alert-form select, .container-formulaire-alerte .form-rejoindre select, .container-formulaire-alerte .form-deposer-une-offre select, .container-formulaire-alerte .form-candidature-spontanee select, .container-formulaire-alerte .form-postuler select, .container-formulaire-alerte #alert-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/picto-fleche-select.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    margin-bottom: 20px;
    background-color: #F5F5EF;
    color: #522E91;
    border: none;
    height: 52px;
    padding-left: 22px;
    line-height: 52px;
    position: relative;
    width: 100%;
}

.container-formulaire-rejoindre .form-rejoindre input, .container-formulaire-rejoindre .form-rejoindre textarea, .container-formulaire-rejoindre .form-deposer-une-offre input, .container-formulaire-rejoindre .form-deposer-une-offre textarea, .container-formulaire-rejoindre .form-candidature-spontanee input, .container-formulaire-rejoindre .form-candidature-spontanee textarea, .container-formulaire-rejoindre .form-postuler input, .container-formulaire-rejoindre .form-postuler textarea, .container-formulaire-rejoindre #alert-form input, .container-formulaire-rejoindre #alert-form textarea, .container-formulaire-deposer-offre .form-rejoindre input, .container-formulaire-deposer-offre .form-rejoindre textarea, .container-formulaire-deposer-offre .form-deposer-une-offre input, .container-formulaire-deposer-offre .form-deposer-une-offre textarea, .container-formulaire-deposer-offre .form-candidature-spontanee input, .container-formulaire-deposer-offre .form-candidature-spontanee textarea, .container-formulaire-deposer-offre .form-postuler input, .container-formulaire-deposer-offre .form-postuler textarea, .container-formulaire-deposer-offre #alert-form input, .container-formulaire-deposer-offre #alert-form textarea, .container-formulaire-candidature-spontanee .form-rejoindre input, .container-formulaire-candidature-spontanee .form-rejoindre textarea, .container-formulaire-candidature-spontanee .form-deposer-une-offre input, .container-formulaire-candidature-spontanee .form-deposer-une-offre textarea, .container-formulaire-candidature-spontanee .form-candidature-spontanee input, .container-formulaire-candidature-spontanee .form-candidature-spontanee textarea, .container-formulaire-candidature-spontanee .form-postuler input, .container-formulaire-candidature-spontanee .form-postuler textarea, .container-formulaire-candidature-spontanee #alert-form input, .container-formulaire-candidature-spontanee #alert-form textarea, .container-formulaire-confirm .form-rejoindre input, .container-formulaire-confirm .form-rejoindre textarea, .container-formulaire-confirm .form-deposer-une-offre input, .container-formulaire-confirm .form-deposer-une-offre textarea, .container-formulaire-confirm .form-candidature-spontanee input, .container-formulaire-confirm .form-candidature-spontanee textarea, .container-formulaire-confirm .form-postuler input, .container-formulaire-confirm .form-postuler textarea, .container-formulaire-confirm #alert-form input, .container-formulaire-confirm #alert-form textarea, .container-formulaire-postuler .form-rejoindre input, .container-formulaire-postuler .form-rejoindre textarea, .container-formulaire-postuler .form-deposer-une-offre input, .container-formulaire-postuler .form-deposer-une-offre textarea, .container-formulaire-postuler .form-candidature-spontanee input, .container-formulaire-postuler .form-candidature-spontanee textarea, .container-formulaire-postuler .form-postuler input, .container-formulaire-postuler .form-postuler textarea, .container-formulaire-postuler #alert-form input, .container-formulaire-postuler #alert-form textarea, .container-formulaire-alerte .form-rejoindre input, .container-formulaire-alerte .form-rejoindre textarea, .container-formulaire-alerte .form-deposer-une-offre input, .container-formulaire-alerte .form-deposer-une-offre textarea, .container-formulaire-alerte .form-candidature-spontanee input, .container-formulaire-alerte .form-candidature-spontanee textarea, .container-formulaire-alerte .form-postuler input, .container-formulaire-alerte .form-postuler textarea, .container-formulaire-alerte #alert-form input, .container-formulaire-alerte #alert-form textarea {
    padding-right: 15px;
    margin-bottom: 20px;
    background-color: #F5F5EF;
    color: #522E91;
    border: none;
    height: 52px;
    padding-left: 22px;
    position: relative;
    width: 100%;
}

.container-formulaire-rejoindre .form-rejoindre input:focus, .container-formulaire-rejoindre .form-rejoindre textarea:focus, .container-formulaire-rejoindre .form-deposer-une-offre input:focus, .container-formulaire-rejoindre .form-deposer-une-offre textarea:focus, .container-formulaire-rejoindre .form-candidature-spontanee input:focus, .container-formulaire-rejoindre .form-candidature-spontanee textarea:focus, .container-formulaire-rejoindre .form-postuler input:focus, .container-formulaire-rejoindre .form-postuler textarea:focus, .container-formulaire-rejoindre #alert-form input:focus, .container-formulaire-rejoindre #alert-form textarea:focus, .container-formulaire-deposer-offre .form-rejoindre input:focus, .container-formulaire-deposer-offre .form-rejoindre textarea:focus, .container-formulaire-deposer-offre .form-deposer-une-offre input:focus, .container-formulaire-deposer-offre .form-deposer-une-offre textarea:focus, .container-formulaire-deposer-offre .form-candidature-spontanee input:focus, .container-formulaire-deposer-offre .form-candidature-spontanee textarea:focus, .container-formulaire-deposer-offre .form-postuler input:focus, .container-formulaire-deposer-offre .form-postuler textarea:focus, .container-formulaire-deposer-offre #alert-form input:focus, .container-formulaire-deposer-offre #alert-form textarea:focus, .container-formulaire-candidature-spontanee .form-rejoindre input:focus, .container-formulaire-candidature-spontanee .form-rejoindre textarea:focus, .container-formulaire-candidature-spontanee .form-deposer-une-offre input:focus, .container-formulaire-candidature-spontanee .form-deposer-une-offre textarea:focus, .container-formulaire-candidature-spontanee .form-candidature-spontanee input:focus, .container-formulaire-candidature-spontanee .form-candidature-spontanee textarea:focus, .container-formulaire-candidature-spontanee .form-postuler input:focus, .container-formulaire-candidature-spontanee .form-postuler textarea:focus, .container-formulaire-candidature-spontanee #alert-form input:focus, .container-formulaire-candidature-spontanee #alert-form textarea:focus, .container-formulaire-confirm .form-rejoindre input:focus, .container-formulaire-confirm .form-rejoindre textarea:focus, .container-formulaire-confirm .form-deposer-une-offre input:focus, .container-formulaire-confirm .form-deposer-une-offre textarea:focus, .container-formulaire-confirm .form-candidature-spontanee input:focus, .container-formulaire-confirm .form-candidature-spontanee textarea:focus, .container-formulaire-confirm .form-postuler input:focus, .container-formulaire-confirm .form-postuler textarea:focus, .container-formulaire-confirm #alert-form input:focus, .container-formulaire-confirm #alert-form textarea:focus, .container-formulaire-postuler .form-rejoindre input:focus, .container-formulaire-postuler .form-rejoindre textarea:focus, .container-formulaire-postuler .form-deposer-une-offre input:focus, .container-formulaire-postuler .form-deposer-une-offre textarea:focus, .container-formulaire-postuler .form-candidature-spontanee input:focus, .container-formulaire-postuler .form-candidature-spontanee textarea:focus, .container-formulaire-postuler .form-postuler input:focus, .container-formulaire-postuler .form-postuler textarea:focus, .container-formulaire-postuler #alert-form input:focus, .container-formulaire-postuler #alert-form textarea:focus, .container-formulaire-alerte .form-rejoindre input:focus, .container-formulaire-alerte .form-rejoindre textarea:focus, .container-formulaire-alerte .form-deposer-une-offre input:focus, .container-formulaire-alerte .form-deposer-une-offre textarea:focus, .container-formulaire-alerte .form-candidature-spontanee input:focus, .container-formulaire-alerte .form-candidature-spontanee textarea:focus, .container-formulaire-alerte .form-postuler input:focus, .container-formulaire-alerte .form-postuler textarea:focus, .container-formulaire-alerte #alert-form input:focus, .container-formulaire-alerte #alert-form textarea:focus {
    outline: 0;
}

.container-formulaire-rejoindre .form-rejoindre input::placeholder, .container-formulaire-rejoindre .form-rejoindre textarea::placeholder, .container-formulaire-rejoindre .form-deposer-une-offre input::placeholder, .container-formulaire-rejoindre .form-deposer-une-offre textarea::placeholder, .container-formulaire-rejoindre .form-candidature-spontanee input::placeholder, .container-formulaire-rejoindre .form-candidature-spontanee textarea::placeholder, .container-formulaire-rejoindre .form-postuler input::placeholder, .container-formulaire-rejoindre .form-postuler textarea::placeholder, .container-formulaire-rejoindre #alert-form input::placeholder, .container-formulaire-rejoindre #alert-form textarea::placeholder, .container-formulaire-deposer-offre .form-rejoindre input::placeholder, .container-formulaire-deposer-offre .form-rejoindre textarea::placeholder, .container-formulaire-deposer-offre .form-deposer-une-offre input::placeholder, .container-formulaire-deposer-offre .form-deposer-une-offre textarea::placeholder, .container-formulaire-deposer-offre .form-candidature-spontanee input::placeholder, .container-formulaire-deposer-offre .form-candidature-spontanee textarea::placeholder, .container-formulaire-deposer-offre .form-postuler input::placeholder, .container-formulaire-deposer-offre .form-postuler textarea::placeholder, .container-formulaire-deposer-offre #alert-form input::placeholder, .container-formulaire-deposer-offre #alert-form textarea::placeholder, .container-formulaire-candidature-spontanee .form-rejoindre input::placeholder, .container-formulaire-candidature-spontanee .form-rejoindre textarea::placeholder, .container-formulaire-candidature-spontanee .form-deposer-une-offre input::placeholder, .container-formulaire-candidature-spontanee .form-deposer-une-offre textarea::placeholder, .container-formulaire-candidature-spontanee .form-candidature-spontanee input::placeholder, .container-formulaire-candidature-spontanee .form-candidature-spontanee textarea::placeholder, .container-formulaire-candidature-spontanee .form-postuler input::placeholder, .container-formulaire-candidature-spontanee .form-postuler textarea::placeholder, .container-formulaire-candidature-spontanee #alert-form input::placeholder, .container-formulaire-candidature-spontanee #alert-form textarea::placeholder, .container-formulaire-confirm .form-rejoindre input::placeholder, .container-formulaire-confirm .form-rejoindre textarea::placeholder, .container-formulaire-confirm .form-deposer-une-offre input::placeholder, .container-formulaire-confirm .form-deposer-une-offre textarea::placeholder, .container-formulaire-confirm .form-candidature-spontanee input::placeholder, .container-formulaire-confirm .form-candidature-spontanee textarea::placeholder, .container-formulaire-confirm .form-postuler input::placeholder, .container-formulaire-confirm .form-postuler textarea::placeholder, .container-formulaire-confirm #alert-form input::placeholder, .container-formulaire-confirm #alert-form textarea::placeholder, .container-formulaire-postuler .form-rejoindre input::placeholder, .container-formulaire-postuler .form-rejoindre textarea::placeholder, .container-formulaire-postuler .form-deposer-une-offre input::placeholder, .container-formulaire-postuler .form-deposer-une-offre textarea::placeholder, .container-formulaire-postuler .form-candidature-spontanee input::placeholder, .container-formulaire-postuler .form-candidature-spontanee textarea::placeholder, .container-formulaire-postuler .form-postuler input::placeholder, .container-formulaire-postuler .form-postuler textarea::placeholder, .container-formulaire-postuler #alert-form input::placeholder, .container-formulaire-postuler #alert-form textarea::placeholder, .container-formulaire-alerte .form-rejoindre input::placeholder, .container-formulaire-alerte .form-rejoindre textarea::placeholder, .container-formulaire-alerte .form-deposer-une-offre input::placeholder, .container-formulaire-alerte .form-deposer-une-offre textarea::placeholder, .container-formulaire-alerte .form-candidature-spontanee input::placeholder, .container-formulaire-alerte .form-candidature-spontanee textarea::placeholder, .container-formulaire-alerte .form-postuler input::placeholder, .container-formulaire-alerte .form-postuler textarea::placeholder, .container-formulaire-alerte #alert-form input::placeholder, .container-formulaire-alerte #alert-form textarea::placeholder {
    color: #522E91;
}

.container-formulaire-rejoindre .form-rejoindre input[type=submit], .container-formulaire-rejoindre .form-rejoindre textarea[type=submit], .container-formulaire-rejoindre .form-deposer-une-offre input[type=submit], .container-formulaire-rejoindre .form-deposer-une-offre textarea[type=submit], .container-formulaire-rejoindre .form-candidature-spontanee input[type=submit], .container-formulaire-rejoindre .form-candidature-spontanee textarea[type=submit], .container-formulaire-rejoindre .form-postuler input[type=submit], .container-formulaire-rejoindre .form-postuler textarea[type=submit], .container-formulaire-rejoindre #alert-form input[type=submit], .container-formulaire-rejoindre #alert-form textarea[type=submit], .container-formulaire-deposer-offre .form-rejoindre input[type=submit], .container-formulaire-deposer-offre .form-rejoindre textarea[type=submit], .container-formulaire-deposer-offre .form-deposer-une-offre input[type=submit], .container-formulaire-deposer-offre .form-deposer-une-offre textarea[type=submit], .container-formulaire-deposer-offre .form-candidature-spontanee input[type=submit], .container-formulaire-deposer-offre .form-candidature-spontanee textarea[type=submit], .container-formulaire-deposer-offre .form-postuler input[type=submit], .container-formulaire-deposer-offre .form-postuler textarea[type=submit], .container-formulaire-deposer-offre #alert-form input[type=submit], .container-formulaire-deposer-offre #alert-form textarea[type=submit], .container-formulaire-candidature-spontanee .form-rejoindre input[type=submit], .container-formulaire-candidature-spontanee .form-rejoindre textarea[type=submit], .container-formulaire-candidature-spontanee .form-deposer-une-offre input[type=submit], .container-formulaire-candidature-spontanee .form-deposer-une-offre textarea[type=submit], .container-formulaire-candidature-spontanee .form-candidature-spontanee input[type=submit], .container-formulaire-candidature-spontanee .form-candidature-spontanee textarea[type=submit], .container-formulaire-candidature-spontanee .form-postuler input[type=submit], .container-formulaire-candidature-spontanee .form-postuler textarea[type=submit], .container-formulaire-candidature-spontanee #alert-form input[type=submit], .container-formulaire-candidature-spontanee #alert-form textarea[type=submit], .container-formulaire-confirm .form-rejoindre input[type=submit], .container-formulaire-confirm .form-rejoindre textarea[type=submit], .container-formulaire-confirm .form-deposer-une-offre input[type=submit], .container-formulaire-confirm .form-deposer-une-offre textarea[type=submit], .container-formulaire-confirm .form-candidature-spontanee input[type=submit], .container-formulaire-confirm .form-candidature-spontanee textarea[type=submit], .container-formulaire-confirm .form-postuler input[type=submit], .container-formulaire-confirm .form-postuler textarea[type=submit], .container-formulaire-confirm #alert-form input[type=submit], .container-formulaire-confirm #alert-form textarea[type=submit], .container-formulaire-postuler .form-rejoindre input[type=submit], .container-formulaire-postuler .form-rejoindre textarea[type=submit], .container-formulaire-postuler .form-deposer-une-offre input[type=submit], .container-formulaire-postuler .form-deposer-une-offre textarea[type=submit], .container-formulaire-postuler .form-candidature-spontanee input[type=submit], .container-formulaire-postuler .form-candidature-spontanee textarea[type=submit], .container-formulaire-postuler .form-postuler input[type=submit], .container-formulaire-postuler .form-postuler textarea[type=submit], .container-formulaire-postuler #alert-form input[type=submit], .container-formulaire-postuler #alert-form textarea[type=submit], .container-formulaire-alerte .form-rejoindre input[type=submit], .container-formulaire-alerte .form-rejoindre textarea[type=submit], .container-formulaire-alerte .form-deposer-une-offre input[type=submit], .container-formulaire-alerte .form-deposer-une-offre textarea[type=submit], .container-formulaire-alerte .form-candidature-spontanee input[type=submit], .container-formulaire-alerte .form-candidature-spontanee textarea[type=submit], .container-formulaire-alerte .form-postuler input[type=submit], .container-formulaire-alerte .form-postuler textarea[type=submit], .container-formulaire-alerte #alert-form input[type=submit], .container-formulaire-alerte #alert-form textarea[type=submit] {
    margin-top: 50px;
    width: auto;
}

.container-formulaire-rejoindre .form-rejoindre input[type=file], .container-formulaire-rejoindre .form-rejoindre textarea[type=file], .container-formulaire-rejoindre .form-deposer-une-offre input[type=file], .container-formulaire-rejoindre .form-deposer-une-offre textarea[type=file], .container-formulaire-rejoindre .form-candidature-spontanee input[type=file], .container-formulaire-rejoindre .form-candidature-spontanee textarea[type=file], .container-formulaire-rejoindre .form-postuler input[type=file], .container-formulaire-rejoindre .form-postuler textarea[type=file], .container-formulaire-rejoindre #alert-form input[type=file], .container-formulaire-rejoindre #alert-form textarea[type=file], .container-formulaire-deposer-offre .form-rejoindre input[type=file], .container-formulaire-deposer-offre .form-rejoindre textarea[type=file], .container-formulaire-deposer-offre .form-deposer-une-offre input[type=file], .container-formulaire-deposer-offre .form-deposer-une-offre textarea[type=file], .container-formulaire-deposer-offre .form-candidature-spontanee input[type=file], .container-formulaire-deposer-offre .form-candidature-spontanee textarea[type=file], .container-formulaire-deposer-offre .form-postuler input[type=file], .container-formulaire-deposer-offre .form-postuler textarea[type=file], .container-formulaire-deposer-offre #alert-form input[type=file], .container-formulaire-deposer-offre #alert-form textarea[type=file], .container-formulaire-candidature-spontanee .form-rejoindre input[type=file], .container-formulaire-candidature-spontanee .form-rejoindre textarea[type=file], .container-formulaire-candidature-spontanee .form-deposer-une-offre input[type=file], .container-formulaire-candidature-spontanee .form-deposer-une-offre textarea[type=file], .container-formulaire-candidature-spontanee .form-candidature-spontanee input[type=file], .container-formulaire-candidature-spontanee .form-candidature-spontanee textarea[type=file], .container-formulaire-candidature-spontanee .form-postuler input[type=file], .container-formulaire-candidature-spontanee .form-postuler textarea[type=file], .container-formulaire-candidature-spontanee #alert-form input[type=file], .container-formulaire-candidature-spontanee #alert-form textarea[type=file], .container-formulaire-confirm .form-rejoindre input[type=file], .container-formulaire-confirm .form-rejoindre textarea[type=file], .container-formulaire-confirm .form-deposer-une-offre input[type=file], .container-formulaire-confirm .form-deposer-une-offre textarea[type=file], .container-formulaire-confirm .form-candidature-spontanee input[type=file], .container-formulaire-confirm .form-candidature-spontanee textarea[type=file], .container-formulaire-confirm .form-postuler input[type=file], .container-formulaire-confirm .form-postuler textarea[type=file], .container-formulaire-confirm #alert-form input[type=file], .container-formulaire-confirm #alert-form textarea[type=file], .container-formulaire-postuler .form-rejoindre input[type=file], .container-formulaire-postuler .form-rejoindre textarea[type=file], .container-formulaire-postuler .form-deposer-une-offre input[type=file], .container-formulaire-postuler .form-deposer-une-offre textarea[type=file], .container-formulaire-postuler .form-candidature-spontanee input[type=file], .container-formulaire-postuler .form-candidature-spontanee textarea[type=file], .container-formulaire-postuler .form-postuler input[type=file], .container-formulaire-postuler .form-postuler textarea[type=file], .container-formulaire-postuler #alert-form input[type=file], .container-formulaire-postuler #alert-form textarea[type=file], .container-formulaire-alerte .form-rejoindre input[type=file], .container-formulaire-alerte .form-rejoindre textarea[type=file], .container-formulaire-alerte .form-deposer-une-offre input[type=file], .container-formulaire-alerte .form-deposer-une-offre textarea[type=file], .container-formulaire-alerte .form-candidature-spontanee input[type=file], .container-formulaire-alerte .form-candidature-spontanee textarea[type=file], .container-formulaire-alerte .form-postuler input[type=file], .container-formulaire-alerte .form-postuler textarea[type=file], .container-formulaire-alerte #alert-form input[type=file], .container-formulaire-alerte #alert-form textarea[type=file] {
    padding-left: 0;
    margin-right: 22px;
    margin-bottom: 0;
}

.container-formulaire-rejoindre .form-rejoindre input#edit-cv-upload-button, .container-formulaire-rejoindre .form-rejoindre textarea#edit-cv-upload-button, .container-formulaire-rejoindre .form-deposer-une-offre input#edit-cv-upload-button, .container-formulaire-rejoindre .form-deposer-une-offre textarea#edit-cv-upload-button, .container-formulaire-rejoindre .form-candidature-spontanee input#edit-cv-upload-button, .container-formulaire-rejoindre .form-candidature-spontanee textarea#edit-cv-upload-button, .container-formulaire-rejoindre .form-postuler input#edit-cv-upload-button, .container-formulaire-rejoindre .form-postuler textarea#edit-cv-upload-button, .container-formulaire-rejoindre #alert-form input#edit-cv-upload-button, .container-formulaire-rejoindre #alert-form textarea#edit-cv-upload-button, .container-formulaire-deposer-offre .form-rejoindre input#edit-cv-upload-button, .container-formulaire-deposer-offre .form-rejoindre textarea#edit-cv-upload-button, .container-formulaire-deposer-offre .form-deposer-une-offre input#edit-cv-upload-button, .container-formulaire-deposer-offre .form-deposer-une-offre textarea#edit-cv-upload-button, .container-formulaire-deposer-offre .form-candidature-spontanee input#edit-cv-upload-button, .container-formulaire-deposer-offre .form-candidature-spontanee textarea#edit-cv-upload-button, .container-formulaire-deposer-offre .form-postuler input#edit-cv-upload-button, .container-formulaire-deposer-offre .form-postuler textarea#edit-cv-upload-button, .container-formulaire-deposer-offre #alert-form input#edit-cv-upload-button, .container-formulaire-deposer-offre #alert-form textarea#edit-cv-upload-button, .container-formulaire-candidature-spontanee .form-rejoindre input#edit-cv-upload-button, .container-formulaire-candidature-spontanee .form-rejoindre textarea#edit-cv-upload-button, .container-formulaire-candidature-spontanee .form-deposer-une-offre input#edit-cv-upload-button, .container-formulaire-candidature-spontanee .form-deposer-une-offre textarea#edit-cv-upload-button, .container-formulaire-candidature-spontanee .form-candidature-spontanee input#edit-cv-upload-button, .container-formulaire-candidature-spontanee .form-candidature-spontanee textarea#edit-cv-upload-button, .container-formulaire-candidature-spontanee .form-postuler input#edit-cv-upload-button, .container-formulaire-candidature-spontanee .form-postuler textarea#edit-cv-upload-button, .container-formulaire-candidature-spontanee #alert-form input#edit-cv-upload-button, .container-formulaire-candidature-spontanee #alert-form textarea#edit-cv-upload-button, .container-formulaire-confirm .form-rejoindre input#edit-cv-upload-button, .container-formulaire-confirm .form-rejoindre textarea#edit-cv-upload-button, .container-formulaire-confirm .form-deposer-une-offre input#edit-cv-upload-button, .container-formulaire-confirm .form-deposer-une-offre textarea#edit-cv-upload-button, .container-formulaire-confirm .form-candidature-spontanee input#edit-cv-upload-button, .container-formulaire-confirm .form-candidature-spontanee textarea#edit-cv-upload-button, .container-formulaire-confirm .form-postuler input#edit-cv-upload-button, .container-formulaire-confirm .form-postuler textarea#edit-cv-upload-button, .container-formulaire-confirm #alert-form input#edit-cv-upload-button, .container-formulaire-confirm #alert-form textarea#edit-cv-upload-button, .container-formulaire-postuler .form-rejoindre input#edit-cv-upload-button, .container-formulaire-postuler .form-rejoindre textarea#edit-cv-upload-button, .container-formulaire-postuler .form-deposer-une-offre input#edit-cv-upload-button, .container-formulaire-postuler .form-deposer-une-offre textarea#edit-cv-upload-button, .container-formulaire-postuler .form-candidature-spontanee input#edit-cv-upload-button, .container-formulaire-postuler .form-candidature-spontanee textarea#edit-cv-upload-button, .container-formulaire-postuler .form-postuler input#edit-cv-upload-button, .container-formulaire-postuler .form-postuler textarea#edit-cv-upload-button, .container-formulaire-postuler #alert-form input#edit-cv-upload-button, .container-formulaire-postuler #alert-form textarea#edit-cv-upload-button, .container-formulaire-alerte .form-rejoindre input#edit-cv-upload-button, .container-formulaire-alerte .form-rejoindre textarea#edit-cv-upload-button, .container-formulaire-alerte .form-deposer-une-offre input#edit-cv-upload-button, .container-formulaire-alerte .form-deposer-une-offre textarea#edit-cv-upload-button, .container-formulaire-alerte .form-candidature-spontanee input#edit-cv-upload-button, .container-formulaire-alerte .form-candidature-spontanee textarea#edit-cv-upload-button, .container-formulaire-alerte .form-postuler input#edit-cv-upload-button, .container-formulaire-alerte .form-postuler textarea#edit-cv-upload-button, .container-formulaire-alerte #alert-form input#edit-cv-upload-button, .container-formulaire-alerte #alert-form textarea#edit-cv-upload-button {
    display: none;
    visibility: hidden;
}

.container-formulaire-rejoindre .form-rejoindre textarea, .container-formulaire-rejoindre .form-deposer-une-offre textarea, .container-formulaire-rejoindre .form-candidature-spontanee textarea, .container-formulaire-rejoindre .form-postuler textarea, .container-formulaire-rejoindre #alert-form textarea, .container-formulaire-deposer-offre .form-rejoindre textarea, .container-formulaire-deposer-offre .form-deposer-une-offre textarea, .container-formulaire-deposer-offre .form-candidature-spontanee textarea, .container-formulaire-deposer-offre .form-postuler textarea, .container-formulaire-deposer-offre #alert-form textarea, .container-formulaire-candidature-spontanee .form-rejoindre textarea, .container-formulaire-candidature-spontanee .form-deposer-une-offre textarea, .container-formulaire-candidature-spontanee .form-candidature-spontanee textarea, .container-formulaire-candidature-spontanee .form-postuler textarea, .container-formulaire-candidature-spontanee #alert-form textarea, .container-formulaire-confirm .form-rejoindre textarea, .container-formulaire-confirm .form-deposer-une-offre textarea, .container-formulaire-confirm .form-candidature-spontanee textarea, .container-formulaire-confirm .form-postuler textarea, .container-formulaire-confirm #alert-form textarea, .container-formulaire-postuler .form-rejoindre textarea, .container-formulaire-postuler .form-deposer-une-offre textarea, .container-formulaire-postuler .form-candidature-spontanee textarea, .container-formulaire-postuler .form-postuler textarea, .container-formulaire-postuler #alert-form textarea, .container-formulaire-alerte .form-rejoindre textarea, .container-formulaire-alerte .form-deposer-une-offre textarea, .container-formulaire-alerte .form-candidature-spontanee textarea, .container-formulaire-alerte .form-postuler textarea, .container-formulaire-alerte #alert-form textarea {
    padding-top: 5px;
    height: 90px;
    resize: none;
}

.container-formulaire-confirm {
    text-align: center;
}

.container-formulaire-confirm h2 {
    margin-bottom: 15px;
}

.container-formulaire-confirm ul {
    text-align: left;
    margin: 15px;
}

.container-formulaire-confirm .email_alerte {
    font-weight: bold;
}

.formulaire-deposer-une-offre, .formulaire-candidature-spontanee, .formulaire-confirm, .formulaire-postuler, .formulaire-alerte {
    padding: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px -2px #adadad;
    -moz-box-shadow: 0px 0px 10px -2px #adadad;
    box-shadow: 0px 0px 10px -2px #adadad;
}

.formulaire-deposer-une-offre .bandeau-deposer-offre, .formulaire-deposer-une-offre .bandeau-candidature-spontanee, .formulaire-deposer-une-offre .bandeau-confirm, .formulaire-deposer-une-offre .bandeau-postuler, .formulaire-deposer-une-offre .bandeau-alerte, .formulaire-candidature-spontanee .bandeau-deposer-offre, .formulaire-candidature-spontanee .bandeau-candidature-spontanee, .formulaire-candidature-spontanee .bandeau-confirm, .formulaire-candidature-spontanee .bandeau-postuler, .formulaire-candidature-spontanee .bandeau-alerte, .formulaire-confirm .bandeau-deposer-offre, .formulaire-confirm .bandeau-candidature-spontanee, .formulaire-confirm .bandeau-confirm, .formulaire-confirm .bandeau-postuler, .formulaire-confirm .bandeau-alerte, .formulaire-postuler .bandeau-deposer-offre, .formulaire-postuler .bandeau-candidature-spontanee, .formulaire-postuler .bandeau-confirm, .formulaire-postuler .bandeau-postuler, .formulaire-postuler .bandeau-alerte, .formulaire-alerte .bandeau-deposer-offre, .formulaire-alerte .bandeau-candidature-spontanee, .formulaire-alerte .bandeau-confirm, .formulaire-alerte .bandeau-postuler, .formulaire-alerte .bandeau-alerte {
    min-height: 530px;
    display: flex;
}

.webform-confirmation {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    font-family: "Lato", sans-serif;
    color: #4FBE2E;
    position: relative;
    padding-left: 14px;
    margin-left: 24px;
}

.webform-confirmation::before {
    content: '';
    height: 24px;
    width: 24px;
    background-image: url("../img/picto-validation-webform.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
}

.form-required::after {
    width: 15px;
}

.form-required[for="edit-en-soumettant-ce-formulaire-j-accepte-que-les-informations-saisi"]::after {
    content: none;
}

.form-item-offre-d-emploi {
    display: none;
}

#expert_manager_html #alert-form #edit-field-alert-sector--wrapper .fieldset-wrapper #edit-field-alert-sector {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#expert_manager_html #alert-form #edit-field-alert-sector--wrapper .fieldset-wrapper #edit-field-alert-sector .form-type-checkbox {
    flex-basis: 30%;
}

#expert_manager_html #alert-form #edit-field-alert-sector--wrapper .fieldset-wrapper #edit-field-alert-sector .form-type-checkbox input[type="checkbox"]:not(#nav) + label {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    justify-content: center;
    border: 1px solid transparent;
    background-color: #f5f5ef;
}

#expert_manager_html #alert-form #edit-field-alert-sector--wrapper .fieldset-wrapper #edit-field-alert-sector .form-type-checkbox input[type="checkbox"]:not(#nav) + label::before {
    content: unset;
}

#expert_manager_html #alert-form #edit-field-alert-sector--wrapper .fieldset-wrapper #edit-field-alert-sector .form-type-checkbox input[type="checkbox"]:not(#nav) + label:hover {
    border: 1px solid #ff3c71;
    opacity: 0.6;
}

#expert_manager_html #alert-form #edit-field-alert-sector--wrapper .fieldset-wrapper #edit-field-alert-sector .form-type-checkbox input[type="checkbox"]:checked:not(#nav) + label {
    border: 1px solid #ff3c71;
}

#expert_manager_html #alert-form #edit-submit {
    line-height: unset;
}

#expert_manager_html .js-form-item-admen {
    display: none;
}

.listing-valeurs {
    padding: 30px 50px;
    -webkit-box-shadow: 0px 0px 10px -2px #adadad;
    -moz-box-shadow: 0px 0px 10px -2px #adadad;
    box-shadow: 0px 0px 10px -2px #adadad;
}


.listing-valeurs .simple-define {
    text-align: center;
}

.listing-valeurs .simple-define .img-define img {
    height: 72px;
    width: 72px;
}

.listing-valeurs .simple-define h2.titre-define {
    margin: 20px 0;
    font-size: 36px;
    font-weight: lighter;
    color: #522E91;
}

.listing-valeurs .simple-define .desc-define {
    padding: 0 50px;
}

.listing--domaines--valeurs .titre-listing-domaines {
    margin-bottom: 40px;
}

.listing--domaines--valeurs .listing--domaine {
    display: block;
}

.listing--domaines--valeurs .listing--domaine a {
    color: #522E91;
    flex-direction: column;
}

.listing--domaines--valeurs .listing--domaine a .img-domaine {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.listing--domaines--valeurs .listing--domaine a .picto-domaine {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.listing--domaines--valeurs .listing--domaine a .picto-domaine img {
    width: 20%;
    height: auto;
}

.listing--domaines--valeurs .listing--domaine a .content {
    text-align: center;
    display: block;
    padding-top: 30px;
}

.listing--domaines--valeurs .listing--domaine a .content h3 {
    min-height: unset;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#expert_manager_html .path-frontpage .main-title {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

#expert_manager_html .path-frontpage .section-expectations h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
}

#expert_manager_html .path-frontpage .section-expectations p {
    font-size: 20px;
    font-weight: 300;
}

#expert_manager_html .path-frontpage .section-expectations .space-item {
    background-size: cover;
    background-color: #000;
    background-position: center;
    height: 0;
    padding-top: 36%;
    min-height: 256px;
    position: relative;
    margin-bottom: 20px;
}

#expert_manager_html .path-frontpage .section-expectations .space-item .overlay {
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#expert_manager_html .path-frontpage .section-expectations .space-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 32px 12px 32px;
    display: inline-block;
    background: #fff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #5AA2D7;
    text-align: center;
    opacity: 0.8;
}

#expert_manager_html .path-frontpage .section-expectations .space-item a.pink {
    color: #FF3C71;
}

#expert_manager_html .path-frontpage .section-expectations .space-item a:hover {
    opacity: 1;
}

#expert_manager_html .path-frontpage .quote-block {
    background: #fff;
    padding: 40px 60px 60px 60px;
    font-family: Lato;
    font-weight: 300;
    font-size: 32px;
    position: relative;
}

#expert_manager_html .path-frontpage .quote-block a {
    position: absolute;
    top: 100%;
    left: 50%;
    font-size: 14px;
    font-weight: bold;
    transform: translate(-50%, -60px);
}

.texte-nous-connaitre, .formulaire-nous-rejoindre {
    padding: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px -2px #adadad;
    -moz-box-shadow: 0px 0px 10px -2px #adadad;
    box-shadow: 0px 0px 10px -2px #adadad;
}

.texte-nous-connaitre .bandeau-nous-connaitre, .formulaire-nous-rejoindre .bandeau-nous-connaitre {
    position: relative;
    min-height: 530px;
    display: flex;
}

.texte-nous-connaitre .bandeau-nous-connaitre .visuel-nous-connaitre, .formulaire-nous-rejoindre .bandeau-nous-connaitre .visuel-nous-connaitre {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.texte-nous-connaitre .bandeau-nous-connaitre .bandeau-txt, .formulaire-nous-rejoindre .bandeau-nous-connaitre .bandeau-txt {
    padding: 0 80px;
}

.texte-nous-connaitre .bandeau-nous-connaitre .bandeau-txt h2, .formulaire-nous-rejoindre .bandeau-nous-connaitre .bandeau-txt h2 {
    font-family: "Lato", sans-serif;
}

.texte-nous-connaitre .bandeau-nous-connaitre .bandeau-nous-connaitre--image, .formulaire-nous-rejoindre .bandeau-nous-connaitre .bandeau-nous-connaitre--image {
    width: 40%;
}

.texte-nous-connaitre .bandeau-nous-connaitre .bandeau-nous-connaitre--texte, .formulaire-nous-rejoindre .bandeau-nous-connaitre .bandeau-nous-connaitre--texte {
    width: 60%;
}

.texte-nous-connaitre .bandeau-nous-connaitre .bandeau-nous-connaitre--texte h2, .formulaire-nous-rejoindre .bandeau-nous-connaitre .bandeau-nous-connaitre--texte h2 {
    font-weight: normal !important;
}

.single-date-cle {
    display: flex;
}

.single-date-cle .date-cle-info {
    padding: 25px 0;
    font-family: "Lato", sans-serif;
    line-height: 22px;
}

.single-date-cle .date-cle-info p {
    margin-bottom: 0;
}

.single-date-cle .date-cle-chiffre {
    border-right: solid 1px #FF3C71;
    font-size: 36px;
    padding-right: 35px;
    position: relative;
}

.single-date-cle .date-cle-chiffre::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    height: 11px;
    width: 11px;
    background-image: url("../img/picto-cercle-date-cle.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.single-date-cle .date-cle-chiffre > .field {
    min-width: 85px;
}

.single-date-cle .date-cle-chiffre > .field .field__item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.single-date-cle .date-cle-texte {
    font-size: 14px;
    padding-left: 35px;
}

.dates-cles .field--name-field-contenus .field__items .field__item:last-child .single-date-cle .date-cle-chiffre::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    transform: translate(50%, 50%);
    height: 5px;
    width: 35px;
    background-image: url("../img/picto-trois-point-date.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.chiffres-cles {
    text-align: center;
}

.chiffres-cles .single-chiffre-cle {
    text-align: center;
    padding: 30px 0;
}

.chiffres-cles .single-chiffre-cle .chiffre-cle-chiffre {
    font-family: "Lato", sans-serif;
    font-size: 48px;
    font-weight: lighter;
    line-height: 22px;
    color: #FF3C71;
}

.chiffres-cles .single-chiffre-cle .chiffre-cle-texte {
    margin-top: 25px;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #522E91;
}

#expert_manager_html .modal {
    max-width: unset;
    height: 95vh;
    width: 95vw;
    border-radius: 0;
    overflow-y: scroll;
    position: relative;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#expert_manager_html .modal.modal-agence {
    height: auto;
    width: auto;
    text-align: left;
    padding: 40px 100px 57px;
}

#expert_manager_html .modal.modal-agence a.close-modal {
    top: 30px;
    right: 30px;
    background-image: url("../img/picto-close-modal.svg");
    position: absolute;
}

#expert_manager_html .modal.modal-agence .agence-name {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 44px;
    color: #FF3C71;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

#expert_manager_html .modal.modal-agence .agence-name::after {
    content: '';
    height: 1px;
    width: 18px;
    background-color: #FF3C71;
    position: absolute;
    bottom: 0;
    left: 0;
}

#expert_manager_html .modal.modal-agence .info-agence {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

#expert_manager_html .modal.modal-agence .info-agence p {
    margin: 0;
}

#expert_manager_html .modal.modal-agence .info-agence p.linkedin a {
    color: #522E91;
}

#expert_manager_html .modal.modal-agence .info-agence p.linkedin a:hover {
    text-decoration: underline;
}

#expert_manager_html .modal.modal-agence .info-agence p.linkedin a img {
    height: 14px;
    width: auto;
    margin-right: 10px;
}

#expert_manager_html .modal::-webkit-scrollbar {
    display: none;
}

#expert_manager_html .modal a.close-modal {
    top: 4vh;
    right: 4vw;
    background-image: url("../img/picto-close-modal.svg");
    position: fixed;
}

#expert_manager_html .modal .image_popup_titre {
    margin-top: 80px;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
    padding: 115px 200px;
    position: relative;
}

#expert_manager_html .modal .image_popup_titre .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: brightness(80%);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#expert_manager_html .modal .image_popup_titre h2 {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    z-index: 3;
}

#expert_manager_html .modal .single-contenu {
    text-align: center;
}

#expert_manager_html .modal .single-contenu img {
    width: 20%;
    height: auto;
}

#expert_manager_html .modal .single-contenu h3 {
    margin: 25px 0;
    text-transform: uppercase;
}

#expert_manager_html .modal .single-contenu span {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #522E91;
}

#expert_manager_html .modal .simplebar-track::before {
    position: absolute;
    content: '';
    background: #522E91;
    background-color: #522E91;
    border-radius: 7px;
    left: 50%;
    transform: translateX(-50%);
    right: 2px;
    top: 5px;
    bottom: 5px;
    opacity: 1;
    width: 2px;
    opacity: 0.5;
}

#expert_manager_html .modal .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
}

#expert_manager_html .modal .simplebar-track .simplebar-scrollbar::before {
    background-color: #FF3C71;
    border-radius: 0;
}

#expert_manager_html .modal.domaine_d_expertise_single_modale {
    transform: scale(0);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#expert_manager_html .modal.domaine_d_expertise_single_modale.popup_animate_popin {
    transform: scale(1);
    opacity: 1 !important;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

#expert_manager_html .blocker {
    z-index: 100;
}

/**
 * @file
 * Print styling
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
    body {
        padding-top: 0 !important;
        color: #000;
    }

    /* Underline all links. */
    a,
    a:link,
    a:visited {
        color: #000 !important;
        text-decoration: underline !important;
    }

    main {
        /* Add visible URL after links. */
        /* Only display useful links. */
        /* Add visible title after abbreviations. */
    }

    main a[href]:after {
        color: #000 !important;
        content: " (" attr(href) ")" !important;
    }

    main a[href^="javascript:"]:after,
    main a[href^="#"]:after {
        content: "";
    }

    main abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /* Turn off any background colors or images. */
    header,
    body,
    #main-content {
        color: #000;
        background-color: transparent !important;
        background-image: none !important;
    }

    /* Hide sidebars and nav elements. */
    .skip-link,
    #toolbar-administration,
    .toolbar,
    nav,
    footer,
    iframe,
    .trigger,
    .breadcrumb,
    .tabs,
    .pager,
    .feed-icons {
        visibility: hidden;
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    header nav#block-headermenu .logo {
        background-size: auto;
    }

    header nav#block-headermenu .nav-container ul li.menu-icon a {
        height: 100%;
    }

    .region-sidebar .checkbox {
        display: block;
        text-align: right;
    }

    .container-formulaire-candidature-spontanee .form-candidature-spontanee select {
        background-image: none;
    }

    .texte-nous-connaitre .bandeau-nous-connaitre .bandeau-nous-connaitre--texte,
    .texte-nous-connaitre .bandeau-nous-connaitre .bandeau-nous-connaitre--image,
    #expert_manager_html .single-methodo .bandeau-methodo .visuel-methodo {
        min-height: 530px;
    }

    #expert_manager_html .modal {
        max-width: none;
    }
}

@media all and (max-width: 1200px) {
    #expert_manager_html .offre-detail .infos-agence .name {
        padding-left: 15px;
    }
}

@media all and (max-width: 992px) {
    #expert_manager_html .offre-detail .infos-agence {
        display: block;
        padding-bottom: 20px;
    }

    #expert_manager_html .offre-detail .infos-agence .name {
        width: 100%;
        margin-bottom: 15px;
    }

    #expert_manager_html .offre-detail .infos-agence .email, #expert_manager_html .offre-detail .infos-agence .tel {
        padding-left: 15px;
    }
    #expert_manager_html .offre-detail .infos-agence .adresse {
        padding-left: 15px;
        padding-right: 15px;
    }

    #expert_manager_html .single-methodo .methodo-number {
        font-size: 275px;
        top: -25px;
    }

    #expert_manager_html .single-methodo .methodo-number.number-right {
        right: -115px;
    }

    #expert_manager_html .single-methodo .methodo-number.number-left {
        left: -115px;
    }

    #expert_manager_html .listing-services .listing--service .service--content .service---img::after {
        border-bottom: 800px solid #fff;
    }

    #expert_manager_html .Formulaire-exposed-liste-offre .form-item.form-item-custom-proximity-filter {
        width: 100%;
        margin-right: 0;
        display: block;
    }

    #expert_manager_html .Formulaire-exposed-liste-offre .form-item.form-item-submit {
        width: 100%;
        margin: 0;
        display: block;
        position: static;
    }

    #expert_manager_html .Formulaire-exposed-liste-offre .form-item.form-item-submit button[type=submit] {
        position: static;
        width: 100%;
        transform: none;
    }

    #expert_manager_html .Formulaire-exposed-liste-offre .form-item select {
        width: 100%;
        padding-left: 11px;
        padding-right: 45px;
    }

    #expert_manager_html .Formulaire-exposed-liste-offre .form-item input[type=text] {
        margin-top: 5px;
        width: 100%;
        margin-bottom: 0;
        border: none;
    }

    #expert_manager_html .Formulaire-exposed-liste-offre label {
        display: none;
    }

    #expert_manager_html header nav#block-headermenu.nav-responsive label {
        display: block;
    }

    #expert_manager_html header nav#block-headermenu.nav-responsive .nav-container {
        transform: unset;
        -webkit-transform: unset;
    }

    #expert_manager_html header nav#block-headermenu.nav-responsive .nav-container .submenu {
        transform: unset;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
    }

    #expert_manager_html .dream-team-carousel .item .news-content {
        padding: 30px 5px 30px 20px;
    }

    #expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle {
        margin: 0;
        border: none;
    }

    #expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle:nth-child(2), #expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle:nth-child(4), #expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle:nth-child(6) {
        border: none;
        margin: 0;
    }

    #expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle:nth-child(1) {
        border: 1px solid #afafaf;
        border-top: none;
        border-left: none;
        margin-bottom: -1px;
    }

    #expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle:nth-child(4) {
        border: 1px solid #afafaf;
        border-right: none;
        margin-left: -1px;
    }

    #expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle:nth-child(5) {
        border: 1px solid #afafaf;
        border-left: none;
        border-bottom: none;
        margin-top: -1px;
    }
}

@media all and (max-width: 768px) {
    #expert_manager_html .offre-detail .infos-offre {
        margin-bottom: 40px;
        flex-direction: column;
        align-items: start;
    }

    #expert_manager_html .offre-detail .infos-offre * {
        border: none;
    }

    #expert_manager_html .offre-detail .infos-offre p {
        margin-bottom: 0;
    }

    #expert_manager_html .offre-detail .infos-offre > * {
        margin-bottom: 20px;
    }

    #expert_manager_html .offre-detail .infos-offre .date {
        margin: 0;
    }

    #expert_manager_html .offre-detail .infos-agence {
        display: block;
        padding-bottom: 20px;
    }

    #expert_manager_html .offre-detail .infos-agence .name {
        width: 100%;
        margin-bottom: 15px;
    }

    #expert_manager_html .offre-detail .infos-agence , #expert_manager_html .offre-detail .infos-agence .adresse {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding-left: 15px;
    }

    #expert_manager_html .offre-detail .infos-agence .email {
        margin-bottom: 15px;
    }

    #expert_manager_html .offre-detail .infos-agence .adresse {
        margin-bottom: 15px;
    }

    #expert_manager_html #block-contenuheaderhome.vertical-center {
        top: 30%;
        padding-right: 15px;
    }

    #expert_manager_html h1.titre-offre {
        font-size: 30px;
    }

    #expert_manager_html footer .footer-top {
        padding-bottom: 20px;
    }

    #expert_manager_html footer .footer-top .footer-top--left {
        padding: 30px 0 40px;
    }

    #expert_manager_html footer .footer-top .footer-top--left:after {
        left: 99%;
    }

    #expert_manager_html footer .footer-top .footer-top--left ul {
        display: inline-block;
        width: 100%;
        columns: 2;
    }

    #expert_manager_html footer .footer-top .footer-bck-forme-left {
        top: 2%;
        bottom: auto;
        width: 50%;
        margin-left: -10% !important;
    }

    #expert_manager_html footer .footer-top .footer-top--right {
        padding: 0;
    }

    #expert_manager_html footer .footer-top .footer-top--right .field--name-field-contenus .field__item:last-child {
        margin-top: 30px;
    }

    #expert_manager_html footer .footer-top .footer-top--right p.title:not(:last-child) {
        position: relative;
        border-bottom: 1px solid #CBCBCB;
    }

    #expert_manager_html footer .footer-top .footer-top--right p.title:not(:last-child):after {
        content: '';
        display: inline-block;
        background-image: url(../img-inte/picto-arrow-down.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        position: absolute;
        right: 15px;
    }

    #expert_manager_html footer .footer-top .footer-top--right p.title:not(:last-child).fleche_a_l_envers:after {
        transform: rotate(180deg);
    }

    #expert_manager_html footer .footer-top .footer-top--right p.title:not(:last-child) + ul {
        max-height: 0px;
        overflow: hidden;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    #expert_manager_html footer .footer-top .footer-top--right p.title:not(:last-child) + ul.shown-slide-bas {
        max-height: 500px;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }

    #expert_manager_html footer .footer-top .footer-top--right p.title:last-child {
        margin-bottom: 50px;
        border-bottom: 1px solid #CBCBCB;
    }

    #expert_manager_html footer .footer-top .footer-top--right .field--name-field-titre p.title:last-child {
        margin-bottom: 1rem;
        border: none;
    }

    #expert_manager_html footer .footer-top .footer-top--right ul {
        margin-bottom: 25px;
    }

    #expert_manager_html footer .signature {
        top: unset;
        bottom: 15px;
    }

    #expert_manager_html .form-search {
        display: block;
    }

    #expert_manager_html .form-search .form-search-title, #expert_manager_html .form-search input, #expert_manager_html .form-search select {
        margin-bottom: 12px;
    }

    #expert_manager_html .form-search > div.form-search-title {
        width: unset;
    }

    #expert_manager_html .form-search button {
        width: 100% !important;
        background-color: #FF3C71 !important;
        background-image: none !important;
        content: 'Lancer la recherche';
        font-size: 14px;
        border-radius: 40px;
        margin-top: 20px;
        position: relative;
    }

    #expert_manager_html .form-search button:after {
        display: inline-block;
        content: 'Lancer la recherche';
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }

    #expert_manager_html .listing a .img {
        display: none;
    }

    #expert_manager_html .owl-carousel .owl-nav button.owl-prev, #expert_manager_html .owl-carousel .owl-nav button.owl-next {
        display: none;
    }

    #expert_manager_html .path-frontpage .quote-block {
        font-size: 22px;
    }

    #expert_manager_html .path-frontpage .news-carousel .item .news-content {
        float: none;
        margin-left: 0;
        width: auto;
    }

    #expert_manager_html h1 {
        font-size: 28px;
    }

    #expert_manager_html .button {
        min-width: 200px;
    }

    #expert_manager_html .single-methodo .methodo-number.number-left, #expert_manager_html .single-methodo .methodo-number.number-right {
        font-size: 225px;
        left: unset;
        right: 0;
        transform: translateX(5%) translateY(23%);
        bottom: 0;
        top: unset;
    }

    #expert_manager_html .single-methodo .bandeau-methodo {
        flex-direction: column;
    }

    #expert_manager_html .single-methodo .bandeau-methodo .bandeau-methodo--half {
        width: 100%;
    }

    #expert_manager_html .single-methodo .bandeau-methodo .half--image {
        min-height: 340px;
        order: 1;
    }

    #expert_manager_html .single-methodo .bandeau-methodo .half--image .visuel-methodo {
        width: 100%;
        min-height: 340px;
    }

    #expert_manager_html .single-methodo .bandeau-methodo .half--text {
        order: 2;
    }

    #expert_manager_html .single-methodo .bandeau-methodo .half--text .bandeau-txt {
        position: static;
        top: unset;
        transform: unset;
        -webkit-transform: unset;
    }

    #expert_manager_html .single-methodo .bandeau-methodo .half--text .bandeau-txt .methodo-content-text {
        margin-bottom: 36px;
        -webkit-animation-name: unset;
        animation-name: unset;
    }

    #expert_manager_html .single-methodo .bandeau-methodo .half--text .bandeau-txt .methodo-content-text * {
        animation-delay: .4s !important;
    }

    #expert_manager_html .single-methodo .bandeau-methodo .half--text h2::before {
        content: none;
    }

    #expert_manager_html .single-methodo .bandeau-methodo .methodo-content-text::before {
        left: 100%;
    }

    #expert_manager_html .single-methodo .bandeau-methodo.bck-light-blue .methodo-content-text::before {
        left: auto;
        right: 105%;
    }

    #expert_manager_html .container-formulaire-candidature-spontanee .form-candidature-spontanee input[type="submit"] {
        width: 100%;
    }

    #expert_manager_html .listing-valeurs .simple-define {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #expert_manager_html .blocker {
        padding: 0;
    }

    #expert_manager_html .modal .container {
        padding-left: 0;
    }

    #expert_manager_html .modal .container .image_popup_titre {
        padding: 30px 0;
    }

    #expert_manager_html .modal .container .image_popup_titre h2 {
        font-size: 20px;
    }

    #expert_manager_html .listing-services .listing--service .service--content .service---img::after {
        border-bottom: 1000px solid #fff;
    }

    #expert_manager_html .listing .pagination a, #expert_manager_html .listing .pagination span {
        margin-right: 7px;
    }

    #expert_manager_html .listing .pagination span {
        width: auto;
    }

    #expert_manager_html .texte-nous-connaitre .bandeau-nous-connaitre .bandeau-nous-connaitre--image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: unset;
        filter: brightness(40%);
    }

    #expert_manager_html .texte-nous-connaitre .bandeau-nous-connaitre .bandeau-nous-connaitre--texte {
        width: 100%;
    }

    #expert_manager_html .texte-nous-connaitre .bandeau-nous-connaitre .bandeau-nous-connaitre--texte .bandeau-txt {
        padding: 15px 30px;
        color: #fff;
        text-align: center;
    }

    #expert_manager_html #block-sectiondatecleseteffectif #block-datescles div.bandeau-methodo--half {
        width: 20%;
    }

    #expert_manager_html #block-sectiondatecleseteffectif #block-datescles div.bandeau-methodo--half:first-child {
        width: 80%;
    }

    #expert_manager_html #block-sectiondatecleseteffectif #block-effectif div.bandeau-methodo--half {
        width: 80%;
    }

    #expert_manager_html #block-sectiondatecleseteffectif #block-effectif div.bandeau-methodo--half:first-child {
        width: 20%;
    }

    #expert_manager_html .path-frontpage .news-carousel .item {
        padding: 0;
    }

    #expert_manager_html .path-frontpage .news-carousel .item .aside-img {
        width: 100%;
        float: unset;
        display: inline-block;
        height: auto;
    }

    #expert_manager_html .path-frontpage .news-carousel .item .aside-img img {
        position: static;
        width: 100%;
        height: auto;
        transform: unset;
    }

    #expert_manager_html .path-frontpage .news-carousel .item .aside-img .image_tem_entreprise img, #expert_manager_html .path-frontpage .news-carousel .item .aside-img .image_tem_candidat img {
        width: 50%;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        position: static;
    }

    #expert_manager_html .path-frontpage .news-carousel .item .news-content {
        float: none;
        padding: 30px 20px;
    }

    #expert_manager_html .home-bloc-agence-carte .field--name-field-titre {
        height: auto;
    }

    #expert_manager_html #block-datesclespictoettitre .bandeau-txt, #expert_manager_html #block-effectif .bandeau-txt {
        transform: unset;
        -webkit-transform: unset;
    }

    #expert_manager_html #alert-form #edit-field-alert-sector--wrapper .fieldset-wrapper #edit-field-alert-sector {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    #expert_manager_html footer .signature {
        right: 50%;
        transform: translateX(50%);
    }

    #expert_manager_html footer .signature .cmantika {
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateX(100%);
    }

    #expert_manager_html .dream-team-carousel .item .aside-img img {
        width: 100%;
    }

    #expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle {
        margin: 0;
        border: none;
    }

    #expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle:not(:first-child) {
        border: none;
        border-top: 1px solid #afafaf;
    }

    #expert_manager_html #block-sectionchiffrescles .chiffre_cle .simple-chiffre-cle:first-child {
        border: none;
        margin: 0;
    }

    #expert_manager_html .bannierre_covid_19 .content_bannierre {
        padding: 30px 50px;
    }
}

#block-expert-manager-local-tasks ul {
    max-width: 960px;
    margin: auto;
    display: flex;
}

#block-expert-manager-local-tasks ul li a {
    display: block;
    padding: 1rem;
}

.messages-list {
    max-width: 960px;
    margin: 1rem auto;
}

.messages-list .messages {
    padding: 1rem;
    background-color: #ded9b3;
    color: #000000;
}

.messages-list .messages--status {
    background-color: #a3ded4;
    color: #085044;
}

.messages-list .messages--error{
    background-color: #e89191;
    color: #560404
}

.messages-list .messages__header {
    display: none;
}

.user-login-form, .user-register-form, .user-pass {
    padding-top: 3rem;
}

.user-login-form input[type="submit"],
.user-register-form input[type="submit"],
.user-pass input[type="submit"] {
    margin-top: 1.5rem;
    background-color: #FF3C71;
    border: 1px solid #FF3C71;
    border-radius: 40px;
    color: #fff;
}

.user-login-form label,
.user-register-form label,
.user-pass label {
    display: block;
    font-weight: 700;
}


