/*

    Feuille de style générale globale

    Chemin : C:\wamp64\www\SamForm\data\style\design.css
    
*/





/* ************************************************* BASE ************************************************* */





html
{
	overflow-y: scroll;
}

body
{
	font-family: Arial, sans-serif;
}

input, label
{
	font-family: Arial, sans-serif;
}

footer
{
	font-family: Arial, sans-serif;
	font-style: italic;
}

a
{
	color: #0000FF;
}

h2, h3
{
	margin-top: 40px;
}

.charmed
{
	font-family: Arial, sans-serif;
}

.nocharmed
{
	font-family: Arial, sans-serif;
}

.btn-couleur
{
    background-color: #0000FF;
    color: #F2EDDA;
}

.btn-couleur:hover
{
    background-color: #0000FF;
    color: #F2EDDA;
}

.btn-couleur:focus
{
    background-color: #0000FF;
    color: #F2EDDA;
}

.card-rose
{
	background-color: #538FF1;
}

.page-title
{
	font-family: Arial, sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	text-decoration: underline;
	text-decoration-color: #000000;
	text-decoration-thickness: 4px;
}

.btn-fake
{
	padding: 0.5rem 1rem;
	border-radius: 0.375rem;
	display: inline-block;
}

