@charset "UTF-8";
/* Reboost Your Mind - Scalp - 18.12.2025 */
/* Hover */
/*------*/
/* Typo */
/*------*/
/*------------*/
/* Responsive */
/*-----------*/
/*----------*/
/* Settings */
/*---------*/
/*Button*/
/*SVG*/
/*Button TOP*/
/*Icone*/
/*Soustraction*/
/*tag*/
/*form*/
/*Other*/
/*------*/
/* MENU */
/*------*/
/* Navbar */
/* Logo */
/* Ecran */
/* SUBMENU */
/* Mobile */
/* Reset */
/* transition */
/* Img */
/* Utilitaires */
/* Bouton */
/* BG */
/* Text color */
/* Filter */
/* tag */
/* Responsive */
/* Shadow */
/* Dégradé */
/* Reboost Your Mind - Scalp - 18.12.2025 */
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: #157fc3;
}
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: #21ade4;
}

/*----------*/
/*-- padding --*/
/*----------*/
.p-m {
  padding: 1.5rem;
}

.px-m {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-m {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.ps-m {
  padding-left: 1.5rem;
}

.pe-m {
  padding-right: 1.5rem;
}

.pt-m {
  padding-top: 1.5rem;
}

.pb-m {
  padding-bottom: 1.5rem;
}

/*----------*/
/*-- 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: #f37037;
  color: #fff;
}
.bg_primary svg {
  color: #fff;
}

.bg_secondary {
  background-color: #157fc3;
  color: #fff;
}
.bg_secondary svg {
  color: #fff;
}

.bg_third {
  background-color: #157fc3;
  color: #fff;
}
.bg_third svg {
  color: #fff;
}

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

.bg_light {
  background-color: #f9f4ec;
  color: #000000;
}
.bg_light svg {
  color: #000000;
}

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

.bg_info {
  background-color: #7ebdbf;
  color: #fff;
}
.bg_info svg {
  color: #fff;
}

.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: #f37037;
}

.fill-secondary {
  fill: #157fc3;
}

.fill-third {
  fill: #157fc3;
}

.fill-dark {
  fill: #000000;
}

.fill-light {
  fill: #f9f4ec;
}

.fill-white {
  fill: #fff;
}

.fill-info {
  fill: #7ebdbf;
}

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

.fill-warning {
  fill: #ff8800;
}

.fill-danger {
  fill: #ec0058;
}

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

.tag_secondary {
  font-size: 0.8rem;
  text-transform: inherit;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #157fc3;
  color: #fff;
}
.tag_secondary svg {
  color: #fff;
}

.tag_third {
  font-size: 0.8rem;
  text-transform: inherit;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #157fc3;
  color: #fff;
}
.tag_third svg {
  color: #fff;
}

.tag_dark {
  font-size: 0.8rem;
  text-transform: inherit;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #000000;
  color: #fff;
}
.tag_dark svg {
  color: #fff;
}

.tag_light {
  font-size: 0.8rem;
  text-transform: inherit;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #f9f4ec;
  color: #000000;
}
.tag_light svg {
  color: #000000;
}

.tag_white {
  font-size: 0.8rem;
  text-transform: inherit;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #fff;
  color: #000000;
}
.tag_white svg {
  color: #000000;
}

.tag_info {
  font-size: 0.8rem;
  text-transform: inherit;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #7ebdbf;
  color: #fff;
}
.tag_info svg {
  color: #fff;
}

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

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

.tag_danger {
  font-size: 0.8rem;
  text-transform: inherit;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  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%);
}

/* Reboost Your Mind - Scalp - 18.12.2025 */
/*----------*/
/*-- FONT --*/
/*----------*/
body {
  font-family: "League Spartan", sans-serif;
  color: #000000;
}

body, p, span, a, .link, button.link {
  font-size: calc(1.03rem + 0.2vw);
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  font-family: "League Spartan", sans-serif;
  text-transform: inherit;
  font-weight: 700;
}
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: calc(2.3rem + 0.35vw);
}
h1 svg, .h1 svg {
  width: calc(2.3rem + 0.35vw);
  height: calc(2.3rem + 0.35vw);
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h1, .h1 {
    line-height: 1;
    font-size: calc(calc(2.3rem + 0.35vw) - 1.5vw);
  }
  h1 svg, .h1 svg {
    width: calc(calc(2.3rem + 0.35vw) - 1.5vw);
    height: calc(calc(2.3rem + 0.35vw) - 1.5vw);
  }
}

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

h3, .h3 {
  font-size: calc(1.8rem + 0.35vw);
}
h3 svg, .h3 svg {
  width: calc(1.8rem + 0.35vw);
  height: calc(1.8rem + 0.35vw);
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h3, .h3 {
    font-size: calc(calc(1.8rem + 0.35vw) - 0.5vw);
  }
  h3 svg, .h3 svg {
    width: calc(calc(1.8rem + 0.35vw) - 0.5vw);
    height: calc(calc(1.8rem + 0.35vw) - 0.5vw);
  }
}

h4, .h4 {
  font-size: calc(1.4rem + 0.015vw);
}
h4 svg, .h4 svg {
  width: calc(1.4rem + 0.015vw);
  height: calc(1.4rem + 0.015vw);
}

h5, .h5, h6, .h6 {
  font-size: calc(1.1rem + 0.015vw);
}
h5 svg, .h5 svg, h6 svg, .h6 svg {
  width: calc(1.1rem + 0.015vw);
  height: calc(1.1rem + 0.015vw);
}

p {
  white-space: normal !important;
}

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

.text_primary {
  color: #f37037;
}

.text_secondary {
  color: #157fc3;
}

.text_third {
  color: #157fc3;
}

.text_dark {
  color: #000000;
}

.text_light {
  color: #f9f4ec;
}

.text_white {
  color: #fff;
}

.text_info {
  color: #7ebdbf;
}

.text_success {
  color: #00a438;
}

.text_warning {
  color: #ff8800;
}

.text_danger {
  color: #ec0058;
}

/* Reboost Your Mind - Scalp - 18.12.2025 */
/* -------------- */
/* Navbar */
/* -------------- */
header {
  background-color: transparent;
  -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: #fff;
}
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 */
/* -------------- */
/* -------------- */
/* Burger */
/* -------------- */
header #showMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: linear-gradient(19deg, #157fc3 0%, #21ade4 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 100;
  padding: 0;
}
header #showMenu:hover, header #showMenu:focus, header #showMenu:active {
  background: #000000;
}
header #showMenu span, header #showMenu span::before, header #showMenu span::after {
  display: block;
  width: 20px;
  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: 7px;
  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: 7px;
  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: #fff !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(0, 0, 0, 0.15);
  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: 70%;
  }
}
@media only screen and (min-width: 1920px) {
  header #showMenu.active #quitMenu {
    width: 80%;
  }
}
header #showMenu span, header #showMenu span::before, header #showMenu span::after {
  background-color: #fff;
}
header.is-scrolled #showMenu span, header.is-scrolled #showMenu span::before, header.is-scrolled #showMenu span::after {
  background-color: #fff;
}

