/*
Theme Name: Gaming
Author: ALZMEDIA
Description: Téléthon Gaming thème
Requires at least: WordPress 5.8
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700;900&display=swap');

html, body {
    scroll-behavior: auto !important;
}

.termsfeed-com---nb:not(.termsfeed-com---is-hidden) ~ #footer .cookies-edit {
    display: none;
}
.termsfeed-com---nb .cc-nb-main-container,.termsfeed-com---pc-dialog {
    border:16px solid #7236a4
}
.termsfeed-com---palette-light.termsfeed-com---nb ,.termsfeed-com---palette-light .cc-pc-container  div,.termsfeed-com---palette-light .cc-pc-container  li,.termsfeed-com---palette-light .cc-pc-container  ul{
    background-color: #421f5d !important;
}
.termsfeed-com---palette-light .cc-nb-title,.termsfeed-com---palette-light .cc-nb-text,.termsfeed-com---palette-light .cc-cp-body-content-entry-text,
.termsfeed-com---palette-light .cc-cp-body-content-entry-title,.termsfeed-com---palette-light .cc-cp-body-tabs-item-link,.termsfeed-com---palette-light .cc-cp-foot-byline,
.termsfeed-com---palette-light .cc-cp-body-content,.termsfeed-com---palette-light .cc-pc-head-title-text,.termsfeed-com---palette-light .cc-pc-head-title-headline {
    color: #fff !important
}
.termsfeed-com---palette-light .cc-nb-okagree,.termsfeed-com---palette-light .cc-nb-reject,.termsfeed-com---palette-light .cc-cp-foot-save,.termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked+label:before  {
    background-color: #fc6303 !important;
}
.termsfeed-com---palette-light .cc-nb-changep{
    background-color: #ffcc00 !important;
}
.termsfeed-com---palette-light .cc-cp-body-tabs-item[active=true] a {
    background-color: #7236a4 !important;
}
.termsfeed-com---palette-light .cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 2px #fc6303 !important
}
body .termsfeed-com---nb-simple {
    width: 540px;
}

body {
    font-size: 12px;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #fff;
}
#page-container {
    font-family: 'Montserrat', Arial, sans-serif;
    background-color: #5d19ab;
    min-height: 100svh;
    box-sizing: border-box;
}
/*
.background-purple {
    background-color:#6f359e;
    color:#fff;
}
.background-purple-light {
    background-color: #b183d6;
    color:#fff
}
.background-purple-dark {
    background-color: #421f5d;
    color:#fff
}
*/

.uppercase {
    text-transform: uppercase;
}
.bold {
    font-weight:bolder;
}
h2 {
    font-size:35px;
}
::-moz-selection {
  background: #fff;
  color: #6f359e;
}
::selection {
  background: #fff;
  color: #6f359e;
}
body #wpadminbar {
  z-index: 200;
}
#header {
    /*background-image: url(./images/background-header.jpg);
    background-size:cover;
    background-position:center center;*/
    /*background: #6F359E;*/
    color:#fff;
}
#header .custom-logo-link {
    margin: 0 auto;
    text-align: center;
}
#header .custom-logo {
    margin-top: 3rem;
    max-width: 100%;
    height: auto;
}
#header .main-menu-col {
    position: relative;
    z-index: 101;
}
#header .sticky-container.position-relative {
    z-index: 100
}
.cta {
    background-color: #fdc613 ;
    display: inline-block;
    text-align: center;
    position:relative;
    font-size:32px;
    text-align:center;
    line-height:1.5;
    color:#5d19ab;
    height: 70px;
    padding: 10px 45px 10px 45px;
    margin: 10px auto;
    text-decoration: none;
    border-radius: 10px;
    transition: background .33s ease;
}
.cta:hover, .cta:focus, .cta:active {
    color: #fff;
}

.cta--deco {
  position: relative;
  border-radius: 0;
  font-size: 28px;
  font-weight: 600;
}
body .cta--deco span {
  font-weight: 600;
}
.cta--deco:after {
  background: transparent !important;
  border-right: 52px solid transparent;
  border-top: 70px solid #fdc613;
  content: "";
  height: 0;
  position: absolute;
  right: -52px;
  top: 0;
  width: 0;
  transition: border .33s ease;
}
/*
.cta:after {
    position: absolute;
    content: "";
    right: -3%;
    top: 0;
    height: 100%;
    width: 5%;
    z-index: 1;
    transition: background .33s ease;
    background-color: #fc6303;
    -webkit-transform: skewX(-14deg);
    -moz-transform: skewX(-14deg);
    -ms-transform: skewX(-14deg);
    transform: skewX(-14deg);
}
*/

.cta:hover, .cta:focus, .cta:active {
    background-color: #ec5b00;
}
.cta:hover:after, .cta:focus:after, .cta:active:after {
    border-top-color: #ec5b00;
}

