/*--------------------------------------------------------------
Single Offer
--------------------------------------------------------------*/
#top-menu li a {
    border-right: 1px solid #000D5E !important;
}

.content-area__single-offer {
    width: 100%
}

.entry-header__single-offer {
    background-color: #f9f9fb;
    color: #000D5E;
    text-align: left;
    padding: 50px 30px;
}

.back-to-offers {
    display: block;
    color: #000D5E;
    max-width: 780px;
    margin: 10px auto;
    position: relative;
    top: 50px;
    left: -178px;
    font-size: 1rem;
    z-index: 2;
}

.back-to-offers:hover {
    text-decoration: none;
    color: #e40293;
}

.back-to-offers i {
    padding: 0 10px;
}

.entry-header__single-offer--wrap {
    width: 100%;
    /* height: 360px; */
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}

.entry-header__single-offer .entry-header__single-offer--title {
    z-index: 2;
    max-width: 100%;
    width: 100%;
    padding: 0;
    float: right;
    margin-right: auto;
    margin-left: 125px;
        background-size: 400px;
    background-repeat: no-repeat;
    background-position: 100% 0px;
}

.entry-header__single-offer--wrap .single-offer__cat {
    font-size: 1.7rem;
    font-family: 'barlow', Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
}

.entry-header__single-offer--wrap .single-offer__cat:after{
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    border: 2px solid #000D5E;
}

.entry-title__single-offer {
    font-size: 2.5rem;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    line-height: 1.282;
    text-align: left;
    margin-top: 30px;
}

.entry-header__single-offer--infos {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: left;
    margin: 20px 0;
}
.entry-header__single-offer--infos li {
    margin-right: 20px;
}

.entry-header__single-offer--infos li:before {
    display: inline-block;
    content: "";
    border-top: 1px solid #000D5E;
    width: 2rem;
    margin: 0 0.5rem;
    transform: translateY(-0.3rem);
}

.header-single-offer__small {
    visibility: hidden;
    position: fixed;
    display: flex;
    align-items: center;
    top: 54px;
    width: 100%;
    z-index: 9999;
}

.header-single-offer__small .back-to-offers {
    align-self: initial;
    font-size: 1rem;
    width: 20%;
    position: relative;
    top: auto;
    left: auto;
    margin-right: 4.35%;
    float: left;
    /* display: flex; */
    margin-top: 14px;
}

.header-single-offer__small .entry-header__single-offer--wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 80px;
    /* max-width: 1085px; */
    margin-left: 0;
}

.header-single-offer__small .entry-header__single-offer--wrap .entry-header__single-offer--title {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 0;
    margin-right: 0;
}

.entry-header__single-offer--wrap .fanion {
position: absolute;
    left: 0%;
    width: 50px;
    height: 200px;
    top: 100px;
    bottom: 0;
    margin: auto;
    margin-left: 15px;
}


.entry-header__single-offer--wrap {
    position: relative;
}

@media(max-width: 992px) {
    .entry-header__single-offer--wrap .fanion{
        display: none;
    }
    .entry-header__single-offer--wrap  {
        background-image: none!important;
        padding-left: 0;
    }
}

.header-single-offer__small .entry-header__single-offer--wrap .back-to-offers {
    align-self: initial
}

.header-single-offer__small .entry-header__single-offer--wrap .single-offer__cat {
    /* margin-top: -10px; */
    font-size: 1rem;
}

.header-single-offer__small .entry-header__single-offer--wrap .single-offer__cat:after {
    top: 30px;
    bottom: 0;
    display: none;
}


.header-single-offer__small .entry-header__single-offer--wrap .entry-title__single-offer {
    font-size: 1.2rem;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
}

.header-single-offer__small .entry-header__single-offer--wrap .entry-header__single-offer--infos {
    max-width: 150px;
    margin: 0;
}

.header-single-offer__small .entry-header__single-offer--wrap .entry-header__single-offer--infos li {
   font-size: .9rem;
}

.header-single-offer__small .entry-header__single-offer--wrap .entry-header__single-offer--infos li:before {
    width: 1.2rem;
 }

.apply-entry {
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    font-family: 'barlow', Arial, sans-serif;
    color: #000D5E;
}

.btn-primary.btn-apply {
    min-width: 220px;
    color: white!important;
    background-color: #7536FF !important;
    border: 1px solid #7536FF !important;
    font-family: 'qanelasextrabold', Arial, sans-serif;
}

