@font-face {
    font-family: 'alataregular';
    src: url('font/alata-regular-webfont.woff2') format('woff2'),
         url('font/alata-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'muktabold';
    src: url('font/mukta-bold-webfont.woff2') format('woff2'),
         url('font/mukta-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'muktaextrabold';
    src: url('font/mukta-extrabold-webfont.woff2') format('woff2'),
         url('font/mukta-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'muktaextralight';
    src: url('font/mukta-extralight-webfont.woff2') format('woff2'),
         url('font/mukta-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'muktalight';
    src: url('font/mukta-light-webfont.woff2') format('woff2'),
         url('font/mukta-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'muktamedium';
    src: url('font/mukta-medium-webfont.woff2') format('woff2'),
         url('font/mukta-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'muktaregular';
    src: url('font/mukta-regular-webfont.woff2') format('woff2'),
         url('font/mukta-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muktasemibold';
    src: url('font/mukta-semibold-webfont.woff2') format('woff2'),
         url('font/mukta-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*{
	margin:0;
	padding:0;
	font-family: 'muktamedium',Calibri,Arial,sans-serif;
	font-size:16px;
	color:#1f2a4d;
}
p{
	margin:10px 0 15px 0;
}
p.p-center{
	text-align:center;
}
strong{
	font-weight:600;
}
span.italic{
	font-style:italic;
}
h1,h2,h3,h4,span.h1rose{
	font-family: 'alataregular';
	text-transform:lowercase;
	letter-spacing:3px;
	margin:35px 0 20px 0;
	font-weight:400;
}
h1{
	font-size:2em;
	font-weight:400;
}
span.h1rose{
	font-size:1.4em;
	color:#dc9181;
	margin-top:0;
}
h2{
	font-size:1.5em;
	font-weight:400;
}
h2.h2rose,a.lien-h2rose{
	color:#dc9181;
}
a.lien-h2rose{
	font-size:26px;
}
a{
	text-decoration:none;
	color:#;
}
ul{
	list-style-type:none;
	padding-left:15%;
}
ol{
	padding-left:3%;
}
body{

}
div.clear{
	clear:left;
	clear:right;
	clear:both;
}
div.noordi,nav.noordi,img.noordi,h2.noordi{
	display:none
}
@media screen and (max-width: 640px) {
  div.noordi,nav.noordi,img.noordi,h2.noordi{
    display:block;
  }
  div.nomobile,nav.nomobile,img.nomobile,h2.nomobile,section.nomobile{
	  display:none;
  }
  ul{
	  padding-left:5%;
  }
}
/* ---------- BOUTONS & Co ----------*/
a.plus-rose{
	background-color: #dc9181;
	color:#ffffff;
	border-radius: 50%;
	padding: 2%;
	width: 18px;
	height: 20px;
	display: block;
	font-size: 2em;
	line-height: 0.7;
	transition:0.5s;
	margin:20px auto;
}
a.plus-rose:hover,button.bta-rose-carre:hover{
	background-color:#1f2a4d;
	transition:0.5s;
}
button.bta-rose-carre{
	background-color:#dc9181;
	text-transform:lowercase;
	color:#ffffff;
	padding:2px 2%;
	border:none;
	letter-spacing:2px;
	transition:0.5s;
	display:block;
	margin:50px auto;
}
button.bta-rose-carre a{
	color:#ffffff;
}

/* ----- PAGE ----- */
div#page{
	width:100%;
	max-width:1800px;
	height:auto;
	margin:0 auto;
	/*background-color:#f5f5f5;*/
	overflow:hidden;
}
main#contenu{
	height:auto;
}
/* ----- HEADER -----*/
/* top header */
div#top{
	position:relative;
}
div#top img#vague-top{
	position:absolute;
	top:-270%;
	right:-30%;
}
div#top img#pattern-top{
	width:200px;
	height:auto;
	position:absolute;
	top:-365%;
	left:0;
}
div#top div#top-rsx{
	text-align:right;
}
div#top div#top-rsx img{
	width:35px;
}
/* Main header*/
div#main-header figure#logo{
	width:25%;
	margin:0 auto;
}
div#main-header nav#main-menu{
	width:72%;
	margin-top:6%;
}
li.menu-active:after{
	content:url(images/after.png);
}
/* Logo */
figure#logo img{
	width:100%;
}
/* Menu principal */
nav#main-menu ul{
	text-align:right;
	padding-left:0;
}
nav#main-menu ul li{
	display:inline-block;
	font-family: 'alataregular';
	letter-spacing:2px;
	margin:3%;
}
nav#main-menu ul li a:hover{
	color:#dc9181;
	transition:0.5s;
}
nav#main-menu ul li.nav-contact a{
	color:#dc9181;
}

