@import url("https://fonts.googleapis.com/css2?family=Bowlby+One+SC&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&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

:root {
  --orange: #fc5a40;
  --gris: #707070;
  --blanc: #ffffff;
  --noir: #232323;
  --poppins: "Poppins", sans-serif;
  --bowlby: "Bowlby One SC", cursive;
  --rubik: "Rubik", sans-serif;
}

#gform_submit_button_1 {
  color: var(--orange);
  text-decoration: none;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid var(--orange);
  border-radius: 8px;
  background: unset;
}

#gform_submit_button_1:hover {
  color: var(--blanc);
  background-color: var(--orange);
}

.gform-theme--framework .field_sublabel_above .gform-field-label--type-sub {
  font-weight: 500;
  color: #112337;
}

.gform-theme--foundation .gform_footer,
.gform-theme--foundation .gform_page_footer {
  justify-content: center;
}

.gform_heading {
  display: none !important;
}

.container-custom {
  max-width: 1320px;
  margin: 0 auto;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: var(--orange);
}

h1 {
  font-family: var(--bowlby);
  font-size: 48px;
  text-transform: uppercase;
}

h2 {
  font-family: var(--bowlby);
  font-size: 36px;
}

.img-fluid,
.img-fluid img,
.img-fluid picture,
.img-fluid picture img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  color: #707070;
  font-family: var(--poppins);
  font-size: 16px;
}

/*header*/
.btn-commander.plein {
  background-color: var(--orange);
  color: var(--blanc);
  border: 1px solid var(--orange);
}

.btn-commander.plein:hover {
  background-color: var(--blanc);
  color: var(--orange);
}

.btn-commander.plein:hover a svg path {
  stroke: var(--orange);
}

.btn-commander.plein a {
  color: inherit;
  text-decoration: none;
  display: flex;
}

.btn-commander.plein svg path {
  stroke: var(--blanc);
}

header>div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e9e9e9;
}

header>div>div:nth-child(3) {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

header>div>div:nth-child(3)>div:nth-child(1) {
  border: 1px solid var(--orange);

  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

header>div>div:nth-child(3)>div:nth-child(1):hover {
  background-color: var(--orange);
}

header>div>div:nth-child(3)>div:nth-child(1):hover svg path {
  fill: var(--blanc);
}

header>div>div:nth-child(3)>div:nth-child(1) a {
  padding: 15px;
}

header>div>div:nth-child(3)>div:nth-child(1) svg path {
  transition: all 0.3s;
}

header nav {
  margin-top: auto;
}

header nav>ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 0;
}

header nav>ul>li {
  list-style: none;
}

header nav>ul>li>a {
  color: var(--noir);
  text-decoration: none;
  transition: all 0.3s;
  font-family: var(--poppins);
  font-size: 18px;
  font-weight: 500;
}

header nav>ul>li>a:hover {
  color: var(--orange);
}

header nav>ul>li.current_page_item {
  margin-bottom: 10px;
  border-bottom: 3px solid var(--orange);
}

/*footer*/
footer>div.container-custom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

footer>div.container-custom:nth-child(1) {
  padding: 50px 0;
  border-top: 1px solid var(--gris);
  border-bottom: 1px solid var(--gris);
}

footer>div.container-custom:nth-child(2) {
  padding: 20px 0;
}

footer>div.container-custom p {
  margin-bottom: 0;
}

footer>div.container-custom p.titre-footer {
  color: var(--orange);
  font-family: var(--bowlby);
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1;
}

footer>div.container-custom p.adresse {
  margin-bottom: 30px;
}

.gauche-footer {
  max-width: 330px;
}

.milieu-footer {
  max-width: 216px;
}

.droite-footer {
  max-width: 338px;
}

.lien-facebook a svg path {
  transition: all 0.3s;
}

footer p a {
  color: var(--gris);
  text-decoration: none;
  transition: all 0.3s;
}

footer p a:hover {
  color: var(--orange);
}

.lien-facebook:hover a svg path {
  fill: var(--noir);
}

.ligne-horraire {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

footer>div.container-custom .droite-footer .ligne-horraire p {
  font-size: 15px;
}

footer>div.container-custom .droite-footer .ligne-horraire p:nth-child(1) {
  color: var(--orange);
  font-family: var(--rubik);
}

footer .gauche-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}

footer .gauche-footer p,
footer>div.container-custom:nth-child(2) p {
  font-size: 12px;
}

footer>div.container-custom:nth-child(2) a {
  color: var(--orange);
  transition: all 0.3s;
}

footer>div.container-custom:nth-child(2) a:hover {
  color: var(--gris);
}

.milieu-footer>p:nth-child(5) {
  margin-top: 15px;
  width: fit-content;
}

/*accueil*/
.bloc-1>div:nth-child(1) {
  max-width: 536px;
  width: 100%;
}

.bloc-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 125px;
}

