﻿@import "Commun_qn.css?revintra=21089";
.texte_couleur_principale_QN {
    color: #AE0917 !important;
}
	
.bouton_principal_QN {
    background: #004C89;
}

.bouton_principal_QN:hover, .bouton_principal_QN:active {
    border: 2px solid #004C89;
    background: whitesmoke;
    color: #004C89;
}

.bouton_principal_QN:hover {
    box-shadow: 0px 8px 4px -4px rgba(38, 56, 71, 0.5);
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
}

.bouton_principal_QN:focus-within, .bouton_secondaire_QN:focus-within {
    box-shadow: 0px 0px 12px #004C89;
}

.bouton_secondaire_QN {
    border: 2px solid #004C89;
    background-color: #FFFFFF;
    background: #FFFFFF;
    color: #004C89;
}

.bouton_secondaire_QN:hover, .bouton_secondaire_QN:active {
    border: 2px solid #004C89;
    background-color: #FFFFFF;
    color: #004c89;
}

.bouton_secondaire_QN:hover {
    box-shadow: 0px 8px 4px -4px rgba(38, 56, 71, 0.5);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.lien_principal_QN, .lien_principal_QN:visited {
    color: #004C89 !important;
}

.lien_principal_QN:hover {
    color: #004C89 !important;
}

.lien_principal_QN:focus {
    background-color: rgba(0,76,138, 0.1) !important;
}