body {
    margin: 0;
    padding: 0;
    background-color: #2C3E50;
    
}

.material-symbols-outlined {
  position: relative;
  right: 0;
  right: 150px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 20px;
  padding: 3px;
  color: white;
}
a span.material-symbols-outlined:hover {
    background-color: #34495E;

}

.header {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 70px;
    background-color: #2C3E50;
}
.header h1 {
    color: #FFFFFF;}

/* PREMIERE PARTIE */

.sec-header {
    display: flex;
    justify-content: space-evenly;
    background-color: #2C3E50;
}

.projet-hobby {
    border-radius: 30px;
    padding: 8px;
    background-color: #2A2A2A;
    transition: 0.2s;
    transition:0.3s ease;
    
    
}
.projet-hobby:hover {
    color: #2A2A2A;
    background-color: #ECF0F1;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 5) ;

}
a h4.projet-hobby {
    list-style: none;
    text-decoration: none;
    color: white;

    
}
a {
    text-decoration: none;
}

.main {
    background-image: url(''); 
    background-size: cover; 
    background-position: center;
    padding: 40px;
    color: #2D2D2D; 
    box-shadow: inset 0 0 100px rgba(0,0,0,0.1);
    background-color: #ECF0F1;
    display: grid;
    justify-content: center;
    align-items: center;
    
}

.main h1 {
    color: #4A90E2; 

}
.main p {
    color: #333333; 
}

main h4.passion {
    background-color: #2C3E50;
    width: 91px;
    border-radius: 15px;
    padding: 7px;
    color: #ECF0F1;
    cursor: pointer;
    translate:0.3 ease;
    
}

main h4.passion:hover {
    background-color: #34495E;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    
}

.footer {
    background-color: #2A2A2A;
    height: 200px;
    color: white;
    list-style: none;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: column;


}

.divP1 {
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #2A2A2A;
    position: relative;
    top: 50vh;;
    color: white;
}

.Cblanc {
    color: white;
}