/* GÉNÉRAL */
body {
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

a{
  color:#333333;
  transition: 0.2s;
}

a:hover{
  color:#C21500;
}

html,body {
    width: 100%;
    /*overflow-x: hidden;*/
}

html {
    font-size: 100%;
}

img{
    width:100%;
    height:auto;
    display:block;
}

.section-title {
    padding-bottom: 40px;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}

.margin-40{
    display:block;
    background-color:none;
    padding-top:40px;
}


/* TYPO */
h1 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 24px;
    margin:0!important;
    white-space: nowrap;
    line-height: 46px;
}


h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333333;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 8px;
    text-align:center;
}

#contact h2 {
    color: #ffffff;
}

#img-parallax h2{
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 16px;
}



h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #444;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

#actualite h3 {
    padding-top: 14px;
    padding-bottom: 10px;
}



h4 {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    text-align:center;
}

#contact h5 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    text-transform: none;
    text-align:center;
    font-weight:300;
    font-size:18px;
    margin-bottom:24px;
    line-height:24px;
    letter-spacing:0.08em;
}



p {
    font-size: 18px;
    letter-spacing: 0.8px;
    line-height: 24px;
}


a {
    text-decoration: none !important;
}

a:visited,
a:focus {
    outline: none;
    text-decoration: none !important;
}




/* BOUTONS */
.div-btn{
    margin:auto;
    margin-top:40px;
    text-align:center;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: transparent;
    border: 3px solid #999999;
    color: #999999;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 13px 30px;
    text-transform: uppercase;
    border-radius:4px;
}

.btn2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: transparent;
    border: 3px solid #606060;
    color: #606060;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 13px 30px;
    text-transform: uppercase;
    border-radius:4px;
}

.btn:hover,
.btn:focus,
.btn2:hover,
.btn2:focus {
    color: #000000;
    border: 3px solid #000000;
}

.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before {
    background-color: #F5F5F5;
}


/* PRELOADER  */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
    width: 60px;
    height: 60px;
    background-color: #222;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0; } }

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0; } }


/* HOME-ACCUEIL */
#home {
    background: url('../images/fonds/bg_01.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    overflow: hidden;
}

#home img{
    max-width:350px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:-100px;
}

/* NAVBAR */
.navbar-default {
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
}

.navbar-default .navbar-brand {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height:46px;
}

.navbar-default .navbar-brand img{
    height:46px;
    width:auto;
    float:left;
}

.navbar-default .navbar-nav li a {
    color: #757575;
    font-size: 13pt;
    font-weight: 300;
    line-height: 46px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li a:hover {
    color: #c21500;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #606060;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #c21500;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}


/* ACTUALITÉS */
#actualite{
    background: rgb(240,240,240);
    text-align: center;
    color: #656565;
    padding-top: 64px;
    padding-bottom: 64px;
}



/*Carousel actualités*/
.horizontal {
 display: block;
 width: 100%;
 overflow: auto;
}
.horizontal .table {
 display: table;
 table-layout: fixed;
 width: 100%;
 border-spacing: 10px;
}
.horizontal .table article {
 display: table-cell;
 padding: 10px 10px 0px 10px;
 width: 275px;
 margin-right: 10px;
 background: white;
 color: #000000;
 border-radius: 2px;
 box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.1);
}


.horizontal .table article:hover{
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.2);
}

.horizontal .table article a{
    height:100%;
    width:100%;
    display:block;
    color:black;
}

.horizontal img{
    height:200px;
    width:auto;
}

.fb-post-desc p{
    font-size:13pt;
    line-height:17pt;
}

.fb-post-time p{
    font-size:12pt;
}

.postfb {
  position:relative;
  color: #fff;
  background-size: cover;
  padding: 0 10px 10px;
}

.postfb img {
  float:left;
  margin-right: 10px;
  background-size: cover;
  width: 254px;
  height: 300px;
  border-radius: 4px;
  margin-bottom:20px;
}





/* SPECTACLES  */
#spectacles{
    color: #656565;
    padding-top: 64px;
    padding-bottom: 64px;
    background: url('../images/fonds/bg_02.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#spectacles .section-title {
    text-align: center;
}

.affiche{
    background-color:none;
}

.affiche img{
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.7);
    height:400px;
    width:auto;
    margin:auto;
}

.affiche img:hover{
    box-shadow: 0px 2px 9px 0px rgba(20, 20, 20, 1);
}


.affiche-desc {
    padding:0px;
    text-align: center;
    text-transform: uppercase;
    color: black;
    background-color:none;
}

.affiche-desc h2{
    font-size:20pt;
}

.affiche-desc p{
    margin-top:12px;
    font-size:12pt;
    font-weight:400;
    letter-spacing:0.1em;
}

