/* 
Theme Name: 17:17 Interiors
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Ideal Com
Author URI: https://ideal-com.com
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/**** COMMONS ****/
.arch17-container-mw > .e-con-inner {
    width: 80% !important;
    max-width: 1440px !important;
}

#arch17-fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

body.admin-bar #arch17-fixed-header {
    top: 32px; 
}

#content, 
.elementor-location-single, 
.elementor-location-archive {
    padding-top: 71px;
}

#gform_2{align-items: start !important;}

.arch17-menu-mobile .elementor-nav-menu--layout-vertical .arch17-nav-child6 .elementor-item {
    padding-bottom: 40px;
}

.arch17-trigger-mobile .elementor-item {
    display: block;
    margin: 0 auto;
    width: 90%;
    font-size: 18px !important;
    padding: 18px 20px !important;
    letter-spacing: 2px;
    background-color: transparent;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.arch17-trigger-mobile .elementor-item:hover {
    background-color: #ffffff;
    color: #1D1D1B;
}

/**** MAIN ****/
.arch17-contactform_wrapper .gform_heading {
    display: none;
}

.asterick-color {
    color: #c02b0a;
}

.gform-required-indicator, 
.arch17-contactform .gform-body label {
    font-family: "Jost", Sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.gform-theme--foundation .arch17-contactform .gform_fields {
    row-gap: 30px;
}

.arch17-contactform .gform-body label {
    margin-bottom: 0;
}

.arch17-contactform .gform-body input[type=text], 
.arch17-contactform .gform-body input[type=email],
.arch17-contactform .gform-body input[type=tel], 
.arch17-contactform .gform-body textarea {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #C4C4C4;
    border-radius: 0;
    box-shadow: none;
}

.arch17-contactform .gform-body input, 
.arch17-contactform .gform-body textarea {
    background-color: #FFFDF8;
    padding-left: 0;
}

.arch17-contactform .gform-body input[type=checkbox] {
    border-color: #C4C4C4;
}

.arch17-contactform .gform-body input:focus, 
.arch17-contactform .gform-body textarea:focus, 
.gform-theme--foundation.arch17-contactform_wrapper .arch17-contactform .gform_footer input[type=submit]:focus 
{
    outline: none !important;
}

.arch17-contactform .gform-body input::placeholder, 
.arch17-contactform .gform-body textarea::placeholder {
    color: #C4C4C4;
}

.arch17-contactform .gform-body .textarea.small {
    min-block-size: 3rem;
    height: 48px;
}

.gform-theme--foundation.arch17-contactform_wrapper .arch17-contactform .gform_footer input[type=submit] {
    font-family: "Jost", sans-serif!important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    padding: 8px 20px !important;
    background-color: #FFFDF8 !important;
    border: 1px solid #1D1D1B !important;
    color: #1D1D1B !important;
    border-radius: 0 !important;
    box-shadow: none;
}

.gform-theme--foundation.arch17-contactform_wrapper .arch17-contactform .gform_footer input[type=submit]:hover {
    background-color: #1D1D1B !important;
    color: #ffffff !important;
}

.arch17-contactform .gfield_consent_label .gfield_required_asterisk {
    padding-left: 5px;
}

.arch17-contactform .gfield_consent_label a {
    color: #1D1D1B;
    font-weight: 600;
}

.arch17-contactform .gfield_consent_label a:hover {
    color: #C4C4C4;
}

/* REALISATION LISTE GRID */

.elementor-element.arch_real_listing_grid{
    overflow: hidden;
    cursor: pointer;
}

.arch_real_listing_grid-description{
    opacity: 0; 
    transform: translateY(30px);
    transition: all .3s ease-in-out;
}

.elementor-element.arch_real_listing_grid:hover .arch_real_listing_grid-description{
    opacity: 1; 
    transform: translateY(0);
}

.elementor-element.arch_real_list_bloc .elementor-loop-container.elementor-grid{
    grid-template-columns: 1fr 2fr!important;
}

/* FORMULAIRE DE DEVIS */

.arch17-form-devis_wrapper .gform_heading {
    display: none;
}

.gform-theme--foundation .arch17-form-devis {
    background-color: #1D1D1B;
}

.arch17-form-devis .gf_page_steps {
    justify-content: center;
    background-color: #3C3C3C;
    padding: 20px;
}

.arch17-form-devis .gform-body {
    padding: 20px 60px 60px;
}

.arch17-form-devis .gf_page_steps .gf_step {
    flex-direction: column;
    width: 95px;
}

.arch17-form-devis .gf_page_steps .gf_step_label, 
.arch17-form-devis .gf_page_steps .gf_step_number {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    color: #ffffff;
}

.arch17-form-devis .gf_page_steps .gf_step_label {
    font-size: 11px;
}

.arch17-form-devis .gf_page_steps .gf_step_number {
    font-size: 20px;
    border-radius: 0px;
    border: 1px solid #707070;
    background-color: #707070;
    block-size: 40px;
    inline-size: 40px;
    min-inline-size: 40px;
}

.arch17-form-devis .gf_page_steps .gf_step_active .gf_step_number {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1D1D1B;
}

.arch17-form-devis .arch17-formstep-title, 
.arch17-form-devis .arch17-formstep-subtitle {
    font-family: "Jost", sans-serif;
    color: #ffffff;
}

.arch17-form-devis .arch17-formstep-title {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.arch17-form-devis .arch17-formstep-subtitle {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 0px;
}

.gform-theme--framework .arch17-form-devis .gfield--type-image_choice .gfield-choice-image {
    filter: brightness(3) invert(1);
    transition: all 0.3s ease;
    block-size: auto !important;
    inline-size: auto;
    max-block-size: 48px;
    max-inline-size: none;
}

.gform-theme--framework .arch17-form-devis .gfield--type-image_choice .gchoice:hover .gfield-choice-image {
    filter: none;
}

.gform-theme--framework .arch17-form-devis .gform-body .arch17-formstep-img-radio .ginput_container_radio .gfield_radio, 
.gform-theme--framework .arch17-form-devis .gform-body .arch17-stepform-bien .ginput_container_radio .gfield_radio {
    gap: 15px 3%;
}

.gform-theme--framework .arch17-form-devis .gform-body .arch17-formstep-img-radio .ginput_container_radio .gfield_radio .gchoice, 
.gform-theme--framework .arch17-form-devis .gform-body .arch17-stepform-bien .ginput_container_radio .gfield_radio .gchoice {
    inline-size: 48.5%;
    max-inline-size: 48.5%;
    border-radius: 0;
    background-color: transparent;
    align-self: stretch;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gform-theme--framework .arch17-form-devis .arch17-formstep-img-radio .ginput_container_radio .gfield_radio .gchoice:hover {
    background-color: #ffffff;
}

.gform-theme--framework .arch17-form-devis .gfield--type-image_choice .gfield-image-choice-wrapper-outer {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gform-theme--framework .arch17-form-devis .gfield--type-image_choice .gfield-image-choice-wrapper-outer .gfield-choice-image-wrapper {
    margin-block-end: 0;
    display: flex;
    align-items: center;
    width: 54px;
}

#elementor-popup-modal-913.arch17-popup-devis .dialog-widget-content {
    box-shadow: none;
}

#elementor-popup-modal-913.arch17-popup-devis .dialog-close-button {
    top: -10px;
    inset-inline-end: -40px;
}

#elementor-popup-modal-913.arch17-popup-devis .dialog-close-button svg {
    font-weight: 300;
    color: #ffffff;
    transition: all .3s ease-in-out;
}

.gform-theme--foundation .arch17-form-devis .gform_fields {
    row-gap: 10px;
}

.gform-theme--framework .arch17-form-devis .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gform-field-label {
    color: #D9D9D9;
    font-size: 15px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.gform-theme--framework .arch17-form-devis .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover .gform-field-label {
    color: #1D1D1B;
}

.gform-theme--framework .arch17-form-devis .gfield--type-image_choice .gfield-image-choice-wrapper-inner {
    width: calc(100% - 54px);
    height: 100%;
    display: block;
}

.gform-theme--framework .arch17-form-devis .gfield--type-image_choice .gfield-image-choice-wrapper-inner input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.arch17-form-devis .gform-page-footer {
    justify-content: space-between;
    margin-block-start: 60px;
}

.arch17-form-devis .gform-page-footer:has(:only-child) {
    margin-block-start: 100px;
}

.arch17-form-devis .gform-page-footer:has(:only-child) .button {
    margin-left: auto !important;
}

.gform-theme--framework .arch17-form-devis .gform_page .gform-page-footer .gform_next_button, 
.gform-theme--framework .arch17-form-devis .gform_page .gform-page-footer .gform_previous_button,  
.gform-theme--framework .arch17-form-devis .gform_page .gform-page-footer .gform_button {
    font-family: 'Jost', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    border: 1px solid #ffffff !important;
    border-radius: 0px !important;
    color: #ffffff !important;
    background-color: transparent !important;
    padding: 15px 29px 15px 29px !important;
    transition: all .3s ease-in-out !important;
}

.gform-theme--framework .arch17-form-devis .gform_page .gform-page-footer .gform_previous_button:focus, 
.gform-theme--framework .arch17-form-devis .gform_page .gform-page-footer .gform_next_button:focus, 
.gform-theme--framework .arch17-form-devis .gform_page .gform-page-footer .gform_button:focus {
    outline: none;
}

.gform-theme--framework .arch17-form-devis .gform_page .gform-page-footer .gform_previous_button:hover, 
.gform-theme--framework .arch17-form-devis .gform_page .gform-page-footer .gform_next_button:hover, 
.gform-theme--framework .arch17-form-devis .gform_page .gform-page-footer .gform_button:hover {
    background-color: #ffffff !important;
    color: #1D1D1B !important;
}

.gform-theme--framework .arch17-form-devis .gfield--type-image_choice .gchoice:where(:has(input:checked)) {
    outline: none;
    background-color: #ffffff !important;
}

.gform-theme--framework .arch17-form-devis .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after, 
.gform-theme--framework .arch17-form-devis .gf_step_completed .gf_step_number::after {
    display: none;
}

.gform-theme--framework .arch17-form-devis .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked)):focus {
    outline: none;
}

.gform-theme--framework .arch17-form-devis .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked)) .gfield-choice-image {
    filter: none;
}

