@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital@0;1&display=swap');
/* info global */

:root {
    /* ===== Colors ===== */
    --Heading_color: #707680;
    --button-background-color: #33BCAD;
    --white-color: #fff;
    --blue-color: #004463;
    /* ===== fonts family===== */
    --Brand_title_fonts: 'Cambria', Arial, Helvetica, sans-serif;
    --Brand_title_fonts-cambria-bold: 'Cambriabold', Arial, Helvetica, sans-serif;
    /* ===== fonts weight===== */
    --Brand_description_fonts: 'Fira Sans', Arial, Helvetica, sans-serif;
    /* ===== fonts size ===== */
    --Brand_title_size_level_one: 36px;
    --Brand_title_size_level_two: 30px;
    --Brand_title_size_level_three: 20px;
}

body {
    background-color: #FAFAFA;
}

.clear {
    clear: both;
}

.dropdown-toggle::after {
    display: none;
}


/* ======================================
       start header top
====================================== */
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}

/* Styles pour le dropdown */
.navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.navbar-nav li a {
    color: var(--Heading_color);
    list-style: none;
    text-decoration: none;
    font-family: "Cambria";
    font-size: 16px;
    font-weight: bold;
}

.navbar-nav .menu-item {
    position: relative;
}

.navbar-nav .menu-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--Heading_color);
    transition: width 0.3s ease;
}

.navbar-nav .menu-item:hover::before {
    width: 100%;
}

.navbar-nav .menu-item .sub-menu li:hover::before {
    width: 0%;
    border: none;
}

.navbar-nav .menu-item:hover .sub-menu {
    display: block;
}

.sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    top: 100%;
    left: 0;
    padding: 0;
    width: 200px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.sub-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: var(--Heading_color);
}

.sub-menu li a {
    padding: 10px;
    text-decoration: none;
    color: var(--Heading_color);
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 14px;
    list-style: none;
}

.sub-menu li .sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    top: 0;
    left: 100%;
    padding: 0;
    width: 200px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* Empêche l'affichage du deuxième niveau de la classe sub-menu lorsqu'on survole navbar-nav */
.navbar-nav:hover .sub-menu,
.navbar-nav:hover .menu-item .sub-menu {
    display: none;
}

/* Affiche le deuxième niveau du sous-menu lorsqu'on survole le premier niveau */
.navbar-nav .menu-item:hover>.sub-menu,
.navbar-nav .menu-item .sub-menu li:hover .sub-menu {
    display: block;
}

.header-top {
    background: #6d6d74;
    padding: 6px 0;
}

.header-top .header-top-flex {
    display: flex;
    justify-content: end;
    gap: 43px;
}

.header-custom {
    display: flex;
}

.header-top a.apoges {
    padding: 0px 15px;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    text-decoration: none;
    text-transform: uppercase;
    line-height: 23px;
    height: 25px;
    font-size: 14px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
}

.header-top a.espace {
    background: var(--white-color);
    padding: 2px 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #6d6d74;
    font-size: 14px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    height: 25px;
    line-height: 23px;
}

.header-top .content-search {
    position: relative;
}

.header-top form {
    background: var(--white-color);
    text-transform: uppercase;
    text-decoration: none;
    color: #6d6d74;
    font-size: 14px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    height: 25px;
    line-height: 23px;
}

.header-top .content-search input {
    padding: 2px 12px;
    text-decoration: none;
    color: #6d6d74;
    font-size: 14px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    height: 25px;
    line-height: 23px;
    border: none;
    width: 100%;
}

.header-top .content-search i {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    color: var(--Heading_color);
}

.header-top .content-search button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.header-top input[type="text"] {
    width: 137px;
    outline: none;
    border: none;
    padding: 5px 7px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    height: 25px;
    line-height: 23px;
}

/* ======================================
      end header top
====================================== */


/* ======================================
       start search
====================================== */
.la-loi.page-filter.search {
    font-size: 36px;
    color: var(--Heading_color);
    font-family: var(--Brand_title_fonts);
    font-weight: bold;
    display: table;
    margin: auto;
    margin-bottom: 90px;
}

.la-loi.page-filter div div h2 a {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: var(--Heading_color);
    text-decoration: underline;
}

.la-loi.page-filter p {
    position: relative;
    /* font-size: 24px; */
    /* font-weight: bold; */
    color: var(--Heading_color);
    text-decoration: none;
}

.la-loi.page-filter p a {
    position: relative;
    /* font-size: 24px; */
    /* font-weight: bold; */
    color: var(--Heading_color) !important;
}

.search-title {
    margin-top: 50px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.search-description {
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--Heading_color);
}

.search-description a {
    color: var(--Heading_color);
}

/* ======================================
      end search
====================================== */

/* ======================================
       start navbar
====================================== */
.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 15px 0 20px 0;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navbar {
    flex-wrap: nowrap;
    justify-content: flex-start;
    background: rgb(250 250 248);
    padding: 3px 0;
}

.navbar-nav .dropdown-menu {
    border: none;
    background: var(--white-color);
}

.navbar i.far.fa-search.search {
    font-size: 26px;
    color: #6d6d74
}

.navbar a.navbar-brand {
    display: inline-block;
    /* width: 146px; */
    /* height: 73px; */
    padding: 0 0;
}

span.after.after_menu.final_setp.active {
    transform: rotate(0deg);
    text-align: right;
    right: -6px;
}

@keyframes rotateY-anim {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.navbar a.navbar-brand:hover .animation-img {
    animation: rotateY-anim 0.8s linear infinite;
}

.navbar button.navbar-toggler.no-active .navbar-toggler-icon {
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
}

.navbar button.navbar-toggler {
    border: none;
    outline: none;
    box-shadow: inherit;
}

.navbar .dropdown-item {
    padding: 7px 35px;
    font-size: 14px;
    font-family: var(--Brand_description_fonts);
    color: #707680;
}

.navbar .dropdown-item.active {
    font-weight: 600;
    background-color: var(--white-color);
    color: #4F5960;
}

li.nav-item.dropdown ul.dropdown-menu.open .dropdown-item.active:after {
    transform: rotate(0deg);
    color: #4F5960;
}

.navbar-nav .dropdown-menu li {
    position: relative;
}

.navbar-nav .dropdown-menu li ul.dropdown-menu-two {
    position: absolute;
    top: 0;
    right: -81%;
    left: inherit;
    padding: 12px 0;
    background: var(--white-color);
    list-style: none;
    border-radius: var(--bs-dropdown-border-radius);
    display: none;
}

.navbar-nav .dropdown-menu li:hover ul.dropdown-menu-two,
.navbar-nav .dropdown-menu li:focus ul.dropdown-menu-two {
    display: block;
}

.navbar-nav .dropdown-menu li ul.dropdown-menu-two li a {
    display: block;
    width: 100%;
    padding: 7px 10px;
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-nav .dropdown-menu li ul.dropdown-menu-two li a span {
    font-size: 13px;
    text-transform: none;
    padding: 7px 10px;
}

.navbar-nav .dropdown-menu li ul.dropdown-menu-two li a.active {
    color: #5AAD10;
}


/*.navbar a.navbar-brand img:first-of-type {
    height: 73px;
    width: 148px;
}

.navbar a.navbar-brand img:last-of-type {
    height: 73px;
    width: 53px;
}*/

.navbar .navbar-nav .nav-item .nav-link {
    padding: 5px 35px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Cambria";
    color: #707680;
}

.navbar .navbar-nav .nav-item:not(.dropdown) .nav-link {
    margin-right: 24px;
}

.navbar .navbar-nav .nav-item:last-of-type .nav-link {
    padding: 5px 0 5px 35px;
    margin-right: 0;
}

.navbar .navbar-nav .nav-item:first-of-type .nav-link {
    margin-left: 0;
}

.navbar-collapse.collapse.show .content-input {
    display: block;
}

.nav-item.dropdown span.after {
    width: 22px;
    height: 13px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 14px;
    transform: translateY(-50%);
    opacity: 0;
}

.nav-item.dropdown span.after::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: inherit;
    content: "\f078";
    border-top: inherit;
    border-right: inherit;
    border-bottom: 0;
    border-left: inherit;
    font-family: "Font Awesome 5 Pro";
    opacity: 1;
}

ul.nav-espace {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

ul.nav-espace li:first-of-type {
    margin-bottom: 40px;
}

ul.nav-espace li a {
    color: var(--white-color);
    background: var(--Heading_color);
    display: inline-block;
    padding: 1px 16px;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
    font-family: var(--Brand_description_fonts);
    margin: 0;
}


/* ======================================
        end navbar
====================================== */


/* ======================================
            start carousel
====================================== */

div#carouselExampleCaptions {
    height: 455px;
}

div#carouselExampleCaptions button.carousel-control-prev,
div#carouselExampleCaptions button.carousel-control-next,
.carousel-indicators {
    display: none;
}

div#carouselExampleCaptions .carousel-item {
    height: 455px;
    background-size: cover;
    background-position: right;
}


/* =================== */


/* =================== */


/* =================== */

div#carouselExampleCaptions-no-2 {
    display: none;
}

div#carouselExampleCaptions .carousel-item.p3-img1 {
    background-image: url(../images/SlideHotellerie.png);
}

div#carouselExampleCaptions .carousel-item.p3-img2 {
    background-image: url(../images/SlideHotellerie.png);
}

div#carouselExampleCaptions .carousel-item.p3-img3 {
    background-image: url(../images/SlideHotellerie.png);
}


/* =================== */

div#carouselExampleCaptions .carousel-item.p4-img1 {
    background-image: url(../images/SlideDariusRestaur.png);
}

div#carouselExampleCaptions .carousel-item.p4-img2 {
    background-image: url(../images/SlideDariusRestaur.png);
}

div#carouselExampleCaptions .carousel-item.p4-img3 {
    background-image: url(../images/SlideDariusRestaur.png);
}


/* =================== */

div#carouselExampleCaptions .carousel-item.p5-img1 {
    background-image: url(../images/SlideBlogDetail.png);
}

div#carouselExampleCaptions .carousel-item.p5-img2 {
    background-image: url(../images/SlideBlogDetail.png);
}

div#carouselExampleCaptions .carousel-item.p5-img3 {
    background-image: url(../images/SlideBlogDetail.png);
}


/* =================== */

div#carouselExampleCaptions .carousel-item.p6-img1 {
    background-image: url(../images/SlideContact.png);
}

div#carouselExampleCaptions .carousel-item.p6-img2 {
    background-image: url(../images/SlideContact.png);
}

div#carouselExampleCaptions .carousel-item.p6-img3 {
    background-image: url(../images/SlideContact.png);
}


/* =================== */

div#carouselExampleCaptions .carousel-item.p7-img1 {
    background-image: url(../images/SlideBlogDetail.png);
}

div#carouselExampleCaptions .carousel-item.p7-img2 {
    background-image: url(../images/SlideBlogDetail.png);
}

div#carouselExampleCaptions .carousel-item.p7-img3 {
    background-image: url(../images/SlideBlogDetail.png);
}


/* =================== */

div#carouselExampleCaptions .carousel-item.p8-img1 {
    background-image: url(../images/SlideDariusExprtises.png);
}

div#carouselExampleCaptions .carousel-item.p8-img2 {
    background-image: url(../images/SlideDariusExprtises.png);
}

div#carouselExampleCaptions .carousel-item.p8-img3 {
    background-image: url(../images/SlideDariusExprtises.png);
}


/* =================== */

div#carouselExampleCaptions .carousel-item.p9-img1 {
    background-image: url(../images/SlideFaQ.png);
}


div#carouselExampleCaptions .carousel-item.p9-img2 {
    background-image: url(../images/SlideFaQ.png);
}

div#carouselExampleCaptions .carousel-item.p9-img3 {
    background-image: url(../images/SlideFaQ.png);
}

div#carouselExampleCaptions .carousel-item.p9-img4 {
    background-image: url(../images/SlideSearchResult.jpg);
}

/* =================== */

div#carouselExampleCaptions .carousel-item>img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

.carousel-caption {
    position: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    padding-top: inherit !important;
    padding-bottom: inherit !important;
    color: #fff;
    text-align: center;
}

div#carouselExampleCaptions .carousel-caption img.logo-eliae {
    width: 158px;
    height: 158px;
    object-fit: cover;
}

.carousel-caption {
    position: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    padding-top: inherit;
    padding-bottom: inherit;
    color: #fff;
    text-align: center;
}

div#carouselExampleCaptions .carousel-caption {
    text-align: left;
    color: var(--Heading_color);
    width: 100%;
    font-family: var(--Brand_title_fonts);
    font-weight: bold;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 455px;
    top: 0;
}

div#carouselExampleCaptions .carousel-caption.hotellerie {
    display: flex;
    flex-direction: revert;
    justify-content: start;
    align-items: center;
    gap: 22px;
    height: 445px;
    padding: 0;
}

div#carouselExampleCaptions .carousel-caption.hotellerie h5 {
    margin-bottom: 0;
}

div#carouselExampleCaptions .carousel-caption a.btn-green {
    width: 300px;
    letter-spacing: 1px;
}

div#carouselExampleCaptions .carousel-caption h5,
div#carouselExampleCaptions-no-2 h5 {
    font-size: 48px;
    color: #707680;
    font-family: "Cambria";
    font-weight: bold;
    /* max-width: 60%; */
    margin-bottom: 15px;
    margin-left: 25px;
    line-height: 52px;
}

div#carouselExampleCaptions .carousel-caption.titre_blog_single h5,
div#carouselExampleCaptions-no-2 h5 {
    font-size: 48px;
    color: #707680;
    font-family: "Cambria";
    font-weight: bold;
    max-width: 60%;
    margin-bottom: 15px;
    margin-left: 25px;
    line-height: 52px;
}

div#carouselExampleCaptions-no-2 h5 {
    font-size: 28px;
    text-align: left;
    font-family: "Cambria";
    font-weight: bold;
    line-height: 30px;
    max-width: 100%;
}

div#carouselExampleCaptions-no-2 p {
    max-width: 808px;
}

div#carouselExampleCaptions .carousel-caption h5:not(.no-margin),
div#carouselExampleCaptions-no-2 h5 {
    margin-left: 0;
}

div#carouselExampleCaptions .carousel-caption p,
div#carouselExampleCaptions .carousel-caption .banner_desc,
div#carouselExampleCaptions-no-2 p {
    font-size: 16px;
    color: var(--Heading_color);
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    max-width: 510px;
}

div#carouselExampleCaptions-no-2 p {
    font-size: 14px;
    text-align: left;
}

div#carouselExampleCaptions .carousel-caption.expertises-details .carousel-desc {
    display: flex;
    flex-direction: column;
    align-items: start;
}

