/* =========================
   GOOGLE FONT
========================= */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');
/*"https://fonts.googleapis.com/css?family=Raleway&display=swap*/

/* orange = #ffa500*/

/* =========================
   RESET
========================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;    /* important pour que padding n’ajoute pas à la largeur */
}

.captcha-wrapper {
    display: flex;
    align-items: center; /* centre verticalement image + input */
    gap: 10px;           /* espace entre image et champ */
}

.captcha-wrapper input {
    flex: 1;             /* prend tout l’espace restant */
    padding: 5px 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.form-group.input-error input {
    border-color: red;   /* même style que les autres champs en erreur */
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

/* cours_options */

.pricing-container {
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    justify-content:center;
    margin:20px 0;
}

.pricing-card {
    background:#fffde7;
    border-radius:12px;
    border:1px solid #fdd835;
    padding:18px;
    width:220px;
    text-align:center;
    position:relative;
}

.pricing-card.popular {
    border:2px solid #f57f17;
    transform:scale(1.05);
    background:#fff9c4;
}

.pricing-badge {
    background:#f57f17;
    color:white;
    font-size:12px;
    padding:4px 8px;
    border-radius:20px;
    display:inline-block;
    margin-bottom:8px;
}

.pricing-title {
    font-weight:bold;
    margin-bottom:8px;
}

.pricing-price {
    font-size:24px;
    color:#f57f17;
    font-weight:bold;
}

.pricing-sub {
    font-size:13px;
    color:#666;
    margin-top:6px;
}
.pricing-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    background: #f57f17;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    font-size: 13px;
    transition: 0.2s ease;
}

.pricing-btn:hover {
    background: #e65100;
}

.orange-list {
    color: #ffa500;
}

.check {
  color: #28a745; /* vert Bootstrap */
}

/** ======================================================
   BASE – MOBILE PORTRAIT
   (≤ 599px, portrait)
   Ancien : responsive_14.css
========================= */
/* 👉 Mets ici tout le CSS mobile par défaut */
/* Pas de media query (mobile-first) */
body {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 400;
	background-color:#e6e7e8;
}

#page {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
	padding: 0 5px;
}

/* =========================
   HEADER
========================= */

.header {
    display: flex;
    //flex-wrap: wrap;          /* permet au p de prendre sa ligne */
    align-items: center;
    padding: 30px 20px 1px 0;
    color: grey;
}

.header2 {
    display: flex;
    //flex-wrap: wrap;          /* permet au p de prendre sa ligne */
    align-items: center;
    padding: 0 20px 1px 0;
    color: grey;
}

/* Le p prend toute la largeur */
.header p {
    width: 100%;              /* 🔥 force le retour à la ligne */
    font-size: 16px;
	margin: 0 0 5px 0;
    text-align: left;
}

/* Image */
.header img,
.header2 img {
    height: 40px !important;
	width: auto;       /* conserve les proportions */    
	margin-right: 10px;
}

/* H1 */
.header h1,
.header2 h1 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
	
div#intro {
	text-align:center;
	font-family: Raleway;
	font-size: 9px;
	color : grey;
	text-decoration: solid;
	//text-align: center;
    //text-justify: inter-word;
	margin:10px 0 10px 0; /*top right bottom left*/
}
div#intro span {
	//background-color: red;
	display: inline-block; /*sinon width n'est pas pris en compte*/
	width:3px;
}

div#headlines {
    width: 100%; 
	overflow: auto;
	background-color: lightgrey; 
	border-radius:10px; 
	text-align:center; 
	padding-bottom:10px; 
	font-size:20px;
	margin-bottom:20px;
}

/* =========================
   NAV / ONGLET MENU
========================= */

/* Mobile portrait ≤599px : active le select, cache les onglets */
.onglets select.navigation {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
	text-align: left;
}

.onglets ul.navigation {
    display: none; /* caché sur mobile, activé par les media queries */
}

.onglets {
    background:url(../images/bg-header_1400.jpg) no-repeat;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 20px auto;
    height:auto;
    overflow:hidden;
    border-radius: 10px;
}

.onglets ul.navigation {
    justify-content: space-between;
    height:auto;
    list-style:none;
    margin:0;
    overflow:hidden;
    padding:0;
    width: 100%;
}

.onglets ul.navigation li {
    background:url(../images/bg-nav.jpg) no-repeat center center;
    background-size: cover;
    flex: 0 1 auto;
}

.onglets ul.navigation li.selected {
    background: url(../images/bg-nav-selected2.jpg) no-repeat center center;
    background-size: cover;
}

.onglets ul.navigation li a {
    color:#f0f0f0;
    display:block;
    font-family: Raleway;
    font-size:20px;
    height:68px;
    letter-spacing:.087em;
    line-height:62px;
    padding:0;
    text-decoration:none;
    font-weight:500;
    text-align: center;
}

.onglets ul.navigation li a img {
    height:56px; 
    padding:2px;
}

.onglets ul.navigation li.selected a {
    background:url(../images/bg-nav-selected.png) no-repeat center 63px;
    color:#fff;
}

.onglets ul.navigation li a:hover {
    background-color: #ffa500;
}

.hero-left,
.hero-right {
    width: 100%;
}

.hero-section {
    background: #f8f9fa;
    padding: 20px 20px !important;  /* padding réduit pour mobile */
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
}

.hero-section h1 {
    font-size: 1.4em !important;
}

.hero-content {
    display: block;  /* ← clé : block au lieu de flex sur mobile */
    text-align: center;
}

.hero-subtitle {
    font-size: 1em !important;
    margin-top: 15px;
}

.hero-benefits {
    padding-top: 15px !important;
}

.hero-proof {
    margin-top: 15px;
    font-size: 0.9em !important;
    color: #666;
}
.hero-image img {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
}

.info-tooltip {
	position: relative;
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
}

.info-icon {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 16px;
	height: 16px;

	border: 1px solid #777;
	border-radius: 50%;

	font-size: 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;

	color: #777;
	background: #fff;

	cursor: pointer;
}

.tooltip-text {
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);

	width: 280px;
	padding: 10px 12px;

	background: #fff;
	color: #202124;

	border: 1px solid #dadce0;
	border-radius: 8px;

	box-shadow: 0 2px 10px rgba(0,0,0,0.15);

	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	text-align: left;

	opacity: 0;
	visibility: hidden;

	transition: opacity 0.2s ease;

	z-index: 999;
}

.info-tooltip:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
}

/*
========================================
 SLIDESHOW - STRUCTURE (ESSENTIAL)
========================================
*/

#slides {
	position: relative;
	height: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 18px;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;

	/* transition opacity */
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;

	/* visual styling */
	font-size: 40px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
}

/*
========================================
 SLIDE STATE
========================================
*/

.showing {
	opacity: 1;
	z-index: 2;
}

/*
========================================
 LINKS
========================================
*/

.slide a {
	color: #6B7073;
	font-family: Raleway;
	display: inline;
	margin: 0;
	text-decoration: underline;
}

.slide a:hover {
	color: white;
	/* background-color: #ffa500; */
}

/*
========================================
 SLIDE BACKGROUNDS (THEME)
========================================
*/

.slide:nth-of-type(1) {
	background: lightgrey;
}

.slide:nth-of-type(2) {
	/* background: #F8C471; */
	/* background: #ffc107; */
	background: #2ecc71;
}

.slide:nth-of-type(3) {
	background: green;
}

.slide:nth-of-type(4) {
	background: blue;
}

.slide:nth-of-type(5) {
	background: purple;
}

span#headlines1 { 
	 font-size:17px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 0.6;
}

span#headlines1 a {
	font-size:17px;
	color:yellow;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}

span#headlines1 a:hover {
	font-size:17px;
	color:orange;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}

span#headlines2 {
	 font-size:15px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 0.2;
	 margin-bottom:30px;
}

span#headlines2white {
	 font-size:14px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 0.1;
}

span#headlines2grey {
	 display: inline-block;
	 margin-top:10px;
	 font-size:14px; 
	 color:grey; 
	 font-weight:400; 
	 letter-spacing:.025em;
}
/*
essential styles:
these make the slideshow work - rotation texte index.php END
*/

.covid-msg {
	background-color: white; 
	border-radius: 10px; 
	padding: 10px; 
	text-align: center; 
	font-size: 18px;
	margin-bottom:20px;
}

/* Select */
select {
    //color: orange;
	text-align: center;
}
/*
select option {
    color: #6a7578;
}
*/
/* =========================
   MAIN CONTENT
========================= */
.main {
    width: 100%;
    padding: 0px;
	color:#6a7578;
}

.main a {
	color:#6B7073;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}
.main a:hover {
	/*background-color: #ffa500;*/
	color: #ffa500;
	text-decoration: none;
}

/* Layout principal (mobile = colonne) */
.layout {
    display: flex;
    //flex-direction: column;
	flex-direction: column-reverse;
    //gap: 1px;
	margin-top: 50px;
	padding: 0 5px;
	/*background-color: lightblue;*/
}

#layout_partitions {
    display: flex;
    //flex-direction: column;
	flex-direction: column-reverse;
    //gap: 1px;
	margin-top: 85px;
	padding: 0 5px;
	/*background-color: lightblue;*/
}	

/* =========================
   CONTENT
========================= */
/*
.content { 
	display: flex;
	//flex: 1;
    //width: 100%;
    margin: 10px 0;
    gap: 15px;
}
*/

.content {
    position: relative;   /* référence pour le h3 */
    margin-bottom: 80px;  /* espace entre sections */
	width:100%;
}

.content_partitions {
    width: 100%;
	margin: -25px 0;
}

/* =========================
   SIDEBAR
========================= */
.sidebar_left {
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box; /* assure que padding ne dépasse pas */
}

.sidebar_left ul {
	background-color:#d0d4d7;
	border-radius:10px;
	list-style:none;
    margin: 0;                 /* évite débordement */
	padding:0;
    box-sizing: border-box;
    overflow: hidden; /*Sinon le <a> peut dépasser et masquer les arrondis*/
}

.sidebar_left ul li {
	border-top:1px solid #dfe1e4;
}

/* Lien normal */
.sidebar_left ul li a {
  display: block;
  font-size: 17px;
  letter-spacing: .025em;
  line-height: 24px;
  padding: 14px 19px 10px 19px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;           /* texte par défaut */
  box-sizing: border-box;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* Fond blanc et texte lisible : actif ou hover */
.sidebar_left ul li.selected a,
.sidebar_left ul li.selected-first a,
.sidebar_left ul li.selected-last a,
.sidebar_left ul li:hover a {
  background-color: #fff;
  color: #333;
  color: #ffa500;
  //font-weight: bold;
  border-radius: inherit; /* conserve les arrondis */
}

/* Arrondis pour first / last */
.sidebar_left ul li.selected-first a,
.sidebar_left ul li.first:hover a {
  border-radius: 10px 10px 0 0;
}

.sidebar_left ul li.selected-last a,
.sidebar_left ul li.last:hover a {
  border-radius: 0 0 10px 10px;
}

/*------------------------- Sidebar ------------------------*/
.sidebar {
	width: 100%;
    margin: 10px 0 90px 0;
    box-sizing: border-box; /* assure que padding ne dépasse pas */
}
.sidebar ul {
	background-color:#d0d4d7;
	border-radius:10px;
	list-style:none;
    margin: 0;                 /* évite débordement */
	padding:0;
    box-sizing: border-box;
    overflow: hidden; /*Sinon le <a> peut dépasser et masquer les arrondis*/
}
.sidebar ul li:first-child {
    border: 0;
    height: auto; /* Remplace les 245px fixes */
}

.sidebar ul li:first-child img {
    width: 100%;
    height: auto;
    display: block;
}

.sidebar ul li {
	background-color:#d0d4d7;
	border-top:1px solid #dfe1e4;
	height:88px;
	/*overflow:hidden;*/
	position:relative;
}
.sidebar ul li.last {
	height:auto;
	padding-bottom:6px; /*!*/
    overflow:visible;      /* ne pas couper le contenu */
}
.sidebar ul li.last div {
	height:auto;
	text-align: justify; 
	text-justify: inter-word;
	font-family: Raleway;
	font-size:16px;
	letter-spacing:.025em;
	line-height: 1.3;
	padding: 5px;
	/*text-transform:uppercase;*/
}

/*
.sidebar ul li.selected span a {
	background-color:#fff;
	color:#ffa500;
	text-decoration: none;
}
*/

.sidebar ul li span {
    flex: 1;                 /* 🔥 prend toute la largeur */
}

.sidebar ul li span a {
    color:#6a7578;
    display:block;
    font-size:14px;
    letter-spacing:.025em;
    line-height:88px;
    text-decoration:none;
    text-transform:uppercase;
    width:auto;              /* 🔥 essentiel */
    margin-right:170px;      /* espace pour l’image */
    padding-left:10px;
    /*text-align:left; /*texte à gauche*/	
    text-align:center; /*texte centré*/
    /*text-align:right; /*texte à droite*/
    text-indent:0;           /* 🔥 obligatoire */
	font-weight:500;
}

/* sauf le premier li */
.sidebar ul li:not(:first-child) a img { /*taille image instrument*/
    width:155px;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
}

/* Dernier li contenant la liste des instruments */
.sidebar ul li.last .instruments-list {
    display:flex;           /* mettre les liens en ligne */
    flex-wrap:wrap;         /* retour à la ligne si écran trop petit */
    gap:4px;                /* espace entre les liens (remplace &nbsp; si tu veux) */
    justify-content: center;   /* 🔥 centre horizontalement */
}

.sidebar ul li.last .instruments-list a {
    display:inline;       /* pas de bloc */
    margin:0;             /* aucun décalage ajouté */
    padding:0;
    white-space:normal;   /* texte normal, retour à la ligne si nécessaire */
    color:#6a7578;
	text-transform:none;
	font-size: 16px;
	line-height: 1.1;
	text-decoration:underline;  /* 🔥 liens soulignés */
}

.sidebar ul li.last .instruments-list a:hover {
    color:#ffa500;          /* même style hover que le menu */
	font-weight:normal; /* ne pas devenir gras */
	text-decoration:underline;  /* 🔥 liens soulignés */
}

.sidebar ul li.last .instruments-list { /*décale la liste des instruments du dernier li*/
    padding-left:10px;
	padding-top:15px;
}

.sidebar ul li.selected,
.sidebar ul li:hover {
    background-color:#fff;
}

.sidebar ul li.selected a img,
.sidebar ul li a img:hover,
.sidebar p a img:hover {
    opacity:0.8;
}

.sidebar ul li.selected span a,
.sidebar ul li:hover span a {
    color:#ffa500;
}

/* pour afficher ou masquer les articles du blog dans sidebar*/
#hide-stages {
    display: block;
}

/* =========================
   POSTS DANS SIDEBAR
========================= */

/* --- Conteneur d’un post --- */
.post-container, 
.post-container-stages {
    width: 100%;               /* prend toute la largeur du parent */
    max-width: 100%;           /* s’assure de ne pas dépasser */
	background: #fff;
	background: #FAFAF9;
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;    /* padding inclus dans la largeur */
}

/* --- Liens des posts --- */
.post-link {
    font-size: 14px;
    font-weight: 400;
    color: #6b7073;
    text-decoration: none;
    transition: 0.2s;
}

.post-link:hover {
    color: #ffa500;
}

/* --- Images des posts --- */
/* Effet sur les images au survol */
.post-img {
	transition: 0.2s;
    width: 80px;
    //height: 80px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 8px;
}

.post-img:hover {
    filter: alpha(opacity=80); /* IE7 */
    opacity: 0.8;
}

/* --- bouton load more --- */
.load-more-container {
    text-align: center;
    margin-top: 20px;
}

.load-more-btn {
    display: inline-block;
    background-color: orange;
    color: white !important;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.load-more-btn:hover {
    background-color: darkorange;
}


/* =========================
   SECTIONS
========================= */
.section {
    padding: 20px;
	background-color:#fff;
	width: 100%;
	//background-color:red;
}

#contenu {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 45px 10px 30px 10px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu_index {
	//width:300px;
	//width:100%;
	overflow:hidden;
	background-color:white;
	//float:left;
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding:40px 10px 15px 10px; /*top right bottom left*/
	margin:0 0 0px 0; /*top right bottom left*/
}

#contenu2 {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 45px 10px 1px 10px;
	margin: 0 0 0 0; /*top right bottom left*/
}

#contenu3 {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:16px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 40px 10px 0 10px;
	margin: 0 0 0 0; /*top right bottom left*/
}

#contenu_blog {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 60px 10px 20px 10px;
	margin:0 0 0 0; /*top right bottom left*/
}

/* online.php */
/* Image flottante à droite dans le texte */
.online_right_image img {
    //float: right;
	//width: 40%;              /* Ajuste selon la taille souhaitée */
	//margin: 0 0 10px 15px;   /* Espace autour de l'image */
	//height: auto;
	//display: block;
	//flex:1;
	width:100%;
	heigh:auto;
}

.online_features {
  list-style: none;
  list-style-type: disc;
  padding: 25px 25px 10px 25px;
  background-color:#fafafa;
  //border-radius:10px;
  display:block;
  margin-bottom: 15px;
}

.online_features li::marker {
  color: #ffa500;
}

.online_features li {
  margin-bottom: 15px;
  //font-size: 1.1rem;
  line-height: 1.6;
}

.online-select {
  text-align: left
}

#contenu_conges {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:center;
	padding: 45px 20px 20px 20px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu_qqconseils {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 45px 20px 20px 20px;
	padding:5px;
	margin:0 0 0 0; /*top right bottom left*/
	background-color:#FAFAFA;
}

#contenu ol {
  padding-left: 20px; /* ajuste la valeur selon ton besoin  */
  margin-bottom: 10px;
}

#contenu ul {
  padding-left: 20px; /* ajuste la valeur selon ton besoin */
}

#contenu h1, 
#contenu_index h1, 
#contenu_online h1,
#contenu_blog h1,
#contenu_conges h1 {
	font-size:20px; 
	color:#ffa500; 
	font-weight:400; 
	line-height:1.1;
	padding:7px 0;
	text-align: left;
}

/*h1 spécifique*/
#contenu h1.main-title,
#contenu_index h1.main-title,
#contenu_online h1.main-title,
#contenu_blog h1.main-title,
#contenu_conges h1.main-title {
    font-size: 16px;  /* taille désirée */
	padding:7px 0;
	text-align: left;
}

#contenu h2, 
#contenu_index h2, 
#contenu_online h2,
#contenu_blog h2 {
	font-size:18px; 
	color:#ffa500; 
	font-weight:400; 
	letter-spacing:.025em;
	line-height:1.1;
	text-align: left;
	padding:7px 0;
}

#contenu_conges h2 {
	font-size:18px; 
	color:#ffa500; 
	font-weight:400; 
	letter-spacing:.025em;
	line-height:1.1;
	padding:7px 0;
	text-align: center;
	margin: 25px 0 25px 0;
}

#contenu h3, 
#contenu_index h3, 
#contenu_online h3,
#contenu_blog h3,
#contenu_conges h3 {
	font-size:16px; 
	color:#6b7073; 
	font-weight:400; 
	letter-spacing:.025em;
	padding:5px 0;
	text-align:left;
}

