/*!
Theme Name: 	Lofofora666
Theme URI: 		https://www.lofofora.com
Description: 	Bootstrap 4 on Wordpress
Version: 		2.0
Author: 		Laurent & Mat
Author URI: 	https://www.lafischduweb.com
Tags: 			lofofora, Lafischduweb, Mat à des gros lolo
*/
/*GENERAL SITE*/
img {
	max-width: 100%;
}
/*police*/
/*
Rouge
Jaune #F1B434
Rouge #9b0000

*/
@font-face{
    font-family : "Snell Roundhand Black";
    src : url('font/SnellRoundhand-Black.ttf');
}
h1, h2, h3, h4,h5{
	font-family: Snell Roundhand Black;
    color:#F1B434;
}

/*-------------------- ajouté par mat ---------------*/
h5{
	font-size:21px;
	font-weight: bold;
	color:#000;}

.red{
	font-size:21px;
	font-weight: bold;
	color:#9b0000;
	font-family: Snell Roundhand Bold;
}
/*--------------------------------------------------*/
body {
    background-color: #000;
}
h1{
    display: block;
    background-color: transparent !important;
}
p, span, a, li{
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;/*16*/
    color: #fff;
}
.typo_ananda {
    font-family: Snell Roundhand Bold;
	font-size: 28px; /*rien avant*/
}
.wrapper_img_header {
    margin-bottom: 30px;
    margin-top: 50px;
    display: inline-block;
}
.wrapper_img_header img{
    max-width: 75%;
    display: block;
    margin: auto;
}
a{
    transition-duration: 300ms;
}
a{color:#F1B434;transition-duration: 400ms;}
a:hover{
    color:#9b0000;
    text-decoration:none;
    font-weight: bold;
}
/*nav*/
@media screen and (min-width:992px){
  .navbar-right {
    float: right!important;
  }
    .navbar-nav {
    display: block;
    height: 50px;
    width: 800px;/*510*/
    margin: auto;
}
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    overflow: visible!important;
    border: none;
    margin-right: 15px;
  }
  .navbar-nav>li {
    float: left;
    margin: 5px 15px;
  }
  .navbar-header {
    float: left;
  }
	button.navbar-toggler {
	    display: none;
	}
}
#full_width_menu {
    margin-bottom: 20px;
}
#menu-menu-1 li{
    display: inline-block;
    text-decoration: none;
}
.nav-link{
    color: #9b0000;
    font-size: 37px;
    font-family: Snell Roundhand Black;
    text-shadow: 1px 1px 1px #F1B434;
}
ul#menu-menu-1 {
    display: flex;
    justify-content: space-around;
}
#primaryNav a {
    height: 50px;
    display: inline-block;
    /*margin-left: 40px;*/
}
#primaryNav a:hover{
    font-weight: normal;
}
#primaryNav a img{
    height: 100% !important;
}
/*#primaryNav {
    max-width: 900px !important;
}*/
nav.navbar{
    width: 992px;
    margin: auto;
    display: block;
}
.navbar-light .navbar-nav .nav-link {
    color: #ccc;
    font-size: 30px;
    text-align: center;
    font-family: 2px 2px 2px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #9b0000;
}
.navbar-light .navbar-toggler {
    border-color: #ccc;
}
span.navbar-icon {
    width: 20px;
    height: 2px;
    display: block;
    background: white;
    margin-bottom: 6px;
}
.navbar-toggler span:first-child{
    margin-top:5px;
}
/*sidebar*/

#wrapper_sidebar {
    margin-top: 40px;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}
#link_boutique {
    margin-bottom: 40px;
    display: block;
}
h1,.same_h1 {
    margin: 40px 0;
	margin-bottom: 10px;
    /*color:#9b0000;*/
    background: transparent;
    padding: 10px 15px;
}
.bit-widget-container {
    margin-top: 45px;
}
/*#wrapper_sidebar .nav-tabs{
    padding-left:0;
}*/
.bit-offers.bit-button{
    background-color: #9b0000 !important;
    box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
}
.bit-top-track-button span, .bit-event-list-title.bit-show-upcoming , .bit-details span{
    color:#F1B434 !important;
}
.bit-offers.bit-button .bit-offers-text, .bit-venue, .bit-location{
    color: #fff !important;
}
.bit-widget .bit-event {
    border-top: 1px solid #545454 !important;
    color: #000000;
}
.wrapper_shop{
	border: 1px solid #545454;
	padding: 15px 0;
}
/*PAGE ACCUEIL*/

