/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



@font-face {
    font-family: 'gibsonregular';
    src: url('../fonts/gibson.eot');
    src: url('../fonts/gibson.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gibson.woff') format('woff'),
         url('../fonts/gibson.ttf') format('truetype'),
         url('../fonts/gibson.svg#gibsonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'gibsonlight';
    src: url('../fonts/gibson-light.eot');
    src: url('../fonts/gibson-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gibson-light.woff') format('woff'),
         url('../fonts/gibson-light.ttf') format('truetype'),
         url('../fonts/gibson-light.svg#gibsonlight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'gibsonsemibold';
    src: url('../fonts/gibson-semibold.eot');
    src: url('../fonts/gibson-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gibson-semibold.woff') format('woff'),
         url('../fonts/gibson-semibold.ttf') format('truetype'),
         url('../fonts/gibson-semibold.svg#gibsonsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lora-regular';
    src: url('../fonts/lora-regular.eot');
    src: url('../fonts/lora-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lora-regular.woff') format('woff'),
         url('../fonts/lora-regular.ttf') format('truetype'),
         url('../fonts/lora-regular.svg#lorabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lora-bold';
    src: url('../fonts/lora-bold.eot');
    src: url('../fonts/lora-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lora-bold.woff') format('woff'),
         url('../fonts/lora-bold.ttf') format('truetype'),
         url('../fonts/lora-bold.svg#loraregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

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

body{
    margin: 0;
    padding: 0px;
    width: 100%;
    height: auto;
    min-height: 100%;
    background-color: #1a1a1a;
    font-family: "gibsonregular", sans-serif;
    font-weight: lighter;
    position: relative;
    overflow-x:hidden;
}

.header{
    height: 70px;
    margin:auto;
    background-color: #1a1a1a;
    z-index: 1000;
	position: fixed;
	width: 100%;
}
.page-home .header{
    position: absolute;
    width: 100%;
}

.wrapper-white{
    width: 100%;
    max-width: 1700px;
    background-color: white;
    margin: auto;

}
.wrapper-white{
	padding-top: 70px;
}
.wrapper-white ~ .wrapper-white{
	padding-top: 0px;
}

.wrapper-grey{
    width: 90%;
    max-width: 1330px;
    background-color: #f2f2f2;
    margin: auto;

}


.wrapper-line-grey{
    width: 90%;
    max-width: 1330px;
    background-color: #ffffff;
    margin: auto;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.wrapper-content{
    width: 90%;
    max-width: 960px;
    margin: auto;
}
.wrapper-content.wrapper-content-grey{
    background-color: #f2f2f2;
}


.image-resize-90{
    width: 90%;
    margin: auto;
}

.image-resize-100{
    width: 100%;
    margin: auto;
}



a{
    color: white;
    text-decoration: none;
    font-family: "gibsonregular";
    font-size: 14px;
}
a:hover, a.active{
    color: #b59b60;
}

a.rounded-button{
    display: inline-block;
    padding: 15px 40px;
    border-radius: 5px;
    background-color: white;
}

a.or-button{
    background-color: #b59b60;
    color: white;
}
a.or-button:hover{
    background-color: #7d6940;
    color: #FFF;
}


.vertical-center-ctn{
    display: table;
    height: 100%;
}

.vertical-center{
    display: table-cell;
    vertical-align: middle;
}


.only-desktop{
    display: inline;
    clear: both;
}

.or{
    color: #b59b60;
}

.clear{
    clear: both;
}

b{
    font-family: "gibsonsemibold";
    font-weight: lighter;
}

h4.titre-bandeau-relance{
    font-family: "lora-regular";
    font-weight: lighter;
    font-size: 30px;
    color: #1a1a1a;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
}

h2.titre-simple{
    color: #1a1a1a;
    text-align: center;
    margin: 0px;
    font-family: "lora-regular";
    letter-spacing: -1px;
    font-size: 33px;
    font-weight: lighter;
    padding-top: 90px;
    padding-bottom: 90px;
}
h2.titre-simple.no-bottom{
    padding-bottom: 40px;
}

.fullsize-grey-band{
    background-color: #f3f3f3;
}

p.little{
    font-family: 'gibsonregular';
    font-size: 13px;
    width: 65%;
    text-align: center;
    color: #1A1A1A;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 40px;
}

.video-wrapper {
    width: 90%;
    position: relative;
    margin: auto;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**** HEADER ****/

.header .wrapper-content{
    position: relative;
}

.header a.logo{
    display: block;
    position: absolute;
    width: 50px;
    height: 40px;
    background-image: url(../img/logo-fdp.png);
    background-repeat: no-repeat;
    background-size: 50px 34px;
    background-position: center center;
    top: 15px;
    left: 0px;
}

.header .liens{
    text-align: right;
    padding-top: 23px;
}

.header .liens.open{
    display: block;
    opacity: 1;
}

.header .liens a{
    font-family: "gibsonlight";
    font-size: 12px;
	letter-spacing: 1px;
    color: white;
    margin-left: 30px;
}
.header .liens a:hover, .header .liens a.active{
    color: #b59b60;
}

.header .menu-mobile{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px 11px;
    cursor: pointer;

    display: none;
}

.header .menu-mobile.open{
    background-image: url(../img/croix.png);
    background-size: 12px 12px
}



/**** FOOTER ****/

.colsx4{
    position: relative;
}

.colsx4 .col{
    float: left;
    width: 24.5%;
    display: inline-block;
    border-left: 1px solid #262626;
    border-right: 1px solid #262626;
    margin-left: -1px;
}

.colsx3 .col{
    float: left;
    width: 32.3333%;
    margin: 0.5%;
    display: inline-block;
}

#footer .colsx4 .col{
    color: white;
    padding-top: 115px;
    padding-bottom: 115px;
    font-family: "gibsonregular";
    font-size: 14px;
    width: 24.89%;
    height: 110px;
}
#footer .colsx4 .col:hover{
    background-color: #262626;
}

#footer .colsx4 .col h5, #footer .colsx3 .col h5{
    font-family: "gibsonregular";
    text-transform: uppercase;
    font-size: 12px;
    color: #414141;
}

#footer .colsx4 .col h5, #footer .colsx4 .col p{
    margin-left: 30px;
}

#footer .black-part{
    background-color: black;
}

#footer .black-part .close-part{
    width: 89%;
    height: 33px;
    padding-top: 17px;
}

#footer .black-part, #footer .black-part a{
    font-family: 'gibsonregular';
    font-size: 12px;
    color: #747474;
}
#footer .black-part a:hover, #footer .black-part a.active{
    color: #b59b60;
}

