@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Define the base font-size equivalent to 10px */
html {
  font-size: 0.625em;
  /* fallback IE8+ */
  font-size: 0.625em;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
}

/* Remove focus for mouse users */
strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

/* Set text selection */
::-moz-selection {
  color: #000;
  background: #8dc7e9;
}

::selection {
  color: #000;
  background: #8dc7e9;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* tel: links */
a[href^=tel] {
  white-space: nowrap;
  color: inherit;
}

@media (min-width: 30em) {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
  }
}
/* Make medias easier to work with */
img,
video,
audio {
  max-width: 100%;
  display: block;
  height: auto;
  vertical-align: bottom;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
/* Set cursor pointer */
label[for],
button,
input[type=submit],
select {
  cursor: pointer;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* Screen reader text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* Image replacement */
.ir {
  font: 0/0 a;
  color: transparent;
  border: 0;
  text-shadow: none;
}

/* Print external URLs */
@media print {
  a {
    text-decoration: underline;
  }
  [href]:not([href^="#"]):after {
    content: " (" attr(href) ") ";
  }
}
/* Addional for project */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Amaranth", sans-serif;
  word-break: break-word;
}

a {
  text-decoration: none;
  color: inherit;
}

p,
a {
  letter-spacing: 0.035rem;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
}

.container, .service-type-1 {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Lien “Aller au contenu” pour clavier / lecteur d’écran */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #0055a5;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 100;
  transition: top 0.3s;
}
.skip-link:focus {
  top: 0;
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.svg-text {
  width: 90%;
  max-width: 550px;
  animation: text-fill-animation 1.2s ease forwards 2.75s;
}

.svg-text path:nth-child(1) {
  stroke-dasharray: 271.761px;
  stroke-dashoffset: 271.761px;
  animation: text-animation 0.3s ease forwards;
}

.svg-text path:nth-child(2) {
  stroke-dasharray: 89.332px;
  stroke-dashoffset: 89.332px;
  animation: text-animation 0.3s ease forwards 0.35s;
}

.svg-text path:nth-child(3) {
  stroke-dasharray: 95.308px;
  stroke-dashoffset: 95.308px;
  animation: text-animation 0.3s ease forwards 0.45s;
}

.svg-text path:nth-child(4) {
  stroke-dasharray: 79.472px;
  stroke-dashoffset: 79.472px;
  animation: text-animation 0.3s ease forwards 0.55s;
}

.svg-text path:nth-child(5) {
  stroke-dasharray: 92.522px;
  stroke-dashoffset: 92.522px;
  animation: text-animation 0.3s ease forwards 0.65s;
}

.svg-text path:nth-child(6) {
  stroke-dasharray: 83.122px;
  stroke-dashoffset: 83.122px;
  animation: text-animation 0.3s ease forwards 0.75s;
}

.svg-text path:nth-child(7) {
  stroke-dasharray: 131.041px;
  stroke-dashoffset: 131.041px;
  animation: text-animation 0.3s ease forwards 0.85s;
}

.svg-text path:nth-child(8) {
  stroke-dasharray: 77.499px;
  stroke-dashoffset: 77.499px;
  animation: text-animation 0.3s ease forwards 0.95s;
}

.svg-text path:nth-child(9) {
  stroke-dasharray: 77.516px;
  stroke-dashoffset: 77.516px;
  animation: text-animation 0.3s ease forwards 1.05s;
}

.svg-text path:nth-child(10) {
  stroke-dasharray: 112.751px;
  stroke-dashoffset: 112.751px;
  animation: text-animation 0.3s ease forwards 1.15s;
}

.svg-text path:nth-child(11) {
  stroke-dasharray: 83.139px;
  stroke-dashoffset: 83.139px;
  animation: text-animation 0.3s ease forwards 1.25s;
}

.svg-text path:nth-child(12) {
  stroke-dasharray: 129.413px;
  stroke-dashoffset: 129.413px;
  animation: text-animation 0.3s ease forwards 1.35s;
}

.svg-text path:nth-child(13) {
  stroke-dasharray: 92.537px;
  stroke-dashoffset: 92.537px;
  animation: text-animation 0.3s ease forwards 1.45s;
}

.svg-text path:nth-child(14) {
  stroke-dasharray: 95.317px;
  stroke-dashoffset: 95.317px;
  animation: text-animation 0.3s ease forwards 1.55s;
}

.svg-text path:nth-child(15) {
  stroke-dasharray: 82.949px;
  stroke-dashoffset: 82.949px;
  animation: text-animation 0.3s ease forwards 1.65s;
}

.svg-text path:nth-child(16) {
  stroke-dasharray: 92.512px;
  stroke-dashoffset: 92.512px;
  animation: text-animation 0.3s ease forwards 1.75s;
}

.svg-text path:nth-child(17) {
  stroke-dasharray: 129.426px;
  stroke-dashoffset: 129.426px;
  animation: text-animation 0.3s ease forwards 1.85s;
}

.svg-text path:nth-child(18) {
  stroke-dasharray: 95.309px;
  stroke-dashoffset: 95.309px;
  animation: text-animation 0.3s ease forwards 1.95s;
}

.svg-text path:nth-child(19) {
  stroke-dasharray: 161.095px;
  stroke-dashoffset: 161.095px;
  animation: text-animation 0.3s ease forwards 2.05s;
}

.svg-text path:nth-child(20) {
  stroke-dasharray: 131.023px;
  stroke-dashoffset: 131.023px;
  animation: text-animation 0.3s ease forwards 2.15s;
}

.svg-text path:nth-child(21) {
  stroke-dasharray: 29.1px;
  stroke-dashoffset: 29.1px;
  animation: text-animation 0.3s ease forwards 2.25s;
}

.svg-text path:nth-child(22) {
  stroke-dasharray: 147.604px;
  stroke-dashoffset: 147.604px;
  animation: text-animation 0.3s ease forwards 2.35s;
}

.svg-text path:nth-child(23) {
  stroke-dasharray: 131.023px;
  stroke-dashoffset: 131.023px;
  animation: text-animation 0.3s ease forwards 2.45s, fill-animation 1s ease forwards 2.6s, stroke-animation 1s ease forwards 2.6s;
}

.svg-text path:nth-child(24) {
  stroke-dasharray: 129.389px;
  stroke-dashoffset: 129.389px;
  animation: text-animation 0.3s ease forwards 2.55s, fill-animation 1s ease forwards 2.6s, stroke-animation 1s ease forwards 2.6s;
}

.svg-text path:nth-child(25) {
  stroke-dasharray: 189.179px;
  stroke-dashoffset: 189.179px;
  animation: text-animation 0.3s ease forwards 2.65s, fill-animation 1s ease forwards 2.6s, stroke-animation 1s ease forwards 2.6s;
}

.svg-text path:nth-child(26) {
  stroke-dasharray: 89.373px;
  stroke-dashoffset: 89.373px;
  animation: text-animation 0.3s ease forwards 2.75s, fill-animation 1s ease forwards 2.6s, stroke-animation 1s ease forwards 2.6s;
}

.svg-text path:nth-child(27) {
  stroke-dasharray: 95.309px;
  stroke-dashoffset: 95.309px;
  animation: text-animation 0.3s ease forwards 2.85s, fill-animation 1s ease forwards 2.6s, stroke-animation 1s ease forwards 2.6s;
}

@keyframes text-animation {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fill-animation {
  to {
    fill: #ce1b8c;
  }
}
@keyframes stroke-animation {
  to {
    stroke: #ce1b8c;
  }
}
@keyframes text-fill-animation {
  from {
    fill: transparent;
  }
  to {
    fill: rgb(0, 0, 0);
  }
}
@font-face {
  font-family: "Platypi";
  src: url("../assets/fonts/platypi-v6-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amaranth";
  src: url("../assets/fonts/amaranth-v19-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amaranth";
  src: url("../assets/fonts/amaranth-v19-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/raleway-v37-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/raleway-v37-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/raleway-v37-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: "Dancing Script";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/dancing-script-v29-latin-regular.woff2") format("woff2");
}
.header {
  position: sticky;
  border-image: conic-gradient(#ffffff 0 0) fill 0/auto/0 100vw;
  top: 0;
  height: 9rem;
  background-color: #ffffff;
  box-shadow: 0 0.1rem 0.3rem 0 rgba(163, 163, 163, 0.5);
  z-index: 500;
}
.header .header__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (min-width: 48em) {
  .header .header__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.header .header__content .branding a {
  display: flex;
  align-items: center;
  font-family: "Platypi", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  color: #272932;
}
@media (min-width: 48em) {
  .header .header__content .branding a {
    font-size: 2.5rem;
  }
}
.header .header__content .branding a span {
  color: #923399;
}
.header .header__content .branding img {
  width: 5rem;
  margin-right: 1rem;
}
.header .header__content .navbar {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .header .header__content .navbar {
    flex-direction: row;
    height: 100%;
    margin-top: initial;
  }
}
.header .header__content .navbar #toggle-menu {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: calc(50% - 2.5rem);
  right: 0.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 48em) {
  .header .header__content .navbar #toggle-menu {
    display: none;
  }
}
.header .header__content .navbar #toggle-menu div {
  width: 3rem;
  height: 0.3rem;
  background-color: #ce1b8c;
  margin: 0.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-out;
}
.header .header__content .navbar .active .line1 {
  transform: rotate(-45deg) translate(-0.7rem, 0.6rem);
}
.header .header__content .navbar .active .line2 {
  opacity: 0;
}
.header .header__content .navbar .active .line3 {
  transform: rotate(45deg) translate(-0.52rem, -0.4rem);
}
.header .header__content .navbar .navigation-links {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 0;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  overflow-y: hidden;
  transition: all 0.3s ease-out;
}
@media (min-width: 48em) {
  .header .header__content .navbar .navigation-links {
    position: initial;
    flex-direction: column-reverse;
    height: initial;
    overflow: visible !important;
  }
}
.header .header__content .navbar .navigation-links.active {
  height: 100vh;
}
.header .header__content .navbar .navigation-links .main-nav {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-left: 3.5rem;
  margin-bottom: 3rem;
  gap: 3rem;
}
@media (min-width: 48em) {
  .header .header__content .navbar .navigation-links .main-nav {
    flex-direction: row;
    align-items: center;
    padding-top: initial;
    padding-left: initial;
    margin-bottom: initial;
  }
}
.header .header__content .navbar .navigation-links .main-nav .menu-item {
  position: relative;
}
.header .header__content .navbar .navigation-links .main-nav .menu-item a {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #36003a;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .header .header__content .navbar .navigation-links .main-nav .menu-item a {
    position: relative;
    display: block;
    padding: 0.8rem 0 1rem;
  }
  .header .header__content .navbar .navigation-links .main-nav .menu-item a:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0.2rem;
    top: 0;
    left: 50%;
    top: initial;
    bottom: 0.4rem;
    z-index: 1;
    transform: translateX(-50%);
    background-color: #ce1b8c;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .header .header__content .navbar .navigation-links .main-nav .menu-item a:after {
    bottom: 0.6rem;
  }
}
@media (min-width: 48em) {
  .header .header__content .navbar .navigation-links .main-nav .menu-item a:hover {
    color: #ce1b8c;
    transition: all 0.3s ease-in-out;
  }
  .header .header__content .navbar .navigation-links .main-nav .menu-item a:hover:after {
    width: 100%;
  }
}
.header .header__content .navbar .navigation-links .main-nav .menu-item a[aria-current=page] {
  color: #ce1b8c;
}
.header .header__content .navbar .navigation-links .main-nav .menu-item-has-children {
  position: relative;
}
.header .header__content .navbar .navigation-links .main-nav .menu-item-has-children > a,
.header .header__content .navbar .navigation-links .main-nav .menu-item-has-children > .submenu-toggle {
  vertical-align: middle;
  margin-right: 2rem;
}
@media (min-width: 48em) {
  .header .header__content .navbar .navigation-links .main-nav .menu-item-has-children > a,
  .header .header__content .navbar .navigation-links .main-nav .menu-item-has-children > .submenu-toggle {
    margin-right: initial;
  }
}
.header .header__content .navbar .navigation-links .main-nav .menu-item-has-children .submenu-toggle {
  background: none;
  border: none;
  padding: 0;
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 48em) {
  .header .header__content .navbar .navigation-links .main-nav .menu-item-has-children .submenu-toggle {
    display: none !important;
  }
}
.header .header__content .navbar .navigation-links .main-nav .menu-item-has-children .submenu-toggle svg {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  color: #ce1b8c;
  transition: transform 0.25s ease;
}
.header .header__content .navbar .navigation-links .sub-menu .menu-item > a {
  padding: 0.8rem 0;
}
.header .header__content .navbar .navigation-links .sub-menu .menu-item > a:after {
  display: none;
}
.header .header__content .social-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 6rem;
  gap: 2rem;
}
@media (min-width: 48em) {
  .header .header__content .social-nav {
    justify-content: end;
    flex-direction: row-reverse;
    align-items: center;
    padding-bottom: initial;
    padding: 0.5rem 0;
    margin-top: initial;
    gap: 1.3rem;
  }
}
.header .header__content .social-nav__item:not(:first-child) {
  transform: translateY(1px);
}
.header .header__content .social-nav__item:first-child {
  display: block;
  flex-basis: 100%;
  margin-bottom: 3rem;
}
.header .header__content .social-nav__item:first-child a {
  display: block;
  width: fit-content;
  background-color: #ce1b8c;
  font-weight: 600;
  color: #ffffff;
  padding: 0.3rem 1.5rem;
  border-radius: 2.5rem;
  border: 0.2rem solid #ce1b8c;
  transition: all 0.3s ease-out;
}
.header .header__content .social-nav__item:first-child a:hover {
  background-color: #ffffff;
  color: #ce1b8c;
}
.header .header__content .social-nav__item:first-child a {
  margin-inline: auto;
}
@media (min-width: 48em) {
  .header .header__content .social-nav__item:first-child {
    flex-basis: initial;
    margin-bottom: initial;
  }
}
.header .header__content .social-nav__item img {
  width: 2.4rem;
}

.sub-menu {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  padding-left: 1.5rem !important;
}
@media (min-width: 48em) {
  .sub-menu {
    position: absolute;
    width: max-content;
    height: auto;
    top: 100%;
    left: 0;
    background-color: #ce1b8c;
    border-radius: 0 0 0.5rem 0.5rem;
    padding-left: initial !important;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
}
.sub-menu .menu-item {
  margin: 1rem 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .sub-menu .menu-item {
    margin: initial;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
  }
}
.sub-menu .menu-item a {
  font-size: 1.5rem !important;
  color: #272932 !important;
}
@media (min-width: 48em) {
  .sub-menu .menu-item a {
    color: #ffffff !important;
    margin: 0 1rem;
  }
}

@media (min-width: 48em) {
  .menu-item:hover > .sub-menu {
    transform: scaleY(1);
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  .sub-menu .menu-item:hover {
    background: rgb(228.8111587983, 55.1888412017, 164.7939914163);
  }
}
/* Lien actif du sous-menu */
.sub-menu .menu-item > a[aria-current=page] {
  color: #ce1b8c !important;
}
@media (min-width: 48em) {
  .sub-menu .menu-item > a[aria-current=page] {
    color: #ffffff !important;
  }
}

/* Parent de menu-item-has-children si un de ses enfants est actif */
.menu-item-has-children > a {
  transition: color 0.3s ease-in-out;
}
.menu-item-has-children:has(.sub-menu .menu-item > a[aria-current=page]) > a {
  color: #ce1b8c !important;
}

@media (min-width: 48em) {
  .menu-item-has-children.focus > .sub-menu {
    transform: scaleY(1);
    opacity: 1;
  }
}
.footer {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  border-image: conic-gradient(#640d78 0 0) fill 0/auto/0 100vw;
  font-size: 1.5rem;
  color: #ffffff;
  padding-block: 3.5rem 2rem;
  grid-template-areas: "address" "mentions" "faq" "social";
}
@media (min-width: 48em) {
  .footer {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "address mentions" "faq social";
  }
}
@media (min-width: 75em) {
  .footer {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "address mentions faq social";
  }
}
.footer a {
  display: inline-block;
  transition: all 0.3s ease-out;
}
.footer a:hover {
  color: #ec7bc3;
}
.footer__address {
  grid-area: address;
}
.footer__address-company {
  font-family: "Amaranth", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 1rem;
}
.footer__address-company span {
  color: #ec7bc3;
}
.footer__address-name, .footer__address-city {
  margin-bottom: 0.5rem;
}
.footer__mentions {
  grid-area: mentions;
}
.footer__mentions .footer__mentions-list li.current-menu-item > a {
  color: #ec7bc3;
}
.footer__faq {
  grid-area: faq;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 75em) {
  .footer__faq {
    justify-content: center;
  }
}
.footer__faq .footer__faq-link.current_page_item, .footer__faq .footer__faq-link[aria-current=page] {
  color: #ec7bc3;
}
.footer__faq-link {
  margin: 0;
}
.footer__social {
  grid-area: social;
}
@media (min-width: 75em) {
  .footer__social {
    justify-self: end;
  }
}
.footer__social-list {
  display: flex;
  gap: 1rem;
}
.footer__social-item {
  width: 3rem;
}
.footer__social-item img {
  width: 2.5rem;
}
.footer__infos {
  position: relative;
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  color: #ccc;
  font-size: 1.4rem;
  text-align: center;
}
.footer__infos:before {
  content: "";
  position: absolute;
  display: block;
  width: 12rem;
  height: 0.1rem;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background-color: #ec7bc3;
  opacity: 0.5;
}
.footer__infos p {
  margin: 0.3rem 0;
}
.footer__infos .footer__author {
  font-size: 1.3rem;
}

.home-profile {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  border-image: conic-gradient(#f8f7ff 0 0) fill 0/auto/0 100vw;
}
@media (min-width: 48em) {
  .home-profile {
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
  }
}
.home-profile__image {
  max-width: 36rem;
  margin-inline: auto;
}
@media (min-width: 48em) {
  .home-profile__image {
    margin-bottom: 0;
  }
}
.home-profile__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  max-width: 53rem;
  padding-block: 2.25rem 3.75rem;
}
.home-profile__title {
  font-size: clamp(2.6rem, 2vw + 1rem, 3.2rem);
  line-height: clamp(1.2em, 2vw, 1.5em);
  margin-bottom: 2.25rem;
}
.home-profile__content {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 2.25rem;
}
.home-profile .about-link {
  display: block;
  width: fit-content;
  background-color: #ce1b8c;
  font-weight: 600;
  color: #ffffff;
  padding: 0.3rem 1.5rem;
  border-radius: 2.5rem;
  border: 0.2rem solid #ce1b8c;
  transition: all 0.3s ease-out;
}
.home-profile .about-link:hover {
  background-color: #ffffff;
  color: #ce1b8c;
}

.home-besoins {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  border-image: linear-gradient(to bottom, #640d78, #430D47) fill 0/auto/0 100vw;
  padding-block: 3rem 4.5rem;
}
@media (min-width: 62em) {
  .home-besoins {
    padding-block: 3.75rem 6.75rem;
  }
}
.home-besoins__title {
  font-size: clamp(2.5rem, 2vw + 1rem, 3.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  text-align: center;
  color: #ffffff;
  margin-bottom: 8rem;
}
@media (min-width: 48em) {
  .home-besoins__title {
    margin-bottom: 4.5rem;
  }
}
.home-besoins__title {
  position: relative;
  display: table;
  margin-inline: auto;
}
.home-besoins__title span {
  position: relative;
  display: block;
  height: 1rem;
  top: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.home-besoins__title span::after {
  content: "";
  display: block;
  width: 70%;
  height: 2.5rem;
  margin: -2.5rem auto 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem #ffffff;
}
@media (min-width: 48em) {
  .home-besoins__title {
    margin-bottom: 9rem;
  }
}
.home-besoins__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 36em) {
  .home-besoins__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media (min-width: 48em) {
  .home-besoins__list {
    gap: 5rem;
  }
}
@media (min-width: 62em) {
  .home-besoins__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 75em) {
  .home-besoins__list {
    gap: 3rem;
  }
}
.home-besoins__item {
  position: relative;
  width: 100%;
  max-width: 33rem;
  background-color: #f8f7ff;
  color: #272932;
  padding: 4.5rem 1.5rem 3rem;
  border-radius: 0.8rem;
  margin: 0 auto 5rem;
}
@media (min-width: 36em) {
  .home-besoins__item {
    max-width: initial;
    margin-bottom: 4rem;
  }
}
@media (min-width: 62em) {
  .home-besoins__item {
    margin-bottom: initial;
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s;
    will-change: transform, opacity;
    transform: translateY(6rem);
  }
  .home-besoins__item:nth-child(1) {
    transition-delay: 0s;
  }
  .home-besoins__item:nth-child(2) {
    transition-delay: 0.15s;
  }
  .home-besoins__item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .home-besoins__item:nth-child(4) {
    transition-delay: 0.45s;
  }
  .home-besoins__item.in-view {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-besoins__item:before {
  content: "";
  position: absolute;
  display: block;
  width: 9rem;
  height: 4.5rem;
  top: -4.5rem;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  background-color: #ce1b8c;
  border-top-left-radius: 4.5rem;
  border-top-right-radius: 4.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.home-besoins__item:after {
  content: "";
  position: absolute;
  display: block;
  width: 12rem;
  height: 5rem;
  top: 0;
  left: 50%;
  top: initial;
  bottom: -0.8rem;
  z-index: 1;
  transform: translateX(-50%);
  background-image: url("../assets/svg/border-card.svg");
  background-repeat: no-repeat;
  background-size: 12rem;
  background-position: bottom;
}
.home-besoins__icon {
  content: "";
  position: absolute;
  display: block;
  width: 7rem;
  height: 7rem;
  top: -3.5rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f7ff;
  border-radius: 50%;
  box-shadow: -0.3rem 0.3rem 1.2rem -0.5rem rgba(0, 0, 0, 0.4);
}
.home-besoins__icon img {
  width: 60%;
}
.home-besoins__item-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 2.5rem;
}
.home-besoins__item-content {
  font-size: 1.6rem;
  color: #272932;
  line-height: 2rem;
  text-align: left;
}
.home-besoins__conclusion {
  color: #ffffff;
  text-align: center;
}
.home-besoins__conclusion-title {
  font-size: 2rem;
  margin-bottom: 2.25rem;
}
.home-besoins__conclusion-content {
  font-size: 1.7rem;
  font-weight: 500;
}

.collaboration {
  background: linear-gradient(to bottom, rgba(46, 17, 48, 0.85), rgba(42, 13, 44, 0.85)), url("../assets/images/collaboration.webp");
  min-height: 50rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 3rem 4.5rem;
}
@media (min-width: 62em) {
  .collaboration {
    padding-block: 3.75rem 6.75rem;
  }
}
.collaboration__title {
  font-size: clamp(2.5rem, 2vw + 1rem, 3.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  text-align: center;
  color: #ffffff;
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .collaboration__title {
    margin-bottom: 4.5rem;
  }
}
.collaboration__title {
  position: relative;
  display: table;
  margin-inline: auto;
}
.collaboration__title span {
  position: relative;
  display: block;
  height: 1rem;
  top: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.collaboration__title span::after {
  content: "";
  display: block;
  width: 70%;
  height: 2.5rem;
  margin: -2.5rem auto 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem #ffffff;
}
.collaboration__list {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 50rem;
  margin: auto;
  gap: 3rem;
}
@media (min-width: 36em) {
  .collaboration__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: initial;
    gap: 4rem;
  }
}
@media (min-width: 62em) {
  .collaboration__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.5rem;
  }
}
.collaboration__item {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 0 1rem;
}
@media (min-width: 48em) {
  .collaboration__item {
    padding: 0 3rem;
  }
}
.collaboration__item-number {
  display: block;
  font-family: "Amaranth", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}
.collaboration__item-number span {
  color: #ec7bc3;
}
.collaboration__item-title {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.collaboration__item-text ul {
  padding-left: 3rem;
}

.home-contact {
  background: none;
  padding-block: 3rem;
}
@media (min-width: 48em) {
  .home-contact {
    background-image: url("../assets/images/contact.webp");
    background-repeat: no-repeat;
    background-position: 0 -5rem;
    padding-block: 25rem 5rem;
  }
}
.home-contact__content {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-contact__content p {
  font-size: clamp(16px, 2vw + 1rem, 22px);
  text-align: center;
  margin-bottom: 2rem;
}
.home-contact__link {
  display: block;
  width: fit-content;
  background-color: #ce1b8c;
  font-weight: 600;
  color: #ffffff;
  padding: 0.3rem 1.5rem;
  border-radius: 2.5rem;
  border: 0.2rem solid #ce1b8c;
  transition: all 0.3s ease-out;
}
.home-contact__link:hover {
  background-color: #ffffff;
  color: #ce1b8c;
}

.freelance {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  border-image: linear-gradient(to bottom, #ce1b8c, #ac1876) fill 0/auto/0 100vw;
  padding-block: 3rem 4.5rem;
}
@media (min-width: 62em) {
  .freelance {
    padding-block: 3.75rem 6.75rem;
  }
}
.freelance__title {
  font-size: clamp(2.5rem, 2vw + 1rem, 3.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  text-align: center;
  color: #ffffff;
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .freelance__title {
    margin-bottom: 4.5rem;
  }
}
.freelance__title {
  position: relative;
  display: table;
  margin-inline: auto;
}
.freelance__title span {
  position: relative;
  display: block;
  height: 1rem;
  top: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.freelance__title span::after {
  content: "";
  display: block;
  width: 70%;
  height: 2.5rem;
  margin: -2.5rem auto 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem #ffffff;
}
.freelance__slogan {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.5rem;
}
.freelance__list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f8f7ff;
  border-radius: 0.8rem;
  padding: 2rem 1.5rem !important;
  gap: 4rem;
  box-shadow: 0 0 2rem rgba(89, 89, 89, 0.5);
}
@media (min-width: 48em) {
  .freelance__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3rem 2rem !important;
  }
}
@media (min-width: 36em) {
  .freelance__item {
    flex-direction: row;
    width: 80%;
    max-width: 55rem;
  }
}
@media (min-width: 75em) {
  .freelance__item {
    max-width: 45%;
  }
}
.freelance__item h3 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #ce1b8c;
  margin-bottom: 0.5rem;
}
.freelance__item-text ul {
  padding-left: 3rem;
}

.strategies-services {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  padding-block: 3rem 4.5rem;
}
@media (min-width: 62em) {
  .strategies-services {
    padding-block: 3.75rem 6.75rem;
  }
}
.strategies-services__title {
  font-size: clamp(2.5rem, 2vw + 1rem, 3.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  text-align: center;
  color: #272932;
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .strategies-services__title {
    margin-bottom: 4.5rem;
  }
}
.strategies-services__title {
  position: relative;
  display: table;
  margin-inline: auto;
}
.strategies-services__title span {
  position: relative;
  display: block;
  height: 1rem;
  top: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.strategies-services__title span::after {
  content: "";
  display: block;
  width: 70%;
  height: 2.5rem;
  margin: -2.5rem auto 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem #272932;
}
.strategies-services .strategies {
  position: relative;
  margin-bottom: 4rem;
}
@media (min-width: 48em) {
  .strategies-services .strategies {
    margin-bottom: 5rem;
  }
}
.strategies-services .strategies::before, .strategies-services .strategies::after {
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.4;
}
@media (min-width: 62em) {
  .strategies-services .strategies:before {
    content: "";
    position: absolute;
    display: block;
    width: 17rem;
    height: 9rem;
    top: 3rem;
    left: 7rem;
    z-index: 1;
    background-image: url("../assets/svg/arrow-left.svg");
    transform: rotate(-125deg);
  }
}
@media (min-width: 62em) {
  .strategies-services .strategies:after {
    content: "";
    position: absolute;
    display: block;
    width: 18.5rem;
    height: 9rem;
    top: 0;
    left: 0;
    top: initial;
    bottom: -3.5rem;
    left: initial;
    right: 5rem;
    z-index: 1;
    top: initial;
    left: initial;
    background-image: url("../assets/svg/arrow-right.svg");
    transform: rotate(-120deg);
  }
}
.strategies-services .strategies__list {
  display: table;
  margin-inline: auto;
}
.strategies-services .strategies .strategy {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.strategies-services .strategies .strategy__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #ce1b8c;
  font-family: "Amaranth", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 0.8rem;
  padding: 1rem;
}
.strategies-services .services__list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media (min-width: 48em) {
  .strategies-services .services__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
}
.strategies-services .services .service {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 36em) {
  .strategies-services .services .service {
    flex-direction: row;
    align-items: start;
    width: 80%;
    max-width: 55rem;
  }
}
@media (min-width: 75em) {
  .strategies-services .services .service {
    max-width: 45%;
  }
}
.strategies-services .services .service__image {
  min-width: 10rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 26.25em) {
  .strategies-services .services .service__image {
    margin-right: 2rem;
  }
}
.strategies-services .services .service__title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 3rem;
  color: #ce1b8c;
  margin-bottom: 0.5rem;
}

.article-card {
  position: relative;
  max-width: 38rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  color: #272932;
  border-top: 0.3rem solid #ce1b8c;
  border-bottom: 0.3rem solid #ce1b8c;
  padding-bottom: 7rem;
  cursor: pointer;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.15), 0 0.6rem 1.5rem rgba(0, 0, 0, 0.1);
}
.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.8rem 1.5rem rgba(0, 0, 0, 0.2), 0 1rem 2rem rgba(0, 0, 0, 0.15);
}
.article-card:after {
  content: "";
  position: absolute;
  display: block;
  width: 12rem;
  height: 5rem;
  top: 0;
  left: 50%;
  top: initial;
  bottom: -1.1rem;
  z-index: 1;
  transform: translateX(-50%);
  background-image: url("../assets/svg/border-card.svg");
  background-repeat: no-repeat;
  background-size: 12rem;
  background-position: bottom;
}
.article-card__link {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.article-card__image {
  position: relative;
  aspect-ratio: 38/23;
  overflow: hidden;
}
.article-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-out;
}
.article-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(206, 27, 140, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 1;
}
.article-card__image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 4rem;
  height: 4rem;
  background-image: url("../assets/svg/search-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  z-index: 2;
}
.article-card__date {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: #272932;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.2rem 0.8rem;
  border-top-right-radius: 0.3rem;
}
.article-card__body {
  padding: 1rem 2rem 0;
}
.article-card__categories {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  row-gap: 0.4rem;
  margin-bottom: 0.5rem;
}
.article-card__category {
  position: relative;
  z-index: 4;
  font-size: 1.2rem;
  color: #ce1b8c;
  font-weight: 500;
  text-transform: uppercase;
  transition: opacity 0.3s ease-out;
}
.article-card__category:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  top: 0.8rem;
  left: 0;
  left: initial;
  right: -0.9rem;
  z-index: 1;
  background-color: #ce1b8c;
  border-radius: 50%;
}
.article-card__title {
  font-size: 2.5rem;
  line-height: 130%;
  margin-bottom: 0.8rem;
  text-align: left;
  transition: color 0.3s ease-out;
}
.article-card__excerpt {
  margin-bottom: 1rem;
}
.article-card__footer {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  left: 0;
  bottom: 2rem;
  padding-inline: 2rem;
}
.article-card__btn {
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
  color: #ce1b8c;
  display: block;
  width: fit-content;
  background-color: #ce1b8c;
  font-weight: 600;
  color: #ffffff;
  padding: 0.3rem 1.5rem;
  border-radius: 2.5rem;
  border: 0.2rem solid #ce1b8c;
  transition: all 0.3s ease-out;
}
.article-card__btn:hover {
  background-color: #ffffff;
  color: #ce1b8c;
}
.article-card__btn {
  padding-inline: 1rem;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.article-card:hover .article-card__title {
  color: #ce1b8c;
}
.article-card:hover .article-card__btn {
  background-color: #ffffff;
  color: #ce1b8c;
}
.article-card:hover .article-card__image img {
  transform: scale(1.05);
}
.article-card:hover .article-card__image::before {
  opacity: 1;
}
.article-card:hover .article-card__image::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(2);
}

#back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 3rem;
  z-index: 9999;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #330033;
  border: 0.2rem solid #ce1b8c;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.8rem);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s, background 0.2s, color 0.2s;
}
#back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
#back-to-top:hover {
  background: #330033;
  color: #ffffff;
}
#back-to-top svg {
  display: block;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  #back-to-top {
    transition: opacity 0.1s, visibility 0.1s;
    transform: none !important;
  }
}

.bloc-closing-text {
  padding-block: 1.5rem 1rem;
}
.bloc-closing-text__excerpt {
  color: #ffffff;
  text-align: center;
}
.bloc-closing-text__excerpt a {
  font-weight: 600;
  text-decoration: underline;
  transition: 0.3s ease-out;
}
.bloc-closing-text__excerpt a:hover {
  color: #ffd8f2;
  transition: 0.3s ease-out;
}

.bloc-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 1.5rem 0;
}
.bloc-cta__excerpt {
  font-size: clamp(16px, 2vw + 1rem, 20px);
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.5rem;
}
.bloc-cta__link {
  display: block;
  width: fit-content;
  background-color: #ffffff;
  font-weight: 600;
  color: #ce1b8c;
  padding: 0.3rem 1.5rem;
  border-radius: 2.5rem;
  border: 0.2rem solid #ffffff;
  transition: all 0.3s ease-out;
}
.bloc-cta__link:hover {
  background-color: #ce1b8c;
  color: #ffffff;
}

.breadcrumbs {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  font-size: 1.4rem;
  padding-block: 0.8rem;
  margin-bottom: 2.25rem;
  color: #ce1b8c;
}
.breadcrumbs a {
  position: relative;
  color: #272932;
  text-decoration: none;
}
.breadcrumbs a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.1rem;
  top: 0;
  left: 0;
  top: initial;
  bottom: -0.15rem;
  z-index: 1;
  transform-origin: center;
  background-color: #272932;
  opacity: 0.2;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-out;
}
.breadcrumbs a:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.form {
  position: relative;
  background-color: #ffffff;
  color: #272932;
  padding: 1.5rem;
  margin-inline: auto;
  border-radius: 0.8rem;
  border-top: 0.3rem solid #ce1b8c;
  border-bottom: 0.3rem solid #ce1b8c;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.15);
  max-width: 60rem;
  margin-bottom: 5rem;
}
@media (min-width: 36em) {
  .form {
    padding: 2.5rem;
  }
}
@media (min-width: 62em) {
  .form {
    width: 60rem;
    gap: 4rem;
    margin-bottom: 8rem;
  }
}
.form:after {
  content: "";
  position: absolute;
  display: block;
  width: 12rem;
  height: 5rem;
  top: 0;
  left: 50%;
  top: initial;
  bottom: -1.1rem;
  z-index: 1;
  transform: translateX(-50%);
  background-image: url("../assets/svg/border-card.svg");
  background-repeat: no-repeat;
  background-size: 12rem;
  background-position: bottom;
}
.form__group {
  border: none;
  padding: 0;
  margin: 0;
}
.form__legend {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-inline: auto;
  color: #272932;
}
.form__required-note {
  font-size: 1.3rem;
  color: #272932;
  margin-bottom: 3rem;
}
.form__error {
  display: block;
  font-size: 1.2rem;
  color: #ce1b8c;
  min-height: 1.6rem;
  margin-top: 0.3rem;
}
.form__name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 36em) {
  .form__name {
    flex-direction: row;
    gap: 2.25rem;
  }
}
.form__field {
  width: 100%;
  margin-bottom: 1.5rem;
}
.form__field--textarea {
  margin-bottom: 1rem;
}
.form__field--checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0.5rem;
  margin-bottom: 1.8rem;
}
.form__field--checkbox input[type=checkbox] {
  width: auto;
  accent-color: #ce1b8c;
  grid-column: 1;
  grid-row: 1;
  transform: translateY(-0.5rem);
}
.form__field--checkbox label {
  font-size: 1.4rem;
  font-weight: 400;
  grid-column: 2;
  grid-row: 1;
}
.form__field--checkbox .form__error {
  grid-column: 2;
  grid-row: 2;
}
.form__field label {
  display: table;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.form__field input,
.form__field textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #9a9c9f;
  border-radius: 0.5rem;
}
.form__field input {
  height: 3rem;
}
.form__field textarea {
  min-height: 15rem;
  padding-block: 1rem;
}
.form #form-feedback {
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: center;
}
.form #form-feedback.is-success {
  color: green;
}
.form #form-feedback.is-error {
  color: #ce1b8c;
}
.form .btn {
  display: block;
  width: fit-content;
  background-color: #ce1b8c;
  font-weight: 600;
  color: #ffffff;
  padding: 0.3rem 1.5rem;
  border-radius: 2.5rem;
  border: 0.2rem solid #ce1b8c;
  transition: all 0.3s ease-out;
}
.form .btn:hover {
  background-color: #ffffff;
  color: #ce1b8c;
}
.form .btn {
  margin-left: auto;
}

