* {
    -webkit-locale: auto;
}

@font-face {
    font-family: "Amatic SC";
    src: url("fonts/Amatic_SC/AmaticSC-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Amatic SC";
    src: url("fonts/Amatic_SC/AmaticSC-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    padding-top: 8px;
    box-sizing: border-box;
    color: black;
    background-color: whitesmoke;
    min-height: 100vh;
    display: block;
    font-size: larger;
    font-family: 'Courier New', Courier;
}




body {
    padding: 0 15px 15px 15px;
}

.row-header {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    align-content: center;
    justify-content: space-between;
}

.header {
    /* display: flex; */
    /* flex-direction: row;
    flex-wrap: nowrap; */
    /* align-content: center; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex: 1 0 auto; */
    margin-top: 20px;
    margin-bottom: 20px;
    flex: 0 1 auto;
    width: 100%;
}

#menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Sour Gummy";
    font-weight: 600;
    justify-content: center;
    background-color: #ffdd88;
    width: 100%;

}

#menu a:link {
    color: black;
    text-decoration: none;
}

#menu a:visited {
    color: black;
    text-decoration: none;
}

.hover-underline-animation {
    displayX: inline-block;
    position: relative;
    cursor: pointer;
}



#menu a:hover {
    color: #94ccb3;
    transition: var(--trans, color .4s ease 0s);
}

.menu-active,
.menu-active a {
    color: #D6593C !important;
}

#Slash {
    padding: 0px 15px;
}




#logo {
    width: 400px;
    align-content: center;
}

#logo2 {
    width: 250px;
    align-content: center;
}

#copyright {
    text-align: center;
    word-spacing: normal;
    font-size: 15px;
    color: black;
    margin: 0 0 0 25px;
}



#sandwich {
    width: 20px;
}

#bandeau {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;

    width: 100%;
    padding: 25px;
    background-color: #ffdd88;
    margin-top: 100px;
}

#bandeau img {
    width: 100%;
    height: 100px;
}

#illustratrice {
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    text-align: left;
    font-size: 25px;
    /* margin-left: 15px; */
    /* margin-top: 0px; */
    text-align: center;
}

#hamburger-container {
    background-color: #94ccb3;
    border-radius: 50%;
    padding: 15px;
    margin-right: 15px;
    color: white;
    display: block;
}



#icon {
    color: black;
    margin-top: 5px;
    word-spacing: 5px;
    font-size: 20px;
    text-align: center;
}

.separateur {
    width: 3px;
    height: 150px;
    background-color: #D6593C;
    margin: 0 100px 0 25px
}

.fa-instagram:hover {
    opacity: 0.8;
    cursor: pointer;
    color: palevioletred;
    transform: scale(125%);
    transition: ease-in-out 0.2s;
}

.fa-etsy:hover {
    opacity: 0.8;
    cursor: pointer;
    color: orangered;
    transform: scale(125%);
    transition: ease-in-out 0.2s;
}

.fa-envelope-open:hover {
    opacity: 0.8;
    cursor: pointer;
    color: black;
    transform: scale(125%);
    transition: ease-in-out 0.2s;
}

.gallerie {
    display: flex;
    /* height: auto; */
    width: 100%;
    height: 100px;
    flex-direction: column;
    flex-wrap: wrap;
    opacity: 0;
    align-content: center;
    overflow: hidden;
}

.gallerie-horizontal {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-content: center; */
    justify-content: center;
    align-items: center;
}

#caption a,
#caption a:visited {
    color: #00308b;
}

.img-container {
    box-sizing: border-box;
    display: block;
    transition: 0.4s;
    width: 30%;
    height: auto;
    margin-right: 4px;
    margin-bottom: 4px;
}

.img-container-horizontal {
    height: auto;
    width: 30%;
    margin: 6px;
    transition: 0.4s;
}

.img-container-horizontal img {
    width: 100%;

}

.img-container:hover,
.img-container-horizontal:hover {
    cursor: pointer;
    box-sizing: border-box;
    transform: scale(102%);

}

.gallerie img {
    position: relative;
    width: 100%;
    /* box-shadow: 0px 0px 8px 0px rgb(185 185 185); */

    box-sizing: border-box;

}

.gallerie img:hover {}

