@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter.woff2");
    font-display: auto;
}
@font-face {
    font-family: "GlacialIndifference";
    src: url("../fonts/GlacialIndifference-Regular.woff2");
    font-display: auto;
}
@font-face {
    font-family: "LeagueSpartan-Bold";
    src: url("../fonts/LeagueSpartan-Bold.woff2");
    font-display: auto;
}

.grecaptcha-badge {
    bottom: -100px !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}
body,
td,
div,
button,
input,
select,
textarea {
    font-family: "GlacialIndifference", sans-serif;
    font-size: 16px;
    color: #231f20;
}
img {
    border: none;
}
td {
    padding: 5px 10px;
}

footer {
    margin-top: auto; /* Pousse le footer vers le bas */
    background: #231f20;
    color: #eee;
    padding: 50px 80px;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.4);
}
footer a {
    color: #ddd;
}
footer a:hover {
    color: #fff;
}

main {
    width: 100%;
    height: 100%;
    margin: 120px 0 0 0;
    flex: 1;
    display: flex;
}
main.bo {
    width: 100%;
    height: 100%;
    margin: 60px 0 0 0;
}

a {
    color: #f3ca2a;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
}

a.accueil {
    color: #231f20;
    border-bottom: 1px dashed #231f20;
}
a.accueil:hover {
    border-bottom: 1px solid #231f20;
}