.gform-theme--framework .arch17-form-devis .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked)) .gform-field-label {
    color: #1D1D1B;
}

.gform-theme--framework .arch17-form-devis .gfield_label {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
}

.gform-theme--framework .arch17-form-devis .gform_fields {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: #ffffff;
}

.gform-theme--framework .arch17-form-devis .gfield input[type="text"], 
.gform-theme--framework .arch17-form-devis .gfield input[type="email"], 
.gform-theme--framework .arch17-form-devis .gfield input[type="tel"],
.gform-theme--framework .arch17-form-devis .gfield select,
.gform-theme--framework .arch17-form-devis .gfield textarea {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    padding-left: 0;
    color: #ffffff;
}

.gform-theme--framework .arch17-form-devis .gfield input::placeholder, 
.gform-theme--framework .arch17-form-devis .gfield textarea::placeholder,
.gform-theme--framework .arch17-form-devis .gfield select  {
    color: #707070;
}

.gform-theme--framework .arch17-form-devis .gfield_radio .gform-field-label, 
.gform-theme--framework .arch17-form-devis  .gfield--input-type-consent .gfield_consent_label  {
    color: #ffffff;
}

.gform-theme--framework .arch17-form-devis .gfield, 
.gform-theme--framework .arch17-form-devis .gfield legend {
    margin-bottom: 10px;
}

