body {
margin: 0;
font-family: 'Arial', sans-serif;
background-repeat: repeat;
}

.menus-bouton {
cursor: pointer;
display: inline-block;
}

.logo {
display: flex;
align-items: center;
}

#haut-de-page {
height: 100vh;
position: relative;
overflow: hidden;
color: white;
}

#haut-de-page video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1;
transform: translate(-50%, -50%);
object-fit: cover;
}

header {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 10%;
padding: 3vh 0;
position: relative;
z-index: 1;
}

header a {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
}

h1 {
font-family: 'Poppins', sans-serif;
font-size: 50px;
font-weight: 400;
text-align: right;
line-height: 0.8;
margin-right: 20px;
}

#texte {
font-family: 'Poppins', sans-serif;
margin: 100px 10%;
text-align: right;
display: flex;
flex-direction: column;
align-items: flex-end;
}

#texte h2 {
width: 60%;
text-align: right;
font-size: 75px;
font-weight: 400;
margin-bottom: -20px;
margin-left: auto;
letter-spacing: -5px;
}

#texte p {
width: 70%;
text-align: right;
font-family: 'Public Sans', sans-serif;
font-size: 25px;
margin-bottom: 10px;
font-weight: 100;
margin-left: auto;
line-height: 2;
}

.section-info {
display: flex;
justify-content: space-between;
align-items: center;
padding: 150px 10%;
background-color: rgba(249, 249, 249, 0.3);
color: #4E4C4D;
font-family: 'Public Sans', sans-serif;
}

.section-info .text {
flex: 1;
margin-right: 20px;
text-align: right;
display: flex;
flex-direction: column;
align-items: flex-end;
}

.section-info .text h2 {
margin-bottom: 20px;
width: 80%;
margin-left: auto;
font-size: 35px;
font-weight: 400;
}

.section-info .photo {
flex: 1;
}

.section-info .photo img {
width: 90%;
height: auto;
border-radius: 20px;
}

.section-info .text a {
color: #CC8B65;
display: inline-block;
text-decoration: none;
font-size: 18px;
font-weight: 600;
transition: color 0.3s;
position: relative;
padding: 10px 20px;
border: 3px solid #CC8B65;
border-radius: 30px;
margin-top: 20px;
}

.section-info .text a:hover {
background-color: #CC8B65;
color: white;
font-weight: 400;
}

.section-info .text a:hover::after {
width: 100%;
}

/* Styles pour la section de confiance */

.trusted-section {
font-family: 'Public Sans', sans-serif;
color: #4E4C4D;
background-color: #fff;
text-align: center;
padding: 100px 10%;
}

.trusted-section h2 {
font-size: 35px;
font-weight: 400;
}

