/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/*---------------------------------------
GÉNÉRAL
---------------------------------------*/
.sous-titre-intro h5::after {
	content: '';
	width: 120px;
	height: 1px;
	background-color: #00d700;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

#devis-gratuit .sous-titre-intro h5::after {
	content: '';
	width: 120px;
	height: 1px;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.btn-kiisol a .elementor-button-icon {
	transition: all .3s ease;
}

.btn-kiisol a:hover .elementor-button-icon {
	margin-left: 15px !important;
}

.elementor-text-editor h3 {
	margin-bottom: 10px;
	margin-top: 30px;
}

.elementor-text-editor h3::after {
	content: '';
	width: 100px;
	height: 2px;
	background-color: #00d700;
	display: block;
	margin: 20px 0;
}

.elementor-text-editor h4 {
	margin-bottom: 10px;
	margin-top: 30px !important;
}

.elementor-text-editor h5 {
	color: #7a7a7a !important;
	font-family: "Lato", Sans-serif !important;
	font-weight: 600 !important;
	margin-bottom: 0px;
}

.elementor-text-editor ul {
	border-left: 1px solid #d3d3d3;
	padding: 10px 0;
}

.elementor-text-editor li {
	padding-left: 0;
	margin-left: 10px;
}

blockquote {
	padding-top: 20px;
	padding-bottom: 20px;
}

blockquote p {
	margin-bottom: 0;
	font-style: normal;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6em;
}

.elementor-tab-title {
	border-bottom: solid 1px rgba(0,0,0,.2) !important;
}


/*---------------------------------------
HEADER
---------------------------------------*/
#site-header.vertical-header .vertical-toggle {
	top: 40px;
}

.hamburger.hamburger--spin::before {
	content: '';
	width: 1px;
	height: 50px;
	background-color: #000;
	position: absolute;
	top: 42px;
	left: 17px;
}

.hamburger.hamburger--spin::after {
	content: 'Menu';
	transform: rotate(-90deg);
	position: absolute;
	width: 80px;
	top: 110px;
	left: -23px;
	font-family: Noto Serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000000;
}

a:hover .hamburger {
	opacity: .5 !important;
}

a.hamburger.hamburger--spin::before, a.hamburger.hamburger--spin::after {
	opacity: 1;
	transition: all .15s linear;
}

a:hover.hamburger.hamburger--spin::before, a:hover.hamburger.hamburger--spin::after {
	opacity: .5;
}

.hamburger.hamburger--spin.is-active::before, .hamburger.hamburger--spin.is-active::after {
	opacity: 0;
	transition: all .15s linear;
	display: none;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu > li > a {
	font-weight: 600;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu > li > a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.current-menu-item a {
	color: #00d700 !important;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu .item-titre {
	background-color: #00d700;
	border-bottom: none !important;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu .item-titre > a {
	color: #fff !important;
	padding-left: 20px;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu .item-titre-service {
	background-color: #091b28;
	border-bottom: none !important;
	margin-top: 20px;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu .item-titre-service > a {
	color: #fff !important;
	padding-left: 20px;
}

.effect-four #site-navigation-wrap .dropdown-menu > li.item-titre > a.menu-link:hover > span::before, .effect-four #site-navigation-wrap .dropdown-menu > li.item-titre > a.menu-link:hover > span::after, .effect-four #site-navigation-wrap .dropdown-menu > li.item-titre-service > a.menu-link:hover > span::before, .effect-four #site-navigation-wrap .dropdown-menu > li.item-titre-service > a.menu-link:hover > span::after {
	opacity: 0;
}

.last-item {
	border-bottom: none !important;
}


/*---------------------------------------
HOMEPAGE
---------------------------------------*/
#accueil {
	overflow: hidden;
}

#accueil .elementor-swiper::after {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/slider-patern.svg);
	width: 100%;
	height: auto;
	position: absolute;
	bottom: -20%;
	filter: drop-shadow(0 0 20px rgba(0,0,0,0.2));
	z-index: 1;
}

#accueil .swiper-slide::before {
	content: '';
	width: 33%;
	height: 100%;
	background-color: rgba(255,255,255,.9);
	position: absolute;
	top: 0;
	left: 0;
}

#accueil .swiper-slide::after {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/slider-phoenix.svg);
	width: 50%;
	position: absolute;
	top: 0;
	left: calc(33% + -0px);
}

