﻿a:link
{
    color: #465EE3;
    font-weight: bold;
    text-decoration: none;    
}
a:visited
{
    color: rgba(58,77,186,1.00);
}
a:hover 
{
    color: #141A40;
    text-transform: none;
    text-decoration: none;
}
a:active 
{
    color: #465EE3;
}
body
{
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #ffffff;
    background-attachment: fixed;
}
p {
    font-family: "noto-serif", serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(20,26,64,1.00);
    font-size: medium;
}
h1
{
    font-family: "noto-serif", serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(43,58,140,1.00);
    font-size: 32px;
}
h2
{
    font-family: "noto-serif", serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(20,26,64,1.00);
    font-size: 28px;
}
h3
{
    font-family: "noto-serif", serif;
    font-weight: 400;
    font-style: normal;
	color: #465EE3;
    font-size: 28px;
}
h4
{
    font-family: "noto-serif", serif;
    font-weight: 400;
    font-style: normal;;
	color: #465EE3; 
    font-size: large;
}
h5
{
    font-family: "noto-serif", serif;
    font-weight: 400;
    font-style: normal;
	color: #3A4DBA;
}
h6
{
    font-family: "noto-serif", serif;
    font-weight: 400;
    font-style: normal;
	color: #3A4DBA; 
    font-size: medium;
}

li {
    font-family: "noto-serif", serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(60,60,60,1.00);
    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;	
  }   	
}