@font-face {
  font-family: "font1";
  src: url("../assets/PPAgrandir-Variable.ttf") format("truetype-variations");
}
@font-face {
  font-family: "font1_gras";
  src: url("../assets/PPAgrandir-GrandHeavy.otf") format("opentype-variations");
}
@media screen and (min-width: 600px) {
  .Titre_H {
    color: #FF6B00;
    font-family: "font1_gras";
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    background-color: #000AFF;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transform: translate(-100%, -200%);
    rotate: 90deg;
    padding: 0px 5px 0px 5px;
    position: absolute;
    top: 166px;
    right: 7vw;
    order: 1;
  }
  .Titre_H:hover {
    cursor: pointer;
  }
  .Titre_T {
    color: #000AFF;
    font-family: "font1_gras";
    text-transform: uppercase;
    text-align: center;
    background-color: #FF6B00;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1000;
    transform: translate(-100%, 200%);
    rotate: 90deg;
    padding: 0px 5px 0px 5px;
    position: absolute;
    top: 166px;
    left: 7vw;
    order: 1;
  }
  .Titre_T:hover {
    cursor: pointer;
  }
  .Titre_H_Histoire {
    color: #FF6B00;
    font-family: "font1_gras";
    text-transform: uppercase;
    text-align: center;
    background-color: #000AFF;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 55;
    transform: translate(-100%, -470%);
    rotate: 90deg;
    padding: 0px 5px 0px 5px;
    position: fixed;
    top: 326px;
    right: 2vw;
    order: 1;
  }
  .Titre_H_Histoire:hover {
    cursor: pointer;
  }
  .Titre_T_Histoire {
    color: #000AFF;
    font-family: "font1_gras";
    text-transform: uppercase;
    text-align: center;
    background-color: #FF6B00;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 55 !important;
    transform: translate(60%, 450%);
    rotate: 90deg;
    padding: 0px 5px 0px 5px;
    position: fixed;
    top: 0px;
    left: 2vw;
    order: 1;
  }
  .Titre_T_Histoire:hover {
    cursor: pointer;
  }
  .Titre_Ingredients_H_Cont {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    opacity: 1;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Titre_Ingredients_T_Cont {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    opacity: 1;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Titre_Ingredients_T_H_Cont_Hide {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    opacity: 0;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Titre_Ingredients_H {
    font-family: "font1_gras";
    text-transform: uppercase;
    font-size: 30px;
    color: #FF6B00;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #000AFF;
    padding: 0px 25px 0px 25px;
    margin-top: 5vh;
  }
  .Titre_Ingredients_T {
    font-family: "font1_gras";
    text-transform: uppercase;
    font-size: 30px;
    color: #000AFF;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #FF6B00;
    padding: 0px 25px 0px 25px;
    margin-top: 5vh;
    position: relative;
    left: 3vw;
  }
  .Ingredients_Conteneur_T {
    font-family: "font1_gras";
    font-size: 2vw;
    text-transform: uppercase;
    width: 100%;
    height: 80vh;
    margin-top: 5vh;
    margin-left: 10vw;
    margin-right: 5vw;
  }
  .Ingredients_Conteneur_H {
    font-family: "font1_gras";
    font-size: 2vw;
    text-transform: uppercase;
    width: 100%;
    height: 80vh;
    margin-top: 5vh;
    margin-left: 5vw;
    margin-right: 10vw;
  }
  .Ingredients_T {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 4vh 4vw;
  }
  .Ingredients_H {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 4vh 4vw;
  }
  .img_Display_T {
    position: fixed;
    height: 80vh;
    width: 75%;
    top: 10vh;
    z-index: -2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-animation: rotation 3s ease-in-out infinite;
            animation: rotation 3s ease-in-out infinite;
  }
  .img_Display_H {
    position: fixed;
    height: 80vh;
    width: 75%;
    top: 10vh;
    z-index: -2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-animation: rotation 3s ease-in-out infinite;
            animation: rotation 3s ease-in-out infinite;
    display: none;
  }
  @-webkit-keyframes rotation {
    0% {
      transform: rotate(10deg);
    }
    50% {
      transform: rotate(-10deg);
    }
    100% {
      transform: rotate(10deg);
    }
  }
  @keyframes rotation {
    0% {
      transform: rotate(10deg);
    }
    50% {
      transform: rotate(-10deg);
    }
    100% {
      transform: rotate(10deg);
    }
  }
  .Sel_T {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 1;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Sel_T:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 1;
    color: #000AFF;
    background-color: #FF6B00;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    display: block;
    cursor: pointer;
  }
  .Farine_T {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 2;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Farine_T:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 2;
    color: #000AFF;
    background-color: #FF6B00;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    display: block;
    cursor: pointer;
  }
  .Lait_T {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 3;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Lait_T:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 3;
    color: #000AFF;
    background-color: #FF6B00;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    display: block;
    cursor: pointer;
  }
  .Levure_T {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 4;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Levure_T:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 4;
    color: #000AFF;
    background-color: #FF6B00;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    display: block;
    cursor: pointer;
  }
  .Beurre_T {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 5;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Beurre_T:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 5;
    color: #000AFF;
    background-color: #FF6B00;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    display: block;
    cursor: pointer;
  }
  .Eau_T {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 6;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Eau_T:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 6;
    color: #000AFF;
    background-color: #FF6B00;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    display: block;
    cursor: pointer;
  }
  .Oeuf_T {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 7;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Oeuf_T:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 7;
    color: #000AFF;
    background-color: #FF6B00;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    display: block;
    cursor: pointer;
  }
  .Farine_H {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 1;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Farine_H:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 1;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    display: block;
    cursor: pointer;
  }
  .Sel_H {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 2;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Sel_H:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 2;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    display: block;
    cursor: pointer;
  }
  .Sucre_H {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 3;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Sucre_H:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 3;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    display: block;
    cursor: pointer;
  }
  .Levure_H {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 4;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Levure_H:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 4;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    display: block;
    cursor: pointer;
  }
  .Oeuf_H {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 5;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Oeuf_H:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 5;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    display: block;
    cursor: pointer;
  }
  .Huile_H {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 6;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Huile_H:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 6;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    display: block;
    cursor: pointer;
  }
  .Eau_H {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 7;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Eau_H:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 7;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    display: block;
    cursor: pointer;
  }
  .Pavot_H {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    order: 8;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Pavot_H:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 8;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    display: block;
    cursor: pointer;
  }
  .Sel_T_clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 1;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Farine_T_clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 2;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Lait_T_clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 3;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Levure_T_clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 4;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Beurre_T_clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 5;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Eau_T_clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 6;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Oeuf_T_clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 7;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Farine_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 1;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Sel_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 2;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Sucre_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 3;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Levure_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 4;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Oeuf_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 5;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Huile_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 6;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Eau_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 7;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Pavot_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
    order: 8;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .button_next_Ingredients_T {
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 15px;
    border: #FF6B00 3px;
    border-style: solid;
    border-radius: 25px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .button_next_Ingredients_T:hover {
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 35px;
    border: #FF6B00 3px;
    border-style: solid;
    border-radius: 25px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Go_Button_T {
    font-family: "font1_gras";
    font-size: 45px;
    text-transform: uppercase;
    color: #FF6B00;
  }
  .button_next_Ingredients_H {
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 15px;
    border: #000AFF 3px;
    border-style: solid;
    border-radius: 25px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .button_next_Ingredients_H:hover {
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 35px;
    border: #000AFF 3px;
    border-style: solid;
    border-radius: 25px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Go_Button_H {
    font-family: "font1_gras";
    font-size: 45px;
    text-transform: uppercase;
    color: #000AFF;
  }
}
@media screen and (max-width: 600px) {
  body {
    overflow: hidden;
  }
  .Titre_H {
    color: #FF6B00;
    font-size: 15px;
    font-family: "font1_gras";
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    background-color: #000AFF;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transform: translate(-100%, -200%);
    rotate: 90deg;
    padding: 0px 5px 0px 5px;
    position: absolute;
    top: 150px;
    right: 6vw;
    order: 1;
  }
  .Titre_H:hover {
    cursor: pointer;
  }
  .Titre_T {
    color: #000AFF;
    font-size: 15px;
    font-family: "font1_gras";
    text-transform: uppercase;
    text-align: center;
    background-color: #FF6B00;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
    transform: translate(-100%, 200%);
    rotate: 90deg;
    padding: 0px 5px 0px 5px;
    position: absolute;
    top: 150px;
    left: 7vw;
    order: 1;
  }
  .Titre_T:hover {
    cursor: pointer;
  }
  .Titre_H_Histoire {
    color: #FF6B00;
    font-size: 15px;
    font-family: "font1_gras";
    text-transform: uppercase;
    text-align: center;
    background-color: #000AFF;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 55;
    transform: translate(-100%, -470%);
    rotate: 90deg;
    padding: 0px 5px 0px 5px;
    position: absolute;
    top: 300px;
    right: 45%;
    order: 1;
  }
  .Titre_H_Histoire:hover {
    cursor: pointer;
  }
  .Titre_T_Histoire {
    color: #000AFF;
    font-size: 15px;
    font-family: "font1_gras";
    text-transform: uppercase;
    text-align: center;
    background-color: #FF6B00;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 55 !important;
    transform: translate(60%, 450%);
    rotate: 90deg;
    padding: 0px 5px 0px 5px;
    position: absolute;
    top: -5px;
    left: 40%;
    order: 1;
  }
  .Titre_T_Histoire:hover {
    cursor: pointer;
  }
  .Titre_Ingredients_H_Cont {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    opacity: 1;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Titre_Ingredients_T_Cont {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    opacity: 1;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Titre_Ingredients_T_H_Cont_Hide {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    opacity: 0;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Titre_Ingredients_H {
    font-family: "font1_gras";
    text-transform: uppercase;
    font-size: 20px;
    color: #FF6B00;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #000AFF;
    padding: 0px 25px 0px 25px;
    margin-top: 5vh;
    margin-right: 15vw;
    opacity: 0;
  }
  .Titre_Ingredients_T {
    font-family: "font1_gras";
    text-transform: uppercase;
    font-size: 20px;
    color: #000AFF;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #FF6B00;
    padding: 0px 25px 0px 25px;
    margin-top: 5vh;
    margin-left: 10vw;
    opacity: 0;
  }
  .Ingredients_Conteneur_T {
    font-family: "font1_gras";
    text-transform: uppercase;
    width: 80%;
    height: 80vh;
    margin-top: 5vh;
    margin-left: 10vw;
    margin-right: 0vw;
  }
  .Ingredients_Conteneur_H {
    font-family: "font1_gras";
    text-transform: uppercase;
    width: 80%;
    height: 80vh;
    margin-top: 5vh;
    margin-left: 0vw;
    margin-right: 5vw;
  }
  .Ingredients_T {
    font-size: 10px;
    width: 90%;
    margin-left: 5%;
    height: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 4vh 4vw;
    font-size: 15px;
  }
  .Ingredients_H {
    width: 90%;
    margin-right: 5%;
    height: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 4vh 4vw;
    font-size: 15px;
  }
  .img_Display_T {
    position: fixed;
    height: 50vh;
    width: 50%;
    top: 10vh;
    z-index: -2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-animation: rotation 3s ease-in-out infinite;
            animation: rotation 3s ease-in-out infinite;
  }
  .img_Display_H {
    position: fixed;
    height: 50vh;
    width: 50%;
    top: 10vh;
    z-index: -2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-animation: rotation 3s ease-in-out infinite;
            animation: rotation 3s ease-in-out infinite;
    display: none;
  }
  @-webkit-keyframes rotation {
    0% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(5deg);
    }
  }
  @keyframes rotation {
    0% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(5deg);
    }
  }
  .Sel_T {
    width: 100%;
    text-align: center;
    transform: scale(0.8, 1);
    order: 1;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Sel_T:hover {
    width: 100%;
    text-align: center;
    order: 1;
    color: #000AFF;
    background-color: #FF6B00;
    border-radius: 25px;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: pointer;
  }
  .Farine_T {
    width: 100%;
    text-align: center;
    transform: scale(0.8, 1);
    order: 2;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Farine_T:hover {
    width: 100%;
    text-align: center;
    order: 2;
    color: #000AFF;
    background-color: #FF6B00;
    border-radius: 25px;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: pointer;
  }
  .Lait_T {
    width: 100%;
    text-align: center;
    transform: scale(0.8, 1);
    order: 3;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Lait_T:hover {
    width: 100%;
    text-align: center;
    order: 3;
    color: #000AFF;
    background-color: #FF6B00;
    border-radius: 25px;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: pointer;
  }
  .Levure_T {
    width: 100%;
    text-align: center;
    transform: scale(0.8, 1);
    order: 4;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Levure_T:hover {
    width: 100%;
    text-align: center;
    order: 4;
    color: #000AFF;
    background-color: #FF6B00;
    border-radius: 25px;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: pointer;
  }
  .Beurre_T {
    width: 100%;
    text-align: center;
    transform: scale(0.8, 1);
    order: 5;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Beurre_T:hover {
    width: 100%;
    text-align: center;
    order: 5;
    color: #000AFF;
    background-color: #FF6B00;
    border-radius: 25px;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: pointer;
  }
  .Eau_T {
    width: 100%;
    text-align: center;
    transform: scale(0.8, 1);
    order: 6;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Eau_T:hover {
    width: 100%;
    text-align: center;
    order: 6;
    color: #000AFF;
    background-color: #FF6B00;
    border-radius: 25px;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: pointer;
  }
  .Oeuf_T {
    width: 100%;
    text-align: center;
    transform: scale(0.8, 1);
    order: 7;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Oeuf_T:hover {
    width: 100%;
    text-align: center;
    order: 7;
    color: #000AFF;
    background-color: #FF6B00;
    border-radius: 25px;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: pointer;
  }
  .Farine_H {
    width: 100%;
    text-align: center;
    transform: scale(0.8, 1);
    order: 1;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Farine_H:hover {
    width: 100%;
    text-align: center;
    border-radius: 25px;
    order: 1;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: pointer;
  }
  .Sel_H {
    width: 100%;
    text-align: center;
    transform: scale(0.8, 1);
    order: 2;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Sel_H:hover {
    width: 100%;
    text-align: center;
    border-radius: 25px;
    order: 2;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: pointer;
  }
  .Sucre_H {
    width: 100%;
    text-align: center;
    transform: scale(0.8, 1);
    order: 3;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Sucre_H:hover {
    width: 100%;
    text-align: center;
    border-radius: 25px;
    order: 3;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: pointer;
  }
  .Levure_H {
    width: 100%;
    text-align: center;
    transform: scale(0.8, 1);
    order: 4;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Levure_H:hover {
    width: 100%;
    text-align: center;
    border-radius: 25px;
    order: 4;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: pointer;
  }
  .Oeuf_H {
    width: 100%;
    text-align: center;
    transform: scale(0.8, 1);
    order: 5;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Oeuf_H:hover {
    width: 100%;
    text-align: center;
    border-radius: 25px;
    order: 5;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: pointer;
  }
  .Huile_H {
    width: 100%;
    text-align: center;
    transform: scale(0.8, 1);
    order: 6;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Huile_H:hover {
    width: 100%;
    text-align: center;
    border-radius: 25px;
    order: 6;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: pointer;
  }
  .Eau_H {
    width: 100%;
    text-align: center;
    transform: scale(0.8, 1);
    order: 7;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Eau_H:hover {
    width: 100%;
    text-align: center;
    border-radius: 25px;
    order: 7;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: pointer;
  }
  .Pavot_H {
    width: 100%;
    text-align: center;
    transform: scale(0.8, 1);
    order: 8;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 10px 0px 10px;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Pavot_H:hover {
    width: 100%;
    text-align: center;
    border-radius: 25px;
    order: 8;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    display: block;
    cursor: pointer;
  }
  .Sel_T_clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    order: 1;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Farine_T_clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    order: 2;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Lait_T_clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    order: 3;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Levure_T_clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    order: 4;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Beurre_T_clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    order: 5;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Eau_T_clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    order: 6;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Oeuf_T_clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    order: 7;
    color: #FF6B00;
    background-color: #000AFF;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Farine_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    order: 1;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Sel_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    order: 2;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Sucre_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    order: 3;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Levure_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    order: 4;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Oeuf_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    order: 5;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Huile_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    order: 6;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Eau_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    order: 7;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .Pavot_H_Clicked {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    order: 8;
    color: #000AFF;
    background-color: #FF6B00;
    padding: 0px 5px 0px 5px;
    -webkit-animation: all;
            animation: all;
    transition: 0.1666666667s;
    cursor: pointer;
  }
  .button_next_Ingredients_T {
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 15px;
    border: #FF6B00 3px;
    border-style: solid;
    border-radius: 25px;
    position: relative;
    bottom: 55px;
    left: 4vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .button_next_Ingredients_T:hover {
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 25px;
    border: #FF6B00 3px;
    border-style: solid;
    border-radius: 25px;
    position: relative;
    bottom: 55px;
    left: 4vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Go_Button_T {
    font-family: "font1_gras";
    font-size: 10px;
    text-transform: uppercase;
    color: #FF6B00;
  }
  .button_next_Ingredients_H {
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 15px;
    border: #000AFF 3px;
    border-style: solid;
    border-radius: 25px;
    position: relative;
    bottom: 55px;
    right: 5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .button_next_Ingredients_H:hover {
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 25px;
    border: #000AFF 3px;
    border-style: solid;
    border-radius: 25px;
    position: relative;
    bottom: 55px;
    right: 5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    -webkit-animation: all;
            animation: all;
    transition: 0.5s;
  }
  .Go_Button_H {
    font-family: "font1_gras";
    font-size: 10px;
    text-transform: uppercase;
    color: #000AFF;
  }
}/*# sourceMappingURL=style_Titre.css.map */