@charset "utf-8";

	
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset safari formulaires */

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
-webkit-border-radius: 0;
        border-radius: 0;
}

div{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

img {
    display: block;
}

h6{
	font-size:0.8em;
}

sup{
	font-size:0.6em;
	vertical-align: super;
}

em{
	font-style:italic;
}

u{
	text-decoration:underline;
}

:root {
    --spacing: 6rem;
}

    
body {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: .0223em;
  line-height: 1.471;
  color:#202a54;
}

.sticky {
    position: sticky;
}

.z-40 {
    z-index: 40;
}
.top-0 {
    top: 0;
}

.bg-white {
    background-color: #fff;
}

header .container {
    padding: 0.4em;
    overflow: hidden;
	position:relative;
}

.navigation {
    color: #202a54;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.navigation div{
	display:inline-block;
}


.logo_header{
	max-width:127px;
}

.navigation a, .navigation a:visited {
    color: #202a54;
    text-decoration: none;
    text-transform: capitalize;
	font-size: 0.9em;
	margin-left:1em;
}

.navigation div a:hover {
	color: #51b371;	
}

.en{
	display:none;
}
	
.text-white {
    color: #fff;
}
.bg-astronaut {
    background-color: #2a3975;
}
.rounded-b-4xl {
    border-bottom-left-radius: 2.25rem;
    border-bottom-right-radius: 2.25rem;
}

.overflow-hidden {
    overflow: hidden;
}

.p-quarter {
    padding: calc(var(--spacing)* .25);
}
.bg-cloud-burst {
    background-color: #202a54;
}
.rounded-3xl {
    border-radius: 1.5rem;
}

.mb-half {
    margin-bottom: calc(var(--spacing)* .5);
}


	
.relative{
    position:relative;
}
	
.text-balance {
    text-wrap: balance;
}

.banniere_image img{
	width:100%;
	height:auto;
}

/******PAGE COORDO******/

.carroussel_programmes{
    width:90%;
    margin:0 auto;
    font-size:0.7em;
    display:flex;
    justify-content: space-around;
    position:relative;
}

.carroussel_programmes .slick-arrow, .carroussel_temoignages .slick-arrow{
    position:absolute; 
    transform:translateY(-50%);
    top:50%;
    font-size:4em;
    cursor:pointer;
    color:#373fad;
}

.carroussel_programmes .slick-prev, .carroussel_temoignages .slick-prev{   
    left:-0.7em;
}

.carroussel_programmes .slick-next, .carroussel_temoignages .slick-next{
    right:-0.7em;
}

.texte_opacity{
    opacity:0.4;
}

.carroussel_programmes .texte h3 {
    font-size: 1.1em;
    padding-top: 0.3em!important;
    text-align: center;
}

.carroussel_programmes .item {
    padding: 0.25%;
    margin: 0 !important;
    overflow: hidden;
}

.carroussel_programmes .item img{
    border-radius:1em;
	width:100%;
	height:auto;
}

.mission_flex_items{
    display:flex;
    justify-content: space-between;
}

.mission_flex_items .mission_item{
    width:30%;
}

.methode_vision .mission_item {
    padding: 0 2em 1em;
    background-color: #dfdfef;
    font-size: 0.8em;
}

.divider {
    position: relative;
    margin-top: 3em;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    right: 15%;
    width: 70%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(195 195 195), transparent);
}

.carroussel_temoignages{
    width:90%;
    margin:0 auto;
}

.carroussel_temoignages .temoignage{
    padding:0.5%;
    width:30%;
}

.carroussel_temoignages .temoignage h6{
    font-size:0.9em;
}

.carroussel_temoignages .temoignage blockquote {
    /* background-color: #f9f9f9; */
    border-left: none;
    margin: 0;
    padding: 0;
    quotes: "\201C""\201D""\2018""\2019";
    border-bottom: none;
    position: relative;
}

.carroussel_temoignages .temoignage blockquote:before {
    color: #dfdfef;
    font-family: FontAwesome;
    content: "\f10d";
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.8em;
    vertical-align: -0.4em;
    position: absolute;
    top: 0;
    left: -0.3em;
    z-index: 1;
}

