.breadcrumb {
  padding:10px 15px;
    padding-right: 15px;
    padding-left: 0px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #111;
  border-radius: 0;
  }

#back-to-top.affix {
    bottom: 48px;
}
#back-to-top {
    position: fixed;
    right: 25px;
    top: auto;
    z-index:999;
    display: none;
}
#back-to-top {
        display: block;
      }
    
.spoiler {
	display:inline;
}
.spoilerText{
  display:none;
}
.spoilerChecked{
  visibility:hidden;
}
.spoilerChecked:after{
  content:attr(showText)"\25B6";
  visibility:visible;
}
.spoilerChecked:checked:after{
  content:attr(showText)"\25BC";
}
.spoilerContent{
  display:block;
  height:auto;
  max-height:0;
  padding-left:10px;
  margin-left:5px;
  transform: scaleY(0);    
  transform-origin: top;
  border-left: 1px solid #DD2222;
  transition: max-height 0.2s, transform 0.2s;
}
.spoilerChecked:checked + .spoilerContent{
  max-height:1000x;
  display:block;
  transform: scaleY(1);
}

#accordion .panel {
    border-color: #222222;
    border-left: 3px solid #DD2222;
    box-shadow: none;
    background-color:#222222;
  }
  #accordion .panel .panel-heading {
    background: none;
    border: none;
    font-weight: 600;
    position: relative;
  }
  #accordion .panel .panel-heading > a {
    color: #f7f7f7;
  }
  #accordion .panel .panel-heading > a:after {
    content: "\f077";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 14px;
    font-size: 10px;
  }
  #accordion .panel .panel-heading > a.collapsed:after {
    content: "\f078";
  }
  #accordion .panel .panel-heading > a:hover {
    color: #DD2222;
  }
  #accordion .panel .panel-collapse .panel-body {
    border: none;
    padding-top: 0;
  }
/* =====================================================
   HYROX STYLE PREMIUM - PAGE UNIQUEMENT (page-hyrox)
   T3 Framework / Joomla 5
   ===================================================== */

/* =========================
   BARRE PRINCIPALE
   ========================= */
.page-hyrox #t3-mainnav,
.page-hyrox #t3-mainnav.navbar-default {
    background-color: rgba(10, 10, 10, 0.95) !important;
    border-bottom: 2px solid #111;
    box-shadow: 0 2px 10px rgba(0,0,0,0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/* =========================
   LIENS MENU
   ========================= */
.page-hyrox #t3-mainnav .navbar-nav > li > a,
.page-hyrox #t3-mainnav .navbar-nav > li > span {
    color: #ffffff !important;
    position: relative;
    transition: all 0.3s ease;
}

/* =========================
   LIGNE ANIMÉE
   ========================= */
.page-hyrox #t3-mainnav .navbar-nav > li > a::after,
.page-hyrox #t3-mainnav .navbar-nav > li > span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0%;
    height: 2px;
    background: #ffd700;
    transition: width 0.3s ease;
}

/* =========================
   HOVER
   ========================= */
.page-hyrox #t3-mainnav .navbar-nav > li > a:hover,
.page-hyrox #t3-mainnav .navbar-nav > li > span:hover {
    color: #ffd700 !important;
}

/* Animation ligne hover */
.page-hyrox #t3-mainnav .navbar-nav > li > a:hover::after,
.page-hyrox #t3-mainnav .navbar-nav > li > span:hover::after {
    width: 100%;
}

/* =========================
   MENU ACTIF
   ========================= */
.page-hyrox #t3-mainnav .navbar-nav > li.active > a {
    color: #ffd700 !important;
}

.page-hyrox #t3-mainnav .navbar-nav > li.active > a::after {
    width: 100%;
}

/* =========================
   SOUS-MENU
   ========================= */
.page-hyrox #t3-mainnav .dropdown-menu {
    background-color: rgba(10, 10, 10, 0.98);
    border-top: 2px solid #111
}

/* Liens sous-menu */
.page-hyrox #t3-mainnav .dropdown-menu li a {
    color: #ffffff;
    transition: all 0.3s ease;
}

/* Hover sous-menu */
.page-hyrox #t3-mainnav .dropdown-menu li a:hover {
    color: #ffd700;
    padding-left: 5px;
}

/* =========================
   EFFET PREMIUM BONUS
   ========================= */

/* Léger glow sur hover */
.page-hyrox #t3-mainnav .navbar-nav > li > a:hover {
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

