html,
body,
#allbg,
#all {
  min-height: 100%;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
body {
  color: #585858;
  font: 16px "Lato", verdana, arial, sans-serif;
  margin: 0px;
  background: #fff;
}
#fond {
  background: url(/public/img/fond.jpg) no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#allbg {
  position: relative;
  z-index: 10;
  margin: auto;
  padding-bottom: 50px;
  overflow: hidden;
}
body #allbg .cacher {
  display: none;
}
::placeholder {
  font-style: italic;
  font-size: 12px;
}
hr {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 25px;
}
.btn_plus_lien {
  background: url(/public/img/ensavoirplus.png);
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.btn_plus_lien:hover {
  background: url(/public/img/ensavoirplus-hover.png);
}
.titre_h2 {
  color: #0077c5;
  position: relative;
  font-weight: 400;
  margin-bottom: 8px;
}
.deco_titre {
  position: absolute;
  top: 31px;
  left: 350px;
}
.underline_titre {
  width: 227px;
  height: 2px;
  background: #0077c5;
}
/* --- ENTETE --- */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
#header {
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
#menu {
  display: flex;
  justify-content: space-between;
  width: 800px;
  align-items: center;
  margin-right: 60px;
}
#menu a:hover {
  color: #0077c5;
  font-weight: bold;
}
#menu ul {
  display: flex;
  list-style: none;
  align-items: center;
}
#menu ul li {
  padding-right: 10px;
  margin-left: 10px;
}
#menu ul li:nth-child(2),
#menu ul li:nth-child(3),
#menu ul li:nth-child(4) {
  border-right: 1px solid #585858;
}
#menu ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #585858;
}
#menu ul li a img {
  width: 50%;
  min-width: 30px;
}
#menu form {
  display: none;
}
#menu form select {
  font-size: 16px;
  border: none;
  background-color: #e6e6e6;
  padding: 6px;
}
#menu form button {
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-color: #0077c5;
  padding: 6px;
}
#menu form button:hover {
  color: #0077c5;
  background-color: white;
}
.logo_oli {
  padding-left: 15px;
  display: flex;
  justify-content: center;
}
.logo_oli img {
  width: 82%;
  padding-top: 15px;
  min-width: 110px;
  max-height: 96px;
}
.backAdmin{
  color: white;
  font-size: 16px;
  border: 0.5px solid #0077c5;
  cursor: pointer;
  background-color: #0077c5;
  padding: 6px;
  margin-right: 15px;
}
.backAdmin:hover{
  color: #0073bb;
  background-color: white;
}
#mon_profil {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
  padding-bottom: 10px;
}
#mon_profil a img {
  padding-left: 15px;
}
#mon_profil a {
  text-decoration: none;
  color: #585858;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
}
#mon_profil a:hover {
  color: #0077c5;
  font-weight: bold;
}
#mon_profil .clicker {
  color: #0077c5;
  font-weight: bold;
}
#soldeOli {
  color: #0077c5;
  font-size: 15px;
  font-weight: bold;
  margin: 10px;
}
.menu_deroulant {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  padding: 20px;
  transition: 0.4s ease;
  transform: translateY(30px) translateX(-50%);
  left: 50%;
}
.affichage {
  opacity: 1;
  visibility: visible;
  background-color: #f3f2f2;
  transform: translateY(0) translateX(-50%);
}
.menu_deroulant a {
  text-decoration: none;
  color: #585858;
  line-height: 23px;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
}
.menu_deroulant.affichage a {
  opacity: 1;
  visibility: visible;
}
.menu_deroulant a:hover {
  color: #0077c5;
}
.success {
  background-color: #1db765;
  padding: 20px;
  font-size: 18px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.success img {
  margin-right: 16px;
  width: 55px;
}
.erreur {
  background-color: rgb(245, 98, 98);
  padding: 20px;
  font-size: 18px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.erreur img {
  margin-right: 16px;
  width: 55px;
}
.ligne_clair {
  background-color: #e6e6e6;
  border: none;
}
.ligne_foncer {
  background-color: lightgray;
  border: none;
}
#bloc_texte .selectionner {
  background-color: #f3f2f2;
  padding: 10px;
}
#btn_memo_extranet {
  background: #f3f2f2;
  color: #000;
  font-size: 16px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
}
#btn_memo_extranet img {
  margin-right: 20px;
}
#nom_dev {
  font-style: normal;
  font-weight: bold;
}
.bloc_btn_retour {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.bloc_btn_retour_transac {
  display: flex;
  justify-content: center;
}

.bloc_btn_retour a {
  background: #1db765;
  padding: 10px;
  margin: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border: 0.5px solid #1db765;
  transition: 0.3s;
  text-decoration: none;
}
.bloc_btn_retour a:hover {
  color: #1db765;
  background-color: white;
}
.bloc_btn_retour_transac a {
  background: #1db765;
  padding: 10px;
  margin: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border: 0.5px solid #1db765;
  transition: 0.3s;
  text-decoration: none;
}
.bloc_btn_retour_transac a:hover {
  color: #1db765;
  background-color: white;
}

.bloc_search_hotel {
  width: 100%;
  height: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 30px;
}
.search_hotel {
  padding: 20px;
  width: 100%;
  max-width: 880px;
  background: rgba(234, 234, 234, 0.85);
}
.search_hotel form {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#destination {
  width: 360px;
  border: none;
  height: 21px;
  font-size: 17px;
  background-color: #fff;
  padding: 10px;
}
#dateDebut {
  width: 125px;
  border: none;
  height: 21;
  font-size: 17px;
  background-color: #fff;
  padding: 10px;
}
#dateFin {
  width: 125px;
  border: none;
  height: 21px;
  font-size: 17px;
  background-color: #fff;
  padding: 10px;
}
.search_hotel button {
  background: #1db765;
  padding: 10px;
  margin: 5px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border: 0.5px solid #1db765;
  transition: 0.3s;
}
.search_hotel button:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
  margin-left: 10px;
  margin-right: 10px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #0077c5;
}
/* input:focus + .slider {box-shadow: 0 0 1px #0077c5;} */
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(21px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.bloc_client {
  background-color: white;
  padding: 20px 0;
  max-width: 920px;
  margin: 35px auto 0;
}
.bloc_solde_statut {
  display: flex;
  justify-content: space-between;
}
.bloc_solde {
  padding: 25px;
  position: relative;
  width: 380px;
  height: 300px;
}
.historique_solde {
  display: flex;
  justify-content: center;
}
.historique_solde a {
  text-decoration: none;
  color: #0077c5;
}
.historique_solde a:hover {
  font-weight: bold;
}
.historique_solde h2 {
  margin: 0;
}
.historique_solde h3 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.montant_solde {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.montant_solde p {
  font-size: 42px;
  margin-bottom: 2px;
  font-weight: bold;
  color: #0077c5;
}
.montant_solde span {
  font-size: 14px;
  font-weight: bold;
}
.bloc_historique_vide {
  display: flex;
  justify-content: center;
  font-weight: bold;
  background-color: #f3f2f2;
  padding: 10px;
  margin: 2rem;
}
.montant_voucher p {
  background-color: white;
  padding: 9px;
  margin-top: 35px; /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
}
.lien_resa_hotel {
  display: flex;
  justify-content: center;
}
.lien_resa_hotel a {
  background: #1db765;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #1db765;
  text-decoration: none;
  width: 120px;
  text-align: center;
  transition: 0.3s;
}
.lien_resa_hotel a:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}
.bloc_statut {
  background-color: #f5f3f3;
  padding: 25px;
  position: relative;
  width: 380px;
}
.info_statut {
  display: flex;
  justify-content: center;
}
.reste_statut p {
  background-color: white;
  padding: 10px;
  margin-top: 28px;
}
.info_statut a {
  text-decoration: none;
  color: #0077c5;
}
.info_statut a:hover {
  font-weight: bold;
}
.logo_statut {
  display: flex;
  justify-content: center;
  padding: 15px 0px;
}

.affiche_resa:nth-child(n + 4) {
  display: none;
}
.force_flex {
  display: flex !important;
}
.historiqueResa {
  padding: 20px;
  background-color: #f5f3f3;
  margin: 45px 0;
  margin-bottom: 0;
  position: relative;
}
.bloc_titre_historiqueResa a {
  text-decoration: none;
  color: #0077c5;
}
.bloc_titre_historiqueResa a:hover {
  font-weight: bold;
}
.bloc_titre_historiqueResa h3 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.toggle_resa_btn {
  background: url(/public/img/fleche-resa.png) no-repeat;
  background-size: contain;
  height: 32px;
  width: 37px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.4s;
}
.toggle_resa_btn.rotate {
  transform: rotate(180deg);
}
.bloc_affichage_resa {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
.bloc_affichage_resa .bloc_btn_resa{
  margin:0;
  padding:0;
  background: none;
  align-items: center;
  margin-left: 25px;
}
.bloc_affichage_resa .bloc_btn_resa a{
  margin:5px 0;
  width: 100%;
  box-sizing: border-box;
}
.affiche_resa {
  background-color: white;
  margin: 10px 0;
  display: flex;
  height: 180px;
  width: 100%; /* box-shadow: 1px 1px 4px #555; */
}
.affiche_resa img {
  width: 33%; /* box-shadow: 1px 1px 4px #555; */
}
.affiche_resa a {
  text-decoration: none;
  color: #0077c5;
}
.info_hotel_resa {
  padding: 20px;
}
.info_hotel_resa p {
  color: #0077c5;
}
.lien_detail_resa {
  display: flex;
  align-items: center;
}
.lien_detail_resa p {
  background: #1db765;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #1db765;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.lien_detail_resa p:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}
.oli_cumule {
  padding-top: 25px;
}

.bloc_bingoli_mono {
  display: flex;
  justify-content: space-between;
  height: 400px;
}
.bloc_bingoli_mono h2 {
  color: white;
  text-align: center;
  padding-top: 20px;
}
.bloc_bingoli {
  width: 33%;
  margin: 30px 0 0;
  margin-left: 0;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* box-shadow: 1px 1px 4px #555; */
}
.titre_bingoli {
  height: 250px;
}
.titre_bingoli h3 {
  color: white;
  padding-left: 30px;
}
.bloc_mono {
  width: 33%;
  margin: 30px 0 0;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* box-shadow: 1px 1px 4px #555; */
}
.titre_mono {
  height: 250px;
}
.titre_mono h3 {
  color: white;
  padding-left: 30px;
}

.bloc_progress_bingoli {
  padding: 15px;
  background-color: #f5f3f3;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bloc_progress_bingoli div {
  padding: 10px;
}
.bloc_progress_bingoli progress {
  width: 75%;
  margin-right: 5px;
}
.bloc_progress_bingoli label {
  color: #0077c5;
  font-weight: bold;
}

.bloc_progress_mono {
  padding: 15px;
  background-color: #f5f3f3;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bloc_chance_lotoli {
  padding: 15px;
  background-color: #f5f3f3;
  height: 130px;
}
.bloc_progress_mono div {
  padding: 10px;
}
.bloc_progress_mono progress {
  width: 75%;
  margin-right: 15px;
}
.bloc_progress_mono label {
  color: #0077c5;
  font-weight: bold;
}
.bloc_index_progress {
  width: 100%;
}
.bloc_parrainage {
  background: no-repeat center;
  background-size: cover;
  margin-top: 30px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 5px; /* box-shadow: 1px 1px 4px #555; */
}
.bloc_parrainage a {
  margin: 30px;
  background: #1db765;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #1db765;
  text-decoration: none;
  width: 125px;
  text-align: center;
  transition: 0.3s;
}
.bloc_parrainage a:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}
.titre_h2_parrain {
  color: #0077c5;
  position: relative;
  font-weight: 400;
  margin-bottom: 8px;
}
.deco_titre_parrain {
  position: absolute;
  left: 24px;
  bottom: 37px;
}
.underline_titre_parrain {
  width: 153px;
  height: 2px;
  background: #0077c5;
}
.lien_parrainage {
  display: flex;
  justify-content: space-evenly;
}
.bloc_titre_parrainage {
  position: relative;
  margin-top: 50px;
}
.bloc_parrainage p {
  text-align: right;
  padding-right: 15px;
  font-weight: bold;
}
.parrainage {
  margin-left: 20px;
  margin-top: 1px;
}

.bloc_lotoli_societe {
  display: flex;
  justify-content: space-around;
  height: 340px;
}
.bloc_lotoli {
  width: 33%;
  margin: 30px 0 0;
  margin-right: 0;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.titre_lotoli {
  height: 250px;
}
.titre_lotoli h3 {
  color: white;
  padding-left: 30px;
}
.bloc_societe {
  width: 50%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  margin-left: 5px;
}
.titre_societe {
  width: 100%; /* box-shadow: 1px 1px 4px #555; */
}
.titre_societe h2 {
  color: white;
  text-align: center;
}

.scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #0077c5;
}

.scroll-top:hover {
  background-color: aqua;
}

.scroll-top img {
  width: 80%;
}

.btn_lotoli {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.btn_lotoli a {
  margin: 10px 30px 0px 30px;
  background: #1db765;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #1db765;
  text-decoration: none;
  width: 105px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.btn_lotoli a:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}

.btn_societe {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 72%;
}
.btn_societe a {
  margin: 30px 30px 0px 30px;
  background: #1db765;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #1db765;
  text-decoration: none;
  width: 225px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.btn_societe a:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}

.coord_field {
  font-size: 16px;
  height: 20px;
  border: none;
  background-color: #fff;
  padding: 10px;
  width: 215px;
}
.bloc_civilite {
  padding: 20px 70px 20px 70px;
  margin: 10px 0;
  background: #f3f3f3;
}
.underline_coord {
  width: 250px;
  height: 2px;
  background: #0077c5;
}
.bloc_civ1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.bloc_civ1 input {
  font-size: 16px;
  height: 20px;
  border: none;
  background-color: #fff;
  padding: 10px;
  width: 30%;
  margin: 15px 0;
}
.bloc_civ1 select {
  font-size: 16px;
  height: 40px;
  border: none;
  background-color: #fff;
  padding: 10px;
  width: calc(30% + 20px);
  margin: 15px 0;
}
/* .bloc_civ1 input[type="email"],
.bloc_civ1 input[name="adresse"] {
  width: calc(60% + 27px);
} */
.bloc_radio_pro input,
label {
  cursor: pointer;
}
.bloc_pro {
  margin: 10px 0;
}
.bloc_pro1 {
  display: flex;
  justify-content: space-around;
  background: #f3f3f3;
  padding: 20px 0;
}
#label_oui {
  margin-right: 20px;
}
.bloc_pro2 {
  margin-top: 10px;
  background: #f3f3f3;
  padding: 20px;
}

.form_pro {
  padding: 20px;
  margin: 10px;
  border: 0.5px solid #f3f3f3;
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  align-items: center;
  align-items: center;
  /* justify-content: space-between; */
  padding-bottom: 10px;
}
.form_pro input {
  font-size: 16px;
  height: 20px;
  border: none;
  background-color: #fff;
  padding: 10px;
  width: 63.3%;
  margin-bottom: 15px;
}
/* .form_pro input[name="nomSociete"],
.form_pro input[name="adresseSociete"],
.form_pro input[name="villeSociete"] {
   width: calc(60% + 27px);
} */

.bloc_pref_hotellerie {
  padding: 20px 0;
}
.underline_pref {
  width: 225px;
  height: 2px;
  background: #0077c5;
}
.choix_option {
  display: flex;
  justify-content: space-between;
  background: #f3f3f3;
  flex-wrap: wrap;
  padding: 0 15px;
}
.choix_option_item {
  width: 30%;
  border: 0.5px solid #f5f3f3;
  display: flex;
  margin: 15px 0;
  flex-direction: column;
}
.choix_option_item .radio_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5px;
  margin: auto;
}
.choix_option_item .radio_wrap div {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0px;
}
.choix_option_item img {
  height: 150px;
  object-fit: cover; /* box-shadow: 1px 1px 12px #555; */
}
#bloc_2 .choix_option_item .radio_wrap input[type="radio"] {
  width: auto;
}
.bloc_rgpd {
  padding: 20px 0;
}
.img_texte_rgpd {
  display: flex;
  margin-top: 16px;
}
.underline_rgpd {
  width: 225px;
  height: 2px;
  background: #0077c5;
}
.img_texte_rgpd img {
  width: 200px;
  height: auto;
  object-fit: cover;
}
.text_rgpd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10px;
  color: #222;
}
.text_rgpd .choix_rgpd {
  color: #585858;
  margin-top: 20px;
}
.choix_rgpd div {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.choix_rgpd div span {
  flex: 1;
}

.btn_valid_form {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  background-color: #dddddd;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 920px;
}
.btn_valid_form button {
  margin: 0px 30px 0px 30px;
  background: #0077c5;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #0077c5;
  text-decoration: none;
  width: 200px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.btn_valid_form button:hover {
  color: #0077c5;
  background-color: white;
  border: 0.5px solid #0077c5;
}

.img_text_parrainage {
  display: flex;
  margin-top: 25px;
}
.img_text_parrainage img {
  margin-right: 15px;
}
.text_form_parrainage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.form_add_filleul {
  margin-top: 25px;
}
.form_add_filleul form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form_add_filleul input {
  font-size: 16px;
  height: 20px;
  border: none;
  background-color: #f5f3f3;
  padding: 10px;
  width: 160px;
  margin-right: 5px;
}
.form_add_filleul select {
  font-size: 16px;
  height: 40px;
  border: none;
  background-color: #f5f3f3;
  padding: 10px;
  width: 160px;
  margin-right: 5px;
}
.form_add_filleul button {
  background: #1db765;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #1db765;
  text-decoration: none;
  width: 160px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.form_add_filleul button:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}
.bloc_liste_filleul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 25px;
}
.bloc_liste_filleul p {
  margin-bottom: 1px;
}
.info_filleul {
  padding: 15px;
  background-color: #f5f3f3;
  display: flex;
  flex-direction: column;
  align-items: center; /* box-shadow: 1px 1px 12px #555; */
}
.info_filleul div {
  text-align: center;
}
.underline_parrain {
  width: 315px;
  height: 2px;
  background: #0077c5;
}
.deco_parrain {
  position: absolute;
  left: 30px;
  bottom: 40px;
}
.underline_filleul {
  width: 163px;
  height: 2px;
  background: #0077c5;
}

.bloc_incitation_hotel {
  display: flex;
  border: 0.5px solid #f5f3f3;
  margin: 30px; /* box-shadow: 1px 1px 12px #555; */
}
.bloc_incitation_hotel img {
  width: 45%;
}
.text_incitation_hotel {
  padding: 20px;
  background-color: #f3f3f3;
}
.text_incitation_hotel div {
  text-align: center;
  margin-top: 35px;
}
.text_incitation_hotel div a {
  background: #1db765;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #1db765;
  text-decoration: none;
  width: 115px;
  text-align: center;
  transition: 0.3s;
}
.text_incitation_hotel div a:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}

