/* Bloc Témoignage - Styles */

.bloc-temoignage {
    position: relative;
    padding: 60px 0;
    z-index: 0;
    @media (min-width: 1280px){
        &::after{
            content:'';
            height: 80px;
            background-image: url('../../images/arrow-black.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: bottom right;
            position: absolute;
            bottom: -50px;
            z-index: 1;
            width: 100vw!important;
            max-width: 100vw;
            margin-left: calc(50% - 50vw);
        }
    }
}

/* Classes order Bootstrap */
.order-1 { order: 1; }
.order-2 { order: 2; }

@media (min-width: 992px) {
    .order-lg-1 { order: 1; }
    .order-lg-2 { order: 2; }
}

.bloc-temoignage__inner {
    position: relative;
    min-height: 400px;
    background-color: #000000;
    border-radius: 0 20px 0 20px;
    &:before,
    &:after{
        content: '';
        position: absolute;
        z-index: 2;
        height: 80px;
        width: 80px;
        background-image: url('../../images/icons/quote.svg');
        background-size: contain;   
        background-repeat: no-repeat;
        background-position: center;
        @media (max-width: 767px){
            display: none;
        }
    }
    &:before{
        left: 100px;
        top: -40px;
        @media (max-width: 992px){
            left: 30px;
        }
    }
    &:after{
        right: 35%;
        bottom: -40px;
        transform: rotate(180deg);
        @media (max-width: 992px){
            right: 30px;
        }
    }
}



.bloc-temoignage__content {
    position: relative;
    z-index: 2;
    min-height: 400px;
    &::after {
        content: '';
        position: absolute;
        bottom: -40px;
        right: 200px;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 50px solid #000000;
        z-index: 1;
        @media (max-width: 1400px){
            right: 150px;
        }
        @media (max-width: 992px){
            left: 50%;
            right: auto;
            transform: translateX(-50%);
        }
    }
}

.bloc-temoignage__text {
    margin-right: 0!important;
    margin: 0 70px;
    @media (max-width: 992px){
        margin: 0;
    }
}

.bloc-temoignage__quote {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.68;
    color: #ffffff;
    margin-bottom: 0;
    padding: 80px 40px;
    padding-right: 0!important;
    @media (max-width: 767px){
        padding: 0;
    }
}

.bloc-temoignage__quote p {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 1.68;
}

.bloc-temoignage__person {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    top: -90px;
}

.bloc-temoignage__image {
    margin-bottom: 20px;

}

.bloc-temoignage__img {
    width: 200px;
    height: 200px;
    border-radius: 99rem;
    object-fit: cover;
    display: block;
}

.bloc-temoignage__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    gap: 7px;
}

.bloc-temoignage__name {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
}

.bloc-temoignage__job {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
}

.bloc-temoignage__company {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    line-height: 1.2;
    color: #be0000;
    margin: 0;
    white-space: nowrap;
}


/* Responsive */

@media (max-width: 767px){
    .bloc-temoignage__text{
        margin-bottom: 0!important;
    }
}
@media (max-width: 991.98px) {
    .bloc-temoignage__content {
        padding: 30px 20px;
    }
    
    .bloc-temoignage__text {
        padding-right: 0;
        margin-bottom: 30px;
        position: relative;
        top: -50px;
        text-align: center;
    }
    
    .bloc-temoignage__quote {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .bloc-temoignage__quote p {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .bloc-temoignage__img {
        width: 200px;
        height: 200px;
    }
    
    .bloc-temoignage__name {
        font-size: 22px;
    }
    
    .bloc-temoignage__job {
        font-size: 18px;
    }
    
    .bloc-temoignage__company {
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .bloc-temoignage {
        padding: 40px 0;
        margin: 20px 0;
    }
    
    .bloc-temoignage__content {
        padding: 20px 15px;
    }
    

    

    
    .bloc-temoignage__img {
        width: 150px;
        height: 150px;
    }
    
    .bloc-temoignage__name {
        font-size: 20px;
    }
    
    .bloc-temoignage__job {
        font-size: 16px;
    }
    
    .bloc-temoignage__company {
        font-size: 12px;
    }
}
