/* ================================================= */
/* ------------------ General CSS ------------------ */
/* ================================================= */

:root {
  /*----- Pour le template Hervé -----*/
  /*--background: #bc9b5d;*/
  /*--background: #101ad590;*/
  /*--background: #e0c4dd90;*/

  /*=========== C'est le fond BEIGE ********/
  /*--background: #b5b87690;*/
  /*  ----------------- FOND des colonnes contacts ------------------------------ */
  --background: #ffffff;
  --FondInput: #e4e4e4;
  --BordureInput: #868686;
  --borderTotal: 0.08em solid var(--BordureInput);
  --FondInput: #a73232;
  --ColorPasseOK :#dbffd1;
  --ColorPasseNO :#feebeb;

  --backgroundMobileToogle: #101ad590;
  --backgroundPlus: #000000;
  --backgroundBody: #ffffff;
  --background_support: #d7d7b1;

  --color_support: rgb(255, 255, 255);

  --textTeam: #bc9b5c;
  --TextTimonial: var(--textTeam);
  --SousMenusChevrons: var(--textTeam);
  --colorToggle: #eeff00;
  --backgroundCalculer: #187b34;
  --TextColorPanier: rgb(255, 255, 255);
  --borderRadiusTaille1: 12px;
  --borderRadiusTaille2: 30px;
  --TailleBorderBouton: 4px;
  --backgroundZoneCommander: #acacac;
  --backgroundBtnCommander: #1c2faa;
  --colorH4menus: #3d53ce;
  --backgroundHover: #888888;

  /*----------------------------------*/

  /*
body  (remarque GP à dissocié la couleur du body)

.back-to-top:hover

.nav-menu a:hover,
.nav-menu li:hover > a,
.nav-menu .menu-active > a 

.nav-menu ul li:hover
#about .icon li a:hover
#reservations .btn-book:hover
#food-menu .single-menu:hover a
#team .icon li a:hover 
#testimonials .owl-dot.active 
#booking .booking-form button[type="submit"]:hover 
#contact  .contact-col-2
#support
#footer button[type="submit"] 
#cart .quantity .q-btn:hover
#cart a:hover 
#cart .button button:hover
#checkout .button button:hover
#login  .login-col-2 
#login .login-col-1 .login-form button[type="submit"] 

*/

  /*----------------------------------*/
  --background-color: #efe7e5;

  --text-color: black;
  --height: 220px;
  --visibility: visible;
  --Taille: 650px;
  --TaillePlat: 135px;
  --width: 535px;
  /*--background: url("images/Photo_Principale.jpg");*/

  --heightPanneau: 220px;
  --leftImageFond: 0px;
  /* --VisibleRata:hidden; */
  --borderRata: 0px;
  --largeurBody: 100%;
  --MenuDeroulant: none;
  --SectionOuverte: block;
  --heightMenuListe: 320px;
  /* 310px;*/
  --colorTextSection: #f6db6f;
}

/*=========== GP ================*/

@font-face {
  font-family: "Aston Script";
  src: url("../Fonts/Aston\ Script.ttf") format("truetype");
}


@font-face {
  font-family: "AlexBrush-Regular";
  src: url("../Fonts/AlexBrush-Regular.ttf") format("truetype");
}


p,
label {
  font: 1.2em "Fira Sans", sans-serif;
}

#image {
  max-width: 100%;
  height: auto;
  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
}

/*------------- Fin balises gps de Gérard PAYA ------------------------*/



body {
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: var(--backgroundBody);

  /*background: url("../img/reservations-bg.jpg") center top no-repeat fixed;*/
  /*background-size: cover;*/
  /*opacity:0.5;*/
}



a {
  color: #006400;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  /*color: #ffd700;*/
  color: var(--backgroundPlus);
  outline: none;
  text-decoration: none;
  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  /* SALOPERIE DE TEMPLATE GP, le 02 mars 2025, problème couleur GRISE*/
  color: #666;
  margin: 0 0 20px 0;
  padding: 0;
}

h5 {
  font-size: 1.45em;
  color: #0426e9;
  text-shadow: 2px 2px 2px #ffffff;
}

.MyLabel {
  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
}

/* A cause de ce putain de template GP le  03 mars 2025*/
/*==== Formulaire de Contact G. PAYA le 02 mars 2025 ====*/
.profil {
  position: relative;
  left: 0em;
  font-family: "Nunito", sans-serif;
  color: #000000;

  font-size: 1.4em;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 0.43em;
}

#particulier,
#association,
#professionnel,
#autre {
  cursor: url(/Curseurs/MainSuperGF-ok.png) 5 5, auto;
}

#datenaissance {
  cursor: url(/Curseurs/MainSuperGF-ok.png) 5 5, auto;
}