#footer .black-part .copy{
    float: left;
}
#footer .black-part .mentions{
    float: right;
}

#footer .mentions-text{
    height: auto;
    max-height: 0px;
    overflow: hidden;
    border-top: 1px solid #262626;
    -webkit-transition: max-height 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: max-height 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: max-height 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: max-height 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}


.colsx2{
    position: relative;
    display: block;
}
.colsx2 .col{
    width: 49.8%;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

#footer .colsx2 .col p{
    width: 90%;
    margin: auto;
}

#footer .colsx2 .col{
    border-right: 1px solid #262626;
}
#footer .colsx2 .col:first-child{
    border-left: 1px solid #262626;
}

#footer .col span.ico-pxn{
    display: block;
    width: 86px;
    height: 43px;
    background-image: url(../img/ico-pxn.png);
    background-size: 86px;
}
#footer .col span.ico-asso{
   display: block;
    width: 24px;
    height: 43px;
    background-image: url(../img/ico-asso.png);
    background-size: 24px; 
}
#footer .col span.ico-clic{
    display: block;
    width: 31px;
    height: 43px;
    background-image: url(../img/ico-clic.png);
    background-size: 31px;
}
#footer .col span.ico-enercoop{
    display: block;
    width: 80px;
    height: 43px;
    background-image: url(../img/ico-enercoop.png);
    background-size: 80px;
}
#footer .col span.ico-1pourcent{
    display: block;
    width: 36px;
    height: 43px;
    background-image: url(../img/ico-1pourcent.png);
    background-size: 36px;
}

#footer .col a.affiliates{
    display: inline-block;
    margin-right: 15px;
}
#footer .col a.affiliates:hover{
    -webkit-filter: invert(48%) sepia(38%) saturate(449%) hue-rotate(4deg) brightness(100%) contrast(87%);
    filter: invert(48%) sepia(38%) saturate(449%) hue-rotate(4deg) brightness(100%) contrast(87%);
}

#footer .col a.notaffiliates{
    display: block;
    margin-left: 0px;
}

#footer .col span.ico-twitter{
    margin-left: 0px;
    display: block;
    width: 22px;
    height: 18px;
    background-image: url(../img/twitter.png);
    background-size: 22px;
}
#footer .col span.ico-twitter:hover{
    background-image: url(../img/twitter-over.png);
}


/**** ACCUEIL ****/

.page-home .header{
    position: absolute;
    width: 100%;
}

.slider-home{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
}

.fullsize-image{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0px;
    position: absolute;
}

.home-content{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    left: 0px;
    text-align: center;
    height: 100%;
}

.home-content .vertical-center:before, .home-content .vertical-center:after{
    content:'';
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
}

.home-content p{
    font-size: 20px;
    line-height: 24px;
    color: white;
    font-family: "gibsonregular";
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 40px;
}

.home-content .spacer{
    display: block;
    height: 140px;
}

.home-content .buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 500px;
    margin: auto;
    gap: 20px;
}

.home-content .rounded-button {
    margin: auto;
}



/**** ACTUALITÉS ****/

.wrapper-darkgrey{
    width: 90%;
    max-width: 1330px;
    background-color: #1a1a1a;
    margin: auto;
}

.actualites{
    padding-bottom: 4em;
    color: white;
}

.actualite{
    top: -70px;
    width: 97%;
    max-width: 900px;
    padding: 80px 1.5% 0 1.5%;
}

.actualite .date{
    display: block;
    font-weight: lighter;
    font-family: "gibsonregular";
    font-size: 10px;
    color: #a7a7a7;
    padding-bottom: 10px;
}

.actualite .title{
    display: block;
    font-family: 'gibsonlight';
    font-size: 25px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 20px;
}

.actualite .image:before{
    content:"";
    display: block;
    padding-bottom: 56%;
}

.actualite .image{
    display: inline-block;
    border-radius: 1vmin;
    width: 100%;
    background-size: cover;
    background-position: center center;   
    
}

.actualite .desc{
    margin: 0;
    display: inline-block;
    padding: 15px 0 0 0;
}

.actualite .project{
    display: block;
    font-weight: lighter;
    font-family: "gibsonregular";
    font-size: 12px;
    color: #a7a7a7;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.actualites .type{
    display: block;
    font-family: "gibsonregular";
    font-size: 16px;
    line-height: 18px;
}

