/*
	Theme Name:        Cédric Arnaud
	Theme URI:          
	Description:        
	Version:            1.0
	Author:             Mickael Bellun
	Author URI:         http://www.mickaelbellun.fr
*/

/**********
GENERAL
************/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic);

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	color: #414244;
}
a {
	color: #8f8c7e;
}
h1,
h2,
h3 {
	color: #8f8c7e;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;

}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 16px;
}
/**********
EFFETS
************/



/**********
HEADER
************/
.header {
	padding: 20px 0; 
}
.logo {
	display: inline-block;
}
.header .container {
	position: relative;
}
.header .tel {
	position: absolute;
	color: #fff;
	z-index: 1;
	top: 0px;
	right: 30px;
	padding: 5px 20px 5px 50px;
	font-size: 16px;
	font-weight: bold;
}
.header .tel:before {
	transform: skewX(-15deg);
	background: #8f8c7e;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.header .tel:after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	background: url(gfx/site/tel.png);
	width: 23px;
	height: 24px;
	z-index: 2;

}
#menuPrincipal {
	margin-top: 55px;
}
.menuprincipal {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.menuprincipal .caret {
	display: none;
}
.menuprincipal a {
	color: #414244;
}
.menuprincipal a:hover {
	text-decoration: none;
	color: #8f8c7e;
}
.menuprincipal .current-menu-item a {
	color: #8f8c7e;
	position: relative;
	font-weight: bold;
}
.menuprincipal > .current-menu-parent > a:before,
.menuprincipal > .current-menu-item > a:before {
	transform: skewX(-15deg);
	background: #8f8c7e;
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: -22px;
	left:0;
	z-index: -1;
}

@media (min-width: 768px) {
	.menuprincipal .menu-item-has-children:hover .dropdown-menu {
		display: block;
	}
}
.menuprincipal .dropdown-menu {
	top: 15px;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	padding-top: 20px;
}
.menuprincipal .dropdown-menu a {
	text-transform: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background: none;
	color: #8f8c7e;
}
/**********
FOOTER
************/
.footer {
	background: #0e0f09;
	color: #fff;
	padding: 30px 0;

}
.newsletter {
	position: relative;
	background: #fff;
}
.newsletter:before {
	background: #8f8c7e;
	content: "";
	width: 27%;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 0;
}
.formulaire_newsletter .wysija-paragraph {
	float: left;
}
.formulaire_newsletter .wysija-paragraph input {
	border: 0;
}
.formulaire_newsletter .wysija-submit {
	float: left;
	margin-top: 0;
	background: #414244;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	padding: 4px 8px;
}
.formulaire_newsletter .wysija-input {
	padding: 5px 15px;
	font-size: 12px;
}
.formulaire_newsletter {
	position: relative;
	z-index: 1;
	padding-top: 10px;
	padding-left: 40px;
}
.formulaire_newsletter:before {
	transform: skewX(-15deg);
	background: #8f8c7e;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0px;
	z-index: -1;
}
.formulaire_newsletter .widget_wysija_cont {
	float: left;
}
.formulaire_newsletter .titre_newsletter {
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 20px;
	margin-top: 5px;
}
.footer .txt_bottom {
	font-size: 14px;
	margin-bottom: 20px;
}
.footer .infos_coord {
	font-weight: bold;
	font-size: 14px;
	padding-left: 70px;
	background: url(gfx/site/tel-2.png) no-repeat left center;
	min-height: 55px;
	margin-bottom: 20px;
	padding-top: 8px;
}
.footer .infos_coord.mail {
	background: url(gfx/site/mail.png) no-repeat left center;
	display: inline-block;
	color: #fff;
}
.reseaux_sociaux a {
	float: left;
	display: block;
	width: 33px;
	height: 33px;
	font-size: 0;
}
.reseaux_sociaux a.fb {
	background: url(gfx/site/fb.png);
	margin-right: 10px;
}
.reseaux_sociaux a.fb:hover {
	background-image: url(gfx/site/fb-over.png);
}
.reseaux_sociaux a.tw {
	background: url(gfx/site/tw.png);
}
.footer_top {
	border-bottom: 1px solid #56575a;
	padding-bottom: 20px;
}
.footer_bottom {
	margin-top: 20px;
}
.menufooter li {
	display: inline-block;
	margin-right: 10px;
}
.menufooter a {
	color: #fff;
	font-size: 12px;
}
.footer .credit {
	float: right;
	font-size: 12px;
}
.footer .credit a {
	color: #fff;
}
.footer .mentions {
	font-size: 12px;
}
/**********
Carousel home
************/
/* LOADER*/
.slick-slider {
    background: url(gfx/site/ajax-loader.gif) no-repeat center #fff;
}
.slick-slider .slick-list { 
    opacity: 0; 
    position: absolute; 
}
.slick-slider.slick-initialized {
    background: none;
}
.slick-slider.slick-initialized .slick-list { 
    opacity: 1;
    position: relative;
    transition: opacity 0.2s ease-in;
}
#sliderHome .loading_image {
	background: url(gfx/site/loader.gif) center #8f8c7e no-repeat;
	width: 100%;
	height: 550px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
/* FIN LOADER*/

.carousel-inner {
	height: 550px;
}
.carousel-home .item {
	height: 550px;
	background-position: center;
	background-size: cover;
}

.slick-slide {
	position: relative;
}

.infos_slider {
	position: absolute;
	bottom: 200px;
	z-index: 1;
	width: 30%;
	left: 50%;
	margin-left: -480px;
}
.infos_slider h2 {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-shadow : 3px 3px 5px rgba(0,0,0,0.5);
}
.infos_slider a {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 1;
	color: #fff;
	padding: 8px 40px 8px 40px;	
}
.infos_slider a:hover {
	text-decoration: none;
}
.infos_slider a:before {
	transform: skewX(-15deg);
	background: #8f8c7e;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.carousel-home .slick-prev,
.carousel-logos .slick-prev {
	position: absolute;
	bottom: 20px;
	left: 20%;
	z-index: 1000;
	border: 0;
	color: transparent;
	font-size: 0;
	background: transparent;

}
.carousel-logos .slick-prev {
	left: 0;
	top: 45%;
	bottom: inherit;
}
.carousel-home .slick-prev:before,
.carousel-logos .slick-prev:before {
	font-family: 'Roboto Slab', serif;
	content: "<";
	color: #fff;
	background: #414244;
	font-size: 20px;
	line-height: 20px;
	border-radius: 50px;
	padding: 20px;
	padding: 0 8px;
}

.carousel-home .slick-next,
.carousel-logos .slick-next  {
	position: absolute;
	bottom: 20px;
	left: 23%;
	z-index: 1000;
	border: 0;
	color: transparent;
	font-size: 0;
	background: transparent;
}
.carousel-logos .slick-next {
	right: 0;
	top: 45%;
	bottom: inherit;
	left: inherit;
}
.carousel-home .slick-next:before,
.carousel-logos .slick-next:before  {
	font-family: 'Roboto Slab', serif;
	content: ">";
	color: #fff;
	background: #414244;
	font-size: 20px;
	line-height: 20px;
	border-radius: 50px;
	padding: 20px;
	padding: 0 8px;
}
.carousel-logos {
	padding: 0 100px;
}
.carousel-logos .slick-slide img {
	margin: 0 auto;
}
/**********
FIN Carousel home
************/

/**********
PAGE HOME
************/
section.arguments {
	padding: 40px 0 0;
}
section.arguments .item {
	margin-bottom: 40px;
}
section.arguments h2 {
	text-transform: uppercase;
	font-size: 16px;
}
section.infos_entreprise {
	background: #8f8c7e;
	color: #fff;
	position: relative;
}
section.infos_entreprise .edito  {
	margin-bottom: 40px;
	z-index: 100;
	position: relative;
	padding-top: 40px;
}
section.infos_entreprise .edito h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	margin-top: 0;
}
section.infos_entreprise .edito div {
	margin-bottom: 30px;
}
section.infos_entreprise .module_coordonnees {
	position: relative;
	z-index: 1;
	margin-top: 40px;
	margin-bottom: 40px;
	border-left: 1px dotted #fff;
}

section.infos_entreprise:after {
	content: "";
	background: #8f8c7e;
	display: block;
	width: 27%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0px;
	z-index:0;
}

.lien_edito {
	position: relative;
	z-index: 1;
	color: #8f8c7e;
	padding: 8px 15px;
	text-transform: uppercase;
}
.lien_edito:hover {
	text-decoration: none;
	color: #8f8c7e;
}
.lien_edito:before {
	transform: skewX(-15deg);
	background: #fff;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.logos_clients {
	padding: 40px 0;
}
.logos_clients h2 {
	text-align: center;
	font-size: 28px;
	color: #414244;
	font-weight: 500;
	margin-bottom: 60px;
}
/**********
PAGE
************/

.page .wysiwyg {
	margin-bottom: 40px;
}
.page .module_coordonnees {
	background: #8f8c7e;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.home .module_coordonnees {
	background: none;
	margin-bottom: 0;
}
.module_coordonnees h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	font-family: 'Roboto Slab', serif;
}
.module_coordonnees .contact_email {
	font-style: italic;
	position: relative;
	display: block;
	color: #fff;
	height: 35px;
	line-height: 26px;
}
.bandeau_page {
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	height: 320px;	
}

