/* Font Famliy link  */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* common css */
body {
    background: #fff;
}
* {
    box-sizing: border-box;
}
.container {
    max-width: 1486px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
h1 {
    font-size: 91px;
    font-weight: bold;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 100px;
}
h2 {
    font-size: 40px;
    color: #000;
    line-height: normal;
    font-weight: 400;
}
p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.2px;
}
a.red-main-btn {
    background: #D3031C;
    text-decoration: none;
    border-radius: 9px;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: max-content;
    padding: 16px 35.5px;
    font-weight: bold;
    font-family: "DM Sans", sans-serif;
}
.footer-menu a:visited{
	color: #0066cc;
}
a.red-main-btn:visited {
    color: #fff;
}
body, * {
    font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", sans-serif;
}



/* header css */
.header {
    background: #fff;
    padding: 30px 0px 30px;
    border-bottom: 1px solid #ddd;
}

.header>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1780px;
    margin: 0 auto;
    padding: 0 15px;
}
.header>.container .menu-navigation ul.header-menu {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 0px 30px;
}

.header>.container .menu-navigation ul.header-menu li a {
    font-size: 17px;
    text-decoration: none;
    color: #000;
    font-family: 'Roboto Condensed';
    letter-spacing: 0.3px;
    font-weight: 500;
    padding: 10px 10px;
}
.header>.container .search--form {
    max-width: 292px;
    width: 100%;
}

.header>.container .search--form form.search-form {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 12px;
}

.header>.container .search--form button.search-submit {
    border: 0;
    background: transparent;
    padding: 0;
}

.header>.container .search--form button.search-submit svg {
    width: 20px;
    height: 20px;
}

.header>.container .search--form form.search-form input {
    border: 0;
    width: 100%;
    outline: none;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Roboto';
}

.header>.container .search--form form.search-form input::placeholder {
    color: #000;
    font-family: 'Roboto';
    font-weight: 500;
}

.header>.container .branding {position: relative;max-width: 367px;width: 100%;}

.header>.container .branding a {
    position: absolute;
    top: -33px;
    z-index: 9;
}

/* home page banner section */

section.front-slider .swiper.home-slider .swiper-slide {
    min-height: calc(100vh - 100px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
section.front-slider  .slider-content-wrap {
    max-width: 470px;
}

section.front-slider .swiper.home-slider .swiper-button-prev , section.front-slider .swiper.home-slider .swiper-button-next {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
}

section.front-slider .swiper.home-slider .swiper-button-prev::after , section.front-slider .swiper.home-slider .swiper-button-next:after {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

section.front-slider .swiper.home-slider .swiper-button-prev {
    
    left: 24px;
}

section.front-slider .swiper.home-slider .swiper-button-next {
    right: 24px;
}

section.front-slider  .slider-content-wrap p {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: normal;
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
}

section.front-slider  .slider-content-wrap h1 {
    margin: 0 0 9px;
}

section.front-slider  .slider-content-wrap span {
    font-size: 35px;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0 0 41px;
}
section.icon-boxes {
    margin-top: -50px;
    position: relative;
    z-index: 9;
}

section.icon-boxes .box--boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 25px 50px 23px 50px;
    background: #fff;
    gap: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

section.icon-boxes .box--boxes .box-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

section.icon-boxes .box--boxes .box-container:nth-child(2) {
    border-right: 2px solid #ddd;
}

section.icon-boxes .box--boxes .box-container p {
    margin: 0;
    font-size: 21px;
    color: #000;
    font-family: 'Roboto';
}

section.icon-boxes .box--boxes .box-container .box-_image {
    display: flex;
    max-width: 111px;
    width: 100%;
}

.box-container:first-child {
    border-right: 2px solid #ddd;
}
section.projects-section {
    padding: 30px 0px 100px 0px;
}
/* section.projects-section {
    padding: 30px 0px;
} */

section.projects-section .project-four {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    justify-content: center;
}

section.projects-section .project-four>.project-item {
    max-width: calc(100%/4 - 16px);
    width: 100%;
    position: relative;
}

section.projects-section .project-four>.project-item h2.project-title {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: normal;
}

section.projects-section .project-four>.project-item .project-content {
    margin: 0 0 20px;
}
section.projects-section .project-four>.project-item .project-image img {
    width: 100%;
    max-height: 480px;
    min-height: 480px;
    height: 100%;
    object-fit: cover;
}
section.projects-section .project-four>.project-item .project-link {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
}

section.projects-section .project-four>.project-item .project-link a.red-main-btn {
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 6px;
}

section.project-acf-section {
    padding: 0 0 60px;
}

section.project-acf-section .project-main-wrap {
    display: flex;
    gap: 25px;
    margin: 0 0 25px;
    align-items: center;
}
section.project-acf-section .project-main-wrap .project-content {
    max-width: calc(100%/3 - 32px);
    width: 100%;
}

section.project-acf-section .project-main-wrap .project-image {
    display: flex;
    gap: 25px;
    width: 100%;
}

section.project-acf-section .project-main-wrap .project-image .main-btn {
    max-width: calc(100%/2 - 12.5px);
    width: 100%;
}
section.project-acf-section .project-main-wrap .project-image .main-btn .single-project img {
    width: 100%;
    min-height: 460px;
    object-fit: cover;
}
section.project-acf-section .project-main-wrap .project-image .project-thumb {
    position: relative;
    display: flex;
}

section.project-acf-section .project-main-wrap .project-image .project-thumb h3 {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 30px;
    z-index: 2;
    line-height: normal;
}

section.project-acf-section .project-main-wrap .project-image .project-thumb:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 125px;
    width: 100%;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
section.project-acf-section .project-main-wrap .project-content h2{
margin: 0 0 23px;
}

section.project-acf-section .project-main-wrap .project-content p {
    margin: 0 0 30px;
    max-width: 433px;
}
section.project-acf-section .another-project-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
}
section.project-acf-section .another-project-wrap a.main-btn .project-thumb {
    position: relative;
    display: flex;
}

section.project-acf-section .another-project-wrap a.main-btn .project-thumb img {
    width: 100%;
    min-height: 460px;
    object-fit: cover;
}

section.project-acf-section .another-project-wrap a.main-btn .project-thumb:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 125px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    left: 0;
}

section.project-acf-section .another-project-wrap a.main-btn .project-thumb h3 {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 30px;
    z-index: 2;
    line-height: normal;
}
section.project-acf-section .another-project-wrap a.main-btn {
    display: flex;
}

section.project-acf-section .another-project-wrap a.main-btn .single-project {
    width: 100%;
    display: flex;
}

section.project-acf-section .another-project-wrap a.main-btn .single-project .project-thumb {
    width: 100%;
}

/* footer css start */
div.footer {
    margin: 0 !important;
    border-top: 1px solid #ddd;
    padding: 38px 0px 0px;
}

div.footer .main--footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 98px;
}

div.footer .main--footer .site-info {
    max-width: 556px;
    width: 100%;
}

div.footer .main--footer .site-info img {
    width: 100%;
}

div.footer .main--footer .site-generator {
    max-width: 306px;
    width: 100%;
}

div.footer .main--footer .site-generator p {
    font-size: 18px;
    line-height: 27px;
    color: #000;
}

div.footer .main--footer .footer-menu {
    max-width: 260px;
    width: 100%;
}

div.footer .main--footer .footer-menu h5 {
    font-size: 26px;
    line-height: 36px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
}
div.footer .main--footer .footer-menu .footer-menu-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.footer .main--footer .footer-menu .footer-menu-wrapper ul li a {
    font-size: 18px;
    text-decoration: none;
    line-height: 36px;
    color: #000;
    font-family: 'Roboto';
    margin: 0 0 5px;
    display: block;
    padding: 4px 0px 0px;
}
div.footer .footer-copy {
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 10px 0px;
}

div.footer .footer-copy p {
    margin: 0;
    font-size: 15px;
    color: #000;
    font-family: 'Roboto';
    width: 100%;
    max-width: 100%;
}

/* Chronologie page css start */
.pagesBannerBlock {
    min-height: 299px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pagesBannerBlock h1 {
    font-size: 60px;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
}
.pagesBannerBlock .page-tagline p {
    text-align: center;
    color: #fff;
    font-family: 'Roboto Condensed';
}
.index-page {
    padding-top: 35px;
}

.index-page .loop-page {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 72px 28px; 
}
.index-page .loop-each .hentry {
    margin: 0 !important;
}
.index-page .loop-each {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-page .loop-each .post-thumbnail {
    width: 100%;
    height: auto;
}

.index-page .loop-each .entry-title {
    font-size: 24px;
    margin-top: 16px;
}

.index-page .loop-each .entry-meta {
    font-size: 15px;
    margin-top: 13px;
    color: #000000;
}

.index-page .loop-each .entry-content {
    margin: 8px 0 22px 0;
    padding: 0px;
}

.index-page .loop-each .red-main-btn {
    display: block;
    margin-top: 16px;
    text-align: center;
}
.pagesBannerBlock:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.pagesBannerBlock>.container {
    position: relative;
    z-index: 1;
    max-width: 1091px;
}
section.timeline-part {
    padding: 95px 0px 146px;
}

section.timeline-part>.container {
    max-width: 1300px;
}

section.timeline-part>.container .timeline-wrap .timeline-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 104px;
    padding: 0 0 70px;
}

section.timeline-part>.container .timeline-wrap .timeline-main .timeline-image {
    display: flex;
    justify-content: flex-end;
}
section.timeline-part>.container .timeline-wrap .timeline-main .timeline-image img {
    max-width: 520px;
    width: 100%;
}

section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(odd) .timeline-image {
    justify-content: start;
}
section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(odd) .timeline--content {
    padding: 0px 78px 0px 0px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}
section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(even) .timeline--content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 78px;
}
.timeline--content h2 {
    font-size: 56px;
    font-weight: bold;
    color: #D3031C;
    line-height: 50px;
    margin: 0;
}
.timeline--content h4 {
    font-size: 23px;
    color: #000;
    margin: 10px 0px;
    font-weight: 600;
    line-height: normal;
}
section.timeline-part .timeline-wrap {
    position: relative;
    padding: 118px 0px;
}
section.timeline-part .timeline-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background: #ddd;
    left: 50%;
    transform: translateX(-50%);
}
section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(even) .timeline--content {
    position: relative;
}

section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(even) .timeline--content:before {
    content: "";
    position: absolute;
    left: -52px;
    width: 94px;
    height: 2px;
    background: #ddd;
    top: 86px;
}

section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(even) .timeline--content:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    top: 77px;
    left: 36px;
    border-radius: 50%;
    background: #fff;
}
section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(odd) .timeline--content:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    top: 77px;
    right: 34px;
    border-radius: 50%;
    background: #fff;
}

section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(odd) .timeline--content {
    position: relative;
}

section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(odd) .timeline--content:before {
    position: absolute;
    right: -52px;
    width: 94px;
    height: 2px;
    background: #ddd;
    top: 86px;
    content: "";
}
section.timeline-part .timeline-wrap::before {
    content: "";
    width: 30px;
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.index-page .loop-each a.red-main-btn {
    font-weight: 400;
    font-size: 14px;
    padding: 10px 15px;
}
.add-our-projects {
    background: #F5F5F5;
    padding: 67px 0px 84px;
}

.add-our-projects .swiper-button-prev, .add-our-projects .swiper-button-next {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
}

.add-our-projects .swiper-button-prev::after, .add-our-projects .swiper-button-next:after {
    font-size: 21px;
    font-weight: 700;
}
.add-our-projects .swiper.loop-projects .swiper-slide {
    margin-right: 29px !important;
}
.add-our-projects .swiper.loop-projects .swiper-slide .project-image img {
    width: 100%;
    max-height: 322px;
    object-fit: cover;
    min-height: 322px;
}
.add-our-projects .swiper-button-prev {
    left: 0px;
}

.add-our-projects .swiper-button-next {
    right: 0;
}
.add-our-projects .swiper.loop-projects .swiper-wrapper {
    padding: 0 20px;
}
/* Chronologie page css end */

/* L’entreprise css start */
section.about-history {
    padding: 30px 0px 80px;
}

section.about-history .history-wrap {
    display: flex;
    column-gap: 78px;
    align-items: center;
}

section.about-history .history-wrap h2 {
    margin: 0 0 10px;
}

section.about-history .history-wrap p {
    margin: 0 0 26px;
}

section.about-history .history-wrap .history-image {
    display: flex;
}
section.professions--post.projects-section {
    padding: 64px 0px;
    background: #F5F5F5;
}

section.professions--post.projects-section .professions-wrap {
    text-align: center;
    margin: 0 0 54px;
}

section.professions--post.projects-section .container--professions.project-four {
    display: flex;
    gap: 50px;
}

section.professions--post.projects-section .container--professions.project-four .project-item {
    max-width: calc(100%/3 - 34px);
}

section.professions--post.projects-section .container--professions.project-four .project-item a {
    text-decoration: none;
}

section.professions--post.projects-section .container--professions.project-four .project-item a h2.project-title {
    margin: 23px 0px 10px;
}
section.commitments-about {
    padding: 68px 0px 103px;
}
section.commitments-about .commitments--wrap .commitments-h-c {
    max-width: 811px;
    margin: 0 auto 52px;
    text-align: center;
}

section.commitments-about .commitments--wrap .commitments-h-c h2 {
    margin: 0 0 9px;
}
.commitments--wrap .box-coloumn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px 40px;
}

