.wp-caption {
    position: relative;
}
.cnt-plain .wp-caption-text {
    font-family: RobotoSlab;
    top: .3rem;
    line-height: 1.4em;
    color: #999;
}
.site--navigation li.current-cat a, .site--navigation li:hover a {
    background: #f2f2f2;
}
.site--navigation li.current_page_item, ol.site--navigation li.current_page_ancestor, .site--navigation li:hover {
    border-bottom: 1px solid #111;
}
.site--navigation li.on > a, .site--navigation li.current_page_item > a, ol.site--navigation li.current_page_ancestor > a, .site--navigation li:hover a {
    background: #f2f2f2;
}
.foot-nav + .foot-nav {
    border-left: 1px solid #fff;
    padding-left: 2em;
}
.cnt-plain.equipe h2 {
    font-family: NexaXBold;
    font-size: 2.3em;
    margin: 0 0 .3em;
    line-height: 1.2em;
}
.curriculum--portrait {
    width: 6.6em;
    height: 6.6em;
    display: block;
    margin: 0 auto 1em;
}
.curriculum--nom {
    font-family: NexaXBold;
    border-top: 1px dotted #ccc;
    padding: 1em 0 .2em;
}
.curriculum--presentation {
    text-transform: uppercase;
    font-size: .8em;
    line-height: 1.3em;
}

/*
br.autobr {
	display: none;
}
*/


/* NOS OFFRES .cartouche-offres */

.cartouche-offres h3 {
    margin: 2em 0 .5em;
    font-size: 1.5em;
}
.offres--selecteur {
    margin: 0 0 2em;
    margin-left: -15em;
    width: 13em;
    float: left;
    margin-top:-1em;
}
.offres--selecteur li {
    display: block;
    padding: .8em 0 .6em .8em;
    font-size: .7em;
    cursor: pointer;
    transition: .3s all;
    border-bottom: 1px solid #ccc;
}
.offres--selecteur li:hover {
    background: #eee;
}
.offres--selecteur li.activer {
    background: #eee;
}
.offres--instructions {
    font-size: .8em;
    font-style: italic;
    color: #999;
    display: none;
}
.offres--sinon {
    display: none;
    line-height: 1.2em;
    font-size: .9em;
    margin-top: 1.5em;
    padding-right: 50%;
}
.offres--afficheur {
    width: 100%;
    margin-top:2em;
}
.offres--afficheur td {
    font-size: .8em;
    line-height: 1.3em;
    padding: .8em 0;
    font-family: RobotoSlab;
    transition: .3s all;
}
.offres--afficheur tr + tr td {
    border-top: 1px dotted #666;
}
.offres--entete td {
    color: #000 !important;
    border-bottom: 1px solid #212121;
    font-family: NexaXBold;
}
span.intitule {
    color: #ee422b;
}
.offres--une_offre {
    cursor: pointer;
}
.offres--une_offre:hover td {
    background: #eee;
}
.offres--contrat {
    min-width: 6em;
}
.offres--lieu {
    max-width: 6em;
}
.offres--poste span {
    color: #999;
    text-transform: capitalize;
}
.offres--lieu span {
    color: #999;
    text-transform: uppercase;
    font-size: .8em;
}
.offres--sousgroupe {
    display: block;
}
.offres-aside-resume {
    margin: 0 0 2em;
    padding: 1em 0;
}
.offres-aside-resume h3 {
    font-size: .8rem;
}
.offre--tableau {
    font-size: .8rem;
    margin-top: .5em;
    overflow: auto;
}
.offre--tableau li span {
    display: block;
    font-family: NexaXBold;
    margin-bottom: .2em;
}
.offre--tableau li {
    padding: .5em 0 !important;
    line-height: 140%;
    float: left;
    width: 45%;
    margin-right: 5%;
    border-bottom: 1px dotted #ccc;
}
.offre--tableau li:before {
    content: '' !important;
    margin-left: 0 !important;
}
.offre-repondre, #gform_wrapper_3, #gform_wrapper_4{
    margin-top: 0em;
    background: #f6f6f6;
    padding: 1em 2em 2em;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    overflow: auto;
}
.offre-repondre .gform_body li,
#gform_wrapper_3 .gform_body li,
#gform_wrapper_4 .gform_body li{
    margin: .5em 0 !important;
    padding: .5em 0 !important;
}
.offre-repondre .gform_body li:before ,
#gform_wrapper_3 .gform_body li:before ,
#gform_wrapper_4 .gform_body li:before {
    content: '';
    margin: 0 !important;
    padding: 0 !important;
}
.ginput_counter {
    font-size: .8em;
    color: #999;
    display: none;
}
.screen-reader-text {
    font-size: .8em;
}
.offre-repondre input.medium {}
.offre-repondre input[type=text],
.offre-repondre input[type=email],
#gform_wrapper_3 input[type=text],
#gform_wrapper_3 input[type=email],
#gform_wrapper_4 input[type=text],
#gform_wrapper_4 input[type=email]{
    padding: .5em;
    font-size: 1.2em;
    width: 97%;
    border-width: 0 0 1px;
    border-color: #777;
}

.cand-spont {
    float:right;
    margin-top: -35px;
}

.cand-spont a {
    padding:8px 8px 4px;
    background: #eee;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.cand-spont:hover a {
    background: #999;
}

.cand-spont:hover a {
    color: #fff;
    border-color: #333;
}

.bouton-postuler {
    color: #212121;
    display: inline-block;
    margin-top: .5em;
    border-bottom: 1px solid #ccc;
}
.bouton-postuler:hover {
    border-color: #000;
}
.offre-repondre input.gform_button,
#gform_wrapper_3 input.gform_button,
#gform_wrapper_4 input.gform_button{
    font-size: 1em !important;
    padding: .8em !important;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #212121;
    text-transform: uppercase;
    cursor: pointer;
    margin: auto;
    display: inline-block;
    margin-top: 2em;
}
.offre-repondre input.gform_button:hover,
#gform_wrapper_3 input.gform_button:hover,
#gform_wrapper_4 input.gform_button:hover{
    background: #ddd;
    color: #212121;
}

/* RESPONSIVE */

@media only screen and (min-width: 46rem) {
    .curriculum-fiche {
        width: 18em;
        margin-left: 3em;
        float: left;
        height: 15em;
    }
    .curriculum-liste {
        margin: 5em 0 3em -21em;
    }
    .curriculum-fiche:first-child {
        margin-left: 21em;
        margin-right: 21em;
    }
    .curriculum-fiche.decal-gauche {
        margin-left: 0;
    }
    .cnt-plain .wp-caption-text {
        position: absolute;
        left: -8.5rem;
        top: .3rem;
        width: 7rem !important;
        text-align: right;
        font-size: .7em;
    }
}
@media only screen and (max-width: 46rem) {
    .cnt-plain .wp-caption-text {
        font-family: RobotoSlab;
        width: 18rem !important;
        font-size: .8em;
    }
    .curriculum-fiche {
        text-align: center;
        margin-top: 3em;
    }
    .curriculum-liste {
        margin: 5em 0 8em;
    }
    .wp-caption.alignnone {
        width: 100% !important;
    }
    .wp-caption.alignnone img {
        width: 100%;
        height: auto;
    }
}