.breadcrumb {
	background: none;
	font-size: 12px;
	padding-left:0;
	margin-top: 10px; 
}
.breadcrumb li {
	font-weight: bold;
}
.breadcrumb a {
	color: #414244;
	font-weight: normal;
}
.page .sous_menu {
	background: #ededed;
	padding: 20px;
	list-style: none;
	margin: 0;
	margin-bottom: 20px;
}
.page .sous_menu li {
	border-bottom: 1px solid #dadada;
}

.page .sous_menu a {
	font-size: 16px;
	color: #414143;
	display: block;
	padding: 5px 0;
}
.page .sous_menu a:hover,
.page .sous_menu .current_page_item a {
	color: #8f8c7e;
	font-weight: bold;
	text-decoration: none;
}
.page .wysiwyg .encart {
	padding: 20px;
	color: #fff;
	background: url(gfx/site/fd-encart.jpg) top;
}
.side {
	position: relative;
}
.sidebar.affix {
	top: 0;
	width: 360px;
}
.affix-bottom {
	position: absolute;
	width: 360px;
}
.devis {
	margin-bottom: 20px;
	display: block;
}
.devis img {
	width: 100%;
	height: auto;
}
/**********
FORMULAIRE
************/


/**********
RESPONSIVE
************/
@media (max-width: 1199px) {
	.sidebar.affix {
		width: 300px;
	}
}
@media (max-width: 991px) {
	.infos_slider {
		margin-left: 0;
		left: 40px;
		width: 40%;
	}
	.carousel-home .slick-prev {
		left: 40px;
	}
	.carousel-home .slick-next {
		left: 80px;
	}
	section.infos_entreprise::after,
	section.infos_entreprise .module_coordonnees::before,
	section.infos_entreprise::before {
		display: none;
	}
	section.infos_entreprise .module_coordonnees {
		background: #8f8c7e;
	}
	.sidebar.affix {
		width: 220px;
	}
	

}