#streamer .cta {
    width: auto;
}
.pull-right {
    margin-right:10%
}
.cta span {
    position: relative;
    z-index: 2;
    font-weight: 500;
}
#header #header-nav-container {
    z-index: 102;
}
/*
html.is-at-top #header-nav-container {
    visibility: hidden;
}
*/
html.is-at-top .menu-nav.clicked {
    display: none !important;
}
#header .nav-absolute:before, #header .nav-absolute:after,#header .nav-absolute div {
    background: #fbc90b;
    content: "";
    display: block;
    border-radius: 6px;
    margin: 9px 0;
    transition: 0.5s;
    height: 11px;
    width: 57px;
}
#header .position-absolute {
    cursor:pointer;
    right: 0;
    top: 0;
    padding:15px 20px;
}
#header .position-absolute.z-index {
    z-index: 102;
    top: 99px;
    padding: 0;
}
#header .position-absolute.background-orange {
    background-color: #f26428;
    right: 0;
    top: 0;
    padding:15px 20px;
    z-index:3
}
#header .background-orange .nav-absolute:before,
#header .background-orange .nav-absolute:after,
#header .background-orange .nav-absolute div {
    background-color: #fff;
}
#header .nav-item {
    cursor:pointer
}
#header .slogan {
    font-size:44px;
    line-height: 1.5;
    padding: 1rem 0 0;
    font-weight: 600;
}
#header h1 {
    font-size: 52px;
    margin: 0;
    line-height:1.2;
    text-align: center;
    display: block;
    width: 100%;
}
#header span.text-right {
    font-size: 40px;
    font-weight: bolder;
    margin: 16px 0px 38px 0px;
    line-height:1.2;
    display: block;
}
#header #counter {
    color:#a684d1;
    font-size:30px;
    display:flex;
}
#header #counter > div:last-child {
    padding-top: 25px;
}
#header #counter .sticky {
    padding: 20px 0 0;
    background-color: #5d19ab;
    transition: all .3s ease;
}
#header #counter .sticky.is-sticky {
    padding-top: 12px;
}
#header #counter .cta-donation,
#header #counter .cta-donation a {
    transition: all .3s ease;
}
#header #counter .sticky.is-sticky .cta-donation {
    padding-bottom: 11px;
}
#header #counter .sticky.is-sticky .cta-donation a {
    padding-top: 8px;
    padding-bottom: 8px;
}
#header #counter .sticky.is-sticky {
    box-shadow: 0 2px 20px rgba(0,0,0,.2);
}

#header #counter .amount-raised {
    background-color: #fff;
    color:#a684d1;
    font-weight: bold;
    line-height: 1.2;
    padding:20px 0
}

#header #counter .amount-raised .amount {
    font-size: 76px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 900;
    color: #b44be3;
}

#header #counter .amount-raised span {
    display:block;
    font-size: 30px;
    font-weight:300;
    color: #000;
}


#header #counter .cta-donation {
    display: block;
    text-align: center;
    padding-bottom: 20px;
}
#header #counter .cta-donation a {
    display: inline-block;
    padding: 16px 70px;
    border-radius: 50px;
    background-color: #fbc90b;
}
.button-playanim {
  box-sizing: border-box;
  height: 30px;

  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;

  border-style: solid;
  border-width: 15px 0 15px 25px;
}
.button-playanim.pause {
    border-style: double;
    border-width: 0px 0 0px 25px;
}

#header .menu-nav {
    border:1px solid #fff;
    border-right: 0;
    padding:85px;
    background-color: rgba(66,31,93,.95);
    z-index: 2;
}
#header .menu-nav ul {
    padding-left: 0;
}

#header .menu-nav li:not(:last-child){
    border-bottom: 1px solid #fff;
    padding-bottom:10px
}
#header .menu-nav li, #footer li{
    list-style:none;

}
#header .menu-nav li:not(:first-child){
    padding-top:10px
}
#header .menu-nav .item.color-yellow a{
    color: #fbc90b
}
#header .menu-nav .item.color-yellow a:before {
    content: '# ';
    display: inline;
}

#header .menu-nav a{
    display:block;
    color:#fff;
    text-decoration: none;
    font-size:37px;
    line-height: 1.5
}

#header .position-sticky{
    top:0
}

#header #counter .cta-donation a, #header #counter .cta-donation a:hover {
    text-transform:uppercase;
    font-weight: 900;
    width: auto;
    color:#421f5d;
    text-decoration:none;
    font-size: 47px;
    line-height: 60px;
}

#thanks-banner {
    background-color: #a473cb;
    position: relative;
}
#thanks-banner .button-playanim {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
#thanks-banner .slide-container{
    padding: 20px 0;
    margin: 0px;
    text-align: center;
    font-size: 38px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    min-height: 100px;
}
#thanks-banner .slide-container > div{
    color:#fff;
    position:relative;
    margin:0px;
    padding:10px 0px;
    width:100%;
    font-weight: 500;
    display:inline-block;
    list-style-type:none;
    box-sizing: border-box;
    white-space: normal;
    vertical-align: middle;
}
.carousel-caption {
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    right: unset;
    left: 4%;
    bottom: 0;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    padding: 30px;
    font-weight:bold;
}
.carousel-control {
    width:5%;
}
.carousel-indicators {
    bottom: 40%;
}
.carousel-indicators li {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 1px 10px;
    background-color: #fff;
    opacity:0.7;
}
.carousel-indicators li.active {
    opacity:1;
    width: 30px;
    height: 30px;
    margin: 1px 10px;
}
#description,#slider,#album {
    padding-top: 40px;
    padding-bottom: 0px;
}
#description h1,#slider h2,#album h2,#streamer h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

