html{
	scroll-behavior: smooth;
}

#propos, #service, #rea {
    scroll-margin-top : 210px;
}

a {
    text-decoration: none;
    outline: none;
}

p {
    font-family: "Roboto", sans-serif;
    /* background-color:#054057; */
    color: #796c6c;
    font-size: 1.3rem;
}

h2 {
    font-family: "Cinzel Decorative", serif;
    /* background-color:#054057; */
    color: #000000;
    font-size: 2.2rem;
    font-weight: bolder;
}

.img-omb {
    box-shadow: 3px 5px 5px #0000005b;
}

.header-top-sticky {
    font-family: "Cinzel Decorative", serif;
    color: #F2F2F2;
    height: 160px;
    box-shadow: 0px 15px 5px #2d6c8a;
}

nav {
    box-shadow: 0px 3px 5px #2d6c8a;
}

.header-contenu {
    background-color:#054057;
    height: 120px;
}

.header-num, .header-24h {
    font-family: "Roboto", sans-serif;
}

.header-top-sticky nav {
    font-family: "Roboto", sans-serif;
    /* background-color:#054057; */
    color: #F2F2F2;
}

.jaro-logo {
    color: #F2F2F2;
    font-size: 2rem;
}

.jaro-logo-img {
    white-space: nowrap;
    height: 55px;
}

.span-logo {
    /* display: none; */
    white-space: nowrap;
    font-size: 1rem;
}

nav {
    background-color: #49b3e3;
    min-height: 40px;
}

.nav-link {
    color: #F2F2F2;
    font-size: 1.2rem;
}

.navbar-toggler {
    border-color: #F2F2F2;
}

.hero-txt {
    font-size: 1.2rem;
}

section svg {
    color: #49b3e3;
}

.section-bg, footer {
    background-color: aliceblue;
}

.btn-perso {
    background-color: #49b3e3;
    color: #F2F2F2;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    white-space: nowrap;
}

.btn-perso:hover {
    background-color: #2d6c8a;
    color: #F2F2F2;
}

.div-hero {
    position: relative;
    width: 100%;
    height: calc(100vh - 160px);
    overflow: hidden;
} 

.div-hero> img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-contenu {
    position: absolute;
    font-family: "Roboto", sans-serif;
    background-color:#ffffffe7;
    color: #4d4444;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 3rem;
    bottom: 20vh;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    width: 60%;
    box-shadow: 3px 5px 5px #0000005b;
}

.hero-contenu-text{
    width: 90%;
    margin: auto;
}

.btn-hero {
    font-size: 1.1rem;
}

.img-card {
    width: 100px;
}

.icone-service {
    width: 100px;
    height: auto;
}

img {
  filter: brightness(60%);
  filter: contrast(90%);
  filter: saturate(90%);
}

@media (max-width: 880px) {
    .header-num {
        display: none;
    }

    .hero-txt, .hero-txt .btn {
        font-size: 1rem;
    }
    .btn-hero {
        font-size: 1.2rem;
    }
    .hero-contenu {
    padding: 50px 50px;
    width: 90%;
    bottom: 7vh;
    }
}

@media (min-width: 880px) {
    .hero-txt .btn {
        display: none;
    }
}

@media (min-width: 1000px) {
    .div-hero> img {
    transform: translate(-50%, -45%);
    }
}

@media (min-width: 1500px) {
    .div-hero> img {
    transform: translate(-50%, -43%);
    }
}


/* #carouselExampleCaptions {
    height: 70vh;
} */

/* .carousel-item {
    position: relative;
}

.carousel-item> img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
}
    
.carousel-caption {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, 460%);
} */