* {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-weight: bold;
}

.Menu_burger {
  display: none;
}
html {
  scroll-behavior: smooth;
}

header {
  background-color: rgb(255, 115, 0);
  height: 180px;
  padding: 0 100px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
header a {
  text-decoration: none;
}
.Icones {
  height: 40px;
  padding: 0 18px;
}
.Icones:hover {
  opacity: 0.7;
}
.Instagram {
  height: 45px;
}
.Logo {
  height: 150px;
}
.Gauche {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.Droite {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.Langue {
  font-size: 20px;
  display: flex;
  background-color: white;
  color: rgb(45, 40, 100);
  width: 106px;
  height: 50px;
  border: 3px solid rgb(29, 25, 80);
  border-radius: 30px;
  padding: 0 5px;
  margin: 0 0 0 15px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.Langue_actuelle::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 1000;
  content: "\f00c";
  position: absolute;
  padding-left: 10px;
}
.Terre {
  height: 30px;
  padding-left: 2px;
}
.Fleche {
  height: 25px;
  padding-right: 2px;
}
.sousmenu_langue {
  font-size: 22px;
  text-align: center;
  background-color: white;
  display: none;
  position: absolute;
  width: 117px;
  border: 3px solid rgb(29, 25, 80);
  border-radius: 25px;
  background-color: white;
  left: -3px;
  top: -3px;
  overflow: hidden;
}
.Langue:hover .sousmenu_langue {
  display: block;
}
.sousmenu_langue a {
  color: rgb(29, 25, 80);
}
.sousmenu_langue li {
  list-style: none;
  padding: 15px;
}
.sousmenu_langue li:hover {
  background-color: rgb(233, 233, 233);
}

.Navigation_principale {
  font-size: 20px;
  border-top: 2px solid rgb(29, 25, 80);
  border-bottom: 2px solid rgb(29, 25, 80);
  background-color: white;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Active {
  color: rgb(255, 115, 0);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
.Navigation_principale ul {
  display: flex;
}
.Navigation_principale li {
  list-style-type: none;
  padding: 30px;
}
.Navigation_principale a {
  color: rgb(29, 25, 80);
  text-decoration: none;
}
.Navigation_principale a:hover {
  color: rgb(255, 115, 0);
}

.Intro {
  height: 960px;
  display: flex;
  margin: auto;
  background-image: url(images/photos/bowls/UMAMIDO+-+SFEER-292.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.Contenu {
  max-width: 100%;
  display: flex;
  margin: auto;
  position: absolute;
  position: relative;
  width: auto;
  transition: all 0.3s ease-in-out;
}
.Contenu:hover {
  transform: scale(1.02);
  transition: all 0.3s ease-in-out;
}
.Texte_intro {
  position: absolute;
  width: 180px;
  background-color: white;
  z-index: 10;
  left: 0;
  transform: translateX(-50%);
  bottom: -50px;
  border: 2px solid rgb(29, 25, 80);
  padding: 30px;
  box-shadow: 10px 10px 30px 20px rgb(0 0 0 / 0.4);
}
.Texte_intro h1 {
  color: rgb(51, 44, 138);
  padding-left: 10px;
  font-size: 38px;
}
.Texte_intro p {
  padding: 30px 0 30px 10px;
  font-size: 20px;
}
.Texte_intro a {
  color: rgb(51, 44, 138);
  font-size: 28px;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  padding-left: 10px;
  position: relative;
}
.Texte_intro a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 1000;
  content: "\f061";
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
}
.Texte_intro a:hover::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 1000;
  content: "\f061";
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 25px;
  transition: all 0.15s ease-in-out;
}
.Texte_intro a:hover {
  color: rgb(255, 115, 0);
  transition: all 0.1s ease-in-out;
}
.Images_intro {
  width: calc(100% - 100px);
  max-width: 1000px;
  margin: auto;
  display: flex;
  line-height: 0;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 10px 10px 30px 10px rgb(0 0 0 / 0.4);
  transition: all 0.25s ease-in-out;
}
.Images_intro img {
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.Images_intro .slick-prev {
  display: none !important;
}

.bouton_bas {
  display: flex;
  height: 55px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.bouton_bas img {
  border-radius: 100%;
  border: 2px solid rgb(29, 25, 80);
  justify-content: space-between;
  align-items: center;
  background-color: rgb(29, 25, 80);
}
.Banner_orange_intro {
  background-color: rgb(255, 115, 0);
  height: 100px;
  width: 100%;
  border-top: 2px solid rgb(29, 25, 80);
}

#Carousel {
  width: 100%;
  overflow: hidden;
}
.Images_carousel button {
  background: none;
}
.Images_carousel {
  display: flex;
  line-height: 0;
}
.Images_carousel img {
  width: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  aspect-ratio: 1/1;
  border-right: 1px solid rgb(29, 25, 80);
}
.Fleches {
  display: flex;
  height: 50px;
  position: absolute;
  right: 20px;
  border-radius: 100%;
  border: 2px solid rgb(29, 25, 80);
  justify-content: space-between;
  align-items: center;
}
.Banner_orange_haut {
  background-color: rgb(255, 115, 0);
  height: 100px;
  width: 100%;
  border-bottom: 2px solid rgb(29, 25, 80);
}
.Banner_orange_bas {
  background-color: rgb(255, 115, 0);
  height: 100px;
  width: 100%;
  border-top: 2px solid rgb(29, 25, 80);
  border-bottom: 2px solid rgb(29, 25, 80);
}
.slick-arrow {
  font-size: 0;
  line-height: 0;
  border: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
.slick-next {
  left: auto;
  right: 0;
  transform: translateX(50%) translateY(-50%);
}
.slick-prev::after {
  background-image: url(images/fleches/chevron_cercle_gauche_blanc.svg);
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0 50px;
  border-radius: 100%;
  border: 2px solid rgb(29, 25, 80);
  background-color: rgb(29, 25, 80);
  transition: all 0.25s ease-in-out;
}
.slick-prev:hover::after {
  width: 55px;
  height: 55px;
  transition: all 0.25s ease-in-out;
}
.slick-next::after {
  background-image: url(images/fleches/chevron_cercle_blanc.svg);
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0 -50px;
  border-radius: 100%;
  border: 2px solid rgb(29, 25, 80);
  background-color: rgb(29, 25, 80);
  transition: all 0.25s ease-in-out;
}
.slick-next:hover::after {
  width: 55px;
  height: 55px;
  transition: all 0.25s ease-in-out;
}

#Menu_accueil {
  background-color: rgb(51, 44, 138);
  background-image: url(images/Fond\ Feuilles.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 1360px;
  padding-top: 260px;
}
.Boutons_menu {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 550px);
  grid-template-rows: repeat(2, 300px);
  gap: 400px;
  position: relative;
}
.call_to_action {
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.call_to_action .image_cta {
  width: 100%;
  max-width: 550px;
  height: 370px;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  box-shadow: 10px 10px 30px 20px rgb(0 0 0 / 0.4);
}
.call_to_action:hover {
  transform: scale(1.05);
  font-size: 30px;
  transition: all 0.3s ease-in-out;
}
.call_to_action.entrees .image_cta {
  background-image: url(images/photos/entrees/web5.jpg);
}
.call_to_action.bowls .image_cta {
  background-image: url(images/photos/bowls/UMAMIDO4.jpg);
}
.call_to_action.boissons .image_cta {
  background-image: url(images/photos/boissons/web3.jpg);
}
.call_to_action.desserts .image_cta {
  background-image: url(images/photos/desserts/sakura-mochi-snacks-thumbnail.webp);
}
.call_to_action button {
  font-size: 28px;
  text-decoration: none;
  color: rgb(29, 25, 80);
  background-color: white;
  border-radius: 0;
  padding: 35px 80px 35px 55px;
  border: 2px solid rgb(29, 25, 80);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 10px 10px 30px 10px rgb(0 0 0 / 0.4);
  position: relative;
  transition: all 0.15s ease-in-out;
}
.call_to_action:hover button {
  font-size: 30px;
  text-decoration: none;
  color: rgb(29, 25, 80);
  background-color: white;
  border-radius: 0;
  padding: 35px 100px 35px 55px;
  border: 2px solid rgb(29, 25, 80);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 10px 10px 30px 10px rgb(0 0 0 / 0.4);
  position: relative;
  color: rgb(255, 115, 0);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  cursor: pointer;
}
.call_to_action button::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
  transition: all 0.15s ease-in-out;
}
.call_to_action:hover button::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 35px;
}

footer {
  background-color: rgb(255, 115, 0);
  color: white;
  border-top: 2px solid rgb(29, 25, 80);
  font-size: 20px;
}
.Contenu_footer {
  display: flex;
  padding: 90px;
  justify-content: space-around;
}
footer a {
  color: white;
  text-underline-offset: 3px;
}
footer a:hover {
  opacity: 0.7;
}
footer img {
  width: 500px;
  transform: translateX(-6%) translateY(-10%);
}
.footer {
  display: grid;
  gap: 20px;
  line-height: 35px;
}
.Googlemaps {
  background-image: url(images/googlemaps.png);
  width: 400px;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-color: black;
  border: 2px solid rgb(29, 25, 80);
  transition: all 0.2s ease-in-out;
}
.Googlemaps:hover {
  transform: scale(1.025);
  transition: all 0.2s ease-in-out;
}

.Contenu_footer_mobile {
  display: none;
}
.Logo_footer {
  display: none;
}

/*** MEDIA QUERIES ***/

/* Tablettes */

@media (min-width: 769px) and (max-width: 1366px) {
  * {
    margin: 0;
    padding: 0;
  }
  header {
    height: 150px;
    width: 100%;
    padding: 0;
    position: fixed;
    z-index: 30;
    border-bottom: 2px solid rgb(29, 25, 80);
  }
  .Logo {
    height: 120px;
  }
  .Langue,
  .Icones,
  .sousmenu_langue,
  .Navigation_principale {
    display: none;
  }

  .contenu_burger {
    padding-top: 100px;
    padding-left: 100px;
    height: 100vh;
    display: block;
    width: 100vw;
    position: fixed;
    z-index: 11;
    background-color: white;
    border: 2px solid rgb(29, 25, 80);
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
  }
  input:checked ~ .contenu_burger {
    top: 0;
    right: 0;
    transform: translateX(0);
    position: fixed;
    transition: all 0.5s ease-in-out;
  }
  .Menu_burger {
    height: 100vh;
    display: block;
    width: auto;
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
  }
  .Menu_burger input {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    margin: 0;
    z-index: 30;
    opacity: 0;
    top: 45px;
    right: 50px;
    cursor: pointer;
  }
  .Menu_burger span {
    position: absolute;
    top: 50px;
    right: 50px;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(images/barre/menu_burger.svg);
    background-repeat: no-repeat;
    z-index: 15;
    transition: all 0.1s ease-in-out;
  }
  .Menu_burger input:checked ~ ul {
    transform: none;
  }
  .Menu_burger input:checked ~ span {
    background-image: url(images/barre/xcroix_bleu.svg);
    width: 50px;
    height: 50px;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 45px;
    right: 45px;
  }
  .Menu_burger li {
    list-style-type: none;
  }
  .Menu_burger a {
    color: rgb(29, 25, 80);
    text-decoration: none;
  }
  .Menu_burger a.Langue_actuelle {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    color: rgb(255, 115, 0);
  }
  .Langue_actuelle::after {
    display: none;
  }

  .sousmenu_langue_mobile ul {
    text-align: center;
    background-color: white;
    display: flex;
  }
  .sousmenu_langue_mobile li {
    padding-right: 40px;
    padding-bottom: 100px;
  }
  .sousmenu_langue_mobile a {
    font-size: 28px;
  }

  .Navigation_mobile li {
    padding-bottom: 65px;
  }
  .Navigation_mobile a {
    font-size: 30px;
  }

  .Icones_burger {
    padding-top: 60px;
    display: flex;
    align-items: center;
  }
  .Icones_burger img {
    height: 55px;
    padding-right: 50px;
  }
  #Instagram {
    height: 60px;
  }

  .Intro {
    background-color: rgb(255, 231, 176);
    background-image: url(images/Fond\ Feuilles.svg);
    background-size: auto;
    background-repeat: no-repeat;
    height: auto;
    padding: 210px 50px 125px 50px;
    margin: 0;
  }
  .Contenu {
    margin: 0;
    flex-wrap: wrap;
  }
  .Images_intro {
    width: calc(100%);
    border-radius: 20px;
    max-width: 700px;
    box-shadow: 10px 10px 30px 0 rgb(0 0 0 / 0.4);
  }
  .bouton_bas {
    display: none;
  }
  .Banner_orange_intro {
    display: none;
  }
  .Texte_intro {
    background-color: white;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    background-color: white;
    padding: 30px;
    box-shadow: none;
    line-height: 18px;
    box-sizing: border-box;
    position: relative;
    top: 45px;
  }
  .Texte_intro h1 {
    color: rgb(51, 44, 138);
    padding-left: 5px;
    font-size: 26px;
  }
  .Texte_intro p {
    padding: 25px 0 25px 10px;
    font-size: 20px;
    line-height: 25px;
  }
  .Texte_intro a {
    color: rgb(51, 44, 138);
    font-size: 26px;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    position: relative;
  }
  .Texte_intro a::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 1000;
    content: "\f061";
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10px;
  }
  .Texte_intro a:hover::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 1000;
    content: "\f061";
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 15px;
    transition: all 0.15s ease-in-out;
  }
  .Texte_intro a:hover {
    color: rgb(255, 115, 0);
    transition: all 0.1s ease-in-out;
  }
  .slick-prev::after {
    display: none;
  }
  .slick-next::after {
    display: none;
  }
  .image_cta {
    margin: 0 auto;
  }
  .Banner_orange_haut {
    border-top: 2px solid rgb(29, 25, 80);
    height: 75px;
  }
  .Banner_orange_bas {
    height: 75px;
  }

  #Menu_accueil {
    height: auto;
    padding: 150px 0;
  }
  .Boutons_menu {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 160px;
    position: relative;
  }
  .slick-prev::after {
    display: none;
  }
  .slick-next::after {
    display: none;
  }
  .image_cta {
    margin: 0 auto;
  }
  .call_to_action .image_cta {
    width: 100%;
    max-width: 430px;
    height: 280px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 10px 10px 30px 20px rgb(0 0 0 / 0.4);
    position: relative;
  }
  .call_to_action button {
    font-size: 26px;
    color: rgb(29, 25, 80);
    background-color: white;
    border-radius: 0;
    padding: 28px 50px 35px 50px;
    border: 2px solid rgb(29, 25, 80);
    box-shadow: 10px 10px 30px 10px rgb(0 0 0 / 0.4);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1.5x;
    transition: all 0.15s ease-in-out;
  }
  .call_to_action:hover button {
    font-size: 26px;
    color: rgb(29, 25, 80);
    background-color: white;
    border-radius: 0;
    padding: 28px 50px 35px 50px;
    border: 2px solid rgb(29, 25, 80);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 10px 10px 30px 10px rgb(0 0 0 / 0.4);
    transition: all 0.15s ease-in-out;
  }
  .call_to_action button::after {
    display: none;
  }
  .call_to_action:hover button::after {
    display: none;
  }

  .Contenu_footer {
    display: none;
  }
  footer img {
    width: auto;
    transform: translateX(0) translateY(0);
  }

  .Footer_mobile {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .Contenu_footer_mobile {
    display: inline-block;
    margin: auto;
  }
  .Contenu_footer_mobile div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 40px;
    font-size: 22px;
  }
  .Contenu_footer_mobile div p {
    line-height: 30px;
  }
  .Contenu_footer_mobile div a {
    line-height: 32px;
  }
  .Logo_footer {
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }
  .Logo_footer img {
    width: 250px;
    margin: auto;
  }

  .Icones_info {
    height: 35px;
    padding-right: 20px;
  }
  .Reseaux_footer {
    box-sizing: border-box;
    margin: 10px auto;
    justify-content: center;
  }
  .Icones_footer {
    height: 45px;
    padding: 0 15px;
  }
  .Insta_footer {
    height: 50px;
  }
  .copyright {
    text-align: center;
  }
}

/* Mobile */

@media (max-width: 770px) {
  * {
    font-size: 14px;
    box-sizing: border-box;
  }
  header {
    height: 100px;
    width: 100%;
    padding: 0;
    position: fixed;
    z-index: 30;
    border-bottom: 2px solid rgb(29, 25, 80);
  }
  .Logo {
    height: 80px;
  }
  .Langue,
  .Icones,
  .sousmenu_langue,
  .Navigation_principale {
    display: none;
  }

  .contenu_burger {
    padding-top: 80px;
    padding-left: 60px;
    height: 100vh;
    display: block;
    width: 100vw;
    position: fixed;
    z-index: 11;
    background-color: white;
    border: 2px solid rgb(29, 25, 80);
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
  }
  input:checked ~ .contenu_burger {
    top: 0;
    right: 0;
    transform: translateX(0);
    position: fixed;
    transition: all 0.5s ease-in-out;
  }
  .Menu_burger {
    height: 100vh;
    display: block;
    width: 100vw;
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
  }
  .Menu_burger input {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: 0;
    z-index: 30;
    opacity: 0;
    top: 30px;
    right: 33px;
    cursor: pointer;
  }
  .Menu_burger span {
    position: absolute;
    top: 35px;
    right: 30px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(images/barre/menu_burger.svg);
    background-repeat: no-repeat;
    z-index: 15;
    transition: all 0.1s ease-in-out;
  }
  .Menu_burger input:checked ~ ul {
    transform: none;
  }
  .Menu_burger input:checked ~ span {
    background-image: url(images/barre/xcroix_bleu.svg);
    width: 30px;
    height: 30px;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 35px;
    right: 30px;
  }
  .Menu_burger li {
    list-style-type: none;
  }
  .Menu_burger a {
    color: rgb(29, 25, 80);
    text-decoration: none;
  }
  .Menu_burger a.Langue_actuelle {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    color: rgb(255, 115, 0);
  }
  .Langue_actuelle::after {
    display: none;
  }

  .sousmenu_langue_mobile ul {
    text-align: center;
    background-color: white;
    display: flex;
  }
  .sousmenu_langue_mobile li {
    padding-right: 30px;
    padding-bottom: 90px;
  }
  .sousmenu_langue_mobile a {
    font-size: 20px;
  }

  .Navigation_mobile li {
    padding-bottom: 40px;
  }
  .Navigation_mobile a {
    font-size: 22px;
  }

  .Icones_burger {
    padding-top: 50px;
    display: flex;
    align-items: center;
  }
  .Icones_burger img {
    height: 35px;
    padding-right: 35px;
  }
  #Instagram {
    height: 40px;
  }

  .Intro {
    background-color: rgb(255, 231, 176);
    background-image: url(images/Fond\ Feuilles.svg);
    background-size: auto;
    background-repeat: no-repeat;
    height: auto;
    padding: 165px 40px 80px 40px;
    margin: 0;
  }
  .Contenu {
    margin: 0;
    flex-wrap: wrap;
  }
  .Images_intro {
    width: calc(100%);
    border-radius: 20px;
    max-width: 700px;
    box-shadow: 10px 10px 30px 0 rgb(0 0 0 / 0.4);
  }
  .bouton_bas {
    display: none;
  }
  .Banner_orange_intro {
    display: none;
  }
  .Texte_intro {
    background-color: white;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background-color: white;
    padding: 20px;
    box-shadow: none;
    line-height: 18px;
    box-sizing: border-box;
    position: relative;
    top: 25px;
  }
  .Texte_intro h1 {
    color: rgb(51, 44, 138);
    padding-left: 5px;
    font-size: 18px;
  }
  .Texte_intro p {
    padding: 10px 0 10px 5px;
    font-size: 12px;
  }
  .Texte_intro a {
    color: rgb(51, 44, 138);
    font-size: 16px;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    position: relative;
  }
  .Texte_intro a::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 1000;
    content: "\f061";
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 5px;
  }
  .Texte_intro a:hover::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 1000;
    content: "\f061";
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 15px;
    transition: all 0.15s ease-in-out;
  }
  .Texte_intro a:hover {
    color: rgb(255, 115, 0);
    transition: all 0.1s ease-in-out;
  }

  .Banner_orange_haut {
    border-top: 2px solid rgb(29, 25, 80);
    height: 70px;
  }
  .Banner_orange_bas {
    height: 70px;
  }
  #Menu_accueil {
    height: auto;
    padding: 100px 0;
  }
  .Boutons_menu {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 130px;
    position: relative;
  }
  .slick-prev::after {
    display: none;
  }
  .slick-next::after {
    display: none;
  }
  .image_cta {
    margin: 0 auto;
  }
  .call_to_action .image_cta {
    width: 100%;
    max-width: 250px;
    height: 170px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 10px 10px 30px 20px rgb(0 0 0 / 0.4);
    position: relative;
  }
  .call_to_action button {
    font-size: 16px;
    color: rgb(29, 25, 80);
    background-color: white;
    border-radius: 0;
    padding: 18px 30px 20px 30px;
    border: 2px solid rgb(29, 25, 80);
    box-shadow: 10px 10px 30px 10px rgb(0 0 0 / 0.4);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1.5x;
    transition: all 0.15s ease-in-out;
  }
  .call_to_action:hover button {
    font-size: 16px;
    color: rgb(29, 25, 80);
    background-color: white;
    border-radius: 0;
    padding: 18px 35px 20px 35px;
    border: 2px solid rgb(29, 25, 80);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 10px 10px 30px 10px rgb(0 0 0 / 0.4);
    transition: all 0.15s ease-in-out;
  }
  .call_to_action button::after {
    display: none;
  }
  .call_to_action:hover button::after {
    display: none;
  }

  .Contenu_footer {
    display: none;
  }
  footer img {
    width: auto;
    transform: translateX(0) translateY(0);
  }

  .Footer_mobile {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .Contenu_footer_mobile {
    display: inline-block;
    margin: auto;
  }
  .Contenu_footer_mobile div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 20px;
  }
  .Contenu_footer_mobile div p {
    line-height: 20px;
  }
  .Contenu_footer_mobile div a {
    line-height: 22px;
  }
  .Logo_footer {
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }
  .Logo_footer img {
    width: 200px;
    margin: auto;
  }

  .Icones_info {
    height: 20px;
    padding-right: 10px;
  }
  .Reseaux_footer {
    box-sizing: border-box;
    margin: 10px auto;
    justify-content: center;
  }
  .Icones_footer {
    height: 40px;
    padding: 0 10px;
  }
  .Insta_footer {
    height: 45px;
  }
  .copyright {
    text-align: center;
  }
}