.img-droite {
  max-width: 648px;
  width: 100%;
  position: relative;
}

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

.ligne-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
}

.btn-consulter {
  border-radius: 6px;
  background-color: var(--orange);
  color: white;

  font-family: var(--poppins);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid var(--orange);
  transition: all 0.3s;
}

.btn-consulter:hover {
  background-color: var(--blanc);
  color: var(--orange);
}

.btn-consulter a {
  padding: 10px 20px;
  color: inherit;
  text-decoration: none;
  display: flex;
}

.btn-commander {
  border-radius: 6px;

  color: var(--orange);
  font-family: var(--poppins);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid var(--orange);
  transition: all 0.3s;
}

.btn-commander a svg {
  margin-right: 10px;
  transition: all 0.3s;
}

.btn-commander:hover {
  background-color: var(--orange);
  color: var(--blanc);
}

.btn-commander:hover a svg path {
  stroke: var(--blanc);
}

.btn-commander a {
  padding: 10px 20px;
  color: inherit;
  text-decoration: none;
  display: flex;
}

.bloc-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 125px;
}

.bloc-2>div:nth-child(1) {
  max-width: 648px;
  width: 100%;
}

.bloc-2>div:nth-child(2) {
  max-width: 536px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.img-3 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.img-3 img {
  width: calc(100% / 2 - 24px);
  height: auto;
  object-fit: cover;
  border-radius: 15px;
  max-height: 355px;
  height: 100%;
}

.img-3>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
}

.img-3>div>img:nth-child(1) {
  width: 312px;
  height: auto;
}

.img-3>div>img:nth-child(2) {
  width: 200px;
  height: auto;
}

.fond-image>div {
  min-height: 701px;
  display: flex;
  align-items: center;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.3) 100%);
}

.fond-image {
  margin-bottom: 125px;
}

.fond-image>div>div {
  justify-content: flex-start;
  width: 100%;
}

.fond-image>div>div>div {
  max-width: 536px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.fond-image>div>div h2 {
  color: var(--blanc);
}

.fond-image>div>div p {
  color: var(--blanc);
}

.bloc-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 125px;
}

.bloc-3>div:nth-child(1) {
  max-width: 648px;
  width: 100%;
}

.bloc-3>div:nth-child(2) {
  max-width: 536px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.bandeau {
  min-height: 412px;
  display: flex;
  align-items: center;
  margin-bottom: 65px;
  border-radius: 20px;
}

.bandeau>div {
  margin-left: 8.48%;
  max-width: 536px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.bandeau h2 {
  color: var(--blanc);
}

/*carte*/
main>section:nth-child(1) {
  margin-top: 50px;
}

.bandeau-haut,
.bandeau-haut>div {
  border-radius: 20px;
}

.bandeau-haut>div {
  min-height: 305px;
  display: flex;
  align-items: center;
  margin-bottom: 55px;
  background-size: cover;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.4) 100%);
}

