:root{
	--fsprimary: #0a0d36;
	--fsprimarytone: #242746;
	--fsprimaryshade: #090C32;
	--fsaccent: #2364e7;
	--fsblue: #336cb3;
	--fsred: #E2515B;
	--width: 990px;
}
html{ margin:0;padding:0;height:100%;width:auto; background-color:#f2f2f2;}
body{ margin:0;padding:0;padding-top:20px;height:100%;width:auto; font-size:11px;font-family:open sans;box-sizing: border-box;}
div,p,img,input,ul,li,select,textarea,a{margin:0;padding:0;}


div#main {
	/* display:relatif; */
	min-height: 76%;
	height:auto !IMPORTANT;
	height: 76%;
	width:var(--width);
	margin-right:auto;
	margin-left: auto;
	z-index:1;
}

form {
margin: 0;
display: inline;
}


select {
    padding: 0.5rem;
}


input, select, textarea {
	box-sizing: border-box;
	border: none;
	border-radius: 2px;
	font-size: 14px;
	padding: 10px;
	width: 100%;
	margin: 5px 0;
	transition: 0.2s;
	outline: none;
	font-family: open sans, sans-serif;
	box-shadow: 0 0 0 1px hsl(0deg 0% 50% / 25%);
}
  
input:focus, select:focus, textarea:focus {
	box-shadow: 0 0 0 3px hsl(0deg 0% 0% / 25%);
}

input[type="radio"],input[type="checkbox"] {
    width: auto;
    box-shadow: none !important;
}

.btn {
    background-color: var(--fsprimary);
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 13px !important;
    font-weight: 400;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s;
    font-family: open sans;
	display: inline-grid;
    grid-auto-flow: column;
    align-items: center;
	justify-content: center;
    grid-gap: 8px;
	box-sizing: border-box;
}

.btn.-accent{
	background-color: var(--fsaccent);
}
.btn.-error{
	background-color: var(--fsred);
}
.btn.-flat{
    color: var(--fsprimary);
    background-color: transparent;
    font-weight: 600;
}
.btn.-full{
    width: 100%;
}
.btn.-icon{
    padding:10px;
}
  
.btn:hover {
	box-shadow: 0 0.25rem 0.5rem hsl(0deg 0% 0% / 35%);
}



.form_grid_1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    align-items: center;
    margin: 1rem 2rem;
}
.form_grid_2 {
    display: grid;
    grid-template-columns: auto 2fr;
    grid-gap: 1rem;
    align-items: center;
    margin: 1rem 2rem;
}

.form_grid_s2{
	grid-column: span 2;
}

.form_grid .erreur {
    background: none;
    font-size: inherit;
    margin: 0;
    text-indent: 0;
}
.form_grid input {
    width: 100%;
}

.rootlink {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 1rem;
    grid-gap: 1rem;
    text-decoration: none;
    border: 2px solid #457a8d;
    color: #457a8d;
	align-items: center;
}

.rootlink img {
    width: 32px;
}



div.actu_resume{
padding-top:7px;
}

a.actu_resum{
color:white;
font-size: 12px;
text-decoration:none;
padding-left:7px;
}


.allgauche {
    background: #fff;
    padding: 15px;
}

td.contact{
color:white;
font-size: 12px;

}
td.erreur{
color:#FF0000;
font-size: 14px;
}
td.erreur img{
border:2px solid #FF0000;
}

a.top_title{
color:white;
text-decoration:none;
}

div.background-bottom {
position:relative;
padding:0;
margin:0;
height:211px;
width:100%;
overflow:hidden;
}

#background-bottom-img {
	position:relative;
	width:var(--width);
	height:211px;
	margin-left:auto;
	margin-right:auto;
}

div.background-bottom #montagne {
	position:relative;
	height:211px;
	width:var(--width);
	z-index:0;
}

div.background-bottom #montagne_left {
	position:absolute;
	top:0;
	left:-1023px;
	background-image:url(/images/montagne_left.png);
	background-repeat:no-repeat;
	width:1023px;
	height:211px;
	overflow:hidden;
}

