/* Import d'une police */

/* couleur de l'année : #fdea0cff (jaune) */

@font-face {
	font-family: 'bebas_neue';
	font-style: normal;
	font-weight: 400;
	src: url('//www.maison-des-mineraux.org/~admin/plugins/comete/fonts/BebasNeue-Regular.woff2') format('woff2'),
		url('//www.maison-des-mineraux.org/~admin/plugins/comete/fonts/BebasNeue-Regular.woff') format('woff');
}

h1,
h2,
h3,
h4,
h5,
small {
	font-family: 'bebas_neue', sans-serif;
	text-transform: uppercase;
}

a {
	color: #000;
	text-decoration: underline;
}

body {
font-size : 16px;
}

a:hover {
	color: #000;
	background-color: #fdea0cff;
}


.navbar-nav > li > a {
	text-decoration: none;
	font-size: 100%
}

.bs-footer {
	margin-top: 50px;
	border-top: 1px solid #EEEEEE;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eee;
}

.bs-footer .nav > li > a {
	margin: 0;
	padding: 5px 0px;
}

.bs-footer .nav > li > a:hover {
	color: #a52fa1;
}

.navigation-diapo {
	margin: auto;
}

.jumbotron {
	margin: 0px;
	border-bottom: 1px dotted #999999;
	color: #000;
}

.jumbotron h1 {
	display: inline-block;
	background-color: #fdea0cff;
	font-size: 80px;
	padding: 10px;
}

.jumbotron small {
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	display: inline-block;
	color: #000; 
	background-color: #fff;
	padding: 0px;
}

.section-horaires h2 {
background-color : #fdea0cff; 
}

.section-covid {
	background-color: #fdea0cff;
	color: #000;
	margin-top: 20px;
	padding-bottom: 10px;
}

.section-covid a {
	color: #000;
}

.section-covid a:hover {
	color: #000;
	background-color: #fff;
}

.section-covid ul {
	padding-left: 0px;
}

/* Section Bientôt */

.section-bientot {
	background-color: #eee;
	color: #000;
	margin-top: 20px;
	padding-bottom: 10px;
}

.section-bientot a {
	color: #000;
}

.section-bientot a:hover {
	color: #000;
	background-color: #fff;
}

.section-bientot ul {
	padding-left: 0px;
}


/* Section Hack ton musée */

.section-hack {
	background-color: #ffffff;
	color: #000;
	margin-top: 20px;
	padding-bottom: 10px;
}

.section-hack a {
	color: #000;
}

.section-hack a:hover {
	color: #000;
	background-color: #fff;
}

.section-hack ul {
	padding-left: 0px;
}

.newlsetter {
	padding: 1.5em 0;
	text-align: center;
	background: #fff;
}

.newlsetter .formulaire_newsletter { 
	text-align: center;
}
.newlsetter .formulaire_newsletter .editer_session_email label {
	display: block;
}
.newlsetter .formulaire_newsletter .editer_session_email input {
	margin-bottom: 1em;
} 


.liste-rubriques {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.liste-articles {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FDFDFD;
}

.liste-articles-selection {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fae600;
}

.liste-sites {
	background-color: #EDEDED;
}

.liste-motscles {
	border-top: 1px solid #EEE;
	padding-bottom: 20px;
}

.article {
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.article h1 {
	color: #000;
	background-color: #fdea0cff;
	padding : 5px;
}

.document {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	background: #FDFDFD;
}

.row {
	margin-top: 10px;
}

.hierarchie {
	margin-top: 20px;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-galaxie {
	background-color: #FFFFFF;
}

.navbar-principale {
	background-color: #EFEFEF;
}

.navbar-principale a {
	color: #000;
}

mark {
	background-color: #FF3380;
	color: #FFFFFF;
}

.agenda {
	background-color: #fdea0cff;
	color: #000;
	margin-top: 20px;
	padding-bottom: 10px;
}

.agenda a {
	color: #000;
}

.agenda a:hover {
	color: #000;
	background-color: #fdea0cff;
}

.agenda time {
	display: block;
	font-weight: bolder;
	line-height: 0.9;
	margin: 10 auto;
	text-transform: uppercase;
	color: #000;
	width: 100%;
	border-top: 5px dotted #fff;
	padding: 10px;
}

.agenda time .day-name {
	display: block;
	font-size: 1.25rem;
	text-align: center;
}

.agenda time .day {
	display: block;
	font-size: 5.125rem;
	text-align: center;
}

.agenda time .month {
	display: block;
	font-size: 1.25rem;
	text-align: center;
}

.agenda small {
	font-size : 150%;
}

.agenda .col-md-2:hover {
	background-color: #fff;
}

.btn-primary {
	background-color: #fdea0cff;
	color: #000;
	border: 0px;
}

.btn-primary:hover {
	background-color: #EFEFEF;
	color: #000;
	border: 0px;
}

/* formulaires d'abonnement */

.formulaire_spip .explication {
	background-color: #ededed;
	margin-bottom: 0;
	padding: 0.5em;
}

.label {
	display: inline;
	font-weight: normal;
}

.checkbox {
	display: inline;
}

ul.editer-groupe {
	list-style-type: none;
}

/* Carrousel */

.carousel-caption {
	bottom: 120px;
	color: #ffffff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
}

.carousel-caption h1 {
	font-size: 60px;
	color: white;
	text-shadow: 3px 3px 5px #000000;
}

.btn-danger {
	background-color: #c71010;
}

.menu-items__item {
	padding-top: 10px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

.navbar-form {
	padding-top: 10px;
}

.spip_document {
margin-bottom : 30px;
}

/* */

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


/* Evenements > instagram */ 

.event-card {
  position: relative;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.event-card img {
  width: 100%;
  display: block; /* Supprime l'espace sous l'image */
  margin: 0;
  padding: 0;
  border-radius: 0px 0px 0 0; /* Arrondi uniquement en haut si besoin */
}

.event-overlay {
  position: absolute;
  bottom: 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  color: white;
  padding: 10px 15px;
  transition: background 0.3s ease;
}

.event-title {
  background-color : #fdea0cff; 
  color : black;
  margin-top : 0px;
  margin-bottom: 0px;
  padding : 10px;
  /* Ombre forte */
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5);
}

.event-title h3 {
margin : 0px;
font-size: 2rem;
font-weight: bold;
}

.event-date {
display: inline-block;
text-transform: uppercase;
font-size: 1,7rem;
font-weight: bold;
margin-bottom: 0px;
background-color : #000; 
font-style : bold;
padding : 10px;
/* Ombre forte */
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5);
}

.event-description {
display: inline-block;
margin : 0px;
font-size: 1,2rem;
font-weight: bold;
color : #000; 
padding : 10px;
}

.event-location {
display: inline-block;
font-size: 1,4rem;
font-weight: bold;
color : #000; 
background-color : #fff;
padding : 10px;
margin-bottom : 0px;
/* Ombre forte */
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5);
}

.event-card:hover .event-overlay {
  background: rgba(0, 0, 0, 0);
}

/* carrousel */

.carousel-inner {
  display: flex;
  flex-direction: row;
}

.carousel-item {
  display: flex;
  justify-content: center;
  transition: transform 0.8s ease-in-out;
}

.event-card {
  max-width: 95%;
  margin: auto;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.card-img-top {
  height: 180px;
  object-fit: cover;
}

/* Faire en sorte que le carrousel occupe toute la largeur */
.carousel-container {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Assurer que l’image remplit l’espace */
.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Supprimer la contrainte des marges */
.container,
.container-fluid {
    max-width: 100%;
    padding: 0;
}

/* Personnalisation des boutons de navigation */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
}

