:root {
    --global-title-font-size-primary: 2.5rem;
    --global-typography-primary-font-size: 2rem;
    --global-typography-secondary-font-size: 1.75rem;
    --global-typography-text-font-size: 1.25rem;
    --global-typography-note-font-size: 1rem;
}

*{
    margin: 0;
    padding: 0;
}

.bgred {
    background: red;
}

.bgaqua {
    background: aqua;
}

.colbody {
    color: var(--bs-body-color);
}


.ovfhidden{
    overflow: hidden;
}

.ovfvisible {
    overflow: visible;
}

.prelative{
    position: relative;
}

.tdecorationnone{
    text-decoration: none;
}

.display-none {
    display: none;
}

.jcontentcenter {
    justify-content: center;
}

.jcontentend {
    justify-content: end;
}

jcontentsb {
    justify-content: space-between;
}

.aitemscenter {
    align-items: center;
}

.vhidden{
    visibility: hidden;
}

.resizenone{
    resize: none !important;
}

.dinlineb{
    display: inline-block;
}


/* #region bannière de consentement des cookies */
.cookie-banner {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    background: #fff;
    padding: 1rem 1.5rem;
    border: 1.5px solid var(--rz-secondary-dark);
    box-shadow: 0 2px 18px rgba(25,41,76,0.08);
    border-radius: 10px;
    z-index: 1000;
    font-family: 'Montserrat', Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2em;
}

    .cookie-banner p {
        margin: 0;
        color: var(--rz-secondary-dark);
        flex: 1 1 330px;
    }

    .cookie-banner button {
        margin: 8px;
        padding: 12px 24px;
        border-radius: 22px;
        border: 1.5px solid transparent;
        font-size: 1em;
        font-weight: bold;
        cursor: pointer;
        transition: background 0.15s, color 0.15s, border 0.15s;
    }

        .cookie-banner button.accept {
            background: var(--rz-primary-light);
            color: var(--rz-secondary-dark);
            border-color: var(--rz-primary-light);
        }

            .cookie-banner button.accept:hover {
                background: var(--rz-primary);
                color: #fff;
                border-color: var(--rz-primary);
            }

        .cookie-banner button.decline {
            background: #fff;
            color: var(--rz-secondary-dark);
            border: 1.5px solid var(--rz-primary-light);
        }

            .cookie-banner button.decline:hover {
                background: var(--rz-primary);
                color: #fff;
                border: 1.5px solid var(--rz-primary);
            }

    .cookie-banner a {
        color: var(--rz-primary);
        font-weight: 500;
        text-decoration: underline;
    }
/* #endregion */


/*#region diplay flex*/
.dflex {
    display: flex;
}

.dflexwrap {
    flex-wrap: wrap;
}

.dflexcolumn {
    flex-direction: column;
}
/*#endregion*/


/*#region Height*/
.h100pr {
    height: 100%;
}

.h50px {
    height: 50px !important;
}

.h60px {
    height: 60px !important;
}

.h75px {
    height: 75px !important;
}

.h100px {
    height: 100px;
}
/*#endregion*/


/*#region Max-height*/
.maxh350 {
    max-height: 350px;
}

.maxh250 {
    max-height: 250px;
}

.maxh150 {
    max-height: 150px;
}

.maxh110 {
    max-height: 110px;
}

.maxh50 {
    max-height: 50px;
}
/*#endregion*/


/*#region Text alignement*/
.taligncenter {
    text-align: center;
}

.talignleft {
    text-align: left;
}

.talignright {
    text-align: right;
}
/*#endregion*/


/*#region Max width*/
.maxw1200px {
    max-width: 1200px;
}

.maxw1000px {
    max-width: 1000px;
}

.maxw800px {
    max-width: 800px;
}

.maxw600px {
    max-width: 600px;
}

.maxw450px {
    max-width: 450px;
}

.maxw400px {
    max-width: 400px;
}

.maxw350px {
    max-width: 350px;
}

.maxw250px {
    max-width: 250px;
}

.maxw200px {
    max-width: 200px;
}

.maxw150px {
    max-width: 150px;
}

.maxw100px {
    max-width: 100px;
}
/*#endregion*/


/*#region Gaps*/
.gap10 {
    gap: 10px;
}

.gap15 {
    gap: 15px;
}

.gap20 {
    gap: 20px;
}

.gap25 {
    gap: 25px;
}

.gap50 {
    gap: 50px;
}
/*#endregion*/


/*#region Padding*/
.p5 {
    padding: 5px;
}
/*#endregion*/


/*#region Margins*/

.mcauto {
    margin-top: auto;
    margin-bottom: auto;
}

.mc5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mc8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.mc10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mc15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mc20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mc25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mc30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mc40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mc50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mlauto {
    margin-inline: auto;
}

.ml0 {
    margin-inline: 0px;
}

.ml3 {
    margin-inline: 3px;
}

.ml10 {
    margin-inline: 10px;
}

.ml15 {
    margin-inline: 15px;
}

.ml20 {
    margin-inline: 20px;
}

.ml30 {
    margin-inline: 30px;
}

.ml40 {
    margin-inline: 40px;
}

.ml50 {
    margin-inline: 50px;
}

.mleft20 {
    margin-left: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mr40 {
    margin-right: 40px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

/*#endregion*/


/*#region FontSize*/

.fs400r {
    font-size: 4rem;
}

.fs350r {
    font-size: 3.5rem;
}

.fs300r {
    font-size: 3rem;
}

.fs275r {
    font-size: 2.75rem;
}

.fs250r {
    font-size: 2.5rem;
}

.fs200r {
    font-size: 2rem;
}

.fs175r {
    font-size: 1.75rem;
}

.fs150r {
    font-size: 1.50rem;
}

.fs125r {
    font-size: 1.25rem;
}

.fs115r {
    font-size: 1.15rem;
}

.fs100r {
    font-size: 1rem;
}

.fs75r {
    font-size: 0.75rem;
}

.fs50r {
    font-size: 0.50rem;
}

.fs25r {
    font-size: 0.25rem;
}

/*#endregion*/


/*#region Font weight*/

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

/*#endregion*/


/*#region Width*/

.w25p {
    width: 25%;
}

.w33p {
    width: 33%;
}

.w50p {
    width: 50%;
}

.w75p {
    width: 75%;
}

.w100p {
    width: 100%;
}

.w100px {
    width: 100px;
}

.w150px {
    width: 150px;
}

.w175px {
    width: 175px;
}

.w200px {
    width: 200px;
}

.w250px {
    width: 250px;
}

.w400px {
    width: 400px;
}

.w750px {
    width: 750px;
}

/*#endregion*/


/*#region Min width*/
.minw100px {
    min-width: 150px;
}

.minw200px {
    min-width: 200px;
}

.minw225px {
    min-width: 225px;
}

.minw250px {
    min-width: 250px;
}
/*#endregion*/


/* #region Pour faire apparaitre en fondu un élément */

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 0.4s ease-in;
}

/* #endregion */


/* #region hover opacity annimation */

.hover-opacity-animation{
    opacity: 0.85;
    transition: 0.3s;
}

.hover-opacity-animation:hover{
    opacity: 1
}

/* #endregion */


.mobilevisible {
    display: none;
}

@media(max-width:810px) {
    .mobilehidden {
        display: none;
    }

    .mobilevisible {
        display: block;
    }
}