html {
	scroll-behavior: smooth
}

body {
	font-family: Roboto, sans-serif
}

img {
	max-width: 100%
}

a {
	text-decoration: none
}

.main-header {
	padding: 15px 0;
	width: 100%
}

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

.main-nav ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0
}

.main-nav li {
	list-style: none
}

.main-nav a {
	display: inline-block;
	padding: .5em 1.5em;
	color: #182333;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none
}

.main-nav a:after {
	display: block;
	content: '';
	border-bottom: solid 4px #fda12b;
	transform: scaleX(0);
	transition: transform .25s ease-in-out
}

.main-nav a:hover:after {
	transform: scaleX(1)
}

.main-nav a.fromLeft:after {
	transform-origin: 0 50%
}

#menuToggle,
.menu-icon {
	display: none
}

.banner {
	min-height: 650px;
	background-image: linear-gradient(180deg, #182333ed 50%, #182333ed 100%), url(../img/isolement-facade.jpg);
	background-size: cover;
	background-position: center center
}

a:focus,
a:hover,
a:visited {
	color: #182333;
	outline: 0;
	text-decoration: none
}

.actif {
	color: #fda12b !important
}

.logo {
	margin: auto auto 40px;
	display: block
}

section {
	padding: 70px 0
}

button,
input {
	outline: 0
}

.leftside h1 {
	font-size: 56px;
	color: #fff;
	font-weight: 900;
	line-height: 56px
}

.leftside h1 span {
	color: #fda12b
}

.leftside h2 {
	margin: 0;
	font-size: 22px;
	color: #fff;
	line-height: 26px;
	font-weight: 400
}

.leftside h2 span {
	color: #ee2036;
	font-weight: 500
}

.leftside p {
	color: #fff;
	font-size: 15px
}

.leftside ul {
	margin: 0;
	padding: 0
}

.leftside ul li {
	list-style: none;
	position: relative;
	padding-left: 40px;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 20px;
	color: #fff
}

.leftside ul li:before {
	content: url(../img/checkmark.svg);
	width: 24px;
	height: 24px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute
}

.mybtn {
	background: #fda12b;
	text-align: center;
	transition: .5s;
	color: #fff !important;
	border-radius: 5px;
	padding: 8px 26px;
	border: none;
	outline: 0
}

.mybtn:hover {
	background: #cf8523
}

.separate {
	width: 100px;
	height: 2px;
	background-color: #fda12b
}

.text-white {
	color: #fff
}

.txt-orange {
    color: #fda12b;
}

.fs-28 {
    font-size: 28px;
}

.bggrey {
	background: #f5f5f5
}

.bggreen {
	background: #182333;
	color: #fff
}

.space {
	padding: 90px 0
}

.space p {
	color: #253745
}

.bggrey {
	background: #f6f7f8;
	color: #253745
}

h3 {
	font-size: 22px
}

.fluc h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600
}

.footer {
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 0;
	font-weight: 300
}

.footer a {
	color: #c1c1c1
}

.icon-text h3 {
	font-size: 22px;
	margin-top: 15px;
	color: #253745;
	font-weight: 500
}

.icon-text span {
	font-size: 16px;
	display: block;
	line-height: 18px;
	color: rgba(255, 255, 255, .7)
}

.topbar {
	background: #182333
}

@media screen and (max-width:515px) {
	.cheat {
		order: -1
	}

	.leftside h1 {
		font-size: 28px;
		line-height: 1;
		margin-top: 0
	}

	.banner {
		padding-top: 20px;
		min-height: 510px
	}

	.bggreen {
		padding: 0 15px;
		text-align: center
	}

	.leftside {
		margin-bottom: 0
	}
}

@media screen and (max-width:390px) {
	.banner {
		min-height: 510px
	}
}

@media screen and (max-width:768px) {
	.main-header {
		z-index: 1000
	}

	.menu-icon {
		display: block;
		cursor: pointer;
		padding: 10px;
		color: #fff;
		font-size: 1.7em
	}

	.main-nav ul {
		display: block;
		position: absolute;
		top: 130px;
		left: 0;
		width: 100%;
		background: #fff;
		max-height: 0;
		overflow: hidden;
		transition: max-height .6s ease
	}

	.main-nav li {
		border-bottom: 1px solid rgba(255, 255, 255, .1)
	}

	.main-nav li:last-child {
		border-bottom: none
	}

	.main-nav a {
		display: block;
		padding: 15px 20px
	}

	#menuToggle:checked~ul {
		max-height: 350px
	}
}

@media screen and (max-width:320px) {
	.main-nav a {
		padding: 12px 15px
	}
}