/*
Theme Name: AIWO-CAN 2025
Theme Author: Djiwi Leon Michael
*/

:root{
    --black: #11211A;
    --dark:#006254;
    --soft-grey:#f3f3f3;
    --soft-black:#B4B4B4;
    --light-green : #6FBC85;
    --white: #EFFAEF;
    --accent: #F07800;
    --contour: 2pt;
}

*, 
*:after, 
*:before {
    box-sizing: border-box;
    transition: .3s ease-in-out;
    font-family: inherit;
    width: auto;
    height: auto;
    position: relative;
}

::placeholder {
    opacity: .45;
    font-style: italic;
}

.talc {
    text-align: center;
}

img.fill {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

img.fit {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.no {
    display: none !important;
}

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


h1, h2, h3, h4 {
    font-family: "boldfinger";
    font-weight: 100;
}

h1, h2, h3, h4, h5, h6, h7 {
    font-weight: 100;
    margin: 0;
    line-height: 1.2;
}
h1 {
    font-size: 5em;
}
h2 {
    font-size: 4em;
    line-height: 1;
}

h2 span {
    display: block;
    font-size: 62.5%;
}

h3 {
    font-size: 3em;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: xx-large;
    margin: 0 0 1vmax;
}

h6 {
    font-size: 2em;
}

h7 {
    font-weight: 800;
    font-size: large;
}

p {
    line-height: 1.2;
}

a {
    text-decoration: none;
}

*[class*="flex"] {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.all-cen {
    align-items: center;
    justify-content: center;
}

.a-end {
    align-items: flex-end;
}

.a-cen {
    align-items: center;
}

.a-nor {
    align-items: normal;
}

.jst-sb {
    justify-content: space-between;
}

.jst-cen {
    justify-content: center;
}

.jst-end {
    justify-content: end;
}


/*  Grid Parametres  */

*[class*="grid"] {
    display: grid;
}

.v-col {
    grid-template-columns: repeat(5, 1fr);
}

.iv-col {
    grid-template-columns: repeat(4, 1fr);
}

.iii-col {
    grid-template-columns: repeat(3, 1fr);
}

.ii-col {
    grid-template-columns: repeat(2, 1fr);
}

.span-all {
    grid-column: 1 / -1;
}
.span-ii {
    grid-column: span 2;
}
.span-iii {
    grid-column: span 3;
}
.span-iv {
    grid-column: span 4;
}
.span-v {
    grid-column: span 5;
}
.span-vi {
    grid-column: span 6;
}


button {
    cursor: pointer;
    border:none;
}

.gpone {
    gap: 1vmax;
}

.gptwo {
    gap: 2vmax;
}

.gpthree {
    gap: 4vmax;
}

.gpfour {
    gap: 7vmax;
}

.bg-dk {
    background: var(--dark);
    color: var(--white);
    border: solid var(--contour) var(--dark);
}
a.bg-dk:hover,
button.bg-dk:hover,
a.bg-dk:focus,
button.bg-dk:focus {
    background: var(--accent);
    color: var(--white);
    border: solid var(--contour) var(--accent);
}

.bg-blk {
    background: var(--black);
    color: var(--white);
    border: solid var(--contour) var(--black);
}
a.bg-blk:hover,
a.bg-blk:focus,
button.bg-blk:focus,
button.bg-blk:hover {
    background: var(--accent);
    color: var(--black);
    border: solid var(--contour) var(--accent);
}

.bg-wh {
    background: var(--white);
    color: var(--black);
    border: solid var(--contour) var(--white);
}
a.bg-wh:hover,
a.bg-wh:focus,
button.bg-wh:focus,
button.bg-wh:hover {
    background: var(--light-green);
    color: var(--black);
    border: solid var(--contour) var(--light-green);
}

.bg-dim {
    background: var(--light-green);
    color: var(--black);
    border: solid var(--contour) var(--light-green);
}

.bg-off {
    background: #d9d9d9;
    color: var(--black);
    border: solid var(--contour) #d9d9d9;
}
button.bg-off:hover {
    background: var(--light-green);
    color: var(--white);
    border: solid var(--contour) var(--light-green);
}


.cl-dk {
    color: var(--dark);
}
.cl-blk {
    color: var(--black);
}
.cl-wh {
    color: var(--white);
}
.cl-dim {
    color: var(--light-green);
}
.cl-acc {
    color: var(--accent);
}

*[class*="-sh"] {
    box-shadow: 0.25vmin .35vmin .75vmin rgba(0 0 0 / .15);
}

*[class^="butt-link"] {
    width: fit-content;
    white-space: nowrap;
    border-radius: 50em;
    font-weight: 600;
    text-transform: capitalize;
    padding: 1.5vmin 2vmax;
    display: inline-flex;
}

a[class*="bord"],
button[class*="bord"] {
    color: var(--dark);
    background: transparent;
    border: solid var(--contour);
    font-weight: 700;
}
*[class*="bord-wh"] {
    color: var(--white);
}

a[class*="bord"]:hover,
a[class*="bord"]:focus,
button[class*="bord"]:hover,
button[class*="bord"]:focus {
    color: var(--accent);
}

.butt-link-main img {
    display: inline-block;
    margin: 0 0 0 5%;
    vertical-align: middle;
    height: 2vmin;
}

button[class^="butt-link"],.title-tag {
    padding: 2vmin 2vmax;
    width: max-content;
}

.title-tag {
    font-weight: 800;
}

/*      Font Sizes      */

section#home-management main p,
section[id*="home-hand"] p,
section#CTA header main p,
nav#intro-main-button a footer p,
footer#footer nav button,
footer#footer header div aside p {
    font-size: large;
}


main#temo-act article h5,
.font-xxxl {
    font-size: 3rem;
    font-size: xxx-large;
}

.font-xxl,
a[class*="article-title"] {
    font-size: xx-large;
}

.font-xl,
section#home-management main ul,
section[id*="home-hand"] ul,
section#CTA > nav article main p,
a.article-title-min  {
    font-size: x-large;
}

.font-l, 
.title-tag,
section#header-lang a,
section#CTA > nav article main a,
footer#footer header form input,
a[class^="butt-link"],
button[class^="butt-link"],
.about-us-body p  {
    font-size: large;
}

.font-m,
header#header nav#header-menu div,
footer#footer header div form button,
section#header-CTA button,
a[class^="butt-link"] {
    font-size : medium;
}

.font-s, 
p.excerpt-min,
div#home-articles article main header * {
    font-size: small;
}

.font-sm,
div#home-articles article main footer * {
    font-size: smaller;
}

.font-ss {
    font-size: small;
}