@keyframes opacityAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------- */
/* Menu */
/* -------------- */
header a {
  font-weight: 700;
  text-transform: inherit;
  font-family: "League Spartan", sans-serif;
}
header .menu-container {
  top: 0;
  background: #f37037;
  background: linear-gradient(90deg, #fbae49 0%, #f37037 100%);
  position: fixed;
  overflow: scroll;
  box-sizing: border-box;
  width: 80%;
  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: 30%;
  }
}
@media only screen and (min-width: 1920px) {
  header .menu-container {
    width: 20%;
  }
}
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: calc(1.8rem + 0.35vw);
  margin: 0.7rem 0rem;
  padding: 0.5rem 0rem;
  display: block;
  color: #f9f4ec;
}
header .menu-content a:hover, header .menu-content a:focus, header .menu-content a:active {
  color: #157fc3;
}

/* -------------- */
/* 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: "League Spartan", 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: calc(1.4rem + 0.015vw);
}
.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;
  }
}

/* -------------- */
/* Top menu */
/* -------------- */
html[lang=fr-FR] .qtranxs-lang-menu-item-fr {
  display: none;
}

html[lang=nl-NL] .qtranxs-lang-menu-item-nl {
  display: none;
}

#menu-langues {
  margin-bottom: 0;
  /* Enlève la langue active */
  /* Affiche le sous-menu */
}
#menu-langues .menu-item-has-children > a {
  display: none;
}
#menu-langues .sub-menu {
  display: block !important;
}