.gform-theme--framework .arch17-form-devis .arch17-stepform-field-half {
    grid-column: span 6;
}

.gform-theme--framework .arch17-form-devis .arch17-stepform-field-half {
    position: relative;
}

.gform-theme--framework .arch17-form-devis .arch17-stepform-field-half::after {
    content: "m²";
    position: absolute;
    top: 30px;
    right: 0;
    color: #ffffff;
    font-weight: 300;
}

.gform-theme--framework .arch17-form-devis .gfield input[type="text"]:focus, 
.gform-theme--framework .arch17-form-devis .gfield input[type="email"]:focus, 
.gform-theme--framework .arch17-form-devis .gfield input[type="tel"]:focus,
.gform-theme--framework .arch17-form-devis .gfield select:focus,
.gform-theme--framework .arch17-form-devis .gfield textarea:focus {
    outline: none;
}

.gform-theme--framework .arch17-form-devis .ginput_container_radio input {
    background-color: transparent;
}

.gform-theme--framework .arch17-form-devis .ginput_container_radio input:checked::before {
    background-color: #ffffff;
    block-size: 12px;
    inline-size: 12px;
}

.gform-theme--framework .arch17-form-devis .arch17-stepform-textarea textarea {
    height: 60px;
    min-block-size: 60px;
}