@media (min-width: 768px) {
 
}
@media (max-width: 767px) {
	.header .tel {
		top: -20px;
		width: 180px;
		position: relative;
		margin: 0 auto;
		right: 0;
	}
	.logo {
		display: block;
		width: 200px;
		margin: 0 auto;
	}
	.navbar-toggle {
		width: 100px;
		margin: 0 auto;
		float: none;
		display: block;
		margin-top: 10px;
	}
	.navbar-toggle .icon-bar {
		background: #414244;
		margin-left: 40px;
	}
	.navbar-toggle .txt {
		display: inline-block;
		float: left;
		line-height: 13px;
	}
	#menuPrincipal.pull-right {
		float: none !important;
		margin-top: 0;
	}
	.menuprincipal li {
		display: block;
		text-align: center;
		margin: 10px;
	}
	.menuprincipal li a {
		font-size: 24px;
	}
	.menuprincipal > .current-menu-parent > a:before,
	.menuprincipal > .current-menu-item > a:before {
		display: none;
	}
	.menuprincipal .dropdown-menu {
		float: none;
		position: relative;
		padding-top: 0;
	}
	.page_int .module_coordonnees {
		display: none;
	}
	.sidebar.affix {
		position: relative;
	}
	   

}
@media (max-width: 600px) {
	.carousel-home::before {
		display: none;
	}
	.infos_slider {
		margin-left: 0;
		left: 40px;
		width: 80%;
	}
	.carousel-logos {
		padding: 0 20px;
	}
	.footer .infos_coord span {
		display: block;
	}
	.footer .infos_coord br {
		display: none;
	}

}
/**********
WORDPRESS RESET
************/
/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}