@charset "UTF-8";
/* PAROLE - 12.05.2026 */
/* Hover */
/*------*/
/* Typo */
/*------*/
/*------------*/
/* Responsive */
/*-----------*/
/*----------*/
/* Settings */
/*---------*/
/*Button*/
/*SVG*/
/*Button TOP*/
/*Icone*/
/*Soustraction*/
/*tag*/
/*form*/
/*Other*/
/*------*/
/* MENU */
/*------*/
/* Navbar */
/* Navbar links (menu hors burger) */
/* Logo */
/* Ecran */
/* SUBMENU */
/* Mobile */
/* Text */
/* Reset */
/* transition */
/* Img */
/* Utilitaires */
/* Bouton */
/* BG */
/* Text color */
/* Filter */
/* tag */
/* Responsive */
/* Shadow */
/* PAROLE - 12.05.2026 */
header ul, footer ul {
  list-style: none;
  padding-left: 0;
}

main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger) {
  color: #b85f98;
}
main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger):hover, main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger):focus, main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger):active {
  color: #94a0d6;
}

/*----------*/
/*-- padding --*/
/*----------*/
.p-m {
  padding: calc(1.85rem + 0.45vw);
}

.px-m {
  padding-left: calc(1.85rem + 0.45vw);
  padding-right: calc(1.85rem + 0.45vw);
}

.py-m {
  padding-top: calc(1.85rem + 0.45vw);
  padding-bottom: calc(1.85rem + 0.45vw);
}

.ps-m {
  padding-left: calc(1.85rem + 0.45vw);
}

.pe-m {
  padding-right: calc(1.85rem + 0.45vw);
}

.pt-m {
  padding-top: calc(1.85rem + 0.45vw);
}

.pb-m {
  padding-bottom: calc(1.85rem + 0.45vw);
}

/*----------*/
/*-- Container --*/
/*----------*/
.medium-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 576px) {
  .medium-content {
    width: 900px;
  }
}

.small-content {
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .small-content {
    width: 600px;
  }
}

.mid-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (min-width: 768px) {
  .mid-container {
    max-width: 360px;
  }
}
@media only screen and (min-width: 992px) {
  .mid-container {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .mid-container {
    max-width: 535px;
  }
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .mid-container {
    max-width: 100%;
    margin: auto;
  }
}

/*----------------*/
/*-- BG --*/
/*----------------*/
.bg_primary {
  background-color: #b85f98;
  color: #fff;
}
.bg_primary svg {
  color: #fff;
}

.bg_secondary {
  background-color: #94a0d6;
  color: #fff;
}
.bg_secondary svg {
  color: #fff;
}

.bg_third {
  background-color: #ffdf69;
  color: #b85f98;
}
.bg_third svg {
  color: #b85f98;
}

.bg_dark {
  background-color: #363636;
  color: #fff;
}
.bg_dark svg {
  color: #fff;
}

.bg_light {
  background-color: #eaecf6;
  color: #363636;
}
.bg_light svg {
  color: #363636;
}

.bg_white {
  background-color: #fff;
  color: #b85f98;
}
.bg_white svg {
  color: #b85f98;
}

.bg_info {
  background-color: #e5cbe0;
  color: #b85f98;
}
.bg_info svg {
  color: #b85f98;
}

.bg_warning {
  background-color: #ff8800;
  color: #fff;
}
.bg_warning svg {
  color: #fff;
}

.bg_success {
  background-color: #00a438;
  color: #fff;
}
.bg_success svg {
  color: #fff;
}

.bg_danger {
  background-color: #ec0058;
  color: #fff;
}
.bg_danger svg {
  color: #fff;
}

.fill-primary {
  fill: #b85f98;
}

.fill-secondary {
  fill: #94a0d6;
}

.fill-third {
  fill: #ffdf69;
}

.fill-dark {
  fill: #363636;
}

.fill-light {
  fill: #eaecf6;
}

.fill-white {
  fill: #fff;
}

.fill-info {
  fill: #e5cbe0;
}

.fill-success {
  fill: #00a438;
}

.fill-warning {
  fill: #ff8800;
}

.fill-danger {
  fill: #ec0058;
}

/*----------------*/
/*-- TAG --*/
/*----------------*/
.tag_primary {
  font-size: 14px;
  text-transform: inherit;
  font-weight: 300;
  padding: 0.25rem 1.1rem;
  margin: 0 0 0 0;
  border-radius: 2rem;
  display: inline-block;
  background-color: #b85f98;
  color: #fff;
}
.tag_primary svg {
  color: #fff;
}

.tag_secondary {
  font-size: 14px;
  text-transform: inherit;
  font-weight: 300;
  padding: 0.25rem 1.1rem;
  margin: 0 0 0 0;
  border-radius: 2rem;
  display: inline-block;
  background-color: #94a0d6;
  color: #fff;
}
.tag_secondary svg {
  color: #fff;
}

.tag_third {
  font-size: 14px;
  text-transform: inherit;
  font-weight: 300;
  padding: 0.25rem 1.1rem;
  margin: 0 0 0 0;
  border-radius: 2rem;
  display: inline-block;
  background-color: #ffdf69;
  color: #b85f98;
}
.tag_third svg {
  color: #b85f98;
}

.tag_dark {
  font-size: 14px;
  text-transform: inherit;
  font-weight: 300;
  padding: 0.25rem 1.1rem;
  margin: 0 0 0 0;
  border-radius: 2rem;
  display: inline-block;
  background-color: #363636;
  color: #fff;
}
.tag_dark svg {
  color: #fff;
}

.tag_light {
  font-size: 14px;
  text-transform: inherit;
  font-weight: 300;
  padding: 0.25rem 1.1rem;
  margin: 0 0 0 0;
  border-radius: 2rem;
  display: inline-block;
  background-color: #eaecf6;
  color: #363636;
}
.tag_light svg {
  color: #363636;
}

.tag_white {
  font-size: 14px;
  text-transform: inherit;
  font-weight: 300;
  padding: 0.25rem 1.1rem;
  margin: 0 0 0 0;
  border-radius: 2rem;
  display: inline-block;
  background-color: #fff;
  color: #b85f98;
}
.tag_white svg {
  color: #b85f98;
}

.tag_info {
  font-size: 14px;
  text-transform: inherit;
  font-weight: 300;
  padding: 0.25rem 1.1rem;
  margin: 0 0 0 0;
  border-radius: 2rem;
  display: inline-block;
  background-color: #e5cbe0;
  color: #b85f98;
}
.tag_info svg {
  color: #b85f98;
}

.tag_success {
  font-size: 14px;
  text-transform: inherit;
  font-weight: 300;
  padding: 0.25rem 1.1rem;
  margin: 0 0 0 0;
  border-radius: 2rem;
  display: inline-block;
  background-color: #00a438;
  color: #fff;
}
.tag_success svg {
  color: #fff;
}

.tag_warning {
  font-size: 14px;
  text-transform: inherit;
  font-weight: 300;
  padding: 0.25rem 1.1rem;
  margin: 0 0 0 0;
  border-radius: 2rem;
  display: inline-block;
  background-color: #ff8800;
  color: #fff;
}
.tag_warning svg {
  color: #fff;
}

.tag_danger {
  font-size: 14px;
  text-transform: inherit;
  font-weight: 300;
  padding: 0.25rem 1.1rem;
  margin: 0 0 0 0;
  border-radius: 2rem;
  display: inline-block;
  background-color: #ec0058;
  color: #fff;
}
.tag_danger svg {
  color: #fff;
}

/*----------------*/
/*-- Responsive --*/
/*----------------*/
@media only screen and (max-width: calc(576px - 0.2px)) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .navbar, .small-container {
    padding-right: 7%;
    padding-left: 7%;
  }
}

