@charset "UTF-8";

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.well{
    padding: 16px;
    background: white;
}


.menu-item:focus,
.menu-item a:focus{
    outline: none;
}


/**
 * Layout
 */
.single-movie .content-area{
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}


.single-movie .ssba{
    color: #919496;
    font-family: "Lato",sans-serif;
    font-size: 1.387em;
    font-weight: 700;
}


.single-movie .ssba a:first-child:before{
    display: block;
    content: "";
}

.single-movie .movie-sidebar .ssba{
    font-size: 1.387em;
}



/**
 * Small improvements
 */
.storefront-pagination:before
{
    display: table;
    clear: both;

    content: '';
}

.text-right{ text-align: right; }
.text-left{ text-align: left; }

.clearfix-lg:before,
.clearfix-md:before,
.clearfix-sm:before,
.clearfix:before,
.clearfix-lg:after,
.clearfix-md:after,
.clearfix-sm:after,
.clearfix:after
{
    display: table;

    content: '';
}

.clearfix-lg:after,
.clearfix-md:after,
.clearfix-sm:after,
.clearfix:after
{
    clear: both;
}

.pull-left
{
    float: left;
}
.pull-right
{
    float: right;
}

.text-ellipsis{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}






/**
 * Lightweight grid system
 */
.pf-row
{
    width: 100%;
}

.pf-row:after
{
    display: table;
    clear: both;

    content: '';
}

.pf-grid
{
    float: left;

    padding: 10px 15px;
}

.pf-grid-1-4{ width: 25%; }
.pf-grid-2-4,
.pf-grid-1-2{ width: 50%; }
.pf-grid-3-4{ width: 75%; }

.pf-grid-1-3
{
    width: 33.3333333%;
}

@media screen and (max-width: 767px)
{
    .pf-grid-1-4{
        width: 50%;
    }
    .pf-grid-1-3{
        width: 100%;
    }
}





/**
 * Page Nos Films
 */
.page-template-template-indexation .content-area,
.post-type-archive-movie .content-area
{
    width: 100%;
}

.post-type-archive-movie .type-movie
{
    margin-bottom: 0;
    padding: 10px;

    border-bottom: none;
}

.post-type-archive-movie .type-movie img
{
    width: auto;
    max-height: 220px;
}

.post-type-archive-movie .site-main article
{
    float: left;
    overflow: hidden;

    width: 25%;
}





/**
 * Page film
 */
.single-movie .entry-content img{
    float: left;
    max-width: 150px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
}

.single-movie iframe{
    max-width: 100%;
}

.single-movie .movie-video{
    width: 70%;
    float: left;
}


.single-movie .movie-sidebar{
    width: 28%;
    float: right;
}






/**
 * Filters
 */
.filters
{
    margin-bottom: 16px;
    padding: 10px 15px;

    background: rgba(164, 100, 150, .8);
}

.filters form
{
    margin: 0;
}

.filters select{
    width: 100%;
}

.filters .pull-right .form-group{
    float: left;
    width: 33.3333333%;
    padding: 0 10px;
}

@media screen and (max-width: 1024px){
    /* Right Filters group */
    #movieFilters .pull-right .form-group{
        width: 50%;
    }
}

@media screen and (max-width: 768px){
    #movieFilters .pf-grid{
        float: none;
        width: 100%;
    }
    /* Right Filters group */
    #movieFilters .pull-right .form-group{
        width: 100%;
    }
    #movieFilters .pull-right .movie-filter-submit-button,
    #movieFilters .pull-right .movie-filter-reset-button
    {
        width: 50%;
    }
    #movieFilters .pull-right .movie-filter-submit-button{
        text-align: right;
    }
}






/**
 * Form helpers
 */
.form-group
{
    display: block;

    margin-bottom: 10px;
}

.form-group label
{
    display: block;

    color: white;
}




/**
 * Widget Recent movies
 */
.widget_recent_movies ul li:before
{
    display: none;
}
.widget_recent_movies li img
{
    display: inline-block;

    vertical-align: middle;
}

.widget-movie-thumb{
	float: left;
	width: 30%;
	text-align: center;
}
.widget-movie-titles{
	float: left;
	padding-left: 7px;
	width: 70%;
}




/**
 * Template indexation
 */
.page-template-template-indexation .col-full{
    max-width: 1010px;
}

.page-template-template-indexation iframe{
    width: 100%;
    border: none;
}





/**
 * Partners
 */
.partner img{
    max-height: 45px;
    width: auto;
    margin: 0 auto;
}

#partnersSlide{
    margin: 0 !important;
}

.slick-slider{
    padding-left: 0;
    padding-bottom: 0;
}

.slick-slide{
    height: auto;
    width: auto;
}

.slick-prev,
.slick-next{
    position: absolute;
    font-family: arial;
    display: none;
    font-size: 0;
    color: transparent;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;

}

.slick-prev{ left: -30px; }
.slick-next{ right: -30px; }

.slick-prev:before,
.slick-next:before{
    text-indent: 0;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
}

