/*
Theme Name: Silkhom Enfant
Description: Theme enfant de Silkhom. Vous pouvez maintenant effectuer vos modifications en toute sécurité.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: silkhom
Version: 1.0
*/



/***************************** Fonts **********************/

@font-face {
    font-family: 'montserratblack';
    src: url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: 'montserratmedium';
	color:#213142;
}

h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{
	font-family: 'montserratblack' !important;
	font-weight:normal !important;
}

.black{
	font-family: 'montserratblack';
}

a{
	text-decoration:none;
	color:#E6411B ;
}

a:focus, a:visited, a:active{
	color:inherit;
}

a:hover {
    color: #E6411B;
}

.orange{
	color:#E6411B;
}

*{
	outline: none !important;
}

:focus{
	outline: none !important;
}

main{
	min-height:600px;
}

.entry-footer{
	display:none;
}
/***************************** structure **********************/

.container{
	max-width:1700px;
	margin:0 auto;
	padding:0 40px;
}

.container-small-width{
	max-width:1300px;
	margin:0 auto;
	padding:0 40px;
}

#box-contenu{
	margin-top:-50px;
	background:#FFF;
	padding:40px;
	box-sizing:border-box;
}

.page{
	margin:0;
}

#page{
	padding-top:75px;
	overflow-x: hidden; /* hack par rAthus@Arkanite pas très propre pour éviter le blanc à droite en mobile */
}

.page-content, .entry-content, .entry-summary{
	margin-top:0;
}

@media screen and (max-width: 1100px) {	
	#page{
		padding-top:50px;
	}
}
@media screen and (max-width: 1024px) {
	.container{
		padding:0 20px;
	}
}

@media screen and (max-width: 800px) {
	.container{
		padding:0 20px;
	}
	.container-small-width{
		padding:0 20px;
	}
}

@media screen and (max-width: 400px) {
	.container-small-width{
		padding:0 10px;
	}
}

/************** captcha *****************/
.grecaptcha-badge { visibility: hidden; }

/************** breadcrumbs *****************/

.breadpage #breadcrumbs, .breadpage #breadcrumbs a{
	margin-top: 15px;
	font-size:12px;
	color:#fff;
}

#breadcrumbs p{
	margin:10px 0 5px 0;
}

/***************************** header ***************************/

#masthead{
	position:fixed;
	height:75px;
	top:0;
	left:0;
	right:0;
	background:#263748;
	z-index:10;
	transition: all 0.2s ease-out;
	padding:0 100px;
}

.admin-bar #masthead {
	top: 32px;
}

.flex-header{
	display:flex;
	align-items:center;
	height:75px;
	width:100%;
	justify-content:space-between;
}

.col-left{
	display:flex;
	align-items:center;
	height:75px;
	justify-content:flex-start;
}

.col-logo{
	margin-right:40px;
	width:240px;
}

.col-logo a{
	display:flex;
	align-items:center;
	height:75px;
	transition: all 0.2s ease-out;
}

.col-logo img{
	height:100%;
	width: 100%;
	transition: all 0.2s ease-out;
}

.col-elements-header{
	width:100%;
}

.main-navigation li{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:30px;
}

.main-navigation li:last-of-type{
	margin-right:0;
}

.main-navigation a{
	font-size:15px;
	color:#FFF;
	display:flex;
	align-items:center;
	transition: all 0.2s ease-out;
	height:75px;
	position:relative;
}

.main-navigation .menu-primary-menu-container a::after{
	position:absolute;
	content:'';
	display:block;
	top:70%;
	left:0;
	height:2px;
	width:0;
	background:#FFF;
	transition: all 0.2s ease-out;
}

.main-navigation .menu-primary-menu-container a:hover:after{
	width:100%;
}

.main-navigation li.menu-item-has-children::after{	
	content:'';
	display:block;
	height:15px;
	width:15px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(img/chevron-down-regular-white.svg);
	margin-left:10px;

	display:none;
}

.main-navigation li.menu-item-has-children .sub-menu{
	display:flex;
	flex-direction:column;
	background:#FFF;
	width:200px;
}

.main-navigation li.menu-item-has-children .sub-menu li{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	border-bottom:1px solid #DDD;
}

.main-navigation li.menu-item-has-children .sub-menu li:last-of-type{
	border-bottom:none;
}

.main-navigation li.menu-item-has-children .sub-menu li a{
	display:block;
	width:100%;
	padding:10px;
	height:40px;
	color:#263748;
}

.main-navigation li.menu-item-has-children .sub-menu li a::after{
	display:none;
}

.main-navigation li.menu-item-has-children .sub-menu li a:hover{
	background:#E6411B;
	color:#FFF;
	text-decoration:none;
}

.col-menu-right{
	flex-shrink:0;
	display:flex;
	align-items: center;
	justify-content:flex-end;
}

.col-menu-right .bt-offres{
	color:#FFF;
	display:flex;
	align-items:center;
}

.col-menu-right .bt-offres strong{
	padding-right:6px;
}

.col-menu-right .bt-offres img{
	width:35px;
	display:block;
	margin:-10px 10px 0 0;
}

#menu-menu-top-right{
	display:flex;
	align-items:center;
	margin:0;
	padding:0;
	list-style:none;
}

#menu-menu-top-right li{
	margin:0 0 0 20px;
	padding:0;
}

#menu-menu-top-right li a{
	display:block;
	border-radius:100px;
	border:1px solid #FFF;
	color:#FFF;
	text-decoration:none;
	padding:5px 10px;
	transition: all 0.2s ease-out;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}


#menu-menu-top-right li a:hover{
	background:#FFF;
	color:#263748;
}

#menu-menu-top-right li.bt-orange a{
	background-color:#E6411B;
	border:1px solid #E6411B;
	
}

#menu-menu-top-right li.bt-orange a:hover{
	background-color:#ba3213;
	border:1px solid #ba3213;
	color:#FFF;
}


/*********** header sticky *******/

#masthead.sticky{
	box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	-webkit-box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	-moz-box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
}


/*********** header mobile *******/

#menu-burger{
	background:none;
	background-image:url(img/bars-regular.svg);
	background-size:contain;
	background-repeat:no-repeat;
	height:35px;
	width:35px;
	margin-left:20px;
	display:none;
}



@media screen and (max-width: 1450px) {
	#masthead{
		padding:0 20px;
	}
	.col-logo{
		margin-right:20px;
	}
	.col-logo img{
		height:80%;
	}
}

@media screen and (max-width: 1300px) {
	.main-navigation a{
		font-size:12px;
	}
	.col-menu-right a{
		font-size:12px;
	}
}

@media screen and (max-width: 1100px) {
	#masthead, .flex-header{
		height:50px;
	}
	.main-navigation, .col-menu-right{
		display:none;
	}
	#menu-burger{
		display:block;
	}
	.col-logo{
		width:180px;
	}
	.col-logo img{
		height:35px;
	}
}


@media screen and (max-width: 782px) {
	.admin-bar #masthead {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position:fixed;
	}
}


/*********** menu mobile *******/


#hide-body{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index:100;
	display:none;
}

#menu-drawer{
	z-index:10000;
	overflow:hidden;
	position:fixed;
	top:0;
	right:-300px;
	width:300px;
	background:#263748;	
	box-sizing:border-box;
	height:100%;
	transition: all 0.3s ease-out;
}

#menu-drawer.open{
	right:0px;
}

#menu-drawer .inside-drawer{
	z-index:1000;
	padding:220px 20px 20px 20px;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:space-between;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	color:#FFF;
}

#menu-drawer .container-search{
	margin:0 auto;
}

#menu-drawer ul{
	list-style:none;
	margin:0;
	padding:0;
}

#menu-drawer a{
	color:#FFF;
}

#menu-drawer .primary-drawer ul li{
	margin:0 0 10px 0;
}

#menu-drawer .primary-drawer ul li a{
	display:flex;
	align-items:center;
	width:100%;
}

#menu-drawer .primary-drawer ul li.menu-item-has-children > a::after{
	content:'';
	display:block;
	height:15px;
	width:15px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(img/chevron-down-regular-white.svg);
	margin-left:10px;
	transition:all 0.2s ease-in;
}

#menu-drawer .primary-drawer ul li.menu-item-has-children.active > a::after{
	transform:rotate(180deg);
}
	
#menu-drawer .primary-drawer ul a{
	font-size:18px;
	text-decoration:none;
}

#menu-drawer .primary-drawer ul ul.sub-menu{
	margin-left:20px;
}

#menu-drawer .primary-drawer ul ul.sub-menu li{
	margin-bottom:5px;
}

#menu-drawer .primary-drawer ul ul.sub-menu a{
	font-size:15px;
}

#menu-drawer .primary-drawer ul li.menu-item-has-children .sub-menu{
	display:none;
	overflow:hidden;
}

#menu-drawer #bt-close-menu-drawer{
	position:absolute;
	top:50px;
	right:10px;
	background-image:url(img/times-regular.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	height:35px;
	width:35px;
}

#menu-drawer .secondary-drawer ul{
	text-align:center;
}

#menu-drawer .secondary-drawer ul li{
	display:inline-block;
	padding:0;
}

#menu-drawer .secondary-drawer ul li a{
	font-size:12px;
	line-height:110%;
	padding:0;
	transition: all 0.3s ease-out;
}

#menu-drawer .secondary-drawer ul li:first-of-type::after{
	content:'-';
	display:inline-block;
	padding:0 5px;
}


/******************** New Fonctionement Menu  *******************/

