/* CSS Document */
/*************************************************Contenu cache */
.bloc_art {
    background-image: url("../medias/fond_art.png");
    background-repeat: repeat;
    margin-top: 30px;
}
.bt_adh {
    background-color: var(--color-trois);
     max-width: 600px;
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 30px;
}
.bt_adh h3 {
    text-align: center;
     font-family: 'fira_sansbold';
    color: #000;
    border: none;
}
.bt_adh h4 {
    text-align: center;
    margin-left: -80px;
}
.bt_adh p {     text-align: center;}
.bt_adh ul {    padding-left: 10%;width: 90%;}
.bt_adh ul li { list-style-image: url("../medias/checkr.png");}
.bloc_art .log_form  {
    background-color: var(--color-fonce);
     max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
}
.bloc_art .log_form h2  {
    background-image: none;
    color: #fff;
    text-align: center;
    padding-left: 0;
    font-size: 26px;
    margin: 0 0 20px 0;
}
.bloc_art .log_form h2:before, .bloc_art .log_form legend:before { content: none;}
.bloc_art .sous_log {
    display: flex;
    justify-content: space-between;
    gap:30px;
}
.bloc_art .sous_log > * {  width: calc(50% - 15px); }
.bloc_art .sous_log legend {   
    font-size: 20px;
    font-family: 'd-dinregular';
    color: #fff;
    margin: 0;
}
.bloc_art .sous_log input[type="email"] {     width: 100%;}

/****************************FAQ *************************/
.list_faq {
    padding: 0 !important;
    columns: 2;
    column-gap: 30px;
    column-rule: medium;
}
.promo_faq {
    margin-top: 50px;
    padding-top: 15px;
    border-top: #666666 solid 1px;
    text-align: center;
}
.promo_faq .bout_action { margin-right: auto;}
/****************************Formulaire bail*************************/
.form_baux h3 {
padding-bottom: 0;
    margin-bottom: 0;
    font-size: 22px;
}
.form_baux legend + h3,.form_baux legend + .flex2 > div > h3 { margin-top: 0; }
.form_baux fieldset {
    margin-bottom: 40px;
    position: relative !important;
    background-color: var(--bleu-clair);
    padding: 25px;
}
.bail_infos .u_url{
  color: #336699;
    text-decoration: underline;
  } 
   .bail_infos.baux td, .bail_infos.baux th{
padding: 6px;
 }
 .bail_infos.baux tr {
  padding: 0;
 }
.form_baux span.del_loc{
    width: 32px;
    height: 33px;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    background: var(--color-deux);
    color: #fff;
    font-family: cursive;
    font-weight: 500;
    cursor: pointer;
    margin-right: 1px;
}
.form_baux span.del_loc:hover{
    background: var(--color-clair);
}


.form_baux input, .form_baux textarea { width: 100%;}
 .form_baux textarea { min-height: 90px;}
 .form_baux textarea + textarea{  margin-top: 15px;}
.form_baux sup {
    font-family: 'fira_sansregular';
    background-color: var(--color-deux);
    font-weight: normal !important;
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    
}
.form_baux sup::after {
   content: ' ?';
}
.form_baux sup span {
    display: none;
    background-color: var(--color-fonce);
    padding: 10px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    font-weight: normal;
    line-height: 23px;
    width: 100%;
}
.form_baux sup:hover span {
    display: block;
}
.form_baux .bout_action {
    margin-top: 15px;
}
.form_baux label {
   margin-right: 15px;
}
.form_baux .flex2, .form_baux .flex3 {
   display: flex;
    justify-content: space-between;
    gap:30px;
}
.form_baux .flex2 > * { width: calc(50% - 15px);}
.form_baux .flex3 > * {  width: calc(33% - 15px);}

.form_baux .chiffre  {   width:auto;}
.form_baux .b_sauv  {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    right: 20px;
    z-index: 10;
    width: 100%;  
    text-align: right;
    margin-top: -40px;
}
.form_baux .b_sauv input  {
    background-color: var(--color-deux);
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    padding: 10px 20px;
    width: auto;
    color: #fff;
    border: none;
    text-transform: uppercase;
    text-align: center;
    transition: all, 0.3s;
}
.form_baux .b_sauv input:hover  {
    background-color: var(--color-clair);
    transition: all, 0.3s;
}
.form_baux .bfinal, .form_baux .bbfinal {
    transition: all, 0.3s;
    background: var(--color-deux);
    color: #ffffff ;
    padding: 10px;
    display: block;
    border: 0;
}
.form_baux .bfinal:hover, .form_baux .bbfinal:hover {
    transition: all, 0.3s;
    background: var(--color-clair);
    font-size: 20px;
    padding: 16px;

}

#bloc_finish {
    text-align: center;
    color: var(--color-deux);
    padding-top: 20px;
    font-size: 20px;
}
#bloc_finish:before {
    content: '\f06a';
    font-family: 'p900';
    color: var(--color-deux);
}


