/* #enneagone svg {
    width: 532px;
    position: absolute;
    margin-left: -254px;
    top: 0;
    margin-top: 213px;
    opacity: 0.3;
} */

#ourProductsTitle {
    font-weight: 500;
    text-transform: math-auto;
    font-size: 19px;
}

#products_icons {
    background: url(../images/enneagone.svg) no-repeat;
    background-size: inherit;
    background-position: center;
    padding: 25px 0px;
    background-size: 100% 100%;
}

#select_app {
    display: none;
}

#options_select {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    width: 88%;
    z-index: 1;
}

#options_select hr {
    margin: 0;
}

.option_select {
    padding: 8px;
    cursor: pointer;
}

select option {
    margin-bottom: 10px;
    /* Adjust the value as needed */
}

input,
textarea {
    font-family: 'Segoe UI', Open Sans, Geneva, Verdana, sans-serif !important;
}

 ::-webkit-input-placeholder {
    font-family: "Segoe UI";
}

 :-moz-placeholder {
    font-family: "Segoe UI";
}

 ::-moz-placeholder {
    font-family: "Segoe UI";
}

 :-ms-input-placeholder {
    font-family: "Segoe UI";
}

html {
    scroll-behavior: smooth;
    font-family: 'Segoe UI', Open Sans, Geneva, Verdana, sans-serif !important;
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #ededed87;
    /* background-image: url("../images/cervin_2.svg"); */
    background-image: url("../images/background/chasseral.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.scan {
    background-image: url("../images/background/chasseral.svg"), url("../images/background/scan_cha.svg");
}

body.digital {
    background-image: url("../images/background/chasseral.svg"), url("../images/background/digital_cha.svg");
}

body.work {
    background-image: url("../images/background/chasseral.svg"), url("../images/background/work_cha.svg");
}

body.time {
    background-image: url("../images/background/chasseral.svg"), url("../images/background/time_cha.svg");
}

body.plan {
    background-image: url("../images/background/chasseral.svg"), url("../images/background/plan_cha.svg");
}

body.planning {
    background-image: url("../images/background/chasseral.svg"), url("../images/background/planning_cha.svg");
}

body.stock {
    background-image: url("../images/background/chasseral.svg"), url("../images/background/stock_cha.svg");
}

body.intervention {
    background-image: url("../images/background/chasseral.svg"), url("../images/background/intervention_cha.svg");
}

body.finance {
    background-image: url("../images/background/chasseral.svg"), url("../images/background/finance_cha.svg");
}

.cookie-consent {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 10000;
    width: min(380px, calc(100% - 32px));
    color: #525253;
}

.cookie-consent-toggle[hidden],
.cookie-consent[hidden],
.cookie-consent__preferences[hidden],
.cookie-consent__button[hidden] {
    display: none;
}

.cookie-consent-toggle {
    align-items: center;
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
    background: #ffffffd9;
    border: 1px solid rgba(150, 24, 27, 0.18);
    border-radius: 8px;
    color: #96181B;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Segoe UI', Open Sans, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 9px;
    height: auto;
    padding: 10px 14px;
    box-shadow: 0 8px 20px rgba(39, 45, 52, 0.12);
    width: auto;
}

.cookie-consent-toggle__icon {
    background: #96181B;
    border-radius: 50%;
    display: block;
    flex: 0 0 auto;
    height: 17px;
    margin: 0;
    position: relative;
    width: 17px;
}

.cookie-consent-toggle__icon:before {
    background: #ffffffed;
    border-radius: 50%;
    box-shadow: 6px -2px 0 -1px #ffffffed, 2px 7px 0 -1px #ffffffed;
    content: "";
    height: 3px;
    left: 5px;
    position: absolute;
    top: 4px;
    width: 3px;
}

.cookie-consent-toggle__icon:after {
    background: #ffffffed;
    border-radius: 50%;
    content: "";
    height: 6px;
    position: absolute;
    right: -1px;
    top: 2px;
    width: 6px;
}

.cookie-consent__content {
    background: #ffffffed;
    border: 1px solid rgba(150, 24, 27, 0.14);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(39, 45, 52, 0.14);
    padding: 14px;
}

.cookie-consent h2 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 650;
    color: #96181B;
}

.cookie-consent p {
    margin: 0;
    font-size: 13px;
    line-height: 1.42;
}

.cookie-consent__preferences {
    display: grid;
    gap: 7px;
    margin-top: 10px;
}

.cookie-consent__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(150, 24, 27, 0.12);
    border-radius: 8px;
}

.cookie-consent__option strong,
.cookie-consent__option small {
    display: block;
}

.cookie-consent__option strong {
    margin-bottom: 2px;
    color: #96181B;
    font-size: 12px;
}

.cookie-consent__option small {
    color: #686868;
    font-size: 11px;
    line-height: 1.35;
}

.cookie-consent__option input {
    width: 18px;
    height: 18px;
    accent-color: #96181B;
    flex: 0 0 auto;
}

.cookie-consent__option--locked {
    opacity: 0.82;
}

.cookie-consent__actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 10px;
}

.cookie-consent__button {
    border: 1px solid #96181B;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Segoe UI', Open Sans, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
}

.cookie-consent__button--primary {
    background: #96181B;
    color: #fff;
    font-size: 13px;
    padding: 10px 16px;
}

.cookie-consent__button--secondary {
    background: #fff;
    color: #96181B;
}

#cookieSavePreferences {
    order: 1;
}

#cookieAcceptFromPreferences {
    order: 2;
}

.cookie-consent__button:hover {
    opacity: 0.82;
}

#slog_chasseral {
    font-style: italic;
    margin: 1px;
}

#swiss_made {
    margin: 3px
}

.boxScan {
    left: 18%;
    top: 20%;
    background: rgb(179 102 194);
}

.boxDigital {
    left: 18%;
    top: 23%;
    background: rgb(54 197 119);
}

.boxWork {
    left: 18%;
    top: 26%;
    background: rgb(244 159 24);
}

.boxTime {
    left: 18%;
    top: 28%;
    background: rgb(14 149 137);
}

.boxPlan {
    left: 18%;
    top: 30%;
    background: rgb(94 121 134);
}

.boxPlanning {
    left: 18%;
    top: 31%;
    background: rgb(233 89 78);
}

.boxStock {
    left: 18%;
    top: 34%;
    background: rgb(46 151 235);
}

.boxIntervention {
    left: 18%;
    top: 36%;
    background: rgb(118 88 80);
}

.boxFinance {
    left: 18%;
    top: 38%;
    background: rgb(0 104 55);
}

.box {
    position: fixed;
    display: none;
    width: 15%;
    text-align: left;
    padding: 10px;
    color: white;
    border-radius: 0px 20px 0px 20px;
    box-shadow: 1px 5px 5px #0000004f;
    opacity: 0.9;
}

.boxTitle {
    font-size: 17px;
    margin: 0;
    font-weight: bold;
}

.boxText {
    font-size: 15px;
    margin: 6px 0px;
}

body,
div,
p,
h1,
a {
    font-family: 'Segoe UI Regular', 'Open Sans', Arial, sans-serif;
}