h1 {
    font-family: "LeagueSpartan-Bold", sans-serif;
    color: #231f20;
    font-size: 40px;
    margin: 0;
    padding: 0;
}
h2 {
    font-family: "GlacialIndifference", sans-serif;
    color: #231f20;
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
h3 {
    font-family: "GlacialIndifference", sans-serif;
    color: #999;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
h4 {
    font-family: "GlacialIndifference", sans-serif;
    color: #231f20;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    border-bottom: 1px solid #f3ca2a;
    margin-top: 40px;
}
h4.active { color:#f3ca2a;}
h4.over { cursor:pointer; text-decoration:none;}
h4.over:hover { color:#f3ca2a;}

h5 {
    font-family: "GlacialIndifference", sans-serif;
    color: #f3ca2a;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    padding: 6px 12px;
    margin: 6px 0;
    border: 2px solid #ddd;
    border-radius: 12px;
    color: #231f20;
    display: flex;
}
button {
    padding: 10px 16px;
    margin: 6px 0;
    border-radius: 12px;
    color: #231f20;
    border: none;
    display: flex;
    background: #f3ca2a;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-width: 2px;
    border-color: #f3ca2a;
    box-shadow: 0 5px 30px #ededed;
}
textarea {
    min-height: 100px;
}
textarea.auto-resize {
    min-height: 20px;
    overflow: hidden;
    resize: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea {
    width: 100%;
}
input[type="radio"] {
    margin: 0;
}

/* oeil sur mot de passe */
.password-wrapper {
    position: relative;
    width: 100%;
    /*max-width: 400px;*/
}
/*.password-wrapper input { width: 100%; padding: 10px 40px 10px 12px; box-sizing: border-box;}*/
.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
}
.toggle-password img {
    width: 20px;
    height: 20px;
    ext-decoration: none;
    opacity: 0.5;
}

button.btnlight {
    background: #eee;
    border: 2px solid #ccc;
    text-align: center;
    color: #666 !important;
    cursor: pointer;
}

button.btnlink {
    border: none;
    text-align: center;
    color: #666 !important;
    cursor: pointer;
    border-radius: 0;
    background: transparent;
    padding: 0;
    font-size: 14px;
}
button.btnlink:hover {
    color: #231f20 !important;
}

.bouton {
    font-weight: 600;
    background-color: #f3ca2a;
    color: #fff;
    align-items: center;
    border-radius: 12px;
    padding: 10px 16px !important;
    display: flex;
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
}
/*.bouton:hover{ color:#fff !important; } */
.bouton img,
.bouton_gris img {
    filter: brightness(0) invert(1);
    height: 20px;
    max-width: 20px;
    display: flex;
    border: none;
	margin:0 8px;
}

.bouton_rouge {
    font-weight: 600;
    background-color: #ec4c44;
    color: #fff;
    align-items: center;
    border-radius: 12px;
    padding: 10px 16px !important;
    display: flex;
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
}

.bouton_gris {
    white-space: nowrap;
    font-weight: 600;
    background-color: #999;
    color: #fff;
    align-items: center;
    border-radius: 12px;
    padding: 10px 16px !important;
    display: flex;
    width: fit-content;
    text-decoration: none;
}

.bouton_blanc {
	border : 1px solid #666;
    white-space: nowrap;
    font-weight: 600;
    background-color: #FFF;
    color: #666;
    align-items: center;
    border-radius: 12px;
    padding: 10px 16px !important;
    display: flex;
    width: fit-content;
    text-decoration: none;
}

.checkbox-group {
    margin-top: 10px;
}
.checkbox-option {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.checkbox-option input {
    margin-right: 8px;
}

	/* BOUTON SWITCH MENSUEL / ANNUEL DEBUT */
	.toggle-container {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: system-ui, sans-serif;
      font-size: 1rem;
      user-select: none;
    }

    /* Cache les vrais radios */
    .toggle-input {
      position: absolute;
      opacity: 0;
      width: 0;
      height: 0;
    }

    /* Le conteneur global du switch */
    .toggle-switch {
      position: relative;
      display: inline-flex;
      align-items: center;
      background: #e5e7eb;          /* fond gris clair */
      border-radius: 15px;
      padding: 4px;
      width: 220px;                 /* ← adapte la largeur si besoin */
      height: 40px;
      box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
      transition: background 0.35s ease;
    }

    /* Les labels */
    .toggle-label {
      position: relative;
      z-index: 2;
      flex: 1;
      text-align: center;
      padding: 8px 0;
      color: #6b7280;               /* gris par défaut */
      font-weight: 500;
      cursor: pointer;
      transition: color 0.3s ease;
    }

    /* Le curseur qui glisse */
    .toggle-slider {
      position: absolute;
      z-index: 1;
      top: 4px;
      left: 4px;
      width: calc(50% - 8px);       /* 50% - padding */
      height: calc(100% - 8px);
      background: #f3ca2a;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* Quand on choisit ANNUEL → on décale le slider */
    #annuel_premium:checked ~ .toggle-slider, #annuel_pro:checked ~ .toggle-slider {
      transform: translateX(calc(100% + 8px));
    }

    /* Quand c'est sélectionné → texte plus visible / coloré */
    #mensuel_premium:checked + .toggle-label, #mensuel_pro:checked + .toggle-label {
      color: #000;
      font-weight: 600;
    }

    #annuel_premium:checked ~ .toggle-label, #annuel_pro:checked ~ .toggle-label {
      color: #000;
      font-weight: 600;
    }

    /* Pour un look plus "pill" moderne */
    .toggle-switch::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 999px;
      background: linear-gradient(to right, #eff6ff, #dbeafe);
      opacity: 0;
      transition: opacity 0.4s ease;
      z-index: 0;
    }

    #annuel_premium:checked ~ .toggle-switch::before, #annuel_pro:checked ~ .toggle-switch::before {
      opacity: 0.6;
    }
	/* BOUTON SWITCH MENSUEL / ANNUEL FIN */

.survol {
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear !important;
    box-shadow: 0px 0 0 #fff inset;
}
.survol:hover {
    -webkit-box-shadow: -400px 0 0 #000 inset;
	color:#FFF;
}

.titre1 {
    font-size: 60px;
    font-family: "LeagueSpartan-Bold", sans-serif;
    padding: 10px 10px 0 10px;
    margin: 0;
    width: fit-content;
}
.titre2 {
    font-size: 50px;
    font-weight: 600;
}
.titre3 {
    font-size: 40px;
    font-weight: 600;
}

.redbold {
    color: red;
    font-weight: 600;
}
.jaunebold {
    color: #f3ca2a;
    font-weight: 600;
}
.creme {
    color: #fffed4;
}
.gris {
    color: #999;
}
.grisclair, .grisclair td {
    color: #ccc;
}
.bggrisclair {
    background: #f5f5f5 !important;
}
.bgjaune {
    background: #f3ca2a !important;
}

.infobulle {position:relative; }
.infobulle div{
    position: absolute;
    /*left: 0;*/
    top: 190%;
    width: 400px;
	padding:10px;
    background: #fff;
    transition: .5s;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.infobulle:hover div, .hiddeninfobulle{
    top: 130%;
    visibility: visible;
    opacity: 1;
}
 
.cible {
    border: 1px solid #e5e5e5;
    background: rgba(250, 250, 250, 1);
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
}
.presentation {
    border: 1px solid #f3ca2a;
    background: rgba(243, 202, 42, 0.1);
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
}
.tag {
    border: 1px solid #f3ca2a;
    background: rgba(243, 202, 42, 0.1);
    padding: 6px 10px;
    border-radius: 12px;
    position: relative;
    width: fit-content;
    white-space: nowrap;
}
.tag_vert {
    border: 1px solid #4cae4c;
    background: #5cb85c;
    padding: 10px 16px;
    border-radius: 12px;
    position: relative;
    width: fit-content;
    white-space: nowrap;
    color: #fff;
	margin:6px 0;
}

.facturation {
    border: 1px solid #eee;
    background: rgba(245, 245, 245, 0.3);
    padding: 10px;
    border-radius: 8px;
    margin: 20px 0;
}
.fleche-droite {
    width: 20px;
    transform: rotate(270deg);
    margin: 0 8px 2px 6px !important;
    padding: 0 !important;
}

#accueil_step_video {
    width: 30%;
}
#accueil_step_video .bouton {
    background-color: #000;
    color: #fff;
    border-radius: 16px;
    width: fit-content;
}
#accueil_step_video .bouton:hover {
    background-color: #fff;
    color: #000;
}

