@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background-color: white;

    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
}
h2 {
    font-family: "Dancing Script";
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 78px;

    text-align: center;

    color: #1E6794;
}
p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
}
p b {
    font-weight: bold;
}
section {
    padding: 0 130px;
}

a.button-cta {
    padding: 15px 30px;
    border: 1px solid #1e679480;
    box-sizing: border-box;
    border-radius: 75px;
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;

    color: #1E6794;
}
a.button-cta.arrow {
    padding-right: 53px;
}
a.button-cta.arrow::before {
    display: inline-block;
    content: "";
    width: 23px;
    height: 16px;
    margin-left: 15px;
    position: absolute;
    background-image: url(../img/home/arrow1.png);
    background-repeat: no-repeat;
    top: 50%;
    right: 20px;
    margin-top: -8px;
}

section.blue-gradient {
    background: linear-gradient(180deg, #F3F7FB 0%, rgba(243, 247, 251, 0) 100%);
}

section.grey {
    background: #F7F8F9;
}

/** section slogan banner **/
section.slogan-banner{
    min-height: 31vw;
    box-sizing: border-box;
    padding-right: 0;
    padding-bottom: 55px;
    background: linear-gradient(98.52deg, #115580 28.91%, #5797BF 95.61%);
    border-radius: 0 0 50px 50px;
    position: relative;
    z-index: 15;
}
section.slogan-banner .slogan {
    padding-right: 45%;
    padding-top: 140px;
    font-size: 2.5vw;
    position: relative;
}
section.slogan-banner .slogan > svg {
    position: absolute;
    bottom: 0;
    right: 26px;
    width: 47%;
    height: auto;
}
section.slogan-banner h1 {
    font-weight: 600;
    font-size: 100%;
    line-height: 102%;
    color: #FFFFFF;
}

section.slogan-banner h3 {
    font-weight: normal;
    font-size: 61%;
    line-height: 118%;
    margin: 26px 0;
    color: #F1B53B;
}

section.slogan-banner p {
    font-style: normal;
    font-weight: 300;
    font-size: 66.6%;
    line-height: 155%;
    color: #FFFFFF;
    margin: 56px 0 26px;
}

/** section themes**/
section.themes {
    padding-top: 90px;
    text-align: center;
    margin-top: -65px;
    position: relative;
    z-index: 13;
}

section.themes a.button-cta {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 20px;

    letter-spacing: -0.084373px;
}

section.themes > div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
    justify-content: center;
    text-align: left;
}
section.themes .theme {
    background: linear-gradient(180deg, #FFFFFF -11.65%, rgba(255, 255, 255, 0.49) 111.65%);
    box-shadow: 0px 15px 30px rgba(123, 176, 203, 0.3);
    border-radius: 20px;
    height: 100px;
    width: 340px;
    position: relative;
    margin: 15px;
}
section.themes .theme svg{
    position: absolute;
    top: 50%;
}
/** image specific**/
section.themes .theme:nth-of-type(1) svg{
    margin-top: -31.5px;
    left: 23px;
}
section.themes .theme:nth-of-type(2) svg{
    margin-top: -35.5px;
    left: 33px;
}
section.themes .theme:nth-of-type(3) svg{
    margin-top: -35.5px;
    left: 19px;
}
section.themes .theme:nth-of-type(4) svg{
    margin-top: -32px;
    left: 24px;
}
section.themes .theme:nth-of-type(5) svg{
    margin-top: -32px;
    left: 14px;
}
section.themes .theme:nth-of-type(6) svg{
    margin-top: -32px;
    left: 24px;
}
/** End image specific **/
section.themes .theme span{
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #1E6794;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 25px 25px 110px;
    display: flex;
    align-items: center;
}

/** section top-reviews **/
section.top-reviews {
    margin-top: 100px;
    text-align: center;
    position: relative;
}

section.top-reviews svg {
    position: absolute;
    top: -160px;
    right: 20px;
}

section.top-reviews .reviews {
    column-count: 2;
}

section.top-reviews .reviews > * {
    width: 94%;
    margin: 35px 3% ;
    box-sizing: border-box;
}

section.top-reviews h2 {
    font-family: "Dancing Script";
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 54px;

    text-align: center;
    color: #F1B53B;
    opacity: 0.9;
    padding: 20px 60px 0 60px;
    position: relative;
    margin-bottom: 10px;
}
section.top-reviews h2:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url("../img/home/start_quote.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 32px;
    top: 20px;
    left: 10px;
}
section.top-reviews h2:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url("../img/home/end_quote.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 32px;
    bottom: 0;
    right: 10px;
}
section.top-reviews .review {
    background: #FFFFFF;
    box-shadow: 0 15px 30px rgba(123, 176, 203, 0.4);
    border-radius: 11px;
    text-align: left;
    position: relative;
    padding: 30px;
    display: inline-block;
}
section.top-reviews .review > div {
    padding-right: 121px;
    min-height: 121px;
}
section.top-reviews .review img{
    position: absolute;
    top: 30px;
    right: 30px;
    height: 91px;
    width: 91px;
    filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.12));
    border-radius: 46px;
}
section.top-reviews .review h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
    padding-top: 15px;

    color: #1E6794;
}
section.top-reviews .review span {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.1px;
    padding-top: 12px;

    color: #F1B53B;
}
section.top-reviews .review p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;

    letter-spacing: -0.1px;

    color: #4B4B4B;
    max-height: 180px;
    overflow: hidden;
}
section.top-reviews .review p:before {
    content: "...";
    background: white;
    position: absolute;
    bottom: 40px;
    padding: 0 10px;
    right: 32px;
    font-size: 150%;
    height: 1em;
    display: inline-block;
}
section.top-reviews .review p:after {
    content: "";
    background: white;
    display: inline-block;
    width: 2em;
    height: 2em;
    float: right;
    position: relative;
}