div#carouselExampleCaptions .carousel-caption.expertises-details .carousel-desc h5.title-expertises {
    line-height: 40px;
    margin-bottom: 20px;
}

div#carouselExampleCaptions .carousel-caption.expertises-details p {
    font-weight: 400;
    font-size: 16px;
    color: var(--blue-color);
    font-family: inherit;
    width: 434px;
    margin-bottom: 0;
}

.elementor-123 .elementor-element.elementor-element-1f0617e0 {
    margin-top: 90px;
    margin-bottom: 40px !important;
}

/* ======================================
            end carousel
====================================== */


/* ======================================
            start section marketing
====================================== */

div#carouselExampleCaptions-no-2 {
    padding: 50px 0 60px;
}

div#carouselExampleCaptions-no-2 .btn-green.decouvrir {
    width: 100%;
    margin-top: 25px;
}


/* ======================================
           start section marketing
====================================== */
/* ======================================
           start section breadcrumb
====================================== */
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    color: var(--Heading_color);
    font-family: 'Fira Sans';
    text-decoration: none;
}

.breadcrumb a {
    color: var(--Heading_color);
    font-family: 'Fira Sans';
    text-decoration: none;
}

/* ======================================
     start section dernieres articles
====================================== */

.der-articles {
    padding-top: 65px;
    padding-bottom: 65px;
    /* text-align: justify; */
}

.der-articles h2 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    display: table;
    margin: 0 auto 75px;
    font-family: "Cambria";
    font-weight: bold;
    color: var(--Heading_color);
}

.der-articles h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--Heading_color);
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
}

.der-articles .item {
    padding: 0 52px;
}

.der-articles .slick-slider {
    margin: 0 -51px;
}

.der-articles .item-desc {
    /*    width: 300px;*/
    margin: 0 auto 45px;
}

.der-articles .item-desc a {
    text-decoration: none;
}

.der-articles .item-desc .content-img {
    margin-bottom: 20px;
    height: 250px;
    display: block;
}

.der-articles .item-desc .content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.der-articles .item-desc h5 a,
.der-articles .item-desc h5 {
    padding-bottom: 8px;
    font-size: 19px;
    font-family: var(--Brand_title_fonts);
    color: var(--Heading_color);
    font-weight: bold;
    text-decoration: none;
    height: auto !important;
    display: block !important;
    margin-left: 0 !important;
}

.der-articles .item-desc .content-cat {
    position: relative;
    font-family: var(--Brand_title_fonts);
    color: var(--Heading_color);
    display: block !important;
    padding-bottom: 35px;
}

.der-articles .item-desc h5 a {
    font-family: Cambriabold;
    font-weight: 400;
}

.der-articles .item-desc div.content-cat:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--Heading_color);
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
}

.der-articles .item-desc p {
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--Heading_color);
    text-align: justify;
}

.der-articles button.slick-prev.slick-arrow {
    width: 27px;
    height: 54px;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    z-index: 1;
}

.der-articles .slick-prev:before {
    color: var(--Heading_color);
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 63px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 100;
    width: 28px;
    height: 54px;
    background-image: url('../images/fleche-gauche.png');
}

.der-articles button.slick-next.slick-arrow {
    width: 27px;
    height: 54px;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    z-index: 1;
}

.der-articles .slick-next:before {
    color: var(--Heading_color);
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 64px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 100;
    width: 28px;
    height: 54px;
    background-image: url('../images/fleche-droite.png');
}


/* ======================================
     end section dernieres articles
====================================== */


/* ======================================
     start section reseau apogrees
====================================== */

section.reseau-apogress {
    padding: 0;
    color: var(--Heading_color);
}

section.reseau-apogress h2 {
    font-size: 36px;
    font-family: "Cambria";
    font-weight: bold;
    /* padding-right: 164px; */
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
    color: var(--Heading_color);
}

section.reseau-apogress h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--Heading_color);
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
}

section.reseau-apogress h3 {
    font-size: 30px;
    font-family: "Cambria";
    font-weight: bold;
    margin-bottom: 30px;
    color: var(--Heading_color);
}

section.reseau-apogress p {
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--Heading_color);
}

section.reseau-apogress .content-img {
    position: relative;
    height: 500px;
}

section.reseau-apogress .content-img .img-apogress-bottom {
    height: 100%;
    width: 100%;
}

section.reseau-apogress .content-img .img-apogress-bottom img {
    height: 100%;
    object-fit: cover;
}

section.reseau-apogress .img-apogress-top {
    position: absolute;
    top: -13vh;
    left: -127px;
    width: 260px;
    height: 260px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
    z-index: 11111111;
}

section.reseau-apogress .img-apogress-top img {
    /*
    width: 100%;
    height: 100%;
    */
    z-index: 1111111111;
}

section.reseau-apogress .adherent {
    margin-top: 103px;
    margin-bottom: 66px;
}

section.reseau-apogress .adherent h4,
section.reseau-apogress .pas-encore h4 {
    font-size: 20px;
    font-family: var(--Brand_title_fonts);
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--Heading_color);
}

section.reseau-apogress .adherent p,
section.reseau-apogress .pas-encore p {
    font-size: 20px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
}

section.reseau-apogress .adherent p {
    font-size: 20px;
}

section.reseau-apogress .pas-encore p a {
    color: var(--Heading_color);
    text-decoration: underline;
}


/* ======================================
     end section reseau apogrees
====================================== */


/* ======================================
     start section achats
====================================== */

section.achats {
    background: var(--button-background-color);
    color: var(--white-color);
    padding: 60px 0;
}

section.achats b,
section.achats strong {
    font-weight: bolder;
    color: var(--white-color);
}

section.achats h2 {
    position: relative;
    font-size: 36px;
    font-family: "Cambria";
    font-weight: bold;
    display: table;
    margin: 0 auto 78px;
    text-transform: none;
    padding-bottom: 10px;
}

section.achats h2::first-letter {
    text-transform: uppercase;
}

section.achats h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--white-color);
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
}

section.achats .content-achats {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}

section.achats .content-achats .img-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.achats .content-achats p {
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    color: white;
}

/* section.achats .content-achats .img-content {
    height: 462px;
} */

section.achats .img-content img {
    width: 100%;
}


/* ======================================
     end section achats
====================================== */


/* ======================================
     start produits arm
====================================== */

section.arm-products {
    padding: 75px 0 100px;
    text-align: center;
}

section.arm-products .all-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 60px 0;
}

section.arm-products .all-products img {
    /* width: 105px; */
    /* height: 105px; */
    margin: 0 auto 13px;
}

section.arm-products .all-products img.imghover {
    display: none;
}

section.arm-products .all-products .item h4 {
    font-size: 27px;
    font-family: var(--Brand_title_fonts);
    color: var(--Heading_color);
    text-transform: capitalize;
    font-weight: 700;
}

section.arm-products h2 {
    position: relative;
    font-size: 36px;
    font-family: "Cambria";
    font-weight: bold;
    display: table;
    margin: 0 auto 60px;
    padding-bottom: 10px;
    color: var(--Heading_color);
}

section.arm-products h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--Heading_color);
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
}

a.btn-green {
    background: var(--button-background-color);
    text-align: center;
    padding: 12px 63px;
    display: table;
    color: var(--white-color);
    text-decoration: none;
    font-size: 20px;
    font-family: var(--Brand_title_fonts);
    margin-top: 25px;
    font-weight: bold;
    margin: inherit;
}

a.btn-green.decouvrir {
    margin-top: 20px;
    padding: 12px 95px;
    transition: 0.3s;
}

a.btn-green.decouvrir:hover {
    color: var(--button-background-color);
    background: transparent;
    box-shadow: 0 0 0 1px var(--button-background-color);
}


/* ======================================
     end produits arm
====================================== */


/* ======================================
     end produits arm
====================================== */


/* ======================================
     start section accompagement
====================================== */

section.reseau-apogress.accompagement {
    position: relative;
    color: var(--white-color);
    padding: 70px 0 150px;
}

section.reseau-apogress.accompagement h2 {
    color: var(--white-color);
    padding-right: 0;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

section.reseau-apogress.accompagement p,
section.reseau-apogress.accompagement a {
    color: var(--white-color);
}

section.reseau-apogress.accompagement::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 90px;
    right: 0;
    left: 0;
    background: var(--blue-color);
    z-index: -1;
}

section.reseau-apogress.accompagement h2:after {
    background: var(--white-color);
}

section.reseau-apogress.accompagement a.btn-green {
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}

section.reseau-apogress.accompagement a.btn-green:hover {
    color: var(--button-background-color);
    background: transparent;
    box-shadow: 0 0 0 1px var(--button-background-color);
}

section.reseau-apogress.accompagement .img-apogress-top {
    position: absolute;
    left: -91px;
    top: -70px;
    width: 184px;
    height: 184px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
}

section.reseau-apogress.accompagement .content-img {
    margin-left: auto;
}

section.reseau-apogress.accompagement .content-img .img-apogress-bottom {
    height: 100%;
}


/* ======================================
     end section accompagement
====================================== */


/* ======================================
     start section logos
====================================== */

section.logos {
    padding: 0px 20px 90px;
    text-align: center;
}

section.logos h2 {
    font-size: 36px;
    font-family: "Cambria";
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    display: table;
    margin: 0 auto 30px;
    color: var(--Heading_color);
}

section.logos h2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--Heading_color);
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
}

section.logos h3 {
    font-size: 30px;
    font-family: var(--Brand_title_fonts);
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    display: table;
    margin: 0 auto 25px;
    color: var(--Heading_color);
}

section.logos .item-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 168px;
}

section.logos button.slick-next.slick-arrow {
    width: 28px;
    height: 55px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

section.logos .slick-next:before {
    color: var(--Heading_color);
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 57px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 100;
    width: 28px;
    height: 55px;
    background-image: url(../images/fleche-droite-part.png);
    opacity: 1;
}

section.logos button.slick-prev.slick-arrow {
    width: 28px;
    height: 55px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

section.logos .slick-prev:before {
    color: var(--Heading_color);
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 51px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 100;
    width: 28px;
    height: 55px;
    background-image: url(../images/fleche-gauche-part.png);
    opacity: 1;
}


/* ======================================
     end section logos
====================================== */


/* start footer */

footer {
    padding: 32px 0 35px;
    background: var(--Heading_color);
    color: var(--white-color);
}

footer .logo-footer {
    width: 243px;
    height: 93px;
    padding: 3px 7px 7px 7px;
    background: white;
}

footer .content-footer h3 {
    text-transform: uppercase;
    font-family: var(--Brand_title_fonts);
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 25px;
}

footer .content-footer ul.footer-list {
    margin: 22px 0 0 0;
}

footer .content-footer ul {
    list-style: none;
    padding: 0;
    font-family: var(--Brand_title_fonts);
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

footer .content-footer ul li:not(:last-of-type) {
    margin-bottom: 18px;
}

footer .content-footer ul.footer-list li {
    margin-bottom: 19px;
}

footer .content-footer ul li a {
    color: var(--white-color);
    text-decoration: none;
}

footer .f-networks {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 38px;
}

footer .f-networks .footer-netowrks {
    margin-top: 30px;
    position: relative;
}

footer .content-footer .f-networks.solution ul li a {
    font-family: var(--Brand_title_fonts);
    font-weight: 400;
    font-size: 14px;
    color: white;
}

footer .f-networks .footer-netowrks a {
    color: var(--white-color);
}

footer .f-networks .footer-netowrks i {
    padding: 15px;
    border: 2px solid var(--white-color);
}

footer .f-networks .footer-netowrks i:first-of-type {
    margin-right: 30px;
}

footer img.to-top {
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: 999;
    border: none !important;
    padding: 0 !important;
    width: 54px;
    height: 28px;
    margin: 0 !important;
    line-height: 35px;
}


/* end footer */


/* =========================================
        start page hotellerie
========================================= */


/* start carousel-caption.hotellerie */

.carousel-caption.hotellerie h5 {
    display: inline-block;
}


/* end carousel-caption.hotellerie */
section.solutions {
    color: var(--Heading_color);
}

section.solutions.hotellerie {
    padding: 0;
    margin-top: 90px;
}

section.solutions h3.solution {
    font-size: 30px;
    color: var(--Heading_color);
    margin-bottom: 40px;
    font-weight: bold;
    font-family: "Cambria";
}

section.solutions h4.solution {
    font-size: 30px;
    font-family: var(--Brand_title_fonts);
    color: var(--Heading_color);
    margin-bottom: 20px;
}

section.solutions .solution.filters-solutions~ul,
section.la-loi.page-filter .content-filter .filters-solutions~ul {
    display: none;
}

section.solutions div.nav-solution .nav-cat ul {
    margin: 0;
    padding: 0;
}

.level0.link.link_category {
    padding: 10px 10px 10px 25px;
    width: 100%;
    list-style-type: none;
    cursor: pointer;
    border-radius: 0px;
    position: relative;
    font-family: "Fira Sans";
    font-weight: 500;
    color: var(--Heading_color);
    text-decoration: none;
    font-size: 20px;
}

.level0.link.link_category::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    top: 12px;
    left: 0;
    bottom: inherit;
    font-weight: 300;
    /*display: none;*/
}

.level0.link.link_category:hover {
    color: var(--Heading_color);
}

section.solutions div.nav-solution ul>a {
    text-decoration: none;
}

section.solutions div.nav-solution ul>li {
    padding: 10px 10px 10px 25px;
    width: 100%;
    cursor: pointer;
    border-radius: 0px;
    position: relative;
    color: var(--Heading_color);
    font-size: 16px;
}

section.solutions div.nav-solution .content{
    font-family: 'Fira Sans';
}

section.solutions div.nav-solution .content ul>li {
    padding: 10px 10px 10px 10px;
    width: 100%;
    border-radius: 0px;
    position: relative;
    color: var(--Heading_color);
    font-size: 16px;
}

section.solutions div.nav-solution ul>li a {
    text-decoration: none;
    color: var(--Heading_color);
}

section.solutions div.nav-solution .content ul>li a {
    text-decoration: none;
    color: var(--Heading_color);
    text-decoration: underline;
}

section.solutions div.nav-solution .content a {
    color: var(--Heading_color);
    text-decoration: underline;
}

section.solutions div.nav-solution .content em>a {
    color: var(--Heading_color);
    text-decoration: underline;
}

section.solutions div.nav-solution .item ul>li {
    padding: 0px !important;
    width: 100%;
    list-style-type: disc;
    margin-left: 20px;
    cursor: inherit;
    border-radius: 0px;
    transition: all 0.3s ease;
    position: relative;
    font-family: var(--Brand_description_fonts);
    color: var(--Heading_color);
    font-size: 16px;
}

section.solutions div.nav-solution .item ul:not(.pagination)>li::after {
    display: none;
}

section.solutions div.nav-solution .nav-content ul:not(.pagination)>li::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    top: 12px;
    left: 0;
    bottom: inherit;
    font-weight: 300;
    /*display: none;*/
}

section.solutions div.nav-solution ul>li ul {
    /* display: none; */
}

/* section.solutions div.nav-solution ul>li ul li {
    padding: 10px 10px 10px 20px;
    width: 100%;
    list-style-type: none;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.3s ease;
    position: relative;
    text-transform: none;
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    color: var(--Heading_color);
} */

section.solutions div.nav-solution ul>li ul li.active span {
    color: var(--button-background-color);
}

section.solutions div.nav-solution ul>li ul li::after {
    position: absolute;
    content: "-";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    top: 4px;
    left: 0;
    bottom: inherit;
    font-weight: 300;
}

/* section.solutions div.nav-solution ul li:hover {
    color: var(--button-background-color);
    transition: all 0.3s ease;
} */

section.solutions div.nav-solution .item ul li:hover {
    color: var(--Heading_color);
}


/*Main Style*/

/* section.solutions div.nav-solution li.active {
    color: var(--button-background-color);
} */

section.solutions div.nav-solution .tab-content {
    width: 100%;
}

section.solutions div.nav-solution .tab-content.active {
    display: block;
}


/*Main Style*/

section.solutions h2 {
    font-size: 36px;
    font-family: "Cambria";
    color: var(--Heading_color);
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}

section.solutions h2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--Heading_color);
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
}

