.tab-1 {
    margin-top: 60px !important
}

.tab-1 .column-2 {
    justify-content: space-between !important
}

.tab-1 .column-2>div {
    height: auto !important
}

.tab-1 .column-2 h2 {
    margin-top: 20px !important
}

.tab-1 .column-2 p {
    margin-bottom: 0 !important
}

.tab-2 :where(.column-1, .column-2) {
    display: flex !important;
    flex-flow: column wrap !important;
    justify-content: space-between !important;
    height: 100% !important
}

.tab-2 :where(.column-1, .column-2)>div:first-of-type h2 {
    margin-top: 20px !important
}

.tab-2 .column-2>div:last-of-type h2 {
    margin-top: 0 !important
}

.tab-2 .column-1>div:last-of-type h2 {
    margin-top: 40px !important
}

.tab-2 .column-2>div p {
    margin-bottom: 0 !important
}

.tab-3 :where(.column-1, .column-2, .column-3) {
    display: flex !important;
    flex-flow: column wrap !important;
    justify-content: space-between !important;
    height: 100% !important
}

.tab-3 :where(.column-1, .column-2, .column-3)>div:first-of-type h2 {
    margin-top: 20px !important
}

.tab-3 :where(.column-1, .column-2)>div:last-of-type h2 {
    margin-top: 40px !important
}

.tab-3 :where(.column-1, .column-2, .column-3)>div:last-of-type p {
    margin-bottom: 0 !important
}

.tab-3 .column-3>div:nth-child(2) {
    margin-block: 15px
}

.tab-4 :where(.column-1, .column-2, .column-3) {
    display: flex !important;
    flex-flow: column wrap !important;
    justify-content: space-between !important;
    height: 100% !important;
    position: relative
}

.tab-4 :where(.column-1, .column-2, .column-3)>div:first-of-type h2 {
    margin-top: 20px !important
}

.tab-4 :where(.column-1, .column-2)>div:last-of-type h2 {
    margin-top: 40px !important
}

.tab-4 :where(.column-1, .column-2, .column-3)>div:last-of-type p {
    margin-bottom: 0 !important
}

.tab-4 .column-3::before {
    content: '';
    width: 90%;
    height: 2px;
    border-top: 1px solid #fff;
    position: absolute;
    top: calc(50% + 1px);
    left: 50%;
    transform: translate(-50%, -50%)
}

.tab-5 .column-2 {
    display: flex !important;
    flex-flow: column wrap !important;
    justify-content: space-between !important;
    height: 100% !important
}

.tab-5 .column-2>div p {
    margin-bottom: 0 !important
}

.col-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    margin-block: 30px
}

:where(.col-3, .col-2) h3 {
    margin-block: 0 !important
}

.tab-5 .column-2 div:first-of-type h3 {
    margin-top: 20px !important
}

.tab-3>div:not(:last-child) {
    border-right: 1px solid #fff
}

:where(.col-3, .col-2) h2 {
    font-family: 'Poppins';
    font-size: 5.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase
}

:where(.col-3, .col-2) .text-stroke {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff !important
}

:where(.col-3, .col-2) h3 {
    font-family: 'Poppins';
    font-size: 3.75rem;
    font-weight: 700;
    text-align: center;
    margin-block: 20px;
    text-transform: uppercase;
    line-height: 1em
}

:where(.col-3, .col-2) p {
    font-family: 'Poppins';
    font-size: .975rem;
    line-height: 1.3em;
    width: 32ch;
    margin-inline: auto;
    text-align: center;
    text-transform: uppercase
}

:where(.col-3, .col-2) .semi-bold {
    font-weight: 700
}

:where(.tab-1, .tab-5) {
    grid-template-rows: 1fr 1fr;
    column-gap: 20px
}

.tab-1 .column-1 h3+p {
    margin-right: 10px
}

:where(.tab-1, .tab-5) .column-1 {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px
}

:where(.tab-1, .tab-5) .column-1 h2 {
    margin-top: 0 !important
}

:where(.tab-1, .tab-5) .column-2 {
    border-left: 1px solid #fff;
    grid-row: span 2;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center
}

.tab-1 .column-2 p:nth-child(2) {
    margin-bottom: 60px
}

:where(.tab-1, .tab-5) :where(.column-1, .column-3) {
    grid-column: span 2;
    display: flex;
    align-items: center
}

:where(.tab-1, .tab-5) h3+p {
    width: fit-content !important;
    margin-left: 0.5em !important
}

:where(.tab-1, .tab-5) .column-3 {
    justify-content: flex-end;
    align-items: center;
    height: 100%
}

:where(.tab-1, .tab-5) .column-3 h3 {
    margin-inline: 40px 10px
}

.tab-5 .column-3 p:last-child {
    text-align: center !important
}