.btn-primary.btn-apply:hover {
    background-color: transparent !important;
    border: 1px solid #000D5E !important;
    color: #000D5E !important;
}

.single-offer__content {
    padding: 30px;
    color : #4d4d4f
}

.single-offer__content h3 {
    font-size: 33px;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    color: #7536FF;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    position: relative;
    
}
.single-offer__content h3:after {
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 90%;
    border: 1px solid #7536FF; 
}

.single-offer__content h3 small {
    font-size: 1.2rem;
    font-family: 'barlow', Arial, sans-serif;
    text-transform: none;
}

.single-offer__content .context, .single-offer__content .what-you-do, .single-offer__content .go-forward, .single-offer__content .technics {
    padding-bottom: 30px;
}

.single-offer__content .context h4,
.single-offer__content .what-you-do h4 {
    font-size: 1.7rem;
    font-family: 'barlow', Arial, sans-serif;
}

.single-offer__info.col-lg-4 {
    /*position: fixed;*/
    max-width: 220px;
    right: 0;
    z-index: 1;
    margin: 0 auto;
} 

.single-offer__info > div{
    margin-bottom: 40px;
}

.card.single-offer__info--box {
    width: 220px;
    min-height: 340px;
    background-color: #000D5E;
    z-index: 2;
    border-radius: 0;
    color: #ffffff;
    transition: 0.2s all;
}

@media(max-width: 1192px) {
.entry-header__single-offer .entry-header__single-offer--title{
    background-size: 300px 
}

.card.single-offer__info--box {
    margin-left: 30px;
}

}

.card.single-offer__info--box .card-title {
    font-size: 0.8rem;
    font-family: 'barlow', Arial, sans-serif;
    /* font-style: italic; */
}

.card.single-offer__info--box .card-subtitle {
    font-size: 1.3rem;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: left
}

.card.single-offer__info--box img {
    display: block;
    width: 100%;
}

.card-text__specialist {
    font-size: 12px;
}

.btn-primary.btn-ask {
    background-color: transparent!important;
    color: #ffffff!important;
    border: 1px solid #ffffff!important;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    width: 100%;
}

.single-offer__techs {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0px;
    padding-top:20px;
}

.single-offer__intro .content{
    margin-top:20px;
    font-size: 0.8em;
    line-height: 1.8;
}

.single-offer__competences {
    width: 100%;
}

.single-offer__content .sidebar-title {
    font-size: 1.3rem;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    color: #7536FF;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    position: relative;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
}
.single-offer__competences h3 small {
    font-size: 12px;
    vertical-align: baseline;
    display: flex;
    align-items: flex-end;
    font-family: 'barlow', Arial, sans-serif;
    text-transform: initial;
    font-style: italic;
}

.single-offer__competences h3 small svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 10px;
}

.single-offer__competences h3:after {
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    border: 1px solid #7536FF; 
}

.single-offer__competences a {
    color: #000D5E;
}

.single-offer__competences .container {
    display: flex;
    flex-direction: column;
}

.single-offer__competences .container a.btn {
    align-self: flex-start;
    padding: 0.8rem;
    transition: all .3s linear
}

.single-offer__tech {
    display: block;
    padding: 0.35rem .75rem;
    background-color: transparent;
    border: 1px solid #000D5E;
    border-radius: 50px;
    text-align: center;
    color: #000D5E;
    margin: 5px;
    font-size: 0.8em;
}

.single-offer__tech:first-child {
}

.single-offer-section__cities {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    font-size: 62px;
    text-transform: uppercase;
}

.single-offer__apply {
    background-color: #f9f9fb
}
a.btn.btn-primary.btn-linked-in {
    border: 1px solid #000D5E;
    color: #000D5E;
    font-family: sans-serif;
    margin: 20px auto;
    display: inline-block;
    border-radius: 0px !important;
    font-family:  'qanelasextrabold', Arial, sans-serif;
    border-radius: 4px !important;
}
.apply-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.apply-title h3 {
    font-size: 50px;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    color: #000D5E;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.06;
}

.apply-title .btn-primary.btn-apply {
    min-width: 220px;
    color: #000D5E!important;
    background-color: #ffffff!important;
    border-color: #ffffff!important;
    border-radius : 0;
    font-size: 1.1rem;
    font-family: 'barlow', Arial, sans-serif;
    font-style: italic;
    padding: 12px;
    text-transform: none;
}

.apply-title .btn-primary.btn-apply .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -9px;
}

