﻿/* This StyleSheet contains custom styles for this project */
/* Couleur Bleu sombre : 372e95 */
/* Pour City NE PAS mettre la notion !important pour les valeurs */

.Titre_2{
    color: #372e95;
}

.Bouton{
    color: #372e95;
}
.BoutonInverse{
    background-color: #372e95;
}

/* surcharge de topic.css */
.i-box-note {
    border-left-color: #372e95;
}
.i-page-title,
h1, h2, h3, h4,
.i-see-also-sub-heading {
    color: #372e95;    
}
.i-section-heading {
	color: #372e95;    
}
.i-project-title {
    background-color: #372e95;
    color: #FFFFFF;
}
a:visited,
a.i-popup-link:visited {
	color: #372e95;
}
a:link,
a.i-popup-link,
a.i-popup-link:link {
 	color: #372e95;
}
ul li::before {
	color: #372e95; 
}

/* Pop-up Glossaire */
.qtip-green{
    background-color: rgba(55, 46, 149, 0.75);
    color: #fff;
    border-color: #372e95;
    font-size: 0.75rem;
}
.qtip-green .qtip-titlebar {
    background-color: rgba(55, 46, 149, 1);
    color:  #fff;
    border-color: #372e95;
}