@font-face {
    font-family: "BigCaslonMedium";
    src: url("../assets/fonts/BigCaslonMedium.ttf") format("truetype");
  }
  @font-face {
    font-family: "caviarDreams";
    src: url("../assets/fonts/caviarDreams.ttf") format("truetype");
  }
  @font-face {
    font-family: "caviarDreamsb";
    src: url("../assets/fonts/caviarDreamsb.woff") format("woff");
  }
  @font-face {
    font-family: "caviarDreamsbi";
    src: url("../assets/fonts/caviarDreamsbi.ttf") format("truetype");
  }
  @font-face {
    font-family: "caviarDreamsi";
    src: url("../assets/fonts/caviarDreamsi.ttf") format("truetype");
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  body {
    margin: 0;
    padding: 0;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
    overflow-x: hidden;
    font-family: 'caviarDreams', arial,sans-serif;
  }
  h5, h6 {
    font-family: 'caviarDreams', arial, sans-serif;
  }
  .titre-com-att{
    font-size: calc(14px + .3vw);
    font-weight: bold;
  }
  
body,
input,
button {
  outline: none;
}

.main-container {
  max-width: 100%;
  margin: 0 auto;
  height:100vh;
  font-size: 12px;
  overflow: hidden;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.loyleek-link,
input[type='button'].loyleek-link{
  color:#C00000 !important;
  font-weight:bold;
  text-decoration: underline;
  padding:5px 5px;
  display:inline-block;
  background: transparent !important;
  background-color: transparent !important;
}

.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.italic{
  font-style: italic;
}
.loyleek-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.loyleek-checkbox + label {
  position: relative;
  font-size: 10px;
  cursor: pointer;
  /*display: inline-flex;
  align-items: center;*/
  height: 20px;
  color: rgb(0, 0, 0);
}
.loyleek-checkbox + label::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  width: 18px;
  height: 18px;
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-radius: 2px;
  box-shadow: none;
}
.loyleek-checkbox:checked + label::after {
  content: " ";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjYzAwMDAwIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  left: 0px;
  top: 0px;
  text-align: center;
  background-color: transparent;
  font-size: 10px;
  height: 20px;
  width: 20px;
}

.transition-effect{
    transition: all .5s;
}
.hflip{
  
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.myscroll::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }
  .myscroll::-webkit-scrollbar-corner { background: rgba(0,0,0,0); }
  .myscroll::-webkit-scrollbar-thumb{
    background: #B28940;
    border-radius: 30px;
  }
  .myscroll::-webkit-scrollbar-thumb:hover{
    background: #b38434;
  }
  .myscroll::-webkit-scrollbar-track{
    background: #DBDBDB;
    border-radius: 30px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0;
  }

  .blue{
    color:#262863;
  }
  .capitalized{
    text-transform: capitalize;
  }

  .bg-white{
    background-color:#fff;
  }

  .align-items-start{
    display:flex;
    align-items: start;
  }

  /* Alert messages */
  .corner-alert{
    width:500px;
  }

  #error-corner-messages-container {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: transparent;
    pointer-events: none;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right:10px;
  }
  #error-corner-messages-container>div.alert{
    pointer-events: auto;
  }

  .main-container-wrapper{
    display:flex;
    justify-content: center;
    align-items: center;
  }

  .wrapper-alert-message{
    position: relative;
    font-weight: bold;
    display: flex!important;
    justify-content: center;
  }

  div.header>div.logo>div.buttons>ul,
  div.header>div.buttons>ul{
    list-style: none;
    list-style-type: none;
    margin:0;
  }
  div.header>div.logo>div.buttons>ul>li,
  div.header>div.buttons>ul>li{
    list-style: none;
    float:left;
    margin:auto 5px;
    position: relative;
  }
  div.header>div.logo>div.buttons>ul>li>a.has-notification::before,
  div.header>div.buttons>ul>li>a.has-notification::before{
    content:"";
    position: absolute;
    width:10px;
    height:10px;
    background-color: #C00000;
    left:-2px;
    top:-2px;
    border-radius: 50%;
  }

  div.header>div.logo>div.buttons>ul>li>a>img,
  div.header>div.buttons>ul>li>a>img{
    width: 35px;
  }
  hr.form-divider{
    width:100%;
    color:#5B9F8A;
  }
  img.small-icon{
    width: calc(15px + 0.25vw);
    margin-left: 1.5px;
  }
  img.med-small-icon{
    width: calc(20px + 0.5vw);
    margin-right: 2.5px;
  }
  .medium-list-icon{
    width: calc(24px + 0.5vw);
  }

  /* Pagination */
  div.pagination{
    margin:10px 0px;
  }
  div.pagination a{
    color:#5B9F8A;
    padding:0px 10px;
  }
  div.pagination input[type="text"]{
    border:1px solid #5B9F8A;
    width:40px;
    text-align:center;
    border-radius: 5px;
    color:#5B9F8A;
  }
  a.pagination-link, p.pagination-input{
    color:#65AB91;
    text-decoration: none;
    font-size: 20px;
  }
  a.pagination-link.disabled{
    color:gray;
  }
  p.pagination-input{
    display: inline-block;
    border:2px solid  #65AB91;
    border-radius: 5px;
    padding:0px 20px;
    font-weight: bold;
  }
  p.pagination-title,
  div.pagination-title{
    display: inline-flex;
    padding: 0px 20px;
    font-weight: bolder;
    width: 80%;
    text-align:center;
    justify-content: center;
  }
  /* Page layout */
  div.header{
    /* background-color: green; */
    height: 60px;
  }
  div.header>div.content{
    height:100vh;
    position:relative;
  }
  div.header>div.content>div.header{
    height:60px;
  }
  div.header>div.content>div#page-body{
    height:calc(100% - 60px);
  }

  div#page-body>div>.menu-title{
    font-size: 30px;
    font-family: 'caviarDreams', arial,sans-serif;
    height:90px;
    line-height: 90px;
    font-weight: bold;
    position: relative;
  }
  
  div.header>div.logo>img, div.header>div.logo>a>img{
    max-width:120px;
    width:100%;
  }

  ul.sub-menu{
    margin-left: 3px !important;
  }
  
  .bold{
    font-weight: bold;
  }
  img.medium-icon{
    width:calc(35px + 0.75vw);
  }
  img.large-icon{
    width:calc(50px + 0.25vw);
  }

  .font-size-1{
    font-size: calc(8px + 0.25vw) !important;
  }
  .font-size-2{
    font-size: calc(10px + 0.25vw) !important;
  }
  .font-size-3{
    font-size: calc(12px + 0.25vw) !important;
  }
  .font-size-4{
    font-size: calc(14px + 0.25vw) !important;
  }
  .font-size-5{
    font-size: calc(16px + 0.25vw) !important;
  }
  .font-size-6{
    font-size: calc(18px + 0.25vw) !important;
  }
  .font-size-7{
    font-size: calc(20px + 1vw) !important;
  }

  .small-piment{
    width: 50px!important;
    height: 20px!important;
  }
  .carte_piment{
    width: 35px!important;
    height: 15px!important;
  }
  .large-piment{
    width: calc(70px + 0.25vw)!important;
    height: calc(30px + 0.25vw)!important;
  }
  .btn-modal{
    width: 60px!important;
    height: 30px!important;
    font-size: 12px;
  }
  .cgv-w-icone{
    display:block;
    padding:0px;
    font-size:10px;
  }
  .custom-combobox-input{
    background: #FFFFFF !important;;
    padding: 10px !important;;
  }
  .custom-combobox-toggle{
    padding: 10px 3px !important;;
    display: inline-table !important;
  }

  .dialog-c-title{
    border-bottom: 1px solid #e1e1e1;
    padding: 10px !important;
  }
  .dialog-c-title .close-btn{
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    text-decoration: none;
  }