section.chartes .chartes-description .chartes-description-flex{
    text-align: justify;
}

section.solution section.solutions p,
section.chartes .chartes-description .chartes-description-flex p {
    font-family: var(--Brand_description_fonts);
    color: var(--Heading_color);
}

section.solutions em,
section.chartes .chartes-description .chartes-description-flex em {
    font-family: var(--Brand_description_fonts);
    font-style: italic;
    /* color: var(--Heading_color); */
}



section.solutions a,
section.chartes .chartes-description .chartes-description-flex a {
    color: var(--Heading_color);
}

/* section.chartes .chartes-description .chartes-description-flex h3~p:first-of-type {
    margin-bottom: 35px;
} */

section.solutions .content-product h3 {
    font-size: 30px;
    font-family: var(--Brand_title_fonts);
    color: var(--Heading_color);
    font-weight: 700;
    margin-bottom: 25px;
}

section.solutions .famille {
    font-size: 20px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #4F5960;
}

section.solutions .tab-content-items {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 90px;
}

section.solutions .tab-content-item {
    width: 196px;
    transition: transform .1s;
}

section.solutions .tab-content-item .content-items-img {
    margin-bottom: 20px;
    overflow: hidden;
}

section.solutions .tab-content-item .content-items-img img {
    width: 100%;
    transition: transform .1s;
}

section.solutions .tab-content-item .content-items-img:hover img {
    -ms-transform: scale(1.6);
    /* IE 9 */
    -webkit-transform: scale(1.6);
    /* Safari 3-8 */
    transform: scale(1.6);
    transform-origin: 50% 50%;
}

section.solutions .tab-content-item:hover h4 {
    font-weight: 600;
}

.level0.link.link_category::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    top: 12px;
    left: 0;
    bottom: inherit;
    font-weight: 300;
    /*display: none;*/
}

.elementor-widget-container h5 {
    color: #707680;
    font-family: "Fira", Sans-serif;
    font-weight: 700;
    line-height: 30px;
    font-size: 20px;
    margin-left: 20px;
}

/* .elementor-widget-container h5::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    top: 0;
    left: 0;
    bottom: inherit;
    font-weight: 300;
} */

.elementor-widget-container ul {
    list-style-type: disc;
    font-family: var(--Brand_description_fonts);
}

.elementor-widget-container nav ul li {
    padding-top: 0px !important;
}

.elementor-widget-container ul li {
    padding-top: 0;
    margin-bottom: 5px;
}

.elementor-widget-container ul li a {
    color: var(--Heading_color);
    font-family: var(--Brand_description_fonts);
    font-size: 16px;
    text-decoration: underline;
}

.elementor-widget-container p {
    color: var(--Heading_color);
    font-family: var(--Brand_description_fonts);
    font-size: 20px;
    text-align: justify;
}

.elementor-widget-container p a {
    color: var(--Heading_color);
    font-family: var(--Brand_description_fonts);
    text-decoration: underline;
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    font-size: 14px;
}

.elementor-posts .elementor-post__title {
    border-bottom: #000 1px solid;
    padding-bottom: 20px;
}

.text {
    /*   width: 660px;  */
    position: relative;
    display: block;
}

.show-more {
    /*   width: 690px;  */
    position: relative;
    text-align: center;
    cursor: pointer;
}

.show-more-height {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.moreless-button {
    display: none;
    cursor: pointer;
}

/* end solutions */


/* start section video */
section.video .content-video {
    box-shadow: 1px -3px 66px 17px rgb(143 143 143 / 51%);
    -webkit-box-shadow: 1px -3px 66px 17px rgb(143 143 143 / 51%);
    -moz-box-shadow: 1px -3px 66px 17px rgb(143 143 143 / 51%);
}


/* end section video */


/* end section chartes */

section.chartes {
    /* margin-top: 90px; */
    margin-bottom: 90px;
}

section.chartes h2 {
    font-size: 36px;
    font-family: "Cambria";
    color: var(--Heading_color);
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    display: table;
    margin: 0 auto;
}

section.chartes h2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--Heading_color);
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
}

section.chartes .chartes-description .chartes-description-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 130px;
    margin-top: 100px;
}

section.chartes .chartes-description .chartes-description-flex h3 {
    font-size: 30px;
    font-family: var(--Brand_title_fonts);
    color: var(--Heading_color);
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 700;
}


/* end section chartes */


/* =========================================
        end page hotellerie
========================================= */


/* =========================================
        start page textille
========================================= */

section.solutions .produits-textile {
    margin-top: 0px;
    margin-bottom: 90px;
}

section.solutions .content-product:not(:last-of-type) {
    margin-bottom: 80px;
}

section.solutions .content-product .content-product-img {
    height: 260px;
    margin-bottom: 10px;
}

section.solutions .content-product .content-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.solutions .one-logo {
    margin: 0 0 40px 53px;
    height: 65px;
}

section.solutions .one-logo div span,
section.solutions .two-logo div span,
section.solutions .three-logo div span {
    display: block;
    text-align: center;
}

section.solutions .two-logo {
    margin: 0 0 53px 20px;
    display: flex;
    gap: 30%;
}

section.solutions .three-logo {
    margin: 0 0 53px 40px;
    display: flex;
    gap: 20px;
    height: 117px;
}

section.solutions .content-product-para {
    /* border-top: 1px solid gray; */
    padding-top: 15px;
    color: var(--Heading_color);
}

section.solutions .moreless-button {
    position: relative;
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    color: var(--Heading_color);
    float: right;
    text-decoration: underline;
    padding-right: 15px;
    cursor: pointer;
}

section.solutions .moretext {
    display: none;
    font-family: var(--Brand_description_fonts);
    color: var(--Heading_color);
}

section.solutions .moreless-button:after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 3px;
    width: 10px;
    height: 18px;
    font-size: 15px;
}

section.solutions .moreless-button.voir-moin:after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 1px;
    width: 10px;
    height: 18px;
    transform: rotate(-90deg);
    font-size: 15px;
}

section.solutions a.fournisseur {
    height: 55px;
    color: var(--white-color) !important;
    background: var(--button-background-color);
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    font-family: var(--Brand_title_fonts);
    margin-top: 50px;
    transition: 0.3s;
}

section.solutions a.fournisseur:hover{
    color: var(--button-background-color) !important;
    background: transparent;
    box-shadow: 0 0 0 1px var(--button-background-color);
}


/* start section experts*/

section.experts {
    margin-bottom: 30px;
}

section.experts h2 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    display: table;
    margin: 0 auto 60px;
    font-family: var(--Brand_title_fonts);
    font-weight: bold;
    color: var(--Heading_color);
}

section.experts h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--Heading_color);
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
}

section.experts .experts-content {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 102px;
    margin-bottom: 125px;
}

section.experts .experts-content:last-of-type {
    margin-bottom: 85px;
}

section.experts .experts-content h3 {
    font-size: 36px;
    font-family: "Cambria";
    color: var(--Heading_color);
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
}

section.experts .experts-content h3:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--Heading_color);
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
}

section.experts .experts-content h4 {
    font-size: 20px;
    font-family: var(--Brand_title_fonts);
    color: var(--Heading_color);
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}

section.experts .experts-content p {
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    color: var(--Heading_color);
    margin-bottom: 20px;
    text-align: justify;
}

section.experts .experts-img {
    width: 100%;
    height: 280px;
}

section.experts .experts-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* end section experts*/


/* start section contact experts */

section.contact-experts {
    margin-bottom: 30px;
}

section.contact-experts h2 {
    font-size: 36px;
    text-align: center;
    padding: 0 15px 10px;
    position: relative;
    display: table;
    margin: 0 auto 20px;
    font-family: "Cambria";
    font-weight: bold;
    color: var(--Heading_color);
}

section.contact-experts h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--Heading_color);
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
}

section.contact-experts form {
    /* display: grid; */
    grid-template-columns: repeat(2, 1fr);
    gap: 115px;
}

section.contact-experts form input[type="text\ "],
section.contact-experts form input[type="email\ "],
section.contact-experts form input[type="tel\ "],
section.contact-experts form textarea,
section.contact-experts form select {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #000;
    padding: 3px 10px;
    color: #A5A6A5;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    font-weight: 100;
}

section.contact-experts select#pet-select\  {
    font-weight: 500;
}

section.contact-experts form ::placeholder {
    color: #A5A6A5;
    opacity: 1;
    /* Firefox */
}

section.contact-experts form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A5A6A5;
}

section.contact-experts form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #A5A6A5;
}

section.contact-experts form textarea {
    height: 150px;
    background: transparent;
}

input[type="text\ "] {
    background: transparent;
}

input[type="email\ "] {
    background: transparent;
}

input[type="tel\ "] {
    background: transparent;
}

section.contact-experts input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    height: 22px;
    width: 22px;
    background-color: #f1f1f1;
    border-radius: 2px;
    cursor: pointer;
    margin: 0;
    outline: none;
    border: 1px solid #000;
}

section.contact-experts input[type="checkbox"]:after {
    content: "\f00c";
    color: var(--white-color);
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    display: none;
}

section.contact-experts input[type="checkbox"]:checked:after {
    display: block;
    background-color: var(--Heading_color);
}

.grid-label {
    display: grid;
    align-items: self-start;
    gap: 15px;
}

.grid-label:first-of-type {
    margin-bottom: 10px;
}

.grid-label label {
    font-size: 12px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    color: var(--Heading_color);
}

.grid-label label span{
    position: relative;
    bottom: 6px;
}

.grid-label label a {
    color: var(--Heading_color);
}

section.contact-experts button {
    background: var(--button-background-color);
    text-align: center;
    padding: 10px 50px;
    display: table;
    color: var(--white-color);
    text-decoration: none;
    font-size: 20px;
    font-family: var(--Brand_title_fonts);
    margin-top: 30px;
    border: none;
    display: block;
    outline: none;
    text-transform: capitalize;
    width: 80%;
    float: right;
    font-weight: bold;
}


/* end section contact experts */


/* =========================================
       end page textille
========================================= */


/* =========================================
       start page Nos Expertises
========================================= */

section.experts.nos-expertises {
    padding: 105px 0 85px;
}

section.experts.nos-expertises .experts-content.drarius h3 {
    color: var(--blue-color);
    text-transform: lowercase;
}

section.experts.nos-expertises .experts-content.drarius h3:first-letter,
section.experts.nos-expertises .experts-content.aphilia h3:first-letter {
    text-transform: uppercase;
}

section.experts.nos-expertises .experts-content.drarius h3:after {
    background: var(--blue-color);
}

section.experts.nos-expertises .experts-content.drarius {
    grid-template-columns: 51% 40%;
    gap: 116px;
}

section.experts.nos-expertises .experts-content.aphilia h3 {
    color: var(--button-background-color);
    text-transform: lowercase;
}

section.experts.nos-expertises .experts-content.aphilia h3:after {
    background: var(--button-background-color);
}

section.experts.nos-expertises .experts-content.aphilia a.btn-green.decouvrir {
    padding: 12px 15px;
    margin-top: 55px;
}

section.experts.nos-expertises .experts-content.aphilia a.btn-green.decouvrir:hover{
    color: var(--button-background-color);
    background: transparent;
}

section.experts.nos-expertises .experts-content.drarius ul li,
section.experts.nos-expertises .experts-content.aphilia ul li {
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    color: var(--Heading_color);
}


/* start section expertises-images */

section.expertises-images {}

section.expertises-images h2 {
    font-size: 36px;
    font-family: "Cambria";
    color: var(--Heading_color);
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    display: table;
    margin: 0 auto 65px;
}

section.expertises-images h2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--Heading_color);
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
}


/*section.expertises-images .expertises-images-desc {
    display: flex;
    justify-content: space-between;
}*/

section.expertises-images .expertises-images-desc:first-of-type {
    margin-bottom: 40px;
    row-gap: 20px;
}

section.expertises-images .expertises-images-desc>div {
    min-width: 231px;
}

section.expertises-images .expertises-images-desc .content-img {
    width: 146px;
    height: 146px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

section.expertises-images .expertises-images-desc .content-img img {
    width: 100%;
    height: 100%;
}

section.expertises-images a h3 {
    text-align: center;
    font-size: 30px;
    font-family: "Cambria";
    color: var(--Heading_color);
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    display: table;
    margin: 0 auto;
}

section.expertises-images .expertises-images-desc>div.last {
    width: 211px;
    text-align: center;
}


/* end section expertises-images */


/* =========================================
       end page Nos Expertises
========================================= */


/* start carousel */

.carousel-caption.hotellerie h5.title-expertises {
    color: var(--blue-color) !important;
}


/* end carousel */


/*
=========================================
 start page expertises Details
=========================================
*/


/* start carousel */

div#carouselExampleCaptions .carousel-caption.expertises-details {
    display: grid;
    grid-template-columns: 158px auto;
    gap: 30px;
    padding: 0;
}


/* end carousel */


/* start section marketing */

section.marketing.expertise-details {
    padding: 10px 0;
    text-align: justify;
}

section.marketing.expertise-details p {
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    color: var(--blue-color);
    font-style: italic;
}


