body 
{
margin : 0;
font-family: Arial, sans-serif;
}

header 
{
    
    background: #f2f2f2;
    padding: 20px;
    width:100vw;
    display:grid;
    grid-template-columns: 75vw 25vw;
    grid-template-rows: auto;
}


div#carte img {
     width:330px;
}

.nav a 
{
    margin-right: 15px;
    text-decoration: none;
    color: black;
    text-align: center;
}

.stats {
    display: flex;
    justify-content: space-around;
    background: #eee;
    padding: 30px 0;
    text-align: center;
}

.stat img {
    width: 40px;
    margin-bottom: 10px;
}

.number {
    font-size: 32px;   
    font-weight: bold;
    margin: 5px 0;
}


.domaines
{
    padding: 30px;
}

.grid 
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card {
    border: 1px solid black;
    padding: 30px;
    font-size: 20px;
    text-decoration: none;
    background: white;
    transition: 0.2s;
    min-height: 80px; 
    display: flex;
    align-items: center;    
    justify-content: center;
    background: #044663 ;
}

.card:hover {
    background: #0E0E54;
    transform: scale(1.03); 
}

.grid div
{
    border: 1px solid black;
    padding: 15px;
    text-align: center;
}

.financement {
    text-align: center;
    padding: 40px;
}

.financement button {
    padding: 10px 20px;
}

.visite {
    text-align: center;
    padding: 30px;
}

footer {
    background: #ddd;
    padding: 20px;
    text-align: center;
}

.socials span 
{
    margin: 0 10px;
}

.menu {
    display: flex;
    justify-content: center; 
    margin-top: 15px;
    background-color: #044663;
    padding: 35px 0;   
    width: 100%;
    gap: 30px;
}

.menu a {
    font-size: 18px;            
    font-weight: bold;
    text-decoration: none;
    color: white;
    
}

.menu a:hover {
    color: #090B94;    
}

h1
{
    color: #090B94; 
    font-size : 80px; 
    margin-bottom: 0;
}

.stat img
{
    width: 150px;
    height: 100px;
}

.card 
{
    color : white;
    
}

section
{
	color: black;
}
p
{
    font-size : 25px;
}
.logo
{
    display: flex;
    justify-content: space-between; 
    align-items: center;            
    padding: 20px 40px;
}
.info p
{
    font-size : 18px;
}
.autres 
{
    grid-column: 2 / 3; 
}
.accroche
{
    grid-column: 1 / -1;     
    text-align: center;      
    font-size: 22px;
    font-weight: 500;
    margin-top: -10px;
    color: #090B94;
    font-size : 20px;
    font-weight: 600;
}
.info4
{ 
    font-size : 16px;
    margin-top: -5px
}