.catalogue {
  display: flex;
  justify-content: center;
}
.btn_commande {
  margin: 30px 30px 30px 0px;
  padding: 10px;
  border-top: 0.5px solid #f5f3f3;
  border-right: 0.5px solid #f5f3f3;
  border-bottom: 0.5px solid #f5f3f3;
}
.btn_commande button {
  background: #1db765;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #1db765;
  text-decoration: none;
  width: 132px;
  text-align: center;
  margin-top: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.btn_commande button.disabled {
  pointer-events: none;
  background-color: #ddd;
  border: 0.5px solid #ddd;
}
.btn_commande button:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}
.catalogue table {
  margin: 30px 0px 30px 30px;
  border-collapse: collapse;
}
.catalogue table td {
  border: 0.5px solid #f5f3f3;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
.catalogue table td img {
  width: 70%;
}
.catalogue table td select {
  font-size: 16px;
  height: 40px;
  border: none;
  background-color: #f5f3f3;
  padding: 10px;
  width: 100px;
  text-align: center;
}
.underline_catalogue {
  width: 232px;
  height: 2px;
  background: #0077c5;
}
.underline_historique_catalogue {
  width: 400px;
  height: 2px;
  background: #0077c5;
}
.historique_commande td {
  padding: 10px;
}
.historique_commande {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.historique_commande table {
  border-collapse: collapse;
}
.historique_commande table td,
th {
  border-bottom: 0.5px solid #f5f3f3;
}
.historique_commande table td button {
  background: #1db765;
  padding: 8px;
  color: #fff;
  font-size: 15px;
  border: 0.5px solid #1db765;
  text-decoration: none;
  width: 130px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.historique_commande table td button:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}
.btn_regenerer {
  background: #1db765;
  padding: 8px;
  color: #fff;
  font-size: 15px;
  border: 0.5px solid #1db765;
  text-decoration: none;
  width: 130px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.btn_regenerer:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}
/******Page_Login*******/
#allLogin {
  position: relative;
  z-index: 10;
  max-width: 950px;
  margin: auto;
  overflow: hidden;
}
#headerLogin {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: white;
}
#contentLogin {
  background-color: white;
  padding: 25px;
  display: flex;
  justify-content: center;
  padding-top: 1px;
}
#bloc_texte h1 {
  color: #0077c5;
  margin-top: 2px;
}
.bloc_titre_connexion {
  margin-bottom: 30px;
  position: relative;
}
.bloc_presentation {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f3f2f263;
  padding: 15px;
}
.bloc_presentation p:last-child {
  margin-top: 1px;
}
.bloc_presentation p {
  text-align: center;
}
#contentLogin h3 {
  color: #0077c5;
  font-size: 21px;
}
.epaisseur_police {
  font-weight: 400;
}
.underline_connexion {
  width: 157px;
  height: 2px;
  background: #0077c5;
}
#logo img {
  padding-top: 24px;
}
#bloc_1 {
  display: flex;
  flex-direction: column;
}
#bloc_1 input {
  border: none;
  padding: 10px;
  width: 200px;
}
.bloc_password {
  padding: 25px;
}
.bloc_password div {
  display: flex;
  align-items: center;
  margin: 5px;
}
.bloc_password div label {
  width: 240px;
}
#bloc_2 {
  display: flex;
  flex-direction: column;
}
#bloc_2 input {
  border: none;
  padding: 10px;
  width: 200px;
}
#bloc_3 {
  display: flex;
  flex-direction: column;
}
#bloc_4 {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
#bloc_4 button {
  background: #1db765;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #1db765;
  text-decoration: none;
  width: 340px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