/*end section marketing */

section.experts.expertise-details p a {
    color: var(--Heading_color);
}


/* start achats nos expertises details */
.ecologie {
    display: none;
    padding: 15px 0 0;
}

.ecologie p {
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    color: #004463;
    margin: 0;
}

section.experts.expertise-details {
    padding: 100px 0 115px;
    color: var(--Heading_color);
}

section.experts.expertise-details .experts-content .experts-img {
    height: 336px;
}

section.experts.expertise-details .experts-content:last-of-type {
    margin-bottom: 0;
}

section.achats.expertise-details {
    background: var(--button-background-color);
    color: var(--white-color);
    padding: 45px 0;
    position: relative;
    z-index: 0;
}

section.achats.expertise-details .container {
    z-index: 1;
}

/* section.achats.expertise-details:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 121px;
    left: 0;
    right: 0;
    background: var(--button-background-color);
    z-index: -1;
} */

section.achats.expertise-details .content-achats {
    grid-template-columns: 44% 50%;
    gap: 79px;
    text-align: justify;
    color: white;
}

section.achats.expertise-details .content-achats ul>li,
section.achats.expertise-details .content-achats ol>li,
section.achats.expertise-details .content-achats a {
    color: white;
}

/* section.achats.expertise-details ul li {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
} */

section.achats.expertise-details a.btn-green {
    background: var(--white-color);
    text-align: center;
    padding: 13px 50px;
    display: table;
    color: var(--button-background-color);
    text-decoration: none;
    font-size: 20px;
    font-family: var(--Brand_title_fonts);
    margin-top: 40px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

section.achats.expertise-details a.btn-green:hover {
    background: var(--button-background-color);
    color: var(--white-color);
    box-shadow: 0 0 0 1px var(--white-color);
}


/* end achats nos expertises details */


/* start section en pratique */

section.en-pratique {
    /* padding: 80px 0 50px; */
    margin-top: 80px;
    margin-bottom: 40px;
}

section.en-pratique .content-img {
    max-width: 203px;
}

section.en-pratique .content-img img {
    width: 100%;
}

section.en-pratique .content-descr {
    margin-top: 65px;
    text-align: justify;
}

section.en-pratique .content-descr p {
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-style: italic;
    color: var(--blue-color);
}


/* end section en pratique */


/* start section accompagement expertise-details */

section.reseau-apogress.accompagement.expertise-details {
    position: relative;
    color: var(--white-color);
    padding-top: 75px !important;
    padding-bottom: 0px !important;
}


section.reseau-apogress.accompagement.expertise-details p,
section.reseau-apogress.accompagement.expertise-details h2,
section.reseau-apogress.accompagement.expertise-details ul li {
    color: var(--Heading_color);
}

section.reseau-apogress.accompagement.expertise-details h2 {
    padding-right: 0;
}

section.reseau-apogress.accompagement.expertise-details h2:after {
    background-color: var(--Heading_color);
}

section.reseau-apogress.accompagement.expertise-details ul {
    padding-left: 17px;

}

/* section.reseau-apogress.accompagement.expertise-details ul li {
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--Heading_color);
} */

section.reseau-apogress.accompagement.expertise-details::before {
    display: none;
}

section.reseau-apogress.accompagement.expertise-details .content-img .img-apogress-bottom {
    height: 308px;
    width: 100%;
    padding-left: inherit;
}

section.reseau-apogress.accompagement.expertise-details .img-apogress-top {
    top: 200px;
    left: inherit;
    width: 197px;
    right: -96px;
    bottom: 35px;
}


/* end section accompagement expertise-details */


/* start section la loi */

.accordion .content-container .question {
    padding: 30px 0px 10px;
    cursor: pointer;
    border-bottom: 1px solid var(--blue-color);
    position: relative;
    font-family: var(--Brand_title_fonts-cambria-bold);
    font-size: 30px;
    font-weight: bold;
    color: var(--blue-color);
}

.accordion .content-container.active .question {
    border-bottom: none;
}

.accordion .content-container .question::after {
    content: '+';
    position: absolute;
    right: -5px;
    top: 4px;
    font-size: 40px;
    font-weight: 400;
    color: var(--blue-color);
    font-family: var(--Brand_title_fonts);
    font-style: initial;
}

.accordion .content-container .answer {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: .5s;
    font-family: var(--Brand_description_fonts);
    color: var(--Heading_color);
}

.accordion .content-container .answer p {
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
}

.accordion .content-container .answer p,
.accordion .content-container .answer a,
.accordion .content-container .answer ul li {
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    color: var(--Heading_color);
}


/* JavaScript Styling Link */

.accordion .content-container.active .answer {
    height: auto;
    margin-top: 20px;
}

.accordion .content-container.active .question::after {
    content: '-';
    font-size: 40px;
    transition: .5s;
    font-family: var(--Brand_title_fonts);
}


/* end section la loi */


/* start section expertise-detail-video */

section.expertise-detail-video {
    /* padding: 100px 0 50px; */
}

section.expertise-detail-video .content-video {
    padding: 0 50px;
    margin-bottom: 20px;
}

section.expertise-detail-video p {
    font-size: 13px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    text-align: center;
    color: #707680;
}

section.expertise-detail-video .platformes {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 121px;
}


/* end section expertise-detail-video */


/*
=========================================
 end page expertises Details
=========================================
*/


/*
=========================================
 start page mentions legales
=========================================
*/


/* start navbar */

nav.navbar.navbar-expand-lg.bg-light.page-mention .container {
    border-bottom: 1px solid #000;
}


/* end navbar */


/*start section mention*/
.content .mentions-legales{
    margin-top: 5vh;
    margin-bottom: 5vh;
    color: var(--Heading_color);
    font-family: var(--Brand_description_fonts);
}

.content .mentions-legales h2,h3,h4{
    font-family: var(--Brand_title_fonts);
    font-size: 26px;
}

.content .mentions-legales h1 {
    font-size: 36px;
    font-family: var(--Brand_title_fonts);
    color: var(--Heading_color);
    text-align: center;
    margin-bottom: 45px;
}

.content .mentions-legales p{
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    color: var(--Heading_color);
}

.content .mentions-legales a{
    text-decoration: underline;
}

section.mention-legal {
    padding: 65px 0 145px;
}

section.mention-legal h1 {
    font-size: 36px;
    font-family: var(--Brand_title_fonts);
    color: var(--Heading_color);
    font-weight: bold;
    text-align: center;
    margin-bottom: 45px;
}

section.mention-legal p{
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    color: var(--Heading_color);
}

section.mention-legal h2 {
    font-size: 20px;
    font-family: var(--Brand_title_fonts);
    color: var(--Heading_color);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

section.mention-legal a {
    color: var(--Heading_color);
    text-decoration: none;
}


/*end section mention*/


/*
=========================================
 end page mentions legales
=========================================
*/


/*
=========================================
 start page filtrage
=========================================
*/


/* start navbar */

div#carouselExampleCaptions .carousel-caption.nous-vous-aidez .title-expertises {
    width: 41%;
    margin-bottom: 25px;
}

div#carouselExampleCaptions .carousel-caption.nous-vous-aidez .content-search {
    width: 34%;
    height: 35px;
    position: relative;
}

div#carouselExampleCaptions .carousel-caption.nous-vous-aidez .content-search i.far.fa-search.search {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
}

div#carouselExampleCaptions .carousel-caption.nous-vous-aidez .content-search button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.custom-button-faqs {
    background-color: transparent;
    color: var(--Heading_color);
    font-family: 'Cambria';
    border: none;
    margin-top: 20px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: color 0.3s ease;
    text-decoration: none !important;
}

.custom-button-faqs:hover {
    color: black;
}

.custom-button-blog {
    background-color: transparent;
    color: var(--Heading_color);
    font-family: 'Cambria';
    border: none;
    margin-top: 20px;
    font-size: 16px;
    font-style: italic;
    cursor: pointer;
    border-radius: 5px;
    transition: color 0.3s ease;
    text-decoration: underline !important;
}

.custom-button-blog:hover {
    color: black;
}

div#carouselExampleCaptions .carousel-caption.nous-vous-aidez .content-search input {
    width: 100%;
    /* outline: none; */
    border: none;
    background: #FFFFFF;
    /* border: 1px solid var(--Heading_color); */
    padding: 5px;
    font-size: 20px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    height: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}


/* end navbar */


/* start section la-loi.page-filter */
.la-loi {
    margin-top: 50px;
    margin-bottom: 100px;
}

section.la-loi.page-filter {
    /* padding-top: 100px; */
}

section.la-loi.page-filter .content-filter h3 {
    font-size: 30px;
    font-family: "Cambria";
    color: var(--Heading_color);
    font-weight: bold;
    margin-bottom: 50px;
    display: table;
    padding-top: 24px;
    position: relative;
}

section.la-loi.page-filter .content-filter ul {
    padding: 0;
    list-style: none;
}

section.la-loi.page-filter .content-filter ul li {
    margin-bottom: 20px;
}

section.la-loi.page-filter .content-filter ul li a {
    font-size: 20px;
    font-family: var(--Brand_description_fonts);
    color: var(--Heading_color);
    text-decoration: none;
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.3s ease;
    position: relative;
    text-transform: none;
    font-weight: 400;
}

section.la-loi.page-filter .content-filter ul li a::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    top: -1px;
    left: 0;
    bottom: inherit;
    font-weight: 300;
    /* display: none; */
}

section.la-loi.page-filter .content-filter ul li a:hover {
    color: var(--button-background-color);
}

section.la-loi.page-filter .content-filter ul li.active a {
    color: var(--button-background-color);
}

section.la-loi.page-filter .content-filter ul li span {
    display: block;
    font-size: 14px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    color: var(--Heading_color);
    padding-left: 20px;

}

section.la-loi.page-filter .accordion .content-container .question {
    border-bottom: 1px solid var(--Heading_color);
    position: relative;
    font-family: var(--Brand_description_fonts);
    font-size: 20px;
    /* font-weight: bold; */
    color: var(--Heading_color);
    font-style: italic;
}

section.la-loi.page-filter .accordion .content-container .question::after {
    color: var(--Heading_color);
}

section.la-loi.page-filter .accordion .content-container:last-of-type .question {
    border-bottom: none;
}

section.la-loi.page-filter .accordion .content-container .question span {
    text-transform: uppercase;
}

section.la-loi.page-filter a.savoir-plus {
    font-family: var(--Brand_description_fonts);
    font-weight: bold;
    color: var(--blue-color);
    font-size: 16px;
    text-decoration: none;
}


/* end section la-loi.page-filter */


/*========================= start page result ======================*/

section.la-loi.page-filter h2 {
    font-size: 26px;
    color: var(--Heading_color);
    font-family: var(--Brand_title_fonts);
    font-weight: bold;
    /* position: relative; */
    text-align: left;
    display: block;
}

section.la-loi.page-filter h2:after {
    /* position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--Heading_color);
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0; */
}

section.la-loi.page-filter .administration {
    font-size: 30px;
    color: var(--Heading_color);
    font-family: var(--Brand_title_fonts);
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}


/*========================= end page result ======================*/


/*
=========================================
 end page filtrage
=========================================
*/


/*
=========================================
            start page resultat
=========================================
*/

section.solutions.blog {
    padding: 65px 0 75px;
}

section.solutions.blog h3.solution {
    position: relative;
    padding-bottom: 10px;
}

section.solutions.blog h3.solution:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--Heading_color);
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
}

section.solutions.blog div.nav-solution ul>li a {
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    color: var(--Heading_color);
    text-transform: none;
}

section.solutions.blog .grid-articles .col-md-6:nth-child(odd) {
    padding-right: 32px;
}

section.solutions.blog .grid-articles .col-md-6:nth-child(even) {
    padding-left: 32px;
}

section.solutions.blog div.nav-solution ul>li.active::after {
    top: 10px;
    transform: rotate(90deg);
}

section.solutions.blog div.nav-solution ul>li ul>li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-family: var(--Brand_description_fonts);
}

section.solutions.blog div.nav-solution ul>li ul>li {
    /* display: none; */
}

section.solutions.blog div.nav-solution ul>li ul>li:after {
    display: none;
}

section.solutions.blog div.nav-solution ul>li::after {
    top: 12px;
}

section.solutions.blog .articles-recent {
    font-size: 20px;
    list-style: none;
    font-weight: bold;
    color: var(--Heading_color);
    text-transform: capitalize;
    text-align: left;
    margin-top: 30px;
    padding-top: 35px;
    border-top: 1px solid var(--Heading_color);
}

section.solutions.blog .articles-recent::after {
    top: 37px !important;
}

section.solutions.blog .der-articles {
    padding: 10px 0 0 0;
}

section.solutions.blog .grid-articles {
    /*
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    */
    margin-right: 80px;
    /* gap: 65px;*/
}

section.solutions.blog .grid-articles .item {
    margin-bottom: 40px;
    padding: 0;
}

.elementor-post__excerpt {
    color: var(--Heading_color);
    font-family: "Fira Sans";
}

.highlight {
    /* background-color: var(--button-background-color);
     */
    color: var(--button-background-color);
}

/* strat pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.page-numbers {
    color: var(--Heading_color);
    font-family: "Fira Sans";
    font-size: 18px;
    position: relative;
    font-weight: bold;
    margin: 10px;
    top: 0;
    bottom: 0;
    transition: all .2s ease-in-out;
}

a.page-numbers:hover {
    color: var(--Heading_color);
    font-family: "Fira Sans";
    font-size: 18px;
    position: relative;
    font-weight: bold;
    margin: 10px;
    top: 0;
    transform: scale(1.4);
    bottom: 0;
}

span.page-numbers {
    color: var(--Heading_color);
    font-family: "Fira Sans";
    font-size: 20px;
    margin: 10px;
    position: relative;
    font-weight: bold;
    top: 0;
    bottom: 0;
}

/* span.page-numbers.current {
    color: var(--Heading_color);
    font-family: "Fira Sans";
    font-weight: bold;
    font-size: 18px;
} */

.page-numbers.prev {
    width: 25px;
    height: 50px;
    position: relative;
    font-size: 0;
    display: inline-block;
    background-image: url('https://hypergroup.com.tn/websites/arm/wp-content/uploads/2023/01/Trace-20.png');
    background-repeat: no-repeat;
    cursor: pointer;
    right: 114px;
}

.page-numbers.next {
    width: 25px;
    height: 50px;
    position: relative;
    font-size: 0;
    display: inline-block;
    background-image: url('https://hypergroup.com.tn/websites/arm/wp-content/uploads/2023/01/Trace-19.png');
    background-repeat: no-repeat;
    cursor: pointer;
    left: 114px;
}

