.ateliers-wrap .at-desc p {
  font-size: 14px;
}

.ateliers-wrap {
  color: #fff;
  background: transparent !important;
  padding: 5px 0;
}

.ateliers-wrap .at-head {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 20px 10px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ateliers-wrap .at-teasers {
  max-width: 1200px;
  margin: 0 auto 28px;
  padding: 0 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ateliers-wrap .at-teaser-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  color: #000;
  border-radius: 18px;
  padding: 10px 14px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
  overflow: hidden;
}

.ateliers-wrap .at-teaser-card__media {
  width: 92px;
  min-width: 92px;
  height: 92px;
  border-radius: 999px;
  overflow: hidden;
  background: #171717;
}

.ateliers-wrap .at-teaser-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.ateliers-wrap .at-teaser-card__content {
  min-width: 0;
  flex: 1 1 auto;
}

.ateliers-wrap .at-teaser-card__content h3 {
  margin: 0 0 4px !important;
  color: #000 !important;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: .96 !important;
  letter-spacing: -.04em;
  font-weight: 900;
}

.ateliers-wrap .at-teaser-card__content p {
  margin: 0 !important;
  color: #121212;
  font-size: 14px;
  line-height: 1.18;
  text-align: left;
}

@media (max-width: 499px) {
  body.page-les-cours .ateliers-wrap .at-teaser-card__content p,
  body.page-id-11862 .ateliers-wrap .at-teaser-card__content p {
    margin: 18px 0 0 0 !important;
    text-align: left !important;
    font-size: 12px !important;
    padding: 0px !important;
    line-height: 23px !important;
    letter-spacing: -0.9px;
  }
}

.ateliers-wrap .at-teasers-indicators {
  display: none;
}

.ateliers-wrap .at-head h1 {
      font-weight: 900;
    margin: 10px 0px 10px 0px !important;
    color: #000;
    line-height: 0.8em !important;
}

.at-infos p#at-sub {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
}

.ateliers-wrap .at-sub {
  opacity: .9;
  max-width: 900px;
  min-height: 1.4em;
  color: #000;
   padding-bottom: 10px;
    margin-top: -7px;
}

.ateliers-wrap .at-filtres {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px 0 26px;
}

.ateliers-wrap .fbtn {
  border: 0;
  border-radius: 999px;
  padding: .3rem .8rem;
  font-weight: bold;
  background: #e53847;
  color: #fff;
  cursor: pointer;
  transition: .2s;
  font-size: 16px;
}

.ateliers-wrap .fbtn.active,
.ateliers-wrap .fbtn:focus {
  background: #000;
  color: #fff;
}

.ateliers-wrap .at-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

@media (max-width: 900px) {
  .ateliers-wrap .at-grid {
    grid-template-columns: 1fr;
  }
}

.ateliers-wrap .at-card {
  position: relative;
  background: #fff;
  color: #000;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .28s ease, transform .28s ease;
}

