body {background-color: #eae6e0;}

#container {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  min-width: 100px;
  position: relative;
  }
  
#header {background: url(../img/001.jpg) 50% 0 no-repeat fixed; min-height: 600px;}
#first { background: url(../img/002.jpg) 50% 0 no-repeat fixed; height: 630px; padding-top: 160px;}
#footer { background: url(../img/003.jpg) 50% 0 no-repeat fixed; height: 450px; }

#header, #first, #footer {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-size: cover;
  }
#logo {text-align: center;}
#main {
  max-width: 1470px;
  margin: 0 auto;
  }
 
.slogan {
  font-size: 2.6em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: 2em;
  }
.profil {
  background-color: rgba(0,0,0,0.5);
  font-size: 1.8em;
  text-align: center;
  color: #fff;
  }
.accroche {
  background-color: rgba(255,255,255,0.5);
  font-size: 1.7em;
  text-align: center;
  color: #000;
  display: inline-block;
  padding: 0 auto;
  border-radius: 10px;
  } 
.bouton {
	max-width: 150px;
	text-align: center;
	background-color: #df2506;
	border-radius: 10px;
	}
.bouton a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  }
.bouton:hover, .bouton:hover a {
	background-color: #cd552f;
	color: #fff;
	font-weight: bold;
	}
.orange {
  color: #dc2508;
  }
.borb-o {
  border-bottom: solid 1px #dc2508;
  } 
.bgbeige {
  background-color: #eae6e0;
  color: #1a171b;
  }
.titre-av {
	color: #eae6e0;
  background: rgba(112,107,100,0.8);
	border-top: solid 2px #eae6e0;
	border-bottom: solid 2px #eae6e0;
	position: relative;
	top: 10px;
	font-style: italic;
	text-align: center;
	padding: 8px 0 5px 0;
	font-size: 135%;
	}
.illustration {
	z-index: 2;
	max-width: 100%;
	margin-top: -40px;
  }
.readmore {
  float: right;
  font: bold 0.7em Calibri, Optima, Arial, sans-serif;
  letter-spacing: 0.08em;
  margin: 6px 10px;
  text-decoration: underline;
  text-transform: uppercase;
  word-spacing: 0.5em;
  }  
.pt120 { padding-top: 120px; }  
.txtsmall {
  font-size: 0.8em;
  }
/***            RESPONSIVE DESIGN       ***/
@media all and (max-width: 1000px )
  {
    #header, #first {
      font-size: 0.7em;
      }
    #footer h3 .accroche {
      font-size: 0.9em;
      }
  }
@media all and (max-width: 500px )
  {
    #header  h2 {
      display: none;
      }
    #first { 
      padding-top: 30px;
      }
  }