#description #content p,#slider .block-txt, #album .block-txt, #streamer .block-txt {
    font-size: 32px;
    line-height: 1.5;

    /* padding-right:20px; */
    margin:0px;
    color: #fff;
    font-weight: 500;
}
#streamer .block-txt {
    color:#fff;
    padding:30px 0;
    font-size: 35px;
    font-weight: 600;
}
#slider h2 {
  font-weight: 900;
}
#slider h2:after {
    content: '';
    height: 1px;
    width: 80%;
    background: #fff;
    display: block;
    margin: 50px auto 0;
    max-width: 1180px;
}
#slider .block-txt {
    padding:30px 0;
    max-width:1220px;
}
#slider .border-white {
   border-bottom:1px solid #fff;
   border-top:1px solid #fff;
}
.splide__track {
    margin-top:20px;
}
.splide__track .splide__slide {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.splide__track a, .splide__track a:hover, .splide__track a:active, .splide__track a:focus {
    text-decoration:none;
    color:#fff;
}
#slider .splide__list li img {
    transition: all .33s ease;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
    margin: 15px auto;
}
#slider .splide__list li:not(.is-active) img{
    transform: scale(.65);
    opacity:.7
}
#slider .splide__arrow {
    background: unset;
    width: 60px;
    height: 70px;
}
#slider .splide__arrow--prev {
    left: -2em;
}
#slider .splide__arrow--next {
    right: -2em;
}
.donation-btn, .donation-btn:hover {
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    display:block;
    color:#421f5d;
    background-image: url('../images/background-donation.png');
    background-size:cover;
    background-repeat:no-repeat;
    font-size:55px;
    line-height:121px;
    font-weight:bold;
    width: 423px;
    height: 121px;
    margin: auto;
    text-decoration:none;
    position:relative;
    padding-right:40px;
    text-align:center;
}
.donation-btn:after {
    content: '';
    display:block;
    width: 19px;
    position: absolute;
    right: 100px;
    top: 40px;
}
.donation div {
    color:#fbc90b;
    font-size:28px;
    font-weight:bold;
    margin-bottom: 10px;
}
.social-network {
    margin-top:15px;
    margin-left:-30px
}
.social-network ul{
    margin-left:-20px;
    list-style-type: none;
    padding: 0px;
    font-size: 32px;
    line-height:76px;
    color: #fff;
}
.social-network ul li{
    display:inline-block;
    margin-right: 15px;
    padding:0px;
    vertical-align:middle;
}
body .purple {
    background-color:#421f5d ;
    font-size:38px;
    display:inline-block;
    padding: 10px 50px 10px 20px;
    line-height: 1.5;
}
#sponsors .purple {
    padding-top: 40px;
}
#sponsors .purple span {
  font-weight: 500;
}
#streamer .purple  {
    margin-top:0
}
#streamer .streamer-kit {
    width:360px;
    max-width: 100%;
    display: inline-block;
}
#streamer #streamer-kit{
    max-width:1380px;
    margin:auto;
}
#streamer #streamer-kit,
#sponsors .sponsors-container {

    margin-bottom:70px
}
#sponsors .sponsors-container {
    padding: 30px 70px;
}
#description .purple,
#description .block-txt,
#slider .purple,
#album .purple,
#streamer .purple,
#sponsors .purple {
    padding-left: 90px;
}
#description .block-txt {
    padding-right: 10px;
}
#description h1 {
  margin-bottom: 60px;
}
#description .ratio {
    margin: 0 auto 0;
    display:block;
    width: 42.5vw;
    height: 30vw;
}
.purple {
    position:relative
}
.purple span {
    position: relative;
    z-index: 2;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
}
.purple:after{
    position: absolute;
    content: "";
    right: -20px;
    top: 0;
    height: 100%;
    width: 110px;
    background-color: inherit;
    -webkit-transform: skewX(23deg);
    -moz-transform: skewX(23deg);
    -ms-transform: skewX(23deg);
    transform: skewX(23deg);
	}

#numeric-wall {
    max-width:1700px;
    margin: 20px auto
}
#sponsors h2:after {
    height: 0%;
    width: 0%;
}
#twitch-live, #twitch-live:hover {
    font-size: 35px;
    font-weight: bolder;
    color: #fff;
    padding: 30px 180px 30px 30px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url('../images/background-orange.png');
    background-size: cover;
    background-position: top right;
    margin-top: 30px;
}

#streamers #streamers-list {
    display: flex;
    flex-wrap: wrap;
}
#streamers #streamers-list >* {
    flex: 1 1 20%;
    text-align:center;
}
#streamers #streamers-list a, #streamers #streamers-list a:hover {
    color:#fff;
    font-size:18px;
    font-weight:bold;
    text-decoration: none;
}

#album {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
}

#album h2, #album ul, #album ul  li{
    display:inline-block;
}
#album ul {
    margin-bottom:0px;
    list-style-type: none;
    vertical-align: top;
}
#album ul  li {
    margin: 15px;
}

#album h3 {
    font-size: 45px;
    font-weight: bold;
    margin-top: 35px;
}
#album .donation {
    margin-top: 90px;
    margin-bottom: 20px;
}


#streamer h2 {
  text-transform: uppercase;
  color:#fff;
  font-weight: 900;
}
#streamer  ul#streamer-kit{
    list-style-type:none;
    padding:0px;
    margin:0px;
    display: inline-block;
}
#streamer  ul#streamer-kit li{
    display:inline-block;
    width: 370px;
    margin-right: 100px;
}
#streamer ul#streamer-kit li:last-child{
    margin-right:0px;
}
#streamer .btn {
    color:#fff;
    text-decoration:none;
    padding:5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#b183d6;
    border-radius: 35px;
    font-size: 36px;
    line-height: 1.1;
    min-height: 120px;
    font-weight: 500;
}
#streamer .btn:hover, #streamer .btn:focus, #streamer .btn:active {
    color:#fff;
    background-color:#b183d6;
}
#sponsors {
    background: rgba(0,0,0,.8);
}
#sponsors .purple {
    text-transform:uppercase;
    background: transparent;
}

#sponsors ul  li .img-responsive{
    margin: auto;
}
#sponsors ul li.smaller-ico .img-responsive {
    height:50px;
}

.intro-caroussel {
    position: relative;
}
.intro-caroussel .splide__track {
    margin-top: 0;
}
.intro-caroussel .splide__list {
    align-items: flex-start;
}
.intro-caroussel .splide__slide {
    max-height: 976px;
}
/* @media (max-width: 1000px) { */
    .intro-caroussel .splide__slide:not(.is-active) {
        height: 0;
    }
