@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&Montserrat:ital,wght@0,100..900;1,100..900&family=Radio+Canada:ital,wght@0,300..700;1,300..700&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 16px;

    --brand-color-primary:  207, 11, 93;;
    --brand-color-secondary: 89, 100, 214;
    --brand-color-tertiary: 55, 60, 124;
    --brand-color-quaternary: 20, 27, 101;

    --color-prioritaire: 188, 30, 30;
    --color-defaut: 238, 148, 0;
    --color-finalisation: 111, 172, 236;
    --color-finalise: 19, 170, 10;
    --rose-primary: #CF0B5D;

    --rose-color: #CF0B5D;
    
    /* Nouvelles couleurs et variables */
    --gradient-blue: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-green: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --gradient-orange: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    --gradient-purple: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    --gradient-rose: linear-gradient(135deg, #CF0B5D 0%, #E91E63 100%);
    --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 15px 40px rgba(0, 0, 0, 0.15);
    --border-radius-sm: 8px;
    --border-radius-md: 12px;
    --border-radius-lg: 20px;
    --transition-default: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


/* 
PAR CLAsSE 
Pour des groupes/ensembles 
Trié par ordre alphanum
/!\ les betterXXX sont rangés ensemble
 */



.activeV2 {
    border-color: rgba(0, 0, 0, 0) !important;
}

.collapsible svg {
    transition: transform 0.3s ease;
}

.activeV2 .collapsible svg {
    transform: rotate(180deg);
}

.betterA{
    color:#4C4C4C;
}

.betterA:hover{
    color: rgb(var(--brand-color-primary));
}

.betterButtons{
    cursor: pointer;
    text-decoration: none;
    color: rgb(var(--brand-color-primary));
    background-color: #fff;
    padding: 16px 20px;
    white-space: nowrap;
    width: 15%;
    font-size: 1.2rem;
    border-radius: 8px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;

}

.betterButtons h4{
    margin: 0%;
}

.betterButtons:hover{
    border: 1px solid rgb(var(--brand-color-primary)) !important;
    padding: 15px 19px !important;
}

.active{
    color: white;
    border-color: rgb(var(--brand-color-primary)) !important;
    background-color: rgb(var(--brand-color-primary)) !important;
}

.active{
    color: white;
    border-color: rgb(var(--brand-color-primary)) !important;
    background-color: rgb(var(--brand-color-primary)) !important;
}

.active{
    color: white;
    border-color: rgb(var(--brand-color-primary)) !important;
    background-color: rgb(var(--brand-color-primary)) !important;
}

.betterIcon{
    padding: 15px;
    border-color: #acacac;
    border-style: solid;
    border-width: 2px;
    border-radius: 20%;
    display: flex;
    margin-right: 2%;
    justify-content: center;
    align-items: center;
}

.collapsible{
    cursor: pointer;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    margin-left: auto;
}

.collapsible:hover{
    background-color: var(--blanc-color);
    transition: all 1s;
    background-color: #ccc;
}

.hero-topbanner {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 3%;
    padding-left: 6%;
    padding-right: 6%;
    text-align: center;
    background-color: #F7F7F7;
    margin-bottom: 60px;
}

.hidded-text{
    margin-top:1%;
    padding: 0 calc(8% + 5rem);
    background-color: white;
    overflow: hidden;
    transition: display 0.2s ease-out;
    color: #6d6d6d;
}

.item{
    cursor: pointer;
    padding-left: 6%;
    padding-right: 6%;
    display: flex;
    font-size: 1.5rem;
    align-items: center;
}


.menu-item{
    margin-bottom: 80px;
}


.menu{
    padding-left: 9%;
    padding-right: 9%;
    display: flex;
    
}

/* 
PAR ID 
Spécialement par id indiv. 
Trié par ordre alphanum
/!\ n'appliquer qu'à un seul item
 */


#needTopGap{
    margin-top: 20px;
    font-size: 1.5rem;
}

#buttonNav {
    justify-content: space-between;
    display: flex;
    width: 100%;
    margin-top: 40px;

}

#goToImmat{
    height: 20rem;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    padding: 2rem;
}

#insideGTI{
    margin: 3%;
}

#giveMeSpace{
    margin-top: 10%;
}

#botButton{
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    font-size: 1.2rem;
    background-color: rgba(var(--brand-color-primary));
}

#botSVG{
    margin-left:20px;
}

/* 
PAR TYPE 
Spécialement pour changer tout les items d'un meme type 
Trié par ordre alphanum
/!\ change tout sur la page
 */

h1{
    font-family: "Figtree", sans-serif !important;
    font-weight: bolder;
    font-size: 3rem;
}

h2, h3, h4, h5, h6, span{
    font-family: "Figtree", sans-serif !important;
    font-weight: 500;
}


body{
    margin: 0% !important;
}


table {
    width: 100%;
    border-collapse: collapse;
}

td {
    width: 50%;
    padding: 20px;
    vertical-align: top;
    box-sizing: border-box;
}

td strong {
    margin-bottom: 10px;
    margin-top: 10px;
}

p{
    text-decoration: underline;
}


/* 
MEDIAS 
Spécialement pour changer en fonction des specs 
Trié par px size
/!\ change tout sur la page
 */


@media (max-width:900px){
    #goToImmat img{
        display: none;
    }
}



@media (max-width: 760px) {
    table, tbody, tr, td {
        display: block;
    }

    table {
        width:100%;
        margin: 0 auto !important;
    }

    tr {
        margin-bottom: 20px;
    }

    td {
        padding: 15px;
        width: 100%;
        margin-bottom: 20px;
    }
}


@media (max-width:1200px){
    #buttonNav {
        display: flex;
        width: 100%;
        margin-top: 40px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
    }

    .buttonsToNavigate{
        width: 40%;
    }

    .item{
        font-size: 1rem;
    }

    .hidded-text {
        padding: 0 calc(1% + 1rem);
    }


    .betterButtons{
        font-size: 1.2rem;
    }

    .topmain h1{
        font-size: 2rem;
    }

    #needTopGap{
        margin-bottom: 10%;
        font-size: 1.0rem;
    }


}

@media (max-width:600px){
    .hero-topbanner{
        margin-bottom: 30px;
    }
    
    #buttonNav {
        display: flex;
        width: 100%;
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .buttonsToNavigate{
        width: 80%;
    }
    .menu{
        padding: 0%;
    }

    .betterButtons{
        font-size: 0.8rem;
    }

    .topmain h1{
        font-size: 1.5rem;
    }

    .hidded-text{
        margin-top: 20px;
    }

    #needTopGap{
        margin-bottom: 10%;
        font-size: 0.8rem;
    }
}