﻿a:link
{
    color: #065C7D;
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
	color: #0F7197;

}
a:hover {
    color: #D01A3D;
    text-decoration: none;
}
a:active 
{
	color: #CA003D;
}
body
{
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #FFFFFF;	
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
p {
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
    color: #001339;
    font-size: medium;
}
h1
{
	color: #065C7D;
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
}
h2
{
    color: #CA003D;
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
    font-size: 28px;
}
h3
{
	color: #0F7197;
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
}
h4
{
	color: #CA003D;
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
}
h5
{
	color: #CA003D;
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}
h6
{
	color: #7F7F71;
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}
hr {
	border: thin ridge #CA003D;
	background-color: #CA003D;
}
li {
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
    color: #CA003D;
    font-size: medium;
}
/*Media-affichage cellulaire-ordinateur*/
/* Par défaut (desktop) */
.hide-desktop { display: none; }
.show-desktop { display: block; }

/* Mobile */
@media (max-width: 768px) {
  .hide-mobile { display: none; }
  .show-mobile { display: block; }

  /* Inverse sur mobile */
  .hide-desktop { display: block; }
  .show-desktop { display: none; }
}

/* Mobile */
@media (max-width: 768px) {
  #cellulaire_masque,
  #cellulaire_masque2,
  #cellulaire_masque3,
  #cellulaire_masque4 {
    display: none;
  }

  #cellulaire_show,
  #cellulaire_show2,
  #cellulaire_show3,
  #cellulaire_show4 {
    display: block;
  }
}

/* Desktop */
@media (min-width: 769px){
  #cellulaire_masque,
  #cellulaire_masque2,
  #cellulaire_masque3,
  #cellulaire_masque4 {
    display: block;
  }

  #cellulaire_show,
  #cellulaire_show2,
  #cellulaire_show3,
  #cellulaire_show4 {
    display: none;
  }
}