.testimonials {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.testimonial-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

.testimonial {
    background: #f9f9f9;
    border-radius: 20px;
    padding: 35px 30px;
    max-width: 470px;
    min-width: 370px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: box-shadow 0.2s;
}

.testimonial:hover {
    box-shadow: 0 8px 24px rgba(204,139,101,0.12);
}

.testimonial-text {
    font-style: italic;
    color: #4E4C4D;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.6;
}

.testimonial-author-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.testimonial-author {
    font-weight: 700;
    color: #CC8B65;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.testimonial-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

/* Styles pour la section "Pourquoi nous choisir" */

.pourquoi-nous-section {
background-color: rgba(249, 249, 249, 0.3);
text-align: center;
padding: 150px 10%;
}

.pourquoi-nous-section p {
color: #CC8B65;
font-size: 18px;
font-weight: 600;
}

.pourquoi-nous-section h2 {
font-size: 30px;
font-weight: 600;
}

.pourquoi-nous-grid {
display: flex;
justify-content: space-between;
gap: 20px;
margin-top: 20px;
}

.pourquoi-nous-column {
display: flex;
flex-direction: column;
gap: 20px;
flex: 0 0 30%;
}

.pourquoi-nous-column p {
color: #4E4C4D;
}

.pourquoi-nous-column img {
max-width: 100%;
margin-bottom: 10px;
}

.pourquoi-nous-item {
padding: 20px;
text-align: center;
}

.pourquoi-nous-item img {
max-width: 100px;
margin-bottom: 10px;
}

.pourquoi-nous-item h3 {
font-size: 24px;
font-weight: 600;
margin-bottom: 10px;
}

.pourquoi-nous-item p {
font-size: 16px;
font-weight: 400;
}

.pourquoi-nous-center {
display: flex;
justify-content: center;
align-items: center;
flex: 0 0 30%;
}

.pourquoi-nous-center img {
width:400px;
}


/* Styles pour la section dimensions */

.new-section {
background-size: cover;
background-position: center;
color: white;
text-align: center;
padding: 150px 10%;
}

.new-section h2 {
font-size: 40px;
font-weight: 600;
margin-bottom: 20px;
}

.new-section p {
font-size: 20px;
font-weight: 400;
margin-bottom: 40px;
}

.new-section .images {
display: flex;
justify-content: center;
gap: 15%;
}

.new-section .images img {
width: 10%;
border-radius: 10px;
}


/* Styles pour le carroussel-container */


.carroussel-container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 150px 10%;
color: #4E4C4D;
background-color: rgba(249, 249, 249, 0.3);
}

.carroussel-container .text {
flex: 1;
margin-right: 20px;
}

.carroussel-container .text h2 {
margin-bottom: 20px;
}

.carroussel-container .text p {
margin-bottom: 20px;
}

.carroussel-container .text a {
color: #CC8B65;
display: inline-block;
text-decoration: none;
font-size: 18px;
font-weight: 600;
transition: color 0.3s;
position: relative;
padding: 10px 20px;
border: 3px solid #CC8B65;
border-radius: 30px;
}

.carroussel-container .text a:hover {
background-color: #CC8B65;
color: white;
}

.carroussel-container .text a:hover::after {
width: 100%;
}

/* Styles pour le carroussel
*/
.carroussel {
flex: 1;
overflow: hidden;
position: relative;
margin-left: auto;
}

.carroussel-inner {
display: flex;
transition: transform 0.5s ease;
}

.carroussel-item {
min-width: 100%;
box-sizing: border-box;
transition: transform 0.5s ease;
overflow: hidden;
}

.carroussel img {
width: 100%;
height: 100%;
display: block;
transition: border-radius 0.5s ease;
}









/* Responsive styles */
@media (max-width: 768px) {

    .logo {
        margin-bottom: 20px;
    }

    .burger-menu {
        font-size: 24px;
    }

    h1 {
        font-size: 30px;
    }

    header img {
        height: 50px;
    }

    #texte h2 {
        font-size: 40px;
        width: 100%;
    }

    #texte p {
        font-size: 18px;
        width: 100%;
    }

    .section-info {
        flex-direction: column;
        padding: 50px 10%;
    }

    .section-info .photo,
    .section-info .text {
        width: 100%;
        text-align: center;
    }

    .section-info .text h2 {
        width: 100%;
    }

    .section-info .photo img {
        width: 100%;
    }

    .trusted-section,
    .pourquoi-nous-section,
    .new-section,
    .carroussel-container {
        padding: 50px 5%;
    }

    .pourquoi-nous-grid {
        flex-direction: column;
    }

    .pourquoi-nous-column,
    .pourquoi-nous-center {
        width: 100%;
    }

    .new-section .images img {
        width: 20%;
    }

    .carroussel-container {
        flex-direction: column;
    }

    .carroussel-container .text {
        margin-bottom: 20px;
    }
}

/* Tablet styles */
@media (max-width: 1024px) and (min-width: 769px) {
    .logo {
        margin-bottom: 20px;
    }

    .burger-menu {
        font-size: 28px;
    }

    h1 {
        font-size: 40px;
    }

    header img {
        height: 60px;
    }

    #texte h2 {
        font-size: 50px;
        width: 100%;
    }

    #texte p {
        font-size: 20px;
        width: 100%;
    }

    .section-info {
        flex-direction: column;
        padding: 100px 10%;
    }

    .section-info .photo,
    .section-info .text {
        width: 100%;
        text-align: center;
    }

    .section-info .text h2 {
        width: 100%;
    }

    .section-info .photo img {
        width: 100%;
    }

    .trusted-section,
    .pourquoi-nous-section,
    .new-section,
    .carroussel-container {
        padding: 100px 5%;
    }

    .pourquoi-nous-grid {
        flex-direction: column;
    }

    .pourquoi-nous-column,
    .pourquoi-nous-center {
        width: 100%;
    }

    .new-section .images img {
        width: 20%;
    }

    .carroussel-container {
        flex-direction: column;
    }

    .carroussel-container .text {
        margin-bottom: 20px;
    }
}