/*!
Theme Name: atb
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

atb is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.metaslider,
.contact-block {
	display: none;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.bold-title {
	padding: 18px 0;
	text-transform: uppercase;
	text-align: center;
}

.bold-title h1 {
	color: #3e4656;
	font-size: 36px;
	font-weight: 800;
}

.page-id-83 .icon-boxes-wrap,
.page-id-211 .icon-boxes-wrap,
.page-id-237 .icon-boxes-wrap,
.page-id-253 .icon-boxes-wrap {
	display: none;
}

.treatment {
	padding: 15px 0 45px;
}

.treatment-title {
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}

.treatment-title h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

.treatment-title span {
	font-weight: 300;
}

.treatment-item {
	text-align: center;
}

.treatment-count {
	height: 60px;
	width: 60px;
	margin: 0 auto;
	padding: 10px;
	background: #f4971b;
	color: #ffffff;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	border: 5px solid #ffffff;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 1px 1px #f4971b;
	-ms-box-shadow: 0 0 1px 1px #f4971b;
	box-shadow: 0 0 1px 1px #f4971b;
}

.treatment-item h4 {
	color: #3e4656;
	font-weight: 700;
	font-size: 18px;
}

.treatment-item p {
	font-size: 18px;
	text-align: left;
}

.traitement-icon {
	padding-top: 20px;
}

.treatment-info {
	min-height: 260px;
}

.buried img {
	width: auto !important;
}

.radiators h4 {
	margin-bottom: 40px;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
}

.top-space {
	padding-top: 35px;
}

.highlight-content.no-space {
	margin-bottom: 0;
}

.guarantees-title {
	margin: 0 0 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
}

.guarantees-title span {
	font-weight: 300;
}

.guarantees-image {
	padding-right: 15px;
	float: left;
}

.guarantees-item {
	padding-bottom: 15px;
}

.guarantees-info {
	overflow: hidden;
}

.guarantees-info p {
	font-size: 18px;
}

.references {
	padding: 50px 0;
}

.references p {
	font-size: 18px;
}

.references-title {
	margin: 30px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}

[id*="divSliderMain_admin_gallery"] {
	margin: 0 auto;
}

.gv_galleryWrap {
	padding: 0 !important;
	background: transparent !important;
}

.contact-form {
	padding: 30px 0;
}

.contact-form p {
	font-size: 18px;
	margin-bottom: 0;
}


.contact-title {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}

.contact-title span {
	font-weight: 300;
}

label {
	width: 100%;
	margin-bottom: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"],
input[type="url"],
input[type="number"],
textarea,
select,
.form-control {
	width: 100%;
	border: 1px solid #3e4656;
	height: 36px;
	padding: 5px 10px;
}

textarea {
	height: 234px;
}

input[type="submit"] {
	background: #3e4656;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	border-color: transparent;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #f4971b;
}

.contact-required {
	display: inline-block;
	padding-top: 13px;
	color: #f4971b;
}

.contact-wrap {
	padding-top: 50px;
}

.contact-wrap input[type="submit"] {
	margin-top: 10px;
	float: right;
	padding: 12px;
	font-size: 15px;
}

.contact-label {
	width: 30%;
	min-width: 30%;
	float: left;
	font-weight: 500;
	cursor: pointer;
}

.contact-input {
	width: 70%;
	float: right;
}

.contact-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 18px;
}

.contact-links ul a {
	color: #3e4656;
}

.contact-links ul a:hover {
	color: #f4971b;
}

.iframe {
	padding-top: 25px;
}

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

	.contact-label,
	.contact-input {
		width: auto;
		float: none;
	}
}

@media screen and (max-width:934px) {
	.doc-header .pre-header .ph-inner .app-logo {
		width: 25% !important;
	}
}

@media screen and (max-width:767px) {
	footer {
		margin-bottom: 50px;
	}

	.treatment-info {
		min-height: 10px;
	}

	.text-col {
		padding: 25px 0 !important;
	}

	.iframe iframe {
		height: 300px;
	}

	.contact-title {
		margin-bottom: 20px;
	}

	.contact-wrap {
		padding-top: 30px;
	}

	.bold-title {
		padding: 0;
	}

	.bold-title h1 {
		font-size: 26px;
	}

	.guarantees-image {
		padding: 0 0 20px;
		float: none;
	}

	.main-banner .mb-inner .services-overview,
	.icon-boxes.style2.grid-4.clearfix {
		display: none;
	}

	.menu-item-type-custom.menu-item-object-custom.menu-item-has-children {
		background-image: url('http://www.atb-humidite.com/wp-content/uploads/2018/01/menu-dropdown.png');
		background-position: 90% 18px;
		background-repeat: no-repeat;
		background-size: 18px auto;
	}

	.doc-header .main-nav nav ul li.change {
		background-position: 90% -35px;
	}

	.doc-header .main-nav nav ul.sub-menu.off {
		display: block;
	}

	body .doc-header .main-nav nav ul li ul {
		display: none;
	}

	.metaslider {
		display: block;
	}

	body .metaslider .caption-wrap {
		background: none;
		top: 0;
		bottom: auto;
		left: auto;
		right: 5px;
		font-size: 20px;
		color: #3f4757;
		width: auto;
		line-height: 24px;
		font-weight: bold;
	}

	body .metaslider .flex-control-nav,
	.main-banner {
		display: none;
	}

	.contact-block {
		display: block;
		float: left;
		width: 100%;
		background: #3f4757;
		margin-top: 30px;
		;
		text-align: center;
		padding-bottom: 22px;
		margin-bottom: 15px;
	}

	.home .contact-block {
		margin-top: -40px;
	}

	.contact-block h2 {
		font-size: 26px;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 0;
		font-weight: bold;
	}

	.contact-block a {
		display: block;
		font-size: 22px;
		color: #f5981e;
		font-weight: bold;
	}

	.contact-block span {
		display: block;
		font-size: 18px;
		color: #fff;
	}
}

#popupcontact_form .categorie-holder select {
	background: #98ae00;
	color: white;
	border: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	height: 40px;
	margin-bottom: 10px;
}


#welcome-popup .modal-dialog {
	width: 700px;
	max-width: 700px;
	margin-top: 80px;
}

#welcome-popup img {
	width: 100%;
}

#welcome-popup .modal-content {
	background: transparent;
	box-shadow: none;
	border: none;
}

#welcome-popup .modal-body {
	padding: 0;
}

#welcome-popup [data-dismiss="modal"] {
	position: absolute;
	/* right: -7px;
	top: -19px; */
	right: -23px;
	top: -22px;
	width: 50px;
	cursor: pointer;
}

