@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');
html, body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 12pt;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background: #fff;
}
* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  margin: 2em 0 0.5em 0;
  line-height: 1.3;
  font-weight: 600;
}
h1 {
  font-size: 3em;
  color: #2c2d28;
  background: #2c2d28;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.10);
  margin-top: 0.5em;
}
h2 {
  font-size: 2.5em;
  color: #2c2d28;
}
h3 {
  font-size: 1.9em;
  color: #2c2d28;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 0.9em;
}
h6 {
  font-size: 0.8em;
}
strong, b { font-weight: 900; color:inherit !important; }
img {
  max-width: 100% !important;
  height: auto;
}
figure {
  margin: 0 auto;
  padding: 1em;
}
.illustration {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.bandeau {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
#header {
  padding:3em 0 0.5em 0;
}
#page-wrapper .navfirst {
  height: 2.2em;
  padding: 0.65em 0;
  border-bottom: 1px solid #000;
  text-align: center;
  line-height: 0;
  font-size: 0.9em;
}
#page-wrapper .navfirst a {
  display: inline-block;
  margin: 0 0.5em;
  padding: 0;
  height: auto;
  line-height: 1em;
  font-weight: 500;
  text-decoration: none;
  color: #2c2d28;
  border:none;
}
#corps {
  display: block;
  margin: 3.5em auto;
}
#contenupage {
  width: calc(100% - 4em);
  max-width: 1280px;
  margin: 3em auto;
}
#ListingArticles { display: flex; flex-direction: row; flex-wrap: wrap; justify-content:space-evenly; align-items:stretch; margin-top: 2em; }
#ListingArticles124 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content:space-evenly; align-items:stretch; margin-top: 2em; }
#ListingArticles a { border:none; text-decoration: none; }
#ListingArticles124 a { border:none; text-decoration: none; }
#ListingArticles article { width: 48%; margin:1em auto; background: #FFF; box-shadow: 2px 2px 5px #ccc; border-radius: 10px; padding:0.75em; text-align: center; }
#ListingArticles124 article { width: 40%; margin:1em auto; background: #FFF; box-shadow: 2px 2px 5px #ccc; border-radius: 10px; padding:0.75em; text-align: center; }
#ListingArticles article > a > h3 { margin-bottom: 0.2em; margin-top: 0; font-size: 1.1em; color:#2c2d28;}
#ListingArticles124 article > a > h3 { margin-bottom: 0.2em; margin-top: 0; font-size: 1.1em; color: #2c2d28; } 
#ListingArticles article > a > p { margin-bottom: 1em; color:#000;  font-size: 0.9em; line-height: 1.1; }
#ListingArticles124 article > a > p { margin-bottom: 1em; color:#000;  font-size: 0.9em; line-height: 1.1; }
#footer {
  display: block;
  margin: 0 auto;
  padding: 4em 2em;
}
#footer a {
  text-decoration: none;
  color: white;
}
#footer a:hover {
  border-bottom: 1px dotted white;
}
#nav {
}
#header > .inner > a { border: none; }
span.hidesmartphone {
  display: none;
}
.image-style-side {
  float: right;
}
.button {
  background-color: #29235c;
  border: 0;
  border-radius: 0.5em;
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  padding: 0.35em 0.75em;
  text-decoration: none;
}
.button:hover {
  color: #f4f4f4;
  opacity: 0.95;
}
.small {
  font-size: 0.9em;
  padding: 0.25em 0.5em;
}
.large {
  font-size: 1.1em;
  padding: 0.5em 1em;
}
@media screen and (min-width: 980px) {
  html, body {
    font-size: 14pt;
  }
  .illustration {
    display: block;
    width: 27%;
    margin: 0 1em 1em 1em;
  }
  
  #ListingArticles article {
    width: 48%;
  }
  #ListingArticles article > a > div {
    height: 175px;
  }
  span.hidesmartphone {
    display: inline;
  }
  #corps {
    margin-top: 0;
  }
 
}
.row { display : flex; align-content: flex-start; flex-wrap: wrap; justify-content:space-between; align-items: stretch;}
.item { width:31%; } 
.item2 { width:48%; } 
@media screen and (min-width: 1280px) {
  html, body {
    font-size: 15pt;
  }
  #ListingArticles article > a > div {
    height: 200px;
  }
}
@media screen and (min-width: 1680px) {
  html, body {
    font-size: 16pt;
  }
  #ListingArticles article {
    width: 32%;
  }
}
@media screen and (max-width: 980px) {
  img {
    width: 100% !important;
    height: auto;
  }
  figure {
    margin: 0 0 1em 0;
    padding: 0;
    width: 100% !important;
  }
.item, .item2{ width:100%; } 
}
@media screen and (max-width: 736px) {
	#ListingArticles article { width: 75%; }
	#ListingArticles124 article { width: 75%; }
	#header{ padding:0; }
}
#logo > img { max-height: 100px !important; width: auto !important; }