/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

/* header */
.header {

}

/* logo */
.logo {

}

.logo-img {

}

/* nav */
.nav {

}

/* sidebar */
.sidebar {

}

/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}

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

}

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

}

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

}

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

}

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

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*------------------------------------*\
    TEMPLATE ACCUEIL
\*------------------------------------*/

/* HEADER  */


.home header .top_header {
    position: relative;
}

.home header .top_header .burger_menu {
    display: none;
}

.home header .top_header .burger_menu .cross_icon {
    display: none;
}

.home header .top_header .home_2 {
    padding: 30px 0px 65px 50px;
}

.home header .top_header .home_2 a {
    color: #FFF;
    display: flex;
    flex-direction: column;
}

.home header .top_header .home_2 a {
    color: #FFF;
    display: flex;
    flex-direction: column;
}

.home header .top_header .home_2 a h1.franz {
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0px;
}

.home header .top_header .home_2 a span.website {
    font-size: 20px;
    font-weight: 300;
}

.home header .top_header .nav_menu {
    display: flex;
    justify-content: flex-end;
}

.home header .top_header .nav_menu nav ul {
    padding: 0px;
    margin: 0px;
}

.home header .top_header .nav_menu nav ul li {
    list-style: none;
    display: flex;
    align-items: center;
}

.home header .top_header .nav_menu nav ul li a {
    color: #FFF;
    font-size: 27px;
    width: 100%;
    padding: 5px 110px 5px 0px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 300;
}

.home header .top_header .nav_menu nav ul li.current-menu-item a:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    background: #FFF;
    height: 1px;
    transition: 0.4s all ease;
}

header .top_header .nav_menu nav ul li a:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0%;
    background: #FFF;
    height: 1px;
    transition: 0.4s all ease;
}

header .top_header .nav_menu nav ul li a:hover:after {
    width: 100%;
}

header .top_header .nav_menu nav ul:hover li.current-menu-item a:after {
    width: 0%;
}

header .top_header .nav_menu nav ul:hover li.current-menu-item:hover a:after {
    width: 100%;
}

.home header .bottom_header {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 0px 100px 50px;
}

.home header .bottom_header .decouvrez {
    font-size: 58px;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
}

.home header .bottom_header .rs {
    position: absolute;
    right: 40px;
    top: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home header .bottom_header .rs a {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: 0.4s all ease;
}

.home header .bottom_header .rs a:hover {
    opacity: 0.7;
}

.home header .bottom_header .rs a svg {
    width: 35px;
}


/* NOUVEAU SINGLE  */

.home .new_single {
  padding: 55px 35px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home .new_single a:first-of-type {
  font-size: 22px;
  color: #020202;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.home .new_single a:first-of-type:after {
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  background: #146a8c;
  transition: 0.3s all ease;
}
.home .new_single a:first-of-type:hover:after {
  width: 100%;
}

.home .new_single a.button {
  margin-top: 20px;
  font-size: 20px;
  color: #146a8c;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #146a8c;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.home .new_single a.button:hover {
  background: #146a8c;
  color: #FFF;
}



/* NOUVEL ALBUM  */

.home .new_album {
    background: #020202;
    padding: 50px 20px 50px 20px;
}


.home .new_album h2 {
    margin: 0px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    padding: 10px 0px 10px 0px;
}

.home .new_album h2:before {
    content: "";
    position: absolute;
    width: 30%;
    left: 35%;
    top: 0;
    background: #FFF;
    height: 1px;
}

.home .new_album h2:after {
    content: "";
    position: absolute;
    width: 30%;
    left: 35%;
    bottom: 0;
    background: #FFF;
    height: 1px;
}

.home .new_album_flex {
    display: flex;
    padding: 60px 100px 60px 100px;
}

.home .new_album_flex .titles {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 2%;
}

.home .new_album_flex .titles .intro {
    color: #FFF;
    font-size: 16px;
    text-align: justify;
}

.container-player {
    padding: 20px 0px 0px 0px;
    z-index: 4;
    width: 100%;
}

.the_title_player {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    margin: 3px 0px 30px 0px;
    text-decoration: underline;
}

.the_title_player:hover {
    cursor: pointer;
}

.home .new_album_flex .titles .title_list {
    display: flex;
    flex-direction: column;
    width: 100%;


}

.home .new_album_flex .titles .title_list span {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin: 3px 0px 3px 0px;

}

.title.the-title {
    margin-bottom: 5px;
}

.home .new_album_flex .titles .title_list span:hover {
    cursor: pointer;
}

.home .new_album_flex .lecteur-integrer {
    display: none;
    transition: 0.4s all ease;
    margin-top: 40px;
}


.home .new_album_flex .titles svg {
    position: absolute;
    bottom: 0px;
    right: 25px;
    z-index: 0;
}

.home header .bottom_header svg.mobile_svg {
    display: none;
}

.home .new_album_flex .get_album {
    width: 50%;
    padding-left: 2%;
    z-index: 1;
}

.home .new_album_flex .get_album .photo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .new_album_flex .get_album .photo img {
    max-width: 350px;
}

.home .new_album_flex .get_album .list_buy {
    display: flex;
    margin-top: 25px;
}

.home .new_album_flex .get_album .list_buy .listen {
    width: 50%;
}

.home .new_album_flex .get_album .list_buy .listen a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    opacity: 1;
    transition: 0.4s all ease;
}

.home .new_album_flex .get_album .list_buy .listen a:hover {
    opacity: 0.8;
}

.home .new_album_flex .get_album .list_buy .buy {
    width: 50%;
    text-align: center;
}

.home .new_album_flex .get_album .list_buy .buy a {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    border: 1px solid #FFF;
    padding: 5px 15px 5px 15px;
    transition: 0.4s all ease;
}

.home .new_album_flex .get_album .list_buy .buy a:hover {
    color: #020202;
    background: #FFF;
    border: 1px solid #FFF;
}

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

    .home .new_album_flex {
        padding: 60px 60px 60px 60px;
    }

}

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

    .home .new_album_flex .titles svg {
        bottom: -45px;
    }

    .home .new_album_flex {
        flex-direction: column-reverse;
        align-items: center;
        padding: 40px 40px 40px 40px;
    }

    .home .new_album_flex .titles, .home .new_album_flex .get_album {
        width: 100%;
        padding: 0px;
    }

    .home .new_album_flex .get_album {
        padding-bottom: 40px;
    }

    .home .new_album_flex .get_album .list_buy {
        flex-direction: column-reverse;
    }

    .home .new_album_flex .get_album .list_buy .listen, .home .new_album_flex .get_album .list_buy .buy {
        width: 100%;
        text-align: center;
        margin: 10px 0px 10px 0px;
    }

    .home .new_album h2:before, .home .new_album h2:after {
        width: 80%;
        left: 10%;
    }


    .home header {
        background-size: contain !important;
    }

    .home header .bottom_header {
        padding: 40px 0px 0px 50px;
    }

    .home header .bottom_header .decouvrez {
        font-size: 48px;
    }

    .home header .bottom_header .change svg {
        width: 400px;
    }

    .home header .bottom_header .change svg image {
        width: 400px;
    }


}

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

    .home header .top_header .home_2 {
        padding: 30px 80px 305px 50px;
    }

    .home header .top_header .burger_menu {
        display: block;
        position: absolute;
        top: 8px;
        right: 50px;
        z-index: 10;
        cursor: pointer;
        padding-top: 30px;
    }

    .home header .top_header .nav_menu nav ul li a {
        margin-left: 50px !important;
        position: relative;
        padding: 5px 70px 5px 0px;
        margin-right: 0px;
        position: relative;
    }

    .home header .top_header .burger_menu > div i {
        color: #FFF;
        font-size: 24px;
    }

    .home header .top_header .nav_menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        background: #020202;
        z-index: -1;
        opacity: 0;
        transition: 0.4s all ease;
        margin-bottom: 0px;
    }

    .home header .top_header .nav_menu_toggled {
        z-index: 5;
        opacity: 1;
    }

    .home header .top_header .nav_menu .nav {
        width: 100%;
        padding: 80px 0px 0px 20px;
    }

    .home header .top_header .nav_menu_toggled nav ul li:not(.current-menu-item) a:after {
        height: 0px;
        width: 0px;
        display: none;
    }

    .home header .top_header .burger_menu .hide_burger {
        display: none;
    }

    .home header .top_header .burger_menu .show_cross {
        display: block;
    }


    .home header .bottom_header {
        padding: 40px 0px 0px 0px;
    }

    .home header .bottom_header .decouvrez {
        font-size: 42px;
    }

    .home header .bottom_header .change svg image, .home header .bottom_header .change svg {
        width: 250px;
        margin-top: -40px;
    }

}