#accueil .swiper-slide-inner {
	z-index: 10;
}

#accueil .elementor-slide-heading {
	text-shadow: 0 0 12px rgba(255,255,255,1);
}

#accueil .elementor-slide-description {
	width: 45%;
}

#accueil .elementor-swiper-button-prev {
	left: 40px;
}

#accueil .elementor-swiper .elementor-swiper-button-prev i::before {
	color: #000;
}

#accueil .swiper-pagination {
	z-index: 20;
	padding-left: 34px;
}

.kiisol-home-carre .widget-image-caption {
	position: absolute;
	color: #ffffff !important;
	bottom: 0;
	font-size: 1.2em;
	font-family: "Noto Serif", Sans-serif !important;
	font-weight: 600 !important;
	font-style: normal;
	line-height: 24px;
	padding: 30px;
}

.kiisol-home-carre .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-kiisol-home.svg);
	width: 90px;
	display: block;
	padding-left: 30px;
	padding-bottom: 20px;
}

.kiisol-home-carre .widget-image-caption::after {
	content: '';
	width: 60px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 30px 0 0 0;
}

#energie::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/vague-patern-top.svg);
	width: 101%;
	position: absolute;
	top: 0;
}

#energie::after {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/vague-patern-bottom.svg);
	width: 101%;
	position: absolute;
	bottom: -7px;
}

#energie .elementor-cta__content {
	background-color: transparent !important;
}

#energie .elementor-button {
	padding: 0;
	width: 50px;
	height: 50px;
}

#financez .elementor-button {
	padding: 0;
	width: 80px;
	height: 80px;
}

#temoignages .elementor-widget-reviews .elementor-testimonial__header {
	padding-top: 0;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#temoignages .elementor-testimonial__cite {
	margin: 12px 0 0 0 !important;
}

#temoignages .elementor-testimonial__text {
	text-align: center;
}

#temoignages::after {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/vague-actualites-home-patern-top.svg);
	width: 101%;
	position: absolute;
	bottom: -10px;
	left: 0;
}

#actualites .post-content-bottom {
	padding: 25px 15px;
}

#actualites .post-meta-info .post-author {
	display: none;
	visibility: hidden;
}

#actualites .post-meta-info .meta-date {
	display: inline-block !important;
	visibility: visible !important;
}

#actualites .blog-list-content {
	border-radius: 0 70px 0 160px;
	box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.15);
}

#actualites .entry-content {
	padding: 10px 20px 40px 20px;
}

#devis-gratuit::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/vague-devis-home-patern-top.svg);
	width: 101%;
	position: absolute;
	top: -10px;
	left: 0;
}

#devis-gratuit::after {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/vague-devis-home-patern-bottom.svg);
	width: 101%;
	position: absolute;
	bottom: -8px;
	left: 0;
}

#devis-gratuit h5 strong {
	color: #091b28;
}

#contact {
	z-index: 20;
}

#map::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/vague-contact-home-patern-bottom.svg);
	width: 101%;
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 10;
	filter: drop-shadow(0 0 20px rgba(0,0,0,0.7));
}


/*---------------------------------------
TITLE
---------------------------------------*/
.title::after {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/slider-patern.svg);
	width: 100%;
	height: auto;
	position: absolute;
	bottom: -20%;
	filter: drop-shadow(0 0 20px rgba(0,0,0,0.2));
}


/*---------------------------------------
CTA
---------------------------------------*/
.CTA-devis .elementor-cta__content {
	padding-left: 0;
	padding-right: 0;
}

.CTA-devis .elementor-cta__title {
	background-color: rgba(9,27,40,0.7);
	margin-bottom: 0 !important;
	padding: 10px 15% 0 15% !important;
}

.CTA-devis .elementor-cta__description {
	background-color: rgba(9,27,40,0.7);
	padding-bottom: 20px;
	padding-left: 15%;
	padding-right: 15%;
}

