/*
Theme Name: Portavia
Author: Mathieu Consalvi
Author URI: https://www.consalvi-mathieu.fr/
Version: 1.0
*/

body,h1,h2,h3,h4,h5,h6 {
  font-family: 'Brice', Arial, sans-serif;
}
body, html {
  font-family: 'Brice', Arial, sans-serif;
  height: 100%;
  color: #777;
  line-height: 1.8;
  user-select: none;
}
a:hover {
  text-decoration: none;
}


@font-face {
  font-family: 'Brice';
  src: url('/wp-content/themes/Portavia/font/Brice-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brice';
  src: url('/wp-content/themes/Portavia/font/Brice-Light.woff') format('woff');
  font-weight: 300; /* Light */
  font-style: normal;
}
@font-face {
  font-family: 'Brice';
  src: url('/wp-content/themes/Portavia/font/Brice-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}


.Trait-Rouge {
  width: 20px;
  height: 8px;
  display: block;
  background: #d18580;
  margin: 14px 0 28px 0;
}
input::placeholder, textarea::placeholder {  
  opacity: 1;
}

/*------------------------------/*------------------------------ 
                            Header 
------------------------------*//*------------------------------*/

nav {
  display: flex;
  height: 80px;
  border-bottom: 1px solid #f5e2ca;
}
nav .Col-Left, nav .Col-Right {
  width: 50%;
  padding-top: 25px;
}
nav .Col-Left {
  margin-left: 10%;
}
nav .Col-Left a {
  color: #2001f5;
  text-align: center;
  font-family: Brice;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.225px;
  margin-right: 40px;
}
nav .LogoHeader {
  padding: 10px 0;
}
nav .Col-Right {
  display: flex;
  margin-right: 10%;
  justify-content: end;
  padding-top: 20px;
}
nav .Col-Right .Btn-Inscrire, nav .Col-Right .Btn-Connecter {
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.225px;
  border-radius: 6px;
  width: 130px;
  height: 40px;
  padding-top: 4px;
}
nav .Col-Right .Btn-Inscrire {
  color: #2001f5;
  border: 1px solid #2001f5;
  background: white;
  margin-right: 32px;
}
nav .Col-Right .Btn-Connecter {
  color: white;
  border: 1px solid #2001f5;
  background: #2001f5;
}


/* Styles for Burger Menu */
.Burger-Menu {
  display: block;
  cursor: pointer;
}
.Burger-Icon {
  width: 30px;
  height: 20px;
  position: relative;
}
.Burger-Icon span {
  display: block;
  position: absolute;
  height: 3px;
  background: #2001f5;
  width: 100%;
  transition: 0.3s ease;
}
.Burger-Icon span:nth-child(1) {
  top: 0;
}
.Burger-Icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.Burger-Icon span:nth-child(3) {
  bottom: 0;
}

.Burger-Icon.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.Burger-Icon.active span:nth-child(2) {
  opacity: 0;
}
.Burger-Icon.active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/* Hidden by default */
.Menu-Items {
  display: none;
}
/* Displayed when the menu is active */
.Menu-Items.active {
  margin-left: 8%;
  margin-top: -5%;
  z-index: 1000;
  position: relative;
  background: white;
  display: flow-root;
  padding: 15px 5px;
  width: fit-content;
}

/*------------------------------/*------------------------------ 
                            Bloc One 
------------------------------*//*------------------------------*/

#Bloc-One {
  background: var(--Champagne, #F5E2CA); 
  height: 92vh;
  position: relative;
}
#Bloc-One  .Col-Middle {
  display: table-cell;
  text-align: center;
  width: 100vw;
  height: 92vh;
  vertical-align: middle;
}
#Bloc-One .Col-Middle h2 {
  color: #2001f5;
  font-family: Brice;
  font-size: 96px;
  font-style: normal;
  font-weight: bold;
  line-height: 110px; /* 114.583% */
  letter-spacing: -1.44px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#Bloc-One .Col-Middle p {
  color: #2001f5;
  font-family: Brice;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.27px;
  margin-bottom: 3%;
}
#Bloc-One .Col-Middle .Btn-Livraison {
  display: flex;
  justify-content: center;
}
#Bloc-One .Col-Middle .Btn-Delivero {
  border-radius: 6px;
  background: #00CCBC;
  display: flex;
  height: 50px;
  padding: 9px 35px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
