.theme-main-color {
    color: #F8520B !important;
}
.theme-default-color {
    color: #808285 !important;
}

.header-section {
    background: #3A3A3A;
    padding: 20px;
}
.header-left {
    display: flex;
    align-items: center;
}
.home-logo img {
    width: 209.44px;
    height: 107px;
}
.social-icons img {
    width: 26.61px;
    height: 26.61px;
}
.social-icons {
    padding-left: 3rem;
}
.social-icons a {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
.search-container {
    position: relative;
    width: 80%;
}

.search-input {
    height: 40px;
    border-radius: 0px;
    padding-left: 0px;
    border: none;
    border-bottom: 3px solid #F8520B;
    background: #3A3A3A;
    color: #ffffff;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #ffffff;
    cursor: pointer;
}
.search-container .form-control {
    color: #ffffff !important;
}
.search-input:hover {
    background: #3A3A3A !important;
    border: none !important;
    border-bottom: 3px solid #F8520B !important;
    box-shadow: none !important;
}
.search-input:focus {
    background: #3A3A3A !important;
    border: none !important;
    border-bottom: 3px solid #F8520B !important;
    box-shadow: none !important;
}
.search-input::placeholder {
    color: #ffffff;
    text-transform: uppercase;
}
.search-select {
    width: 80%;
    padding-top: 10px;
}
.search-select .form-select {
    /* background: #F8520B66; */
    border: 2px solid #F8520B;
    width: 38%;
    margin-left: auto;
    color: #ffffff;
    text-transform: uppercase;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 18px;
}
.user-view, .cart-view {
    text-align: center;
}
.middle-line {
    color: #F8520B;
    margin-bottom: auto;
    margin-top: 8px;
}
.header-right a {
    text-decoration: none;
    color: #ffffff;
}
.header-user, .header-cart {
    padding-top: 4px;
}

.navbar-section {
    background: #F8520B;
}
.list-menus {
    /* padding-left: 12rem; */
    justify-content: center;
    max-width: 100%;
}
.nav-item:has(.active) {
    background: #3A3A3A;
}
.nav-item .nav-link {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #ffffff;
    /* padding-left: 20px;
    padding-right: 20px; */
}
.banner-section img {
    width: 100%;
    height: 480px;
    /* object-fit: cover; */
    object-fit: fill;
}
.home-info {
    background: #F8520B;
    color: #ffffff;
    padding-top: 5rem;
    padding-bottom: 6rem;
}
.info-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 19.18px;
    line-height: 100%;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    padding-bottom: 3rem;
}
.solution-tech {
    font-family: Poppins;
    font-weight: 600;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: 0px;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
}
.solution-info {
    font-family: Poppins;
    font-weight: 400;
    font-size: 19.18px;
    letter-spacing: 0.25px;
}
.solution-right {
    font-family: Poppins;
    font-weight: 500;
    font-size: 19.18px;
    letter-spacing: 0.25px;
    padding-bottom: 1.5rem;
}
.solution-right strong {
    font-family: Poppins;
    font-weight: 700;
    font-size: 19.18px;
    letter-spacing: 0.25px;
}
.news-input {
    display: flex;
}
.footer-newsletter-section {
    background: #3A3A3A;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 2px;
}
.news-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 19.18px;
    line-height: 100%;
    letter-spacing: 0.25px;
    color: #ffffff;
    padding-bottom: 7px;
}
.news-submit {
    background: #F8520B;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 13.42px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
}
.news-input input {
    width: 50%;
    border-radius: 4px;
}
.news-input input::placeholder {
    font-family: Poppins;
    font-weight: 500;
    font-size: 13.47px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #00000080;
}
.social-icons-footer img {
    width: 37.61px;
    height: 37.61px;
}
.social-footer-section {
    display: flex;
}
.social-icons-footer {
    margin-left: auto;
    align-items: center;
    margin-top: auto;
}
.social-icons-footer a {
    padding-left: 5px;
    padding-right: 5px;
}
.copyright-info {
    display: flex;
}
.copyright-text {
    margin-left: auto;
}
.copyright-section {
    background: #ECECEC;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.copyright-info div {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #3A3A3A;
}
.footer-block-info {
    background: #ECECEC;
    padding-top: 4rem;
    padding-bottom: 1rem;
}
.left-block-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 19.18px;
    letter-spacing: 0.25px;
    color: #000000DE;
}
.left-block-info {
    font-family: Poppins;
    font-weight: 500;
    font-size: 19.18px;
    letter-spacing: 0.25px;
    color: #000000DE;
}
.center-block-title {
    color: #000000DE;
    font-family: Poppins;
    font-weight: 500;
    font-size: 19.18px;
    letter-spacing: 0.25px;
}
.center-block-info {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #00000099;
    padding-top: 1.5rem;
}
.right-block-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 19.18px;
    letter-spacing: 0.25px;
    color: #000000DE;
}
.right-block-menus ul {
    list-style: none;
    padding-left: 0;
}
.right-block-menus ul a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #00000099;
    text-decoration: none;
}
.right-block-menus ul a:hover {
    color: #000;
}
.right-block-menus {
    padding-top: 1.5rem;
}
.footer-menu-section {
    padding-left: 3.5rem;
}

