html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
	color: #001526;
}

a {
    text-decoration: none;
    color: #001526;
}

a:hover {
    color: #666;
}




#navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
	position: sticky;
	top: 0;
	z-index: 1;
	height: 120px;
}


#logo-container {
    display: flex;
    justify-content: center;
    background-color: #001526;
    width: 100%;
    height: 90px;
}

#logo {
    height: 60px;
    margin: 10px;
}

#menu {
    background-color: #0b2238;
    display: flex;
    justify-content: center; 
    width: 100%;
    height: 30px;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

#menu a {
    color: #ccc;
    text-decoration: none;
    margin: 8px 25px; 
    padding: 0;
    font-size: 12px;
	text-transform: uppercase;
}


.section {
    padding: 200px 0px 0px;
    margin-top: -140px; 
    min-height: calc(100vh + 120px); 
    box-sizing: border-box;
}

.section:nth-child(odd) {
    background-color: #f8f9fa;
}

.section:nth-child(even) {
    background-color: #e9ecef;
}

.section h1 {
    font-size: 2.5em;
    margin-bottom: 30px;
}

.section p {
    font-size: 1.2em;
	line-height: 1.5em;
}


footer {
    background-color: #0b2238;
    text-align: center;
    padding: 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

footer p {
    font-size: 13px;
    color: #ccc;
}

footer a {
    color: #ccc;
    text-decoration: none;
}

.section-content {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
	max-width: 1200px; 
    margin: 0 auto;
	padding-right: 50px;
    padding-left: 50px;

}
.section-content2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	max-width: 1200px; 
    margin: 0 auto;
	padding-right: 50px;
    padding-left: 50px;

}

.section-text {
    flex: 1 1 60%;
    margin-right: 40px;
	text-align: justify;
}

.section-image {
    flex: 1 1 30%; 
	float: right;
    margin-left: 50px;
    margin-bottom: 20px;
    margin-top: 80px;
}

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

.section-form {
    flex: 1 1 30%; 
}

#contact-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#contact-form label {
    margin-top: 10px;
    font-weight: bold;
}

#contact-form input, #contact-form textarea {
    width: 90%;
    padding: 5px;
}

#contact-form textarea {
    height: 100px;
    resize: vertical;
}

#contact-form input[type="submit"] {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #001526;
    color: white;
    border: none;
    cursor: pointer;
}

#contact-form input[type="submit"]:hover {
    background-color: #0b2238;
}
.resultform {
           text-align: center;
        }
.legal {margin: 0 15px;line-height: 1.8em;text-decoration: none;font-size: 13px;color: color: #001526;text-align: justify}
.legaltitre {margin: 0 0 20px;font-size: 17px;font-weight: 600}



@media (max-width: 700px) {
    #logo-container {
        height: 60px;
    }

    #logo {
        height: 40px;
    }

    #menu {
        flex-direction: column;
        height: 132px;
        padding: 10px 0;
		align-items: center;
    }

    #menu a {
        margin: 10px 0;
		font-size: 14px;
    }

    .section {
        padding: 220px 5px 120px;
        margin-top: -220px; 
		margin-bottom: 100px;
        min-height: calc(100vh + 120px); 
    }

    .section-content {
         display: flex;
		flex-direction: column;
        align-items: center;
		padding-right: 5px;
   		padding-left: 5px;
	}
	    .section-content2 {
         display: block;
		flex-direction: column;
        align-items: center;
		padding-right: 5px;
   		padding-left: 5px;
	}
		

    .section-text, .section-image, .section-form {
        flex: 1 1 100%;
        text-align: center;
    }
	.section-form {
        width: 90%;
    }
	    

    .section-image, .section-form {
        order: -1; 
    }
	 .section-form {
        margin-left: 30px; 
    }
	

    .section-image {
	    margin-top: 0;
	}
		.section-image {
    flex: 1 1 30%; 
	margin-top: 110px;
	float: none;
	 margin-left: 0px;
    margin-bottom: 0px;
}

    footer p {
        font-size: 11px;
    }
	.section h1 {
    font-size: 2em;
	}
	.section p {
    font-size: 1.1em;
    line-height: 1.4em;
	}
	.section-text {
    margin-right: 0px;
}
}