.top-menu {
  background: #157fc3;
  background: linear-gradient(90deg, #157fc3 0%, #21ade4 100%);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  text-align: right;
}
.top-menu a {
  color: #f9f4ec;
}

/* -------------- */
/* Menu hors */
/* -------------- */
#menu-principal-top {
  display: flex;
}
@media only screen and (max-width: calc(1200px - 0.2px)) {
  #menu-principal-top {
    display: none;
  }
}
#menu-principal-top .btn_don a {
  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: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: #f37037;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(19deg, #f37037 0%, #fbae49 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menu-principal-top .btn_don a:hover, #menu-principal-top .btn_don a:focus, #menu-principal-top .btn_don a:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fbae49;
  color: #fff !important;
  border-color: transparent;
}
#menu-principal-top .btn_don a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu-principal-top .btn_don a svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
#menu-principal-top .btn_don a:hover, #menu-principal-top .btn_don a:focus, #menu-principal-top .btn_don a:active {
  background: #000000;
}
#menu-principal-top .btn_icone {
  background: linear-gradient(19deg, #157fc3 0%, #21ade4 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #f9f4ec;
}
#menu-principal-top .btn_icone:hover, #menu-principal-top .btn_icone:focus, #menu-principal-top .btn_icone:active {
  background: #000000;
}
#menu-principal-top li:not(.btn_don) a:not(.btn_icone), #menu-principal-top li:not(.btn_don) button:not(.btn_icone) {
  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: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: #157fc3;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(19deg, #157fc3 0%, #21ade4 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menu-principal-top li:not(.btn_don) a:not(.btn_icone):hover, #menu-principal-top li:not(.btn_don) a:not(.btn_icone):focus, #menu-principal-top li:not(.btn_don) a:not(.btn_icone):active, #menu-principal-top li:not(.btn_don) button:not(.btn_icone):hover, #menu-principal-top li:not(.btn_don) button:not(.btn_icone):focus, #menu-principal-top li:not(.btn_don) button:not(.btn_icone):active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #21ade4;
  color: #fff !important;
  border-color: transparent;
}
#menu-principal-top li:not(.btn_don) a:not(.btn_icone) span, #menu-principal-top li:not(.btn_don) button:not(.btn_icone) span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu-principal-top li:not(.btn_don) a:not(.btn_icone) svg, #menu-principal-top li:not(.btn_don) button:not(.btn_icone) svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
#menu-principal-top li:not(.btn_don) a:not(.btn_icone):hover, #menu-principal-top li:not(.btn_don) a:not(.btn_icone):focus, #menu-principal-top li:not(.btn_don) a:not(.btn_icone):active, #menu-principal-top li:not(.btn_don) button:not(.btn_icone):hover, #menu-principal-top li:not(.btn_don) button:not(.btn_icone):focus, #menu-principal-top li:not(.btn_don) button:not(.btn_icone):active {
  background: #000000;
}
#menu-principal-top a {
  font-size: calc(1.1rem + 0.015vw) !important;
  border-width: 0 !important;
}

#menu-header-search .btn_icone {
  background: linear-gradient(19deg, #157fc3 0%, #21ade4 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #f9f4ec;
}
#menu-header-search .btn_icone:hover, #menu-header-search .btn_icone:focus, #menu-header-search .btn_icone:active {
  background: #000000;
}
#menu-header-search .search-btn-control {
  display: none;
}

#menu-principal-top, #menu-header-search {
  margin-bottom: 0;
}
#menu-principal-top li, #menu-header-search li {
  margin-right: 0.75rem;
}

/* -------------- */
/* Sous-menu */
/* -------------- */
@media (min-width: 1200px) {
  #menu-principal-top .menu-item-has-children:not(.qtranxs-lang-menu) {
    position: relative;
  }
  #menu-principal-top .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 315px;
    width: 100%;
    text-align: left;
    list-style: none;
    background: #157fc3;
    background: linear-gradient(90deg, #157fc3 0%, #21ade4 100%);
    background-clip: padding-box;
    padding: 0;
    margin: -2px 0 0 0;
    border-top: 5px solid transparent;
  }
  #menu-principal-top .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li {
    background: transparent !important;
  }
  #menu-principal-top .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li:not(:last-of-type) a {
    border-bottom: 2px solid #fff !important;
    border-radius: 0 !important;
  }
  #menu-principal-top .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a {
    display: block;
    padding: 0.75rem 1rem !important;
    font-size: calc(1.4rem + 0.015vw);
    color: #fff !important;
    background: transparent !important;
    text-align: left;
    font-weight: 300;
  }
  #menu-principal-top .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:hover, #menu-principal-top .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:focus, #menu-principal-top .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:active {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  #menu-principal-top .menu-item-has-children:not(.qtranxs-lang-menu):hover .sub-menu, #menu-principal-top .menu-item-has-children:not(.qtranxs-lang-menu).active .sub-menu {
    display: block;
  }
}
#menu .sub-menu a {
  font-size: calc(1.4rem + 0.015vw) !important;
}

