/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* 3rd party packages */
/* utils */
.background-footer {
  background-color: #cf0f2a;
}

.background-primary {
  background-color: #ab213a;
}

.background-secondary {
  background-color: #c68f7b;
}

.background-ternary {
  background-color: #a85038;
}

.text-primary {
  color: #ab213a !important;
}

.text-secondary {
  color: #c68f7b !important;
}

.text-ternary {
  color: #a85038 !important;
}

.border-primary {
  border: 1px solid #ab213a !important;
}

.border-secondary {
  border: 1px solid #c68f7b !important;
}

.border-ternary {
  border: 1px solid #a85038 !important;
}

.border-background {
  border: 1px solid #2D2D2D !important;
}

.border-bottom-background {
  border-bottom: 1px solid #2D2D2D !important;
}

.hr-ternary {
  border: none;
  border-bottom: 1px solid #a85038 !important;
  opacity: 1;
}

#footer a:hover {
  color: #e426dc;
  text-decoration: underline;
}

.pink-link {
  color: white;
  text-decoration: none;
}
.pink-link:hover {
  color: #e426dc;
  text-decoration: underline;
}
.pink-link a {
  color: white;
  text-decoration: none;
}
.pink-link a:hover {
  color: #e426dc;
  text-decoration: underline;
}

.p-pink-link a {
  color: #e426dc;
  text-decoration: none;
}
.p-pink-link a:hover {
  color: #e426dc;
  text-decoration: underline;
}

.locations-pictures figure {
  margin-top: 24px;
}

.h100-img {
  height: 100%;
}
.h100-img img {
  height: 100%;
}

.mx-0i {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.pmx-0i p {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.vignette {
  margin-top: 1.5rem !important;
  padding: 0px !important;
}
.vignette .wp-block-cover__inner-container {
  position: absolute;
  top: 0;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vignette .wp-block-cover__inner-container .neon {
  font-size: 3.5rem !important;
}
.vignette .wp-block-cover,
.vignette .wp-block-cover__background {
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: 300px !important;
}
.vignette .wp-block-cover img,
.vignette .wp-block-cover__background img {
  height: 300px !important;
}

@media (min-width: 768px) {
  .vignette {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}
.img-100 {
  width: 100%;
}
.img-100 img {
  width: 100%;
}

figure .components-resizable-box__container {
  max-width: none !important;
  max-height: none !important;
  width: 100% !important;
}

.mh-100 {
  max-height: 100%;
}

.width-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.wp-element-button,
.wp-block-button__link {
  background: none;
}

.btn.btn-light {
  border-radius: 0 !important;
  text-decoration: none !important;
}
.btn.btn-light a {
  border: none !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  color: #2D2D2D !important;
}

.btn.btn-primary {
  border-radius: 0 !important;
  background: #ab213a !important;
  border: none !important;
}
.btn.btn-primary a {
  border: none !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  background-color: #ab213a;
  color: #2D2D2D !important;
}

.text-justify {
  text-align: justify;
}

/* components */
.agenda_item {
  height: 100%;
}
.agenda_item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 250px;
}
.agenda_item .agenda_item-head {
  width: 100%;
  height: auto;
  position: relative;
}
.agenda_item .agenda_item-head p {
  margin: 0px;
  float: left;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1000;
  background-color: white;
  color: black;
  width: 58px;
  height: 58px;
}

@font-face {
  font-family: "Nickainley-Normal";
  font-style: normal;
  src: url(fonts/Nickainley-Normal.4484295c.otf);
}
@font-face {
  font-family: "Exo2-Regular";
  font-style: normal;
  src: url(fonts/Exo2-Regular.d8703b6a.ttf);
}
@font-face {
  font-family: "Exo2-Bold";
  font-style: bold;
  src: url(fonts/Exo2-Bold.343af621.ttf);
}
@font-face {
  font-family: "Exo2-Italic";
  font-style: italic;
  src: url(fonts/Exo2-Italic.76e39bc6.ttf);
}
:root {
  --neon-text-color: #f40;
  --neon-border-color: #e426dc;
}

.neon_cadre_wrapper {
  height: 80px;
}

.neon_cadre {
  position: absolute;
  font-size: 1.25rem;
  font-weight: 200;
  font-style: italic;
  color: #fff;
  padding: 2rem 1.2rem 2rem;
  border: 0.1rem solid #fff;
  border-radius: 0.8rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-family: "Exo2-Italic";
}
.neon_cadre:hover {
  color: white;
}

.neon_cadre::-moz-selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.neon_cadre::selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.neon_cadre:focus {
  outline: none;
}

/* Animate neon flicker */
@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    text-shadow: 0 0 1.6rem var(--neon-text-color), 0 0 1.5rem var(--neon-text-color), 0 0 0.4rem var(--neon-text-color);
    box-shadow: 0 0 0.1rem #fff, inset 0 0 0.1rem #fff, 0 0 0.5rem var(--neon-border-color), inset 0 0 0.5rem var(--neon-border-color), 0 0 1rem var(--neon-border-color), inset 0 0 1rem var(--neon-border-color);
  }
}
.neon {
  font-size: 4.5rem;
  text-align: center;
  line-height: 1;
  margin: 0px;
  color: white !important;
  font-family: "Nickainley-Normal";
}

@keyframes neon_titre {
  from {
    text-shadow: var(--from-neontitre);
  }
  to {
    text-shadow: var(--to-neontitre);
  }
}
.neon-logo {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1;
  font-family: "Nickainley-Normal";
  animation: neon_lueur-logo 0.08s ease-in-out infinite alternate;
}
.neon-logo a {
  font-size: 3rem !important;
}

@media screen and (max-width: 970px) {
  .neon-logo a {
    font-size: 2rem !important;
  }
}
@keyframes neon_lueur-logo {
  from {
    text-shadow: 0 0 6px rgba(228, 38, 220, 0.92), 0 0 30px rgba(228, 38, 207, 0.92), 0 0 12px rgba(228, 38, 195, 0.78), 0 0 21px rgba(228, 38, 165, 0.92), 0 0 34px rgba(228, 38, 115, 0.78), 0 0 54px rgba(228, 38, 65, 0.92);
  }
  to {
    text-shadow: 0 0 6px rgba(228, 38, 220, 0.98), 0 0 30px rgba(228, 38, 207, 0.42), 0 0 12px rgba(228, 38, 195, 0.58), 0 0 22px rgba(228, 38, 165, 0.84), 0 0 38px rgba(228, 38, 115, 0.88), 0 0 60px rgb(228, 38, 65);
  }
}
#newsletter {
  height: 200px;
}
#newsletter .newsletter_border {
  display: flex;
}
#newsletter .newsletter_border-left {
  justify-content: right;
}
#newsletter .newsletter_border-right {
  justify-content: left;
}
#newsletter .newsletter_border img {
  height: 200px;
  width: auto;
  display: flex;
  justify-content: right;
}
#newsletter p {
  margin: 0 !important;
}
#newsletter #newsletter_email:focus {
  box-shadow: none;
}
#newsletter #newsletter_email::-moz-placeholder {
  opacity: 1;
}
#newsletter #newsletter_email::placeholder {
  opacity: 1;
}