/* Responsive : amélioration mobile */
@media (max-width: 768px) {
    .page-hyrox #t3-mainnav {
        border-bottom: 2px solid #ffd700;
    }

    .page-hyrox #t3-mainnav .navbar-nav > li > a {
        padding: 10px;
    }
}
/* ========/* =========================
   SEARCH - APPARENCE UNIQUEMENT
   PAGE HYROX
   ========================= */

/* Carré du dessous transparent (on garde le comportement natif) */
.page-hyrox .head-search,
.page-hyrox .head-search .search,
.page-hyrox .head-search form {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Carré / rectangle du dessus en jaune */
.page-hyrox .head-search input[type="text"],
.page-hyrox .head-search .form-control {
    background-color: #ffd700 !important;
    color: #000000 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Placeholder / texte en noir */
.page-hyrox .head-search input::placeholder {
    color: #000000 !important;
    opacity: 1;
}

/* Focus : on garde la taille et police du template */
.page-hyrox .head-search input[type="text"]:focus,
.page-hyrox .head-search .form-control:focus {
    background-color: #ffd700 !important;
    color: #000000 !important;
    border: none !important;
    box-shadow: none !important;
}
.page-hyrox .head-search {
    margin-left: auto !important;
}
/* =========================
   MENU HYROX
========================= */

/* couleur normale */
.page-hyrox .sp-megamenu-parent > li > a{
color:inherit;
}

/* hover : garde couleur normale */
.page-hyrox .sp-megamenu-parent > li:hover > a{
color:inherit;
}

/* actif (page ouverte) */
.page-hyrox .sp-megamenu-parent > li.active > a{
color:#f5c924;
}
/* =========================
   TRAITS JAUNES HYROX
========================= */

/* lignes horizontales */
.page-hyrox hr{
border-color:#f5c924;
}

/* séparateurs template */
.page-hyrox .t3-module-title:after{
background:#f5c924;
}

/* titres soulignés */
.page-hyrox h1:after,
.page-hyrox h2:after{
background:#f5c924;
}

/* bordures */
.page-hyrox .card,
.page-hyrox .module,
.page-hyrox .box{
border-color:#f5c924;
}

/* lignes tableau */
.page-hyrox table th,
.page-hyrox table td{
border-color:#f5c924;
}
/* =========================
   BOUTONS HYROX
========================= */

/* bouton normal */
.page-hyrox .btn-primary{
background:#000;
color:#fff;
border:2px solid #f5c924;
}

/* hover */
.page-hyrox .btn-primary:hover{
background:#f5c924;
color:#000;
border-color:#f5c924;
}

/* bouton actif / clic */
.page-hyrox .btn-primary:active,
.page-hyrox .btn-primary:focus{
background:#f5c924;
color:#000;
border-color:#f5c924;
}
/* boutons outline */
.page-hyrox .btn-outline-primary{
background:#000;
color:#fff;
border:2px solid #f5c924;
}

.page-hyrox .btn-outline-primary:hover{
background:#f5c924;
color:#000;
border-color:#f5c924;
}

.page-hyrox #t3-mainbody{
border-top:5px solid #f5c924;
}

/* =========================
   PAGE HYROX
========================= */

/* liens */
.page-hyrox a {
    color: #ffffff;
}

.page-hyrox a:hover {
    color: #F5C30C;
}

/* menu actif */
.page-hyrox .sp-megamenu-parent > li.active > a,
.page-hyrox .sp-megamenu-parent > li:hover > a {
    color: #f5c924;
}

* titre sans trait */
.page-hyrox h2:after 
.page-hyrox h3:after {
    Display: none;
}

/* Email dans le header */

.header-contact a {
    color: #ffffff;                /* couleur du texte */
    text-decoration: underline;
    text-decoration-color: #f5c924; /* trait jaune */
    text-underline-offset: 4px;     /* espace entre texte et trait */
}

/* au survol */
.header-contact a:hover {
    color: #f5c924;
    text-decoration-color: #f5c924;
}

/* quand on clique */
.header-contact a:active,
.header-contact a:focus {
    color: #f5c924;
    text-decoration-color: #f5c924;
}

.header-contact a{
position:relative;
text-decoration:none;
}

.header-contact a:after{
content:"";
position:absolute;
left:0;
bottom:-3px;
width:100%;
height:2px;
background:#f5c924;
transition:0.3s;
}

.header-contact a:hover{
color:#f5c924;
}

/* email header */

.header-contact a{
color:#ffffff;
text-decoration:none !important;
border-bottom:2px solid #f5c924 !important;
padding-bottom:2px;
}

/* hover */

.header-contact a:hover{
color:#f5c924 !important;
border-bottom:2px solid #f5c924 !important;
}

/* clic */

.header-contact a:active,
.header-contact a:focus{
color:#f5c924 !important;
border-bottom:2px solid #f5c924 !important;
}

.page-hyrox .t3-sl-1 .t3-module .module-title span:after{
background:#f5c924 !important;
}

/* Trait jaune uniquement sur la page HYROX */

body.itemid-792 .module-title span:after{
background:#f5c924 !important;
}

/* =====================
   THEME HYROX
===================== */

body.itemid-792{

--primary-color:#f5c924;
--primary-hover:#e0b81f;

}

/* liens */

body.itemid-792 a{
color:var(--primary-color);
}

/* boutons */

body.itemid-792 .btn-primary{
background:var(--primary-color);
border-color:var(--primary-color);
color:#000;
}

body.itemid-792 .btn-primary:hover{
background:var(--primary-hover);
}

/* éléments bootstrap */

body.itemid-792 .text-primary{
color:var(--primary-color) !important;
}

body.itemid-792 .bg-primary{
background:var(--primary-color) !important;
}

/* trait sous titres */

body.itemid-792 .module-title span:after{
background:var(--primary-color) !important;
}

.page-hyrox {
  --hyrox-color: #F5C924;
}

.page-hyrox #accordion .panel {
  border-left: 3px solid var(--hyrox-color);
}