@media only screen and (max-width: 694px) {
    .home header .top_header .nav_menu {
        transition: 0.4s all ease;
    }

}

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

    .home header {
        background-size: contain !important;
        background-position: center !important;
    }

    .home header .top_header .home_2 {
        padding: 30px 80px 20px 20px;
    }

    .home header .top_header .nav_menu nav ul li a {
        margin-left: 0px !important;
    }

    .home header .bottom_header {
        padding: 235px 20px 120px 20px;
    }

    .home header .bottom_header .decouvrez {
        text-align: center;
    }

    .home header .bottom_header svg.desktop_svg {
        display: none;
    }

    .home header .bottom_header svg.mobile_svg {
        display: block;
    }

    .home header .bottom_header .change {
        height: 46px;
        display: flex;
        justify-content: center;
    }

    .home header .bottom_header .rs {
        position: absolute;
        right: 0px;
        left: 0px;
        top: auto;
        bottom: 20px;
        height: 35px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

}


/*------------------------------------*\
    LOÏC
\*------------------------------------*/


input:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    border: 1px solid #ccc !important;
}

textarea:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    border: 1px solid #ccc !important;
}

textarea {
    max-width: 100%;
    min-width: 100%;
}


/*-------------- footer --------------*/


footer {
    background-color: #020202 !important;
    color: #c4bbc4;
}

.footer-conatainer-top {
    display: flex;
    justify-content: space-between;
}

.footer-menu-gauche {
    width: 50%;
}

.footer-menu-droite {
    width: 50%;
}

#menu-menu-footer-gauche, #menu-menu-footer-gauche-en {
    text-align: left;
}

#menu-menu-footer-droite, #menu-menu-footer-droite-en {
    text-align: right;
}

ul#menu-menu-footer-gauche, ul#menu-menu-footer-gauche-en {
    list-style-type: none;
    padding-left: 80px;
    margin-top: 40px;
    margin-bottom: 20px;
}

ul#menu-menu-footer-droite, ul#menu-menu-footer-droite-en {
    list-style-type: none;
    padding-left: 0px;
    padding-right: 80px;
    margin-top: 40px;
    margin-bottom: 20px;
}

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

    .footer-conatainer-top {
        display: flex;
        flex-direction: column;
    }

    .footer-menu-gauche {
        width: 100%;
    }

    .footer-menu-droite {
        width: 100%;
    }

    #menu-menu-footer-droite, #menu-menu-footer-droite-en {
        text-align: left;
    }

    ul#menu-menu-footer-gauche, ul#menu-menu-footer-gauche-en {
        margin-bottom: 0px;
        padding-left: 20px;
    }

    ul#menu-menu-footer-droite, ul#menu-menu-footer-droite-en {
        padding-right: 0px;
        padding-left: 20px;
        margin-top: 0px;

    }

}

#menu-menu-footer-gauche a, #menu-menu-footer-gauche-en a {
    color: #c4bbc4;
    font-size: 20px;
    transition: 0.4s all ease;
}

#menu-menu-footer-gauche a:hover, #menu-menu-footer-gauche-en a:hover {
    color: #FFFFFF;
}

#menu-menu-footer-droite a, #menu-menu-footer-droite-en a {
    color: #c4bbc4;
    font-size: 20px;
    transition: 0.4s all ease;
}

