.seatComponents-content-landing .one-paragraph-paragraph,
.seatComponents-content-landing .one-paragraph-paragraph.small-media,
.seatComponents-content-landing .one-paragraph-paragraph.large-media{
    max-height: initial!important;
}
@media (min-width: 1436px){
    .seatComponents-content-landing .title-wrapper .title-wrapper_h3 {
        font-size: 50px;
        width:auto!important;
    }
}
.dynamichero .dynamic-form-hero{
    height: 160px;
    max-height: 160px;
    box-shadow: none;
    margin:0;
    background: #1B1B1B;
}
.dynamichero .dynamic-form-hero .title{
    color: #ffffff;
}
@media (min-width: 1016px){
    .seatComponents-content-landing .col-12.content-landing-wrapper.one-paragraph {
        height:auto;
    }
}
/* sous-titre découpé */
.seatComponents-content-landing .title-wrapper.one-paragraph>p {
    max-width: fit-content!important;
}
@media (min-width: 1086px){
    .seatComponents-content-landing .title-wrapper.one-paragraph>p {
        font-size: 18px;
    }
    .seatComponents-content-landing .title-wrapper.one-paragraph{
        max-width: fit-content!important;
    }
}
@media (max-width: 1086px){
    .seatComponents-content-landing .title-wrapper.one-paragraph>p {
        font-size: 17px;
    }
}
@media (max-width: 1016px){
    .seatComponents-content-landing .title-wrapper.one-paragraph>p {
        font-size: 16px;
    }
}
@media (max-width: 906px){
    .seatComponents-content-landing .title-wrapper.one-paragraph>p {
        font-size: 15px;
    }
}
/* bouton specialiste */
#hero-hero-695793794 .conversion-hero .heroConversion a.hero-conversion-cta {
    max-height:fit-content;
    height:auto;
}
/* disclaimer trop short en tablette */
@media (min-width: 1016px) and (max-width: 1435px){
    .disclaimer-component.shortDisclaimer .container-fluid .container .row .col-12 .disclaimer-text {
        max-height:fit-content;
    }
}