﻿/* This StyleSheet contains custom styles for this project */
/* Spécifique pour le format HTML & PDF */
.Titre_1
{    
    font-family: 'Century Gothic';
    font-size: 1.2em;
    margin-top: 3em;
    padding: 2px 2px 2px 2px;
    text-transform: uppercase;
}
.Titre_2
{
    font-family: 'Century Gothic';
	font-size: 1.05em;
    font-weight: demibold;
    margin-top: 2em;
    padding: 2px 2px 2px 2px;
    text-transform: uppercase;
}
.SousTitre
{
    font-family: 'Century Gothic';
    font-weight: bold;
	font-size: 1em;
}

.highSize
{
    font-size: 1.4em;
}

.Bouton
{
	text-transform: uppercase;
	font-size: 0.8em;
    font-family: 'Century Gothic';
	border-radius: 5px;
	padding: 5px 3px 2px 3px;
	white-space: nowrap;
	background-color: #FAFAFA;
	border: solid 1px #EC6608;	
	margin-right: 1px;
	margin-left: 1px;
}

.BoutonInverse
{
	text-transform: uppercase;
	color: #FAFAFA;
	font-size: 0.8em;
    font-family: 'Century Gothic';
	border-radius: 5px;
	padding: 5px 3px 2px 3px;
	white-space: nowrap;
	border: 0;	
	margin-right: 1px;
	margin-left: 1px;
}

.BoutonGris
{
	text-transform: uppercase;
	color: #555470;
	font-size: 0.8em;
    font-family: 'Century Gothic';
	border-radius: 5px;
	padding: 5px 3px 2px 3px;
	white-space: nowrap;
	background-color: #F1F1F1;
	border: solid 1px #DBDDDF;	
	margin-right: 1px;
	margin-left: 1px;
}

.Code_Surligne
{
    background-color: rgb(200,230,255);
    font-family: 'Century Gothic';
    font-size: 0.9em;
    font-style: italic;
}

.FactoryColor
{
color: #ec6608;
}
.FacilityColor
{
color: #248eb8;
}
.TransportColor
{
color: #9085be;
}
.healthcareColor
{
color: #1ba395;
}
.cityColor
{
color: #372e95;
}

.MiseEnValeur
{
    color: Black;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

.Important
{
    color: #CA1D34;
    font-weight: bold;
}

.Rouge
{
    color: #CA1D34;    
}

.Bleu
{
    color: #372E95;   
}

.Vert
{
    color: #1D895D;   
}

.BleuCiel
{
    color: #1C6BA6;   
}
.lowercase
{
    text-transform: lowercase;
}