div.background-bottom #montagne_right {
	position:absolute;
	top:0;
	left:var(--width);
	background-image:url(/images/montagne_right.png);
	background-repeat:no-repeat;
	height:211px;
	width:100%;
	overflow:hidden;
}

div#nouvelle_saison {
	position:absolute;
	top:-23px;
	left:160px;
	display:none;
}

div.header {
	position:relative;
	/* height: 159px; */
	width: var(--width);
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	grid-gap: 1rem;
}

.header_logo img {
    height: 80px;
}

.header_menu{
	display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    margin-left: 2rem;
    justify-content: end;
    grid-gap: 1rem;
}

.header_menu a {
    color: var(--fsprimary);
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 4px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.header_menu a:hover {
    color: #ddd;
}

.rs_grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    justify-content: space-around;
	margin-top: 30px;
}

.rs_grid a {
    font-size: 20px;
    color: var(--fsprimary);
	padding: 5px;
}

.rs_grid a:hover {
    color: var(--fsprimarytone);
}

div.header_bandeau_haut{
position:absolute;
top:0;
left:320px;
width:530px;
padding-bottom:15px;
text-align:justify;
color: white;
font-size: 13px;
z-index:99;
}

div.header_bandeau_milieu, div.header_bandeau_milieu_qui{
position:absolute;
top:20px;
right:0;
background-image:url(images/bandeau.jpg);
background-repeat:no-repeat;
background-position:bottom;
text-align: right;
height: 99px;
width: 531px;
}

div.header_bandeau_milieu_qui{
	background-image:url(images/bandeau_qui.jpg);
}
div.header_bandeau_bas_gauche{
padding-top:115px;
color: white;
margin-top: 17px;
margin-left: 40px;
height: auto;
width: 317px;
float: left;
background-color:transparent;
text-align: left;
}

div.header_bandeau_bas_droite{color: white;width: 320px;background: var(--fsprimarytone);}

.header_bandeau_bas_droite button{
	margin-top:0.5rem;
}
div#identifier {display: grid;align-items: center;grid-template-columns: 1fr auto;padding: 1rem;}

.signin_form_bloc {
	visibility: hidden;
	opacity: 0;
    position: absolute;
    background: var(--fsprimarytone);
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 1rem 1rem;
    box-sizing: border-box;
	transition-duration: 0.2s;
	transition-delay: 1s;
}