@media screen and (min-width: 1101px){
	.main-navigation{
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	.col-left{
		flex-grow: 1;
	}
}
.main-navigation .secondary-mobile,
.main-navigation  #bt-close-menu-drawer {
	display: none;
}


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

	/*Container */

	.main-navigation{
		z-index:10001;
		overflow:hidden;
		position:fixed;
		top:0;
		right:-300px;
		width:300px;
		background:#263748;	
		box-sizing:border-box;
		height:100%;
		transition: all 0.3s ease-out;

		padding:170px 20px 20px 20px;
		display:flex;
		align-items:center;
		flex-direction:column;
	}

	.main-navigation.open{
		right:0px;
	}

	.main-navigation .menu-primary-menu-container{
	}
	/*Close*/
	.main-navigation  #bt-close-menu-drawer {
	    position: absolute;
	    top: 50px;
	    right: 10px;
	    background-image: url(https://www.silkhom.com/wp-content/themes/silkhom-child/img/times-regular.svg);
	    background-repeat: no-repeat;
	    background-size: contain;
	    background-position: center center;
	    height: 35px;
	    width: 35px;
	    display: block;
	}

	/*Main navigation*/
	.main-navigation ul{
		list-style:none;
		margin:0;
		padding:0;
		display: block;
    	padding-right: 25px;
    	position: relative;
	}
	.main-navigation li{
    	margin: 0 0 10px;
    	display: block;
    	justify-content: flex-start;
	}

	.main-navigation a{
		color:#FFF;
    	font-size: 18px;
    	height: auto;
    	width: 100%;
	}

	/*Submenu*/
	.main-navigation .menu-primary-menu-container a::after{
		display: none;
	}
	.main-navigation ul li.menu-item-has-children .deroule {	
		position: absolute;    
	    display: block;
	    height: 15px;
	    width: 15px !important;
    	background-color: transparent;
	    background-size: contain;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-image: url(https://www.silkhom.com/wp-content/themes/silkhom-child/img/chevron-down-regular-white.svg);
	    margin-left: 0;
	    transition: all .2s ease-in;

	    top: 22%;
	    right: -25px;
    	left: auto;

	}
	.main-navigation li.menu-item-has-children .sub-menu{
		position: relative;
		overflow: hidden;
    	height: 0;
    	left: 0;
    	box-shadow: none;

		background: transparent;
	    width: 100%;
	    margin-bottom: 10px;
	}
	.main-navigation li.menu-item-has-children .sub-menu.active{
		height: auto;
	}

	.main-navigation li.menu-item-has-children .sub-menu.active + .deroule {	
		transform: rotate(180deg);
	}

	.main-navigation li.menu-item-has-children .sub-menu li{
		border: 0;
	}
	.main-navigation li.menu-item-has-children .sub-menu li a{
		height: auto;
		color: #FFF;
		font-size: 15px;
    	padding:5px 10px;
	}


	/*Boutons Actions*/
	.col-menu-right{
    	margin-top: 50px;
		display: block;
	}
	.col-menu-right .bt-offres{
		justify-content: center;
	}
	#menu-menu-top-right li{
		margin: 10px 5px;
	}
	#menu-menu-top-right li a{
		font-size: 12px;
		height: 30px;
	}


	/*Secondary Menu*/
	.main-navigation .secondary-mobile{
    	margin-top: auto;
		display: block;
	}
	.main-navigation .secondary-mobile ul{
		text-align:center;
		margin-right: 0;
	}

	.main-navigation .secondary-mobile ul li{
		display:inline-block;
		padding:0;
	}

	.main-navigation .secondary-mobile ul li a{
		font-size:12px;
		line-height:110%;
		padding:0;
		transition: all 0.3s ease-out;
	}


}

/******************** Footer *******************/

footer.site-footer{
	padding-top:85px;
	background:#213142;
	color:#FFF;
	position:relative;
}

footer.site-footer .cache-wave{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}


footer.site-footer .cache-wave svg {
    position: relative;
    display: block;
    width: calc(105% + 1.3px);
    height: 85px;
}

footer.site-footer .cache-wave .shape-fill {
    fill: #FFFFFF;
}

footer.site-footer .footer-1{
	position:relative;
	display:flex;
	justify-content:flex-end;
}

footer.site-footer .footer-1 .part{
	display:flex;
	width:70%;
	justify-content:space-around;
	padding: 0 20px;
}

footer.site-footer .footer-1 .part.border{
	width:35%;
}



footer.site-footer .footer-1 .col-img-rs{
	width:300px;
	display:flex;
	flex-direction:column;
	margin:40px 30px 0 0;
	flex-shrink:0;
}

footer.site-footer .footer-1 .col-img-rs .custom-logo-link{
	width:100%;
}

footer.site-footer .footer-1 .col-menus{
	display:flex;
	margin:40px 0 40px 0;
	justify-content:space-around;
}

footer.site-footer .footer-1 .col-menus .colmenu{
	width:220px;
	box-sizing:border-box;
}

footer.site-footer .footer-1 .col-menus h3{
	font-size:16px;
	margin:0 0 10px 0;
}

footer.site-footer .footer-1 .col-menus ul{
	margin:0;
	padding:0 20px 0 0;
	list-style:none;
}

footer.site-footer .footer-1 .col-menus ul li{
	font-size:13px;
	color:#FFF;
	margin-bottom:8px;
	line-height:130%;
}

footer.site-footer .footer-1 .col-menus ul li a{
	color:#FFF;
}

footer.site-footer .footer-1 .col-menus ul li a:hover{
	color:#E6411B;
}

footer.site-footer .container-rs{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	margin-top:30px;
}

footer.site-footer .container-rs a{
	height:20px;
	display:block;
	margin:0 10px;
}

footer.site-footer .container-rs a img{
	height:25px;
}

footer.site-footer .footer-1 .part.border{
	flex-direction:column;
	position:relative;
}

footer.site-footer .footer-1 .part.border::before{
	background:#4E5A67;
	height:calc(100% + 32px);
	top:-32px;
	content:'';
	display:block;
	width:1px;
	position:absolute;
}
	

footer.site-footer .footer-1 .border p{
	width:100%;
	border-bottom:1px solid #4E5A67;
	height:30%;
	min-height:60px;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	padding:0 20px;
	box-sizing:border-box;
	margin:0;
	font-size:14px;
}

footer.site-footer .footer-1 .border p:last-of-type{
	border-bottom:none;
}

footer.site-footer .footer-1 .border p a{
	color:#FFF;
	font-weight:bold;
	padding-right:15px;
	font-size:22px;
}

footer.site-footer .footer-1 .border p img{
	height:30px;
	display:block;
	margin-right:15px;
}

footer.site-footer .footer-2{
	height:32px;
	border-top:1px solid #4E5A67;
	display:flex;
	padding:0 100px;
	align-items:center;
	justify-content:space-between;
	background:#142435;
}

footer.site-footer .footer-2 p{
	margin:0;
	padding:0;
	font-size:12px;
}

footer.site-footer #menu-footer-2 ul{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}

footer.site-footer #menu-footer-2 ul li{
	padding:0;
	margin:0 0 0 10px;
}

footer.site-footer #menu-footer-2 ul li a{
	color:#FFF;
	font-size:12px;
}

footer.site-footer #menu-footer-2 ul li a:hover{
	text-decoration:underline;
}

@media screen and (max-width: 1500px) {
	footer.site-footer .footer-1 .part.border{
		flex-shrink:0;
	}
	footer.site-footer .footer-1 .col-menus{
		flex-wrap:wrap;
		justify-content:flex-start;
	}
	footer.site-footer .footer-1 .col-menus ul{
		margin-bottom:30px;
	}
}


@media screen and (max-width: 1250px) {
	footer.site-footer .footer-1{
		flex-direction:column;
	}
	footer.site-footer .footer-1 .part, footer.site-footer .footer-1 .part.border{
		width:100%;
	}
	footer.site-footer .footer-1 .part.border::before{
		display:none;
	}
}

@media screen and (max-width: 1080px) {
	footer.site-footer .footer-1 .part{
		justify-content:center;
	}
	footer.site-footer .container-rs{
		margin-top:10px;
	}
	footer.site-footer .footer-2{
		padding:0 20px;
	}
}

@media screen and (max-width: 740px) {
	footer.site-footer .footer-1 .part{
		flex-direction:column;
	}
	footer.site-footer .footer-1 .col-img-rs{
		margin-bottom:20px;
		width:100%;
		max-width:280px;
	}
	footer.site-footer .footer-1 .col-laius{
		width:100%;
		margin:0;
	}
	footer.site-footer .cache-wave svg{
		height:40px;
	}
	footer.site-footer{
		padding-top:55px;
	}
	footer.site-footer .footer-2{
		height:auto;
		flex-direction:column;
		padding:10px 0 10px 0;
	}
}
@media screen and (max-width: 500px) {
	
	footer.site-footer .footer-1 .border p{
		height:auto;
		font-size:12px;
		padding:10px 0;
		flex-direction:column;
		text-align:center;
	}
	footer.site-footer .footer-1 .border p img{
		height:20px;
		margin:0 0px 10px 0;
	}
	footer.site-footer .footer-1 .border p a{
		font-size:14px;
	}
	footer.site-footer #menu-footer-2 ul{
		flex-direction:column;
		padding:5px 0;
	}
	footer.site-footer .footer-1 .col-img-rs{
		margin:30px auto 0 auto;
	}
	footer.site-footer .footer-1 .col-menus{
		justify-content:center;
	}
	footer.site-footer .footer-1 .col-menus .colmenu{
		width:250px;
	}
	footer.site-footer .footer-1 .col-menus h3{
		text-align:center;
		position:relative;
		display:flex;
		align-items:center;
		justify-content:center;
		cursor:pointer;
	}
	footer.site-footer .footer-1 .col-menus h3::after{
		content: '';
		display: block;
		height: 15px;
		width: 15px;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		background-image: url(img/chevron-down-regular-white.svg);
		margin-left: 10px;
		transition: all 0.2s ease-in;
		margin-left:15px;
	}
	footer.site-footer .footer-1 .colmenu.active h3::after{
		transform:rotate(180deg);
	}
	footer.site-footer .menu-menu-footer-colonne-1-container, footer.site-footer .menu-menu-footer-colonne-2-container, footer.site-footer .menu-menu-footer-colonne-3-container{
		display:none;
		overflow:hidden;
	}
	footer.site-footer .footer-1 .col-menus ul{
		padding:0;
		
	}
	footer.site-footer .footer-1 .col-menus ul li{
		text-align:center;
	}
}




/*********************** Home **************************/

.section{
	margin:30px auto 145px auto;
}

.section h2{
	font-family: 'montserratblack';
	line-height: 110%;
	font-weight: 400;
	margin:10px 0 10px 0;
	font-size:28px;
}

/*********************** blobs home **************************/

.elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #d4d4d4 !important;
	border-right: none !important;
	border-left: none !important;
	border-top: none !important;
}

