@charset "utf-8";
/* CSS Document */

html, body {
  font-family: "Gelasio", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color:#5A5A5A;
}
* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Gelasio", Verdana, Arial, Helvetica, sans-serif;
  margin: 0 0 0.75em 0;
  line-height: 1.3;
  color : #000 !important;
}
h1 { }
h2 { font-weight: 600; }
h3 { }
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;
  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;
}
.wrapper img{max-width:100% !important; height:auto !important;}
img.zoom{ -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;} 
img.zoom:hover{ -webkit-transform: scale(1.1); transform: scale(1.1); z-index:1000;}
.image_resized { display: block !important; }

#main ul li {
    background: url(/_docs/divers/tiret.png) no-repeat left 0.8em;
    list-style-type: none;
    margin: 0;
    padding-left: 30px;
}
strong,b{ color: inherit; }

#one > * > a:link, #one  > * > a:visited  { color: #000 !important; }
#one  > * > a:hover { color: #fddd72 !important; } 

#banner{ margin-top: 3em;}

#ListingArticles { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap:20px; padding:20px; max-width: 1200px; margin: auto; }
#ListingArticles124 { display: grid; grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)) ; gap:20px; padding:20px; max-width: 1200px; margin: auto;  }
#ListingArticles a { border:none; text-decoration: none; }
#ListingArticles124 a { border:none; text-decoration: none; }
#ListingArticles article { background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s, box-shadow 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
#ListingArticles article:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
#ListingArticles124 article { background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s, box-shadow 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
#ListingArticles124 article:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
#ListingArticles article > a > h3 { margin-bottom: 0.2em; margin-top: 0; font-size: 1.1em; color:#194699;}
#ListingArticles124 article > a > h3 { margin-bottom: 0.2em; margin-top: 0; font-size: 1.1em; color: #194699; } 
#ListingArticles article > a > p { margin-bottom: 0.5em; color:#5A5A5A;  font-size: 0.9em; line-height: 1.1; }
#ListingArticles#one article > a > p { margin-bottom: 0.5em; color:#5A5A5A;  font-size: 0.9em; line-height: 1.1; }
#ListingArticles124 article > a > p { margin-bottom: 0.51em; color:#5A5A5A;  font-size: 0.9em; line-height: 1.1; }
#ListingArticles124 article > a.button, #ListingArticles article > a.button{ display: inline-block; text-decoration: none; background-color: black; color: white; font-weight: bold; border-radius: 5px; transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
#ListingArticles124 article > a.button:hover, #ListingArticles article > a.button:hover{ background-color: #fddd72; color: black; }
#footer {
  display: block;
  margin: 0 auto;
  padding: 4em 2em;
  background: #000;
  background-repeat: repeat, no-repeat;
  color: white;
}
#footer a {
  border:0;
  text-decoration: none;
  color: white !important;
}
#footer a:hover {
  color: #F4F4F4 !important;
  text-decoration: none;
  border:0;
}
span.hidesmartphone {
  display: none;
}
.image-style-side {
  float: right;
}
.button {
  background: #333;
  border: 0;
  border-radius: 1em;
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  margin: 1em;
}
.button:hover {
  color: #666;
  opacity: 0.95;
  box-shadow: 2px 2px 5px #CCC;
}
.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: 12pt;
  }
  .illustration {
    display: block;
    width: 27%;
    margin: 0 1em 1em 1em;
  }
  .logosite {
    display: block;
  }
  #ListingArticles article {
    width: 49%;
  }
  #ListingArticles article > a > div {
    height: 175px;
  }
  span.hidesmartphone {
    display: inline;
  }
  #corps {
    margin-top: 5em;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
  }
}
.row { display : flex; align-content: flex-start; flex-wrap: wrap; justify-content:space-between; align-items: stretch;}
.item { width:31%; } 
.item25 { width:23%; }
.item50 { width:49%; } 

@media screen and (min-width: 1280px) {
  html, body {
    font-size: 13pt;
  }
  #ListingArticles article > a > div {
    height: 200px;
  }
}
@media screen and (min-width: 1680px) {
  html, body {
    font-size: 14pt;
  }
  #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 { width:100%; } 
.item25 { width:100%; } 
.item50 { width:100%; } 
}
@media screen and (max-width: 736px) {
	#ListingArticles { grid-template-columns: 1fr; }
	#ListingArticles124 article { width: 90%; }
	.button { display: block; } 
}