/* color scheme
bleu 	 = #00566b
orange = #faa82c
vert   = #579e9e
*/

@font-face {
    font-family: 'meb';
    src: url('meb-webfont.woff2') format('woff2'),
         url('meb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body { background: #ed5e50; font-family: Arial, Helvetica, sans-serif; font-size: 15px; text-align: center; }

a { text-decoration: none }
h1 {
  font-family: 'meb', Verdana, Arial, Helvetica, sans-serif;
  font-size: 2.75em;
  text-transform: uppercase;
  white-space: pre-wrap;
}
p { font-size: 1.2em; text-align: justify; }

.main {
  background: url(BG.png) no-repeat top left;
  background-size: contain;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  height:634px;
  margin: 150px auto;
  position: relative;
  width:990px;
}

.lesite {
  bottom: 25px;
  color:#ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  position: absolute;
  right: 50px;
}

.txt {
  background: url(etiquette.png) no-repeat center right;
  color: #3b5476;
  left: 25px;
  position: absolute;
  text-align: left;
  top:20%;
  width: 250px;
}

.btn {
  background: #3b5476;
  border-radius:24px;
  color: #ffffff;
  display: inline-block;
  padding: 5px 20px;
}

.btn:hover { background: #ed5e50; }


@media (max-width: 1180px) { 
  .main { margin: 80px auto; }
}

@media (max-width: 990px) {
  .main { margin: 30px auto; height:576px; width: 900px; }
}

@media (max-width: 850px) {
  .main { height:506px; width: 790px; }
}


@media (max-width: 570px) {
  .main { 
    background: #ffcd2f;
    height: auto;
    overflow: hidden;
    padding: 15px;
    width: 85%;
  }
  .txt {
    position: relative;
    width: 90%;
  }
  .lesite { 
    bottom: auto;
    color: #3b5476;
    padding-top: 15px; 
    position: relative;
    right: auto;
  }

}

@media (max-width: 475px) {

}

@media (max-width: 375px) {

}

