@charset "UTF-8";
@import "plugins/bootstrap5-2.min.css";
@import url("https://use.typekit.net/luj4ayz.css");
/* Colors #f0efe8 */
/* Hover */
/*C853FF*/
/*------*/
/* Typo */
/*------*/
/*------------*/
/* Responsive */
/*-----------*/
/*----------*/
/* Settings */
/*---------*/
/*Button*/
/*Button TOP*/
/*Icone*/
/*Soustraction*/
/*Link*/
/*tag*/
/*form*/
/*Other*/
/*------*/
/* MENU */
/*------*/
/* Text */
/* Reset */
/* transition */
/* Utilitaires */
/* Bouton */
/* BG */
/* Text color */
/* Filter */
/* tag */
/* Responsive */
/*----------*/
/*-- Buttons  --*/
/*----------*/
/* Reset */
a {
  text-decoration: none;
  font-family: "input-mono", monospace;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a[href^="mailto:"] {
  text-transform: lowercase !important;
}
@media only screen and (max-width: 576px) {
  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;
  top: -2px;
}

.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: 1.1rem !important;
  line-height: 1.1rem;
  border-radius: 0;
  font-size: calc(1rem + 0.025vw);
  font-weight: 600;
  background-color: #4223f1;
  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: #dbd9e4;
  color: #040008 !important;
  border-color: transparent;
}
.btn_primary svg {
  position: relative;
  top: -3px;
}

.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: 1.1rem !important;
  line-height: 1.1rem;
  border-radius: 0;
  font-size: calc(1rem + 0.025vw);
  font-weight: 600;
  background-color: #dbd9e4;
  color: #040008 !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: #4223f1;
  color: #f0efe8 !important;
  border-color: transparent;
}
.btn_secondary svg {
  position: relative;
  top: -3px;
}

.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: 1.1rem !important;
  line-height: 1.1rem;
  border-radius: 0;
  font-size: calc(1rem + 0.025vw);
  font-weight: 600;
  background-color: #4223f1;
  color: #dbd9e4 !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: #dbd9e4;
  color: #f0efe8 !important;
  border-color: transparent;
}
.btn_third svg {
  position: relative;
  top: -3px;
}

.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: 1.1rem !important;
  line-height: 1.1rem;
  border-radius: 0;
  font-size: calc(1rem + 0.025vw);
  font-weight: 600;
  background-color: #040008;
  color: #f0efe8 !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: #dbd9e4;
  color: #2f2b2a !important;
  border-color: transparent;
}
.btn_dark svg {
  position: relative;
  top: -3px;
}

.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: 1.1rem !important;
  line-height: 1.1rem;
  border-radius: 0;
  font-size: calc(1rem + 0.025vw);
  font-weight: 600;
  background-color: #f2f2f2;
  color: #040008 !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: #dbd9e4;
  color: #040008 !important;
  border-color: transparent;
}
.btn_light svg {
  position: relative;
  top: -3px;
}

.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: transparent;
  padding: 1.1rem !important;
  line-height: 1.1rem;
  border-radius: 0;
  font-size: calc(1rem + 0.025vw);
  font-weight: 600;
  background-color: #fff;
  color: #4223f1 !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: #4223f1;
  color: #f0efe8 !important;
  border-color: transparent;
}
.btn_white svg {
  position: relative;
  top: -3px;
}

.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: #4223f1;
  padding: 1.1rem !important;
  line-height: 1.1rem;
  border-radius: 0;
  font-size: calc(1rem + 0.025vw);
  font-weight: 600;
  background-color: transparent;
  color: #4223f1 !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: #4223f1;
  color: #fff !important;
  border-color: #4223f1;
}
.btn_outline_primary svg {
  position: relative;
  top: -3px;
}

.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: #dbd9e4;
  padding: 1.1rem !important;
  line-height: 1.1rem;
  border-radius: 0;
  font-size: calc(1rem + 0.025vw);
  font-weight: 600;
  background-color: transparent;
  color: #dbd9e4 !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: #dbd9e4;
  color: #f0efe8 !important;
  border-color: #dbd9e4;
}
.btn_outline_secondary svg {
  position: relative;
  top: -3px;
}

