@charset "UTF-8";

body {
    background-color: rgb(251, 254, 236);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2em;
    color: rgb(24, 6, 101);
}

a {
    text-decoration: none;
}

.rouge {
    color: red;
    font-size: 0.7em;
    text-decoration: red;
    text-decoration-line: underline;
}

header {
    width: 100%;
    color: rgb(5, 16, 99);
    text-align: center;
}

footer {
    text-align: center;
    padding-top: 3em;
}

.basdepage {
    display: block;
    font-size: 0.5em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(29, 5, 190);
}

.centrer {
    display: inline-block;
    margin: auto;
    width: 100%;
}

.menu {
    display: flex;
    justify-content: end;
    width: 100%;
    height: 40px;
    background-color: rgb(216, 242, 245);
}

.menu ul {
    display: flex;
    margin: 0;
    list-style: none;
    font-weight: bold;
}

.menu li {
    padding: 10px;
    font-size: 0.7em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: darkblue;
}

.burger {
    display: none;
}

@media screen and (max-width:768px) {
    body {
        overflow-x: hidden;
    }

    .menu_liens {
        text-align: center;
        display: flex;
        flex-direction: column;
        width: 0;
        height: 100vh;
        position: absolute;
        right: -45px;
        background-color: floralwhite;
    }

    .show-nav .menu_liens {
        width: 100%;

    }

    .burger {
        display: block;
        position: relative;
        padding: 0;
        width: 45px;
        height: 45px;
        border: none;
        background: transparent;
        cursor: pointer;
    }

    .show-nav .bar {
        width: 0;
        background: transparent;
    }

    .bar {
        display: block;
        width: 45px;
        height: 4px;
        background-color: black;
        border-radius: 3px;
    }

    .bar::before,
    .bar::after {
        content: "";
        display: block;
        width: 45px;
        height: 4px;
        position: absolute;
        background-color: black;
        border-radius: 3px;

    }

    .bar::before {
        transform: translateY(-12px);
    }

    .bar::after {
        transform: translateY(12px);
    }

    .show-nav .bar::before {
        transform: rotate(45deg);
    }

    .show-nav .bar::after {
        transform: rotate(-45deg);
    }

}

.info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    clear: both;
    background-color: rgb(249, 219, 194);
    justify-content: center;
    text-align: center;
}

/*-------------------------------------gerer les galeries ancien css------------*/
.supercarre {
    clear: both;
    width: 250px;
    height: 300px;
    display: flex;
    color: blue;
    flex-direction: column;
    margin: auto;
    padding: 0 10px 0;
}

.supercarre p {
    display: block;
    /*  width: 300px;*/
    height: 15px;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(28, 26, 178);
    font-size: 0.6em;
    font-weight: bolder;
    /*padding-top: 30px;*/
    /* position: relative; */
    top: -10px;
}

.carre {
    width: 250px;
    height: 250px;
    font-family: 'Trebuchet';
    color: rgb(59, 63, 185);
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    border-left: 5px solid;
    border-right: 5px solid;
    border-top: 3px solid;
    border-bottom: 3px solid;
    text-shadow: 3px 3px 0px rgba (0, 0, 0, 0, 2);
    box-shadow: 6px 6px 25px rgba (0, 0, 0, 0.5);
    overflow: hidden;
    object-fit: cover;
    margin: auto;
    padding: 0 10px 0;
}

.carreimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgaccueil {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    clear: both;
    color: darkmagenta;
    text-align: center;
}

.entetegal {
    font-size: 2em;
}

.entetegalerie {

    font-size: 1.5em;
    color: rgb(178, 114, 4);
}

/*-----------------------FIN gérer les galeries ancien css----------------*/
/*----------------------gérer les galeries nouveau css---------------------*/
.contenergalerie {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    column-gap: 50px;
    row-gap: 30px;
}

.cadregalerie {
    width: 250px;
    height: 300px;
    /* flex: auto; */
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*background-color: rgb(48, 48, 214);*/
}

.cadrephoto {
    width: 240px;
    height: 240px;
    border-radius: 6px;
    border: 5px solid;
    overflow: hidden;
    object-fit: cover;
    margin: auto;
}

