/*-------GAMING1 2026---------------
COLORS :
green : var(--pink)
lightyellow :  #F7F2E1
----------------FONT---------------------*/
@font-face {
    font-family: 'Trade Gothic';
    src: url('../font/trade-gothic-lt-std.woff2');
}
@font-face {
    font-family: 'Trade Gothic Condensed';
    src: url('../font/trade-gothic-lt-std-bold-condensed.woff2');
}
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.ttf');
}
/*----------------GENERAL-------------------*/
:root {
    --pink: #ED0372;
    --text: rgb(44, 46, 48);
    --gold1: #B5893D;
    --gold2: #7c683a;
    --green:#28A449;
    --lightblue:#7B9ACD;
    --turquoise:#177382;
    --beige:#F69154;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: var(--text);
}
body {
    min-height: 100vh;
    margin: 0;
}
main{
}
.noMobile, .noMobileFlex, .no768Mobile, section#accueil div.banner > img.no768Mobile {
    display: none;
}
.mobile{
    display: block;
}
.center {
    text-align: center;
    margin: 0 auto;
}
section{
    padding: 50px 0;
}
section#accueil, section#infospratiques, section#inscription, section#sponsors {
    scroll-margin-top: 200px;
}
p{
    margin: 5px 0;
}
h1, h2, h3, h4 {
    font-family: 'Trade Gothic Condensed', Arial, sans-serif;
    color: var(--pink);
}
h1{
    font-size: 38px;
    margin: 25px 0 20px 0;
    text-align: center;
}
h2, h3{
    margin-top: 25px;
}
hr{
    border-color: dimgrey;
}
a{
    color: var(--pink);
}
.rouge{
    /*color: #FF4034;*/
}
/*-----------------MENU------------------------*/
.navbar-light {
    padding: 0 15px;
    background-color: var(--gold1);
    background-image: linear-gradient(to right, rgba(181, 137, 61, 0.8), rgba(241, 201, 107, 0.8), rgba(181, 137, 61, 0.8), rgba(241, 201, 107, 0.8));
    border-bottom: 2px solid var(--gold1);
}
ul.navbar-nav {
    margin: 15px 0;
}
div.logo img{
    width: 80px;
    height: auto;
}
a.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-light li a{
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 10px;
    color: white;
    position: relative;
    display: flex;
    font-family: 'Trade Gothic', Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    align-items: center;
    border-bottom: 2px solid transparent;
}
.navbar-light li a:hover {
    color: lightgoldenrodyellow;
border-bottom: 2px solid var(--pink);
}
li.flex{
    display: flex;
}
li.flex span {
    padding: 8px 0;
    color: white;
    font-weight: bold;
}
li.flex a{
    font-weight: normal;
    margin: 0 7px;
}
li.flex a.boldUnder{
    font-weight: bold;
    color: white;
}
nav.sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.navbar button {
    border: none;
    width: fit-content;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.c-toggle-overlay {
    color:white;
    text-transform:uppercase;
    justify-content:space-between;
    align-items:center;
    gap:1rem;
    margin:-.5rem;
    padding:.5rem;
    font-size:.75rem;
    display:flex
}
.c-toggle-overlay__icon span {
    background-color: white;
    width: 40px;
    height: 2px;
    margin: 10px 0;
    transition: transform .5s ease,top .5s ease.25s;
    display: block;
    position: relative;
    top: 0;
}
.c-toggle-overlay[aria-expanded=true] .c-toggle-overlay__label span:first-of-type {
    transform:translateY(-125%)
}
.c-toggle-overlay[aria-expanded=true] .c-toggle-overlay__icon span:first-of-type {
    transition:top .5s ease,transform .5s ease.25s;
    top:12px;
    transform:rotate(45deg)
}
.c-toggle-overlay .c-toggle-overlay__icon span.mid {
    transition:top .5s ease, .5s ease.25s;
    margin: 0 auto;
}
.c-toggle-overlay[aria-expanded=true] .c-toggle-overlay__icon span.mid {
    transition:top .5s ease, .5s ease.25s;
    width: 5%;
    margin: 0 auto;
}
.c-toggle-overlay[aria-expanded=true] .c-toggle-overlay__icon span:last-of-type {
    transition:top .5s ease,transform .5s ease .25s;
    top:-12px;
    transform:rotate(-45deg);
}
/*------------------Accueil---------------------*/
section#accueil {
    background-color: var(--pink);
    margin: 0;
    width: 100%;
    padding: 0;
}
section#accueil div.banner{
    height: fit-content;
    padding: 0;
    margin: 0;
}
section#accueil div.banner > img{
    margin: 0 auto;
    width: 100%;
    max-width: 2000px;
    height: auto;
    padding-right: 0;
    display: block;
}
section#intro{
    display: block;
    max-width: 1200px;
    padding: 25px;
    margin: 0 auto;
}
section#intro h1{
    color: var(--pink);
    font-size: 34px;
    margin: 35px 0;
}
p.intro, h2.intro {
    text-align: center;
}
section#intro p{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
h2.intro{
    margin-top: 100px;
    margin-bottom: 35px;
}
/*---------------CARD----------------------*/
section#cardSec{
 padding: 100px 15px;
}
/* --- Grille --- */
.sponsorship-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