#bloc_4 button:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}
.bloc_notif {
  padding: 40px 3rem;
  background: #f3f3f3;
}
.bloc_update {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #f3f3f3;
  padding: 15px 90px;
}
.btn_update_mdp {
  background: #1db765;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #1db765;
  text-decoration: none;
  width: 155px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  margin: 5px 0px;
}
.btn_update_mdp:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}
.shadowbox {
  display: none;
  background: #f3f3f3;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 501;
  width: 400px;
  height: 350px;
}
.shadowbox.show {
  display: block;
}
#cache {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
}
#cache.show {
  display: block;
}
.close_shadowbox {
  position: absolute;
  background: #0077c5;
  color: #fff;
  border: 0.5px solid #0077c5;
  font-weight: bold;
  top: 0;
  right: 0;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 25px;
  font-size: 23px;
}
.close_shadowbox:hover {
  cursor: pointer;
  background: #fff;
  color: #0077c5;
  border: 0.5px solid #0077c5;
}
.bloc_update_mdp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bloc_update_mdp input {
  font-size: 16px;
  height: 20px;
  border: none;
  background-color: #fff;
  padding: 10px;
  width: 75%;
  margin: 15px 0;
}
.underline_mdp {
  width: 370px;
  height: 2px;
  background: #0077c5;
}
.bloc_titre_mdp {
  position: relative;
}

