/*
POLICES
*/
.police_80 {
font-size: 0.8rem !important;
}
.police_100 {
font-size: 1rem !important;
}
.police_110 {
font-size: 1.1rem !important;
}
/*
DECALAGE
*/
.ecart_hauteur_70 {
padding-top: 70px !important;
}
.ecart_hauteur_140 {
padding-top: 140px !important;
}
/*
BOX
*/
.limit_box_base {
max-width: 680px !important;
}
.limit_box_base_h304 {
max-height: 304px !important;
}
.limit_box_980 {
max-width: 980px !important;
}
/*
FONDS
*/
.force_fond {
background-image: url("../images/fond-millimetre.jpg");
background-repeat: repeat;
color: #ffffff;
font-size: 1.1rem;
}
.force_fond_violet_clair {
background-color: rgba(51,51,102,0.89);
}
.force_header {
background-color: #ffffff;
border-bottom: 10px solid #f16622;
font-size: 1.3rem;
color: #133055;
/**/
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1030;
}
.force_footer {
background-color: #ffffff;
border-top: 10px solid #f16622;
font-size: 1.0rem;
color: #133055;
}
.force_novisuel {
padding-top: 120px;
padding-right: 6vw;
padding-bottom: 120px;
padding-left: 6vw;
}
.force_visuel_outils {
background-image: url('../images/outils.jpg');
background-size: cover;
background-attachment: fixed;
padding-top: 150px;
padding-right: 6vw;
padding-bottom: 150px;
padding-left: 6vw;
}
.force_visuel_agent_factom {
background-image: url('../images/agent-factom.jpg');
background-size: cover;
background-attachment: fixed;
padding-top: 150px;
padding-right: 6vw;
padding-bottom: 150px;
padding-left: 6vw;
}
/*
BOUTONS
*/
.btn-primary {
color: #fff;
background-color: #f16622 !important;
border-color: #f16622 !important;
}
.btn-secondary {
color: #fff;
background-color: #133055 !important;
border-color: #133055 !important;
}
/*
CHAMPS
*/
.champ_base {
/*border-radius: 50rem !important;*/
font-size: 1.2rem;
}
.champ_base::placeholder {
color: #f16622;
font-style: italic;
}
.champ_arrondi_demi_gauche {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border-top-left-radius: 50rem !important;
border-bottom-left-radius: 50rem !important;
}
.champ_arrondi_demi_droite {
border-top-right-radius: 50rem !important;
border-bottom-right-radius: 50rem !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
/*
IMAGES
*/
.logo {
max-height:130px;
height:auto;
}
.logo_mini {
max-height:20px;
height:auto;
}
.icone_card {
width:68px;
height: auto;
}
.photo_agent {
border: 3px solid #f16622 !important;
width: 130px;
height: auto;
}
/*
TEXTE / LIENS
*/
.lien_bleu, .lien_bleu a, .lien_bleu:hover, .lien_bleu a:hover {
color: #133055 !important;
}
.lien_bleu_vide, .lien_bleu_vide a, .lien_bleu_vide:hover, .lien_bleu_vide a:hover {
color: #133055 !important;
text-decoration: none !important;
}
.lien_orange, .lien_orange a, .lien_orange:hover, .lien_orange a:hover {
color: #f16622 !important;
}
.lien_orange_vide, .lien_orange_vide a, .lien_orange_vide:hover, .lien_orange_vide a:hover {
color: #f16622 !important;
text-decoration: none !important;
}
.lien_noir, .lien_noir a, .lien_noir:hover, .lien_noir a:hover {
color: #000000;
}
.lien_noir_vide, .lien_noir_vide a, .lien_noir_vide:hover, .lien_noir_vide a:hover {
color: #000000;
}
.lien_bleu_orange, .lien_bleu_orange a {
color: #133055;
}
.lien_bleu_orange:hover, .lien_bleu_orange a:hover {
color: #f16622 !important;
}
.lien_bleu_orange_vide, .lien_bleu_orange_vide a {
color: #133055;
text-decoration: none;
}
 .lien_bleu_orange_vide:hover,  .lien_bleu_orange_vide a:hover {
color: #f16622 !important;
text-decoration: none !important;
}
.lien_blanc, .lien_blanc a {
color: #fff;
text-decoration: none;
}
 .lien_blanc:hover,  .lien_blanc a:hover {
color: #fff !important;
}
a {
color: #ffffff;
}
.text-justify {
text-align: justify !important;
}
h4 {
font-size: 1.2rem !important;
line-height: 26.4px;
font-weight: 400;
}
h5 {
font-size: 1.1rem !important;
line-height: 26.4px;
font-weight: 400;
}