.blue {
    color:#1373FC;
}
.bg-blue {
    background-color:#1373FC;
}

.red {
    color:#FD431D;
}
.bg-red {
    background-color:#FD431D;
}

.white {
    color:white;
}
.bg-white {
    background-color:white;
}

p, h1, h2, h3, h4, h5, b {
    font-family: Roboto;
    z-index: 1;
}

/* Boutons en général */

.bouton-std {
    border: 4px solid #FFFFFF;
    border-radius: 29px;
    padding: 10px 30px;
    color: white;
    background-color: #1373FC;
    text-align: center;

}

.bouton-std:hover {
    border: 4px solid #FFFFFF;
    border-radius: 29px;
    padding: 10px 30px;
    color:#1373FC;
    background-color: white;
    transition: background-color 0.3s;
    text-align: center;
}

.bouton-std-red {
    border: 4px solid #FD431D;
    border-radius: 29px;
    padding: 10px 30px;
    background-color: #FD431D;
    color:white;
    text-align: center;

}

.bouton-std-red:hover {
    border: 4px solid #FFFFFF;
    border-radius: 29px;
    color: #FD431D;
    padding: 10px 30px;
    background-color: white;
    transition: background-color 0.3s;
    text-align: center;
}

/**/

.wave-blc {
    margin-top: -670px;
    margin-left: -370px;
    margin-bottom: -370px;
    width: 857px;
    height: 1005px;
    z-index: -1000;
    position: absolute;
    }

.logo {
    margin-top: -18%;
    margin-left: -75%;
    z-index: 1;

}

.capd {
    width: 41.9%;
    margin-left: -4%;
    margin-top: 10%;
    background-size: cover;
    height: 78%;
    bottom: 0;
    right: 0px;
    position: absolute;
    z-index: -10;
}


/* Texte */

h1 {
    text-align: left;
    font-family: "Roboto Slab";
    font-weight: bolder;
    font-size: 90px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 50px;
}

h2 {
    text-align: left;
    font: bold 32px/54px Roboto Slab;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

p {
    margin-top: 30px;
    color:white;
    margin-bottom: 50px;
}

p.top {
    color:white;
}

a {
    text-decoration: none;
}

@media screen and (max-width: 1600px) {

    .capd {
    width: 38%;
        margin-left: 0%;
        margin-top: 10%;
        background-size: cover;
        height: 78%;
        bottom: 0%;
        position: absolute;
        z-index: -10;
        right: 0px;
    }

}

@media screen and (max-width: 1400px) {

    .logo {
        margin-top: -21%;
        margin-left: -75%;
        z-index: 1;

    }

}

@media screen and (max-width: 1400px) {

    .logo {
        margin-top: -26%;
        margin-left: -75%;
        z-index: 1;

    }

}

@media screen and (max-width: 992px) {

    .logo {
        margin-top: -38%;
        margin-left: -75%;
        z-index: 1;

    }

}

@media screen and (max-width: 1068px) {

    .logo {
        margin-top: -54%;
        margin-left: -101%;
        z-index: 1;
        width: 100;
        height: 87%;

    }

    h1 {
        text-align: left;
        font-family: "Roboto Slab";
        font-weight: bolder;
        font-size: 50px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        margin-top: 50px;
    }

    h2 {
        text-align: left;
        font-family: "Roboto Slab";
        font-weight: bold;
        font-size: 25px;
        letter-spacing: 0px;
        color: #FFFFFF;
        margin-bottom: 30px;
        line-height: 30px;
    }

    .capd {
        width: 71%;
        margin-left: 0%;
        margin-top: 10%;
        background-size: cover;
        height: 78%;
        bottom: 0%;
        position: absolute;
        display: none;
        z-index: -10;
        right: 0px;
    }

}

@media screen and (max-width: 600px) {
    .logo {
        margin-top: -68%;
        margin-left: -120%;
        z-index: 1;
        width: 100;
        height: 87%;

    }

    h1 {
        text-align: left;
        font-family: "Roboto Slab";
        font-weight: bolder;
        font-size: 50px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        margin-top: 0px;
    }
}
