
/* CSS Document */


html {
  box-sizing: border-box;
  
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 4px;
}

/*responsive image grid*/
.column img {
  vertical-align: middle;
  width: 100%;
}

.section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.card {
  width: 80%;
  box-shadow: 0 5px 10px 0 #06171d;  
  background-color: #06171d;
  padding: 10px;
  border-top-left-radius:0px 0px;border-top-right-radius:20px 20px;border-bottom-right-radius:0px 0px;border-bottom-left-radius:20px 20px;
  border-width: 1px;
  border-bottom: solid #637d83;
  border-right: solid #637d83;/**/
  border-color: #213a41;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  
}

.titre {
  text-align: center;
  
  font-size:26px;
  font-weight:600;
  font-family: 'Poiret One', sans-serif;
  color: #f0c1a4;
  text-shadow:1px 1px 2px #000000;
  
}

.about-section {
  padding: 50px;
  text-align: center;
}

.container {
  width: 100%;
  padding: 10px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #040e11;
  border-top-left-radius:0px 0px;border-top-right-radius:10px 10px;border-bottom-right-radius:0px 0px;border-bottom-left-radius:10px 10px;
   
  
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title-form {
  color: #D7C378;
  font-family: 'Poiret One', cursive;
  font-size:22px;
  font-weight:400;
  text-shadow:1px 1px 2px #000000;
  text-align: center;

}

.button {
  width: 40%;
  min-width: 250px;
  align: center;
  border:2px solid #264046;
  border-top-left-radius:0px 0px;border-top-right-radius:20px 20px;border-bottom-right-radius:0px 0px;border-bottom-left-radius:20px 20px;
  display: inline-block;
  color: #F0C1A4;
  font-family: 'Poiret One', cursive;
  font-size:22px;
  font-weight:400;
  text-align: center;
  padding: 20px;
  margin-top: 10px;
  cursor: pointer;
  background-color: #A8675E;
  box-shadow:3px 3px 5px #000000;
}

.button:hover {
  background-color: #A8675E;
  border:2px solid #F0C1A4;
}




.input {
    padding: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    resize: vertical;
	width: 100%;
	border:2px solid #F0C1A4;
	background-color: #B8D2D9; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;
	border-radius: 10px;
	height: 40px;
	font-family: Arial, sans-serif;
    font-size: 16px;
    color: #06171D;
    font-weight: normal;
}

.input_textarea {
    padding: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    resize: vertical;
	width: 100%;
	border:2px solid #F0C1A4;
	background-color: #B8D2D9; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;
	border-radius: 10px;
	height: 130px;
	font-family: Arial, sans-serif;
    font-size: 16px;
    color: #06171D;
    font-weight: normal;
}



/*portable*/

.title {
  color: #D7C378;
  font-family: 'Poiret One', sans-serif;
  font-size:24px;
  font-weight:600;
  text-shadow:1px 1px 2px #000000;
  text-align: left;
  letter-spacing:2px;
  line-height:normal;


}

.paragraphe {
    font-family: 'Poiret One', sans-serif;
    font-size:24px;
    font-weight:400;
	color: #B9D3D9;
	line-height:normal;
    text-align: justify;

}



/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
.button {
  width: 100%;
 
}

.card {
  width: 100%;
}
} 