.ui-widget>span.custom-combobox>input.custom-combobox-input{
  font-family: 'caviarDreams', arial,sans-serif;
  border-bottom: 1px solid #949494 !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-radius: 0px !important;
  width: 100% !important;
}

.ui-widget>span.custom-combobox>a.custom-combobox-toggle{
  display:none !important;
}
  .align-plat-caracteristics{
    float: left;
    width: calc(100% - 20px);
    padding-bottom: 5px;
  }

  ul.horizontal-list-of-icons{
    list-style: none;
  }
  ul.horizontal-list-of-icons > li{
    float:left;
    margin:0px 2px;
  }

  .no-wrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

  }

  div.modal-dialog{
    min-width: 70%;
  }


.autocomplete-fit-width>ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front{
  max-height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: left;
  top:44px !important;
  left:0 !important;
  right:0 !important;
}

.autocomplete-fit-width{
  position:relative;
}

#qrModal>div.modal-dialog{
  min-width: 35%;
  width: 35%;
}

div.modal.no-bg>div.modal-dialog>div.modal-content>div.modal-header>button.close{
  background:red;
  border:0;
  border-radius: 5px;
  color:#fff;
}
div.modal.no-bg>div.modal-dialog>div.modal-content{
  background:#fff !important;
}

.custom-combobox-country-city,
.custom-combobox-adresse{
  width: 100%;
  display: inline-flex;
  height: 30px;
  border-bottom:1px solid #000;
}