#contenu p, 
#contenu_index p, 
#contenu_online p,
#contenu_blog p,
#contenu_conges p {
	padding:5px; /*top right bottom left*/
	/*margin-top: 4px;*/
}

#contenu_blog p {
	padding:8px; /*top right bottom left*/
	/*margin-top: 4px;*/
}

#contenu_conges div p {
	margin-bottom: 15px;
	/*margin-top: 4px;*/
}

#h3_blog {
	background:url(../images/bg-title.png) no-repeat;
    background-size: contain;
	position: absolute;
    top: 232px;
    left: 35px;
	color:#fff !important;
	font-size:24px !important;
	font-weight:500 !important;
	height:100px !important;
	letter-spacing:.025em !important;
	padding-top: 17px !important;  /* espace au-dessus du texte */
    padding-bottom: 0 !important;
    line-height: normal !important; /* pour que padding prenne effet */
	text-align:center !important;
	width:228px;
}

/* ----- cadeau.php START -----*/
#contenu .left {
	//width:20%; 
	//float:left;
	text-align:center; 
	border-style:none; 
}
#contenu #left-cadeau img {
	width:130px;
 	//padding:10px;  
}
#contenu #left-parrainage img {
	width:130px;
 	//padding:1px 0 0 0;  
}

#contenu .right {
	padding-top:15px;
}
#contenu .right p {
	font-family: Raleway;
	/*color:#ffa500; */
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:17px;
	text-align:justify;
	padding:0px 10px 0px 2px;  
}

#contenu hr {
    width: 99%;
    border: 1px solid #ffa500;
    border: 1px solid #ccc;
    margin: 20px auto;   /*30 en haut/bas, auto à gauche/droite */
}

.parrainage-left {
    //flex: 0 0 60%;
	width: 100%;
    text-align: center;
    padding-top: 0;
}

.parrainage-left img {
    width: 100%;
    max-width: 320px;
}

/*
#contenu .inscription {
	clear: both;             /* force sous les colonnes float 
	width: 100%;
	background-color: #fff;  /* ou rouge si tu veux tester 
	border-radius: 10px;
	padding: 10px;
	margin-top: 15px;
	box-sizing: border-box;
}

/* barre horizontale pleine largeur 
#contenu hr {
	width: 100%;
    border: 1px solid #ffa500;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
*/
/* titre du formulaire 
#contenu .inscription h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
}*/

/* iframe formulaire plein largeur */
#contenu .inscription iframe {
	width: 100%;
	max-width: 100%;
	height: 600px;
	border: none;
	border-radius: 10px;
	display: block;
	padding: 5px;
}
/* ----- cadeau.php END -----*/

/*------ partitions.php START -----*/
.gmap {
	width:100%;
	background-color:#fff;
	//border:1px solid #dfe1e4;
	border-radius:10px;
	list-style:none;
	//margin:-20px 0 0;
	overflow:hidden;
	font-size: 14px;
	padding:15px 25px;  
	/*background-color:red;*/
}

/*
.gmap#inscriptions p {
	//font-size: 14px !important;
	padding: 5px;
}
*/

#partitions1 .gmap h2, 
#partitions2 .gmap h2, 
#partitions3 .gmap h2 {
	color:#ff8b00;
	font-size:16px;
	font-weight:400;
	letter-spacing:.025em;
	line-height:24px;
	/*margin:0 0 11px;*/
	margin-top: 35px;
	text-transform:uppercase;
}

#partitions1, 
#partitions2, 
#partitions3,
#candidature-left {
    position: relative;
	padding: 0 0 25px 0;
	margin-bottom: 70px;
	/*background-color:lightblue;*/
}

/* Le conteneur visuel de l’image */
#sidebar_left .sl-image-container {
    margin: 10px 0;
}

/* L’image */
.sidebar_left .sl-image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}



#partitions1 li, 
#partitions2 li, 
#partitions3 li {
    padding: 3px 5px;
}

/*------ partitions.php END -----*/

.pgm-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 2 colonnes égales */
	gap: 5px; /* espace entre les items */
	margin: 0 auto;
}
/*
.pgm-grid {
    display: grid;
    grid-template-columns: 1fr; /* 1 seule colonne 
    gap: 5px; /* espace entre les items 
    margin: 0 auto;
}
*/
	.programme-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.programme-item img {
		width: 100%;
		height: auto;
		display: block;
	}

.programme-item .fullcap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 5px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.programme-item:hover .fullcap {
    opacity: 1;
    pointer-events: auto;
}

.programme-item:hover img {
    transform: scale(1.05);
}

.fullcap button {
    margin-top: 10px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
}
/*
.post-container-stages {
    position: relative;
    display: inline-block;
}
*/
.post-container-stages {
    position: relative;
    width: 100%;
}

.post-container-stages .fullcap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-container-stages:hover .fullcap {
    opacity: 1;
}

.post-container-stages .fullcap p span#online3 {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    transition: color 0.3s ease, background-color 0.3s ease; /* transition douce */
}

/* Au survol de l'image ou du texte 
.post-container-stages:hover .fullcap p span#online3 {
    color: orange;	    /* texte devient orange 
    background-color: rgba(0, 0, 0, 0.8); /* fond légèrement plus foncé 
}
*/
/* Change la couleur uniquement quand on survole le texte */
.post-container-stages .fullcap p span#online3:hover {
    color: orange;	    /* texte devient orange */
    background-color: rgba(0, 0, 0, 0.8); /* fond légèrement plus foncé */
}

/* Conteneur de pagination */
.pagination-container {
    width: 100%;
    margin: 20px 0;
    text-align: right; /* aligner les liens à droite */
}

/* Style des liens de pagination */
.pagination a {
    display: inline-block;
    padding: 6px 5px;
    margin-left: 3px;
    text-decoration: none;
    color: #555; /* couleur par défaut */
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s;
}

/* Couleur et style du lien actif */
.pagination a.active {
    color: orange;
    font-weight: bold;
}

/* Survol des liens */
.pagination a:hover {
    background-color: #f0f0f0;
    color: orange;
}
/* options cours dans stages.php END */

/* MOBILE PORTRAIT : on cache les posts */
/*
.post-container,
.post-container-stages,
.load-more-container {
    display: none;
}
*/


.fullcap button {
    margin-top: 10px;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
}

/* =========================
   ABOUT / PROGRAMMES
========================= */
.about {
	padding: 0 0px;
	/*background-color:red;*/

}

.about .section {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
	//display: flex;
    flex-wrap: wrap; /* pour que ça se replie sur plusieurs lignes si nécessaire */
    gap: 30px; /* espace entre les items (les images stages)*/
    justify-content: center;   /* centre horizontalement tous les li */	
	padding:40px 1px 40px 1px;  /*placement des carrés instruments*/
	list-style: none;
    background-color: #fff;
    border-radius: 10px;
	font-size:18px; /*texte : Vacances scolaire <br>Stages de piano ...*/
	
}

.about .section span {
	background:url(../images/bg-instruments-title.png) no-repeat left 0;
    display: block;
	//color:#6b7073;
	color:#fff;
	border-bottom:2px solid #FF8B00;
	font-size:16px;
	letter-spacing:.025em;
	line-height:22px;
	padding-left: 5px; /*Guitare, Piano, Chant Pop etc. */
	text-decoration:none;
	//width:95%;
	/*background-color:red;*/
}

.programme {
  padding: 8px 0 8px 0;
}

/* Image */


.programme_image {
	width: 100%;
    max-width: 130px;
    height: auto;
    //display: block;   /* supprime l’espace blanc sous l’image */
	border-radius: 0 0 6px 6px;
	transition: 0.2s;
}

.stage {
  padding: 8px 0 8px 0;
  margin-bottom: 10px;
}

.stage_image {
    width: 100%;
    max-width: 310px;
    height: auto;
  border-radius: 0 0 6px 6px;
  transition: 0.2s;
}

.stage-info {  /* substitution de <center><p class="stage-info"> ... </p><center> */
    width: fit-content;   /* largeur adaptée au contenu */
    margin: 0 auto;       /* centre le bloc */
    text-align: center;   /* centre le texte */
	font-size: 16px;       /* ← TAILLE DU TEXTE */
    line-height: 1.2;
    margin-top: 8px;
}

.stage-info a {
    font-size: 15px;       /* lien */
    text-decoration: none;
}

.stage-info a:hover {
    color: #ffa500;
}

.content .arrow,
.text_content .arrow,
.stage-info .arrow,
.gmap#inscriptions .arrow,
.intro .arrow {
    font-style: normal;
    color: orange;
    font-weight: bold;
    margin-right: 4px;
}

/* =========================
   ONGLET SUR SECTION #pgm
========================= */
#pgm, #stage {
    position: relative;
	padding: 50px 5px 20px 5px;
	border-radius: 10px;
	margin-top:60px;
}

/* onglet carré orange */
#pgm h3, #stage h3 {
	background:url(../images/bg-title.png) no-repeat;
    background-size: contain;
	position: absolute;
    top: -34px;
    left: 20px;
	color:#fff;
	font-size:24px !important;
	font-weight:500;
	height:100px;
	letter-spacing:.025em;
	padding-top: 17px;  /* espace au-dessus du texte */
    padding-bottom: 0;
    line-height: normal; /* pour que padding prenne effet */
	text-align:center;
	width:228px;
}

#partitions1 h3, 
#partitions2 h3, 
#partitions3 h3
{
	background:url(../images/bg-title.png) no-repeat;
	background-size: 170px 60px;   /* largeur hauteur */
    //background-size: contain;
	position: absolute;
    top: -32px;
    left: 20px;
	color:#fff;
	font-size:24px !important;
	font-weight:500;
	height:100px;
	letter-spacing:.025em;
	padding-top: 17px;  /* espace au-dessus du texte */
    padding-bottom: 0;
    line-height: normal; /* pour que padding prenne effet */
	text-align:center;
	//margin-top: 17px;
	width:170px;
	//height:60px;
}

#avis .titre-section,
#avis2 .titre-section,
#avis3 .titre-section {
	background:url(../images/bg-title.png) no-repeat;
	background-size: 190px 60px;   /* largeur hauteur */
    background-size: contain;
    position: absolute;
    top: -50px;     /* légèrement au-dessus du bloc */
    left: 25px;
	color:#fff;
	font-size:24px !important;
	font-weight:500;
	height:100px;
	letter-spacing:.025em;
	padding-top: 17px;  /* espace au-dessus du texte */
    padding-bottom: 0;
    line-height: normal; /* pour que padding prenne effet */
	text-align:center;
	margin-top: 17px;
	width:228px;
	//height:60px;
}



#avis .titre-section-middle,
#avis2 .titre-section-middle,
#avis3 .titre-section-middle {
	background:url(../images/bg-title.png) no-repeat;
	background-size: 250px 60px;   /* largeur hauteur */
    //background-size: contain;
    position: absolute;
    top: -50px;     /* légèrement au-dessus du bloc */
    left: 25px;
	color:#fff;
	font-size:24px !important;
	font-weight:500;
	height:100px;
	letter-spacing:.025em;
	padding-top: 17px;  /* espace au-dessus du texte */
    padding-bottom: 0;
    line-height: normal; /* pour que padding prenne effet */
	text-align:center;
	margin-top: 17px;
	width:250px;
	//height:60px;
}

#avis #h3_middle {
	background:url(../images/bg-title.png) no-repeat;
	background-size: 250px 60px;   /* largeur hauteur */
    //background-size: contain;
	position: absolute;
    top: -50px;     /* légèrement au-dessus du bloc */
    left: 25px;
	color:#fff;
	font-size:24px !important;
	font-weight:500;
	height:100px;
	letter-spacing:.025em;
	padding-top: 17px;  /* espace au-dessus du texte */
    padding-bottom: 0;
    line-height: normal; /* pour que padding prenne effet */
	text-align:center;
	margin-top: 17px;
	width:250px;
	//height:60px;
}

#avis .titre-section-large,
#avis2 .titre-section-large,
#avis3 .titre-section-large {
	background:url(../images/bg-title.png) no-repeat;
	background-size: 300px 60px;   /* largeur hauteur */
    //background-size: contain;
    position: absolute;
    top: -50px;     /* légèrement au-dessus du bloc */
    left: 25px;
	color:#fff;
	font-size:24px !important;
	font-weight:500;
	height:100px;
	letter-spacing:.025em;
	padding-top: 17px;  /* espace au-dessus du texte */
    padding-bottom: 0;
    line-height: normal; /* pour que padding prenne effet */
	text-align:center;
	margin-top: 17px;
	width:300px;
	//height:60px;
}

#avis #h3_large {
	background:url(../images/bg-title.png) no-repeat;
	background-size: 300px 60px;   /* largeur hauteur */
    //background-size: contain;
	position: absolute;
    top: -50px;     /* légèrement au-dessus du bloc */
    left: 25px;
	color:#fff;
	font-size:24px !important;
	font-weight:500;
	height:100px;
	letter-spacing:.025em;
	padding-top: 17px;  /* espace au-dessus du texte */
    padding-bottom: 0;
    line-height: normal; /* pour que padding prenne effet */
	text-align:center;
	margin-top: 17px;
	width:300px;
	//height:60px;
}




/* =========================
   TEXTES
========================= */
/*
p {
    line-height: 1.5;
}
*/
/* =========================
   PROGRAMMES - GRID
========================= */

#pgm {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 5px;
    justify-items: center;
}

#stage {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 20px; /* ne sert à rien car alignement dépend de la largeur des images */
    justify-items: center;
}


/*------------------------cours option ------------------------*/
.options {
	width:100%;
	//float:left;
	//margin:0 30px 0 0; /*top right bottom left*/
}
.options h4 {
	background:url(../images/bg-title.png) no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 20px; /*top right bottom left*/
	position:relative;
	text-align:left;
	/*width:208px;*/
	border-bottom: 1px solid #ffa500; /* ligne orange */
}

.options h3 {
	background:url(../images/bg-title.png) no-repeat;
	//background-size: 308px 60px;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 20px; /*top right bottom left*/
	position:relative;
	text-align:left;
	width:208px;
}

.options h2 {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:#ffa500;
	font-size:16px;
	font-weight:700;
	height:30px;
	letter-spacing:.025em;
	margin:0 0 0 10px; /*top right bottom left*/
	position:relative;
	top:15px;
	text-align:left;
	/*width:208px;*/
}
.options p {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:grey;
	font-size:14px;
	/*font-weight:700;*/
	/*height:40px;*/
	letter-spacing:.025em;
	line-height:20px;
	margin:0 0 0 0px; /*top right bottom left*/
	padding:3px 0 8px 5px; /*top right bottom left*/
	text-align:left;
	position:relative;
	top:5px;
	/*width:208px;*/
}

.horaires {
	width:100%;
	//float:right;
	margin-bottom:50px;
}
.horaires h4 {
	background:url(../images/bg-title-170.png) no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 10px; /*top right bottom left*/
	position:relative;
	text-align:left;
	/*width:170px;*/
	border-bottom: 1px solid #ffa500; /* ligne orange */
}

.horaires h2 {
	background:url(../images/bg-title.png) no-repeat;
	color:#ffa500;
	font-size:16px;
	font-weight:700;
	height:25px;
	letter-spacing:.025em;
	margin:0 0 0 10px; /*top right bottom left*/
	position:relative;
	top:15px;
	text-align:left;
	width:208px;
}
.horaires p {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:grey;
	font-size:14px;
	/*font-weight:700;*/
	/*height:40px;*/
	letter-spacing:.025em;
	line-height:20px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:3px 0 8px 5px; /*top right bottom left*/
	position:relative;
	top:5px;
	text-align:left;
	/*width:208px;*/
}

/*button blog.php*/
#contenu_blog .button {
  background-color: #e63946;
  border: none;
  color: white;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  font-size:22px;
  font-weight:550;
  letter-spacing:.025em;
  line-height:24px;
}
#contenu_blog .button:hover {
  background-color: #ffa500;
  color: white;
}

/*video blog sur toute la largeur*/
#contenu_blog video {
  width: 60%;
  height: auto;
}
.pjBlArticleBody p img { /*centre image partitions*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.image-container {
	text-align:center; 
	margin:30px 0;
}

.video-container {
    width: 100%;
    padding: 0 5px;        /* marge interne gauche et droite */
    box-sizing: border-box; /* inclut la marge interne dans la largeur */
	margin:30px 0;
}

.video-container video {
    width: 100%;
    height: auto;          /* garde le ratio original */
    display: block;
}

/* correspondance ??
#tabsc {
	font-size:20px;
}
#tabsc a:link {
	color: #454545;
}
#tabsc a:focus, #tabsc a:active, #tabsc a:visited {
	color: #FFF;
	outline: none; /*enleve bordure bleue
}
#tabsc a:hover {
	//color: #454545;
	color: #FFF;
}
*/
/*---------------------footer --------------------*/
#piedpage {
	background-color: #d0d4d7;
	border-radius:10px;
	//overflow:hidden;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	color:#6b7073;
	padding:0 10px 0 10px; /*top right bottom left*/
	margin:40px 0 30px 0; /*top right bottom left*/
	text-align: center;
    /*background-color: yellow;*/
}

#piedpage a#pp {  /*valérie marot*/
	color:#d0d4d7;
	font-family: Raleway;
	//display:inline;
	margin:0;
}

#piedpage a#pp hover {
	/*background-color: #ffa500;*/
	color:#d0d4d7;
}

/* footer_responsive.html*/
.footer {
    background-color: #333;
    /* background-color: #7f868c; =gris comme top menu */
    padding: 20px 5%; /* Ajustement pour éviter le débordement */
    text-align: center;
    margin-top: 20px;
    //font-size: 0.9em; /* Réduction de la taille du texte dans le footer */
    border-radius: 10px 10px 0px 0px; /* Arrondi des coins du footer */
    overflow: hidden; /* Permet d'éviter les débordements de contenu */
    max-width: 100%; /* Empêche le débordement */
    width: 100%; /* Assure l'adaptabilité */
    box-sizing: border-box; /* Assure que le padding n'affecte pas la largeur */
}

/* Conteneur du footer */
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    border-radius: 10px 10px 0px 0px; /* Arrondi des coins de la zone des colonnes */
    overflow: hidden; /* Pour éviter les débordements */
    width: 100%;
}

/* Colonnes du footer */
.footer-column {
    flex: 1 1 22%;
    min-width: 200px;
    text-align: left;
    font-size: 0.9em; /* Réduction de la taille du texte dans les colonnes */
}

.footer-column h3 {
    margin-bottom: 4px;
    padding-left: 10px;
    //font-size: 1em; /* Réduction de la taille des titres */
    color: #f0f0f0;
    font-weight: bold;
}

.footer-column ul {
    list-style: none;
    padding-left: 10px; /* Ajout du padding pour respecter le design */
}

.footer-column ul li {
    margin-bottom: 8px;
    //font-size: 0.9em; /* Réduction de la taille du texte des éléments de la liste */
}

.footer-column ul li a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s;
    //font-size: 0.9em; /* Réduction de la taille des liens */
}

.footer-column ul li a:hover {
    color: #ff8b00;
}

/* Copyright du footer */
.footer-copyright {
    background-color: #f1f1f1;
    padding: 10px 0px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 10px;
    border-radius: 0px 0px 10px 10px; /* Arrondi des coins du copyright */
    width: 100%; /* Garantit qu'il s'étend correctement */
    box-sizing: border-box;
}