@media screen and (max-width: 640px){
	div#top-rsx,nav#menu-mobile{
		float:right;
		width:50%;
	}
	/* logo */
	div#main-header figure#logo{
		width:100%;
	}
}
/* Bandeau bleu header */
section#bleu-header{
	font-size:1.1em;
	font-weight:200;
	text-align:center;
	text-transform:uppercase;
	font-family:'muktamedium',Calibri,Arial,sans-serif;
}
section#bleu-header p{
	font-size:80%;
	letter-spacing:2px;
}
span.bull-rose{
	color:#dc9181;
}
@media screen and (max-width: 640px){
	section#bleu-header p{
		display:none;
	}
}
/* Breadcrumbs */
nav#breadcrumbs ul li,nav#breadcrumbs ul li a,p#breadcrumbs span span a,p#breadcrumbs span.breadcrumb_last{
	display:inline-block;
	font-size:12px;
}
nav#breadcrumbs ul li:before {
    content: " > ";
}
    
nav#breadcrumbs ul li:first-child:before {
    content: "";
}
nav#breadcrumbs ul li.breadcrumbs-active,span.breadcrumb_last{
	color:#dc9181;
}
div.breadcrumb{
	padding-left:11.5%;
	color:#1f2a4d;
	font-size:12px;
}
div.breadcrumb a,div.breadcrumb span.current{
	font-size:12px;
}
div.breadcrumb span.current{
	color:#dc9181;
}
@media screen and (max-width: 640px){
	div.breadcrumb{
		padding-left:2%;
	}
}
/* ////////////////////////////////////////////////
				PAGE ACCUEIL
////////////////////////////////////////////////*/
section.all{
	width:80%;
	padding:20px 10%;
}
section.all div.content-left,section.all div.content-right{
	float:left;
	padding:20px 2%;
}
section.bleue{
	background-color:#1f2a4d;
	color:#ffffff;
}
section.bleue p{
	color:#ffffff;
	font-size:1.2em;
	letter-spacing:2px;
}
@media screen and (max-width: 640px){
	div.content-left,div.content-right{
		clear:left;
		width:95%;
	}
	div#img-acc-haut-ordi img{
		display:none;
	}
}
/* Section Welcome */
section#welcome,section#offretemplate{
	position:relative;
}
section#welcome img#vague-welcome,section#offretemplate img#vague-welcome{
	width:12%;
	position:absolute;
	top:4%;
	left:-3%;
}
section#welcome div.content-left,section#offretemplate div.content-left{
	width:45%;
}
section#welcome div.content-right,section#offretemplate div.content-right{
	width:47%;
}
section#welcome div.content-right figure,section#welcome div.content-right figure img,section#offretemplate div.content-right figure,section#offretemplate div.content-right figure img{
	display:block;
	width:100%;
	height:auto;
	margin-top:60px;
}
section#welcome div.content-right h2,section#offretemplate div.content-right h2{
	text-align:center;
}
@media screen and (max-width: 640px){
	section#welcome div img.noordi,section#offretemplate div img.noordi{
		width:100%;
	}
	section#welcome div.content-right figure img.nomobile,section#offretemplate div.content-right figure img.nomobile{
		display:none;
	}
	section#welcome div h2{
		font-size:1.1em;
	}
	section.all div.content-left,section.all div.content-right,section#welcome div.content-left,section#welcome div.content-right,section#offretemplate div.content-left,section#offretemplate div.content-right{
		clear:left;
		width:96%;
	}
}
/* remontée des offres*/
div#offre-loop{
	display:block;
	margin:100px auto 30px auto;
}
article.picto-offre{
	float:left;
	width:31%;
	height:200px;
	margin:10px 1%;
	display:block;
	text-align:center;
}
article.picto-offre img,article.picto-offre-inline img{
	width:60%;
	height:auto;
	transition:0.5s;
}
article.picto-offre img:hover,article.picto-offre-inline img:hover,img#img-part:hover,img#img-pro:hover{
	margin-top:-10px;
	transition:0.5s;
}
section#welcome div#expertise-home{
	display:block;
	text-align:center;
}
/* offres inline */
article.picto-offre-inline{
	display:block;
	float:left;
	width:18%;
	margin:10px 1%;
	text-align:center;
}
@media screen and (max-width: 640px) {
	section#welcome article.picto-offre{
		width:48%;
		height:auto;
		min-height:180px;
		font-size:14px;
		line-height:1.2;
	}
	section#welcome article.picto-offre img{
		width:75%;
	}
	section#welcome h2.nomobile{
		display:none;
	}
	article.picto-offre-inline{
		width:48%;
	}
	article.picto-offre{
		clear:left;
		width:98%;
	}
}
/* section bleue */
div#expertise-home{
	margin-bottom:100px;
}
div#expertise-home h2,div#expertise-home img{
	width:48%;
	float:left;
	margin:5px 1%;
}
div#expertise-home img{
	height:90px;
	width:auto;
}
div#expertise-home h2{
	display:block;
	text-align:right;
	margin-top:70px;
}
section#dynamiser p,section#dynamiser figure{
	float:left;
}
section#dynamiser figure{
	float:left;
	width:31%;
	margin:0 2%;
}
section#dynamiser p{
	float:left;
	width:45%;
	margin:80px 10%;
}
/* Section valeurs */
section#valeurs div.content-left,section#valeurs div.content-right{
	width:46%;
}
section#valeurs div.content-left figure#pro,section#valeurs div.content-left figure#part{
	width:46%;
	float:left;
	margin:10px 2%;
}
figure#pro img,figure#part img{
	width:100%;
	height:auto;
}
section#valeurs div.content-left figure#pro p,section#valeurs div.content-left figure#part p{
	text-align:center;
	font-family: 'alataregular';
}
section#valeurs div.content-left figure#part p{
	color:#dc9181;
}
img#img-part,img#img-pro{
	transition:0.4s;
}
@media screen and (max-width: 640px) {
	section#valeurs div.content-left,section#valeurs div.content-left figure#part,section#valeurs div.content-left figure#pro{
		width:96%;
	}
	section#valeurs div.content-right{
		display:none;
	}
}
/* Section actu */
section#actu-home div.content-left{
	width:40%;
}
section#actu-home div.content-right{
	width:52%;
}
section#actu-home div#loop-actu-home article{
	float:left;
	margin:10px 1%;
	width:31%
}
section#actu-home div#loop-actu-home article img{
	width:100%;
	transition:0.5s;
}
section#actu-home div#loop-actu-home article img:hover{
	margin-top:-10px;
	transition:0.5s;
}
section#actu-home div#loop-actu-home article p{
	text-align:center;
}
/* ----- FOOTER -----*/
footer#footer{
	margin-top:100px;
}
footer#footer section#legal-footer{
	background-color:#1f2a4d;
	color:#ffffff;
	padding:10px 5%;
	font-size:0.6em;
	letter-spacing:1.6px;
	text-align:right;
}
ul#menu-menu-legal li{
	display:inline-block;
	margin-right:1.2%;
}
ul#menu-menu-legal li a{
	color:#ffffff;
	font-size:0.6em;
}
section#blocs-footer{
	background-image:url('images/footer.png');
}
footer#footer div.bloc-footer{
	display:block;
	float:left;
	width:29%;
	margin:10px 2%;
}
div#footerone,div#footerthree{
		background-color:rgba(255,255,255,0.9)
}
/* footer 1 */
div#footerone figure,div#footerone div#coord-footer{
	float:left;
	margin:5px 1%;
	width:46%;
}
div#footerone figure img{
	width:100%;
}
div#footerone div#coord-footer{
	margin-top:20px;
}
/* footer 3 */
div#footerthree{
	padding:50px 0;
}
div#footerthree ul li{
	list-style-type:disc;
}
@media screen and (max-width: 640px){
	footer#footer{
		margin-top:40px;
	}
	footer#footer div.bloc-footer{
		width:96%;
	}
	footer#footertwo{
		display:none;
	}
	/* footer 1 */
	div#footerone figure,div#footerone div#coord-footer{
		clear:left;
		width:96%;
	}
	div#footerone div#coord-footer{
		text-align:center;
		margin-top:0;
	}
}

