/*
Theme Name: HopPopHop2025
Description: Child Theme for the Enfold Wordpress Theme.
Version: 1.0
Author: Ekela
Template: enfold
*/

/*Add your own styles here:*/


/* VARIABLES */

:root {
  --rose23: #8A326E;
  --bleu23: #009CD3;
  --jaune23: #E8BA52;
  --vert23: #9CD000;
  
  --jaunec24: #fcf9d1;
  --jaunef24: #e2d673;
  --bleu24: #1e203b;
  --bleuc24: #64938e;
  --bleuf24: #111327;
  
  --rose25: #e6007e;
  --violet25: #662483;
  --violetf25: #260f3c;
  --violetff25: #170527;
  --jaune25: #ffed00;
  --jaunec25 : #fff89f;
}


/* FONTS */

@font-face {
    font-family: 'akrobat';
    src: url('fonts/akrobat-extrabold-webfont.eot');
    src: url('fonts/akrobat-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/akrobat-extrabold-webfont.woff2') format('woff2'),
    url('fonts/akrobat-extrabold-webfont.woff') format('woff'),
    url('fonts/akrobat-extrabold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'akrobat';
    src: url('fonts/akrobat-bold-webfont.eot');
    src: url('fonts/akrobat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/akrobat-bold-webfont.woff2') format('woff2'),
    url('fonts/akrobat-bold-webfont.woff') format('woff'),
    url('fonts/akrobat-bold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'akrobat';
    src: url('fonts/akrobat-regular-webfont.eot');
    src: url('fonts/akrobat-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/akrobat-regular-webfont.woff2') format('woff2'),
    url('fonts/akrobat-regular-webfont.woff') format('woff'),
    url('fonts/akrobat-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'fortuna';
    src: url('fonts/fortuna-webfont.eot');
    src: url('fonts/fortuna-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/fortuna-webfont.woff2') format('woff2'),
    url('fonts/fortuna-webfont.woff') format('woff'),
    url('fonts/fortuna-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* GENERAL */

.content {
    padding-top: 30px;
    padding-bottom: 30px;
}

h1,
h2,
h3,
h5 {
    font-family: 'akrobat', sans-serif;
    font-weight: 600;
}

h1 {
    text-align: center;
    font-size: 55px;
    margin: 40px 0;
    
}

.section-titre h1 {
  color: #000;
  text-shadow: 0 0 25px rgba(255,255,255,0.8);
}

h2 {
    text-align: center;
    font-size: 37px;
    margin: 20px 0;
}

.alternate_color h2 {
  color: #ff38fc;
}

.h2ligne {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.h2ligne:before,
.h2ligne:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #ddd;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.h2ligne:before {
    margin-right: 20px;
}

.h2ligne:after {
    margin-left: 20px;
}

.main_color h3 {
    font-size: 28px;
    color: #ff38fc;
    color: var(--jaune25);
}

.socket_color h3 {
  font-size: 28px;
}

.av-masonry-entry .av-masonry-entry-title {
    font-size: 22px;
    color: #04b7f9;
}

p,
li {
    font-family: 'akrobat', sans-serif;
    font-size: 18px;
}

a {
    font-family: 'akrobat', sans-serif;
}

p a {
    font-weight: 600;
}

body a {
  text-decoration: none;
}

.txtcenter {
    text-align: center;
}

#after_section_1 {
    border-top: none;
}

@media only screen and (max-width: 767px) {
    #title-header .container {
        height: 140px !important;
    }
    h1 {
        font-size: 44px;
        margin: 20px 0;
    }
    h2 {
        font-size: 34px;
    }
    .main_color h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 419px) {

    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 26px;
    }
    .main_color h3 {
        font-size: 20px;
    }
    p {
        font-size: 16px;
    }
}
/*
.jaune {
    color: #FFEE00;
}*/

.orange {
    color: #04b7f9;
}
/*
.violet {
    color: #80d000;
}*/

.bg-violet {
    background-color: #000;
}

.rose {
    color: #ffffff;
}

.maj {
    text-transform: uppercase;
}

.main_color a.bouton-jaune {
    color: #00b5ff;
    display: inline-block;
    padding: 10px 15px;
    margin: 3px 15px;
    /*background-color: #a00a3a;*/
    background-color: #000000;
    font-family: 'akrobat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #85f03c, #04b7f9);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;


    -webkit-box-shadow: 0 0 6px rgba(0, 255, 231, 0.8), 0 0 6px rgba(0, 255, 231, 0.8) inset;
    box-shadow: 0 0 5px rgba(0, 255, 231, 0.8), 0 0 5px rgba(0, 255, 231, 0.8) inset;
    text-shadow: 0 0 3px rgba(0,181,255,0.8);
}

.page-id-160 .bouton-jaune {
    margin: 30px 15px;
}

.main_color a.bouton-jaune:hover,
.header_color .main_menu ul:first-child > li#menu-item-152 > a:hover span {
    /*background-color: #000000;
    color: #fff;*/
/*
    -webkit-box-shadow: 0 0 8px rgba(0, 255, 231, 0.8), 0 0 8px rgba(0, 255, 231, 0.8) inset;
    box-shadow: 0 0 8px rgba(0, 255, 231, 0.8), 0 0 8px rgba(0, 255, 231, 0.8) inset;
    text-shadow: 0 0 5px rgba(0,181,255,0.8);
  */
}

.infos-meta {
    font-weight: 600;
}

#top .main_color table tr {
    background-color: #000;
}


/* --------------------------- */

/*          SECTIONS           */

/* --------------------------- */

body .column-top-margin {
  margin-top: 30px;
}



/* --------------------------- */

/*           BOUTONS           */

/* --------------------------- */

body div .avia-button {
  border-radius: 0;
}
.avia-button.avia-size-small {
  padding: 12px 20px 12px;
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 989px) {
  .avia-button.avia-size-small {
    padding: 10px 10px 10px;
    font-size: 17px;
  }
  
  #top #wrap_all .artiste-nav.avia-buttonrow-wrap .avia-button {
    margin-right: 6px;
  }
  
}



/* --------------------------- */

/*           HEADER            */

/* --------------------------- */

html.html_boxed {
    /*  background: url(https://hoppophop.fr/wp-content/uploads/2018/04/HPH-background1920.jpg) no-repeat center fixed;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; */
}

/*
html::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(https://hoppophop.fr/wp-content/uploads/2018/04/HPH-background1920.jpg) center center;
    background-size: cover;
}

#main {
    background: none !important;
}

.html_boxed #main {
    margin-top: 46px;
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
    .html_boxed #main {
        margin-top: 141px !important;
    }
}

@media only screen and (max-width: 767px) {
    .html_boxed #main {
        margin-top: 110px !important;
    }
}
*/

.html_boxed .page-id-892 #main,
.html_boxed .page-id-751 #main,
.html_boxed .page-id-766 #main,
.html_boxed .page-id-1052 #main,
.html_boxed .page-id-1112 #main,
.html_boxed .page-id-1117 #main,
.html_boxed .page-id-1799 #main {
    margin-top: 0 !important;
}

#header {
    -webkit-box-shadow: 0 0px 30px rgba(0,0,0,.6)
    box-shadow: 0 0px 30px rgba(0,0,0,.6)
}

/*
#header .logo img {margin-top: 30px;}
*/

#header .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.avia-menu.av_menu_icon_beside {
    padding-right: 0px;
}

/*
.header_bg {
    opacity: 0 !important;
}

.container.av-logo-container {
    /*logo centré en absolute*/
   /* position: absolute;
    width: 180px;
    padding: 0;
    margin-top: 25px;
    margin-left: -90px;
    z-index: 100;
    left: 50%;
}*/
/*
@media only screen and (min-width: 768px) and (max-width: 989px) {
    .container.av-logo-container {
        width: 100%;
        left: 0;
        margin-left: 0px;
    }
    .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
        right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    #top #wrap_all .container.av-logo-container {
        margin-left: 3%;
        left: 20px;
    }
}

@media only screen and (max-width: 419px) {
    #top #wrap_all .container.av-logo-container {
        margin-left: 0;
    }
}*/
/*
.html_header_transparency #top .avia-builder-el-0 .container {
    padding-top: 0;
}*/

/* MENU */

.avia-menu-text {
    position: relative;
}

.avia-menu.av_menu_icon_beside {
    border-right: 0px solid #000;
}

#top #header .sub-menu {
  background-color: #fff;
  padding: 12px;
  border-radius: 5px;
}

header .av-main-nav ul {
  width: 260px;
}

.sub-menu .avia-menu-text {
    font-family: 'akrobat', sans-serif;
    font-size: 20px;
    color: var(--violetf25);
    text-transform: initial;
    font-weight: 600;
}

.sub-menu .avia-menu-text:hover {}
/*
#avia-menu > li:nth-child(3) {
    margin-right: 170px;
}

.main_menu {
    margin-top: 45px;
}*/

.av-hamburger-inner,
.av-hamburger-inner::before,
.av-hamburger-inner::after {
  height: 2px;
}

.av-main-nav > li > a,
#av-burger-menu-ul > li > a,
.sub-menu > li > a {
    font-family: 'akrobat', sans-serif;
    font-weight: 600;
    padding: 0 24px;
    /*color: #fff !important;
    position: relative;*/
}

/* Billetterie ROUGE */
.header_color .main_menu ul:first-child > li#menu-item-152 > a span,
.header_color .main_menu ul#av-burger-menu-ul > li#menu-item-152 > a span {
    /*
    color:#04b7f9;
    background-color: #000000;
    padding: 10px 15px;
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #85f03c, #04b7f9);

    -webkit-box-shadow: 0 0 5px rgba(0, 255, 231, 0.8), 0 0 5px rgba(0, 255, 231, 0.8) inset;

    box-shadow: 0 0 5px rgba(0, 255, 231, 0.8), 0 0 5px rgba(0, 255, 231, 0.8) inset;
    text-shadow: 0 0 4px rgba(0,181,255,0.8);*/
}

#av-burger-menu-ul .btn-billetterie.menu-item-152 {
  margin-top: 20px;
}

#header .btn-billetterie span {
  background: url('https://www.hoppophop.fr/wp-content/uploads/2022/04/bg-irise-400.jpg') center center no-repeat;
  border-width: 0;
  text-transform: uppercase;
  color: #000;
  padding: 16px 22px;
}


.html_av-overlay-full #av-burger-menu-ul li {
    padding: 0;
}
#top .av-main-nav ul {
    top: 100%;
    -webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.2);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

#top .av-main-nav ul a {
    border: 0;
    background-color: #fff;
    color: #000;
    padding: 12px 24px;
    border-left: 4px solid #fff;
}
/*
#top .av-main-nav ul a:hover {
    border-left-color: #85f03c;
}*/

.av-main-nav > li > a {
    font-size: 18px;
}

#av-burger-menu-ul > li > a {
    font-size: 24px!important;
}

@media only screen and (max-width: 1400px) {
    .av-main-nav > li > a {
        padding: 0 15px;
    }
}

.av-main-nav > li > a:hover {
    color: inherit;
}


#header .menu > .menu-item > a {
  transition: color 0.2s ease;
}

#header .menu > .menu-item > a:hover {
  color: var(--jaune25);
}

#header_main_alternate .container {
    padding: 0 3px;
}

@media only screen and (max-width: 989px) {
    nav.main_menu {
        margin-top: 0;
    }
}
/*
@media only screen and (max-width: 767px) {
    .responsive span.logo img {
        margin: 14px;
    }
    nav.main_menu {
        margin-top: 12px;
    }
}*/

@media only screen and (min-width: 480px) and (max-width: 600px) {
    .responsive #top #wrap_all #header .main_menu .social_bookmarks {
        display: none;
    }
}

.av-burger-overlay-active #top .av-hamburger-inner,
.av-burger-overlay-active #top .av-hamburger-inner::before,
.av-burger-overlay-active #top .av-hamburger-inner::after {
    background-color: #000;
}
/*
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a {
    color: #000;
}*/

.header_color .av-hamburger-inner,
.header_color .av-hamburger-inner::before,
.header_color .av-hamburger-inner::after {
    background-color: #fff !important;
}

.av-burger-overlay-scroll {
    /*background: url(https://www.hoppophop.fr/wp-content/uploads/2019/04/bg-courbeniveau.jpg) center center no-repeat;
    background-size: cover;*/
    background-color: #000;
}

/*
#avia-menu a span.avia-menu-text:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #04b7f9;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
*/
/*
#avia-menu #menu-item-152 a span.avia-menu-text:before {
    content: none;
}

#avia-menu a:hover span:before {
    right: 0;
}*/

#top #wrap_all .av-social-link-facebook:hover a,
#top #wrap_all .av-social-link-twitter:hover a,
#top #wrap_all .av-social-link-instagram:hover a,
#top #wrap_all .av-social-link-youtube:hover a,
#top #wrap_all .av-social-link-tiktok:hover a,
#top #wrap_all .av-social-link-spotify:hover a,
#top #wrap_all .av-social-link-facebook a:hover,
#top #wrap_all .av-social-link-twitter a:hover,
#top #wrap_all .av-social-link-instagram a:hover,
#top #wrap_all .av-social-link-youtube a:hover,
#top #wrap_all .av-social-link-tiktok a:hover,
#top #wrap_all .av-social-link-spotify a:hover,
#top #wrap_all .av-social-link-facebook a:focus,
#top #wrap_all .av-social-link-twitter a:focus,
#top #wrap_all .av-social-link-instagram a:focus,
#top #wrap_all .av-social-link-youtube a:focus,
#top #wrap_all .av-social-link-tiktok a:focus,
#top #wrap_all .av-social-link-spotify a:focus {
  background-color: transparent !important;
  color: var(--jaune25);
}

