/* ==============================
   Default Theme
   ------------------------------
   Fonts: Raleway & Open sans
   ------------------------------
   Colors:
    Moon Yellow:    #f4c613
    Grey       :    #212226
    White Smoke:    #f4f4f4
    White      :    #fff
    Black      :    #000
    red        :    #cc0001
                    #9c063c
================================= */

/* ==============================
            Html & Body
================================= */
html,
body {
    height: 100%;
}

body {
    color: #212226;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

section {
    background-color: #fff;
    overflow: hidden;
}

/* ==============================
            Preloader
================================= */
#preloader {
    background-color: white;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

#status {
    background-image: url("../img/preloader/preloader.gif");
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
}


/* ==============================
            Hero
================================= */


#hero {
    padding:  50px 0; 
    background: url('../img/bg/bg1.jpg') top center no-repeat scroll;
    background-size: cover;
    min-height: 100%;
    z-index: -1;
    min-height: 100%;
}

/* ==============================
            Buttons
================================= */
.btn-general {
    font-family: 'Raleway', sans-serif;
    border-radius: 28px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px;
    -webkit-transition: all .3s;
    transition: all .5s;
	font-weight: 600;
}

.btn-home {
    color: white;
    border: 2px solid #fff;
    display: inline;
}
.btn-home:hover,
.btn-home:focus {
    color: #9c063c;
    border: 2px solid #fff;
    background-color: white;
}

.btn-spectacle {
    color: #212226;
    border: 1px solid #212226;
}

.btn-spectacle:hover,
.btn-spectacle:focus {
    background-color: #9c063c;
    border-color: #9c063c;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.btn-events {
    color: #9c063c;
    border: 2px solid #9c063c;
    margin-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
}

.btn-events:hover,
.btn-events:focus {
    background-color: #9c063c;
    border-color: #9c063c;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-red {
    color: #9c063c;
    background-color: #fff;
    border: 1px solid #fff;
}

.btn-red:hover,
.btn-red:focus {
    background-color: #212226;
    color: white;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* ==============================
            Arrow Down
================================= */
#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: white;
    font-size: 52px;
    height: 52px;
    width: 52px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
    transition: all 300ms linear;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #9c063c;
}

/* ==============================
            Content boxes
================================= */
.content-box-lg {
    padding: 150px 0;
}

.content-box-md {
    padding: 100px 0;
}
.content-box-not-home{
    padding: 79px 0;
}

/* ==============================
            Vertical headings
================================= */
.vertical-heading h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    margin: 0;
}
.vertical-heading h2 strong {
    filter: drop-shadow(3px 6px 7px rgba(0, 0, 0, 0.7));
}
.title-page{
    background: #9c063c;
    padding: 60px 0;
}
.red{
    color: #9c063c;
}
.white{
    color: #fff;
}

/* ==============================
            Home About
================================= */
#home-about{
    background: #9c063c;
    color: #fff;
}
#about-right p:first-child {
    margin-bottom: 40px;
}
.social-media i{
    font-size: 64px;
    color: #fff;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.social-media i:hover{
    color: #000;
}

/* ==============================
            Home Spectacles
================================= */
#home-spectacles{
    background-color: #fff;
}
.home-spectacles-items{
    margin: 30px 0 0 0;
}
.spectacle-item {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 0 10px rgba(204, 0, 1, .3);
    box-shadow: 0 0 10px rgba(204, 0, 1, .3);
}

.spectacle-item .date {
    border: 2px solid #9c063c;
    padding: 5px 30px;
    border-radius: 4px;
    display: inline-block;
    font-size: 24px;
}

.spectacle-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.spectacle-item hr {
    width: 45px;
    height: 3px;
    background-color: #9c063c;
    margin: 0 auto;
    border: none;
}

.spectacle-item p {
    margin-top: 20px;
    font-size: 14px;
}

.spectacle-item span {
    font-size: 18px;
}


