*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	font-size: 16px;
	background: #dcdcdc;
	color: #000;
	font-family: 'Barlow', sans-serif;
}

.wrap{
	margin: 0 auto;
	width: 1500px;
	max-width: 100%;
}

.inner_wrap{
	padding: 0 100px;
}

.inner_wrap_sm{
	padding: 0 250px;
}

h1{
	font-family: 'Kaushan Script', cursive;
	font-size: 70px;
	line-height: 1;
	font-weight: normal;
	text-align: left;
	margin-bottom: 50px;
}

h1+span{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-top: -40px;
	text-align: left;
}

h2{
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 25px;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	color: #c62229;
}

h2.underline{
	border-bottom: 4px solid #c62229;
}

h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

h4{
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

h2.cible:after{
	content: "";
	display: inline-block;
	width: 49px;
	height: 49px;
	vertical-align: middle;
	background-image: url(../images/cible.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: 20px;
}

h2.list:after{
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	vertical-align: middle;
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: 20px;
}

h2.check:after{
	content: "";
	display: inline-block;
	width: 51px;
	height: 41px;
	vertical-align: middle;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: 20px;
}

h2.pancarte:after{
	content: "";
	display: inline-block;
	width: 56px;
	height: 54px;
	vertical-align: middle;
	background-image: url(../images/pancarte.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: 20px;
}

h2.cash:after{
	content: "";
	display: inline-block;
	width: 28px;
	height: 47px;
	vertical-align: middle;
	background-image: url(../images/cash.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: 20px;
}



header{
	background: #c62229;
	padding: 20px 0 10px;
}

header a.logo{
	width: 210px;
	display: inline-block;
	vertical-align: middle;
}

header a.logo img{
	display: block;
	width: 100%;
}

header nav.main{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 210px);
	text-align: right;
	position: relative;
	padding-bottom: 25px;
}

.soc{
	display: block;
}

.soc a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	line-height: 1;
	transition: all .4s;
}

.soc a:hover{opacity: .7;}

.soc a+a{
	width: 24px;
}

.soc a+a img{display: block;width: 100%;}

header nav.main>a, header nav.main>span:not(.sub){
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 0px 30px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 30px;
	line-height: 1;
	border-right: 2px solid #fff;
	cursor: pointer;
	transition: all .4s;
}

header nav.main>a:hover{opacity: .8;}

header nav.main>span:not(.sub):hover{cursor:pointer;}

header nav.main>a{
	border-right: 0px solid #fff;
	padding-right: 0;
}

header nav.main>span.sub{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: left;
	display: none;
}

header nav.main>span.sub a{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	transition: all .4s;
	text-align: left;
}

.banner{
	max-height: 780px;
	overflow: hidden;
}

.banner img{
	display: block;
	width: 100%;
}

.content{
	padding-top: 80px;
	padding-bottom: 150px;
}

.home-tease{
	text-align: right;
	background-image: url(../images/hometease.png);
	background-position: bottom left 30px;
	background-repeat: no-repeat;
	padding-bottom: 160px;
	margin-bottom: 110px;
}

.home-tease p{
	width: 50%;
	display: inline-block;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.5;
}

.cta{
	border:4px solid #c62229;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	text-align: center;
	padding: 40px;
	height: 530px;
}

.cta+.cta{
	margin-left: 30px;
}

.cta img{
	display: inline-block;
	width: 130px;
	margin-bottom: 50px;
}

.cta a{
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #c62229;
	letter-spacing: 1px;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 25px;
	margin-bottom: 25px;
	line-height: 1;
	position: relative;
	transition: all .4s;
}

.cta a:hover{color: #333;}

.cta a:after{
	content: "";
	width: 80px;
	height: 3px;
	background: #b7b6b6;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}

.cta a:last-child:after{display: none;}


footer{
	background: #000;
	color: #fff;
	font-weight: lighter;
	padding-top: 35px;
}

footer .inner_wrap{
	padding: 0px 70px;
}

footer a.logo{
	display: inline-block;
	width: 190px;
	vertical-align: top;
}

footer .infos{
	display: inline-block;
	vertical-align: top;
	margin-left: 90px;
	letter-spacing: 1px;
	line-height: 1.7;
	color: #dcdcdc;
	width: calc(50% - 90px - 190px);
}

footer .infos p{
	margin-bottom: 30px;
}

footer .infos strong{
	color: #fff;
}

footer a.logo img{
	display: block;
	width: 100%;
}

footer .infos a{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	text-decoration: none;

}

footer .infos a:last-child, footer .infos p:last-child{
	font-size: 18px;
	font-weight: bold;
}

nav.footer-nav{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left: 90px;
	text-transform: uppercase;
}

.navsect{
	display: inline-block;
	vertical-align: top;
	max-width: 50%;
	padding-left: 40px;
}

.navsect>a, .navbot a{
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
}

.navsect>a:first-child{
	font-weight: bold;
}

.navbot{
	display: block;
	padding-left: 40px;
	margin-top: 20px;
}

.navbot a{
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 24px);
}

.navbot a:last-child{
	width: 24px;
}

.navbot a:last-child img{
	display: block;
	width: 100%;
}

.copy{
	border-top:1px solid #fff;
	margin-top: 35px;
	padding: 20px 0;
	text-align: center;
	font-size: 13px;
}

.copy a{
	text-decoration: none;
	color: #fff;
	
}

.copy a img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	width: 64px;
}

.innernav{text-align: left;}

.innernav a{
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 20px;
	color: #888;
	padding: 10px;
	transition: all .4s;
}

.innernav a:first-child{padding-left: 0;}

.innernav a:hover{
	color: #333;
}

.content_intro{
	text-align: right;
	padding-bottom: 80px;
}

.content_intro p{
	width: 50%;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
}

.content_intro p strong{
	font-weight: bold;
	font-size: 22px;
}

.boxed{
	border:4px solid #c62229;
	padding: 75px 120px;
	text-align: center;
}

.boxed p, .boxed_shadow p, .center_normal p{
	font-size: 20px;
    line-height: 1.5;
}

.boxed p:not(:last-child){margin-bottom: 30px;}

.boxed_shadow{
	text-align: center;
	padding: 90px 250px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	margin-top: 135px;
	margin-bottom: 170px;
}

.boxed_shadow p, .center_normal p{margin-bottom: 30px;}

.img_tableau{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	max-width: 100%;
	display: block;
	margin-top: 80px;
	margin-bottom: 130px;
}

.center_normal{
	text-align: center;
	padding-bottom: 130px;
}

.half_ul{
	list-style-type: none;
	margin-bottom: 30px;
}

.half_ul li{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 0px 40px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5;
	font-size: 20px;
	text-align: center;
}

.center_normal hr{
	width: 80px;
    height: 3px;
    background: #b7b6b6;
    position: relative;
    margin: 0 auto 30px;
	border: none;
}

p.bold{font-weight: bold;}

p.em{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.center_normal p a{
	font-weight: bold;
	text-decoration: none;
	color: #c62229;
	transition: all .4s;
}

.center_normal p a:hover{
	color: #333;
}

.steptable{
	position: relative;
	width: 100%;
	font-size: 20px;
	margin-bottom: 135px;
}

.step{
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.step .top{height: 80px;padding: 0 26px;display: block;line-height: 80px;}

.step .bottom{
	padding: 26px;
	height: 240px;
}

.step .bottom.p050{
	padding-left: 50px;
	padding-right: 50px;
}

.step .bottom.pr50{padding-right: 50px;}
.step .bottom.pl50{padding-left: 50px;}

.step:first-child{
	width: 220px;
	background: #fef7e1;
}

.step:first-child .top{
	background: #f9e9b3;
}



.step:nth-child(3){
	width: 230px;
	background: #e1f5dc;
}

.step:nth-child(3) .top{
	background: #c5f9b9;
}


.step:nth-child(2){
	width: calc(100% - 450px);
	background: #eafbfe;
}

.step:nth-child(2) .top{
	background: #b3eef9;
}

.step:nth-child(2) .quatre{
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.step:nth-child(2) .quatre:nth-child(even){
	background: #d7f9ff;
}

.step h5{
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.4;
	font-size: 20px;
}

.top span{
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	line-height: 1;
}

.top span span{
	text-transform: none;
	font-weight: normal;
	display: block;
	line-height: 1;
	font-size: 16px;
}

.side{
	background: #9e9991;
	width: 240px;
	text-align: center;
	padding: 8px 0;
	font-weight: bold;
	font-size: 18px;
	transform-origin: bottom left;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 0;
}

.side1{
	left: 239px;
}
.side2{
	left: calc(100% - 200px);
}
.side3{
	right: -240px;
}

.cartable{
	margin-top:80px;
	margin-bottom: 130px;
	letter-spacing: 1px;
	position: relative;
}

.pt90{padding-top: 90px;}

.cartable .phase{
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 12px);
	margin-left: 16px;
	
}

.cartable .phase span{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	height: 65px;
	line-height: 65px;
}

.cartable .phase:first-child{margin-left: 0;}

.cartable .phase:first-child span{
	background: #ee7b3a;
}

.cartable .phase:nth-child(2) span{
	background: #dc5728;
}

.cartable .phase:nth-child(3) span{
	background: #0b90c2;
}

.cartable .phase:nth-child(4) span{
	background: #1b9844;
}

.cartable .phase:first-child span + span{
	background: #f9cbb1;
	text-transform: none;
	line-height: 65px;
}

.cartable .phase:first-child span + span span{
	line-height: 1;
	display: inline-block;
	width: 80%;
	background: transparent;
	text-transform: none;
	height: auto;
	vertical-align: middle;
}

.cartable .mid_table{
	display: block;
	text-align: center;
	margin: 0 auto;
	/*border-bottom:2px solid #9e9991;*/
	padding-bottom: 15px;
	width: 650px;
    transform: translate(6%, 50px);
	position: relative;
}

.cartable .mid_table:after{
	content: "";
	width: 100%;
	height: 20px;
	border:2px solid #9e9991;
	border-top: 0px;
	display: block;
	bottom: -30px;
	left: 0;
	position: absolute;
}

.cartable .mid_table span{
	display: inline-block;
	width: 100%;
	line-height: 1.5;
}

.arrowbloc{
	position: absolute;
	top: 190px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	font-size: 18px;
}

.arrowbloc:before{
	content: "";
	width: 17px;
	height: 119px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-105%);
	background-image: url(../images/arrowdown.png);
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.arrow1{
	left: calc(25% - 4px);
	transform: translateX(-50%);
}

.arrow2{
	left: 75%;
}

.arrow3{
	left: 90%;
}

.bot_table {
    width: calc(68% + 4px);
    margin-left: calc(24% + 8px);
	margin-top: 60px;
	text-align: center;
}

.bot_table .borders{
	border-bottom: 2px solid #9e9991;
	border-left: 2px solid #9e9991;
	border-right: 2px solid #9e9991;
	height: 50px;
}

.bot_table_content{
	display: inline-block;
	padding-top: 15px;
}

.contact h4{
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0px;
	font-size: 22px;
}

.contact h5{
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0;
}

.contact ul, ul.normal_list{
	margin-bottom: 50px;
	display: inline-block;
	text-align: left;
	list-style-type: none;
}

.contact ul li, ul.normal_list li{
	margin-bottom: 20px;
	font-size: 20px;
    line-height: 1.5;
}

.part-img{
	display: block;
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

ul.normal_list li img{
	display: inline-block;
	vertical-align: middle;
	margin:10px;
	width: calc(100% / 4 - 20px);
}

.contact ul li:before, ul.normal_list li:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #c62229;
	margin-right: 10px;
}

.normal_list span{
	text-transform: uppercase;
	font-weight: 700;
}

.contact-tease{padding-bottom: 220px;}

#map{
	display: block;
	width: calc(100% + 500px);
	margin-left: -250px;
	height: 350px;
	margin-top: 80px;
}

#map2{
	display: block;
	width: calc(100% + 500px);
	margin-left: -250px;
	height: 350px;
	margin-top: 80px;
}

#mapmoto{
	display: block;
	width: calc(100%);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	height: 350px;
}

.wMap{
	padding-bottom: 0;
	background: #c62229;
	color: #fff;
}

.wMap h2{color: #fff;}

.wMap a{
	text-decoration: none;
	color: #f0f0f0;
}

.wMap #map a, #map2 a{
	color: #c62229;
}

.wMap a:hover{text-decoration: underline;}

.center_normal table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 80px;
}

