/*--- OVERRIDE UIKIT ---*/
body {
	background: #f2f2f2;
}

.uk-container {
    max-width: 1440px;
    padding: 0;
}

body > .uk-container {
	background: #fff;
}

.uk-dropdown {
	width: auto;
	white-space: nowrap;
}

.uk-navbar {
	background: none;
}

.uk-button-primary {
	color: #fff;
	background: #00a9c2;
	text-transform: uppercase;
	transition: background 0.2s ease-out;
}

.uk-button-primary:hover {
	background: #2b70ab;
}

.uk-table th {
	border: 2px solid #fff;
	background: #2b70ab;
	color: #fff;
	text-transform: uppercase;
}

.uk-table td {
	border: 2px solid #fff;
	background: #dde9f4;
	color: #2b70ab;
}

.uk-modal {
	z-index: 1030;
}

abbr[title], acronym[title] {
	text-decoration: none;
	cursor: help;
}

@media (min-width: 960px) {
	.uk-form-horizontal .uk-form-label {
		width: 100px;
	}
	.uk-form-horizontal .uk-form-controls {
	    margin-left: 115px;
	}
}

.uk-modal-dialog-lightbox {
	max-width: 760px;
}

.p10 {
	padding: 10px;
}

/*--- GLOBAL ---*/
body {
	font-family: 'Roboto', sans-serif;
	line-height: normal;
	font-size: 17px;
	font-weight: 300;
}

a,
a:hover,
a:focus,
a:active,
em {
	color: #00a9c2;
}

ul {
	list-style-image: url('/images/template/puce-ac.png');
}

p {
	line-height: 1.5;
}

#tinymce li,
.main-content li {
	margin: 10px 0;
}

.full-width {
	max-width: 1300px;
	margin: auto;
}

@media (max-width:1340px) {
	.full-width {
		padding: 0 20px;
	}
}

.main-column {
	position: relative;
}

.main-column iframe {
	width: 100%;
}

.main-column::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
	border-left: 1px solid #e7e7e7;
}

.separator {
	margin: 30px 0;
	height: 11px;
	background: url('/images/template/separator.png');
}

.big-cta {
	display: inline-block;
	line-height: normal;
	font-size: 26px;
	font-family: 'Cairo', Sans-serif;
	line-height: 1.2;
	background: #ff9c00;
	padding: 15px 35px;
	color: #fff;
	border: 1px solid #ff9c00;
	transition: all 0.2s ease-out;
	border-radius: 5px;
}

.big-cta:hover,
.big-cta:focus,
.big-cta:active {
	color: #ff9c00;
	background: #fff;
	text-decoration: none;
}

.to-top {
	display: inline-block;
	margin-top: 40px;
}

.page-top {
	background-image: url('/images/headers/default.jpg');
	background-position: 50%;
	/* background-size: cover; */
	width: 100%;
	height: 250px;
}

.page-top .slide {
	height: 250px;
}

.float_right {
	float: right;
	margin: 0 0 10px 10px;
}

@media (max-width:767px) {
	.big-cta,
	.big-cta:hover,
	.big-cta:focus,
	.big-cta:active {
		font-size: 20px;
	}
	.page-top .slide {
		height: 150px;
	}
}

/*--- TOP ---*/
.toolbar {
	text-align: right;
	padding: 10px 30px;
}

.toolbar-item {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 0 12px;
	vertical-align: middle;
}

.toolbar-contact {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	color: #26407f;
	text-transform: uppercase;
	text-align: center;
}
.toolbar-contact a {
	color: #26407f;
}

.toolbar-contact strong {
	font-weight: 900;
	font-size: 24px;
}

.toolbar-contact::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
    top: 50%;
	height: 25px;
	margin-top: -12px;
	width: 1px;
	background: #ccc;
}

.toolbar-contact::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
    top: 50%;
	height: 25px;
	margin-top: -12px;
	width: 1px;
	background: #ccc;
}

.toolbar-numero {
	color: #8cc560;
	border-right: 1px solid #e7e7e7;
}

.toolbar-rappel a {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	border-radius: 15px;
	padding: 4px 15px 4px 40px;
	text-transform: uppercase;
	background: url('/images/template/toolbar-rappel.png') no-repeat 10px 50% #00a9c2;
}

.toolbar-devis {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.toolbar-devis a {
	font-family: 'Cairo', Sans-serif;
	line-height: 1.2;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	padding: 4px 15px;
	background: #ff9c00;
	border: 1px solid #ff9c00;
    transition: all 0.2s ease-out;
    text-decoration: none;
}

.toolbar-devis a:hover {
	background: #fff;
	color: #ff9c00;
}

.toolbar-devis::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
    top: 50%;
	height: 25px;
	margin-top: -12px;
	width: 1px;
	background: #ccc;
}