.align-items {
    align-items: center;
    display: flex;
}
.invert {
    filter: invert(100%);
}

.ico {
    width: 20px;
    height: 20px;
    display: flex;
    text-decoration: none;
}

.icon {
    width: 20px;
    height: 20px;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 50% 50%;
    filter: grayscale(100%) brightness(0);
}
.icon:hover,
.icon.hover {
    filter: none;
}

.link_ico {
    color: #000;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 10px 0;
    flex-wrap: wrap;
}

.icon_add {
    background-image: URL(../img/ico_add.png);
}
.icon_del {
    background-image: URL(../img/ico_del.png);
}
.icon_user {
    background-image: URL(../img/ico_user.png);
}
.icon_factures {
    background-image: URL(../img/ico_factures.png);
}
.icon_agenda {
    background-image: URL(../img/ico_agenda.png);
}
.icon_panier {
    background-image: URL(../img/ico_panier.png);
}
.icon_info {
    background-image: URL(../img/ico_info.png);
}
.icon_partager {
    background-image: URL(../img/ico_partager.png);
}
.icon_envoyer {
    background-image: URL(../img/ico_envoyer.png);
}
.icon_messages {
    background-image: URL(../img/ico_messages.png);
}
.icon_participants {
    background-image: URL(../img/ico_participants.png);
}

.icon_portrait_conteneur {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}
.icon_portrait {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center 20%;
}

/*.icon_portrait { width:40px !important; height:40px !important; max-width:40px !important; border-radius:50% !important;	 display:flex; text-decoration:none; cursor:pointer; filter:none !important;}*/
.icon_invite {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
    border-radius: 50% !important;
    display: flex;
    text-decoration: none;
    filter: grayscale(100%) brightness(100%);
}

.icon_badge {position:absolute; top:0; left:25px; z-index:1;}
.annuaire-box .icon_badge {top:8px; left:auto; right:8px;}

#msgok,
.msgok {
    padding: 20px 20px 20px 70px;
    background-color: #5cb85c;
    border: 2px solid #4cae4c;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
    background-image: URL(../img/msgok.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 20px 50%;
}

#msgerror,
.msgerror {
    padding: 20px 20px 20px 70px;
    background-color: #d9534f;
    border: 2px solid #d43f3a;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
    background-image: URL(../img/msgerror.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 20px 50%;
}

#boite {
    display: none;
    position: fixed;
    z-index: 10000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#boitedialogue {
    display: none;
    position: fixed;
    z-index: 10001;
    opacity: 0;
    background: #fff;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    width: fit-content;
    height: fit-content;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.boite_header {
    padding: 12px 20px;
    display: flex;
	gap:40px;
    justify-content: space-between;
    align-items: center;
}

#boite_iframe {
    padding: 20px;
    width: fit-content;
    min-width: 400px;
	width:100%;
    height: fit-content;
    min-height: 500px;
}
.croix {
    filter: brightness(0.9);
    cursor: pointer;
    width: 20px;
    height: 20px;
    /*position: absolute;
    top: 20px;
    right: 20px;*/
}
.croix:hover {
    filter: brightness(0);
}

#panneau_evenement,
#panneau_membre,
#panneau_annonce {
    display: none;
    opacity: 0;
    transform: translateX(100%);
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    background: #fff;
    transition: opacity 0.5s ease, transform 0.5s ease;
    overflow-y: scroll;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.4);
}