/* --- Carte générique --- */
.card-option {
    position: relative;
    display: block;
}
.card-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.card-inner {
    border-radius: 3px;
    border: 3px solid lightgrey;
    padding: 1.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: border-color 0.2s;
}
.tier-badge   {
    background: white; color: var(--pink);
}
.card-price   {
    color: var(--pink);
}
.feature-icon {
    color: white;
}
input:checked + .card-inner {
    border-color: var(--pink);
border: 3px solid var(--pink);
}
input:hover + .card-inner {
    box-shadow: rgba(129, 68, 68, 0.55) 5px 5px 15px;
    opacity: 0.9;
}
.card-inner i {
    color: white;
}
.tier-badge i{
    color: var(--pink);
}
/* --- Tier : Cœur --- */
.card-coeur .card-inner, section#inscription.coeur {
    background-image: linear-gradient(to bottom right, rgba(193, 193, 193, 0.8), white, rgba(241, 241, 241, 0.8));
}
.card-coeur .feature-icon {
    color: var(--pink);
}
    /* --- Tier : Passion --- */
.card-passion .card-inner, section#inscription.passion {
    background-image: linear-gradient(to bottom right, rgba(237, 3, 114, 0.7), rgba(255, 105, 145, 0.7), rgba(237, 3, 114, 0.7));
    border-color: var(--pink);
}
/* --- Tier : Major --- */
.card-major .card-inner, section#inscription.major {
    background-image: linear-gradient(to bottom right, rgba(181, 137, 61, 0.8), rgba(241, 201, 107, 0.8), rgba(181, 137, 61, 0.8), rgba(241, 201, 107, 0.8));
    border-color: var(--gold2);
}
.card-major .feature-icon {
    color: var(--gold2);
}
/* --- Badge "Offre premium" --- */
.popular-badge {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--pink);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 99px;
    white-space: nowrap;
    letter-spacing: 0.03em;
    z-index: 1;
}