.form-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(10rem);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 2rem;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  font-weight: 500;
  z-index: 9999;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  max-width: 90vw;
}
.form-toast.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.form-toast--error {
  background-color: #ffffff;
  border-left: 0.4rem solid #ce1b8c;
  color: #272932;
}
.form-toast--success {
  background-color: #ffffff;
  border-left: 0.4rem solid green;
  color: #272932;
}
.form-toast__close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  color: #272932;
  padding: 0 0 0 1rem;
  margin-left: auto;
}
.form-toast__close:hover {
  color: #ce1b8c;
}

.form-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.form-modal.is-visible {
  opacity: 1;
}
.form-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.form-modal__box {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0.8rem;
  border-top: 0.3rem solid #ce1b8c;
  border-bottom: 0.3rem solid #ce1b8c;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.2);
  padding: 4rem;
  max-width: 50rem;
  width: 90%;
  text-align: center;
  transform: scale(0.9);
  transition: transform 0.3s ease-out;
}
.form-modal.is-visible .form-modal__box {
  transform: scale(1);
}
.form-modal__icon {
  font-size: 4rem;
  display: block;
  margin-bottom: 1.5rem;
}
.form-modal__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #272932;
}
.form-modal__text {
  font-size: 1.6rem;
  color: #272932;
  margin-bottom: 3rem;
  line-height: 1.6;
}
.form-modal__close {
  display: block;
  width: fit-content;
  background-color: #ce1b8c;
  font-weight: 600;
  color: #ffffff;
  padding: 0.3rem 1.5rem;
  border-radius: 2.5rem;
  border: 0.2rem solid #ce1b8c;
  transition: all 0.3s ease-out;
}
.form-modal__close:hover {
  background-color: #ffffff;
  color: #ce1b8c;
}
.form-modal__close {
  margin-inline: auto;
}

