@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: "Classic Girl";
    src: url("police/classic_girl/Classic Girl OTF.otf") format("opentype"), url("police/classic_girl/Classic Girl TTF.ttf") format("truetype");
    font-weight: 400;
}

/* Variables */
:root {
    --font-size: 1rem;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.light-mode {
    --navbar-color: #a2bba3;
    --navbar-bg-color: #FBFFFB;
}

.dark-mode {
    --navbar-color: #a2bba3;
    --navbar-bg-color: #FBFFFB;
}

/* Reset */
* {
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
    font-family: "Reddit Sans", sans-serif;
    font-optical-sizing: auto;
}

ul {
    list-style: none;
}

/* Basic style */
html {
    scroll-behavior: smooth;
    color: #828482;
    background-color: #FBFFFB;
}

body {
    margin: 0;
    padding: 0;
}


/* LOADER*/

.skeleton {
    min-width: 200px;
    width: 100%;
    height: 100%;
    background-image: url("./image/autres_images/skeleton.svg");
    /* Ajoutez ici votre image de fond */
    background-size: cover;
    background-position: center;
    animation: fade-in-out 0.8s linear infinite alternate;
    opacity: 0.3;
}

.image-container {
    position: relative;
    width: 300px;
    /* Ajustez selon vos besoins */
    height: 200px;
    /* Ajustez selon vos besoins */
    margin-bottom: 20px;
}

.image-container img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes fade-in-out {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}


.loader {
    display: flex;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 20;
    background-color: white;
    align-items: center;
    justify-content: center;
}

.loading-wrapper {
    width: 22rem;
    height: 22rem;
    margin: 0 auto;
    position: relative;
}

.loading-wrapper2 {
    padding: 3rem;
    height: 8rem;
    margin: 0 auto;
    position: relative;
}

.loading-devover,
.loading-devover:after {
    border-radius: 50%;
    width: 25rem;
    height: 25rem;
}

.loading-devover+.img {
    position: absolute;
    background-color: white;
    padding: 1.3rem;
    top: 0;
    width: 75%;
    height: 75%;
    left: 55%;
    top: 70%;
    transform: translate(-50%, -75%);
    border-radius: 50%;
}

.loading-devover+.img img {
    width: 100%;
}

.loading-devover {
    border-radius: 50%;
    border-top: 1rem solid rgba(0, 0, 0, .05);
    border-right: 1rem solid rgba(0, 0, 0, .05);
    border-bottom: 1rem solid #0000000d;
    border-left: 1rem solid #a2bba3;
    position: relative;
    animation: first linear 1s infinite;
}

.loading-devover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 50%;
}

.fondu-out {
    opacity: 0;
    transition: all 1s ease-in-out;
    z-index: -2;
}