.actualite a.rounded-button{
    padding: 10px;
    margin-top: 40px;
    border-radius: 5px;
    text-align: center;
}

.actualites hr.solid {
    border-top: 1px solid white;
    margin-top: 80px;
    margin-bottom: 0;
  }

  .darkgrey-bottom{
    height: calc((100vw - 1330px)/2);
    max-height: 185px;
}

@media only screen and (max-width: 1478px) {
    .darkgrey-bottom{
        height: 5vw;
    } 
}

/**** RÉALISATIONS ****/

.titre-realisation{
    padding-top: 100px;
    padding-bottom: 120px;
}

.titre-realisation h1{
    font-weight: lighter;
    font-family: "gibsonregular";
    font-size: 13px;
    text-align: center;
    color: #a7a7a7;
    margin: 0px;
    padding: 0;
    margin-bottom: 20px;
}

.titre-realisation p{
    font-family: 'gibsonlight';
    font-size: 35px;
    text-align: center;
    line-height: 37px;
    margin: 0;
    padding: 0;
}

.titre-realisation p b{
    font-family: 'gibsonregular';
}


.spacer-header-realisations{
    height: 70px;
}


.dernieres-realisations{
    position: relative;
    width: 100%;
}

.dernieres-realisations .realisation.grande-vignette{
    width: 33.33%;
    float: left;
    position: relative;
    margin-top: 1px;
    display: block;
    color: white;
}
.dernieres-realisations .realisation.grande-vignette:before{
    content:'';
    display: block;
    padding-bottom: 70.67%;
}

.dernieres-realisations .realisation.grande-vignette .image{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.dernieres-realisations .border{
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0px;
    z-index: 10;
}
.dernieres-realisations .border.border1{
    left: 33.33%;
}
.dernieres-realisations .border.border2{
    left: 66.66%;
}


.dernieres-realisations .realisation.grande-vignette .rollover{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color:rgba(125,105,64,0.9);
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: opacity 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: opacity 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: opacity 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.dernieres-realisations .realisation.grande-vignette:hover .rollover{
    opacity: 1;
}

.dernieres-realisations .realisation.grande-vignette .rollover .vertical-center-ctn{
    width: 100%;
}

.dernieres-realisations .realisation.grande-vignette .rollover .vertical-center{
    width: 80%;
    margin: auto;
}

.dernieres-realisations .realisation.grande-vignette .rollover .vertical-center h2{
    font-family: 'lora-regular';
    font-weight: lighter;
	margin: 0;
    padding: 0;
    font-size: 20px;
}

.dernieres-realisations .realisation.grande-vignette .rollover .vertical-center p{
    font-family: 'gibsonregular';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 14px;
    width: 80%;
    margin: 20px auto;
    padding: 0;
}

.dernieres-realisations .realisation.grande-vignette .rollover .vertical-center p.client{
    display: none;
}

.dernieres-realisations .realisation.grande-vignette .rollover .vertical-center .spacer{
    display: block;
    margin:auto;
    width: 80%;
    max-width: 150px;
    height: 2px;
    background-color: white;
    margin-bottom: 40px;
    margin-top: 40px;
}



.realisations-filtre{
    padding-top: 90px;
    padding-bottom: 90px;
}

.realisations-filtre .bts-filtre{
    text-align: center;
    vertical-align: top;
    margin-bottom: 50px;
}
.realisations-filtre .bts-filtre a{
    font-size: 11px;
    padding: 10px 30px;
    border:none;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
}
.realisations-filtre .bts-filtre a:hover,.realisations-filtre .bts-filtre a.active{
    background-color: #7d6940;
    color: white;
}


.realisations-filtre .petites-vignettes a{
    display: inline-block;
    width: 32%;
    margin: 0.5%;
    vertical-align: top;
    background-color: white;
    color:#444;
}
.realisations-filtre .petites-vignettes a:hover{
    background-color: #b59b60;
    color: white;
}

.realisations-filtre .petites-vignettes a .image{
    display: inline-block;
    width: 100%;
    background-size: cover;
    background-position: center center;   
}
.realisations-filtre .petites-vignettes a .image:before{
    content:"";
    display: block;
    padding-bottom: 71.66%;
}

.realisations-filtre .petites-vignettes a .desc{
    margin: 0;
    display: inline-block;
    height: 70px;
    padding: 15px 20px;
}

.realisations-filtre .petites-vignettes a .desc .client{
    display: block;
    clear: both;
    font-size: 12px;
    font-family: "gibsonregular";
    margin-bottom: 5px;
}
.realisations-filtre .petites-vignettes a .desc .projet{
    display: block;
    clear: both;
    font-family: "lora-bold";
    font-size: 16px;
    line-height: 18px;
}

.clients{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 100px;
}


/**** CONTACT ****/

.padding-header{
    padding-top: 70px;
}

.contact-image{
    height: 600px;
    background-image:url(../img/contact.jpg);
}

.contact-image:before{
    content:'';
    display: block;
    padding-top: 40%;
}

.large-image{
    width: 100%;
    /*height: 600px;*/
    min-height: 300px;
    background-size: cover;
    background-position: center center;
}

.with-calltoaction{
    position: relative;
    text-align: center;
}
.calltoaction{
    width: 100%;
    font-family: 'gibsonlight';
    font-weight: lighter;
    color: white;
    font-size: 30px;
}

#contact{
    padding-top: 150px;
    padding-bottom: 150px;
}

#contact .wrapper-content{
    height: 300px;
    position: relative;
    padding: 30px 0px;
}

