* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #525252;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: blueviolet;
}

h1 {
    font-size: 2.5em;
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

main {
    text-align: center;
    padding: 100px 20px;
}

h2 {
    font-size: 3em;
    margin-bottom: 20px;
}

.cv-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.cv-button:hover {
    background-color: #45a049;
}

.cases {
    display: flex;
}
.case {
    background-color: blueviolet;
    border-radius: 15px;
    width: 400px;
    height: 300px;
    box-shadow: 1 4px 10px  rgba(0,0,0,1);
    padding: 20px;
    margin-left: 290px;
    margin-top: 200px;
}

.case2 {
    background-color: blueviolet;
    border-radius: 15px;
    width: 400px;
    height: 300px;
    box-shadow: 1 4px 10px  rgba(0,0,0,1);
    padding: 20px;
    margin-left: 100px;
    margin-top: 200px;
}



.logo img{
    width:250px;
    height: auto;
    padding : 30px; 
    position: absolute;
    bottom: 0;
    right: 0;
    top: 900px;
}

.kfc {
    width:250px;
    height: auto;
    padding : 30px; 
    position: absolute;
}

.explication {
    align-items: center;
    position: absolute;
    top: 300px;
    left: 850px;
    white-space: nowrap;
}

.liste {
    text-align: center;
}

.procedures img{
    width:250px;
    height: 200px;
    padding : 30px; 
    position: absolute;
    left: 100px;
}

.detail {
    align-items: center;
    position: absolute;
    top: 400px;
    left: 600px;
    white-space: nowrap;
}

.logo2 img{
    width:250px;
    height: auto;
    padding : 30px; 
    position: absolute;
    bottom: 0;
    right: 0;
}

.contact {
    align-items: center;
    position: absolute;
    top: 400px;
    left: 600px;
    white-space: nowrap;
}

