/*
Theme Name: Enfold
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

.html_av-overlay-side .av-burger-overlay-scroll {
    width: 100%;
    transform: translateX(100%);
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-transform: inherit !important;
    font-size: 70px !important;
}

.home h1 {
    font-size: 88px !important;
}

h2 {
    font-family: "Open Sans", sans-serif  !important;
    font-weight: 300 !important;
    text-transform: inherit !important;
    font-size: 44px !important;
}

h3 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    text-transform: inherit !important;
    font-size: 30px !important;
    line-height: 42px !important;
}

h3 a {
    text-decoration: underline !important;
}

strong {
    font-weight: 400 !important;
}

h4 {
    font-family: 'Kalam', cursive !important;
    font-weight: 300;
    font-size: 25px !important;
  }


h5 {
    font-family: 'Kalam', cursive;
    font-weight: 300;
    font-size: 50px !important;
  }

  h6 {
    font-family: 'Kalam', cursive;
    font-weight: 300;
    font-size: 40px !important;
  }

  p, .avia_textblock li, .av-milestone-content li {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-transform: inherit !important;
    font-size: 16px !important;
}

.avia_textblock p strong {
    font-weight: 700 !important;
    color: #000 !important;
}

  .avia-button, .wpforms-submit, .wpgb-button, .wpforms-submit {
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 20px !important;
    border-radius: 26px !important;
    background-color: white !important;
    border: 2px solid #000 !important;
    box-shadow: none !important;
    font-family: 'Kalam', cursive !important;
    font-weight: 300 !important;
    color: #000 !important;
    font-size: 20px !important;
  }

  #footer .wpforms-submit {
    background-color: #E6292E !important;
    color: white !important;
    border: 0px solid white !important;
  }

  .img-radius img {
    border-radius: 20px !important;
  }

  .img-absolute {
    position: absolute !important;;

  }

  .max-800 {
    max-width: 800px !important;
    margin: 0 auto !important;
    float: none !important;
  }
  
  .icon-section img {
    width: 80px !important;
    height: auto !important;
  }

  .icon-section-2 img {
    width: 130px !important;
    height: auto !important;
  }
  /* ME
  /* MENU */

  #header_main .container {
    height: 130px;
    line-height: 130px;
}

.main_menu ul:first-child > li a  {
    height: fit-content;
    line-height: inherit !important;
}

.avia-menu {
    margin-top: 50px !important;
}

.main_menu ul:first-child > av-menu-button.li a {
    height: 60px !important;
}

.logo {
    padding: 10px 0 !important;
}

.main_menu .avia-menu-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px !important;
    color: white !important;
    transition: all 0.15s ease-in-out !important;
}

.avia-menu-fx {
    display: none !important;
}

.main_menu .current-menu-item .avia-menu-text::after, 
.main_menu a:hover .avia-menu-text::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: calc(53% - 10px);
    height: 2px;
    background: #E6292E !important;
}

.main_menu .current-menu-item .avia-menu-text::before,
.main_menu a:hover .avia-menu-text::before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: -4px;
    width: calc(53% - 10px);
    height: 2px;
    background: #E6292E !important;
}

.av-menu-button a {
    height: 52px !important;
    padding: 0 20px !important;
    border-radius: 26px !important;
    background-color: #E6292E!important;
    border: 2px solid white !important;
    box-shadow: none !important;
    top: -10px;
    position: relative;
    margin-left: 15px;
}

.av-menu-button a .avia-menu-text {
    background: transparent !important;
    line-height: 52px !important;
    height: auto !important;
    padding: 0 !important;
    border: 0px solid white !important;
    font-family: 'Kalam', cursive;
    font-weight: 300;
    color: white !important;
    font-size: 20px !important;
}

.main_menu .current-menu-item.av-menu-button .avia-menu-text::before,
.main_menu .av-menu-button a:hover .avia-menu-text::before,
.main_menu .current-menu-item.av-menu-button .avia-menu-text::after, 
.main_menu .av-menu-button a:hover .avia-menu-text::after {
    visibility: hidden !important;
}




  /* CONTENT */


.container_wrap {
    border-top-width: 0px !important;
}

 .section-sup .flex_column_table {
    position: relative;
    min-height: 662px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse !important;
}

