
body {
  
    margin:0px;
    padding:0px;
    /*background-color : #EAEAEE;*/
  
   background-image: linear-gradient(to right, rgb(234,234,238) , rgb(228,228,230));

  }

a{
  text-decoration: none;
  color:white;
}

a :active{
  color:greenyellow;
}

a :visited{
  color:white;
}

/*couleur des boutons de navigation*/


.flex-container{
      display: flex;
      flex-direction: column;
     
      /*background-image: linear-gradient(to right, rgb(230, 36, 36) , rgb(223, 210, 210));*/
      align-items: center;
    
    }


.blc_ord{

  width:95%;
  min-height:100px;
  margin-bottom:15px;
  /*margin-left:10px;*/
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Poppins', sans-serif;
}

/*Header du bon de commande*/
/*New orders*/
.ord_header{
  border-radius: 10px 10px 0 0;
    background-color:greenyellow;
    width:100%;
    height:50px;
    text-align: center;
}

/*Old orders */
.ord_header_lst{
  border-radius: 10px 10px 0 0;
    background-color:#93A6A3;
    width:100%;
    height:50px;
    text-align: center;
}

/*snippet new orders*/
.snippet{
float: left;
background-color: red;
height: 20px;
width : 20px;
border-radius: 50%;
/*border-color: white;
border-style: solid;*/
color: white;

margin-left:55px;
margin-top:50px;
position:absolute;
}

.ord_delay{
  margin-left:10px;
  font-size:1.3em;
}


.logo_img{
  width:300px;
}

.ord_num{
  
  
  color:red;
}


.ord_body{
  
    /*background-color:white;*/
    width:98%;
    min-height:50px;
    padding-left:5px;
    /*margin-bottom: 20px;*/
}

.ord_info{
  display: flex;
  flex-direction: column;
  border-top-style: dotted;
  text-transform:uppercase;
}

.ord_inf_title{
  color:red;
  text-transform:uppercase;
  text-decoration: underline;

}



.ord_footer{
  border-radius: 0px 0px 10px 10px;
    background-color:rgb(244,244,245);
    width:100%;
    min-height:60px;
    text-align: center;
    padding-top : 5px;
}


  .container_hide{

    width:100%;
    min-height:100px;
    
}



  .navbar{

    position: fixed;
    bottom: 0;
    right: 0;
    width: 90%;
    /*background-color: black;*/

    background-color: rgba(43,41,39,0.9);

    height : 100px;
    text-align: center;
    border-radius: 15px 15px 15px 15px;
   
    margin-bottom: 15px;
    margin-left:auto;
    margin-right:20px;
  }


  #bt_nav_prg{
    font-size: 80px;
    color:rgb(255, 255, 255);
    padding-right: 25px;
    padding-top:10px;
    
      }


  #bt_nav_prg_selected{
font-size: 80px;
color:rgb(4, 250, 45);
padding-right: 25px;
padding-top:10px;

  }

  #bt_nav_lst{
    font-size: 80px;
    color:white;
    padding-right: 25px;
    padding-top:10px;
  }

  #bt_nav_lst_selected{
    font-size: 80px;
    color:rgb(4, 250, 45);
    padding-right: 25px;
    padding-top:10px;
  }



  #bt_nav_reload{
    font-size: 80px;
    color:aqua;
    padding-top:10px;
  }


  .button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }
  .button3 {background-color: #f44336;} /* Red */ 



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 95%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
  padding: 2px 16px;
  height:500px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal_val_cust_dly{
  color:white;
  font-size: 1.5em;
}

/*OXS_MAILER*/
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #00A651;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;

  margin-top : 15px;

}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.txt_info_mailer{

  padding:25px;
  color : orangered;
  font-size: 1.5em;
  font-family: 'Poppins', sans-serif;
  justify-content: center;
}