/*
COULEURS:
gris:         #D3D3D3;
gris-foncé:   #4F5F5D;
rouge:        #C5645B;
jaune:        #FFCC66;
bleu clair:   #9BB5BB;
bleu fonce:   #415C71;
*/
@import url("fonts.css");
@import url("menu_style.css");
@import url("pageTransition_style.css");
html{
  margin: 0 ;
  padding: 0 ;
  font-family: sans-serif;
  font-family: arial;
}
body{
  margin: 0 ;
  padding: 0;
}
.wrapper{
  width:100%;
  height: auto;
  background-color:rgb(83, 112, 72);

}
.wrapper_content{
  width: 100%;
  height: auto;
  background-color: #ededed;
  margin: 0 auto;
}
/************* MENU ***************/

/************* TEXT ***************/

/************* CONTENT ************/

.content{
  width: 100%;
  height: auto;
  /*background-color:#996;*/
  background-color: #ededed;
}
.content_content{
  width: 950px;
  height: auto;
  margin: 10px auto 0 auto;
  /*background-color: rgb(31, 139, 218);*/
}

/****** CONTENT ********/
.text_content{
  width: 100%;
  height: auto;

}
.text_content h1{
  text-align: center;
  color: #c5645b;
  font-family: "CaviarDreams";
  font-size: 2rem;
}
.text_content h2{
  font-family: "CaviarDreams";
  position: relative;
  left: 20px;
  color: #c5645b;
  font-size: 1.3rem;
}
.text_content p{
  color: #415C71;
  font-family: "CaviarDreams";
}
.text_content .dot{
  position: absolute;
  margin-top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #c5645b;
}
/*************FOOTER*******************/
.footer{
  position: relative;
  bottom: 0;
  width:100%;
  height: 30px;
  /*background-color: #4F5F5D;*/
}
.footer_content{
  position: relative;
width:100%;
height:30px;
background-color: #C5645B;
clear: both;
font-size: .8rem;
font-family: "CaviarDreams";
margin:0 auto;
}
.footer_content p{
  margin: 0 auto;
  padding: 6px;
  text-align: center;
}