.gform-theme--framework .arch17-form-devis .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after {
    color: #ffffff;
}

.gform-theme--framework .arch17-form-devis .gform-body .arch17-stepform-bien .ginput_container_radio .gfield_radio, 
.gform-theme--framework .arch17-form-devis .arch17-stepform-budget .ginput_container_radio .gfield_radio {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 3%;
}

.gform-theme--framework .arch17-form-devis .arch17-stepform-budget .ginput_container_radio .gfield_radio .gchoice {
    width: 48.5%;
}

.gform-theme--framework .arch17-form-devis .gform_confirmation_message {
    padding: 120px 60px 0;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}

.gform-theme--framework .gform_confirmation_message .arch17-confirmation-title {
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
}

.gform-theme--framework .gform_confirmation_message .arch17-stepform-confir-info {
    font-weight: 200;
    font-size: 18px;
}

.gform-theme--framework .gform_confirmation_message .arch17-stepform-confir-btn {
    display: block;
    width: 210px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 18px 20px;
    margin-top: 20px;
    transition: all .3s ease;
}

.gform-theme--framework .gform_confirmation_message .arch17-stepform-confir-btn:hover {
    background-color: #ffffff;
    color: #1D1D1B;
}

.gform-theme--framework .arch17-form-devis  .arch17-rgpd-link {
    color: #707070;
}

.gform-theme--framework .arch17-form-devis  .arch17-rgpd-link:hover {
    text-decoration: underline;
}

body .arch17-form-devis .gform-page-footer {
    position: relative;
}

.arch17-form-devis #gform_page_3_1 .gform_page_footer {
    position: relative !important;
    display: flex !important;
    justify-content: flex-end !important;
    min-height: 50px !important;
    overflow: visible !important; 
}

.arch17-form-devis #gform_next_button_3_1 {
    position: static !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    margin-right: 0 !important;
    transition: none !important;
}

#gform_ajax_spinner_3 {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: 30px !important;
    height: 30px !important;
    background-image: url("data:image/svg+xml,...") !important; /* Conserve le spinner GF */
    z-index: 1 !important;
}

.elementor-element.arch17-rea-img-column {
    align-items: stretch;
}

/* .elementor-element.arch17-rea-img-column .elementor-widget,
.elementor-element.arch17-rea-img-column .elementor-widget .elementor-widget-container, 
.elementor-element.arch17-rea-img-column .elementor-widget .elementor-widget-container .elementor-shortcode, 
.elementor img.arch17-rea-img {
    height: 100%;
} */

.realisations-navigation {
    display: flex;
    justify-content: space-between;
    gap: 20px; 
}

.realisations-navigation .real-nav-btn {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #141414;
    background-color: transparent;
    border: 1px solid #141414;
    padding: 10px 20px;
    transition: all .3s ease;
}

.realisations-navigation .real-nav-btn:hover {
    color: #ffffff;
    background-color: #141414;
}

.realisations-navigation .next-btn {
    margin-left: auto; 
}

.realisations-navigation .prev-btn {
    margin-right: auto; 
}

/****** AVANT/APRES ******/