/*------------------------------------------------------*/
/* -------------------- */
/* Img */
/* -------------------- */
figure {
  margin: 0;
  position: relative;
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Image background */
/* -------------------- */
.cardImg, .squareImg {
  position: relative;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  height: auto;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.squareImg {
  padding-top: 100%;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Filtres photos */
/* -------------------- */
.filter-bw {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* PAROLE - 12.05.2026 */
/*----------*/
/*-- FONT --*/
/*----------*/
body {
  font-family: "bricolage-grotesque", sans-serif;
  color: #363636;
}

body, p, span, a, .link, button.link {
  font-size: 16px;
}

strong, b {
  font-weight: 600 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  font-family: "bricolage-grotesque", sans-serif;
  text-transform: inherit;
  font-weight: 600;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .title a {
  font-size: 100% !important;
}

h1, .h1 {
  font-size: 50px;
}
h1 svg, .h1 svg {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h1, .h1 {
    hyphens: auto;
    line-height: 1;
    font-size: calc(50px - 1.5vw);
  }
  h1 svg, .h1 svg {
    width: calc(50px - 1.5vw);
    height: calc(50px - 1.5vw);
  }
}

h2, .h2 {
  font-size: 37px;
}
h2 svg, .h2 svg {
  width: 37px;
  height: 37px;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h2, .h2 {
    hyphens: auto;
    line-height: 1;
    font-size: calc(37px - 1vw);
  }
  h2 svg, .h2 svg {
    width: calc(37px - 1vw);
    height: calc(37px - 1vw);
  }
}

h3, .h3 {
  font-size: 24px;
}
h3 svg, .h3 svg {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h3, .h3 {
    hyphens: auto;
    font-size: calc(24px - 0.5vw);
  }
  h3 svg, .h3 svg {
    width: calc(24px - 0.5vw);
    height: calc(24px - 0.5vw);
  }
}

h4, .h4 {
  font-size: 21px;
}
h4 svg, .h4 svg {
  width: 21px;
  height: 21px;
}

h5, .h5, h6, .h6 {
  font-size: 18px;
}
h5 svg, .h5 svg, h6 svg, .h6 svg {
  width: 18px;
  height: 18px;
}

p {
  white-space: normal !important;
}

p a, small a {
  font-size: 100%;
}

.text_primary {
  color: #b85f98;
}

.text_secondary {
  color: #94a0d6;
}

.text_third {
  color: #ffdf69;
}

.text_dark {
  color: #363636;
}

.text_light {
  color: #eaecf6;
}

.text_white {
  color: #fff;
}

.text_info {
  color: #e5cbe0;
}

.text_success {
  color: #00a438;
}

.text_warning {
  color: #ff8800;
}

.text_danger {
  color: #ec0058;
}

/* PAROLE - 12.05.2026 */
/* -------------- */
/* Navbar */
/* -------------- */
header {
  background-color: #eaecf6;
}
.home header {
  background-color: transparent;
}
header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0;
}
header.is-scrolled {
  background-color: #eaecf6 !important;
}
header .line, header .menu-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* -------------- */
/* Burger */
/* -------------- */
header #showMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 100;
  padding: 1rem 0.75rem;
  background-image: url(../medias/burger.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
header #showMenu span, header #showMenu span::before, header #showMenu span::after {
  display: block;
  width: 50px;
  height: 2px;
  border-radius: 0px;
}
header #showMenu span {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header #showMenu span::before, header #showMenu span::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
}
header #showMenu span::before {
  top: 8px;
  transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
header #showMenu span::after {
  bottom: 8px;
  transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
header #showMenu.active span {
  background-color: transparent !important;
}
header #showMenu.active span::before, header #showMenu.active span::after {
  background-color: #b85f98 !important;
}
header #showMenu.active span::before {
  top: 0;
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header #showMenu.active span::after {
  bottom: 0;
  transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header #showMenu.active #quitMenu {
  display: block;
  height: 100%;
  background: rgba(229, 203, 224, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  animation: 300ms ease-in opacityAnim;
  width: 10%;
}
@media only screen and (min-width: 576px) {
  header #showMenu.active #quitMenu {
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  header #showMenu.active #quitMenu {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  header #showMenu.active #quitMenu {
    width: 60%;
  }
}
@media only screen and (min-width: 1400px) {
  header #showMenu.active #quitMenu {
    width: 65%;
  }
}
header #showMenu span, header #showMenu span::before, header #showMenu span::after {
  background-color: #b85f98;
}
header.is-scrolled #showMenu span, header.is-scrolled #showMenu span::before, header.is-scrolled #showMenu span::after {
  background-color: #b85f98;
}