a {
    text-decoration: none;
    color: #525253;
    font-weight: bold;
}

.our_products_title {
    font-size: 25px;
    text-transform: uppercase;
}

.about a,
.footer a {
    /* color: #96181B; */
    color: #686868;
}

a:hover {
    opacity: 0.7;
}

#logo a:hover {
    opacity: 1;
}

.container {
    min-height: 770px;
}

.footer {
    text-align: center;
    padding: 20px 0;
    background: #f0f0f085;
}

.footer span {
    margin-top: 10px;
}

.material-icons::after {
    content: attr(data-icon);
}

h1 {
    text-align: center;
    color: #000000b0;
    text-transform: uppercase;
    /* font-family: "Roboto", Arial, sans-serif; */
    font-size: 24px;
    font-weight: 600;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

#language {
    background: url(../images/language.png) no-repeat scroll 10px center;
    border-radius: 2px;
    padding: 7px 0 8px 35px;
    z-index: 9999;
    top: -6px;
    float: right;
}

#language a,
#language span {
    color: #888888;
    padding-right: 15px;
}

#language a {
    color: #96181B;
    text-decoration: underline;
}

.main {
    width: 520px;
    text-align: center;
    margin: 0 auto;
    min-height: 100%;
    margin-bottom: -128px;
}

.logo {
    float: right;
    width: 204px;
    margin-top: 0px;
    margin-left: -22px;
    margin-right: 10px;
}

.about {
    width: 70%;
    margin: 15px auto;
    text-align: center;
    font-size: 1.15em;
    color: #96181cbd;
}

.about h2 {
    font-size: 1.15em;
    font-weight: 600;
}

.topnav {
    display: block;
    overflow: hidden;
    background: linear-gradient(#918c8c4f, #fbfbfb, #918c8c4f);
}

.topnav a {
    float: left;
    color: black;
    text-decoration: none;
    text-align: center;
    padding: 12px 10px;
    text-transform: uppercase;
    font-family: 'Segoe UI Light', 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    border-top: 3px solid transparent;
    margin-right: 5px;
}

.topnav a:hover {
    /* text-decoration: underline; */
    color: #96181B;
    opacity: 1;
}

.menu:hover,
.active_menu:hover {
    display: inline-block;
    border-top: 3px solid #96181B;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
}

.topnav a.active_menu {
    color: #96181B;
    /* font-size: 18px; */
    /* border-top: 3px solid #96181B; */
}

.hamburguer {
    display: none;
}

.social img {
    padding: 10px;
    width: 30px
}

#home {
    animation-name: animatetop;
    animation-duration: 0.9s
}

#courses {
    animation-name: animatetop;
    animation-duration: 0.9s
}

#products {
    text-align: center;
    /* margin-top: 0px; */
}

#products_title {
    margin-left: 10%;
}

#products_icons {
    /*margin-top: 50px;*/
}

.product:hover {
    cursor: pointer;
    transition: .2s ease-in-out;
    transform: scale(0.95);
    filter: grayscale(70%) drop-shadow(2px 4px 6px grey);
}

.product {
    position: relative;
}

.product,
.shadow {
    z-index: 200;
    width: 110px;
    border-radius: 20%;
    filter: drop-shadow(2px 4px 6px grey);
}

.shadow {
    z-index: 100;
    transform: scale(1.4);
    position: absolute;
    opacity: 0.78;
}

.new {
    position: absolute;
    background-color: #ffda00;
    padding: 5px;
    z-index: 300;
    margin: 160px 0px 0px -22px;
    border-radius: 11px;
}

.enneascanning {
    margin: -345px 0px 0px -17px;
}

.enneafinance {
    width: 148px;
    margin: 15px 9px 18px -123px;
}

.enneastock {
    margin: -223px 0px 0px -274px;
}

.enneatime {
    width: 99px;
    margin: -229px 0px 0px 135px;
}

.enneawork {
    margin: 15px 0px 0px -399px;
}

.enneaplan {
    width: 110px;
    margin: -2px 0px 0px 235px;
}

.enneadigital {
    margin: 238px 0px 0px -406px;
}

.enneaintervention {
    margin: 246px 0px 0px 106px;
    width: 143px;
}

.enneaplanning {
    margin: 348px 0px 0px -255px;
}

.link {
    position: absolute;
    display: none;
    opacity: 0.3
}

.time_finance {
    margin-top: 202px;
    margin-left: -282px;
    transform: rotate(137deg) scale(1.3);
}

.work_finance {
    margin-top: 194px;
    margin-left: -3px;
    transform: rotate(-1deg) scale(1.3);
}

.digital_finance {
    margin-top: 209px;
    margin-left: -48px;
    transform: rotate(316deg) scale(1.3);
}

.finance_time {
    margin-top: 73px;
    margin-left: -66px;
    transform: rotate(317deg) scale(1.3);
}

.finance_work {
    margin-top: 198px;
    margin-left: -358px;
    transform: rotate(180deg) scale(1.3);
}

.finance_digital {
    margin-top: 349px;
    margin-left: -340px;
    transform: rotate(137deg) scale(1.3);
}


/* behind programs */

.circle_link {
    /* display: none; */
    position: absolute;
    width: 418px;
    margin-left: -161px;
    margin-top: 16px;
    opacity: 0.1;
    transform: rotate(270deg);
}


/* as bg */


/* .circle_link {
          width: 585px;
          margin-left: -223px;
          margin-top: -64px;
      }
      
      #enneagone {
          display: none;
      } */


/* end as bg */

.circle2 {
    /* margin-left: -900px; */
    transform: rotate(0deg);
}

.circle3 {
    /* margin-left: -594px; */
    transform: rotate(90deg);
}

.circle4 {
    /* margin-left: 194px; */
    transform: rotate(180deg);
}

.circle5 {
    /* margin-left: 194px; */
    transform: rotate(270deg);
}

.circle6 {
    /* margin-left: 194px; */
    transform: rotate(0deg);
}

.circle7 {
    /* margin-left: 194px; */
    transform: rotate(90deg);
}

.modal {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* background-color: rgba(0, 0, 0, 0.4); */
}

.modal-content {
    position: relative;
    background-color: white;
    background-position: right;
    background-size: cover;
    margin-top: 260px;
    margin-left: auto;
    margin-right: 15%;
    padding: 20px;
    width: 30%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 15px;
}


/* modal video reference */

#modal_show_video_reference .modal-content {
    width: 60%;
    margin: auto;
    margin-top: 5%;
}

.video_div {
    width: 100%;
    height: 60vh
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #96181B;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    /*height: 72px;*/
    text-align: center;
    padding: 2px 16px;
}

.modal_subtitle {
    text-align: start;
}

.modal_img_stock {
    height: 65px;
}

.modal_img_scanning {
    height: 78px;
}

.transform {
    transform: scale(1.2);
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    background-color: #bababa54;
    padding: 8px 15px;
    text-align: end;
    border-radius: 10px;
}

.modal-footer .left {
    float: left
}


/*fin modal*/


/*slider modals*/

.mySlides1,
.mySlides2 {
    display: none
}

img {
    vertical-align: middle;
}