.carousel-container {
      position: relative;
      overflow: hidden;
      width: 100%!important;
      height: 100%!important;
      margin: auto;
      border: none!important;
    }

    .carousel-wrapper {
      display: flex;
      transition: transform 0.5s ease;
      width: 100%;
      height: 100%;
    }

    .carousel-item {
      min-width: 100%;
      height: 100%!important;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .carousel-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-controls {
        position: absolute;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        top: 50%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transform: translateY(-50%);
    }

    .carousel-controls button {
        padding: 10px 20px;
        font-size: 16px;
    }

    .aft_befor_liste{
        width: 100%;
        margin: 0 auto;
        border: 1px solid;
        display: grid;
        grid-template-columns: 2fr 1fr; 
        grid-gap: 10px;
        grid-auto-rows: minmax(300px, auto);
    }

    .aft_befor_liste .aft_befor_liste-item{
        background: lightgray;
        text-align: center;
        position: relative;
    }
    
    .aft_befor_liste {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      grid-auto-rows: 560px;
      border: none!important;
    }

    .aft_befor_liste-item {
      background: lightgray;
      text-align: center;
    }


.aft_befor_liste-item:nth-child(4n+1) {
  grid-column: span 2;
}


.aft_befor_liste-item:nth-child(4n+2) {
  grid-column: span 1;
}


.aft_befor_liste-item:nth-child(4n+3) {
  grid-column: span 1;
}


.aft_befor_liste-item:nth-child(4n) {
  grid-column: span 2;
}

.carousel-item{
    position: relative;
}

.carousel-item label {
    position: absolute;
    padding: 20px;
    background-color: #333333a3;
    color: azure;
    right: 0;
    top: 0;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 20px;
}

.aft_befor_liste .prev-btn, 
.aft_befor_liste .next-btn{
    z-index: 7;
    top: 50%;
    border:none!important;
    padding:0!important;
}

.aft_befor_liste .prev-btn:hover, 
.aft_befor_liste .next-btn:hover,
button:focus{
    background-color: transparent!important;
}

.next-btn{
    right: 0;
}

.prev-btn{
    left: 0;
}

/****** GALLERY ******/

/*.arch_real_gal .e-gallery-grid:not(.e-gallery--animated)  > *:nth-child(3n+1) {
    grid-column: span 2;
}

.arch_real_gal .e-gallery-grid .e-gallery-image{
    height: 100%!important;
    background-position: initial !important;
}

.arch17-post-img-home-grid a {
    width: 100%;
}

.imageHover {
    overflow: hidden;
}

.imageHover img {
    transition: all 0.95s ease;
    -moz-transition: all 0.95s ease;
	-webkit-transition: all 0.95s ease;
}

.imageHover:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}*/

.gform-theme--foundation .arch17-newsletter-gform .gform-body {
        width: calc(100% - 173px) !important;
}

.gform-theme--foundation .arch17-newsletter-gform .gform-footer {
    width: 143px !important;
}

.gform-theme--foundation .arch17-newsletter-gform .ginput_container_email input {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding-left: 0;
}

.gform-theme--foundation .arch17-newsletter-gform .ginput_container_email input:focus, 
.gform-theme--foundation .arch17-newsletter-gform .ginput_container_email .gform_button:focus {
    outline: none;
}

.arch_pres_listing .elementor-image-box-img{
    height: 260px;
}

.arch_pres_listing .elementor-image-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arch_pres_num {
    line-height: 1;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
}

.arch_pres_listing .elementor-image-box-img{
    overflow: hidden;
}

.arch_pres_listing:hover img {
    transform: scale(1.2);
}

.arch17-contact-notification {
    padding: 60px 0 20px;
}

.arch17-notification-title, 
.arch17-contact-info, 
.arch17-btn-gotohome {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    text-align: center;
    color: #141414;
}

.arch17-notification-title {
    font-size: 18px;
}

.arch17-contact-info {
    font-size: 16px;
}

.arch17-btn-gotohome {
    display: block;
    width: 200px;
    margin: 0 auto;
    border: 1px solid #141414;
    background-color: transparent;
    text-transform: uppercase;
    padding: 16px 24px;
    transition: all .3s ease-in-out;
}

.arch17-btn-gotohome:hover {
    background-color: #141414;
    color: #ffffff;
}

.form-last-paragr {
    margin-bottom: 30px;
}

/**** FOOTER ****/
.arch17-footer-list .elementor-icon-list-items .arch17-link-marquor {
    display: inline !important;
    color: #929292;
}

/**** RESPONSIVE ****/
@media screen and (min-width: 1025px) {
    .arch17-footer-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:last-child:after {
        align-self: center;
        content: "";
        border-color: #707070 !important;
        border-left-style: solid !important;
        border-left-width: 2px !important;
        height: 35% !important;
        visibility: visible !important;
    }

    .elementor-nav-menu--main.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.arch17-trigger-mobile, 
    .elementor-nav-menu--main.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.arch17-nav-child6:after {
        display: none !important;
    }

    .arch_pres_listing {
        position: relative;
    }

    /*.arch_pres_listing:not(:last-child)::after {
        content: "";
        display: inline-block;
        width: 80px;
        height: 1px;
        background-color: #1D1D1B33;
        position: absolute;
        top: 105px;
        right: -80px;
    }*/

    .gform-theme--foundation.arch17-newsletter-gform_wrapper {
        margin-top: -50px !important;
    }
}

@media (min-width: 1200px) {
    .arch_real_gal .e-gallery-grid:not(.e-gallery--animated)  > *:nth-child(3n+1) {
        height: 960px !important;
    }
    .arch_real_gal .e-gallery-grid:not(.e-gallery--animated)  > * {
        height: 840px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .arch_real_gal .e-gallery-grid:not(.e-gallery--animated)  > * {
        height: 531px !important;
    }
}

@media (max-width: 1024px) {
    .arch_pres_num {
        top: 90px;
    }
}

@media screen and (max-width: 767px) {
    .arch17-footer-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
        display: block;
    }

    .arch17-footer-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
        justify-content: center;
    }

    .arch_real_listing_grid-description {
        opacity: 1; 
        transform: translateY(0);
    }

    .elementor-element.arch_real_list_bloc .elementor-loop-container.elementor-grid{
        grid-template-columns: 1fr!important;
    }

    #elementor-popup-modal-913.arch17-popup-devis .dialog-widget-content {
        width: 90%;
    }

    #elementor-popup-modal-913.arch17-popup-devis .dialog-message {
        width: 100%;
        height: 100%;
    }

    #elementor-popup-modal-913.arch17-popup-devis .dialog-close-button {
        top: 0;
        inset-inline-end: 0;
    }

    .gform-theme--framework .gform_confirmation_message {
        padding: 50px 60px 0;
    }

    .arch17-form-devis .gf_page_steps .gf_step_number {
        font-size: 16px;
        block-size: 25px;
        inline-size: 25px;
        min-inline-size: 25px;
    }

    .arch17-form-devis .gform-body {
        padding: 20px 20px 30px;
    }

    .arch17-form-devis .gform-page-footer, 
    .arch17-form-devis .gform-page-footer:has(:only-child) {
        margin-block-start: 20px;
    }

    .arch17-form-devis .arch17-formstep-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .arch17-form-devis .arch17-formstep-subtitle {
        font-size: 18px;
    }

    .arch17-form-devis .gf_page_steps {
        justify-content: flex-start;
        gap: 15px 5px !important;
    }

    #content, 
    .elementor-location-single, 
    .elementor-location-archive {
        padding-top: 6px;
    }

    .arch_real_gal .e-gallery-grid:not(.e-gallery--animated) > *:nth-child(3n+1) {
        grid-column: span 1;
    }

    .arch_real_gal .e-gallery-grid:not(.e-gallery--animated)  > * {
        height: 480px !important;
    }

    .aft_befor_liste {
      grid-template-columns: repeat(1, 1fr);
    }

    .aft_befor_liste-item {
        grid-column: span 2 !important;
    }

    .carousel-item label {
        font-size: 16px;
    }

    .arch17-contact-notification {
        padding: 30px 0 20px;
    }
}