/*********************************************Liste des baux********************/
.baux {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-spacing: 0;
	margin:0px;padding:0px;
}
.baux th {
    background-color: var(--color-fonce);
    color: #fff;
    font-weight: normal;
    font-family: 'DINPro-Regular';
    font-size: 16px;
    padding: 3px 5px;
    text-align: left;
}
.baux td, .baux  th{
	vertical-align:top;
	border:1px solid var(--color-fonce);
	padding:6px;
    border:1px solid #fff;
	border-width:0px 1px 1px 0px;
}
.baux tr:nth-child(odd){ background-color:var(--bleu-clair); }
.baux th p,.baux td p {
padding:0px !important;
margin:0px !important;
}
/****************************************************Vous êtes*********************/
.vouse { background-color: var(--gris-clair);}
.vouse .container {
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}
.vouse .container  > h2 {     text-transform: uppercase;}
.vouse .container  .vous_ad {
  background-color: var(--color-trois);  
    position: absolute;
    right: 20px;
    top: -5%;
    height: 110%;
    padding: 20px 30px;
    text-align: center;
}
.vouse .container  .vous_ad h2 {
    font-family: 'fira_sansmedium';
    color: var(--color-deux);
    font-size: 30px;
    padding: 15px 0 ;
}
.vouse .container  .vous_ad h3 {
     font-family: 'fira_sansbold';
    color: var(--color-fonce);
    font-size: 18px;
    padding: 0 0 13px 0 ;
}
.vouse .container  .vous_ad ul { padding-left: 20px;}
.vouse .container  .vous_ad ul li {   
    text-align: left;padding: 2px 0; 
    list-style-image: url("../medias/checkr.png");
}
.vouse .container  .vous_ad .bout_action { 
    margin-right: auto;
    margin-top: 10px;
}
.vouse .container .etes {
    display: flex;
    flex-wrap: wrap;
    margin-left: 110px;
    width: 100%;
    max-width: 700px;
}
.vouse .container .etes a {  text-decoration: none; color: var(--color-fonce); }
.vouse .container .etes > * {
    width: 50%;
    flex: none;
    padding:20px 50px ;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap:20px;
    position: relative;
      transition: all, 0.3s;
}
.vouse .container .etes > *:hover {
    transform: scale(1.05);
      transition: all, 0.3s;
}
.vouse .container .etes > p:after {
    content: ' ';
    display: block;
    background-color: var(--gris-fonce);
    position: absolute;
}
.vouse .container .etes > p:nth-child(1):after {
    height: 80%;
    width: 1px;
    top: 0;
    right: 0;
}
.vouse .container .etes > p:nth-child(2):after {
    width:90%;
   height: 1px;
    bottom: 0;
    right: 0;
}
.vouse .container .etes > p:nth-child(3):after {
     width: 90%;
    height: 1px;
    top: 0;
    left: 0;
}

.vouse .container .etes > p:nth-child(4):after {
     width:1px;
   height: 80%;
    bottom: 0;
    left: 0;
}

/***************************************picto accueil */
.cont_acc { padding: 20px 0 60px 0;}
.cont_acc > div {
    display: flex;
    text-align: center;
     transition: all, 0.3s;
}
.cont_acc > div div {   padding: 0 30px 0 30px;}
.cont_acc > div div:hover {
 transform: scale(1.05);
      transition: all, 0.3s;
}

.cont_acc > div div img  { margin-bottom: 20px;}
.cont_acc h2  {
       font-family: 'fira_sansmedium';
    font-size: 28px;
    color: var(--color-deux);
    margin-bottom: 15px;
}
.cont_acc h2 a  {
      color: var(--color-deux);
    text-decoration: none;
}


/********************************consultation */
.fil_cons {
    display: none;
}


#consultations .bt_new_cons {
  display: inline-block;
  font-family: d-din_expregular;
  font-size: 18px;
  background-color:  var(--color-deux) !important;
  color: #fff;
  padding: 5px 25px 5px 25px;
  margin: 20px 0;
  text-decoration: none;
    transition: all 0.3s;
}

#consultations .bt_new_cons:hover {
  background-color: var(--color-clair) !important;
  transition: all 0.3s;
}

.consultation {
  border-bottom: var(--color-clair) solid 1px;
}
.consultation h3 {
    cursor: pointer;
}

#new_conc form {
  display: none;
}

#new_conc .sujet {
  width: 100%;
  margin: 25px 0 15px 0;
}

#new_conc textarea, .fil_cons textarea {
  width: 100%;
  margin: 0px 0 15px 0;
  height: 300px !important;
}

#new_conc form {
  padding: 0;
  margin: 0;
}

#new_conc .reserve_ab {
  margin-top: 15px;
}

#new_conc .cons_files input, .fil_cons .cons_files input {
  margin: 5px 0 5px 0;
  width: 100%;
}

#new_conc input[type="submit"] {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  display: block;
  border: none;
  border: var(--color-clair) solid 1px;
  background-color: var(--color-clair);
  padding: 8px 15px 7px 15px;
  margin-bottom: 30px;
  font-size: 16px;
  margin-left: auto;
  transition: background-color 0.3s, color 0.3s;
}

#new_conc input[type="submit"]:hover {
  color: #1161AA;
  transition: background-color 0.3s, color 0.3s;
  background-color: #fff;
}