.blob-relative {
	position: relative;
}
.blob {
	position: absolute;
	z-index: -1;
	width: 50%;
	max-width: 600px;
	height: 80%;
	max-height: 600px;
	background: #E6411B;
	background: linear-gradient(135deg, #E6411B 40%, #FFCA8A 100%);
}
@keyframes blob-a {
	0%,100% { border-radius: 64% 36% 27% 73% / 55% 58% 42% 45%; margin-top: -50px; }
	25% { border-radius: 73% 27% 26% 38% / 73% 36% 64% 27%; margin-top: 0px; }
	50% { border-radius: 28% 72% 44% 56% / 49% 40% 60% 51%; margin-top: 50px; }
	75% { border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%; margin-top: 0px; }
}
@keyframes blob-b {
	0%,100% { border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%; margin-bottom: 50px; }
	25% { border-radius: 64% 36% 27% 73% / 55% 58% 42% 45%; margin-bottom: 0px; }
	50% { border-radius: 73% 27% 26% 38% / 73% 36% 64% 27%; margin-bottom: -50px; }
	75% { border-radius: 28% 72% 44% 56% / 49% 40% 60% 51%; margin-bottom: 0px; }
}
.blob-1 {
	animation: blob-a 15s ease-in infinite;
	left: 0;
	top: 0;
	transform: translate(-60%,-10%);
}
.blob-2 {
	animation: blob-b 12s ease-in infinite;
	right: 0;
	bottom: 30%;
	transform: translateX(20%) rotate(45deg);
	width: 45%;
	max-width: 900px;
	height: 100%;
	max-height: 900px;
}
.blob-3 {
	animation: blob-a 15s ease-in infinite;
	left: 0;
	bottom: 0;
	transform: translate(-60%,10%);
}
.blob-4 {
	animation: blob-b 15s ease-in infinite;
	right: 0;
	top: 0;
	transform: translate(60%,-10%);
}


@media screen and (max-width: 750px) {
	.blob {
		display: none;
	}
}

/******** section expertise **********/

.notre-expertise{
	display:flex;
	align-items:center;
}

.notre-expertise .col-texte{
	width:55%;
	padding-right:50px;
}

.notre-expertise .col-img{
	width:45%;
}

.notre-expertise .col-img img{
	width:100%;
}

.notre-expertise h1{
	font-size:18px;
	font-weight:400;
	margin:0 0 30px 0;
}

.notre-expertise h1 strong{
	font-family: 'montserratblack';
	font-weight:400;
}

p.titre-expertise{
    font-size: 60px;
    line-height: 1.1;
	font-weight:400;
    margin-bottom: 0.7em;
	font-family: 'montserratblack';
}

p.titre-expertise strong{
	font-family: 'montserratblack';
}

p.titre-expertise.mobile{
	display:none;
}

@media screen and (max-width: 750px) {
	p.titre-expertise.mobile{
		display:block;
		margin: 3%;
		text-align: center;
		font-size: 4vh;
	}
	p.titre-expertise.desktop{
		display:none;
	}
}

a.bt-candidat, a.bt-offre{
	border:2px solid #E6411B;
	color:#E6411B;
	height:45px;
	box-sizing:border-box;
	display:inline-flex;
    align-items: center;
	padding:0 14px;
	border-radius:100px;
	margin-right:5px;
	font-size:14px;
	transition: all 0.3s ease-out;
}

a.bt-candidat{
	background:#E6411B;
	color:#FFF;
}

a.bt-candidat:hover, a.bt-offre:hover{
	background:#263748;
	color:#FFF;
	border:2px solid #263748;
}


/******** section slider client **********/

.flex-clients{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:30px 0 30px 0;
	width:100%;
}

.flex-clients h2{
	margin:0;
	font-size:22px;
	font-weight:400;
	font-family: 'montserratbold';
	padding-right:30px;
}
.flex-clients h2 strong{
	font-family: 'montserratbold' !important;
}

.flex-clients .reviews-google{
	display:flex;
	align-items:center;
	font-size:22px;
	font-weight:bold;
	font-family: 'montserratbold';
	flex-shrink:0;
}

.flex-clients .reviews-google img{
	width:100px;
	display:flex;
	margin-left:10px;
}

.slider-home{
	position:relative;	
	margin:30px auto;
	padding:0 30px;
}

.slider-home#slider-clients{
	opacity: 0;
}

.slider-home .conteneur-slides{
	position:relative;
	overflow:hidden;
	height:130px;
}

.slider-home .fleche{
	position:absolute;
	top:50%;
	margin-top:-10px;
	height:25px;
	width:25px;
	background-size:contain;
	background-repeat:no-repeat;
	background-image:url(img/chevron-left-grey.svg);
	cursor:pointer;
}

.slider-home .fleche.precedent{
	left:0;
}

.slider-home .fleche.suivant{
	transform:rotate(180deg);
	right:0;
}

.slider-home .slide{
	width:100%;
	height:124px;
	display:flex;
	align-items:center;
	justify-content:space-around;
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
}

.slider-home#slider-clients .slide a{
	height:120px;
	border-radius:5px;
	box-sizing:border-box;
	transition: all 0.3s ease-out;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	cursor:default;
}

.slider-home#slider-clients .slide a img{
	filter: grayscale(1);
	height:120px;
	object-fit:contain;
	object-position:center center;
}

.slider-home#slider-clients .slide a::after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgba(255, 255, 255, 0.6);
	transition: all 0.3s ease-out;
}

.slider-home#slider-clients .slide a:hover img{
	filter: grayscale(0);
}

.slider-home#slider-clients .slide a:hover::after{
	display:none;
}

/************ dernieres offres ******************/

.dernieres-offres{
	/*
	background-size:100% 170px;	
	background-repeat:no-repeat;
	background-position:center bottom;
	background-image:url(img/wave-home-blue.svg);	
	margin-bottom:0;
	*/
}

.dernieres-offres .flex-titre{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.dernieres-offres .flex-titre h2{
	font-family: 'montserratblack';	
	display:flex;
	align-items:center;
	line-height:100%;
	font-weight:400;
}

.dernieres-offres .flex-titre h2 span{
	font-size:14px;
	font-family: 'montserratmedium';
	display:flex;
	align-items:center;
	line-height:100%;
	padding:3px 0 0 10px;
}

.dernieres-offres .flex-titre h2 span img{
	height:30px;
	display:block;
	margin:-10px 5px 0 0;
}

.dernieres-offres .flex-titre h2 span strong{
	padding-right:6px;
}

/************ dernieres temoignages ******************/

.section.temoignages{
	background-color:#213142;
	background-image:url(img/job-home-background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	padding:130px 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
@media screen and (max-width: 750px) {
	.section.temoignages{
		padding:60px 0;
	}
}


.section.temoignages h2{
	margin:0 0 20px 0;
	color:#FFF;
	text-align:center;
}

.slider-home#slider-avis .conteneur-slides{
	height:200px;
}

.slider-home#slider-avis .slide{
	height:200px;
	overflow:hidden;
}

.slider-home#slider-avis .fleche{
	background-image:url(img/chevron-left-white.svg);
}

.slider-home#slider-avis .col-img{
	width:250px;
	flex-shrink:0;
	text-align:center;
}

.slider-home#slider-avis .col-img img{
	width:100px;
	height:100px;
	object-fit:contain;
	border-radius:100%;
	object-position:center center;
	background:#FFF;
}

.slider-home#slider-avis .col-img h5{
	margin:5px 0 0 0;
	color:#FFF;
	font-size:18px;
}

.slider-home#slider-avis .col-texte{
	box-sizing:border-box;
	padding:0 30px;
	width:100%;
	border-left:1px solid #FFF;
	color:#FFF;
}

.slider-home#slider-avis .col-texte p{
	font-family: 'montserratbold';
	font-weight:400;
	font-size:16px;
	margin:0;
}

.slider-home#slider-avis .col-texte p span{
	padding:0 4px 0 0;
	font-size:20px;
}

.slider-home#slider-avis .col-texte p span:last-of-type{
	padding:0 0 0 4px;
}

.slider-home#slider-avis .bt-voir-temoignages{
	display:flex;
	align-items:center;
	color:#E6411B;
	float:right;
	font-family: 'montserratbold';
	font-weight:400;
}

.slider-home#slider-avis .bt-voir-temoignages img{
	height:20px;
	display:block;
	margin-left:10px;
}


/************ expertises métiers *************/

.section.metiers h2,
.section.metiers h2 + p{
	text-align: center;
}
#conteneur-metiers{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}

#conteneur-metiers a.wrapper-metier{
	width:195px;
	height:185px;
	box-sizing:border-box;
	border-radius:5px;
	border:1px solid #D4D7DA;
	padding:15px;
	text-align:center;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:flex-end;
	margin:15px;
	transition: all 0.3s ease-out;
	flex-shrink:0;
}

#conteneur-metiers a.wrapper-metier .img{
	width:80px;
	height:80px;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(img/blob-expertise.svg);
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	flex-shrink:0;
	transition: all 0.3s ease-out;
}

#conteneur-metiers a.wrapper-metier .img img{
	width:80px;
}

#conteneur-metiers a.wrapper-metier h3{
	font-size:14px;
	margin:15px 0 15px 0;
	flex-shrink:0;
	height:30px;
	line-height:110%;
	color:#213142;
	transition: all 0.3s ease-out;
}

#conteneur-metiers a.wrapper-metier .conteneur-tags{
	margin:0;
	padding:0;
	flex-shrink:0;
	height:0px;
	overflow:hidden;
	transition: all 0.3s ease-out;
}

#conteneur-metiers a.wrapper-metier:hover .conteneur-tags{
	height:52px;
}

/************ déposer une offres *************/
.section.deposer-offre h2,
.section.deposer-offre h2 + p{
	text-align: center;
}
.conteneur-bts-deposer-offre{
	display:flex;
	align-items:center;
	justify-content:center;
}

.conteneur-bts-deposer-offre a{
	padding-top:60px;
	border-radius:5px;
	margin:10px 30px;
	position:relative;
}

.conteneur-bts-deposer-offre a .conteneur-border{
	border:1px solid #D4D7DA;
	height:150px;
	width:345px;
	padding:15px 15px 15px 170px;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	box-sizing:border-box;
	flex-shrink:0;
	border-radius:5px;
	position:relative;
	box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	-webkit-box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	-moz-box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
}

.conteneur-bts-deposer-offre a .img{
	position:absolute;
	bottom:1px;
	height:210px;
	width:170px;
	left:1px;
	overflow:hidden;
	border-radius:0 0 0 5px;
}

.conteneur-bts-deposer-offre a .img .rond{
	display:block;
	position:absolute;
	bottom:-120px;
	left:-100px;
	height:250px;
	width:250px;
	background:#FFBA49;
	border-radius:100%;
	border-bottom:1px solid #D4D7DA;
}

.conteneur-bts-deposer-offre a .img img{
	position:absolute;
	width:133px;
	bottom:-50px;
	left:-5px;
	transform:rotate(12deg);
	transition: all 0.3s ease-out;
	z-index:1;
}

.conteneur-bts-deposer-offre a h3{
	margin:0;
	font-size:18px;
	color:#213142;
	font-family: 'montserratbold';
	line-height:140%;
}

.conteneur-bts-deposer-offre a h3 strong{
	font-size:24px;
}

.conteneur-bts-deposer-offre a:hover .img img{
	bottom:-35px;
}


/******** section expertise **********/

@media screen and (max-width: 1100px) {
	.slider-home#slider-avis .conteneur-slides{
		height:300px;
	}
	.conteneur-bts-deposer-offre{
		flex-wrap:wrap;
	}
}