/* layout */
nav {
  z-index: 99;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

nav .wrapper {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.wrapper .nav-links {
  display: inline-flex;
}

.nav-links {
  margin-bottom: 0px;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-links li a:hover {
  background: #3A3B3C;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 55px;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.drop-menu {
  padding-left: 0px !important;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

.content .row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .nav-links {
    position: fixed;
    z-index: 99;
  }
  .wrapper .btn {
    display: block;
  }
  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }
  .nav-links li {
    margin: 15px 10px;
  }
  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 0px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  .nav-links .drop-menu a {
    padding-left: 30px;
    font-size: 1rem;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  }
  .nav-links .desktop-item {
    display: none;
  }
  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover {
    background: #3A3B3C;
  }
  .drop-menu li {
    margin: 0;
  }
  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }
  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li {
    margin: 0;
  }
  .content .row header {
    font-size: 19px;
  }
}
nav input {
  display: none;
}

.nav-links .block-editor-inner-blocks .block-editor-block-list__layout {
  display: flex;
}
.nav-links div .drop-menu .block-editor-block-list__layout {
  display: block;
}

.block-editor-block-list__block nav input {
  display: none;
}

.login h1 a {
  background-image: url(images/logo.7d71a354.png);
  background-size: auto;
  width: 100%;
}

#login-message,
#loginform,
#login_error {
  color: white;
  background-color: #2D2D2D !important;
}

#loginform {
  border: none;
}
#loginform input {
  font-size: 1rem;
}

#loginform {
  padding: 0px !important;
}
#loginform .forgetmenot {
  float: none;
}
#loginform .submit {
  margin-top: 10px !important;
}
#loginform .submit #wp-submit {
  float: none;
  background-color: #e426dc;
  border: none;
}
#loginform .submit #wp-submit:hover {
  background-color: #ea53e3;
}

#login #backtoblog a,
#login .wp-login-lost-password {
  color: white !important;
}
#login #backtoblog a:hover,
#login .wp-login-lost-password:hover {
  color: #e426dc !important;
}

.login .language-switcher {
  display: none !important;
}

#footer p {
  margin-bottom: 0px;
  margin-top: 8px;
}
#footer #footer-img {
  background-image: url(images/gi.dca7d7f0.png);
  background-size: cover;
}