.affiche:hover p,
.affiche:hover h2{
    color:white;
}





/* PAGE DETAIL  */
#page-detail-fond{
    color: #656565;
    padding-top: 32px;
    padding-bottom: 48px;
    background: url('../images/fonds/bg_02.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#page-detail-fond .section-title {
    text-align: center;
}

#page-detail-white, #page-detail-actions{
    background: rgb(240,240,240);
    color: #656565;
    padding-top: 64px;
    padding-bottom: 64px;
}

#page-detail-white-2{
    background-color: #ffffff;
    color: #656565;
    padding-top: 32px;
    padding-bottom: 48px;
}

#page-detail-actions h3{
    margin-top:0px;
}

.page-detail-video{
    text-align:center;
    margin:auto;
    background-color:white;
    padding-top:40px;
    padding-bottom:40px;

}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    border:none;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.detail-affiche-desc {
    padding:8px;
    width:100%;
    top: 32px;
    text-align: center;
    background-color:none;
    font-size: 32px;
    font-weight:300;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: white;
    position: absolute;
    line-height:40px;
}

.detail-affiche-desc span {
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 200;
    line-height:15px;
}

.img-ombre{
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5);
}

#page-detail-white .row, #page-detail-actions .row{
    background-color:none;
    margin:0 auto;
    padding:0 auto;
}

.logo{
    background-color:white;
    height:100px;
    width:auto;
    margin:5px;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.1);
}

.logo:hover{
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.3);
}

.logo img{
    height:70px;
    width:auto;
    margin-top:15px;
}

/* CAROUSEL */

.MultiCarousel {
    float: left;
    overflow: hidden;
    width: 100%;
    position:relative;
}
.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all; float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    /*max-height:300px;*/
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position:absolute;
    top:calc(50% - 50px);
    border: 0px ;
}
.MultiCarousel .leftLst:hover, .MultiCarousel .rightLst:hover {
    color: #fff;
}
.MultiCarousel .leftLst:visited, .MultiCarousel .rightLst:visited {
    border: 0px;
    color:none;
    background-color: none;
}
.MultiCarousel .leftLst {
    left:0;
}
.MultiCarousel .rightLst {
    right:0;
}



/* ARCHIVES - MASONRY */
.archives {
    text-align:center;
    margin:0 auto;
    background-color:red;
}



/* IMAGE PARALLAX */
#img-parallax {
    background: url('../images/compagnie/compagnie.png') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #999;
    height:400px;
}



/* COMPAGNIE */
#compagnie{
    background: rgb(240,240,240);
    text-align: center;
    color: #656565;
    padding-top: 64px;
    padding-bottom: 64px;
}


/* CARDS FLIP */

    /*definition div*/
.card {
    position: relative;
    height: 300px;
    perspective: 150em;
    background-color:none;
    margin-bottom:0;
}
.card-side {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 300px;
    backface-visibility: hidden;
    transition: all 0.6s ease;
    box-shadow: 1em 1em 2em rgba(0, 0, 0, .2);
}
    /*definition fronts et img*/
.card-front {
    background-size:cover;
    background-position: center 20%;

}
    /*definition back et descriptions*/
.card-back {
    color: #fff;
    transform: rotateY(180deg);
    background-color:white;
    padding-top:32px;
    padding-bottom:24px;
    padding-left:16px;
    padding-right:16px;
    overflow-y: scroll;
}
    /*effet flip*/
.card:hover .card-front {
    transform: rotateY(-180deg);
}
.card:hover .card-back {
    transform: rotate(0);
}

.card-desc{
    padding-bottom:32px;
    background-color: none;
}
    /* typos cards */
.card-desc h3 {
    font-weight:600;
    text-transform: uppercase;
    padding:0px;
}

.card-desc h4 { /*caption métier*/
    color:#606060;
    font-size:9pt;
    line-height:11pt;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing: 0.1em;
    margin:0;
}

.card h5 { /*italique*/
    color:#606060;
    font-size:11pt;
    line-height: 14pt;
    font-style:italic;
    font-weight:100;
    padding-top:24px;
}

.card p {
    line-height: 15pt;
    color:black;
    font-size:12pt;

}


/* CONTACT  */
#contact {
    text-align: center;
    color: #656565;
    padding-top: 64px;
    padding-bottom: 64px;
    background: url('../images/fonds/bg_01.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#contact .section-title {
    color: #f0f0f0;
}

#contact .overlay {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#contact .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0px;
    box-shadow: none;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 16px;
    transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
    border-color: #ddd;
}

.g-recaptcha{
    margin: 0 auto;
    width: 304px;
    margin-bottom:32px;
    margin-top:24px;
}