.open {
    display: block !important; /* ou flex si besoin */
    opacity: 1 !important;
    transform: translateX(0) !important; /* animation d'entrée */
}

.close {
    display: none !important;
    opacity: 0 !important;
    transform: translateX(100%) !important;
}

.opacity1 {
    opacity: 1; /*transition: opacity 0.5s ease, transform 0.5s ease;*/
}
.fade_out {
    animation: fadeOut 0.5s forwards; /* forwards = garde l’état final */
}
@keyframes fadeOut {
    to {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
    }
}

#social {
    /*float:right; padding:10px 5px;*/
    width: 20px;
    height: 20px;
}
.icon_facebook {
    background: URL(../img/social_facebook.png) no-repeat;
    background-size: 20px 20px;
    filter: invert(70%);
}
.icon_facebook:hover {
    filter: invert(100%);
}
.icon_linkedin {
    background: URL(../img/social_linkedin.png) no-repeat;
    background-size: 20px 20px;
    filter: invert(70%);
}
.icon_linkedin:hover {
    filter: invert(100%);
}
.icon_instagram {
    background: URL(../img/social_instagram.png) no-repeat;
    background-size: 20px 20px;
    filter: invert(70%);
}
.icon_instagram:hover {
    filter: invert(100%);
}
.icon_youtube {
    background: URL(../img/social_youtube.png) no-repeat;
    background-size: 20px 20px;
    filter: invert(70%);
}
.icon_youtube:hover {
    filter: invert(100%);
}
.icon_tiktok {
    background: URL(../img/social_tiktok.png) no-repeat;
    background-size: 20px 20px;
    filter: invert(70%);
}
.icon_tiktok:hover {
    filter: invert(100%);
}

.pagination {
	display: flex;
	flex-direction: row;
	gap: 20px;
	background: #fff;
	border-radius:10px;
	margin: 20px 0;
	padding: 10px;
	justify-content: center;
	align-items:center;
}
.pagination a {
  text-decoration: none;
  color: #666;
}

.pagination a:hover, .chevronleft:hover, .chevronright:hover{
  color: #f3ca2a;
}
.pagination a.active {
   color: #000;
   font-weight:bold;
}

.chevronleft {
	display: block;
	width: 8px;
	height: 8px;
	border-top: 3px solid currentColor;
	border-left: 3px solid currentColor;
	transform: rotate(-45deg);
}

.chevronright {
	display: block;
	width: 8px;
	height: 8px;
	border-top: 3px solid currentColor;
	border-left: 3px solid currentColor;
	transform: rotate(135deg);
}

#retoursiren {
    display: none;
}

#main_inner_accueil {
    background: #f3ca2a;
    display: block;
    padding: 80px;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
#main_inner_accueil h1 {
    font-family: "GlacialIndifference", sans-serif;
    font-size: 34px;
    margin: 10px 0;
    font-weight: normal;
}
#main_inner_accueil img.filigrane {
    position: absolute;
    top: 200px;
    right: -100px;
    opacity: 0.1;
    filter: grayscale(100%) brightness(0);
}
#main_inner_accueil h2 {
    font-family: "LeagueSpartan-Bold", sans-serif;
    font-size: 100px;
    margin: 10px 0;
}
#main_inner_accueil button {
    background: #000;
}
#main_inner_accueil input {
    border: 2px solid #fff;
    width: 200px;
    z-index: 1;
}
#main_inner_accueil input:focus,
textarea:focus,
select:focus {
    border: 2px solid #000;
    box-shadow: none;
}
.texte_accueil {
    font-size: 24px;
    padding: 6px 10px;
    margin: 0;
    width: fit-content;
}
.bg_recherche {
    width: 500px;
}

#main_inner_blanc {
    background: #fff;
    display: block;
    padding: 80px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
#main_inner_noir {
    background: #231f20;
    display: block;
    padding: 80px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
#main_inner_jaune {
    background: #f3ca2a;
    display: block;
    padding: 80px;
    width: 100%;
    max-width: 100%;
    flex: 1;
    overflow: hidden;
}
#main_inner_gris {
    background: #f2f2f2;
    display: block;
    padding: 80px;
    width: 100%;
    max-width: 100%;
    min-height: 600px;
    overflow: hidden;
}
#main_inner_compte {
    background: #f2f2f2;
    padding: 80px;
    width: 100%;
    max-width: 100%; /* min-height:600px;*/
    overflow: hidden;
}
#main_inner_auto {
    padding: 80px;
    width: fit-content;
    max-width: 100%; /*min-height:600px; */
    overflow: hidden;
}
#main_inner_video {
    width: 100%;
    min-height: 600px;
    background-image: URL(../img/bg_jaune03_2000px.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
}
#main_inner_panneau {
    padding: 40px;
    width: fit-content;
    max-width: 100%;
    overflow: hidden;
}
.oups {
    font-family: "GlacialIndifference", sans-serif;
    font-weight: 600;
    color: #403d38;
    font-size: 150px !important;
}
.oups p {
    font-family: "GlacialIndifference", sans-serif;
    font-weight: 600;
    color: #403d38;
    font-size: 30px !important;
}