html body {
    background: white;
    font-family: 'league spartan', 'outfit', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: var(--black);
}

.cont-wide {
    width: 90%;
    margin: 10vh auto;
}

.cont-mi-wide {
    width: 80%;
    margin: 10vh auto;
}

.cont-si-wide {
    width: 70%;
    margin: 10vh auto;
}

.cont-med {
    width: 60%;
    margin: 10vh auto;
}


/*  Header  */

header#header {
    width: 100%;
    padding: 5vh 5%;
    position: sticky;
    background: #FFFFFF99;
    backdrop-filter: blur(2vmax);
    z-index: 999999;
}
a#home-logo img {
    height: 10vh;
}

header#header main ul > * {
    font-weight: 600;
}

header#header li:after {
    content: "";
    aspect-ratio: 1;
    margin: 0 2vmax 0 .5vmax;
    width: .85vmin;
    border-top: solid .65pt;
    display: inline-block;
    rotate: 45deg;
    border-right: solid .65pt;
    vertical-align: middle;
}
header#header li:hover:after {
    rotate: 135deg;
    transform: translateY(50%);
    margin: 0 1.5vmax 0 1vmax;
}

header#header ul a {
    color: var(--dark);
}
header#header ul a:hover {
    color: var(--accent);
}

header#header li nav {
    position: absolute;
    top: 100%;
    padding: 0;
    white-space: nowrap;
    max-height: 0;
    overflow: hidden;
}
header#header li:hover nav {
    max-height: 30vh;
    transition: .6s ease-out;
    padding: 1vmax;
    background: #FFFFFFCC;
    border-radius: 1em;
}

header#header aside nav a {
    font-weight: 700;
    color: var(--dark);
}
header#header aside nav a.actif {
    color: var(--light-green);
    margin: 0 1vmax;
}

/*  Footer  */

footer#footer {
    padding: 10vh 5%;
}

footer#footer nav li a, 
footer#footer footer a {
    padding: 1vmin 0 0 1vmin;
    color: inherit;
}

footer#footer nav li a:hover, 
footer#footer footer a:hover {
    color: var(--accent);
}

footer#footer footer img {
    height: 2vmin;
}
footer#footer footer hr {
    margin: 2em 0;
}



main#footer-newsletter {
    border-radius: 2vmax;
    padding: 2vmax;
    height: fit-content;
}
main#footer-newsletter h3 {
    font-size: 3em;
}
main#footer-newsletter form {
    gap: .5vmax;
}
main#footer-newsletter form input {
    border: none;
    padding: 1vmax;
    width: 30vw;
    border-radius: 1vmin;
}
main#footer-newsletter form button {
    margin: 0;
}


/*  Home-Intro  */

div#intro-img {
    border-radius: 3em;
    overflow: hidden;
    aspect-ratio: 5 / 2;
    width: 50%;
}

section#home-intro h2 {
    text-align: right;
    width: 50%;
    margin-bottom: .65em;
}

section#home-intro > nav > div > a > div > img {
    filter: grayscale(1) contrast(0.25) brightness(1.75);
    scale: 1.2;
}
section#home-intro > nav > div > a:hover > div > img {
    filter: grayscale(0) contrast(1) brightness(1);
    scale: 1;
}

section#home-intro > nav > div > a > div {
    flex-grow: 1;
    border-radius: 15vmax 15vmax 0 0;
    overflow: hidden;
    aspect-ratio: 3 / 2;
}

section#home-intro > nav > div > a {
    width: 100%;
}
section#home-intro > nav > aside > a {
    height: fit-content;
}
section#home-intro > nav > aside > div {
    border-radius: 3em;
    overflow: hidden;
    height: 65%;
}
section#home-intro > nav > div {
    flex-grow: 1;
}
section#home-intro > nav > aside {
    width: 25%;
    gap: .5vmax;
    justify-content: end;
    display: none;
    flex-shrink: 0;
}
section#home-intro > nav > div > a > footer {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: .5vmax auto 0;
    gap: 2vmax;
}
section#home-intro > nav > div > a {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    color: var(--dark);
    transform: translateY(60%);
    opacity: 0;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
section#home-intro > nav > div.on > a {
    transform: translateY(0);
    opacity: 1;
}

section#home-intro > nav > div.on > a:nth-child(2) {
    transition-delay: .25s;
}
section#home-intro > nav > div.on > a:nth-child(3) {
    transition-delay: .5s;
}

section#home-intro > nav > div > a:hover > footer {
    gap: 1vmax;
}
section#home-intro > nav > div > a:hover {
    color: var(--accent);
}



section#home-intro > article > aside {
    width: 30%;
    padding: 1.5vmax 0;
}
section#home-intro > article > main {
    width: 70%;
    height: 50vh;
    overflow: hidden;
    border-radius: 3em;
}
.article-thumbnail {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.article-thumbnail.actif {
    width: 100%;
}

.carousel {
    display: flex;
    gap: 1.5vmin;
}
.carousel div {
    aspect-ratio: 1;
    height: 1.5vmin;
    background: var(--black);
    border-radius: 2vmax;
    cursor: pointer;
}
.carousel div:hover {
    background: var(--accent);
}
.carousel div.actif {
    background: var(--dark);
    aspect-ratio: 3;
}


.article-text {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    filter: blur(.5em);
    display: block;
    cursor: pointer;
    color: inherit;
}

.article-text.actif {
    max-height: 40vh;
    opacity: 1;
    filter: blur(0px);
}
.article-text h5 {
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
}
.article-text i {
    color: var(--white);
    font-weight: 600;
    background: var(--black);
    padding: 1.25vmin 1.75vmin;
    border-radius: 5em;
    line-height: .8;
    font-size: 80%;
    display: block;
    width: fit-content;
}
.article-text p {
    margin: 1vmax 0 0;
    font-size: 90%;
    width: 90%;
}
.article-text:hover h5 {
    color: var(--accent);
}


/*  Focus Area  */

section#home-focus ul li strong {
    width: 80%;
}
section#home-focus ul {
    gap: 3vmax 4vmax;
}
section#home-focus > *,
section#home-org > * {
    width: 50%;
}
section#home-focus ul li {
    font-size: 1.35em;
}
section#home-focus ul li img {
    height: 3vh;
    display: block;
    margin: 0 0 3vh 0;
}

