/* PARAMETRES PRINCIPAUX */

html {
	position:relative;
	min-height: 100%;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #10161A;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rock Salt', cursive;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #10161A;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a {
    color: #801515;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 1;
    color: #550000;
}

.white-text {
    color: #FFF;
}

.white-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    background: #FFF;
    opacity:0.6;
    font-size:20px;
    color: #10161A !important;
}

.white-btn:hover {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    opacity:1;
    background: #FFF;
    color: #10161A !important;
}

.black-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    background: #10161A;
    color: #FFF !important;
}

::-moz-selection {
    background-color: #BB0000;
    color: #FFF;
}

::selection {
    background-color: #BB0000;
    color: #FFF;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

@media only screen and (max-width: 767px) {
	h1 {
	    font-size: 28px;
	}

	h2 {
	    font-size: 22px;
	}

	h3 {
	    font-size: 19px;
	}

	h4 {
	    font-size: 18px;
	}

	h5 {
	    font-size: 16px;
	}
}

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background: #1C1D21;
}

/* LOGO */

.navbar-brand {
    padding: 0;
}

.navbar-brand .logo, .navbar-brand .logo-alt {
    max-height: 105px;
    display: block;
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
    display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
    display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}

/* LOGO RESPONSIVE */

@media only screen and (max-width: 767px) {
    #nav.nav-transparent .navbar-brand .logo-alt {
        display: none !important;
    }
    #nav.nav-transparent .navbar-brand .logo {
        display: block !important;
    }
}

/* MENU DE NAVIGATION */

#nav {
    padding: 5px 0px;
    background: #FFF;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
}

#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: #FFF !important;
    border-bottom: 1px solid #E9E9E9;
}

#nav.nav-transparent {
    background: transparent;
}


/* MENU ORDINATEUR */
@media only screen and (min-width: 768px) {
    .main-nav li {
        padding: 5px 10px;
    }

    .main-nav li a {
        font-size: 19px;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }

    .main-nav>li>a {
        color: #10161A;
        padding: 15px 0px;
    }

    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
    }

    .main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
        background: transparent;
        color: #801515;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
        text-shadow: 0px 0px 25px #FFF;
    }

    .main-nav>li>a:after {
        content: "";
        display: block;
        background-color: #801515;
        width: 0%;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }

    .main-nav>li>a:hover:after, .main-nav>li.active>a:after {
        width: 100%;
    }


    .nav-collapse {
        display: none;
    }

    .home-content h1 {
        font-size: 65px;
    }

    .home-content p {
        font-size: 25px;
    }


}

/* MENU MOBILE */ 

@media only screen and (max-width: 767px) {
    #nav {
        padding: 0px 0px;
    }
    #nav.nav-transparent {
        background: #FFF;
    }
    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #1C1D21;
        max-width: 250px;
        width: 0%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #1C1D21;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, 0.1);
    }
    .main-nav li a {
        display: block;
        color: #FFF;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>li.active {
        border-left: 6px solid #801515;
    }
    .main-nav li a:hover, .main-nav li a:focus {
        background-color: #801515;
        color: #FFF;
        opacity: 1;
    }

    .home-content h1 {
        font-size: 35px;
    }
}

/* ONGLET DE NAVIGATION SUR MOBILE */

.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 99999;
}

.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}

.nav-collapse span:before, .nav-collapse span:after {
    content: "";
    display: block;
}

.nav-collapse span, .nav-collapse span:before, .nav-collapse span:after {
    height: 4px;
    background: #801515;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}

.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}

#nav.open .nav-collapse span {
    background: transparent;
}

#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}


/* ACCUEIL - HEADER */

header {
    position: relative;
}

#home {
    height: 100vh;
}

#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.home-content h1 {
    text-transform: uppercase;
}

.invi {
    visibility:hidden;
}
.home-shadow {
    text-shadow: 0px 0px 25px #801515;
}

.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0px;
}

/*  DEBUT 
	DU CSS
	DES PAGES */

/* CONCERTS */ 