@media screen and (max-width: 500px) {
    .gform-theme--framework .arch17-form-devis .gform-body .arch17-stepform-bien .ginput_container_radio .gfield_radio, 
    .gform-theme--framework .arch17-form-devis .arch17-stepform-budget .ginput_container_radio .gfield_radio {
        flex-direction: column;
        column-gap: 0;
    }

    .gform-theme--framework .arch17-form-devis .gform-body .arch17-formstep-img-radio .ginput_container_radio .gfield_radio .gchoice, 
    .gform-theme--framework .arch17-form-devis .gform-body .arch17-stepform-bien .ginput_container_radio .gfield_radio .gchoice {
        inline-size: 100%;
        max-inline-size: 100%;
    }

    .gform-theme--framework .arch17-form-devis .arch17-stepform-budget .ginput_container_radio .gfield_radio .gchoice {
        width: 100%;
    }

    .gform-theme--framework .arch17-form-devis .arch17-stepform-field-half {
        grid-column: span 12;
    }

    .gform-theme--framework .arch17-form-devis .gfield--input-type-datepicker .ginput_container_date input {
        --gf-local-width: 100%;
    }
}

@media (max-width: 480px) {
    .gform-theme--foundation .arch17-newsletter-gform .gform-body, 
    .gform-theme--foundation .arch17-newsletter-gform .gform-footer {
        width: 100% !important;
    }

    .gform-theme--foundation .arch17-newsletter-gform {
        gap: 20px;
    }
}