.apply-title .btn-primary.btn-apply:hover {
    color: #ffffff!important;
    background-color: #e40293!important;
    border-color: #e40293!important;
}

.single-offer__form h4 {
    margin-bottom: 20px;
    font-size: 1.7rem;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    color: #000D5E;
    text-transform: uppercase;
}

.single-offer__form--know {
    margin-bottom: 30px;
    text-align: center;
}

.novencia-form {
    width: 100%;
}

.novencia-form h5 {
    font-family: 'barlow', Arial, sans-serif;
    font-size: 20px;
    margin: 3.85rem 0 0rem 0;
    color: #000D5E;
}

.novencia-form .bmd-radio::before {
    background-color: #000D5E!important;
}

.novencia-form .bmd-radio::after {
    border-color: #000D5E!important;
}
.form-group.row.input-novencien {
    position: relative;
    top: -40px;
}
.wpcf7-form-control::-webkit-input-placeholder {
    font-size: 1em;
    font-family: 'barlow', Arial, sans-serif;
    color: #4d4d4f;
    font-style: italic;
    opacity: 1;
}

.wpcf7-form-control:-moz-placeholder {
    font-size: 1em;
    font-family: 'barlow', Arial, sans-serif;
    color: #4d4d4f;
    font-style: italic;
    opacity: 1;
}

.wpcf7-form-control::-moz-placeholder {
    font-size: 1em;
    font-family: 'barlow', Arial, sans-serif;
    color: #4d4d4f;
    font-style: italic;
    opacity: 1;
}

.wpcf7-form-control:-ms-input-placeholder {
    font-size: 1em;
    font-family: 'barlow', Arial, sans-serif;
    color: #4d4d4f;
    font-style: italic;
    opacity: 1;
}

.wpcf7-form-control::-ms-input-placeholder {
    font-size: 1em;
    font-family: 'barlow', Arial, sans-serif;
    color: #4d4d4f;
    font-style: italic;
    opacity: 1;
}

