html,body{
  height:100%;
}

.container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
}
.wrapper{
	max-width: 1200px;
	margin: 0 auto;
}

.wrapper1 {
    display: table;
    height: 650px;
    margin: 0 auto;
}

.row {
    padding: 0;
    margin: 0;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 100;
    background-color: #000;
}

.logo {
    max-width: 310px;
    margin-top: 8px;
    float: left;
}

/******************* MENU ***********************/
.menu {
    float: right;
    width:265px;
    margin-top: 13px;
}

.menu ul {
    display: inline-flex;
    list-style-type: none;
}

.menu li {
    padding: 0 10px;
}

.menu li a{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

i.mdi.mdi-dots-vertical.ng-scope {
    color: #fff;
    font-size: 2.0rem;
}

#resp_menu {
    float: right;
    margin-top: 8px;
    display: none;
}

.btn--flat.btn--white {
    color: #FFF;
    font-size: 0.8rem;
}

.lang {
    float: right;
    margin-top: 8px;
}

.mdi-menu-down:before {
    content: "\f3f2";
    font-size: 1.8rem;
    vertical-align: middle;
    cursor: pointer;
    margin-right: -5px;
}

/************ HOMEPAGE **************/
.home {
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../images/film1.jpg);
    background-size:cover;
    height: 748px;
    position: relative;
}

.voir_projet {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 80px;
}

.btn--raised.btn--brown {
    color: #FFF;
    background-color: #2a1a11;
    border: 2px solid;
    border-radius: 5px;
    font-size: 1.0rem;
}

h1.titre_news {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

/************** NEWS *************/

.news {
    background-image: url(../images/news.jpg);
    background-position: center top;
    width: 100%;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
}

.content_card {
    padding: 30px;
}

.card {
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    color: #fff;
    max-width: 850px;
    margin: auto;
    padding: 20px;
}

.date{
    padding: 10px 0;
    text-align: center;
}

.timing{
        padding: 28px 0 0;
}

.year {
    font-family: sans-serif;
}

i.mdi.mdi-play {
    padding: 20px 0 0;
}

.timing.col-xs-9 {
    padding: 20px 0 0;
}

/********* PROJECT SLIDER *******/
.projets {
    background: #000;
}

h1.titre_projets {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2rem;
    padding-top: 25px;
}

.projets a{
    text-decoration: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background:none;
        /* Center slide text vertically
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;*/
    }

.swiper-container img {
    display: block;
    max-width: 100%;
    font-style: italic;
    margin: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 10px;
    left: auto;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 10px;
    right: auto;
}

.texte_film {
    max-width: 800px;
    margin: 30px auto;
    color: #fff;
    font-size: 1rem;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    display: none;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    left: auto;
    right: 130px;
    top: 30%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 10px;
    right: auto;
    top: 30%;
}

.mdi-chevron-left:before {
    content: "\f212";
    color: #fff;
    font-size: 10rem;
}

.mdi-chevron-right:before {
    content: "\f213";
    font-size: 10rem;
    color: #fff;
}

/********* CONTACT *******/
.contact {
    background-image: url(../images/contact.jpg);
    background-position: center top;
    width: 100%;
    background-repeat: no-repeat;
    min-height: 100%;
    background-size: cover;
}

h1.titre_contact{
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2rem;
    padding-top: 25px;
}

.contact_content {
    max-width: 900px;
    margin: auto;
    color: #fff;
    padding-bottom: 100px;
}

.envoyer {
    margin: 30px 0;
    z-index: 1;
}

.btn--raised.btn--blue {
    color: #FFF;
    background-color: #4582b1;
    border: 2px solid #fff;
    border-radius: 5px;
}

.btn--xl {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 40px;
}

.text_area {
    margin-top: 10px;
}

.text-field--is-active .text-field__label {
    -webkit-transform: scale(.75) translateY(0);
    -moz-transform: scale(.75) translateY(0);
    -ms-transform: scale(.75) translateY(0);
    -o-transform: scale(.75) translateY(0);
    transform: scale(.75) translateY(0);
    color: rgba(255,255,255,.8);
}

/********* FOOTER *******/
.footer {
    width: 100%;
    height: 80px;
    background: #000;
    position: fixed;
    bottom: 0;
    z-index: 10;
}

.logo_footer {
    max-width: 310px;
    margin-top: 25px;
    float: left;
}

.reseaux_sociaux {
    max-width: 150px;
    float: right;
    margin-top: 30px;
    display: inline-flex;
}

.facebook {
    display: block;
    margin-right: 10px;
}

.twitter {
    margin: 0 5px;
}

.flickr {
    margin: 0 5px;
}

.youtube {
    margin: 0 5px;
}

.text-field:before {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid rgba(255,255,255,1);
}

.text-field--is-valid:after {
    background-color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.text-field__label {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    color: rgba(255,255,255,1);
    line-height: 32px;
    pointer-events: none;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition-property: -webkit-transform,color;
    -moz-transition-property: -moz-transform,color;
    transition-property: transform,color;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-transition-timing-function: cubic-bezier(.23,1,.32,1);
    transition-timing-function: cubic-bezier(.23,1,.32,1);
}

.text-field--is-valid .text-field__label {
    color: #fff;
}

.text-field:after {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    height: 0px;
    background-color: #2196F3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-transition-timing-function: cubic-bezier(.23,1,.32,1);
    transition-timing-function: cubic-bezier(.23,1,.32,1);
}

/********** MEDIA SCREEN **********/
@media screen and (max-width:800px) {
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: none;
        left: auto;
        right: 100px;
        top: 30%;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: none;
        left: -35px;
        right: auto;
        top: 30%;
    }
}

@media screen and (max-width:767px) {
    .menu {
        float: right;
        width: 265px;
        margin-top: 13px;
        display: none;
    }

    #resp_menu {
        float: right;
        margin-top: 8px;
        display: block;
        margin-right: -20px;
    }

    .date {
        padding: 0px 0 0px;
        text-align: left;
    }
}