.toolbar-search {
	position: relative;
}

.toolbar-search::after {
	content: '';
	display: block;
	position: absolute;
	left: 40px;
    right: 43px;
    bottom: 4px;
	height: 1px;
	background: #ccc;
}

.toolbar-search input {
	padding: 4px 0 4px 27px;
	background: url('/images/template/toolbar-search.png') no-repeat 0 50%;
	transition: width 0.2s ease-out;
	cursor: pointer;
	width: 130px;
	box-sizing: border-box;
	border: none;
	outline: none;
}

.toolbar-horaires {
	color: #26407f;
	text-align: center;
	font-weight: 500;
}

.typeahead__dropdown,
.typeahead__list {
	left: auto;
	right: 0;
	min-width: 240px;
}

.toolbar-search input:active,
.toolbar-search input:focus {
	width: 180px;
	cursor: auto;
}

.rapport-48 {
	font-family: 'Cairo', Sans-serif;
	display: block;
	background: url('../img/bg-48h.png');
	background-size: cover;
	color: #fff !important;
	padding: 16px;
}

.rapport-48 .left {
	line-height: 1.1;
	font-size: 18px;
	padding-right: 20px;
}

.rapport-48 .right {
	line-height: 1.3;
	font-size: 13px;
	padding-left: 20px;
}

.rapport-48 .right .uk-icon-times {
	font-size: 20px;
	padding-right: 20px;
}

.rapport-48 svg {
	width: 32px;
	height: 32px;
	stroke: #fff;
	fill: #fff;
	margin-right: 10px;
}

.header {
	padding-bottom: 45px;
}

.header .menu {
	float: right;
	padding: 30px 30px 0 0;
}

@media (max-width:767px) {
	.toolbar-item {
		display: block;
		padding: 5px 0;
		border: none;
		text-align: center;
	}
	.logo-container-mobile {
		padding: 10px;
	}
	.header .menu {
		padding: 0;
	}
	.toolbar-search input {
	    border: 1px solid #ccc;
	    width: 100% !important;
	    background-position: 10px 50%;
	}
	.toolbar-item::before,
	.toolbar-item::after {
		display: none;
	}

	.toolbar-horaires {
		color: #9c9c9c;
		font-size: 14px;
		text-align: left;
	}
	.toolbar-contact {
		text-transform: uppercase;
		text-align: right;
		font-size: 14px;
		padding: 0;
	}
	.toolbar-contact strong {
		font-size: 14px;
	}
	.toolbar-contact::before,
	.toolbar-contact::after {
		display: none;
	}
}


.header .menu .uk-navbar-nav > li {
	margin: 0 15px;
}

.header .menu a {
	text-align: center;
	color: #9c9c9c;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	position: relative;
	padding: 0;
    height: auto;
    line-height: normal;
}

.header .menu a .uk-icon-bars {
	color: #a6cc7d;
}

.header .menu .uk-navbar-nav > li > a {
    display: flex;
    padding: 20px 10px;
}

.header .menu .uk-navbar-nav > li > a::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #00a9c2;
	transition: all 0.2s ease-out;
	position: absolute;
	bottom: 10px;
	left: 50%;
}

.header .menu li.uk-open a,
.header .menu a:hover,
.header .menu a:active,
.header .menu a:focus {
	background: none;
	color: #00a9c2;
}

.header .menu .uk-navbar-nav > li.active > a::after,
.header .menu .uk-navbar-nav > li.uk-open > a::after,
.header .menu .uk-navbar-nav > li > a:hover::after {
	width: 40px;
	transform: translateX(-20px);
}

.header .menu .uk-navbar-nav .uk-dropdown-navbar {
	background: #f8f8f8;
	list-style: none;
	padding: 10px 0;
	border-radius: 10px;
}

.header .menu .uk-navbar-nav .uk-dropdown-navbar a {
	color: #9c9c9c;
	font-weight: 400;
	padding: 6px 20px;
	line-height: 1.2;
	display: block;
	transition: color 0.2s ease-out, background 0.2s ease-out;
}

.header .menu .uk-navbar-nav .uk-dropdown-navbar a:hover,
.header .menu .uk-navbar-nav .uk-dropdown-navbar li.active a {
	text-decoration: none;
	color: #fff;
	background: #00a9c2;
}

@media (max-width:1199px) {
	.header .menu {
		padding-right: 20px;
	}
	.header .menu .uk-navbar-nav a {
		font-size: 14px;
	}

	.header .menu .uk-navbar-nav > li {
		margin: 0 10px;
	}
}

@media (max-width:767px) {
	.header .menu {
		padding-right: 0;
	}
}