section.top-reviews .reviews:after{
    content: '';
    display: block;
    clear: both;
}
section.top-reviews .cover {
    width: 100%;
    box-sizing: border-box;
    height: 150px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
}
section.top-reviews .cover:before {
    content: '';
    display: block;
    height: 220px;
    width: 100%;
    position: absolute;
    top: -220px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 78.37%);
}

/** section how-it-works **/
section.how-it-works {
    padding: 0 95px 140px 95px;
    position: relative;
}
section.how-it-works > svg {
    position: absolute;
    bottom: -80px;
    right: 0;
}
section.how-it-works > div {
    background: #F1B53B;
    border-radius: 10px;
    padding: 5px 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-evenly;
}
section.how-it-works > div > svg {
    position: absolute;
    left: 17px;
    top: -72px;
}
section.how-it-works .title {
    position: absolute;
    width: 100%;
    top: 34px;
}

section.how-it-works .hiw-step {
    position: relative;
    top: 140px;
    min-width: 290px;
    box-shadow: 0 11px 31px rgba(123, 176, 203, 0.26);
    border-radius: 10px;
    margin: 15px;
    background: white;
    max-width: 25vw;
}
section.how-it-works .hiw-step >div {
    text-align: right;
    position: relative;
    padding: 5px 20px 0 0;
}

section.how-it-works .hiw-step >div span {
    font-style: normal;
    font-weight: normal;
    font-size: 130px;
    line-height: 78px;

    color: #1E6794;
    opacity: 0.2;
}

section.how-it-works .hiw-step >div svg{
    position: absolute;
    top: 30px;
    left: 30px;
}

section.how-it-works .hiw-step h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #1E6794;
    margin: 25px 30px;
}

section.how-it-works .hiw-step p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.1px;
    margin: 25px 30px;

    color: #4B4B4B;
}

section.how-it-works .hiw-step:nth-of-type(2n+1) {
    background: #1E6794;
}
section.how-it-works .hiw-step:nth-of-type(2n+1) > div span {
    color: white;
}
section.how-it-works .hiw-step:nth-of-type(2n+1) h3 {
    color: #F1B53B;
}
section.how-it-works .hiw-step:nth-of-type(2n+1) p {
    color: #FFFFFF;
}

/** section who are we **/
section.who-are-we {
    margin: 75px 10px 85px 10px;
    text-align: center;
    position: relative;
}
section.who-are-we > svg {
    position: absolute;
    left: -10px;
    bottom: 60px;
}
section.who-are-we p {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    max-width: 55vw;
    margin-top: 24px;
}

section.who-are-we .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
    margin: 65px 0 10px 0;
    position: relative;
}
section.who-are-we .feature {
    margin-top: 35px;
}
section.who-are-we .features span {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;

    text-align: center;

    color: #1E6794;
}
section.who-are-we .features span:nth-of-type(1) {
    margin-top: 20px;
}
section.who-are-we .features span:nth-of-type(2) {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.29);
}

/** section blog **/
section.blog {
    padding: 55px 130px;
    text-align: center;
}

section.blog a.button-cta {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

    letter-spacing: -0.084373px;
}

section.blog .blog-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 45px 0 0 0;
    position: relative;
    z-index: 11;
}

section.blog h2 {
    z-index: 21;
    position: relative;
}
section.blog .blog-posts::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../img/home/post-top-left.png");
    background-repeat: no-repeat;
    height: 69px;
    width: 180px;
    top: -30px;
    left: -56px;
}

section.blog .blog-posts::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../img/home/post-bottom-right.png");
    background-repeat: no-repeat;
    height: 69px;
    width: 181px;
    bottom: -30px;
    right: -56px;
}

section.blog .blog-post  {
    width: 375px;
    padding: 25px 25px 65px 25px;
    margin-bottom: 45px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 15px 30px rgba(123, 176, 203, 0.4);
    border-radius: 10px;
}
section.blog .blog-post img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}
section.blog .blog-post a {
    text-decoration: none;
    display: block;
}

