/*****************
		RESPONSIVE 
******************/
@media (max-height: 648px) {
	.sliderWrapper {
		height: 648px;
	}
}

@media (max-height: 463px) {
	.slide .caption {
		max-height: initial;
	}
}

@media (max-width: 1024px) {
	.elt_desktop {
		display: none;
	}

	body .elt_mobile {
		display: flex !important;
	}

	header {
		height: 140px;
	}

	.header_content {
		height: 100%;
		padding: 20px;
		box-sizing: border-box;
		flex-direction: column;
	}

	.wrapper-liensHeader {
		width: 100%;
	}

	.ligne_haut_bandeau {
		display: flex;
		justify-content: space-between;
	}

	.btnPostuler {
		display: none;
	}

	body nav ul .btnMobilePostuler a {
		width: 100%;
		color: #c4c4c4;
		background-color: #274b84;
	}

	.btnMobilePostuler a:hover {
		background-color: #1b3b6c;
	}

	.langage_bandeau, .login_bandeau, .contact_bandeau {
		margin-left: 0;
	}

	/*paysage ipad*/
	#wrapperMenu {
		display: none;
	}

	.logo {
		width: auto;
		margin: 0;
	}

	.logo img {
		height: 100%;
	}

	.page_dynamique_content, #page_home .page_dynamique_content {
		max-width: 100%;
		clear: both;
		padding: 0px 15px;
	}

	.bouton_bandeau {
		float: none;
		text-align: center;
	}

	.ligne_haut_bandeau a span {
		display: none;
	}

	.logo {
		order: 1;
		float: none;
		margin: 0;
		display: block;
		align-self: flex-end;
		text-align: right;
		height: 70px;
	}

	.logo_payment {
		margin: auto;
		text-align: center;
		margin: 25px 0;
		display: block;
		width: 100%;
	}

	.login_bandeau a {
		height: 30px;
		width: 30px;
		background-size: contain;
		background-position: center center;
		padding-left: 0;
	}

	/******* MENU ***********/
	body nav {
		height: auto;
		margin-top: 0 !important;
		display: none;
		width: 260px;
	}

	#wrapperMenuMobile.open {
		display: block;
	}

	#wrapperMenuMobile {
		z-index: -1;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}

	#wrapperMenuMobile .menu {
		padding-top: 140px;
	}

	.menu > li:hover::before, .menu > li.active::before {
		content: none;
	}

	nav ul li {
		border-right: 1px solid transparent;
	}

	nav > ul > li:hover > a {
	}

	body header nav ul li {
		width: 100%;
		float: none;
		height: auto;
		border-top: solid 1px #c4c4c4;
	}

	body nav ul li a {
		padding: 5px 0;
		box-sizing: border-box;
		border: none;
		font-weight: normal;
		text-align: center;
		width: auto;
		float: none;
		line-height: 45px;
		background: none;
		color: #333333;
		text-shadow: none;
	}

	/****  SOUS MENU *******/
	nav ul li > ul > li {
		border: none;
	}

	body nav ul li ul {
		position: relative;
		padding: 0;
		margin: 0;
		top: 0;
		left: 0;
		width: 100%;
		border-top: none;
		transform: none;
		border-radius: 0;
	}

	body nav ul li ul li {
		background: none;
		padding-top: 0;
		margin-top: 0;
	}

	nav ul li > ul li a {
		line-height: 30px;
		text-align: center;
		text-shadow: none;
		width: auto;
		font-size: 15px;
		float: none;
		box-sizing: content-box; /* annulation du border-box du desktop */
		font-weight: lighter;
	}

	body nav ul li ul li:hover a {
		color: #c4c4c4;
	}

	.level0.elt_mobile a {
		width: 100%;
	}

		/********** DEBUT MENU PUSH ***********/
	/***ANIMATION MENU HAMBURGER***/
	.text_menu {
		margin-top: 45px;
	}

	.menu-icon {
		position: absolute;
		width: 60px;
		height: 40px;
		transition: transform 0.5s;
		-moz-transition: transform 0.5s;
		-webkit-transition: transform 0.5s;
	}

	.menu-icon span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		display: block;
		width: 60px;
		height: 3px;
		background-color: #fff;
		transition: background 0.5s;
		-moz-transition: background 0.5s;
		-webkit-transition: background 0.5s;
	}

	body .menu-icon.is-opened span:before,
	body .menu-icon.is-opened span:after {
		background-color: #274b84;
	}

	.menu-icon span::before, .menu-icon span::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		transform: translateY(-6px);
		-moz-transform: translateY(-6px);
		-webkit-transform: translateY(-6px);
		display: block;
		width: 60px;
		height: 3px;
		background-color: #fff;
		transition: transform 0.5s;
		-moz-transition: transform 0.5s;
		-webkit-transition: transform 0.5s;
	}

	.menu-icon span::after {
		transform: translateY(6px);
		-moz-transform: translateY(6px);
		-webkit-transform: translateY(6px);
	}

	.menu-icon.is-opened span {
		background: transparent;
		box-shadow: none;

	}

	.menu-icon.is-opened span::before {
		transform: translateY(0) rotate(45deg);
		-moz-transform: translateY(0) rotate(45deg);
		-webkit-transform: translateY(0) rotate(45deg);

	}

	.menu-icon.is-opened span::after {
		transform: translateY(0) rotate(-45deg);
		-moz-transform: translateY(0) rotate(-45deg);
		-webkit-transform: translateY(0) rotate(-45deg);
	}

	.menu-icon.is-opened {
		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	/***FIN ANIMATION MENU HAMBURGER***/
	#menu {
		transition: all 0.3s ease;
		position: absolute;
		width: 0%;
		top: 0;
		left: -300px;
		background: #274b84;
		height: auto;
		z-index: 999;
	}

	#menu-toggle {
		font-size: 22px;
		position: absolute;
		color: #fff;
		text-transform: uppercase;
		top: 50px;
		left: 0;
		background: #274b84;
		z-index: 1000;
		padding: 10px 20px;
		transition: all 0.3s ease;
		text-align: center;
		height: 80px;
		width: 60px;
		font-family: 'Oswald', sans-serif;
	}

	#menu-toggle:hover {
		cursor: pointer;
	}

	#menu.open, #menu-deroulant {
		left: 0;
		width: 200px;
		display: block !important;
		z-index: 1000;
		padding-bottom: 5px;
		height: auto;
		border: none;
	}

	#menu-toggle.open {
		left: 260px;
		width: 54px;
	}

	#menu-toggle span {
		display: block;
		font-size: 12px;
		color: #274b84;
		text-transform: uppercase;
	}

	#wrapperMenuMobile.open {
		background: none;
	}

	#menu-toggle {
		background: none;
		height: 66px;
		width: auto;
		left: 0;
	}

	#menu-toggle.open {
		background: none;
		z-index: 1002;
		width: 100%;
		left: 0;
	}

	.text_menu {
		margin-top: 40px;
		position: absolute;
		width: 60px;
		height: 40px;
		font-size: 16px;
	}

	.tablette.open .text_menu {
		color: #c4c4c4;
	}

	.menu {
		background: #fff;
		white-space: normal;
	}

	/********** FIN MENU PUSH ***********/
	.tablette {
		display: block;
	}

	header .telephone {
		display: block;
	}

	#page_home .page_dynamique_content, .page_dynamique_content {
		position: static;
		transform: none;
		left: auto;
	}

	/*********************************
				ACCUEIL
	*********************************/

	/***** NEW JOBS SECTION 2023 ****/
	.job_left_wrapper {
		max-width: 60%;
	}
	.job_left_wrapper .un_job_slider {
		width: 47%;
	}
	.job_right_wrapper {
		max-width: 32%;
	}

	/***** Current Job Opportunitie****/
	.jobopp_accueil .last_job_accueil {
		width: 100%;
		margin: 0 auto;
	}

	.one_job {
		text-align: center;
	}

	.one_job span {
		position: static;
		transform: translateY(0);
		top: 0;
		padding-left: 15px;
	}

	.one_job p {
		padding-right: 0;
	}

	/*RECRUTEMENT*/
	.jobopp_accueil .recrutement_accueil {
		width: 100%;
	}

	.jobopp_accueil .recrutement_accueil h2 {
		text-align: center;
		padding-top: 25px;
	}

	.one_recrutement {
		text-align: center;
	}

	.one_recrutement a img {
		margin-right: 0;
	}

	.one_recrutement a div {
		width: 100%;
	}

	.one_recrutement a div .more {
		padding-top: 10px;
	}

	/***** Maps ****/
	.carte_accueil iframe {
		min-height: 300px;
	}

	/*** Footer ***/
	.footer_content {
		padding: 0;
	}

	.footer_content section {
		width: 100%;
		margin: 15px auto;
		text-align: center;
	}

	.footer_content section h4 {
		padding-bottom: 5px;
	}

	/*** Partenaire ***/
	.bloc_partenaire {
		width: 42%;
	}

	/*** Contact ***/
	.contact-form {
		width: 100%;
	}

	.texte_coordonnees {
		width: 100%;
	}

	.texte_coordonnees, .texte_accroche {
		text-align: center;
		margin: auto;
	}

	/**page dynamique**/
	.text_champ figure {
		width: 100%
	}

	.text_champ .texte_pag_dyn {
		width: 100%;
	}
}