section#home-focus aside,
section#home-org aside {
    align-self: normal;
}
section#home-focus aside img, 
section#home-org aside img {
    position: absolute;
    right: 0;
    width: 50vw;
    top: 50%;
}
section#home-focus aside img {
    transform: translateY(-50%) rotate(-45deg) translateX(-50%);
    opacity: 0;
    transition-timing-function: cubic-bezier(0, 0.7, 0.85, 1);
}
section#home-org aside img {
    transform: translateY(-50%) rotate(45deg) translateX(50%);
    opacity: 0;
    transition-timing-function: cubic-bezier(0, 0.7, 0.85, 1);
}
section#home-focus.on aside img, 
section#home-org.on aside img {
    transform: translateY(-50%) rotate(0deg) translateX(0%);
    opacity: 1;
}

section#home-org aside img {
    right: unset;
    left: 0;
}

section#home-org ol {
    list-style: disc;
    line-height: 2;
    font-size: large;
    font-weight: 600;
    margin: 0;
}




/*  Article home  */
section#home-actions {
    overflow-x: hidden;
    border: none;
}

section#home-actions section header div.actif {
    background: var(--white);
}

section#home-actions section header img {
    display: block;
    padding: 20pt;
    border-radius: 50%;
    background: var(--white);
    aspect-ratio: 1;
    width: 60pt;
    cursor: pointer;
}
section#home-actions section header img:hover {
    filter: invert(1);
}

#ar-prev {
    rotate: 180deg;
}

section#home-actions section > main {
    display: flex; /* Aligne les articles en ligne */
    flex-wrap: nowrap; /* Empêche le retour à la ligne */
    transition: transform 0.6s ease-in-out;
    width: max-content; /* Permet au rail de s'étendre au-delà de l'écran */
}

/* On s'assure que les articles ne rétrécissent pas */
section#home-actions section main > article {
    flex-shrink: 0;
    width: 35vw; /* Utilisation de vw pour une largeur consistante */
    margin-right: 7vmin;
    display: block; /* Le flex parent s'occupe de l'alignement */
}
section#home-actions section main > article a.article-header {
    aspect-ratio: 3 / 2;
    display: block;
    overflow: hidden;
    border-radius: 2em;
}
section#home-actions section main > article > footer {
    margin: 2vmax 0 0;
    padding: 0 1vmax;
}

section#home-actions section main > article h6 {
    font-weight: 800;
    padding: 0;
    line-height: 1;
    margin: 0 0 1vmax;
}
section#home-actions section main > article a.content {
    color: var(--white);
    margin: 1.5vmax 0 0;
    display: block;
    white-space: break-spaces;
}
section#home-actions section main > article i {
    font-style: normal;
    text-transform: uppercase;
}
section#home-actions section main > article nav a {
    color: var(--white);
    background: var(--dark);
    box-shadow: .5vmin .5vmin 1vmin rgba(0, 0, 0, .25);
}
section#home-actions section main > article i, 
section#home-actions section main > article nav a {
    padding: 1.25vmin 2vmin;
    display: inline-block;
    margin: 0 1vmax 0 0;
    font-weight: 600;
    border-radius: 1.5em;
    font-size: small;
}
section#home-actions section main > article p {
    margin: 0;
}
section#home-actions section > main {
    white-space: nowrap;
}
section#home-actions section main > article a.content {
    color: var(--white);
    margin: 1.5vmax 0;
    display: flex;
    white-space: break-spaces;
    flex-direction: column;
}


section#home-actions section main:hover > article:hover a.bg-wh {
    background: var(--light-green);
}
section#home-actions section main:hover > article img {
    filter: grayscale(1) blur(3px);
}
section#home-actions section main:hover > article:hover img {
    filter: grayscale(0) blur(0);
}
section#home-actions section main:hover > article {
    opacity: .5;
}
section#home-actions section main:hover > article:hover {
    opacity: 1;
}
section#home-actions section main > article:hover h6 {
    color: var(--black);
}



section#home-CTA header aside div {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
    width: 30vmin;
    filter: grayscale(1);
}
section#home-CTA header aside p {
    position: absolute;
    bottom: 20%;
    left: 50%;
    white-space: nowrap;
    padding: 1vmin 2vmin;
    border-radius: 5em;
    line-height: 1;
    margin: 0;
}
section#home-CTA header > div {
    text-align: right;
}
section#home-CTA main article {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 5 / 6;
    border-radius: 4em;
}
section#home-CTA main article img {
    filter: grayscale(1) contrast(0.5) brightness(1.5);
    mix-blend-mode: multiply;
    opacity: .5;
}
section#home-CTA main article div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
section#home-CTA main article div header {
    flex-direction: column;
}
section#home-CTA main article div header h3 {
    font-size: 3em;
    white-space: nowrap;
}
section#home-CTA main article div a {
    margin: 0 auto;
}



/*  Pre footer home  */

section#home-manage main {
    gap: 4vmax;
}
section#home-manage main aside {
    width: 35%;
}
section#home-manage main article {
    width: 65%;
}
section#home-manage main article img {
    height: 7vh;
}
section#home-manage main article ul {
    list-style: disc;
    font-size: x-large;
    font-weight: 800;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vmax 3vmax;
    white-space: break-spaces;
    padding: 0 2vmax;
    line-height: 1.2;
}
section#home-manage main div {
    gap: 4vmax;
}

section#home-manage h3, section#home-manage p {
    margin: 0 0 2vmax;
}


main#blog-articles a header img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1em;
}

main#blog-articles a header {
    margin: 0 0 1em;
    aspect-ratio: 1.25;
}
main#blog-articles a main {
    padding: 0 1em;
    color: var(--dark);
}
main#blog-articles a:hover main {
    color: var(--accent);
}

section#project-highlight h3 {
    font-size: 2.5em !important;
    line-height: 1.2;
}

/*  About  */


section#organisation-cta {
    margin-top: 40vh;
}
section#organisation-cta main a {
    font-size: small;
    border-width: 1pt;
    margin: 0 1vmin 0 0;
}
section#organisation-cta main {
    width: 40%;
}
section#organisation-cta img {
    width: 40vw;
    transform: translateY(10px);
    z-index: -1;
}

.soft-reference {
    width: fit-content;
    margin: 1vmin auto;
    background: var(--soft-grey);
    padding: 1vmax 2.0vmax;
    border-radius: 1em;
}
.soft-reference a {
    color: var(--dark);
    font-weight: 700;
}
.soft-reference a:hover {
    color: var(--accent);
}

section#header-img {
    overflow: hidden;
    border-radius: 3em;
    aspect-ratio: 5 / 2;
}

section#about-intro section main article {
    width: 30%;
    padding: 0vmax;
    gap: 1vmax;
}
section#about-intro section main article div {
    overflow: hidden;
    border-radius: 7em 7em 7em 0em;
    aspect-ratio: 3 / 2;
}
section#about-intro section main article i {
    width: fit-content;
    font-style: normal;
    padding: 1vmin 2.5vmin;
    border-radius: 2vmax;
    font-weight: 600;
}

