* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: MonumentExtended-Regular;
}

@font-face {
    font-family: MonumentExtended-Regular;
    src: url(/media/fonts/MonumentExtended-Regular.otf);
}

@font-face {
    font-family: MonumentExtended-Ultrabold;
    src: url(/media/fonts/MonumentExtended-Ultrabold.otf);
}

.nav_bg {
    background-color: #00484E;
    height: 100px;
}


.nav_bg .logo {
    width: 150px;
    height: auto;
}

.menu {
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
}

.menu_nav {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.menu ul li {
    display: inline;
    text-decoration: none;

}

.menu ul li a {
    color: white;
    padding: 0 1rem 0 0;
    font-family: MonumentExtended-Regular;
    font-size: 1.2em;
    text-decoration: none;
}

.icon_soceil {
    width: 30px;
}

.icon_livrsaion {
    width: 150px;
}

.cover_slide {
    background-color: #00484E;
}

.sticks_slide {
    position: absolute;
    width: 600px;
    height: 320px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}

.sticks_one_two_three {
    /* max-width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    z-index: auto;
    position: absolute; */
    position: absolute;
    z-index: auto;
    /* place .boite-doree au-dessus de .boite-verte et .boite-tirets */
    width: auto;
    left: 750px;
    top: 40em;
    margin: 0 auto;

}

.cover_slide_img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.center_504 {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding-top: 90px;
}

.bg_405 {
    background-image: url(/media//slide/bg_405.webp);
    height: auto;
}


.numero_tel {
    color: aliceblue;
}

.text_socail {
    color: aliceblue;
}

.footer_bas {
    display: flex;
    background-color: black;
}

.footer_bas .text_footer {
    text-align: center;
    font-family: MonumentExtended-Regular;
    color: aliceblue;
    font: 1vw;
    padding-top: 1em;
}

/* MOBILE */

.nav_bg {
    background-color: #00484E;
    height: auto;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 12px;
    padding: 10px;
}

.grid-container>div {
    text-align: center;
}

.grid-container .logo {
    width: 100px;
}

.text_mobile {
    color: aliceblue;
    font-size: 3.5vw;
    text-decoration: none;
}

.cover_slide_img_mobile {
    background-color: #00484E;
}

.cover_slide_img_mobile img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sticks_slide_mobile {
    position: absolute;
    width: auto;
    height: 500px;
    left: 0;
    right: 0;
    top: 150px;
    bottom: 0;
    z-index: 10;
}

.sticks_slide_mobile img {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    position: relative;
}

.sticks_one_two_three_mobile img {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding-top: 1em;

}

.img_du_choix {
    max-width: 100%;
    width: 200px;
}

.img_du_choix_405 {
    max-width: 100%;
    width: 250px;
}

.bg_line {
    height: 8px;
    background-image: url(/media/bg_line.webp);
    background-size: 20%;
}

.bg_405_mobile {
    background-image: url(/media/slide/bg_405.webp);
    background-color: #00484E;
    background-size: cover;

}

.center_504_mobile {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding-top: 80px;
}

.d-flex_mobile_img {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
}

.d-flex_mobile_img img {
    padding: 1rem;
}

.d-flex_mobile_icon_livrsaion {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    padding: 10px;
}


.num_mobile {
    text-align: center;
    color: aliceblue;
    font-size: 2vw;
}

.d-flex_mobile_icon_soceil {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    gap: 5px;
    padding: 10px;
}

.text_socail_mobile h5 {
    color: aliceblue;
}

/* .container{
    width: auto;
} */

.centered-element {
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    max-width: 1200px;
}

.gd_titer {
    font-family: MonumentExtended-Ultrabold;
    color: #00484E;
    font-size: 2rem;
}

.entiere {
    /* max-width: ; */
    display: grid;
    margin: 0 auto;
    /* grid-template-columns:repeat(3, 1fr); */
    grid-gap: 1rem;
}

@media (min-width: 600px) {
    .entiere {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .entiere {
        grid-template-columns: repeat(3, 1fr);
    }
}


.grid-item {
    /* 
    padding: 10px;
    height: 100%;
    max-width: auto;
    width: auto; */
    border-radius: 2px;
    border: 3px solid rgba(0, 0, 0, 0.8);

}

.grid-item .card_grid {
    padding: 1rem;
    height: auto;
}

.grid-item img {
    width: 100%;
    background-size: contain;
}

.s_titre {
    font-size: 18px;
    color: gray;
    line-height: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.price {
    margin-top: 15px;
}

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

.item12 {
    grid-column: 1 / span 1;
}

.item13 {
    grid-area: 1;
}

.item14 {
    grid-area: 0;
}

@media (min-width: 900px) {
    .item2 {
        grid-area: 1 / 2 / 3;
    }

    .item12 {
        grid-column: 1 / span 3;
    }

    .item13 {
        grid-area: 1 / 3 / 3;
    }

    .item14 {
        grid-area: 2/ 2/2;
    }

}



.slider-sm{
overflow: hidden;
margin: auto;
}

.slider-sm .slider{
  display: flex;
  animation: slider 13s infinite ease-in-out;
  height: 250px;
}

.slider img {
    background: #00484E;
    flex-shrink: 0;
    width: 100%;
}

@keyframes slider{
    0%,
    15% {
        transform: translate(0);
    }
    20%,
    35% {
        transform: translate(-100%);
    }
    40%,
    55% {
        transform: translate(-200%);
    }
    60%,
    65% {
        transform: translate(-300%);
    }
    80%,
    85% {
        transform: translate(-400%);
    }
    100% {
        transform: translate(-400%);
    }
}

.slider-sfd{
    overflow: hidden;
    margin: auto;
    }
.slider-sfd .slider_1{
    display: flex;
    animation: slider 10s infinite ease-in-out;
    height: 250px;
  }
  .slider_1 img {
      background: #00484E;
      flex-shrink: 0;
      width: 100%;
  }
  @keyframes slider_1{
    0%,
    20% {
        transform: translate(0);
    }
    25%,
    45% {
        transform: translate(-100%);
    }
    50%,
    70% {
        transform: translate(-200%);
    }
    75%,
    95% {
        transform: translate(-300%);
    }
    100% {
        transform: translate(-400%);
    }
}


@media screen and (max-width: 600px) {
    .desserts_ecran{
      display: none;
    }
  }

  @media screen and (min-width: 600px) {
    .desserts_mobile{
      display: none;
    }
  }