/* Slideshow container */

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 110px;
    width: auto;
    color: black;
    font-weight: bold;
    transition: 0.6s ease;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a grey background color */

.prev:hover,
.next:hover {
    color: black;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    text-align: center;
    padding: 10px 25px;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}


/*fin slider*/


/*slide content*/

.icon_slide_plan {
    width: 12%;
}

.icon_slide {
    width: 20%;
}

.slide_title {
    color: #96181B;
    text-transform: uppercase;
    font-size: 20px;
}

.text_icon {
    font-size: 50px;
    text-transform: none;
    color: black;
}

.text_product {
    text-transform: none;
    color: black;
}


/*fin slide content*/


/*FAQ*/

.seo-faq,
.accordion-section {
    width: 80%;
    margin: auto;
    color: #525253;
}

.seo-faq h2,
.accordion-section h2 {
    text-align: center;
}

.seo-faq h1,
.accordion-section h1 {
    text-align: center;
    margin-bottom: 26px;
}

.faq-grid,
.accordion-list {
    column-count: 2;
    column-gap: 20px;
}

.faq-grid article,
.accordion-list article {
    background: #ffffffba;
    border: 1px solid rgba(150, 24, 27, 0.12);
    border-radius: 8px;
    break-inside: avoid;
    box-shadow: 0 12px 28px rgba(39, 45, 52, 0.08);
    display: inline-block;
    margin: 0 0 20px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.faq-item details,
.accordion-item details {
    height: 100%;
}

.faq-item summary,
.accordion-item summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    list-style: none;
}

.faq-item summary::-webkit-details-marker,
.accordion-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after,
.accordion-item summary::after {
    /* align-items: center; */
    background: rgba(141, 23, 26, 0.08);
    border: 1px solid rgba(141, 23, 26, 0.22);
    border-radius: 8px;
    color: #8d171a;
    content: "\203A";
    display: inline-flex;
    flex: 0 0 32px;
    font-size: 26px;
    font-weight: 300;
    height: 32px;
    justify-content: center;
    line-height: 1;
    /* padding-bottom: 3px; */
    transform: rotate(90deg);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    width: 32px;
}

.faq-item details[open] summary::after,
.accordion-item details[open] summary::after {
    background: #8d171a;
    border-color: #8d171a;
    color: white;
    transform: rotate(-90deg);
}

.faq-answer,
.accordion-content {
    margin-top: 14px;
}

.faq-grid h2,
.faq-grid h3,
.accordion-list h2,
.accordion-list h3 {
    margin: 0;
    text-align: left;
    color: #96181B;
    font-size: 18px;
    font-weight: 650;
}

.faq-grid p,
.accordion-list p {
    /* margin: 0; */
    line-height: 1.58;
}

.faq-grid p+p,
.faq-grid ul+p,
.accordion-list p+p,
.accordion-list ul+p {
    margin-top: 12px;
}

.faq-grid ul,
.accordion-list ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.faq-grid li,
.accordion-list li {
    line-height: 1.5;
    margin: 5px 0;
}

.faq-answer li {
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(150, 24, 27, 0.1);
    border-radius: 8px;
    list-style: disc;
    margin: 8px 0;
    padding: 10px 14px;
}

.faq-answer li::marker {
    color: #93181B;
}

.services-training-item {
    column-span: all;
}

.services-grid {
    column-count: 1;
    column-gap: 0;
}

.service-points {
    display: grid;
    gap: 12px;
}

.service-point {
    align-items: center;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(150, 24, 27, 0.1);
    border-radius: 8px;
    display: flex;
    gap: 12px;
    padding: 14px;
}

.service-point .material-icons {
    align-items: center;
    background: rgba(141, 23, 26, 0.08);
    border: 1px solid rgba(141, 23, 26, 0.16);
    border-radius: 8px;
    color: #8d171a;
    display: inline-flex;
    flex: 0 0 36px;
    font-size: 22px;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.service-point p {
    align-self: center;
}

#services #courses {
    margin: 20px 0 0;
    width: 100%;
}

#services #courses h4 {
    font-size: 15px;
}

#services .row_course {
    background: #ffffffd4;
    box-sizing: border-box;
    vertical-align: top;
}

#services .course_desc {
    font-size: 14px;
}

#services .details_course {
    font-size: 13px;
}

#software {
    animation-name: animatetop;
    animation-duration: 0.9s;
}

.software-section {
    padding-bottom: 34px;
}

.software-intro {
    color: #525253;
    font-size: 18px;
    line-height: 1.58;
    margin: -8px auto 24px;
    max-width: 960px;
    text-align: center;
}

.software-highlights {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 24px;
}

.software-subtitle {
    color: #96181B;
    font-size: 22px;
    font-weight: 650;
    margin: 8px 0 20px;
    text-align: left;
}

.software-category-list {
    column-count: 1;
    column-gap: 0;
}

.software-erp-block {
    background: #ffffffba;
    border: 1px solid rgba(150, 24, 27, 0.12);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(39, 45, 52, 0.08);
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 22px;
}

.software-erp-content {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}

.software-erp-content h2 {
    color: #96181B;
    font-size: 20px;
    margin: 0 0 8px;
    text-align: left;
}

.software-erp-content p {
    line-height: 1.58;
    margin: 0;
}