#bandeau a:link {
    color: #94ccb3;
}

#bandeau a:visited {
    color: #94ccb3;
}

.gallery-section {
    width: 100%;
    text-align: center;
    font-family: Caveat, cursive;
    font-size: 50px;
    font-weight: bolder;
    background-color: #ffdd88;
    /* box-shadow: 0px 0px 5px #0000001f; */
    margin: 2rem 0 50px 0;
}

.fa-envelope:hover {
    color: #ffdd88;
    cursor: pointer;
    transform: scale(120%);
    transition: ease-in-out 0.2s;
}

.prix {
    font-family: Caveat, Cursive;
    font-size: 40px;
    color: #D6593C;
    font-weight: bolder;
}

/************************* Grossissement */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 55px;
    /* Location of the box */
    left: 0;
    top: 0px;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    /* overflow: auto; */
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgb(245 245 245 / 90%);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    max-height: 64vh;
    width: auto;
    max-width: 80%;
    background-color: #43cee000;
    border: none;
    margin-bottom: 10px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 47%;
    max-width: 470px;
    text-align: center;
    font-size: 20px;
    /* font-family: 'Amatic SC', cursive; */
    /* font-weight: bold; */
    color: black;
    padding: 10px 0;
    /* height: 150px; */
    background-color: #D6593C;
    /* background-color: aqua; */
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    /* position: absolute; */
    top: 15px;
    right: 35px;
    font-size: 80px;
    font-weight: bold;
    transition: 0.3s;
    color: #94ccb3;
    display: flex;
    justify-content: center;
}

.close:hover,
.close:focus {
    color: #ffdd88;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        /* width: 100%; */
    }
}



/*.contact {
    display: flex;
     text-align: justify;
    padding-top: 25px;
    align-items: center;
    font-size: 25px;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact div:first-child {
    min-width: 80%;
}

.contact div {
    margin: 15px;
    width: 40%;
    flex-grow: 1;
}*/

#parpat {
    font-family: 'Amatic SC', cursive;
    font-size: 35px;
    display: contents;
    font-weight: bolder;
}

#mail-link {
    font-weight: bolder;
    text-align: center;
    color: #94ccb3;
}

textarea {
    height: 200px;

}

.form-container {
    display: flex;
    justify-content: center;
}

.btn-success {
    background-color: #94ccb3;
    border-width: 2px;
    border-color: #D6593C;
    color: white;
    font-weight: bold;
    box-shadow: 0 4px #D6593C;
    border-radius: 12px;
}

.btn-success:hover {
    background-color: #ffdd88;
    border-color: #D6593C;
    color: #94ccb3;
}

.btn-success:active {
    background-color: #ffdd88;
    border-color: #D6593C;
    color: #94ccb3;
}

.form-control {
    border: 3px solid gainsboro;
    border-radius: 10px;
}

#contact-page {
    /*    padding-left: 20%;
        padding-right: 20%;
        min-width: 900px;*/
}

li {
    margin-bottom: 2rem;
    ;
}

.hide-on-mobile {
    display: initial;
}

.category {

    max-width: 50%;
    width: 50%;
    text-align: center;
}

.font-caveat {
    font-family: Caveat, cursive;
    font-weight: bold;
    font-size: 30px;
    color: black
}

@media only screen and (max-width: 1000px) {
    #contact-page {
        /*        min-width: 100%;
                padding:0;*/
    }

    .hide-on-mobile {
        display: none;
    }

    .media-list {
        flex-direction: column;

    }

    .category {
        min-width: 100%;
    }
}



@media only screen and (max-width: 500px) {

    html,
    body {
        margin: 0;
        padding: 0;
        padding-top: 8px;
        min-height: 100vh;
        /* display: block; */
        /* min-width: 100%; */
    }

    #contact-page {
        min-width: 100%;
        padding: 0;
    }


    #text {
        font-size: 18px;
    }

    .gallery-section {
        font-size: 35px;
    }

    .hide-on-mobile {
        display: none;
    }

    #copyright {
        width: 100%;
        margin: 0;
        padding-bottom: 1rem;
    }

    .category {
        min-width: 100%;
    }
}

@media only screen and (max-width: 400px) {

    .font-caveat {
        font-size: 20px;
    }

}