body.modal-open {
  overflow: hidden;
}

.form__field input.is-invalid,
.form__field textarea.is-invalid {
  border-color: #ce1b8c;
  background-color: #fdf9fd;
}

.hero {
  border-image: conic-gradient(#f8f7ff 0 0) fill 0/auto/0 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 3.5rem;
}
@media (min-width: 48em) {
  .hero {
    padding-block: 5rem;
  }
}

.progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  z-index: 9999;
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, #ce1b8c, #ec7bc3);
  transition: width 0.1s linear;
}

.presentation {
  overflow: hidden;
  position: relative;
}
.presentation__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .presentation__wrapper {
    flex-direction: row-reverse;
  }
}
@media (min-width: 75em) {
  .presentation__wrapper {
    width: 100%;
    max-width: 120rem;
    padding: 0 1.5rem;
    margin: 0 auto;
    min-height: 35rem;
    max-height: 45rem;
  }
}
.presentation__image {
  width: 100%;
}
.presentation__image img {
  display: block;
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
@media (min-width: 48em) {
  .presentation__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 55vw;
    height: 100%;
    z-index: -2;
    border-radius: 0 0 1rem 0;
    overflow: hidden;
  }
  .presentation__image img {
    height: 100%;
  }
}
.presentation__body {
  position: relative;
  padding: 2rem 1.5rem;
  background: linear-gradient(to bottom, #640d78, #430D47);
  border-radius: 0 0 1rem 1rem;
}
@media (min-width: 48em) {
  .presentation__body {
    background: none;
    width: 60%;
    margin-block: 3.5rem;
    padding: 3rem;
  }
  .presentation__body::after {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to bottom, #640d78, #430D47);
    border-radius: 1rem 0 0 1rem;
    box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.4);
  }
}
.presentation__title {
  font-size: clamp(3rem, 2vw + 1rem, 4rem);
  line-height: clamp(1.2em, 2vw, 1.5em);
  color: #ffffff;
  margin-bottom: 2.25rem;
}
.presentation__description {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .presentation__description {
    margin-bottom: 1rem;
  }
}
.presentation__description ul {
  padding-left: 3rem;
}