/* } */
.intro-caroussel .content-caroussel__video {
    max-height: min(100%, calc(100vh - 75px));
}
@media (min-width: 1000px) {
    .intro-caroussel .content-caroussel__video.ratio {
        --bs-aspect-ratio: calc(884 / 1920* 100%);
    }
}
.intro-caroussel .content-caroussel__video iframe {
    max-height: 100%;
}
.intro-caroussel .content-caroussel__image img {
    width: 100%;
}
.intro-caroussel .content-caroussel__textcol > .row {
    max-width: 1880px;
    margin: 0 auto;
    padding: 30px 0;
    align-items: center;
}
.intro-caroussel .content-carousel__textcol__title {
    font-size: min(50px,2.6vw);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.intro-caroussel .content-carousel__textcol__text {
    font-size: min(32px,1.45vw);
    line-height: 1.3;
    margin-bottom: 32px;
}
.intro-caroussel .content-carousel__textcol__title > *,
.intro-caroussel .content-carousel__textcol__text > * {
    font-weight: inherit;
    font-size: inherit;
}
.intro-caroussel .content-carousel__textcol__button {
    text-align: center;
}
.intro-caroussel .content-carousel__textcol__image {
    max-height: calc(100vh - 136px - 6rem);
    width: auto;
}
.intro-caroussel .content-carousel__textcol__button .cta {
    font-size: min(46px, 2vw);
    border-radius: 40px;
    font-weight: 900;
    text-transform: uppercase;
    min-height: min(82px, 4vw);
    height: min(82px, 4vw);
    line-height: 1.4;
}
.intro-caroussel button.splide__arrow svg {
    fill: #fff;
}
.intro-caroussel button.splide__arrow {
    background: #5b1bae;
    opacity: 1;
}
.intro-caroussel .splide__pagination {
    bottom: 30px;
}
.intro-caroussel .splide__pagination__page {
    background: #fff;
    border: 2px solid #fff;
    width: 18px;
    height: 18px;
    transform: none !important;
    opacity: 1;
}
.intro-caroussel .splide__pagination__page.is-active {
    background: #5b1bae;
}

#footer {
    padding:40px 40px 20px;
}
#footer .footer-links-container{
   max-width:1600px;
   margin:auto;

}
#footer ul {
    display:flex;
    justify-content: center;
    padding-left: 0;
}
#footer a {
    font-size:30px;
    color:#fff;
    font-weight: 300;
    text-decoration:none;
}
#footer a:hover, #footer a:active, #footer a:focus {
    color: #fff;
}
#footer .cookies-edit {
    padding: 0 15px;
    margin: 0 0 2rem;
    text-align: center;
}
#footer .cookies-edit span {
    font-size:30px;
    color:#fff;
    font-weight: 300;
    text-decoration:none;
    cursor: pointer;
}
#footer .menu li:after {
    content: '|';
    display: inline-block;
    color: #fff;
    font-weight: 300;
    font-size: 26px;
    margin: 0 2.5rem;
    position: relative;
    top: -2px;
}
#footer .menu li:last-child:after {
  display: none;
}

#sponsors img {
  mix-blend-mode: screen;
}

.social-network ul li .img-responsive, #album ul li .img-responsive{
    height: 60px;
    margin-right: 10px;
}

.social-network ul {
    font-size:25px;
}

@media screen and (min-width: 1900px){
    #description .purple, #slider .purple, #album .purple, #streamer .purple, #sponsors .purple {
        font-size: 50px;
        line-height: 1.5;
    }
    .social-network ul li .img-responsive, #album ul li .img-responsive {
        height: 60px;
    }
    #sponsors .purple {
        font-size:35px;
        line-height: 45px;
    }
}

@media (min-width: 1920px) {
  body .row, 
  .intro-caroussel .content-caroussel__image,
  .intro-caroussel .content-caroussel__video,
  .intro-caroussel .content-caroussel__textcol > .row {
     max-width: 2200px;
     margin-left: auto;
     margin-right: auto;
  }
  #description .ratio {
     width: 88%;
     height: min(670px, 30vw);
  }
  body #header .row,
  body #sponsors .row {
     max-width: 100%;
  }
}

@media (min-width: 1024px){
  .social-network ul li {
    min-width: 60px;
    text-align: center;
  }
  .purple:after {
    right: -60px;
  }
}
@media (max-width: 1400px){

    #header #counter .amount-raised {
        padding-top: 10px;
    }
    #header #counter .amount-raised .amount {
        font-size: 40px;
        letter-spacing: 4px;
    }
    #header #counter .amount-raised span {
        font-size: 25px;
    }
    #header #counter .cta-donation a, #header #counter .cta-donation a:hover {
        font-size: 28px;
        font-weight: 800;
        line-height: 36px;
    }

    #description #content p,#slider .block-txt,#album .block-txt,#streamer .block-txt {
        font-size: 20px;
    }
    #description .purple,#slider .purple,#album .purple,#streamer .purple,#sponsors .purple {
        font-size:22px;
    }
    .social-network ul {
        font-size:22px;
    }
    .social-network ul li .img-responsive, #album ul li .img-responsive{
        height: 40px;
    }
    .intro-caroussel .content-carousel__textcol__title {
        font-size: 34px;
    }
    .intro-caroussel .content-carousel__textcol__text {
        font-size: 20px;
    }
    .intro-caroussel .content-carousel__textcol__button .cta {
        font-size: 23px;
        min-height: 50px;
        height: 50px;
    }

    #footer a, #footer .cookies-edit span {
        font-size:20px;
    }
}
@media (max-width: 992px) {
    .float-end {
        float:unset !important
    }
    .pull-right {
        margin-right: unset
    }
    #slider .block-txt {
        max-width:800px;
    }
    #streamer .cta {
        width: auto;
    }
    .social-network {
        margin-left: 0px;
    }
    #description .block-txt {
        padding: 0 45px;
    }
    #description .ratio {
        margin: 5% auto 0;
        display: block;
        width: 70vw;
        height: 40vw;
    }
    .social-network ul li:first-child {
        display: block;
        margin: auto;
    }
    #header {
        height: auto;
    }
    #header .img-responsive{
        margin-top: 25px;
    }
    #header .custom-logo{
        float: none;
        margin: auto;
    }
    #description {
        padding-top: 30px;
    }


    #slider .splide__arrow img{
        width:30px;
    }
    #slider .splide__arrow--prev {
        left: -2em;
    }
    #slider .splide__arrow--next {
        right: -2em;
    }
    #cta {
        margin-top: 10px;
    }
    .social-network {
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }

    #album ul {
        width: 100%;
        margin:0px;
        margin-top: 45px;
        padding: 0px;
        text-align: center;
    }
    #album ul li{
        margin: 5px;
        padding: 0px;
        width: 60px;
    }
    #album .donation {
        margin-top: 15px;
        margin-left: 0px;
    }
    #album .donation div {
        margin-bottom: 10px;
        text-align:center;
    }
    #album .donation .donation-btn {
        margin: auto;
    }
    #twitch-live, #twitch-live:hover {
        display:block;
        background-position: center;
    }
    #spacer {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #spacer .social-network {
        margin-top:0px;
    }
    #spacer .social-network ul  {
        width: 100%;
        margin: auto;
        margin-top:0px;
        display: block;
    }

    #sponsors ul li {
        margin-right:20px;
        vertical-align:middle;
    }

}
@media (max-width: 768px) {
    body #wpadminbar {
        width: 100%;
        overflow: hidden;
    }
