


@media (min-width: 992px) {
    div#navbarNav ul.navbar-nav {
        width: 610px;
    }

}
@media (min-width: 1280px) {
    div#navbarNav ul.navbar-nav {
        width: 680px;
    }
}



@media (max-width: 1890px) {
    .position-25 {
        left: 25%;
        right: 25%;
        top: 15%;
        bottom: 15%;
    }

    section.section-product img {
        max-height: 600px;
    }

    section.main-animation {
        height: auto;
    }

}

@media (max-width: 1690px) {
    .position-25 {
        left: 25%;
        right: 25%;
        top: 8%;
        bottom: 8%;
    }
}


@media (max-width: 1590px) {
    #navbarNav ul.navbar-nav li.nav-item.engagements {
        /*min-width: 25%;*/
    }

    .pt-90 {
        padding-top: 45px;
    }

    #navbarNav ul.navbar-nav li.nav-item.produits {
        /*min-width: 20%;*/
    }

    section.section-product img {
        max-height: 500px;
    }
}

@media  (max-width: 1490px) {
    section.contact-main-animation {
        height: 2254px;
    }
}


@media (max-width: 1390px) {
    #navbarNav ul.navbar-nav li.nav-item.engagements {
        /*min-width: 30%;*/
    }

    #navbarNav ul.navbar-nav li.nav-item.produits {
        /*min-width: 30%;*/
    }


    .pb-173 {
        padding-bottom: 143px;
    }

    .position-25 {
        left: 20%;
        right: 20%;
        top: 8%;
        bottom: 8%;
    }

    section.section-product img {
        max-height: 480px;
    }
    .pb-300 {
        padding-bottom: 50px;
    }

}

@media (max-width: 1290px) {
    #navbarNav ul.navbar-nav li.nav-item.contact {
        /*min-width: 20%;*/
    }

    .pb-173 {
        padding-bottom: 103px;
    }
    .centar {
        top: 40%;
        bottom: 40%;
        left: 40%;
        right: 40%;
    }

    .position-25 {
        left: 10%;
        right: 10%;
        top: 8%;
        bottom: 8%;
    }

    .pt-90 {
        padding-top: 25px;
    }

    section.section-product img {
        max-height: 400px;
    }
    #navbarNav ul.navbar-nav li.nav-item ul.sub-sub-menu li a.nav-link,
    #navbarNav ul.navbar-nav li.nav-item ul.sub-menu li a.nav-link {
        font-size: 11px;
    }
}

@media (max-width: 1190px) {

    .pb-173 {
        padding-bottom: 43px;
    }


    .pt-90 {
        padding-top: 15px;
    }
    .position-25 {
        left: 5%;
        right: 5%;
        top: 2%;
        bottom: 2%;
    }

    section.section-product img {
        max-height: 360px;
    }

    section.main-animation {
        height: 100%;
    }

    video#myVideo {
        height: 100%;
    }

}



@media (min-width: 992px) {
    div#mobile {
        display: none !important;
    }
}

