/*
Theme Name: Divi Community Child Theme
Description: Theme enfant de Divi par Divi Community
Author: Julien - WebMate
Author URI: https://www.divi-community.fr
Template: Divi
Version: 1.1
*/

/*
  ____ _____     _____      ____ ___  __  __ __  __ _   _ _   _ ___ _______   __
 |  _ \_ _\ \   / /_ _|    / ___/ _ \|  \/  |  \/  | | | | \ | |_ _|_   _\ \ / /
 | | | | | \ \ / / | |    | |  | | | | |\/| | |\/| | | | |  \| || |  | |  \ V /
 | |_| | |  \ V /  | |    | |__| |_| | |  | | |  | | |_| | |\  || |  | |   | |
 |____/___|  \_/  |___|    \____\___/|_|  |_|_|  |_|\___/|_| \_|___| |_|   |_|

*/
/******** COULEUR GRAND OUEST bleu #00ABC4 ********/
body h1.fs-title,body h2.fs-title {
	color: #00ABC4!important;
	}
body a.action-button{
	border-color:#00ABC4!important;
}
body #page-container .et_pb_section .bloc-simulateur-accueil .et_pb_button_1 {
	color:#ffffff !important;
    background-color:#00abc4!important;
    border-color: #00abc4 !important;
    border-radius: 20px;
}
body .bloc-simulateur-accueil .et_pb_button_1:hover,
body #page-container .et_pb_section .bloc-simulateur-accueil .et_pb_button_1:hover
{
	color: #00abc4 !important;
    border-color: #00abc4!important;
    font-size: 19px;
    background-color: #FAB800!important;
}

/*****/

body .wes_simulateur #form_cont #step_1{
	background-image: var(--wpr-bg-56085da6-e8d9-4de2-8b7e-533b6ed4823d) !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 3 Column Portfolio */
@media (min-width: 981px) {
    .three-column-portfolio .et_pb_grid_item {
        width: 29.66%!important;
        margin-right: 5.5%!important;  
    }
  
    .three-column-portfolio .et_pb_grid_item:nth-child(3n) {
        margin-right: 0!important;
    }
  
    .three-column-portfolio.et_pb_grid_item:nth-child(4n) {
        margin-right: 5.5%!important;
    }
  
    .three-column-portfolio .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1) {
        clear: none!important;
    }
    .three-column-portfolio .et_pb_grid_item.first_in_row {
        clear: unset;
    }
}


/* 
** CENTRER DU CONTENU VERTICALEMENT 
** Voir tuto : https://www.divi-community.fr/snippets-divi/centrer-du-contenu-verticalement
*/

.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}

/*
** INVERSER LE SENS DES COLONNES SUR MOBILE
** Voir tuto : https://www.divi-community.fr/snippets-divi/inverser-ordre-des-colonnes-sur-mobile
*/

@media only screen and (max-width : 980px) {
	.dc-inverser-colonnes--section .dc-inverser-colonnes--ligne {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/

/*.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}*/


/* 
** AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA 
** Parfois, suivant la taille du texte, certains chiffres du résultat sont masqués
*/
.et_pb_contact_right p input {
	max-width: 50px;
}


/*
** METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE
** Généralement, ils sont bien trop gros…
*/
sup, sub {
    font-size: 70%;
}


/* 
** SPE WEB ET SOLUTIONS
** Ci-dessous le code CSS ajouté par Web et solutions
*/

/*************************/
/****** GENERAL ******/
/*************************/

a{
	/*font-weight: bold;*/
}

/*************************/
/****** MENU MOBILE ******/
/*************************/
.et_mobile_menu li li {
    /*padding-left: 0;*/
}

.et_mobile_menu .sub-menu a {
	font-weight: 400;
}

/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	/*width: 44px;*/
	width: 100%;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	/*text-align: center;*/
	text-align: right;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	right: 0px;
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #00ABC4;
	background: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}




/*************************/
/*** BOUTONS FLOTTANTS ***/
/*************************/
:not(#\ ):not(#\ ):not(#\ ).buttonizer-group-0-0-1 {
    right: 0% !important;
	bottom: 40% !important;
}
.buttonizer-label {
	width: 100px;
    min-width: 100px;
    white-space: break-spaces !important;
    line-height: 1 !important;
    text-align: left !important;
    padding: 14px 5px !important;
	text-transform:uppercase;
	font-size:12px !important;
}
.buttonizer-button {
	margin-bottom:10px !important;
}
/* On masque ces boutons sur les landing pages ET sur mobile */
body .buttonizer-group {
	display:none !important;
}
body.et_show_nav .buttonizer-group {
	display:flex !important;
}

@media (max-width: 1024px){
	.buttonizer-group {
		display:none !important;
	}
}

/*************************/
/*** FIL ARIANE YOAST ****/
/*************************/
.page #section-breadcrumbs {
  display:none;
}
.page #section-breadcrumbs .et_pb_row {
  display:none;
}
.post-template-default #section-breadcrumbs,
.blog #section-breadcrumbs{
  padding: 20px 0 !important;
}
.post-template-default #section-breadcrumbs .et_pb_row,
.blog #section-breadcrumbs .et_pb_row{
  padding: 0 !important;
}

