/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.footer {
    padding: 48px 0 0 0;
}

.footer>.container {
    padding-bottom: 100px !important;
}

.footer-logo {
    width: 94px;
    height: auto;
    margin-bottom: 16px;
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.footer_cta-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer_links-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
}

.footer_links-row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30%;
}

.footer_links-row-title {
    font-size: 18px;
    font-family: "ClashDisplay-SemiBold";
    margin-bottom: 14px !important;
    margin-top: 18px;
    color: #1800FF;
}

.footer_links-row .col p {
    margin-bottom: 16px;
    line-height: 1.4;
}

.footer_links-row .col p:last-of-type {
    margin-bottom: 0;
}

.footer_links-row .col ul li a {
    font-family: "ClashDisplay-Regular";
}

.footer_links-row .col ul li:last-child {
    margin-bottom: 0;
}

.footer_links-row-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.footer_links-row-link a,
.footer_links-row-link a:visited,
.footer_links-row .col ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #2A2243;
    font-family: "ClashDisplay-Regular";
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer_links-row-link a:hover,
.footer_links-row .col ul li a:hover {
    color: #1800FF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer_links-row-link svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 8px;
}

.footer_copyright {
    text-align: center;
    font-size: 14px;
    color: white;
    background-color: #1800FF;
    font-family: "ClashDisplay-Light";
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.4;
    padding-bottom: 4px;
}

.kickstartweb_link {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: white;
    font-size: 14px;    
}

.kickstartweb_link:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-section-nos-services {
    background-color: #1800FF;
    padding-bottom: 48px;
}

.footer-section-nos-services-titre {
    padding: 100px 16px;
}

.footer-section-nos-services-titre * {
    color: white;;
    font-family: "ClashDisplay-SemiBold";
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.footer-section-nos-services * {
    color: white;
}

.footer-section-nos-services .nos-servcies-col-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
}

.footer-section-nos-services .nos-servcies-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
}

.nos-servcies-col-title {
    font-size: 22px;
    font-family: "ClashDisplay-Medium";
    margin-bottom: 16px;
}

.nos-servcies-col-link {
    font-family: "ClashDisplay-Light";
    margin-bottom: 4px;
    line-height: 1.2;
}

@media all and (max-width: 671px) {
    .footer_links-row .col,
    .footer-section-nos-services .nos-servcies-col {
        width: 47%;
    }
}

@media all and (max-width: 565px) {
    .footer_links-row .col,
    .footer-section-nos-services .nos-servcies-col {
        width: 100%;
    }
}

@media all and (max-width: 550px) {
    .footer_cta-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 16px;
    }
}