@keyframes first {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*Principal*/


.noscroll {
    overflow: hidden;
}

main {
    max-width: 1090px;
    margin: auto;
    align-items: center;
    padding: 0 24px;
}


section {
    width: 100%;
    margin: 0;
    scroll-snap-align: center;
}

h2 {
    display: flex;
    width: 100%;
    text-align: start;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 4rem;
    color: #a2bba3;
    margin: 52px;
}

h3 {
    color: #a2bba3;
    display: block;
    margin: 32px 40px;
    text-align: start;
    justify-content: center;
    align-items: center;
    font-size: 1.9rem;
}

h4 {
    color: #a2bba3;
    max-width: 800px;
    margin: auto;
    font-size: 24px;
    text-decoration: underline;
}

p {
    padding: 20px;
    max-width: 800px;
    margin: auto;
    align-items: center;
    text-align: justify;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 1.2rem;
    font-style: italic;
}

p>a {
    color: #a2bba3;
}

/* Header  */
.big_logo {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big_logo img {
    height: 300px;
    width: auto
}

.big_logo3 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big_logo3 img {
    height: 300px;
    width: auto
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 80px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3;
    background-color: #FBFFFB;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.name {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.name_container {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
}

.line1 {
    font-family: "Classic Girl", serif;
    font-size: 40px;
    width: 100%;
    color: #6179AE;
}

.line2 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-transform: uppercase;
    width: 100%;
    font-size: 8px;
    color: #a2bba3;
}

.arrow {
    position: fixed;
    height: 32px;
    width: 32px;
    bottom: 20px;
    right: 10px;
    background: url(../CSS/icones/next.png);
    z-index: 3;
}

/**********************************
 menu 
 ***********************************/
.bouton_logo {
    z-index: 2;
    cursor: pointer;
}

.media {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.media a {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #a2bba3;
}

.media a:hover {
    scale: 1.5;
}

.media a img {
    height: 40px;
}

a {
    text-decoration: none;
}

.navbar_link {
    margin: 0 24px;
    text-align: center;
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
}


.navbar_link:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url("../CSS/Petale.svg");
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: center;
    transition: all 0.2s ease-in-out;
}

.navbar_link:hover:before {
    opacity: 0.5;
}

.navbar_link>a {
    text-decoration: none;
    color: #a2bba3;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 2;
}

.navbar_links {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.button_accueil {
    height: 80%;
}

.button_accueil>a {
    color: #FBFFFB;
    padding: 8px;
    background-color: #a2bba3;
    border-radius: 8px;
    border: solid 2px #a2bba3;
}

.button_accueil:before {
    background-image: none;
}

.button_accueil:hover>a {
    background-color: #FBFFFB;
    color: #a2bba3;
}

.grid__menu {
    display: none;
}

.grid__menu.active {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    margin: auto;
    padding: 60px;
    background-color: #a2bba3;
    gap: 16px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.div1 {
    grid-area: 1 / 1 / 2 / 2;
}

.div2 {
    grid-area: 1 / 2 / 2 / 3;
}

.div3 {
    grid-area: 1 / 3 / 2 / 4;
}

.div4 {
    grid-area: 1 / 4 / 2 / 5;
}

.div5 {
    grid-area: 2 / 1 / 3 / 2;
}

.div6 {
    grid-area: 2 / 2 / 3 / 3;
}

.div7 {
    grid-area: 2 / 3 / 3 / 4;
}

.div8 {
    grid-area: 2 / 4 / 3 / 5;
}

.container__subtitle__img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grid__menu_item h5 {
    text-decoration: underline;
    color: #FBFFFB;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
    font-size: 16px;
}

.grid__menu_item:hover {
    scale: 1.1;
}

.grid__menu img {
    height: 100px;
    width: 100px;
    border-radius: 8px;
}

/*********************************
Text présentation 
 **********************************/


.text_presentation {
    height: calc(100% - 380px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.words-wrapper {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.words-wrapper .css {
    color: #a2bba3;
}

.words-wrapper .words {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    width: var(--width);
    height: 60px;
    padding: 0 10px;
    border-radius: 6px;
    color: var(--color, #FBFFFB);
    background: var(--color-bg, #a2bba3);
    box-sizing: content-box;
    transition: all 0.7s;
}

.words-wrapper .words span {
    position: absolute;
    top: 0;
    width: max-content;
    padding: 0 8px;
    height: auto;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -100%);
    transition: transform 0.7s, opacity 0.25s 0.25s;
}

.words-wrapper .words span.current {
    opacity: 1;
    transform: translate(-50%, 0);
}

.words-wrapper .words span.next {
    transform: translate(-50%, 100%);
}


/**************************************
Notre Démarche
***************************************/
.demarche_container {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.general_presentation,
.personnelle_presentation {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.photo_presentation {
    width: 40%;
}

.texte_presentation {
    width: 60%;
}

.photo_presentation img {
    object-fit: contain;
    width: 100%;
    border-radius: 20px;
    box-shadow: 7px 5px 49px 2px rgba(0, 0, 0, 0.25);
}

.texte_presentation p,
.right_presentation,
.right_presentation p {
    margin: 0;
    font-style: normal;
    font-size: 16px;
    padding: 8px 24px
}

.right_presentation p {
    font-style: italic;
}

.right_presentation ul {
    padding: 8px 42px;
}

.right_presentation li {
    list-style-type: disc;
    ;
    font-style: italic;
}

.personnelle_presentation {
    justify-content: space-around;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
}

.lucie_presentation,
.cecile_presentation {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.photo_lucie,
.photo_cecile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}


.photo_lucie img,
.photo_cecile img {
    width: 250px;
    height: 250px;
    clip-path: circle(48.7% at 50% 51%);
    object-fit: cover;
    box-shadow: 7px 5px 49px 2px rgba(0, 0, 0, 0.25);

}

.prenom {
    margin: 24px 0;
    text-align: center;
    font-size: 56px;
    font-family: "Classic Girl", serif;
    color: #6179AE;
}

/**************************************
Bouton voir Plus / Voir moins
 **************************************/

/**************************************
Location 
 **************************************/


.subtheme.bleu,
.subtheme.bleu h3 {
    color: #6179AE;
}

.bleu {
    color: #6179AE;
}

.subtheme.vert {
    color: #a2bba3;
}

.grid2 {
    width: 100%;
    height: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    box-shadow: 7px 5px 49px 2px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    margin-bottom: 48px;
}

.item-img {
    height: 100%;
    overflow: auto;

}


.item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item-img:hover img {
    filter: brightness(80%);
    cursor: pointer;
}

.item-grid-left {
    grid-column: 1/3;
    grid-row: 1/3;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;

}

.item-grid-top-right {
    border-top-right-radius: 12px;
    grid-column: 4/5;
    grid-row: 1/2;
}

.item-grid-bottom-right {
    grid-column: 4/5;
    grid-row: 2/3;
    border-bottom-right-radius: 12px;
}


/****************************************
pop-up vaisselles
*****************************************/


.vaisselle_container {
    position: fixed;
    width: 100vw;
    z-index: 3;
    display: flex;
    opacity: 0;
    transition: all 1s ease-in-out;
    background-color: #FBFFFB;
    left: 0;
    top: 100vh;
}

.vaisselle_container.active {
    transition: all 1s ease-in-out;
    opacity: 1;
    top: 0vh;
}

.vaisselle_content {
    position: absolute;
    overflow: auto;
    background-color: #FBFFFB;
    z-index: 3;
    margin: auto;
    left: 0;
    right: 0;
    padding: 48px;
    height: 100vh;
}

.vaisselles {
    overflow: scroll;
    height: 100%;
}

#close-vaisselle {
    position: absolute;
    top: 24px;
    left: 140px;
    z-index: 3;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    font-size: 20px;
}

.precedent {
    margin: 0 0 0 8px;
    padding: unset;

}

#close-vaisselle:hover p {
    text-decoration: underline;
}

.tab-content {
    display: none;
    flex-direction: column;

    margin: auto;
}

.active-tab-content {
    display: flex;
}

.image-vaisselle {
    width: 100%;
    padding: 10px;
}

#grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: 200px;
    gap: 8px;
    margin-top: 60px;
    margin-bottom: 60px;
    overflow-y: scroll;
    grid-auto-flow: dense;
}

#grid::-webkit-scrollbar-thumb {
    background-color: #757575;
}

#nature-2,
#nature-7,
#nature-16 #nature-18 {
    grid-column: span 2;
}

#nature-4,
#nature-5,
#nature-10 #nature-20 {
    grid-row: span 2;
}

.grid-item {
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
}

.grid-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    transition: transform 0.2s ease;
}

.grid-item:hover {
    filter: brightness(80%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    z-index: 20000;
}

.grid-img:hover {
    filter: brightness(80%);
}

.tab {
    height: 23vh;
}

/*Contact*/
.section#nousContacter {
    position: absolute;
}

.nous_contacter h3 {
    text-align: center;
    margin-bottom: 32px;
    color: #828482;
    font-size: 24px;
}


.contact {
    position: relative;
    display: flex;
    display: -webkit-flex;
    margin-top: 30px;
    background-color: #e1f9e2;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 300px;
    border-radius: 6px;
    color: black;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-group {
    display: flex;
    display: -webkit-flex;
}

.form-group .form-row .form-row-1 .form-row-2 {
    width: 50%;
    padding: 0 12px 0 60px;
}

.form-left {
    border-right: none;
    margin-bottom: 10px;
    padding-bottom: 15px;
    width: 50%;
    border-right: solid 1px grey;
}

.form-right {
    width: 50%;
}

.form-row {
    display: block;
    width: auto;
    position: relative;
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc;
    color: #000;
    padding: 11.5px 15px 15px 15px;
    border: 1px solid transparent;
    background: transparent;
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    outline: none;
}

input {
    width: 100%;
    padding: 5px 5px 5px 5px;
    border: 1px solid transparent;
    background: transparent;
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    outline: none;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    color: #000;
    margin: 2px;
}


#message {
    min-height: 40px;
}

textarea {
    min-width: 80%;
    min-height: 50px;
    border: transparent;
    background: transparent;
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    line-height: 1.5;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    border-bottom: 1px solid #ccc;
}

.media__contact {
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;

}

.instagram,
.facebook {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.instagram a,
.facebook a,
.media__contact a,
.mail {
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    color: #828482;
}

.instagram img,
.facebook img {
    height: 80px;
    width: 80px;
}

.mail i {
    text-align: center;
    font-size: 80px;
}

.infos {
    justify-content: center;
}

.instagram img:hover,
.facebook img:hover,
.mail i:hover {
    scale: 1.2;
}

.coordonnees>p {
    text-align: center;
    padding: 1rem;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.coordonnees {
    margin-bottom: 30px;
}

.carte {
    display: block;
    min-height: 200px;
    justify-content: center;
}

.container-button {
    display: flex;
    justify-content: center;
}

.coordonnees a {
    font-weight: 600;
    color: #333;
}


.button {
    position: relative;
    top: 50%;
    background-color: #a2bba3;
    border: transparent;
    padding: 10px 15px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
    color: white;
}


.footer {
    min-height: 100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color: white;
}

.footer a {
    color: #a2bba3;
    text-decoration: underline;
}

.footer a:hover {
    color: #a2bba3;
    font-weight: bold;
}

/********************************************
glide
*********************************************/

.container_glide {
    width: 100%;
}

.glide__slide img {
    height: 300px;
    width: 300px;
    margin: 24px;
    object-fit: cover;
}

.glide__slide p {
    text-align: center;
}

.glide__slide a {
    text-decoration: none;
    color: inherit;
}


/********************************************
Catalogue
*********************************************/
.catalogue_div_container {
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.catalogue_container {
    height: auto;
    width: 50%;
    max-width: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.catalogue_container img {
    object-fit: cover;
    width: 100%;
}

.modalite_content p {
    margin: 8px auto;
}

/**********************************
Contact
***********************************/

.contact_confirm {
    display: flex;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.alert_contact {
    color: #720E07;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 12px;
}

.ok_contact {
    text-align: center;
    color: rgb(12, 183, 35);
}

.button_return_accueil {
    text-decoration: none;
    border-radius: 20px;
    background-color: #a2bba3;
    color: #FBFFFB;
    padding: 24px;
}

.button_return_accueil:hover {
    scale: 1.2;
}

/*****display none non mobime******/
.burger {
    display: none;
}

.mobile_vaisselle {
    display: none
}

.big_logo2 {
    display: none;
}

.nav_mobile {
    display: none;
}

.container__mobile {
    display: none;
}

body.modal-open {
    overflow: hidden;
}

/***********************
MODALE
************************/

.modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.modale-logo{
    max-width: 20%;
    max-height: 20%;
}
.button_modale{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.modal-content {
    background-color: #FBFFFB;
    color: #2f2f2f;
    padding: 2rem;
    border-radius: 12px;
    width: 90%;
    max-width: 1000px;
    max-height: 100vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.modal-logo {
    margin-bottom: 1rem;
    text-align: center;
}

.modal-text p {
    line-height: 1;
    margin: 4px;
    max-width: 100%;
}

.close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: #a2bba3;
}

.continue-button {
    background-color: #a2bba3;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.continue-button:hover {
    background-color: #90a892;
}


/***********************
MOBILE
************************/

@media screen and (min-width: 769px) {
    .modal-content {
        max-height: 90vh;
        overflow-y: auto;
    }
}

@media screen and (max-width: 768px) {

    /**** générale ***/

    .location {
        overflow: scroll;
        scroll-snap-type: y mandatory;
    }

    .subtheme {
        min-height: calc(100vh - 80px);
        scroll-snap-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .grid__menu {
        display: none;
    }

    .container__mobile {
        display: block;
    }

    .container_vaisselles_lg {
        display: none;
    }

    .big_logo {
        display: none;
    }

    .big_logo2 {
        display: block;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .big_logo2 img {
        height: 300px;
        width: auto
    }

    h2 {
        font-size: 3rem;
        margin: 24px auto;
    }

    h3 {
        font-size: 2rem;
        margin: 20px 20px;
    }

    h4 {
        font-size: 1.1rem;
    }

    p {
        font-size: 1rem;
        margin: 8px 8px;
        padding: 8px;
    }

    /***** Menu ******/

    .navbar_links,
    .media {
        display: none;
    }

    .header {
        justify-content: space-between;
        align-items: center;
    }

    .burger {
        display: block;
        position: relative;
        padding: 0;
        width: 45px;
        height: 45px;
        border: none;
        background: transparent;
        cursor: pointer;
        margin-right: 10px;
    }

    .bar {
        display: block;
        width: 45px;
        height: 4px;
        border-radius: 3px;
        background: #a2bba3;
        transition: all 0.5s ease-in-out;
    }

    .bar::before,
    .bar::after {
        content: "";
        width: 45px;
        height: 4px;
        position: absolute;
        left: 0;
        background: #a2bba3;
        border-radius: 3px;
        transition: all 0.5s ease-in-out;
    }

    .bar::before {
        transform: translateY(-12px);
    }

    .bar::after {
        transform: translateY(12px);
    }

    .show-nav .bar {
        width: 45px;
        background: transparent;
    }

    .show-nav .bar::before {
        transform: rotate(45deg);
    }

    .show-nav .bar::after {
        transform: rotate(-45deg);
    }

    .overlay {
        opacity: 0;
        transition: all 0.5s ease-in;
    }

    .header.show-nav .overlay {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 80px);
        ;
        background-color: #6b6f6c97;
        opacity: 1;
        transition: all 0.5s ease-in;
    }

    .nav_mobile {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: fixed;
        top: 80px;
        right: -100%;
        width: 80%;
        height: calc(100vh - 80px);
        background-color: #a2bba3;
        transition: all 0.5s ease-in;
    }

    .header.show-nav .nav_mobile {
        right: 0;
        transition: all 0.5s ease-in;
    }

    .navbar_links_mobile {
        display: flex;
        flex-direction: column;
    }

    .navbar_link_mobile {
        width: 100%;
        margin: 8px 16px;
    }

    .navbar_link_mobile a {
        text-decoration: none;
        color: #FBFFFB;
        list-style: none;
        font-size: 24px;
    }

    .navbar_links_sub_menu {
        margin-left: 24px;
        margin-top: 12px;
    }

    .navbar_links_sub_menu li {
        padding-top: 8px;
    }

    .navbar_links_sub_menu a {
        color: #333;
        font-size: 16px;
    }

    .media_mobile {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        height: 80px;
    }

    .media_mobile a {
        font-size: 42px;
        color: #FBFFFB;
    }


    /**** text presentation ***/
    .words-wrapper {
        font-size: 28px;
    }

    .words-wrapper .words {
        --width-mobile: 45px width: var(--width-mobile) !important;
        height: 40px;
    }

    /****** Notre démarche******/
    .general_presentation,
    .personnelle_presentation {
        flex-direction: column;
    }

    .photo_presentation,
    .texte_presentation {
        width: 100%;
        margin: 24px 0
    }


    .cecile_presentation {
        flex-direction: column-reverse;
    }

    .lucie_presentation {
        flex-direction: column;
    }

    .texte_presentation p,
    .right_presentation,
    .left_presentation,
    .right_presentation p,
    .left_presentation p {
        padding: 12px 0;
    }

    /******Contact*****/
    .contact {
        flex-direction: column-reverse;
        color: black;
    }

    .form-left,
    .form-right {
        width: 100%;
        border-right: none;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    .form-right {
        border-bottom: solid 1px grey;
    }

    .footer a {
        text-align: center;
        display: flex;
    }

    /****Vaisselles****/
    .grid2 {
        display: none;
    }

    .vaisselle_container {
        display: none;
    }

    .mobile_vaisselle {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        height: 50%;
    }

    .mobile_vaisselle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .lb-image,
    .lb-dataContainer {
        max-width: 100%;
        height: auto !important;
        width: 100%;
    }

    .lb-outerContainer {
        max-width: 100%;
        height: auto !important;
    }

    .glide__slide img {
        border-radius: 20px;
        height: 300px;
        width: 250px;
        margin: 0;
    }

    .glide__arrows {
        display: none;
    }
}