@CHARSET "UTF-8";
/* Reset CSS
 * --------------------------------------- */


 /* Mobile */

@media screen and (max-width: 720px) {
.presentation{
	display: block;
}
.presentation div{
	margin-bottom: 20px;
}
.presentation img	{
	display:block;
	margin:0 auto;
}
.offre > div{
	display: block;
}
.offre img, .presentation img, .contact img	{
	width:100%;}
	.slider-1 .slider li{
		font-size:15px;

	}

ul:not(.type, .avantages){
	padding:0;
	display:flex;
}
}

@media screen and (min-width: 721px) {
.presentation{
	display: flex;
}
.presentation div{
	margin:0 20px 0 0;
}
.presentation img	{
	display: flex;
}
section:not(.presentation, .contact) > div{
	display: flex;
}
.contact ul li {
	padding:0;
}
.offre{
	text-align:center;
}
.offre img, .presentation img, .contact img {
	width:300px;
	height:300px;
}

.slider-1 .slider li{
		font-size:25px;

	}
ul:not(.type){
	width:100%;
	padding:0;
	display:flex;
}
 
}


body{
 font-family: "Roboto", sans-serif;
 font-weight:300;
 background: #F7EDE5;
 margin:0;
 padding:0;
 line-height: 1.5;
 font-size:16px;
}
body > div{
	width: 80%;
	margin: 0 auto
}
header{
	background: #ffffff;
	margin:0;
	padding:10px;
	display: flex;
	align-items: flex-start;
    justify-content: space-between;

}
header div{
	display: flex;
}
header nav{
	display: flex;
	flex-direction:row;
}
header > div{
	font-weight:400;
}
header a{
	text-decoration: none;
	color:#0e0e0e; 
	display: flex;
}
header img{
		width:30px;
		height: 30px;
		padding: 10px;

}
nav{
	display:inline-block;
	margin: auto 0;;
}
nav a{
	text-decoration: none;
	color:#505050; 
	padding:10px;
}
nav a:hover{
	text-decoration: none;
	color:#0e0e0e; 
}

.presentation{
	margin-bottom:60px;
}

.presentation div {
	width: auto;
	border-radius:10px;
	font-size:21px;
}
.presentation button{
	background: #fb5607;
	color: #ffffff;
}
.presentation button a{
	color:#ffffff;
}
.presentation button:hover{
	background:#CF4A0C;
}
.presentation img{
	margin: auto;
	width:30%;
	height:auto;
	border-radius: 10%;
	box-shadow:3px 3px 15px rgba(0,0,0,0.2);
}
.presentation h2{
	text-align: left;
}
.presentation h3{
	color: #CF4A0C;
	/*background: #CEF4F8;*/
	font-size: 30px;
	font-weight:400;
	padding:10px 0;
}
section iframe{
	display: flex;
	margin: 0 auto;
}
section:not(.presentation){
	background: #ffffff;
	border-radius:3em;
	margin:40px 0;
	padding: 40px;
	border:1px solid  #eeeeee;
}

section div{
	margin: 0;
	color:#505050;
}

section	> div{
	width: 100%;
	height: auto;
	margin:auto;

}
.contact {
	display: flex;
	text-align:center;
}
.contact div{
	display: block;
}
section img	{
	display: inline-block;
}
h1{
	color:#505050;
	font-size: 30px;
	font-weight:400;
	text-align:center;
	font-family:  "Merriweather", serif;
}
h2{
	color:#505050;
	text-align:center;
	font-weight: 300;
	font-size:28px;
	font-family: "Roboto", sans serif;
}
h3 {
	text-align: left;
	color:#0e0e0e;
	text-transform: lowcase;
	font-weight: 300;
	font-size:25px;
	font-family: "Merriweather", serif;
}

h3 + p{
	display: block;
}

section button{
	width:auto;
	display: flex;
	margin: 40px 0;
	padding:10px;
	background: #ffffff;
	border:1px solid #fb5607;
	border-radius:20px;
	align-items:center;
	font-size:16px;
}
section a {
	text-decoration: none;
	color: #fb5607;
}
section button:hover{
	background: #F7EDE5;
	cursor:pointer;

}

section.reassurance button{
	margin:0 auto;

}


ul li{
	width:100%;
	padding:0 30px;
	text-align:center;
	list-style: none;	
	color:#505050;
}

ul li img{
	width:60px;
	display: block;
	margin: 10px auto;
}

.contact ul {
	display: inline-block;
}

.contact ul li img{
	display:inline-block;
	width:auto;
	height:30px;
	margin:0;
}


section:not(.presentation) > div > div{
	width:100%;
	margin:auto;
}
.offre > div > div+div{
	text-align:left;
}

.type > li {
	text-align:left;
}

.type > li:before {
	content:"•";
	font-weight: 600;
	font-family: "Archivo" , sans-serif;
	width:20px;
	color: #fb5607;
	padding-right: 10px;

}

.avantages{
	padding:0;
}

.avantages li img{
	border: 1px dashed #fb5607;
	border-radius:50%;
	padding:10px;

}

/*.offre > div div img{
	width:300px;
}*/

ul strong{
	text-transform: uppercase;
	font-size: 15px;
	color: #0e0e0e;
}
.copyright p{
	text-align:center;
}

.footer{
	text-align:center;
}

.slider-1 {
	max-width:100%;
	margin: 20px auto;
	overflow: hidden;
}
.slider{
	animation: slider 15s infinite ease-in-out;
}

.slider-1 .slider li{
	flex-shrink: 0;
	width:100%;
	color:#0e0e0e;
	opacity:1;
	transition: all .2s ease-in-out;
	font-family: "Merriweather", serif;
}

/*Page formulaire*/
iframe{
	width:100%;
}


/* Animation */

@keyframes slider{
	0%,
	20%{
		transform: translateX(0%);
	}
	25%,
	45%{
		transform: translateX(-100%);
	}
	50%,
	70%{
		transform: translateX(-200%);
	}
	75%,
	95%{
		transform: translateX(-300%);
	}
	100%{
		transform: translateX(-400%);
	
		}
	}
}

