/* rounded 100%  */
.rounded-100 {
    border-radius: 100% !important;
}

body {
    background-color: #fefefd;
    width: 100vw !important;
}

.row {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
}

.roboto {
    font-family: Roboto;
}

.sans-serif {
    font-family: sans-serif;
}

.open-sans-hebrew {
    font-family: "Open Sans Hebrew";
}

.text-normal {
    text-transform: none !important;
}

.text-white {
    color: var(--white-color) !important;
}

.nav-top a .bouton {
    padding: 14px;
    font-size: 15px;
    line-height: 1;
}

.nav-top a .text {
    font-family: Roboto;
    line-height: 23px;
    font-weight: 800;
    color: white; /** editer par Nah */
}

.stellarnav li > a {
    color: var(--bs-primary);
}

.stellarnav li.has-sub > a::after {
/*    border-top-color: var(--white-color);*/
    border-top-color: var(--bs-primary);
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
    margin-bottom: 1.5px;
}

#header.fixed-top {
    width: 100vw !important;
}

.stellarnav>ul>li>a {
    padding: 10px 10px !important;
}

.stellarnav.desktop li.has-sub a {
    padding-right: 10px !important;
}

#featured-sections{
    scroll-margin-top: 140px;
}
/* end edition */

#header .menu-list {
    text-align: center;
}

#header .menu-list a {
    font-family: "Open Sans Hebrew";
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

#header .btn-devis {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 24px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.stellarnav li.has-sub ul > li > a {
    font-family: Roboto !important;
    padding: 12px;
    font-weight: 500 !important;
}

.stellarnav li.has-sub > ul > li > a:hover {
    background-color: #FFFFFF;
    color: var(--bs-primary);
}

.stellarnav li.has-sub > ul > li > a:hover::after {
    border-left-color: var(--bs-primary);
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
}

#billboard {
    position: relative;
}

.banner-title {
    color: #FFF !important;
    font-family: Roboto;
    font-size: clamp(30px, 10vw, 110px);
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    display: inline-block;
}

.banner-content {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}

.banner-content-inner {
    width: max-content;
    padding: 0 1em;
    text-align: left;
}

.banner-content-inner .description {
    line-height: 20px;
    margin-top: 5em;
    color: #ddd;
    font-size: clamp(14px, 1vw, 16px);
    font-family: Roboto;
    width: 50%;
    text-align: left;
}

.content-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
}

.main-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: calc(75vh + 5px);
}

.main-slider .btn-wrap {
    width: max-content !important;
}

.btn-outline-more {
    background-color: transparent !important;
    border: 2px solid var(--bs-primary) !important;
    text-transform: none !important;
    font-weight: normal !important;
    padding-right: 5px !important;
/*    font-size: clamp(14px, 1vw, 16px) !important;*/
    font-family: Roboto;
}

.btn-outline-more:hover {
    background-color: #212529 !important;
    color: #fff !important;
}

.btn-outline-more .text {
    margin-bottom: 5px;
    font-size: 17px;
}

.btn-outline-more .icon-more {
    background-color: var(--bs-primary);
    border-radius: 100%;
    padding: 5px 8px;
    line-height: 1;
    font-size: 18px;
}

.div_arrows {
    position: absolute;
    bottom: 70px;
    right: 100px;
}

.div_arrows .slider-arrow {
    position: relative !important;
}

.div_arrows .slider-arrow:hover {
    background-color: var(--bs-primary) !important;
    width: 70px !important;
}

.div_arrows .slider-arrow.prev:hover {
    border-radius: 100px 20px 20px 100px !important;
}

.div_arrows .slider-arrow.next:hover {
    border-radius: 20px 100px 100px 20px !important;
}

.div_arrows .slider-arrow .on-hover {
    display: none;
}

.div_arrows .slider-arrow:hover .off-hover {
    display: none;
}

.div_arrows .slider-arrow:hover .on-hover {
    display: block;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

#billboard .main-slider {
    padding-bottom: 0;
}

.to-down {
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    top: 0;
    right: 7em;
}

#after-banner-holder {
    padding-top: 30px;
}

#after-banner-holder .div-img  {
    position: absolute;
    width: 80%;
    height: auto;
}

#after-banner-holder .div-img img {
    width: 100%;
    height: auto;
}

#after-banner-holder .div-img-1 {
    left: 0;
    bottom: 0;
}

#after-banner-holder .div-img-2 {
    right: 0;
    top: 0;
}

.btn-section.bg-primary:hover {
    background-color: #65615C !important;
}

#featured-sections .backgrounded {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#featured-sections .backgrounded.atelier {
    min-height: 600px;
}

