@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');


/* Les chose qui sont le meme en generale dans tous la page d'acceuil commence là*/

nav {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

.container {
    padding: 25px 9vw 25px 9vw;
}

h1,
h2,
h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 30px;
    font-style: normal;
}

h2 {
    font-weight: 500;
    color: #FF8C77;

}

h3 {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    margin: 25px 0;
}

p {
    margin: 25px 0 25px 0;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.3px;
}

a {
    text-decoration: 1.5px underline;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.3px;
}

button {
    margin-top: 25px;
    width: 174px;
    height: 34px;

    background-color: #ffffff;

    border: 1px solid;
    border-radius: 32px;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-align: center;

}





/* Les chose qui sont le meme en generale dans tous la page d'acceuil s'ârrete là*/


/* Section de navigation */

header {
    position: sticky;
    top: 0px;
}

#menu-fix {
    height: 80px;
    background-color: #96CCFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 36px;
}

#logo-50px {
    width: 50px;
}

#menu-burger {
    width: 50px;
}




/* Section de bienvenue */

#bienvenue {
    background-color: #96CCFF;
    padding: 0 36px 36px 36px;
}

#bienvenue .container {
    padding: 0px;
    background-color: #ffffff;
}

#bienvenue h1 {

    color: #96CCFF;
    text-align: center;
    font-size: 50px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    display: flex;
    justify-self: center;
}

#gif-logo {
    width: 70vw;
    height: auto;
    padding: 20px 5vw 5vw 5vw;
    display: flex;
    justify-self: center;
}




/* Section Exposition */

#exposition h2 {
    color: #96CCFF;
}


#exposition a {
    color: #96CCFF;
}

#exposition button {
    color: #96CCFF;
    border-color: #FF8C77;
}

.exposition-image {
    background-image: url("../images/expositon-colore.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 358px;
}




/* Section À propos */

#a-propos {
    border-top: #FF8C77 solid 50px;
}


.a-propos-image {
    background-image: url("../images/img-a-propos.jpg");
    padding-top: 25px;
    width: 100%;
    height: 358px;
    background-size: cover;
    background-repeat: no-repeat;


}

#a-propos img {
    width: 82vw;
}

#a-propos h2 {
    color: #FF8C77;
}

#a-propos button {
    color: #FF8C77;
    border-color: #C5E8D3;
}




/* Section Blog */

#blog {
    border-top: #C5E8D3 solid 50px;
}

#blog h2 {
    color: #C5E8D3;
}

#blog button {
    color: #C5E8D3;
    border-color: #77B1C9;
    margin: 0;
}




/* Section événements et ateliers*/

#evenements {
    border-top: #77B1C9 solid 50px;

}

#evenements h2 {
    color: #77B1C9;
}

#evenements a {
    color: #77B1C9;
}

#evenements button {
    color: #77B1C9;
    border-color: #FFC894;
}




/* Artistes */

#artistes {
    border-top: #FFC894 50px solid;
}

#artistes h2 {
    color: #FFC894;
}

#artistes button {
    margin-top: 5px;
    color: #FFC894;
    border-color: #96CCFF;
}

/* Ici c'est la gallerie d'artiste */

#gallerie {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    row-gap: 25px;
    grid-auto-rows: 250px;
}

#gallerie>div:nth-child(3n) {
    grid-column: span 2;
}

#gallerie>div {
    border-radius: 25px;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.titres-artists {
    margin: 0px;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #ffffff;
    background-color: #96CCFFE6;
    height: 64px;

    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;

    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-align: center;
}

#pipilotti-rist {
    background-image: url("../images/pexels-taryn-elliott-6184414.webp");
}

#pipilotti-rist>h3 {
    color: #FF8C77;
    background-color: #ffffffE6;
    /* E6 c'est 90% d'opacité en hexadécimal */
}

#sarah {
    background-image: url("../images/pexels-rethaferguson-3817566.webp");
}

#marc {
    background-image: url("../images/pexels-mali-1043331.webp");
}

#marc>h3 {
    background-color: #77B1C9E6;
}

