/* CSS Document */


h1 {
  text-align: center;
  color: rgb(138, 119, 47);
  font-size: clamp(2rem, 4vw, 3rem);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

  	/* ========== footer  ==========*/
	
.footerCard p { font-size: 1.1rem;   }           /*  Taille du footer */	

.footer a:link {
	color: #FFFFFF;
}
.footer a:visited {
	color: #FFFFFF;
}
.footer a:hover {
	color: #FF0000;
}
.footer a:active {
	color: #FFFFFF;
}


 /* ============= Lists ========== */
  ul {
    margin-left: 1.2rem;
    color: var(--muted);
  }
  
    ol::first-letter{font-size: 125%; font-weight: bold; color: #660033}  /** première lettre plus grande**/
	
	ol {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.1rem;
	font-style:italic;
	line-height: 26px;  /***hauteur de ligne **/
	color: #333333;
	letter-spacing: 0.1em;
	vertical-align: middle;
	word-spacing: 0.1em;
	text-align:left;
}
 
 
    li::first-letter{font-size: 120%; font-weight: bold; color:#660033}  /** première lettre plus grande**/
	
	li {
	font-family:"Times New Roman", Times, serif;
	font-size: 1rem;
	font-style: normal;
	line-height: 24px;  /***hauteur de ligne **/
	color: #333333;
	letter-spacing: 0.1em;
	vertical-align: middle;
	word-spacing: 0.1em;
	text-align:justify;
} 
  



   /* ========== crer un espace (<div class="spacer"></div>) dans la page html ========*/


		.spacer {
		  margin: 20px 0;
		}
		
		.spacer60 {
		  margin: 60px 0;
		}
		
		.spacer80 {
		  margin: 80px 0;
		}

    <!-- ==========================  autres codes ====================================== -->
	
		.Signature {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 0.9em;
		font-style: normal;
		font-weight: bold;
		color:#3366FF;
		text-align: left;
		text-indent: 15px;
	}
 
 