.spectacle-item:hove{
    transform: translateY(-20px);
    -webkit-box-shadow: 0 0 10px rgba(204, 0, 1, .6);
    box-shadow: 0 0 10px rgba(204, 0, 1, .6);
}

.spectacle-item {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

/* ==============================
            Navigation
================================= */
.navbar {
    padding: 10px 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    margin: 0;
    background: rgba(0, 0, 0, 1);
    border-radius: 0px !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .7);
}

.site-nav-wrapper {
    padding: 0 60px;
}

.navbar-brand {
    padding: 0px !important;
    height: 58px !important;
    margin-top: 0px;
    /*margin-right: 80px;*/
}
.nav{
    padding-top: 5px;
}
/*.navbar-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    float: none;
}*/
.social-media-nav{
    color: #dec1c1;
    font-weight: 700;
    padding-top: 0 !important;
}
.social-media-nav i{
    margin-right: 9px;
    padding-top: 6px;
    font-size: 30px;
}
.heightnav{
    padding: 0;
}
.dropdown-menu{
    background: #000;
    margin: 0;
    padding: 0;
}
ul.navbar-nav > li > a, .dropdown-menu li a {
    font-family: "Raleway", sans-serif;
    color: #dec1c1;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 0 15px 12px;
}
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus,
.dropdown-menu li a:hover,
.dropdown-menu li a:focus{
    background: none;
    color: #fff;
}
/*DROPDOWN NEW*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #000;
    border-color: #337ab7;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 11px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.social-media-nav a{
    text-decoration: none;
}
.social-media-nav i{
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    color: #fff;
}
.social-media-nav i:hover{
    color: #9c063c;
}
.navbar-fixed-top, .navbar-collapse{
    max-height: 500px !important;
}
/* ==============================
            Statement
================================= */
#statement {
    /*background: url('../img/bg/bg2.jpg') no-repeat scroll center center;
    background-size: cover;
	padding: 100px 0;*/
    background: #f4f4f4;
}
#statement h2{
	color: #9c063c;
	text-transform:uppercase;
	margin-bottom: 60px;
	margin-top:0;
}
#statement h2 span{
	position: relative;
}
#statement h2 span:before{
	content:'\268F';
	position: absolute;
	left: -40px;
}
#statement h2 span:after{
	content:'\268F';
	position: absolute;
	right: -40px;
}
#statement iframe{
	box-shadow: 10px 0 30px rgba(0, 0, 0, 0.4);
}
#actor-statement{
    background: #fff;
    padding: 50px 0;
}
#actor-statement h3 {
    font-size: 28px;
    line-height: 45px;
    margin-top: 0;
	color: #9c063c;
}
.fa-quote-left, .fa-quote-right{
    color: #9c063c;
}

#actor-statement p {
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    margin: 20px 0 0 0;
	color: #9c063c;
	filter: drop-shadow(3px 6px 7px rgba(0, 0, 0, 0.5));
}

/* ==============================
            Blog
================================= */
#blog {
    background: #fff;
}

#blog-left p {
    margin: 20px 0;
}

#blog-btn a {
    margin: 0;
}

.blog-post {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 6px;
}

.blog-post h4 {
    line-height: 40px;
    margin: 0;
}

.blog-post > p {
    /* The '>' sign means we select the first 'p' child of the class '.blog-post' */
    line-height: 24px;
    margin: 0;
    font-weight: 300;
}

.blog-post a {
    display: inline-block;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    color: #9c063c;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.blog-post a:hover {
    color: #000;
}

.blog-post .post-data {
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
    padding-top: 10px;
}

.blog-post .post-data p {
    font-size: 11px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

/* ==============================
            Footer
================================= */
footer {
    background: #9c063c;
    padding: 30px 0;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, .7);
}