.carroussel_temoignages .temoignage p{
    position:relative;
    z-index:999;
}

.slogan_banniere {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.position-relative{
	position:relative;
}

.bouton_iv {
    text-decoration: none;
    background-color: #2a3975;
    color: #FFF;
    padding: 0.4em 1.5em;
    border: none;
    font-size: 1.2em;
    font-weight: 300;
	margin:0.1em 0.5em 0.1em 0;
	cursor:pointer;
}

.bouton_iv .fa{
	padding-left:0.5em;
}

.bouton_iv:hover {
	opacity:0.8;
}

.bouton_iv_inline{
	display:inline-block;
}

.btn-filled-dark {
    background-color: #202a54;
    border-color: #202a54;
    color: #fff;
}
.btn, .btn-filled-dark {
    align-items: center;
    border-radius: 2.25rem;
    border-width: 1px;
    display: inline-flex;
    flex-grow: 0;
    font-family: Inter, sans-serif;
    font-weight: 300;
    height: 3.75rem;
    justify-content: center;
    line-height: 1;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: .5rem 2.25rem;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
	cursor:pointer;
}

.btn-filled-dark:focus, .btn-filled-dark:hover {
    background-color: #FFF;
    border-color: #202a54;
    color: #202a54;
}

.jobs_sous_regions ul {
    column-count: 2;
    column-gap: 20px;
}

.jobs_sous_regions ul li {
    list-style: none;
    margin-left: 0;
    list-style-type: none !important;
    column-width: 48%;
}

.jobs_sous_regions ul li input[type="checkbox"] {
    margin: 0 0.2em 0.1em 0 !important;
}

.emploi_en_question .page_emploi .texte h3 {
    margin-top: 0;
}
.page_emploi .texte h3 {
    margin-top: 1em;
    font-size: 1.1em;
    background-color: transparent;
    padding-bottom: 1em !important;
    padding-top: 0.5em !important;
    padding-left: 0 !important;
}

.emploi_en_question .avantages {
    padding: 2em 4em 1em 4em;
    background-color: #202a540f;
    margin-top: 1em;
    margin-bottom: 2em;
}

table.conditions {
    margin-bottom: 0.6em;
    width: 100%;
}

.emploi_en_question .avantages table.conditions tr td:first-child {
    width: 1em;
}
table.conditions tr td:first-child {
    font-size: 1.2em;
    color: #202a54;
    text-align: center;
    padding: 0;
    width: 1.5em;
    padding-right: 1.5em;
}

table.conditions tr td:first-child img {
	filter: sepia(100%) saturate(500%) hue-rotate(100deg) brightness(90%) contrast(85%);
}

table.conditions tr td ul{
	padding:0;
}

table.conditions tr td {
    vertical-align: middle;
    padding: 0.5em 0;
}

article .texte .formulaire h5 {
    padding-bottom: 0.8em;
}
article .texte h5 {
    font-size: 1.1em;
    padding-top: 0.5em;
    padding-bottom: 0.4em;
    letter-spacing: 0.15em;
    line-height: 1.2em;
    text-transform: uppercase;
	font-weight:600;
}
	

	
@media (min-width: 1200px) {
    .xl\:min-h-80 {
        min-height: 20rem;
    }
}

@media (min-width: 1400px) {
    .fluid-text-15px {
        font-size: 15px;
    }
}

.py-full {
    padding-bottom: var(--spacing);
    padding-top: var(--spacing);
}
.justify-center {
    justify-content: center;
}
.items-start {
    align-items: flex-start;
}
.flex-col {
    flex-direction: column;
}
.min-h-60 {
    min-height: 15rem;
}
.flex {
    display: flex;
}

@media (min-width: 500px) {
    .title-03 {
        font-size: calc(22.44444px + 2.11111vw);
    }
}
.title-03 {
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 1.25;
}
	
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    position: relative;
    width: 90%;
}
	
	.section{
		margin:5em 0;
	}

	h3, bold, strong{
		    color: #202a54;
	}
	

