/************************* BASIC *************************/
*, html, body{
    margin:0;
}

body{
    background:#000;
    font-family: 'Roboto', sans-serif;
    color:#fff;
}

a{
    font-weight: 700;
    color:#fff;
}

a:hover{
    color:#fc3c28;
    text-decoration: none;
}

a:active, a:focus{
    color:#fff;
    text-decoration: none;
}

@font-face {
    font-family: "Teko";
    src: url('../fonts/Teko-Regular.ttf');
}

@font-face {
    font-family: "Teko Bold";
    src: url('../fonts/Teko-Bold.ttf');
}

@font-face {
    font-family: "Teko Semi Bold";
    src: url('../fonts/Teko-SemiBold.ttf');
}

@font-face {
    font-family: "Teko Light";
    src: url('../fonts/Teko-Light.ttf');
}

@font-face {
    font-family: "Teko Medium";
    src: url('../fonts/Teko-Medium.ttf');
}

h1{
    margin:30px 0 60px 0;
    text-align:center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    letter-spacing:3px;
    font-size:26px;
}

h2{
    font-size: 20px;
    font-weight: 700;
}

h3 {
    margin: 20px 0 20px 0;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 18px;
    text-transform: uppercase;
}

p{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:300;
    font-size:17px;
    margin:20px 0;
}

.form-control {
    border-radius: 0;
    background-color: #212121;
    border: 1px solid #454545;
    color: #fff;
}

.btn {
    border-radius: 0;
    color: #000;
    background: #a3a3a3;
}

.btn:hover{
    background: #e3e3e3;
}

hr{
    border-top:1px solid #585757;
}

/************************* HEADER *************************/

#header{
    position:relative;
    height:100px;
    padding:20px 0;
    font-family: 'Teko Light';
    font-size:22px;
    font-weight: 700;
}

#header .borderBottom{
    margin-left: 44px;
    margin-top: -8px;
    height: 1px;
    border-bottom: 3px solid #fc3c28;
}

/************************* MENU *************************/
.menu a{
    font-family: 'Teko Light';
    text-transform: uppercase;
    font-size:23px;
}

.menu ul{
    margin-top:18px;
    padding-left:12px;
}

.menu ul li{
    list-style-type: none;
    display:inline;
    padding:0 7px;
}

.menuName{
    margin-top:18px;
}

.menu ul li.selected a{
    color: #fc3c28;
}


@media(min-width:768px) and (max-width: 991px){

    .menu ul li {
        padding: 0 2px;
    }

    .menu a{
        font-family: 'Teko Light';
        text-transform: uppercase;
        font-size:19px;
    }

    .menu ul{
        margin-top:18px;
        padding-left:108px;
    }

    .menuName {
        margin-top: 0px;
    }
}

@media(min-width:992px) and (max-width: 1199px){

    .menu ul {
        padding-left: 0;
    }

    .menu a {
        font-size: 20px;
    }

    .menu ul li {
        padding: 0 4px;
    }
}

@media(min-width:1200px){}


/************************* CAROUSEL *************************/

.carousel{
    border-bottom:5px solid #fff;
}

.carousel-control {
    position: absolute;
    top: 40%;
    bottom: 40%;
    left: 0;
    width: 105px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: 1;
    margin: auto;
}

.carousel-control.left,.carousel-control.right {
    background-color:rgba(0,0,0,0.4);
    background-image:none;
}

.carousel span.fa.fa-angle-left{
    font-size: 90px;
    position: absolute;
    left: 30px;
    top: 5px;
}

.carousel span.fa.fa-angle-right {
    font-size: 90px;
    position: absolute;
    left: 40px;
    top: 5px;
}

