@import url("styles/themes/theme-lucy.min.css");
.factory-flag{ visibility: hidden; }

@media (max-width: 400px) {
    .home-lucy h1 {
        font-size: 38px;
    }
}

.testimonials {
    color: #FFF !important;
    font-size: 20px !important;
}

@media (max-width: 991px) {
  .home-lucy h1 {
      text-align: left;
    }
.testimonials {
    font-size: 12px !important;
}
    }

@media (min-width: 760px) and (max-width: 991px) {
  .navbar-brand {
      font-size: 11px !important;
    }
}

@media (min-width: 991px) {
    .portable-only {
        display: none;
    }
}

.aligner-c {
    text-align: center !important;
}

.aligner-g {
    text-align: left !important;
}

.minuscule {
    text-transform: none;    
}

footer .bottom {
    margin-top: 0 !important;
}

footer {
    padding: 0 !important;
}

.remarque { 
    display:none; 
}