@import url("../custom/param.css");

@import url("../custom/styleSpecifique.css");

@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* @font-face {
    font-family: 'Acumin Variable Conceptzs';
    src: url('/siteWeb/fonts/Acumin\ VF\ Default.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;f
}

*/

:root {
    --header-height: 7.5rem;
    --footer-download-section-height: 9.5rem;
    --black-color-light: hsl(220, 24%, 15%);
    --param_couleur_accent: var(--param_couleur2);
    --param_couleur_hover1: #10647b;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* font-size: 50.5%; */
}

body {
    font-size: 1.4em;
    display: flex;
    flex-direction: column;
    flex: 1;
}

main {
    flex: 1;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1420px;
    /* margin-inline: 1.5rem; */
}

h2 {
    padding:30px;line-height: 1;text-align:center;font-size:25pt;font-family:Open Sans
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
/* For large devices */
@media screen and (min-width: 1118px) {
    .container {
        margin-inline: auto;
    }

}

section.section {
    padding: 2.8rem 5.4rem;
}

section.section--fond {
    background-color: var(--param_couleur3);
}

.home-page-subtitle {
    font-family: "Source Serif 4", serif;
    font-weight: 500;
    font-style: italic;
    font-size: clamp(3.1rem, 4.6vw, 4.6rem);
    text-align: center;
    color: var(--param_couleur1);
}

.patrimoine-page-text {
    color: var(--param_couleurTexte1);
    margin-top: 1.4rem;
    padding: 5px 0;
    font-size: clamp(2rem, 2.5vw, 2.5rem);
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    max-width: 1420px;
}

.ol-attribution {
    font-size: 11px;
}

@media screen and (max-width: 830px) {
    section.section {
        padding: 2.8rem 3.4rem;
    }

}

@media screen and (max-width: 540px) {
    section.section {
        padding: 2.8rem 2rem;
    }

}

.icone {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    flex-shrink: 0;
}

.icone--sm {
    font-size: 0.875em;
}

.icone--lg {
    font-size: 1.25em;
}

.icone--2x {
    font-size: 2em;
}

.icone--3x {
    font-size: 3em;
}