.imagettedegalerie {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.titleimagette {
    text-align: center;
    color: rgb(10, 148, 33);
    font-size: medium;
    font-family: 'Times New Roman', Times, serif;
}

.galcomment {
    font-size: 0.8em;
    color: burlywood;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/*..................fin gérer les galeries nouveau css...........*/
.citation {
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(80, 213, 53);
    margin: auto;
    font-size: 1.2em;
    margin-top: 6%;
}

@media screen and (max-width:700px) {
    .citation {
        font-size: 5vw;
        color: darkgreen;
    }

    .titreHeader {
        font-size: 1.5em;
        font-weight: bold;
        margin-top: 3px;
        margin-bottom: 10px;
    }

}

.titrebackoffice {
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(10, 71, 240);
    margin: auto;
    font-size: 1.8em;
    margin-bottom: 8%;
}

.titrecommentaire {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(25, 6, 135);
    margin: auto;
    font-size: 0.8em;
    margin-bottom: 6%;
}

.titrecom {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(48, 86, 241);
    margin: auto;
    font-size: 0.8em;
    margin-bottom: 6%;
}

.connexion {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(62, 164, 42);
    padding-left: 50px;
    font-size: 1em;
}

.creation {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(62, 164, 42);
    padding-left: 50px;
    font-size: 1em;
}

.texteaccueil {
    text-align: justify;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(29, 5, 190);
    margin: auto;
    font-size: 0.6em;
    margin-top: 3%;
    width: 60%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.texteaccueil img {
    width: 100%;
    object-fit: contain;
}

.img1 {
    grid-column: 1/2;
    grid-row: 1;
}

.p1 {
    grid-column: 2/4;
}

.p2 {
    grid-column: 1/3;
}

.img3 {
    grid-column: 1/2;
    grid-row: 3;
}

.p3 {
    grid-column: 2/4;
}

.img4 {
    grid-column: 3/4;
    grid-row: 4;
}

.p4 {
    grid-column: 1/3;
}

.p5 {
    grid-column: 2/4;
    grid-row: 5;
}

.img5 {
    grid-column: 1/2;
    grid-row: 5/6;
}

.p6 {
    grid-column: 1/2;
}

.img6 {
    grid-column: 2/4;
    grid-row: 5;
}

@media screen and (max-width:700px) {
    .texteaccueil {

        width: 95%;
        grid-template-columns: 1fr;
    }

    .img1 {
        grid-column: 1;
        grid-row: 1;
    }

    .p1 {
        grid-column: 1;
        grid-row: 2;
    }

    .img2 {
        grid-column: 1;
        grid-row: 4;

    }

    .p2 {
        grid-column: 1;
        grid-row: 3;
    }

    .img3 {
        grid-column: 1;
        grid-row: 5;
    }

    .p3 {
        grid-column: 1;
        grid-row: 6;
    }

    .img4 {
        grid-column: 1;
        grid-row: 8;
    }

    .p4 {
        grid-column: 1;
        grid-row: 7;
    }

    .img5 {
        grid-column: 1;
        grid-row: 9;
    }

    .p5 {
        grid-column: 1;
        grid-row: 10;
    }

    .img6 {
        grid-column: 1;
        grid-row: 12;
    }

    .p6 {
        grid-column: 1;
        grid-row: 11;
    }

}

.comGal {
    resize: none;
    height: 50px;
    width: 80%;
}

_*-----------------------------------------mentions légales-------------------------------*/ .mentionslegales {
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(240, 223, 210);
    margin: auto;
    font-size: 0.7em;
    margin-top: 3%;
}

.mentionslegales h1 {
    color: rgb(81, 92, 246);
    font-family: 'Trebuchet';
    font-size: 1.8em;
}

.mentionslegales p {
    font-size: 1em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(81, 92, 246)
}

.hide {
    display: none;
}

/*---------------------------------------------------------------------------------*/
/*-----------------------------guestbook-------------------------------------------*/

.commentaire {
    resize: none;
    height: 50px;
    width: 80%;
}

.tableaucommentaire {
    width: 100%;
    border: 2px solid rgb(48, 115, 223);
    font-size: 0.6em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    table-layout: auto;
    border-radius: 6px;
    border-left: 5px solid;
    border-right: 5px solid;
    border-top: 3px solid;
    border-bottom: 3px solid;
    margin-bottom: 8%;
}

th {
    text-align: center;
    padding: 12px;
}

td {
    text-align: justify;
    padding: 20px;
}

th,
td {
    border: 1px solid rgb(48, 115, 223);
    background-color: rgb(248, 245, 245);
    color: rgb(44, 7, 152);
}

.livredor {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1em;
    color: blue;
}

.ldo {
    font-family: 'Trebuchet MS';
    font-size: 1.2em;
    color: darksalmon;
    padding-left: 100px;
    text-decoration-line: underline;
}

.cotaire {
    padding-top: 8%;
    color: rgb(2, 86, 124);
    font-size: 0.8em;
}

.entetescomment {

    font-size: 0.5em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.comments {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-left: 30px;
    font-size: 0.7em;
    color: black;
    text-align: left;
}

.id {
    text-align: left;
    font-size: 0.8em;
}

/*--------------------------------------------------------------------------------------*/
/*---------------------------lightbox--------------------------------------------*/

.clicable {
    cursor: pointer;
}

#lightbox {
    width: 100%;
    height: 100vh;
    background-color: #323232;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.lightBoxContent {
    height: inherit;
}

.imgFullScreen {
    display: block;
    margin: auto;
    max-width: 90%;
    height: inherit;
    object-fit: contain;
}

.closeCursor {
    position: absolute;
    top: 0px;
    right: 3px;
    font-size: 2em;
    color: white;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
}

.onImage {
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 2px;
    position: absolute;
    bottom: 30px;
    margin: auto;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1em;
    color: rgb(10, 10, 10);
    background-color: rgba(196, 199, 201, 0.40);
    padding: 8px;
    border-radius: 8px;
    object-fit: contain;

}

/*---------------------------backoffice--------------------------------------------*/

.backoffice {

    display: block;
}

.backoffice nav {
    clear: both;
}

/*---------------------------gérer les photos--------------------------------------------*/

.titleth {
    font-size: 0.8em;
    color: rgb(14, 153, 65);
    /* color: blue;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1px;
    border-radius: 2px; */
}

.contenerImages {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px 2em;
}

.cadreImage {
    width: 100px;
    height: 150px;
    border-radius: 6px;
    border-left: 2px solid;
    border-right: 2px solid;
    border-top: 3px solid;
    border-bottom: 3px solid;
    overflow: hidden;
    color: chocolate;
}

.cadreImage h2 {

    font-size: 0.3em;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(5, 13, 76);
    padding: 5%;
}

.boxImage {

    width: 80px;
    height: 100px;
    margin: auto;
}

.boxImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}