a {
	color:#6B7073;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}
a:hover {
	/*background-color: #ffa500;*/
	color: #ffa500;
	text-decoration: none;
}

/*Fleche bas droite */
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #ffa500; /*#DDF*/
    color: #000;
}

/* tabs google map */
.tabs {
  margin-top:10px;
  width:99%;
  margin:20px auto; /* centre horizontalement */
}

.tabs ul {
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  overflow-x:auto;              /* scroll horizontal si trop d'onglets */
  -webkit-overflow-scrolling:touch;
  gap:5px;
}

.tabs ul li {
  flex:0 0 auto;                /* évite que ça s’écrase */
  padding:10px 14px;
  background:#f2f2f2;
  cursor:pointer;
  font-size:14px;
  border-radius:6px 6px 0 0;
  white-space:nowrap;
}

.tabs ul li.active {
  background:#fff; /*blanc*/
  /*background:#007fff; /*bleu*/
  font-weight:600;
}

.tab-content {
  display:none;
  border:2px solid #ddd;
  //border-top:none;
  padding:10px 10px;
}

.tab-content.active {
  display:block;
}

.tab-content iframe {
  width:100%;
  height:300px;   /* hauteur mobile */
  border:0;
  border-radius:6px;
}

/* Texte à gauche */
.text_content {
	/*flex: 0 0 65%; /* 65% pour le texte */	
	font-family: Raleway;
	color:#6b7073;
	font-size:15px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
}

/* bouton "Réserver mon cours d'essai" (bouton-essai.php) */
#slideButtonDiv {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

#slideButton {
	background-color:#e63946;
	color:white;
	font-size:1.3rem;
	font-weight:600;
	padding:14px 0;
	border:none;
	border-radius:8px;
	cursor:pointer;
	box-shadow:0 4px 10px rgba(0,0,0,0.15);
	transition:background-color 0.3s ease, transform 0.2s ease;
	width:100%;
	max-width:300px;
	white-space: nowrap;
}

#slideButton2 {
	background-color:#e63946;
	color:white;
	font-size:1.3rem;
	font-weight:600;
	padding:14px 0;
	border:none;
	border-radius:8px;
	cursor:pointer;
	box-shadow:0 4px 10px rgba(0,0,0,0.15);
	transition:background-color 0.3s ease, transform 0.2s ease;
	width:100%;
	max-width:300px;
	white-space: nowrap;
}

#slideButtonOnline {
	background-color:#67b553;
	color:white;
	font-size:1.3rem;
	font-weight:600;
	padding:14px 0;
	border:none;
	border-radius:8px;
	cursor:pointer;
	box-shadow:0 4px 10px rgba(0,0,0,0.15);
	transition:background-color 0.3s ease, transform 0.2s ease;
	width:100%;
	max-width:300px;
	white-space: nowrap;
}

.btn-group {
    //display: flex;	/* pour aligner les boutons côte à côte */
    gap: 30px;        /* espace entre les boutons */
    align-items: center;
    flex-wrap: wrap;  /* permet de passer à la ligne si écran petit */
	margin: 0 auto; /* centre le bloc horizontalement, nécessite largeur fixe */
	max-width:650px;
}

/* ===== STYLE FORMULAIRE + MESSAGE COTE A COTE ===== */
.rester_informe {
    display: flex;
	background-color:gainsboro; 
	//width:100%; 
	height:68px; 
	padding-right:5px;
	border-radius: 5px;
	align-items: center;   /* centre verticalement */
    justify-content: center;   /* centre horizontalement les éléments */
}

.form-container {
    display: flex;
    align-items: center;   /* centre verticalement */
    gap: 15px;             /* espace entre message et formulaire */
    flex-wrap: wrap;       /* responsive */
    justify-content: center;   /* centre horizontalement les éléments */
}

.form-message {
    background-color: #f0f0f0;
    color: #333;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: bold;
    min-width: 180px;
    text-align: center;
}

.searchform {
    display: flex;
    align-items: center;
    gap: 5px;
}

.searchform input[type="text"] {
    padding: 3px 5px;
    font-size: 14px;
}

.myButton {
    padding: 4px 10px;
    font-size: 14px;
    cursor: pointer;
}

/* =========================
   login register forms
========================= */
.register-form a:link, .register-form-teacher a:link {
	color:#6B7073;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:none;
	font-size:18px;
}
.register-form a:hover, .register-form-teacher a:hover {
	/*background-color: #ffa500;*/
	color: #ffa500;
	text-decoration: none;
}
.register-form {
	width: 500px;
	max-width: 95%;
	margin: 0 auto;
	margin-top:150px;
	margin-bottom:150px;
	text-align: center;
	padding:25px 0 10px 0;
	color: #fff;
	background : #c4c4c4;
	border-radius: 10px;
}
.register-form-teacher {
	width: 50%;
	margin: 0 auto;
	margin-top:20px;
	text-align: center;
	padding:10px 3px 30px 3px;  /*top right bottom left*/
	color: #fff;
	background : #c4c4c4;
	border-radius: 10px;
	//-webkit-border-radius:10px;
	//-moz-border-radius:10px;
}
.register-form-teacher h1 {
	font-size:32px;
}
.divcenter {
	display: inline-block;
	text-align: center;
	padding: 20px 0;
}
.pright {
	text-align: right;
	padding: 5px 0;
}
.pcenter {
	text-align: center;
	padding: 8px 0 15px 0;
}
.register-form form input { 
	//padding: 5px; 
}
.credentials { 
    width: 150px;
	height:24px;
	font-size:12pt;
}
.teacher-registration { 
    width: 250px;
	height:24px;
	font-size:12pt;
}
.teacher-registration-upload { 
    width: 250px;
	height:1px;
	font-size:10pt;
}
.register-form .btn {
	background: #726E6E;
	padding: 7px;
	border-radius: 5px;
	text-decoration: none;
	width: 70px;
	display: inline-block;
	color: #FFF;
}
.register-form .btn:hover {
      background-color:#ffa500;
      transition: 0.7s;
}
.register-form-teacher .btn {
	background: #726E6E;
	padding: 7px;
	border-radius: 5px;
	text-decoration: none;
	width: 100px;
	display: inline-block;
	color: #FFF;
	cursor: pointer;
}
.register-form-teacher .btn:hover {
      background-color:#ffa500;
      transition: 0.7s;
}

/** ======================================================
   MOBILE PAYSAGE
   (600px – 767px, landscape)
   Ancien : responsive_13.css
====================================================== */

@media screen and (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {

    /* CSS anciennement dans responsive_13.css */
    /* Page prend toute la largeur disponible */
    #page {
        width: 100%;
        max-width: 100%;   /* s’adapte à l’écran */
        margin: 0 auto;    /* centré si besoin */
        padding: 0 5px;   /* petit padding intérieur */
		/*background:blue;*/
    }
	
/* =========================
   HEADER
========================= */

.header p {
    width: 100%;              /* 🔥 force le retour à la ligne */
    font-size: 16px;
	margin: 0 0 5px 0;
    text-align: left;
}

/* Image */
.header img,
.header2 img {
    height: 40px !important;
	width: auto;       /* conserve les proportions */    
	margin-right: 10px;
}

/* H1 */
.header h1,
.header2 h1 {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
	
div#intro {
	text-align:center;
	font-family: Raleway;
	font-size: 17px;
	color : grey;
	text-decoration: solid;
	text-align: center;
    //text-justify: inter-word;
	margin:20px 0 20px 0; /*top right bottom left*/
}
div#intro span {
	//background-color: red;
	display: inline-block; /*sinon width n'est pas pris en compte*/
	width:13px;
}

div#headlines {
    width: 100%; 
	overflow: auto;
	background-color: lightgrey; 
	border-radius:10px; 
	text-align:center; 
	padding-bottom:20px; 
	font-size:26px;
	margin-bottom:20px;
}

/* =========================
   NAV / ONGLET MENU
========================= */

    .onglets select.navigation {
        display: none;
    }

	.onglets {
		display:flex;
		//width:100%;
	    background:url(../images/bg-header_1198.jpg) no-repeat;
		height:auto;
		overflow:hidden;
		margin:20px 0 20px 0; /*top right bottom left*/
		border-radius: 10px;
	}
	
	.onglets ul.navigation {
		display:flex;
		float:left;
		height:auto;
		list-style:none;
		margin:0;
		overflow:hidden;
		padding:0;
	}
	.onglets ul.navigation li {
		background:url(../images/bg-nav.jpg) no-repeat left top;
		float:left;
	}
	.onglets ul.navigation li.selected {
		background:url(../images/bg-nav-selected2.jpg);
		height:61px;
	}
	.onglets ul.navigation li a {   /*font pour menus haut de la page */
		color:#f0f0f0;
		display:block;
		font-family: Raleway;
		font-size:10px;
		height:68px;
		letter-spacing:.077em;
		line-height:62px;
		padding:0 8px;  /*entre les menus*/
		text-decoration:none;
	}
	.onglets ul.navigation li.selected a {
		background:url(../images/bg-nav-selected.png) no-repeat center 63px;
		color:#fff;
	}
	.onglets ul.navigation li a img {
		height:56px; 
		padding:2px;
	}
	.onglets ul.navigation li a:hover {
		//color:#fff;
		background-color: #ffa500;
		height:61px;
	}


.hero-section {
    background: #f8f9fa;
    padding: 40px 50px !important;
    text-align: center;
	margin-bottom: 30px;
	border-radius: 10px;
}

.hero-section h1 {
    font-size: 1.1em !important;
    //margin-bottom: 20px;
}

.hero-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
}

.hero-left {
    flex: 1;
	text-align: center;
    flex-direction: column;
}

.hero-subtitle {
    font-size: 1em !important;
    margin-top: 25px;
}

.hero-benefits {
    //margin-top: 10px;
}

.hero-proof {
    //margin-top: 15px;
    font-size: 0.9em !important;
    color: #666;
}

.hero-proof p {
    //padding: 5px;
}

.testimonial {
    font-style: italic;
    color: #333;
}

.hero-buttons {
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #e63946;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
}

.btn-primary:hover {
    background-color: #c62828;
}

.btn-secondary {
    color: #333;
    text-decoration: underline;
}

.hero-right {
    flex: 0 0 310px;
    text-align: center;
}

.hero-image img {
    max-width: 300px;
	width: 300px;
    border-radius: 10px;
    margin-top: 70px;
}
/*
========================================
 SLIDESHOW - STRUCTURE (ESSENTIAL)
========================================
*/

#slides {
	position: relative;
	height: 180px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 25px;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;

	/* transition */
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;

	/* appearance */
	font-size: 30px;
	padding: 20px 10px 10px 10px; /* top right bottom left */
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
}

/*
========================================
 ACTIVE SLIDE STATE
========================================
*/

.showing {
	opacity: 1;
	z-index: 2;
}

/*
========================================
 LINKS
========================================
*/

.slide a {
	color: #6B7073;
	font-family: Raleway;
	display: inline;
	margin: 0;
	text-decoration: underline;
}

.slide a:hover {
	color: white;
	/* background-color: #ffa500; */
}

/*
========================================
 SLIDE BACKGROUNDS
========================================
*/

.slide:nth-of-type(1) {
	background: lightgrey;
}

.slide:nth-of-type(2) {
	/* background: #F8C471; */
	/* background: #ffc107; */
	background: #2ecc71;
}

.slide:nth-of-type(3) {
	background: green;
}

.slide:nth-of-type(4) {
	background: blue;
}

.slide:nth-of-type(5) {
	background: purple;
}

span#headlines1 { 
	 font-size:24px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.6;
}

span#headlines1 a {
	font-size:24px;
	color:yellow;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}

span#headlines1 a:hover {
	font-size:24px;
	color:orange;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}

span#headlines2 {
	 font-size:19px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.5;
}

span#headlines2white {
	 font-size:18px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.5;
}

span#headlines2grey {
	 display: inline-block;
	 margin-top:10px;
	 font-size:16px; 
	 color:grey; 
	 font-weight:400; 
	 letter-spacing:.025em;
}
/*
essential styles:
these make the slideshow work - rotation texte index.php END
*/
/* =========================
   MAIN CONTENT
========================= */
.layout,
#layout_partitions {
	flex-direction: row;  /* colonnes côte à côte */
	align-items: flex-start;
	gap: 15px;           /* espace entre sidebar et content */
	margin-top: 50px;
}
	
/* =========================
   CONTENT
========================= */
.content {
    position: relative;   /* référence pour le h3 */
    margin-bottom: 80px;  /* espace entre sections */
	width:100%;
}

/* =========================
   SIDEBAR
========================= */
.sidebar_left { 
	width: 35%;      /* ou largeur fixe souhaitée */
    margin: 10px 0;
	flex-shrink: 0;         /* ne rétrécit pas */
}
		
	/* Lien normal */
	.sidebar_left ul li a {
	  display: block;
	  font-size: 13px;
	  letter-spacing: .025em;
	  line-height: 24px;
	  padding: 14px 8px 10px 8px;
	  text-decoration: none;
	  text-transform: uppercase;
	  color: #fff;           /* texte par défaut */
	  box-sizing: border-box;
	  transition: background-color 0.2s ease, color 0.2s ease;
	}
	
/*------------------------- Sidebar ------------------------*/
.sidebar {
    width: 35%;
	display:block;
    margin: 10px 0;
    box-sizing: border-box; /* assure que padding ne dépasse pas */
}

.sidebar ul {
	background-color:#d0d4d7;
	border-radius:10px;
	list-style:none;
    margin: 0;                 /* évite débordement */
	padding:0;
    box-sizing: border-box;
    overflow: hidden; /*Sinon le <a> peut dépasser et masquer les arrondis*/
}
.sidebar ul li:first-child {
	border:0;
	//height:175px;  /* hauteur image guitariste-et-pianiste.jpg */
}

/*
.sidebar ul li {
	background-color:#d0d4d7;
	border-top:1px solid #dfe1e4;
	height:40px;
	overflow:hidden;
	position:relative;
}
*/

.sidebar ul li:not(:first-child) {
    display: flex;          /* permet d'avoir texte à gauche et image à droite */
    align-items: center;    /* centre verticalement l'image et le texte */
    justify-content: space-between; /* texte à gauche, image à droite */
    //gap: 10px;                    /* espace entre texte et image */
	background-color: #d0d4d7;
    border-top: 1px solid #dfe1e4;
    height: auto;           /* laisse s'adapter à la hauteur du contenu */
    padding: 0 0;        /* petit padding horizontal */
    box-sizing: border-box;
}

.sidebar ul li.last {
	height:auto;
	padding-bottom:6px; /*!*/
    overflow:visible;      /* ne pas couper le contenu */
}
.sidebar ul li.last div {
	height:auto;
	text-align: justify; 
	text-justify: inter-word;
	font-family: Raleway;
	font-size:16px;
	letter-spacing:.025em;
	line-height: 1.3;
	padding: 5px;
	/*text-transform:uppercase;*/
}

/*
.sidebar ul li.selected span a {
	background-color:#fff;
	color:#ffa500;
	text-decoration: none;
}
*/

.sidebar ul li span {
    flex: 1;                 /* 🔥 prend toute la largeur */
}

.sidebar ul li span a {
    color:#6a7578;
    display:block;
    font-size:12px;
    letter-spacing:.025em;
    line-height:40px;
    text-decoration:none;
    text-transform:uppercase;
	width: auto;            /* prend l'espace disponible */
    margin-right:96px;      /* espace pour l’image à doite */
    padding-left:7px;
    /*text-align:left; /*texte à gauche*/	
    text-align:center; /*texte centré*/
    /*text-align:right; /*texte à droite*/
    text-indent:0;           /* 🔥 obligatoire */
    margin: 0;
    /*line-height: normal;    /* permet le retour à la ligne */
	font-weight:500;
}


/* sauf le premier li */
.sidebar ul li:not(:first-child) a img { /*taille image instrument*/
    width:96px;
    float: right;      /* place l'image à droite du li */
    margin-left: 10px; /* petit espace entre texte et image */
    vertical-align: middle; /* centre verticalement si besoin */
    transform: none;   /* supprime le translateY qui n'est plus nécessaire */
    position: static;  /* supprime absolute */
    height: auto;
    float: none;            /* plus de float */

}

/* Dernier li contenant la liste des instruments */
.sidebar ul li.last .instruments-list {
    display:flex;           /* mettre les liens en ligne */
    flex-wrap:wrap;         /* retour à la ligne si écran trop petit */
    gap:4px;                /* espace entre les liens (remplace &nbsp; si tu veux) */
}

.sidebar ul li.last .instruments-list a {
    display:inline;       /* pas de bloc */
    margin:0;             /* aucun décalage ajouté */
    padding:0;
    white-space:normal;   /* texte normal, retour à la ligne si nécessaire */
    color:#6a7578;
	text-transform:none;
	font-size: 13px;
	line-height: 1.1;
	text-decoration:underline;  /* 🔥 liens soulignés */
}

.sidebar ul li.last .instruments-list a:hover {
    color:#ffa500;          /* même style hover que le menu */
	font-weight:normal; /* ne pas devenir gras */
	text-decoration:underline;  /* 🔥 liens soulignés */
}

.sidebar ul li.last .instruments-list { /*décale la liste des instruments du dernier li*/
    padding-left:7px;
	padding-top:15px;
}

.sidebar ul li.selected,
.sidebar ul li:hover {
    background-color:#fff;
}

.sidebar ul li.selected a img,
.sidebar ul li a img:hover,
.sidebar p a img:hover {
    opacity:0.8;
}

.sidebar ul li.selected span a,
.sidebar ul li:hover span a {
    color:#ffa500;
}

/* =========================
   SECTIONS
========================= */
.section {
    padding: 20px;
	background-color:#fff;
	width: 100%;
}

#contenu {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 5px 10px 30px 10px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu2 {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:16px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 40px 10px 1px 10px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu3 {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 40px 10px 0 10px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu_index {
	//width:300px;
	//width:100%;
	overflow:hidden;
	background-color:white;
	//float:left;
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding:10px 10px 15px 10px; /*top right bottom left*/
	margin:0 0 0px 0; /*top right bottom left*/
}

#contenu_blog {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 60px 10px 30px 10px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu_conges {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:center;
	padding: 15px 20px 20px 20px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu h1, 
#contenu_index h1, 
#contenu_online h1,
#contenu_blog h1,
#contenu_conges h1 {
	font-size:22px; 
	color:#ffa500; 
	font-weight:400; 
	letter-spacing:.025em;
	padding:7px 0;
}

/*h1 spécifique*/
#contenu h1.main-title,
#contenu_index h1.main-title,
#contenu_online h1.main-title,
#contenu_blog h1.main-title,
#contenu_conges h1.main-title {
	font-size: 18px;  /* taille désirée */
	line-height: 1.1;
}

#contenu h2, 
#contenu_index h2, 
#contenu_online h2,
#contenu_blog h2 {
	font-size:18px; 
	color:#ffa500; 
	font-weight:400; 
	letter-spacing:.025em;
	line-height:1.1;
	padding:7px 0;
}

