.best {
    background-color: rgb(249, 209, 238);
    padding: 50px;
    text-align: center;
}

button {
    width: 30%;
    padding: 10px;
    border-radius: 7px;
    background-color: #540c6e;
    color: white;
    font-weight: bold;
}

.header {
    background-image: url(assets/image/brodlaserhairremoval.jpg);
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    color: #540c6e;
    text-align: center;
    margin: 20px 0px;
}

.text h1,
.text h2,
.text h3 {
    text-align: center;
    margin: 30px;
}

.diplome img {
    max-width: 300px;
    margin-top: 40px;
}

.footer {
    background-color: #ddacef;
    text-align: center;
    padding: 20px;
}

.footer li {
    list-style: none;
    margin-top: 20px;
}

.footer li a {
    text-decoration: none;
    color: #540c6e;
    font-weight: bold;
}

.navbar-toggler {
    width: 70px;
}

.contentlegalpage {
    width: 80%;
    margin: 40px auto;
    line-height: 50px;
}

.stickyicon-list {
    position: fixed;
    top: 60%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 5;
    text-align: center;
    width: 50px;
    opacity: .7;
}

.stickyicon-list:hover {
    opacity: 1;
}

.stickyicon-list a {
    display: block;
    padding: 8px;
    transition: all 0.5s ease;
    color: white;
    font-size: 20px;
    margin-top: 10px;
}


/* HOver affect on sticky social media icons */

.stickyicon-list a:hover {
    transform: scale(1.3, 1.3);
}


/* Now we have to design each icon of social media */

.facebook {
    background: #3b5998;
    color: white;
    border-radius: 10px;
}

.instagram {
    background: #9e109e;
    color: white;
    border-radius: 10px;
}

.youtube {
    color: white;
    background: #e02222;
    border-radius: 10px;
    margin-bottom: 10px;
}

.twitter {
    background: #22a7e0 !important;
    border-radius: 10px;
    margin-bottom: 10px;
}

.whatsapp {
    color: white;
    background: #37db21;
    border-radius: 10px;
}