#profil {
  position: relative;
  left: 0em;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  margin: 0em;
  padding: 0em;
  text-align: left;
  height: 8.2em;
}

.CursRadio {
  cursor: url(/Curseurs/MainSuperGF-ok.png) 5 5, auto;
}

.posiX {
  position: relative;
  margin: 0em;
  padding: 0em;
  margin-left: 1em;
  margin-right: 4em;
  /*cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;*/
}

#posiX_Association input {
  visibility: hidden;
  display: block;
  position: relative;
  top: -70px;

  --LargeurTotale: 80%;
  --Largeur: 60%;
  --TotalMargin: calc(var(--LargeurTotale) - var(--Largeur));
  --Marge: calc(var(--TotalMargin));

  /*margin-left: var(--Marge);*/
  margin-left: 6.4em;

  /*margin-top: calc(var(--Marge));
  margin-bottom: calc(var(--Marge));*/

  /*width: var(--Largeur);*/
  width: 8.4em;
  height: 28px;
}

#posiX_Autre input {
  visibility: hidden;
  display: block;
  position: relative;
  top: -90px;

  --LargeurTotale: 80%;
  --Largeur: 60%;
  --TotalMargin: calc(var(--LargeurTotale) - var(--Largeur));
  --Marge: calc(var(--TotalMargin));

  /*margin-left: var(--Marge);*/
  margin-left: 6.4em;

  /*margin-top: calc(var(--Marge));
  margin-bottom: calc(var(--Marge));*/

  /*width: var(--Largeur);*/
  width: 10.4em;
  height: 28px;
}



#posiX_Autre {
  /*visibility: hidden;*/
  /*display: block;*/
  /*position: absolute;*/
  /*top:-72px;*/
  --LargeurTotale: 80%;
  --Largeur: 60%;
  --TotalMargin: calc(var(--LargeurTotale) - var(--Largeur));
  --Marge: calc(var(--TotalMargin) / 2);
  margin-left: var(--Marge) * 0.85;
  /*margin-right: var(--Marge)*0.2;*/
  /*margin-top: calc(var(--Marge));*/
  margin-bottom: calc(var(--Marge) * 1.3);
  width: var(--Largeur);
  height: 2em;
}


#BoxMembre {

  cursor: url(/Curseurs/MainSuperGF-ok.png) 5 5, auto;
}

/*
#posiX_Box{
  position: relative;
    margin: 0em;
    padding: 0em;

  cursor: url(/Curseurs/MainSuperGF-ok.png) 5 5, auto;
}
*/
#btnMessage {
  /*position: sticky;*/
  position:relative;
  top:-2.9em;
  padding-bottom: 0px;
  text-align: center;
}

/*==== Fin formulaire de Contact ===  back-to-top =*/

.back-to-top {
  position: fixed;
  display: none;
  /*background: #006400;*/
  background: var(--backgroundMobileToogle);

  /*color: #ffd700;*/
  color: var(--colorToggle);
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  /*transition: cubic-bezier(10s);*/
  z-index: 11;
  visibility: visible;
}

/*------ Bouton pour aller en haut de la page --------*/
.back-to-top:hover {
  /*color: #006400;*/
  color: white;
  background: var(--backgroundPlus);
}

.back-to-top i {
  padding-top: 10px;
}

@media (min-width: 992px) {
  #main {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
  }

  #main:before {
    box-shadow: -15px 0 15px -15px inset;
    content: " ";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 15px;
  }

  #main:after {
    box-shadow: 15px 0 15px -15px inset;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
  }

  .container {
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  #main {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
  }

  #main:before {
    box-shadow: -15px 0 15px -15px inset;
    content: " ";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 15px;
  }

  #main:after {
    box-shadow: 15px 0 15px -15px inset;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
  }

  .container {
    padding: 0 30px;
  }
}

.logo {
  position: absolute;
  width: 160px;
  top: 15px;
  left: calc(50% - 80px);
  opacity: 0.7;
  z-index: 9;
}

.logo img {
  width: 100%;
}

/****************   Grosse modification  par GP à cause de la taille di logo de la Tablde H ************/
@media (max-width: 980px) {
  .logo {
    top: 8px;
    width: 140px;
    left: calc(50% - 70px);
  }
}

/* ================================================= */
/* ---------------- Top Header CSS ----------------- */
/* ================================================= */

#top-header {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
}

#top-header .carousel,
#top-header .carousel-item {
  height: 100%;
}

#top-header .carousel-inner {
  height: 100%;
  background: #000;
}

#top-header .carousel-caption {
  padding-bottom: 25px;
}

/* TITRE DU CAROUSEL */
#top-header h2 {
  color: #ffd700;
  font-size: 60px;
  font-weight: 900;
}

