@charset "UTF-8";
/* GLOBAL */
@import url("https://use.typekit.net/dys7uyp.css");
.lienglobal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 5;
}


/* Paramètre des blocs générique */
.ResetBloc {
  position: relative;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
}
@media screen and (max-width: 768.98px) {
  .ResetBloc {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
.ResetBloc img,
.ResetBloc picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.ResetBloc a:focus,
.ResetBloc a:active,
.ResetBloc a:link,
.ResetBloc a:visited {
  text-decoration: none;
}
.ResetBloc p,
.ResetBloc h1,
.ResetBloc h2,
.ResetBloc h3,
.ResetBloc h4 {
  margin: 0;
}
.ResetBloc .bold {
  font-weight: 600;
}
.ResetBloc .semibold {
  font-weight: 500;
}
.ResetBloc .regular {
  font-weight: 400;
}
.ResetBloc .light {
  font-weight: 300;
}
.ResetBloc .upper {
  text-transform: uppercase;
}
.ResetBloc .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.ResetBloc .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .ResetBloc .DispMob {
    display: none !important;
  }
}
.ResetBloc .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .ResetBloc .DispDesk {
    display: block !important;
  }
}
.ResetBloc .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .ResetBloc .DispTab {
    display: block !important;
  }
}
.ResetBloc .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .ResetBloc .TabOnly {
    display: block !important;
  }
}
.ResetBloc {
  color: #000;
}
.ResetBloc .bloccta {
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 500;
  line-height: 1;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  cursor: pointer;
}
@media screen and (max-width: 768.98px) {
  .ResetBloc .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.ResetBloc .bloccta {
  text-decoration: none;
  color: var(--cta-color);
  padding-bottom: 0.3em;
}
.ResetBloc .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: var(--cta-color);
}
.ResetBloc .bloccta a:hover,
.ResetBloc .bloccta a:active,
.ResetBloc .bloccta a:link,
.ResetBloc .bloccta a:visited {
  text-decoration: none;
  color: var(--cta-color);
}
.ResetBloc .bloccta:hover::after {
  width: calc(100% - 0em);
  animation-name: soulignement;
  animation-timing-function: ease-in-out;
  animation-duration: 480ms;
}
@keyframes soulignement {
  0% {
    left: unset;
    right: 0;
    width: calc(100% - 1em);
  }
  33% {
    width: 0;
  }
  66% {
    right: unset;
    left: 0;
  }
  100% {
    width: calc(100% - 1em);
  }
}
.ResetBloc .bloccta {
  font-weight: 600;
  white-space: nowrap;
}
.ResetBloc .helvetica {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  line-height: 1.2;
}
.ResetBloc .titre {
  font-size: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .titre {
    font-size: clamp(2.3076923077rem, 1.7846697953rem + 0.884173298vw, 3.0769230769rem);
  }
}
.ResetBloc .sousTitre {
  font-size: clamp(1.3846153846rem, 1rem + 1.5625vw, 1.9230769231rem);
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .sousTitre {
    font-size: clamp(1.5384615385rem, 1.015439026rem + 0.884173298vw, 2.3076923077rem);
  }
}
.ResetBloc .txtCourant {
  font-size: clamp(0.9230769231rem, 0.7032967033rem + 0.8928571429vw, 1.2307692308rem);
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .txtCourant {
    font-size: clamp(1.0769230769rem, 0.867714072rem + 0.3536693192vw, 1.3846153846rem);
  }
}
.ResetBloc .sizeMob {
  font-size: 170%;
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .sizeMob {
    font-size: 100%;
  }
}
.ResetBloc .imgBack {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.ResetBloc .u-flex-center-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(0.7692307692rem, 0.4945054945rem + 1.1160714286vw, 1.1538461538rem);
}
.ResetBloc .u-flex-center-col-xl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(1.9230769231rem, 0.5494505495rem + 5.5803571429vw, 3.8461538462rem);
}

