/* INCLUDE CSS */
@import url("animate.css"); /* Style Animation */

/* IMPORT FONT */
@font-face {
    font-family: geomanist;
    src: url(../brand/geomanist-light-webfont.eot), url(../brand/geomanist-light-webfont.woff), url(../brand/geomanist-light-webfont.woff2);
    font-weight: 200;
    font-style:normal
}
@font-face {
    font-family: geomanist;
    src: url(../brand/geomanist-book-webfont.eot), url(../brand/geomanist-book-webfont.woff), url(../brand/geomanist-book-webfont.woff2);
    font-weight: 300;
    font-style:normal
}
@font-face {
    font-family: geomanist;
    src: url(../brand/geomanist-regular-webfont.eot), url(../brand/geomanist-regular-webfont.woff), url(../brand/geomanist-regular-webfont.woff2);
    font-weight: 400;
    font-style:normal
}
@font-face {
    font-family: geomanist;
    src: url(../brand/geomanist-medium-webfont.eot), url(../brand/geomanist-medium-webfont.woff), url(../brand/geomanist-medium-webfont.woff2);
    font-weight: 500;
    font-style:normal
}
@font-face {
    font-family: geomanist;
    src: url(../brand/geomanist-bold-webfont.eot), url(../brand/geomanist-bold-webfont.woff), url(../brand/geomanist-bold-webfont.woff2);
    font-weight: 600;
    font-style:normal
}



body {
    background: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
	font-family: geomanist, sans-serif;
}
html {
scroll-behavior: smooth;
}
a {
transition: 0.3s!important;
}	
a:hover {
text-decoration:none!important;
}
div {
word-wrap: break-word
}

@media (min-width: 1200px) {
    .container {
        width: 1300px!important;
    }
}

/* HEADER MENU */
.navbar-collapse {
  text-align: center!important;
}
.navbar .navbar-nav {
display: inline-block;
float: none;
vertical-align: top;
}
.navbartrans {
left: 0;
right: 0;
top: 0;
z-index: 99999;
transition: 1s;
background:#1f62ca;
background: url(../img/hero-bg-3.jpg);
background-size: cover;
background-repeat: no-repeat;
padding-left:auto;
padding-right:auto;
overflow: hidden;
margin-bottom:16px;
min-height:85px;
}

.navbar {
left: 0;
right: 0;
top: 0;
z-index: 99999;
transition: 1s;
background:#0055ff;
padding-left:auto;
padding-right:auto;
}