.underline_tarif_societe {
  width: 365px;
  height: 2px;
  background: #0077c5;
}
.underline_compte_societe {
  width: 352px;
  height: 2px;
  background: #0077c5;
}
.bloc_code_societe {
  background-color: #f3f2f2;
  padding: 15px;
  margin: 30px;
}
.bloc_code_societe form {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
.bloc_code_societe form input {
  border: none;
  padding: 10px;
  width: 200px;
}
.bloc_code_societe form button {
  background: #0077c5;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #0077c5;
  text-decoration: none;
  width: 155px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  margin: 5px 0px;
}
.bloc_code_societe form button:hover {
  color: #0077c5;
  background-color: white;
  border: 0.5px solid #0077c5;
}
.underline_create_compte_societe {
  width: 368px;
  height: 2px;
  background: #0077c5;
}
.bloc_info_societe {
  margin: 30px;
  background-color: #f3f2f2;
  padding: 15px;
}
.bloc_form_compte_societe {
  margin: 30px;
  background-color: #f3f2f2;
  padding: 15px;
}
.form_create_code {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.select_field {
  font-size: 16px;
  height: 40px;
  border: none;
  background-color: #fff;
  padding: 10px;
  width: calc(30% + 20px);
  margin-bottom: 10px;
}
#bloc_nom_societe label {
  margin-right: 40px;
}
.coord {
  font-size: 16px;
  height: 20px;
  border: none;
  background-color: #fff;
  padding: 10px;
  width: 30%;
  margin-bottom: 10px;
}
.bloc_btn_envoi {
  display: flex;
  justify-content: center;
}
.bloc_btn_envoi button {
  background: #0077c5;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #0077c5;
  text-decoration: none;
  width: 155px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  margin: 5px 0px;
}
.bloc_btn_envoi button:hover {
  color: #0077c5;
  background-color: white;
  border: 0.5px solid #0077c5;
}

.bloc_resa {
  display: flex;
  background-color: #f3f2f2;
  /* height: 180px; */
  margin: 20px; /* box-shadow: 1px 1px 12px #555; */
}
.bloc_resa img {
  width: 25%; /* box-shadow: 1px 1px 12px #555; */
}
.bloc_f_resa {
  margin-right: -10px;
}
.btn_info_resa {
  background: #1db765;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #1db765;
  text-decoration: none;
  width: 125px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.btn_info_resa:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}
.bloc_resa_1 {
  padding: 10px;
  flex: 1;
  font-size: 15px;
}
.bloc_resa_2 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.bloc_titre_historiqueResa {
  text-align: -webkit-center;
}
.bloc_btn_resa {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px;
  background-color: #f3f2f2;
  margin: 20px; /* box-shadow: 1px 1px 12px #555; */
}
.bloc_btn_resa a {
  background: #e8c17b;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #e8c17b;
  text-decoration: none;
  width: 125px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.bloc_btn_resa a:hover {
  color: #e8c17b;
  background-color: white;
  border: 0.5px solid #e8c17b;
}
#titre_verif {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.bloc_verif_sejour {
  display: flex;
  align-items: center;
}
.bloc_verif_sejour a {
  background: #1db765;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #1db765;
  text-decoration: none;
  width: 110px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.bloc_verif_sejour a:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}
.bloc_verif_sejour p {
  margin-right: 40px;
}
.underline_olistorique {
  width: 170px;
  height: 2px;
  background: #0077c5;
}
.bloc_titre_Resa {
  position: relative;
}
.deco_titre_Resa {
  position: absolute;
  top: 7px;
  left: 24px;
}
.bloc_historiqueResa {
  display: flex;
  position: relative;
}
.bloc_historiqueResa .icon_attention {
  height: 25px;
  position: absolute;
  top: 10px;
  left: -6px;
  cursor: pointer;
}
.info_motif_historique {
  position: absolute;
  background-color: rgb(243, 105, 105);
  padding: 10px;
  left: 25px;
  font-size: 17px;
}
.bloc_historiqueResa_0 {
  background-color: #f3f2f2;
  margin: 20px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
}
.bloc_historiqueResa_1 {
  background-color: #f3f2f2;
  margin: 20px 5px;
  display: flex;
  flex: 1;
}
.bloc_historiqueResa_1 img {
  width: 30%; /* box-shadow: 1px 1px 12px #555; */
}
.bloc_historiqueResa_2 {
  background-color: #f3f2f2;
  margin: 20px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
}
.bloc_historiqueResa_2,
.bloc_historiqueResa_3,
.bloc_historiqueResa_0 p {
  text-align: center;
}
.bloc_historiqueResa_3 {
  background-color: #f3f2f2;
  margin: 20px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
}
.montant {
  font-size: 20px;
  color: #0077c5;
  margin: 1px;
}
.bloc_votre_statut {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 30px;
}
.transform_scale {
  transform: scale(1.3);
}
.bloc_votre_statut div {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  /* background-color: #dfe6ed;
  border: .5px solid #9eadba; */
}
.row {
  border-bottom: 1px solid black;
}
.row > td {
  padding-bottom: 1em;
}

.img_wrapper {
  background-color: #e8e8e8;
  border: 1px solid #bbb9b9;
}
.table_statut_oli {
  width: 100px;
  padding: 20px;
  text-align: center;
}
.resp_statut_oli {
  width: 13%;
}
.menu_burger {
  background: #e8e8e8;
  /* border-radius: 18px; */
  max-width: 336px;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  margin: 3.5rem;
  padding: 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.wrapper_oli {
  display: flex;
  justify-content: space-between;
  height: 28px;
}
.wrapper_oli li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
  text-indent: 0;
  list-style-type: 0;
  font-size: 13px;
}
.img_oli {
  width: 25%;
}
.info_statut_oli {
  display: none;
}
.info_statut_oli.show {
  display: block;
  width: 75%;
  margin: auto;
}
.menu_burger button {
  z-index: 2;
  border: none;
  /* border-radius: 28px; */
  box-shadow: none;
  background-color: transparent;
  color: var(--pricing-accent);
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  padding: 28px;
  margin: 0;
  cursor: pointer;
}
.menu_burger .active {
  /* border-radius: 17px; */
  border: 3px solid #bbb9b9;
}
.bloc_futur_resa {
  display: flex;
}
.bloc_zero_resa {
  display: flex;
  justify-content: center;
  font-weight: bold;
  background-color: #f3f2f2;
  padding: 10px;
}
.underline_verif {
  width: 300px;
  height: 2px;
  background: #0077c5;
}
.bloc_titre_verif {
  position: relative;
}
.deco_verif {
  position: absolute;
  bottom: 42px;
  left: 24px;
}
.bloc_info_verif {
  display: flex;
  background-color: #f3f2f2;
  margin: 20px;
}
.bloc_info_verif div {
  padding: 20px;
}
.option_ville {
  color: #0077c5;
}
.bloc_titre_verif {
  margin-top: 30px;
  margin-bottom: 30px;
}
.bloc_form_verif {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bloc_recherche_hotel {
  position: relative;
}
#search_hotel {
  font-size: 16px;
  height: 20px;
  border: none;
  background-color: #fff;
  padding: 10px;
  width: 400px;
  margin: 15px 0 0 0;
  border-bottom: 0.5px solid #f3f2f2;
}
.bloc_recherche_hotel img {
  position: absolute;
  right: 7px;
  width: 8%;
  top: 17px;
}
.scroll {
  height: 160px;
  overflow: auto;
}
#select_list_hotel table {
  background-color: white;
  width: 420px;
}
#select_list_hotel table td {
  padding: 5px;
  cursor: pointer;
}
#select_list_hotel table td:hover {
  background-color: #f3f2f2;
}
#select_list_hotel_verif table {
  background-color: white;
  width: 420px;
}
#select_list_hotel_verif table td {
  padding: 5px;
  cursor: pointer;
}
#select_list_hotel_verif table td:hover {
  background-color: #f3f2f2;
}
.form_demande_verif {
  display: flex;
  flex-direction: column;
  background-color: #f3f2f2;
  margin: 20px;
}
.bloc_date_verif {
  display: flex;
  justify-content: space-evenly;
}
.bloc_date_verif input {
  font-size: 16px;
  height: 20px;
  border: none;
  background-color: #fff;
  padding: 10px;
  width: 250px;
  margin: 15px 0;
}
#date_debut {
  position: relative;
}
#date_debut img {
  position: absolute;
  right: 5px;
  width: 12%;
  top: 17px;
}
#date_fin {
  position: relative;
}
#date_fin img {
  position: absolute;
  right: 5px;
  width: 12%;
  top: 17px;
}
.bloc_btn_verif button {
  background: #0077c5;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #0077c5;
  text-decoration: none;
  width: 275px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.bloc_btn_verif button:hover {
  color: #0077c5;
  background-color: white;
  border: 0.5px solid #0077c5;
}
.bloc_btn_verif {
  display: flex;
  justify-content: center;
  margin: 0px 20px 20px;
}
.datepick {
  cursor: pointer;
}
.underline_lotoli {
  width: 450px;
  height: 2px;
  background: #0077c5;
}
.bloc_info_lotoli {
  margin-top: 30px;
  display: flex;
}
.bloc_texte_lotoli {
  padding: 10px 30px;
  background-color: #f3f2f2;
}
.bloc_texte_lotoli h3 {
  color: #0077c5;
}
.bloc_img_lotoli img {
  height: 100%;
}

/* Style formulaire de parrainage */
.bloc_info {
  display: flex;
  background-color: white;
  margin-bottom: 30px;
}
.bloc_info_text {
  width: 70%;
  padding: 0px 32px 10px 32px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#bloc_ajout_client {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  max-width: 950px;
  margin: auto;
  padding: 20px;
}
.span_obligatoire{
  display: flex;
  justify-content: end;
}
.span_obligatoire span{
  font-style: italic;
}
.form_ajout_client {
  background-color: white;
  padding-top: 20px;
  font-size: 16px;
  width: 100%;
}
.form_ajout_client form {
  margin: auto;
}
.form_ajout_client .champ_form {
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.form_ajout_client .champ_form label {
  width: 210px;
  display: inline-block;
}
.form_ajout_client .champ_form div{
    flex-grow: 1;
}
.form_ajout_client .champ_form div input{
    width:100%;
    box-sizing: border-box;
}
.form_ajout_client .champ_form input {
  flex-grow: 1;
  font-size: 16px;
  height: 30px;
  border: none;
  background-color: #f3f3f3;
}
.form_ajout_client .champ_form input[type=email] {
  flex-grow: 1;
  font-size: 16px;
  height: 30px;
  border: none;
  background-color: #f3f3f3!important;
}
.form_ajout_client select {
  flex-grow: 1;
  font-size: 16px;
  height: 30px;
  border: none;
  background-color: #f3f3f3;
}
.form_ajout_client button {
  background: #1db765;
  padding: 10px 40px;
  margin: 5px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border: 0.5px solid #1db765;
}
.form_ajout_client button:hover {
  color: #1db765;
  background-color: white;
  border: 0.5px solid #1db765;
}
.bloc_create_compte {
  background: url(/public/img/fond.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.bloc_info_parrainage {
  background-color: white;
  padding: 20px;
  max-width: 950px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.bloc_info_parrainage img {
  width: 17%;
}
.bloc_info_parrainage h1 {
  color: #0077c5;
  text-align: center;
}
.bloc_info_creationCompte {
  background-color: white;
  padding: 20px;
  max-width: 950px;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.bloc_info_creationCompte h1 {
  color: #0077c5;
  text-align: center;
}
.bloc_btn_create_client {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.shadowbox_cmd {
  display: none;
  background: #f3f3f3;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 501;
  overflow: auto;
}

/* Style de la modal info resa*/
.shadowbox_info {
  display: none;
  background: #f3f3f3;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 501;
  overflow: auto;
  height: 80%;
  max-height: 715px;
}
.shadowbox_cmd .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background: #1db765;
  color: white;
  opacity: 1;
  float: none;
  padding-top: 2px;
  cursor: pointer;
  border: 0.5px solid #1db765;
}
.shadowbox_cmd .close:hover {
  background: white;
  color: #1db765;
}
.shadowbox_cmd.show {
  display: block;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.shadowbox_info .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background: #1db765;
  color: white;
  opacity: 1;
  float: none;
  padding-top: 2px;
  cursor: pointer;
  border: 0.5px solid #1db765;
}
.shadowbox_info .close:hover {
  background: white;
  color: #1db765;
}
.shadowbox_info.show {
  display: block;
}
#cache_info {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
}
#cache_info.show {
  display: block;
}
.bloc_info_resa {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bloc_message {
  text-align: center;
}
.bloc_info_resa button {
  background: #1db765;
  padding: 10px;
  margin: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border: 0.5px solid #1db765;
}
.bloc_message_info_resa h2 {
  color: #0077c5;
  text-align: center;
}
.bloc_message_info_resa .bloc_info_resa_client {
  padding: 20px;
  text-align: center;
  /* background-color: white; */
  line-height: 1.5;
}
.bloc_message_info_resa .bloc_info_resa_modal {
  padding: 10px;
  text-align: center;
  background-color: #0077c5;
  color: white;
  line-height: 1.5;
  margin-top: 10px;
}
.bloc_message_info_resa .bloc_info_resa {
  padding: 20px;
  text-align: center;
  background-color: white;
  line-height: 1.5;
  margin-top: 10px;
}
.bloc_message_info_resa .bloc_info_resa_total {
  padding: 10px;
  text-align: center;
  background-color: #0077c5;
  color: white;
  line-height: 1.5;
  margin-top: 10px;
}
.bloc_message_info_resa .btn_valide_cmd {
  background: #0077c5;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #0077c5;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  width: 150px;
  margin: auto;
}

.bloc_message_info_resa .btn_valide_cmd:hover {
  color: #0077c5;
  background-color: white;
}
.bloc_info_resa button:hover {
  color: #1db765;
  background-color: white;
}
.btn_valide_regenerer_cmd {
  display: flex;
  justify-content: center;
}
.btn_valide_regenerer_cmd button {
  background: #0077c5;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 0.5px solid #0077c5;
  text-decoration: none;
  width: 275px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.btn_valide_regenerer_cmd button:hover {
  color: #0077c5;
  background-color: white;
  border: 0.5px solid #0077c5;
}

.responsive-menu {
  display: none;
}
.responsive-menu label,
#toggle {
  font-size: 200%;
  display: none;
}

/* -------------page accueil------------- */

.lien_detail_resa p {
  width: 211px;
  margin-right: 0;
  margin-left: 25px;
}

/* -------------fin accueil-------------- */

/* -------------page reservations----------- */

.bloc_resa_1 p {
  font-weight: bold;
}

.bloc_resa_2 p {
  font-size: 1rem;
  font-weight: bolder;
}

.bloc_resa img {
  width: 43%;
}

.wrapper_resa {
  width: 100%;
  display: flex;
}
/* .bloc_resa_2 {
  display: flex;
  flex-direction: row;
} */

.desc {
  margin-left: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  color: #0077c5;
  font-weight: bold;
}

/* -------------fin reservations------------ */

/* ----------------Page catalogue-------------- */

.catalogue table tr {
  width: 95%;
}

.catalogue form {
  margin-right: 2%;
  display: flex;
  flex-direction: column;
}

.detail {
  display: flex;
  flex-direction: row;
}

.catalogue table td img {
  width: 80%;
  order: 1;
}

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

.catalogue table td {
  background-color: rgb(240, 236, 236);
  padding: 2.1%;
  text-align: center;
}

.catalogue form td {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: 3;
}

.btn_commande {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: 30%; */
  border: none;
}

.prix_prod {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  order: 3;
}

.catalogue table td input {
  width: 70%;
  text-align: center;
  order: 4;
}

.catalogue table td select {
  width: 80%;
  text-align: center;
  min-width: 60px;
}

#table_prod {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#table_prod img {
  background-color: #f3f3f3;
  width: 145px;
  padding: 4px;
  margin: 7px;
  display: flex;
  justify-content: center;
}
.prix_prod {
  background-color: #f3f3f3;
  width: 60px;
  margin: 5px;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
}

.description {
  background-color: #f3f3f3;
  width: 350px;
  margin: 4px;
  padding: 19px;
  display: flex;
  justify-content: center;
  order: 3;
}
#table_prod .quantite {
  background-color: #f3f3f3;
  width: 50px;
  margin: 5px;
  padding: 25px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  order: 4;
}

.quantite input {
  background-color: #f3f3f3;
  width: 100%;
  text-align: center;
  min-width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quantite select {
  background-color: #f3f3f3;
  width: 100%;
  height: min-content;
  text-align: center;
  min-width: 80px;
  padding: 10px;
  margin: auto;
  font-size: 15px;
}
.entete_tab_hist {
  display: flex;
  flex-direction: row;
}
.date_hist {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 55px -17px 18px;
}

.qte_hist {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 55px -17px 0px;
}

.prod_hist {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 140px -17px 30px;
}

.tot_hist {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 90px -17px -20px;
}

.etat_hist {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 118px -17px -30px;
}

.detail_tab_hist {
  display: flex;
  flex-direction: column;
}

.contenu_tab_hist {
  display: flex;
  flex-direction: row;
  margin: -9px 0px -7px 0px;
}

.getdate_hist {
  font-size: 16px;
  font-weight: bold;
}

.getqte_hist {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 30px 0px 30px;
}
.getcom_hist {
  width: 210px;
  font-size: 16px;
  font-weight: bold;
  margin: 2px 10px 0px 0px;
}
.gettot_hist {
  font-size: 16px;
  font-weight: bold;
  margin: 2px 9px 0px 20px;
}

.getenvoi_hist {
  width: 250px;
  font-size: 16px;
  font-weight: bold;
  margin: -5px 5px 20px 40px;
}
/* ----------------fin catalogue------------------ */
.avantage_oli_responsive {
  display: none;
}
.search_create input {
  width: 100%;
  height: 42px;
  border: none;
}
.search_create #img_loupe {
  position: absolute;
  right: 26px;
  width: 5%;
  top: 21px;
}
.affichage_recherche_client {
  display: flex;
  justify-content: space-around;
}
.search_create a {
  text-decoration: none;
  color: #0077c5;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_create a:hover {
  font-weight: 900;
}
#list_client {
  background-color: white;
  width: 100%;
  height: 215px;
  overflow: auto;
}
#list_client table {
  width: 100%;
  border-collapse: collapse;
}
#list_client tr:hover {
  background-color: #e6e6e6;
  width: 100%;
}
.list_client_click {
  background-color: #e6e6e6;
  width: 100%;
}
#list_client td {
  border: none;
  width: 50%;
  padding: 5px;
}
#list_client td:first-child {
  cursor: pointer;
}
.bloc_stat {
  width: 25%;
  padding: 15px;
  background-color: lightgray;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.bloc_stat a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  width: 100%;
  height: 80px;
  border: none;
  margin-top: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0077c5;
}
.bloc_stat a:hover {
  color: #0077c5;
  background-color: white;
  border: 0.5px solid #0077c5;
}
#search_client {
  padding-left: 15px;
  width: 90%;
}

