/**
* Style de notre block
*/
.text-columns.-beige,
.text-columns.-black {
    position: relative;
}
.text-columns.-beige::after,
.text-columns.-black::after {
    content: "";
    background: url(../../assets/images/border-beige.svg);
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 24px;
    left: 0;
    bottom: -22px;
    transform: rotate(180deg);
    z-index: 1;
}
.text-columns.-beige .text-columns__columns:not(:first-child) .column ul,
.text-columns.-black .text-columns__columns:not(:first-child) .column ul {
    margin: 24px 0;
}
.text-columns.-beige .text-columns__columns:not(:first-child) .column:first-child,
.text-columns.-black .text-columns__columns:not(:first-child) .column:first-child {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px dashed #d8b465;
}
@media screen and (min-width: 992px) {
    .text-columns.-beige .text-columns__columns:not(:first-child) .column:first-child,
    .text-columns.-black .text-columns__columns:not(:first-child) .column:first-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
}
@media screen and (min-width: 992px) {
    .text-columns.-beige .text-columns__columns:not(:first-child) .column:not(:first-child),
    .text-columns.-black .text-columns__columns:not(:first-child) .column:not(:first-child) {
        padding-left: 48px;
        border-left: 1px dashed #d8b465;
    }
}
.text-columns.-black {
    background: #1b1b1b;
    color: white;
    padding: 32px 0;
}
@media screen and (min-width:1200px) {
    .text-columns.-black {
        padding: 96px 0;
    }
}
@media screen and (min-width:1200px) {
    .text-columns.-black .text-columns__columns .container{
        max-width: 1216px;
    }
}
.text-columns.-black::after {
    background: url(../../assets/images/border-black.svg);
}
.text-columns h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
    position: relative;
    padding-left: 32px;
    border-left: 1px solid #d8b465;
}
@media screen and (min-width: 992px) {
    .text-columns h3 {
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 130%;
        align-content: center;
    }
}
.text-columns .btn.find {
    display: none;
    margin-left: 32px;
    background-color: #1b1b1b;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.text-columns .btn.find::after {
    content: url(../../assets/images/iconwhiteloupe.svg);
}
.text-columns .btn.find:hover {
    background-color: #fff;
    color: #1b1b1b;
    border: 1px solid #1b1b1b;
}
.text-columns .btn.find:hover::after {
    content: url(../../assets/images/icon-zoom.svg);
}
@media screen and (min-width: 992px) {
    .text-columns .btn.find {
        display: flex;
    }
}
@media screen and (min-width: 992px) {
    .text-columns__columns {
        display: flex;
        justify-content: space-between;
        gap: 96px;
    }
}
.text-columns__columns .column + .column{
    margin-top: 32px;
}
@media screen and (min-width:992px) {
    .text-columns__columns .column + .column{
        margin-top: unset;
    }
}
.text-columns__columns p {
    font-weight: 400;
    font-size: 14px;
}
.text-columns__columns p + p {
    margin-top: 24px;
}
.text-columns__columns p + ul {
    margin-top: 24px;
}
.text-columns__columns ul + p {
    margin-top: 24px;
}
.text-columns__columns p strong {
    font-weight: 500;
    font-size: 16px;
}
.text-columns__columns .column {
    flex-basis: 47%;
}
.text-columns__columns .column.-left {
    flex-basis: 43%;
}
.text-columns__columns .column.-right {
    flex-basis: 51%;
}
.text-columns__columns .column.-right .more-btn {
    margin: 56px auto 25px auto;
}
@media screen and (max-width: 600px) {
    .text-columns__columns .column.-right .more-btn {
        margin: 110px auto 0 auto;
    }
}
.text-columns__columns .column.-right .more-btn p {
    margin: 0;
}
@media screen and (max-width: 600px) {
    .text-columns__columns .column.-right .more-btn .text {
        position: absolute;
        bottom: 100%;
        width: 213px;
        transition: opacity 0.4s ease-in-out;
        flex-direction: column;
        gap: 12px;
        left: -79px;
    }
}
@media screen and (max-width: 600px) {
    .text-columns__columns .column.-right .more-btn .text::after {
        width: 1px;
        height: 39px;
        transition: height 0.4s ease-in-out;
        margin-left: 0;
    }
}
.text-columns.-presentation {
    background: #fffbf3;
    position: relative;
    padding-bottom: 0;
}
.text-columns.-presentation::before {
    content: "";
    background: url(../../assets/images/border-beige.svg);
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -23px;
    max-height: 24px;
}
.text-columns.-presentation .text-columns__columns {
    gap: 72px;
}
@media screen and (min-width: 992px) {
    .text-columns.-presentation .text-columns__columns .owl-stage {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }
    .text-columns.-presentation .text-columns__columns .owl-stage .owl-item {
        width: 100% !important;
        margin-bottom: 40px;
    }
}
.text-columns.-presentation .text-columns__columns .uptitle {
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 992px) {
    .text-columns.-presentation .text-columns__columns .uptitle {
        justify-content: initial;
    }
}
.text-columns.-presentation .text-columns__columns .title {
    font-family: "Roboto Slab";
    font-size: 24px;
    line-height: 130%;
    margin: 16px 0 32px 0;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .text-columns.-presentation .text-columns__columns .title {
        font-size: 40px;
        text-align: left;
    }
}
.text-columns.-presentation .text-columns__columns .title span {
    font-weight: 700;
}
.text-columns.-presentation .text-columns__columns ul.checklist li {
    width: 64%;
}
.text-columns.-presentation .text-columns__columns ul.checklist li::before {
    content: url(../../assets/images/icon-check.svg);
    border-radius: unset;
    height: unset;
    width: 100%;
    margin-top: 0;
    background-color: transparent;
}
.text-columns.-presentation .text-columns__columns article {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .text-columns.-presentation .text-columns__columns article {
        flex-direction: row;
        align-items: initial;
        text-align: initial;
    }
}
.text-columns.-presentation .text-columns__columns article:last-child {
    margin-bottom: 0;
}
.text-columns.-presentation .text-columns__columns article .image {
    border: 2px solid #dfdbd6;
    border-radius: 50%;
    width: 128px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 992px) {
    .text-columns.-presentation .text-columns__columns article .image {
        flex-basis: 128px;
    }
}
.text-columns.-presentation .text-columns__columns article .image img {
    max-width: 48px;
    max-height: 48px;
}
@media screen and (min-width: 992px) {
    .text-columns.-presentation .text-columns__columns article .column__text {
        flex-basis: 67%;
    }
}
.text-columns.-presentation .text-columns__columns article .column__text p {
    margin-bottom: 12px;
}
.text-columns.-presentation .text-columns__columns .-left {
    margin-bottom: 42px;
}