.home #showMenu {
  background-image: url(../medias/burger-light.svg);
}
.home header.is-scrolled #showMenu {
  background-image: url(../medias/burger.svg);
}

@keyframes opacityAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------- */
/* Menu */
/* -------------- */
header a {
  text-transform: inherit;
  font-family: "bricolage-grotesque", sans-serif;
}
header .menu-container {
  top: 0;
  background: #b85f98;
  position: fixed;
  overflow: scroll;
  box-sizing: border-box;
  max-width: 100%;
  height: 100%;
  right: -100%;
  z-index: 1;
  width: 90%;
}
@media only screen and (min-width: 576px) {
  header .menu-container {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  header .menu-container {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  header .menu-container {
    width: 40%;
  }
}
@media only screen and (min-width: 1400px) {
  header .menu-container {
    width: 35%;
  }
}
header .menu-container.open {
  right: 0;
}
header .menu-content {
  padding: 2rem;
  margin-top: 5vh;
  max-width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 103;
}
header .menu-content a {
  font-size: 37px;
  margin: 0;
  padding: 0.5rem 0rem;
  display: block;
  color: #fff;
}
header .menu-content a:hover, header .menu-content a:focus, header .menu-content a:active {
  color: #e5cbe0;
}

/* ------------------- */
/* Menu hors du burger */
/* ------------------- */
.menu-out-burger {
  margin-bottom: 0;
}
.menu-out-burger li {
  display: inline-block;
}
.menu-out-burger a {
  font-size: 18px;
  font-weight: 600;
  padding: 0 1rem;
  margin: 0;
  color: #363636;
  background-color: transparent;
}
.menu-out-burger a:hover, .menu-out-burger a:focus, .menu-out-burger a:active {
  color: #b85f98;
  background-color: transparent;
}
header.is-scrolled .menu-out-burger a {
  color: #363636;
  background-color: transparent;
}
header.is-scrolled .menu-out-burger a:hover, header.is-scrolled .menu-out-burger a:focus, header.is-scrolled .menu-out-burger a:active {
  color: #b85f98;
  background-color: transparent;
}
@media (max-width: 768px) {
  .menu-out-burger {
    display: none;
  }
}

/* -------------- */
/* Sous-menu */
/* -------------- */
.menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
  border: 0;
  border-radius: 0;
  width: 100%;
}
.menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li {
  display: block;
  width: 100%;
}
.menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li a {
  display: block;
  font-family: "bricolage-grotesque", sans-serif;
}
.menu-item-has-children:not(.qtranxs-lang-menu) > a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.1em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
  display: none;
}
.menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a {
  padding: 1rem;
  font-size: 18px;
}
.menu-item-has-children:not(.qtranxs-lang-menu).active .sub-menu {
  display: block;
}

/* -------------- */
/* Logo */
/* -------------- */
#logo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: calc(768px - 0.2px)) {
  header:not(.is-scrolled) #logo {
    width: calc(90px + 20px);
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  header:not(.is-scrolled) #logo {
    width: calc(120px + 20px);
    height: auto;
  }
}

@media only screen and (max-width: calc(768px - 0.2px)) {
  header.is-scrolled #logo {
    width: 90px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  header.is-scrolled #logo {
    width: 120px;
    height: auto;
  }
}

