@charset "UTF-8";
/* ========================== */
/*         Variables          */
/* ========================== */ :root {
    --font-open-sans: "Open Sans", serif;
    --font-merriweather: "Merriweather", serif;
    --color-primary: #233d98;
    --color-secondary: #666666;
    --color-text: #333333;
    --color-white: #ffffff;
    --color-green: #4a772d;
    --color-gray: #cccccc;
    --color-dark-gray: #555555;
    --color-light-gray: #f3f3f3;
}
/* ========================== */
/*         TYPOGRAPHIE         */
/* ========================== */
.open-sans {
    font-family: var(--font-open-sans);
    font-style: normal;
}
.merriweather-bold {
    font-family: var(--font-merriweather);
    font-weight: 700;
    font-style: normal;
}
.merriweather-black {
    font-family: var(--font-merriweather);
    font-weight: 900;
    font-style: normal;
}
body {
    font-family: var(--font-open-sans);
    font-weight: 400;
    margin: 0;
    padding: 0;
}
/* ========================== */
/*         HEADER             */
/* ========================== */
#mainwrapper {
    position: relative;
}
#mainwrapper header nav {
    margin: 10px 0;
    color: #333333;
}
header nav a {
    padding: 0 12px;
    color: var(--color-text);
    text-decoration: none;
}
#nav-menu {
    position: absolute; /* Position absolue pour le placer à droite */
    right: 0; /* Alignement à droite */
    top: 30px; /* Alignement en haut */
    background-color: var(--color-white); /* Fond blanc */
    padding: 10px; /* Espacement intérieur */
}
.header-image {
    height: 400px;
    background-image: url("../images/20250312_093003-pano1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#logo {
    position: absolute;
    top: 30px;
    left: 200px;
    width: 20%;
}
#mainwrapper header {
    background-color: var(--color-white);
    color: var(--color-white);
    overflow: hidden;
    text-align: right;
    font-weight: 300;
    padding-top: 100px;
}
/* Contenu du pop-up */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
/* Contenu du pop-up */
.popup {
    background: #fdc605;
    color: #333333;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    text-align: center;
    position: relative;
}
/* Bouton de fermeture */
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
}
#travaux {
    background: #fdc605;
    color: #333333;
    margin: 0px 0px 40px 0px;
    padding: 10px 0px 10px 10px;
    text-decoration: none;
    text-align: center;
    border: thin solid #eeeeee;
    width: 100%;
}
/* Menu hamburger */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}
.menu-toggle .bar {
    height: 4px;
    width: 100%;
    background-color: var(--color-text);
    border-radius: 10px;
}
/* ========================== */
/*     mainContentDebut       */
/* ========================== */
.h1grandtitre {
    font-family: var(--font-merriweather);
    font-weight: 900;
    color: var(--color-primary);
    font-size: 270%;
    text-align: left;
    margin: 20px 0;
}
.h2soustitreA {
    font-weight: 700;
    font-size: 170%;
    color: var(--color-text);
    margin: 0;
}
.h2nouveau {
    font-weight: 700;
    font-size: 130%;
    color: var(--color-text);
    margin: 0;
}
.fondtext1 {
    padding: 10px 20px;
    margin-bottom: 0;
}
#content {
    font-weight: 300;
    text-align: justify;
    width: 80%;
    color: var(--color-text);
    box-sizing: border-box;
    margin: 0 auto;
}
.obtenez {
    width: 25%;
    padding: 5px 20px 5px 20px;
    font-size: 15px;
    background-color: #CCCCCC;
    border: 0px;
    border-radius: 10px;
    text-decoration: none;
    color: #000000;
}
.obtenez:hover {
    background-color: #233D98;
    color: #ffffff;
}
.resume {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    padding: 20px;
    margin: 0 0 30px;
}
.resumeback {
    background-color: var(--color-light-gray);
    width: 30%;
    padding: 21px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.h4soustitreB {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 110%;
    padding: 0 3%;
    margin: 0 0 10px;
}
.textarticleB {
    font-size: 0.9rem;
    color: #000000;
    line-height: 1.5;
}
.h2soustitreB {
    font-family: var(--font-merriweather);
    font-weight: 400;
    color: var(--color-white);
    background-color: var(--color-secondary);
    padding: 10px 0;
    margin: 0;
    text-align: center;
}
/* ========================== */
/*     environnement          */
/* ========================== */
.h2soustitreD {
    font-family: var(--font-merriweather);
    font-weight: 400;
    font-size: 200%;
    color: var(--color-white);
    background-color: var(--color-green);
    padding: 4px 0px;
    margin: 0;
    text-align: center;
}
.sustainability {
    background-image: url("../images/happy-6747971.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 230px;
    margin: 0px;
    align-content: center;
}
.enviro {
    font-weight: 400;
    text-align: left;
    padding-left: 60%;
}
/* ========================== */
/*     produitsContent        */
/* ========================== */
#produitsmilan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 40px;
    background-color: var(--color-gray);
}
.textarticle {
    background-color: var(--color-white);
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 30%;
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
}
.textarticle img {
    border-radius: 5px;
    margin-bottom: 0;
}
.h4soustitreA {
    font-size: 1.5rem;
    color: var(--color-primary);
    margin: 10px 0 0;
}
.textarticle p {
    font-size: 85%;
    color: #000000;
    margin: 10px 0;
    line-height: 1.6;
    padding: 0 10px;
    text-align: justify;
}
.textarticle ul {
    font-size: 80%;
    color: #000000;
    margin: 10px 0;
    line-height: 1.6;
    padding: 0 30px;
    list-style-type: disc;
}
.demandeproduit {
    text-decoration: none;
    background-color: #CCCCCC;
    color: #000000;
    border-radius: 10px;
    border: 0px;
    padding: 5px 0px 5px 0px;
    display: block;
    text-align: center;
}
.demandeproduit:hover {
    background-color: #233D98;
    color: #ffffff;
}
/* ========================== */
/*     mapmonde              */
/* ========================== */
#mapmonde {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 200px;
    margin: 0;
    height: 400px;
    text-align: center;
    overflow: hidden;
}
#mapmonde::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/map-117174.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    opacity: 30%;
    z-index: 1;
}
.h4monde {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 300%;
    padding: 0 3%;
    margin: 0;
    position: relative;
    z-index: 2;
}
/* ========================== */
/*     formulaireInfo         */
/* ========================== */
.h1demandeinfo {
    font-family: var(--font-merriweather);
    font-weight: 400;
    font-size: 200%;
    color: var(--color-white);
    background-color: var(--color-primary);
    padding: 4px;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.demandeinfo {
    width: 60%;
    max-width: 700px;
    margin: 50px auto;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: var(--color-text);
}
.demandeinfo label {
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    color: var(--color-text);
    font-size: 16px;
}
.demandeinfo input, .demandeinfo textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    background-color: var(--color-white);
    border: 1px solid var(--color-dark-gray);
    border-radius: 4px;
    color: var(--color-text);
    font-size: 14px;
    box-sizing: border-box;
}
.demandeinfo textarea {
    resize: vertical;
}
.demandeinfo button {
    width: 100%;
    padding: 12px;
    background-color: #b5b5b5;
    border: none;
    border-radius: 4px;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.demandeinfo button:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}
