@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
html, body {
  font-family: "Roboto Flex", Verdana, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Flex", Verdana, Helvetica, sans-serif;
  margin: 2em 0 0.5em 0;
	font-weight: 600;
}
h1 {
  font-size: 1.75em;
  color: #254E60;
  background: linear-gradient(to right, #254E60, #254E60, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 7px 6px 0px rgba(0, 0, 0, 0.10);
  margin-top: 0.5em;
}
h2 {
  font-size: 1.5em;
  color: #254E60;
}
h3 {
  font-size: 1.25em;
  color: #254E60;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 0.9em;
}
h6 {
  font-size: 0.8em;
}
img {
  max-width: 100% !important;
  height: auto;
}
figure {
  margin: 0 auto;
  padding: 1em;
}
.illustration {
  display: block;
  margin: 1em 2em;
  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 {
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  border-bottom: 1px solid #ccc;
  background: #FFF;
}
#header .navfirst {
  background: #254E60;
  background: linear-gradient(to right, #254E60, #0099A2);
  height: 2em;
  padding: 0.65em 0;
  border-bottom: 1px solid #000;
  text-align: center;
  line-height: 0;
  font-size: 0.9em;
}
#header .navfirst a {
  display: inline-block;
  margin: 0 0.5em;
  padding: 0;
  height: auto;
  line-height: 1em;
  font-weight: 500;
  text-decoration: none;
  color: white;
}
#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:1em 1em 2em 1em; text-align: center; }
#ListingArticles124 article { width: 48%; margin:1em auto; background: #FFF; box-shadow: 2px 2px 5px #ccc; border-radius: 10px; padding:1em 1em 2em 1em; text-align: center; }
#ListingArticles article > a > h3 { margin-bottom: 0.2em; margin-top: 0; font-size: 1.2em; color:inherit;}
#ListingArticles124 article > a > h3 { margin-bottom: 0.2em; margin-top: 0; font-size: 1.2em; color: inherit; } 
#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 8em;
  background: #254E60;
  background: linear-gradient(to left, #254E60, #0099A2);
  background-image: url("medias/back.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: white;
}
#footer a {
  text-decoration: none;
  color: white;
}
#footer a:hover {
  border-bottom: 1px dotted white;
}
nav {
  margin: 0 auto;
  padding: 0 2em 0 0;
  background: #fff;
}
.conteneur-nav {
  position: absolute;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #ccc;
}
nav input[type=checkbox] {
  display: none;
}
nav label {
  display: inline-block;
  width: auto;
  padding: 0.35em 15px;
  text-align: center;
  float: right;
}
nav ul {
  display: none;
  list-style-type: none;
  background-color: #F4F4F4;
  margin: 0;
}
nav input[type=checkbox]:checked + ul {
  display: flex;
  flex-flow: column wrap;
  margin-top: 2em;
}
nav .titresite {
  float: left;
  position: absolute;
  margin: 0.25em 0px 0.25em 0.5em;
}
nav ul li {
  display: flex;
  text-align: left;
}
nav ul li.deroulant {
  flex-direction: column;
  margin-bottom: 0.5em;
}
nav > div > ul > li > a {
  color: #333;
  padding: 0.5em 1em;
}
nav a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 0.5em 0px 0.25em;
  font-weight: 600;
}
.sous {
  display: flex;
  flex-flow: column wrap;
  z-index: 1000;
  padding-left: 1em;
}
.sous li {
  text-align: left;
}
.sous a {
  padding: 0.25em 0 0 1em;
  background-color: #F4F4F4;
  font-weight: 300;
}
.logosite {
  display: none;
}
span.hidesmartphone {
  display: none;
}
.image-style-side {
  float: right;
}
.button {
  background-color: #254E60;
  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: 981px) {
  html, body {
    font-size: 14pt;
  }
  .illustration {
    display: block;
    width: 27%;
    margin: 0 1em 1em 1em;
  }
  .conteneur-nav {
    position: static;
    width: 100%;
    border: 0;
    background: #FFF;
  }
  nav label, nav input {
    display: none;
  }
  nav input[type=checkbox]:checked + ul, nav ul {
    display: flex;
    flex-flow: row wrap;
    background-color: white;
    justify-content: flex-end;
  }
  nav > div > ul > li > a {
    color: black;
    padding-top: 0.65em;
  }
  nav a:hover {
    color: #000;
    background: #ccc;
  }
  .sous {
    display: none;
    border: 1px solid #CCC;
    background-color: #F4F4F4;
    position: absolute;
    width: auto;
    margin-top: 2em;
    border-radius: 5px;
    padding: 0.2em 1em;
  }
  nav > div > ul li:hover .sous {
    display: flex;
    flex-flow: column wrap;
  }
  .sous li {
    padding: 0.25em 0;
  }
  .sous a {
    padding: 0;
  }
  .sous a:hover {}
  .deroulant > a::after {
    content: " ▼";
    font-size: 12px;
  }
  nav .titresite {
    display: none;
  }
  .logosite {
    display: block;
  }
  #ListingArticles article {
    width: 48%;
  }
  #ListingArticles article > a > div {
    height: 175px;
  }
  span.hidesmartphone {
    display: inline;
  }
  #corps {
    margin-top: 4em;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
  }
}
@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;
  }
}
@media screen and (max-width: 736px) {
	#ListingArticles article { width: 75%; }
	#ListingArticles124 article { width: 75%; }
}