/* burger menu RWD */
@media only screen and (min-width: 990px) and (max-width: 1240px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special{display:block;}
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {display: none;}
}

/* --------------------------- */

/*           FOOTER            */

/* --------------------------- */

#footer .container {
    max-width: 100%;
    padding: 0;
}
.responsive #top #wrap_all #footer .container {
    width: 100%;
    max-width: 100%;
}

#footer .container #custom_html-7 {
    margin-top: 0;
    background-color: #fff;
}

#footer .menu-menu-footer-container {
    max-width: 1080px;
    margin: auto;
    padding: 0 10px;
}

#footer #menu-menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*border-bottom: 1px solid #e6e6e6;*/
}

#footer #menu-menu-footer > li > a {
    color: #fff;
    font-size: 16px;
    font-family: 'akrobat', sans-serif;
    font-weight: 600;
}

.widget_nav_menu ul:first-child > .current-menu-item > a,
.widget_nav_menu ul:first-child > .current_page_item > a {
    padding: 4px 0px 5px 0;
}

#footer-socket {
    text-align: center;
}

#footer-socket p {
    font-size: 16px;
    font-weight: 600;
    margin: 3px 0;
}

#footer-socket p a {
    color: #fff;
}

#partenaires {
    text-align: center;
    padding: 40px 0 36px 0;
}

#partenaires .widget {
  padding-bottom: 0;
}

#footer #partenaires {
    max-width: 1500px;
    margin: 30px auto;
  /*  border-top: 1px solid #432069;
    border-bottom: 1px solid #432069;*/
}

.page-id-139 #footer #partenaires {
    display: none;
}

#partenaires img {
    width: 10%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

#partenaires a {
    text-decoration: none;
}

#menu-menu-footer .current-menu-item {
  background-color: transparent !important;
}




/* Newsletter */

#sib_subscribe_form-2 {
    font-family: 'Akrobat';
    text-align: center;
    margin-bottom: 0 !important;
}

#sib_subscribe_form-2 h3 {
    color: #fff;
}

#sib_signup_form_2 {
    margin-bottom: 0!important;
}

.sib-email-area {
    width: 210px;
    display: inline-block;
    border: none !important;
    height: 33px;
    font-size: 14px;
}
#top #footer.footer_color input[type="email"] {
    background-color: #fff;
}
.sib-email-area::-webkit-input-placeholder {
    font-family: 'akrobat', sans-serif;
    color: #aaa;
}
.sib-email-area:-ms-input-placeholder {
    font-family: 'akrobat', sans-serif;
    color: #aaa;
}
.sib-email-area::placeholder {
    font-family: 'akrobat', sans-serif;
    color: #aaa;
}

.sib-default-btn {
    /*background-color: #000000 !important;*/
    background-color: transparent !important;
    border: 1px solid #FFFFFF !important;
    font-weight: 600;
    color: #FFFFFF !important;
    padding: 8px 12px !important;
}

#checkbox-news {
    font-size: 14px!important;
    font-weight: 400!important;
}


/*
@media only screen and (min-width: 990px) {
    #footer {
        background: url('https://www.hoppophop.fr/wp-content/uploads/2021/05/footer-bg-2021.jpg') bottom center no-repeat;
    }
}*/

@media only screen and (min-width: 990px) {
#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 450px;
  background: url(https://www.hoppophop.fr/wp-content/uploads/2022/04/hph2022-cover-bg.jpg) center center no-repeat;
    background-size: auto;
  opacity: 0.5;
  background-size: cover;
}
}


/*
@media only screen and (max-width: 989px) {
    #footer {
        background: url('https://www.hoppophop.fr/wp-content/uploads/2020/04/footer-bg-mobile.jpg') bottom center no-repeat;
    }
}*/

/* RWD */

@media only screen and (max-width: 989px) {
    #footer #menu-menu-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        border: none;
    }
    #footer-socket p {
        font-size: 13px;
    }
    #footer #partenaires {
        margin: 0 20px;
    }
    #partenaires img {
        width: 19%;
    }
}
@media only screen and (max-width: 480px) {
    #partenaires img {
        width: 32%;
    }
}
/*
@media only screen and (max-width: 419px) {
    #partenaires img {
        width: 45%;
    }
}*/


#footer {
    padding: 0;
    border-top: 0px;
}

/* --------------------------- */
/*       Sticky SubMenu        */
/* --------------------------- */

#top .av-submenu-container {
    padding: 10px 0;
    border-color: transparent;
}
#top .av-subnav-menu .menu-item {
    margin: 0 10px;
    font-weight: 600;
}
#top .av-menu-button > a .avia-menu-text {
    border-radius: 0;
    font-size: 19px;
}

@media only screen and (max-width: 767px) {
  
  #top .av-subnav-menu .menu-item {
    margin: 0 5px;
  }
  #top .av-menu-button > a .avia-menu-text {
    font-size: 17px;
  }
  
}

/* --------------------------- */

/*          HOMEPAGE           */

/* --------------------------- */

/* Cover */
#home-cover2020 {
    background: url(https://www.hoppophop.fr/wp-content/uploads/2020/04/cover-edition2020nostars3.jpg) center center no-repeat !important;
    background-size: cover !important;
}
#home-cover2020 .av-parallax-inner {
    background-color: transparent;
}

@media only screen and (max-width: 767px) {
    #home-cover2020 {
        background-image: url('https://www.hoppophop.fr/wp-content/uploads/2020/04/cover-edition2020-mobile2.jpg') !important;
    }
    #home-cover2020 .container {
        height: 520px !important;
    }
    #home-cover2020 #infos-mobile img {
        max-width: 300px;
    }
}

/* Cover 2025 */


.home-cover-img img {
  max-width: 1280px;
  border-radius: 25px;
  width: 100%;
}

.home-cover-video .home-video {
  max-width: 1280px;
  margin: 0 auto;
  /*border-radius: 30px;*/
}

@media only screen and (min-width: 481px) {
  
  .home-cover-video .home-video video {
    border-radius: 25px;
  }
}

/* ACTUS */

.page-id-3096 article.slide-entry.post-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-id-3096 .slide-image {
    background-color: #04b7f9 !important;
    width: 40%;
    border-radius: 0;
    margin-bottom: 0;
}
.page-id-3096 .slide-image img {
    width: 100%;
    border-radius: 0;
    opacity: 1;
}
.page-id-3096 .slide-content {
    width: 45%;
}
.page-id-3096 h3.slide-entry-title.entry-title {
    color: #fff;
    margin: 0px 45px 2px 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: initial;
}
.page-id-3096 h3.slide-entry-title.entry-title:hover {
    text-decoration: underline;
}
.page-id-3096 .slide-image:hover+.slide-content h3 {
    text-decoration: underline;
}

#top.page-id-3096 .avia-content-slider .avia-slideshow-arrows a {
    top: 50%;
}
#top.page-id-3096 .avia-content-slider .avia-slideshow-arrows a::before {
    font-size: 40px;
    background: none;
}
.avia_desktop .avia-content-slider .avia-slideshow-arrows a,
#top .avia-content-slider:hover .avia-slideshow-arrows a {
    opacity: 0.5;
}
#top .avia-content-slider .avia-slideshow-arrows a.prev-slide:hover,
#top .avia-content-slider .avia-slideshow-arrows a.next-slide:hover
{
    opacity: 1;
}

#home-actus .content {
    padding: 40px 0;
}
/*
#home-actus .entry-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
*/
/*
#home-actus .entry-content-wrapper .avia-builder-el-last {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
*/

/*
.active-slide h3.entry-title a {
    top: 0;
    opacity: 1;
}
h3.entry-title a {
    position: relative;
    top: 10px;
    transition: all 0.3s ease;
    opacity: 0;
}*/

.blog-categories {
    display: none !important;
}

.single-post .big-preview.single-big {
  max-width: 800px;
  margin: auto;
}

.single-post .big-preview.single-big,
.post-title a {
    pointer-events: none;
    text-shadow: none;
}
.html_elegant-blog #top .post-entry .post-title:hover {
    opacity: 1;
}

.html_modern-blog .avia-content-slider .slide-entry-title {
    font-size: 27px;
    letter-spacing: 0px;
}

.avia-content-slider .slide-meta {
    display: none !important;
}

/*
@media only screen and (min-width: 990px) and (max-width: 1200px) {
    .page-id-4908 h3.slide-entry-title.entry-title {
        color: #fff;
        margin: 0px 45px 2px 0;
        font-size: 20px;
        font-weight: 400;
    }
}*/


@media only screen and (max-width: 989px) {
    #home-actus .entry-content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (max-width: 640px) {
    .page-id-4908 article.slide-entry.post-entry {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-id-4908 .slide-image,
    .page-id-4908 .slide-content {
        width: 80%;
    }
    .page-id-4908 h3.slide-entry-title.entry-title {
        margin-right: 0;
        font-size: 18px;
    }
    #home-actus .content {
        padding: 20px 0;
    }
}

/* Actus 2022 */

#top #home-actus .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 0;
}

#top #home-actus .av-parallax .av-parallax-inner {
  background-position: 50% 40%;
}

#home-actus h2 {
  color: #ff38fc;
  margin: 0.2em 0;
}

/* BLOC */

.page-id-4908 .main_color h4,
.main_color.home-6blocs h4 {
    position: relative;
    font-family: 'akrobat', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    /*margin-top: 155px;*/
    /*margin-top: 110px;*/
    margin-top: 140px;
}

.page-id-4908 a,
a.bouton-jaune {
    text-decoration: none;
}

@media only screen and (min-width: 861px) and (max-width: 1220px) {
  
    .page-id-4908 .main_color h4,
    .home-6blocs .main_color h4  {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 860px) {
  
    .page-id-4908 .main_color h4,
    .home-6blocs .main_color h4  {
        font-size: 24px;
    }
    .page-id-4908 .home-bloc,
    .home-6blocs .home-bloc {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
  
    .page-id-4908 .main_color h4,
    .home-6blocs .main_color h4  {
        font-size: 40px;
    }
}

@media only screen and (max-width: 640px) {
  
    .page-id-4908 h2.neon {
        font-size: 26px;
    }
  
    .page-id-4908 .main_color h4,
    .home-6blocs .main_color h4  {
        font-size: 26px;
    }
}


#imc {
    display: inline-block;
    padding: 3px 15px;
    background-color: #fff;
    margin: 10px 0;
}

#home-infofest p {
    font-size: 25px;
    font-weight: 700;
}

.social {
    text-align: center;
    font-size: 24px;
    margin: 50px 0 10px 0;
}

.social #htag {
    color: var(--rose25);
    font-weight: 600;
    margin-right: 20px;
    /*text-shadow: 0 0 6px rgba(0,181,255,0.8);*/
}

.social a {
    color: #FFEE00;
    margin-left: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*
.social a:hover {
    text-shadow: 0 0 4px #FFEE00;
    color: #ffefac;
}*/

#rs-basdepage {
    /*background-color: #0c0c0c;*/
    /*margin-bottom: 20px;*/
}

#rs-basdepage .social #htag {
    display: block;
    margin: 0 0 20px 0;
    font-size: 48px;
    font-family: 'akrobat', sans-serif;
}

#rs-basdepage .social a {
    background-color: transparent;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    margin: 10px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 38px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

    /*border: 2px solid #00b5ff;*/
  /*
    -webkit-box-shadow: 0 0 5px rgba(0, 183, 255, 0.8), 0 0 5px rgba(0, 183, 255, 0.8) inset;
    box-shadow: 0 0 5px rgba(0, 183, 255, 0.8), 0 0 5px rgba(0, 183, 255, 0.8) inset;*/
}

#rs-basdepage .social a:hover i {
    
    -webkit-transform: scale(1.1);
    
    transform: scale(1.1);
  
    /*background-color: #000;*/
    /*-webkit-box-shadow: 0 0 8px rgba(0, 183, 255, 0.8), 0 0 8px rgba(0, 183, 255, 0.8) inset;
    box-shadow: 0 0 8px rgba(0, 183, 255, 0.8), 0 0 8px rgba(0, 183, 255, 0.8) inset;*/
}


@media only screen and (max-width: 480px) {
    #rs-basdepage .social #htag {
        font-size: 34px;
    }
  
    #rs-basdepage .social a {
        margin: 5px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 28px;
    }
    
}



#astro {
    font-family: 'fortuna';
    font-size: 34px;
}

#astro a {
    font-family: 'akrobat', sans-serif;
    font-weight: 400;
    color: #FFC0DE;
}

.neon-rose {
    color: #FFC0DE;
    text-shadow: 0 0 20px #fff, 0 0 40px #E32383, 0 0 60px #E32383, 0 0 80px #E32383;
}

#astro a:hover {
    text-decoration: underline;
}

/* Actus */

.avia-featureimage-slideshow .slideshow_caption h2 {
    font-size: 30px;
    font-weight: 600;
}

@media only screen and (max-width: 980px) {
    .avia-featureimage-slideshow .slideshow_caption h2 {
        font-size: 22px;
    }
    #home-infofest p {
        font-size: 24px;
        line-height: 20px;
    }
}

#top #av_section_1 .avia-button.avia-color-light {
    color: #FFEE00;
    font-size: 20px;
    font-weight: 600;
    text-transform: lowercase;
    border: none;
    border-bottom: 2px solid #FFEE00;
    padding: 0 0 5px 0;
    border-radius: 0;
}

