/* *** Custom | Styles *** */ 
/*
 Couleurs : 
     Principale : #470909;
     Dérivée 1  : #672323;
     Dérivée 2  : #854343;
     
*/

.color-ispali {
    color: #470909;
}

.first-bloc {
    padding-top: 100px;
}


.white-link {
    color: #fff;
}



/* Header */
#header .logo img { padding: 0; margin: 0; max-height: 46px; } 
.main-nav a { color: #470909; }
.mobile-nav-toggle i { color: #470909; }
.mobile-nav-overly, .mobile-nav { background-color: rgba(57, 19, 19 ,0.8); }

/* Item du menu */
#header nav.main-nav .extranet {
	background-color: #470909 ;
	color: #fff;
}

/* Footer */
#footer { background-color: #470909; }
#footer .footer-top { background-color: #470909; }
#footer .credits, #footer .credits a { color: transparent !important }
.back-to-top {  background-color: #854343; }
.back-to-top:hover { background-color: #470909; }

/* Intro */
#intro { 
    background: url(/images/intro-bg-rouge.png) center bottom no-repeat;
    padding-top: 150px;
    padding-bottom: 100px;
}

/* About */
#about .about-container .icon-box { min-height: 105px; }
#about .about-container .icon-box .icon { border: 2px solid #470909; }
#about .about-container .icon-box:hover .icon { background-color: #470909; }
#about .about-container .icon-box .icon i { color: #470909; }

/* Services */
#services .box { min-height: 202px; }
#services .box:hover .title a { color: #854343; }
#services .box ul { margin-left: 15px; }

/* Contact*/
#contact .form button[type="submit"] { background-color: #470909; }
#contact .form button[type="submit"]:hover { background-color: #854343; }


/* Carousel home */
#gallery-accueil .owl-item .item a {
    text-decoration: none;
}

#gallery-accueil .owl-item .item img {
    max-height: 350px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}
#gallery-accueil .owl-item .item figcaption {
    color: #fff;
    font-size: 48px;
}

/* ***  Contenu | Pages | /accueil *** */ 
.demo { margin-top: 200px; text-align: center; color: grey; }

/* ***  Contenu | Pages | /mentions-legales *** */ 


/* ***  Contenu | Menus | Menu principal *** */ 


/* *** Module Contact *** */ 


/* *** Module Content *** */ 


/* *** Module GED *** */ 
#ged-folders-wrap,
#ged-documents-wrap {

}

/* Bouton retour */
#ged-folders-wrap a#return,
#ged-documents-wrap a#return {
	text-decoration: none;
	color: #565a84;
	font-size: 20px;
}

#ged-folders-wrap a#dashboard:hover,
#ged-documents-wrap a#dashboard:hover {
	color: #5762d6;
}

/* Dossier */
#ged-folders-wrap .ged-folder,
#ged-documents-wrap .ged-document {
	position: relative;
	transition: all 300ms;
	margin-bottom: 30px;
}

#ged-folders-wrap .ged-folder a,
#ged-documents-wrap .ged-document a {
	text-decoration: none;
	color: #565a84;
	font-size: 18px;
}

#ged-folders-wrap .ged-folder.folder-disabled,
#ged-documents-wrap .ged-document.document-disabled {
	opacity: 0.6;
}

#ged-folders-wrap .ged-folder:hover:not(.folder-disabled),
#ged-documents-wrap .ged-document:hover:not(.document-disabled) {
	transform: scale(1.02);
	transition: all 300ms;
}

/* Notification */
#ged-folders-wrap .ged-folder .ged-folder-body .notification,
#ged-documents-wrap .ged-document .ged-document-body .notification {
	position: absolute;
    right: -5px;
    top: -5px;
    font-size: 18px;
    font-weight: 700;
    width: 35px;
	height: 35px;
	text-align: center;
	line-height: 38px;
}

#ged-folders-wrap .ged-folder .ged-folder-body .notification .waiting,
#ged-documents-wrap .ged-document .ged-document-body .notification .waiting {
	color: #fff;
    box-shadow: 2px 2px 2px #9a9a9a;
    background-color: #ff0000;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}

/* Body */
#ged-folders-wrap .ged-folder .ged-folder-body,
#ged-documents-wrap .ged-document .ged-document-body {
	transition: all 300ms;
}

/* Footer */
#ged-folders-wrap .ged-folder .ged-folder-footer,
#ged-documents-wrap .ged-document .ged-document-footer {
	transition: all 300ms;
}

