@charset "UTF-8";

body {
    margin: 0%;
    padding: 0%;
  }
        /* Menu */


.sec0-port {
    margin-top: 120px;
    height: 100%;
}



.card :hover {
    background: lawngreen;
    position: relative;
    transition: 0.8s ease;
}



.titre-Projet {
    font-size: 60px;
    color: rgb(236, 3, 3);
    text-align: center;
    border-bottom-color: rgb(250, 112, 0);
}
.souligne {
    background: red;
    height: 4px;
    width: 60px;
    margin: 0% 49.5%!important;

}

.titre{
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif, 'Times New Roman', Times, serif;
    
}
.sous-titre{
    text-align: center;
    color: rgb(100, 100, 100) ;
    font-size: 30px;
    
}