/*--------------*/
#top-header p {
  font-size: 22px;
  padding: 10px;
}

@media (max-width: 991.98px) {
  #top-header h2 {
    font-size: 50px;
    font-weight: 800;
  }

  #top-header p {
    font-size: 20px;
    padding: 10px;
  }
}

@media (max-width: 767.98px) {
  #top-header h2 {
    font-size: 40px;
    font-weight: 700;
  }

  #top-header p {
    font-size: 18px;
    padding: 10px;
  }
}

#top-header .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  opacity: 0.8;
}

#top-header .btn-transparent {
  background: transparent;
  color: #ffd700;
  border: 2px solid #ffd700;
}

#top-header .btn-transparent:hover {
  /**** NON TROUVE ****/
  /*color: #FFD700;
    background: #006400;*/

  color: #ffd700;
  /*Noir à la place du vert*/
  background: var(--backgroundPlus);
  /*background: #006400;*/
}

#top-header .btn-rounded {
  border-radius: 70px;
}

#top-header .btn-large {
  padding: 9px 45px 10px 45px;
  font-size: 18px;
}

#top-header .animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/*----- GP -----*/
/*
@media (max-width: 600px) {
  #top-header h2 {
    font-size: 30px;
    font-weight: 200;
  }

  #top-header p {
    font-size: 16px;
    padding: 10px;
  }
}

*/
@media (max-width: 991.98px) {
  #top-header h2 {
    font-size: 50px;
    font-weight: 800;
  }

  #top-header p {
    font-size: 20px;
    padding: 10px;
  }
}

/*----- GP -----*/
/*
@media (max-width: 450px) {
  #top-header h2 {
    font-size: 20px;
    font-weight: 200;
  }

  #top-header p {
    font-size: 16px;
    padding: 10px;
  }
}
  */

@media (max-width: 767.98px) {
  #top-header h2 {
    font-size: 40px;
    font-weight: 700;
  }

  #top-header p {
    font-size: 18px;
    padding: 10px;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#top-header .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* ================================================= */
/* -------------- Banner Header CSS ---------------- */
/* ================================================= */

.banner-header {
  display: table;
  position: relative;
  background-image: url(../img/banner-bg.jpg);
  background-size: cover;
  padding: 100px 0;
  color: #fff;
  width: 100%;
}

.banner-header2 {
  display: table;
  position: relative;
  background-image: url(../img/banner-bg45.png);
  background-size: cover;
  padding: 100px 0;
  color: #fff;
  width: 100%;
}

.banner-header-realisation {
  display: table;
  position: relative;
  background-image: url(../img/banner-bg-Realisation.png);
  background-size: cover;
  padding: 100px 0;
  color: #fff;
  width: 100%;
}

.banner-header:after {
  content: "";
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.banner-header .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-header .brand {
  margin-bottom: 75px;
  display: inline-block;
}

.banner-header .brand:hover {
  opacity: 0.75;
}

.banner-header h1 {
  font-size: 90px;
  font-weight: 900;
  /****** NON TROUVE *****/
  /*color: #006400;*/
  letter-spacing: 10px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

@media (max-width: 767.98px) {
  .banner-header h1 {
    font-size: 70px;
  }
}

@media (max-width: 575.98px) {
  .banner-header h1 {
    font-size: 50px;
  }
}

.banner-header h2 {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 5px;
  margin-bottom: 50px;
}

@media (max-width: 61.9em) {
  .banner-header {
    padding: 75px 0;
  }

  .banner-header .brand {
    margin-bottom: 35px;
  }
}

/* ================================================= */
/* ------------------ Header CSS ------------------- */
/* ================================================= */

#header {
  font-family: "Nunito", sans-serif;
  position: relative;
  /***** YES Banner *****/
  /*background: #006400;*/
  background: var(--backgroundPlus);

  height: 70px;
  text-align: center;
  border-bottom: 5px solid #ffd700;
}

@media (max-width: 767.98px) {
  #header,
  #header-sticky-wrapper {
    display: none;
  }
}

#nav-menu-container {
  display: inline-block;
}

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  text-align: left;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

.nav-menu a {
  padding: 18px 15px 21px 15px;
  text-decoration: none;
  display: inline-block;
  color: #ffd700;
  font-weight: 600;
  font-size: 18px;
  outline: none;
}

/* LE VRAI hover ici j'exclus le changement en hover du menu actif, putain de bordel*/
/* Bande de GROS CONNARDS*/

.nav-menu a:hover,
.nav-menu li:hover li:not(.menu-active)>a

/*.nav-menu .menu-active > a  ICI COLOSSALE CONNERIE, voir modif ligne ci-dessus*/ {
  /*color: #006400;*/
  /*color: var(--background-color);*/
  /*color: #00ff55;*/
  background: #05039e;
}

