
/*===========================
    1.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,400,500,500i,600,700,700i&display=swap");

body {
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000; }

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

img {
	max-width: 100%; }

.wow{
	visibility:hidden
}

#messagepopuptop{
	position: fixed;
	z-index: 9999;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0);
	background: #777;
	color: #fff;
	padding: 20px 30px;
	border-radius: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	display: none;
	text-align: center;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none; }

a:focus,
a:hover {
	text-decoration: none; }

i,
span,
a {
	display: inline-block; }
ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none; }

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	margin: 0px;
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%; }
#banner{
	background: url(../images/banner1.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.boxprincipale{
	padding: 20vh 0 22vh;
	color: #fff;
}
.fakemenu{
	background: url(../images/bg-vert-bleu.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	width: calc(100% - 75px);
}
.fw-400{
	font-weight: 400;
}
.fw-500{
	font-weight: 500;
}
.text90{
	background: #000;
	position: relative;
	width: 75px;
}
.text90 span{
	color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
}
.br-1{
	border-right: 1px solid #fff;
}
.textvertbleu{
	max-width: 215px;
	line-height: 20px;
}
.benefitsbox > .benefits{
	position: absolute;
    top: -78px;
    left: 50%;
    transform: translateX(-50%);
}
.title1{
	text-transform: uppercase;
	font-size: 33px;
	font-weight: 700;
}
.bg-terre{
	padding-top: 80px;
	background: url(../images/bg-terre-gauche.jpg) no-repeat, url(../images/bg-terre-droite.jpg) no-repeat;
	background-position: left top, right top;
}
.bg-000{
	background: #000;
}
.titreVert{
	font-size: 56px;
	color: #8cbf34;
	margin: 0;
}
.underlinetext{
	font-weight: 700;
    font-size: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
    margin-bottom: 15px;
}
.bg-grispale{
	background: #f1f1f1;
}
.videobg{
	background: url(../images/bg-field.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.playcta i{
	font-size: 77px;
}

.keyfeatures{
	background: url(../images/bg-noir.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.tabs {
	width: 100%;
	float: none;
	list-style: none;
	position: relative;
	text-align: left;

	height: 650px;
}
.tabs li {
	float: left;
    display: block;
    width: calc(25% - 10px);
    margin-right: 13px;
}
.tabs input[type="radio"] {
	position: absolute;
	top: 0;
	left: -9999px;
}
.tabs label {
	display: block;
	padding: 14px 21px;
	border-radius: 2px 2px 0 0;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
	position: relative;
	top: 4px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tabs label:hover {
	
}
.tabs .tab-content {
	z-index: 2;
	display: none;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 127px;
	left: 0;
	height: 490px;
}
.tabs [id^="tab"]:checked + label {
	top: 0;
	padding-top: 27px;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
	display: block;
}
.colorbleu{
	color: #2d8dc7;
}
.colorblack{
	color: #000 !important;
}
.colorgris{
	color: #929292;
}
.bg-tab-1{
	background: #2d8dc7;
}
.bg-tab-2{
	background: #8cbf34;
}
.bg-tab-3{
	background: #289e86;
}
.bg-tab-4{
	background: #2cb969;
}
.sizeimg{
	height: 51px;
}
.btnsend{
	background: #8cbf34;
    border-radius: 25px;
    border: none;
    color: #fff;
    width: 162px;
    height: 45px;
    font-weight: 500;
    letter-spacing: 2px;
	font-size: 16px;
	cursor: pointer;
}
.btnsend:hover{
	background: #94bb51d2;
}
.centertextabsolute{
	position: absolute;
    text-align: center;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 23px;
    font-weight: 600;
    text-shadow: 1px 3px 4px #000;
}
.absoluteexception{
	top: 15px;
}
.object-fit{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.borderright{
	border-right: 1px solid rgba(204, 204, 204, 0.815);
}
/*===========================
	2.HEADER css 
===========================*/
.header-area {
	padding: 15px 0;
	background-color: rgba(255, 255, 255, 0.95);
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	z-index: 9;
}
.header-area.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
	-moz-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
	box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
	z-index: 999;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s; }
.header-area .navbar {
	padding: 0; }
.header-area .navbar .navbar-brand {
	padding-bottom: 10px; }
.header-area .navbar .navbar-toggler .bar-icon {
	width: 30px;
	height: 2px;
	margin: 5px 0;
	background-color: #333;
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s; }
.header-area .navbar .navbar-toggler.active .bar-icon:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg); }
.header-area .navbar .navbar-toggler.active .bar-icon:nth-child(2) {
	opacity: 0; }
.header-area .navbar .navbar-toggler.active .bar-icon:nth-child(3) {
	top: -7px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg); }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .navbar .navbar-collapse {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	padding: 10px; } }
@media (max-width: 767px) {
.header-area .navbar .navbar-collapse {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	padding: 10px; } }
.header-area .navbar .navbar-nav .nav-item {
margin-left: 30px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .navbar .navbar-nav .nav-item {
	margin: 5px 0; } }