.page-hyrox #accordion .panel .panel-heading > a:hover {
  color: var(--hyrox-color);

/* =====================
   THEME HYROX
===================== */

body.itemid-225{

--primary-color:#f5c924;
--primary-hover:#e0b81f;

}

/* liens */

body.itemid-225 a{
color:var(--primary-color);
}

/* boutons */

body.itemid-225 .btn-primary{
background:var(--primary-color);
border-color:var(--primary-color);
color:#000;
}

body.itemid-225 .btn-primary:hover{
background:var(--primary-hover);
}

/* éléments bootstrap */

body.itemid-225 .text-primary{
color:var(--primary-color) !important;
}

body.itemid-225 .bg-primary{
background:var(--primary-color) !important;
}

/* trait sous titres */

body.itemid-225 .module-title span:after{
background:var(--primary-color) !important;
}

.hyrox-timeline .hyrox-row{
display:grid;
grid-template-columns: 1fr 120px 1fr;
align-items:center;
margin:80px 0;
}

.hyrox-timeline .left{
grid-column:1;
text-align:right;
position:relative;
}

.hyrox-timeline .center{
grid-column:2;
text-align:center;
position:relative;
}

.hyrox-timeline .right{
grid-column:3;
text-align:left;
position:relative;
}

.hyrox-timeline .center::before{
content:"";
position:absolute;
left:50%;
top:-80px;
width:6px;
height:160px;
background:#ffd400;
transform:translateX(-50%);
}

.hyrox-timeline .left::after{
content:"";
position:absolute;
right:-60px;
top:50%;
width:60px;
height:4px;
background:#ffd400;
}

.hyrox-timeline .right::before{
content:"";
position:absolute;
left:-60px;
top:50%;
width:60px;
height:4px;
background:#ffd400;
}

.hero-spacing{
 Margin-top: 100px;
}

.card-footer {
    background: #1f1f1f;
    border: 2px solid #c62828;
    padding: 35px;
    text-align: center;
    min-height: 280px;
}

.card-footer .module-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.card-footer .module-title:after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #c62828;
    margin: 10px auto 0;
}

.card-footer a {
    color: #fff;
}

.card-footer:hover {
    border-color: #ff5252;
    transition: .3s;
}


/* =====================================
   NEWSLETTER JUIN
   ===================================== */

:root{
    --accent-color:#e30613;
    --bg-color:#000;
    --card-color:#111;
    --text-color:#fff;
    --text-secondary:#bdbdbd;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:var(--bg-color);
    color:var(--text-color);
    font-family:Arial, Helvetica, sans-serif;
    line-height:1.7;
}

.newsletter-juin{
    width:90%;
    max-width:1100px;
    margin:60px auto;
}

.section{
    margin-bottom:80px;
}

h1{
    font-size:52px;
    margin-bottom:40px;
    text-transform:uppercase;
}

