/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Romanesco&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ms+Madi&display=swap');
.SpecialFont 
{
  font-family: "Romanesco", cursive;
  font-weight: 400;
  font-style: normal;
}
.Signature
{
	 font-family: "Ms Madi", cursive;
  font-weight: 400;
  font-style: normal;
}

body, html
{
   font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

div.logo {
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: right;
}

 .article a
 {
	 text-decoration:none;
	 color:inherit;
 }
 
 div.revuePresse
 {
	 background-color:#366;
	 color:#fff;padding-bottom: 40px;
  text-align: center;
 }
 
 
 .article
 {
	 
 }
a
{
	color:#46731e
}

.article-titre {
  font-size: 14px;
  font-weight: 700;
}

.article-photo img {
  width: 100%;
}


div.main-texte
{padding: 40px;text-align: justify;
}
.article-journal {
  font-size: 11px;
  color: #c4ffbf;
}

div.Intro
{
	padding:20px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:justify;
}
div.logo img
{
	max-width:100%;
}

div.greenDiv
{
	background-color:#c0d99c
}

.title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

