@import url(//fonts.googleapis.com/css?family=Lato:300:400);


.header-title {
    position: relative;
    text-align: center;
    background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
}

.header-title h1 {
    background: -webkit-linear-gradient(45deg, #efe0e0, #ebfaf4 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inner-header {
    height: 20vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

.flex { /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.waves {
    position: relative;
    width: 100%;
    height: 10vh;
    margin-bottom: -7px; /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(80px, 0, 0);
    }
}

.active {
    font-weight: normal;

}

.card-header {
    font-family: "Louis George", sans-serif;
    color: #25267a;
}

.cards {
    margin: 100px;
    color: #101f3b;

}

.box-accueil > .card-desc {
    padding: 30px;
    background: rgba(228, 230, 242, 0.5);
    height: 100%;
}


.box-accueil > .card-img {
    padding: 30px;
    background: rgba(228, 230, 242, 0.5);

}

.subtitle {
    font-size: 30px;
    font-weight: normal;
    font-family: Inter, sans-serif;
    color: #152e5b;
    margin-left: 13%;
}


.logos-agences {
    height: 100px;
    width: 100px;
    text-align: center
}

hr {
    border-top: 2px solid #bbb;
    width: 74%;
    margin: 50px auto;

}


.img-agences {
    width: 100%;
    height: 15vw;
    object-fit: scale-down;
}


.card-image {
    box-sizing: content-box;
    width: 98%;

}


.float-left .card-text {
    width: 90%;
}

.no-shadow {

    translate: 10px;
}


#buttonTop {
    display: none;
}


#temoignages-caroulix .card-header {
    color: #DA7B36;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}


#temoignages-caroulix .card-content {
    color: #152e5b;
    text-align: center;
    font-weight: 450;
}


.card-services {
    max-width: 600px;
    padding: max(50px, 5%);
    gap: 20px;
}

@media screen and (max-width: 768px) {
    footer {
        font-size: small;
    }

    #buttonTop {
        display: none;
    }


    .card-content .card-title {
        color: #DA7B36;
        font-size: 20px;
        font-weight: 400;
        margin: 5px 0;
    }

    #foncia {
        display: none;
    }

    #elyade {
        display: none;
    }

    #nestenn {
        display: none;
    }

    #soprim {
        display: none;
    }

    .card-content .card-text {
        font-size: 20px;
        font-weight: normal;
    }


    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}


.box-accueil {

    display: flex;
    margin-top: 20px;
}


@media screen and (min-width: 768px) and (max-width: 900px) {


    .img-right {
        box-shadow: -2px 5px 10px 1px #9B9B9B;
        translate: 10px;
    }

    .img-left {
        box-shadow: 2px 5px 10px 1px #9b9b9b;
    }


    .card-content .card-title {
        color: #DA7B36;
        font-size: 20px;
        font-weight: 450;
        margin: 10px 0;
    }


    .card-content .card-text {
        font-size: 20px;
        font-weight: normal;
    }

}


@media screen and (min-width: 900px) and (max-width: 1230px) {


    .img-right {
        box-shadow: -2px 5px 10px 1px #9B9B9B;
        translate: 10px;
    }

    .img-left {
        box-shadow: 2px 5px 10px 1px #9b9b9b;
    }


    .card-content .card-title {
        color: #DA7B36;
        font-size: 30px;
        font-weight: 450;
        margin: 10px 0;
    }


    .card-content .card-text {
        font-size: 20px;
        font-weight: normal;
    }


}


@media screen and (min-width: 1230px) {


    .img-right {
        box-shadow: -2px 5px 10px 1px #9B9B9B;
        translate: 10px;
    }

    .img-left {
        box-shadow: 2px 5px 10px 1px #9b9b9b;
    }


    .card-content .card-title {
        color: #DA7B36;
        font-size: 30px;
        font-weight: 450;
        margin: 10px 0;
    }


    .card-content .card-text {
        font-size: 20px;
        font-weight: normal;
    }
}


@media screen and (min-width: 1480px) {


    .img-right {
        box-shadow: -2px 5px 10px 1px #9B9B9B;
        translate: 10px;
    }

    .img-left {
        box-shadow: 2px 5px 10px 1px #9b9b9b;
    }


    .card-content .card-title {
        color: #DA7B36;
        font-size: 30px;
        font-weight: 450;
        margin: 10px 0;
    }


    .card-content .card-text {
        font-size: 20px;
        font-weight: normal;
    }

}