/*----- Ajouté par GP le 31 mars 2025 à 14h05 --- Couleur du menu actif YES -------*/
/*----- Il fallait BANDE DE CONS, prévoir le changement du menu ACTIF, comme ci-dessous ---*/
.nav-menu .menu-active > a {
  color: var(--background-color);
  background: #787ee7;
}

.nav-menu .menu-active:hover > a {
  color: var(--background-color);
  color: #000000;
  background: #787ee7;
}

/*----------------------------------------------*/

.nav-menu ul {
  margin: 0;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  /*background: var(--background);*/
  background: var(--backgroundHover);
}

.nav-menu ul li a {
  color: #333;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 10px 15px;
}

.nav-menu ul li a:hover {
  color: #fff;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

/*------- Le bouton toggle des menus mobiles*/
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 10px 10px 0 0;
  padding: 10px 12px;
  border: 0;
  /*background: #006400;*/

  background: var(--backgroundMobileToogle);
  border-radius: var(--borderRadiusTaille1);
  font-size: 24px;
  line-height: 1px;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
}

#mobile-nav-toggle i {
  /*color: #fff;*/
  color: var(--colorToggle);
}

@media (max-width: 767.98px) {
  #mobile-nav-toggle {
    display: inline;
  }

  #logo {
    width: 100%;
    text-align: center;
  }
}

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

/*------- Couleur du texte des menus nav pour mobile GP --------*/
#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

.input {
  visibility: visible;
  color: #0426e9;
  background-color: #710aef;
  font-size: 35px;
}

/*----- La couleur pour hover était "blanc" --- GP -----*/
#mobile-nav ul li a:hover {
  color: #ffffff;
}

#mobile-nav ul li:not(.menu-active) {
  background-color: #1e1e1e;
}

#mobile-nav ul li:not(.menu-active) > :hover {
  background-color: #404040;
}

#mobile-nav ul li a {
  color: #ffff00;
}

#mobile-nav ul li .menu-active {
  color: #0aef0d;
}

/*Bonne couleur du backgrouns menu nav  GP*/
.menu-active {
  background-color: #0acdef;
}

.menu-active :hover {
  background-color: #101ad590;
  color: #ffffff;
}

#mobile-nav ul li.menu-active a {
  color: #ffffff;
  font-weight: 800;
  font-size: 1.1em;
  text-align: center;
}

#mobile-nav ul li:not(:hover).menu-active a {
  color: #000000;
}

/*----- La couleur pour active était "blanc" --- GP -----
body.mobile-nav-active #mobile-nav-toggle {
  color: #3d53ce;
}
*/
/*---------------------------------------------GP-----------*/
#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
  /*color: #fff;*/
  /*color: #4aec44;*/
  color: var(--SousMenusChevrons);
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  /**** Il s'agit des symboles flèche des sous-menus ****/
  /*color: #006400;*/
  color: var(--SousMenusChevrons);
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active a {
  color: aqua;
}

/* ================================================= */
/* ---------------- Section Header ----------------- */
/* ================================================= */

.section-header h3 {
  position: relative;
  text-align: center;
  top:-18px;
  /*color: #006400;*/
  color: rgb(143, 136, 239);
  color: rgb(0, 0, 0);
  font-size: 45px;
  /*text-transform: capitalize;*/
  text-transform: none;
  text-shadow: 2px 2px 4px rgb(255, 255, 255);
  font-weight: 900;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .section-header h3 {
    font-size: 38px;
  }

  .section-header h3::before {
    height: 6px;
  }
}

@media (max-width: 575.98px) {
  .section-header h3 {
    font-size: 32px;
  }

  .section-header h3::before {
    height: 5px;
  }
}

/* ================================================= */
/* --------------- About Us Section ---------------- */
/* ================================================= */

#about {
  padding: 60px 0;
  position: relative;
  background: #ffffff;
}

#about .section-header h3 {
  margin-bottom: 20px;
}

#about .about-col-left,
#about .about-col-right {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#about .about-col-left img {
  width: 100%;
  border-radius: 6px;
}

#about .icon {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
}

#about .icon li {
  display: inline-block;
}

#about .icon li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  padding: 12px 13px;
  border-radius: 20px;

  /*color: #FFD700;
    background: #006400;*/

  /*--------- GP -------------*/
  color: #ffd700;
  /* OK */
  background: var(--backgroundPlus);
}

#about .icon li a:hover {
  /*--------- GP -------------*/
  /*color: #006400;*/
  color: var(--backgroundPlus);
  background: var(--background);
}

#about h3 {
  text-align: left;
}

#about h3::before {
  left: 0;
}

