.cc.ctxt-outils header.hero {
    padding: 0rem 0rem 5.5rem;
}

.hero__content h1.hero__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
    width: 740px;
}

.hero__content h1.hero__title i {
    font-size: 32px;
    font-weight: 700;
}

.detail__paragraph fieldset {
    background-color: white;
    padding: 8px 28px 8px 8px;
}

.detail__paragraph ul li.col .form {
    margin-top: -32px;
}

.detail__paragraph ul li.col .legend {
    border-radius: 16px;
    background: #014687;
    width: 416px;
    height: 530px;
    padding: 42px;
}

.legend img {
    width: 330px;
    height: 449px;
    margin: 0 auto;
}

.cc .form__group {
    margin: 10px 0;
}

.cc .i_blocgenform label {
    font-size: 14px;
    font-weight: normal;
    /* line-height: 130%; */
}

.cc .i_blocgenform .button {
    margin: 0;
}

.form__required {
    text-align: center;
    display: block;
}
.i_blocgenform a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 16px;
}

.ctxt-outils .page__element.detail ul li,
.cc .detail__paragraph ul:not([class]) li {
    line-height: initial;
}

.detail__paragraph.form .success {
    margin-top: 32px;
    margin-right: 32px;
    border-radius: 16px;
    padding: 16px;
    background-color: #e5eef9;
}

.ctxt-outils .page__element.detail ul {
    display: flex;
    /*flex-direction: column;*/
    padding: 0;
}
.ctxt-outils .page__element.detail ul li {
    list-style-type: none;
    flex-basis: 100%;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .cc.ctxt-outils .hero__wrapper {
        padding-bottom: 16px;
    }

    .cc.ctxt-outils header.hero {
        padding: 0;
    }

    .detail__paragraph ul li.col .legend {
        width: 100%;
        padding: 0;
        background: none;
    }
    .hero__content h1.hero__title {
        width: 100%;
    }
    .cc .page__element.detail {
        padding-top: 16px;
    }

    .ctxt-outils .page__element.detail ul {
        display: block;
    }

    .cc .page__element .detail__paragraph {
        margin: 0;
    }
    .cc .form--floating-label .form__control .form__input {
        padding-right: 0;
    }
    .detail__paragraph fieldset {
        padding: 8px;
    }
    .tile__essentiels__list {
        padding-left: 0;
    }

    .detail__paragraph ul li.col div.form div.detail__paragraph.form {
        margin-top: 0;
    }

    .detail__paragraph.form .success {
        margin-right: 0;
    }
}