.footer-home #footer-img {
  background-image: url(images/footer-img.93199c35.png) !important;
}
.footer-home .footer-newsletter {
  display: none !important;
}
.footer-home #footer-menu {
  width: 50%;
}
.footer-home #footer-oeuf {
  width: 20%;
}
.footer-home #footer-oeuf figure,
.footer-home #footer-oeuf img {
  height: 200px;
}
.footer-home #loc_grand_ecran {
  width: 50%;
  justify-content: end;
}
.footer-home #footer-img {
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-home #footer-adresse,
.footer-home #footer-carte {
  width: 25%;
}
@media (max-width: 1438px) {
  .footer-home #footer-menu {
    width: 40%;
  }
  .footer-home #loc_grand_ecran {
    width: 60%;
  }
  .footer-home #footer-oeuf {
    width: 40%;
  }
  .footer-home #footer-oeuf figure,
  .footer-home #footer-oeuf img {
    height: 200px;
  }
}
@media (max-width: 1250px) {
  .footer-home #footer-menu {
    width: 35%;
  }
  .footer-home #loc_grand_ecran {
    width: 65%;
  }
  .footer-home #footer-oeuf {
    width: 40%;
  }
}
@media (max-width: 1100px) {
  .footer-home #footer-menu {
    width: 30%;
  }
  .footer-home #loc_grand_ecran {
    width: 70%;
  }
  .footer-home #footer-oeuf {
    width: 40%;
  }
}
@media (max-width: 1000px) {
  .footer-home #footer-menu {
    width: 40%;
  }
  .footer-home #loc_grand_ecran {
    width: 60%;
  }
  .footer-home #footer-adresse {
    width: 40%;
  }
  .footer-home #footer-carte {
    width: 30%;
  }
  .footer-home #footer-oeuf {
    width: 40%;
  }
}
@media (max-width: 658px) {
  .footer-home #footer-menu {
    width: 100%;
  }
  .footer-home #footer-oeuf {
    width: 30%;
  }
}
@media (max-width: 490px) {
  .footer-home #footer-menu {
    width: 100%;
  }
  .footer-home #footer-oeuf {
    width: 45%;
  }
  .footer-home #loc_grand_ecran {
    display: none !important;
  }
}

#localisation_small {
  padding-left: 12px;
}

.insta-icon {
  margin-left: 10px;
}

@font-face {
  font-family: "Avenir-Medium";
  font-style: normal;
  src: url(fonts/Avenir-Medium.04360129.ttf);
}
.editor-styles-wrapper,
body {
  font-family: "Avenir-Medium", "arial";
  background-color: #2D2D2D;
  color: white;
  --bodyFontSize: 1rem;
}

div[data-type="laglissade/activite"] {
  width: 100%;
}

.bg_dentelle {
  background-image: url(images/frise-dentelles-resize.e1c59b8e.png);
  background-repeat: repeat-x;
  background-size: contain;
  height: 85px;
}

.bg_diamants {
  background-image: url(images/GLISSADE-HP-FRISE-DIAMS.fde6b6c2.png);
  background-repeat: repeat-x;
  background-size: contain;
  height: 100px;
}

@media (max-width: 992px) {
  #newsletter-group figure {
    width: 70% !important;
  }
  #home-newsletter {
    align-items: center !important;
  }
  #home-newsletter p {
    text-align: center;
  }
  #home-newsletter .newsletter_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bg_dentelle {
    background-size: cover;
    height: 100px;
  }
  #soutien-group figure {
    width: 70% !important;
  }
  #soutien-group p {
    text-align: center;
  }
  #soutien-group .neon_cadre_wrapper {
    display: flex;
    justify-content: center;
  }
  #soutien-group .neon_cadre {
    margin: 0px !important;
  }
  .bg_diamants {
    background-size: cover;
    height: 70px;
  }
}
#equipe_header {
  min-height: auto;
  height: 42vw;
}
#equipe_header img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 42vw;
}
#equipe_header .wp-block-cover__background {
  background: none !important;
}

#description-equipe-small {
  display: none;
}

@media (max-width: 1500px) {
  #description_equipe {
    width: 30%;
  }
}
@media (max-width: 1155px) {
  #description_equipe {
    width: 40%;
  }
}
@media (max-width: 940px) {
  #equipe_header #description_equipe {
    display: none;
  }
  #equipe_header .title-equipe {
    font-size: 3.8rem !important;
  }
  #description-equipe-small {
    display: block;
  }
}
.membre_equipe img {
  width: 80%;
}
.membre_equipe figure {
  display: flex;
  justify-content: center;
}

#agenda_header {
  min-height: auto;
  height: 42vw;
}
#agenda_header img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 42vw;
}
#agenda_header #title-agenda {
  font-size: 4.5rem !important;
}
#agenda_header .wp-block-cover__background {
  background: none !important;
}

@media (max-width: 940px) {
  #agenda_header #description_agenda {
    display: none;
  }
  #agenda_header #agenda-equipe {
    font-size: 3.8rem !important;
  }
  #description_agenda_small {
    display: block !important;
  }
}

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