:where(.tab-1, .tab-5) .column-3 p:last-child {
    width: fit-content !important;
    text-align: left
}

.tab-1 .col-content {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%
}

.tab-4 :where(.column-1, .column-2) {
    border-right: 1px solid #fff
}

.tab-4 .column-2 h2.text-stroke {
    position: relative;
    width: fit-content;
    margin-inline: auto
}

.tab-4 .column-2 h2.text-stroke::before {
    content: "plus de";
    position: absolute;
    font-size: 1rem;
    color: #fff;
    -webkit-text-stroke: 0;
    font-weight: 500;
    bottom: calc(100% - 0.75em);
    right: 100%;
    white-space: nowrap
}

.tab-5 .column-1 .wrap * {
    width: auto !important
}

.tab-5 .column-1>p {
    text-align: left
}

.tab-5 .column-1 .wrap {
    width: 20ch
}

.tab-5 .column-2 p:nth-child(2) {
    margin-bottom: 40px
}

.tab-5 .column-2 p {
    width: 20ch !important;
    margin-inline: auto !important;
    text-align: center
}

.tab-5 .column-3 {
    justify-content: space-around !important
}

.info {
    font-size: .725rem;
    white-space: nowrap;
    font-family: 'Poppins';
    text-transform: uppercase;
    margin-bottom: 2em;
    margin-right: 1ch
}

.tab-5 .column-1>p:nth-child(5) {
    width: 21ch !important;
    margin-right: 1ch
}

.tab-5 .column-1>p:nth-child(8) {
    width: min-content !important
}

.tab-5 .column-1 .wrap {
    margin-right: 3ch
}

.tab-5 .column-3 :where(h2, h3) {
    margin-top: 40px
}

.tab-6 {
    width: 80%
}

.col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.tab-6>div {
    position: relative
}

.tab-6 :where(.column-1, .column-2)::before {
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff
}

.tab-6 .column-2::before {
    right: 0;
    left: auto
}

.tab-6 :where(.column-1, .column-3) {
    border-right: 1px solid #fff;
    padding-right: 30px
}

.tab-6 :where(.column-2, .column-4) {
    padding-left: 30px
}

.tab-6 :where(.column-1, .column-2) {
    padding-bottom: 40px
}

.tab-6 :where(.column-3, .column-4) {
    padding-top: 40px
}

#elementor-tab-content-8336 .tab-content {
    margin-bottom: 40px
}

.tab-6 {
    margin-top: 40px;
    margin-left: 30px
}

.tab-6 * {
    text-align: left;
    width: 100%
}

.tab-6 h3 {
    font-size: 1.35rem
}

.tab-6 p {
    text-transform: none
}

.tab-2 {
    gap: 20px
}

.tab-2 .column-1 {
    border-right: 1px solid #fff
}

.tab-2 .column-3::before {
    content: '';
    width: 80%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff
}