@media(max-width:767px){
    .carousel img{
        width:100%;
    }

    .carousel span.fa.fa-angle-left {
        font-size: 30px;
        position: absolute;
        left: 50%;
        top: 48%;
        transform: translate(-50%, -50%);
    }

    .carousel span.fa.fa-angle-right {
        font-size: 30px;
        position: absolute;
        left: 50%;
        top: 48%;
        transform: translate(-50%, -50%);
    }

    .carousel-control {
        width: 35px;
        top:0;
        bottom: 0;
    }
}
@media(min-width:768px) and (max-width: 991px){

    .carousel img{
        width:100%;
    }

    .carousel span.fa.fa-angle-left {
        font-size: 50px;
        position: absolute;
        left: 50%;
        top: 48%;
        transform: translate(-50%, -50%);
    }

    .carousel span.fa.fa-angle-right {
        font-size: 50px;
        position: absolute;
        left: 50%;
        top: 48%;
        transform: translate(-50%, -50%);
    }
    .carousel-control {
        width: 50px;
        top:0;
        bottom: 0;
    }
}
@media(min-width:992px) and (max-width: 1199px){

    .carousel img{
        width:100%;
        height:350px;
    }

    .carousel span.fa.fa-angle-left {
        font-size: 50px;
        position: absolute;
        left: 45%;
        top: 48%;
        transform: translate(-50%, -50%);
    }

    .carousel span.fa.fa-angle-right {
        font-size: 50px;
        position: absolute;
        left: 55%;
        top: 48%;
        transform: translate(-50%, -50%);
    }
    .carousel-control {
        width: 60px;
        top:40%;
        bottom: 40%;
    }

}
@media(min-width:1300px){
    .carousel img {
        width: 100%;
    }
}
@media(min-width:1600px){
    .carousel img {
        width: 100%;
    }
}


/************************* CONTENT *************************/


.content .homeClass p{
    margin:20px;
}

.content .homeClass a p{
    border-top: 1px solid #fc3c28;
    border-bottom: 1px solid #fc3c28;
    width: 175px;
    z-index: 260600;
    margin: 54px auto 10px auto;
    padding: 8px 10px;
    letter-spacing: 3px;
}

.content img.img-responsive{
    margin:0 auto;
}


/* RESPONSIVE */
@media(max-width:767px){
    .content .homeClass h1{
        margin:20px;
    }

    .content .homeClass p{
        text-align: justify !important;
    }

    .content .homeClass a p{
        margin: 20px auto 10px auto;
    }

    .content img{display: none;}
}

@media(min-width:768px) and (max-width: 991px){
    .content .homeClass h1{
        margin:70px;
    }
    .content img{display: none;}
}
@media(min-width:992px) and (max-width: 1199px){
    .content .homeClass h1{
        margin:70px;
    }
}
@media(min-width:1200px){
    .content .homeClass h1{
        margin:70px;
    }
}


/************************* REFENRECES *************************/

.references img{
    margin-bottom:30px;
}

.references .backgroundImg{
    position:relative;
}

.references .contentRef{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    opacity:0;
    transition: 0.7s ease;
}

.references .contentRef p{
    font-size: 14px;
    margin:20px 0;
    font-weight: 400;
}

.references .contentRef span.plaquette{
    text-transform: uppercase;
    color: #b50000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    padding:0 0 1px 0;
    border-bottom: 2px solid #b50000;
}

.references .contentRef a.plaquette:hover{
    color: #ff0000;
    border-bottom: 2px solid #ff0000;
}

.references .contentRef a.referenceTitleLink{
    color:#000;
}
.references .contentRef a.referenceTitleLink:hover{
    color:#fb3d27;
}

.references .backgroundImg:hover .contentRef{
    opacity:1;
    transition: 0.7s ease;
}

.references .contentRef h2.title{
    text-align:center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing:2px;
    font-size:20px;
    padding:0 10px;
    margin:0;
}

.references .boxGrise{
    background-color: #262626;
    color: #ffffff;
    padding:15px;
    margin-bottom:25px;
}

.references .boxGrise h2{
    font-family: 'Verdana', sans-serif;
    color: #fb3d27;
    font-size: 20px;
    margin: 0;
    font-weight: 400;
}

.references .boxGrise p{
    font-family: 'Verdana', sans-serif;
}

.references .boxGrise .backToRef{
    text-align: right;
}

