* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: poppins;
    src: url("../fonts/Poppins/Poppins-Regular.ttf") format("opentype");
}

body {
    font-family: poppins;
    font-size: 16px;
    text-align: justify;
    -webkit-tap-highlight-color: transparent;
}

.home {
    width: 40px;
}

.estampe, .paon, .meridien, .yinyang {
    width: 100%;
}

.home {
    filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(408%) hue-rotate(304deg) brightness(95%) contrast(87%);
}

h1 {
    text-transform: uppercase;
}

/* NAVBAR */

.nav {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(7px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.list {
    margin: auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-evenly;
    text-transform: uppercase;
}

.list li a{
    font-size: 1.5rem;
    color: white;
}

.list li a:hover{
    color: #642f35;
}

.icon {
    padding-top: 0.5rem;
    width: 1.5rem;
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(7464%) hue-rotate(178deg) brightness(107%) contrast(98%);
}

@media screen and (max-width: 800px) {
    .text {
        display: none;
    }
}

@media screen and (min-width: 801px) {
    .icon {
        display: none;
    }
}

/* WRAPPER LOGO */
.wrapper {
    padding-top: 30px;
    background-image: url("../img/flower.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-logo {
    padding-top: 10rem;
    max-width: 1200px;
    min-height: 100vh;
    margin: auto;
}

.logo {
    display: block;
    margin: auto;
    width: 75%;
}

/* SECTION */

/* MASSAGE */
#massage {
    background-color: #e7e2db;
}
.container-massage {
    max-width: 1200px;
    min-height: 100vh;
    margin: auto;
    display: flex;
    align-items: center;
}

.container-estampe {
    width: 33%;
}

.massage {
    width: 66%;
}

.massage > * {
    margin: 1rem;
}

.massage h1 {
    padding-top: 2rem;
}

@media screen and (max-width: 900px) {
    .container-massage {
        flex-direction: column-reverse;
    }
    .container-estampe {
        width: 90%;
    }
    .massage {
        width: 100%;
    }
}

/* BIENFAITS */

#bienfaits {
    background: rgb(241,239,236);
    background: linear-gradient(90deg, rgba(241,239,236,1) 0%, rgba(237,236,231,1) 57%, rgba(233,232,227,1) 100%);
}

.container-bienfaits {
    max-width: 1200px;
    min-height: 100vh;
    margin: auto;
    display: flex;
    align-items: center;
    background-image: url("../img/bienfaits.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color:#f1efec;
}

.bienfaits {
    width: 100%;
}

.bienfaits > * {
    margin: 1rem;
}

.bienfaits h1 {
    padding-top: 2rem;
}

/* PARCOURS */

#parcours {
    background-color: #e6e7ea;
}
.container-parcours {
    max-width: 1200px;
    min-height: 100vh;
    margin: auto;
    display: flex;
    align-items: center;
}

.container-meridien {
    width: 25%;
}
.parcours {
    width: 75%;
}

.parcours > * {
    margin: 1rem;
}

.parcours h1 {
    padding-top: 2rem;
}
@media screen and (max-width: 900px) {
    .container-meridien {
        display: none;
    }
    .parcours {
        width: 100%;
    }
}

/* CONSULTATION */

#consultation {
    background-color: #fdfef8;
}

.container-consultation {
    max-width: 1200px;
    min-height: 100vh;
    margin: auto;
    display: flex;
    align-items: center;
}

.consultation {
    width: 75%;
}

.consultation > * {
    margin: 1rem;
}

.container-yinyang {
    width: 25%;
}

.consultation h1 {
    padding-top: 2rem;
}

.mail, .phone {
    width: 1.5rem;
    vertical-align: middle;
    margin: 1rem;
    filter: brightness(0) saturate(100%) invert(23%) sepia(13%) saturate(2097%) hue-rotate(304deg) brightness(90%) contrast(93%);
}

@media screen and (max-width: 900px) {
    .container-yinyang {
        display: none;
    }
    .consultation {
        width: 100%;
    }
}

/* MENTIONS */

.footer-list {
    margin: auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-evenly;
    font-size: 1rem;
}

.footer-list li a {
    color: black;
}

.mentions {
    margin: auto;
    max-width: 1200px;
}

.container-mentions {
    display: none;
}

.mentions > * {
    margin: 1rem;
}

.mentions div {
    float: right;
}

.mentions div img {
    width: 2rem;
}