/*Font family*/
/* COLOR */
/* FONTS */
/* line 5, ../sass/projets.scss */
.list-projets {
  margin: 40px -15px;
}
/* line 7, ../sass/projets.scss */
.list-projets .projets_wrapper {
  display: flex;
  flex-wrap: wrap;
}
/* line 10, ../sass/projets.scss */
.list-projets .projets_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 10, ../sass/projets.scss */
  .list-projets .projets_wrapper article {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  /* line 10, ../sass/projets.scss */
  .list-projets .projets_wrapper article {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
/* line 25, ../sass/projets.scss */
.list-projets .projets_wrapper article .bloc-num-projet {
  width: 100%;
  height: 205px;
  position: relative;
  overflow: hidden;
  padding: 40px 100px 26px 30px;
  color: #FFBB16;
  z-index: 9;
}
/* line 33, ../sass/projets.scss */
.list-projets .projets_wrapper article .bloc-num-projet .icons-num {
  font-size: 45px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
  height: 15px;
}
/* line 40, ../sass/projets.scss */
.list-projets .projets_wrapper article .bloc-num-projet .num {
  font-size: 65px;
  font-weight: 900;
}
/* line 47, ../sass/projets.scss */
.list-projets .projets_wrapper article .img-item {
  background: url(../images/design/background-rubrique-realisation.jpeg);
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 52, ../sass/projets.scss */
.list-projets .projets_wrapper article .img-item:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 63, ../sass/projets.scss */
.list-projets .projets_wrapper article h3 {
  color: #016584;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 73, ../sass/projets.scss */
.list-projets .projets_wrapper article .desc {
  color: #19191F;
  font-size: 14px;
  line-height: 18px;
}
/* line 78, ../sass/projets.scss */
.list-projets .projets_wrapper article .date {
  font-size: 12px;
  background-color: #124F7D;
  color: #fff;
  position: absolute;
  bottom: -12px;
  left: 0;
  margin: 0 15px;
  padding: 5px 15px;
}
/* line 89, ../sass/projets.scss */
.list-projets .projets_wrapper article a {
  background-color: #fff;
  box-shadow: -5px 9px 16px #00000029;
  flex-grow: 1;
}
/* line 93, ../sass/projets.scss */
.list-projets .projets_wrapper article a:hover {
  text-decoration: none;
}
/* line 96, ../sass/projets.scss */
.list-projets .projets_wrapper article a:hover figure img {
  transform: scale(1.1);
}
/* line 102, ../sass/projets.scss */
.list-projets .projets_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 111, ../sass/projets.scss */
.list-projets .projets_wrapper article .lire-la-suite i {
  font-size: 17px;
  margin-left: 10px;
}

/* line 122, ../sass/projets.scss */
.select-custom .custom-select {
  background: none;
  border: none;
  padding: 0;
}
/* line 126, ../sass/projets.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 135, ../sass/projets.scss */
.select-custom .custom-select .custom-select__option:focus {
  outline: none;
}
/* line 138, ../sass/projets.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 152, ../sass/projets.scss */
.select-custom .custom-select .custom-select__dropdown {
  border-bottom: 1px solid #ccc;
}
/* line 154, ../sass/projets.scss */
.select-custom .custom-select .custom-select__dropdown .custom-select__option {
  border-top: none;
  border-bottom: none;
}
/* line 157, ../sass/projets.scss */
.select-custom .custom-select .custom-select__dropdown .custom-select__option:after {
  display: none;
}
/* line 160, ../sass/projets.scss */
.select-custom .custom-select .custom-select__dropdown .custom-select__option:hover {
  background-color: #f2f2f2;
}
/* line 167, ../sass/projets.scss */
.select-custom .custom-select.custom-select--active .custom-select__option:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/* line 176, ../sass/projets.scss */
.content-item-projets {
  padding: 10px 25px 0;
  position: relative;
}

/* line 180, ../sass/projets.scss */
.plus-projets {
  background-color: #303030;
  color: #fff;
  display: flex;
  margin: 0 auto;
  font-size: 15px;
  line-height: 22px;
  padding: 10px 22px;
  text-transform: uppercase;
  text-decoration: none;
  width: 170px;
  margin: 10px auto 0;
}
/* line 192, ../sass/projets.scss */
.plus-projets:hover {
  color: #fff;
  text-decoration: none;
}

/* line 198, ../sass/projets.scss */
.filter-wrap {
  background-color: #303030;
  padding: 20px 0 40px;
}
/* line 201, ../sass/projets.scss */
.filter-wrap .filter {
  margin: 0 auto;
}
/* line 203, ../sass/projets.scss */
.filter-wrap .filter label {
  color: #fff;
}
/* line 206, ../sass/projets.scss */
.filter-wrap .filter input, .filter-wrap .filter select {
  background-color: #303030;
  color: #fff;
}
/* line 210, ../sass/projets.scss */
.filter-wrap .filter .select-custom .custom-select .custom-select__option {
  background-color: #303030;
  color: #fff;
}
/* line 214, ../sass/projets.scss */
.filter-wrap .filter .select-custom .custom-select .custom-select__option:after {
  border-color: #fff transparent transparent transparent;
}
/* line 217, ../sass/projets.scss */
.filter-wrap .filter .select-custom .custom-select .custom-select__dropdown .custom-select__option:hover {
  color: #303030;
}