.navheader {
display: block;
unicode-bidi: isolate;
padding: 1rem 0rem 0rem 0rem;
}
.navheader ul {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    /* height: 100%; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
}
.navheader li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    width: auto;
    flex-grow: 0;
    transition: 0.5s all;
}
.navbar_wrapper {
padding: 0 2.68949%;
position: fixed;
height: 64px;
width:100%;
background:#1f62ca;
background: url(../img/hero-bg-3.jpg);
background-size: cover;
background-repeat: no-repeat;
z-index: 99999!important;
margin-bottom:0px!important;
}
.navbar-toggle {
position: relative;
float: left!important;
padding: 9px 10px;
margin-top: -60px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
color:#fff!important;
}
.navbar-toggle .icon-bar {
color:#fff!important;
}
.nav__link {
    display: block;
        padding: 10px;
    margin-top:-4px;
}
.nav__link img {
    width:auto!important;
    height: 100%!important;
    padding:7px!important;
    margin-top:-5px;
}
@media (max-width: 47.99em) {
.nav__link {
text-align:center!important;
}
.nav__link img {
width:130px!important;
height: auto;
}
}
.containbtn {
width: 100%;
height: 64px;
display: flex;
align-items: center;
justify-content: left;
backdrop-filter: blur(10px);
transition: 0.5s ease-in-out;
margin-bottom: 10px;
line-height: 15px;
padding-top:7px;
}
@media (max-width: 47.99em) {
.containbtn {
margin-top:0px!important;
}
}
.containbtn .img-titrage {
width: 55px;
height: 55px;
margin-left: 10px;
}
.containbtn .textbox-titrage {
width: auto;
margin-left: 10px;
color: white;
}
.containbtn .textcontent-titrage {
display: block;
align-items: center;
justify-content: space-between;
}
.containbtn .titre {
font-size: 14px!important;
font-weight: bold;
}
.containbtn .span {
font-size: 10px;
}
.containbtn .artist {
font-size: 14px!important;
font-weight: lighter;
text-transform: uppercase;
}
.containbtn .btnplay {
background:#e83181;
color:#fff;
width:30px;
height:30px;
border-radius:50%;
padding:8px 8px;
text-align:center;
display: block;
}
.containbtn .btnplay:hover {
background: #dc3c96;
cursor: pointer;
color:#fff;
text-decoration: none;
}

.btnheader {
margin-top:3px;
background: #ff0078;
border: 0;
display: inline-flex;
height: 44px;
justify-content: center;
align-items: center;
padding: 0 20px 0 24px;
font-size: 16px;
color: #fff;
box-shadow: 0 2px 4px 0 rgba(9,76,89,0.16);
font-weight: 500;
font-family: inherit;
white-space: nowrap;
cursor: pointer;

}
.btnheader:hover, .btnheader:focus  {
color:#fff!important;
text-decoration: none!important;
background: #dc3c96;
}
.btnheader i  {
margin-right:10px;
}
   @media (max-width: 768px) {
        .btnheader span {
            display:none;
        }
	   .btnheader i  {
		   margin-right:0px;
}
    }
.icon-bar {
background-color: #fff;
}
.nav {
color: #fff;
padding: 10px 20px;
width:100%!important;
text-align: center!important;
}
.nav>li>a {
position: relative;
display: block;	
padding: 8px 0!important;
border-bottom: 2px solid transparent;
border-top: 2px solid transparent;
color: #fff;
font-size: 16px;
font-weight: 500;
}
.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background: none;
color:#ff0078;
}
.nav .active {
text-decoration: none;
background: none;
color:#ff0078;
}
.nav li {
cursor: pointer;
font-size: 16px;
text-align:center;
}

.nav li:after {
    content: '';
    display: block;
    transform: scaleX(0);
    transition: .2s ease-in-out;
}

.nav li:hover:after {
    transform: scaleX(1);
}

@media (max-width: 47.99em) {
.containbtnn {
margin-top:-190px!important;
}
.containbtnn .hero__socials-item-icon {
    font-size: 14px!important;
    text-align: center;
    color: #fff;
}
.containbtnn .hero__socials-item-link {
    display: block;
    padding: 1rem;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: rgba(0, 0, 0, .2);
    transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
}
.containbtnn .hero__socials {
    gap: 0.5rem!important;
    margin-right:15px;
    margin-top:25px;
}
.containbtn {
margin-top:-117px!important;
background:#1f62ca;
background: url(../img/hero-bg-3.jpg);
background-size: cover;
background-repeat: no-repeat;
}
.containbtn {
padding-bottom:7px!important;
}
.containbtn .btnplay {
margin-left:10px!important;
}
.btnmobile {
padding:0px;
}
}

.wraptitle {
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    height:auto;
    text-align:center;
    margin-top:6%;
    margin-bottom:5%;
}  
@media (max-width: 48em) {
.wraptitle {
padding-top:10%!important;
padding-bottom:10%!important;
}
}
.wraptitle div {
width:100%;
    text-align:center;
}  
.wraptitle h1 {
font-size: 50px;
color:#fff;
text-align: center;
text-transform: uppercase;
} 

/* HEADER DYNAMIQUE ON AIR */
.dynamicheader {
display: block;
height:auto;
width:100%;
}
.dynamicheader .onair-img img {
z-index: 9999!important;
}
@media (min-width: 48em) {
.dynamicheader .onair-img img {
    height: 554px!important;
    width:auto!important;
  }
}
.dynamicheader .onair-img {
display: none;
}
@media (min-width: 48em) {
.dynamicheader .onair-img {
    height: 554px!important;
  }
}
@media (min-width: 1024px) {
.dynamicheader .onair-img {
display:block;
display: flex;
justify-content: center;
align-items: flex-end;
z-index: 9999!important;
margin-top:-15px!important;
margin-bottom:15px!important;
}
.dynamicheader .onair-img img {
width:100%!important;
height:auto!important;
}
}
.dynamicheader .onair-titrage {
display: block;
height: min-content;
align-self: center;
background-color: rgba(0, 0, 0, .2);
position: relative;
z-index:0;
padding-top:10px;
padding-bottom:10px;
margin-left:-10px;
margin-top:30px;
margin-bottom:20px;
}
@media (min-width: 1024px) {
.dynamicheader .onair-titrage {
background-color: transparent;
grid-row: 2;
grid-column: 4/-1;
display:grid
}
}
.dynamicheader .onair-titrage:after {
display:none
}
@media (min-width: 1024px) {
.dynamicheader .onair-titrage:after {
content: "";
z-index: -1;
display: block;
position: absolute;
height: 100%;
left: -45%;
width: 100vw;
background-color:rgba(0, 0, 0, .2)
}
}
@media (max-width: 47.99em) {
.dynamicheader .onair-titrage {
margin-left:0px!important;
}    
}
.now-playing {
        
                align-items: center;
                text-align: center;
                width: 100%;
                margin: 0 auto;
                padding: 1rem 1.6rem
            }

            @media (min-width: 375px) {
                .now-playing {
                    text-align:center;
                    justify-content: flex-start;
                    flex-direction: row;
                    max-width: 100%;
                }
            }

            @media (min-width: 768px) {
                .now-playing {
                    width:100%;
                     max-width: 100%;
                    text-align:left;
                }
            }

            @media (min-width: 1024px) {
                .now-playing {
                    margin-top:0;
                    width: 100%;
                    max-width: 100%
                }
            }

    .now-playing__cover {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    }

@media (max-width: 47.99em) {
.now-playing__cover {
text-align:center!important;
}
.now-playing__cover-img {
width: 50%!important;
height: auto!important;
} 
.now-playing__button {
font-size:16px!important;
margin-top:-20px!important;
margin-bottom:15px!important;
} 
.now-playing__content {
margin-bottom:-30px!important;
} 
.now-playing__titleonair {
margin-top:20px!important;
} 
.dynamicheader .onair-titrage {
padding-bottom:30px!important;
}
.beforetitle {
margin-top:-10px!important;
}
.navbartrans .hero__socials {
margin-top:10px!important;
}
.title-emission {
line-height:40px!important;
margin-bottom:10px!important;
}
.containbtnn .hero__socials {
margin-top:25px!important;
width:100%!important;
text-align:center!important;
}
}
    .now-playing__cover-img {
        width: 100%;
        height:100%;
    }

    .now-playing__track {
		color:#fff;
		line-height: 15px;
        margin-bottom:30px;
    }
 .now-playing__titleonair {
        font-size: 16px;
     margin-top:8px;
    }

    .now-playing__track-title {
        font-size: 20px;
        font-weight:700
    }

    .now-playing__track-artist {
        font-size: 20px;
        font-weight: lighter;
        text-transform: uppercase;
    }

    .now-playing__button {
        all: unset;
        font-size:18px;
        padding: .2rem 1.4rem;
        background-color: #e83181;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 1rem;
        margin-top: 0.5rem;
        border:.2rem solid #e83181;
		transition: 0.3s!important;
		text-decoration: none;
    }

    .now-playing__button:hover {
opacity: .7;    
color:#fff!important;
cursor: pointer;
text-decoration: none;
    }

.onair {
        width: 100%!important;
        display:block;
      font-weight: lighter !important;
    color: #fff;
    font-size: 22px !important;
    line-height: 0px !important;
    text-transform: uppercase;
    margin-top:13%!important;
    margin-bottom:0px;
    padding:0px;
    }
@media (max-width: 47.99em) {
.onair {
margin-top:15%!important;
text-align: center;
}
#boutons_players {
margin-top:20px!important;
text-align: center;
} 
    
    
}

    .title-emission {
        width: 100%!important;
        place-self:center;
		color:#fff;
		font-size:60px;
        line-height: 30px;
        display:block;
        font-weight: 500!important;
        line-height: 55px;
          margin:0px;
    padding:0px;
    }
   @media (max-width: 768px) {
        .title-emission {
		font-size:50px;
            text-align:center;
            margin-top:15px;
    }
    }

    @media (min-width: 1024px) {
        .title-emission {
            max-width:100%;
            padding-top:4%;
        }
    }
    .heures-emissions {
        width: 100%!important;
            margin-top: 10px;
    max-width: 100%;
    color: #fff;
    font-size: 26px;
    line-height: 1.4;
         font-weight: lighter !important;
          padding:0px;
    }
  @media (max-width: 768px) {
        .heures-emissions {
            text-align:center;
            margin-top:-5px;
            font-size:24px;
    }
    }

    @media (min-width: 1024px) {
        .heures-emissions {
            max-width:100%;
            text-align:left;
        }
    }
.hero__socials {
        display: flex;
        justify-content: right;
        gap: 1rem;
        align-self: start;
    }
@media (max-width: 47.99em) {
.hero__socials {
justify-content: center!important;
margin-top:9px;
}
}
    .hero__socials.container {
        display:flex
    }

    .hero__socials-item {
        all:unset
    }

    .hero__socials-item-link {
        display: block;
        padding: 1rem;
        width:40px;
        height:40px;
        text-align:center;
        background-color: rgba(0, 0, 0, .2);
        transition:background-color .2s ease-in-out, box-shadow .2s ease-in-out
    }

    .hero__socials-item-link:hover {
        background-color:#e83181;
    }

    .hero__socials-item-link:focus, .hero__socials-item-link:focus-visible {
        outline: 0;
        background-color: #e83181;
        box-shadow:0 0 0 .2rem rgba(254, 103, 39, .6)
    }

    .hero__socials-item-icon {
        font-size:18px;
        text-align:center;
        color:#fff
    }

    @media (min-width: 1024px) {
        .hero__socials {
            grid-column: 4/6;
            grid-row:3
        }
    }
.beforetitle {
color:#fff;
margin-top:8px;
font-weight: lighter !important;
}
.beforetitle .title {
font-weight:600;
}
@media (max-width: 47.99em) {
.beforetitle {
text-align:center!important;
}
}
@media (min-width: 48em) {
  .mobileheader {
    height: 554px;
  }
}
@media (max-width: 47.99em) {
.headeranime {
display:none;
visibility:hidden;
}
}
.headeranime .mask {
        z-index: 4;
        width: 100%;
        height: 500px;
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(../img/bg_header_video.svg);
        background-size: cover;
    }    