section.blog .blog-post time {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    padding: 15px 0;

    color: #F1B53B;
}

section.blog .blog-post h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-align: left;

    color: #1E6794;
}
/** section recommandation**/
section.recommendations {
    padding-top: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
section.recommendations a {
    text-decoration: none;
    display: inline-block;
    margin: 0 5px;
}
section.recommendations table tr td:first-of-type {
    width: 250px;
    text-align: right;
    font-family: "Dancing Script";
    font-style: normal;
    font-weight: normal;
    font-size: 29px;
    line-height: 35px;
    color: #1E6794;
    white-space: nowrap;
    vertical-align: middle;
}
section.recommendations table tr td:nth-of-type(2) {
    font-family: "Dancing Script";
    font-style: normal;
    font-weight: normal;
    font-size: 29px;
    line-height: 35px;
    vertical-align: middle;

    color: #1E6794;
    max-width: calc(-250px);
    position: relative;
}
section.recommendations table tr td:nth-of-type(2) ul.owl-carousel, section.recommendations table, section.recommendations table tr {
    width: 100%;
}
section.recommendations img {
    width: 150px;
    height: 45px;
    object-fit: contain;
    object-position: center center;
}
/** section newsletter **/
section.newsletter {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 50px;
}
section.newsletter h3 {
    font-family: "Dancing Script";
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 24px;

    text-align: center;
    letter-spacing: -0.1px;

    color: #F1B53B;
}

section.newsletter .form-container {
    width: 70vw;
    background: #FFFFFF;
    box-shadow: 0 9px 30px rgba(123, 176, 203, 0.4);
    border-radius: 16px;
    display: inline-block;
    position: relative;
    padding: 135px 0 0 0;
}

section.newsletter svg.mail-left {
    position: absolute;
    top: -90px;
    left: 77px;
}
section.newsletter svg.mail-right {
    position: absolute;
    top: -90px;
    right: 77px;
}
section.newsletter img.mail {
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: -85px;
}
section.newsletter svg.mail-bottom {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -228px;
}

section.newsletter .form-container p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 28px 15px 0 15px;

    color: #4B4B4B;
}
section.newsletter .form-container .form {
    padding: 45px 0;
}

section.newsletter input:not(.submit-button) {
    background: #EBF3F5;
    border-radius: 80px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 15px 34px;
    color: #548BA4;
    border: 0;
    min-width: 22vw;
}
section.newsletter input.submit-button {
    border: 0;
    background: #F5B700;
    box-shadow: 0px 5px 10px rgba(232, 151, 62, 0.4);
    border-radius: 80px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 15px 34px;
    margin-left: 56px;

    color: #FFFFFF;
}
/** adaptation from old css **/
footer {
    background: none;
}

footer .footer-top .container {
    display: none;
}

/** Responsive **/
@media (max-width: 1100px) {
    section {
        padding: 0 60px;
    }
}

@media (max-width: 900px) {
    section.slogan-banner{
        padding: 0 60px 60px 60px;
    }

    section.slogan-banner p {
        margin: 26px 0;
    }

    section.slogan-banner .slogan {
        font-size: 37px;
        text-align: center;
        padding-right: 0;
    }
    section.slogan-banner .slogan > svg {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
    }
    section.top-reviews .reviews {
        column-count: 1;
    }

    section.top-reviews .reviews > * {
        width: 100%;
        margin: 35px 0;
    }
    section.newsletter input.submit-button {
        display: block;
        margin: 25px auto auto auto;
    }
    section.newsletter input:not(.submit-button) {
        display: block;
        margin: auto;
    }
}

@media (max-width: 550px) {
    section{
        padding: 0 20px;
    }
    section.blog {
        padding: 35px 20px;
    }
    section.slogan-banner{
        padding: 0 20px 20px 20px;
    }

    section.slogan-banner p {
        margin: 26px 0;
    }

    section.slogan-banner .slogan {
        font-size: 25px;
        text-align: center;
        padding-right: 0;
    }
    section.slogan-banner .slogan > img {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    section.top-reviews {
        margin-top: 50px;
    }

    section.top-reviews svg {
        display: none;
    }

    section.how-it-works {
        padding: 0 15px 140px 15px;
    }
    section.blog .blog-posts::before {
        top: 27px;
        left: -7px;
    }
    section.blog .blog-posts::after {
        bottom: 27px;
        right: -7px;
    }
    section.newsletter svg.mail-left, section.newsletter svg.mail-bottom, section.newsletter svg.mail-right {
        display: none;
    }
    section.newsletter {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    section.recommendations table tr td:first-of-type,section.recommendations table, section.recommendations table tbody, section.recommendations table tr {
        display: block;
        width: 100%;
    }
    section.recommendations table tr td:first-of-type {
        text-align: center;
        padding: 20px 0;
    }
    section.recommendations table tr td:nth-of-type(2) {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    section.recommendations .owl-carousel .item {
        width: 90vw;
        text-align: center;
        margin: auto;
    }
}