body{
    background-color: rgb(143, 142, 142);
}

.logo1{
    display: flex;
   margin: auto;
   height: 300px;
   border-radius: 15px;
        }
a:link, a:visited{
    color: white;
    text-decoration: none;
}
.plus{
    text-align: center;
    background-color: black;
    border-radius: 5px;
    margin-right: 1150px;  
    border: 1px white solid;
    margin-top: 2px;
}

.intro{
    background: linear-gradient(90deg,white, rgb(104, 104, 231));
    border-radius: 15px;
    border: 2px black solid;
    margin-top: 5px;
    margin-bottom: 5px;
    
}
.debut{
    width: 100%;
    display: flex;
    margin: auto;
    border: 2px black solid;
    border-radius: 15px;
    margin-top: 5px;
}
.titre{
    text-align: center;
    color: blue;
    
    } 

h2{
    text-align: center;
    color: blue;
}

.arrierePlan{
    display: flex;
    background-image : url(photoPrintVisual/serieImprimantes.jpg) ;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 2px black solid;
}

.projet{
    text-align: center;
    font-size: 30px;
   color: rgb(18, 9, 70);
   padding-left: 15%;
   padding-right: 15%;
   background-color: rgba(255, 255, 255, 0.6);
   border-radius: 20px;
   
}
.droit_image{
    background-color: black;
    border-radius: 5px;
    color: white;
    border: 2px white solid;
    text-align: center;
    margin-right: 1150px;
}
