@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: 200px;
}

.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: 260px;
  background: #383737  top center no-repeat;
  overflow: hidden;
}

section#formulaire{
  background: #383737  top center no-repeat;
  overflow: hidden;
  margin-top: 50px;
}

section#header1 h5{
	font-family: 'Open Sans Bold';
	font-size:0.25em;
	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: 5%;
  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;
}
/*	FORMULAIRE */

.container_form {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0px 0px 20px #00000010;
  background-color: white;
  border-radius: 8px;
  font-family: 'Open Sans Bold';
  color: #383737;
}
.form-group {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
}
.form-group input,
.form-group textarea {
  width: 98%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgba(128, 128, 128, 0.199);
  margin-top: 2px;
}

textarea {
  resize: vertical;
}
button[type="submit"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 20px;
  font-size: 24px;
  border-radius: 8px;
  font-family: 'Open Sans Bold';
  color: rgb(27, 166, 247);
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.3s ease background-color;
}
button[type="submit"]:hover {
  background-color: rgb(214, 226, 236);
}
#status {
  width: 90%;
  max-width: 500px;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  border-radius: 8px;
}
#status.success {
  background-color: rgb(211, 250, 153);
  animation: status 4s ease forwards;
}
#status.error {
  background-color: rgb(250, 129, 92);
  color: white;
  animation: status 4s ease forwards;
}
@keyframes status {
  0% {
    opacity: 1;
    pointer-events: all;
  }
  90% {
    opacity: 1;
    pointer-events: all;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}


/*	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;
	margin-top: 50px;
}

section#membres .container{
	height: 250px;
	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: #383737 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 .bloc:nth-of-type(2){
	padding-left: 25px;
}

section#histoire .container li:nth-of-type(2){
	flex-grow: 2;
	text-align: left
}




@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;
  }
} 

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;
}

section#footer h2{
	font-size: 1.6em;
	margin-top: 25px;
}



}

@media screen and (max-width: 700px) {

section#histoire .container .bloc img{
	width: 400px;
}


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) {

section#histoire .container .bloc img{
	width: 300px;
}

section#histoire .container .bloc:nth-of-type(2){
	padding-left: 0px;
}

section#header1 #titre{
  font-size: 50px;
}

section#histoire h2{
	font-size: 1.2em;
}
section#membres h2{
	font-size: 1.2em;
	margin-top: 30px;
}
section#titre h2{
	text-align:center;
	font-size: 1.2em;
	
}
} 