.section-sup .col-text-sup {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    width: 50% !important;
    z-index: 5;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.section-sup .col-img-sup {
    width: 66% !important;
}

.section-sup .col-text-sup:before {
    content: '' !important;
    background: url(https://ducommun.swisscreative.dev/wp-content/uploads/2026/05/swoosh-sup-1.png);
    height: 101px !important;
    width: 108px !important;
    position: absolute;
    left: -75px;
    visibility: visible;
    background-repeat: no-repeat;
}

.section-sup .col-text-sup:after {
    content: '' !important;
    background: url(https://ducommun.swisscreative.dev/wp-content/uploads/2026/05/swoosh-sup-2.png);
    height: 114px !important;
    width: 244px !important;
    position: absolute;
    bottom: -114px;
    left: 50% !important;
    visibility: visible;
    background-repeat: no-repeat;
}

.section-sup-2 img {
    border-radius: 20px !important;
    margin-top: 114px !important;
    aspect-ratio: 4 / 1 !important;
    object-fit: cover;
}


.section-sup-2 .col-text-sup:before {
    content: '' !important;
    background: url(https://ducommun.swisscreative.dev/wp-content/uploads/2026/05/swoosh-sup-1.png);
    height: 101px !important;
    width: 108px !important;
    position: absolute;
    left: -75px;
    visibility: visible;
    background-repeat: no-repeat;
}

.section-sup-2 .col-text-sup:after {
    content: '' !important;
    background: url(https://ducommun.swisscreative.dev/wp-content/uploads/2026/05/swoosh-sup-2.png);
    height: 114px !important;
    width: 244px !important;
    position: absolute;
    bottom: -114px;
    left: 50% !important;
    visibility: visible;
    background-repeat: no-repeat;
}


.hand-before, .hand-after, .hand-after2, .cool-swoosh {
    position:  relative !important;
}

.hand-before:before {
    content: '' !important;
    background: url(https://ducommun.swisscreative.dev/wp-content/uploads/2026/05/hand-before.svg);
    height: 250px !important;
    width: 206px !important;
    top: -165px;
    left: 100px !important;
    visibility: visible;
    display: block !important;
    position: absolute;
    z-index: 2 !important;
    background-repeat: no-repeat;
}

.hand-after:after {
    content: '' !important;
    background: url(https://ducommun.swisscreative.dev/wp-content/uploads/2026/05/hand-after.svg);
    height: 146px !important;
    width: 323px !important;
    bottom: -163px;
    left: 0 !important;
    visibility: visible;
    display: block !important;
    position: absolute;
    z-index: 2 !important;
    background-repeat: no-repeat;
}

.hand-after2:after {
    content: '' !important;
    background: url(https://ducommun.swisscreative.dev/wp-content/uploads/2026/05/hand-after2.svg);
    height: 187px !important;
    width: 187px !important;
    bottom: -120px;
    right: 50px !important;
    visibility: visible;
    display: block !important;
    position: absolute;
    z-index: 2 !important;
    background-repeat: no-repeat;
}

    .cool-swoosh:before {
        content: '' !important;
        background: url(https://ducommun.swisscreative.dev/wp-content/uploads/2026/05/cool-swoosh.svg);
        height: 237px !important;
        width: 289px !important;
        top: -129px;
        left: 30px !important;
        visibility: visible;
        display: block !important;
        position: absolute;
        z-index: 2 !important;
        background-repeat: no-repeat;
    }

.cta {
    position:  relative !important;
}

.cta .av_textblock_section {
    display: flex !important;
justify-content: center !important;
margin-top: 50px !important;
}

.cta .avia_textblock {
    display: inline-block !important;
    margin: 0 auto !important;
}

.cta .av_textblock_section:before {
    content: '' !important;
    background: url(https://ducommun.swisscreative.dev/wp-content/uploads/2026/05/swoosh-cta.svg);
    height: 150px !important;
    width: 200px !important;
    top: 15px;
    left: calc(50% - 480px) !important;
    visibility: visible;
    display: block !important;
    position: absolute;
    z-index: 2 !important;
    background-repeat: no-repeat;
    background-size: contain !important;
}

.cta-contact .av_textblock_section:before {
    left: calc(50% - 550px) !important;
}


.cta:after {
    content: '' !important;
    background: url(https://ducommun.swisscreative.dev/wp-content/uploads/2026/05/hand-cta.svg);
    height: 197px !important;
    width: 380px !important;
    bottom: -40px !important;
    right: 0 !important;
    visibility: visible;
    display: block !important;
    position: absolute;
    z-index: 2 !important;
    background-repeat: no-repeat;
}

.cta-contact:after {
    display: none !important;
}

.av-milestone-date, .av-milestone-article-footer, .milestone-char  {
    display: none !important;
}

.avia-timeline .milestone_icon, .main_color .avia-timeline .milestone_inner {
width: 50px !important;
height: 50px !important;
background-color: #E6292E !important;
}


.av-milestone-content-wrap {
	padding: 120px 50px 0 0 !important;
}

.av-timeline-nav-prev, .av-timeline-nav-next {
	opacity: 0.8 !important;
	width: 40px !important;
}

.avia-slideshow-arrows path {
	fill: #000000 !important;
}

.av-milestone {
    margin-right: 2px !important;
}

.avia-timeline {
    padding-top: 100px !important;
}

.av-milestone-content-wrap {
    padding-top: 30px !important;
}

.av-milestone-content strong {
    color: #000 !important;
}

.av-milestone-title {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    text-transform: inherit !important;
    font-size: 30px !important;
    color: #E6292E !important;
}

#top .av-timeline-nav a.av-nav-btn.avia-svg-icon {
    background-color: transparent !important;
}

.service-block .service-img img {
    border-radius: 20px !important;
    aspect-ratio: 2 / 1 !important;
    margin-bottom: 15px !important;
}

.service-block {
    border-bottom: 1px solid #000 !important;
    padding-bottom: 30px !important;
}

.service-block  .avia-button {
  margin-top: 15px !important;
}

.icon-service {
    position: absolute;
    right: 0 !important;
    bottom: 30px !important;

}

.icon-service img {
    max-width: 60px !important;
    max-height: 60px !important;
}

.map-section .container {
    max-width: none !important;
    padding: 0 !important;
}

.contact-team-block {
    display: flex !important;
    flex-direction: row !important;
    max-width: 900px !important;
    justify-content: center !important;
    width: 100% !important;
    margin: -200px auto 0 auto !important;
    float: none !important;
}

.contact-team-block .avia-image-container {
    flex: 1;
    margin-bottom: 0px !important;
}

.contact-team-block .avia-image-container img {
    aspect-ratio: 1 / 1 !important;
    border-radius: 20px !important;
    object-fit: cover;
    object-position: top;
}

.contact-team-block .av_textblock_section {
    padding: 30px !important;
    flex: 2;
    display: table !important;
}

.contact-team-block .av_textblock_section .avia_textblock {
vertical-align: middle !important;
display: table-cell !important;
}

.contact-team-block p, .contact-team-block a {
    color: #000 !important;
    text-decoration: none !important;
}

.contact-team-block a:hover {
    text-decoration: underline !important;
}

.contact-team-block h3 {
    font-weight: 300 !important;
}

.fullwidth-section .container {
max-width: none !important;
padding: 0 !important;
}

.av-partner-fake-img {
    aspect-ratio: 1 / 1 !important;
    border-radius: 20px !important;
}

#top .avia-logo-element-container .slide-entry {
    padding: 10px;
}

#top .avia-smallarrow-slider-heading {
    position: absolute;
    bottom: -50px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.new-special-heading {
    display: none !important;
}

#top .av-control-minimal .avia-slideshow-arrows a.avia-svg-icon {
    border: 0px solid #fff !important;
    background: transparent;
}

#top .avia-smallarrow-slider .avia-slideshow-arrows a.avia-svg-icon svg:first-child, #top .avia-smallarrow-slider .avia-slideshow-arrows a.avia-svg-icon img[is-svg-img="true"] {
    height: 18px !important;
}

.contact-info-section p a {
    color: #000 !important;
}



/* FORMS */

.wpforms-field-label, .wpforms-field-label-inline {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    text-transform: inherit !important;
    font-size: 16px !important;
    margin-bottom: 3px !important;
}

.wpforms-required-label {
    color: #E6292E !important;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    border-radius: 30px !important;
    min-height: 60px !important;
    line-height: 60px !important;
    padding: 0 15px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    text-transform: inherit !important;
    font-size: 16px !important;
    color: #000 !important;
}

#top .main_color .iti__tel-input {
    padding-left: 50px !important;
}

.wpforms-field-description {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    text-transform: inherit !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #000 !important;
    padding: 15px 0 30px 0 !important;
}

.wpforms-uploader {
    border-radius: 20px !important;
}

.wpforms-container h3 {
    border-bottom: 1px solid #000 !important;
    padding-bottom: 10px !important;
}

/* POST TYPE */

.wpgb-block-term[data-id="12"] {
    font-size: 0px !important;
    position: absolute !important;
    right: 20px;
    top: -80px;
}

.wpgb-block-term[data-id="12"]:after {
    content: '' !important;
    background: url(https://ducommun.swisscreative.dev/wp-content/uploads/2026/05/swoosh-wow.svg);
    visibility: visible;
    display: block !important;
    position: relative;
    z-index: 2 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 200px !important;
    aspect-ratio: 2/ 1;
}

.localite .wpgb-block-term {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300 !important;
    line-height: 28px !important;
    text-transform: inherit !important;
    font-size: 20px !important;
}

.wpgb-area-bottom-1 {
    margin-top: 30px !important;
}

.wpgb-area-bottom-1 svg {
    color: #000 !important;
}

.member-card {
    text-align: center !important;
}

.member-card .wpgb-block-1, 
.member-card .wpgb-block-2 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #E6292E !important;
    margin: 10px 0 15px 0 !important;
}

.member-card .wpgb-block-2 {
    font-weight: 300 !important;
    margin-left: 5px !important;
}

.member-card .wpgb-block-3 {
        font-family: 'Kalam', cursive !important;
        font-weight: 300 !important;
        font-size: 20px !important;
        margin-bottom: 15px !important;
        min-height: 50px !important;
}

.wpgb-page {
    min-width: 20px !important;
}

.wpgb-page:first-child {
    margin-left: 0px !important;
}

.wpgb-page a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    opacity: 0.9 !important;
    color: #000 !important;
}

.wpgb-page a[aria-current="true"],
.wpgb-page a:hover {
    opacity: 1 !important;
    color: #E6292E !important;
}


.wpgb-page:first-child a {
    padding-left: 0px !important;
}

.wpgb-page-next a::after {
    content: '\f178' !important;
    font-family: "Font Awesome 6 Pro";
    margin-left: 5px !important;
}

.wpgb-page-prev a::before {
    content: '\f177' !important;
    font-family: "Font Awesome 6 Pro";
    margin-right: 5px !important;
}

h4.wpgb-facet-title {
    color: #000;
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400;
    margin-bottom: 8px !important;
}

.wpgb-input,
.wpgb-select {
    height: 56px !important;
    margin: 0 !important;
    border: 1px solid #000 !important;
    background: transparent !important;
    border-radius: 0px !important;
    color: #000 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 28px !important;
}

.wpgb-select-controls {
    margin-right: 7px !important;
}

.wpgb-select {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.wpgb-input::placeholder {
    opacity: 1 !important;
    font-weight: 400 !important;
    color: #000 !important;
}

.wpgb-facet .wpgb-search-facet .wpgb-input {
    padding-left: 20px !important;
}

.wpgb-select-toggle {
    stroke: #00000 !important;
}

.wpgb-facet .wpgb-input-icon {
    height: 20px !important;
    top: calc(50% - 10px) !important;
    width: 20px !important;
    stroke: #000 !important;
    margin-left: 12px !important;
}

.wpgb-select input {
    margin: 0px !important;
    background: transparent !important;
    color: #000 !important;
    opacity: 1 !important;
    border: 0px solid white !important;
}

.wpgb-select input::placeholder {
    opacity: 1 !important;
}

#top input[type="text"]:focus,
#top input[type="password"]:focus,
#top input[type="email"]:focus,
#top input[type="number"]:focus,
#top input[type="url"]:focus,
#top input[type="tel"]:focus,
#top input[type="search"]:focus,
#top textarea:focus {
    box-shadow: unset !important;
}


.wpgb-select-placeholder {
    height: 100% !important;
}

.wpgb-select-clear,
.wpgb-select-separator,
.wpgb-select-toggle {
    color: #000 !important;
}
.wpgb-card-body, .wpgb-card-footer {
    background: transparent !important;
}


/* FOOTER */

#footer {
    border-top: 0px solid white !important;
    position: relative !important;
}

#footer:after {
    content: '' !important;
    background: url(https://ducommun.swisscreative.dev/wp-content/uploads/2026/05/hand-footer.svg);
    height: 236px !important;
    width: 190px !important;
    bottom: -88px;
    right: 50px !important;
    visibility: visible;
    display: block !important;
    position: absolute;
    z-index: 2 !important;
}



#footer .container {
    border-top: 4px solid #E6292E !important;
    padding-top: 30px !important;
    text-align: center;
}

#footer .container:before {
    content: '' !important;
    background: url(https://ducommun.swisscreative.dev/wp-content/uploads/2026/05/logo-footer.svg);
    visibility: visible;
    display: block !important;
    width: 100% !important;
    height: 150px !important;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center center !important;
}

.widgettitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 300 !important;
    text-transform: inherit !important;
    font-size: 30px !important;
}

#custom_html-2 a {
    color: #000 !important;
    text-decoration: underline !important;
}

#custom_html-2 a:hover {
    text-decoration: none !important;
}