#menu-menu-footer-droite a:hover, #menu-menu-footer-droite-en a:hover {
    color: #FFFFFF;
}


.footer-container-bottom {
    display: flex;
    flex-direction: column;
}


.footer-copyright {
    text-align: center;
    align-items: center;
    font-size: 15px;
    padding-bottom: 20px;
}

.icon-facebook-footer a {
    transition: 0.4s all ease;
}

.icon-facebook-footer a:hover {
    opacity: 0.7;
}

.icon-instagram-footer a {
    transition: 0.4s all ease;
}

.icon-instagram-footer a:hover {
    opacity: 0.7;
}

.icon-soundcloud-footer a {
    transition: 0.4s all ease;
}

.icon-soundcloud-footer a:hover {
    opacity: 0.7;
}

.icon-youtube-footer a {
    transition: 0.4s all ease;
}

.icon-youtube-footer a:hover {
    opacity: 0.7;
}

.icon-facebook-footer svg {
    width: 35px;
}

.icon-instagram-footer svg {
    width: 35px;
}

.icon-soundcloud-footer svg {
    width: 35px;
}

.icon-youtube-footer svg {
    width: 35px;
}

.footer-icons-link {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.container-icons {
    display: flex;
    justify-content: space-around;
    width: 200px;
}

/*------------ last news ------------*/

.lastNewsContainerTitre {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: black;
}

.title_article {
    color: black;
    text-align: left;

}

.container-articles {
    width: 70%;
    margin: auto;
    position: relative;
}


.container-image-article {
    width: auto !important;
    height: 300px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/*------------ Swiper slider ------------*/


.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;

}

.swiper-wrapper {
    height: 100% !important;
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50% !important;
    width: 14px !important;
    height: 22px !important;
    margin-top: -22px;
    z-index: 4 !important;
    cursor: pointer;
    background-size: 14px 22px !important;
    background-position: center;
    background-repeat: no-repeat;
    outline: 0 !important;
}


.swiper-button-next.swiper-button-black {
    right: -120px;
    left: auto;
    border: solid 2px black;
    border-radius: 100%;
    padding: 20px 20px 20px 20px;

}

.swiper-button-prev.swiper-button-black {
    left: -120px;
    right: auto;
    border: solid 2px black;
    border-radius: 100%;
    padding: 20px 20px 20px 20px;

}

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

    .swiper-button-next.swiper-button-black {
        right: -70px;
        left: auto;

    }

    .swiper-button-prev.swiper-button-black {
        left: -70px;
        right: auto;

    }

}

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

    .swiper-button-next.swiper-button-black {
        right: -53px;
        left: auto;

    }

    .swiper-button-prev.swiper-button-black {
        left: -53px;
        right: auto;

    }

}

/*------------ date acceuil ------------*/

h2.title_dates {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: black;
    margin-left: 80px;
}

.bit-upcoming-events {
    margin-left: 100px !important;
    margin-right: 100px !important;
}

.bit-nav-bar-container {
    display: none !important;
}

.bit-track-button-container {
    display: none !important;
}

a.bit-rsvp.bit-button {
    color: #020202 !important;
    border: 1px solid #020202 !important;
    transition: 0.4s all ease;
}

a.bit-rsvp.bit-button:hover {
    color: #FFFFFF !important;
    border: 1px solid #020202 !important;
    background-color: #020202 !important;
}

a.bit-offers.bit-button {
    background-color: #020202 !important;
    border: 1px solid #020202 !important;
    color: #FFFFFF !important;
    transition: 0.4s all ease;
}