.actuality-carousel img {
    object-fit: cover;
    /* max-width: 384px !important; */
    max-height: 384px !important;
}
.actuality-title {
    color: #F8520B;
    font-family: Poppins;
    font-weight: 600;
    font-size: 13.47px;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.actuality-shot-info {
    color: #000000DE;
    font-family: Poppins;
    font-weight: 500;
    font-size: 19.18px;
    line-height: 100%;
    letter-spacing: 0.25px;
    padding-bottom: 0.5rem;
}
.actuality-description {
    color: #00000099;
    font-family: Poppins;
    font-weight: 400;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.actuality-view-more {
    font-family: Poppins;
    font-weight: 600;
    font-size: 13.42px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #F8520B;
    text-align: end;
    padding-top: 1.5rem;
}
.actuality-view-more a {
    text-decoration: none;
    color: #F8520B;
}
.actuality-heading {
    color: #000000DE;
    font-family: Poppins;
    font-weight: 600;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.actuality-carousel .owl-dots {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 3rem;
}
.owl-dots .owl-dot.active{
    width: 8px;
    height: 8px;
    border: 2px solid #000000DE !important;
    border-radius: 12px;
    background: #000000DE !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
}
.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border: 2px solid #00000061 !important;
    border-radius: 12px;
    background: #00000061 !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.product-list-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: -0.5px;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #000000CC;
}
.product-search {
    display: flex;
    align-items: center;
}
.product-search .form-select {
    width: 80%;
    height: 56px;
    border-radius: 0;
    border: solid 1px #00000052;
    border-right: none;
    color: #00000061;
    font-family: Poppins;
    font-weight: 700;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
}
.product-search button {
    border: none;
    width: 56px;
    height: 56px;
    background: #F8520B;
    color: #ffffff;
}
.view-more-products a {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    align-items: center;
    display: flex;
    height: 56px;
    color: #F8520B;
}
.product-search .form-select:focus {
    box-shadow: none;
}
.products-list img {
    max-width: 252px;
	max-height: 240px;
    width: 100%;
    object-fit: cover;
    border: 0.5px solid #979797;
    border-radius: 5px;
}
.products-list .product-detail {
    margin-top: 1rem;
    width: 100%;
    min-height: 218px;
    height: 218px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}
.products-list .product-detail p {
    max-width: 252px;
    padding-right: 10px;
}
.product-detail label {
    font-family: Poppins;
    font-weight: 600;
    font-size: 23.1px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #F8520B;
    margin-top: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
}
.products-list .product-detail p {
    color: #00000099;
    font-family: Poppins;
    font-weight: 400;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view-more-btn {
    width: 180px;
    height: 48px;
    background: #F8520B;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}
.view-more-btn a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 13.42px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}
.product-sale-section {
    background: #F6F6F6;
    margin-top: 4rem;
    padding-bottom: 3rem;
}
.custom-made-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #000000DE;
}
.mission-title {
    margin-top: 3rem;
    margin-bottom: 0.5rem;
    font-family: Poppins;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    color: #F8520B;
}
.installetion-info {
    font-family: Poppins;
    font-weight: 700;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000000DE;
    margin-bottom: 1.5rem;
}
.date-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000000DE;
}
.accompagnement-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}
.accompagnement-info {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000000DE;
}
.custom-made-creation {
    background: #F5F5F5;
    padding-top: 4rem;
    padding-left: 7rem;
    padding-right: 4rem;
}
.achievement-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.achievements-section {
    background: #3A3A3A;
    margin-left: -4.8rem;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-right: -1.5rem;
}
.achievement-info {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    margin-top: 2rem;
    margin-bottom: 5rem;
    padding-right: 3rem;
}
.achievement-search.product-search {
    border: solid 1px #F8520B !important;
    max-width: 440px;
}
.achievement-search.product-search .form-select{
    width: 100%;
    color: #3A3A3A;
    font-family: Poppins;
    font-weight: 700;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
}
.achievement-search {
    margin-bottom: 3rem;
}
.achievement-view img {
    /* max-width: 440px; */
    max-height: 390px;
    object-fit: cover;
    border-radius: 4px;
    max-width: 100%;
}
.mission-section {
    padding-right: 9rem;
}
.accompagnement-section {
    padding-right: 8rem;
}
.custom-mode-view {
    padding-right: 8rem;
}
.custom-mode-view img {
    max-height: 347px;
    object-fit: cover;
}
.custom-carousel-info {
    width: 510px;
    max-width: 100%;
    max-height: 188px;
    background: #F8520B;
    height: 188px;
    padding-left: 2rem;
    padding-top: 2rem;
    padding-right: 2rem;
    margin-top: -2rem;
    position: relative;
    padding-bottom: 2rem;
}
.custom-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    margin-bottom: 2.5rem;
}
.custom-view-more a {
    color: #FFFFFF;
    font-family: Poppins;
    font-weight: 600;
    font-size: 13.47px;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-decoration: none;
}
.custom-mode-carousel {
    margin-top: 3rem;
}
.custom-mode-carousel .owl-nav .owl-prev {
    width: 48px;
    height: 48px;
    background: #FE9D74 !important;
    color: #ffffff !important;
    font-size: 24px !important;
    margin-left: auto;
    border-radius: 4px;
}
.custom-mode-carousel .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    background: #F8520B !important;
    color: #0000008A !important;
    font-size: 24px !important;
    border-radius: 4px;
}
.custom-mode-carousel .owl-nav {
    padding-right: 8rem;
    display: flex;
    margin-top: -3rem;
    position: relative;
}
.custom-mode-section {
    margin-right: 0px;
    width: 100%;
}
.commitment-section {
    background: #F8520B;
    padding-top: 3rem;
    padding-left: 14rem;
    padding-right: 14rem;
    padding-bottom: 3rem;
}
.commit-head-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 2rem;
}
.commit-head-info {
    font-family: Poppins;
    font-weight: 500;
    font-size: 19.18px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    margin-bottom: 3rem;
    max-width: 800px;
}
.commit-view-left {
    padding-left: 0rem;
    margin-top: 2rem;
}
.commit-view-div:nth-child(odd) > .commit-view-left{
    padding-left: 10rem;
}
.commit-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 32.72px;
    line-height: 100%;
    letter-spacing: 0.25px;
    color: #ffffff;
    margin-top: 1rem;
}
.commit-info {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18.9px;
    letter-spacing: 0.25px;
    color: #ffffff;
    max-width: 300px;
}
.commit-image {
    padding-left: 3rem;
}
.commit-bottom-info {
    font-family: Poppins;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.25px;
    color: #ffffff;
    margin-left: 3rem;
    margin-top: 3rem;
    max-width: 800px;
}
.societie-top-section {
    display: flex;
}
.societie-top-image img {
    max-width: 638px;
    max-height: 465px;
    object-fit: cover;
}
.societie-top-info {
    max-width: 588px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 2rem;
	align-items: center;
    display: flex;
}
.societie-top-info p {
    color: #3A3A3A;
    font-family: Poppins;
    font-weight: 500;
    font-size: 19.18px;
    letter-spacing: 0.25px;
}
.our-areas {
    background: #ECECEC;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.areas-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #3A3A3A;
    margin-bottom: 2rem;
    width: 396px;
}
.area-info {
    color: #3A3A3A;
    font-family: Poppins;
    font-weight: 500;
    font-size: 19.18px;
    letter-spacing: 0.25px;
}
.area-info strong {
    font-family: Poppins;
    font-weight: 700;
    font-size: 19.18px;
    line-height: 100%;
    letter-spacing: 0.25px;
}
.areas-info-title {
    color: #F8520B;
    font-family: Poppins;
    font-weight: 500;
    font-size: 19.18px;
    letter-spacing: 0.25px;
}
.expert-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #F8520B;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.expert-left-section {
    display: flex;
    margin-top: 6rem;
    gap: 1.5rem;
    justify-content: space-between;
}
.expert-left-section:nth-child(odd) {
    flex-direction: row-reverse;
    text-align: right;
}
.expert-left-section.container::before {
    content: none;
}
.expert-left-section.container::after {
    content: none;
}

