.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: text;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.draggable {
    cursor: pointer;
    cursor: grab;
    user-select: none
}

.slick-list.dragging {
    cursor: grabbing
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

body.page-template-template-home {
    background: #fff !important
}

body.page-template-template-home .section h2,
body.page-template-template-home .section .h2 {
    color: #263238;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 48px !important
}

@media(max-width: 992px) {

    body.page-template-template-home .section h2,
    body.page-template-template-home .section .h2 {
        font-size: 32px !important;
        line-height: 40px !important
    }
}

@media(max-width: 576px) {

    body.page-template-template-home .section h2,
    body.page-template-template-home .section .h2 {
        font-size: 24px !important;
        line-height: 30px !important
    }
}

body.page-template-template-home .section h2 span,
body.page-template-template-home .section .h2 span {
    color: #e73085
}

body.page-template-template-home .section h2 b,
body.page-template-template-home .section h2 strong,
body.page-template-template-home .section .h2 b,
body.page-template-template-home .section .h2 strong {
    color: #e73085;
    font-weight: 700
}

.pos-rel {
    position: relative
}

.section {
    margin-bottom: 80px
}

@media(max-width: 992px) {
    .section {
        margin-bottom: 60px
    }
}

@media(max-width: 576px) {
    .section {
        margin-bottom: 40px
    }
}

.section-hero {
    min-height: 75vh;
    padding: 90px 0 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

@media(max-width: 992px) {
    .section-hero {
        padding: 70px 0 45px 0
    }
}

@media(max-width: 576px) {
    .section-hero {
        padding: 35px 0 25px 0
    }
}

.section-hero .hero-container {
    display: flex;
    gap: 30px
}

@media(max-width: 992px) {
    .section-hero .hero-container {
        flex-direction: column
    }
}

.section-hero .hero-container .col-text {
    flex: 7;
    display: flex
}

@media(max-width: 1200px) {
    .section-hero .hero-container .col-text {
        flex: 6
    }
}

@media(max-width: 992px) {
    .section-hero .hero-container .col-text {
        justify-content: center
    }
}

@media(max-width: 992px) {
    .section-hero .hero-container .col-text {
        order: 2;
        flex: 1
    }
}

@media(max-width: 992px) {
    .section-hero .hero-container .col-text .col-text-content {
        max-width: 600px;
        padding: 30px
    }
}

@media(max-width: 576px) {
    .section-hero .hero-container .col-text .col-text-content {
        padding: 20px
    }
}

@media(max-width: 380px) {
    .section-hero .hero-container .col-text .col-text-content {
        padding: 5px
    }
}

.section-hero .hero-container .col-form {
    flex: 5;
    display: flex;
    justify-content: center
}

@media(max-width: 1200px) {
    .section-hero .hero-container .col-form {
        flex: 6
    }
}

@media(max-width: 992px) {
    .section-hero .hero-container .col-form {
        order: 1;
        flex: 1;
        display: flex;
        flex-direction: column;
        margin: auto
    }
}

.section-hero .reviews-average-wrapper.desktop {
    position: absolute;
    right: 0;
    bottom: 70px
}

@media(max-width: 1700px) {
    .section-hero .reviews-average-wrapper.desktop {
        display: none
    }
}

.section-hero .reviews-average-wrapper.mobile .review-average-box {
    margin: 30px 0 0 40px
}

@media(max-width: 576px) {
    .section-hero .reviews-average-wrapper.mobile .review-average-box {
        margin-left: 15px
    }
}

@media(min-width: 1700px) {
    .section-hero .reviews-average-wrapper.mobile {
        display: none
    }
}

@media(min-width: 992px) {
    .section-hero .col-text {
        padding-right: 25px
    }
}

@media(min-width: 1200px) {
    .section-hero .col-text {
        padding-right: 45px
    }
}

.section-hero h1 {
    color: #fafafa;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 30px
}

.section-hero h1.title-mobile {
    max-width: 600px;
    text-align: center
}

@media(min-width: 992px) {
    .section-hero h1.title-mobile {
        display: none
    }
}

@media(max-width: 992px) {
    .section-hero h1.title-desktop {
        display: none
    }
}

@media(max-width: 1200px) {
    .section-hero h1 {
        font-size: 44px !important;
        line-height: 50px !important
    }
}

@media(max-width: 992px) {
    .section-hero h1 {
        font-size: 40px !important;
        line-height: 46px !important
    }
}

@media(max-width: 768px) {
    .section-hero h1 {
        font-size: 36px !important;
        line-height: 41px !important
    }
}

@media(max-width: 576px) {
    .section-hero h1 {
        font-size: 28px !important;
        line-height: 32px !important
    }
}

.section-hero .text,
.section-hero p {
    color: #fafafa;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 30px !important;
    margin-bottom: 30px
}

@media(max-width: 576px) {

    .section-hero .text,
    .section-hero p {
        font-size: 17px !important;
        line-height: 26px !important
    }
}

.section-hero .text p,
.section-hero .text b,
.section-hero .text strong,
.section-hero .text em,
.section-hero p p,
.section-hero p b,
.section-hero p strong,
.section-hero p em {
    color: #fafafa
}

.section-hero .text strong,
.section-hero p strong {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px
}

@media(max-width: 576px) {

    .section-hero .text strong,
    .section-hero p strong {
        font-size: 20px;
        line-height: 24px
    }
}

@media(max-width: 576px) {
    .section-hero .selling-points {
        padding-left: 15px
    }
}

.section-hero .selling-points li {
    color: #fafafa;
    list-style-type: none
}

@media(max-width: 576px) {
    .section-hero .selling-points li {
        font-size: 15px;
        line-height: 22px
    }
}

.section-hero .selling-points li .big {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px
}

@media(max-width: 576px) {
    .section-hero .selling-points li .big {
        font-size: 24px;
        line-height: 28px
    }
}

.section-hero .selling-points li .giant {
    font-size: 40px;
    font-weight: 700;
    line-height: 35px
}

@media(max-width: 576px) {
    .section-hero .selling-points li .giant {
        font-size: 30px;
        line-height: 34px
    }
}

.section-hero .selling-points li strong,
.section-hero .selling-points li b {
    font-weight: 700
}

.section-hero .selling-points li:before {
    content: url("../img/check.svg");
    margin-right: 10px;
    display: inline-block;
    transform: translateY(6px)
}

.lead-form-wrapper {
    background: #fff;
    padding: 30px;
    max-width: 600px;
    border-radius: 14px
}

@media(max-width: 768px) {
    .lead-form-wrapper {
        padding: 25px
    }
}

.lead-form-wrapper .title {
    color: #e73085;
    font-size: 24px;
    line-height: 30px
}

@media(max-width: 768px) {
    .lead-form-wrapper .title {
        font-size: 22px;
        line-height: 27px
    }
}

@media(max-width: 576px) {
    .lead-form-wrapper .title {
        font-size: 19px !important;
        line-height: 24px !important
    }
}

@media(max-width: 576px) {
    .lead-form-wrapper .form-group {
        margin-bottom: 10px
    }
}

.lead-form-wrapper .rgpd-notice {
    color: #4a4a4a;
    text-align: center;
    font-size: 13px;
    line-height: 18px
}

.lead-form-wrapper .rgpd-notice a {
    color: #e73085
}

.lead-form-wrapper .wpcf7-submit {
    margin-top: 0;
    width: 100%;
    padding: 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    height: auto;
    border-radius: 8px
}

@media(max-width: 576px) {
    .lead-form-wrapper .wpcf7-submit {
        font-size: 14px;
        letter-spacing: .5px;
        padding: 20px
    }
}

.lead-form-wrapper .wpcf7-spinner {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.lead-form-wrapper .wpcf7-not-valid-tip {
    font-size: 14px
}

.section-assureurs .slick-track {
    display: flex;
    align-items: center
}

.section-assureurs .slick-slide {
    padding: 0 20px
}

.section-assureurs .accroche {
    color: #263238;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    line-height: 48px;
    margin-bottom: 25px
}

@media(max-width: 992px) {
    .section-assureurs .accroche {
        font-size: 28px;
        line-height: 40px;
        padding: 0 40px
    }
}

@media(max-width: 576px) {
    .section-assureurs .accroche {
        font-size: 25px;
        line-height: 35px;
        padding: 0;
        margin-bottom: 15px
    }
}

.section-assureurs .accroche b {
    color: #e73085;
    font-weight: 600
}

.section-assureurs .logos {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.section-assureurs .logos img {
    filter: grayscale(100%)
}

@media(min-width: 1200px) {
    .section-process .title-col .title {
        margin-top: 80px !important;
        padding-right: 60px
    }
}

@media(max-width: 992px) {
    .section-process .title-col .title {
        text-align: center;
        margin-bottom: 40px !important;
        padding: 0 40px
    }
}

@media(max-width: 576px) {
    .section-process .title-col .title {
        padding: 0;
        margin-bottom: 25px !important
    }
}

.section-process .col-step {
    width: calc(50% - 6px)
}

.section-process .steps {
    display: flex;
    justify-content: space-between
}

.section-process .steps .col-right {
    margin-top: 80px
}

.section-process .steps .step {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 12px;
    position: relative;
    border-radius: 14px 14px 14px 0;
    overflow: hidden
}

@media(max-width: 576px) {
    .section-process .steps .step {
        padding: 15px
    }
}

.section-process .steps .step:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 50%;
    left: 0;
    bottom: 0;
    background-color: #e73085
}

.section-process .steps .step .counter {
    color: #e73085;
    font-size: 80px;
    font-weight: 300;
    line-height: 80px
}

@media(max-width: 576px) {
    .section-process .steps .step .counter {
        font-size: 40px;
        line-height: 40px
    }
}

.section-process .steps .step .title {
    color: rgba(0, 0, 0, .84);
    font-size: 22px;
    font-weight: 600;
    line-height: 30px
}

@media(max-width: 576px) {
    .section-process .steps .step .title {
        font-size: 16px;
        line-height: 20px
    }
}

.section-process .steps .step .text,
.section-process .steps .step .text p,
.section-process .steps .step .text span,
.section-process .steps .step .text a,
.section-process .steps .step .text b,
.section-process .steps .step .text strong,
.section-process .steps .step .text em,
.section-process .steps .step .text li {
    color: rgba(0, 0, 0, .84);
    font-size: 18px !important;
    font-weight: 400;
    line-height: 30px !important
}

@media(max-width: 576px) {

    .section-process .steps .step .text,
    .section-process .steps .step .text p,
    .section-process .steps .step .text span,
    .section-process .steps .step .text a,
    .section-process .steps .step .text b,
    .section-process .steps .step .text strong,
    .section-process .steps .step .text em,
    .section-process .steps .step .text li {
        font-size: 14px !important;
        line-height: 22px !important
    }
}

.section-video {
    padding: 80px 0;
    background-color: #f5f5f5
}

@media(min-width: 576px)and (max-width: 992px) {
    .section-video {
        padding: 50px 40px
    }
}

.section-video video {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 14px
}

.section-video .video-wrapper {
    position: relative;
    border-radius: 14px;
    overflow: hidden
}

@media(max-width: 1200px) {
    .section-video .video-wrapper {
        margin-bottom: 40px !important
    }
}

@media(max-width: 576px) {
    .section-video .video-wrapper {
        margin-bottom: 25px !important
    }
}

.section-video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media(max-width: 992px) {
    .section-video .play {
        display: none
    }
}

.section-video .title {
    text-align: center;
    margin-bottom: 40px
}

@media(min-width: 992px) {
    .section-video .title {
        padding: 0 40px
    }
}

@media(max-width: 992px) {
    .section-video .title {
        margin-bottom: 20px
    }
}

.section-video .title span {
    color: #e73085
}

.section-video .text,
.section-video .text p,
.section-video .text span,
.section-video .text a,
.section-video .text b,
.section-video .text strong,
.section-video .text em,
.section-video .text li {
    color: rgba(0, 0, 0, .84);
    font-size: 18px !important;
    line-height: 28px !important
}

@media(max-width: 992px) {

    .section-video .text,
    .section-video .text p,
    .section-video .text span,
    .section-video .text a,
    .section-video .text b,
    .section-video .text strong,
    .section-video .text em,
    .section-video .text li {
        font-size: 16px !important;
        line-height: 25px !important
    }
}

@media(max-width: 576px) {

    .section-video .text,
    .section-video .text p,
    .section-video .text span,
    .section-video .text a,
    .section-video .text b,
    .section-video .text strong,
    .section-video .text em,
    .section-video .text li {
        font-size: 14px !important;
        line-height: 21px !important
    }
}

.section-video .text p,
.section-video .text p p,
.section-video .text span p,
.section-video .text a p,
.section-video .text b p,
.section-video .text strong p,
.section-video .text em p,
.section-video .text li p {
    margin-bottom: 25px !important
}

.section-video .text b,
.section-video .text strong,
.section-video .text p b,
.section-video .text p strong,
.section-video .text span b,
.section-video .text span strong,
.section-video .text a b,
.section-video .text a strong,
.section-video .text b b,
.section-video .text b strong,
.section-video .text strong b,
.section-video .text strong strong,
.section-video .text em b,
.section-video .text em strong,
.section-video .text li b,
.section-video .text li strong {
    color: #e73085;
    font-weight: 700
}

.grid-container {
    display: grid;
    grid-gap: 30px;
    align-items: stretch
}

@media(min-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width: 992px) {
    .grid-container {
        grid-template-columns: repeat(3, 1fr);
        justify-items: center
    }
}

.grid-container .grid-item {
    display: flex;
    align-items: stretch;
    margin-bottom: 25px
}

@media(min-width: 576px)and (max-width: 992px) {
    .section-icon_blocs {
        padding: 0 40px
    }
}

.section-icon_blocs h2 {
    margin-bottom: 80px;
    text-align: center
}

@media(max-width: 992px) {
    .section-icon_blocs h2 {
        margin-bottom: 60px
    }
}

@media(max-width: 576px) {
    .section-icon_blocs h2 {
        margin-bottom: 40px
    }
}

.section-icon_blocs .icon-block {
    background-color: #f5f5f5;
    padding: 80px 25px 25px 25px;
    position: relative;
    width: 100%;
    border-radius: 14px 14px 14px 0
}

.section-icon_blocs .icon-block:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 50%;
    left: 0;
    bottom: 0;
    background-color: #e73085
}

.section-icon_blocs .icon-block .icon {
    position: absolute;
    top: -25px;
    left: 25px;
    max-height: 85px
}

.section-icon_blocs .icon-block .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

@media(max-width: 576px) {
    .section-icon_blocs .icon-block .title {
        font-size: 19px;
        line-height: 25px
    }
}

.section-icon_blocs .icon-block .text,
.section-icon_blocs .icon-block .text p,
.section-icon_blocs .icon-block .text span,
.section-icon_blocs .icon-block .text a,
.section-icon_blocs .icon-block .text b,
.section-icon_blocs .icon-block .text strong,
.section-icon_blocs .icon-block .text em,
.section-icon_blocs .icon-block .text li {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 30px !important
}

@media(max-width: 576px) {

    .section-icon_blocs .icon-block .text,
    .section-icon_blocs .icon-block .text p,
    .section-icon_blocs .icon-block .text span,
    .section-icon_blocs .icon-block .text a,
    .section-icon_blocs .icon-block .text b,
    .section-icon_blocs .icon-block .text strong,
    .section-icon_blocs .icon-block .text em,
    .section-icon_blocs .icon-block .text li {
        font-size: 15px !important;
        line-height: 25px !important
    }
}

.section-text_image .row-text_image {
    display: grid;
    grid-gap: 60px;
    align-items: stretch;
    margin-bottom: 110px
}

@media(min-width: 992px) {
    .section-text_image .row-text_image {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width: 576px)and (max-width: 992px) {
    .section-text_image .row-text_image {
        padding: 0 40px
    }
}

@media(max-width: 992px) {
    .section-text_image .row-text_image {
        grid-gap: 40px;
        margin-bottom: 60px
    }
}

@media(max-width: 576px) {
    .section-text_image .row-text_image {
        grid-gap: 30px;
        margin-bottom: 40px
    }
}

.section-text_image .row-text_image.image-left .col-text {
    order: 2
}

.section-text_image .row-text_image.image-left .col-image {
    order: 1
}

@media(max-width: 992px) {
    .section-text_image .col-text {
        order: 2 !important
    }

    .section-text_image .col-image {
        order: 1 !important
    }
}

.section-text_image .col-text .title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #c1c1c1
}

.section-text_image .col-text .title:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 80%;
    left: 0;
    bottom: -1px;
    background-color: #e73085
}

.section-text_image .col-text .text,
.section-text_image .col-text .text p,
.section-text_image .col-text .text span,
.section-text_image .col-text .text a,
.section-text_image .col-text .text b,
.section-text_image .col-text .text strong,
.section-text_image .col-text .text em,
.section-text_image .col-text .text li {
    color: rgba(0, 0, 0, .84);
    font-size: 18px !important;
    font-weight: 400;
    line-height: 28px !important
}

@media(max-width: 992px) {

    .section-text_image .col-text .text,
    .section-text_image .col-text .text p,
    .section-text_image .col-text .text span,
    .section-text_image .col-text .text a,
    .section-text_image .col-text .text b,
    .section-text_image .col-text .text strong,
    .section-text_image .col-text .text em,
    .section-text_image .col-text .text li {
        font-size: 16px !important;
        line-height: 25px !important
    }
}

@media(max-width: 576px) {

    .section-text_image .col-text .text,
    .section-text_image .col-text .text p,
    .section-text_image .col-text .text span,
    .section-text_image .col-text .text a,
    .section-text_image .col-text .text b,
    .section-text_image .col-text .text strong,
    .section-text_image .col-text .text em,
    .section-text_image .col-text .text li {
        font-size: 14px !important;
        line-height: 21px !important
    }
}

.section-text_image .col-text .text p,
.section-text_image .col-text .text p p,
.section-text_image .col-text .text span p,
.section-text_image .col-text .text a p,
.section-text_image .col-text .text b p,
.section-text_image .col-text .text strong p,
.section-text_image .col-text .text em p,
.section-text_image .col-text .text li p {
    margin-bottom: 25px
}

.section-text_image .col-text .text b,
.section-text_image .col-text .text strong,
.section-text_image .col-text .text p b,
.section-text_image .col-text .text p strong,
.section-text_image .col-text .text span b,
.section-text_image .col-text .text span strong,
.section-text_image .col-text .text a b,
.section-text_image .col-text .text a strong,
.section-text_image .col-text .text b b,
.section-text_image .col-text .text b strong,
.section-text_image .col-text .text strong b,
.section-text_image .col-text .text strong strong,
.section-text_image .col-text .text em b,
.section-text_image .col-text .text em strong,
.section-text_image .col-text .text li b,
.section-text_image .col-text .text li strong {
    color: #e73085
}

.section-text_image .col-image {
    position: relative
}

.section-text_image .col-image img {
    width: 100%;
    height: auto;
    border-radius: 14px
}

.section-text_over_image {
    padding: 120px 80px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

@media(max-width: 1200px) {
    .section-text_over_image {
        padding: 100px 70px
    }
}

@media(max-width: 992px) {
    .section-text_over_image {
        padding: 80px 60px
    }
}

@media(max-width: 576px) {
    .section-text_over_image {
        padding: 60px 20px
    }
}

.section-text_over_image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 18px
}

.section-text_over_image .container {
    max-width: 100%
}

.section-text_over_image .title {
    font-weight: 400;
    color: hsla(0, 0%, 100%, .84);
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px !important
}

@media(min-width: 992px) {
    .section-text_over_image .title {
        padding-right: 60px
    }
}

@media(max-width: 992px) {
    .section-text_over_image .title {
        font-size: 34px;
        line-height: 40px
    }
}

@media(max-width: 576px) {
    .section-text_over_image .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 18px !important
    }
}