.avia-featureimage-slideshow h2.avia-caption-title::after {
    display: none;
}

#top .av-control-minimal .avia-slideshow-arrows a::before {
    border: none;
    font-size: 40px;
}

.avia-slideshow-dots {
    display: none;
}

.slide-meta {
    display: none;
}

.entry-content .read-more-link .more-link {
    color: #FFFFFF;
}

h3.slide-entry-title.entry-title {
    color: #04b7f9;
    color: var(--jaune25);
    font-size: 24px;
    margin: 15px 0 20px 0;
    line-height: 1.2em;
}

/* Prog */

#home-prog {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 52px;
    max-width: 960px;
    margin: auto;
    text-transform: uppercase;
}
#home-prog .bleu {
    color: #04b7f9;
}
#home-prog span:nth-child(2n+1){
    color:#04b7f9;
}

#home-prog .blanc {
    color: #FFFFFF;
}

/* Blocs */


#nav-blocs .container {
    max-width: 1200px;
}

#top #nav-blocs .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 0;
}

.page-id-4908 .home-bloc,
.home-6blocs .home-bloc {

    position: relative;
    overflow: hidden;

    text-align: center;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    /*border: 2px solid #FFEE00;*/
    /*padding: 130px 0 50px 0;*/
    background-position: center 10px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 320px;
    max-width: 520px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 10px;
    /*text-shadow: 0 0 5px #000;*/
  /*
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #85f03c, #04b7f9);

    -webkit-box-shadow: 0 0 3px rgba(0, 255, 231, 0.5), 0 0 3px rgba(0, 255, 231, 0.5) inset;

    box-shadow: 0 0 3px rgba(0, 255, 231, 0.5), 0 0 3px rgba(0, 255, 231, 0.5) inset;
  */
}

/*
.page-id-4908 .home-bloc:hover {
    -webkit-box-shadow: 0 0 7px rgba(0, 255, 231, 0.8), 0 0 6px rgba(0, 255, 231, 0.8) inset;
    box-shadow: 0 0 7px rgba(0, 255, 231, 0.8), 0 0 6px rgba(0, 255, 231, 0.8) inset;
}
*/


.page-id-4908 .home-bloc .bloc-bg,
.home-6blocs .home-bloc .bloc-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1000;
    background-color: #04b7f9;
    background-size: cover;
    /*opacity: 0.85;*/
}

/*
.page-id-4908 #bloc-cashless .bloc-bg {
    background-image: url(https://www.hoppophop.fr/wp-content/uploads/2022/05/bloc-bg-cashless2022-c.jpg);
}
.page-id-4908 #bloc-billetterie .bloc-bg {
    background-image: url(https://www.hoppophop.fr/wp-content/uploads/2022/05/bloc-bg-billetterie2022-c.jpg);
}
.page-id-4908 #bloc-infos .bloc-bg {
    background-image: url(https://www.hoppophop.fr/wp-content/uploads/2022/05/bloc-bg-infos2022-c.jpg);
}
.page-id-4908 #bloc-sponsor .bloc-bg {
    background-image: url(https://www.hoppophop.fr/wp-content/uploads/2022/05/bloc-bg-partenaires2022-c.jpg);
}
.page-id-4908 #bloc-benevole .bloc-bg {
    background-image: url(https://www.hoppophop.fr/wp-content/uploads/2022/05/bloc-bg-benevoles2022-c.jpg);
}
.page-id-4908 #bloc-projet .bloc-bg {
    background-image: url(https://www.hoppophop.fr/wp-content/uploads/2019/05/bloc-bg-projet.jpg);
}
.page-id-4908 #bloc-covid .bloc-bg {
    background-image: url(https://www.hoppophop.fr/wp-content/uploads/2020/05/bloc-bg-infos-covid2020.jpg);
}*/


.home-6blocs .home-bloc .bloc-bg {
  background-image: url('https://www.hoppophop.fr/wp-content/uploads/2025/04/6blocs-bg3-24.jpg');
}


.page-id-4908 .home-bloc .bloc-bg,
.home-6blocs .home-bloc .bloc-bg {
    opacity: 1;
}

.page-id-4908 .home-bloc:hover .bloc-bg,
.home-6blocs .home-bloc:hover .bloc-bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    /*opacity: 0.9;*/
}

.home-bloc iframe {
    height: 308px;
}

.page-id-4908 #bloc-playlist.home-bloc {
    padding: 0;
}
.page-id-4908 #bloc-playlist iframe {
    height: 100%;
}

/*
.page-id-3096 .home-bloc:hover {
    -webkit-box-shadow: inset 0 0 10px #FFE888, 0 0 10px #FFE888;
    box-shadow: inset 0 0 10px #FFE888, 0 0 10px #FFE888;
}*/

.home-bloc h4:before {
    position: absolute;
    content: '';
    width: 120px;
    height: 100px;
    top: -95px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

@media only screen and (max-width: 767px) {
    .home-bloc h4::before {
        -webkit-transform: translateX(-50%) scale(0.85);
        transform: translateX(-50%) scale(0.85);
    }
}



#bloc-cashless h4:before {
    background: url('https://www.hoppophop.fr/wp-content/themes/enfold-child-2023/gfx/picto-cashless.png') center center no-repeat;
    background-size: 80px;
}
#bloc-billetterie h4:before {
    background: url('https://www.hoppophop.fr/wp-content/themes/enfold-child-2023/gfx/picto-billetterie.png') center center no-repeat;
    background-size: 80px;
}
#bloc-infos h4:before {
    background: url('https://www.hoppophop.fr/wp-content/themes/enfold-child-2023/gfx/picto-infos.png') center center no-repeat;
    background-size: 80px;
}
#bloc-sponsor h4:before {
    background: url('https://www.hoppophop.fr/wp-content/themes/enfold-child-2023/gfx/picto-partenaires.png') center center no-repeat;
    background-size: 80px;
}
#bloc-benevole h4:before {
    background: url('https://www.hoppophop.fr/wp-content/themes/enfold-child-2023/gfx/picto-benevoles.png') center center no-repeat;
    background-size: 80px;
}
#bloc-accred h4:before {
    background: url('https://www.hoppophop.fr/wp-content/themes/enfold-child-2023/gfx/picto-accreditations.png') center center no-repeat;
    background-size: 80px;
}
/*
#bloc-projet h4:before {
    background: url('https://www.hoppophop.fr/wp-content/uploads/2019/05/picto-projet.png') center center no-repeat;
}
#bloc-covid h4:before {
    background: url('https://www.hoppophop.fr/wp-content/uploads/2020/05/picto-infos-covid.png') center center no-repeat;
}
*/

@media only screen and (max-width: 767px) {
    .page-id-4908 .home-bloc {
        margin-bottom: 0px;
        font-size: 18px;
    }
  
    .page-id-4908 .main_color h4 {
        margin-top: 110px;
    }
    .page-id-4908 .home-bloc {
        height: 250px;
    }
}


/* fondu noir section */

.fondu-noir-bas {
  position: relative;
}

.fondu-noir-bas::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#0000));
  background: linear-gradient(to top, #000, #0000);
}

/* --------------------------- */

/*        PROGRAMMATION        */

/* --------------------------- */

.page-id-127 .text-sep {
    display: none;
}

.page-id-127 .main_color .av-sort-by-term a {
    padding: 2px 5px;
    margin: 5px;
    border-radius: 2px;
    background-color: #e613e5;
    color: #fff;
    font-size: 18px;
    opacity: 0.85;
}
/*
.page-id-127 .av-sort-by-term a:nth-child(3) {
    background-color: #56bf0e;
}

.page-id-127 .av-sort-by-term a:nth-child(5),
.page-id-127 .av-sort-by-term a:nth-child(7) {
    background-color: #04b7f9;
}*/

#top #wrap_all .vendredi-16-sept_sort_button,
#top #wrap_all .samedi-17-sept_sort_button {
  background-color: #0eaeea;
}
#top #wrap_all .hop-pop-off_sort_button {
  background: #50cab4;
}

.page-id-127 .av-sort-by-term a:first-child {
    background-color: #000;
}

.page-id-127 .main_color .av-sort-by-term a.active_sort {
    color: #fff;
    font-weight: 600;
    opacity: 1;
}

.av-masonry .avia-arrow {
    display: none;
}

.av-masonry-entry .av-inner-masonry-content {
    padding: 18px 20px;
}

.av-masonry-entry .av-masonry-entry-title {
    line-height: 1.2;
}
.av-masonry-entry-content.entry-content {
    font-size: 16px;
    line-height: 1.2;
}

@media only screen and (max-width: 989px) {
    .av-masonry-entry .av-inner-masonry-content {
        padding: 10px 20px;
    }
    .av-masonry-entry .av-masonry-entry-title {
    font-size: 16px;
    }
}

@media only screen and (max-width: 989px) {
    .av-masonry-entry .av-inner-masonry-content {
        padding: 5px 8px;
    }
    .av-masonry-entry .av-masonry-entry-title {
    font-size: 14px;
    }
}

.av-masonry-outerimage-container {
  height: 80%;
}


/*
page-id-127 .av-fixed-size .av-masonry-image-container, .av-fixed-size .av-masonry-outerimage-container {
    bottom: 30px;
}*/

.page-id-160 .video-container {
    max-width: 560px;
    margin: 40px auto 15px auto;
}

.page-id-892 .video-container,
.page-id-1052 .video-container,
.page-id-3096 .video-container,
.page-id-1766 .video-container,
.page-id-1799 .video-container,
.page-id-2053 .video-container {
    max-width: 800px;
    margin: 40px auto 15px auto;
}

.youtube-rwd .video-container {
    max-width: 860px;
    margin: 40px auto 15px auto;
}
.youtube-rwd#video-report .container {
    max-width: 900px;
}
.youtube-rwd.youtube-carre#video-report .container {
    max-width: 600px;
}


.page-id-160 .video-container div,
.page-id-892 .video-container div,
.page-id-1052 .video-container div,
.page-id-3096 .video-container div,
.page-id-1766 .video-container div,
.page-id-1799 .video-container div,
.page-id-2053 .video-container div,
.youtube-rwd .video-container div {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube-rwd.youtube-carre .video-container div {
  padding-bottom: 100%;
}

.page-id-160 .video-container iframe,
.page-id-892 .video-container iframe,
.page-id-1052 .video-container iframe,
.page-id-3096 .video-container iframe,
.page-id-1766 .video-container iframe,
.page-id-1799 .video-container iframe,
.page-id-2053 .video-container iframe,
.youtube-rwd .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-video {
    max-width: 800px;
    margin: auto;
}



@media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content {
        font-size: 13px;
        display: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .responsive .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content {
        display: none;
    }
}

/* --------------------------- */

/*          CASHLESS           */

/* --------------------------- */

.page-id-133 .toggler {
    font-weight: 600;
}

/* --------------------------- */

/*       SINGLE ARTISTE        */

/* --------------------------- */


.single-portfolio #footer .container_wrap,
.single-post #main #footer.container_wrap {
    background-image: none;
    background-color: #000;
}

.flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#top.single-portfolio .title_container .container {
    padding: 20px 0 0 0;
}

.single-portfolio .page-thumb {
    margin-top: 26px;
}

.single-portfolio .alternate_color {
    /*background: #000000 !important;*/
    background: transparent !important;
}

/*
.single-portfolio h1.entry-title {
    font-family: 'akrobat', sans-serif;
    font-size: 55px;
    font-weight: 600;
    text-align: left;
    line-height: 55px;
    margin-top: 30px;
    margin-left: 31%;
    color: #04b7f9 !important;
}
.single-portfolio h1.entry-title a{
    color: #04b7f9 !important;
}*/

.single-portfolio #pays {
    font-size: 30px;
    font-weight: 600;
    /*text-align: center;*/
    margin-top: 15px;
    margin-left: 31%;
}

.single-portfolio .title_container {
    border: none;
}

.single-portfolio #infos-artiste {
    width: 25%;
    text-align: right;
}

#infos-artiste #jour,
#infos-artiste #horaires {
    font-size: 20px;
    font-weight: 600;
    color: #ff38fc;
}

#infos-artiste #scene {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #73FFE6;
}

#infos-artiste #style {
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    background-color: #FFFFFF;
    padding: 3px 10px;
    margin: 5px 0 2px 0;
}
#infos-artiste #site {
    font-size: 16px;
    line-height: 1.3;
}

#infos-artiste p {
    margin: 10px 0;
}

#infos-artiste p:first-child {
    margin-top: 17px;
}

#infos-artiste .rs {
    margin: 0 4px;
    font-size: 20px;
    font-weight: 400;
}

.single-portfolio .entry-content {
    width: 69%;
    margin-left: 6%;
}

.single-portfolio iframe {
    margin: 30px 0;
    border-radius: 15px;
}

#nav-single-portfolio,
.single-portfolio .artiste-nav {
    margin-left: 31%;
    margin-top: 40px;
    margin-bottom: 20px;
}

#nav-single-portfolio a {
    margin: 0;
    margin-bottom: 30px;
}

#nav-single-portfolio a:first-child,
#nav-single-portfolio a:nth-child(2) {
    margin-right: 30px;
}
/*
#nav-single-portfolio a:nth-child(2) {
    display: none;
}
*/


/* Parcours */

#parcours #nom-parcours {
  font-weight: 600;
  font-size: 1.1em;
}

/* Related */

#top .av-related-style-full .related_image_wrap,
#top .av-related-style-full .related_image_wrap img {
    width: 150px;
    height: 150px;
    border-radius: 0;
}

.related_title {
    color: #000;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 20px;
}