.expert-image-view img {
    max-width: 445px;
    max-height: 300px;
    object-fit: cover;
}
.expert-info-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 32.72px;
    letter-spacing: 0.25px;
    color: #3A3A3A;
    margin-bottom: 1.5rem;
}
.expert-info p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 19.18px;
    letter-spacing: 0.25px;
    color: #3A3A3A;
}
.expert-info p strong {
    font-family: Poppins;
    font-weight: 700;
    font-size: 19.18px;
    line-height: 100%;
    letter-spacing: 0.25px;
}
.team-expert-section {
    margin-bottom: 5rem;
}
.product-image-view img,
.product-image-view .noimage {
    width: 100% !important;
    max-width: 613px;
    max-height: 100%;
    object-fit: cover;
    height: 663px;
}
.product-image-view .noimage {
    margin-bottom: 32px;
}
.product-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0.25px;
    color: #000000DE;
}
.product-ref {
    color: #000000;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}
.product-price,
.product-price span {
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #F8520B;
}
.price-ttc,
.price-ttc span {
    color: #3A3A3A;
    font-family: Poppins;
    font-weight: 600;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0px;
}
.product-quantity .form-select {
    width: max-content;
    min-width: 50px;
    max-width: max-content;
    max-height: 40px;
    border-width: 1.5px;
    border-radius: 4px;
    padding: 8px 32px 8px 8px;
    border: 1.5px solid #F8520B;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000CC;
}
.product-quantity {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}
.add-cart-btn {
    max-width: 235px;
    max-height: 48px;
    width: 100%;
    background: #F8520B;
    text-align: center;
    height: 48px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-family: Poppins;
    font-weight: 700;
    font-size: 13.42px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
	cursor: pointer;
}
.add-cart-btn img {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
}
.product-info {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.product-info-detail {
    width: 100%;
}
.product-detail {
    margin-top: 3rem;
}
.product-image-carousel .owl-nav {
    /* position: absolute;
    top: 0; */
    position: relative;
    top: -331.5px;
    bottom: 0;
    display: flex;
    max-width: 613px;
    width: 100%;
}
.product-image-carousel .owl-prev, .product-image-carousel .owl-next {
    width: 70px;
    height: 70px;
    margin-top: auto;
    margin-bottom: auto;
    background: #3A3A3A33 !important;
}
.product-image-carousel .owl-next {
    margin-left: auto;
}
.detail-leftsection {
    display: flex;
    border-right: 1px solid #F8520B;
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 627px;
    max-height: 100%;
}
.detail-leftsection .view-options {
    margin-left: auto;
    margin-right: 4rem;
}
.product-info-detail .option-description, 
.detail-leftsection .option-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #00000099;
    margin-bottom: 2rem;
}
.detail-leftsection ul li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000000;
}
.detail-leftsection ul span {
    font-family: Poppins;
    font-weight: 700;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000000;
}
.detail-leftsection .option-info {
    font-family: Poppins;
    font-weight: 700;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000000;
}
.detail-rightsection {
    padding-left: 3rem;
    padding-top: 1rem;
}
.detail-rightsection .option-title {
    color: #000000;
    font-family: Poppins;
    font-weight: 700;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
}
.detail-rightsection ul {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #00000099;
}
.gallery-list {
    background: url(../images/gallery_bg.svg) left no-repeat !important;
    padding-left: 1rem;
    padding-top: 5rem;
    padding-bottom: 3rem;
}
.gallery-image-carousel {
    width: 85%;
}
.gallery-image-carousel .owl-item img {
    width: 265px !important;
    height: 320px !important;
    max-width: 265px;
}
.gallery-image-carousel .owl-nav {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -3rem;
}
.gallery-image-carousel .owl-prev {
    display: none;
}
.fancybox__thumbs.is-draggable {
    display: none !important;
}
.fancybox__toolbar__items.fancybox__toolbar__items--left {
    display: none !important;
}
.gallery-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #F8520B;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.gallery-image-view a {
    text-decoration: none;
}
.gallery-info {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.25px;
    text-align: center;
    color: #000000DE;
    width: 265px !important;
    max-width: 265px;
    padding-top: 1rem;
}
.short-info {
    font-family: Poppins;
    font-weight: 700;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000000;
}
.detail-rightsection .option-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #00000099;
}
.option-description strong {
    font-family: Poppins;
    font-weight: 700;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000000;
}
.color-solution {
    color: #F8520B;
    font-family: Poppins;
    font-weight: 700;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
}
.actualite-section {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
}
.actualite-left-section {
    display: flex;
}
.actuality-info {
    margin-left: 2rem;
    margin-right: 2rem;
}
.actualite-image img, .actualite-image div {
    width: 363px;
    height: 271px;
    max-width: 363px;
    max-height: 271px;
    object-fit: cover;
}
.publish-date {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #000000;
}
.actualite-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #F8520B;
    margin-top: 0.7rem;
}
.actualite-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #000000;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
.view-actualite {
    width: 180px;
    height: 48px;
    background: #F8520B;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-actualite a {
    color: #FFFFFF;
    font-family: Poppins;
    font-weight: 600;
    font-size: 13.42px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.actualite-right-section {
    background: #F8F8F8;
    padding: 2rem;
    border-radius: 4px;
}
.category-title {
    color: #231F20CC;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.category-line-bar {
    border-bottom: 2px solid #F8520B;
    width: 58px;
    max-width: 58px;
    padding-top: 0.5rem;
    margin-bottom: 1rem;
}
.category-view {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}
.category-end-bar {
    border-bottom: 1px solid #A9A9A91A;
    margin-bottom: 1rem;
}
.category-end-bar:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
.category-view-title {
    color: #231F20CC;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}
.category-count {
    margin-left: auto;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-count span {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #F8520B;
}
.category-view-title.active {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #F8520B;
}
.category-bottom-space {
    margin-bottom: 4rem;
}
.carousel__viewport {
    display: none !important;
}
.date-plublish {
    display: flex;
    align-items: center;
    gap: 9px;
}
.date-plublish span {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #000000;
}
.latest-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #231F20CC;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-description.active {
    color: #231F20CC;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
}
.latest-view {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}
.faq-title {
    color: #F8520B;
    font-family: Poppins;
    font-weight: 500;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0px;
    text-align: center;
}
.faq-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}


/* faq page styles */
.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
}
.tab-content {
    margin-left: 2rem;
}

/*
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
} */

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='false'] {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000000CC;
    .arrow-view-down {
        display: flex;
    }
    .arrow-view-up {
        display: none;
    }
}

.accordion button[aria-expanded='true'] {
    color: #F8520B;
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    .arrow-view-down {
        display: none;
    }
    .arrow-view-up {
        display: flex;
    }
}
.accordion-item:has(button[aria-expanded='true']) {
    border-left: 4px solid #F8520B !important;
    border-radius: 4px 0px 0px 4px;
    padding-right: 0;
    border: none;
    .accordion-content {
        padding-right: 1rem;
    }
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: fit-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content * {
    margin: 2em 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #787878;
    margin: 2em 0;
    margin-top: 0.5rem;
}

.faq-list {
    padding-left: 4rem;
    padding-top: 3rem;
}
.faq-nav-tab button {
    width: 287px;
    max-width: 287px;
    text-align: left;
    top: 835px;
    left: 61px;
    border-width: 2px;
    background: none !important;
    color: #000000CC !important;
    border-radius: 0px !important;
    padding-left: 0px;
}
.faq-nav-tab .nav-link {
    color: #000000CC !important;
    font-family: Poppins;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 1rem;
    padding-bottom: 2px;
}

.faq-nav-tab .nav-link.active {
    font-family: Poppins;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #F8520B !important;
    border-bottom: 2px solid #F8520B;
}
.accordion-item {
    width: 815px;
    max-width: 815px;
    border: 1px solid #DDDDDD73;
    border-radius: 0px;
    margin-bottom: 1rem;
    box-shadow: 0px 0px 25px 0px #0000001A;
    padding-left: 1rem;
    padding-right: 1rem;
}
.accordion-item button {
    display: flex;
    padding: 0;
    align-items: center;
}
.arrow-view-down {
    margin-left: auto;
    width: 28px;
    height: 28px;
    background: #F8520B;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.arrow-view-up {
    margin-left: auto;
    width: 56px;
    height: 54px;
    background: #F8520B;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}
.arrow-view-up span {
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 22px;
    color: #F8520B;
    align-items: center;
    justify-content: center;
    display: flex;
}

.contact-section {
    padding-left: 8rem;
    padding-right: 8rem;
}
.contact-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: lowercase;
    margin-top: 3rem;
    margin-bottom: 4rem !important;
    color: #F8520B;
}
.contact-form-section {
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px #0000001A;
    margin-bottom: 4rem;
}
.form-info {
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.contact-form-section form {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 1rem;
}
.contact-form-section input {
    height: 52.78px;
    border-width: 1px;
    border-radius: 3px;
    background: #F4F4F4;
    border: 1px solid #CFCFCF99;
}
.contact-form-section input::placeholder, .contact-form-section textarea::placeholder {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #979797;
}

.contact-form-section textarea {
    height: 165px;
    background: #F4F4F4;
    border: 1px solid #E2E2E2;
}

.contact-form-section .send-btn {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 180px;
    height: 48px;
    margin-left: auto;
    border-radius: 4px;
    background: #F8520B;
    border: none;
}
.contact-info {
    display: flex;
    margin-bottom: 4rem;
}
.contact-info-right {
    margin-left: auto;
}
.detail-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #231F20;
    margin-bottom: 2rem;
}
.contact-location {
    display: flex;
    gap: 16px;
    margin-bottom: 2rem;
}
.contact-location:last-child {
    align-items: center;
}
.location-title, .phone-title, .email-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #F8520B;
}
.location-info, .phone-info, .email-info {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #231F20;
}
.contact-phone, .contact-email {
    display: flex;
    gap: 16px;
    margin-bottom: 2rem;
}
.map-info .map {
    width: 725px;
    height: 273px;
    max-width: 100%;
    object-fit: cover;
}

.banner-info-new {
    position: absolute;
    top: 277px;
    left: 68px;
}
.banner-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 13.47px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.banner-short-info {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.5px;
    color: #000000CC;
    background: #ffffff;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /* height: 39px; */
    margin-top: 0.5rem;
}
.discover-btn {
    width: 180px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8520B;
    font-family: Poppins;
    font-weight: 600;
    font-size: 13.42px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    text-decoration: none;
    margin-top: 3rem;
}
.page-banner-info{
    position: absolute;
    top: 277px;
    left: 120px;
}
.page-banner-title {
    color: #3A3A3A;
    font-family: Poppins;
    font-weight: 500;
    font-size: 13.47px;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}
.page-short-info {
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.5px;
    color: #000000CC;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 0.5rem;
}

/* new style */

.mobile-view {
    display: none;
}