.video_wrapper {
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 400px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    aspect-ratio: 16 / 9;
}
.video_wrapper iframe,
.video_wrapper video {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#connexion {
    margin: auto;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    height: fit-content;
    background: #fafafa;
    border-radius: 15px;
    box-shadow: 0 0 20px #999;
}
#login {
    width: 100%;
    max-width: 400px;
    height: fit-content;
}

#login div {
    margin-bottom: 20px;
}
.logo-text {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #231f20;
    float: left;
    margin: 2px 0 0 2px !important;
    line-height: 40px;
}
.logo-text-bizclubnoir {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #231f20;
    margin: 0;
}
.logo-text-bizclubjaune {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #f3ca2a;
    margin: 0;
}
.logo-text-bo {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #f3ca2a;
    margin-top: 15px;
}
.logo-login {
    height: 40px !important;
    width: auto;
}

#logo_link {
    display: inline-flex;
    text-align: center;
    cursor: pointer;
    width: auto;
    height: 100%;
    z-index: 1;
}

.justify {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.bottom {
    display: flex;
    align-items: flex-end;
}

.wrapRecherche{ display:flex; flex-direction:row; margin-top:20px; gap:40px;align-items: flex-start;}
.wrapRecherche .form-group {flex-direction: column; gap:0; align-items: flex-start;}
.wrapRecherche .form-group label { margin-bottom: 5px; }
#div_filtre {display:none; background-color: #fbfbfb; padding: 15px;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);height: fit-content; border-radius: 50%;}

#form_filtre {
    display: block;
    width: 250px;
    background-color: #fbfbfb;
    padding: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    height: fit-content;
    border-radius: 15px;
}
#form_filtre .open {
    display: block;
}