#camille-durand {
    background-image: url("../images/pexels-hatice-baran-153179658-16037025.webp");
}

#camille-durand>h3 {
    background-color: #FFC894E6;
}

#liu {
    background-image: url("../images/pexels-moose-photos-170195-556069.webp");
}

#liu>h3 {
    background-color: #C5E8D3E6;
}

#tsehay {
    background-image: url("../images/pexels-olly-3880777.webp");
}

#tsehay>h3 {
    background-color: #C5E8D3E6;
}

#isabelle {
    background-image: url("../images/pexels-jonathan-valdes-286676880-16685783.webp");
}

#isabelle>h3 {
    background-color: #FF8C77E6;
}

#julien {
    background-image: url("../images/pexels-roman-odintsov-8189179.webp");
}

#elodie {
    background-image: url("../images/pexels-shvetsa-4483102.webp");
}

#elodie>h3 {
    color: #FFC894E6;
    background-color: #ffffffE6;
}




/* Section Horaires */

#horaires {
    border-top: #96CCFF 50px solid;
}

#horaires h2{
    color: #96CCFF;
}


#horaires a {
    font-size: 17px;
    color: #FFC894;
}

iframe {
    /* La carte de google maps*/
    width: 82vw;
    height: 263px;
    border: 0;
    margin-top: 25px;
}


/* Footer */

footer section {
    height: 353px;
    background-color: #96CCFF;
    color: #ffffff;
    text-align: center;
    /*padding: 25px 36px 25px 36px;*/
}

footer p {
    margin: 0px;
}

footer button {
    background-color: #96CCFF;
    color: #ffffff;
    border-color: #ffffff;
}

.social-icons i {
    font-size: 2.5em;
    color: #ffffff;
    transition: filter 0.3s ease;
    padding: 25px;
    --fa-animation-duration: 2s;
}

#droits-reserves {
    font-size: 18px;
    color: black;
}








/*La Pages de contacte*/

#bienvenu-contact {
    padding: 25px 9vw 25px 9vw;
}

#bienvenu-contact h1 {
    color: #FF8C77;
}

#bienvenu-contact p {
    margin-bottom: 0px;
}

.formulair-et-infos-general {
    margin: 0px;
    padding: 0px 9vw 25px 9vw;
}

#formulair {
    background-color: #96CCFF;
    margin-bottom: 25px;
}


#formulair h2 {
    color: #ffffff;
    padding-left: 5%;
    padding-top: 25px;
    padding-bottom: 25px;

}

form {
    width: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
    column-gap: 10px;

}



form button {
    color: #FF8C77;
    border-color: #FF8C77;
    margin-top: 0px;
    margin-bottom: 25px;
    margin-left: 10%;

}

.court-input {
    grid-column: span 1;
}


#prenom-input{
    margin-right: 0px;
    margin-left: 10%;
}

#nom-input{
    margin-left: 0px;
    margin-right: 10%;
}
input::placeholder,
textarea::placeholder {
    color: #FF8C77;
    opacity: 1;
    /* Assure que le placeholder soit pleinement visible */
}




form input,
form textarea {
    margin: 0px 5% 0px 5% ;
    color: #FF8C77;
    padding: 10px;
    border: 1px solid #FF8C77;
    border-radius: 5px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 13px;
    display: grid;
    grid-column: span 2;
}


#tarifs-et-visite-perso {
    padding: 0px 9vw 25px 9vw;
}


#coordonnees-et-horaires h2 {

    color: #FF8C77;
}

#tarifs-et-visite-perso h2 {
    color: #FF8C77;
}






.carte-de-maps iframe {
    margin: 0px;
    padding: 0px 9vw 25px 9vw;
}

.titre-construction {

    font-size: 35px;
    color: #FF8C77;
    padding: 30px;
    text-align: center;

}



/* Page à Propos*/

.bienvenu-a-propos{
    padding: 25px 9vw 0px 9vw;
}

.bienvenu-a-propos h1{
    color: #FF8C77;
}

