/*! 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;
}


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

@font-face {
    font-family: futurabold;
    src: url(../fonts/Linotype-FuturaLTPro-Bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: suisseregular;
    src: url(../fonts/SuisseIntl-Book.otf);
    font-weight: 300;
}

@font-face {
    font-family: suissebold;
    src: url(../fonts/SuisseIntl-Bold.otf);
    font-weight: 300;
}

* {
    font-family: 'suisseregular', sans-serif;
}

html {
    overflow-x: hidden;
}

body {
    width: 100%;
    overflow: hidden;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
}

a {
    text-decoration: none;
}

h4{
    margin:0;
}

/* =======Top======= */

#top {
    z-index: 16;
    position: fixed;
    width: 100%;
    transition: all .5s ease-in;
}

.tophaut {
    z-index: 16;
    position: fixed;
    background: rgba(255, 255, 255, .9);
    width: 100%;
    transition: background .5s ease-in;
}

h1 img {
    height: 60px;
    margin-left: 3.5%;
}

nav ul {
    position: absolute;
    right: 5%;
    top: 35px;
}

nav ul li {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 20px;
    transition:all 1s ease;
}

.nav1,.nav2,.nav3,.nav4{
    opacity:0;
}

.navappear{
  opacity:1;
  transition:all 1s ease .5s;
}
.navappear2{
  opacity:1;
  transition:all 1s ease 1s;
}
.navappear3{
  opacity:1;
  transition:all 1s ease 1.5s;
}

.navappear4{
  opacity:1;
  transition:all 1s ease 2s;
}

nav ul li a {
    color: #4A4A4A;
    text-decoration: none;
}

nav ul .ligne {
    width: 0px;
    height: 2px;
    background: #4A4A4A;
    margin-bottom: 5px;
    transition: .2s ease-in;
}

nav ul li:hover .ligne {
    width: 35px;
}

/*--------- accueil ---------*/

.hero-img {
    background-image: url(../img/thumbnail.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-title {
    font-size: 80px;
    line-height: 80px;
    position: relative;
    top: 20%;
    padding-left: 70px;
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .viewport-header {
    position: relative;
    height: 100vh;
    text-align: left;
    display: flex;
  }

  .hero-video-mobile {
    display: none;
  }

  #skills .competences {
    display: flex;
    justify-content: space-between;
  }

  #skills .compet3#entreprise-generale-img {
    width: 202px;
  }

  .competences-img-container {
    height: 196px;
    display: flex;
    align-items: flex-end;
  }

  #skills  h4 {
    margin-top: 53px !important;
  }

  #home-projects-link {
    color: #4A4A4A;
  }

  #home-projects-link:hover {
    opacity: 50%;
  }

  #bureau .imgpretext img {
    height: 500px;
    object-fit: cover;
  }

  #bureau .columns {
        padding-left: 0;
  }

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

    #skills .competences {
        flex-wrap: wrap;
      }

    #skills .competences div {
        width: 50%;
      }
  }

  @media screen and (min-width: 40em) and (max-width: 52.125em) {

    .competences-img-container {
        height: auto;
      }

      #skills .compet3#entreprise-generale-img {
        width: auto;
      }

      #skills  h4 {
        margin-top: 16px !important;
        margin-bottom: 82px !important;
      }
    
  }

  /*--------- mute button ---------*/

.soundbutton{
width: 100%;
position: absolute;
display: flex;
justify-content: center;
z-index: 3;
top:75%;
}

.soundoff{
  background: url("../img/2bo_Sound_on.svg") no-repeat;
  height:80px;
  width:80px;
}

.soundon{
  background: url("../img/2bo_Sound_off.svg") no-repeat;
  height:80px;
  width:80px;
}


/*--------- hero video ---------*/


/*---------Burger menu mobile---------*/

.burgermenu {
    display: none;
}


/*====== parallax===== */

.container {
    width: 100%;
    overflow-x: hidden;
    height: 100vh;
}

.container ul {
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100vw;
}

.layer {
    width: 200%;
    height: 120vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    left: -25%;
    top: 0;
}

.cache {
    position: absolute;
    width: 105%;
    height: 105%;
    background-image: url(../img/cache7.png);
    background-size: cover;
    background-position: 50%;
}

.text {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/text.png);
    background-size: cover;
    background-position: center;
}

.image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/headerbild5.png);
    background-size: cover;
    background-position: top;
}

.linkdescend {
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -40px;
}

.descend {
    width: 80px;
}

@keyframes godown {
    0% {
        top: 92%;
    }
    50% {
        top: 90%;
    }
    100% {
        top: 92%;
    }
}

.linkdescend {
    -webkit-animation: godown 2.5s ease-in-out infinite;
    /* Safari 4+ */
    -moz-animation: godown 2.5s ease-in-out infinite;
    /* Fx 5+ */
    -o-animation: godown 2.5s ease-in-out infinite;
    /* Opera 12+ */
    animation: godown 2.5s ease-in-out infinite;
    /* IE 10+, Fx 29+ */
}


/* =======meilleures Projets======= */

#lastProjets .coupdoeil {
    margin-left: 3.5%;
}

#lastProjets .coupdoeil .ligne {
    width: 35px;
    height: 2px;
    background: #4A4A4A;
    margin-bottom: 15px;
    margin-top: 100px;
}

#lastProjets .coupdoeil h3 {
    color: #4A4A4A;
    font-size: 35px;
    font-weight: bold;
    font-family: 'futurabold';
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 20px;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- .grid-item ---- */

* {
    box-sizing: border-box;
}


/* force scrollbar */

html {
    overflow-y: scroll;
}

body {
    font-family: sans-serif;
}

#home .grid-sizer,
#home .grid-item {
    width: 50%;
}

.grid {
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
    filter: grayscale(100%) contrast(60%) brightness(150%);
    -webkit-filter: grayscale(100%) contrast(80%) brightness(150%);
    -moz-filter: grayscale(100%) contrast(80%) brightness(150%);
    -ms-filter: grayscale(100%) contrast(80%) brightness(150%);
    -o-filter: grayscale(100%) contrast(80%) brightness(150%);
}

.grid-item img:hover {
    display: block;
    max-width: 100%;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.legende {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s ease-in;
    z-index: 1;
}

.legende .ligne {
    width: 0px;
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
    transition: .3s .2s ease-in;
}

.legende .texte {
    position: absolute;
    left: 7%;
}

.legende h3 {
    font-size: 25px;
    font-family: 'futurabold';
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 15px 0 15px 0;
}

.legende p {
    font-size: 20px;
    line-height: 20px;
    font-family: ;
    color: #fff;
    margin: 0;
    padding-bottom: 5px;
}

.grid-item:hover .legende {
    opacity: 1;
}

.grid-item:hover .next {
    opacity: 1;
}

.grid-item:hover .ligne {
    width: 35px;
}

.next {
    position: absolute;
    z-index: 200;
    width: 50px;
    top: 50%;
    right: 10px;
    opacity: 0;
}

.next div {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 2px solid #fff;
    margin: 10px 0;
}

.last3 .next div,
.last2 .next div,
.last4 .next div {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 2px solid #fff;
    margin: 10px 0;
}

.act {
    background: #fff;
}

.actwhite {
    background: #fff;
}


/* ======Lien vers projets===== */

#decouvrir1 object {
    position: absolute;
    margin-top: 30px;
    margin-left: 50%;
    left: -38px;
    margin-bottom: 80px;
}

#decouvrir1 object svg {
    width: 58px !important;
    float: left;
    z-index: 200;
    margin-right: 20px;
}

#decouvrir1 object p {
    margin-top: 6px;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #fff;
    transition: .3s ease-in;
    z-index: 300;
}

#decouvrir1 object:hover p {
    color: #4A4A4A;
}

.desapear {
    opacity: 0;
}

.appear {
    opacity: 1;
}


/* =======Skills======= */

#skills {
    padding-bottom: 150px;
    background-color: #f4f3f3;
}

#skills .ligne {
    width: 35px;
    height: 2px;
    background: #4A4A4A;
    margin-bottom: 15px;
    margin-top: 100px;
}

#skills h3 {
    color: #4A4A4A;
    font-size: 35px;
    font-weight: bold;
    font-family: 'futurabold';
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 90px;
}

#skills .directiondetravaux{
    margin-top:53px;
}

#skills .maitre{
    margin-top:39px;
}

#skills .compet {
    height: 200px;
}

#skills .compet2 {
    height: 170px;
    margin-top: 10px;
}

#skills .compet3 {
    width: 165px;
}

#skills h4 {
    font-size: 25px;
    letter-spacing: .7px;
    color: #4A4A4A;
    line-height: 30px;
    font-weight: 300;
    margin-top:32px;
}

#skills p {
    font-size: 18px;
    color: #4A4A4A;
    line-height: 22px;
}

#skills .maitre {
    margin-bottom: 5px;
}

#skills .direct,
#skills .proj {
    margin-top: 48px;
}


/* =======Bureau======= */

#bureau {
    position: relative;
}

#bureau .ligne {
    width: 35px;
    height: 2px;
    background: #4A4A4A;
    margin-bottom: 15px;
}

#bureau h3 {
    color: #4A4A4A;
    font-size: 35px;
    font-weight: bold;
    font-family: 'futurabold';
    text-transform: uppercase;
    margin: 0;
}

#bureau .textbureau {
    padding-top: 70px;
}

#bureau .linkequipe {
    position: absolute;
    top: 70px;
    right: 130px;
}

#bureau object {
    position: absolute;
    margin-top: 0px;
    margin-left: 50%;
    left: -29px;
    margin-bottom: 80px;
}

#bureau object svg {
    width: 58px !important;
    float: left;
    z-index: 200;
    margin-right: 20px;
    margin-bottom: 10px;
}

#bureau object p {
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #fff;
    transition: .3s ease-in;
    z-index: 300;
}

#bureau object:hover p {
    color: #4A4A4A;
}

#bureau ul {
    margin-top: 120px;
}

#bureau ul li img {
    width: 35px;
    margin: 0;
    float: left;
}

#bureau ul li {
    font-size: 25px;
    color: #4A4A4A;
    font-family: 'suissebold';
    list-style-type: none;
    margin-bottom: 40px;
}

#bureau ul li p {
    margin-left: 60px;
    padding-top: 0;
}


/* ===========================équipe decembre 2022 ======================= */

#team2022 {
    padding: 32px 100px 0 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 3vw;
}

.team-img-container {
    height: 400px;
}

.team-big-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.team-title-2022 {
    grid-column-start: 1;
    grid-column-end: 4;
    text-align: center;
}

.team-top-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.team-single {
    display: flex;
    align-items: center;
}

.team-single img {
    width: 10vw;
    height: 10vw;
    object-fit: cover;
    margin-right: 20px;
}

.team-single-infos p, .team-single-infos h4 {
    margin: 0;
}

.team-single-infos a {
    color: #4A4A4A;
}

.team-single-infos a:hover {
    opacity: 70%;
}

@media screen and (max-width: 1300px) {
    #team2022 {
        padding: 32px 30px 0 30px;
    }
}

@media screen and (max-width: 1050px) {
    #team2022 {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .team-title-2022, .team-big-img {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .team-top {
        margin-bottom: 30px;
     }

     .team-single img {
        width: 30vw;
        height: 30vw;
    }
}

/* actualite et equipe? */

#equipe {
    padding-top: 100px;
    padding-bottom: 100px;
}

#equipe .leg {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

#equipe .ceos img {
    width: 720px;
    margin-top: 60px;
}

#equipe .col img {
    width: 100%;
    margin-top: 60px;
    padding: 0 10px 0 10px;
}

#equipe .ligne {
    width: 35px;
    height: 2px;
    background: #4A4A4A;
    margin-bottom: 10px;
}

#equipe h4 {
    font-size: 20px;
    margin: 0;
    letter-spacing:.2px;
    font-weight:300;
}

#equipe .fonction {
    font-size: 16px;
    margin: 0px;
}

#equipe p a {
    padding-bottom: 10px;
    margin: 0;
    color: ;
    color: #4A4A4A;
}

#equipe .touchmobile{
    display:none;
}

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

.team-row {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 100px;
    justify-content: center;
}

.large-3 {
    flex: 0 0 33.333333%;
}

.large-offset-1 {
    margin-left: 0;
}


/* ===========================actualités======================= */

/* #hero-actu {
    width: 100%;
    padding: 300px 0 300px 0;
    background-image: url(../img/stemutz_photo_2bo_2400px-groupe_nb.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/

.offre-emploi {
    display: flex;
}

.offre-emploi  a:hover{
    opacity: 70%;
}

#actu {
    padding-top: 100px;
    padding-bottom: 100px;
}

#actu .leg {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

#actu .ceos img {
    width: 720px;
    margin-top: 60px;
}

#actu .col img {
    width: 100%;
    margin-top: 60px;
    padding: 0 10px 0 10px;
}

#actu .ligne {
    width: 35px;
    height: 2px;
    background: #4A4A4A;
    margin-bottom: 10px;
}

#actu h4 {
    font-size: 20px;
    margin: 0;
    letter-spacing:.2px;
    font-weight:300;
}

#actu .fonction {
    font-size: 16px;
    margin: 0px;
}

#actu p a {
    padding-bottom: 10px;
    margin: 0;
    color: ;
    color: #4A4A4A;
}

#actu .touchmobile{
    display:none;
}

.team-title {
    text-align: center;
  font-size: 30px;
}

.team-row {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 100px;
    justify-content: center;
}

.large-3 {
    flex: 0 0 33.333333%;
}

.large-offset-1 {
    margin-left: 0;
}

/* =======PAGE PROJETS NEW ======= */


.projets-grid {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.projets-grid-item {
    width: 32%;
}

.grid .projets-grid-item {
    filter: grayscale(100%) contrast(60%) brightness(150%);
    -webkit-filter: grayscale(100%) contrast(60%) brightness(150%);
    -moz-filter: grayscale(100%) contrast(60%) brightness(150%);
    -ms-filter: grayscale(100%) contrast(60%) brightness(150%);
    -o-filter: grayscale(100%) contrast(60%) brightness(150%);
}

.grid .projets-grid-item:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.projets-legende {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition: .4s ease-in;
}

.projets-grid-item:hover .projets-legende {
    opacity: 1;
}

.projets-legende .ligne {
    width: 0px;
    height: 2px;
    background: #FFF;
    margin-bottom: 5px;
    transition: .3s .2s ease-in;
    margin-top: 20px;
}

.projets-legende:hover .ligne {
    width: 35px;
    transition: .3s .2s ease-in;
}

.projets-legende .texte {
    position: absolute;
    left: 7%;
}

.projets-legende h3 {
    font-size: 25px;
    font-family: 'futurabold';
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    margin: 0;
    padding: 15px 0 15px 0;
}

.projets-legende p {
    font-size: 20px;
    line-height: 20px;
    font-family: ;
    color: #FFF;
    margin: 0;
    padding-bottom: 5px;
}

/* ---- isotope ---- */

.isotop-grid.grid {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    margin: 0 auto;
    min-height: 600px;
  }

  .filters {
    margin-top: 200px;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }

  /* test select  */

  select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-bottom: 1px solid #c9c9c9;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #444;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-color: white;
    background-image: url('https://d30y9cdsu7xlg0.cloudfront.net/png/221782-200.png');
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 20px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 300px;
}
select option {
    position: relative;
}


  /* clear fix */
  .grid:after {
    content: '';
    display: block;
    clear: both;
  }

  /* ui group */

  .ui-group {
    display: inline-block;
    margin-right: 20px;
  }

  .ui-group h3 {
    display: inline-block;
    margin-right: 0.2em;
    font-size: 16px;
  }

  .ui-group .button-group {
    display: inline-block;
    margin-right: 20px;
  }

  /* color-shape */

  .color-shape {
    width: 32%;
    height: auto;
    margin: 5px;
    float: left;
  }


/* =======PAGE PROJETS OLD ======= */

#toutprojets {
    padding-top: 100px;
}

#toutprojets .legende {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition: .4s ease-in;
}

#toutprojets .legende:hover + img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

#toutprojets .legende .ligne {
    width: 0px;
    height: 2px;
    background: #FFFFFF;
    margin-bottom: 5px;
    transition: .3s ease-in-out .2s;
}


#toutprojets .legende .texte {
    position: absolute;
    top: 10%;
    left: 10%;
}

#toutprojets .legende h3 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'futurabold';
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 5px 0;
}

#toutprojets .legende p {
    font-size: 16px;
    line-height: 16px;
    font-family: ;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 5px;
}

#toutprojets .legende {
    font-size: 16px;
    line-height: 16px;
    font-family: ;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 5px;
}

#toutprojets .next {
    position: absolute;
    z-index: 200;
    width: 50px;
    top: 30%;
    right: 10px;
    opacity: 0;
}

#toutprojets .next div {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 2px solid #4A4A4A;
    margin: 10px 0;
}

#toutprojets .grid-sizer,
#toutprojets .grid-item {
    width: 33.3%;
}

#toutprojets .grid-item:hover .legende {
    opacity: 1;
}

#toutprojets .grid-item:hover .next {
    opacity: 1;
}

#toutprojets .grid-item:hover .ligne {
    width: 35px;
}

.chocolat-pagination {
    display: none !important;
}

.chocolat-wrapper .chocolat-right {
    background: url('../img/right.svg') 0% 0% no-repeat !important;
    z-index: 500;
}

.chocolat-wrapper .chocolat-left {
    background: url('../img/left.svg') 0% 0% no-repeat !important;
    z-index: 500;
}

.chocolat-bottom {
    background: rgba(0, 0, 0, 0) !important;
}

.chocolat-wrapper .chocolat-close {
    display: none;
}

.chocolat-wrapper .chocolat-fullscreen {
    background: url('../img/fullscreen-black.png') 0% 0% no-repeat !important;
}


/* =======footer======= */

footer {
    background: linear-gradient(to bottom, #f4f3f3 0%, #fcfcfc 100%);
    z-index: 22;
    margin-top: 150px;
}

#home footer {
    margin-top: 0;
}

footer .ligne {
    width: 35px;
    height: 2px;
    background: #4A4A4A;
    margin-bottom: 15px;
    margin-top: 100px;
}

footer h3 {
    color: #4A4A4A;
    font-size: 35px;
    font-weight: bold;
    font-family: 'futurabold';
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 40px;
}

footer .lettre,
footer .tel {
    width: 40px;
}

footer .pin {
    width: 33px;
}

footer p {
    color: #4A4A4A;
    font-size: 20px;
    margin: 0;
    line-height: 30px;
}

footer a {
    color: #4A4A4A;
    font-size: 20px;
}

footer .at {
    font-size: 11px;
    line-height:16px;
    padding-left: 0px;
    padding-top: 100px;
}

.social-media {
    padding-top: 30px;
}

.social-media i {
    padding-right: 20px;
    color: #4A4A4A;
    font-size: 40px;
}

.social-media i:hover {
    opacity: 50%;
}

.footer-inside {
    display: flex;
    justify-content: space-between;
    padding: 0 150px 0 150px;
    flex-wrap: wrap;
}

.footer-flex {
    display: flex;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

.footer-flex .footer-img {
    width: 50px;
    margin-right: 20px;
}



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

/* ===========
   Responsive equipe hero image
   ======= */

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

    #hero-equipe {
        padding: 200px 0 200px 0;
    }

    #hero-actu {
        padding: 200px 0 200px 0;
    }
}

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

    #hero-equipe {
        margin-top: 100px;
        padding: 150px 0 150px 0;
    }

    #hero-actu {
        margin-top: 100px;
        padding: 150px 0 150px 0;
    }

    .large-3 {
        flex: 0 0 50%;
    }

    .footer-inside {
        padding: 0 60px 0 60px;
    }

    .color-shape {
        width: 45%;
    }

    .isotop-grid.grid {
        min-height: 800px;
    }

}

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

    #hero-equipe {
        margin-top: 100px;
        padding: 100px 0 100px 0;
    }

    #hero-actu {
        margin-top: 100px;
        padding: 100px 0 100px 0;
    }

    .filters {
        display: block;
        padding-left: 20px;
    }

    .large-3 {
        flex: 0 0 100%;
    }

    .offre-emploi {
        display: flex;
        flex-direction: column;
    }

}

@media  screen and (max-width: 640px) {
    #hero-equipe {
        margin-top: 100px;
        padding: 50px 0 50px 0;
    }

    #hero-actu {
        margin-top: 100px;
        padding: 50px 0 50px 0;
    }

    .footer-inside {
        padding: 0 20px 0 20px;
    }

    .footer-flex {
        padding-right: 0;
        padding-left: 0;
    }

    .hero-title {
        font-size: 30px;
        line-height: 30px;
        padding-left: 20px;
    }

    .color-shape {
        width: 100%;
    }

    .isotop-grid.grid {
        min-height: 1500px;
    }

    .hero-video-mobile {
        display: block;
    }

    .hero-video-desktop {
        display: none;
    }


}



/* ===========
   Mobile max-width 640px
   ======= */

@media screen and (max-width: 40em) {
    /*---------TOP---------*/
    #top nav {
        display: none;
    }
    .tophaut nav {
        display: none;
    }
    h1 img {
        height: 50px;
        margin-left: 5.5%;
    }
    /*====== parallax===== */
    .container {
        width: 100%;
        overflow-x: hidden;
        height: 100vh;
    }
    .container ul {
        height: 100%;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100vw;
    }
    .layer {
        width: 100%;
        height: 120vh;
        overflow: hidden;
        margin: 0;
        padding: 0;
        left: -25%;
        top: 0;
    }
    .cache {
        position: absolute;
        width: 105%;
        height: 105%;
        background-image: url(../img/cachemobile3.png);
        background-size: cover;
        background-position: center;
    }
    .text {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../img/textmobile9.png);
        background-size: cover;
        background-position: center;
    }
    .image {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../img/proj6-2-header2.jpg);
        background-size: cover;
        background-position: top;
    }
    /*---------Burger menu Mobile---------*/
    .c-hamburger {
        display: block;
        position: absolute;
        overflow: hidden;
        top: 20px;
        right: 20px;
        margin: 0;
        padding: 0;
        width: 51px;
        height: 45px;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        box-shadow: none;
        border-radius: 0 !important;
        border: none;
        cursor: pointer;
        transition: background 0.3s;
    }
    .c-hamburger:focus {
        outline: none;
    }
    .c-hamburger span {
        display: block;
        position: absolute;
        top: 20px;
        left: 8px;
        right: 8px;
        height: 2px;
        background: #4a4a4a;
    }
    .c-hamburger span::before,
    .c-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #4a4a4a;
        content: "";
    }
    .c-hamburger span::before {
        top: -10px;
    }
    .c-hamburger span::after {
        bottom: -10px;
    }
    .c-hamburger--htx {
        background-color: none;
    }
    .c-hamburger--htx span {
        transition: background 0s 0.3s;
    }
    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }
    .c-hamburger--htx span::before {
        transition-property: top, transform;
    }
    .c-hamburger--htx span::after {
        transition-property: bottom, transform;
    }
    /* active state, i.e. menu open */
    .c-hamburger--htx.is-active {
        background-color: none;
    }
    .c-hamburger--htx.is-active span {
        background: none;
    }
    .c-hamburger--htx.is-active span::before {
        top: 0;
        transform: rotate(45deg);
    }
    .c-hamburger--htx.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }
    .c-hamburger--htx.is-active span::before,
    .c-hamburger--htx.is-active span::after {
        transition-delay: 0s, 0.3s;
    }
    .burgermenu {
        display: block;
    }
    .mobilenav {
        background: rgba(255, 255, 255, .95);
        position: absolute;
        transform-origin: right;
        top: 65px;
        right: 20px;
        display:none;
        transition: .4s ease-out;
    }
    .burgermenu .mobilenav ul li {
        font-size: 16px;
        margin: 10px 15px 0 0;
        padding: 10px 0 0 20px;
        display: block;
    }
    .burgermenu .mobilenav ul {
        padding-bottom: 10px;
    }
    .burgermenu .mobilenav ul li a {
        color: #4a4a4a;
    }
    .burgermenu .ligne {
        width: 35px;
        height: 2px;
        background: #4A4A4A;
        margin-bottom: 5px;
    }
    .appear {
        display:block; !important;
        transition: .4s ease-in;
        z-index: 400;
    }
    /* =======meilleures Projets======= */
    #lastProjets{
        margin-top:-10px;
    }
    #lastProjets .coupdoeil {
        margin-left: 5.5%;
    }
    #lastProjets .coupdoeil h3 {
        font-size: 20px;
    }
    #lastProjets .legende {
        display:none;
        height: 100%;
        bottom: 0;
        overflow: hidden;
        opacity: 1;
        background: rgba(0, 0, 0, .3);
    }
    #lastProjets .legende .ligne {
        width: 35px;
        margin-bottom: 0px;
    }
    #lastProjets .legende .texte {
        left: 16px;
        top: 14px;
    }
    #lastProjets .legende h3 {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 0 0 0;
    }
    #lastProjets .legende p {
        font-size: 12px;
        line-height: 20px;
        padding-right: 5px;
        float: left;
    }
    .descend {
    width: 60px;
    }
    .linkdescend {
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -30px;
    }
    /* ======Lien vers projets===== */
    #decouvrir1 object {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #decouvrir1 object svg {
        width: 45px !important;
        margin-right: 10px;
    }
    #decouvrir1 object p {
        display:none;}
    /* =======Skills======= */
    #skills {
        margin-top: 105px;
        padding-bottom: 35px;
    }
    #skills .ligne {
        margin-top: 50px;
    }
    .servicestitel {
        padding-left: 5.5% !important;
    }
    #skills h3 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    #skills .competences {
        padding-left: 5.5%;
    }
    #skills h4 {
        font-size: 20px;
        letter-spacing: .7px;
        line-height: 25px;
        margin-bottom: 20px;
        margin-top:0;
    }
    #skills p {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 20px;
    }
    #skills .compet {
        width: 100px;
        height: 120px;
    }
    #skills .compet2 {
        width: 120px;
        height: 120px;
    }
    #skills .compet3 {
        width: 100px;
        height: 80px;
    }
    #skills .direct,
    #skills .proj {
        margin-top: 5px;
    }
    #skills .directiondetravaux {
    margin-top: 20px;
}
    #skills .maitre {
    margin-bottom: 5px;
}

#skills .direct,
#skills .proj {
    margin-top: 0px;
}

    #skills .directiondetravaux{
    margin-top:0px;
}

#skills .maitre{
    margin-top:15px;
}
    /* =======Bureau======= */
    #bureau h3 {
        color: #4A4A4A;
        font-size: 20px;
    }
    #bureau .textbureau {
        padding-top: 50px;
        padding-left:5.5%;
        position: relative;
    }
    #bureau .linkequipe {
        top: 50px;
        right: 44px;
    }
    #bureau object svg {
        width: 45px !important;
    }
    #bureau object p {
        display:none;
    }
    #bureau ul {
        margin-top: 70px;
        margin-bottom:60px;
    }
    #bureau ul li img {
        width: 30px;
    }
    #bureau ul li {
        font-size: 16px;
        list-style-type: none;
        margin-bottom: 30px;
    }
    #bureau ul li p {
        margin-left: 45px;
        padding-top: 5px;
    }

    /* =======PAGE PROJETS======= */
    #toutprojets .grid-sizer,
    #toutprojets .grid-item {
        width: 100%;
    }

    #toutprojets .legende .texte {
    position: absolute;
    top: 30px;
    left: 5.5%;
}

    #toutprojets .legende {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 20%,  rgba(255, 255, 255, 0.1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 20%,  rgba(255, 255, 255, 0.1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        opacity: 1;
    }
    #toutprojets .legende h3 {
        font-size: 16px;
        line-height: 20px;
        font-family: 'futurabold';
        padding-right: 10px;
    }
    #toutprojets .legende p {
        font-size: 14px;
        line-height: 14px;
        float: left;
    }
    #toutprojets .legende .date {
        margin-left: 5px;
    }
    #toutprojets .legende .ligne {
        width: 35px;
    }

    /* =======Page equipe======= */

    #equipe .leg {
        margin-top: 20px;
        padding-left: 5.5%;
}
    #equipe .col {
    position:relative;
}

    #equipe .touchcontain{
        position:relative;
    }
        #equipe .touchmobile{
    display:block;
    position: absolute;
    width:40px;
    bottom:10px;
    right:40px;
}

    @keyframes mymove {
            0% {
                width: 50px;
            }
            50% {
                width: 54px;
            }
            100% {
                width: 50px;
            }
        }
        .touchmobile {
            -webkit-animation: mymove 2s ease-in-out infinite;
            /* Safari 4+ */
            -moz-animation: mymove 2s ease-in-out infinite;
            /* Fx 5+ */
            -o-animation: mymove 2s ease-in-out infinite;
            /* Opera 12+ */
            animation: mymove 2s ease-in-out infinite;
            /* IE 10+, Fx 29+ */
        }

    /* =======footer======= */

    footer{
        padding-left:5.5%;
    }

    footer .ligne {
    margin-top: 50px;
}

    footer h3 {
        font-size: 20px;
    }

    footer .pintexte{
        padding-left:10px;
    }

footer p {
    font-size: 16px;
    line-height: 22px;
}

footer a {
    color: #4A4A4A;
    font-size: 16px;
}

footer .at {
    font-size: 12px;
    padding-left: 0px;
    padding-top: 100px;
    margin-left:0;
}

}


/* ===========
    Tabelle Medium min-width 720px max-width 1024px
   ======= */

@media (min-width: 40em) and (max-width: 52.125em) {
     /*---------TOP---------*/
    #top nav {
        display: none;
    }
    .tophaut nav {
        display: none;
    }
    h1 img {
        height: 75px;
        margin-left: 3.5%;
    }
    /*---------Burger menu Mobile---------*/
    .c-hamburger {
        display: block;
        position: absolute;
        overflow: hidden;
        top: 30px;
        right: 40px;
        margin: 0;
        padding: 0;
        width: 51px;
        height: 45px;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        box-shadow: none;
        border-radius: 0 !important;
        border: none;
        cursor: pointer;
        transition: background 0.3s;
    }
    .c-hamburger:focus {
        outline: none;
    }
    .c-hamburger span {
        display: block;
        position: absolute;
        top: 20px;
        left: 8px;
        right: 8px;
        height: 2px;
        background: #4a4a4a;
    }
    .c-hamburger span::before,
    .c-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #4a4a4a;
        content: "";
    }
    .c-hamburger span::before {
        top: -10px;
    }
    .c-hamburger span::after {
        bottom: -10px;
    }
    .c-hamburger--htx {
        background-color: none;
    }
    .c-hamburger--htx span {
        transition: background 0s 0.3s;
    }
    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }
    .c-hamburger--htx span::before {
        transition-property: top, transform;
    }
    .c-hamburger--htx span::after {
        transition-property: bottom, transform;
    }
    /* active state, i.e. menu open */
    .c-hamburger--htx.is-active {
        background-color: none;
    }
    .c-hamburger--htx.is-active span {
        background: none;
    }
    .c-hamburger--htx.is-active span::before {
        top: 0;
        transform: rotate(45deg);
    }
    .c-hamburger--htx.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }
    .c-hamburger--htx.is-active span::before,
    .c-hamburger--htx.is-active span::after {
        transition-delay: 0s, 0.3s;
    }
    .burgermenu {
        display: block;
    }
    .mobilenav {
        background: rgba(255, 255, 255, .95);
        position: absolute;
        transform-origin: right;
        top: 75px;
        right: 40px;
        display:none;
        transition: .4s ease-out;
    }
    .burgermenu .mobilenav ul li {
        font-size: 16px;
        margin: 20px 35px 0 0;
        padding: 10px 0 0 20px;
        display: block;
    }
    .burgermenu .mobilenav ul {
        padding-bottom: 20px;
    }
    .burgermenu .mobilenav ul li a {
        color: #4a4a4a;
    }
    .burgermenu .ligne {
        width: 35px;
        height: 2px;
        background: #4A4A4A;
        margin-bottom: 5px;
    }
    .appear {
        display:block; !important;
        transition: .4s ease-in;
        z-index: 400;
    }

    /*====== parallax===== */
    .container {
        width: 100%;
        overflow-x: hidden;
        height: 100vh;
    }
    .container ul {
        height: 100%;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100vw;
    }
    .layer {
        width: 100%;
        height: 120vh;
        overflow: hidden;
        margin: 0;
        padding: 0;
        left: -25%;
        top: 0;
    }
    .cache {
        position: absolute;
        width: 105%;
        height: 105%;
        background-image: url(../img/cachemobile3.png);
        background-size: cover;
        background-position: center;
    }
    .text {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../img/textmobile9.png);
        background-size: cover;
        background-position: center;
    }
    .image {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../img/proj6-2-header2.jpg);
        background-size: cover;
        background-position: top;
    }
    /* =======meilleures Projets======= */
    #lastProjets{
        margin-top:-10px;
    }
    #lastProjets .legende {
        height: 100%;
        bottom: 0;
        overflow: hidden;
        opacity: 1;
        background: rgba(0, 0, 0, .1);
    }
    #lastProjets .legende .ligne {
        width: 35px;
        margin-bottom: 0px;
    }
    #lastProjets .legende .texte {
        left: 5.5%;
        bottom: 20px;
    }
    #lastProjets .legende h3 {
        font-size: 18px;
        line-height: 28px;
        padding: 10px 0 0 0;
    }
    #lastProjets .legende p {
        font-size: 18px;
        line-height: 24px;
        padding-right: 5px;
        float: left;
    }
    .descend {
    width: 60px;
    }
    .linkdescend {
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -30px;
    }
    /* ======Lien vers projets===== */
    #decouvrir1 object {
        margin-top: 45px;
        margin-bottom: 40px;
    }
    #decouvrir1 object svg {
        width: 45px !important;
        margin-right: 15px;
    }
    #decouvrir1 object p {
        font-size: 18px;
        line-height: 22px;
    }
    #decouvrir1 object p {
        color: #4A4A4A;
    }
    /* =======Skills======= */
    #skills {
        margin-top: 140px;
        padding-bottom: 75px;
    }
    #skills .ligne {
        margin-top: 90px;
    }
    #skills h3 {
        padding-bottom: 50px;
    }
    #skills .competences {
        padding-left: 5.5%;
    }
     #skills h4 {
        font-size: 20px;
        letter-spacing: .7px;
        line-height: 25px;
        margin-bottom: 20px;
        margin-top:0;
    }
    #skills p {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 20px;
    }
    #skills .compet {
        width: 100px;
        height: 120px;
    }
    #skills .compet2 {
        width: 120px;
        height: 120px;
    }
    #skills .compet3 {
        width: 100px;
        height: 80px;
    }
    #skills .direct,
    #skills .proj {
        margin-top: 5px;
    }
    #skills .directiondetravaux {
    margin-top: 20px;
}
    #skills .maitre {
    margin-bottom: 5px;
}

#skills .direct,
#skills .proj {
    margin-top: 0px;
}

    #skills .directiondetravaux{
    margin-top:0px;
}

