* {
    margin:0;
    font-family: sans-serif;
}

html, body {
    height:100%; 
}

/*#textqinsert {*/
[id^="textqinsert"] {
  font-weight:bold;
  color:red;
  font-size:25px;
  text-align:center;
}

.h1titleform {
  font-size:20px;
  text-align:center;
  margin:20% 0%;
  color:black;
  font-family:copperplate;
}

#registration-page {
    height:100%;
    background:white; /*#78a7ba*/
    display:flex;
    justify-content: center;
    align-items: center;
    overflow:scroll;
}

.csvclass {
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(153, 153, 153);
  padding: 10px;
}

.signup-form {
  flex: 1;
  max-width: 800px;
  border-radius: 10px;
  background-color: rgb(230, 230, 255,0.2); /*rgb(230, 230, 255,0.2)*/
  border: 1px solid #999;
  margin-top: auto;
  margin-bottom: auto;
}

.signup-form2 {
  flex: 1;
  max-width: 900px;
  border-radius: 10px;
  background-color: rgb(230, 230, 255,0.2); /*rgb(230, 230, 255,0.2)*/
  border: 1px solid #999;
  margin-top: auto;
  margin-bottom: auto;
}

.signup-form-small {
  flex: 1;
  border-radius: 10px;
  background-color: rgba(228, 184, 184, 0.2); /*rgb(230, 230, 255,0.2)*/
  border: 1px solid #999;
  margin-top: 20px;
  margin-bottom: auto; 
}

.form-header {
    padding:15px 0;
    border-bottom:1px solid #cccccc;
}

.form-body {
    background:rgb(230, 230, 255,0.2);
    padding:5px 10px;
}

.form-footer {
    background:rgb(230, 230, 255,0.2);
    display:flex;
    justify-content: center;
}

.form-header h1 {
    font-size: 28px;
    text-align:center;
    color:#666;
}

.row {
    display:flex;
    flex-direction:row;
}

.input-group {
    flex:1;  
    display:flex;
    flex-direction:column; 
    margin: 10px 5px;
}

table .input-group {
    flex-direction:initial; 
}

.input-group-big {
    flex:3;  
    display:flex;
    flex-direction:column; 
    margin: 10px 5px 5px 5px;
}

.input-group-small {
    flex:1;  
    /*max-width: 500px;*/
    /*max-width: 500px;*/
    display:flex;
    flex-direction:column; 
    /*margin: 10px 5px 5px 5px;*/
    margin-top:10px;
  margin-left:5px;
  margin-right:5px;
    margin-bottom:auto; /* pour que les deux column divs cote a cote n aient pas la meme taille (taille min pour chaque) */
}

.input-group-filter-big {
    flex:3;  
    display:flex;
    flex-direction:column; 
    margin: 10px 5px 5px 5px;
}

/*.input-group-filter-big {
    flex:1;  
    display:flex;
    flex-direction:column; 
    overflow-wrap: break-word;
    max-width:1000px;
}
*/
.input-group-text-big { 
    display:flex;
    flex-direction:column; 
    margin: 10px 5px 5px -200px;
    overflow-wrap: break-word;
    max-width:500px;
    overflow: auto;
}

@media only screen and (max-width: 1250px) {
    .input-group-text-big{
      max-width:400px; 
    }
}

@media only screen and (max-width: 1100px) {
    .input-group-text-big{
      max-width:300px; 
    }
}

@media only screen and (max-width: 1000px) {
    .input-group-text-big{
      max-width:250px; 
    }
}

@media only screen and (max-width: 950px) {
    .input-group-text-big{
      max-width:200px; 
    }
}

@media only screen and (max-width: 900px) {
    .input-group-text-big{
      max-width:500px; 
    }
}

@media only screen and (max-width: 875px) {
    .input-group-text-big{
      max-width:400px; 
    margin: 10px 5px 5px 5px;
    }
}

@media only screen and (max-width: 775px) {
    .input-group-text-big{
      max-width:300px; 
   margin: 10px 5px 5px 5px;
    }
}

@media only screen and (max-width: 680px) {
    .input-group-text-big{
      max-width:600px; 
   margin: 10px 5px 5px 5px;
    }
}

.input-group-filter-small {
    width: 300px;
    /*flex:1;*/
    display:flex;
    flex-direction:column; 
    margin: 10px 5px 5px 5px;
    /*border-width: thin; 
    border-style: solid; 
    border-color: rgba(93, 101, 120, 0.87); 
    border-radius: 5px;*/
}

label {
    color:black; /*#1BBA93*/
    font-size: 15px;
    font-weight: 500;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"] {
  font-size: 16px;
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
  border: 1px solid #003366;
  border-radius: 4px;
  background: white;
  outline: none;
}
input[type="file"] {
  font-size: 16px;
  color: #b8b8b8;
}
select {
  width: 100%;
  font-size: 16px;
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
  border: 1px solid #003366;
  border-radius: 4px;
  background: white;
  outline: none;
}
.quant {
  width: 100px;
  margin-right: 10px;
}
textarea {
  resize: none;
  height:100px;
  /*width: 100%;*/
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
  border: 1px solid #003366;
  border-radius: 4px;
  background: white;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.radio-group, .checkbox-group {
  display:flex;
  flex-wrap: wrap;
}

.radio-group div, .checkbox-group div {
  flex:1;
  padding: 20px 10px 0 10px;
}

.radio-group label, .checkbox-group label  {
  color:black; /*#666*/
  cursor:pointer;
}

.range-group {
  display: flex;
}

.range-group input {
  flex: 1;
}

.range-group label {
  margin-left: 10px;
  background-color: #1BBA93;
  color: white;
  border-radius: 5px;
  padding: 5px;
  font-size: 17px;
  text-align: center;
}

.form-btn {
    padding:10px 20px;
    margin:10px;
    background-color: #003366; /*#1BBA93*/
    font-size:16px;
    border:none;
    border-radius:20px;
    color:#FFF; /*#bcf5e7*/
    cursor:pointer;
    text-align:center;
    width: 300px;
}

.form-btn:hover {
  background: #22034b;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.form-btn:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.form-btn-side {
    padding:10px 20px;
    margin:10px;
    background-color: #003366; /*#1BBA93*/
    font-size:16px;
    border:none;
    border-radius:20px;
    color:#FFF; /*#bcf5e7*/
    cursor:pointer;
    text-align:center;
    width: 150px;
}

.form-btn-side:hover {
  background: #22034b;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.form-btn-side:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}


@media only screen and (max-width: 680px) { /* 500px */
    .row{
      flex-direction:column; 
    }

    .form-btn {
        flex:1;
    }
  
    .input-group-big {
      flex:1;
    }
  
    .input-group-filter-small {
      width:auto;
      flex:1;
      /*border-style:none;*/
    }
}

.plus {
   background-color: transparent;
   border: thin solid;
   width: 30px;
   height: 30px;
}

.footer {
  font-size:10pt;
  float:right;
  padding-right: 42px;
  padding-bottom: 10px;
}


table {
  background-color: #F3F3F3;
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0;
}

th {
  background-color: #003366;
  color: #FFF;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 14px; 
}

td, th {
  text-align: left;
  border: 1px solid #000;
}

td a {
  color: #003366;
  display: block;
  padding: 5px 10px;
  text-decoration:none;
  font-size:14px;
}

th a {
  padding-left: 0
}

tr:nth-of-type(odd) {
  background-color: #E6E6E6;
}

tr:hover td {
  background-color:#CACACA;
}

tr:hover td a {
  color: #000;
}