#Bloc-One .Col-Middle .Btn-Uber {
  display: flex;
  width: 190px;
  height: 50px;
  padding: 16px 43px 17px 44px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  background: #262626;
  margin: 0 22px;
}
#Bloc-One .Col-Middle .Btn-Click\&Collect {
  width: 190px;
  height: 50px;
  display: flex;
  justify-content: center;
  border-radius: 6px;
  background: #d18580;
}
#Bloc-One .Col-Middle .Btn-Click\&Collect .ImageBtn-Click\&Collect {
  width: 37px;
  height: 37px;
  margin-top: 5px;
}
#Bloc-One .Col-Middle .Btn-Click\&Collect .TexteBtn-Click\&Collect {
  color: white;
  font-family: Brice;
  font-size: 15px;
  letter-spacing: -0.225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 6px 0 3px 10px;
}
#Bloc-One .imageEtoile1, #Bloc-One .imageEtoile2, #Bloc-One .imageEtoile3 {
  position: absolute; 
}

#Bloc-One .imageEtoile1 {
  width: 146px;
  height: 155px;
  left: 10%;
  bottom: 8%;
}
#Bloc-One .imageEtoile2 {
  width: 53px;
  height: 56px;
  right: 15%;
  top: 20%;
}
#Bloc-One .imageEtoile3 {
  width: 110px;
  height: 116px;
  right: 7%;
  top: 10%;
}
#Bloc-One .hellfest-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d18580; /* Rouge foncé */
  padding: 1rem 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  gap: 0.5rem;
  transition: transform 0.2s ease;
}
#Bloc-One .hellfest-banner .text {
  color: #f5e2ca;
  cursor: pointer;
  font-family: Brice;
  font-size: 22px;
  letter-spacing: -0.225px;
  line-height: 1.4;
  padding: 0 10px;
}
#Bloc-One .hellfest-banner:hover {
  transform: scale(1.05);
}

#Bloc-One .icon img, #Bloc-One .flame img{
  width: 50px;
}


/*------------------------------/*------------------------------ 
                            Bloc Two 
------------------------------*//*------------------------------*/

#Idee {
  height: 100vh;
  display: flex;
}
#Idee .Col-Left {
  width: 58%;
  padding: 0 14%;
  display: grid;
  height: 100vh;
  align-content: center;
  position: relative;
}
#Idee .Col-Right {
  width: 42%;
}
#Idee .Col-Right .Photo1 {
  width: 100%;
  padding: 9% 0;
  object-fit: cover;
  height: 100%;
}
#Idee .Col-Left h2 {
  color: #2001f5;
  font-family: Brice;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
#Idee .Col-Left h3 {
  color: #2001f5;
  font-family: Brice;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.42px;
  margin: 0;
}
#Idee .Col-Left p {
  color: #2001f5;
  font-family: Brice;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.27px;
}
#Idee .Col-Left .imageEtoile4, #Idee .Col-Left .imageEtoile5 {
  position: absolute;
}
#Idee .Col-Left .imageEtoile4 {
  bottom: 10%;
  left: 44%;
}
#Idee .Col-Left .imageEtoile5 {
  width: 177px;
  height: 186px;
  right: 1%;
  top: 17%;
}


/*------------------------------/*------------------------------ 
                            Bloc Three 
------------------------------*//*------------------------------*/

#Produit {
  background: #F5E2CA;
  position: relative;
  overflow: hidden;
}
#Produit .Img-Slide {
  width: 100%;
  height: 35vh;
  border-radius: 25px;
}
#Produit .active .Img-Slide {
  width: 30vw;
  height: 85vh;
  object-fit: initial;
}
#Produit .carousel {
  display: flex;
  overflow: hidden;
  width: 110vw;
  margin-left: -4.5vw;
  position: relative;
  align-items: end;
  padding-top: 100px;
  padding-bottom: 100px;
}
#Produit .slide {
  width: 15vw;
  transition: transform 0.5s ease;
  opacity: 0.5;
  margin: 0 10px;
}
#Produit  .active {
  transform: scale(1.5);
  opacity: 1;
  display: contents;
}
#Produit  button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background: transparent;
  z-index: 999;
}
#Produit  .prev {
  left: 35%;
  top: 45%;
}
#Produit  .next {
  right: 20%;
  top: 45%;
}
#Produit .Bloc-Texte {
  position: absolute;
  left: 10%;
  top: 7%;
}
#Produit .Bloc-Texte h2 {
  color: #2001f5;
  font-family: Brice;
  font-size: 96px;
  font-style: normal;
  font-weight: bold;
  line-height: 96px;
  letter-spacing: -1.44px;
  text-transform: uppercase;
}
#Produit .Bloc-Texte h3 {
  color: #2001f5;
  font-family: Brice;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
  letter-spacing: -0.42px;
}
#Produit .TextBuonAppetito {
  position: absolute;
  top: 11%;
  right: 11%;
  width: 150px;
}