a.bit-offers.bit-button:hover {
    color: #020202 !important;
    border: 1px solid #020202 !important;
    background: transparent !important;
}

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

    .bit-event {
        display: flex !important;
        flex-direction: column !important;
        text-decoration: none !important;
        padding: 16px 10px !important;
    }

    .bit-event-buttons {
        flex-direction: column-reverse !important;
        margin: 0 0 0 0px !important;
    }

    .bit-details {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
    }

    .bit-location {
        font-weight: bold !important;
        margin: 0px !important;
        margin-top: 1px !important;
    }

    .bit-offers-container {
        flex-basis: auto !important;
        margin: 10px 0 10px 0 !important;
    }

    .bit-rsvp-container {
        flex-basis: auto !important;
        margin: 10px 0 0 0 !important;
    }

    .bit-date, .bit-venue, .bit-location {
        width: 100% !important;
        text-align: center !important;
    }

    .bit-rsvp-container, .bit-offers-container {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .bit-upcoming-events {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    h2.title_dates {
        text-align: center !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .bit-event .bit-button {
        width: 270px !important;
    }
}


/*------------  HEADER commun ------------*/

.burger_menu_toggled {
    position: fixed !important;
}

/*------------  HEADER autre page  ------------*/

.page:not(.home) header,
.woocommerce header,
.blog header,
.single header,
.archive header {
    background-color: #020202;
    background-position: bottom left !important;
    background-size: 700px !important;
    background-repeat: no-repeat !important;
}

.page:not(.home) header .top_header,
.blog header .top_header,
.single header .top_header,
.woocommerce header .top_header,
.archive header .top_header {
    position: relative;
}

.page:not(.home) header .top_header .burger_menu,
.woocommerce header .top_header .burger_menu,
.single header .top_header .burger_menu,
.blog header .top_header .burger_menu,
.archive header .top_header .burger_menu {
    display: none;
}

.page:not(.home) header .top_header .burger_menu .cross_icon,
.blog header .top_header .burger_menu .cross_icon,
.single header .top_header .burger_menu .cross_icon,
.woocommerce header .top_header .burger_menu .cross_icon,
.archive header .top_header .burger_menu .cross_icon {
    display: none;
}

.page:not(.home) header .top_header .home_3,
.blog header .top_header .home_3,
.woocommerce header .top_header .home_3,
.single header .top_header .home_3,
.archive header .top_header .home_3 {
    padding-left: 50px;
    padding-top: 30px;
}

.page:not(.home) header .top_header .home_3 a,
.woocommerce header .top_header .home_3 a,
.blog header .top_header .home_3 a,
.single header .top_header .home_3 a,
.archive header .top_header .home_3 a {
    color: #FFF;
    display: flex;
    flex-direction: column;
}

.page:not(.home) header .top_header .home_3 a span.franz,
.woocommerce header .top_header .home_3 a span.franz,
.blog header .top_header .home_3 a span.franz,
.single header .top_header .home_3 a span.franz,
.archive header .top_header .home_3 a span.franz {
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0px;
}

.page:not(.home) header .top_header .home_3 a span.website,
.blog header .top_header .home_3 a span.website,
.woocommerce header .top_header .home_3 a span.website,
.single header .top_header .home_3 a span.website,
.archive header .top_header .home_3 a span.website {
    font-size: 20px;
    font-weight: 300;
}

.page:not(.home) header .top_header .nav_menu,
.blog header .top_header .nav_menu,
.single header .top_header .nav_menu,
.woocommerce header .top_header .nav_menu,
.archive header .top_header .nav_menu {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.page:not(.home) header .top_header .nav_menu nav ul,
.blog header .top_header .nav_menu nav ul,
.single header .top_header .nav_menu nav ul,
.woocommerce header .top_header .nav_menu ul,
.archive header .top_header .nav_menu nav ul {
    padding: 0px;
    margin: 0px;
    display: flex;
}

.page:not(.home) header .top_header .nav_menu nav ul li,
.blog header .top_header .nav_menu nav ul li,
.single header .top_header .nav_menu nav ul li,
.woocommerce header .top_header .nav_menu nav ul li,
.archive header .top_header .nav_menu nav ul li {
    list-style: none;
    display: flex;
    align-items: center;
}

.page:not(.home) header .top_header .nav_menu nav ul li a,
.blog header .top_header .nav_menu nav ul li a,
.single header .top_header .nav_menu nav ul li a,
.woocommerce header .top_header .nav_menu ul li a,
.archive header .top_header .nav_menu nav ul li a {
    color: #FFF;
    font-size: 22px;
    width: 100%;
    padding: 5px 35px 5px 0px;
    margin-right: 35px;
    position: relative;
}

.page:not(.home) header .top_header .nav_menu nav ul li.current-menu-item a:after,
.blog header .top_header .nav_menu nav ul li.current-menu-item a:after,
.single header .top_header .nav_menu nav ul li.current-menu-item a:after,
.woocommerce header .top_header .nav_menu nav ul li.current-menu-item a:after,
.archive header .top_header .nav_menu nav ul li.current-menu-item a:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    background: #FFF;
    height: 1px;
    transition: 0.4s all ease;
}

.page:not(.home) header .top_header .nav_menu nav ul li a:after,
.blog header .top_header .nav_menu nav ul li a:after,
.woocommerce header .top_header .nav_menu nav ul li a:after,
.single header .top_header .nav_menu nav ul li a:after,
.archive header .top_header .nav_menu nav ul li a:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0%;
    background: #FFF;
    height: 1px;
    transition: 0.4s all ease;
}

.page:not(.home) header .top_header .nav_menu nav ul li a:hover:after,
.blog header .top_header .nav_menu nav ul li a:hover:after,
.single header .top_header .nav_menu nav ul li a:hover:after,
.woocommerce header  .top_header .nav_menu nav ul li a:hover:after,
.archive header .top_header .nav_menu nav ul li a:hover:after {
    width: 100%;
}

.page:not(.home) header .top_header .nav_menu nav ul:hover li.current-menu-item a:after,
.woocommerce header .top_header .nav_menu nav ul:hover li.current-menu-item a:after,
.blog header .top_header .nav_menu nav ul:hover li.current-menu-item a:after,
.single header .top_header .nav_menu nav ul:hover li.current-menu-item a:after,
.archive header .top_header .nav_menu nav ul:hover li.current-menu-item a:after {
    width: 0%;
}

.page:not(.home) header .top_header .nav_menu nav ul:hover li.current-menu-item:hover a:after,
.woocommerce header .top_header .nav_menu nav ul:hover li.current-menu-item:hover a:after,
.blog header .top_header .nav_menu nav ul:hover li.current-menu-item:hover a:after,
.single header .top_header .nav_menu nav ul:hover li.current-menu-item:hover a:after,
.archive header .top_header .nav_menu nav ul:hover li.current-menu-item:hover a:after {
    width: 100%;
}


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

    .page:not(.home) header,
    .woocommerce header
    .blog header,
    .single header,
    .archive header {
        background-size: 500px !important;
    }

}

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

    .page:not(.home) header .top_header .home_3,
    .woocommerce header .top_header .home_3,
    .blog header .top_header .home_3,
    .single header .top_header .home_3,
    .archive header .top_header .home_3 {
        padding: 30px 80px 20px 50px;
    }

    .page:not(.home) header .top_header .burger_menu,
    .woocommerce header .top_header .burger_menu,
    .blog header .top_header .burger_menu,
    .single header .top_header .burger_menu,
    .archive header .top_header .burger_menu {
        display: block;
        position: absolute;
        top: 8px;
        right: 50px;
        z-index: 10;
        cursor: pointer;
        padding-top: 30px;
    }

    .page:not(.home) header .top_header .nav_menu nav ul,
    .blog header .top_header .nav_menu nav ul,
    .woocommerce header .top_header .nav_menu nav ul,
    .single header .top_header .nav_menu nav ul,
    .archive header .top_header .nav_menu nav ul {
        display: block;
    }

    .page:not(.home) header .top_header .nav_menu nav ul li a,
    .woocommerce header .top_header .nav_menu nav ul li a,
    .blog header .top_header .nav_menu nav ul li a,
    .single header .top_header .nav_menu nav ul li a,
    .archive header .top_header .nav_menu nav ul li a {
        color: #FFF;
        font-size: 22px;
        width: 100%;
        margin-left: 50px !important;
        position: relative;
        padding: 5px 70px 5px 0px;
        margin-right: 0px;
        position: relative;
    }

    .page:not(.home) header .top_header .burger_menu > div i,
    .blog header .top_header .burger_menu > div i,
    .woocommerce header .top_header .burger_menu i,
    .single header .top_header .burger_menu > div i,
    .archive header .top_header .burger_menu > div i {
        color: #FFF;
        font-size: 24px;
    }

    .page:not(.home) header .top_header .nav_menu,
    .blog header .top_header .nav_menu,
    .single header .top_header .nav_menu,
    .archive header .top_header .nav_menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        background: #020202;
        z-index: -1;
        opacity: 0;
        margin-bottom: 0px;
    }

    .page:not(.home) header .top_header .nav_menu_toggled,
    .blog header .top_header .nav_menu_toggled,
    .single header .top_header .nav_menu_toggled,
    .archive header .top_header .nav_menu_toggled {
        z-index: 5;
        opacity: 1;
    }

    .page:not(.home) header .top_header .nav_menu .nav,
    .blog header .top_header .nav_menu .nav,
    .single header .top_header .nav_menu .nav,
    .archive header .top_header .nav_menu .nav {
        width: 100%;
        padding: 80px 0px 0px 20px;
    }

    .page:not(.home) header .top_header .nav_menu_toggled nav ul li:not(.current-menu-item) a:after,
    .blog header .top_header .nav_menu_toggled nav ul li:not(.current-menu-item) a:after,
    .single header .top_header .nav_menu_toggled nav ul li:not(.current-menu-item) a:after,
    .archive header .top_header .nav_menu_toggled nav ul li:not(.current-menu-item) a:after {
        height: 0px;
        width: 0px;
        display: none;
    }

    .page:not(.home) header .top_header .burger_menu .hide_burger,
    .blog header .top_header .burger_menu .hide_burger,
    .single header .top_header .burger_menu .hide_burger,
    .archive header .top_header .burger_menu .hide_burger {
        display: none;
    }

    .page:not(.home) header .top_header .burger_menu .show_cross,
    .blog header .top_header .burger_menu .show_cross,
    .single header .top_header .burger_menu .show_cross,
    .archive header .top_header .burger_menu .show_cross {
        display: block;
    }

}

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

    .page:not(.home) header .top_header .nav_menu,
    .blog header .top_header .nav_menu,
    .single header .top_header .nav_menu,
    .archive header .top_header .nav_menu {
        transition: 0.4s all ease;
    }
}

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

    .page:not(.home) header .top_header .home_3,
    .blog header .top_header .home_3,
    .single header .top_header .home_3,
    .archive header .top_header .home_3 {
        padding: 30px 80px 20px 20px;
    }

    .page:not(.home) header .top_header .nav_menu nav ul li a,
    .blog header .top_header .nav_menu nav ul li a,
    .single header .top_header .nav_menu nav ul li a,
    .archive header .top_header .nav_menu nav ul li a {
        margin-left: 0px !important;
    }
}


