html{
	height:100%;
}
body{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:16px;
	height:100%;
	background-color:#46555f;
}

img{
	max-width:100%;
}

#wrapper {
	height: auto !important;
	margin: 0 auto -300px;
	min-height: 100%;
}
.push{
	height:300px;
}

#main_header{
	padding-top:20px;
	background-image:url('/wp-content/themes/custom_arthesis/images/header_line_top.png');
	background-position: top right;
	background-repeat: no-repeat;
}
#main_header .container{
	padding:0;
}
#header_center span{
	position:absolute;
	bottom:0;
	left:15px;
	right:15px;
	color:#fff;
	font-weight: bold;
	font-size:16px;
	line-height: 16px;
}

#main_menu_container{
	margin-top:10px;
	padding:0 0 0 80px;
	background-color:#626e77;
	background-image:url('/wp-content/themes/custom_arthesis/images/header_menu_left.png');
	background-repeat: repeat-y;
	background-position:left;
}
#main_menu a{
	color:#fff;
	font-size:14px;
	padding:5px 15px;
	line-height: 18px;
	display:inline-block;
}
#main_menu a:hover,
#main_menu a:focus,
#main_menu .dropdown-menu .selected a{
	background-color:#e1388b;
	text-decoration: none;
}
#main_menu .dropdown-menu{
	background-color:rgba(0,0,0,0.7);
	border: none;
	border-radius: 0;
	margin-top:0;
	padding:0;
}
#main_menu .dropdown-menu a{
	width:100%;
}

#header_slider .carousel-item{
	height:450px;
	width:100%;
}
#header_slider .carousel-item .carousel_bg {
	width: 100%;
	height: 100%;
	background-position:center center;
	background-size:cover;
}
#header_slider .carousel-item .carousel_bg{
	animation-name: zoomSlider;
	animation-duration: 8s;
	animation-timing-function:linear;
}
#header_slider .carousel-item .fade_effect{
	width:100%;
	height:100%;
}

#accroche_home_container{
	color:#fff;
}
#accroche_home_container p:last-child{
	margin:0;
}
#accroche_home_gauche{
	background-color:#e1e3e5;
	color:#46555f;
	font-size:24px;
	padding-left:20px;
	padding-right:20px;
	border-right:20px solid #46555f;
}
#accroche_home_gauche_inner{
}
#accroche_home_gauche strong{
	color:#e1388b;
}
#accroche_home_droite{
	background-color:#fff;
	color:#46555f;
	padding:50px 40px;
}
#accroche_home_gauche p:last-child,
#accroche_home_droite p:last-child{
	margin-bottom: 0;
}
#accroche_home_droite_inner{
}
#accroche_home_droite strong{
	color:#e1388b;
	font-size:24px;
}
#accroche_home_centre{
	color:#fff;
	font-weight:bold;
	font-size:30px;
	margin-top:70px;
	margin-bottom:50px;
}

.home_domaine_image{
	height:250px;
	width:100%;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
	position: relative;
}
.home_domaine_image a{
	opacity: 0;
	height:auto;
	width:auto;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-size:cover;
	background-position:center center;
}
.home_domaine_image a:hover,
.home_domaine_image a:focus{
	opacity: 1;
}
.home_domaine_title{
	font-weight:bold;
	font-size:20px;
}
.home_domaine_description{
	min-height:200px;
}

#home_chiffres{
	background-color:#3c4851;
	margin-top:100px;
	font-weight:bold;
}
.home_chiffres_chiffre{
	font-size:50px;
}
.home_chiffres_titre{
	font-size:20px;
}
.home_chiffres{
	background-image:url('/wp-content/themes/custom_arthesis/images/bottom_chiffre.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#home_partenaires{
	background-color:#fff;
	border-top:30px solid #46555f;
	border-bottom:30px solid #e1388b;
	padding-top:30px;
	padding-bottom:30px;
}
#home_partenaires h2{
	color:#46555f;
	font-weight:bold;
	font-size:24px;
}
#home_partenaires h2::after{
	display:block;
	content:" ";
	background-color:#e1388b;
	width:50px;
	height:5px;
	margin:10px auto 30px auto;
}
#slider_partenaires .carousel-item img{
	margin:0 20px;
	max-height: 150px;
}