#nav_menu-2 li a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400 !important;
    text-transform: inherit !important;
    font-size: 16px !important;
    color: #000 !important;
    padding: 10px 0 !important;
}


.social-circle i {
    font-size: 17px;
    color: #E6292E;
    background-color: transparent ;
    text-align: center !important;
    width: 40px;
    height: 40px;
    line-height: 39px;
    border-radius: 100px;
    transition: all 0.1s ease-in-out !important;
    margin-right: 3px !important;
    border: 1px solid #E6292E !important;
}

.social-circle:hover i {
    background-color: #E6292E !important;
    color: white !important;
}

.social-circle .fa-instagram {
    font-size: 20px !important;
}

#footer .wpforms-field-label, #footer .wpforms-field-label-inline {
    text-align: left !important;
}

#footer .wpforms-field-email {
    width: calc(100% - 120px) !important;
}

#footer .wpforms-submit-container {
    width: fit-content;
    position: absolute;
    top: 81px;
    right: 0;
}

#top .footer_color .input-text, #top .footer_color input[type='text'], #top .footer_color input[type='input'], #top .footer_color input[type='password'], #top .footer_color input[type='email'], #top .footer_color input[type='number'], #top .footer_color input[type='url'], #top .footer_color input[type='tel'], #top .footer_color input[type='search'], #top .footer_color textarea, #top .footer_color select {
    height: 52px !important;
    line-height: 52px !important;
    background: transparent !important;
    border-radius: 26px !important;
    border: 1px solid #000 !important;
    padding: 0 15px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 400 !important;
    text-transform: inherit !important;
    font-size: 16px !important;
    color: #000 !important;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 0 !important;
}