.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: #4223f1;
  padding: 1.1rem !important;
  line-height: 1.1rem;
  border-radius: 0;
  font-size: calc(1rem + 0.025vw);
  font-weight: 600;
  background-color: transparent;
  color: #4223f1 !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: #4223f1;
  color: #f0efe8 !important;
  border-color: #4223f1;
}
.btn_outline_third svg {
  position: relative;
  top: -3px;
}

.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: #040008;
  padding: 1.1rem !important;
  line-height: 1.1rem;
  border-radius: 0;
  font-size: calc(1rem + 0.025vw);
  font-weight: 600;
  background-color: transparent;
  color: #040008 !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: #040008;
  color: #2f2b2a !important;
  border-color: #040008;
}
.btn_outline_dark svg {
  position: relative;
  top: -3px;
}

.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: #f2f2f2;
  padding: 1.1rem !important;
  line-height: 1.1rem;
  border-radius: 0;
  font-size: calc(1rem + 0.025vw);
  font-weight: 600;
  background-color: transparent;
  color: #f2f2f2 !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: #f2f2f2;
  color: #040008 !important;
  border-color: #f2f2f2;
}
.btn_outline_light svg {
  position: relative;
  top: -3px;
}

.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: 1.1rem !important;
  line-height: 1.1rem;
  border-radius: 0;
  font-size: calc(1rem + 0.025vw);
  font-weight: 600;
  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: #4223f1 !important;
  border-color: #fff;
}
.btn_outline_white svg {
  position: relative;
  top: -3px;
}

.link_primary {
  color: #4223f1;
}
.link_primary:hover, .link_primary:focus, .link_primary:active {
  color: #dbd9e4;
}

.link_secondary {
  color: #dbd9e4;
}
.link_secondary:hover, .link_secondary:focus, .link_secondary:active {
  color: #4223f1;
}

.link_third {
  color: #4223f1;
}
.link_third:hover, .link_third:focus, .link_third:active {
  color: #dbd9e4;
}

.link_dark {
  color: #040008;
}
.link_dark:hover, .link_dark:focus, .link_dark:active {
  color: #dbd9e4;
}

.link_light {
  color: #f2f2f2;
}
.link_light:hover, .link_light:focus, .link_light:active {
  color: #dbd9e4;
}

.link_white {
  color: #fff;
}
.link_white:hover, .link_white:focus, .link_white:active {
  color: rgba(255, 255, 255, 0.5);
}

.btn_icone {
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 0;
  padding: 0;
  text-align: center;
}
.btn_icone svg {
  height: calc(37px - 50%);
  width: calc(37px - 50%);
  top: -3px;
  position: relative;
}

.list-icone {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-icone li {
  display: inline-block;
}
.list-icone a {
  display: block;
  text-align: center;
  border-radius: 0;
  width: 37px;
  height: 37px;
  line-height: 37px;
}
.list-icone a svg {
  height: calc(37px - 50%);
  width: calc(37px - 50%);
  top: -2px;
  position: relative;
}

.top-container #top {
  position: fixed;
  margin: auto;
  opacity: 0;
  right: 7%;
  bottom: 70px;
}
.top-container #top.is-visible {
  opacity: 1;
}

/* -- MENU wordpress -- */
header {
  background-color: #f0efe8;
}
header nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 0;
}
header ul li a {
  font-weight: 200;
  text-transform: uppercase;
}
header .sub-menu {
  border: 0;
  border-radius: 0;
  width: 100%;
}
header .sub-menu li {
  display: block;
  width: 100%;
}
header .sub-menu li a {
  display: block;
}
header .menu-item-has-children > 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;
}
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;
}