.flex_wrap {
    flex-wrap: wrap;
}
.section_full_width {
    width: 100%;
}
.wrap50 {
    display: flex;
    gap: 50px;
}
.wrap {
    display: flex;
    gap: 20px;
}
.wrapH {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.marginV10 {
    margin: 10px 0;
}
.wrap input {
    width: auto;
}
.section3 {
    flex: 3;
}
.section1 {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #ddd;
}
.section3b {
    flex: 3;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #ddd;
}
.section_inscription {
    width: fit-content;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    margin: auto;
    box-shadow: 0 0 20px #999;
}
.section_middle {
    width: 50%;
    margin: 0 auto 50px auto;
    max-width: 700px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}
.section_validation {
    width: 50%;
    margin: 0 auto 50px auto;
    max-width: 700px;
    text-align: center;
}
.section_middle label {
    display: block;
    margin: 20px 0 8px;
    font-weight: 600;
}

.form-group {
    display: flex;
    margin: 0;
    align-items: center;
    text-align: left;
    flex-direction: row;
    gap: 20px;
}
.form-group label {
    text-align: left;
    white-space: nowrap;
    font-weight: bold;
}
.radio-group {
    display: flex;
    gap: 20px; /*align-items: center;*/
    margin: 10px 0;
}
.select-group {
    display: flex;
    gap: 10px;
    align-items: center;
}
.radio-option {
    display: flex;
    align-items: center;
    gap: 5px;
}
.radio-option label,
.select-group label {
    cursor: pointer;
    line-height: normal;
    white-space: nowrap;
}

.photo_grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.photo_grid input { width:180px;}
.grid-2-cols {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}
.grid_accueil {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.grid_accueil div {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.grid_accueil img {
    max-height: 80px;
}
.grid_accueil p.titre {
    font-size: 20px;
    font-weight: 600;
    color: #f3ca2a;
    margin: 20px 0 5px 0;
}

.Ouvert {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #66cc33;
    background-size: 6px 6px;
}
.Ouvert_txt{color:#66cc33;font-weight:600;}

.Fermé {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #999;
    background-size: 6px 6px;
}
.Fermé_txt {color:#999;font-weight:600;}

.En_attente_de_validation {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #ff9900;
    background-size: 6px 6px;
}
.En_attente_de_validation_txt {color:#ff9900;font-weight:600;}

.Refusé {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: red;
    background-size: 6px 6px;
}
.Refusé_txt {color : red;font-weight:600;}

.Satisfait {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #00ccff;
    background-size: 6px 6px;
}
.Satisfait_txt {color:#00ccff;font-weight:600;}

.urgent {
    border-radius: 10px;
    background-color: #ec4c44;
    color: #fff;
    padding: 2px 8px;
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.annuaire-box-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.annuaire-box {
    background: #fff;
    border-radius: 10px;
    flex-direction: column;
    padding: 20px;
    display: flex;
    max-width: 300px;
    gap: 10px; /* espace vertical entre les 2 sections */
}
.annuaire-box-full {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.annuaire-box-conteneur {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}
.annuaire-box-portrait {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center 20%;
}

.annuaire-box-conteneur2 {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}
.annuaire-box-portrait2 {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center 20%;
}

.annuaire-box-logo {
    max-width: 80px;
    max-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.annuaire-box-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.annuaire-box-nom {
    font-family: "LeagueSpartan-Bold", sans-serif;
    margin: 5px 0;
    font-size: 20px;
}
.annuaire-box-fonction {
    color: #999;
}

.upload-box {
    background: #fafafa;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #ccc;
    cursor: pointer;
    transition: 0.3s;
    padding: 30px;
    position: relative;
    z-index: 1;
    max-width: 180px;
}
.upload-box:hover,
.video-link-row-box:hover {
    border-color: #f3ca2a;
}
.upload-box input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
.upload-box.dragover {
    border-color: #f3ca2a;
    background: #e7f3ff;
}
.preview {
    /*margin-top:15px;*/
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    position: absolute;
}
.preview .item {
    position: relative;
}
.preview img,
.preview video {
    max-width: 150px;
    max-height: 150px;
    border-radius: 6px;
    object-fit: cover;
}
.remove {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #d33;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    transition: 0.2s;
	z-index:10000;
}

.remove_tag {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #d33;
    color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    line-height: 11px;
    text-align: center;
    transition: 0.2s;
}
.remove:hover,
.remove_tag:hover,
.remove_message:hover {
    transform: scale(1.2);
}

.profil_row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
.profil_row input {
    flex: 1;
}
.add_row,
.remove_row {
    color: #f3ca2a;
    cursor: pointer;
    font-size: 14px;
}
.profil_row_box {
    background: #fafafa;
    border-radius: 10px;
    display: flex;
    justify-content: left;
    align-items: center;
    border: 2px dashed #ccc;
    cursor: pointer;
    transition: 0.3s;
    padding: 7px;
    position: relative;
    z-index: 1;
}

.bloc_blanc {
    border-radius: 12px;
    width: 100%;
    background: #fff;
    padding: 20px;
    transition: transform 0.6s ease;
	display: flex;
	flex-direction: column;
	
}
.bloc_blanc:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.profil_portrait {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}
.profil_logo {
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
}

.media-item {
    position: relative;
    overflow: hidden;
}
.media-item img,
.media-item video,
.media-item iframe {
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
    display: block;
    /*margin:20px;*/
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#progress-container {
    margin-top: 15px;
    height: 8px;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}
#progress-bar {
    height: 100%;
    width: 0%;
    background: #f3ca2a;
    transition: width 0.3s;
}

.code_container {
    display: flex;
    justify-content: space-between;
}
.code_container input {
    font-family: "GlacialIndifference", sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 0 !important;
    width: 40px !important;
    height: 50px !important;
}

.event_grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.event_card {
    position: relative;
    transition: transform 0.6s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.event_card:hover {
    transform: translateY(-5px);
}
.event_image {
    width: 100%;
    height: 250px;
    background: #fff;
    object-fit: cover;
    border-radius: 30px;
    position: absolute !important;
    top: 0;
    left: 0;
    margin: 0 !important;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.event_content {
    margin-top: 180px;
    border-radius: 30px;
    background: #fff;
    height: fit-content;
    padding: 90px 20px 15px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.event_date {
    width: 20%;
    text-align: center;
}
.event_detail {
    width: 80%;
    border-left: 1px solid #ccc;
    padding-left: 20px; /*white-space:nowrap;*/
}
.event_club {
    color: #999;
    text-transform: uppercase;
}
.event_titre {
    color: #f3ca2a;
}
.event_mois {
    color: #f3ca2a;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.event_jour {
    color: #f3ca2a;
    font-size: 40px;
    font-weight: bold;
    line-height: 34px;
}
.event_heure {
    color: #999;
}

.bloc_messages_desktop {
    display: block;
}
.bloc_messages_mobile {
    display: none;
}

.bo_message { height:100px; overflow-y:auto;}

.grid-messages {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 20px;
    align-items: start;
    margin-top: 20px;
}
.grid-messages .col {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
}
.grid-messages heure {
    font-size: 0.8rem;
    color: #999;
}
.grid-messages message {
    border-top: 1px solid #ddd;
    display: block;
    padding: 6px 10px;
    cursor: pointer;
    position: relative;
}
.grid-messages message.focus {
    background: rgba(243, 202, 42, 0.1);
    border-left: 5px solid #f3ca2a;
}

.messages_container {
    max-height: 350px;
    overflow-y: auto;
    flex-direction: column;
    display: flex;
}
.message {
    align-self: flex-start; /*max-width: 80%;*/
    margin: 4px 0;
    border-radius: 15px;
    padding: 10px;
    width: 80%;
}
.messages_container > .message {
    /*flex-direction: column; display: flex;*/
    position: relative;
}
.message .remove {
    display: none;
}
.message:hover .remove,
.message.active .remove {
    display: block;
}

.messages_container > .membre_connecte {
    align-self: flex-end;
    background-color: #f3ca2a;
    border-bottom-right-radius: 4px;
}
.messages_container > .membre_distant {
    align-self: flex-start;
    background-color: rgba(243, 202, 42, 0.1);
    border-bottom-left-radius: 4px;
}

.carousel {
    width: 100%;
    height: fit-content;
    overflow: hidden;
    position: relative;
    margin: auto;
    margin-top: 30px;
	touch-action: pan-y;
}
.carousel input[type="radio"] {
    display: none;
}
.slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
}
.slide {
    width: 100%;
    max-height: 400px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	flex-direction:column;
}
.slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: auto;
    height: auto;
    display: block;
}

/* --- Flèches --- */
.carousel .nav {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    cursor: pointer;
}
.carousel .nav label {
    display: none; /* tous cachés par défaut */
}
.carousel .prev {
    left: 10px;
}
.carousel .next {
    right: 10px;
}
.carousel .prev label,
.carousel .next label {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* style des flèches */
.carousel .prev label,
.carousel .next label {
    background: rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}
.carousel .prev label:hover,
.carousel .next label:hover,
.carousel .dots label:hover {
    background: #f3ca2a;
}
.carousel .prev label::before,
.carousel .next label::before {
    content: "⟨";
    font-size: 30px;
    color: white;
    line-height: 1;
    margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -52%);
}
.carousel .next label::before {
    content: "⟩";
}
/* --- Pastilles --- */
.carousel .dots {
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.carousel .dots label {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    border-radius: 50%;
    background: #bbb;
    cursor: pointer;
}

.modal-crop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-crop-content {
    background: white;
    border-radius: 20px;
    /*width: 90vw;*/
    max-width: 1100px;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}

.modal-crop-body {
    flex: 1;
    overflow: auto;
}

.modal-crop-footer {
    padding: 12px 20px;
    border-top: 1px solid #ddd;
	display: flex;
	gap : 20px;
	justify-content: flex-end;
}

.flex_container_2cols {display: flex;}
.flex_left {width: 60%;}
.flex_right {width: 40%;}
.flex_right img{max-width:90%;box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);}

.quote-mark-open {
	position:absolute;
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  line-height: 1;
  padding : 0 10px;
  color : #ccc;
}
.quote-mark-close {
	position:absolute;
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  line-height: 0.5;
  padding : 0 10px;
  color : #ccc;
}

.qui_sommes_nous {display:flex;}
.qui_sommes_nous1 {
    background: #fff;
    display: block;
    padding: 80px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.qui_sommes_nous2{
    background: #f3ca2a;
    display: block;
    padding: 80px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.team-container {
  display: flex;
  gap: 10px 60px;
  flex-wrap: wrap;
  justify-content: center;
}

.team-bloc {align-items:flex-start; justify-content:center;}
.team-title {margin-bottom:30px; writing-mode: vertical-rl;transform: rotate(180deg);text-orientation: mixed;}

.member {
  text-align: center;
  min-width: 200px;
}

.member img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  /*margin-bottom: 1rem;*/
  border: 5px solid #fff;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
}

.member h3 {
  margin: 0;
  font-size: 24px;
  color: #222;
}
	
.role {
  font-size: 20px;
  color: #fff;
  margin-top: 0.25rem;
}

.grid_tarifs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}
.tarif1 { background:#fff; border:2px solid #ddd; border-radius:20px; padding: 20px; display:flex; flex-direction:column; }
.tarif2{ background:#fff; border:2px solid #f3ca2a; border-radius:20px; padding: 20px; display:flex; flex-direction:column; }
.tarif_titre {color:#231f20; font-size:30px;font-family: "LeagueSpartan-Bold", sans-serif;}
.tarif_titre2 {color:#f3ca2a; font-size:30px;font-weight:bold;font-family: "LeagueSpartan-Bold", sans-serif;}
.tarif_prix {color:#231f20; font-size:50px;  font-family: "LeagueSpartan-Bold", sans-serif;}
.tarif_mois_offerts {color:#f3ca2a; font-size:24px;font-weight:bold;}

.grid_tarifs ul {
  list-style-type: none;
  padding-left: 0;
}

.grid_tarifs ul li::before {
  content: "✓ ";
  color: #f3ca2a;
  font-weight: bold;
}


#form {
    min-width: 50%;
    background-color: #ffffff;
    border-radius: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-collapse: 0;
    border-spacing: 0px;
}
#form td {
    color: #999;
}

#tablo {
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px !important;
    border-collapse: 0;
    border-spacing: 0px;
    float: left;
}
#tablocompact {
    background-color: #ffffff;
    width: 100%;
    border-collapse: 0;
    border-spacing: 0px;
    float: left;
    margin-bottom: 20px;
}
#tablo td,
#tabart td {
    border-bottom: 1px solid #eee;
}
#tablo tr,
#form tr {
    height: 30px;
}
#formcompact tr {
    height: 20px !important;
}
#formcompact td {
    padding: 0px !important;
}
#form th {
    border-bottom: 1px solid #666;
    padding: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #231f20;
    font-size: 16px;
}
#tablo th,
#formcompact th {
    border-bottom: 1px solid #666;
    padding: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #231f20;
    font-size: 13px !important;
}
#tablocompact th {
    border-bottom: 1px solid #666;
    padding: 3px;
    font-weight: normal;
    text-transform: uppercase;
    color: #231f20;
    font-size: 13px !important;
}
#tablocompact td {
    padding: 3px !important;
}
#tablo tr:hover,
#tablocompact tr:hover {
    background: #fafafa;
}
#tablo tr.head,
#tablocompact tr.head {
    background: none;
}
.thadd {
    background-color: #fff3cc;
}

#element {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 10px;
    float: left;
    min-width: 200px;
    background: #fff;
}

.trtab,
.trtabtxtgris {
    background-color: #ffffff;
}
.trtab:hover,
.trtabtxtgris:hover {
    background-color: #f2f2ed;
}
.trtabtxtgris td {
    color: #ddd;
}

.draggable {
    cursor: move;
}
#drop_zone {
    border: 5px solid blue;
    width: 200px;
    height: 100px;
}