.recherche_emploi .element {
    display: inline-block;
    margin-right: 1.5em;
    width: 32%;
    justify-content: space-between;
}
	
.recherche_emploi .element_checked {
    margin-right: 1.5em;
    width: auto;
    justify-content: flex-start;
}
	
.formulaire input[type="checkbox"] {
    width: auto;
}
	
.element_checked p {
    display: inline-block;
}	
	
.formulaire input, .formulaire textarea, .formulaire select {
    width: 100%;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.8em !important;
    font-family: 'Roboto', sans-serif;
    border-top: solid 1px #ddd;
    border-right: solid 1px #f7f7f7;
    border-bottom: solid 1px #f7f7f7;
    border-left: solid 1px #ddd;
    margin-top: 0.3em;
}
.formulaire input, .formulaire textarea, .formulaire select {
    width: 100%;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.8em !important;
    font-family: 'Roboto', sans-serif;
    border-top: solid 1px #ddd;
    border-right: solid 1px #f7f7f7;
    border-bottom: solid 1px #f7f7f7;
    border-left: solid 1px #ddd;
    margin-top: 0.3em;
}
	
.formulaire {
    padding: 2em;
    background-color: #2a3975;
    overflow: hidden;
    color: #FFF;
    font-size: 0.7em;
	line-height: 1.1;
}
	
.formulaire h3 {
    color: #FFF;
    font-size: 1.1em;
    font-weight: 600;
}
.formulaire_wrap {
    width: 75%;
    margin: 0 auto;
}

.reponse_positive {
    background-color: #f7f7f7;
    text-align: center;
    padding: 2em;
    display: none;
}

.texte .formulaire_wrap h3.grandtitre {
    background-color: #202a54;
    color: #FFF;
    padding: 1em 1.5em !important;
    -webkit-border-top-left-radius: 2.25rem;
    border-top-left-radius: 2.25rem;
    -webkit-border-top-right-radius: 2.25rem;
    border-top-right-radius: 2.25rem;
    text-transform: uppercase;
    font-size: 1.4em;
}

.formulaire .section {
    margin-top: 2em !important;
}

.resultats {
    background-color: #f7f7f7;
}
	
.bg-spring-wood {
    background-color: #f9f7f3;
}
.rounded-4xl {
    border-radius: 2.25rem;
}

.emploi_en_question .page_emploi .texte h2 {
    font-size: 1.2em;
}

.page_emploi .texte h2 {
    font-size: 1em;
    padding: 0;
    color: #202a548c;
}

.page_emploi .texte h3 {
    margin-top: 1em;
    font-size: 1.1em;
    background-color: transparent;
    padding-bottom: 1em !important;
    padding-top: 0.5em !important;
    padding-left: 0 !important;
	text-transform:uppercase;
}

.formulaire .float_left {
    float: left;
}

.formulaire .float_right {
    float: right;
}

.formulaire .half {
    width: 49%;
}