.service-type-1 {
  padding-block: 3rem 4.5rem;
}
@media (min-width: 62em) {
  .service-type-1 {
    padding-block: 3.75rem 6.75rem;
  }
}
.service-type-1__title {
  font-size: clamp(2.5rem, 2vw + 1rem, 3.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  text-align: center;
  color: #272932;
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .service-type-1__title {
    margin-bottom: 4.5rem;
  }
}
.service-type-1__title {
  position: relative;
  display: table;
  margin-inline: auto;
}
.service-type-1__title span {
  position: relative;
  display: block;
  height: 1rem;
  top: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.service-type-1__title span::after {
  content: "";
  display: block;
  width: 70%;
  height: 2.5rem;
  margin: -2.5rem auto 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem #272932;
}
.service-type-1__list {
  display: table;
  padding-left: 1rem;
  margin-inline: auto;
  text-align: left;
  gap: 0.5rem;
}
.service-type-1__item {
  position: relative;
  padding-left: 1.5rem;
}
.service-type-1__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  background-color: #ce1b8c;
  border-radius: 50%;
}
.service-type-1__content {
  display: table;
  margin-inline: auto;
}
.service-type-1.is-first {
  padding-top: 0;
}

.service-type-2 {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  border-image: conic-gradient(#ce1b8c 0 0) fill 0/auto/0 100vw;
  color: #ffffff;
  padding-block: 3rem 4.5rem;
  overflow: hidden;
}
@media (min-width: 62em) {
  .service-type-2 {
    padding-block: 3.75rem 6.75rem;
  }
}
.service-type-2__title {
  font-size: clamp(2.5rem, 2vw + 1rem, 3.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  text-align: center;
  color: #ffffff;
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .service-type-2__title {
    margin-bottom: 4.5rem;
  }
}
.service-type-2__title {
  position: relative;
  display: table;
  margin-inline: auto;
}
.service-type-2__title span {
  position: relative;
  display: block;
  height: 1rem;
  top: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.service-type-2__title span::after {
  content: "";
  display: block;
  width: 70%;
  height: 2.5rem;
  margin: -2.5rem auto 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem #ffffff;
}
.service-type-2__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 50rem;
  margin: 0 auto 3rem;
  gap: 3rem;
}
@media (min-width: 48em) {
  .service-type-2__list {
    grid-template-columns: repeat(2, minmax(auto, 50rem));
    max-width: initial;
    gap: 4rem;
    margin-bottom: 4rem;
    justify-content: center;
  }
}
.service-type-2__item {
  display: flex;
  flex-direction: column;
  max-width: 50rem;
  height: 100%;
}
.service-type-2__item h3 {
  position: relative;
  font-size: 2.3rem;
  font-weight: 700;
  color: #ffffff;
  padding-left: 3.5rem;
  margin-bottom: 0.5rem;
}
.service-type-2__item h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  top: 0.6rem;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: url("../assets/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 50%;
}
.service-type-2__content ul {
  padding-left: 3rem;
}

.service-type-3 {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  color: #272932;
  padding-block: 3rem 4.5rem;
  overflow: hidden;
}
@media (min-width: 62em) {
  .service-type-3 {
    padding-block: 3.75rem 7.5rem;
  }
}
.service-type-3__title {
  font-size: clamp(2.5rem, 2vw + 1rem, 3.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  text-align: center;
  color: #272932;
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .service-type-3__title {
    margin-bottom: 4.5rem;
  }
}
.service-type-3__title {
  position: relative;
  display: table;
  margin-inline: auto;
}
.service-type-3__title span {
  position: relative;
  display: block;
  height: 1rem;
  top: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.service-type-3__title span::after {
  content: "";
  display: block;
  width: 70%;
  height: 2.5rem;
  margin: -2.5rem auto 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem #272932;
}
.service-type-3__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media (min-width: 62em) {
  .service-type-3__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7rem;
  }
}
.service-type-3__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 50rem;
}
@media (min-width: 62em) {
  .service-type-3__item {
    flex-direction: row;
    max-width: initial;
    gap: 4.5rem;
  }
  .service-type-3__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .service-type-3__item .service-type-3__image,
  .service-type-3__item .service-type-3__content {
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s;
    will-change: transform, opacity;
  }
  .service-type-3__item:nth-child(odd) .service-type-3__content {
    transform: translateX(-8rem);
  }
  .service-type-3__item:nth-child(odd) .service-type-3__image {
    transform: translateX(8rem);
  }
  .service-type-3__item:nth-child(even) .service-type-3__content {
    transform: translateX(8rem);
  }
  .service-type-3__item:nth-child(even) .service-type-3__image {
    transform: translateX(-8rem);
  }
  .service-type-3__item.in-view .service-type-3__image,
  .service-type-3__item.in-view .service-type-3__content {
    opacity: 1;
    transform: translateX(0);
  }
}
.service-type-3__item-number {
  display: block;
  font-family: "Amaranth", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  color: #272932;
}
.service-type-3__item-number span {
  color: #ec7bc3;
}
.service-type-3__item-title {
  display: flex;
  align-items: baseline;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 3rem;
  color: #272932;
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.service-type-3__content {
  width: 100%;
}
@media (min-width: 62em) {
  .service-type-3__content {
    width: 45rem;
  }
}
@media (min-width: 75em) {
  .service-type-3__content {
    width: 50rem;
  }
}
.service-type-3__image {
  position: relative;
  width: 100%;
  aspect-ratio: auto;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.15), 0 0.6rem 1.5rem rgba(0, 0, 0, 0.1);
}
.service-type-3__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 62em) {
  .service-type-3__image {
    width: 45rem;
    aspect-ratio: 38/23;
  }
  .service-type-3__image img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 75em) {
  .service-type-3__image {
    width: 50rem;
  }
}
.service-type-3.is-first {
  padding-top: 0;
}

.service-type-4 {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  border-image: linear-gradient(to bottom, #640d78, #430D47) fill 0/auto/0 100vw;
  padding-block: 3rem 4.5rem;
}
@media (min-width: 62em) {
  .service-type-4 {
    padding-block: 3.75rem 6.75rem;
  }
}
.service-type-4__title {
  font-size: clamp(2.5rem, 2vw + 1rem, 3.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  text-align: center;
  color: #ffffff;
  margin-bottom: 8rem;
}
@media (min-width: 48em) {
  .service-type-4__title {
    margin-bottom: 4.5rem;
  }
}
.service-type-4__title {
  position: relative;
  display: table;
  margin-inline: auto;
}
.service-type-4__title span {
  position: relative;
  display: block;
  height: 1rem;
  top: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.service-type-4__title span::after {
  content: "";
  display: block;
  width: 70%;
  height: 2.5rem;
  margin: -2.5rem auto 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem #ffffff;
}
@media (min-width: 48em) {
  .service-type-4__title {
    margin-bottom: 9rem;
  }
}
.service-type-4__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 36em) {
  .service-type-4__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media (min-width: 48em) {
  .service-type-4__list {
    gap: 5rem;
  }
}
@media (min-width: 62em) {
  .service-type-4__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 75em) {
  .service-type-4__list {
    gap: 3rem;
  }
}
.service-type-4__item {
  position: relative;
  width: 100%;
  max-width: 33rem;
  background-color: #f8f7ff;
  color: #272932;
  padding: 4.5rem 1.5rem 3rem;
  border-radius: 0.8rem;
  margin: 0 auto 5rem;
}
@media (min-width: 36em) {
  .service-type-4__item {
    max-width: initial;
    margin-bottom: 4rem;
  }
}
@media (min-width: 62em) {
  .service-type-4__item {
    margin-bottom: initial;
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s;
    will-change: transform, opacity;
    transform: translateY(6rem);
  }
  .service-type-4__item:nth-child(1) {
    transition-delay: 0s;
  }
  .service-type-4__item:nth-child(2) {
    transition-delay: 0.15s;
  }
  .service-type-4__item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .service-type-4__item:nth-child(4) {
    transition-delay: 0.45s;
  }
  .service-type-4__item.in-view {
    opacity: 1;
    transform: translateY(0);
  }
}
.service-type-4__item:before {
  content: "";
  position: absolute;
  display: block;
  width: 9rem;
  height: 4.5rem;
  top: -4.5rem;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  background-color: #ce1b8c;
  border-top-left-radius: 4.5rem;
  border-top-right-radius: 4.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.service-type-4__item:after {
  content: "";
  position: absolute;
  display: block;
  width: 12rem;
  height: 5rem;
  top: 0;
  left: 50%;
  top: initial;
  bottom: -0.8rem;
  z-index: 1;
  transform: translateX(-50%);
  background-image: url("../assets/svg/border-card.svg");
  background-repeat: no-repeat;
  background-size: 12rem;
  background-position: bottom;
}
.service-type-4__item-image {
  content: "";
  position: absolute;
  display: block;
  width: 7rem;
  height: 7rem;
  top: -3.5rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f7ff;
  border-radius: 50%;
  box-shadow: -0.3rem 0.3rem 1.2rem -0.5rem rgba(0, 0, 0, 0.4);
}
.service-type-4__item-image img {
  width: 60%;
}
.service-type-4__item-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 2.5rem;
}
.service-type-4__item-content {
  font-size: 1.6rem;
  color: #272932;
  line-height: 2rem;
  text-align: left;
}

.service-type-5 {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  border-image: conic-gradient(var(--st5-background-color) 0 0) fill 0/auto/0 100vw;
  padding-block: 3rem 5.25rem;
}
@media (min-width: 62em) {
  .service-type-5 {
    padding-block: 3.75rem 7.5rem;
  }
}
.service-type-5__title {
  font-size: clamp(2.5rem, 2vw + 1rem, 3.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  text-align: center;
  color: #272932;
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .service-type-5__title {
    margin-bottom: 4.5rem;
  }
}
.service-type-5__title {
  position: relative;
  display: table;
  margin-inline: auto;
}
.service-type-5__title span {
  position: relative;
  display: block;
  height: 1rem;
  top: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.service-type-5__title span::after {
  content: "";
  display: block;
  width: 70%;
  height: 2.5rem;
  margin: -2.5rem auto 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem #272932;
}
.service-type-5__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.5rem;
}
@media (min-width: 48em) {
  .service-type-5__wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 7.5rem;
  }
}
.service-type-5__list-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 40rem;
  background-color: var(--st5-list-background-color);
  padding: 1rem 1.5rem;
  border-radius: 0.8rem;
  border-top: 0.1rem solid #ce1b8c;
  border-bottom: 0.1rem solid #ce1b8c;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.15), 0 0.6rem 1.5rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 62em) {
  .service-type-5__list-group {
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s;
    will-change: transform, opacity;
  }
  .service-type-5__list-group.target_ok {
    transform: translateX(-8rem);
  }
  .service-type-5__list-group.target_not-ok {
    transform: translateX(8rem);
  }
  .service-type-5__list-group.in-view {
    opacity: 1;
    transform: translateX(0);
  }
}
.service-type-5__list-title {
  position: relative;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 3rem;
  color: #ce1b8c;
  margin-bottom: 1rem;
}
.service-type-5__item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
.service-type-5__item--ok::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  top: 0.85rem;
  left: 0;
  z-index: 1;
  background-image: url("../assets/svg/cible-ok.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.service-type-5__item--not-ok::before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  top: 0.85rem;
  left: 0;
  z-index: 1;
  background-image: url("../assets/svg/cible-not-ok.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.service-type-5.is-first {
  padding-top: 0;
}

/* Thème 1 */
.service-type-5--theme-1 {
  --st5-background-color: #ffffff;
  --st5-list-background-color: #f8f7ff;
}

/* Thème 2 */
.service-type-5--theme-2 {
  --st5-background-color: #f8f7ff;
  --st5-list-background-color: #ffffff;
}

.service-type-6 {
  background-color: var(--st6-background-color);
  padding-block: 3rem 4.5rem;
}
@media (min-width: 62em) {
  .service-type-6 {
    padding-block: 3.75rem 6.75rem;
  }
}
.service-type-6__title {
  font-size: clamp(2.5rem, 2vw + 1rem, 3.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  text-align: center;
  color: var(--st6-title-color);
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .service-type-6__title {
    margin-bottom: 4.5rem;
  }
}
.service-type-6__title {
  position: relative;
  display: table;
  margin-inline: auto;
}
.service-type-6__title span {
  position: relative;
  display: block;
  height: 1rem;
  top: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.service-type-6__title span::after {
  content: "";
  display: block;
  width: 70%;
  height: 2.5rem;
  margin: -2.5rem auto 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem var(--st6-underline-color);
}
.service-type-6__list {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 50rem;
  margin: 0 auto 3rem;
  gap: 3rem;
}
@media (min-width: 36em) {
  .service-type-6__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: initial;
    gap: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 62em) {
  .service-type-6__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.5rem;
  }
}
.service-type-6__item {
  color: var(--st6-item-color);
  text-align: center;
  padding: 0 1rem;
}
@media (min-width: 48em) {
  .service-type-6__item {
    padding: 0 3rem;
  }
}
.service-type-6__item-number {
  display: block;
  font-family: "Amaranth", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}
.service-type-6__item-number span {
  color: var(--st6-number-color);
}
.service-type-6__item-title {
  color: var(--st6-item-title-color);
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.service-type-6__item-text ul {
  padding-left: 3rem;
}
.service-type-6 .bloc-closing-text__excerpt {
  color: var(--st6-closing-text-excerpt-color);
}
.service-type-6 .bloc-closing-text__excerpt a:hover {
  color: var(--st6-closing-text-link-hover-color);
}
.service-type-6 .bloc-cta__excerpt {
  color: var(--st6-cta-excerpt-color);
}
.service-type-6 .bloc-cta__link {
  display: block;
  width: fit-content;
  background-color: var(--st6-button-bg);
  color: var(--st6-button-color);
  padding: 0.3rem 1.5rem;
  border-radius: 2.5rem;
  border: 0.2rem solid var(--st6-button-bg);
  transition: all 0.3s ease-out;
}
.service-type-6 .bloc-cta__link:hover {
  background-color: var(--st6-button-color);
  color: var(--st6-button-bg);
}

/* Thème 1 */
.service-type-6--theme-1 {
  --st6-background-color: #f8f7ff;
  --st6-title-color: #272932;
  --st6-underline-color: #272932;
  --st6-item-color: #272932;
  --st6-item-title-color: #272932;
  --st6-number-color: #ce1b8c;
  --st6-closing-text-excerpt-color: #272932;
  --st6-closing-text-link-hover-color: #ec7bc3;
  --st6-cta-excerpt-color: #272932;
  --st6-button-bg: #ce1b8c;
  --st6-button-color: #ffffff;
}

/* Thème 2 */
.service-type-6--theme-2 {
  --st6-background-color: #ce1b8c;
  --st6-title-color: #ffffff;
  --st6-underline-color: #ffffff;
  --st6-item-color: #ffffff;
  --st6-item-title-color: #ffffff;
  --st6-number-color: #272932;
  --st6-closing-text-excerpt-color: #ffffff;
  --st6-closing-text-link-hover-color: #272932;
  --st6-cta-excerpt-color: #ffffff;
  --st6-button-bg: #ffffff;
  --st6-button-color: #ce1b8c;
}

.page-template-page-about .about-profile {
  overflow: hidden;
}
.page-template-page-about .about-profile__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
@media (min-width: 48em) {
  .page-template-page-about .about-profile__wrapper {
    flex-direction: row;
    height: 48rem;
  }
}
.page-template-page-about .about-profile__content {
  position: relative;
  height: fit-content;
  margin: auto;
  padding: 2rem 0;
}
@media (min-width: 48em) {
  .page-template-page-about .about-profile__content {
    width: 55%;
    height: 90%;
    order: 1;
    padding: 3rem;
  }
}
@media (min-width: 62em) {
  .page-template-page-about .about-profile__content {
    padding: 3rem 3rem 3rem 0;
    height: 82%;
  }
}
.page-template-page-about .about-profile__content:before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  background: #ce1b8c;
  border-radius: 0 0 1rem 1rem;
}
@media (min-width: 48em) {
  .page-template-page-about .about-profile__content:before {
    left: initial;
    right: 0;
    transform: initial;
    border-radius: 0 1rem 1rem 0;
    box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.4);
  }
}
.page-template-page-about .about-profile__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
}
@media (min-width: 48em) {
  .page-template-page-about .about-profile__image {
    width: 45%;
    padding: 6rem 2rem;
    order: 2;
  }
}
.page-template-page-about .about-profile__image:before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: -2;
  background: linear-gradient(to bottom, #640d78, #430D47);
  transform: translateX(-50%);
}
@media (min-width: 48em) {
  .page-template-page-about .about-profile__image:before {
    left: -25%;
    border-radius: 0 0 0 1rem;
    transform: initial;
  }
}
.page-template-page-about .about-profile__image:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: -1;
  max-width: 46rem;
  transform: translate(-50%, -50%);
  background-image: url("../assets/svg/about-background.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  opacity: 0.1;
}
@media (min-width: 75em) {
  .page-template-page-about .about-profile__image:after {
    max-width: 50rem;
    left: 52%;
  }
}
@media (min-width: 87.5em) {
  .page-template-page-about .about-profile__image:after {
    max-width: 52rem;
    left: 65%;
  }
}
@media (min-width: 100em) {
  .page-template-page-about .about-profile__image:after {
    left: 85%;
  }
}
.page-template-page-about .about-profile__image .image-box {
  position: relative;
  width: 21rem;
}
@media (min-width: 26.25em) {
  .page-template-page-about .about-profile__image .image-box {
    width: 23rem;
  }
}
@media (min-width: 48em) {
  .page-template-page-about .about-profile__image .image-box {
    width: 25rem;
  }
}
@media (min-width: 62em) {
  .page-template-page-about .about-profile__image .image-box {
    width: 26rem;
  }
}
.page-template-page-about .about-profile__image .image-box:before {
  content: "";
  position: absolute;
  display: block;
  width: 5.7rem;
  height: 6.7rem;
  top: -3rem;
  left: 51%;
  z-index: 99;
  background-image: url("../assets/images/drawing-pin.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translateX(-50%);
}
.page-template-page-about .about-profile__image .image-box img {
  width: 100%;
  height: auto;
  border: 0.9rem solid #f8f7ff;
  border-radius: 0.2rem;
  transform: rotate(2deg);
  position: relative;
}
.page-template-page-about .about-profile__title {
  font-size: clamp(2.6rem, 2vw + 1rem, 3.4rem);
  line-height: clamp(1.2em, 2vw, 1.5em);
  color: #ffffff;
  margin-bottom: 2.25rem;
}
.page-template-page-about .about-profile__description {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .page-template-page-about .about-profile__description {
    margin-bottom: 1rem;
  }
}
.page-template-page-about .about-citation {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  padding-block: 2rem 4rem;
  text-align: center;
}
.page-template-page-about .about-citation p {
  position: relative;
  display: inline-block;
  font-family: "Dancing Script", cursive;
  font-size: clamp(2.5rem, 2vw + 1rem, 3rem);
  font-size: 2.5rem;
  text-align: center;
  line-height: 3rem;
  color: #272932;
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .page-template-page-about .about-citation p {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
.page-template-page-about .about-citation p cite {
  position: absolute;
  right: 0;
  bottom: -3.2rem;
  font-size: 2rem;
  color: #ce1b8c;
}
@media (min-width: 48em) {
  .page-template-page-about .about-citation p cite {
    font-size: 2.3rem;
  }
}
.page-template-page-about .about-experience {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  border-image: conic-gradient(#f8f7ff 0 0) fill 0/auto/0 100vw;
  padding-block: 3rem 4.5rem;
  overflow: hidden;
}
@media (min-width: 62em) {
  .page-template-page-about .about-experience {
    padding-block: 3.75rem 5.25rem;
  }
}
.page-template-page-about .about-experience__slogan {
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #272932;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
}
.page-template-page-about .about-experience h2 {
  position: relative;
  display: table;
  margin-inline: auto;
  background-color: #330033;
  color: #f8f7ff;
  border-radius: 0.8rem;
  padding: 0.8rem 2.5rem;
}
.page-template-page-about .about-experience__list {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 6rem;
}
@media (min-width: 48em) {
  .page-template-page-about .about-experience__list {
    align-items: initial;
  }
}
.page-template-page-about .about-experience__list:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.4rem;
  height: calc(100% + 1.5rem);
  top: 0;
  left: 50%;
  z-index: 1;
  background: linear-gradient(to bottom, #5e1063 85%, rgba(94, 16, 99, 0) 100%);
  transform: translateX(-50%);
}
@media (min-width: 62em) {
  .page-template-page-about .about-experience__list:after {
    height: calc(100% + 2.5rem);
  }
}
.page-template-page-about .about-experience__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 50rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  border: 0.2rem solid #ce1b8c;
  padding: 1.5rem;
  margin-bottom: 3.5rem;
  z-index: 10;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.15), 0 0.6rem 1.5rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 48em) {
  .page-template-page-about .about-experience__item {
    width: calc(50% - 3rem);
    max-width: initial;
    padding: 1.5rem 2.5rem;
  }
}
@media (min-width: 62em) {
  .page-template-page-about .about-experience__item {
    width: calc(50% - 4rem);
  }
}
.page-template-page-about .about-experience__item .about-experience__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .page-template-page-about .about-experience__item .about-experience__content::after {
    content: "";
    position: absolute;
    display: block;
    width: 2rem;
    height: 2rem;
    top: 3rem;
    left: 0;
    z-index: 10;
    background-color: #ce1b8c;
    background-color: #f8f7ff;
    border: 0.3rem solid #330033;
    border-radius: 50%;
  }
}
.page-template-page-about .about-experience__item .about-experience__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin-bottom: 0.5rem;
}
.page-template-page-about .about-experience__item .about-experience__text {
  margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
  .page-template-page-about .about-experience__item .about-experience__text {
    margin-bottom: initial;
  }
}
.page-template-page-about .about-experience__item .about-experience__date {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ce1b8c;
  text-align: right;
  margin-top: auto;
}
@media (min-width: 48em) {
  .page-template-page-about .about-experience__item .about-experience__date {
    position: absolute;
    width: max-content;
    top: 2.6rem;
    font-size: 1.8rem;
    text-align: initial;
  }
}
@media (min-width: 48em) {
  .page-template-page-about .about-experience__item .about-experience__arrow {
    display: block;
    position: absolute;
    top: 2.7rem;
    border-top: 1.3rem solid transparent;
    border-bottom: 1.3rem solid transparent;
  }
  .page-template-page-about .about-experience__item .about-experience__arrow::after {
    position: absolute;
    content: "";
    top: -1.2rem;
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
  }
}
.page-template-page-about .about-experience__item--odd {
  align-self: flex-start;
  background-color: #ce1b8c;
  color: #ffffff;
}
.page-template-page-about .about-experience__item--odd .about-experience__title {
  color: #ffffff;
}
.page-template-page-about .about-experience__item--odd .about-experience__date {
  color: #ffffff;
}
@media (min-width: 48em) {
  .page-template-page-about .about-experience__item--odd .about-experience__date {
    color: #ce1b8c;
    left: calc(100% + 6rem);
  }
}
@media (min-width: 62em) {
  .page-template-page-about .about-experience__item--odd .about-experience__date {
    left: calc(100% + 8rem);
  }
}
.page-template-page-about .about-experience__item--odd .about-experience__content::after {
  left: calc(100% + 2.2rem);
}
@media (min-width: 62em) {
  .page-template-page-about .about-experience__item--odd .about-experience__content::after {
    left: calc(100% + 3.2rem);
  }
}
.page-template-page-about .about-experience__item--odd .about-experience__arrow {
  border-left: 1.3rem solid #ce1b8c;
  right: -1.3rem;
}
.page-template-page-about .about-experience__item--even {
  align-self: flex-end;
}
.page-template-page-about .about-experience__item--even .about-experience__title {
  color: #330033;
}
@media (min-width: 48em) {
  .page-template-page-about .about-experience__item--even .about-experience__date {
    right: calc(100% + 6rem);
  }
}
@media (min-width: 62em) {
  .page-template-page-about .about-experience__item--even .about-experience__date {
    right: calc(100% + 8rem);
  }
}
.page-template-page-about .about-experience__item--even .about-experience__content::after {
  left: initial;
  right: calc(100% + 2.2rem);
}
@media (min-width: 62em) {
  .page-template-page-about .about-experience__item--even .about-experience__content::after {
    right: calc(100% + 3.2rem);
  }
}
.page-template-page-about .about-experience__item--even .about-experience__arrow {
  border-right: 1.3rem solid #ce1b8c;
  left: -1.3rem;
}
.page-template-page-about .about-experience__item--even .about-experience__arrow::after {
  border-right: 1.2rem solid #ffffff;
  right: -1.4rem;
}
.page-template-page-about .about-valeurs {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  background-color: #ffffff;
  padding-block: 3rem 4.5rem;
}
@media (min-width: 62em) {
  .page-template-page-about .about-valeurs {
    padding-block: 3.75rem 5.25rem;
  }
}
.page-template-page-about .about-valeurs__title {
  font-size: clamp(2.5rem, 2vw + 1rem, 3.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  text-align: center;
  color: #272932;
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .page-template-page-about .about-valeurs__title {
    margin-bottom: 4.5rem;
  }
}
.page-template-page-about .about-valeurs__title {
  position: relative;
  display: table;
  margin-inline: auto;
}
.page-template-page-about .about-valeurs__title span {
  position: relative;
  display: block;
  height: 1rem;
  top: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.page-template-page-about .about-valeurs__title span::after {
  content: "";
  display: block;
  width: 70%;
  height: 2.5rem;
  margin: -2.5rem auto 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem #272932;
}
.page-template-page-about .about-valeurs__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 50rem;
  margin: auto;
  margin: 0 auto;
  gap: 4rem;
}
@media (min-width: 36em) {
  .page-template-page-about .about-valeurs__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: initial;
    align-items: stretch;
  }
}
.page-template-page-about .about-valeurs__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  max-width: 38rem;
  height: 100%;
  color: #272932;
  margin: auto;
}
.page-template-page-about .about-valeurs__item h3 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #ce1b8c;
  margin-bottom: 0.5rem;
}
.page-template-page-about .about-valeurs__item h3::first-letter {
  color: #330033;
}
.page-template-page-about .about-valeurs__image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 1rem;
}
@media (min-width: 48em) {
  .page-template-page-about .about-valeurs__image {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.page-template-page-about .about-valeurs__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.page-template-page-about .about-services {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  border-image: conic-gradient(#ce1b8c 0 0) fill 0/auto/0 100vw;
  color: #ffffff;
  padding-block: 3rem 4.5rem;
  overflow: hidden;
}
@media (min-width: 62em) {
  .page-template-page-about .about-services {
    padding-block: 3.75rem 5.25rem;
  }
}
.page-template-page-about .about-services__title {
  font-size: clamp(2.5rem, 2vw + 1rem, 3.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  text-align: center;
  color: #ffffff;
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .page-template-page-about .about-services__title {
    margin-bottom: 4.5rem;
  }
}
.page-template-page-about .about-services__title {
  position: relative;
  display: table;
  margin-inline: auto;
}
.page-template-page-about .about-services__title span {
  position: relative;
  display: block;
  height: 1rem;
  top: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.page-template-page-about .about-services__title span::after {
  content: "";
  display: block;
  width: 70%;
  height: 2.5rem;
  margin: -2.5rem auto 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem #ffffff;
}
.page-template-page-about .about-services__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 50rem;
  margin: 0 auto 3rem;
  gap: 3rem;
}
@media (min-width: 48em) {
  .page-template-page-about .about-services__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: initial;
    gap: 4rem;
    margin-bottom: 4rem;
  }
}
.page-template-page-about .about-services__item {
  display: flex;
  flex-direction: column;
  max-width: 50rem;
  height: 100%;
}
.page-template-page-about .about-services__item h3 {
  position: relative;
  font-size: 2.3rem;
  font-weight: 600;
  color: #ffffff;
  padding-left: 3.5rem;
  margin-bottom: 0.5rem;
}
.page-template-page-about .about-services__item h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  top: 0.6rem;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: url("../assets/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 50%;
}
.page-template-page-about .about-services__item-content ul {
  padding-left: 3rem;
}

.banner {
  position: relative;
  height: 25rem;
  background-color: #f8f7ff;
  overflow: hidden;
}
@media (min-width: 48em) {
  .banner {
    height: 30rem;
  }
}
@media (min-width: 62em) {
  .banner {
    height: 35rem;
  }
}
@media (min-width: 75em) {
  .banner {
    height: 37.5rem;
  }
}
@media (min-width: 100em) {
  .banner {
    height: 40rem;
  }
}
.banner::after {
  content: "";
  position: absolute;
  display: block;
  width: 90%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #ce1b8c;
  border-radius: 0 0 1.5rem 0;
}
.banner__title, .banner__date {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  color: #272932;
  font-family: "Amaranth", sans-serif;
  border-top-right-radius: 2rem;
  z-index: 0;
}
@media (min-width: 48em) {
  .banner__title, .banner__date {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.banner__title {
  font-size: 3.6rem;
  padding: 1rem 3.2rem;
  border-top-right-radius: 2rem;
}
.banner__date {
  font-size: 1.4rem;
  padding: 0.5rem 1.5rem;
  border-top-right-radius: 1.3rem;
}
.banner__image {
  position: absolute;
  width: 90%;
  height: 92%;
  top: 0;
  right: 0;
  border-bottom-left-radius: 1rem;
  box-shadow: 0 0.3rem 1.5rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
  z-index: 50;
}
@media (min-width: 62em) {
  .banner__image {
    height: 95%;
  }
}
@media (min-width: 100em) {
  .banner__image {
    width: 85%;
  }
}
.banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-template-page-articles {
  border-image: conic-gradient(#f8f7ff 0 0) fill 0/auto/0 100vw;
}

.articles {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.articles__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 39rem;
  margin: 0 auto;
  gap: 2rem;
  padding-block: 0 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 48em) {
  .articles__layout {
    max-width: 90%;
    align-items: stretch;
    padding-block: 2rem;
  }
}
@media (min-width: 62em) {
  .articles__layout {
    max-width: initial;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
    margin-bottom: 5rem;
  }
}
.articles__sidebar {
  padding-block: 0 1rem;
  width: 100%;
}
@media (min-width: 48em) {
  .articles__sidebar {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 62em) {
  .articles__sidebar {
    width: 25%;
    max-width: 30rem;
    order: 2;
  }
}
.articles .filter-form__search {
  max-width: 30rem;
  margin-bottom: 2rem;
}
.articles .filter-form__legend {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ce1b8c;
  margin-bottom: 1rem;
}
.articles .filter-form__list {
  list-style: none;
}
.articles .filter-form__item {
  margin-bottom: 0.7rem;
}
.articles .filter-form__link {
  font-size: 1.5rem;
  color: #272932;
  transition: all 0.3s ease-out;
}
.articles .filter-form__link:hover {
  color: #ce1b8c;
  transition: all 0.3s ease-out;
}
.articles .filter-form__link.is-active {
  color: #ce1b8c;
}
.articles .filter-form .search-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.articles .filter-form .search-wrapper input[type=search] {
  width: 100%;
  padding: 0.5em 2.5em 0.5em 0.5em;
  border: 0.1rem solid #ccc;
  border-radius: 0.5rem;
}
.articles .filter-form .search-wrapper svg {
  content: "";
  position: absolute;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  left: 0;
  left: initial;
  right: 1rem;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
}
.articles__box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media (min-width: 48em) {
  .articles__box {
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    row-gap: 5rem;
  }
}
@media (min-width: 62em) {
  .articles__box {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 6rem;
    order: 1;
  }
}
.articles__box.is-empty {
  place-items: center;
}
.articles__empty {
  font-size: 1.8rem;
  font-weight: 500;
  color: #272932;
  padding: 1rem 2rem;
  border: 0.2rem solid #ce1b8c;
  border-radius: 0.8rem;
  text-align: center;
  grid-column: 1/-1;
}
.articles__pagination {
  display: flex;
  justify-content: center;
  padding: 0.5rem 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 62em) {
  .articles__pagination {
    margin-bottom: 3.5rem;
  }
}
.articles__pagination .prev, .articles__pagination .next {
  position: absolute !important;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.articles__pagination .page-numbers {
  font-size: 1.8rem;
  font-weight: 500;
  margin-inline: 0.6rem;
  padding: 0.2rem 1rem;
  border: 0.2rem solid #ec7bc3;
  border-radius: 0.7rem;
  transition: all 0.3s ease-out;
}
.articles__pagination .page-numbers.current {
  background-color: #e6e6e6;
}
.articles__pagination .page-numbers:not(.current):hover, .articles__pagination .page-numbers:not(.current):focus {
  background-color: #ec7bc3;
  border-color: #ce1b8c;
  color: #ffffff;
  transition: all 0.3s ease-out;
}

.page-template-page-contact {
  border-image: conic-gradient(#f8f7ff 0 0) fill 0/auto/0 100vw;
}

.contact {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__title {
  font-size: clamp(2.5rem, 2vw + 1rem, 3.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  text-align: center;
  color: #272932;
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .contact__title {
    margin-bottom: 4.5rem;
  }
}
.contact__title {
  position: relative;
  display: table;
  margin-inline: auto;
}
.contact__title span {
  position: relative;
  display: block;
  height: 1rem;
  top: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.contact__title span::after {
  content: "";
  display: block;
  width: 70%;
  height: 2.5rem;
  margin: -2.5rem auto 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem #272932;
}
.contact__excerpt {
  font-size: clamp(1.8rem, 2vw + 1rem, 2.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  max-width: 60rem;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .contact__excerpt {
    margin-bottom: 5rem;
  }
}
.contact__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 75em) {
  .contact__wrapper {
    flex-direction: row;
    gap: 3rem;
  }
}
.contact__infos {
  position: relative;
  max-width: 80rem;
  height: fit-content;
  margin-inline: auto;
  margin-bottom: 3.5rem;
}
@media (min-width: 75em) {
  .contact__infos {
    width: 50%;
    padding-top: 3.5rem;
  }
  .contact__infos:after {
    content: "";
    position: absolute;
    display: block;
    width: 7.5rem;
    height: 7.5rem;
    top: 0;
    left: 50%;
    top: initial;
    bottom: -10rem;
    z-index: 1;
    background-image: url("../assets/svg/plane.svg");
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
  }
}
.contact__infos a {
  color: #ce1b8c;
  transition: all 0.3s ease-out;
}
.contact__infos a:hover {
  color: #ec7bc3;
  transition: all 0.3s ease-out;
}

.page-error {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 3rem 5rem;
}
.page-error__code {
  text-align: center;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1em;
  background: linear-gradient(to top, #822976, #e82c8e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 48em) {
  .page-error__code {
    font-size: 10rem;
  }
}
@media (min-width: 62em) {
  .page-error__code {
    font-size: 13rem;
  }
}
.page-error__message {
  font-size: clamp(2.2rem, 2vw + 1rem, 3rem);
  font-weight: 600;
  color: #6e4193;
  margin-bottom: 1.5rem;
}
.page-error__image {
  width: 100%;
  max-width: 45rem;
}
@media (min-width: 48em) {
  .page-error__image {
    max-width: 55rem;
  }
}
@media (min-width: 62em) {
  .page-error__image {
    max-width: 70rem;
  }
}
.page-error__content {
  font-size: clamp(2rem, 2vw + 1rem, 2.5rem);
  font-weight: 600;
  color: #6e4193;
  margin-bottom: 2.5rem;
}
.page-error__link {
  display: block;
  width: fit-content;
  background-color: #ce1b8c;
  font-weight: 600;
  color: #ffffff;
  padding: 0.3rem 1.5rem;
  border-radius: 2.5rem;
  border: 0.2rem solid #ce1b8c;
  transition: all 0.3s ease-out;
}
.page-error__link:hover {
  background-color: #ffffff;
  color: #ce1b8c;
}

.page-template-page-faq {
  border-image: conic-gradient(#f8f7ff 0 0) fill 0/auto/0 100vw;
}

.faq {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq__title {
  font-size: clamp(2.5rem, 2vw + 1rem, 3.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  text-align: center;
  color: #272932;
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .faq__title {
    margin-bottom: 4.5rem;
  }
}
.faq__title {
  position: relative;
  display: table;
  margin-inline: auto;
}
.faq__title span {
  position: relative;
  display: block;
  height: 1rem;
  top: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.faq__title span::after {
  content: "";
  display: block;
  width: 70%;
  height: 2.5rem;
  margin: -2.5rem auto 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem #272932;
}
.faq__excerpt {
  font-size: clamp(1.8rem, 2vw + 1rem, 2.2rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  max-width: 60rem;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media (min-width: 48em) {
  .faq__excerpt {
    margin-bottom: 5rem;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  gap: 3rem;
  margin-bottom: 5rem;
}
@media (min-width: 62em) {
  .faq__list {
    max-width: 70rem;
    gap: 4rem;
    margin-bottom: 8rem;
  }
}
.faq__item {
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 0 0 0.6rem 0.6rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
.faq__button {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.7rem;
  line-height: clamp(1.3em, 2vw, 1.5em);
  font-weight: 500;
  background-color: #ce1b8c;
  color: #ffffff;
  text-align: left;
  padding-block: 1rem;
  padding-inline: 1.5rem 4rem;
  border: none;
  cursor: pointer;
  border-radius: 0.6rem;
  transition: all 0.2s ease-out;
}
.faq__button::after {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1.9rem;
  top: 50%;
  left: 0;
  left: initial;
  right: 1.5rem;
  z-index: 1;
  transform: translateY(-50%);
  background-image: url("../assets/svg/chevron.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.2s ease-out;
}
@media (min-width: 48em) {
  .faq__button::after {
    width: 1.3rem;
    height: 2.4rem;
  }
}
.faq__button[aria-expanded=true] {
  border-radius: 0.6rem 0.6rem 0 0;
}
.faq__button[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq__question {
  display: block;
}
.faq__answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0 2rem;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
}
.faq__answer--open {
  opacity: 1;
}
.faq__answer-content {
  padding: 2rem 0;
  line-height: 1.5;
}
.faq__answer-content p {
  margin-bottom: 1rem;
}
.faq__answer-content p:last-child {
  margin-bottom: 0;
}

.page-institutionnelle {
  border-image: conic-gradient(#f8f7ff 0 0) fill 0/auto/0 100vw;
}
.page-institutionnelle__title {
  display: table;
  font-size: clamp(2.5rem, 2vw + 1rem, 3.5rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  font-weight: 600;
  text-align: center;
  border-image: conic-gradient(#ce1b8c 0 0) fill 0/auto/0 100vw;
  color: #ffffff;
  padding: 2rem;
  margin-inline: auto;
}
.page-institutionnelle__content {
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  padding-block: 3rem 4rem;
  font-size: 1.6rem;
  color: #333;
}
@media (min-width: 48em) {
  .page-institutionnelle__content {
    padding-block: 3rem 5rem;
  }
}
.page-institutionnelle__content p {
  margin-bottom: 1.5rem;
}
.page-institutionnelle__content a {
  color: #ce1b8c;
  text-decoration: underline;
  transition: all 0.3s ease-in;
}
.page-institutionnelle__content a:hover {
  color: #ec7bc3;
  transition: all 0.3s ease-in;
}
.page-institutionnelle__content h2,
.page-institutionnelle__content h3,
.page-institutionnelle__content h4 {
  display: table;
  margin-bottom: 1rem;
  font-weight: 600;
}

.single {
  background-color: #f8f7ff;
}
.single .post__title {
  font-size: clamp(3rem, 2vw + 1rem, 3.8rem);
  line-height: clamp(1.2em, 2vw, 1.5em);
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 62em) {
  .single .post__title {
    margin-bottom: 4rem;
  }
}
@media (min-width: 75em) {
  .single .post__title {
    margin-bottom: 5rem;
  }
}
.single .post__content h2 {
  font-size: clamp(2.2rem, 2vw + 1rem, 2.8rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  margin-bottom: 1rem;
}
.single .post__content h3 {
  font-size: clamp(1.8rem, 2vw + 1rem, 2.5rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  margin-bottom: 1rem;
}
.single .post__content h4 {
  font-size: clamp(1.6rem, 2vw + 1rem, 2.3rem);
  line-height: clamp(1.3em, 2vw, 1.5em);
  margin-bottom: 1rem;
}
.single .post__content p {
  margin-block-start: 0;
}
.single .wp-block-comments {
  padding: 2rem 3rem;
  background-color: #ffffff;
  border-top: 0.1rem solid #ce1b8c;
  border-bottom: 0.1rem solid #ce1b8c;
  border-radius: 0.8rem;
  margin-bottom: 1rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.15), 0 0.6rem 1.5rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 62em) {
  .single .wp-block-comments {
    max-width: 80%;
    margin-inline: auto;
  }
}
.single .wp-block-comments #respond {
  max-width: 70rem;
  margin: 0 auto;
}
.single .wp-block-comments #respond .comment-reply-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #222;
  border-bottom: 0.2rem solid #ce1b8c;
  padding-bottom: 0.5rem;
}
.single .wp-block-comments #respond .logged-in-as {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
}
.single .wp-block-comments #respond .logged-in-as a {
  color: #ce1b8c;
  text-decoration: none;
}
.single .wp-block-comments #respond .logged-in-as a:hover {
  text-decoration: underline;
}
.single .wp-block-comments #respond .logged-in-as strong {
  color: #222;
}
.single .wp-block-comments #respond .comment-form-comment label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  color: #272932;
}
.single .wp-block-comments #respond .comment-form-comment textarea {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #ccc;
  background-color: #fafafa;
  transition: border-color 0.3s, box-shadow 0.3s;
  margin-bottom: 2rem;
}
.single .wp-block-comments #respond .comment-form-comment textarea:focus {
  outline: none;
  border-color: #0073e6;
  box-shadow: 0 0 0 0.3rem rgba(0, 115, 230, 0.2);
  background-color: #ffffff;
}
.single .wp-block-comments #respond .form-submit .submit {
  display: block;
  width: fit-content;
  background-color: #ce1b8c;
  font-weight: 600;
  color: #ffffff;
  padding: 0.3rem 1.5rem;
  border-radius: 2.5rem;
  border: 0.2rem solid #ce1b8c;
  transition: all 0.3s ease-out;
}
.single .wp-block-comments #respond .form-submit .submit:hover {
  background-color: #ffffff;
  color: #ce1b8c;
}
.single .wp-block-comments #respond .form-submit .submit {
  padding: 0.5rem 1.5rem;
}
.single .post__navigation {
  display: flex;
  justify-content: space-around;
  margin: 3rem 0;
}
.single .post__navigation ul.post__nav-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.single .post__navigation li a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #272932;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (min-width: 48em) {
  .single .post__navigation li a {
    font-size: 1.7rem;
  }
}
.single .post__navigation li a:hover {
  color: #ce1b8c;
}

/*# sourceMappingURL=index.css.map */