#about h4 {
  margin: 30px 0 15px 0;
  /*color: #006400;*/
  color: var(--background);
  font-weight: 800;
  letter-spacing: 2px;
}

#about .about-col-right p {
  color: #353535;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}

#about .about-col-right p:last-child {
  margin-bottom: 0;
}

#about .about-col {
  margin-top: 30px;
  padding: 25px 30px;
  border-radius: 6px;
  background: #f2f2f2;
}

#about .about-col h4 {
  margin-top: 0;
}

#about .about-col p {
  font-size: 16px;
  margin-bottom: 15px;
}

#about .about-col p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  #about {
    text-align: center;
  }

  #about h3 {
    text-align: center;
  }

  #about h3::before {
    left: calc(50% - 30px);
  }

  #about .about-col-left img {
    margin-bottom: 30px;
  }

  #about .about-col-right p {
    font-size: 16px;
  }
}

/* ================================================= */
/* ---------------- Reservations CSS --------------- */
/* ================================================= */

#reservations {
  background: url("../img/reservations-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 50px 0 45px 0;
  text-align: center;
  position: relative;
  /*Cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;*/
}

#reservations::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(256, 256, 256, 0.7);
}

#reservations .container {
  position: relative;
  max-width: 700px;
  z-index: 9;
  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
}

#reservations .input-group-text {
  /*border-radius: 0 30px 30px 0;*/
  border-radius: 0 var(--borderRadiusTaille1) var(--borderRadiusTaille1) 0;
  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
}

#reservations input {
  box-shadow: none;
  /*border-radius: 30px 0 0 30px;*/
  border-radius: var(--borderRadiusTaille1) 0 0 var(--borderRadiusTaille1);
}

#reservations select,
#reservations .btn-book {
  box-shadow: none;
  border-radius: var(--borderRadiusTaille1);
}

#reservations input:focus,
#reservations select:focus,
#reservations .btn-book:focus {
  border-color: #ffd700;
}

#reservations .btn-book {
  /*color: #ffd700;*/
  color: var(--TextColorPanier);
  /* OK */
  /*background: #006400;*/
  background: var(--backgroundPlus);
  /*border-color: #006400;*/
  border-color: var(--backgroundPlus);
}

#reservations .btn-book:hover {
  /*color: #006400;*/
  color: var(--TextColorPanier);
  background: var(--backgroundCalculer);
  border-color: #ffd700;
  /*---- AJOUT DE G.PAYA------*/
  border-width: var(--TailleBorderBouton);
}

@media (max-width: 575.98px) {
  #reservations .btn-book {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

/* ================================================= */
/* -------------- Food Menu Section ---------------- */
/* ================================================= */

#food-menu {
  position: relative;
  padding: 60px 0 30px 0;
  text-align: center;
  background: #ffffff;
}

#food-menu .single-menu {
  position: relative;
  text-align: center;
  font-weight: 400;
  margin: 0 0 30px 0;
  padding: 0;
  border-radius: 2px;
  background: #f2f2f2;
}

#food-menu .single-menu img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 6px 6px 0 0;
}

#food-menu .single-menu h4 {
  padding: 0 15px;
  /*color: #006400;*/
  color: var(--background);
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  #food-menu .single-menu h4 {
    font-size: 13px;
  }

  p {
    font-size: 1em;
  }

  h4 {
    font-size: 1.4em;
  }
}

#food-menu .single-menu span {
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
}

#food-menu .single-menu p {
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*---- Boutons 'commander' dans order.html ----*/
#food-menu .single-menu a {
  display: inline-block;
  margin: 10px 0 30px 0;
  padding: 7px 30px;
  /*color: #FFD700;*/
  /*background: #006400;*/
  /*border-radius: 30px;*/

  color: var(--background-color);
  background: var(--backgroundPlus);
  border-radius: var(--borderRadiusTaille1);
  border-color: #ffd700;
  /*---- AJOUT DE G.PAYA------*/
  border-width: var(--TailleBorderBouton);
}

/*---- Boutons 'commander' dans order.html --hover--*/
#food-menu .single-menu:hover {
  /*color: #006400;*/
  color: var(--TextColorPanier);
  background: var(--backgroundZoneCommander);
  border-radius: var(--borderRadiusTaille1);
  border-color: #ffd700;
  border-width: var(--TailleBorderBouton);
  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
}

/*---- Boutons 'commander' dans order.html --hover--*/
#food-menu .single-menu:hover a {
  color: var(--TextColorPanier);
  background: var(--backgroundBtnCommander);
  border-radius: var(--borderRadiusTaille1);
  border-color: #ffd700;
  border-width: var(--TailleBorderBouton);
  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
}

/*---- Boutons 'commander' dans order.html --hover--*/
#food-menu .single-menu:hover h4 {
  color: var(--colorH4menus);
  text-shadow: #ddd 2px 2px 2px;
}