.av-related-title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
}

related-format-icon {
    display: none;
}

.main_color .related_posts.av-related-style-full a {
    border: none;
}

/* Related 2025 */

.artistes-similaires.cl-layout.layout-artistes {
  gap: 2%;
}

.artistes-similaires.cl-layout.layout-artistes .cl-template {
  max-width: 350px;
  margin-bottom: 10px;
}

.artistes-similaires.layout-artistes .cl-template h3.cl-element {
  font-size: 22px;
}

.artistes-similaires.layout-artistes .cl-element.player {
  margin-bottom: calc(100% - 45px) !important;
}

@media only screen and (max-width: 1240px) {
  
  .artistes-similaires.layout-artistes .cl-template h3.cl-element {
    font-size: 18px;
  }
}

@media only screen and (max-width: 989px) {
  
  .artistes-similaires.cl-layout.layout-artistes {
    gap: 2%;
    max-width: 600px;
  }
  
  .artistes-similaires.cl-layout.layout-artistes .cl-template {
    width: 49%;
    flex-basis: 49%;
    max-width: 49%;
  }
  
  .artistes-similaires.layout-artistes .cl-template h3.cl-element {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  
  .artistes-similaires.layout-artistes .cl-template h3.cl-element {
    font-size: 14px;
  }
}

/* FORMULAIRE DE CONTACT */

#top .wpcf7-form label {
    font-size: 22px;
    font-weight: 600;
}

#top .wpcf7-form label input,
#top .wpcf7-form select,
#top .wpcf7-form textarea {
    border: none !important;
    color: #fff !important;
    font-family: "Akrobat";
    font-size: 16px;
    background-color: var(--violetff25) !important;
}

#top #popmake-906 .wpcf7-form label input,
#top #popmake-906 .wpcf7-form select,
#top #popmake-906 .wpcf7-form textarea {
    color: #444 !important;
    background-color: #f8f8f8 !important;
}

#contact-astro {
    margin-top: 10px;
}

.wpcf7-not-valid-tip {
    color: red;
}

#top .wpcf7-form textarea {
  min-width: 100%;
  max-width: 100%;
  height: 160px;
}

/*
.main_color .cf7 input[type="submit"] {
  font-weight: 600;
  font-family: 'akrobat';
  font-size: 22px;
  background-color: #ff38fc;
  background: url('https://www.hoppophop.fr/wp-content/uploads/2022/04/bg-irise-400.jpg') center center no-repeat;
  padding: 14px 25px 12px;
  text-transform: uppercase;
}*/

input.wpcf7-submit {
  font-size: 22px;
  font-family: 'akrobat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: var(--jaune25) !important;
}

.pum input.wpcf7-submit {
  background-color: transparent !important;
}


/* RWD */

@media only screen and (max-width: 989px) {

    .single-portfolio h1.entry-title {
        text-align: center;
        font-size: 40px;
        line-height: 40px;
        margin-left: 0;
    }
    .single-portfolio #pays {
        text-align: center;
        font-size: 22px;
        margin: 0 0 5px 0;
    }
    .flex-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-portfolio #infos-artiste {
        width: 100%;
        text-align: center;
    }
    .single-portfolio .entry-content {
        width: 100%;
        margin: 0;
    }
    .single-portfolio iframe {
        width: 100%;
    }
    #nav-single-portfolio {
        margin: 0;
        text-align: center;
    }
    #nav-single-portfolio a {
        margin: 0 10px 30px 10px !important;

    }
    .av-related-title {
        font-size: 20px;
    }
  
    .single-portfolio .artiste-nav {
      margin-left: 0;
    }
}

/* Formulaires iframe */

.iframe-form {
    display: block;
    margin: auto;
    max-width: 800px;
}

/* TIMETABLE */

.mptt-shortcode-row th {
    width: 10%;
    vertical-align: middle;
    font-weight: 600;
}

.mptt-shortcode-row th:first-child {
    width: 5%;
    text-align: center;
}

.total_schedule .timetable-container li {
    margin: 0;
    padding: 0;
}

.timetable-container .syet_time_container {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.timetable-container .acttitle {
    font-size: 18px;
    /*line-height: 22px;*/
    line-height: 1.2;
}
.timetable-container .sy-double .acttitle {
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .timetable-container .acttitle {
        font-size: 16px;
    }
}

.main_color .acttitle a {
    /*color: #fff;*/
    color: #000;
}
.sy-actincelltext {
    font-size: 13px;
    color: #000;
}
.fullplanning .sy-start,
.fullplanning .sy-end,
.timetable-container .time {
    color: #000 !important;
}

#tarteaucitronAlertSmall {}

.main_color .timetable-container a:hover {
    color: #000;
}
/*bug timetable print*/
.sy-variation-to-print.sy-print-container-0 {
    display: none !important;
}

.timetable-container .col-title {
    font-family: "akrobat", sans-serif;
    font-weight: 600;
    border: 2px solid #000;
    padding: 10px 3px;
    height: 60px;
    line-height: 1.2;
    font-size: 18px;
    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;
    
    background-color: #28373e !important;
}

.timetable-container .time_scale_cont .col-title {
    border-color: #fff;
}

.timetable-container .col-title .sy-sep2 {
    height: 5px;
}

.timetable-container .creneau > .sy-double:first-child {
    border-right: 1px solid #fff;
}

.fullplanning .time {
    line-height: 13px;
}
.sy-double .time {
    font-size: 12px;
}

li[data-color="00719b"] #nom > a {
    pointer-events: none;
    font-size: 0.86em;
}


.page-id-751 #wrap_all > #main > .container_wrap > .container,
.page-id-766 #wrap_all > #main > .container_wrap > .container {
    padding: 0;
}

.page-id-751 #wrap_all > #main > .container_wrap,
.page-id-766 #wrap_all > #main > .container_wrap {
    border-color: #fff!important;
    border-width: 0;
}

.page-id-892,
.page-id-751,
.page-id-766 {
    background-image: none;
    background-color: #fff;
}

/* timetable 2020 - HopPopOff */

.timetable-container #act-4001-1-0-14 .sy-start,
.timetable-container #act-4001-1-0-14 .sy-end {
    display: none;
}
.timetable-container #act-4001-1-0-14 .sy-separator::before {
    content: "11:00 ";
}
.timetable-container #act-4001-1-0-14 .sy-separator::after {
    content: " 20:00";
}

.timetable-container #act-4002-1-0-14 {
    border-top: 0;
}
.timetable-container #act-4002-1-0-14 .time {
    opacity: 0;
}


/* timetable 2021 - HopPopOff */

.timetable-container #act-4001-1-0-16 .sy-separator::before {
    content: "10:00 ";
}
.timetable-container #act-4001-1-0-16 .sy-start {
    display: none;
}

.page-id-766 #tarteaucitronRoot,
.page-id-751 #tarteaucitronRoot {
    display: none !important;
}

.html_stretched .page-id-766 #wrap_all,
.html_stretched .page-id-751 #wrap_all {
    background-color: #fff;
    background-color: #000;
}

/* TIMETABLE 2022 */

#timetable .container {
  max-width: 1500px;
}

@media (max-width: 1200px) {
  
  .timetable-img-container {
    min-width: 1200px;
  }
  .timetable-wrap {
    overflow: scroll;
  }
}


/* Page En direct a la radio = Flux audio */

figure audio {
  width: 100%;
}



/* RWD */

@media (max-width:
/*768*/

900px) {
    .blank.activite {
        display: none;
    }
    .fullplanning .rows {
        margin-bottom: 40px;
    }
    .col-title {
        font-size: 16px;
    }
    .easytimetable-6 #row_5,
    .easytimetable-6 #row_6 {
        /*display: none;*/
    }
    .total_schedule .timetable-container li {
        height: inherit !important;
    }
}

@media only screen and (max-width: 720px) {
    #home-prog {
        font-size: 18px;
        line-height: 32px;
    }
    #top #av_section_1 .avia-button.avia-color-light {
        font-size: 16px;
    }
}

@media only screen and (max-width: 420px) {
    #rs-basdepage #social #htag {
        font-size: 30px;
    }
    #rs-basdepage #social a {
        height: 48px;
        width: 48px;
        font-size: 22px;
        padding: 12px;
    }
    #astro {
        font-size: 26px;
    }
    .social a {
        margin-left: 16px;
    }
    #home-infofest p {
        font-size: 22px;
    }

}


/*----------------------------*/

/*   PAGE AFTER 2018 / 2019   */

/*----------------------------*/

.html_entry_id_892::after {
    background-image: none;
    background-color: #000;
}

.page-id-892 #av_section_1 .container,
.page-id-1766 #av_section_1 .container {
    max-width: 100%;
}

.page-id-892 #av_section_4,
.page-id-1766 #av_section_4 {
    min-height: 30px;
}

#logo-after {
    position: absolute;
    top: 50px;
    left: 0;
    margin-left: 40px;
}

#rs-after {
    position: absolute;
    top: 60px;
    right: 0;
    margin-right: 20px;
}

#rs-after a {
    font-size: 26px;
    color: #fff;
    text-shadow: 0 0 9px rgba(0, 20, 50, 0.5);
    margin-left: 22px;
}

#after-titre {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 9px rgba(0, 20, 50, 0.5);
    padding-top: 90px;
    padding-bottom: 80px;
}

#hph-night {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,10,20,.8);
    padding: 10px 0;
    max-width: 400px;
    margin: auto;
    background-color: rgba(0,0,0,0.6);
    display: block;
    padding: 5px 2px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#hph-night:hover {
    background-color: rgba(0,0,0,0.8);
}

#after-titre .bold {
    font-weight: 600;
}

#after-titre p {
    margin: 6px;
    text-shadow: 0 0 15px #000;
}

#after-titre p:first-child {
    font-size: 65px;
    line-height: 1.1;
}

#after-titre p + p {
    font-size: 32px;
    font-weight: 600;
}

#after-astro {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 10px;
}

#after-astro a {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

#after-creditphoto {
    position: absolute;
    right: -20px;
    bottom: 5px;
}

#after-creditphoto p {
    color: #656e75;
    font-size: 15px;
}

#after-nav {
    text-align: center;
    margin-top: 40px;
}

#after-nav a, #popmake-906 input[type="submit"] {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #000;
    padding: 14px 40px;
    margin: 5px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-family: 'akrobat',sans-serif;
    background: transparent;
}

#after-nav a:hover, #popmake-906 input[type="submit"]:hover {
    -webkit-box-shadow: 0 -100px 0px rgba(0, 0, 0, 1) inset;
    box-shadow: 0 -100px 0px rgba(0, 0, 0, 1) inset;
    color: #fff !important;
}

@media only screen and (max-width: 480px) {
    #after-nav a, #popmake-906 input[type="submit"] {
        width: 100%;
        padding: 10px 40px;
        margin: 5px 0;
    }
}


/* contact popup */
#popmake-906 {
    border: none !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 50px !important;
}
#popmake-906 a {
    color: #000;
    font-weight: 400;
}

#top #popmake-906 input[type="text"],
#top #popmake-906 input[type="password"],
#top #popmake-906 input[type="email"],
#top #popmake-906 input[type="number"],
#top #popmake-906 input[type="tel"],
#top #popmake-906 textarea,
#top #popmake-906 select {
    background-color: #f8f8f8;
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
    #after-titre p:first-child {
        font-size: 50px;
        line-height: 56px;
    }
    #after-titre p + p {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    #logo-after {
        position: inherit;
        text-align: center;
        margin-left: 0;
        margin-bottom: 60px;
    }
    #rs-after {
        position: inherit;
        margin-right: 20px;
        text-align: center;
    }
    #after-titre {
        padding-top: 0;
        padding-bottom: 30px;
    }

    #after-titre p:first-child {
        font-size: 29px;
        line-height: 38px;
    }
    #after-titre p + p {
        font-size: 18px;
    }
    #after-creditphoto {
        display: none;
    }
    #after-astro {
        position: inherit;
        -webkit-transform: translate(0);
        transform: translate(0);
        text-align: center;
        margin-top: 120px;
    }
    #after-astro a {
        font-size: 18px;
    }
    .page-id-892 #av_section_2 .content {
        padding-top: 0;
    }
    #popmake-906 {
        padding: 20px !important;
    }

    #hph-night {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

}


/*----------------------------*/

/*      PAGE BEFORE 2019      */

/*----------------------------*/

#prehome2019-head .container {
    max-width: 1600px;
}
#bloclogo {
    position: absolute;
    top: 70px;
    width: 48vw;
    max-width: 730px;

   /* left: -230px;
    top: 60px;
    width: 70%; */
}

#section-blocinfo {
    min-height: 0;
    background-color: #04b7f9;
}
#section-blocinfo .content {
    padding: 0;
}
#blocinfo {
    display: block;
    margin: auto;
    width: 440px;

    position: absolute;
    top: -640px;
    right: -20px;

   /* top: 20px;
    right: -460px; */

 /*   margin-left: 15%;
    display: inline-block;
    padding: 26px 55px 38px 55px;*/
    padding: 26px 16px 38px 16px;
    text-align: center;
    color: #000;
    font-weight: 400;
    font-family: 'akrobat', sans-serif;
    background-image: url(https://www.hoppophop.fr/wp-content/uploads/2019/04/papier600.jpg);
    background-size: cover;
}

#blocinfo #intracity {
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    margin: 5px 0;
}
#blocinfo #intracity a {
    color: #000;
    font-weight: 400;
}
#blocinfo #intracity a:hover {
    text-decoration: underline;
}
#blocinfo #intracity span {
    color:#04b7f9;
    font-weight: 700;
}
#blocinfo #date {
    margin-bottom: 12px;
}