/*
    #page-container {
        overflow: hidden;
    }
*/
    #footer {
        overflow: hidden;
    }
    #footer ul {
        flex-direction: column;
    }
    #header .menu-nav a {
        font-size: 16px;
        line-height: 21px;
    }
    .cookieconsent-com---nb-simple {
        max-width: 100% !important;
    }
    #streamer .streamer-kit {
        max-width: 200px;
        margin:auto;
    }
    #streamer .streamer-kit:not(.last-child) {
        margin-bottom:30px
    }
    html body .cta {
        font-size:16px;
        line-height:24px;
        height: 50px;
        padding: 12px 23px 10px 30px;
    }
    body {
        font-size:12px;
    }
    body .cookieconsent-com---nb .cc-nb-main-container {
        padding: 1.2rem;
    }
    body .cookieconsent-com---nb .cc-nb-title {
        font-size: 20px;
    }
    .container {
        width:320px;
    }
    h2 {
        font-size:12px;
    }
    #header .menu-nav {
        padding: 30px 40px 20px;
    }
    #header {
        padding-top:0px;
        height:auto;
    }
    #header .img-responsive{
        margin-top: 25px;
    }
    #header .custom-logo{
        max-width: 60%;
        position: relative;
        top: 15px;
    }
    #header .slogan {
        font-size: 20px;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        padding-top: 25px;
    }
    #header .position-absolute.z-index {
        top: 60px;
    }
    #header #counter .cta-donation a:after {
        right: 30px;
        top: 48px;
        width: 10px;
        height: 20px;
        background-size: cover;
    }
    #header #counter .sticky {
        padding-top: 3px !important;
    }
    #header h1 {
        margin-top: 6px;
        margin-left: 8px;
        margin-bottom: 0px;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
    }
    #header span.text-right {
        margin-top: 8px;
        margin-left: 8px;
        margin-bottom: 18px;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
    }
    #header #counter {
        margin:0px;
        width:100%;
    }
    #header #counter .amount-raised {
        margin:0px;
        font-size:16px;
        padding-bottom: 10px;
    }

    #header #counter .cta-donation a, #header #counter .cta-donation a:hover  {
        font-size: 22px;
        font-weight: 900;
        line-height:26px;
        text-align: left;
        padding: 7px 30px;
        margin: 0;
    }
    #header #counter .cta-donation {
        padding-bottom: 12px;
    }
    #header #counter > div:last-child {
        padding-top: 0;
    }

    #header #counter .amount-raised .amount  {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 1;
    }
    #header #counter .amount-raised span  {
        font-size:14px;
        line-height: 1;
    }

    #thanks-banner .slide-container {
        font-size:14px;
        line-height:18px;
        padding: 10px 0;
        margin-right: 50px;
        min-height: 52px;
    }
    #thanks-banner .slide-container > div {
        font-size: 17px;
        line-height: 1.5;
        padding: 5px 0;
    }
    #thanks-banner .button-playanim {
        height: 20px;
    }
    .button-playanim {
        border-width: 10px 0 10px 17px;
    }
    .button-playanim.pause {
        border-width: 0px 0 0px 16px;
    }
    #description {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #description .ratio {
        width: 90vw;
        height: 60vw;
    }
    .carousel-caption {
        font-size: 12px;
    }
    .carousel-indicators {
        bottom: 0px;
        margin-bottom:0px;
    }
    .carousel-indicators li, .carousel-indicators li.active {
        width:12px;
        height:12px;
        margin: 1px 5px;
    }
    .donation-btn, .donation-btn:hover {
        font-size: 24px;
        width: 60%;
        line-height: 1.5;
        height: auto;
        padding: 20px 35px 20px 5px;
        text-align: center;
        background-position: center right;
    }
    #header #counter .cta-donation a {
        text-align: center;
    }
    #description #content,#slider .block-txt,#album .block-txt {
        padding: 0px;
        margin: 0px;
    }

    #description #content p,#slider .block-txt,#album .block-txt,#streamer .block-txt {
        font-size:16px;
        margin: 0px 0px 18px 0px;
        padding: 0px;
    }
    #streamer .block-txt {
        margin: 0px;
        padding:25px 0;
    }
    #slider .block-txt {
        padding: 30px 0;
    }
    #description .purple,#slider .purple,#album .purple,#streamer .purple,#sponsors .purple {
        padding: 10px 10px 10px 25px ;
        font-size:18px;
        line-height:22px;
        font-weight:bolder;
        margin-bottom: 16px;
    }
    .social-network {
        text-align: center;
    }
    .social-network ul {
        font-size: 16px;
        line-height: 27px;
        margin: auto;
        float: none !important;
    }
    .social-network ul li:not(:first-child) {
        width: 15%;
        margin: 0;
    }
    #sponsors .purple {
        text-align:center;
        display: block;
    }

    .social-network ul li .img-responsive {
        margin-top:0px;
        height: auto;
    }
    #twitch h2 {
        margin-top: 26px;
        margin-left: 14px;
        margin-bottom: 6px;
    }
    #twitch-live, #twitch-live:hover {
        font-size: 10px;
        padding: 8px;
        margin-top: 0px;
        width: 100%;
        background-position: center;
    }
    #streamers #streamers-list {
        display: flex;
        flex-wrap: wrap;
    }
    #streamers #streamers-list >* {
        flex: 1 1 19%;
        text-align:center;
    }
    #streamers #streamers-list a, #streamers #streamers-list a:hover {
        font-size:10px;
        font-weight: normal;
    }


    #album ul {
        margin: 20px 0px;
        padding: 0px;
        width: 100%;
        text-align: center;
    }


    #album .donation {
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 8px;
    }
    #album .donation .donation-btn {
        margin: auto;
    }



    #streamer ul#streamer-kit {
        display: block;
    }
    #streamer ul#streamer-kit li {
        display:block;
        width: 60%;
        margin: auto;
        margin-bottom:10px;
        margin-top:10px;
    }
    #streamer ul#streamer-kit li:last-child {
        margin: auto;
    }
    #streamer .btn, #streamer .btn:hover {
        font-size: 14px;
        line-height: 20px;
        border-radius: 20px;
        padding:20px 25px;
        min-height: 0;
    }
    #spacer {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #spacer .social-network {
        margin-top:0px;
    }
    #spacer .social-network ul  {
        width: 100%;
        margin: auto;
        margin-top:0px;
        display: block;
    }
    #spacer .social-network ul li:first-child {
        width: 35px;
    }
    #sponsors {
        padding-bottom: 0px;
        padding-top: 8px;
    }
    #sponsors .sponsors-container {
        margin-bottom: 0px;
        padding-bottom: 30px;
    }
    #sponsors .sponsors-container img {
        max-height: 40px;
        max-width: 50vw;
    }
    #sponsors ul li.smaller-ico .img-fluid {
        width:35px;
        height:auto;
    }
    .social-network ul li:first-child{
        padding: 30px 0 30px;
        font-weight: 500;
        font-size: 20px;
    }
    .social-network ul li:last-child{
        margin-right:0px
    }
    .social-network ul li .img-responsive{
        height:35px;
    }
    #album ul li .img-responsive {
        height:35px;
    }
    .intro-caroussel .content-carousel__textcol__title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .intro-caroussel .content-carousel__textcol__text {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .intro-caroussel .content-carousel__textcol__button .cta {
        font-size: 20px;
        min-height: 36px;
        padding: 5px 20px;
        height: 36px;
    }
/*
    .intro-caroussel .splide {
        padding-bottom: 50px;
    }
*/
    .intro-caroussel button.splide__arrow {
        top: min(calc(50% - 25px), 40vw);
    }
    .intro-caroussel .splide__pagination {
        bottom: 10px;
    }
    #footer {
        padding: 25px 0px;
    }

    #footer a, #footer .cookies-edit span{
        font-size:16px;
    }
    #footer #menu-menu-#footer {
       flex-direction: column;
    }
    #footer li{
        margin-bottom:10px
    }
   #slider {
        padding-top: 0px;
    }
    #slider .purple ,#streamer .purple{
        margin-bottom:30px
    }
    #slider .py-5 {
        padding: 1.5rem 25px 0 !important
    }

    #slider .splide__arrow {
        width: 30px;
        height: 45px;
    }
    #album {
        padding-top: 10px;
    }
    #sponsors .sponsors-container .col-md-2:not(:last-child) a{
        margin-bottom:40px
    }
    #description .purple, #description .block-txt, #slider .purple, #album .purple, #album .block-txt, #streamer .purple, #sponsors .purple {
        padding-left: 5%;
    }
    #description .block-txt {
        padding-right: 5%;
    }
    #slider .splide__arrow img {
        width: 25px;
    }
    #header .position-absolute,
    #header .position-absolute.background-orange {
        padding: 9px 8px;
    }
    #header .nav-absolute:before, #header .nav-absolute:after,#header .nav-absolute div {
        height: 7px;
        width: 36px;
        border-radius: 6px;
        margin: 5px 0;
    }
}


