/* -----------------------------------------
   TYPOGRAPHIE ET BASE
------------------------------------------ */
body {
  font-family: 'Merienda';
  font-size: 15px;
  padding-top: 95px; /* ajuste: 80-120px selon ton menu */
}


/* Liens de navigation */
.nav-item {
	padding: 0 12px;
}

.nav-link.active {
	background-color: rgb(209, 145, 77) !important;
}

.flag {
	max-height: 20px;
	max-width: 20px;
	margin-top: 10px;
}

/* -----------------------------------------
   STRUCTURE GÉNÉRALE ET ZONE DE CONTENU
------------------------------------------ */
.page-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.zone-contenu {
	flex-grow: 1;
	top: 75px;
	position: relative;
	padding: 40px 15px;
	margin-bottom: 25px;
}

.navMenu {
	padding-top: 75px;
	padding-bottom: 20px;
}

/* Footer */
.footer {
	border-top: 1px solid #ddd;
	font-size: 0.9rem;
	color: #555;
	text-align: center;
	padding: 15px 0;
	background-color: #f8f9fa;
}

.footer a {
	color: inherit;
	text-decoration: underline;
}

.footer a:hover {
	color: #333;
}

#section-nom-mouche {
  margin-bottom: 40px; /* espace sous le titre */
}

/* Dropdown toggle (la petite flèche) : plus discret */
.navbar .nav-item.dropdown.d-flex .dropdown-toggle {
  padding-left: 4px !important;
  padding-right: 6px !important;
}

/* Réduire la largeur du "caret" Bootstrap */
.navbar .nav-item.dropdown.d-flex .dropdown-toggle::after {
  margin-left: 4px;
  vertical-align: 0.15em;
}

/* Optionnel: un hover léger juste sur la flèche */
.navbar .nav-item.dropdown.d-flex .dropdown-toggle:hover {
  opacity: 0.75;
}





/* -----------------------------------------
   CAROUSEL Home page
------------------------------------------ */
#carouselExampleIndicators {
	padding-top: 5px;
}

.carousel-caption,
.carousel-captionindex {
	top: 15%;
	color: #fff;
}

.img-slider {
	min-height: 320px;
}

.image-reserve {
	opacity: 0.4;
	max-height: 75px;
}

.reserve-container {
	position: relative;
}

.reserve-text {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}
  
  /* Carousel plein écran */
  .carousel,
  .carousel-inner,
  .carousel-item,
  .carousel-item.active {
	height: 100vh;
  }
  
  /* Image du slider en plein écran */
  .carousel-item img.img-slider {
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  
  /* Centrer le texte dans le carousel */
  .carousel-caption {
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
	text-align: center;
	color: white;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  }
  
  .carousel-caption img {
	max-width: 1000px;
	margin-bottom: 20px;
  }
  
  .carousel-caption h2 {
	font-size: 2rem;
	font-weight: bold;
  }
  
  @media (max-width: 768px) {
	.carousel-caption h2 {
	  font-size: 1.5rem;
	}
  
	.carousel-caption img {
	  max-width: 200px;
	}
  }
  

/* -----------------------------------------
   CARTES GÉNÉRALES
------------------------------------------ */
.card-body {
	transition: all 1s ease;
}

.card-body:hover {
	transform: scale(1.05);
}

.card-img-top {
	height: 200px;
}

.card-img-top2 {
	height: 150px;
}

/* Zone "retour" : 1 seul cadre + fond gris */
.retour-interne{
	display: inline-block;
	padding: 10px 14px;
	border: 2px solid #6f6f6f;   /* bordure plus épaisse */
	background: #e9e9e9;         /* intérieur grisé */
	border-radius: 6px;
	}

/* Enlève le "2e cadre" (celui du bouton Bootstrap) */
.retour-interne .btn{
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0;                  /* on laisse le padding au nav */
	}

.retour-interne .btn:hover,
.retour-interne .btn:focus{
	font-weight: 700;                 /* bold au rollover */
	color: #555 !important;           /* gris */
	background: transparent !important;
	text-decoration: none !important;
}

/* Bouton "proportions" : texte responsive en mobile */
.section-proportions .btn{
	white-space: normal;        /* autorise le retour à la ligne */
	overflow-wrap: anywhere;    /* casse si besoin */
	max-width: 100%;
}

/* Sur petits écrans, le bouton prend la largeur (plus propre) */
@media (max-width: 576px){
.section-proportions .btn{
		display: block;
		width: 100%;
}
}



/* -----------------------------------------
   CARTES DE RECHERCHE (SPÉCIFIQUES)
------------------------------------------ */
#cartes-recherche .card {
	border: none;
	border-radius: 1rem;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
}

