.toolbox{
  background-image: url("../images/toolbox.png");
  background-size:100%;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 180px;

  /*
  background-position: left center;
  background-repeat: repeat-x;
  bottom: 0;

  position: absolute;
  width: 100%;
  */
}


.dropdown-menu{
  min-width: 180px;
}


.icosocial{
  height:35px;
  float: left;
  padding-bottom: 10px;
}

.iconhome{
    position: absolute;
    height: 100px;
}
.txthome1{
    padding-left: 80px;
}

.txthome2{
    padding-left: 140px;
}
.txthome3{
    padding-left: 120px;
}
.txthome4{
    padding-left: 90px;
}


header {
  border-bottom: 0px !important;
}

#header, #header-wrap, #logo img, #header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu, #mainMenu > ul, #header.header-sticky:not(.header-static) .nav-main-menu-responsive, #header .side-panel-button {
    height: auto;
}


#mainMenu > ul > li > a {
   /* font-size: 10.4px;*/
    padding-top: 27.3px;
}


/* icon pieces jointes*/
.underline{
  text-decoration: underline;
}
#imgmetre{
  width: 25px;
  padding-bottom: 2px;
}
@media (width: 1024px) {
  #imgmetre{
    padding-bottom: 0px;
  }
}
/*
.pieces-jointes{
  background: url("../images/pieces-jointes.png") no-repeat right bottom;
  background-size: 30px;
  display: inline;
  padding-left: 125px;
}
*/

/*
.input_container{
  position: relative;
}
.input_placeholder_icon{
  position: absolute;
  font-size: 21px;
  width: 50px;
  top: 2px;
}
@media (max-width: 991px) {
  .input_placeholder_icon{
    position: absolute;
    font-size: 21px;
    width: 50px;
    top: -5.5px;
  }
}
*/


.ui-menu{
  z-index: 990 !important;
}

.logo-anim-start{
    background: url("../images/logo/animation/ANIMATION-start.png") center no-repeat;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 998;
}

#loader-wrapper {
    display: flex;
    background-color: #fff;
    background-image: url("../images/PATTERN_CAISSE_OUTILS.png");
    background-size: 70px;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    opacity: 1;
}
#loader-logo{
    background: url("../images/logo/LOGO_TRANSP.png") center no-repeat;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
}
#loader-text{
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    padding-top: 150px;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.logo-hide{
    opacity:0;
}
.logo-show{
    opacity:1;
    transition:opacity 5000ms;
}







@media (max-width: 991px) {

    .icosocial{
      height:45px;
      float: left;
      padding-bottom: 10px;
    }

    .toolbox{
        background-image: none;
    }

    #mainMenu ul > li > a,
    #mainMenu ul > li > span {
        line-height: 15px;
    }
    .main-menu li.resp-active > ul.dropdown-menu {
        padding-left: 10px;
        padding-top: 45px;
    }

    #loader-logo, .logo-anim-start{
        background-size: 400px;
        top: -50px;
    }

}



.hr-title abbr {
    background-color: #FCD808;
}
.hr-title {
    color: #707273;
}

/*.team-members, .team-members-left, .team-member*/
.team-image{
    float: left;
    width: 40%;
    margin-bottom: 0;
}

.team-member {
    padding: 20px;
    text-align: left;
    border: 1px solid #eeeeee;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
}

.team-desc {
    overflow: hidden;
    position: relative;
    width: 60%;
    padding-left: 30px;
}

.img-entreprise{
    max-height: 200px;
    max-width: 300px;
}

.form-control.header{
    outline: none;
    background-color: #EEEEEE;
}
.form-control.header{
    background-image: linear-gradient(
            180deg, rgba(0,0,0,0),
            rgba(0,0,0,0) 81%,
            #222222 81.1%,
            #222222 85%,
            rgba(0,0,0,0) 85.1%,
            rgba(0,0,0,0)
    );
    text-decoration: none;
}

.form-control{
    border-color: #000000;
    border-width: 1px;
}
.form-control.header:focus{
    outline: none;
    border-color: #eeeeee;
}

.form-control:focus{
  border-color: #fcd808;
}

.form-group label {
    margin-top: 0px;
}

#page-search{
    border-color: #EEEEEE;
    border-width: 2px;
}

