html {
    height: 100%;
    width:100%
}

body {
    height: 100%;
    width: 100%;
    background-image: url(../../assets/images/fond-maintenance.jpg);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #414A51;
    line-height: 45px;
    margin-top: 10px;
}

h1 > span {
    color: #C05D3C;
}

.logo-breeder {
    margin-top: 15px;
}

.home-module-container {
    margin-top: 50px;
    text-align: center;
}