@media screen and (max-width: 750px) {
	.section{
		margin:30px auto 50px auto;
	}
	.notre-expertise{
		flex-direction:column-reverse;
		margin-top:0;
	}
	.notre-expertise h1{
		Text-align:center;
	}
	.notre-expertise h2{
		height:80px;
		font-size:24px;
	}
	.notre-expertise .col-texte{
		width:100%;
		padding-right:0;
	}
	.notre-expertise .col-img{
		width:100%;
		max-width:300px;
		margin:10px 0 10px 0;
	}
	.flex-clients{
		flex-direction:column;
	}
	.flex-clients h2{
		text-align:center;
		margin-bottom:20px;
		padding:0;
	}
	.dernieres-offres .flex-titre{
		flex-direction:column;
	}
	.dernieres-offres .flex-titre h2{
		font-size:20px;
		font-family: 'montserratbold';
	}
	.slider-home#slider-avis .conteneur-slides{
		height:250px;
	}
	.section.temoignages h2{
		font-size:20px;
		font-family: 'montserratmedium';
	}
	.slider-home{
		padding:0 20px;
	}
	.slider-home#slider-avis .col-img{
		width:100px;
	}
	.slider-home#slider-avis .col-img img{
		height:60px;
		width:60px;
	}
	.slider-home#slider-avis .col-img h5{
		font-size:15px;
		font-weight:400;
	}
	.slider-home#slider-avis .col-texte{
		padding:0 10px;
	}
	.slider-home#slider-avis .col-texte p{
		font-size:14px;
		font-family: 'montserratmedium';
	}
	#conteneur-metiers a.wrapper-metier{
		margin:20px 5px 5px 5px;
		width:150px;
		height:160px;
		padding:6px;
	}
	#conteneur-metiers a.wrapper-metier .conteneur-tags{
		height:auto;
		max-height:50px;
	}
	#conteneur-metiers a.wrapper-metier h3{
		margin:5px 0 5px 0;
	}
}

@media screen and (max-width: 400px) {
	.section{
		margin:10px auto 30px auto;
	}
	.notre-expertise h2{
		font-size:22px;
	}
	.notre-expertise h1{
		margin-bottom:10px;
	}
	a.bt-offre{
		margin-top:10px;
	}
	.dernieres-offres .flex-titre h2{
		font-size:16px;
	}
	.dernieres-offres .flex-titre h2{
		font-size:14px;
	}
	.dernieres-offres .flex-titre h2 span{
		padding-left:5px;
	}
	.dernieres-offres .flex-titre h2 span img {
		height: 15px;
		display: block;
		margin-right: 5px;
	}
	.section.temoignages{
		padding:30px 0 30px 0;
	}
	.slider-home{
		margin:15px 0;
	}
	.slider-home#slider-avis .col-img{
		width:80px;
	}
	.slider-home#slider-avis .col-img img{
		height:50px;
		width:50px;
	}
	.slider-home#slider-avis .col-img h5{
		font-size:12px;
		font-weight:400;
	}
	#conteneur-metiers a.wrapper-metier{
		width:140px;
		height:200px;
		justify-content: flex-start;
	}
	#conteneur-metiers a.wrapper-metier .conteneur-tags{
		max-height:70px;
	}
	.conteneur-bts-deposer-offre a{
		padding-top: 30px;
		margin:10px;
		width:100%;
	}
	.conteneur-bts-deposer-offre a .conteneur-border{
		width:100%;
	}
}

/***********************Listing offres**************************/

/************ wrapper offre ******************/

.listing-offres{
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
}

.listing-offres.loading {
	display:none;
}

.wrapper-offre{
	width:370px;
	border:1px solid rgba(33, 49, 66, 0.6);
	border-radius:5px;
	margin:10px;
	background:#FFF;
	transition-duration: 0.25s;
	transform: scale(1);
}

.wrapper-offre.hidden{
	transition-duration: 0.25s;
	transform: scale(0);
}

.wrapper-offre .padding{
	padding:5px 15px 0 15px;
}

.wrapper-offre h2,.wrapper-offre h3{
	font-size:18px;
	font-weight:bold;
	box-sizing:border-box;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	margin:0;
	text-align:center;
	line-height:110%;
	border-bottom:1px solid #D4D7DA;
	font-family: 'montserratbold';
	font-weight:400;
	position:relative;
}

.wrapper-offre h2 a, .wrapper-offre h3 a{
	color:#213142;
}

.wrapper-offre h2 a:hover,.wrapper-offre h3 a:hover{
	color:#E6411B;
}

.wrapper-offre h2::after,.wrapper-offre h3::after{
	content:'';
	display:block;
	position:absolute;
	height:20px;
	bottom:0;
	right:0;
	left:0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.wrapper-offre .infos-lieu-date{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:15px 0 15px 0;
}

.wrapper-offre .infos-lieu-date p{
	font-size:11px;
	text-transform:uppercase;
	display:flex;
	align-items:center;
	margin:0;
	line-height:100%;
	width:33.3333%;
}

.wrapper-offre .infos-lieu-date p img{
	height:16px;
	display:block;
	margin-right:5px;
}

.wrapper-offre .conteneur-description{
	font-size:12px;
	height:110px;
	display:flex;
	align-items:flex-start;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	flex-shrink:0;
}

.wrapper-offre .conteneur-description::after{
	content:'';
	display:block;
	position:absolute;
	height:30px;
	bottom:0;
	right:0;
	left:0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.conteneur-tags{
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	height:70px;
	padding:7px 0 7px 0;
	box-sizing:border-box;
}

.wrapper-offre .conteneur-tags{
	align-items:center;
}

span.tag, a.tag{
	font-size:11px;
	padding:3px 8px;
	background:#ffba49;
	color:#213142;
	margin:2px;
	border-radius:100px;
	display:inline-block;
	line-height:100%;
}

.wrapper-offre a.bt-voir-annonce{
	position:relative;
	background:#E6411B;
	height:70px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	box-sizing:border-box;
	padding-top:15px;
	border-radius:0 0 4px 4px;
}

.wrapper-offre a.bt-voir-annonce .wave{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.wrapper-offre a.bt-voir-annonce .wave svg {
    position: relative;
    display: block;
    width:100%;
    height: 20px;
	transition: all 0.5s ease-out;
}

.wrapper-offre a.bt-voir-annonce .shape-fill {
    fill: #FFFFFF;
}

.wrapper-offre a.bt-voir-annonce:hover .wave svg{
	width:200%;
}

.wrapper-no-offre {
	display: none;
}

@media screen and (max-width: 400px) {
	.wrapper-offre{
		width:100%;
		margin:0 0 10px 0;
	}
	.wrapper-offre h2{
		font-size:16px;
		padding-bottom:10px;
		height:auto;
	}
	.wrapper-offre h2::after{
		display:none;
	}
	.wrapper-offre .padding{
		padding:8px 8px 0 8px;
	}
	.wrapper-offre .conteneur-description, .wrapper-offre .conteneur-tags{
		height:auto;
		padding:5px 0;
	}
	.notre-expertise .col-texte .bts{
		display:flex;
		align-items:center;
		justify-content:center;
		flex-direction:column;
	}
	.dernieres-offres .flex-titre{
		margin-bottom:20px;
	}
}

@media screen and (max-width: 600px) {
	body.page-template-listing-offres #breadcrumbs{
		display:none;
	}
}

/************ encart carte annonce ******************/

.carte-offres{
	margin:30px 0 100px 0;
}


.leaflet-popup-content {
	margin: 0 !important;
}

.leaflet-container a.leaflet-popup-close-button {
	z-index: 10;
}

.encart-carte-annonce{
	/*position :absolute;
	top:50%;
	left:50%;*/
	background:#FFF;
	width: 100%;
	min-width:280px;
	border-radius:12px;
}

.encart-carte-annonce .padding{
	padding:7px;
}

.encart-carte-annonce h2{
	font-size:13px;
	font-weight:bold;
	box-sizing:border-box;
	height:70px;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	margin:0;
	text-align:center;
	line-height:110%;
	border-bottom:1px solid #D4D7DA;
	font-family: 'montserratbold';
	font-weight:400;
	position:relative;
}

.encart-carte-annonce h2::after{
	content:'';
	display:block;
	position:absolute;
	height:15px;
	bottom:0;
	right:0;
	left:0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.encart-carte-annonce .infos-lieu-date{
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:50px;
}

.encart-carte-annonce .infos-lieu-date p{
	font-size:10px;
	display:flex;
	align-items:center;
	margin:0;
	line-height:100%;
}

.encart-carte-annonce .infos-lieu-date p img{
	height:16px;
	display:block;
	margin-right:5px;
}

.encart-carte-annonce a.bt-voir-annonce{
	position:relative;
	background:#E6411B;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	box-sizing:border-box;
	padding-top:15px;
	border-radius:0 0 12px 12px;
}

.encart-carte-annonce a.bt-voir-annonce .wave{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.encart-carte-annonce a.bt-voir-annonce .wave svg {
    position: relative;
    display: block;
    width:100%;
    height: 15px;
	transition: all 0.3s ease-out;
}

.encart-carte-annonce a.bt-voir-annonce .shape-fill {
    fill: #FFFFFF;
}

.encart-carte-annonce a.bt-voir-annonce:hover .wave svg{
	width:200%;
}

/************ système recherche ******************/

#systeme-recherche-listing{
	border-bottom:1px solid #D4D7DA;
	padding-bottom:20px;
	margin-bottom:20px;
}

#systeme-recherche-listing .flex{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
}

#systeme-recherche-listing h1{
	font-size:21px;
	font-weight:400;
	margin:0;
	line-height:110%;
}

#systeme-recherche-listing .flex:first-of-type{
	margin-bottom:10px;
}

.switch-carte-listing{
	width:90px;
	height:30px;
	display:flex;
	margin-top:5px;
}

.switch-carte-listing a{
	display:block;
	height:30px;
	width:50%;
	background:#213142;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:0 100px 100px 0;
}

.switch-carte-listing a:first-of-type{
	border-radius:100px 0 0 100px;
}

.switch-carte-listing a.active{
	background:#E6411B;
}

.switch-carte-listing a img{
	height:15px;
}

a.bt-deposer-cv{
	border-radius:100px;
	border:2px solid #E6411B;
	color:#E6411B;
	display:flex;
	align-items:center;
	justify-content:center;
	width:180px;
	height:35px;
	font-size:14px;
	box-sizing:border-box;
	padding-top:3px;
	transition: all 0.3s ease-out;
}

.bt-deposer-cv img{
	height:20px;
	display:block;
	margin-right:10px;
}

a.bt-deposer-cv:hover{
	background:#FAD9D1;
}

.conteneur-recherche-mots-cles{
	width:220px;
	position:relative;
	margin:0 2px;
}

.conteneur-recherche-mots-cles input{
	border-radius:5px;
	width:100%;
	height:38px;
	box-sizing:border-box;
	padding:0 5px 0 25px;
	font-size:14px;
	color:#263748;
}

