body * {
    font-family: 'Montserrat';
    text-align: center;
    zoom : 1;
}

html, body {
    min-height: 100% !important;
    height: 100%;
    margin: 0px;
    padding :0px;
}
* { padding: 0; margin: 0; }

.container {
    max-width: 500px;
    width: 100%;
    margin : 0 auto;
    position : relative;
    z-index: 9999999;
}
.button-app {
    padding-bottom : 10px;
}


.button-app a {
    position: relative;
    background-color: white;
    color: #2c4a5d;
    border: solid #2c4a5d 2px;
    border-radius: 10px;
    font-size: 1.4rem;
    text-align: center;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top : 30px;
    padding: 10px;
    text-decoration: none;
    /* transition: all .25s cubic-bezier(.08, .59, .29, .99); */
    -webkit-tap-highlight-color: transparent;
    transition: 0.2s;
}

.button-app a:hover {
    background-color: #2c4a5d;
    color: white;
}

.button-app i {
    margin-right: 10px;
}

h2 {
    margin-bottom: 50px;
    color : #2c4a5d;
    font-weight : 700;
}

h1 img {
    max-width: 90%;
    width: 400px;
    margin-top : 15px;
    margin-bottom : 15px;
}

body::before {
    content : " ";
    background-image : url('/assets/plantes.png');
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.3;
    z-index: 1;
}

body {
    z-index: 99999;
    position: relative;
}

div.content {
    padding : 5px;
    color : #2c4a5d;
}

p {
    margin-top : 15px;
    font-size : 20px;
}

p.nomargin {
    margin-top : 0px;
}
