  
  /* Importation de la police Fira Sans via Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


/* Appliquer Noto Sans à tout le texte du site */
*:not(.fa, .far, .fas) {
    font-family: 'Noto Sans', sans-serif !important;
}



#header .minilogo, #header_opcompte .minilogo {
    background: url(../images/minilogo.png) no-repeat top left;
}

/* Menu Payer  */ 
#header #menugen #before {
      background: var(--color-title);
}

#header #menugen #before :hover {
      background: var(--color-link-hover);
}


/*********** RESPONSIVE ***********/ 
/* Petit appareil (smartphone) */

@media (max-width: 575.98px) { 
  /* Styles pour les appareils jusqu'à 575.98px */
  
  
   /* phrase Agence en ligne et retour ael */ 
 
    #header #pagetitle h1, #header_opcompte #pagetitle h1 {
    width: 100%;
    position: relative;
    padding-top: 55px;
  }
  
  
 #access_oc #action img {
	 width : 15px !important;
  }
  
#img_oc {
	width : 15px !important;
	  
  }
  
  
  /* Page creation de compte step 2 */ 
  
  #acrForm-step-1 #formula.ccompte.left .bloccol2 {
	
	position: relative;
	width: 99%;
	margin: 0 2% 0px 0;
	background: #F0F0F0;
}	
  
  
  
  
  
  /* Page de login */ 
  
  #header .lost p {
  margin: 0px 0 0 0;
  line-height: 1em;
  padding: 10px;
}
  
  #headerwrapcenter #logoHeader .logo {
  display: block;
  /*
  height: 130px;
  width: 80%; */
  width: 200px; 
  background-size: contain;
  margin-top: -20px;
}


/*
#ggmap_header { Display : none ; }  */


#accessibilite {
    position: absolute;
	top:0 !important;
	right : 0 !important; 
    font-size: 12px;
    line-height: 12px;
    color: white;
    padding: 2px;
    background: var(--color-link-hover);
    height: 36px;
    margin-bottom: 3px; 
	width: auto; 
}

 #headerwrapcenter #logoHeader {
    margin: 80px auto 0 auto;
    right: 0;
    left: 0;
    height: 125px;
	position: relative ; 
  }



/* Page creation de compte 1 */ 

#header .blochalfmaxheigh {
  max-height: 100px;
  margin-top: 50px;
}


#ccompte_istep {
	
  /*position: absolute;
  top: -20px; */ 
  position : relative ;
  left: 0;
  width: 51px;
  height: 48px;
  background: url(../images/iconx_step.png) no-repeat left top;
  z-index: 10;
}


.fullpage.body.connected {
    margin-top: 60px !important;
  }
  
/* Page Abonnement  1   */

#newSubscriptionManagementForm-step-0.step #formula_content #formula_info.wsize {
	width:99%
}

#newSubscriptionManagementForm-step-0.step #formula .blocinput, #formula_info .blocinput {
  position: relative;
  float: left;
  width: 115%;
  text-align: center;
  padding: 10px 10px 0px 10px;

}

#formula_info.wsize {
  width: 100%;
  clear: both;  
}

#formula {
  position: relative;
  padding: 20px 0 0 3px;
  color: #444;
  margin-bottom: 20px;
}

#newSubscriptionManagementForm-step-0.step #formula.w65.left {
	 width: 100%;
}

/* Page Abonnement 2 */ 
#newSubscriptionManagementForm-step-1.step #formula.w65.left {
	 width: 100%;
}

#formula .blocinput .groupfld input[type="text"].hasDatepicker {
  width: 100%;
  margin-bottom: 6px;
}


/* Page Abonnement 3 */ 
#newSubscriptionManagementForm-step-2.step #formula.w65.left {
	 width: 100%;
}


/* Page Abonnement 4 */ 
#newSubscriptionManagementForm-step-3.step #formula.w65.left {
	 width: 100%;
}


/* Page Abonnement 5 */ 
#newSubscriptionManagementForm-step-4.step #formula.w65.left {
	 width: 100%;
}

/* Page Abonnement 6 */ 
#newSubscriptionManagementForm-step-5.step #formula.w65.left {
	 width: 100%;
}


/* Page accueil connecté  */ 
.menu li.abonnement {
	 border : none !important;
 }
 
 
#header #infoabo {
  position: relative;
  float: left;
  width: auto;
  font-size: 1.2em;
  padding: 0 0 0 4px;
  background-color: #fff;
  z-index: 2000;
  margin-top:0px; 
  left : auto ;
}

#pagetitle h1 {
  display: block;
  float: left;
  color: var(--color-title);
  font-size: 1.2em;
  line-height: 1em;
  padding-bottom: 5px;
  margin : 0;
  font-weight: normal;
  text-shadow: none;
  position: relative;
}

.rubrique h2 {
  min-height : 60px;
}


/* Consommation  tableau */ 

 .ui-jqgrid tr.ui-row-ltr td {
    font-size: 1.0em;
    white-space: normal;
  }




