/*
Theme Name: Telethon Digital
Author: ALZMEDIA
Description: Téléthon Digital 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;
}
.cookieconsent-com---nb:not(.cookieconsent-com---is-hidden) ~ #footer .cookies-edit {
    display: none;
}
.cookieconsent-com---nb .cc-nb-main-container,.cookieconsent-com---pc-dialog  {
    border:16px solid #fc6303
}
.cookieconsent-com---palette-light.cookieconsent-com---nb ,.cookieconsent-com---palette-light .cc-pc-container  div,.cookieconsent-com---palette-light .cc-pc-container  li,.cookieconsent-com---palette-light .cc-pc-container  ul{
    background-color: #ffcc00 !important;
}
.cookieconsent-com---palette-light .cc-nb-title,.cookieconsent-com---palette-light .cc-nb-text,.cookieconsent-com---palette-light .cc-cp-body-content-entry-text,.cookieconsent-com---palette-light .cc-cp-body-content-entry-title,.cookieconsent-com---palette-light .cc-cp-body-tabs-item-link,.cookieconsent-com---palette-light .cc-cp-foot-byline,.cookieconsent-com---palette-light .cc-cp-body-content,.cookieconsent-com---palette-light .cc-pc-head-title-text,.cookieconsent-com---palette-light .cc-pc-head-title-headline {
    color: #000 !important
}
.cookieconsent-com---palette-light .cc-nb-okagree,.cookieconsent-com---palette-light .cc-nb-reject,.cookieconsent-com---palette-light .cc-cp-foot-save,.cookieconsent-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked+label:before {
    background-color: #a20352 !important;
}
.cookieconsent-com---palette-light .cc-nb-changep {
    background-color: #fff !important;
}

.cookieconsent-com---palette-light .cc-cp-body-tabs-item[active=true] a {
    background-color: #fc6303 !important;

}
.cookieconsent-com---palette-light .cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 2px #fc6303 !important
}
body .cookieconsent-com---nb-simple {
    width: 540px;
}

body {
    font-size: 12px;
    font-family: Arial, sans-serif;
    background: linear-gradient(60deg, rgba(81,53,99,1) 0%, rgba(81,53,99,1) 20%, rgba(217,54,160,1) 40%, rgba(217,37,52,1) 50%, rgba(217,54,160,1) 60%, rgba(81,53,99,1) 80%, rgba(81,53,99,1) 100%);
    background-size: 100vw 800vh;
}
#page-container {
    font-family: 'Montserrat', Arial, sans-serif;
}
.background-black {
    background-color:#000;
    color:#fff;
}
.background-white {
    background-color: #fff;
    color:#000;

}

.color-black {
    color:#000
}

.uppercase {
    text-transform: uppercase;
}
.bold {
    font-weight:bolder;
}
h2 {
    font-size:35px;
}
::-moz-selection {
  background: #fbc90b;
  color: #000000;
}
::selection {
  background: #fbc90b;
  color: #000000;
}
#header {
  /*background: rgb(217,49,133);
  /*background: linear-gradient(90deg, rgba(217,49,133,1) 0%, rgba(217,54,160,1) 11%, rgba(81,53,99,1) 28%, rgba(217,54,160,1) 48%, rgba(217,37,52,1) 70%);*/
  z-index: 3;
}
#header .logo-container{
    color: #fff;
    padding: 30px 0;
}
#slider{
  /*background: rgb(81,53,99);
  /*background: linear-gradient(40deg, rgba(81,53,99,1) 0%, rgba(217,54,160,1) 11%, rgba(217,37,52,1) 54%, rgba(217,54,160,1) 100%);*/
}
#slider .slider-container {
  background: transparent;
}
#header .custom-logo-link {
    margin: 10px auto 20px;
    text-align: center;
}
#header .custom-logo {
    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: #a20352;
    display: inline-block;
    position:relative;
    text-align: center;
    font-size:32px;
    text-align:center;
    line-height:1.5;
    color:#fff;
    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:after {
    position: absolute;
    content: "";
    right: -3%;
    top: 0;
    height: 100%;
    width: 5%;
    z-index: 1;
    background-color: #a20352;
    transition: background .33s ease;
    -webkit-transform: skewX(-14deg);
    -moz-transform: skewX(-14deg);
    -ms-transform: skewX(-14deg);
    transform: skewX(-14deg);
}
*/