footer p {
    color: #fff;
    line-height: 20px;
    margin: 0;
}
footer a {
    display: inline-block;
    font-family: "Raleway", sans-serif;
    color: #dec1c1;;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
footer a:hover {
    text-decoration: none;
    color: #fff;
}
.social-footer{
    font-size: 24px;
    color: #fff;
    padding: 10px;
}

/* ==============================
            Mobile menu
================================= */
.icon-bar{
    background-color: #9c063c;
}
@media (max-width: 992px) {
    ul.nav{
        float:none !important;
    }
    ul.navbar-nav > li > a, .dropdown-menu li a {
    font-family: "Raleway", sans-serif;
    color: #dec1c1;
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0;
}
}

/* ==============================
            PAGE
================================= */
.page{
    padding-top: 80px;
}

/* ==============================
            Page About
================================= */


/* ==============================
            Page Contact
================================= */
#contact h4{
    font-size: 18px;
    font-weight: 700;
}
.write-me{
    font-size: 22px;
    font-weight: 400;
}
.write-me a{
    text-decoration: none;
    color: #9c063c;
    font-size: 24px;
    margin-bottom: 10px;
}
#footer .write-me a{
    color: #fff;
    background: #9c063c;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 50px;
    margin-left: 8px;
}
#footer .write-me a:hover, #footer .write-me a:focus{
	color: rgba(39, 30, 30, 1);
	background: #fff;
}
#contact-right p, #contact-left p{
    
}
#contact-right p, #contact-left p, #footer p{
    font-size: 16px;
    color: #9c063c;
    font-weight: 700;
    margin: 0 !important;
	clear: both;
}
#footer p{
    color: #fff;
    padding: 5px 0;
    font-weight: 400;
}
#footer h2, #footer h4{
    color: #271e1e;
    font-weight: 700;
	line-height: 34px;
}
#contact-right p a{
    color: #9c063c;
    text-decoration: none;
}
#footer #contact-right p a{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
#contact-left i, #contact-right i{
    width: 36px;
    font-size: 20px;
}
.img-contact{
	margin-top: 60px;
}
.social-media-icons{
	clear: both;
}
.social-media-icons a{
	width: 48px;
    border: 2px solid white;
    border-radius: 50px;
	text-align: center;
}
.social-media-icons a:hover, .social-media-icons a:focus{
	background: #fff;
}
.social-media-icons a:hover i.fa-facebook, .social-media-icons a:focus i.fa-facebook{
	color: #3b5998;
}
.social-media-icons a:hover i.fa-twitter, .social-media-icons a:focus i.fa-twitter{
	color: #1da1f2;
}
.social-media-icons a:hover i.fa-youtube, .social-media-icons a:focus i.fa-youtube{
	color: #ff0000;
}
.social-media-icons a:hover i.fa-instagram, .social-media-icons a:focus i.fa-instagram{
	color: #e1306c;
}
.social-media-icons a:hover i.fa-linkedin, .social-media-icons a:focus i.fa-linkedin{
	color: #0077b5;
}
/* ==============================
            Page Video
================================= */
.embed-responsive-16by9{
    padding: 0 !important;
    margin: 0 !important;
}
.videos-list{
    margin-bottom: 50px;
}
.videos-list:last-child{
    margin-bottom: 0;
}
.videos-list h3{
    margin: 0 0 25px 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 34px;
    color: #9c063c;
}
.videos-list h4{
    font-size: 16px;
    font-weight: 700;
	margin-bottom: 30px;
}
video {
  width: 100%;
  height: auto;
}
/* ==============================
            Page Critique
================================= */
.img-critiques{
	margin-top: 80px;
}
.img-critiques img{
	width: 75%;
	margin: 0 auto;
}
.mt-40{
	margin-top: 40px !important;
}
.testimonial{
  border: 2px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
}
.testimonial p{
    text-align: justify;
}
.critique-title{
	margin-top: 0;
    color: #9c063c;
    text-transform: none !important; 
    font-weight: 400;
    font-size: 34px;
}
/* Clear floats after containers */
.testimonial::after {
  content: "";
  clear: both;
  display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.testimonial img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

/* Increase the font-size of a span element */
.testimonial span {
  font-size: 20px;
  margin-right: 15px;
}
.testimonial p, .testimonial a {
  font-size: 16px;
}
.testimonial a{
	text-decoration: none;
	color: #000;
	transition: all 300ms ease-in-out;
	font-weight: 700;
}
.testimonial a:hover{
	color: #9c063c;
}

/* Add media queries for responsiveness. This will center both the text and the image inside the container */
@media (max-width: 500px) {
  .testimonial {
    text-align: center;
  }

  .testimonial img {
    margin: auto;
    float: none;
    display: block;
  }
}

/* ==============================
            Page Entrevues
================================= */
.entrevues{
    margin-bottom: 30px;
}
.img-entrevues{
	margin-top: 80px;
}
.img-entrevues img{
	margin: 0 auto;
	width: 75%;
}
.entrevues:last-of-type{
    margin-bottom: 0;
}
.entrevues ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.entrevues ul li{
    padding: 5px 0;
}
.entrevues ul li i.asterix{
    margin-right: 10px;
    color: #9c063c;
}
.entrevues ul li i.play{
    margin-left: 10px;
    color: #000;
    display: inline;
    font-size: 20px;
}
.entrevues ul span{
    font-weight: 400;
    font-size: 24px;
}
.entrevues ul li a{
    text-decoration: none;
}
.entrevues ul li a i.play{
    transition: all 300ms ease-in-out;
}
.entrevues ul li a:hover i.play, .entrevues ul li a:focus i.play{
    color: #9c063c;
}
.entrevues h3{
    margin: 0;
    color: #9c063c;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 34px;
}
.simple-spectacle {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    background: #eee;
}
.simple-spectacle .date {
    float: left;
    width: 15%;
    min-height: 100px;
    max-height: 100px;
    border: 1px solid #d2d2d2;
    border-right: 1px dashed #d2d2d2;
    padding-top: 10px;
    color: #9c063c;
    position: relative;
}
.simple-spectacle .date .year{
    display: block;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.simple-spectacle .date .jour{
    display: block;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
.simple-spectacle .date .mois{
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.simple-spectacle .endroit{
    float: right;
    width: 85%;
    min-height: 100px;
    max-height: 100px;
    padding-left: 25px;
    border: 1px solid #d2d2d2;
    border-left: none;
    display: table;
}
.simple-spectacle .endroit .lieu {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
}
.simple-spectacle .endroit .lieu i {
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    margin-top: 2px;
    margin-right: 5px;
}
.simple-spectacle .endroit .lieu span{
    font-weight: 700;
}
.simple-spectacle .lien-spectacles {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    width: 200px;
}
.date div {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%
}
/* ==============================
            Page Humour
================================= */
.rodage{
    font-size: 34px;
    text-transform: uppercase;
    color: #9c063c;
    margin: 0 0 40px 0;
    font-weight: 400;
}
.humour .date, .humour .endroit{
    min-height: 160px;
}
.humour-adr{
    text-transform: none;
    font-weight: 400 !important;
}

/* ==============================
            Css3 Media queries
================================= */
/* Large Devices */
@media (min-width: 1200px) and (max-width: 1299px) {

    /* Navigation */
    .site-nav-wrapper {
        padding: 0 20px;
    }

}

/* Medium Devices */
@media (min-width: 992px) and (max-width: 1199px) {

    /* Navigation */
    .site-nav-wrapper {
        padding: 0;
    }

    /* Vertical headings  */
    .vertical-heading h2 {
        font-size: 29px;
    }

}

/* Small Devices */
@media (min-width: 768px) and (max-width: 991px) {
    .site-nav-wrapper {
        padding: 0;
    }
    /* Home */
    #home-heading h1{
        font-size: 41px;
    }
    #home-text p{
        font-size: 13px;
    }
    .btn-general{
        padding: 8px 35px;
        font-size: 10px;
    }
    /* Generic */
    .vertical-heading h2{
        font-size: 29px;
    }
    /* Statement */
    #statement h3{
        font-size: 20px;
        line-height: 30px;
    }
    /* Blog */
    .blog-post .post-data p{
        line-height: 14px;
    }
    .container {
    width: auto !important;
}
}

/* Extra Small Devices */
@media (max-width: 767px) {
    
    /* Home */
    #home-heading h1{
        font-size: 22px;
    }
    #home-text p{
        font-size: 13px;
        line-height: 18px;
    }
    .btn-general{
        padding: 8px 25px;
        font-size: 10px;
    }
    /* Vertical headings  */
    .vertical-heading h2 {
        font-size: 29px;
    }
    /* About 01*/
    .content-box-lg{
        padding: 80px 0;
    }
    .vertical-heading{
        text-align: center;
    }
    #about-left{
        margin-bottom: 50px;
    }
    #about-right{
        text-align: center;
    }
    /* About 02 */
    .content-box-md{
        padding: 100px 0;
    }
    .about-item{
        padding: 50px 25px;
        margin-bottom: 25px;
    }
    .about-item .date{
        font-size: 15px;
    }
    .about-item h3{
        font-size: 18px;
    }
    /* Statement */
    #statement h3{
        font-size: 14px;
        line-height: 20px;
    }
    /* Blog */
    #blog-left p{
        margin-bottom: 30px;
    }
    #blog-btn{
        text-align: center;
        margin-bottom: 30px;
    }
    .blog-post{
        margin-bottom: 30px;
    }
    /* Show mobile open btn */
    #mobile-nav-open-btn {
        display: block;
    }
    #mobile-nav{
        display: block;
    }
    .simple-spectacle .endroit {
    width: 75%;
    }
    .simple-spectacle .date {
    width: 25%;
    }
    .site-nav-wrapper,
    .white-nav-top {
        padding: 0;
    }
}