/*------------  HEADER langue toute les pages ------------*/

.nav {
    display: flex;
}

.nav-langue ul li {
    border-right: solid 1px #FFFFFF !important;
}

.nav-langue ul li a:first-child {
    margin-right: 0px !important;
    padding-right: 10px !important;
}

.nav-langue ul li a:last-child {
    padding-left: 10px !important;
}

.nav-langue {
    margin-right: 35px !important;
    position: absolute !important;
    top: 30px !important;
    right: 25px !important;
}

.nav-langue ul li a {
    font-size: 16px !important;
    padding: 0px 10px !important;
}


.nav-langue ul li a:after {
    display: none !important;
}

.nav-langue ul li a:after:hover {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    .nav {
        display: block;
    }

    .nav-langue {
        position: relative !important;
        top: 0px !important;
        right: 0px !important;
        margin-top: 30px;
    }

    .nav-langue ul li a {
        font-size: 16px !important;
        padding: 0px 10px !important;
    }

    .nav-langue ul {
        display: flex !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    header .top_header .nav_menu nav .nav-langue ul li:first-child a {
        padding-left: 0px !important;
    }

    header .top_header .nav_menu nav .nav-langue ul li:last-child a {
        margin-left: 0px !important;
    }

}

/*------------  HEADER langue home ------------*/

.home .nav {
    display: block;
}

.home .nav-langue {
    margin-right: 0px !important;
}

.home .nav-langue ul {
    display: flex;
}

.home .nav-langue ul li a {
    font-size: 20px !important;
    padding: 0px 10px !important;
}

@media only screen and (max-width: 1200px) {
    .home .nav-langue {
        position: absolute !important;
        top: 30px !important;
        right: 25px !important;
    }
}

@media only screen and (max-width: 695px) {
    .home .nav-langue {
        position: relative !important;
        top: 0px !important;
        right: 0px !important;
        margin-top: 30px;
    }
}

/*------------  formulaire ------------*/

/*------------  contact ------------*/
.contact section h1, .contact-2 section h1 {
    width: 720px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
    font-size: 30px !important;
    color: black !important;
}

.caldera-grid {
    width: 720px !important;
    margin-left: auto;
    margin-right: auto;

}

.caldera-grid .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}


