:root {
    --primary: #136241;
    --background: #F8FAF9;
    --body: #09130F;

    scroll-behavior: smooth;
}



html {
    width: 100%;
    font-family: Urbanist;

    color: var(--body);
    display: flex;
    flex-direction: column;
    text-align: center;


}

body {
    margin: 0 auto;

}

#Content {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;

}


h1 {
    text-transform: uppercase;
    -webkit-text-stroke: var(--primary) 1px;
    color: transparent;
    font-size: 4.8vw;
    font-weight: 900;
    letter-spacing: -0.3vw;
    line-height: 80%;
    text-align: left;
    margin: 0;

}

@media (max-width : 1080px) {
    h1 {
        font-size: 48px;
        line-height: 100%;
    }
}

h2 {
    margin: 0;
    font-size: 24px;
}

p {
    margin: 8px 0px;
    font-size: 16px;
}

.ParagrapheRandom {
    text-align: left;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    text-wrap: wrap;
}

.BandeauAccueil {
    background-color: var(--background);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.BandeauAccueil img {

    margin: 24px auto;
    max-width: 260px;
    min-width: 192px;
}

@media (max-width : 1080px) {
    .BandeauAccueil {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .BandeauAccueil img {
        width: 40vw;
    }
}

.MenuDesktop .MenuButton {
    display: flex;
    text-align: center;
}

.MenuDesktop .MenuButton button {
    height: 40px;
    background-color: #09130f05;
    border: none;
    cursor: pointer;
    margin: 24px auto;
    border-radius: 8px;
}

.MenuDesktop .MenuButton button:active {
    background-color: #09130F10;
}


.MenuDesktop .MenuButton button i {
    font-size: 40px;
    color: var(--body);
}

@media (max-width : 1080px) {
    .MenuDesktop ul {
        display: none !important;
    }
}

@media (min-width : 1081px) {
    .MenuDesktop .MenuButton {
        display: none;
    }

}

.MenuDesktop {
    text-align: center;
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0.6);
    z-index: 999;
    position: sticky;
    top: 0px;
    max-height: fit-content;
    backdrop-filter: blur(10px);
}


.MenuDesktop ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    max-width: fit-content;
    margin: auto;
    padding: 0;
}

.MenuDesktop ul li {
    margin: 32px 24px;

}

.MenuDesktop ul li a {
    color: var(--body);
    text-decoration: none;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
}

.MenuDesktop ul li a:hover {
    color: var(--primary);
}

@media (min-width : 1081px) {

.Accueil {
    margin-top: 80px;
    text-align: center;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40vh;

    height: 80vh;

    display: flex;
    flex-direction: row;
    column-gap: 40px;

}

}

.Accueil .Colonne1,
.Colonne3 {


    height: 100%;
    overflow: hidden;

    display: block;
}