/* .page-numbers .prev::after{
    background-image:url('https://hypergroup.com.tn/websites/arm/wp-content/uploads/2023/01/Trace-20.png') !important;
    position: absolute !important;
	content:"";
	top:0;
	bottom:0;
	right:0;
	left:0;
} */

/* section.solutions div.nav-solution ul.pagination {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
} */

section.solutions.blog ul .page-link {
    position: relative;
    display: block;
    padding: 10px;
    font-size: 15px;
    color: var(--Heading_color);
    text-decoration: none;
    background-color: inherit;
    border: none;
}

/* section.solutions div.nav-solution ul.pagination>li.page-item {
    width: auto;
    padding: 10px;
}

section.solutions div.nav-solution ul.pagination .page-link {
    font-size: 18px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
}

section.solutions div.nav-solution ul.pagination li.page-item:first-child .page-link,
section.solutions div.nav-solution ul.pagination li.page-item:last-child .page-link {
    font-size: 40px;
    font-weight: 300;
    padding: 0 70px;
}

section.solutions div.nav-solution ul.pagination li.page-item .page-link:after,
section.solutions div.nav-solution ul.pagination li.page-item .page-link:after {
    content: "-";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    transform: translate(24px, -50%);
}

section.solutions div.nav-solution ul.pagination li.page-item:first-child .page-link:after,
section.solutions div.nav-solution ul.pagination li.page-item:last-child .page-link:after,
section.solutions div.nav-solution ul.pagination li.page-item:nth-child(4) .page-link:after {
    display: none;
}

section.solutions div.nav-solution ul.pagination .page-link.active {
    font-weight: bold;
}

section.solutions div.nav-solution ul.pagination .page-link:focus {
    box-shadow: inherit;
} */
/* start pagination with after and before */
/* .pagination {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
} */
/* span.page-numbers.current {
    font-size: 18px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    width: auto;
    padding: 10px;
    display: inline-block;
} */
/* .page-numbers {
    font-size: 18px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    width: auto;
    padding: 10px 17px;
    display: inline-block;
    text-decoration: none;
    color: var(--Heading_color);
	position:relative;
} */

/* .page-numbers:not(:first-child):before,.page-numbers:not(:last-child):before{
    position: absolute;
    content: "-";
    top: 10px;
    bottom: 0;
    left: 100%;
    width: 10px;
    height: 10px;
} */
/* .page-numbers:nth-last-child(2):before{
    position: absolute;
    content: "";
    top: 10px;
    bottom: 0;
    left: 80%;
    width: 10px;
    height: 10px;
} */
/* a.next.page-numbers:after {
    position: absolute;
	content:"";
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-image:url('https://hypergroup.com.tn/websites/arm/wp-content/uploads/2023/01/Trace-19.png');
} */
/* a.prev.page-numbers,a.next.page-numbers {
	width: 25px;
    height: 50px;
    position: relative;
    font-size: 0;
	display: inline-block;
    margin: 0 70px;
	padding: 10px 13px;
} */
/* a.prev.page-numbers:before {
	position: absolute;
	content:"";
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-image:url('https://hypergroup.com.tn/websites/arm/wp-content/uploads/2023/01/Trace-20.png')
} */
/* end pagination with after and before */

/*
=========================================
            end page resultat
=========================================
*/


/*
=========================================
            start page actualite
=========================================
*/

section.solutions.blog.actuality {
    padding: 45px 0 75px;
}


section.solutions .content-actuality-descri {
    margin-bottom: 45px;
}

section.solutions .content-acuality {
    color: var(--Heading_color);
    font-size: 16px;
    font-family: var(--Brand_description_fonts);

}

section.solutions .content-acuality h2 {
    font-family: var(--Brand_description_fonts);
    color: var(--Heading_color);
    font-weight: normal;
    padding-bottom: 0px;
}

section.solutions .content-acuality h3 {
    font-family: var(--Brand_description_fonts);
    color: var(--Heading_color);
    font-weight: normal;
    padding-bottom: 0px;
}

section.solutions .content-acuality h2:after {
    display: none;
}

.content-acuality ul li {
    padding: 0px !important;
    cursor: initial !important;
    padding: 10px !important;
    /* color: var(--Heading_color) !important; */
}

.content-acuality a {
    text-decoration: underline !important;
    color: var(--Heading_color);
}

.content-acuality ul li::after {
    display: none !important;
}

section.solutions .share-article {
    margin-top: 10%;
    margin-bottom: 10%;
}

section.solutions .share-article span {
    font-size: 16px;
    font-family: var(--Brand_title_fonts);
    color: var(--Heading_color);
    font-weight: bold;
    padding-bottom: 15px;
    display: inline-block;
    margin-right: 70px;
}

section.solutions .share-article a {
    display: inline-block;
    color: var(--Heading_color);
    border: 1px solid var(--Heading_color);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    margin: 0 10px;
    transition: all 2s;
}

section.solutions .share-article a:hover {
    opacity: .5;
}

section.solutions .share-article a i {
    font-size: 15px;
    padding: 15px;
}

section.solutions .share-article a svg {
    font-size: 15px;
    padding: 15px;
}

section.solutions .suivant-precent-article {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

section.solutions .suivant-precent-article a {
    font-size: 21px;
    font-family: var(--Brand_title_fonts);
    color: var(--Heading_color);
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 2s;
    gap: 32px;
}

.dropdown-item:hover {
    color: #707680;
    background-color: transparent;
    font-weight: 700;
}

section.solutions .suivant-precent-article a.active {
    color: #000;
}

section.solutions .suivant-precent-article a:hover {
    opacity: .5;
}

section.solutions .suivant-precent-article a .fa-chevron-left {
    font-size: 45px;
    font-weight: 400;
    margin-right: 45px;
}

section.solutions .suivant-precent-article a .fa-chevron-right {
    font-size: 45px;
    font-weight: 400;
    margin-left: 45px;
}

section.solutions .inovations {
    padding: 50px 0 0;
    text-align: center;
    border-top: 1px solid var(--Heading_color);
    margin-top: 100px;
}

section.solutions .inovations a.btn-green.decouvrir {
    margin: 25px auto 0;
    color: white;
    font-family: var(--Brand_title_fonts);
}

section.solutions .inovations a.btn-green.decouvrir:hover{
    color: var(--button-background-color);
    background: transparent;
    box-shadow: 0 0 0 1px var(--button-background-color);
}

section.solutions .inovations h2 {
    padding-right: 0;
    width: 66%;
    margin: 0 auto;
}

section.solutions .inovations h2::after {
    display: none;
}


/*
=========================================
            end page actualite
=========================================
*/


/* .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: inherit;
    content: "\f078";
    border-top: inherit;
    border-right: inherit;
    border-bottom: 0;
    border-left: inherit;
    font-family: "Font Awesome 5 Pro";
    opacity: 0;
} */

.np.nm {
    padding: 0 !important;
}

section.reseau-apogress.np.nm {
    padding: 0 0 33px !important;
}

section.arm-products .all-products .item h4 a {
    color: var(--Heading_color) !important;
}

section.arm-products .all-products .item:hover h4 a {
    color: #33bcad !important;
}

section.arm-products .all-products .item:hover .imghover {
    display: block;
}

section.arm-products .all-products .item:hover .imgnohover {
    display: none;
}

section.arm-products .all-products .item:hover img {
    color: #33bcad !important;
}

.tab-content-item a {
    text-decoration: none;
}

.logo_list {
    display: flex;
    border-bottom: 1px solid gray;
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 50px;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
}

.logo_holder {
    position: relative !important;
    margin: auto !important;
}

.logo_holder label {
    display: none;
    position: absolute;
    background-color: gray;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 50;
}

.logo_holder img {
    display: table;
    margin: 0 auto;
    width: initial !important;
}

div#wpcf7-f126-p123-o1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 115px;
}

input.wpcf7-form-control {
    display: block;
    width: 100%;
    /* margin-bottom: 30px; */
    border: 1px solid #000;
    padding: 3px 10px;
    color: #A5A6A5;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    outline: none;
    font-weight: 100;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: var(--button-background-color);
    text-align: center;
    padding: 10px 50px;
    display: table;
    color: var(--white-color);
    text-decoration: none;
    font-size: 20px;
    font-family: var(--Brand_title_fonts);
    margin-top: 30px;
    border: none;
    display: block;
    outline: none;
    text-transform: capitalize;
    width: 80%;
    float: right;
    font-weight: bold;
}

.answer div {
    padding-top: 10px;
    font-size: 16px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    color: var(--Heading_color);
}

.hf-fields-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 115px;
}

input.submit_form {
    background: var(--button-background-color);
    text-align: center;
    padding: 10px 50px;
    display: table;
    color: var(--white-color);
    text-decoration: none;
    font-size: 20px;
    font-family: var(--Brand_title_fonts);
    margin-top: 30px;
    border: none;
    display: block;
    outline: none;
    text-transform: capitalize;
    width: 80%;
    float: right;
    font-weight: bold;
    transition: 0.3s;
}

input.submit_form:hover{
    color: var(--button-background-color);
    background: transparent;
    box-shadow: 0 0 0 1px var(--button-background-color);
}

a.category_link {
    color: var(--Heading_color);
}

.content-cat {
    margin-bottom: 10px;
}

.cat-link {
    color: var(--Heading_color);
    font-family: "Fira Sans";
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 15px;
}

.cat-link:hover {
    color: #33bcad !important;
}

.cat-link:not(:last-child)::after {
    content: ' | ' !important;
    margin-left: 4px;
    color: var(--Heading_color) !important;
    display: inline-block;
    text-decoration: none;
}

.np {
    padding: 0 !important;
}

.npb {
    padding-bottom: 0 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.bloc-bottom {
    padding-top: 90px;
}

.img-bottom img {
    width: 100%;
}

section.mention-legal h1:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #606060;
    top: -37px;
}

section.mention-legal h1 {
    position: relative;
}

.link_category {
    list-style: none;
}

.link_category ul li {
    list-style: none;
}

li.link_category.link_prod span {
    /* padding: 10px 10px 10px 25px; */
    width: 100%;
    list-style-type: none;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.3s ease;
    position: relative;
    text-transform: none;
    font-size: 20px;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    /*color: var(--Heading_color);*/
}

li.sub_link_prod a span {
    /* padding: 10px 10px 10px 20px; */
    width: 100%;
    list-style-type: none;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.3s ease;
    position: relative;
    text-transform: capitalize;
    font-size: 16px !important;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    color: var(--Heading_color);
    text-decoration: none;
}

li.sub_link_prod a {
    text-decoration: none;
}

li.s_link_prod a span {
    width: 100%;
    list-style-type: none;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.3s ease;
    position: relative;
    text-transform: capitalize;
    font-size: 16px !important;
    font-family: var(--Brand_description_fonts);
    font-weight: 400;
    color: var(--Heading_color);
    text-decoration: none !important;
}

li.s_link_prod a {
    text-decoration: none;
}

.content-product {
    margin-bottom: 50px;
}

.content-product a {
    color: var(--white-color);
}

.content-header p {
    color: #004463 !important;
    font-size: 16px !important;
    line-height: 19.2px !important;
    font-family: 'Fira Sans', sans-serif !important;
    font-weight: 400;
    padding-top: 20px;
}

.containermassonory {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -moz-column-fill: balance;
    column-fill: balance;
    margin: 20px auto 0;
    padding: 2rem;
}

.containermassonory .item {
    margin: 0 0 20px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
}

.containermassonory .item img {
    width: 100%;
    height: auto;
}

/*
=========================================
            start page contact
=========================================
*/
section.contact-experts img.img-two {
    display: none;
}

.no-bg {
    background: transparent
}

/*
=========================================
            end page contact
=========================================
*/

/* ======================================
           responsive
====================================== */