/* GRID IMG */

#gridImg {
    width: 100%;
    margin: 0 auto;
}

#gridImg ul{
    padding-left: 0;
}
#gridImg img{
    padding:5px;
}

#myContent {
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    column-count: 3;
    column-gap: 0px;
    width: 100%
}

#myContent img{
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
}

@media only screen and (max-width : 1199px),
only screen and (max-device-width : 1199px){
    #myContent {
        -moz-column-count: 3;
        -moz-column-gap: 0px;
        -webkit-column-count: 3;
        -webkit-column-gap: 0px;
        column-count: 3;
        column-gap: 0px;
    }
}

@media only screen and (max-width : 991px),
only screen and (max-device-width : 991px){
    #myContent {
        -moz-column-count: 3;
        -moz-column-gap: 0px;
        -webkit-column-count: 3;
        -webkit-column-gap: 0px;
        column-count: 3;
        column-gap: 0px;
    }
}

@media only screen and (max-width : 768px),
only screen and (max-device-width : 768px){
    #myContent {
        -moz-column-count: 2;
        -moz-column-gap: 0px;
        -webkit-column-count: 2;
        -webkit-column-gap: 0px;
        column-count: 2;
        column-gap: 0px;
    }
}


@media(max-width:767px){

    .references .contentRef{
        position:relative;
        display:block;
        color: #fff;
        opacity: 1;
        background: none;
        padding: 10px;
        transition: 0s;
    }

    .references img {
        margin-bottom: 5px;
    }

    .references .contentRef h2.title {
        font-size: 16px;
        padding: 0 10px;
        margin: 0;
    }

    .references .contentRef p {
        text-align: justify;
    }

    .references .boxGrise h2 {
        font-size: 15px;
    }

    .references .boxGrise p {
        font-size: 14px;
    }

    .references .backgroundImg{
        margin-bottom:15px;
    }

}
@media(min-width:768px) and (max-width: 1199px){
    .references .contentRef{
        position:relative;
        display:block;
        color: #fff;
        opacity: 1;
        background: none;
        padding: 10px;
        transition: 0s;
        margin-bottom: 15px;
    }

    .references img {
        margin-bottom: 5px;
    }

    .references .contentRef h2.title {
        font-size: 16px;
        padding: 0 10px;
        margin: 0;
    }

    .references .contentRef p {
        text-align: justify;
    }
}
/*
@media(min-width:992px) and (max-width: 1199px){
    .references .contentRef {
        padding: 10px;
    }

    .references .contentRef h2.title {
        font-size: 16px;
    }

    .references .contentRef p {
        font-size: 14px;
        margin: 10px 0;
    }
}*/
@media(min-width:1200px){}


/************************* DOSSIER DE PRESS *************************/
.press h2.title {
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 0;
}

.press p{
    margin: 5px 0;
}

.press ul {
    padding-left: 10px;
}

.press ul li{
    list-style-type: none;
    padding:8px 0;
}

.press ul li a{
    font-weight: 400;
}

.press ul li a:hover, .press ul li a:active, .press ul li a:focus{
    font-weight: 400;
}

.press ul li a i.fa{
    margin:0 5px;
    font-size: 20px;
    color: #fff;
}

/************************* CONTACT *************************/
@media (min-width:1200px){

    .textContactPosition{
        text-align: right;
    }

    .btnContactPosition{
        text-align: left;
    }
}

.contact h1{
    margin: 30px 0 30px 0px;
}

/************************* FOOTER *************************/

.footer {
    margin-top: 100px;
    padding-top: 30px;
    border-top: 1px solid #1f1f1f;
    font-family: 'Teko Light', sans-serif;
    font-size: 25px;
}

.footer img{
    margin:25px 0 25px 0;
}

.footerContent ul{
    padding-left:0px;
}

.footerContent ul li{
    width: auto;
    text-align: center;
    border-right:1px solid #fc3c28;
    display:inline-block;
    padding:5px 19px;
}

.footerContent ul li:first-child{
    border-left:1px solid#fc3c28;
}