/* PAROLE - 12.05.2026 */
/* -------------- */
/* Home */
/* -------------- */
.home .banner .cardImg {
  padding-top: 56.25%;
}
.home .banner .content-img {
  position: relative;
  z-index: 1;
}
.home .banner .content-img:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  width: 267px;
  height: 50px;
  max-width: 90%;
  background-image: url("../medias/home-banner-bottom.svg");
  right: 0;
  bottom: -31px;
}
@media only screen and (min-width: 992px) {
  .home .banner .content-img {
    width: 60%;
    flex: 0 0 60%;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  .home .banner .content-img {
    width: 80%;
  }
}
.home .banner .content-text {
  background-color: #eaecf6;
  padding: calc(1.85rem + 0.45vw);
  display: flex;
  position: relative;
  border-radius: 2rem;
}
.home .banner .content-text:before {
  content: "";
  display: block;
  position: absolute;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  width: 164px;
  height: 227px;
  max-width: 90%;
  background-image: url("../medias/home-banner-top.svg");
  top: -115px;
  z-index: -1;
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  .home .banner .content-text:before {
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .home .banner .content-text:before {
    left: 20px;
  }
}
.home .banner .content-text .tag {
  display: block;
  font-weight: 600;
  color: #b85f98;
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  .home .banner .content-text {
    width: 80%;
    margin-right: 0;
    margin-top: -10%;
    margin-left: auto;
    padding-top: calc(10% + calc(1.85rem + 0.45vw));
  }
}
@media only screen and (min-width: 992px) {
  .home .banner .content-text {
    margin-top: 155px;
    padding-left: calc(10% + calc(1.85rem + 0.45vw));
    width: 50%;
    flex: 0 0 50%;
    left: -10%;
  }
}
.home .banner .content-text article {
  margin: auto;
}

/* PAROLE - 12.05.2026 */
/* -------------- */
/* Page */
/* -------------- */
@media only screen and (min-width: 992px) {
  #contenu .content-editor:nth-child(even) div:first-of-type {
    order: 2;
  }
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  #contenu .content-editor div:last-of-type {
    order: 1;
  }
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  #contenu .content-editor div:first-of-type {
    order: 2;
  }
}
#post .content-text {
  margin-bottom: 2rem;
}
#post section:not(.banner) .title {
  color: #94a0d6;
  margin-bottom: 2rem;
}
#post section:not(.banner) ul {
  list-style-image: url("../medias/puce.svg");
}
#post .complet {
  font-size: 14px;
  text-transform: inherit;
  font-weight: 300;
  padding: 0.25rem 1.1rem;
  margin: 0 0 0 0;
  border-radius: 2rem;
  display: inline-block;
  background-color: #b85f98;
  color: #fff;
}
#post .complet svg {
  color: #fff;
}
#post .complet {
  display: inline-block;
  margin-bottom: 1.3rem;
  font-weight: 600;
}
#post .tag {
  font-size: 14px;
  text-transform: inherit;
  font-weight: 300;
  padding: 0.25rem 1.1rem;
  margin: 0 0 0 0;
  border-radius: 2rem;
  display: inline-block;
  background-color: #ffdf69;
  color: #363636;
  display: inline-block;
  margin-bottom: 1.3rem;
}
#post .cardImg {
  padding-top: 80%;
}
#post .banner {
  background-color: #eaecf6;
}
#post .content-img {
  position: relative;
}
#post .content-img:before {
  content: "";
  display: block;
  position: absolute;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  background-image: url(../medias/banner-top.svg);
  width: 240px;
  height: 43px;
  top: -20px;
  left: 50px;
  z-index: 1;
  max-width: 80%;
}
#post .content-img:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  background-image: url(../medias/banner-bottom.svg);
  width: 103px;
  height: 32px;
  bottom: -16px;
  right: 60px;
  max-width: 60%;
}

#inscriptions .title {
  margin-bottom: 0;
}
#inscriptions article {
  border-radius: 2rem;
  padding: calc(1.85rem + 0.45vw);
  border: 1px solid #94a0d6;
}

.archive-congres-custom .squareImg {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  border: 1px solid #eaecf6;
}

#contact .list-icone {
  margin-bottom: 1.5rem;
}
#contact .list-icone a {
  background-color: #b85f98;
  color: #fff;
}
#contact .list-icone a svg {
  color: #fff;
}
#contact .list-icone a:hover, #contact .list-icone a:focus, #contact .list-icone a:active {
  background-color: #94a0d6;
  color: #fff;
}
#contact .list-icone a:hover svg, #contact .list-icone a:focus svg, #contact .list-icone a:active svg {
  color: #fff;
}
#contact ul {
  list-style: none;
  padding-left: 0;
}

.container-page {
  position: relative;
}
.container-page:after {
  content: "";
  display: block;
  width: 100%;
  height: 35vh;
  background-color: #eaecf6;
  z-index: -1;
  top: 0;
  position: absolute;
}
.container-page .title-page {
  color: #b85f98;
  margin-bottom: 2rem;
}