.CTA-devis .elementor-button {
	padding: 0 !important;
	width: 50px;
	height: 50px;
	margin-top: -10px;
}

.CTA-devis:hover .elementor-cta__title, .CTA-devis:hover .elementor-cta__description {
	background-color: rgba(9,27,40,0);
}


/*---------------------------------------
INTRODUCTION
---------------------------------------*/
.introduction .widget-image-caption {
	position: absolute;
	color: #ffffff !important;
	bottom: 0;
	font-size: 20px;
	font-family: "Noto Serif", Sans-serif !important;
	font-weight: 600 !important;
	font-style: normal;
	line-height: 24px;
	padding: 30px;
	width: 100%;
}

.introduction .widget-image-caption::before {
	width: 90px;
	display: block;
	padding-bottom: 20px;
	margin-left: calc(50% + -45px);
	padding: 15px;
}

.introduction .widget-image-caption::after {
	content: '';
	width: 60px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 15px auto 0 auto;
}

.intro-combles-bleu .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-combles-bleu.svg);
}

.intro-combles-vert .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-combles-vert.svg);
}

.intro-toiture-bleu .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-toiture-bleu.svg);
}

.intro-toiture-vert .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-toiture-vert.svg);
}

.intro-murs-bleu .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-murs-bleu.svg);
}

.intro-murs-vert .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-murs-vert.svg);
}

.intro-plancher-bleu .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-plancher-bleu.svg);
}

.intro-plancher-vert .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-plancher-vert.svg);
}

.intro-vmc-bleu .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-vmc-bleu.svg);
}

.intro-vmc-vert .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-vmc-vert.svg);
}

.intro-charpente-bleu .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-charpente-bleu.svg);
}

.intro-charpente-vert .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-charpente-vert.svg);
}

.intro-velux-bleu .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-velux-bleu.svg);
}

.intro-velux-vert .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-velux-vert.svg);
}

.intro-kiisol-bleu .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-kiisol-bleu.svg);
}

.intro-kiisol-vert .widget-image-caption::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/icon-intro-kiisol-vert.svg);
}


/*---------------------------------------
BANDEAU
---------------------------------------*/
#bandeau_expertises::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/vague-patern-top.svg);
	width: 101%;
	position: absolute;
	top: 0;
}

#bandeau_expertises .elementor-cta__content {
	background-color: transparent !important;
}

#bandeau_expertises .elementor-button {
	padding: 0;
	width: 50px;
	height: 50px;
}

#bandeau_marques::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/slider-patern.svg);
	width: 101%;
	position: absolute;
	top: 0;
	filter: drop-shadow(0 0 20px rgba(0,0,0,0.2));
}

#bandeau_marques .elementor-widget-eael-logo-carousel {
	background-color: #ffffff;
}

#page-contact {
	z-index: 20;
}

#bandeau_map::before {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/slider-patern-2.svg);
	width: 101%;
	position: absolute;
	top: 0;
	filter: drop-shadow(0 0 20px rgba(0,0,0,0.2));
	z-index: 10;
}


/*---------------------------------------
FORMULAIRES
---------------------------------------*/
.nf-form-content {
	padding: 0;
	max-width: 100%;
	margin: 0 auto;
}

.nf-form-fields-required {
	display: none;
	visibility: hidden;
}

#devis-gratuit .nf-form-content {
	padding: 0;
	max-width: 90%;
	margin: 0;
	min-height: 110px;
}

#devis-gratuit .ninja-forms-field {
	border-left: none !important;
	background-color: transparent !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: solid 1px rgba(255,255,255,1) !important;
	color: #ffffff !important;
	font-weight: 600;
	transition: all .5s ease;
}

#devis-gratuit .ninja-forms-field:focus {
	border-bottom: solid 1px #091b28 !important;
	color: #091b28 !important;
}

#devis-gratuit .submit-container {
	position: absolute;
	margin: 0;
	right: 3%;
	top: 8px;
}