@media (max-width: 870px) {

	/*** NEW JOBS DESIGN 2023 ***/
	.all_job_wrapper {
		flex-direction: column;
	}
	.job_right_wrapper {
		flex-direction: unset;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 100%;
		width: unset;
		column-gap: 0;
	}
	.job_right_wrapper .un_job_slider {
		width: 47%;
	}
	.job_left_wrapper {
		max-width: 100%;
		width: unset;
		column-gap: 30px;
	}
	.job_right_wrapper > h2 {
		width: 100%;
	}
	.un_job_cover h2 {
		display: flex;
		justify-content: center;
	}
	.job_right_wrapper .un_job_slider {
		height: 250px;
	}
	body .job_right_wrapper .slick-slide .un_job_img {
		display: flex;
	}
}

@media (max-width: 770px) {
	.candidature-colonne {
		float: none;
		width: auto;
	}

	.formu_colonne {
		width: 100%;
	}

	.formu_colonne_3 {
		width: 100%;
	}

	.espaceCand_loginForm {
		width: 100%;
	}

	.espaceCandidat_paiement {
		float: none;
		width: auto;
	}
}

@media (max-width: 667px) {
	/**containeur formulaire test**/
	.container_test form {
		width: 95%;
		margin: auto;
	}

	.barre_recherche {
		display: none;
	}

	/** Accueil **/
	.jobopp_accueil, .services_accueil, .partenaire_accueil {
		padding: 30px 0;
	}

	.slide .caption {
		font-size: 6vw;
	}

	.jobopp_accueil h1, .services_accueil h2, .partenaire_accueil h2 {
		font-size: 25px;
	}

	.one_service {
		width: 47%;
	}

	.cta_accueil div {
		width: 80%;
		top: 45%;
	}

	.cta_accueil div h2 {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.cta_accueil div a span {
		font-size: 20px;
		padding: 10px 25px;
	}

	.cta_accueil {
		min-height: 200px;
	}

	.bloc_partenaire {
		width: 90%;
	}

	.programme-sidebar {
		border-top: 1px solid #c2cbd0;
		border-left: none;
		padding-left: 0px;
	}

	.programme-content, .programme-sidebar {
		width: 100%;
		float: none;
	}

	.programme-content h2, .programme-sidebar h2 {
		text-align: center;
	}

	.caption_phrase_accroche * {
		font-size: 5vw !important;
	}

}

@media (max-width: 530px) {
	.espaceCandidat_menu_item {
		width: auto;
		float: none;
	}

	.classPlay,.classPause,.classBack,.classStop,.classResize{
		padding-left: 5px;
		padding-right: 5px;
	}

	/*** partie jobs ***/
	.job_left_wrapper .un_job_slider {
		width: 100%;
	}
}

@media (max-width: 480px) {

	/** Accueil **/
	.one_service {
		width: 100%;
		padding-top: 20px;
	}

	.jobopp_accueil h1, .services_accueil h2, .partenaire_accueil h2 {
		padding-bottom: 10px;
	}

	/*** NEW JOBS DESIGN 2023 */
	.job_left_wrapper {
		flex-direction: column;
	}
	.job_left_wrapper .un_job_slider {
		width: 100%;
	}
	.job_right_wrapper .un_job_slider {
		width: 100%;
	}

	/** Footer **/
	.footer_content .reseau img {
		width: 8%;
	}

	.espaceCandidat_dashboard_msgBienvenue_wrapper {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.espaceCandidat_dashboard_msgBienvenue_wrapper > * {
		margin: 15px 0;
		width: auto;
	}
}

@media (max-width: 463px) {
	.slick-initialized .slick-slide {
		float: left;
	}
}

@media (max-width: 440px) {
	.langage_bandeau a {
		margin: 0 3px;
	}

	/**Nav**/
	.logo {
		text-align: right;
	}

	.logo_payment {
		margin: auto;
		text-align: center;
		margin: 25px 0;
		display: block;
		width: 100%;
	}
	.cta_accueil div a span {
		font-size: 15px;
	}

}

@media (max-width: 360px) {
	/*Galaxy S portrait*/

}

@media (max-width: 320px) {
	/*Iphone 5 portrait*/

}