@media screen and (max-width:450px) {
    #header .slogan {
        font-size: 18px;
        max-width: 380px;
    }
    .cta {
       font-size:14px;
       padding: 6px 10px;
    }
}
@media screen and (max-width:380px) {
    #header .slogan {
        font-size: 17px;
    }
    .social-network ul li .img-responsive{
        height:25px;
    }
    html body .cta {
        padding: 12px 3px 10px 10px;
        font-size: 15px;
    }
}

.IE .visually-hidden, .IE .visually-hidden-focusable {
    visibility: hidden;
    width: 0px;
    height: 0px;
    display: block;
    overflow: hidden;
}
.IE #streamer .btn {
    line-height: 100px;
}
.IE #sponsors .sponsors-container a {
    max-width: 99%;
}
.IE #slider .splide__arrow {
    background: transparent;
}
.IE #slider .splide__arrow img {
    max-width: 99%;
    max-height: 99%;
}

@media (max-width: 992px) {
  #description h1, #slider h2, #album h2, #streamer h2 {
    font-size: 30px;
  }
  #footer .menu li:after {
    display: none
  }
}

@media (max-width: 768px) {
  #description h1, #slider h2, #album h2, #streamer h2 {
    font-size: 30px;
  }
  html body .cta--deco {
    min-height: 50px;
    height: auto;
  }
  html body .cta--deco:after {
    border-right-width: 37px;
    border-top-width: 51px;
    right: -36px;
  }

  #header .nav-absolute:before, #header .nav-absolute:after,#header .nav-absolute div {
    background: #fbc90b;
  }
  .sponsors-container .d-flex {
    min-height: 40vw;
  }
  #sponsors .sponsors-container .d-flex img {
    height: auto;
    width: auto;
    max-height: none;
    max-width: 50vw;
  }
}