#contenu_conges h2 {
	font-size:18px; 
	color:#ffa500; 
	font-weight:400; 
	letter-spacing:.025em;
	line-height:1.1;
	padding:7px 0;
	text-align: center;
	margin: 25px 0 25px 0;
}

#contenu h3, 
#contenu_index h3, 
#contenu_online h3,
#contenu_blog h3,
#contenu_conges h3 {
	font-size:16px; 
	color:#6b7073; 
	font-weight:400; 
	letter-spacing:.025em;
	padding:5px 0;
	text-align:left;
}

#h3_blog {
	background:url(../images/bg-title.png) no-repeat;
    background-size: contain;
	position: absolute;
    top: 255px;
    left: 35px;
	color:#fff !important;
	font-size:24px !important;
	font-weight:500 !important;
	height:100px !important;
	letter-spacing:.025em !important;
	padding-top: 17px !important;  /* espace au-dessus du texte */
    padding-bottom: 0 !important;
    line-height: normal !important; /* pour que padding prenne effet */
	text-align:center !important;
	width:228px;
}


/* ----- cadeau.php START -----*/
#contenu .left {
	width:25%;     
	float:left; 
	text-align:center; 
	border-style:none; 
}

#contenu #left-cadeau img {
	width:100px;
 	padding:25px 0 0 0; 
}

#contenu #left-parrainage img {
	width:100px;
 	padding:20px 0 0 0;  
}

#contenu .right {
	width:75%;
	float:right;
	padding-top:15px;
	margin-bottom: 20px;
}

#contenu .right p {
	font-family: Raleway;
	/*color:#ffa500; */
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:17px;
	text-align:justify;
	padding:0 10px 0 2px; 
}

.parrainage-left {
    //flex: 0 0 60%;
	width: 100%;
    text-align: center;
    padding-top: 0;
}

.parrainage-left img {
    width: 100%;
    max-width: 320px;
}
/* ----- cadeau.php END -----*/

/*------ partitions.php START -----*/
#partitions1,
#partitions2,
#partitions3 {
    width:100%;
	//float:left;
	flex: none; 
	background-color: #e6e7e8; 
	font-family: Raleway; 
	color:#6b7073; 
	font-size:12px; 
	letter-spacing:.05em; 
	line-height:20px;
	padding: 35px 10px 20px 10px;
    box-sizing: border-box;
}


/*------ partitions.php END -----*/

/*------ candidature.php START -----*/


#candidature-left {
	width:28%;
	float:left;
}
/*
#candidature-left {
	display:block;
}
*/

#avis {
	//width:70%;
	//float:right;
	flex: 1;
    position: relative;
	padding: 20px 0 25px 0;
	//margin-bottom: 25px;
	background-color: #fff; 
	//font-family: Raleway; 
	//color:#6b7073; 
	//font-size:14px; 
	//letter-spacing:.05em; 
	//line-height:20px;
	//margin-top:10px;
	margin: 10px 0 130px 0;
	border-radius: 10px; 
	padding:30px 0 0 0;
}

#avis2,
#avis3 {
	//width:70%;
	//float:right;
	flex: 1;
    position: relative;
	padding: 20px 0 25px 0;
	//margin-bottom: 25px;
	background-color: #fff; 
	//font-family: Raleway; 
	//color:#6b7073; 
	//font-size:14px; 
	//letter-spacing:.05em; 
	//line-height:20px;
	margin: 0 0 60px 0;
	border-radius: 10px; 
	padding:30px 0 0 0;
}


/*------ candidature.php END -----*/

/*------ parrainage.php START -----*/


.gmap .left {
	float:left;
	width:20%; 
	text-align:center; 
	border-style:none;
}
.gmap .left img {
	width: 120px;
 	padding:8px 0 0 0;  /*top right bottom left*/
}

.gmap .parrainage-left {
	width:55%; 
	float:left;
	text-align:center; 
	border-style:none;
	padding-top:25px;
}
.gmap .parrainage-left img {
	width:460; 
}
.gmap .right {
	width:80%;
	float:right;
	padding-top:30px;
}
.gmap .parrainage-right {
	/*background-color:green;*/
	width:45%;
	float:right;
	padding-top:25px;
}

.gmap hr {
    clear: both;
    width: 100%;	
}
/*------ parrainage.php END -----*/

.programme {
  padding: 8px 0 8px 0;
}

/* Image */
.programme img {
  width: 130px;
  //width: 50%;      /* ✅ clé du redimensionnement */
  height: auto;     /* conserve le ratio */
  display: block;   /* supprime l’espace blanc sous l’image */
  border-radius: 0 0 6px 6px;
  transition: 0.2s;
}

.stage {
  padding: 8px 0 8px 0;
}

.stage img {
  width: 220px;
  //width: 50%;      /* ✅ clé du redimensionnement */
  height: auto;     /* conserve le ratio */
  display: block;   /* supprime l’espace blanc sous l’image */
  border-radius: 0 0 6px 6px;
  transition: 0.2s;
}

.stage_image {
    width: 100%;
    max-width: 220px;
    height: auto;
  border-radius: 0 0 6px 6px;
  transition: 0.2s;
}

.stage-info {  /* substitution de <center><p class="stage-info"> ... </p><center> */
    width: fit-content;   /* largeur adaptée au contenu */
    margin: 0 auto;       /* centre le bloc */
    text-align: center;   /* centre le texte */
	font-size: 16px;       /* ← TAILLE DU TEXTE */
    line-height: 1.2;
    margin-top: 8px;
}

.stage-info a {
    font-size: 10px;       /* lien */
    text-decoration: none;
}

.stage-info a:hover {
    color: #ffa500;
}

.stage-info .arrow {
    font-style: normal;
    color: orange;
    font-weight: bold;
    margin-right: 4px;
	
}

/* =========================
   ONGLET SUR SECTION #pgm
========================= */
#partitions1 h3, 
#partitions2 h3, 
#partitions3 h3
{
	background:url(../images/bg-title.png) no-repeat;
	background-size: 170px 60px;   /* largeur hauteur */
    //background-size: contain;
	position: absolute;
    top: 2px;
    left: 30px;
	color:#fff;
	font-size:24px !important;
	font-weight:500;
	height:100px;
	letter-spacing:.025em;
	padding-top: 17px;  /* espace au-dessus du texte */
    padding-bottom: 0;
    line-height: normal; /* pour que padding prenne effet */
	text-align:center;
	//margin-top: 17px;
	width:170px;
	//height:60px;
}

/* =========================
   PROGRAMMES - GRID
========================= */

#pgm {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 5px;
    justify-items: center;
}

#stage {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px; /* ne sert à rien car alignement dépend de la largeur des images */
    justify-items: center;
}

/*------------------------cours option ------------------------*/
.options {
	width:63%;
	float:left;
	margin:0 30px 0 0; /*top right bottom left*/
}
.options h4 {
	background:url(../images/bg-title.png) no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 20px; /*top right bottom left*/
	position:relative;
	text-align:left;
	/*width:208px;*/
	border-bottom: 1px solid #ffa500; /* ligne orange */
}

.options h3 {
	background:url(../images/bg-title.png) no-repeat;
	//background-size: 308px 60px;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 20px; /*top right bottom left*/
	position:relative;
	text-align:left;
	width:208px;
}

.options h2 {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:#ffa500;
	font-size:16px;
	font-weight:700;
	height:30px;
	letter-spacing:.025em;
	margin:0 0 0 10px; /*top right bottom left*/
	position:relative;
	top:15px;
	text-align:left;
	/*width:208px;*/
}
.options p {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:grey;
	font-size:14px;
	/*font-weight:700;*/
	/*height:40px;*/
	letter-spacing:.025em;
	line-height:20px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:3px 0 8px 5px; /*top right bottom left*/
	text-align:left;
	position:relative;
	top:5px;
	/*width:208px;*/
}

.horaires {
	width:30%;
	float:right;
}
	
.horaires h4 {
	background:url(../images/bg-title-170.png) no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 10px; /*top right bottom left*/
	position:relative;
	text-align:left;
	/*width:170px;*/
	border-bottom: 1px solid #ffa500; /* ligne orange */
}

.horaires h2 {
	background:url(../images/bg-title.png) no-repeat;
	color:#ffa500;
	font-size:16px;
	font-weight:700;
	height:25px;
	letter-spacing:.025em;
	margin:0 0 0 10px; /*top right bottom left*/
	position:relative;
	top:15px;
	text-align:left;
	width:208px;
}
.horaires p {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:grey;
	font-size:14px;
	/*font-weight:700;*/
	/*height:40px;*/
	letter-spacing:.025em;
	line-height:20px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:3px 0 8px 5px; /*top right bottom left*/
	position:relative;
	top:5px;
	text-align:left;
	/*width:208px;*/
}

/* Colonnes du footer */
.footer-column {
    flex: 1 1 48%; /* 48% pour obtenir 2 colonnes */
    min-width: 200px;
    text-align: left;
    font-size: 0.9em; /* Réduction de la taille du texte dans les colonnes */
}

/* Copyright du footer */
.footer-copyright {
    font-size: 14px;
}

.rester_informe {
    display: flex;
	background-color:gainsboro; 
	width:99%; 
	height:48px; 
	border-radius: 5px;
	align-items: center;   /* centre verticalement */
    justify-content: center;   /* centre horizontalement les éléments */
}

/* tabs google map */
  .tab-content iframe {
    height:340px;
  }

  .tabs ul li {
    font-size:15px;
  }
  
#slideButtonOnline {
	background-color:#67b553;
	color:white;
	font-size:1.2rem;
	font-weight:600;
	padding:14px 0;
	border:none;
	border-radius:8px;
	cursor:pointer;
	box-shadow:0 4px 10px rgba(0,0,0,0.15);
	transition:background-color 0.3s ease, transform 0.2s ease;
	width:100%;
	max-width:300px;
	white-space: nowrap;
}

}

/** ======================================================
   TABLETTE PORTRAIT
   (768px – 1023px, portrait)
   Ancien : responsive_12.css
   grande tablette noire
====================================================== */

@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {

    /* CSS anciennement dans responsive_12.css */
	/* Page prend toute la largeur disponible */
    #page {
        width: 100%;
        max-width: 100%;   /* s’adapte à l’écran */
        margin: 0 auto;    /* centré si besoin */
        padding: 0 5px;   /* petit padding intérieur */
		/*background-color: blue;*/
    }

.header {
    display: flex;
    //flex-wrap: wrap;          /* permet au p de prendre sa ligne */
    align-items: center;
    padding: 30px 20px 1px 0;
    color: grey;
}

.header2 {
    display: flex;
    //flex-wrap: wrap;          /* permet au p de prendre sa ligne */
    align-items: center;
    padding: 0 20px 1px 0;
    color: grey;
}


/* Le p prend toute la largeur */
.header p {
    width: 100%;              /* 🔥 force le retour à la ligne */
    font-size: 14px;
	margin: 0 0 5px 0;
    text-align: left;
}

/* Image */
.header img,
.header2 img {
    height: 50px !important;
	width: auto;       /* conserve les proportions */    
	margin-right: 10px;
}

/* H1 */
.header h1,
.header2 h1 {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
	
div#intro {
	text-align:center;
	font-family: Raleway;
	font-size: 18px;
	color : grey;
	text-decoration: solid;
	text-align: center;
    text-justify: inter-word;
	margin:20px 0 20px 0; /*top right bottom left*/
}
div#intro span {
	//background-color: red;
	display: inline-block; /*sinon width n'est pas pris en compte*/
	width:12px;
}

div#headlines {
    width: 100%; 
	overflow: auto;
	background-color: lightgrey; 
	border-radius:10px; 
	text-align:center; 
	padding-bottom:20px; 
	font-size:20px;
	margin-bottom:20px;
}
	
    .onglets select.navigation {
        display: none;
    }

	.onglets {
		display:flex;
		//width:749px;
	    background:url(../images/bg-header_1400.jpg) no-repeat;
		height:auto;
		overflow:hidden;
		margin:20px 0 20px 0; /*top right bottom left*/
		border-radius: 10px;
	}
	
	.onglets ul.navigation {
		display:flex;
		float:left;
		height:auto;
		list-style:none;
		margin:0;
		overflow:hidden;
		padding:0;
	}
	.onglets ul.navigation li {
		background:url(../images/bg-nav.jpg) no-repeat left top;
		float:left;
	}
	.onglets ul.navigation li.selected {
		background:url(../images/bg-nav-selected2.jpg);
		height:61px;
	}
	.onglets ul.navigation li a {   /*font pour menus haut de la page */
		color:#f0f0f0;
		display:block;
		font-family: Raleway;
		font-size:11px;
		height:68px;
		letter-spacing:0.104em;
		line-height:62px;
		padding:0 7px;  /*entre les menus*/
		text-decoration:none;
	}
	.onglets ul.navigation li.selected a {
		background:url(../images/bg-nav-selected.png) no-repeat center 63px;
		color:#fff;
	}
	.onglets ul.navigation li a img {
		height:56px; 
		padding:2px;
	}
	.onglets ul.navigation li a:hover {
		//color:#fff;
		background-color: #ffa500;
		height:61px;
	}
	
.hero-section {
    background: #f8f9fa;
    padding: 40px 50px !important;
    text-align: center;
	margin-bottom: 30px;
	border-radius: 10px;
}

.hero-section h1 {
    font-size: 1.15em !important;
    //margin-bottom: 20px;
}

.hero-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
}

.hero-left {
    flex: 1;
	text-align: center;
    flex-direction: column;
}

.hero-subtitle {
    font-size: 1em !important;
    margin-top: 25px;
}

.hero-benefits {
    //margin-top: 10px;
}

.hero-proof {
    //margin-top: 15px;
    font-size: 0.9em !important;
    color: #666;
}

.hero-proof p {
    //padding: 5px;
}

.testimonial {
    font-style: italic;
    color: #333;
}

.hero-buttons {
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #e63946;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
}

.btn-primary:hover {
    background-color: #c62828;
}

.btn-secondary {
    color: #333;
    text-decoration: underline;
}

.hero-right {
    flex: 0 0 310px;
    text-align: center;
}

.hero-image img {
    max-width: 300px;
	width: 300px;
    border-radius: 10px;
    margin-top: 70px;
}
	
/*
========================================
 SLIDESHOW - STRUCTURE (ESSENTIAL)
========================================
*/

#slides {
	position: relative;
	height: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 18px;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;

	/* transition */
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;

	/* base appearance */
	font-size: 40px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
}

/*
========================================
 ACTIVE SLIDE
========================================
*/

.showing {
	opacity: 1;
	z-index: 2;
}

/*
========================================
 LINKS
========================================
*/

.slide a {
	color: #6B7073;
	font-family: Raleway;
	display: inline;
	margin: 0;
	text-decoration: underline;
}

.slide a:hover {
	color: white;
	/* background-color: #ffa500; */
}

/*
========================================
 SLIDE BACKGROUNDS
========================================
*/

.slide:nth-of-type(1) {
	background: lightgrey;
}

.slide:nth-of-type(2) {
	/* background: #F8C471; */
	/* background: #ffc107; */
	background: #2ecc71;
}

.slide:nth-of-type(3) {
	background: green;
}

.slide:nth-of-type(4) {
	background: blue;
}

.slide:nth-of-type(5) {
	background: purple;
}

span#headlines1 { 
	 font-size:24px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.6;
}

span#headlines1 a {
	font-size:24px;
	color:yellow;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}

span#headlines1 a:hover {
	font-size:24px;
	color:orange;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}

span#headlines2 {
	 font-size:20px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.5;
}

span#headlines2white {
	 font-size:18px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.5;
}

span#headlines2grey {
	 display: inline-block;
	 margin-top:10px;
	 font-size:16px; 
	 color:grey; 
	 font-weight:400; 
	 letter-spacing:.025em;
}
/*
essential styles:
these make the slideshow work - rotation texte index.php END
*/
		
.layout,
#layout_partitions {
	flex-direction: row;  /* colonnes côte à côte */
	align-items: flex-start;
	gap: 10px;           /* espace entre sidebar et content */
	margin-top: 50px;
}

	
/* =========================
   CONTENT
========================= */
.content {
    position: relative;   /* référence pour le h3 */
    margin-bottom: 80px;  /* espace entre sections */
	width:100%;
}
/* =========================
   SIDEBAR
========================= */
.sidebar_left {
	width: 32%;
    margin: 10px 0;
	flex-shrink: 0;         /* ne rétrécit pas */
}
		
	/* Lien normal */
	.sidebar_left ul li a {
	  display: block;
	  font-size: 14px;
	  letter-spacing: .025em;
	  line-height: 24px;
	  padding: 14px 8px 10px 8px;
	  text-decoration: none;
	  text-transform: uppercase;
	  color: #fff;           /* texte par défaut */
	  box-sizing: border-box;
	  transition: background-color 0.2s ease, color 0.2s ease;
	}
	
/*------------------------- Sidebar ------------------------*/
.sidebar {
    width: 47%;
	display:block;
    margin: 10px 0;
    box-sizing: border-box; /* assure que padding ne dépasse pas */
}

.sidebar ul {
	background-color:#d0d4d7;
	border-radius:10px;
	list-style:none;
    margin: 0;                 /* évite débordement */
	padding:0;
    box-sizing: border-box;
    overflow: hidden; /*Sinon le <a> peut dépasser et masquer les arrondis*/
}

.sidebar ul li:first-child {
	border:0;
	//height:175px;  /* hauteur image guitariste-et-pianiste.jpg */
}

.sidebar ul li:not(:first-child) {
    display: flex;          /* permet d'avoir texte à gauche et image à droite */
    align-items: center;    /* centre verticalement l'image et le texte */
    justify-content: space-between; /* texte à gauche, image à droite */
    //gap: 10px;                    /* espace entre texte et image */
	background-color: #d0d4d7;
    border-top: 1px solid #dfe1e4;
    height: auto;           /* laisse s'adapter à la hauteur du contenu */
    padding: 0 0;        /* petit padding horizontal */
    box-sizing: border-box;
}

.sidebar ul li.last {
	height:auto;
	padding-bottom:6px; /*!*/
    overflow:visible;      /* ne pas couper le contenu */
}
.sidebar ul li.last div {
	height:auto;
	text-align: justify; 
	text-justify: inter-word;
	font-family: Raleway;
	font-size:16px;
	letter-spacing:.025em;
	line-height: 1.3;
	padding: 5px;
	/*text-transform:uppercase;*/
}

/*
.sidebar ul li.selected span a {
	background-color:#fff;
	color:#ffa500;
	text-decoration: none;
}
*/

.sidebar ul li span {
    flex: 1;                 /* 🔥 prend toute la largeur */
}

.sidebar ul li span a {
    color:#6a7578;
    display:block;
    font-size:11px;
    letter-spacing:.025em;
    line-height:40px;
    text-decoration:none;
    text-transform:uppercase;
    margin-right:95px;      /* espace pour l’image à doite */
    padding-left:5px;
    /*text-align:left; /*texte à gauche*/	
    text-align:center; /*texte centré*/
    /*text-align:right; /*texte à droite*/
    text-indent:0;           /* 🔥 obligatoire */	
    margin: 0;
    width: auto;            /* prend l'espace disponible */
    /*line-height: normal;    /* permet le retour à la ligne */
	font-weight:500;
}