/* --- Badge de niveau --- */
.tier-badge {
    width: 40px;
    height: 40px;
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 10px 3px 10px;
    border-radius: 99px;
    font-family: 'Trade Gothic', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.card-major .tier-badge{
    padding-left: 9px;
    padding-top: 4px;
}
/* --- Titre & prix --- */
.card-title     {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    font-family: 'Trade Gothic Condensed', Arial, sans-serif;
}
.card-price     {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-align: center }
.card-price-sub {
    font-size: 14px;
}
/* --- Séparateur --- */
.card-divider {
    border: none;
    border-top: 1px solid white;
    margin: 0;
}
/* --- Liste des avantages --- */
.card-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.card-features > li {
    font-size: 13px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    line-height: 1.4;
}

.feature-icon {
    font-size: 13px;
    margin-top: 2px;
    flex-shrink: 0;
    width: 14px;
    text-align: center;
}

.card-sub-features {
    list-style: none;
    margin: 4px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.card-sub-features li {
    padding-left: 12px;
    position: relative;
}

.card-sub-features li::before {
    content: "–";
    position: absolute;
    left: 0;
    opacity: 0.5;
}
/*---------------FORMULAIRE----------------------*/

section#inscription{
    margin: 0;
    padding: 0 0 75px 0;
    width: 100%;
    min-height: 70dvh;
}
div.titreCat{
    background-color: var(--pink);
    width: 300px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 0 0 90px 90px;
}
div.titreCat h1{
    font-size: 38px;
    color: white;
}
div.titreCat h1 > i{
    color: white;
    font-size: 32px;
}
p.prixTot, p.prixTot>span{
    text-align: right;
    font-size: 24px;
    font-family: "Trade Gothic Condensed", sans-serif;
}
p.prixTot{
    font-size: 18px;
}
h3.erreurFormu {
    color: white;
    border: 2px solid white;
    border-radius: 3px;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    background-color: #FF4034;
    margin: 35px 0 5px 0;
}
div.divLogo{
    /*background-color: rgba(255, 255, 255, 0.5);*/
    /*border: 1px solid rgba(255, 255, 255, 0.5);*/
    border-radius: 3px;
    padding: 10px 7px 7px 7px;
}
img.imgEdition{
    max-width: 500px;
    height: auto;
    border: 2px solid var(--pink);
    background-color: lightgrey;
    border-radius: 3px;
}
input.red-border{
    border: 2px solid red !important;
}
.checkbox-mobile.red-border {
    outline: 2px solid red;
}
div.invalid-feedback, div.invaGdpr, div.invaCgv{
    color: red;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2px 5px;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
}
div.formulaire .form-floating input, div.formulaire .form-floating select {
    border: 1px solid var(--pink);
    border-radius: 3px;
    font-size: 18px;
    color: var(--pink);
    background-color: white;
    padding-left: 10px;
}
div.formulaire textarea {
    border: none;
    border-radius: 35px;
    font-size: 16px;
    padding-left: 10px;
}
div.formulaire .row{
    max-width: 100%;
    margin: 0 auto;
}
div.formulaire .form-floating input.is-invalid, div.formulaire .form-floating select.is-invalid, div.formulaire textarea.is-invalid {
    border: 0 solid #FF4034;
    border-bottom: 2px solid #FF4034;
}
div.formulaire .form-floating > label {
    padding-left: 24px;
}
div.formulaire .form-floating:focus-within > label, div.formulaire .form-floating:target > label, div.formulaire .form-floating:active > label, div.formulaire .form-floating:visited > label {
    color: rgba(13, 13, 15, 0.3);
    padding-left: 24px;
}
.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
    background-color: transparent;
}
input.form-control:focus, select.form-select:focus {
    box-shadow: none;
    border: 1px solid grey;
}
input[type="radio"], input[type="checkbox"] {
    accent-color: var(--pink);
    border-radius: 0;
}
.form-check-input:checked {
    background-color: var(--pink);
    border-color: var(--pink);
}
div.formulaire p.inscrit{
    text-align: center;
    color: dimgrey;
}
.wrapper{
   display: flex;
    justify-content: center;
}
div.formulaire button.inscription, section#cardSec form button {
    width: 250px;
    max-width: 90%;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
    border: 1px solid var(--pink);
    margin: 20px 0 10px 0;
    position: relative;
    cursor: pointer;
    border-radius: 90px;
    background-color: var(--pink);
    transition: all .3s ease;
    overflow: hidden;
    padding: 0;
}
div.formulaire button.upload{
    display: inline-block;
    width: fit-content;
    padding: 5px 10px;
    height: auto;
    margin: 5px;
    line-height: 21px;
    border: 1px solid var(--pink);
    background-color: var(--pink);
    color: white;
    border-radius: 90px;
}
div.formulaire button.upload:hover{
    background-color: white;
    color: var(--pink);

}
div.formulaire button.inscription p, section#cardSec form button p{
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}
div.formulaire div.m-3.mr0{
    margin-right: 0 !important;
    padding-right: 0 !important;
}
div.formulaire button.inscription:before, section#cardSec form button:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    transition: all .3s ease;
    top: 0;
    left: -260px;
}
div.formulaire button:hover, section#cardSec form button:not(:disabled):hover{
    border: 1px solid var(--pink);
    background-color: var(--pink);
}
div.formulaire button.inscription:hover:before, section#cardSec form button:not(:disabled):hover:before{
    left: 0;
}
div.formulaire button.inscription:hover p, section#cardSec form button:not(:disabled):hover p{
    color: var(--pink);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow: none;
}
/*---------------INFOS PRATIQUES----------------------*/
section#infospratiques {
    padding: 50px 10px;
    background-color: var(--pink);
    color:  #F7F2E1;
    position: relative;
    overflow: hidden;
}
section#infospratiques::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.8;
    background-image: url("../img/Triangles_fond_blanc_horizontal.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
}
section#infospratiques > * {
    position: relative;
    z-index: 1;
}
div.informations{
    background-color: rgba(237, 3, 114, 0);
    border: 0 solid white;
}
div.informations p, div.informations a{
    color: white;
}
section#infospratiques h2, section#infospratiques p, section#infospratiques strong {
    color:  white;
}
section#infospratiques > div.row {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}
section#infospratiques > .row>* {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}
section#infospratiques > div.row > div.informations {
    padding: 25px;
}
section#infospratiques ul li{
    list-style: none;
    margin: 0;
}
section#infospratiques ul{
    margin: 0;
    padding: 0;
}
section#infospratiques h2{
    margin: 20px 0;
}
section#infospratiques strong{
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid white;
}
div.hmin50{
    min-height: 50px;
}
section#infospratiques iframe{
    display: block;
    padding: 0;
    height: 100%;
    min-height: 300px;
    max-width: 100%;
    border: 2px solid white;
}
/*---------------FOOTER----------------------*/
footer{
    width: 100%;
    padding: 25px;
    position: relative;
    background-color: white;
    color: var(--pink);
}
footer .container .row{
    justify-content: center;
    align-items: center;
}
footer div.col-md-6 > div{
    width: 100%;
}
footer div.col-md-12 img{
    width: 320px;
    max-width: 80%;
    height: auto;
    display:block ;
    margin: 0 auto;
}
footer ul{
    padding-left: 0;
}
footer ul li{
    list-style: none;
    margin: 15px 0;
}
footer a{
    text-decoration: none;
    color: black;
}
footer a:hover{
    text-decoration:  underline black;
}
/*------------------------------ SECTION SPONSORS ------------------------------------*/
section#logoMajor, section#presta{
    background-color: var(--gold1);
    background-image: linear-gradient(to right, rgba(181, 137, 61, 0.8), rgba(241, 201, 107, 0.8), rgba(181, 137, 61, 0.8), rgba(241, 201, 107, 0.8));
}
section#logoMajor{
    padding-bottom: 0;
}
section#presta{
    padding-top: 25px;
}
section#presta h2, section#logoMajor h2{
    color: var(--text);
    text-align: center;
    margin-bottom: 25px;
}
section#presta > hr{
    margin-bottom: 50px;
}
div.rowPart {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
div.logoPart {
    width: 80%;
    height: 120px;
    border-radius: 4px;
    margin: 10px auto;
    padding: 10px;
    align-items: center;
    align-content: center;
}
div.logoPart img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}
#presta .carousel-logos {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 140px;
}