.tab-2 .column-3 {
    grid-row: span 2;
    border-left: 1px solid #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

.tab-2 .column-4 {
    grid-column: span 2;
    border-top: 1px solid #fff
}

.tab-2 .column-4 p {
    width: 100%;
    margin-top: 20px !important
}

.tab-2 .column-3 h3 {
    position: relative;
    margin-top: 0;
    width: fit-content;
    margin-inline: auto
}

.tab-2 .column-3 h3 sup {
    font-size: 1rem;
    font-weight: 500;
    margin-right: 20px
}

.col-3 h2,
.col-2 h2 {
    font-family: 'Poppins';
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.col-3 .text-stroke,
.col-2 .text-stroke {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff !important;
}

.col-3 h3,
.col-2 h3 {
    color: #fff;
    font-family: 'Poppins';
    font-size: 3.75rem;
    font-weight: 700;
    text-align: center;
    margin-block: 20px;
    text-transform: uppercase;
    line-height: 1em;
}

.tab-1 .column-3 h3,
.tab-5 .column-3 h3 {
    margin-inline: 40px 10px;
}

.tab-1 .column-2 h3.text-stroke+p {
    max-width: 21ch;
    margin: auto !important;
}

.tab-5 .column-1>.wrap>p {
    margin-bottom: 10px;
}

.tab-6 h3 {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px !important;
}

@media screen and (width <= 767px) {
    .col-3 {
        grid-template-columns: 100% !important;
        column-gap: 0;
        row-gap: 30px
    }

    .col-3 h2,
    .col-2 h2 {
        margin-top: 25px
    }

    .col-3>div {
        display: block !important
    }

    :where(.tab-1, .tab-5) .column-2 {
        grid-row: span 1;
        margin-bottom: 20px
    }

    .tab-1 .column-1 .col-content {
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }

    .tab-1 .column-1 .col-content>* {
        width: fit-content;
        margin-inline: auto !important
    }

    .tab-1 .column-1 .col-content p:nth-child(2) {
        grid-column: 1;
        grid-row: 2
    }

    .tab-1 .column-1 .col-content p:nth-child(4) {
        grid-column: 2;
        grid-row: 2
    }

    .tab-2 .column-4 {
        grid-column: span 1
    }

    .tab-2 .column-3 {
        border-left: none
    }

    .tab-2>div {
        padding-bottom: 30px
    }

    .tab-2 .column-1 {
        border-right: none
    }

    .tab-2 .column-1 .semi-bold {
        margin-block: 40px 50px
    }

    .tab-2 .column-3::before {
        display: none
    }

    .tab-2 .column-2 p:first-of-type {
        margin-bottom: 60px
    }

    .tab-2 :where(.column-1, .column-2, .column-3) {
        border-bottom: 1px solid #fff
    }

    .tab-2 .column-4 {
        border-top: none
    }

    .tab-3>div:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #fff;
        padding-bottom: 30px
    }

    .tab-3 .column-3 h3:not(:first-child) {
        margin-top: 30px !important
    }

    .tab-3>div:not(:last-child) .semi-bold {
        margin-block: 40px 60px
    }

    .tab-2 .column-3>div:first-child {
        border-bottom: 1px solid #fff;
        padding-bottom: 30px !important;
        margin-bottom: 60px !important
    }

    .tab-4 :where(.column-1, .column-2) {
        border-right: none;
        border-bottom: 1px solid #fff;
        padding-bottom: 30px
    }

    .tab-4 .column-3 p:nth-child(2) {
        border-bottom: none;
        margin-bottom: 20px !important
    }

    .tab-4 .column-3::before {
        display: none
    }

    .tab-1 .column-3 .col-content {
        display: block !important
    }

    .tab-1 .column-3 .col-content>h3 {
        width: fit-content !important;
        margin-inline: auto !important;
        text-align: center
    }

    .tab-1 .column-3 .col-content>p {
        width: 34ch !important;
        margin-inline: auto !important;
        text-align: center
    }

    .tab-1 .column-3,
    .tab-5 .column-3 {
        height: auto !important
    }

    .tab-1 :where(.column-1, .column-3),
    .tab-5 :where(.column-1, .column-3) {
        grid-column: span 1
    }

    .tab-1 .column-2,
    .tab-5 .column-2 {
        border-left: none;
        border-bottom: 1px solid #fff
    }

    .tab-5 {
        grid-template-rows: repeat(3, auto)
    }

    .tab-5 .column-3 {
        grid-row: 1;
        border-bottom: 1px solid #fff;
        padding-bottom: 30px
    }

    .tab-5 .column-1 .wrap h3 {
        font-size: 2.675rem;
        text-transform: lowercase
    }

    .tab-5 .column-1 {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important
    }

    .tab-5 .column-1,
    .tab-5 .column-2 {
        padding-bottom: 30px
    }

    .tab-5 .column-1 p {
        text-align: center !important;
        margin-inline: auto !important
    }

    .tab-5 .column-1 .wrap {
        width: min-content !important;
        margin-inline: auto !important;
        grid-column: span 2
    }

    .tab-5 .column-1 .wrap>.wrap .semi-bold {
        margin-block: 40px !important
    }

    .tab-5 .column-1>p:first-of-type {
        grid-column: 1;
        grid-row: 3
    }

    .tab-5 .column-1>h3:last-of-type {
        text-align: left !important;
        margin-top: 30px !important
    }

    .tab-5 .column-1>p:last-of-type {
        grid-column: span 2;
        width: 100% !important;
        text-align: center
    }

    .tab-5 .column-1 .info {
        text-align: right !important;
        margin-top: 30px !important
    }

    .tab-1 .column-2,
    .tab-5 .column-2 {
        height: auto !important
    }

    .tab-5 .column-2 {
        border-bottom: none
    }

    .tab-6 {
        grid-template-columns: 1fr !important;
        width: 100% !important
    }

    .tab-6 :where(.column-1, .column-3) {
        border-right: none
    }

    .tab-6 :where(.column-2, .column-4) {
        padding-left: 0 !important
    }

    .tab-6 :where(.column-1, .column-2)::before {
        display: none
    }

    .tab-6>div:not(:last-child) {
        border-bottom: 1px solid #fff
    }

    .tab-6>div {
        padding-block: 0 30px;
        margin-bottom: 30px
    }
    *:where(.tab-1,.tab-2,.tab-3,.tab-4,.tab-5)>div:not(:last-child) {
        padding-bottom: 30px !important;
        margin-bottom: 30px !important;
    }

    h3.text-stroke {
        margin-block: 25px 10px !important;
    }

    .tab-6 {
        margin-left: 0 !important;
    }
}