#contact .col{
    width: 25.33%;
    padding: 4% 4%;
    float: left;
    position: relative;
}
#contact .wrapper-content div.col:after{
    content:'';
    display: block;
    position: absolute;
    top: 15%;
    right: 0px;
    width: 1px;
    height: 85%;
    background-color: white;
}
#contact .wrapper-content div.col:nth-last-child(2):after{
    display: none;
}
#contact .wrapper-content div.col a.rounded-button{
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    width: 100%;
    max-width: 250px;
    text-align: center;
}
#contact .wrapper-content div.col h5{
    font-family: "gibsonregular";
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #8c8c8c;
}

.floating_twitter{
    display: block;
    width: 88px;
    height: 88px;
    position: absolute;
    bottom: -44px;
    left: 50%;
    margin-left: -44px;
    background-image: url(../img/twitter_out.png);
    background-repeat: no-repeat;
    background-size: 88px;
    cursor: pointer
}
.floating_twitter:hover{
    background-image: url(../img/twitter_in.png);
}

#contact .col p{
    font-family: "lora-regular";
    font-size: 16px;
    line-height: 28px;
    margin: 0px;
    padding: 0px;
}
#contact .col a {
    display: inline-block;
    margin-top: 15px;
}

#contact .col a.classic{
    color:#b59b60;
    font-size: 12px;
    font-family: "lora-regular";
}


#contact_form{
    font-family: "lora-regular";
    font-size: 20px;
    color: white;
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center;
    font-weight: lighter;

    display: none;
}

#footer .colsx3 .col h5{
    color: #8c8c8c;
    text-align: left;
}

input, select, textarea{
    display: inline-block;
    text-align: center;
    border: none;
    background-color: white;
    border-radius: 4px;
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "gibsonregular";
    color: #717171;
    height: 40px;
    text-align: left;
}

textarea{
    height: 188px;
    padding-top: 3%;
}

select{
    width: 100%;
}

input[type='submit']{
    width: auto;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 5px;
    background-color: #b59b60;
    color: white;
    text-align: center;
}
input[type='submit']:hover{
    background-color: #7d6940;
}


#contact_form .bt-envoyer{
    min-width: 280px;
    padding: 10px 40px;
    margin-top: 50px;
}

.wrapper-content.contact-calltoaction {
    padding-top: 70px;
    padding-bottom: 100px;
}


.content-80-percent{
    width: 80%;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.content-80-percent h3{
    text-transform: uppercase;
    font-family: "gibsonregular";
    font-size: 25px;
    color: #1A1A1A;
    text-align: left;
    margin: 0px;
    font-weight: lighter;
    line-height: 28px;
    padding-bottom: 20px;
}
.content-80-percent p{
    color: #585858;
    font-family: 'gibsonregular';
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}


.spacer-30{
    height: 30px;
}
.spacer-50{
    height: 50px;
}
.spacer-100{
    height: 100px;
}
.spacer-150{
    height: 150px;
}
.spacer-200{
    height: 200px;
}


.text-center{
    text-align: center;
}

#contactFormResult{
    font-weight: lighter;
    font-family: "gibsonregular";
    font-size: 13px;
    text-align: center;
    color: #a7a7a7;
    margin: 0px;
    padding: 0;

}

/**** COMPETENCES ****/

#big-image-mots-rollover{
    width: 100%;
    min-height: 600px;
    line-height: 600px;
    vertical-align: middle;
    background-image: url(../img/competences1.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: white;
    position: relative;
}

#big-image-mots-rollover .cover{
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(26,26,26,0.90);
    border: 10px solid #b59b60;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 700ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: all 700ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: all 700ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: all 700ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
#big-image-mots-rollover.over .cover{
    opacity: 1;
}

#big-image-mots-rollover .col-mot{
    width: 33%;
    max-width: 280px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

#big-image-mots-rollover .col-mot .title{
    display: inline-block;
    font-size: 33px;
    font-family: "gibsonlight";
    font-weight: lighter;
    cursor: pointer;
    width: 80%;
    margin: auto;
	cursor: default;
}
#big-image-mots-rollover .col-mot.active .title{
    color:#b59b60;
}   

#big-image-mots-rollover .col-mot .rollover-text{
    position: absolute;
    top: 53%;
    margin-top: 10%;
    width: 80%;
    margin: auto;
    left: 10%;
    font-family: 'gibsonregular';
    font-size: 14px;
    line-height: 18px;
    opacity: 0;
    -webkit-transition: all 700ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: all 700ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: all 700ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: all 700ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */

}

#big-image-mots-rollover .col-mot.active .rollover-text{
    opacity: 1;
}





#bloc-2col-images-rollover{
    position: relative;
    width: 100%;
}

#bloc-2col-images-rollover:after{
    content:'';
    display: block;
    width: 1px;
    height: 100%;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 10;
}

#bloc-2col-images-rollover .bloc{
    overflow: hidden;
	width: 50%;
    display: inline-block;
    position: relative;
    float: left;
    margin-bottom: 1px;
    cursor: pointer;
}
#bloc-2col-images-rollover .bloc:before{
    content:'';
    display: block;
    padding-top: 58.64%;
}

#bloc-2col-images-rollover .bloc .image{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-size: cover;
    background-position: center center;
}
#bloc-2col-images-rollover .bloc .out{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
#bloc-2col-images-rollover .bloc.hover .out{
    opacity: 0;
}

