@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Elements sur mobile */
@media (max-width: 1200px)  {
    .ordinateur {
        display: none;
    }

    .container-fluid {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 68px; /* Décalage de la navbar */
    }

    .navbar .nav-link {
        font-size: 0.9rem;
    }

    .navbar .navbar-logo {
        width: 30px;
    }

    .accueilOverlay {
        top: 10%;
    }

    .accueilOverlay h1 {
        color: #6ea81a !important;
        font-weight: 500;
        font-size: 1.5rem;
    }
    
    .accueilOverlay h2 {
        color: #fff !important;
        font-weight: 400;
        font-size: 1rem;
        margin-bottom: 0.8rem;
    }

    .mapIA iframe {
        width: 100%;
        height: 200px;
    }
    
    .illustration {
        width: 80%;
    }

    .carousel .carousel-item {
        height: 300px !important;
    }

}

/* Elements sur ordinateur */
@media (min-width: 1200px) {
    .mobile {
        display: none;
    }

    .container-fluid {
        width: 1200px;
        margin: auto;
        margin-top: 137px; /* Décalage de la navbar */
    }

    .navbar .nav-link {
        font-size: 1rem;
    }
    
    .navbar .navbar-logo {
        width: 80px;
    }

    .accueilOverlay {
        top: 40%;
    }

    .accueilOverlay h1 {
        color: #6ea81a !important;
        font-weight: 600;
        font-size: 2rem;
    }
    
    .accueilOverlay h2 {
        color: #fff !important;
        font-weight: 500;
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .mapIA iframe {
        width: 500px;
        height: 350px;
    }

    .illustration {
        width: 100%;
    }

    .carousel .carousel-item {
        height: 500px !important;
    }

    .title {
        color: #fff !important;
        font-weight: 600;
        font-size: 1rem;
        z-index: 2000;
        position: fixed;
        top: 90px;
        left: 112px;
        padding-left: 1.5rem;
    }

}

body {
    background-color: #e9ddd7;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
}

.container-fluid {
    padding: 0;
}

.navbar .nav-link {
    color: #fff !important;
    font-weight: bold;
}

.nav-link.active {
    color: #6ea81a !important;
    font-weight: bolder;
}

.nav-link:hover {
    color: #6ea81a !important;
}

.navbar a {
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    padding-left: 1rem;
    padding-right: 1rem;
}

.navbar i {
    color: #6ea81a !important;
}

/* Image d'accueil */
.accueilBloc {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.accueilImage {
    z-index: auto;
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
}

.accueilOverlay {
    position: absolute;
    width: 75%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
}

.barreH {
    background-color: #6ea81a;
    width: 67%;
    margin-left: 33%;
    margin-top: 5px;
    height: 10px;
}

.btn, .btn:active {
    background-color: #6ea81a !important;
    border-color: #6ea81a !important;
    color: #fff !important;
    border-style: none;
    box-shadow: none !important;
}

.btn:hover {
    background-color: #333 !important;
    color: #6ea81a;
}

/* Mise en forme du texte */
.intro {
    /* width: 75%; */
    margin-top: 3rem;
    margin-left:auto;
    margin-right: auto;
}

.intro strong {
    display: block;
    margin-bottom: 2rem;
    font-size: larger;
    font-weight: bold;
}

/* Pied de page */
footer {
    background-color: #333;
    width: 100%;
    margin: 0;
    color: #aaa;
}

footer a {
    color: #aaa;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    font-weight: bold;
}

.adresse h2 {
    font-size: 18pt;
    color: #6ea81a;
    font-weight: 600;
}

.adresse p {
    font-size: 14pt;
    margin-top: 30px;
    margin-left: 20px;
}

/* Mentions légales */
.mentionslegales {
    font-size: 12px;
    width: 75%;
    margin: auto;
    padding-top: 40px;
} 

/* Prestations */
.prestations {
    font-size: 14px;
    width: 100%;
    margin: auto;
    padding-top: 40px;
} 

.prestations strong {
    font-size: 16px;
    font-weight: bold;
}

.card-body {
    text-align: justify;
}

.card {
    height: 100%;
}

/* Presentation */
.presentation {
    font-size: 16px;
    text-align: justify;
    width: 75%;
    margin: auto;
    padding-top: 40px;
}

.presentation img {
    margin: auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.presentation img:hover {
    transform: scale(1.5);
}


/* Règlement */
.reglement {
    font-size: 16px;
    width: 75%;
    margin: auto;
    padding-top: 40px;
}

.reglement embed {
    width: 100%;
    height: 800px;
    margin-bottom: 40px;
}

.reglement h1 {
    font-size: 16pt;
    font-weight: bold;
    color: #6ea81a;
}

.mentionslegales .row {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* Tarifs */
.tarifs {
    margin: auto;
    width: 90%;
    padding-top: 40px;
    color: #333;
}

.tarifs h2 {
    font-size: 1.2rem;
}

.tarifs p {
    font-size: 1rem;
}

.tarifs .rem {
    font-size: 0.8rem;
    font-style: italic;
}

/* Site en cours de réalisation */
.realisation {
    color: #6ea81a !important;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* Image en rond */
.bulle {
    clip-path: ellipse(50% 50%);
}

/* Réservations */
.reservations {
    font-size: 0.8rem;
    margin: auto;
    width: 90%;
    padding-top: 40px;
    color: #333;
}
.reservations h1 {
    font-weight: 500;
    font-size: 1.2rem;
    
}

/* Caroussel */
.carousel {
    padding-top: 50px;
}
  
.carousel-item img {
    margin: auto;
    object-fit:cover;
    height: 100%;
    width: auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}

.carousel-caption {
    top: auto;
    bottom: -20px;
}