/* -------------- */
/* Search Form */
/* -------------- */
#menuSearchForm {
  position: fixed;
  width: 260px;
  background-color: #f9f4ec;
  padding: 1rem;
  margin-top: 1rem;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menuSearchForm.open {
  opacity: 1;
  right: 0;
}
#menuSearchForm.close {
  right: -260px;
  opacity: 0;
  z-index: -1;
}
#menuSearchForm button {
  background: linear-gradient(19deg, #157fc3 0%, #21ade4 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #fff;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
#menuSearchForm button:hover, #menuSearchForm button:focus, #menuSearchForm button:active {
  background: #000000;
}

/* Reboost Your Mind - Scalp - 18.12.2025 */
/* -------------- */
/* Home */
/* -------------- */
.home {
  background: #f37037;
  background: linear-gradient(90deg, #fbae49 0%, #f37037 100%);
}
.home header #logo {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home header.is-scrolled #logo {
  opacity: 1;
}
.home .title {
  margin-bottom: 1.5rem;
}

.triangle {
  position: absolute;
  bottom: -1px;
}

#home .banner.cardImg {
  min-height: 90vh;
}
#home .banner .title {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 100px;
}
#home .banner figure {
  padding-top: 60px;
}
#home .banner img {
  width: calc(350px + 10vw);
  max-width: 90%;
}
#home .banner article {
  position: relative;
  z-index: 1;
}
#home .banner:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
#home .triangle {
  bottom: -20px !important;
}

#about {
  z-index: 6;
  position: relative;
  color: #fff;
}
#about article, #about p {
  color: #fff;
}

.slider-4 .slider-controls {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 0;
}
.slider-4 .swiper-wrapper {
  align-items: start;
}
.slider-4 .swiper-slide {
  height: auto;
}
@media only screen and (min-width: 992px) {
  .slider-4 .swiper-slide:nth-child(3n+2) {
    margin-top: -35px;
  }
}
.slider-4 .slider-button-prev, .slider-4 .slider-button-next {
  color: #157fc3;
  padding: 0 1rem;
}
.slider-4 .slider-button-prev.swiper-button-disabled, .slider-4 .slider-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.slider-4 .slider-button-prev svg, .slider-4 .slider-button-next svg {
  width: 2rem;
  height: 2rem;
}
.slider-4 .sliper-pagination {
  position: relative;
  width: auto !important;
}
.slider-4 .swiper-pagination-bullets {
  width: auto !important;
}
.slider-4 .swiper-pagination-bullet {
  background-color: #157fc3;
}
.slider-4 .swiper-pagination-bullet-active {
  background-color: #157fc3;
}

#don .content-img {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  #don .content-img img {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  #don .content-img img {
    border-radius: 2rem;
    margin-bottom: 75px;
  }
}
#don .content-text > div {
  position: relative;
  background: #157fc3;
  background: linear-gradient(90deg, #157fc3 0%, #21ade4 100%);
  color: #fff;
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  #don .content-text > div {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  #don .content-text > div {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
  #don .content-text > div:before {
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    left: -100px;
    top: 0;
    background-color: #157fc3;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
}

#divider-img {
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #divider-img {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 992px) {
  #divider-img {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1200px) {
  #divider-img {
    margin-top: -150px;
  }
}

#comment {
  background-image: url(../medias/comment-fond.webp);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: top left;
  z-index: 1;
  position: relative;
  color: #fff;
  border-bottom: 35px solid #fbae49;
}

/* Reboost Your Mind - Scalp - 18.12.2025 */
/* -------------- */
/* Page */
/* -------------- */
#page .banner-container {
  position: relative;
  margin-bottom: 3rem;
}
#page .banner {
  height: 65vh;
  display: flex;
  align-items: end;
}
#page .banner:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
}
#page .banner figcaption {
  position: relative;
  z-index: 1;
}
#page .title-page {
  color: #fff;
  padding-bottom: 20vh;
  text-transform: uppercase;
}
#page .squareImg, #page img {
  border-radius: 2rem;
}

