@charset "utf-8";
/* CSS Document */
a:link {
    color: #000066;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
	color: #00612B;
}
a:hover {
    color: red;
    text-decoration: none;
}
a:active {
	color: #0000CC;
}
body {
    background-position: center top;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
p {
	font-family: playfair-display,serif;
	font-weight: 400;
	font-style: normal;
	font-size: medium;
	color: #212121;
}
h1 {
	font-family: playfair-display,serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	color: #014A22;
}
h2 {
	font-family: playfair-display,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	color: #00612B;	
}
h3 {
	font-family: playfair-display,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #c2931f;
}
h4 {
	font-family: playfair-display,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #0000cc;
}
h5 {
	font-family: playfair-display,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #00612B;
}
h6 {
	font-family: playfair-display,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #00612B;
}
hr {
    border: thin ridge #014A22;
    background-color: #014A22;
}
li {
	font-family: playfair-display,serif;
	font-weight: 400;
	font-style: normal;
	font-size: medium;
	color: #212121;
}
/*Media-affichage cellulaire*/
@media (max-width: 768px) {
  #cellulaire_masque {
    display: none;
  }
#cellulaire_show {
    display: run-in;
}}

@media (min-width:769px){
  #cellulaire_masque {
    display: run-in;
  }
#cellulaire_show {
    display: none;
  }    
}
