:root {
    --grisClair: #E1E1E1;
    --grisFonce: #414141;
    --rose: #FF69B4;
    --roseBackground: #F2C9D8;
    --roseClair: #f2c9d88f;
}

@font-face {
    font-family: 'DancingScript';
    src: url(font/Dancing_Script/DancingScript-VariableFont_wght.ttf);
    src: url(font/Dancing_Script/static/DancingScript-Bold.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url(font/Lato/Lato-Black.ttf);
    src: url(font/Lato/Lato-Bold.ttf);
    src: url(font/Lato/Lato-Italic.ttf) format('truetype');
    font-display: swap;
}


body {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    background-color: white;
}

/* |-------| */
/* |Accueil|*/
/* |-------| */
.backgroundRose,
.navbar {
    background-color: var(--roseBackground) !important;
}

header a,
.nav-link,
footer {
    color: black;
    font-weight: bold;
}

/* Animation navbar */
.two-lines {
    font-size: 24px;
    text-decoration: none;
    position: relative;
    color: #222;
}

.two-lines::before,
.two-lines::after {
    content: "";
    position: absolute;
    height: 2px;
    background: #222;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 10px);
    transition: all 0.2s ease-in-out;
}

.two-lines::before {
    width: 90% !important;
    bottom: 7px;
}

.two-lines::after {
    width: 60% !important;
    bottom: 0;
}

.two-lines:hover::before,
.two-lines:hover::after {
    opacity: 1;
    transform: translate(-50%, 0px);
}

.two-lines::before,
.two-lines:hover::after {
    transition-delay: 0.1s;
}

.two-lines:hover::before {
    transition-delay: 0s;
}


/* Carousel */
.swiper {
    width: 100%;
    height: 70vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: white;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    color: var(--rose);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--rose));
}

/* Fin carousel */

h1 {
    font-family: 'DancingScript', 'cursive';
    font-size: 60px;
    letter-spacing: 2px;
    color: var(--rose);
    text-align: center;
    font-weight: bold;
}

h2 {
    font-family: 'DancingScript', 'cursive';
    font-size: 60px;
    font-weight: bold;
}

.fontLato {
    font-family: 'Lato', sans-serif;
}



.titrePage {
    font-family: 'DancingScript', 'cursive';
    font-weight: bold;
    font-size: 4vw;
    letter-spacing: 2px;
    /* margin: 0; */
}

#mediaQdepuis2003 {
    font-size: 30px;
}

.textImgCenter {
    display: flex;
    align-items: center;
}

/* Avis clients */
.avisClient {
    border-radius: 30px;
    text-align: center;
    padding: 10px 10px;
    height: 240px;
}

#voirAvis,
#enSavoirPlus {
    background-color: white;
    border: 2px solid black;
}

#voirAvis:hover,
#enSavoirPlus:hover {
    background-color: var(--rose);
    border: 2px solid black;
}

/* #scroll_to_top {
    display: none;
    position: fixed;
    width: 25px;
    height: 25px;
    bottom: 40px;
    right: 30px;
}

.top {
    font-size: 36px;
}

.top:hover {
    text-shadow: 1px 3px 3px var(--rose);
} */

.fas {
    color: gold;
}

.copyright {
    background-color: black;
    color: var(--rose);
    font-weight: bold;
}

/* |---------------| */
/* |Page prestation|*/
/* |---------------| */
.noWrap {
    flex-wrap: nowrap;
}

.posRelative {
    position: relative;
    margin: 0;
}

.posAbsolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/* |------------| */
/* |Page contact|*/
/* |------------| */
.iconRose {
    color: var(--rose);
}

form {
    width: 60%;
    text-align: center;
    margin: auto;
}

.formulaire {
    display: flex;
}

.form-control:focus,
.btn:focus {
    border-color: var(--rose) !important;
    box-shadow: 0 0 0 0.2rem var(--rose) !important;
}

.btn:active {
    color: white !important;
}

@media (max-width: 751px) {
    iframe {
        width: 516px;
    }
}

#envoyer {
    color: black;
    background-color: white;
    border-color: black;
    border-width: 2px;
    font-weight: bold;
    cursor: pointer;
}

#envoyer:hover {
    background-color: var(--rose);
}

input,
textarea {
    border-color: black !important;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* |--------------| */
/* |Notre histoire|*/
/* |--------------| */
.chronologie {
    font-size: 18px;
}

/* |-------| */
/* |Galerie|*/
/* |-------| */
.gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}

.gallery a {
    height: 200px;
    width: 300px;
    margin: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 3px 3px 5px var(--grisFonce);
}

.gallery a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery a img:hover {
    transform: scale(1.4);
}

#lg-download {
    display: none;
}

/* --------------------------------------------------------------------------------- */
/* |-------------| */
/* |Media Queries|*/
/* |-------------| */

