
/*****************************************************************
	PROPRIETES GENERALES  - BODY / TITRES / TEXTES / LIENS // CSS 
*****************************************************************/

html {
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	overflow-x: hidden;
	overflow-y: visible;
	padding: 0;
	position: relative;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
}

body {
	background-size: cover; /* version standardisée */
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
}


body {
	content: "1";
}


h1, h2, h3, h4 {
	font-family: 'Oswald', sans-serif;
}

.lower {
	text-transform: none;
}

h1 {
	position: relative;
	color: #274b84;
	font-size: 30px;
	text-align: center;
	margin: auto;
	padding-bottom: 30px;
	text-transform: uppercase;
}


h2 {
	font-size: 25px;
	color: #274b84;
	padding: 10px 0;
	text-transform: uppercase;
	margin: 0;
	font-weight: 500;
}

h3 {
	font-size: 20px;
	color: #c4c4c4;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 0;
	margin: 0;
}

h4 {
	font-size: 16px;
	color: #c4c4c4;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
}


h5, h6, h7, h8, h9, h10 {
	font-size: 1em;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}

em, i {
	font-size: 14px;
	text-decoration: none;
	padding: 0px;
	color: #000;
	margin: 0px;
	display: inline;
}

p, table {
	color: #000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}


a {
	outline: none;
	color: #274b84;
	text-decoration: none;
}

img, iframe, video {
	border: none;
	max-width: 100%;
}

video {
	height: auto;
}

img {
	height: auto;
}

ul, ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tablette, .phone {
	display: none;
}

body .elt_mobile {
	display: none !important;
}

/*********************************
		Scroll To Top
*********************************/

.scrollToTop {
	width: auto;
	display: none;
	overflow: hidden;
	margin: 1%;
	width: 36px;
	height: 36px;
	background: url(../images/general/site/top_page.png) no-repeat center center;
	background-color: #274b84;
	opacity: 0.2;
	padding: 3px;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10000;
}

/*********************************
			Tiny
*********************************/

#tinymce ul, #tinymce ul li {
	list-style: initial !important;
	padding-left: 40px;
}

.body_tiny {
	background-image: none;
}


/*********************************
			404
*********************************/
.quatrecentquatre {
	padding-bottom: 35px !important;
	text-align: center;
	margin-top: auto;
}

.quatrecentquatre img {
	width: 75%;
	display: block;
	margin: auto;
	padding-bottom: 30px;
}

.quatrecentquatre h1 {
	font-size: 30px;
	padding-bottom: 30px;
}

.quatrecentquatre .retour {
	margin: 30px auto;
	text-align: center;
	padding: 10px;
	font-size: 25px;
	color: #c4c4c4;
	background-color: #274b84;
	font-family: 'Oswald';
}

.quatrecentquatre .retour:hover {
	color: #c4c4c4;
	background-color: #1b3b6c;
}


/*********************************
			COOKIES
*********************************/
body .cc_container {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: center;
}

body .cc_container p {
	color: #fff;
}

body .cc_container .cc_message {
	display: block;
	text-align: center;
	font-size: 16px;
	margin: 0;
}

body .cc_container .cc_btn, body .cc_container body .cc_btn:visited {
	color: #c4c4c4;
	background-color: #274b84;
}

body .cc_container a, body .cc_container a:visited {
	text-decoration: none;
	color: #333;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
	padding: 7px 10px;
	float: none;
	font-size: 16px;
	display: inline-block;
	max-width: 140px;
	text-align: center;
}

body .cc_banner-wrapper .cc_container .cc_btn {
	float: none;
	max-width: 140px !important;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
}

body .cc_container a:hover, body .cc_container a:visited:hover {
	background: #666;
	color: #fff;
}

/**************************************************************
			BANDEAU / LOGO 
**************************************************************/
header {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(39, 75, 132, 0.87);
}

.header_content {
	max-width: 1024px;
	padding: 0 20px;
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
	padding-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headerWhite {
	display: none;
}

.sansSlider header {
	background: none;
}

.sansSlider .headerWhite {
	display: block;
}

.sansSlider .menu-icon span,
.sansSlider .menu-icon span:before,
.sansSlider .menu-icon span:after {
	background-color: #274b84;
}

.sansSlider .text_menu {
	color: #c4c4c4;
}

.sansSlider .headerTransparent {
	display: none;
}

.sansSlider .contact_bandeau a,
.sansSlider .login_bandeau a,
.sansSlider nav ul li > a {
	color: #274b84;
	text-shadow: none;
}

.sansSlider .btnPostuler {
	text-shadow: none;
	background-color: #274b84;
	color: #fff;
}

.sansSlider .btnPostuler:hover {
	background-color: #274b84;
	color: #c4c4c4;
}

.sansSlider header {
	position: relative;
}

.sansSlider .contact_bandeau a {
	background-image: url("/images/general/site/email-gray.svg");
}

.sansSlider .login_bandeau a {
	background-image: url("/images/general/site/user-gray.svg");
}


#wrapperMenu {
	float: right;
	height: inherit;
	width: auto;
}

nav {
	font-family: 'Oswald', sans-serif;
}


/**************************************************************
			Bouton Bandeau
**************************************************************/

.bouton_bandeau {
	float: right;
	font-size: 17px;
}