.headeranime .source {
        display: inherit;
        z-index: 3;
        width: 420px;
        height: 435px;
        overflow: hidden;
        position: absolute;
        top: 20px;
        right: 20px;
    }
.headeranime .source video {
        width: 100%;
        height: 100%;
        border-radius:50%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        -webkit-transform-style: preserve-3d;
    
    }
.headeranime {
margin-top:35px!important;
    }
    
 .headeranime .btnplay  {   
        width: 100%;
        height: 500px;
        z-index: 99;
        position: absolute;
        top: 0;
        right: 0;
         }
.headeranime .btnplay a {
        display: block;
        background: url(../img/btn_bg_header_video.svg) no-repeat;
        width: 74px;
        height: 74px;
        position: absolute;
        left: 255px;
        top: 210px;
        transform: scale(1);
        transition: .1s all ease-in;
    }
.headeranime .btnplay a:hover {
        transform: scale(1.1);
    }


/* SLIDER */

@media (max-width: 47.99em) {
.carousel-control {
display:none;
}
 .carousel .itemmob {
    height: 734px!important;
  }    
}
.hero-slide-bg {
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}   
.carousel .item {
  height: auto;
  width: 100%;
}
.hero-slide {
  height: auto;
  width: 100%;
  position: relative;
}
@media (min-width: 48em) {
  .hero-slide {
    height: 554px!important;
  }
.carousel .item {
    height: 554px!important;
  }
}
.hero-slide-container {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  position: relative;
  width: 1328px;
  max-width: calc(100% - 100px);
  height: 100%;
}

@media (max-width: 47.99em) {
  .hero-slide-container {
    position: relative;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 47px rgba(47, 59, 65, 0.15);
    overflow: hidden;
  }
  .hero-slide-container:before {
    padding-top: 146.875%;
    display: block;
    content: "";
  }
}

.hero-slide-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 56%;
  max-width: 780px;
  z-index: 3;
}

@media (min-width: 61.25em) {
  .hero-slide-content {
    padding-left: 74px;
  }
}

@media (max-width: 47.99em) {
  .hero-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px 23px;
  }
}

.hero-slide-headline {
font-weight: lighter!important;
color:#fff;
margin-bottom: 8px;
font-size: 22px!important;
  line-height: 10px!important;
text-transform: uppercase;
}

@media (max-width: 47.99em) {
  .hero-slide-headline {
font-size: 18px!important;
margin-top:60px;
  }
}

.hero-slide-title {
  font-weight: 500;
  font-style: normal;
    color:#fff;
  line-height: 1!important;
  font-size: 60px!important;
  text-transform: none!important;
}

@media (max-width: 47.99em) {
  .hero-slide-title {
    font-size: 42px!important;
      margin-top:0px!important;
  }
}

@media (max-width: 21.865em) {
  .hero-slide-title {
    font-size: 2rem;
      color:#fff;
  }
}

.hero-slide-title a {
  display: block;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #fff;
  text-decoration: none;
}

.hero-slide-title a:hover {
  color: #e83181!important;
}

.hero-slide-text {
  margin-top: 10px;
  font-weight: 500;
  font-style: normal;
  max-width: 456px;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: -0.44px;
  line-height: 1.4;
}

@media (max-width: 47.99em) {
  .hero-slide-text {
    max-height: 66px;
    overflow: hidden;
    font-size: 1.0625rem;
    letter-spacing: 0;
    line-height: 1.2941176471;
  }
  @supports (-webkit-line-clamp: 3) {
    .hero-slide-text {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis;
    }
  }
}

@media (max-width: 21.865em) {
  .hero-slide-text {
    max-height: 57px;
    overflow: hidden;
    font-size: 0.9375rem;
    line-height: 1.2666666667;
  }
  @supports (-webkit-line-clamp: 3) {
    .hero-slide-text {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis;
    }
  }
}

.hero-slide-text a,
.hero-slide-text b,
.hero-slide-text strong {
  color: $primary;
}

.hero-slide-buttons {
  margin-top: 25px;
  display: flex;
}

@media (max-width: 47.99em) {
  .hero-slide-buttons {
    margin-top: auto;
    width: 100%;
  }
}

.hero-slide-buttons .button {
  //min-width: 190px;
  background-color: #fff!important;
  color: #e83181!important;
  border: unset;
padding: 13px 45px 13px;
    font-weight: 500;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    outline: none;
}


.hero-slide-buttons .button:hover, .hero-slide-buttons .button.button--dark:hover {
  background-color: #e83181!important;
  color: #fff!important;
}

.hero-slide-buttons .button:not(:first-child) {
  margin-left: 10px;
}

@media (max-width: 47.99em) {
  .hero-slide-buttons .button {
    padding-right: 0;
    padding-left: 0;
    width: calc(50% - 5px);
    min-width: unset;
  }
}

.hero-slide-picture {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  z-index: 2;
  max-width: 663px;
  margin-bottom: unset;
}

@media (max-width: 47.99em) {
  .hero-slide-picture {
    position: relative;
    height: auto;
    width: 100%;
    position: absolute;
    max-width: unset;
  }
  .hero-slide-picture:before {
    padding-top: 83.4087481146%;
    display: block;
    content: "";
  }
}

.hero-slide-picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.object-fit .hero-slide-picture img {
  object-fit: contain;
}

.no-object-fit .hero-slide-picture img {
  font-family: object-fit\: contain;
}

.hero-slide-picture-link {
  z-index: 1;
}

.hero-slide-bg,
.hero-slide-picture-link,
.replay-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
    object-fit: cover!important;
}

.hero-slide-bg {
  z-index: 0;
}

.object-fit .hero-slide-bg, .replay-bg {
  object-fit: cover;
}

.no-object-fit .hero-slide-bg, .replay-bg {
  font-family: object-fit\: cover;
}

@media (min-width: 48em) {
  .hero-slide-bg.mobile {
    display: none;
  }
}

@media (max-width: 47.99em) {
  .hero-slide-bg.desktop {
    display: none;
  }
  .replay-bg {
    object-position: left center;
  }
}

.hero-controls {
  position: absolute;
  top: 50%;
  right: 50%;
  display: flex;
  justify-content: space-between;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: calc(100% - 40px);
  max-width: 1820px;
  outline: none;
  pointer-events: none;
}

@media (max-width: 61.24em) {
  .hero-controls {
    display: none;
  }
}

@media (min-width: 100em) {
  .hero-controls {
    width: calc(100% - 100px);
  }
}

.hero-controls .button-arrow {
  pointer-events: all;
}

.hero-nav {
  margin-top: 20px;
  display: flex;
  position: relative;
  z-index: 12;
  justify-content: center;
}

@media (min-width: 61.25em) {
  .hero-nav {
    display: none;
  }
}

.hero-nav-dot {
  margin-right: 5px;
  margin-left: 5px;
  padding: 0;
  height: 10px;
  width: 10px;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 0;
  border-radius: 50%;
  outline: none;
  background-color: rgba($primary, 0.4);
}

.hero-nav-dot.tns-nav-active {
  background-color: $primary;
}

.hero-progress {
  bottom: 0;
  height: 7px;
  z-index: 2;
}

.hero-progress,
.hero-progress-bar {
  position: absolute;
  left: 0;
  width: 100%;
}

.hero-progress-bar {
  top: 0;
  height: 100%;
  display: block;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  background-color: $blue-light;
}

.hero-progress.is-progressing .hero-progress-bar {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 9.6s linear;
  transition: transform 9.6s linear;
  transition: transform 9.6s linear, -webkit-transform 9.6s linear;
}



