@media only screen and (max-width:767px) {
    .slider-title {
        font-size: 60px;
    }
}

@media only screen and (max-width:575px) {
    .slider-title {
        font-size: 40px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-title {
        font-size: 64px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider-title {
        font-size: 67px;
    }
}

@media only screen and (max-width:767px) {
    .slider-label {
        font-size: 12px;
    }
}

.img-slide-one {
    width: 100vw;
    height: 73vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('img/BonneAnnee2022-0.jpg');
}

.img-slide-two {
    width: 100vw;
    height: 73vh;
    background-size: cover;
    background-position: center center;
    background-image: url('img/0-bis.png');
    background-repeat: no-repeat;
    background-origin: content-box;
    position: relative;
}

.img-slide-three {
    width: 100vw;
    height: 73vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('img/1.jpg');
}

.img-slide-four {
    width: 100vw;
    height: 73vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    background-image: url('img/2.jpg');
}

.img-slide-five {
    width: 100vw;
    height: 73vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    background-image: url('img/3.jpg');
}

@media only screen and (max-width:767px) {
}

@media only screen and (max-width:575px) {
    .img-super-deux {
        height: 50vh;
    }

    .img-super-un {
        height: 50vh;
    }

    .img-super {
        height: 50vh;
    }
}

@media only screen and (max-width:991px) {
    .prev-slider {
        display: none;
    }
}

@media (max-width:575px) {
    .next-slide {
        display: none;
    }
}

@media only screen and (max-width:991px) {
    .next-slide {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .nav-menu-title {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (max-width:768px) {
    .nav-menu-title {
        font-size: 12px;
    }
}

.navbar-stella {
    border-bottom: 1px solid #cccccc;
    font-family: 'Open Sans', sans-serif;
    z-index: 1040;
}

@media only screen and (max-width:768px) {
    .navbar-stella {
        min-height: 93px;
    }
}

.nav-mobile-menu {
    display: none;
}

@media only screen and (max-width:767px) {
    .nav-mobile-menu {
        display: flex;
    }
}

@media (min-width:2200px) {
    .img-epil-fil {
        transform: translateY(-163px);
        transition: transform 1s;
    }
}

@media (min-width:640px) and (max-width:768px) {
    .img-epil-fil-mobilr {
        transform: translateY(-76px);
        transition: transform 1s ease-in-out;
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
    .img-epil-fil-mobilr {
        transition: transform 1s ease-in-out;
        transform: translateY(162px);
    }
}

@media only screen and (max-width:340px) {
    .img-epil-fil-mobilr {
        transition: transform 1s ease-in-out;
        transform: translateY(300px);
    }
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
    .img-epil-fil-mobilr {
        transition: transform 1s ease-in-out;
        transform: translateY(200px);
    }
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) {
    .img-epil-fil-mobilr {
        transition: transform 1s ease-in-out;
        transform: translateY(220px);
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .titre-img-banniere {
        font-size: 41px;

        /* text-align: center */
    }

    .ss-titre-img-banniere {
    }

    .text-img-banniere {
    }
}

@media only screen and (max-width:319px) {
    .titre-img-banniere {
        font-size: 29px;
    }
}

@media only screen and (max-width:639px) {
    .img-epil-fil-mobilr {
    }
}

@media only screen and (min-width:320px) and (max-width:419px) {
    .modal-size {
        margin-top: 0;
    }
}

@media only screen and (max-width:1500px) {
    .img-slide-one {
        background-image: url('img/BonneAnnee2022-1.jpg');
    }
}

@media only screen and (max-width:992px) {
    .img-slide-one {
        background-image: url('img/BonneAnnee2022-2.jpg');
    }
}

@media (max-width:719px) {
    .titre-padding {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:479px) {
    .titre-small {
        font-size: 27px;
    }
}

@media only screen and (max-width:640px) {
    .prestation-content {
        padding: 100px;
    }

    .block-prestations {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media only screen and (max-width:479px) {
    .rond-prestation {
        width: 94px;
        height: 94px;
    }
}

@media only screen and (max-width:767px) {
    .main-logo-space {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width:767px) {
    .main-logo-stella {
        max-height: 50px;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
}

@media only screen and (max-width:1680px) {
    .slider-size {
        /* height: 72.5vh */
    }
}

@media only screen and (max-width:414px) {
    .img3-slider-stella {
        min-width: 640px;
        margin-left: -225px;
    }
}

@media only screen and (max-width:575px) {
    .logo-stella {
        max-height: 50px;
    }

    .slider-stella {
        max-height: 435px;
    }

    .img-slider-stella {
        overflow: scroll;
        position: inherit;
        min-width: 640px;
        margin-left: -95px;
    }

    .img2-slider-stella {
        min-width: 640px;
        left: 0px;
        margin-left: -101px;
    }
}

@media (max-width:991px) {
    .logo-stella {
        max-height: 60px;
    }
}

@media only screen and (min-width:948px) and (max-width:991px) {
    .img.img-epil-fil-mobilr {
        transform: translate(100px, -389px);
        transition: transform 1s ease-in-out;
    }
}

@media only screen and (min-width:769px) and (max-width:948px) {
    .img.img-epil-fil-mobilr {
        transform: translate(100px, -335px);
        transition: transform 1s ease-in-out;
    }
}

@media only screen and (min-width:760) and (max-width:769px) {
    .img.img-epil-fil-mobilr {
        transform: translate(100px, -335px);
        transition: transform 1s ease-in-out;
    }
}

@media only screen and (max-width:640px) {
    .video-player {
        width: 80%;
        min-width: 200px;
    }
}

@media only screen and (min-width:640px) and (max-width:768px) {
    .video-player {
        width: 70%;
    }
}

@media only screen and (max-width:413px) {
    .prestation-content {
        padding-top: 85px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width:992px) {
    .nav-link {
        padding: 1.8rem 1rem;
    }
}

@media only screen and (max-width:640px) {
    .dimmer {
        background-color: rgba(0, 0, 0, 0.33);
        width: 100%;
        height: 100%;
        z-index: 1;
    }
}

@media only screen and (max-width:640px) {
    .carousel-title-xs {
        color: #ffffff;
    }
}

@media only screen and (min-width:640px) {
    .carousel-title-xs {
        color: #a34c32;
    }
}

<<<<<<< HEAD
=======


>>>>>>> 3094150cc337e0ebe9c6d5ec9efd3551d8177b93