/* Tableau échéancier */ 

.footable > tbody > tr > td, .footable > thead > tr > th {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 5px 10px 5px 10px;
  text-align: left;
  white-space : nowrap ;
}


/* Page changer de rib */ 

#sepaBankAccountContainer #formula_wrap #formula.w80.left {
width :150%	;
float :left;
}

/* Page intervention */ 

#interventionForm #formula.left {
	width : 100% !important ;
}

#complaintForm #formula.left , .bloccol1 {
	width : 100% !important ;
}


/* Page RELEVE */ 



 #releve .releve_content .current {
  float: left;
  width: auto;
  font-size: 1em;
  color: #444;
  padding: 5px 10px 10px 10px;
  margin-left: 0;
  background-color: var(--color-input);
}

div.tools.right {
	margin-top : -80px 
   
}


/* PAge quitter mon logement */ 

#formula .bloccols h2.withstepper .requestTypeField {
	text-transform:uppercase;
	display: block;
	text-align : left ;
}


/* Page echéancier  */ 

.footable > thead > tr > th, .footable > thead > tr > td {
  border-top: none;
	text-transform: uppercase;
	white-space: break-spaces;
}

}


/* Moyen appareil (tablette en portrait) */
@media (min-width: 576px) and (max-width: 767.98px) { 
  /* Styles pour les appareils entre 576px et 767.98px */
  /* Page d'accueil offline */ 
  
  
  #headerwrapcenter {
  display: block;
  min-height: 180px;
  position :absolute ;
}


#headerwrapcenter #logoHeader {
  display: block;
  position: absolute;
  height: 90px;
  width: 220px;
  margin: 0;
  top: 10px;
}
  
  #accessibilite {
	 
  position: relative;
  /* Si absolute top: 0; */
  font-size: 12px;
  line-height: 12px;
  color: white;
  padding: 0 5px;
  background: var(--color-link-hover);
  height: 33px;
  margin-bottom: 3px;
  float: right ;
}
  
  
  #homesubtitle {
  position: relative;
  float: left;
  background-color: #F0F0F0;
  text-align: justify;
  margin-top: 90px !important;
}
    /* Page creation de compte step 2 */ 
  
  #acrForm-step-1 #formula.ccompte.left .bloccol2 {
	
	position: relative;
	width: 99%;
	margin: 0 2% 0px 0;
	background: #F0F0F0;
}	
  
  
  /* Page creation de compte 1 */ 
  
  #acrForm-step-0 #formula_transaction1 #ccompte_istep {
  position: relative;
  top: 0;
  left: 0;
  width: 51px;
  height: 48px;
  background: url(../images/iconx_step.png) no-repeat left top;
  z-index: 10;
}
  
  #pagetitle h1 {
  display: block;
  float: left;
  color: var(--color-title);
  font-size: 1.2em;
  line-height: 1em;
  margin: 45px 0 0 145px;
  padding-bottom: 5px;
  font-weight: normal;
  text-shadow: none;
  padding-left: 40px;
}
  
  
 #accessibilityRememberMe.lost.blochalfmaxheigh {
	  background-color : transparent; 
	  position : absolute; 
	  top : 85px;
	  
  }
  
 
  #header {
  position: absolute;
  width: 100%;
  background: var(--color-white);
  font-size: 1em;
  color: #fff;
  box-shadow: 0px 0px 10px #A0A0A0;
  z-index: 1000;
  max-height: 200px;
}
  
  #header #infoabo {
  position: fixed;
    top:0;
  width: auto;
  font-size: 1.2em;
  padding: 0 0 0 4px;
  background-color: #fff;
  z-index: 2000;
}


  #header #ident {
    float: left;
    width: 100%;
	position: absolute ; 
	top: 120px;
  }
  
  
  #pagetitle {
  display: block;
  position: absolute;
  float: left;
  width: 100%;
  margin-top: 25px;
  top: 140px;
}




#header .blochalfmaxheigh {
  max-height: 100px;
  margin-top: -100px;
  position: absolute;
}


  
  
  /* Page abonnement */ 
  
#newSubscriptionManagementForm-step-0.step #formula .blocinput, #formula_info .blocinput {
  position: relative;
  float: left;
  width: 115%;
  text-align: center;
  padding: 10px 10px 0px 10px;

}

#formula_info.wsize {
  width: 100%;
  clear: both;  
}

#formula {
  position: relative;
  padding: 20px 0 0 3px;
  color: #444;
  margin-bottom: 20px;
}

#newSubscriptionManagementForm-step-0.step #formula.w65.left {
	 width: 100%;
}

/* Page Abonnement 2 */ 
#newSubscriptionManagementForm-step-1.step #formula.w65.left {
	 width: 100%;
}

#formula .blocinput .groupfld input[type="text"].hasDatepicker {
  width: 100%;
  margin-bottom: 6px;
}