/* sauf le premier li */
.sidebar ul li:not(:first-child) a img { /*taille image instrument*/
    width:95px;
    float: right;      /* place l'image à droite du li */
    margin-left: 10px; /* petit espace entre texte et image */
    vertical-align: middle; /* centre verticalement si besoin */
    transform: none;   /* supprime le translateY qui n'est plus nécessaire */
    position: static;  /* supprime absolute */
    height: auto;
    float: none;            /* plus de float */

}

/* Dernier li contenant la liste des instruments */
.sidebar ul li.last .instruments-list {
    display:flex;           /* mettre les liens en ligne */
    flex-wrap:wrap;         /* retour à la ligne si écran trop petit */
    gap:4px;                /* espace entre les liens (remplace &nbsp; si tu veux) */
}

.sidebar ul li.last .instruments-list a {
    display:inline;       /* pas de bloc */
    margin:0;             /* aucun décalage ajouté */
    padding:0;
    white-space:normal;   /* texte normal, retour à la ligne si nécessaire */
    color:#6a7578;
	text-transform:none;
	font-size: 13px;
	line-height: 1.1;
	text-decoration:underline;  /* 🔥 liens soulignés */
}

.sidebar ul li.last .instruments-list a:hover {
    color:#ffa500;          /* même style hover que le menu */
	font-weight:normal; /* ne pas devenir gras */
	text-decoration:underline;  /* 🔥 liens soulignés */
}

.sidebar ul li.last .instruments-list { /*décale la liste des instruments du dernier li*/
    padding-left:7px;
	padding-top:15px;
}

.sidebar ul li.selected,
.sidebar ul li:hover {
    background-color:#fff;
}

.sidebar ul li.selected a img,
.sidebar ul li a img:hover,
.sidebar p a img:hover {
    opacity:0.8;
}

.sidebar ul li.selected span a,
.sidebar ul li:hover span a {
    color:#ffa500;
}

/* =========================
   SECTIONS
========================= */
.section {
    padding: 20px;
	background-color:#fff;
	width: 100%;
}

#contenu {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 15px 10px 30px 10px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu2 {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:16px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 30px 10px 30px 10px;
	margin: 80px 0 0 0; /*top right bottom left*/
}

#contenu3 {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 40px 10px 0 10px;
	margin:10px 0 0 0; /*top right bottom left*/
}

#contenu_index {
	width:100%;
	max-width:490px;
	overflow:hidden;
	background-color:white;
	//float:left;
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding:10px 10px 15px 10px; /*top right bottom left*/
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu_blog {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 60px 10px 30px 10px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu_conges {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:15px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:center;
	padding: 15px 20px 20px 20px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu h1, 
#contenu_index h1, 
#contenu_online h1,
#contenu_blog h1,
#contenu_conges h1 {
		font-size:22px; 
		color:#ffa500; 
		font-weight:400; 
		letter-spacing:.025em;
		padding:7px 0;
	}

	/*h1 spécifique*/
#contenu h1.main-title,
#contenu_index h1.main-title,
#contenu_online h1.main-title,
#contenu_blog h1.main-title,
#contenu_conges h1.main-title {
		font-size: 18px;  /* taille désirée */
		padding:7px 0;
	}

#contenu h2, 
#contenu_index h2, 
#contenu_online h2,
#contenu_blog h2 {
		font-size:18px; 
		color:#ffa500; 
		font-weight:400; 
		letter-spacing:.025em;
		line-height:1.1;
		padding:7px 0;
}

#contenu_conges h2 {
	font-size:18px; 
	color:#ffa500; 
	font-weight:400; 
	letter-spacing:.025em;
	line-height:1.1;
	padding:7px 0;
	text-align: center;
	margin: 25px 0 25px 0;
}

#contenu h3, 
#contenu_index h3, 
#contenu_online h3,
#contenu_blog h3,
#contenu_conges h3 {
		font-size:16px; 
		color:#6b7073; 
		font-weight:400; 
		letter-spacing:.025em;
		padding:5px 0;
		text-align:left;
}

#h3_blog {
	background:url(../images/bg-title.png) no-repeat;
    background-size: contain;
	position: absolute;
    top: 265px;
    left: 35px;
	color:#fff;
	font-size:24px !important;
	font-weight:500;
	height:100px;
	letter-spacing:.025em;
	padding-top: 17px;  /* espace au-dessus du texte */
    padding-bottom: 0;
    line-height: normal; /* pour que padding prenne effet */
	text-align:center !important;
	width:228px;
}
/* ----- cadeau.php START -----*/
#contenu .left {
	width:30%;     
	float:left; 
	text-align:center; 
	border-style:none; 
}

#contenu #left-cadeau img {
	width:100px;
 	padding:25px 0 0 0; 
}

#contenu #left-parrainage img {
	width:100px;
 	padding:20px 0 0 0;  
}
#contenu .right {
	width:70%;
	float:right;
	padding-top:15px;
	margin-bottom: 20px;
}
/* ----- cadeau.php END -----*/

/*------ contact.php START -----*/

.gmap_partitions { /*page contact.php */
	background-color:#fff;
	//border:1px solid #dfe1e4;
	border-radius:10px;
	list-style:none;
	margin:-20px 0 0;
	overflow:hidden;
	padding:40px 5px 5px 5px;  
	//padding:5px;
	/*background-color:red;*/
}

/*------ contact.php END -----*/


/*------ partitions.php START -----*/
#partitions1,
#partitions2,
#partitions3 {
    width:100%;
	//float:left;
	flex: none; 
	background-color: #e6e7e8; 
	font-family: Raleway; 
	color:#6b7073; 
	font-size:12px; 
	letter-spacing:.05em; 
	line-height:20px;
	padding: 35px 10px 20px 10px;
    box-sizing: border-box;
}
/*------ partitions.php END -----*/

/*------ candidature.php START -----*/

#candidature-left {
	width:28%; 
	float:left;
	display:block;
}

#avis {
	//width:70%;
	//float:right;
	flex: 1;
    position: relative;
	//padding: 20px 0 25px 0;
	//margin-bottom: 25px;
	background-color: #fff; 
	//font-family: Raleway; 
	//color:#6b7073; 
	//font-size:14px; 
	//letter-spacing:.05em; 
	//line-height:20px;
	margin: 10px 0 120px 0;
	border-radius: 10px; 
	padding:30px 0 0 0;
}

#avis2,
#avis3 {
	//width:70%;
	//float:right;
	flex: 1;
    position: relative;
	//padding: 20px 0 25px 0;
	//margin-bottom: 25px;
	background-color: #fff; 
	//font-family: Raleway; 
	//color:#6b7073; 
	//font-size:14px; 
	//letter-spacing:.05em; 
	//line-height:20px;
	margin: 0 0 60px 0;
	border-radius: 10px; 
	padding:30px 0 0 0;
}

/*------ candidature.php END -----*/

/*------ parrainage.php START -----*/
/*
.gmap {
	overflow:hidden;
}
*/
.gmap .left {
	float:left;
	width:20%; 
	text-align:center; 
	border-style:none;
}
.gmap .left img {
	width: 120px;
 	padding:8px 0 0 0;  /*top right bottom left*/
}

.gmap .parrainage-left {
	width:60%; 
	float:left;
	text-align:center; 
	border-style:none;
	padding-top:25px;
}
.gmap .parrainage-left img {
	width:460; 
}
.gmap .right {
	width:80%;
	float:right;
	padding-top:30px;
}
.gmap .parrainage-right {
	/*background-color:green;*/
	width:40%;
	float:right;
	padding-top:25px;
}

.gmap hr {
    clear: both;
    width: 100%;	
}
/*------ parrainage.php END -----*/
	
.programme {
  padding: 8px 0 8px 0;
}

/* Image */
.programme_image {
	width: 100%;
    max-width: 145px;
    height: auto;
    //display: block;   /* supprime l’espace blanc sous l’image */
	border-radius: 0 0 6px 6px;
	transition: 0.2s;
}

.stage {
  padding: 8px 0 8px 0;
}

.stage_image {
    width: 100%;
    max-width: 220px;
    height: auto;
  border-radius: 0 0 6px 6px;
  transition: 0.2s;
}

.stage-info {  /* substitution de <center><p class="stage-info"> ... </p><center> */
    width: fit-content;   /* largeur adaptée au contenu */
    margin: 0 auto;       /* centre le bloc */
    text-align: center;   /* centre le texte */
	font-size: 18px;       /* ← TAILLE DU TEXTE */
    line-height: 1.2;
    margin-top: 8px;
}

.stage-info a {
    font-size: 10px;       /* lien */
    text-decoration: none;
}

.stage-info a:hover {
    color: #ffa500;
}

.stage-info .arrow {
    font-style: normal;
    color: orange;
    font-weight: bold;
    margin-right: 4px;
	
}

/* =========================
   ONGLET SUR SECTION #pgm
========================= */
#partitions1 h3, 
#partitions2 h3, 
#partitions3 h3
{
	background:url(../images/bg-title.png) no-repeat;
	background-size: 170px 60px;   /* largeur hauteur */
    //background-size: contain;
	position: absolute;
    top: 2px;
    left: 30px;
	color:#fff;
	font-size:24px !important;
	font-weight:500;
	height:100px;
	letter-spacing:.025em;
	padding-top: 17px;  /* espace au-dessus du texte */
    padding-bottom: 0;
    line-height: normal; /* pour que padding prenne effet */
	text-align:center;
	//margin-top: 17px;
	width:170px;
	//height:60px;
}

/* =========================
   PROGRAMMES - GRID
========================= */

#pgm {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 5px;
    justify-items: center;
}

#stage {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px; /* ne sert à rien car alignement dépend de la largeur des images */
    justify-items: center;
}

/*------------------------cours option ------------------------*/
.options {
	width:63%;
	float:left;
	margin:0 30px 0 0; /*top right bottom left*/
}
.options h4 {
	background:url(../images/bg-title.png) no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 20px; /*top right bottom left*/
	position:relative;
	text-align:left;
	/*width:208px;*/
	border-bottom: 1px solid #ffa500; /* ligne orange */
}

.options h3 {
	background:url(../images/bg-title.png) no-repeat;
	//background-size: 308px 60px;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 20px; /*top right bottom left*/
	position:relative;
	text-align:left;
	width:208px;
}

.options h2 {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:#ffa500;
	font-size:16px;
	font-weight:700;
	height:30px;
	letter-spacing:.025em;
	margin:0 0 0 10px; /*top right bottom left*/
	position:relative;
	top:15px;
	text-align:left;
	/*width:208px;*/
}
.options p {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:grey;
	font-size:14px;
	/*font-weight:700;*/
	/*height:40px;*/
	letter-spacing:.025em;
	line-height:20px;
	margin:0 0 0 0px; /*top right bottom left*/
	padding:3px 0 8px 5px; /*top right bottom left*/
	text-align:left;
	position:relative;
	top:5px;
	/*width:208px;*/
}

.horaires {
	width:30%;
	float:right;
}
.horaires h4 {
	background:url(../images/bg-title-170.png) no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 10px; /*top right bottom left*/
	position:relative;
	text-align:left;
	/*width:170px;*/
	border-bottom: 1px solid #ffa500; /* ligne orange */
}

.horaires h2 {
	background:url(../images/bg-title.png) no-repeat;
	color:#ffa500;
	font-size:16px;
	font-weight:700;
	height:25px;
	letter-spacing:.025em;
	margin:0 0 0 10px; /*top right bottom left*/
	position:relative;
	top:15px;
	text-align:left;
	width:208px;
}
.horaires p {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:grey;
	font-size:14px;
	/*font-weight:700;*/
	/*height:40px;*/
	letter-spacing:.025em;
	line-height:20px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:3px 0 8px 5px; /*top right bottom left*/
	position:relative;
	top:5px;
	text-align:left;
	/*width:208px;*/
}

/* Colonnes du footer */
.footer-column {
    flex: 1 1 48%; /* 48% pour obtenir 2 colonnes */
    flex: 1 1 31%; /* 31% pour obtenir 3 colonnes */
    min-width: 200px;
    text-align: left;
    font-size: 0.9em; /* Réduction de la taille du texte dans les colonne    margin-bottom: 4px;
    padding-left: 10px;
    //font-size: 1em; /* Réduction de la taille des titres */
    color: #f0f0f0;
}

/* Copyright du footer */
.footer-copyright {
    font-size: 14px;
}

.rester_informe {
    display: flex;
	background-color:gainsboro; 
	width:99%; 
	height:48px; 
	border-radius: 5px;
	align-items: center;   /* centre verticalement */
    justify-content: center;   /* centre horizontalement les éléments */
}

/* tabs google map */
  .tabs ul {
    //justify-content:center; /* centre les onglets */
    overflow-x:visible;
  }

  .tabs ul li {
    padding:12px 18px;
    font-size:16px;
  }

  .tab-content iframe {
    height:400px;
  }

#slideButtonOnline {
	background-color:#67b553;
	color:white;
	font-size:1.1rem;
	font-weight:600;
	padding:14px 0;
	border:none;
	border-radius:8px;
	cursor:pointer;
	box-shadow:0 4px 10px rgba(0,0,0,0.15);
	transition:background-color 0.3s ease, transform 0.2s ease;
	width:100%;
	max-width:300px;
	white-space: nowrap;
}

}

/** ======================================================
   TABLETTE PAYSAGE
   (1024px – 1279px, landscape)
   Ancien : responsive_11.css
   winnovo
====================================================== */

@media screen and (min-width: 1024px) and (max-width: 1279px) and (orientation: landscape) {

    /* CSS anciennement dans responsive_11.css */
	
    /* Page prend toute la largeur disponible */
    #page {
        width: 100%;
        max-width: 100%;   /* s’adapte à l’écran */
        margin: 0 auto;    /* centré si besoin */
        padding: 0 5px;   /* petit padding intérieur */
		/*background-color: pink;*/
    }
	
.header {
    display: flex;
    flex-wrap: wrap;          /* permet au p de prendre sa ligne */
    align-items: center;
    padding: 30px 20px 1px 0;
    color: grey;
}

.header2 {
    display: flex;
    //flex-wrap: wrap;          /* permet au p de prendre sa ligne */
    align-items: center;
    padding: 0 20px 1px 0;
    color: grey;
}

/* Le p prend toute la largeur */
.header p {
    width: 100%;              /* 🔥 force le retour à la ligne */
    font-size: 16px;
	margin: 0 0 5px 0;
    text-align: left;
}

/* Image */
.header img,
.header2 img {
    height: 35px !important;
	width: auto;       /* conserve les proportions */    
	margin-right: 10px;
}

/* H1 */
.header h1,
.header2 h1 {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
	
div#intro {
	text-align:center;
	font-family: Raleway;
	font-size: 20px;
	color : grey;
	text-decoration: solid;
	text-align: center;
    //text-justify: inter-word;
	margin:20px 0 20px 0; /*top right bottom left*/
}
div#intro span {
	//background-color: red;
	display: inline-block; /*sinon width n'est pas pris en compte*/
	width:30px;
}

div#headlines {
    width: 100%; 
	overflow: auto;
	background-color: lightgrey; 
	border-radius:10px; 
	text-align:center; 
	padding-bottom:20px; 
	font-size:26px;
	margin-bottom:20px;
}
	
    .onglets select.navigation {
        display: none;
    }

	.onglets {
		display:flex;
		//width:1000px;
	    background:url(../images/bg-header_1400.jpg) no-repeat;
		height:auto;
		overflow:hidden;
		margin:20px 0 20px 0; /*top right bottom left*/
		border-radius: 10px;
	}
	
	.onglets ul.navigation {
		display:flex;
		float:left;
		height:auto;
		list-style:none;
		margin:0;
		overflow:hidden;
		padding:0;
	}
	.onglets ul.navigation li {
		background:url(../images/bg-nav.jpg) no-repeat left top;
		float:left;
	}
	.onglets ul.navigation li.selected {
		background:url(../images/bg-nav-selected2.jpg);
		height:63px;
	}
	.onglets ul.navigation li a {   /*font pour menus haut de la page */
		color:#f0f0f0;
		display:block;
		font-family: Raleway;
		font-size: 12px; /*la largeur des onglets se règle par la taille des caractères */
		padding:0 15px;  /*entre les menus*/
		height:68px;
		letter-spacing:0.1em;
		line-height:62px;
		padding:0 16px;  /*entre les menus*/
		text-decoration:none;
	}
	.onglets ul.navigation li.selected a {
		background:url(../images/bg-nav-selected.png) no-repeat center 63px;
		color:#fff;
	}
	.onglets ul.navigation li a img {
		height:56px; 
		padding:2px;
	}
	.onglets ul.navigation li a:hover {
		//color:#fff;
		background-color: #ffa500;
		height:63px;
	}
	
	
.hero-section {
    background: #f8f9fa;
    padding: 40px 50px !important;
    text-align: center;
	margin-bottom: 30px;
	border-radius: 10px;
}

.hero-section h1 {
    font-size: 1.6em !important;
    //margin-bottom: 20px;
}

.hero-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
}

.hero-left {
    flex: 1;
	text-align: center;
    flex-direction: column;
}

.hero-subtitle {
    font-size: 1em !important;
    margin-top: 45px;
}

.hero-benefits {
    //margin-top: 10px;
}

.hero-proof {
    //margin-top: 15px;
    font-size: 0.9em !important;
    color: #666;
}

.hero-proof p {
    //padding: 5px;
}

.testimonial {
    font-style: italic;
    color: #333;
}

.hero-buttons {
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #e63946;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
}

.btn-primary:hover {
    background-color: #c62828;
}

.btn-secondary {
    color: #333;
    text-decoration: underline;
}

.hero-right {
    flex: 0 0 400px;
    text-align: center;
}

.hero-image img {
    max-width: 400px;
	width: 400px;
    border-radius: 10px;
    margin-top: 60px;
}
	
/*
========================================
 SLIDESHOW - STRUCTURE (ESSENTIAL)
========================================
*/

#slides {
	position: relative;
	height: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 18px;
}

/*
========================================
 SLIDES BASE STYLE
========================================
*/

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;

	/* transition */
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;

	/* appearance */
	font-size: 40px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
}

/*
========================================
 ACTIVE SLIDE
========================================
*/

.showing {
	opacity: 1;
	z-index: 2;
}

/*
========================================
 LINKS
========================================
*/

.slide a {
	color: #6B7073;
	font-family: Raleway;
	display: inline;
	margin: 0;
	text-decoration: underline;
}

.slide a:hover {
	color: white;
	/* background-color: #ffa500; */
}

/*
========================================
 SLIDE BACKGROUNDS
========================================
*/

.slide:nth-of-type(1) {
	background: lightgrey;
}

.slide:nth-of-type(2) {
	/* background: #F8C471; */
	/* background: #ffc107; */
	background: #2ecc71;
}

.slide:nth-of-type(3) {
	background: green;
}

.slide:nth-of-type(4) {
	background: blue;
}

.slide:nth-of-type(5) {
	background: purple;
}

span#headlines1 { 
	 font-size:24px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.9;
}

span#headlines1 a {
	font-size:24px;
	color:yellow;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}

span#headlines1 a:hover {
	font-size:24px;
	color:orange;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}

span#headlines2 {
	 font-size:22px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.5;
}