@media (max-width: 520px) {
  html body .cta--deco {
    max-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  html body .cta--deco:after {
    display: none;
  }
}

@media (max-width: 400px) {
  #description h1, #slider h2, #album h2, #streamer h2 {
    font-size: 25px;
  }
}

/**
 * New header
 */
#header-bar {
  background-color: #fbc90b;
  color: #fff;
  padding: 15px;
  position: relative;
  z-index: 103;
}
#header-bar .header-bar__inner {
  display: flex;
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
}
#header-bar .header-bar__menu-container {
  width: 100%;
}
#header-bar .header-bar__menu {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
#header-bar .header-bar__menu .menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: min(1vw,1rem);
}
#header-bar .header-bar__menu .menu-item {
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
}
#header-bar .header-bar__menu .menu-item:not(:last-child) {
  border-right: 2px solid #fff;
  padding-right: min(1vw,1rem);
}
#header-bar .header-bar__menu .menu-item a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: min(1.5vw, 1.75rem);
  display: block;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
#header-bar .header-bar__menu .menu-item.is-active a, 
#header-bar .header-bar__menu .menu-item.current-menu-item a,
#header-bar .header-bar__menu .menu-item a:hover,
#header-bar .header-bar__menu .menu-item a:focus {
  color: #5d19ab;
}
#header-bar .header-bar__social-menu {
  margin: 0;
  padding: 0 0 0 1.5rem;
  display: flex;
  align-items: center;
  gap: min(1.25rem, 1.5vw);
}
#header-bar .header-bar__social-menu-item {
  list-style-type: none;
}
#header-bar .header-bar__social-menu-item img {
  width: min(3vw,3rem);
}
#header-bar .header-bar__logo {
  display: flex;
  align-items: center;
}
#header-bar .header-bar__logo svg {
  width: min(98px,5vw) !important;
  height: min(98px,5vw) !important;
}

@media (max-width: 1000px) {
#header-bar .header-bar__menu,
#header-bar .header-bar__inner > .header-bar__social-menu {
  display: none;
}
#header-bar .header-bar__social-menu-item img {
  width: min(8vw,3rem);
}
#header-bar .header-bar__logo svg {
  width: min(98px,10vw) !important;
  height: min(98px,10vw) !important;
}
#main-header-nav .position-absolute {
  background: #fff;
  z-index: 150;
}
html.is-at-top .menu-nav.clicked {
  display: block !important;
}
}

/**
 * Page title 
 */
.page-title {
  font-size: min(5vw, 4.25rem);
  color: #fff;
  text-align: center;
  padding: min(6vw, 4rem) 1rem;
  text-transform: uppercase;
  font-weight: 900;
}

/**
 * Chapeau
 */
.chapeau {
  background-color: #fbc90b;
  padding: min(6vw, 4rem) 0;
}
.chapeau .container {
  max-width: 1760px;
}
.chapeau .chapeau__title {
  position: relative;
}
.chapeau .chapeau__title:before,
.chapeau .chapeau__title:after {
  content: ' ';
  display: block;
  position: absolute;
  top: calc(50% - 1rem);
  width: min(7vw, 8rem);
/*  height: min(3vw, 3rem); */
  bottom: 2rem;
  border: solid #5d19ab;
}
.chapeau .chapeau__title:before {
  border-width: 3px 0 0 3px;
  left: 0;
}
.chapeau .chapeau__title:after {
  border-width: 3px 3px 0 0;
  right: 0;
}
.chapeau .chapeau__title h2 { 
  font-size: clamp(20px, 2.6vw, 50px);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #5d19ab;
  text-align: center;
  padding: 0 min(10vw, 8rem) 2rem;
  margin: 0;
}
.chapeau .chapeau__content {
  text-align: justify;
  font-size: clamp(16px, 1.45vw, 32px);
  line-height: 1.3;
  color: #000;
}
.chapeau .chapeau__content p:not(:last-child) {
  margin-bottom: 32px;
}

/**
 * Countdown timer
 */
.countdown-banner {
  background-color: #a473cb;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: min(4vw,2rem);
  padding-bottom: min(4vw,2rem);
}
.countdown-banner #countdown-timer {
  display: flex;
  color: white;
  gap: min(2.4vw,2rem);
}
.countdown-banner .countdown-item {
  font-size: min(8vw,6rem);
  font-weight: bold;
}
.countdown-banner .countdown-value {
  display: inline-flex;
  width: min(10vw,8.15rem);
  justify-content: center;
}
.countdown-banner .countdown-value .digit {
  display: inline-block;
}

/** 
 * Liste streamers
 */

.liste-streamers-block {
  padding: 4rem 0;
}
.liste-streamers-block.container {
  max-width: 1760px;
}

.liste-streamers-block #streamer-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1620px) {
  .liste-streamers-block #streamer-grid { 
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1320px) {
  .liste-streamers-block #streamer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1000px) {
  .liste-streamers-block #streamer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.95px) {
  .liste-streamers-block #streamer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: min(3vw, 1rem);
  }
}
/*
@media (max-width: 500px) {
  .liste-streamers-block #streamer-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
*/

.liste-streamers-block .filters {
  display: flex;
  gap: min(2vw, 3rem);
  margin-bottom: 3rem;
  align-items: center;
}
.liste-streamers-block .filters .btn,
.liste-streamers-block .filters .btn:active {
  white-space: nowrap;
  border: 2px solid #fff;
  color: #fff;
  font-size: clamp(18px, 2vw, 1.85rem);
  border-radius: 8px;
  background-color: transparent;
  padding: min(1vw, 10px) min(2vw, 28px);
}
.liste-streamers-block .filters .btn.is-selected {
  background: #fff;
  color: #5d19ab;
}
.liste-streamers-block .filters .btn .sort-arrow {
  margin: -.5rem -.5rem -.5rem min(1vw, 1rem);
  display: inline-block;
}
.liste-streamers-block .filters .btn .sort-arrow svg {
  width: min(2.8vw, 2.7rem);
  height: min(2.8vw, 2.7rem);
}
.liste-streamers-block .filters .form-control {
  outline: 0;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: clamp(18px, 2vw, 1.85rem);
  border-radius: 8px;
  padding: min(1vw, 10px) min(2vw, 28px);
  line-height: 1.5;
}
.liste-streamers-block .filters .form-control::placeholder {
  color: #fff;
}

