<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
    margin: 0;
	padding: 0;
    /*height: 100vh;*/
    
}

.navbar {
    background-color:#438ac8;
}




.col-sm-5{ 
  border: 2px solid #438ac8;
    border-radius: 6px;
    /*font-size:1.2rem;*/
}

.custom-line{
                min-height: 5rem;
                margin-top: 1rem;
  
            }

h6&gt;a:hover {
    text-decoration: none;/*le trait du dessous ne s'affiche pas*/
}
.header { 
	color: #3e64cc;
	background-color:#d9dee0;
}



.titre{
    color: #3e64cc;
    margin-top: 1rem;
    margin-bottom:1rem;
}

.table{
    margin-top: 1em;
    margin-bottom:1rem;
}



td,th,tr
{
    border: 2px solid #000;
}
/*
table&gt;thead&gt;tr{
    background-color:#aab7c4;
    border: 2px solid #000;
}*/</pre></body></html>