.ligne-bandeau-haut {
  max-width: 928px;
  margin-left: 8.48%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.gauche-bandeau {
  max-width: 536px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

.bandeau-haut h1,
.bandeau-haut h2,
.bandeau-haut p {
  color: var(--blanc);
}

.bandeau-haut h1 {
  font-size: 36px;
}

.ligne-bandeau-haut {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}

.droite-bandeau {
  max-width: 314px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 130px;
}

.droite-bandeau>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.droite-bandeau>div>p:nth-child(1) {
  font-weight: 600;
}

.droite-bandeau>div>p:nth-child(2) {
  font-size: 24px;
  font-family: var(--bowlby);
}

.euro {
  color: var(--orange);
  font-size: 16px;
  vertical-align: top;
}

.nav-carte>div {
  max-width: 1095px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.nav-carte>div>div {
  width: calc(100% / 4 - 64px);
}

.nav-carte>div>div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.nav-carte a {
  color: var(--noir);
  font-family: var(--bowlby);
  font-size: 20px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: center;
  transition: all 0.3s;
}

/*.nav-carte a:hover {
  color: var(--orange);
}*/

.nav-carte a span span {
  color: var(--orange);
}

.nav-carte a svg path {
  transition: all 0.3s;
}

.nav-carte a:hover svg:not(.pas) path {
  fill: var(--noir);
}

.nav-carte a:hover svg.pas path {
  stroke: var(--noir);
}

.colonne-1 {
  width: 55.5%;
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.colonne-1>p:nth-child(1) {
  color: var(--noir);
  font-family: var(--bowlby);
  font-size: 22px;
  text-transform: uppercase;
}

.colonne-1>p:nth-child(2) {
  color: var(--gris);
  font-family: var(--poppins);
  font-size: 16px;
}

.prix {
  color: var(--noir);
  text-align: center;
  font-family: var(--bowlby);
  font-size: 24px;
  width: 22.6%;
}

thead {
  border-top: 1px solid #cecece;
  border-right: 0px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-left: 0;
}

thead tr th {
  color: var(--noir);
  font-family: var(--poppins);
  font-size: 16px;
  font-weight: 600;
  padding: 8px;
  text-align: center;
}

tbody>tr:nth-child(odd) {
  background-color: #f9f9f9;
}

tbody>tr>td {
  padding: 20px 0;

  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-left: 0;
}

tbody>tr>td.prix.seul {
  border-right: 0;
}

tbody>tr>td:nth-child(3) {
  border-right: 0;
}

tbody>tr>td.colonne-1 p {
  margin-left: 10px;
}

.carte-pizz {
  margin-top: 45px;
}

.carte-pizz>div.container-custom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.img-carte,
.a-la-suite {
  position: sticky;
  top: 0;
}

.carte {
  max-width: 984px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.midi {
  max-width: 312px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%),
    url("/wp-content/uploads/2024/10/repas-midi.png") lightgray 50% / cover no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 0px 65px;
  min-height: 100vh;
}

.midi p {
  color: var(--blanc);
  text-align: center;
}

.midi>p.premier {
  font-size: 22px;
  font-family: var(--bowlby);
  text-transform: uppercase;
  margin-top: 10px;
}

.midi>p.deuxieme {
  font-size: 32px;
  font-family: var(--bowlby);
  text-transform: uppercase;
}

.midi .plus {
  font-size: 40px;
  font-family: var(--bowlby);
  color: var(--orange);
  line-height: 1;
}

.midi>p.quatrieme {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quatrieme>span:nth-child(2) {
  color: var(--orange);
  font-weight: 600;
  font-size: 24px;
}

.texte-legal {
  text-align: center;
  max-width: 872px;
  margin: 64px auto;
}

.midi.autre .quatrieme {
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
}

.midi.autre .quatrieme>span:nth-child(2) {
  color: var(--orange);
  font-weight: 400;
  font-size: 16px;
}

.midi.autre .quatrieme>span {
  color: var(--orange);
}

.midi.autre .troisieme {
  color: var(--blanc);

  font-size: 20px;
  font-family: var(--bowlby);
}

.midi.autre .troisieme>span {
  color: var(--orange);
  font-size: 20px;
}

.midi.autre {
  padding: 0 40px;
}

.midi.autre .premier>span {
  color: var(--orange);
}

.a-la-suite.autre>.midi {
  min-height: 460px;
}

.a-la-suite.autre {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.a-la-suite.autre>div.midi:nth-child(1) {
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%),
    url("/wp-content/uploads/2024/10/tous-les-mardis.png") lightgray 50% / cover no-repeat;
}

.a-la-suite.autre>div.midi:nth-child(2) {
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%),
    url("/wp-content/uploads/2024/10/tous-les-jeudis.png") lightgray 50% / cover no-repeat;
}

.a-la-suite.autre>div.midi:nth-child(2) .deuxieme {
  color: var(--orange);
}

.huit {
  font-size: 22px;
  font-family: var(--bowlby);
  text-transform: uppercase;
}

.huit>span:nth-child(1)>span {
  font-size: 36px;
}

.huit>span {
  font-size: 36px;
}

.huit>span:nth-child(1) {
  font-size: 22px;
}

.huit>span.orange {
  color: var(--orange);
}

.img-carte {
  max-width: 536px;
  object-fit: cover;
  width: 100%;
  max-height: 100vh;
  border-radius: 20px;
}

/*contact*/
.haut-de-page-contact>div {
  position: relative;
}

.haut-de-page-contact>div>img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

.haut-de-page-contact>div>h1 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
  color: var(--blanc);
  width: 100%;
  z-index: 1;
}

.fond-sur-image {
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 20px;
}

.contact {
  margin-top: 75px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 75px;
  gap: 24px;
  align-items: flex-start;
}

.gauche-contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gauche-contact>div,
.droite-contact {
  background-color: #f4f4f4;
  padding: 40px;
  border-radius: 20px;
}

.titre-card {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--rubik);
  color: var(--noir);
}

.gauche-contact>div>p a {
  font-size: 16px;
  font-family: var(--poppins);
  color: var(--gris);
  text-decoration: none;
  transition: all 0.3s;
}

.gauche-contact>div>p a svg {
  margin-right: 10px;
}

.gauche-contact>div>p a:hover {
  color: var(--orange);
}

.gauche-contact>div>p a svg path {
  transition: all 0.3s;
}

.gauche-contact>div>p a:hover svg path {
  stroke: var(--orange);
}

.gauche-contact>div .ligne-horraire>p:nth-child(1) {
  font-family: var(--rubik);
  color: var(--orange);
  margin-bottom: 0;
}

.gauche-contact>div .ligne-horraire>p:nth-child(2) {
  font-family: var(--rubik);
  margin-bottom: 0;
  text-align: right;
}

.wpcf7-form input,
textarea {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border: 0px solid #e9e9e9;
  padding: 20px;
  width: 100%;
}

textarea {
  width: 100%;
  height: 200px;
}

.wpcf7-form>p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  width: 100%;
}

.wpcf7-form>p>br {
  display: none;
}

.wpcf7-form>p>span {
  width: 100%;
}

.wpcf7-form>p:nth-child(1)>span.wpcf7-form-control-wrap,
.wpcf7-form>p:nth-child(2)>span.wpcf7-form-control-wrap {
  width: calc(100% / 2 - 12px);
}

.wpcf7-form>p:nth-child(4)>span.wpcf7-form-control-wrap .gauche-contact {
  max-width: 28.13%;
  width: 100%;
}

.wpcf7-form>p>span>label {
  width: 100%;
}

.droite-contact {
  max-width: 68.75%;
  width: 100%;
}

input[type="submit"] {
  background-color: var(--orange);
  color: var(--blanc);
  border: 1px solid var(--orange);
  border-radius: 6px;
  padding: 20px;
  font-family: var(--poppins);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s;
  width: 20%;
}

input[type="submit"]:hover {
  background-color: var(--blanc);
  color: var(--orange);
}

.wpcf7-form>p:nth-of-type(5) {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.wpcf7-spinner {
  display: none;
}

button.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--orange);
  color: var(--blanc);
  padding: 10px 20px;
  border-radius: 50px;
  display: none;
  transition: all 0.3s;
  appearance: none;
  border: none;
  outline: none;
  aspect-ratio: 1;
  width: 40px;
  height: 40px;
  z-index: 9999999;
  cursor: pointer;
}