#bloc-2col-images-rollover .bloc .out h3{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    font-size: 28px;
    font-family: 'gibsonlight';
    font-weight: lighter;
    text-align: center;
    width: 100%;
    color: white;

    opacity: 1;
    -ms-transform: translate(0px,0px); /* IE 9 */
    -webkit-transform: translate(0px,0px); /* Safari */
    transform: translate(0px,0px);

    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */

}
#bloc-2col-images-rollover .bloc.hover .out h3{
    opacity: 0;
    -ms-transform: translate(-150px,0px); /* IE 9 */
    -webkit-transform: translate(-150px,0px); /* Safari */
    transform: translate(-150px,0px);
}


#bloc-2col-images-rollover .bloc .over{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: opacity 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: opacity 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: opacity 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
#bloc-2col-images-rollover .bloc.hover .over{
    opacity: 1;
    visibility: visible;
	cursor: default;
}
#bloc-2col-images-rollover .bloc .over:before{
    content:'';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(26,26,26,0.90);
    border: 10px solid #b59b60;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
#bloc-2col-images-rollover .bloc.hover .over:before{
    opacity: 1;
}

#bloc-2col-images-rollover .bloc .over .vertical-center-ctn{
    float: left;
    z-index: 1;
    position: relative;
    max-width: 45%;

    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(150px,0px); /* IE 9 */
    -webkit-transform: translate(150px,0px); /* Safari */
    transform: translate(150px,0px);

    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
#bloc-2col-images-rollover .bloc.hover .over .vertical-center-ctn{
    opacity: 1;
    visibility: visible;
    -ms-transform: translate(0px,0px); /* IE 9 */
    -webkit-transform: translate(0px,0px); /* Safari */
    transform: translate(0px,0px);

}

#bloc-2col-images-rollover .bloc .over h4{
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 28px;
    font-family: 'gibsonlight';
    font-weight: lighter;
    text-align: center;
    color: #b59b60;
    margin-left: 80px;
}

#bloc-2col-images-rollover .bloc .over ul{
    float: left;
    margin-left: 50px;
    color: white;
    list-style-type: none;
    font-size: 14px;
    font-family: "gibsonregular";
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.030, 0.830, 0.595);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.030, 0.830, 0.595);
    -o-transition: all 500ms cubic-bezier(0.645, 0.030, 0.830, 0.595);
    transition: all 500ms cubic-bezier(0.645, 0.030, 0.830, 0.595);
}

#bloc-2col-images-rollover .bloc.hover .over ul{
    opacity: 1;
}







.blocs-2cols-blanc{
    display: block;
    padding-bottom: 90px;
    text-align: center;
}

.blocs-2cols-blanc .bloc{
    display: inline-block;
    width: 44%;
    margin: 0.5%;
    margin-bottom: 1%;
    max-width: 455px;
    padding-top: 30px;
    padding-bottom: 20px;
    min-height: 230px;
    background-color: white;
    text-align: left;
    vertical-align: top;
}
.blocs-2cols-blanc .bloc h3, .blocs-2cols-blanc .bloc h4{
    margin: 0px;
    padding: 0px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 22px;
    font-family: "lora-bold";
	color:#444;
    font-weight: lighter;
}

.blocs-2cols-blanc .bloc ul{
    list-style-type: none;
    font-family: 'gibsonregular';
    font-size: 14px;
    line-height: 17px;
    color: #868686;
    padding-right: 20px;
}




/**** LAB ****/

.vignettes-lab{
    position: relative;
    padding-bottom: 200px;
}

.vignettes-lab .item{
    display: block;
}

.vignettes-lab .item.item-1x-1y{
    width: 50%;
    height: auto;
}
.vignettes-lab .item.item-1x-1y:before{
    content:'';
    display: block;
    padding-top: 70%;
}

.vignettes-lab .item.item-1x-2y{
    width: 50%;
    height: auto;
}
.vignettes-lab .item.item-1x-2y:before{
    content:'';
    display: block;
    padding-top: 140%;
}

.vignettes-lab .item.item-2x-1y{
    width: 100%;
    height: auto;
}
.vignettes-lab .item.item-2x-1y:before{
    content:'';
    display: block;
    padding-top: 35%;
}
.vignettes-lab .item .image{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center center;
}