#entre-de-galerie{
    background-image: url("../images/galerie-entre.jpg");
    width: 100%;
    height: 359px;
    background-size: cover;
    background-repeat: no-repeat;
}

.mission{
    padding: 0px 9vw 0px 9vw;
}



.mission{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 10px;
}

.mission p{

    grid-row: 2/ span 2;
}

.mission div{
    width: 100%;
    height: 175px;
    background-size: cover;
    background-repeat: no-repeat;
}

#chambre-1{
    background-image: url("../images/Galerie.webp");
}

#chambre-2{
    background-image: url("../images/galerie-chambre-2.webp");
}

#chambre-3{
    background-image: url("../images/galerie-salle-3.webp");
}

.lieu-vivant{
    
    padding: 25px 9vw 25px 9vw;

}

.lieu-vivant li {
    margin-left: 25px;
    font-size: 15px;
    line-height: 1.5em;
    list-style-type: disc;
}

.lieu-vivant li::marker {
    color: #FF8C77; /* Change la couleur des puces */
}

.rdv-passionnee{
    padding: 0px 9vw 0px 9vw;
}

.fondatrice{
    padding: 0px 9vw 25px 9vw;
}

#img-fondatrice{
    background-image: url("../images/sun-7350734_1280-mobil.jpg");
    width: 100%;
    height: 532px;
    background-size: cover;
    background-repeat: no-repeat;
}







/* Styles pour ordinateur */