.section-text_over_image .title b,
.section-text_over_image .title strong {
    color: #e73085;
    font-weight: 700
}

.section-text_over_image .text,
.section-text_over_image .text p,
.section-text_over_image .text span,
.section-text_over_image .text a,
.section-text_over_image .text b,
.section-text_over_image .text strong,
.section-text_over_image .text em,
.section-text_over_image .text li {
    color: hsla(0, 0%, 100%, .84);
    font-size: 18px !important;
    font-weight: 400;
    line-height: 28px !important
}

@media(max-width: 992px) {

    .section-text_over_image .text,
    .section-text_over_image .text p,
    .section-text_over_image .text span,
    .section-text_over_image .text a,
    .section-text_over_image .text b,
    .section-text_over_image .text strong,
    .section-text_over_image .text em,
    .section-text_over_image .text li {
        font-size: 16px !important;
        line-height: 25px !important
    }
}

@media(max-width: 576px) {

    .section-text_over_image .text,
    .section-text_over_image .text p,
    .section-text_over_image .text span,
    .section-text_over_image .text a,
    .section-text_over_image .text b,
    .section-text_over_image .text strong,
    .section-text_over_image .text em,
    .section-text_over_image .text li {
        font-size: 14px !important;
        line-height: 21px !important
    }
}