.content-page {
  width: 900px;
  max-width: 100%;
  margin: auto;
  border: 1px solid #eaecf6;
  background-color: #fff;
  border-radius: 2rem;
  padding: calc(1.85rem + 0.45vw);
  position: relative;
}
.content-page:before {
  content: "";
  display: block;
  position: absolute;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  height: 261px;
  width: 45px;
  left: -24px;
  top: 2rem;
  background-image: url(../medias/page-left.svg);
}
.content-page:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  height: 42px;
  width: 73px;
  bottom: -25px;
  right: 50px;
  background-image: url(../medias/page-bottom.svg);
}

#breadcrumb ul {
  list-style: none;
  text-align: center;
}
#breadcrumb ul li {
  display: inline-block;
}
#breadcrumb ul li:not(:last-of-type):after {
  content: "•";
  display: inline-block;
  padding: 0 0.5rem;
}

/* PAROLE - 12.05.2026 */
/* -------------- */
/* Cards */
/* -------------- */
.card-item figure {
  border-radius: 2rem;
  margin-bottom: 1rem;
  border: 1px solid #eaecf6;
}
.card-item .title {
  font-size: 21px;
  margin-bottom: 0;
}
.card-item .date-lieu {
  color: #94a0d6;
  list-style: none;
  padding-left: 0;
}
.card-item .date-lieu li {
  display: inline-block;
}
.card-item .date-lieu li:not(:last-of-type):after {
  content: " •";
  font-weight: 600;
}
.card-item .auteur {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0.25rem;
  background: #ffdf69;
  display: inline-block;
  padding: 0 0.45rem 0.15rem 0.45rem;
  border-radius: 4px;
}
.card-item .complet {
  position: absolute;
  top: 1px;
  font-weight: 600;
  background: #b85f98;
  color: #fff;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 1px solid #eaecf6;
  border-bottom-right-radius: 2rem;
  max-width: 80%;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  .card-item .complet {
    font-size: 14px;
  }
}

.card-title > div {
  background-color: #eaecf6;
  border-radius: 2rem;
  display: flex;
  height: 100%;
  padding: calc(1.85rem + 0.45vw);
}
.card-title > div article {
  margin: auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .card-title .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  .card-title .title {
    font-size: 37px;
  }
}
@media only screen and (min-width: 1400px) {
  .card-title .title {
    font-size: 50px;
  }
}
.card-title .first-title {
  margin-bottom: 2rem;
}

/* PAROLE - 12.05.2026 */
/* -------------- */
/* Footer */
/* -------------- */
footer section {
  background-color: #b85f98;
  color: #fff;
}
footer section svg {
  color: #fff;
}
footer section {
  border-radius: 2rem;
  padding: calc(1.85rem + 0.45vw);
  position: relative;
}
footer section:before {
  content: "";
  display: block;
  position: absolute;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  width: 140px;
  height: 40px;
  background-image: url("../medias/footer-top.svg");
  left: 1rem;
  top: -20px;
}
footer section:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  width: 157px;
  height: 28px;
  background-image: url("../medias/footer-bottom.svg");
  right: 1rem;
  bottom: -16px;
}
footer .title {
  margin-bottom: 1.2rem;
}
footer ul:not(.list-icone) a {
  color: #e5cbe0;
}
footer ul:not(.list-icone) a:hover, footer ul:not(.list-icone) a:focus, footer ul:not(.list-icone) a:active {
  color: #fff;
}
footer .list-icone a {
  background-color: #e5cbe0;
  color: #b85f98;
}
footer .list-icone a svg {
  color: #b85f98;
}
footer .list-icone a:hover, footer .list-icone a:focus, footer .list-icone a:active {
  background-color: #ffdf69;
  color: #b85f98;
}
footer .list-icone a:hover svg, footer .list-icone a:focus svg, footer .list-icone a:active svg {
  color: #b85f98;
}
footer aside small {
  color: #b85f98;
}
footer aside a {
  color: #b85f98;
  text-transform: inherit;
  font-weight: 300;
  font-family: "bricolage-grotesque", sans-serif;
}
footer aside a svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
footer aside a:hover, footer aside a:focus, footer aside a:active {
  color: #363636;
}
footer .sib_signup_form {
  margin-bottom: 3rem;
}
footer .tag_newsletter {
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
  display: inline-block;
}
footer .tag_newsletter:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  width: 150%;
  height: 50px;
  left: -18px;
  top: -14px;
  z-index: -1;
  background-image: url("../medias/footer-news.svg");
}

.form-control-custom input:not([type=checkbox], [type=submit], [type=radio]), .form-control-custom textarea, .form-control-custom select, .form-control-custom .form-control {
  display: block;
  width: 100%;
  border: 0 solid transparent;
  border-bottom: 2px solid #94a0d6;
  padding: 0.75rem 0;
  line-height: 1.1;
  -webkit-appearance: none;
  background-color: transparent;
}
.form-control-custom input:not([type=checkbox], [type=submit], [type=radio]):focus, .form-control-custom input:not([type=checkbox], [type=submit], [type=radio]):active, .form-control-custom textarea:focus, .form-control-custom textarea:active, .form-control-custom select:focus, .form-control-custom select:active, .form-control-custom .form-control:focus, .form-control-custom .form-control:active {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}
.form-control-custom {
  margin-bottom: 1.1rem;
  position: relative;
  color: #fff !important;
}
.form-control-custom input {
  border-color: #fff !important;
  color: #fff !important;
}
.form-control-custom label {
  -webkit-transform: translateY(-45px);
  -moz-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  color: #fff !important;
}
.form-control-custom input:focus + label, .form-control-custom input:active + label, .form-control-custom input:not(:placeholder-shown) + label {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  font-size: 12px;
  border-color: #fff !important;
  color: #fff !important;
}