#page-searchtype {
    border-color: #EEEEEE;
    border-width: 2px;
}

.copyright-estimdevis {
    /*border-top: 1px solid #222;*/
    min-height: 10px;
    padding-top: 20px;
    padding-bottom: 0px;
}
.jaune-estim{
  color: #fcd808 !important;
}
nav .main-menu .dropdown-menu {
  background-color: #707273 !important;
}

ul{
  color: #888;
}




.grid li:hover {
    cursor: pointer;
    background-color: #fcd808;
}

.grid.clients-grey {
    border: 1px solid #ddd;
}
.grid.clients-grey li {
    background-color: #fff;
}
.grid.clients-grey li:before {
    border-left: 1px solid #ccc;
}
.grid.clients-grey li:after {
    border-bottom: 1px solid #ccc;
}
.grid.clients-border {
    border-width: 10px;
}




@media screen and (max-width: 765px) {
    body h3{
        font-size: 24px;
    }

  

    .team-image {
        float: none;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .team-desc {
        overflow: hidden;
        position: relative;
        width: 100%;
        padding-left: 0px;
        line-height: 18px;
    }
    .team-desc p{
        padding-bottom: 0px;
    }

    .team-member {
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 0px;
        font-size: 12px;
    }
    .img-entreprise {
        max-height: 100px;
        max-width: 200px;
    }
    #mainMenu > ul > li > a {
        padding-top: 10px;
    }
    .linkmenu {
        border-bottom: 0 none;
        border-radius: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        height: 90px;
        line-height: 24.6px;
        margin-left: 0;
        margin-right: 0;
        outline: medium none;
        padding-top: 26px;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out 0s;
    }
    
}

/*
@media only screen and (min-width: 1020px) {
  .group-process { display: flex; }
}

.block-process {
     padding-left: 15px;
     padding-right: 15px;
     position: relative;
     z-index: 10;
}

.block-process::before, .block-process::after {
     content: " ";
     display: table;
}

.block-process::after {
     clear: both;
}

.block-process::before, .block-process::after {
     content: " ";
     display: table;
}

.block-process::after {
     clear: both;
}

.block-process .__icon {
     position: relative;
}

.block-process .__icon::before {
     background: #99e3c1 none repeat scroll 0% 0%;
     content: "";
     display: block;
     position: absolute;
     z-index: -1;
}

.block-process:last-child .__icon::before {
     display: none;
}

.block-process.active .__icon .circle-icon::before {
     background-color: #00bfff;
}

.block-process.active .__icon::before, .block-process.active ~ .block-process .__icon::before {
     background-color: #dadada;
}

.block-process.active ~ .block-process .__icon .circle-icon::before {
     background-color: #a2a2a2;
}

@media only screen and (min-width: 1020px) {
  .block-process { text-align: center; }
  .block-process .__title { height: 60px; margin-bottom: 0px; }
  .block-process .__icon { margin: 0px -15px 40px; }
  .block-process .__icon::before { width: 100%; top: 50%; height: 4px; transform: translateY(-50%); }
  .block-process .__icon::before { left: 50%; }
  .group-process.large-icon .block-process .__icon .circle-icon::before { width: 140px; height: 140px; border: 10px solid rgba(255, 255, 255, 0.6); line-height: 120px ! important; font-size: 40px; }
}

@media only screen and (max-width: 1019px) {
  .block-process { padding-left: 100px; padding-bottom: 20px; }
  .block-process .__title { margin-bottom: 10px; }
  .block-process .__icon { position: absolute; width: 70px; height: 100%; left: 15px; top: 0px; }
  .block-process .__icon::before { width: 4px; height: 100%; left: 50%; transform: translateX(-50%); }
}

.block-process-2 {
     position: relative;
}

.block-process-2 .cell-vertical-wrapper {
     height: 320px;
}

.block-process-2 .__number {
     bottom: 0px;
     color: #333333;
     font-size: 200px;
     height: 200px;
     left: 6px;
     line-height: 1;
     margin-bottom: auto;
     margin-top: auto;
     opacity: 0.04;
     position: absolute;
     top: -20px;
}

.block-process-2 .__block {
     margin-left: auto;
     margin-right: auto;
     padding-bottom: 40px;
     padding-top: 40px;
}

.block-process-2 .__block > * {
     letter-spacing: 0.05em;
}

.block-process-2 .__block .__title {
     font-size: 14px;
     margin-bottom: 10px;
}

.block-process-2 .__block p.__content {
     margin-bottom: 0px;
}

.block-process-2.size-small .cell-vertical-wrapper {
     height: 240px;
}

.block-process-2.size-small .__block > * {
     letter-spacing: 0px;
}

.block-process-2.size-small .__block .__title {
     font-size: 18px;
     margin-bottom: 5px;
}

@media only screen and (min-width: 1020px) {
  .block-process-2 .__block { max-width: 320px; }
}

@media only screen and (max-width: 1019px) {
  .block-process-2 .__block { max-width: 720px; }
}



*/






















