/* -- MENU écran -- */
@media (min-width: 1200px) {
  header #showMenu {
    display: none;
  }
  header .menu-content {
    padding: 1rem 0;
    margin: 0;
  }
  header .menu-content .menu-item {
    display: inline-block;
  }
  header .menu-content .menu-item a {
    font-size: calc(1.15rem + 0.015vw);
    font-weight: 600;
    padding: 0.5rem 1rem;
    color: #4223f1;
  }
  header .menu-content .menu-item a.active, header .menu-content .menu-item a:hover {
    color: #4223f1;
  }
  header .menu-item-has-children {
    position: relative;
  }
  header .menu-item-has-children a {
    padding: 0.5rem 1rem;
  }
  header .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 200px;
    width: 100%;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    text-align: left;
    list-style: none;
    background-color: #f0efe8;
    background-clip: padding-box;
  }
  header .menu-item-has-children .sub-menu a {
    color: #4223f1 !important;
  }
  header .menu-item-has-children .sub-menu .menu-item:active, header .menu-item-has-children .sub-menu .menu-item:hover, header .menu-item-has-children .sub-menu .menu-item:focus {
    color: #4223f1;
    background-color: rgba(0, 0, 0, 0.35);
  }
  header .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}
/* -- .MENU écran -- */
/* -- MENU Mobile-- */
@media (max-width: 1200px) {
  header #showMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 100;
  }
  header #showMenu span, header #showMenu span::before, header #showMenu span::after {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #4223f1;
    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: 10px;
    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: 10px;
    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;
  }
  header #showMenu.active span::before, header #showMenu.active span::after {
    background-color: #4223f1;
  }
  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 .menu-container {
    top: -100%;
    background: #f0efe8;
    position: fixed;
    overflow: scroll;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
  }
  header .menu-container.open {
    top: 0;
    display: flex;
  }
  header .menu-content {
    padding: 2rem 3rem;
    margin-top: 15vh;
    max-width: 100%;
  }
  header .menu-item {
    list-style: none;
  }
  header .menu-item a {
    color: #4223f1;
    font-size: calc(1.15rem + 0.015vw);
    font-weight: 600;
    padding: 0.5rem 1rem;
    margin: 0.7rem 0rem;
    display: block;
  }
  header .menu-item a:hover {
    color: #4223f1;
  }
  header .menu-item-has-children {
    position: relative;
  }
  header .menu-item-has-children .sub-menu {
    display: none;
  }
  header .menu-item-has-children:focus .sub-menu, header .menu-item-has-children:hover .sub-menu, header .menu-item-has-children:active .sub-menu {
    display: block;
    position: absolute;
    right: -350px;
    padding-left: 1.5rem;
    width: 350px;
    top: -10px;
  }
}
/* -- .MENU Mobile -- */
@media only screen and (max-width: 768px) {
  .menu-item-has-children:focus .sub-menu, .menu-item-has-children:hover .sub-menu, .menu-item-has-children:active .sub-menu {
    display: block;
    right: 0 !important;
    width: 350px;
    max-width: 100% !important;
    top: 0 !important;
    position: relative !important;
  }
}
/*----------------------*/
/* -------------------- */
/* Animations */
/* -------------------- */
/*----------------------*/
/* -------------------- */
/* Animation bouton */
/* -------------------- */
/*https://ianlunn.github.io/Hover/*/
/* -------------------- */
/* Scroll fire */
/* -------------------- */
.fadeScroll, .fadeScrollRight, .fadeScrollLeft, .fadeElemTimeline {
  opacity: 1;
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.fadeScroll.not-visible, .fadeScrollRight.not-visible, .fadeScrollLeft.not-visible, .fadeElemTimeline.not-visible {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .fadeScroll, .fadeScrollRight, .fadeScrollLeft, .fadeElemTimeline {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .fadeScroll.not-visible, .fadeScrollRight.not-visible, .fadeScrollLeft.not-visible, .fadeElemTimeline.not-visible {
    -webkit-transform: translateY(20px) !important;
    -moz-transform: translateY(20px) !important;
    -ms-transform: translateY(20px) !important;
    transform: translateY(20px) !important;
  }
}
@media (min-width: 991.98px) {
  .fadeScrollRight, .fadeScrollLeft, .fadeElemTimeline {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .fadeScrollRight.not-visible {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
  .fadeScrollLeft.not-visible {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .fadeScroll {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .fadeScroll.not-visible {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
}
/*----------*/
/*-- FONT --*/
/*----------*/
body {
  font-family: "input-mono", monospace;
  color: #040008;
}

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

.btn, .link {
  font-family: "input-mono", monospace;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  font-family: "input-mono", monospace;
}
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(4rem + 0.015vw);
}
h1 svg, .h1 svg {
  width: calc(4rem + 0.015vw);
  height: calc(4rem + 0.015vw);
}

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

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

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

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

p {
  white-space: normal !important;
}

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

.text_primary {
  color: #4223f1;
}

.text_secondary {
  color: #dbd9e4;
}

.text_third {
  color: #4223f1;
}

.text_dark {
  color: #040008;
}

.text_light {
  color: #f2f2f2;
}

.text_white {
  color: #fff;
}

.text_success {
  color: #00e874;
}

.text_warning {
  color: #ff7800;
}

.text_danger {
  color: #c4030f;
}

header ul, footer ul {
  list-style: none;
  padding-left: 0;
}

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

.filter-bw {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Image background */
/* -------------------- */
.cardImg {
  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;
}
.card-item .cardImg:hover {
  opacity: 0.85;
}

/*----------*/
/*-- Container --*/
/*----------*/
@media only screen and (min-width: 1200px) {
  .small-container {
    width: 750px;
  }
}

/*----------------*/
/*-- BG --*/
/*----------------*/
.bg_primary {
  background-color: #4223f1;
  color: #fff;
}

.bg_secondary {
  background-color: #dbd9e4;
  color: #040008;
}

.bg_third {
  background-color: #4223f1;
  color: #dbd9e4;
}

.bg_dark {
  background-color: #040008;
  color: #f0efe8;
}

.bg_light {
  background-color: #f2f2f2;
  color: #040008;
}

.bg_white {
  background-color: #fff;
  color: #4223f1;
}

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

.bg_danger {
  background-color: #c4030f;
  color: #fff;
}

/*----------------*/
/*-- TAG --*/
/*----------------*/
.tag_primary {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.5rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #4223f1;
  color: #fff;
}

.tag_secondary {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.5rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #dbd9e4;
  color: #040008;
}

.tag_third {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.5rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #4223f1;
  color: #dbd9e4;
}

.tag_dark {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.5rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #040008;
  color: #f0efe8;
}

.tag_light {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.5rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #f2f2f2;
  color: #040008;
}

.tag_white {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.5rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #fff;
  color: #4223f1;
}

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

/* Form design */
input, textarea, select, .form-control {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 2px solid #4223f1;
  padding: 1.1rem;
  line-height: 1.1;
  background-color: #f0efe8;
  color: #4223f1;
}
input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active, .form-control:focus, .form-control:active {
  border: 2px solid #dbd9e4;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}

label {
  margin-bottom: 0.5rem;
  color: #4223f1;
  font-weight: 200;
}

.forminator-required {
  color: #c4030f;
}

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

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

/* Palette */
.has-light-color a, .has-light-color strong, .has-light-color a strong, .has-light-color span, .has-light-color a span {
  color: #f2f2f2 !important;
}

.has-light-background-color {
  background-color: #f2f2f2 !important;
}

.has-white-color a, .has-white-color strong, .has-white-color a strong, .has-white-color span, .has-white-color a span {
  color: #fff !important;
}

.has-white-background-color {
  background-color: #fff !important;
}

.has-dark-color a, .has-dark-color strong, .has-dark-color a strong, .has-dark-color span, .has-dark-color a span {
  color: #040008 !important;
}

.has-dark-background-color {
  background-color: #040008 !important;
}

.has-secondary-color {
  color: #dbd9e4 !important;
}
.has-secondary-color a, .has-secondary-color strong, .has-secondary-color a strong, .has-secondary-color span, .has-secondary-color a span {
  color: #dbd9e4 !important;
}

.has-secondary-background-color {
  background-color: #dbd9e4 !important;
}

.has-primary-background-color {
  background-color: #4223f1 !important;
}

.has-primary-color {
  color: #4223f1 !important;
}
.has-primary-color a, .has-primary-color strong, .has-primary-color a strong, .has-primary-color span, .has-primary-color a span {
  color: #4223f1 !important;
}

.has-third-background-color {
  background-color: #4223f1 !important;
}

.has-third-color {
  color: #4223f1 !important;
}
.has-third-color a, .has-third-color strong, .has-third-color a strong, .has-third-color span, .has-third-color a span {
  color: #4223f1 !important;
}

.has-success-background-color {
  background-color: #00e874 !important;
}

.has-success-color {
  color: #00e874 !important;
}
.has-success-color a, .has-success-color strong, .has-success-color a strong, .has-success-color span, .has-success-color a span {
  color: #00e874 !important;
}

.has-corail-color {
  color: #EE756A !important;
}
.has-corail-color a, .has-corail-color strong, .has-corail-color a strong, .has-corail-color span, .has-corail-color a span {
  color: #EE756A !important;
}

.has-corail-background-color {
  background-color: #EE756A !important;
}

.pdcstPlr {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pdcstPlr.mini {
  position: fixed;
  left: 0;
  bottom: -80px !important;
  right: 0;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

#loading {
  width: 100%;
  height: 35px;
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: -35px;
  background-color: #4223f1;
  color: #FFFFFF;
  text-align: center;
  font-size: calc(1.15rem + 0.015vw);
}

.reduce {
  width: 43px;
  height: 35px;
  position: absolute;
  z-index: 5;
  right: 0;
  top: -35px;
  background-color: #fff;
  background-image: url(../medias/equalizer.gif);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 47px;
  background-size: 47px;
  text-align: center;
  font-size: 40px;
  line-height: 20px;
  cursor: pointer;
}

.reduce img {
  width: 25px;
  height: auto;
  margin: 0 auto;
}

.reduce::before {
  content: "_";
  width: 43px;
  height: 35px;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  background-color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 20px;
  cursor: pointer;
}

.pdcstPlr.mini .reduce:before {
  display: none;
}

.font-size-14 {
  font-size: 14px;
}

body .player {
  z-index: 10;
  background: #fff;
  color: #4223f1;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  flex-direction: row;
}

/*body .player .left {
  width: 80px;
  background-image: url(../medias/default.svg);
  background-size: cover;
}*/
body .player .right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

body .player .right .top {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}

body .player .top {
  background-image: url("../medias/freaksville-sigle.svg");
  background-repeat: no-repeat;
  background-position: right 7px center;
  -webkit-background-size: auto 30px;
  background-size: auto 30px;
}

body .player .right .top .song {
  color: #4223f1;
  font-size: 1.2em;
  font-weight: 600;
}

body .player .right .bottom {
  display: flex;
}

body .player .right .bottom video,
body .player .right .bottom audio {
  flex-grow: 1;
  height: 32px;
}

body .player .right .artist {
  color: #4223f1;
  font-size: 12px;
  line-height: 8px;
}

@-webkit-keyframes pop-in {
  0%, 95% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes pop-in {
  0%, 95% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/**
prevArrow:"<button type='button' class='slick-prev pull-left'>\n" +
"<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" class=\"bi bi-chevron-left\" viewBox=\"0 0 16 16\">\n" +
"  <path fill-rule=\"evenodd\" d=\"M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\"/>\n" +
"</svg></button>",
nextArrow:"<button type='button' class='slick-next pull-right'><svg xmlns=\"http://www.w3.org/2000/svg\"  fill=\"currentColor\" class=\"bi bi-chevron-right\" viewBox=\"0 0 16 16\">\n" +
"  <path fill-rule=\"evenodd\" d=\"M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\"/>\n" +
"</svg></button>" **/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev svg,
.slick-next svg {
  height: 1rem;
  width: 1rem;
  color: #4223f1;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev {
  left: -25px;
}

.slick-next {
  right: -25px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 1.5rem;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin-top: 1rem;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-right: 0.5rem;
  cursor: pointer;
}
.slick-dots li button {
  /*Supprime les chriffres*/
  font-size: 0;
  line-height: 0;
  border: 0;
  background: transparent;
  color: transparent;
  /*Supprime les chriffres*/
  display: block;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: " ";
  height: 15px;
  width: 3px;
  display: block;
  font-size: 3rem;
  text-align: center;
  color: #4223f1;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #4223f1;
}
.slick-dots li.slick-active button:before {
  color: #4223f1;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* -------------- */
/* Setting */
/* -------------- */
::-moz-selection {
  background-color: white;
}

::selection {
  background-color: white;
}

body {
  color: #040008;
  font-family: "input-mono", monospace;
}

#banner {
  background-color: #4223f1;
}

main {
  position: relative;
}
main iframe {
  max-width: 100% !important;
}
main .content-text a {
  color: #dbd9e4;
}
main .content-text a:hover, main .content-text a:focus, main .content-text a:active {
  color: #4223f1;
}

.soutien {
  width: 450px;
  max-width: 100%;
}

h1, h2 {
  font-weight: 700;
}

.title {
  font-size: calc(3.6rem + 0.5vw);
}
.title small {
  font-size: calc(1.2rem + 0.3vw);
  display: block;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
}

section {
  position: relative;
}

#intro {
  padding-bottom: calc(200px + 3rem);
}
#intro h1 small {
  color: #4223f1;
}
@media only screen and (min-width: 768px) {
  #intro .team figure:first-of-type {
    padding-top: 5rem;
  }
}

#team-01, #team-02 {
  border: 5px solid #4223f1;
}
@media only screen and (max-width: 992px) {
  #team-01, #team-02 {
    transform: translateY(0) !important;
  }
}

#potcasts .container {
  margin-top: -200px;
}
#potcasts:after {
  content: "";
  display: block;
  background-color: #040008;
  color: #f0efe8;
  width: 100%;
  height: calc(100% - 200px + 3rem);
  position: absolute;
  bottom: 0;
  z-index: -1;
}

#content .content {
  position: relative;
  z-index: 1;
}
#content .col-bg {
  background-color: #fff;
}
#content h1 {
  position: relative;
  z-index: 3;
}
#content:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #4223f1;
  width: 100%;
  height: 400px;
}