#footer .wpforms-field-checkbox {
    padding-top: 10px !important;
}

#footer .wpforms-field-label-inline {
    font-family: "Open Sans", sans-serif;
    font-weight: 300 !important;
    text-transform: inherit !important;
    font-size: 14px !important;
    color: #000 !important;
    word-break: auto-phrase !important;
}

#socket {
    border-top: 0px solid white !important;
    border-bottom: 10px solid #E6292E !important;
    background-color: transparent;
}

#socket .container {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    gap: 10px !important;
}

#avia3-menu {
    width: fit-content;
    margin: 0 auto;
}

#socket p, #socket span, #socket a, #socket strong {
    font-family: "Open Sans", sans-serif;
    font-weight: 300 !important;
    text-transform: inherit !important;
    font-size: 14px !important;
    color: #000 !important;  
}

.avia3-menu {
    overflow: visible !important;
}

#socket .sub_menu_socket li {
    border-color: #000 !important;
}

#socket .sub_menu_socket li .avia-menu-text {
    font-weight: 400 !important;
    text-decoration: underline !important;
}


/* AGENCEMENT */


#full_slider_1 h1, #full_slider_1 h6 {
    color: white !important;
}

.page-id-69 #wrap_all, .page-id-69 #main, .page-id-69 .main_color , .page-id-69 #footer, .page-id-69 #socket {
background-color: #24160E;
}

