/* GENERALITES
* {
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 1em;
    background: white                                                                                                 
}

a {
    color: #242424;
    text-decoration: none;
    font-weight: bold;
}

h1 {
    font-size: 3.5em;
    color: #a5b4fc;
    font-family: 'Inclusive Sans', sans-serif;
}

p, li {
    font-size: 1.1em;
    color: black;
}

header, footer {
    background-color: white;
    padding: 20px 40px;
}

a:hover {
    color: darkslategrey;
    opacity: 0.5;
}

footer, nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

nav a {
    margin-left: 20px;
}

.logof {
    width: 150px;
    height: 150px;
    border-radius: 40px;
}

.contact-list {
    list-style: none;
    padding-left: 10px;
}


.foot-service {
    padding-bottom: 45px;
}

.titre{
    text-align: center;
    padding: 80px;
    font-size: 3.5em;
    font-weight: bold;
    color: white;
    background: rgb(63,94,251);
    background: linear-gradient(246deg, rgba(63,94,251,1) 0%, rgba(74,252,70,1) 100%);
} */