*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	font-family: 'Lato';
	color: #59595b;
}

.wrap{
	width: 1130px;
	max-width: 99%;
	margin-left: auto;margin-right: auto;
}

.bigwrap{
	width: 1360px;
	max-width: 90%;
	margin-left: auto;margin-right: auto;
}

.menu-ico{display: none;}

header{
	position: relative;
	background-color: #2b5f8f;
	color: #fff;
	padding: 15px 0;
}

header .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header a.logo{
	display: block;
	width: 250px;
}

header a.logo img{display: block;width: 100%;}

header nav{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header nav a{
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	margin-left: 30px;
	transition: all .4s;
}

header nav a:hover{opacity: .7;}

.banner{position: relative;}

.banner video, .banner .banimg{
	display: block;
	width: 100%;
	max-height: calc(100vh - 115px);
	object-fit: cover;
	object-position: center;
}

.banner.joindreban{
	overflow: hidden;
}

.banner.joindreban:after{
	content: "";
	height: 60%;
	width: 100%;
	position: absolute;
	bottom: 0;
	display: block;
	left: 0;
	background: linear-gradient(0deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
}

.banner iframe{
	display: block;
	width: 100%;
	height: 600px;
	-webkit-filter: grayscale(1) brightness(.95);
    filter: grayscale(1) brightness(.95);
	transform: scale(1.6);
}

.banner .wrap{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.banner h1{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.banner .wrap img{
	display: block;
	width: 135px;
	bottom: 35px;
	position: absolute;
	left: 0;
}

.hctas{
	background-color: #fcfcfc;
}

.hctas .wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

a.cta{
	display: block;
	width: calc(100% / 3);
	padding: 35px 70px;
	text-decoration: none;
	text-align: center;
	transition: all .4s;
}

a.cta:nth-child(2){background-color: #f7f7f7;}

a.cta:hover{
	background-color: #2b5f8f !important;
}

a.cta .img{
	position: relative;
	width: 145px;
	height: 148px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 35px;
}

a.cta .img img{
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transition: all .4s;
}

a.cta .img img+img{opacity: 0;}

a.cta:hover .img img{
	opacity: 0;
}

a.cta:hover .img img+img{
	opacity: 1;
}

a.cta h2{
	color: #169ddd;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: normal;
	letter-spacing: 1px;
	transition: all .4s;
}

a.cta p{
	font-size: 18px;
	color: #59595b;
	line-height: 1.5;
	margin-bottom: 25px;
	transition: all .4s;
}

a.cta:hover h2, a.cta:hover p{color: #fff;}

span.btn{
	color: #169ddd;
	border:1px solid #169ddd;
	display: block;
	width: 100%;
	line-height: 1;
	padding:13px 0 15px;
	transition: all .4s;
}

a.cta:hover span.btn{
	color: #fff;
	border:1px solid #fff;
}

a.cta:hover span.btn:hover{
	background-color: #fff;
	color: #2b5f8f;
}

footer{
	background-color: #169ddd;
	color: #fff;
	padding: 30px 0;
}

footer .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .right{
	text-align: right;
}

footer nav{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 30px;
}

footer nav a{
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 30px;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
}

footer nav a:hover, footer p a:hover{opacity: .8;}

footer p{
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1.5;
}

footer p a{
	display: block;
	text-decoration: none;
	color: #fff;
}

footer p a img{
	display: inline-block;
	width: 68px;
	margin-top: 10px;
}

section.intro{
	text-align: center;
	padding: 50px 0;
}

section.intro p, section.services p{
	font-size: 18px;
	font-weight: 300;
}

section.intro p+p, section.services p+p{margin-top: 20px;}

section.services .bigwrap, section.realisations .bigwrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

section.services, section.realisations{padding-bottom: 80px;}

section.services h2, section.realisations h2{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	color: #3a7cbf;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

section.services div+h2, section.realisations h2{
	margin-top: 60px;
}

section.services .img{
	display: block;
	width: 420px;
}

section.services img{
	display: block;
	width: 100%;
}

section.services .img+div{
	width: calc(100% - 420px);
	padding: 0px 60px;
	text-align: center;
}

section.realisations .reals{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

section.realisations a.real, section.realisations .reals div{
	display: block;
	width: calc((100% - 10px) / 3);
	margin-bottom: 5px;
	background-color: #000;
}

section.realisations a.real:not(:nth-child(-n+3)){
	display: none;
}
section.realisations a.real img{
	display: block;
	width: 100%;
	transition: all .4s;
}
section.realisations a.real:hover img{
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
	opacity: .6;
}

a.btnreal{
	color: #169ddd;
    border: 1px solid #169ddd;
	display: inline-block;
    line-height: 1;
    padding: 13px 20px 15px;
	text-decoration: none;
	margin-top: 25px;
    transition: all .4s;
}
a.btnreal.close{display: none;}

a.btnreal:hover{
	color: #fff;
	background-color: #169ddd;
}

section.contact{text-align: center;padding: 30px 0 60px;}

section.contact>div{
	display: inline-block;
	background-color: #2b5f8f;
	padding: 40px 120px 50px;
	color: #fff;
}

section.contact h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 30px;
}

section.contact a{
	color: #fff;
	text-decoration: underline;
}

section.contact a:hover{text-decoration: none;}

iframe{
	display: block;
	width: 100%;
	height: 400px;
}

section.services2 .bigwrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

article.serv{
	display: block;
	width: calc((100% - 120px) / 4);
	margin-bottom: 40px;
	text-align: center;
}

article.serv img{
	display: block;
	width: 100%;
}

article.serv h2{
	margin-top: 20px;
	font-size: 22px;
	text-transform: uppercase;
	color: #169ddd;
}

.imgs4, .imgs2{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.imgs2{justify-content: center;}

section.services .imgs4 img, section.services .imgs2 img{
	display: block;
	width: calc(25% - 15px);
}

section.services .imgs2 img{
	width: calc(30% - 15px);
	margin-left: 15px;
	margin-right: 15px;
}

.underserv{text-align: center;margin-bottom: 100px;}
.underserv p, .fullwserv p{margin-left: auto;margin-right: auto;max-width: 80%;}

section.services .img+div, section.services .img+div h2{
	text-align: left;
}

section.services .img+div, section.services .img{margin-bottom: 100px;}

.fullwserv{
	margin-bottom: 100px;
	text-align: center;
}















@media screen and (max-width:1200px){
	
	.wrap{
		width: calc(100% - 30px);
	}
	article.serv{
		width: calc((100% - 90px) / 3);
	}
	
	article.serv h2{font-size: 18px;}
	
	section.services .img{width: 300px;}
	section.services .img+div{width: calc(100% - 300px); padding: 0px 30px;padding-right: 0;}
	
	header nav a{
		margin-left: 15px;
		letter-spacing: 0;
	}
}
@media screen and (max-width:800px){
	a.cta{padding: 35px 30px;}
	a.cta p{font-size: 16px;font-weight: 300;line-height: 1.4;}
	a.cta .img img{width: 80%;left: 10%;}
	a.cta .img{height: 118px;}
	.banner .wrap img{width: 105px;}
	
	section.services .img{width: 300px;}
	section.services .img+div{width: calc(100% - 300px);padding: 0px 30px;}
	section.intro p, section.services p {
		font-size: 16px;
		font-weight: 300;
	}
	iframe{height: 300px;}
	
	
	.hctas .wrap{width: 100%;max-width: 100%;}
	a.cta {
    	padding: 35px 20px;
	}
	
	.bigwrap{width: 98%;max-width: 98%;}
	article.serv{
		width: calc((100% - 60px) / 3);
	}
	section.services .img+div{padding-right: 0;}
	
	header nav{
		display: none;
		position: absolute;
		top: 72px;
		left: 0;
		width: 100%;
		background-color: #169ddd;
		z-index: 999;
		padding: 10px 0;
	}
	
	header nav a{
		margin-left: 0;
		letter-spacing: 1px;
		display: block;
		width: 100%;
		padding: 5px 0;
		text-align: center;
	}
	
	.menu-ico{
		width: 35px;
		display: block;
	}
	
	.menu-ico div{
		display: block;
		width: 100%;
		height: 2px;
		margin-bottom: 6px;
		background-color: #fff;
		cursor: pointer;
	}
	
	.menu-ico div:last-child{margin-bottom: 0;}
	
	header{padding: 10px 0;}
	header a.logo{width: 180px;}
	
	.banner video, .banner .banimg{
		max-height: calc(100vh - 75px);
	}
}

@media screen and (max-width:700px){
	article.serv{
		width: calc((100% - 25px) / 2);
	}
	article.serv h2{margin-top: 10px;font-size: 16px;}
	
	a.cta{width: 100%;}

	footer nav{display: none;}

	footer p{font-size: 10px;}

	.banner h1{font-size: 25px;}

	.banner .wrap img {
    	width: 40px;
		bottom: 5px;
	}
	
	section.services .img{width: 100%;}
	section.services .img+div{width: 100%;padding: 0px 10px;padding-top: 30px;}
	
	section.contact>div{padding: 40px 50px 50px;}
	section.contact h2, section.services h2, section.realisations h2{font-size: 20px;}
	
	
	.imgs4, .imgs2{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section.services .imgs4 img, section.services .imgs2 img{margin-bottom: 10px;width: calc(50% - 5px);margin-left: 0;margin-right: 0;}
	section.services .img{margin-bottom: 0px;text-align: center;}
	section.services .img+div, section.services .img+div h2{text-align: center;}
	.underserv p, .fullwserv p{max-width: 100%;}
}




































