.cta:hover, .cta:focus, .cta:active,
.cta:hover:after, .cta:focus:after, .cta:active:after {
    background-color: #8c0347;
}

#slider .cta {
    width:580px;
    margin-bottom: 6rem;
}
#streamer .cta {
    width: 500px;
}
.cta span {
    position: relative;
    z-index: 2;
    font-weight: 600;
}
#header #header-nav-container {
    z-index: 102;
}
.pull-right {
    margin-right:10%
}
#header .nav-absolute:before, #header .nav-absolute:after,#header .nav-absolute div {
    background: #fff;
    content: "";
    display: block;
    height: 11px;
    border-radius: 5px;
    margin: 7px 0;
    transition: 0.5s;
    width: 55px;
}
#header .position-absolute {
    cursor:pointer;
    right: 0;
    top: 0;
    padding:15px 20px;
}
#header .position-absolute.z-index {
    z-index: 3;
    padding: 0;
    top: 91px;
}
#header .position-absolute.background-orange {
    background-color: #5b356a;
    right: 0;
    top: 0;
    padding:15px 20px;
    z-index:3
}
#header .nav-item {
    cursor:pointer
}
#header .slogan {
    font-size:36px;
    line-height: 1.5;
    padding: 2rem 0 1rem;
    font-weight: 600;
}
#header h1 {
    font-size: 52px;
    margin-top:0px;
    margin-left: 16px;
    line-height:1.2;
}
#header span.text-right {
    font-size: 40px;
    font-weight: bolder;
    margin: 16px 0px 38px 0px;
    line-height:1.2;
    display: block;
}
#header #counter {
    color:#421f5d;
    font-size:36px;
    display:flex;
}
#header .sticky-container .position-relative {
    z-index:2
}
#header #counter .amount-raised {
    background-color: #FFF;
    color:#000;
    font-weight: bold;
    line-height: 1.2;
    padding:20px 0
}

#header #counter .amount-raised .amount {
    font-size: 85px;
    line-height: 1;
    letter-spacing: .3rem;
    font-weight:800;
    color: #d92534;
}

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


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

  border-color: transparent transparent transparent #ffffff;
  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:50px;
    background-color: rgba(89, 53, 107, .9);
    z-index: 2;
}
#header .menu-nav ul {
    padding-left: 0;
}
#header .menu-nav li, #footer li{
    list-style-type:none;
}
#header .menu-nav li:not(:last-child){
    border-bottom: 1px solid #fff;
    padding-bottom:10px
}

#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;
    display:block;
    font-weight: 800;
    width: auto;
    color:#5d3569;
    text-decoration:none;
    font-size: 60px;
    line-height: 80px;
}

#thanks-banner {
    background-color: #5d3569;
    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 {
    position: relative;
    margin: 0px;
    padding: 10px 0px;
    width: 100%;
    display: inline-block;
    list-style-type: none;
    box-sizing: border-box;
    white-space: normal;
    vertical-align: middle;
}
#thanks-banner .item{
    color:#fff;
    position:relative;
    margin:0px;
    padding:0px;
    width:100%;
    display:inline-block;
    list-style-type:none;
    box-sizing: border-box;
    white-space: normal;
}

#description {
  /*background: rgb(217,37,52);
  /*background: linear-gradient(104deg, rgba(217,37,52,1) 0%, rgba(217,54,160,1) 44%, rgba(81,53,99,1) 100%);*/
  color: #fff;
}