#presta .carousel-track {
    display: flex !important;
    overflow-x: hidden;
    gap: 50px;
    animation: scroll-logos 30s linear infinite;
    width: max-content;
}
#presta .logo-item {
    display: block !important; /* Bootstrap force display:none sur .logo-item */
    flex-shrink: 0;
}
#presta .logo-item img {
    height: 100px;
    max-width: 250px;
    width: auto;
    object-fit: contain;
    transition: filter 0.3s;
}

@keyframes scroll-logos {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
/*---------------MEDIA QUERIES----------------------*/
@media (max-width: 768px) {
    .sponsorship-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }
}
@media (min-width: 300px) {

}
@media (min-width: 350px) {

}
@media (min-width: 500px) {
    section#intro{
        padding: 25px 50px;
    }
    div.logoPart {
        width: 40%;
        height: 150px;
        margin: 10px;
    }
}
@media (min-width: 601px) {
    footer {
        padding:25px;
    }
    section#accueil div.banner > img.no768Mobile {
        display: block;
    }
    section#accueil div.banner > img.mobile{
        display: none;
    }
    div.logo img{
        width: 100px;
    }
}
@media (min-width: 768px) {
    .no768Mobile {
        display: block;
    }
    div.logoPart {
        width: 30%;
        height: 200px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: space-between;
        width: fit-content;
    }
    .mobile {
        display: none;
    }
    .noMobileFlex{
        display: flex;
    }
    .noMobile {
        display: block;
    }
    section#accueil, section#infospratiques, section#inscription, section#sponsors {
        scroll-margin-top: 80px;
    }
    .navbar-light li a:hover::before {
        opacity: 1;
        transition: all .2s ease-in-out;
        transform: translateY(1rem);
    }
}