html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////LOADER/////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#chargement {
    font-size: 1em;
    text-align: center;
    position: absolute;
    color:#D31616;
    width: 100%;
    height:100%;
    background-color: #FFF;
    padding-top: 10%;
}

#chargement img{
    width: 250px;
    margin-bottom: 50px;
}
#chargement-infos {
    text-align:right;
    white-space: nowrap;
    display: block;
    border-bottom:4px solid #D31616;
    width: 0%;
}
#container {
    visibility: hidden;
    height: 100%;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////GENERALE////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

section{
    width: 100%;
    height: 100%;
    border: #000 solid 1px;
}

#barre_vertical{
    border: #D31616 solid 1px;
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100px;
    z-index: 99;
}


#sidelogo{
    position: fixed;
    bottom: 10px;
    right: 0px;
    opacity: 0;
    display: none;
    z-index: 99;
    transition:All 1.4353s ease;
        -webkit-transition:All 1.4353s ease;
        -moz-transition:All 1.4353s ease;
        -o-transition:All 1.4353s ease;
}

.sideimglogo{
	height: 70px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    margin-bottom: 30px;
}

.sideimglogo img{
    height: 70px;
}

.sideimglogo2{
	width: 50px;
    display: block;
    margin-left: 25px;
}

.sideimglogo2 img{
	width: 50px;
}

#fullpage{
    height: 100%;
}

.button{
    background-color: #D31616;
    color: #FFF;
    padding: 3px 10px;
    text-decoration: none;
}

.button:hover{
    background-color: #ff3535;
}

.arrowUp, 
.arrowDown{
    position:fixed;
    z-index:99;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-left: -38px;
    left: 50%;
    display: block;
}

.arrowDown{
    bottom: 5px;
    border-width: 25px 25px 0 25px;
    border-color: #fff transparent transparent transparent;
    transition:All 1.4353s ease;
        -webkit-transition:All 1.4353s ease;
        -moz-transition:All 1.4353s ease;
        -o-transition:All 1.4353s ease;
}
.arrowUp{
    opacity: 1;
    top: 5px;
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent transparent transparent;
    transition:All 1.4353s ease;
        -webkit-transition:All 1.4353s ease;
        -moz-transition:All 1.4353s ease;
        -o-transition:All 1.4353s ease;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////HOME//////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#big_title{
    color: #FFF;
    text-align: center;
    height: 100%;
    background-size: cover; /* version standardisée */
        -webkit-background-size: cover; /* pour Chrome et Safari */
        -moz-background-size: cover; /* pour Firefox */
        -o-background-size: cover; /* pour Opera */
        -ms-background-size: cover; /* pour ie */
    background-position: top center;
    background-repeat: no-repeat;
}

#big_title div{
    color: #fff;
    left: 50%;
    margin-left: -175px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 1;
}

#big_title div img{
    display: block;
}

#big_title div a{
    display: none;
}

#big_title p{
    font-size: 1.51em;
    margin: 0;
}

#big_title h1{
    font-size: 3em;
    margin: 0;
}

#big_title h1 strong{
    color: #D31616
}

#video_intro { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
}
/* 1. Pas de support d'object-fit */
@media (min-aspect-ratio: 16/9) {
    #video_intro { 
        width: 100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    #video_intro { 
        height: 100%;
    }
}



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

#news{
    background-color: #FFF;
    padding: 60px 10%;
    height: 100%;
    text-align: center;
    background-size: cover; 
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover;
        -ms-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0.8em;
}

#news .news{
    height: 30%;
    text-align: center;
}

#news h1{
    margin: 0;
}

#news img{
    height: 70%;
    vertical-align: middle;
}

#news h3{
    margin: 0;
    margin-bottom: 10px;
    color: #4C4C4C;
    font-size: 40px;
}

#news .news_content {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: left;
    padding-left: 30px;
    margin: 0;
    vertical-align: middle;
}

#news .see_more{
    color: #D31616;
    text-decoration: none;
}

#news .button{
    position: absolute;
    right: 100px;
    bottom: 30px;
}




/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////PRESENTATION////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#presentation{
    color: #FFF;
    text-align: center;
    height: 100%;
    background-size: cover; /* version standardisée */
        -webkit-background-size: cover; /* pour Chrome et Safari */
        -moz-background-size: cover; /* pour Firefox */
        -o-background-size: cover; /* pour Opera */
        -ms-background-size: cover; /* pour ie */
    background-position: top center;
    background-repeat: no-repeat;
}

#presentation .grey_background{
    width: 100%;
    height: 100%;
    background-color: rgba(25,25,25,0.5)
}

#presentation .grey_background div{
    color: #fff;
    display: inline-block;
    height: 300px;
    margin:auto;
    position: relative;
    text-align: left;
    top: 50%;
    width: 70%;
    margin-top: -150px;
}