.slick-prev:before{ content: '<'; }
.slick-next:before{ content: ">"; }

.post-type-archive-partners .hentry{ margin-bottom: 0; }
.post-type-archive-partners .entry-title img{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 20px;
}


.post-type-archive-partners .attachment-thumb{
    max-height: 60px;
    max-width: 250px;
    height: auto;
    width: auto;
}



/**
 * Responsiveness
 */
@media screen and (min-width: 1024px){
    .clearfix-md:after, .clearfix-md:before,
    .clearfix-sm:after, .clearfix-sm:before{
        clear: none;
        display: none;
    }
    .clearfix-lg:after{
        clear: both;
    }
}

@media screen and (max-width: 1023px){
    .clearfix-sm:after, .clearfix-sm:before,
    .clearfix-lg:after, .clearfix-lg:before{
        clear: none;
        display: none;
    }
    .clearfix-md:after{
        clear: both;
    }
    .page-id-365 .site-main article,
    .post-type-archive-projection .site-main article,
    .post-type-archive-movie .site-main article{
        width: 33.3333333%;
    }
}

@media screen and (max-width: 768px){
    .clearfix-md:after, .clearfix-md:before,
    .clearfix-lg:after, .clearfix-lg:before{
        clear: none;
        display: none;
    }
    .clearfix-sm:after{
        clear: both;
    }
    .page-id-365 .site-main article,
    .post-type-archive-projection .site-main article,
    .post-type-archive-movie .site-main article{
        width: 50%;
    }
}

@media screen and (max-width: 450px){
    .page-id-365 .site-main article,
    .post-type-archive-projection .site-main article,
    .post-type-archive-movie .site-main article{
        width: 100%;
    }
}


/**
 * Listing produits
 */
.page-title + .storefront-sorting{
    display: none;
}

@media (min-width: 768px){
    .post-type-archive-product .site-main ul.products{
        display: table;
        width: 100%;
    }
    .post-type-archive-product .site-main ul.products li.product{
        width: 100%;
        text-align: left;
        display: table-row;
        float: none;
    }

    .cool-listing-product-title,
    .cool-listing-product-price,
    .cool-listing-product-add-to-cart{    
        border-bottom: 1px dashed #969696;
        padding-top: 15px;
        display: table-cell;
        vertical-align: baseline;
    }
    .cool-listing-product-title{
        width: 58%;
    }

    .cool-listing-product-num{
        margin-right: 10px;
    }

    .cool-listing-product-price{
        width: 15%;
        text-align: right;
    }

    .cool-listing-product-add-to-cart{
        width: 25%;
        text-align: right;
    }
}


/**
 * Single product
 */
.single-product .cool-product-movie:before,
.single-product .cool-product-movie:after
{
    display: table;
    content: '';
}

.single-product .cool-product-movie:after{
    clear: both;
}

.single-product .cool-product-movie{
    margin-bottom: 20px;
}

.single-product .cool-product-image{
    max-width: 20%;
    padding: 10px;
    padding-left: 0px;
    float: left;
}

.single-product .cool-product-body{
    float: left;
    width: 80%;
}

    .single-product .cool-product-interviewer,
    .single-product .cool-product-figure{
        margin-bottom: 0;
    }


/**
 * Projection
 */

#projectionMap img{
    max-width: none;
}

.projection-content .ssba{
    display: none;
}



/**
 * Menu sticky
 */
#masthead{
    min-height: 175px;
}
#masthead.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20000;
    min-height: 0;
}
#masthead.sticky .main-navigation ul.menu ul{ margin-top: 0; }

#masthead.sticky + .trous + #content{
    margin-top: 175px !important;
}

#masthead.sticky .woocommerce-active .site-header .secondary-navigation{
    margin-top: 0;
}

#masthead.sticky .main-navigation ul.menu > li > a, 
#masthead.sticky .main-navigation ul.nav-menu > li > a
{
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 16px;
}

#masthead.sticky .secondary-navigation .menu{
    font-size: 1.2em;
}

#masthead.sticky .secondary-navigation .menu

#masthead.sticky .secondary-navigation .menu a{
    padding: 0.5em 0.857em;
}


#masthead.sticky .logo{
    margin-top: 0px;
    padding-top: 0;
}

#masthead.sticky .logo img{
    max-height: 90px;
    width: auto;
    height: auto;
}


.post-type-archive-movie .navigation.pagination,
.post-type-archive-partners .navigation.pagination{
    display: none;
}


/**
 * Home
 */
.home .pf-row .widget_recent_entries{
    min-height: 250px;
}

.home .pf-row .widget-newsletter-home .mc4wp-form{
    margin-top: 0;
}



/*
 * divers
 */
/* Infinite scroll loader */
#infscr-loading > div{
    display: inline-block;
}
#infscr-loading > img{
    display: inline-block;
}


.widget_recent_projections li a,
.widget_recent_entries li a{
    display: inline-block;
    width: 80%;
    vertical-align: top;
}

.widget_recent_projections span{
    display: block;
}


.widget_recent_entries li a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