section#about-intro section main article p {
    margin: 0 1.5vmax;
    width: 80%;
    font-size: smaller;
}



section#about-vision, 
section.banner {
    height: 60vh;
}

section.banner img {
    filter: grayscale(1) contrast(1.5) brightness(0.35);
}

section#about-vision img {
    filter: contrast(1.25) brightness(0.5);
}

section#about-vision h3 {
    color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 2em;
}

section#about-vision div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

section#about-vision i {
    padding: 1vmax 1.5vmax;
    font-style: normal;
    font-weight: 800;
    font-size: x-large;
    border-radius: 5em;
}

section#mission-att ul {
    padding: 1vmax;
    list-style: disc;
}



section#carousel-acc {
    position: relative;
    background: var(--white);
    padding: 3vmax 0;
    overflow: hidden;
    width: 100%;
    /* Masque de transparence sur les bords pour adoucir l'entrée/sortie */
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-infinite 40s linear infinite;
}

@keyframes scroll-infinite {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* Toujours -50% si contenu doublé */
}

/* Pause au survol pour permettre de lire les textes */
section#carousel-acc:hover .marquee-track {
    animation-play-state: paused;
}
section#carousel-acc div div {
    aspect-ratio: 1;
    overflow: hidden;
    display: inline-block;
    width: 20vw;
    margin: 0 1vmax;
    border-radius: 3em;
}
section#gal-carousel nav {
    margin: 0 auto;
}
section#carousel-acc p {
    position: absolute;
    bottom: 0;
    padding: 6vmax 10% 2vmax;
    white-space: break-spaces;
    color: var(--white);
    background: linear-gradient(0deg, var(--black), transparent);
    margin: 0;
    text-align: center;
    font-weight: 600;
	width: 100%;
}

div#management-img {
    width: 25%;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 1em;
}
section#organisation main h3 {
    margin: 1em 0 1.5em;
    font-size: 5em;
}
section#organisation ul li div {
    overflow: hidden;
}
section#organisation main h6 {
    font-weight: 800;
    font-size: 1.5em;
    margin: 1em auto .35em;
    color: inherit;
    width: 90%;
}
section#organisation main p {
    margin: 0 auto 1.5vmin;
    width: 90%;
    opacity: .8;
}
section#organisation main ul.top-man div {
    aspect-ratio: 4 / 3;
    border-radius: 2em;
}
section#organisation main ul.simps div {
    aspect-ratio: 1;
    width: 70%;
    border-radius: 50%;
    margin: 0 auto;
}
section#organisation main ul.simps li {
    text-align: center;
}
section#organisation main ul.simps h6 {
    font-weight: 600;
    font-size: 1.25em;
}
section#organisation main ul.simps {
    grid-template-columns: repeat(5, 1fr);
}



/*  Contacts  */

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.map-wrapper div.map-container {
    width: 100%;
    height: 60vh;
    margin: 0vh 0 0;
}
.map-wrapper a {
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 999;
    padding: 1.5vmax 3vmax;
}



section#contact section > img {
    position: absolute;
}
section#contact > section {
    width: 65%;
}
section#contact > aside {
    width: 35%;
    padding: 5vmax 5%;
    background: white;
}
section#contact section form {
    z-index: 1;
    width: 70%;
    background: #FFFFFFAA;
    backdrop-filter: blur(1vmin);
    padding: 3vmax;
    border-radius: 3em;
    margin: 20vh 0;
}
div.input-field {
    width: 100%;
}
div.input-field label {
    padding: 0 0 0 1vmin;
    font-weight: 600;
}
div.input-field input, 
div.input-field textarea {
    display: block;
    width: 100%;
    border-radius: 1em;
    padding: 1vmax;
    border: none;
    margin: 1vmin 0 0;
    resize: none;
    font-size: 105%;
}
div.input-field textarea {
    height: 20vh;
}

form p {
    font-size: small;
}


section#contact > aside > nav button {
    margin: 0 1vmin 1vmin 0;
    padding: 1.5vmax 2vmax;
    border-radius: 1.5em;
}
section#contact > aside > footer a:before {
    content: "";
    mix-blend-mode: screen;
    background: var(--accent);
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
section#contact > aside > footer a:hover:before {
    opacity: 1;
}
section#contact > aside > footer a img {
    filter: invert(1);
    height: 1vmax;
    background: black;
}




/*  Projects  */

section#project-highlight article {
    aspect-ratio: 5 / 2;
    border-radius: 5em;
    overflow: hidden;
    width: 100%;
}
section#project-highlight header {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}
section#project-highlight header div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section#project-highlight header div.actif {
    opacity: 1;
}
section#project-highlight {
    margin: 0 auto 10vh;
}
section#project-highlight article footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10vmax 10% 3vmax;
    background: linear-gradient(0deg, var(--black), transparent);
}
section#project-highlight article footer aside a {
    padding: 1.5vmax 2.0vmax;
    border-radius: 1em;
}
section#project-highlight i {
    background: var(--dark);
    font-size: medium;
    font-style: normal;
    width: fit-content;
    padding: .9em 1.2em .7em;
    display: block;
    border-radius: .5em;
    font-weight: 800;
}
section#project-highlight a:hover i {
    background: var(--black);
}
section#project-highlight article footer a:hover {
    color: var(--accent);
}



/*  Project bloc  */


section#projects main:hover article {
    filter: grayscale(1);
    opacity: .5;
}
section#projects main:hover article:hover {
    filter: grayscale(0);
    opacity: 1;
}
section#projects article header {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 2em;
    padding: 2em;
}
.thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
a.category {
    position: absolute;
    z-index: 99;
    padding: 1.2vmin 1.5vmin .8vmin;
    border-radius: 2em;
    line-height: .8;
    font-size: small;
}
section#projects article header footer {
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    left: 0;
    width: 100%;
    padding: 9em 2em 2em;
}
section#projects article header footer div {
    display: flex;
    gap: 1vmax;
}
section#projects article header footer div p {
    margin: 0;
}
section#projects article header footer h6 {
    font-family: 'boldfinger';
    font-size: large;
    font-weight: 100;
}
section#projects article > footer, 
section#projects article > a {
    padding: 0 2em;
    display: block;
    color: var(--black);
}
section#projects article > a h5 {
    font-weight: 800;
    line-height: 1;
    font-size: 1.75em;
    margin: 1em 0 .25em;
}
section#projects article > a:hover h5 {
    color: var(--accent);
}
section#projects article > a p {
    font-size: small;
    margin: 0 0 2em;
}
section#projects article > footer * {
    font-size: small;
}