.signin_bloc:hover .signin_form_bloc {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.signin_bloc {
    position: relative;
}

.signin_hover {
    padding: 1rem;
}
div.contenu {position:relative;margin-top: 20px;width: var(--width);z-index:1;display: grid;grid-template-columns: 1fr 320px;grid-gap: 1rem;}

a.contenu{
color:white;
font-size: 14px;
text-decoration:underline;
}

div.contenu_gauche {position:relative;margin:0;padding:0;float: left;z-index:2; }

	div.bloc_gauche_candidat{
		background-color: #fff;
		font-size: 12px;
		overflow: hidden;
		padding: 15px;
	}

	div.bloc_gauche_candidat h2 p.legende{
		margin:0;
		padding:0;
		left:310px;
		font-size:11px;
		font-weight:normal;
	}

	div.bloc_gauche_candidat ul.liste_legende_1{
		font-weight:bold;
		padding-top:10px;
		padding-left:30px;
	}


	div.bloc_gauche_candidat td{
		/* color:white; */
		font-size: 12px;
		text-align:right;
	}

	div.bloc_gauche_candidat td.td_top{
		color: #88CAE4;
		font-size: 12px;
		text-align:right;
		font-weight:bold;
	}

	div.bloc_gauche_candidat td.erreur{
		color:red;
		font-size: 14px;
	}

	div.bloc_gauche_recruteur td.cgu {
		text-align: left;
		color: white;
		font-size: 12px;
	}

	div.bloc_gauche_recruteur td.cgu a{
		text-align: left;
		color:white;
		font-size: 12px;
		text-decoration:underline;
	}

	div.bloc_gauche_recruteur td.cgu a:hover{
		text-decoration:none;
	}

	.cgu p {
		margin: 1rem 0;
	}
	.cgu ul {
		padding-left: 15px;
	}
	
	.cgu li {
		margin: 0.5rem 0;
	}

	div.bloc_gauche_recruteur td.erreur{
		color:#BF2222;
		font-size: 14px;
		background-color:#FFC3B0;
	}

	div.bloc_gauche_recruteur td.erreur2{
		color:red;
		font-size: 14px;
		background-color:#FFC3B0;
	}

	div.erreur {
		color:red;
    	font-weight: bold;
		text-align:left;
	}

	td.erreur2{
		color:red;
		font-size: 14px;
		background-color:#FFC3B0;
	}

	div.bloc_gauche_candidat td.td_toperreur{
		color:red;
		font-size: 14px;
	}

div.bloc_gauche_recruteur{
	font-size: 12px;
	overflow:hidden;
	padding: 15px;
	
}

.bloc_gauche_recruteur, .bloc_gauche_candidat, .recruteurs_details, .candidats_details{
	background-color: #fff;
}


span.erreur {
color:red;
font-size: 14px;
text-align:left;
}

div.bloc_gauche_recruteur a:hover{
	text-decoration:none;
}

div.bloc_gauche_recruteur h1{
font-size: 19px;
text-align: left;
margin-left: 20px;
padding-top: 6px;
vertical-align: middle;
overflow:hidden;
}

div.bloc_gauche_recruteur h2{
    font-size: 12px;
    color: white;
    background-color: #B73138;
    padding: 10px;
    margin: 15px;
    box-sizing: border-box;
    border-radius: 5px;
}

div.bloc_gauche_recruteur h2 a{
	color: white;
	font-size: 15px;
	text-decoration:underline;
	text-align:left;
}

.ligne_candidatures {
    grid-template-columns: auto auto 1fr auto;
    margin: 10px 15px;
}


div.bloc_gauche_recruteur td{
color:white;

font-size: 14px;
text-align:right;
}

div.bloc_gauche_recruteur td.recruteur_annonce{
color:white;
font-size: 12px;
text-align:right;
vertical-align:top;
}

div.bloc_gauche_recruteur td.recruteur_annonce2{
color:#888888;
font-size: 12px;
text-align:right;
vertical-align:top;
}

div.bloc_gauche_recruteur ul.liste_legende {
	padding-top:20px;
	padding-left:150px;
	list-style-type:none;
}

div.bloc_gauche_recruteur ul.liste_legende_1{
    font-weight: bold;
    padding-top: 10px;
    padding-left: 50px;
}

div.bloc_gauche_recruteur ul.liste_legende_2{
	padding-left:120px;
	padding-bottom:15px;
	list-style-type:circle;
}

span.recruteur_annonce{
color:#ffffff;
font-size: 12px;
}

div.contenu_droite {
	position:relative;
	float: right;
	margin:0;
	padding:0;
	z-index:2;
}
div.box_espace_candidat {
	position:relative;
	margin:0;
	padding:0;
	margin-bottom: 1rem;
	z-index:3;
	background: var(--fsblue);
	padding: 1rem;
}

div.box_espace_candidat h1{margin:0;padding:0;color: white;font-size: 19px;text-align: left;}

div.box_espace_candidat li{
	margin:0;
	padding:0;
	font-size: 10px;
	color: #4e85a2;
	text-align: left;
	list-style-type:none;
	z-index:5;
}

#menu_recruteur li, #menu_candidat li{
	margin-bottom: 10px;
}

ul#background_menu_candidat {
	padding:0;
	margin:0;
	margin-top:12px;
	z-index:4;
}

ul#background_menu_candidat li{
	background-color:#023E60;
	width:225px;
	height:19px;
	padding:0;
	margin:0;
	margin-bottom:5px;
	list-style-type:none;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	z-index:4;
}

ul#menu_candidat {
	color: grey;
	text-align: left;
	list-style-type:none;
}

/* ul#menu_candidat li{
	margin: 10px 0 0;
	padding: 0.5rem;
	font-size: 12px;
	color: #000;
	text-align: left;
	list-style-type:none;
	background: #0002;
	cursor: default;
}

ul#menu_candidat li.li_actif {
	background: #0008;
	cursor: default;
} */

