body.modaleCatalogue main{
    display: none;
}
body.modaleCatalogue .page-footer{
    display: none;
}

.block-navigation {
    height: 127px !important;
}

.block-navigation .navigation .navigation__list .navigation__item > .navigation__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--color-blue);
    font-weight: 700;
    text-transform: none;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.block-navigation .navigation .navigation__list .navigation__item > .navigation__link svg {
    width: 18px;
    margin: 0 7px 0 0;
}

.block-navigation .navigation .navigation__list .navigation__item > .navigation__link svg path {
    fill: var(--color-blue);
}

.block-navigation .navigation .navigation__list .navigation__item > .navigation__link svg.chevron {
    width: 14px;
    margin: 0 0 0 5px;
}
.block-navigation .navigation .navigation__list .navigation__item > .navigation__link:hover {
    color: var(--color-black)!important;
}

.block-navigation .navigation .navigation__list .navigation__item > .navigation__link:hover svg path {
    fill: var(--color-black);
}

.block-navigation nav.navigation .navigation__list .navigation__item .navigation__categories {
    left:-30px;
}
.block-navigation nav.navigation .navigation__list .navigation__item .navigation__categories .arrow {
    left:80px;
}
.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .categories-list {
    margin: 0;
    padding: 0;
    width: 100%;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .btn-outils {
    margin: 20px auto 15px auto;
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    background: var(--color-yellow);
    border: 2px solid var(--color-yellow);
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .btn-outils svg {
    width: 18px;
    margin: 0 5px 0 0;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .btn-outils svg path {
    fill: #fff;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .btn-outils:hover {
    background: var(--color-white);
    color: var(--color-yellow);
    text-decoration: none;
    border-color: var(--color-white);
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories .btn-outils:hover svg path {
    fill: var(--color-yellow);
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories.navigation__items {
    width: 300px;
    left: -50px;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories.navigation__items .arrow {
    left: 75px;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__items .categories-list.items-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.block-navigation .navigation .navigation__list .navigation__item .navigation__items .categories-list.items-list .navigation__link {

}

.block-navigation .navigation .navigation__list .navigation__item .navigation__categories.navigation__items .categories-list__menu {
    width: 100% !important;
}


.block-navigation nav.navigation {
    margin: 0;
    height: 127px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.block-navigation nav.navigation .container__row .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    padding:0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.block-navigation nav.navigation .container__row .container .container__column {
    width: 50%;
}

.block-navigation nav.navigation .container__row--top {

    padding: 5px 0;
}

.block-navigation nav.navigation .container__row--top .block-networks {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.block-navigation nav.navigation .container__row--top .block-networks .block-networks__title {
    color: #fff;
    font-size: 14px;
    margin: 0 15px 0 0;
}

.block-navigation nav.navigation .container__row--top .block-networks .btn {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0;
    border-radius: 50%;
    margin: 0 10px 0 0;
    position: relative;
}

.block-navigation nav.navigation .container__row--top .block-networks .btn::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background: none;
    border-radius: 50%;
    border: 1px solid #fff;
}

.block-navigation nav.navigation .container__row--top .block-networks .btn-facebook svg {
    width: 7px;
}

.block-navigation nav.navigation .container__row--top .block-networks .btn-linkedin svg {
    width: 10px;
}

.block-navigation nav.navigation .container__row--top .block-networks .btn-youtube svg {
    width: 12px;
}

.block-navigation nav.navigation .container__row--top .block-networks .btn svg path {
    fill: var(--color-blue);
}

.block-navigation nav.navigation .container__row--top .block-networks .btn:hover {
    background: var(--color-blue);
}

.block-navigation nav.navigation .container__row--top .block-networks .btn:hover svg path {
    fill: var(--color-white);
}

.block-navigation nav.navigation .container__row--top .num-phone {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #fff;
}

.block-navigation nav.navigation .container__row--top .num-phone .span-phone {
    margin: 0 10px 0 0;
}

.block-navigation nav.navigation .container__row--top .num-phone a {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.block-navigation nav.navigation .container__row--top .num-phone a:hover {
    color: var(--color-blue);
}

.block-navigation nav.navigation .container__row--top .num-phone a:hover svg path {
    fill: var(--color-blue);
}

.block-navigation nav.navigation .container__row--top .num-phone svg {
    width: 16px;
    margin: 0 5px 0 0;
}

.block-navigation nav.navigation .container__row--top .num-phone svg path {
    fill: #fff;
    transition: ease-out .3s;
}

.block-navigation nav.navigation .container__row--top {
    width: 100%;
    background: #494D58;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block-navigation nav.navigation .container__row--bottom {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.block-navigation nav.navigation .container__row--bottom .navigation_logo {
    margin: 10px 25px 10px 0;
}

.block-navigation nav.navigation .container__row--bottom .btn--connect {
    background: var(--color-yellow);
    color: #fff;
    padding: 0 25px;
}
.block-navigation nav.navigation .container__row--bottom .btn--connect:hover{
    background: var(--color-blue);
    color: #fff;
}

.block-navigation nav.navigation .container__row--bottom .btn--contact {
    font-size: 16px;
    color: var(--color-blue);
    text-transform: none;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
}

.block-navigation nav.navigation .container__row--bottom .btn--contact svg {
    width: 18px;
    margin: 0 10px 0 0
}
.block-navigation nav.navigation .container__row--bottom .btn--contact svg path {
    fill:var(--color-blue);
}
.block-navigation nav.navigation .container__row--bottom .btn--contact:hover{
    color: var(--color-black);
}
.block-navigation nav.navigation .container__row--bottom .btn--contact:hover svg path{
    fill: var(--color-black);
}
.block-navigation nav.navigation .container__row--bottom .navigation__list {
    background: none;
}

.block-navigation nav.navigation .container__row--bottom .navigation__list .navigation__item .navigation__link {
    color: var(--color-blue);
}
.block-navigation nav.navigation .container__responsive{
    display: none;
}
.acf-home-header {
    padding: 127px 0 0 0!important;
}

@media all and (max-width: 1000px) {
    .block-navigation nav.navigation .container__row--top {
        display: none;
    }

    .block-navigation nav.navigation .container__row--bottom {
        display: none;
    }
    .block-navigation nav.navigation .container__responsive--phone{
        height: 30px;
        background:#494D58;
        display: flex;
        align-items: center!important;
        justify-content: center!important;
        flex-direction: row!important;
    }
    .block-navigation nav.navigation .container__responsive {
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: initial;
        justify-content: space-between;
    }

    .block-navigation nav.navigation .container__responsive .container__column {
        height: 100%;
    }

    .block-navigation nav.navigation .container__responsive .container__column:nth-child(1) {
        padding: 0 0 0 15px;
    }

    .block-navigation nav.navigation .container__responsive .container__column:nth-child(2) {
        background: var(--color-yellow);
        padding: 0 15px 0 0;
    }

    .block-navigation nav.navigation {
        overflow: visible;
    }

    .block-navigation nav.navigation .navigation__list {
        display: block;
    }

    .block-navigation nav.navigation .navigation__list .navigation__item .navigation__categories .categories-list__menu {
        width: 100% !important;
        margin:0 0 30px 0!important;
    }
    .block-navigation nav.navigation .navigation__list .navigation__item:hover .navigation__categories{
        display: none!important;
    }
    .block-navigation nav.navigation .navigation__list .navigation__item .navigation__categories.active {
        display: block!important;
        width: 100vw;
        height: calc(100vh - 110px);
        position: fixed;
        padding-bottom:50px;
        top:110px;
        left:0;
        overflow-y: scroll;
    }

    .block-navigation .navigation .navigation__list .navigation__item .navigation__categories:after {
        display: none;
    }
    .block-navigation nav.navigation {
        height: 110px;
    }
    .block-navigation{
        height: 110px!important;
    }
    .acf-home-header{
        padding:110px 0 0 0!important;
    }

    .block-navigation nav.navigation .container__responsive--phone .num-phone {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 14px;
        color: #fff;
    }
    .block-navigation nav.navigation .container__responsive--phone .num-phone svg{
        width: 16px;
        margin: 0 5px 0 15px;
    }
    .block-navigation nav.navigation .container__responsive--phone .num-phone svg path {
        fill: #fff;
    }
    .block-navigation nav.navigation .container__responsive--phone .num-phone a{
        font-size: 14px;
        color: #fff;
        line-height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        margin: 0;
        padding: 0;
    }
}



.acf-home-header .carousel-item {
    height: 350px !important;
}

.acf-home-header .carousel-item .carousel-content .carousel-item__title {
    font-size: 34px !important;
}

.acf-home-header .carousel-item .carousel-content .carousel-item__title::after {
    bottom: 0 !important;
}


.home .section--articles .section__header .section__text {
    width: 100%;
    max-width: 1000px;
    margin: 25px auto 0 auto;
}

.home .section--articles .section__header .section__text p {
    width: 100%;
    text-align: center;
}


@media all and (max-width: 1000px) {


    .home .section--categories .section__content {
        justify-content: center;
    }

    .home .section--categories .section__content .category {
        width: calc(100% / 3 - 10px) !important;
        margin: 5px 5px;
    }
}


.home .section--blog .container {
    width: 100%;
    max-width: 100%;
}

.section--blog .section__content {
    width: 100%;
    max-width: 1400px;
    margin-top:50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section--blog .article {
    width: calc(100% - 20px);
    margin:0 auto;
}

.section--blog .section__more {
    margin: 75px 0 100px 0;
    background: var(--color-yellow);
    padding: 25px 0;
}

.home .section--blog .blog--carrousel .owl-item{
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .section--blog  .btn--carousel {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-black);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .3;
    outline: none;
    box-shadow: none;
    transition: ease-out .3s;
}

.home .section--blog  .btn--carousel:hover{
    background:var(--color-black);
    opacity: 1;
}
.home .section--blog  .btn--carousel svg {
    width: 10px;
}
.home .section--blog  .btn--carousel svg path{
    fill:#fff;
}

.home .section--blog .blog-carousel {
    width: calc(100% - 100px);
}


@media all and (max-width:  800px){

    .home .section--blog .blog-carousel {
        width: calc(100% - 80px);
    }
    .home .section--blog .container {
        padding:0 5px;
    }
    .section--blog .section__content {
        flex-wrap: wrap;
    }
    .home .section--blog .blog-carousel {
        order:1;
        width: 100%;
    }
    .home .section--blog  .btn--previous{
        order:2;
        margin:15px 5px;
    }
    .home .section--blog  .btn--next{
        order:3;
        margin:15px 5px;
    }
}


.section--blog .section__more .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
}

.section--blog .section__more .block__text {
    margin: 0;
    padding: 0;
    color: var(--color-white);
    font-size: 24px;
    font-style: italic;
}

.section--blog .section__more .btn {
    background: var(--color-white);
    color: var(--color-yellow);
    border: 2px solid var(--color-white);
}

.section--blog .section__more .btn:hover {
    background: var(--color-yellow);
    color: var(--color-white);
}


@media all and (max-width: 1350px) {

    .section--blog .article {
        margin:0 10px;
    }
}

@media all and (max-width: 1000px) {
    .section--blog .articles-list {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section--blog .article {
        margin:15px 15px;
    }
}


@media all and (max-width: 900px) {
    .section--blog .section__more .block__text {
        font-size: 20px;
    }
}

@media all and (max-width: 750px) {

    .section--blog .section__more .container {
        flex-direction: column;
    }
    .section--blog .section__more .btn {
        margin-top:15px;
    }

    .section--blog .article {
        margin:15px auto;
        width: 100%;
    }
}
@media all and (max-width: 500px) {
    .section--blog .section__more .block__text {
        width: 100%;
        text-align: center;
    }
    .section--blog .section__more .block__text span {
        display: block;
    }
    .section--blog .section__more .column {
        width: 100%;
    }
    .section--blog .section__more .btn {
        width: 100%;
        line-height: 40px;
    }
}


.page-classic__header {
    margin: 127px 0 0 0!important;
}

@media all and (max-width: 1000px){
    main .page-classic__header {
        margin: 110px 0 0 0 !important;
    }
}


.block-pubs {
    width: 300px;
    background: #fff;
    position: relative;
    margin: 25px auto;
    border: 3px solid var(--color-yellow)
}


.page-id-1098 .block-pubs::after {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    position: absolute;
    top: -8px;
    left: -8px;
    border: 2px solid #fff;
    pointer-events: none;
}


.block-pubs .carousel-item {
    height: 300px;
    width: 300px;
    position: relative;
}

.block-pubs .carousel-item .carousel-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    font-size: 14px;
}

.block-pubs .carousel-control-prev-icon,
.block-pubs .carousel-control-next-icon {
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-pubs .carousel-control-prev-icon svg,
.block-pubs .carousel-control-next-icon svg {
    height: 30px;
    fill: #fff;
}


.section--models {
    margin: 100px 0;
}

.section--models .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section--models .section__header {
    width: 100%;
}

.section--models .section__header .section__title {
    width: 100%;
    text-align: center;
}

.section--models .section__header .section__subtitle {
    width: 100%;
    text-align: center;
}

.section--models .section__content {
    width: 100%;
}

.section--models .models-list {
    width: 100%;
    margin: 25px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.section--models .models-list .models-item {
    margin: 25px 10px 25px 0;
    border: 2px solid var(--color-yellow);
    padding: 15px;
    width: 250px;

}

.section--models .models-list .models-item .model__title {
    width: 100%;
    text-align: center;
    color: #27235D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0 5px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section--models .models-list .models-item .figure {
    width: 100%;
    height: 150px;
    position: relative;
}

.section--models .models-list .models-item .btn-technique {
    width: 100%;
    background: #424D58;
    border-color: #424D58;
    font-size: 12px;

}

.section--models .models-list .models-item .btn-technique:hover {
    color: #424D58;
    background: #fff;
}

.section--models .models-list .models-item img {
    max-width: 100%;
}

.section--videos {
    margin: 100px 0;
}

.section--videos .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section--videos .section__header {
    width: 100%;
}

.section--videos .section__header .section__title {
    width: 100%;
    text-align: center;
}

.section--videos .section__header .section__subtitle {
    width: 100%;
    text-align: center;
}

.section--videos .section__content {
    width: 100%;
}

.section--videos .videos-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.section--videos .videos-list .videos-item {
    margin: 25px 10px 25px 0;
    border: 2px solid var(--color-yellow);
    padding: 15px;
    width: 400px;

}

.section--videos .videos-list .videos-item .videos__title {
    width: 100%;
    text-align: center;
    color: #27235D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0 5px;
    margin: 10px 0 0 0px;
    font-weight: 700;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.section--videos .videos-list .videos-item .figure {
    width: 100%;
    height: 200px;
    position: relative;
}

.section--videos .videos-list .videos-item .figure iframe {
    width: 100%;
    height: 100%;
}

.section--faq {
    margin: 100px 0;
}

.section--faq .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section--faq .section__header {
    width: 100%;
}

.section--faq .section__header .section__title {
    width: 100%;
    text-align: center;
}

.section--faq .section__header .section__subtitle {
    width: 100%;
    text-align: center;
}

.section--faq .section__content {
    width: 100%;
}

.section--faq .faq-list {
    width: 100%;
}

.section--faq .faq-list .faq-item {
    margin: 25px 0;
    overflow: hidden;
    border: 2px solid var(--color-yellow);
    cursor: pointer;
    padding: 15px;
}

.section--faq .faq-list .faq-item:hover {
    background: var(--color-yellow);
    color: #fff;
}

.section--faq .faq-list .faq-item .btn-questions {
    width: 100%;
    text-align: left;
    color: #27235D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.section--faq .faq-list .faq-item .response {
    height: 0px;
    overflow: hidden;
}

.section--faq .faq-list .faq-item.active .response {
    height: auto;
}

.single-product #carousel-thumbnails .carousel-item,
.single-product #carousel-thumbnails .carousel-item.active {
    width: 400px;
    height: 300px;
    background: #fff;
}

.single-product .section-product .carousel-thumbnails .carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.block-search__text {
    color: #fff;
    font-style: italic;
    width: 100%;
    max-width: 350px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin: 3px 0 0 0;
    padding: 0;
}

.block-search__text a {
    font-weight: 700;
    text-decoration: underline;
    color: #fff;
}

.block-search__text a:hover {
    color: #FDCD0C;
}

@media all and (max-width: 992px) {
    .block-search__text {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        line-height: 25px;
    }
}


.block-navigation-responsive .div-languages {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin: 50px 0 0px 0;
}

.block-navigation-responsive .div-languages .languages-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.block-navigation-responsive .div-languages .languages-list li {
    margin: 5px 0;
}

.block-navigation-responsive .div-languages .languages-list a {
    font-size: 16px;
    color: var(--color-blue);
    margin: 0 10px;;
}






.acf-home-label::before {
    content: '';
    position: absolute;
    bottom: -125px;
    left: -80px;
    background: url(https://www.elrm.fr/wp-content/uploads/2022/05/Excavator-Mockup.png) center center no-repeat;
    background-size: contain;
    width: 450px;
    height: 450px;
    opacity: .2;
    z-index: 100;
    transform: rotateY(180deg);
}



.block--infos {
    margin: 100px 0;
    background: var(--color-yellow);
    padding: 50px 0;
}

.block--infos .container {
    width: calc(100% - 100px);
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block--infos .items-carousel {
    width: calc(100% - 100px);
}

.block--infos  .btn--carousel {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .3;
    outline: none;
    box-shadow: none;
    transition: ease-out .3s;
}

.block--infos .btn--carousel:hover {
    background: var(--color-blue);
    opacity: 1;
}

.block--infos .btn--carousel svg {
    width: 10px;
}

.block--infos .btn--carousel svg path {
    fill: #000;
    opacity: .4;
}
.block--infos .btn--carousel:hover svg path {
    fill: #fff;
    opacity: 1;
}


.block--infos .items-carousel .item {
    background: #fff;
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.block--infos .items-carousel .item .figure {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: none;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;


}
.block--infos .items-carousel .item .figure img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: none;
}

.block--infos .items-carousel .item .item__title {
    min-height: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: var(--color-blue);
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    margin: 5px 0 5px 0;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.block--infos .items-carousel .item .item__content{

}
.block--infos .items-carousel .item .item__title span {
    display: block;
}

.block--infos .items-carousel .item .item__text {
    color: #000;
    height: 160px;
    overflow-y:auto ;
    text-align: center;
    margin:0;
}

@media all and (max-width: 1100px){
    .block--infos .items-carousel .item .item__text {
        height: 250px;
    }
}

@media all and (max-width: 600px){
    .block--infos .container{
        max-width: 100%;
        width: 100%;
    }
    .block--infos .container{
        justify-content: center;
        flex-wrap: wrap;
    }
    .block--infos .items-carousel{
        order:1;
        width: 100%;
    }
    .block--infos .btn--previous {
        order:2;
        margin:15px 5px;
    }
    .block--infos .btn--next {
        order:3;
        margin:15px 5px;
    }
}