/********** Multiselect ***********/
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:bold}.multiselect-container>li>label.multiselect-group{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:bold}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:normal}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type="checkbox"]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}

.multiselect-container > li > a > label > input[type="checkbox"]{opacity: 1;}
.multiselect-container > li > a > label{
    padding-top: 5px;
    padding-bottom: 5px;
}
.overlay {display: none;}


.texte_cherche {display: block;}
.texte_cherche_short {display: none;}


html{margin: 0; padding: 0;}

body#top{
    background: #FFF;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-interpolation-mode: nearest-neighbor;
    text-rendering: optimizeLegibility;
    color: #363638;
    scroll-behavior: smooth;
}

*, ::after, ::before{box-sizing: inherit !important;}


h1{
    font-family: 'Play', sans-serif !important;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

h2{
    font-family: 'Play', sans-serif !important;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

h3{
    font-family: 'Play', sans-serif !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

h4{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

a{color:#353131; text-decoration: none; cursor: pointer; -webkit-transition: all 300ms ease; transition: all 300ms ease;}

a:hover,
a:focus{color:#353131; text-decoration: none; outline: none; cursor: pointer;}


/* ------------------ */
/* ----  Header  ---- */
/* ------------------ */


.header-carriere-yam{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.header-carriere-yam .header-carriere-yam__container{
    width: 100%;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-carriere-yam__logo{display: flex; width: 151px; height: 58px;}
header .header-carriere-yam__logo img{width: 100%;}

.header-carriere-yam nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-carriere-yam nav ul li{margin-left: 35px;}

.header-carriere-yam nav ul li a{
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    align-items: center;
    height: 80px;
    cursor: pointer;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color:#212529;
    letter-spacing: 0.03em;
    text-decoration: none;
}

.header-carriere-yam nav ul li a:hover,
.header-carriere-yam nav ul li a:focus{text-decoration: none; color: #ee2e24; cursor: pointer;}

.header-carriere-yam nav ul li a svg{fill:#212529; transition: all 300ms ease;}
.header-carriere-yam nav ul li a.link-search-job svg{margin: 3px 14px 0 0;}
.header-carriere-yam nav ul li a.link-video-youtube svg{margin: 2px 12px 0 0;}
.header-carriere-yam nav ul li a:hover svg{fill:#ee2e24;}

.header-carriere-yam nav ul li .icon-user svg{fill:#212529;}
.header-carriere-yam nav ul li .icon-user:hover svg,
.header-carriere-yam nav ul li .icon-user:focus svg{fill:#ee2e24;}

.hvr-overline-reveal {position: relative;}

.hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 100%;
    background: #d52b1e;
    height: 3px;
    opacity: 0;
    transition: all 300ms ease;
}
.hvr-overline-reveal:hover:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:active:before {
    right: 0;
    opacity: 1;
}

.hamburger{
    padding: 15px 15px;
    display: none;
    cursor: pointer;
    transition: all 300ms ease;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box{
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.hamburger-inner{
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before, 
.hamburger-inner::after{
    width: 30px;
    height: 3px;
    background-color: #232323;
    border-radius: 4px;
    position: absolute;
}
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before, 
.hamburger:hover .hamburger-inner::after,
.hamburger:focus .hamburger-inner::before, 
.hamburger:focus .hamburger-inner::after,
.hamburger:focus .hamburger-inner{
    background-color: #D52B1E;
}

.hamburger-inner::before,
.hamburger-inner::after{content: ""; display: block;}

.hamburger-inner::before{top: -8px;}
.hamburger-inner::after{bottom: -8px;}

.hamburger--spin-r .hamburger-inner,
.hamburger--spin-r .hamburger-inner::before,
.hamburger--spin-r .hamburger-inner::after{
    transition: all 300ms ease;
}

.hamburger--spin-r.is-active .hamburger-inner{
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    transition: all 300ms ease;
}

.hamburger--spin-r.is-active .hamburger-inner::before{
    top: 0;
    opacity: 0;
    transition: all 300ms ease;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 300ms ease;
}

.nav-mobile-overlay{
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 10;
    opacity: 0;
    transition: all 300ms ease;
    display: none;
}

.cta-filter{
    background-color: rgba(255,255,255,0.3);
    display: none;
    align-items: center;
    padding: 10px 12px;
    cursor: pointer;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
    transition: all 300ms ease;
}

.cta-filter:hover{background-color: rgba(255,255,255,1); color: #D52B1E;}

.cta-filter svg{
    width: 22px;
    fill: #FFF;
    margin-right: 10px;
}

.cta-filter:hover svg{fill: #D52B1E;}
.close-filter-mobile,
.title-filter-mobile,
.cta-add-filtre-mobile{display: none;}



/* ------------------ */
/* ----  Footer  ---- */
/* ------------------ */


.footer-carriere-yam{
    background-color: #d52b1e;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 0 30px 6px;
}
.footer-carriere-yam .inner-footer{display: flex; justify-content: center; align-items: center;}

.footer-carriere-yam .footer-carriere-yam__logo{display: flex; width: 106px; height: 21px; margin-right: 25px;}
.footer-carriere-yam .footer-carriere-yam__logo img{width: 100%;}

.footer-carriere-yam .inner-footer__nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-carriere-yam .inner-footer__nav ul li{
    padding: 0 5px;
    font-size: 13px;
    line-height: 24px;
    color: #F3F3F8;
}

.footer-carriere-yam .inner-footer__nav ul a{
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 13px;
    line-height: 24px;
    color: #F3F3F8;
}

.footer-carriere-yam .inner-footer__nav ul a:hover,
.footer-carriere-yam .inner-footer__nav ul a:focus{color: #000;}

#back-top {
    display: none;
	position: fixed;
	bottom: 20px;
    right: 25px;
    overflow: hidden;
    z-index: 10;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
    outline: none;
    border-bottom: none;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background: rgba(191, 191, 191,0.5) url(../images/up-arrow.png) no-repeat center center;
    background-size: 35%;
	border-radius: 5px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #232323;
}



/* ----------------------- */
/* ------  Content  ------ */
/* ----------------------- */


.bandeau-top-accueil .page-title{
    background-color: #212529;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.bandeau-top-accueil .page-title h1{
    padding: 0 50px;
    margin: 0;
    color: #FFF;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.bandeau-top-accueil .page-title .spacer-carriere-yam{
    margin-top: 3px;
    background-color: #D52B1E;
    height: 10px;
    position: relative;
    flex-grow: 1;
}

.bandeau-top-accueil .page-title .spacer-carriere-yam.arrow-right::before{
    content:"";
    position: absolute;
    right: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #d52a1e;
}

.bandeau-top-accueil .page-title .spacer-carriere-yam.arrow-left::before{
    content:"";
    position: absolute;
    left: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #d52a1e transparent transparent;
}

.bandeau-top-accueil .img-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
    height: 430px;
}

.bandeau-top-accueil .img-wrapper img{width: 100%; height: 100%; object-fit: cover;}
/*.bandeau-top-accueil .img-wrapper img:first-child{width: 50%;}
.bandeau-top-accueil .img-wrapper img:nth-child(2){margin: 0 1px;}*/


.section-form-search{
    background-color: #D52B1E;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 50px;
    height: 120px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    transition: all 300ms ease;
}

.section-form-search__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1600px;
}

.section-form-search h3{
    margin-bottom: 0;
    margin-right: 25px;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 0;
}

.section-form-search h3.texte_cherche{display: flex; align-items: center;}

.section-form-search h3 svg{fill: #FFFFFF; margin-right: 16px;}

.section-form-search #form-search{flex-grow: 1; max-width: 900px;}

.section-form-search .cta-reinitialiser{
    background-color: #212529;
    border-radius: 5px;
    padding: 0;
    height: calc(60px - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    width: 0;
    margin-left: -90px;
    visibility: hidden;
    font-size: 1px;
    color: #FFF;
    font-weight: 500;
    cursor: pointer;
    transition: all 300ms ease;
}

.section-form-search.active-filter .cta-reinitialiser{visibility: visible; opacity:1; width:70px; padding: 5px 10px; margin-left: 15px; font-size: 12px;}

.section-form-search .cta-reinitialiser:hover{background-color: #FFF; color: #D52B1E;}

.section-form-search .cta-reinitialiser svg{
    height: 20px;
    fill: #FFF;
    margin-top: 1px;
    margin-bottom: 5px;
    transition: all 300ms ease;
}

.section-form-search .cta-reinitialiser:hover svg{fill: #D52B1E;}

.section-form-search .txt-OU{
    display: flex;
    justify-content: center;
    width: 50px;
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
.section-form-search .CTA-candidature-spontane{
    position: relative;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5px 15px 5px 50px;
    border-radius: 5px;
    width: calc(164px - 65px);
    height: calc(60px - 10px);
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #292627;
    text-decoration: none;
    transition: all 300ms ease;
}

.section-form-search .CTA-candidature-spontane:hover{transform: scale(1.1);}

.section-form-search .CTA-candidature-spontane strong{
    display: inline-block;
    color: #D52B1E;
    transition: all 300ms ease;
}

.section-form-search .CTA-candidature-spontane svg{
    position: absolute;
    top: 18px;
    left: 15px;
    fill:#D52B1E;
    width: 20px;
    transition: all 300ms ease;
    -webkit-animation: wiggle 6s ease infinite;
    animation: wiggle 6s ease infinite;
}

@-webkit-keyframes wiggle {
    0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    86% {
    -ms-transform: rotate(0.01deg);
    -webkit-transform: rotate(0.1deg);
    transform: rotate(0.01deg);
    }
    87% {
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    }
    88% {
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    }
    89% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    90% {
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    }
    91% {
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    }
    92% {
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    }
    93% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    94% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
}
@keyframes wiggle {
    0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    86% {
    -ms-transform: rotate(0.01deg);
    -webkit-transform: rotate(0.1deg);
    transform: rotate(0.01deg);
    }
    87% {
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    }
    88% {
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    }
    89% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    90% {
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    }
    91% {
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    }
    92% {
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    }
    93% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    94% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
}

.section-form-search .form-search__wrapper{display: flex; justify-content: flex-start; align-items: center;}

.form-search__wrapper .dropdown-container{position: relative; margin-left: 25px; width: 20%;}
.form-search__wrapper .dropdown-container:first-child{margin-left: 0;}
.form-search__wrapper .dropdown-container.hide-mobile,
.form-search__wrapper .dropdown-container.temps-de-travail{min-width: 225px;}

.form-search__wrapper .dropdown-container .dropdown-button{
    background-color: rgba(255,255,255,0.3);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-width: 120px;
    height: 50px;
    padding: 5px 35px 5px 20px;
    border-radius: 5px;
    color: #FFF;
    font-size: 17px;
    line-height: 20px;
    cursor: pointer;
    transition: all 300ms ease;
}
.form-search__wrapper .dropdown-container.show-detail-list .dropdown-button,
.form-search__wrapper .dropdown-container .dropdown-button:hover{background-color: rgba(255,255,255,1); color: #D52B1E;}

.dropdown-container .dropdown-button .dropdown-quantity{
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 10px;
    padding-bottom: 1px;
    border-radius: 10px;
    line-height: 12px;
    font-size: 12px;
    font-weight: 500;
    color: #D52B1E;
    transition: all 300ms ease;
    opacity: 0;
}

.dropdown-container .dropdown-button .dropdown-quantity.show-number{opacity: 1;}
.form-search__wrapper .dropdown-container .dropdown-button:hover .dropdown-quantity,
.form-search__wrapper .dropdown-container.show-detail-list .dropdown-button .dropdown-quantity{background-color: #D52B1E; color: #FFF;}

.dropdown-container .dropdown-button .dropdown-arrow{
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px;
    transition: all 300ms ease;
    fill: #FFF;
}

.form-search__wrapper .dropdown-container.show-detail-list .dropdown-button .dropdown-arrow,
.dropdown-container .dropdown-button:hover .dropdown-arrow{fill:#D52B1E;}

.dropdown-container.show-detail-list .dropdown-button .dropdown-arrow{-ms-transform: rotate(180deg); transform: rotate(180deg);}

.dropdown-container .dropdown-list{
    background-color: rgb(255, 255, 255);
    transition: all 300ms ease;
    padding: 20px;
    position: absolute;
    top: 55px;
    z-index: 5;
    width: 220px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
}

.dropdown-container.show-detail-list .dropdown-list{opacity: 1; visibility: visible;}
.dropdown-container .dropdown-list ul{list-style: none; margin: 0; padding: 0;}

.dropdown-container .dropdown-list .checkbox-wrap{
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #363638;
}

.dropdown-container .dropdown-list .checkbox-wrap:hover{color: #D52B1E;}

.dropdown-container .dropdown-list li:last-child .checkbox-wrap{margin-bottom: 0;}

.dropdown-container .dropdown-list .checkbox-wrap input{
    position: absolute;
    top: 2px;
    opacity: 0;
}

.dropdown-container .dropdown-list .checkbox-wrap .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    background-color: #eee;
    transition: all 300ms ease;
}

.dropdown-list .checkbox-wrap:hover input ~ .checkmark {background-color: #ccc;}
.dropdown-list .checkbox-wrap input:checked ~ .checkmark {background-color: #D52B1E;}
.dropdown-list .checkbox-wrap input:checked ~ span {color: #D52B1E;}

.dropdown-list .checkbox-wrap .checkmark:after {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    top: 3px;
    width: 4px;
    height: 8px;
    opacity: 0;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 300ms ease;
}

.dropdown-list .checkbox-wrap input:checked ~ .checkmark:after {opacity: 1;}

.dropdown-list .dropdown-search{
    padding: 8px 10px;
    width: 200px;
    border: none;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
    font-size: 14px;
}
.dropdown-list .dropdown-search:focus{outline: 1px solid #000;}


.section-liste-des-annonces{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #000;
}

.section-liste-des-annonces .liste-des-annonces{
    background-color: #F3F3F8;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    list-style: none;
    margin: 0;
    padding: 48px 0;
    max-height: 95vh;
    width: 33%;
}

.section-liste-des-annonces .liste-des-annonces h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #363638;
    margin-bottom: 34px;
    padding: 0 42px;
}

.liste-des-annonces ul{list-style: none; margin: 0; padding: 0;}

.liste-des-annonces .jobs-container{height: 100%; overflow: auto; padding: 0 42px;}

.jobs-container .job-card{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 1;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    padding: 0 0 0 16px;
    min-height: 94px;
    cursor: pointer;
    overflow: hidden;
    transition: all 300ms ease;
}

.jobs-container .job-card:hover{transform: translateX(10px);}

.jobs-container .job-card.active-job-detail{background-color: #212529; transform: translateX(10px);}

.job-card .job-card__title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 0;
    margin-right: 30px;
    flex-grow: 1;
}

.job-card__title .job__date{
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: #9CA3AF;
}

.job-card__title h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin: 1px 0 2px;
    color: #D52B1E;
    text-transform: uppercase;
}

.job-card__title .job__gender{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #363638;
    text-transform: uppercase;
}

.jobs-container .job-card.active-job-detail .job__date,
.jobs-container .job-card.active-job-detail h3,
.jobs-container .job-card.active-job-detail .job__gender,
.jobs-container .job-card.active-job-detail .job-card__type{color: #FFF;}

.job-card .job-card__type{
    display: flex;
    justify-content: flex-start;
    width: 38%;
    align-items: center;
    margin-right: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #212529;
}

.job-card__type .job__contrat{
    background: url(../images/icon-clarity_user.svg) no-repeat left center;
    background-size: 14px 16px;
    width: 25%;
    padding-left: 22px;
    padding-right: 5px;
}

.jobs-container .job-card.active-job-detail .job__contrat{
    background: url(../images/icon-clarity_user-white.svg) no-repeat left center;
    background-size: 14px 16px;
}

.job-card__type .job__localisation{
    background: url(../images/icon-map.svg) no-repeat left center;
    background-size: 13px 16px;
    padding-left: 22px;
    width: 60%;
}
.jobs-container .job-card.active-job-detail .job__localisation{
    background: url(../images/icon-map-white.svg) no-repeat left center;
    background-size: 13px 16px;
}

.job-card .job-card__arrow{
    background-color: #212529;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    
}

.section-liste-des-annonces .liste-annonces__map{width: 66%; position: relative;}

.job__info-window{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 90%;
    height: 80vh;
    max-width: 750px;
    max-height: 600px;
    background-color: #FFF;
    border-radius: 5px;
    padding: 40px;
    transform: translate(-50%,-50%) scale(0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}

.job__info-window.active-info-window{opacity: 1; visibility: visible; transform: translate(-50%,-50%) scale(1); z-index:1001;}

.job__info-window .close-window{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 0 5px 0 5px;
    background-color: #212529;
    transition: all 300ms ease;
}

.job__info-window .close-window:hover{background-color: #D52B1E;}

.job__info-window .job-tags{
    display: flex;
    align-items: center;
    list-style: none;
    max-width: 95%;
    padding: 0;
    margin: 0 0 30px;
}
.job__info-window .job-tags li{
    display: flex;
    align-items: center;
    margin-right: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #212529;
}
.job__info-window .job-tags li img{margin-right: 8px;}

.job__info-window .job-detail__wrapper{display: flex; justify-content: space-between; align-items: flex-start; height: 91%;}

.job-detail__wrapper .job-detail__content{width: 65%; height: 100%; margin-right: 40px; overflow: auto; position: relative;}

.job-detail__content h2{
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #212529;
    text-transform: uppercase;
}

.job-detail__content h2 span{font-weight: 400;}

.job-detail__content .job-detail__info{transition: all 300ms ease; padding-right: 20px;}

.job-detail__content .job-detail__post-date{
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #7A7A80;
}

.job-detail__content p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 30px;
    text-align: justify;
}

.job-detail__content p:last-child{margin-bottom: 0;}

.job-detail__content .txt-title{display: block; margin-bottom: 14px;}

.job-detail__wrapper .job-detail__contact{width: 220px; padding-top: 6px;}

.job-detail__form .button-submit,
.job-detail__contact .job-detail__CTA{
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 26px;
    background-color: #212529;
    color: #FFF;
    cursor: pointer;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #212529;
    text-decoration: none;
    transition: all 300ms ease;
}

.job-detail__form .button-submit{justify-content: center; max-width: 250px; margin: 0 auto;}
.job-detail__contact .job-detail__CTA{justify-content: flex-start; flex-direction: column; margin-bottom: 30px;}

.job-detail__contact .job-detail__CTA.active-cta{
    background-color: #FFF;
    color: #212529;
}

.job-detail__form .button-submit:hover,
.job-detail__contact .job-detail__CTA:hover{background-color: #D52B1E; border: 1px solid #D52B1E;}
.job-detail__contact .job-detail__CTA.active-cta:hover{background-color: #212529; color: #FFF; border: 1px solid #212529;}

.job-detail__contact .job-detail__CTA .CTA-off{
    margin-bottom: 30px;
    margin-top: 16px;
    text-transform: uppercase;
    transition: all 300ms ease;
}

.job-detail__contact .job-detail__CTA.active-cta .CTA-off{margin-top: -43px;}

.job-detail__contact .job-detail__CTA .CTA-on{font-size: 17px; line-height: 18px; text-transform: initial;}

.job-detail__contact .job-detail__adresse{
    background: #F3F3F8;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    border-radius: 6px;
}

.job-detail__adresse .job-detail__localisation{display: flex; align-items: center; margin-bottom: 15px;}
.job-detail__adresse .job-detail__localisation img{margin-right: 6px;}

.job-detail__contact .job-detail__RS{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.job-detail__contact .job-detail__RS li{margin: 0 6px;}
.job-detail__contact .job-detail__RS li a{display: flex;}
.job-detail__contact .job-detail__RS li a:hover i{color:#D52B1E; border-color: #D52B1E;}

.job-detail__contact .job-detail__RS li a i,
.job-detail__contact .job-detail__RS li a svg{transition: all 300ms ease;}
.job-detail__contact .job-detail__RS li a:hover svg{fill: #D52B1E;}


.job-detail__contact .job-detail__share{
    background-color: #F3F3F8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 40px;
    padding: 15px 20px;
    color: #212529;
    opacity: 1;
    text-align: center;
    border-radius: 6px;
    transition: all 300ms ease;
}

.job-detail__contact .job-detail__share.hide-share{opacity: 0; display:none;}

.job-detail__contact .cta-copy-link{margin-top: 30px;}
.job-detail__contact .cta-copy-link a{
    display: flex;
    justify-content: center;
    padding: 5px;
    border: 1px dashed #888;
    border-radius: 20px;
    color: #555;
    font-size: 13px;
    text-align: center;
    transition: all 300ms ease;
}

.job-detail__contact .cta-copy-link a:hover{
    background-color: #212529;
    border: 1px solid #212529;
    color: #FFF;
}

.job-detail__share h4{
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.job-detail__share ul{
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-detail__share ul a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #212529;
    font-size: 16px;
    border-radius: 16px;
    border: 1px solid #212529;
}

.job-detail__share ul a i{transition: all 300ms ease;}

.job-detail__share ul a:hover{background-color:#212529; color:#FFF;}
.job-detail__share ul a svg{fill:#212529; transition: all 300ms ease;}
.job-detail__share ul a:hover svg{fill:#FFF;}


.liste-annonces__map iframe{position: relative; z-index: 1;}

.job-detail__content .job-detail__form{
    background-color: #FFF;
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    width: 95%;
}

.job-detail__content .job-detail__form.active-form-job{opacity: 1; visibility: visible; margin-top:30px; position:inherit;}
.job-detail__content .job-detail__info.hide-job-detail{opacity: 0; visibility: hidden; display: none;}

.job-detail__form .form-group{position: relative; width: 48%; margin: 0 0 24px 0;}
.job-detail__form .form-group.job-Lettre-d-motivation{margin-bottom: 0;}
.job-detail__form .form-group.form-item-medium{width: 48%;}
.job-detail__form .form-group.form-item-full,
.job-detail__form .co-form.form-item-full{width: 100%;}

.form-group .formLabel{
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 20px;
    margin: 0;
    z-index: 2;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #7A7A80;
    cursor: pointer;
    transition: all 300ms ease;
}
.form-group:hover .formLabel,
.form-group .formLabel:hover{color: #363638;}
.form-group.formactive .formLabel{top: -19px; left: 8px; font-size: 12px; line-height: 18px; color: #888;}

.form-group input.form-style,
.form-group textarea.form-style{
    width: 100%;
    border-radius: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #363638;
    border: 1px solid #9CA3AF;
    box-shadow: none;
    transition: all 300ms ease;
}

.form-group input.form-style:hover,
.form-group textarea.form-style:hover{background-color: #F3F3F8;}

.form-group.formactive input.form-style,
.form-group.formactive textarea.form-style{border: 1px solid #363638; background-color: #F3F3F8;}

.form-group input.form-style{width: calc(100% - 42px); height: 30px; padding: 5px 20px;}
.form-group textarea.form-style{width: 91%; padding: 15px 20px;}

.form-group input.form-style:focus,
.form-group textarea.form-style:focus{outline: none;}

.job-detail__form .join-a-file{margin-bottom: 26px; width: 100%;}

.join-a-file label{
    background: url(../images/icon-trombone.svg) no-repeat 15px 12px;
    background-size: 15px 16px;
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px dashed #9CA3AF;
    padding: 0 20px 0 40px;
    font-size: 15px;
    line-height: 19px;
    color: #7A7A80;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    transition: all 300ms ease;
}

.join-a-file.active-file-chosen label,
.join-a-file label:hover{background-color: #F3F3F8; color: #363638;}

.job-detail__form .co-form{
    margin-bottom: 0;
    text-align: right;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #363638;
}

.form-group .job-consent-wrapper{
    display: block;
    position: relative;
    padding-left: 31px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #212529;
    cursor: pointer;
}


.job-consent-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.job-consent-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #B3B5B9;
    border-radius: 3px;
    background-color: #FFF;
    transition: all 300ms ease;
}

.job-consent-wrapper:hover input ~ .checkmark{background-color: #DDD;}
.job-consent-wrapper input:checked ~ .checkmark{background-color: #212529; border: 1px solid #212529;}

.job-consent-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    transition: all 300ms ease;
}

.job-consent-wrapper input:checked ~ .checkmark:after{display: block;}

.job-consent-wrapper .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#video-nos-metiers{
    padding: 60px 30px 50px;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

#video-nos-metiers h2{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 35px;
}

#video-nos-metiers h2 svg{margin: 3px 12px 0 0; fill: #363638;}

#video-nos-metiers .owl-carousel .video-slider-metier__item iframe{background-color: #f3f3f8;}

#video-nos-metiers .owl-carousel .owl-dots.disabled{display: none;}

#video-nos-metiers .owl-carousel .owl-dots{margin-top: 15px; display: flex; justify-content: center; align-items: center; gap: 10px;}
#video-nos-metiers .owl-carousel .owl-dots .owl-dot{
    display: block;
    background-color: #bebec2;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    transition: all 300ms ease;
}

#video-nos-metiers .owl-carousel .owl-dots .owl-dot.active{background-color: #d52b1e;}

#candidature-spontane{
    background-color: #FFF;
    padding: 30px 30px 80px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 3;
}

#candidature-spontane .candidature-spontane__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
}

.candidature-spontane__wrapper .candidature-spontane__intro{width: 50%; margin-right: 100px;}

.candidature-spontane__intro h2{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #363638;
    text-transform: uppercase;
}
.candidature-spontane__intro h2 img{width: 12px; margin-left: 20px; margin-top: 2px;}
.candidature-spontane__intro p{font-size: 14px; line-height: 18px; margin-bottom: 0; text-align: justify;}
.candidature-spontane__intro img{width: 100%; margin-top: 35px; border-radius: 5px;}

.candidature-spontane__wrapper .candidature-spontane__form{width:50%;}
.candidature-spontane__form .job-detail__form{
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 46px;
    transition: all 300ms ease;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.candidature-spontane__form .form-group textarea.form-style{width: calc(100% - 42px);}

.candidature-spontane__form .job-detail__form .button-submit{max-width: 320px;}

.candidature-spontane__form .dropdown-container{
    position: relative;
    width: 48%;
}

.candidature-spontane__form .dropdown-container.dropdown-container-medium{width: 48%;}

.candidature-spontane__form .dropdown-button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
    width: calc(100% - 30px);
    height: 30px;
    padding: 5px 10px 5px 20px;
    margin-bottom: 24px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #7A7A80;
    border: 1px solid #9CA3AF;
    box-shadow: none;
    cursor: pointer;
    transition: all 300ms ease;
}

.candidature-spontane__form .dropdown-button:hover{background-color: #F3F3F8; color: #363638;}
.candidature-spontane__form .dropdown-container .dropdown-arrow{right: 10px; fill: #7A7A80;}
.candidature-spontane__form .dropdown-container .dropdown-button:hover .dropdown-arrow{fill:#363638;}

.candidature-spontane__form .dropdown-container .dropdown-list{top: 50px;}



/*** Select V2 ***/
.select2-container--default .select2-selection--single {
    border-radius: 5px;
    padding: 16px 0;
    border: none;
    background: #e26b62;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #d52b1e transparent;
}
.dropdown-container .control-label {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
    background: white;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    background: white;
}
.select2-search--dropdown .select2-search__field {
    width: calc(100% - 10px);
}
.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: hsl(4deg 75% 48%);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: none;
    color: hsl(11deg 80% 45%);
}
.select2-container--default .select2-results__option--selected {
    background: none;
    color: hsl(11deg 80% 45%);
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-weight: 500;
}
.select2-dropdown{
    box-shadow: 0px 10px 30px -4px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 10px 30px -4px rgb(0 0 0 / 15%);
    /*border-radius: 0 0 10px 10px;*/
    /*-webkit-border-radius: 0 0 10px 10px;*/
}
.btn-group>.btn:first-child {
    margin-left: 0;
    padding: 18px 15px;
    color: #fff;
    background: #e26b62;
    font-size: 16px;
    border: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    background: none;
    color: #d52b1e;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #d52b1e;
    background: none;
}
.multiselect-container {
    padding: 10px;
}
/*** Select V2 ***/

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: fixed;
    z-index: 10;
    top: 50%;
    right: calc(50% - 40px);
    bottom: 0;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d52b1e;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  border: 1px solid #fff;
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}



.form-fail, .form-reponse-fail, .form-alerte-fail{
    /*width: calc(100% + 2px);*/
    /*box-sizing: border-box !important;*/
    padding: 10px 20px;
    color: white;
    background: #d52b1e;
    border-radius: 5px;
    margin-bottom: 25px;
    border: 1px solid #971c00;
}
.form-success, .form-reponse-success, .form-alerte-success{
    /*width: calc(100% + 2px);*/
    /*box-sizing: border-box !important;*/
    padding: 10px 20px;
    color: white;
    background: #57a559;
    border-radius: 5px;
    margin-bottom: 25px;
    border: 1px solid #3c763d;
}
.form-fail:empty, .form-success:empty, .form-reponse-fail:empty, .form-alerte-fail:empty, .form-reponse-success:empty, .form-alerte-success:empty{
    padding: 0;
    margin: 0;
    border: none;
}


/* Style pour les groupes de marqueurs survolés */
.cluster.highlighted {
    animation: pulse 1.5s infinite;
}

/* Animation de pulsation */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.leaflet-tooltip-pane{
    font-size: 12px;
}

.join-a-file input{
    visibility: hidden;
    height: 0;
}

.fa-custom {
    color: black;
    padding: 4px;
    border: 2px solid black;
    border-radius: 50%;
    background-color: white;
    box-sizing: content-box;
    width: 14px;
    text-align: center;
}

#map { height: 100%; }

.dropdown-container .dropdown-button .dropdown-quantity.dropdown7, .dropdown-container .dropdown-button .dropdown-quantity.dropdown8{
    background-color: #cf3917;
    color: white;
}

.marker-cluster-small {
    background-color: rgb(255 18 0 / 36%) !important;
}
.marker-cluster-small div {
    background-color: rgb(255 18 0 / 80%) !important;
    color: white;
}
.txt-zoom {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 19px;
}

.form-search__wrapper .dropdown-container.dropdown-container-first{
    margin-left: 0;
}
.empty-annonce {
    font-size: 20px;
    text-align: center;
}

.section-ml-texte{
    padding: 50px 30px 80px;
    max-width: 1100px;
    margin: 0 auto;
}

.section-ml-texte h1{margin-bottom: 40px; font-size: 38px;}
.section-ml-texte td,
.section-ml-texte th {padding: 10px;}

.candidature-spontane__form .txt-cookies{
    margin: 30px 0 0;
    font-size: 12px;
    text-align: justify;
}


/* --------------------------------------- */
/* ----- Custom CSS for annonce ---------- */
/* -------------------------------------- */
.details-annonce .job-tags {
    display: flex;
    align-items: center;
    list-style: none;
    max-width: 95%;
    padding: 0;
    margin: 0 0 30px;
}
.details-annonce .job-tags li {
    display: flex;
    align-items: center;
    margin-right: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #212529;
}

.details-annonce .job-tags li img {
    margin-right: 8px;
}
.details-annonce .job-detail__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.details-annonce .job-detail__content {
    width: 70%;
    height: 100%;
    margin-right: 40px;
    overflow: auto;
    position: relative;
}
.details-annonce .job-detail__contact {
    width: 300px;
    padding-top: 6px;
}
.details-annonce {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    list-style: none;
    margin: 0 auto;
    padding: 50px 30px 70px;
    width: clac(100% - 60px);
    max-width: 1300px;
}
.retour-button{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 350px;
    height: 50px;
    border-radius: 26px;
    background-color: #212529;
    color: #FFF;
    cursor: pointer;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #212529;
    text-decoration: none;
    transition: all 300ms ease;
    margin: 80px auto 0;
}
.retour-button:hover{background-color: #d52b1e; color: #FFF; border: 1px solid #d52b1e;}



/* --------------------- */
/* --- Media Queries --- */
/* --------------------- */


@media screen and (max-width: 380px) {
    body .section-form-search.active-filter .section-form-search__row .cta-reinitialiser{margin-left: 0;}
    body .bandeau-top-accueil .img-wrapper{height: 150px !important;}
}

@media screen and (max-width: 414px) {
    #video-nos-metiers h2 svg{display:none;}
}


@media screen and (max-width: 480px) {
    .bandeau-top-accueil .img-wrapper{height: 250px;}
    /*body .bandeau-top-accueil .img-wrapper img:first-child{width: 100vw;}
    .bandeau-top-accueil .img-wrapper img:nth-child(2){display: none;}*/
    .candidature-spontane__form .job-detail__form{flex-direction: column;}
    .job-detail__form .form-group,
    .job-detail__form .form-group.form-item-medium,
    .candidature-spontane__form .dropdown-container.dropdown-container-medium,
    .candidature-spontane__form .dropdown-container{width: 100%;}
    body .candidature-spontane__form .job-detail__form {
        padding: 30px 23px 30px 20px;
        width: calc(100% - 43px);
    }
    .dropdown-container .dropdown-list{z-index: 12;}
    .job-detail__form .button-submit,
    .job-detail__contact .job-detail__CTA{font-size: 16px;}
    .job-detail__form .co-form.form-item-full{margin-bottom: 15px;}
    body .candidature-spontane__form .job-detail__form .button-submit {max-width: inherit; width: calc(100% - 12px); line-height: 16px;}
    .section-form-search .section-form-search__row .form-search__wrapper{padding: 40px 30px 50px;}
    .cta-add-filtre-mobile{margin: 15px auto 0;}
    body .job-detail__content .job-detail__form{width: 96%;}
    body .job-detail__content .job-detail__info.hide-job-detail {min-height: 650px;}
    .job-detail__content .job-detail__form.active-form-job{margin-top: 15px;}
    .section-form-search.active-filter .section-form-search__row .cta-reinitialiser{width: 70px; margin-left: 10px;}
    .section-form-search .cta-reinitialiser svg{display:none;}
    .section-form-search__row .cta-filter{margin-left: 10px;}
    body .details-annonce #title-job {font-size: 26px;}
    body .section-form-search h3.texte_cherche_short,
    .section-form-search .cta-reinitialiser,
    .section-form-search.active-filter .cta-reinitialiser{display:none;}
}

@media screen and (max-width: 660px) {
    body .bandeau-top-accueil .img-wrapper{height: 180px;}
}

@media screen and (max-width: 768px) {
    .home-page.active-menu-hamburger{overflow: hidden;}
    .header-carriere-yam__container .primary-nav{
        background-color: #FFF;
        position: absolute;
        top: 80px;
        left: -360px;
        z-index: 20;
        opacity: 0;
        padding: 30px 35px;
        min-width: 200px;
        width: calc(50% - 90px);
        height: calc(100vh - 141px);
        border-top: 1px solid #eee;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        transition: all 300ms ease;
    }
    .active-menu-hamburger .header-carriere-yam__container nav {
        left: 0;
        opacity: 1;
        min-width: 250px;
    }
    .header-carriere-yam nav ul{flex-direction: column; align-items: flex-start;}
    .header-carriere-yam .hamburger{display: block;}
    .active-menu-hamburger .header-carriere-yam__container .nav-mobile-overlay{display: block; opacity: 1; cursor: pointer;}
    .header-carriere-yam .header-carriere-yam__container nav ul li{margin-left: 0;}
    .header-carriere-yam .header-carriere-yam__container nav ul li:nth-child(2){display:none;}
    .header-carriere-yam .header-carriere-yam__container nav ul li a{height: 40px; margin-bottom: 20px;}
    .section-liste-des-annonces .liste-des-annonces .jobs-container .job-card{width: 100%;}
    #video-nos-metiers h2{
        justify-content: flex-start;
        font-size: 24px;
        line-height: 24px;
        text-align: left;
    }
    body .section-form-search .CTA-candidature-spontane{display: flex; padding: 4px 12px; width: auto; height: auto; font-size: 14px; line-height: 17px;}
    body .section-form-search .CTA-candidature-spontane svg{display:none;}
}

@media screen and (max-width: 800px) {
    .job-card .job-card__type{justify-content: flex-start;}
    .footer-carriere-yam .inner-footer{flex-direction: column;}
    .footer-carriere-yam .footer-carriere-yam__logo{margin-right: 0; margin-bottom: 20px;}
    .footer-carriere-yam .inner-footer__nav ul{flex-wrap: wrap;}
    .footer-carriere-yam .inner-footer__nav ul li{padding: 0 10px;}
    .bandeau-top-accueil .img-wrapper img:nth-child(3),
    .footer-carriere-yam .inner-footer__nav ul .spacer-nav,
    .bandeau-top-accueil .page-title .spacer-carriere-yam{display: none;}
    .bandeau-top-accueil .page-title{justify-content: center; padding: 25px 30px; height: auto;}
    .bandeau-top-accueil .img-wrapper{height: 320px;}
    /*.bandeau-top-accueil .img-wrapper img{width: 50%;}
    .bandeau-top-accueil .img-wrapper img:nth-child(2){margin: 0 0 0 1px;}*/
    body .bandeau-top-accueil .page-title h1{padding: 0;}
    body .section-form-search{height: 50px;}
    .section-form-search .section-form-search__row{justify-content: space-between;}
    .section-form-search #form-search{
        max-width: inherit;
        position: fixed;
        left: -100vw;
        background-color: #FFF;
        width: 100vw;
        height: 100vh;
        top: 0;
        transition: all 300ms ease;
    }
    .section-form-search #form-search.active-filter-mobile{left: 0; z-index: 100; overflow-x: hidden; overflow-y: auto;}
    .cta-filter{display: flex;}
    
    .close-filter-mobile,
    .title-filter-mobile,
    .cta-add-filtre-mobile{display: flex; justify-content: center; align-items: center;}
    .section-form-search .form-search__wrapper{
        flex-direction: column;
        align-items: flex-start;
        padding: 50px 40px;
    }
    body.active-menu-filer{overflow: hidden;}
    
    .close-filter-mobile{
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        cursor: pointer;
        border-radius: 0 0 5px 0;
        background-color: #212529;
        transition: all 300ms ease;
    }
    .close-filter-mobile svg{fill:#FFF;}
    .close-filter-mobile:hover{background-color: #D52B1E;}
    
    .title-filter-mobile{width: 100%; margin: 15px 0 30px;}
    .title-filter-mobile svg{width: 20px;}
    .section-form-search .title-filter-mobile h3{margin: 0 0 0 15px; color: #212529; font-weight: 400; font-size: 26px;}
    
    .cta-add-filtre-mobile{
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 300px;
        height: 50px;
        border-radius: 26px;
        background-color: #FFF;
        margin: 25px auto 0;
        color: #212529;
        cursor: pointer;
        font-family: 'Play', sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        overflow: hidden;
        text-align: center;
        text-transform: uppercase;
        border: 1px solid #212529;
        transition: all 300ms ease;
    }
    .cta-add-filtre-mobile:hover{background-color: #212529; color: #FFF;}
    
    #form-search .form-search__wrapper .dropdown-container{margin-bottom: 24px; margin-left: 0; width: 100%;}
    #form-search .form-search__wrapper .dropdown-container.hide-mobile{display: block;}
    #form-search .form-search__wrapper .dropdown-container .dropdown-button{
        height: 30px;
        color: #212529;
        border-bottom: 1px solid #dee0e9;
        border-radius: 0;
    }
    #form-search .form-search__wrapper .dropdown-container .dropdown-button:hover{color: #D52B1E;}
    #form-search .dropdown-container .dropdown-button .dropdown-arrow{fill: #212529;}
    #form-search .dropdown-container .dropdown-button:hover .dropdown-arrow{fill: #D52B1E;}
    #form-search .dropdown-container .dropdown-list{top: 44px; width: calc(100% - 40px); border-radius: 10px;}
    .job__info-window .job-tags{flex-wrap: wrap;}
    .section-form-search .cta-reinitialiser{flex-direction: row; align-items: center; height: calc(40px - 10px);}
    .section-form-search.active-filter .cta-reinitialiser{width: 90px;}
    .section-form-search .cta-reinitialiser svg{height: 15px; margin-top: 0; margin-bottom: 2px; margin-right: 5px;}
    
    .details-annonce .job-detail__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .details-annonce .job-detail__content{width: 100%;}
    .details-annonce .job-tags li{margin: 0 auto;}
    .details-annonce .job-tags{max-width: 100%; flex-wrap: wrap; gap: 10px;}
    .details-annonce #title-job{font-size: 30px; line-height: 33px;}
    .section-liste-des-annonces.details-annonce{max-width: 600px;}
    body .details-annonce .job-detail__wrapper .job-detail__contact{width: 100%; margin-top: 40px;}
    .details-annonce .job-detail__content .job-detail__info{padding-right: 0;}
}

@media screen and (max-width: 960px) {
    body .footer-carriere-yam{height: auto; padding: 30px 30px 40px;}
    .header-carriere-yam .header-carriere-yam__container{padding: 0 30px;}
    .header-carriere-yam nav ul li{margin-left: 35px;}
    .header-carriere-yam nav ul li a{font-size: 18px;}
    .bandeau-top-accueil .page-title h1{padding: 0 30px; font-size: 25px; text-align: center; line-height: 26px;}
    #candidature-spontane .candidature-spontane__wrapper{flex-direction: column;}
    #candidature-spontane .candidature-spontane__wrapper .candidature-spontane__intro{
        margin-right: 0;
        margin-bottom: 40px;
        width: 100%;
        max-width: 500px;
    }
    .candidature-spontane__intro h2 img{display: none;}
    #candidature-spontane .candidature-spontane__wrapper .candidature-spontane__form {
      width: 100%;
      max-width: 500px;
    }
    .dropdown-container .dropdown-list{right: 0; border-radius: 10px 0 10px 10px;}
    .section-form-search h3{margin-right: 15px;}
    .section-liste-des-annonces{flex-direction: column-reverse;}
    body .section-liste-des-annonces .liste-annonces__map {width: 100%; height: 80vh; max-height: 600px;}
    .section-liste-des-annonces .liste-des-annonces h2{padding: 0 30px;}
    .liste-des-annonces .jobs-container{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .liste-des-annonces .jobs-container .job-card{width: 42%; padding: 0 16px;}
    .job-card .job-card__arrow{display: none;}
    .jobs-container .job-card.active-job-detail,
    .jobs-container .job-card:hover {
      transform: translateY(5px) translateX(0);
    }
    .sticky-active .section-form-search{
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100vw - 40px);
        z-index: 200;
        padding: 10px 20px;
    }
    .liste-annonces__map .job__info-window{max-height: 500px; width: 78%;}
    .job__info-window .job-tags{margin: 0 0 15px;}
    .job__info-window .job-tags li{line-height: 26px;}
    .job__info-window .job-tags li:last-child{margin-right: 0;}
    .section-liste-des-annonces .liste-des-annonces {
        width: 100% !important;
    }
    .retour-button{
        width: auto;
        height: auto;
        margin: 0 auto 40px;
        padding: 12px 25px;
        font-size: 14px;
        line-height: 14px;
    }
    .details-annonce .job-tags{margin: 20px 0 20px;}
    #video-nos-metiers .owl-carousel .video-slider-metier__item iframe{height: 250px;}
}

@media screen and (max-width: 1100px) {
    .candidature-spontane__wrapper .candidature-spontane__intro{margin-right: 40px;}
    .candidature-spontane__form .job-detail__form{padding: 30px;}
    .form-group input.form-style{padding: 5px 15px; width: calc(100% - 30px);}
    .form-group .formLabel{left: 15px; font-size: 14px;}
    .join-a-file label{font-size: 14px;}
    .candidature-spontane__form .dropdown-button{width: calc(100% - 25px); padding: 5px 10px 5px 15px; font-size: 14px;}
    .candidature-spontane__intro h2,
    .section-liste-des-annonces .liste-des-annonces h2{font-size: 22px; line-height: 25px;}
    .job__info-window .job-detail__wrapper{flex-direction: column; height: 88%; overflow-y: auto; overflow-x: hidden;}
    .job__info-window .job-detail__wrapper .job-detail__content{
        margin-right: 0;
        width: calc(100% - 10px);
        height: auto;
        overflow: visible;
        margin-bottom: 20px;
        padding: 0 5px;
    }
    .job-detail__wrapper .job-detail__contact{width: 100%; border-top: 1px solid; padding-top: 20px;}
    .job-detail__contact .job-detail__CTA{max-width: 250px; margin: 0 auto 30px;}
    .job-detail__content .job-detail__form{height: auto; width: 98%;}
    .job-detail__content .job-detail__info.hide-job-detail{min-height: 490px;}
    .section-form-search .section-form-search__row h3.texte_cherche{display:none;}
    .section-form-search h3.texte_cherche_short {display: flex; align-items: center; font-size: 16px;}
    .form-search__wrapper .dropdown-container.temps-de-travail{min-width: inherit;}
    .details-annonce .job-detail__wrapper .job-detail__contact{width: 300px; border-top: none; padding-top: 0;}
    .details-annonce .job-detail__wrapper .job-detail__content h1{margin-top: 0; font-size: 34px; line-height: 40px;}
}

@media screen and (max-width: 1300px) {
    .section-form-search__row{justify-content: flex-start; max-width: 960px;}
    .section-form-search{height: 100px;}
    .form-search__wrapper .dropdown-container.hide-mobile,
    .section-form-search .CTA-candidature-spontane,
    .section-form-search .txt-OU{display: none;}
    .section-form-search #form-search{max-width: inherit; width: 90%; flex-grow: inherit;}
    .form-search__wrapper .dropdown-container{width: 23%;}
    .form-search__wrapper .dropdown-container{margin-left: 15px;}
    .liste-des-annonces .jobs-container{padding: 0 30px;}
    .jobs-container .job-card{flex-direction: column; padding: 0 30px 0 16px;}
    .job-card .job-card__title{margin-right: 0;}
    .job-card .job-card__type{width: 100%; margin-right: 0; margin-bottom: 16px;}
    .job-card .job-card__arrow{
        position: absolute;
        top: 0;
        right: 0;
        width: 24px;
        height: 100%;
    }
    .job-card__type .job__contrat{width: 20%; min-width: 70px;}
    .job-card__type .job__localisation{width: 80%;}
}

@media screen and (max-width: 1550px) {
    .section-form-search{padding: 10px 30px;}
    .section-form-search .txt-OU{margin: 0 -13px 0 30px;}
    .section-form-search.active-filter .txt-OU{margin: 0 30px;}
    .form-search__wrapper .dropdown-container .dropdown-button{font-size: 16px;}
    .section-form-search h3{font-size: 18px;}
    .section-form-search h3 svg{margin-right: 12px;}
    .section-form-search h3.texte_cherche{display: flex; width: 150px; line-height: 20px;}
    .section-form-search h3.texte_cherche svg{width: 30px; margin-top: 3px;}
    .form-search__wrapper .dropdown-container .dropdown-button{padding: 5px 30px 5px 18px;}
    .section-liste-des-annonces .liste-annonces__map{width: 60%;}
    .job__info-window{padding: 30px 25px; width: 86%; max-width: 600px;}
    .job-detail__wrapper .job-detail__content{margin-right: 30px;}
    .job-detail__content h2{font-size: 22px;}
    .job-detail__content .job-detail__post-date,
    .job-detail__content p{margin-bottom: 15px;}
    .form-group textarea.form-style{width: calc(100% - 42px);}
    .section-liste-des-annonces .liste-des-annonces{width: 46%;}
}

@media(min-width:992px){
    .liste-des-annonces{min-height: 866px;}
}
@media(min-width:1550px){
    .job-card .job-card__title {width: 47%;}
}
@media(min-width: 1300px){
    .job-card .job-card__title {max-width: 43%;}
}


