* {
    --color1: #304CFD;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 14px;
}

h1 {
    font-size: 32px;
}

h3 {
    font-size: 20px;
}

nav.navbar {
    box-shadow: 0px 0px 5px 1px rgb(50 50 50 / 5%);
    background-color: #FFFFFF;
}

footer {
    background-color: #fafafa;
    padding: 40px;
}

footer a {
    text-decoration: none;
    color: rgba(0,0,0, 1);
}

.nav-link,
footer .nav-link,
footer .nav-link:focus {
    color: rgba(0,0,0, 1) !important;
}

footer .nav-link:hover {
    color: var(--color1) !important;
}

p {
    line-height: 35px;
    text-align: left;
}

.bg-grey {
    background-color: #f5f8f9;
}

.card-cst {
    border-radius: 20px;
    box-shadow: 0px 0px 5px 1px rgb(50 50 50 / 5%);
}

.card-cst-grey {
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 5px 1px rgb(50 50 50 / 5%);
    background-color: #f5f8f9;
}

.card-left {
    border-radius: 20px 0 0 20px;
}

.card-right {
    border-radius: 0 20px 20px 0;
}

.txt-cst {
    line-height: 35px;
    text-align: left;
}

.sticky-top {
    z-index: 9999;
}

.parallax-container {
    /*padding: 0 60px;*/
    /*padding: 0 300px;*/
}

.parallax {
    background-image: url("../img/home.jpg");
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-contact .parallax-container {
    padding: 0;
}

.page-contact .parallax {
    height: 300px;
}

.menu-cst {
    padding: 10px 50px;
}

.menu-cst li a {
    font-size: 20px;
}

a.nav-link.active,
.nav-item.active {
    border-bottom: 1px solid #000000;
}

.menu-side a.nav-link.active {
    border-bottom: 0;
}

.menu-side a.nav-link.active:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    content: "\f0da";
    margin-right: 5px;
}

.nav-item {
    border-bottom: 1px solid transparent;
    transition: all ease 0.5s;
}

.nav-item:hover {
    border-bottom: 1px solid #000000;
}

.nav-item.social-icon {
    border-bottom: none;
}

.h-captcha {
    text-align: center;
}

form button[type=submit] {
    display: block;
    width: 100%;
    text-align: center;
}

.page-fresque-murale p,
.page-toiles p,
.page-ateliers p,
.page-photographies p {
    font-size: 14px;
}

.page-boutique {
    min-height: 500px;
}

.page-fresque-murale h3,
.page-toiles h3,
.page-photographies h3,
.page-ateliers h3 {
    text-align: center;
}

.page-fresque-murale img,
.page-toiles img,
.page-ateliers img {
    box-shadow: 0px 0px 5px 1px rgb(50 50 50 / 5%);
    /*border-radius: 8px;*/
}

.page-photographies ul li,
.page-photographies b {
    font-weight: 400;
}

.txt-strong {
    font-weight: 400;
    font-size: 22px;
}

.btn-contact {
    padding: 10px;
    border: 1px solid var(--color1);
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0px 0px 5px 1px rgb(50 50 50 / 5%);
    transition: all ease-in-out 0.3s;
}

.btn-contact:hover,
.nav-link.btn-contact:hover {
    cursor: pointer;
    background-color: var(--color1);
    color: #FFFFFF !important;
}

button.menu-toggle {
    background-color: var(--color1);
    color: #FFFFFF;
    font-size: 16px;
    border: 1px solid var(--color1);
    border-radius: 4px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#menu-side {
    /*display: none;*/
}

.menu-side {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--color1);
    color: #FFFFFF;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    opacity: 0.9;
}

.menu-side div {
    padding: 20px;
    transition: 0.3s;
    width: 270px;
}
.menu-side a.nav-link {
    color: #FFFFFF !important;
    font-size: 16px;
}

.menu-side div:hover,
.menu-side .closebtn:hover {
    opacity: 0.9;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
}

.menu-side div:hover {

}

.menu-side .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    width: auto;
}

#parallax-home,
#parallax-contact {
    display: block;
}

#banner-home,
#banner-contact {
    display: none;
}


@media (max-width: 1390px){
    #menu-top {
        display: none;
    }

    #menu-mobile {
        display: block;
    }
}

@media (min-width: 1390px){
    #menu-mobile {
        display: none;
    }

    #menu-top {
        display: block;
    }

    .menu-side {
        margin-top: 30px;
        overflow-x: hidden;
        transition: 0.5s;
    }

    .menu-side > div:hover {
        cursor: pointer;
    }
}

@media (max-width: 900px){
    footer,
    footer ul {
        /*flex-direction: column;*/
        text-align: center;
    }
    .menu-cst {
        padding: 12px;
    }

    #parallax-home,
    #parallax-contact {
        display: none;
    }

    #banner-home,
    #banner-contact {
        display: block;
    }
}


img.lightbox {
    cursor: pointer;
}

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 9999;

    flex-direction: column;
}



#lightbox.visible {
    pointer-events: auto;
}

#lightbox.visible.fade-in {
    opacity: 1;
}

#lightbox-img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

#lightbox-description {
    color: #FFFFFF;
    font-style: italic;
    font-weight: 500;
    margin: 10px 0;
}

#lightbox-close, #lightbox-prev, #lightbox-next {
    position: absolute;
    color: white;
    font-size: 40px;
    cursor: pointer;
    user-select: none;
}

#lightbox-prev,
#lightbox-next {
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    color: white;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10000;
    user-select: none;
    background: transparent;
}

#lightbox-prev {
    left: 0;
}

#lightbox-next {
    right: 0;
}

#lightbox-prev:hover i,
#lightbox-next:hover i {
    opacity: 0.7;
}

#lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 10001;
}

#lightbox-prev {
    left: 30px; top: 50%;
    transform: translateY(-50%);
}

#lightbox-next {
    right: 30px; top: 50%;
    transform: translateY(-50%);
}


.image-container {
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.05);
    /*border-radius: 20px;*/
    padding: 0 !important;
    height: 400px;
    overflow: hidden;
}

.image-container img {
    transition: .4s ease;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 400px;
    /*background-color: rgba(255, 255, 255, 0.1);*/
    transition: .4s ease;
}

.overlay:hover{
    cursor: pointer;
}

.image-container:hover img {
    transform: scale(1.1);
}

.text-overlay-home {
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.text-overlay-home p {
    text-align: center;
}

.text-overlay-home a {
    color: #ffffff;
    text-decoration: none;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
}

.description-fresques,
.description-toiles {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 12px;
}