.menu-toggle,
.menu-toggle:active,
.menu-toggle:focus {
	text-decoration: none;
	margin: 5px 20px 0 0;
    display: block;
}

.menu-toggle i {
	font-size: 30px;
	transform: translateX(4px) translateY(4px);
}

.uk-offcanvas-bar {
	background: #2a3f7c;
}

.uk-offcanvas-bar ul {
	list-style: none;
	padding: 20px;
	font-family: 'Cairo', Sans-serif;
    line-height: 1.2;
}

.uk-offcanvas-bar ul ul {
	padding: 0 10px;
	margin: 20px 0;
	border-left: 1px solid #fff;
	font-size: 14px;
}

.uk-offcanvas-bar ul li {
	padding: 2px 0;
}

.uk-offcanvas-bar > ul > li > a {
	font-weight: bold;
}

.uk-offcanvas-bar a {
	color: #fff;
}

.header .menu .uk-offcanvas-bar ul li ul li a {
	color: #f68aae;
	text-transform: none;
    line-height: 1;
    display: block;
    padding: 5px 0;
    font-weight: 400;
}

.offcanvas-title {
	display: inline-block;
	margin: 20px 0 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	font-family: 'Cairo', Sans-serif;
}

.offcanvas-sub-title {
	color: #fff;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

/*--- SLIDER ACCUEIL ---*/
.owl-carousel .slide {
	background-size: cover;
	min-height: 500px;
}

.slide .carousel-caption {
	width: 100%;
	background: rgba(0, 0, 0, 0.65);
	padding: 30px;
}

.slide .inner {
	margin: auto;
	max-width: 1200px;
}

.slide .inner .big-cta {
	font-size: 20px;
    padding: 10px 25px;
}

.slide .inner .big-cta.cta-2-lines {
	font-size: 14px;
}

.slide .inner .title {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: normal;
	color: #fff;
}

.slide .inner .title strong {
	font-weight: 500;
}

.slide .inner .content {
	color: #fff;
	margin-top: 30px;
}

.owl-prev,
.owl-next {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -22px;
	background: url('/vendor/owl/assets/owl-nav.png') no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	width: 23px;
	height: 43px;
}

.owl-next {
	left: auto;
	right: 20px;
	background-position: 0 100%;
}


.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
	cursor: default;
	opacity: 0.5;
}

.owl-dots {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.carousel-outer {
	position: relative;
}

#CarouselForm {
	position: absolute;
	right: 12%;
	bottom: 130px;
	max-width: 500px;
	box-sizing: border-box;
	padding: 25px;
	border-radius: 10px;
	color: #fff;
	background: url('../images/slider-form-bg.png') no-repeat 50%;
	background-size: cover;
	z-index: 100;
}

#CarouselForm .title {
	font-size: 25px;
	margin-bottom: 20px;
}

#CarouselForm input.field {
	font-size: 18px;
	padding: 6px 8px;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	border: none;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}

#CarouselForm .checkboxes {
	font-size: 22px;
	font-weight: 500;
}

#CarouselForm .checkboxes label {
	cursor: pointer;
}

#CarouselForm .uk-button {
	font-family: 'Cairo', Sans-serif;
	line-height: 1.2;
	font-size: 20px;
	color: #fff;
	background: #26407f;
	border: 1px solid #26407f;
	border-radius: 4px;
	text-transform: none;
	margin-right: 10px;
	padding: 4px 15px;
	transition: all 0.2s ease-out;
}

#CarouselForm .uk-button:hover {
	color: #26407f;
	background: #fff;
}

#CarouselForm .uk-button-primary {
	background: #ff9c00;
	border-color: #ff9c00;
	position: relative;
}

#CarouselForm .uk-button-primary:hover {
	color: #ff9c00;
}

#CarouselForm .uk-button-primary::after {
	content: "pour votre diagnostic immobilier";
	position: absolute;
	left: -20px;
	right: -20px;
	bottom: -18px;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 12px;
}

#CarouselForm .uk-button-success {
	background: #8cc560;
	border-color: #8cc560;
}

#CarouselForm .uk-button-success:hover {
	color: #8cc560;
}

.bloc-me-rappeler {
	padding-top: 20px;
	background: url('../images/tick-rappel.png') no-repeat 60px 5px;
}

.cta-2-lines {
	font-family: 'Cairo', Sans-serif;
	line-height: 1.2;
	background: #ff9c00;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	width: 200px;
	text-align: center;
	z-index: 100;
	border-radius: 5px;
	font-size: 12px;
	padding: 5px;
}
.cta-2-lines strong {
	display: block;
	font-size: 16px;
}

@media (max-width:1023px) {
	#CarouselForm {
		left: 20px;
		right: auto;
	}
	.owl-carousel .slide {
		height: auto;
		min-height: 350px;
	}
	.owl-carousel .slide .inner .title {
		font-size: 35px;
	}
}

