.td-show {
    font-size: 1rem;
  }

  .test {
    font-size: 1rem !important;
  } 

  .white {
    color: white;
  }

  .swal2-container {
    z-index: 2000;
  }

  .imgfullsize {
    width: 70%;
  }
  @media (max-width: 900px) {
      .imgfullsize {
          width: 100%;
          image-orientation: revert;
      }
  }

  label.required:after {
    content: " *";
    color: orange;
  }

  .banner {
    width: 100%;
    /* can also set to 100vw if you wish */
    /* specify height - this is a personal favourite of mine at times */
    height: calc(100vh - 185px);
    /* if you wish to keep max-height */
    max-height: 270px;

    background-image: url('/uploads/photographies/objets/Singularity-image-1695208471685-650b3074a94d5.jpg');
    background-size: cover;
    background-position: center center;
}

.toto {
  /* width: 100%; */
  /* background-image: url('/uploads/photographies/objets/Singularity-image-1694804408175-65059511977a6.jpg'); */
    /* Full height */
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-form-label {
  width: 100% !important;
}

/* Lune aspect */
#parametre_lune_aspect {
  background-image: url("/images/icones/lune.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
}

.div_parametres_opacity {
  opacity: 0.60;
}

#content-wrapper_parametres .card-title {
  /* background: rgb(0 0 0 / 40%); */
  color: red;
  opacity: 100% !important;
}

/* Soleil aspect */
#parametre_soleil_aspect {
  background-image: url("/images/icones/soleil.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
}

/* Catalgoue astronomique */
#parametre_catalogue_astronomique {
  background-image: url("/images/icones/catalogue_astronomique.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* Contenant matériel */
#parametre_contenant_mateiel {
  background-image: url("/images/icones/contenant_materiel2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* Etat inventaire */
#parametre_etat_inventaire {
  background-image: url("/images/icones/etat_inventaire.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* Force du vent */
#parametre_vent {
  background-image: url("/images/icones/vent.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* app_importance_note_seance_index */
#parametre_importance_note_seance_index {
  background-image: url("/images/icones/importance_note_seance.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* app_importance_ephemeride_index */
#parametre_importance_ephemeride,
#parametre_type_ephemeride {
  background-image: url("/images/icones/importance_ephemeride.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* app_jour_inventaire_index */
#parametre_jour_inventaire {
  background-image: url("/images/icones/jour_inventaire.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* app_latitude_cardinal_index */
#parametre_latitude_cardinal {
  background-image: url("/images/icones/latitude_cardinal.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* app_longitude_cardinal_index */
#parametre_longitude_cardinal {
  background-image: url("/images/icones/longitude_cardinal.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* app_nuage_index */
#parametre_nuage {
  background-image: url("/images/icones/nuage.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* app_points_cardinaux_index */
#parametre_points_cardinaux {
  background-image: url("/images/icones/points_cardinaux.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* app_qualite_ciel_index */
#parametre_qualite_ciel {
  background-image: url("/images/icones/qualite_ciel.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* app_saison_index */
#parametre_saisons {
  background-image: url("/images/icones/saisons.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* app_type_objet_index */
#parametre_type_objet {
  background-image: url("/images/icones/type_objet.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* app_type_urls_index */
#parametre_type_url {
  background-image: url("/images/icones/type_url.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* app_type_inventaire_index */
#parametre_type_inventaire {
  background-image: url("/images/icones/type_inventaire.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

/* app_type_materiel_index */
#parametre_type_materiel {
  background-image: url("/images/icones/type_materiel.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C0C0C0;
}

a:hover {
  text-decoration: none !important; 
}

.sticky-element {
  background-color: #25293C;
}

.swiper {
  width: 400px;
  height: 300px !important;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.col-center{
  margin:0 auto;
}

.test {
  position : absolute;
  bottom : 0;
}