/* ================================================= */
/* ------------------ Team Section ----------------- */
/* ================================================= */

#team {
  position: relative;
  padding: 50px 0 30px 0;
  text-align: center;
  background: #f2f2f2;
}

#team .single-team {
  border-radius: 6px;
  background: #ffffff;
  margin-bottom: 30px;
}

#team img {
  width: 100%;
  border-radius: 6px 6px 0 0;
  margin-bottom: 15px;
}

/*------------ Couleur du texte des noms des Teams -----------------*/
#team h4 {
  /*color: #006400;*/
  color: var(--textTeam);
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 5px;
  padding: 0 15px;
}

#team p {
  font-size: 14px;
  margin-bottom: 25px;
}

#team .icon {
  margin: 0;
  padding: 0 0 30px 0;
}

#team .icon li {
  display: inline-block;
  width: 35px;
  height: 35px;
  list-style-type: none;
}

#team .icon li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 9px 10px;
  color: #ffd700;
  /*background: #006400;*/
  background: var(--backgroundPlus);

  border-radius: 20px;
}

#team .icon li a:hover {
  /*color: #006400;*/
  color: var(--backgroundPlus);
  background: var(--background);
}

/* ================================================= */
/* ------------- Testimonials Section -------------- */
/* ================================================= */

#testimonials {
  background: url("../img/testimonial-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 55px 0;
  text-align: center;
  position: relative;
}

#testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(256, 256, 256, 0.7);
}

#testimonials .container {
  position: relative;
  max-width: 900px;
  z-index: 9;
}

#testimonials i {
  color: #006400;
  font-style: italic;
}

#testimonials .testimonial-item {
  padding: 0 0 15px 0;
  text-align: left;
}

@media (max-width: 575.98px) {
  #testimonials .testimonial-item {
    text-align: center;
  }
}

#testimonials .img,
#testimonials .content {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#testimonials .testimonial-item .testimonial-img {
  width: 100%;
  border-radius: 6px;
}

@media (max-width: 575.98px) {
  #testimonials .testimonial-item .testimonial-img {
    margin-bottom: 30px;
  }
}

#testimonials .testimonial-item .testimonial-content {
  height: 100%;
  width: 100%;
  padding: 15px;
  background: #f2f2f2;
  border-radius: 6px;
}

#testimonials .testimonial-item h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 5px;
  /*color: #006400;*/
  color: var(--TextTimonial);
}

#testimonials .testimonial-item h4 {
  color: #757575;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

#testimonials .testimonial-item p {
  color: #666666;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  padding-right: 15px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #006400;
}

#testimonials .owl-dot.active {
  background: var(--background);
}

/* ================================================= */
/* ----------------- Booking Style ----------------- */
/* ================================================= */

#booking {
  position: relative;
  padding: 60px 0;
}

#booking .container {
  max-width: 900px;
}

#booking label {
  font-size: 14px;
  font-weight: 600;
}

#booking .booking-form input,
#booking .booking-form select {
  font-size: 16px;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 20px;
  box-shadow: none;
  margin-bottom: 15px;
}

#booking .booking-form input:focus,
#booking .booking-form textarea:focus {
  border: 1px solid #006400;
}

/*--------Bouton paiement en ligne ------*/
#booking .booking-form button[type="submit"] {
  /*background: #ffffff;*/
  border: none;
  padding: 8px 30px 10px 30px;
  color: #ffffff;
  /*background: #006400;*/
  background: var(--background);
  transition: 0.4s;
  /*cursor: url(CurPhoto.png);*/
  /*border-radius:var(--borderRadiusTaille1);*/
  border-radius: 12px;
}

#booking .booking-form button[type="submit"]:hover {
  color: var(--TextColorPanier);
  background: var(--backgroundCalculer);
}

/* ================================================= */
/* ---------------- Contact Section ---------------- */
/* ===========================  background ====================== */

#contact {
  position: relative;
  padding: 50px 0 30px 0;
  /*background: #f7fafc;*/
  background: #424242;
}

@media (max-width: 575.98px) {
  #contact {
    text-align: center;
  }
}

#contact .col-md-6 {
  margin-bottom: 16px;
}

#contact .contact-col-1,
#contact .contact-col-2 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #ecebff;
  background: #636363;


  border: 0.08em solid #000000;
  border-radius: 4px;
  margin-bottom: 1px;
}

#contact .contact-col-22 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
  /*background: var(--background);*/
  background: #ffffff;
  border: 0.08em solid #000000;
  border-radius: 4px;
  margin-bottom: 0px;
}

#contact .contact-detail,
#contact .contact-form {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}