div.box_espace_recruteur {
	position:relative;
	margin:0;
	background-repeat:no-repeat;
	margin-bottom: 1rem;
	z-index:3;
	background: var(--fsred);
	padding: 1rem;
}

div.box_espace_recruteur h1{
	margin:0;
	padding:0;
	color: white;
	font-size: 19px;
	text-align: left;
}

div.box_espace_recruteur li{
	margin:0;
	padding:0;
	font-size: 10px;
	color: #c77278;
	text-align: left;
	list-style-type:none;
	z-index:4;
}

ul#background_menu_recruteur {
	padding:0;
	margin:0;
	margin-top:13px;
	z-index:1;
}

ul#background_menu_recruteur li{
	background-color:#9B2A33;
	width:225px;
	height:19px;
	padding:0;
	margin:0;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:2px;
	list-style-type:none;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	z-index:0;
}

ul#menu_recruteur {
	color: grey;
	text-align: left;
	list-style-type:none;
	z-index:99;
}

/* ul#menu_recruteur li{
	margin: 10px 0 0;
	padding: 0.5rem;
	font-size: 12px;
	color: #000;
	text-align: left;
	list-style-type:none;
	background: #0002;
	cursor: default;
}

ul#menu_recruteur li.li_actif {
	background: #0008;
	cursor: default;
} */


div.box_cv_offres {
	background-image:url(images/cv-offres.gif);
	margin-bottom: 10px;
	height: 71px;
	width: 324px;
}

div.box_cv_offres td{
	font-weight:bold;
	text-align: center;
	padding-top: 25;
	color: black;
	font-size: 30;
}

div.box_espace_erreur {
	display: none;
	position:relative;
	margin:0;
	padding:0;
	margin-bottom: 10px;
	height: 84px;
	width: 325px;
}

div.box_espace_erreur h1{
	font-size:16px;
}

div.box_espace_erreur p{
	padding-left:10px;
	text-align:right;
	color:#1B7AB1;
	font-size:9px;
}

div.box_espace_erreur p a {
	color:#1B7AB1;
	text-decoration:none;
}

div.box_espace_erreur h1 img{
	float:left;
}

div.box_espace_erreur h1 p{
	float:left;
	padding-top:5px;
	padding-left:10px;
}

div.box_espace_erreur form{
	clear:both;
	padding-top:15px;
}


div.spacer {
 clear: both;
}

p#legende_recherche {
	position:absolute;
	top:25px;
	left:320px;
}

div.fond_formulaire {
height:22px;
background-color:#FF0000;
filter:alpha(opacity=40);
-moz-opacity:0.4;
-khtml-opacity: 0.4;
opacity: 0.4;
}

div.fond_formulaire_recruteur {
height:22px;
background-color:#B53A43;
display: none;

}

div.fond_formulaire_candidat {
height:22px;
background-color:#5AA9CF;
display: none;
}

div.entete_formulaire_gauche{
position:absolute;
top:2px;
left:10px;
width: 250px;
text-align:left;
color:white;
float:left;
font-weight:bold;
}

