/* Scss Document */
body {
    padding-top: 80px;
    height: 100%;
}

body * {
    font-family: 'metropolis', sans-serif !important;
    color: #545454;
    box-sizing: border-box;
}

h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 1.2em;
}

h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

p {
    font-size: 16px;
}

a, button {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none;
    color: #00552D;
}

button {
    background-color: #EDEDED;
}

button:not(.page-link) {
    border-radius: 50px;
    border: none;
    padding: 7px 14px;
}

button:hover {
    background-color: #00552D;
    color: #fff;
}

button:hover i {
    color: #fff !important;
}

.container {
    margin-bottom: 40px;
}

.container .product-video-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

.bubble-title {
    text-align: center;
    position: absolute;
    width: 80%;
    left: 10%;
    top: -24px;
}

.bubble-title h2 {
    width: 100%;
    font-size: 16px;
    line-height: 46px;
    padding: 0 8px;
    background-color: #00552D;
    color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 10;
    display: inline-block;
    margin-bottom: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.bubble-title.bubble-neg h2 {
    background-color: #fff;
    color: #00552D;
}

.navbar {
    padding: 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    text-align: center;
    height: 80px;
    z-index: 10;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.25);
}

.navbar .col-site-logo {
    text-align: center;
    padding: 15px 0;
}

.navbar .col-site-logo .site-logo {
    max-width: 80px;
    width: 100%;
    padding: 10px;
    display: inline-block;
}

.navbar .col-site-logo .site-logo img {
    width: 100%;
}

.navbar .col-search-product {
    text-align: right;
    padding-right: 60px;
}

.navbar .col-search-product .product-search {
    display: inline-block;
    text-align: right;
    height: 80px;
}

.navbar .col-search-product .product-search label {
    line-height: 80px;
    padding: 0 15px;
    margin: 0;
}

.navbar .col-search-product .product-search label i {
    color: #D1D1D1 !important;
}

.navbar .col-search-product .product-search input {
    border: none;
    padding: 0 15px;
    margin: 0;
    height: 80px;
    background-color: #F8F8F8;
    width: 300px;
}

.navbar .lang-switch {
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    padding: 15px;
    font-size: 18px;
    text-align: center;
}

.navbar .lang-switch .language {
    width: 50px;
    line-height: 50px;
    color: #D1D1D1;
    cursor: pointer;
}

.navbar .lang-switch .lang-selector {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #EDEDED;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.25);
    color: #545454;
}

.navbar .lang-switch .lang-selector .title {
    width: 100%;
    text-align: right;
    line-height: 80px;
    padding-right: 30px;
}

.navbar .lang-switch .lang-selector .lang-choices {
    list-style-type: none;
    text-align: right;
    padding-right: 30px;
}

.navbar .lang-switch .lang-selector .lang-choices li a {
    color: #545454;
    line-height: 2em;
}

.navbar .lang-switch .lang-selector .lang-choices li a:hover {
    color: #00552D;
    text-decoration: none;
}

.navbar .lang-switch .lang-selector .lang-choices li.active {
    font-weight: 800;
    color: #00552D;
}

.home-product-container {
    /*background-image: url("../images/home_background.png");*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 60vh;*/
}

.home-product-container .row {
    width: 100%;
    padding: 0;
    margin: 0;
}

.home-product-container .home-product {
    padding: 10% 30px 0;
}

.home-product-container .home-product h1 {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 30px;
}

.home-product-container .home-product input {
    border: 1px solid #fff;
    background-color: transparent;
    padding: 15px;
    width: 100%;
}

.product-image {
    /*background-color: #F6F6F6;
padding: 60px; */
}

.product-image .product {
    width: 100%;
    max-width: 600px;
}

.product-main-infos {
    padding: 0 40px;
}

.product-main-infos .btn-product-detail,
.product-video .btn-product-detail {
    font-size: .8em;
    font-weight: 700;
    text-align: left;
}

.product-main-infos .product-ref,
.product-video .product-ref {
    font-size: .8em;
    font-weight: 700;
    text-align: right;
    padding: 7px 0;
}

.product-main-infos .product-details,
.product-video .product-details {
    padding: 40px;
    display: none;
}

.product-video iframe {
    /*margin-bottom: 30px;*/
}

.product-video.product-video-mobile {
    background-color: #00552D;
    margin-bottom: 0;
    /*padding-top: 30px;
    padding-bottom: 60px;*/
}

.product-video.product-video-mobile * {
    color: #fff;
}

.customer-video.customer-video-mobile {
    background-color: #00552D;
    margin-bottom: 0;
    /*padding-top: 30px;
    padding-bottom: 60px;*/
}

.customer-video-video.customer-video-mobile * {
    color: #fff;
}

