html, body{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}

#wrapper{
	
	background:
	url('fond.png') top center no-repeat  ;
	background-size:100%;
}

#container{
	max-width:992px;
	margin:auto;
	background-color: rgba(255,255,255,0.70);
}

header{
	text-align:center;
	padding: 10px;
}

h1{
	color: #0066cc;
    font-family: 'Domine', serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    width: 90%;
    margin: auto;
}

h2{
	color:#333;
	font-family: 'Roboto', sans-serif;
	font-weight:800;
	text-transform:uppercase;
}

h2{
	color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
}

h3{
	color:#666;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:26px;
	line-height:30px;
	width: 90%;
	margin: auto;
}

h4{
color: #0066cc;
    font-family: 'Domine', serif;
    font-weight: 600;
    font-size: 24px;
    line-height:26px;
    text-align:center;
    width: 90%;
    margin: auto;
    margin: 30px auto;
}

h5{
	color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin:20px;
    font-weight: 800;
}

h6 {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    margin: 10px 0;
    text-transform: uppercase;
}

.sousTitre{
	margin:10px;
}


{
   
}

p{
	font-size:16px;
	line-height: 22px;
	margin: 10px 0 0 0;
}

.section{
	margin:auto;
	padding:10px;
}

#section1{
	display:flex;
	flex-direction: column-reverse;
}

#section2{
	background:#ff6633;
	color:#FFF;
	text-align:center;
	font-weight:500;
}

#section4 {
    background: #ff6633;
    color: #FFF;
    text-align: center;
    font-weight: 500;
  //  -webkit-transform: rotate(-4deg);
    padding: 40px;
    clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
    padding: 20px;
}

#section5{
	max-width:992px;
	margin:40px auto;
}

#video1{
	//transform: rotate(4deg);
}

.bloc{
	width:65%;
	padding:10px;
	margin:auto;
		max-width: 200px;
}

.encadre{
	background-color:#ffe9e1;
	margin:40px 0;
	padding: 10px 20px 20px 20px;
}

#coeur{
	width: 75%;
    max-width: 350px;
    margin: 20px auto;
}

#fond_mob{
	display:block;
	width:90%;
	margin:auto;
	max-width: 500px;
	margin-bottom:30px;
}

#formulaire {
    width: 100%;
    max-width: 500px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    margin: 10px auto 20px auto;
}

.video{
	//width:80%;
	margin:20px auto;
}


.btnScroll {
	background: #ff6633;
	color: #FFF;
	text-align: center;
	width: 250px;
	margin: 30px auto 20px auto;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
	font-weight: 600;
	cursor: pointer;
	transition-duration: 0.25s;
}

.btnScroll:hover {
	background: #0066cc;
	transition-duration: 0.25s;
}



.gauche{
	text-align: center;
}

.droite{
	text-align: center;
}

.formulaire{
	width:100%;
}

video {
	width:100%;
	max-width:750px;
	margin:auto;
}

footer {
	font-size: 9px;
	line-height: 12px;
	font-weight: 400;
	color: #333;
	background: #dbdbdb;
	padding: 40px 0 100px 0;
	text-align: justify;
	margin-top:40px;
}

.footer_barre {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
    border-top: 10px #fff solid;
    border-bottom: 1px solid #ccc;
}

.scroll-line {
    height: 6px;
    margin-bottom: -2px;
    background: #0066cc;
    width: 0%;
    transition-duration: 0.5s;
}


#signature{
	max-width:992px;
	margin:auto;
}


#signature a {
    text-decoration: none;
    color: #2272ca;
    transition-duration: 0.5s;
    font-weight: 600;
    cursor: pointer;
}

#signature a:hover {
    color: #FF6633;
	}


@media (min-width: 360px) {

#container{
	padding:10px;
}

header{
	padding:10px 0 ;
}

}



@media (min-width: 768px) {

	header {
    background-color: rgba(255,255,255,0.85);
}


#container{

	background:none;
}

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

.bloc{

}

}




@media (min-width: 992px) {

	#container{

	    background-color: rgba(255,255,255,0.70);
}

header{
	background:none;
}

	h1{
		font-size: 45px;
    line-height: 46px;
	}

	h2{
		font-size:36px;
		line-height:40px;
	}

	h2{
		font-size:24px;
		line-height:28px;
	}

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

#fond_mob {
display:none;
	}


#section1{
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: space-between;
}

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

.gauche{
	width:45%;
}

.droite {
    width: 55%;
}

#coeur{
	width: fit-content;
    max-width: none;
}

.col1{
	width:45%;
}

.col2{
	width:45%;
}

}