/*
============================================================

Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
	
============================================================
*/

/************************************************ 
 *
 * GÉNÉRAL
 * 
 * Orange/rouge : FF3300
 * Vert : 29A6A3
 * Beige : FAF4EA
 * Violet (logo) : A20202 ou 990302 (ou 990100)
 *
 ************************************************/

#main-content a {
	color: var(--gcid-1304yvq6bm); /*color: #FF3300;*/
}
/*#et-main-area footer .sous-footer a {
	color: var(--gcid-body-color)
} */


/************************************************ 
 *
 * HEADER/MENU
 *
 ************************************************/

header nav ul#menu-menu-principal-fr li.current-menu-item a {
	font-weight:bold;
}
header .et_pb_sticky nav ul#menu-menu-principal-fr li a {
	padding: 21px 0;
}
header .et_pb_sticky nav ul#menu-menu-principal-fr li.menu-item-has-children a {
	padding-right:20px;	
}
/* Ombrage */
header .et_pb_section.et_pb_sticky {
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1) !important;
	box-shadow: 0 0 7px rgba(0,0,0,0.1) !important;
	transition: background-color 300ms ease 0ms,background-image 300ms ease 0ms;
}


/************************************************ 
 *
 * BANDEAUX HAUT DE PAGE
 *
 ************************************************/

.bandeau {
    position: relative;
    background: none !important;
}
.bandeau::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, var(--gcid-1304yvq6bm) 50%, rgba(255,51,0,0.6) 100%);
    z-index: 1;
}
.bandeau::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
	height: 100%;
	background-size: cover; /* Remplit la zone sans déformer, quitte à rogner un peu les bords */
	background-position: right center; /* Centre le sujet de la photo dans ses 55% */
    background-repeat: no-repeat;
    z-index: 0;
}

.home .bandeau::after {
	background-image: url(/wp-content/uploads/2026/03/ambre-esteve-6-iunIrJtbQ-unsplash-1200x800px.jpg);
}
.accompagnement .bandeau::after {
	background-image: url(/wp-content/uploads/2026/03/vitaly-gariev-CjP2TAGUlGY-unsplash-1200x675px.jpg);
}
.formations .bandeau::after {
/*	background-image: url(/wp-content/uploads/2026/03/istockphoto-887447000-1200x800px-test.jpg); */
	background-image: url(/wp-content/uploads/2026/03/vitaly-gariev-c6QLJhezaYs-unsplash-1200x675px.jpg);
}
.nous-connaitre .bandeau::after {
	background-image: url(/wp-content/uploads/2026/03/photo-galette-2025-1200x900px.jpg);
}
.evenements .bandeau::after {
/*	background-image: url(/wp-content/uploads/2026/03/image_processing20250806-29486-s5x9ii-1200x750px.jpg); */
	background-image: url(/wp-content/uploads/2026/03/initial-mairie-du-17e-1200x798px.jpg);
}
.nous-rejoindre .bandeau::after {
	background-image: url(/wp-content/uploads/2026/03/Gemini_Generated_Image_qcrez1qcrez1qcre.png);
}

.bandeau {
    position: relative;
    padding: 0 !important;
	height:400px;
}
@media screen and (max-width: 768px) {
	.bandeau {
		position: relative;
		padding: 0 !important;
		height:200px;
	}
}
.bandeau .et_pb_row {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
	height:100%;
}
.bandeau .et_pb_column {
    padding: 0 !important;
    margin: 0 !important;
	height:100%;
}

.bandeau .slogan {
    position: absolute;
	top: 80px;
	left: 15%;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.bandeau .slogan {
		top: 20px;
		left: 5%;
	}
}
.bandeau .slogan p {
    color:#FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 1.8em;
}
@media screen and (max-width: 768px) {
	.bandeau .slogan p {
		font-size: 14px;
	}
}
.bandeau .titre {
    position: absolute;
    bottom: 20px;
    left: 1%;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.bandeau h1 {
    font-weight: 700;
    color: #FFFFFF!important;
    font-size: 10vw;
	margin: 0 !important;
    padding: 0 !important;
    line-height: 1;
	transform: translateY(32%);
}
@media screen and (max-width: 768px) {
	.bandeau h1 {
		transform: translateY(65%);
	}
}


/************************************************ 
 *
 * ACCOMPAGNEMENT (& RESPONSABLE - pour Liste des Permanences)
 *
 ************************************************/

.liste-permanences .permanence h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
	text-transform: uppercase;
}
.liste-permanences .permanence p {
	font-size: 16px;
	line-height: 1.4em;
}
.liste-permanences .permanence ul {
	list-style-type: none;
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.4em;
}
.liste-permanences .permanence {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #e3e3e3 solid;
}


