/* Site dsnettoyage.fr */

body {
/*
    background-color: black;
    color: white;
    */
    background-repeat:repeat-x;
    background-position:center top;
    background-image: url("../img/bg.png");
    font-family: roboto,arial,tahoma,verdana,helvetica;
}
.grad {
  background-image: linear-gradient(to bottom right, red,orange,yellow,green,blue,indigo,violet);
  background-image: linear-gradient(to bottom right, #8bbd3a, #339d99);
}
a {
    color: white;
}
h1, h2 {
    font-weight: normal;
}
.main {
}
.page {
    /*
    position: absolute;
    */
    margin: 0 auto;
    margin: 0 auto;
    max-width:810px;
}
.center {
    text-align: center;
}
.float {
    background-color: #0998d4;
    border-radius: 10px 100px / 120px;
    border: thick double #06638a;
    float: right;
    width: 200px;
    position: sticky;
    top: 20px;
    right: 5%;
    z-index: 1001;
    display:block;
    color: white;
}