#contenu .content-editor .title {
  color: #157fc3;
}
#contenu .content-editor h1 {
  font-size: calc(1.8rem + 0.35vw);
  color: #f37037;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  #contenu .content-editor:nth-child(odd) 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;
  }
}
#contenu .content-editor .content-text h1, #contenu .content-editor .content-text h2, #contenu .content-editor .content-text h3, #contenu .content-editor .content-text h4, #contenu .content-editor .content-text h5, #contenu .content-editor .content-text h6, #contenu .content-editor .content-text .h1, #contenu .content-editor .content-text .h2, #contenu .content-editor .content-text .h3, #contenu .content-editor .content-text .h4, #contenu .content-editor .content-text .h5, #contenu .content-editor .content-text .h6 {
  color: #157fc3;
  margin-top: 2rem;
}
#contenu .content-editor .content-text-aside article {
  border: 2px solid #157fc3;
  border-radius: 2rem;
  padding: 1.5rem;
}

.accordion ul:not(.accordion), .content-editor ul:not(.accordion) {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
.accordion ul:not(.accordion) li, .content-editor ul:not(.accordion) li {
  display: flex;
  align-items: start;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.accordion ul:not(.accordion) li:before, .content-editor ul:not(.accordion) li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../medias/fusee-bullet.svg);
  flex: 0 0 auto;
  margin-right: 0.35rem;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.footer_page {
  overflow: hidden;
  border-radius: 2rem;
}
.footer_page .content-text {
  background: #f37037;
  background: linear-gradient(90deg, #fbae49 0%, #f37037 100%);
  padding: 1.5rem;
  height: 100%;
  display: flex;
}
.footer_page img {
  border-radius: 0 !important;
}
.footer_page article {
  color: #fff;
  margin: auto;
  text-align: center;
}
.footer_page .title {
  margin-top: 1rem;
}
.footer_page ul {
  list-style: none;
  padding-left: 0;
}
.footer_page a {
  color: #fff !important;
  font-weight: 700;
}
.footer_page a:hover, .footer_page a:focus, .footer_page a:active {
  color: #157fc3 !important;
}
.footer_page .link_tel {
  font-size: calc(1.8rem + 0.35vw) !important;
  color: #157fc3 !important;
  background-color: #f9f4ec;
  border-radius: 3rem;
  padding: 0.6rem 1.3rem 0.1rem 1.3rem;
  margin: 0.5rem auto 1.5rem auto;
  display: inline-block;
}
.footer_page .link_tel:hover, .footer_page .link_tel:focus, .footer_page .link_tel:active {
  color: #f9f4ec !important;
  background: #157fc3;
  background: linear-gradient(90deg, #157fc3 0%, #21ade4 100%);
}

#breadcrumb ul {
  padding-left: 0;
  list-style: none;
  text-align: center;
  background-color: #f9f4ec;
  padding: 1rem;
  border-radius: 2rem;
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb li:not(:first-of-type):before {
  content: "•";
  display: inline-block;
  color: #f37037;
  padding: 0 0.35rem;
}

/* Reboost Your Mind - Scalp - 18.12.2025 */
/* -------------- */
/* Cards */
/* -------------- */
.card-item {
  padding: 1.5rem;
  border-radius: 2rem;
  border: 2px solid #157fc3;
  position: relative;
  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;
}
.card-item:hover, .card-item:focus, .card-item:active {
  background-color: rgba(33, 173, 228, 0.3);
}
.card-item:hover svg:not(.arrow), .card-item:focus svg:not(.arrow), .card-item:active svg:not(.arrow) {
  animation: 300ms ease-in fusee;
  animation-fill-mode: forwards;
}
.card-item:hover .arrow, .card-item:focus .arrow, .card-item:active .arrow {
  animation: 200ms ease-in arrow;
  animation-delay: 150ms;
  animation-fill-mode: forwards;
}
.card-item svg {
  fill: #21ade4;
  width: 30px;
  margin-bottom: 0.5rem;
}
.card-item .arrow {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  position: absolute;
}
.card-item .tags, .card-item .date {
  display: block;
}
.card-item .tags {
  line-height: 1.2;
}
.card-item .title {
  margin-bottom: 0;
}
.card-item .date {
  margin: 0.25rem 0;
  font-size: 14px !important;
}
.card-item .title, .card-item .tags {
  font-size: calc(1.1rem + 0.015vw);
}

@keyframes fusee {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0) translate(0, 0);
    -moz-transform: rotate(0) translate(0, 0);
    -ms-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(29px, -2px);
    -moz-transform: rotate(-45deg) translate(29px, -2px);
    -ms-transform: rotate(-45deg) translate(29px, -2px);
    transform: rotate(-45deg) translate(29px, -2px);
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
/* Reboost Your Mind - Scalp - 18.12.2025 */
/* -------------- */
/* Footer */
/* -------------- */
footer {
  background-color: #f9f4ec;
  color: #157fc3;
  background-image: url(../medias/footer.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  footer .middle {
    border-bottom: 2px solid #157fc3;
  }
}
@media only screen and (min-width: 992px) {
  footer .middle {
    border-left: 2px solid #157fc3;
    border-right: 2px solid #157fc3;
  }
}
footer ul:not(.list-icone) a, footer .copy a {
  color: #21ade4;
}
footer ul:not(.list-icone) a:hover, footer ul:not(.list-icone) a:focus, footer ul:not(.list-icone) a:active, footer .copy a:hover, footer .copy a:focus, footer .copy a:active {
  color: #157fc3;
}

.list-icone a {
  background-color: #157fc3;
  color: #f9f4ec !important;
}
.list-icone a:hover, .list-icone a:focus, .list-icone a:active {
  background-color: #21ade4;
  color: #f9f4ec;
}

.btn_don_footer a {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* Reboost Your Mind - Scalp - 18.12.2025 */
/* Form design */
input:not([type=checkbox], [type=submit], [type=radio]), textarea, select, .form-control {
  display: block;
  width: 100%;
  border-radius: 2rem;
  border: 2px solid #157fc3;
  padding: 1.1rem;
  line-height: 1.1;
  background-color: transparent;
  color: #157fc3;
  -webkit-appearance: none;
}
input:not([type=checkbox], [type=submit], [type=radio]):focus, input:not([type=checkbox], [type=submit], [type=radio]):active, textarea:focus, textarea:active, select:focus, select:active, .form-control:focus, .form-control:active {
  border: 2px solid #21ade4;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}

label, .forminator-label {
  margin-bottom: 0.5rem;
  color: #157fc3;
  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: 700;
  color: #ec0058;
  margin-top: 0.5rem;
  display: block;
}

.forminator-response-message {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
  border-radius: 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;
}

/* Reboost Your Mind - Scalp - 18.12.2025 */
/*----------*/
/*-- Buttons  --*/
/*----------*/
/* Reset */
a {
  text-decoration: none;
  font-family: "League Spartan", 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: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: #f37037;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: #fbae49;
  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: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: #157fc3;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: #21ade4;
  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: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: #157fc3;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: #000000;
  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: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: #000000;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: #000000;
  color: #fff !important;
  border-color: #000000;
}
.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: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: #f9f4ec;
  color: #000000 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: #000000 !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: 2px;
  border-style: solid;
  border-color: #fff;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: #fff;
  color: #000000 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: #000000;
  color: #fff !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: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: #7ebdbf;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: #00a438;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: #ff8800;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: #ec0058;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: #000000;
  color: #fff !important;
  border-color: #000000;
}
.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: 2px;
  border-style: solid;
  border-color: #f37037;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: transparent;
  color: #f37037 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: #f37037;
  color: #fff !important;
  border-color: #f37037;
}
.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: 2px;
  border-style: solid;
  border-color: #157fc3;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: transparent;
  color: #157fc3 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: #157fc3;
  color: #fff !important;
  border-color: #157fc3;
}
.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: 2px;
  border-style: solid;
  border-color: #157fc3;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: transparent;
  color: #157fc3 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: #157fc3;
  color: #fff !important;
  border-color: #157fc3;
}
.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: 2px;
  border-style: solid;
  border-color: #000000;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: #000000;
  color: #fff !important;
  border-color: #000000;
}
.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: 2px;
  border-style: solid;
  border-color: #f9f4ec;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: transparent;
  color: #f9f4ec !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: #f9f4ec;
  color: #000000 !important;
  border-color: #f9f4ec;
}
.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: 2px;
  border-style: solid;
  border-color: #fff;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: transparent;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: #000000 !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: 2px;
  border-style: solid;
  border-color: #7ebdbf;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: transparent;
  color: #7ebdbf !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: #7ebdbf;
  color: #fff !important;
  border-color: #7ebdbf;
}
.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: 2px;
  border-style: solid;
  border-color: #00a438;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: transparent;
  color: #00a438 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: 2px;
  border-style: solid;
  border-color: #ff8800;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: transparent;
  color: #ff8800 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: 2px;
  border-style: solid;
  border-color: #ec0058;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: transparent;
  color: #ec0058 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 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: #f37037;
  text-transform: inherit;
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
}
.link_primary svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_primary:hover, .link_primary:focus, .link_primary:active {
  color: #fbae49;
}

