* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
	background-color:#EDEDED;
}
.page {
  display: flex;
  flex-wrap: wrap;
  font-variant: small-caps;
  font-family:Times new roman,Arial;
  color:white;
}

.section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content:center;
  
}

.topnav {
  overflow: hidden;
  background-color:rgba(0,47,47, 1);
  width:100%;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size:20px;
}

.topnav a:hover {
  background-color:rgba (0,47,47);
  color:#EFECCA;
  font-weight:bold;
  font-size:20px;
}

.topnav a.active {
  background-color:rgba (0,47,47);
  color:#EFECCA;
  font-weight:bold;
  font-size:20px;
  
}

.topnav .icon {
  display: none;
}

.header {
  background-color: #046380;
  display:block;
  text-align:center;
}
.header h2{
	color:white;
	margin-top:10px;
	font-variant: small-caps;
	font-family:Times new roman,Arial;
	margin-bottom:10px;
}

.header p{
margin-top:10px;
font-family:Times new roman,Arial;
font-variant: small-caps;
font-size:30px;
color:white;
}

.content {
	display:block;
	background-color:white;
	color:black;
	font-family:Times new roman,Arial;
	font-variant: small-caps;
	font-size:16px;
}
.content p {
	Margin:12px;
	
}
	
.content p.note{
	font-size:14px;
	font-weight:bold; 
}
.imageresponsive {
  width: 100%;
  height: 150px;
} 


.sign-up {min-height:200px;display:block;background-color: #A7A37E;color:white;text-align:center;font-size:24px;border-right:2px solid white;border-top:2px solid white;border-bottom:2px solid white;
}
.sign-up input[type=text], select, textarea{width:80%;height:40px;border: 1px solid #ccc;border-radius: 4px;box-sizing: border-box;resize: vertical;font-size:16px;vertical-align:center;
}
.sign-up input[type=submit]{width:80%;height:40px;margin-top:10px;border-radius:4px;font-family:bold,Times new roman,Arial;font-variant: small-caps;font-size:18px;}
.sign-up p.maxlargeur{margin-top:10px;margin-left:auto;margin-right:auto;width:95%;padding:5px;background-color: rgb(240, 239, 226);border-radius:2px;
}
.sign-up a.acces{color:rgb(115,75,21);font-size:18px;text-decoration:none;
}

.sign-up a.acces:hover{color:red;}
.sign-up a.normal{font-size:24px;color: rgb(240, 239, 226);}
.sign-up a{color:white;	}


.feature-1 {display:block;color:white;background-color: #A7A37E;font-size:16px;color:white;min-height:200px;border-top:2px solid white;border-bottom:2px solid white;}
.feature-1 a{color:white;text-decoration:none;}
.feature-1 a:hover{color:red;text-decoration:none;}
.feature-1 h1{width:95%;margin:auto;text-align:center;}
.feature-1 p {font-size:20px;text-align:left;width:100%;margin-left:5px;}

.feature-2 {
  border-right:2px solid white;border-bottom:2px solid white;
  background-color: #EFECCA;
  font-size:40px;
  min-height:200px;
  
}

.feature-3 {
  border-bottom:2px solid white;
  background-color: #046380;
  font-size:40px;
  min-height:200px;  
}
.feature-3 a{text-align:center;width:100%;}
.footer{
	background-color: #002F2F;
	min-height:100px;
	color:white;
}

.feature-1 p,.feature-2 p,.feature-3 p,.footer  p{
width:95%;
}

/* Mobile Styles */
@media only screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/* Tablet Styles */
@media only screen and (min-width: 601px) and (max-width: 1399px) {
  .content{
	  order:1;
	  
  }
  
  .sign-up,
  .feature-1,
  .feature-2,
  .feature-3 {
    width: 50%;
	order:2;
}
 .footer{
	  order:2;
	  
  }
.menu ul li.right{float:right;}

.sign-up input[type=text], select, textarea{

  width:50%;
}
.sign-up input[type=submit]{
	width:50%;
	
}
.imageresponsive {
  width: 100%;
  height: auto;
} 
.header p{

	font-size:60px;

}
}
/* Desktop Styles */
@media only screen and (min-width: 1400px) {
  .page {
    width: 1200px;
    margin: 0 auto;
  }
  .content{
	  order:1;
	  
  }
  
  .sign-up,
  .feature-1,
  .feature-2,
  .feature-3 {
    width: 50%;
	order:2;
  }
  .footer{
	  order:2;
	  
  }
  .sign-up input[type=text], select, textarea{

  width:50%;
}
.sign-up input[type=submit]{
	width:50%;
	
}
.menu ul li.right{float:right;}
.imageresponsive {
  width: 100%;
  height: auto;
} 
.header p{

	font-size:60px;

}
}


