/* Miligram overrides */


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;


}
.titre {
    font-family: "Raleway", sans-serif;
    color: #109620;
    font-size: 60px;
   
}

.txtArea {  height:200px; }
.top-nav-links,
.side-nav,
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, 

h6 {
    font-weight: 600;
    color: #363637;
}


a {
    color:#2f85ae;
    -webkit-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

a:hover,
a:focus,
a:active  {
    color:#2a6496;
    -webkit-transition:all 0.2s easeout;
    transition:all 0.2s ease-out;
}

.side-nav a,
.top-nav-links a,
th a,
/* .actions a {
    color: #606c76;
} */

.side-nav a:hover,
.side-nav a:focus
.actions a:hover,
/* .actions a:focus {
    color:#2f85ae;
} */

/* Utility */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.button {
    border: none;
    color: white;
    
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    background-color: #333;

    transition-duration: 0.4s;
    cursor: pointer;
    
  }
  
  .buttonlabo {
    background-color: #333; 
    color: white; 
    margin: 4px 2px;
    padding: 16px 32px;
  }
  
  .buttonlabo:hover {
    background-color: #4CAF50;
    color: white;
  }

  .button, button, input[type='button'], input[type='reset'], input[type='submit']{
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    background-color: #333;
    box-sizing: inherit;
    transition-duration: 0.4s;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    cursor: pointer;
    margin: 4px 2px;
    padding: 16px 32px;}
  
    .button:hover,
    button:focus,
    button:hover,
    input[type='button']:focus,input[type='button']:hover,input[type='reset']:focus,input[type='reset']:hover,
    input[type='submit']:focus,
    input[type='submit']:hover
    {background-color:#4CAF50;border-color:#606c76;color:#fff;outline:0}

/* Main */
body {
    /* background: #9EE59C; */
    color:black;
    background-image:url("/../../img/fondpharmacie.jpg");
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.content {
    padding: 2rem;
    background: #ffffff;
    border-radius: 0.4rem;
    /* Thanks Stripe */
    box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1),
        0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
/* .actions a {
    font-weight: bold;
    padding: 0 0.4rem;
} */
th {
    white-space: nowrap;
}

/* Nav bar */
.top-nav {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    max-width: 300rem;
    /*padding: 2rem;*/
    margin: 0 auto 2rem;
    background-color: #333;
    overflow: hidden;
}
.topnav c {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 20px 15px;
    text-decoration: none;
    font-size: 17px;
  }
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 20px 30px;
    text-decoration: none;
    font-size: 17px;
  }
  .topnav a:hover {
    background-color: #4CAF50;
    color: white;
  }
  .topnav .search-container {
    float: right;
    
    
  }
  .topnav .search-container:hover {
    background-color: #4CAF50;
  }
  .topnav input[type=text] {
    padding: 6px;
    margin-top: 15px;
    font-size: 17px;
    border: none;
    border: 0.1rem solid;
    width: 70%;
    color: #000000;
    background-color:#FFFFFF;
    margin-left: 16px;
  }
  .topnav .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 12px;
    margin-right: 16px;
    background: #333;
    font-size: 25px;
    border: none;
    cursor: pointer;
  }

  .topnav .search-container button:hover {
    background: #333;
  }

  .topnav .info {
    color: #4CAF50;
  }

/* .top-nav-title a {
    font-size: 2.4rem;
    color: #d33c43;
}
.top-nav-title span {
    color: #404041;
}
.top-nav-links a {
    margin: 0 0.5rem;
}
.top-nav-title a,
.top-nav-links a {
    font-weight: bold;
} */

.side-nav-item {
    display: block;
    
    
    background: #ffffff;
    padding: 0 0 0 0.5em;
}

/* View action */
.view.content .text {
    margin-top: 1.2rem;
}
.related {
    margin-top: 2rem;
}

/* Flash messages */
.message {
    padding: 1rem;

    background: #eff8ff;
    color: #2779bd;

    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2rem;
}
.message.hidden {
    display: none;
}
.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}
.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}

/* Forms */
.input.radio,
.input.checkbox {
    margin-bottom: 2.0rem;
}
.input.radio input,
.input.checkbox input {
    margin: 0;
}
.input.radio label,
.input.checkbox label {
    margin: 0;
    display: flex;
    align-items: center;
}
.input.radio label > input,
.input.checkbox label > input {
    margin-right: 1.0rem;
}
.input.radio label:first-of-type {
    margin-bottom: 2.0rem;
}

/* Paginator */
.paginator {
    text-align: right;
}
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}
.pagination li {
    margin: 0 0.5rem;
}
.prev.disabled a,
.next.disabled a {
    cursor: not-allowed;
    color: #606c76;
}
.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

/* Error */
.error-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    .top-nav {
        margin: 0 auto;
    }
    .side-nav {
        margin-bottom: 1rem;
    }
    .heading {
        margin-bottom: 1rem;
    }
    .side-nav-item {
        display: inline;
        margin: 0 1.5rem 0 0;
    }
    .asc:after {
        content: " \2192";
    }
    .desc:after {
        content: " \2190";
    }
    .topnav .search-container {
        float: none;
      }
      .topnav a, .topnav input[type=text], .topnav .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
      }
      .topnav input[type=text] {
        border: 1px solid #ccc;  
      }
}