div.entete_formulaire_gauche_recruteur{
    color: white;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

div.entete_formulaire_gauche_candidat{
    color: white;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

div.entete_formulaire_droite{
    height: 12px;
    text-align: right;
    color: #ffffff;
    float: right;
    font-size: 10px;
    margin-top: -35px;
    margin-right: 10px;
}

div.entete_formulaire_entier{
text-align:left;
color:white;
background-color:#025A8F;
float:left;
font-weight:bold;
}

div.entete_formulaire_entiererreur{
text-align:left;
color:red;
background-color:#025A8F;
float:left;
font-weight:bold;
}


div.candidat_formulaire2{
width:350px;
text-align:right;
padding-right:20px;
padding-bottom:10px;
font-size:10px;
}


div.candidat_formulaire_gauche{
font-size:12px;
}



div.formulaire_radio{
	text-align:left;
	font-size:12px;
}

.candidat_resultat{
    font-size: 10px;
    box-shadow: 0 0.25rem 0.75rem -0.25rem rgb(0 0 0 / 30%);
    margin-bottom: 1rem;
    border-radius: 5px;
	display: block;
	color: #000;
	text-align: left;
	text-decoration: none;
}

.container_recruteur_resultat{
	padding: 15px;
}
.recruteur_resultat{
	height: auto;
    padding: 15px;
    font-size: 10px;
    display: block;
    box-shadow: 0 0.2rem 0.5rem rgba(0,0,0,0.2);
	text-decoration: none;
    color: #000;
	margin-bottom: 15px;
}

div.recruteur_resultat_langues{
	width: 110px;
	color:black;
	float:left;
	text-align:left;
}

div.recruteur_resultat_formation {
	width: 235px;
	color:black;
	float:left;
	text-align:left;
}

div.recruteur_resultat_specialite {
	width: 145px;
	color:black;
	float:left;
	text-align:left;
}

div.recruteur_resultat_specialite_alternative {
	clear:both;
	width: 450px;
	color:black;
	float:left;
	text-align:left;
}

div.recruteur_resultat_experiences {
	width: 450px;
	color:black;
	float:left;
	text-align:left;
}

div.recruteur_resultat_disponibilites {
	clear:both;
	width:450px;
	color:black;
	float:left;
	text-align:left;
}

div.recruteur_resultat_poste {
	clear:both;
	width:450px;
	color:black;
	float:left;
	text-align:left;
}

div.recruteur_resultat_select{
	width: 20px;
	height:20px;
	color:black;
	float:left;
	text-align:left;
	font-weight:bold;
}

div.candidat_resultat_offre{
    text-align: left;
    font-weight: bold;
    font-size: 16px;
	padding: 0.75rem;
    background: #eee;
}

div.recruteur_resultat_offre{
    height: auto;
    color: black;
    text-align: left;
    padding-top: 3px;
    font-size: 14px;
    font-weight: 600;
}

div.candidat_resultat_offre a{
text-decoration:none;
color:black;
}


div.recruteur_resultat_header{
	width:99%;
	text-align:center;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.candidat_resultat_header{
	width:99%;
	text-align:center;
	font-weight:bold;
	padding-top:20px;
	padding-bottom: 10px;
}

div.candidat_resultat_header a{
	color:#FFFFFF;
	text-decoration:none;
}

div.recruteur_resultat_header a{
	color:#FFFFFF;
	text-decoration:none;
}

div.candidat_resultat_offre_header{
	width: 170px;
	color:#FFFFFF;
	float:left;
	padding-left:10px;
	font-weight:bold;
	text-align:left;
}

div.recruteur_resultat_offre_header{
	width: 200px;
	color:#FFFFFF;
	float:left;
	padding-left:10px;
	text-align:left;
}

div.candidat_resultat_station_header{
	width: 160px;
	color:#FFFFFF;
	float:left;
	font-weight:bold;
}

div.recruteur_resultat_station_header{
	width: 125px;
	color:#FFFFFF;
	float:left;
}

div.candidat_resultat_date_header{
	width: 142px;
	color:#FFFFFF;
	float:left;
	font-weight:bold;
}

div.recruteur_resultat_date_header{
	width: 95px;
	color:#FFFFFF;
	float:left;
	text-align:center;
	
}

.candidats_details, .recruteurs_details {
    padding: 15px;
}

.bloc_gauche_recruteur .recruteurs_details, 
.bloc_gauche_candidat .candidats_details, 
.bloc_gauche_candidat .recruteurs_details{
	padding:0;
}

div.recruteur_resultat_logement_header{
	width: 85px;
	color:#FFFFFF;
	float:left;
}

div.candidats_details h3{
	font-size: 12px;
    /* color: white; */
    background-color: #5AA9CF;
    padding: 10px;
    margin: 15px;
    box-sizing: border-box;
    border-radius: 5px;
}

div.candidats_details h4{
	font-size:12px;
	/* color:white; */
	background-color:#1B7AB1;
	width:98%;
	padding-left:7px;
}

div.candidats_details li{
	font-size:12px;
	/* color:white; */
	list-style-type: none;
}

div.recruteurs_details  p{
	font-size:12px;
	margin:15px;
}


div.recruteurs_details ul{
    margin-left: 15px;
}


div.recruteurs_details li{
	font-size:12px;
	color:black;
	list-style-type:none;
}

div.recruteurs_details li.details2{
	font-size:12px;
	color:black;
	list-style-type:none;
}

div.recruteurs_details li.details2 a{
	font-size:12px;
	color:black;
	list-style-type:none;
}


div.recruteurs_details li.exp{
	font-size:12px;
	color:black;
	list-style-type:disc;
	margin-left:40px;
}

div.recruteurs_details li.exp2{
	font-size:10px;
	color:black;
	list-style-type:none;
	margin-left:60px;
}

div.recruteurs_details td{
	font-size:10px;
	color:black;
	text-align:right;
}

div.recruteurs_details td.poste{
	font-size:12px;
	color:black;
	text-align:left;
	padding-left:10px;
}

span.details2{
	font-size:12px;
	color:black;
}

div.postuler{
	font-size:14px;
	color:white;
	padding-top: 30px;
	padding-left:20px;
}

div.details_photo{
position: absolute;
top:0;
left:405px;
margin:0;
padding:0;
margin-top:1px;
border:solid;
border-color:#C0434A;
}

div.details_logo{
	position: absolute;
	margin:0;
	padding:0;
	top:55px;
	right:15px;
}

div.annonces_liste{
	width:99%;
	margin-left:4px;
	background-color:#EC8F82;
	margin-bottom: 3px;
	margin-top: 3px;
	height: auto;
	font-size:10px;
	text-align:left;
}

div.annonces_liste_offre{
	width: 245px;
	min-height:17px;
	color:black;
	float:left;
	text-align:left;
	font-weight:bold;
	background-color:#EC8F82;
}

div.annonces_liste_offre a{
	color:black;
	text-decoration:none;
}

div.annonces_liste_offre a:hover{
	text-decoration:underline;
}

.annonces_liste_table {
	/* width: 475px; */
	margin-left:15px;
	margin-right:15px;
	font-size: 14px;
}

.annonces_liste_table .btn{
	padding: 10px;
}

div.recruteur_text{
	font-size:11px;
}

span.recruteur_text{
	color:#7B252D;
}

.ligne_alerte_resultat {
    grid-template-columns: auto 1fr auto;
    margin: 10px 0;
    border-radius: 4px;
    padding: 0 0 0 5px;
    background: #f6f6f6;
}


div.suite{
background-color:#6ABEE8;
position:relative;
left:325px;
margin-left:3px;
padding-left:3px;
padding-right:3px;
padding-top:2px;
width:155px;
font-family:Arial;
font-weight:bold;
font-size: 12px;
color:white;
}

div.box_presentation{position:relative;margin:0;padding:0;background-color:#FFFFFF;color: #000000;font-size: 12px;padding-bottom:3px;margin-bottom: 1rem;overflow:hidden;padding: 1rem;}

	div.box_presentation h1{
	color: #000000;
	font-size: 20px;
	text-align: left;
	margin: 0 0 10px;
	vertical-align: middle;
	}

div.box_actualites{position:relative;margin:0;padding:0;background-color:#6ABEE8;color:#ffffff;font-size: 12px;margin-bottom: 1rem;overflow:hidden;padding: 1rem;}

div.box_actualites h1{color: white;font-size: 20px;text-align: left;margin: 0 0 10px;vertical-align: middle;}

.searchform .btn{
	float: right;
	padding: 0.75rem 1rem !important;
}

.searchgrid{
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 1rem 0;
	margin-bottom: 1rem;
	align-items: center;
}

.searchgrid .select2-container{
	width: 100% !important;
}


.box_presentation ul{
	margin-left: 0 !important;
}


div.actu_titre{
color: white;
font-size: 12px;
text-align: left;
/*background-color:#97D8F2;*/
background-color:#1B7AB1;
width:97%;
margin-bottom:3px;
padding-left:3px;
}

	div.actu_titre a{
		color: white;
		text-decoration:none;
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
	}

	div.actu_titre a:hover {
		text-decoration:underline;
	}

div.actu_titre_top{
	color: white;
	font-size: 15px;
	text-align: left;
	width:97%;
	margin-bottom:3px;
	padding-left:20px;
}

	div.actu_titre_top a{
		color: white;
		text-decoration:none;
		font-family:Arial;
		font-size:15px;
		font-weight:bold;
	}

	div.actu_titre_top a:hover {
		text-decoration:underline;
	}

div.actu_resum_top{
	color: white;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	margin-bottom:5px;
	margin-left:8px;
	margin-right:8px;
	text-align:justify;
}

	div.actu_resum_top a{
		color: white;
		font-weight:bold;
		text-decoration:none;
		margin-bottom:5px;
		font-family:Arial;
		font-size:13px;
		font-weight:normal;
	}

	div.actu_resum_top a:hover{
		text-decoration:underline;
	}


input.login {margin:0;padding:0;border:0px;background-color:#fcfcfc;font-size: 12px;width: 100%;padding: 0.5rem;box-sizing: border-box;margin-bottom: 0.5rem;}

input.pswd {margin:0;border:0px;background-color:#fcfcfc;font-size: 12px;width: 100%;padding: 0.5rem;box-sizing: border-box;margin-bottom: 0.5rem;}

div.popup_actu h1{
color: white;
font-size: 19px;
text-align: left;
margin-left: 40px;
padding-top: 6px;
vertical-align: middle;
}

div.popup_actu h2{
color: white;
font-size: 12px;
text-align: left;
background-color:#6ABEE8;
padding-left:3px;
}

div.popup_actu h3{
color: white;
font-size: 12px;

text-align: left;
padding-left:3px;
}

div.file{
	font-size: 10px;
	font-style: italic
}

p.login { 
	margin: 0;
	display: inline;
	border:solid;
	font-size: 11px;
}

p.login img { 
   vertical-align: top; 
}

a.lien_espace{
color: white;
text-decoration: none;
z-index:6;
}

a.deconnection{
	color: white;
    text-decoration: none;
    vertical-align: top;
    padding: 0.5rem;
    font-size: 11px;
}




div.candidats2_details {
text-align:left;
color: white;
font-size:14px;

}

div.candidats2_details a{
color: white;
font-size:14px;
text-decoration:none;
}

div.candidats2_details h1{
	font-size:14px;
	color:white;
}

div.candidats2_details h2{
	
	font-size:12px;
	color:white;
	background-color:#6ABEE8;
	width:auto;
	margin-left:7px;
	margin-right:15px;
}

div.candidats2_details h3{
	font-size:12px;
	color:white;
	background-color:#1B7AB1;
	width:98%;
	padding-left:7px;
}


div.candidats2_details li{
	text-indent:5px;
	font-size:9px;
	color:white;
	list-style-type:none;
}

div.candidats2_details li.details3{
	
	font-size:9px;
	color:#6ABEE8;
	list-style-type:none;
}

div.candidats2_details li.details3 a{
	
	font-size:9px;
	color:#6ABEE8;
	list-style-type:none;
}


div.candidats2_details li.exp{
	
	font-size:12px;
	color:#6ABEE8;
	list-style-type:disc;
	margin-left:40px;
}

div.candidats2_details li.exp2{
	
	font-size:10px;
	color:white;
	list-style-type:none;
	margin-left:60px;
}

div.candidats2_details td{
	
	font-size:10px;
	color:white;
	text-align:right;
}

div.candidats2_details td.poste{
	
	font-size:10px;
	color:#6ABEE8;
	text-align:left;
	padding-left:10px;
}

span.details3{
	
	font-size:9px;
	color:#6ABEE8;
}

div.details2_photo{
    position: absolute;
    right: 15px;
    border: solid;
}

.logo_formation {
	position:absolute;
	z-index:2;
	left:410px;
	bottom:20px;
}

#bloc_experience1_autre {
	display:none;
}

#bloc_experience2_autre {
	display:none;
}

div#bloc_relance {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:black;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index:120;
}

div#boite_relance {
	position:absolute;
	top:0;
	margin-top:-70px;
	top:50%;
	left:35%;
	width:396px;
	height:286px;
	z-index:130;
}

div#image_fond {
	z-index:21;
}

div#contenu_relance {
	position:absolute;
	top:80px;
	left:10px;
	width:376px;
	height:210px !IMPORTANT;
	height:190px;
	z-index:22;
}

p#bouton_fermer_fenetre {
	position:absolute;
	bottom:15px;
	right:0;
}