.Accueil .Colonne1 img,
.Colonne3 img {

    object-fit: cover;

    height: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.Accueil .Colonne2 {
    width: 80vw;
    margin: auto;
    height: fit-content;
}




.Accueil .Ligne1 img {
    width: 14vw;
    min-width: 100px;
    max-width: 180px;
}

@media (max-width : 1080px) {
    .Accueil {
        margin: 10vh auto;
        max-width: 100%;
        height: fit-content;
    }

    .Accueil .Ligne1 img {
        /* width: 100% !important; */
        object-fit: cover;

    }

}


.Accueil .Ligne2 {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    margin: 24px auto;
    width: fit-content;
}

.Accueil .Ligne2 h1 {
    font-size: min(8vw, 80px);

    letter-spacing: -6px;
    font-weight: 900;
}

@media (max-width : 620px) {
    .Accueil .Ligne2 h1 {
        font-size: 48px;
        letter-spacing: 0;
        text-align: center;
    }
}

.Accueil .Ligne3 {
    display: flex;
    flex-direction: row;
    column-gap: 4px;
    margin-top: 40px;
    margin-bottom: 40px;
    height: fit-content;
    text-align: left;
}

@media (max-width : 1080px) {
  
    .Accueil .Ligne3{
        flex-direction: column;
        row-gap: 24px;

        height: fit-content;
        width: 80vw;
    }

    .Accueil .Ligne3 *{
        width: 100%;
    }

    .Accueil .Ligne3 .Colonne1, .Colonne3{
        height: fit-content;
    }

    .Accueil .Ligne3 .Colonne2
{
    width: 10%;
    height: 2px;
    background-color: #09130f20;
}


}



.Accueil .Ligne3 h2 {
    font-weight: 900;
    font-size: min(5vw, 32px);
    text-transform: uppercase;

}

.Accueil .Ligne3 p {
    font-size: 16px;
}

.Accueil .Ligne3 .PointRetrait{
    color: #09130F80;
    font-weight: 500;
}

@media (min-width: 1081px)
    
{
.Accueil .Ligne3 .Colonne1, .Colonne3{
    width: 40%;
}

.Accueil .Ligne3 .Colonne2
{
    width: 2px;
    height: 100%;
    background-color: #09130f20;
}
}

.Accueil .Ligne3 .Colonne3 .RedirectionBoutique{
    text-decoration: none;
  
}

@media (max-width : 1080px)
{
    .Accueil .Ligne3 .Colonne3 .BoutonRedirection{
        max-width: 40vw;
        min-width: 200px;
        width: 100%;
    }
}

.Accueil .Ligne3 .Colonne3 .BoutonRedirection
{
    background-color: var(--primary);
    height: 40px;
    text-align: center;
    align-content: center;
    width: 100%;
    border: none;

    margin-top: 24px;
    border-radius: 4px;

    font-size: 16px;
    color: white;
    font-weight: 700;
    text-decoration: none;
}

.Accueil .Ligne3 .Colonne3 .BoutonRedirection:hover{
    background-color: var(--background);
    color: var(--primary);
    text-decoration: underline;
}



.Accueil .Ligne4 {
    display: none;
    flex-direction: column;
    row-gap: 16px;

    padding: 16px;
    margin: auto;
    background-color: var(--background);

    max-width: 470px;
  

    width: 80vw;

    align-items: center;
}

.Accueil .Ligne4 h3 {
    text-transform: uppercase;
    color: transparent;
    font-size: min(6vw, 32px);
    font-weight: 900;
    -webkit-text-stroke: 0.8px var(--primary);
    margin: 0 auto;
    width: fit-content;

}

.Accueil .Ligne4 .Evenement {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
    height: 100%;
}

.Accueil .Ligne4 .Evenement .DateEvenement {
    display: flex;
    flex-direction: column;
    row-gap: 0;

    
}

.Accueil .Ligne4 .Evenement .DateEvenement .Jour,
.Mois {
    text-transform: uppercase;
    font-size: min(5vw, 24px);
    margin: 0 auto;
}

.Accueil .Ligne4 .Evenement .DateEvenement .Date {
    font-size: min(8vw, 40px);
    font-weight: 900;
    margin: 0 auto;
}

.Accueil .Ligne4 .Evenement .Separator {
    height: 80%;
    width: 1px;
    background-color: var(--body);
    opacity: 20%;
    margin: auto;
}

.Accueil .Ligne4 .Evenement .Description {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    text-align: left;
}

.Accueil .Ligne4 .Evenement .Description .Horaire,
.Lieu {
    font-size: 16px;
    font-weight: 500;
}

.Accueil .Ligne4 .Evenement .Description .Titre {
    font-size: min(5vw, 24px);
}





@media (max-width : 620px) {}


.PresentationDuProjet {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    column-gap: 24px;
    height: 50vh;
    max-height: 100vh;
    min-height: fit-content;
}

@media (max-width : 1080px) {
    .PresentationDuProjet {
        height: 50vh;
        min-height: fit-content;
    }
}

.PresentationDuProjet * {
    width: 100%;
}

.PresentationDuProjet .Colonne1 {

    display: block;
    width: 40%;

}

.PresentationDuProjet .Colonne1 img {
    object-fit: cover;
    height: 100%;
    display: block;
}

@media (max-width : 1080px) {
    .PresentationDuProjet .Colonne1 {
        display: none;
    }

    .PresentationDuProjet .Colonne2 {
        width: 100% !important;
        row-gap: 16px;
    }
}


.PresentationDuProjet .Colonne2 {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    max-height: 100%;
    min-height: fit-content;
    width: 60%;
    height: 100%;
}

.PresentationDuProjet .Colonne2 * {
    width: 100%;
}


.ContainerPhotoToit {
    height: 100%;
    display: block;
    overflow: hidden;
}



.ContainerPhotoToit img {

    height: 100%;
    object-fit: cover;
    display: block;

}

/* PARTENARIAT */

.Partenariat {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding: 24px;
    background-color: var(--background);
}

.Partenariat .Ligne1 {
    display: flex;
    flex-direction: row;
    column-gap: 40px;
}

@media (max-width :1080px) {
    .Partenariat .Ligne1 {
        flex-direction: column;
        row-gap: 40px;
    }
}


.BandeauSeparation {
    background-color: var(--background);
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.BandeauSeparation .ContainerImageBandeau {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}

.BandeauSeparation .ContainerImageBandeau img {
    max-height: 88px;
    width: auto;
}

.QuiSommesNous {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    row-gap: 24px;
    text-align: left;
    height: fit-content;
}



.QuiSommesNous .Ligne1,
.Ligne2 {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
    height: fit-content;

}

@media (max-width : 1080px) {
    .QuiSommesNous .Ligne1 {
        flex-direction: column;
        row-gap: 16px;
    }

    .QuiSommesNous .Ligne1 * {
        width: 100% !important;
        row-gap: 8px !important;
    }
}

@media (max-width : 620px) {
    .QuiSommesNous .Ligne2 {
        flex-direction: column;
        row-gap: 24px;
    }

    .QuiSommesNous .Ligne2 img {
        height: 40vw;
        width: auto;
    }

}

.QuiSommesNous .ContainerImage {

    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;

}

.QuiSommesNous .Ligne1 .Colonne1 {
    width: 67%;
    height: fit-content;
}

.QuiSommesNous .Ligne1 .Colonne2 {
    width: 33%;
    height: fit-content;
}


.QuiSommesNous .ContainerImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;


    margin-left: auto;
    margin-right: auto;

}



.QuiSommesNous .Ligne2 .ContainerImage {
    max-height: 50%;
    margin-bottom: 24px;
}

.QuiSommesNous .Ligne2 .ContainerImageSaule {
    max-height: 100% !important;
}

.QuiSommesNous .Ligne2 .Colonne1,
.Colonne2 {
    display: flex;
    flex-direction: column;
    height: fit-content;

}

.QuiSommesNous .Ligne2 * {
    width: 100%;
}

.QuiSommesNous .Ligne2 .Colonne1 p,
.Colonne2 p {
    width: 100%;
}

@media (max-width : 1080px) {
    .QuiSommesNous .Ligne2 .Colonne3 {
        display: none;
    }
}

.LaBethanie {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    row-gap: 24px;
    text-align: left;
    /* height: 90vh;
    max-height: 100vh; */
}

.LaBethanie .TitreSection {
    margin-left: auto;
    margin-right: auto;
}

.LaBethanie .Ligne1 {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
    height: 60vh;
}

.LaBethanie .Ligne1 .Colonne1 {
    width: 66%;
    height: 100%;
    display: block;
    overflow: hidden;
    text-align: center;


}

.LaBethanie .Ligne1 .Colonne1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;


    margin-left: auto;
    margin-right: auto;

}

