/**************** Page product *********************/
.card-title {
    background-color: #f9f9f9;
    color: #c495bf;
    font-weight: bold;
    padding: 20px;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#wrapper .breadcrumb li:after {
    content: unset;
}

#wrapper .breadcrumb {
    font-size:14px;
    letter-spacing: 0.2px;
}
.breadcrumb li::before {
    content: ">";
}

.breadcrumb li:first-of-type:before {
    content: "";
}

.product_header_container {
    border-bottom: 0;
}

.product-additional-info {
    border-top: 0;
}

.product-request-information button {
    display: flex;
    align-items: center;
}

.product-request-information i.fa {
    margin-left: 0.5em;
    font-size: 30px;
    margin-right: 0;
}

.grid-item-product-image{
    opacity: 0.5;text-align: center;
}
.grid-item-product-text{
    text-align: center;
}

.grid-item-product-title{
    display: grid;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    color:black
}
.grid-container-end-product{
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
    margin-top:100px;
    margin-bottom:100px;
    column-gap:50px

}
.grid-item-product {
    padding: 20px;
    font-size: 30px;
    text-align: center;
  }

.product-feature::before {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    margin: 0 6px 0 0;
    background-size: cover;
} 

.product-feature.icon-feature-14::before {
    background-image: url('/img/icons/cabinet-pottier_picto_sector-world.svg');
}
.product-feature.icon-feature-13::before {
    background-image: url('/img/icons/cabinet-pottier_picto_sub-sector-location.svg') ;
}
.product-feature.icon-feature-3::before {
    background-image: url('/img/icons/cabinet-pottier_picto_transport-rocket.svg') ;
}
.product-feature.icon-feature-11::before {
    background-image: url('/img/icons/cabinet-pottier_picto_buying-price.svg') ;
}
.product-feature.icon-feature-4::before {
    background-image: url('/img/icons/cabinet-pottier_picto_area.svg') ;
}
.product-feature.icon-feature-5::before {
    background-image: url('/img/icons/cabinet-pottier_picto_customer-base.svg') ;
}
.product-feature.icon-feature-6::before {
    background-image: url('/img/icons/cabinet-pottier_picto_rent.svg') ;
}
.product-feature.icon-feature-7::before {
    background-image: url('/img/icons/cabinet-pottier_picto_price-evolution.svg') ;
}
.product-feature.icon-feature-8::before {
    background-image: url('/img/icons/cabinet-pottier_picto_housing.svg') ;
}
.product-feature.icon-feature-9::before {
    background-image: url('/img/icons/cabinet-pottier_picto_assignment.svg') ;
}

.product-feature {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.formbuilder_group {
    display: flex;
    flex-wrap: wrap;
}

#product .images-container .product-cover {
    border: 1px solid #C1C1C1;
}

#product .card-title {
    border-radius: 5px;
}

/********** Header Page Acceuil **********/

#header .header-nav {
    background-color: #473447;
}

.header-nav-row {
    justify-content: space-between;
}

.header-btn-w {
    opacity: 1;
}

.header-top {
    background-color: white;
}

#header .header-btn-w #header-search-btn-drop.header-btn {
    display: unset;
    font-size: 24px;
}

#iqitmegamenu-wrapper.stuck-menu #iqitmegamenu-horizontal {
    background-color: white;
}

.search-top-page {
    margin-bottom: 20px;
}

.search-top-page .PM_ASCriterions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.search-top-page .PM_ASCriterions .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName {
    display: none;
}

.search-top-page .PM_ASCriterions .PM_ASCriterionsGroupTitle {
    position: absolute;
    left: 15px;
    z-index: 10;
    margin-bottom: 0;
}

.search-top-page .PM_ASCriterions .PM_ASCriterionsGroupTitle img {
    height: 14px;
}

.search-top-page .PM_ASCriterions .PM_ASCriterionsGroupOuter {
    flex: 0 0 100%;
    max-width: 100%;
}

.search-top-page .PM_ASCriterions .PM_ASCriterionsGroupOuter .selectize-control .selectize-input {
    padding: 20px 8px;
    padding-left: 40px;
    border-radius: 0;
    overflow: unset;
}

.search-top-page .PM_ASCriterionsGroup.last-filter .PM_ASCriterions .PM_ASCriterionsGroupOuter .selectize-control .selectize-input {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search-top-page .PM_ASResetSearch {
    display: none!important;
}

.search-top-page.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup {
    padding-left: 0;
    padding-right: 0;
}

.search-top-page.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup.first-filter {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden; 
}

.search-top-page.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup.last-filter {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden; 
}


.search-top-page.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup select {
    width: 100%;
    padding: 19px 8px 18px 35px;
    height: auto;
    color: #212529;
    appearance: none;
    -webkit-appearance: none;
    background-position: calc(100% - 13px) calc(1em + 13px), calc(100% - 8px) calc(1em + 13px), 100% 0;
}

#js-product-list-top {
    display: none;
}

