@font-face {
    font-family: "Montserrat-bold";
    src: url(/fonts/Montserrat/static/Montserrat-Bold.ttf);
}

@font-face {
  font-family: "Montserrat-regular";
  src: url(/fonts/Montserrat/static/Montserrat-Regular.ttf);
}

@font-face {
  font-family: "Montserrat-SemiBoldItalic";
  src: url(/fonts/Montserrat/static/Montserrat-SemiBoldItalic.ttf);
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
    color: rgb(0, 0, 0);
    background: #f6e8b1;
    font-family: 'Segoe UI',Tahoma,Verdana,sans-serif;
    opacity: 0.7;
}

.nav-menu {
    width: 100%; 
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem;
    opacity: 0.85;
    background-color: #b7ca79;
}

.nav-menu img {
    height: 5vw;
    width: auto;
}

#nav-menu-sections a:hover{
    color: rgb(34, 34, 34);
    background-color: #89725B;
    border-radius: 30%;
}

#nav-menu-title{
    display: flex;
    color: black;
    margin-left: 14vw;
}

#title-menu{
    color: #89725B;
    font-size: 3.5rem;
    font-weight: 500;
    margin-top: 4vw;
}

#nav-menu-sections{
    display: flex;
    justify-content: space-evenly;
    width: 40vw;
    margin-right: 14vw;
}

#nav-menu-sections a{
    color: black;
    text-decoration: none;
	font-size: 1.5rem;
    text-decoration: underline;
}


section {
    display: flex;
}

#accroche{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    text-align: center;
    margin-top: 2vw;
    margin-left: 10vw;
    margin-right: 10vw;
    color: white;
}


#about-me {
	display: flex;
	align-items: center;
	flex-direction: column;
    margin-top: 10px;
    margin-bottom: 5vw;
}


#about-me-title{
	display: flex;
	align-self: center;
	font-size: 2.625rem;
	justify-content: center;
	color: black;
    opacity: 0.8;
}

#about-me-content{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10%;
	font-size: 1.8rem;
	text-align: center;
    margin-left: 26vw;
    margin-right: 26vw;
    opacity: 0.8;
}

#our-products-title {
    display: flex;
    justify-content: center;
    margin-top: 2vw;
    font-size: 2.625rem;
    opacity: 0.8;

}

#before-after{
    display: flex;
    justify-content: space-evenly;
    margin-inline: 8vw;
    font-size: 2rem;
    opacity: 0.7;
    font-weight: 500;
}


.section-carres {
    display: flex;
    justify-content: center;
    
}

.grille {
    display: flex;
    color: black;
    text-decoration: none;
	font-size: 1.5rem;
    gap: 10%;
    width: 100%;
    max-width: 1000px;
    justify-content: space-between;
    flex-wrap: wrap;
}



.carre {
    flex: 1 1 45%;
    aspect-ratio: 1 / 1;
    background-color: #677e52;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 20px;
    margin-bottom: 4vw;
    overflow: hidden;
}

.carre:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
}

.footer{
    display: flex;
    margin-top: 2vw;
    background-color: #b7ca79;
    align-items: center;
    justify-content: space-between;
    height: 5vw;
}

#footer-title{
	font-size:1.5rem;
	color: black;
	display: flex;
	justify-content:flex-start;
    margin-right: 2vw;
    opacity: 0.8;
}

.container-list-projects {
	display: flex;
	justify-content: space-between;
	width: 50%;
	flex-wrap: wrap;
}



.container-link-projects{
	display: flex;
	width: 20vw;
	height: 50vh;
	background-color: #4e4e4e;
	margin-right:2%;
	margin-bottom: 2%;
	border-radius: 100px;
	justify-content: flex-start;
	flex-wrap: wrap;
}



.container-link-projects img {
	align-self: flex-start;
	width: 100%;
	height: auto;
}


.contaiter-img-projects{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 10vw;
}


.container-list-footer{
	display: flex;
	justify-content: space-between;
	width: 40%;
	height: 5vh;
	margin-left: 5vw;
    align-items: center;
}


.footer-img{
    width:100%;
    height: auto;
}

.container-link-footer{
	display: flex;
	width: 8%;
	height: 90%;
	background-color: #b0cc99;
    border: 2px solid rgb(128, 128, 128);
	margin-right:2%;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
    opacity: 0.5;
}

#footer-privacy{
    text-decoration: underline;
    margin-right: 10vw;
    opacity: 0.7;
    color: black;
    text-decoration: none;
	font-size: 1.5rem;
    text-decoration: underline;
}