/*------------------------------/*------------------------------ 
                            Bloc Four 
------------------------------*//*------------------------------*/

#Bloc-Four {
  padding-left: 25%;
  display: grid;
  margin: 100px 0;
  position: relative;
}
#Bloc-Four h2 {
  color:#2001f5;
  font-family: Brice;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
#Bloc-Four h3 {
  color: #2001f5;
  font-family: Brice;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.42px;
  margin: 0;
}
#Bloc-Four .Btn-LivraisonBloc-Four {
  display: flex;
  position: relative;
  margin-left: 5%;
  margin-top: 5%;
}
#Bloc-Four .Btn-LivraisonBloc-Four .Texte-Livraison {
  position: absolute;
  width: 120px;
  left: -5%;
  bottom: 40%;
  z-index: 1;
}
#Bloc-Four .Btn-LivraisonBloc-Four .Btn-Livraison {
  display: flex;
  justify-content: center;
}
#Bloc-Four .Btn-LivraisonBloc-Four .Btn-Delivero {
  border-radius: 6px;
  background: #00CCBC;
  display: flex;
  height: 50px;
  padding: 9px 35px;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
#Bloc-Four .Btn-LivraisonBloc-Four .Btn-Uber {
  display: flex;
  width: 190px;
  height: 50px;
  padding: 16px 43px 17px 44px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #262626;
  margin: 0 22px;
}
#Bloc-Four .Btn-LivraisonBloc-Four .Texte-Emporter {
  display: block;
  position: absolute;
  width: 120px;
  left: -35%;
  bottom: 40%;
  z-index: 1;
}
.Texte-Emporter-Mobile {
  display: none;
}
#Bloc-Four .Btn-LivraisonBloc-Four .Btn-Click\&Collect {
  width: 190px;
  height: 50px;
  display: flex;
  justify-content: center;
  border-radius: 6px;
  background: #d18580;
  position: relative;
  /*margin-left: 150px;*/
}
#Bloc-Four .Btn-LivraisonBloc-Four .Btn-Click\&Collect .ImageBtn-Click\&Collect {
  width: 37px;
  height: 37px;
  margin-top: 5px;
  z-index: 10;
}
#Bloc-Four .Btn-LivraisonBloc-Four .Btn-Click\&Collect .TexteBtn-Click\&Collect {
  color: white;
  font-family: Brice;
  font-size: 15px;
  letter-spacing: -0.225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 6px 0 3px 10px;
  z-index: 10;
}
#Bloc-Four .imageEtoile6, #Bloc-Four .imageEtoile7, #Bloc-Four .imageEtoile8 {
  position: absolute;
}
#Bloc-Four .imageEtoile6 {
  left: 10%;
  bottom: -2%;
}
#Bloc-Four .imageEtoile7 {
  top: -5%;
  right: 7%;
}
#Bloc-Four .imageEtoile8 {
  top: 27%;
  right: 15%;
}


/*------------------------------/*------------------------------ 
                            Bloc Five 
------------------------------*//*------------------------------*/

#Contact {
  height: 100vh;
  background: #F5E2CA;
  display: flex;
}
#Contact .Col-Left {
  width: 68%;
  display: flex;
  padding-left: 11.5%;
  position: relative;
  padding-right: 8%;
}
#Contact .Col-Left .Col-Small-Left {
  width: 58%;
}
#Contact .Col-Left .Col-Small-Right {
  width: 42%;
  margin-top: 7%;
}
#Contact .Col-Left .Col-Small-Left, #Contact .Col-Left .Col-Small-Right {
  display: grid;
  height: 100vh;
  align-content: center;
  position: relative;
}
#Contact .Col-Left .Col-Small-Left h2 {
  color:#2001f5;
  font-family: Brice;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
