body{
	position:relative;
	font-family: 'Libre Franklin', sans-serif;
	margin:0;
	padding:0;
}

header{
	width:100%;
	position:fixed;
	z-index: 100;
	top:0;
	margin:0;
	background:#fff;
	display:flex;
	flex-direction:column;
	text-align: center;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
}

#logoHeader {
    width: 300px;
    margin: auto;
    padding: 5px 0 5px 0;
}

#pictosHeader{
	margin:auto;
	display:flex;
	flex-direction:row;
}

#pictosHeader img{
	width:40px;
	margin:5px;
}

.container{
	display:flex;
	flex-direction: column-reverse;
}

h1{
	text-align:center;
	font-weight:900;
	color:#ff8c40;
	margin: 10px auto 10px auto;
}

.section{
	padding:10px;
}

h2{
	text-align:center;
	font-weight:700;
	color:#2475a1;
	margin: 5px auto 5px auto;
}

h3{
    text-align: center;
    font-weight: 700;
    color: #ff8c40;
    margin: 5px auto 5px auto;
    font-size: 24px;
    line-height: 24px;
}

h4{
	text-align:center;
	font-weight:700;
	color:#2475a1;
	margin: 5px auto 5px auto;
}

h5{
	text-align:center;
	font-weight:700;
	color:#2475a1;
	margin: 5px auto 5px auto;
	font-size:20px;
}

#photo{
	width:90%;
	margin:auto;
}

.gauche{
	margin-top:30px;
	    text-align: center!important;
	    position:relative;
}

.gauche p{
	text-align:left!important;
}

#section1{
	margin-top:120px;
}

#section2{
	padding:10px;
	border:1px solid #2475a1;
	margin:10px;
}

#fleche{
	position:absolute;
	display:none;
}

.puce{
	border-radius:25px;
	height:50px;
	width:50px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	font-weight:900;
	background:#ff8c40;
	font-size:25px;
	margin:auto;
}

.picto{
text-align:center;
margin:20px auto 40px auto;
}

.picto p{
	margin:10px auto 20px auto;
}

#section3{
	padding:10px;
	background:#ffc6a0;
	margin:10px;
}

.btnFooter{
	background:#2475a1;
	color:#FFF;
	text-align:center;
	width:80%;
		margin:40px auto 40px auto;
	height:80px;
	line-height:80px;
	font-size:26px;
	font-weight:800;
	text-transform: uppercase;
	cursor:pointer;
}

#btnFooterTabDesk{
	display:block;
}

#btnFooterMob{
	display:none;
}

#signature{
	text-align:center;
	background:#f2f2f2;
	font-size:14px;
	padding:10px;

}

#signature a{
	text-decoration: none;
	font-weight:600;
	color:#2475a1;
}


@media (min-width: 768px) {


header{
	flex-direction: row;
	justify-content: space-between;
}



#fleche{
	display:block;
	right: 20px;
}

.droite{
	width:80%;
	margin:auto;
}

.section {
    width: 80%;
    margin: 40px auto 40px auto!important;
}

#section1 {
    margin-top: 60px!important;
}

#section2{
	background:#fff;
}

#avantages{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}

#avantages2{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}


}


@media (min-width: 992px) {

body{
	background:url('../img/fond.png') no-repeat;
	background-size:100%;
}

#titreMob{
	display:none;
}

h1{
	font-size: 50px;
}

h3 {
    font-size: 30px;
    line-height: 30px;
}

h4{
	text-align: center;
    font-size: 20px;
}

.container{
	flex-direction: row;
	justify-content: space-between;
}

.gauche{
	width:50%;
}

.droite{
	width:45%;
	    margin-top: 40px;
}

#photo{
	display:none;
}

.section {
    width: 95%;
	}

	.btnFooter{
width:400px;
	}

}


@media (min-width: 1200px) {

.section {
    width: 60%;
	}
	.gauche{
	width:40%;
}

.droite{
	width:55%;
	}
}