@media only screen and (max-width: 850px) {
    .caldera-grid {
        width: 450px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .contact section h1, .contact-2 section h1 {
        width: 450px !important;
        margin-left: auto;
        margin-right: auto;

    }
}

@media only screen and (max-width: 520px) {
    .caldera-grid {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .contact section h1, .contact-2 section h1 {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

}

.caldera-grid .checkbox label {
    font-size: medium !important;
    text-align: justify !important;
}

.caldera-grid .checkbox label a {
    color: #020202 !important;
    text-decoration: underline !important;
}

.caldera-grid .btn {
    color: #54C24A !important;
    border-color: #54C24A !important;
    font-size: 18px !important;
    border-radius: 5px !important;
    padding: 7px 30px 7px 30px !important;

}

.caldera-grid .btn:hover {
    color: #FFFFFF !important;
    border-color: #54C24A;
    font-size: 18px !important;
    background-color: #54C24A !important;

}

.caldera-grid .last_row {
    text-align: center;
}

/*------------  Booking contact ------------*/

.booking-contact section h1, .booking-contact-2 section h1 {
    width: 720px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em !important;
    margin-bottom: 0.5em !important;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
    font-size: 30px !important;
    color: black !important;
}

.booking-contact section p, .booking-contact-2 section p {
    width: 720px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
    font-size: medium !important;
    color: black !important;
    font-weight: bold;
}

.booking-contact section ul, .booking-contact-2 section ul {
    width: 720px !important;
    margin-left: auto;
    margin-right: auto;
    font-size: medium !important;
    color: #444 !important;
    font-weight: 400;
    list-style-type: none;
    margin-bottom: 2.0em !important;
    padding-left: 64px !important;

}

.booking-contact section ul a:hover, .booking-contact-2 section ul a:hover {
    color: #020202;
    text-decoration: underline !important;

}


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

    .booking-contact section h1, .booking-contact-2 section h1 {
        width: 450px !important;
    }

    .booking-contact section p, .booking-contact-2 section p {
        width: 450px !important;
    }

    .booking-contact section ul, .booking-contact-2 section ul {
        width: 450px !important;
    }

}

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

    .booking-contact section h1, .booking-contact-2 section h1 {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .booking-contact section p, .booking-contact-2 section p {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .booking-contact section ul, .booking-contact-2 section ul {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

}

/*------------  single-video ------------*/

.video-single {
    display: flex;
    max-width: 1400px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.video-page {
    display: flex;
    flex-direction: column;
    width: 75%;
}

.video-page iframe {
    width: 100% !important;
    height: 585px !important;
}

.info-video-principale h1 {
    font-size: 25px;
    color: black;
}

.video-description {
    font-size: 16px;

}

.une-autre-video {
    margin-bottom: 20px;
}

.une-video {
    width: 290px !important;
    height: 150px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    text-align: center;
}

.une-video h3 {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 15px 10px 15px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
    transition: 0.3s all ease;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.play-autre-video .youtube-icons {
    position: absolute !important;
    color: #ff0000 !important;
    transition: 0.3s all ease;
    opacity: 0;
    top: 40% !important;
    left: 45% !important;
    width: 40px !important;
    height: auto !important;
}

a:hover .une-video .play-autre-video .youtube-icons {
    opacity: 1;
    transform: scale(1.5);
}

a:hover .une-video h3 {
    opacity: 0 !important;
}

.video-plus {
    text-align: center;
    width: 320px;
    margin-left: 20px;
    height: 100% !important;
}

.container-video-plus {
    height: 585px !important;
}

.titre-partie-autres-videos h2 {
    font-size: 20px;
    color: black;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
}

.btn-full-video {
    color: #020202 !important;
    font-size: 15px;
    padding: 5px 20px 5px 20px !important;
    border: solid 1px #020202;
    border-radius: 5px !important;
    width: 222px;
    margin-left: auto;
    margin-right: auto;
}

.btn-full-video:hover {
    color: #FFFFFF !important;
    border: solid 1px #020202;
    background-color: #020202;
    border-radius: 5px !important;
}

@media only screen and (max-width: 900px) {
    .video-single {
        display: flex;
        flex-direction: column;
    }

    .video-page {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .video-page iframe {
        width: 100% !important;
        height: 450px !important;
    }

    .video-plus {
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    .une-autre-video a {
        display: flex;
        width: 100%;
    }


    .container-video-plus {
        height: 100% !important;
    }

    .full-video {
        margin-top: 30px !important;
    }


    .titre-partie-autres-videos h2 {
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }


    .btn-full-video {
        width: 222px;
        margin-left: auto;
        margin-right: auto;
    }

    .une-video {
        width: 320px !important;
        height: 180px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .une-video h3 {
        font-size: 15px;
    }
}


/*------------  archive-videos ------------*/

.title_archives_videos {
    margin-top: 50px;
    margin-left: auto;
    width: 90%;
}

.title_archives_videos h1 {
    color: black;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 30px;
}

.container-page-archives-videos {
    margin-bottom: 50px;
}

.videos-archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1400px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;

}

.une-archive {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
}

.une-video-archive {
    width: 320px !important;
    height: 180px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    text-align: center;

}

.une-video-archive h2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 15px 10px 15px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    font-weight: 500;
    opacity: 1;
    transition: 0.3s all ease;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.play-video .youtube-icons {

    position: absolute !important;
    color: #ff0000 !important;
    transition: 0.3s all ease;
    opacity: 0;
    top: 40% !important;
    left: 45% !important;
    width: 40px !important;
    height: auto !important;

}

a:hover .une-video-archive .play-video .youtube-icons {
    opacity: 1;
    transform: scale(1.5);
}

a:hover .une-video-archive h2 {
    opacity: 0 !important;
}

/*------------  page-dates ------------*/

.full-dates {
    margin-top: 50px;
    margin-bottom: 50px;

}

.full-dates h1 {
    width: 90%;
    margin-left: auto;
    color: black;
    font-size: 30px;
}

.full-dates .bit-widget {
    margin-right: auto;
    margin-left: auto;
}

/*------------  ESPACE PRESS ------------*/

.page_press_access {
    max-width: 1400px;
    width: 85%;
    margin: 50px auto;
}

.page_press_access h1 {
    font-size: 30px !important;
    color: black !important;
}

.page_press_access h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: black !important;
}

.texte_press {
    font-size: 16px;
}

.bloc_videos {
    display: flex;
    flex-wrap: wrap;
}

.bloc_video {
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 50%;
    margin: 30px 0px;
    display: flex;
    flex-direction: column;
    min-height: 370px;
}

.bloc_video h3 {
    font-size: 18px;
    color: black !important;
}

.bloc_videos iframe {
    width: 100%;
    height: 100%;
}

.bloc_fichiers {
    display: flex;
    padding-bottom: 28px !important;
}

.btn-fichier {
    text-align: center;
    padding: 10px;
    border: 2px solid #020202;
    border-radius: 10px;
	margin-right: 10px;
    width: min-content;
    cursor: pointer;
}


.btn-fichier h3, .btn-fichier p {
    font-size: 18px;
    margin: 0px;
    font-weight: bold;
    color: black !important;
}

.btn-fichier .fichier-texte-titre {
    padding-bottom: 5px;
}

.btn-fichier .btn-download {
    padding-top: 5px;
}

.btn-fichier img {
    width: 70px !important;
}


.texte_press, .videos_press, .bloc_fichiers {
    border-bottom: solid 1px;
    padding-bottom: 10px;
}

.demande-album {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: bold;
    padding: 7px 20px;
    margin-top: 28px;
    margin-bottom: 28px;
    background: #020202;
    color: #fff;
    border: solid 2px #020202;
    border-radius: 5px !important;
    cursor: pointer;
    transition: 0.3s all ease;
}

.demande-album:hover {
    background-color: #fff;
    color: #020202;
}

.formulaire_album_complet {
    display: none;
    transition: 0.3s all ease;
}

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

    .bloc_video {
        flex: 0 100%;
    }

}

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

    .demande-album {
        font-size: 18px;
    }

}

form.post-password-form {
    font-size: 18px;
    width: 90%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

form.post-password-form input[type="submit"] {
    color: #54C24A;
    border-color: #54C24A;
    font-size: 18px;
    border-radius: 5px;
    padding: 2px 30px 3px 30px;
    transition: 0.3s all ease;
}

form.post-password-form input[type="submit"]:hover {
    color: #FFFFFF;
    font-size: 18px;
    background-color: #54C24A;
}

/*------------  albums ------------*/

.container_albums {
    max-width: 1400px;
    width: 85%;
    margin: 50px auto;
}

.container_pochette {
    text-align: center;
    width: 319px !important;
    height: 319px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.container-icons-start {
    width: 100%;
    height: 100%;
}

.container-icons-start .fa-play-circle {
    position: absolute !important;
    transition: 0.3s all ease;
    opacity: 0;
    top: 45% !important;
    left: 45% !important;
    font-size: 50px;
    color: #FFFFFF;
}

.container-icons-start:hover .fa-play-circle {
    opacity: 1;
    transform: scale(1.5);
}

.container-icons-start:hover {
    background-color: rgba(1, 1, 1, 0.52);
    cursor: pointer;
}

.container_albums .all_albums .pochette_album {
    width: 410px;

}

.all_albums {
    display: flex;
}

.container-albums .album {
    width: 50% !important;
    padding-left: 40px;
    padding-right: 40px;
}

.playeur_album {
    display: none;
    transition: 0.4s all ease;
    margin-top: 20px;
    margin-bottom: 20px;
}


.list_titre {
    font-size: 16px;
    font-weight: 400;

}

.list_titre .title {
    padding-bottom: 5px !important;
}


.album_title_player {
    font-size: 20px;
    font-weight: 400;
    margin: 30px 0px 30px 0px;
    text-decoration: underline;
}

.play-album, .container-btn-album-acheter {
    width: 410px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: fit-content;
}

.container-btn-album-acheter a {
    color: #444;
    font-size: 24px;
    font-weight: 400;
    border: 1px solid #444;
    padding: 5px 15px 5px 15px;
    transition: 0.4s all ease;
}

.container-btn-album-acheter a:hover {
    color: #FFFFFF;
    background-color: #444444;

}

.container-btn-album-acheter {
    text-align: center;
}

.list_titre .title-track {
    padding-bottom: 10px !important;
}

.list_titre span:hover, .album_title_player span:hover {
    cursor: pointer;
}

.album_1 {
    border-right: solid 1px;
}

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

    .all_albums {
        display: flex;
        flex-direction: column;
    }

    .album {
        width: 100% !important;
    }

    .album_1 {
        border-right: none;
        border-bottom: solid 1px;
    }

    .play-album {
        padding-top: 20px;
    }

}

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

    .play-album {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .container_pochette {
        width: 250px !important;
        height: 250px !important;
    }

    .container_albums {
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: 25px;
        margin-right: 25px;
    }

    .album {
        padding-left: 0px;
        padding-right: 0px;
    }

}

/*------------  CGU & PRVP ------------*/

.conditions-dutilisations section, .politique-de-confidentialite section, .conditions-dutilisations-2 section, .politique-de-confidentialite-2 section {
    max-width: 1400px;
    width: 85%;
    margin: 50px auto;
    font-size: 16px;
}


.conditions-dutilisations section article, .politique-de-confidentialite section article, .conditions-dutilisations-2 section article, .politique-de-confidentialite-2 section article {
    text-align: justify;
}


/*------------------------------------*\
	SINGLE ARTICLE
\*------------------------------------*/

.single_article_flex {
    display: flex;
    max-width: 1280px;
    margin: auto;
    margin-top: 20px;
}

.single_article_flex .article {
    width: 100%;
    padding: 15px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 16px;
    text-align: justify;
}

.single_article_flex .article h1 {
    margin-top: 0px;
    font-size: 26px;
    color: #000;
}

.single_article_flex .thumbnail {
    width: 100%;
    height: 410px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin-bottom: 25px;
}

.single_article_flex span.date {
    font-size: 19px;
    color: #000;
    font-style: italic;
}

.single_article_flex .sidebar {
    width: 350px;
    padding: 15px;
    margin-top: 49px;
    flex-shrink: 0;
}

.single_article_flex .sidebar h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: black;
    margin-left: 0px;
}

.single_article_flex .sidebar .bit-upcoming-events {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.comments {
    margin-top: 50px;
}

.comments h2 {
    color: #000;
    font-weight: 900;
    font-size: 32px;
    text-transform: capitalize;
}

.comments ul {
    padding: 0;
    list-style-type: none;
}

.comments .comment-author.vcard {
    display: flex;
    align-items: center;
}

.comments .comment-author.vcard img {
    width: 30px;
    height: 30px;
}

.comments .comment-author.vcard cite.fn {
    font-size: 19px;
    font-style: normal;
    text-transform: capitalize;
    margin-left: 10px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid rgb(34, 34, 34, .2);
}

.comments .comment-meta a.comment-edit-link {
    display: none;
}

.comments .comment-meta.commentmetadata {
    padding-left: 40px;
}

.comments .comment-body {
    margin-top: 40px;
    margin-bottom: 40px;
}

.comments p {
    color: #000;
}

.comments ul.children {
    padding-left: 100px;
}

.comments a.comment-reply-link:hover {
    text-decoration: underline;
}

.comment-respond h3 {
    font-size: 22px;
    color: #000;
}

.comment-respond p.logged-in-as {
    display: none;
}

.comment-respond textarea#comment {
    background: #ecedec;
    border: none;
    border-radius: 5px;
    width: 400px;
    height: 100px;
    padding: 12px 10px 10px;
    font-size: 15px;
}

.comment-respond textarea#comment:focus {
    outline: 0;
}

.comment-respond p.comment-form-comment label {
    display: none;
}

.comment-respond input#submit {
    background: #000;
    color: #FFF;
    border: none;
    border-radius: 5px;
    padding: 7px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
    font-weight: 500;
    transition-duration: 0.2s;
    width: 250px;
}

.comment-respond input {
    background: #ecedec;
    border: none;
    border-radius: 5px;
    width: 400px;
    height: 50px;
    padding: 12px 10px 10px;
    font-size: 15px;
}

.comment-respond input#submit:hover {
    background: rgb(0, 0, 0, 0.7);
}

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

    .single_article_flex {
        flex-direction: column;
    }

    .single_article_flex .sidebar {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .single_article_flex .article {
        padding-left: 30px;
        padding-right: 30px;
    }

}

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

    .comment-respond textarea#comment {
        width: 250px;
    }

    .comment-respond input {
        width: 250px;
    }

    .comment-respond input#submit {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 17px;
        width: 200px;
    }

}

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

    .single_article_flex .sidebar {
        padding-left: 15px;
        padding-right: 15px;
    }

    .single_article_flex .article {
        padding-left: 15px;
        padding-right: 15px;

    }

}