.formulaire .section {
    margin: 0 0 1.6em 0;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.click{
	cursor:pointer;
}

.formulaire input[type="submit"] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

article .texte h6 {
    font-size: 1em;
    padding-bottom: 1.8em;
    line-height: 1.2em;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.15em;
}

.formulaire td {
    padding: 0.2em 0.2em 0.1em 0.2em;
    min-width: 0.8em;
}

.formulaire label {
    font-weight: 500;
}

.formulaire input, .formulaire textarea, .formulaire select {
    width: 100%;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.8em !important;
    font-family: 'Roboto', sans-serif;
    border-top: solid 1px #ddd;
    border-right: solid 1px #f7f7f7;
    border-bottom: solid 1px #f7f7f7;
    border-left: solid 1px #ddd;
    margin-top: 0.3em;
}

.page_emploi .texte h3 {
    margin-top: 1em;
    font-size: 1.1em;
    background-color: transparent;
    color: #000000;
    padding-bottom: 1em !important;
    padding-top: 0.5em !important;
    padding-left: 0 !important;
}

b, strong {
    font-weight: bolder;
}

article .texte ul {
    padding-bottom: 1em;
}

.page_single_emploi_intro .element .social li {
    width: 2em;
    list-style: none;
    padding-top: 1em;
    padding-left: 1em;
    display: inline-block;
    margin: 0;
}

.page_single_emploi_intro {
    background-color: #dddaeb;
    font-size: 0.8em;
    padding: 3em 0;
    color: #202a54;
}

.page_single_emploi_intro .element:nth-child(even) {
    float: right;
    text-align: right;
}

.page_single_emploi_intro .section {
    margin: 0;
}

.page_single_emploi_intro .element {
    float: left;
    width: 50%;
    padding-right: 2em;
}

article .texte img {
    display: block;
    width: 100%;
    height: auto;
}

article .texte h3 {
    font-size: 1.4em;
    padding-bottom: 1em;
    padding-top: 0.5em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.2em;
}

article .texte h4 {
    font-size: 1.4em;
    padding-top: 0.5em;
    padding-bottom: 0.8em;
    letter-spacing: 0.15em;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
}


.page_emploi .texte h1 {
    font-size: 1.6em;
    padding: 0;
    border-bottom: solid 1px #202a54;
    margin-bottom: 0.4em;
    color: #202a54;
}
article .texte h1 {
    font-weight: 700;
    font-size: 2em;
    text-transform: uppercase;
    padding-bottom: 1em;
    line-height: 1.2em;
}

table.conditions tr td img {
    margin: 0 auto;
}



article .texte {
    font-size: 1em;
    font-weight: 300;
    position: relative;
    overflow: hidden;
}

article .texte p {
    padding-bottom: 1em;
    line-height: 1.2em;
}

article .texte ul {
    padding-bottom: 1em;
}

article .texte ul li {
    list-style-type: square;
}
article .texte li {
    list-style-position: outside;
    margin-left: 2.5em;
}
article .texte li {
    padding-bottom: 0;
    line-height: 1.5em;
}


    
article .texte, article .texte p{

}

article .richtext p {
	font-size:1em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: hidden;
}

article .richtext h2 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 1.6em;
	color:#202a54;
}


article .richtext h3 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 1.1em;
	color:#202a54;
}
	
	
	
.richtext>:last-child {
    margin-bottom: 0;
}
.richtext>:first-child {
    margin-top: 0;
}

	
.table_recherche_emploi {
    width: 100%;
    font-size: 0.8em;
    font-weight: 300;
}
	
.table_recherche_emploi td {
    border-top: solid 1px #c1c1c1;
    padding: 1em;
    cursor: pointer;
    vertical-align: middle;
}
	
.resultats_recherche_emploi p {
    padding-top: 2em;
    font-weight: 600;
    font-size: 0.6em;
}
	
ul.tempsplein li {
    display: inline-block;
    padding: 0.5em;
    background-color: #36c573;
    margin: 0.2em;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.6em;
    width: 100%;
    font-weight: 500;
	color:#FFF;
}
	
td a:link, td a:visited, td a:hover {
    text-decoration: none;
    color: inherit;
}

.table_recherche_emploi tr:hover td {
    background-color: #36c573;
	color:#FFF;
}


@media only screen and (max-width: 1300px) {

body{
	font-size:16px;
}
	
}

@media only screen and (max-width: 1200px) {

body{
	font-size:15px;
}
	
}

@media only screen and (max-width: 1100px) {

body{
	font-size:14px;
}
	
}

@media only screen and (max-width: 1050px) {

body{
	font-size:13px;
}
	
}

@media only screen and (max-width: 800px) {

body{
	font-size:12.5px;
}
	
}

@media only screen and (max-width: 700px) {

body{
	font-size:12px;
}
	
}
	
@media only screen and (max-width: 600px) {

body{
	font-size:11.5px;
}
	
}

@media only screen and (max-width: 500px) {

body{
	font-size:11px;
}
	
}


@media only screen and (max-width: 400px) {

body{
	font-size:10.5px;
}


}



@media only screen and (max-width: 350px) {

body{
	font-size:10px;
}

	
}
