/* CSS Document */


html {
  box-sizing: border-box;
  
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 4px;
}

/*responsive image grid*/
.column img {
  vertical-align: middle;
  width: 100%;
}

.section {
  padding-top: 300px;
}

.card {
  /**/box-shadow: 0 5px 10px 0 #06171d;  
  /**/background-color: #06171d;
  padding: 10px;
  margin: 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-style: solid;*/
  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', cursive;*/
  /*font-family: 'Cinzel Decorative', cursive*/;
  font-family: 'Poiret One', sans-serif;
  /*color: #D7C378;*/
  color: #f0c1a4;
  text-shadow:1px 1px 2px #000000;
}

.about-section {
  padding: 50px;
  text-align: center;
  /*background-color: #06171d;*/

  /*color: white;*/
}

.container {
  width: 100%;
  padding: 0 5px;
  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: #B9D3D9;
  font-family: 'Poiret One', cursive;
  font-size:24px;
  font-weight:400;
  text-shadow:1px 1px 2px #000000;
  text-align: center;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px;/**/
  cursor: pointer;
  background-color: #06171d;/**/
  width: 100%;
}

.button:hover {
  background-color: #06171d;
}

@media screen and (max-width: 1366px) {
 
.section {
  padding-top: 220px;
}

}




@media screen and (max-width: 1152px) {
  .column {
    width: 50%;
    display: block;
}

.section {
  padding-top: 180px;
}

}

@media screen and (max-width: 820px) {
  .column {
    width: 100%;
    display: block;
}

.section {
  padding-top: 160px;
}

}