#cartes-recherche .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

#cartes-recherche .card-img-top {
	height: 200px;
	object-fit: cover;
}

#cartes-recherche .card-body {
	padding: 1.25rem;
}

#cartes-recherche .card-body:hover {
	transform: none;
	box-shadow: none;
	transition: none;
}

#cartes-recherche .card-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

#cartes-recherche .card-text {
	font-size: 0.95rem;
	color: #555;
}

#cartes-recherche .card .btn {
	background-color: #f0f0f0;
	color: #555;
	font-weight: 500;
	border: none;
	transition: background-color 0.3s ease;
	width: 100%;
}

#cartes-recherche .card .btn:hover {
	background-color: #e0e0e0;
}

/* -----------------------------------------
   FLEXBOX ET RÉPONSE RESPONSIVE
------------------------------------------ */
.flex {
	display: flex;
	flex-direction: column;
}

.flexRow {
	display: flex;
	flex-direction: row;
}

@media (max-width: 800px) {
	.flexRow {
		flex-direction: column-reverse;
	}

	.flexCellText {
		padding-top: 20px;
	}

	.flexCellImg img {
		float: none !important;
	}

	.flexWrap {
		grid-template-columns: 1fr;
	}
}

.flexCell {
	padding: 3px 10px 50px;
	flex: 1 1 auto;
}

.flexWrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin: auto;
}

.flex-item {
	display: flex;
	align-items: center;
	gap: 15px;
	background: #f8f8f8;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	width: 100%;
}

.flex-item img {
	width: 80px;
	height: auto;
	border-radius: 5px;
}

.flex-item p {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-grow: 1;
}

.flex-item a {
	text-decoration: none;
	color: black;
}

/* -----------------------------------------
   MINI CAROUSEL (Owl)
------------------------------------------ */
#owl-demo .item {
	background: #3fbf79;
	padding: 30px 0;
	margin: 10px;
	color: #FFF;
	border-radius: 3px;
	text-align: center;
}

.customNavigation {
	text-align: center;
}

.customNavigation a {
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* -----------------------------------------
   COMPOSANTS YOUTUBE (ÉTAPES)
------------------------------------------ */
.flexEtape {
	margin-top: 50px;
}

.youtube {
	margin-top: 40px;
}

.YoutubeText {
	height: 96px;
	position: relative;
	width: 100%;
}

.YoutubeText h5 {
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
}

/* -----------------------------------------
   DROPDOWN STYLISÉ (Choices.js)
------------------------------------------ */
.zone-choix {
	font-family: 'Merienda', sans-serif;
	font-size: 1rem;
	border-radius: 0.5rem;
	height: 35px;
}

.zone-choix .choices__inner {
	background-color: #fff;
	border-radius: 0.5rem;
	border: 1px solid #ccc;
	color: #555;
	min-height: 35px;
	height: 35px;
	padding: 2.5px 7.5px 3.75px;
}

.zone-choix .choices__list--dropdown .choices__item--selectable {
	padding: 10px;
	transition: background-color 0.2s ease;
	color: #555;
}

.zone-choix .choices__list--dropdown .choices__item--selectab

/* -----------------------------------------
   BOUTON STYLISÉ PERSONNALISÉ
------------------------------------------ */


.btn-style-menu,
.btn-style {
	background-color: #ffffff;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 8px 16px;
	font-size: 1rem;
	font-family: 'Merienda', sans-serif;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-style:hover {
	background-color: #f0f0f0;
	color: #333;
}

#btn-style {
	background-color: #ffffff;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 1rem;
	font-family: 'Merienda', sans-serif;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: 35px;
    height: 35px;
}

#btn-style:hover {
	background-color: #f0f0f0;
	color: #333;
}

/* -----------------------------------------
   list MOUCHES (Bootstrap Style)
------------------------------------------ */
#liste-mouches .card {
	border: none;
	border-radius: 1rem;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
	background-color: #ffffff;
}

#liste-mouches .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

#liste-mouches .card-img-top {
	height: 140px;
	width: 100%;
	object-fit: contain;
	background-color: #ffffff;
	border-bottom: 1px solid #eee;
	padding: 10px;
	border-radius: 12px 12px 0 0;
}

#liste-mouches .card-body {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#liste-mouches .card-title {
	font-size: 1.15rem;
	font-weight: 600;
	margin-bottom: 0;
	text-align: center;
	font-family: 'Merienda', sans-serif;
	color: #222;
}