.page-id-69 .wpgb-block-term[data-id="12"]:after {
    display: none !important;
}

.page-id-69 h2, .page-id-69 h3, .page-id-69 h6 {
    font-family: "Monomakh", system-ui !important;
}

.page-id-69 h2 strong {
    color: #E6292E !important;
}

.page-id-69 .avia_textblock strong {
    color: #E6292E !important;
}

.page-id-69 #footer, .page-id-69 #socket, .page-id-69 .widgettitle, .page-id-69 #footer a, .page-id-69 .social-circle i, .page-id-69 #socket p, .page-id-69 #socket span, .page-id-69 #socket a, .page-id-69 #socket strong {
    color: white !important;
}

.page-id-69 .social-circle i:hover {
    border: 1px solid #E6292E !important;
}

.page-id-69 .social-circle i {
    border: 1px solid white !important;
}

#top.page-id-69 .footer_color input {
    border-color: white !important;
    color: white !important;
}

#top.page-id-69 label {
    color: white !important
}

#top.page-id-69 .footer_color input::placeholder {
    color: white !important;
    opacity: 1 !important;
}

.page-id-69 .avia-button, .page-id-69 .wpforms-submit, .page-id-69 .av-menu-button a .avia-menu-text, .page-id-69 .av-menu-button a {
    font-family: "Monomakh", system-ui !important;
    font-size: 16px !important;
    border: 0px solid white !important;
}