#devis-gratuit input[type="button"] {
	background-color: #ffffff !important;
	color: #00d700 !important;
	border-radius: 100px;
	padding: 0 !important;
	width: 50px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	font-weight: 800;
	letter-spacing: 0px;
	transition: all .5s ease;
	border: none !important;
}

#devis-gratuit input[type="button"]:hover {
	background-color: #091b28 !important;
	color: #00d700 !important;
}

#devis-gratuit .nf-response-msg {
	color: #ffffff;
	font-weight: 800;
	position: absolute;
	bottom: -40px;
}

#contact .ninja-forms-field {
	border-left: none !important;
	background-color: transparent !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: solid 1px rgba(255,255,255,1) !important;
	color: #ffffff !important;
	font-weight: 600;
	transition: all .5s ease;
}

#contact .ninja-forms-field:focus {
	border-bottom: solid 1px #00d700 !important;
	color: #00d700 !important;
}

#contact input[type="button"] {
	background-color: #00d700 !important;
	color: #ffffff !important;
	border-radius: 100px;
	padding: 0 60px !important;
	font-size: 16px;
	text-align: center;
	font-weight: 800;
	letter-spacing: 0px;
	transition: all .5s ease;
	border: none !important;
}

#contact input[type="button"]:hover {
	background-color: #ffffff !important;
	color: #00d700 !important;
}

#contact .nf-response-msg {
	color: #ffffff;
	font-weight: 800;
	position: absolute;
	bottom: -40px;
}

#page-contact .ninja-forms-field {
	border-left: none !important;
	background-color: transparent !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: solid 1px rgba(84,89,95,0.7) !important;
	color: rgba(84,89,95,0.7) !important;
	font-weight: 600;
	transition: all .5s ease;
}

#page-contact .ninja-forms-field:focus {
	border-bottom: solid 1px #00d700 !important;
	color: #00d700 !important;
}

#page-contact input[type="button"] {
	background-color: #00d700 !important;
	color: #ffffff !important;
	border-radius: 100px;
	padding: 0 60px !important;
	font-size: 16px;
	text-align: center;
	font-weight: 800;
	letter-spacing: 0px;
	transition: all .5s ease;
	border: solid 2px #00d700 !important;
}

#page-contact input[type="button"]:hover {
	background-color: #ffffff !important;
	color: #00d700 !important;
}

#page-contact .nf-response-msg {
	color: rgba(84,89,95,0.7);
	font-weight: 800;
	position: absolute;
	bottom: -40px;
}

.ninja-forms-req-symbol {
	color: #00d700 !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div {
	border-left: none !important;
	background-color: transparent !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: solid 1px rgba(84,89,95,0.7) !important;
	color: rgba(84,89,95,0.7) !important;
	font-weight: 600;
	transition: all .5s ease;
}


/*---------------------------------------
SINGLE POST
---------------------------------------*/
.page-header::after {
	content: url(../../../../../../themes/oceanwp-child-theme-master/images/slider-patern.svg);
	width: 100%;
	height: auto;
	position: absolute;
	bottom: -40%;
	filter: drop-shadow(0 -50px 20px rgba(0,0,0,0.2));
	z-index: 10;
}

#content-wrap {
	z-index: 20;
	position: relative;
}

.page-header-title {
	font-family: "Lato", Sans-serif;
	font-weight: 800 !important;
	line-height: 1.2em;
	margin-top: -100px;
}

.page-header-title::after {
	content: '';
	width: 140px;
	height: 3px;
	background-color: #00cd00;
	display: block;
	margin-left: auto;
	margin-top: 20px;
	visibility: visible;
}

.meta {
	border-bottom: solid 1px #f1f1f1;
	padding-bottom: 10px !important;
}

#related-posts {
	margin-top: 60px !important;
	padding-top: 60px;
	margin-bottom: 60px !important;
}


/*---------------------------------------
RGPD
---------------------------------------*/
#moove_gdpr_save_popup_settings_button {
	left: 60px !important;
}


/*---------------------------------------
FOOTER
---------------------------------------*/
.footer-box.span_1_of_4.col.col-1 {
	width: 100%;
	text-align: center;
}