.conteneur-recherche-mots-cles input::placeholder{
	color:#BBBBBB;
	opacity:1;
}

.conteneur-recherche-mots-cles .picto, .conteneur-select-tag .picto{
	height:15px;
	position:absolute;
	top:50%;
	left:5px;
	transform:translate(0,-50%);
}

.conteneur-select-tag{
	width:230px;
	position:relative;
	margin:0 2px;
}

.conteneur-select-tag .select2{
	width:100% !important;
}

.conteneur-select-tag select{
	height:38px;
	width:100% !important;
}

.conteneur-select-tag .select2-container--default .select2-selection--single, .conteneur-select-tag .select2-container--default .select2-selection--multiple{
	min-height:38px;
	padding:0 10px 0 5px;
	border:1px solid #BBB;
	font-size:14px;
	color:#BBB;
	height:auto;
}

.conteneur-select-tag .select2-container--default.select2-container--focus .select2-selection--multiple{
	border:1px solid #BBB;
}

.conteneur-select-tag .select2-container--default .select2-selection--multiple{
	padding:4px;
}

.conteneur-select-tag .select2-container .select2-selection--multiple .select2-selection__rendered, .conteneur-select-tag .select2-container--default .select2-selection--multiple{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	align-content: center;
}

.conteneur-select-tag .select2-container--default .select2-selection--multiple .select2-selection__choice{
	color:#213142;
	margin:0 4px 4px 0;
	font-size:12px;
	height:19px;
	background:#DDD;
	border-radius:100px;
	border:none;
}

.conteneur-select-tag .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .conteneur-select-tag .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	background:none;
	color:#213142;
	border-right:none;
}

.conteneur-select-tag .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:35px;
}

.conteneur-select-tag .select2-container--default .select2-selection--single .select2-selection__arrow{
	height:35px;
}

.switch-contrats{
	width:160px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 2px;
	flex-shrink:0;
}

.switch-contrats a{
	width:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	border-top:1px solid #BBB;
	border-bottom:1px solid #BBB;
	border-right:1px solid #BBB;
	border-radius:0 5px 5px 0;
	font-size:12px;
	height:35px;
	color:#263748;
}

.switch-contrats a:first-of-type{
	border-radius:5px 0 0 5px;
	border-right:none;
	border-left:1px solid #BBB;
}

.switch-contrats a.active{
	border:1px solid #E6411B;
	background:#FAD9D1;
}

.efface-recherche{
	display:none;
	align-items:center;
	justify-content:center;
	margin-top:20px;
}

.efface-recherche a.bt-efface-recherche{
	display:flex;
	align-items:center;
	justify-content:center;
	color:#BBB;
	font-size:14px;
	height:30px;
	padding:0 10px;
	border-radius:100px;
	border:1px solid #FFF;
	transition:all 0.3s ease-in;
}

.efface-recherche a.bt-efface-recherche:hover{
	border:1px solid #BBB;
}

.efface-recherche a.bt-efface-recherche img{
	width:15px;
	display:block;
	margin:-2px 10px 0 0;
}

@media screen and (max-width: 920px) {
	#systeme-recherche-listing .flex{
		flex-wrap:wrap;
	}
	.conteneur-recherche-mots-cles{
		flex-shrink:0;
		width:400px;
	}
	.switch-carte-listing, .conteneur-select-tag, .conteneur-select-tag.keywords, .conteneur-recherche-mots-cles, .switch-contrats{
		margin:5px 0;
	}
}

@media screen and (max-width: 700px) {
	.conteneur-recherche-mots-cles{
		flex-shrink:1;
		width:100%;
		max-width:300px;
	}
	#systeme-recherche-listing{
		margin-top:10px;
	}
	#systeme-recherche-listing .flex{
		justify-content:center;
	}
	.switch-carte-listing, .conteneur-select-tag, .conteneur-select-tag.keywords, .conteneur-recherche-mots-cles, .switch-contrats{
		margin:5px 5px;
		width:100%;
		flex-shrink:1;
		max-width:300px;
	}
}

@media screen and (max-width: 400px) {
	#systeme-recherche-listing .flex:first-of-type{
		flex-direction:column-reverse;
	}
	#systeme-recherche-listing h1{
		margin-top:20px;
	}
	.switch-contrats, .conteneur-select-tag{
		width:100%;
		flex-shrink:1;
		max-width:300px;
	}
}

/************ système alertes ******************/

#systeme-alertes{
	margin:40px 0 40px 0;
	border:2px solid #0084FF;
	position:relative;
	border-radius:5px;
	transition: all 0.3s ease-out;
	/*display:none;*/
}

#systeme-alertes .bt-creer-alerte{
	width:240px;
	border:2px solid #0084FF;
	color:#0084FF;
	background:#FFF;
	display:flex;
	align-items:center;
	justify-content:center;
	height:35px;
	border-radius:100px;
	position:absolute;
	top:-18px;
	left:50%;
	transform:translate(-50%, 0);
	transition: all 0.3s ease-out;
}

#systeme-alertes a.bt-creer-alerte img{
	height:17px;
	display:block;
	margin-right:15px;
}

#systeme-alertes a.bt-creer-alerte:hover{
	background:#b0d7fc;
}

#systeme-alertes .contenu-alerte{
	overflow:hidden;
	text-align:center;
	padding:0 10px;
	height:0;
}

#systeme-alertes .contenu-alerte .h {
	display: none;
}
#systeme-alertes .contenu-alerte .h.active {
	display: block;
}

#systeme-alertes .contenu-alerte h4{
	margin:30px 0 20px 0;
}

#systeme-alertes .contenu-alerte p{
	font-size:14px;
}

#systeme-alertes .contenu-alerte .conteneur-email-alerte{
	width:350px;
	margin:0 auto;
	position:relative;
}

#systeme-alertes .contenu-alerte .conteneur-email-alerte input[type='email']{
	width:100%;
	height:35px;
	box-sizing:border-box;
	padding:0 100px 0 30px;
	border-top:1px solid #BBB;
	border-left:1px solid #BBB;
	border-bottom:1px solid #BBB;
	border-radius:5px;
	font-size:14px;
}

#systeme-alertes .contenu-alerte .conteneur-email-alerte input[type='submit']{
	position:absolute;
	top:0;
	right:0;
	width:100px;
	height:35px;
	align-items:center;
	text-align:center;
	background:#0084FF;
	color:#FFF;
	border:none;
	border-radius:0 5px 5px 0;
	font-size:14px;
	cursor:pointer;
}

#systeme-alertes .contenu-alerte .conteneur-email-alerte img{
	position:absolute;
	top:50%;
	left:7px;
	height:15px;
	transform:translate(0,-50%);
}

#systeme-alertes .contenu-alerte .confirmation{
	margin:10px;
	font-size:14px;
	color:#1BE650;
}

@media screen and (max-width: 400px) {
	#systeme-alertes .contenu-alerte .conteneur-email-alerte{
		width:100%;
	}
}

/******************************** Fiche offre ******************************/

main#primary.fiche-offre{
	background-image:url(img/job-blob-background.svg);
	background-size: clamp(100px, 100%, 1250px) auto;
	background-repeat:no-repeat;
	background-position:-100px -50px;
}

.bandeau-titre{
	background:#FFF;
	border-bottom:1px solid #D4D7DA;
}

.bandeau-titre #breadcrumbs p{
	margin-bottom:0;
}

.bandeau-titre h1{
	margin:0;
	font-size:24px;
	font-family: 'montserratbold';
	padding-right:20px;
}

.bandeau-titre .flex{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:10px 0 20px 0;
}

.bandeau-titre .bts{
	display:flex;
	align-items:center;
	justify-content:flex-end;
}

.bandeau-titre .bts a{
	border-radius:100px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#FFF;
	font-size:15px;
	padding:0 15px;
	height:35px;
	transition: all 0.3s ease-out;
	flex-shrink:0;
}

.bandeau-titre .bts a span{
	height:20px;
	display:flex;
	flex-shrink:0;
	align-items:center;
	justify-content:center;
	margin-right:10px;
	width:20px;
	border-radius:100%;
	background:#FFF;
}

.bandeau-titre .bts a span img{
	width:11px;
}

.bandeau-titre .bts a.bt-postuler{
	background:#E6411B;
	margin-right:10px;
}

.bandeau-titre .bts a.bt-postuler-linkedin{
	background:#0E76A8;
}

.bandeau-titre .bts a:hover{
	background:#213142;
}



a.bt-retour-liste{
	display:flex;
	align-items:center;
	height:35px;
	width:260px;
	border:1px solid #263748;
	font-size:14px;
	font-weight:bold;
	box-sizing:border-box;
	padding:4px 15px 0 50px;
	border-radius:100px;
	position:relative;
	line-height:100%;
	margin:10px 0 10px 0;
	transition: all 0.3s ease-out;
	color:#263748 !important;
}

a.bt-retour-liste img{
	height:20px;
	position:absolute;
	top:50%;
	left:15px;
	transform:translate(0,-50%);
	transition: all 0.3s ease-out;
}

a.bt-retour-liste:hover img{
	left:6px;
}


/*******conteneur fiche*******/

#conteneur-fiche-offre{
	display:flex;
	align-items:flex-start;
	margin-bottom:20px;
}

#conteneur-fiche-offre .contenu-fiche{
	width:100%;
	border-radius:0 0 5px 5px;
	border-bottom:1px solid #D4D7DA;
	border-right:1px solid #D4D7DA;
	border-left:1px solid #D4D7DA;
	padding:30px 40px 40px 40px;
	box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	-webkit-box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	-moz-box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	background:#FFF;
}

#conteneur-fiche-offre .contenu-fiche .conteneur-bref{
	display:none;
}

#conteneur-fiche-offre .contenu-fiche h2{
	color:#E6411B;
	margin:10px 0 5px 0;
	line-height:120%;
	font-family: 'montserratbold';
}

#conteneur-fiche-offre .contenu-fiche #reference-annonce {
	color: #ccc;
}

#conteneur-fiche-offre .contenu-fiche, #conteneur-fiche-offre .contenu-fiche p{
	color:#6A7483;
	font-size:14px;
	margin:0 0 15px 0;
}

#conteneur-fiche-offre .contenu-fiche h3{
	margin:0 0 5px 0;
	font-size:16px;
}

#conteneur-fiche-offre .contenu-fiche ul{
	margin:0 0 10px 0;
	list-style:square;
	color:#6A7483;
	font-size:14px;
}

#conteneur-fiche-offre .sidebar-fiche{
	flex-shrink:0;
	width:350px;
	padding:15px 0 0 15px;
}

#conteneur-fiche-offre .sidebar-fiche .box-sidebar, .conteneur-article-blog .box-sidebar{
	box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	-webkit-box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	-moz-box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	border-radius:5px;
	margin-bottom:15px;
	border:1px solid #D4D7DA;
	background-color:#FFF;
}