/* ANIMATIONS */
@keyframes float {
  0%, 100% {
    transform: rotate(-5deg) translateY(0px);
  }
  50% {
    transform: rotate(-5deg) translateY(-10px);
  }
}
/* BLOC 1 VIDEO */
.crl_opceremonie_b1 {
  position: relative;
  --cta-color: #fff;
  position: relative;
  overflow: hidden;
}
.crl_opceremonie_b1 .video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.crl_opceremonie_b1 .video-background iframe {
  margin: -2px;
  border: 0;
  scale: 3;
}
@media screen and (min-width: 768px) {
  .crl_opceremonie_b1 .video-background iframe {
    scale: 1.02;
  }
}
.crl_opceremonie_b1 {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s14_avril/crl_b1_mob.webp");
  aspect-ratio: 667/916;
}
@media screen and (min-width : 768.98px) {
  .crl_opceremonie_b1 {
    aspect-ratio: 1920/983;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s14_avril/crl_b1.webp");
  }
}
.crl_opceremonie_b1 .bloctxt {
  z-index: 6;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #fff;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.crl_opceremonie_b1 .txt_img {
  position: absolute;
  max-width: 1000px;
  width: 100%;
}
@media screen and (min-width : 768.98px) {
  .crl_opceremonie_b1 .txt_img {
    width: 50%;
  }
}
.crl_opceremonie_b1 .txt_img {
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
.crl_opceremonie_b1 .bloccta {
  margin-top: 24px;
}

/* BLOC 2 DUO SWIPER */
.crl_opceremonie_b2 {
  --cta-color: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (min-width : 768.98px) {
  .crl_opceremonie_b2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.crl_opceremonie_b2 .bloccont {
  position: relative;
  width: 100%;
}
@media screen and (min-width : 768.98px) {
  .crl_opceremonie_b2 .bloccont {
    width: 50%;
  }
}
.crl_opceremonie_b2 .bloccont {
  background-color: #F4F1EA;
}
.crl_opceremonie_b2 .bloccont.left {
  position: relative;
  aspect-ratio: 666/560;
}
@media screen and (min-width : 768.98px) {
  .crl_opceremonie_b2 .bloccont.left {
    aspect-ratio: 960/777;
  }
}
.crl_opceremonie_b2 .bloccont.left {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s14_avril/crl_b2_01.webp");
}
.crl_opceremonie_b2 .bloccont.left .cont_img {
  position: relative;
  width: 85%;
  aspect-ratio: 1048/665;
  transform: rotate(-5deg);
  border-radius: 5px;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s14_avril/crl_b2_01_env.webp");
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  animation: float 10s ease-in-out infinite;
}
.crl_opceremonie_b2 .bloccont.left .cont_img .bloctxt {
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #DD4A4A;
  position: absolute;
  text-align: center;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 90%;
}
.crl_opceremonie_b2 .bloccont.left .cont_img .txt_img {
  width: 90%;
}
.crl_opceremonie_b2 .bloccont.right {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width : 768.98px) {
  .crl_opceremonie_b2 .bloccont.right {
    aspect-ratio: 960/777;
  }
}
.crl_opceremonie_b2 .bloccont.right .cont_global {
  overflow: hidden;
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}
@media screen and (min-width : 768.98px) {
  .crl_opceremonie_b2 .bloccont.right .cont_global {
    width: 90%;
    margin: auto;
  }
}
.crl_opceremonie_b2 .bloccont.right .cont_nav {
  width: 90%;
}
@media screen and (min-width : 768.98px) {
  .crl_opceremonie_b2 .bloccont.right .cont_nav {
    width: 100%;
  }
}
.crl_opceremonie_b2 .bloccont.right .cont_nav {
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.crl_opceremonie_b2 .bloccont.right .nav {
  gap: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
}
.crl_opceremonie_b2 .bloccont.right .nav .swiper-button-next, .crl_opceremonie_b2 .bloccont.right .nav .swiper-button-prev {
  position: relative !important;
  color: transparent !important;
  margin-top: unset !important;
}
.crl_opceremonie_b2 .bloccont.right .nav .swiper-button-next .buttonSwiper, .crl_opceremonie_b2 .bloccont.right .nav .swiper-button-prev .buttonSwiper {
  width: clamp(2.3076923077rem, 1.2087912088rem + 4.4642857143vw, 3.8461538462rem);
}
@media screen and (min-width : 768.98px) {
  .crl_opceremonie_b2 .bloccont.right .nav .swiper-button-next .buttonSwiper, .crl_opceremonie_b2 .bloccont.right .nav .swiper-button-prev .buttonSwiper {
    width: clamp(2.3076923077rem, 1.2616472829rem + 1.7683465959vw, 3.8461538462rem);
  }
}
.crl_opceremonie_b2 .bloccont.right .cont_swiper {
  overflow: hidden;
}
.crl_opceremonie_b2 .bloccont.right .cont_swiper .swiper-slide {
  background: transparent !important;
}
.crl_opceremonie_b2 .bloccont.right .cont_swiper .bloctxt {
  position: relative;
  white-space: nowrap;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  left: 20px;
  bottom: 20px;
  gap: 10px;
  text-align: left;
  color: #000;
}
.crl_opceremonie_b2 .bloccont.right .cont_swiper .bloctxt {
  position: relative;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
}
.crl_opceremonie_b2 .bloccont.right .cont_swiper .swiper-slide .cont_img {
  position: relative;
  width: 100%;
  aspect-ratio: 0.8090909091;
}
.crl_opceremonie_b2 .bloccont.right .cont_swiper .swiper-wrapper .swiper-slide:nth-child(1) .cont_img {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s14_avril/crl_b2_swiper_01.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_opceremonie_b2 .bloccont.right .cont_swiper .swiper-wrapper .swiper-slide:nth-child(2) .cont_img {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s14_avril/crl_b2_swiper_02.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_opceremonie_b2 .bloccont.right .cont_swiper .swiper-wrapper .swiper-slide:nth-child(3) .cont_img {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s14_avril/crl_b2_swiper_03.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_opceremonie_b2 .bloccont.right .cont_swiper .swiper-wrapper .swiper-slide:nth-child(4) .cont_img {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s14_avril/crl_b2_swiper_04.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_opceremonie_b2 .bloccont.right .cont_swiper .swiper-wrapper .swiper-slide:nth-child(5) .cont_img {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s14_avril/crl_b2_swiper_05.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.crl_opceremonie_b2 .bloccont.right .cont_swiper .bloctxt {
  position: relative;
  margin-top: 24px;
}

/* BLOC 3 */
.crl_opceremonie_b3 {
  position: relative;
  overflow: hidden;
  --cta-color: #000;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s14_avril/crl_b3_back.webp");
  aspect-ratio: 666/830;
}
@media screen and (min-width : 768.98px) {
  .crl_opceremonie_b3 {
    aspect-ratio: 1920/980;
  }
}
.crl_opceremonie_b3 .cont_global {
  width: 90%;
}
@media screen and (min-width : 768.98px) {
  .crl_opceremonie_b3 .cont_global {
    width: 58%;
  }
}
.crl_opceremonie_b3 .cont_global {
  margin: auto;
  height: 100%;
}
.crl_opceremonie_b3 .cont_global .cont_filter {
  position: absolute;
  width: 70%;
}
@media screen and (min-width : 768.98px) {
  .crl_opceremonie_b3 .cont_global .cont_filter {
    width: 60%;
  }
}
.crl_opceremonie_b3 .cont_global .cont_filter {
  transform: translateY(-50%);
  top: 50%;
  right: -13%;
}
@media screen and (min-width : 768.98px) {
  .crl_opceremonie_b3 .cont_global .cont_filter {
    right: -3%;
  }
}
.crl_opceremonie_b3 .cont_global .cont_img {
  position: relative;
  width: 100%;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  aspect-ratio: 660/460;
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s14_avril/crl_b3_01_mob.webp");
}
@media screen and (min-width : 768.98px) {
  .crl_opceremonie_b3 .cont_global .cont_img {
    aspect-ratio: 1140/686;
    background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/2026/s14_avril/crl_b3_01.webp");
  }
}
.crl_opceremonie_b3 .cont_global .bloctxt {
  z-index: 6;
  position: relative;
  margin-top: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: clamp(3.0769230769rem, 0.8791208791rem + 8.9285714286vw, 6.1538461538rem);
}/*# sourceMappingURL=style.css.map */