#ged-folders-wrap .ged-folder .ged-folder-footer .ged-folder-title,
#ged-documents-wrap .ged-document .ged-document-footer .ged-document-title {
	transition: all 300ms;
	padding: 10px;
	margin: 0;
	font-size: 16px;
	overflow: hidden;
	word-break: break-word;
}

#ged-folders-wrap .ged-folder:hover:not(.folder-disabled) .ged-folder-footer .ged-folder-title,
#ged-documents-wrap .ged-document:hover:not(.document-disabled) .ged-document-footer .ged-document-title {
	color: #5762d6;
	transition: all 300ms;
}

#ged-documents-wrap .ged-document:hover:not(.document-disabled) .ged-document-body {
	transition: all 300ms;
	opacity: 0.3;
}

#ged-documents-wrap .ged-document .ged-document-action {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: all 600ms;
	opacity: 0;
}

#ged-documents-wrap .ged-document .ged-document-action a {
	margin-left: 4px;
	margin-right: 7px;
	background-color: #fff
	text-align: center;
	padding: 4px;
	display: inline-block;
	padding-top: 75px;
	width: 100%;
	height: 100%;
}

#ged-documents-wrap .ged-document:hover:not(.document-disabled) .ged-document-action {
	transition: all 600ms;
	opacity: 1;
}


/* Bulles de conversation */
/*
 * Component: Direct Chat
 * ----------------------
 */
 .direct-chat .card-body {
    position: relative;
    overflow-x: hidden;
    padding: 0;
  }

  .direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .direct-chat-messages {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 250px;
    overflow: auto;
  }

  .direct-chat-msg,
  .direct-chat-text {
    display: block;
  }

  .direct-chat-msg {
    margin-bottom: 10px;
  }

  .direct-chat-msg::after {
    display: block;
    clear: both;
    content: "";
  }

  .direct-chat-messages,
  .direct-chat-contacts {
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  }

  .direct-chat-text {
    border-radius: 0.3rem;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
  }

  .direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
  }

  .direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
  }

  .direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
  }

  .right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
  }

  .right .direct-chat-text:after, .right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
  }

  .direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
  }

  .right .direct-chat-img {
    float: right;
  }

  .direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 0.875rem;
  }

  .direct-chat-name {
    font-weight: 600;
  }

  .direct-chat-timestamp {
    color: #999;
  }

  .direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    transform: translate(101%, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #ffffff;
    overflow: auto;
  }

  .contacts-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 0;
  }

  .contacts-list > li::after {
    display: block;
    clear: both;
    content: "";
  }

  .contacts-list > li:last-of-type {
    border-bottom: none;
  }

  .contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
  }

  .contacts-list-info {
    margin-left: 45px;
    color: #ffffff;
  }

  .contacts-list-name,
  .contacts-list-status {
    display: block;
  }

  .contacts-list-name {
    font-weight: 600;
  }

  .contacts-list-status {
    font-size: 0.875rem;
  }

  .contacts-list-date {
    color: #aaa;
    font-weight: normal;
  }

  .contacts-list-msg {
    color: #999;
  }

  .direct-chat-danger .right > .direct-chat-text {
    background: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
  }

  .direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:before {
    border-left-color: #dc3545;
  }

  .direct-chat-primary .right > .direct-chat-text {
    background: #007bff;
    border-color: #007bff;
    color: #ffffff;
  }

  .direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
    border-left-color: #007bff;
  }

  .direct-chat-warning .right > .direct-chat-text {
    background: #ffc107;
    border-color: #ffc107;
    color: #1F2D3D;
  }

  .direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before {
    border-left-color: #ffc107;
  }

  .direct-chat-info .right > .direct-chat-text {
    background: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff;
  }

  .direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
    border-left-color: #17a2b8;
  }

  .direct-chat-success .right > .direct-chat-text {
    background: #28a745;
    border-color: #28a745;
    color: #ffffff;
  }

  .direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:before {
    border-left-color: #28a745;
  }


/* *** Module Gallery *** */ 
div.gallery-carousel.owl-carousel.owl-theme {
	position: relative;
	display: none;
}

.gallery-carousel .figure .image {
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
}

.gallery-carousel .item-caption {
	position: absolute;
	top: 20%;
	right: 50px;
	z-index: 5;
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(34, 34, 34);
    margin: 0px;
    padding-left: 50px;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 18px;
    height: 200px;
    width: 500px;
    max-width: 80%;
    font-family: "Open Sans";
}

.gallery-carousel .item-caption .tp-caption {
	z-index: 8;
    background-color: rgba(0, 176, 208, 0.8);
    height: 80px;
    width: 6px;
    position: absolute;
    left: 15px;
    top: 15px;
}

/* *** Module Maps *** */ 


