@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');


* {
  box-sizing: border-box;
}
:root {
  --secondary-color:#A50E3E;
  --text-color:#575D5B;
  --third-color:#EBD7E0;
  --red-color: #f70f1e;
  --yellow-color:#f4b10c;
  --green_color: #036f46;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: #fff;
  color:var(--text-color);
}

#fluidity{
  padding:80px  0;
  background: #F4F3F8;
}

#mainCont {
  margin: 0;
  width: 100%;
  text-align: center;
}
#mainCont span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30%;
  transition: all 0.2s ease-out;
}
#mainCont span.right {
  left: 200%;
}
#mainCont span.center {
  left: 0% !important;
}
#mainCont span.left {
  left: -100%;
}
.subheader{
  padding:30px 0;
}

.subheader h3{
  color: #343C34;
  font-size: 38px;
  font-weight: bold;
}
.subheader a{
  margin: auto 10px;
  float: left;
  font-weight:normal;
  color: #343C34;
  font-size: 34px;
}
.subheader a.active{
  float: left;
  font-weight:bold;
  color:  var(--secondary-color);
  font-size: 34px;
}

.bg-header {
  height: 100%;
  min-height: 300px;
  background-image: url("./img/hero_bg.jpg");
  background-color: #003c78;
  background-size: cover;
  background-position: center top;
}
.layer-bg {
  height: 100%;
  padding: 120px 0 120px;
  background-color: rgb(0 0 0 / 32%);
}
.uptitle-header {
  font-weight: bold;
  font-size: 55px;
  margin-top: 30px;
}
#Footer h1{
  margin: 80px auto;
  font-size: 35px;
  font-weight: 500;
  color:var(--secondary-color);
}
.text_leaf {
    width: 41px;
    margin-top: -20px;
}
 #head_menu{
   float: right;
 }
.title-header {
  font-weight: bold;
  font-size: 115px;
}
.comunication{
  padding: 120px 0 ;
  background-color: #fff;
}
.descriptionComunication{
  font-size: 28px;
  color: #34363C;
  font-weight: normal;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 3px solid var(--secondary-color);
  border:none;
}
.big-card {
  border-top: #df4058 solid 3px;
  padding: 40px 0 0;
  margin-top: -40px;
  background-color: #193e73;
  border-radius: 30px 30px 0 0;
}
#fluidity{
  display: none;
}

#fluidity.active{
  display: block;
}
h3.primary  {
  color: #34363C;
  font-size: 40px;
  font-weight: bold;
}
h4.primary  {
  color: #34363C;
  font-size: 28px;
  font-weight:normal;
}
.secondary {
  font-size: 55px;
  color: var(--secondary-color);
}

.white {
  color: #fff;
}



#loading h2 {
  margin-bottom: 40px;
  font-weight: 300;
  color: #a2a0a1;
}
#restaurantName {
  margin-top: 0;
  width: 100%;
  font-weight: 700;
}

#fluiditeCont {
  
   padding: 10px;
  margin: 0;
  width: 100%;
}
.imagezone{
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.traffic_light-content {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

  .fluidity-card {
    -webkit-box-shadow: 0px 10px 21px 4px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 10px 21px 4px rgba(0,0,0,0.38);
box-shadow: 0px 10px 21px 4px rgba(0,0,0,0.38);
    background-color: #fff;
    padding:30px 15px 15px 15px;
    height: 100%;

}

.zone_name {
  flex: 1;
  background-color: #fff;
  color: #201e27;
  margin: 0;
  padding: 5px 0;
}

.zone_name h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}

.traffic_light {
  width: 100%;
  margin: 0;
  background-color: #ddd;
  height: 20px;
  padding: 5px 0;
  align-items: center;
}
.traffic_light h3 {
  display: block;
  flex: none;
  padding: 0;
}
.fluidity-card h3 {
  font-weight: bold;}
.lighty_container {
  display: block;
  height: 100%;
  border-radius: 100%;
  margin: 0 10px;
  float: left;
}
.seats_description p{
  font-size: 14px;
}
.lighty {
  display: block;
  background-color: #e34051;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 10px;
  float: left;
}
.traffic_light h4 {
  margin: auto;
  color: #063249;
}

#loading {
  margin-top: 0;
  margin-bottom: 7px;
}