.footerContent ul li a {
    font-weight: 400;
}

.siteByLink{
    margin-top:25px;
    font-size: 20px;
    color: #999999;
}

.siteByLink a{
    font-weight: 300;
    color: #bf1d0c;
}

.siteByLink a:hover{
    color: #fff;
}

@media(max-width:767px){
    .footer {
        margin-top: 25px;
    }

    .footerContent ul li {
        width: auto;
        text-align: center;
        border-right: 1px solid#fc3c28;
        border-left: 1px solid#fc3c28;
        display: block;
        padding: 5px 19px;
    }
}
@media(min-width:768px) and (max-width: 991px){
    .footer {
        margin-top: 25px;
    }
    .footerContent ul li {
        width: auto;
        text-align: center;
        border-right: 1px solid#fc3c28;
        display: inline-block;
        padding: 5px 8px;
        font-size: 17px;
    }
}
@media(min-width:992px) and (max-width: 1199px){
    .footerContent ul li {
        width: auto;
        text-align: center;
        border-right: 1px solid#fc3c28;
        display: inline-block;
        padding: 5px 12px;
        font-size: 22px;
    }
}
@media(min-width:1200px){}



/************************* RESPONSIVE *************************/


#openMenuResponsive{
    display: none;
}

#menu-responsive:not( .mm-menu ) {
    display: none;
}

.mm-ismenu {
    background: #333333;
}

.mm-list > li > a, .mm-list > li > span {
    color: #fc3c28;
}

.mm-menu > .mm-list {
    padding: 0;
}

.mm-menu ul > li.menuRespLogo{
    text-align: center;
    background: #000;
    padding:15px;
}

.mm-menu > .mm-panel {
    padding: 0 20px;
}

.mm-menu .mm-list > li:after {
    border-color: rgb(207, 207, 207);
    margin-right: 15px;
}

.mm-menu .mm-list > li.menuRespLogo:after{
    border-color: rgb(0,0,0);
}

.mm-list a, .mm-list a:hover {
    text-decoration: none;
    color: #fff;
}


@media(max-width:340px){
    .menuName{
        display:none;
    }
}

@media(max-width:767px){
    #openMenuResponsive{
        display: inline-block;
        text-align: right;
        border: 1px solid red;
        padding: 5px 10px;
        border-radius: 2px;
    }
    #menuRespStyle{
        display: block;
        border-top:1px solid #fc3c28;
        border-bottom:1px solid #fc3c28;
        margin:10px 0;
        padding: 10px 20px;
    }

    h1 {
        margin: 30px 0 30px 0;
        font-size: 18px;
    }

    .press img{
        margin-bottom:10px;
    }
}
@media(min-width:768px) and (max-width: 991px){
    h1 {
        margin: 30px 0 30px 0;
    }
}



@media(max-width:767px){}
@media(min-width:768px) and (max-width: 991px){}
@media(min-width:992px) and (max-width: 1199px){}
@media(min-width:1200px){}


/* JEREMY FANCYBOX GALLERY */
.fancybox-skin{
    background-color: #0b0808;
    color:#ffffff;
}
.fancybox-nav span {
    visibility: visible;
}

.myClose {
    height: 40px;
    width: 40px;
    font-size:18px;
    background-image: none;
}

.myNext, .myPrev{
    background:none;
    height:100%;
    font-size:50px;
}

.content-close-fancy{
    position:absolute;
    top:2px;
    left:4px;
    border:2px solid #ffffff;
    padding:2Px 5px;
    background-color:#0b0808;
}

.content-next-fancy{
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    right: -32px;
    background-color: rgba(0,0,0,0.3);
    padding:10px 20px;
}

.content-prev-fancy{
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 25px;
    background-color: rgba(0,0,0,0.3);
    padding:10px 20px;
}

.content-next-fancy:hover, .content-prev-fancy:hover{
    background-color: rgba(0,0,0,0.5);
}

.myNext:hover, .myPrev:hover{
  color:#ffffff;

}


/* END */