@media (max-width: 767px) {

    .sub-menu {
        width: 100%;
    }

    .sub-menu li .sub-menu {
        width: 100%;
    }

    /* start navbar */
    .navbar-nav .dropdown-menu li ul.dropdown-menu-two li a {
        color: #707680;
    }

    .top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-expand-lg .navbar-collapse {
        width: 100%;
        height: calc(100vh - 37px) !important;
        min-height: calc(100vh - 37px) !important;
        position: relative;
    }

    .navbar {
        padding: 0 0 20px 0;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        margin-left: 0;
        position: relative;
        padding: 5px 0;
    }

    .navbar-nav .dropdown-menu li ul.dropdown-menu-two {
        position: inherit;
        top: inherit;
        right: inherit;
        left: inherit;
        display: none;
    }

    .navbar .navbar-nav .nav-item:last-of-type .nav-link {
        padding: 5px 0;
    }

    /*     .navbar .navbar-nav .nav-item .nav-link.no-after {
        padding: 23px 0;
        display: inline-block !important;
        width: 96%;
        padding-left: 29px;
    } */
    .navbar .navbar-nav .nav-item .nav-link.no-after {
        padding: 15px 0;
        display: inline-block !important;
        font-size: 30px;
        text-align: left;
    }

    .navbar .navbar-nav .nav-item .nav-link.no-after~i {
        position: absolute;
        top: 25px;
        right: 0;
    }

    .navbar .navbar-nav .nav-item .nav-link.no-after:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: -40px;
        left: -40px;
        background: #000;
        height: 1px;
    }

    .navbar .navbar-nav .nav-item .nav-link.no-after:after {
        display: none;
    }

    /*     .dropdown-toggle::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 0;
    } */
    i.far.fa-search.search~span.after {
        display: none;
    }

    .nav-item.dropdown span.after {
        transform: rotate(-90deg);
        right: 6px;
        top: -4px;
        line-height: 14px;
        opacity: 1;
        width: 35px;
        height: 48px;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: end;
        cursor: pointer;
    }

    /* end navbar */
    /* ========================== start nav drill ================ */
    nav {
        overflow: hidden;
    }

    a.data-drilldown-back {
        position: fixed;
        top: 24px;
        left: 11px;
        color: var(--Heading_color);
        width: 30px;
        cursor: pointer;
    }

    .navbar-nav {
        margin-bottom: 55px !important;
        width: 100%;
        gap: 30px;
        margin-top: 20px;
        align-items: flex-start;
    }

    nav.navbar.bg-light {
        background: var(--white-color) !important;
    }

    nav {
        overflow: hidden;
    }

    .navbar-expand-lg .navbar-collapse {
        width: 100%;
    }

    .navbar .navbar-nav .nav-item .nav-link.no-after:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: -273px;
        left: -273px;
        background: #000;
        height: 1px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        margin-left: 0;
        position: relative;
        left: 0;
        transition: all 0.2s;
    }

    .navbar .navbar-nav .nav-item .nav-link.no-after {
        padding: 15px 0 15px 0;
        display: block !important;
        width: max-content;
        margin: 0 auto;
    }

    i.fas.fa-chevron-left.data-drilldown-back {
        margin-left: 0px;
        top: 36px;
        position: absolute;
        left: 0;
        z-index: 100;
        font-size: 32px;
        width: 29px;
        color: #7d7680;
    }

    ul.navbar-nav.no_margin_top+ul.nav-espace {
        margin-top: 115px;
    }

    li.nav-item.dropdown ul.dropdown-menu {
        position: absolute;
        display: block;
        width: 100%;
        top: 0;
        left: 151%;
        padding: 10px 15px;
        transition: all 0.2s;
        height: 100%;
        /* 		display: flex;
		flex-direction: column;
		gap: 15px; */
    }

    .navbar-nav .dropdown-menu li ul li {
        margin-bottom: 0px;
    }

    .navbar-nav .dropdown-menu li {
        position: relative;
        margin-bottom: 20px;
    }

    li.nav-item.dropdown ul.dropdown-menu.open {
        left: 0;
        visibility: visible;
        background: var(--white-color);
        height: auto;
        position: relative;
        padding: 15px 0;
    }

    li.nav-item.dropdown ul.dropdown-menu.open .dropdown-item {
        padding-left: 0;
        position: relative;
        z-index: 0;
    }

    li.nav-item.dropdown ul.dropdown-menu.open .dropdown-item:after {
        display: inline-block;
        margin-left: 5px;
        vertical-align: inherit;
        content: "\f078";
        border-top: inherit;
        border-right: inherit;
        border-bottom: 0;
        border-left: inherit;
        font-family: "Font Awesome 5 Pro";
        transform: rotate(-90deg);
        position: absolute;
        right: 0;
        display: none;
    }

    i.fas.fa-chevron-left.data-drilldown-back {
        margin-left: 0px;
        top: 21px;
        position: absolute;
        left: 0;
        z-index: 100;
        color: #707680;
    }

    /* ========================== end nav drill ================ */
    /* start header top */
    .navbar>.container {
        flex-direction: column;
    }

    .header-top {
        display: none;
    }

    div#carouselExampleCaptions-no-2 {
        display: block;
    }

    /*     .dropdown-toggle::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 0;
        opacity: 1;
    } */
    .top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 440px;
        width: 100%;
        position: relative;
        padding-bottom: 15px;
    }

    .top-bar:after {
        position: absolute;
        content: "";
        top: inherit;
        bottom: 0;
        left: -200px;
        right: -200px;
        height: 1px;
        background: #707070;
    }

    /* end header-top */
    /* start navbar */
    .navbar {
        padding: 0 0 20px 0;
        background: var(--white-color) !important;
    }

    /* end navbar */
    /* start header top */
    .navbar>.container {
        flex-direction: column;
        /*     width: 100% !important;
    max-width: inherit; */
    }

    .header-top {
        display: none;
    }

    /* end header-top */
    /* start navbar */
    .navbar {
        padding: 0;
        background: var(--white-color) !important;
    }

    /* end navbar */
    /* start section crousel*/
    .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 0 !important;
    }

    .content-header {
        display: none;
    }

    div#carouselExampleCaptions .carousel-item.img {
        height: 180px;
    }

    div#carouselExampleCaptions .carousel-caption.hotellerie {
        height: auto;
        gap: 15px;
    }

    div#carouselExampleCaptions.carousel.slide.no-margin.p-home .carousel-caption {
        display: none !important;
    }

    div#carouselExampleCaptions:not(.p-home) {
        height: 180px;
        margin-top: 80px;
        position: relative;
    }

    div#carouselExampleCaptions:not(.p-home) .container {
        margin-top: -84px;
    }

    /* start responsive carousel home */
    div#carouselExampleCaptions.slide-p-home {
        height: max-content !important;
        margin-top: 0 !important;
    }

    /* end section crousel*/
    /* start section marketing */
    section.marketing {
        padding: 50px 0 40px;
    }

    div#carouselExampleCaptions .carousel-caption h5,
    section.marketing .marketing-caption h5 {
        font-size: 28px;
        line-height: 33px;
        color: var(--Heading_color);
        font-family: var(--Brand_title_fonts);
        font-weight: bold;
        margin-left: 0;
    }

    section.marketing a.btn-green {
        margin-top: 40px;
    }

    /* end section marketing */
    /* start section der-articles */
    .hide-mobile {
        display: none;
    }

    section.solutions.blog .der-articles {
        display: block;
    }

    section.solutions.blog h3.solution {
        text-transform: lowercase;
    }

    section.solutions.blog h3.solution:after {
        right: -44px;
        top: 5px;
    }

    section.solutions.blog .grid-articles .col-md-6:nth-child(odd) {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    section.solutions.blog .grid-articles .col-md-6:nth-child(even) {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    /* end section der-articles */
    /* start section reseau-apogress */
    section.reseau-apogress .content-img {
        margin-top: 30px;
        height: inherit;
    }

    section.reseau-apogress .adherent {
        margin-top: 0;
    }

    section.reseau-apogress.np.nm {
        padding: 0 0 85px !important;
    }

    section.reseau-apogress .offset-lg-2.col-sm-12.col-lg-4.offset-md-1.col-md-5.order-sm-2 {
        order: 1;
    }

    /* end section reseau-apogress */
    /* start section der-articles */
    section.der-articles.nos-articles .container {
        padding: 0 0px;
    }

    section.der-articles.nos-articles button.slick-prev.slick-arrow {
        left: -34px;
    }

    section.der-articles.nos-articles button.slick-next.slick-arrow {
        right: -34px;
    }

    .der-articles .slick-slider {
        margin: 0;
    }

    .der-articles .item {
        padding: 0 5px;
    }

    .der-articles button.slick-next.slick-arrow {
        width: 12px;
        height: 22px;
        right: -10px;
    }

    .der-articles .slick-next:before {
        font-size: 24px;
        right: 12px;
        width: 20px;
        height: 39px;
        background-size: contain;
    }

    .der-articles button.slick-prev.slick-arrow {
        width: 12px;
        height: 22px;
        left: -10px;
    }

    .der-articles .slick-prev:before {
        font-size: 24px;
        left: 12px;
        width: 20px;
        height: 39px;
        background-size: contain;
    }

    .der-articles .item-desc h5 {
        font-size: 20px;
    }

    .der-articles {
        margin-top: 60px;
        padding-top: 0;
    }

    /* .der-articles .item-desc .content-img {
        height: auto;
    }

    .der-articles .item-desc .content-img img {
        height: 100%;
    } */

    /* end section der-articles */
    /* start section reseau-apogress */
    section.reseau-apogress .content-img .img-apogress-bottom {
        padding-left: 60px;
        height: 240px;
    }

    section.reseau-apogress.accompagement .content-img .img-apogress-bottom {
        padding-left: 70px;
    }

    section.reseau-apogress .content-img .img-apogress-bottom img {
        object-fit: cover;
    }

    section.reseau-apogress .img-apogress-top {
        top: 0;
        left: 8px;
        width: 200px;
        height: 200px;
    }

    /* start section reseau-apogress */
    /* start section achats */
    section.achats {
        padding: 35px 0 60px !important;
    }

    section.achats .content-achats {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    section.achats h2 {
        margin: 0 auto 50px;
    }

    section.achats.expertise-details h2 {
        margin: 0 auto 30px;
        padding-bottom: 20px;
    }

    section.achats.expertise-details a.btn-green {
        margin-top: 50px;
    }

    section.achats .img-content {
        order: 1;
    }

    /* end section achats */
    /* start section arm-products */
    section.arm-products {
        padding: 95px 0;
    }

    section.arm-products .all-products {
        grid-template-columns: repeat(2, 1fr);
        gap: 70px 0;
    }

    /* end section arm-products */
    /* start section accompagement */
    section.reseau-apogress.accompagement {
        padding: 0 0 75px;
    }

    section.reseau-apogress.accompagement::before {
        /* top: 130px; */
        bottom: 0;
    }

    section.reseau-apogress h2 {
        padding-right: 0;
    }

    section.reseau-apogress .content-img {
        padding-left: 0;
        margin-bottom: 108px;
        padding-top: 106px;
    }

    section.reseau-apogress.accompagement .content-img .img-apogress-bottom {
        height: 280px;
    }

    section.reseau-apogress.accompagement .content-img {
        padding-top: 0;
        max-width: 100%;
    }

    section.reseau-apogress.accompagement .img-apogress-top {
        /* top: inherit; */
        left: 0;
        width: 145px;
        height: 145px;
        bottom: -97px;
    }

    .reseau-apogress .accompagement .expertise-details a.btn-green {
        margin-top: 45px;
    }

    section.reseau-apogress.accompagement .container .row {
        align-items: center;
    }

    /* end section accompagement */
    /* start section logo */
    section.logos {
        padding: 95px 0 40px;
    }

    /* start section logo */
    /* start footer */
    footer .logo-footer img {
        object-fit: initial;
    }

    footer {
        padding: 30px 0 40px;
    }

    footer .logo-footer {
        width: 283px;
        height: 116px;
    }

    footer .content-footer {
        gap: 50px;
    }

    footer .content-footer ul {
        font-size: 20px;
    }

    footer .content-footer ul.footer-list {
        margin: 45px 0 0 0;
    }

    footer .nos-exper,
    footer .f-networks {
        margin-top: 40px;
    }

    footer .solution {
        display: block !important;
        margin-left: inherit !important;
        float: inherit !important;
    }

    footer .f-networks .footer-netowrks img.to-top {
        bottom: 41px;
        position: fixed;
        right: 30px;
    }

    footer ul#menu-faq {
        display: none;
    }

    /* end footer */
    /* =========================== start page textille =================== */
    /* start carousel */
    div#carouselExampleCaptions.carousel.slide.no-margin.p-home .carousel-item {
        height: 319px;
    }

    div#carouselExampleCaptions.carousel.slide.no-margin.p-home {
        height: 319px !important;
        margin-top: 0;
    }

    div#carouselExampleCaptions.no-margin {
        height: 319px !important;
        margin-top: 0;
    }

    div#carouselExampleCaptions .carousel-caption {
        height: auto;
    }

    div#carouselExampleCaptions .carousel-item {
        height: 190px;
        /* padding-top: 85px; */
    }

    div#carouselExampleCaptions.slide-p-home .carousel-item {
        height: 319px;
    }

    div#carouselExampleCaptions.slide-p-home .carousel-caption {
        display: none !important;
    }

    /* end carousel */
    /* start section solutions */
    section.solutions h2 {
        padding-right: 0;
        font-size: 26px;
    }

    section.solutions .content-product h3 {
        font-size: 26px;
    }

    section.solutions .content-product-para {
        margin-bottom: 90px;
    }

    section.solutions a.fournisseur {
        margin-top: 10px;

    }

    section.solutions .three-logo,
    section.solutions .one-logo,
    section.solutions .two-logo {
        margin: 0 0 40px 0;
        display: flex;
        justify-content: space-around;
        text-align: center;
    }

    section.solutions .three-logo,
    section.solutions .two-logo {
        gap: 10px;
    }

    section.solutions .produits-textile .content-product.ps-lg-4 {
        margin-top: 105px;
    }

    section.solutions .produits-textile .content-product.pe-lg-4 {
        margin-top: 40px;
    }

    /* end section solutions */
    /* =========================== end page textille =================== */
    /* ============================== start page texttile ===========================*/
    /* start carousel-caption*/
    .navbar button.navbar-toggler {
        margin-left: -12px;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: visible;
    }

    div#carouselExampleCaptions .carousel-caption.expertises-details {
        grid-template-columns: 125px auto;
        align-items: center;
    }

    div#carouselExampleCaptions .carousel-caption img.logo-eliae {
        width: 126px;
        height: 126px;
    }

    /* end carousel-caption*/
    /* start section solutions */
    /* section.solutions .produits-textile .col-md-6:first-of-type {
        padding-right: calc(var(--bs-gutter-x) * .5);
    } */
    section.solutions .produits-textile .col-md-6:nth-child(2) {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    section.solutions h3.solution {
        font-size: 22px;
        font-weight: 700;
        position: relative;
        display: table;
        margin-bottom: 16px;
        padding-bottom: 0;
        text-transform: lowercase;
    }

    section.solutions .produits-textile {
        margin-top: 0;
    }

    .containermassonory {
        padding: 0;
        margin: 0;
        -moz-column-count: 1;
        column-count: 1;
    }

    .la-loi {
        margin-top: 0px;
        margin-bottom: 100px;
    }

    section.solutions h3.solution:after,
    section.la-loi.page-filter .content-filter h3:after {
        position: absolute;
        content: "";
        width: 33px;
        top: 5px;
        right: -62px;
        height: 18px;
        background-image: url(../images/filter.png);
    }

    /* end section solutions */
    /* start section experts */
    section.experts {
        padding: 0 0 50px;
    }

    section.experts.expertise-details {
        padding: 0 0 90px;
    }

    section.experts.expertise-details.problematique {
        padding: 30px 0 40px;
    }

    .ecologie {
        display: block;

    }

    section.experts.expertise-details .experts-content p:last-of-type {
        margin: 0;
    }

    section.experts h2 {
        font-size: 26px;
        margin: 0 auto 45px;
    }

    section.experts .experts-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
    }

    section.experts .experts-content.drarius {
        grid-template-columns: 51% 40%;
        gap: 39px;
    }

    section.experts.nos-expertises {
        padding: 0;
        margin-top: 60px;
    }

    section.experts.nos-expertises .experts-content.drarius {
        grid-template-columns: auto;
        gap: 39px;
    }

    section.experts .experts-content h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    section.experts a.btn-green {
        width: 100%;
        margin-top: 55px;
    }

    section.experts.nos-expertises .experts-content.aphilia a.btn-green.decouvrir {
        padding: 12px 12px;
    }

    section.experts .experts-content .experts-desc {
        order: 1;
    }

    section.experts .experts-img {
        order: 2;
    }

    /* end section experts */
    /* start section contact-experts */
    section.contact-experts form {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .hf-fields-wrap {
        gap: 25px;
    }

    section.contact-experts button {
        width: 100%;
        float: inherit;
    }

    .grid-label {
        margin-bottom: 20px;
    }

    /* end section contact-experts */
    /* ============================== end page texttile ===========================*/
    /*============================================
                start page hotellerie
    ============================================*/
    /* start section solutions */
    section.solutions.hotellerie {
        padding: 20px 0;
        margin-top: 0;
    }

    h3.solution.filters-solutions {
        margin-bottom: 50px;
    }

    section.solutions .tab-content-items {
        gap: 40px 30px;
        margin-top: 80px;
    }

    section.solutions h2 {
        padding-right: 0;
        margin-bottom: 20px;
    }

    section.solutions .tab-content-items {
        gap: 95px 50px;
        margin: 0;
    }

    /* end section solutions */
    /*start section chartes */
    section.video {
        padding: 100px 0 40px;
    }

    section.chartes .chartes-description .chartes-description-flex {
        gap: 45px;
    }

    /*end section chartes */
    /*============================================
                end page hotellerie
    ============================================*/
    /*============================================
                start page nos experts
    ============================================*/
    /* start section experts */
    section.experts .experts-content.drarius {
        grid-template-columns: auto;
    }

    section.expertises-images .expertises-images-desc {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    section.experts.nos-expertises .experts-content:last-of-type {
        margin-bottom: 0;
    }

    /* end section experts */
    /* start section expertises-images */
    section.expertises-images h2 {
        margin: 0 auto 35px;
    }

    section.expertises-images .expertises-images-desc {
        row-gap: 35px;
    }

    section.expertises-images.npb {
        margin-top: 60px;
    }

    section.expertises-images .expertises-images-desc>div.last {
        width: inherit;
    }

    /* end section expertises-images */
    /*============================================
                end page nos experts
    ============================================*/
    /*=========================start page expertisesDetail======================*/
    /* start achats.expertise-details */
    section.achats.expertise-details:after {
        bottom: 26px;
    }

    section.achats.expertise-details .content-achats {
        grid-template-columns: auto;
        gap: 40px;
    }

    section.achats.expertise-details h2 {
        font-size: 26px;
        text-align: center;
        line-height: 31px;
    }

    section.achats.expertise-details .img-content {
        order: inherit;
    }

    /* end achats.expertise-details */
    /* start section.experts.expertise-details */
    section.reseau-apogress.accompagement.expertise-details {
        padding: 0;
    }

    section.reseau-apogress.accompagement.expertise-details .content-img {
        padding: 50px 0;
        margin-bottom: 0px;
    }

    /* start section enpratique */
    section.en-pratique {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    section.en-pratique .content-img {
        max-width: 181px;
        height: 142px;
    }

    section.en-pratique .content-descr {
        margin-top: 30px;
    }

    section.en-pratique .content-descr p {
        font-family: inherit;
    }

    /* end section enpratique */
    /* start section la loi */
    section.la-loi .accordion .content-container .question {
        font-size: 26px;
    }

    section.la-loi .accordion .content-container .answer ul {
        padding-left: 18px;
    }

    section.la-loi .accordion .content-container .question::after {
        top: 10px;
    }

    /* end section la loi */
    /* end section.experts.expertise-details */
    /* start section.reseau-apogress.accompagement.expertise-details */
    section.reseau-apogress.accompagement.expertise-details .img-apogress-bottom {
        height: 219px;
        padding-right: 90px;
    }

    section.reseau-apogress.accompagement.expertise-details .img-apogress-top {
        top: inherit;
        right: 0;
        left: inherit;
        bottom: 91px;
    }


    /* end section.reseau-apogress.accompagement.expertise-details */
    /* start section.expertise-detail-video */
    section.expertise-detail-video .content-video {
        padding: 0;
    }

    /* end section.expertise-detail-video */
    /*=========================end page expertisesDetail======================*/
    /*=========================start page mentions legal======================*/
    /* start navbar */
    .navbar.page-mention {
        padding: 0;
    }

    section.mention-legal ol li {
        margin: 25px 0 15px;
    }

    /* end navbar */
    /*=========================end page mentions legal======================*/
    /*=========================start page filtrage ======================*/
    /* start carousel */
    div#carouselExampleCaptions .carousel-caption.nous-vous-aidez .content-search,
    div#carouselExampleCaptions .carousel-caption.nous-vous-aidez .title-expertises {
        width: 100%;
    }

    div#carouselExampleCaptions .carousel-caption.nous-vous-aidez {
        height: 200px;
    }

    div#carouselExampleCaptions .carousel-caption.nous-vous-aidez>div {
        height: 277px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    div#carouselExampleCaptions .carousel-caption h5 {
        width: 100%;
    }

    h5.title-expertises.wow.fadeInLeft.titre_faq {
        margin-top: 24px;
    }

    /* end carousel */
    /* start section.la-loi.page-filter */
    section.la-loi.page-filter {
        padding: 50px 0 100px;
        margin-bottom: 0;
    }

    section.la-loi.page-filter .content-filter ul {
        margin-top: 20px;
    }

    section.la-loi.page-filter .content-filter h3 {
        font-size: 20px;
        margin-bottom: 0;
        padding-top: 0;
    }

    section.la-loi.page-filter .accordion .content-container .question {
        padding-right: 20px;
    }

    /* end section.la-loi.page-filter */
    /*=========================end page filtrage ======================*/
    /*=========================start page blog ======================*/
    /* start carousel */
    div#carouselExampleCaptions .carousel-caption.blog h5 {
        padding-top: 24px;
    }

    /* end carousel */
    /* start section.solutions.blog */
    section.solutions.blog {
        padding: 45px 0 45px;
    }

    section.solutions.blog .grid-articles {
        margin-right: 0;
        gap: 15px;
    }

    section.solutions.blog .grid-articles {
        padding: 0 30px;
    }

    section.solutions.blog h3.solution:before {
        display: none;
    }

    section.solutions.blog .articles-recent {
        border-top: none;
    }

    section.solutions div.nav-solution ul.pagination li.page-item:first-child .page-link,
    section.solutions div.nav-solution ul.pagination li.page-item:last-child .page-link {
        padding: 0 65px;
    }

    /* end section.solutions.blog */
    /*=========================end page blog ======================*/
    /*=========================start page actualite ======================*/
    /* start section.solutions */
    section.solutions .suivant-precent-article {
        display: inherit;
    }

    section.solutions .suivant-precent-article a:last-of-type {
        justify-content: end;
    }

    section.solutions .inovations h2 {
        font-size: 30px;
        width: 100%;
    }

    /* end section.solutions */
    /*=========================end page actualite ======================*/
    /*=========================start page mentions legal ======================*/
    section.mention-legal {
        padding: 30px 0 200px;
    }

    section.mention-legal h1 {
        font-size: 26px;
    }

    section.mention-legal h1:before {
        top: -19px;
    }

    /*=========================end page mentions legal ======================*/
    /*========================= start page contact ======================*/
    section.contact-experts h2::after {
        left: 10px;
        right: 10px;
        width: inherit;
    }

    section.contact-experts img.img-two {
        display: block;
    }

    section.contact-experts img.img-one {
        display: none;
    }

    /*========================= end page contact ======================*/
}

