.simple-content{
    display: flex;
    /* mobile defaults use CSS variables set inline on the wrapper */
    padding-top: var(--sc-mt-mobile, 0);
    padding-bottom: var(--sc-mb-mobile, 0);
    padding-left: var(--gutters);
    padding-right: var(--gutters);
    justify-content: space-between;
}
@media (min-width: 768px) {
    .simple-content {
        /* desktop defaults use CSS variables set inline on the wrapper */
        padding-top: var(--sc-mt-desktop, 0);
        padding-bottom: var(--sc-mb-desktop, 0);
    }
}
.simple-content.is-right{
    flex-direction: row-reverse;
}
.simple-content.is-bkg-beige{
    background-color: var(--wp--preset--color--beige);
}
.simple-content__inner, .simple-content__media{
    display: flex;
    width: 40%;
}
.simple-content__inner{
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    width: 50%;
}
.simple-content__title{
    display: flex;
    color: var(--wp--preset--color--bleu);
    font-size: 13px;
    font-weight: 500;
    line-height: 22.51px;
    letter-spacing: 0.39px;
    text-transform: uppercase;
    align-items: center;
    gap: 1rem;
    margin: 0;
}
.simple-content__title::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: var(--wp--preset--color--bleu);
}
.simple-content__text{
    width: 96%;
}
.simple-content__text h3{
    color: var(--wp--preset--color--bleu);
    font-size: 33px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 1rem;
}
.simple-content__text h3 strong{
    font-size: 31px;
    font-family: "dunbar-tall", sans-serif;
}
.simple-content__text p{
    margin: 0;
}
.simple-content__media {
    display: flex;
    min-height: 420px;
    position: relative;
}
.simple-content__media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.simple-content-logo{
    position: absolute;
    bottom: 0;
    right: 1rem;
    display: flex;
    gap: 1rem;
    transform: translateY(50%);
}
.simple-content-squares{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transform: translateY(25%);
}
.simple-content-squares span{
    width: 30px;
    height: 30px;
    background-color: var(--wp--preset--color--bleu);
}
.simple-content-squares span:last-child{
    background-color: var(--wp--preset--color--bleu-fonce);
}
.simple-content-rectangle{
    display: flex;
    width: 30px;
    height: auto;
    background-color: var(--wp--preset--color--bleu);
}
.simple-content__media--repeater{
    justify-content: space-between;
    width: 50%;
}
.simple-content__media.simple-content__media--repeater{
    min-height: unset;
    align-items: center;
}
.simple-content__media-item{
    display: flex;
    width: 49%;
    aspect-ratio: 1/1;
    background-color: var(--wp--preset--color--bleu-fonce);
    border-radius: 5px;
    height: 270px;
}
.simple-content__media-link{
    display: flex;
    width: 100%;
    height: 270px;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
    position: relative;
}
.simple-content__media-link img{
    width: 100%;
    height: 180px;
    object-fit: cover; 
    border-radius: 5px;
}
.simple-content__media-text{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    gap: 0.5rem;
}
.simple-content__media-text p{
    margin: 0;
    color: var(--wp--preset--color--white);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 22.51px; /* 150.067% */
    letter-spacing: 0.45px;
}
.simple-content__media-text span{
    width: 5px;
    height: 5px;
    background-color: var(--wp--preset--color--bleu);
    transition: background-color 0.3s ease-in-out;
}
.simple-content__media-link-label{
    color: var(--wp--preset--color--white);
    width: 100%;
    justify-content: center;
    display: flex;
    padding-bottom: 2rem;
    position: absolute;
    bottom: 0;
    background-color: var(--wp--preset--color--bleu-fonce);
    border-radius: 0 0 5px 5px;
    transition: transform 0.3s ease;
}
.simple-content__media-link:hover .simple-content__media-link-label{
    transform: translateY(60%);
}
.simple-content__media-link-label p{
    color: var(--wp--preset--color--white);
    font-size: 14px;
    margin: 0;
    width: fit-content;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s;
}
.simple-content__media-link:hover .simple-content__media-link-label p{
    opacity: 1;
}
.simple-content__media-link-label p::after{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--wp--preset--color--white);
    transition: width 0.3s ease-in-out;
}
.simple-content__media-link-label:hover p::after{
    width: 0;
}
.simple-content__media-link:hover .simple-content__media-text span{
    background-color: var(--wp--preset--color--white);
}
.simple-content__text--secondary{
    --sc-fx-color: var(--wp--preset--color--bleu);
    background-color: var(--wp--preset--color--bleu);
    position: relative;
    isolation: isolate;
    align-items: center;
    padding: 1.5rem;
    min-height: 320px;
}
.simple-content__text--secondary > *:not(.simple-content__fx-left){
    position: relative;
    z-index: 1;
}
.simple-content__fx-left{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 110px;
    pointer-events: none;
    z-index: 0;
    transform: translateX(-100%);
}
.simple-content__fx-canvas{
    display: block;
    width: 100%;
    height: 100%;
}
.simple-content__text--secondary p{
    color: var(--wp--preset--color--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
@media (max-width: 768px) {
    
    .simple-content{
        flex-direction: column;
        gap: 2rem;
    }
    .simple-content.is-reverse{
        flex-direction: column-reverse;
    }
    .simple-content.is-right{
        flex-direction: column;
    }
    .simple-content__inner, .simple-content__media {
        width: 100%;
    }
    .simple-content-logo{
        transform: translateY(20%);
    }
    .simple-content__media{
        min-height: 350px;
    }
    .simple-content__media-link-label{
        position: static;
        bottom: unset;
    }
    .simple-content__media-item{
        aspect-ratio: unset;
    }
    .simple-content__media-link img{
        height: 100px;
    }
    .simple-content__media-link-label{
        padding: 0.5rem 0 1rem;
    }
    .simple-content__media-link-label p{
        opacity: 1;
    }
    .simple-content__media-link-label:hover p::after{
        width: 100%;
    }
    .simple-content__media-text{
        padding: 1rem 0 0;
    }
    .simple-content__media-text p{
        font-size: 12px;
    }
    .simple-content__fx-left{
        display: none;
    }
    .simple-content__text h3{
        font-size: 23px;
    }
    .simple-content__text h3 strong{
        font-size: 21px;
    }
    .simple-content__media-link:hover .simple-content__media-link-label{
        transform: translateY(0%);
    }
}