body {	
	background-color: #D5B895;
	text-align: left;
	font-size: 18px;
	}
p {
	font-family: Arial;
	color: red;
	text-align: left;
	}
h1 {
	width: 800px;
	height: 60px;
	margin: 5px auto;
	background-color: #8B4E32;
	font-family: Comic Sans MS;
	font-size: 32px;
	color: white;
	text-align: center;
	padding-top: 15px;
	border-radius: 20px;
text-align: left;
	}
h2 {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 24px;
	color: antiquewhite;

	}

a {color: blue;}
b {color: crimson;}

h3 {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 72px;
	color: antiquewhite;
	text-align: center;
	}

.portrait {
	display: block;
	margin: 25px auto;
    
	}

.cadrage {
	margin: 0px 100px;
	padding: 5px;

	}

.contributions {
	margin: 5px 0px;
	padding: 0px 10px;
	border: 3px solid crimson;
	background-color: lavenderblush;
	}
.liens {
	margin: 5px 0px;
	padding: 0px 10px;
	border: 3px solid darkslategray;
	background-color: lavender;
}
.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text {
    width: 50%;
	color: blanchedalmond;
	font-size: 60px;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.image {
    width: 40%;
    max-width: 300px; 
}
.beautiful-btn {
    background-color: #D5B895;
    color: #6B4F3F;
    border: 2px solid #8B4E32; 
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.beautiful-btn:hover {
    background-color: #6B4F3F; 
    color: #FFFFFF;
    border-color: #D5B895; 
}
.haut {
    width: 50vw;
    height: 100vh;
    margin: 0 auto;
    padding: 300px 0 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 50vh;
}

.haut .text {
    width: 45%;
    order: 1;
}

.haut .image {
    width: 45%;
    order: 2;
}

.haut .beautiful-btn {
    width: 100%;
    order: 3;
    margin-top: 20px;
    text-align: center;
	margin-bottom: 50px;
}
html {
    scroll-behavior: smooth;
}
.video { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    padding: 20px;
}
.midle{
 margin-bottom: 50vh;

}
.slider {
    .slider-container {
        width: 80%;
        margin: auto;
        position: relative;
        overflow: hidden;
    }

    .slides {
        width: 100%;
        position: relative;
    }

    .slide {
        width: 100%;
        display: none;
        text-align: center;
    }

    .slide img {
        max-width: 100%;
        height: auto;
    }

    /* Radio buttons */
    input[type="radio"] {
        display: none;
    }

    #radio1:checked ~ .slide:nth-child(2),
    #radio2:checked ~ .slide:nth-child(4) {
        display: block;
    }

    /* Navigation buttons */
    .navigation-manual {
        position: absolute;
        width: 100%;
        bottom: 20px;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .manual-btn {
        border: 2px solid #8B4E32;
        padding: 5px;
        border-radius: 10px;
        cursor: pointer;
        transition: 0.3s;
    }

    .manual-btn:hover {
        background: #8B4E32;
    }

    #radio1:checked ~ .navigation-manual .manual-btn:nth-child(1),
    #radio2:checked ~ .navigation-manual .manual-btn:nth-child(2) {
        background: #8B4E32;
    }
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.slide img {
	width: 300px;
    height: 300px; 
    object-fit: cover; 
    border-radius: 10px; /
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 16px;
    background-color: rgba(107, 79, 63, 0.8);
    color: white;
    border: none;
    border-radius: 50%;
    transition: 0.3s ease;
    z-index: 1;
}

.prev { left: 10px; }
.next { right: 10px; }
.spotify-btn {
    background-color: #1DB954;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.spotify-btn:hover {
    background-color: #1ed760;
    transform: scale(1.05);
}
#radio3:checked ~ .slide:nth-child(6),
#radio4:checked ~ .slide:nth-child(8),
#radio5:checked ~ .slide:nth-child(10) {
    display: block;
}

#radio3:checked ~ .navigation-manual .manual-btn:nth-child(3),
#radio4:checked ~ .navigation-manual .manual-btn:nth-child(4),
#radio5:checked ~ .navigation-manual .manual-btn:nth-child(5) {
    background: #8B4E32;
}