#blocinfo #date .jour {
    display: inline-block;
    margin: 10px;
}
#blocinfo .jour span:first-child {
    display: block;
    font-size: 27px;
    font-weight: 600;
}

#blocinfo .jour span:nth-child(2) {
    display: block;
    color: #efede6;
    font-size: 60px;
    font-weight: 700;
    background-color: #04b7f9;
    border-radius: 50%;
    width: 67px;
    height: 67px;
    line-height: 62px;
}

#blocinfo #mois {
    position: relative;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 600;
}

#blocinfo #mois::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    top: -20px;
    width: 171px;
    height: 18px;
    background-image: url(https://www.hoppophop.fr/wp-content/uploads/2019/04/barre-carte.png);
}

#blocinfo #ville {
    text-transform: uppercase;
    font-size: 65px;
    line-height: 1;
    font-weight: 700;
    margin: 20px 5px 0 5px;
}

#blocinfo #scenesgroupes {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 40px 0;
}

#blocinfo #scenesgroupes>span {
    margin: 0 6px;
}

#blocinfo #scenesgroupes>span>span {
    color: #04b7f9;
}

#blocinfo #tarifs {
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    margin: 30px 0;
}

#blocinfo #tarifs span {
    font-size: 21px;
    font-weight: 400;
}

#blocinfo #billetterie-bouton {
    display: inline-block;
    background-color: #f00000;
    padding: 16px 36px;
    text-transform: uppercase;
    color: #efede6;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;

     -webkit-box-shadow: 0 0px 0px rgba(200, 0, 0, 0.5) inset;
    box-shadow: 0 0px 0px rgba(200, 0, 0, 0.5) inset;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#blocinfo #billetterie-bouton:hover {
    -webkit-box-shadow: 0 -100px 0px rgba(0, 0, 0, 1) inset;
    box-shadow: 0 -100px 0px rgba(0, 0, 0, 1) inset;
}



#rs-2019 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 70px;
}
#rs-2019 #hashtag {
    font-family: 'akrobat', sans-serif;
    color: #04b7f9;
    font-size: 25px;
    font-weight: 600;
    margin-right: 20px;
}
#rs-2019 a {
    color: #04b7f9;
    font-size: 26px;
    margin: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#rs-2019 a:hover {
    color: #000;
}

/* prog */
#prog-title {
    text-align: center;
    color:#999;
    font-size:34px;
    line-height:36px;
}

#prehome-prog {
    color: #000;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 58px;
    max-width: 800px;
    margin: auto;
    text-transform: uppercase;
}
#prehome-prog .bleu {
    color: #04b7f9;
}

/* video */
.page-id-3096 .video-container,
.page-id-1052 .video-container,
.page-id-1799 .video-container,
.page-id-2053 .video-container {
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.5);
    box-shadow: 0 3px 20px rgba(0,0,0,0.5);
}

/* nav */
.page-id-1052 #after-nav a {
    color: #fff;
    border: 2px solid #fff;
    padding: 14px;
    margin: 7px;
    min-width: 190px;
    -webkit-box-shadow: 0 0px 0px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 0px 0px rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #04b7f9;
    font-size: 19px;
    line-height: 21px;
}

.page-id-1052 #after-nav a:hover {
    -webkit-box-shadow: 0 -100px 0px rgba(255, 255, 255, 1) inset;
    box-shadow: 0 -100px 0px rgba(255, 255, 255, 1) inset;
    color: #04b7f9 !important;
}

/* footer */
#top #mini-footer {
    min-height: 30px;
}

/* scroll-top */
#top #scroll-top-link {
  
  /*border: 1px solid #04b7f9;
    color: #04b7f9;
    background-color: transparent;*/
  
    border-radius: 50%;
    border: none;
    color: #fff;
    font-size: 22px;
    opacity: 1;
    background-color: #0009;
}
#top #scroll-top-link:hover {
    /*background-color: #04b7f9;
    color: #fff;
    border: none;*/
}

#top #scroll-top-link svg {
  fill: #fff;
  transform: scale(1.5);
}

@media only screen and (max-width: 1400px) {

    #prehome2019-head .container {
        height:580px !important;
    }
    #bloclogo {
      /*  margin-top: 60px; */
    }
    #blocinfo {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);

        top: -570px;
        right: 40px;
    }
}

@media only screen and (max-width: 1100px) {
    #blocinfo {
        right: 0px;
    }
}

@media only screen and (max-width: 989px) {

    #prehome2019-head .av-parallax-inner {
        background-size: 200%;
    }
    #prehome2019-head .avia_codeblock {
        text-align: center;
        height: 500px;
    }
    #bloclogo {
        position: inherit;
        width: 70%;
    }

    #section-blocinfo {
        padding-bottom: 50px;
    }
    #blocinfo {
        -webkit-transform: scale(1);
        transform: scale(1);
        position: inherit;
        margin-top: -60px;
        max-width: 440px;
        width: auto;
    }
    #rs-2019 {
        margin-bottom: 20px;
    }
    #prog-title {
        font-size:25px;
        line-height:28px;
    }
    #prehome-prog {
        font-size: 23px;
        line-height: 33px;
    }
}
@media only screen and (max-width: 680px) {

    #prehome2019-head .container {
        height:540px !important;
    }
    #prehome2019-head .avia_codeblock {
        height: 460px;
    }
    #bloclogo {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {

    #prehome2019-head .container {
        height:380px !important;
    }
    #prehome2019-head .avia_codeblock {
        height: 320px;
    }


    #blocinfo #intracity {
        font-size: 23px;
    }

    #blocinfo #ville {
        font-size: 55px;
    }

    #blocinfo #scenesgroupes {
        font-size: 24px;
        margin-bottom: 25px;
    }
    #blocinfo #tarifs {
        font-size: 18px;
        line-height: 1.1;
        margin: 20px 0;
    }

    #blocinfo #tarifs span {
        font-size: 16px;
    }

    #blocinfo #billetterie-bouton {
        padding: 12px 26px;
        color: #efede6;
        font-size: 20px;
    }
}

/* TEMPORAIRE */
/*
#nav-single-portfolio .bouton-jaune:nth-child(2), #infos-artiste #jour {
    display: none;
}*/


/*----------------------------*/

/*      PAGE BEFORE 2020      */

/*----------------------------*/

.page-id-1799 .main_color strong {
    color: #000;
}
.page-id-1799 #av_section_1 .container {
    max-width: 100%;
}

#rs-2020 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 70px;
}
#rs-after #hashtag {
    font-family: 'akrobat', sans-serif;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-right: 6px;
}
.page-id-1799 #rs-after a {
    margin-left: 10px;
}

#rs-2020 a {
    color: #000;
    font-size: 26px;
    margin: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#rs-2020 a:hover {
    color: #000;
}

.page-id-1799 #after-titre {
    padding-top: 0px;
    padding-bottom: 0px;
}

.prehome #billetterie-bouton {
    display: inline-block;
    background-color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 10px;
    text-shadow: none;

     -webkit-box-shadow: 0 0px 0px rgba(0, 50, 100, 0.5) inset;
    box-shadow: 0 0px 0px rgba(0, 50, 100, 0.5) inset;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.prehome #billetterie-bouton:hover {
    -webkit-box-shadow: 0 -100px 0px rgba(0, 0, 0, 1) inset;
    box-shadow: 0 -100px 0px rgba(0, 0, 0, 1) inset;
    color: #fff;
}

#prehome-prog .bleu {
    color: #000;
}
.page-id-1799 #prog-title {
    color: #777;
    font-size: 30px;
}
.page-id-1799 #prehome-txt {
    text-align: center;
    max-width: 920px;
    margin: auto;
}
.page-id-1799 #prog-annonce {
    text-align: center;
    color: #888;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}

.page-id-1799 #after-nav a {
    background-color: transparent;
}

.page-id-1799 #partenaires .container {
    max-width: 1600px;
}

.page-id-1799 #mini-footer {
    min-height: 30px;
}

#header-neutre .container {
    padding: 10px !important;
}

@media only screen and (max-width: 989px) {

    .page-id-1799 #prog-title {
        font-size:18px;
        line-height:22px;
    }
    .page-id-1799 #prehome-prog {
        font-size: 25px;
        line-height: 32px;
    }
    .page-id-1799 #prog-annonce {
        font-size: 18px;
    }
}

@media only screen and (max-width: 419px) {
    .page-id-1799 #after-nav a {
        width: 100%;
    }
}

/*----------------------------*/

/*      PAGE BEFORE 2020 2    */

/*----------------------------*/

.page-id-2053 #prog-title {
    color: #777;
    font-size: 30px;
}
.page-id-2053 #prehome-txt {
    text-align: center;
    max-width: 920px;
    margin: auto;
}
.page-id-2053 #prog-annonce {
    text-align: center;
    color: #888;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}
@media only screen and (max-width: 989px) {

    .page-id-2053 #prog-title {
        font-size:18px;
        line-height:22px;
    }
    .page-id-2053 #prog-annonce {
        font-size: 18px;
    }
}

.page-id-2053 #partenaires .container {
    max-width: 1600px;
}

.page-id-2053 #mini-footer {
    padding-top: 20px;
}

@media only screen and (min-width: 990px) {
    .page-id-2053 #mini-footer {
        background: url('https://www.hoppophop.fr/wp-content/uploads/2021/05/footer-bg-2021.jpg') center center no-repeat;
    }
}
@media only screen and (max-width: 989px) {
    .page-id-2053 #mini-footer {
        background: url('https://www.hoppophop.fr/wp-content/uploads/2020/04/footer-bg-mobile.jpg') center center no-repeat;
    }
}

.page-id-2053 #after-nav a {
    padding: 13px 35px;
}

#rs-prehome2020-2 {
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    margin-top: -8px;
}
#rs-prehome2020-2 a {
    margin-left: 5px;
}
#rs-prehome2020-2 #hashtag {
    font-family: 'Akrobat';
    font-weight: 600;
}

#sib_subscribe_form-3 {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}
#sib_subscribe_form-3 .widgettitle {
    color: #fff;
    font-size: 18px;
}
#sib_subscribe_form-3 #checkbox-news {
    color: #fff;
    font-family: 'Akrobat';
}



/*----------------------------*/

/*       PAGE BEFORE 2021     */

/*----------------------------*/

.prehome #prehome-txt,
.prehome #prehome-txt-en {
    text-align: center;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
}

.prehome #prehome-txt-en p {
    font-size: 0.95em;
    line-height: 1.4;
}

div.twocol-smallmg .av_one_half {
    width: 49%;
    margin-left: 2%;
}
body div.twocol-smallmg .first {
    margin-left: 0;
}

.responsive #top #wrap_all .cover-prehome2021 .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.cover-prehome2021.mobile .avia-image-container {
  margin-bottom: 0 !important;
}

.cover-prehome2021.mobile .avia-button-wrap {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media only screen and (max-width: 600px) {
    .wp-image-1268 {
        max-width: 200px;
    }
}


/*----------------------------*/
/*      PAGE BEFORE 2022      */
/*----------------------------*/

#rs-prehome2022 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: -8px;
}
#rs-prehome2022 a {
    margin-left: 5px;
}
#rs-prehome2022 a:hover {
  /*color: #ff38fc;*/
  /*color: #f0cb01;*/
  color: #d3c24c;
}
#rs-prehome2022 #hashtag {
    font-family: 'Akrobat';
    font-weight: 600;
}

.avia-button.avia-size-medium {
  font-size: 25px;
  padding: 15px 35px 13px;
  border-radius: 0;
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
}


#top .bg-irise .avia-button {
  background: url('https://www.hoppophop.fr/wp-content/uploads/2022/04/bg-irise-400.jpg') center center no-repeat;
  border-width: 0;
}
.avia-button:active {
  border-top-width: 0;
}



#top .av-special-heading.titre-illu2022 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.av-special-heading.titre-illu2022 .av-special-heading-tag {
  font-size: 40px;
  color: #ff38fc;
  text-shadow: none;
  font-weight: 600;
  padding: 66px 0;
  /*background: url('https://www.hoppophop.fr/wp-content/uploads/2022/04/illu-titre2022.png') center center no-repeat;
  background-size: contain;*/
}

.av-special-heading.titre-illu2022 .av-special-heading-tag::before {
  content: "";
  background: url('https://www.hoppophop.fr/wp-content/uploads/2022/04/illu-titre2022.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.8;
}

@media only screen and (max-width: 600px) {
  
  .av-special-heading.titre-illu2022 .av-special-heading-tag {
    font-size: 36px;
  }
  .av-special-heading.titre-illu2022 .av-special-heading-tag::before {
    background: url('https://www.hoppophop.fr/wp-content/uploads/2022/04/illu-titre2022-mobile.png') center center no-repeat;
  }
  
}



/* ELEMENTS CACHES TEMPORAIREMENT */

/* infos pratiques - lieu hoppopoff */
.hidden-3004 {
    display: none !important;
}

/* infos pratiques - sous menu - items animation & foodtrucks*/
.page-id-135 #sub_menu1 #av-custom-submenu-1 li:nth-child(2),
.page-id-135 #sub_menu1 #av-custom-submenu-1 li:nth-child(3) {
    /*display: none !important;*/
}

/* items menu principal Horaires */
/*
#avia-menu #menu-item-2815,
.menu-item-2815 {
    display: none !important;
}*/