/* //////////////////////////////////////////////////////////////////
					PAGE SINGLE OFFRE
///////////////////////////////////////////////////////////////////*/
section#offretemplate div#outils-offre{
	padding: 5px 3%;
	margin: 40px 0;
	background-color: #f9f9f9;
}
section#offretemplate div#meth-offre ul li{
	list-style-type:disc;
}
div.cat-offre p{
	color:#dc9181;
	letter-spacing:2px;
	font-weight:400;
}
div.previous,div.next{
	margin:30px 0;
	display:inline-block;
	width:48%;
}
div.next{
	text-align:right;
}
div.previous a,div.next a{
	background-color:#4d5283;
	color:#ffffff;
	padding:2px 1%;
	transition:0.5s;
	display:inline-block;
	font-size:13px;
}
div.previous a:hover,div.next a:hover{
	background-color:#dc9181;
	transition:0.5s;
}
@media screen and (max-width: 640px){
	div.previous, div.next{
		width:100%;
	}
}
@media print{
	section.noprint,div.noprint,img.noprint,footer.noprint{
		display:none;
	}
	section#offretemplate div.content-left{
		width:96%;
	}
}

/* //////////////////////////////////////////////////////////////////
					PAGE THEMATIQUE : attirer recruter
///////////////////////////////////////////////////////////////////*/
section#welcome div.content-right figure img#img-picto-offre{
	display: block;
	width: 22%;
	text-align: center;
	margin: 10px auto;
}
div#formation-loop ul{
	line-height:3em;
}
div#formation-loop ul li a{
	font-size:1.2em;
	letter-spacing:2px;
	transition:0.4s;
}
div#formation-loop ul li a:hover{
	color:#dc9181;
	transition:0.4s;
}

