.body {
  font-family: 'Alice', sans-serif;
}
/* The Overlay (background) */
.liste {
/* Height & width depends on how you want to reveal the overlay (see JS below) */  
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  top: 0;
  right: 0;
  background-color: #abc1b2; /* Black fallback color */
  /* background-color: rgba(0,0,0, 0.9);  Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.8s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
/* Position the content inside the overlay */
.liste-contenu {
  position: relative;
  top: 2%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: left; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
/* The navigation links inside the overlay */
.liste a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}
/* When you mouse over the navigation links, change their color */
.liste a:hover, .liste a:focus {
  color: white;
	text-shadow: 2px 2px 5px black;
}
/* Position the close button (top right corner) */
.liste .closebtn {
  color: white;
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 40px;
}
.liste-contenu-ligne {
  text-align: center; /* Centered text/links */
}
.liste-ligne a {
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: inline; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}
/* When you mouse over the navigation links, change their color */
.liste-ligne a:hover, .liste a:focus {
  color: white;
	text-shadow: 2px 2px 5px black;
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .liste a {font-size: 20px}
  .liste .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/* The navigation bar */
.menu {
  overflow: hidden;
  background-color: #abc1b2;
  position: fixed; /* Set the menu to fixed position */
  top: 0; /* Position the menu at the top of the page */
	right: 0;
  width: 40px; /* Full width */
}

/* Links inside the menu */
.menu a {
  float: right;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.menu a:hover {
  background: #abc1b2;
  color: black;
	align-content: center;
}

/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
}

.titre
{
	font-family: 'Montserrat';
	font-weight:bold;
	font-size: 24pt;
	color:white;
	font-variant: small-caps;
	text-shadow: 2px 2px 5px black;
	text-align: center;
}
.soustitre
{
	color: white;
	font-size: 14pt;
	font-weight: bold;
	text-shadow: 1px 1px 3px black;
}
.souligne
{
  text-decoration: underline;
}
.ligne
{
  height: 5px;
	width: 8%;
	color: white;
	background-color: white;
	text-align: center;
}
.lettrine
{
  font-family: 'Alice';
  color:#abc1b2;
	font-weight: bold;
	float: left;
	width: 0.8em ;
	height: 0.8em;
	font-size: 550%;
	line-height: 90%;
  font-style: normal;
  font-weight: 500;
}
.texte
{
	font-family: 'Alice';
  color:black;
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
}
.texte-serif
{
  font-family: "Alice";
  font-style: normal;
	font-size: 14pt;
  font-weight: 400;
	text-align: justify;
}
.texte-serif-tarifs
{
  font-family: "Alice";
  font-style: normal;
	font-size: 14pt;
  font-weight: 400;
	text-align: left;
}
.texte-serif-temoignages
{
  font-family: "Alice";
  font-style: italic;
	font-size: 14pt;
  font-weight: 400;
	text-align: justify;
}
.texteblanc
{
	color: white;
	font-size: 14pt;
	font-style: normal;
	text-shadow: 1px 1px 3px black;
}
.textenoir
{
	font-family: 'Montserrat';
  color:black;
	font-weight: normal;
	text-align: none;
}
.textegras
{
	font-size: 14pt;
	font-family: 'Montserrat';
	 color:black;
	font-weight: bold;
	text-align: none;
}
.textevert
{
	font-family: 'Alice';
  color:#abc1b2;
	font-size: 14pt;
	font-weight: normal;
	text-align: none;
}
.textenoirpetit
{
	font-family: 'Alice';
	font-size: 12pt;
  color:black;
	font-weight: 100;
	font-style: normal;
	text-align: center;
}
.texterouge
{
	font-family: 'Alice';
  color:#C00000;
	font-weight: bold;
	text-align: justify;
}
.citation
{
	font-family: 'Montserrat';
	color:black;
	font-size: 14pt;
	font-weight: 100;
	font-style: italic;
	text-align: center;
	text-shadow: 2px 2px 5px #abc1b2;
}
.filtre-vert{
        filter: invert(95%) sepia(3%) saturate(1201%) hue-rotate(83deg) brightness(82%) contrast(82%);
    }
.fondvert
{
  background:#abc1b2;
}
.img {
  border-radius: 50%;
}
.fondrose
{
  background:#ebd8df;
}
.link:hover,.link:link,.link:visited
{
  color:#abc1b2;
}
.a:link,.a:visited
{
  color:black;
}
.link:link,.link:visited
{
	color: black;
  text-decoration: none;
}
.link:hover,.link:active
{
	color: black;
	text-shadow: 2px 2px 5px black;
}
.textarea
{
    color:black;
}
.popup
{
  color:black;
	font-weight: normal;
	text-align: justify;
}
.titrepopup
{
	  font-family: 'Montserrat';
	font-weight:bold;
	color:black;
font-variant: small-caps;
	text-shadow: 2px 2px 5px gray;
	text-align: center;
}
.responsive {
  width: 100%;
  height: auto;
}
/*!
 *  Footer
*/.basdepage{
font-size: 12pt;
  position: inherit;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color:transparent;
  color:black;}

/* exemple outline :

	text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black; 

 ombre portée :

	text-shadow: 2px 2px 5px black;

*/
/* alice-regular - latin */
@font-face {
  font-family: 'Alice';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/alice-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/alice-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/alice-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/alice-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/alice-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/alice-v12-latin-regular.svg#Alice') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v18-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/*!