/*Font family*/
/* COLOR */
/* FONTS */
/* line 4, ../sass/cours.scss */
.list-cours {
  margin: 40px -15px;
}
/* line 6, ../sass/cours.scss */
.list-cours .cours_wrapper {
  display: flex;
  flex-wrap: wrap;
}
/* line 9, ../sass/cours.scss */
.list-cours .cours_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/cours.scss */
  .list-cours .cours_wrapper article {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/cours.scss */
  .list-cours .cours_wrapper article {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
/* line 24, ../sass/cours.scss */
.list-cours .cours_wrapper article figure {
  width: 100%;
  height: 205px;
  position: relative;
  overflow: hidden;
}
/* line 29, ../sass/cours.scss */
.list-cours .cours_wrapper article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s, -webkit-transform .8s;
}
/* line 36, ../sass/cours.scss */
.list-cours .cours_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/cours.scss */
.list-cours .cours_wrapper article .content-item-cours {
  padding: 10px 25px 0;
  position: relative;
}
/* line 51, ../sass/cours.scss */
.list-cours .cours_wrapper article .category {
  background-color: #016584;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 15px;
  text-transform: uppercase;
}
/* line 59, ../sass/cours.scss */
.list-cours .cours_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/cours.scss */
.list-cours .cours_wrapper article .desc {
  color: #19191F;
  font-size: 14px;
  line-height: 18px;
}
/* line 74, ../sass/cours.scss */
.list-cours .cours_wrapper article .date {
  font-size: 12px;
  background-color: #124F7D;
  color: #fff;
  padding: 5px 15px;
  display: inline-flex;
}
/* line 81, ../sass/cours.scss */
.list-cours .cours_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 90, ../sass/cours.scss */
.list-cours .cours_wrapper article .lire-la-suite i {
  font-size: 17px;
  margin-left: 10px;
}
/* line 95, ../sass/cours.scss */
.list-cours .cours_wrapper article a {
  background-color: #fff;
  box-shadow: -5px 9px 16px #00000029;
  flex-grow: 1;
}
/* line 99, ../sass/cours.scss */
.list-cours .cours_wrapper article a:hover {
  text-decoration: none;
}
/* line 102, ../sass/cours.scss */
.list-cours .cours_wrapper article a:hover figure img {
  transform: scale(1.1);
}

/* line 113, ../sass/cours.scss */
.pager {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
/* line 117, ../sass/cours.scss */
.pager span {
  display: inline-block;
}
/* line 119, ../sass/cours.scss */
.pager span a {
  display: block;
  border: 1px solid #ccc;
  color: #5A5453;
  font-size: 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
  padding: 10px 12px;
}
/* line 128, ../sass/cours.scss */
.pager span a:hover, .pager span a.active {
  color: white;
  text-decoration: none;
  background-color: #124F7D;
  border-color: #124F7D;
}
/* line 135, ../sass/cours.scss */
.pager span span {
  border: none;
  display: inline-block;
  margin-right: -1px;
}
/* line 141, ../sass/cours.scss */
.pager.next, .pager.prev {
  margin: 0 20px;
}

/* line 148, ../sass/cours.scss */
.select-custom .custom-select {
  background: none;
  border: none;
  padding: 0;
}
/* line 152, ../sass/cours.scss */
.select-custom .custom-select .custom-select__option {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 12px;
  height: 38px;
  width: 100%;
  text-align: left;
  position: relative;
}
/* line 161, ../sass/cours.scss */
.select-custom .custom-select .custom-select__option:focus {
  outline: none;
}
/* line 164, ../sass/cours.scss */
.select-custom .custom-select .custom-select__option:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 17px;
  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 178, ../sass/cours.scss */
.select-custom .custom-select .custom-select__dropdown {
  border-bottom: 1px solid #ccc;
}
/* line 180, ../sass/cours.scss */
.select-custom .custom-select .custom-select__dropdown .custom-select__option {
  border-top: none;
  border-bottom: none;
}
/* line 183, ../sass/cours.scss */
.select-custom .custom-select .custom-select__dropdown .custom-select__option:after {
  display: none;
}
/* line 186, ../sass/cours.scss */
.select-custom .custom-select .custom-select__dropdown .custom-select__option:hover {
  background-color: #f2f2f2;
}
/* line 193, ../sass/cours.scss */
.select-custom .custom-select.custom-select--active .custom-select__option:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/* line 201, ../sass/cours.scss */
.cours-filtre-date {
  background-color: #303030 !important;
  color: #ffffff !important;
  border: 1px solid #ccc !important;
  height: 38px !important;
}

/* line 208, ../sass/cours.scss */
.btn-trim {
  padding: 5px 10px;
}
@media (min-width: 640px) {
  /* line 208, ../sass/cours.scss */
  .btn-trim {
    padding: 0px 10px;
  }
}
/* line 213, ../sass/cours.scss */
.btn-trim a {
  background: #124f7d;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  text-decoration: none;
  transition: 0.5s;
}
/* line 222, ../sass/cours.scss */
.btn-trim a i {
  margin-right: 7px;
  font-size: 15px;
}
/* line 226, ../sass/cours.scss */
.btn-trim a:hover {
  background-color: #E5C500;
}

/* line 232, ../sass/cours.scss */
.filter-wrap-cours {
  padding-top: 30px;
  padding: 35px 0 25px;
}
/* line 235, ../sass/cours.scss */
.filter-wrap-cours .cours-datepicker {
  width: 125px;
}
/* line 238, ../sass/cours.scss */
.filter-wrap-cours ::placeholder {
  color: #FFFFFF !important;
}
/* line 241, ../sass/cours.scss */
.filter-wrap-cours ::-webkit-input-placeholder {
  color: #FFFFFF !important;
}
/* line 245, ../sass/cours.scss */
.filter-wrap-cours :-ms-input-placeholder {
  color: #FFFFFF !important;
}
/* line 248, ../sass/cours.scss */
.filter-wrap-cours .input_container {
  position: relative;
}
/* line 251, ../sass/cours.scss */
.filter-wrap-cours .input_icon {
  position: absolute;
  top: 2px;
  color: red;
  left: 108px;
  font-size: 21px;
  width: 50px;
  color: #FFFFFF;
}