.ligne_haut_bandeau {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.langage_bandeau, .login_bandeau, .contact_bandeau {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 20px;
}

.langage_bandeau a {
	margin: 0 5px;
}

.contact_bandeau a {
	height: 24px;
	min-width: 24px;
	padding-left: 20px;
	color: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	background-image: url("/images/general/site/email.svg");
	background-repeat: no-repeat;
	background-position: center left;
}

.contact_bandeau a:hover {
	color: #c4c4c4;
}

.wrapper-connexion {
	display: flex;
	align-items: center;
}

.login_bandeau {
	display: flex;
	align-items: center;
}

.login_bandeau a {
	height: 24px;
	min-width: 24px;
	padding-left: 20px;
	color: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	background-image: url("/images/general/site/user.svg");
	background-repeat: no-repeat;
	background-position: center left;
}

.login_bandeau a:hover {
	color: #c4c4c4;
}


.btnPostuler {
	margin-right: 10px;
	margin-left: 20px;
	color: #274b84;
	background-color: #fff;
	padding: 5px 30px;
	transition: 1s;
}

.btnPostuler:hover {
	color: #c4c4c4;
	background-color: #fff;
	transition: 1s;
}

.barre_recherche {
	text-align: right;
}

.barre_recherche input {
	background-color: #fff;
	border: solid 1px #505456;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #505456;
	padding: 3px;
}

.barre_recherche input:focus {
	border: solid 1px #274b84;
	outline: 0 none;
	color: #505456;
}


/**************************************************************
			NAVIGATION / menu déroulant
**************************************************************/
.logo {
	float: left;
	display: inline;
	height: auto;
	width: 38%;
	max-width: 180px;
}

.logo img {
	width: 100%;
}

.menu {
	z-index: 300;
	overflow: visible;
	white-space: nowrap;
}

#wrapperMenu .menu {
	margin-top: 20px;
}

#wrapperMenu .menu > li {
	position: relative;
	overflow: visible;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	padding: 10px 10px 20px 10px;
	border-bottom: 3px solid transparent;
}

#wrapperMenu .menu > li.active {
	border-bottom: 3px solid #c4c4c4;
}

#wrapperMenu .menu > li.active a {
	color: #c4c4c4;
}

#wrapperMenu .menu > li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -3px;
	left: 0;
	font-weight: 200;
	background-color: #c4c4c4;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}

#wrapperMenu .menu > li:hover:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#wrapperMenu .menu > li.active:hover:after {
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

nav ul li > a {
	display: block;
	font-size: 15px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	width: auto;
	margin: 0;
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
}

nav ul li:hover > a {
	color: #c4c4c4;
}


/****  SOUS MENU *****/

/*  top:-7px;
	right: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #59aeb7;
	border-width: 8px;
	margin-left: -8px;
}*/


nav ul > li > ul {
	position: absolute;
	left: 0;
	display: block;
	height: auto;
	top: 100%;
	margin-top: 3px;
	text-align: left;
	font-weight: normal;
	z-index: 1000;
	min-width: 100%;
}


/*****  ITEM SOUS MENU *******/
nav ul li > ul {
	background-color: #fff;
}

nav ul li > ul > li {
	overflow: hidden;
	padding: 0;
	border-bottom: none;
	height: auto;
	display: block;
	float: none;
	transition: all 0.5s ease 0s;
}


nav ul li > ul li > a {
	display: block;
	line-height: 35px;
	padding: 0 13px;
	margin: 5px;
	font-size: 15px;
	border-top: none;
	background: none;
	text-transform: none;
	text-align: left;
	box-sizing: border-box;
	color: #274b84;
	text-shadow: none;
}


/*********************************
			GENERAL
*********************************/
main {
	display: block;
	z-index: 100;
	position: relative;
}

/*********************************
			PARALLAX
*********************************/
.parallax {
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*********************************
			SLIDER
*********************************/

.bx-viewport {
	position: static !important; /* center to page correctly */
	border: 0 !important; /* border */
	-webkit-box-shadow: none !important; /* these two shadows */
	box-shadow: none !important;
}

.bx-controls {
	text-align: center;
	height: 0;
}

body .bx-wrapper .bx-pager {
	display: inline-block;
	width: auto;
	top: -32px;
	position: relative;
	padding: 10px 10px 0 10px;
}

body .bx-wrapper {
	margin-bottom: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.5);
}

body .bx-wrapper .bx-controls-direction a {
	z-index: 1000;
}

.sliderWrapper {
	height: 100vh;
	width: 100%;
	position: relative;
}

.filterBlack {
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

#slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bx-wrapper, .bx-viewport, .slides, .slide {
	height: 100% !important;
}

.slide {
	background-color: #000;
}

.slide-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide .caption {
	overflow: hidden;
	z-index: 9;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 50px;
	font-family: 'Oswald';
	width: 100%;
	height: auto;
	max-height: 100vh;
	padding: 162px 60px 77px;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.caption_phrase_accroche {
	width: 100%;
	overflow: hidden;
	text-shadow: 1px 1px #333333;
}

.slide .caption p {
	color: #fff;
	text-align: left;
}

.slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.btnSlider {
	display: inline-block;
	margin-top: 10px;
	text-align: center;
	padding: 10px 30px;
	color: #c4c4c4;
	background-color: #274b84;
	font-size: 20px;
	transition: all 1s ease 0s;
	text-transform: none;
	box-sizing: border-box;
}

.btnSlider:hover {
	background-color: #1b3b6c;
}

.scrollDown {
	z-index: 999;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-family: 'Oswald';
	font-size: 23px;
	text-shadow: 1px 1px #333333;
}

.scrollDown span {
	display: none;
}

#page_home .scrollDown span {
	display: flex;
}

.scrollDown img {
	margin-top: 10px;
}