footer#pagination {
    margin: 5vh auto;
}

footer#pagination p {
    line-height: 0;
}
footer#pagination a {
    border: solid var(--contour) var(--dark);
    color: var(--dark);
    padding: .85em 1em .75em;
    border-radius: .5em;
    line-height: .7;
}
footer#pagination span.actif {
    color: var(--white);
    padding: .85em 1em .75em;
    border: solid var(--contour) var(--dark);
    border-radius: .5em;
    background: var(--dark);
    border-color: var(--dark);
    display: block;
}

/*  Suggestion  */

section#suggestion-form {
    margin: 25vh auto;
}
section#suggestion-form div.input-field input, 
section#suggestion-form div.input-field textarea {
    border: solid 1pt var(--black);
    border-radius: .75em;
}

section#suggestion-form > aside {
    width: 45%;
}
section#suggestion-form form {
    width: 55%;
    padding: 0 3.5%;
}

section#suggestion-form > aside:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 60%;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, white 10%, transparent);
}


section#sugg-intro header h1 {
    font-size: 6em;
}
section#sugg-intro header aside div {
    width: 30vw;
    aspect-ratio: 4 / 2;
    overflow: hidden;
    border-radius: 5em;
}
section#sugg-intro header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.5);
}
section#sugg-intro header p {
    position: absolute;
    bottom: 15%;
    padding: .65em 1.5em .5em;
    border-radius: 2em;
    transform: translateX(-35%);
    font-weight: 600;
}

section#sugg-intro nav a {
    border: solid 1pt;
    font-weight: 500;
    padding: 1.3em 2.25em 1.1em;
}

section#about-intro h3 {
    margin: 3em 0 1em;
}
div#countrieofintervention-img {
    width: 50%;
    flex-shrink: 0;
    overflow: hidden;
    aspect-ratio: 2;
    border-radius: 1em;
}


/*  Blog  */

section#top-articles article {
    display: flex;
    align-items: end;
    padding: 3em;
    overflow: hidden;
    border-radius: 3em;
}

section#top-articles article h5 {
    font-family: 'boldfinger';
}
section#top-articles > article h5 {
    margin: 1vmax 0 1vmin;
}
section#top-articles aside article h5 {
    font-size: 1.65em;
    margin: 0 0 .5vmin;
}
section#top-articles aside article a.category {
    position: relative;
}
section#top-articles aside article {
    height: 45vh;
}
section#top-articles > article {
    width: 60%;
}
section#top-articles {
    margin-top: 0;
}
section#top-articles article a:not(.category) {
    color: var(--white);
    z-index: 99;
}
section#top-articles article a:not(.category):hover {
    color: var(--accent);
}
section#top-articles article:after {
    content: '';
    background: linear-gradient(0deg, var(--black), transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
}
section#top-articles article p {
    margin: 0;
}
section#top-articles > article a.category {
    top: 3em;
}
section#top-articles aside article nav {
    z-index: 66;
    margin: 0 0 01vmax;
}


section#witness aside {
    aspect-ratio: 3 / 4;
    border-radius: 3em;
    overflow: hidden;
    width: 40%;
}
section#witness main {
    width: 60%;
}
section#witness main header {
    height: fit-content;
    gap: 2vmax;
    margin: 0 0 5vh;
}
section#witness main header h1 {
    font-size: 4em;
    line-height: 1;
}
section#witness header img {
    justify-content: normal;
}
section#witness main article {
    padding: 0 0 0 2em;
    margin: 0 0 3em;
}
section#witness main button {
    font-size: medium;
}




section#blog-articles {
    margin: 20vh auto;
}
section#blog-articles > header {
    text-align: center;
}
section#blog-articles > header nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: .5vmax;
    width: 65%;
    margin: 0 auto 10vh;
}
section#blog-articles > header nav .butt-link {
    border-width: 1pt;
    font-weight: 500;
    font-size: smaller;
}
section#blog-articles > header form.search, form#search {
    margin: 3em auto;
    display: flex;
    width: 50%;
    min-width: 300px;
    max-width: 1000px;
}
section#blog-articles > header form.search input, form#search input {
    background: #efefef;
    margin: 0 1em 0 0;
    flex-grow: 1;
    font-size: medium;
}
section#blog-articles > header form.search > *, form#search  > * {
    padding: 1.5vmax 2.5vmax;
    border-radius: 1em;
    border: navajowhite;
}



article.blog-article header {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 2em;
}
article.blog-article nav {
    padding: 2em 2em 1em;
}
article.blog-article nav a {
    padding: 1vmin 2vmin;
    font-size: small;
    border-radius: 2em;
    margin: 0 2em 0 0;
}
article.blog-article nav i {
    font-size: small;
    opacity: .65;
}
article.blog-article a.article-link {
    color: var(--black);
    padding: 1em 2em;
    display: block;
}
article.blog-article a.article-link:hover {
    color: var(--accent);
}
article.blog-article a.article-link h6 {
    font-weight: 800;
    line-height: 1;
    font-size: x-large;
}
article.blog-article a.article-link p {
    margin: .5em 0 0;
    font-size: smaller;
    opacity: .75;
}
article.blog-article b {
    margin: 1.5em 2em -.5em;
    display: block;
}

section#why-volunteer ul li {
    text-align: center;
}
section#why-volunteer ul li div {
    padding: 2em;
    border-radius: 2em;
}
section#why-volunteer ul li div img {
    height: 2.5em;
}
.radio-choice {
    border-radius: 1em;
    border: solid 1pt;
    padding: .5em;
    display: flex;
    align-items: center;
}
.radio-choice * {
    width: 50%;
    text-align: center;
    padding: 1.5em 0 1.35em;
    border-radius: .8em;
}
.radio-choice .input-radio.active {
    background: var(--dark);
    font-weight: 600;
    color: var(--white);
}


section#volunteer-form form {
    margin: 0 auto 10vh;
    transform: translateY(-30vh);
    width: 50%;
    background: #FFFFFFAA;
    padding: 3em;
    border-radius: 3em;
    color: var(--black);
}
section#volunteer-form form input {
    background: #EFEFEF;
}



header#art-head-img {
    aspect-ratio: 3;
    border-radius: 3em;
    overflow: hidden;
    margin: 0 auto 5vh;
}

section#art-content {
    margin: 5vh auto 20vh;
}

section#partner-gate img {
    height: 10vh;
    margin-top: 5vh;
}

section#partner-gate img {
    height: 6vh;
    margin-top: 0vh;
    background: white;
    display: block;
    padding: 2vmax;
    box-sizing: content-box;
    box-shadow: .25vmin .5vmin 1.5vmin #00000033;
    border-radius: 2em;
}