#conteneur-fiche-offre .sidebar-fiche .box-sidebar .padding{
	padding:30px;
}

#conteneur-fiche-offre .sidebar-fiche .partage-reseaux{
	display:flex;
	justify-content:center;
}

#conteneur-fiche-offre .sidebar-fiche .partage-reseaux a{
	height:30px;
	width:30px;
	display:block;
	margin:0 5px;
	transition: all 0.3s ease-out;
	overflow:hidden;
}

#conteneur-fiche-offre .sidebar-fiche .partage-reseaux a:hover{
	border-radius:100%;
}

#conteneur-fiche-offre .sidebar-fiche .box-sidebar.consultant a{
	color:#213142;
}

#conteneur-fiche-offre .sidebar-fiche .box-sidebar.conteneur-bref{
	box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	-webkit-box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	-moz-box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	padding:30px;
	background-position:170px -70px;
	background-repeat:no-repeat;
	background-image:url(img/job-blob-sidebar.svg);	
}

#conteneur-fiche-offre .sidebar-fiche h3{
	margin:0 0 10px 0;
}

#conteneur-fiche-offre .box-sidebar.conteneur-bref .infos p{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	text-transform:uppercase;
	font-size:12px;
	margin-bottom:10px;
}

#conteneur-fiche-offre .conteneur-bref .infos p img{
	width:16px;
	display:block;
	margin-right:10px;
}

#conteneur-fiche-offre .conteneur-bref .conteneur-tags{
	margin:30px 0 0 0;
}

#conteneur-fiche-offre a.super-coopter, .conteneur-article-blog a.super-coopter{
	color:#263748;
	height:150px;
	display:flex;
	align-items:center;
}

#conteneur-fiche-offre a.super-coopter .img-box, .conteneur-article-blog a.super-coopter .img-box{
	height:100%;
	object-fit:cover;
}

#conteneur-fiche-offre .sidebar-fiche a.super-coopter h3, .conteneur-article-blog a.super-coopter h3{
	font-size:24px;
	font-weight:400;
}

#conteneur-fiche-offre .sidebar-fiche a.super-coopter h3 strong, .conteneur-article-blog a.super-coopter h3 strong{
	color:#0084FF;
}

#conteneur-fiche-offre .sidebar-fiche .widget{
	margin-bottom:0;
}

#conteneur-fiche-offre .sidebar-fiche .box-sidebar p{
	margin:0;
}

#conteneur-fiche-offre .infos-consultant{
	display:flex;
	flex-direction:column;
}

#conteneur-fiche-offre .infos-consultant img{
	display:block;
	height:150px;
	margin-bottom:20px;
}

#conteneur-fiche-offre .infos-consultant p{
	text-align:center;
	margin:0;
	font-size:14px;
	font-weight:bold;
}

#conteneur-fiche-offre .infos-consultant h4{
	text-align:center;
	text-transform:uppercase;
	margin:0;
	font-size:14px;
	font-weight:400;
}

/*******bandeau titre sticky*******/

body.annonce-template-default .bandeau-titre.sticky{
	position:fixed;
	top:70px;
	left:0;
	right:0;
	box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	-webkit-box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	-moz-box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
	z-index:1;
	margin-top:0;
}

body.admin-bar.annonce-template-default .bandeau-titre.sticky{
	top:102px;
}

body.annonce-template-default .bandeau-titre.sticky #breadcrumbs p{
	margin:0;
}

body.annonce-template-default .bandeau-titre.sticky .flex{
	margin:0px 0 5px 0;
}

@media screen and (max-width: 1100px) {
	body.annonce-template-default .bandeau-titre.sticky{
		top:50px;
	}
	body.admin-bar.annonce-template-default .bandeau-titre.sticky{
		top:80px;
	}
}


@media screen and (max-width: 768px) {
	#conteneur-fiche-offre{
		flex-direction:column;
	}
	#conteneur-fiche-offre .contenu-fiche{
		padding:20px;
	}
	#conteneur-fiche-offre .contenu-fiche .conteneur-bref{
		display:block;
	}
	#conteneur-fiche-offre .contenu-fiche .conteneur-bref .infos{
		display:flex;
		justify-content:space-between;
	}
	#conteneur-fiche-offre .contenu-fiche .conteneur-bref .infos div{
		width:48%;
	}
	#conteneur-fiche-offre .contenu-fiche .conteneur-bref .infos p{
		width:100%;
		min-width:120px;
		justify-content: flex-start;
		display:flex;
		line-height:100%;		
	}
	#conteneur-fiche-offre .conteneur-bref .conteneur-tags{
		margin-top:0;
		height:auto;
	}
	.bandeau-titre .flex{
		flex-direction:column-reverse;
	}
	.bandeau-titre h1{
		margin-top:10px;
		font-size:20px;
		text-align:center;
		line-height:110%;
	}
	#conteneur-fiche-offre .contenu-fiche h2{
		font-size:18px;
		border-bottom:1px solid #EFEFEF;
	
	}
	#conteneur-fiche-offre .sidebar-fiche{
		width:100%;
		padding:15px 0 0 0;
	}
	#conteneur-fiche-offre .sidebar-fiche .conteneur-bref{
		display:none;
	}
	a.bt-retour-liste{
		position:fixed;
		top:50px;
		left:0;
		right:0;
		width:100%;
		border-radius:0;
		border:none;
		border-bottom:2px solid #263748;
		box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
		-webkit-box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
		-moz-box-shadow: -1px 4px 5px 0px rgba(38,55,72,0.15);
		background:#FFF;
		z-index:1000;
		margin:0;
	}
	body.admin-bar a.bt-retour-liste{
		top:96px;
	}
	body.annonce-template-default .bandeau-titre.sticky{
		top:85px;
	}
	body.admin-bar.annonce-template-default .bandeau-titre.sticky{
		top:90px;
	}
	body.annonce-template-default .bandeau-titre .bts{
		position:fixed;
		bottom:0;
		left:0;
		right:0;
		background:#FFF;
		width:100%;
		box-shadow: 2px 4px 5px 4px rgba(38,55,72,0.15);
		-webkit-box-shadow: 2px 4px 5px 4px rgba(38,55,72,0.15);
		-moz-box-shadow: 2px 4px 5px 4px rgba(38,55,72,0.15);
		z-index:10000;
		justify-content:space-around;
		height:50px;
	}
	
}

@media screen and (max-width: 400px) {
	#conteneur-fiche-offre .contenu-fiche{
		padding:10px;
	}
	.bandeau-titre .flex{
		margin-bottom:10px;
	}
	.bandeau-titre h1{
		font-size:16px;
		padding:0;
	}
	#conteneur-fiche-offre .contenu-fiche .conteneur-bref .infos p{
		font-size:12px;
	}
	#wpadminbar #wp-admin-bar-customize > .ab-item, #wpadminbar #wp-admin-bar-edit > .ab-item, #wpadminbar #wp-admin-bar-my-account > .ab-item, #wpadminbar #wp-admin-bar-my-sites > .ab-item, #wpadminbar #wp-admin-bar-site-name > .ab-item{
		width:40px;
	}
}

/*********************** Affichage du listing du blog **********************/

h1.titre-listing-blog{
	font-family: 'montserratblack';
	font-size:2em;
}

.listing-articles-blog{
	display:flex;
	align-items:flex-start;
	justify-content:center;
	list-style:none;
	flex-wrap:wrap;
	margin:0;
	padding:0;
}

.listing-articles-blog li.article{
	width:340px;
	margin:20px;
	border:1px solid #BBB;
	border-radius:5px;
}

.listing-articles-blog li.article article{
	margin:0;
}

.listing-articles-blog li.article .img{
	height:200px;
}

.listing-articles-blog li.article .img img{
	height:200px;
	width:100%;
	display:block;
	object-fit:cover;
	border-radius:5px 5px 0 0;
}

.listing-articles-blog li.article .padding{
	box-sizing:border-box;
	padding:5px 15px 0 15px;
}

.listing-articles-blog li.article a h2{
	text-align:center;
	margin:0;
	font-size:14px;
	line-height:110%;
	color:#213142;
	display:flex;
	align-items:center;
	justify-content:center;
	height:70px;
	border-bottom:1px solid #BBB;
	text-transform:uppercase;
	font-family: 'montserratbold';
	font-weight:300;
}

.listing-articles-blog li.article a:hover h2{
	color:#E6411B;
}

.listing-articles-blog li.article .infos-picto{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	margin:0 0 5px 0;
	font-size:12px;
}

.listing-articles-blog li.article .infos-picto img{
	width:11px;
	display:block;
	margin-right:7px;
}

.listing-articles-blog li.article .infos-picto strong{
	font-family: 'montserratmedium';
	padding-left:4px;
}

.listing-articles-blog li.article .categorie{
	margin:5px 0 5px 0;
	font-size:12px;
	color:#6a7483;
}

.listing-articles-blog li.article .categorie a{
	color:#E6411B;
}

.listing-articles-blog li.article .categorie a:hover{
	text-decoration:underline;
}

.listing-articles-blog li.article .extrait{
	height:142px;
	font-size:12px;
	text-align:justify;
	overflow:hidden;
}

.listing-articles-blog li.article .extrait p{
	margin:0;
}

.listing-articles-blog li.article .extrait p::after{
	content:'...';
}

.listing-articles-blog li.article .conteneur-tags{
	margin-top:10px;
}

.listing-articles-blog li.article a.bt-lire-suite{
	position:relative;
	background:#E6411B;
	height:70px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	box-sizing:border-box;
	padding-top:15px;
	border-radius:0 0 4px 4px;
}