.section-text_over_image .text b,
.section-text_over_image .text strong,
.section-text_over_image .text p b,
.section-text_over_image .text p strong,
.section-text_over_image .text span b,
.section-text_over_image .text span strong,
.section-text_over_image .text a b,
.section-text_over_image .text a strong,
.section-text_over_image .text b b,
.section-text_over_image .text b strong,
.section-text_over_image .text strong b,
.section-text_over_image .text strong strong,
.section-text_over_image .text em b,
.section-text_over_image .text em strong,
.section-text_over_image .text li b,
.section-text_over_image .text li strong {
    color: hsla(0, 0%, 100%, .84);
    font-size: 25px;
    font-weight: 700;
    line-height: 30px
}

@media(max-width: 992px) {

    .section-text_over_image .text b,
    .section-text_over_image .text strong,
    .section-text_over_image .text p b,
    .section-text_over_image .text p strong,
    .section-text_over_image .text span b,
    .section-text_over_image .text span strong,
    .section-text_over_image .text a b,
    .section-text_over_image .text a strong,
    .section-text_over_image .text b b,
    .section-text_over_image .text b strong,
    .section-text_over_image .text strong b,
    .section-text_over_image .text strong strong,
    .section-text_over_image .text em b,
    .section-text_over_image .text em strong,
    .section-text_over_image .text li b,
    .section-text_over_image .text li strong {
        font-size: 22px;
        line-height: 27px
    }
}