/* -----------------------------------------
   NOUS JOINDRE - Formulaire de contact
------------------------------------------ */
.contact-section {
	background-color: #ccc;
	border-radius: 1rem;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	padding: 2rem;
	margin-top: 125px;
	margin-bottom: 50px;
}

.contact-section h2 {
	font-family: 'Merienda', cursive;
	color: #333;
	margin-bottom: 1rem;
}

.contact-section p {
	color: #555;
	font-size: 1rem;
}

.contact-section .form-control {
	border-radius: 0.5rem;
	border: 1px solid #ccc;
	box-shadow: none;
	transition: border-color 0.3s ease;
}

.contact-section .form-control:focus {
	border-color: #007bff;
	box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.contact-section .btn {
	border-radius: 0.5rem;
	font-weight: 600;
}

.contact-section a {
	color: #007bff;
	text-decoration: none;
}

.contact-section a:hover {
	text-decoration: underline;
}


/* ---------- Fiche Mouche : Matériel Requis ---------- */

.titre-mouche h2 {
	font-family: 'Merienda', cursive;
	font-weight: 700;
	font-size: 2rem;
	color: #333;
	margin-top: 50px;
	margin-bottom: 50px;
}

.section-materiel {
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	padding: 30px;
	font-family: 'Merienda', sans-serif;
	margin-bottom: 50px;
  }
  
  .fiche-mouche {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: flex-start;
	justify-content: space-between;
  }
  
  .fiche-mouche-texte {
	flex: 1 1 300px;
  }
  
  
  .fiche-mouche-texte h3 {
	font-size: 1.8rem;
	margin-bottom: 20px;
  }
  
  .fiche-mouche-textet h5 {
	margin-top: 1rem;
	margin-bottom: 0.3rem;
	font-weight: bold;
  }
  
  .flexCellText p {
	margin-bottom: 0.8rem;
	font-style: italic;
	color: #444;
  }
  
  .fiche-mouche-image {
	flex: 1 1 300px;
	text-align: center;
  }
  .fiche-flyshop-image {
	flex: 1 1 300px;
	text-align: center;
	margin-right: 50px;
  }
  
  .fiche-mouche-image img {
	max-width: 100%;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  /* Responsive */
  @media (max-width: 768px) {
	.flexRow {
	  flex-direction: column;
	  gap: 1rem;
	}
  
	.flexCellImg {
	  text-align: center;
	}
  }
/* ================================
   Pages Poils + Plumes (layout stable)
=================================== */
.poil-bloc, .plume-bloc{
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin: 20px 0 30px;
}

.poil-texte, .plume-texte{
  flex: 1 1 auto;
  min-width: 0;
}

.poil-img, .plume-img{
  flex: 0 0 420px;     /* ✅ AVANT: 220px — augmente ici */
  max-width: 520px;    /* ✅ optionnel : limite “propre” */
}

.poil-img img, .plume-img img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* Mobile : image en dessous, pleine largeur */
@media (max-width: 768px){
  .poil-bloc, .plume-bloc{
    flex-direction: column;
  }

  .poil-img, .plume-img{
    width: 100%;
    max-width: 100%;   /* ✅ AVANT: 240px — c’est ça qui la rendait trop petite */
    margin: 0;
  }
}


/* ---------- Fiche Mouche : variantes-couleurs---------- */
  .variantes-couleurs a {
	margin: 8px;
  }
  
  .variantes-couleurs img {
	border-radius: 8px;
	transition: transform 0.2s ease;
  }
  
  .variantes-couleurs img:hover {
	transform: scale(1.03);
  }

  /* ---------- Section Note complémentaire ---------- */
.section-note {
	background-color: #f9f9f9;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin-top: 40px;
	font-family: 'Merienda', sans-serif;
  }
  
  .section-note h4 {
	font-size: 1.6rem;
	margin-bottom: 20px;
	color: #333;
  }
  
  .section-note p {
	font-size: 1rem;
	color: #444;
	margin-bottom: 10px;
	line-height: 1.6;
  }

    /* ---------- Section proportions ---------- */

	.section-proportions {
		border-radius: 12px;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
		padding: 30px;
		margin-top: 40px;
		font-family: 'Merienda', sans-serif;
	  }

  .section-proportions img {
	border: 1px solid #ddd;
	transition: transform 0.2s ease;
  }
  
  .section-proportions img:hover {
	transform: scale(1.03);
  }
  
  
  
  