.software-erp-icon {
    align-items: center;
    background: rgba(141, 23, 26, 0.08);
    border: 1px solid rgba(141, 23, 26, 0.16);
    border-radius: 8px;
    color: #8d171a;
    display: inline-flex;
    flex: 0 0 44px;
    font-size: 26px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.software-erp-points {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.software-erp-block .software-highlights {
    margin: 14px 0 0;
}

.software-category summary h2 {
    align-items: center;
    display: flex;
    gap: 10px;
}

.software-category summary .material-icons {
    align-items: center;
    background: rgba(141, 23, 26, 0.08);
    border: 1px solid rgba(141, 23, 26, 0.16);
    border-radius: 8px;
    color: #8d171a;
    display: inline-flex;
    flex: 0 0 36px;
    font-size: 22px;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.software-category-intro {
    line-height: 1.58;
    margin: 0 0 16px;
}

.software-products {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.software-products-single {
    grid-template-columns: minmax(230px, 50%);
}

.software-product-card {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(150, 24, 27, 0.1);
    border-radius: 8px;
    box-sizing: border-box;
    color: #525253;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 245px;
    padding: 16px;
    position: relative;
    transition: border-color 0.2s ease;
}

.software-product-card:hover {
    border-color: rgba(150, 24, 27, 0.26);
    opacity: 1;
}

.software-product-tag {
    align-self: flex-start;
    background: rgba(141, 23, 26, 0.08);
    border: 1px solid rgba(141, 23, 26, 0.14);
    border-radius: 8px;
    color: #8d171a;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 8px;
    text-transform: uppercase;
}

.software-product-heading {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: flex-start;
    min-height: 58px;
}

.software-product-name {
    color: #96181B;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.software-product-heading img {
    flex: 0 0 auto;
    height: 50px;
    max-width: 135px;
    object-fit: contain;
}

.software-product-description {
    flex: 1;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.software-product-link {
    align-self: flex-start;
    background: #ffffff;
    border: 1px solid #8d171a;
    border-radius: 8px;
    color: #8d171a;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 13px;
    box-shadow: 0 3px 0px rgba(141, 23, 26, 0.16);
    transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.software-product-card:hover .software-product-link {
    background: #8d171a;
    box-shadow: 0 3px 0px rgba(141, 23, 26, 0.16);
    color: #ffffff;
    transform: translateY(-2px);
}

.software-seo-block {
    background: #ffffffba;
    border: 1px solid rgba(150, 24, 27, 0.12);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(39, 45, 52, 0.08);
    box-sizing: border-box;
    margin-top: 8px;
    padding: 22px;
}

.software-seo-block h2 {
    color: #96181B;
    font-size: 20px;
    margin: 0 0 10px;
    text-align: left;
}

.software-seo-block p {
    line-height: 1.58;
    margin: 0;
}

#prices {
    animation-name: animatetop;
    animation-duration: 0.9s;
}

.prices-section {
    padding-bottom: 34px;
}

.prices-intro {
    color: #525253;
    font-size: 18px;
    line-height: 1.58;
    margin: -8px auto 24px;
    max-width: 980px;
    text-align: center;
}

.prices-hero-block,
.prices-cta-block {
    background: #ffffffba;
    border: 1px solid rgba(150, 24, 27, 0.12);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(39, 45, 52, 0.08);
    box-sizing: border-box;
    margin: 0 0 22px;
    padding: 22px;
}

.prices-hero-content {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}

.prices-hero-content h2,
.prices-cta-block h2 {
    color: #96181B;
    font-size: 20px;
    margin: 0 0 8px;
    text-align: left;
}

.prices-hero-content p,
.prices-cta-block p {
    line-height: 1.58;
    margin: 0;
}

.prices-hero-icon {
    align-items: center;
    background: rgba(141, 23, 26, 0.08);
    border: 1px solid rgba(141, 23, 26, 0.16);
    border-radius: 8px;
    color: #8d171a;
    display: inline-flex;
    flex: 0 0 44px;
    font-size: 26px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.prices-highlights,
.prices-formulas {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prices-subtitle {
    color: #96181B;
    font-size: 22px;
    font-weight: 650;
    margin: 8px 0 20px;
    text-align: left;
}

.prices-formulas {
    margin: 0 0 20px;
}

.prices-formula-card {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(150, 24, 27, 0.1);
    border-radius: 8px;
    box-sizing: border-box;
    color: #525253;
    min-height: 235px;
    padding: 18px;
}

.prices-formula-card-featured {
    border-color: rgba(150, 24, 27, 0.3);
    box-shadow: inset 0 3px 0 #96181B;
}

.prices-formula-card .material-icons,
.prices-faq summary .material-icons {
    align-items: center;
    background: rgba(141, 23, 26, 0.08);
    border: 1px solid rgba(141, 23, 26, 0.16);
    border-radius: 8px;
    color: #8d171a;
    display: inline-flex;
    flex: 0 0 36px;
    font-size: 22px;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.prices-formula-card h3 {
    color: #96181B;
    font-size: 19px;
    margin: 14px 0 10px;
}

.prices-formula-card p {
    line-height: 1.55;
    margin: 0;
}

.prices-faq-list {
    align-items: start;
    column-count: 1;
    column-gap: 0;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prices-faq-list article {
    display: block;
    margin: 0;
}

.prices-faq details[open] {
    min-height: 175px;
}

.prices-faq summary h2 {
    align-items: center;
    display: flex;
    gap: 10px;
}

.prices-cta-block {
    margin-top: 8px;
    text-align: left;
}

.prices-cta-button {
    background: #8d171a;
    border: 1px solid #8d171a;
    border-radius: 8px;
    box-shadow: 0 3px 0 rgba(141, 23, 26, 0.16);
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-top: 16px;
    padding: 10px 15px;
    text-decoration: none;
    transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.prices-cta-button:hover {
    background: #ffffff;
    color: #8d171a;
    opacity: 1;
    transform: translateY(-2px);
}

.faq-comparison {
    margin-top: 42px;
}

.comparison-table-wrapper {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(150, 24, 27, 0.12);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(39, 45, 52, 0.1);
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
    table-layout: fixed;
}

.comparison-table th,
.comparison-table td {
    padding: 18px 18px;
    border-bottom: 1px solid rgba(109, 116, 124, 0.16);
    text-align: left;
    /* vertical-align: top; */
    line-height: 1.5;
}

.comparison-table th {
    background: #8d171a;
    color: white;
    font-weight: 650;
    letter-spacing: 0;
}

.comparison-table th:first-child {
    border-top-left-radius: 8px;
}

.comparison-table th:last-child {
    border-top-right-radius: 8px;
}

.comparison-table td:first-child {
    background: rgba(150, 24, 27, 0.04);
    font-weight: 650;
    color: #343638;
    width: 22%;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
    width: 22%;
}

.comparison-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.75);
}

.comparison-table tbody tr:hover td:first-child {
    background: rgba(150, 24, 27, 0.07);
}

.comparison-table tr:last-child td {
    border-bottom: 0;
}

.comparison-table tbody td:nth-child(2),
.comparison-table tbody td:nth-child(3) {
    position: relative;
    padding-left: 46px;
}

.comparison-table tbody td:nth-child(2)::before,
.comparison-table tbody td:nth-child(3)::before {
    align-items: center;
    border-radius: 50%;
    color: white;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    left: 14px;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

.comparison-table tbody td:nth-child(2)::before {
    background: #1f9d55;
    box-shadow: 0 6px 14px rgba(31, 157, 85, 0.22);
    content: "\2713";
}

.comparison-table tbody td:nth-child(3)::before {
    background: #cf3e3e;
    box-shadow: 0 6px 14px rgba(207, 62, 62, 0.22);
    content: "\00d7";
}


/*slider customers*/

#slider_customers {
    text-align: center;
    margin-top: 20px;
}

.slide {
    width: 100px !important;
}

.logo-carousel,
.logo-carousel-de,
.logo-carousel-video {
    overflow: inherit;
    border-top: 1px solid #c6baba;
    /*here*/
    border-bottom: 1px solid #c6baba;
    /*here*/
    width: 80%;
    margin: 0 auto;
}

.all-carousel {
    display: flex;
}

.logo_company {
    padding: 3px
}

.title-carousel {
    text-transform: uppercase;
    margin: auto;
    color: #626262ba;
    font-size: 1.3em;
    /* background: #5920221c; */
    /*here*/
    padding: 5px;
    width: 90%;
}

.container-carousel {
    width: 50%;
    /* background: #ffffff52; */
    /*here*/
    /* margin: 10px; */
    /*here*/
}

#home .logo-carousel img:hover,
#home .logo-carousel-de img:hover,
#home .logo-carousel-video img:hover {
    filter: none;
    opacity: 0.7;
    transition: .1s ease-in-out;
}

#home .slick-slide img {
    padding: 10px;
    opacity: 0.5;
    width: 100px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

@keyframes zoomInOut {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    25%,
    75% {
        transform: scale(1);
    }
}

.thumbnail-video {
    cursor: pointer;
    -webkit-filter: none !important;
    /* Safari 6.0 - 9.0 */
    filter: none !important;
    opacity: 0.7 !important;
    /* animation: zoomInOut 4s infinite; */
}

#new {
    animation: zoomInOut 4s infinite;
}


/* #old {
    animation: zoomInOut 4s infinite;
    animation-delay: 2s;
} */

.thumbnail-video:hover {
    -webkit-filter: grayscale(100%) !important;
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) !important;
}

.slick-track::after {
    margin-left: 30%;
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
    color: rgb(0, 0, 0);
    filter: invert(30%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
    border: none;
    width: 2rem;
    height: 1.5rem;
    text-indent: -10000px;
    margin-top: -12px;
    z-index: 99;
}

.slick-arrow.slick-next {
    right: 9px;
    transform: rotate(180deg);
}

.slick-arrow.slick-prev {
    left: 15px;
}

.row {
    overflow: hidden;
}

#div_main_flipbook {
    position: relative;
    padding-top: 0;
    width: 60%;
    height: 490px;
    margin: auto;
    ;
}

#logo_swiss_made {
    width: 1%;
}


/*fin slider customers*/


/*company page*/

#company {
    padding: 20px;
    animation-name: animatetop;
    animation-duration: 0.9s
}

#company img {
    width: 200px;
}

#company .img_left {
    left: -413px;
    top: 20px;
}

#company .img_right {
    left: 779px;
    top: 33px;
}