@media (max-width: 500px){
    .simple-spectacle .endroit .lieu {
    font-size: 14px;
    }
    .simple-spectacle .lien-spectacles {
    width: auto;
    font-size: 12px;
    }
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}


.hr-row {
    height: 2px;
    border: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
.hr-row-half{
	height: 2px;
	float: left;
	width: 50%;
	margin-top: 0;
    border: none;
    background-image: linear-gradient(to right, rgba(39, 30, 30, .5), rgba(39, 30, 30, 0.2), rgba(39, 30, 30, 0.2), rgba(39, 30, 30, 0.5));
}


/* ==============================
            Animation
================================= */
#heroo img{
	animation-duration: 1.5s;
	animation-delay: 1s;
}
.public-h4{
	font-weight: 700;
}
.img-critiques img{
	animation-duration: 1.5s;
	animation-delay: 1s;
}
.img-entrevues img{
	animation-duration: 1.5s;
	animation-delay: 1s;
}
.vertical-heading h2{
	animation-duration: 1.5s;
	animation-delay: 1s;
}
#about-right p{
	animation-duration: 1.5s;
	animation-delay: 1.5s;
}
#home-btn{
	animation-duration: 1.5s;
	animation-delay: 1.5s;
}
.content-box-md h3{
	animation-duration: 1.5s;
	animation-delay: 1.5s;
}
.content-box-md p{
	animation-duration: 1.5s;
	animation-delay: 1.5s;
}
.content-box-md iframe{
	animation-duration: 1.5s;
	animation-delay: 1.5s;
}
.biographie{
	animation-duration: 2s;
	animation-delay: 1.5s;
}

.not-first{
    margin-top: 80px;
}
.album-year .critique-title {
    margin-bottom: 40px;
	text-align: center;
}

































































