#top {
  z-index: 1;
}

/* PAROLE - 12.05.2026 */
/* Form design */
main input:not([type=checkbox], [type=submit], [type=radio]), main textarea, main select, main .form-control {
  display: block;
  width: 100%;
  border: 0 solid transparent;
  border-bottom: 2px solid #94a0d6;
  padding: 0.75rem;
  line-height: 1.1;
  background-color: #eaecf6;
  color: #363636;
  -webkit-appearance: none;
}
main input:not([type=checkbox], [type=submit], [type=radio]):focus, main input:not([type=checkbox], [type=submit], [type=radio]):active, main textarea:focus, main textarea:active, main select:focus, main select:active, main .form-control:focus, main .form-control:active {
  background-color: #e5cbe0;
  border: 0 solid transparent;
  border-bottom: 2px solid #b85f98;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}

label, .forminator-label {
  margin-bottom: 0.5rem;
  color: #363636;
  font-weight: 300;
  display: block;
}

input[type=checkbox], input[type=submit], input[type=radio] {
  display: inline-block;
  margin-right: 0.25rem;
}

.forminator-radio, .forminator-checkbox {
  margin-right: 0.5rem;
}

.forminator-required {
  color: #ec0058;
}

.forminator-error-message {
  font-weight: 600;
  color: #ec0058;
  margin-top: 0.5rem;
  display: block;
}

.forminator-response-message {
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
}
.forminator-response-message p {
  padding: 0;
  display: block;
  width: 100%;
  margin: 0;
}
.forminator-response-message.forminator-error {
  background-color: #ec0058;
  color: #fff;
}
.forminator-response-message.forminator-success {
  background-color: #00a438;
  color: #fff;
  padding: 1rem;
}

input[type=checkbox] {
  margin-right: 0.35rem;
}

/**/
.form-scalp .btn-form-scalp-nav {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #b85f98;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: transparent;
  color: #b85f98 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-scalp .btn-form-scalp-nav:hover, .form-scalp .btn-form-scalp-nav:focus, .form-scalp .btn-form-scalp-nav:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #b85f98;
  color: #fff !important;
  border-color: #b85f98;
}
.form-scalp .btn-form-scalp-nav span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-scalp .btn-form-scalp-nav svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
.form-scalp .btn-form-scalp-submit {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: #b85f98;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-scalp .btn-form-scalp-submit:hover, .form-scalp .btn-form-scalp-submit:focus, .form-scalp .btn-form-scalp-submit:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #363636;
  color: #fff !important;
  border-color: transparent;
}
.form-scalp .btn-form-scalp-submit span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-scalp .btn-form-scalp-submit svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
.form-scalp .field-label {
  display: block;
}
.form-scalp #ms-progress .ms-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e5cbe0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-scalp #ms-progress .ms-dot.ms-active {
  background: #b85f98;
}
.form-scalp .has-error input, .form-scalp .has-error textarea, .form-scalp .has-error select {
  border-color: #ec0058;
}

.form-inscr, #formationInscriptionForm {
  padding: 50px 0;
}

.ms-step {
  display: none;
}

.ms-step.active {
  display: block;
}

.ms-nav {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 20px;
}

.field {
  margin-bottom: 12px;
}

.form-control {
  width: 100%;
  padding: 10px;
}

.help-block {
  color: #c00;
  font-size: 0.9em;
}

.alert {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 10px 0;
  border-left: 4px solid #999;
}

.alert-info {
  border-left-color: #2c7be5;
}

.alert-success {
  border-left-color: #0bb07b;
}

.btn.tab-btn {
  background: #ed538e;
  color: #fff;
  border: none;
  padding: 12px 18px;
  cursor: pointer;
}

.btn.tab-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.rounded-checkbox input {
  vertical-align: middle;
}