.link_secondary {
  color: #157fc3;
  text-transform: inherit;
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
}
.link_secondary svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_secondary:hover, .link_secondary:focus, .link_secondary:active {
  color: #21ade4;
}

.link_third {
  color: #157fc3;
  text-transform: inherit;
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
}
.link_third svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_third:hover, .link_third:focus, .link_third:active {
  color: #000000;
}

.link_dark {
  color: #000000;
  text-transform: inherit;
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
}
.link_dark svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_dark:hover, .link_dark:focus, .link_dark:active {
  color: #000000;
}

.link_light {
  color: #f9f4ec;
  text-transform: inherit;
  font-weight: 700;
  font-family: "League Spartan", 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: 700;
  font-family: "League Spartan", sans-serif;
}
.link_white svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_white:hover, .link_white:focus, .link_white:active {
  color: #157fc3;
}

.link_info {
  color: #7ebdbf;
  text-transform: inherit;
  font-weight: 700;
  font-family: "League Spartan", 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: #000000;
  text-transform: inherit;
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
}
.link_success svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_success:hover, .link_success:focus, .link_success:active {
  color: #000000;
}

.link_warning {
  color: #f9f4ec;
  text-transform: inherit;
  font-weight: 700;
  font-family: "League Spartan", 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: 700;
  font-family: "League Spartan", sans-serif;
}
.link_danger svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_danger:hover, .link_danger:focus, .link_danger:active {
  color: #157fc3;
}