/************************************************ 
 *
 * FORMATIONS / ÉVÉNEMEMENTS
 *
 ************************************************/

.formations .liste-formations h3,
.evenements .liste-evenements h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4em;
}
.formations .liste-formations p,
.evenements .liste-evenements p {
	font-size: 16px;
	line-height: 1.4em;
	padding-bottom: 0.5em;
}
.formations .liste-formations ul,
.evenements .liste-evenements ul {
	list-style-type: none;
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.4em;
}
.formations .liste-formations .formation,
.evenements .liste-evenements .evenement {
	/* margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #e3e3e3 solid; */
	margin-bottom: 20px;
	border-bottom: 3px solid #eee;
	padding-bottom: 15px;
}
.formations .liste-formations .formation a,
.evenements .liste-evenements .formation a {
	color: #29A6A3!important;
}

.formations .formation-statut-complet {
    display: inline-block;
    background-color: #d93025;
    background-color: #29A6A3;
    color: #ffffff;
    padding: 8px 8px;
    font-weight: bold;
    font-size: 0.85rem;
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 10px;
	line-height: 1em!important;
}
.formations .formation-details-wrapper,
.evenements .evenement-details-wrapper {
	font-size:16px;
}
.formations .toggle-details,
.evenements .toggle-details {
	display:inline-flex;
	align-items:center;
	gap:5px;
	color:#29A6A3!important;
	text-decoration:underline;
	cursor:pointer;
}
.formations .details-content,
.evenements .details-content {
	margin-top: 10px;
	padding: 20px;
	background:#f9f9f9;
/*	background: rgb(249, 249, 249); */
	background: var(--gcid-tk5lbp2mw5)!important;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: rgb(0, 115, 170);
	border-left-color: #29A6A3;
	border-radius:5px;
	width:75%;
}
.formations .details-content h4,
.evenements .details-content h4 {
	font-size:18px;
	line-height:1.4em;
	font-weight:bold;
}
.formations .details-content h5,
.evenements .details-content h5 {
	font-size:16px;
	font-weight: bold;
	line-height:1.4em;
	margin: 1rem 0 .5rem;
	text-transform:uppercase;
}
.formations .lien-inscription,
.evenements .lien-inscription {
	margin-top: 15px;
    display: inline-flex; /* Permet l'alignement vertical parfait */
    align-items: center;  /* Centre l'icône par rapport au texte */
    gap: 6px;             /* Espace entre le texte et l'icône */
    text-decoration: underline;
    color: #0073aa;       /* Ta couleur de lien */
}

.icon-lucide {
    display: inline-block;
    flex-shrink: 0;       /* Empêche l'icône de s'écraser */
    transition: transform 0.2s ease; /* Petit effet au survol */
}

.formations .lien-inscription:hover .icon-lucide,
.evenements .lien-inscription:hover .icon-lucide {
    transform: translate(2px, -2px); /* L'icône bouge légèrement vers le haut/droite au survol */
}

/************************************************ 
 *
 * PRISE DE RENDEZ-VOUS
 *
 ************************************************/

#pi-rdv-form {
    max-width: 500px;
}
#pi-rdv-form label {
    font-size: 16px;
    display: block;
    margin-top: 15px;
    font-weight: bold;
}
#pi-rdv-form input,
#pi-rdv-form select,
#pi-rdv-form textarea {
    width: 100%;
    display: block;
    margin-top: 5px;
    padding: 6px 8px;
    font-size: 13px;
}
#pi-rdv-form input[name="date_rdv"] {
    width: 100px;
}
#pi-rdv-form input[name="heure_rdv"] {
    width: 75px;
}
#pi-rdv-form select {
    height: 32px;
    font-size: 14px;
    padding: 0 40px 0 12px;
    border-radius: 0px;
    border: 1px solid #bbb;
    appearance: none;
    background-color: #fff;
    background-image: url('/wp-content/uploads/2026/01/chevron-down.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    cursor: pointer;
}
#pi-rdv-form textarea {
    height: 100px;
}
#pi-rdv-form .acceptation {
    display: flex;
    flex-direction: row;
    font-weight: normal;
}
#pi-rdv-form .acceptation input {
    width: 20px;
}
#pi-rdv-form button {
    display: block;
    background-color: #FF3300;
    font-size: 20px;
    font-weight: 600;