#slider,#album {
    padding-top: 40px;
    padding-bottom: 0px;
}
#description {
    padding-top: 0px;
    padding-bottom: 50px;
}
#description .ratio {
    margin: 0 auto;
    display: block;
    width: 42.5vw;
    height: 30vw;
}
#description h1,#slider h2,#album h2,#streamer h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 45px;
}
#description h1 {
    margin-bottom: 30px;
}
#description .block-txt ul {
    margin: 20px 0 0;
    list-style-type: none;
    padding: 0;
}
#description .block-txt ul li {
  margin: 0;
  font-size: 28px;
  line-height: 1.5;
}
#description .block-txt ul li:before {
  display: inline-block;
  content: '';
  height: 21px;
  width: 21px;
  background: url('./images/puce-1.png') 50% 50% no-repeat transparent;
  margin-right: 10px;
}
#slider h2 {
    margin-bottom: 0px;
    font-weight: 900 !important;
    text-transform: uppercase;
    position: relative;
}
#slider .splide:before,
#slider .splide:after {
    position: absolute;
    height: 3px;
    content: '';
    background: #ffffff;
    left: 6%;
    right: 6%;
}
#slider .splide:before {
    top: -3rem;
}
#slider .splide:after {
    bottom: -3rem;
}
#album h2 {
    color: #fff;
}
#album h2 strong {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
#description #content p {
    max-width: 820px;
}
#description #content p,#slider .block-txt, #album .block-txt, #streamer .block-txt, #description #content ul li {
    font-size: 28px;
    line-height:1.5;

    /* padding-right:20px; */
    margin:0px;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #description .block-txt p:nth-child(3) {
    width: calc(100vw - 160px);
  }
}
@media (min-width: 1800px) and (max-width: 1940px) {
  #description .block-txt p:nth-child(3) {
    margin-top: 30px !important;
  }
  #description .block-txt ul {
    margin-top: 40px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1940px) {
  #description .block-txt ul {
    width: calc(100vw - 160px);
  }
}
@media (min-width: 992px) and (max-width: 1040px) {
  #description .block-txt p:nth-child(3) {
    width: calc(100vw - 160px);
  }
}
@media (min-width: 992px) and (max-width: 1190px) {
  #description .block-txt ul {
    width: calc(100vw - 160px);
  }
}
#streamer .block-txt {
    color:#000;
    padding:30px 0;
    font-size: 38px;
    font-weight: 600;
}
#slider .block-txt.border-white {
    padding: 4rem 0 1rem;
    max-width: 975px;
}
#slider .block-txt.border-white p {
    margin-bottom: 0;
    font-weight: normal;
    font-style: normal;
}

.splide__track {
    margin-top:20px;
}
.splide__track .splide__slide {
    margin-left:10px !important;
    margin-right:10px !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(.6);
    opacity:.7
}
#slider .splide__arrow {
    background: unset;
    transform: scale(.8) translateY(-50%);
    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;
}
.social-network ul{
    list-style-type: none;
    padding: 0px;
    font-size: 32px;
    line-height:76px;
}
.social-network ul li{
    display:inline-block;
    margin-right: 15px;
    padding:0px;
    vertical-align:middle;
}
#description h1,#slider h2,#album h2,#streamer h2,#sponsors h2 {
    font-size:38px;
    display:inline-block;
    padding:20px;
    line-height:45px;
    font-weight:bold;
    font-family: Arial, sans-serif;
}
#description h1, #album h2 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
}
#album {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1500px) {
  body #album ul li .img-responsive {
    height: 55px;
  }
}
#slider h2 {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}
#sponsors h2 {
    font-weight:normal;
    font-size:25px;
    line-height: 35px;
}