section#org-numbers article {
    background: var(--white);
    padding: 3em 0;
    border-radius: 2em;
    box-shadow: .2em .4em 1em #0000001a;
}
section#org-numbers p {
    opacity: .5;
}
section#org-numbers h4 {
    font-size: 4em;
}



main.form-box {
    width: clamp(400px, 55%, 1200px);
    margin: 0 auto 10vmax;
    border-radius: 5em;
    background: rgba(255 255 255 / .75);
    padding: 4vmax 5%;
}

main.form-box form {
    display: grid;
    gap: 2vmax;
}
form.big-form {
    grid-template-columns: repeat(6, 1fr);
}
form.mid-form {
    grid-template-columns: repeat(4, 1fr);
}
form.sml-form {
    grid-template-columns: repeat(2, 1fr);
}

main.form-box > form > div *,
.form-input * {
    display: block;
}
main.form-box > form > div label,
.form-input label {
    padding: 1vmin;
    font-size: 1.1em;
    font-weight: 600;
}
main.form-box > form > div input,
main.form-box > form > div textarea,
.form-input input, 
.form-input textarea {
    width: 100%;
    padding: 1.25vmax;
    font-size: medium;
    font-family: inherit;
    background: var(--soft-grey);
    border-radius: 1.0em;
    border: none;
    outline-color: var(--light-green);
}
main.form-box form div textarea,
.form-input textarea {
    height: 30vh;
    resize: none;
}


main.form-box.more > form > div input,
main.form-box.more > form > div textarea,
.more .form-input input, 
.more .form-input textarea {
    background: transparent;
    border: solid 1pt var(--soft-black);
}
main.form-box form > ul li label {
    line-height: 1;
    cursor: pointer;
    font-size: medium;
}
main.form-box form > ul {
    list-style: none;
    border: solid 1pt var(--soft-black);
    padding: .6vmax .75vmax;
    border-radius: 10em;
}

main.form-box form > ul li {
    border-radius: 20em;
    height: 100%;
    flex-grow: 1;
    text-align: center;
    padding: 1vmax 0;
    font-weight: 700;
    cursor: pointer;
}
main.form-box form > ul li.actif {
    background: var(--light-green);
    color: var(--white);
}
main.form-box form > ul li:not(.actif):hover {
    background: var(--soft-grey);
    color: var(--light-green);
}
main.form-box form > ul li input[type="radio"] {
    display: none;
}
main.form-box.more {
    width: 90% !important;
    background: transparent;
}


main.form-box form > p {
    grid-column: 1/-1;
    font-size: small;
    color: var(--soft-black);
    padding: 0 1vmax;
    margin: 0 0 1vmax;
}
main.form-box form footer {
    grid-column: 1/-1;
    align-items: center;
    display: flex;
    gap: 2vmax;
}
main.form-box form footer button {
    display: inline-block;
    padding: 2vmax 3.5vmax;
    font-size: x-large;
    border-radius: 1.5em;
    margin: 0 2vmax 0 0;
}
main.form-box form footer aside {
    display: inline-flex;
    align-items: center;
    gap: 1vmax;
}
main.form-box form footer aside > div {
    border-radius: 10em;
    aspect-ratio: 5 / 2;
    border: solid 2pt var(--light-green);
    display: inline-block;
    width: 4vw;
    padding: .75vmin;
}

main.form-box form footer aside div div {
    aspect-ratio: 1;
    background: var(--light-green);
    border-radius: 10em;
    width: 40%;
    transform: translateX(0%);
}

main.form-box form footer aside.anon > div {
    border: solid 2pt var(--soft-black);
}

main.form-box form footer aside.anon div div {
    background: var(--soft-black);
    transform: translateX(150%);
}


main.form-box form footer aside p {
    background: transparent;
    color: var(--black);
    font-size: large;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    color: var(--light-green);
    position: absolute;
    left: calc(100% + 3vh);
    white-space: nowrap;
}


main.form-box form footer aside p {
    transform: translateY(0%);
    opacity: 1;
}
main.form-box form footer aside p:last-child {
    transform: translateY(150%);
    opacity: 0;
}

main.form-box form footer aside.anon p {
    color: var(--soft-black);
}

main.form-box form footer aside.anon p {
    transform: translateY(-150%);
    opacity: 0;
}
main.form-box form footer aside.anon p:last-child {
    transform: translateY(0%);
    opacity: 1;
}

main.error {
    text-align: center;
    padding: 20vh 0;
}

section#poles-act {
    padding: 15vh 10%;
    margin: 0 0 10vmax;
    background: var(--light-green);
}
section#poles-act ol {
    list-style: none;
    margin: 5vh 0 0vh;
    padding: 0;
    width: 100%;
}

section#poles-act ol > li {
    aspect-ratio: 2 / 3;
    width: 100%;
    overflow: hidden;
    border-radius: 2em;
}
section#poles-act ol > li main {
    position: absolute;
    bottom: 0;
    padding: 5.5vmax 1.5vmax 1.5vmax;
    background: linear-gradient(0deg, #100A05aa 50%, transparent);
}
section#poles-act ol li ul {
    list-style: disc;
    padding: 0 0 0 1vmax;
}
section#poles-act ol li ul li {
    margin: 0 0 1vmax;
}
section#poles-act h5 {
    font-size: 1.25em;
    font-weight: 900;
}

section#bloc main#blog-articles a p {
    opacity: .5;
}
section#bloc main#blog-articles a header {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 2em;
    margin: 0 0 2vmax 0;
}

section#bloc main#blog-articles a {
    overflow: hidden;
    width: 25%;
    color: inherit;
}
section#bloc main#blog-articles a header img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
main#blog-articles h6 {
    font-weight: 800;
    font-size: 1.5em;
    line-height: 1;
}

nav#single-meta {
    margin: 2.5vh 0 7.5vh;
}

nav#single-meta a {
    background: #6fbc8566;
    color: var(--dark);
    padding: 1em;
    border-radius: .5em;
    font-weight: 500;
}

nav#single-meta a:hover {
    background: var(--accent);
    color: var(--black);
    padding: 1em;
    border-radius: .5em;
    font-weight: 500;
}