/* PAROLE - 12.05.2026 */
/*----------*/
/*-- Buttons  --*/
/*----------*/
/* Reset */
a {
  text-decoration: none;
  font-family: "bricolage-grotesque", sans-serif;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a[href^="mailto:"] {
  text-transform: lowercase !important;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  a {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
}

button {
  background: transparent;
  outline: none;
  border: 0;
}

a, button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  text-decoration: none;
}

.link {
  text-transform: inherit;
}
.link svg {
  position: relative;
}

.btn_primary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: #b85f98;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_primary:hover, .btn_primary:focus, .btn_primary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #363636;
  color: #fff !important;
  border-color: transparent;
}
.btn_primary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_primary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_secondary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: #94a0d6;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_secondary:hover, .btn_secondary:focus, .btn_secondary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #363636;
  color: #fff !important;
  border-color: transparent;
}
.btn_secondary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_secondary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_third {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: #ffdf69;
  color: #b85f98 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_third:hover, .btn_third:focus, .btn_third:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #363636;
  color: #fff !important;
  border-color: transparent;
}
.btn_third span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_third svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_dark {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: #363636;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_dark:hover, .btn_dark:focus, .btn_dark:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #363636;
  color: #fff !important;
  border-color: #363636;
}
.btn_dark span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_dark svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_light {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: #eaecf6;
  color: #363636 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_light:hover, .btn_light:focus, .btn_light:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #363636 !important;
  border-color: transparent;
}
.btn_light span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_light svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_white {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: #fff;
  color: #b85f98 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_white:hover, .btn_white:focus, .btn_white:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #e5cbe0;
  color: #b85f98 !important;
  border-color: transparent;
}
.btn_white span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_white svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_info {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: #e5cbe0;
  color: #b85f98 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_info:hover, .btn_info:focus, .btn_info:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #013eb1;
  color: #fff !important;
  border-color: #013eb1;
}
.btn_info span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_info svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_success {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: #00a438;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_success:hover, .btn_success:focus, .btn_success:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #038d31;
  color: #fff !important;
  border-color: #038d31;
}
.btn_success span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_success svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_warning {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: #ff8800;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_warning:hover, .btn_warning:focus, .btn_warning:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #dc7500;
  color: #fff !important;
  border-color: #dc7500;
}
.btn_warning span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_warning svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_danger {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: #ec0058;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_danger:hover, .btn_danger:focus, .btn_danger:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #363636;
  color: #fff !important;
  border-color: #363636;
}
.btn_danger span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_danger svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_primary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #b85f98;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: transparent;
  color: #b85f98 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_primary:hover, .btn_outline_primary:focus, .btn_outline_primary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #b85f98;
  color: #fff !important;
  border-color: #b85f98;
}
.btn_outline_primary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_primary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_secondary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #94a0d6;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: transparent;
  color: #94a0d6 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_secondary:hover, .btn_outline_secondary:focus, .btn_outline_secondary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #94a0d6;
  color: #fff !important;
  border-color: #94a0d6;
}
.btn_outline_secondary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_secondary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_third {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #ffdf69;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: transparent;
  color: #ffdf69 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_third:hover, .btn_outline_third:focus, .btn_outline_third:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #ffdf69;
  color: #fff !important;
  border-color: #ffdf69;
}
.btn_outline_third span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_third svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_dark {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #363636;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: transparent;
  color: #363636 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_dark:hover, .btn_outline_dark:focus, .btn_outline_dark:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #363636;
  color: #fff !important;
  border-color: #363636;
}
.btn_outline_dark span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_dark svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_light {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #eaecf6;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: transparent;
  color: #eaecf6 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_light:hover, .btn_outline_light:focus, .btn_outline_light:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #eaecf6;
  color: #363636 !important;
  border-color: #eaecf6;
}
.btn_outline_light span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_light svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_white {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: transparent;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_white:hover, .btn_outline_white:focus, .btn_outline_white:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #b85f98 !important;
  border-color: #fff;
}
.btn_outline_white span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_white svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_info {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #e5cbe0;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: transparent;
  color: #e5cbe0 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_info:hover, .btn_outline_info:focus, .btn_outline_info:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #e5cbe0;
  color: #fff !important;
  border-color: #e5cbe0;
}
.btn_outline_info span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_info svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_success {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #00a438;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: transparent;
  color: #00a438 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_success:hover, .btn_outline_success:focus, .btn_outline_success:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #00a438;
  color: #fff !important;
  border-color: #00a438;
}
.btn_outline_success span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_success svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_warning {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #ff8800;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: transparent;
  color: #ff8800 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_warning:hover, .btn_outline_warning:focus, .btn_outline_warning:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #ff8800;
  color: #fff !important;
  border-color: #ff8800;
}
.btn_outline_warning span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_warning svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_danger {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #ec0058;
  padding: 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "bricolage-grotesque", sans-serif;
  background-color: transparent;
  color: #ec0058 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_danger:hover, .btn_outline_danger:focus, .btn_outline_danger:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #ec0058;
  color: #fff !important;
  border-color: #ec0058;
}
.btn_outline_danger span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_danger svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.link_primary {
  color: #b85f98;
  text-transform: inherit;
  font-weight: 300;
  font-family: "bricolage-grotesque", sans-serif;
}
.link_primary svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_primary:hover, .link_primary:focus, .link_primary:active {
  color: #363636;
}

.link_secondary {
  color: #94a0d6;
  text-transform: inherit;
  font-weight: 300;
  font-family: "bricolage-grotesque", sans-serif;
}
.link_secondary svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_secondary:hover, .link_secondary:focus, .link_secondary:active {
  color: #363636;
}

.link_third {
  color: #ffdf69;
  text-transform: inherit;
  font-weight: 300;
  font-family: "bricolage-grotesque", sans-serif;
}
.link_third svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_third:hover, .link_third:focus, .link_third:active {
  color: #363636;
}

.link_dark {
  color: #363636;
  text-transform: inherit;
  font-weight: 300;
  font-family: "bricolage-grotesque", sans-serif;
}
.link_dark svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_dark:hover, .link_dark:focus, .link_dark:active {
  color: #363636;
}

.link_light {
  color: #eaecf6;
  text-transform: inherit;
  font-weight: 300;
  font-family: "bricolage-grotesque", sans-serif;
}
.link_light svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_light:hover, .link_light:focus, .link_light:active {
  color: #fff;
}

