
.zone-box {
    background-position: center;
   background-size: cover;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    padding: 80px 10px;

}
.zone-box:before {
      position: absolute;
    background: rgba(29,53,94,0.6);
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    content: "";
 }

.zone-box:hover:before {
    background: rgba(234,170,6,0.6);
}
.zone-box div {
    z-index: 10;
    position: relative;
}
.zone-box h5 {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0px;
    color: #FFF;
}
.product-image {
    max-width: 90%;
    max-height: 200px;
    display: block;
    margin: 20px auto;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.row-flex .col-flex
{
    margin-bottom: 30px;

}
.row-flex .card {
    height: 100%;
}

.structures .fa-plus-circle  {
    font-size: 50px;

}
.structures .add-structure .card-body {
    display: flex;
}
.structures .add-structure .icon-box {
    margin: auto;
}

.widget-box .ti-money, .grad-progress-yellow-asso, .bg-gradient .bg-grad-yellow-asso {
    background: -webkit-linear-gradient(
        315deg
        , #ff9569 -10%, #eaaa01);
}

.widget-box .ti-money, .grad-progress-white-gray, .bg-gradient .bg-grad-white-gray {
     background: -webkit-linear-gradient(
         315deg
         , #e2e2e2, #fff);

 }
.widget-box .ti-money, .grad-progress-white-gray, .bg-gradient .bg-grad-white-gray i {
    color: #888;

}
.widget-box .ti-money, .grad-progress-blue-asso, .bg-gradient .bg-grad-blue-asso,
.structures .add-structure:hover {
    background: -webkit-linear-gradient(
        315deg
        , #1d355e -10%, #456bad);
    color: #FFF;
}
.structures .add-structure:hover i {
    color: #FFF;
}