.commitments--wrap .box-coloumn .box-container {
    border: 1px solid #BFBFBF;
    padding: 40px 29px 35px;
}

.commitments--wrap .box-coloumn .box-container .inner-content {
    margin: 21px 0px 0px;
}

.commitments--wrap .box-coloumn .box-container .inner-content h3 {
    font-size: 32px;
    color: #000;
    line-height: normal;
    margin: 0 0 10px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
}

.commitments--wrap .box-coloumn .box-container .inner-content p {
    margin: 0;
}
.commitments--wrap .box-coloumn .box-img {
    display: flex;
}

.commitments--wrap .box-coloumn .box-img img {
    width: 100%;
}

.commitments--wrap .box-coloumn:not(last-child) {
    margin: 0 0 38px;
}

.commitments--wrap .box-coloumn .box-container .box-image {
    text-align: center;
}

.commitments--wrap .box-coloumn .box-container .box-counter {
    margin-top: 45px;
    padding-top: 35px;
    border-top: 1px solid #ddd;
}

.commitments--wrap .box-coloumn .box-container .box-counter .counter-main {
    font-size: 56px;
    color: #000;
    font-weight: bold;
    font-family: 'Roboto Condensed';
    line-height: normal;
}

.commitments--wrap .box-coloumn .box-container .box-counter .counter-main span.animated.fadeInDownBig {
    font-size: 56px;
    color: #000;
    font-weight: bold;
    font-family: 'Roboto Condensed';
}

.commitments--wrap .box-coloumn .box-container .box-counter p {
    font-size: 19px;
    margin: 0;
    font-family: 'DM Sans';
}
section.contact-us {
    padding: 64px 0px 53px;
    background: #F5F5F5;
}
section.contact-us .contact--wrap .contact-head {
    text-align: center;
    margin: 0 0 48px;
}

section.contact-us .contact--wrap .contact-container {
    display: flex;
    gap: 48px;
}

section.contact-us .contact--wrap .contact-container .contact-half-one {
    max-width: 713px;
    width: 100%;
}
section.contact-us .contact--wrap .contact-container .contact-half-two element {
    display: flex;
    gap: 24px;
    margin-top: 43px;
}

section.contact-us .contact--wrap .contact-container .contact-half-two span {
    display: block;
    margin-top: 40px;
}
section.documentations_produit>.container>.row {
    justify-content: center;
    flex-wrap: wrap;
}
section.contact-us .contact--wrap .contact-container .contact-half-two span h2 {
    font-size: 26px;
    margin: 0 0 10px;
}
.index-page .loop-each .post-thumbnail img {
    width: 100%;
}


/* L’entreprise css end */

.index-page .loop-page>.pagination {
    grid-column: span 2;
    justify-content: center;
    margin-bottom: 52px;
}

.index-page .loop-page>.pagination nav.navigation.pagination {
    width: 100%;
    justify-content: center;
}

.index-page .loop-page>.pagination nav.navigation.pagination .nav-links {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 35px;
    align-items: center;
}

.index-page .loop-page>.pagination nav.navigation.pagination .nav-links span.page-numbers.current {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 22px;
    color: #000;
}
.index-page .loop-page>.pagination span.pagination-link.active {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 22px;
    color: #000;
}

.index-page .loop-page>.pagination span.pagination-link {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #000;
}
.index-page .loop-page>.pagination nav.navigation.pagination .nav-links a.page-numbers {
    font-size: 22px;
    color: #000;
}

body.page-template-methodology section.pagesBannerBlock::after {
    display: none;
}
body.page-template-methodology section.pagesBannerBlock {
    min-height: unset;
    padding-top: 50px;
}
body.page-template-methodology section.pagesBannerBlock .bannerBlock {
    margin: 0 0 25px;
}

body.page-template-methodology section.pagesBannerBlock .bannerBlock h1 {
    color: #000;
    line-height: normal;
    font-weight: 400;
    font-size: 40px;
}
body.page-template-methodology section.pagesBannerBlock .page-tagline p {
    color: #000;
}
section.methodology_image_box {
    padding: 74px 0px 25px;
}

section.methodology_image_box .methodology_box-each {
    display: flex;
    align-items: center;
    gap: 95px;
    padding-bottom: 74px;
}

section.methodology_image_box .methodology_box-each .methodology-img {
    max-width: 424px;
    width: 100%;
    background: #F4F4F4;
    padding: 42px 20px;
    text-align: center;
}

section.methodology_image_box .methodology_box-each .methodology-content {
    max-width: calc(100% - 519px);
    width: 100%;
}

section.methodology_image_box .methodology_box-each .methodology-content h2 {
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 10px;
}

section.methodology_image_box .methodology_box-each .methodology-content  p {
    margin: 0;
}

.methodology__box .methodology_box-each:not(:last-child) {
    position: relative;
}
.methodology__box .methodology_box-each:not(:last-child):after {
    content: "";
    height: 74px;
    border: 1px dotted #000;
    position: absolute;
    bottom: 0;
    left: 212px;
}

.main--body main.single-project {
    padding-top: 30px;
}

.main--body main.single-project .row {
    margin: 0;
}

section.about-history.single-product-sec .row {
    gap: 66px;
}

section.about-history.single-product-sec .row>.col-md-6:first-child {
    padding: 0;
    flex: 100%;
    max-width: 713px;
    width: 100%;
}

section.about-history.single-product-sec .row>.col-md-6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.about-history.single-product-sec .row>.col-md-6:last-child {
    padding: 0;
    max-width: calc(100% - 780px);
    width: 100%;
    flex: 100%;
}

section.about-history.single-product-sec .row>.col-md-6 h2 {
    margin: 0 0 15px;
}

section.about-history.single-product-sec .row>.col-md-6 .history-description p {
    margin: 0;
}

section.about-history.single-product-sec .row>.col-md-6 .history-description p:not(:last-child) {
    margin: 0 0 36px;
}

section.data-material {
    padding: 14px 0px;
}

section.data-material .container>.row {
    justify-content: space-between;
}

section.data-material .container>.row>.col-md-4 {
    padding: 0;
    text-align: center;
}

section.data-material .container>.row>.col-md-4 {width: 100%;max-width: calc(100%/3 - 60px);}

section.data-material .container>.row>.col-md-4:nth-child(2) {
    position: relative;
}

section.data-material .container>.row>.col-md-4:nth-child(2):after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    right: -40px;
    top: 0;
}

section.data-material .container>.row>.col-md-4:nth-child(2):before {
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    left: -40px;
    content: "";
    top: 0;
}
section.data-material .container>.row img {
    max-width: 130px;
    width: 100%;
    margin: 0 0 25px;
}

section.data-material .container>.row>.col-md-4 h2 {
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 10px;
}
section.product-specs.py-5 {
    padding: 90px 0px 101px !important;
}

section.product-specs .row .col-md-6 {
    padding: 0;
    width: 100%;
    max-width: max-content;
}

section.product-specs .row .col-md-6:last-child {
    max-width: 807px;
    width: 100%;
}

section.product-specs .row {
    justify-content: space-between;
}

section.product-specs .row .col-md-6 {
    margin: 0 !important;
    max-width: calc(100% - 890px);
    width: 100%;
}
.main--body main.single-project .row {
    align-items: center !important;
}
section.product-specs .row .col-md-6:last-child .table-responsive table {
    margin: 0;
    border-collapse: collapse;
}
section.product-specs .row .col-md-6:last-child .table-responsive table tr th {
    background: #D9D9D9;
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    border-bottom: 1px solid #000;
}

section.product-specs .row .col-md-6:last-child .table-responsive table tr  td {
    font-size: 26px;
    line-height: normal;
    font-family: 'Roboto Condensed' !important;
    border-bottom: 1px solid #000;
}
section.product-specs .row .col-md-6 .table-per:not(:last-child) {
    margin: 0 0 65px !important;
}

section.product-specs .row .col-md-6 .table-per .progress {
    width: 100% !important;
    max-width: calc(100% - 320px);
    height: 21px !important;
}

section.product-specs .row .col-md-6 .table-per span {
    font-size: 26px;
    color: #000;
    font-family: 'Roboto Condensed' !important;
}