.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: #000000;
  color: #fff;
  width: 35px;
  height: 35px;
}
#top.is-visible {
  opacity: 1;
}

/* Reboost Your Mind - Scalp - 18.12.2025 */
/* 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;
  }
}
/* Reboost Your Mind - Scalp - 18.12.2025 */
/* Reboost Your Mind - Scalp - 18.12.2025 */
/* -------------- */
/* FAQ */
/* -------------- */
.accordion {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.accordion li:not(:first-of-type) button {
  border-top: 2px solid #f9f4ec;
}
.accordion button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(1.4rem + 0.015vw);
  text-align: left;
  padding: 1rem 0;
  color: #157fc3;
}
.accordion button svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion button.collapsed svg {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.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;
}

/* Reboost Your Mind - Scalp - 18.12.2025 */
/* -------------- */
/* Marquee */
/* -------------- */
.marquee {
  background-color: #f9f4ec;
  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: #f37037;
}
.marquee .marquee__group.concerts h5:nth-child(odd) a {
  color: #157fc3;
}
.marquee .marquee__group.message h5:nth-child(odd) {
  color: #f37037;
}
.marquee .marquee__group.message h5:nth-child(even) {
  color: #157fc3;
}
.marquee .marquee__group h5 {
  padding-right: 0.5rem;
  margin-bottom: 0;
}
.marquee .marquee__group a, .marquee .marquee__group h5 {
  font-family: "League Spartan", sans-serif;
  color: #157fc3;
  font-size: calc(1.8rem + 0.35vw);
  white-space: nowrap;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .marquee .marquee__group a, .marquee .marquee__group h5 {
    font-size: calc(2rem + 0.35vw);
  }
}

@keyframes scrollBanner {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 0rem));
  }
}
/* -------------- */
/* Setting */
/* -------------- */
body {
  font-weight: 300;
}

.infos_contact {
  color: #157fc3;
}

