
/* CSS Document */


html {
  box-sizing: border-box;
  
}

*, *:before, *:after {
  box-sizing: inherit;
}



.column1 {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  padding: 0 4px;
}

.content2 { 
  max-width: 1162px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.row2 {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  align:center;
}

/* Create four equal columns that sits next to each other */
.column {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 0px;
  align:center;
}

.column img {
  margin-top: 20px;
  align:center;
  vertical-align: middle;
  width: 100%;
  border-top-left-radius:20px 20px;border-top-right-radius:20px 20px;border-bottom-right-radius:20px 20px;border-bottom-left-radius:20px 20px;
  box-shadow:0px 0px 20px #000000;
  padding:5px;
}


/*responsive image grid
.column img {
  vertical-align: middle;
  width: 100%;
}*/

.section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.card {
  width: 80%;
  padding: 10px;
  
  box-shadow: 0 5px 10px 0 #06171d;  
  background-color: #06171d;
  
  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;
  /*background-color: #06171d;*/

  /*color: white;*/
}

.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 {
  /*color: #D7C378;*/
  color: #D7C378;
  font-family: 'Poiret One', sans-serif;
  font-size:24px;
  font-weight:600;
  text-shadow:1px 1px 2px #000000;
  text-align: left;
  /*text-transform:uppercase;*/
  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) {

.card {
  width: 100%;
}
} 