.center_normal table tr{
	border-bottom:1px solid #333;
}

.center_normal table tr:first-child{
	border-bottom:2px solid #c62229;
	text-transform: uppercase;
	font-weight: 700;
}

.center_normal table td{
	padding: 10px;
}

.center_normal table td:first-child{text-align: left;}

ul.normal_list li img.listimg, img.listimg{
	display: block;
	width: 80%;
	margin: 20px auto 60px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

img.sidep{
	float: left;
    width: 30%;
	margin-top: 20px;
}

p.mention{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
}

@media screen and (max-width: 1500px) {
	
	.steptable{font-size: 14px;}
	
	.step h5{font-size: 16px;}
	
	.wrap{max-width: 95%;}
	
	.step .bottom{padding: 15px;}
	
	.step .bottom.pl50 {
    	padding-left: 30px;
	}
	
	.step .bottom.pr50 {
    	padding-right: 30px;
	}
	
	.cartable .mid_table{
		width: 50%;
	}
}

@media screen and (max-width: 1200px) {
	
	.inner_wrap, footer .inner_wrap{padding: 0 0;}
	
	.inner_wrap_sm{padding: 0px 50px;}
	
	nav.footer-nav{
		padding-left: 30px;
	}
	
	.navsect, .navbot{padding-left: 20px;}
	
	.navsect>a, .navbot a, footer .infos{font-size: 14px;line-height: 1.7;}
	
	footer .infos a{
		font-size: 16px;
		display: inline-block;
		width: 100%;
	}
	
	footer .infos p:last-child{color: #000;font-size: 0;line-height: 1.4;}
	
	footer .infos a:last-child{font-size: 14px;}
	
	.home-tease{
		background-position: bottom left;
		background-size: 90%;
		padding-bottom: 70px;
	}
	
	.pt90 {
    	padding-top: 50px;
	}
	
	h1{font-size: 50px;}
}
.nav-mobile, .menu{display: none;}

@media screen and (max-width: 1000px) {
	img.sidep{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.cartable .mid_table:after{
		height: 10px;
		border: 1px solid #9e9991;
    	border-top: 0px;
	}
	
	
	header nav.main{
		width: 100%;
		text-align: center;
		margin-top: -35px;
	}
	
	.soc a{font-size: 20px;}
	
	.soc{text-align: right;}
	
	header nav.main>a, header nav.main>span:not(.sub){
		padding: 0px 10px;
		letter-spacing: 0;
		font-size: 13px;
		border-right: 1px solid #fff;
	}
	
	header nav.main>a{border-right: 0;}
	
	header nav.main>span.sub{
		width: 95vw !important;
		text-align: center;
		font-size: 12px;
	}
	header nav.main>span.sub a{font-size: 12px;}
	
	.innernav{
		color: #dcdcdc;
		font-size: 0;
		line-height: 1.3;
	}
	
	.innernav a{display: block;font-size: 16px;letter-spacing: 0;padding: 0;}
	
	.content{padding-top: 30px;}
	
	h1 {
    	font-size: 36px;
	}
	.inner_wrap_sm{padding-left: 0;padding-right: 0;}
	
	.boxed{padding: 30px 50px;}
	
	h2{font-size: 24px;}
	
	.boxed p, .boxed_shadow p, .center_normal p, .contact ul li, ul.normal_list li {
		font-size: 16px;
		line-height: 1.5;
	}
	
	footer .infos{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	
	nav.footer-nav{
		padding-left: 0;
		width: 100%;
		margin-top: 0px;
	}
	
	.navsect, .navbot{
		padding-left: 0;
		width: 100%;
		display: block;
	}
	
	.navsect{margin-top: 20px;}
	
	.home-tease p, .content_intro p, .content_intro p strong{
		text-align: left;
		width: 100%;
		font-size: 16px;
	}
	
	.home-tease{
		background-image: none;
		padding-bottom: 0;
	}
	
	.cta{
		width: 100%;
		margin-bottom: 30px;
		height: auto;
	}
	
	.cta+.cta{margin-left: 0;margin-bottom: 0;}
	
	.cta a{font-size: 18px;}
	
	.cartable .phase span{
		font-size: 14px;
		height: 45px;
		line-height: 45px;
	}
	
	.cartable .phase{
		margin-left: 9px;
	    width: calc(25% - 7px);
	}
	.cartable .phase:first-child {
		margin-left: 0;
	}
	
	.cartable .phase:first-child span + span{
		height: auto;
		line-height: 1.2;
		font-weight: normal;
		padding: 5px 0;
		font-size: 12px;
	}
	
	.cartable .phase:first-child span + span span{font-weight: normal;font-size: 11px;}
	
	.cartable .mid_table {
    	width: 48%;
		font-size: 12px;
		transform: translateY(80px);
	}
	
	.arrowbloc:before{
		background-size: 50% auto;
	}
	
	.arrowbloc{
		font-size: 11px;
	}
	
	.arrow2 {
		left: 71%;
	}
	
	.arrow3 {
		left: 88%;
	}
	
	.bot_table .borders {
		border-bottom: 1px solid #9e9991;
		border-left: 1px solid #9e9991;
		border-right: 1px solid #9e9991;
		height: 30px;
	}
	
	.bot_table{
		margin-left: 24%;
		width: 71%;
		margin-top: 100px;
	}
	
	.bot_table_content{font-size: 12px;}
	
	.half_ul li{
		width: 100%;
		padding: 10px 0;
		font-size: 16px;
	}
	
	.boxed_shadow{
		padding: 20px;
		margin-bottom: 80px;
	}
	
	h1+span{
		font-size: 14px;
		margin-bottom: 40px;
	}

	.step:first-child, .step:nth-child(3), .step:nth-child(2){
		width: 100%;
	}
	
	.step .bottom{
		height: auto;
	}
	
	.step:nth-child(2) .quatre{width: 50%;height: 140px;}
	
	.step:nth-child(2) .quatre:nth-child(4) {
    	background: transparent;
	}
	
	.step:nth-child(2) .quatre:nth-child(5) {
    	background: #d7f9ff;
	}
	
	.step{
		margin-bottom: 30px;
	}
	
	.side{transform: none;}
	
	.side1{
		bottom: auto;
		left: 0;
		top: 178px;
		width: 100%;
	}
	
	.side2{
		left: 0;
		width: 100%;
		top: 555px;
		bottom:auto;
	}
	
	.side3{
		left: 0;
		width: 100%;
		bottom:-7px;
		right: 0;
	}
	
	#map{
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-top: 0;
	}
	
	header nav.main>a, header nav.main>span{
		display: none !important;
	}
	
	.menu{
		display: block;
		margin: 40px auto 0;
		width: 40px;
	}
	
	.nav-mobile{
		text-align: center;
		margin-top: 40px;
		
	}
	
	.nav-mobile a{
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 15px;
		font-weight: 700;
		text-decoration: none;
		display: block;
		margin-top: 10px;
	}
	
	.nav-mobile a.suba{
		font-size: 14px;
		font-weight: 400;
		margin-top: 2px;
	}
}

@media screen and (max-width: 800px) {
	
	
	.cartable .mid_table {
		width: 48%;
		font-size: 11px;
		transform: translateY(70px);
	}
	
}
@media screen and (max-width: 410px) {
	
	header a.logo{width: 130px;}
	
	ul.normal_list li img{width: calc(100% / 2 - 20px);}
	
	header nav.main>a:not(:first-of-type){margin-top: 0;}
	
	.boxed {
    	padding: 20px 15px;
	}
	
	h2 {
    	font-size: 22px;
	}
	
	.cartable .mid_table{transform:none;}
	
	.arrowbloc{top: 210px;}
	.bot_table{margin-top: 100px;}
	
	.cartable .mid_table:after{bottom: -110px;}
	
	.arrow2{left: 66%;}
	
	.arrow3{left: 86%;}
	
	h2.check:after, h2.cible:after, h2.list:after, h2.pancarte:after, h2.cash:after{display: none;}
	.step:nth-child(2) .quatre{height: 170px;}
	.side2{top: 610px;}
}


.termsfeed-com---palette-light .cc-nb-okagree {
  color: #fff;
  background-color: #c62229!important;
}

.termsfeed-com---palette-light .cc-nb-reject {
  color: #fff;
  background-color: #c62229!important;
}

.termsfeed-com---palette-light .cc-cp-foot-save {
  background: #c62229!important;
  color: #fff;
}