@media screen and (min-width: 1600px) {
  #sponsors .col-xxl-2 {
    flex: 0 0 auto;
    width: 13.666%;
  }
}
@media screen and (min-width: 1500px) {
  #slider h2 {
    font-size: 50px;
    line-height: 1.2;
  }
  #sponsors h2 {
    font-size: 35px;
    line-height: 1.2;
  }
}
#sponsors img {
    mix-blend-mode: screen;
}
#sponsors h2 {
    padding-top: 40px;
}
#streamer h2  {
    margin-top:0
}
#streamer .streamer-kit {
    max-width:360px
}
#streamer #streamer-kit{
    max-width:1300px;
    margin:auto;
}
#streamer #streamer-kit,#sponsors .sponsors-container {
    margin-bottom:70px
}
#description h1,#description .block-txt,#album h2,#album .block-txt,#streamer h2,#sponsors h2 {
    padding-left:70px;
}
#album .block-txt {
  padding-left: 0
}

#slider {
    padding: 0 70px
}
.slider-container {
    padding:20px 0;
}
.embed-responsive-item {
    margin: 5% auto 0;
    display:block;
    width: 40vw;
    height: 30vw;
}
.splide__track {
    margin-top:20px;
}
.splide__track .splide__slide {
    margin-left:10px !important;
    margin-right:10px !important;
}
.splide__track a{
    text-decoration:none;
    color:#fff;
}

h1, h2 {
    position:relative
}
#numeric-wall {
    max-width:1700px;
    margin: 20px auto;
}


#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 h2, #album ul, #album ul  li{
    display:inline-block;
}
#album ul {
    margin-bottom:0px;
    list-style-type: none;
    vertical-align: top;
    display: flex;
}
#album ul  li {
    margin: 15px;
}
#album .block-txt {
    font-size: 28px;
    margin-top: .95rem;
    color: #fff;
}

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


#streamer h2.title-white {
    color:#fff;
}
#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, #streamer .btn:hover {
    color:#fff;
    text-decoration:none;
    padding:5px;
    display:block;
    background-color:#421f5d;
    border-radius: 35px;
    font-size: 32px;
    line-height: 80px;
}
#sponsors {
  /*background: rgb(217,45,107);
  background: linear-gradient(104deg, rgba(217,45,107,1) 0%, rgba(217,54,160,1) 14%, rgba(81,53,99,1) 33%, rgba(217,54,160,1) 56%, rgba(217,37,52,1) 81%);*/
}
#sponsors h2 {
    text-transform:uppercase;
    font-weight: normal;
    margin-bottom: 2rem;
    color: #fff;
}
#sponsors h2:after {
    content: '';
    background: white;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 0;
}

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

@media (min-width: 992px) {
  #sponsors .sponsors-container {
    padding: 0 50px;
  }
}

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


.social-network ul li .img-responsive, #album ul li .img-responsive {
    margin-right: 20px;
    height:40px
}
.social-network {
    margin-top: 2rem;
    text-align: right;
    min-width: 42.5vw;
    display: inline-block;
}
.social-network ul {
    font-size:25px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}


#streamer .btn, #streamer .btn:hover {
    font-size: 25px;
    border-radius: 25px;
}
@media screen and (min-width: 1900px){
    #header .slogan {
      font-size: 42px;
      line-height: 1.3
    }
    #streamer h2, #sponsors h2 {
        font-size: 68px;
        line-height: 78px;
    }
    #slider h2 {
      font-size: 50px;
      line-height: 60px;
    }
    .social-network ul li .img-responsive, #album ul li .img-responsive {
        height: 60px;
    }
    #sponsors h2 {
        font-size:35px;
        line-height: 45px;
    }
}

