body { 
  background-image: url('logo.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
 
table, th, td {
        border: 1px solid;
        background-color: rgb(187, 208, 229);
    }


    
#argiles {
   width: 150px;   
}

.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 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 75%;
    height: 75%;
    overflow: auto;
    background-size: contain;
    background-repeat: no-repeat;
    text-shadow: rgb(215, 179, 96) 2px 0 10px;
  }
  
  .modal-body {

 }

  .boiteaimage {
    position: relative;

  }

  /* The Close Button */
  .close {
    color: rgb(16, 217, 53);
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .imageScrollers .Back {
    position: absolute;
    font-size: 24pt;
    color: black;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 20px;
  }

  .Back:hover,
  .Back:focus {
    color: rgb(255, 0, 0);
    text-decoration: none;
    cursor: pointer;
  }
  
  .imageScrollers .Next {
    position: absolute;
    font-size: 24pt;
    color: white;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 20px;
  }

  .Next:hover,
  .Next:focus {
    color: rgb(255, 0, 0);
    text-decoration: none;
    cursor: pointer;
  }
  
  .close:hover,
  .close:focus {
    color: rgb(255, 0, 0);
    text-decoration: none;
    cursor: pointer;
  }

img {
    max-width: 100%;
    max-height: 100%;
    border: 5px solid #555;
}


.imagetable {
  display: flex;
  border: 1px;
  width: 80px;
  height: 80px;
}

.imagetable:hover{
  transform:scale(2.5);
}


.portrait {
    height: 80px;
    width: 30px;
}

.landscape {
    height: 30px;
    width: 80px;
}

.square {
    height: 75px;
    width: 75px;
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: white;
  color: black;
  border: 2px solid #ba0000;
}

.button2:hover {
  background-color: #ba0000;
  color: white;
}

.centered {
  position: relative;
  top: 30px;
  left: 30px;
}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

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

.flex-container > div {
  background-color: #f1f1f1;
  text-align: center;
 }


 .galleria{ width: 1600px; height: 800px; background: #000 }