.ateliers-wrap .at-card.is-hide {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.ateliers-wrap .at-card .at-full {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  pointer-events: none;
}

.ateliers-wrap .at-card .at-full .stamp {
  display: inline-block;
  padding: .3em .6em;
  border: 6px solid #fff;
  font-weight: 900;
  color: #fff;
  font-size: clamp(1.6rem, 6vw, 2.3rem);
  letter-spacing: .06em;
  transform: rotate(-8deg);
}

.ateliers-wrap .at-card.is-full .btn-reserver {
  opacity: .45;
}

.ateliers-wrap .at-card__inner {
  display: flex;
  align-items: stretch;
  min-height: 100%;
}

.ateliers-wrap .at-card__inner > .at-media {
  width: 42% !important;
  flex: 0 0 42% !important;
  position: relative;
  overflow: hidden;
  background: #000;
  min-height: 320px !important;
  align-self: stretch;
}

.ateliers-wrap .at-card__inner > .at-content {
  width: 58%;
  flex: 0 0 58%;
  padding: 10px 28px 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ateliers-wrap .at-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.ateliers-wrap .at-btn-edit {
  position: absolute;
  left: 20px;
  bottom: 26px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: #16a34a;
  border: 2px solid #16a34a;
  color: #fff !important;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .24);
  transition: .2s;
}

.ateliers-wrap .at-btn-edit:hover,
.ateliers-wrap .at-btn-edit:focus {
  background: #15803d;
  border-color: #15803d;
  color: #fff !important;
}

.blanc {
  color: #fff !important;
  font-size: 20px !important;
}

.it-body {
  padding-right: 30px;
}

.it-desc p {
  font-size: 14px;
}

.p-body .p-text p {
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
}

.ateliers-wrap #at-profil img {
  width: 100%;
  height: 100%;
  max-height: 481px;
  object-fit: cover;
  display: block;
}

.ateliers-wrap .at-card__inner > .at-content {
  width: 58% !important;
  flex: 0 0 58% !important;
}

.ateliers-wrap .at-when {
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  background: #e53847;
  color: #fff;
  font-weight: 900;
  padding: .55rem .9rem;
  border-radius: .15rem;
  transform: rotate(-2deg);
  gap: .6rem;
  align-items: center;
  width: fit-content;
  margin: 0 0 10px;
}

.ateliers-wrap .at-title-age {
  margin: 0 0 .4rem;
  font-weight: 900;
  color: #000 !important;
  font-size: clamp(1.8rem, 2.6vw, 2rem);
  line-height: .98;
  letter-spacing: -.03em;
  padding-top: 0px !important;
}

.ateliers-wrap .at-avec {
  margin: 0 0 .12rem !important;
  color: #000;
  opacity: .82;
  font-weight: 700;
  line-height: 1.2;
}

.ateliers-wrap .at-prof {
  margin: 0 0 .85rem !important;
  font-weight: 900;
  color: #000 !important;
  font-size: clamp(1.3rem, 1.7vw, 1.7rem) !important;
  line-height: 1.02;
  letter-spacing: -.02em;
}

.ateliers-wrap .at-desc {
  opacity: .95;
  margin: .1rem 0 1.15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-right: 6px;
  line-height: 1.45;
}

.ateliers-wrap .st-desc.cours {
  opacity: .95;
  margin: .1rem 0 1.15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding-right: 6px;
  line-height: 1.45;
}

.ateliers-wrap .at-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: auto;
  padding-right: 6px;
}

.ateliers-wrap .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  padding: .6rem .9rem;
  border: 2px solid;
  text-decoration: none;
  font-size: 14px;
  transition: .2s;
  letter-spacing: -.8px;
}

.ateliers-wrap .btn-info {
  background: #e53847;
  border-color: #e53847;
  color: #fff;
}

.ateliers-wrap .btn-info:hover {
  background: #fff;
  color: #e53847;
}

.ateliers-wrap .btn-reserver {
  background: #000;
  border-color: #000;
  color: #fff;
}

.ateliers-wrap .btn-reserver:hover {
  background: #fff;
  color: #000;
}

@media (min-width: 1270px) {
  .content-area {
    margin-top: 60px !important;
  }
}

@media (min-width: 960px) and (max-width: 1270px) {
  .content-area {
    margin-top: 100px !important;
  }
}

@media (min-width: 501px) and (max-width: 959px) {
  .content-area {
    margin-top: 0px !important;
  }
}