/* Icon-box-list */
/*
.group-icon-box-list-right-slider {
  position: relative;
}
.group-icon-box-list-right-slider .__block-wrapper-1,
.group-icon-box-list-right-slider .__block-wrapper-2 {
  padding-right: 15px;
  padding-left: 15px;
}
.group-icon-box-list-right-slider .__block-wrapper-1 .__block,
.group-icon-box-list-right-slider .__block-wrapper-2 .__block {
  margin-right: auto;
  margin-left: auto;
}
.group-icon-box-list-right-slider .__block-wrapper-1 {
  padding-top: 100px;
  padding-bottom: 60px;
}
.group-icon-box-list-right-slider .__block-wrapper-1 .__block .hr-header {
  margin-bottom: 30px;
}
.group-icon-box-list-right-slider .__block-wrapper-2 {
  position: relative;
}
.group-icon-box-list-right-slider .__block-wrapper-2 .cell-vertical-wrapper {
  table-layout: fixed;
}
.group-icon-box-list-right-slider .__block-wrapper-2 .__block {
  max-width: 640px;
}
@media only screen and (min-width: 768px ) {
  .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
    width: 720px;
  }
}
@media only screen and (min-width: 1020px ) {
  .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
    width: 960px;
  }
}
@media only screen and (min-width: 1230px ) {
  .group-icon-box-list-right-slider .__block-wrapper-1,
  .group-icon-box-list-right-slider .__block-wrapper-2 {
    width: 50%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
    max-width: 680px;
  }
  .group-icon-box-list-right-slider .__block-wrapper-2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 1229px ) {
  .group-icon-box-list-right-slider .__block-wrapper-2 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.group-icon-box-list-side-image {
  position: relative;
}
.group-icon-box-list-side-image:before,
.group-icon-box-list-side-image:after {
  content: " ";
  display: table;
}
.group-icon-box-list-side-image:after {
  clear: both;
}
.group-icon-box-list-side-image:before,
.group-icon-box-list-side-image:after {
  content: " ";
  display: table;
}
.group-icon-box-list-side-image:after {
  clear: both;
}
.group-icon-box-list-side-image .__block-wrapper-2 {
  padding-top: 100px;
  padding-bottom: 75px;
  padding-right: 15px;
  padding-left: 15px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block {
  margin-right: auto;
  margin-left: auto;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block > .__title {
  margin-bottom: 20px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block > .__caption {
  margin-bottom: 50px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon {
  margin-bottom: 25px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon .__right-side .__heading {
  padding-top: 5px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px ) {
  .group-icon-box-list-side-image .__block-wrapper-2 .__block {
    width: 720px;
  }
}
@media only screen and (min-width: 1020px ) {
  .group-icon-box-list-side-image .__block-wrapper-2 .__block {
    width: 960px;
  }
}
@media only screen and (min-width: 1230px ) {
  .group-icon-box-list-side-image .__block-wrapper-1,
  .group-icon-box-list-side-image .__block-wrapper-2 {
    width: 50%;
  }
  .group-icon-box-list-side-image .__block-wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
    float: right;
  }
  .group-icon-box-list-side-image .__block-wrapper-2 .__block {
    max-width: 700px;
  }
  .group-icon-box-list-side-image .__block-wrapper-1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 1229px ) {
  .group-icon-box-list-side-image .__block-wrapper-1 {
    position: relative;
    min-height: 500px;
  }
}


.static-background {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
*/
