﻿@font-face {
    src: url("../fonts/Thin.ttf");
    font-family: Thin;
}

@font-face {
    src: url("../fonts/Light.ttf");
    font-family: Light;
}

@font-face {
    src: url("../fonts/Regular.ttf");
    font-family: Regular;
}

@font-face {
    src: url("../fonts/Bold.ttf");
    font-family: Bold;
}

@font-face {
    src: url("../fonts/SemiBold.ttf");
    font-family: Semi-Bold;
}

@font-face {
    src: url("../fonts/Oswald-Light.ttf");
    font-family: Oswald;
}

@font-face {
    font-family: 'fontello';
    src: url(/fonts/fontellov2.ttf);
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Regular;
    color: #303030;
    position: relative;
}


.footer {
    text-align: center;
    font-size: 12px;
    margin-top: 50px;
    margin-bottom: 12px;
    bottom: 0;
    margin: auto;
    width: 100%;
    left: 0px;
    padding-bottom: 5px;
	padding-top: 10%;
}
.layout_container {
    padding: 10px 10%;
    display: block;
    text-align: center;
    position: relative;
    box-shadow: none;
}

.nav.navbar-nav.navbar-right {
    margin: 2px 23px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    margin-top: 13px;
    text-transform: uppercase;
    font-family: Light;
    color: #303030;
}

.navbar-fixed-top {
    position: relative;
}

.navbar-default {
    background: none;
    border: none;
    margin: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}

.navbar-default .navbar-brand {
    padding: 0px;
    width: 195px;
    height: auto;
    line-height: 0;
    display: block;
    float: none;
    margin-top: -4px;
    /* margin-left: -15px !important; */
    margin-top: 10px;
}

a.navbar-brand {
}

.navbar-default .navbar-collapse {
    border: none;
}

.container > .navbar-header {
    border: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #f34776;
}

.serie_container {
    width: calc(25% - 8px);
    float: left;
    margin: 4px;
}

.series_container {
}

.serie.img_hovred {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
}

.serie.img_hovred:hover {
    cursor: default;
    cursor: url(/Images/plus.png), pointer;
}

.serie_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    background-color: rgba(0, 0, 0, 0.63);
    color: #fff;
    padding: 15px;
    font-style: italic;
    font-family: regular;
    font-size: 10px;
}

.serie_hover:hover {
    cursor: default;
    cursor: url(/Images/plus.png), pointer;
}

.filtre {
    float: left;
    margin: 10px;
    font-family: Thin;
    font-size: 43px;
    cursor: pointer;
}

.filtre:hover, .selected {
    color: #f34776;
}

.filtres {
    list-style: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.filtres_container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width:500px)
{
    .filtres_container{
        text-align:left;
		margin-bottom:0px;
    }
}

.nom_serie {
    font-size: 23px;
    font-family: regular;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    display: table;
}

.nom_serie span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.contact_container {
    font-family: Light;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #424242;
    margin-top: 8%;
}

.contact_container.active {
    width: 50%;
    float: left;
}

.coord_contact.nom {
    font-family: Semi-Bold;
}

.icon_insta {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.correcteur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.coord_contact > a {
    color: #424242;
    text-decoration: none;
}

.coord_contact.email {
    margin-bottom: 40px;
}

.instagram.coord_contact > a {
    display: inline-block;
}

.coord_contact a:hover {
    color: #f34776;
}

.camera_icon {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
}

.images_container {position: relative;}

.image_container {
    background-color: #fff;
}


.image {
    position: absolute;
    top: 0;
    height: 100%;
    width: auto !important;
    left: 7%;

}

.imageSlide {
    position: relative;
    top: 0;
    left: 0;
    width:100%;
}

.image.superior {
    width: 100% !important;
    height: auto !important;
    left: 0% !important;
}

.image.inferior {
    height: 100% !important;
    width: auto !important;
    top: 0% !important;
}

.image.perfect {
    width: 100% !important;
    height: 100% !important;
}

.left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    cursor: url(/Images/left.png), pointer;
    z-index: 1000;
}