.pj { display: block !important;}

.consultation h2 {
  cursor: pointer;
  margin-top: 25px !important;
}

.date_consult {
  font-size: 0.7em;
  color: #363636;
  font-family: d-din_expregular;
  display: block;
}

.question1 {
  margin-bottom: 15px !important;
  background-color: #f0f0f0;
  padding: 15px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.rep_cons {
  padding-bottom: 15px;
}

.rep_con {
  margin-top: 25px;
}

.rep_cons div {
  background-color: #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
}

.rep_cons h3 {
  color: #d62053 !important;
  font-weight: normal;
  margin-bottom: 5px !important;
  border-left: none !important;
  font-family: d-din_expregular !important;
  padding: 0 !important;
  font-size: 16px !important;
  margin-top: 0 !important;
}

.consult {  margin-left: 30px;}
.consult div {  background-color: var(--bleu-clair);}
.vous {  margin-right: 30px;}

.cloturee {
  font-family: d-din_expregular;
  color: var(--color-deux);
  font-weight: normal;
  margin-top: 15px;
  display: block;
  font-size: 0.7em;
}
.bcloture {
    transition: all, 0.3s;
    background: var(--color-clair);
    color: #ffffff !important;
    padding: 8px 16px;
    text-decoration: none !important;
    display: table;
    margin: 15px auto;
    text-transform: uppercase;
    border: 0;
    width: auto !important;
}
.bcloture:hover {
    transition: all, 0.3s;
    background: var(--color-deux);
    
}

.chang_form select {
  width: 100%;
  margin-bottom: 15px;
}

.infos_consult {
  width: 100%;
  float: left;
}

.infos_consult label {
  font-family: d-din_expdinexp-bold;
  font-size: 15px;
  color: #1161AA;
}

.infos_consult input {
  width: 100%;
  margin-bottom: 15px;
}

#consultation {
    width: 100%;
  float: left;
}

.nonlu > h3 span:after {
  color: #d62053 !important;
  content: 'A traiter';
  font-size: 12px;
  font-family: d-din_expdinexp-bold;
  margin-left: 10px;
}

.nom_question {
  font-size: 15px;
}

.liste_ad .adhn p {
  display: none;
}

.liste_ad .adhn span {
  cursor: pointer;
}

.liste_ad {
  width: 100%;
  text-align: center;
}
#liste_adh a.bout_action {margin-bottom: 10px;}
.liste_ad td:nth-child(2), .liste_ad th:nth-child(2) {
  display: none;
}

.liste_ad td, .liste_ad th {
  padding: 5px 5px 5px 5px;
}

.liste_ad tbody tr:nth-child(even) {
  background-color: #F5F5F5;
}

.liste_ad th {
  background-color: #1161AA;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.liste_ad tr td:first-child {
  text-align: left !important;
}

#valid_adh input, #valid_adh select {
  vertical-align: middle !important;
}

#valid_adh select {
  margin-right: 5px;
}

#valid_adh label {
  margin-right: 5px;
  font-family: 'd-din_expdinexp-bold';
  font-size: 17px;
  color: #1161AA;
}

#valid_adh .form_submit {
  display: inline !important;
  vertical-align: top !important;
}
#valid_adh {   margin-top: 15px;}
.pop_valid_ch h2 {
  margin-bottom: 20px;
  margin-top: 70px;
}
.adhesion .boutonadh, .verif_chambre .boutonadh {
  background-color: #d62054 !important;
  color: #fff !important;
  cursor: pointer;
}
.adhesion .boutonadh:hover, .verif_chambre .boutonadh:hover {
  background-color: #fff !important;
  color: #d62054 !important;
}
.close {
  position: absolute;
  right: 3%;
  top: 3%;
  cursor: pointer;
}
/******************************Page adhésion****/
.page_adh {
    display: flex;
justify-content: space-between;
}

.page_adh p {
    padding: 0;
    text-align: center;
}
.page_adh > * { max-width: 500px; width: 100%; }
.encard_adh > div {
    background-color: var(--color-trois);
    padding: 20px 70px;
    min-height: 380px;
    margin-bottom: 20px;
}
.encard_adh li { list-style-image: url("../medias/checkrouge.png"); }
.encard_adh .input_shop_qte { width: 35px; margin:  0 5px; }
.encard_adh .bout_action {display: inline-block;}
.encard_don li { list-style-image: url("../medias/checkjaune.png"); }
.encard_don > div:first-of-type {
    background:var(--color-fonce);
    color: #fff;
   padding: 20px 50px;
      min-height: 380px;
    margin-bottom: 20px;
}
.page_adh .incqte { display: none; }
.page_adh .bout_action {
    margin-right: auto;
    padding: 6px 16px;
    margin-top: 10px;
}
 .form_don {
    text-align: center;
    margin-top: 10px;
}
 .form_don input[type="button"] {
    background: var(--color-deux);
    color: #ffffff !important;
    padding: 9px 16px;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 0;
}
 .form_don input[type="button"]:hover {
    background: var(--color-clair);
        transition: all, 0.3s;
}