.custom-combobox-country-city>input,
.custom-combobox-adresse>input{
  border: 0 !important;
}
.custom-combobox-country-city>a,
.custom-combobox-country-city>a:hover{
  border: 0 !important;
  background: transparent !important;
}

.custom-combobox-input{
  font-family: 'caviarDreams', arial,sans-serif;
  font-size: 14px;
}
.modal-backdrop.fade{
  z-index: 0;
  }
.round-corners{
  border-radius: 10px;
}

.i_info{
  background-image: url('../images/info.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc(20px + 0.5vw);
  width: calc(22px + 0.5vw);
  height: calc(22px + 0.5vw);
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  cursor: pointer;
  right: 0px;
}

.i_allergenes{
  background-image: url('../images/allergene/allergene_96.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  height: 20px;
  width: 20px;
  margin: 0px;
  position: absolute;
  cursor: pointer;
  padding: 0px;
  pointer-events: all;
  display: block;
  position: relative;
}
.tooltip-allergenes{
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 10px;
  position: absolute;
  z-index: 1;
  font-weight: bold;
}
.anchor-allergenes{
  padding: 0px;
  margin: 0px;
  height: 20px;
  width: 20px;
  display: inline-block!important;
  vertical-align: top;
  position: relative;
}

.tooltip-text {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  top: -50px;
  position: absolute;
  z-index: 1;
  font-weight: bold;
}


#cc,#pin{
  margin-top:60px;
  background:#f3f2f2;
  position:absolute;
  right:0;
  left:0;
  height:0px;
  top:0;
  z-index: 1;
  transition: all .5s ease-in-out;
  overflow: hidden;
  padding:0px;
}
#cc.opened,#pin.opened{
  height: calc(100vh - 60px);
  padding: 40px 20px 20px 20px;
  z-index: 2;
}

#cc>.box-content,#pin>.box-content{
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.container-cc {
  display: grid;
  grid-template-columns: repeat(auto-fit, 150px);
  grid-row-gap: 5px;
  grid-column-gap: 5px;
  justify-content: start;
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 0;
}

.container-cc>.item {
  padding: 5px;
}

.grise{
  filter: grayscale(1);
}

.image-plat{
  width: 35%;
}

.locale-selector{
  border: 0;
  padding: 1px 0;
  font-size: calc(10px + 0.25vw);
  color: #000000;
  margin-top: 6px;
  background-color: white;
  font-weight: bold;
}

.locale-selector-menu{
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}

/* CSS of page note version */
.i_bug {
  background-image: url('../images/bug.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  top: 0px;
  vertical-align: bottom;
  margin-right: 3px;
}

.i_new {
  background-image: url('../images/new.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  top: 0px;
  vertical-align: bottom;
  margin-right: 3px;
}

.i_versions {
  background-image: url('../images/versions.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  top: 0px;
  margin-right: 8px;
  vertical-align: bottom;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed) {
  background-color: rgba(74, 119, 98, 0.2);
  box-shadow: none;
  color: rgba(74, 119, 98);
}
/* End of CSS of page note version */