#presentation p {
    font-size: 1.2em;
    margin: 0;
    max-width: 630px;
    text-align: justify;
}
#presentation .famille {
    font-size: 0.9em;
}

#presentation h1{
    font-size: 1.5em;
    margin: 0;
    padding: 20px 0;
}

#presentation h1 strong{
    color: #D31616
}

#secteurs_content .cross_close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    cursor: pointer;
    z-index: 20;
}

#secteurs_content .cross_close1, #secteurs_content .cross_close2{
    width: 30px;
    height: 3px;
    position : absolute;
    background-color: #FFF;
    opacity: 1;
    border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -o-border-radius:2px;
    transition:All 0.4s ease;
        -webkit-transition:All 0.4s ease;
        -moz-transition:All 0.4s ease;
        -o-transition:All 0.4s ease;
}

#secteurs_content .cross_close1{
    transform : rotate(45deg);
    top : 20px;
}

#secteurs_content .cross_close2{
    transform : rotate(-45deg);
    top : 20px;
}

#secteurs_button{
    margin-top: -147px;
    position: absolute;
    right: 100px;
    top: 50%;
    z-index: 10;
    text-align: right;
}


#secteurs_button a {
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    text-align: right;
    text-decoration: none;
}

#secteurs_button a h4 {    
    background-color: rgba(255, 0, 0, 0.7);
    display: inline-block;
    margin: 0;
    margin-right: -4px;
    vertical-align: middle;
    overflow: hidden;
    width: 0;
    height: 20px;
    padding: 0px;
    transition:All 0.4s ease;
        -webkit-transition:All 0.4s ease;
        -moz-transition:All 0.4s ease;
        -o-transition:All 0.4s ease;
    padding: 10px 0;
}

#secteurs_button a:hover h4 {
    width: auto;
    padding: 10px;
}


#secteurs_button img{
    background-color: rgba(255, 0, 0, 0.7);
    height: 20px;
    padding: 10px;
    vertical-align: middle;
    width: 20px;
}

#secteurs_content{
    color: #FFF;
    position: absolute;
    width: 470px;
    padding-right: 115px;
    height: 100%;
    right: -700px;
    top: 0;
    transition:All 1.4353s ease;
        -webkit-transition:All 1.4353s ease;
        -moz-transition:All 1.4353s ease;
        -o-transition:All 1.4353s ease;
    background-color: rgba(25,25,25,0.7);
}

#secteurs_content img, #secteurs_content figure {
    display: inline-block;
    margin: 5px 15px;
    vertical-align: top;
    width: 170px;
}

#secteurs_content figcaption {
    display: inline-block;
    margin: 0 15px;
    vertical-align: top;
    width: 170px;
}

#secteurs_content h3{
    text-align: center;
}

.energie, .batiment, .communication, .luxe, .bien, .transport, .mobilier{
    opacity: 0;
    transition:All 1.4353s ease;
        -webkit-transition:All 1.4353s ease;
        -moz-transition:All 1.4353s ease;
        -o-transition:All 1.4353s ease;
    position: absolute;
    width: 470px;
    height: 100%;
}
#secteurs_content .mobilier div {
    display: inline-block;
    margin: 10px auto;
    text-align: center;
    width: 100%;
}

#secteurs_content .mobilier a {
    display: inline-block;
    color: #FFF;
}

.secteurs_titre {
    color: #fff;
    font-size: 20px;
    height: 25px;
    margin: 5px;
    overflow: hidden;
    text-align: right;
    transition:All 1.4353s ease;
        -webkit-transition:All 1.4353s ease;
        -moz-transition:All 1.4353s ease;
        -o-transition:All 1.4353s ease;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////NOTRE METIER////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.metier{
    color: #FFF;
    text-align: center;
    background-size: cover; /* version standardisée */
        -webkit-background-size: cover; /* pour Chrome et Safari */
        -moz-background-size: cover; /* pour Firefox */
        -o-background-size: cover; /* pour Opera */
        -ms-background-size: cover; /* pour ie */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

.metier_grey_background{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.metier_grey_background_div {
    color: #fff;
    display: inline-block;
    position: relative;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 70%;
    margin-top: -294px;
}

#metier video {
    margin-top: 30px;
}

#video .metier_grey_background_div{
    margin-top: -203px;
}

#be .metier_grey_background_div{
    margin-top: -244px;
    margin-right: 120px;
}

#be .metier_grey_background_div span {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
}

#be .metier_grey_background_div div img {
    display: inline-block;
    width: 35%;
    vertical-align: middle;
    margin: 10px;
}


#be .metier_grey_background_div div p {
    font-size: 1em;
    margin: 10px;
    text-align: justify;
}

