body {
		font-size: 16px;
		font-family: 'Lato', sans-serif !important;
}

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li {
				margin: 0px 20px;
		}
		#header .header-nav-main nav > ul > li:first-child {
				margin-left: 0;
		}
		#header .header-nav-main nav > ul > li > a {
				font-size: 18px;
				padding: 0 !important;
		}
}

h1, h2, h3, h4, h5, h6 {
		color: #3e3e3e;
}

h3 {
		text-transform: none;
		font-weight: bold;
		font-size: 2.3em;
		line-height: 1.2em;
}
.bonjour {
		text-transform: none;
		font-weight: bold;
		color: #808080 !important;
		font-size: 2em;
		line-height: 0.4em;
}
h2.titre-presta {
		text-transform: none;
		font-weight: bold;
		color: #044860 !important;
		font-size: 2.5em;
		line-height: 1.2em;
}
h2.titre-presta-white {
		text-transform: none;
		font-weight: bold;
		color: #FFF !important;
		font-size: 2em;
		line-height: 1.2em;
		text-shadow: 1px 1px 2px black;
}
p {
		font-weight: 500;
		font-size: 18px;
		line-height: 30px;
}
.jemappelle {
		font-family: 'Courgette', cursive;
		font-size: 2em;
		line-height: 1em;
		color: #2F8396 !important;
		margin-bottom: 1em;
}
.txtapropos {
		font-family: 'Lato' sans-serif;
		font-size: 1.3em;
		line-height: 1.4em;
		color: #000000 !important;
}
.txt-presta {
		font-family: 'Lato' sans-serif;
		font-size: 1.3em;
		line-height: 1.4em;
		color: #808080 !important;
}
.txt-presta a {
		font-family: 'Lato' sans-serif;
		font-weight: bold;
		color: #2F8396 !important;
		text-decoration: none;
}
.txt-presta b {
		font-family: 'Lato' sans-serif;
		font-weight: bold;
		text-decoration: none;
		outline: none;
		color: #2F8396 !important;
}
.txt-presta-white {
		font-family: 'Lato' sans-serif;
		font-size: 1.3em;
		text-shadow: 1px 1px 2px black;
		line-height: 1.4em;
		color: #FFF !important;
}
.titre-FAQ{
		font-family: 'Lato' sans-serif !important;
		font-weight: bold;
		font-size: 2.5em !important;
		line-height: 1.4em !important;
		color: #FFFFFF !important;
}
.soustitre-FAQ{
		font-family: 'Lato' sans-serif !important;
		font-size: 1.2em !important;
		color: #FFFFFF !important;
}
.custom-el-pos-1 {
		margin-top: -100px;
}

.custom-el-pos-2 {
		top: 25px;
		position: relative;
}

@media (min-width: 992px) {
		.custom-el-pos-2 {
				top: 0;
		}
}

.custom-curved-text-1 svg {
		position: relative;
		left: 4px;
		top: 1px;
		margin: 2px;
}

.custom-curved-text-2 {
		max-width: 130px;
		margin: 50px;
		background: #212121;
		border-radius: 50%;
}

.custom-curved-text-2 svg {
		position: relative;
		left: 4px;
		top: 1px;
		margin: 2px;
}

.hero {
		height: 750px;
}

.hero-el-1 {
		width: 1400px;
		height: 1400px;
		position: absolute;
		border-radius: 100%;
		top: -62%;
		left: -21%;
}

.hero-el-2 {
		width: 1400px;
		height: 1400px;
		position: absolute;
		border-radius: 100%;
		top: -65%;
		left: -20.3%;
		background: var(--primaryDarken1);
}

.custom-text-1 {
		font-size: 200px;
		position: relative;
		top: 100px;
}

.custom-text-1  {
		font-size: 0.7em;
		font-style: normal;
}
.custom-text-menu {
	font-size: 1.2em !important;
}

@media (min-width: 992px) {
		.custom-text-1 {
				font-size: 180px;
		}
}

@media (min-width: 1400px) {
		.custom-text-1 {
				font-size: 300px;
		}
}

.custom-svg-position-1 {
		position: absolute;
		top: -500px;
		left: 100px;
		opacity: 0.2;
}

