@font-face {
    font-family: "coolvetica";
    src: url("../fonts/coolvetica.otf");
}



body {
    margin: 0;
    font-size: 18px;
    margin-top: 54px;
    font-family: "poppins";

    /* background: rgb(0, 0, 0); */
    background: linear-gradient(0deg, rgb(48, 44, 70) 0%, rgb(166, 212, 235) 100%);
    /* background-image: url(../img/bg.jpg); */
    /* background-size: cover; */
}

.mt-30 {
    margin-top: 30px;
}






section {
    background-image: url(../img/bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

/* #859aac;
#b6505f;
#508fb6;
#626b87; */


.btn-cat {
    background-color: #0000006b;
    width: auto;
    padding: 15px 20px;
    font-family: "Bowlby One SC";
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid;
    border-radius: 10px;
}


.line {
    /* height: 30px; */
    /* width: 100%; */

}

#navbar::after,
/* body */
.line,

#home-header {
    /* background: linear-gradient(0deg, #302c46, rgb(166, 212, 235)); */
    /* background-size: 1200% 1200%; */
    -webkit-animation: bg-anim 30s ease infinite;
    -moz-animation: bg-anim 30s ease infinite;
    animation: bg-anim 30s ease infinite;
}

#home-header h2 {
    font-family: "coolvetica";
}

@-webkit-keyframes bg-anim {
    0% {
        background-position: 63% 0%
    }

    50% {
        background-position: 38% 100%
    }

    100% {
        background-position: 63% 0%
    }
}

@-moz-keyframes bg-anim {
    0% {
        background-position: 63% 0%
    }

    50% {
        background-position: 38% 100%
    }

    100% {
        background-position: 63% 0%
    }
}

@keyframes bg-anim {
    0% {
        background-position: 63% 0%
    }

    50% {
        background-position: 38% 100%
    }

    100% {
        background-position: 63% 0%
    }
}





.container {
    max-width: 1200px;
    padding: 0 3%;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 500px) {

    #home-header {
        margin-top: 50px;
    }



}

/* ------------------- SECTIONNAVBAR --------------------------------- */


#navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}


#nav-icon1 {
    display: none;
}

.nav-links {
    height: 54px;

}

#navbar::after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
}

#nav-logo {
    position: absolute;
    top: 12px;
    left: 12px;
}

.nav-links ul {
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
}

.nav-links ul li {
    display: inline-block;

}

.nav-links a {
    margin: 10px;
    margin-left: 14px;
    margin-top: 17px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: #3a3a54;
}

.nav-links a::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 10px;
    display: block;
    background-color: transparent;
    margin: 0 auto;
}

.nav-links a:hover::after,
.nav-links a.active::after {
    background-color: #3a3a54;
}

.nav-links a:hover,
.nav-links a.active {
    scale: 1.2;
    font-weight: bold;
    transition-duration: .3s;
}

#navbar .line {
    height: 4px;
}

@media (max-width: 768px) {

    .nav-links ul {
        display: none;
        padding-top: 50px;
        background-color: #fff;
    }

    .nav-links ul li {
        display: list-item;
    }

    #nav-icon1 {
        display: block;
    }

}

/* ------------------- HEADER --------------------------------- */


#home-header {
    padding: 10%;
    background-image: url('../img/bg2.jpg');
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

#home-header h1 {
    font-size: 70px;
    margin: 5% 0;
    letter-spacing: 3px;
    font-family: "Bowlby One SC";
}

#home-header img {
    /* margin-bottom: 5%; */
    height: 170px;
}

#home-header p:last-child {
    border-top: 1px solid #ffffff66;
    padding-top: 20px;
}



@media (max-width: 576px) {

    #home-header h1 {
        font-size: 35px;
    }


}

@media (max-width: 400px) {

    #home-header h1 {
        font-size: 30px;
    }
}


/* ------------------- SECTIONS --------------------------------- */


section {
    padding: 10% 0;
    margin-top: 51px;
}

section h1 {
    letter-spacing: 3px;
    font-family: "Bowlby One SC";
    text-align: center;
    margin-bottom: 5%;
    font-size: 4em;
    color: #ffffff;
    text-shadow: 5px 5px 0 #0000004f;
}

section p.laius {
    margin: 0 auto;
    /* font-size: 14px; */
    margin-bottom: 5%;
    text-align: center;
    color: #fffffff0;
}


@media (max-width: 576px) {

    section p.laius {
        width: 100%;
        margin: 0 auto;
        font-size: .9em;
        margin-bottom: 10%;
    }

    section h1 {
        font-size: 2em;
    }
}


/* ------------------- PRESTA --------------------------------- */