/********************TRI TABLEAU*******************************/
/* Classe obligatoire pour les flèches */
.flecheDesc {
    width: 0;
    height: 0;
    float: right;
    margin: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}
.flecheAsc {
    width: 0;
    height: 0;
    float: right;
    margin: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

/* Classe optionnelle pour le style */
.tableau {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
/*.tableau td {padding:.3rem}*/
.zebre tbody tr:nth-child(odd) {
    background-color: #d6d3ce;
    border-bottom: 1px solid #ccc;
    color: #444;
}
.zebre tbody tr:nth-child(even) {
    background-color: #c6c3bd;
    border-bottom: 1px solid #ccc;
    color: #444;
}
.zebre tbody tr:hover:nth-child(odd) {
    background-color: #999690;
    color: #008fb3;
}
.zebre tbody tr:hover:nth-child(even) {
    background-color: #999690;
    color: #008fb3;
}
.avectri th {
    text-align: center;
    padding: 5px 0 0 5px;
    vertical-align: middle;
    background-color: #999690;
    color: #444;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.avectri th.selection {
    background-color: #5d625c;
    color: #008fb3;
}
.avectri th.selection .flecheDesc {
    border-bottom-color: #008fb3;
}
.avectri th.selection .flecheAsc {
    border-top-color: #008fb3;
}
.zebre tbody td:nth-child(3) {
    text-align: center;
}
