/*
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

html, body, html * {
 font-family: 'Playfair Display', serif;
}
  */ 
  
  @import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');

body {
    font-family: 'Merriweather', serif;
}

h1 {
    font-family: 'Merriweather', serif;
    font-weight: 900; /* Utiliser une graisse différente si elle est disponible */
}

p {
    font-family: 'Merriweather', serif;
    font-weight: 400; /* Utiliser une graisse spécifique */
}

strong {
    font-family: 'Merriweather', serif;
    font-weight: 700; /* Utiliser une graisse différente pour les éléments forts */
}


#header .minilogo, #header_opcompte .minilogo {
    background: url(../images/minilogo.png) no-repeat top left;
}

/* ne sait pas */ 
#header #menugen #before {
   background: #072552;
}

/*********** RESPONSIVE ***********/ 
/* Petit appareil (smartphone) */

@media (max-width: 575.98px) { 
  /* Styles pour les appareils jusqu'à 575.98px */
  
  
  /* 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;

}


/* Commenté pour cs 
#ggmap_header { Display : none ; }  */


#accessibilite {
    position: absolute;
	top:0 !important;
    /*float: right; */
    font-size: 12px;
    line-height: 12px;
    color: white;
    padding: 0 5px;
    background: var(--color-link-hover);
    height: 33px;
    margin-bottom: 3px;
}

 #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: 0px;
  }
  
  

/* Page Abonnement  1   */


#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é  */ 
 
#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;
  width: -moz-available;
}


/* 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 ;
}




}









/* 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 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 */
}

/* Grand appareil (écran de bureau moyen) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  /* Styles pour les appareils entre 992px et 1199.98px */
  
  .info p.subtitle {
    background-color: #F0F0F0;
    color: var(--color-title);
	min-height: 60px;
}


}

/* 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: 60px;
}
  
  
  
  
  
}