.page-id-69 #footer:after {
    display: none !important;
}

.page-id-69 #footer .container:before {
    content: '' !important;
    background: url(https://ducommun.swisscreative.dev/wp-content/uploads/2026/05/logo-footer-white.svg);
    background-repeat: no-repeat !important;
}

.page-id-69 #footer .wpforms-submit-container {
    top: 80px !important;
}

.page-id-69 .wpgb-card-body, .page-id-69 .wpgb-card-footer {
    background: transparent !important;
    color: white !important;
}

.page-id-69 .wpgb-card-body .localite, .page-id-69 .wpgb-card-footer p  {
    color: white !important;
}
.page-id-69 .wpgb-card-1 .wpgb-block-3 {
    border-bottom: 1px solid white !important;
}

.page-id-69 .wpgb-area-bottom-1 svg {
    color: white !important
}

.page-id-69 .img-absolute {
    top: 0px !important;
}

.page-id-69 .contact-team-block .av_textblock_section .avia_textblock p, .page-id-69 .contact-team-block .av_textblock_section .avia_textblock h3, .page-id-69 .contact-team-block .av_textblock_section .avia_textblock a {
color: white !important;
    }

    .page-id-69 .avia-slideshow-arrows path {
        fill: white !important;
    }

    .toggler {
        padding-left: 0px !important;
        background: transparent !important;
        font-family: "Monomakh", system-ui !important;
        font-size: 40px !important;
        color: white !important;
    }

    .page-id-69 .toggle_content strong,  .page-id-69 .toggle_content li  {
    font-family: "Open Sans", sans-serif !important;
    line-height: 24px !important;
    text-transform: inherit !important;
    font-size: 16px !important;
		color: white !important;
    }


    .toggle_content {
        background: transparent !important;
        color: white !important;
        padding-left: 0px !important;
        padding: 30px 0 !important;
        border-bottom: 0px solid white !important;
    }


    .toggle_content p img {
        border-radius: 20px !important;
    }


    .av-elegant-toggle .toggle_icon {
        border-width: 0px !important;
    }

    @media screen and (max-width: 768px) {
        #main {
            margin-top: -101px !important;
        }

        #header {
            background: transparent !important;
        }

        .header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
            background-color: white !important;
        }

        .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
            background-color: #000 !important;
        }

        .avia-menu {
            margin-top: 0px !important;
        }

        .responsive #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive #top #wrap_all .av-logo-container {
            line-height: 100px !important;
            height: 100px !important;
        }

        .home h1 {
        font-size: 30px !important;
        }

        h1 {
            font-size: 36px !important;
        }

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

        h3 {
            font-size: 24px !important;
            line-height: 32px !important;
        }

        h4 {
            font-size: 20px !important;
        }

        .bandeau-home .container {
            height: 500px !important;
            width: 90% !important;
            max-width: 90% !important;
        }

        h5, .toggler {
            font-size: 22px !important;
        }

        h6 {
            font-size: 18px !important;
        }

        .wp-image-99  {
            max-width: 200px !important;
            margin: 0 auto !important;
                }

                .section-sup .flex_column_table {
                    position: relative;
                    min-height: none !important;
                    display: flex;
                    align-items: center;
                    flex-direction: column !important;
                }
                
                .section-sup .col-text-sup {
                    position: relative;
                    left: 0;
                    top: 0;
                    transform: translateY(0%);
                    width: 100% !important;
                    z-index: 5;
                    display: flex !important;
                    flex-direction: column;
                    justify-content: center;
                }
                
                .section-sup .col-img-sup {
                    width: 100% !important;
                }

                .flex_column.av-mpnsn6j2-86543af45561bc86f4a695ad6cd3fc82 {
                    height: auto !important;
                }

                .flex_column.av-mpnsojdt-239680cec7523062e703a7a792bb2b0b {
                    min-height: 300px !important;
                }

                .hand-after:after {
                    height: 150px !important;
                    width: 204px !important;
                    bottom: -112px;
                    left: 0 !important;
                    background-size: contain;
                }

                .wpgb-block-term[data-id="12"]:after {
                    width: 170px !important;
                }

                #footer .wpforms-submit-container {
                    width: 100% !important;
                    position: relative;
                    top: 0;
                    right: 0;
                }

                #footer .wpforms-field-email {
                    width: 100% !important;
                }

                .main_menu .avia-menu-text {
                    color: #000 !important;
                }

                .main_menu .current-menu-item .avia-menu-text::before,