body:not(#index) .textarea-background-image {
    display: none;
}

body:not(#index) .container-main {
    padding-bottom: 120px;
}

.selectize-control.single .selectize-input:after {
    right: 8px;
    border-color: #000 transparent transparent transparent;
}

@media only screen and (max-width:991px) {
    .col-mobile-btn-account, #mobile-btn-search {
        display: none;
    }

    #mobile-header {
        border-bottom: none;
    }

    .header-nav-row {
        justify-content: center;
    }

    #mobile-header .m-nav-btn {
        background-color: #C495BF;
        border-radius: 2px;
        color: white;
    }

    #mobile-header .m-nav-btn:hover {
        color: white;
    }

    #mobile-header .col-mobile-menu-dropdown.show .m-nav-btn {
        color: white;
    }
}

/********** background IMG Principale Page Acceuil **********/

.container-main {
    background-position: center 70%;
    background-size: cover;
}

.card {
    background-color: #fff;
    background-clip: border-box;
    border: 0px;
}

.d-flex {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 50px;
    justify-content: center;
    display: flex
}

.textarea-background-image {
    color: white;
    text-align: center;
    margin-bottom: 50px;
}

.textarea-background-image  h3{
    font-size: 20px;
    font-weight: 300;
}

.textarea-background-image  h3::before{
    display: none;
}

.textarea-background-image  h4{
    font-size: 20px;
    font-weight: bold;
}

/********** Barre de recherche  **********/

.search-top-page .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup {
    background-color: white;
}

.search-top-page .PM_ASCriterionsGroupName {
    background-color: rgb(63, 60, 60);
}

.search-top-page .PM_ASCriterionsGroup select {
    border: 0;
}

.search-top-page .PM_ASCriterionsGroupSelect {
    background-color: white;
}

.search-top-page .PM_ASCriterionsGroupList {
    padding: 10px 5px 10px 15px;
    border-radius: 5px;
    background-color: black;
}

.col2 {
    border: solid black 4px;
    border-radius: 0px 10px 10px 0px;
    background-color: black;
    opacity: 1;
}

.search-top-page .selectize-input {
    box-shadow: none;
    border: none;
}

.search-top-page .PM_ASResetGroup {
    display: none;
}

.search-top-page .PM_ASResetSearch {
    display: none;
}

#PM_ASearchResultsInner #main h2.h2 {
    display: none;
}

#index #content-wrapper:not(.home-search) {
    max-width: 100%;
    flex: 0 0 100%;
}

#index #left-column {
    display: none;
}

#content-wrapper.home-search + #left-column {
    display: block;
}

/********** Carrousel Page Acceuil **********/

.slick-prev:before {
    font-family: "FontAwesome";
    font-size: 6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: black
}

.slick-next:before {
    font-family: "FontAwesome";
    font-size: 6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: black
}

/* .elementor *, .elementor :after, .elementor :before {
    margin: 0 3px;
} */

.thumbnail-container {
    background: white;
    border: 1px solid #C1C1C1;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.products-grid .product-miniature-layout-1 .product-description {
    padding: 0;
}

.product-name-and-reference .py-4 {
    border-style: groove;
}

.products-grid .product-miniature-layout-1 .product-description .price-img,
.products-grid .product-miniature-layout-1 .product-description .area-img {
    height: 21px;
    width: unset;
}

.owl-carousel .owl-item img {
    width: unset;
}

.area-img {
    margin-right: 5px;
}

.product-description {
    background-color: #f9f9f9;
    border: 1px solid #C1C1C1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product-flag.new {
    display: none;
}

.product-flag.vendu {
    background-color: #473844;
    font-size: 16px;
    text-transform: uppercase;
}

.slick-prev {
    background-color: #f9f9f9;
    color: grey;
}

.slick-next {
    background-color: #f9f9f9;
    color: grey;
}

.carroussel {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 25px;
}

.col-product-carrousel-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-product-carrousel-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-name-and-reference {
    border-bottom: 1px solid #C1C1C1;
}

.product-price {
    color: black;
}

.value-product {
    color: black;
    font-weight: bold;
}

.elementor-element.elementor-element-9sk7g2p .product-miniature .product-price {
    font-size: 12px;
    font-weight: bold;
}

/* .elementor-products {
    padding-right: 20px;
} */