span#headlines2white {
	 font-size:19px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.5;
}

span#headlines2grey {
	 display: inline-block;
	 margin-top:10px;
	 font-size:20px; 
	 color:grey; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.4;
}
/*
essential styles:
these make the slideshow work - rotation texte index.php END
*/
	
.layout,
#layout_partitions {
	flex-direction: row;  /* colonnes côte à côte */
	align-items: flex-start;
	gap: 15px;           /* espace entre sidebar et content */
	margin-top: 50px;
}
	
	
/* =========================
   CONTENT
========================= */

/* =========================
   CONTENT
========================= */
.content {
    position: relative;   /* référence pour le h3 */
    margin-bottom: 80px;  /* espace entre sections */
	width:100%;
}
/* =========================
   SIDEBAR
========================= */
.sidebar_left {
	width: 250px;
    margin: 10px 0;
	flex-shrink: 0;         /* ne rétrécit pas */
}
		
	/* Lien normal */
	.sidebar_left ul li a {
	  display: block;
	  font-size: 15px;
	  letter-spacing: .025em;
	  line-height: 24px;
	  padding: 14px 8px 10px 8px;
	  text-decoration: none;
	  text-transform: uppercase;
	  color: #fff;           /* texte par défaut */
	  box-sizing: border-box;
	  transition: background-color 0.2s ease, color 0.2s ease;
	}
	
/*------------------------- Sidebar ------------------------*/
.sidebar {
    width: 44%;
	display:block;
    margin: 10px 0;
    box-sizing: border-box; /* assure que padding ne dépasse pas */
}

.sidebar ul {
	background-color:#d0d4d7;
	border-radius:10px;
	list-style:none;
    margin: 0;                 /* évite débordement */
	padding:0;
    box-sizing: border-box;
    overflow: hidden; /*Sinon le <a> peut dépasser et masquer les arrondis*/
}

.sidebar ul li:first-child {
	border:0;
	//height:175px;  /* hauteur image guitariste-et-pianiste.jpg */
}

.sidebar ul li:not(:first-child) {
    display: flex;          /* permet d'avoir texte à gauche et image à droite */
    align-items: center;    /* centre verticalement l'image et le texte */
    justify-content: space-between; /* texte à gauche, image à droite */
    //gap: 10px;                    /* espace entre texte et image */
	background-color: #d0d4d7;
    border-top: 1px solid #dfe1e4;
    height: auto;           /* laisse s'adapter à la hauteur du contenu */
    padding: 0 0;        /* petit padding horizontal */
    box-sizing: border-box;
}

.sidebar ul li.last {
	height:auto;
	padding-bottom:6px; /*!*/
    overflow:visible;      /* ne pas couper le contenu */
}
.sidebar ul li.last div {
	height:auto;
	text-align: justify; 
	text-justify: inter-word;
	font-family: Raleway;
	font-size:16px;
	letter-spacing:.025em;
	line-height: 1.3;
	padding: 5px;
	/*text-transform:uppercase;*/
}

/*
.sidebar ul li.selected span a {
	background-color:#fff;
	color:#ffa500;
	text-decoration: none;
}
*/

.sidebar ul li span {
    flex: 1;                 /* 🔥 prend toute la largeur */
}

.sidebar ul li span a {
    color:#6a7578;
    display:block;
    font-size:13px;
    letter-spacing:.025em;
    line-height:40px;
    text-decoration:none;
    text-transform:uppercase;
    margin-right:137px;      /* espace pour l’image à doite */
    padding-left:7px;
    /*text-align:left; /*texte à gauche*/	
    text-align:center; /*texte centré*/
    /*text-align:right; /*texte à droite*/
    text-indent:0;           /* 🔥 obligatoire */
    margin: 0;
    width: auto;            /* prend l'espace disponible */
    /*line-height: normal;    /* permet le retour à la ligne */
	font-weight:500;
}


/* sauf le premier li */
.sidebar ul li:not(:first-child) a img { /*taille image instrument*/
    width:137px;
    float: right;      /* place l'image à droite du li */
    margin-left: 10px; /* petit espace entre texte et image */
    vertical-align: middle; /* centre verticalement si besoin */
    transform: none;   /* supprime le translateY qui n'est plus nécessaire */
    position: static;  /* supprime absolute */
    height: auto;
    float: none;            /* plus de float */

}

/* Dernier li contenant la liste des instruments */
.sidebar ul li.last .instruments-list {
    display:flex;           /* mettre les liens en ligne */
    flex-wrap:wrap;         /* retour à la ligne si écran trop petit */
    gap:4px;                /* espace entre les liens (remplace &nbsp; si tu veux) */
}

.sidebar ul li.last .instruments-list a {
    display:inline;       /* pas de bloc */
    margin:0;             /* aucun décalage ajouté */
    padding:0;
    white-space:normal;   /* texte normal, retour à la ligne si nécessaire */
    color:#6a7578;
	text-transform:none;
	font-size: 16px;
	line-height: 1.1;
	text-decoration:underline;  /* 🔥 liens soulignés */
}

.sidebar ul li.last .instruments-list a:hover {
    color:#ffa500;          /* même style hover que le menu */
	font-weight:normal; /* ne pas devenir gras */
	text-decoration:underline;  /* 🔥 liens soulignés */
}

.sidebar ul li.last .instruments-list { /*décale la liste des instruments du dernier li*/
    padding-left:7px;
	padding-top:15px;
}

.sidebar ul li.selected,
.sidebar ul li:hover {
    background-color:#fff;
}

.sidebar ul li.selected a img,
.sidebar ul li a img:hover,
.sidebar p a img:hover {
    opacity:0.8;
}

.sidebar ul li.selected span a,
.sidebar ul li:hover span a {
    color:#ffa500;
}

/* =========================
   SECTIONS
========================= */
.section {
    padding: 20px;
	background-color:#fff;
	width: 100%;
}

#contenu {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 20px 10px 30px 10px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu_index {
	width:100%;
	max-width:668px;
	//width:62%;
	overflow:hidden;
	background-color:white;
	//float:left;
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding:10px 10px 15px 10px; /*top right bottom left*/
	margin:0 0 0px 0; /*top right bottom left*/
}

#contenu_blog {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 60px 10px 30px 10px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu_conges {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:16px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:center;
	padding: 15px 20px 20px 20px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu h1, 
#contenu_index h1, 
#contenu_online h1,
#contenu_blog h1,
#contenu_conges h1 {
		font-size:22px; 
		color:#ffa500; 
		font-weight:400; 
		letter-spacing:.025em;
		padding:7px 0;
	}

	/*h1 spécifique*/
#contenu h1.main-title,
#contenu_index h1.main-title,
#contenu_online h1.main-title,
#contenu_blog h1.main-title,
#contenu_conges h1.main-title {
		font-size: 20px;  /* taille désirée */
		padding:7px 0;
	}

#contenu h2, 
#contenu_index h2, 
#contenu_online h2,
#contenu_blog h2 {
		font-size:18px; 
		color:#ffa500; 
		font-weight:400; 
		letter-spacing:.025em;
		line-height:1.1;
		padding:7px 0;
}

#contenu_conges h2 {
	font-size:18px; 
	color:#ffa500; 
	font-weight:400; 
	letter-spacing:.025em;
	line-height:1.1;
	padding:7px 0;
	text-align: center;
	margin: 25px 0 25px 0;
}

#contenu h3, 
#contenu_index h3, 
#contenu_online h3,
#contenu_blog h3,
#contenu_conges h3 {
		font-size:16px; 
		color:#6b7073; 
		font-weight:400; 
		letter-spacing:.025em;
		padding:5px 0;
		text-align:left;
}

#h3_blog {
	background:url(../images/bg-title.png) no-repeat;
    background-size: contain;
	position: absolute;
    top: 250px;
    left: 35px;
	color:#fff;
	font-size:24px !important;
	font-weight:500;
	height:100px;
	letter-spacing:.025em;
	padding-top: 17px;  /* espace au-dessus du texte */
    padding-bottom: 0;
    line-height: normal; /* pour que padding prenne effet */
	text-align:center !important;
	width:228px;
}

/* ----- cadeau.php START -----*/
#contenu .left {
	width:25%;     
	float:left; 
	text-align:center; 
	border-style:none; 
}

#contenu #left-cadeau img {
	width:130px;
 	padding:20px 0 0 0; 
}

#contenu #left-parrainage img {
	width:130px;
 	padding:10px 0 0 0;  
}

#contenu .right {
	width:75%;
	float:right;
	padding-top:35px;
	margin-bottom: 30px;
}

#contenu .right p {
	font-family: Raleway;
	/*color:#ffa500; */
	color:#6b7073;
	font-size:15px;
	letter-spacing:.05em;
	line-height:17px;
	text-align:justify;
	padding:0px 10px 0px 2px;  
}
/* ----- cadeau.php END -----*/

/*------ contact.php START -----*/

/*------ contact.php END -----*/


/*------ partitions.php START -----*/
#partitions1,
#partitions3 {
    width:49%;
	float:left;
	background-color: #e6e7e8; 
	font-family: Raleway; 
	color:#6b7073; 
	font-size:12px; 
	letter-spacing:.05em; 
	line-height:20px;
	padding: 35px 10px 20px 10px;
}

#partitions2 {
    width:49%;
	float:right;
	background-color: #e6e7e8; 
	font-family: Raleway; 
	color:#6b7073; 
	font-size:12px; 
	letter-spacing:.05em; 
	line-height:20px;
	padding: 35px 10px 20px 10px;
}
/*------ partitions.php END -----*/

/*------ candidature.php START -----*/

#candidature-left {
	width:28%; 
	float:left;
	display:block;
}

#avis {
	//width:70%;
	//float:right;
    position: relative;
	padding: 20px 0 25px 0;
	//margin-bottom: 25px;
	background-color: #fff; 
	//font-family: Raleway; 
	//color:#6b7073; 
	//font-size:14px; 
	//letter-spacing:.05em; 
	//line-height:20px;
	margin: 10px 0 120px 0;
	border-radius: 10px; 
	padding:30px 0 0 0;
}

#avis2,
#avis3 {
	//width:70%;
	//float:right;
    position: relative;
	padding: 20px 0 25px 0;
	//margin-bottom: 25px;
	background-color: #fff; 
	//font-family: Raleway; 
	//color:#6b7073; 
	//font-size:14px; 
	//letter-spacing:.05em; 
	//line-height:20px;
	margin: 0 0 60px 0;
	border-radius: 10px; 
	padding:30px 0 0 0;
}

/*------ candidature.php END -----*/

/*------ parrainage.php START -----*/
/*
.gmap {
	overflow:hidden;
}
*/
.gmap .left {
	float:left;
	width:20%; 
	text-align:center; 
	border-style:none;
}
.gmap .left img {
	width: 120px;
 	padding:8px 0 0 0;  /*top right bottom left*/
}

.gmap .parrainage-left {
	width:70%; 
	float:left;
	text-align:center; 
	border-style:none;
	padding-top:25px;
}
.gmap .parrainage-left img {
	width:510px; 
}
.gmap .right {
	width:80%;
	float:right;
	padding-top:30px;
}
.gmap .parrainage-right {
	/*background-color:green;*/
	width:30%;
	float:right;
	padding-top:120px;
}

.gmap hr {
    clear: both;
    width: 100%;	
}
/*------ parrainage.php END -----*/



.about .section span { 
	padding-left: 5px; /*Guitare, Piano, Chant Pop etc. */
}

.programme {
  padding: 8px 0 8px 0;
}



/* Image */
.programme_image {
	width: 100%;
    max-width: 150px;
    height: auto;
    //display: block;   /* supprime l’espace blanc sous l’image */
	border-radius: 0 0 6px 6px;
	transition: 0.2s;
}


.stage {
  padding: 8px 0 8px 0;
}

.stage_image {
    width: 100%;
    max-width: 300px;
    height: auto;
  border-radius: 0 0 6px 6px;
  transition: 0.2s;
}

.stage-info {  /* substitution de <center><p class="stage-info"> ... </p><center> */
    width: fit-content;   /* largeur adaptée au contenu */
    margin: 0 auto;       /* centre le bloc */
    text-align: center;   /* centre le texte */
	font-size: 18px;       /* ← TAILLE DU TEXTE */
    line-height: 1.2;
    margin-top: 8px;
}

.stage-info a {
    font-size: 14px;       /* lien */
    text-decoration: none;
}

.stage-info a:hover {
    color: #ffa500;
}

.stage-info .arrow {
    font-style: normal;
    color: orange;
    font-weight: bold;
    margin-right: 4px;
	
}

.pgm-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 2 colonnes égales */
	gap: 5px; /* espace entre les items */
	margin: 0 auto;
}


/* =========================
   ONGLET SUR SECTION #pgm
========================= */
#partitions1 h3, 
#partitions2 h3, 
#partitions3 h3
{
	background:url(../images/bg-title.png) no-repeat;
	background-size: 170px 60px;   /* largeur hauteur */
    //background-size: contain;
	position: absolute;
    top: 2px;
    left: 30px;
	color:#fff;
	font-size:24px !important;
	font-weight:500;
	height:100px;
	letter-spacing:.025em;
	padding-top: 17px;  /* espace au-dessus du texte */
    padding-bottom: 0;
    line-height: normal; /* pour que padding prenne effet */
	text-align:center;
	//margin-top: 17px;
	width:170px;
	//height:60px;
}

/* =========================
   PROGRAMMES - GRID
========================= */

#pgm {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 5px;
    justify-items: center;
}

#stage {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px; /* ne sert à rien car alignement dépend de la largeur des images */
    justify-items: center;
}

/*------------------------cours option ------------------------*/
.options {
	width:73%;
	float:left;
	margin:0 30px 0 0; /*top right bottom left*/
}
.options h4 {
	background:url(../images/bg-title.png) no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 20px; /*top right bottom left*/
	position:relative;
	text-align:left;
	/*width:208px;*/
	border-bottom: 1px solid #ffa500; /* ligne orange */
}

.options h3 {
	background:url(../images/bg-title.png) no-repeat;
	//background-size: 308px 60px;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 20px; /*top right bottom left*/
	position:relative;
	text-align:left;
	/*width:208px;*/
}

.options h2 {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:#ffa500;
	font-size:16px;
	font-weight:700;
	height:30px;
	letter-spacing:.025em;
	margin:0 0 0 10px; /*top right bottom left*/
	position:relative;
	top:15px;
	text-align:left;
	/*width:208px;*/
}
.options p {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:grey;
	font-size:15px;
	/*font-weight:700;*/
	/*height:40px;*/
	letter-spacing:.025em;
	line-height:20px;
	margin:0 0 0 0px; /*top right bottom left*/
	padding:3px 0 8px 5px; /*top right bottom left*/
	text-align:left;
	position:relative;
	top:5px;
	/*width:208px;*/
}

.horaires {
	width:20%;
	float:right;
}

.horaires h4 {
	background:url(../images/bg-title-170.png) no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 10px; /*top right bottom left*/
	position:relative;
	text-align:left;
	/*width:170px;*/
	border-bottom: 1px solid #ffa500; /* ligne orange */
}

.horaires h2 {
	background:url(../images/bg-title.png) no-repeat;
	color:#ffa500;
	font-size:16px;
	font-weight:700;
	height:25px;
	letter-spacing:.025em;
	margin:0 0 0 10px; /*top right bottom left*/
	position:relative;
	top:15px;
	text-align:left;
	width:208px;
}
.horaires p {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:grey;
	font-size:14px;
	/*font-weight:700;*/
	/*height:40px;*/
	letter-spacing:.025em;
	line-height:20px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:3px 0 8px 5px; /*top right bottom left*/
	position:relative;
	top:5px;
	text-align:left;
	/*width:208px;*/
}

/* Colonnes du footer */
.footer-column {
    flex: 1 1 23%; /* 48% pour obtenir 4 colonnes */
    min-width: 210px;
    text-align: left;
    font-size: 0.9em; /* Réduction de la taille du texte dans les colonnes */
}

/* Copyright du footer */
.footer-copyright {
    font-size: 14px;
}

.rester_informe {
    display: flex;
	background-color:gainsboro; 
	width:99%; 
	height:48px; 
	border-radius: 5px;
	align-items: center;   /* centre verticalement */
    justify-content: center;   /* centre horizontalement les éléments */
}

/* tabs google map */
  .tabs {
    //max-width:1100px;
    //margin:30px auto;
  }

  .tab-content iframe {
    height:450px;
  }
  
#slideButtonOnline {
	background-color:#67b553;
	color:white;
	font-size:1.1rem;
	font-weight:600;
	padding:14px 0;
	border:none;
	border-radius:8px;
	cursor:pointer;
	box-shadow:0 4px 10px rgba(0,0,0,0.15);
	transition:background-color 0.3s ease, transform 0.2s ease;
	width:100%;
	max-width:300px;
	white-space: nowrap;
}

}


/** ======================================================
   ORDINATEURS / LAPTOP
   (≥ 1280px)
   Ancien : responsive_10.css
   tablette noire paysage
   winnovo firefox
====================================================== */

@media screen and (min-width: 1280px) {

    /* Page prend toute la largeur disponible */
    #page {
        width: 100%;
        max-width: 100%;   /* s’adapte à l’écran */
        margin: 0 auto;    /* centré si besoin */
        padding: 0 5px;   /* petit padding intérieur */
		/*background-color: yellow;*/
    }
	
.header {
    display: flex;
    flex-wrap: wrap;          /* permet au p de prendre sa ligne */
    align-items: center;
    padding: 30px 20px 1px 0;
    color: grey;
}

.header2 {
    display: flex;
    //flex-wrap: wrap;          /* permet au p de prendre sa ligne */
    align-items: center;
    padding: 0 20px 1px 0;
    color: grey;
}

/* Le p prend toute la largeur */
.header p {
    width: 100%;              /* 🔥 force le retour à la ligne */
    font-size: 19px;
	margin: 0 0 5px 0;
    text-align: left;
}

/* Image */
.header img,
.header2 img {
    height: 55px !important;
	width: auto;       /* conserve les proportions */    
	margin-right: 10px;
}

/* H1 */
.header h1,
.header2 h1 {
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
	
div#intro {
	text-align:center;
	font-family: Raleway;
	font-size: 24px;
	color : grey;
	//text-decoration: solid;
	text-align: center;
    text-justify: inter-word;
	margin:20px 0 20px 0; /*top right bottom left*/
}
div#intro span {
	//background-color: red;
	display: inline-block; /*sinon width n'est pas pris en compte*/
	width:42px;
}