@media screen and (max-width: 1400px){
    #header .logo-container {
        background-position: 50px 30%;
    }
    #header .custom-logo {
        left: 15%;
        position: relative;
        max-width: 60vw;
    }
    .social-network ul li .img-responsive, #album ul li .img-responsive {
        margin: 0 5px;
    }

    #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, #description #content ul li {
        font-size: 20px;
        line-height: 26px;
    }
    #description h1, #album h2 {
      font-size: 50px;
      line-height: 60px;
    }
    #slider h2,#streamer h2,#sponsors h2 {
        font-size:22px;
        line-height:30px
    }
    .social-network ul {
        font-size:22px;
    }
    .social-network ul li .img-responsive, #album ul li .img-responsive{
        height: 40px;
    }

    #footer a, #footer .cookies-edit span {
        font-size:20px;
    }
}
@media screen and(max-width: 992px) {

    #slider {
        padding: unset
    }
    .float-end {
        float:unset !important
    }
    .pull-right {
        margin-right: unset
    }
    #slider .block-txt {
        max-width:800px;

    }
    .social-network {
        margin-left: 0px;
    }
    .embed-responsive-item {
        margin: auto;
        margin-top:5%;
        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;
    }
    #header #counter .cta-donation a, #header #counter .cta-donation a:hover {
        margin-left:30px;
    }
    #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 screen and (max-width: 768px) {
    body #wpadminbar {
        width: 100%;
        overflow: hidden;
    }
    #page-container {
        overflow: hidden;
    }
    #footer ul {
        flex-direction: column;
    }
    #header .menu-nav {
        padding: 30px 40px;
    }
    #header .menu-nav .mt-5 {
        margin-top: 1rem !important;
    }
    #header .menu-nav a {
        font-size: 16px;
        line-height: 21px;
    }
    .cookieconsent-com---nb-simple {
        max-width: 100% !important;
    }

    #description h1 {
        text-align:center;
        display:block
    }
    #album ul li {
        margin: 5px;
    }
    #slider .splide__arrow img {
        width:30px
    }
    #slider {
     padding: 0px;
    }
    .slider-container {
        padding: 0;
    }
    #slider .slider-container {
        background-image: unset;
    }
    #slider .cta {
        margin-bottom: 3rem;
    }
    #header .logo-container{
        background-size: 17vw;
        background-position: 8px 5%;
        padding-top: 0;
    }
    #streamer .streamer-kit {
        max-width: 200px;
        margin:auto;
    }
    #streamer .streamer-kit:not(.last-child) {
        margin-bottom:30px
    }
    #slider .cta {
        width:400px;
    }
    #description .ratio {
        width: auto;
        height: auto;
    }

    .cta {
        font-size:16px;
        line-height:24px;
        height: 50px;
    }
    body {
        font-size:12px;
    }
    .container {
        width:320px;
    }
    h2 {
        font-size:12px;
    }
    #header {
        padding-top: 30px;
        height:auto;
    }
    #header .img-responsive{
        margin-top: 25px;
    }
    #header .custom-logo{
        max-width: 50%;
        position: relative;
        left: 2%;
        margin: 0 auto;
        top: -14px;
    }
    #header .slogan {
        font-size: 20px;
        padding: 3px 20px;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    #header .position-absolute.z-index {
        top: 98px;
        top: calc(6vw + 79px);
    }
    #header #counter .cta-donation a:after {
        right: 30px;
        top: 48px;
        width: 10px;
        height: 20px;
        background-size: cover;
    }
    #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;
        background-color: #ffffff;
    }

    #header #counter .cta-donation a, #header #counter .cta-donation a:hover  {
        font-size: 16px;
        font-weight: bold;
        padding-right: 0px;
        line-height:26px;
        text-align: center;
        padding: 15px 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 {
        right: 15px;
    }
    .button-playanim {
        border-width: 10px 0 10px 17px;
        height: 20px;
    }
    .button-playanim.pause {
        border-width: 0px 0 0px 16px;
    }
    #description {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    #description .embed-responsive-item {
        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;
    }
    #description #content,#slider .block-txt,#album .block-txt {
        padding: 0px;
        margin: 0px;
    }

    #description #content p,#slider .block-txt,#album .block-txt,#streamer .block-txt, #description #content ul li {
        font-size:16px;
        line-height: 24px;
        margin: 0px 0px 18px 0px;
        padding: 0px;
    }
    #streamer .block-txt {
        margin: 0px;
        padding:25px 0;
    }
    #slider .block-txt {
        padding: 30px 0;
    }
    #description h1,#slider h2,#album h2,#streamer h2,#sponsors h2 {
        padding: 10px 25px 10px 25px ;
        font-size:18px;
        line-height:22px;
        font-weight:bolder;
        margin-bottom: 16px;
    }
    #description h1, #album h2 {
      font-size:24px;
      line-height:28px;
    }
    .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 h2 {
        text-align:center;
        display: block;
    }

    .social-network ul li .img-responsive {
        margin: 0 auto;
        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;
        justify-content: center;
    }
    #album ul li {
        flex-grow: 1;
        max-width: 50px;
    }
    #album ul li .img-responsive {
        height:35px;
        margin: 0 auto;
    }


    #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:25px
    }
    #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 a {
        margin-bottom:30px
    }
    #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-responsive {
        width:35px;
        height:auto;
    }
    .social-network ul li:first-child{
        margin-bottom:10px;
        display: block;
    }
    .social-network ul li:last-child{
        margin-right:0px
    }
    .social-network ul li .img-responsive{
        height:25px;
    }
    #footer {
        padding: 25px 0px;
    }

    #footer a, #footer .cookies-edit span{
        font-size:16px;
    }
    #footer ul {
        flex-direction:column;
    }
    #footer li{
        margin-bottom:10px
    }
    #slider {
        padding-top: 0px;
    }
    #slider h2 ,#streamer h2{
        margin-bottom:30px
    }
    #slider .py-3,
    #slider .color-black.py-5,
    #slider .block-txt.border-white p {
        padding: 0px 5% !important;
    }
    #slider .pb-5 {
        padding: 0 0 0 !important
    }
    #slider .splide__arrow {
        width: 30px;
        height: 45px;
        transform: translateY(-50%);
    }
    #album {
        padding-top: 10px;
    }
    #sponsors .sponsors-container .col-md-2:not(:last-child) a{
        margin-bottom:40px
    }
    #description h2.purple, #description .block-txt, #slider h2.purple, #album h2.purple, #album .block-txt, #streamer h2.purple, #sponsors h2.purple {
        padding-left: 5%;
        padding-right: 5%;
    }
    #slider .splide__arrow img {
        width: 25px;
    }
    #header .position-absolute,
    #header .position-absolute.background-orange {
        padding: 8px 10px;
        top: 0;/*6vw;*/
        z-index: 99;
    }
    #header .is-sticky .position-absolute,
    #header .is-sticky .position-absolute.background-orange {
        top: 0;
    }
}