.o-section__heading {
margin-bottom: 16px;
font-weight: 500;
font-size: 20px;
color: #1f62ca;
margin-top:10px;
}
.contain {
width:100%;
box-shadow: 0 0 10px rgba(0, 0, 0, .4);
background:#fff;
padding:5px;
margin-bottom:5px!important;
}
.buttonallinfo  {
        all: unset;
        font-size:18px;
        padding: .2rem 1.4rem;
        background-color: #e83181;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        margin-top: 0.5rem;
        border:.2rem solid #e83181;
		transition: 0.3s!important;
		text-decoration: none;
        float:right;
    }

    .buttonallinfo:hover {
        background: #dc3c96;
        border-color:#dc3c96;
        cursor: pointer;
        color:#fff;
		text-decoration: none;
    }
@media (max-width: 47.99em) {
.buttonallinfo {
float:left;
margin-top:-10px;
  }
}



/* DERNIERS TITRES */
.lastitlebox {
margin-top:20px;    
margin-bottom:20px;
background:#1f62ca;
background: url(../img/hero-bg-3.jpg);
background-size: cover;
padding:10px!important;
height:auto!important;
}
.lastitlebox .o-section__title {
color:#fff;
}
.lastitlebox .list {
margin-bottom:10px;
margin-top:10px;
}



/* NEWS */
.sectionews {
margin-top:10px;
}
.sectionews .col-lg-4 {
padding-right:0px;
}
.blocnewstop {
width:100%;
padding:10px;
background:#f7f7f7;
margin-bottom:10px;
}
.hovereffect1 {
transition: transform .1s ease-in-out, box-shadow .1s ease-in-out;
}
.hovereffect1:hover {
transform: scale(1.05);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
z-index: 5;
}
.blocnewstop img {
width:100%;
height:180px;
object-fit: cover;
}
.blocnewstop .infos .titre {
font-size:22px;
font-weight:500;
color:#1f62ca;
line-height:22px;
margin-top:10px;
transition: 0.3s!important;
}
.blocnewstop:hover .infos .titre {
color:#e83181;
transition: 0.3s!important;
}
.blocnewstop .infos .contenu {
color:#4e4e4e;
margin-top:8px;
margin-bottom:8px;
}
.blocnewstop .infos .disclaimer {
color:#a0a0a0;
}
.blocnewstop .badgenews {
background:#e83181;
padding:0px 10px;
color:#fff;
display: inline-block;
font-size:18px;
font-weight:500;
margin-left:15px;
margin-top:-40px;
}


.containreplay {
    margin-top:10px;
margin-bottom:20px;
}
.card-visual {
  margin-bottom: 1.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card-visual:before {
  padding-top: 56.7944250871%;
  display: block;
  content: "";
}

@media (max-width: 47.99em) {
  .card-visual {
    margin-bottom: 0;
  }
}

.card-visual-picture,
.card-visual-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(47, 59, 65, 0.1);
}
.card-visual-replay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(47, 59, 65, 0.1);
}

.card-visual-replay.is-playing .card-visual-replay-toggle,
.card-visual-replay.is-playing > img {
  display: none;
}

.card-visual-replay-toggle {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  border: 0;
  border-radius: 0;
  background: none;
  outline: none;
}

.card-visual-replay-toggle .svg svg {
  filter: drop-shadow(0px 1px 5px #525252);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-visual-replay-toggle:hover .svg svg {
  transform: scale(0.75);
}

.card-visual-replay-toggle .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #fff;
}

.card-visual-replay > img:not(.card-visual-replay-placeholder) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.object-fit .card-visual-replay > img:not(.card-visual-replay-placeholder) {
  object-fit: cover;
}

.no-object-fit .card-visual-replay > img:not(.card-visual-replay-placeholder) {
  font-family: object-fit\: cover;
}

.card-visual-replay > img.card-visual-replay-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 55px;
  width: 94px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 47.99em) {
  .card-visual-replay > img.card-visual-replay-placeholder {
    height: 47px;
    width: 80px;
  }
}

.card-visual-replay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.svg-play {
font-size:58px;
color:#e83181;
filter: drop-shadow(0px 1px 5px #525252);
transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 47.99em) {
.infosreplay {
margin-top:10px;
margin-bottom:10px;
  }
}
.infosreplay h3 {
font-size:22px;
font-weight:500;
color:#1f62ca;
transition: 0.3s!important;
margin:0px;
padding:0px;
line-height:20px;
}
.infosreplay h2 {
font-size: 16px;
font-weight: lighter;
text-transform: uppercase;
color:#1f62ca;
margin:0px;
padding:0px;
line-height:20px;
}

/* BONS PLANS */
.containbonplans {
margin-top:10px;
}
.containbonplans ul {
list-style: outside none none;
padding-left: 0;
margin: 0;
}
.containbonplans ul li:last-child {
margin: 0;
}
.containbonplans li {
margin: 0 0 15px;
overflow: hidden;
display: table;
}
.containbonplans .vignette {
display: table-cell;
vertical-align: middle;
width: 80px;
}
.containbonplans .vignette img {
width: 100%;
}
.containbonplans .infotitle {
overflow: hidden;
display: table-cell;
vertical-align: middle;
padding: 0 0 0 15px;
}
.containbonplans .nom {
font-size: 22px;
font-weight: 500;
color: #1f62ca;
transition: 0.3s !important;
margin: 0px;
padding: 0px;
}
.containbonplans .lieu {
font-size: 16px;
font-weight: lighter;
text-transform: uppercase;
color: #173e9b;
margin: 0px;
padding: 0px;
}
.containbonplans .date {
font-size: 14px;
font-weight: lighter;
text-transform: uppercase;
color: #000;
margin: 0px;
padding: 0px;
}    

/* WEBRADIOS THEMATIQUES */
.webradios-thematiques {
max-width: 100%;
margin-top:26px;
}
.webradios-thematiques .o-channel {
margin-bottom: 8px;
color: #FFF !important;
}
.o-block-link {
position: relative;
}
.webradio {
display: flex;
background: #14328c;
color: #fff;
width: 100%;
padding: 0 8px 0 0;
font-size: 15px;
align-items: center;
height: 60px;
background-size: cover;
transform: translateX(0);
min-width: 0;
position: relative;
min-height: 80px;
background-position: right;
margin-top:5px;
}
.webradio__logo {
min-width: 35%;
width: 35%;
margin-left:10px;
}
.webradio__img {
    width: 100%;
    max-width: 110px;
    margin: 0 auto;
}
.webradio__content {
min-width: 0;
line-height:15px;
padding-right:15px;
width:100%;
}
.webradio__action {
background: #173e9b;
border: 0;
display: inline-flex;
height: 44px;
justify-content: center;
align-items: center;
border-radius: 73px;
padding: 0 20px 0 24px;
font-size: 16px;
color: #fff;
box-shadow: 0 2px 4px 0 rgba(9, 76, 89, 0.16);
font-weight: 500;
font-family: inherit;
white-space: nowrap;
cursor: pointer;
}
.webradio__action {
margin-left: auto;
fill: #fff;
background: none !important;
border-radius: 50%;
height: 33px !important;
width: 33px !important;
min-width: 33px !important;
padding: 0 !important;
font-size: 0px;
overflow: hidden;
}
.webradio__icon {
    width: 40px !important;
    height: 40px !important;
}
.webradio__play {
    color: white !important;
    border-radius: 50%;
    border: none !important;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.3);
    transition: box-shadow ease 0.2s, background-color ease 0.2s, transform ease 0.2s;
}
.webradio__title, .webradio__artist {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    text-transform:uppercase;
    font-weight: 600;
}
.webradio__title {
    font-weight: lighter;
}