/*************************/
/******** HEADER *********/
/*************************/

	/*** PRE HEADER ***/
	#et-secondary-menu>ul>li>a:hover, #et-info-email:hover {
		opacity: 1;
		color:#FAB800;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	#et-info {
		float: unset;
	}
	.et-social-icons {
		float: right !important;
	}
	#top-header a:hover {
		color: #FAB800;
	}
	#et-info-phone{
		font-size:18px;
	}
	#et-info-phone span {
		font-size:14px;
		font-weight: 400;
	}
	#et-info-phone:before {
		margin-right: 8px;
		color: #FAB800;
	}
	.et-social-rss{
		display:none !important;
	}
	.et-social-facebook a.icon:before {
		content: "\e0aa";
	}
	.et-social-twitter a.icon:before {
		content: "\e0ab";
	}
	.et-social-youtube a.icon:before {
		content: "\e0ba";
	}
	.et-social-vimeo a.icon:before {
		content: "\e0b3";
	}
	.et-social-pinterest a.icon:before {
		content: "\e0ac";
	}
	#top-header .et-social-icon a {
		font-size: 24px;
		line-height: 1.2em;
	}
	@media (max-width: 980px){
		.et_fixed_nav #top-header {
			position: fixed;
		}
	}

	/*** LOGO ***/
	#logo{
		max-height:54px;
	}

	/*** MENU ***/
	#et-top-navigation{
		/*padding-left: 310px !important;*/
	}
	#top-menu-nav>ul>li>a{
		text-decoration: none;
		background-image: linear-gradient(#fab800,#fab800);
		background-repeat: no-repeat;
		padding-top: 2px;
		background-position: 0 98%;
		background-size: 0 1px;
		transition: background-size .2s ease-in;
		font-weight:500;
	}
	#top-menu-nav>ul>li>a:hover{
		background-size:100% 1px;
		opacity:1;
	}
	.nav li ul.sub-menu {
		width:350px;
	}
	#top-menu li li a{
		width:310px;
		padding: 6px 10px;
	}
	#top-menu li .menu-item-has-children>a:first-child:after {
		right: 0px;
		top: 6px;
	}
	.nav li li ul {
		left: 350px;
	}
	.nav li.et-reverse-direction-nav li ul {
		left: auto;
		right: 350px;
	}
	.nav ul li a:hover {
		background-color: rgba(0,0,0,.00);
	}
	@media only screen and (min-width: 981px){
		.et_header_style_left #et-top-navigation nav>ul>li>a{
			padding-bottom: 5px !important;
			margin-bottom:25px;
		}
	}
	#top-menu li{
		padding-right:12px;
	}
	#top-menu li .menu-item-object-page a,
	#top-menu li .menu-item-has-children a{
		text-transform:none;
	}
	.et_mobile_menu{
		border-top: 3px solid #00ABC4;
	}

	.dsm_image_hotspots_child_2.dsm_image_hotspots_child .dsm_image_hotspots_wrapper,
	.dsm_image_hotspots_child_1.dsm_image_hotspots_child .dsm_image_hotspots_wrapper,
	.dsm_image_hotspots_child_0.dsm_image_hotspots_child .dsm_image_hotspots_wrapper,
	.dsm_image_hotspots_child_3.dsm_image_hotspots_child .dsm_image_hotspots_wrapper,
	.dsm_image_hotspots_child_4.dsm_image_hotspots_child .dsm_image_hotspots_wrapper,
	.dsm_image_hotspots_child_5.dsm_image_hotspots_child .dsm_image_hotspots_wrapper{
		background-color: #FAB800 !important;
		width: 35px !important;
		height: 35px !important;
	}