#full_view{

}
#full_view img{
	max-height:450px;
}
#gallery_full{
	max-height:450px;
}
#gallery_full_container{
	line-height:450px;
}
#gallery_prev,
#gallery_next{
	background-color: #333d45;
	padding:20px;
	border-radius:0;
	color:#fff;
}
#gallery_prev:hover,
#gallery_next:hover,
#gallery_prev:focus,
#gallery_next:focus{
	background-color:#e1388b;
}
#gallery_full_titre{
	line-height:34px;
}
.navigation_gallery{
	line-height:450px;
}
.thumb_link{
	border:2px solid transparent;
	display:inline-block;
}
.thumb_link.active{
	border-color:#e1388b;
}
#gallery_full_titre{
	font-weight:bold;
	color:#fff;
}

#banniere_page_metier,
#banniere_page{
	height:350px;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}
#banniere_page_metier{
	background-color:#e1388b;
	background-size:contain;
	border-right:30px solid #46555f;
}

#page-content h1{
	font-weight:bold;
}
#page-content h1::after{
	display:block;
	content:" ";
	background-color:#e1388b;
	width:85px;
	height:5px;
	margin:10px 0 30px 0;
}

#page-content a{
	color:#e1388b;
	font-weight:bold;
}
#page-content a:hover,
#page-content a:focus{
	color:#fff;
}

.metiers_ligne{
	margin-bottom:20px;
}
.metiers_ligne_fake_block{
	background-color:#59666f;
	border-right:20px solid #46555f;
}
.metiers_ligne_photo_block{
	min-height:250px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	border-right:20px solid #46555f;
}
.metiers_ligne_logo_block{
	min-height:250px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color:#fff;
	border-right:20px solid #46555f;
}
.metiers_ligne_content_block{
	min-height:250px;
	background-color:#dadddf;
	color:#46555f;
	font-size:14px;
	padding-top:20px;
	padding-bottom:20px;
}
.metiers_ligne_content_block h2{
	color:#282828;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
}
.metiers_ligne_content_block h2 span a{
	font-weight: normal;
	color:#e1388b;
	font-size:14px;
	text-decoration: none;
}
.metiers_ligne_content_block .metiers_ligne_content_block_inner{
}
.metiers_ligne_content_block strong{
	color:#e1388b;
}
.metiers_ligne_content_block em{
	font-weight:bold;
	font-style: normal;
}
#metiers_container{
	padding-bottom:75px;
	border-bottom:30px solid #e1388b;
}

footer{
	border-top:30px solid #46555f;
	border-bottom:90px solid #46555f;
	background-color:#3c4851;
}
footer #left_footer{
	padding-top:30px;
	color:#fff;
	padding-bottom:30px;
}
footer #left_footer img{
	display: block;
	margin-bottom: 20px;
}
footer #left_footer .copyright{
	font-size:12px;
}
footer #left_footer .copyright a{
	color:#fff;
}
footer #footer_contact{
	background-color:#333d45;
	padding:30px 50px;
}
footer #footer_contact input,
footer #footer_contact textarea,
#contact_page_contact_form input,
#contact_page_contact_form textarea{
	border:none;
	border-radius:0;
	background-color:#d9d9d9;
	color:#333d45;
}
footer #footer_contact #footer_contact_intro{
	color:#d9d9d9;
	font-weight:bold;
	font-size:24px;
	margin-bottom:20px;
}
footer #footer_contact input.wpcf7-submit,
#contact_page_contact_form input.wpcf7-submit{
	background-color:#e1388b;
	color:#fff;
	width:100%;
}

.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

@media screen and (min-width: 1400px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
	#banniere_page_metier, #banniere_page{
		height:250px;
	}
	.metiers_ligne_photo_block,
	.metiers_ligne_logo_block{
		border:none;
		min-height:200px;
	}
	#accroche_home_gauche{
		font-size:20px;
	}
	.home_domaine_image{
		background-size:contain;
	}
	.home_domaine_description{
		min-height:initial;
		padding-bottom:30px;
	}
}
@media screen and (min-width: 992px) {
}
@media screen and (max-width: 768px) {
	#main_menu_container{
		background-image:none;
		padding:10px;
	}
	#container_main_menu{
		margin-top:10px;
	}
	#main_menu a{
		width:100%;
	}
	#slider_partenaires .carousel-item img{
		margin:10px 0;
	}
	#gallery_full_container{
		line-height: initial;
	}
	.navigation_gallery{
		line-height: 150px;
	}
	#accroche_home_gauche{
		border:none;
	}
	#accroche_home_gauche_inner{
		width:100%;
	}
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (max-width: 500px) {
}

@keyframes zoomSlider {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.25);
	}
}