/* ESPACES PUBLICITAIRES */
.banner-long {
background:#e2e2e2;
background: url(../img/bandeauxpub/defaut_1272_140.jpg);
background-size: cover;
color:#b7b6b6;
width:100%;
height:140px;
margin-top:30px;
font-size:18px;
font-weight:500;
object-fit: cover;
}
.banner-long img {
width:100%;
height:100%;
object-fit: cover;
}
.banner-height {
background:#e2e2e2;
background: url(../img/bandeauxpub/defaut_406_507.jpg);
background-size: cover;
color:#b7b6b6;
width:100%;
height:505px;
margin-top:5px;
font-size:18px;
font-weight:500;
}
.banner-height img {
width:100%;
height:505px;
}

/* FOOTER */
footer  {
bottom: 0;
width: 100%;
padding-top:30px;
background: url(../img/hero-bg-3.jpg);
background-size: cover;
margin-top:30px;
}
footer .logofooter img {
width:230px;
}
@media (max-width: 47.99em) {
footer .logofooter {
text-align:center;
margin-bottom:30px;
}
}
footer .o-section__title {
color:#fff;  
font-weight:500;
}
footer .menu-text ul  {
list-style-type : none!important;
margin:0px;
padding:0px;
color:#fff; 
}
footer .menu-text li  { 

}
footer .menu-text a  { 
color:#fff; 
font-weight:200;
font-size:16px;
}

.menu-reseaux ul  {
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
justify-content: space-between;
/* height: 100%; */
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
padding: 0;
}
.menu-reseaux li  {
display: inline-block;
text-align: center;
font-size: 14px;
font-weight: 600;
width: auto;
flex-grow: 1;
transition: 0.5s all;
}
.menu-reseaux li a {
display: block;
font-size:22px;
text-decoration: none;
color:#fff; 
transition: opacity .15s ease-in-out;
}
.menu-reseaux li a:hover {
opacity: .7;
}
@media (max-width: 47.99em) {
footer .o-section__header {
text-align:center;
}
footer .menu-text {
text-align:center;
margin-bottom:30px;
}
footer .displaymobile {
display:none;
}
footer .menu-reseaux {
margin-top:40px;
}
}

footer .menu-app ul {
list-style: none;
text-align:left;
margin:0px;
padding:0px;
}   
footer .menu-app li {
display: inline-block;
width:30%;
} 

@media (max-width: 64.063em) {
footer .menu-app {
margin-top:20px;
}
}  

footer .copyright  {
margin-top:30px;
padding: 1rem 0;
border-top: 1px solid #f2f2f2;
background-color: #f3f4f4;
font-size: 1.3rem;
color: #a8b6c5;
text-align: center;
}
footer .copyright a {
color:#a8b6c5;
}
footer .copyright ul {
list-style: none;
margin-bottom: 0;
padding-left: 0;
text-align: center;
display: inline-block;
}
footer .copyright li {
display: inline-block;
padding-left: .5em;
padding-right: .5em;
position: relative;
}
footer .copyright li:after {
content: "|";
opacity: .3;
position: absolute;
right: -.25em;
}
footer .copyright li:last-child:after {
display: none
}

#scrollToTopButton {
width: 60px;
height: 60px;
bottom: 30px;
right: 30px;
display: block;
z-index: 99;  
visibility: hidden;
position: fixed;
box-shadow: 0 0 10px rgba(0, 0, 0, .4);
background-color: #e83181;
border:0px;
color: #fff;
font-weight: 800;
line-height: 1.5;
font-size:22px;
text-align:center;
transition: .2s ease-in-out;
}
#scrollToTopButton i {
position: relative;
top: 0;
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
#scrollToTopButton:hover i {
top: -6px!important;
}

.modcontent {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}   
@media(min-width:550px) {
.modcontent .webr-container:not(.webr-container-one) {
flex-basis:49.5%;
}   
}  
.modcontent .webr-container {
text-decoration:none;
width:100%;
}
.webr-container {
border:1px solid transparent;
}
.webr-logo {
height:100px;
width:100px;
margin:0 15px;
}
.webr-desc {
font-size:15px;
line-height:20px;
padding:0 20px 0 20px;
color:white;
overflow: hidden;
text-overflow: ellipsis;
height:40px;
}
.webr-ecouter {
z-index:9999!important;
position:absolute!important;
right:15px;
top:15px;
height:75px;
width:75px;
border-radius:150px;
background-color: rgba(0, 0, 0, .2);
transition: transform .1s ease-in-out, box-shadow .1s ease-in-out;
}
.webr-ecouter:hover {
transform: scale(1.05);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.webr-ecouter img {
height:20px;
width:20px;
fill:white;
}
.webr-ecouter .webr-play {
margin:28.5px;    
} 
.webr-rds {
background-color: rgba(0, 0, 0, .2);
padding:10px 15px 12px 15px;
margin:10px;
font-size:15px;
line-height:15px;
min-height:60px;
}
.webr-title {
white-space: nowrap;
overflow: hidden;
text-transform: uppercase;
text-overflow: ellipsis;
text-transform:uppercase;
color: #fff;
font-weight:lighter;
}
.webr-artist {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color:#fff;
font-weight:800;
text-transform:uppercase;
}
.webr-cover {
float:left;
height:40px;
width:40px;
margin-right:8px;
}   
.webr-ta {
margin-top:5px;
} 


    @media (min-width: 576px) {
    #dedicaces .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}
#dedicaces .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
#dedicaces .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: #1f62ca;
    background: url(../img/hero-bg-3.jpg);
    background-size: cover;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    font-family: geomanist, sans-serif;
} 
#dedicaces .modal-header .close {
    margin-top: -30px;
    color:#fff;
    opacity: 1;
}  
#dedicaces .modal-header {
    border-bottom: 0px!important;
    text-align:center;
}
#dedicaces .modal-footer {
    border-top: 0px!important;
    text-align:center;
}
#dedicaces .modal-title {
    font-weight: 500;
    font-size: 24px;
    color:#fff;
}    
#dedicaces .modal-body {
    font-size: 18px;
    color:#fff;
    text-align:center;
}

#dedicaces .modal-footer .btnclosemodal {
    all: unset;
    font-size: 18px;
    padding: .2rem 1.4rem;
    background-color: #e83181;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top: 0.5rem;
    border: .2rem solid #ff0078;
    transition: 0.3s !important;
    text-decoration: none;
}
#dedicaces .modal-footer .btnclosemodal:hover {
    background: #dc3c96;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}