.form-group .wpcf7-form-control:focus {
    box-shadow: none;
    outline: 0;
    background-color: transparent;
    background-image: linear-gradient(0deg,#000D5E 2px,rgba(0,150,136,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0);
}
.novencia-form .form-group.salutation{
	padding-top:0;
}
.form-group .wpcf7-form-control[type="text"],
.form-group .wpcf7-form-control[type="email"],
.form-group .wpcf7-form-control[type="tel"] {
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.form-group .novencia-textarea {
    border: none;
    background-color: transparent;
    border-radius: 0
}

.wpcf7-form-control .tel label {
    color: transparent
}

.wpcf7-form-control label {
    font-size: 12px;
    font-weight: 400; 
}

.novencia-form-radio.choose {
    width: 100%;
    display: flex;
    justify-content: center;
}

.novencia-form-radio.choose .radio {
    margin: 0 40px;
}

.novencia-form hr {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    border: 0;
    border-top: 3px solid #000D5E;
}

.novencia-form .form-group {
    margin-bottom: 0.5rem;
}

.novencia-form .btn.btn-apply {
    border-radius : 0;
}

.novencia-form .btn.btn-apply:hover {
    color: #ffffff
}

.novencia-form .upload-container {
    padding: 30px 20px;
}

.novencia-form .upload-container h3, .codedropz-upload-handler h3, .codedropz-upload-handler span {
    font-size: 20px;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    color: #000D5E;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    margin: 20px auto !important;
}

.novencia-form .upload-container small {
    text-align: center;
    font-size: 9px;
}

.novencia-form .upload-handler, .codedropz-upload-handler {
    margin-bottom: 30px !important;
    border: 1px dashed #000D5E !important;
    border-radius: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
    position: relative;
}

.novencia-form .upload-drop-zone {
    width: 100%;
    padding: 20px;
}

.novencia-form .upload-drop-zone.drop svg{
    fill: #e40293;
}

.novencia-form .upload-drop-zone svg {
    width: 35px
}

.novencia-form .cd-upload-btn {
    display: block;
    width: 160px;
    text-align: center;
    color: #000D5E;
    border: 1px solid #000D5E;
    padding: .8em 1em;
    border-radius: 0;
    margin: 20px auto 50px;
    font-size: 15px;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

.novencia-form .cd-upload-btn:hover {
    background-color: #000D5E;
    color: #fff!important;
    border: 1px solid #000D5E
}

.novencia-form [type="file"] {
    display: none;
}

.novencia-form .novencia-submit {
    margin-top: 2rem;
}

.novencia-form .rgpd-link {
    color: #4d4d4f;
    text-decoration: underline;
    font-family: 'barlow', Arial, sans-serif;
    font-style: italic;
    margin-top: 1rem;
    display: block;
}

.single-offer__related {
    background-color : #fff;
}

.single-offer__related h3 {
    font-size: 1.3rem;
    font-family: 'qanelasextrabold', Arial, sans-serif;
    color:#000D5E;
    text-transform: uppercase;
}

.job-offer__block {
    position: relative;
    width : 100%;
    height: 135px;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.04);
}

.job-offer__block span.color {
    position: absolute;
    width: 100%;
    display: block;
    height: 3px;
    background: #000D5E;
    top: 0;
    left: 0;
}


.job-offer__block--content {
    display: flex;
    flex-direction: column;
}

.job-offer__block--content small {
    font-size: 14px; 
    color: #000D5E;
}

.job-offer__block--content span {
    font-size: 15px; 
    color: #000D5E;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    width: 100%;
    font-family: 'qanelasextrabold', Arial, sans-serif;
}

.entry-content .container {
    max-width: 900px;
}

article .row .col-lg-9.col-md-9 {
    max-width: 600px;
}

.entry-header__single-offer--wrap a.btn.btn-primary.btn-lg.btn-apply {
    /* position: absolute; */
    /* right: -18.5vh; */
    /* top: 100px; */
    /* right: 0; */
    /*float: right;*/
}

.entry-header__single-offer--title a.btn.btn-primary.btn-apply {
    position: relative;
    /*right: -55px;*/
}

.header-single-offer__small .container {
    display: flex;
    padding: 0 7px;
}

section#apply {
    z-index: auto;
}
/* 
.form-group.row.input-novencien::after {
    position: absolute;
    content: "";
    width: 160px;
    background: #000D5E;
    height: 1px;
    bottom: -2em;
    right: 0;
    left: 0;
    margin: 0 auto;
}
 */

.gallerie{
    list-style-type: none;
    margin: 0 -5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.gallerie li a{
    display: block;
    background: #000;
}
.gallerie li a:hover img{
    opacity: .7;
}
.gallerie li img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50%;
    transition: all ease-in .3s;
}
.gallerie li{
    max-width: 90px;
    margin: 5px;
}
.gallerie li.size-2{
    max-width: 100%;
    width: 100%;
}
.gallerie li.size-1{
    max-width: calc(50% - 10px);
    width: 50%;
}
.single-offer__social ul{
    list-style-type: none;
    margin:0;
    padding: 0;
    color:#4d4d4f;
    display: flex;
}
.single-offer__social ul li{
    margin:5px;
    font-size: 20px;
}
.single-offer__social ul li a{
    color:#4d4d4f;
    opacity: .5;    
}
.single-offer__social ul li a:hover{
    opacity: 1;
}
.slbElement .slbOverlay{
    z-index: 20000;
}
.slbElement .slbWrapOuter{
    z-index: 20010;
}
.slbElement  .slbContentOuter{
    z-index: 20001;
}
a.cd-upload-btn::after{
    position: absolute;
    color: #4d4d4f;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "4 Mo max. Formats pdf, jpg et png";
    width: 200px;
    height: 50px;
    font-weight: lighter;
    font-family: sans-serif;
    text-transform: none;
    font-size: small;
}

a.btn.btn-primary.btn-ask:hover {
    background: white !important;
    color: #000D5E !important;
}
a.btn.btn-primary.btn-linked-in:hover {
    background: #000D5E;
    color: white !important;
    /* border: 1px solid white; */
}

.youtube_player{
    height: auto!important;
    height: auto;
    padding-top: 56.5%;
    position: relative;
}
.youtube_player iframe{
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}
.legende_video{
	background: rgb(245, 245, 245);
	padding: 5px 10px;
	font-weight: 700;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
.titre_video{
	color: #7536FF;
	font-weight: 600;
	font-size: 16px;
	font-family: 'barlow', Arial, sans-serif;
    margin-top:15px;
}
@media(max-width: 992px) {
    .header-single-offer__small {
        top: 80px;
    }
    .entry-header__single-offer .entry-header__single-offer--title{
        background-image: none!important; 
    }
}

@media(min-width: 1192px) {
    .entry-header__single-offer--title a.btn.btn-primary.btn-apply {
        /*right: -40px;*/
    }   
}