.LaBethanie .Ligne1 .Colonne2 {
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 24px;
    width: 34%;
}

@media (max-width : 1080px) {
    .LaBethanie .Ligne1 {
        max-height: 40vh;
    }

    .LaBethanie .Ligne1 .Colonne2 {
        display: none;
    }

    .LaBethanie .Ligne1 .Colonne1 {
        width: 100%;
    }
}

@media (max-width : 620px) {
    .LaBethanie .Ligne2 {
        flex-direction: column;
        row-gap: 24px;
    }

}

.LaBethanie .Ligne1 .Colonne2 * {
    display: block;
    object-fit: cover;
    text-align: center;
    width: 100%;
}

.LaBethanie .Ligne1 .Colonne2 * img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;


    margin-left: auto;
    margin-right: auto;
}

.LaBethanie .Ligne1 .Colonne2 .Ligne1 {
    height: 66%;
    display: block;
    overflow: hidden;
}

.LaBethanie .Ligne1 .Colonne2 .Ligne2 {
    height: 34%;
    display: block;
    overflow: hidden;
}

.NotreProjetMaraicher {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    row-gap: 24px;
    text-align: left;
}

.NotreProjetMaraicher .Ligne1 {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
    width: 100%;

}

@media (max-width : 1080px) {
    .NotreProjetMaraicher .Ligne1 {
        flex-direction: column;
        row-gap: 24px;
    }

    .NotreProjetMaraicher .Ligne1 img {
        max-height: 20vh;
    }
}