.presta-item {
    padding: 30px;
    background-color: #ffffff2e;
    border-radius: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.presta-item:hover,
.band-element:hover {
    box-shadow: 0 0 20px #00000045;
    border-radius: 20px;
    scale: 1.05;
    transition-duration: .3s;
}

#page-prestations .presta-item:hover {
    scale: none;
    box-shadow: none;

}

.presta-item .btn-cat {
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: #00000033;
    margin-top: 30px;
}

.presta-item .btn-cat:hover,
.contact-form .submit-button-wrapper input:hover {
    background-color: #00000077;
    font-size: 1.1em;
    transition-duration: 1s;

}

.presta-item img {
    width: 100px;
    filter: brightness(10);
    /* margin-bottom: px; */
}

.presta-item img.img {
    width: 100%;
    filter: none;
    border-radius: 6px;
}

.presta-item h2 {
    text-align: center;
    margin: 20px 0;
    /*! color: #3e4c62; */
    font-family: "Bowlby One SC";
    text-shadow: 2px 2px 0 #4c405e6b;
}

.presta-item p {
    text-align: justify;
    margin: 20px 0;
}

@media (max-width: 400px) {
    .presta-item p {
        text-align: left;
        margin: 20px 0;
    }

    .presta-item {
        padding: 15px;
    }

    .presta-item h2 {
        font-size: 1.4em;
    }

}

@media (max-width: 576px) {
    section#prestations h2+p {

        display: none;

    }

}


/* ------------------- LOCAL --------------------------------- */

iframe.map-shop {
    width: 100%;
}

/* section#boutique {} */

#boutique p {
    text-align: justify;
    color: #fff;
    color: #fff;
}

#boutique .row div {
    padding-bottom: 30px;
}

.local-masonry {
    margin-top: 70px;
}

.local-masonry img {
    border-radius: 10px;
}

.local-masonry img:hover {
    box-shadow: 0 0 40px #00000099;
    scale: 1.1;
    transition-duration: .5s;
}

p.laius.local-laius {
    color: inherit;
}

/* ------------------- BANDS --------------------------------- */

section#groupes {
    /* background-color: #00000044; */

}


.band-element {
    background-color: #ffffff14;
    border-radius: 20px;
}

#bands {
    text-align: center;
}

#bands img {
    margin-bottom: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#bands h2 {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    margin: 20px 0;
    font-family: "Bowlby One SC";
    text-shadow: 2px 2px 0 #00000099;
}

#bands p {
    color: #ffffff96;
    padding-bottom: 10px;
    margin-bottom: 30px;
}








/* ------------------- NAV MENU ---------------------- */


#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 16px;
    right: 16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    /* position: absolute; */
    height: 3px;
    margin-bottom: 6px;
    width: 100%;
    background: #3a3a54;
    /* border-radius: 9px; */
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    /* top: 0px; */
}

#nav-icon1 span:nth-child(2) {
    top: 18px;
}

#nav-icon1 span:nth-child(3) {
    top: 36px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    margin-top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    position: absolute;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* ------------------- CONTACT FORM ---------------------- */


section#contact {
    /* background-color: #859aac; */
    /* background-color: #859aac; */
    /* background-color: #00000055; */

}


section#contact iframe {
    width: 100%;
    border: none;
}

.contact-form {
    border-radius: 12px;
    width: 100%;
}

.contact-form textarea {
    resize: none;
}

.contact-form .form-input,
.form-text-area {
    background-color: #f0f4f5;
    height: 50px;
    padding-left: 16px;
}

.contact-form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
}

.contact-form .form-control::placeholder {
    color: #aeb4b9;
    font-weight: 500;
    opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

.contact-form .form-control:focus {
    border-color: #7a3b63;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #7a3b63;
}

.contact-form .title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.contact-form .description {
    color: #aeb4b9;
    font-size: 14px;
    text-align: center;
}

.contact-form .submit-button-wrapper {
    text-align: center;
}

.contact-form .submit-button-wrapper input {
    /*! border: none; */
    width: 100%;
    /*! border-radius: 4px; */
    background-color: #00000061;
    color: white;
    text-transform: uppercase;
    padding: 10px 60px;
    font-size: 1.2em;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 14px;
}

.fff {
    color: #fff;
}

.img-fluid {
    width: 100%;
}

/* .contact-form .submit-button-wrapper input:hover {
    background-color: #7a3b63;
} */


.alert.alert-success {
    position: absolute;
    padding: 1rem 1rem;
    top: 80px;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: #86ff86;
    color: #000000ad;
    text-shadow: 1px 1px #0000;
    width: 100%;
}