﻿a:link{
    color: #00683F;
    font-weight: bold;
    text-decoration: none;
}	
a:visited{
	color: #EB1C2C;
}
a:hover {
    color: #0C0DE8;
    text-decoration: none;
}
a:active{
	color: #037341;
}
body{
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
p {
    font-family: "pelago", sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #150D06;
	font-variant: normal;
	font-size: 16px;
}
h1 {
	font-size: 30px;
    font-family: "pelago", sans-serif;
    font-weight: 400;
	color: #00683f;
}
h2 {
	font-size: 24px;
    font-family: "pelago", sans-serif;
    font-weight: 400;
	color: #0c0de8;
}
h3 {
	font-size: 18px;
    font-family: "pelago", sans-serif;
    font-weight: 400;
	color: #037341;
}
h4 {
    font-size: 18px;
    font-family: "pelago", sans-serif;
    font-weight: 400;
    color: #EB1C2C;
}
h5 {
	font-size: 18px;
    font-family: "pelago", sans-serif;
    font-weight: 400;
	color: #037341;
}
h6 {
	font-size: 18px;
    font-family: "pelago", sans-serif;
    font-weight: 400;
	color: #037341;
}
hr {
    background-color: #037341;
}
li {
    font-family: "pelago", sans-serif;
    font-weight: 400;
	color: #150D06;
	font-variant: normal;
	font-size: 16px;    
}
/*Media-affichage cellulaire*/
@media (max-width: 768px) {
  #cellulaire_masque {
    display: none;	  
  }
  #cellulaire_masque2 {
    display: none;	  
  }	
  #cellulaire_masque3 {
    display: none;	  
  }	
#cellulaire_show {
    display: run-in;
}	
#cellulaire_show2 {
    display: run-in;
}	
#cellulaire_show3 {
    display: run-in;	
}}

@media (min-width:769px){
  #cellulaire_masque {
    display: run-in;
  }
  #cellulaire_masque2 {
    display: run-in;
  }	
  #cellulaire_masque3 {
    display: run-in;
  }		
#cellulaire_show {
    display: none;
  }	
#cellulaire_show2 {
    display: none;	
  }    
#cellulaire_show3 {
    display: none;	
  }   	
}
