<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
*{
   Margin:0;
   padding:0; 
   box-sizing: border-box;
   font-family:"poppins", sans-serif
}
body{ min-height: auto;
		background-color:rgb(210, 213, 216);
		padding:0 5%;
}
.K1{
    margin:0;
    padding:0;
    size:5px;
    color:#4c2f2f;
    position:end_lin;
}
header{
    padding: 5px 8%;
}
section{
    padding:70px 8%
}
Header{
    Display:flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.logo{
    display:grid;
    grid-template-columns:1fr 1fr 1fr ;
    gap:50px;
    align-content: center;
}
.logo1{
    font-family: 'poppins';
    font-size:50px;
    font-weight: bold;
    text-align: center;
    color:#140d9e;
    margin-left: 350px;
    align-items: center;
}
.souslogo{
    width: 90%;
    padding-bottom :10px; 
    font-family: 'poppins';
    font-size:20px;
    font-weight: bold;
    text-align: center;
    margin-left: 200px;
    color:#140d9e;
}
.contener{
    display:grid;
    grid-template-columns: 180px 180px 180px 180px 180px;
    gap:30px;
    margin-left: 120px;
    text-align: center;

}
.contener .btn1{
    text-decoration: none ;
    color:#233bb399;
    transition: 0.5s;
    font-size: 20px;
}
.contener .btn1:hover{
    background-color: bisque;
    padding:15px;
    color:black;
    font-weight: bold;
    border-radius: 20px;
}
.contener .btn2{
    text-decoration: none ;
    color:#233bb399;
    transition: 0.5s;
    font-size: 20px;
}
.contener .btn2:hover{
    background-color: bisque;
    padding:15px;
    color:black;
    font-weight: bold;
    border-radius: 20px;
}
.contener .btn3{
    text-decoration: none ;
    color:#233bb399;
    transition: 0.5s;
    font-size: 20px;
}
.contener .btn3:hover{
    background-color: bisque;
    padding:15px;
    color:black;
    font-weight: bold;
    border-radius: 20px;
}
.contener .btn4{
    text-decoration: none ;
    color:#233bb399;
    transition: 0.5s;
    font-size: 20px;
}
.contener .btn4:hover{
    background-color: bisque;
    padding:15px;
    color:black;
    font-weight: bold;
    border-radius: 20px;
}
.contener .btn5{
    text-decoration: none ;
    color:#233bb399;
    transition: 0.5s;
    font-size: 20px;
}
.contener .btn5:hover{
    background-color: bisque;
    padding:15px;
    color:black;
    font-weight: bold;
    border-radius: 20px;
}
.home-section{
    grid:1fr 1fr;
    display:flex;
    justify-content:center;
    cursor:pointer;
    width: 100%;
    height: 300px;
}
.home-section .left{
    position:relative;
    object-fit: cover;
    width: 80%;
    height: 400px;
}
.home-section .left img{
    position: absolute;
}
.home-section .left-image-1{
    height: 180px;
    width:550px;
    transition:0.5s;
    border: 8px solid #fff;
    border-radius: 2rem;
}
.home-section .left-image-1:hover{
    transform: scale(1.4);
}
.home-section .left-image-2{
    height: 200px;
    width:330px;
    top:170px;
    left:280px;
    transition:0.5s;
    border: 8px solid #fff;
    border-radius: 2rem;
}
.home-section .left-image-2:hover{
    transform: scale(1.4);
}
.home-section .left-image-3{
    height: 200px;
    width:200px;
    top:160px;
    left:40px;
    transition:0.5s;
    border: 8px solid #fff;
    border-radius: 2rem;
}
.home-section .left-image-3:hover{
    transform: scale(1.4);   
}
.home-section .right:{
    margin-left:1px;
    width:100%;
    height: auto;
    display:flex;
}
.home-section .right .texte1 {
    color:#600a0a;
    font-weight:bold;
    font-size: xx-large;
}
.home-section .right .texte2 {
    color:#0e145c;
    font-weight:bold;
    font-size:x-large;
}