.link_white {
  color: #fff;
  text-transform: inherit;
  font-weight: 300;
  font-family: "bricolage-grotesque", sans-serif;
}
.link_white svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_white:hover, .link_white:focus, .link_white:active {
  color: #b85f98;
}

.link_info {
  color: #e5cbe0;
  text-transform: inherit;
  font-weight: 300;
  font-family: "bricolage-grotesque", sans-serif;
}
.link_info svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_info:hover, .link_info:focus, .link_info:active {
  color: #013eb1;
}

.link_success {
  color: #363636;
  text-transform: inherit;
  font-weight: 300;
  font-family: "bricolage-grotesque", sans-serif;
}
.link_success svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_success:hover, .link_success:focus, .link_success:active {
  color: #363636;
}

.link_warning {
  color: #eaecf6;
  text-transform: inherit;
  font-weight: 300;
  font-family: "bricolage-grotesque", sans-serif;
}
.link_warning svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_warning:hover, .link_warning:focus, .link_warning:active {
  color: #fff;
}

.link_danger {
  color: #fff;
  text-transform: inherit;
  font-weight: 300;
  font-family: "bricolage-grotesque", sans-serif;
}
.link_danger svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_danger:hover, .link_danger:focus, .link_danger:active {
  color: #b85f98;
}

.btn_icone {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_icone svg {
  height: calc(38px - 55%);
  width: calc(38px - 55%);
  margin: auto;
  position: relative;
}

.list-icone {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-icone li {
  display: inline-block;
}
.list-icone a {
  text-align: center;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-icone a svg {
  height: calc(38px - 55%);
  width: calc(38px - 55%);
  margin: auto;
  position: relative;
}

#top {
  position: fixed;
  margin: auto;
  opacity: 0;
  right: 7%;
  bottom: 70px;
  border-radius: 100%;
  background-color: #363636;
  color: #fff;
  width: 35px;
  height: 35px;
}
#top.is-visible {
  opacity: 1;
}

/* PAROLE - 12.05.2026 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* PAROLE - 12.05.2026 */
/* PAROLE - 12.05.2026 */
/* -------------- */
/* FAQ */
/* -------------- */
.accordion {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.accordion li:not(:first-of-type) button {
  border-top: 1px solid #eaecf6;
}
.accordion button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 21px;
  text-align: left;
  padding: 1rem 0;
}
.accordion button.collapsed svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion button svg {
  width: 1.8rem;
  margin-left: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
}
.accordion .content {
  padding: 1rem 0;
}

/* PAROLE - 12.05.2026 */
/* -------------- */
/* Marquee */
/* -------------- */
.marquee {
  background-color: #eaecf6;
  display: flex;
  overflow: hidden;
  user-select: none;
  padding: 1.5rem 0 1.3rem 0;
}
.marquee:hover {
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
}
.marquee:hover .marquee__group {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
  animation: scrollBanner linear infinite;
}
.marquee .marquee__group.concerts {
  padding-right: 3rem;
}
.marquee .marquee__group.concerts h5:nth-child(even) a {
  color: #b85f98;
}
.marquee .marquee__group.concerts h5:nth-child(odd) a {
  color: #ffdf69;
}
.marquee .marquee__group.message h5:nth-child(odd) {
  color: #b85f98;
}
.marquee .marquee__group.message h5:nth-child(even) {
  color: #ffdf69;
}
.marquee .marquee__group h5 {
  padding-right: 0.5rem;
  margin-bottom: 0;
}
.marquee .marquee__group a, .marquee .marquee__group h5 {
  font-family: "bricolage-grotesque", sans-serif;
  color: #ffdf69;
  font-size: 24px;
  white-space: nowrap;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .marquee .marquee__group a, .marquee .marquee__group h5 {
    font-size: 37px;
  }
}

@keyframes scrollBanner {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 0rem));
  }
}
/* -------------- */
/* Setting */
/* -------------- */
.title-bg {
  display: inline-block;
  background-color: #94a0d6;
  color: #fff;
}
.title-bg svg {
  color: #fff;
}
.title-bg {
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  border-bottom-right-radius: 0 !important;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: calc(480px - 0.2px)) {
  .title-bg {
    display: block;
    text-align: center;
    hyphens: none;
    font-size: 37px;
  }
}

.card-title div {
  background-image: url(../medias/home-block-title.svg);
  background-position: 95% 99%;
  background-size: 66px;
  background-repeat: no-repeat;
}
.home .card-title div {
  position: relative;
}
.home .card-title div:before {
  content: "";
  display: block;
  position: absolute;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  width: 144px;
  height: 73px;
  background-image: url(../medias/home-block-title-top.svg);
  left: -20px;
  top: -36px;
}
@media only screen and (min-width: 992px) {
  .home .card-title div:before {
    top: -10px;
  }
}
.home .card-title div ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.banner .cardImg, .banner .squareImg {
  border-radius: 2rem;
  box-shadow: 0 0.125rem 0.525rem rgba(148, 160, 214, 0.8);
}
.banner .infos {
  display: block;
  color: #94a0d6;
  margin-bottom: 0.5rem;
  font-size: 21px;
}
.banner .title {
  margin-bottom: 1rem;
}/*# sourceMappingURL=style.css.map */