#contact .contact-hours {
  padding: 0 0 25px 0;
  margin-bottom: 25px;
  /*border-bottom: 1px dotted #FFD700;*/
  border-bottom: 1px solid black;
}

#LigneSepar {
  padding: 0 0 25px 0;
  margin-bottom: 25px;
  /*border-bottom: 1px dotted #FFD700;*/
  border-bottom: 1px solid black;
}

#contact .contact-detail h4 {
  /*color: #FFD700;*/
  color: var(--backgroundPlus);
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
/*
#contact .contact-detail p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

#contact .contact-detail a {
  color: #ffffff;
}

#contact .contact-detail a:hover {
  color: #ffd700;
}
  */

#contact .contact-form {
  color: #0d180b;
  font-weight: 400;
  margin-bottom: 26px;
}

#contact .contact-form input,
#contact .contact-form textarea {
  font-size: 16px;
  padding: 10px 14px;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  background: rgba(256, 256, 256, 0.7);
}

#contact .contact-form input:focus,
#contact .contact-form textarea:focus {
  border: none;
  box-shadow: none;
  background: rgba(256, 256, 256, 0.5);
}

/*Bouton des formulaires NON hover GP*/
#contact .contact-form button[type="submit"] {
  /*background: #ffffff;*/
  border: none;
  padding: 8px 30px 10px 30px;
  /*color: #FFD700;
    background: #006400;*/
  color: #e31da1;
  color: var(--TextColorPanier);
  background: var(--backgroundPlus);
  transition: 0.4s;

  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
  border-radius: 12px;
}

/*Bouton des formulaires LE hover GP*/
#contact .contact-form button[type="submit"]:hover {
  /*color: #006400;
    background: #ffffff;*/

  color: var(--TextColorPanier);
  background: var(--backgroundCalculer);
  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
}

/* ================================================= */
/* ----------------- Support Section --------------- */
/* ================================================= */

#support {
  position: relative;
  background: var(--background);
  text-align: center;
}

#support h1 {
  margin: 0;
  padding: 30px 0;
  /*color: #006400;*/
  color: var(--color_support);
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 2px;
}

@media (max-width: 767.98px) {
  #support h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }
}

/* ================================================= */
/* ------------------- Footer CSS ------------------ */
/* ================================================= */

#footer {
  /* Couleur de MERDE mdr*/
  position: relative;
  /*background: #004164;*/
  background: var(--backgroundPlus);

  padding: 30px 0;
  text-align: center;
}

#footer .col-sm-6 {
  border-right: 1px dotted #ffd700;
}

#footer .col-sm-6:last-child {
  border-right: none;
}

#footer .copyright {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  #footer .col-sm-6 {
    border-right: none;
  }

  #footer .copyright {
    margin-bottom: 30px;
  }
}

#footer .copyright p {
  color: #ffd700;
  margin-bottom: 10px;
}

#footer .copyright p:last-child {
  margin-bottom: 0;
}

#footer .copyright a {
  color: #ffd700;
  font-weight: 600;
}

#footer .copyright a:hover {
  color: #ffffff;
}

#footer .form-inline {
  width: 300px;
  margin: 0 auto;
}

#footer label {
  width: 100%;
  text-align: center;
  color: #ffd700;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

#footer .form-group {
  margin-bottom: 0;
}

#footer input {
  width: 225px;
  height: 35px;
  font-size: 16px;
  padding: 6px 35px 6px 15px;
  border: 1px solid #ffd700;
  border-radius: 20px;
  box-shadow: none;
  background: rgba(256, 256, 256, 0.7);
}

#footer input:focus {
  background: rgba(256, 256, 256, 0.5);
}

#footer button[type="submit"] {
  width: 100px;
  height: 35px;
  border: none;
  box-shadow: none;
  padding: 6px 0;
  color: #006400;
  font-weight: 600;
  letter-spacing: 1px;
  background: var(--background);
  transition: 0.4s;
  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
  border-radius: var(--borderRadiusTaille1);
  margin-left: -30px;
}

#footer button[type="submit"]:hover {
  color: #006400;
  background: #ffffff;
}

/* ================================================= */
/* ------------------- Cart Style ------------------ */
/* ================================================= */

#cart {
  position: relative;
  padding: 50px 0 60px 0;
  background: #f2f2f2;
}

#cart table {
  margin-bottom: 0;
  text-align: center;
}

#cart .quantity input {
  width: 100px;
  height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: var(--borderRadiusTaille1);
  color: #666;
  margin: 0 2px;
}

/*-------- Les bouton + et + du panier dans le fichier order.html------*/
#cart .quantity .q-btn {
  position: relative;
  display: inline-block;

  /*background: #006400;*/
  /*color: #ffd700;*/

  color: var(--backgroundPlus);
  background: var(--background);

  height: 30px;
  width: 30px;
  font-size: 19px;
  text-align: center;
  border-radius: 20px;
  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*-------- Les bouton + et + du panier dans le fichier order.html----hover--*/