#dedicaces .modal-header .h3 {
display: block !important;
position: relative !important;
font-weight: 800 !important;
font-size: 22px !important;
margin-bottom: 0px !important;
margin-top: 8px;
color: #fff !important;
width: 100% !important;
text-transform: uppercase !important;
text-align: left !important;
}
#dedicaces .modal-header .h2 {
display: block !important;
position: relative !important;
margin: 0 !important;
text-align: left !important;
font-weight: lighter !important;
font-size: 16px !important;
color: #fff !important;
width: 100% !important;
}
#dedicaces .modal-body {
display: block !important;
position: relative !important;
margin: 0 !important;
text-align: left !important;
font-size: 16px !important;
color: #fff !important;
width: 100% !important;
}
#dedicaces .modal-content .inputspan {
width: 100%!important;
color:#fff!important;
font-weight:500!important;
}
#dedicaces .modal-content input {
margin-bottom:8px!important;
margin-top:5px!important;
}
#dedicaces .modal-content textarea {
margin-bottom:8px!important;
margin-top:5px!important;
}
#dedicaces .modal-content .form-control {
border-radius: 0px!important;
}
#dedicaces .modal-content .buttonSend {
width:100%!important;
border: none!important;
border-radius: 0px!important;
background-color: #fff!important;
padding:5px!important;
color: #1f62ca!important;
margin-top: 5px!important;
font-size: 16px!important;
outline: none!important;
cursor: pointer!important;
transition: all 0.4s!important;
font-weight:500!important;
}
#dedicaces .modal-content .buttonSend:hover {
opacity: .7!important;
}
#dedicaces .modal-content #resultat {
width:100%!important;
color:#fff!important;
font-weight:500!important;
padding:3px 10px!important;
margin-bottom:10px!important;
}
#dedicaces .modal-content .erreur {
background:#ea0f1a!important;
}
#dedicaces .modal-content .good {
background:#1ab761!important;
}
#dedicaces .close {
position: absolute!important;
right: 10px!important;
top:40px!important;
width: 15px!important;
}

#actualite {
text-align: center;
}

#actualite img {
    background-color: #6c9fbc;
}

#actualite .grid {
    padding: 0 20px;
    text-align: left;
}
#actualite .grid > div {
    background-color: #f7f7f7;
    border-radius: 0px;
    margin-top: 30px;
    position: relative;
}
#actualite .grid > div:hover {
    background-color: #1f62ca;
    color:#fff;
}
#actualite .grid > div i {
    position: absolute;
    background-color: #091f3d;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 10px 0 10px 0;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
}
#actualite .grid > div i.live {
    background-color: #b20000;
}
#actualite .grid > div i.finished {
    background-color: #ffffff;
    color: #6c9fbc;
}
#actualite .grid > div span {
    border-radius: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0px 0 #6c9fbc;
    transition: 0.5s all ease;
}
#actualite .grid > div span:hover {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
z-index: 5;
}
#actualite .grid > div a {
    text-decoration: none;
    color: #091f3d;
}
#actualite .grid > div a img {
    border-radius: 0px;
    display: inherit;
    width: 100%;
    height: 180px;
    object-fit: cover;
}
#actualite .grid > div a div.content {
    padding: 20px;
}
#actualite .grid > div a div.content h2 {
    font-size: 18px;
    margin-top: 5px;
    color:#1f62ca;
}
#actualite .grid > div:hover a div.content h2 {
    color:#fff;
}
#actualite .grid > div a div.content div p {
    
}
#actualite .grid .content div h3 {
    font-size: 14px;
        line-height: 1.42857143!important;
    font-weight:400;
    margin:0px;
    padding:0px;
    display: inline-block;
}
#actualite .category {
    color: #e83181;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
}
#actualite .grid > div a div.content.video {
    display: flex;
    align-items: center;
    padding-right: 15px;
    padding-top: 10px;
}
#actualite .grid > div a div.content.video .play-icon {
    margin-right: 15px;
}
#actualite .grid > div a div.content.video .play-icon span {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 2px solid #6c9fbc;
    position: inherit;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#actualite .grid > div a div.content.video .play-icon span svg {
    fill: #6c9fbc;
    padding-left: 2px;
}
#actualite .grid > div.off-card {
    display: none !important;
}
#actualite .grid h2.nothing {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    color: #6c9fbc;
}
#actualite .grid h2.nothing.no-additional-content {
    height: 50vh;
}
#actualite .related.grid > div a div.content h2 {
    margin-top: 0;
}
#actualite .related.grid > div a div.content div {
    margin-bottom: 5px;
}
#actualite .related.grid > div a div.content p {
    text-transform: initial;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
    text-decoration: underline;
}
#actualite a.load {
    background-color: #091f3d;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 15px 20px;
    margin-top: 30px;
    border-radius: 0px;
    transition: all 0.25s ease-out;
}
#actualite a.load:hover {
    background-color: #6c9fbc;
    color: #091f3d;
}

@media (min-width: 500px) {
    #actualite img.single {
        height: 350px;
    }
    #actualite .grid {
        display: flex;
        flex-flow: row wrap;
    }
    #actualite .grid > div {
        width: calc(50% - 5px);
    }
    #actualite .grid > div:nth-child(even) {
        margin-left: 5px;
    }
    #actualite .grid > div:nth-child(odd) {
        margin-right: 5px;
    }
    #actualite .grid.topcard_enabled.home > div:first-child.events {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    #actualite .grid.topcard_enabled.home > div:nth-child(odd) {
        margin-right: 0px;
        margin-left: 5px;
    }
    #actualite .grid.topcard_enabled.home > div:nth-child(even) {
        margin-right: 5px;
        margin-left: 0px;
    }
}

@media (min-width: 550px) {
    #actualite #video_player_wrapper {
        width: 500px;
        border-radius: 0px;
        overflow: hidden;
    }
}

@media (min-width: 750px) {
    #actualite.home {
        margin-top: 0px;
    }
    #actualite #pagetitle {
        font-size: 48px;
    }
    #actualite #SINGLE_WRAPPER {
        padding: 0 30px;
        display: flex;
        flex-flow: row nowrap;
    }
    #actualite #SINGLE_WRAPPER .main.single {
        flex: 1;
    }
    #actualite #SINGLE_WRAPPER .related {
        width: 300px;
    }
    #actualite img.single {
        height: 300px;
        border-radius: 0px;
    }
    #actualite .content.single {
        border-radius: 0 0 10px 10px;
    }
    #actualite #video_player_wrapper {
        width: 100%;
    }
    #actualite .related h1 {
        margin-top: 25px;
    }
    #actualite .grid.related {
        padding: 0;
        padding-left: 20px;
        display: inherit;
    }
    #actualite .grid.related > div {
        width: 100%;
    }
    #actualite .grid.related > div:not-first-child {
        margin-top: 20px;
    }
    #actualite .grid.related > div:nth-child(even) {
        margin-left: 0px;
    }
    #actualite .grid.related > div:nth-child(odd) {
        margin-right: 0px;
    }
    #actualite .grid.feed.home > div:first-child.events i {
        right: 0;
        border-radius: 0px 10px 0px 10px;
    }
    #actualite .grid.feed.home > div:first-child.events a {
        display: flex;
        height: 100%;
    }
    #actualite .grid.feed.home > div:first-child.events a img {
        border-radius: 0px 0 0 0px;
        width: 35%;
        height: 100%;
        flex-shrink: 0;
    }
    #actualite .grid.feed.home > div:first-child.events a div.content {
        width: 65%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-content: space-between;
        padding-top: 10px;
    }
    #actualite .grid.feed.home > div:first-child.events a div.content h2 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 0;
    }
    #actualite .grid.feed.home > div:first-child.events a div.content h3 {
        font-size: 16px;
        margin-bottom: 50px;
    }
    #actualite .grid.feed.home > div:first-child.events a div.content p {
        font-size: 24px;
    }
    #actualite .grid.feed.home > div.off-card {
        background-color: transparent;
        flex-direction: column;
        display: flex !important;
        justify-content: center;
        align-items: center;
        justify-items: center;
        align-content: center;
        border: solid 2px #ddd;
        min-height: 200px;
        background-color: #fff;
    }
    #actualite .grid.feed.home > div.off-card a {
        display: inline-block;
        height: 0px !important;
        text-decoration: underline;
    }
}