/* ----------------------------------------------
 * Generated by Animista on 2020-7-9 9:1:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.fade-out {
  -webkit-animation: fade-out 1s ease-out both;
  animation: fade-out 1s ease-out both;
}

/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation slide-fwd-center
 * ----------------------------------------
 */
.fade-in-fwd {
  -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 50px;
  margin: -22px 5px auto;
  margin: 18px;
  height: 100%;
  text-align: center;
  align-items: center;
}
.lds-hourglass:after {
  
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 0;
  box-sizing: border-box;
  border: 23px solid #d4d4d4;
  border-color: var(--secondary-color) transparent #d4d4d4 transparent;
  animation: lds-hourglass 3.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}


@media screen and (max-width: 670px) {
  .uptitle-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 55px;
    margin-top: 30px;
  }
  
  
  .title-header {
    font-size: 60px;
  }
  .uptitle-header{
    font-size: 40px;
  }
 .subheader h3{
  font-size: 20px;

 }
  .secondary{
    font-size: 30px;
  }
  .descriptionComunication{
    font-size: 18px;
  }
  h3.primary  {
    font-size: 30px;
  }
  h4.primary  {
    font-size: 18px;
  }
  #foodgroups .foodgroups_nav li a{
    padding: 0;
    font-size: 21px;}
  #foodgroups .foodgroups_nav li {
    width: 100%;
    display: block;
  }
  #foodgroups .foodgroup_content .food_item.card .text .title{
    font-size: 16px;
  }
  #foodgroups .foodgroup_content .food_item .price{
  font-size: 12px;
}
}
/*_____________________________________________________________*/

.green {
  background-color:var(--green_color);
}
.yellow {
  background-color: var(--yellow-color);
}
.red {
  background-color:var(--red-color); 
}

.greentxt {
  color:var(--green_color);
  font-size: 18px;
}
.yellowtxt {
  color: var(--yellow-color);
  font-size: 18px;
}
.redtxt {
color:var(--red-color); 
font-size: 18px;
}

.margin_right_3 {
  margin-right: 3rem; }

.imok__free {
  color: #93bf00; }

.imok__busy {
  color: #ffb500; }

.imok__full {
  color: #f54029; }

.underlined {
  text-decoration: underline var(--secondary-color); }

.imok__background_secondary {
  background-color: var(--secondary-color); }

.imok__primary_color,
.imok__primary_color_hover {
  color: var(--primary-color); }



.imok__third_color {
  color: var(--third-color); }

.font_weight_900 {
  font-weight: 900; }


#editos {
  position: relative; }



   
     
      #editos #edito_faded_layer #edito_content p {
        font-weight: 900;
        font-size: 1.5rem;
       }

    #fluidity .f_two ul {
      list-style-type: none;
      color: var(--primary-color);
      font-weight: 900;
      font-size: large; }
  #fluidity .f_three {
    float: right;
    display: flex;
    font-size: 1.3rem; }
    #fluidity .f_three p {
      margin: 0 .4rem 0 .4rem; }

  #foodgroups .restaurant {
    display: none;
    padding-bottom: 2rem;
    margin-bottom: 1rem; }
    #foodgroups .restaurant.active {
      display: block; }
  #foodgroups .foodgroups_nav {
    display: flex;
    justify-content: center;
    margin: 2.5rem; }
    #foodgroups .foodgroups_nav a {
      font-size: 20px;
      padding: 0 1.5rem 0 1.5rem;
      color: var(--third-color);
      font-weight: normal; }
      #foodgroups .foodgroups_nav a.active {
        font-size: 20px;
        padding: 0 1.5rem 0 1.5rem;
        color: #fff;
        font-weight: normal; }
      #foodgroups .foodgroups_nav a:focus, #foodgroups .foodgroups_nav a.active {
        font-weight: normal; }
      #foodgroups .foodgroups_nav a:last-child {
        border: none; }
  #foodgroups .foodgroup_content {
    display: flex !important;
    flex-wrap: wrap; }
    #foodgroups .foodgroup_content .food_item {
      margin-top: 30px;
      background: white;
      color: var(--primary-color);
      font-weight: 500; }
      #foodgroups .foodgroup_content .food_item img {
        background: #eeeeee; }
      #foodgroups .foodgroup_content .food_item .text {
        padding: .2rem 1rem .2rem 1rem;
        min-height: 7rem; }
        #foodgroups .foodgroup_content .food_item .text .title {
          color: var(--secondary-color);
          font-size: 25px;
          font-weight: 700; }
        #foodgroups .foodgroup_content .food_item .text .desc {
          display: flex;
          justify-content: space-between; }
      #foodgroups .foodgroup_content .food_item .price {
        right: 2%;
        bottom: 1%;
        position: absolute; }