@media (max-width: 760px) {
    .banner-info {
        position: absolute;
        top: 205px;
        left: 17px;
    }
    .banner-short-info {
        font-size: 17px;
        max-width: 100%;
    }
    .custom-made-creation {
        background: #F5F5F5;
        padding-top: 2rem;
        padding-left: 1rem !important;
        padding-right: 0rem;
        padding-bottom: 1rem;
    }
    .custom-mode-carousel {
        margin-top: 2rem;
    }
    .accompagnement-section {
        padding-right: 1rem;
    }
    .mission-section {
        padding-right: 1rem;
    }
    .accompagnement-title {
        margin-top: 1rem;
    }
    .custom-mode-view {
        padding-right: 0rem;
    }
    .custom-mode-carousel .owl-nav {
        padding-right: 0rem;
        display: flex;
        margin-top: 1rem;
        position: relative;
    }
    .achievements-section {
        background: #3A3A3A;
        margin-left: 0rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        padding-bottom: 3rem;
        margin-right: -0.7rem;
    }
    .achievement-info {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-right: 0rem;
    }
    .home-info {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .info-title {
        padding-bottom: 1rem;
    }
    .solution-tech {
        font-size: 35px;
        line-height: 43px;
        letter-spacing: 0px;
        padding-bottom: 1.5rem;
        padding-top: 1rem;
    }
    .achievement-view img {
        max-width: 100%;
    }
    .product-list-title {
        font-size: 31px;
    }
    .custom-mode-section {
        margin-right: 0px;
        width: auto;
    }
    .products-list .col-12 {
        text-align: center;
    }
    .product-detail {
        margin-top: 1rem;
    }
    .products-list .product-detail {
        min-height: 218px;
        height: 218px;
    }
    .products-list .product-detail p {
        margin-left: auto;
        margin-right: auto;
    }
    .view-more-btn {
        margin-top: 0rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }
    .view-more-products a {
        display: block;
        text-align: center;
        margin-top: 1rem;
        height: 0px;
    }
    .actualite-image {
        padding-left: 1rem;
    }
    .actuality-info {
        margin-left: 0rem;
        margin-right: 0rem;
    }
    .actuality-heading {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .actuality-carousel .owl-dots {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .footer-block-info {
        padding-top: 2rem;
    }
    .footer-menu-section {
        padding-left: 0rem;
        margin-top: 1rem;
    }
    .social-footer-section {
        display: block;
        text-align: center;
        margin-top: 1rem;
    }
    .news-input input {
        width: 80%;
    }
    .news-submit {
        padding-left: 10px;
        padding-right: 10px;
    }
    .copyright-info {
        display: block;
        text-align: center;
    }
    .copyright-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .achievement-title {
        font-size: 36px;
    }
    .societie-top-section {
        display: block;
    }
    .societie-top-image img {
        max-width: 100%;
    }
    .expert-left-section, .expert-right-section {
        display: block;
    }
    .expert-image-view img {
        max-width: 100%;
    }
    .commitment-section {
        background: #F8520B;
        padding-top: 3rem;
        padding-left: 0rem;
        padding-right: 0rem;
        padding-bottom: 3rem;
    }
    .page-banner-info {
        right: 15px;
        top: 205px;
        left: 15px;
    }
    .page-short-info {
        font-size: 31px;
    }
    /* new styles */
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .societie-top-info {
        padding-left: 10px;
        padding-right: 10px;
    }
    .areas-title, .expert-title {
        font-size: 35px;
        line-height: 38px;
		max-width: 100%;
    }
    .expert-left-section, .expert-right-section {
        margin-top: 2rem;
    }
    .expert-left-section .expert-info {
        padding-right: 0.5rem;
        text-align: left;
        margin-left: auto;
        padding-left: 0.5rem;
    }
    .expert-right-section .expert-info {
        text-align: left;
        margin-left: auto;
        padding-left: 0.5rem;
    }
    .expert-info-title {
        font-size: 25.72px;
        line-height: 38px;
    }
    .commit-view-left {
        padding-left: 0rem !important;
        margin-top: 2rem;
        padding-right: 0rem;
        text-align: center;
    }
    .commit-image {
        padding-left: 0rem;
    }
    .commit-view-right {
        text-align: center;
    }
    .commit-bottom-info {
        margin-left: 0rem;
        margin-top: 1rem;
    }
    .footer-block-info {
        text-align: center;
    }
    .commit-head-title {
        font-size: 35px;
        margin-bottom: 1rem;
    }
    .product-image-view img,
    .product-image-view .noimage {
        height: 372px;
    }
    .product-image-carousel .owl-nav {
        top: -219.5px;
    }
    .detail-rightsection {
        padding-left: 1rem;
    }
    .gallery-title {
        font-size: 27px;
        padding-top: 1rem;
    }
    .gallery-image-carousel .owl-nav {
        right: 0rem;
        display: none;
    }
    .gallery-image-carousel .owl-item img {
        width: 350px !important;
        height: 320px !important;
        max-width: 100%;
        padding-left: 2rem;
    }
    .gallery-info {
        width: 351px !important;
        max-width: 100%;
        padding-top: 1rem;
        padding-left: 2rem;
    }
    .product-quantity .form-select, .add-cart-btn {
        margin-left: auto;
        margin-right: auto;
    }
    .product-info {
        display: block;
        margin-top: 0rem;
    }
    .actualite-left-section {
        display: block;
    }
    .actualite-section {
        padding-left: 0rem;
        padding-right: 0rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .actualite-section .row {
        margin-right: 0rem;
    }
    .actualite-section .col-12 {
        padding-right: 0;
    }
    .actuality-info {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 1rem;
    }
    .actualite-section .col-md-8 {
        padding-bottom: 2rem;
    }
    .actualite-right-section {
        margin-bottom: 2rem;
    }
    .faq-list {
        padding-left: 1rem;
        padding-top: 2rem;
        padding-right: 1rem;
    }
    .faq-list .d-flex.align-items-start {
        display: block !important;
    }
    .faq-nav-tab .nav-link.active, .faq-nav-tab .nav-link {
        max-width: 100%;
        width: 600px;
    }
    .arrow-view-down {
        width: 50px;
        height: 26px;
    }
    .arrow-view-up {
        width: 100px;
    }
    .faq-list .accordion-item {
        max-width: 100%;
    }
    .faq-list .tab-content {
        margin-left: 0rem;
    }
    .faq-title {
        font-size: 35px;
        line-height: 40px;
    }
    .faq-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .contact-section {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .contact-title {
        font-size: 25px;
        line-height: 32px;
        margin-top: 2rem;
        margin-bottom: 2rem !important;
    }
    .contact-form-section form {
        padding-left: 0rem;
        padding-right: 0rem;
        padding-bottom: 1rem;
    }
    .contact-form-section {
        margin-bottom: 2rem;
    }
    .contact-info {
        margin-bottom: 2rem;
        display: block;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .product-title {
        font-size: 29px;
    }
    .product-ref {
        margin-bottom: 1rem;
    }
    .product-price,
    .product-price span {
        font-size: 35px;
    }
    .product-quantity {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .header-right {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 18px;
    }
    .middle-line {
        color: #FFFFFF;
        margin-bottom: auto;
        margin-top: 17px;
    }
	.banner-info-new {
		position: absolute;
		top: 205px;
		left: 15px;
	}
	.mobile-nav .menu-logo img {
		width: 210px;
	}
	.container-fluid.dossier {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
		padding-top: 10px !important;
	}
	.dossier .titre {
	    font-size: 33px !important;
	}
	.accordion button .accordion-title {
		width: 480px;
		max-width: 100%;
	}
	.container-fluid.order {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top: 2rem !important;
	}
	.order .form-horizontal .form-group {
		display: block !important;
    	text-align: left !important;
	}
	.custom-mode-view img {
		width: auto !important;
	}
	.wizard {
		display: block !important;
	}
	.panier {
        margin: 0px;
    }
	.order .form-horizontal button:not(.close), #form_connection form button:not(.close) {
		width: 100%;
    	text-align: center;
	}
	#formlivraison a {
		text-align: center;
	}
	.realisation .contact-rea .titre-gradient {
	    padding: 10px 10px 10px 139px;
	}
	.dossier.eco .desc .col-3 {
		padding-left: 10px;
	}
	.dossier.eco .desc .titre {
		font-size: 19px !important;
	}
	.me-contact-form .form-group .col-sm-6, .me-contact-form .form-group .col-sm-12 {
	    margin-bottom: 1rem;
	}
	.me-contact-form .form-group {
		margin-bottom: 0rem !important;
	}
	.rubrique .listing .unit>div .desc {
		height: 170px;
	}
	.custom-made-title {
    	font-size: 35px;
	}
	.actualite-image img, .actualite-image div {
		max-width: 100%;
	}
	.gallery-title {
        font-size: 26px;
        padding-top: 1rem;
    }
	.panier .row.nav-control, .order .row.nav-control {
	    display: block !important;
    	text-align: center;
	}
	.panier .row.nav-control a, .order .row.nav-control a, #formlivraison .row.nav-control button {
		width: 80% !important;
		margin-left: auto;
		margin-right: auto;
	}
	.actuality-carousel img {
		max-width: 100%;
		margin: 0 16px;
	}
    
    .product-search .form-select {
        width: 100%;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        height: fit-content !important;
    }
    .product-search-result .container {
        flex-direction: column;
        gap: 12px;
    }
    .product-search-result .container #formRub {
        width: 100%;
    }
}
.header-section .search-select select {
    background-color: #F8520B66 !important;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.menu-header {
    display: flex;
}
.mobile-nav {
    background: #3A3A3A;
    padding: 10px;
}
.menu-toggle {
    color: white;
    cursor: pointer;
    display: block;
    margin-top: auto;
    margin-left: auto;
    top: 0;
    font-size: 43px;
}
.menu {
    list-style: none;
    padding: 10px;
    margin: 0;
    background: #F8520B;
    margin-top: 1rem;
    z-index: 1;
    position: relative;
}

.menu li a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
}

.menu.hidden {
  display: none;
}
.attach-file-view {
    margin-top: -3.5rem;
    position: absolute;
    margin-left: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .menu {
    display: flex;
    gap: 10px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .achievement-view img {
        max-width: 100%;
    }
    .social-icons {
        padding-left: 0.5rem;
    }
    .search-select .form-select {
        width: 80%;
    }
    .home-logo img {
        width: 190.44px;
        height: 100px;
    }
    .achievements-section {
        background: #3A3A3A;
        margin-left: -4.8rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-right: -1.5rem;
    }
    .achievement-info {
        margin-top: 2rem;
        margin-bottom: 4rem;
        padding-right: 1rem;
    }
    .custom-made-creation {
        background: #F5F5F5;
        padding-top: 2rem;
        padding-left: 3rem;
        padding-right: 4rem;
    }
    .mission-section {
        padding-right: 1rem;
    }
    .accompagnement-section {
        padding-right: 1rem;
    }
    .custom-mode-view {
        padding-right: 1rem;
    }
    .custom-carousel-info {
        width: 250px;
        padding-left: 1rem;
        padding-top: 1rem;
        padding-right: 1rem;
    }
    .custom-mode-carousel .owl-nav {
        padding-right: 1rem;
    }
    .products-list img {
        max-width: 100%;
        width: 310px;
    }
    .products-list .row .col-md-6 {
        margin-bottom: 3rem;
    }
    .actuality-info {
        margin-left: 1rem;
        margin-right: 1rem;
        padding-right: 3rem;
    }
    .societie-top-section {
        display: block;
        margin-bottom: 2rem;
    }
    .societie-top-image {
        text-align: center;
    }
    .expert-left-section .expert-info, .expert-right-section .expert-info {
        width: 70%;
    }
    .expert-image-view img {
        max-width: 100%;
        width: 445px;
    }
    .expert-right-section .expert-image-view, .expert-left-section .expert-image-view {
        width: 30%;
    }
    .commitment-section {
        padding-top: 3rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 3rem;
    }
    .commit-view-left {
        padding-left: 1rem !important;
    }
    .commit-image {
        padding-left: 3.5rem;
    }
    .commit-bottom-info {
        margin-left: 1rem;
    }
    .product-image-view img,
    .product-image-view .noimage {
        height: 363px;
    }
    .product-image-carousel .owl-nav {
        top: -218.5px;
    }
    .product-info-detail {
        margin-top: -4rem;
    }
    .detail-leftsection {
        margin-right: 0.5rem;
    }
    .detail-rightsection {
        padding-left: 2rem;
    }
    .gallery-image-carousel .owl-item img {
        width: 208px !important;
        height: 206px !important;
        max-width: 265px;
        object-fit: cover;
    }
    .gallery-list {
        background: url(../images/gallery_bg.svg) left no-repeat !important;
        padding-left: 2rem;
        padding-top: 5rem;
        padding-bottom: 3rem;
        background-size: 83% 100% !important;
    }
    .gallery-image-carousel .owl-nav {
        right: -5rem;
    }
    .actualite-section .desktop-view {
        display: none;
    }
    .actualite-section .mobile-view {
        display: block;
    }
    .actualite-left-section {
        margin-top: 2rem;
    }
    .actualite-left-section .actuality-info {
        margin-left: 2rem;
        margin-right: 0rem;
        padding-right: 0rem;
    }
    .faq-nav-tab .nav-link {
        width: 200px;
    }
    .accordion-item {
        width: 90%;
    }
    .arrow-view-down {
        width: 30px;
        height: 30px;
    }
    .arrow-view-up {
        width: 78px;
        height: 54px;
    }
    .contact-section {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .contact-form-section form {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .map-info .map {
        width: 504px;
        max-width: 100%;
    }
    .contact-info-left {
        padding-left: 2rem;
    }
	.accordion button .accordion-title {
		padding: 1em 1.5em 1em 0;
		width: 368px;
		max-width: 100%;
	}
	.custom-made-creation {
		padding-left: 7.5rem;
	}
	.desktop-view:has(.fa-power-off) {
		.search-container {
			width: 50%;
		}
		.search-select {
			width: 50%;
		}
		.search-select .form-select
		{
			width: 100%;
		}
	}
	.actuality-carousel img {
		max-width: 100%
	}
}

/* new styles */

.container-fluid.dossier {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
	padding-top: 20px;
}
.dossier .titre {
	font-family: Poppins;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0.25px;
}
.dossier .desc, .dossier p {
	font-family: Poppins;
}
.dossier strong {
    font-family: Poppins;
    font-weight: 600;
}

.eco .unit .titre {
    background-color: #F8520B;
}
.eco .desc .titre {
    font-size: 30px;
}
.order .title-bar {
    margin: 15px -15px 30px;
    color: #F8520B;
}
.order .title-bar .titre {
    font-family: Poppins;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.25px;
    color: #000000DE;
}
.container-fluid.order {
	padding-left: 79px;
    padding-right: 79px;
	padding-top: 2rem;
}
.order .bloc.active>.titre {
    color: #fff;
    background-color: #F8520B;
}
.order .form-horizontal .form-group, #form_connection form .form-group {
    margin-bottom: 0.5rem;
}
label, span, p, div {
    font-family: Poppins;
}
.order .form-horizontal input {
	border-radius: 4px !important;
}
.order .form-horizontal button:not(.close), #form_connection form button:not(.close) {
	background: #F8520B;
    background-color: #F8520B !important;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 13.42px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-align: center;
    text-transform: uppercase;
    border: none;
	margin-top: 2rem;
	margin-left: auto;
}
.order .form-horizontal input, #form_connection form input {
    border: 1px solid #E2E2E2;
}
.order .form-horizontal .form-group {
    text-align: center;
    margin-left: auto;
    position: relative;
    display: flex;
    align-items: center;
}
#form_connection form .form-group input::placeholder {
	font-family: Poppins;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #979797;
}
.order .form-horizontal a {
    color: #ffffff !important;
    text-decoration: underline;
	text-align: end;
    display: block;
}
.wizard li.active a, .wizard li.active div, .wizard li.success a, .wizard li.success div {
    background-color: #F8520B;
    font-family: Poppins;
}
.wizard li a:hover
{
    background-color: #000;
    color: #F8520B;
}
.order .btn-success {
    background: #F8520B;
    border: none;
    background-color: #F8520B;
}
.panier form button {
    margin-top: 1rem;
}
.panier form .form-group {
	margin-bottom: 0.5rem;
}
.panier .titre {
	font-family: Poppins;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.25px;
    color: #000000DE;
}
#page-compte_modifier .order {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#formlivraison a {
    background: #ffffff;
    text-decoration: none;
    margin-top: 10px;
    color: #000000CC !important;
    border: 1px solid #F8520B;
}
.panier form .spinner {
    display: flex;
    align-items: center;
}
.panier form .spinner .qtePanier {
    margin-top: 14px;
}
.panier .spinner .btn:hover {
    background-color: #F8520B;
    color: #fff;
}
.order .alert-danger.fade.in, .me-contact-form .fade.in {
	opacity: 1;
}
.detail-leftsection {
    margin-top: 0.5rem;
}
.wizard
 {
    display: flex;
    gap: 20px;
}
.me-contact-form .form-group {
	margin-bottom: 1rem;
}
.me-contact-form .form-group input::placeholder, .me-contact-form .form-group textarea::placeholder {
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 15px;
	leading-trim: NONE;
	line-height: 26px;
	letter-spacing: 0px;
	color: #979797;
}
.me-contact-form .me-contact-submit {
    background: #F8520B;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold !important;
    font-size: 13.42px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-align: center;
    text-transform: uppercase;
}
.me-contact-form .dropzone-item label {
    margin-bottom: 1rem;
}
.realisation .contact-rea .titre-gradient {
	background-image: linear-gradient(to right, rgba(248, 82, 11, 0.3) 25px, rgba(65, 64, 66, 0) 25px, rgba(65, 64, 66, 0) 30px, rgba(248, 82, 11, 0.5) 30px, rgba(248, 82, 11, 0.5) 55px, rgba(65, 64, 66, 0) 55px, rgba(65, 64, 66, 0) 60px, rgba(248, 82, 11, 0.7) 60px, rgba(248, 82, 11, 0.7) 85px, rgba(65, 64, 66, 0) 85px, rgba(65, 64, 66, 0) 90px, rgba(248, 82, 11, 0.9) 90px, rgba(248, 82, 11, 0.9) 115px, rgba(65, 64, 66, 0) 115px, rgba(65, 64, 66, 0) 120px, #F8520B 120px, #F8520B 101%);
}
.listing .unit>div .desc
{
    height: 124px;
}

.realisation .listing .unit>div .desc .hover
{
    background-color: #F8520B;
	font-family: Poppins;
}
.realisation #btnNextRea {
    width: max-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.dossier.eco .desc .col-3 {
	padding-left: 10px;
}
#btnNextProds {
    margin-bottom: 30px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8520B;
    border-color: #F8520B;
}
.rubrique .listing .unit>div .desc .prix {
    color: #F8520B !important;
}
.vente.unit .hover {
    background-color: #F8520B !important;
}
.actuality-info {
    padding-right: 3rem;
}
@media (max-width: 1024px) {
	.custom-made-creation {
		padding-left: 3rem;
	}
}
@media (min-width: 1441px) {
	.societie-top-section {
		display: flex;
		width: 1440px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.custom-made-creation {
		padding-left: 5rem;
	}
	.societie-top-info {
    	margin-left: 71px;
	}
}
.fa-solid.fa-power-off {
    font-size: 23px;
    padding-bottom: 12px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.modal-header .close {

  margin-top: -2px;
}
/* product detail page */
.product-info-detail .spinner .btn:hover {
    color: #fff;
    background-color: #000;
}
.product-info-detail .quantite {
    display: flex;
    align-items: center;
}

.product-info-detail .input-group.spinner {
    display: flex;
    margin-left: 1rem;
    margin-top: 0.5rem;
}

.product-info-detail .spinner .btn {
    background: #F8520B;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.product-info-detail .spinner .btn i {
    top: auto;
    left: auto;
	color: #ffffff;
}
.panier .btn-default.btn-block {
    margin-top: 0;
	width: 100%;
}
.panier .titre {
	margin-top: 1rem;
    margin-bottom: 1rem;
}
.panier .row.nav-control, .order .row.nav-control {
    display: flex;
    flex-direction: row-reverse;
}
.panier .row.nav-control a, .order .row.nav-control a, #formlivraison .row.nav-control button {
    width: max-content;
}
.panier .row.nav-control .btn.btn-default, .order .row.nav-control .btn.btn-default {
    margin-right: auto;
}
.order .fa-trash {
    color: #414042 !important;
}
.panier .text-right {
	text-align: right;
}
.quantite-view {
    display: flex;
    align-items: center;
    justify-content: end;
}
.panier form .spinner .qtePanier
{
    margin-top: 7px;
}
.panier form button {
    margin-top: 0.5rem;
}
.transport-view {
    margin-left: 20px;
    margin-top: -26px;
}
#formlivraison .row.nav-control {
    flex-direction: inherit;
}
 #formlivraison .row.nav-control button {
    margin-left: auto;
	height: 33.1px;
    margin-top: 1rem;
}
.dossier .texte a.btn.btn-success {
    background: #F8520B;
    border: none;
}
.order .form-horizontal .form-group {
    text-align: left;
}
.listing .unit>div .desc .hover i {
    display: block;
    font-size: 40px;
}
.custom-mode-carousel .videoWrapper iframe {
    width: 100%;
}
.home-page-content .products-list {
    margin-top: 4rem;
}
.product-sale-section .products-list img {
	border: none;
}
.product-sale-section {
    padding-bottom: 4rem;
}
.actuality-heading {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.footer-newsletter-section {
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
footer {
    background-color: #ECECEC !important;
}
.products-list img {
    height: 336.25px;
}
.actuality-carousel img {
    width: 384px !important;
    height: 384px;
}
.actuality-carousel .actuality-info
{
    margin-left: 1rem;
    margin-right: 1rem;
}
.commitment-section {
    padding-top: 5rem;
	padding-bottom: 5rem;
}
.category-bottom-space {
    margin-bottom: 6rem;
}

/* new styles megamenu */

.nav-item .dropdown-menu {
    width: 100%;
    left: 0px;
    background-color: #3A3A3A;
    margin-top: -1px;
    border-top: none;
}
.nav-item .pull-right {
    float: right !important;
}
.mega-list {
    display: flex;
    list-style: none;
    padding: 15px;
    overflow: hidden;
    background-color: rgba(58, 58, 58, 1);
}
.container .yamm-content {
    padding: 20px 30px;
    background-color: #fff;
    margin: 30px auto;
}
.mega-list li {
    list-style: none;
    padding: 3px 5px;
}

.mega-list li a {
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #fff;
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Poppins';
}
.nav-item .titre-menu a {
    color: #F8520B !important;
    text-decoration: none;
    font-family: Poppins;
}

.nav-item .dropdown-menu .yamm-content ul li:last-child:not(.rubune) a {
    background-color: #ec6726;
    border: none;
}
.nav-item .dropdown-menu .yamm-content ul li:last-child:not(.rubune) a {
    color: #fff;
}
.nav-item .fa-chevron-right {
    top: 4px;
    position: relative;
}
/* .nav-item:hover .dropdown-menu {
  display: block;
} */

.nav-item:hover {
    background-color: rgba(58, 58, 58, 1);
}

@media (max-width: 768px) {
    .nav-item .dropdown-menu {
        position: relative;
    }
    .banner-section {
        min-height: 100px;
    }
	.banner-section img {
    	object-fit: cover !important;
	}
	.detail-leftsection .view-options {
		margin-left: 0rem;
		margin-right: 0rem;
	}
	.detail-leftsection {
	    border-right: none;
	}
	.footer-block-info {
        text-align: left;
    }
	.mega-list {
	    padding: 10px;
	}
	.page-short-info {
        font-size: 28px;
    }
	.actuality-info {
		padding-right: 1rem !important;
	}
	.arrow-view-down {
        width: 55px;
        height: 26px;
    }
	.product-info-detail .quantite {
        justify-content: center;
        display: flex;
        align-items: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
	.product-detail label {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
        height: auto;
    }
	.product-info-detail .input-group.spinner {
		display: flex;
		margin-left: 1rem;
		margin-top: 0rem;
	}
	.societie-top-image img {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 1rem;
    }
	.right-block-menus {
		padding-top: 0.5rem;
	}
	.center-block-info {
	    padding-top: 1rem;
	}
	.product-info-detail .product-quantity {
	    margin-bottom: 0rem;
	}
	.option-description a {
		font-family: Poppins;
		font-weight: 400;
		font-size: 15.4px;
		line-height: 24px;
		letter-spacing: 0.15px;
		color: #000000;
	}
	.quantite-view {
		margin-left: auto;
	}
	.order .bloc {
		padding: 0 20px 20px;
	}
	.user-view.logout {
	    display: flex;
    	/* padding-left: 8px; */
        justify-content: center;
	}
	.mission-title {
    	margin-top: 1rem;
	}
	.custom-made-title {
		line-height: 42px;
	}
	.home-info {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
	.accompagnement-section {
        padding-right: 0rem;
    }
	.mission-section {
        padding-right: 0rem;
    }
	.product-detail label {
	    margin-top: 1rem;
    	margin-bottom: 0.5rem;
	}
	.actuality-heading {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}
	.product-sale-section {
	    margin-top: 2rem;
	}
	.product-list-title {
	    padding-top: 2rem;
    	padding-bottom: 2rem;
	}
	.footer-newsletter-section {
	    padding-bottom: 20px;
	}
	.discover-btn {
	    height: 50px;
	}
	.expert-info-title {
        font-size: 24.72px;
	}
	.gallery-list {
		padding-top: 4rem;
		padding-bottom: 1rem;
	}
	.ecologi-mv {
		padding-right: 15px;
	}
	.slick-galerie iframe {
		width: 100%;
		max-width: 100%;
		height: 100%;
	}
	.actualite-description {
	    margin-top: 1rem;
    	margin-bottom: 1rem;
	}
	.category-bottom-space {
		margin-bottom: 3rem;
	}
	.actualite-section {
		padding-bottom: 0rem;
	}
	.order .bloc>.titre {
    	margin: 0px -20px;
	}
	.rubrique .listing .unit>div .desc {
        height: 100px;
    }
			
		
}

.actuality-detail-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.actuality-detail-image img {
    width: 431px;
    height: 431px;
    max-width: 100%;
    border: 1px solid #F1F2F2;
    object-fit: cover;
}
.actuality-detail-content {
    padding-left: 4rem;
}
.actuality-detail-content > a,
.actuality-detail-content > a.btn.btn-success {
    background: #F8520B;
    border: none;
}
.actuality-detail-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #F8520B;
    margin-bottom: 2rem;
}
.actuality-detail-info, .actuality-detail-desc, .actuality-detail-desc p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #000000;
    margin-bottom: 2rem;
}
.actuality-detail-desc a {
    color: #F8520B;
}
@media (max-width: 768px) {
    .actuality-detail-title {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .actuality-detail-content {
        padding-left: 0rem;
    }
    .actuality-detail-image img {
        height: 300px;
        max-width: 100%;
        object-fit: cover;
    }
}

.actuality-detail-downloads ul {
    padding-left: 4px;
}
.actuality-detail-downloads li {
    list-style: none;
}
.actuality-detail-downloads li a {
    color: #F8520B;
}

.product-search-result {
    background: #F8520B;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.search-info-title {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.25px;
    color: #FFFFFFDE;
}
.search-info-result {
    color: #FFFFFFDE;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.25px;
    margin-top: 0.5rem;
}
.products-list-section {
    margin-top: 2rem;
    margin-bottom: 6rem;
}
.products-list-section img {
    width: 90%;
    max-height: 240px;
    object-fit: cover;
    box-shadow: 0px 2px 4px 0px #00000029;
    border: 1px solid #00000080;
}
.products-list-section .product-detail {
    margin-top: 1rem;
    width: 100%;
    min-height: 218px;
    height: 218px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}
.products-list-section .product-detail label {
    font-family: Poppins;
    font-weight: 600;
    font-size: 23.1px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #F8520B;
    margin-top: 1rem;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 94px;
}
.products-list-section .product-detail p, 
.products-list-section .product-detail .prix {
    color: #00000099;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-list-section .product-detail p, 
.products-list-section .product-detail .prix {
    max-width: 252px;
    padding-right: 10px;
}
.products-list-section .row .col-lg-3 {
    margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
    .products-list-section img, .products-list-section .product-detail  {
        width: 100%;
    }
    .products-list-section .product-detail p, 
    .products-list-section .product-detail .prix {
        max-width: 100%;
    }
    .products-list-section .product-detail label, 
    .products-list-section .product-detail p, 
    .products-list-section .product-detail .prix {
        padding-left: 10px;
    }
}

.products-list-section .product-detail .prix {
    color: #F8520B;
}
.mobile-nav .menu-toggle {
    margin-top: auto;
    margin-left: auto;
    margin-bottom: auto;
    font-size: 0px;
}
.mobile-nav .menu-logo img {
	width: 100%;
}
.products-list.desktop-view img {
	box-shadow: 0px 2px 4px 0px #00000029;
}
.discover-btn { 
    border-radius: 4px;
}
.custom-mode-carousel .owl-nav {
    margin-top: -5rem;
}
.news-input input {
    height: 48px;
}
.social-icons-footer {
    bottom: 4px;
    position: relative;
}
@media (max-width: 760px) {
    .banner-info-new {
        position: absolute;
        top: 100px;
        left: 15px;
        right: 86px;
    }
	.banner-short-info {
        max-width: 100%;
        font-family: Poppins;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.5px;
		color: #000000CC;
    }
	.discover-btn {
        height: 47px;
		border-radius: 4px;
		position: relative;
    	top: 54px;
	}
	.discover-btn div {
	    font-family: Poppins;
		font-weight: 600;
		font-style: SemiBold;
		font-size: 13.42px;
		line-height: 16px;
		letter-spacing: 1.25px;
		text-align: center;
		text-transform: uppercase;
		color: #ffffff;
	}
	.solution-tech {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0px;
        padding-bottom: 1.5rem;
        padding-top: 1rem;
        font-weight: 600;
        color: #FFFFFF;
        font-family: 'Poppins';
    }
	.solution-info, .solution-right {
		font-family: Poppins;
		font-weight: 500;
		font-size: 18px;
		letter-spacing: 0.25px;
		margin-top: 2rem;
	}
	.solution-right {
	    margin-bottom: 2rem;
	}
	.custom-made-title {
        font-size: 35px;
        line-height: 35px !important;
        color: #000000DE;
    }
	.mission-title {
        margin-top: 2rem;
    }
	.accompagnement-title {
        margin-top: 3rem;
    }
	.custom-carousel-info {
		margin-left: auto;
    	width: 90%;
	}
	.custom-mode-carousel .owl-nav {
		margin-top: -3.5rem;
		margin-right: 1rem;
	}
	.achievement-title {
        font-size: 35px;
        line-height: 35px;
    }
	.product-list-title {
        font-family: Poppins;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 35px;
        line-height: 35px;
        letter-spacing: 0px;
        color: #000000DE;
        text-align: left;
    }
	.products-list.mobile-view .view-more-btn {
        width: 252px;
        border-radius: 4px;
    }
	.products-list.mobile-view img {
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0px 2px 4px 0px #00000029;
	}
	.products-list.mobile-view .product-detail label
 	{
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        margin-left: auto;
        margin-right: auto;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 0rem !important;
        margin-bottom: 0 !important;
        min-height: 50px;
    }
	.products-list.mobile-view .product-detail p {
        margin-bottom: 1rem;
    }
	.productlist-carousel .owl-dots {
	    text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 0rem;
	}
	.productlist-carousel .owl-dots .owl-dot {
		border: none !important;
	}
	.products-list.mobile-view .product-detail label {
	    padding-left: 15px;
	}
	.products-list.mobile-view .product-detail p {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 15px;
    }
	.view-more-products {
	    margin-top: 4rem;
    	margin-bottom: 4rem;
	}
	.view-more-products.sales {
        margin-top: 3rem;
        margin-bottom: 0rem;
    }
	.actuality-heading {
        font-family: Poppins;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 35px;
        line-height: 35px;
        letter-spacing: 0px;
        text-align: left;
		color: #000000DE;
        padding-left: 10px;
    }
	.actuality-home-content, .actuality-home, .container.custom-made-home {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.actuality-carousel .actuality-info {
		margin-left: 0rem;
		margin-right: 0rem;
	}
	.actuality-shot-info {
	    padding-bottom: 1.5rem;
	}
	.actuality-carousel .owl-dots {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
	.social-icons-footer {
		margin-left: auto;
		align-items: center;
		margin-top: 3rem;
		margin-bottom: 1rem;
	}
	.news-title {
	    margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.news-input input {
        height: 48px;
	}
	.copyright-section {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
	.copyright-text {
	    margin-top: 1rem;
	}
	.footer-block-info {
	    margin-bottom: 2rem;
	}
	/* .achievement-view {
	    margin-left: -15px;
		margin-right: -15px;
		bottom: -3rem;
		position: relative;
	} */
	.custom-mode-carousel {
        margin-top: 2rem;
        margin-left: -15px;
        margin-right: -15px;
    }
	.custom-mode-carousel {
        margin-top: 0rem;
        margin-left: 0px;
        margin-right: 0px;
        background: #F5F5F5;
        padding-top: 2rem;
        padding-left: 0rem !important;
        padding-right: 0rem;
        padding-bottom: 3rem;
    }
	.banner-short-info {
		line-height: 27.9px !important;
	    background: repeating-linear-gradient(to bottom, white, white 1.2em, transparent 1.2em, transparent 1.4em) !important;
	}

}

/* mega menu styles */
.search-mega-menu {
    display: none;
}
.search-mega-menu {
    background: #E5E5E5;
    border: 1px solid #F8520B;
    padding: 15px;
    border-radius: 4px;
    width: 971px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5rem;
    z-index: 2;
    position: absolute;
    right: 0;
    left: 0;
}
.search-mega-menu .row .col-lg-3 {
    margin-bottom: 0.5rem;
}
.search-select {
    width: 80%;
    padding-top: 10px;
    position: relative;
    z-index: 3;
}
.header-section .search-select select {
    background-color: #F8520B !important;
}

.mega-options {
    background: #F1F1F1;
    border: 1px solid #000000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 6px 5px;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #000000;
	cursor: pointer;
}
.mega-options:hover {
	background: #F8520B;
	border: 1px solid #F8520B;
	font-family: Poppins;
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	leading-trim: NONE;
	letter-spacing: -0.5px;
	color: #ffffff;
}
.mega-menu-title {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 45px;
    letter-spacing: -0.5px;
    color: #000000;
    margin-bottom: 1rem;
}
.search-select .search-option {
    border: 2px solid #F8520B;
    width: 174px;
    margin-left: auto;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #F8520B66 !important;
    height: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 8px;
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}
.search-select .search-option i {
    font-size: 16px;
    padding-left: 6px;
}

.banner-quetions {
    position: absolute;
    top: 231px;
    right: 46px;
    text-align: center;
    background: #3A3A3A;
    border: 2px solid #F8520B;
    border-radius: 10px;
    width: 132px;
    height: 89px;
    box-shadow: 0px 4px 10px 0px #00000040;
    cursor: pointer;
}
.banner-quetions img {
    width: 33.02px;
    height: 31px;
    margin-top: 5px;
}
.qsr-text {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5px;
}
.banner-short-info {
    line-height: 45.6px;
    text-align: left;
    color: black;
    padding: 0px 8px;
    display: inline-block;
    background: repeating-linear-gradient(to bottom, white, white 1em, transparent 1em, transparent 1.2em);
}
.right-block-menus ul li a {
    text-transform: uppercase;
}
.mobile-nav.mobile-view {
    position: fixed;
    width: 100%;
    z-index: 3;
}
.mobile-nav.mobile-view .menu { 
    overflow: scroll;
}
.view-more-btn.product-more-btn {
    font-family: Poppins;
    font-weight: 600;
    font-size: 13.42px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border: none;
}
.view-more-btn.product-more-btn i {
    margin-right: 10px;
}
.products-list-section .product-detail p {
    max-width: 100%;
}

/* realisations list section style */
.realisations-list-section {
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.realisations-list-section img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    box-shadow: 0px 2px 4px 0px #00000029;
    border: 1px solid #00000080;
}

.realisations-list-section .realisations-detail {
    margin-top: 0rem;
    height: 60px;
}

.realisations-list-section .realisations-detail label {
    font-family: Poppins;
    font-weight: 600;
    font-size: 23.1px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #F8520B;
    margin-top: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.realisations-list-section .realisations-detail p {
    color: #00000099;
    font-family: Poppins;
    font-weight: 400;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.realisations-list-section .realisations-detail p {
    max-width: 252px;
    padding-right: 10px;
}
.realisations-list-section .row .col-lg-3, .realisations-list-section .row .col-lg-4 {
    margin-bottom: 1.5rem;
}
.realisations-list-section a {
    text-decoration: none;
}
.realisations-list-section .unit {
	padding: 0px;
}
.realisations-more-btn {
    font-family: Poppins;
    font-weight: 600;
    font-size: 13.42px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border: none;
	margin-top: 0rem;
	max-width: 100%;
}
.view-more-btn.realisations-more-btn i {
    margin-left: 10px;
}
.realisations-detail {
    border: none !important;
}
.realisation-detail-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #F8520B;
}
.realisation-detail-intro {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #00000099;
	margin-top: 3rem;
}
.realisation-detail-img img {
    border: none;
    box-shadow: none;
    height: 600px;
    max-height: 450px;
    object-fit: cover;
    width: 100%;
}
.realisation-contact-section {
	margin-top: 3rem;
	background-color: #f1f2f2;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 1rem;
    padding-top: 3rem;
}
.realisation-contact-section input {
    height: 52.78px;
    border-width: 1px;
    border-radius: 3px;
    border: 1px solid #CFCFCF99;
}
.realisation-contact-section .formulaire {
    margin-top: 2rem;
}
.realisation-desc-section {
    margin-top: 3rem;
}
.realisation-detail-left {
    border-right: 1px solid #F8520B;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.realisation-detail-desc, .realisation-detail-desc p {
	font-family: Poppins;
    font-weight: 400;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #00000099;
}
.realisation-detail-desc ul li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15.4px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000000;
}
.realisation-contact-section .me-contact-submit {
	align-items: center;
    justify-content: center;
    display: flex;
    width: 180px;
    height: 48px;
    margin-left: auto;
    border-radius: 4px;
    background: #F8520B;
    border: none;
}
.realisation-contact-section .me-contact-submit span {
	    margin-right: 10px;
}
.realisation-detail-head {
    margin-bottom: 20px;
    margin-top: 20px;
	text-transform: uppercase;
}
#filterSelect {
    width: max-content;
    margin-left: auto;
    margin-bottom: 18px;
	display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
	
@media (max-width: 768px) {
    .realisations-list-section img, .realisations-list-section .realisations-detail  {
        width: 100%;
    }
    .realisations-list-section .realisations-detail p {
        max-width: 100%;
    }
    .realisations-list-section .realisations-detail label, .realisations-list-section .realisations-detail p {
        padding-left: 10px;
    }
	.realisation-contact-section {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.realisations-list-section {
    	margin-top: 2rem;
	}
	.realisation-detail-left {
    	border-right: none;
	}
	.realisation-desc-section iframe, .realisation-detail-img iframe {
		width: 100%;
	}
	.realisation-detail-img img {
		height: auto;
		width: 100% !important;
		margin-bottom: 2rem;
	}
	.realisation-detail-intro {
	    margin-top: 1rem;
	}
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    height: 663px;
}
.custom-made-creation .owl-carousel, .owl-carousel.owl-loaded {
    height: 100%;
}

.limit-two-lines {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.option-description a {
    color: #00000099;
    text-decoration: underline;
}
.option-description a:hover {
	font-weight: 700;
}
.achievement-info.info-five {
    margin-bottom: 1rem;
}
.info-five {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.achievement-view img { 
	max-height: 420px;
}
.banner-info-new { 
	width: 80%;
    top: 20%;
}
.owl-item .banner-quetions {
	top: 10%
}
.custom-banner-carousel .owl-dots {
    text-align: center;
    margin-top: -1.5rem;
    position: absolute;
    margin-left: auto;
    display: flex;
    right: 0;
    left: 0;
    justify-content: center;
}
.custom-banner-carousel .owl-dots .owl-dot.active {
	 background: #F8520B !important;
	 border: 2px solid #F8520B66 !important;
}
.custom-banner-carousel .owl-dots .owl-dot {
	border: none !important;
}

.noimage {
    width: 90%;
    height: 240px;
}