#featured-sections .backgrounded.construction {
    min-height: 500px;
}

.title-section {
    font-size: 2rem;
    font-family: "Open Sans Hebrew";
    color: var(--bs-primary);
    font-weight: 600;
}

.actualites .body-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}

.actualites .actualite {
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    padding: .6em 1.2em;
}

.actualites .body-content {
    padding: 40px 30px 20px;
}

.actualites .body-content .avatar {
    top: -15px;
    left: 30px;
    position: absolute;
    pointer-events: none;
}

.actualites .body-content .avatar img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.actualites .body-content .body-content-title {
    font-size: 16px;
    font-family: "Open Sans Hebrew";
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
}

.actualites .body-content .body-content-description {
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
}

.actualites .body-content .body-content-link {
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

.actualites .footer-content {
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 12px;
    padding: 15px 30px !important;
    border-top: 1px solid #eaeaea !important;
    background-color: transparent !important;
}

.actualites .footer-content .footer-content-text {
    color: #adadad;
}

.slider-arrow-p {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid var(--bs-primary);
    line-height: 1;
    background: none;
    color: var(--bs-primary);
    padding: 0.75em 0.75em !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-list {
    position: relative;
}

.product-list .product-item {
    border: none !important;
    width: 100% !important;
}

.product-list .slick-track {
    display: flex !important;
    align-items: center;
}

.product-style img.product-item {
    padding: 0 !important;
}

.produits .body-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 380px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.produits .body-content .body-content-description {
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 10px;
    color: var(--bs-primary);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

#footer {
    margin: 0 !important;
    padding-bottom: 0 !important;
}

#footer .footer-title {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 15px;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    border-color: #FFFFFF;
}

#footer .footer-title h2 {
    color: #ffffff;
    font-family: "Open Sans Hebrew";
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

#footer .footer-content {
    text-align: justify;
    color: #ffffff;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6em;
    width: 95%;
}

#footer .footer-content p {
    margin-block-end: .9rem;
}

#footer .menu-list a {
    font-family: "Roboto";
    font-size: 0.87em;
    font-weight: 400;
    color: #FFFFFF !important;    
}

#footer .menu-list a:hover {
    letter-spacing: 0.5px;
    transition: 0.3s ease-out;
}

#footer .menu-list a {
    font-size: 0.87em;
}

#footer .socials a {
    color: #FFFFFF;
    font-size: 25px;
    padding: 0 7px;
}

#footer .footer-end {
    border-top: 1px solid #FFFFFF;
    margin-top: 10px;
}

#footer .footer-end .footer-end-content {
    padding: 30px 0px;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

#footer .footer-end .footer-end-content,
#footer .footer-end .footer-end-content a {
    color: #FFFFFF;
}
/* responsive  */

.stellarnav.mobile {
    margin-bottom: 23px;
}

.stellarnav.mobile .menu-toggle {
    color: #FFFFFF !important;
}

.stellarnav.mobile .menu-toggle .bars {
    padding: 7.7px 7.7px 4px;
/*    background: rgba(0,0,0,.25);*/
    background: var(--bs-primary);
}

.stellarnav.mobile .menu-toggle .bars span {
    background-color: #FFFFFF !important;
    height: 3px !important;
    width: 20px !important;
}

.stellarnav.mobile ul {
    background-color: initial !important;
    border-top: none !important;
}

.stellarnav.mobile ul li {
    text-align: left;
}

.stellarnav.mobile ul li a {
    border-bottom: none !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.stellarnav.mobile ul li.has-sub > ul li a:not(.dd-toggle) {
    padding-left: 30px;
}

.stellarnav.mobile ul li.has-sub > ul li.has-sub > ul li a:not(.dd-toggle) {
    padding-left: 50px;
}

.stellarnav.mobile ul li a.dd-toggle:focus,
.stellarnav.mobile ul li.open > a,
.stellarnav.mobile ul li.open > ul li.open > a,
.stellarnav.mobile ul li a.dd-toggle:hover {
    background-color: #FFFFFF !important;
    color: var(--bs-primary) !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

@media only screen and (min-width: 769px) {
    .stellarnav .menu-list{
        display: flex !important;
    }
    /* editer par Nah */
    .navbar-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .stellarnav li.has-sub ul a {
        color: var(--white-color);
    }
    .dd-toggle {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .main-logo,
    .menu-toggle {
        text-align: center;
    }
    .btn-devis {
        display: block;
        text-align: center;
        padding: 6px;
    }
    .top-content {
        display: none;
    }
    .navbar-logo,
    .navbar-container,
    .navbar-devis {
        width: 100%;
    }
}