@media(max-width: 576px) {

    .section-text_over_image .text b,
    .section-text_over_image .text strong,
    .section-text_over_image .text p b,
    .section-text_over_image .text p strong,
    .section-text_over_image .text span b,
    .section-text_over_image .text span strong,
    .section-text_over_image .text a b,
    .section-text_over_image .text a strong,
    .section-text_over_image .text b b,
    .section-text_over_image .text b strong,
    .section-text_over_image .text strong b,
    .section-text_over_image .text strong strong,
    .section-text_over_image .text em b,
    .section-text_over_image .text em strong,
    .section-text_over_image .text li b,
    .section-text_over_image .text li strong {
        font-size: 18px;
        line-height: 23px
    }
}

.section-text_over_image .text p {
    margin-bottom: 25px
}

.section-avis {
    background-image: url("../img/avis-bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 80px
}

.section-avis h2 {
    text-align: center;
    margin-bottom: 40px
}

.grid-container .grid-item .review-box {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 14px
}

.review-box {
    padding: 40px 30px;
    margin-bottom: 25px;
    border-radius: 14px;
    background-color: #f5f5f5
}

.review-box .company {
    margin-top: 25px;
    color: rgba(0, 0, 0, .84);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px
}

@media(max-width: 576px) {
    .review-box .company {
        margin-top: 18px;
        font-size: 14px !important;
        line-height: 22px !important
    }
}

.review-rating {
    margin-bottom: 15px
}

.review-content {
    color: #546e7a !important;
    font-size: 23px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    margin-bottom: 15px !important
}

@media(max-width: 576px) {
    .review-content {
        font-size: 19px !important;
        line-height: 23px !important
    }
}

.review-content small {
    color: #e73085;
    font-size: 15.3px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px
}

@media(max-width: 576px) {
    .review-content small {
        font-size: 14px;
        line-height: 25px
    }
}

#rating-field {
    display: none
}

