html, body {
	height: 100%;
	width: 100%;
}	

html, body, .ombre_texte {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
   
	
}

.ombre_texte {
  color: #131313;
  
  letter-spacing: .15em;
  text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181, -7px 14px 1px #868585, -8px 16px 1px #8b8a89, -9px 18px 1px #8f8e8d, -10px 20px 1px #949392, -11px 22px 1px #999897, -12px 24px 1px #9e9c9c, -13px 26px 1px #a3a1a1, -14px 28px 1px #a8a6a6, -15px 30px 1px #adabab, -16px 32px 1px #b2b1b0, -17px 34px 1px #b7b6b5, -18px 36px 1px #bcbbba, -19px 38px 1px #c1bfbf, -20px 40px 1px #c6c4c4, -21px 42px 1px #cbc9c8, -22px 44px 1px #cfcdcd, -23px 46px 1px #d4d2d1, -24px 48px 1px #d8d6d5, -25px 50px 1px #dbdad9, -26px 52px 1px #dfdddc, -27px 54px 1px #e2e0df, -28px 56px 1px #e4e3e2;
  
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 92px;
  padding: 80px 50px;
  text-align:center; /* centrage horizontal */
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  
  display:table-cell; 
  vertical-align:middle
}

.div_Texte {
	position: fixed;
    height: 90%; 
	text-align:center; 
    display:table;
    width:100%;
}






.opacite {
  position: relative;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

h1 {
  font-size: 24px;
  font-weight: 800;
  line-height: 48px;
}

h2 {
  text-align: center;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: justify;
}

.headline-wrapper {
  height: 60px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #000;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
}
.headline-wrapper .headline {
  max-width: 920px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  line-height: 60px;
}
.headline-wrapper .headline .logo {
  text-transform: uppercase;
  float: left;
  font-weight: 800;
  font-size: 30px;
  margin-right: 30px;
}
.headline-wrapper .headline .logo span {
  color: aqua;
  font-weight: 300;
  font-style: italic;
}
.headline-wrapper .headline .nav-left {
  float: left;
}
.headline-wrapper .headline .nav-left a {
  display: inline-block;
  background: linear-gradient(#7fffd4, #00ffff);
  color: #333;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 3px;
  margin: 0 3px;
  position: relative;
}
.headline-wrapper .headline .nav-left a:active {
  background: aqua;
  top: 1px;
}
.headline-wrapper .headline .nav-right {
  float: right;
}
.headline-wrapper .headline .nav-right a {
  display: inline-block;
  background: linear-gradient(#666666, #333333);
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 3px;
  margin: 0 3px;
  position: relative;
}
.headline-wrapper .headline .nav-right a:active {
  background: #333;
  top: 1px;
}

.content-wrapper {
  width: 920px;
  padding: 60px 20px;
  margin: 0 auto;
}
.content-wrapper .post {
  border-radius: 3px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  margin: 20px 0;
}

.clearfix {
  clear: both;
}

@media screen and (max-width: 940px) {		
	.content-wrapper {
		width: 100%;
	}
}

@media screen and (max-width: 1179px) {		
	.div_Texte {
		display:block;	
	}
	
	.content-wrapper .post {
		padding-top: 250px;
	}
}

@media screen and (max-width: 650px) {		
	.ombre_texte {
	  font-size: 38px;
	}
	
	.content-wrapper .post {
		padding-top: 110px;
	}
}

@media (max-width:650px) and (min-width:546px) {
    .ombre_texte {
		padding-left: 100px;
	}
}



/* Bouton Menu */
#Bouton_Menu{
    width: 50px;
    height: auto;
    position: fixed;
    left: 0;
    margin-top: 27px;
    margin-left:15px;
    z-index: 100;
    display: inline-block;
    border: none;
    color: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-family: Verdana, serif;
    font-size: 16px;
    padding: 10px 16px;
    box-shadow: inset 0 1px 1px 0 #90ADD2,0 5px 0 0 #223955,0 8px 5px 0 #B3B3B3;
    -moz-box-shadow: inset 0 1px 1px 0 #90ADD2,0 5px 0 0 #223955,0 8px 5px 0 #B3B3B3;
    -webkit-box-shadow: inset 0 1px 1px 0 #90ADD2,0 5px 0 0 #223955,0 8px 5px 0 #B3B3B3;
    text-shadow: 0 1px 0 #48576D;
    background-image: linear-gradient(to top, #5884BC, #395e8d);
    background-color: #4471a9;
    text-decoration: none;
    text-align: center;
}
#Bouton_Menu:hover, #Bouton_Menu:active{
	 border: none;
	 color: #FFF;
	 box-shadow: inset 0 1px 0 0 #90ADD2,0 2px 0 0 #223955,0 4px 3px 0 #6B6B6B;
	 -moz-box-shadow: inset 0 1px 0 0 #90ADD2,0 2px 0 0 #223955,0 4px 3px 0 #6B6B6B;
	 -webkit-box-shadow: inset 0 1px 0 0 #90ADD2,0 2px 0 0 #223955,0 4px 3px 0 #6B6B6B;
	 background-color: #395e8d;
}