.custom-svg-position-2 {
		position: absolute;
		top: 300px;
		left: -62%;
		opacity: 0.2;
		z-index: 0;
		max-width: 2000px;
}

.custom-svg-position-3 {
		position: absolute;
		top: 395px;
		right: -60%;
		opacity: 0.2;
		z-index: 0;
		max-width: 2000px;
}

@keyframes customLines1anim {
		from {
				stroke-dasharray: 1600;
				stroke-dashoffset: 1600;
		}
		to {
				stroke-dasharray: 1600;
				stroke-dashoffset: 0;
		}
}

.customLines1anim {
		animation-name: customLines1anim;
}

@media (min-width: 992px) {
		.custom-highlight-1 {
				position: relative;
				z-index: 1;
		}
		.custom-highlight-1:after {
				content: '';
				position: absolute;
				top: 60%;
				left: 50%;
				width: 0%;
				height: 25%;
				background-color: var(--primary);
				z-index: -1;
				right: 0;
		}
		.custom-highlight-1-tertiary:after {
				background-color: var(--tertiary);
		}
}

.custom-highlight-anim:after {
		animation-name: customHighlightAnim;
		animation-duration: 2s;
		animation-fill-mode: forwards;
}

.custom-highlight-anim-delay:after {
		animation-delay: 1s;
}