.img_company {
    text-align: center;
}

.company_content {
    display: flex;
}

.company_step {
    background-color: #ffffff73;
    padding: 15px;
    text-align: justify;
    margin-right: 10px;
    width: 100%;
    border-radius: 20px;
    font-size: 17px;
}

#company .subtitle {
    text-align: center;
    margin-bottom: 40px;
}

#company h2 {
    padding: 10px;
    margin: 0 auto;
    border-radius: 5px;
    color: #888888;
}


/*fin company page*/


/*medias page*/

#medias {
    animation-name: animatetop;
    animation-duration: 0.9s;
    width: 90%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}

.subtitle {
    text-align: center;
    font-size: 20px;
}

.desc_video p {
    text-align: justify;
    margin: 0px;
    display: inline-table;
    min-height: 130px;
}

.medias_container {
    margin-left: 5%;
}

.media_product {
    display: inline-block;
    text-align: center;
    padding: 12px;
    width: 28%;
    background: #ffffff73;
    margin: 10px;
    border-radius: 15px;
}

.media_title {
    display: flex;
    margin: 10px 0px 0px 10px;
    justify-content: center;
}

.subtitle_video {
    font-style: italic;
    opacity: 0.8;
    color: #96181B
}

.logo_video {
    width: 25px;
    float: left;
    filter: opacity(0.6);
}

.title_video {
    font-family: Segoe UI Light;
    font-size: 18px;
    float: left;
    font-weight: bold;
    margin-left: 10px;
    opacity: 0.6;
}

#medias .video {
    width: 90%;
    border-radius: 5%;
    border: 7px outset #ddd;
}

.right .more {
    margin-top: 15px;
}

.play {
    height: 75px;
    width: 110px;
    background: url(../images/play_button.png) no-repeat;
    cursor: pointer;
    position: absolute;
    transform: scale(0.7);
}


/* #medias .play {
        margin-left: 10%;
        margin-top: -200px;
    }
     */

#medias .video,
#news .video {
    /*padding: 0px 15px;*/
    width: 340px;
    height: 246px;
}

#medias .video,
#medias .play,
#news .play,
#news .video {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.play:hover {
    background: url(../images/play_button_hover.png) no-repeat;
}

.desc_video {
    font-size: 19px;
    color: gray;
}


/*fin medias page*/


/*form presentations*/

#presentations {
    margin-top: 50px;
    animation-name: animatetop;
    animation-duration: 0.9s;
}

.presentations_form {
    width: 80%;
    margin: 10px auto;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: rgb(255 255 255 / 50%);
}

.title_ask_demo {
    text-align: center;
}

.form_flex {
    display: flex;
}

.form_step {
    width: 50%;
    flex-grow: 1;
    padding: 30px;
}

.request_type_choices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 22px;
}

.request_type_choice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 118px;
    padding: 16px;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid rgba(150, 24, 27, 0.15);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.request_type_choice:hover,
.request_type_choice.selected {
    border-color: #96181B;
    box-shadow: 0 14px 28px rgba(150, 24, 27, 0.14);
    transform: translateY(-1px);
}

.request_type_choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.request_type_choice span,
.request_type_choice strong {
    display: block;
}

.request_type_choice strong {
    color: #96181B;
    font-size: 17px;
    margin-bottom: 8px;
}

#request_followup_fields {
    animation-name: animatetop;
    animation-duration: 0.35s;
}

.presentation-comment {
    min-height: 82px;
    resize: vertical;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
    border: none;
    font-size: 16px;
    height: auto;
    margin: auto;
    outline: 0;
    padding: 8px;
    width: 100%;
    background-color: #dfdfdf4f;
    color: black;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 10px;
    border-radius: 5px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px 8px 0;
}

#ui-datepicker-div {
    display: none;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
}

.ui-datepicker-header,
.ui-datepicker-calendar td {
    text-align: center;
}

.ui-datepicker-title {
    font-weight: bold;
    color: #96181B;
    padding: 6px;
    text-align: center;
}

.ui-datepicker-today {
    background-color: #96181B;
    color: white !important;
    border-radius: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    font-size: 12px;
    cursor: pointer;
}

#date_fr,
#date_de {
    cursor: pointer;
}

.ui-datepicker-unselectable {
    color: #8080808a;
    font-weight: bold;
}

select {
    padding: 6px;
    height: 32px;
    cursor: pointer;
}

#presentations option {
    color: #585858;
}

.button {
    padding: 19px 39px 18px 39px;
    color: #FFF;
    background-color: #96181B;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    border: none;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    margin-bottom: 10px;
}

fieldset {
    margin-bottom: 30px;
    border: none;
}

legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 8px;
}

label.light {
    font-weight: 300;
    display: inline;
}

.number {
    background-color: #96181B;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

#modal_response {
    display: none;
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

#modal_response .slogan {
    font-size: 1em;
    margin-top: 0;
    color: #000;
}

#modal_response textarea {
    height: 10em;
    margin-top: 0px;
    width: 98%;
    border: 1px solid #DDD;
    padding: 14px;
    outline: none;
    font-family: "Open Sans", sans-serif;
}

#modal_response p {
    margin-bottom: 1em;
}

#modal_response a {
    display: block;
    text-align: center;
    border-radius: 3px;
    background: #96181B;
    text-transform: uppercase;
    color: white;
    font-size: 0.875em;
    padding: 10px;
    text-decoration: none;
    margin-top: 1em;
}

#modal_response a:hover {
    background: #96181B;
}

#modal_response input {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}

#modal_response form input[type=submit] {
    width: auto;
    position: absolute;
    right: 30px;
    background: #f44336;
    border-radius: 3px;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    padding: 10px 12px;
    margin-top: -50px;
    cursor: pointer;
}

#modal_response form input[type=submit]:hover {
    background-color: #d41e11;
}