.concerts {
    position: relative;
    padding: 40px 20px 40px 70px;
    margin: 15px 0px;
    border: 1px solid #EEE;
}

.concerts i {
    position: absolute;
    left: 20px;
    text-align: center;
    font-size: 35px;
    color: #801515;
    border-radius: 50%;
}

.concerts:after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.concerts:hover:after {
    width: 100%;
}

.concerts h3, h4 {
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.concerts:hover h3 {
    color: #fff;
}

.concerts:hover h4 {
	color: #fff;
}

/* PHOTOS */ 

.photo {
    position: relative;
}

/* VIDEOS */

.video {
    position: relative;
    padding: 20px;
}

.video>img {
  width: 100%;
}

.video .overlay {
    background: black;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.video:hover .overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.6;
}

.video .video-content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video .video-content h3 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #FFF;
    margin-bottom: 10px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.video:hover .video-content h3 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.video .video-content a {
	color:#fff;
}

.video:hover .video-content a {
    color:#fff;
}

/* MUSICIENS */ 

.musiciens {
    position: relative;
    background-color: #F4F4F4;
    padding: 40px 20px;
    margin: 15px 0px;
}

.musiciens::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: 1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}

.musiciens:hover:after {
    height: 100%;
}

.musiciens-img {
    position: relative;
    margin-bottom: 20px;
    z-index: 11;
}

.musiciens-img>img {
  width: 100%;
}

.musiciens .overlay {
    background: #1C1D21;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.musiciens:hover .overlay {
    opacity: 0.8;
}

.musiciens .musiciens-content {
    text-align: center;
    position: relative;
    z-index: 11;
}

.musiciens .musiciens-content h3 {
    margin-bottom: 15px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.musiciens .musiciens-content h4 {
    margin-bottom: 15px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.musiciens .musiciens-content p {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.musiciens:hover .musiciens-content h3 {
    color: #FFF;
}

.musiciens:hover .musiciens-content h4 {
    color: #FFF;
}

.musiciens:hover .musiciens-content p {
    color: #FFF;
}

.musiciens:hover .musiciens-content span {
    color: #FFF;
}

/* MENTIONS LEGALES */ 

.mentions {
	font-size:25px;
}


/* CONTACT */ 

.contact {
    margin: 15px 0px;
    text-align: center;
}

.contact i {
    font-size: 70px;
    color: #801515;
    margin-bottom: 20px;
}

.contact-form {
    text-align: center;
    margin-top: 40px;
}

.contact-form .input {
    margin-bottom: 20px;
    border: 1px solid #10161A;
    box-sizing: border-box;
    color: #10161A;
    background-color: #fff;
    padding: 5px 20px;
    text-align: center;
    width: 75%;
}

.contact-form .input:focus {
    background: #C7C6C6; 
}

.contact-form textarea {
    height:200px;
}

.contact-submit {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 1px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    background: transparent;
    color: #10161A !important;
    border-color: #10161A;
}

/* FOOTER */

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-bg {
    background-color: #1C1D21;
}

.footer-fix {
	margin-bottom:200px;
}

.footer-logo {
    text-align: center;
    margin-top:10px;
    margin-bottom: 10px;
}

.footer-follow {
    text-align: center;
    margin-bottom: 20px;
}

.footer-text {
	margin-top: 25px;
	margin-bottom: 25px;
}

.footer-follow li {
    display: inline-block;
    margin-right: 10px;
}

.footer-follow li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 20px;
  font-size:25px;
  background-color: #801515;
  color:#FFF;
}

.footer-copyright p {
    text-align: center;
    color:#FFF;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

/* ADMIN PANEL */

.admin-input {
    margin-bottom: 20px;
    border: 1px solid #10161A;
    box-sizing: border-box;
    color: #10161A;
    background-color: #fff;
    padding: 5px 20px;
    text-align: center;
    width: 75%;
}

.admin-input:focus {
    background: #C7C6C6; 
}

.p-large {
    font-size:20px;
}

.h-min {
    font-size:40px;
}
