.flashbag-valid {
    background-color:#9dd698;
    border: 1px solid #79ad74;
    border-radius: 3px;
    height: 68px;
    margin-right: 30%;
    margin-left: 30%;
    margin-bottom: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
}

.liste-args {
    min-height: 120px;
}

.btn:hover {
    border-bottom: 4px solid #0b853a;
}

.bg-light {
    background-color: #CCC !important;
}

.h1-custom {
    color: #FFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.h1-sub-custom {
    color: #FFF;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}

.image-overlay {
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  padding: 12px;
  padding-bottom: 12px;
}

.h4-top-custom {
    margin-top: 36px;
}

.btn-cta {
    border: 0px;
    border-bottom: 4px solid #0b853a;
}

.btn-cta:hover {
    color: #0b853a;
}

.logo-header {
    width: 62px;
    height: 40px;
}