.milestone-three__number-inner{
display:unset;
}
#footer .gsc-socials a i {
    width: 42px;
    height: 42px;
background: #d58702}

#footer a:hover, #footer a:focus {
    color: #9e6608;
}

.header-three {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0 0 rgba(255, 255, 255, 0.1);
}

.workprocess-one__content {
    padding: 10px 10px 2px;
}
.workprocess-one__content:after {

    left: 45%;
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%);
}
.border-radius-left{
  border-top-left-radius:8px;
}
.header-three .stuck {
    background: #03310d;
}

ul.gva_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.block-home{
 background: #fff;
  /* offset-x  offset-y  blur   spread   couleur */
  box-shadow: -20px -20px 20px -15px rgba(0, 0, 0, 0.05);

}

@media (max-width: 1024px) {
    .header-three {
        position: fixed;
        background: none;
    }
    img.logo-site {
        max-width: 60%;
    }
}

@media (min-width: 1025px) {
    .header-three__main-menu .navigation .gva_menu > li.menu-item--active-trail > a {
        color: #ffc107;
    }
  .header-three__main-menu .navigation .gva_menu > li > a:hover, .header-three__main-menu .navigation .gva_menu > li > a:focus {
        color: #ffc107;
    }
}
@media (max-width: 767px) {
.block-home{
border-top-right-radius: 8px;
 box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.05);
}

}