/*  margin: 30px auto 0; centré */
    margin: 20px 0 0;
    padding: .5em 1em;
    color: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #FF3300;
    cursor: pointer;
}
#pi-rdv-form button:hover {
	background-color: #FFFFFF;
    color: #FF3300;
}

.pi-required {
    color: #dc3232;
    font-weight: bold;
}

.pi-required-mention {
	margin-top: 20px;
}
.pi-success {
    background-color: #ecf7ed;
    border-left: 4px solid #46b450;
    padding: 12px 16px!important;
    margin: 15px 0;
    color: #2d6a30;
    font-size: 15px;
	border-radius: 5px;
}

.pi-error {
    background-color: #fde8e8;
    border-left: 4px solid #dc3232;
    padding: 12px 16px;
    margin: 15px 0;
    color: #8a1f1f;
    font-size: 15px;
	border-radius: 5px;
}

/************************************************ 
 *
 * RESPONSABLE (ACCÈS MEMBRE)
 *
 ************************************************/

.reponsable p {
	font-size:16px;
}

.responsable .bonjour {
	font-size:17px;
    padding: 20px 0 50px!important;
}
.responsable .bonjour .nom {
    font-weight:bold;
}

.responsable h2 {
	font-size:24px;
    font-weight:700;
	text-transform:uppercase;
	margin-bottom:10px;
}
.responsable .liste-permanences h2 {
	margin-bottom:20px;
}

.responsable .no-rdv {
	background: #f8dda7;
	display: inline-block;
	padding: 0.5em 1em!important;
	margin: 30px 0;
}
.responsable .pi-rdv-table {
	margin-top:30px;
}
.responsable .tab-rdv {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
	border-left:none!important;
	border-right:none!important;
	border-top: none!important;
}
.responsable .tab-rdv thead th {
	border-bottom: 2px solid #222222;
	color:#000000!important;
}

.status-button {
/*	TODO phase 2 : cursor: pointer; */
	border-bottom: 1px solid rgba(0,0,0,.05);
	border-radius: 4px;
	padding: .5em 1em;
}
.status-demande {
	background:#f8dda7; /* orange - #f0ad4e */
	color: #2c4700;
}
.status-rdv_pris {
	background:#c6e1c6; /* vert - #5cb85c */
	color:#2c4700;
}
.status-annule {
	background:#ff6b6b; /* rouge - #d9534f */
	color:#2c2c2c;
}

.responsable .volet-col {
	padding: 0 24px;
	background-color: #F9F9F9;
}
[id^="volet-row-"] {
    display: none;
}
.responsable .rdv-volet {
	margin: 20px 0;
}
.responsable .rdv-volet h4 {
	font-weight:bold;
}
.responsable .rdv-volet h4.statut-actuel {
	margin: 40px 0 10px;
}
.responsable .rdv-volet h4 .titre-statut {
	margin-right: 10px;
}
.responsable .rdv-volet h4 .statut-date-heure {
	font-weight:normal;
	border: 1px solid #333;
	padding: .25em 0.75em;
	border-radius: 4px;
	font-size: .9em;
}
.responsable .rdv-volet .question.demande-annule {
	margin-bottom: 20px;
}
.responsable .rdv-actions {
    display: flex;           /* alignement horizontal */
    gap: 10px;               /* espace entre les boutons */
	margin: 10px 0 20px;
}
.responsable .rdv-actions button {
    padding: 6px 12px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.responsable .rdv-volet h4.historique {
	margin-top: 30px;
}


/************************************************ 
 *
 * CONNEXION
 *
 ************************************************/

#pi-login-form {
    max-width: 400px;
}
#pi-login-form label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
}
#pi-login-form input[type="text"],
#pi-login-form input[type="password"] {
    width: 100%;
    display: block;
    margin-top: 5px;
    padding: 6px 8px;
    font-size: 13px;
}
#pi-login-form .pi-remember {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-weight: normal;
    margin-top: 15px;
}
#pi-login-form .pi-remember input {
    width: 20px;
    margin: 0;
}
#pi-login-form button {
    display: block;
    background-color: #FF3300;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 0;
    padding: .3em 1em;
    color: #FFFFFF;
    border-radius: 6px;
    border-width: 0px;
    cursor: pointer;
}
#pi-login-form .pi-login-links {
    margin-top: 15px;
    font-size: 14px;
}