p#bouton_valider_compte {
	position:absolute;
	bottom:15px;
	left:2px;
}

p#bouton_detail_resultat {
	text-align:right;
	font-size:10px;
	margin-right:50px;
	padding-bottom:20px;
}


div#boutons_cocher_decocher {
	width:180px;
	height:25px;
	padding:0;
	margin:0;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:20px;
	font-size:11px;
}

div#boutons_cocher_decocher p {
	float:left;
	width:auto;
	height:25px;
	margin:0;
	padding:0;
}

p#tout_cocher {
	float:left;
	margin:0;
	padding:0;
}

p#tout_decocher {
	float:left;
	margin:0;
	padding:0;
}

div#legende_experience {
	padding-top:10px;
	padding-right:10px;
	width:100%;
}

div#legende_experience p{
	font-style:italic;
	text-align:center;
}

div#erreur_identification {
	color:red;
	font-weight:bold;
}
div#mot_de_passe_oublie {
	font-size:9px;
}
#identifier + #mot_de_passe_oublie{
	padding: 0 1rem 0.5rem;
}
div#mot_de_passe_oublie a {
	color: #aaa;
	text-decoration:none;
}
div#mot_de_passe_oublie a:hover {
	color: #fff;
	text-decoration:underline;
}
div.erreur2{
	color: red;
    font-weight: bold;
    text-align: left;
}