/*********************************
			FIL ARIANE
*********************************/

.fil_ariane {
	display: block;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	padding: 5px;
	font-size: 13px;
}

.fil_ariane_content {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin-bottom: 10px;
}

.fil_ariane span {
	color: #000;
	text-transform: capitalize;
}

.fil_ariane a:hover {
	color: #000;
}

.fil_ariane .current_retour {
	display: none;
}

/*********************************
			ACCUEIL
*********************************/
#page_home .page_dynamique_content {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.jobopp_accueil, .services_accueil, .partenaire_accueil {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
}

/*** NEW JOBS SECTION 2023 ***/

/*container*/
.jobs_wrapper {
	max-width: 1024px;
	margin: auto;
	padding: 50px 0;
}
.jobs_wrapper h1 {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 40px;
	text-align: center;
	color: #274b84;
}
.all_job_wrapper {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

/*vignette jobs*/
.un_job_slider {
	box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.24);
}

.un_job_img_overlay {
	z-index: 2;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.24);
	height: 100%;
	width: 100%;
	position: absolute;
}

.un_job_cover_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.un_job_cover h2 {
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	right: 20px;
	padding: 0;
	z-index: 3;
	display: flex;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	align-items: center;
	font-size: 23px;
	text-transform: none;
	justify-content: center;
	font-weight: 400;
}

.un_job_img {
	height: 90px;
	width: 100%;
	object-fit: cover;
}

.un_job_content {
	background-color: #fff;
}

.un_job_txt {
	margin: 20px;
}

.un_job_txt_blueBottom {
	position: absolute;
	bottom: 0;
	background-color: #284B84;
	width: 100%;
	height: 40px;
}

.un_job_logo {
	width: 25px;
	height: 25px;
	object-fit: contain;
	margin-bottom: 10px;
}

.un_job_txt .more_btn {
	font-weight: 600;
	font-size: 13px;
}

.un_job_txt p {
	padding-bottom: 10px;
}

/*bloc gauche*/
.job_left_wrapper {
	max-width: 70%;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	gap: 30px;
	flex-wrap: wrap;
	height: fit-content;
}

.job_left_wrapper .un_job_slider{
	width: 30%;
	height: 300px;
	margin-bottom: 0;
}


/*bloc droit */
.job_right_wrapper {
	max-width: 23%;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	background-color: #E5E5E5;
	padding: 20px 20px 30px;
	height: fit-content;
}

.job_right_wrapper .un_job_slider{
	width: 100%;
	height: 200px;
	margin-bottom: 0;
}

body .job_right_wrapper .slick-slide .un_job_img {
	display: none;
}


	/*slider accueil refonte job 2023*/
body .all_job_wrapper .slick-initialized .slick-slide {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
}

body .all_job_wrapper .slick-slide img {
	display: flex;
}

body .all_job_wrapper .slick-list {
	height: inherit !important;
	display: flex;
}

body .all_job_wrapper .slick-track {
	display: flex !important;
}

body .un_job_slider ul[role=tablist] {
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex !important;
	justify-content: center;
	gap: 7px;
	text-align: center;
	align-items: center;
}

body .un_job_slider ul[role=tablist] li {
	margin: 0;
	width: 10px;
	height: 10px;
}

body .un_job_slider ul[role=tablist] button,
body .un_job_slider ul[role=tablist] button:before {
	padding: 3px;
	width: 100%;
	height: 100%;
	background-color: unset;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 0;
}

body .un_job_slider ul[role=tablist] .slick-active button {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
}

body .un_job_slider .slick-prev, body .un_job_slider  .slick-next {
	width: 56px;
	height: 100px;
}

body .un_job_slider  ul[role=tablist] li button:before{
	content:none;
}

body .job_left_wrapper .slick-prev, body .job_left_wrapper .slick-next, body .job_right_wrapper .slick-prev, body .job_right_wrapper .slick-next  {
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: 10px;
	top: unset;
	-webkit-transform: unset;
	transform: unset;
}
body .job_left_wrapper .slick-prev, body .job_left_wrapper .slick-prev:hover, body .job_left_wrapper .slick-prev:focus, body .job_right_wrapper .slick-prev, body .job_right_wrapper .slick-prev:hover, body .job_right_wrapper .slick-prev:focus  {
	background: url("/images/arrow-next.svg") no-repeat center center;
	background-size: contain;
	z-index: 1;
	left: 20px;
}
body .job_left_wrapper .slick-next, body .job_left_wrapper .slick-next:hover, body .job_left_wrapper .slick-next:focus, body .job_right_wrapper .slick-next, body .job_right_wrapper .slick-next:hover, body .job_right_wrapper .slick-next:focus {
	background: url("/images/arrow-prev.svg") no-repeat center center;
	right: 20px;
	background-size: contain;
	z-index: 1;
}




	/***** Current Job Opportunitie****/

/*JOB*/
.jobopp_accueil, .services_accueil, .partenaire_accueil {
	padding: 50px 0;
}

.jobopp_accueil h1, .services_accueil h2, .partenaire_accueil h2 {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 40px;
	text-align: center;
	color: #274b84;
}

.jobopp_accueil .last_job_accueil {
	display: inline-block;
	vertical-align: top;
	width: 63%;
	margin-right: 6%
}

.one_job {
	padding: 15px 0;
	position: relative;
}

.last_job_accueil .one_job-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.last_job_accueil .one_job-info {
	display: flex;
	align-items: center;
}

.last_job_accueil .jobPicto-wrapper {
	padding-right: 20px;
}