/*************************/
/******** CONTENU ********/
/*************************/

	/*** ACCUEIL ***/

		/** Bandeau **/
		#bandeau-accueil .et_pb_slide_content {
			border-radius: 20px 20px 0 0;
			background-color: rgba(250,184,0,0.75);
			padding:20px 15px 0px 15px;
			width: 50%;
			margin: auto;
		}
		#bandeau-accueil .et_pb_slide_title {
			border-radius: 20px 20px 0 0;
			background-color: rgba(250,184,0,0.75);
			padding:20px 15px 0px 15px;
			width: 50%;
			margin: auto;
			font-weight: 400;
		}
		#bandeau-accueil .et_pb_button_wrapper {
			border-radius: 0 0 20px 20px;
			padding:0px 15px 20px 15px;
			background-color: rgba(250,184,0,0.75);
			width: 50%;
			margin: auto;
		}
		@media (max-width: 968px){
			#bandeau-accueil .et_pb_slide_content {
				width: 80%;
			}
			#bandeau-accueil .et_pb_slide_title {
				width: 80%;
			}
			#bandeau-accueil .et_pb_button_wrapper {
				width: 80%;
			}
		}
			.et-pb-slider-arrows .et-pb-arrow-prev:before,
			.et-pb-slider-arrows .et-pb-arrow-next:before {
				color: #FFFFFF !important;
				background-color: #fab800 !important;
				border-radius: 50% !important;
			}
		
		/** Bloc Simulateur **/
		.bloc-simulateur-accueil h3{
			font-family: 'Kalam',handwriting;
			font-size: 23px;
			color: #000000!important;
			text-align: center;
		}
		.bloc-simulateur-accueil p{
			font-family: 'Kalam',handwriting;
			font-size: 50px;
			text-transform:uppercase;
			color: #000000!important;
			text-align: center;
			margin:20px 0;
		}
		.bloc-simulateur-accueil{
			background-color:rgba(250,184,0,0.8);
			width: 400px;
			margin: 20px auto;
			padding: 20px;
			border-radius: 20px;
		}
		@media only screen and (max-width: 500px){
			.bloc-simulateur-accueil{
				background-color:rgba(114,46,85,0.8);
				width: 300px;
				margin: 20px auto;
				padding: 20px;
				border-radius: 20px;
			}
			.bloc-simulateur-accueil p{
				font-size: 40px;
				margin:10px 0 20px 0;
			}
		}
		.bloc-simulateur-accueil .et_pb_button_1{
			background-color:#FAB800!important;
			border-color:#FAB800!important;
		}
		.bloc-simulateur-accueil .et_pb_button_1:hover{
			background-color:#00ABC4!important;
			border-color:#00ABC4!important;
		}
		.bloc-simulateur-accueil .et_pb_button_1{
			color:#000000 !important;
		}

		/** Bloc Vidéo **/
		.texte-lire-plus{
			font-weight: 700;
			text-transform: uppercase;
			margin-top:10px;
		}
		.slide-presse .et_pb_slide_image img{
			max-height: 36px !important;
			margin-bottom: 20px;
		}
		.slide-presse .texte-lire-plus a{
			text-decoration: none;
			background-image: linear-gradient(#fab800,#fab800);
			background-repeat: no-repeat;
			padding-top: 2px;
			background-position: 0 98%;
			background-size: 0 2px;
			transition: background-size .2s ease-in;
			font-weight:500;
			color:#000;
			padding-bottom: 5px;
		}
		.slide-presse .texte-lire-plus a:hover{
			background-size:100% 2px;
			opacity:1;
		}
		.slide-presse .et-pb-controllers{
			display:none;
		}

		/** Rassurance accueil **/
		.titre-texte-rassurance{
			text-transform: uppercase;
			color: #FAB800;
			font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
		}

		/** Qui sommes-nous **/
		.cr-600000 {
			fill: #f9b900 !important;
		}
		.cr-600000:hover {
			fill: #00ABC4 !important;
		}

	/*** AUTRES PAGES ***/
	
	.rond-numero {
		height: 70px;
		width: 70px;
		border-radius: 70px;
		font-family: 'Kalam',handwriting;
		font-size: 45px;
		background-color: #FAB800;
		border: 5px solid #00ABC4;
		color : #ffffff;
		padding: 24px 18px ;
		margin: auto;
		margin-bottom: 10px;
	}

		/** Citations **/
		blockquote {
			font-style:italic !important;
			margin-left: 30px;
			border-color: #FAB800;
		}

		/** Tableau Plomberie **/
		.tableau-plomberie thead {
			background-color: #FAB800;
			text-transform: uppercase;
		}
		.tableau-plomberie thead th,
		.tableau-plomberie tbody th {
			color: #00ABC4;
		}

		/** Pages informatives **/
		body .pages-informations p{
			font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
			font-size:16px!important;
			text-align:justify!important;
		}

		body .pages-informations h1{
			font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
			text-transform:uppercase!important;
			color:#00ABC4!important;
			font-size: 27px!important;
		}
		body .pages-informations h2{
			font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
			text-transform:uppercase!important;
			color:#00ABC4!important;
			font-size: 22px!important;
		}

		body .pages-informations h3{
			color:#000000!important;
			font-family: 'Kalam',handwriting!important;
			font-size: 23px !important;
		}
		
		/** Réalisations **/
		article.project .et_pb_title_meta_container {
			display: none;
		}
		.project_category-realisations {
			text-align: center !important;
		}
		.project_category-realisations .entry-title a {
			font-weight: 300 !important;
			font-size: 15px !important;
			color: #000000 !important;
			line-height: 1.1em !important;
			text-align: center !important;
			font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
			text-transform: none;
		}
		.project_category-realisations .post-content-inner {
			display: none !important;
		}	
		.project_category-realisations .more-link {
			text-transform: none;
		}

		.et_pb_module_header a:after {
			content: "Voir plus";
			display: block;
			color: #00ABC4;
			font-weight: 500;
			margin-top: 10px;
			text-decoration: underline;
		}
		.single-project .et_pb_section#section-breadcrumbs {
			padding: 0!important;
		}

			/* Bloc Photo */
			.bloc-photo-realisations h3{
				font-family: 'Kalam',handwriting;
				font-size: 23px;
				color: #000000!important;
				text-align: center;
			}
			.bloc-photo-realisations p{
				font-family: 'Kalam',handwriting;
				font-size: 50px;
				text-transform:uppercase;
				color: #00ABC4 !important;
				text-align: center;
				margin:20px 0;
			}
			.bloc-photo-realisations{
				background-color:rgba(250,184,0,0.6);
				width: 400px;
				margin: 20px auto;
				padding: 20px;
				border-radius: 20px;
			}
			@media only screen and (max-width: 500px){
				.bloc-photo-realisations{
					background-color:rgba(250,184,0,0.6);
					width: 300px;
					margin: 20px auto;
					padding: 20px;
					border-radius: 20px;
				}
				.bloc-photo-realisations p{
					font-size: 40px;
					margin:10px 0 20px 0;
				}
			}
			.bloc-photo-realisations .et_pb_button_1:hover{
				background-color:#FAB800!important;
				border-color:#FAB800!important;
			}
			.bloc-photo-realisations .et_pb_button_1{
				background-color:#ed564b!important;
				border-color:#00ABC4!important;
			}

		/** Page devis **/
		.bouton-devis {
			position: relative;
			font-family: inherit;
			line-height: inherit;
			font-weight: 700 !important; 
			cursor: pointer;
			font-size: 20px !important; 
			width: 90%;
			max-width: 400px;
			transition-duration: 0.1s;
			transition-property: background-color, color, border-color, opacity, box-shadow;
			transition-timing-function: ease-out;
			outline: none;
			border: 1px solid transparent;
			margin: 0px;
			box-shadow: rgb(0 0 0 / 10%) 0px 3px 12px 0px;
			padding: 8px 18px;
			min-height: 48px;
			background-color: rgb(249, 184, 0);
			color: rgb(255, 255, 255);
			border-radius: 4px;
		}
		.bouton-devis:hover { 
			background-color: rgb(250, 195, 38);
		}
		.tf-v1-slider {
			z-index: 100001 !important;
		}

	/*** BLOG ***/

		/** Archive **/
		.archive #section-breadcrumbs{
			padding:0 !important;
		}
		.dtb_archives .et_pb_post .dtb-post-wrap{
			padding: 0 25px 0 0;
		}
		.dtb_archives .et_pb_post .dtb-post-content, .dtb_archives .et_pb_post p:not(.post-meta){
			color:#000;
			text-align:justify;
		}
		.dtb_archives .et_pb_post .dtb-post-wrap{
			box-shadow:none;
		}
		.dtb_archives .et_pb_post .entry-title, .dtb-blog .et_pb_post .entry-title{
			color: #00ABC4;
			padding-top:0px;
		}
		.dtb_archives .et_pb_post .dtb-read-more{
			border-color: #FAB800;
			background: #FAB800;
		}
		.dtb_archives .et_pb_post .dtb-read-more:hover{
			color: #fff;
			border-color: #00ABC4;
			background: #00ABC4;
		}
		.dtb_archives .et_pb_post .entry-featured-image-url{
			margin-right:25px;
		}

		body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
			padding-top: 0;
		}
		.et_pb_post h1{
			font-family: 'Kalam',handwriting;
			font-size: 30px;
		}	
		.et_pb_post h2{
			text-transform:uppercase;
			padding-top:30px;
			font-size:20px;
		}	
		.et_pb_post h3{
			font-family: 'Kalam',handwriting;
			font-size: 22px;
			color:#000000;
			padding-top:15px;
		}
		.et_pb_post h4{
			font-size: 18px;
			color:#000000;
			font-weight:bold;
		}
		.et_pb_post blockquote{
			font-style:italic !important;
			margin-left: 30px;
			border-color: #FAB800;
		}
		.et_pb_post .entry-content{
			padding-top:0px;
		}
		.et_pb_post .entry-content p{
			text-align:justify;
		}
		.et_pb_post .et_post_video{
			margin-bottom:30px !important;
			margin-top:10px;
		}
		.et_post_meta_wrapper{
			margin-bottom:30px;
		}
		.et_pb_blog_grid_wrapper .entry-featured-image-url,
		.et_pb_blog_grid_wrapper .et_pb_image_container{
			margin-bottom:0px !important;
		}
		#left-area .post-meta{
			padding-bottom:0px;
		}
	
		/** Sidebar **/
		.titre-widget-blog1{
			color:#00ABC4;
			text-transform:uppercase;
		}
		.titre-widget-blog2{
			color:#00ABC4;
			text-transform:uppercase;
			margin-top:30px;
		}
		#sidebar .et_pb_widget {
			margin-bottom: 10px;
		}
		.et_pb_widget a {
			text-decoration: none;
			color: #000;
		}
		.et_pb_widget li a:hover {
			color: #FAB800;
		}
		.et_pb_widget ol li, .et_pb_widget ul li {
			margin-bottom: 0.2em;
		}
		.widget_recent_entries ul li {
			margin-bottom: 0.2em;
			border-bottom: 1px solid #FAB800;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.widget_recent_entries ul li:last-child {
			border-bottom: none;		
		}
		.widget_recent_entries ul li:first-child {
			margin-bottom: 0.2em;
			border-bottom: 1px solid #FAB800;
			padding-top: 0px;
			padding-bottom: 10px;
		}


