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

body {
    color: black;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.logo {
    height: 150px;
    margin-top: 5px;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.logo:hover {
    transform: scale(1.05);
}

.cgu {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 100px;
    margin-bottom: 75px;
}

.bloc {
    font-size: 18px;
    width: 450px;
    max-height: 400px;
    padding: 20px 20px;
}
.h1 {
    margin-bottom:50px;
}

.titre {
    text-align: left;
    font-size: 25px;
    margin-bottom: 20px;
}

.a-txt {
    color: #45f206;
    text-shadow: none;
    text-decoration: none;

}

ul {
    margin-bottom:50px;
}
li {
    margin-bottom: 15px;
    text-align: left;
}



footer {
    margin-top: 150px;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 15px;
}
.bold {
    text-decoration: none;
    font-weight: bold;
    color: black;
}