#footer img {
  display: block;
  margin: auto; }

/*# sourceMappingURL=main.css.map */


.logo{
  margin: 20px auto;
  max-height: 60px;
}
#head {
  padding: 20px 0 auto;
  border-bottom: 3px solid #EBEDF8;
}
.imok__container{
  background-color:var(--secondary-color);
  margin:0;
  padding:60px 0;
}

#infos_section{
  background-color:#FAFBFC;
  padding: 60px 0;
}
.fluidity_section{
  padding-top: 90px;
  padding-bottom: 90px;
}
#fluidity_title{
  margin-bottom: 60px;
}
h1.imok__secondary_color {
  font-size: 44px;
  font-weight: bold;
}


p.f_three{
  font-size: 1.3em;
  margin: 15px auto;
}
.f_one.imok__background_secondary{
  border-radius: 10px;
}


.food_tab_section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.nav-tabs{
  border-bottom: none;
}
.footer{
  padding-top: 30px;
  padding-bottom: 10px;}

  .select_restaurant{
    display: inline-block;
        font-weight: 700;
  }
  .card-img-top {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

img.carousel-item.active {
  height: 39rem;
}

h1.imok__secondary_color{
 font-size: 55px;
  font-weight: bold;
}
h2.imok__secondary_color{
    font-size: 4em;
    font-weight: 800;
}



.carousel-item img,.carousel {
  width:100%;
  height: 600px;
  object-fit: contain;
}


/* TITLE HEADER SIZE */
@media (max-width: 850px) { 
  .title-header{
    font-size: 80px;
  }
  .uptitle-header {
    font-size: 35px;
  }

}
@media (max-width: 590px) { 

  .title-header{
    font-size: 50px;
  }
  .uptitle-header {
    font-size: 23px;
  }
}

@media (max-width: 576px) { 

  .subheader a{
  width: 100%;}




  h1.imok__secondary_color{
    font-size: 1.8em;
    font-weight: 800;
  }
  h2.imok__secondary_color{
      font-size: 2.7em;
      font-weight: 800;
}
#editos #edito_faded_layer #edito_content p {
  font-weight: 900;
  font-size: 1.2em;
 }

 }

h3#totseat120 {
  display: none;
}

.hero{
  place-content: center;
}
#editos #edito_faded_layer {
  background-color: rgb(250, 250, 250);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
}
#edito_content{
  height: 100%;
  padding: 0;
}
#head_menu{
  width:auto;
}
#edito_content{
  padding:0
}

#foodgroups .foodgroup_content img.iconFoodGroup {
  background: var(--secondary-color);
}