footer {
    background-color: #252525 !important;
    padding: 30px;
    height: auto !important
}

footer .title {
    color: #fafafa;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px
}

@media(max-width: 1350px) {
    footer .title {
        font-size: 19px;
        line-height: 24px
    }
}

footer .footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media(max-width: 992px) {
    footer .footer-row {
        flex-direction: column
    }
}

footer .footer-col {
    flex: 1 0 21%;
    padding: 0 25px
}

@media(max-width: 992px) {
    footer .footer-col {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #fff;
        flex-direction: column;
        display: flex;
        align-items: center
    }
}

@media(min-width: 992px)and (max-width: 1350px) {
    footer .footer-col {
        flex: 1 0 46%;
        text-align: center;
        margin-bottom: 30px;
        flex-direction: column;
        display: flex;
        align-items: center
    }
}

@media(max-width: 576px) {
    footer .footer-col {
        padding: 20px 0
    }
}

footer .footer-col,
footer .footer-col a {
    color: #fafafa;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

@media(max-width: 1350px) {

    footer .footer-col,
    footer .footer-col a {
        font-size: 15px;
        line-height: 22px
    }
}

@media(max-width: 992px) {

    footer .footer-col,
    footer .footer-col a {
        font-size: 16px !important;
        line-height: 25px !important
    }
}

@media(max-width: 576px) {

    footer .footer-col,
    footer .footer-col a {
        font-size: 14px !important;
        line-height: 21px !important
    }
}

footer ul {
    padding-left: 0
}

footer li {
    list-style-type: none
}

footer .logo-wrapper {
    padding: 50px 20px 20px 20px;
    background: #fff;
    justify-content: center;
    margin-bottom: 25px;
    margin-top: -80px;
    border-radius: 0 0 14px 14px
}

@media(max-width: 992px) {
    footer .logo-wrapper {
        padding: 20px;
        margin-top: 0
    }
}

footer .logo-wrapper img {
    width: 276px;
    max-width: 100%
}

@media(max-width: 992px) {
    footer .logo-wrapper img {
        width: 180px
    }
}

footer .copyright {
    color: #fafafa;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px
}

footer .call-us-btn {
    justify-content: center;
    margin-top: 15px;
    max-width: 300px
}

.social-networks li {
    display: inline-block;
    margin-right: 8px
}

.call-us-btn {
    border-radius: 8px;
    background: #e73085;
    display: flex;
    padding: 15px;
    justify-content: space-between
}

.call-us-btn .content {
    margin-left: 5px;
    flex-direction: column;
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-wrap: nowrap
}

.navbar-right {
    display: none !important
}

body.loaded .navbar-right {
    display: flex !important
}

@media(max-width: 992px) {
    .navbar.navbar-main .container:before {
        content: unset !important
    }
}

.nav.navbar-nav {
    display: flex;
    align-items: center
}

@media(max-width: 992px) {
    .nav.navbar-nav {
        flex-direction: column
    }
}

.navbar-header {
    max-height: unset !important;
    height: 70px;
    width: 160px
}

@media(max-width: 992px) {
    .navbar-header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        padding-bottom: 0 !important;
        align-items: center
    }

    .navbar-header:before,
    .navbar-header:after {
        content: unset !important
    }

    .navbar-header .navbar-brand {
        order: 1
    }

    .navbar-header .navbar-brand img {
        margin-left: 40px
    }

    .navbar-header .navbar-toggle {
        order: 2;
        max-width: 50px
    }
}