@media (max-width:767px) {
	.header {
		padding-bottom: 10px;
	}
	.page-top {
		height: auto;
		aspect-ratio: 1440 / 250;
		background-size: 100%;
	}
	#CarouselForm {
		position: relative;
		left: auto;
		right: auto;
		margin-top: 50px;
    	transform: translateY(120px);
	    margin-left: 15px;
	    margin-right: 15px;
	    display: none;
	}
	#CarouselForm .checkboxes {
		font-size: 18px;
	}
	#CarouselForm .uk-button {
		font-size: 18px;
		padding: 2px 10px;
		margin-top: 5px;
	}
	#CarouselForm .uk-button-primary::after {
		font-size: 10px;
		bottom: -14px;
	}
	.owl-carousel .slide {
		height: auto;
		min-height: 200px;
	}
	.owl-carousel .slide .inner {
		text-align: center;
	}
	.owl-carousel .slide .inner .uk-visible-small {
		margin-top: 20px;
	}
	.owl-carousel .slide .inner .title {
		font-size: 20px;
	}
	.owl-carousel .slide .inner .title .big-cta {
		display: block;
		margin: 0 0 20px;
	}

	.owl-carousel .slide .carousel-caption {
		padding: 20px 70px;
	}
	#immodvisor-seal-widget-iframe {
		display: none;
	}
	.cta-devis-mobile {
		font-family: 'Cairo', Sans-serif;
		line-height: 1.2;
		background: #ff9c00;
		color: #fff !important;
		text-decoration: none;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -120px;
		width: 240px;
		text-align: center;
		z-index: 100;
		border-radius: 5px;
		font-size: 12px;
		padding: 5px;
		transform: translateY(-25px);
	}
	.cta-devis-mobile strong {
		display: block;
		font-size: 16px;
	}

	.cta-paiement-mobile {
		font-family: 'Cairo', Sans-serif;
		font-weight: 600;
		font-size: 15px;
		border-radius: 5px;
		padding: 1px 12px 5px;
		border: 1px solid #00a9c2;
		background: #00a9c2;
		color: #fff !important;
		text-decoration: none !important;
		display: inline-block;
		line-height: 1.4;
	    position: absolute;
	    left: 50%;
	    top: 180px;
	    z-index: 50;
	    margin-left: -75px;
	}

	.cta-paiement-mobile strong {
	    font-size: 22px;
	    transform: translateY(2px);
	    display: inline-block;
	    padding-right: 5px;
	}

	.uk-offcanvas .cta-devis-mobile {
		width: 200px;
	}

	.uk-offcanvas .cta-devis-mobile,
	.uk-offcanvas .cta-paiement-mobile {
		position: relative;
		left: auto;
		top: auto;
		margin: 10px 0 0;
		text-align: center;
		transform: none;
	}
}

/*--- CONTENUS ---*/
.main-grid {
	margin-top: 30px;
	margin-bottom: 30px;
}

h1 {
	font-family: 'Roboto', sans-serif;
	color: #26407f;
	font-weight: normal;
	font-size: 35px;
	line-height: normal;
}

.quote {
	font-family: 'Roboto', sans-serif;
	color: #00a9c2;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	margin: 20px 0;
}

.quote a {
	color: #00a9c2;
}

h2 {
	font-family: 'Roboto', sans-serif;
	color: #00a9c2;
	font-size: 30px;
	line-height: normal;
	font-weight: normal;
}

h3 {
	font-family: 'Roboto', sans-serif;
	color: #404040;
	font-size: 25px;
	line-height: normal;
	font-weight: normal;
	margin: 10px 0 15px;
}