.job_nom_accueil {
	font-weight: bold;
	color: #274b84;
}


.one_job a:hover .one_job-more {
	color: #c4c4c4;
}

.jobPicto-wrapper {
	min-width: 30px;
	display: inline-block;
	text-align: center;
}

/*RECRUTEMENT*/

.jobopp_accueil .recrutement_accueil {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}

.jobopp_accueil .recrutement_accueil h2 {
	font-size: 24px;
	color: #c4c4c4;
}

.one_recrutement {
	padding-top: 20px;
}

.one_recrutement a {
	display: block;
	color: #000;
}

.one_recrutement a div, .one_recrutement a img {
	vertical-align: top;
}

.one_recrutement a .jobPicto-wrapper {
	margin-right: 10px;
}

.one_recrutement a div {
	display: inline-block;
	width: 80%;
}

.one_recrutement a div .more {
	display: block;
	padding-top: 20px;
	color: #274b84;
	transition: all 0.5s ease 0s;
}

.one_recrutement a:hover div .more {
	color: #c4c4c4;
}


/***** Maps ****/

.jobsMap {
	height: 300px;
}

/***** Services ****/

.services_accueil {
	margin: auto;
}

.one_service {
	display: inline-block;
	vertical-align: top;
	width: 21%;
	margin: 1%;
	text-align: center;
}

.one_service h3 {
	font-size: 22px;
	font-weight: 300;
	color: #c4c4c4;
}

.one_service:hover img {
	animation: boup 1s;
}

@keyframes boup {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

/***** Call To Action ****/

.cta_accueil {
	min-height: 295px;
	position: relative;
}

.cta_accueil div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cta_accueil div h2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 30px;
	text-align: center;
	text-shadow: 2px 2px #333;
}

.cta_accueil div a {
	display: block;
	text-align: center;
}

.cta_accueil div a span {
	position: relative;
	padding: 10px 50px;
	color: #c4c4c4;
	background-color: #274b84;
	font-size: 23px;
	transition: all 1s ease 0s;
	font-family: 'Oswald';
}


.cta_accueil div a:hover span {
	background-color: #1b3b6c;
}


.carousel_partenaire_accueil div a img {
	max-height: 150px;
	margin: auto;
}


/*********************************
			FOOTER
*********************************/
footer {
	background-color: #274b84;
}

.footer_content {
	max-width: 1024px;
	margin: auto;
	padding: 30px 60px;
}

.footer_content section {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}

.footer_content section h4 {
	font-size: 24px;
	font-family: 'Oswald';
	display: block;
	color: #c4c4c4;
	padding-bottom: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

.footer_content .adresse,
.footer_content .adresse a,
.footer_content .adresse p {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
}

.footer_content .reseau img {
	padding-right: 5px;
}

.footer_content .reseau img:hover {
	animation: boupboup 1s;
}

@keyframes boupboup {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

.champ_mail {
	background-color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #c7d2d1;
	padding: 5px;
	outline: 0 none;
	border: none;
}

.champ_mail:focus {
	border: solid 1px #c4c4c4;
	outline: 0 none;
	color: #505456;
}

.champ_envoyer {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #c7d2d1;
	background-color: #c4c4c4;
	color: #ffffff;
	padding: 5px 10px;
	outline: 0 none;
	border: none;
}


.footer_bas {
	font-size: 13px;
	background-color: #1b3b6c;
}

.footer_bas_content {
	margin: auto;
	max-width: 1024px;
	text-align: center;
	padding: 10px 0;
	color: #ffffff;
}

.footer_bas_content a {
	color: #ffffff;
	font-size: 12px;

}

.footer_bas_content a:hover {
	color: #c4c4c4;
}

/*********************** 
	PAGE DYNAMIQUE 
***********************/

.page_dynamique_content {
	display: block;
	margin: 0 auto;
	padding: 0 0 30px 0;
	max-width: 1024px;
	width: auto;
	position: relative;
	box-sizing: border-box;
}

.text_champ {
	padding: 20px;
}

/*Gestion des images*/

.text_champ .texte_pag_dyn, .text_champ figure {
	display: inline-block;
	vertical-align: top;
}

.text_champ figure {
	width: 48%;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0;
}

.text_champ .texte_pag_dyn {
	width: 52%;
}

/*Paragraphe*/

.text_champ ul li {
	font-size: 14px;
	position: relative;
	padding-left: 15px;
}

.text_champ ul li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	height: 6px;
	width: 6px;
	background: #c4c4c4;
	-ms-transform: rotate(45deg); /* Internet Explorer */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari et Chrome */
	-o-transform: rotate(45deg); /* Opera */
}

.text_champ a:hover {
	text-decoration: underline;
}

.text_champ p strong, .text_champ p strong a {
	font-weight: 700;
}

/*Bouton*/

.btn_cta_general {
	display: inline-block;
	position: relative;
	padding: 10px 30px;
	background-color: #274b84;
	transition: all 1s ease 0s;
}

.btn_cta_general a, .btn_cta_general p {
	color: #fff;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
}

.btn_cta_general:hover {
	background-color: #1b3b6c;
}

.btn_cta_general:hover a, .btn_cta_general:hover p {
	text-decoration: none;
}

/*SIDEBAR*/

.programme-wrapper {
	overflow: hidden;
}

.programme-content {
	float: left;
	width: 68%;
}

.programme-sidebar {
	float: right;
	width: 28%;
	border-left: 1px solid #c2cbd0;
	padding-left: 10px;
	text-align: center;
}


.page-programmeJobs {
	margin-bottom: 40px;
	text-align: center;
}

.one_job-postuler {
	display: block;
	padding: 5px 8px;
	text-align: center;
	width: 40%;
	margin: auto;
	background-color: #274b84;
	color: #c4c4c4;
	transition: all 1s ease 0s;
	margin-top: 10px;
}

.one_job-postuler:hover {
	background-color: #1b3b6c;
}

.job_titre_poste {
	font-weight: bold;
}

/*CAROUSEL*/

.carousel_page_dyn {
	margin: 30px 0;
}

.slick-initialized .slick-slide {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

.slick-prev:before, .slick-next:before {
	content: '';
}

.slick-next, .slick-next:hover, .slick-next:focus {
	background: url(../images/general/site/next.png) no-repeat center center;
	right: -60px;
	opacity: 0.8;
}


.slick-prev, .slick-prev:hover, .slick-prev:focus {
	background: url(../images/general/site/prev.png) no-repeat center center;
	left: -60px;
	opacity: 0.8;
}

.slick-next:hover, .slick-prev:hover {
	opacity: 1;
}

.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
}

/* PARTENAIRES */

.bloc_partenaire {
	display: inline-block;
	width: 28%;
	margin: 10px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #c8d2d1;
}

.img_partenaire {
	display: flex;
	height: 120px;
	width: auto;
	align-items: center;
	justify-content: center;
}

.img_partenaire img {
	max-height: 120px;
	width: auto;
}

.titre_partenaire, .texte_partenaire {
	text-align: center;
}

.titre_partenaire:hover {
	color: #274b84;
}

/*********************** 
		CONTACT 
***********************/
iframe {
	width: 100%;
}

#map iframe {
	border: 0;
	margin: 0;
	height: 300px;
	padding: 0;
	width: 100%;
}

