/*
 Theme Name:   Quai des bulles Site
 Theme URI:    http://www.voyelle.fr
 Description:  Thème du site Quai des bulles
 Author:       Voyelle
 Author URI:   http://www.voyelle.fr
 Template:     quaidesbulles
 Version:      1.0.0
 License:      A nous
 License URI:  http://www.voyelle.fr/licence-a-nous
*/


/** HEADER **/

header{
   font-family: 'Bebas Neue';
   font-weight: normal;
}
.site-header .multi-menu ul{
   float:right;
   background: black;
   padding:5px 15px 0;
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
   margin: 0;
}
.site-header .multi-menu li{
   display: inline-block;
   vertical-align: middle;
   list-style: none;
   position: relative;
}
.site-header .multi-menu li a{
   font-size:17px;
   color:white;
   padding:10px 15px;
   position: relative;
   display: inline-block;
}
.site-header .multi-menu li a:after{
   content:'';
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 12px 12px 0 12px;
   border-color: #000 transparent transparent transparent;
   bottom: 0;
   left:0;
   right:0;
   margin: auto;
   position: absolute;
   -webkit-transition: all 0.7s  cubic-bezier(0.18, 0.89, 0.32, 1.0);
   -moz-transition: all 0.7s  cubic-bezier(0.18, 0.89, 0.32, 1.0);
   -o-transition: all 0.7s  cubic-bezier(0.18, 0.89, 0.32, 1.0);
   transition: all 0.7s  cubic-bezier(0.18, 0.89, 0.32, 1.0);
}
.site-header .multi-menu .multisite-active a:after{
   bottom: -12px;
}
.site-header .multi-menu li a:hover,
.site-header .multi-menu li a:focus{
   color:var(--mainColor, #b89e6a);
}
.site-header .multi-menu li a i{
   font-size: 19px;
}
.site-header .multi-menu li:not(:last-of-type):after{
   content:'';
   position: absolute;
   right:0;
   top:0;
   bottom: 0;
   margin:auto;
   background:#636363;
   height:15px;
   width:1px;
}
.main-header {
  padding: 35px 0 10px;
  clear:both;
}
.main-header .logo{
   height: 75px;
}
.main-header .logo a{
   display: block;
}
.main-header .logo img{
   max-height: 130px;
   position: absolute;
   bottom: 0;
   left:15px;
}
.site-menu nav{
   text-align: right;
   float:right;
}
.site-menu nav ul{
   -webkit-align-items: center;
   align-items: center;
}
.site-menu nav li{
   display:inline-block;
   vertical-align: middle;
   text-align: center;
}
.site-menu nav a{
   font-size:22px;
   color:black;
   padding: 12px 15px;
   margin:0 5px;
   position: relative;
   display: inline-block;
}
.site-menu nav .bouton a{
   background:var(--mainColor, #b89e6a);
   border-radius: 3px;
   color:white;
}
.site-menu nav li:not(.bouton) a:after{
   content:'';
   left:50%;
   right: 50%;
   height:5px;
   bottom: 0;
   opacity: 0;
   position: absolute;
   background:var(--mainColor, #b89e6a);
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
.site-menu nav li.current_page_item:not(.bouton) a:after,
.site-menu nav li:not(.bouton) a:hover:after,
.site-menu nav li:not(.bouton) a:focus:after{
   opacity: 1;
   left:0;
   right: 0;
}
.site-menu nav li:not(.bouton) a:hover:after,
.site-menu nav li:not(.bouton) a:focus:after{
   background:black;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus{
   color:var(--mainColor, #b89e6a);
}

/*** ACCUEIL ***/
.home .full-slider{
   max-height: 400px;
   overflow: hidden;
}
.home .full-slider li{
   position: relative;
   overflow: hidden;
   height:400px;
}
.home .full-slider img{
   height: 400px;
   position: absolute;
   left:-9999em;
   right: -9999em;
   top:-9999em;
   bottom: -9999em;
   max-width: none;
   margin:auto;
}
.slick-arrow:hover:after,
.slick-arrow:focus:after{
   color:var(--mainColor, #b89e6a);
}
.home section{
   padding:0 0 75px;
}
.home section.colonnes a.bt,
.home section.last-news a.bt{
   margin-top:50px;
}
section.colonnes ul,
.home section.last-news ul{
   font-size: 0;
   text-align: center;
}
.home section.colonnes ul .actu-bloc,
.home section.last-news ul .actu-bloc{
   margin:0;
}
.home section.youtube-twitter{
   font-size: 0;
   overflow-x: hidden;
}
.home section.youtube-twitter .en-video,
.home section.youtube-twitter .twitter {
    float: none;
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
}
.home section.youtube-twitter .twitter{
   margin-bottom: 30px;
}
.home section.youtube-twitter .twitter h2{
   text-align: center;
   font-size: 25px;
}
.home section.youtube-twitter .twitter h2 a{
   color:black;
   text-decoration: underline;
}
.home section.youtube-twitter .twitter h2 a:hover,
.home section.youtube-twitter .twitter h2 a:focus{
   color:var(--mainColor, #b89e6a);
}
.home section.youtube-twitter .en-video .full:before{
   width:9999em;
}
.home section.youtube-twitter .en-video .big{
   margin-bottom: 30px;
}
.home section.youtube-twitter .en-video .bt{
   margin-top:40px;
}
.home section.youtube-twitter .en-video .big button.play{
   -webkit-transform: scale(1.5);
   -ms-transform: scale(1.5);
   transform: scale(1.5);
}
.home section.youtube-twitter .video-preview.small a{
   max-width: 400px;
   margin: auto;
}
.home section.youtube-twitter .video-preview a{
   position: relative;
   display: block;
}
.home section.youtube-twitter .video-preview a:after{
   content:'';
   position: absolute;
   top:0;
   left:0;
   width:100%;
   height: 100%;
   background:black;
   opacity: 0;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.home section.youtube-twitter .video-preview:hover a:after,
.home section.youtube-twitter .video-preview:focus a:after{
   opacity:0.2;
}
.home section.youtube-twitter .video-preview button.play:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}
.home section.youtube-twitter .video-preview:hover button.play:after,
.home section.youtube-twitter .video-preview:focus button.play:after  {
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}
.home section.youtube-twitter .video-preview .title-like{
   font-size: 20px;
   bottom: auto;
   top: 10px;
   margin: auto;
   padding: 7px 15px;
}
.home section.youtube-twitter .video-preview:hover .title-like,
.home section.youtube-twitter .video-preview:focus .title-like{
   top:-10px;
   background:var(--mainColor, #b89e6a);
   color:white;
}
.home section.youtube-twitter .video-preview .title-like:before{
   bottom: -15px;
   top:auto;
   border-width: 15px 12.5px 0 12.5px;
   border-color: white transparent transparent transparent;
}
.home section.youtube-twitter .video-preview:hover .title-like:before,
.home section.youtube-twitter .video-preview:focus .title-like:before{
   border-color: var(--mainColor, #b89e6a) transparent transparent transparent;
}
.home section.image-bg-texte{
   position: relative;
   overflow: hidden;
   padding: 125px 0 135px;
   margin-bottom: 75px;
   background: black;
   overflow: hidden;
}
.home section.image-bg-texte .texte{
   text-align: center;
}
.home section.image-bg-texte .texte .bulle{
   width:330px;
   max-width: 100%;
   display: inline-block;
   padding:40px 30px;
   border-radius: 3px;
   position: relative;
   font-size: 20px;
}
.home section.image-bg-texte .texte .bulle p{
   margin: 0;
}
.home section.image-bg-texte .texte .bulle a{
   color:black;
   font-size: 15px;
   font-style: italic;
   text-decoration: underline;
}
.home section.image-bg-texte .texte .bulle a:hover,
.home section.image-bg-texte .texte .bulle a:focus{
   color:var(--mainColor, #b89e6a);
}
.home section.image-bg-texte .texte .bulle:before{
   content:'';
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 22.5px 30px 22.5px 0;
   border-color: transparent white transparent transparent;
   position: absolute;
   top:30px;
   left:-30px;
}
.home section.image-bg-texte .titre h2{
   color: white;
   margin: 40px 0;
}
.home section.image-bg-texte:before,
.home section.image-bg-texte:after{
   content:'';
   width:110%;
   height: 70px;
   display: block;
   position: absolute;
   left:0;
   z-index: 1;
   background: white;
   -webkit-transform: rotate(2deg);
   -ms-transform: rotate(2deg);
   transform: rotate(2deg);
}
.home section.image-bg-texte:before{
   top:-70px;
   -webkit-transform-origin: bottom left;
   -moz-transform-origin: bottom left;
   -ms-transform-origin: bottom left;
   -o-transform-origin: bottom left;
   transform-origin: bottom left;
}
.home section.image-bg-texte:after{
   bottom: -70px;
   right:0;
   left:auto;
   -webkit-transform-origin: bottom right;
   -moz-transform-origin: bottom right;
   -ms-transform-origin: bottom right;
   -o-transform-origin: bottom right;
   transform-origin: bottom right;
}
.home section.image-bg-texte .titre .bt{
   border:2px solid white;
}
.home section.image-bg-texte img.objectfit-image{
   max-width: none;
   width: 100%;
   min-height: 100%;
}
.home section.image-bg-texte img.objectfit-image,
.home section.image-bg-texte .img-no_objectfit{
   opacity: 0.5;
}

/** PROGRAMME **/
.filters-programme{
   text-align: center;
   margin-bottom: 50px;
}
.filters-programme > div{
   border-bottom: 1px dotted black;
}
.filters-programme .active{
   background:black;
   color:white;
}
.filters-programme button{
   margin:7px;
   font-size: 15px;
   padding: 10px 15px;
   font-weight: 300;
}
.programme-listing{
   font-size: 0;
   margin-bottom: 100px;
}
.programme-listing .programme{
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
   margin-bottom: 30px;
}
.programme-listing .disabled{
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   height:0;
   width:0;
   margin:0;
   padding: 0;
   opacity: 0;
}
.programme-listing .nothing-up{
   font-size:20px;
   margin:0;
   padding:15px;
   position: relative;
}
.fixed-data{
   position: fixed;
   background: black;
   color: white;
   padding: 15px;
   max-width: 100%;
   width: 250px;
   border: 5px solid white;
   bottom: 15px;
   right: 0;
   z-index: 9999;
   border-radius: 3px;
}

/***** LAUREATS ******/
.concours-heading{
   padding: 20px 0;
   background:black;
   position: relative;
}
.concours-heading:after{
   content: '';
   background: rgba(0,0,0,0.6);
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
}
.concours-heading > *{
   position: relative;
   z-index: 1;
}
.concours-heading h1,
.concours-heading .title-like{
   color:white;
}
.concours-heading .title-like{
   margin: 0;
   font-size: 28px;
   text-align: center;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.concours-heading .title-like:hover{
   color:#aaa;
}
.single-participant .concours-heading .bt{
   font-size: 16px;
   text-transform: none;
   font-weight: 500;
   padding: 10px 15px;
}
.laureat-bandeau{
   margin-top: 15px;
   text-align: center;
}
.laureat-bandeau p{
   font-size: 24px;
   color: #ffffff;
   font-weight: 500;
   background: var(--mainColor, #b89e6a);
   padding: 15px 60px;
   display: inline-block;
   margin: 0;
   position: relative;
   line-height: 30px;
}
.laureat-bandeau p:before,
.laureat-bandeau p:after{
   content:'';
   width: 0;
   height: 0;
   border-style: solid;
   display: block;
   position: absolute;
   top:0;
}
.laureat-bandeau p:before{
   border-width: 30px 0 30px 30px;
   border-color: transparent transparent transparent #ffffff;
   left:0;
}
.laureat-bandeau p:after{
   border-width: 30px 30px 30px 0;
   border-color: transparent #ffffff transparent transparent;
   right: 0;
}
.dropdown.year{
   display:inline-block;
}
.open>.dropdown-menu{
   width: 100%;
}
.dropdown-menu{
   font-size:16px;
}
.dropdown-menu>li>a{
   line-height: normal;
   padding: 7px 20px;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus{
   background: #f2f2f2;
}
.concours-listing{
   font-size: 0;
   margin-bottom: 50px;
}
.laureat-concours{
   background:black;
   background-size:cover !important;
   padding:30px 0;
   margin-bottom: 75px;
   position: relative;
}
.laureat-concours:before{
   content:'';
   position: absolute;;
   top:0;
   left:0;
   right: 0;
   bottom: 0;
   background:rgba(0,0,0,0.4);
   display:block;
}
.laureat-concours > *{
   position: relative;
   z-index:1;
}
.laureat-concours h2{
   color:white;
}
.laureat-concours p{
   color:black;
}
.laureat-concours img{
   border:5px solid white;
   border-radius: 3px;
}
.laureat-concours .bg-white{
   overflow: hidden;
   padding:30px;
   position: relative;
}
.laureat-concours .bg-white p{
   margin:0;
}
.laureat-concours h3{
   margin: 0 0 15px;
   font-size: 30px;
}

/***** TWITTER ******/
.twitter iframe {
    border: 2px solid var(--mainColor, #b89e6a) !important;
}

/******* RESPONSIVE *******/

@media (max-width: 1199px){
   .twitter iframe {
       max-height: 600px;
   }
}

@media (max-width:991px){
   .site-header .multi-menu{
      display: none;
   }
   .home .full-slider li{
      height:300px;
   }
   .home .full-slider img{
      height: 300px;
   }
   .main-header{
      padding: 10px 0;
      text-align: center;
      overflow: hidden;
   }
   .main-header .logo{
      float:left;
      height: auto;
   }
   .main-header .logo img{
      position: static;
      height:40px;
   }
   .site-header{
      position: fixed;
      background: white;
      width: 100%;
      z-index: 200;
      top: 0;
      left: 0;
      -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
      box-shadow: 0 1px 5px rgba(0,0,0,0.1);
   }
   .admin-bar .site-header{
      top:32px;
   }
   .site-header .toggle-menu{
      font-size: 26px;
      float: right;
      line-height: 40px;
   }
   body{
      padding-top: 60px;
   }
   .responsive-menu{
      position: relative;
   }
   .bouton a:before{
      content:none;
   }
   .home section.youtube-twitter .twitter{
      display:block;
      margin: 60px 0 0;
   }
}
@media screen and (max-width: 782px){
   .admin-bar .site-header{
      top:46px;
   }
}
@media (max-width:767px){
   .home section.youtube-twitter .videos > div:last-of-type{
      margin-top:30px;
   }
   .home section.youtube-twitter .video-preview{
      padding:0;
   }
   .home section.youtube-twitter .en-video .big button.play {
       -webkit-transform: scale(1);
       -ms-transform: scale(1);
       transform: scale(1);
   }
   .home section.image-bg-texte .titre{
      text-align: center;
   }
   .home section.image-bg-texte .titre h2{
      text-align: left;
   }
   .home section.image-bg-texte .texte{
      margin-top: 60px;
   }
   .home section.image-bg-texte .texte .bulle:before{
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      top: -30px;
      left: 0;
      right: 0;
      margin: auto;
   }
}
@media (max-width:480px){
   .filters-programme > div{
      padding: 15px 0;
   }
   .filters-programme button{
      margin: 5px 0;
   }
}
@media (max-width: 400px){
   .home section.colonnes ul .actu-bloc,
   .home section.last-news ul .actu-bloc{
      padding: 0;
   }
   .home section.youtube-twitter .en-video,
   .home section.youtube-twitter .twitter{
      padding: 0;
   }
}

/* tarteaucitron */

#tarteaucitronIcon {
bottom: 15px;
left:15px;
}

#tarteaucitronIcon #tarteaucitronManager {
    background: black;
    border-radius: 50%;
    display: block;
    height: 45px;
    overflow: unset;
    padding: 0 !important;
    width: 45px;
}

#tarteaucitronIcon #tarteaucitronManager img {
    display: none;
}

#tarteaucitronIcon #tarteaucitronManager:after{
   background: url(http://www.quaidesbulles.com/voy_content/uploads/2023/05/cookie.svg) 50% no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: calc(100% - 1rem);
    left: 0.5rem;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 0.5rem;
    transform: unset;
    width: calc(100% - 1rem);
}