#footer-privacy2{
    text-decoration: underline;
    opacity: 0.7;
    color: black;
    text-decoration: none;
	font-size: 1.5rem;
    text-decoration: underline;
}




.container-link-footer:hover{
	background-color:  #677e52;;
}



#burger-menu {
    position: fixed;
    top: 0;
    right: -400px; 
    width: 400px;
    height: 100vh;
    background: linear-gradient(145deg, #89725B, #6b5643);
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    padding: 0;
}

#burger-menu.active {
    right: 0; 
}

.burger-header {
    background: #b7ca79;
    padding: 30px;
    text-align: center;
    border-bottom: 2px solid #89725B;
}

.burger-header h2 {
    margin: 0;
    color: black;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.75;
}

.burger-content {
    flex: 1;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
}


.additional-links {
    margin-top: 25px;
    text-align: center;
}


.link-text {
    color: #f6e8b1;
    font-size: 0.95rem;
    margin: 12px 0;
    opacity: 0.9;
}


.link-style {
    color: #b7ca79;
    text-decoration: underline;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.link-style:hover {
    color: #f6e8b1;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(183, 202, 121, 0.5);
}



.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    color: #f6e8b1;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.form-group input {
    padding: 15px;
    border: none;
    border-radius: 8px;
    background: rgba(246, 232, 177, 0.9);
    color: #371d6b;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus {
    outline: none;
    background: #f6e8b1;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.form-group input::placeholder {
    color: #89725B;
    opacity: 0.7;
}

.login-btn {
    background: #B7CA79;
    color: rgb(0, 0, 0);
    border: none;
    padding: 18px 30px;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
}

.login-btn:hover {
    background: #B7CA79;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: black;
    font-size: 2rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: rgba(55, 29, 107, 0.1);
    transform: rotate(90deg);
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

#overlay.active {
    opacity: 1;
    visibility: visible;
}

form{
    background: #fff;
    padding: 24px;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px;
    width: 100%;
    max-width: 400px;
}

h2{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    color: #000000;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

li{
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

label{
    margin-bottom: 6px;
    font-weight: bold;
    color: #555;
}

input, textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

input:focus, textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}

textarea {
  resize: vertical;
  min-height: 100px;
}

button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

button:hover {
  background: #1d4ed8;
}


#form-contact {
    margin-bottom: 8vw;
}


#terms {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-inline: 10vw;
}

#legal-mention {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 7vw;
    margin-bottom: 6vw;
}

@media screen and (max-width: 480px) {
    .nav-menu img {
        height: 100px;
    }
    
    #title-menu {
        font-size: 1.8rem;
    }
    
    #nav-menu-sections {
        flex-direction: column;
        width: 90vw;
        gap: 10px;
        text-align: center;
    }
    
    #nav-menu-sections a {
        font-size: 1rem;
        padding: 5px;
    }
    
    #accroche {
        font-size: 1.5rem;
        margin-left: 3vw;
        margin-right: 3vw;
    }
    
    #about-me-title {
        font-size: 1.5rem;
    }
    
    #about-me-content {
        margin-left: 5vw;
        margin-right: 5vw;
        font-size: 1.1rem;
    }
    
    #our-products-title {
        font-size: 1.5rem;
    }
    
    #before-after {
        font-size: 1.2rem;
        margin-inline: 3vw;
    }
    
    .footer {
        flex-direction: column;
        height: auto;
        padding: 15px 10px;
        gap: 12px;
        align-items: center;
    }
    
    .container-list-footer {
        width: 100%;
        margin: 0;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    #footer-title {
        font-size: 0.75rem;
        text-align: center;
        margin: 0;
        order: 1;
    }
    
    #footer-title p {
        margin: 5px 0;
    }
    
    .container-list-footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 15px;
        width: 100%;
        order: 2;
    }
    
    .container-link-footer {
        width: 45px;
        height: 45px;
        margin: 0;
        flex-shrink: 0;
    }
    
    #footer-privacy, #footer-privacy2 {
        font-size: 0.7rem;
        margin: 5px 10px;
        text-align: center;
        order: 3;
    }
    
    .burger-header h2 {
        font-size: 1.5rem;
    }
    
    .form-group label {
        font-size: 1rem;
    }
    
    .login-btn {
        font-size: 1rem;
        padding: 15px 20px;
    }
    
    form {
        margin: 10px auto;
        padding: 15px;
        align-items: center;
        width: 100%;
        max-width: 250px;
        border-radius: 12px;
    }
    
    h2 {
        font-size: 1.3rem;
    }
    
    #terms, #legal-mention {
        margin-inline: 5vw;
    }

}