section.rapports-section h1 {
    margin: 0 0 10vh;
}
.rapports-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2vmax;
}
.rapport-card a:hover {
    color: var(--black);
    background: var(--light-green);
}
.rapport-card a {
    margin: 0 .65em;
    display: block;
    padding: 1em 1.5em;
    background: var(--soft-grey);
    width: fit-content;
    border-radius: 1em;
    color: var(--dark);
    font-weight: 600;
}
.rapport-card {
    display: inline-block;
}
.rapport-card > div {
    overflow: hidden;
    aspect-ratio: 3 / 2;
    border-radius: 1em;
}
.rapport-card > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rapport-card main p {
    opacity: .5;
    font-size: small;
}
.rapport-card main {
    padding: 1.5em .65em 1em;
}
.rapport-card h3 {
    font-family: 'league spartan';
    font-weight: 800;
    font-size: xx-large;
    line-height: 1;
    margin: 0.25em 0;
}

section#mission-att main {
    gap: 2em;
    flex-direction: column;
    display: flex;
}
section#mission-att div i {
    padding: 1em 2em;
    font-style: normal;
    border-radius: 6em;
    font-size: 1.5em;
}
section#mission-att {
    text-align: center;
    width: 70%;
    margin: 12em auto 15em;
    display: flex;
    flex-direction: column;
    gap: 7em;
}

div#container ul {
    list-style: disc;
    margin: 2vmax;
    gap: 1vmax;
    display: flex;
    flex-direction: column;
}
main#galery-articles a main h6 {
    font-weight: 800;
    font-size: 1.8em;
    color: var(--black);
}
main#galery-articles a:hover main h6 {
    color: var(--accent);
}
main#galery-articles a main {
    margin: 1em auto 0;
    width: 90%;
}
main#galery-articles a header {
    border-radius: 2em;
    overflow: hidden;
    margin: 0;
}
main#galery-articles {
    margin: 15vh auto;
}


main#intervention-bloc article {
    display: flex;
    margin: 0 auto 5em;
    gap: 3em;
    align-items: center;
}
main#intervention-bloc article:nth-child(even) {
    flex-direction: row-reverse;
}
main#intervention-bloc div {
    border-radius: 3em;
    flex-shrink: 0;
    width: 40%;
    overflow: hidden;
    height: 65vh;
}
main#intervention-bloc ul {
    list-style: disc;
    padding: 0 0 0 2em;
}
main#intervention-bloc li {
    line-height: 1.25;
}
main#intervention-bloc h6 {
    font-family: 'boldfinger';
    font-size: 2.15em;
    margin: 0 0 1em;
}
main#intervention-bloc aside {
    padding: 0 2em;
}

.mob-on { display: none !important;}
.mob-on-f { display: none !important;}



@media screen and (orientation: portrait) and (max-width: 800px) {
    .mob-on { display: block !important;}
    .mob-on-f { display: flex !important;}
    .mob-off { display: none !important;}

    .flex-mc {flex-direction: column;}

    main#head-menu {
    position: absolute;
    right: 0;
    transform: translateX(100%);
    flex-direction: column;
    top: 80%;
    background: #FFFFFFFF;
    z-index: 99;
    backdrop-filter: blur(0vmin);
    padding: 0vmax 6vmax;
    height: 100vh;
    font-size: large;
}

main#head-menu.on {
    transform: translateX(0%);
    background: #FFFFFFEE;
    backdrop-filter: blur(1vmin);
}

main#head-menu li {
    font-weight: 600;
    line-height: 1.25;
    margin-top: 3vmax;
}
main#head-menu ul nav a {
    font-weight: 400;
    color: var(--dark);
}
main#head-menu nav {
    margin: 1vmax 0 0;
}
main#head-menu aside nav a {
    color: var(--dark);
}
main#head-menu aside nav a.actif {
    font-weight: 700;
    margin: 0 2vmax;
}

header#header-mob {
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: #FFFFFFAA;
    top: 0;
    padding: 7.5vh 5% 3.75vh;
    backdrop-filter: blur(1.5vmin);
}

a#home-logo img {
    height: 8vh;
}

div#burger-menu {
    aspect-ratio: 1.5;
    width: 10%;
    transform: translateY(-50%);
}
div#burger-menu hr {
    width: 100%;
    height: 20%;
    background: var(--black);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
}
div#burger-menu hr:first-child {
    top: 0;
    transform: translateY(0);
}
div#burger-menu hr:last-child {
    top: 80%;
    transform: translateY(0);
}
div#burger-menu.on {
    aspect-ratio: 1;
    width: 12%;
    transform: translateY(-25%);
}
div#burger-menu.on hr {
    width: 00%;
    background: var(--dark);
}
div#burger-menu.on hr:first-child {
    width: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
div#burger-menu.on hr:last-child {
    width: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

/*Headings*/

h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 2.15em;
}
h3 {
    font-size: 1.75em !important;
}
h5 {
    font-size: 1.45em;
}
h6 {
    font-size: 1.3em;
}

*[class^="butt-link"] {
    font-weight: 600;
    padding: 1.5vmax 2.5vmax;
    font-size: smaller !important;
}
.iii-col, .iv-col, .v-col, section#organisation main ul.simps {
    grid-template-columns: repeat(2, 1fr);
}

.ii-col {
    grid-template-columns: repeat(1, 1fr);
}

/*footer*/

footer#footer header img {
    width: 60%;
    margin: 0 auto 7.5vmax;
}
main#footer-newsletter form input {
    padding: 2vmax;
    border-radius: 2em;
    width: 100%;
}
main#footer-newsletter form button {
    padding: 2vmax 3vmax;
    font-size: smaller;
}
main#footer-newsletter form {
    width: 100%;
    align-items: center;
    gap: 1vmax;
}
main#footer-newsletter {
    padding: 3vmax;
    text-align: center;
}
footer#footer > nav ul {
    align-self: start;
}
footer#footer > nav > a {
    font-size: 1.2em;
    padding: 2vmax 4vmax;
    right: 0;
    margin: 3.5vmax 0;
    align-self: end;
}

footer#footer aside {
    align-self: end;
    margin: 2vmax 0 0 0;
}
footer#footer footer ul {
    gap: 1vmax;
}

footer#footer footer img {
    height: 2vmax;
}
footer#footer aside img {
    height: 3vmax !important;
    margin: 0 1vmax;
}


/*  body  */
section#home-intro {
    margin-top: 25vh;
}
section#home-intro > article > aside {
    width: 100%;
    padding: 1.5vmax 0;
}
section#home-intro h2 {
    width: 100%;
    font-size: 3em;
    margin-bottom: .25em;
}
.carousel div {
    height: 1.5vmax;
}
div#intro-img {
    aspect-ratio: 3 / 2;
    width: 100%;
}
section#home-intro > article > main {
    width: 100%;
    height: 30vh;
    border-radius: 2em;
}

