/* ------------------------------------------------------------------------------------------------------------------ */
/* --- CDOE LOKAPI BY MHD ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */

/* --- SOMMAIRE ----------------------------------------------------------------------------------------------------- */
/* --- 1. WEBSITE COLORS -------------------------------------------------------------------------------------------- */
/* --- 2. BODY ------------------------------------------------------------------------------------------------------ */
/* --- 3. HEADER ---------------------------------------------------------------------------------------------------- */
/* --- 4. MAIN ------------------------------------------------------------------------------------------------------ */
/* --- 5. VIGNETTES ------------------------------------------------------------------------------------------------- */
/* --- 6. ANNONCE --------------------------------------------------------------------------------------------------- */
/* --- 7. FAQ ------------------------------------------------------------------------------------------------------- */
/* --- 8. FOOTER ---------------------------------------------------------------------------------------------------- */
/* --- 9. MENTIONS LÉGALES ------------------------------------------------------------------------------------------ */

/* --- 1. WEBSITE COLORS -------------------------------------------------------------------------------------------- */
:root{
    --color1: #FFFFFF; /*Blanc*/
    --color2: #F3EEEB; /*Beige clair*/
    --color3: #DFD4CE; /*Beige normal*/
    --color4: #645953; /*Beige foncé*/
    --color5: #E3481C; /*Rouge clair*/
    --color6: #BF3B17; /*Rouge foncé*/
    --color7: #FC9002; /*Orange clair*/
    --color8: #F35B08; /*Orange foncé*/
    --color9: #E6D009; /*Jaune clair*/
    --color10:#BDAC07; /*Jaune foncé*/
    --color11: #C2CF05; /*Vert clair*/
    --color12: #91BB00; /*Vert foncé*/
    --color13: #249CD8; /*Bleu clair*/
    --color14: #24517E; /*Bleu foncé*/
    --color15: #6934A2; /*Violet clair*/
    --color16: #50287C; /*Violet foncé*/
    --color17: #36383F; /*Gris foncé*/
    --color18: #000000; /*Noir*/
}

/* --- 2. BODY ------------------------------------------------------------------------------------------------------ */

body{
    background-color: var(--color2);
    margin: auto;
    font-family: 'Comfortaa', cursive;
}
#template {
    margin: auto;
    width: 75rem;
    height: 38rem;
}
#templateImag {
    margin: auto;
    position: absolute;
    z-index: 1;
    height: 38rem;
    width: 75rem;
}

@media screen and (max-width: 500px) {
    body {
        margin: 0;
        width: 100%;
    }
    #template {
        margin: 0;
        width: 100%;
    }
    #templateImag {
        height: 5.5rem;
        width: 100%;
        box-shadow: 0 0 10px black;
        position: fixed;
    }
}

/* --- 3. HEADER ---------------------------------------------------------------------------------------------------- */

header {
    margin-top: -38rem;
    background-color: var(--color14);
    height: 38rem;
    margin-bottom: 1rem;
}
#displayHeader {
    width: 75rem;
    margin: auto;
    padding: 0.5rem;
    position: relative;
    z-index: 2;
}
#part1Header {
    color: var(--color1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 3rem;
}
#logos {

}
#logoImagHeader {
    height: 13rem;
    margin-left: 3rem;
}
#logoTextHeader {
    margin-bottom: 6rem;
    margin-left: -1.5rem;
    height: 5rem;
}
#infoResa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Bangers', cursive;
    font-size: 2em;
    width: 30rem;
    padding-bottom: 3rem;
}

@media screen and (max-width: 500px) {
    header {
        height: 5rem;
    }
    #displayHeader {
        width: 100%;
        margin: auto;
        padding: 0;
        position: fixed;
    }
    #part1Header {
        margin-left: 0;
        height: 5rem;
    }
    #logos {
        position: sticky;
        top: 0;
        width: 100%;

    }
    #logoImagHeader {
        height: 4rem;
        margin: 0.5rem;
    }
    #logoTextHeader {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        margin-left: 16%;
        height: 2.5rem;
        position: relative;
        z-index: 5;
    }
    #infoResa {
        display: none;
    }
}


/* --- MENU --------------------------------------------------------------------------------------------------------- */