section.product-specs .row .col-md-6:last-child .table-responsive table tr td:nth-child(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

section.product-specs .row .col-md-6:last-child .table-responsive table tr th:nth-child(2) {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
section.techniques-material {
    padding: 30px 0px 10px;
}

section.techniques-material .row {
    gap: 30px;
}

section.techniques-material .row>.col-md-3 {
    padding: 0;
    width: 100% !important;
    max-width: calc(100%/4 - 23px);
}

section.techniques-material .row>.col-md-3 img.projets_image {
    width: 100%;
}

section.techniques-material .row>.col-md-3 h4 {
    font-size: 17px;
    text-align: center;
    margin: 21px 0px 0px;
    color: #000;
}
section.appel-material .row.appel-boder {
    border: 1px solid #B8B6B6;
    padding: 39px;
    text-align: center;
}

section.appel-material .row.appel-boder h2 {
    margin: 0 0 32px;
}

section.appel-material .row.appel-boder p {
    padding: 0;
    font-size: 20px;
    line-height: 32px;
}
section.appel-material a.red-main-btn {
    margin: 27px auto 0px;
}
section.related-projects {
    padding: 59px 0px 72px;
    background: #F5F5F5;
    margin: 77px 0px 0px;
}

section.related-projects .container>h2 {
    text-align: center;
    margin: 0 0 56px;
}

.main--body main.single-project  section.related-projects .row {
    gap: 21px;
    align-items: flex-start !important;
}

section.related-projects .row>.col-md-3 {
    padding: 0;
    width: 100%;
    max-width: calc(100%/4 - 16px);
}

section.related-projects .row>.col-md-3>img {
    max-height: 234px;
    min-height: 234px;
}
section.related-projects .row>.col-md-3 h2 {
    margin: 13px 0px;
    font-size: 23px;
    font-weight: 600;
}
section.projets_connexes {
    padding: 64px 0px 44px;
}

section.projets_connexes>.container>.row {
    gap: 16px;
}

section.projets_connexes>.container>.row>.col-md-4 {
    padding: 0;
    width: 100%;
    max-width: calc(100%/3 - 11px);
    position: relative;
    display: flex;
}

section.projets_connexes>.container>.row>.col-md-4>img.projets_image {
    width: 100%;
}

section.projets_connexes>.container>.row>.col-md-4:after {
    position: absolute;
    bottom: 0;
    height: 125px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    content: "";
}

section.projets_connexes>.container>.row>.col-md-4 h2 {
    position: absolute;
    bottom: 22px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    z-index: 1;
}
section.article-projects {
    padding: 44px 0px 97px;
}

section.article-projects .container>h2 {
    text-align: center;
    margin: 0 0 56px;
}

section.article-projects .row>.col-md-3 {
    padding: 0;
    width: 100%;
    max-width: calc(100%/4 - 16px);
}

section.article-projects .row>.col-md-3 h2 {
    font-size: 23px;
    margin: 13px 0px;
    font-weight: 600;
}

section.article-projects .row>.col-md-3 a.red-main-btn {
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 400;
}
section.article-projects .row {
gap: 20px;
}
section.techniques-sec {
    padding: 5px 0px 10px;
}
section.techniques-material .row {
    padding-bottom: 50px;
}
section.techniques-sec>.container>.row {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
section.techniques-material>.container>.row>h2 {
    text-align: center;
}
section.techniques-sec>.container>h2 {
    text-align: center;
    margin: 0 0 26px;
}
section.projects-section .project-four>.project-item .project-image img {
    transition: all 0.4s ease;
}

section.projects-section .project-four>.project-item .project-image:hover img {
    transform: scale(1.02);
}

section.projects-section .project-four>.project-item .project-image {
    position: relative;
    display: flex;
}

section.projects-section .project-four>.project-item .project-image:after {content: "";position: absolute;bottom: 0;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.2);opacity: 0;transition: all 0.4s ease;}

section.projects-section .project-four>.project-item .project-image:hover:after {
    opacity: 1;
    transform: scale(1.02);
}

a.red-main-btn {
    transition: all 0.5s ease;
}

a.red-main-btn {
    position: relative;
}

a.red-main-btn:hover {
    transform: scale(1.03);
}
section.documentations_produit {
    padding: 55px 0px 73px;
}

section.documentations_produit.container>h2 {
    text-align: center;
    margin: 0 0 30px;
}

section.documentations_produit>.container>h2 {
    margin: 0 0 30px;
    text-align: center;
}

section.documentations_produit>.container>p {
    max-width: 845px;
    margin: 0 auto 70px;
    text-align: center;
}

section.documentations_produit>.container>.row {
    margin: 0;
    padding: 58px 0px 0px;
    border-top: 1px solid #ddd;
    gap: 0 49px;
}

section.documentations_produit>.container>.row>.col-md-12 {
    padding: 0;
    width: 100%;
}



section.documentations_produit>.container>.row>.col-md-12 {
    max-width: calc(100% - 653px);
    width: 100%;
}

section.documentations_produit>.container>.row>.col-md-12>img.main-comtavt {
    width: 100%;
}

section.documentations_produit>.container>.row h2 {
    font-size: 30px;
    margin: 0 0 10px;
}
section.documentations_produit form .conatct-form-nom .two-set {
    display: flex;
    gap: 20px;
    margin: 0 0 25px;
}

section.documentations_produit form .conatct-form-nom .two-set>p {
    display: contents;
}
section.documentations_produit form .conatct-form-nom .two-set span.wpcf7-form-control-wrap {
    max-width: calc(100%/2 - 10px);
    width: 100%;
}

section.documentations_produit form .conatct-form-nom .two-set  input {
    width: 100%;
    border: 0px;
    box-shadow: none;
    background: transparent;
    font-size: 15px;
    color: #000;
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
    font-family: 'Roboto Condensed' !important;
    outline: none;
}

section.documentations_produit form .conatct-form-nom .two-set input::placeholder {
    color: #000;
    font-size: 15px;
}

section.documentations_produit form .conatct-form-nom .full-ste {
    margin-top: 60px;
}

section.documentations_produit form .conatct-form-nom .full-ste>p {
    display: contents;
}

section.documentations_produit form .conatct-form-nom .full-ste span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

section.documentations_produit form .conatct-form-nom .full-ste span.wpcf7-form-control-wrap textarea {
    width: 100%;
    border: 0px;
    box-shadow: none;
    background: transparent;
    font-size: 15px;
    color: #000;
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
    font-family: 'Roboto Condensed' !important;
    height: 50px;
}

section.documentations_produit form .conatct-form-nom .full-ste span.wpcf7-form-control-wrap textarea::placeholder {
    color: #000;
    font-size: 15px;
}

section.documentations_produit>.container>.row>.col-md-12 form .nom-btn {
    margin: 30px 0px 0px;
}

section.documentations_produit>.container>.row>.col-md-12 form .nom-btn input {
    background: #D3031C;
    color: #fff;
    max-width: 174px;
    width: 100%;
    padding: 8.5px;
    border: 1px solid #D3031C;
    border-radius: 6px;
    font-size: 14px;
}
section.nos-agences-set {
    background: #F5F5F5;
    padding: 51px 0px 85px;
}

section.nos-agences-set>.container h2 {
    text-align: center;
    margin: 0 0 60px;
}

section.nos-agences-set .row {
    margin: 0;
    justify-content: center;
    gap: 31px;
}

section.nos-agences-set .row>.col-md-3 {
    width: 100%;
    padding: 0;
    max-width: calc(100%/4 - 24px);
}

section.nos-agences-set .row>.col-md-3>img.image-img-rep {
    width: 100%;
}

section.nos-agences-set .row>.col-md-3>h3 {
    font-size: 23px;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin: 20px 0px 10px;
    min-height: 55px;
}

section.nos-agences-set .row>.col-md-3>p {
    text-align: center;
    margin: 0;
}

section.nos-agences-set>.container a.red-main-btn {
    margin-top: 14px;
}
section.front-slider  .slider-content-wrap {
    max-width: 600px;
}
.swiper.home-slider {
    position: relative;
}

.swiper.home-slider .one-div-for-des {
    position: absolute;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
    color: #000;
    padding: 10px;
}
.header>.container .mega-menu-box {
    display: none;
}
.menu-navigation a.crose-icon {
    display: none !important;
}
section.default-page {
    padding: 80px 0px 50px;
}

section.default-page div#content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    font-family: "Segoe UI", sans-serif;
    background-color: #f9f9f9;
    margin: 30px 0px;
}
section.default-page div#content #searchform {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 20px;
}
section.default-page div#content  #searchform input[type="text"] {
    padding: 10px;
    font-size: 16px;
    max-width: 400px;
    border: 1px solid #000;
    border-radius: 4px 0 0 4px;
    outline: none;
    box-shadow: none;
    width: 100%;
}
section.default-page div#content #searchform>div {
    display: flex;
    max-width: 600px;
    width: 100%;
    justify-content: center;
}
  section.default-page div#content #searchform input[type="submit"] {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #D3031C;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
  }
  section.default-page div#content  #searchform input[type="submit"]:hover {
    background-color: #555;
  }
  section.default-page div#content  .loop-page {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }
  
  section.default-page div#content   .loop-each {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out;
  }
  
  section.default-page div#content  .loop-each:hover {
    transform: translateY(-5px);
  }
  
  section.default-page div#content  .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  section.default-page div#content  .entry-meta {
    font-size: 14px;
    color: #000;
    margin: 10px 15px 0;
  }
  
  section.default-page div#content .entry-title, section.default-page div#content .entry-content {
    font-size: 20px;
    margin: 10px 15px;
  }
  section.default-page div#content .red-main-btn{
    margin-left: 10px;
  }
  
  section.default-page div#content  .entry-summary {
    font-size: 16px;
    margin: 0 15px 15px;
  }
  
  /* Page Title */
  section.default-page div#content .page-title {
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
  }
  section.default-page div#content .loop-page>.pagination {
    grid-column: span 3;
    justify-content: center;
}

section.default-page div#content .loop-page>.pagination nav.navigation.pagination {
    max-width: 100%;
    width: 100%;
    justify-content: center;
}

section.default-page div#content .loop-page>.pagination nav.navigation.pagination .nav-links {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
}

section.default-page div#content .loop-page>.pagination nav.navigation.pagination .nav-links a.page-numbers, section.default-page div#content .loop-page>.pagination nav.navigation.pagination .nav-links span.page-numbers {
    width: 40px;
    height: 40px;
    border: 1px solid #D3031C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    color: #000;
    background: #ffff;
    box-shadow: 0px 0px 1px #000;
    color: #D3031C;
}
section.default-page div#content .loop-page>.pagination nav.navigation.pagination .nav-links span.page-numbers.current {
    background: #D3031C;
    color: #fff;
}
section.default-page .not-found h1.entry-title {
    text-align: center;
    font-size: 50px !important;
    margin: 0 0  20px !important;
}
section.default-page .not-found .entry-content p {
    text-align: center;
    font-size: 20px;
}
.main--body .page-main .entry-content p {
    font-size: 18px;
    font-family: 'Roboto';
}
.main--body .page-main .entry-content blockquote.wp-block-quote {
    padding: 0;
    font-family: 'Roboto';
}
.main--body .page-main .entry-content p a {
    color: #D3031C;
}
section.techniques-sec>.container>.row {
    gap: 20px;
}

section.techniques-sec>.container>.row>.col-md-4 {
    width: 100%;
    padding: 0;
    max-width: calc(100%/3 - 14px);
}

section.techniques-sec>.container>.row>.col-md-4 img.projets_image {
    width: 100%;
}
body.blog .index-page .loop-each .entry-meta {
    display: none;
}
/* Gamme page css start */

section.gamme-cstm-sec {
    padding: 0 0 102px;
}

section.gamme-cstm-sec .cstm-post {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
}

section.gamme-cstm-sec .cstm-post .project-item a {
    background: #F5F5F5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

section.gamme-cstm-sec .cstm-post .project-item:hover .term-name::after {
    right: 15px;
}
section.gamme-cstm-sec .cstm-post .project-item .project-image {
    display: flex;
        width: 100%;
}
section.gamme-cstm-sec .cstm-post .project-item .project-image img {
    width: 100%;
    transition: all 0.5s ease;
}
section.gamme-cstm-sec .cstm-post .project-item>a {
    width: 100%;
    text-decoration: none;
}
body.tax-gamme-categories section.gamme-cstm-sec {
    padding-top: 90px;
}
section.gamme-cstm-sec .cstm-post .project-item .images-sec {
    padding: 7px 11px 13px;
    display: flex;
    align-items: center;
    gap: 18px;
}

section.gamme-cstm-sec .cstm-post .project-item .images-sec img {
    width: 53px;
    height: 53px;
    object-fit: contain;
}

section.gamme-cstm-sec .cstm-post .project-item .term-name {
    padding-right: 40px;
    font-size: 18px;
    color: #000;
    position: relative;
}
section.pagesBannerBlock.gamme-banner {
    min-height: auto;
    padding: 50px 0px;
}

section.pagesBannerBlock.gamme-banner::after {
    opacity: 0;
}

section.pagesBannerBlock.gamme-banner .bannerBlock h1 {
    color: #000;
}
section.pagesBannerBlock.gamme-banner .page-tagline p {
    color: #000;
}
section.gamme-cstm-sec .cstm-post .project-item .term-name span:last-child {
    color: #D3031C;
    font-weight: 500;
}

section.gamme-cstm-sec .cstm-post .project-item .term-name:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 10px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-image: url(https://o-f-b.fr/wp-content/uploads/2025/05/Vector-2.png);
    background-repeat: no-repeat;
    transition: all 0.4s ease;
}
section.gamme-cstm-sec .cstm-post .project-item:hover .term-name::after {
    right: 15px;
}
section.gamme-banner.notre-sec {
    padding: 0 0  0px;
}
section.notre-sec {
    padding: 0 0  100px;
}

section.notre-sec .desin-background {
    background: #F5F5F5;
    padding: 20px;
    text-align: center;
    margin: 0 0 30px;
}

section.notre-sec .desin-background h2 {
    font-size: 35px;
}

section.notre-sec .row {
    margin: 0;
}

section.notre-sec .row .col-md {
    text-align: center;
}

section.notre-sec .row .col-md img.main-img-notre {
    min-height: 200px;
    object-fit: contain;
    width: 100%;
    max-width: 180px;
}

section.notre-sec .row .col-md p {
    max-width: 130px;
    margin: 0 auto;
}
section.gamme-cstm-sec .cstm-post .project-item .project-image {
    overflow: hidden;
}

section.gamme-cstm-sec .cstm-post .project-item:hover:hover .project-image img {
    transform: scale(1.04);
}
/* Overlay background */
.download-modal {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5); /* semi-transparent */}


