html{
    font-family: 'Roboto', sans-serif;
  }

.navigation{
    height: 70px;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: left;
    cursor: pointer;
}
.navigation a{
        display:inline-block;
        height:70px;
        vertical-align:middle;
        text-decoration: none;
        align-self: center;
}

#Product_mobilemenu, #Product_mobileclose{
    margin-left: 2rem;
    text-decoration: none;
    color: rgb(65, 65, 65);
    font-size: 15px;
    padding-top: 1vh;
    padding-bottom: 1vh;
    border-bottom: 1px solid rgb(65, 65, 65);
    border-top: 1px solid rgb(65, 65, 65);
  }

  #Product_mobileclose{
      display: none;
  } 


#sidemenu{
    width: 30%;
    height: 1500vh;
    float: left;
    margin-top: 0;
    padding-top: 0;
    color: rgb(65, 65, 65);
}

#sidemenu > ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li > a{
    text-decoration: none;
    color: rgb(96, 96, 96);
    cursor: pointer;
}
li > a:hover {
    color: rgb(252, 6, 6); 
}


.production{
    color: rgb(96, 96, 96); 
   padding: 0px;
   margin-top: 1px;
   font-size: 1.1rem;
   cursor: pointer;
}

p.production:hover {
    color: rgb(252, 6, 6); 

}

.pseudo{
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}
.red{
    color: red;
}
.firstline::before {
    display: block;
    margin-bottom: 7px;
    content: '';
    width: 3.5rem;
    height: 0.5px;
    background-color: white;
    border-bottom: 1px solid  rgb(65, 65, 65);

    
}

.pseudo::after {
    display: block;
    margin-top: 4px;
    content: '';
    width: 8rem;
    height: 0.5px;
    background-color:  white;
    border-bottom: 1px solid  rgb(65, 65, 65);
}

.list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 25px;
}

.caret{
    float: right;
}
.logo{
    padding-left: 35px;
    padding-top: 10px;
    height: 40px;
    width: auto;
}
.back{
    height: 70px;
    padding-left: 15px;
}
.phone{
    height: 40px;
    padding-left: 25px;
}

.hideit{
    display: none;
}

#form_contacts_question, #form_contacts_order{
    display: none;
}
#search_area{
    padding-top: 25px;
    width: 100%;
    display: flex;
    padding-left: 1rem;
    align-items: center;
}


#search_area, #mySearch, #clearSearch{
/*    display:inline-block;
    vertical-align:middle;
    text-decoration: none;*/
    color: rgb(96, 96, 96);
    justify-content: flex-start;
    align-self: center;
    height: 40px;
    font-size: 15px;
}
#clearSearch{
    font-size: 150%;
    cursor: pointer;
}
#clearSearch:hover{
    color: red;
}

#mySearch{
    min-width: 200px;
}
#menu_show_hide_area{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    cursor: pointer;


 /*   align-items: left;
    color: rgb(96, 96, 96);
    justify-content: center;
    align-self: left;
    height: 40px;
    font-size: 10px;*/
}

.fa-times, .fa-bars{
    font-size: 25px;
    justify-content: center;
    align-self: center;
    padding: 15px;
}

#products_show, #products_hide{
    display: flex;
    flex-direction: row;
}
#products_show{
    justify-content: left;
    align-self: center;
    padding-right: 25px;
}
#products_hide{
    justify-content: right;
}

#products_show:hover, #products_hide:hover{
    color: red;
}
/*
.closecross {
    position: relative;
    left: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.7;
  }
  
  .closecross:before, .closecross:after {
    position: relative;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
  }
  .closecross:before {
    transform: rotate(45deg);
  }
  .closecross:after {
    transform: rotate(-45deg);
  }
  .closecross:hover {
    color: red;
    opacity: 1;
    cursor: pointer;
  }*/

/*
.btn_close {
    position: absolute;
    right: 32px;
    top: 105px;
    width: 32px;
    height: 32px;
    opacity: 1;
    color: rgb(96, 96, 96);
    }
    .btn_close:hover {
    opacity: 1;
    }
    .btn_close:before, .btn_close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;

    }
    .btn_close:before {
    transform: rotate(45deg);
    }
    .btn_close:after {
    transform: rotate(-45deg);
    }
*/

#products_show, #products_hide{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    align-self: center;
    color: rgb(96, 96, 96);
    border-bottom: 1px solid rgb(65, 65, 65);
}

