body.no-scroll
{
  overflow-y: hidden!important;
}

.icones-menu
{
    display: flex;
    flex-wrap: wrap;
    justify-content : center
}

.icones-menu img
{
  max-width: 55px;
  margin: auto;
}

.icones-menu .current .selected
{
  display: block;
}

.icones-menu .current .unselected
{
  display: none;
}

.icones-menu  .selected
{
  display: none;
}

.attributs-commande
{

}

.product-description button
{
  background : none;
  border: none;
}

.case-choix label
{
  cursor: pointer;
}

.attributs-commande input[type='radio'], .attributs-commande input[type='checkbox']
{
  display: none;
}

.choix-formule
{
    display: flex;
    margin-bottom: 20px;
}



.formule
{
  height: 100px;
  width: 175px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  position: relative;
  transition-duration: 0.4s;
  background-color: whitesmoke;
  outline: none;
  cursor: pointer;
}

.formule:hover, .formule.active, .case-choix input[type='radio']:checked~label, .case-choix input[type='checkbox']:checked~label
{
    background-color: beige;
}

.formule.active, .case-choix input[type='radio']:checked~label, .case-choix input[type='checkbox']:checked~label
{
    border : 1px solid #676767;
}

.formule-1
{
    margin-right : 5px;
}



.formule img
{
    max-width: 75px;
    position: absolute;
}

.case-choix p
{
  width : fit-content;
  text-align: center;
}

.formule p
{
    position: absolute;
    margin: auto;
    top: 5px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    width : fit-content
}


.formule-1 .img-formule-plat
{
    margin: auto;
    left: 0;
    right: 0;
    bottom : 0px;
}

.formule-2 .img-formule-plat
{
    left: 10px;
    bottom : 0px;
}

.img-formule-frite-boisson
{
    right: 10px;
    bottom : 0px;
}

