/*Font family*/
/* COLOR */
/* FONTS */
/* line 4, ../sass/stat.scss */
.list-stat {
  margin: 40px -15px;
}
/* line 6, ../sass/stat.scss */
.list-stat .stat_wrapper {
  display: flex;
  flex-wrap: wrap;
}
/* line 9, ../sass/stat.scss */
.list-stat .stat_wrapper article {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (min-width: 640px) {
  /* line 9, ../sass/stat.scss */
  .list-stat .stat_wrapper article {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/stat.scss */
  .list-stat .stat_wrapper article {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
/* line 24, ../sass/stat.scss */
.list-stat .stat_wrapper article figure {
  width: 100%;
  height: 205px;
  position: relative;
  overflow: hidden;
}
/* line 29, ../sass/stat.scss */
.list-stat .stat_wrapper article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s, -webkit-transform .8s;
}
/* line 36, ../sass/stat.scss */
.list-stat .stat_wrapper article figure:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 47, ../sass/stat.scss */
.list-stat .stat_wrapper article .content-item-stat {
  padding: 10px 25px 0;
  position: relative;
}
/* line 51, ../sass/stat.scss */
.list-stat .stat_wrapper article .category {
  background-color: #016584;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 15px;
  text-transform: uppercase;
}
/* line 59, ../sass/stat.scss */
.list-stat .stat_wrapper article h3 {
  color: #016584;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 69, ../sass/stat.scss */
.list-stat .stat_wrapper article .desc {
  color: #19191F;
  font-size: 14px;
  line-height: 18px;
}
/* line 74, ../sass/stat.scss */
.list-stat .stat_wrapper article .date {
  color: #000;
  font-size: 12px;
}
/* line 78, ../sass/stat.scss */
.list-stat .stat_wrapper article .lire-la-suite {
  color: #016584;
  box-shadow: none;
  box-shadow: -5px 12px 16px #00000029;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 0 25px 20px;
  vertical-align: middle;
}
/* line 87, ../sass/stat.scss */
.list-stat .stat_wrapper article .lire-la-suite i {
  font-size: 17px;
  margin-left: 10px;
}
/* line 92, ../sass/stat.scss */
.list-stat .stat_wrapper article a {
  background-color: #fff;
  box-shadow: -5px 9px 16px #00000029;
  flex-grow: 1;
}
/* line 96, ../sass/stat.scss */
.list-stat .stat_wrapper article a:hover {
  text-decoration: none;
}
/* line 99, ../sass/stat.scss */
.list-stat .stat_wrapper article a:hover figure img {
  transform: scale(1.1);
}

/* line 111, ../sass/stat.scss */
.select-custom .custom-select {
  background: none;
  border: none;
  padding: 0;
}
/* line 115, ../sass/stat.scss */
.select-custom .custom-select .custom-select__option {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 12px;
  height: 30px;
  width: 100%;
  text-align: left;
  position: relative;
}
/* line 124, ../sass/stat.scss */
.select-custom .custom-select .custom-select__option:focus {
  outline: none;
}
/* line 127, ../sass/stat.scss */
.select-custom .custom-select .custom-select__option:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  transition-duration: 0.8s;
  transition-property: transform;
}
/* line 141, ../sass/stat.scss */
.select-custom .custom-select .custom-select__dropdown {
  border-bottom: 1px solid #ccc;
}
/* line 143, ../sass/stat.scss */
.select-custom .custom-select .custom-select__dropdown .custom-select__option {
  border-top: none;
  border-bottom: none;
}
/* line 146, ../sass/stat.scss */
.select-custom .custom-select .custom-select__dropdown .custom-select__option:after {
  display: none;
}
/* line 149, ../sass/stat.scss */
.select-custom .custom-select .custom-select__dropdown .custom-select__option:hover {
  background-color: #f2f2f2;
}
/* line 156, ../sass/stat.scss */
.select-custom .custom-select.custom-select--active .custom-select__option:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/* line 165, ../sass/stat.scss */
section {
  padding: 60px 0;
}
/* line 167, ../sass/stat.scss */
section.chiffres-cles {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 495px;
  position: relative;
}
/* line 172, ../sass/stat.scss */
section.chiffres-cles:before {
  content: "";
  background-color: rgba(18, 79, 125, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 181, ../sass/stat.scss */
section.chiffres-cles .container {
  position: relative;
}
/* line 184, ../sass/stat.scss */
section.chiffres-cles h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 57px;
  text-align: center;
  text-transform: uppercase;
}
/* line 191, ../sass/stat.scss */
section.chiffres-cles h2 .sup-title {
  display: block;
  color: #E5C500;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-transform: none;
}
/* line 199, ../sass/stat.scss */
section.chiffres-cles h2:after {
  content: "";
  display: block;
  background-color: #fff;
  height: 3px;
  width: 66px;
  margin: 11px auto 0;
}

/* line 211, ../sass/stat.scss */
#bloc-chiffres-cles {
  overflow: hidden;
}
/* line 213, ../sass/stat.scss */
#bloc-chiffres-cles .cfcl-list {
  margin-right: -2px;
  padding: 74px 0 14px;
}
/* line 216, ../sass/stat.scss */
#bloc-chiffres-cles .cfcl-list .item-title {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  text-align: center;
}
@media (max-width: 640px) {
  /* line 216, ../sass/stat.scss */
  #bloc-chiffres-cles .cfcl-list .item-title {
    height: auto !important;
  }
}
/* line 226, ../sass/stat.scss */
#bloc-chiffres-cles .cfcl-list .item-cfcl {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 640px) {
  /* line 226, ../sass/stat.scss */
  #bloc-chiffres-cles .cfcl-list .item-cfcl {
    margin-bottom: 30px;
  }
}
/* line 235, ../sass/stat.scss */
#bloc-chiffres-cles .cfcl-list .item-cfcl p {
  color: #fff;
  text-align: center;
  margin: 0;
}
/* line 240, ../sass/stat.scss */
#bloc-chiffres-cles .cfcl-list .item-cfcl .cf {
  color: #E5C500;
  font-size: 57px;
  font-weight: 700;
  line-height: 86px;
  margin: -17px 0 0;
}
/* line 247, ../sass/stat.scss */
#bloc-chiffres-cles .cfcl-list .item-cfcl .unite {
  font-size: 15px;
  line-height: 23px;
  margin: -15px 0 10px;
}
/* line 252, ../sass/stat.scss */
#bloc-chiffres-cles .cfcl-list .item-cfcl .desc {
  text-align: left;
}
/* line 255, ../sass/stat.scss */
#bloc-chiffres-cles .cfcl-list .item-cfcl:after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 65px;
  opacity: .3;
  position: absolute;
  top: 30px;
  right: 0;
}