@media (max-width: 480px) {
    .navbar a.navbar-brand img:last-of-type {
        height: 73px;
        width: 62px;
    }

    div#carouselExampleCaptions:not(.p-home) {
        margin-top: 75px;
    }

    div#carouselExampleCaptions:not(.p-home) .container {
        margin-top: -79px;
    }

    div#carouselExampleCaptions.p-expertise {
        margin-top: 74px;
    }

    div#carouselExampleCaptions.p-expertise .container {
        margin-top: -84px;
    }

    /*start navbar */
    .navbar button.navbar-toggler {
        margin-left: -7px;
    }

    .navbar a.navbar-brand img:first-of-type {
        width: 100px;
    }

    .navbar .navbar-nav .nav-item .nav-link.no-after {
        width: auto;
        text-align: center;
        font-size: 26px;
    }

    /*end navbar */
    /* start header */
    a.btn-green.decouvrir {
        padding: 12px 43px;
    }

    /* end header */
    /* start carousel */
    div#carouselExampleCaptions.slide-p-home .carousel-item {
        height: 319px !important;
    }

    /* end carousel */
    /* start section arm-products */
    section.arm-products h2 {
        font-size: 26px;
        margin: 0 auto 40px;
    }

    section.arm-products .all-products .item h4 {
        font-size: 22px;
    }

    section.arm-products .all-products {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px 0;
    }

    /* end section arm-products */
    /* start section reseau-apogress */
    section.reseau-apogress h2 {
        font-size: 26px;
    }

    /* end section reseau-apogress */
    /* start section logos */
    section.logos h2 {
        font-size: 26px;
    }

    section.logos h3 {
        font-size: 22px;
    }

    /* end section logos */
    /* start footer */
    footer .logo-footer {
        width: 215px;
        height: 86px;
    }

    footer .solution:not(.f-networks),
    footer .nos-exper,
    footer .solution.f-networks ul {
        display: none;
    }

    footer .solution {
        display: table;
        margin-left: inherit;
        float: left;
    }

    /* end footer */
    .hf-fields-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .hf-fields-wrap {
        gap: 0;
    }

    input.submit_form.contact_btn {
        width: 100%;
    }

    input.submit_form {
        width: 85%;
        margin-left: 50px;
    }

    /*============================================
                start page hotellerie
    ============================================*/
    /* start carousel */
    div#carouselExampleCaptions {
        height: 180px !important;
        /* margin-top: 80px !important; */
    }

    div#carouselExampleCaptions .carousel-item,
    div#carouselExampleCaptions.no-margin {
        height: 180px !important;
    }

    div#carouselExampleCaptions.carousel.slide.no-margin.p-home .carousel-item {
        height: 319px !important;
    }

    /* end carousel */
    /* start section chartes */
    section.chartes {
        padding: 50px 0 20px;
    }

    section.chartes .chartes-description .chartes-description-flex {
        grid-template-columns: auto;
        margin-top: 40px;
    }

    section.chartes .chartes-description .chartes-description-flex h3 {
        font-size: 22px;
        color: var(--blue-color);
    }

    /* start section chartes */
    /* start section solutions */
    section.solutions .tab-content-items {
        display: flex;
        justify-content: center;
        gap: 40px 130px;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    section.solutions.hotellerie .tab-content-items {
        gap: 90px 130px;
        margin-top: 80px;
    }

    /* end section solutions */
    /*============================================
                end page hotellerie
    ============================================*/
    /*============================================
                start page mobilite
    ============================================*/
    section.reseau-apogress.accompagement.expertise-details .content-img {
        padding: 50px 0 0;
        margin-bottom: 150px;
    }

    section.reseau-apogress.accompagement.expertise-details .img-apogress-top {
        width: 155px;
        height: 155px;
        bottom: -117px;
    }

    section.reseau-apogress.accompagement.expertise-details .content-img .img-apogress-bottom {
        height: 241px;
    }

    section.contact-experts {}

    section.expertise-detail-video .content-video {
        padding: 0;
    }

    /*============================================
                end page mobilite
    ============================================*/
    /*============================================
                start page nos experts
    ============================================*/
    section.experts .experts-content.drarius,
    section.experts.nos-expertises .experts-content.drarius {
        grid-template-columns: auto;
    }

    section.expertises-images .expertises-images-desc {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    section.expertises-images .expertises-images-desc>div.last {
        width: inherit;
    }

    .der-articles h2 {
        font-size: 26px;
    }

    .der-articles .slick-slider {
        padding: 0 25px;
    }

    /*============================================
                end page nos experts
    ============================================*/
    /*============================================
                start page pertisesDetail
    ============================================*/
    /* start carousel */
    div#carouselExampleCaptions {
        margin-top: 91px;
    }

    div#carouselExampleCaptions .carousel-caption {
        top: -36px;
    }

    .carousel-caption.blog.titre_blog_single h5.wow.fadeInLeft {
        padding-top: 10px !important;
    }

    div#carouselExampleCaptions .carousel-caption.expertises-details {
        grid-template-columns: 89px auto;
        gap: 20px;
    }

    div#carouselExampleCaptions .carousel-caption img.logo-eliae {
        width: 89px;
        height: 89px;
    }

    /* end carousel */
    /* start section expertise-detail-video */
    section.expertise-detail-video .platformes {
        gap: 5px;
    }

    section.expertise-detail-video .platformes a {
        display: inline-block;
        width: 35px;
        height: 35px;
    }

    section.expertise-detail-video .platformes a img {
        width: 100%;
        height: 100%;
    }

    /* end section expertise-detail-video */
    /* start section contact-experts */
    section.contact-experts h2 {
        font-size: 26px;
    }

    /* end section contact-experts */
    /* start section.achats.expertise-details */
    section.achats.expertise-details a.btn-green {
        padding: 13px 27px;
    }

    a.btn-green {
        padding: 10px 14px;
        width: 100%;
    }

    /* end  section.achats.expertise-details */
    /*============================================
                end page pertisesDetail
    ============================================*/
    /*============================================
                start page filtrage
    ============================================*/
    /* start carrousel */
    div#carouselExampleCaptions .carousel-caption.nous-vous-aidez {
        top: -95px;
    }

    div#carouselExampleCaptions .carousel-caption.nous-vous-aidez>div {
        height: 182px;
        margin-top: -15px;
    }

    div#carouselExampleCaptions .carousel-caption.nous-vous-aidez .title-expertises {
        margin-top: 5px;
    }

    /* end carrousel */
    /* start section.la-loi.page-filter */
    section.la-loi.page-filter .content-filter h3 {
        font-size: 22px;
        padding-top: 0;
    }

    /* end section.la-loi.page-filter */
    /*============================================
                end  page filtrage
    ============================================*/
    /*============================================
               start  page resultat
    ============================================*/
    section.la-loi.page-filter h2 {
        font-size: 26px;
    }

    section.la-loi.page-filter .administration {
        font-size: 20px;
    }

    /*============================================
               end  page resultat
    ============================================*/
    /*============================================
               start  page blog
    ============================================*/
    /* start section.solutions.blog */
    section.solutions.blog h3.solution:after {
        right: -44px;
        top: 5px;
    }

    section.solutions.blog .grid-articles {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 15px;
    }

    section.solutions div.nav-solution ul.pagination li.page-item:first-child .page-link,
    section.solutions div.nav-solution ul.pagination li.page-item:last-child .page-link {
        padding: 0;
    }

    a.prev.page-numbers,
    a.next.page-numbers {
        margin: 0 8px;
    }

    /* end section.solutions.blog */
    /*============================================
               end  page blog
    ============================================*/
    /*============================================
               start  page actualite
    ============================================*/
    section.solutions .share-article a i {
        font-size: 17px;
        padding: 7px;
    }

    section.solutions .share-article a {
        width: 31px;
        height: 31px;
    }

    section.solutions .share-article span {
        margin-right: 8px;
    }

    section.solutions .share-article a {
        margin: 0 2px;
    }

    /*============================================
               start  page actualite
    ============================================*/
    /*============================================
               start  page textille
    ============================================*/
    .logo_holder {
        padding: 0;
    }

    /*============================================
               start  page textille
    ============================================*/

}

