@charset "utf-8";
/* CSS Document */
body {
  background: #F8F8F8;
  padding-top: 5.25em;
	font-weight:300;
}
.txtbleu {
  color: #053D5F;
}
.txtvert {
  color: rgb(49, 151, 42);
}
img {
  max-width: 100% !important;
  height: auto;
  border-radius: 10px;
}
figure {
  margin: 0 auto;
  padding: 0 1em 1em 1em;
}
.image-style-side {
  float: right;
}
p {
  margin: 0 0 1em 0;
}
#main {
  padding: 2em 0 3em 0;
  max-width: 1680px;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  padding: 0;
  margin: 1em 0 1em 0;
  color: #053D5F;
  font-weight: 600;
}
strong { color: rgb(49, 151, 42); font-weight: 600; }
#main ul li {
    background: url(/medias/tiret.png) no-repeat left 0.8em;
    list-style-type: none;
    margin: 0;
    padding-left: 30px;
}
#ListingArticles {
  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;
}
#ListingArticles article {
  width: 31%;
  margin: 1.5em auto;
  background: #FFF;
  box-shadow: 1px 1px 5px #ccc;
  border-radius: 5px;
  padding: 1em 1em 1em 1em;
  text-align: center;
}
#ListingArticles article > a > h3 {
  margin-bottom: 0.2em;
  margin-top: 0;
  font-size: 1.2em;
}
#ListingArticles article > a > p {
  margin-bottom: 1em;
  font-size: 0.9em;
  line-height: 1.1;
  color: #667085;
}
#footer {
	background: #053D5F;
}
.illustration {
  display: block;
  width: 27%;
  margin: 0 1em 1em 1em;
  border-radius: 10px;
}
.bandeau {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  border-radius: 0;
}
.row, .row3, .row2 {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.row > .item {
  width: 23%;
}
.row3 > .item {
  width: 31%;
}
.row2 > .item {
  width: 48%;
}
.item.grow { box-shadow:1px 1px 5px #ccc; }
.box { margin-bottom: 0; }

#header { height: 6em; padding-top: 2.25em; }
#header #nav{ top:2.25em; }
#header .navfirst {
  background: #053D5F;
  height: 2.25em;
  font-size: 1.15em;
  padding: 0.5em 0 0.65em;
  border-bottom: 1px solid #000;
  text-align: center;
  line-height: 0;
  position: absolute;
  top:0; 
  width: 100%;
  display: block;
}
#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;
  border: none;
  font-size:1em;
}
#header .navPanelToggle { color:white; }
@media screen and (max-width: 1280px) {
  #ListingArticles article {
    width: 48%;
  }
  .row3 > .item, .row > .item {
    width: 48%;
  }
}
@media screen and (max-width: 980px) {
  #footerpart1 {
    height: 300px;
  }
  img {
    max-width: 100% !important;
    height: auto;
	width: auto;
	margin: 0 auto;
  }
  figure {
    margin: 0 0 2em 0;
    padding: 0;
    width: 100% !important;
  }
  .illustration {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #header {
    height: 6em;
	line-height: 3em;
  }
}
@media screen and (max-width: 736px) {
  
  #ListingArticles article {
    width: 90%;
  }
  #footerpart1 > div {
    max-width: 85%;
  }
  .row3 > .item, .row > .item, .row2 > .item {
    width: 100%;
  }
 .hidesmartphone{ display:none; }
}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }