body {
	font-family: 'Montserrat', sans-serif;
	color: #222;
    font-weight: 400;
	font-size: 14px;
    line-height: 25px;;
}

p {
}

.clear {clear: both;}

ul li
{ list-style-type : none;
}

.btmspace-80 {margin-bottom: 80px;}
.btmspace-50 {margin-bottom: 50px;}
.btmspace-30 {margin-bottom: 30px;}
.topspace-80 {margin-top: 80px;}
.topspace-50 {margin-top: 50px;}
.topspace-30 {margin-top: 30px;}


.sature:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000 url('../img/bg.png');
  background-size: cover;
}

.row {margin-top: 15px; margin-bottom: 45px;}

.primary-button a {
  display: inline-block;
  background-color: #fad509;
  color: #343434;
  font-size: 13px;
  padding: 12px 18px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid transparent;
}

.primary-button a:hover {
  background-color: transparent;
  border: 1px solid #fad509;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.breadcrumb {width: 100%; text-align: left; background: #fff; font-weight: bold;}
.breadcrumb ul {margin: 0; padding: 0; list-style:none; text-transform:uppercase;}
.breadcrumb ul li {display:inline-block; margin:0 6px 0 0; padding:0;}
.breadcrumb li a {color: #5a5a5a; display:block; position:relative; margin:0; padding: 0; font-size:12px;}
.breadcrumb li a:hover {color: #222222; text-decoration: none;}
.breadcrumb li a::after{top:3px; margin-left:10px; content:">";}
.breadcrumb li:last-child a{margin:0; padding:0;}
.breadcrumb li:last-child a::after{display:none;}

.recouvert{margin-bottom:0; position:relative; overflow:hidden;}
.recouvrir{position:absolute; bottom:0; left:0; margin-left: 15px; width:100%; min-width:100%; min-height:50%; height:50%; 
display: block; background: transparent; color: transparent;
text-align: center; vertical-align: middle;}
.recouvert a {color: transparent;}
.recouvert img:nth-of-type(1):hover{filter: saturate(150%);}
.recouvrir:hover {color:#FFFFFF; background-color:rgba(0,0,0,.8); border-color:rgba(0,0,0,.8); border-top: 5px solid #fad509;}
.recouvrir:hover a, .recover:hover a i {color: #CBCBCB;}
.recouvrir:hover a:hover, .recouvrir:hover a i:hover {color: #ffffff;}
.recouvrir div {width: 100%; max-width: 100%; position: absolute; bottom: 30%; left: 0;}

/* Tables
--------------------------------------------------------------------------------------------------------------- */
table, th, td{border:1px solid; border-color:#D7D7D7; border-collapse:collapse; vertical-align:top; text-align: center;}
table, th{table-layout:auto;}
table{width:100%; margin-bottom:15px;}
th, td, table td{padding:10px 10px;}
td{border-width:0 1px;}
td.even {}
.odd, tr.odd  td{background-color:#f8f8f8;}
table td.disponible {background-color: #fad509;}

table.cv, table.cv th, table.cv td {border: none; }
table.cv {border-left:1px solid; border-right:1px solid; border-bottom:1px solid; border-color:#D7D7D7;}
table.cv th {text-transform: uppercase; background: #222; color: #fff;}
table.cv td.cv-c1 {vertical-align: middle; width: 20%;}
table.cv td.cv-c2 {text-align: left;}

/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.slideshow-controls {width: 100%; position: relative; float: left; padding-bottom: 5px;}
.slideshow-controls #prev, .slideshow-controls #next
{width: 50%; position: relative; float: left;cursor: pointer;  color: #fad509;}
.slideshow-controls i {font-size: 16px; font-weight: bold;}
.slideshow-controls #prev:hover, .slideshow-controls #next:hover { color: #000;}


.cd-hero {
  z-index: 2;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-hero-slider {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
@media only screen and (min-width: 768px) {
  .cd-hero-slider {
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero-slider {
  }
}

.cd-slider-nav {
  text-align: center;
}

.cd-slider-nav ul {
  padding: 0;
  margin: 0;
}

.cd-slider-nav ul li {
  display: inline-block;
  margin: 5px 30px 20px 30px;
  text-align: center;
}

.cd-slider-nav ul li a {
  text-decoration: none;
}

.cd-slider-nav ul li h6 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
}

.cd-slider-nav ul .selected h6 {
  color: #fad509;
  text-decoration: none;
}

.cd-slider-nav .image-icon {
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  padding: 0px;
  background-color: #fad509;
}

.cd-slider-nav .image-icon:hover {
  background-color: #fff;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.content {
  margin-bottom: 100px;
  margin-top: -80px;
  background-color: #fff;
  border-top: 8px solid #fad509;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.centrer {text-align: center;}
.gauche {text-align: left;}

h4 {
  font-size: 19px;
  text-transform: uppercase;
  color: #121212;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 30px;
}

h5 {
  text-transform: uppercase;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-style: italic;
opacity: 0.9;
}
::-moz-placeholder { /* Firefox 19+ */
font-style: italic;
opacity: 0.9;
}
:-ms-input-placeholder { /* IE 10+ */
font-style: italic;
opacity: 0.9;
}
:-moz-placeholder { /* Firefox 18- */
font-style: italic;
opacity: 0.9;
}

/*
=====================
----- TOP PART ------
=====================
*/

.top-part img {
  width: 100%;
  background-size: cover;
  position: absolute;
  overflow: hidden;
  top:0;
  left: 0;
}


/*
=======================
----- FIRST SLIDE -----
=======================
*/

.first-slide {
  background-color: #fff;
  width: 100%;
  text-align: center;
}


.heading {
  text-align: center;
  margin-bottom: 120px;
}

.heading h1 {
  margin-top: 30px;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.heading span {
  font-size: 16px;
  text-transform: uppercase;
  color: #fad509;
  font-weight: 600;
  letter-spacing: 0.5px;
}


.first-content {
  padding: 80px 0px 40px 0;
}

.following-content {
  padding: 10px 0 0 0;
}

.first-content p {
  margin: 0px 120px;
}

.first-content .primary-button {
  margin-top: 30px;
}



/*
=======================
----- SECOND SLIDE ----
=======================
*/

.second-slide {
  text-align: center;
  background-color: #fff;
  width: 100%;
}

.second-slide .heading h1 {
  margin-top: 30px;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.second-slide .heading span {
  font-size: 16px;
  text-transform: uppercase;
  color: #fad509;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.second-slide img {
  width: 100%;
  overflow: hidden;
}

.second-slide .left-image {
  padding-right: 0px!important;
}

.second-slide .right-image {
  padding-left: 0px!important;
}

.second-slide .right-about-text {
  text-align: left;
  margin-left: 15px;
  margin-right: 30px;
}

.second-slide .right-about-text h4 {
  font-size: 19px;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.second-slide .right-about-text .primary-button {
  margin-top: 25px;
}

.second-slide .left-about-text {
  text-align: left;
  margin-left: 15px;
  margin-left: 30px;
}

.second-slide .left-about-text h4 {
  font-size: 19px;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.second-slide .left-about-text .primary-button {
  margin-top: 25px;
}



/*
=======================
----- THIRD SLIDE -----
=======================
*/

.third-slide {
  text-align: center;
  background-color: #fff;
  width: 100%;
}

.third-slide .heading h1 {
  margin-top: 30px;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.third-slide .heading span {
  font-size: 16px;
  text-transform: uppercase;
  color: #fad509;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.third-slide .feature-list ul {
  padding: 0;
  margin: 0;
}

.third-slide .feature-list ul li {
  display: block;
}

.third-content {
  padding: 30px;
}

.third-content .left-image img {
  width: 100%;
  overflow: hidden;
}

.third-content .right-feature-text h4 {
  font-size: 19px;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.third-content .right-feature-text h4 em {
  font-style: normal;
  font-weight: 700;
  color: #fad509;
}

.third-content .feature-list {
  margin-top: 20px;
}

.third-content .feature-list p {
  font-weight: 400;
}

.third-content .right-feature-text {
  text-align: left;
  margin: 0px 15px 0px 15px;
}

.third-content .right-feature-text .primary-button {
  margin-top: 30px;
}


/*
=======================
----- FOURTH SLIDE ----
=======================
*/

.fourth-slide {
  text-align: center;
  background-color: #fff;
  width: 100%;
}

.fourth-slide .heading h1 {
  margin-top: 30px;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.fourth-slide .heading span {
  font-size: 16px;
  text-transform: uppercase;
  color: #fad509;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.fourth-content {
  padding: 15px 30px;
}

.fourth-content .project-item {
  margin: 15px 0px;
}

.project-item {margin-bottom: 12px;}

.fourth-content img {
  width: 100%;
  overflow: hidden;
}



/*
=======================
----- FOURTH SLIDE ----
=======================
*/

.fivth-slide {
  text-align: center;
  background-color: #fff;
  width: 100%;
}

.fivth-slide .heading h1 {
  margin-top: 30px;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.fivth-slide .heading span {
  font-size: 16px;
  text-transform: uppercase;
  color: #fad509;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.fivth-content {
  padding: 30px;
  text-align: left;
}

.fivth-content .left-info em {
  font-weight: 500;
}

.fivth-content .left-info .social-icons {
  margin-top: 60px;
}

.fivth-content .left-info ul {
  padding: 0;
  margin: 0;
}

.fivth-content .left-info i {
  margin-right: 10px;
  color: #fff;
  font-size: 15px;
  width: 34px;
  height: 34px;
  background-color: #cdcdcd;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
}

.fivth-content .left-info i:hover {
  background-color: #fad509;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.fivth-content input {
  margin-bottom: 20px;
  padding-left: 15px;
  max-width: 100%;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

.fivth-content input:focus {
  outline: none!important;
  box-shadow: none;
}

.fivth-content textarea {
  margin-bottom: 20px;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  height: 140px;
  display: inline-block;
  line-height: 40px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: none;
  outline: none!important;
  border-radius: 0;
  box-shadow: none;
}

.fivth-content textarea:focus {
  outline: none!important;
  box-shadow: none;
}

.fivth-content button, .first-content button, input[type="submit"], .recherche button{
  display: inline-block;
  background-color: #fad509;
  color: #343434;
  font-size: 13px;
  padding: 12px 18px;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  margin-bottom: 0px;
}

.fivth-content button:hover, .first-content button:hover, input[type="submit"]:hover, .recherche button:hover{
  background-color: transparent;
  border: 1px solid #fad509;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}



/*
=======================
---- FOOTER STYLE -----
=======================
*/

footer {
  background-color: /* #fad509*/ #343434;
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 2;
  margin-top: -1px;
}

footer p {
  font-size: 13px;
  color: /*#343434*/#e1ecea;
  margin: 0px;
  padding: 25px 0px;
  text-align: center;
  font-weight: 400;
}

footer p em {
  font-style: normal;
  font-weight: 500;
}

footer a, footer a:visited {
	color: #e1ecea;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer a#top {margin: 0 2.5px; padding: 0 2.5px; color: #fad509;}
footer a#top:hover {color: #fff;}
.
/*
========================================
---------- RESPONSIVE STYLE ------------
========================================
*/

@media (max-width: 850px){
	
.overlay {
  background: #000 url('../img/bg-1.png');
}


  .cd-slider-nav ul li h6 {
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
    display: none;
  }

  .cd-slider-nav .image-icon img {
    width: 25px;
  }

  .cd-slider-nav ul .selected img {
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
  }

  .cd-slider-nav .image-icon {
    width: 0px;
    height: 0px;
    line-height: 40px;
    margin: 0 auto;
  }

  .cd-slider-nav {
    background-color: #fad509;
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center!important;
  }

  .cd-slider-nav ul {
    padding: 0;
    margin: 0;
    text-align: center!important;
  }

  .cd-slider-nav ul li {
    display: inline-block;
    margin-top: 0px;
    margin-left: 15px;
  }

  .heading h1 {
    margin-top: 60px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
  }

  .heading span {
    font-size: 13px;
    letter-spacing: px;
  }

  .content {
    margin-bottom: 100px;
    margin-top: -100px;
    background-color: #fff;
    border-top: 15px solid #fad509;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  }

  .first-content h4 {
    margin-left: 15px;
    margin-right: 15px; 
  }

  .first-content p {
    margin: 0px 30px;
  }

  .second-slide .left-image {
    padding-right: 15px!important;
  }

  .second-slide .right-image {
    padding-left: 15px!important;
  }

  .second-slide .right-about-text {
    text-align: left;
    margin-left: 15px;
    margin-left: 30px;
  }

  .second-slide .left-about-text {
    text-align: left;
    margin-left: 0px;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .fivth-content .left-info .social-icons {
    margin-top: 20px;
    margin-bottom: 60px;
  }

}


/*
========================================
----------- LIGHT BOX STYLE ------------
========================================
*/

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*personnalisation */

.first-slide p, .first-slide ul, .first-slide ul li {
  text-align: left;
}

.first-slide ul li {
padding: 7.5px 80px 7.5px 80px; 
}

.left-about-text ul {padding: 0;}
.left-about-text ul li {padding: 7.5px 0px 7.5px 0px; }

.annotation {font-weight: normal;}
.i-discret{font-weight: normal; color: #888; font-weight: light; font-size: 0.9em;}
img.miniature20 {height: 20px; width: 20px;}


/*accueil*/
.presentation-chantier img:nth-of-type(1){width: 100%;}
.presentation-chantier img:nth-of-type(1):hover{filter: saturate(150%);}
.presentation-chantier h5 {margin-top: 15px;}
.presentation-chantier p, .competences p {margin: 0px;}
.presentation-chantier  div:nth-of-type(1), 
.presentation-chantier  div:nth-of-type(2) {text-align: left; clear: both;}
.presentation-chantier  div:nth-of-type(1) {margin-top: 15px; padding-bottom: 5px;}
.presentation-chantier  div:nth-of-type(1) i, .presentation-chantier  div:nth-of-type(3) i, .competences i{margin-right: 4px;}
.presentation-chantier  div:nth-of-type(2) {border-top: 1px solid #fad509; padding-top: 5px; padding-bottom: 5px; margin-top: 5px;}

.formulaire input {padding: 9px 18px; width: 100%;}
.formulaire .col-md-3 {text-align: left;}
.formulaire .primary-button {margin: 0;}

.competences h4 em{font-style: normal;
  font-weight: 700;
  color: #fad509;}
  
  /*nos chantiers */
  /*onglets*/
  
.barre-onglets {border-bottom: 1px solid #fad509}
.bouton-onglet{
display: inline-block;
background-color: #fad509;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
border-left: 1px solid transparent;
border-bottom: none;
padding: 12px 18px;
border-radius: 3px;
}

.bouton-onglet:hover, .bouton-onglet:active{
 background-color: transparent;
 border-top: 1px solid #fad509;
 border-right: 1px solid #fad509;
 border-left: 1px solid #fad509;
 -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.bouton-onglet:focus{
 background-color: #343434;
 color: #fff;
 border-top: 1px solid #343434;
 border-right: 1px solid #343434;
 border-left: 1px solid #343434;
 -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

 /*fin onglets*/
 
/*pagination*/
.pagination {width: 100%;}
.pagination .nav-ul {color: black;}
.pagination .nav-ul li {color: black; display: inline-block; }
.pagination .nav-ul a {
text-decoration: none;
display: inline-block;
    padding: 6px 12px;
    margin: 0 3px 0 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #343434;
 }

.pagination .nav-ul a:hover {
  background-color: transparent;
  border: 1px solid #fad509;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.pagination .nav-ul li a.current {background: #343434;   border: 1px solid transparent; color: #fff;}
.pagination .nav-ul li a.current:hover {background: #fad509; color: #343434;}
 /*pagination*/
 
 /*fondu*/
.fade-in {
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
8
@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
  /*fin fondu*/
  
/*chantier*/
.details-chantier p {margin: 0px;}
.details-chantier div {margin: 10px 0 10px 0;}
.details-chantier i {padding-right: 4px;}

.chantier-info {font-weight: bold;}
.chantier-info i { color: #fad509; font-size: 1.2em;}
.chantier-info + p {padding-bottom: 15px; padding-left: 25px;}
.chantier-info ul, .chantier-info li {margin: 0; padding: 0;}

#delai {display: none;}

.infobulle-item {
  position: relative;  /*les .picto-item deviennent référents*/
  cursor: help;
  border-radius: 50%;
}

/* on génère un élément :after lors du survol et du focus :*/

.infobulle-item:hover:after,
.infobulle-item:focus:after {
  content: attr(aria-label);  /* on affiche aria-label */
  position: absolute;
  top: -3em;
  left: 50%;
  transform: translateX(-50%); /* on centre horizontalement  */
  z-index: 999; /* pour s'afficher au dessus des éléments en position relative */
  white-space: nowrap;  /* on interdit le retour à la ligne*/
  padding: 5px 14px;
  background: #000;
  color: #fff;
  border-radius: 4px;
  font-size: 1.2rem;
}


/* pas de contour durant le :focus */
[aria-label]:focus {
  outline: none;
}


/*
.details-chantier  div:nth-of-type(1) {margin-top: 15px; padding-bottom: 5px;}
.details-chantier  div:nth-of-type(1) i, .presentation-chantier  div:nth-of-type(3) i, .competences i{margin-right: 4px;}
.details-chantier  div:nth-of-type(2) {border-top: 1px solid #fad509; padding-top: 5px; padding-bottom: 5px; margin-top: 5px;}*/
