/* tony refonte */
:root {
    /* --text-black: #1d1d1f; */
    --text-black: #342A21;
    --text-grey: #767676;
    --text-grey2: #484848;
    --color-blue: #2f3684;
    --color-blue2: #2f368425;
    --color-avis: #006FF5;
    --color-yellow: #FFD703;
    --color-yellow2: #FFDD03;
    --color-red: #EC1D27;
    --color-green: #C2FFEC;
    --color-grey: #f5f5f5;
    --color-circle-cat: #bcbcbc;
    --hover-grey: #DFDFDF;
    --coef-text-size: 0.8;
}

.fw-thin {
    font-family: "Open Sans", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.fw-regular {
    font-family: "Open Sans", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.fw-medium {
    font-family: "Open Sans", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.fw-semi {
    font-family: "Open Sans", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.fw-bold {
    font-family: "Open Sans", sans-serif;
    /* font-optical-sizing: auto; */
    /* font-weight: 700; */
    font-weight: 900;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900!important;
}

body{
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
        line-height: normal;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
a,
div {
    margin: 0;
    padding: 0;
    color: var(--text-black);
    text-decoration: none;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}



.fs1 {
    font-size: 0.7rem;
    letter-spacing: -0.2px;
}

.fs2 {
    font-size: 0.9rem!important;
    letter-spacing: -0.2px!important;
}

.fs3 {
    font-size: 1rem;
    letter-spacing: -0.2px;
}

.fs4 {
    font-size: 1.2rem!important;
    letter-spacing: -0.16px!important;
}

.fs5 {
    font-size: calc(var(--coef-text-size) * 1.5rem);
    letter-spacing: -0.85px;
}

.fs6 {
    font-size: calc(var(--coef-text-size) * 1.7rem)!important;
    letter-spacing: -0.85px;
}

.fs7 {
    font-size: calc(var(--coef-text-size) * 2.2rem)!important;
    letter-spacing: -1px;
}

.fs7-2 {
    font-size: calc(var(--coef-text-size) * 2.4rem);
    letter-spacing: -1px;
}

.fs8 {
    font-size: calc(var(--coef-text-size) * 3.1rem)!important;
    letter-spacing: -1px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px!important;
}

.p20 {
    padding: 20px!important;
}

.p30 {
    padding: 30px!important;
}

.p40 {
    padding: 40px!important;
}

.p80 {
    padding: 80px;
}

.pb0 {
    padding-bottom: 0;
}

.pt0 {
    padding-top: 0;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px!important;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt80 {
    padding-top: 80px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px!important;
}

.pr40 {
    padding-right: 40px!important;
}

.pr80 {
    padding-right: 80px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px!important;
}

.pb80 {
    padding-bottom: 80px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px!important;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px!important;
}

.pl80 {
    padding-left: 80px;
}




.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt80 {
    margin-top: 80px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr80 {
    margin-right: 80px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb80 {
    margin-bottom: 80px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml80 {
    margin-left: 80px;
}

.gap5 {
    gap: 5px;
}

.gap10 {
    gap: 10px;
}

.gap20 {
    gap: 20px;
}

.gap30 {
    gap: 30px;
}

.gap40 {
    gap: 40px;
}

.gap80 {
    gap: 80px;
}

.rounded18 {
    border-radius: 18px;
}

.rounded50 {
    border-radius: 50px;
}

.rounded-top-left {
    border-radius: 18px 0 0 0;
}

.rounded-bottom-left {
    border-radius: 0 0 0 18px;
}

.absolute {
    position: absolute;
}

.t-absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.text-black {
    color: var(--text-black);
}

.text-white {
    color: white;
}

.text-grey {
    color: var(--text-grey);
}

a,
.text-grey2 {
    color: var(--text-grey2);
}

.text-blue {
    color: var(--color-blue);
}

.text-red {
    color: var(--color-red);
}

.text-yellow {
    color: var(--color-yellow2);
}

.text-green {
    color: var(--color-green);
}

.text-no-wrap {
    text-wrap: nowrap;
}

.back-white {
    background: white!important;
}

.back-grey {
    background: var(--color-grey);
}

.back-blue {
    background: var(--color-blue);
}

.back-blue2 {
    background: var(--color-blue2);
}

.back-avis {
    background: var(--color-avis);
}

.back-yellow {
    background: var(--color-yellow);
}

.back-red {
    background: var(--color-red);
}

.back-green {
    background: var(--color-green);
}

.back-black {
    background: var(--text-black);
}

.link:hover {
    text-decoration: underline;
}

a:hover{
    color: initial;
}

#index .cat-card a:hover{
    color: white;
}

.btn {
    padding: 13px 30px 14px 30px;
    border-radius: 50px;
    cursor: pointer;
    letter-spacing: -0.5px;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: none;
}

.btn-circle {
    height: 40px;
    padding: 0 .6rem;
    display: flex;
    align-items: center;
    width: 25px;
    box-sizing: content-box;
}

.btn-circle-big {
    padding: 4px 12px;
    line-height: 40px;
    box-sizing: content-box;
}

.btn-secondary {
    box-shadow: inset 0 0 0 1px var(--text-black);
    color: var(--text-black);
}

.btn-secondary-black {
    box-shadow: inset 0 0 0 1px white;
    color: white;
    background: transparent;
}

.btn-primary {
    background: var(--color-blue);
    color: white;
}

.btn-black {
    background: var(--text-black);
    color: white;
}

.btn-white {
    background: white;
    color: var(--text-black);
    box-shadow: inset 0 0 0 1px var(--text-black);
}

.btn-grey {
    background: var(--color-grey);
    color: var(--text-black);
}

.separator {
    border-bottom: 1px solid #eee;
    min-width: 100%;
    height: 1px;
}

.bordered {
    border: 1px solid #eee;
}

.btn-bordered{
    box-shadow: inset 0 0 0 1px var(--text-black);
}

.bordered-bottom {
    border-bottom: 1px solid #eee;
}

.bordered-right {
    border-right: 1px solid #eee;
}

.bordered-yellow{
    border: 2px solid var(--color-yellow);
}

.bordered-blue{
    border: 2px solid var(--color-blue);
}

.bordered-black{
    border: 2px solid var(--text-black);
}

.bordered-grey{
    border: 2px solid var(--color-circle-cat);
}

.bordered-red{
    border: 2px solid var(--color-red);
}

.shadowed {
    box-shadow: 2px 4px 12px #00000014;
}

.inline-grid {
    display: inline-grid;
}

.transitioned{
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}

.hovered-shadow {
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    cursor: pointer;
}

.hovered-shadow:hover {
    box-shadow: 2px 4px 12px #00000014;
}

.t-container {
    padding: 0 20px;
    display: flex;
    justify-content: center;
}

.t-row {
    display: flex;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
}

.col-reverse{
    flex-direction: column-reverse!important;
}

.t-col {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
}

.row-sm-col {
    display: flex;
    flex-direction: column;
}

.col-sm-row {
    display: flex;
    flex-direction: row;
}

.row-center {
    justify-content: center;
}

.row-space-between {
    justify-content: space-between;
}

.row-end {
    justify-content: flex-end;
}

.row-start {
    justify-content: flex-start;
}

.row-align-center {
    align-items: center;
}

.row-align-end {
    align-items: flex-end;
}

.col-center {
    align-items: center;
}

.input {
    background: #F5F4F5;
    border: none;
    padding: 15px;
    padding-left: 40px;
    border-radius: 50px;
    padding-right: 100px;
}

.pointer {
    cursor: pointer;
}

.decorate-reverse {
    text-decoration: underline;
}

.decorate-reverse:hover {
    text-decoration: none;
}

.text-align-start {
    text-align: start;
}

.text-center {
    text-align: center;
}

.text-barre{
    text-decoration: line-through;
}

.absolute-center-h {
    left: 50%;
    transform: translate(-50%, 0);
}

.w-100{
    width: 100%;
    height: auto;
}



@media (min-width: 1300px) {
    .containered {
        width: 1350px;
    }

    .row-sm-col {
        flex-direction: row;
    }

    .col-sm-row {
        flex-direction: column;
    }

    .fs7 {
        font-size: 2.2rem!important;
    }

    .fs7-2 {
        font-size: 2.4rem;
    }

    .fs8 {
        font-size: 3.1rem;
    }
}