button.scroll-to-top img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

a.btn.btn-primary {
  background-color: var(--orange);
  color: var(--blanc);
  border: 1px solid var(--orange);
}

a.btn.btn-primary:hover {
  background-color: var(--blanc);
  color: var(--orange);
}

.btn-menu-mobile {
  display: none;
}

p>a {
  color: var(--orange);
  text-decoration: none;
  transition: all 0.3s;
}

p>a:hover {
  color: var(--noir);
}

@media screen and (max-width: 1440px) {
  .container-custom {
    max-width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .img-carte {
    width: 35.7%;
  }

  .bloc-3 {
    flex-direction: column;
    gap: 24px;
  }

  .bloc-3>div:nth-child(1) {
    max-width: 100%;
    width: 100%;
  }

  .bloc-3>div:nth-child(1) img {
    max-width: 100%;
    width: 100%;
  }

  .bloc-3>div:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contact {
    flex-direction: column;
    gap: 24px;
  }

  .gauche-contact,
  .droite-contact {
    width: 100%;
    max-width: 100%;
  }

  footer>div.container-custom:nth-child(1) {
    flex-direction: column;
    align-items: center;
  }

  footer>div.container-custom p.titre-footer {
    text-align: center;
  }

  footer>div.container-custom p {
    text-align: center;
  }

  .milieu-footer>p:nth-child(5) {
    margin: 0 auto;
    margin-top: 15px;
  }

  footer>div.container-custom:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .nav-carte>div>div {
    width: calc(100% / 2 - 64px);
  }

  .nav-carte>div {
    flex-wrap: wrap;
    max-width: 90%;
  }

  .btn-menu-mobile {
    display: block;
    appearance: none;
    background-color: transparent;
    border: 0;
  }

  .nav-menu {
    display: none;
  }

  header {
    position: relative;
  }

  .nav-menu.menu-mobile-visible {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--orange);
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    padding: 40px;
    color: var(--blanc);
  }

  header nav>ul>li>a {
    color: var(--blanc);
    text-align: center;
  }

  header>div>div:nth-child(3).pas-visible-en-mobile {
    display: none;
  }

  header nav {
    margin-top: unset;
  }
}

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

  .haut-de-page-contact>div>h1 {
    font-size: 24px;
  }

  .wpcf7-form>p {
    flex-direction: column;
    gap: 20px;
  }

  .wpcf7-form>p:nth-child(1)>span.wpcf7-form-control-wrap,
  .wpcf7-form>p:nth-child(2)>span.wpcf7-form-control-wrap {
    width: 100%;
  }

  input[type="submit"] {
    width: 100%;
  }

  .ligne-btn {
    flex-direction: column;
    gap: 20px;
  }

  .carte-pizz>div.container-custom {
    flex-direction: column;
    gap: 24px;
  }

  .img-carte {
    width: 100%;
  }

  .img-carte,
  .a-la-suite {
    position: relative;
    width: 100%;
  }

  .ligne-bandeau-haut {
    flex-direction: column;
    gap: 20px;
    margin-left: 0;
    text-align: center;
    padding: 20px;
  }

  main>section:nth-child(1) {
    background-size: cover;
    background-position: center;
  }

  .nav-carte>div>div {
    width: 100%;
  }

  .nav-carte>div {
    gap: 20px;
  }

  .midi {
    max-width: 100%;
    min-height: auto;
    padding: 20px;
  }

  h2 {
    font-size: 24px;
  }

  .colonne-1>p:nth-child(1) {
    font-size: 16px;
  }

  .colonne-1>p:nth-child(2) {
    font-size: 14px;
  }

  .prix {
    font-size: 15px;
  }

  thead tr th {
    font-size: 12px;
  }

  .bloc-2>div:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }

  .bloc-2>div:nth-child(1) {
    max-width: 100%;
    width: 100%;
  }

  .bloc-2 {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .bloc-1,
  .bloc-2,
  .bloc-3,
  .fond-image,
  .carte,
  .contact,
  .haut-de-page-contact {
    margin-bottom: 65px;
  }
}