.navbar-big-logo .navbar-brand {
    top: unset
}

.navbar-brand {
    height: 100%;
    display: flex;
    align-items: center
}

@media(max-width: 992px) {
    .navbar-brand {
        width: 180px !important
    }
}

.navbar-brand img {
    height: auto;
    width: 100%;
    margin-top: 0 !important;
    max-height: 50px
}

@media(max-width: 992px) {
    .navbar-brand img {
        max-height: 40px !important;
        width: auto
    }
}

@media(max-width: 992px) {
    #main-menu {
        flex-direction: column
    }

    #main-menu .dropdown-menu>li>a {
        padding: 8px 15px
    }
}

header {
    overflow: hidden
}

@media(min-width: 992px) {
    header {
        height: 70px !important
    }
}

@media(max-width: 992px) {
    header {
        height: 60px !important
    }
}

#header-right {
    display: flex;
    gap: 15px;
    align-content: flex-end;
    justify-content: space-between;
    padding: 5px 0
}

@media(max-width: 992px) {
    #header-right {
        flex-direction: column;
        align-items: center;
        margin-top: 30px
    }
}

#header-right .social-networks {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: end
}

@media(min-width: 992px)and (max-width: 1500px) {
    #header-right .social-networks {
        display: none
    }
}

@media(min-width: 992px)and (max-width: 1380px) {
    #header-right #callback-form-wrapper {
        display: none
    }
}

#header-right .call-us-btn {
    padding: 8px 15px !important
}

@media(min-width: 992px)and (max-width: 1100px) {
    #header-right .call-us-btn {
        display: none
    }
}

#header-right .call-us-btn .content {
    font-size: 13px !important
}

#header-right label {
    margin-bottom: 3px
}

#header-right .wpcf7-spinner {
    display: none
}

#header-right .wpcf7-form {
    margin-top: 0
}

#lead-sticky {
    transition: opacity .3s ease-in-out;
    z-index: -9999;
    opacity: 0;
    position: fixed;
    right: 0;
    bottom: 12vh;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px;
    background: #e73085;
    cursor: pointer;
    border-radius: 8px 0 0 8px
}

@media(max-width: 992px) {
    #lead-sticky {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px;
        text-align: center;
        border-radius: 0
    }
}

@media(max-width: 576px) {
    #lead-sticky {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 18px;
        text-align: center
    }
}

body.show-sticky #lead-sticky {
    z-index: 99;
    opacity: 1
}

/*# sourceMappingURL=main.min.css.map */