﻿a:link
{
    color: #8C1500;
    font-weight: bold;
}
a:visited
{
	color: #0E398C;

}
a:hover {
    color: #0E398C;
}
a:active 
{
    color: #0E398C;
}
body
{
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #FFFFFF;
}
p {
    font-family: ofelia-text,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1A1A1A;
    font-size: medium;
}
h1
{
	color: #8C1500;
	font-family: ofelia-text,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 32px;
}
h2
{
    color: #8C1500;
	font-family: ofelia-text,sans-serif;
	font-weight: 600;
	font-style: normal;
    font-size: 28px;
}
h3
{
	color: #8C1500;
	font-family: ofelia-text,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
}
h4
{
	color: #666666;
	font-family: ofelia-text,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
}
h5
{
    color: #400E06;
    font-family: ofelia-text,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
h6
{
	color: #400E06;
	font-family: ofelia-text,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}
hr {
    border: thin solid #8C1500;
    background-color: #8C1500;
    border-radius: 1rem;
		-webkit-box-shadow: 0 2px 5px #A6A6A6;
    box-shadow: 0 2px 5px #A6A6A6;
}
li {
    font-family: ofelia-text,sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #1A1A1A;
}
/*Media-affichage cellulaire*/
@media (max-width: 768px) {
  #cellulaire_masque {
    display: none;	  
  }
  #cellulaire_masque2 {
    display: none;	  
  }	
  #cellulaire_masque3 {
    display: none;	  
  }	 	
  #cellulaire_masque4 {
    display: none;	  
  }	
#cellulaire_show {
    display: run-in;
}	
#cellulaire_show2 {
    display: run-in;
}	
#cellulaire_show3 {
    display: run-in;	
}	
#cellulaire_show4 {
    display: run-in;	
}}

@media (min-width:769px){
  #cellulaire_masque {
    display: run-in;
  }
  #cellulaire_masque2 {
    display: run-in;
  }	
  #cellulaire_masque3 {
    display: run-in;
  }		
#cellulaire_masque4 {
    display: run-in;
  }		
#cellulaire_show {
    display: none;
  }	
#cellulaire_show2 {
    display: none;	
  }    
#cellulaire_show3 {
    display: none;	
  }   	
    
#cellulaire_show4 {
    display: none;	
  }   	
}