.NotreProjetMaraicher .Ligne1 * {
    width: 100%;
}

.NotreProjetMaraicher .Ligne1 img {

    height: 100%;
    object-fit: cover;

    margin-left: auto;
    margin-right: auto;
}

.NotreProjetMaraicher .Ligne1 .Colonne2 {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    min-width: 40%;
}

.NotreProjetMaraicher .Ligne1 .Colonne2 * {
    display: flex;
    flex-direction: column;
    row-gap: 0px;
}

.NotreProjetMaraicher .Ligne1 .Colonne3 {
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;

}

.Contact {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    row-gap: 24px;
    text-align: left;
    margin-bottom: 80px;
}

@media (max-width : 1080px) {
    .Contact {
        width: 60% !important;
    }

    .Contact .Ligne2 {
        flex-direction: column;
    }
}

.Contact .Ligne2 * {
    width: 100%;
}

.Contact .Ligne2 .Coordonnees {
    font-weight: bold;
    color: var(--primary);
    text-decoration: none;
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    bottom: 0px;
}

footer .Ligne1 {
    height: 50vh;
    overflow: hidden;
    display: flex;

}

footer .Ligne1 img {
    object-fit: cover;
    width: 100%;
}

footer .Ligne2 {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 80%;
    margin: 0 auto;
    height: fit-content;
}


footer .Ligne2 .Ligne1 {
    align-items: center;
}


@media (max-width : 1080px) {
    footer .Ligne2 .Ligne1 {
        flex-direction: column;
        text-align: center;
        height: fit-content;
    }

    footer .Ligne2 .Ligne1 .Colonne1 {

        width: fit-content;
    }

    footer .Ligne2 .Ligne1 .Colonne1 ul {
        padding-left: 0;
    }

    footer .Ligne2 .Ligne1 .Colonne2 {
        height: 40vw !important;
    }

    footer .Ligne2 .Ligne1 .Colonne2 img {
        width: 80% !important;
        min-width: 323px;
    }



    footer .Ligne2 .Ligne1 .Colonne3 ul {
        margin: auto;
        padding: 0;
    }

    footer .Ligne2 {
        row-gap: 24px;
    }

}

footer .Ligne2 .Ligne1 * {
    width: 100%;
    text-decoration: none;
    list-style: none;
}

footer .Ligne2 .Ligne1 .Colonne1 ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

footer .Ligne2 .Ligne1 .Colonne1 a {
    color: var(--body);

    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

footer .Ligne2 .Ligne1 .Colonne2 {
    height: 100%;
    width: 100%;
    text-align: center;
    display: block;

}

footer .Ligne2 .Ligne1 .Colonne2 img {
    width: 30vw;
    height: 100%;
    object-fit: cover;
    margin-right: auto;
    margin-left: auto;
    display: block;
}


footer .Ligne2 .Ligne1 .Colonne3 {
    text-align: right;
}



footer .Ligne2 .Ligne1 .Colonne3 ul {
    width: fit-content;
    margin-left: auto;
}

footer .Ligne2 .Ligne1 .Colonne3 ul * {
    color: var(--primary);
    font-size: 16px;
    width: fit-content;
    margin: 8px 0;
}

footer .Ligne2 .Ligne2 {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    text-align: center;
    margin-bottom: 40px;
}

footer .Ligne2 .Ligne2 * {
    margin: 0;
}