.bloc_search_client {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.search_create {
  width: 40%;
  padding: 15px;
  background-color: #e6e6e6;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: #0077c5 solid 2px;
}

.affichage_search {
  width: 40%;
  padding: 15px;
  background-color: #e6e6e6;
  border: #0077c5 solid 2px;
  border-top: none;
}

@media screen and (max-width: 966px) {
  /* ----------Header des Pages----------  */

  .search_hotel {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .search_hotel form {
    width: auto;
    flex-direction: column;
  }

  .search_hotel form > input {
    margin: 5px;
  }

  /* ------------page accueil--------------- */

  .lien_detail_resa {
    margin: auto;
  }

  /* ------------fin accueil---------------- */

  .avantage_oli {
    display: none;
  }
  .avantage_oli_responsive {
    display: block;
  }
  /* ------------page historique------------ */

  .bloc_historiqueResa {
    display: flex;
    flex-direction: column;
  }

  /* ------------fin historique------------- */

  /* ------------page Parrainage------------ */

  .img_text_parrainage {
    width: 95%;
    display: flex;
    flex-direction: column;
  }

  .image_parrainage {
    justify-content: center;
    margin-left: 25px;
    width: 100%;
  }

  .text_form_parrainage {
    margin: 25px;
    width: 100%;
  }

  .form_add_filleul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .form_add_filleul form {
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .form_add_filleul form > select {
    width: 62.4%;
    flex-wrap: nowrap;
  }

  .form_add_filleul form > input {
    width: 60%;
    flex-wrap: nowrap;
    margin: 5px;
  }

  .form_add_filleul form > button {
    width: 62%;
    flex-wrap: nowrap;
  }

  .bloc_titre_parrainage {
    margin: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* ---------------fin Parrainage------------- */

  .btn_plus_lien {
    right: 5vw;
  }

  input#destination {
    width: auto;
    max-width: 175px;
  }

  input#dateDebut {
    width: auto;
    max-width: 175px;
  }

  input#dateFin {
    width: auto;
    max-width: 175px;
  }

  .bloc_solde_statut {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bloc_solde {
    padding: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 80%;
    margin-left: 7px;
    margin-right: 7px;
  }

  .bloc_statut {
    padding: 60px;
    margin-bottom: 20px;
    margin-top: 60px;
    max-width: 80%;
    margin-left: 7px;
    margin-right: 7px;
  }

  .affiche_resa {
    flex-direction: column;
    height: auto;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  /* -------Style du menu Header----- */

  .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  #menu {
    display: flex;

    justify-content: center;
    width: auto;
    align-items: center;
    flex-direction: column;
  }

  #menu form {
    display: flex;
    justify-content: center;
    width: 80%;
  }

  #menu .pages {
    display: none;
  }

  .responsive-menu label {
    font-size: 200%;
    display: block;
    cursor: pointer;
  }

  .responsive-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    border: solid 1px #d5d5d5;
  }

  .responsive-menu ul {
    list-style-type: none;
    display: none;
  }

  #toggle:checked + ul {
    display: list-item;
  }

  .responsive-menu ul li {
    margin: 12px;
  }

  .responsive-menu ul li a {
    color: #0073bb;
    font-weight: bold;
    font-size: 125%;
    text-decoration: none;
  }

  /* ----------page Societe------------ */

  .bloc_incitation_hotel {
    width: auto;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
  }

  .img_incitation_hotel {
    justify-content: center;
    width: 100%;
  }

  .text_incitation_hotel {
    width: auto;
  }

  .bloc_societe {
    display: flex;
  }

  .bloc_code_societe {
    width: 454px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .bloc_code_societe form label {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .bloc_code_societe form button {
    height: 35px;
    width: 135px;
    margin-top: 5px;
    padding-top: 7px;
  }

  .bloc_code_societe form input {
    width: 137px;
  }

  #bloc_nom_societe {
    width: 50%;
    padding-left: 7%;
  }

  #bloc_nom_societe input {
    width: 50%;
    padding-left: 7%;
  }

  .form_create_code {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form_create_code select {
    width: 52.5%;
  }

  .form_create_code input {
    width: 50%;
  }

  .bloc_btn_envoi button {
    width: 20%;
  }

  /* -----------fin Societe------------- */

  /* -----------Page Reservations------- */

  .bloc_futur_resa {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bloc_resa {
    width: 50%;
    margin-left: 15px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wrapper_resa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bloc_resa img {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .bloc_resa_1 p {
    font-weight: bold;
  }

  .bloc_btn_resa {
    width: 89%;
    margin: -16px -1px 50px -5px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .bloc_btn_resa a {
    margin: 10px;
  }

  /* ------------fin Reservations------------- */

  /* ------------Page profil------------------ */

  .bloc_civilite {
    width: 100%;
  }
  .bloc_civ1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: -70px;
  }
  .bloc_civ1 input {
    width: 75%;
    margin: 8px 0;
  }

  .bloc_civ1 select {
    width: 79%;
  }

  .bloc_update {
    flex-direction: column;
    padding-left: 42px;
    padding-right: 34px;
  }

  .bloc_update label {
    margin-right: 12px;
  }

  .form_pro {
    flex-direction: column;
  }

  .bloc_pro1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 10px;
  }

  /* ------------------fin profil---------------- */

  /* ----------------Page catalogue-------------- */

  .catalogue table tr {
    width: 95%;
  }

  .catalogue form {
    margin-right: 2%;
    display: flex;
    flex-direction: column;
  }

  .detail {
    width: 90%;
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .catalogue table td img {
    width: 70%;
  }

  .catalogue table td.text {
    text-align: left;
    margin-bottom: 5%;
    order: 4;
  }

  .catalogue table td {
    width: 90.5%;
    background-color: rgb(240, 236, 236);
    padding: 2.1%;
    text-align: center;
  }

  .catalogue form td {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 2;
  }

  .btn_commande {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -12%;
    margin-left: 10%;
    border: none;
  }

  .prix_prod {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
  }

  .catalogue table td input {
    width: 70%;
    text-align: center;
  }

  .catalogue table td select {
    width: 80%;
    text-align: center;
  }
  #table_prod {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #table_prod img {
    width: 125px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    order: 1;
  }

  .prix_prod {
    width: 110px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 2;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }

  .description {
    width: 415px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    order: 4;
  }

  #table_prod .quantite {
    width: 110px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    order: 3;
  }

  .quantite input {
    width: 100%;
    text-align: center;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .quantite select {
    width: 100%;
    text-align: center;
    min-width: 80px;
    min-height: 30px;
    padding: 15px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .historique_commande {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .entete_tab_hist {
    display: none;
  }

  .detail_tab_hist {
    width: 380px;
    display: flex;

    justify-content: center;
    align-items: center;
  }

  .contenu_tab_hist {
    margin: 0px 200px 0px 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .getqte_hist {
    margin: 10px;
  }
  .getcom_hist {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gettot_hist {
    margin: 10px;
  }

  .getenvoi_hist {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
  }

  .btn_commande {
    height: 50px;
    padding: 10px;
    margin: auto;
    border: none;
  }

  /* ----------------fin catalogue------------------ */

  .affiche_resa img {
    width: 50%;
  }

}

/* ---------------debut Parrainage------------- */
@media screen and (max-width: 720px) {
  .img_texte_rgpd {
    flex-wrap: wrap;
  }
  .bloc_incitation_hotel {
    flex-direction: column;
  }
  .img_texte_rgpd img {
    width: 100%;
  }
  .bloc_incitation_hotel img {
    width: 100%;
  }
  .inputs_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
  }
  .bloc_bingoli_mono {
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .bloc_bingoli,
  .bloc_mono,
  .bloc_lotoli {
    width: 80%;
  }

  .bloc_verif_sejour,
  #titre_verif {
    flex-direction: column;
  }
  .bloc_verif_sejour p {
    margin-right: 0;
  }

  .bloc_info_lotoli {
    flex-direction: column;
    align-items: center;
  }

  .shadowbox_info {
    width: 75%;
  }
  .deco_titre {display: none;}

}
/* ---------------fin Parrainage------------- */

@media screen and (max-width: 605px) {
  #bloc_texte {
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .choix_option {
    flex-direction: column;
    align-items: center;
  }

  .choix_option_item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .bloc_info_verif {
    flex-direction: column;
  }
  .bloc_date_verif {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .choix_option_item .radio_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 10em;
  }
  .bloc_titre_verif {
    text-align: -webkit-center;
  }
  .deco_verif {
    position: absolute;
    bottom: 42px;
    left: 133px;
  }
  .choix_rgpd {
    flex-direction: column;
    align-items: center;
  }
  .choix_rgpd div {
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }
  .text-notif {
    margin-bottom: 10px;
  }
  .wrap-input-notif {
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: center;
  }
  .wrapper-notif {
    flex-direction: column;
  }

}
/* ----------------fin connexion------------------ */

@media screen and (max-width: 540px) {
  /* ----------Header des Pages----------- */

  .search_hotel {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .wrapper_oli li {
    width: 75%;
    font-size: 11.5px;
  }
  .info_statut_oli.show {
    width: 100%;
    margin: 0;
  }
  .bloc_votre_statut {
    flex-direction: column;
    align-items: center;
  }
  .search_hotel form {
    flex-direction: column;
  }

  .search_hotel form > input {
    margin: 5px;
  }
  .resp_switch {
    display: flex;
  }
  .choix_rgpd div span {
    text-align: center;
    padding-bottom: 15px;
  }
  .scroll-top {
    bottom: 15px;
    padding: 0;
    right: 15px;
  }
  .scroll-top img {
    width: 58%;
  }

  /* -----------Page Reservations------- */

  .bloc_futur_resa {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bloc_resa {
    width: 93%;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
  }

  .bloc_resa_2 {
    display: flex;
    flex-direction: column92;
  }

  .bloc_resa img {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .bloc_btn_resa {
    width: 70%;
    margin-top: -15px;
    margin-bottom: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .bloc_btn_resa a {
    margin: 10px;
  }

  .desc {
    margin-left: 0;
    text-align: center;
  }

  /* ------------fin Reservations------------- */

  /* -------------page Societe------------- */

  .bloc_code_societe {
    width: 200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .bloc_code_societe form {
    flex-direction: column;
    justify-content: center;
  }

  .bloc_code_societe form label {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .bloc_code_societe form button {
    width: 157px;
    margin-top: 15px;
  }

  .bloc_code_societe form input {
    width: 137px;
  }

  .underline_tarif_societe {
    display: none;
  }

  .underline_create_compte_societe {
    display: none;
  }

  .underline_compte_societe {
    display: none;
  }

  #bloc_nom_societe {
    width: 85%;
    padding-left: 7%;
  }

  #bloc_nom_societe input {
    width: 85%;
    padding-left: 7%;
  }

  .form_create_code {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form_create_code select {
    width: 90%;
  }

  .form_create_code input {
    width: 85%;
  }

  .bloc_btn_envoi button {
    width: 30%;
  }

  /* ---------fin societe-------------------- */

  .bloc_bingoli_mono {
    height: auto;
  }

  .bloc_lotoli_societe {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .btn_plus_lien {
    right: 10vw;
  }

  .bloc_lotoli_societe > div {
    width: 95vw;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 100px;
  }
  .titre_societe {
    height: 200px;
  }

  /* ----------page Parrainage--------- */

  .deco_parrain {
    display: none;
  }

  .underline_parrain {
    display: none;
  }

  .underline_filleul {
    display: none;
  }

  .img_text_parrainage {
    width: 95%;
    display: flex;
    flex-direction: column;
  }

  .image_parrainage {
    justify-content: center;
    margin-left: 25px;
    width: 100%;
  }

  .text_form_parrainage {
    margin: 25px;
    padding: 10px;
    width: 100%;
  }

  .text_form_parrainage {
    margin: 30px;
    width: 100%;
  }

  .form_add_filleul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .form_add_filleul form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .form_add_filleul form > select {
    width: 84%;
    flex-wrap: nowrap;
  }

  .form_add_filleul form > input {
    width: 80%;
    flex-wrap: nowrap;
    margin: 5px;
  }

  .form_add_filleul form > button {
    width: 84%;
    flex-wrap: nowrap;
  }

  /* -----------fin parrainage---------------- */

  /* ------------Page profil------------------ */

  .bloc_civilite {
    width: 100%;
  }
  .bloc_civ1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: -70px;
  }

  .bloc_update {
    padding-left: 42px;
    padding-right: 34px;
  }

  .bloc_update label {
    margin-right: 12px;
  }

  .bloc_pro1 {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 10px;
  }
  .btn_societe a {
    margin-bottom: 30px;
  }

  /* -------------fin profil----------------- */

  /* -------------Page catalogue------------- */

  .catalogue table tr {
    width: 95%;
  }

  .catalogue form {
    margin-right: 2%;
    display: flex;
    flex-direction: column;
  }

  .detail {
    width: 90%;
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .catalogue table td img {
    width: 80%;
  }

  .catalogue table td.text {
    text-align: left;
    margin-bottom: 5%;
  }

  .catalogue table td {
    width: 90%;
    background-color: rgb(240, 236, 236);
    padding: 2.1%;
    text-align: center;
  }

  .catalogue form td {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .btn_commande {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -12%;
    margin-left: 10%;
    border: none;
  }

  .prix_prod {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }

  .catalogue table td input {
    width: 70%;
    text-align: center;
  }

  .catalogue table td select {
    width: 80%;
    text-align: center;
  }
  #table_prod {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #table_prod img {
    width: 110px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    order: 1;
  }
  .btn_commande {
    height: 50px;
    padding: 10px;
    margin: auto;
    border: none;
  }
  .prix_prod {
    width: 75px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 2;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }

  .description {
    width: 250px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    order: 4;
  }

  #table_prod .quantite {
    width: 82px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    order: 3;
  }

  .quantite input {
    width: 100%;
    text-align: center;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .quantite select {
    width: 100%;
    text-align: center;
    min-width: 80px;
    min-height: 30px;
    padding: 15px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bloc_resa_c {
    height: 75px;
    width: auto;
    margin: auto;
  }

  .btn_commande {
    height: 50px;
    padding: 10px;
    margin: auto;
    border: none;
  }

  .underline_historique_catalogue,
  .titre_h2_parrain {
    width: 300px;
  }

  .getqte_hist {
    margin: 10px;
  }
  .getcom_hist {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gettot_hist {
    margin: 10px;
  }

  .getenvoi_hist {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
  }

  .btn_commande {
    height: 50px;
    padding: 10px;
    margin: auto;
    border: none;
  }

  /* ----------------fin catalogue------------------ */
  .search_create,
  .affichage_search {
    width: 85%;
  }
  .affiche_resa img {
    width: 100%;
  }
}

@media screen and (max-width: 462px) {
  /* ---------------Page Societe-------------  */

  .bloc_code_societe {
    max-width: 200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bloc_code_societe form {
    max-width: 80%;
    flex-direction: column;
    justify-content: center;
  }

  .bloc_code_societe form label {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .bloc_code_societe form button {
    width: 157px;
    margin-top: 15px;
  }

  .bloc_code_societe form input {
    width: 137px;
  }

  .bloc_form_compte_societe {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #bloc_nom_societe {
    width: 85%;
    padding-left: 7%;
  }

  #bloc_nom_societe input {
    width: 85%;
    padding-left: 7%;
  }

  .form_create_code {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form_create_code select {
    width: 91%;
  }

  .form_create_code input {
    width: 85%;
  }

  .bloc_btn_envoi button {
    width: 91%;
  }
  .deco_titre_parrain {
    left: 200px;
  }

  .reste_statut p {
    padding: 0;
  }

  /* ------------fin societe---------------- */

  .bloc_bingoli_mono > div {
    width: auto;
    margin-left: 7px;
    margin-right: 7px;
  }

  .bloc_bingoli_mono > div:first-child {
    width: 95vw;
    margin-left: 7px;
    margin-right: 7px;
  }

  .titre_lotoli {
    height: 100%;
    width: 95vw;
  }

  .titre_lotoli {
    height: 85%;
  }

  .bloc_lotoli_societe {
    margin-top: -50px;
  }

  .bloc_solde {
    width: 95vw;
  }

  .bloc_statut {
    width: 65vw;
    height: 230px;
  }

  /* -------------Menu header--------- */

  #menu {
    display: flex;
    flex: auto;
    justify-content: center;
    flex-direction: column;
  }

  #menu form {
    margin: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
  }

  #menu button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
  }

  /* -------------Page Parrainage------------  */

  .bloc_info_parrainage {
    flex-direction: column;
    margin-top: 0;
  }
  .img_text_parrainage {
    width: 95%;
    display: flex;
    flex-direction: column;
  }
  .bloc_info_parrainage img {
    width: 25%;
  }

  .form_ajout_client .champ_form input,
  .form_ajout_client select {
    width: 200px;
  }

  .form_ajout_client .champ_form {
    flex-direction: column;
  }

  .underline_rgpd,
  .underline_pref {
    width: 75%;
    align-self: center;
  }
  .titre_h2_parrain {
    text-align: center;
  }

  .bloc_info_parrainage h1 {
    font-size: 1.5rem;
  }

  .image_parrainage {
    justify-content: center;
    margin-left: 15px;
    width: 95%;
  }

  .text_form_parrainage {
    margin: 15px;
    width: 95%;
  }

  .form_add_filleul {
    width: auto;
    margin-right: 10px;
  }

  .form_add_filleul form > select {
    width: 87%;
    flex-wrap: nowrap;
  }

  .form_add_filleul form > input {
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form_add_filleul form > button {
    width: 87%;
    flex-wrap: nowrap;
  }

  .bloc_liste_filleul {
    margin: 15px;
  }

  .bloc_titre_parrainage {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px 0;
  }

  .titre_h2_parrain {
    justify-content: center;

    width: 95%;
  }

  .underline_parrain {
    display: none;
  }

  /* -----------fin parrainage------------ */

  /* ------------Page profil------------------ */

  .bloc_civilite {
    width: 100%;
  }
  .bloc_civ1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: -70px;
  }

  .bloc_update {
    padding-left: 42px;
    padding-right: 34px;
  }

  .bloc_update label {
    margin-right: 12px;
  }

  .bloc_pro1 {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 10px;
  }

  /* -----------------fin profil----------------- */

  /* ----------------Page catalogue----------------- */

  .catalogue table tr {
    width: 92.5%;
  }

  .catalogue form {
    margin-right: 2%;
    display: flex;
    flex-direction: column;
  }

  .catalogue table td img {
    width: 80%;
    margin-right: 1px;
  }

  .catalogue table td.text {
    text-align: left;
    margin-bottom: 5%;
  }

  .catalogue table td {
    width: 88%;
    background-color: #f3f3f3;
    border-color: white;
    padding: 2.1%;
    text-align: center;
  }

  .catalogue form td {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .btn_commande {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -5%;
    /* margin-left: 10%; */
    border: none;
  }

  .prix_prod {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }

  .catalogue table td input {
    width: 70%;
    text-align: center;
  }

  .catalogue table td select {
    width: 80%;
    text-align: center;
  }

  /* ----------------fin catalogue------------------ */

  .bloc_historiqueResa_1 {
    flex-direction: column;
  }
  .bloc_historiqueResa_1 img {
    width: 100%;
  }
}

.avertissement_mail {
  font-size: 95%;
  color: #585858;
  font-style: italic;
  padding: 10px;
}

.avertissement_mail a {
  color: #0077c5;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}

input#email_modal {
  padding: 10px;
  font-size: 100%;
  min-width: 227px;
  /* margin: 10px; */
}

.bloc_info_resa_client {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

.bloc_info_resa {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.infoHotel {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

img.photoHotel {
  max-width: 250px;
  margin-right: 10px;
}

.backHomepage {
  color: white;
  font-size: 16px;
  border: 0.5px solid #0077c5;
  cursor: pointer;
  background-color: #0077c5;
  padding: 6px;
  margin: auto;
  width: 150px;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}

.backHomepage:hover {
  color: #0077c5;
  background-color: white;
}