h1 {
    font-size     : 40px;
    text-transform: uppercase;
    font-weight   : 700;
}
h2 {
    font-size     : 35px;
    text-transform: uppercase;
    font-weight   : 700;
}
.subtitle {
    font-size: 20px;
}
p {
    line-height: 1.2;
}
.split-2-3 .split-container {
    width: calc(var(--container-width) * 0.40);
}
.ms-md-n5 {
    margin-left: -3rem;
}
.split-2-3 .split-container {
    padding: 0 4rem;
}
.card .title {
    font-size     : 25px;
    text-transform: uppercase;
    font-weight   : 700;
    font-family   : var(--title-font);
}
p.sous-titre {
    font-size  : 18px;
    font-weight: 700;
}
.feature h3 {
    font-size  : 18px;
    font-weight: 700;
}
.icone-svg {
    width    : 38px;
    height   : 38px;
    min-width: 38px;
}
.faqs-widgets .data-item__title {
    text-transform: unset;
    font-size     : 18px;
    font-weight   : 700;
    line-height   : 1.2;
}
.centered {
    display        : flex;
    flex-direction : column;
    justify-content: center;
}
.bg-bleu {
    background: var(--deg-bleu);
}
.bg-orange {
    background: var(--deg-orange);
}
.bg-gris {
    background: var(--deg-gris);
}
.faqs-widgets .card-body p:last-child {
    margin-bottom: 0;
}
.widget-header p {
    font-size: 20px;
}
.radius {
    border-radius: 25px;
}
.bloc-svg {
    position: absolute;
    bottom  : 20px;
    left    : 20px;
}
.savoir-faire img {
    width    : 350px;
    display  : block;
    margin   : 0 auto;
    max-width: 100%;
}
.bloc-right {
    padding-right: 3rem;
}
.header-img {
    position : absolute;
    top      : 50%;
    left     : 14%;
    transform: translateY(-50%);
}
.header-img img {
    width: 375px;
}
#content .liste ul {
    list-style-type: none;
    padding-left   : 0;
}
.img-left .svg-left {
    position : absolute;
    left     : 2%;
    top      : 50%;
    transform: translateY(-50%);
}
.img-right .svg-right {
    position : absolute;
    right    : 2%;
    top      : 50%;
    transform: translateY(-50%);
}
.liste ul li {
    position    : relative;
    padding-left: 18px;
}
.liste ul li::before {
    content      : "";
    position     : absolute;
    left         : 0;
    top          : 9px;
    width        : 6px;
    height       : 6px;
    border-radius: 50%;
}
.liste.bleu ul li::before {
    background: var(--deg-bleu);
}
.liste.orange ul li::before {
    background: var(--deg-orange);
}
.liste.gris ul li::before {
    background: var(--deg-gris);
}
[data-name="agree"] .text-danger,
[data-name="agree"] .form-label {
    display: none;
}
.chk .form-check {
    font-size  : 14px;
    line-height: 1.2;
}
.form-select {
    border: 1px solid var(--form-color);
}
@media(max-width:1699px) {
    .header-img {
        left: 5%;
    }
    .img-left .svg-left svg,
    .img-right .svg-right svg {
        width: 130px;
    }
    .img-left .svg-left {
        left: 1%;
    }
    .img-right .svg-right {
        right: 1%;
    }
}
@media(max-width:1599px) {
    .img-left .svg-left,
    .img-right .svg-right {
        display: none;
    }
}
@media(max-width:1499px) {
    .header-img {
        left: 5%;
    }
}
@media(max-width:1299px) {
    .header-img {
        left: 3%;
    }
    .header-img img {
        width: 350px;
    }
}
@media(max-width:1199px) {
    h1 {
        font-size: 28px;
    }
    .header-img img {
        width: 300px;
    }
    h2 {
        font-size: 30px;
    }
}
@media(max-width:991px) {
    .bloc-right {
        padding-right: 15px;
    }
    .header-img img {
        width: 159px;
    }
    .header-img {
        top: 40%;
    }
    .feature-img svg {
        width : 100px;
        height: 100px;
    }
}
@media(max-width:767px) {
    .savoir-faire img {
        width    : 100%;
        max-width: 100%;
    }
    .header-img {
        display: none;
    }
    .ms-md-n5 {
        margin-left: 0;
    }
    .subtitle {
        font-size: 18px;
    }
    h2 {
        font-size: 25px;
    }
    .infos svg {
        width : 100px;
        height: auto;
    }
}
@media(max-width:575px) {
    h2 {
        font-size: 23px;
    }
    .feature-img svg {
        width : 55px;
        height: 55px;
    }
}