/* //////////////////////////////////////////////////////////////////
					PAGE ABOUT
///////////////////////////////////////////////////////////////////*/
figure#photo-isa img{
	-webkit-box-shadow: 10px 10px 5px -1px rgba(31,42,77,1);
-moz-box-shadow: 10px 10px 5px -1px rgba(31,42,77,1);
box-shadow: 10px 10px 5px -1px rgba(31,42,77,1);
margin-top:0;
}
div#text-about{
	height:auto;
}
/* //////////////////////////////////////////////////////////////////
					PAGE CONTACT
///////////////////////////////////////////////////////////////////*/
section#welcome div.content-left#text-contact{
	text-align:center;
}
div.bloc-contact{
	margin:20px 2%;
}
div.bloc-contact figure,div.txt-contact{
	float:left;
	margin:5px 1%;
}
div.bloc-contact figure{
	display:block;
	margin:5px 2%;
	width:10%;
	height:auto;
	padding-top:2em;
}
div.bloc-contact figure img{
	width:100%;
}
div.txt-contact{
	width:75%;
	padding-left:2%;
	border-left:2px dotted #dc9181;
}
@media screen and (max-width: 640px){
	div.bloc-contact{
		margin:20px 2%;
		width:96%;
		clear:left;
	}
	
}
/* --------------- Formulaire contact ------*/
div.wpforms-field-container{
	margin:70px 0;
}
label.wpforms-field-label{
	display:block;
	font-family: 'alataregular';
	color:1f2a4d;
	letter-spacing:1.5px;
	margin:40px 0 5px 0;
}
input.wpforms-field-small{
	width:50%;
}
input.wpforms-field-medium{
	width:75%;
}
textarea.wpforms-field-large{
	width:100%;
	height:90px;
}
div.wpforms-field.wpforms-field-hp{
	display:none;
}
button.wpforms-submit,
a.bta-email {
	background-color:#dc9181;
	margin:50px 0;
	border:none;
	box-shadow:none;
	color:#ffffff;
	text-transform:uppercase;
	padding:3px 2%;
	transition:0.4s;
}
button.wpforms-submit:hover{
	background-color:#1f2a4d;
	transition:0.4s;
}

/* //////////////////////////////////////////////////////////////////
					LE BLOG - ACTUALITES
///////////////////////////////////////////////////////////////////*/
article.actu{
	display:block;
	float:left;
	width:23%;
	height:auto;
	margin:20px 1%;
	text-align:center;
}
article.actu figure{
	width:300px;
	height:auto;
}
article.actu figure img{
	width:100%;
	height:auto;
	transition:0.4s;
}
article.actu figure img:hover{
	margin-top:-10px;
	transition:0.4s;
}
@media screen and (max-width: 640px){
	article.actu{
		clear:left;
		width:98%;
	}
	article.actu figure{
		width:100%;
	}
}

/* /////////////////////////////////////
		COOKIES 
		//////////////////////////////*/
		/* cookies axeptio */
.kluOaR svg path{
	fill:rgb(220,145,129) !important;
}
.kluOaR svg path:last-child {
    fill: rgb(255, 255, 255) !important;
}
button#axeptio_btn_acceptAll.ButtonGroup__BtnStyle-sc-hfufib-0btota,
.gbtota.gbtota.gbtota.gbtota.gbtota.gbtota{
	color:rgb(220,145,129) !important;
}