.wrapper_list_post_lofo {
	margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #545454;
    background-color: #000;
}
.home .wrapper_list_post_lofo{
	margin-top: 40px;
}
.content_post_logo iframe {
    width: 100%;
}
.title_post_lofo {
    float: left;
    font-size: 30px;
    font-weight: bold;
}
.img_post_lofo {
    padding-top: 15px;
}
.date_post_lofo {
    float: right;
    font-weight: bold;
	/*modif par mat*/
    font-family: 'Roboto Mono', monospace;
	font-size: 12px;
    margin-top:10px;
}
.title_date_post_lofo {
    height: 40px; /*50 en 40*/
    margin-bottom: 15px;
    border-bottom:1px dashed #F1B434; /*changer solid en dashed*/
}
.content_post_logo a{
    word-break: break-all;
}
#new_rs a {
    width: 35px;
    display: block;
}
#new_rs {
    display: flex;
    justify-content: space-between;
}
/*DISCO*/
.title_tabs_disco {
    width: 70px;
    display: inline-block;
    margin-right: 25px;
}
.tabs_album {
    margin-bottom: 30px;
}
.tabs_album a{
    width: 100%;
}
.tabs_album img {
    margin: auto;
    display: block;
}
/*.nav-tabs {
    border-bottom: none;
    margin-top: 30px;
    padding: 0px;
    padding-left: 15px;
}*/
/*.nav-tabs .nav-link.active{
    font-weight: bold;
    color:#9b0000;
    border:1px solid transparent;
    background-color: transparent;
}*/
.fb-page{
	margin-top: 30px;
}
.title_shop_buy {
    background-color: #1d1d1d;
    color: #ccc;
    padding: 5px 15px;
    border-radius: 6px;
    margin: 15px 0;
    font-size: 14px;
}
.list_listen_buy {
    padding-left: 10px;
    padding-right: 10px;
}
.outer_jackette, .wrapper_disco_content h2 {
	margin-top: 70px;
    margin-bottom: 30px;
    font-size: 50px;
}
.outer_jackette img{
    width:100% !important;
}
.icone_list a {
    display: inline-block;
    width: 45px;
    margin-right: 10px;
}
.wrapper_left_disco {
    padding: 0 15px;
}
.collapse_title_album{
    display:block;
    width:100%;
    color:#fff;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 1px dashed #9b0000;
}
.chevron_morceau {
    width: 20px;
    display: inline-block;
    float: right;
    margin-right: 15px;
    transition-duration:400ms;
}
.collapse_title_album[aria-expanded="true"] .chevron_morceau {
    transform: rotate(180deg);
}
.outer_of_wrapper {
    padding: 35px;
}
/*TOUR*/
.date_concert {
    font-weight: bold;
}
a.btn_billet {
    display: block;
    background: #9b0000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
}
.row_concert {
    margin: 0px 15px;
    border-bottom: 1px dashed black;
    padding: 10px 10px;
    transition-duration :300ms;
}
.row_concert:hover{
    background: rgba(0,0,0,0.15);
}       
.concert {
    text-align: right;
}
.wrapper_concert p{
    margin-bottom:0;
}
.vertical_center{
    display: flex;
    flex-direction: column;
    justify-content: center;                
}