@media (max-width: 900px) {
  .ateliers-wrap .at-teasers {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .ateliers-wrap .at-teasers::-webkit-scrollbar {
    display: none;
  }

  .ateliers-wrap .at-teasers-indicators {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 4px auto 0;
  }

  .ateliers-wrap .at-teasers-indicator {
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    transition: background-color .2s ease, transform .2s ease;
  }

  .ateliers-wrap .at-teasers-indicator.is-active {
    background: #e53847;
    transform: scaleX(1.02);
  }

  .ateliers-wrap .at-teaser-card {
    flex: 0 0 calc(50% - 6px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    border-radius: 14px;
    overflow: hidden;
    scroll-snap-align: none;
  }

  .ateliers-wrap .at-teaser-card:nth-child(odd) {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .ateliers-wrap .at-teaser-card__media {
    width: 100%;
    min-width: 0;
    height: 120px;
    border-radius: 0;
  }

  .ateliers-wrap .at-teaser-card__content h3 {
    font-size: 1rem;
    line-height: .98 !important;
    margin: 0 0 4px !important;
  }

  .ateliers-wrap .at-teaser-card__content p {
    font-size: 11px;
    line-height: 14px !important;
  }

  .ateliers-wrap .at-teaser-card__content {
    padding: 10px 10px 12px;
  }

  .ateliers-wrap .at-card__inner {
    flex-direction: column;
  }

  .ateliers-wrap .at-card__inner > .at-media,
  .ateliers-wrap .at-card__inner > .at-content {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  .ateliers-wrap .at-card__inner > .at-media {
    width: 100% !important;
    flex: none !important;
    height: 250px !important;
    max-height: 250px !important;
    aspect-ratio: auto;
    min-height: 250px !important;
  }

  .ateliers-wrap .at-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  .ateliers-wrap .at-card__inner > .at-content {
    padding: 22px 20px 24px;
  }

  .ateliers-wrap .at-when {
    margin: 0 0 10px;
  }
}

.cours p {
    font-size: 14px !important;
}

@media (max-width: 499px) {
  body.page-id-11862 #wrapper .wpb_text_column p:last-child,
  body.page-slug-les-cours #wrapper .wpb_text_column p:last-child,
  body.page-les-cours #wrapper .wpb_text_column p:last-child {
    margin: 10px 0 0 0 !important;
    line-height: 16px !important;
    text-align: left !important;
  }

  .ateliers-wrap .at-head,
  .ateliers-wrap .at-teasers,
  .ateliers-wrap .at-grid,
  .ateliers-wrap #at-profil {
    box-sizing: border-box;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .ateliers-wrap .at-head {
    margin-top: 20px;
    padding: 5px 10px 10px 10px !important;
  }

  .ateliers-wrap .at-teasers {
    gap: 10px;
    padding-bottom: 2px;
  }

  .ateliers-wrap .at-teasers-indicators {
    gap: 10px;
    margin-top: 4px;
  }

  .ateliers-wrap .at-teasers-indicator {
    width: 28px;
  }

  .ateliers-wrap .at-teaser-card {
    flex-basis: calc(50% - 5px);
    border-radius: 16px;
  }

  .ateliers-wrap .at-teaser-card__media {
    width: 100%;
    min-width: 0;
    height: 96px;
    border-radius: 0;
  }

  .ateliers-wrap .at-teaser-card__content h3 {
    font-size: .92rem;
    margin: 0 0 3px !important;
  }

  .ateliers-wrap .at-teaser-card__content p {
    font-size: 11px !important;
    line-height: 14px !important;
  }

  body.page-les-cours .ateliers-wrap .at-teaser-card__content p,
  body.page-id-11862 .ateliers-wrap .at-teaser-card__content p {
    margin: 18px 0 0 0 !important;
    text-align: left !important;
    font-size: 12px !important;
    padding: 0px !important;
    line-height: 23px !important;
    letter-spacing: -0.9px !important;
  }

  .ateliers-wrap .at-teaser-card__content {
    padding: 8px 9px 10px;
  }

  p.blanc.st-marg {
    position: relative;
    top: 15px !important;
  }

  #wrapper {
    margin-bottom: 0 !important;
    padding-top: 170px;
  }

  .content-area {
    margin-top: -50px !important;
  }

  .ateliers-wrap .at-card__inner > .at-media {
    flex: none !important;
    height: 250px !important;
    max-height: 250px !important;
    min-height: 250px !important;
  }

  .ateliers-wrap .at-card__inner > .at-content {
    padding: 18px 18px 22px;
  }

  .it-body {
    padding-right: 0px;
  }

  .it-desc p {
    font-size: 16px !important;
    line-height: 19px !important;
  }

  .p-text p,
  .p-body .p-text p {
    font-size: 14px !important;
    line-height: 19px !important;
    font-weight: 400 !important;
  }

  .ateliers-wrap .at-when {
            position: absolute;
        top: 222px;
        left: -8px;
        z-index: 2;
        margin: 0;
  }

  #at-profil .it-close {
    right: -14px !important;
    top: -16px !important;
  }

  #at-profil .it-media {
    min-height: 230px !important;
  }

  p#st-sub{
    margin: 0px 0 10px 0 !important;
  }

  .container .vc_row-has-padding-bottom {
    padding-bottom: 30px !important;
  }

  .vc_row.vc_row-has-fill {
    margin-top: 0px !important;
  }
}