section#home-intro > article > aside footer {
    margin: 4vh 0 0;
}
section#home-focus > *, section#home-org > * {
    width: 100%;
}
section#home-focus aside img, section#home-org aside img {
    width: 100vw;  
}
section#home-focus {
    margin-top: 20vh;
}
section#home-CTA header aside {
    align-self: start;
}
section#home-CTA header aside div {
    width: 40vw;
}
section#home-manage main aside,
section#home-manage main article {
    width: 100%;
}
section#home-manage main article ul {
    font-size: large;
    font-weight: 700;
    grid-template-columns: repeat(1, 1fr);
    gap: 1vmax 3vmax;
}
section#home-manage main article img {
    height: 7.5vh;
}


section#home-actions section main > article {
    width: 75vw;
}
section#home-actions section main > article a.article-header {
    aspect-ratio: 1;
    border-radius: 1em;
}
section#home-actions section main > article p {
    margin: 0 0 2vh;
    font-size: smaller;
}
section#home-actions section header img {
    padding: 12.5pt;
    width: 40pt;
}

/*Organisation*/

section#header-img {
    border-radius: 3em;
    aspect-ratio: 2 / 3;
    margin: 10vh auto -5vh;
}
section#about-intro section main article {
    width: 100%;
    margin-bottom: 3vh;
}
section#about-intro section main article i {
    font-weight: 100;
    background: none;
    border: none;
    color: var(--dark);
    font-family: 'boldfinger';
}
section#about-intro section main article div {
    border-radius: 2em;
    aspect-ratio: 4 / 2;
}
section#about-intro section main article p {
    width: 100%;
}
section#about-vision h5 {
    font-size: larger;
    text-align: left;
}
section#about-vision i {
    align-self: start;
}
section#about-vision div {
    width: 75%;
}

section#mission-att main {
    width: 100%;
}
section#carousel-acc div div {
    width: 60vw;
}
section#organisation-cta img {
    width: 100%;
}
section#organisation-cta {
    width: 90%;
    margin: 0 0 0 10%;
}
section#organisation-cta main {
    width: 80%;
}
section#organisation-cta main footer {
    gap: 1vmax .5vmax;
    display: flex;
    flex-wrap: wrap;
}
section#carousel-acc {
    mask-image: none;
    -webkit-mask-image: none;
}

section#gal-carousel > footer > * {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    text-align: center;
    gap: 1vmax;
    justify-content: center;
}
aside#volunteer-text > nav, 
section#partner-head nav, 
section#partner-gate article footer {
    flex-wrap: wrap;
}
.top-bloc {
    margin-top: 25vh !important;
}


/*Volunteer*/

section#volunteer-form form {
    width: 80%;
    padding: 1.5em;
}
section#volunteer-form main {
    display: flex;
    flex-direction: column;
}
section#volunteer-form button {
    padding: 2vmax 3vmax;
}
.rapports-grid {
    grid-template-columns: repeat(1, 1fr);
}

/*Partnership*/

section#partner-gate img {
    height: 5vh;
    margin-top: 2vh;
}
section#partner-gate > article {
    width: 80%;
}
section#partner-head h1,
section#sugg-intro header h1 {
    font-size: 3.5em;
    margin: 0 0 5vh;
}
section#home-org {
    flex-direction: column-reverse;
    z-index: -1;
    margin: 20vh auto 5vh;
    width: 90%;
}
main.form-box form > ul {
    border-radius: 1.5em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
main.form-box.more {
    width: 100% !important;
    background: transparent;
    z-index: 9;
    margin: 10vh auto 0;
}
main.form-box form {
    display: flex;
    gap: 2vmax;
    flex-direction: column;
    width: 100%;
    align-items: normal;
}
main.form-box > form > div label, 
.form-input label {
    padding: 2vmin;
    font-size: 0.8em;
    font-weight: 600;
}
main.form-box > form > div input, 
main.form-box > form > div textarea, 
.form-input input, 
.form-input textarea {
    width: 100%;
    padding: 1.75vmax 1.25vmax;
}


/*  Actions  */

section#project-highlight article {
    aspect-ratio: 4 / 8;
    border-radius: 2em;
}
section#project-highlight article footer aside {
    flex-direction: row;
    align-items: center;
    align-self: start;
}
section#project-highlight article footer {
    background: linear-gradient(0deg, var(--black) 45%, transparent);
}
section#project-highlight div.article-thumb img {
    height: 75%;
}
section#projects > main header {
    aspect-ratio: 1;
    padding: 1em;
}
section#projects > main, section#blog-articles > main {
    grid-template-columns: repeat(1, 1fr);
    width: 80%;
    margin: 0 auto;
    gap: 5vmax;
}
section#projects article > footer, 
section#projects article > a {
    padding: 0 1em;
    display: block;
    color: var(--black);
}
section#projects article > a h5 {
    font-size: 1.45em;
    margin: .5em 0 0.25em;
}


/*Suggérer*/
section#sugg-intro > main {
    width: 80%;
}
section#sugg-intro header aside div {
    width: 50vw;
    aspect-ratio: 1;
    border-radius: 3em;
}
section#sugg-intro > main > nav {
    flex-direction: column;
}

section#suggestion-form > * {
    width: 100% !important;
}
section#suggestion-form {
    margin: 0vh auto 25vh;
}
section#suggestion-form form {
    margin: -20vh 0 0;
}
section#suggestion-form div.input-field input, 
section#suggestion-form div.input-field textarea {
    border-radius: .5em;
    padding: 1.5vmax 1vmax;
}
div.input-field label {
    font-size: smaller;
}

.radio-choice {
    padding: .5em;
    flex-direction: column;
}
.radio-choice * {
    width: 100%;
}
button[class^="butt-link"], .title-tag {
    padding: 4vmin 3vmax;
    width: max-content;
}


/*  Blog  */

section#top-articles > article {
    width: 100%;
}
section#top-articles > article {
    width: 100%;
    aspect-ratio: .6;
}
section#witness aside {
    aspect-ratio: 2 / 2;
    width: 100%;
}

section#witness > section {
    margin: 3em auto;
    width: 80%;
}
section#witness main header h1 {
    font-size: 3em;
}
section#witness header img {
    width: 20%;
}
section#witness main {
    width: 100%;
}
section#contact > * {
    width: 100% !important;
}
section#contact > aside {
    padding: 7vmax 10%;
}
section#contact > aside > footer a img {
    height: 3vmax;
}
section#contact aside footer {
    gap: 5vmax;
}
section#contact section form {
    width: 80%;
    padding: 4vmax;
}
.map-wrapper div.map-container {
    height: 75vh;
}
	div#management-img {
    width: 90%;
	margin: 0 auto 2em;
    border-radius: 
}
}