.card-item .plbtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  background-color: rgba(66, 35, 241, 0.5);
  opacity: 0;
}
.card-item .plbtn:hover, .card-item .plbtn:focus, .card-item .plbtn:active {
  opacity: 1;
}
.card-item .plbtn svg {
  margin: auto;
  color: #fff;
}
.card-item .date {
  font-family: "input-mono", monospace;
  display: block;
  margin-bottom: 0.5rem;
  color: #fff;
}
.card-item .title_podcast {
  font-size: calc(3rem + 0.5vw);
  font-weight: 700;
  color: #fff;
}

.accordion {
  background-color: transparent !important;
  --bs-accordion-bg: transparent!important;
}
.accordion article > p, .accordion article > div {
  color: #fff;
}

.accordion-header button {
  padding-top: 0.5rem;
  width: 100%;
}
.accordion-header button svg {
  width: 35px;
  height: 35px;
  fill: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-header button:not(.collapsed) svg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-content * {
  color: #040008;
}
.modal-content div, .modal-content p {
  margin-bottom: 0.5rem;
}

.exerpt {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: calc(1.15rem + 0.015vw);
  color: #fff;
}

.position-relative .container {
  z-index: 1;
  position: relative;
}

.deco {
  width: 85%;
  position: absolute;
}
@media only screen and (min-width: 576px) {
  .deco {
    width: 500px;
  }
}
.deco.deco_right {
  right: 0;
}
.deco.deco_left {
  left: 0;
}
.deco.deco_intro_bottom {
  fill: #dbd9e4;
  bottom: 0;
}
.deco.deco_potcasts_bottom {
  fill: #1c1463;
  bottom: 0;
}
.deco.deco_content_top {
  fill: #dbd9e4;
  top: 0;
}
.deco.deco_content_bottom {
  fill: #fff;
  position: relative !important;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .deco.deco_content_bottom {
    left: calc(7% - 0.75rem);
  }
}

footer {
  background-color: #4223f1;
  color: #fff;
}

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