.liste-streamers-block .streamer-item .card {
  background: transparent;
  border: 3px solid #fff;
  height: 100%;
  color: #fff;
}
.liste-streamers-block .streamer-item .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.liste-streamers-block .streamer-item.streamer--online .card {
  border-color: #1eff05;
}
.liste-streamers-block .streamer-item .card-title {
  font-weight: bold;
  font-size: min(4.25vw, 1.5rem);
  text-align: center;
  margin: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.liste-streamers-block .streamer-item .card-text-online {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .5rem;
  font-size: min(3vw, 1.1rem);
  margin: .2rem 0;
}
.liste-streamers-block .streamer-item .card-text-online .status-icon {
  background: #1eff05;
  border-radius: 50%;
  width: min(2.5vw, 1rem);
  height: min(2.5vw, 1rem);
  display: block;
}
.liste-streamers-block .streamer-item .card-img {
  padding: 0 min(2vw, 1rem) min(2vw, 1rem);
}
.liste-streamers-block .streamer-item .card-img img {
  border: 3px solid #fff;
  max-width: 100%;
}
.liste-streamers-block .streamer-item.streamer--online .card-img img {
  border-color: #1eff05;
}
.liste-streamers-block .streamer-item .card-button .cta {
  font-size: min(3.5vw, 1.3rem);
  padding: 6px 12px;
  line-height: 1.3;
  height: auto;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
  font-weight: 900;
  text-transform: uppercase;
}

.liste-streamers-block .streamers-button {
  text-align: center;
  padding: 3rem 0 0;
}
.liste-streamers-block .streamers-button .cta {
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 900; 
  font-size: 47px;
  line-height: 60px;
  padding: 8px 70px;
  line-height: 1.2;
}
@media (max-width: 768px) {
.liste-streamers-block .filters {
  flex-wrap: wrap;
  gap: 4vw 2vw;
}
.liste-streamers-block .filters .btn {
  flex-grow: 1;
}
.liste-streamers-block .streamers-button .cta {
  font-size: 22px;
  font-weight: 900;
  line-height: 26px;
  height: auto;
  text-align: left;
  padding: 7px 30px;
}
}
@media (max-width: 500px) {
.page-title {
  font-size: min(7vw, 4.25rem);
}
.liste-streamers-block .filters .btn:first-child {
  width: 100%;
}
}

/** 
 * Gutenberg
 */
#page-container > p,
#page-container > .wp-block-heading {
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
#page-container > p {
  font-size: clamp(16px, 1.45vw, 32px);
  font-weight: 400;
}
#page-container > .wp-block-heading {
  font-weight: 900;
}

/**
 * Partners grid
 */

#sponsors.sponsors--is-grid {
  background: #000;
  padding: 0;
}
#sponsors.sponsors--is-grid .sponsors-container {
  margin: 0;
  padding: 0;
}
.sponsors-container .sponsors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  gap: 3px;
}
.sponsors-container .sponsors-grid > div {
  background: #000;
  aspect-ratio: 1/1;
}
.sponsors-container .sponsors-grid > div a {
  padding: 22%;
}
.sponsors-container .sponsors-grid > div a img {
  transition: transform .4s ease-in-out;
}
.sponsors-container .sponsors-grid > div a:hover img {
  transform: scale(1.08);
}
#sponsors .sponsors-container .sponsors-grid .d-flex img {
  max-width: 100%;
}
@media (max-width: 768px) {
.sponsors-container .sponsors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 500px) {
.sponsors-container .sponsors-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
}


/**
 * Intro carousel - vertical
 */
.intro-caroussel.intro-caroussel--type-vertical .splide__track {
  height: auto !important;
  margin-top: -100lvh;
}
.intro-caroussel.intro-caroussel--type-vertical .splide__list {
  flex-direction: column;
  height: auto;
  scroll-behavior: smooth;
  transform: none !important;
}
.intro-caroussel.intro-caroussel--type-vertical .caroussel-vertical-navigation {
  position: sticky;
  top: 0;
  height: 0;
  overflow: visible;
  z-index: 2;
  height: 100lvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
}
.intro-caroussel.intro-caroussel--type-vertical .splide__pagination {
  position: static;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  transform: translateY(-50%);
  flex-direction: column;
  width: auto;
  padding: 1rem;
  pointer-events: auto;
  gap: .33rem;
}
.intro-caroussel.intro-caroussel--type-vertical .splide__pagination__page:not(.is-active) {
  cursor: pointer;
}
.intro-caroussel.intro-caroussel--type-vertical .splide__slide {
  scroll-snap-align: start;
  margin: 0 !important;
  height: auto !important;
  max-height: none !important;
}
/*
.intro-caroussel.intro-caroussel--type-vertical .splide__slide > .content-caroussel__textcol {
  padding-right: 2rem !important;
}
*/

/**
 * Buttons list 
 */
.buttons-list .cta {
  font-size: min(46px, 2vw);
  border-radius: 40px;
  font-weight: 900;
  text-transform: uppercase;
  min-height: min(82px, 4vw);
  line-height: 1.4;
  height: auto;
}
.buttons-list .cta.cta-size--large {
  font-size: 47px;
  line-height: 1.3;
  padding: 10px 70px;
  min-height: 0;
  height: auto;
  border-radius: 50px;  
}
@media (max-width: 1400px) {
    .buttons-list .cta {
        font-size: 23px;
        min-height: 50px;
    }
}
@media (max-width: 768px) {
    .buttons-list .cta {
        font-size: 20px;
        min-height: 36px;
        padding: 5px 20px;
    }
}
