@charset "utf-8";
html,body { 
   
font-size:18px;
background-color:white;
height:100%;

}



html, body, h1, form, fieldset, legend, ol, li {
	margin: 0;
	padding: 0;
	}



#textint{
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 20px;
	padding-bottom: 20px;

}



 #line {
	  background-image:url(../img/line.png);
	  background-repeat: repeat;
		height:10px;
	position :relative;
	margin-top : 3px;
	margin-bottom:3px; 
	

	 
 }


h1 {
	font-size:28px;
	margin:auto;
	margin-bottom: 10px;
}

h3 {
	font-size:22px;
	margin-top:0px;
	margin-bottom: 30px;
}

h4 {
	font-size:22px;
	margin-top:0px;
	margin-bottom: 10px;
}


a:link {
	color: black;
}
a:visited {
	color: black;
}

#global {
  min-height: 100%;
  
  margin-left: auto; 
  margin-right: auto;
   
  background-color:white; 
  z-index:1;
}

#logo {
    margin:auto;
	padding:10px;
    text-align:center;
  
  z-index:1;
}

	
p {
  margin-top: auto;
    color: #000;
   
 
	font-size:25px;
  
}

.videoWrapper {
	margin-top:10px;
  
}

p span {
  color: #FFF;
}

#contenu {
  position: relative;
    height:auto;
  background-color:white; 
	 text-align: center;
	overflow:auto;
	
	
 
  }
 
 #textint {
 
	position:relative;
	padding-left:80px;
	padding-right:80px;
 
  } 

 #flag {
	margin-left:20px; 
} 
  
  
  #ml {
  position: relative;
  padding-left:75px;
  padding-right:75px;
  padding-top:20px;
  background-color:white; 
 
  font-size : 18px; 
 
  }
    #ml p {
 
  font-size : 18px; 
 
  }
  

.center
{
	text-align:center;
}

#pieddepage {
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 65px;
	clear:both;
		text-align:center;
	 background-color:  #333;
	 color: white;
	 padding-top:15px;
	font-size: 18px;
}

#pieddepage a {
	
	 color: white;
	
	
} 


 

@media(max-width: 805px)
{
	
body { 
   
font-size:16px;

}

#textint {
 
	position:relative;
	padding-left:20px;
	padding-right:20px;

 
  }

#flag {
	margin-left:20px; 
}

 #ml {

  padding:10px;
 
  }
  



h1 {
    font-size: 20px;
      margin-bottom:10px;
}


.videoWrapper {
	  margin-top:10px;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#logo {
  position: relative;
}

#logo img {
  position: relative;
  width: 95%;
  height: auto;
}

    



}
