@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

body{
  background-color: white;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/* --------------------Style des textes---------------------- */
h1{
  color: #1b1e24;
}


/* --------------------Style des buttons---------------------- */
.connexionButton{
  position: absolute;
  top: 18px;
  right: 10px;
  background-color: #1b1e24;
  color: #818181;
  display: inline-block;
  text-align: center;
  padding: 15px 32px;
}

.connexionButton:hover{
  color: #f1f1f1;
}

/* --------------------Style des articles---------------------- */
.wrapperArticle{
    background-color: #B8B8B8;
    border-radius: 30px;
    border: 1px solid;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.wrapperArticle > div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.wrapperArticle img{
    
    margin: 0 10px 10px 10px;
    border-radius: 2rem;
    /*float: right;*/
    height: 10rem;
    width: 20rem;
}

/* --------------------Style des tables---------------------- */

div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#4E5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

.alignContainer {
  display: flex;
  justify-content: space-between;
}

/* --------------------Style 2 colonnes---------------------- */
.row {
  display: flex;
}

.column {
  flex: 50%;
  padding: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #1b1e24;
}

/* --------------------Style du form---------------------- */
.form{
  width: 30%;
  margin: auto;
  margin-top: 10%;
  border: 3px solid #1b1e24;
  padding: 10px;
}
input{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 3px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

input:focus{
  border: 3px solid #1b1e24;
}

input[type=submit] {
  font-size: medium;
}

input[type=submit]:hover {
  background-color: #C1C3D1;
  border:solid #1b1e24;
}

e{
  color:red;
}

/*-----------------Style du form de produit----------------- */

/* .ajoutDuProduitDetails {
  padding: 0% 50% 5% 5%;
  border :#1b1e24;
  border-style: solid 5px;
} */

.display-flex {
  display: flex; 
}

.middle {
  align-items: middle;
}

.center {
  justify-content: center;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.wrapper > div {
  padding: 20px;
  margin: 10px 20px;
  border : 5px solid #1b1e24;
  min-width: 25%;
}

.wrapperQte {
  display: flex;
  align-items: flex-start;
}

.wrapperQte > div {
  margin: 0px 5px 0px 5px; 
}

.containerLogos {
  border : 5px solid #1b1e24;
  max-width: 500px;
  margin-left: 20px;
}

.containerLogos > div{
  max-height: 300px;
  width: 500px;
  overflow-y: auto;
}

#logoSelector {
  margin: 0 20px;
  width: 390px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logoSelector input[type='checkbox'] {
  width: 30px;
  height: 30px;
}

.boutonAjouterProduit {
  max-width: 100%;
  margin: 30px 0px 30px 0px;
  display: flex;
  justify-content: center;
}

.boutonSupprimerProduit {
  max-width: 100%;
  margin: 0px 0px 30px 0px;
  display: flex;
  justify-content: center;
  background-color: #e89797;
  border: 3px solid #1b1e24;

}
/* *{
    border: 1px solid red;
}
*/
/* --------------------Style du Navbar---------------------- */

.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1b1e24;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 6px 6px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav b {
    position: absolute;
    align-items:center;
    bottom: 2rem;
}

.sidenav c {
    padding: 6px 6px 6px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #f1f1f1;
    display: block;
    font-weight: bold;
}

.imageLogo {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-left: -30px;
}

.main {
  margin-left: 200px;  /*Same as the width of the sidenav */
  
}

/* --------------------Style des alertes---------------------- */
.alert {
  position: relative;
  top: 10;
  left: 0;
  width: auto;
  height: auto;
  padding:10px;
  margin-bottom: 8px;
  line-height: 1.8;
  border-radius: 5px;
  font-family: sans-serif;
  font-weight: 400;
}

.alertText {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}

.error {
  background-color: #FEE;
  border: 1px solid #EDD;
  color: #A66;
}

.warning {
  background-color: #FDF7DF;
  border: 1px solid #FEEC6F;
  color: #C9971C;
}

/* --------------------Style du TopNavbar---------------------- */
.topnav {
  overflow: hidden;
  background-color: #1b1e24;
}

.topnav a {
  float: left;
  color: #818181;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 25px;
}

.topnav a:hover {
  color: #f1f1f1;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav b{
    
}

/* --------------------Style du Footer---------------------- */
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 13px;
  background-color: #1b1e24;
  color: white;
  text-align: center;
}
