
/*
 *	Remplace le logo de gauche.
 */
 
 
#image-banniere-gauche {
	content:url("https://www.ivry94.fr/fileadmin/www.ivry94.fr/MEDIA/Cadre_de_vie/Urbanisme/CliCurba/TETIERE_CLICURBA.svg")!important;
	width: 100%;
	height: auto;
}


/*
 *	Couleur du fond de la page.
 */
body {
	background-color: #f7f4efff;
	padding-top: 0px!important;
}

.login-page,.register-page {
	background: #f7f4efff;
	background-image:url("https://www.ivry94.fr/fileadmin/www.ivry94.fr/MEDIA/Cadre_de_vie/Urbanisme/CliCurba/Fond.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}

.nav-stacked>li.active>span {
	background-color: #dd4b39!important;
}

/*
 *	Style des fonds de page.
 */
.content-wrapper, .content {
       background-color: #f7f4efff!important;
}

/*
 *	Couleur des boutons.
 */
.btn-primary {
	background-color: #dd4b39!important;
	border-color: #dd4b39;
	color : #f7f4efff!important;
}

.comment {
	background-color: #dd4b39!important;
	border-color: #dd4b39;
	color : #f7f4efff!important;
}

.comment::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid #222C4A;
    position: absolute;
    left: -9px;
    top: 20%;
    margin-top: -12px;
}

/*
 *	Couleur du rond actif de l'avancement d'un dossier.
 */
.step.active-step .circle {
	background-color: #00AA9B!important;
}

.step.active-step .title {
	color : #00AA9B!important;
}

/*
 *	Flèche devant le texte d'aide.
 */
.comment::before {
	background-color: #dd4b39!important;
}

/*
 *	Fond du bloc guicher unique dans la navbar.
 */
.logo {
	background: linear-gradient(#dd4b39, #dd4b39);	
	color: white!important;
}
.navbar-nav {
float: right;
}

/*
 *	Fond de la navbar.
 */
.nav-bar-custom {	
	background: linear-gradient(#dd4b39, #dd4b39);
	border : 0;
	
}

.div-nav-icon h4 {
    color: #5c5149!important;
}

.div-nav-icon .active h4 {
	color: #5c5149!important;
	text-decoration: underline;
}

.div-nav-icon {
	color: #367fa9 !important;
}

/*
 *	Bordure inférieure de la navbar.
 */
.header-custom {
    border-bottom: 0px!important;
}

/*
 *	Couleur du nom du compte.
 */
.nav-bar-custom-login {
    color: #f7f4efff !important;
}

/*
 *	Couleur du trait des entêtes.
 */
.box.box-primary {
	border-top-color: #dd4b39;
}

/*
 *	Couleur des icones.
 */
.glyphicon {
	color: #dd4b39!important;
}

/*
 *	Couleur des actions sur la tuile d'un dossier.
 */
.item-action-dossier>a {
    background-color: #dd4b39!important;
	color: white!important;
}

/*
 *	Style des textes en orange.
 */
.text-orange {
	color: #5c5149!important;
	font-weight: bold;
}

/*
 *	Style des alertes (mes échanges).
 */
.alert-info {
	background-color: #dd4b39!important;
	color: #00AA9B!important;
	font-weight: bold;
}

/*
 *	Style des alertes (succès).
 */
.alert-success {
	background-color: #00AA9B!important;
	color: #f7f4efff!important;
	font-weight: bold;
}

/*
 *	Style des titres.
 */
.page-header {
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: normal;
    color: black;
    background: none;
}

/*
 *	Ajout en test
 */
 .navbar-brand {
	background-color:#dd4b39 !important;
}
.skin-blue .main-header .navbar {
	background-color:#dd4b39;
}
.copyright {
  background-color: #dd4b39;
  color: #fff;
  padding-top: .5%;
  padding-bottom: .5%;
}