#Contact .Col-Left .Col-Small-Left h3 {
  color: #2001f5;
  font-family: Brice;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.42px;
  margin: 0;
}
#Contact .Col-Left .Col-Small-Left .wpcf7-form.init {
  width: 78%;
}
#Contact .Col-Left form label {
  width: 100%;
  margin-bottom: 24px;
}
#Contact .Col-Left form input, #Contact .Col-Left form textarea {
  border-radius: 6px;
  border: 1px solid #2001f5;
  background: #FFF;
  width: 100%;
  outline: none;
  color: #2001f5;
  font-family: Brice;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.225px;
  padding-left: 15px;
}
#Contact .Col-Left form input {
  height: 45px;
}
#Contact .Col-Left form textarea {
  height: 135px;
}
#Contact .Col-Left form .wpcf7-form-control.wpcf7-submit.has-spinner {
  margin-top: -14px;
  background: #2001f5;
  color: white;
}
#Contact .Col-Left .Col-Small-Right h3 {
  color: #2001f5;
  font-family: Brice;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.42px;
}
#Contact .Col-Left .Col-Small-Right p {
  color: #2001f5;
  font-family: Brice;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.27px;
}
#Contact .Col-Left .Col-Small-Right .Btn-Rejoindre {
  color: #FFF;
  font-family: Brice;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.27px;
  border-radius: 6px;
  background: #d18580;
  text-align: center;
  padding: 16px 24px;
  width: 197px;
  margin-top: 8px;
  margin-bottom: 14px;
}
#Contact .imageEtoile9, #Contact .imageEtoile10 {
  position: absolute;
}
#Contact .imageEtoile10 {
  right: 4%;
  top: 8%;
}
#Contact  .imageEtoile9 {
  top: 21%;
  right: 11%;
}
#Contact .Col-Right {
  width: 32%;
}
#Contact .Col-Right .Photo2 {
  width: 100%;
  padding: 9% 0;
  object-fit: cover;
  height: 100%;
  border-radius: 24px; 
}

/*------------------------------/*------------------------------ 
                            Bloc Six 
------------------------------*//*------------------------------*/

#Bloc-Six {
  display: flex;
}
#Bloc-Six .Col-Left, #Bloc-Six .Col-Right {
  width: 50%;
  height: 695px;
}
#Bloc-Six .Col-Left {
  padding-left: 11.5%;
  align-content: center;
  position: relative;
  display: grid;
}
#Bloc-Six .Col-Left h2 {
  color:#2001f5;
  font-family: Brice;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
#Bloc-Six .Col-Left h3 {
  color: #2001f5;
  font-family: Brice;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.42px;
  margin: 0;
}
#Bloc-Six .Col-Left p {
  color: #2001f5;
  font-family: Brice;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.27px;
}
#Bloc-Six .Col-Left .Titre\&Image {
  position: relative;
}
#Bloc-Six .Col-Left .Texte-AuRevoir {
  position: absolute;
  width: 120px;
  left: 48%;
  top: 10%;
}


/*------------------------------/*------------------------------ 
                            Footer
------------------------------*//*------------------------------*/