/* items menu footer HopPopOff / Cashless / Actu */
/*
#menu-menu-footer #menu-item-1663,
#menu-menu-footer #menu-item-259,
#menu-menu-footer #menu-item-261 {
    display: none !important;
}*/

/* FOOTER - lien benevole & accred media */
/*#footer-socket p:nth-child(3) {
    display: none !important;
}*/

/* Single Artiste - bouton horaires */
/*
#nav-single-portfolio a:nth-child(2) {
    display: none !important;
}
*/
/* Single Artiste - separator day/hour */
/*#infos-artiste #horaires::before {
    content: '/ ';
}*/


/* AJOUTS 2021 */

#top .header_color .main_menu .menu ul li > a:hover {
  color: #000000 !important;
}

#top .header_color .main_menu .menu ul .current-menu-item > a {
  color: #000000 !important;
}

.main_color .container .av-inner-masonry-content,
#top .main_color .container .av-masonry-load-more,
.main_color .container .av-masonry-entry .avia-arrow {
  background-color: #111111 !important;
}

,
#top .main_color .container .av-masonry-sort {
  background-color: #000 !important;
}

#top div.container .av-masonry .av-masonry-sort {
  margin-bottom: 35px;
}

.toggle_content p, .toggle_content ul li, .toggle_content p a {
  color: #000000 !important;
}

.toggler:hover {
  color: #000000 !important;
}
.toggler.activeTitle:hover {
  color: #fff !important;
}

/*
#top.page-id-139 #av_section_2 {
  background-color: #FFFFFF !important;
}*/

#footer {
  background-position-y: 100px;
}

/*
@media only screen and (max-width: 1280px) {

  body.page-id-3096 .img-background {
    background: none !important;
  }

}*/
/*
.container-video-home .container {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}*/

.responsive #top #wrap_all .container-video-home .container {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100%;
}


@media only screen and (max-width: 1400px) {
  .responsive #top #wrap_all .container-video-home .container {
    margin-left: -15% !important;
    width: 130%;
    max-width: 130% !important;
  }
}

@media only screen and (max-width: 1080px) {
  .responsive #top #wrap_all .container-video-home .container {
    margin-left: -30% !important;
    width: 160%;
    max-width: 160% !important;
  }
}





.header-scrolled .header_bg {
    /*-webkit-box-shadow: 0 0 20px rgba(255,255,255,0.05);
    box-shadow: 0 0 20px rgba(255,255,255,0.05);*/
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

/*
#programmation h2 {
    text-shadow: 0 0 6px rgba(0,181,255,0.8);
}*/



.responsive #top #wrap_all #cover-video-mobile .container {
    max-width: 100%;
    width: 100%;
}


/* background illustration */

@media only screen and (min-width: 1320px) {

/*
    .section-bg-gauche {
        background: url(https://www.hoppophop.fr/wp-content/uploads/2021/05/bg-gauche-website.png) top left no-repeat;
        background-attachment: scroll;
        background-size: 300px;
    }

    .section-bg-droite {
        background: url(https://www.hoppophop.fr/wp-content/uploads/2021/05/bg-droite-website.png) bottom right no-repeat;
        background-attachment: scroll;
        background-size: 300px;
    }
*/

/*
    .section-bg-gauche.section-bg-droite,
    .single-portfolio #main .container_wrap {
        background: url(https://www.hoppophop.fr/wp-content/uploads/2021/05/bg-gauche-website.png) top left no-repeat, url(https://www.hoppophop.fr/wp-content/uploads/2021/05/bg-droite-website.png) bottom right no-repeat;
        background-attachment: scroll;
        background-size: 300px;
    }*/
}

/*
@media only screen and (max-width: 1600px) {
    
    .section-bg-gauche {
        background-size: 260px;
        background-position-x: -10%;
    }
    .section-bg-droite {
        background-size: 260px;
        background-position-x: 110%;
    }
    .section-bg-gauche.section-bg-droite,
    .single-portfolio #main .container_wrap {
        background-size: 260px;
        background-position-x: -10%, 110%;
    }
    
}
*/

/* PREHOME 2021 */

.prehome #after-titre p {
    font-weight: 600;
    text-transform: initial;
    letter-spacing: 1px;
    line-height: 1.05;
    text-shadow: 0 0 20px #000;
}

@media only screen and (max-width: 600px) {
    .wp-image-3039 {
        max-width: 220px;
    }
}

.prehome#partenaires .container {
    max-width: 1600px;
}


/* PREHOME Billetterie 2023 */


.cover-prehome-fullscreen .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
  margin: 0 !important;
}

.cover-prehome-fullscreen .avia-image-container-inner,
.cover-prehome-fullscreen .avia-image-container-inner img {
  width: 100%;
}

.ph2023 h1 {
  font-size: 42px;
  color: #fff;
}

@media only screen and (max-width: 680px) {
  
  .ph2023 h1 {
    font-size: 32px;
  }
}



/* COOKIES tarte au citron */

#top #tarteaucitronRoot div#tarteaucitronAlertBig {
    -webkit-box-shadow: 0 0 100px #000b;
    box-shadow: 0 0 100px #000b;
}

body #tarteaucitronAlertBig #tarteaucitronCloseAlert,
body #tarteaucitronAlertBig #tarteaucitronPersonalize,
body #tarteaucitronAlertBig #tarteaucitronPersonalize2,
body .tarteaucitronCTAButton,
body #tarteaucitron #tarteaucitronPrivacyUrl,
body #tarteaucitron #tarteaucitronPrivacyUrlDialog,
body #tarteaucitronRoot .tarteaucitronDeny,
body #tarteaucitronRoot .tarteaucitronAllow {
    background: #11BB3A;
}

body #tarteaucitronRoot .tarteaucitronDeny {
    background: transparent;
}
body #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    color: #fff;
    background-color: transparent;
}
body #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
    display: none;
}
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
    background-color: #11BB3A;
}
body div#tarteaucitronAlertBig::before {
    content: 'Gestion des cookies';
    font-size: 26px;
}
body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 16px;
}
body span#tarteaucitronDisclaimerAlert {
    padding: 0;
}

/* Page Partenaires */

.av-partner-fake-img {
    background-position: center center;
}
#top .main_color .avia-content-slider .slide-image {
    background-color: #fff;
}

/* TEMP */
/*
#infos-artiste #style {
    display: none !important;
}
*/


/* Editions precedentes 2 */

.ep-prog strong {
    font-size: 1.5em;
    line-height: 0.9;
}

/* Gallery */

#top div .avia-gallery img {
    border-width: 0;
}
.mfp-gallery .mfp-title {
    display: none;
}

@media only screen and (max-width: 767px) {
    
    #top #wrap_all .avia-gallery.av-kv6dpy0h-e8bc6271ae0ca115804d94ddfdb1fdc9 .avia-gallery-thumb a {
        width: 50%;
    }
}


/* TEMP */
/* Menu non affiché sur actus pendant préhome */
/*
.single-post #header .menu-item {
  display: none;
}*/

/* Partenaires */

#top .avia-logo-element-container .slide-entry {
  padding: 4px;
}
#top .avia-logo-element-container .slide-entry span {
  background-color: #fff;
  border: 8px solid #fff;
}


/* TEMP HOME 2022 */

/* Item Hop Pop Off desactivé du footer */

.menu-menu-footer-container .menu-item-1663 {
  display: none;
}


/* desactive phrase parcours - fiche artistes */

#phrase-parcours {
  display: none;
}

/* desactiver bouton horaires - fiche artistes */

.artiste-nav .avia-button:nth-child(2) {
  display: none;
}

/* Pop up Ramene ton gobelet */

#pum-6015 .pum-container {
  padding: 0;
}

#pum-6015 .pum-close {
  color: #fff !important;
  text-shadow: 0 0 5px #000;
}

#pum-6015 h2 {
  margin-top: 0.7em;
}

#pum-6015 .pum-content p:last-child {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1400px) {
  #pum-6015 h2 {
    font-size: 48px;
  }
  #pum-6015 .pum-content p:last-child {
    margin-bottom: 55px;
  }
}


/* HPH en direct à la radio */

.col-bloc-radio {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--violetff25);
  border-radius: 10px;
}

.col-bloc-radio img {
  max-width: 200px;
  margin-right: 10px;
}

.col-bloc-radio figcaption {
  line-height: 1.3;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 1200px) {
  
  .col-bloc-radio img {
    max-width: 180px;
  }
}


@media only screen and (max-width: 600px) {
  
  .col-bloc-radio {
    display: block !important;
  }
  .col-bloc-radio img {
    max-width: 130px;
    margin-bottom: 5px;
  }
}


/* MINI FOOTER */

#partenaires.footer-mini {
  padding: 0;
}

#partenaires.footer-mini .container {
  max-width: 1600px;
}








/***************************/
/*     HOPPOPHOP 2023      */
/***************************/

/* BOUTONS */

body div .avia-button {
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 5px;
  color: #fff;
}

.avia-button.avia-color-blue {
  background-color: var(--rose25);
  border-color: var(--rose25);
  color: #fff;
}

.avia-button.avia-color-orange {
  background-color: var(--jaune25);
  border-color: var(--jaune25);
  color: #000;
}

.avia-button.avia-color-green {
  background-color: var(--rose25);
  border-color: var(--rose25);
}

.avia-button.avia-color-blue:hover {
  background-color: var(--rose25);
  border-color: var(--rose25);
  color: #fff;
}

.avia-button.avia-color-orange:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.avia-button.avia-color-green:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--rose25);
}

.avia-button.avia-color-orange .avia_button_icon svg {
  fill: black !important;
}

body .avia-button.avia-size-small {
  padding: 10px 15px 8px;
  font-size: 19px;
}

body .avia-button.avia-size-medium {
  font-size: 23px;
  padding: 11px 15px 9px;
  border-radius: 5px;
  margin-top: 10px;
}


body .avia-button.avia-size-x-large {
  font-size: 24px;
  padding: 18px 30px 16px;
  border-radius: 5px;
  margin-top: 10px;
}


@media only screen and (max-width: 600px) {
  
  body .avia-button.avia-size-small {
    font-size: 16px;
  }
  
  body .avia-button.avia-size-medium {
    font-size: 18px;
  }
  
  body .avia-button.avia-size-x-large {
    font-size: 22px;
  }
}

/* Scroll to top */

#scroll-top-link {
  z-index: 99999;
  right: 15px;
}

/* TITRES */

/* H2 highlight */

.h2h {
  margin: 15px auto 25px;
  text-align: center;
  display: table;
}

.h2h h2 {
  display: inline;
  position: relative !important;
  -webkit-box-shadow: inset 0 -16px 0 var(--rose25);
  box-shadow: inset 0 -16px 0 var(--rose25);
}




/**********************/
/*    HEADER 2023     */
/**********************/


/* Menu */

#header #avia-menu {
  padding-top: 47px;
}


.header-scrolled#header #avia-menu {
  padding-top: 12px;
}


#header .menu-item a {  
  text-transform: uppercase;
  font-size: 23px;
  /*border: 1px solid #fff;*/
  border-radius: 5px;
  margin-right: 10px;
  height: 46px !important;
  line-height: 46px !important;
  display: inline-block;
  padding: 0 16px;
}

#header .menu-item.color1 > a {
  background-color: var(--jaune25);
  border-color: var(--jaune25);
  color: #000;
}

#header .menu-item.color1 > a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

#header .menu-item.color2 > a {
  background-color: var(--jaunec25);
  border-color: var(--jaunec25);
  color: #000;
}

#header .menu-item.color2 > a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}


#header .avia-menu.av_menu_icon_beside {
  margin-right: 5px;
}

/* Reseaux sociaux */

#top #header .social_bookmarks li {
  width: 40px;
}

#top #header .social_bookmarks li a {
  width: 40px;
  font-size: 26px;
}

li.social_bookmarks_spotify > a::before {
  font-family: "Font Awesome 5 Brands" !important;
  content: "\f1bc" !important;
}


@media only screen and (max-width: 1240px) {
  
  #header .social_bookmarks {
    margin-right: 60px;
  }
}

@media only screen and (min-width: 1241px) and (max-width: 1350px) {
  
  .responsive #top #wrap_all #header .main_menu .social_bookmarks {
    position: absolute;
    top: 23px;
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 601px) and (max-width: 1240px) {
  
  .responsive #top #wrap_all #header .main_menu .social_bookmarks {
    display: none;
  }
}


@media only screen and (max-width: 1580px) {
  
  #header .menu-item a {
    font-size: 20px;
    margin-right: 8px;
    height: 42px !important;
    line-height: 42px !important;
    padding: 0 10px;
  }
}

.av-burger-menu-main {
  display: none !important;
}


/* MEGA MENU BURGER 2023 */

/*
body:not(.page-id-6817) .mobmenu-overlay,
body:not(.page-id-6817) .mobmenu,
body:not(.page-id-6817) .mobmenu-panel {
  display: none !important;
}*/


.html_header_transparency .mobmenu-overlay,
.page-template-template-blank .mobmenu-overlay,
.html_header_transparency .mobmenu,
.page-template-template-blank .mobmenu,
.html_header_transparency .mobmenu-panel,
.page-template-template-blank .mobmenu-panel {
  display: none !important;
}





#top .mob-menu-header-holder {
  width: 80px;
  top: 40px;
}

@media only screen and (min-width: 990px) {
  
  #top .mob-menu-header-holder {
    position: fixed;
  }
}

#top .mobmenur-container {
  top: calc(50% - 40px);
  margin-right: 11px;
}

#top .mobmenu-content {
  padding-bottom: 10px;
}

@media only screen and (min-width: 1240px) {
  
  #top .mobmenu-content {
    padding-left: 60px;
  }
}

