
       /*#grande_table td {background-color: #F2D578}*/
       .groupe {border-spacing: 0;border-style: dotted;
  border-width: 2px;/*background-color: #A4742E*/ background-color: transparent;}
       
       #grande_table {padding: 20px 20px 20px 20px;
       					background: url(images/Eguisheim.JPG);
       					}
       
       #groupe1{background-color: #B9CFE4;}
       #groupe2{background-color: #B9CFC4;width: 300px; padding: 5px 5px 0px 0px;}
       #groupe3{background-color: #B9CFA4;}
       #groupe4{background-color: #E693C3; color: #234423; font-weight: bold; font-size: 15px}
       
       .cell_grde_table {
       	/*background-color: #F0CECE;*/
       	padding: 15px 45px 15px 45px;
       	border-spacing: 5px; 
       	/*border-bottom-left-radius: 50%; 
       	border-top-right-radius: 70%; 
       	border-bottom-right-radius: 40%;
       	border-top-left-radius: 20%;*/
       	}
       
       .item_recap_oubli{font-size: 10px;padding: 0px 0px 0px 0px;color:red;list-style-type: none; }
       
       form, input, select, textarea { 
      padding: 0;
      margin: 0;
      outline: none;
      font-family: Roboto, Arial, sans-serif;
      font-size: 10px;
      color: #666;
      line-height: 15px;
      }
      
      .testbox {
      display: flex;
      justify-content: center;
      align-items: center;
      height: inherit;
      padding: 8px;
      }
      form {
      width: 100%;
      padding: 8px;
      border-radius: 4px;
      background: #fff;
      box-shadow: 0 0 10px 0 #a82877; 
      }
      
      
      input, textarea, select {
      margin-bottom: 6px;
      border: 1px solid #ccc;
      border-radius: 3px;
      }
      input {
      width: calc(100% - 10px);
      padding: 2px;
      }
      select {
      width: 100%;
      padding: 4px 0;
      background: transparent;
      }
      textarea {
      width: calc(100% - 12px);
      padding: 3px;
      }
      .item:hover, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
      color: #a82877;
      }
      .item input:hover, .item select:hover, .item textarea:hover {
      border: 1px solid transparent;
      box-shadow: 0 0 4px 0 #a82877;
      color: #a82877;
      }
      
      .item {
      position: relative;
      margin: 4px 0; 
      background-color: transparent;
      /*background-color: #E5E5E5*/    
      }
      
      .item {padding: 14px 20px 14px 20px;}
      
      input[type="date"]::-webkit-inner-spin-button {
      display: none;
      }
      .item i, input[type="date"]::-webkit-calendar-picker-indicator {
      position: absolute;
      font-size: 10px;
      color: #a9a9a9;
      }
      .item i {
      right: 1%;
      top: 10px;
      z-index: 1;
      }
      [type="date"]::-webkit-calendar-picker-indicator {
      right: 0;
      z-index: 2;
      opacity: 0;
      cursor: pointer;
      }
      input[type="time"]::-webkit-inner-spin-button {
      margin: 2px 8px 0 0;
      }
      input[type=radio], input.other {
      display: none;
      }
      
      
      label.radio {
      position: relative;
      display: inline-block;
      margin: 4px 8px 5px 0;
      cursor: pointer;
      }
      .question span {
      margin-left: 10px;
      }
      label.radio:before {
      content: "";
      position: absolute;
      top: 2px;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      border: 2px solid #ccc;
      }
      #radio_5:checked ~ input.other {
      display: block;
      }
      input[type=radio]:checked + label.radio:before {
      border: 2px solid #a82877;
      background: #a82877;
      }
      label.radio:after {
      content: "";
      position: absolute;
      top: 7px;
      left: 5px;
      width: 7px;
      height: 4px;
      border: 3px solid #fff;
      border-top: none;
      border-right: none;
      transform: rotate(-45deg);
      opacity: 0;
      }
      input[type=radio]:checked + label:after {
      opacity: 1;
      }
      .btn-block {
      margin-top: 5px;
      text-align: center;
      }
      button {
      width: 150px;
      padding: 8px;
      border: none;
      border-radius: 4px; 
      background: #a82877;
      font-size: 14px;
      color: #fff;
      cursor: pointer;
      }
      button:hover {
      background: #bf1e81;
      }
      @media (min-width: 568px) {
      .name-item, .city-item {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      }
      .name-item input, .city-item input {
      width: calc(50% - 20px);
      }
      .city-item select {
      width: calc(50% - 8px);
      }
    