div#headlines {
    width: 100%; 
	overflow: auto;
	background-color: lightgrey; 
	border-radius:10px; 
	text-align:center; 
	padding-bottom:20px; 
	font-size:26px;
	margin-bottom:20px;
}
	
    .onglets select.navigation {
        display: none;
    }

	.onglets {
		display:flex;
		//width:100%;
	    background:url(../images/bg-header_1400.jpg) no-repeat;
		height:auto;
		overflow:hidden;
		margin:20px 0 20px 0; /*top right bottom left*/
		border-radius: 10px;
	}
	
	.onglets ul.navigation {
		display:flex;
		float:left;
		height:auto;
		list-style:none;
		margin:0;
		overflow:hidden;
		padding:0;
	}

	.onglets ul.navigation li {
		background:url(../images/bg-nav.jpg) no-repeat left top;
		float:left;
	}
	.onglets ul.navigation li.selected {
		background:url(../images/bg-nav-selected2.jpg);
		height:63px;
	}
	
	.onglets ul.navigation li a {   /*font pour menus haut de la page */
		color:#f0f0f0;
		display:block;
		font-family: Raleway;
		font-size:18px; /*la largeur des onglets se règle par la taille des caractères et le padding ci-dessous*/
		padding:0 25px;  /*entre les menus*/
		height:68px;
		letter-spacing:.092em;
		line-height:62px;
		text-decoration:none;
	}
	.onglets ul.navigation li.selected a {
		background:url(../images/bg-nav-selected.png) no-repeat center 63px;
		color:#fff;
	}
	.onglets ul.navigation li a img {
		height:56px; 
		padding:2px;
	}
	.onglets ul.navigation li a:hover {
		//color:#fff;
		background-color: #ffa500;
		height:63px;
	}
		
.hero-section {
    background: #f8f9fa;
    padding: 40px 50px !important;
    text-align: center;
	margin-bottom: 30px;
	border-radius: 10px;
}

.hero-section h1 {
    font-size: 2.05em !important;
    //margin-bottom: 20px;
}

.hero-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
}

.hero-left {
    flex: 1;
	text-align: center;
    flex-direction: column;
}

.hero-subtitle {
    font-size: 1.1em !important;
    margin-top: 45px;
}

.hero-benefits {
    margin-top: 20px;
}

.hero-proof {
    //margin-top: 15px;
    font-size: 0.9em !important;
    color: #666;
}

.hero-proof p {
    //padding: 5px;
}

.testimonial {
    font-style: italic;
    color: #333;
}

.hero-buttons {
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #e63946;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
}

.btn-primary:hover {
    background-color: #c62828;
}

.btn-secondary {
    color: #333;
    text-decoration: underline;
}

.hero-right {
    flex: 0 0 400px;
    text-align: center;
}

.hero-image img {
    max-width: 465px;
	width: 465px;
    border-radius: 10px;
    margin-top: 40px;
}
	
/*
========================================
 SLIDESHOW - STRUCTURE (ESSENTIAL)
========================================
*/

#slides {
	position: relative;
	height: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 18px;
}

/*
========================================
 SLIDE BASE STYLE
========================================
*/

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;

	/* transition */
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;

	/* appearance */
	font-size: 40px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
}

/*
========================================
 ACTIVE SLIDE
========================================
*/

.showing {
	opacity: 1;
	z-index: 2;
}

/*
========================================
 LINKS
========================================
*/

.slide a {
	color: #6B7073;
	font-family: Raleway;
	display: inline;
	margin: 0;
	text-decoration: underline;
}

.slide a:hover {
	color: white;
	/* background-color: #ffa500; */
}

/*
========================================
 SLIDE BACKGROUNDS
========================================
*/

.slide:nth-of-type(1) {
	background: lightgrey;
}

.slide:nth-of-type(2) {
	/* background: #F8C471; */
	/* background: #ffc107; */
	background: #2ecc71;
}

.slide:nth-of-type(3) {
	background: green;
}

.slide:nth-of-type(4) {
	background: blue;
}

.slide:nth-of-type(5) {
	background: purple;
}

span#headlines1 { 
	 font-size:30px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.7;
}

span#headlines1 a {
	font-size:30px;
	color:yellow;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}

span#headlines1 a:hover {
	font-size:30px;
	color:orange;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}

span#headlines2 {
	 font-size:26px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.3;
}

span#headlines2white {
	 font-size:22px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.7;
}

span#headlines2grey {
	 display: inline-block;
	 margin-top:10px;
	 font-size:20px; 
	 color:grey; 
	 font-weight:400; 
	 letter-spacing:.025em;
}
/*
essential styles:
these make the slideshow work - rotation texte index.php END
*/
	
.layout,
#layout_partitions {
	flex-direction: row;  /* colonnes côte à côte */
	align-items: flex-start;
	gap: 15px;           /* espace entre sidebar et content */
	margin-top: 50px;
}
	
/* =========================
   CONTENT
========================= */
.content {
    position: relative;   /* référence pour le h3 */
    //margin-bottom: 80px;  /* espace entre sections */
	width:100%;
}	
/* =========================
   SIDEBAR
========================= */
.sidebar_left {
	width: 29%;
    margin: 10px 0;
	flex-shrink: 0;         /* ne rétrécit pas */
}
		
	/* Lien normal */
	.sidebar_left ul li a {
	  display: block;
	  font-size: 15px;
	  letter-spacing: .025em;
	  line-height: 24px;
	  padding: 14px 8px 10px 8px;
	  text-decoration: none;
	  text-transform: uppercase;
	  color: #fff;           /* texte par défaut */
	  box-sizing: border-box;
	  transition: background-color 0.2s ease, color 0.2s ease;
	}
	
/*------------------------- Sidebar ------------------------*/
.sidebar {
    width: 39%;
	display:block;
    margin: 10px 0;
    box-sizing: border-box; /* assure que padding ne dépasse pas */
}

.sidebar ul {
	background-color:#d0d4d7;
	border-radius:10px;
	list-style:none;
    margin: 0;                 /* évite débordement */
	padding:0;
    box-sizing: border-box;
    overflow: hidden; /*Sinon le <a> peut dépasser et masquer les arrondis*/
}

.sidebar ul li:first-child {
	border:0;
	//height:175px;  /* hauteur image guitariste-et-pianiste.jpg */
}

.sidebar ul li:not(:first-child) {
    display: flex;          /* permet d'avoir texte à gauche et image à droite */
    align-items: center;    /* centre verticalement l'image et le texte */
    justify-content: space-between; /* texte à gauche, image à droite */
    //gap: 10px;                    /* espace entre texte et image */
	background-color: #d0d4d7;
    border-top: 1px solid #dfe1e4;
    height: auto;           /* laisse s'adapter à la hauteur du contenu */
    padding: 0 0;        /* petit padding horizontal */
    box-sizing: border-box;
}

.sidebar ul li.last {
	height:auto;
	padding-bottom:6px; /*!*/
    overflow:visible;      /* ne pas couper le contenu */
}
.sidebar ul li.last div {
	height:auto;
	text-align: justify; 
	text-justify: inter-word;
	font-family: Raleway;
	font-size:16px;
	letter-spacing:.025em;
	line-height: 1.3;
	padding: 5px;
	/*text-transform:uppercase;*/
}

/*
.sidebar ul li.selected span a {
	background-color:#fff;
	color:#ffa500;
	text-decoration: none;
}
*/

.sidebar ul li span {
    flex: 1;                 /* 🔥 prend toute la largeur */
}

.sidebar ul li span a {
    color:#6a7578;
    display:block;
    font-size:15px;
    letter-spacing:.025em;
    line-height:40px;
    text-decoration:none;
    text-transform:uppercase;
    margin-right:150px;      /* espace pour l’image à doite */
    padding-left:7px;
    /*text-align:left; /*texte à gauche*/	
    text-align:center; /*texte centré*/
    /*text-align:right; /*texte à droite*/
    text-indent:0;           /* 🔥 obligatoire */
    margin: 0;
    width: auto;            /* prend l'espace disponible */
    /*line-height: normal;    /* permet le retour à la ligne */
	font-weight:500;
}


/* sauf le premier li */
.sidebar ul li:not(:first-child) a img { /*taille image instrument*/
    width:150px;
    float: right;      /* place l'image à droite du li */
    margin-left: 10px; /* petit espace entre texte et image */
    vertical-align: middle; /* centre verticalement si besoin */
    transform: none;   /* supprime le translateY qui n'est plus nécessaire */
    position: static;  /* supprime absolute */
    height: auto;
    float: none;            /* plus de float */

}

/* Dernier li contenant la liste des instruments */
.sidebar ul li.last .instruments-list {
    display:flex;           /* mettre les liens en ligne */
    flex-wrap:wrap;         /* retour à la ligne si écran trop petit */
    gap:4px;                /* espace entre les liens (remplace &nbsp; si tu veux) */
}

.sidebar ul li.last .instruments-list a {
    display:inline;       /* pas de bloc */
    margin:0;             /* aucun décalage ajouté */
    padding:0;
    white-space:normal;   /* texte normal, retour à la ligne si nécessaire */
    color:#6a7578;
	text-transform:none;
	font-size: 16px;
	line-height: 1.1;
	text-decoration:underline;  /* 🔥 liens soulignés */
}

.sidebar ul li.last .instruments-list a:hover {
    color:#ffa500;          /* même style hover que le menu */
	font-weight:normal; /* ne pas devenir gras */
	text-decoration:underline;  /* 🔥 liens soulignés */
}

.sidebar ul li.last .instruments-list { /*décale la liste des instruments du dernier li*/
    padding-left:7px;
	padding-top:15px;
}

.sidebar ul li.selected,
.sidebar ul li:hover {
    background-color:#fff;
}

.sidebar ul li.selected a img,
.sidebar ul li a img:hover,
.sidebar p a img:hover {
    opacity:0.8;
}

.sidebar ul li.selected span a,
.sidebar ul li:hover span a {
    color:#ffa500;
}

/* =========================
   SECTIONS
========================= */
.section {
    padding: 20px;
	background-color:#fff;
	width: 100%;
	//margin-top: 40px;
}

#contenu {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:16px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 40px 10px 30px 10px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu2 {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:16px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 40px 10px 30px 10px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu3 {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 40px 10px 0 10px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu_index {
	width:100%;
	max-width:880px;
	overflow:hidden;
	background-color:white;
	//float:left;
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding:1px 10px 15px 10px; /*top right bottom left*/
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu_blog {
	overflow:hidden;
	/*background-color:red;*/
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding: 50px 10px 30px 10px;
	margin:0 0 0 0; /*top right bottom left*/
}

/* online.php */
/* Image flottante à droite dans le texte */
.online_right_image img {
    float: right;
	width: 45%;              /* Ajuste selon la taille souhaitée */
	margin: 0 0 10px 15px;   /* Espace autour de l'image */
	height: auto;
}


#contenu_conges {
	//overflow:hidden;
	//background-color:red;
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:16px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:center;
	padding: 40px 20px 20px 20px;
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu h1, 
#contenu_index h1, 
#contenu_online h1,
#contenu_blog h1,
#contenu_conges h1 {
		font-size:28px; 
		color:#ffa500; 
		font-weight:400; 
		letter-spacing:.025em;
		padding:7px 0;
	}

	/*h1 spécifique*/
#contenu h1.main-title,
#contenu_index h1.main-title,
#contenu_online h1.main-title,
#contenu_blog h1.main-title,
#contenu_conges h1.main-title {
		font-size: 20px;  /* taille désirée */
		padding:7px 0;
	}

#contenu h2, 
#contenu_index h2, 
#contenu_online h2,
#contenu_blog h2 {
		font-size:20px; 
		color:#ffa500; 
		font-weight:400; 
		letter-spacing:.025em;
		line-height:1.1;
		padding:7px 0;
}

#contenu_conges h2 {
	font-size:20px; 
	color:#ffa500; 
	font-weight:400; 
	letter-spacing:.025em;
	line-height:1.1;
	padding:7px 0;
	text-align: center;
	margin: 25px 0 25px 0;
}

#contenu h3, 
#contenu_index h3, 
#contenu_online h3,
#contenu_blog h3,
#contenu_conges h3 {
		font-size:18px; 
		color:#6b7073; 
		font-weight:400; 
		letter-spacing:.025em;
		padding:5px 0;
		text-align:left;
}
	
#h3_blog {
	background:url(../images/bg-title.png) no-repeat;
    background-size: contain;
	position: absolute;
    top: 270px;
    left: 35px;
	color:#fff;
	font-size:24px !important;
	font-weight:500;
	height:100px;
	letter-spacing:.025em;
	padding-top: 17px;  /* espace au-dessus du texte */
    padding-bottom: 0;
    line-height: normal; /* pour que padding prenne effet */
	text-align:center !important;
	width:228px;
}	
/* ----- cadeau.php START -----*/
#contenu .left {
	width:20%;     
	float:left; 
	text-align:center; 
	border-style:none; 
}
#contenu .left img {
	width:130px;
 	padding:0 0 0 0;  
}
#contenu .right {
	width:80%;
	float:right;
	padding-top:32px;
	margin-bottom: 30px;
}

#contenu .right p {
	font-family: Raleway;
	/*color:#ffa500; */
	color:#6b7073;
	font-size:15px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding:0px 10px 0px 2px;  
}
/* ----- cadeau.php END -----*/

/*------ contact.php START -----*/

/*------ contact.php END -----*/


/*------ partitions.php START -----*/
#partitions1,
#partitions3 {
    width:49%;
	float:left;
	background-color: #e6e7e8; 
	font-family: Raleway; 
	color:#6b7073; 
	font-size:12px; 
	letter-spacing:.05em; 
	line-height:20px;
	padding: 35px 10px 20px 10px;
}

#partitions2 {
    width:49%;
	float:right;
	background-color: #e6e7e8; 
	font-family: Raleway; 
	color:#6b7073; 
	font-size:12px; 
	letter-spacing:.05em; 
	line-height:20px;
	padding: 35px 10px 20px 10px;
}
/*------ partitions.php END -----*/

/*------ candidature.php START -----*/

#candidature-left {
	width:28%; 
	float:left;
	margin-bottom:60px;
	display:block;
}

#avis {
	position: relative;
	float:right;
	background-color: #fff; 
	//font-family: Raleway; 
	//color:#6b7073; 
	//font-size:14px; 
	//letter-spacing:.05em; 
	//line-height:20px;
	margin: 10px 0 150px 0;
	border-radius: 10px; 
	//padding:50px 0 0 0;
}

#avis2,
#avis3 {
	position: relative;
	float:right;
	background-color: #fff; 
	//font-family: Raleway; 
	//color:#6b7073; 
	//font-size:14px; 
	//letter-spacing:.05em; 
	//line-height:20px;
	//margin-top: 80px;
	margin: 0 0 60px 0;
	border-radius: 10px; 
	//padding:50px 0 0 0;
}


/*------ candidature.php END -----*/

/*------ parrainage.php START -----*/

/* Bloc parrainage */
.parrainage-container {
    display: flex;
    gap: 20px;
    align-items: flex-start; /* aligne le haut des blocs */
    flex-wrap: nowrap;       /* NE PAS passer à la ligne */
}

.parrainage-left {
    flex: 0 0 50%;
    text-align: center;
    padding-top: 1px;
}

.parrainage-left img {
    width: 100%;
    max-width: 410px;
}

.parrainage-right {
    flex: 0 0 50%;
    padding-top: 40px;  /* moins que 120px pour aligner avec gauche */
	padding-right: 50px;
}

.parrainage-right iframe {
    width: 100%;
    height: 400px; /* ou hauteur adaptée */
    border: none;
}

/*------ parrainage.php END -----*/

.about .section span {
	padding-left: 5px; /*Guitare, Piano, Chant Pop etc. */
}

.programme {
  padding: 8px 0 8px 0;
}

/* Image */
.programme_image {
	width: 100%;
    max-width: 185px;
    height: auto;
    //display: block;   /* supprime l’espace blanc sous l’image */
	border-radius: 0 0 6px 6px;
	transition: 0.2s;
}

.stage {
  padding: 8px 0 8px 0;
}

.stage_image {
    width: 100%;
    max-width: 390px;
    height: auto;
  border-radius: 0 0 6px 6px;
  transition: 0.2s;
}

.stage-info {  /* substitution de <center><p class="stage-info"> ... </p><center> */
    width: fit-content;   /* largeur adaptée au contenu */
    margin: 0 auto;       /* centre le bloc */
    text-align: center;   /* centre le texte */
	font-size: 20px;       /* ← TAILLE DU TEXTE */
    line-height: 1.2;
    margin-top: 8px;
}

.stage-info a {
    font-size: 18px;       /* lien */
    text-decoration: none;
}

.stage-info a:hover {
    color: #ffa500;
}

.stage-info .arrow {
    font-style: normal;
    color: orange;
    font-weight: bold;
    margin-right: 4px;
	
}

.pgm-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 2 colonnes égales */
	gap: 5px; /* espace entre les items */
	margin: 0 auto;
}
/* =========================
   ONGLET SUR SECTION #pgm
========================= */
#partitions1 h3, 
#partitions2 h3, 
#partitions3 h3
{
	background:url(../images/bg-title.png) no-repeat;
	background-size: 170px 60px;   /* largeur hauteur */
    //background-size: contain;
	position: absolute;
    top: 2px;
    left: 30px;
	color:#fff;
	font-size:24px !important;
	font-weight:500;
	height:100px;
	letter-spacing:.025em;
	padding-top: 17px;  /* espace au-dessus du texte */
    padding-bottom: 0;
    line-height: normal; /* pour que padding prenne effet */
	text-align:center;
	//margin-top: 17px;
	width:170px;
	//height:60px;
}

/* =========================
   PROGRAMMES - GRID
========================= */

#pgm {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    gap: 5px;
    justify-items: center;
}

#stage {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
    gap: 10px; /* ne sert à rien car alignement dépend de la largeur des images */
    justify-items: center;
}

/*------------------------cours option ------------------------*/
.options {
	width:77%;
	float:left;
	margin:0 30px 0 0; /*top right bottom left*/
}

.options h4 {
	background:url(../images/bg-title.png) no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 20px; /*top right bottom left*/
	position:relative;
	text-align:left;
	/*width:208px;*/
	border-bottom: 1px solid #ffa500; /* ligne orange */
}

.options h3 {
	background:url(../images/bg-title.png) no-repeat;
	//background-size: 308px 60px;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 20px; /*top right bottom left*/
	position:relative;
	text-align:left;
	//width:208px;
}

.options h2 {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:#ffa500;
	font-size:16px;
	font-weight: 900;
	height:30px;
	letter-spacing:.025em;
	margin:0 0 0 5px; /*top right bottom left*/
	position:relative;
	top:15px;
	text-align:left;
	/*width:208px;*/
}
.options p {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:grey;
	font-size:16px;
	/*font-weight:700;*/
	/*height:40px;*/
	letter-spacing:.025em;
	line-height:20px;
	margin:0 0 0 0px; /*top right bottom left*/
	padding:3px 0 8px 5px; /*top right bottom left*/
	text-align:left;
	position:relative;
	top:5px;
	/*width:208px;*/
}

.horaires {
	width:16%;
	float:right;
}
.horaires h4 {
	background:url(../images/bg-title-170.png) no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 10px; /*top right bottom left*/
	position:relative;
	text-align:left;
	/*width:170px;*/
	border-bottom: 1px solid #ffa500; /* ligne orange */
}

.horaires h2 {
	background:url(../images/bg-title.png) no-repeat;
	color:#ffa500;
	font-size:16px;
	font-weight:700;
	height:25px;
	letter-spacing:.025em;
	margin:0 0 0 10px; /*top right bottom left*/
	position:relative;
	top:15px;
	text-align:left;
	width:208px;
}
.horaires p {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:grey;
	font-size:16px;
	/*font-weight:700;*/
	/*height:40px;*/
	letter-spacing:.025em;
	line-height:20px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:3px 0 8px 5px; /*top right bottom left*/
	position:relative;
	top:5px;
	text-align:left;
	/*width:208px;*/
}