@media (max-width:767px) {
	h1 {
		font-size: 22px;
		margin-bottom: 8px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
}

.contact-tel {
	background: url('/images/template/contact-ac.gif') no-repeat;
	width: 269px;
	height: 258px;
	margin: 30px auto;
	color: #fff;
	font-family: 'Cairo', sans-serif;
	font-weight: 900;
	font-size: 30px;
	line-height: 1.5;
    padding: 210px 0 0 40px;
    text-align: center;
    box-sizing: border-box;
}

/*--- COLONNE DROITE ---*/
.grid-rs {
	text-align: center;
	margin-bottom: 20px !important;
}

.st-custom-button,
.st-custom-button:hover {
	background: none;
	color: #00a9c2;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

.st-custom-button i {
	font-size: 38px;
	display: block;
	text-align: center;
}

.column-title {
	font-family: 'Cairo', sans-serif;
	color: #00a9c2;
	font-weight: bold;
	font-size: 20px;
	margin: 30px 0;
	text-align: center;
	line-height: 1.2;
}

.encart-contact {
	margin: 0 0 30px;
}

.encart-contact-inner {
	padding-left: 5px;
}

.encart-contact .votre-contact {
	font-size: 18px;
	color: #00a9c2;
	font-weight: bold;
}

.nom-contact {
	font-weight: bold;
}

.encart-contact hr {
	display: none;
}

.contactez-moi a {
	font-size: 15px;
	color: #9c9c9c;
	text-decoration: underline;
}

.big-num {
	font-family: 'Roboto', sans-serif;
	color: #8cc560;
	font-size: 25px;
	font-weight: 900;
}

.contact-cta {
	display: block;
	font-family: 'Cairo', Sans-serif;
	font-weight: bold;
	line-height: 1.2;
	background: #ff9c00;
	padding: 8px 20px;
	color: #fff;
	transition: all 0.2s ease-out;
	border: 1px solid #ff9c00;
	border-radius: 5px;
}

.contact-cta:hover,
.contact-cta:focus,
.contact-cta:active {
	color: #ff9c00;
	background-color: #fff;
	text-decoration: none;
}

.contact-cta svg {
	stroke: #fff;
	fill: #fff;
	height: 24px;
	width: 24px;
	margin-right: 10px;
	transition: all 0.2s ease-out;
}

.contact-cta:hover svg,
.contact-cta:focus svg,
.contact-cta:active svg {
	stroke: #ff9c00;
	fill: #ff9c00;
}

.main-column-3 {
	text-align: center;
}



#ColumnForm {
	margin: 20px 0;
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	max-width: 100%;
	border-radius: 10px;
	color: #fff;
	background: url('../images/slider-form-bg.png') no-repeat 50%;
	background-size: cover;
}

#ColumnForm .title {
	font-size: 20px;
	margin-bottom: 20px;
}

#ColumnForm input.field {
	font-size: 18px;
	padding: 6px 8px;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	border: none;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}

#ColumnForm .checkboxes {
	font-size: 22px;
	font-weight: 500;
}

#ColumnForm .checkboxes label {
	cursor: pointer;
}

#ColumnForm .uk-button {
	font-size: 20px;
	color: #fff;
	background: #26407f;
	border: 1px solid #26407f;
	border-radius: 4px;
	text-transform: none;
	margin-right: 10px;
	padding: 4px 15px;
	transition: all 0.2s ease-out;
}

#ColumnForm .uk-button:hover {
	color: #26407f;
	background: #fff;
}

#ColumnForm .uk-button-primary {
	background: #ff9c00;
	border-color: #ff9c00;
}

#ColumnForm .uk-button-primary:hover {
	color: #ff9c00;
}

#ColumnForm .uk-button-success {
	background: #8cc560;
	border-color: #8cc560;
}

#ColumnForm .uk-button-success:hover {
	color: #8cc560;
}

@media (max-width:959px) {
	.main-column {
		border-top: 1px solid #e7e7e7;
		margin-top: 30px;
		padding-top: 30px;
	}
	.main-column::before {
		display: none;
	}
	.main-column-2,
	.main-column-3 {
		border-top: 1px solid #e7e7e7;
		margin-top: 30px;
		padding-top: 30px;
	}
}

@media (max-width:1199px) {
	.big-num {
		font-size: 22px;
	}
	.st-custom-button i {
		font-size: 30px;
	}
}

/*--- FOOTER ---*/
.tel-breadcrumbs {
	color: #0054a2;
}

.pre-footer {
	text-align: center;
	margin: 40px 0 30px;
}

.footer {
	font-size: 13px;
	padding: 20px;
	text-align: center;
	color: #fff;
	background: url('/images/template/footer-bg-ace.jpg') no-repeat 50% 50%;
	background-size: cover;
}

.footer-social {
	display:inline-block;
	border-top: 1px solid #79c8dd;
	padding: 20px;
	margin-top: 20px;
}

.footer-social a {
	display:inline-block;
	font-size: 30px;
	padding: 5px 25px;
	transition: color 0.2s ease-out;
}

.footer-social a:hover {
	color: #79c8dd
}

.footer p {
	margin: 0;
}

.footer a {
	color: #fff;
}

@media (max-width:767px) {
	.footer {
    	background: #00a9c2;
	}
}

/*--- RAPPEL GRATUIT ---*/
#rappel-auto {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 20px;
	border-bottom: 1px solid #bbb;
	transform: translateY(-100%);
	transition: transform 0.2s ease-out;
}


#rappel-auto .txt {
	color: #00a9c2;
	font-size: 14px;
	margin-bottom: 5px;
}

#rappel-auto .error {
	color: red;
	margin-top: 1px;
	font-size: 14px;
}