@media (min-width: 900px) {
    #actualite.home {
        margin-top: 0px;
    }
    #actualite .grid.feed > div {
        width: calc(33% - 8px);
    }
    #actualite .grid.feed > div:nth-child(even) {
        margin-left: 0px;
    }
    #actualite .grid.feed > div:nth-child(odd) {
        margin-right: 0px;
    }
    #actualite .grid.feed > div:nth-child(3n) {
        margin-left: 10px;
    }
    #actualite .grid.feed > div:nth-child(3n + 1) {
        margin-right: 10px;
    }
    #actualite .grid.feed > div:nth-child(3n + 2) {
        margin-right: 5px;
        margin-left: 5px;
    }
    #actualite .grid.feed.topcard_enabled > div:nth-child(3n + 3) {
        margin-left: 0;
        margin-right: 10px;
    }
    #actualite .grid.feed.topcard_enabled > div:nth-child(3n + 4) {
        margin-left: 5px;
        margin-right: 5px;
    }
    #actualite .grid.feed.topcard_enabled > div:nth-child(3n + 5) {
        margin-left: 10px;
        margin-right: 0;
    }
    #actualite .grid.feed.topcard_enabled > div:nth-child(2) {
        margin-right: 0px;
        margin-left: 0;
    }
    #actualite .grid.feed.topcard_enabled > div:first-child.actu {
        margin-right: 17px;
        width: calc((33% * 2) - 4px);
    }
    #actualite .grid.feed.topcard_enabled > div:first-child.actu a img {
        height: 270px;
    }
    #actualite .grid.feed.topcard_enabled > div:first-child.actu a div.content {
        padding-top: 10px;
    }
    #actualite .grid.feed.topcard_enabled > div:first-child.actu a div.content > .category {
        margin-top:10px;
    }
    
    #actualite .grid.feed.topcard_enabled > div:first-child.actu a div.content h2 {
        font-size: 22px;
        margin-top: 5px;
    }
    #actualite .grid.feed.topcard_enabled > div:first-child.events {
        margin-right: 17px;
        width: calc((33% * 2) - 4px);
    }
}

@media (min-width: 1040px) {
    #actualite {
        margin-top: 20px;
    }
    #actualite.home {
        margin-top: 0px;
    }
    #actualite #SINGLE_WRAPPER {
        padding: 0;
    }
    #actualite #SINGLE_WRAPPER .related {
        width: 350px;
    }
    #actualite img.single {
        height: 350px;
    }
    #actualite h2.single,
    #actualite h1.single,
    #actualite h3.single {
        padding: 0;
    }
    #actualite h2.single {
        font-size: 14px;
    }
    #actualite h1.single {
        font-size: 38px;
    }
    #actualite h3.single {
        font-size: 14px;
    }
    #actualite .grid.related {
        padding-left: 30px;
    }
    #actualite .grid.feed {
        padding: 0;
        margin-top: 20px;
    }
    #actualite .grid.feed > div.home-bg span {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        transition: 0.25s all ease;
    }
    #actualite .grid.feed > div.home-bg span:hover {
        box-shadow: 0 0 12px 0px rgba(108, 159, 188, 0.6);
    }
}

#actualite .grid > div.disable span {
    display: none;
}

#actualite .grid > div.empty {
    background-color: transparent;
    border: 1px solid #ccc;
    box-shadow: inset 0px 0px 20px 0px #cccccc;
    display: none;
}

#actualite .grid > div.events a img {
    height: 220px;
}

#actualite .grid > div.events a div.content {
    overflow: hidden;
}
#actualite .grid > div.events a div.content h2 {
    font-size: 30px;
    margin-top: 15px;
    line-height: 30px;
    white-space: pre-wrap;
}
#actualite .grid > div.events a div.content p {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 20px;
}
#actualite .grid > div.events a div.content h3 {
    text-transform: uppercase;
    color: #6c9fbc;
    font-size: 14px;
    font-weight: 400;
}

#actualite .grid.past-events > div.disable span {
    display: none;
}

#actualite .grid.past-events > div {
    margin-top: 10px;
}
#actualite .grid.past-events > div a div.content h2 {
    font-size: 20px;
    margin-top: 15px;
    line-height: 20px;
    white-space: pre-wrap;
    color: #444;
}
#actualite .grid.past-events > div a div.content p {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 18px;
    color: #888;
}
#actualite .grid.past-events > div a div.content h3 {
    text-transform: uppercase;
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 500px) {
    #actualite {
        /*.grid.events{
            display: inherit;
            & > div{
                width: 100%;
                &:nth-child(even){
                    margin-left: 0px;
                }
                &:nth-child(odd){
                    margin-right: 0px;
                }
                a{
                    img{
                        height: 300px;
                    }
                }
            }
        }*/
    }
    #actualite .grid > div.empty {
        display: inherit;
    }
    #actualite .grid.events > div a div.content h2 {
        font-size: 24px;
        line-height: 24px;
    }
    #actualite .grid.events > div:nth-child(even) {
        margin-left: 0px;
    }
    #actualite .grid.events > div:nth-child(odd) {
        margin-right: 0px;
    }
    #actualite .grid.events > div:nth-child(2) {
        margin-right: 5px;
    }
    #actualite .grid.events > div:nth-child(3) {
        margin-left: 5px;
    }
    #actualite .grid.events > div:nth-child(1) {
        width: 100%;
    }
    #actualite .grid.events > div:nth-child(1) a img {
        height: 250px;
    }
    #actualite .grid.events > div:nth-child(1) a div.content h2 {
        font-size: 30px;
        line-height: 30px;
    }
    #actualite .grid.past-events {
        display: flexbox;
    }
    #actualite .grid.past-events > div {
        margin-top: 10px;
    }
}

@media (min-width: 750px) {
    #actualite .grid.events > div {
        width: calc(33% - 10px);
    }
    #actualite .grid.events > div:nth-child(1) {
        margin-right: 5px;
        width: calc(33% - 10px);
    }
    #actualite .grid.events > div:nth-child(1) a img {
        height: 220px;
    }
    #actualite .grid.events > div:nth-child(1) a div.content h2 {
        font-size: 24px;
        line-height: 24px;
    }
    #actualite .grid.events > div:nth-child(2) {
        margin-right: 5px;
        margin-left: 5px;
    }
    #actualite .grid.events > div:nth-child(3) {
        margin-left: 5px;
    }
    #actualite .grid.events > div a img {
        height: 220px;
    }
    #actualite .grid.events > div a div.content h2 {
        font-size: 24px;
        line-height: 24px;
    }
    #actualite .grid.past-events > div {
        width: calc(33% - 6px);
    }
    #actualite .grid.past-events > div:nth-child(3n + 1) {
        margin-right: 5px;
        margin-left: 0;
    }
    #actualite .grid.past-events > div:nth-child(3n + 2) {
        margin-right: 5px;
        margin-left: 5px;
    }
    #actualite .grid.past-events > div:nth-child(3n) {
        margin-left: 5px;
        margin-right: 0;
    }
}