/* AGENDA */

.agenda-item{
    padding:20px;
    background-color:white;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.1);
    width:100%;
    margin-bottom:18px;
}

.agenda-item:hover{
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.2);
}

.agenda-item h2{
    margin:0;
    text-align:center;
    font-size:16pt;
    background-color: none;
}

.agenda-item p{
    color: #333333;
    padding:0;
    margin:0;
    text-align:left;
    font-size:14pt;
    background-color: none;
}

.div-btn-agenda{
    margin-top:12px;
    text-align:center;
    background-color: none;
}

.btn3 {
    background:transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: 3px solid #606060;
    color: #606060;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 13px 30px;
    text-transform: uppercase;
    border-radius:4px;
}

.btn3:hover,
.btn3:focus {
    color:#000000;
    border:3px solid #000000;
}




/* FOOTER */
footer {
    background-color: #141414;
    color: #909090;
    height:48px;
    display:flex;
    flex-wrap: wrap;
    margin-bottom:0px;
}

footer p {
    font-size:12pt;
    text-align:center;
    line-height: 40px;
}

footer a{
    color:#909090;
}

footer a:focus{
    color:#909090;
}

footer a:visited{
    color:#909090;
}

footer a:hover{
    color:white;
}



/* VIDEO */
/*
#video-accoude {
    text-align: center;
    color: #656565;
    padding-top: 64px;
    padding-bottom: 64px;
    background: url('../images/spectacles/_accoudes.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #999;
}
#video-enplace {
    text-align: center;
    color: #656565;
    padding-top: 64px;
    padding-bottom: 64px;
    background: url('../images/spectacles/_enplace.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #999;
}
#video-contearebours {
    text-align: center;
    color: #656565;
    padding-top: 64px;
    padding-bottom: 64px;
    background: url('../images/spectacles/contearebours.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #999;
}
#video-membre {
    text-align: center;
    color: #656565;
    padding-top: 64px;
    padding-bottom: 64px;
    background: url('../images/spectacles/membre.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #999;
}
#video-otage {
    text-align: center;
    color: #656565;
    padding-top: 64px;
    padding-bottom: 64px;
    background: url('../images/spectacles/otage.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #999;
}
#video-tvenpanne {
    text-align: center;
    color: #656565;
    padding-top: 64px;
    padding-bottom: 64px;
    background: url('../images/spectacles/tvenpanne.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #999;
}

.video-overlay {
    background: rgba(03,03,03,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.video .fa {
    position: relative;
    border: 2px solid #ffffff;
    border-radius: 100px;
    color: #ffffff;
    font-size: 28px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    margin-top: 22px;
}*/


/* ARROW ANIMATION */
    /*text*/
.demo a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left:-50px;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    font-size:12px;
    letter-spacing: 3px;
    text-decoration: none;
    transition: opacity .3s;
}
.demo a:hover {
    opacity: .5;
}
    /*arrow and graphics*/
#section03 a {
    padding-top: 60px;
}
#section03 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -24px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}
#section03 a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
#section03 a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}
    /*animation*/
@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/* MEDIA QUERIES */


@media (min-width: 1200px) {
    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 15%;
        width: 70%;
        height: 70%;
    }

    .video-container {
        padding-top: 100px;
    }
}

@media (max-width: 980px) {

    #home {
        height: 90vh;
    }

    #actualite .col-md-4:last-child,
    #spectacles .col-md-4 {
        margin-top: 42px;
    }

    #compagnie .compagnie-thumb {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #compagnie .join-compagnie {
        padding: 71px 50px;
        margin-top: 20px;
    }

}

@media (max-width: 900px) {

    #home img{
        max-width:250px;
    }

    .card{
        margin-bottom:30px;
    }

    footer{
        height:100px;
    }



}

@media (max-width: 768px) {

    .navbar-default .navbar-brand,
    h1 {
        line-height: 46px;
    }

    #img-parallax {
    height:250px;
}



}

@media (max-width: 767px) {

    .navbar-default .navbar-brand img{
        height:24px;
    }

    .navbar-default .navbar-brand,
    h1 {
        line-height: 24px;
    }
    .navbar-default .navbar-nav li a {
        line-height: 30px;
    }

    #actualite .col-md-4,
    #spectacles .col-md-5{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .filter-wrapper {
        padding: 0px;
    }

    .div-btn-agenda{margin-top:28px;}






}

@media (max-width: 650px) {

    #home {
        height: 100vh;
    }



    #home img{
        max-width:200px;
    }


    h2 {
        font-size: 30px;
    }

    #actualite {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #spectacles,
    #actualite,
    #compagnie,
    #contact {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    footer {
        text-align: center;
        height:140px;
    }

}