@media only screen and (min-width: 1024px) {

    .container {
        padding: 60px 10% 60px 10%;
    }


    /* Typographie générale */

    h2 {
        font-size: 65px;
    }

    h3 {
        font-size: 50px;
        margin: 60px 0;
    }

    p {
        margin: 60px 0 60px 0;
        font-size: 35px;
        letter-spacing: 0.3px;
    }

    a {
        text-decoration: 1.5px underline;
        font-size: 35px;
        transition: 1s;
        letter-spacing: 0.3px;
        cursor: pointer;
    }

    a:hover {
        color: #FF8C77;
        text-decoration: 1.5px underline #FF8C77;
    }

    button {
        margin-top: 60px;
        width: 398px;
        height: 90px;


        border: 3px solid;
        border-radius: 65px;
        font-size: 35px;

        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

    button:hover {
        background-color: #FF8C77;
        border: 0;
        transform: scale(1.05);
        /* Légère augmentation de la taille lors du hover */
    }


    /* Les chose qui sont les mêmê en generale dans tous la page d'acceuil s'arrete là*/




    /* Section de navigation */

    #menu-fix {
        height: 160px;
        background-color: #96CCFF;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0% 10%;
    }

    #logo-50px {
        width: 120px;
    }

    a[href="pages/menu.html"] {
        display: none;
    }

    nav {
        display: block;
    }

    nav a {
        font-size: 40px;
        color: #ffffff;
        text-decoration: none;
        margin: 10px 15px;
        padding: 5px 0;
    }

    nav a:hover {
        color: #FF8C77;
        cursor: pointer;
        text-decoration: none;
    }

    #menu-burger {
        display: none;
    }


    /* Section de bienvenue */

    #bienvenue {
        background-color: #96CCFF;
        padding: 0 10% 179px 10%;
    }

    #bienvenue .container {
        width: 80vw;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #bienvenue h1 {
        padding-left: 3.5vw;
        margin-bottom: 130px;
        margin-top: 110px;
        text-align: left;
        height: auto;
        width: 45vw;
        font-size: clamp(60px, 9vw, 120px);
    }

    #gif-logo {
        padding: 0px;
        width: 25vw;
        height: auto;
        margin-top: 165px;
        padding-left: 10%;
        padding-right: 3.5vw;
        margin-bottom: 178px;
        justify-self: end;
    }




    /* Section Exposition */
    #exposition .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        column-gap: 60px;
    }

    .exposition-text {
        grid-column: 1;
        grid-row: 1;
    }

    .exposition-image {
        margin-top: 32px;
        grid-column: 2;
        grid-row: 1 / span 2;
        background-image: url("../images/expositon-colore.png");
        max-width: 100%;
        height: 687px;
    }

    .exposition-dates {
        grid-column: 1;
        grid-row: 2;
    }



    #exposition p {
        margin-bottom: 40px;
    }

    #exposition a:hover {
        color: #FF8C77;
    }

    #exposition button:hover {
        color: #ffffff;
    }



    /* Section À propos */

    #a-propos {
        border-top: #FF8C77 100px solid;

    }

    #a-propos .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .a-propos-texte {
        grid-column: 1;
    }

    .a-propos-image {
        grid-column: 2;
        background-image: url("../images/img-a-propos.jpg");
        padding-top: 32px;
        width: 100%;
        height: 674px;
    }



    #a-propos .container button {
        margin: 0px;
        grid-column: 1;
    }

    #a-propos button:hover {
        color: #ffffff;
    }




    /*Section Blog*/

    #blog {
        border-top: #C5E8D3 solid 100px;
    }

    #blog button:hover {
        color: #ffffff;
    }




    /* Section éeénements*/

    #evenements {
        border-top: #77B1C9 100px solid;
    }

    #evenements a:hover {
        color: #FF8C77;
    }


    #evenements button:hover {
        color: #ffffff;
    }




    /* Galerie d'artistes */
    #artistes {
        border-top: #FFC894 100px solid;
    }

    #gallerie {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 10px;
        row-gap: 25px;
        grid-auto-rows: 357px;
    }

    #gallerie>div {
        border-radius: 35px;

        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .titres-artists {
        height: 89px;

        border-bottom-right-radius: 35px;
        border-bottom-left-radius: 35px;

        font-size: 30px;
    }

    #gallerie .titres-artists {
        color: transparent;
        background-color: transparent;
    }

    #gallerie .titres-artists:hover {
        cursor: pointer;
        transition: all 0.3s ease;
    }

    #pipilotti-rist:hover h3 {
        color: #FF8C77;
        background-color: #ffffffE6;
    }

    #sarah:hover h3 {
        color: #ffffff;
        background-color: #96CCFFE6;
    }

    #marc:hover h3 {
        color: #ffffff;
        background-color: #77B1C9E6;
    }

    #camille-durand:hover h3 {
        color: #ffffff;
        background-color: #FFC894E6;
    }

    #liu:hover h3 {
        color: #ffffff;
        background-color: #C5E8D3E6;
    }

    #tsehay:hover h3 {
        color: #ffffff;
        background-color: #C5E8D3E6;
    }

    #isabelle:hover h3 {
        color: #ffffff;
        background-color: #FF8C77E6;
    }

    #julien:hover h3 {
        color: #ffffff;
        background-color: #96CCFFE6;
    }

    #elodie:hover h3 {
        color: #FFC894;
        background-color: #ffffffE6;
    }

    #artistes button {
        margin-top: 40px;
    }

    #artistes button:hover {
        color: #ffffff;
    }




    /* Section Horaires et Tarifes */

    #horaires {
        border-top: #96CCFF 100px solid;
    }

    #horaires .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 20px;
    }

    .horaires-et-tarifs {
        margin: 10px 0px 0px 60px;
        grid-column: 2;
        grid-row: 1;
    }

    .visite-perso {
        grid-column: 1 / span 2;
        grid-row: 2;
    }

    #horaires .horaires-et-tarifs p {
        margin: 48px 0px 58px 0px;
    }

    .carte-de-maps {
        grid-column: 1;
        grid-row: 1;
    }

    #horaires a {
        font-size: 35px;
        color: #FFC894;
    }

    #horaires a:hover {
        font-size: 39px;
        color: #FF8C77;
        border-color: #FF8C77;
    }

    iframe {
        /* La carte de google maps*/
        width: 100%;
        height: 90%;
        margin: 0px;
        align-self: start;
    }




    /* Footer */

    footer section {
        height: 400px;
    }

    footer {

        color: #ffffff;
    }

    footer section div {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        /* 6 colonnes égales */
        grid-template-rows: repeat(2, auto);
        gap: 60px;
    }

    #acroche-newsletter {
        grid-column: span 6;
        text-align: left;
        margin: 0;
    }

    footer button {
        margin: 0px;
        grid-column: 1;
        grid-row: 2;
        color: #ffffff;
        border-color: #C5E8D3;
    }

    footer button:hover {
        background-color: #ffffff;
        color: #FF8C77;
    }

    .social-icons {
        grid-column: 2/ span 2;
        grid-row: 2;
        display: flex;
        align-items: center;
    }

    .social-icons i {
        padding: 0px;
        font-size: 5em;
        /* Correspond à fa-5x */
        cursor: pointer;
        transition: color 0.3s ease;
    }

    .social-icons i:hover {
        color: #FF8C77;
    }

    #droits-reserves {
        grid-column: 4 / span 3;
        grid-row: 2;
        font-size: 35px;
        text-align: right;
        display: flex;
        align-items: center;
    }










    /*Page de contacte */

    #bienvenu-contact {
        padding: 25px 10% 25px 10%;
    }

    #bienvenu-contact h1 {
        font-size: 65px;
    }

    .formulair-et-infos-general {
        background-color: #96CCFF;
        width: 80vw;
        padding: 0px;
        margin: 0% 10%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 60px;
    }

    #formulair {
        margin-bottom: 0px;
    }

    #formulair h2 {
        padding-top: 60px;
    }

    form {
        width: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        row-gap: 60px;
    }



    form button {
        margin-top: 0px;
        margin-bottom: 60px;
        margin-left: 5%;
    }

    form button:hover {

        color: white;
        background-color: #FF8C77;
    }


    .court-input {
        grid-column: span 1;
    }


    form input,
    form textarea {
        padding: 20px;
        border: 2px solid;
        border-radius: 10px;
        font-size: 30px;
        display: grid;
        grid-column: span 2;
    }


    #coordonnees-et-horaires {
        height: auto;
        color: #ffffff;
        grid-column: 2;
        padding-top: 60px;
    }

    #coordonnees-et-horaires h2 {
        font-size: 65px;
        color: #ffffff;
    }

    #tarifs-et-visite-perso {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin: 60px 10% 60px 10%;
        padding: 0px;
    }


    .carte-de-maps {
        padding: 0px 0px 60px 10%;
    }

    .carte-de-maps iframe {

        width: 80vw;
        height: 800px;

        padding: 0px;
    }


    /*Le titre h1 des pages qui sont a faire*/

    .titre-construction {

        font-size: 65px;
        color: #FF8C77;
        padding: 60px;

    }


    /*A propos*/

    .bienvenu-a-propos{
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 0px;
        column-gap: 60px;
    }

    .bienvenu-a-propos h1{
        padding-top: 60px;
        padding-bottom: 60px;
        font-size: 65px;
        grid-column: span 2;
        grid-row: 1 ;
        
    }

    .bienvenu-a-propos p{
        margin-top: 0px;
    }


    #entre-de-galerie{
        background-image: url("../images/galerie-entre.jpg");
        width: 100%;
        height: 674px;
        grid-column: 2;
        grid-row: span 2;
        margin-bottom: 60px;
    }



    .mission{
        grid-template-columns: repeat(3, auto);
        grid-template-rows: repeat(3, auto);
    }
    
    .mission h2{
        grid-column: span 2;
    }
    .mission p{
        grid-column: 1/ span 3;
        grid-row: 2 ;

    }

    .mission div{
        width: 536px;
        height: 536px;
        grid-row: 3;
    }


    .fondatrice{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, auto);
        column-gap: 60px;
    }

    #img-fondatrice {
        grid-column: 2;
        grid-row: 1/ span 3;
        background-image: url("../images/sun-7350734_1280-ordinateur.jpg");
        width: 100%;
        height: 1218px;
        margin-bottom: 60px;

    }

    .lieu-vivant li{
        font-size: 35px;
    }

    .rdv-passionnee h2{
        margin-top: 60px;
    }

    .rdv-passionnee p{
        margin-bottom: 80px;
    }
}