body {
  font-family: arial;
  color: black;
  background-color:  #fcf6f1 ;
  height:100%;
}
@font-face {
  font-family: Times_News;
  src: url("Times_New_Normal_Regular.ttf");
}

h1 {
  font-family: Times_News;
  font-size: 80px;
  color: white;
}
h2 {
  position: relative;
  font-family: Times_News;
  font-size: 45px;
  text-align: center;
  background-color: #fcf6f1;
  z-index: 2;
}
h3 {
  font-family: Times_News;
  font-size: 50px;
}
p { margin: 0px; }

main {
  position: absolute;
  left:0px; top:0px;
  z-index:1;
  width: 100%;
}
article {
  position: absolute;
  margin-top: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%; left:0px;
  z-index: 3;
}
figure {
  position: relative;
  float: left;
}
figcaption {
  text-align: center;
  margin-top: 20px;
  font-size:30px;
}
button {
  padding: 10px 30px 10px 30px;
  border-radius: 10px;
  font-size: 30px;
  border: none;
}
a {
  color: white;
  text-decoration: none;
  border: none;
}
/* Hedaer */
#header {
  position: absolute;
  left: 0px; top:0px;
  margin: 0px;
  width:100%;
}
#menu {
  position:  absolute;
  z-index: 3;
  right: 80px;
  top:80px;
  width: 200px;
  height: 200px;
}
#Iheader {
  position: absolute;
  left:0px; top:0px;
  z-index:1;
  width: 100%;
}
#TitHeader {
  position: relative;
  margin-top: 15%;
  margin-left: 5%;
  width: 80%;
  z-index: 2;
}
#TitHeader button {
  margin-top: 60px;
}
#TeHeader {
  font-size: 35px;
  color: white;
}
#lmenu {
  display: none;
  width: 100%;
}
/* Index */
#Awhy { display: none; }

#lh21 {
  border-top: solid 2px black;
  margin-top: -65px;
  z-index: 1;
  margin-bottom: 40px;
}
#H2why {
  width: 80%;  left:10%;
}
#AGest {
  background-image : url("../images/ma_pratique_gestalt.png");
  display: none;
}
#H2Gest {
  width: 400px;
  left:50%; margin-left:-200px;
}
#ATher {
  background-image : url("../images/ma_pratique_gestalt.png");
  display: none;
}
#H2Ther {
  width: 200px;
  left:50%; margin-left:-100px;
}
#ACavi { display: none; }
#ACons {
  background-image : url("../images/les_consultations_de_therapie.png");
  display: none;
}
#H2Cons {
  width: 350px;
  left:50%; margin-left:-175px;
}
#AInfo {
  background-image : url("../images/ma_pratique_gestalt.png");
  display: none;
}
#H2Info {
  width: 350px;
  left:50%; margin-left:-175px;
}
#texthe {
  text-align:center;
  clear:both;
  margin: 50px 50px 30px 50px;
  font-size: 25px;
  line-height: 1.6;
}
.center {
  position: relative;
  width: 90%;  left:5%;
}
.FIthe {
  width: 30%;
  margin: 30px 10% 30px 10%;
}
.FIthe img { width:100%; }
.FIGest {
  width: 30%;
  margin: 30px 10% 30px 10%;
}
.FIGest img { width:100%; }
#AGest .FIGest:last-of-type {
  margin-left: 35%;
}
.FITher {
  width: 40%;
  margin: 30px 5% 30px 5%;
}
.FITher img { width:100%; }

.Imoins { margin-top: -50px; }
#Ipropos {
  position: relative;
  width: 90%; left: 5%;
}
#Tepropos {
  position: relative;
  width: 90%; left: 5%;
}
#Tepropos p:last-child {
  margin-top: 80px;
}
#ACavi p {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#AInfo img {
  height: 161px;
}
#AInfo figure {
  margin: 30px 80px 30px 80px;
}
.binfos {
 margin-top: 30px;
}
/* footer */
#Footer {
  position: absolute;
  width: 100%;
  left:0px;
  background-color: #6d8574;
  color: white;
  display: none;
}
#Footer p {
  text-align: center;
}
#H3foot {
  font-size: 70px;
  text-align: center;
  color: white;
  margin-bottom: 10px;
}
#stfoot {
  font-family: Times_News;
  font-size: 40px;
  margin-bottom: 30px;
}
#flyon {
  font-size: 50px;
  margin-bottom: 50px;
}
#pprdv {
  font-size: 60px;
  margin-bottom: 50px;
}
#logof {
  margin-bottom: 50px;
 width: 50%;
}
#Footer p:last-child {
  font-size: 30px;
  margin-bottom: 50px;
}