/* Page Abonnement 3 */ 
#newSubscriptionManagementForm-step-2.step #formula.w65.left {
	 width: 100%;
}


/* Page Abonnement 4 */ 
#newSubscriptionManagementForm-step-3.step #formula.w65.left {
	 width: 100%;
}


/* Page Abonnement 5 */ 
#newSubscriptionManagementForm-step-4.step #formula.w65.left {
	 width: 100%;
}

/* Page Abonnement 6 */ 
#newSubscriptionManagementForm-step-5.step #formula.w65.left {
	 width: 100%;
}


/* page connecté  */ 

#detailcurrentabo 
{
	margin-top : 5%;
	
}

 #header #menugen #content {
  background: var(--color-title);
  margin-top: 20%;
}


/* Consommation  tableau */ 

 .ui-jqgrid tr.ui-row-ltr td {
    font-size: 1.0em;
    white-space: normal;
  }

.multinatgraph {
  float: left;
  position: relative;
  width: 87%;
  margin: 10px 0;
  padding: 0;
  font-size: 0.6em;
}

.table_responsive {
  position: relative;
  float: left;
  width: 95%;
}

#gbox_meterread {
	width : 100% !important ; 
}

#gview_meterread {
	width : 100% !important ; 
}

 
.ui-jqgrid .ui-jqgrid-htable {
  border-top: medium none;
  width : 100% !important ; 
  text-transform: uppercase;
}
/*
#gview_meterread, .ui-state-default, .ui-jqgrid-hdiv , .ui-jqgrid-bdiv {
 width : 100% !important ; 
}  */ 


#meterread.ui-jqgrid-btable {
 width : 100% !important ; 
}



/* Facture */
#billsDiv {
	width: 100% !important ; 
}

table #billTable.ui-ui-jqgrid-btable {
	 width : 100% !important ; 
}
 
#gbox_billTable.ui-jqgrid.ui-widget.ui-widget-content.ui-corner-all{
	 width : 100% !important ; 
}


#gview_billTable  {
	 width : 100% !important ; 
} 


#gview_billTable.ui-state-default.ui-jqgrid-hdiv {
	 width : 100% !important ; 
}


#gview_billTable.ui-jqgrid-view, .ui-state-default.ui-jqgrid-hdiv, .ui-jqgrid-bdiv {
	 width : 100% !important ; 
}
	
#billTable.ui-jqgrid-btable{
	 width : 100% !important ; 
}





}




/* Moyen appareil (tablette en paysage) */
@media (min-width: 768px) and (max-width: 991.98px) { 
  /* Styles pour les appareils entre 768px et 991.98px */
    #acrForm-step-1 #formula.ccompte.left .bloccol2 {
	
	position: relative;
	width: 99%;
	margin: 0 2% 0px 0;
	background: #F0F0F0;
}	

}

/* Grand appareil (écran de bureau moyen) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  /* Styles pour les appareils entre 992px et 1199.98px */
  
  
      /* Page creation de compte step 2 */ 
  
  #acrForm-step-1 #formula.ccompte.left .bloccol2 {
	
	position: relative;
	width: 99%;
	margin: 0 2% 0px 0;
	background: #F0F0F0;
}	
  
  /* Page Abonnement 1 */ 
  
  #newSubscriptionManagementForm-step-0 .bloccol.w80 {
	  width : 99% ; 
  }
  
  
  /* Page Abonnement 2*/  
  
  #newSubscriptionManagementForm-step-1 #formula .bloccols .bloccol2 {
	
	position: relative;
	width: 99% !important;
	
	}	
	
	#newSubscriptionManagementForm-step-1  #div_personInfo.bloccol2 {
	
	position: relative;
	width: 99% !important;
	
	}	
	
	  /* Page Abonnement 3*/  
  
  #newSubscriptionManagementForm-step-2 #formula .bloccols .bloccol2 {
	
	position: relative;
	width: 99% !important;
	
	}	
	
		  /* Page Abonnement 4*/  
  
  #newSubscriptionManagementForm-step-3 #formula .bloccols .bloccol2 {
	
	position: relative;
	width: 99% !important;
	
	}
	
			  /* Page Abonnement 5*/  
  
  #newSubscriptionManagementForm-step-4 #formula .bloccols .bloccol2 {
	
	position: relative;
	width: 99% !important;
	
	}
  
  
  
  /** Autres **/ 
  
  .info p.subtitle {
    background-color: #F0F0F0;
    color: var(--color-title);
	min-height: fit-content;
}

#detailcurrentabo {
	Display: block;
	position: relative !important;
	padding-top :30px;
}

}

/* Très grand appareil (grand écran de bureau) */
@media (min-width: 1200px) { 
  /* Styles pour les appareils à partir de 1200px */
  
  .info p.subtitle {
    background-color: #F0F0F0;
    color: var(--color-title);
	min-height: fit-content;
}
  
  
  
  
  
}
