@charset "UTF-8";
/* CSS Document */

*{  
    outline: none;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;}
body{
    min-width: 600px;
    background: #058bed;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    position: relative;
    height: 100%;
    width: 100%;
    background:url(../images/bgd.jpg) no-repeat;
    background-size: cover;
    background-position: top center;}

html{
    min-width: 600px;
    position: relative;
    height: 100%;
    width: 100%;}

.carteDeVisite{
    z-index: 1000;
    position: absolute;
    bottom: 60px;
    right: 60px;}


p{
    background: #f7ff00;
    padding: 15px;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    margin: 10px;
    width: fit-content;}

a{
    color: #000;}