@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/themes/custom/kaneva/assets/fonts/Poppins-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/themes/custom/kaneva/assets/fonts/Poppins-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/kaneva/assets/fonts/Lato-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/kaneva/assets/fonts/Lato-Bold.ttf");
  font-display: swap;
}
* {
  color: #020101;
}

.atelier.aff-1 {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid;
  border-color: #cad8ce;
  border-radius: 10px;
  padding: 8px 8px 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .atelier.aff-1:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 7px 15px 0px rgba(31, 30, 95, 0.05), 0px 27px 27px 0px rgba(31, 30, 95, 0.04), 0px 107px 43px 0px rgba(31, 30, 95, 0.01);
            box-shadow: 0px 7px 15px 0px rgba(31, 30, 95, 0.05), 0px 27px 27px 0px rgba(31, 30, 95, 0.04), 0px 107px 43px 0px rgba(31, 30, 95, 0.01);
  }
}
.atelier.aff-1 .lien_cache {
  z-index: 3;
  font-size: 0;
  color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.atelier.aff-1 .haut {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.atelier.aff-1 .haut .miniature img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  height: 174px;
}
@media (max-width: 768px) {
  .atelier.aff-1 .haut .miniature img {
    height: 150px;
  }
}
.atelier.aff-1 .haut .prix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px 7px 8px;
  background-color: #fce8e0;
  font-size: 16px;
  font-family: "Lato";
  font-weight: 700;
  font-style: normal;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: #eb662d;
  position: absolute;
  bottom: 8px;
  right: 8px;
  gap: 4px;
  border-radius: 8px;
  white-space: nowrap;
}
.atelier.aff-1 .haut .badge_termine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px 7px 8px;
  background-color: #f5f5f5;
  font-size: 16px;
  font-family: "Lato";
  font-weight: 700;
  font-style: normal;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: #6d6d6d;
  position: absolute;
  top: 8px;
  left: 8px;
  gap: 4px;
  border-radius: 8px;
  white-space: nowrap;
}
.atelier.aff-1 .intitule {
  margin-bottom: 8px;
  padding: 0px 8px;
}
.atelier.aff-1 .docteurs {
  padding: 0px 8px;
}
.atelier.aff-1.termine .haut .miniature img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.6;
}
.atelier.aff-1.termine .prix {
  background-color: #f5f5f5;
  color: #6d6d6d;
}
/*# sourceMappingURL=atelier--aff-1.css.map */