#main-product-wrapper {
    margin-bottom: 80px;
}

.grelated_products {
    margin-top: 80px;
}

/********** Button **********/

.btn {
    padding: 10.4px 20px;
    font: 13px;
    background-color: #c495bf;
    border-radius: 10px
}

.-back-to-top-visible {
    border-radius: 50%;
    padding-bottom: 10px;
}

/********** Catégorie **********/
.product-flag.vendu.arrow-right {
    background-color: #473844;
    padding-left: 20px;
    padding-right: 25px;
    clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
}

.contact-search {
    float: right;
}

.contact-search .gformbuilderpro_openform{
    color: #fff!important;
}

.products-grid .product-miniature-layout-1 {
    display: flex;
    flex-direction: column;
}

.products-grid .product-miniature-layout-1 .product-description {
    flex: 1;
}

#gformbuilderpro_form_1 button {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

#gformbuilderpro_form_1 button:hover {
    background: #fff;
    color: #c495bf;
    border-color: #c495bf;
}

#gformbuilderpro_form_2 button {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

#gformbuilderpro_form_2 button:hover {
    background: #fff;
    color: #c495bf;
    border-color: #c495bf;
}

#gformbuilderpro_form_2 .gformbuilderpro_content {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/********** Generique **********/

h1 {
    font-size: 28px !important;
    text-transform: uppercase !important;
}

h2 {
    font-size: 16px !important;
}

h2::before {
    display: inline-block;
    content: "";
    border-top: 0.2rem solid #c495bf;
    width: 4rem;
    margin-right: 1rem;
    transform: translateY(-0.3rem);
    font-size: small;
}

h3::before {
    display: inline-block;
    content: "";
    border-top: 0.2rem solid #c495bf;
    width: 1rem;
    margin-right: 0.5rem;
    transform: translateY(-0.2rem);
}

.btn {
    border-radius: 5px;
}

.owl-prev, .owl-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 22;
    display: block;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    transition: all .2s cubic-bezier(.7, 0, .3, 1);
    color: #fff;
    padding: 1.4rem .7rem;
    opacity: .7;
    background-color: unset!important;
}

.owl-prev {
    left: 0;
    background-color: #f9f9f9;
    color: grey;
}

.owl-next {
    right: 0;
    background-color: #f9f9f9;
    color: grey;
}

.owl-prev::before {
    content: "\F104";
    right: 1px;
    position: relative;
    font-family: "FontAwesome";
    font-size: 6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: black;
}

.owl-next::before {
    content: "\F105";
    left: 1px;
    position: relative;
    font-family: "FontAwesome";
    font-size: 6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: black;
}

.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}

/********** Nav 1 **********/

.Contact-nav1 {
    display: flex;
    align-items: center;
}

.Contact-nav1 .text {
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Roboto";
    letter-spacing: 2px;
}

@media only screen and (max-width: 991px) {
    #header .header-btn-w {
        padding: 0;
    }

    .Contact-nav1 .text {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/********** Img-Body-Acceuil **********/

.elementor-element.elementor-element-r1dfld3 .elementor-image-box-content .elementor-image-box-title {
    text-align: center;
}

.elementor-element.elementor-element-b7np33e .elementor-image-box-content .elementor-image-box-title {
    text-align: center;
}

.elementor-element.elementor-element-3ythr44 .elementor-image-box-content .elementor-image-box-title {
    text-align: center;
}

.elementor-testimonial-wrapper .elementor-testimonial-image img {
    object-fit: cover;
}

/********** Footer **********/

hr {
    opacity: 0;
}

.block-links ul>li a:before {
    opacity: 0;
}

.block-content-info {
    margin-left: -12px
}

.data {
    margin-left: 10px;
}

.icon-footer-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -22px;
}

/********** Carrousel - Pré-Footer **********/

.elementor-testimonial-meta-inner {
    background-color: white;
    margin-top: 10px;
}

.elementor-testimonial-image-position-aside {
    background-color: white;
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
    background-color: #f9f9f9;
}

.elementor-element.elementor-element-n455592>.elementor-element-populated {
    padding-top: 70px;
}

.slick-next, .owl-next {
    right: -50px;
}

.slick-prev, .owl-prev {
    left: -40px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image  img{
    margin-left: 0;
}

/*Autre page acceuil*/

.elementor-element-populated {
    border: lightgray;
}

/********** Import Police Roboto **********/

body {
    font-family: "Roboto", sans-serif;
}

.cbp-horizontal .cbp-tab-title {
    font-family: "Roboto", sans-serif;
    font-size: bold;
}

/********** footer **********/

.block-links ul>li {
    margin-bottom: 26px;
}

.contact-rich .part {
    margin-bottom: 26px;
    display: flex;
}

#footer .block-title {
    margin-bottom: 20px;
    font-size: 16px;
}

