*{
    background: #a54e46;
    
    font-family: system-ui;
}
body{
    width: 90%;
    min-height: 120px;
    border: 2px rgb(255, 0, 0) solid;
    border-radius: 10px;
    margin: 5% auto;
}
.main{
    color: white;
}
header{
    border: 2px rgb(255, 0, 0) solid;
    border-radius: 10px;
    min-height: 50px;
}
.entete{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#titre{
    color: white;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    border: 0;
}
#bdr1, #bdr2{
   width: 47%;
   margin: 0 auto;
   border: 0;
}
#bdr1{
    margin-left: 26.5%;
}
.zoom {
    transition: transform .2s;
    width: 20%;
    min-height: 200px;
    margin: 0 auto;
    border-radius: 15px;
}
  
.zoom:hover {
    transform: scale(2);
}
.zoom1 {
    transition: transform .2s;
    width: 20%;
    min-height: 200px;
    margin: 0 auto;
    border-radius: 15px;
}
  
.zoom1:hover {
    transform: scale(2.7);
}
.flex{
    display: flex;
    width: 90%;
    justify-content: center;
    margin: 5px auto;
    bottom: none;
    align-content: center;
}

header,h4{
    margin: 10px;
    font-size: medium;
    color: white;
    text-align: justify;
}
.middle{
    margin: 20px;
    width: 50%;
    height: 250px;
    margin: 0 auto;
    background-color: white;
}
#imgprincipale{
    width: 90%;
}
#image{
    height: 15%;
    width: 90%;
    margin: 5px 5% 5px 5%;
}
.bdp{
    width: 95%;
    color: white;
    margin: 5px auto;
}
.h2{
    font-size: medium;
    color: white;
    margin-top: 15px;
}
.box, .box1, .box2{
    width: 25%;
    height: 250px;
}
.box3, p{
    font-size: small;
}
.box, p{
    font-size: 2em;
}
.lien {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 0.7em 2em;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
}
.lien:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: rgb(255, 255, 255);
    z-index: -1;
} 
.lien:hover, button:focus {
    color: rgb(0, 0, 0);
}
.lien:hover:before, button:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.lien:active {
    transform: scale(0.9);
}
.description{
    padding: 5px;
    margin: 0 auto;
    border: white solid 1px;
    border-radius: 10px;
    color: white;
    font-size: 1.4em;
    text-decoration: underline;
}
.bordure{
    border: 3px white solid;
    padding: 2px;
    width: 50%;
    border-radius: 15px;
    margin: 0 auto;
}
#imgouvrage{
    margin: 0 auto;
    width: 30%;
    min-height: 100px;
}
.body3{
    display: flex;
    justify-content: space-around;
}
.box3, .box4, .box5{
    width: 25%;
    min-height: 250px;
    color: white;
    border: 0;
}
.imgalbanais{
    display: flex;
    align-items: center;
}
h4{
    font-weight: normal;
}
.container{
    display: grid;
    gap: 5px;
    justify-items: center;
    align-content: space-around;
    grid-template-columns: 50% 50%;
}
.container> div{
    width: 100%;
}
.soutitres{
    font-size: larger;
    color: white;
}
footer{
    width: 100%;
    height: 100px;
    margin-top: 10px;
}
.footer{
    color: white;
}

border: 1px rgb(132, 0, 255) solid;