* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}

#main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    background: transparent;
	
}

nav {
    display: flex;
    gap: 40px;
}

nav a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    transition: color 0.3s;
}

nav a:hover {
    color: #ccc;
}

#logo img {
    height: 150px;
}

#login img {
    height: 120px;
}

header {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-image: url("route.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

header #Titre {
    font-size: 47px;
    margin-top: 575px;
    white-space: pre;
    text-transform: uppercase;
}

header #Sous-Titre {
    font-size: 17px;
    margin-top: 0px;
    white-space: pre;
}


section.abo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; 
    padding: 50px;
    margin-top: 0;
	background-color:#eaeaea;
}


.AbonnementAccueil {
    width: 300px;
    height: 500px;
    position: relative;
    z-index: 1;
    background-color:#f7f0ee ;
    border-radius: 25px;
    border: 1px solid #fff;
	display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin: 35px auto;
    padding: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.9);
}

.niv{
	text-align:center;
    margin-top: 10px;
    font-size: 25px; 
    font-weight: bold;
}

.description-abo{
	margin: 30px 0; 
    text-align: left;
}


.desc{
	font-size: 17px;
}

button {
    background: black;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 40px;
	width:250px;
	display: flex; 
    justify-content: center; 
}

.button3 {
    background: black;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 0px;
	width:250px;
}

button:hover {
    background: transparent;
    color: black;
    outline: 1px solid black;
}
#details {
    padding: 20px;
	height:670px;
}

#details h1 {
    font-size: 42px;
    white-space: pre;
    margin-left: 170px;
    margin-top: 50px;
}

.details-bis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	margin-top:50px;
	margin-left: 100px;
}

.detail {
    padding: 20px 70px;

}

.detail h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.detail p {
    font-size: 16px;
    margin-bottom: 10px;
}

.detail a {
    color: #007BFF;
    text-decoration: none;
}



footer {
    background-color: #111; 
    color: #fff; 
    padding: 40px 20px;
    font-family: 'Montserrat', sans-serif;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; 
    max-width: 1200px;
    margin: 0 auto; 
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    font-size: 14px;
    line-height: 1.6;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #444;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #888;
}