#map iframe .i4ewOd-pzNkMb-haAclf {
	display: none !important;
}

.texte_accroche {
	color: #000;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}

.content_left {
	display: block;
	overflow: hidden;
	float: left;
}

.contact-form {
	width: 56%;
	margin: 0px 1% 0 0;
}

.texte_coordonnees {
	width: 40%;
	padding: 0 20px 0 0;
}

#formulaire p {
	display: block;
	float: left;
	margin-right: 5px;
}

label {
	font-size: 14px;
	margin: 5px 0;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

label span, .champs_obligatoires span {
	color: #A0090C;
}

input, textarea, select {
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

input:focus, textarea:focus, textarea:focus {
	outline: none;
}

input, textarea {
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
}

input[type="checkbox"] {
	appearance: checkbox;
	-moz-appearance: checkbox;
	-o-appearance: checkbox;
	-webkit-appearance: checkbox;
	-ms-appearance: checkbox;
}

input[type="radio"] {
	appearance: radio;
	-moz-appearance: radio;
	-o-appearance: radio;
	-webkit-appearance: radio;
	-ms-appearance: radio;
}

input[type="checkbox"].checkbox {
	background: #000;
	border-radius: 2px;
	cursor: pointer;
	height: 15px;
	width: 15px;
	display: block;
	float: left;
	margin: 5px;
}

.contact_ch_simple, .contact_ch_multi {
	background-color: #e1e1e1;
	width: 65%;
	margin-bottom: 10px;
	padding: 0 5px 0;
	border: 1px solid #cccccc;
}

select, option {
	color: #000;
	/*border: none;*/
	width: 85%;
	margin: 20px 0 10px 5px;
	cursor: pointer;
	padding: 5px 5px 10px;
	font-size: 14px;
	height: 40px;
	/*background-color: #e1e1e1;*/
}

option {
	border-bottom: 1px solid;
	height: 20px;
	margin: 5px 0 10px 5px;
	padding: 5px 5px 10px;
}

label {
	font-size: 14px;
}

.contact_ch_simple {
	height: 25px;
}

.contact_ch_multi {
	height: 80px;
}

.contact_ch_bouton {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	display: block;
	font-size: 20px;
	margin-top: 20px;
	padding: 10px 25px;
	border: none;
	text-transform: capitalize;
	color: #c4c4c4;
	cursor: pointer;
	background-color: #274b84;
	transition: all 1s ease;
	text-align: center;
}

.contact_ch_bouton.vert {
	background-color: #0A0;
}

.ch_button_inline_block {
	display: inline-block;
}

.contact_ch_bouton:hover {
	background: #1b3b6c;
	color: #c4c4c4;
}

.buttonDisketWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 55px;
}

.saveIcon {
	height: 40px;
}

.champs_obligatoires {
	font-size: 14px;
	margin: 20px 0;
}

#formulaire ul.liste_choix {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}

#formulaire ul.liste_choix li {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: left;
	width: 40%;
}

#formulaire ul.liste_choix li label {
	float: left;
	min-width: 20%;
	width: auto;
	margin-right: 2%;
}

#formulaire ul.liste_choix li input[type="radio"] {
	float: left;
	width: 15%;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 5px;
}

.class_input_file {
	cursor: pointer;
}

/*********** 
	ANIMATIONS CHAMPS 
*********************/
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 25px 10px 5px;
	max-width: 1024px;
	width: 95%;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 2px 5px 10px;
	border-radius: 0;
	background: transparent;
	color: #000;
	margin: 0;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	margin: 0;
	width: 40%;
	color: #fff;
	/*font-weight: bold;*/
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.input__field--yoshiko {
	width: 98%;
	background-color: #fff;
	border: 2px solid #274b84;
	-webkit-transition: background-color 0.25s, border-color 0.25s;
	transition: background-color 0.25s, border-color 0.25s;
}