div.clear {
	clear:both;
}

.no_cv {
	float:left;
	width:200px;
	color:#333333;
	text-decoration:none;
}

#legende {
	font-size:9px;
	text-align:center;
	padding-top:30px;
	display: none;
	
}

/*DRI 14/10/2010 14:26:08*/
#candidat_resultat_pagination {
	width:488px;
}
.counter{
	font-size: 14px;
	text-align: right;
	color: var(--fsprimary);
}
.counter b{
	min-width: 5ch;
    display: inline-block;
}
div.counter_cv{
	background:url('/images/bgCv.gif') no-repeat;
	width:152px;
	height:74px;
	color:#64131A;
	font-size:26px;
	text-align:center;
	padding-top:35px;
}

div.candidat_resultat_detail{
	text-align:left;
	padding-top:15px;
	font-size: 12px;
}

.anno_res {
    list-style-type: none;
    margin-bottom: 1rem;
    box-shadow:0 0.25rem 0.75rem -0.25rem rgb(0 0 0 / 30%);
	border-radius: 5px;
}


.anno_res .anno_titre {
    margin: 0;
    background: #eee;
    color: #000;
	padding: 1rem;
	border-radius: 5px 5px 0 0;
	display: grid;
	grid-template-columns: 1fr auto;
}
.anno_res .anno_titre span{
    font-size: 12px;
    font-weight: 400;
}
.anno_desc {
	padding: 1rem;
}
.anno_inner_content{
	padding: 0.25rem 1rem;
}


.anno_res a {
    padding: .5rem;
}

.anno_grid{
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	padding: 0 1rem 1rem;
}

.anno_res.anno_res_small > *{
	padding: 0.5rem 0.5rem;
}

.anno_res.anno_res_small a{
	padding: 2px 4px;
}

.anno_res.anno_res_small .anno_inner_btns{
	padding: 0 0.5rem 0.5rem;
}

div.contenu_gauche h2 {
    font-size: 14px;
    width: auto;
    margin: 10px 0;
    background: var(--fsprimary);
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}


div.contenu_gauche h2.poste_name {
    background-color: transparent;
    color: #000;
    font-size: 18px;
    padding: 10px 0;

}

div.contenu_gauche ul {
    margin-left: 15px;
}

div.contenu_gauche h1 {
    font-size: 20px;
    margin: 0 0 10px;
}

div.contenu_gauche h1 + p {
	margin: 20px 0;
}


/* select2 */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	height: 20px;
    line-height: 22px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    line-height: 20px;
}

.select2-container--default .select2-selection--multiple{
	height: 40px;
    box-shadow: 0 0 0 1px hsl(0deg 0% 50% / 25%);
    border: none !important;
}