.main_menu a:hover .avia-menu-text::before,
.main_menu .current-menu-item .avia-menu-text::after,
.main_menu a:hover .avia-menu-text::after {
                    display: none !important;
                }

                .av-menu-button a {
                    top: 30px;
                    text-align: center !important;
                    width: fit-content;
                }

                #footer:after {
                    height: 160px !important;
                    width: 130px !important;
                    bottom: -119px;
                    right: -33px !important;
                    background-size: contain;
                    background-repeat: no-repeat;
                }

                .hand-before:before {
                    height: 188px !important;
                    width: 154px !important;
                    top: -183px;
                    left: 100px !important;
                    background-repeat: no-repeat;
                    background-size: contain;
                }

                .cta .av_textblock_section:before {
                    height: 150px !important;
                    width: 200px !important;
                    top: -20px;
                    left: 0 !important;
                }

                .cta:after {
                    height: 139px !important;
                    width: 241px !important;
                    background-size: contain;
                    bottom: -70px !important;
                }

                .av-mpp5n9kk-ff23ad7c6c7029afc8be7ea28b761cf4 {
                    display: none !important;
                }

                .flex_column.av-2bqh7-04d0764e622c6537733b855ba95eeb34, .flex_column.av-mpp77ah3-76bbf514a6f09c2cdab24c112d30c5b5 {
                    padding: 20px !important;
                }

                .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
                    padding: 5px 0 !important;
                }

                .hand-after2:after {
                    height: 157px;
                    width: 116px !important;
                    bottom: -120px;
                    background-size: contain;
                }

                .cool-swoosh:before {
                    height: 154px !important;
                    width: 190px !important;
                    top: -100px;
                    left: 30px !important;
                    background-repeat: no-repeat;
                    background-size: contain;
                }

                .toggle_content, .contact-team-block {
                    flex-direction: column !important;
                }

                .av-irfvh-15a377c0480d1c10f03629853db75b16 {
                    margin-bottom: 200px !important;
                }

                .bandeau .container {
                    height: 350px !important;
                }

                .bandeau .content {
                    vertical-align: bottom !important;
                }
    
    }