/*************************/
/******** FOOTER *********/
/*************************/

	/*** PRE FOOTER ***/
	.lire-plus-pre-footer{
		font-weight: 700;
		text-transform: uppercase;
		font-size:14px;
	}
	.lire-plus-pre-footer a{
		background-image: linear-gradient(#fab800,#fab800);
		background-repeat: no-repeat;
		background-position: 0 98%;
		background-size: 0 2px;
		transition: background-size .2s ease-in;
		font-weight:500;
		color:#000;
		padding-bottom:5px;
		text-decoration: none;
	}
	.lire-plus-pre-footer a:hover{
		background-size:100% 2px;
		opacity:1;
	}

	/*** FOOTER ***/
	.texte-gras-footer{
		text-transform: uppercase;
		font-weight: 700;
		font-size: 16px;
	}
	.texte-gras-footer a,
	.texte-footer a,
	.texte-agence-gras-footer a{
		color:#000000 !important;
	}
	.texte-gras-footer a:hover,
	.texte-agence-gras-footer a:hover,
	.texte-footer a:hover{
		color:#00ABC4 !important;
	}
	.texte-agence-gras-footer {
		margin-left:10px;
		display:none; /* a retirer lorsque les sites sattelite agences seront en ligne*/
	}
	.titre-violet-footer{
		font-size: 18px;
		text-transform: uppercase;
		color: #00ABC4;
		font-weight: 700;
		margin-bottom:10px;
	}
	.titre-jaune-footer{
		font-size: 18px;
		text-transform: uppercase;
		color: #FAB800;
		font-weight: 700;
		margin-bottom:10px;
		margin-top:30px;
		text-align:center;
	}
	.bloc-reseaux-sociaux{
		position: absolute;
		width: 600px;
		display: block;
		max-width: 600px;
	}
	#colonne1-footer{
		z-index:100;
	}
	.lien-footer-bloc-violet a{
		color:#ffffff !important;
	}
	.lien-footer-bloc-violet a:hover{
		color:#fac800 !important;
	}
	/*NEWSLETTER*/
	.branding-container {
		display: none !important;
	}