.logo-footer {
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
}

.col-footer-logo {
    min-height: 80px;
    margin-bottom: 20px;
}

/************************************************************************************************/

/* changement image bakcgound selon id page*/

.container-main {
    background-image: url("/img/cms/background-compress.jpeg");
    padding-top: 120px;
    padding-bottom: 200px;
}

#index .itemprop-media {
    opacity: 0;
}

#category .container-main {
    padding-top: 80px;
    padding-bottom: 80px;
}

#category .container-main .textarea-background-image {
    display: none;
}

#cms .textarea-background-image {
    display: none;
}

#cms .d-flex {
    margin-bottom: 70px;
    margin-right: 50px
}

.contact-cms .part {
    margin-bottom: 5px;
}

.contact-cms .part .icon {
    text-align: unset;
}

.contact-cms img {
    margin-left: 0;
}

#cms .page-header {
    display: none;
}

#cms .container-media {
    background-color: #f9f9f9;
    margin-top: -20px;
    padding-top: 60p;
}

#cms .breadcrumb {
    margin-bottom: 0;
}

/* Règle css selon format d'écran*/

@media only screen and (max-width:991px) {
    #index .itemprop-media {
        opacity: 0;
    }
    #cms .itemprop {
        background-color: red;
    }
    /* #wrapper .breadcrumb {
        margin-left: 20px;
    } */

    .product-cover img {
        width: 100%;
    }

    .product-feature {
        display: unset;
    }

    .product-feature::before {
        float: left;
        width: 24px;
        height: 24px;
    }

    #main-product-wrapper {
        margin-bottom: 40px;
    }
    
    .grelated_products {
        margin-top: 40px;
    }

    .search-top-page.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup{
        overflow: hidden; 
        border-radius: 5px;
    }

    .logo-footer {
        padding: 15px;
    }

    .product-cover #product-images-large:not(.slick-initialized) {
        min-height: unset;
    }
}

@media only screen and (max-width: 1359px) {
    .slick-next, .owl-next {
        right: 0;
    }
    
    .slick-prev, .owl-prev {
        left: 0;
    }
}

@media only screen and (max-width:575px) {
    .slick-current > div {
        width: 85%;
        margin: auto;
    }

    .product-flag.vendu .arrow-right {
        top: -1px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 20px !important;
        text-transform: uppercase !important;
    }
    
    h2 {
        font-size: 14px !important;
    }

    .col-footer-logo {
        margin-bottom: 0;
    }

    .col-img-footer {
        margin-bottom: 30px;
    }

    .search-top-page .PM_ASCriterionsGroupList {
        width: 90%;
        margin: auto;
        padding: 10px;
    }

    .submit-button-search {
        padding: 0;
    }

    .search-top-page.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }

    body .search-top-page {
        display: none;
    }

    body#index .search-top-page,
    body#category .search-top-page,
    body#module-pm_advancedsearch4-searchresults .search-top-page{
        display: block;
    }

    /* .PM_ASMobileMode .card-header {
        display: none;
    } */

    #left-column {
        order: -1;
        margin-top: 0;
    }
}

.slick-products-carousel {
    margin: 0;
    margin-bottom: 30px;
}

.slick-products-carousel .slick-list {
    padding: 0;
}

.container-reassurance {
    margin-top: 100px;
    margin-bottom: 100px;
}

.reassurance {
    text-align: center;
    padding: 30px;
    min-height: 400px;
}

.reassurance .reassurance-img {
    padding-bottom: 20px;
}

.reassurance .reassurance-img img{
    max-width: 25%;
    opacity: 0.5;
}

.reassurance .reassurance-title p{
    font-size: 18px;
    font-weight: bold;
    color: black;
    padding-bottom: 25px;
    padding-top: 25px;
}

.reassurance .reassurance-text p{
    font-size: 18px;
}

.show-all-offers {
    text-align: center;
    margin-top: 50px;
}

.elementor-heading-title a {
    color: #000!important;
}

@media only screen and (max-width: 767px) {
    .container-reassurance .row>div {
        padding-right: 0;
        padding-left: 0;
    }

    .reassuarnce {
        padding: 0;
    }
}

.contact-search .gformbuilderpro_openform:hover{
    color: #c495bf!important;
}

.btn-product-list:hover {
    color: #c495bf;
}

.btn-product-list {
    border-style: solid;
}

#header .header-nav a:hover {
    color: #c495bf;
}

#content-wrapper .product_header_container .page-title span {
    width: auto;
}