#myCarousel img{
   /* height:400px;*/
	width:150%;
}


p{
font-family: Arial,arial !important;
font-size: 14px !important;
 color: #8f8f8f !important;
}
h1, h2, h3, p, strong {
 color: #8f8f8f !important;
font-family: "Advent pro",arial !important;
}




h1, h2, h3, strong {
 color: #82C2E8 !important;
font-size: 18px !important;
}
a strong, a span {
 color: #fff !important;
}

ul li a span {
 color: #000 !important;
}



#footerUsager h1, #footerUsager h2, #footerUsager h3, #footerUsager p, #footerUsager strong{
 color: #fff !important;
}

.icon-medium {
	color: #2773ae !important;
}



.footer-top{
         height:5px;
         background-color:#ADD8E6 !important ;
}

.footer-wrapper{
      background-color:#23679B !important ;
}

.footer-bottom{

         background-color:#1C517A !important ;
}

background-portail.footer-top{
           height:10px !important ;
        background-color:#ADD8E6 !important ;
}

.banniere {
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 0px 15px 0px 15px !important;
    height: 225px !important;
    background-size: 100% auto !important;
}
/*
.banniere{
	/*min-height: 270px;	*/
	/*background-size: 100% auto !important;
}
*/
/*.logo{
	height: 170px;
	margin : 0 0;
}*/
.nav-connexion {
    margin-top: 100px ;
}
@media (max-width: 767px) {
	.banniere {
		height: auto !important;
	}
	.logo{
		text-align: left!important;
		margin : 4px !important;
	}
	.nav-connexion {
		margin-top: auto ;
	}
}
/* TEST CONTACT DESACTIVATION 07/06/2021*/
.navbar li:last-child {
    display: none;
}

/* Personnalisation de l'image d'aide au rattachement d'un abonnement 
*********************************************************************
Prérequis : 
créer un document dans l'administration de l'AEL avec l'image souhaitée ayant 
pour code : aide_attacher_abo */
#demoFacture
{ background-image: url("/Portail/fr-FR/Document/AfficherImage/?code=aide_attacher_abo")!important; 
   
}
/* Zoom lors du survol de l'image d'aide au rattachement d'un abonnement*/
#demoFacture:hover{
	-webkit-transform: scale(1.7);
    transform: scale(1.7);
}
/* LE carousel */
.carousel-inner>.item>img{
min-height: 258px !important;
}

.carousel-caption {
	background: rgba(3, 155, 229, 0.85);
	left : 25px; 
	width : 38%;
	
}
.carousel-caption h4{
	font-size: 20px;
	
}


/* Gestion des Blocs de la page d'accueil si seul le bloc4  doit être affiché */
/*********************************************************************************/
.hero-list {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    width: 40%;
    margin-right: auto;
}
.main-block .span12 .hero-list div:first-child.grey-box{	
	
	display:none;
	
}
.main-block .span12 .hero-list div:nth-child(2).grey-box{
	display:none;
}
.main-block .span12 .hero-list div:nth-child(3).grey-box{
	
	display:none;
}

.main-block .span12 .hero-list div:nth-child(4).grey-box {
    width: 100%;
    /* height: 10%; */
    margin: auto;
    /* width: 80%; */
}
.hero-list .span3{
	min-height : 0px;
}

/*Temporaire */
/* pour ne pas afficher comme image d'aide au rattachement d'un abonnement la facture de l'agglo de Niort*/
/*#demoFacture
{ background-image: none !important;  
}*/

/*Rajout 04/02/2021 : pour s'assurer que les boutons de paiement s'affiche en rouge ou en bleu */
a.facture-depassement span{
/*font-size: 25px!important;*/
color: #ff0000!important;
}

a.facture-regler span{
/*font-size: 25px!important;*/
color: #006dcc!important;
}
