*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", serif;
    font-weight: 400;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    --accent-color: rgba(255, 192, 234, 1);
}
body {
    background-color: rgba(251, 252, 250, 1);
}
.sticker_1 {
    position: absolute;
    height: clamp(100px, 20vw, 250px);
    aspect-ratio: 1/1;
    bottom: 0;
    left: 5px;
    z-index: 1;
    filter: drop-shadow(0 .5rem 14px rgba(0,0,0,.10));
}
a {
    color: black;
}
nav {
    font-size: clamp(15px, 1.5vw, 30px);
    padding: 0.5em 1.5em 0.8em 1.5em;
    display: flex;
    justify-content: flex-end;
    box-shadow: 0 6px 14px rgba(0,0,0,.10);
    border-radius: 0 0 1em 1em;
}
nav ul {
    display: flex;
    gap: 1em;
}
nav ul li.active a, nav ul li:hover a {
    text-decoration: underline;
    text-underline-offset: 0.4em;
}
.menu_open, .menu_close{
    display: none;
}
.menu_open{
    width: 40px;
    height: 40px;
    position: relative;
}
.menu_close{
    width: 55px;
    height: 55px;
    position: relative;
    left: 5px;
    top: 5px;
}
@media(max-width: 500px){
    .menu{
        display: flex;
        position: fixed;
        right: 10px;
        left: 10px;
        top: 10px;
        bottom: 10px;
        z-index: 10;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 20px;
        box-shadow: 0 8px 32px 0 rgba(0,0,0,.3);
        transform: translate(110%);
        transition: 0.5s ease;
    }
    .menu.active{
        transform: none; 
    }
    .menu ul{
        padding-top: 100px;
        flex-direction: column;
        align-items: center;
        width: 100%;
        font-size: 30px;
    }
    .menu_open, .menu_close{
        display: flex;
    }
    .menu_close {
        position: absolute;
        z-index: 11;
    }
}
header {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    padding-top: 30px;
    margin: 0 clamp(15px, 2vw, 50px) 30px clamp(15px, 2vw, 50px);
    font-size: clamp(15px, 1.5vw, 30px);
    text-align: center;
    box-shadow: 0 6px 14px rgba(0,0,0,.10);
    border-radius: 0 0 30px 30px;
    overflow: auto;
} 
.logo {
    width: clamp(250px, 30vw, 500px);
    aspect-ratio: 1/1;
}
.title {
    display: flex;
    font-family: "Playfair Display", serif;
    font-size: clamp(30px, 5vw, 100px);
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    column-gap: 0.5em;
}
.title:before, .title:after, h2:before, h2:after {
    content:'';
    height: 5px;
    width: clamp(20px, 1em, 100px);
    background-color: var(--accent-color);
    border-radius: 2.5px;
    transform: translate(0, 50%);
}
h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(20px, 3vw, 50px);
}
.banniere {
    height: 5vw;
    display: flex;
    background-image: url(images/banniere.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 33%;
    width: 100%;
}
.corps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding: 0 clamp(15px, 2vw, 50px) 0 clamp(15px, 2vw, 50px);
}
section {
    display: flex;
    width: 100%;
    justify-content: stretch;
    flex-wrap: wrap;
    font-size: 20px;
    column-gap: 10%;
    margin-bottom: 50px;
    font-size: clamp(16px, 2.5vw, 18px);
    padding: 30px clamp(15px, 2vw, 50px) 30px clamp(15px, 2vw, 50px);
    row-gap: 30px;
    background-color: rgba(251, 252, 250, 1);
    border-radius: 30px;
    box-shadow: 0 .5rem 14px rgba(0,0,0,.10);
}
h2 {
    display: flex;
    font-family: "Playfair Display", serif;
    font-size: clamp(25px, 3vw, 50px);
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    column-gap: 0.5em;
}
.column {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 300px;
    position: relative;
}
.shop .moi, .shop .bubble, .shop .dessin {
    top: 42%;
    left: 67%;
    aspect-ratio: 1/1;
}
.shop .moi {
    height: clamp(190px, 19vw, 320px);
    border-radius: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.shop .bubble {
    height: clamp(200px, 20vw, 350px);
    border-radius: 50%;
    background-color: var(--accent-color);
    position: absolute;
    transform: translate(-75%, -40%);
    z-index: 0;
}
.shop .dessin {
    height: clamp(200px, 20vw, 350px);
    position: absolute;
    transform: translate(-110%, -40%);
    z-index: 1;
}
.gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    width: 100%;
}
.gallery li {
    height: 300px;
    width: 300px;
    transition: ease 0.2s;
}
.gallery li:hover {
    height: 300px;
    width: 300px;
    transform: scale(1.1);
}
.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10%;
}
.deco_fleur_2 {
    height: clamp(200px, 19vw, 350px);
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.text {
    z-index: 1;
}
form {
    display: flex;
    flex-basis: 0;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    min-width: 300px;
    row-gap: 20px;
    column-gap: 30px;
    background-image: url("images/deco_fleur_1.webp");
    background-position: left 10% bottom 0%;
    background-repeat: no-repeat;
    background-size: 150px;
}
form div {
    display: flex;
    flex-grow: 1;
    min-width: 35%;
    flex-direction: column;
    row-gap: 5px;
    font-size: clamp(18px, 3vw, 20px);
}
form .description {
    width: 100%;
}
form .box::placeholder, form .textarea::placeholder {
    color: rgba(90, 90, 90, 1);
}
form .box,textarea {
    box-sizing: border-box;
    height: max-content;
    padding: 16px;
    font-size: 16px;
    background-color: rgba(243, 243, 243, 1);
    border: none;
    border-radius: 20px;
}
form .box:hover, textarea:hover {
    outline: 2px solid var(--accent-color);
}
form .box:focus, textarea:focus {
    outline: 2px solid var(--accent-color);
    outline-offset: -2px;
}
textarea {
    resize: none;
    height: 140px;
}
.checkbox {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
}
/* .attachment label {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 192, 234, 1);
    font-size: 20px;
    color: white;
    font-weight: bold;
    height: 2.5em;
    width: 12em;
    border-radius: 1.25em;
    transition: ease 0.5s;
    cursor: pointer;
}
input[type=file]::file-selector-button {
    display: none;
}
.attachment label:hover {
    background-color: rgba(48, 63, 78, 1);
    transition: ease 0.5s;
    transform: scale(1.1);
} */
input[type=checkbox] {
    transition: ease 0.5s;
    transform : scale(1.3);
}
input[type=checkbox]:hover {
    cursor: pointer;
    transform: scale(1.5);
}
button {
    background-color: var(--accent-color);
    font-size: clamp(18px, 3vw, 20px);
    color: white;
    font-weight: bold;
    height: 2.5em;
    width: 6em;
    border : none;
    border-radius: 1.25em;
    margin-top: 20px;
    transition: ease 0.5s;
}
button:hover {
    background-color: rgba(48, 63, 78, 1);
    transform: scale(1.1);
    cursor: pointer;
}
.social {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 50px;
}
svg {
    fill: var(--accent-color);
    width: 70px;
    height: 70px;
}
svg:hover {
    fill: rgba(48, 63, 78, 1);
    transform: scale(1.1);
    transition: ease 0.5s;
}
.conv_folio {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 50px;
}
.conv_folio li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-grow: 1;
}
.conv_folio img {
    height: 450px;
    width: 330px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: ease 0.2s;
}
.conv_folio img:hover {
    transform: scale(1.03);
}
.space {
    height: clamp(20px, 10vw, 170px);
}
footer {
    text-align: center;
    background-color: var(--accent-color);
}
footer .banniere {
    height: 10px;
}