footer {
  display: flex;
  background: #2001f5;
}
Footer .Col-Left {
  width: 50%;
  padding-left: 11.5%;
  display: grid;
  align-content: center;
}
Footer .Col-Left .Lien-Footer {
  display: flex;
}
Footer .Col-Left .Col-Small-Left, Footer .Col-Left .Col-Small-Right {
  display: grid;
}
Footer h4 {
  color: white;
  font-family: Brice;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.42px;
}
Footer .Col-Left .Lien-Footer a {
  color: var(--White, #FFF);
  font-family: Brice;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.27px;
}
Footer .Col-Left .Col-Small-Right {
  padding-left: 15%;
}
Footer .Col-Middle {
  display: grid;
  align-content: center;
  width: 28%;
}
Footer .Col-Right {
  width: 22%;
}
Footer .Col-Right .LogoFooter {
  width: 250px;
  margin: 75px 0;
}


/*------------------------------/*------------------------------ 
                            Page Recrutement
------------------------------*//*------------------------------*/

#Page-Recrutement {
  height: 100vh;
}
#Page-Recrutement .Nav-Recrutement {
  height: 80px;
  padding-left: 10%;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  background: white;
  padding-top: 22px;
}
#Page-Recrutement .Nav-Recrutement a {
  color: #2001f5;
  font-family: Brice;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.225px;
  width: fit-content;
  text-decoration: none;
}
#Page-Recrutement .Nav-Recrutement .Btn-Retour {
  margin-right: 24px;
}
#Page-Recrutement section {
  background: #F5E2CA;
  position: relative;
  display: flex;
  height: 100vh;
}
#Page-Recrutement section .Col-Left, #Page-Recrutement section .Col-Right {
  width: 50%;
}
#Page-Recrutement section .Col-Left {
  padding-left: 10%;
  display: grid;
  align-content: center;
}
#Page-Recrutement section .Col-Left h2 {
  color:#2001f5;
  font-family: Brice;
  font-size: 96px;
  font-style: normal;
  font-weight: bold;
  line-height: 110px;
  letter-spacing: -1.44px; 
  text-transform: uppercase;
}
#Page-Recrutement section .Col-Left h3 {
  color: #2001f5;
  font-family: Brice;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.42px; 
  margin: 0;
}
#Page-Recrutement section .Col-Right .Photo-Recrutement {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
#Page-Recrutement .Formulaire-Recrutement {
  display: grid;
  align-content: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#Page-Recrutement .Formulaire-Recrutement form {
  width: 530px;
}
#Page-Recrutement .Formulaire-Recrutement form label {
  width: 100%;
  margin-bottom: 24px;
}
#Page-Recrutement .Formulaire-Recrutement form .wpcf7-form-control.wpcf7-file {
  padding-top: 8px;
}
#Page-Recrutement .Formulaire-Recrutement form input, #Page-Recrutement .Formulaire-Recrutement form textarea {
  border-radius: 6px;
  border: 1px solid #2001f5;
  background: #FFF;
  width: 100%;
  outline: none;
  color: #2001f5;
  font-family: Brice;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.225px;
  padding-left: 15px;
}
#Page-Recrutement .Formulaire-Recrutement form input {
  height: 45px;
}
#Page-Recrutement .Formulaire-Recrutement form textarea {
  height: 135px;
}
#Page-Recrutement .Formulaire-Recrutement form .wpcf7-form-control.wpcf7-submit.has-spinner {
  margin-top: -14px;
  background: #2001f5;
  color: white;
}
#Page-Recrutement .imageEtoile11 {
  position: absolute;
  bottom: 8%;
  left: 27%;
  width: 121px;
  height: 128px;
}
#Page-Recrutement .Photo-Recrutement-Mobile {
  display: none;
}


/*------------------------------/*------------------------------ 
                            Page - Conditions Générales
------------------------------*//*------------------------------*/

.bloc-conditions-generales {
  padding: 1% 11.5%;
  background: #f7e9d7;
  padding-bottom: 10%;
}
.bloc-conditions-generales .text-editeur {
  color: #2001f5;
  font-family: Brice;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.27px;
}
.bloc-conditions-generales .titre-top-bloc h2 {
  color: #2001f5;
  font-family: Brice;
  font-size: 42px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -0.42px;
  margin-bottom: 60px;
  margin-top: 60px;
}

/*------------------------------/*------------------------------ 
                            Responsive
------------------------------*//*------------------------------*/

/* Apple Imac 27" */
@media screen and (min-width: 2515px) {

}

/* Apple Imac 21.5" */
@media screen and (min-width: 1900px) and (max-width: 2000px) {

}

/* Apple MacBook Pro 15.4" */
@media screen and (min-width: 1650px) and (max-width: 1900px) {

}

/* Apple MacBook Air 13.3" */
@media screen and (max-width: 1450px) { 
  #Bloc-Six .Col-Left .Texte-AuRevoir {
    position: absolute;
    width: 120px;
    left: 65%;
    top: 10%;
  }
  #Contact .Col-Left .Col-Small-Left h2 {
    font-size: 54px;
  }
  #Contact .Col-Left .Col-Small-Right {
    padding-left: 4%;
  }
}

/* Apple MacBook Air 11.6" */
@media screen and (max-width: 1370px) {
 
}

/* Apple Ipad Pro 12.9" */
@media screen and (max-width: 1040px) {

}

/* Apple Ipad Air */
@media screen and (max-width: 780px) {

}