#rappel-auto.active {
	transform: translateY(0);
}

#rappel-auto .full-width {
	position: relative;
	max-width: 800px;
}

#rappel-auto .uk-close {
	position: absolute;
	top: -10px;
	right: 0;
}


#rappel-auto .big-cta {
	font-size: 16px;
    padding: 5px 15px;
}

/*--- FORMULAIRE ASE ---*/
.formulaire-ase hr {
	margin: 40px 0;
	border-top-color: #e5e5e5;
}

.formulaire-ase #formulaire1 {
	margin: 40px 0 0;
}

.formulaire-ase #formulaire2 {
	margin: 20px 0 0;
}

.formulaire-ase .uk-form-horizontal .uk-form-label {
	width: 230px;
	text-align: right;
	font-size: 14px;
	color: #363636;
	margin-top: 0;
	padding-right: 14px;
	font-weight: 600;
	line-height: 1.1;
	float: left;
}

.formulaire-ase .uk-form-horizontal .uk-form-controls {
	margin-left: 0;
}

.formulaire-ase .uk-form-horizontal input,
.formulaire-ase .uk-form-horizontal select {
	width: 100%;
}

.formulaire-ase .uk-form-horizontal .diagnostics input {
	width: auto;
	margin: 0 5px;
}

.formulaire-ase .uk-form-horizontal .diagnostics label {
	margin-right: 10px;
	cursor: pointer;
	color: #363636;
    white-space: nowrap;
}

.formulaire-ase .uk-form-horizontal .valid input,
.formulaire-ase .uk-form-horizontal .valid select {
	border: 1px solid #79d700;
}

.formulaire-ase .uk-form-horizontal .invalid input,
.formulaire-ase .uk-form-horizontal .invalid select {
	border: 1px solid #e40000;
}

.formulaire-ase .uk-form-horizontal select {
	padding: 1px 6px;
}

.formulaire-ase .field-status {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	width: 30px;
	opacity: 0;
	transition: opacity 0.5s ease-out;
	font-family: FontAwesome;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.formulaire-ase .valid .field-status,
.formulaire-ase .invalid .field-status {
	opacity: 1;
}

.formulaire-ase .valid .field-status::before {
    content: "\f00c";
    color: #79d700;
}

.formulaire-ase .invalid .field-status::before {
    content: "\f00d";
    color: #e40000;
}

.submit-button-container {
	text-align: right;
	padding: 30px 30px 0 0;
}

.integrate-button-container {
	margin-top: -20px;
	text-align: right;
	padding: 0 0 20px 0;
}

.integrate-button-container a {
	font-size: 14px;
	font-weight: 600;
	color: #a60a3e;
}

.integrate-button-container a::before {
    content: "\f121";
    font-family: FontAwesome;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}

@media (max-width:767px) {
	.formulaire-ase .uk-form-horizontal .uk-form-label {
		float: none;
		text-align: left;
		width: 100%;
	}
	.formulaire-ase .uk-form-horizontal .uk-form-controls {
		margin-left: 0;
	}
	.recapitulatif-diagnostics {
		margin-top: 40px;
	}
}

.devis-instantane {
	margin: 50px 0 0;
}

.autocomplete-suggestions {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	padding: 2px 0;
	cursor: pointer;
	overflow: hidden;
}

.autocomplete-suggestion {
    padding: 5px 5px;
    border-bottom: 1px solid #eaeaea;
	transition: all 0.2s ease-out;
}

.autocomplete-suggestion:hover {
	background: #8fb6db;
	color: #fff;
}

.integrate-button-container {
	display: none;
}

html.iframe #immodvisor-seal-widget-iframe {
	display: none;
}

.actu-date {
	font-style: italic;
	color: #ff9c00;
}

.actus-image {
	height: 250px;
	background-size: cover;
	background-position: 50%;
	background-image: url('/images/headers/default.jpg');
}

.actus-bloc {
	text-decoration: none !important;
}

.actus-bloc .actus-titre {
	font-weight: bold;
	padding: 10px 0 5px;
	color: #000;
}

.actus-bloc .actus-date {
	color: #ff9c00;
}

a.home-actus {
	background: url('../images/template/bg-actus-btn.jpg') no-repeat 50%;
	max-width: 100%;
	height: 185px;
	width: 320px;
	text-decoration: none;
}

a.home-actus span {
	background: #fff;
	color: #8cc560;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 20px;
	padding: 8px 16px;
	transition: all 0.2 ease-out;
}
a.home-actus:hover span {
	background: #8cc560;
	color: #fff;
}

.ase-to-ac-outer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	z-index: 10000;
}

.ase-to-ac-outer img {
	max-width: 100%;
}

