﻿a:link{
    color: #00B7EB;
    font-weight: bold;
    text-decoration: none;    
}	
a:visited{
	color: #00B7EB;
}
a:hover {
    color: #00B7EB;
}
a:active{
	color: #00B7EB;
}
body{
    background-size: 1920px 1080px;
    background-position: center top;
    background-color: #f8f9fa;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
p {
    font-family: "libre-franklin", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #373737;
    font-size: medium;
}
h1 {
    font-size: 30px;
    font-family: "libre-franklin", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #00B7EB;
}
h2 {
	font-size: 24px;
    font-family: "libre-franklin", sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #575757;
}
h3 {
	font-size: 24px;
    font-family: "libre-franklin", sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #575757;
}
h4 {
    font-size: 18px;
    font-family: "libre-franklin", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #575757;
}
h5 {
	font-size: 18px;
    font-family: "libre-franklin", sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #575757;
}
h6 {
    font-size: 18px;
    font-family: "libre-franklin", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #575757;
}
hr {
    border: thin ridge #424242;
    background-color: #424242;
}
li {
    color: #00B7EB;
    font-family: "libre-franklin", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: medium;    
}


/*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;	
  }   	
}

