/* Import font from Google - Go to fonts.google.com, select a font and look for the import command */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    hyphens: auto;
}


/* TITRES*/

.h1, h1 {
  font-size: 2.5rem;
  /*color: #474D5B;*/
/*  color: #546B88;*/
  letter-spacing: .5rem;
/*  margin: 5px 0px 5px 0px;*/
  padding : 25px 0px 15px 0px;  
}

/*Pour le blog*/
.h2, h2 {
    font-family: 'Montserrat', sans-serif;
    hyphens: auto;
    font-size: 2rem;
    letter-spacing: .3rem;
/*  margin: 5px 0px 5px 0px;*/
    padding : 25px 0px 15px 0px;
}

.h3, h3 {
  font-family: 'Montserrat', sans-serif;
  hyphens: auto;
  font-size: 1.8rem;
  letter-spacing: .3rem;
  color: #D6723C;
/*  margin: 25px 0px 20px 0px; */
  padding : 25px 0px 15px 0px;
}

.h4, h4 {
  font-family: 'Montserrat', sans-serif;
  hyphens: auto;
  font-size: 1.6rem;
  letter-spacing: .2rem;
/*  margin: 15px 0px 15px 0px; */
  padding : 10px 0px 15px 0px;
}


.h5, h5 {
  font-family: 'Montserrat', sans-serif;
  hyphens: auto;
  font-size: 1.4rem;
  letter-spacing: .2rem;
/*  margin: 15px 0px 15px 0px; */
  padding : 10px 0px 15px 0px;
}

/*CORPS DE TEXTE*/

/*a
{
  color: #D6723C;
}*/

.p, p {
  text-align: justify;
  text-indent: 1em;
}

blockquote {
	margin: 15px 30px 15px 30px;
	padding: 15px;
    text-align: justify;
    font-size: smaller;
  	font-style: italic;
    text-indent: 1em;
	Background-Color: #FBFCFD
}

.com-content-article__body > ul {
line-height: 35px;
}