@media screen and (max-width:600px) {
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: none;
        left: auto;
        right: 100px;
        top: 20%;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: none;
        left: -35px;
        right: auto;
        top: 20%;
    }
}

@media screen and (max-width:510px) {

    .footer {
        width: 100%;
        height: 140px;
        background: #000;
        position: fixed;
        bottom: 0;
        z-index: 10;
    }

    .logo_footer {
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .reseaux_sociaux {
        max-width: 160px;
        margin: 30px auto;
        display: block;
        float: none;

    }

    .facebook {
        display: block;
        margin-right: 10px;
        float: left;
    }

    .twitter {
        margin: 0 5px;
        float: left;
    }

    .flickr {
        margin: 0 5px;
        float: left;
    }

    .youtube {
        margin: 0 5px;
        float: left;
    }

    .contact_content {
        max-width: 900px;
        margin: auto;
        color: #fff;
        padding-bottom: 160px;
    }
}

@media screen and (max-width:500px) {
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: none;
        left: auto;
        right:40px;
        top: 25%;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: none;
        left: -20px;
        right: auto;
        top: 25%;
    }

    .mdi-chevron-right:before {
        content: "\f213";
        color: #fff;
        font-size:5rem;
    }

    .mdi-chevron-left:before {
        content: "\f212";
        color: #fff;
        font-size:5rem;
    }
}

@media screen and (max-width:450px) {
    .logo {
        max-width: 270px;
        margin-top: 8px;
        float: left;
    }
}

@media screen and (max-width:410px) {
    .logo {
        max-width: 240px;
        margin-top: 10px;
        float: left;
    }
}

@media screen and (max-width:385px) {
    .logo {
        max-width: 220px;
        margin-top: 10px;
        float: left;
    }
}

@media screen and (max-width:380px) {
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: none;
        left: auto;
        right:40px;
        top: 20%;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: none;
        left: -20px;
        right: auto;
        top: 20%;
    }

}

@media screen and (max-width:375px) {
    .btn--raised.btn--brown {
        color: #FFF;
        background-color: #2a1a11;
        border: 2px solid;
        border-radius: 5px;
        font-size: 0.75rem;
    }
}

@media screen and (max-width:360px) {
    .logo {
        max-width: 200px;
        margin-top: 14px;
        float: left;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: none;
        left: auto;
        right:40px;
        top:18%;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: none;
        left: -20px;
        right: auto;
        top:18%;
    }
}

@media screen and (max-width:340px) {
    .logo {
        max-width:180px;
        margin-top: 14px;
        float: left;
    }
}
