/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 08 2022 | 16:25:03 */
/* Ajouter votre code CSS ici.
                     
Par exemple:
.exemple {
    color: red;
}

Pour améliorer vos connaissances en CSS, visitez http://www.w3schools.com/css/css_syntax.asp

Fin du commentaire */ 
html {scroll-behavior: smooth;}

#header-container {
  width:auto;
}

#site-title span a   {
    font-size: 50px !important;
  	font-weight:600 !important;
  	letter-spacing:0.1em;
  

}
div.site-identity {
  position: relative;
}
#site-title  {
  	padding-top:40px;
	position: relative;
  	text-shadow: 1px 1px white;
  	float:right;
}
#site-description  {
  	padding-bottom:50px;
	position: relative;
	font-size: 26px;
  	float:right;
  	/*text-shadow: 1px 1px 3px white;*/
}
#content h1 {
    font-size: 60px;
  	color:#FB362E;
}
#content h1 a:hover {
    color:#FB362E;
	text-decoration:underline;
}

h1 {
    font-size: 60px;
  	color:#FB362E;
}
#content h2 {color:#ff9804;font-size: 30px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    line-height: 1.5;
    margin: 20px 0 10px;
}
h2.entry-title {
  	color:#FB362E !important;
}
/** texte justifié par défaut **/
div.entry-content {text-align:justify}
div.entry-content p {
  font-size: 18px;
  line-height: 1.4;
}

/** Menu **/
#access > .menu > ul > li > a > span:hover {color:white}
#access > .menu > ul > li.current_page_item > a > span:hover {color:inherit}

/** Widget **/
h3.widget-title {background-color:rgba(0,0,0,0.1);}
h3.widget-title span {border-color: transparent;}

/** Balise HR **/
.hr-hauteur-2px {height:2px}
.hr-hauteur-3px {height:3px}
.hr-hauteur-4px {height:4px}