#top .mobmenu-content li a {
  max-width: 280px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

#top #mobmenuright > li > a {
  font-weight: 600;
  font-size: 22px;
  padding: 5px 20px;
  color: #fff;
}

#top .mob-expand-submenu i {
  font-size: 20px;
}

#top .sub-menu > li > a {
  padding: 0;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#top .right-menu-icon-text {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
}

#top .mobmenu-right-panel {
  max-width: 100%;
  width: 550px;
}

.mobmenu-right-panel .mobmenu-right-bt {
  right: 10px;
  top: 5px;
}

@media only screen and (min-width: 1240px) {
  
  #top .mobmenu-right-panel .mobmenu-right-bt {
    top: calc(50% - 60px);
    left: 25px;
    right: auto;
  }
}


#top .mobmenu-right-panel .mobmenu-right-bt i {
  padding: 26px 8px 0 8px;
}

#top .mobmenu-panel .mobmenu-right-bt::before {
  content: "FERMER";
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

@media only screen and (min-width: 1241px) {
  
  /*
  .page-id-6817 #header,
  .page-id-6817 #wrap_all {
    padding-right: 80px;
  }
  */
  
  /*
  #header,
  #wrap_all {
    padding-right: 80px;
  }*/
  
  .html_header_transparency #header,
  .page-template-template-blank #header,
  .html_header_transparency #wrap_all,
  .page-template-template-blank #wrap_all {
    padding-right: 0; 
  }
  
  /*
  #top .mob-menu-header-holder {
    width: 80px;
    height: 100%;
    background-color: var(--bleuf24);
    position: fixed;
    top: 0;
  }*/
  
  #top .mob-menu-header-holder {
    display: none !important;
  }
}

/* widget + rs */

@media only screen and (min-height: 850px) {

  .rightmbottom {
    position: absolute;
    bottom: 20px;
  }
}

.rightmbottom > .widget {
  padding: 12px;
}

.rightmbottom .custom-html-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.rightmbottom li a.btn-panel {
  background-color: var(--rose23);
  color: #fff;
  border-radius: 5px;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 15px;
  margin: 8px 0;
}

.rightmbottom li a.btn-panel.bleu {
  background-color: var(--bleu23);
}

.mobmenu-content .social {
  margin: 0 0 10px 0;
  text-align: left;
  margin-bottom: 10px;
}

#top .mobmenu-content .social a {
  background-color: transparent;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  margin: 5px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 22px;
  font-weight: 300;
  padding: 0;
  text-align: center;
}

#top .mobmenu-content li a.app {
  margin-top: 10px;
  padding-left: 0;
}

#top .mobmenu-content li a.prec {
  font-weight: 300;
  padding-left: 0;
  font-size: 21px;
}
  
@media only screen and (max-width: 1240px) {
  #top .mobmenu-content li a.app {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 5px;
  }
}


/**********************/
/*    FOOTER 2023     */
/**********************/

#top .section-footer-partenaires .container {
  max-width: 1600px;
  margin: 10px auto;
}

#top .section-footer-partenaires .widget {
  padding-bottom: 0 !important;
}

#wrap_all .section-footer .container {
  max-width: 1700px;
}

#top #wrap_all .section-footer .menu-item {
  font-weight: 600;
  border: none !important;
}

/* COLONNE 1 */

#top #wrap_all .section-footer .col1 .widget_media_image {
  padding-bottom: 0;
  margin-bottom: -30px;
  margin-top: -40px;
}

#top #wrap_all .section-footer .col1 img {
  width: 300px;
}

#top #wrap_all .section-footer .col1 .menu-item {
  font-size: 22px;
  display: inline-block;
  margin-right: 25px !important;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}

#top #wrap_all .section-footer .col1 .menu-item a {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 15px 8px 15px;
}


#top #wrap_all .section-footer .col1 .menu-item.color1 a {
  border-color: var(--jaune25);
  background-color: var(--jaune25);
  color: #000;
}

#top #wrap_all .section-footer .col1 .menu-item.color2 a {
  border-color: var(--jaunec25);
  background-color: var(--jaunec25);
  color: #000;
}

#top #wrap_all .section-footer .col1 .menu-item a:hover {
  background-color: transparent;
  color: #fff;
}

#top #wrap_all .section-footer .col1 .menu-item.color1 a:hover,
#top #wrap_all .section-footer .col1 .menu-item.color2 a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}


/* COLONNE 2 */

#top #wrap_all .section-footer .col2 .menu-item {
  font-size: 22px;
  display: inline-block;
  width: 43%;
  margin-right: 2% !important;
  margin-bottom: 3px !important;
}

#top #wrap_all .section-footer .content .col2 .menu-item a {
  padding: 6px 0;
}

#top #wrap_all .section-footer .content .col2 .menu-item a:hover {
  background-color: inherit;
}

/* COLONNE 3 */

.section-footer h3 {
  font-size: 23px;
  color: #fff;
  margin-bottom: 20px;
}

#top .section-footer .sib-email-area {
  width: 250px;
  height: 50px;
}
#top .section-footer .sib-email-area input {
  width: 250px;
  border: none !important;
  height: 50px;
  padding: 5px 10px;
  color: #000;
  font-size: 19px;
  font-family: 'akrobat', sans-serif;
  font-weight: 600;
  border-radius: 5px 0 0 5px !important;
}

#top .section-footer .sib-default-btn {
  background-color: var(--jaune25) !important;
  border: none !important;
  font-weight: 600;
  font-size: 19px;
  font-family: 'akrobat', sans-serif;
  text-transform: uppercase;
  color: #000 !important;
  padding: 5px 30px !important;
  height: 50px;
  border-radius: 0 5px 5px 0 !important;
}

.section-footer .check-wrap {
  margin-top: 8px;
}

#top .section-footer #checkbox-news {
  font-family: 'akrobat', sans-serif;
  font-size: 16px !important;
}

@media only screen and (max-width: 1500px) {
  
  #top #wrap_all .section-footer .col2 .menu-item {
    font-size: 18px;
  }
  
  #top #wrap_all .section-footer .content .col2 .menu-item a {
    padding: 2px 0;
  }
  
  #top .section-footer .sib-email-area input {
    font-size: 16px;
  }
  
  #top .section-footer .sib-default-btn {
    font-size: 16px;
    padding: 5px 15px !important;
  }
  
  #top .section-footer .sib-email-area,
  #top .section-footer .sib-email-area input {
    width: 200px;
  }
}

@media only screen and (max-width: 1250px) {
  
  #top #wrap_all .section-footer .col2 .menu-item {
    display: block;
    width: auto;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1150px) {

  .responsive #top #wrap_all .section-footer .flex_column {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 1150px) {
  
  #top #wrap_all .section-footer .content .col1,
  #top #wrap_all .section-footer .content .col3 {
    text-align: center;
  }
  
  #top #wrap_all .section-footer .col1 .menu-item {
    font-size: 16px;
    margin-right: 6px !important;
    margin-bottom: 10px !important;
    margin-left: 6px !important;
  }
    
  #top #wrap_all .section-footer .col1 .menu-item a {
    padding: 6px 10px 5px;
  }
  
  #top #wrap_all .section-footer .content .col2 .menu {
    text-align: center;
  }
  
  #top #wrap_all .section-footer .col2 .menu-item {
    display: inline-block;
    font-size: 16px;
    margin: 3px 15px;
  }
}


/* SOCKET */

.col-socket .avia_codeblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_column.col-socket {
  font-family: 'akrobat', sans-serif;
  font-weight: 600;
  margin-top: 0;
}

@media only screen and (min-width: 1201px) {
    
  .flex_column.col-socket {
    font-size: 19px;
  }
}

@media only screen and (max-width: 989px) {
  
  .col-socket .avia_codeblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-socket .avia_codeblock .sep {
    display: none;
  }
}



/*********************/
/*      SECTION      */
/*********************/

.section-width-s.avia-section .container {
  max-width: 1180px;
}

.section-width-l.avia-section .container {
  max-width: 1600px;
}

.section-pixel .content {
  padding: 0 !important;
}
.avia-section.section-pixel {
  min-height: 0;
}

/*********************/
/*       HOME        */
/*********************/

/* COVER VIDEO */

/*
@media screen and (min-width: 768px) {
  .avia-section.home-cover-video {
    margin-top: -20px;
  }
}*/

.avia-section.home-cover-video .container {
  max-width: 100%;
  padding: 0;
}

.home-cover-logotexte {
  position: absolute;
  top: 0;
}

.home-cover-video .av-countdown-timer {
  /*margin-top: -30px;*/
  /*background-color: var(--bleu24);*/
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  
  .home-prog-actu .template-page.content {
    padding-top: 20px;
  }
  
}

@media screen and (max-width: 480px) {
  
  #top #wrap_all .home-cover > .container {
    width: 100%;
    max-width: 100%;
  }
  
  .home-cover .home-cover-img-mobile img {
    border-radius: 0;
  }
}

/* COVER */

.home-cover-logo img {
  width: 500px;
}

@media only screen and (min-width: 601px) {
  
  .home-cover .avia-button.avia-size-small {
    min-width: 160px;
  }
}

/* compte à rebours */

#top .av-countdown-timer-inner {
  display: inline;
}

#top .av-countdown-cell-inner {
  padding: 0px 5px;
}

#top .main_color .av-default-style .av-countdown-cell-inner {
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  font-family: 'akrobat', sans-serif;
  font-size: 20px;
  min-width: 100px;
}

#top .av-countdown-time-label {
  text-transform: uppercase;
}

#top .main_color .av-default-style .av-countdown-cell + .av-countdown-cell {
  border-left: 3px solid var(--jaune25);
}

#top .main_color .av-default-style .av-countdown-cell-inner .av-countdown-time {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  
  #top .main_color .av-default-style .av-countdown-cell-inner {
    font-size: 13px;
    min-width: 68px;
  }
}

/* SECTION PROG & ACTUS */

.avia-section.home-prog-actu .container {
  max-width: 1700px;
}

@media only screen and (min-width: 990px) and (max-width: 1240px) {
 
  .responsive #top #wrap_all .home-prog-actu .col-actu,
  .responsive #top #wrap_all .home-prog-actu .col-prog {
    margin: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}

/* PROG */


/* ACTUS */

.home-prog-actu .col-actu {
  background-color: var(--violetff25);
  border-radius: 16px;
  padding: 20px 1.5% 40px;
}

.home-prog-actu .cl-layout-container {
  margin: 30px 0 20px 0;
}

.home-prog-actu .layout-actus-accueil .cl-element-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout-actus-accueil .cl-element-featured_media__anchor img {
  background-color: #fff;
}

#top .cl-template a {
  font-family: 'Akrobat';
  font-weight: 600;
}

.layout-actus-accueil h3.cl-element {
  font-size: 20px;
}


@media only screen and (max-width: 1240px) {
  .home-prog-actu .col-actu {
    margin-top: 50px !important;
  }
}



@media only screen and (max-width: 1400px) {
  
  .layout-actus-accueil h3.cl-element {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
  
  .layout-actus-accueil.cl-layout.cl-layout--col-m-1 .cl-layout__item {
    width: calc(25% - var(--cl-layout-gap-c));
    -ms-flex-preferred-size: calc(25% - var(--cl-layout-gap-c));
    flex-basis: calc(25% - var(--cl-layout-gap-c));
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  
  .layout-actus-accueil h3.cl-element {
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  
  .home-prog-actu .col-actu {
    padding-left: 3%;
    padding-right: 3%;
  }
}

/* SECTIONS 6 BLOCS */

#top .home-6blocs .container {
  max-width: 1200px;
}

#top .home-6blocs .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
  margin-top: 30px;
}
  
.home-6blocs .widget {
  padding-bottom: 0px;
}

@media only screen and (max-width: 1200px) {
  
  .main_color.home-6blocs h4 {
    font-size: 26px;
  }
  .home-6blocs .home-bloc {
    font-size: 17px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  
  #top .home-6blocs .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 0px;
  }
  
  .home-6blocs .home-bloc {
    height: 280px;
  }
}


/* Playlist */

.home-after-playlist h2 {
  font-size: 32px;
}

@media only screen and (max-width: 1400px) {
  
  .home-after-playlist h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  
  .home-after-playlist h2 {
    font-size: 24px;
  }
}


/*********************/
/*  PAGE INTERIEURE  */
/*********************/

/* COVER */

.avia-section.page-cover {
  background-repeat: no-repeat;
  /*background-image: url(https://www.hoppophop.fr/wp-content/uploads/2022/10/rdv2023-bg2.jpg);*/
  background-image: url(https://www.hoppophop.fr/wp-content/uploads/2025/04/hph2025-sect-titre-bg.jpg);
  background-position: 50% 63%;
  background-attachment: scroll;
  background-size: cover;
}

.avia-section.page-cover .av-section-color-overlay {
  opacity: 0 !important;
}

.page-cover h1 {
  font-size: 70px;
}

@media only screen and (max-width: 1200px) {
  
  .page-cover h1 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 767px) {
  
  .page-cover h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 350px) {
  
  .page-cover h1 {
    font-size: 38px;
  }
}


/* ACCORDEON */

.avia-section.section-accordeon .container {
  max-width: 900px;
}

#top .av-elegant-toggle .toggle_icon {
  right: 0;
  border-width: 0;
  opacity: 1;
}

.toggle_icon span {
  border-color: var(--jaune25);
}

#top .av-elegant-toggle .toggle_content {
  padding: 0 0 25px 0;
  border-color: var(--jaune25);
}