.groupe-attributs
{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.boisson
{
    height: 100px;
    width: 75px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    position: relative;
    transition-duration: 0.4s;
    background-color: whitesmoke;
    outline: none;
    margin-right: 5px;
    margin-bottom: 20px;
}

.boisson:hover, .boisson.active
{
    background-color: beige;
}

.boisson.active
{
    border : 1px solid #676767;
}

.boisson p
{
    position: absolute;
    margin: auto;
    top: 5px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 0.8em;
}

.img-boisson
{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 60px;
}

.choix-composition
{
    display: flex;
    flex-wrap: wrap;
}

.composition
{
    height: 100px;
    width: 100px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    position: relative;
    transition-duration: 0.4s;
    background-color: whitesmoke;
    outline: none;
    margin-right: 5px;
    margin-bottom: 0px;
}

.composition:hover, .composition.active
{
    background-color: beige;
}

.composition.active
{
    border : 1px solid #676767;
}

.composition p
{
    position: absolute;
    margin: auto;
    top: 5px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 0.8em;
    line-height: 14px;
}

.composition p.sansImage
{
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}

.img-composition
{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 60px;
}

.choix-sauce
{
    margin-bottom: 20px;
}

.choix-sauce select
{
    height: 43px;
    font-size: 1.3rem;
    padding: 0 3px 0 6px;
    margin-right: 6px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
}

.bg-none
{
    background: none;
}

.border-none
{
    border : none;
}

.mega-menu:hover ul
{
  pointer-events: all;
}

.mega-menu ul
{
  pointer-events: none;
}


  
  .inscription-connexion-section {
    display: flex;
    min-height: 100vh;
  }
  
  .inscription-connexion-section .left-panel,
  .inscription-connexion-section .right-panel {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    min-height: 100vh;
  }
  
  .inscription-connexion-section h2 {
    margin-bottom: 20px;
  }
  
  .inscription-connexion-section form {
    width: 80%;
  }
  
  .inscription-connexion-section input[type="email"],
  .inscription-connexion-section input[type="password"],
  .inscription-connexion-section input[type="text"] {
    width: 70%;
    display: block;
    margin: auto;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
  }

  .inscription-connexion-section .autorisation-notif
  {
    width: 70%;
    display: block;
    margin: auto;
  }

  .inscription-connexion-section .autorisation-notif .checkbox
  {

  }

  .inscription-connexion-section .ligne-mdpOublie
  {
    width: 70%;
    display: flex;
    justify-content: space-between;
    color: white;
    margin: auto;
  }

  .inscription-connexion-section label
  {
    cursor : pointer;
  }

  .inscription-connexion-section .checkbox, .inscription-connexion-section .autorisation-notif .checkbox
  {
    background-color: white;
    border-radius: 4px;
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
  }

  .inscription-connexion-section input[type='checkbox']:checked ~ label .checkbox
  {
    border: 1px solid white;
    background-color: #E1202E;
  }

  .inscription-connexion-section .autorisation-notif input[type='checkbox']:checked ~ label .checkbox
  {
    border: 1px solid white;
    background-color: #f7be27;
  }

  .inscription-connexion-section .autorisation-notif input[type='checkbox']:checked ~ label .checkbox::after
  {
    content: "X";
    text-align: center;
    width: 100%;
    display: block;
    color: #E1202E;
  }



  .inscription-connexion-section p
  {
    text-align: center;
  }
  
  .inscription-connexion-section button {
    width: 70%;
    margin: auto;
    display: block;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .inscription-connexion-section button:hover {
    background-color: #0069d9;
  }

  .inscription-connexion-section .left-panel
  {
    background-color:#f7be27;
  }

  .inscription-connexion-section .right-panel button
  {
    background-color: #f7be27;
  }
  
  .inscription-connexion-section .right-panel {
    background-color: #E1202E;
    color: #fff;
  }

  .inscription-connexion-section .left-panel button
  {
    background-color: #E1202E;
  }
  
  .inscription-connexion-section  h2 {
    color: #fff;
  }

  .formulaire-mdp p
  {
    color : white
  }

  .formulaire-mdp input
  {
    max-width: 70%;
    margin: auto;
  }

  .cart-table button
  {
    background : none;
    border: none;
  }

  .bandeau-bienvenue
  {
    background-color: #e3000e;
    color: white;
    padding-top: 175px;
    padding-bottom: 0px;
  }

  .commande-item {
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .commande-item .produits
  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .commande-item .produits .produit
  {
    width: 49%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 5px;
  }

  .commande-item h4 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .commande-item p {
    margin-bottom: 5px;
  }

  .commande-item .produit {
    display: flex;
    align-items: center;
  }

  .produit-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
  }

  .attributs {
    margin-top: 5px;
  }

  .attributs span {
    font-weight: bold;
  }

  .produits_fidelite .case-choix img
  {
    display: none;
  }

  .produits_fidelite .case-choix label
  {
    height: 30px;
    width: 85px;
  }

  .produits_fidelite .groupe-attributs
  {
    justify-content: center;
  }

  .choix_ville
  {
    height: 43px;
    font-size: 1rem;
    padding: 0 3px 0 6px;
    margin-right: 0px;
    margin-left: 6px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
  }

  .cart-checkout td
  {
    position: relative;
  }

  .cart-checkout .case
  {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
  }

  .cart-checkout p.small
  {
    font-size: 0.7em;
    text-align: center;
  }

  .cart-checkout p.small a
  {
    color : #e84e1d;
  }
  .cart-checkout input[type='radio']:checked ~ label .case
  {
    background-color: #e84e1d;
  }

  .liens-externes
  {
    display: flex;
    justify-content: center;
  }

  .liens-externes a
  {
    margin: 0 10px;
  }
  

  .liens-externes img
  {
    max-width: 300px;
  }

  .sub-menu
  {
    display: none;
  }

  .add-to-cart-btn
  {
    padding: 0;
  }

  .add-to-cart-btn button
  {
    padding: 13px 32px;
  }

  .mega-menu ul, .mega-menu-container, .col-mega-menu
  {
    padding : 0!important;
  }

  .mega-menu-box
  {
    background-color : red;
    margin : 0;
    height : 33.3333333%;
  }

  .medium-box
  {
    height : 195px;
  }

  .bg-megamenu
  {
    width: 100%;
    height : 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }

  .bg-megamenu:hover img
  {
    filter: saturate(1.5);
  }

  .bg-megamenu img
  {
    width: 100%;
    height : 100%;
    object-fit: cover;
    transition-duration: 0.4s;
  }

  .cart-checkout label
  {
    margin-bottom: 0;
  }

  .btn-deconnexion
  {
    border: none;
    background: none;
    padding: 0;
    font-weight: 100;
    color: red;
  }

  @media(max-width:767px)
  {
    .inscription-connexion-section
    {
        flex-direction: column;
    }

    .inscription-connexion-section .left-panel,
    .inscription-connexion-section .right-panel
    {
        width: 100%;
        padding: 50px 0;
        min-height: 50vh;
    }

    .inscription-connexion-section .autorisation-notif
    {
      width: 100%;
    }

    .inscription-connexion-section input[type="email"],
    .inscription-connexion-section input[type="password"],
    .inscription-connexion-section input[type="text"], 
    .inscription-connexion-section button
    {
      width: 90%;
    }

    h3
    {
      font-size: 1.25em;;
    }

    .mega-menu-box
    {
      padding-bottom: 0!important;
      height: 70px;
      margin-bottom: 5px!important;
      border-bottom: none!important;
    }
    .commande-item .produits .produit
    {
      width: 100%;
      margin: 0;
      margin-bottom: 10px;
    }

    .liens-externes
    {
      flex-direction: column;
    }

    .liens-externes a
    {
      margin-bottom: 10px;
    }

    .tab-infosPerso
    {
      width: 89%;
      margin: auto;
    }

    .about-1-txt h2
    {
      text-align: center;
      font-size: 32px!important;
    }

    .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after
    {
      font-size: 3.5rem;
    }

    .inscription-connexion-section .ligne-mdpOublie
    {
      width: 100%;
    }
  }

  @media(max-width : 480px)
  {
    .tabs-1 li
    {
      width : 100%;
      display: flex!important;
      justify-content: center;
      align-items: center;
    }

    .menu-7-img
    {
      padding : 0;
    }

    .menu-6-price h5, .menu-7-price h5
    {
      font-size: 1.1rem!important;
    }

    td.product-name
    {
      display: flex!important;
      justify-content: space-between;
    }

    .cart-product-img
    {
      display: block!important;
      margin-right: auto;
      
    }

    .cart-product-img img
    {
      height: 100px;
    }
  }
  