.listing-articles-blog li.article a.bt-lire-suite .wave{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.listing-articles-blog li.article a.bt-lire-suite .wave svg {
    position: relative;
    display: block;
    width:100%;
    height: 15px;
	transition: all 0.3s ease-out;
}

.listing-articles-blog li.article a.bt-lire-suite .shape-fill {
    fill: #FFFFFF;
}

.listing-articles-blog li.article a.bt-lire-suite:hover .wave svg{
	width:200%;
}

.pagination{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:20px 0 20px 0;
}

.pagination .page-numbers{
	display:flex;
	align-items:center;
	justify-content:center;
	height:25px;
	width:25px;
	border:1px solid #DDD;
	line-height:100%;
	color:#E6411B;
	text-align:center;
	margin:0 1px;
	border-radius:2px;
}

.pagination .page-numbers.current{
	color:#FFF;
	background:#E6411B;
	border:1px solid #E6411B;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev{
	border:none;
	margin:0 10px;
	width:auto;
}

.pagination .page-numbers.next img, .pagination .page-numbers.prev img{
	height:25px;
}

@media screen and (max-width: 900px) {
	.listing-articles-blog li.article{
		margin:10px;
		width:320px;
	}
}

@media screen and (max-width: 720px) {
	.listing-articles-blog li.article{
		width:100%;
		max-width:400px;
	}
	.listing-articles-blog li.article .extrait, .listing-articles-blog li.article .conteneur-tags{
		height:auto;
	}
	.listing-articles-blog li.article .padding{
		padding:5px 8px 0 8px;
	}
	h1.titre-listing-blog{
		font-size:22px;
	}
}


/*********************** Affichage d'un article de blog **********************/

.conteneur-article-blog{
	display:flex;
}

.conteneur-article-blog .col-article{
	width:100%;
	padding-right:40px;
	box-sizing:border-box;
}

.conteneur-article-blog .conteneur-article-flex{
	display:flex;
	align-items:flex-start;
}

.conteneur-article-blog .partage-reseaux{
	width:75px;
	display:flex;
	align-items:flex-start;
	flex-direction:column;
}

.conteneur-article-blog .partage-reseaux a{
	display:block;
	margin-bottom:10px;
}

.conteneur-article-blog .partage-reseaux a img{
	transition: all 0.3s ease-out;
}

.conteneur-article-blog .partage-reseaux a:hover img{
	border-radius:100%;
}

.conteneur-article-blog .conteneur-contenu-article{
	width:100%;
	box-sizing:border-box;
	padding-left:40px;
	border-left:1px solid #DDD;
}

.conteneur-article-blog .col-sidebar{
	width:300px;
	flex-shrink:0;
	box-sizing:border-box;
	padding-left:40px;
	border-left: 1px solid #DDD;
}

.conteneur-article-blog h1{
	text-align:center;
	text-transform:uppercase;
	color: #213142;
}

.conteneur-article-blog p.infos{
	margin-bottom:10px;
	font-size:12px;
}


.conteneur-article-blog .conteneur-tags{
	height:auto;
	margin-bottom:10px;
}

.conteneur-article-blog .img-principale{
	width:100%;
	position:relative;
	display:flex;
	justify-content:center;
}

.conteneur-article-blog .img-principale img{
	object-fit:contain;
	object-position:center top;
	width:100%;
}

.conteneur-article-blog .contenu-article ul{
	margin:0;
	padding:0;
}

.conteneur-article-blog .contenu-article ul li{
	list-style:none;
	position:relative;
	margin:0 0 10px 0;
	padding:0 0 0 20px;
}

.conteneur-article-blog .contenu-article ul li::before{
	content:'';
	display:block;
	position:absolute;
	top:5px;
	left:0;
	height:10px;
	width:10px;
	border-radius:100%;
	background:#d5b038;
}

.conteneur-article-blog .contenu-article h2 {
    color: #E6411B;
    text-transform: uppercase;
    margin: 30px 0 20px;
}

.conteneur-article-blog .contenu-article h3 {
	color:#E6411B;
}

.conteneur-article-blog .contenu-article h4, .conteneur-article-blog .contenu-article h5, .conteneur-article-blog .contenu-article h6{
	color:#213142;
}

.conteneur-article-blog .contenu-article p , .conteneur-article-blog .contenu-article li{
    text-align:justify;
	font-size:1rem;
	color:#555;
}

.conteneur-article-blog .contenu-article figure{
	width:100% !important;
}

.conteneur-article-blog .contenu-article img{
	max-width:100% !important;
}

.conteneur-article-blog .date{
	background:#EFEFEF;
	padding:10px 10px;
	margin:15px 0;
	text-align:right;
	font-size:0.8rem;
	border raduis:100px;
}

.contenu-article p a{
    color: #e6411b;
}

body.post-template-default .post-navigation{
	display:none;
}

#comments{
	box-sizing:border-box;
	margin:0px 0 0 65px;
	max-width:855px;
	position:relative;
	padding-top:40px;
}

#comments::before{
	content:'';
	display:block;
	position:absolute;
	top:20px;
	left:50%;
	transform:translate(-50%,0);
	width:40%;
	height:1px;
	background:#DDD;
}

#comments ul, #comments ol{
	margin:0;
	padding:0;
}

#comments li{
    list-style: none;
	margin-top:20px;
}

#comments li article{
    border:1px solid #EFEFEF;
}

#comments li .says{
	font-size:11px;
}

#comments .comments-title{
	color:#263748;
	font-size:20px;
	text-align:center;
}

#comments .avatar{
	display:none;
}

#comments .comment-meta{
	display:flex;
	align-items:center;
	justify-content:space-between;
	background:#EFEFEF;
	height:22px;
	padding:0 10px;
}

#comments .comment-content{
	padding:10px;
}

#comments .comment-content p{
	margin:0 0 10px 0;
	font-size:14px;
}

#comments .reply{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	padding:5px 10px;
}

#comments a.comment-reply-link{
	border-radius:100px;
	border: 2px solid #E6411B;
	padding:2px 10px;
	line-height:100%;
	color:#E6411B;
	transition: all 0.3s ease-out;
}

#comments a.comment-reply-link:hover{
	background:#E6411B;
	color:#FFF;
}

#comments .comment-meta a{
	color:#555;
	font-size:12px;
}

#comments .comment-meta a:hover{
	text-decoration:underline;
}

#comments .comment-meta a.url, #comments .comment-meta a.comment-edit-link{
	color:#E6411B;
}

#comments .comment-meta a.comment-edit-link{
	padding-left:10px;
}

#comments h3#reply-title{
	display:flex;
	align-items:center;
	justify-content:space-between;
	font-weight:400;
	font-size:1.5rem;
	margin:10px 0 10px 0;
}

#comments .comment-notes{
	font-size:12px;
	margin:0 0 15px 0;
}

#comments input[type='text'], #comments input[type='email'],#comments input[type='url'], #comments textarea{
	width:100%;
	height:40px;
	background:#FFF;
	border:1px solid #D4D7DA;
	box-sizing:border-box;
	padding:0 10px;
}

#comments textarea{
	height:140px;
	padding:5px 10px;
}

#comments input[type='text']:focus, #comments input[type='email']:focus, #comments input[type='text']:hover, #comments input[type='email']:hover{
	border:1px solid #d5b038;
}

#comments input[type="submit"]{
	align-items:center;
	margin:0 auto;
	width:270px;
	border-radius:100px;
	color:#FFF;
	border: 2px solid #E6411B;
	color: #E6411B;
	background:#FFF;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	height:40px;
	padding:0;
	transition: all 0.3s ease-out;
}

#comments input[type="submit"]:hover{
	background:#E6411B;
	color:#FFF;
}

a#cancel-comment-reply-link{
	color:#E6411B;
	font-size:12px !important;
}

.comment-form-cookies-consent{
	font-size:12px;
}

#comments p.logged-in-as{
	text-align:right;
	font-size:12px;
}

.col-sidebar #secondary ul{
	list-style:none;
	margin:0;
	padding:0;
}

.col-sidebar #secondary ul li{
	margin-bottom:10px;
}

.col-sidebar #secondary ul li a{
	font-size:12px;
	color:#263748;
	display:flex;
	align-items:center;
	flex-direction:column;
	border-radius:5px;
	transition: all 0.3s ease-out;
}

#recent-posts-widget-with-thumbnails .widget-title{
	text-align:center;
	font-size:1.5rem;
}

.recent-posts-widget-with-thumbnails ul{
	margin:0;
	padding:0;
	list-style:none;
}

.recent-posts-widget-with-thumbnails li{
	display:block;
	width:100%;
	margin:20px 0 0 0;
	font-weight:bold;
}

.recent-posts-widget-with-thumbnails li a{
	line-height:110%;
}

.recent-posts-widget-with-thumbnails li a img{
	height:100px;
	width:100%;
	object-fit:cover;
	display:block;
	margin-bottom:5px;
	border-radius:5px;
	transition: all 0.3s ease-out;
}

.recent-posts-widget-with-thumbnails li a:hover img{
	opacity:0.7;
}

.recent-posts-widget-with-thumbnails li a .rpwwt-post-title, .recent-posts-widget-with-thumbnails li a:hover .rpwwt-post-title{
	color: #1d1d1d;
	text-decoration:none;
	font-size:12px;
}

.recent-posts-widget-with-thumbnails li .rpwwt-post-excerpt{
	font-size:0.8rem;
	color:#959595;
	margin:5px 0 0 0;
}

#ez-toc-container li::before, #ez-toc-container ul li::before, div.ez-toc-widget-container li::before{
	display:none !important;
}

.vc_btn3-style-gradient-custom{
	color:#FFF !important;
}

@media screen and (max-width: 768px) {
	.conteneur-article-blog .col-article{
		padding-right:0;
	}
	.conteneur-article-blog .col-sidebar{
		display:none;
	}
	.conteneur-article-blog .contenu-article h2{
		margin:15px 0 10px 0;
	}
}


/****************************Popup*********************************/

body.popup-active{
	overflow:hidden;
}

#hide-body{
	display:none;
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color: rgba(38, 55, 72, 0.5);
	align-items:center;
	justify-content:center;
	z-index:10000;
}

body.popup-active #hide-body{
	display:flex;
}

.popup{
	box-sizing:border-box;
	background:#FFF;
	position:relative;
	max-width:800px;
	width:100%;
	border-radius:5px;
	max-height:100%;
	overflow-y:auto;
	overflow-x:hidden;
}

.popup .bt-fermer-popup{
	position:absolute;
	top:20px;
	right:5px;
	display:block;
	height:30px;
	width:30px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(img/times-light-white.svg);
	cursor:pointer;
	transition: all 0.3s ease-out;
}

.popup .bt-fermer-popup:hover{
	transform:rotate(90deg);
}

.popup .entete{
	background:#263748;
	color:#FFF;
	height:70px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	border-radius:5px 5px 0 0;
}

.popup .entete h2{
	line-height:110%;
	font-size:20px;
	color:#FFF;
	margin:0;
	display:flex;
	align-items:center;
}

.popup .entete h2 img{
	display:block;
	width:25px;
	margin-right:10px;
}

.popup .padding{
	padding:30px;
}

@media screen and (max-width: 820px) {
	.popup{
		position:fixed;
		top:0;
		left:0;
		bottom:0;
		right:0;
	}
	.popup .entete{
		height:50px;
	}
	.popup .padding{
		padding:15px;
	}
	.popup .bt-fermer-popup{
		top:10px;
	}
	.popup .entete h2{
		font-size:18px;
	}
	.popup .entete h2 img{
		width:20px;
	}
}


/********************postuler********************/

.popup h3.nom-job{
	display:flex;
	align-items:center;
	justify-content:center;
	height:60px;
	margin:0 0 20px 0;
	box-sizing:border-box;
	padding:0 15px;
	border-bottom:1px solid #D4D7DA;
}