.sur_place {
    text-align: center !important;
    background-color: white !important;
    padding: 10px 0 !important;
    font-weight: bold !important;
    color:#000;/*F1B434*/
   	margin-bottom: 0;
}
.card{
    background-color: #000;
}
/*CONTACT*/
.outer_contact {
    padding: 15px;
}
.outer_contact a, .outer_contact p{
    text-align: center;
    display:block;
}
.outer_contact img {
    display: block;
    width: 200px;
    margin: auto;
}
.management h2 {
    margin-bottom: 10px;
    background: transparent;
    padding: 10px 0;
    margin: 40px 0 10px 0;
    font-size: 2.5rem;
}
.outer_contact .title_contact {
    font-weight: bold;
    margin-top: 15px;
    text-decoration: underline;
}
div.wpcf7 {
    margin: 0;
    padding: 30px;
}
#wpcf7-f21-p12-o1 input, #wpcf7-f21-p12-o1 textarea {
    background-color: transparent;
    border: 1px solid #545454;
    padding: 5px 15px;
    width: 100%;
    margin-top: 15px;
}
#wpcf7-f21-p12-o1 input[type="submit"] {
    background-color: #181818;
    color: white;
    padding: 15px 30px;
    width: 200px;
    transition-duration: 300ms
}
#wpcf7-f21-p12-o1 input[type="submit"]:hover{
    cursor: pointer;
    background-color: white;
    color: #181818;
}
#wpcf7-f21-p12-o1 label, #wpcf7-f21-p12-o1 span {
    width: 100% !important;
}
/*MEDIAS*/
.epyt-gallery-title {
    font-weight: bold !important;
}
.page-id-118 .epyt-gallery iframe{
    max-width: 100%;
}
.page-id-118 .modal-body{
    padding:0;
}
.page-id-118 .modal-content{
    background-color:transparent;
}
.page-id-118 .modal-dialog{
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
}
.page-id-118 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
	justify-content: space-between;
}
.page-id-118 .img-fluid {
    width: auto;
    height: 90vh;
    margin: auto;
}
#close_slide{
    position: absolute;
    right: 15px;
    top: -45px;
    font-size: 50px;
    color: #fff;
}
.img_galerie {
    overflow-x: hidden;
    padding:15px;
}
.prev_tof.carousel-control-prev-icon {
    margin-right: 30px;
}
.control_thumbnail span {
    width: 30px;
    height: 30px;
}
.control_thumbnail span:hover {
    cursor: pointer;
}
.control_thumbnail{
    margin:15px 0;
}
.page-id-118 h2 {
    margin-bottom: 30px;
}

/*FOOTER*/
.wrapper_footer {
    height: 150px;
    margin-top: 45px;
}
.wrapper_footer .inline_footer{
    height: 100%;
}
#footer_rs_lofo {
    position: relative;
}
#list_rs a{
    max-width: 45px;
    display: block;
    padding: 10px 0;
    margin:auto;
}
#list_rs a img{
    width: 100%;
}
#list_rs{
    list-style: none;
}
#list_rs .col-md-6{
    margin-left:-15px;
    margin-right:-15px;
}
#list_rs li {
    display: inline-block;
    width: 31%;
}
#real {
    width: 350px;
    position: absolute;
    height: 26px;
    left: 50%;
    margin-left: -175px;
    bottom: -40px;
    color: #181818 !important;
}
#real a, #real p{
    font-size: 12px;
	 color:#565656;
}
#real a{
    /*color:#181818*/
		 color:#565656;
}
.grecaptcha-badge {
    visibility: hidden;
}
@media screen and (max-width:992px){
    .outer_jackette {
        padding: 0;
    }
    #primaryNav a {
    height: 36px;
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
    }
    #primaryNav a img{
        height: 100% !important;
    }
    nav.navbar{
        width: auto;
    }
    .outer_of_wrapper {
    padding: 0px;
    }
   .wrapper_img_header img{
	    max-width: 100%;
	}
}
@media screen and (max-width:768px){
#wrapper_sidebar {
    padding: 0 15px;
}
}
@media screen and (max-width:576px){
.title_date_post_lofo {
    height: auto;
    }
.title_post_lofo {
    float: none;
    font-size: 24px;
    font-weight: bold;
    }
.date_post_lofo {
    float: none;
    display: block;
    margin-bottom: 15px;
    }
#footer_rs_lofo {
    height: auto;
    width: 90%;
    margin-top: 70px;
    margin-bottom: 30px;
}
#real a, #real p{
    font-size: 10px;
}
#real {
    width: 250px;
    margin-left: -125px;
}
.page-id-118 .img-fluid {
    width: 100% !important;
    height: auto !important;
    margin: auto;
}
}
/*-------------ajouter par mat  */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}