#menu{
    width: 48rem;
    margin: auto;
    padding-left: 12rem;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
}
.contenuMenu {
    width: 8.5rem;
    height: 7rem;
    border-radius: 2rem;
    padding-top: 1rem;
    text-align: center;
    font-family: 'Bangers', cursive;
    font-size: 2em;
    color: var(--color1);
    box-shadow: 0px 0px 10px black;
    margin: 0.5rem -0.25rem 0 -0.25rem;
    letter-spacing : 1.5px;
}
.contenuMenu:hover {
    height: 7.25rem;
    cursor: pointer;
    margin-top: -0.25rem;
}
.lienMenu {
    color: var(--color1);
    text-decoration: none;
    width: 8.5rem;

}
#menuMobile {
    display: none;
}
#accueil {
    background-color: var(--color5);
    transform-origin: center;
    transform: rotate(-5deg);
    position: relative;
    z-index: 3;
}
#chateau {
    background-color: var(--color7);
    transform: rotate(3deg);
    position: relative;
    z-index: 6;
}
#fontaine {
    background-color: var(--color9);
    transform: rotate(-4deg);
    position: relative;
    z-index: 5;
}
#bonplan {
    background-color: var(--color11);
    position: relative;
    z-index: 4;
}
#faq {
    background-color: var(--color13);
    transform: rotate(4deg);
    position: relative;
    z-index: 3;
}
#contact {
    background-color: var(--color15);
    transform: rotate(-1deg);
    position: relative;
    z-index: 4;
}
#accueil2 {background-color: var(--color5);}
#chateau2 {background-color: var(--color7);}
#fontaine2 {background-color: var(--color9);}
#bonplan2 {background-color: var(--color11);}
#faq2 {background-color: var(--color13);}
#contact2 {background-color: var(--color15);}

#contour {
    width: 100%;
    margin-top: -31rem;
    position: relative;
    z-index: 8;
}
#imageAccueil {
    width: 94%;
    margin: -3rem 3% 0 3%;
    position: relative;
    border-radius: 5rem;
    z-index: 7;
}

@media screen and (max-width: 500px) {
    #menu {
        display: none;
    }
    #contour {
        display: none;
    }
    #menuMobil {
        visibility: initial;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .contenuMenu {
        display: none;
    }
    .contenuMenu2 {
        width: 16.7%;
        height: 0.5rem;
    }
    #imageAccueil {
        display: none;
        width: 0;
        margin-top: 0;
    }
    #menuMobile {
        margin-top: 0.75rem;
        width: 2.5rem;
        height: 2.5rem;
        visibility: initial;
    }
}

/* --- 4. MAIN ------------------------------------------------------------------------------------------------------ */
main {
    width: 75rem;
    margin: auto;
    background-color: var(--color2);
    height: auto;
    padding: 7rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.titre {
    font-family: 'Bangers', cursive;
    text-align: left;
    margin: 0.5rem 1rem 1rem 1rem;
    color: var(--color4);
    letter-spacing : 1px;
}

@media screen and (max-width: 500px) {
    main {
        width: 100%;
        padding: 5%;
        display: flex;
        flex-direction: column;
    }
    .titre {
        text-align: center;
        margin: 0 0 1rem 0;
        letter-spacing : 1px;
    }
}

/* --- 5. VIGNETTES ------------------------------------------------------------------------------------------------- */
.article {
    width: 25%;
    border-radius: 2rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: var(--color1);
    margin: 1rem 0;
    text-decoration: none;
}
.article:hover {
    box-shadow: 0 0 10px black;
}
.titreVignette {
    font-family: 'Bangers', cursive;
    text-align: center;
    width: 90%;
    padding: 1rem;
    border-radius: 1.5rem;
    margin: 0;
    font-size: 2.1em;
    letter-spacing : 1.5px;
}
.sousTitreVignette {
    margin: 0;
}
#vignette1 {background-color: var(--color8);}
#vignette2 {background-color: var(--color12);}
#vignette3 {background-color: var(--color14);}
#vignette4 {background-color: var(--color6);}
#vignette5 {background-color: var(--color10);}
#vignette6 {background-color: var(--color16);}

.fondTitre1 {background-color: var(--color7);}
.fondTitre2 {background-color: var(--color11);}
.fondTitre3 {background-color: var(--color13);}
.fondTitre4 {background-color: var(--color5);}
.fondTitre5 {background-color: var(--color9);}
.fondTitre6 {background-color: var(--color15);}

.imageVignette {
    width: 100%;
    margin: 1rem 0;
}
.sousTitreVignette {
    font-family: 'Comfortaa', cursive;
    text-align: left;
    font-size: 1.1em;
}
.decouvrir {
    font-family: 'Comfortaa', cursive;
    text-align: center;
    width: auto;
    padding: 0.8rem;
    border-radius: 5rem;
    margin: auto;
    font-size: 0.9em;
    font-weight: bold;
}
.decouvrir:hover {
    box-shadow: 0 0 10px black;
}

@media screen and (max-width: 500px) {
    .article {
        width: 100%;
        margin: 0 0 1rem 0;
    }
    .titreVignette {
        width: 100%;
    }
    .sousTitreVignette {
        font-size: 1em;
    }
    .descriptionVignette {
        margin: 0.5rem 0 1rem 0;
    }
}

/* --- 6. ANNONCE --------------------------------------------------------------------------------------------------- */

.displayAnnonce {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 3rem;
    margin-right: 3rem;
}
.imageAnnonce {
    width: 45%;
    height: 45%;
}
.description {
    color: var(--color4);
    width: 34rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sous-titres {
    color: var(--color4);
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--color4);
}
.ligne-tarif {
    color: var(--color4);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.deux-lignes-tarif {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}
.seconde-ligne-tarif {
    font-style: italic;
    font-size: 0.8em;
}
.montant-tarif {
    margin-top: 0.8rem;
    margin-right: 2rem;
}
address {
    width: auto;
    font-style: normal;
}
.descriptionTechnique {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--color4);
    margin-top: 1rem;
}
.descriptionColonne {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.descriptionligne {
    display: flex;
    flex-direction: row;
}
.descriptionelement {
    width: 17rem;
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
    align-items: center;
}

.conditions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--color4);
    margin-top: 1rem;
}
.descriptionligneCondition {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}
.etoile {
    font-size: 36px;
    margin: -10px 0;
}
.icon2rem {
    width: 2rem;
}