.footer-box.span_1_of_4.col.col-1::after {
	content: '';
	width: 130px;
	height: 3px;
	background-color: #00d700;
	display: block;
	margin: 30px auto;
	visibility: visible;
}

.footer-box.span_1_of_4.col.col-1 .widget_media_image {
	text-align: center;
}

.footer-box.span_1_of_4.col.col-1 img {
	width: 300px;
}

.footer-box.span_1_of_4.col.col-2, .footer-box.span_1_of_4.col.col-3, .footer-box.span_1_of_4.col.col-4 {
	width: 33.333333%;
	padding: 0 40px !important;
}

#footer-widgets .footer-box .widget-title {
	margin-top: 30px;
}

.contact-info-widget i {
	border: none !important;
	background-color: #00d700;
	border-radius: 100% !important;
	vertical-align: middle;
	display: inline-block;
}

.contact-info-widget i::before {
	color: #091b28;
}

.footer-widget ul {
	padding-left: 20px !important;
}

.footer-widget.widget_text li {
	border-bottom: solid 1px rgba(255,255,255,.2) !important;
	padding: 7px 0 7px 10px;
	transition: all .3s ease;
}

.footer-widget.widget_text li:last-child {
	border-bottom: none !important;
}

.footer-widget.widget_text li:hover {
	padding: 7px 0 7px 15px;
}




/*---------------------------------------
RWD
---------------------------------------*/

@media screen and (min-width: 960px) and (max-width: 1440px) {
	#introduction {
		padding-left: 7%;
		padding-right: 7%;
	}
	
	.background-image-page-header {
		height: 300px;
	}
}


@media screen and (min-width: 1025px) and (max-width: 1170px) {
	.introduction .widget-image-caption::before, .kiisol-home-carre .widget-image-caption::before {
		width: 70px;
		margin-left: calc(50% + -35px);
		padding: 5px 15px;
	}
	
	.introduction .widget-image-caption, .kiisol-home-carre .widget-image-caption {
		font-size: 18px;
		line-height: 22px;
		padding: 20px 10px;
	}
}


@media screen and (max-width: 1024px) {
	.content-area {
		margin-bottom: 0;
	}
	
	#accueil {
		height: auto;
	}
	
	#accueil .swiper-slide::after {
		display: none;
		visibility: hidden;
	}
	
	#accueil .swiper-slide::before {
		width: 50%;
	}
	
	#accueil .elementor-swiper::after {
		bottom: -5%;
	}
	
	#devis-gratuit .submit-container {
		position: relative;
		text-align: center;
	}
	
	#devis-gratuit .nf-form-content {
		max-width: 100%;
	}
	
	.footer-box.span_1_of_4.col.col-2, .footer-box.span_1_of_4.col.col-3, .footer-box.span_1_of_4.col.col-4 {
		width: 100%;
	}
}


@media screen and (max-width: 960px) {
	.page-header::after {
		bottom: -10%;
	}
	
	.elementor-cta__description {
		display: none;
		visibility: hidden;
	}
	
	.CTA-devis .elementor-cta__title {
		padding: 10px 15% 15px 15% !important;
	}
}


@media screen and (max-width: 767px) {
	.oceanwp-mobile-menu-icon a {
		font-size: 22px;
		color: #091b28;
	}
	
	.sidr-class-item-titre, .sidr-class-item-titre-service {
		display: none;
		visibility: hidden;
	}
	
	#accueil .elementor-swiper-button-prev {
		left: 10px;
	}
	
	#accueil .elementor-slide-description {
		width: 90%;
		color: #ffffff;
		text-shadow: 0 0 10px rgba(0,0,0,.9);
		font-weight: 600;
	}
	
	#accueil .swiper-slide::before {
		display: none;
		visibility: hidden;
	}
	
	#accueil .swiper-pagination {
		padding-left: 0;
	}
	
	#accueil .elementor-swiper::after {
		bottom: -2%;
	}
	
	.sous-titre-intro h5::after {
		display: none;
		visibility: hidden;
	}
	
	.single-post .page-header {
		display: none;
		visibility: hidden;
	}
}













