.pop-mobile {
	display: none;
}

@media screen and (max-width: 555px) {
	#welcome-popup {
		z-index: 99999999999999;
	}

	#welcome-popup .modal-dialog {
		width: 94%;
		margin-top: 20px;
	}

	#welcome-popup [data-dismiss="modal"] {
		position: absolute;
		right: -10px;
		top: -16px;
		width: 40px;
		cursor: pointer;
	}

	.pop-mobile {
		display: block;
	}

	#languages {
		padding-right: 151px;
		padding-left: 6px;
	}

	#userInfosMobile.header_user_info_not_logged {
		width: 158px !important;
	}

	.pop-pc {
		display: none;
	}
}

.modal {

	z-index: 10500000 !important;

}

.modal-backdrop {
	z-index: 10400000 !important;

}

.doc-footer-img {
	text-align: center;
	position: relative;
}

.side1 {
	background: #424d61;
	width: 50%;
	height: 100%;
	z-index: -1;
	left: 0;
	position: absolute;
}

.side2 {
	background: #ddcfca;
	width: 50%;
	height: 100%;
	z-index: -1;
	right: 0;
	position: absolute;
}

.ruban-mobile {
	display: none;
}

@media screen and (max-width: 555px) {
	.ruban-pc {
		display: none;
	}

	.ruban-mobile {
		display: block;
	}
}