/*--- FORMULAIRE NOV2019 ---*/
.formulaire-devis .uk-form-row {
	margin-top: 20px;
}

.formulaire-devis hr {
	border-top-color: #00a9c2;
}

.formulaire-devis .uk-form-label {
	color: #00a9c2;
	padding: 10px 0 6px 44px;
}

.formulaire-devis .uk-form-label.sub-label {
	font-weight: normal;
	font-style: italic;
	padding: 10px 0 6px 0;
}

.formulaire-devis select {
    padding: 10px;
    height: 50px;
    width: 100%;
    border-radius: 5px;
    color: #b2b2b2;
    border-color: #b2b2b2;
    -webkit-appearance: none;
}

.toggle-radio-buttons input {
	display: none;
}

.toggle-radio-buttons .uk-grid-margin {
	margin-top: 10px;
}

.formulaire-devis .selectable {
    position: relative;
}

.toggle-radio-buttons {
	margin: 4px 0 10px;
}

.toggle-radio-buttons label,
.formulaire-devis input[type=text],
.formulaire-devis input[type=email],
.formulaire-devis input[type=number],
.formulaire-devis input[type=date] {
	-webkit-appearance:none;
	display: block;
    padding: 10px;
    height: 50px;
    width: 100%;
    border-radius: 5px;
    color: #b2b2b2;
    border-color: #b2b2b2;
}

#formulaire2.formulaire-devis input[type=text],
#formulaire2.formulaire-devis input[type=email] {
	padding-left: 50px;
}

.formulaire-devis input[type=number] {
	width: 150px;
	display: inline-block;
}

.toggle-radio-buttons label {
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	text-align: center;
	padding: 14px 10px;
	cursor: pointer;
}

.formulaire-devis .selectable.selected input[type=number],
.formulaire-devis .selectable.selected input[type=email],
.formulaire-devis .selectable.selected input[type=text],
.formulaire-devis .selectable.selected select,
.formulaire-devis .selectable.selected label {
	color: #505050;
	font-weight: bold;
	border-color: #ff9c00;
}

.formulaire-devis .selectable.selected::after {
	content: '';
	display: block;
	position: absolute;
	top: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	background: url('/images/template/pastille-selected.png') no-repeat;
	background-size: 100%;
	z-index: 10;
}

.formulaire-devis .invalid input,
.formulaire-devis .invalid select,
.formulaire-devis .invalid .toggle-radio-buttons,
.formulaire-devis .parent-invalid {
	border: 1px solid #e40000;
	position: relative;
}

.formulaire-devis .parent-invalid::after,
.formulaire-devis .selectable.invalid::after {
	content: '';
	display: block;
	position: absolute;
	top: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	background: url('/images/template/pastille-error.png') no-repeat;
	background-size: 100%;
	z-index: 10;
}

#GazPlus15 {
	margin-top: 10px;
}

.formulaire-devis .uk-form-label .hint {
	color: #9c9c9c;
}

#form1_nature_lbl {
	background: url('/images/devis/form1_nature_lbl.png') no-repeat 0 50%;
}

#form1_type_lbl {
	background: url('/images/devis/form1_type_lbl.png') no-repeat 3px 50%;
}

#form1_adresse_lbl {
	background: url('/images/devis/form1_adresse_lbl.png') no-repeat 3px 50%;
}

#form1_date_construction_lbl,
#form_acquisition_moins_3ans_lbl,
#form1_annee_acquisition_lbl {
	background: url('/images/devis/form1_date_construction_lbl.png') no-repeat 2px 50%;
}

#form1_surface_lbl {
	background: url('/images/devis/form1_surface_lbl.png') no-repeat 10px 50%;
}

#form1_nb_pieces_lbl {
	background: url('/images/devis/form1_nb_pieces_lbl.png') no-repeat 10px 50%;
}

#form1_gaz_lbl {
	background: url('/images/devis/form1_gaz_lbl.png') no-repeat 10px 50%;
}

#form1_electricite_lbl {
	background: url('/images/devis/form1_electricite_lbl.png') no-repeat 10px 50%;
}

#form1_chauffage_lbl {
	background: url('/images/devis/form1_chauffage_lbl.png') no-repeat 10px 50%;
}

#form1_lots_supplementaires_lbl {
	background: url('/images/devis/form1_lots_supplementaires_lbl.png') no-repeat 10px 50%;
}

#form1_cadastre_lbl {
	background: url('/images/devis/form1_cadastre_lbl.png') no-repeat 10px 50%;
}

#form1_tout_a_legout_lbl {
	background: url('/images/devis/form1_tout_a_legout_lbl.png') no-repeat 10px 50%;
}

#form1_copro_horizontale_lbl {
	background: url('/images/devis/form1_copro_horizontale_lbl.png') no-repeat 10px 50%;
}