.metier_grey_background p{
    font-size: 1.51em;
    margin: 0;
    text-align: left;
    padding: 0;
    text-shadow: 2px 2px 2px black;
}

.metier_grey_background h1{
    font-size: 3em;
    margin: 0;
    text-align: left;
    padding: 0;
    text-shadow: 2px 2px 2px black;
}

#metier_button {
    margin-top: -135px;
    position: absolute;
    right: 100px;
    top: 50%;
    z-index: 10;
}

#metier .usinage {
    height: 150px;
    margin: 10px 0;
}

#usinage img {
    border: 1px solid #fff;
    height: 150px;
    width: 350px;
}

#tolerie .metier_grey_background_div{
    margin-top: -294px;
}

#metier .tolerie {
    height: 150px;
    margin: 10px 0;
}

#tolerie img {
    border: 1px solid #fff;
    height: 150px;
    width: 350px;
}

#ms .metier_grey_background_div{
    margin-top: -294px;
}

#ms .metier_grey_background_div h4{
    margin: 0;
}

#metier .soudure {
    height: 150px;
    margin: 10px 0;
}

#ms img {
    border: 1px solid #fff;
    height: 150px;
    /*width: 100%;*/
    width: 350px;
}

#traitement .metier_grey_background_div{
    text-align: left;
}
#traitement .metier_grey_background p {
    font-size: 1em;
    margin: 20px 0;
}

#traitement .metier_grey_background .traitement_texte {
    display: none;
}
#traitement .metier_grey_background .traitement_liste {
    display: block;
}
#assemblage .metier_grey_background_div{
    margin-top: -294px;
}

#metier .assemblage {
    height: 150px;
    margin: 10px 0;
}

#assemblage img {
    width: 450px;
}

#assemblage .metier_grey_background_div div div{
    display: inline-block;
    vertical-align: middle;
}

.contenu_assemblage {
    display: inline-block;
    text-align: left;
    width: 400px;
}
.contenu_assemblage > ul {
    padding-left: 20px;
}




#metier .miniature img {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}

#metier h3{
    margin: 0;
    margin-bottom: 10px;
}


#metier #contenu {
    display: inline-block;
    font-size: 0.75em;
    font-weight: 700;
    margin: 0;
    padding-left: 30px;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}

.miniature {
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
}

#metier .miniature .zoom {
    display: none;
    height: 469px;
    left: 50%;
    margin-left: -350px;
    margin-top: -234.5px;
    position: fixed;
    top: 50%;
    width: 700px;
}

#metier .miniature:hover .zoom{
    display: block;
}




#metier_button{
    margin-top: -147px;
    position: absolute;
    right: 100px;
    top: 50%;
    z-index: 10;
}


#metier_button a {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    text-align: right;
    text-decoration: none;
}

#metier_button a h4 {    
    background-color: rgba(255, 0, 0, 0.7);
    display: inline-block;
    margin: 0;
    margin-right: -4px;
    vertical-align: middle;
    overflow: hidden;
    width: 0;
    height: 20px;
    padding: 0px;
    transition:All 0.4s ease;
        -webkit-transition:All 0.4s ease;
        -moz-transition:All 0.4s ease;
        -o-transition:All 0.4s ease;
}

#metier_button a:hover h4 {
    width: auto;
    padding: 10px;
}


#metier_button img{
    background-color: rgba(255, 0, 0, 0.7);
    height: 20px;
    padding: 10px;
    vertical-align: middle;
    width: 20px;
}

.metier_titre {
    color: #fff;
    font-size: 20px;
    height: 25px;
    margin: 5px;
    overflow: hidden;
    text-align: right;
    transition:All 1.4353s ease;
        -webkit-transition:All 1.4353s ease;
        -moz-transition:All 1.4353s ease;
        -o-transition:All 1.4353s ease;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////NOS CONTACTS////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#contact{
    background-color: #FFF;
    height: 100%;
    text-align: center;
    background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#map-canvas, #info_contact{
    height:300px;
    color:#000;
    width: 70%;
    display: inline-block;
}

#text_contact{
    color: #FFF;
}

#text_contact a {
    color: #fff;
    text-decoration: none;
}

#text_contact{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

#form_contact {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.background_contact{
    height: 100%;
    width: 100%;
    background-color: rgba(25, 25, 25, 0.5);
}

.contact_grey_background{
    width: 100%;
    height: 100%;
    background-color: rgba(25,25,25,0.5);
    padding-top: 20px;
    margin-left: 20px;
}

/* Basic Grey */
.basic-grey {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    color: #888;
    font: 12px Georgia,"Times New Roman",Times,serif;
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
    padding: 25px 15px 25px 10px;
    position: absolute;
    text-shadow: 1px 1px 1px #fff;
    top: 50%;
    width: 500px;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #D31616;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.basic-grey .button:hover {
    background: #A60505
}