#modal_response h1,
#modal_response h2 {
    font-size: 22px;
    color: #6D6E70;
    text-align: left;
    margin: 0;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.modal_dialog {
    padding: 30px;
    width: 30%;
    margin: 10% auto;
    background: white;
    border-radius: 30px;
}

.callout-warning {
    background: rgba(255, 0, 0, .05);
    padding: 15px 20px;
    border-left: 6px solid red;
    font-size: .875em;
    margin-bottom: 1em
}

.callout-warning h4,
.callout-warning p {
    margin: 0
}

.parsley-error {
    background: rgba(255, 0, 0, .05) !important;
}

.parsley-errors-list {
    display: none
}

.row_form {
    display: flex;
}

form .left {
    flex-grow: 1;
    margin-right: 30px;
    ;
}

.right {
    flex-grow: 1;
}

.btn_submit {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.btn_send_order {
    cursor: pointer;
    width: 50%;
    background: #96181B;
    border: none;
    color: white;
    font-size: 80%;
    padding: 10px;
    border-radius: 5px;
}


/*fin form presentations*/


/*courses*/

#courses {
    width: 80%;
    margin: 80px auto;
}

#courses h1,
#courses h2 {
    text-align: center;
}

#courses h2 {
    padding: 10px;
    border-radius: 5px;
    color: #888888;
    margin-bottom: 50px;
}

.menu_courses {
    display: none;
}

.logo_course_menu {
    width: 25px;
}

.program_row {
    /* display: flex; */
    background: #c2c2c23d;
    border-radius: 15px;
}

.row_course {
    background: #ffffff73;
    margin: 10px;
    border-radius: 15px;
    padding: 25px;
    width: 31%;
    display: inline-block;
}

.container_courses {
    text-align: -webkit-center;
    margin-top: 25px;
}

.col_course {
    display: flex;
    border-radius: 30px;
    width: 100%;
    /* background: #00000008; */
    /* place-content: center; */
}

.course_logo .icon {
    font-size: 40px;
}

.course_logo {
    text-align: center;
    width: 100%;
    /* color: #96181B; */
    color: #542e2fba;
    min-height: 130px;
}

.course_desc {
    text-align: justify;
    min-height: 130px;
}

.program_course_title {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    margin-top: 50px;
    /* background: #ffffff73; */
    padding: 15px;
}

.details_course {
    display: flex;
    color: #542e2fba;
    /* margin: 20px 0px; */
}

.details_course span {
    margin: 2px;
    text-align: left;
}

#courses h4 {
    text-transform: uppercase;
    /* color: #96181B; */
    color: #542e2fba;
}

.course_btn {
    text-align: center;
    width: 100%;
    margin: 20px auto 0px auto;
}

.btn_contact {
    color: white;
    background: #96181B;
    border: none;
    border-radius: 10px;
    padding: 7px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    margin-top: 20px;
}

.close_form {
    display: flex;
    justify-content: flex-end;
    color: gray;
    font-weight: bold;
    font-size: 25px;
    cursor: pointer;
}

.modal-form-content {
    position: relative;
    background-color: white;
    background-position: right;
    background-size: cover;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding: 20px;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 15px;
}

#form_modal {
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

#form_modal .modal-form-content {
    animation: none;
    left: 50%;
    margin: 0;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-form-header {
    text-transform: uppercase;
}

.modal-form-body {
    /*text-align: center;*/
    color: gray;
    padding: 0px 20px;
}

.modal-form-body h4 {
    margin: 0;
}

.back_to_top_container {
    text-align: center;
    padding: 10px;
    margin-top: 15px;
}

.back_to_top_fix {
    display: none;
    padding: 10px;
    margin-top: 15px;
    border-radius: 50%;
    background: #96181B;
    color: white;
    position: fixed;
    top: 50%;
    right: 5%;
    filter: drop-shadow(0px 5px 4px #d6d6d6);
    transition: .5s;
}

.back_to_top_btn {
    color: white;
    background: #96181B;
    padding: 10px;
    border-radius: 10px;
}

.menu_programs {
    display: none;
    justify-content: center;
    background: #c2c2c23d;
}

.menu_programs .material-icons {
    font-size: 40px;
    color: #525253;
}

.menu_programs a {
    align-self: center;
}

.menu_courses {
    display: flex;
    justify-content: space-around;
}

.option,
#delete_filters {
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}

#delete_filters {
    text-decoration-line: underline;
}

.logo_program_course {
    width: 25px;
}


/*courses form*/


/* end courses*/


/*page news */

#news {
    padding-top: 70px;
    width: 80%;
    margin: auto;
}

#news .subtitle {
    font-size: 19px;
}

.news_container {
    background: #ffffff73;
    padding: 15px;
    text-align: justify;
    margin: 10px;
    border-radius: 15px;
}

#news .article_img {
    width: 340px;
}

#news .flex {
    display: flex;
}

#news .left,
#news .right {
    padding: 15px;
}

#news .left {
    width: 90%;
}

#news .right {
    text-align: right;
}

#news .title {
    margin-top: auto;
    /* margin-bottom: 0px; */
}

#news .details {
    font-weight: 600;
    color: #96181bc4;
}

#news .details_course {
    display: flex;
    color: #542e2fba;
    margin: 6px 0px -18px;
    align-items: center;
    flex-wrap: wrap;
}

#news .btn_more,
#news .btn_less {
    text-transform: uppercase;
    cursor: pointer;
    border-bottom-style: ridge;
}

#news .btn_less,
#news .more {
    display: none;
}

#news audio {
    margin: 0px -34px 0px;
    background: #f1f3f4;
    border-radius: 50px;
    transform: scale(0.7);
}

#news ol>li::marker {
    font-weight: bold;
}

.article_text_img {
    width: 50%
}

#news .img_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#news .img_legend {
    font-style: italic;
    font-weight: bold;
}

#news ul>p {
    margin-top: 0;
}

#news .listen {
    font-weight: bold;
}

.flipbooks_news_mai {
    display: flex;
    justify-content: center;
}

.image_flipbook {
    width: 155px !important;
    margin: 10px;
}

#flipbook_container .image_flipbook {
    width: 75px !important;
    margin: 10px;
    cursor: pointer
}

#flipbook_container .slick-track {
    margin-left: 125px;
}


/*end page news */


/*Media query*/


/* @media only screen and (max-width: 1900px) {
         body {
             zoom: 80%;
         }
     } */

@media only screen and (width: 1920px) and (height: 937px) {
    body {
        zoom: 90%;
    }
}

@media only screen and (width: 1536px) and (height: 864px) {
    body {
        zoom: 80% !important;
    }
}

@media only screen and (min-height: 1060px) and (min-width: 1800px) {
    body {
        zoom: 120%;
    }
    .g-recaptcha {
        zoom: 85%;
    }
}