#skills .maitre{
    margin-top:15px;
}
    #skills .competences div, #skills .servicestitel{
        /* padding-left:20%; */
    }

    /* =======Bureau======= */
    #bureau .textbureau {
        padding-top: 50px;
        padding-left:5.5%;
        position: relative;
    }
    #bureau .linkequipe {
        top: 60px;
        right: 60px;
    }
    #bureau object svg {
        width: 45px !important;
    }
    #bureau object p {
        color:#4a4a4a;
        margin-left:-15px;
    }
    #bureau ul {
        margin-top: 70px;
        margin-bottom:100px;
    }
    #bureau ul li img {
        width: 35px;
    }
    #bureau ul li {
        font-size: 20px;
        list-style-type: none;
        margin-bottom: 30px;
    }
    #bureau ul li p {
        margin-left: 55px;
        padding-top: 0px;
    }
    /* =======PAGE Equipe======= */
    #equipe h4{
        font-size:25px;
    }

    #equipe .leg p{
        font-size:18px;
    }
    #equipe .col {
    position:relative;
}
      #equipe .touchcontain{
        position:relative;
    }
        #equipe .touchmobile{
    display:block;
    position: absolute;
    width:40px;
    bottom:10px;
    right:40px;
}

    @keyframes mymove {
            0% {
                width: 50px;
            }
            50% {
                width: 54px;
            }
            100% {
                width: 50px;
            }
        }
        .touchmobile {
            -webkit-animation: mymove 2s ease-in-out infinite;
            /* Safari 4+ */
            -moz-animation: mymove 2s ease-in-out infinite;
            /* Fx 5+ */
            -o-animation: mymove 2s ease-in-out infinite;
            /* Opera 12+ */
            animation: mymove 2s ease-in-out infinite;
            /* IE 10+, Fx 29+ */
        }


        /* =======PAGE ACTU======= */
        #actu h4{
            font-size:25px;
        }

        #actu .leg p{
            font-size:18px;
        }
        #actu .col {
        position:relative;
        }
          #actu .touchcontain{
            position:relative;
        }
            #actu .touchmobile{
        display:block;
        position: absolute;
        width:40px;
        bottom:10px;
        right:40px;
        }

        @keyframes mymove {
                0% {
                    width: 50px;
                }
                50% {
                    width: 54px;
                }
                100% {
                    width: 50px;
                }
            }
            .touchmobile {
                -webkit-animation: mymove 2s ease-in-out infinite;
                /* Safari 4+ */
                -moz-animation: mymove 2s ease-in-out infinite;
                /* Fx 5+ */
                -o-animation: mymove 2s ease-in-out infinite;
                /* Opera 12+ */
                animation: mymove 2s ease-in-out infinite;
                /* IE 10+, Fx 29+ */
            }


    /* =======PAGE PROJETS======= */
    #toutprojets .grid-sizer,
    #toutprojets .grid-item {
        width: 50%;
    }

    #toutprojets .legende .texte {
    position: absolute;
    top: 30px;
    left: 5.5%;
}
    #toutprojets {
    padding-top: 117px;
}

    #toutprojets .legende {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 20%,  rgba(255, 255, 255, 0.1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 20%,  rgba(255, 255, 255, 0.1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 20%,  rgba(255, 255, 255, 0.1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        opacity: 1;
    }
    #toutprojets .legende h3 {
        font-size: 18px;
        line-height: 28px;
        font-family: 'futurabold';
        padding-right: 10px;
    }
    #toutprojets .legende p {
        font-size: 18px;
        line-height: 24px;
        float: left;
    }
    #toutprojets .legende .date {
        margin-left: 5px;
    }
    #toutprojets .legende .ligne {
        width: 35px;
    }

    #equipe .leg {
    padding-left: 5.5%;
    }

    /* =======footer======= */

    footer{
        padding-left:5.5%;
    }

    footer .ligne {
    margin-top: 50px;
}

    footer h3 {
        font-size: 35px;
    }

    footer .pintexte{
        padding-left:10px;
    }

footer p {
    font-size: 18px;
    line-height: 24px;
}

footer a {
    color: #4A4A4A;
    font-size: 18px;
}

footer .at {
    font-size: 12px;
    padding-left: 0px;
    padding-top: 100px;
    margin-left:0;
    }
    }


/* IPAD PRO Portrait */
/*iPad Pro 9.7"*/
/* Portrait */
@media only screen
and (min-device-width: 834px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

    /*====== parallax===== */
    .container {
        width: 100%;
        overflow-x: hidden;
        height: 100vh;
    }
    .container ul {
        height: 100%;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100vw;
    }
    .layer {
        width: 100%;
        height: 120vh;
        overflow: hidden;
        margin: 0;
        padding: 0;
        left: -25%;
        top: 0;
    }
    .cache {
        position: absolute;
        width: 105%;
        height: 105%;
        background-image: url(../img/cachemobile3.png);
        background-size: cover;
        background-position: center;
    }
    .text {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../img/textmobile9.png);
        background-size: cover;
        background-position: center;
    }
    .image {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../img/proj6-2-header2.jpg);
        background-size: cover;
        background-position: top;
    }

     #skills .competences div, #skills .servicestitel {
        padding-left: 0 !important;
      }

    #skills h4 {
    font-size: 24px;
    }

    #skills .compet {
    height: 161px;
}

    #skills .compet2 {
    height: 131px;
    margin-top: 10px;
}

    #skills .compet3 {
    width: 130px;
    margin-top: 20px;
}
    #bureau ul {
    margin-top: 36px;
}
    #bureau .linkequipe {
    top: 22px;
}

    #skills .competences {
     padding-left: 0;
    }

    #skills .directiondetravaux {
    margin-left: -40px;
    }

    #bureau .textbureau {
        padding-top: 50px;
        padding-left: 0;
        position: relative;
    }

    #bureau ul li p {
    font-size:20px;
}

    #lastProjets .legende {
        height: 100%;
        bottom: 0;
        overflow: hidden;
        opacity: 1;
        background: rgba(0, 0, 0, .1);
    }
    #lastProjets .legende .ligne {
        width: 35px;
        margin-bottom: 0px;
    }
    #lastProjets .legende .texte {
        left: 5.5%;
        bottom: 20px;
    }
    #toutprojets .grid-sizer,
    #toutprojets .grid-item {
        width: 50%;
    }

    #toutprojets .legende .texte {
    position: absolute;
    top: 30px;
    left: 5.5%;
}
    #toutprojets {
    padding-top: 117px;
}

    #toutprojets .legende {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 20%,  rgba(255, 255, 255, 0.1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 20%,  rgba(255, 255, 255, 0.1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 20%,  rgba(255, 255, 255, 0.1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        opacity: 1;
    }
    #toutprojets .legende h3 {
        font-size: 18px;
        line-height: 28px;
        font-family: 'futurabold';
        padding-right: 10px;
    }
    #toutprojets .legende p {
        font-size: 18px;
        line-height: 24px;
        float: left;
    }
    #toutprojets .legende .date {
        margin-left: 5px;
    }
    #toutprojets .legende .ligne {
        width: 35px;
    }
}


/* ==========================================================================
   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 {
    }
    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;
    }
}



/*SLIDESHOOOOW**/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Intro text */
.text1 {
  color: #00000;
  font-size: 15px;
  padding: 20px 12px;
  width: 100%;
  text-align: center;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