@media (max-width: 304px) {

    div#carouselExampleCaptions .carousel-caption h5,
    section.marketing .marketing-caption h5 {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-nav .nav-item .nav-link.no-after:after {
        display: none;
    }

    i.far.fa-search.search~span.after {
        display: none;
    }

    section.solutions .tab-content-items {
        display: grid;
        justify-content: flex-start;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: 90px;
    }

    .navbar .navbar-nav .nav-item .nav-link.no-after {
        padding: 15px 0;
        display: block !important;
        width: max-content;
        margin: 0 auto;
    }

    .navbar .navbar-nav .nav-item .nav-link.no-after {
        padding: 15px 0;
        display: block !important;
        width: max-content;
        margin: 0 auto;
        font-size: 30px;
        text-align: center;
    }

    .navbar-nav .dropdown-menu li ul.dropdown-menu-two li a {
        color: #707680;
    }

    .navbar-expand-lg .navbar-collapse {
        width: 100%;
        height: calc(100vh - 37px) !important;
        min-height: calc(100vh - 37px) !important;
    }

    .navbar {
        padding: 0;
    }

    section.reseau-apogress .content-img .img-apogress-bottom img{
        margin-left: 100px;
    }

    .nav-item.dropdown span.after {
        width: 35px;
        height: 48px;
        text-align: unset;
        vertical-align: -webkit-baseline-middle;
        transform: rotate(-90deg);
        right: -2px;
        top: 36%;
        line-height: 14px;
        opacity: 1;
        cursor: pointer;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        margin-left: 0;
        position: relative;
        padding: 5px 0;
    }

    .navbar-nav .dropdown-menu li ul.dropdown-menu-two {
        position: inherit;
        top: inherit;
        right: inherit;
        left: inherit;
        display: none;
    }

    .navbar .navbar-nav .nav-item:last-of-type .nav-link {
        padding: 5px 0;
    }

    .navbar .navbar-nav .nav-item .nav-link.no-after {
        padding: 23px 0;
        display: inline-block !important;
        width: 96%;
        font-size: 30px;
    }

    .navbar .navbar-nav .nav-item .nav-link.no-after~i {
        position: absolute;
        top: 33px;
    }

    .navbar .navbar-nav .nav-item .nav-link.no-after:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: -200px;
        left: -200px;
        background: #000;
        height: 1px;
    }

    .navbar .navbar-nav .nav-item .nav-link.no-after:after {
        display: none;
    }

    /*     .dropdown-toggle::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 0;
        opacity: 1;
    } */
    .nav-item.dropdown span.after {
        transform: rotate(-90deg);
        right: 6px;
        top: -4px;
        line-height: 14px;
        cursor: pointer;
        vertical-align: sub;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: end;
        cursor: pointer;
    }

    /* end navbar */
    /* ========================== start nav drill ================ */
    nav {
        overflow: hidden;
    }

    a.data-drilldown-back {
        position: fixed;
        top: 24px;
        left: 11px;
        color: var(--Heading_color);
        width: 30px;
        cursor: pointer;
    }

    .navbar-nav {
        margin-bottom: 55px !important;
        gap: 30px;
    }

    nav.navbar.bg-light {
        background: var(--white-color) !important;
    }

    nav {
        overflow: hidden;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        margin-left: 0;
        position: relative;
        left: 0;
        transition: all 0.2s;
    }

    li.nav-item.dropdown ul.dropdown-menu {
        position: absolute;
        display: block;
        width: 100%;
        top: 0;
        left: 150%;
        padding: 10px 15px;
        transition: all 0.2s;
        height: 100%;
    }

    li.nav-item.dropdown ul.dropdown-menu.open {
        left: 0;
        visibility: visible;
        background: var(--white-color);
        height: auto;
        position: relative;
        padding: 26px 0 0;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    li.nav-item.dropdown ul.dropdown-menu.open .dropdown-item {
        padding-left: 0;
        position: relative;
    }

    li.nav-item.dropdown ul.dropdown-menu.open .dropdown-item:after {
        /*         display: inline-block;
        margin-left: 5px;
        vertical-align: inherit;
        content: "\f078";
        border-top: inherit;
        border-right: inherit;
        border-bottom: 0;
        border-left: inherit;
        font-family: "Font Awesome 5 Pro";
        transform: rotate(-90deg);
        position: absolute;
        right: 10px; */
        display: none;
    }

    i.fas.fa-chevron-left.data-drilldown-back {
        margin-left: 0px;
        top: 30px;
        position: absolute;
        left: 0;
        z-index: 100;
        font-size: 32px;
        width: 29px;
        color: #7d7680;
    }

    ul.navbar-nav.no_margin_top+ul.nav-espace {
        margin-top: 115px;
    }

    /* ========================== end nav drill ================ */
    /* start header top */
    .header-top {
        display: none;
    }

    /* end header-top */
    /* start navbar shandwitch */
    .navbar>.container {
        display: block;
    }

    .top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 15px;
        position: relative;
    }

    .top-bar:after {
        position: absolute;
        content: "";
        top: inherit;
        bottom: 0;
        left: -200px;
        right: -200px;
        height: 1px;
        background: #707070;
    }

    /* end navbar shandwitch */
    /* start carouselExampleCaptions */
    div#carouselExampleCaptions .carousel-caption h5 {
        font-size: 30px;
    }

    div#carouselExampleCaptions .carousel-caption {
        padding: 20px;
    }

    /* end carouselExampleCaptions */
    /* start section reseau-apogress */
    a.btn-green {
        padding: 12px 50px;
    }

    section.reseau-apogress .offset-md-1{
        display: flex !important;
        flex-direction: column;
        width: auto;
        margin-left: 0px;
    }

    section.reseau-apogress h2 {
        padding-right: 0;
    }

    section.reseau-apogress .content-img .img-apogress-bottom {
        padding-left: 0;
    }

    section.reseau-apogress .content-img {
        padding-left: 15px;
        padding-top: 128px;
        margin-top: 70px;
    }

    section.reseau-apogress .img-apogress-top {
        left: 45px;
        width: 180px;
        height: 180px;
    }

    /* end section reseau-apogress */
    /* start section accompagement */
    section.reseau-apogress.accompagement .content-img {
        padding-top: 93px;
        max-width: 376px;
        margin-left: auto;
    }

    section.reseau-apogress.accompagement .img-apogress-top {
        top: 11px;
        left: -49px;
        width: 132px;
        height: 132px;
    }

    section.reseau-apogress.accompagement::before {
        bottom: 0;
    }

    /* end section accompagement */
    /* start section der-articles */
    .der-articles button.slick-prev.slick-arrow {
        left: 0;
    }

    .der-articles button.slick-next.slick-arrow {
        right: 0;
    }

    .der-articles .slick-slider {
        margin: 0 -15px;
    }

    /* end section der-articles */
    /* start section achats */
    section.achats .content-achats {
        gap: 30px;
    }

    /* end section achats */
    /* start arm products */
    section.arm-products .all-products .item h4 {
        font-size: 20px;
    }

    /* end arm products */
    /* start footer */
    /* start footer */
    /* footer .content-footer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 100px;
        justify-content: space-between;
    } */
    footer .solution {
        display: table;
        margin-right: auto;
    }

    footer .content-footer {
        gap: 50px;
    }

    .nos-exper,
    .f-networks.solution {
        margin-top: 40px;
    }

    /* end footer */
    /*============================================
                start page hotellerie
    ============================================*/
    /* start section solutions */
    section.solutions .tab-content-items {
        gap: 40px 30px;
    }

    section.solutions h2 {
        padding-right: 0;
    }

    /* end section solutions */
    /*============================================
                end page hotellerie
    ============================================*/
    /*============================================
                start page textille
    ============================================*/
    /* start section solutions */
    /* section.solutions .produits-textile .col-md-6:first-of-type {
        padding-right: 15px;
    } */
    /* section.solutions .produits-textile .col-md-6:nth-child(2) {
        padding-left: 15px;
    } */
    section.solutions .three-logo {
        margin: 0 0 53px 0px;
        gap: 2px;
    }

    /* end section solutions */
    /* start section experts */
    section.experts .experts-content {
        gap: 28px;
    }

    section.experts.nos-expertises .experts-content.drarius {
        grid-template-columns: 51% 40%;
        gap: 63px;
    }

    /* end section experts */
    /* start section contact-experts */
    section.contact-experts form {
        gap: 35px;
    }

    /* end section contact-experts */
    /* start section footer */
    footer .solution {
        display: block;
    }

    /* end section footer */
    /*============================================
                end page textille
    ============================================*/
    /*=========================end page expertisesDetail======================*/
    /* start carousel */
    div#carouselExampleCaptions .carousel-caption.expertises-details p {
        width: 100%;
    }

    /* end carousel */
    /* start  section.experts.expertise-details */
    section.experts.expertise-details .experts-content.drarius {
        grid-template-columns: 54% 40%;
        gap: 41px;
    }

    /* end  section.experts.expertise-details */
    /* start section.achats.expertise-details */
    section.achats.expertise-details .content-achats {
        gap: 41px;
    }

    section.achats.expertise-details:after {
        bottom: 0;
    }

    section.chartes .chartes-description .chartes-description-flex {
        gap: 45px;
    }

    /* end  section.achats.expertise-details */
    /* start section.reseau-apogress.accompagement.expertise-details */
    section.reseau-apogress.accompagement.expertise-details {
        padding: 75px 0 260px;
    }

    section.reseau-apogress.expertise-details .content-img .img-apogress-bottom {
        padding-right: 35px;
    }

    section.reseau-apogress.accompagement.expertise-details .img-apogress-top {
        left: inherit;
    }

    section.reseau-apogress.accompagement.expertise-details .img-apogress-top {
        right: 0;
    }

    /* end section.reseau-apogress.accompagement.expertise-details */
    /* start section.expertise-detail-video */
    section.expertise-detail-video .content-video {
        padding: 0;
    }

    /* end section.expertise-detail-video */
    /*=========================end page expertisesDetail======================*/
    /*=========================start page filtrage ======================*/
    /* start carousel */
    div#carouselExampleCaptions .carousel-caption.nous-vous-aidez .content-search,
    div#carouselExampleCaptions .carousel-caption.nous-vous-aidez .title-expertises {
        width: 45%;
    }

    /* end carousel */
    /*=========================end page filtrage ======================*/
    /*=========================start page blog ======================*/
    section.solutions.blog .grid-articles {
        margin-right: 0;
        gap: 10px;
    }

    /*=========================end page blog ======================*/
    /*=========================start page actualite ======================*/
    section.solutions .inovations h2 {
        width: 100%;
    }

    /*=========================end page actualite ======================*/
}

@media (min-width: 992px) and (max-width: 1199px) {

    /* start navbar */
    .navbar a.navbar-brand {
        display: inline-block;
        margin: 0;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        margin-left: 0;
        padding: 5px 21px !important;
    }

    .navbar .navbar-nav .nav-item:last-of-type .nav-link {
        padding: 5px 0 5px 21px !important;
    }

    /* end navbar */
    /* start header carousel */
    div#carouselExampleCaptions .carousel-caption h5 {
        font-size: 36px;
    }

    /* end header carousel */
    /* start section der-articles */
    .der-articles .item {
        padding: 0 30px;
    }

    .der-articles .slick-slider {
        margin: 0;
    }

    .der-articles button.slick-next.slick-arrow {
        right: -24px;
    }

    .der-articles button.slick-prev.slick-arrow {
        left: -24px;
    }

    /* end section der-articles */
    /* start section achats */
    section.achats .content-achats {
        gap: 50px;
    }

    /* end section achats */
    /* start section accompagement */
    section.reseau-apogress h2 {
        padding-right: 0;
    }

    section.reseau-apogress.accompagement::before {
        bottom: 0;
    }

    /* end section accompagement */
    /*========================= start page texttile ======================*/
    /* start carousel */
    /* end carousel */
    /* start section solutions */
    section.solutions h2 {
        padding-right: 0;
    }

    /* end section solutions */
    /*========================= end page texttile ======================*/
    /*=========================start page expertisesDetail======================*/
    /* start carousel */
    div#carouselExampleCaptions .carousel-caption.expertises-details p {
        width: 84%;
    }

    /* end carousel */
    /* start section.achats.expertise-details */
    section.achats.expertise-details:after {
        bottom: 0;
    }

    /* end section.achats.expertise-details */
    /* start section reseau-apogress.expertise-details */
    section.reseau-apogress.expertise-details .content-img .img-apogress-bottom {
        padding-left: 0;
        /* padding-right: 65px; */
    }

    /* end section reseau-apogress.expertise-details */
    /* start section expertise-detail-video */
    section.expertise-detail-video .content-video {
        padding: 0;
    }

    /* end section expertise-detail-video */
    /*=========================end page expertisesDetail======================*/
    /* start footer */
    footer .logo-footer {
        width: 100%;
        height: 93px;
    }

    footer .logo-footer img {
        width: 100%;
    }

    /* end footer */
}

@media (min-width: 1200px) and (max-width: 1622px) {

    /* start section der-articles */
    .der-articles button.slick-prev.slick-arrow {
        left: 0;
    }

    .der-articles button.slick-next.slick-arrow {
        right: 0;
    }

    .der-articles .slick-slider {
        margin: 0 -15px;
    }

    /* end section der-articles */
    /* start page expertisesDetail */
    /* start  carousel */
    div#carouselExampleCaptions .carousel-caption.expertises-details p {
        width: 55%;
    }

    /* div#carouselExampleCaptions .carousel-caption {
        padding: 20px 35px;
    } */
    /* end  carousel */
    section.achats.expertise-details:after {
        bottom: 87px;
    }

    /* start section.expertise-detail-video */
    section.expertise-detail-video .content-video {
        padding: 0 0;
    }

    /* end section.expertise-detail-video */
    /* end page expertisesDetail*/
}

@media (min-width: 1200px) and (max-width: 1400px) {
    section.reseau-apogress h2 {
        padding-right: 0;
    }

    .der-articles button.slick-prev.slick-arrow {
        left: -24px;
    }

    .der-articles button.slick-next.slick-arrow {
        right: -24px;
    }

    div#carouselExampleCaptions .carousel-caption.expertises-details p {
        width: 100%;
    }
}

@media (min-width: 600px) {
    .containermassonory {
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 900px) {
    .containermassonory {
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .containermassonory {
        -moz-column-count: 2;
        column-count: 2;
    }
}

ubdiv#userback_button_container {
    display: none;
}

ul.navbar-nav.no_margin_top {
    margin-top: 0;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}