.js_active #top .av-elegant-toggle .toggler {
  padding: 12px 40px 12px 0px;
  border-color: var(--jaune25);
}

.js_active #top .av-elegant-toggle .toggler.activeTitle {
  border-bottom-color: transparent;
}

#top .toggler:hover {
  color: var(--jaune25) !important;
}

#top #wrap_all .main_color .av-elegant-toggle .toggler {
  background-color: transparent;
  color: var(--jaune25);
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
}

#top .main_color .toggle_content {
  background-color: transparent;
  color: #fff;
}

#top .toggle_content p,
#top .toggle_content ul li,
#top .toggle_content p a {
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  
  #top #wrap_all .main_color .av-elegant-toggle .toggler {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  
  #top #wrap_all .main_color .av-elegant-toggle .toggler {
    font-size: 20px;
  }
}


/*********************/
/*  PAGE BILLETTERIE */
/*********************/


@media only screen and (max-width: 767px) {

  .visuel-pass img {
    width: 250px;
  }
}


/*********************/
/*   PAGE HOPPOPOFF  */
/*********************/

/* Grille Artistes & Hop pop off */

.layout-artistes .cl-element.cl-element-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000c;
  padding: 5px 10px !important;
}

.layout-artistes .cl-element.cl-element-section .cl-element {
  text-align: center;
  text-transform: uppercase;
}

.layout-artistes .cl-element.cl-element-section .cl-element-title > a {
  width: 100%;
}

.layout-artistes .cl-element.cl-element-section .cl-element-excerpt {
  color: var(--jaune25);
  font-family: 'akrobat', sans-serif;
  font-weight: 600;
  padding-top: 0;
}

.layout-artistes.hoppopoff .cl-element.cl-element-section .cl-element-excerpt {
  color: var(--rose25);
}

.layout-artistes .cl-template .cl-element {
  font-size: 18px;
}

.layout-artistes .cl-template h3.cl-element {
  font-size: 26px;
}

.home-prog-actu .layout-artistes .cl-template h3.cl-element {
  font-size: 1em;
}

.layout-artistes .cl-element.player {
  position: absolute;
  margin-bottom: calc(66% - 45px) !important;
  bottom: 0;
}

.home-prog-actu .layout-artistes .cl-element.player {
  margin-bottom: calc(100% - 45px) !important;
}

.cl-template--id-7193 .cl-element-featured_media__image {
  aspect-ratio: 68/45;
  width: 100%;
  object-fit: cover;
}

.avia_textblock.filtres-prog {
  margin-bottom: 50px;
}


@media only screen and (max-width: 1500px) {
  
  .layout-artistes .cl-template .cl-element {
    font-size: 16px;
  }

  .layout-artistes .cl-template h3.cl-element {
    font-size: 22px;
  }
}


@media only screen and (max-width: 900px) {

  .layout-artistes .cl-template h3.cl-element {
    font-size: 18px;
  }
}

@media only screen and (max-width: 600px) {
  
  .layout-artistes .cl-template .cl-element {
    font-size: 14px;
  }
}



/************************/
/*  PAGE PROGRAMMATION  */
/************************/

/* Filtres */

#top .grille-artistes .searchandfilter {
  /* margin: 20px 0 50px 0; */
  margin: 20px 0 8px 0;
}

.avia-button-wrap.btn-filtre-hoppopoff {
  margin-bottom: 40px !important;
}

.grille-artistes .searchandfilter > ul > li {
  padding: 5px 0;
}

.grille-artistes .searchandfilter ul {
  text-align: center;
  margin-left: 0;
}

.grille-artistes .searchandfilter ul .sf-level-0 {
  display: inline-block;
  margin: 0 5px;
}

.grille-artistes .searchandfilter .sf-input-radio {
  display: none;
}

.grille-artistes .searchandfilter .sf-label-radio {
  background-color: var(--jaune25);
  color: #000;
  font-weight: 600 !important;
  padding: 8px;
  min-width: 140px;
  font-size: 18px !important;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
}

.grille-artistes .searchandfilter .sf-item-0 .sf-label-radio {
  text-transform: inherit;
  font-weight: 300 !important;
}

.grille-artistes .searchandfilter .sf-option-active .sf-label-radio {
  background-color: #fff;
  color: #000;
}

.grille-artistes .searchandfilter .sf-field-post-meta-jour .sf-label-radio {
  background-color: var(--jaunec25);
  color: #000;
}

.grille-artistes .searchandfilter .sf-field-post-meta-jour .sf-option-active .sf-label-radio {
  background-color: #fff;
  color: #000;
}

@media only screen and (max-width: 1200px) {
  
  .grille-artistes .searchandfilter .sf-label-radio {
    padding: 6px;
    min-width: 120px;
    font-size: 16px !important;
  }
}


@media only screen and (max-width: 600px) {
  
  #top .grille-artistes .searchandfilter {
    margin: 0px 0 30px;
  }
  
  .grille-artistes .searchandfilter .sf-label-radio {
    padding: 3px;
    min-width: 100px;
    font-size: 13px !important;
  }
}



/*************************/
/*  PAGE SINGLE ARTISTE  */
/*************************/

/* Section back */

.btn-retour .avia-button {
  color: #fff !important;
  border: none !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  font-weight: 300 !important;
}

/* Section content */

.artiste-nom h1 {
  text-align: left;
  font-size: 42px;
  display: inline-block;
  margin: 0 0 20px 0;
  position: relative;
}

.artiste-nom h1::before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
  background-color: var(--rose25);
  position: absolute;
  z-index: -1;
}

/*
.category_hoppopoff .artiste-nom h1::before {
  background-color: var(--vert23);
}*/

.artiste-meta .jour {
  color: var(--jaunec25);
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0.5em 0;
}

.artiste-meta .scene {
  color: var(--jaune25);
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0.5em 0;
}

.artiste-meta .style {
  background-color: #fff;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 8px;
  font-size: 21px;
}

#top .artiste-desc h2 {
  text-align: left;
  text-transform: initial;
  font-size: 32px;
  margin-top: 1.8em;
}

.avia_textblock.artiste-rs {
  margin-top: 40px;
}

.artiste-rs .rs {
  font-size: 28px;
  padding: 3px;
  margin-right: 8px;
  font-weight: 300;
}



@media only screen and (max-width: 1200px) {
  
  .artiste-nom h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 600px) {
  
  .artiste-nom h1 {
    font-size: 34px;
  }
  
  .artiste-meta .jour,
  .artiste-meta .scene {
    font-size: 24px;
  }
  
  .artiste-meta .style {
    font-size: 18px;
  }
  
  #top .artiste-desc h2 {
    font-size: 22px;
  }
}



/* img */

.flex_column.content-img {
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 600px;
}

.content-img .avia-image-container-inner img {
  border-radius: 20px 20px 0 0;
}

.content-img .av_textblock_section {
  /*padding: 0 50px 20px 50px;*/
  padding: 0 11% 20px 11%;
}

.content-img .jour {
  color: #000;
  text-align: center;
  font-size: 24px;
  margin: 0.2em 0;
}

.content-img .scene {
  color: var(--rose25);
  text-align: center;
  font-size: 24px;
  margin: 0.2em 0;
}

.timetable-scene {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.timetable-scene p {
  width: 50%;
  margin: 0.15em 0;
  font-size: 20px;
}

.timetable-scene p strong,
.timetable-scene p b {
  font-weight: 600;
  color: #000;
}

.content-img .avia-button.avia-size-medium {
  margin-top: 20px;
}

  
@media only screen and (max-width: 600px) {

  .content-img .av_textblock_section {
    padding: 0 7% 20px 7%;
  }
  .timetable-scene p {
    font-size: 16px;
  }
}

/* artistes similaires */


.artiste-section-related .container {
  max-width: 1500px;
}

.shortcode-related {
  margin-top: 60px;
}

.shortcode-related .yarpp-thumbnail > img,
.shortcode-related .yarpp-thumbnail-default,
.shortcode-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: inherit;
  height: inherit;
  margin: 0;
  border: none;
}

#top .image-overlay.overlay-type-extern {
  display: none !important;
}

.shortcode-related .yarpp-thumbnails-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5%;
}

.shortcode-related .yarpp-thumbnail-title {  
  width: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center !important;
  background-color: #000c;
  margin: 0 !important;
  padding: 8px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
}

.shortcode-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  position: relative !important;
}

body .yarpp-thumbnail-default > img {
  min-height: inherit;
  min-width: inherit;
}

@media only screen and (max-width: 1400px) {
  
  .shortcode-related .yarpp-thumbnail-title { 
    font-size: 18px;
  }
}

@media only screen and (max-width: 989px) {
  
  .shortcode-related .yarpp-thumbnails-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .shortcode-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 48%;
  }
  
  .shortcode-related .yarpp-thumbnail > img,
  .shortcode-related .yarpp-thumbnail-title {
    width: 100%;
  }
}


@media only screen and (max-width: 600px) {
  .shortcode-related .yarpp-thumbnail-title { 
    font-size: 15px;
  }
}


/* PROG // HopPopOff */

.cat-hoppopoff,
.cat-before {
  display: none !important;
}

.category_hoppopoff .cat-prog,
.category_before .cat-prog {
  display: none !important;
}

.category_hoppopoff .cat-hoppopoff,
.category_before .cat-before {
  display: block !important;
}




/*********************/
/*   Lecteur Audio   */
/*********************/

#top .player___container {
  display: inline-block;
}

#top .home-prog-actu .player___container {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

#top .play__pause {
  font-family: 'Akrobat', sans-serif;
  text-transform: uppercase;
  padding: 8px 8px 8px 38px;
  border-radius: 3px;
  cursor: pointer;
  background: url('gfx/icon-play.png') 7px center no-repeat #0009;
  background-size: 26%;
}

#top .play__pause.pause {
  background: url('gfx/icon-pause.png') 7px center no-repeat #0009;
  background-size: 26%;
}


/******************************/
/*  Shortcode Reseau Sociaux  */
/******************************/

#top .my-social-container .social_bookmarks {
  display: flex;
  justify-content: center;
  min-height: 60px;
  margin-bottom: 20px !important
}

#top .my-social-container .social_bookmarks li {
  border-right-width: 0;
  margin: 0.2em;
  width: 60px;
}

#top .my-social-container .social_bookmarks li a {
  color: #fff;
  float: none;
  font-size: 38px;
  width: 60px;
  line-height: 60px;
  min-height: 60px;
}

@media only screen and (max-width: 480px) {
  
  #top .my-social-container .social_bookmarks {
    min-height: 40px;
  }
  
  #top .my-social-container .social_bookmarks li {
    width: 40px;
  }

  #top .my-social-container .social_bookmarks li a {
    font-size: 28px;
    width: 40px;
    line-height: 40px;
    min-height: 40px;
  }
}


/**************************************/
/*  Icones Reseau Sociaux - Artistes  */
/**************************************/

.artiste-rs .rs .icon-enfold::before {
  content: "";
  font-family: 'entypo-fontello';
  font-weight: normal;
}

.artiste-rs .rs .icon-enfold.website::before {
  content: "";
}

.artiste-rs .rs .icon-enfold.facebook::before {
  content: "";
}

.artiste-rs .rs .icon-enfold.instagram::before {
  content: "";
}

.artiste-rs .rs .icon-enfold.youtube::before {
  content: "";
}




/*********************************** 2025 *************************************/



/*********************/
/*    PAGE TARIFS    */
/*********************/

#top .flex_column.col-blocs-tarif {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
}

.avia_textblock.bloc-tarif {
  position: relative;
  aspect-ratio: 1;
  /*
  background-color: var(--rose25);
  background-color: #fff;
  color: var(--violet25);
  */
  background: url(https://www.hoppophop.fr/wp-content/uploads/2025/04/6blocs-bg2-24.jpg) center center /cover no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  margin: 15px;
  padding: 25px 10px 10px 10px;
  align-items: center;
  border-radius: 8px;
  line-height: 1.2;
}


.bloc-tarif h4 {
  /*
  background-color: var(--rose25);
  color: #fff;
  */
  background-color: #fff;
  color: var(--violet25);
  font-size: 30px;
  display: inline-block;
  margin-top: 10px;
  font-family: 'akrobat';
  text-transform: uppercase;
  padding: 8px;
  line-height: 1;
  min-width: 180px;
  font-weight: 400;
}

.bloc-tarif h4 strong {
  font-size: 1.3em;
}

.avia_textblock.bloc-tarif p {
  font-size: 38px;
  font-weight: 600;
  margin: 0.3em 0;
}

.avia_textblock.bloc-tarif p small {
  font-size: 0.5em;
}

.avia_textblock.bloc-tarif p em {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  line-height: 1;
  background-color: var(--jaune25);
  color: var(--violetf25);
  font-size: 0.5em;
  padding: 3px 12px;
  border-radius: 30px;
}


/*********************/
/*  ELEMENTS CACHES  */
/*********************/

.hide-content {
  display: none !important;
}

/* Filtres scenes - Page Artistes */
/*
.filtres-prog .sf-field-post-meta-scene {
  display: none !important;
}*/

/* Bouton HopPopOff - Page Artistes */

/*
.filtres-prog .btn-filtre-hoppopoff {
  display: none !important;
}*/

/* Bouton HopPopOff & Before - Page Artistes */

/*
.prog-btn-plus .avia-button[href="https://www.hoppophop.fr/hop-pop-off/"] {
  display: none !important;
}*/

/*
.prog-btn-plus .avia-button[href="https://www.hoppophop.fr/befores/"] {
  display: none !important;
}
*/

