/* ========================== */
/*     pourquoimilan         */
/* ========================== */
#pourquoi {
    display: flex;
    background-color: var(--color-white);
    justify-content: center;
    gap: 40px;
    padding: 50px 0;
    margin: 0;
    height: 60%;
}
.h2soustitreC {
    font-family: var(--font-merriweather);
    font-weight: 400;
    font-size: 200%;
    color: var(--color-white);
    background-color: var(--color-primary);
    padding: 4px 0;
    margin: 0;
    text-align: center;
}
.pourquoi {
    justify-content: center;
    align-items: center;
    color: #000000;
    width: 10%;
    text-align: center;
    padding: 20px;
}
.h1titre {
    font-family: var(--font-merriweather);
    font-weight: 900;
    color: var(--color-green);
    font-size: 350%;
    margin: 0;
}
/* ========================== */
/*    footer                 */
/* ========================== */
#footer1 {
    background-color: var(--color-gray);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    padding: 30px 0;
}
#footer2 {
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 0;
}
#footer3 {
    background-color: var(--color-text);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 20px 0;
}
.coordonnee1, .coordonnee1a, .coordonnee2 {
    width: 25%;
    text-align: center;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
}
.coordonnee1a {
    color: var(--color-primary);
}
.coordonnee1a a:hover, .coordonnee1 a:hover {
    font-weight: 700;
    color: #000000;
}
.coordonnee2 {
    color: var(--color-white);
}
.politiqueA {
    width: 80%;
    text-align: center;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    font-size: 11px;
}
/* ========================== */
/*    responsive             */
/* ========================== */
@media screen and (max-width: 1024px) {
    .popup {
        max-width: 200px;
    }
    .header-image {
        background-image: url('../images/20250312_093003-pano1.jpg');
        width: 100%;
        height: 200px;
        background-position: right;
        background-repeat: no-repeat;
    }
    #mainwrapper header {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #logo {
        position: absolute;
        left: 0;
        width: 65%;
        padding-left: 15px;
    }
    header nav {
        text-align: left;
    }
    header nav a {
        display: inline-block;
        color: var(--color-white);
        margin: 10px;
    }
    #travaux {
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 10px 0px;
    }
    .h2nouveau {
        font-size: 110%;
        padding: 0px 10px 0px 10px;
    }
    .h1grandtitre {
        font-size: 140%;
        text-align: center;
    }
	.h4soustitreB {
    font-size: 150%;
    padding: 0 3%;
    margin: 0 0 10px;
}
    .resume {
        flex-direction: column;
        align-items: center;
    }
    .resumeback {
        width: 80%;
    }
    #produitsmilan {
    display: flex;
    flex-wrap: wrap;
		align-content: center;
    padding: 10px;
}
    .textarticle {
        width: 100%;
    }
    .enviro {
        font-weight: 400;
        text-align: left;
        padding-left: 0%;
    }
    .h2soustitreD {
        font-size: 130%;
		padding: 5% 5% 05% 5%;
    }
    .h2soustitreB {
        font-size: 130%;
		padding: 5% 5% 5% 5%;
    }
    .h4soustitreA {
        font-size: 100%;
    }
    .obtenez {
        width: 100%;
    }
    .sustainability {
        background-image: none;
        height: auto;
        padding: 0% 5% 0% 5%;
        font-size: 100%;
    }
    #pourquoi {
        display: contents;
    }
    .pourquoi {
        width: auto;
        height: auto;
        padding-bottom: 40px;
    }
    .coordonnee1, .coordonnee1a, .coordonnee2 {
        width: auto;
        height: auto;
    }
    .h1demandeinfo {
        width: auto;
    }
    .h2soustitreA {
        font-size: 120%;
        padding: 10px 0px 10px 0px;
		text-align: center;
    }
    #content {
        width: 100%;
    }
    nav {
        display: none;
        width: 100%;
        text-align: center;
        background-color: var(--color-white);
    }
    #nav-menu {
        display: none;
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100%;
        background-color: var(--color-primary);
        padding-top: 60px;
        transition: left 0.3s ease-in-out;
    }
    #nav-menu.active {
        display: block;
        right: 0;
    }
    .menu-toggle {
        display: flex;
        position: absolute;
        top: 50px;
        right: 20px;
        z-index: 9999;
    }
    #mapmonde {
        padding: 0;
        margin: 0;
        height: 200px;
    }
    .h4monde {
        font-size: 150%;
        padding: 0 8%;
    }
}
@media screen and (max-width: 768px) {
    .resume {
        flex-direction: column;
    }
    .resumeback {
        width: 90%;
    }
    #produitsmilan {
        flex-direction: column;
    }
    .textarticle {
        width: 90%;
    }
    .demandeinfo {
        width: auto;
    }
    #footer1, #footer2, #footer3 {
        display: block;
        height: auto;
        padding: 30px 0;
    }
}
@media screen and (min-width: 1024px) {
    nav {
        display: flex;
        justify-content: space-evenly;
        font-size: 1.2em;
    }
    .menu-toggle {
        display: none;
    }