@media (min-width: 900px) {
    #actualite .grid.events > div {
        width: calc(25% - 8px);
    }
    #actualite .grid.events > div:first-child {
        width: calc(50% - 8px);
    }
    #actualite .grid.events > div:first-child a div.content {
        padding: 20px;
    }
    #actualite .grid.events > div:first-child a div.content > p {
        display: inherit;
    }
    #actualite .grid.events > div:first-child a div.content h2 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 15px;
    }
    #actualite .grid.past-events > div {
        width: calc(33% - 4px);
    }
    #actualite .grid.past-events > div:nth-child(3n) {
        margin-right: 0px;
        margin-left: 10px;
    }
    #actualite .grid.past-events > div:nth-child(3n + 1) {
        margin-left: 0px;
        margin-right: 10px;
    }
    #actualite .grid.past-events > div:nth-child(3n + 2) {
        margin-left: 0px;
        margin-right: 0px;
    }
}



.dediShow {
position: fixed;
bottom:0px; 
animation: show-popup-alert 5s linear 1s forwards;    
animation-delay: 1s; 
box-shadow: 0 0 10px rgba(0, 0, 0, .4); 
display: block;     
z-index: 999;    
background-color: #0070C0;
color:#fff;
min-height: 40px;
width:100%;
padding: 10px;
text-align:center;
font-size:16px;
text-transform:uppercase;
font-weight:400;
visibility:hidden;
}
.dediShow .infoweight {
font-weight:600;
}
.dediShow svg {
margin-right:5px;
}
.menu_fixed {
top: 0;
left: 0;
height:45px;
width: 100vw;
z-index: 1000;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
margin-top:20px;
margin-bottom:20px;
}
.menu_fixed .container_menu {
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
padding-left:40px;
padding-right:40px;
}
.menu_fixed .container_menu .logo {
width: 150px;

}
@media (max-width: 1310px) {
.menu_fixed .container_menu .logo {
margin-left:auto;
margin-right:auto;

}
}
.menu_fixed .container_menu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 30px;
padding: 0;
list-style-type: none;
margin: 0;
-webkit-box-align: left;
-ms-flex-align: left;
align-items: left;
font-size:16px;
float:left;
}
@media (max-width: 1310px) {
.menu_fixed .container_menu ul {
display: none;
}
.menu_fixed .container_menu .logo {
margin-bottom:20px;
}
.menu_fixed {
height:85px!important;
}
}

.menu_fixed .container_menu ul li a {
color: #fff!important;
font-weight:500;
}
.menu_fixed .container_menu ul li:hover a {
color: #e83181!important;
}




.menu_fixed .container_menu ul .active a {
outline: 0;
color: #e83181!important;
}
@media (min-width: 64.063em) {
.sticky {
position: fixed;
background:#1f62ca;
background: url(../img/hero-bg-3.jpg);
background-size: cover;
background-repeat: no-repeat;
border-top: none;
padding-top: 0;
top: 0;
left: 0;
width: 100%;
height:85px!important;
z-index:9999!important;
}
.sticky #headerbtn1 {

}
}
.menu-mobile {
display: none;
position: absolute;
top:15px;
left: 15px;
background: 0 0;
border: none;
outline: 0;
background-image: url(../img/menu.svg);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
width: 30px;
height: 30px;
}  
.titrage-mobile {
display: none!important;
position:relative;
width:100%!important;
margin-top:-30px;
margin-bottom:10px;
}
.titrage-mobile .player-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 90%!important;
    width: 90%!important;
}
.listen-mobile {
display: none;
position: absolute;
top:15px;
right: 15px;
background: 0 0;
border: none;
outline: 0;
}
.listen-mobile a {
display: inline-block;
}
.menu_fixed .container_menu .menu-mobile.opened {
background-image: url(../img/menu-close.svg);
width: 24px;
height: 24px;
}
@media (max-width: 1310px) {
.menu_fixed .container_menu .menu-mobile {
display: block;
}
.menu_fixed .container_menu .listen-mobile {
display: block;
}
.titrage-mobile {
display: flex!important;
}
}
.menu_fixed .container_menu ul.ul-mobile {
display: none;
    position: fixed;
    top: 123px;
    left: 0;
    background: #362287;
    height: 100vh;
    width: 100vw;
    padding: 25px 15px;
    text-align: center;
    z-index:99999!important;
}
.menu_fixed .container_menu ul.ul-mobile a {
color:#1f1e1f;
font-size:22px;
}
@media (min-width: 1024px) {
.menu_fixed .container_menu ul.ul-mobile {
display:none!important
}
}
.menu_fixed .container_menu ul.ul-mobile .btn {
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content
}

@media (max-width: 1023.98px) {
.menu_fixed .container_menu ul li {
width:100%;
margin-bottom: 28px;
font-size: 16px;
}
.menu_fixed .container_menu {
width:100%;
}
}
.ul-mobile .linkreseaux  {
display: inline!important;
margin-right:20px!important;
font-size:28px!important;
}
.ul-mobile .boutonsplay  {
margin-top:30px;
}
.ul-mobile .boutonsplay .now-playing__button  {
color:#fff!important;
}
.headerfixed {
position:fixed!important;
} 
.bloc-boutons .hero__socials-item-icon {
    font-size: 16px!important;
    text-align: center;
    color: #fff;
}
.bloc-boutons .hero__socials-item-link {
    display: block;
    padding: 1rem;
    width: 38px;
    height: 38px;
    text-align: center;
    background-color: rgba(0, 0, 0, .2);
    transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
    cursor: pointer;
}    
.bloc-boutons .hero__socials-item-link:hover {
opacity: 0.8;
background:#e83181;
}
.boxvotes_header {
margin-left:10px;
} 
.vote_link {
color:#fff;
font-size:20px;
text-decoration:none;
} 
.boxvotes_header .plus {
margin-right:5px!important;
}
.btn-header {
gap:10px!important;
}
/* PLAYER */
.player {
    position: relative;
    height: 60px;
    text-align: left;
    text-decoration: none;
    color: white;
    display: flex;
    width: 250px;
    align-items: center;
    overflow: hidden;
    margin: 0;
    transition: 0.3s;
}

.player:hover{
    opacity: 0.8;
}


.player-content {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 10px;
    width: 100%;
    padding: 0 10px;
}

.player-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 70%;
}

.radio-name {
    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
    color: white;
}
.song-info {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.player-cover {
    height:38px;
    width: 38px;
    object-fit: cover;
}   
/* PLAYER */    


:root {
  --main-color: #ecf0f1;
  --point-color: #e83181;
  --size: 5px;
}

.loader {
background: url(../img/hero-bg-3.jpg);
background-size: cover;
overflow: hidden;
width: 100%;
  height: 100%;
  position: fixed;
  top: 0; left: 0;
  display: flex;
  align-items: center;
  align-content: center; 
  justify-content: center;  
	z-index: 100000;
}

.loader__element {
  border-radius: 100%;
  border: var(--size) solid var(--point-color);
  margin: calc(var(--size)*2);
}

.loader__element:nth-child(1) {
  animation: preloader .6s ease-in-out alternate infinite;
}
.loader__element:nth-child(2) {
  animation: preloader .6s ease-in-out alternate .2s infinite;
}

.loader__element:nth-child(3) {
  animation: preloader .6s ease-in-out alternate .4s infinite;
}

@keyframes preloader {
  100% { transform: scale(2); }
}
@media screen and (max-width: 900px) {
     .header_menu {
           display: none;
     }
}