h2{
    font-size:42px;
    margin-bottom:30px;
    padding-left:18px;
    border-left:5px solid var(--accent-color);
}

.card{
    background:var(--card-color);
    border-radius:14px;
    padding:35px;
    margin-bottom:25px;
}

.card h3{
    color:var(--accent-color);
    margin-bottom:20px;
}

.badge{
    background:var(--accent-color);
    color:white;
    padding:4px 10px;
    border-radius:4px;
    font-weight:bold;
}

.horaire span{
    color:var(--accent-color);
    font-weight:bold;
}

.citation{
    color:var(--text-secondary);
    font-style:italic;
}

.conclusion{
    border-top:3px solid var(--accent-color);
}

.newsletter-juillet-aout{
    --newsletter-color:#ff6b00;
}

.newsletter{
    width:90%;
    max-width:1100px;
    margin:60px auto;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    line-height:1.7;
}

/* ===================================
   HERO JUILLET / AOÛT
=================================== */
/* ===================================
   HERO JUILLET / AOÛT
=================================== */

.hero-juillet-aout {
      height: 80vh;
      background: url('https://images.unsplash.com/photo-1534438327276-14e5300c3a48') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
    }


.hero-overlay{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
}

.hero-content{
    padding:60px;
    max-width:700px;
}

.hero-tag{
    display:inline-block;
    background:#e30613;
    color:#fff;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    padding:10px 18px;
    margin-bottom:25px;
    text-transform:uppercase;
}

.hero-content h1{
    font-size:92px;
    line-height:0.95;
    font-weight:900;
    color:#fff;
    text-transform:uppercase;
    margin-bottom:25px;
}

.hero-content p{
    font-size:34px;
    font-weight:600;
    color:#fff;
    margin-bottom:35px;
}

.hero-btn{
    display:inline-block;
    background:#e30613;
    color:#fff !important;
    text-decoration:none;
    font-size:22px

.section{
    margin-bottom:70px;
}

.section-title{
    font-size:42px;
    margin-bottom:30px;
    padding-left:18px;
    border-left:5px solid var(--newsletter-color);
}

.card{
    background:#111;
    border-radius:14px;
    padding:35px;
    margin-bottom:25px;
}

.card h3{
    color:var(--newsletter-color);
    margin-bottom:20px;
    font-size:28px;
}

.card p{
    margin-bottom:15px;
}

.citation{
    font-style:italic;
    color:#bdbdbd;
}

.horaire{
    margin:25px 0;
}

.horaire div{
    padding:12px 0;
    border-bottom:1px solid #222;
}

.horaire span{
    display:inline-block;
    width:90px;
    color:var(--newsletter-color);
    font-weight:bold;
}

.badge-box{
    background:var(--newsletter-color);
    color:#fff;
    padding:15px 20px;
    border-radius:8px;
    margin:20px 0;
    font-weight:bold;
}

.conclusion{
    background:#111;
    border-top:4px solid var(--newsletter-color);
    border-radius:14px;
    padding:25px;
    text-align:center;
    font-size:20px;
    font-weight:600;
}

@media(max-width:768px){

    .section-title{
        font-size:30px;
    }

    .card{
        padding:25px;
    }

    .card h3{
        font-size:22px;
    }

    .horaire span{
        display:block;
        margin-bottom:5px;
    }
}


.hero-juillet-aout{
    position:relative;
    height:550px;
    border-radius:16px;
    overflow:hidden;
    display:flex;
    align-items:center;

    background-image:
        linear-gradient(
            rgba(0,0,0,.40),
            rgba(0,0,0,.70)
        ),
        url("https://images.unsplash.com/photo-1534438327276-14e5300c3a48?auto=format&fit=crop&w=1800&q=80");

    background-size:cover;
    background-position:center;
}

.hero-content{
    max-width:700px;
    padding:60px;
}

.hero-tag{
    display:inline-block;
    background:#e30613;
    color:#fff;
    padding:10px 18px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:25px;
}

.hero-content h1{
    color:#fff;
    font-size:90px;
    line-height:0.9;
    margin-bottom:20px;
    font-weight:900;
}

.hero-content p{
    color:#fff;
    font-size:28px;
    margin-bottom:35px;
}

.hero-btn{
    display:inline-block;
    background:#e30613;
    color:#fff;
    text-decoration:none;
    padding:16px 32px;
    border-radius:6px;
    font-weight:700;
    transition:.3s;
}

.hero-btn:hover{
    transform:translateY(-2px);
}