@media (max-width: 959px) {
  #wrapper.hide-title-section,
  #wrapper {
    margin-bottom: 0 !important;
    padding-top: 120px;
  }
}

body.no-scroll {
  overflow: hidden;
}

#at-profil {
  position: fixed;
  margin-top: 60px;
  inset: 0;
  z-index: 10;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

#at-profil::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .68);
  opacity: 0;
  transition: opacity .22s ease;
}

#at-profil.is-open {
  opacity: 1;
  pointer-events: auto;
}

#at-profil.is-open::before {
  opacity: 1;
}

#at-profil .inner {
  position: absolute;
  top: 20px;
  right: 0;
  height: 100dvh;
  background: #101010;
  color: #fff;
  box-shadow: -24px 0 60px rgba(0, 0, 0, .42);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 70px 28px 40px;
  transform: translateX(100%);
  transition: transform .26s cubic-bezier(.22, .9, .27, 1);
  overscroll-behavior: contain;
}

#at-profil.is-open .inner {
  transform: translateX(0);
}

#at-profil .it-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(18px) saturate(120%);
  opacity: .14;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}

#at-profil .inner > *:not(.it-bg) {
  position: relative;
  z-index: 1;
}

#at-profil .it-header {
  position: sticky;
  top: -28px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: -28px -28px 24px;
  padding: 18px 28px 14px;
  background: linear-gradient(180deg, rgba(16, 16, 16, .98), rgba(16, 16, 16, .88) 78%, rgba(16, 16, 16, 0));
  backdrop-filter: blur(10px);
}

#at-profil .it-title {
  display: inline-block;
  background: #fff;
  color: #000;
  font-weight: 900;
  padding: .35rem .75rem;
  border-radius: .4rem;
  transform: rotate(-2deg);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1;
}

#at-profil .it-close {
  display: none;
}

#at-profil .at-overlay-close {
  position: fixed;
  right: 125px;
  top: 145px;
  z-index: 10001;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}

#at-profil .at-overlay-close:hover,
#at-profil .at-overlay-close:focus {
  background: rgba(255, 255, 255, .18);
  transform: scale(1.05);
}

#at-profil .it-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 26px;
  align-items: flex-start;
}

#at-profil .it-media {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #111;
  min-height: 480px;
}

#at-profil .it-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#at-profil .it-when {
  position: absolute;
  background: #e53847;
  color: #fff;
  font-weight: 900;
  padding: .55rem .9rem;
  border-radius: .18rem;
  transform: rotate(-2deg);
  display: flex;
  gap: .6rem;
}

#at-profil .it-h1 {
  margin: 44px 0 .25rem;
  font-weight: 900;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

#at-profil .it-avec {
  margin: 0;
  font-weight: 800;
  color: #fff;
}

#at-profil .it-prof {
  margin: .1rem 0 1.1rem;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}

#at-profil .chip {
  display: inline-block;
  background: #fff;
  color: #000;
  border-radius: .5rem;
  padding: .35rem .65rem;
  font-weight: 900;
  margin: 1.5rem 0 0 0;
}

#at-profil .it-desc {
  margin: .5rem 0 1.2rem;
  opacity: .95;
}