.input__label--yoshiko {
	width: 98%;
	text-align: left;
	position: absolute;
	bottom: 100%;
	pointer-events: none;
	overflow: hidden;
	padding: 0 1%;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.input__label-content--yoshiko {
	color: #c4c4c4;
	padding: 10px 0;
	font-size: 14px;
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.input__label-content--yoshiko::after {
	content: attr(data-content);
	position: absolute;
	font-weight: 800;
	bottom: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	color: #c4c4c4;
	padding: 10px 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.85em;
}

.input__field--yoshiko:focus + .input__label--yoshiko,
.input--filled .input__label--yoshiko {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%;
	padding: 0;
}

.input__field--yoshiko:focus + .input__label--yoshiko .input__label-content--yoshiko,
.input--filled .input__label-content--yoshiko {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	padding: 0; /**champs au-dessus de l'input**/
}

.input__field--yoshiko:focus + .input__field--yoshiko,
.input--filled .input__field--yoshiko {
	background-color: transparent;
	border-color: #000;
	padding: 0 5px;
	font-size: 16px;
}

/*Message envoi ok*/

#texte_ok_contact {
	font-size: 22px;
	text-align: center;
	background-color: #274b84;
	color: #c4c4c4;
	margin: 30px 0 0;
	padding: 10px 0;
	display: block;
	position: relative;
}

/*HACK SAFARI*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
	::i-block-chrome, body,
	::i-block-chrome, h2,
	::i-block-chrome, h2 span,
	::i-block-chrome, p,
	::i-block-chrome, #page_dynamique table,
	::i-block-chrome, #footer_content a,
	::i-block-chrome, select, option, input, textarea, label,
	::i-block-chrome, .input__label-content--yoshiko,
	::i-block-chrome, .contact_ch_bouton,
	::i-block-chrome, .bloc_partenaire_content .url_partenaire,
	::i-block-chrome, .fil_ariane_content,
	::i-block-chrome, .fil_ariane .current_retour,
	::i-block-chrome, main .une_archive .archive_content a:hover {
		font-family: 'Open Sans', Arial, sans-serif;
		font-weight: normal;
		font-size: 14px !important;

	}

	::i-block-chrome, .bloc_home p {
		font-family: 'Open Sans', Arial, sans-serif;
		font-weight: normal;
		font-size: 13px !important;
		line-height: 18px;

	}
}

#menuSuppMobile {
	display: none;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}


#page_dynamique table {
	border-collapse: collapse;
}

.tableWrapper > .info {
	display: none;
}


#wrapperMenuMobile {
	display: none;
}

.text_champ a {
	font-weight: bold;
}

#hubRealisations {
	margin: 0 -25px;
	margin-bottom: 40px;
	overflow: hidden;
}

#hubRealisations .realisationWrapper {
	float: left;
	width: 33.33%;
	padding: 25px;
	box-sizing: border-box;
}

#hubRealisations .realisationWrapper:nth-child(3n+1) {
	clear: both;
}

#hubRealisations .image {
	display: block;
	position: relative;
	height: 0;
	padding-top: 66.66%;
	width: 100%;
	background-size: cover;
}

#hubRealisations .lienTitre {
	display: block;
	margin-top: 10px;
}

#hubRealisations .lienTitre h2 {
	font-size: 15px;
	line-height: 25px;
	width: 100%;
	text-align: left;
	display: block;
}


.connected-carousels {
	display: block;
	margin: 40px 0;
	overflow: hidden;
}

.connected-carousels .navigation {
	border-right: 1px solid transparent;
}


/****** FANCY BOX GENERAL ******/

.fancybox-caption {
	border-top: none;
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
	text-align: center;
}


/* formulaire de candidature */

.candidature-colonne {
	padding: 0 20px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.candidature-field {
	margin: 20px 0;
}

.messageFlash {
	font-size: 20px;
	text-align: center;
	max-width: 90%;
}

.candidature_messageCoordonneesRecruteur {
	margin-bottom: 30px;
}

body .candidature_coordonnneesRecruteur_contactBtn {
	text-align: center;
	margin-top: 40px;
}

.candidature_coordonnneesRecruteur_label {
	font-weight: bold;
}

.candidature-field-telephone select {
	width: 30%;
	float: left;
}

.candidature-field-telephone input {
	width: 70%;
}

/*formulaire de connection a l'espace candidature*/
.titre_espace_candidat {
	padding: 30px 0;
}

.espaceCand_loginForm {
	width: 60%;
	margin: auto;
}

.espaceCand_field {
	margin: 20px 0;
}

.espaceCand_field:first-child {
	margin-top: 0;
}

.espaceCand_field.obligatoireNonRempli .formu_label {
	color: red;
}

/* espace candidat */
.formu_photo_candidat .espaceCand_field {
	float: right;
}

.formu_photo_candidat {
	padding: 0 20px;
	box-sizing: border-box;
}

.formu_documents_candidat, .formu_applicationForm_candidat {
	margin-top: 15px;
}

.formu_info {
	font-style: italic;
}

.formu_imgInfo {
	width: 16px;
	margin-bottom: 3px;
	cursor: pointer;
}

.candidat_photo img {
	max-width: 150px;
	max-height: 150px;
}

.inputFile_lien {
	margin-left: 10px;
	color: #274b84;
	text-decoration: underline;
}

.inputFile_suppr {
	margin-left: 10px;
}

.inputFile_thumb {
	max-width: 40px;
	margin-left: 10px;
}

.inputFile_visuSuppr_wrapper {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.inputFile_visuSuppr_wrapper .boutonSimple {
	margin-top: 0;
}

.labelSupprimer {
	display: inline;
}

.espaceCandidat_menu {
	background-color: #274b84;
	overflow: hidden;
	margin-bottom: 20px;
}

.espaceCandidat_menu_item {
	float: left;
	width: 33.33%;
	padding: 20px;
	text-align: center;
	color: white;
	box-sizing: border-box;
	font-size: 20px;
}

.espaceCandidat_menu a {
	color: white;
}

.espaceCandidat_menu_item.active a {
	font-weight: bold;
}

.formu_motDePasse_wrapper {
	margin-bottom: 40px;
}

.formu_motDePasse_lien {
	color: #c4c4c4;
	text-decoration: underline;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0;
	margin-bottom: 10px;
	display: inline-block;
}

.espaceCand_field_file_imgStatus {
	width: 13px;
}

/*** LES FORMULAIRES ***/
.formu_colonne {
	padding: 0 20px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.formu_colonne_3 {
	padding: 0 20px;
	width: 33%;
	float: left;
	box-sizing: border-box;
}

.formu_label {
	font-weight: 400;
}

.formu_text, .formu_textarea, .formu_select {
	width: 100%;
	max-width: 100%;
	height: 35px;
	color: inherit;
	margin: 0;
	cursor: auto;
	padding: 0;
	font-size: inherit;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

.formu_text, .formu_textarea {
	border: 1px solid #c4c4c4;
}

.formu_option {
	width: auto;
	color: inherit;
	margin: 0;
	cursor: auto;
	padding: 0;
	font-size: inherit;
	background-color: transparent;
	border: none;
}

.formu_textarea {
	min-height: 120px;
}

.formu_label_radio {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	height: 35px;
}

.formu_submit {
	margin: 20px auto;
	width: 50%;
	box-sizing: border-box;
}

.saveIcon {
	height: 35px;
	margin-right: 20px;
}

.error, .success {
	background-color: #274b84;
	color: #c4c4c4;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

.success {
	background-color: #0a0;
}

/* responsive iframe */
.responsiveIframeWrapper {
	width: 100%;
	height: 0;
	padding-bottom: 57%;
	position: relative;
}

.responsiveIframeWrapper iframe, .responsiveIframeWrapper video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: #f26e61;*/
	color: #ffffff;
	/*padding:10px;*/
	text-align: center;
	box-sizing: border-box;
}

input[type=file] {
	width: 100%;
	height: 35px;
	box-sizing: border-box;
}

/*Bouton Radio*/

/*
.formu_radio[type=radio]{
    display: none;
}

.formu_radio[type=radio] + .formu_label_radio:before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-top: -3px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 17px;
    height: 17px;
}

.formu_radio[type=radio]:checked + .formu_label_radio:before {
    background: #58b4e5;
    border-color: #58b4e5;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.formu_label_radio{
    cursor:pointer;
}
*/

.espaceCandidat_candidature_msgGeneral {
	font-weight: bold;
}

.espaceCandidat_candidature {
	margin-top: 30px;
	margin-bottom: 30px;
}

.espaceCandidat_candidature_programme_libelle {
	display: inline-block;
}

.espaceCandidat_candidature_programme_statut {
	display: inline-block;
	margin-left: 40px;
	font-style: italic;
}

.espaceCandidat_msgPouvezCandidater {
	margin-bottom: 50px;
	font-size: 120%;
}

.recaptcha-wrapper {
	margin: 25px 10px 5px;
}

/** ESPACE PAYMENT**/

.logo_payment {
	margin: auto;
	text-align: center;
	margin: 25px 0;
	display: block;
	width: 100%;
}

.container_payment,
.container_test {
	max-width: 1024px;
	margin: 20px auto 50px;
	text-align: center
}

.container_payment form {
	width: 60%;
	margin: auto;
}


/**formulaire test**/

.container_test form {
	width: 60%;
	margin: auto;
}

.titre_test {
	font-size: 16px;
	color: #c4c4c4;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 5px;
}

.todaydate_test {
	color: #c4c4c4;
	display: inline-block;
	border: 1px solid #274b84;
	padding: 8px 16px;
}

.container_test table {
	margin: auto;
}

.candidature_utilisateurConnecte_message {
	margin: 25px 0;
}

.espaceCandidat_paiement {
	margin-bottom: 30px;
	float: left;
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
}

.espaceCandidat_paiement_date {
	font-style: italic;
}

.espaceCandidat_paiement_prix {
	font-style: italic;
}

.espaceCandidat_paiement_statut {
	font-weight: bold;
}

.espaceCandidat_paiement_actionLink {
	margin-left: 25px;
}

.espaceCandidat_paiement .boutonSimple {
	margin-top: 5px;
	margin-left: 10px;
}

.page_prerequest {
	line-height: 2;
}

.candidatePay_btnValider {
	margin-top: 40px;
}

.candidatePay_acceptCgv {
	margin-top: 30px;
}

.page_response {
	min-height: 350px;
}

.candidatePay_response_info {
	margin-top: 50px;
}

#candidature_conditions_contenu {
	max-width: 80%;
}

.cbcCheck_loginForm {
	width: 500px;
	max-width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin: 20px auto;
}

.cbcCheck_createAccountForm {
	width: 500px;
	max-width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin: 20px auto;
}

.cbcCheck_formTitle {
	color: #c4c4c4;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

.cbcCheck_mdpOublieForm {
	width: 500px;
	max-width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin: 20px auto;
}

.cbcCheck_createAccount {
	float: right;
}

.cbcCheck_haveAccount {
	margin: 25px 0;
}


/* formulaire application form */
.applicationForm_titre {
	font-size: 19px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-top: 60px;
	padding: 10px;
	background-color: #274b84;
	color: #c4c4c4;
}

.applicationForm_sousTitre {
	font-style: italic;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
	background-color: #fcfcfc;
}

.formu_ligneTabGroup {
	overflow: hidden;
	padding: 20px 10px;
	background-color: #fcfcfc;
}

.formu_label_tip {
	color: inherit;
	font-style: italic;
	font-size: 90%;
}

.applicationForm_buttonWrapper {
	margin-top: 40px;
}

.applicationForm_blocSignature_info {
	margin-bottom: 20px;
}

.champSignature {
	width: 250px;
	height: 125px;
}

.messagePopup {
	max-width: 500px;
}


.boutonSimple {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	display: inline-block;
	font-size: 20px;
	margin-top: 20px;
	padding: 10px 25px;
	border: none;
	text-transform: capitalize;
	color: #fff;
	cursor: pointer;
	background-color: #274b84;
	transition: all 1s ease;
	text-align: center;
}

.boutonSimple:hover {
	background: #1b3b6c;
}

.boutonSimple-petit {
	padding: 0 10px;
	margin-top: 10px;
	font-size: 17px;
}

.boutonSimple-vert {
	background-color: #73B241;
}

.boutonSimple-orange {
	background-color: #c81d1d;
}

.boutonSimple-rouge {
	background-color: #c81d1d;
}

.espaceCandidat_dashboard {
	overflow: hidden;
}

.espaceCandidat_dashboard_colonne {
	/*float: left;
	width: 33.33%;*/
	margin-bottom: 70px;
	box-sizing: border-box;
}

.espaceCandidat_dashboard_colonne_titre {
	background-color: #274b84;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px 10px;
	text-align: center;
	color: #c4c4c4;
	box-sizing: border-box;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.espaceCandidat_dashboard_colonne_inner {
	padding: 15px;
}

.espaceCandidat_dashboard_msgBienvenue_wrapper {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.espaceCandidat_dashboard_msgBienvenue_wrapper > * {
	width: 33.33%;
	box-sizing: border-box;
}

.espaceCandidat_dashboard_logoProg_wrapper {
	padding: 0 20px;
	text-align: center;
}

.candidat_photo {
	text-align: right;
}

.espaceCandidat_documentsCandidat {
	padding: 15px;
	border: 1px solid #274b84;
	margin-bottom: 30px;
}

.espaceCand_formDocuments_buttonWrapper {
	text-align: right;
}

.espaceCandidat_documentsInternationalServices {
	border: 1px solid #c4c4c4;
}

.espaceCandidat_documentsInternationalServices a {
	margin: 15px;
}

.espaceCand_formDocuments_phraseIndication {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
}

.espaceCandidat_dashboard_photo {
	float: left;
	margin-right: 20px;
}

.espaceCandidat_dashboard_photo img {
	max-width: 100px;
	max-height: 100px;
}

.espaceCandidat_dashboard_colonne_candidature .boutonSimple {
	margin-right: 15px;
}

.espaceCand_imgRetour img {
	width: 45px;
}

.espaceCandidat_dashboard_sousTitre {
	font-size: 20px;
	color: #274b84;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
}


/* phone number international plugin */
body .intl-tel-input {
	display: block;
}

/* responsive des tableaux */
.tableWrapper {
	overflow-x: auto;
}

.tableWrapper table {
	width: 100% !important;
}

.tableMobile {
	width: 100%;
}

.tableMobile td {
	border: 1px solid black;
}

.tableMobile-element:nth-child(2n+1) {
	background-color: #f4f4f4;
}

.radiosWrapper label {
	height: auto;
}

.radiosWrapper {
	padding: 5px 0;
	border: 2px solid transparent;
}

.champEnErreur {
	border: 2px solid red;
}

.imgPresenceFichier {
	width: 20px;
	vertical-align: bottom;
	margin-left: 15px;
}

.linkAppForm_wrapper {
	margin-top: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.linkAppForm_wrapper .imgPresenceFichier {
	min-width: 20px;
}

.linkAppForm_libelle_wrapper {
	display: flex;
	align-items: center;
}

/*video player personnalisé*/
.classVideoContainer {
	position: relative;
	margin-top: 35px;
	margin-bottom: 35px;
	display: flex;
	background: #c4c4c4;
}

.classVideo video {
	width: 100%;
	height: auto;
}

video {
	width: 100%;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.classVideoPlayer {

	background: rgb(183, 183, 183);
	background: linear-gradient(90deg, rgba(183, 183, 183, 1) 0%, rgba(74, 74, 74, 0.4655) 100%);
	height: 30px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px;
	position: absolute;
	bottom: 6px;
	left: 2.5%;
	width: 95%;
	opacity: 70%;

	display: flex;
	justify-content: space-between;
}

.videoPlayer_btn {
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.classPause {
	display: none;
}

.classBar {
	width: 590px;
	flex: 1;
}

.classBoutonCachee {
	display: none;
}

.classBoutonVisible {
	display: block;
}

.classLecteurVisible {
	display: flex;
}

.cc-color-override-688238583 .cc-btn {
	background-color: #436294 !important;
	color: #FFF !important;
}

/*________________________*/