@media screen and (max-width: 500px) {
    .displayAnnonce {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .imageAnnonce {
        width: 100%;
    }
    .description {
        margin: 1rem 0 0 0;
        color: var(--color4);
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .tarifs {
        margin-bottom: 1rem;
    }
    .premiere-ligne-tarif {
        font-size: 0.9em;
    }
    .seconde-ligne-tarif {
        font-size: 0.6em;
    }
    .montant-tarif {
        font-size: 0.9em;
        margin: 0.5rem 0.8rem 0.5rem 0.8rem;
        width: 20%;
        text-align: right;
    }
    .descriptionligne {
        display: flex;
        flex-direction: column;
    }
    .icon2rem {
        width: 1.5rem;
    }
}

/* --- 7. FAQ ------------------------------------------------------------------------------------------------------- */

.faqGlobal {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin:1rem;
}
.icon4rem {
    width: 4rem;
}
.faqQuestionReponse {
    color: var(--color4);
    display: flex;
    flex-direction: column;
    margin-left:1rem;
}
.faqQuestion {
    font-weight: bold;
    font-size: 1.1em;
}
.faqReponse {
    font-style: italic;
    font-size: 1em;
}

@media screen and (max-width: 500px) {
    .faqGlobal {
        margin:1rem 0;
    }
    .icon4rem {
        width: 2.5rem;
    }
    .faqQuestion{
        font-size: 0.9em;
        margin-bottom: 0.5rem;
    }
    .faqReponse{
        font-size: 0.8em;
    }
    .bonplan-img {
        width: 16rem;
        margin: 0.5rem 0;
    }

}
/* --- 8. FOOTER ---------------------------------------------------------------------------------------------------- */

footer {
    background-color: var(--color3);
    height : 19.75rem;
}
#displayFooter {
    color: var(--color4);
    width: 75rem;
    height : 19rem;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.soustitreFooter {
    font-family: 'Bangers', cursive;
    font-size: 2.5em;
}
#plan {
    width: 75rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

}
.categoriePlan {
    width: 19rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.lienMenu2 {
    color: var(--color4);
    text-decoration: none;
}
.lienMenu2:hover {
    color: var(--color4);
    text-decoration: none;
}
.limenu {
    list-style-type: none;
    height: 3.2rem;
}
ul {
    padding: 0;
}

@media screen and (max-width: 500px) {
    footer {
        height : auto;
    }
    .soustitreFooter {
        margin-top: 1rem;
        font-size: 2em;
    }
    #displayFooter {
        color: var(--color4);
        width: 100%;
        height : auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        padding-left: 0;
        padding-right: 0;
    }
    #plan {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .categoriePlan {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    #planDuSite {
        display: none;
        height: 0;
    }
    #liensUtiles {
        display: none;
        height: 0;
    }
    .limenu {
        list-style-type: none;
        height: auto;
        margin: 0.5rem 0 ;
    }
    ul {
        margin: 0 1rem 1rem 1rem;
        width: 80%;
        font-size: 0.9rem;
    }
}

/* --- 9. MENTIONS LÉGALES ------------------------------------------------------------------------------------------ */

#displayLegal {
    width: 75rem;
    margin: auto;
    text-align: center;
    padding: 1rem;
}
.droits {
    height: 2rem;
    font-size: 0.8em;
    font-style: italic;
}
.droitsMobil {
    display: none;
}

@media screen and (max-width: 500px) {
    #displayLegal {
        width: 100%;
        padding: 0.5rem;
    }
    .droits {
        display: none;
    }
    .droitsMobil {
        width: 100%;
        font-size: 0.6rem;
        font-style: italic;
        display: flex;
        flex-direction: column;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* --- FIN CDOE LOKAPI BY MHD --------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */



























.lien-contact {
    color: var(--color4);
    font-weight: bold;
}


.bonplan-cases {
    width: 18rem;
    height: 30rem;
    border-radius: 2rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.templateBase {
    display: flex;
    flex-direction: column;
}













li {
    list-style-type: none;
    height: 2rem;
}
@media screen and (max-width: 500px) {
    li {
        height: auto;
    }
}







#part1Header {
    margin-bottom: -5rem;
}
@media screen and (max-width: 500px) {
    #part1Header {
        margin-bottom: 0rem;
        width: 100%;
    }
}





.annonce {
    width: 75rem;
    margin: auto;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 500px) {
    .annonce {
        width: 100%;
    }
}







.listelement{
    margin-left: 0.5rem;
}

.sousDescriptionTarif {
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 15px;
}

