.scroll-downs {
    position: absolute;
    bottom: 0;
    left: -17px;
    margin-left: auto;
    margin-right: auto;
    width: 34px;
    height: 55px;
}

.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.titre-section-h1{
    text-transform: uppercase;
    font-size: 40px !important;
    padding: 0px 10px;
}

main {
    padding-top: 0 !important;
}

#navbar-full {
    transition: background-color ease-in 0.5s;
}

.navbar-full {
    background-color: rgb(29, 50, 84);
    height: 120px;
}

.header-size-anchor {
    height: 80px;
    position: absolute;
    top: -80px;
}

.strong-dathermie {
    color: #e5592e;
}

.full-page-div {
    height: 100%;
}

.overlay-carousel-background {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.carousel-size {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.div-carousel {
    position: relative;
}

.div-img-fleche-carousel {
    position: absolute;
    bottom: 10%;
    left: 50%;
    right: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 2;
}

.img-fleche-carousel {
    width: 80px;
    position: relative;
    animation: animFlecheAccueil 2s ease-in-out infinite;
}

@keyframes animFlecheAccueil {
    0% {
        opacity: 0.5;
        transform: translateY(0px);
    }

    50% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0.5;
        transform: translateY(0px);
    }
}

.div-background-accueil {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url(/assets/img/3a8bd6d2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titre-dathermie {
    text-transform: uppercase;
    text-align: center;
    font-size: 60px !important;
    color: white;
    font-family: 'AssistantRegular';
    text-shadow: 1px 2px black, 0 0 1em black, 0 0 0.2em black;
    z-index: 1;
    max-width: 80%;
}

.description-dathermie {
    text-align: center;
    font-size: 30px !important;
    color: white;
    font-family: 'AssistantExtraLight';
    z-index: 1;
    max-width: 70%;
}

.div-img-description{
    width: 300px;
    position: relative;
}

.img-description-dathermie{
    width: 300px;
}

.decoration-titre {
    width: 120px;
    height: 1px;
    background-color: #e5592e;
    position: relative;
}

@keyframes animDecorationTitre {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(-0px);
    }
}

.div-presentation{
    display: flex;
    justify-content: center;
    padding: 20px;
}

.div-presentation div{
    padding: 20px;
}

.div-presentation p{
    font-size: 18px !important;
}

.services-div{
    background-image: url(/assets/img/background2.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.div-picto-services {
    text-align: center;
    border-radius: 20px;
    padding: 20px 0px 0px 0px;
    transition-duration: 0.5s;
}

.div-picto-services:hover {
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.div-picto-services p {
    font-weight: 600;
}

.picto-services {
    width: 100px;
    padding-bottom: 20px;
    transition-duration: 0.5s;
}

.txtServices {
    color: black;
    font-size: 20px !important;
}

.btn-contact{
    border: #17467a 2px solid;
    width: 200px;
    padding: 10px !important;
    color: #17467a !important;
}

/*-----------------------------------------*/
/*               RESPONSIVE                */
/*-----------------------------------------*/

@media screen and (max-width: 1500px) {
    .titre-dathermie {
        font-size: 50px !important;
    }

    .description-dathermie {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 1300px) {
    .titre-dathermie {
        font-size: 40px !important;
    }
}

@media screen and (max-width: 991px) {

    .titre-dathermie {
        font-size: 30px !important;
    }

    .titre-mosaique {
        font-size: 18px !important;
    }
    
    .div-presentation{
        display: flex;
        flex-direction: column;
        align-items: center;
}

@media screen and (max-width: 800px) {
    .titre-dathermie {
        font-size: 20px !important;
    }
}

    .titre-dathermie {
        font-size: 18px !important;
    }

    .description-dathermie {
        font-size: 15px !important;
    }

}