/*************************/
/**** CONTACT FORM 7 *****/
/*************************/
.wpcf7-ligne {
	margin-bottom: 15px;
	font-size: 0;
}
.wpcf7-colonne,
.wpcf7-colonne-seule {
	display: inline-block;
	font-size: 16px;
	width: 100%;
}
.wpcf7-ligne .wpcf7-colonne:first-child {
	margin-bottom: 15px;
}
.wpcf7-submit {
	width: 100%;
}
.wpcf7-obligatoire {
	font-weight: normal;
	font-style: italic;
	text-align: center;
}
@media only screen and (min-width : 768px) {
	.wpcf7-colonne {
		width: 50%;
		vertical-align: top;
	}
	.wpcf7-ligne .wpcf7-colonne:first-child {
		padding-right: 15px;
		margin-bottom: 0px;
	}
	.wpcf7-ligne .wpcf7-colonne:last-child {
		padding-left: 15px;		
	}
	.wpcf7-submit {
		width: inherit;
	}
	.wpcf7-obligatoire {
		text-align:right;
	}
}
.wpcf7 label {
	margin-bottom: 5px;
	padding-right: 15px;
}

.wpcf7 label,
.wpcf7-form-control-wrap.dsm-contact-form-7-select {
	display: block;
}
.wpcf7 span + label,
.wpcf7-list-item-label {
	display: inline;
	font-weight: normal;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar, .wpcf7-select {
	background-color: #eee !important;
	border: solid 1px #CCC !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #333 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-list-item {
    margin: 0 !important;
}
.wpcf7-submit {
	color: #fff !important;
	margin: 8px auto 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 20px;
	line-height: 1.7em;
	background: transparent;
	border: 2px solid;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.wpcf7-submit:hover { 
	background-color: #eee; 
	border-color:#eee; 
	padding: 6px 20px !important; 
}

.et_pb_text ol {
	list-style-position: outside;
}
.et_pb_text ol li {
	margin-bottom: 10px;
	line-height: 1.4em;
}