@media only screen and (max-width: 1400px) {
    body {
        zoom: 90%;
    }
    #medias .video {
        width: 242px;
        height: 177px;
    }
    .desc_video p {
        min-height: 200px;
    }
    #products {
        margin-left: 0px !important
    }
    .modal {
        z-index: 300;
    }
    .modal-content {
        margin-left: auto;
        margin-right: auto;
        width: 45%;
        margin-top: 20%;
    }
    #modal_show_video_reference .modal-content {
        width: 90%;
    }
    .video_div {
        width: 100%;
        height: 60vh
    }
    #courses {
        width: 95%;
    }
    .back_to_top_fix {
        display: none;
        bottom: 10px;
        top: auto;
    }
    .boxScan {
        left: 18%;
        top: 21%;
    }
    .boxDigital {
        left: 18%;
        top: 20%;
    }
    .boxWork {
        left: 18%;
        top: 22%;
    }
    .boxTime {
        left: 18%;
        top: 22%;
    }
    .boxPlan {
        left: 18%;
        top: 23%;
    }
    .boxPlanning {
        left: 18%;
        top: 23%;
    }
    .boxStock {
        left: 18%;
        top: 24%;
    }
    .boxIntervention {
        left: 18%;
        top: 25%;
    }
    .boxAtelier {
        left: 18%;
        top: 25%;
    }
    .option,
    #delete_filters {
        padding: 0px;
    }
    .modal {
        position: fixed;
    }
}

@media only screen and (max-width: 1070px) {
    body {
        zoom: 100% !important;
    }
    .logo {
        float: none;
        width: 296px;
        margin-top: 0px;
        margin-left: 0;
    }
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.hamburguer {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .hamburguer {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .about {
        width: 60%;
    }
    .software-highlights {
        grid-template-columns: 1fr;
    }
    .software-erp-content {
        align-items: center;
    }
    .software-erp-points {
        grid-template-columns: 1fr;
    }
    .software-intro {
        font-size: 16px;
    }
    .software-products-single {
        grid-template-columns: 1fr;
    }
    .prices-highlights,
    .prices-formulas {
        grid-template-columns: 1fr;
    }
    .prices-hero-content {
        align-items: center;
    }
    .prices-intro {
        font-size: 16px;
    }
    .prices-faq-list {
        grid-template-columns: 1fr;
    }
    .faq-grid {
        column-count: 1;
        column-gap: 0;
    }
    .modal-content {
        width: 70%;
        margin-top: 40%
    }
    .video_div {
        width: 100%;
        height: 40vh
    }
    .modal-footer {
        font-size: 13px;
    }
    .icon_slide {
        width: 20%;
    }
    .icon_slide_plan {
        width: 20%;
    }
    /* #enneagone svg {
        margin-top: 324px;
        opacity: 0.6;
    } */
    .logo-carousel,
    .logo-carousel-de,
    .logo-carousel-video {
        width: 100%;
    }
    .all-carousel {
        display: block;
    }
    .container-carousel {
        width: 100%;
    }
    .slick-arrow {
        width: 2rem;
        height: 1rem;
        top: 60%;
    }
    .slick-slide img {
        margin-left: 15%;
        width: 100%;
        padding: 5px;
    }
    .footer {
        margin: 0 auto;
    }
    #logo_swiss_made {
        width: 3%;
    }
    #company {
        margin-top: 26px;
    }
    #company h2 {
        font-size: 18px;
    }
    .company_content {
        display: block;
    }
    .company_step {
        width: 90%;
        margin: 10px auto;
    }
    #company img {
        position: inherit;
    }
    #medias {
        width: 95%;
        margin-top: 0;
    }
    #medias .video {
        width: 363px;
        height: 272px;
    }
    .media_product {
        width: 90%;
        margin: 10px auto;
    }
    .desc_video p {
        min-height: auto;
    }
    .form_flex {
        display: block;
    }
    .form_step {
        width: 90%;
        padding: 15px;
    }
    legend {
        font-size: 1.2em;
    }
    .presentations_form {
        width: 90%;
        padding: 0;
    }
    .request_type_choices {
        grid-template-columns: 1fr;
    }
    label {
        font-size: 15px;
    }
    .menu_programs {
        display: flex;
    }
    .menu_programs:hover {
        opacity: 0.7;
    }
    .txt_menu_programs:hover {
        opacity: 1;
    }
    .menu_courses {
        display: none;
        flex-direction: column;
        margin: 0 auto;
        background: #ffffff7a;
        padding: 10px;
        border-radius: 0px 0px 10px 10px;
    }
    .menu_courses a {
        margin-top: 5px;
    }
    .menu_courses.responsive {
        display: flex;
    }
    .col_course {
        display: inherit;
    }
    .row_course {
        width: auto;
    }
    .modal-form-content {
        width: 80%;
    }
    #courses h2 {
        font-size: 18px;
    }
    .course_logo,
    .course_desc {
        min-height: auto;
    }
    .container_courses {
        margin-top: 0;
    }
    #news .flex {
        flex-direction: column-reverse;
    }
    #news .right {
        text-align: center;
    }
    #news .details_course {
        flex-direction: column;
    }
    #news {
        width: 100%;
    }
}

@media only screen and (max-width: 770px) {
    .about {
        width: 90%;
    }
    /* #enneagone {
        display: flex;
        justify-content: center;
    } */
    /* #enneagone svg {
        width: 514px;
        margin-left: 17px;
        margin-top: -34px;
    } */
    #products_icons {
        margin-top: -22px;
        transform: scale(0.8);
    }
    #slider_customers {
        margin-top: 0;
    }
    .comparison-table-wrapper {
        background: transparent;
        border: 0;
        box-shadow: none;
        overflow: visible;
    }
    .comparison-table,
    .comparison-table thead,
    .comparison-table tbody,
    .comparison-table tr,
    .comparison-table td {
        display: block;
        width: 100%;
    }
    .comparison-table {
        border-spacing: 0;
    }
    .comparison-table thead {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .comparison-table tbody tr {
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(150, 24, 27, 0.12);
        border-radius: 8px;
        box-shadow: 0 12px 26px rgba(39, 45, 52, 0.08);
        margin-bottom: 14px;
        overflow: hidden;
    }
    .comparison-table th,
    .comparison-table td {
        border-bottom: 1px solid rgba(109, 116, 124, 0.14);
        box-sizing: border-box;
        padding: 13px 14px;
    }
    .comparison-table td:first-child {
        background: #8d171a;
        color: white;
        width: 100%;
    }
    .comparison-table tbody td:nth-child(2),
    .comparison-table tbody td:nth-child(3) {
        padding: 14px 14px 14px 52px;
    }
    .comparison-table td[data-label]::before {
        background: transparent;
        box-shadow: none;
        color: #6d747c;
        content: attr(data-label);
        display: block;
        font-size: 12px;
        font-weight: 700;
        height: auto;
        justify-content: flex-start;
        left: auto;
        letter-spacing: 0;
        line-height: 1.2;
        margin-bottom: 5px;
        position: static;
        transform: none;
        text-transform: uppercase;
        width: auto;
    }
    .comparison-table td:first-child::before {
        color: rgba(255, 255, 255, 0.78);
    }
    .comparison-table tbody td:nth-child(2)::before {
        color: #1f7a46;
    }
    .comparison-table tbody td:nth-child(3)::before {
        color: #b83232;
    }
    .comparison-table tbody td:nth-child(2)::after,
    .comparison-table tbody td:nth-child(3)::after {
        align-items: center;
        border-radius: 50%;
        color: white;
        display: inline-flex;
        font-size: 15px;
        font-weight: 700;
        height: 24px;
        justify-content: center;
        left: 16px;
        line-height: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
    }
    .comparison-table tbody td:nth-child(2)::after {
        background: #1f9d55;
        box-shadow: 0 6px 14px rgba(31, 157, 85, 0.22);
        content: "\2713";
    }
    .comparison-table tbody td:nth-child(3)::after {
        background: #cf3e3e;
        box-shadow: 0 6px 14px rgba(207, 62, 62, 0.22);
        content: "\00d7";
    }
    .comparison-table tbody tr:hover td {
        background: inherit;
    }
    .comparison-table tbody tr:hover td:first-child {
        background: #8d171a;
    }
    .comparison-table tr:last-child td {
        border-bottom: 1px solid rgba(109, 116, 124, 0.14);
    }
    .comparison-table tr td:last-child {
        border-bottom: 0;
    }
    .accordion-section {
        width: 90%;
    }
}