@media screen and (max-width:510px  )  {
    #header .nav-absolute:before, #header .nav-absolute:after,#header .nav-absolute div {
        height: 7px;
        width: 36px;
        border-radius: 6px;
        margin: 5px 0;
    }
    #header .position-absolute.z-index {
        top: 56px;
        /*top: 78px;
        top: calc(6vw + 59px);*/
    }
    html body .cta {
      padding: 12px 3px 10px 10px;
     font-size: 15px;
    }
}

@media screen and (max-width:450px  )  {
    #header .slogan {
        font-size: 18px;
        max-width: 400px;
    }
    .cta:after {
        right: -2.5%;
        width: 6%;
    }
    #slider .cta,#streamer .cta {
        width:275px;
    }
     .cta{
       font-size:14px
    }

    #header .logo-container{
        background-position: 8px 0%;
    }
    #thanks-banner .slide-container > div {
      font-size: 15px;
    }
}

@media screen and (max-width:380px) {
    #header .slogan {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 380px;
    }
    .social-network ul li .img-responsive{
        height:25px;
    }
    #thanks-banner .slide-container {
        padding: 10px 0 10px 0;
    }
    #thanks-banner .button-playanim {
        right: 8px;
    }
}


.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;
    line-height: 1.3;
  }
  #footer .menu li:after {
    display: none
  }
}

@media (max-width: 768px) {
  #description h1, #slider h2, #album h2, #streamer h2 {
    font-size: 30px;
  }
  #header .nav-absolute:before, #header .nav-absolute:after,#header .nav-absolute div {
    background: #fff;
  }
  .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: 400px) {
  #description h1, #slider h2, #album h2, #streamer h2 {
    font-size: 25px;
  }
}
