* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-family: 'Lato', sans-serif;
	color: #333;
	line-height: 1.2;
	letter-spacing: 0.5px;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing :antialiased;
}
a, button{
	outline: none;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 900;
	margin: 0;
}
sup{
	vertical-align: text-top;
	font-size: 11px;
}
strong{
	font-weight: 700;
}
b{
	font-weight: 900;
}

.bg_deco{
  position: absolute;
  width: 100%;
  height: 750px;
  background: #bee4ee;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 66%);
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 66%);
}

nav{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.accueil{
	text-align: center;
}
.accueil h1{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
	font-size: 36px;
	color: #0d77bd;	
}
.accueil h2{
	font-weight: 400;
	font-size: 24px;
}
.accueil img{
	margin-top: 30px;
	margin-bottom: 30px;
	filter: drop-shadow(0 25px 30px rgba(0,0,0,0.2));
}

.cta{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.cta:before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #333;
	top: 50%;
	left: 0;
	z-index: -1;
}
.cta a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background-color: #BD2120;
	padding:  20px 70px;
	border-radius: 40px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
	text-decoration: none;
}
.cta a:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.avantages h3{
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
}
.avantages > .row > .col-md-4:nth-child(2) > h3,
.avantages > .row > .col-md-4:nth-child(3) > h3{
	margin-top: 38px;
}
.avantages ul{
	margin: 25px 0;
	padding-left: 30px;
	padding-right: 10%;
}
.avantages ul > li{
	font-size: 16px;
	font-weight: 900;
	line-height: 1.6;
}
.avantages ul > li > span{
	font-weight: 400;
}
.avantages p{
	font-size: 16px;
	margin: 0;
}

footer{
	position: relative;
	display: block;
	width: 100%;
}
footer p{
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #333;
	padding: 30px 0;
	margin: 55px 0 0;
}
.deco_footer{
	position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 1439px){
	.bg_deco{
		height: 550px;
	}
	nav{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	nav img{
		height: 76px;
	}
	.accueil img{
		height: 235px;
	}
	.accueil h1{
		max-width: 620px;
    font-size: 32px;
	}
	.accueil h2 {
    font-size: 18px;
	}
	.avantages h3 {
    font-size: 28px;
  }
	.avantages > .row > .col-md-4:nth-child(2) > h3, .avantages > .row > .col-md-4:nth-child(3) > h3 {
    margin-top: 32px;
	}
}

@media screen and (max-width: 1279px){
	.avantages ul > li,
	.avantages p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px){
	.avantages h3 {
    font-size: 20px;
	}
	.avantages > .row > .col-md-4:nth-child(2) > h3, .avantages > .row > .col-md-4:nth-child(3) > h3 {
    margin-top: 23px;
	}
	.avantages ul {
    padding-right: 5%;
	}
}

@media screen and (max-width: 767px){
	.bg_deco {
    height: 450px;
	}
	nav img {
    height: 58px;
	}
	.accueil h1 {
    max-width: unset;
    font-size: 22px;
	}
	.accueil h2 {
    font-size: 16px;
	}
	.accueil img {
    height: 176px;
	}
	.avantages h3 {
    font-size: 18px;
    padding-left: 27px;
    border-left: 3px solid #0c77bd;
	}
	.avantages > .row > .col-md-4:nth-child(2) > h3, .avantages > .row > .col-md-4:nth-child(3) > h3 {
    margin-top: 10px;
	}
	.avantages p {
    margin-bottom: 25px;
	}
	footer p{
		margin: 25px 0 0;
		font-size: 10px;
	}
}

@media screen and (max-width: 374px){
	.accueil h1 {
    font-size: 18px;
	}
	.accueil h2 {
    font-size: 14px;
	}
	.accueil img {
    height: 160px;
	}
	.cta a{
		padding: 15px 45px;
	}
	.deco_footer{
		height: 108px;
	}
}





