/*
Theme Name: template
Description: Thème enfant pour le thème Divi 
Author:  Medialogue
Template: Divi
*/

@import url("../Divi/style.css");

#main-header {background: #191919!important;}
#top-menu a {color: #f9f9f9;}

.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

/*COLOR*/
/* Green - #44a648 */
/* Green hover - #6ab10b */
/* Dark carbon - #191919 */
/* Almost white - #f9f9f9 */

/*FONTS*/
h1, h2, h3, h4 {font-family: 'Raleway', sans-serif;}

#logo{
	max-width: 82%;
	margin-left: 9%;
	margin-bottom: 1px !important;
	margin-top: 40px;
}
/*TRANSFER IN MAIN CSS*/
/*container*/
.et_vertical_nav .et_pb_row, .et_vertical_nav .container, .et_vertical_nav .et_pb_container {width: 80%!important;}
.entry-content .et_pb_text a {
	color: #44a648!important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.entry-content .et_pb_text a:hover {text-decoration: underline!important;}

/*main menu*/
.et_vertical_nav #page-container #main-header {position: fixed!important;top: 0;left: 0;padding: 0!important;}
.et_vertical_nav #main-header .container {width: 100%!important;margin: 0!important;}
.et_vertical_nav #main-header #top-menu > li > a {
	padding: 15px 20px!important;
	margin: 0!important;
	border-bottom: 1px solid #222222;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.et_vertical_nav #main-header #top-menu > li:last-child > a {border:0;}
.et_vertical_nav #main-header #top-menu > li.et-hover > a,
.et_vertical_nav #main-header #top-menu > li a:hover {background-color: #222222;opacity: 1!important;color: #44a648;}
.et_vertical_nav #main-header #top-menu > li > a:after {top: 15px!important;}
#top-menu li.current-menu-ancestor > a, #top-menu > li.current-menu-item > a,
#top-menu li.current-menu-ancestor > a:hover, #top-menu > li.current-menu-item > a:hover {background: #44a648!important;color: white!important;opacity: 1!important;}
/*sub menu*/
.et_vertical_nav #main-header #top-menu li ul {padding: 0!important;top: 0!important;left: 225px!important;}
.et_vertical_nav #main-header #top-menu li ul li {padding: 0!important;}
.et_vertical_nav #main-header #top-menu li ul li a {padding: 15px 20px!important;width: 100%;line-height: 1.1em;}
#top-menu .sub-menu li.current-menu-item > a, #top-menu .sub-menu li.current-menu-item > a:hover {color: #44a648!important;opacity: 1!important;}
#main-header .nav li ul {background-color: #191919;border-color: #44a648;}

.et_search_outer {display: none!important;}

.infoHeader {position: absolute;bottom: 0;left: 0;width: 100%;}
.sectionInfoHeader {width: 100%;}
.sectionInfoHeader b {display: block;}
.sectionInfoHeader b:nth-of-type(2) {padding-top: 5px;}
.sectionInfoHeader a {
	line-height: 1.1em;
    padding: 0 20px;
    font-size: 12px;
    color: white;
    display: block;
    margin-bottom: 10px;
}
.sectionInfoHeader a:hover {color: #44a648;}

.siaq h5 {font-size: 12px;color: white;padding: 0 20px 5px;}
.siaq h5:last-of-type {padding: 0 20px 1px!important;}
.siaq img {width: 75px;}


/*inner columns*/
.et_vertical_nav .et_pb_column_1_3 {width: 29.666%;margin-right: 5.5%;}
.et_vertical_nav .et_pb_column_1_3:last-of-type {margin-right: 0;}
/*section background color*/
#main-content .et_pb_section:not(.et_pb_section_0) {background-color: #f9f9f9;}
.et_pb_blurb_content {max-width: none!important;}
.myFooter .et_pb_blurb_container {width: 100%;}


/*REUSABLE CLASSES*/
.liste {padding-left: 0!important;}
.liste li {list-style: none!important;}
.sectionTitle h2 {font-size: 35px;text-transform: uppercase;position: relative;}
.sectionTitle h2:after {
	content:"";
	display: block;
	width: 50px;
	height: 3px;
	background: #191919;
	position: absolute;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}
.miniAbout .sectionTitle h2:after {background: white;}


/*HOME CSS*/
.headerImg, .headerImg .et_pb_slide {height: 400px;}
.headerImg .et_pb_slide {opacity: 0.9;}


/*SERVICES*/
.services {padding-bottom: 0;margin-bottom: -50px;}
.services .et_pb_row {
	padding: 0;
	position: relative;
	top: -100px;
}
.services .et_pb_blurb {
	background: white;
	padding: 25px;
	border-bottom: 3px solid #44a648;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services .et_pb_blurb p, .moreServices .et_pb_blurb p {color: #666!important;}
.services .et_pb_blurb h4, .moreServices .et_pb_blurb h4 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.moreServices .et_pb_blurb:hover h4,
.services .et_pb_blurb:hover h4 {color: #44a648;}
.moreServices .et_pb_blurb:hover img, .services .et_pb_blurb:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}
.services img, .moreServices img {
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
	transition: transform 0.3s;
}
.services .et_pb_main_blurb_image {width: 75px;}


/*MINI ABOUT*/
.miniAbout {padding: 0;}
.miniAbout .et_pb_row {
	background: #44a648;
	padding: 50px;
}
.miniAbout .et_pb_row:first-child {padding-bottom: 0;}
.miniAbout .et_pb_row:last-child {padding-top: 25px;}


/*MORE SERVICES*/
.moreServices {padding: 25px 0 0;}
.moreServices .et_pb_row:last-child .et_pb_column a:first-child .et_pb_blurb {margin-bottom: 30px;}
.moreServices .et_pb_main_blurb_image {margin-bottom: 1em!important;}


/*BOUTON ESTIMATION*/
.estiCgratuit {position: relative;background: #f9f9f9;padding-top: 20px;padding-bottom: 40px;}
.estiCgratuit h2 {font-size: 35px;text-transform: uppercase;padding-bottom: 0;}
.estiCgratuit .et_pb_row {
	background: #44a648;
	
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	z-index: 2;
}
.estiCgratuit .et_pb_row:hover {background: #191919;}


/*CONTACT FORM*/
.contactForm input, .contactForm textarea,.contactForm select,.contactForm button {border: 0;width: 100%;max-width: 100%;padding: 10px;margin-bottom:10px;}
.contactForm input:focus, .contactForm textarea:focus {border: 0;}
.contactForm form p:nth-of-type(1) {width: 48.75%;float: left;margin-right: 2.5%;}
.contactForm form p:nth-of-type(2) {width: 48.75%;float: left;}
.contactForm textarea {height: 100px;max-height: 150px;}
.contactForm button[type=submit] {
	border: 0!important;
	background: #44a648;
	color: white;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.contactForm button[type=submit]:hover {cursor: pointer;background: #191919;color: #44a648;}
.contactForm button[type=submit]:focus {border-color: inherit;}
textarea::-webkit-input-placeholder {
	font-family: 'roboto', Arial, Helvetica, sans-serif !important;
}
input::-webkit-input-placeholder {
	font-family: 'roboto', Arial, Helvetica, sans-serif !important;
}
input::-moz-placeholder {
	font-family: 'roboto', Arial, Helvetica, sans-serif !important;
}
textarea::-moz-input-placeholder {
	font-family: 'roboto', Arial, Helvetica, sans-serif !important;
}
input:-ms-input-placeholder {
	font-family: 'roboto', Arial, Helvetica, sans-serif !important;
}
textarea::-ms-input-placeholder {
	font-family: 'roboto', Arial, Helvetica, sans-serif !important;
}
div.wpcf7 .ajax-loader{position: absolute;bottom: 25px;right: 15px;}


/*MY FOOTER*/
.page-id-110 .myFooter {padding-top: 2%;}
.myFooter {
	background-color:#333;
	background-image: url(https://www.emondeurrivenord.ca/wp-content/uploads/2017/02/footerBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 0;
	padding-top: 50px;
	z-index: 1;
}
.myFooter .et_pb_column:last-child .et_pb_text {margin-bottom: 15px!important;}
.myFooter .et_pb_main_blurb_image {margin-bottom: 0;text-align: left!important;}
.myFooter h4 {font-size: 20px;text-transform: uppercase;font-weight: bold;color: #44a648!important;}
.myFooter a {
	color: #f9f9f9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.myFooter a:hover {color: #44a648;}


/*COPYRIGHT*/
#footer-bottom {
	position: relative;
	background-color: #44a648;
    padding: 15px 0 12px;
}
#footer-info {
	color: #f9f9f9;
	float: none;
    text-align: center;
}
#footer-info a {
	color: #ffffff;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#footer-info a:hover {color: #191919;opacity: 1;}

#footer-info img{
	margin-bottom: -10px;
	margin-right: 10px;
}

.estiCgratuit{
	margin-bottom:53px;
}

/*******************************************************************************************/
/********************************************************************* PAGE INTERNE ********/
/*******************************************************************************************/

.headerPageInterne{
	padding:0px;
}

.headerPageInterne h1{
	position: relative;
	z-index: 10;
	font-size: 34px;
    color: #f9f9f9;
}

.backgroundColorerHeaderInner{
	height:100%;
	background-color: rgba(68, 166, 72, 0.79);
	width: 715px;
	position:absolute;
	top:0px;
	left:-160px;
}

.headerPageInterne .et_pb_fullwidth_header_container{
    width: 80%;
    height: 100%;
    padding: 70px 0px 70px 0px;
}

.headerPageInterne h1{
	text-transform: uppercase;
	padding:0px;
	width:480px;
}

.textePageInterne {
	padding:30px 0px;
}

.textePageInterne img{
	padding-top:7px;

}

.textePageInterne ul{margin-top:10px;}

.textePageInterne h2{
	clear:both;
	padding-top:30px;
	padding-bottom:0px;
}

.textePageInterne h3{
    padding-top: 20px;
    font-size: 18px;
    padding-bottom: 0px;
}

.textePageInterne h2:after, .contactPage h2:after{
	content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #44a648;
    margin: 17px 0 18px;
    margin-top:20px;
}

.textePageInterne .et_pb_row{
	padding:10px 0px !important;
}


/*PAGE CONTACT*/

.contactPage input{
	border: 1px solid  #191919 !important;
	transition: all 0.35s ease-in-out;
    color: black;
    font-family: 'Open Sans';
}

.contactPage textarea{
	width:100%;
	border: 1px solid  #191919 !important;
	transition: all 0.35s ease-in-out;
    color: black;
    font-family: 'Open Sans';
}

.contactPage input:focus {
	border: 1px solid #44a648 !important;
}
.contactPage textarea:focus {
	border: 1px solid #44a648 !important;
}

.contactPage .wpcf7-submit{
	border: solid 1px #44a648;
}

div.wpcf7-validation-errors{
	border:none;
	padding: 0px;
    margin-left: 0px;
}

.flexThis{
	display:flex;
	padding:0px 20px;
}

.flexThis .et_pb_text{
	margin:0 auto;
}


/*PAGE RÉALISATION*/

.pageResolution .et_overlay{
	background: rgba(68, 166, 72, 0.79);
}

.pageResolution .et_overlay:before{
	color:white;
}


/*PLAN DU SITE*/
#post-471 .entry-content ul {
    -moz-column-count: 2!important;
    -moz-column-gap: 25px!important;
    -webkit-column-count: 2!important;
    -webkit-column-gap: 25px!important;
    column-count: 2!important;
    column-gap: 25px!important;
    list-style: none!important;
    padding-left: 0!important;
}
#post-471 .entry-content ul li {list-style: none!important;}



/*******************************************************************************************/
/*********************************************************************** RESPONSIVE ********/
/*******************************************************************************************/

@media only screen and (max-width: 1920px) and (min-width: 1440px){

	.myFooter .et_pb_column:first-child {width: 24.875%!important;}
	.myFooter .et_pb_column:nth-of-type(2) {width: 16.875%!important;}
	.myFooter .et_pb_column:last-child {width: 47.25%!important;}

}

@media only screen and (max-width: 1920px) and (min-width: 1368px){

	.et_vertical_nav #main-header #top-menu li ul li a,
	.et_vertical_nav #main-header #top-menu > li > a {padding: 20px!important;}
	.et_vertical_nav #main-header #top-menu > li > a:after {top: 20px!important;}
	.sectionInfoHeader, .siaq {padding: 20px 0;}
	.sectionInfoHeader a, .siaq h5 {line-height: 1.2em;font-size: 15px;}
	.et_vertical_nav #main-header #logo {margin: 3em 0!important;padding: 0 1em!important;width: 100%!important;}
	.estiCgratuit {padding-bottom: 45px;}

}

@media screen and (max-width: 1800px){
	.textePageInterne img.alignright{margin: 0px 0px 20px 20px;}
	.textePageInterne img.alignleft{margin: 0px 20px 20px 0px;}
}


@media only screen and (max-height: 800px){

	.sectionInfoHeader, .siaq {padding: 10px 0;}
	.sectionInfoHeader a, .siaq h5 {font-size: 12px;}

}

@media only screen and (max-width: 1920px) and (min-width: 1368px){

	.et_vertical_nav #page-container #main-header {width: 300px!important;}
	.et_vertical_nav #et-main-area, .et_vertical_nav #top-header {margin-left: 300px!important;}
	.et_vertical_nav #main-header #top-menu li ul {left: 300px!important;}

}

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

	.sectionInfoHeader, .siaq {padding: 10px 0;}

}

@media only screen and (max-width: 1367px) and (min-width: 981px){

	.et_vertical_nav #main-header #logo {margin: 1em 0!important;padding: 0 1em!important;width: 100%!important;}

}

@media only screen and (max-width: 1440px) and (min-width: 1200px){

	.myFooter .et_pb_column:first-child {width: 29.666%!important;}
	.myFooter .et_pb_column:nth-of-type(2) {width: 22.666%!important;}
	.myFooter .et_pb_column:last-child {width: 35.666%!important;}

}

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

	.services .et_pb_main_blurb_image {display: block;margin: 0 auto 15px!important;width: auto!important;}
	.textFullWidthResponsive{width:100% !important;}

}

@media only screen and (max-width: 1200px) and (min-width: 981px){

	.services .et_pb_column {width: 100%!important;margin-bottom: 30px;}
	.moreServices .et_pb_column {width: 100%!important;margin-right: 0!important;}
	.moreServices .et_pb_column .et_pb_blurb {width: 47.25%!important;margin-right: 5.5%;float: left;}
	.moreServices .et_pb_column a:nth-of-type(2) .et_pb_blurb {margin-right: 0!important;}
	.moreServices .et_pb_row:last-child .et_pb_column a .et_pb_blurb {margin-bottom: 30px;}
	.moreServices .et_pb_row:last-child .et_pb_column:last-child a .et_pb_blurb {margin-bottom: 0;}


	.myFooter .et_pb_column:not(:last-child) {width: 47.25%!important;margin-bottom: 30px;}
	.myFooter .et_pb_column:nth-of-type(2) {margin-right: 0!important;position: relative;top: 20px;}
	.myFooter .et_pb_column:last-child {width: 100%!important;}
	
}

@media only screen and (max-width: 1200px) and (min-width: 768px){

	.moreServices .et_pb_column .et_pb_blurb {width: 47.25%!important;margin-right: 5.5%;float: left;}
	.moreServices .et_pb_column a:nth-of-type(2) .et_pb_blurb {margin-right: 0!important;}

}

@media only screen and (max-width: 1200px) and (min-width: 480px){

	.headerImg h2 {font-size: 35px!important;}
	.services .et_pb_main_blurb_image {vertical-align: middle!important;}
	.services .et_pb_column:last-child {margin-bottom: 0!important;}

}

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

	/*logo*/
	#top-header {display: none;}
	#footer-bottom .infoHeader {display: none;}

}

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

	.headerPageInterne .et_pb_fullwidth_header_container {
		width:100%;
	}

	.backgroundColorerHeaderInner{
		width:100%;
		left:0px;
	}

	.headerPageInterne h1{
		width:80%;
		margin:0 auto;
	}

	.contactPage .et_pb_column {
		width:45% !important;
	}

	.contactPage .et_pb_column_0 {
		margin-right:10%;
	}

	.flexThis{
		padding:0px;
	}

	.services .et_pb_colum{
		margin-bottom:30px;
	}
	
	.et_vertical_nav #page-container {padding-top: 82px!important;}
	#top-header {position: fixed;top: 0;left: 0;width: 100%;background: #44a648;}
	#et-info-phone:before {top: 0!important;}
	#et-info-email:before {position: relative;top: 1px!important;}
	/* .et_vertical_nav #page-container #main-header {top: 31px;} */
	.et_vertical_nav #main-header .container {width: 90%!important;margin: 0 auto!important;}
	#main-header .infoHeader {display: none;}
	#logo {max-height: 90%!important;position: relative;top: 3px;}
	
	#mobile_menu {
		width: 300px;
		height: 300px;
		left: auto;
		right: 0;
		overflow-y: scroll;
		overflow-x: hidden;
		background: #191919;
		padding: 25px;
	}
	.et_mobile_menu li a {color: white;}
	.et_mobile_menu li.current_page_item a {color: #44a648;}
	.et_mobile_menu li:not(.menu-item-has-children) a:hover {opacity: 1!important;background: #222222;color: #44a648;}
	.et_mobile_menu li.menu-item-has-children > a {opacity: 1!important;background: #44a648;color: white!important;}
	.mobile_menu_bar:before {color: #44a648!important;}
	.et_mobile_menu {border-color: #44a648!important;}
	.et_header_style_left .mobile_menu_bar {padding-bottom: 50px!important;}
	.mobile_menu_bar:before {top: 25px!important;}
	
	.moreServices .sectionTitle {padding-bottom: 0;}
	.moreServices .et_pb_main_blurb_image {margin-bottom: 15px;}
	.estiCgratuit {padding-top: 25px;}

	.et_pb_blurb_container {width: 80%;margin: 0 auto;}
	#footer-info {float: right;text-align: right;width: 80%;}

}

@media only screen and (max-width: 980px) and (min-width: 768px){

	.myFooter .et_pb_column:not(:last-child) {width: 47.25%!important;}
	.myFooter .et_pb_column:nth-of-type(2) {margin-right: 0!important;position: relative;top: 20px;}

}

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

	.infoHeader {
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

}

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

	#post-471 .entry-content ul {
	    -moz-column-count: 1!important;
	    -webkit-column-count: 1!important;
	    column-count: 1!important;
	}

	h3 img{
		width:100%;
	}
	.contactPage .et_pb_column {
		width:100% !important;
	}

	.contactPage .et_pb_column_0 {
		margin-right:0%;
	}

	.headerPageInterne h1{
		font-size:27px !important;
	}

}

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

	.headerImg, .headerImg .et_pb_slide {height: auto;}
	.sectionTitle h2, .estiCgratuit h2 {font-size: 25px;}

	.services {margin-bottom: -8%;}

	.miniAbout .et_pb_row {padding: 25px;}
	.miniAbout .et_pb_row:last-child {padding-top: 0;}
	
	.estiCgratuit {padding-bottom: 40px;}
	.page-id-110 .myFooter {padding-top: 6%;}

}

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

	h2 {font-size:23px;}

	.et_pb_slide_description{padding: 25% 0px !important;}
	.headerImg h2 {font-size: 30px!important;}

	.estiCgratuit h2 {font-size: 20px;}
	.page-id-110 .myFooter {padding-top: 8%;}
	.services .et_pb_main_blurb_image {display: block;margin: 0 auto 15px!important;width: auto!important;}
	.contactForm form p:nth-of-type(1),	.contactForm form p:nth-of-type(2) {width: 100%;margin-right: 0;}
	
	.infoHeader {display: block;position: static;text-align: center;transform: none;}
	#footer-info {float: none;text-align: center;width: 100%;font-size: 12px;}
	#mobile_menu {width: 100%;}

}	

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

	.et_vertical_nav #page-container {padding-top: 126px!important;}
	.et_vertical_nav #page-container #main-header {top: 44px;}

}


/*******************************************************************************************/
/************************************************************************** ie9 ************/
/*******************************************************************************************/

/*html#ie9 {}*/

/*******************************************************************************************/
/************************************************************************** ie8 ************/
/*******************************************************************************************/

/*html#ie8 {}*/