.download-modal.popup, .download-modal[style="display: block;"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.download-modal {
    display: none !important;
}
.modal-content {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
  min-height: 320px;
  justify-content: center;
  align-items: center;

}
.close-modal {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
  transition: color 0.2s ease;
}

.close-modal:hover {
  color: #333;
}

.modal-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.modal-buttons button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#confirmDownload {
    background: #D3031C;
    text-decoration: none;
    border-radius: 9px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: max-content;
    padding: 16px 21.5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DM Sans", sans-serif;
}

#confirmDownload:hover {
  background-color: #D3031C;
}
#cancelDownload {
  background-color: #e0e0e0;
  color: #333;
      padding: 10px 35px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#cancelDownload:hover {
  background-color: #c6c6c6;
}

.index-page .category-tabs {
    margin-bottom: 30px;
    display: flex;
    gap: 50px;
}

.index-page .category-tabs button.cat-tab {
    border: 1px solid #ddd;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 15px;
    font-weight: 600;
    background: #faf7f7db;
}
.index-page .category-tabs button.cat-tab.active {
    background: #D3031C;
    color: #fff;
    border-color: #D3031C;
}
.index-page .content {
    padding-bottom: 80px;
}

section.documentations_produit .nf-form-cont .nf-form-wrap {
    margin-top: 35px;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content {
    display: contents;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap {
    display: contents;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field {
    display: contents;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container {
    max-width: calc(100%/2 - 10px);
    width: 100%;
    margin: 0;
}
section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container>.nf-field {
    display: contents;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container>.nf-field .field-wrap {
    display: contents;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form>div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0px;
    justify-content: space-between;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form>div .nf-before-form-content {
    display: none;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container>.nf-field .field-wrap>.nf-field-label {
    display: none;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container>.nf-field .field-wrap .nf-field-element {
    max-width: 100%;
    width: 100%;
    order: unset;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container>.nf-field .field-wrap .nf-field-element input {
    border: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    font-size: 15px;
    color: #000 !important;
    padding: 14px 10px;
    font-family: 'Roboto Condensed';
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
/*     width: 100%; */
    max-width: 100%;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container>.nf-field .field-wrap .nf-field-element input::placeholder {
    color: #000;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container:has(textarea) {
    max-width: 100%;
    margin-top: 40px;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container>.nf-field .field-wrap .nf-field-element textarea {
    border: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    font-size: 15px;
    color: #000 !important;
    padding: 14px 10px;
    font-family: 'Roboto Condensed';
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: revert-layer;
    vertical-align: bottom;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container>.nf-field .field-wrap .nf-field-element textarea::placeholder {
    color: #000;
}
.nf-after-field .nf-error-msg {
    font-size: 11px;
    word-break: break-all;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container .nf-after-field {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: unset;
}
section.documentations_produit .nf-form-cont .nf-form-wrap form>div .nf-after-form-content {
    max-width: 100%;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container>.nf-field .field-wrap .nf-field-element input.ninja-forms-field[type="submit"] {
    max-width: max-content;
    background: #D3031C;
    color: #fff !important;
    border-radius: 6px;
    padding: 10px 38px;
    font-size: 14px;
    min-width: 174px;
    margin-top: 20px;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container>.nf-field .field-wrap .nf-field-element input.ninja-forms-field[type="submit"]::placeholder {
    color: #fff !important;
}

section.documentations_produit .nf-form-cont span#nf-form-title-1 {
    display: none;
}
section.documentations_produit>.container>.row>.col-md-12 {
    max-width: 100% !important;
}


body.single-post .main--body {
    padding: 100px 0px 0px;
}

body.single-post .main--body div#nav-above a {
    background: #D3031C;
    text-decoration: none;
    border-radius: 9px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: max-content;
    padding: 16px 15.5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DM Sans", sans-serif;
}

body.single-post .main--body .post .entry-meta {
    display: none;
}

.entry-utility a {
    color: #000;
}

body.single-post .main--body div#comments {
    max-width: 800px;
    margin: 0 auto;
}
body.single-post .main--body div#comments input#submit {
    background: #D3031C;
    text-decoration: none;
    border-radius: 9px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: max-content;
    padding: 16px 15.5px !important;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DM Sans", sans-serif;
    border-color: #D3031C;
    height: auto;
}
body.single-post .main--body div#comments input#wp-comment-cookies-consent {
    height: auto;
}
body.single-post .main--body div#nav-above  .nav-next a {
    margin-left: auto;
}
body.single-post .main--body .post {
    background-color: #fffdfd;
    max-width: 100%;
    margin: 30px auto;
    padding: 20px;
    border-radius: 8px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
body.single-post .main--body .post .entry-title {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: normal;
}
.entry-utility {
    clear: both;
    color: #000;
    font-size: 15px;
    line-height: 18px;
}
.entry-utility a {
    color: #000;
}
body.single-post .main--body div#comments label {
    font-size: 16px;
    margin: 10px 0px;
    color: #000;
}

div#nav-below {
    display: none;
}
body.single-post .main--body div#comments input {
    height: 40px;
    box-shadow: none;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    outline: none;
}
body.single-post .main--body div#comments textarea#comment {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: none;
}

.main--body section.doc-banner {
    padding: 80px 0px 0px;
}

.main--body section.doc-banner .doc-bannerBlock h1 {
    color: #000;
    text-align: center;
    font-size: 40px;
    line-height: normal;
    font-weight: 400;
}

.main--body section.doc-banner .doc-bannerBlock {
    margin: 0 0 40px;
}

.main--body .section-block h2.section-title {
    font-size: 35px;
    padding: 10px 20px;
    background: #F5F5F5;
    color: #D3031C;
}

.main--body .section-block .subsection-block h4.subsection-title {
    margin: 0 0 20px !important;
    padding: 0 20px;
    color: #020202;
}
.main--body .section-block .subsection-block .col-md-3 a.doc-link {
    font-size: 17px;
    color: #000;
    text-decoration: none;
}

.main--body .section-block .subsection-block .col-md-3 img {
    border: 1px solid #ddd;
    box-shadow: 0px 0px 4px #ddd;
}
body.tax-gamme-categories section.notre-sec.related-set {
    padding: 30px 0px 100px;
}
body.tax-gamme-categories section.notre-sec.related-set .subcategory-description {
    max-width: 1082px;
    margin: 0 auto 30px;
    text-align: center;
    width: 100%;
}
section.notre-sec .row.prodt-all-he {
    gap: 25px;
    justify-content: center;
}
body.tax-gamme-categories section.notre-sec.related-set:first-child {
    padding-bottom: 0;
}
section.notre-sec .row.prodt-all-he .main-product-img {
    padding: 0;
    max-width: calc(100%/4 - 19px);
    width: 100%;
}

section.notre-sec .row.prodt-all-he .main-product-img .proj-img-set {
    display: flex;
    border: 1px solid #DFDBDB;
    box-shadow: 0px 0px 4px #ddd;
    margin: 0 0 15px;
}

section.notre-sec .row.prodt-all-he .main-product-img .proj-img-set img {
    width: 100%;
}

section.notre-sec .row.prodt-all-he .main-product-img .img-sec-small {
    margin: 0 0 31px;
    display: flex;
    align-items: center;
    gap: 30px;
}

section.notre-sec .row.prodt-all-he .main-product-img .img-sec-small img {
    padding: 17px;
    min-height: 92px;
    max-height: 92px;
    background: #F5F5F5;
    object-fit: contain;
    width: 93px;
}

section.notre-sec .row.prodt-all-he .main-product-img a.link-single {
    background: #F5F5F5;
    width: 100%;
    display: flex;
    padding: 16px 10px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    color: #D3031C;
    font-size: 18px;
    line-height: normal;
    position: relative;
}

section.notre-sec .row.prodt-all-he .main-product-img a.link-single span:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 17px;
    background-position: center;
    background-size: contain;
    background-image: url(https://o-f-b.fr/wp-content/uploads/2025/05/Vector-2.png);
    background-repeat: no-repeat;
    transition: all 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
}

section.notre-sec .slider-related-set ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.notre-sec .slider-related-set ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.notre-sec .slider-related-set ul.slick-dots li button {
    padding: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    border-radius: 50%;
}

section.notre-sec .slider-related-set ul.slick-dots li button::before {
    display: none;
}

section.notre-sec .slider-related-set ul.slick-dots li.slick-active button {
    background: #D3031C;
    border-color: #D3031C;
}
section.about-history .history-wrap .slick-images-about {
    max-width: 713px;
    width: 100%;
}
body.tax-gamme-categories section.notre-sec.related-set .cust-relate img {
    width: 100%;
}
body.tax-gamme-categories.term-bso section.projects-section {
    padding: 50px 0px 95px;
}
.header>.container .menu-navigation ul.header-menu>li.main-class-toogle {
    position: relative;
    padding-right: 20px;
    transition: all 0.4s ease;
}
.header>.container .menu-navigation ul.header-menu>li.main-class-toogle>ul.sub-menu>li:hover ul.sub-menu {
    display: block;
}
.header>.container .menu-navigation ul.header-menu>li.main-class-toogle>ul.sub-menu {
    position: absolute;
    z-index: 9;
    background: #fff;
    min-width: 300px;
    list-style: none;
    margin: 0;
    top: 25px;
    left: 0;
    padding: 20px;
    box-shadow: 0px 0px 4px  #ddd;
    border-radius: 10px;
    display: none;
    transition: all 0.4s ease;
}
.header>.container .menu-navigation ul.header-menu>li.main-class-toogle>ul.sub-menu>li ul.sub-menu {
    left: 99%;
    background: #fff;
    min-width: 260px;
    padding: 20px 15px;
    top: 0;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 12px;
    z-index: 9;
    padding: 20px 15px !important;
}
body.single-gamme .main--body section.about-history .col-md-6 .history-description h3 {
    margin-bottom: 15px;
}
body.single-gamme section.appel-material .row.appel-boder p {
    white-space: break-spaces;
    text-align: left;
}
.header>.container .menu-navigation ul.header-menu>li.main-class-toogle:hover ul.sub-menu{
    display: block;
}
.header>.container .menu-navigation ul.header-menu>li.main-class-toogle:hover>a::after {
    transform: rotate(225deg);
    top: 6px;
}
.header>.container .menu-navigation ul.header-menu>li.main-class-toogle>ul.sub-menu>li {
    margin-bottom: 20px;
    position: relative;
}
.header>.container .menu-navigation ul.header-menu>li.main-class-toogle>ul.sub-menu>li>a {
    display: flex;
    width: 100%;
    line-height: normal;
    margin: 0 0 13px;
    align-items: center;
    justify-content: space-between;
}
.header>.container .menu-navigation ul.header-menu>li.main-class-toogle>ul.sub-menu>li>ul.sub-menu {
    list-style: none;
    padding: 0;
    display: none;
    position: absolute;
}

.header>.container .menu-navigation ul.header-menu>li.main-class-toogle>ul.sub-menu>li>ul.sub-menu>li {
    margin: 0 0 9px;
}

.header>.container .menu-navigation ul.header-menu>li.main-class-toogle>a:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: 8px;
    border: 3px solid #000;
    border-top: 0px;
    border-left: 0;
    transform: rotate(45deg);
    transition: all 0.4s ease;
}
section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container>.nf-field .field-wrap .nf-field-element select {
    border: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    font-size: 15px;
    color: #000 !important;
    padding: 14px 10px;
    font-family: 'Roboto Condensed';
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field div#nf-field-14-container {
    display: none;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container.textbox-container.file_upload-container {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container.submit-container {
    max-width: 100%;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container.textbox-container.file_upload-container .nf-field-element {
    padding: 10px 10px 0px;
    border-radius: 10px;
}
section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container.textbox-container.file_upload-container .nf-field-element .nf-fu-progress {
    height: 16px;
    border-radius: 20px;
    border: 0;
    max-width: 400px;
}

section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container.textbox-container.file_upload-container .nf-field-element>input.nf-element {
    padding: 0;
}
section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container.textbox-container.file_upload-container .nf-field-element button.btn {
    color: #fff;
}
section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container.textbox-container.file_upload-container .nf-field-element button.btn {
    background: #000;
    border-color: #000;
    font-size: 14px;
}
section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field .nf-field-container.submit-container .nf-field-element input {
    display: block;
    line-height: normal;
    font-size: 18px !important;
}
section.projects-section .project-four>.project-item.last-contact {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

section.projects-section .project-four>.project-item.last-contact>.project-link.last-link {
    min-height: 240px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    background: #ddd;
    padding: 15px;
    position: unset;
}
section.notre-sec .row.prodt-all-he .main-product-img a.red-main-btn.main-btn {
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 6px;
}
section.icon-boxes {
    margin-top: -70px;
}
section.notre-sec .row a {
    text-decoration: none;
}

section.notre-sec .row a p {
    text-align: center;
    margin: 10px 0px;
}
section.notre-sec .row.post-random .thumbnail img {
    min-height: 350px;
    object-fit: cover;
}
section.projects-section .project-four>.project-item .project-link a.red-main-btn {
    border-radius: 0;
    clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
    width: 100%;
    font-size: 16px;
    padding: 10px 46px 10px 14px;
}
div.footer .main--footer .footer-menu .socila-iocn svg {
    width: 34px;
    height: 34px;
}

div.footer .main--footer .footer-menu .socila-iocn svg:hover path {
    fill: #D3031C;
    stroke: #D3031C;
}
body.single-post .main--body .post .entry-content {
    max-width: calc(100% - 400px);
    width: 100%;
    padding: 0 30px 0px 0px;
}

body.single-post .main--body .post h1.entry-title {
    max-width: 100%;
    width: 100%;
}
body.single-post .main--body .post .sidebar-sec {
    max-width: 400px;
    width: 100%;
    padding: 0px 20px;
}

body.single-post .main--body .post .sidebar-sec .content-sec h2 {
    font-size: 26px;
    margin: 0 0 11px;
    font-weight: 500;
}

body.single-post .main--body .post .sidebar-sec .content-sec span {
    font-size: 18px;
    line-height: normal;
    color: #000;
}
body.single-post .main--body .post .entry-content h2.wp-block-heading {
    margin: 0 0 12px;
}

body.single-post .main--body .post .entry-content figure.wp-block-image img {
    width: 100%;
}

section.fiche-techniques-section .accordion {
    border: 0 !important;
    box-shadow: none;
}

section.fiche-techniques-section .accordion .accordion-item {
    border: 0;
}

section.fiche-techniques-section .accordion .accordion-item .accordion-header {
    padding: 20px 36px;
    font-size: 35px;
    color: #020202;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    background: transparent;
}
section.fiche-techniques-section .accordion .accordion-item .accordion-header {
    background: #F5F5F5;
    color: #D3031C;
    margin: 20px 0px;
    border: 0;
}
section.fiche-techniques-section .accordion .accordion-item .accordion-content .sub-accordion-item .sub-accordion-header {
    padding: 20px 36px;
    border-bottom: 1px solid #ddd;
    font-size: 35px;
    display: flex;
    justify-content: space-between;
    line-height: normal;
}
section.fiche-techniques-section .accordion .accordion-item .accordion-content .sub-accordion-item .sub-accordion-content .doc-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
    padding: 49px 0px 0px;
}

section.fiche-techniques-section .accordion .accordion-item .accordion-content .sub-accordion-item .sub-accordion-content .doc-grid .doc-item img {
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

section.fiche-techniques-section .accordion .accordion-item .accordion-content .sub-accordion-item .sub-accordion-content .doc-grid .doc-item p {
    font-size: 17px;
    text-align: center;
    margin: 20px 0px 0px;
}

section.fiche-techniques-section .accordion .accordion-item .accordion-content .sub-accordion-item .sub-accordion-content .doc-grid a {
    text-decoration: none;
}
section.fiche-techniques-section {
    padding-bottom: 0px;
}
section.fiche-techniques-section .accordion .accordion-item .accordion-header span.arrow {
    font-size: 0;
    width: 38px;
    height: 32px;
    background-image: url(https://o-f-b.fr/wp-content/uploads/2025/05/Vector-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
section.fiche-techniques-section .accordion .accordion-item .accordion-header.active span.arrow {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(4438%) hue-rotate(346deg) brightness(80%) contrast(110%);
}
section.fiche-techniques-section .accordion .accordion-item .accordion-content .sub-accordion-item:has(div[style="display: block;"]) .sub-accordion-header span.arrow {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(4438%) hue-rotate(346deg) brightness(80%) contrast(110%);
}
section.fiche-techniques-section .accordion .accordion-item .accordion-content .sub-accordion-item .sub-accordion-header span.arrow {
    font-size: 0;
    width: 38px;
    height: 32px;
    background-image: url(https://o-f-b.fr/wp-content/uploads/2025/05/Vector-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
section.techniques-sec .toggle-header, section.appel-material .toggle-header, section.techniques-material .toggle-header{
    background: #F5F5F5;
    padding: 20px 36px;
    color: #D3031C;
}

section.techniques-sec .toggle-header h2, section.appel-material .toggle-header h2 , section.techniques-material .toggle-header h2{
    color: #D3031C;
    font-size: 35px;
}

section.techniques-sec .toggle-header span.arrow, section.appel-material .toggle-header span.arrow ,  section.techniques-material .toggle-header span.arrow{
    font-size: 0;
    width: 38px;
    height: 32px;
    background-image: url(https://o-f-b.fr/wp-content/uploads/2025/05/Vector-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(4438%) hue-rotate(346deg) brightness(80%) contrast(110%);
}
section.techniques-sec>.container>.row {
    border: 0;
}
section.appel-material .row.appel-boder {
    margin-top: 30px;
}
section.techniques-sec .container:has(.row[style="display: none;"]) .toggle-header span.arrow , 
 section.appel-material .container:has(.row[style="display: none;"]) .toggle-header span.arrow,
 section.techniques-material .container:has(.row[style="display: none;"]) .toggle-header span.arrow  {
    filter: unset;
    transform: rotate(0deg);
}
body.single-post .main--body .post .sidebar-sec a {
    text-decoration: none;
}
.sub-accordion-item .sub-accordion-content {
    margin: 20px 0px;
    padding: 0px;
}
.sub-accordion-item #sub-1-1[style="display: block;"], .sub-accordion-item #sub-1-2[style="display: block;"] {
    display: grid !important;
    gap: 20px;
}

.sub-accordion-item #sub-1-1[style="display: block;"] .row.appel-boder, .sub-accordion-item #sub-1-2[style="display: block;"] .row.appel-boder {
    margin: 0;
    border: 1px solid #B8B6B6;
    padding: 20px 15px;
    justify-content: center;
    text-align: center;
}

.sub-accordion-item .sub-accordion-content h4 {padding: 0;margin: 0 0 12px;
  font-size:40px;
}

.sub-accordion-item .sub-accordion-content p {
    padding: 0;
	  font-size:20px;
text-align: justify;
}
section.nav-bredgcrun {
    padding-top: 70px;
}
section.nav-bredgcrun .row.bredcrum nav.breadcrumb {
    padding: 0;
    gap: 7px;
    font-size: 15px;
    color: #000;
}

section.nav-bredgcrun .row.bredcrum nav.breadcrumb a {
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
}

section.nav-bredgcrun .row.bredcrum nav.breadcrumb span {
    color: #ef0f28;
}
section.nav-bredgcrun.cat-sub-cat {
    padding-top: 100px;
}

/* Jun 24 Subcategory page products css */

.products-section h1 {
    font-size: 60px;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
    color: #000;
    padding: 20px 0px;
}

.products-section .products {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    justify-content: center;
}

section.products-section .products .product-item h2.product-title {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: normal;
}

.products-section .products .product-item .product-img {
    position: relative;
    display: flex;
}

.products-section .products> .product-item .product-img img {
    transition: all 0.4s ease;
    width: 100%;
    max-height: 480px;
    min-height: 480px;
    height: 100%;
    object-fit: cover;
}

.products-section .products .product-item .product-img:hover:after {
    opacity: 1;
    transform: scale(1.02);
}

.products-section .products .product-item .product-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.4s ease;
}

.products-section .products .product-item {
    max-width: calc(100% / 4 - 16px);
    width: 100%;
    position: relative;
}

.products .product-item .product-link a.red-main-btn {
    font-size: 14px;
    padding: 8px 14px;
    margin: 15px 0px;
    border-radius: 6px;
}

@media(max-width:1535px){
    .header>.container .branding {
        position: relative;
        max-width: 295px;
        width: 100%;
    }
    .header>.container .branding a {
        width: 100%;
    }
    .header>.container .branding a img {
        width: 100%;
    }
    .header>.container .menu-navigation ul.header-menu {
        gap: 0px 10px;
    }
    .container {
        max-width: 1260px;
    }
    section.front-slider .swiper.home-slider .swiper-button-prev {
        left: 14px;
    }
    section.front-slider .swiper.home-slider .swiper-button-next {
        right: 14px;
    }
    section.icon-boxes .box--boxes {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    section.icon-boxes .box--boxes .box-container p {
        font-size: 18px;
    }
    .header>.container {
        max-width: 1350px;
    }  
    section.about-history .history-wrap .history-image img {
        width: 100%;
    }
    section.about-history .history-wrap .history-content {
        max-width: calc(100% - 660px);
    }

    section.contact-us .contact--wrap .contact-container .contact-half-two {
        max-width: calc(100% - 650px);
        width: 100%;
    }
    
    section.contact-us .contact--wrap .contact-container .contact-half-one img {
        width: 100%;
    }
    section.about-history.single-product-sec .row>.col-md-6:first-child {
        max-width: 600px;
    }
    section.about-history.single-product-sec .row>.col-md-6:last-child {
        max-width: calc(100% - 666px);
    }
    section.data-material .container>.row img {
        max-width: 90px;
    }
    section.product-specs .row .col-md-6:last-child {
        max-width: 655px;
        width: 100%;
    }
    section.product-specs .row .col-md-6 {
        max-width: calc(100% - 680px);
    }
    section.product-specs .row .col-md-6 .table-per span {
        font-size: 22px;
    }
    section.product-specs .row .col-md-6 .table-per .progress {
        max-width: calc(100% - 270px);
    }
    section.product-specs .row .col-md-6:last-child .table-responsive table tr th {
        font-size: 25px;
    }
    section.product-specs .row .col-md-6:last-child .table-responsive table tr  td {
        font-size: 22px;
    }
    .header {
        padding: 25px 0px 30px;
    }
}
@media(max-width:1439px){
    .header>.container .branding {
        max-width: 255px;
    }
    .header>.container .search--form {
        max-width: 270px;
        width: 100%;
    }
    .header {
        padding: 20px 0px 20px;
    }
    section.front-slider .swiper.home-slider .swiper-button-prev, section.front-slider .swiper.home-slider .swiper-button-next {
        width: 46px;
        height: 46px;
    }
    h1 {
        font-size: 80px;
        line-height: 87px;
    }
    section.front-slider  .slider-content-wrap p {
        font-size: 30px;
        letter-spacing: 5.5px;
    }
    section.icon-boxes .box--boxes .box-container .box-_image {
        max-width: 90px;
        width: 100%;
    }
    section.icon-boxes .box--boxes .box-container .box-_image img {
        width: 100%;
    }

    section.projects-section {
        padding: 40px 0px;
    }
    section.project-acf-section .project-main-wrap .project-image .main-btn .single-project img {
        min-height: 400px;
    }
    section.project-acf-section .another-project-wrap a.main-btn .project-thumb img {
        min-height: 400px;
    }
    .commitments--wrap .box-coloumn {
        gap: 38px 20px;
    }
    section.about-history.single-product-sec .row>.col-md-6:first-child {
        max-width: 500px;
    }
    section.about-history.single-product-sec .row {
        gap: 30px;
    }
    section.about-history.single-product-sec .row>.col-md-6:last-child {
        max-width: calc(100% - 530px);
    }
    section.product-specs .row .col-md-6:last-child {
        max-width: 555px;
        width: 100%;
    }
    section.product-specs .row .col-md-6 {
        max-width: calc(100% - 580px);
    }
    section.techniques-material .row {
        gap: 20px;
    }
    section.techniques-material .row>.col-md-3 {
        max-width: calc(100%/4 - 15px);
    }
    section.techniques-sec>.container>.row {
        padding-bottom: 20px;
    }
    section.appel-material .row.appel-boder p {
        font-size: 18px;
        line-height: 29px;
    }
}
@media(max-width:1365px){
    .container {
        max-width: 1130px;
    }
    h1 {
        font-size: 70px;
        line-height: 77px;
    }
    section.front-slider  .slider-content-wrap {
        max-width: 360px;
    }
    a.red-main-btn {
        font-size: 16px;
        padding: 16px 25.5px;
    }
    section.project-acf-section .project-main-wrap .project-content h2 {
        font-size: 35px;
        margin: 0 0 13px;
    }
    section.project-acf-section .project-main-wrap .project-image .main-btn .single-project img, section.project-acf-section .another-project-wrap a.main-btn .project-thumb img {
        min-height: 350px;
    }
    div.footer .main--footer .site-info {
        max-width: 435px;
        width: 100%;
    }
    section.about-history .history-wrap {
        column-gap: 45px;
    }

    section.about-history .history-wrap .history-content {
        max-width: calc(100% - 575px);
    }
    .commitments--wrap .box-coloumn .box-container .box-counter {
        margin-top: 25px;
        padding-top: 15px;
        border-top: 1px solid #ddd;
    }
    .commitments--wrap .box-coloumn .box-container .inner-content h3 {
        font-size: 26px;

    }
    section.contact-us .contact--wrap .contact-container {
        gap: 28px;
    }
    section.contact-us .contact--wrap .contact-container .contact-half-one {
        max-width: 530px;
        width: 100%;
    }
    section.contact-us .contact--wrap .contact-container .contact-half-two {
        max-width: calc(100% - 556px);
        width: 100%;
    }
    section.contact-us .contact--wrap .contact-container .contact-half-two span {
        display: block;
        margin-top: 20px;
    }
    section.contact-us .contact--wrap .contact-container .contact-half-two element {
        margin-top: 20px;
    }
    .pagesBannerBlock h1 {
        font-size: 45px;
    }
    section.about-history {
        padding: 30px 0px 60px;
    }
    section.timeline-part .timeline-wrap {
        padding: 68px 0px;
    }
    section.timeline-part {
        padding: 50px 0px 65px;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main {
        padding: 0 0 50px;
    }
    section.methodology_image_box .methodology_box-each {
        gap: 45px;
    }
    section.methodology_image_box .methodology_box-each .methodology-img {
        max-width: 404px;
    }
    section.methodology_image_box .methodology_box-each .methodology-content {
        max-width: calc(100% - 450px);
        width: 100%;
    }
    .methodology__box .methodology_box-each:not(:last-child):after {

        left: 202px;
    }
    section.product-specs .row .col-md-6:last-child {
        max-width: 505px;
        width: 100%;
    }
    section.product-specs .row .col-md-6 {
        max-width: calc(100% - 520px);
    }
    section.product-specs .row .col-md-6:last-child .table-responsive table tr th {
        font-size: 20px;
    }
    section.product-specs .row .col-md-6:last-child .table-responsive table tr  td {
        font-size: 20px;
    }
    section.techniques-sec {
        padding: 0px 0px 10px;
    }
    section.about-history .history-wrap .slick-images-about {
        max-width: 470px;
        width: 100%;
    }
    section.about-history .history-wrap .history-content {
        max-width: calc(100% - 515px);
    }
    .products-section h1 {
        font-size: 45px;
    }
}
@media(max-width:1279px){
    .header>.container .menu-navigation ul.header-menu {
        gap: 0;
    }
    .header>.container .branding {
        max-width: 225px;
    }
    .header {
        padding: 16px 0px 15px;
    }
    .header>.container .branding a {
        top: -21px;
    }
    .container {
        max-width: 1090px;
    }
    section.projects-section .project-four {
        gap: 15px;
    }
    div.footer .main--footer {
        padding-bottom: 60px;
    }

 
    section.nos-agences-set .row {
        gap: 15px;
    }
    section.nos-agences-set .row>.col-md-3 {
        max-width: calc(100%/4 - 12px);
    }
    section.nos-agences-set .row>.col-md-3>h3 {
        font-size: 20px;
        min-height: 35px;
    }
    section.nos-agences-set>.container a.red-main-btn {
        margin-top: 35px;
    }
    .index-page {
        padding-top: 30px;
    }
    section.notre-sec .desin-background h2 {
    font-size: 28px;
}
section.notre-sec .row .col-md img.main-img-notre {
    min-height: 160px;
    max-width: 150px;
}
body.single-post .main--body .post .sidebar-sec {
    max-width: 330px;
}
body.single-post .main--body .post .entry-content {
    max-width: calc(100% - 330px);
}
section.fiche-techniques-section .accordion .accordion-item .accordion-header ,
 section.fiche-techniques-section .accordion .accordion-item .accordion-content .sub-accordion-item .sub-accordion-header {
    padding: 15px 25px;
    font-size: 24px;

}
}
@media(max-width:1199px){
    .header>.container .search--form {
        max-width: 200px;
        width: 100%;
    }
    .header>.container .branding {
        max-width: 185px;
    }
    .header>.container .menu-navigation ul.header-menu li a {
        font-size: 16px;
        padding: 10px 8px;
    }
    .header>.container .branding a {
        top: -19px;
    }
    section.front-slider .swiper.home-slider .swiper-slide {
        min-height: 470px;
    }
    section.front-slider  .slider-content-wrap {
        max-width: 430px;
        margin-left: 70px;
    }
    div.footer .main--footer .site-generator {
        padding-right: 13px;
    }
    div.footer .main--footer .site-generator p {
        font-size: 16px;
    }
    div.footer .main--footer .site-info {
        max-width: 365px;
        width: 100%;
    }
    div.footer .main--footer .footer-menu .footer-menu-wrapper ul li a {
        font-size: 16px;
    }
    section.documentations_produit>.container>p {
        margin: 0 auto 40px;
    }
    section.documentations_produit>.container>.row {
        gap: 0 25px;
    }
    section.documentations_produit>.container>.row h2 {
        font-size: 28px;
    }

    section.nos-agences-set>.container h2 {
        margin: 0 0 30px;
    }
    section.nos-agences-set .row>.col-md-3>h3 {
        min-height: 50px;
    }
    section.nos-agences-set {
        padding: 30px 0px 45px;
    }
    .timeline--content h2 {
        font-size: 45px;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main {
        gap: 60px;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(odd) .timeline--content:after {
        right: 45px;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(odd) .timeline--content:before {
        right: -32px;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(even) .timeline--content:after {
        left: 45px;

    }
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(even) .timeline--content:before {
        left: -31px;
    }
    section.about-history.single-product-sec .row>.col-md-6 .history-description p:not(:last-child) {
        margin: 0 0 15px;
    }
    section.data-material .container>.row>.col-md-4 {
        width: 100%;
        max-width: calc(100%/3 - 40px);
    }
    section.data-material .container>.row img {
        max-width: 70px;
    }
section.techniques-material {
    padding: 30px 0px 10px;
}
    section.appel-material .row.appel-boder p {
        font-size: 16px;
        line-height: 27px;
    }
    section.related-projects .container>h2 {
        margin: 0 0 35px;
    }
    section.article-projects {
        padding: 35px 0px 50px;
    }
    section.article-projects .container>h2 {
        text-align: center;
        margin: 0 0 35px;
    }
    section.about-history .history-wrap .history-image {
        max-width: 450px;
        width: 100%;
    }
    section.documentations_produit .nf-form-cont .nf-form-wrap form .nf-form-content>nf-fields-wrap>nf-field div#nf-field-14-container {
    display: none;
}
    section.about-history .history-wrap .history-content {
        max-width: calc(100% - 495px);
    }
    section.professions--post.projects-section .container--professions.project-four {
        gap: 20px;
    }
    section.professions--post.projects-section .container--professions.project-four .project-item {
        max-width: calc(100%/3 - 14px);
    }
    .commitments--wrap .box-coloumn .box-container {
        padding: 20px 15px 20px;
    }
    section.contact-us .contact--wrap .contact-container .contact-half-one {
        max-width: 450px;
        width: 100%;
    }
    section.contact-us .contact--wrap .contact-container .contact-half-two {
        max-width: calc(100% - 475px);
        width: 100%;
    }
    .commitments--wrap .box-coloumn .box-img img {
        object-fit: cover;
    }
    .methodology__box .methodology_box-each:not(:last-child):after {
        height: 115px;
        bottom: -30px;
        left: 212px;
    }
    section.methodology_image_box .methodology_box-each .methodology-content  p {
        margin: 0;
        font-size: 15px;
    }
    section.methodology_image_box {
        padding: 35px 0px 25px;
    }
    section.methodology_image_box .methodology_box-each .methodology-img {
        position: relative;
        z-index: 1;
    }
    section.default-page div#content  .loop-page {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 20px;
    }
    .index-page .category-tabs {
    gap: 13px;
    flex-wrap: wrap;
}
.index-page .category-tabs button.cat-tab {
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 9px;
}
	section.notre-sec .row.post-random .thumbnail img {
    min-height: 300px;
}
section.fiche-techniques-section .accordion .accordion-item .accordion-content .sub-accordion-item .sub-accordion-content .doc-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
	.sub-accordion-item .sub-accordion-content h4 {padding: 0;margin: 0 0 12px;
  font-size:30px;
}

.sub-accordion-item .sub-accordion-content p {
	  font-size:18px;
}
}
@media(max-width:1023px){
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
    section.front-slider  .slider-content-wrap p {
        font-size: 25px;
        letter-spacing: 2.5px;
    }
    section.icon-boxes .box--boxes {
        padding: 25px 20px 23px 20px;

    }
    section.icon-boxes .box--boxes .box-container .box-_image {
        max-width: 70px;
        width: 100%;
    }
    section.projects-section .project-four>.project-item {
        max-width: calc(100%/2 - 8px);
    }
    section.project-acf-section .project-main-wrap .project-content {
        max-width: 100%;
        width: 100%;
    }
    section.project-acf-section .project-main-wrap {
        flex-wrap: wrap;
    }
    section.project-acf-section .project-main-wrap .project-content p {
        margin: 0 0 30px;
        max-width: 100%;
    }
    .header>.container .mega-menu-box {
        display: block;
    }
    .header>.container .mega-menu-box a svg {
        width: 30px;
        height: 30px;
        fill: #000;
        stroke: #000;
    }
    
    .header>.container .mega-menu-box a svg path {
        fill: #000;
    }
    .header>.container .menu-navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 400px;
        height: 100vh;
        background: #fff;
        z-index: 111;
        transform: translateX(-100%);
        transition: all 0.4s ease-in-out;
        padding: 50px 0px 40px;
    }
    .header>.container .menu-navigation div#header-menu-container {
        height: calc(100vh - 100px);
        overflow: auto;
    }
    .header>.container .menu-navigation a.crose-icon {
        padding: 10px;
        max-width: 35px;
        margin-left: auto;
        margin-right: 20px;
        border: 1px solid #000;
        border-radius: 50%;
        height: 35px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0px;
        top: 10px;
    }
    
    .header>.container .menu-navigation a.crose-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .header>.container .menu-navigation a.crose-icon svg path {
        fill: #000;
    }
    .header>.container .menu-navigation div#header-menu-container ul {
        display: block;
        height: 100%;
        padding: 0px 10px;
    }
    
    .header>.container .menu-navigation div#header-menu-container ul li {
        margin: 0 0 10px;
    }
    
    .header>.container .menu-navigation div#header-menu-container ul li a {
        display: block;
        padding: 10px;
        font-size: 18px;
    }
    .header>.container .branding {
        max-width: 300px;
        width: 100%;
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        top: -12px;
        z-index: 9;
    }
    
    .header>.container .branding a img {
        max-width: 260px;
        margin: 0 auto;
        display: block;
    }
    
    .header>.container .branding a {
        position: static;
    }
    
    .header>.container {
        position: relative;
    }
    
    .header {
        position: relative;
    }
    .header>.container .search--form {
        max-width: 260px;
        width: 100%;
    }
    .page-template-template-contact .pagesBannerBlock:after {
        background-color: #1d1d1b;
    }
    .pagesBannerBlock {
        min-height: 250px;
    }
    .header.open .menu-navigation {
        transform: translateX(0);
    }
    body:has(.header.open) {
        overflow: hidden;
        position: relative;
    }
    body:has(.header.open):after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0, 0.5);
        z-index: 99;
    }
    .menu-navigation a.crose-icon {
        display: block !important;
    }
    .methodology__box .methodology_box-each:not(:last-child):after {
        height: 140px;
        bottom: -30px;
        left: 212px;
    }
    .header>.container .menu-navigation ul.header-menu>li.main-class-toogle>ul.sub-menu {
        display: none !important;
    }
    .header>.container .menu-navigation ul.header-menu>li.main-class-toogle>ul.sub-menu {
        position: unset;
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .header>.container .menu-navigation ul.header-menu>li.main-class-toogle>ul.sub-menu>li>ul.sub-menu {
        position: unset;
    }
    .header>.container .menu-navigation ul.header-menu>li.main-class-toogle>ul.sub-menu>li>a {
        display: flex !important;
        justify-content: space-between;
    }

    .header>.container .menu-navigation ul.header-menu>li.main-class-toogle>ul.sub-menu {
        display: block !important;
        max-width: 100% !important;
        width: 100%;
        min-width: unset;
        border: 0;
    }

    .header>.container .menu-navigation ul.header-menu>li.main-class-toogle>ul.sub-menu>li ul.sub-menu {
        border: 0;
        padding: 0 0 0 14px !important;
    }

    .header>.container .menu-navigation ul.header-menu>li.main-class-toogle>ul.sub-menu>li>a {
        margin: 0;
        background: #ddddddbf;
    }

    .header>.container .menu-navigation ul.header-menu>li.main-class-toogle>a:after {
        transform: rotate(225deg);
        top: 15px;
    }

    .header>.container .menu-navigation ul.header-menu>li.main-class-toogle>ul.sub-menu>li>a svg {
        transform: rotate(-175deg);
    }

    .products-section .products .product-item {
        max-width: calc(100% / 2 - 8px);
    }
}
@media(max-width:991px){
    section.icon-boxes .box--boxes .box-container p {
        font-size: 16px;
        line-height: 24px;
    }
    section.project-acf-section .project-main-wrap .project-image .main-btn .single-project img, section.project-acf-section .another-project-wrap a.main-btn .project-thumb img {
        min-height: 280px;
    }
    div.footer .main--footer .footer-menu {
        padding-left: 50px;
        max-width: 210px;
    }
    div.footer .main--footer .site-generator {
        max-width: 216px;
        width: 100%;
    }
    section.project-acf-section .another-project-wrap a.main-btn .project-thumb h3 {
        font-size: 26px;
    }
    .header>.container .branding {
        max-width: 220px;
        top: -1px;
        z-index: 9;
    }
    .header>.container .search--form {
        max-width: 230px;
        width: 100%;
    }
    section.documentations_produit>.container>.row {
        flex-flow: column;
        gap: 30px;
    }

    section.nos-agences-set .row>.col-md-3 {
        max-width: calc(100%/2 - 8px);
    }
    section.nos-agences-set .row {
        gap: 30px 15px;
    }
    section.nos-agences-set .row>.col-md-3>h3 {
        min-height: auto;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(odd) .timeline--content {
        padding: 0px 40px 0px 0px;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(even) .timeline--content {
        padding-left: 40px;
    }
    section.timeline-part .timeline-wrap::before {
        width: 20px;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(odd) .timeline--content:before {
        right: -31px;
        max-width: 50px;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(odd) .timeline--content:after {
        right: 8px;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(even) .timeline--content:before {
        left: -31px;
        max-width: 55px;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(even) .timeline--content:after {
        left: 13px;
    }
    .timeline--content h2 {
        font-size: 40px;
    }
    section.timeline-part .timeline-wrap {
        padding: 35px 0px;
    }
    .index-page .loop-page>.loop-each {
        max-width: calc(100%/2 - 14px);
    }
    .index-page .loop-page {
        display: flex;
        flex-wrap: wrap;
    }
    .index-page .loop-page>.pagination {
        max-width: 100%;
        width: 100%;
    }
    .add-our-projects .swiper.loop-projects .swiper-slide .project-image img { 
        max-height: 280px;
        min-height: 280px;
    }
    section.about-history.single-product-sec .row>.col-md-6:first-child {
        max-width: 100%;
    }
    section.about-history.single-product-sec .row>.col-md-6:last-child {
        max-width: 100%;
    } 
    section.product-specs .row .col-md-6 {
        max-width: 100%;
    }  
    section.product-specs .row .col-md-6:last-child {
        max-width: 100%;
        width: 100%;
    }
    section.techniques-sec>.container>.row {
        gap: 30px 20px;
    }
    section.techniques-material .row>.col-md-3 {
        max-width: calc(100%/2 - 10px);
    }
    section.techniques-sec>.container>.row>.col-md-4 {
        max-width: calc(100%/2 - 10px);
    }
    section.techniques-sec>.container>.row {
        padding-bottom: 0;
        border-bottom: 0;
    }
    section.related-projects {
        padding: 35px 0px 40px;
        margin: 45px 0px 0px;
    }
    section.related-projects .row>.col-md-3 {
        padding: 0;
        width: 100%;
        max-width: calc(100%/2 - 11px);
    }
    section.projets_connexes>.container>.row>.col-md-4 {
        max-width: calc(100%/2 - 11px);
    }
    section.article-projects .row>.col-md-3 {
        max-width: calc(100%/2 - 10px);
    }
    section.product-specs .row {
        gap: 30px;
    }
    section.about-history .history-wrap {
        flex-flow: column;
        gap: 30px;
    }
    section.about-history .history-wrap .history-image {
        max-width: 100%;
        width: 100%;
    }
    section.about-history .history-wrap .history-content {
        max-width: 100%;
    }
    section.professions--post.projects-section .container--professions.project-four .project-item {
        max-width: calc(100%/2 - 10px);
    }
    .commitments--wrap .box-coloumn {
        grid-template-columns: repeat(1, 1fr);
    }
    section.contact-us .contact--wrap .contact-container {
        flex-flow: column;
    }
    section.contact-us .contact--wrap .contact-container .contact-half-one {
        max-width: 100%;
        width: 100%;
    }
    section.contact-us .contact--wrap .contact-container .contact-half-two {
        max-width: 100%;
        width: 100%;
    }
    section.methodology_image_box .methodology_box-each {
        flex-flow: column;
    }
    section.methodology_image_box .methodology_box-each .methodology-content {
        max-width: 100%;
        width: 100%;
    }   
    section.methodology_image_box .methodology_box-each .methodology-img {
        max-width: 100%;
        position: relative;
        z-index: 1;
    }
    .methodology__box .methodology_box-each:not(:last-child):after {
        display: none;
    }
    section.methodology_image_box .methodology_box-each {
        padding-bottom: 30px;
    }
    section.default-page div#content  .loop-page {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
        padding: 0;
    }
    section.default-page div#content .loop-page>.pagination {
        grid-column: span 2;
        justify-content: center;
    }
    section.gamme-cstm-sec .cstm-post .project-item .images-sec img {
    width: 40px;
    height: 40px;
}
section.gamme-cstm-sec .cstm-post .project-item .term-name {
    font-size: 15px;
}
section.gamme-cstm-sec .cstm-post {
    gap: 20px;
}
section.gamme-cstm-sec {
    padding: 0 0 50px;
}
section.notre-sec .row .col-md img.main-img-notre {
    min-height: 100px;
    max-width: 100px;
}
section.notre-sec {
    padding: 0 0  50px;
}
section.notre-sec .row.prodt-all-he .main-product-img {
    max-width: calc(100%/2 - 15px);
}
section.about-history .history-wrap .slick-images-about {
    max-width: 100%;
    width: 100%;
}
section.default-page div#content .loop-each .entry-content {padding: 0px;}


section.default-page div#content .loop-each .hentry a.red-main-btn {
    margin-left: 18px;
}
body.single-post .main--body .post h1.entry-title {
    max-width: 100%;
    width: 100%;
    font-size: 26px;
    text-align: center;
    margin: 0 0 40px;
}
body.single-post .main--body .post .entry-content h2.wp-block-heading {
    font-size: 30px;
}
body.single-post .main--body .post .sidebar-sec .content-sec h2 {
    font-size: 22px;
}
section.fiche-techniques-section .accordion .accordion-item .accordion-content .sub-accordion-item .sub-accordion-content .doc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
    section.fiche-techniques-section .accordion .accordion-item .accordion-content .sub-accordion-item .sub-accordion-header span.arrow {
    width: 28px;
    height: 22px;
}

section.appel-material {
    max-width: calc(100% - 30px);
    margin: 0 auto;
}
section.fiche-techniques-section .accordion .accordion-item .accordion-header span.arrow {
    width: 28px;
    height: 22px;
}
section.techniques-sec .toggle-header h2, section.appel-material .toggle-header h2, section.techniques-material .toggle-header h2 {
    color: #D3031C;
    font-size: 24px;
}
section.techniques-sec .toggle-header, section.appel-material .toggle-header, section.techniques-material .toggle-header {
    background: #F5F5F5;
    padding: 15px 20px;
    color: #D3031C;
}
section.techniques-sec .toggle-header span.arrow, section.appel-material .toggle-header span.arrow, section.techniques-material .toggle-header span.arrow {
    width: 24px;
    height: 22px;
}
		section.nav-bredgcrun {
    padding-top: 30px;
}
	section.nav-bredgcrun.cat-sub-cat {
    padding-top: 60px;
}
	
}

@media (max-width:767px) {
    section.front-slider .slider-content-wrap {
        margin: 0 auto;
        text-align: center;
    }
    
    section.front-slider .slider-content-wrap {
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 9;
    }
    
    section.front-slider a.red-main-btn {
        margin: 0 auto;
    }
    .swiper.home-slider .one-div-for-des:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0, 0.5);
        z-index: 1;
    }
    section.icon-boxes .box--boxes .box-container .box-_image {
        max-width: 50px;
        width: 100%;
    }
    section.icon-boxes .box--boxes {
        gap: 10px;

    }
    section.icon-boxes .box--boxes .box-container {
        gap: 6px;
    }
    section.icon-boxes .box--boxes .box-container p {
        font-size: 15px;
        line-height: 24px;
    }
    section.project-acf-section .project-main-wrap .project-image .project-thumb h3 {
        width: 100%;
        text-align: center;  
              font-size: 25px;
    }
    section.project-acf-section .another-project-wrap {
        grid-template-columns: 1fr;
    }
    div.footer .main--footer .site-info {
        max-width: 100%;
        width: 100%;
    }
    div.footer .main--footer {
        padding-bottom: 20px;
        flex-wrap: wrap;
    }
    div.footer .main--footer .site-info img {
        width: 100%;
        max-width: 380px;
    }
    div.footer .main--footer .site-generator {
        max-width: 255px;
        width: 100%;
    }
    h1 {
        font-size: 40px;
        line-height: 60px;
    }
    section.front-slider  .slider-content-wrap {
        max-width: 360px;
    }
    .header>.container .branding {
        max-width: 200px;
        top: -7px;
    }
    .header>.container .search--form form.search-form input#search-input {
        display: none;
    }
    
    .header>.container .search--form {
        max-width: max-content;
        border: 0;
    }
    
    .header>.container .search--form form.search-form {
        padding: 0;
        border: 0;
    }
    section.documentations_produit {
        padding: 30px 0px 30px;
    }
    section.documentations_produit>.container>.row {
        padding: 25px 0px 0px;
    }
    section.documentations_produit>.container>p {
        margin: 0 auto 20px;
    }
    h2 {
        font-size: 35px;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main {
        grid-template-columns: repeat(1, 1fr);
    }
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(odd) .timeline--content {
        padding: 0 0 30px;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(odd) .timeline--content:after, section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(even) .timeline--content:after {
        background: #d50023;
        top: unset;
        bottom: 20px;
        right: 50%;
        border-radius: 0;
        transform: rotate(45deg) translateX(50%);
        border-color: #d50023;
        left: unset;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main {
        gap: 10px;
    }
    section.timeline-part .timeline-wrap::before {
        display: none;
    }
    
    section.timeline-part .timeline-wrap:after {
        display: none;
    }
    
    section.timeline-part>.container .timeline-wrap .timeline-main .timeline--content {
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    
    section.timeline-part>.container .timeline-wrap .timeline-main .timeline--content h2 {
        width: 100%;
        text-align: center;
    }
    
    section.timeline-part>.container .timeline-wrap .timeline-main .timeline--content h4 {
        width: 100%;
        text-align: center;
    }
    
    section.timeline-part>.container .timeline-wrap .timeline-main .timeline--content p {
        text-align: center;
    }
    
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(odd) .timeline--content:before, section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(even) .timeline--content:before {
        width: 3px;
        height: 66px;
        right: 50%;
        transform: translateX(-50%);
        top: unset;
        bottom: 11px;
        background: #d50023;
        left: unset;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(odd) .timeline--content {
        padding: 0 0 60px;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main .timeline-image img {
        max-width: 100%;
        width: 100%;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(even)>.timeline-image {
        order: 2;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main:nth-child(even) .timeline--content {
        padding: 0 0 60px;
    }
    section.timeline-part>.container .timeline-wrap .timeline-main:last-child {
        padding-bottom: 0;
    }
    section.timeline-part {
        padding: 50px 0px 25px;
    }
    section.related-projects .row>.col-md-3>img {
        max-width: 100%;
        width: 100%;
    }
    section.data-material .container>.row>.col-md-4 {
        width: 100%;
        max-width: 100%;
    }
    section.data-material .container>.row>.col-md-4:nth-child(2) {
        padding: 40px 0px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    section.data-material .container>.row>.col-md-4:nth-child(2)::after,    section.data-material .container>.row>.col-md-4:nth-child(2)::before {
        display: none;
    } 
    section.projets_connexes>.container>.row>.col-md-4 h2 {
        font-size: 26px;
    }
    section.product-specs .row .col-md-6 .table-per .progress {
        max-width: calc(100% - 180px);
    }
    section.commitments-about {
        padding: 50px 0px 60px;
    }
    section.gamme-cstm-sec .cstm-post .project-item .images-sec img {
    width: 30px;
    height: 30px;
}
section.gamme-cstm-sec .cstm-post .project-item .images-sec {
    padding: 7px 6px 10px;
    gap: 10px;
}
section.gamme-cstm-sec .cstm-post .project-item .term-name {
    padding-right: 20px;
}
section.gamme-cstm-sec .cstm-post .project-item .term-name:after {
    right: 6px;
}
section.notre-sec .desin-background h2 {
    font-size: 20px;
}
section.notre-sec .row .col-md {
    max-width: calc(100%/2 - 10px);
    width: 100%;
}
section.notre-sec .row {
    justify-content: space-around;
    gap: 20px 0px;
}
section.gamme-cstm-sec .cstm-post {
    gap: 15px;
}

body.tax-gamme-categories section.notre-sec.related-set {
    width: 100%;
    overflow-x: hidden;
}
.main--body .section-block h2.section-title {
    font-size: 24px;
}
.main--body section.doc-banner .doc-bannerBlock h1 {
    font-size: 30px;
}
	section.notre-sec .row.post-random .thumbnail img {
    min-height: auto;
    object-fit: cover;
    width: 100%;
}
body.single-post .main--body .post .sidebar-sec {
    max-width: 100%;
    width: 100%;
    padding: 0;
    order: 2;
}
body.single-post .main--body .post .entry-content {
    max-width: 100%;
    width: 100%;
    padding: 0;
    order: 3;
}
body.single-post .main--body .post h1.entry-title {
    font-size: 30px;
    text-align: center;
    margin: 0 0 20px;
    order: 1;
}
section.about-history {
    overflow: hidden;
}

}

@media (max-width:567px) {
    section.fiche-techniques-section .accordion .accordion-item .accordion-content .sub-accordion-item .sub-accordion-content .doc-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    section.icon-boxes .box--boxes {
        grid-template-columns: repeat(1, 1fr);
    }

    section.icon-boxes .box--boxes .box-container {
        justify-content: flex-start;
    }
    .box-container:first-child {
        border-right: 0;
    }
    section.icon-boxes .box--boxes .box-container:nth-child(2) {
        border-right: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 15px 0px;
    }
    section.projects-section .project-four>.project-item {
        max-width: 100%;
    }
    section.project-acf-section .project-main-wrap .project-image .main-btn {
        max-width: 100%;
        width: 100%;
    }
    section.project-acf-section .project-main-wrap .project-image {
        flex-wrap: wrap;
    }
    div.footer .main--footer .footer-menu {
        padding: 0;
        max-width: 100%;
    }
    div.footer .main--footer .site-generator {
        max-width: 100%;
        width: 100%;
        padding: 15px 0px;
    }
    section.front-slider .swiper.home-slider .swiper-button-next {
        right: 10px;
    }
    section.front-slider .swiper.home-slider .swiper-button-prev {
        left: 10px;
    }
    .header>.container .menu-navigation {
        max-width: 300px;
    }
    section.front-slider .swiper.home-slider .swiper-button-prev, section.front-slider .swiper.home-slider .swiper-button-next {
        width: 35px;
        height: 35px;
    }
    section.front-slider .swiper.home-slider .swiper-button-prev::after, section.front-slider .swiper.home-slider .swiper-button-next:after {
        font-size: 18px;
    }
    div.footer .footer-copy {
        padding: 10px;
    }
    section.default-page div#content #searchform {
        padding: 20px 0px;
    }
    section.default-page .not-found h1.entry-title {
        font-size: 35px !important;
        margin: 0 0  10px !important;
    }
    section.default-page .not-found .entry-content p {
        font-size: 16px;
    }
    h2 {
        font-size: 30px;
    }
    section.documentations_produit>.container>h2 {
        margin: 0 0 15px;
    }
    section.documentations_produit>.container>.row h2 {
        font-size: 24px;
    }
    section.documentations_produit form .conatct-form-nom .two-set span.wpcf7-form-control-wrap {
        max-width: 100%;
        width: 100%;
    }
    section.documentations_produit form .conatct-form-nom .two-set {
        flex-flow: column;
        gap: 10px;
        margin: 0 0 15px;
    }
    
    section.documentations_produit form .conatct-form-nom .two-set br {
        display: none;
    }
    section.documentations_produit form .conatct-form-nom .full-ste {
        margin-top: 40px;
    }
    section.nos-agences-set .row>.col-md-3 {
        max-width: 100%;
    }
    .pagesBannerBlock {
        min-height: 320px;
    }
    .pagesBannerBlock h1 {
        font-size: 40px;
    }
    .index-page .loop-page>.loop-each {
        max-width: 100%;
    }
    .index-page .loop-page {
        gap: 30px;
    }
    .index-page .loop-page>.pagination nav.navigation.pagination .nav-links span.page-numbers.current {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    .index-page .loop-page>.pagination nav.navigation.pagination .nav-links {
        gap: 25px;
    }
    .index-page .loop-page>.pagination nav.navigation.pagination .nav-links a.page-numbers {
        font-size: 18px;
    }
    .add-our-projects .swiper-button-prev, .add-our-projects .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .pagesBannerBlock h1 {
        font-size: 35px;
    }
    section.product-specs .row .col-md-6:last-child .table-responsive table tr th {
        font-size: 16px;
    }
    section.product-specs .row .col-md-6 .table-per span {
        font-size: 18px;
        line-height: normal;
    }
    section.product-specs .row .col-md-6 .table-per:not(:last-child) {
        margin: 0 0 25px !important;
    }
    section.product-specs .row .col-md-6:last-child .table-responsive table tr  td {
        font-size: 16px;
    }
    section.product-specs.py-5 {
        padding: 30px 0px 40px !important;
    }
    section.related-projects .row>.col-md-3 {
        width: 100%;
        max-width: 100%;
    }
    section.related-projects .row>.col-md-3>img {
        min-height: auto;
        max-height: max-content;
    }
    section.projets_connexes>.container>.row>.col-md-4 {
        max-width: 100%;
    }
    section.article-projects .row>.col-md-3 {
        max-width: 100%;
    }
    section.projets_connexes {
        padding: 35px 0px 30px;
    }
    section.appel-material .row.appel-boder {
        padding: 20px 15px;
        text-align: center;
    }
    section.appel-material .row.appel-boder h2 {
        margin: 0 0 22px;
    }
    section.professions--post.projects-section .professions-wrap {
        text-align: center;
        margin: 0 0 20px;
    }
    section.professions--post.projects-section .container--professions.project-four {
        flex-flow: column;
    }
    section.professions--post.projects-section .container--professions.project-four .project-item {
        max-width: 100%;
    }
    section.projects-section .project-four>.project-item .project-image img {
        max-height: max-content;
        min-height: auto;
    }
    section.professions--post.projects-section .container--professions.project-four {
        flex-flow: column;
    }
    section.contact-us .contact--wrap .contact-container .contact-half-two element a.red-main-btn {
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }
    
    section.contact-us .contact--wrap .contact-container .contact-half-two element {
        flex-flow: column;
    }
    section.methodology_image_box .methodology_box-each .methodology-img img {
        width: 100%;
    }
    section.methodology_image_box .methodology_box-each .methodology-img img {
        width: 100%;
        max-width: 150px;
    }
    section.default-page div#content  .loop-page {  
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 20px;
    }
    section.default-page div#content .loop-page>.pagination {
        grid-column: span 1;
    }
    section.default-page div#content #searchform {
        padding: 20px 0px 0px;
        margin: 0 0 10px;
    }
    section.default-page {
        padding: 40px 0px 50px;
    }
    section.default-page div#content .loop-page>.pagination nav.navigation.pagination .nav-links a.page-numbers, section.default-page div#content .loop-page>.pagination nav.navigation.pagination .nav-links span.page-numbers {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }
    section.gamme-cstm-sec .cstm-post {
        grid-template-columns: repeat(1, 1fr);
    }
    section.notre-sec .row.prodt-all-he .main-product-img {
        max-width: 100%;
    }
    section.fiche-techniques-section .accordion .accordion-item .accordion-header, section.fiche-techniques-section .accordion .accordion-item .accordion-content .sub-accordion-item .sub-accordion-header {
        padding: 15px 25px;
        font-size: 20px;
    }
    section.techniques-sec .toggle-header h2, section.appel-material .toggle-header h2, section.techniques-material .toggle-header h2 {
        color: #D3031C;
        font-size: 22px;
    }
    section.appel-material {
        max-width: 100%;
    }
    section.techniques-material .row>.col-md-3 {
        max-width: 100%;
    }
    section.techniques-sec>.container>.row>.col-md-4 {
        max-width: 100%;
    }
        section.appel-material .row.appel-boder {
        margin: 30px 0px 0px;
    }
            .sub-accordion-item .sub-accordion-content h4 {padding: 0;margin: 0 0 12px;
    font-size:26px;
    }

    .sub-accordion-item .sub-accordion-content p {
        font-size:16px;
    }
        .header>.container .menu-navigation div#header-menu-container {
        height: calc(100vh - 170px);
    }
        .header>.container .menu-navigation {
        padding: 50px 0px 90px;
    }
        section.nav-bredgcrun .row.bredcrum nav.breadcrumb {

        font-size: 16px;
    }

    .products-section .products .product-item {
        max-width: 100%;
    }

    .products-section h1 {
        font-size: 35px;
        line-height: 1.2;
    }
}


section.data-material .col-md-4 p {
    white-space: pre-line;
}
.techniques-sec .row > .col-md-4 h4 {
    font-size: 17px;
    text-align: center;
    margin: 21px 0 0;
    color: #000;
    padding:0;
    margin:0;
}
.techniques-sec .row > .col-md-4 a{
 text-decoration:none !important;
}
.page-template-about-us .projects-section  h2 {
    padding-top: 20px;
}



body.single-gamme section.about-history.single-product-sec .history-description ul {
    list-style: none;
}

body.single-gamme section.about-history.single-product-sec .history-description ul li {
    font-size: 16px;
    line-height: 25px;
}

body.single-gamme section.about-history.single-product-sec .history-description ul li::before {position: absolute;height: 8px;width: 8px;background: #666;content: "";left: -14px;border-radius: 50%;top: 9px;}

body.single-gamme section.about-history.single-product-sec .history-description ul li {
    position: relative;
}