@media (max-width: 992px) {
    div#navbarNav {
        display: none !important;
    }
    a.animation-button {
        padding: 21px 75px 21px 75px;
    }
    section.section-product h5, section.section-product p {
        max-width: 400px;
    }

    section.section-product img {
        max-height: fit-content;
    }
    .padding-small-0 {
        padding: 0px !important;
    }
    .margin-bottom-small-4 {
        margin-bottom: 1.5rem!important;
    }
    .pt-68 {
        padding-top: 34px;
    }
    .pt-260 {
        padding-top: 130px;
    }

    .pr-30{
        padding-right: 0px;
    }
    .pr-200 {
        padding-right: 40px;
    }
    .pl-30{
        padding-left: 0px;
    }
    .pl-200 {
        padding-left: 40px;
    }
    .pb-68 {
        padding-bottom: 34px;
    }
    .pb-150 {
        padding-bottom: 75px;
    }
    .pb-260 {
        padding-bottom: 130px;
    }



    .position-25 {
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }

    section.section-product-list p {
        max-width: 320px;
    }

    .position-relative-mobile {
        position: relative !important;
    }

    .navbar {
        padding: 10px 40px 10px 40px;
        background-color: #101426;
        width: 100%;
        position: fixed;
    }
    img.logo {
        width: 100px;
    }
    .header_mobile .menu-bars {
        display: block;
    }
    .header_mobile .menu-bars {
        display: block;
    }
    .menu-bars span {
        width: 25px;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 2px;
        background-color: #89898b;
        display: block;
        position: absolute;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    .menu-bars span:before, .menu-bars span:after {
        position: absolute;
        content: '';
        height: 2px;
        width: 100%;
        background-color: #89898b;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    .menu-bars span:before {
        bottom: -8px;
    }
    .menu-bars span:after {
        top: -8px;
    }
    .menu-bars.active span {
        background-color: transparent;
    }
    .menu-bars.active span:before {
        background-color: #89898b;
        -webkit-transform: rotate(
                -45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    .menu-bars.active span:after {
        background-color: #89898b;
        -webkit-transform: rotate(
                45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }


    div#mobile {
        position: fixed;
        -webkit-overflow-scrolling: touch;
        z-index: 999;
        top: 0;
        bottom: 0;
        right: -270px;
        width: 270px;
        overflow-y: auto;
        background-color: #fff;
        -webkit-transition: right .5s cubic-bezier(0, .67, .35, .94);
        -moz-transition: right .5s cubic-bezier(0, .67, .35, .94);
        -ms-transition: right .5s cubic-bezier(0, .67, .35, .94);
        -o-transition: right .5s cubic-bezier(0, .67, .35, .94);
    }

    div#mobile.show {
        right: 0px;
    }

    div#mobile ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    div#mobile ul li a {
        display: block;
        margin: 10px 40px 10px 20px;
        color: #89898b;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        border-bottom: 1px solid rgba(137, 137, 139, 1);
        position: relative;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }
    div#mobile ul li a.subsubmenu h3:before, div#mobile ul li a.subsubmenu h3:after,
    div#mobile ul li a.submenu:before, div#mobile ul li a.submenu:after {
        position: absolute;
        content: '';
        height: 2px;
        width:  5%;
        background-color: #89898b;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }
    div#mobile ul li a.subsubmenu h3:before,
    div#mobile ul li a.submenu:before {
        background-color: #89898b;
        -webkit-transform: rotate(
                40deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        right: 5px;
        margin-top: 6px;
    }
    div#mobile ul li a.subsubmenu h3:after,
    div#mobile ul li a.submenu:after {
        background-color: #89898b;
        -webkit-transform: rotate(
                -40deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        right: 5px;
        margin-top: 12px;
    }
    div#mobile ul li a.subsubmenu.active h3:after,
    div#mobile ul li a.submenu.active:after {
        background-color: #89898b;
        -webkit-transform: rotate(
                -45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);

    }
    div#mobile ul li a.subsubmenu.active h3:before,
    div#mobile ul li a.submenu.active:before {
        background-color: #89898b;
        -webkit-transform: rotate(
                45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        right: 12px;
        margin-top: 11px;
    }

    div#mobile ul.sub-menu.show {
        display: block;
    }

    div#mobile ul.sub-menu.show li {
        margin: 0px 20px 10px 20px;
    }

    div#mobile ul.sub-menu.show p {
        color: #89898b;
        margin: 0px;
    }


    div#mobile ul.sub-menu.show a.nav-link.subsubmenu h3{
        color: #89898b;
    }

    div#mobile ul.sub-menu.show li ul.sub-sub-menu li:last-child a{
        border-bottom: 1px solid rgba(137, 137, 139, 1);
    }
    div#mobile ul.sub-menu.show li ul.sub-sub-menu.show {
        display: block;
    }

    div#mobile ul.sub-menu.show li ul.sub-sub-menu li a {
        border: 0px;
        margin-right: 40px;
    }

    ul.sub-menu > li:last-child {
        width: 250px;
    }

    ul.sub-menu > li:last-child ul.sub-sub-menu {
        position: relative;
    }

    form {
        padding: 65px 100px;
    }

    .mb-pl-40 {
        padding-left: 40px;
    }

    section.contact-main-animation {
        height: 1500px;
    }
    section.main-animation {
        height: 996px;
    }
    .pb-300 {
        padding-bottom: 50px;
    }

}



@media (max-width: 768px) {
    section.contact-main-animation {
        height: 1200px;
    }
    section.main-animation {
        height: 820px;
    }

    .pb-300 {
        padding-bottom: 30px;
    }
}


@media (max-width: 574px) {
    section.contact-main-animation {
        height: 960px;
    }
    section.main-animation {
        height: 690px;
    }

    .pb-300 {
        padding-bottom: 30px;
    }

    .pb-90 {
        padding-bottom: 45px;
    }

    .gradiente-blue-one {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .position-relative-mobile-small {
        position: relative !important;
    }

    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 32px;
    }

}

@media (max-width: 480px) {
    .logo-image {
        width: 100%;
    }



    a.animation-button {
        font-size: 10px;
        padding: 14px 50px 14px 50px;
    }

    .text-width-25 {
        width: auto;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }
    h5 {
        font-size: 12px;
    }

    .pb-310 {
        padding-bottom: 130px;
    }

    .pb-150 {
        padding-bottom: 35px;
    }

    .pb-120 {
        padding-bottom: 60px;
    }

    .pb-50 {
        padding-bottom: 25px;
    }

    .pt-127 {
        padding-top: 63px;
    }

    form {
        padding: 65px 50px;
    }

    h1.product-main-title {
        font-size: 95px;
    }

    section.section-product {
        /*bottom: 113px;*/
    }



}