/* Colonnes du footer */
.footer-column {
    flex: 1 1 23%; /* 48% pour obtenir 4 colonnes */
    min-width: 210px;
    text-align: left;
    font-size: 0.9em; /* Réduction de la taille du texte dans les colonnes */
}

/* Copyright du footer */
.footer-copyright {
    font-size: 14px;
}

.rester_informe {
    display: flex;
	background-color:gainsboro; 
	width:99%; 
	height:48px; 
	border-radius: 5px;
	align-items: center;   /* centre verticalement */
    justify-content: center;   /* centre horizontalement les éléments */
}


  .tabs {
    //max-width:1200px;
  }

  .tab-content iframe {
    height:500px;
  }

}


/** ======================================================
   GRANDS ÉCRANS
   (≥ 1440px)
   Optionnel / amélioration
====================================================== */

@media screen and (min-width: 1440px) {

    #page {
        max-width: 1400px;
        margin: 0 auto;    /* centré si besoin */
        padding: 0 5px;   /* petit padding intérieur */
		/*background-color: green;*/
    }
		
div#intro {
	text-align:center;
	font-family: Raleway;
	font-size: 24px;
	color : grey;
	//text-decoration: solid;
	text-align: center;
    text-justify: inter-word;
	margin:20px 0 20px 0; /*top right bottom left*/
}
div#intro span {
	//background-color: red;
	display: inline-block; /*sinon width n'est pas pris en compte*/
	width:55px;
}

div#headlines {
    width: 100%; 
	overflow: auto;
	background-color: lightgrey; 
	border-radius:10px; 
	text-align:center; 
	padding-bottom:20px; 
	font-size:26px;
	margin-bottom:20px;
}

.about .section span {
	background:url(../images/bg-instruments-title.png) no-repeat left 0;
    display: block;
	//color:#6b7073;
	color:#fff;
	border-bottom:2px solid #FF8B00;
	font-size:14px;
	letter-spacing:.025em;
	line-height:22px;
	padding-left: 5px; /*Guitare, Piano, Chant Pop etc. */
	text-decoration:none;
	//width:30%;
	/*background-color:red;*/
}


.onglets ul.navigation {
    display: flex; /* ← flex au lieu de block */
}
.onglets select.navigation {
    display: none;
}

.onglets ul.navigation li a {
    color:#f0f0f0;
    display:block;
    font-family: Raleway;
    font-size:18px;
    padding:0 20px;
    height:68px;
    letter-spacing:.0884em;
    line-height:62px;
    text-decoration:none;
    text-align: center;
}

.hero-section {
    background: #f8f9fa;
    padding: 40px 50px !important;
    text-align: center;
	margin-bottom: 30px;
	border-radius: 10px;
}

.hero-section h1 {
    font-size: 2.2em !important;
    //margin-bottom: 20px;
}

.hero-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
}

.hero-left {
    flex: 1;
	text-align: center;
    flex-direction: column;
}

.hero-subtitle {
    font-size: 1.2em !important;
    margin-top: 45px;
}

.hero-benefits {
    margin-top: 20px;
}

.hero-proof {
    //margin-top: 15px;
    font-size: 0.9em !important;
    color: #666;
}

.hero-proof p {
    //padding: 5px;
}

.testimonial {
    font-style: italic;
    color: #333;
}

.hero-buttons {
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #e63946;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
}

.btn-primary:hover {
    background-color: #c62828;
}

.btn-secondary {
    color: #333;
    text-decoration: underline;
}

.hero-right {
    flex: 0 0 400px;
    text-align: center;
}

.hero-image img {
    max-width: 460px;
	width: 460px;
    border-radius: 10px;
    margin-top: 40px;
}

/*
========================================
 SLIDESHOW - STRUCTURE (ESSENTIAL)
========================================
*/

#slides {
	position: relative;
	height: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 18px;
}

/*
========================================
 SLIDE BASE STYLE
========================================
*/

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;

	/* transition */
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;

	/* appearance */
	font-size: 40px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
}

/*
========================================
 ACTIVE SLIDE
========================================
*/

.showing {
	opacity: 1;
	z-index: 2;
}

/*
========================================
 LINKS
========================================
*/

.slide a {
	color: #6B7073;
	font-family: Raleway;
	display: inline;
	margin: 0;
	text-decoration: underline;
}

.slide a:hover {
	color: white;
	/* background-color: #ffa500; */
}

/*
========================================
 SLIDE BACKGROUNDS
========================================
*/

.slide:nth-of-type(1) {
	background: lightgrey;
}

.slide:nth-of-type(2) {
	/* background: #F8C471; */
	/* background: #ffc107; */
	background: #2ecc71;
}

.slide:nth-of-type(3) {
	background: green;
}

.slide:nth-of-type(4) {
	background: blue;
}

.slide:nth-of-type(5) {
	background: purple;
}

	
.layout,
#layout_partitions {
	flex-direction: row;  /* colonnes côte à côte */
	align-items: flex-start;
	gap: 20px;           /* espace entre sidebar et content */
	margin-top: 50px;
}
	
	
/* =========================
   CONTENT
========================= */
.content {
    position: relative;   /* référence pour le h3 */
    //margin-bottom: 80px;  /* espace entre sections */
	width:100%;
}	

/* =========================
   SIDEBAR
========================= */
.sidebar_left {
	width: 25%;      /* ou largeur fixe souhaitée */
    margin: 10px 0;
	flex-shrink: 0;
}
	
	.sidebar_left ul li a {
		display:block;
		font-size:17px;
		letter-spacing:.025em;
		line-height:24px;
		padding:14px 19px 10px 19px;
		text-decoration:none;
		text-transform:uppercase;
		box-sizing: border-box;    /* important pour que padding n’ajoute pas à la largeur */
	}
	
/* Lien normal */
.sidebar_left ul li a {
  display: block;
  font-size: 17px;
  letter-spacing: .025em;
  line-height: 24px;
  padding: 14px 19px 10px 19px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;           /* texte par défaut */
  box-sizing: border-box;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/*------------------------- Sidebar ------------------------*/
.sidebar {
    width: 33%;
	display:block;
    margin: 10px 0;
    box-sizing: border-box; /* assure que padding ne dépasse pas */
}

.sidebar ul {
	background-color:#d0d4d7;
	border-radius:10px;
	list-style:none;
    margin: 0;                 /* évite débordement */
	padding:0;
    box-sizing: border-box;
    overflow: hidden; /*Sinon le <a> peut dépasser et masquer les arrondis*/
}

.sidebar ul li:first-child {
	border:0;
	//height:175px;  /* hauteur image guitariste-et-pianiste.jpg */
}

.sidebar ul li:not(:first-child) {
    display: flex;          /* permet d'avoir texte à gauche et image à droite */
    align-items: center;    /* centre verticalement l'image et le texte */
    justify-content: space-between; /* texte à gauche, image à droite */
    //gap: 10px;                    /* espace entre texte et image */
	background-color: #d0d4d7;
    border-top: 1px solid #dfe1e4;
    height: auto;           /* laisse s'adapter à la hauteur du contenu */
    padding: 0 0;        /* petit padding horizontal */
    box-sizing: border-box;
}

.sidebar ul li.last {
	height:auto;
	padding-bottom:6px; /*!*/
    overflow:visible;      /* ne pas couper le contenu */
}
.sidebar ul li.last div {
	height:auto;
	text-align: justify; 
	text-justify: inter-word;
	font-family: Raleway;
	font-size:16px;
	letter-spacing:.025em;
	line-height: 1.3;
	padding: 5px;
	/*text-transform:uppercase;*/
}

/*
.sidebar ul li.selected span a {
	background-color:#fff;
	color:#ffa500;
	text-decoration: none;
}
*/

.sidebar ul li span {
    flex: 1;                 /* 🔥 prend toute la largeur */
}

.sidebar ul li span a {
    color:#6a7578;
    display:block;
    font-size:15px;
    letter-spacing:.025em;
    line-height:40px;
    text-decoration:none;
    text-transform:uppercase;
    margin-right:145px;      /* espace pour l’image à doite */
    padding-left:7px;
    /*text-align:left; /*texte à gauche*/	
    text-align:center; /*texte centré*/
    /*text-align:right; /*texte à droite*/
    text-indent:0;           /* 🔥 obligatoire */	
    margin: 0;
    width: auto;            /* prend l'espace disponible */
    /*line-height: normal;    /* permet le retour à la ligne */
	font-weight:500;
}


/* sauf le premier li */
.sidebar ul li:not(:first-child) a img { /*taille image instrument*/
    width:145px;
    float: right;      /* place l'image à droite du li */
    margin-left: 10px; /* petit espace entre texte et image */
    vertical-align: middle; /* centre verticalement si besoin */
    transform: none;   /* supprime le translateY qui n'est plus nécessaire */
    position: static;  /* supprime absolute */
    height: auto;
    float: none;            /* plus de float */

}

/* Dernier li contenant la liste des instruments */
.sidebar ul li.last .instruments-list {
    display:flex;           /* mettre les liens en ligne */
    flex-wrap:wrap;         /* retour à la ligne si écran trop petit */
    gap:4px;                /* espace entre les liens (remplace &nbsp; si tu veux) */
}

.sidebar ul li.last .instruments-list a {
    display:inline;       /* pas de bloc */
    margin:0;             /* aucun décalage ajouté */
    padding:0;
    white-space:normal;   /* texte normal, retour à la ligne si nécessaire */
    color:#6a7578;
	text-transform:none;
	font-size: 16px;
	line-height: 1.1;
	text-decoration:underline;  /* 🔥 liens soulignés */
}

.sidebar ul li.last .instruments-list { /*décale la liste des instruments du dernier li*/
    padding-left:7px;
	padding-top:15px;
}

.sidebar ul li.last .instruments-list a:hover {
    color:#ffa500;          /* même style hover que le menu */
    font-weight:normal;     /* ne pas devenir gras */
    text-decoration:underline;  /* liens soulignés */
}

.sidebar ul li.selected,
.sidebar ul li:hover {
    background-color:#fff;
}

.sidebar ul li.selected a img,
.sidebar ul li a img:hover,
.sidebar p a img:hover {
    opacity:0.8;
}

.sidebar ul li.selected span a,
.sidebar ul li:hover span a {
    color:#ffa500;
}

#contenu_index {
	width:100%;
	max-width:1005px;
	overflow:hidden;
	background-color:white;
	//float:left;
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding:1px 10px 15px 10px; /*top right bottom left*/
	margin:0 0 0 0; /*top right bottom left*/
}

#contenu h1, 
#contenu_index h1, 
#contenu_online h1,
#contenu_blog h1,
#contenu_conges h1 {
	font-size:28px; 
	color:#ffa500; 
	font-weight:400; 
	letter-spacing:.025em;
	padding:7px 0;
}

/*h1 spécifique*/
#contenu h1.main-title,
#contenu_index h1.main-title,
#contenu_online h1.main-title,
#contenu_blog h1.main-title,
#contenu_conges h1.main-title {
	font-size: 20px;  /* taille désirée */
	padding:7px 0;
}

#contenu h2, 
#contenu_index h2, 
#contenu_online h2,
#contenu_blog h2 {
	font-size:20px; 
	color:#ffa500; 
	font-weight:400; 
	letter-spacing:.025em;
	line-height:1.1;
	padding:7px 0;
}

#contenu_conges h2 {
	font-size:20px; 
	color:#ffa500; 
	font-weight:400; 
	letter-spacing:.025em;
	line-height:1.1;
	padding:7px 0;
	text-align: center;
	margin: 25px 0 25px 0;
}

#contenu h3, 
#contenu_index h3, 
#contenu_online h3,
#contenu_blog h3,
#contenu_conges h3 {
	font-size:18px; 
	color:#6b7073; 
	font-weight:400; 
	letter-spacing:.025em;
	padding:5px 0;
	text-align:left;
}
		
#h3_blog {
	background:url(../images/bg-title.png) no-repeat;
    background-size: contain;
	position: absolute;
    top: 275;
    left: 125px;
	color:#fff;
	font-size:24px !important;
	font-weight:500;
	height:100px;
	letter-spacing:.025em;
	padding-top: 17px;  /* espace au-dessus du texte */
    padding-bottom: 0;
    line-height: normal; /* pour que padding prenne effet */
	text-align:center !important;
	width:228px;
}
		
.about .section span {
	padding-left: 5px; /*Guitare, Piano, Chant Pop etc. */
}

.programme {
  padding: 8px 0 8px 0;
}

/* Image */
.programme_image {
	width: 100%;
	min-width: 200px;
    height: auto;
    //display: block;   /* supprime l’espace blanc sous l’image */
	border-radius: 0 0 6px 6px;
	transition: 0.2s;
}

.stage {
  padding: 8px 0 8px 0;
}

.stage img {
  width: 435px;
  //width: 50%;      /* ✅ clé du redimensionnement */
  height: auto;     /* conserve le ratio */
  display: block;   /* supprime l’espace blanc sous l’image */
  border-radius: 0 0 6px 6px;
  transition: 0.2s;
}

.stage-info {  /* substitution de <center><p class="stage-info"> ... </p><center> */
    width: fit-content;   /* largeur adaptée au contenu */
    margin: 0 auto;       /* centre le bloc */
    text-align: center;   /* centre le texte */
	font-size: 18px;       /* ← TAILLE DU TEXTE */
    line-height: 1.2;
    margin-top: 8px;
}
/*
.stage-info {    
	width: 80%;
    margin: 8px auto 0;
	text-align: center;
    font-size: 18px;       /* ← TAILLE DU TEXTE
    line-height: 1.4;
    margin-top: 8px;
    color: #6b7073;
}
*/

.stage-info a {
    font-size: 16px;       /* lien */
    text-decoration: none;
}

.stage-info a:hover {
    color: #ffa500;
}

.stage-info .arrow {
	font-style: normal;
    color: orange;
    font-weight: bold;
    margin-right: 4px;
	
}

/* =========================
   PROGRAMMES - GRID
========================= */

#pgm {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 5px;
    justify-items: center;
}

#stage {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(435px, 1fr));
    gap: 10px; /* ne sert à rien car alignement dépend de la largeur des images */
    justify-items: center;
}

/* Colonnes du footer */
.footer-column {
    flex: 1 1 23%; /* 48% pour obtenir 4 colonnes */
    min-width: 210px;
    text-align: left;
    font-size: 0.9em; /* Réduction de la taille du texte dans les colonnes */
}

/* Copyright du footer */
.footer-copyright {
    font-size: 14px;
}

/* tabs google map */
  .tabs {
    //max-width:1400px;
  }

  .tab-content iframe {
    height:500px;
  }

/*
/* bouton "Réserver mon cours d'essai" (bouton-essai.php) */
#slideButtonDiv {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

#slideButton {
	background-color:#e63946;
	color:white;
	font-size:1.1rem;
	font-weight:600;
	padding:14px 28px;
	border:none;
	border-radius:8px;
	cursor:pointer;
	box-shadow:0 4px 10px rgba(0,0,0,0.15);
	transition:background-color 0.3s ease, transform 0.2s ease;
	max-width:350px;
}

#slideButton2 {
	background-color:#e63946;
	color:white;
	font-size:1.1rem;
	font-weight:600;
	padding:14px 0;
	border:none;
	border-radius:8px;
	cursor:pointer;
	box-shadow:0 4px 10px rgba(0,0,0,0.15);
	transition:background-color 0.3s ease, transform 0.2s ease;
	//width:100%;
	max-width:350px;
	//white-space: nowrap;
}

.btn-group {
    display: flex;	/* pour aligner les boutons côte à côte */
    gap: 20px;        /* espace entre les boutons */
    //align-items: center;
    //flex-wrap: wrap;  /* permet de passer à la ligne si écran petit */
	margin: 0 auto; /* centre le bloc horizontalement, nécessite largeur fixe */
	max-width:750px;
}

}



/* Un programme 
.programme {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Titre aligné à gauche 
.programme span {
    align-self: flex-start;  /* ← clé ici 
    text-align: left;
    //width: 120px;
    width: 100%;
	margin-bottom: 0px;
}

*/

/* Image --déplacé en haut
.programme img {
    height: auto;
    border-radius: 0 0 6px 6px;
    transition: 0.2s;
}
*/

/*
.stage_image {
    width: 110%;
    height: auto;
    display: block;
}
*/

.programme img:hover {
    transform: scale(1.05);
}

/* footer.php */
.myButton {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:darkorange;
	border-radius:4px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:orange;
}
.myButton:active {
onclickposition:relative;
	top:1px;
}


/*espace des avis dans avis.php */
#avis .review {
	margin-bottom: 20px;
}

.programs_div {
	margin-bottom:-60px;
    width: 100%;        /* ← prend toute la largeur restante après la sidebar */
    min-width: 0;       /* ← évite les débordements flex */
}

#p_contact {
	text-align:left;
}

.faq-band{
padding:100px 0;
  background-color: white;
  border-radius: 10px; 
  padding: 20px;
  margin: -20px 0 0 0;}
.faq-band .faq-band-title{
font-family: Raleway;
font-size:20px;
font-weight:bold;
/*font-weight:400;*/
margin:20px 0 40px;
text-align:left;
color:#6b7073;
color:#ffa500;
}
.faq-band .faq-band-question{
display:-webkit-box;
display:-ms-flexbox;
display:flex
}
.faq-band .faq-band-question .faq-band-question-col{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-flex:50%;
-ms-flex:50%;
flex:50%
}
.faq-band .faq-band-question .faq-band-question-col:first-child{
margin-right:100px
}
.faq-band .faq-band-question .faq-band-question-col p{
margin:0
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-title{
font-size:24px;
font-weight:bold;
color:#222222;
margin-bottom:20px
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper{
margin-bottom:20px
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-question-text{
position:relative;
font-size:19px;
font-weight:normal;
color:#222222;
margin-bottom:40px;
display:block;
text-decoration:none;
text-align:left;
cursor:pointer;
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-question-text:last-child{
margin-bottom:0
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-question-text:last-child:after{
width:0;
height:0
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-question-text:after{
content:'';
position:absolute;
bottom:-20px;
left:0;
width:100%;
height:1px;
background-color:#ccc
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-question-text div{
position:relative;
padding-right:20px;
color:#6b7073;
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-question-text div span{
content:'';
position:absolute;
right:0;
top:5px;
width:16px;
height:16px;
-webkit-background-size:contain;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
background-image:url("svg/home/arrow-down.svg");
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-reponse-text{
padding-bottom:20px;
display:none;
font-size:16px;
color:#6b7073;
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-reponse-text a{
color:#6B7073;
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-reponse-text a:hover{
color:#ffa500;
text-decoration: none;
}

.faq-band .faq-band-question .faq_open.opened .faq-band-question-text div span{
-webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg)
}
.faq-band .faq-band-question .faq_open.opened .faq-band-reponse-text{
display:block;
}
.faq-band-question-bottom {
font-size:16px;
}


@media all and (max-width: 5000px){
.faq-band 
.faq-band-question{
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column
}
.faq-band .faq-band-question .faq-band-question-col:first-child{
margin-right:0
}
}