@media only screen and (max-width: 540px) {
    #ourProductsTitle {
        font-size: 17px;
    }
    #products_icons {
        transform: scale(0.9);
        width: 400px;
        margin: -41px auto;
        padding: 0;
    }
    #logos {
        transform: scale(0.8);
    }
    #slider_customers {
        margin-top: -52px;
    }
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.hamburguer {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .hamburguer {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    #logo {
        text-align: center;
    }
    .logo {
        width: 300px;
        float: none;
        margin: 10px 0;
    }
    .container {
        min-height: 0px;
    }
    .about {
        width: 95%;
        font-size: 15px;
    }
    .modal-content {
        width: 90%;
        margin-top: 50%;
    }
    .video_div {
        height: 20vh
    }
    .icon_slide {
        width: 30%;
    }
    .icon_slide_plan {
        width: 30%;
    }
    #products {
        margin-top: 20px;
    }
    #products h1 {
        font-size: 20px;
    }
    .product,
    .shadow {
        /* width: 87px; */
        border-radius: 20%;
    }
    /* .new {
        margin: 21px 0px 0px 61px;
    } */
    #div_main_flipbook {
        height: 290px;
    }
    #slider_customers h1 {
        font-size: 20px;
    }
    .slick-track {
        margin-left: -22px !important;
    }
    #flipbook_container .slick-track {
        margin-left: 34px !important;
    }
    .slick-arrow {
        width: 2rem;
        height: 1rem;
        top: 60%;
    }
    .slick-slide img {
        margin-left: 20%;
        width: 100%;
        padding: 5px;
    }
    .slideshow-container p {
        font-size: 14px;
    }
    .footer {
        font-size: 14px;
    }
    .footer a {
        width: 90%;
        margin: 0 auto;
    }
    #logo_swiss_made {
        width: 5%;
    }
    #company {
        margin-top: 0px;
    }
    #courses h1 {
        font-size: 20px;
    }
    #news .article_img {
        width: 275px;
    }
    #medias .video,
    #news .video {
        width: 228px;
        height: 174px;
    }
    #news .title {
        font-size: 19px;
        text-align: center;
    }
    .seo-faq {
        width: 90%;
        margin-top: 58px;
    }
    .seo-faq h2 {
        font-size: 19px;
    }
    .faq-grid article {
        padding: 14px;
    }
    .comparison-table th,
    .comparison-table td {
        padding: 12px;
    }
    .comparison-table tbody td:nth-child(2),
    .comparison-table tbody td:nth-child(3) {
        padding-left: 44px;
    }
}

@media only screen and (max-width: 415px) {
    /* #enneagone svg {
        width: 505px;
        margin-left: 12px;
        margin-top: -36px;
    } */
    #products_icons {
        /* transform: scale(0.7); */
        width: 350px;
        margin: -41px auto;
        padding: 0;
    }
    #logos {
        transform: scale(0.7);
    }
    #modal_show_video_reference .modal-content {
        margin-top: 50%;
    }
    h1 {
        font-size: 20px;
    }
    #slider_customers h1 {
        font-size: 15px;
        width: 90%;
        margin: 18px auto;
    }
    #company h2 {
        font-size: 15px;
    }
    .company_step {
        font-size: 15px;
    }
    .footer a {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    #recaptcha_normal {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
    #courses h2 {
        font-size: 15px;
    }
    input[type="text"],
    input[type="number"],
    textarea {
        font-size: 12px;
    }
    .course_logo .icon {
        font-size: 30px;
    }
    .modal-form-body h4 {
        font-size: 13px;
    }
    .modal_dialog {
        padding: 30px;
        width: 80%;
        margin: 10% auto;
        background: white;
        border-radius: 30px;
    }
    .prebanner {
        font-size: 13px !important;
        min-height: 30px !important;
        padding: 8px !important;
    }
    .cookie-consent {
        right: 12px;
        bottom: 12px;
        width: calc(100% - 24px);
    }
    .cookie-consent-toggle {
        right: 12px;
        bottom: 12px;
    }
    .cookie-consent__content {
        padding: 9px 10px;
    }
    .cookie-consent h2 {
        font-size: 16px;
    }
    .cookie-consent p {
        font-size: 12px;
    }
    .cookie-consent__actions {
        flex-direction: column;
    }
    .cookie-consent__button {
        width: 100%;
    }
    #news .article_img {
        width: 200px;
    }
    .image_flipbook {
        width: 120px !important;
    }
    .about {
        width: 90%;
    }
}

@media only screen and (max-width: 340px) {
    #products_icons {
        background: none;
        width: 100%;
        margin: -41px auto;
        padding: 0;
    }
    .circle_link {
        display: none !important;
    }
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.hamburguer {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .hamburguer {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .social img {
        padding: 10px;
        width: 25px;
    }
    .logo {
        padding: 20px;
        width: 80%;
        float: none;
    }
    .about {
        font-size: 15px;
    }
    #products {
        height: auto;
        margin-top: 50px;
    }
    #products_icons {
        margin-top: -46px;
    }
    .shadow {
        display: none;
    }
    .product {
        position: initial;
        margin: 0;
        width: 84px;
    }
    .new {
        margin: -175px 0px 0px -118px;
    }
    .modal-content {
        width: 90%;
    }
    .modal_img_stock {
        height: 45px;
    }
    .modal_img_scanning {
        height: 58px;
    }
    .transform {
        transform: scale(1.1);
    }
    .icon_slide {
        width: 50%;
    }
    .icon_slide_plan {
        width: 50%;
    }
    .modal-footer a {
        display: block;
        float: none !important;
    }
    .slider_customers h1 {
        font-size: 20px !important;
    }
    .slick-track {
        margin-left: -22px !important;
    }
    .slick-arrow {
        width: 2rem;
        height: 1rem;
        top: 60%;
    }
    .slick-slide img {
        width: 100%;
    }
    .footer a {
        display: block;
        float: none;
    }
    #logo_swiss_made {
        width: 5%;
    }
    #news .article_img {
        width: 150px;
    }
    .image_flipbook {
        width: 80px !important;
    }
    .circle_link {
        display: none
    }
}