form .flex-inputs{
	display:flex;
}

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

form .form-group input, form .form-group textarea, form .form-group select{
	height:40px;
	border-radius:4px;
	border:1px solid #D4D7DA;
	box-sizing:border-box;
	padding:0 10px;
	color:#213142;
	width:100%;
	margin:0 0 20px 0;
}

.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
	font-weight:700;
	border-bottom:3px #e7411b solid;
}

form .form-group textarea{
	height:100px;
}

form .form-group input::placeholder, form .form-group textarea::placeholder{
	opacity:1;
	color:#929292;
}

form .flex-inputs .form-group{
	width:48%;
}

form .flex-inputs .form-group h4, form .form-group.commentaires h4{
	display:none;
}

form .flex-inputs .form-group input{
	width:100%;
}
form .form-group.special-cv h4{
	font-size:14px;
	font-weight:400;
	color:#000;
}

form .form-group.special-cv, form .form-group .checkbox label{
	display:flex;
	align-items:center;
}

form .form-group .checkbox label{
	font-size:14px;
	line-height:110%;
}

form .form-group .checkbox label input{
	margin-right:10px;
}

form .form-group.special-cv input{
	margin-left:20px;
}

.popup .bt-postuler{
	position:relative;
	height:100px;
	background:#E6411B;
}

.popup .bt-postuler .ajax-loader{
	position:absolute;
	top:50%;
	left:20px;
	transform:translate(-50%,0);
	margin:0;
}

.popup .bt-postuler input{
	position:absolute;
	background:none !important;
	height:90px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#FFF;
	font-weight:bold;
	font-size:22px;
	box-sizing:border-box;
	padding-top:40px;
	width:100%;
	border:none;
	z-index:100;
	cursor:pointer;
}

.popup .bt-postuler .wave{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
	height:40px;
	background:#FFF;
}

.popup .bt-postuler .wave::before{
    content:'';
	display:block;
	height:40px;
	width:100%;
	background-image:url(img/wave-postuler.svg);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:1000px 40px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	/*transform: rotate(180deg);*/
	transition: all 0.3s ease-out;
}

.popup .bt-postuler:hover .wave::before{
	background-size:1500px 40px;
}

.popup .formulaire-contact-form .padding{
	padding:0 30px;
}

.formulaire-contact-form #buttonsarea p{
	margin:0 !important;
}


@media screen and (max-width: 820px) {
	.popup .bt-postuler{
		position:fixed;
		bottom:0;
		right:0;
		left:0;
	}
	.formulaire-contact-form{
		padding-bottom:100px;
	}
}

@media screen and (max-width: 600px) {
	.popup h3.nom-job{
		font-size:16px;
	}
	form .form-group input, form .form-group textarea, form .form-group select{
		margin-bottom:15px;
	}
	.popup .bt-postuler, .bt-postuler input{
		height:90px;
		font-size:16px;
	}
	.popup .bt-postuler .wave, .popup .bt-postuler .wave::before{
		background-size:600px 40px;
	}
}

/********************pages CMS************************/

body.page-template-default .entry-header{
	margin-bottom:50px;
}

body.page-template-default .entry-header h1{
	font-weight:bold;
	font-family: 'montserratblack';
	margin:0;
}

/********************formulaire************************/
.codedropz-upload-inner h3 {
    font-size: 1em;
    line-height: 25px;
}
.wpcf7-submit {
	background: #E6411B !important;
    height: 40px;
    color: #FFF !important;
    padding: 0 !important;
	margin-top: 20px;
    width: 100%;
    font-weight: bold;
    border: none !important;
    font-size: 20px;
}
.wpcf7-submit:hover{
	background: linear-gradient(135deg, #E6411B 40%, #FFCA8A 100%) !important;
}



/*************************************DEBUT Partie Baromètres Mathieu ***************************************/

main#primary.fiche-offre.calculateur-salaire {
    background-size: clamp(100px, 100%, 1100px) auto;
}

/* bandeau titre */

.calculateur-salaire .bandeau-titre {
    background-color: #070b0e;
    background-image: url(img/calculator-background.jpg) ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 1px solid #D4D7DA;
    padding: 45px 0 65px;
    color: #FFF;
}

.calculateur-salaire .bandeau-titre h1 {    
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'montserratblack';
    letter-spacing: 0.5px;

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 10px;
}

.calculateur-salaire .bandeau-titre h1 img{
    width: 39px;
    display: block;
    margin-right: 15px;
}


/* petite mentions */
.calculateur-salaire .mentions{
    font-size: 0.75em;
}

.calculateur-salaire .mentions a{
    text-decoration:underline !important;
}

/* Formulaire pour calcul */
.calculateur-salaire .form-calcul{ 
	position: relative;
	z-index: 1;   
    margin: -30px 20px 20px 0;
    flex-grow: 1;

}

.calculateur-salaire .form-calcul .questions{ 
    padding: 20px;
    background-color: #fff;
    border: 1px solid #D4D7DA;
    border-radius: 5px;
}

.calculateur-salaire .form-calcul h3{ 
	margin: 25px 0 15px;
    padding: 40px 0 0 0;
    border-top: 1px solid #D4D7DA;
    font-family: 'montserratblack';
}
.calculateur-salaire .form-calcul h3:first-of-type{ 
	padding-top: 0;
	margin-top: 0;
    border-top: 0px;
}

.calculateur-salaire .form-calcul .ligne-form{ 	
  	width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
}
.calculateur-salaire .form-calcul .ligne-form .choix{ 
  	position: relative;
    cursor: pointer;    
    width: 100%;
}

.calculateur-salaire .form-calcul .ligne-form .choix input{    
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.calculateur-salaire .form-calcul .ligne-form .choix span{ 
	position: relative;
    display: flex;
    align-items:  center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #D4D7DA;
    height: 60px;
    font-family: 'montserratbold';
    text-align: center;
    line-height: 1.08;
    box-shadow: 0 0 0 transparent;
    transition: all 0.3s ease-out;
    padding: 5px 10px;
    font-size: .98em;
	text-transform:capitalize;	
}
.calculateur-salaire .form-calcul .ligne-form .choix input:checked + span{ 
    border: 1px solid #FFF;
    box-shadow: 0 0 13px rgb(247 156 101 / 50%);
    transition: all 0.3s ease-out;
}
.calculateur-salaire .form-calcul .ligne-form .choix input + span:after{ 
    content: '';
	display:block;
	position:absolute;
	width:23px;
	height: 23px;
	top:-7px;
	right:-7px;
    z-index: 1;
    background-image: url(img/icon-check.svg) ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.calculateur-salaire .form-calcul .ligne-form .choix input:checked + span:after{ 
    opacity: 1;
}


/* Bloc résultats */
.calculateur-salaire  .resultat-calcul{
	position: relative;
	z-index: 2;
    padding: 20px;
    background-color: #E6411B;
	background: linear-gradient(120deg, #F79C65 0%, #E6411B 70%) ;
    border-radius: 5px;
    margin: 0 20px 40px 0;
    color: #FFF;
    text-align: center;
    box-shadow: 0 0 20px rgb(38 55 72 / 25%);
}


.calculateur-salaire  .resultat-calcul  .fourchette-euros-salaire{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
	
}
.calculateur-salaire  .resultat-calcul  .fourchette-euros-salaire .euros{
	width: 82px;
	margin-right: 20px;
}

.calculateur-salaire  .resultat-calcul  .fourchette-euros-salaire .salaire{	
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    font-family: 'montserratblack';
}

.calculateur-salaire  .resultat-calcul  .fourchette-euros-salaire .salaire strong{	
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: 0.5px;

}

.calculateur-salaire  .resultat-calcul  .fourchette-euros-salaire .salaire span{		
    font-family: 'montserratbold';
    font-size: 1.1em;
}

.calculateur-salaire  .resultat-calcul a.btn-depot {
    font-family: 'montserratblack';
    font-size: 1.1em;
	background: #FFF;
    color: #263748;
    height: 60px;
    margin: 0 auto 30px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3px 35px 0;
    border-radius: 100px;
    transition: all 0.3s ease-out;
    box-shadow: 0 0 20px rgb(38 55 72 / 34%);
}

.calculateur-salaire .resultat-calcul .mentions{
	margin: 0 auto;
    max-width: 70%;
}

.calculateur-salaire  .resultat-calcul .silkhom-chef{
	display: block;
	position: absolute;
    right: -30px;
    bottom: -30px;
	width: 105px;

}

.calculateur-salaire  .bas-page .mentions{
	color: #b0b0b0;
	padding: 0 10px 0 10px;
	margin: 20px 0 40px;
}


@media screen and (min-width: 431px) {
	.calculateur-salaire .form-calcul .ligne-form .choix{ 	    
	    min-width: 47%;
	    max-width: 48%;
	    flex: 1;
	}
	.calculateur-salaire  .resultat-calcul .silkhom-chef{
	    right: -40px;
	    bottom: -20px;
	}
}

@media screen and (min-width: 870px) {
	.calculateur-salaire .wrapper-form-calcul{    
	    display: flex;
	    align-items:  flex-start;
	    justify-content: flex-start;
	    min-height: min(730px, calc(100vw / 1.5) );
	}
	.calculateur-salaire .form-calcul{ 
	    max-width: 65%;
	    margin: -30px 0 0 0
	}

	.calculateur-salaire .form-calcul .questions {
	    padding: 30px 80px 50px 30px;
	}


	.calculateur-salaire  .resultat-calcul{
    	padding: 30px 40px;
	    max-width: 35%;
	    min-width: 370px;
	    margin: 30px 0 0 -50px;
	}
	.calculateur-salaire .resultat-calcul .silkhom-chef {
	    right: -20px;
	    width: 115px;
	}

	.calculateur-salaire .bas-page .mentions{		
	    padding-right: max(370px, 38.5%)
	}
}


@media screen and (min-width: 1070px) and (max-width: 1299px) {


	.calculateur-salaire .form-calcul .ligne-form .choix{ 	    
	    min-width: 31%;
	    max-width: 49%;
	}
	.calculateur-salaire .form-calcul .ligne-form .choix:nth-child(n+3){    
	    max-width: 31.9%;
	}

	.calculateur-salaire .resultat-calcul .silkhom-chef {
	    right: -40px;
	    width: 125px;
	}
}

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

	.calculateur-salaire .form-calcul .ligne-form .choix{ 	    
	    min-width: 23%;
	    max-width: 49%;
	}
	.calculateur-salaire .form-calcul .ligne-form .choix:nth-child(n+5){    
	    max-width: 23.7%;
	}

	.calculateur-salaire .resultat-calcul .silkhom-chef {
	    right: -60px;
	    width: 155px;
	}
}


/*************************************FIN Partie Baromètres Mathieu ***************************************/