#cart .quantity .q-btn:hover {
  /*color: #006400;*/

  color: var(--background-color);
  background: var(--background);
}

#cart .quantity .dec.q-btn {
  margin-right: -32px;
}

#cart .quantity .inc.q-btn {
  margin-left: -32px;
}

@media (max-width: 575.98px) {
  #cart .quantity .dec.q-btn {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  #cart .quantity .inc.q-btn {
    margin-left: 0px;
    margin-top: 5px;
  }
}

/*----NOT-------- Couleur du texte de boutons dans order.html ----*/
#cart a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 2px 9px;

  /*background: #006400;*/
  /*color: #ffd700;*/

  background: var(--backgroundPlus);
  color: var(--background-color);

  border-radius: 20px;
  text-align: center;
}

/*--- Putain de panier -----*/
#cart a:hover {
  color: #640014;
  /*color:#000;*/
  background: var(--background);
}

#cart .button {
  text-align: right;
}

/*--- Bouton panier Calculer votre panier ----*/
#cart .button button {
  margin-top: 15px;
  padding: 9px 30px;
  border: none;
  border-radius: 12px;

  /*color: #ffd700;*/
  /*background: #006400;*/
  /*color: #000;*/

  color: var(--TextColorPanier);
  background: var(--backgroundPlus);
  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
}

/*--- Bouton panier Calculer votre panier --hover--*/
#cart .button button:hover {
  /*color: #006400;*/
  color: var(--TextColorPanier);
  /*white*/
  background: var(--backgroundCalculer);
}

/* ================================================= */
/* ----------------- Checkout Style ---------------- */
/* ================================================= */

#checkout {
  position: relative;
  padding: 50px 0 60px 0;
  background: #ffffff;
}

#checkout .form input {
  padding: 10px 14px;
  border-radius: var(--borderRadiusTaille1);
  box-shadow: none;
  font-size: 16px;
}

#checkout .form input:focus {
  border-color: #ffd700;
}

#checkout .button {
  width: 100%;
  text-align: right;
}

/*-----in de bouton paiement en ligne ---- YES---- */
#checkout .button button {
  margin-right: 15px;
  padding: 9px 30px;
  border: none;
  /*border-radius:var(--borderRadiusTaille1);*/
  /*border-radius: 12px;*/
  border-radius: var(--borderRadiusTaille1);
  /*color: #ffd700;*/
  /*background: #006400;*/
  color: var(--TextColorPanier);
  background: var(--backgroundPlus);
  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
}

#checkout .button button:hover {
  /*color: #006400;*/
  color: var(--TextColorPanier);
  background: var(--backgroundCalculer);
}

#checkout .cards {
  height: 30px;
  margin-top: 5px;
  margin-bottom: 20px;
}

#checkout .cards p {
  display: inline-block;
  margin: 0;
}

#checkout .cards img {
  max-height: 30px;
}

/* ================================================= */
/* ------------------- Login Area ------------------ */
/* ================================================= */

#login {
  position: relative;
  padding: 50px 0 30px 0;
  background: #ffffff;
}

#login .col-md-6 {
  margin-bottom: 30px;
}

#login .login-col-1 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #006400;
  border-radius: 6px;
  margin-bottom: 1px;
}

#login .login-col-2 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: var(--background);
  border-radius: 6px;
  margin-bottom: 0;
}

#login .login-form {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#login .login-form {
  color: #0d180b;
  font-weight: 400;
  margin-bottom: 26px;
}

#login .login-form input,
#login .login-form textarea {
  font-size: 16px;
  padding: 10px 14px;
  border: none;
  border-radius: 20px;
  box-shadow: none;
  background: rgba(256, 256, 256, 0.7);
}

#login .login-form input:focus,
#login .login-form textarea:focus {
  border: none;
  box-shadow: none;
  background: rgba(256, 256, 256, 0.5);
}

#login .login-form button[type="submit"] {
  border: none;
  padding: 8px 30px 10px 30px;
  color: #ffd700;
  background: #006400;
  transition: 0.4s;
  cursor: url(/Curseurs/MainSuperGF.png) 5 5, auto;
  border-radius: var(--borderRadiusTaille1);
}

#login .login-form button[type="submit"]:hover {
  color: #006400;
  background: #ffffff;
}

#login .login-col-1 .login-form button[type="submit"] {
  color: #006400;
  background: var(--background);
}

#login .login-col-1 .login-form button[type="submit"]:hover {
  color: #ffd700;
  background: #ffffff;
}

div.contact-col-1,
div.contact-col-2{
max-height: 1900px;
height: 1000px;
}