@keyframes customHighlightAnim {
		0% {
				width: 0;
				opacity: 1;
		}
		100% {
				width: 52%;
				opacity: 1;
		}
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-stage-outer {
		padding-top: 40px;
		margin-bottom: 0;
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-nav {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		width: auto;
		transform: none;
		text-align: left;
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-prev, .carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-next {
		position: static;
		transform: none;
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-prev {
		margin-right: 5px;
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-next {
		margin-left: 5px;
}

.custom-block-1:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 40px;
		background: var(--quaternary);
		display: block;
		top: -40px;
		left: 0;
}

.custom-block-1 h4 {
		position: relative;
		top: -20px;
}

.custom-block-1.custom-block-1-bottom:after {
		top: auto;
		bottom: -40px;
}

.custom-block-1.custom-block-1-bottom h4 {
		top: 20px;
}

.custom-min-width-1 {
		min-width: 195px;
}
.text-3 {
	line-height: 1.4em;
}
.text-8 {
	font-family: 'Lato' sans-serif;
	color: #2F8396;
	font-size: 3em !important;
	line-height: 1.4em;
}
.text-8-1 {
	font-family: 'Lato' sans-serif;
	color: #000;
	font-size: 1.8em !important;
	line-height: 1.2em;
}
.text-5-1 {
	font-family: 'Lato' sans-serif;
	color: #000;
	font-size: 1.2em !important;
	line-height: 1.4em;
}
.form-label.text-2 {
	font-family: 'Poppins' sans-serif;
	color: #000;
}
.text-4-1 {
	font-family: 'Poppins' sans-serif;
	color: ##e6e5e5;
	font-size: 1.20em !important;
}
.col-lg-6 ul li{
	font-family: 'Lato' sans-serif;
	color: #000;
	font-size: 0.9em !important;
	list-style-type: none;
}

section.bandeau-devis{
	color: #006699;
}
body {
		font-family: "Poppins", sans-serif;
}

[class*="text-color-hover-"] {
		transition: ease all 300ms;
}

.custom-font-secondary {
		font-family: 'Playfair Display', sans-serif !important;
}

.custom-bg-color-1 {
		background-color: #eff1f3 !important;
}

.custom-font-size-1 {
		font-size: 1.4em !important;
}

.custom-font-size-2 {
		font-size: 1.15em !important;
}

@media (min-width: 1200px) {
		.container {
				max-width: 1200px !important;
		}
}

.custom-divider-1 {
		padding: 0 10px;
		margin: 0 10px;
		border-right: 1px solid #777;
		border-left: 1px solid #777;
}

/*
* Custom SVG Wrappers
*/
.custom-svg-wrapper-1 {
		position: relative;
}

.custom-svg-wrapper-1 > svg {
		position: absolute;
		top: 60%;
		left: 43%;
		width: 150%;
		height: 170%;
		transform: translate3d(-50%, -50%, 0);
		z-index: 0;
}

.custom-svg-wrapper-1 > img {
		position: relative;
		z-index: 1;
}

.custom-svg-wrapper-2 {
		position: relative;
}

.custom-svg-wrapper-2 > svg {
		position: absolute;
		top: 60%;
		left: 50%;
		width: 144%;
		height: 80%;
		transform: translate3d(-50%, -50%, 0);
		z-index: 0;
}

.custom-svg-wrapper-2 > .owl-carousel {
		position: relative;
		z-index: 1;
}

.custom-svg-wrapper-3 {
		position: relative;
}

.custom-svg-wrapper-3 > svg {
		position: absolute;
		top: 60%;
		left: 50%;
		width: 144%;
		height: 80%;
		transform: translate3d(-50%, -50%, 0);
		z-index: 0;
}

.custom-svg-wrapper-3 > .pricing-table {
		position: relative;
		z-index: 1;
}

.custom-svg-wrapper-4 {
		position: relative;
}

.custom-svg-wrapper-4 > svg {
		position: absolute;
		top: 46%;
		left: 50%;
		width: 144%;
		height: 112%;
		transform: translate3d(-50%, -50%, 0);
		z-index: 0;
}

.custom-svg-wrapper-4 > .container {
		position: relative;
		z-index: 1;
}

.custom-thumb-info-hover-1 {
		transition: ease box-shadow 300ms;
}

.custom-thumb-info-hover-1:hover {
		box-shadow: 0px 0px 70px -10px #000;
}

.custom-dots-style-1 .owl-dots {
		display: flex;
		justify-content: center;
}

.custom-dots-style-1 .owl-dots .owl-dot > span {
		width: 16px;
		height: 16px;
		border-radius: 100%;
		border: 2px solid #c5c5c5;
		background: transparent !important;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span, .custom-dots-style-1 .owl-dots .owl-dot:hover > span, .custom-dots-style-1 .owl-dots .owl-dot:focus > span {
		display: flex;
		align-items: center;
		justify-content: center;
		border-color: #36393d;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span:before, .custom-dots-style-1 .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1 .owl-dots .owl-dot:focus > span:before {
		content: '';
		width: 6px;
		height: 6px;
		background: #36393d;
		border-radius: 100%;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot > span {
		border: 2px solid #FFF;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active > span, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover > span, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:focus > span {
		border-color: #FFF;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:focus > span:before {
		background: #FFF;
}

.custom-carousel-backward-shape {
		position: relative;
}

.custom-carousel-backward-shape:before {
		content: '';
		position: absolute;
		width: 100%;
		max-width: 1200px;
		top: 0px;
		left: 50%;
		right: auto;
		bottom: 60px;
		background-color: #CCC;
		opacity: 0.15;
		transform: translate3d(-50%, 0, 0);
}

.custom-carousel-backward-shape .owl-dots {
		margin-top: 30px !important;
}

@media (min-width: 2000px) {
		.shape-divider svg {
				width: 100%;
		}
}

/* 
* Header
*/
@media (min-width: 1200px) {
		#header .header-nav-main nav > ul > li {
				margin-left: 15px;
		}
}

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
				font-size: 14px;
				padding: 0 1rem !important;
				font-weight: 600;
		}
}

/*
* Home - Intro
*/
.custom-section-svg {
		position: relative;
		background: #EFF1F3;
}

.custom-section-svg .custom-section-svg-background {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}

.custom-section-svg > svg {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
}

.custom-section-svg > .container {
		position: absolute;
		top: 43%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 1400px) {
		.custom-section-svg > svg {
				left: 70px;
		}
}

@media (max-width: 991px) {
		.custom-section-svg > svg {
				width: 180%;
		}
}

/*
* Pricing Table
*/
.custom-pricing-table-style-1 .plan {
		box-shadow: 0px 0px 40px rgba(200, 200, 200, 0.3);
}

.custom-pricing-table-style-1 .plan .plan-header {
		background-color: #f1f3f7;
		padding: 27.2px 16px;
		padding: 1.7rem 1rem;
}

.custom-pricing-table-style-1 .plan .plan-header h3 {
		color: #999999;
		font-size: 16px;
		font-size: 1rem;
		font-weight: 400;
		letter-spacing: 4px;
}

.custom-pricing-table-style-1 .plan .plan-price {
		background: transparent;
		padding-bottom: 3.2px;
		padding-bottom: 0.2rem;
}

.custom-pricing-table-style-1 .plan .plan-price .price {
		font-size: 48px;
		font-size: 3rem;
		font-weight: 800;
		align-items: flex-end;
}

.custom-pricing-table-style-1 .plan .plan-price .price .price-unit {
		font-weight: 400;
}

.custom-pricing-table-style-1 .plan .plan-price .price-label {
		text-transform: none;
		font-size: 20.8px;
		font-size: 1.3rem;
		font-family: 'Playfair Display', sans-serif;
		margin-top: 16px;
		margin-top: 1rem;
}

.custom-pricing-table-style-1 .plan .plan-features ul li {
		font-size: 1em !important;
		border-bottom: 0;
}

.custom-pricing-table-style-1 .plan .plan-footer {
		padding: 11.2px 12.8px 40px;
		padding: 0.7rem 0.8rem 2.5rem;
}

.custom-pricing-table-style-1 .plan .plan-price,
.custom-pricing-table-style-1 .plan .plan-features,
.custom-pricing-table-style-1 .plan .plan-footer {
		border: 0;
}

.custom-pricing-table-style-1 .plan.plan-featured {
		transform: scale(1) translate3d(0, -11px, 0);
}

.custom-pricing-table-style-1 .plan.plan-featured .plan-header {
		padding: 36.8px 16px;
		padding: 2.3rem 1rem;
}

.custom-pricing-table-style-1 .plan.plan-featured .plan-header h3 {
		color: #FFF;
		font-size: 16px;
		font-size: 1rem;
		font-weight: 400;
}

.custom-pricing-table-style-1 .plan.plan-featured .plan-price {
		padding-top: 25.6px;
		padding-top: 1.6rem;
}

/*
* Footer
*/
#footer {
		font-size: inherit;
}

.custom-form-style-1 {
		opacity: 1 !important;
}

.custom-form-style-1 .form-control {
		height: calc(1.5em + 1.85rem + 2px);
		padding: 15.6px 20px;
		padding: 0.975rem 1.25rem;
}

.custom-form-style-1 textarea.form-control {
		height: auto;
}


.text-devis {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	color: #000;
	font-weight: normal;
}

.text-devis ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	line-height: 2em;
	list-style-type: none;
	color: #044860;
	font-weight: lighter;
}
.titre-devis {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.8em;
	font-weight: bold;
	font-variant-caps: titling-case;
	text-align: center;
	line-height: 1.2em;
	color: #23607a;
}
.stitre-devis {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	font-variant-caps: titling-case;
	text-align: center;
	color: #23607a;
}
.padding-right{
	padding-right: 3em !important;
}
.padding-left{
	padding-left: 3em !important;
}
.color-txt {
	font-weight: bold ;
	color: #FFF ;
	background-color: #3da1b2;
	padding-left: 1%;
	padding-right: 1%;
}
.info-footer {
	font-size: 1.4em;
	font-weight: lighter;
	color: #FFF!important;
}
.info-footer a {
	color: #FFF!important;
}
.courriel {
	font-size: 1.4em;
	font-weight: lighter;
	color: #FFF!important;
}
.courriel a {
	color: #FFF;
}
.espace-avant {
		padding-top: 40px;
}
.espace-apres {
		padding-bottom: 40px;
}
.footer-titre {
	font-size: 1.4em;
	font-weight: lighter;
	color: #A9A9A9!important;
}
#header .header-logo img {
	transition: all 0.3s ease;
	position: relative;
	height:120px;
	height:4rem;
	top: 0;*
	image-rendering: -webkit-optimize-contrast;
	transform: translateZ(0);
}

.logo img {
	width: 100%!important;
    object-fit: cover;
    object-position: center;
}
.menu li a {
	font-size: 1.2em!important;
	text-decoration: none;
	color:#328498!important;
}
.menu li:hover a {
	font-size: 1.2em!important;
	text-decoration: none;
	color:#3da1b2!important;
}
.lighter {
	font-weight: lighter!important;
}

.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}