
hr {
    margin: 30px 60px;
}

.txt-bold {
    font-weight: bold;
}

.txt__italic {
    font-style: italic;
}

.link__style {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #0A467E;
    margin-bottom: 0px;
}

.first-tab {
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tab__wrapper {
    min-width: 1200px;
    height: auto;
}

.first-tab__content {
    width: 100%;
}

.ftc__description {
    width: 1080px;
    margin: 0 60px 30px;
}

.ftc__title {
    margin-bottom: 15px;
}

.ftc__details {
    margin-bottom: 30px;
}

.ftc__informations {
    /*margin-right: 320px;*/
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.ftc__block-infos:first-child {
    margin-right: 120px;
}

.ftc__block-infos {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}

.ftc__image {
    margin-right: 30px;
    height: 100%;
}


.ftc__image img{
    width: auto;
    height: auto;
    object-fit: none;
}

.ftc__details-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 148px;
}

.ftc__infos-title {
    margin: 0;
}

.ftc__detail-content {
    margin-top: 30px;
    margin-bottom: 0px;
}

.content__accord, .content__atestation, .content__others {
    margin: 0 60px 30px;
}

.content__atestation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.content__atestation img:first-child {
    margin-right: 15px;
}


/* Tablets */

@media screen and (max-width: 1024px) {
    hr {
        margin: 0px 30px 30px;
    }

    .first-tab {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .ftc__informations {
        margin-right: 0px;
        flex-direction: row;
    }

    .tab__wrapper {
        min-width: 768px;
        height: auto;
        display: block !important;
    }

    .first-tab__content {
        width: 100%;
    }

    .ftc__description {
        width: 708px;
        margin: 0px 30px 30px;
    }

    .content__accord, .content__atestation, .content__others {
        margin: 0 30px 30px;
    }
}


/* Mobile */

@media screen and (max-width: 520px) {

    hr {
    margin: 10px 15px;
    }

    .first-tab {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tab__wrapper {
        min-width: 320px;
        height: auto;
        display: block !important;
    }

    .first-tab__content {
        width: 100%;
    }

    .ftc__description {
        width: 290px;
        margin: 0px 15px 30px;
    }

    .ftc__informations {
        /*margin-right: 0px;*/
        flex-direction: column;
        min-width: 288px;
    }

    .ftc__block-infos:nth-child(2) {
        flex-direction: row;
        margin-bottom: 30px;
        min-width: 288px;
    }

    .ftc__block-infos:first-child {
        margin-right: 0px;
    }

    .ftc__image {
        height: 110px;
        min-width: 105px;
        max-width: 105px;
    }

    .ftc__image img {
        object-fit: contain;
        max-width: 100%;
    }

    .content__accord, .content__atestation, .content__others {
        margin: 0 15px 30px;
    }

}