@font-face {
    font-family: 'Open Sans Regular';
    src: url('font/OpenSans-Regular.woff2') format('woff2'),
        url('font/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('font/OpenSans-Bold.woff2') format('woff2'),
        url('font/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

html, body{
	height: 100%;
	margin: 0;
	font-family: 'Open Sans Regular';
	background-color: #383737;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

li{
	position: relative;
}

.container{
	max-width: 1200px;
	margin: 0 auto;
}

section#headMenu{
	background-color: #383737;
	height: 50px;
}

#logo{
	width: 700px;
}

.topnav {
  	overflow: hidden;
	max-width: 720px;
	margin: 0 auto;
	background-color: #383737;
}

.topnav a {
  	float: left;
  	display: block;
  	color: #f2f2f2;
  	text-align: center;
 	padding: 14px 16px;
  	text-decoration: none;
  	font-size: 17px;
}

.topnav a:hover {
  	color: #FEDA00;
}

.topnav a.active {
  	background-color: #E86E31;
  	color: white;
}

.topnav .icon {
  	display: none;
}

/* IMAGE */


section#header1{
  height: 2500px;
  background: #383737  top center no-repeat;
  overflow: hidden;
}

section#header1 h5{
	font-family: 'Open Sans Bold';
	font-size:0.3em;
	margin: 0;
	padding: 0;
}

section#header1 h1{
	font-family: 'Open Sans Bold';
	font-size:1.2em;
	margin: 0;
	padding: 0;
}

section#header1 .background-image{
	width: 100%;
}

section#header1 #titre{
  position: absolute;
  margin-top: 20%;
  left: 0;
  right: 0;
  color: #FFF;
  text-align: center;
  font-family: 'Open Sans Bold';
  font-weight: 300;
  font-size: 80px;
  letter-spacing: 10px;
   margin-left: 10px;
  margin-right: 10px;
}

/*	PREVISION */
section#membres h2{
	font-family: 'Open Sans Bold';
	text-align: left;
	font-size: 2.0em;
	color: white;
	margin-top: 45px;

}
section#membres h2 img{
	width: 30px;
	margin-right: 20px;
	margin-left: 20px;
}

section#membres{
	background-color: #383737;
}

section#membres .container{
	height: 180px;
	margin: auto;
	list-style: none;
	padding: 0;
	display: flex;
}

section#membres .container:nth-of-type(1){
	height: 70px;
}
section#membres .container .nav_flex{
	text-align: center;
	flex-shrink: 1;
	flex-grow: 1;
	flex-basis: 0;
	margin: 5px;
	padding-top: 35px;
	font-size:1.0em;
	color: white;
}


section#histoire{
	background: #273141 url('DESIGN/background4.jpg') no-repeat center;
}

section#histoire h2{
	text-align: left;
	font-family: 'Open Sans Bold';
	font-size: 2.0em;
	color: white;
	margin-top: 20px;
}

section#histoire .container h3{
	margin-bottom:10px;
	font-family: 'Open Sans Bold';
}

section#histoire .container{
	height: 300px;
	margin: auto;
	list-style: none;
	padding: 0;
	display: flex;
}

section#histoire .container .bloc{
	font-size: 1.0em;
	text-align: left;
	flex-shrink: 1;
	flex-grow: 1;
	flex-basis: 0;
	margin: 10px;
	color: white;
}

section#histoire .container li:nth-of-type(2){
	flex-grow: 2;
	text-align: right;
}





@media screen and (max-width: 1000px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

@media screen and (max-width: 1000px) {
	.topnav {
	max-width: 1000px;
	}

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 

#logo{
	width: 400px;
}


section#header1 #affiche{
  width: 400px;
}

section#header1 #titre{
  font-size: 60px;
}


section#membres h2{
	font-size: 1.6em;
	margin-top: 30px;
}




section#histoire .container{
	height: 500px;
	margin: auto;
	display: flex;
	flex-basis: 100%;
	flex-direction: column;
	flex:1;
}

section#histoire .container .bloc{
	text-align: center;
}
section#histoire .container .bloc h2{
	text-align: center;
}
section#histoire .container li:nth-of-type(2){
	text-align: center;
}
section#histoire h2{
	font-size: 1.6em;
}





}

@media screen and (max-width: 700px) {
	

section#membres .container{
	height: 450px;
	margin: auto;
	display: flex;
	flex-basis: 100%;
	flex-direction: column;
	flex:1;
}

section#membres .container .nav_flex{
	margin: 0px;
	padding-top: 0px;
	font-size:0.8em;
	color: white;
}

section#histoire h2{
	font-size: 1.4em;
}
section#histoire .bloc:nth-of-type(2) img{
	width: 350px;
}
section#membres h2{
	font-size: 1.4em;
	margin-top: 30px;
}

} 

@media screen and (max-width: 480px) {

#logo{
	width: 250px;
}


section#header1 #titre{
  font-size: 50px;
}



section#histoire h2{
	font-size: 1.2em;
}
section#membres h2{
	font-size: 1.2em;
	margin-top: 30px;
}

} 