#at-profil .tarif-head {
  margin: .6rem 0 .4rem;
  font-weight: 800;
  font-size: 18px;
}

#at-profil .p-list {
  margin: .4rem 0 0 1rem;
}

#at-profil .p-list li {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
}

#at-profil .it-bio {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
  align-items: center;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 2px solid rgba(255, 255, 255, .1);
}

#at-profil .it-bio .p-media {
  border-radius: 10px;
  overflow: hidden;
  background: #222;
}

#at-profil .it-bio .p-media img {
  display: block;
  width: 100%;
  height: auto;
}

#at-profil .cta-row {
  margin-top: 16px;
}

#at-profil .cta-row a {
  display: inline-block;
  background: #fff;
  color: #000;
  font-weight: 900;
  border-radius: 12px;
  padding: 12px 18px;
  text-decoration: none;
  border: 2px solid #fff;
}

#at-profil .cta-row a:hover {
  background: transparent;
  color: #fff;
}

.p-text {
  padding: 20px 0;
}

h1.p-name {
    padding-bottom: 15px;
    color: #fff;
}

.p-body .p-text p {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}

@media (max-width: 960px) {
  #at-profil .it-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #at-profil .it-bio,
  #at-profil .profil {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  #at-profil .it-bio .p-media,
  #at-profil .profil .p-media {
    order: -1;
    margin: 0 0 14px 0;
    border-radius: 12px;
    overflow: hidden;
  }

  #at-profil .it-bio .p-media img,
  #at-profil .profil .p-media img {
    width: 100%;
    height: auto;
    display: block;
  }

  #at-profil .p-name {
    margin-top: 2px;
  }
}

@media (max-width: 499px) {
  #at-profil .inner {
    width: 100vw;
    padding: 20px 16px 28px;
  }

  #at-profil .it-header {
    top: -20px;
    margin: -20px -16px 18px;
    padding: 14px 16px 12px;
  }

  #at-profil .at-overlay-close {
    right: 26px;
    top: 114px;
  }

  .ateliers-wrap .at-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .ateliers-wrap .at-filtres {
    margin: 0;
  }
}

@media (max-width: 499px) {
  body.page-les-cours .ateliers-wrap .at-teaser-card__content p,
  body.page-les-cours .ateliers-wrap .at-teaser-card__content p:last-child,
  body.page-id-11862 .ateliers-wrap .at-teaser-card__content p,
  body.page-id-11862 .ateliers-wrap .at-teaser-card__content p:last-child,
  body[class*="les-cours"] .ateliers-wrap .at-teaser-card__content p,
  body[class*="les-cours"] .ateliers-wrap .at-teaser-card__content p:last-child {
    margin: 18px 0 0 0 !important;
    text-align: left !important;
    font-size: 12px !important;
    padding: 0 !important;
    line-height: 23px !important;
    letter-spacing: -0.9px !important;
  }
}

@media (max-width: 499px) {
  body.page-les-cours .ateliers-wrap #at-profil,
  body.page-id-11862 .ateliers-wrap #at-profil,
  body[class*="les-cours"] .ateliers-wrap #at-profil {
    margin: 110px auto 0 !important;
  }

  body.page-les-cours .ateliers-wrap #at-profil.is-open,
  body.page-id-11862 .ateliers-wrap #at-profil.is-open,
  body[class*="les-cours"] .ateliers-wrap #at-profil.is-open {
    padding-top: 0 !important;
  }
}

@media (min-width: 500px) {
  #at-profil .inner {
    top: 20px !important;
    width: auto !important;
    max-width: none !important;
    padding: 100px 218px 150px !important;
  }
}

@media (max-width: 499px) {
  #at-profil .inner {
    width: 100vw;
    padding: 40px 16px 120px;
  }

  body.page-les-cours #at-profil,
  body.page-id-11862 #at-profil,
  body[class*="les-cours"] #at-profil {
    margin: 72px auto 0 !important;
  }
}