#form2_nom,
#form2_prenom {
	background: url('/images/template/input-nom.png') no-repeat 5px 50%;
}

#form2_email {
	background: url('/images/template/input-mail.png') no-repeat 5px 50%;
}

#form2_telephone {
	background: url('/images/template/input-tel.png') no-repeat 5px 50%;
}

.formulaire-devis .uk-button-primary {
	font-family: 'Cairo', Sans-serif;
	line-height: 1.2;
    padding: 6px 26px;
    border-radius: 5px;
    text-transform: none;
    font-size: 20px;
    background: #ff9c00;
}

.formulaire-devis .rgpd {
	margin: 4px 0 0 30px;
	color:#9c9c9c;
	font-size:15px;
}

.formulaire-devis input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -border-radius: 4px;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 0 6px 0 0;
    transform: translateY(4px);
    outline: none;
}

.formulaire-devis input[type="checkbox"]:checked {
    position: relative;
}

.formulaire-devis input[type="checkbox"]:checked::before {
    font-family: FontAwesome;
    content: '\f00c';
    display: block;
    color: #ff9c00;
    font-size: 26px;
    position: absolute;
    left: -3px;
    top: -3px;
}

.formulaire-devis .diagnostics label {
	margin: 5px 0;
	display: block;
	color:#9c9c9c;
	font-size: 15px;
}

#devis-thanks {
	margin-top: 30px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #00a9c2;
}

#devis-thanks-2 {
	text-align: center;
	margin: 30px 0;
	font-size: 17px;
	color: #444444;
}

.nature-autre-cta {
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
	color: #00a9c2;
}

.no-diag {
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
	color: #00a9c2;
}

.no-diag-2 {
	margin: 30px 0;
	font-size: 16px;
	color: #444444;
}

.tel-cta {
	font-family: 'Cairo', Sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding: 4px 20px;
	line-height: 1;
	border-radius: 20px;
	background: #ff9c00;
	margin-top: 10px;
}

.geoloc {
	display: block;
	position: relative;
	font-weight: 500;
	padding: 5px 0 5px 70px;
}

.geoloc::before {
	content: '';
	display: block;
	position: absolute;
	left: 32px;
	top: 10px;
	width: 1px;
	height: 6px;
	background: #ff9c00;
}

.geoloc::after {
	content: '';
	display: block;
	position: absolute;
	left: 32px;
	top: 16px;
	width: 30px;
	height: 1px;
	background: #ff9c00;
}

.hide-nature-autre-hidden {
	display: none;
}

@media (max-width:767px) {
	.formulaire-devis .uk-form-row {
		margin-top: 10px;
	}
	.formulaire-devis .submit-button-container {
		text-align: center;
		padding: 20px 0;
	}
}

.webexpert-right {
	box-sizing: border-box;
	width: 300px;
	height: 179px;
	text-align: center;
	padding-top: 120px;
	background: url('/images/template/WEBXPERT-rbg.jpg') no-repeat;
	display: block;
}

.webexpert-right .uk-button {
	border-radius: 5px;
	text-transform: none;
	border: 1px solid #00a9c2;
}

.webexpert-right .uk-button:hover {
	background: #fff;
	color: #00a9c2;
}

.header .menu .uk-navbar-nav > li.bouton > a {
	border-radius: 5px;
	padding: 6px 12px;
	text-transform: none;
	border: 1px solid #00a9c2;
	background: #00a9c2;
	color: #fff;
	transition: all 0.2s ease-out;
}

.header .menu .uk-navbar-nav > li.bouton > a:hover {
	background: #fff;
	color: #00a9c2;
}

.header .menu .uk-navbar-nav > li.bouton > a::after {
	display: none;
}

/*--- ANCIENE VERSION ---*/
/* DPE */
.TitreDpe{ margin:20px 0 10px; font-weight: bold;	}
.NrjGrad, .GesGrad { float:left; width:200px; height:200px; margin-right:20px; border:1px solid #CCC; }
.DpeImage { z-index:100; width:200px; height:200px; position:absolute; }
.DpeCursor { width:191px; height:50px; z-index:200; text-align:right; position:absolute; }
.DpeNote { color:#fff; width:180px; height:38px; z-index:200; font-size:12px; font-weight:bold; text-align:right; position:absolute; padding:20px 10px 0px 0px; font-family:Arial, Helvetica, sans-serif; }
.DpeNote{ color:white !important; }

.btn-cookies {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	padding: 5px;
	border: 1px solid#e9e9e9;
	border-radius: 30px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 11px;
	color:#00a9c2;
	line-height: 1px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
	background:#fff;
	vertical-align: middle;
	cursor: pointer;
	transition: .3s;
  }