/* Mobile - Mode Paysage */
@media screen and (max-width: 950px) and (max-height: 540px) {
 
}

/* Mobile */
@media screen and (max-width: 540px) {

  h2 {
    font-size: 46px !important;
    line-height: 54px !important;
  }
  h3 {
    font-size: 24px !important;
  }

  nav {
    height: 65px;
  }
  nav .Col-Right {
    display: none;
  }
  nav .Col-Left {
    margin-left: 5%;
    display: flex;
    justify-content: left;
    margin-top: 5%;
  }
  nav .Col-Left, nav .Col-Right {
    width: 100%;
    padding-top: 0;
  }
  nav .Col-Left a {
    margin-right: 30px;
    align-items: center;
    display: block;
    text-align: left;
  }
  nav .Col-Left .Btn-Contact {
    margin-right: 0;
  }
  nav .LogoHeader {
    margin-right: 5%;
  }
  .Menu-Items.active {
    margin-left: 5%;
    margin-top: -8%;
  }

  #Bloc-One {
    height: 90vh;
  }
  #Bloc-One .Col-Middle {
    vertical-align: inherit;
  }
  #Bloc-One .Col-Middle h2 {
    font-size: 40px !important;
    line-height: 46px !important;
    margin-top: 40%;
  }
  #Bloc-One .Col-Middle p {
    margin-bottom: 10%;
  }
  #Bloc-One .Col-Middle .Btn-Livraison {
    display: grid;
    justify-content: center;
  }
  .Btn-Livraison a {
    margin: 10px auto;
  }
  #Bloc-One .imageEtoile3 {
    width: 82px;
    height: 88px;
    right: 3%;
    top: 2%;
  }
  #Bloc-One .imageEtoile2 {
    width: 40px;
    height: 42px;
    right: 15%;
    top: 10%;
  }
  #Bloc-One .imageEtoile1 {
    width: 84px;
    height: auto;
    left: 4%;
    bottom: 10%;
  }
  #Bloc-One .hellfest-banner {
    margin: 0 15px;
  }

  #Idee {
    height: auto;
    display: block;
  }
  #Idee .Col-Left {
    width: 100%;
    padding: 0px 8%;
    display: block;
    margin-top: 15%;
    height: auto;
  }
  #Idee .Col-Right {
    width: 100%;
  }
  #Idee .Col-Right .Photo1 {
    padding-bottom: 0;
  }
  #Idee .Col-Left .imageEtoile5 {
    width: 77px;
    height: 86px;
    right: 6%;
    top: -4%;
  }
  #Idee .Col-Left .imageEtoile4 {
    display: none;
  }
  #Idee .Col-Right .Photo1 {
    height: 55vh;
  }

  #Produit .Bloc-Texte {
    position: relative;
    margin-top: 15%;
  }
  #Produit .Bloc-Texte h2 {
    font-size: 64px;
    line-height: 70px;
  }
  #Produit .TextBuonAppetito {
    top: 7%;
    right: 8%;
    width: 110px;
  }
  #Produit .carousel {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #Produit .slide {
    flex: 0 0 calc(100vw / 2); /* Largeur pour afficher 2 slides sur un petit écran */
  }
  #Produit .active .Img-Slide {
    width: 75vw;
    height: auto;
  }
  #Produit .next {
    right: 15%;
    top: 30%;
  }
  #Produit .prev {
    right: 15%;
    left: inherit;
    top: 15%;
  }


  #Bloc-Four {
    padding-left: 10%;
    margin: 15% 0 0 0;
  }
  #Bloc-Four h2 {
    font-size: 42px !important;
    line-height: 42px !important;
  }
  #Bloc-Four .Btn-LivraisonBloc-Four {
    display: block;
    margin-left: 0%;
    margin-top: 10%;
  }
  #Bloc-Four .Btn-LivraisonBloc-Four .Btn-Click\&Collect {
    margin-left: 18%;
    margin-top: -5%;
    margin-bottom: 25%;
  }
  #Bloc-Four .Btn-LivraisonBloc-Four .Texte-Livraison {
    position: relative;
    left: 0;
    bottom: 0;
  }
  #Bloc-Four .Btn-LivraisonBloc-Four .Btn-Uber {
    margin: 16px 0px;
    margin-left: 18%;
  }
  #Bloc-Four .Btn-LivraisonBloc-Four .Btn-Delivero {
    margin-left: 18%;
    margin-top: -5%;
  }
  #Bloc-Four .Btn-LivraisonBloc-Four .Texte-Emporter-Mobile {
    position: relative;
    width: 135px;
    left: 0;
    bottom: 0;
    height: 88px;
    display: block;
    margin-top: 16%;
  }
  #Bloc-Four .Btn-LivraisonBloc-Four .Texte-Emporter {
    display: none;
  }
  #Bloc-Four .imageEtoile6 {
    left: 10%;
    bottom: 4%;
  }
  #Bloc-Four .imageEtoile8 {
    top: 27%;
    right: 8%;
  }
  #Bloc-Four .imageEtoile7 {
    top: 17%;
    right: 14%;
    width: 88px;
  }

  #Contact {
    height: auto;
    display: block;
  }
  #Contact .Col-Left .Col-Small-Left, #Contact .Col-Left .Col-Small-Right {
    display: block;
    padding-top: 15%;
    height: auto;
  }
  #Contact .Col-Left {
    width: 100%;
    display: block;
    padding-left: 8%;
  }
  #Contact .Col-Left .Col-Small-Left {
    width: 100%;
  }
  #Contact .Col-Left .Col-Small-Left .wpcf7-form.init {
    width: 100%;
  }
  #Contact .imageEtoile10 {
    right: 5%;
    top: 2%;
    width: 15%;
  }
  #Contact .Col-Left .Col-Small-Right {
    width: 100%;
    margin-top: 0%;
    padding-top: 5% !important;
  }
  #Contact .Col-Left .Col-Small-Right .Btn-Rejoindre {
    margin-top: 20px;
    margin-bottom: 34px;
    display: block;
  }
  #Contact .Col-Right {
    width: 100%;
  }
  #Contact .Col-Right .Photo2 {
    width: 100%;
    padding: 5% 0;
    height: 55vh;
    border-radius: 0;
    padding-bottom: 0;
  }
  #Contact .imageEtoile9 {
    display: none;
  }

  #Bloc-Six {
    display: block;
    padding-top: 13%;
  }
  #Bloc-Six .Col-Left {
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    display: block;
  }
  #Bloc-Six .Col-Left, #Bloc-Six .Col-Right {
    width: 100%;
    height: auto;
  }
  #Bloc-Six .Col-Left .Texte-AuRevoir {
    position: absolute;
    width: 120px;
    right: 10%;
    top: -40%;
  }
  #Bloc-Six .Col-Right iframe {
    height: 50vh;
  }

  footer {
    display: block;
  }
  Footer .Col-Left {
    width: 100%;
    padding-left: 0;
    display: block;
    padding-top: 10%;
  }
  Footer .Col-Left .Lien-Footer {
    display: block;
    text-align: center;
  }
  Footer .Col-Left .Col-Small-Right {
    padding-left: 0;
    padding-top: 10%;
  }
  Footer .Col-Middle {
    width: 100%;
    text-align: center;
    padding-top: 10%;
  }
  Footer .Col-Right {
    width: 100%;
    text-align: center;
  }
  Footer .Col-Right .LogoFooter {
    margin: 10% 0;
    width: 200px;
  }

  #Page-Recrutement .Formulaire-Recrutement form {
    width: 100%;
  }
  #Page-Recrutement section {
    background: #F5E2CA;
    position: relative;
    display: block;
    height: auto;
    padding-top: 25%;
  }
  #Page-Recrutement .Formulaire-Recrutement {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: inherit;
    padding: 5% 8%;
    background: #F5E2CA;
  }
  #Page-Recrutement section .Col-Left, #Page-Recrutement section .Col-Right {
    width: 100%;
  }
  #Page-Recrutement section .Col-Right .Photo-Recrutement {
    height: 50vh;
  }
  #Page-Recrutement section .Col-Right {
    padding-top: 5%;
  }
  #Page-Recrutement {
    height: auto;
  }
  #Page-Recrutement .Photo-Recrutement-Mobile {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 50vh;
  }
  #Page-Recrutement section .Col-Right {
    display: none;
  }
  #Page-Recrutement .imageEtoile11 {
    bottom: 20%;
    right: 15%;
    width: 12%;
    left: inherit;
  }
}

/* Mobile */
@media screen and (max-width: 385px) {

}