/*
Theme Name: fludis
Version: 1.0
Description: A child theme of WK Finance
Template: wk-finance
Author: Administrator
*/
@import url("../wk-finance/style.css");
/* Your awesome customization starts here */

:root {
    --bleu: rgb(0, 171, 193);
    --vert: rgb(147, 198, 72);
    --vert_fonce: rgb(80, 98, 54);
    --orange: rgb(239, 102, 47);
}

.custom-logo {
    max-height: 80px;
    width: auto;
    margin-right: 2rem;
}

header#masthead {
    box-shadow: none;
    border: 0;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: space-around;
}

.container {
    max-width: 1200px;
}

.container-fluid {
    padding: 0;
}

.home h1 {
    display: none;
}

.bloc-home {
    position: relative;
    height: 700px;
}

.img-home {
    width: 880px;
    position: absolute;
    top: 80px;
    right: 0;
    height: auto;
}

.bloc-home::after {
    content: "";
    position: absolute;
    top: 550px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/fludis/assets/images/vagues.png");
    background-repeat: no-repeat;
    background-size: 579px;
    z-index: -1;
}

.h2-title {
    font-weight: 600;
    font-size: 2rem;
    color: var(--orange);
}

.bloc-h2 {
    position: absolute;
    top: 50px;
    left: 0;
    background: var(--bleu);
    padding: 2rem;
    width: 500px;
}

.bloc-h2::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 480px;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/fludis/assets/images/points.png");
    background-repeat: no-repeat;
    background-size: 280px;
    z-index: 1;
}

.bloc-h2::after {
    content: "";
    position: absolute;
    top: 181px;
    left: 90px;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/fludis/assets/images/picto-02.png");
    background-repeat: no-repeat;
    background-size: 99px;
    z-index: 1;
}
.bloc-h3::before {
    content: "";
    position: absolute;
    top: -159px;
    left: -250px;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/fludis/assets/images/picto-03.png");
    background-repeat: no-repeat;
    background-size: 109px;
    z-index: 1;
}

.bloc-h3::after {
    content: "";
    position: absolute;
    top: -69px;
    left: -410px;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/fludis/assets/images/picto-01.png");
    background-repeat: no-repeat;
    background-size: 179px;
    z-index: 1;
}

.bloc-h2 h2 {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.bloc-h2 h2 strong {
    font-size: 2.3rem;
}

.bloc-h3 {
    background: var(--vert);
    position: absolute;
    top: 420px;
    width: 690px;
    left: 440px;
    padding: 2rem;
}

.bloc-h3 h3 {
    color: var(--vert_fonce);
    font-size: 1.2rem;
    border-left: 7px solid var(--vert_fonce);
    padding-left: 18px;
    font-weight: 500;
}