.product-map {
    margin-bottom: 0;
}

.product-map article {
    padding: 0;
}

.product-map article .google-map {
    padding: 0;
    margin-bottom: 0;
}

.product-steps .product-step {
    padding: 0;
    margin-bottom: 0;
}

.product-steps .product-step .product-step-header,
.product-steps .product-step .product-step-subheader {
    background-color: #00552D;
    padding: 10px 0;
    cursor: pointer;
    width: 100%;
    margin: 0;
}

.product-steps .product-step .product-step-header .product-step-icone,
.product-steps .product-step .product-step-subheader .product-step-icone,
.product-steps .product-step .product-step-detail-container .product-step-icone {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0;
    text-align: center;
}

.product-steps .product-step .product-step-header .product-step-icone img,
.product-steps .product-step .product-step-subheader .product-step-icone img {
    max-width: 35px;
    /*margin-left: 0.2vw;*/
    margin-top: 0.3vw;
}

.product-steps .product-step .product-step-header .product-step-title,
.product-steps .product-step .product-step-subheader .product-step-subtitle {
    position: relative;
}

.product-steps .product-step .product-step-header .product-step-title h2,
.product-steps .product-step .product-step-subheader .product-step-subtitle h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 40px;
}

.product-steps .product-step .product-step-header .product-step-title .title-arrow,
.product-steps .product-step .product-step-subheader .product-step-subtitle .title-arrow {
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 40px;
}

.product-steps .product-step .product-step-header .product-step-title .title-arrow i,
.product-steps .product-step .product-step-subheader .product-step-subtitle .title-arrow i {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}

.product-steps .product-step .product-step-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.product-steps .product-step .product-step-subheader {
    background-color: #EDEDED;
    border-bottom: 1px solid #fff;
    padding: 0;
    text-align: center;
}

.product-steps .product-step .product-step-subheader .product-step-icone {
    border-right: none;
}

.product-steps .product-step .product-step-subheader .product-step-icone i {
    line-height: 40px;
}

.product-steps .product-step .product-step-subheader .product-step-icone .substep-number {
    display: block;
    border-radius: 60px;
    background-color: #fff;
    color: #00552D;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    width: 40px;
}

.product-steps .product-step .product-step-subheader .product-step-subtitle h3 {
    color: #00552D;
    line-height: 40px;
    margin-bottom: 0;
}

.product-steps .product-step .product-step-subheader .product-step-subtitle .title-arrow i {
    color: #00552D;
}

.product-steps .product-step .product-step-header-img {
    padding: 0;
    margin: 0;
    width: 100%;
}

.product-steps .product-step .product-step-header-img article {
    padding: 0;
}

.product-steps .product-step .product-step-header-img article .product-step-header-img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.product-steps .product-step .product-step-content-container,
.product-steps .product-step .product-step-detail-container {
    display: none;
}

.product-steps .product-step .product-step-content {
    padding: 30px 0 0;
    width: 100%;
    margin: 0;
    position: relative;
}

.product-steps .product-step .product-step-content:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    border-left: 1px dotted #D1D1D1;
    padding: 0;
    text-align: center;
    left: 8%;
}

.product-steps .product-step .product-step-content .product-step-icone {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.product-steps .product-step .product-step-content .product-step-icone img {
    max-width: 40px;
}

.product-steps .product-step .product-step-content .product-step-detail {
    border-bottom: 1px solid #EDEDED;
}

.product-steps .product-step .product-step-content .product-step-detail img {
    margin-bottom: 15px;
}

.product-steps .product-step .product-step-content:last-of-type .product-step-detail {
    border-bottom: none !important;
}

footer {
    width: 100%;
    text-align: center;
    padding: 30px 15px 15px;
    /*background-image: url("../images/Footer_BG.png");*/
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

footer .container {
    margin: 0 auto;
    padding: 0;
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) {
    .navbar {
        padding: 0 30px;
    }

    .navbar .col-site-logo {
        text-align: left;
    }

    .navbar .col-site-logo .site-logo {
        max-width: 250px;
    }

    .home-product-container .home-product input {
        width: 300px;
    }

    .product-image .bubble-title {
        display: none;
    }

    .product-main-infos {
        padding: 0;
    }

    .product-main-infos .product-ref {
        text-align: left;
    }

    .product-main-infos .product-details {
        padding: 0 15px 15px;
        display: block;
    }

    .product-video {
        padding: 0;
    }

    .product-steps .product-step .product-step-content:before {
        left: 4%;
    }
}

.carousel-item a {
    cursor: zoom-in;
}

.leaflet-top, .leaflet-left, .leaflet-right, .leaflet-bottom {
    z-index: 900;
}