/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/naaia-other-regulations/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Bloc naaia/other-regulations — Styles frontend
 *
 * Desktop (1440px référence) :
 *  Section   : bg #F1F8FE, border-radius 40px 40px 0 0, flex-col, gap 56px, padding 120px 120px 80px
 *  En-tête   : flex-col, gap 16px, items-center
 *  Titre     : 48px/50px, weight 300, centré, max-width 1000px
 *  Desc.     : 18px/28px, weight 400, centré, max-width 720px (optionnelle)
 *  Liste     : flex-row, justify-between, width 100%
 *  Carte     : position relative, flex-col, gap 40px, padding 24px, bg rgba(255,255,255,0.3)
 *  Card text : flex-col, gap 8px
 *  Icône     : 56px × 56px
 *    --image : border-radius 32px, overflow hidden
 *    --emoji : flex, font-size 42px
 *    (glass) : SVG nu, width/height 56px
 *  Flèche    : absolu bottom 23px right 23px, 40px × 40px, icône 32px
 *
 * Mobile (≤ 768px) :
 *  Section   : flex-col, padding 64px 24px 48px
 *  Liste     : flex-col
 */
.naaia-other-regulations-wrapper {
  width: 100%;
  margin-top: 0 !important;
}
.naaia-other-regulations {
  padding: 120px 120px 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  width: 100%;
  margin-top: 0 !important;
}
.naaia-other-regulations__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.naaia-other-regulations__title {
  color: #171721;
  text-align: center;
  margin: 0;
}
.naaia-other-regulations__description {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(23, 23, 33, 0.65);
  text-align: center;
  margin: 0;
  max-width: 720px;
}
.naaia-other-regulations__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
.naaia-other-regulations__card {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 24px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.naaia-other-regulations__card:hover {
  transform: translateY(-2px);
}
.naaia-other-regulations__card:hover .naaia-other-regulations__arrow {
  transform: translate(2px, -2px);
}
.naaia-other-regulations__card:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}
.naaia-other-regulations__card-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.naaia-other-regulations__card-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  color: #171721;
  margin: 0;
}
.naaia-other-regulations__card-description {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(23, 23, 33, 0.65);
  margin: 0;
}
.naaia-other-regulations__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  margin-top: auto;
}
.naaia-other-regulations__icon svg,
.naaia-other-regulations__icon .naaia-glass-icon {
  width: 56px;
  height: 56px;
}
.naaia-other-regulations__icon--glass {
  width: 64px;
  height: 64px;
}
.naaia-other-regulations__icon--glass .naaia-glass-icon {
  width: 64px;
  height: 64px;
}
.naaia-other-regulations__icon--glass .naaia-glass-search {
  width: 64px;
  height: 64px;
}
.naaia-other-regulations__icon--glass .naaia-glass-stack {
  width: 64px;
  height: 64px;
}
.naaia-other-regulations__icon--glass .naaia-glass-toggle {
  width: 67.4px;
  height: 64px;
}
.naaia-other-regulations__icon--glass .naaia-glass-check {
  width: 64px;
  height: 64px;
}
.naaia-other-regulations__icon--glass .naaia-glass-stars {
  width: 64px;
  height: 64px;
}
.naaia-other-regulations__icon--glass .naaia-glass-lock {
  width: 64px;
  height: 64px;
}
.naaia-other-regulations__icon--glass .naaia-glass-user {
  width: 64px;
  height: 64px;
}
.naaia-other-regulations__icon--glass .naaia-glass-gauge {
  width: 64px;
  height: 64px;
}
.naaia-other-regulations__icon--glass .naaia-glass-cal {
  width: 64px;
  height: 64px;
}
.naaia-other-regulations__icon--glass .naaia-glass-icon__circle {
  width: 27.69px;
  height: 27.69px;
  top: calc(50% - 13.845px);
  left: calc(50% - 13.845px);
}
.naaia-other-regulations__icon--glass .naaia-glass-icon__tile {
  border-radius: 4.11px;
}
.naaia-other-regulations__icon--image {
  border-radius: 32px;
  overflow: hidden;
}
.naaia-other-regulations__icon--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.naaia-other-regulations__icon--emoji {
  font-size: 42px;
  line-height: 1;
}
.naaia-other-regulations__arrow {
  position: absolute;
  bottom: 23px;
  right: 23px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #76C0F6;
  transition: color 0.22s ease, transform 0.22s ease;
}
.naaia-other-regulations__arrow svg {
  width: 32px;
  height: 32px;
}
.naaia-other-regulations__list--two {
  justify-content: center;
  gap: 40px;
}
.naaia-other-regulations__list--two .naaia-other-regulations__card {
  flex: none;
  width: 384px;
  height: 316px;
}
.naaia-other-regulations__list--two .naaia-other-regulations__icon {
  width: 100px;
  height: 100px;
}
.naaia-other-regulations__list--two .naaia-other-regulations__icon svg,
.naaia-other-regulations__list--two .naaia-other-regulations__icon .naaia-glass-icon {
  width: 100px;
  height: 100px;
}
.naaia-other-regulations__list--two .naaia-other-regulations__icon .naaia-glass-icon__circle {
  width: 43.27px;
  height: 43.27px;
  top: calc(50% - 21.635px);
  left: calc(50% - 21.635px);
}
.naaia-other-regulations__list--two .naaia-other-regulations__icon .naaia-glass-icon__tile {
  border-radius: 6.43px;
}
.naaia-other-regulations__list--two .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-icon__circle {
  width: 29.09px;
  height: 29.09px;
  top: 36.275px;
  left: calc(50% - 14.545px);
}
.naaia-other-regulations__list--two .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-search__magnifier {
  transform: translate(-16.07px, -8.66px);
}
.naaia-other-regulations__list--two .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-stack__top {
  transform: translateY(-8.93px);
}
.naaia-other-regulations__list--two .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-toggle__dot {
  transform: translateX(-10.71px);
}
.naaia-other-regulations__list--two .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-toggle__knob {
  transform: translateX(35.71px);
}
.naaia-other-regulations__list--two .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-check__dot {
  transform: translate(-8.93px, -14.29px);
}
.naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-icon__circle {
  width: 18.62px;
  height: 18.62px;
  top: 23.22px;
  left: calc(50% - 9.31px);
}
.naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-search__magnifier {
  transform: translate(-10.29px, -5.54px);
}
.naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-stack__top {
  transform: translateY(-5.71px);
}
.naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-toggle__dot {
  transform: translateX(-6.86px);
}
.naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-toggle__knob {
  transform: translateX(22.86px);
}
@media (min-width: 769px) {
  .naaia-other-regulations {
    padding: 8.3333333333vw 8.3333333333vw 5.5555555556vw;
    gap: 3.8888888889vw;
  }
  .naaia-other-regulations__header {
    gap: 1.1111111111vw;
  }
  .naaia-other-regulations__description {
    font-size: 1.25vw;
    line-height: 1.9444444444vw;
  }
  .naaia-other-regulations__list {
    gap: 1.1111111111vw;
  }
  .naaia-other-regulations__card {
    gap: 2.7777777778vw;
    padding: 1.6666666667vw;
  }
  .naaia-other-regulations__card-title {
    font-size: 1.9444444444vw;
    line-height: 2.5vw;
  }
  .naaia-other-regulations__card-description {
    font-size: 0.9722222222vw;
    line-height: 1.5277777778vw;
  }
  .naaia-other-regulations__icon {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
  }
  .naaia-other-regulations__icon svg,
  .naaia-other-regulations__icon .naaia-glass-icon {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
  }
  .naaia-other-regulations__icon--image {
    border-radius: 2.2222222222vw;
  }
  .naaia-other-regulations__icon--glass {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  .naaia-other-regulations__icon--glass .naaia-glass-icon {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  .naaia-other-regulations__icon--glass .naaia-glass-search {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  .naaia-other-regulations__icon--glass .naaia-glass-stack {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  .naaia-other-regulations__icon--glass .naaia-glass-toggle {
    width: 4.6805555556vw;
    height: 4.4444444444vw;
  }
  .naaia-other-regulations__icon--glass .naaia-glass-check {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  .naaia-other-regulations__icon--glass .naaia-glass-stars {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  .naaia-other-regulations__icon--glass .naaia-glass-lock {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  .naaia-other-regulations__icon--glass .naaia-glass-user {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  .naaia-other-regulations__icon--glass .naaia-glass-gauge {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  .naaia-other-regulations__icon--glass .naaia-glass-cal {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  .naaia-other-regulations__icon--glass .naaia-glass-icon__circle {
    width: 1.9229166667vw;
    height: 1.9229166667vw;
    top: calc(50% - 0.9614583333vw);
    left: calc(50% - 0.9614583333vw);
  }
  .naaia-other-regulations__icon--glass .naaia-glass-icon__tile {
    border-radius: 0.2854166667vw;
  }
  .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-icon__circle {
    width: 1.2930555556vw;
    height: 1.2930555556vw;
    top: 1.6125vw;
    left: calc(50% - 0.6465277778vw);
  }
  .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-search__magnifier {
    transform: translate(-0.7145833333vw, -0.3847222222vw);
  }
  .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-stack__top {
    transform: translateY(-0.3965277778vw);
  }
  .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-toggle__dot {
    transform: translateX(-0.4763888889vw);
  }
  .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-toggle__knob {
    transform: translateX(1.5875vw);
  }
  .naaia-other-regulations__arrow {
    bottom: 1.5972222222vw;
    right: 1.5972222222vw;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .naaia-other-regulations__arrow svg {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
  .naaia-other-regulations__list--two {
    gap: 2.7777777778vw;
  }
  .naaia-other-regulations__list--two .naaia-other-regulations__card {
    width: 26.6666666667vw;
    height: 21.9444444444vw;
  }
  .naaia-other-regulations__list--two .naaia-other-regulations__icon {
    width: 6.9444444444vw;
    height: 6.9444444444vw;
  }
  .naaia-other-regulations__list--two .naaia-other-regulations__icon svg,
  .naaia-other-regulations__list--two .naaia-other-regulations__icon .naaia-glass-icon {
    width: 6.9444444444vw;
    height: 6.9444444444vw;
  }
  .naaia-other-regulations__list--two .naaia-other-regulations__icon .naaia-glass-icon__circle {
    width: 3.0048611111vw;
    height: 3.0048611111vw;
    top: calc(50% - 1.5024305556vw);
    left: calc(50% - 1.5024305556vw);
  }
  .naaia-other-regulations__list--two .naaia-other-regulations__icon .naaia-glass-icon__tile {
    border-radius: 0.4465277778vw;
  }
  .naaia-other-regulations__list--two .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-icon__circle {
    width: 2.0201388889vw;
    height: 2.0201388889vw;
    top: 2.5190972222vw;
    left: calc(50% - 1.0100694444vw);
  }
  .naaia-other-regulations__list--two .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-search__magnifier {
    transform: translate(-1.1159722222vw, -0.6013888889vw);
  }
  .naaia-other-regulations__list--two .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-stack__top {
    transform: translateY(-0.6201388889vw);
  }
  .naaia-other-regulations__list--two .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-toggle__dot {
    transform: translateX(-0.74375vw);
  }
  .naaia-other-regulations__list--two .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-toggle__knob {
    transform: translateX(2.4798611111vw);
  }
  .naaia-other-regulations__list--two .naaia-other-regulations__card[data-hover-icon]:hover .naaia-glass-check__dot {
    transform: translate(-0.6201388889vw, -0.9923611111vw);
  }
}
@media (max-width: 768px) {
  .naaia-other-regulations {
    padding: 64px 24px 48px;
    border-radius: 24px 24px 0 0;
    gap: 40px;
  }
  .naaia-other-regulations__title {
    font-size: 36px;
    line-height: 42px;
  }
  .naaia-other-regulations__description {
    font-size: 16px;
    line-height: 24px;
  }
  .naaia-other-regulations__list {
    flex-direction: column;
  }
  .naaia-other-regulations__card {
    flex: none;
    width: 100%;
  }
  .naaia-other-regulations__card-title {
    font-size: 28px !important;
    line-height: 30px;
  }
}