/*
#search_area, #menu_show_hide_area{
    display: block;
    width: 100%;
}*/

#products_show, #products_hide, #clearSearch{
    background-color: white;
    border-style: none;
}
/*
#search_area, #menu_show_hide_area, #products_show,
#products_hide{
    display: flex;
    align-items: center; 
}*/

#licnt0FD3{
    margin-top: 25px;
    margin-left: 25px;
}


.productarea{
    margin: 25px;
    padding-left: 22%;
    font-size: 1rem;
    text-indent: 0rem;
}
   
   
   .mainProductImage{
   left:0;
   border-radius: 10px;
   display: block;
   width: 50%;
   }

   .presentation{
    left:0;
    border-radius: 10px;
    display: block;
    width: 80%;  
   }

   .space{
       display: block;
       margin: 20px;
       padding: 20px;
   }
   .prices_area{
      font-size: 70%;
     }

   .price_list{
    width: 29%;
    float: left;
    margin-bottom: 35px;
   }
   #price_list_2, #price_list_3{
   margin-left: 2%;
   }
   .calendar_price{
    cursor: pointer;
    transition: 0.3s;  
   }
   .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image */
  /* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  


.header{
    font-size: 1.5rem;
    padding-top: 1rem;
}
.indent{
    text-indent: 0px;
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 15px;
}

@media only screen and (max-width: 768px){
    .modal-content {
        width: 100%;
      }

    .navigation{
  
        justify-content: center;
        align-items: baseline;
    }

    .logo{
        height: 30px;
        width: auto;
  
    }

    .logo, .phone{
        padding-top: 33px;
        padding-left: 10px;
        align-self: center;
    }
    #Product_mobilemenu, #Product_mobileclose{
        margin-left:10px;
    }


    #sidemenu{
        width: 90%;
    }
    #sidemenu > ul{
        padding-left: 0px;
    }
    .list {
        padding-left: 0px;
        cursor: pointer;
    }


.production{
    padding: 0.5rem;
    padding-left: 0;
    border-bottom: 1px solid  rgb(65, 65, 65);
}
.production:hover{
    color: red;
    cursor: pointer;
}


.firstline{
    padding-top: 2rem;

}


    #sidemenu, .back, .firstline::before, .pseudo::after{
        display: none;
    }

    li{
        text-align: center;
    }
    .indent{
        text-align: left;
    }


    .productarea{
        padding-left: 0px;
        margin-left: 10px;
        padding-right: 10px;
    }

    .mainProductImage, .presentation{
        width: 90%;
    }

    .productarea > ul{
        padding-inline-start: 10px;
    }
}

@media only screen and (min-width: 769px){

    #Product_mobilemenu, #Product_mobileclose, .phone{
        display: none;
    }

}

@media only screen and (min-width: 100px){

    .phone{
      -webkit-animation-name: callme; 
      -webkit-animation-duration: 5s; 
      -webkit-animation-iteration-count: infinite; 
       animation-name: callme;
       animation-duration: 5s;
       animation-iteration-count: infinite;
       animation-delay: 3s;
       animation-fill-mode: forwards;
       animation-timing-function: linear;
    }
          /* Safari 4.0 - 8.0 */
       @-webkit-keyframes callme {
        0%   {opacity: 1 ; transform:rotateZ(0deg);}
        5% {opacity: 0.5; transform:rotateZ(-20deg);}
        10%  {opacity: 1;  transform:rotateZ(20deg);}
        15% {opacity: 0.5;  transform:rotateZ(-20deg);}
        20%  {opacity: 1;  transform:rotateZ(20deg);}
        99%   {opacity: 1; transform:rotateZ(0deg);}
        100% {opacity: 1; transform:rotateZ(0deg);}
        
      }
       /* Standard syntax */
          @keyframes callme {
            0%   {opacity: 1 ; transform:rotateZ(0deg);}
            5% {opacity: 0.5; transform:rotateZ(-20deg);}
            10%  {opacity: 1; transform:rotateZ(20deg);}
            15% {opacity: 0.5; transform:rotateZ(-20deg);}
            20%  {opacity: 1; transform:rotateZ(20deg);}
            99%   {opacity: 1; transform:rotateZ(0deg);}
            100% {opacity: 1; transform:rotateZ(0deg);}
        }

    }