@media (max-width: 575.98px) {

    /* NavBar + bandeau sup */
    #mediaQadresse {
        display: block;
    }

    #mediaQcodePostal {
        display: block;
    }

    #mediaQtel {
        display: block;
    }

    #mediaQfacebook {
        display: block;
    }

    #mediaQ5etoiles {
        display: block;
        margin-right: 0 !important;
        text-align: center;
    }

    #mediaQdepuis2003 {
        font-size: 5vw !important;
        display: block !important;
        text-align: center;
    }

    .titrePage {
        font-size: 10vw !important;
        margin: auto;
        padding: 0;
        display: block;
        order: 1;
    }

    h1,
    h2 {
        font-size: 10vw !important;
    }

    button.navbar-toggler {
        display: flex;
        order: 2;
    }

    .navbar-nav {
        text-align: center;
    }

    /* Fin navbar + bandeau sup */
    /*|--------| */
    /*| Accueil| */
    /*|--------| */

    .swiper-button-next::after {
        height: auto;
    }

    .imgNone {
        display: none !important;
    }

    .avisClient {
        margin: 20px 50px !important;
    }

    .brNone {
        display: none;
    }

    /*|----------------| */
    /*| Nos prestations| */
    /*|----------------| */
    .mediaQprestationImg {
        text-align: center;
        padding-left: 0;
    }
    .mediaQimgPrestation1, .mediaQimgPrestation2 {
       margin: auto;
    }
    .mediaQimgPrestation1 {
        width: 483px;
    }
    /*|--------| */
    /*| Contact| */
    /*|--------| */
    form {
        width: 100%;
        margin: 0;
    }
    /*|---------------| */
    /*| Notre histoire| */
    /*|---------------| */
    .chronologie {
        display: none;
    }
}

@media (max-width: 767.98px) {

    /* NavBar + bandeau sup */
    #mediaQadresse {
        display: inline-block;
    }

    #mediaQtel {
        display: inline-block;
    }

    #mediaQfacebook {
        display: inline-block;
    }

    .titrePage,
    h1,
    h2 {
        font-size: 60px;
    }

    .mediaQcontainer {
        width: 70%;
    }

    .titrePage {
        order: 2;
    }

    button.navbar-toggler {
        order: 1;
    }

    .navbar-nav {
        text-align: center;
    }

    /*|--------| */
    /*| Accueil| */
    /*|--------| */
    .swiper-button-next {
        right: 1px !important;
        width: auto;
    }
    .swiper-button-prev {
        left: 1px !important;
        width: auto;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px;
    }

    .avisClient {
        margin: 20px 50px !important;
    }
    /*|----------------| */
    /*| Nos prestations| */
    /*|----------------| */
    .mediaQprestationImg {
        text-align: center;
    }
    .mediaQimgPrestation1, .mediaQimgPrestation2 {
       margin: auto;
    }
}

@media (max-width: 991.98px) {
    .titrePage {
        order: 1;
    }

    button.navbar-toggler {
        order: 2;
    }

    .navbar-nav {
        text-align: center;
    }

    .mediaQcontainer {
        width: 80%;
    }

    /* Animation Navbar */
    .two-lines::before {
        content: unset;
    }

    .two-lines::after {
        content: unset;
    }

    /*|--------| */
    /*| Accueil| */
    /*|--------| */
    .swiper-button-next {
        right: 5px;
        width: auto;
    }
    .swiper-button-prev {
        left: 5px;
        width: auto;
    }

    .swiper {
        height: auto;
    }

    .imgNone {
        display: none !important;
    }

    .avisClient {
        margin: 20px 50px !important;
        height: 200px !important;
    }

    .brNone {
        display: inline-block;
    }
    /*|----------------| */
    /*| Nos prestations| */
    /*|----------------| */
    .noWrap {
        flex-wrap: wrap;
    }
    .mediaQprestationImg {
        text-align: center;
    }
    .mediaQimgPrestation1, .mediaQimgPrestation2 {
        margin: auto;
    }
    
    .posAbsolute {
        position: static;
        transform: none;
    }
}

@media (max-width: 1199.98px) {

    /* NavBar + bandeau sup */
    #mediaQfacebookGoogle {
        display: inline-block;
    }

    #mediaQ5etoiles {
        display: block;
    }

    #mediaQdepuis2003 {
        display: block;
        font-size: 20px !important;
    }

    #mediaQtitreNav {

        text-align: center;

    }

    .titrePage {
        text-align: center;
        order: 1;
    }

    #navbarMenu {
        order: 2;
    }

    /* Animation Navbar */
    .two-lines::before {
        width: 90% !important;
        bottom: 7px;
    }

    .two-lines::after {
        width: 60% !important;
        bottom: 0;
    }

    /* Fin navbar + bandeau sup */
    /*|--------| */
    /*| Accueil| */
    /*|--------| */

    .imgNone {
        display: flex;
    }

    .avisClient {
        height: 250px !important;
        margin: auto;
    }

    .brNone {
        display: none
    }

    /*|----------------| */
    /*| Nos prestations| */
    /*|----------------| */

    /*|---------------| */
    /*| Notre histoire| */
    /*|---------------| */
    .fleche {
        width: auto;
        height: 500px;
    }
}

@media (max-width: 1311.98px) {

    /* NavBar + bandeau sup */
    #mediaQ5etoiles {
        display: inline-block;
    }

    #mediaQtitreNav {
        display: flex;
    }

    a.navbar-brand {
        font-size: 58px;
        margin: auto !important;
    }

    /* Animation Navbar */
    .two-lines::before {
        width: 90% !important;
        bottom: 7px;
    }

    .two-lines::after {
        width: 60% !important;
        bottom: 0;
    }

    /* Fin navbar + bandeau sup */
    /* Accueil */
    .avisClient {
        height: 250px !important;
        margin: 10px 0 !important;
    }

    .brNone {
        display: none;
    }

    /*|---------------| */
    /*| Notre histoire| */
    /*|---------------| */
    .fleche {
        width: auto;
        height: auto;
    }
}

@media(max-width: 1424.98px){
    .brNone {
        display: none;
    }
}