@media (max-width: 767px) {
.header-area .navbar .navbar-nav .nav-item {
	margin: 5px 0; } }
.header-area .navbar .navbar-nav .nav-item a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s; 
}
/* .header-area .navbar .navbar-nav .nav-item.active a::after, .header-area .navbar .navbar-nav .nav-item:hover a::after {
	content: '';
	height: 1px;
	width: 18px;
	background: #272727;
	position: absolute;
	bottom: -3px;
	left: 50%;
	opacity: 0.6;
	transform: translate(-50%, 0);
} */

.prev.slick-arrow{
	position: absolute;
	z-index: 998;
	top: 0;
	left: 0;

	cursor: pointer;
}
.next.slick-arrow{
	position: absolute;
	z-index: 998;
	top: 0;
	right: 0;
	cursor: pointer;
}
.prev.slick-arrow i, .next.slick-arrow i{
	color: #fff;
	font-size: 34px;
}
.smult{
	top: 50% !important;
	transform: translateY(-50%);
}
.smult i{
	font-size: 40px !important;
}
.slick-slide:focus { outline: none; }

.footer_bottom{
	background: #484848;
}
.footer_bottom .container{
	padding: 15px 0;
}
.footer_bottom .copyright {
	text-transform: uppercase;
	padding-top: 3px;
	float: left;
	width: 55%;
	margin-top: 6px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}
.back-to-top i{
	font-size: 31px;
}
.footer_bottom .lithium {
	float: right;
	text-align: right;
	margin-top: 2px;
}
.lithium a{
	color: #fff;
	font-weight: 500;
	font-size: 13px;
}
iframe{
	z-index: 99999;
}

.colorwhite{
	color: #fff !important;
}
.bigeco{
	font-size: 57px;
	font-weight: 700;
	font-style: italic;
}
.bigeco span{
	font-weight: 500;
}
.subbigeco{
	font-size: 35px;
}
.subtext{
	font-size: 24px;
    font-weight: 400;
	line-height: 30px;
	position: relative;
	margin-top: 72px;
}
.subtext::before{
	content: '';
    background: #2298d5;
    width: 100%;
    height: 3px;
    position: absolute;
    top: -37px;
    left: 0;
}
.temoignages{
	background: #2d8dc7;
	position: relative;
}
.temoignages .row{
	padding-top: 120px;
	padding-bottom: 120px;
}
.colorquote{
	color: #1b5578;
	font-size: 120px;
}
.topleftabs{
	position: absolute;
	left: 10%;
	top: 40px;
}
.toprightabs{
	position: absolute;
	right: 10%;
	bottom: 40px;
}
.max800{
	max-width: 800px;
}
.list-style{
	padding-left: 25px;
	padding-top: 10px;
}
.list-style li{
	list-style: disc;
}

@media (max-width: 1199px){
	.footer_bottom .copyright {
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}
	.footer_bottom .lithium {
		float: none;
		text-align: center;
		margin-top: 75px;
	}
	.footer-scroll-button{
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 991px){
	.borderright{
		border: none;
	}
	.tabs label{
		font-size: 16px;
	}
	.tabs .tab-content{
		top: 121px;
	}
	.centertextabsolute {
		font-size: 17px;
		width: 90%;
	}
	.prev.slick-arrow {
		left: -40px;
	}
	.next.slick-arrow {
		right: -40px;
	}
	.smult.next.slick-arrow {
		right: 0px;
	}
	.smult.prev.slick-arrow {
		left: 0px;
	}
}
@media (max-width: 767px){
	.text90 {
		width: 100%;
		height: 60px;
	}
	.text90 span {
		transform: translate(-50%, -50%);
	}
	.benefitsbox > .benefits {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		max-width: initial;
	}
	.bg-terre {
		padding-top: 40px;
	}
	.tabs .tab-content{
		position: relative;
		height: initial;
		display: block;
		top: 0;
	}
	.tabs .tab-content img{
		height: 155px;
	}
	.tabs {
		height: initial;
	}
	.tabs li {
		width: 100%;
		margin-right: 0;
	}
}
@media (max-width: 650px){
	.fakemenu > div{
		flex-wrap: wrap;
	}
	.fakemenu > div > div{
		width: 50%;
	}
	.br-1{
		border: none;
	}
	.prev.slick-arrow {
		left: 0;
	}
	.next.slick-arrow {
		right: 0;
	}
	.max800 {
		max-width: 79%;
	}
	.centertextabsolute {
		font-size: 22px;
		width: 90%;
	}
	.tabs label {
		font-size: 23px;
	}
	.temoignages .title1{
		margin-top: 50px;
	}
}
@media (max-width: 575px){

}
@media (max-width: 480px){
	.title1 {
		font-size: 28px;
	}
	.boxprincipale {
		padding: 22vh 0 12vh;
	}
	.bigeco {
		font-size: 41px;
	}
	.subbigeco {
		font-size: 26px;
	}
	.subtext {
		font-size: 22px;
	}
}
@media (max-width: 380px){
	.titreVert {
		font-size: 41px;
	}
}