/*------------------------------------*\
	ARCHIVES
\*------------------------------------*/

.blog h1 {
    color: #000;
    font-size: 30px;
}

.blog main {
    width: 90%;
    margin: auto;
    display: flex;
}

.blog main section {
    width: 100%;
}

.blog .category_title h1 {
    color: #000;
    font-size: 28px;
    width: 90%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog .content {
    display: flex;
}

.blog .content .articles .title {
    display: flex;
    flex-direction: column;
}

.blog .content .articles .title a {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.blog .content .articles .title span {
    font-size: 18px;
    color: #000;
}

.blog .content .articles .flex_article {
    display: flex;
    margin-top: 25px;
    margin-bottom: 40px;
}

.blog .content .articles .flex_article .thumbnail {
    width: 380px;
    height: 220px;
}

.blog .content .articles .flex_article .thumbnail .thumbnail_background {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 100%;
    width: 380px;
}

.blog .content .articles .flex_article .excerpt {
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
    padding-left: 15px;
    padding-right: 35px;
}

p.infos {
    margin-top: 0px;
}

span.published {
    font-style: italic;
}

.blog .content .articles .flex_article .excerpt .link {
    text-align: right;
    margin-top: 20px;
}

.blog .content .articles .flex_article .excerpt a {
    white-space: nowrap;
    color: #176da3;
}

.blog .content .articles .flex_article .excerpt a:hover {
    color: #1e85c7;
}


.blog .sidebar {
    width: 370px;
    box-shadow: -8px 0 8px -10px #0e4363;
    margin-bottom: 50px;
}

.blog div#nav_menu-2 {
    border-radius: 10px;
    padding-top: 1px;
    padding-bottom: 5px;
}

.blog .sidebar h3 {
    font-size: 21px;
    color: #0e4363;
    text-align: center;
}

.blog .sidebar ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 10px;
}