.vignettes-lab .item .bloc{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 200px;
    margin-left: -250px;
    margin-top: -100px;
    background-color: white;
    text-align: center;
    -webkit-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.vignettes-lab .item:hover .bloc{
    background-color: #b59b60;
}

.vignettes-lab .item .bloc .titre{
    font-family: 'lora-bold';
    font-size: 28px;
    line-height: 30px;
    font-weight: lighter;
    color: #1A1A1A;
    text-align: center;
    display: block;
}

.vignettes-lab .item .bloc .desc{
    display: inline-block;
    font-family: 'gibsonregular';
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    padding-top: 10px;
    color: #737373;
}

.vignettes-lab .item:hover .bloc .titre, .vignettes-lab .item:hover .bloc .desc{
    -webkit-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    color: white;
}


.realisation-similaires{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 100px;
}

.realisation-similaires .projet {
    display: inline-block;
    width: 31%;
    margin: 0.5%;
    position: relative;
    vertical-align: top;
    margin-bottom: 50px;
    cursor: pointer;
}
.realisation-similaires .projet:before{
    content:'';
    display: block;
    padding-top: 70%;
}
.realisation-similaires .projet .image{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-size: cover;
    background-position: center center;
}
.realisation-similaires .projet .desc{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(181,155,96,0.9);
    color: white;
    text-align: left;
    padding-left: 30px;
    opacity: 0;
}
.realisation-similaires .projet:hover .desc{
    opacity: 1;
    -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: opacity 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: opacity 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: opacity 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.realisation-similaires .projet .desc .client{
    font-family: 'gibsonregular';
    font-size: 12px;
}
.realisation-similaires .projet .desc .titre{
    font-family: "lora-bold";
    font-size: 15px;
    line-height: 17px;
    margin-top: 5px;
}


/***** PROJET LAB *****/

.floating-title{
    top: 0px;
    background-color: white;
    height: auto;
}

.floating-title h1, .floating-middle-title h1{
    margin: 0px;
    font-family: 'lora-bold';
    letter-spacing: 0px;
    font-size: 40px;
    padding-top: 30px;
    padding-bottom: 0px;
    color: #1a1a1a;
    font-weight: lighter;
}

.floating-title h2, .floating-middle-title h2{
    margin: 0px;
    padding: 0px;
    font-family: 'gibsonlight';
    font-size: 16px;
	letter-spacing: 1px;
    text-align: center;
    color: #1a1a1a;
    text-transform: uppercase;
    padding-bottom: 38px;
    font-weight: lighter;
}

.floating-middle-title{
    position: relative;
}
.floating-middle-title:before, .floating-middle-title:after{
    content:'';
    display: block;
    width: 280px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -140px;
}
.floating-middle-title:after{
    top: auto;
    bottom: auto;
}

.floating-middle-title h1, .floating-middle-title h2{
    color: white;
}

.floating-middle-title h1{
    padding-bottom: 10px;
}

.floating-logo{
    position: absolute;
    left: 0px;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.colsx3-bordered, .colsx2-bordered, .colsx1-bordered {
    text-align: center;
    vertical-align: top;
    position: relative;
}

.colsx3-bordered .border, .colsx2-bordered .border, .colsx1-bordered .border{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 1px;
    background-color: #cccccc;
}
.colsx3-bordered .border.border-2{
    left: 33.33%;
}
.colsx3-bordered .border.border-3{
    left: 66.66%;
}
.colsx3-bordered .border.border-4{
    left: 100%;
}

.colsx2-bordered .border.border-2{
    left: 50%;
}
.colsx2-bordered .border.border-3{
    left: 100%;
}

.colsx1-bordered .border.border-1{
    left: 10%;
}
.colsx1-bordered .border.border-2{
    left: 90%;
}

.colsx3-bordered .col, .colsx2-bordered .col, .colsx1-bordered .col{
    display: inline-block;
    width: 25%;
    padding: 0% 4%;
    text-align: left;
    vertical-align: top;
}

.colsx2-bordered .col{
    width: 41%;
}

.colsx1-bordered .col{
    width: 70%;
}

.colsx3-bordered .col h4, .colsx2-bordered .col h4, .colsx1-bordered .col h4{
    margin: 0px;
    font-family: 'lora-bold';
    font-size: 20px;
    line-height: 24px;
}

.colsx3-bordered .col p, .colsx2-bordered .col p, .colsx1-bordered .col p{
    margin: 0px;
    font-family: 'gibsonregular';
    font-size: 16px;
    color: #585858;
    margin-top: 10px;
}



.slider-projet{
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 10px;
    position: relative;
}

.slider-projet:before{
    content:'';
    padding-top: 56.25%;
    display: block;
}

.slider-projet .slide{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center;
}

.slider-projet-nav{
    margin-bottom: 30px;
}
.slider-projet-nav .dot{
    display: inline-block;
    margin: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #484848;
    cursor: pointer;
}
.slider-projet-nav .dot.active{
    background-color: #FFF;
}


.slider-projet-arrow{
    display: block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -40px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.slider-projet-arrow.arrow-left{
    left: 0px;
    background-image: url(../img/arrow-slider-left.png);
}
.slider-projet-arrow.arrow-left:hover{
    background-image: url(../img/arrow-slider-left-or.png);
}

.slider-projet-arrow.arrow-right{
    right: 0px;
    background-image: url(../img/arrow-slider-right.png);
}
.slider-projet-arrow.arrow-right:hover{
    background-image: url(../img/arrow-slider-right-or.png);
}



.ditptyque-image-texte{
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.ditptyque-image-texte .texte-part{
    width: 50%;
    display: inline-block;
    position: relative;
    background-color: #f2f2f2;
    float: left;
    vertical-align: top;
}
.ditptyque-image-texte .texte-part.ferrer-droite{
    text-align: right;
}
.ditptyque-image-texte .texte-part .ctn{
    display: inline-block;
    padding: 100px 60px;
    max-width: 400px;
}

.ditptyque-image-texte .image-part{
    display: inline-block;
    width: 50%;
    height: 100%;
    min-height: 300px;
    float: left;
    background-size: cover;
    background-position: center center;
    vertical-align: top;
}


.ditptyque-image-texte .texte-part h4{
    margin: 0px;
    font-family: 'lora-bold';
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
    text-align: left;
}

.ditptyque-image-texte .texte-part p{
    margin: 0px;
    font-family: 'gibsonregular';
    font-size: 16px;
    color: #585858;
    padding-top: 10px;
    text-align: left;
}


.bande-competence{
    padding-top: 30px;
    padding-bottom: 40px;
}

.bande-competence .competence{
	float: left;
	width: 30%;
	margin-right: 4%;
}

.bande-competence .dispositif,
.bande-competence .client,
.bande-competence .sceno{
	float: left;
	width: 18%;
	margin-right: 4%;
}

.competence-table{
	width: 100%;
}

.competence-table, .competence-row{
	display: block;
}

.bande-competence .competence,
.bande-competence .dispositif,
.bande-competence .client,
.bande-competence .sceno{
	display: block;
}

.bande-competence .bt-contact{
    float: left;
    margin-top: 25px;
}

.bande-competence h5{
    font-family: 'gibsonregular';
    font-size: 11px;
    color:#535353;
    margin-bottom: 5px;
}
.bande-competence p{
    font-family: 'gibsonregular';
    font-size: 13px;
    color:#a1a1a1;
    margin: 0;
    margin-bottom: 10px;
}



.bt-top{
    position: fixed;
    bottom: 0px;
    left: 50%;
    background: none;
}

.bt-top .button{
    position: absolute;
    display: block;
    bottom: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background-image: url(../img/bt-top-out.png);
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: opacity 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: opacity 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: opacity 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    z-index: 5;
}

.bt-top .button:hover{
    background-image: url(../img/bt-top-in.png);
}


/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (max-width: 1200px) {
    .vignettes-lab .item .bloc{
        width: 400px;
        margin-left: -200px;
    }

    #bloc-2col-images-rollover .bloc .over .vertical-center-ctn{
        max-width: 70%;
    }

    #bloc-2col-images-rollover .bloc .over .vertical-center-ctn:first-child{
        max-width: 30%;
    }
    #bloc-2col-images-rollover .bloc .over h4{
        font-size: 25px;
        margin-left: 60px;
    }
    #bloc-2col-images-rollover .bloc .over ul{
        margin-left: 20px;
    }

    .dernieres-realisations .realisation.grande-vignette .rollover .vertical-center h2{
		/* font-family: 'gibsonregular';
	    text-transform: uppercase; */
        font-size: 16px;
    }
    .dernieres-realisations .realisation.grande-vignette .rollover .vertical-center .spacer{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .dernieres-realisations .realisation.grande-vignette .rollover .vertical-center p{
        font-size: 10px;
        margin: 10px auto 12px;
    }
}

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

    .home-content .spacer{
        display: block;
        height: 70px;
    }

    

    
    
}

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

    .dernieres-realisations .realisation.grande-vignette{
        width: 50%;
    }
    .dernieres-realisations .realisation.grande-vignette .rollover .vertical-center p.client{
        display: block;
    }
    .dernieres-realisations .realisation.grande-vignette .rollover .vertical-center p.desc{
        display: none;
    }

    .dernieres-realisations .border.border1{
        left: 50%;
    }
    .dernieres-realisations .border.border2{
        display: none;
    }


    .realisations-filtre .petites-vignettes a{
        width: 47%;
        margin: 1.5% 1.5%;
    }
    .realisations-filtre .petites-vignettes a .desc{
        height: auto;
    }


    #footer .colsx4 .col{
        width: 49.8%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #contact .wrapper-content{
        height: auto;
    padding-bottom: 80px;
    }
    #contact .col{
        width: auto;
        text-align: center;
        float: none;
        padding-bottom: 0px;
    }

    #contact .col:first-child:after{
        display: none;
    }
    #contact {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    #bloc-2col-images-rollover .bloc{
        width: 100%;
    }
    #bloc-2col-images-rollover:after{
        display: none;
    }

    .vignettes-lab .item .bloc{
        width: 300px;
        margin-left: -150px;
    }

	.competence-table{
		display: table;
	}
	.competence-row{
		display: table-row;
	}
	.bande-competence .competence,
	.bande-competence .dispositif,
	.bande-competence .client,
	.bande-competence .sceno{
		display: table-cell;
		width: 46%;
	}
}

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

    .home-content p{
        font-size: 16px;
        line-height: 20px;
    }

    .header-marge{
        padding-top: 70px;
    }

    .header, .page-home .header{
        position: fixed;
        width: 100%;
        top: 0px;
    }

    .header .liens{
        display: none;
    }


    .header .menu-mobile{
        display: block;
    }


    .only-desktop{
        display: none;
    }

    .fullsize-image{
        position: fixed;
        background-attachment: fixed;
    }


    .header .liens{
        position: fixed;
        z-index: 10;
        width: 100%;
        height: 100%;
        top: 70px;
        left: 0px;
        background-color: #1a1a1a;
    }
    .header .liens.open{
        display: block;
    }

    .header .liens a{
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 50px;
    }


	.wrapper-white:first-child, :not(.wrapper-white) + .wrapper-white{
		padding-top: 0px;
	}


    .dernieres-realisations .realisation.grande-vignette{
        width: 100%;
    }

    .dernieres-realisations .border.border1{
        display: none;
    }
    .dernieres-realisations .border.border2{
        display: none;
    }

    .dernieres-realisations .realisation.grande-vignette .rollover{
        height: auto;
        bottom: 0;
        top: auto;
        text-align: left;
        width: 100%;
        opacity: 1;
    }
    .dernieres-realisations .realisation.grande-vignette .rollover .vertical-center {
        padding:20px
    }

    .dernieres-realisations .realisation.grande-vignette .rollover .vertical-center p{
        margin: auto;
        text-align: left;
        width: auto;
    }


    .dernieres-realisations .realisation.grande-vignette .rollover .vertical-center img{
        display: none;  
    }
    
    .dernieres-realisations .realisation.grande-vignette .rollover .vertical-center .spacer{
        display: none;
    }

    #footer .colsx4 .col{
        width: 49.5%;
        padding-top: 30px;
        padding-bottom: 50px;
    }    


    #contact_form .colsx3 .col{
        width: 100%;
    }
    #contact_form .bt-envoyer{
        width: 100%;
        padding: 10px 0px;

    }

    #big-image-mots-rollover{
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 30px;
        line-height: 20px;
    }
    #big-image-mots-rollover .col-mot{
        max-width: 100%;
        width: 100%;
        min-height: 150px;
    }
    #big-image-mots-rollover .col-mot .rollover-text{
        margin-top: 0px;
        top: 20px;
    }


    .blocs-2cols-blanc .bloc{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        height: auto;
    	margin-bottom: 15px;
    }

    .blocs-2cols-blanc .bloc h3, .blocs-2cols-blanc .bloc h4{
        padding-right: 40px;
    }

    .blocs-2cols-blanc .bloc ul{
        padding-right: 40px;
    }

    .vignettes-lab .item{
        width: 100% !important;
    }
    .vignettes-lab .item:before{
        padding-top: 70% !important
    }
    .vignettes-lab .item .bloc{
        width: 80%;
        left: 10%;
        margin-left: 0px;
    }
    .vignettes-lab .item .bloc .titre{
        font-size: 23px;
        line-height: 25px;
        width: 80%;
        margin: auto;
    }
    .vignettes-lab .item .bloc .desc{
        font-size: 11px;
        width: 80%;
        margin: auto;
    }


    .realisation-similaires .projet {
        width: 80%;
        margin-bottom: 20px;
    }



    .colsx3-bordered .col{
        display: inline-block;
        width: 80%;
        padding: 0% 4%;
        text-align: left;
        vertical-align: top;
        margin-bottom: 40px;
    }

    .colsx3-bordered .border.border-2, .colsx3-bordered .border.border-3{
        display: none;
    }


    .ditptyque-image-texte .texte-part{
        width: 100%;
        float: none;
    }

    .ditptyque-image-texte .image-part{
        width: 100%;
        float: none;
        position: relative;

    }   
    .ditptyque-image-texte .texte-part .ctn{
        padding: 60px 60px;
        max-width: none;
    }



    .bande-competence{
        text-align: left;
    }
    .bande-competence .competence,
	.bande-competence .client,
	.bande-competence .dispositif,
	.bande-competence .sceno{
        width: 100%;
		margin-right: 0;
    }

    .bande-competence .bt-contact{
        max-width: 100%;
        text-align: center;
        float: none;
        margin-top:20px;
    }

    #bloc-2col-images-rollover .bloc .over .vertical-center-ctn{
        max-width: 70%;
    }

    #bloc-2col-images-rollover .bloc .over .vertical-center-ctn:first-child{
        max-width: 30%;
    }
    #bloc-2col-images-rollover .bloc .over h4{
        font-size: 20px;
        margin-left: 60px;
    }
    #bloc-2col-images-rollover .bloc .over ul{
        margin-left: 20px;
    }


    .realisation-similaires .projet .desc{
        height: auto;
        top: auto;
        bottom: 0px;
        padding: 20px;
        opacity: 1;
    }

    .slider-projet{
        width: 80%;
    }
}


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

    .home-content p{
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .titre-realisation {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    

    .spacer-header-realisations {
        height: 30px;
    }


    .realisations-filtre .petites-vignettes a{
        width: 100%;
        margin: 0;
        margin-bottom: 4%;
    }


     #footer .colsx4 .colsx4{
        margin-top: 20px;
        margin-bottom: 20px;
     }

     #footer .colsx4 .col{
        width: 100%;
        margin: 0px;
        border: none;
        border-bottom: 1px solid #262626;
        padding-top: 30px;
        padding-bottom: 50px;
    }  

    #footer .colsx2 .col{
        width: 100%;
        border-left: 1px solid #262626;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #bloc-2col-images-rollover .bloc .over h4{
        display: none;
    }
    #bloc-2col-images-rollover .bloc:before{
        padding-top: 70%;
    }
    #bloc-2col-images-rollover .bloc .over .vertical-center-ctn{
        max-width: 100%;
    }


    .colsx2-bordered .col{
        display: inline-block;
        width: 80%;
        padding: 0% 4%;
        text-align: left;
        vertical-align: top;
        margin-bottom: 40px;
    }

    .colsx2-bordered .border.border-2 {
        display: none;
    }

    .colsx1-bordered .col{
        width: 80%;
    } 
    .colsx1-bordered .border.border-1 {
        left: 0%;
    }
    .colsx1-bordered .border.border-2 {
        left: 100%;
    }


    #contact a.or-button{
        padding: 15px 20px;
    }
    
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Selection/s styles
   ========================================================================== */

#retourSelectionContainer {
	position: fixed;
	left: 0px;
	z-index: 900;
}

#retourSelectionA {
	color: #ffffff;
}

#retourSelection {
	background-color: #b59b60;
	padding: 5px 15px 5px 10px;
	text-transform: uppercase;
	font-size: 10px;
	height: 34px;
}

#retourSelection:hover {
	background-color: #7d6940;
}

.arrow{
	display: inline-block;
	float: left;
	height: 28px;
	line-height: 1.7;
	font-size: 20px;
}

.retour{
	display: inline-block;
	float: left;
	margin-top: 4px;
	margin-left: 8px;
}

/* ==========================================================================
   Bouton "Voir projet"
   ========================================================================== */

.lien-externe{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.lien-externe-button{
    min-width: 120px;
}