/* -------------- */
/* Boutons */
/* -------------- */
.btn_don, .btn_primary, .btn_secondary, .btn_don a, .btn_primary a, .btn_secondary a {
  border-width: 0;
}
.btn_don:hover, .btn_don:focus, .btn_don:active, .btn_primary:hover, .btn_primary:focus, .btn_primary:active, .btn_secondary:hover, .btn_secondary:focus, .btn_secondary:active, .btn_don a:hover, .btn_don a:focus, .btn_don a:active, .btn_primary a:hover, .btn_primary a:focus, .btn_primary a:active, .btn_secondary a:hover, .btn_secondary a:focus, .btn_secondary a:active {
  border-width: 0;
}

.btn_don a, a.btn_don {
  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: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.4rem 1.2rem 0.35rem 1.2rem !important;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1.03rem + 0.2vw);
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  background-color: #f37037;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(19deg, #f37037 0%, #fbae49 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-width: 0 !important;
}
.btn_don a:hover, .btn_don a:focus, .btn_don a:active, a.btn_don:hover, a.btn_don:focus, a.btn_don:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fbae49;
  color: #fff !important;
  border-color: transparent;
}
.btn_don a span, a.btn_don span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_don a svg, a.btn_don svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
.btn_don a:hover, .btn_don a:focus, .btn_don a:active, a.btn_don:hover, a.btn_don:focus, a.btn_don:active {
  background: #000000;
}

.btn_primary {
  background: linear-gradient(19deg, #f37037 0%, #fbae49 100%);
  -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 {
  background: #000000;
}

.btns_fixes {
  position: fixed;
  z-index: 10;
  top: 45vh;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .btns_fixes {
    top: 30vh;
  }
}

.btn_tel_fixe, .btn_al_fixe {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  padding: 0.85rem 1.3rem 0.65rem 1.3rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0.5rem;
  position: relative;
  border: 2px solid #f9f4ec;
  border-right: 0 solid transparent;
  right: -128px;
  -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 (min-width: 768px) {
  .btn_tel_fixe, .btn_al_fixe {
    right: -212px;
  }
}
.btn_tel_fixe:hover, .btn_tel_fixe:focus, .btn_tel_fixe:active, .btn_al_fixe:hover, .btn_al_fixe:focus, .btn_al_fixe:active {
  right: 0;
}
.btn_tel_fixe:hover span, .btn_tel_fixe:focus span, .btn_tel_fixe:active span, .btn_al_fixe:hover span, .btn_al_fixe:focus span, .btn_al_fixe:active span {
  opacity: 1;
}
.btn_tel_fixe span, .btn_al_fixe span {
  opacity: 0;
  font-size: 20px;
  color: #f9f4ec;
  line-height: 1;
  -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 (min-width: 768px) {
  .btn_tel_fixe span, .btn_al_fixe span {
    font-size: 35px;
  }
}
.btn_tel_fixe svg, .btn_al_fixe svg {
  height: 35px;
  width: auto;
  margin-right: 0.35rem;
}
@media only screen and (min-width: 768px) {
  .btn_tel_fixe svg, .btn_al_fixe svg {
    height: 45px;
    width: auto;
  }
}

.btn_tel_fixe {
  background-color: #157fc3;
  color: #fff;
  font-weight: 700;
}
.btn_tel_fixe svg {
  color: #fff;
}

.btn_al_fixe {
  background-color: #f37037;
  color: #fff;
  font-weight: 700;
}
.btn_al_fixe svg {
  color: #fff;
}

/* -------------- */
/* Titres */
/* -------------- */
.title-bleu {
  color: #157fc3;
  font-size: calc(1.8rem + 0.35vw);
}
.title-bleu:before {
  content: "";
  display: block;
  width: calc(1.8rem + 0.35vw);
  height: calc(1.8rem + 0.35vw);
  background-image: url("../medias/fusee-bleu.svg");
  display: inline-block;
  margin-right: 0.75rem;
  position: relative;
  top: 7px;
}

.title-blanc {
  color: #fff;
  font-size: calc(1.8rem + 0.35vw);
}
.title-blanc:before {
  content: "";
  display: block;
  width: calc(1.8rem + 0.35vw);
  height: calc(1.8rem + 0.35vw);
  background-image: url("../medias/fusee-blanc.svg");
  display: inline-block;
  margin-right: 0.75rem;
  position: relative;
  top: 7px;
}

.title-degrade-bleu {
  background: linear-gradient(to right, #21ade4, #157fc3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}/*# sourceMappingURL=style.css.map */