.blog .sidebar ul li {
    font-size: 20px;
    margin-left: 20px;
    margin-bottom: 15px;
}

.blog .sidebar ul li a {
    color: #0e4363;
}

.container_classic h1 {
    font-size: 37px;
}
.container_classic {
    max-width: 1000px;
    margin: auto;
}


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

    .blog .content .articles .flex_article .thumbnail {
        width: 300px;
    }

    .blog .content .articles .flex_article .thumbnail .thumbnail_background {
        width: 300px;
    }

}

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

    .blog .content .articles .title {
        margin-right: 50px;
    }

    .blog .content .articles .flex_article {
        flex-direction: column;
        margin-right: 50px;
    }

    .blog .content .articles .flex_article .excerpt {
        padding-left: 0px;
        padding-right: 0px;
    }

    .blog .content .articles .flex_article .thumbnail {
        width: 100%;
        margin-bottom: 20px;
    }

    .blog .content .articles .flex_article .thumbnail .thumbnail_background {
        width: 100%;
    }

}

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

    .blog .content {
        flex-direction: column;
    }

    .blog .content .articles .title a {
        font-size: 28px;
    }

    .blog .content .articles .title span {
        font-size: 17px;
    }

    .blog .content .articles .title {
        margin-left: 50px;
    }

    .blog .content .articles .flex_article {
        margin-left: 50px;
    }

    .blog .after_content .inspire {
        font-size: 34px;
    }

    .blog .after_content .imaginez {
        font-size: 45px;
    }

}

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

    .blog .sidebar {
        display: none
    }

}

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

    .blog .content .articles .title {
        margin-left: 0px;
        margin-right: 0px;
    }

    .blog .content .articles .flex_article {
        margin-left: 0px;
        margin-right: 0px;
    }

}

.single-post .icon-instagram-footer svg path, .page-template-template-dates .icon-instagram-footer svg path {
    fill: #19d1ff;
}
.woocommerce-store-notice, p.demo_store {
    opacity: 0;
   
}
.single-post .icon-instagram-footer svg g path, .page-template-template-dates .icon-instagram-footer svg g path {
    fill: #FFF;
}


a.qc-cmp-persistent-link {
  background-color: #020202!important;
  border: 1px solid #FFF;
  border-bottom: none;
  border-right: none;
}