.right {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    cursor: url(/Images/right.png), pointer;
    z-index: 1000;
}

@media (max-width:1024px)
{
    .right{
        display:none;
    }

    .left{
        display:none;
    }
}

.left img {
    left: calc(20% - 60px);
    top: calc(50% - 30.5px);
    position: absolute;
}

.right img {
    right: calc(20% - 60px);
    position: absolute;
    top: calc(50% - 30.5px);
}

.film_container {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.film_container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width:1024px) {
    .serie_container {
        width: calc(25% - 4px);
        margin: 2px;
    }

    /*.left, .right {
        width: 0px;
        height: 0px;
        top: 0px;
        left: 0px;
        overflow: hidden;
    }*/
}

@media (max-width:767px) {
    .contact_container.active {
        width: 100%;
    }

    .no_padding {
        padding: 10px !important;
    }

    .navbar-fixed-top {
        position: fixed;
    }

    .layout_container {
        padding: 10px 10px;
        padding-top: 0px;
        overflow: hidden;
    }

    .serie_container {
        width: calc(33.33% - 4px);
        margin: 2px;
    }

    .navbar-header {
        position: relative;
    }

    .navbar-default .navbar-nav > li:first-child {
        border-bottom: 1px solid #e7e7e7;
    }

    .menu_container {
        padding: 0 30px;
    }

    .navbar-default {
        background-color: #ffffff;
        border: none;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
        margin-top: 0px;
        text-transform: none;
        font-family: Regular;
        color: #303030;
    }

    .nav.navbar-nav.navbar-right {
        margin: 0px;
    }

    .navbar-default .navbar-brand {
        padding: 10px 10px;
        width: 170px;
        height: auto;
        margin: 0 auto;
        display: block;
        line-height: 0;
        font-size: 15px;
        float: none;
    }

    .navbar-default .navbar-collapse {
        border: none;
    }

    .navbar-default .navbar-toggle {
        border: none;
        position: absolute;
        float: none;
        padding: 0px;
        margin: 0px;
        left: 0;
        top: calc(50% - 7.5px);
    }

    .navbar-default .navbar-toggle .icon-bar {
        margin-top: 3px;
        width: 18px;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #f34776;
    }

    .container > .navbar-header {
        overflow: auto;
        text-align: center;
        width: 100%;
        margin: 0;
        position: relative;
        border: none;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #f34776;
    }

    .nom_serie {
        font-size: 19px;
    }
}

@media (max-width:500px) {

    .contact_container {
        font-size: 20px;
    }

  .icon_insta {
        width: 20px;
        height: 20px;
    }

    .filtre {
        font-size: 8vw;
        margin: 5px;
    }

    .coord_contact{
        margin-bottom: -10px;
    } 
    .coord_contact.email {
    margin-bottom: 0px;
}

    .footer{
        padding-top: 60%;
    }

    .contact_container{
        margin-top: 20%;
    }

    .filtre {
        font-size: 8vw;
        margin: 5px;
    }
}

@media (max-height:700px) and (min-width : 1025px){
    .image{
        width: 68% !important;
        height: 77%;
        left: 18%;
    }
}

@media (max-height:600px) and (min-width : 1025px){
    .image{
        width:53% !important;
        height: 55%;
        left: 25%;
    }
}

@media (max-height:500px) and (min-width : 1025px){
    .image{
        width:39% !important;
        height: 45%;
        left: 32%;
        
    }
}

@media (max-height:400px) and (min-width : 1025px){
    .image{
        width:30% !important;
        height: 35%;
        left: 35%;
    }
}

@media (max-height:300px) and (min-width : 1025px){
    .image{
        width: 19% !important;
        height: 22%;
        left: 45%;
    }
}

.list{
    margin-left: -5px;
}

.nav-Margin{
    margin-bottom: -20px;
}