/*
Theme Name: Sauter
Author: Prospectiv*
Author URI: http://www.prospectiv.net
Template: sparkling

*/


/*--------------------
-----FONT------
----------------------*/


/*@import '/wp-content/themes/sparkling/inc/css/font-awesome.min.css';
*/



@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/sauter-global/fonts/Inter-Regular.woff2") format("woff2");
    font-weight: normal;
}

@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/sauter-global/fonts/Inter-Bold.woff2") format("woff2");
    font-weight: bold;
}

@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/sauter-global/fonts/Inter-Medium.woff2") format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/sauter-global/fonts/Inter-SemiBold.woff2") format("woff2");
    font-weight: 600;
}

@font-face {
    font-family: "Zilla";
    src: url("/wp-content/themes/sauter/fonts/ZillaSlab-Regular.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "Zilla";
    src: url("/wp-content/themes/sauter/fonts/ZillaSlab-Bold.ttf") format("truetype");
    font-weight: bold;
}


/*--------------------
-----GLOBAL ------
----------------------*/

body {
    font-family: Inter, Arial, Verdana, sans-serif;
}

h1 {
    font-family: Inter;
    font-size: 42px;
    color: #0080C9;
    font-weight: bold;
    margin-top: 6px;
}

h2 {
    font-family: Inter;
    font-size: 32.5px;
    color: #99c7ed;
    font-weight: bold;
}

h3 {
    font-family: Inter;
    font-size: 25px;
    color: #333;
    font-weight: bold;
}

h4 {
    font-family: Inter;
    font-size: 19.5px;
    color: #333;
    margin-top: 0;
    font-weight: bold;
}

h5 {
    font-family: Inter;
    font-size: 12px;
    color: #333;
    font-weight: normal
}

ul {
    padding-top: 4px;
}

#contentab .tab-pane ul li {
    background: url(/wp-content/themes/sauter/img/list_style.png) no-repeat 0 7px;
    padding-left: 15px;
    list-style: none;
}

ul li {
    font-family: Inter;
    font-size: 14px;
}

em {
    font-size: 15px;
    font-family: Inter;
}

b,
strong {
    font-size: 15px;
    font-family: Inter;
    font-weight: bold
}

p {
    font-size: 15px;
    font-family: Inter;
}

a{
    color: #0082c9;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

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

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.container {
    position: relative;
}

.embed-container {
    position: relative;
    padding-bottom: 0!important;
    overflow: hidden;
}


#buro-contenu a {
    color: #85c9f0;
}



.tab-pane.show {
    opacity: 1;
}


.navigation.pagination h2.screen-reader-text { display:none;}
.navigation.pagination .nav-links a, .navigation.pagination .nav-links span {    background: #fff;    padding: 9px;    border-radius: 30px;    width: 130px;    height: 37px;    text-decoration: none;    overflow: hidden;    color: #b1b1b1;    font-weight: bold;    font-size: 12px;    box-shadow: 0 0 3px rgba(0, 0, 0, 0.58);}


.flex {
	display: flex;
}
.flex-left {
	display: flex;
	justify-content: left;
}
.flex-center {
	display: flex;
	justify-content: center;
}
.flex-right {
	display: flex;
	justify-content: right;
}
.button-white-blue {
	color: #aaa;
	border: 1px solid white;
	padding: 10px 20px;
	border-radius: 23px;
	box-shadow: 0px 0px 5px #aaa;
	background-color: white;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
}
.button-white-blue:hover {
	color: #f8d800;
	background-color: #0080c8;
	border-color: #0080c8;
	text-decoration: none;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.font-futura {
	font-family: Inter;
}

/*--------------------
-----HEADER ------
----------------------*/

.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
}

.cd-container:after {
    content: "";
    display: table;
    clear: both;
}

.cd-header {
    position: absolute;
    top: -15px;
    left: 0;
    background: rgba(2, 23, 37, 0.95);
    height: 50px;
    width: 100%;
    z-index: 5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-primary-nav .container {
    margin-top: 75px;
}

@media only screen and (min-width: 768px) {
    .cd-header {
        height: 122px;
        background: #fff;
        box-shadow: -2px 3px 6px rgba(0, 0, 0, 0.5);
    }
    .page-template-jobs-und-karriere-hauptsitz .job-section-normal-cols-6 .container{
        display: flex;
        align-items: center;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-header {}
    .cd-header.is-fixed {
        position: fixed;
        top: 0;
        background-color: #fff;
        height: 85px;
    }
    .cd-header.is-visible {}
    .cd-header.menu-is-open {
        background-color: #fff;
    }
}

.cd-header.is-fixed .selecteur-langue {
    position: absolute;
    left: 175px;
    top: 28px;
}

.cd-logo {
    display: block;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2.2em;
}

.cd-logo img {
    display: block;
    width: 178px;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    .cd-logo {
        right: 2.6em;
    }
}

.cd-secondary-nav {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10em;
    display: none;
}

.cd-secondary-nav li {
    display: inline-block;
    margin-left: 2.2em;
}

.cd-secondary-nav a {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .cd-secondary-nav {
        display: block;
    }
}

.cd-primary-nav-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #03263d;
}

.cd-primary-nav-trigger .cd-menu-text {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    display: none;
}

.cd-primary-nav-trigger .cd-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: white;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.cd-primary-nav-trigger .cd-menu-icon::before,
.cd-primary-nav-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s;
}

.cd-primary-nav-trigger .cd-menu-icon::before {
    top: -5px;
}

.cd-primary-nav-trigger .cd-menu-icon::after {
    top: 5px;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    background-color: white;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

@media only screen and (min-width: 768px) {
    .cd-primary-nav-trigger {
        width: 45px;
        padding-left: 1em;
        background-color: transparent;
        background: #0080C9;
        height: 45px;
        border-radius: 50%;
        line-height: 30px;
        left: 6.2em;
        top: 58%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cd-primary-nav-trigger .cd-menu-text {
        display: inline-block;
    }
    .cd-primary-nav-trigger .cd-menu-icon {
        left: auto;
        right: 14px;
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }
}

.cd-primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(5, 7, 13, 0.82);
    z-index: 2;
    text-align: center;
    padding: 50px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.cd-primary-nav li {
    text-align: left;
    font-size: 22px;
    font-size: 17px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: .2em 0;
}

.cd-primary-nav a {
    display: inline-block;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    font-family: Inter;
    transition: background 0.2s;
}

.cd-primary-nav .cd-label {
    color: #06446e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 2.4em 0 .8em;
}

.cd-primary-nav .cd-social {
    display: inline-block;
    margin: 0 .4em;
}

.cd-primary-nav .cd-social a {
    width: 44px;
    height: 44px;
    padding: 0;
    background-image: url("../img/cd-socials.svg");
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.cd-primary-nav .cd-facebook a {
    background-position: 0 0;
}

.cd-primary-nav .cd-instagram a {
    background-position: -44px 0;
}

.cd-primary-nav .cd-dribbble a {
    background-position: -88px 0;
}

.cd-primary-nav .cd-twitter a {
    background-position: -132px 0;
}

.cd-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 768px) {
    .cd-primary-nav {
        padding: 80px 0;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-primary-nav li {
        text-align: left;
    }
    .cd-primary-nav .cd-label {
        font-size: 16px;
        font-size: 1rem;
    }
}


.menu-item-has-children a:first-child { }
.menu-item-has-children a:first-child:after {    font-family: 'Font Awesome 7 Pro', 'Font Awesome 5 Free';    content: "\f0d7";    margin-left: 5px;    color: #ffdf00; font-weight: 900;}
.menu-item-has-children ul.sub-menu a:after { display:none; }
.menu-item-has-children:hover ul.sub-menu {display:block;}
.menu-item-has-children ul.sub-menu {    display: none;    padding-left: 10px;}
.menu-item-has-children ul.sub-menu a:before {    font-family: 'Font Awesome 7 Pro', 'Font Awesome 5 Free';    content: "\f0da";    margin-left: 2px;    color: #ffdf00;    margin-right: 4px; ; font-weight: 900;}


.selecteur-langue {
    position: absolute;
    left: 175px;
    top: 50px;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0;
    height: 50px;
}

.wpml-ls-legacy-list-horizontal {
    margin-bottom: 0;
}

.wpml-ls-legacy-list-horizontal ul {
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

.wpml-ls-legacy-list-horizontal li {
    float: left;
    position: relative;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
}

.wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a {
    color: #0082c8;
}

.wpml-ls-legacy-list-horizontal li a {
    text-decoration: none;
    color: #99c7ed;
    font-weight: bold;
    font-size: 15px;
}

.wpml-ls-legacy-list-horizontal li a:hover {
    color: #0080c9;
}

.wpml-ls-legacy-list-horizontal li.wpml-ls-current-language::after,
.wpml-ls-legacy-list-horizontal li:hover::after {
    opacity: 1;
    width: 70%;
    left: 15%;
}

.wpml-ls-legacy-list-horizontal li::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #ffdf00;
    opacity: 0;
    transition: .4s;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.cd-primary-nav {}

.cd-primary-nav h4 {
    color: #0080C9;
    text-align: left;
}

.cd-primary-nav ul {
    padding: 0;
    list-style: none;
}

.cd-primary-nav ul li a {
    font-size: 15px;
    padding: 0;
    color: #fff;
    font-weight: bold;
}

.cd-primary-nav ul li a:focus {
    text-decoration: none;
}

.cd-primary-nav ul li a:hover {
    color: #85C9F0;
    text-decoration: none;
}

.cd-primary-nav .h4 a{
    font-size: 15px;
    color: #0082c8;
    font-weight: bold;
}

#ajaxsearchlite1 .probox.probox .proinput input, div.asl_w .probox.probox .proinput input{
    font-size: 15px;
    color: #333 !important;
    font-family: Inter;
}

#ajaxsearchlite1 .probox.probox .proinput input::placeholder, div.asl_w .probox.probox .proinput input::placeholder{
    font-size: 15px;
    color: #999;
    font-family: Inter;
}

.cd-primary-nav .filet-entre {
    width: 50px;
    height: 2px;
    background: #ffdf00;
    margin: 0;
    margin-bottom: 15px;
}

.espace-entre{
    padding-top: 10px;
}

.search {
    position: relative;
}

.search input,
.search .wp_autosearch_input,
.wp_autosearch_input.ac_input {
    height: 50px!important;
    width: 100%!important;
    background-image: url(/wp-content/themes/sauter/img/icone-surch.png);
    background-repeat: no-repeat;
    background-position: 210px 4px;
    padding-left: 8px!important;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
    margin: 0;
    height: 50px!important;
    background-color: #fff;
    border: 0 none #fff;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0 #b5b5b5 inset;
}

div.asl_m .probox .proclose {
    width: 28px;
    height: 28px;
    fill: #337ab7;
    margin-top: 12px!important;
}

div.asl_w .probox .promagnifier {
    width: 28px;
    margin-top: 9px!important;
    height: 28px;
}

div[id*='ajaxsearchlite'].wpdreams_asl_container {
    width: 100%;
    height: 50px;
    margin: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    background-position: 210px 4px;
    padding-left: 8px!important;
}

div.asl_m .probox .promagnifier .innericon svg,
div.asl_m .probox .prosettings .innericon svg,
div.asl_m .probox .proloading svg {
    height: 100%;
    width: 25px;
    vertical-align: baseline;
    display: inline-block;
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #337ab7;
}

.extranet {
    text-align: left;
    margin-top: 20px;
}

.extranet a {
    background-repeat: no-repeat;
    width: 184px;
    height: 45px;
    background: #fff;
    background-position: 138px center;
    line-height: 43px;
    border-radius: 30px;
    overflow: hidden;
    color: #0082c8;
    position: relative;
    padding-left: 23px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
}

.extranet img {
    position: absolute;
    right: 18px;
    top: 3px;
}

.extranet a:hover {
    color: #ffdf00;
    font-weight: bold;
}


.cd-primary-product {
    display: none;
    position: fixed;
    left: 0;
    top: 100px;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: rgba(5, 7, 13, 0.90);
    text-align: center;
    padding: 50px 0;
}

.link-product {
    margin-top: 30px;
}

.link-product .bouton-product {
    border: 0;
    padding: 8px;
    border-radius: 30px;
    font-weight: bold;
    overflow: hidden;
    color: #aaa;
    text-align: left;
    background: #fff;
    padding-left: 21px;
}

.link-product .bouton-product:hover {
    color: #ffdf00;
    font-weight: bold;
}

.montrer-menu-produit {
    opacity: 0;
    height: 50px;
}

.montrer-menu-produit.show {
    opacity: 1;
    height: auto;
    position: relative;
    padding-bottom: 15px;
}

.montrer-menu-produit iframe {
    width: 275px;
    overflow: hidden;
    overflow-x: hidden;
}

a.bordure-bouton {
    margin-top: -36px;
    position: absolute;
    padding: 5px;
    left: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 141px;
    letter-spacing: -1px;
    border-radius: 12px;
    border: 1px solid #ffdf00;
}

a.bordure-bouton:hover {
    background: #ffdf00;
    color: #0080c9;
    text-decoration: none;
}

a.hover {
    color: #85c9f0!important;
    display: block;
    position: relative;
}

a.hover:before {
    content: "";
    right: 0;
    position: absolute;
    z-index: 5;
    height: 25px;
    background: #06090f;
    width: 15px;
}

a.hover:after {
    content: "";
    width: 15px;
    position: absolute;
    right: -8px;
    height: 15px;
    top: 6px;
    background: #06090f;
    border: 2px solid #85c9f0;
    transform: rotate(45deg);
}

.entre-menu {
    margin-top: 16px!important;
    padding-top: 17px;
}

.entre-menu:before {
    content: "";
    height: 2px;
    top: 0;
    width: 25%;
    background: #ffdf00;
    position: absolute;
}

.cd-menu-product-icon {
    width: 45px;
    background-color: transparent;
    background: #ffdf00;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: -7%;
}

.cd-menu-product-icon:before,
.cd-menu-product-icon:after {
    content: '';
    width: 2px;
    top: 12px!important;
    margin-left: -1px;
    height: 20px;
    position: absolute;
    background-color: white;
}

.cd-menu-product-icon:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-menu-product-icon:after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.slashc-sliding-menu {
    min-height: 560px;
}

.slashc-sliding-menu h4 {
    width: 87%;
}

.first.menu-item {
    border-top: 2px solid #fff;
}

.productContent img {
    border-radius: 5px;
    width: auto;
    height: auto;
    max-height: 130px;
}


.icone-reseaux {
    position: absolute;
    right: 18.5em;
    top: 42%;
    width: 130px;
}

.icone-reseaux a { }

.icone-reseaux a:hover { }

.icone-reseaux a:hover .fab {
    background: #8cccf1;
    color: #fff;
    border: 1px solid #8cccf1;
}

.icone-reseaux .fab {
    font-size: 18px;
    border: 1px solid #0080c9;
    border-radius: 50%;
    width: 33px;
    line-height: 33px;
    text-align: center;
    height: 33px;
}

/*--------------------
-----SEARCH------
----------------------*/

.search-results article {
    min-height: 155px;
    box-shadow: 0 0 14px #5d5d5d;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 50px;
    background: #fff;
    text-align: left;
}

.search-results article h2 a {
    color: #167fc2;
    font-family: Inter;
    font-size: 18px;
}

.search-results #description {
    margin-top: 3%;
}

.search-results .page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
}

.search-results a.hvr-sweep-to-top {
    background: #fff;
    padding: 9px;
    border-radius: 30px;
    width: 130px;
    height: 37px;
    overflow: hidden;
    color: #b1b1b1;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.58);
}

.search-results a.hvr-sweep-to-top:hover {
    text-decoration: none;
    color: #ffdf00;
}

.search-results .page-header h2.entry-title {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}


/*--------------------
-----PRELOAD------
----------------------*/

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    box-shadow: -1px 2px 9px #828282;
    border-radius: 0;
    position: relative;
    color: #3399d3;
    z-index: 1;
    background: transparent;
}

.breadcrumb span {
    padding: 2px;
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
}

.breadcrumb a {
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
}


/*--------------------
-----PRELOAD------
----------------------*/

#ct-loadding {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.ct-spinner3 {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.ct-spinner3 .double-bounce1,
.ct-spinner3 .double-bounce2 {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: ct-bounce 2s infinite ease-in-out;
    animation: ct-bounce 2s infinite ease-in-out;
}

.ct-spinner3 .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@keyframes ct-bounce {
    0% {
        opacity: 1;
        transform: scale(0.6)
    }
    50% {
        opacity: 1;
        transform: scale(0.9);
    }
    80% {
        opacity: 1;
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        transform: scale(0.6)
    }
}

.page-raumautomation-content-textimage-text h3 {
	font-family: Inter;
}


/*-----------------------------
-----SAUTER Smart Spaces ------
------------------------------*/


.page-id-36600 #entete-interne-innovation-produit,
.page-id-36933 #entete-interne-innovation-produit,
.page-id-36932 #entete-interne-innovation-produit {
    min-height: initial;
}




/*--------------------
-----HOMEPAGE------
----------------------*/

#page {
    overflow: hidden;
}

.home #page {
    background: url(/wp-content/themes/sauter/img/sigle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 20%;
}

section#section-slider {
    min-height: 600px;
    position: relative;
}

.Kontakt {
    position: absolute;
    bottom: 14%;
    right: 70px;
    z-index: 1;
}

.Kontakt a {
    background-repeat: no-repeat;
    width: 129px!important;
    height: 40px!important;
    background: #fff;
    background-position: 138px center;
    line-height: 42px;
    border-radius: 30px;
    overflow: hidden;
    color: #AAAAAA;
    position: relative;
    font-size: 12px;
    padding-left: 17px!important;
    font-weight: bold;
    text-decoration: none;
}

.Kontakt img {
    position: absolute;
    right: 11px;
    top: 5px;
    width: 30px;
}

.Kontakt a:hover {
    color: #ffdf00;
    font-weight: bold;
}

section#section-slider .item {
    min-height: 665px;
    margin-top: 85px;
    background-position: center 15%;
    background-size: cover;
}

section#section-slider .item .container {
    padding-top: 10%;
    text-align: center;
}

section#section-slider h1 {
    font-size: 62px;
    color: #fff;
    margin: 0;
    padding-bottom: 0;
    text-shadow: 0 0 3px #000;
}

section#section-slider h2 {
    color: #fff;
    font-weight: normal;
    font-size: 34px;
    text-shadow: 0 0 3px #000;
    margin-top: 10px;
    margin-bottom: 20px;
}

section#section-slider .container a {
    background: #fff;
    padding: 9px;
    border-radius: 30px;
    width: 130px;
    height: 37px;
    overflow: hidden;
    color: #b1b1b1;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.58);
}

section#section-slider .container a:hover {
    color: #ffdf00;
    text-decoration: none;
}

.hvr-sweep-to-top:before {
    background: #0080c9;
    border-radius: 29px;
}

.icon-scroll {
    width: 25px;
    height: 45px;
    position: absolute;
    bottom: 11px;
    margin-left: -20px;
    margin-top: -50px;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 25px;
    z-index: 50;
}

.icon-scroll:before {
    content: '';
    width: 3px!important;
    height: 7px;
    background: #fff;
    margin-left: -1px!important;
    top: 2px;
    border-radius: 3px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
    overflow: hidden;
    bottom: 14%;
    z-index: 1;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

section#angebot {
    min-height: 490px;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

section#angebot h3 {
    font-size: 37px;
    color: #0080c9;
}

section#angebot h4 {
    font-size: 32px;
    font-family: Inter;
    color: #85c9f0;
    margin-bottom: 30px;
}

.filet-entre {
    width: 35px;
    height: 1px;
    background: #ffdf00;
    margin: auto;
    margin-bottom: 10px;
}

section#angebot .imgBox {
    display: block;
    overflow: hidden;
    width: 354px;
    height: 284px;
    position: relative;
    margin: auto;
    box-shadow: -1px -1px 16px 0px #cacaca;
    text-align: center;
}

section#angebot .imgBox img {
    display: block;
    transition: .3s ease-in-out;
}

section#angebot .imgBox:hover img {
    transform: scale(1.3);
}

section#angebot .imgBox .maskfond {
    display: none;
    transition: .3s ease-in-out;
}

section#angebot .imgBox:hover .maskfond {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 128, 201, 0.6);
}

section#angebot .imgBox:hover .maskfond img {
    margin: auto;
    padding-top: 23%;
    width: 25%;
}

section#angebot .content {
    text-align: center;
}

section#angebot .content span {
    font-family: Inter;
    display: block;
    margin-top: 15px;
    color: #0080c9;
    font-size: 19px;
    font-weight: bold;
}

section#angebot a:hover {
    text-decoration: none;
}

section#software,
#product-slider {
    min-height: 590px;
    background: rgba(0, 128, 201, 0.8);
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

#product-slider {
    background: transparent;
}

section#software .container {
    padding: 0;
}

section#software h4,
#product-slider h4 {
    color: #85c9f0;
    font-size: 32px;
    margin-bottom: 30px;
    font-family: Inter;
}

section#software .owl-carousel .owl-stage-outer,
#product-slider .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    padding-bottom: 5px;
}

section#software .owl-item,
#product-slider .owl-item {
    text-align: center;
    overflow: hidden;
    height: 425px;
    width: 290px;
}

section#software .owl-item .maskfond,
#product-slider .owl-item .maskfond {
    display: none;
    transition: .3s ease-in-out;
}

section#software .owl-item:hover .maskfond,
#product-slider .owl-item:hover .maskfond {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 128, 201, 0.6);
}

section#software .owl-item:hover .maskfond img,
#product-slider .owl-item:hover .maskfond img {
    transform: scale(0.9)!important;
    margin: auto;
    padding-top: 38%;
    width: 41%;
}

section#software .owl-item span,
#product-slider .owl-item span {
    display: block;
    margin-top: 15px;
    font-size: 19px;
    font-family: Inter;
    line-height: 1.1em;
    color: #fff;
}

section#software .scrollbar,
#product-slider .scrollbar {
    height: 1px;
    position: relative;
    margin-top: 35px;
    background: #85c9f0;
    padding: 0;
}

section#software .scrollbar .bar-container,
#product-slider .scrollbar .bar-container {
    position: absolute;
    left: 0;
    top: -13px;
    padding: 12px 0;
}

section#software .scrollbar .bar-container .bar,
#product-slider .scrollbar .bar-container .bar {
    height: 15px;
    margin-top: -5px;
    border-radius: 5px;
    background: #ffdf00;
}

section#software .scrollbar .bar-container:hover .bar,
section#software .scrollbar .bar-container:active .bar,
#product-slider .scrollbar .bar-container:hover .bar,
#product-slider .scrollbar .bar-container:active .bar {
    background: #ffdf00;
}

section#software nav div,
#product-slider nav div {
    display: inline-block;
    cursor: pointer;
    width: 38px;
    margin-top: 16px;
    line-height: 31px;
    color: #ffdf00;
    float: left;
    height: 38px;
    margin-right: 6px;
    border: 3px solid;
    margin-left: 6px;
    border-radius: 50%;
}

section#software nav div i.fa.fa-chevron-left,
#product-slider nav div i.fa.fa-chevron-left {
    margin-left: -2px;
}

section#software nav div i.fa.fa-chevron-right,
#product-slider nav div i.fa.fa-chevron-right {
    margin-right: -2px;
}

section#software nav div.disabled,
#product-slider nav div.disabled {
    color: #ffdf00;
    border: 3px solid;
}

section#software .item .cadre-img-produit,
#product-slider .item .cadre-img-produit {
    transition: .3s ease-in-out;
    height: 333px;
    width: 290px;
    box-shadow: -1px -1px 5px 0px #383636;
    overflow: hidden;
    position: relative;
    display: block;
    margin: auto;
    background: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

section#software .item:hover .cadre-img-produit,
#product-slider .item:hover .cadre-img-produit {
    transform: scale(1.3);
}

.mask-over {
    height: 333px;
    overflow: hidden;
    position: relative;
}

div#list a {
    text-decoration: none;
}

section#innovationen {
    background-size: cover;
    min-height: 600px;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}

section#innovationen:before {
    content: "";
    background: url(/wp-content/themes/sauter/img/grille.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#innovationen .container {
    position: relative;
}

.video-innovation {
    clear: both;
}

#innovationen em {
    font-weight: 600;
    color: #fff;
}

section#innovationen h5 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
    font-family: Inter;
    font-weight: 500;
    margin: auto;
    width: 60%;
}

#innovationen a {
    background: #fff;
    padding: 9px;
    border-radius: 30px;
    width: 130px;
    height: 37px;
    overflow: hidden;
    color: #b1b1b1;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.58);
}

#innovationen a:hover {
    text-decoration: none;
    color: #ffdf00;
}

.owl-bild_gallery {
    min-height: 410px;
    padding-top: 70px;
    padding-bottom: 0;
    padding-right: 50px;
    text-align: center;
    padding-left: 50px;
}

.owl-bild_gallery .maskfond {
    position: absolute;
    bottom: 0;
    right: 0;
}

.owl-bild_gallery button.owl-prev, .owl-bild_gallery button.owl-next {
    cursor: pointer!important;
    width: 38px;
    line-height: 31px!important;
    color: #ffdf00!important;
    font-size: 30px!important;
    height: 38px;
    margin-right: 6px!important;
    border: 3px solid!important;
    margin-left: 6px!important;
    border-radius: 50%!important;
    outline:none; 
}

.owl-bild_gallery button.owl-prev span, .owl-bild_gallery button.owl-next span {
    margin-top: -8px!important;
    display: block;
}

.owl-bild_gallery .owl-nav {
    position: absolute;
    top: 46%;
    width: 100%;
    left: 0;
}

.owl-bild_gallery .owl-nav .disabled {
    display: none;
}

.owl-bild_gallery button.owl-prev {
    position: absolute;
    left: -10px;
}

.owl-bild_gallery button.owl-next {
    position: absolute;
    right: -10px;
}

.owl-bild_gallery .item {
    height: 275px;
}
.owl-bild_gallery .item img {
    width: auto!important;
    height: 100%!important;
    display: initial;
}

@media (min-width: 1199px) and (max-width: 1900px) {
    .owl-bild_gallery .owl-stage {
        /*width: 290%!important;*/
    }

}




#news {
    background: url(/wp-content/themes/sauter/img/image-fond-batiment.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-top: 50px;
    text-align: center;
    min-height: 1100px;
}

#news.fond-sup {
    background: none;
}

#news h6 {
    font-size: 37px;
    font-family: Inter;
    color: #0080c9;
    font-weight: bold;
}

#news h6.sous-titre {
    font-size: 32px;
    font-family: Inter;
    color: #85c9f0;
    margin-bottom: 30px;
    font-weight: bold;
}

#news h2 {
    font-size: 32.5px;
}

#news .fond-b.shadow {
    min-height: 240px;
    box-shadow: 0 0 14px #5d5d5d;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 50px;
    background: #fff;
    text-align: left;
}

.date-post,
.categoryclass {
    font-family: Inter;
    color: #aaa;
    font-weight: 500;
    font-size: 13px;
    padding-top: 12px;
    padding-left: 0;
}

.lien-post {
    text-align: right;
    padding-right: 0;
}

.lien-post img {
    width: 45px;
}

.decalage-d img {
    margin-right: -15px;
}

.decalage-g {
    padding-left: 0px;
}

#news .fond-b.shadow p {
    font-size: 13px;
}

#news a.hvr-sweep-to-top{
    background: #fff;
    padding: 9px;
    border-radius: 30px;
    width: 130px;
    height: 37px;
    overflow: hidden;
    color: #b1b1b1;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.58);
}

#organisation a.hvr-sweep-to-top {
    background: #fff;
    padding: 9px;
    border-radius: 30px;
    width: 160px;
    height: 37px;
    overflow: hidden;
    color: #b1b1b1;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.58);
}

#news a.hvr-sweep-to-top:hover,
#organisation a.hvr-sweep-to-top:hover {
    text-decoration: none;
    color: #ffdf00;
}

.btn-link {
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    min-width: 100px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    background: red;
    background: #fff;
    padding: 9px;
    border-radius: 30px;
    width: 160px;
    height: 37px;
    overflow: hidden;
    color: #b1b1b1;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.58);
}


.btn-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 29px;
    top: 0;
    left: 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-link:hover:before, .btn-link:focus:before, .btn-link:active:before {
    -webkit-transform: scaleY(1); 
    transform: scaleY(1); 
}

.btn-link:focus, .btn-link:hover {
    background-color: transparent;
    text-decoration: none;
    color: #ffdf00;
}



h5.article-title {
    color: #0082c9;
    font-family: Inter;
    font-size: 15px;
    font-weight: bold;
}

.article-title+div{
    font-size: 15px;
}

.medium-droite {
    margin-right: -60px;
    margin-top: -45px;
    border-radius: 10px;
    position: absolute;
}

.medium-gauche {
    margin-left: -60px;
    margin-top: -45px;
    border-radius: 10px;
    position: absolute;
}

.icon-plus:hover {
    opacity: 0.8;
}

.well {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 15px;
    padding-top: 0;
}

.well aside {
    margin-bottom: 20px;
}

.well aside h3.widget-title {
    color: #167fc2;
    display: block;
    font-size: 21px;
    margin-bottom: 30px;
    position: relative;
    margin-top: 0;
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
    color: #777 !important;
}

.well aside h3.widget-title::after {
    border-bottom: 2px solid #ffdf00;
    bottom: -17px;
    content: "";
    left: 0;
    position: absolute;
    width: 45px;
}

.well aside ul {
    padding: 0;
    text-align: left;
}

.well aside ul li {
    list-style: none;
    text-align: left;
}

.well aside ul li a {
    font-family: Inter;
    color: #aaa!important;
    text-transform: none;
    font-weight: 500;
    font-size: 13px;
}

.cadre-blanc-large .well-lg,
#cadre_blanc .well-lg {
    background: #e8e8e8;
    padding-top: 15px;
    font-size: 14px;
}

.cadre-blanc-large ul li {
    font-size: 14px;
    padding-bottom: 5px;
}

.cadre-blanc-large h2,
.cadre-blanc-large h3,
.cadre-blanc-large h4 {
    color: #0080C9;
}

.sparkling-popular-posts .post {
    clear: both;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #167fc2;
}

.sparkling-popular-posts .post .post-image {
    padding-right: 15px;
}

.sparkling-popular-posts .post .post-image img {
    width: 85px;
    border-radius: 10px;
    height: 85px;
}

.sparkling-popular-posts .post .post-content a {
    font-size: 16px;
    color: #167fc2;
    padding-top: 7px;
    text-align: left;
    font-family: Inter;
    font-weight: 600;
    display: block;
}

.sparkling-popular-posts .post .date {
    font-size: 13px;
    color: #999;
    display: block;
    clear: left;
    font-weight: bold;
    text-align: left;
    font-family: Inter;
}

.widget_archive {}

.widget_archive ul {
    padding: 0;
    text-align: left;
}

.widget_archive ul li {}

.widget_archive ul li a {
    font-family: Inter;
    color: #999!important;
    text-transform: uppercase!important;
}

#contenu-post {
    margin-top: 50px;
    margin-bottom: 50px;
}

#contenu-post .date-post {
    padding: 0;
}

#contenu-post .blog-grid-inner ul {
    margin: 0;
    padding: 0;
}

#contenu-post .blog-grid-inner ul li {
    background: url(/wp-content/themes/sauter/img/list_style.png) no-repeat 0 5px;
    padding-left: 10px;
    list-style: none;
    font-size: 14px;
    margin-bottom: 7px;
}

#contenu-post h2 {
    font-family: Inter;
    font-size: 32.5px;
    color: #0082c9;
    font-weight: bold;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 15px;
}

#contenu-post h3 {
    color: #0080c9;
}

#contenu-post h4 {
    color: #0080c9;
}


/*--------------------
-----PROJEKTE------
----------------------*/

section#entete-interne {
    background: #0080c9;
    height: 147px;
    margin-top: 85px;
    text-align: center;
    padding-top: 33px;
}

section#entete-interne h1 {
    color: #fff;
}

section#cadrenum1 {
    background: #e8e8e8;
    min-height: 330px;
}

section#cadrenum2 {
    background: #fff;
    min-height: 330px;
}

.cadre1 {
    height: 330px;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: center!important;
}

.cadre2 {
    height: 330px;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: center!important;
}

.texte1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 330px;
    line-height: 1.2em;
}

.texte1 ul {
    margin: 0;
    padding: 0;
}

.texte1 ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: normal;
}

.texte1 ul li {
    background: url(/wp-content/themes/sauter/img/list_style.png) no-repeat 0 9px;
    padding-left: 10px;
}

.texte2 {
    font-size: 14px;
    background: #0080c9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 330px;
    color: #fff;
    padding-left: 34px;
    line-height: 1.3em;
}

.texte2 p {
    font-size: 14px;
}

.paddingl0 {
    padding-left: 0;
}

section#description {}

section#img-fond-projekte {
    min-height: 600px;
    position: relative;
    background-size: cover!important;
}

section#img-fond-projekte:before {
    content: "";
    background: url(/wp-content/themes/sauter/img/grille.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.img-fond-schema-projekte {
    position: relative;
    width: 740px;
    height: 414px;
    margin: auto;
    margin-top: 94px;
    border-radius: 15px;
    box-shadow: 0 0 14px #000;
}

.img-fond-schema-projekte .fleche {
    position: absolute;
    left: 50px;
    top: 50px;
}

.img-fond-schema-projekte .fleche>em {
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 19px;
    line-height: 1em;
}

em.Projektierung {
    width: 182px;
    margin-left: -16px;
}

.img-fond-schema-projekte .Projektierung {
    position: absolute;
    left: 228px;
    top: -7px;
}

.img-fond-schema-projekte .Ruckbau {
    position: absolute;
    top: 0px;
    left: 493px;
}

.img-fond-schema-projekte .cercle {
    position: absolute;
    right: 315px;
    top: 190px;
}

.img-fond-schema-projekte .cercle>em {
    font-style: normal;
    font-weight: normal;
    color: #000000;
    font-size: 21px;
    line-height: 1em;
}

.img-fond-schema-projekte .cercle .Erneuerung {
    position: absolute;
    left: -124px;
    top: -20px;
}

.img-fond-schema-projekte .cercle .Betrieb {
    position: absolute;
    top: -51px;
    left: 121px;
}

.img-fond-schema-projekte .cercle .Wartung {
    position: absolute;
    top: 149px;
    left: 10px;
    color: #fff!important;
}

.img-fond-schema-projekte ul {
    position: absolute;
    top: 170px;
    left: 20px;
}

.img-fond-schema-projekte ul li {
    background: url(/wp-content/themes/sauter/img/list_style.png) no-repeat 0 5px;
    padding-left: 10px;
    list-style: none;
    font-size: 14px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {

}

section#description1 {
    background: #e6e6e6;
    padding-top: 45px;
    padding-bottom: 45px;
}

section#description2 {
    min-height: 220px;
    padding-top: 45px;
}

figure.gallery-item {
    float: left;
    width: 25%;
    margin-top: 30px;
    margin-bottom: 30px;
}

figure.gallery-item img {
    max-width: 100px;
    height: auto;
    margin-right: 15px;
}

.wp-caption {
    width: 100%!important;
}

/*--------------------
-----NEWSLETTER PLUGIN------
----------------------*/

.tnp .tnp-field:not(.tnp-field-privacy) > label{
    display: inline-block;
    width: 30%;
}

/*--------------------
-----SERVICE------
----------------------*/

.page-template-page-service #cadrenum2 .texte2,
#cadre-multiple .texte2 {
    font-weight: normal;
}

#cadre-multiple .texte2 p {
    font-size: 14px;
}

.page-template-page-service #cadrenum2 .texte2 ul,
#cadre-multiple .texte2 ul {
    margin: 0;
    padding: 0;
}

.page-template-page-service #cadrenum2 .texte2 ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 20px;
}

#cadre-multiple .texte2 ul li,
#cadre-multiple .texte2 ul li {
    background: url(/wp-content/themes/sauter/img/list_style.png) no-repeat 0 5px;
    padding-left: 10px;
    list-style: none;
    font-size: 14px;
    margin-bottom: 7px;
}

section#cadre-multiple .texte2 strong {
    margin-top: 12px;
    display: block;
}

.page-template-page-service section#description1 {
    padding-bottom: 50px;
}

.page-template-page-service .liste {
    height: 50px;
    margin-bottom: 3px;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.page-template-page-service .liste .col-md-2 {
    padding: 0;
}

.page-template-page-service .liste span {
    background: #fff;
    display: flex;
    align-items: center;
    height: 40px;
    color: #0080c9;
    line-height: 1em;
    margin-left: -10px;
}

.page-template-page-service #description1 b {
    display: block;
    margin-bottom: 25px;
}


/*--------------------
-----Facility Management------
----------------------*/

section#cadremulti {
    padding-bottom: 50px;
}

.cadre-multi-img-texte {
    margin-left: 15%;
}

.bclaire {
    min-height: 330px;
    padding-top: 15px;
    background: #eaf5fb;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.bfonce {
    height: 330px;
    padding-top: 15px;
    background: #0080c9;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.bfonce a {
    color: #fff;
}

.img-multi {
    min-height: 330px;
    /*background-size: contain!important;*/
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    /*box-shadow: inset 0 0 0 3px #eaf5fb;*/
}

.bfonce strong, .bclaire strong {
    margin-top: 12px;
    display: block;
    margin-bottom: 5px;
}

.bfonce ul,
.bclaire ul {
    margin: 0;
    padding: 0;
}

.bfonce ul li,
.bclaire ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: normal;
}

.bfonce ul li,
.bclaire ul li {
    background: url(/wp-content/themes/sauter/img/list_style.png) no-repeat 0 5px;
    padding-left: 10px;
}

.bfonce p {
    font-weight: normal;
    font-size: 14px;
}

.bfonce h3 {
    color: #85c9f0;
}

section#cadre_blanc {
    padding-top: 30px;
    padding-bottom: 30px;
}

section#cadre_img {
    min-height: 570px;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: center!important;
}

.cadre-bleu-interne-box {
    background: #85c9f0;
    padding: 15px;
    font-size: 14px;
    min-height: 250px;
    color: #fff;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}

.cadre-bleu-interne-box p {
    font-size: 14px;
}

span.cadre_bleu_interne_fleche_bas {
    background: #0080c9;
    color: #fff;
    display: inline-block;
    padding: 13px;
    font-size: 14px;
    padding-left: 30px;
    margin-left: 35px;
    margin-top: 25px;
    padding-right: 30px;
    position: relative;
}

span.cadre_bleu_interne_fleche_bas:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    border-right: 10px solid transparent;
    border-top: 10px solid #0080c9;
}

a.btn.jobs-form {
    background: #85c9f0;
    border-radius: 0;
    color: #fff;
    text-align: left;
    display: block;
    padding: 15px;
    font-size: 16px;
}

a.btn.jobs-form img {
    margin-right: 10px;
}

section#cadre_gris_clair {
	padding-top: 15px;
	padding-bottom: 15px;
}

section#cadre_gris_clair .cadre_produit_block_systems_compenents {
	background: #eeee;
	padding: 15px;
}

section#cadre_gris_clair .cadre_produit_block_systems_compenents img {
	max-width: 80px;
	max-height: 80px;
}

section#cadre_gris_clair .titre-cadre_produit_block_systems {
	color: #167fc2;
	font-family: Inter;
	font-size: 18px;
}

section#cadre_gris_clair a.hvr-sweep-to-top {
	background: #fff;
	padding: 9px;
	border-radius: 30px;
	width: 130px;
	margin-top: 10px;
	height: 37px;
	overflow: hidden;
	color: #b1b1b1;
	font-weight: bold;
	font-size: 12px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.58);
}

section#cadre_gris_clair a.hvr-sweep-to-top:hover {
	text-decoration: none;
	color: #ffdf00;
}

#contenu-jobs {
    margin-bottom: 25px;
}

#contenu-jobs .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

#contenu-jobs .panel {
    margin-bottom: 20px;
    background-color: transparent!important;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

#contenu-jobs .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: none!important;
    color: #fff;
    box-shadow: none;
}

#contenu-jobs .panel-default>.panel-heading {
    color: #fff;
    background-color: transparent;
    border-color: #ddd;
    font-weight: normal;
    padding-left: 0;
}

#contenu-jobs .accordion-toggle.collapsed {
    color: #333333;
    text-decoration: none;
}

#contenu-jobs .accordion-toggle {
    color: #85c9f0;
    text-decoration: none;
}

#contenu-jobs .panel-body {
    padding: 5px;
    color: #000;
}

#contenu-jobs .panel-group {
    margin-bottom: 10px;
}

#contenu-jobs .liste-jobs ul {
    padding: 0;
}

#contenu-jobs .liste-jobs ul li {
    list-style: none;
    background: url(/wp-content/themes/sauter/img/list_style.png) no-repeat 0 5px;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: normal;
}

#contenu-jobs .accordion-toggle.collapsed:before {
    color: #85c9f0;
    content: "\f067";
    font-family: 'Font Awesome 7 Pro', 'Font Awesome 5 Free';
    margin-right: 10px;
}

#contenu-jobs .accordion-toggle:before {
    margin-right: 10px;
    color: #85c9f0;
    content: "\f068";
    font-family: 'Font Awesome 7 Pro', 'Font Awesome 5 Free';
}

#contenu-jobs .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    border: none;
    padding-left: 22px;
    padding-right: 0!important;
}

.menu-interne-jobs {}

.menu-interne-jobs h3 {
    margin: 0;
    margin-bottom: 15px;
    color: #0080c9;
}

.menu-interne-jobs .filet-entre {
    width: 50px;
    height: 2px;
    background: #ffdf00;
    margin: 0;
    margin-bottom: 15px;
}

.menu-interne-jobs ul {
    padding: 0;
    list-style: none;
}

.menu-interne-jobs ul li {
    font-family: Inter;
    color: #eee;
    padding-left: 15px;
}

.menu-interne-jobs ul li a {
    color: #999;
    font-size: 16px;
}

.menu-interne-jobs ul li:before {
    content: "\f054";
    font-family: 'Font Awesome 7 Pro', 'Font Awesome 5 Free';
    margin-right: 5px;
    font-size: 14px;
    color: #85c9f0;
    position: absolute;
    margin-left: -15px;
    margin-top: 4px;
}

.menu-interne-jobs ul li.current_page_item a {
    color: #0080c9;
}

li.current_page_item .page_item_has_children a {
    color: #999!important;
}

.menu-interne-jobs ul.children {
    margin-left: 25px;
}

.cadre-lien {}

.cadre-lien div:first-child {
    padding: 10px;
    background: #F2F2F2;
    min-height: 225px;
}

.cadre-lien .filet-entre {
    width: 35px;
    height: 1px;
    margin-top: 15px!important;
    background: #ffdf00;
    margin: auto;
    margin-bottom: 10px;
}

.cadre-lien h3 {
    color: #0080C9;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#cadre_blanc h4 {
    color: #0080c9;
}

.page-raumautomation-header-text p {
	font-family: Inter;
}


/*----------------------------
-----Download ------
-----------------------------*/

.page-template-page-download-php .tab-content {
    display: block;
    font-size: 14px;
}

.vuepdf {
    background: #e8e8e8;
    margin-bottom: 50px;
    padding: 70px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.vuepdf .owl-nav {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 38%;
    width: 100%;
    left: 0;
    -webkit-tap-highlight-color: transparent;
}

.titre-pdf {
    color: #676161;
    font-size: 12px;
    padding: 0;
    padding-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 25px;
}

.pdf-link {
    padding: 0;
}

.pdf-vue {
    padding: 0;
}

.vuepdf .owl-item img {
    width: auto!important;
    margin: auto!important;
    max-height: 199px;
}

.pdf-link img,
.pdf-vue img {
    width: 70%!important;
    padding-top: 5px;
}

.vuepdf .owl-prev img,
.vuepdf .owl-next img {
    width: 50%;
}

.vuepdf .owl-nav [class*='owl-']:hover {
    background: transparent!important;
    color: #FFF;
    text-decoration: none;
}

.vuepdf .owl-nav button.owl-prev {
    text-align: left;
    position: absolute;
    padding: 0!important;
    margin: 0;
    left: 10px;
}

.vuepdf .owl-nav button.owl-next {
    text-align: right;
    position: absolute;
    padding: 0!important;
    margin: 0;
    right: 10px;
}

.cadrepdfcertificat {
    background: #d8e3e9 !important;
    padding: 15px;
    border: 15px solid #FFF;
    min-height: 195px;
}

.cadrepdfcertificat b,
.cadrepdfcertificat strong {
    font-family: Inter;
    color: #0089c5;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
}


/*----------------------------
-----liste-alphabetique ------
-----------------------------*/

div#demoOne-nav {
    margin-top: 30px;
    margin-bottom: 10px;
}

#letter-filter-input-container{
    margin-bottom: 30px;
    display: inline-block;
}
#letter-filter-input-label, #title-filter-input-label{
    color: #0082c9;
    margin-right: 5px;
}

#title-filter-input-container{
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 10px;
}

ul#demoOne {
    margin-bottom: 50px;
    list-style: none;
    padding: 0;
}

.titre-liste-alphabetique {
    font-size: 15px;
    font-family: Inter;
    color: #333;
    margin-top: 0px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
}

.cadre-listing-produit {
    min-height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
    clear: left;
}

.cadre-reference {
    border: 1px solid #999;
    padding-left: 0;
    padding-top: 5px;
    color: #167fc2;
    min-height: 48px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    padding-bottom: 5px;
}

.cadre-reference a,.text-titre-liste-alpha a {
    text-decoration: none;
    font-size: 15px;
}

.cadreetpdf {
    border: 1px solid #999;
    padding-left: 0;
    color: #999;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-titre-liste-alpha {
    min-height: 36px;
    display: flex;
    flex-direction: column;
    line-height: 1em;
    justify-content: center;
    text-transform: uppercase;
}

.text-titre-liste-alpha a {
    text-decoration: none;
    text-transform: uppercase;
    color: #337ab7;
}

.text-titre-liste-alpha p {
    margin: 0;
}

.ln-letters a:hover,
.ln-letters .ln-selected {
    background-color: #eaeaea;
}

.ln-letters .ln-last {
    border-right: none;
}

.ln-letters a {
    border: none;
    border-right: none;
    display: block;
    float: left;
    font-size: 19px;
    color: #0082c9;
    padding: 9px;
    text-decoration: none;
}

.listNav,
.ln-letters {
    overflow: hidden;
}

.listNavHide {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.letterCountShow {
    display: block;
}

.ln-letters .ln-disabled {
    color: #aaa;
}

.ln-letter-count {
    color: #336699;
    font-size: .8em;
    left: 0;
    line-height: 1.35;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}

ul#demoOne li:nth-child(even) .cadreetpdf,
ul#demoOne li:nth-child(even) .cadre-reference {
    border: 1px solid #999;
}


/*--------------------
-----PAGES FORMULAIRES------
----------------------*/

div.wpcf7 {
    margin: 0 0 0 -15px;
    padding: 0;
}

.wpcf7-form select {
    border: 2px solid #cfd0d2;
    background: #ECEEF0 none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px;
    color: #2E3541;
    width: 100%;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    border: 2px solid #cfd0d2;
    background: #ECEEF0 none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px;
    color: #2E3541;
    width: 100%;
}

.wpcf7-form input[type="checkbox"] {
    padding: 0;
    margin: 0;
    width: auto;
}

.wpcf7-form .rgpd span.wpcf7-list-item.first.last {
    margin: 0;
    margin-bottom: 15px;
}

.wpcf7-form .label {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 51px;
    padding-left: 0;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    padding: 11px;
    clear: left;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    padding: 11px;
    clear: left;
}


.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    clear: both;
    border: 2px solid #00a0d2;
}

.cadreanti {
    display: block;
    clear: both;
    background: #167fc2;
    padding: 15px;
    color: #fff;
    border-radius: 15px;
}

.cadreanti:after {
    content: "";
    display: block;
    clear: both;
}

.wpcf7-form .wpcf7-submit {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #167fc2;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    width: 130px;
    height: 37px;
    border: none;
    text-transform: uppercase;
}

.cadreanti img {
    width: auto!important;
    height: auto!important;
}

/*--------------------
-----Innovation------
----------------------*/

#entete-interne-innovation-produit {
    min-height: 422px;
    padding-top: 120px;
    margin-top: 95px;
    background-size: cover;
}

#entete-interne-innovation-produit h1 {
    font-size: 60px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.58);
}

#entete-interne-innovation-produit span {
    color: #fff;
    font-weight: bold;
    font-family: Inter;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.58);
}

#entete-interne-innovation-produit img {
    width: 93%;
    height: auto;
}

img.imgprodinno {
    max-width: 73%;
    display: block;
    margin: auto;
}

section#schema {
    background-size: cover;
    min-height: 600px;
    background-position: -220px 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}

section#schema:before {
    content: "";
    background: url(/wp-content/themes/sauter/img/grille.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

section#schema img {
    border-radius: 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.58);
}

section#contenu-produit {
    padding-top: 55px;
    padding-bottom: 55px;
}

section#contenu-produit h2 {
    font-family: Inter;
    font-size: 36px;
    text-align: center;
    color: #0080C9;
    font-weight: bold;
}

section#contenu-produit h3 {
    font-family: Inter;
    font-size: 30px;
    color: #85C9F0;
    font-weight: bold;
}

.b-description_readmore_wrapper.js-description_readmore_wrapper {
    border-bottom: 1px solid #85c9f0;
    padding-bottom: 10px;
    position: relative;
}

.b-description_readmore.js-description_readmore.b-description_readmore_ellipsis {
    background: #fff;
}

.b-description_readmore.js-description_readmore {
    background: #e8e8e8;
    padding: 10px;
    height: auto!important;
}

.b-description_readmore.js-description_readmore p {
    font-size: 13px;
}

.js-description_readmore img {
    display: block;
    margin-bottom: 15px;
}

.js-description_readmore img.aligncenter {
    margin: auto;
}

.js-description_readmore img.alignleft {
    margin-left: 0;
    margin: auto;
    display: inline-block;
}

.js-description_readmore img.alignright {
    margin: auto;
    margin-right: 0;
    display: inline-block;
}

.b-description_readmore_ellipsis::after {
    content: "...";
    background: 
        #fff;
    position: absolute;
    width: 100%;
    bottom: 9px;
    height: 11px;
    line-height: 1em;
}

.js-description_readmore_wrapper:after { display:none;}


.b-description_readmore_button {
    cursor: pointer;
    position: absolute;
    top: -47px;
    right: 15px;
}

.b-description_readmore_button {
    background: url(/wp-content/themes/sauter/img/plus.jpg);
    width: 40px;
    height: 40px;
    color: transparent;
}


.odd-column {    position: relative;    float: left;    width: 50%;}
.even-column {    float: right;    width: 50%;}
.even-column div.col-md-6, .odd-column div.col-md-6 { width: 100%; }


.b-description_readmore_button_active {
    color: transparent;
    background: url('/wp-content/themes/sauter/img/moins.jpg');
    width: 40px;
    height: 40px;
}

.b-description_readmore.js-description_readmore ul {
    margin: 0;
    padding: 0;
}

.b-description_readmore.js-description_readmore ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 7px;
}

.b-description_readmore.js-description_readmore ul li ul {
    margin-left: 15px;
}

.b-description_readmore.js-description_readmore ul li {
    background: url(/wp-content/themes/sauter/img/list_style.png) no-repeat 0 9px;
    padding-left: 10px;
}

.b-description_readmore.js-description_readmore .wp-caption:after {
    content: "";
    clear: both;
    display: block;
}

body.page-template-page-innovation #product-slider .owl-item span {
	color: inherit;
}

/*--------------------
-----PRODUIT DETAIL------
----------------------*/

section#contenu-produit-detail {
    margin-top: 130px;
}

section#contenu-produit-detail .filet-entre {
    margin: initial;
    margin-bottom: 40px;
}

.description-produit {
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.description-produit .SectionTitle {	font-weight: bold;  }

h3.caract {
    font-size: 14px;
    font-weight: 700;
    font-family: Zilla;
    color: #333;
}

.descriptionNew ul {
    padding: 0px;
    padding-left: 20px;
}

.descriptionNew li::marker {
    color: #167fc6;
}


#contenu-produit-detail-document {
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cadre-gris {
    background: #e4e4e2;
    padding: 15px;
    min-height: 220px;
}

.cadre-gris select {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    font-family: Inter;
    padding-left: 10px;
    color: #aaa;
    font-size: 19px;
    height: 50px;
    font-weight: bold;
}

.titre-cadre-gris {
    color: #167fc2;
    font-family: Inter;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.padding-top-15 {
    padding-top: 15px;
}

.cadre-type {
    border: 1px solid #625e5e;
    margin-bottom: 10px;
    font-size: 13px;
    padding-top: 10px;
    margin-top: 10px;
    color: #625e5e;
    padding-bottom: 10px;
}

.cadre-type em {
    font-size: 11px;
    font-style: normal;
    color: #bdbcbc;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.cadre-type b {
    color: #625e5e;
    font-size: 12px;
}

.tab-contenu-produit .nav-tabs {
    border-bottom: 1px solid #167fc2;
}

.tab-contenu-produit .nav-tabs>li,
.tab-contenu-produit .nav-pills>li {
    float: none;
    display: inline-block;
    font-weight: bold;
    zoom: 1;
    font-size: 13px;
}


.IframeVideoSingleProduct {
    height: auto;
    width: 100%;
    margin-top: 10px;
    min-height: 240px;
    margin-bottom: 10px;
}

.BlockMediaReleases .fond-b {
    box-shadow: 0 0 14px #5d5d5d;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 10px;
    background: #fff;
    text-align: left;
    margin-top: 30px;
    display: inline-table;
}

.BlockMediaReleases .medium-gauche {
    width: 100%;
    height: auto;
    margin-left: -22px;
    margin-top: 5px;
}

.BlockMediaReleases .date-post {
    margin-top: 10px;
    font-size: 11px;
}

.BlockMediaReleases h5.article-title {
    font-size: 12px!important;
}


.BlockMediaReleases .decalage-d img {
    margin-right: -15px;
    width: 30px;
    margin-top: 15px;
}


.tab-contenu-produit .nav-tabs,
.tab-contenu-produit .nav-pills {
    text-align: left;
}

.tab-contenu-produit .nav-tabs>li.active>a,
.tab-contenu-produit .nav-tabs>li.active>a:focus,
.tab-contenu-produit .nav-tabs>li.active>a:hover {
    color: #167fc2;
    cursor: default;
    background-color: #f8f8f7;
    border: 1px solid #ddd;
    padding-bottom: 9px;
    border-bottom-color: transparent;
}

.tab-contenu-produit .nav-tabs>li.active>a,
.tab-contenu-produit .nav-tabs>li.active>a:focus,
.tab-contenu-produit .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #f8f8f7;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.clearfix {
    clear: both;
    display: block;
}

img.img-responsive {
    margin: auto;
}

.cadre-media {
    float: left;
    width: 50%;
    background: url(/wp-content/themes/sauter/img/cadre-media.png);
    height: 35px;
    color: #fff;
    font-size: 8px;
    padding-top: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 3px;
    background-repeat: no-repeat;
}

.cadre-media100 {
    float: left;
    width: 100%;
    background: url(/wp-content/themes/sauter/img/cadre-media.png);
    height: 35px;
    color: #fff;
    font-size: 8px;
    padding-top: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 3px;
    background-repeat: no-repeat;
}

.cadre-media-new {
    height: 35px;
    color: #fff;
    font-size: 8px;
    padding-top: 13px;
    width: 50%;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 3px;
    background-repeat: no-repeat!important;
    background: url(/wp-content/themes/sauter/img/new.png);
}

.img-produit-responsive img.img-responsive {
    height: auto;
    max-height: 440px;
}

#cadre_blanc .col-md-10 img {
    vertical-align: middle;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.page-id-67880 #cadre_blanc .col-md-10 img{
    width: initial;
}

.grecaptcha-badge {
    display: none;
}


/*--------------------
-----Burogebaude------
----------------------*/

.page-template-page-Burogebaude #page {
    background: url(/wp-content/themes/sauter/img/sigle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#buro-contenu {
    min-height: 270px;
    background: rgba(0, 128, 201, 0.8);
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    color: #fff;
}

#buro-contenu p, .job-section-normal {
    font-size: 14px;
}

#section-slider.section-multiple-images, #section-slider.job-section-slider{
    min-height: 485px;
    background-position: center 50%;
}
#section-slider.section-multiple-images .owl-carousel{
    display: flex;
}
#section-slider.section-multiple-images .item, #section-slider.job-section-slider .item{
    width: 100%;
    min-height: 485px;
}

.aufgabengebiete-img-text{
    margin-top: 20px;
}

.unternehmen-img{
    max-height: 150px;
}

.job-section-img-container, .images-under-text{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.job-section-normal.job-section-align-left{
    text-align: left;
}

.image-under-text{
    padding-top: 10px;
    padding-bottom: 10px;
}

.job-section-normal {
    min-height: 270px;
    background: rgba(0, 128, 201, 0.8);
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}

.job-section-normal.job-section-no-title{
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}

.job-section-no-padding{
    padding-top: 0px;
    padding-bottom: 0px;
}

.job-img-text-col{
    padding-top: 30px;
    padding-bottom: 30px;
}

.job-section-sidebar .sidebar-img{
    clip-path: circle();
    width: 210px;
}

.job-section-sidebar .text-container div{
    font-size: 18px;
}

.arbeiten-img{
    max-height: 350px;
}

.youtube-container{
    padding-top: 50px;
}

.arbeiten-text-container{
    margin-top: 30px;
}

.job-section-normal img, .arbeiten-img{
    max-width: 100%;
}

.job-section-normal iframe{
    width: 100%;
}

@media (max-width: 767px){
    .job-section-img-container, .images-under-text{
        display: block;
    }
    .job-section-img-container > div{
        margin-block: 30px;
    }
    .arbeiten-text-container{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .job-section-normal img, .arbeiten-img{
        width: auto;
        padding-bottom: 20px;
    }

    section#section-slider.job-section-slider{
        min-height: 420px;
    }
    .aufgabengebiete-img-text{
        margin-top: 0px;
    }
}

@media (max-width: 1023px){
    .job-section-sidebar{
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .job-section-container-no-padding, .job-section-container-no-padding, .img-text-right-no-padding{
        padding-right: 0px;
    }
    .job-section-container-no-padding .img-text-right-no-padding{
        text-align: right;
    }
    .job-section-container-no-padding, .job-img-text-col{
        padding-left: 8%;
    }
    .job-img-text-col{
        padding-left: 20%;
    }
    .job-section-container-no-padding, .job-section-normal.job-section-no-title .container{
        display: flex;
        align-items: center;
    }
    .job-section-vorteile{
        padding-top: 60px;
    }
    .job-section-youtube-text-col{
        padding-left: 100px;
    }
    .job-section-youtube-text .container{
        display: flex;
        align-items: center;
    }
    .job-section-content-center .container, .job-section-content-center .container-fluid{
        display: flex;
        align-items: center;
    }
    .job-section-vorteile .container{
        display: block;
    }
    .job-section-normal .img-text-right-no-padding .arbeiten-img{
        max-width: initial;
    }
}

@media (min-width: 1024px) {
    .job-section-sidebar{
        background-color: #d7e8f0;
        position: fixed;
        top: 300px;
        right: 0px;
        width: 250px;
        z-index: 10;
        box-shadow: -2px 3px 6px rgba(0, 0, 0, 0.5);
    }
    .job-section-sidebar .container{
        display: inline;
    }
    .job-section-sidebar div{
        color: black;
    }
    .job-text-right-side{
        margin-left: auto;
        width: fit-content;
    }
    .job-section-normal .job-text-right-side-bottom{
        margin-top: 40px;
    }
}

.arbeiten-text-container, .job-section-normal h2, .job-section-normal h3, .job-section-normal h4{
    font-family: 'Inter';
    font-weight: bold;
}

.job-section-normal h2{
    color: #0080C9;
}

.job-section-normal p{
    color: #000;
}

.aufgabengebiete-img-text{
    color: #000;
}

.job-section-vorteile{
    display: flex;
}

.job-section-normal.job-section-vorteile p{
    color: #0080C9;
}

.arbeiten-name{
    text-decoration-thickness: 2px;
    line-height: 14px;
    text-decoration: underline;
    font-weight: bold;
}

.jobs-uberschrift{
    color: #0080C9;
    font-size: 28px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.job-section-normal .job-text-right-side-bottom p, .job-section-normal .job-text-right-side-top p{
    font-family: Inter;
}

.job-section-normal .job-text-right-side-top p{
    color: #fff;
    font-size: 42px;
    line-height: normal;
}

.job-section-normal .job-text-right-side-bottom p{
    text-decoration: underline;
    font-size: 24px;
}

.job-section-header{
    margin-bottom: 40px;
}


.jobs-uberschrift-small{
    color: black;
    font-size: 20px;
    margin-bottom: 40px;
}

.jobs-uberschrift-small-padding{
    padding-top: 10px;
}

.jobs-section-small-padding{
    padding-bottom: 30px;
}

.jobs-section-small-padding .jobs-uberschrift, .job-section-building-control h3{
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-id-357 .texte1 {
    padding-top: 25px;
}


/*--------------------
-----Uber Uns------
----------------------*/

.text-petit p,
.text-petit {
    font-size: 14px;
}

section#qualites {
    background: #0080c9;
    min-height: 300px;
}

section#qualites h2 {
    font-size: 33px;
}

.icone-qualites {
    float: left;
    width: 20%;
    padding: 5px;
    text-align: center;
    font-weight: bolder;
    color: #85C9F0;
}

.icone-qualites p {
    font-size: 12px;
}

.icone-qualites img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

section#organisation {
    background: #c8e0ee;
    min-height: 500px;
}

section#organisation h3 {
    color: #167fc2;
    font-size: 33px;
}

.cadre-blanc {
    background: #fff;
    height: 160px;
    align-items: center;
    display: flex;
}

.cadre-blanc p {
    margin: auto;
}

.cadre-blanc p:after {
    content: "";
    width: 35px;
    height: 1px;
    position: absolute;
    background: #ffdf00;
    margin-left: -17px;
    margin-top: 6px;
}

.cadre-480 {
    min-height: 280px;
}

.titre-centrer-orga {
    display: block;
    text-align: center;
    color: #167fc2;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cadre-org-img {
    text-align: center;
    margin-bottom: 30px;
    min-height: 290px;
}

.cadre-org-img img {
    width: 65%;
    max-width: 100%;
    margin: auto;
    height: auto;
    margin-bottom: 10px;
}

.cadre-orga-fonce {
    BACKGROUND: #167fc2;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.cadre-orga {
    BACKGROUND: #86c9ee;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    height: 70px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    position: relative;
}

.fleche-bas:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    border-right: 10px solid transparent;
    border-top: 10px solid #86c9ee;
}

.fleche-interieur {
    background: #86c9ee url(/wp-content/themes/sauter/img/fleche-interieur-cadre.png);
    background-repeat: no-repeat;
    padding-left: 45px;
}

.fleche-barre {
    border-bottom: 1px solid #167fc2;
    margin-bottom: 16px;
    padding-top: 10px;
    position: relative;
}

.fleche-barre.tiret {
    border-bottom: 2px dotted #167fc2;
}

.fleche-barre.tiret:after {
    display: none;
}

.fleche-barre:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    left: 50%;
    border-right: 10px solid transparent;
    border-top: 10px solid #167fc2;
}

.cadre-orga.fleche-interieur.retour {
    background-position: -24px 0px;
    padding-left: inherit;
}

#organigramme .vide {
    display: block;
    height: 70px;
}


/*--------------------
-----Geschichte------
----------------------*/

#Geschichte {
    margin-top: 50px;
    text-align: center;
    min-height: 1100px;
}

#Geschichte .fond-b.shadow {
    min-height: 230px;
    box-shadow: 0 0 14px #5d5d5d;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 50px;
    background: #fff;
    text-align: left;
}

#Geschichte .fond-b.shadow img {
    border-radius: 15px;
}

#Geschichte .date {
    font-family: Inter;
    font-size: 28px;
    color: #85C9F0;
    font-weight: bold;
}

#Geschichte .article-title {
    color: #167fc2;
    font-family: Inter;
    font-size: 18px;
}

#Geschichte .contenu-histoire {
    font-size: 14px;
}

/*--------------------
-----Blue White------
----------------------*/

#blue-white-banner {
	margin-top: 100px;
	min-height: 40vh;
	background-size: cover;
	background-position: center center;
	text-align: center;
	display: flex;
	align-items: center;
}

#blue-white-bluetext {
	background-color: #167fc2;
	color: #FFF;
}

#blue-white-whitetext {
	
}

@media (max-width: 767px) {
	#blue-white-banner {
		margin-top: 80px;
	}
}

/*-------------------------------------------
----- Template: Innovation Landingpage ------
-------------------------------------------*/

#innovation-landingpage-banner {
	margin-top: 85px;
	min-height: 80vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
}
#innovation-landingpage-banner > .container {
	display: flex;
}
#innovation-landingpage-banner > .container > .row {
	display: flex;
	align-items: center;
}
#innovation-landingpage-bannertext p {
	font-size: 1.5em;
}
#innovation-landingpage-bannertext strong {
	font-size: 1.1em;
}
#innovation-landingpage-form {
	padding: 30px;
	background-color: rgba(0,0,0,0.3);
}
#innovation-landingpage-form > div {
	margin: 0;
}
#innovation-landingpage-form .wpcf7-form > p {
	margin: 0;
	display: flex;
	flex-flow: column nowrap;
}
#innovation-landingpage-form .wpcf7-form input[type="text"],
#innovation-landingpage-form .wpcf7-form input[type="email"],
#innovation-landingpage-form .wpcf7-form textarea,
#innovation-landingpage-form .wpcf7-form select {
	background-color: #fff;
	font-size: 1.8em;
	margin-bottom: 30px;
}
#innovation-landingpage-form .wpcf7-checkbox .wpcf7-list-item,
#innovation-landingpage-form .wpcf7-radio .wpcf7-list-item {
	display: block;
	position: relative;
	font-size: 1.8em;
	color: #30c5ff;
	margin: 0;
}
#innovation-landingpage-form .wpcf7-checkbox input:checked,
#innovation-landingpage-form .wpcf7-checkbox input:not(:checked),
#innovation-landingpage-form .wpcf7-radio input:checked,
#innovation-landingpage-form .wpcf7-radio input:not(:checked) {
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
}
#innovation-landingpage-form input:checked + .wpcf7-list-item-label,
#innovation-landingpage-form input:not(:checked) + .wpcf7-list-item-label {
	padding-left: 1.5em;
	position: relative;
}
#innovation-landingpage-form input:checked + .wpcf7-list-item-label::before,
#innovation-landingpage-form input:not(:checked) + .wpcf7-list-item-label::before,
#innovation-landingpage-form input:checked + .wpcf7-list-item-label::after,
#innovation-landingpage-form input:not(:checked) + .wpcf7-list-item-label::after {
	border: 2px solid #30c5ff;
	position: absolute;
	left: 0;
	height: 1em;
	width: 1em;
	border-radius: 50%;
	top: 0.2em;
}
#innovation-landingpage-form input:checked + .wpcf7-list-item-label::after,
#innovation-landingpage-form input:not(:checked) + .wpcf7-list-item-label::after {
	transform: scale(0.7);
	border: none;
}
#innovation-landingpage-form input:checked + .wpcf7-list-item-label::after {
	background-color: #30c5ff;
}
#innovation-landingpage-form .wpcf7-submit {
	border-radius: 0;
	background-color: yellow;
	color: #222;
	align-self: center;
	margin-top: 30px;
}
.innovation-landingpage-form-title {
	text-align: center;
	font-size: 1.8em;
	font-weight: 700;
	color: #30c5ff;
	padding: 15px;
}
#innovation-landingpage-body p {
	font-size: 1.2em
}
#innovation-landingpage-body strong {
	font-size: 1em
}
#innovation-landingpage-boxes .row {
	display: flex;
	justify-content: space-between;
}
#innovation-landingpage-boxes .row:before,
#innovation-landingpage-boxes .row:after {
	display: none;
}
.innovation-landingpage-box {
	padding: 30px;
}
.innovation-landingpage-box > div {
	position: relative;
	padding-bottom: 30%;
}
.innovation-landingpage-box > a {
	display: block;
	position: relative;
	padding-bottom: 30%;
}
.innovation-landingpage-box picture {
	display: block;
	position: relative;
	padding-top: 90%;
}
.innovation-landingpage-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.innovation-landingpage-box-text {
	position: absolute;
	left: 10%;
	bottom: 0;
	width: 80%;
	min-height: 60%;
	background-color: #fff;
	padding: 15px;
}
.innovation-landingpage-box-text p {
	font-size: 1.1em;
}
.innovation-landingpage-box-text strong {
	font-size: 1.1em;
}
.innovation-landingpage-rows-embedcontainer,
.innovation-landingpage-rows-textbox {
	padding: 30px;
}
.innovation-landingpage-rows-embedcontainer > div {
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.innovation-landingpage-rows-embedcontainer iframe,
.innovation-landingpage-rows-embedcontainer object,
.innovation-landingpage-rows-embedcontainer embed,
.innovation-landingpage-rows-embedcontainer picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.innovation-landingpage-rows-embedcontainer img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
}
.innovation-landingpage-rows-textbox + .innovation-landingpage-rows-embedcontainer img {
	object-position: right;
}
.innovation-landingpage-rows-textbox p {
	font-size: 1.3em;
}
.innovation-landingpage-rows-textbox strong {
	font-size: 1.1em;
}
#innovation-landingpage-video {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.innovation-landingpage-video-container {
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.innovation-landingpage-video-container iframe,
.innovation-landingpage-video-container object,
.innovation-landingpage-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.innovation-landingpage-formlink-container {
	text-align: center;
}
.innovation-landingpage-formlink-container a {
	display: inline-block;
	font-size: 1.4em;
	font-weight: 700;
	padding: 10px 20px;
	background-color: #30c5ff;
	color: black;
}

/*------------------------------------
----- Template: Innovation Page ------
------------------------------------*/

body.page-template-tpl-innovation-page #page > section:first-of-type {
	margin-top: 100px;
}
section#innovation-page-banner {
	background-color: #0080C9;
	min-height: 422px;
    background-size: cover;
	display: flex;
	align-items: center;
}
section#innovation-page-banner * {
	color: inherit;
}
section#innovation-page-banner p {
	font-size: 23px;
	font-weight: 700;
	font-family: Inter;
}
section#innovation-page-whitecontent {
	background-color: #FFF;
}
section#innovation-page-greycontent {
	background-color: #EEE;
}
section#innovation-page-rows img {
	width: 100%;
	height: auto;
}
section#innovation-page-rows .flex-center {
	align-items: center;
}
section#innovation-page-rows .flex-center:nth-child(odd) > div:first-child {
	order: 2;
}
section#innovation-page-greywhite .container-fluid {
	background-color: #FFF;
}
section#innovation-page-greywhite .container-fluid:nth-child(odd) {
	background-color: #EEE;
}

/*--------------------
-----FOOTER------
----------------------*/

div#footer-area .bouton-product {
    padding-top: 0!important;
}

div#footer-area {
    min-height: 570px;
    background: url(/wp-content/themes/sauter/img/food-footer.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    position: relative;
}

.footer-widget-area {
    margin: auto;
    width: 95%;
}

.col-menu-footer,
.col-menu-footer-bureau {
    width: 20%;
    padding: 15px;
    float: left;
}

.col-menu-footer-bureau {
    padding: 10px!important;
}

.col-menu-footer-bureau h3 {
    margin-bottom: 0px!important;
    padding-top: 9px!important;
}


iframe#someFrame {
    height: 530px;
    margin-left: -10px;
    width: 220px;
    margin-top: 11px;
}

.map-espace {
    position: absolute;
    bottom: 10px;
    right: 327px;
}

.map-espace h3 {
    color: #ffdf00;
    padding: 0;
    font-size: 15px;
    padding-left: 56px;
    padding-top: 5px;
    padding-bottom: 15px;
    margin: 0;
}



.col-menu-footer-bureau {
    background: #167fc2;
    min-height: 705px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}


.col-menu-footer-bureau span {
    font-family: Inter;
    font-size: 15px;
    color: #85c9f0;
    font-weight: bold;
}

.col-menu-footer-bureau .fa-share {
    color: #ffdf00;
}

.col-menu-footer-bureau a {
    color: #ffdf00;
}

#continent {    margin-bottom: 5px;    margin-top: 10px;} 

#pays1 {
    margin-bottom: 15px;
    margin-top: 10px;
}

.pays strong {
    display: block;
    font-size: 14px;
}

.col-menu-footer-bureau img {
    width: 120%;
    margin-top: 20px;
    margin-bottom: 15px;
}

.col-menu-footer h3,
.col-menu-footer-bureau h3 {
    color: #0082c8;
    padding: 0;
    font-size: 14px;
    padding-top: 5px;
    margin: 0;
    margin-bottom: 35px;
    font-weight: bold;
}

.col-menu-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.col-menu-footer ul li {
    margin: .2em 0;
}

.col-menu-footer ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.col-menu-footer ul li a:hover {
    color: #85C9F0;
    text-decoration: none;
}

.copy-right {
    height: 32px;
    background: #000508;
    color: #85c9f0;
    font-size: 12px;
    padding-top: 5px;
    line-height: 2em;
}

.copy-right a {
    color: #85c9f0;
}

.copy-right .col-md-5 {
    text-align: center;
}

.copy-right .col-md-5 a {
    margin-right: 25px;
}

.copy-right .icone-footer {
    text-align: center;
    padding: 0;
    margin-top: 10px;
}

.copy-right .icone-footer a {
    border: 1px solid;
    border-radius: 50%;
    width: 40px;
    display: inline-block;
    height: 40px;
    font-size: 22px;
    padding-right: 0;
    line-height: 35px;
    margin-right: 5px;
    padding-left: 0;
}


.copy-right .icone-footer a:hover {
    color: #ffdf00;
}

#colophon .scroll-to-top {
    right: 0;
    position: absolute;
    top: 0;
    background: #c6c1b8 none repeat scroll 0 0;
    color: #f9df11;
    font-size: 25px;
    height: 56px;
    line-height: 51px;
    text-align: center;
    width: 56px;
}

.lien-footer-liste {
    text-align: center;
}

.lien-footer-liste a {
    margin-right: 10px;
    font-size: 12px;
}

.execphpwidget {
    clear: both;
}

.pays span,
.pays p,
.pays a {
    font-size: 13px!important;
}
.col-menu-footer-bureau select {
    width: 100%;
    height: 29px;
    color: #0082c8;
    font-weight: bold;
}


/*desktop 1024*/

@media (min-width: 979px) and (max-width: 1199px) {

    #entete-interne-innovation-produit h1 {
        font-size: 55px;
    }


    .cd-header.is-fixed {
        position: fixed;
        top: 0;
        background-color: #fff;
        height: 85px;
    }
    .cd-header.is-fixed .selecteur-langue {
        position: absolute;
        left: 100px;
        top: 28px;
    }
    .cd-primary-nav-trigger {
        left: 2.2em;
    }
    .selecteur-langue {
        left: 105px;
    }
    section#section-slider .item .container {
        padding-top: 15%;
        text-align: center;
    }
    section#section-slider .item {
        min-height: 600px;
    }
    .icon-scroll,
    .icon-scroll:before,
    .owl-theme .owl-nav.disabled+.owl-dots,
    .Kontakt {
        bottom: 5%!important;
    }
    .map-espace {
        position: absolute;
        bottom: 20px;
        right: 208px;
    }
    .map-espace img {
        border: 0;
        width: 95%;
        height: auto;
    }
    section#angebot .imgBox {
        width: 100%;
        height: 245px;
    }
    section#angebot .imgBox img {
        width: 100%;
        height: auto;
    }
    section#software .item .cadre-img-produit,
	#product-slider .item .cadre-img-produit {
        height: 333px;
        width: 100%;
        background-position: center;
        background-size: cover!important;
    }
    .copy-right {
        font-size: 12px;
    }
    #colophon .scroll-to-top {
        height: 55px;
        width: 51px;
    }
    .page-id-357 .texte1 {
        padding-top: 10px;
    }
    .texte1 {
        padding-top: 85px;
        min-height: 330px;
        line-height: 1.2em;
        font-size: 11px;
    }
    .texte1 ul li {
        background: url(/wp-content/themes/sauter/img/list_style.png) no-repeat 0 4px;
    }
    .page-template-page-service #cadrenum2 .texte2,
    #cadre-multiple .texte2 {
        font-weight: normal;
        font-size: 12px;
    }
    .cadre-orga-fonce {
        height: auto;
    }
    #news .fond-b.shadow {
        min-height: 270px;
        box-shadow: 0 0 14px #5d5d5d;
        border-radius: 15px;
        padding: 25px;
        margin-bottom: 50px;
        background: #fff;
        text-align: left;
    }
    .medium-gauche {
        margin-left: -90px;
        margin-top: -45px;
        border-radius: 10px;
        position: absolute;
    }
    .medium-droite {
        margin-right: auto;
        margin-top: -45px;
        border-radius: 10px;
        position: absolute;
        width: 135%;
        margin-left: -20px;
        height: auto;
    }




}


/*Taille singuliere*/

@media (min-width: 980px) and (max-width: 991px) {

    #entete-interne-innovation-produit img {
        margin-top: 15px;
        height: auto;
        max-width: 47%;
        margin-bottom: 15px;
    }

}

/*Tablet portrait*/

@media (min-width: 768px) and (max-width: 979px) {
    .cd-header.is-fixed {
        position: fixed;
        top: 0;
        background-color: #fff;
        height: 85px;
    }
    .cd-primary-nav-trigger {
        left: 2.2em;
    }
    .selecteur-langue {
        left: 105px;
    }
    section#news {
        padding-bottom: 25px;
    }
    section#angebot .imgBox {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 175px;
        position: relative;
        margin: auto;
        box-shadow: -1px -1px 16px 0px #cacaca;
        text-align: center;
    }
    section#angebot .imgBox img {
        display: block;
        transition: .3s ease-in-out;
        width: 100%;
        height: auto;
    }
    section#section-slider .item {
        min-height: 550px;
        margin-top: 85px;
        background-position: center center;
        background-size: cover;
    }
    .Kontakt {
        bottom: 5%;
        right: 15px;
        z-index: 1;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        position: absolute;
        bottom: 5%!important;
        width: 75%;
        text-align: right;
    }
    .icon-scroll,
    .icon-scroll:before {
        bottom: 5%;
        z-index: 1;
    }
    #news .fond-b.shadow {
        min-height: 280px;
    }
    #organigramme .vide {
        height: 90px;
    }
    .cadre-orga-fonce {}
    .page-template-page-Burogebaude-php .owl-theme .owl-nav.disabled+.owl-dots {
        position: absolute;
        bottom: 5%;
        width: 75%;
        text-align: right;
    }
    .texte1 {
        padding-top: 40px;
        min-height: 330px;
        line-height: 1.2em;
    }
    .cadre-multi-img-texte {
        margin: 0;
    }
    .img-multi {
        background-position: center!important;
    }
    .page-template-page-service #cadrenum2 .texte2,
    #cadre-multiple .texte2 {
        padding-top: 13px;
        font-weight: normal;
    }
    #entete-interne-innovation-produit {
        background-position: center;
    }
    .page-id-357 .texte1 {
        padding-top: 13px;
        font-size: 13px;
    }
    .img-fond-schema-projekte {
        width: 100%;
    }
    #entete-interne-innovation-produit img {
        margin-top: 15px;
        height: auto;
        max-width: 47%;
        margin-bottom: 15px;
    }
    #entete-interne-innovation-produit {
        padding-top: 65px;
        min-height: 330px;
    }

    #entete-interne-innovation-produit h1 {
        font-size: 55px;
    }


    section#schema img {
        border-radius: 15px;
        height: auto;
        width: 100%;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.58);
    }
    .map-espace {
        position: absolute;
        bottom: 36px;
        right: 70px;
    }
    .map-espace img {
        width: 70%;
        height: auto;
    }
    .copy-right {
        height: 83px;
        background: #000508;
        color: #85c9f0;
        font-size: 12px;
        padding-top: 5px;
        line-height: 2em;
    }
    .search input,
    .search .wp_autosearch_input,
    .wp_autosearch_input.ac_input {
        height: 50px!important;
        width: 100%!important;
        background-image: url(/wp-content/themes/sauter/img/icone-surch.png);
        background-repeat: no-repeat;
        background-position: 210px 4px;
        padding-left: 8px!important;
    }
    .extranet a {
        width: 152px;
    }
    #colophon .scroll-to-top {
        right: 0;
        position: absolute;
        top: 0;
        background: #c6c1b8 none repeat scroll 0 0;
        color: #f9df11;
        font-size: 25px;
        height: 55px;
        line-height: 51px;
        text-align: center;
        width: 28px;
    }
    .tab-contenu-produit {
        margin-top: 30px;
    }


}


/*smartphone < 767px*/

@media (max-width: 767px) {
    .montrer-menu-produit.show {
        opacity: 1;
        position: relative;
        margin-top: 70px;
    }
    a.bordure-bouton {
        margin-top: -36px;
        position: relative;
        padding: 2px;
        left: 0;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 11px;
        width: 100%;
        letter-spacing: 0px;
        border-radius: 12px;
        border: 1px solid #ffdf00;
    }
    .cd-header.is-fixed {
        position: fixed;
        top: 0;
        background-color: #fff;
        height: 85px;
    }
    .cd-header.is-fixed .selecteur-langue {
        position: absolute;
        left: 80px;
        top: 22px;
    }
    .cd-header {
        position: absolute;
        top: 0px;
        left: 0;
        background: #fff;
        height: 85px;
        width: 100%;
        z-index: 5;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .cd-logo {
        right: 1em;
    }
    .selecteur-langue {
        position: absolute;
        left: 80px;
        top: 22px;
    }
    .cd-primary-nav-trigger {
        position: absolute;
        right: inherit;
        top: 20px;
        left: 15px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background-color: #389cd5;
    }
    .cd-primary-nav-trigger .cd-menu-icon,
    .cd-primary-nav-trigger .cd-menu-icon::before,
    .cd-primary-nav-trigger .cd-menu-icon:after {
        background-color: #fff;
    }
    .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
    .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
        background-color: #fff;
    }
    .cd-primary-nav ul li {
        text-align: left;
    }
    .searchextra {
        padding-top: 25px;
    }
    section#section-slider {
        min-height: 510px;
    }
    section#section-slider h1 {
        font-size: 35px;
    }
    section#section-slider h2 {
        font-size: 28px;
    }
    section#section-slider .item {
        min-height: 425px;
    }
    section#section-slider .item .container {
        padding-top: 15%;
    }
    .Kontakt {
        bottom: 5%;
        right: 15px;
        z-index: 1;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        width: 90%!important;
    }
    .icon-scroll,
    .icon-scroll:before {
        bottom: 5%;
        z-index: 1;
    }
    section#angebot .content {
        text-align: center;
        margin-bottom: 25px;
    }
    section#software .container,
	#product-slider.container {
        padding: 5px;
    }
    .medium-gauche,
    .medium-droite {
        position: relative;
    }
    section#innovationen h5 {
        font-size: 25px;
        width: 100%;
    }
    section#innovationen {
        min-height: 524px;
        background-position: 70% center;
    }
    #news {
        padding-bottom: 20px;
    }
    .img-fond-schema-projekte {
        position: relative;
        width: 100%;
        height: 414px;
        margin: auto;
        margin-top: 94px;
        border-radius: 15px;
        box-shadow: 0 0 14px #000;
    }
    .img-fond-schema-projekte {
        position: relative;
        width: 100%;
        height: 360px;
        margin: auto;
        margin-top: 94px;
        border-radius: 15px;
        box-shadow: 0 0 14px #000;
        background-size: cover!important;
    }
    .img-fond-schema-projekte ul {
        position: absolute;
        top: 150px;
        left: -13px;
    }
    .img-fond-schema-projekte .cercle {
        position: absolute;
        right: 272px;
        top: 147px;
    }
    .img-fond-schema-projekte .cercle .Erneuerung {
        position: absolute;
        left: -105px;
        top: 4px;
    }
    .img-fond-schema-projekte .cercle .Betrieb {
        position: absolute;
        top: -29px;
        left: 105px;
    }
    .img-fond-schema-projekte .fleche {
        position: absolute;
        left: 40px;
        top: 45px;
    }
    .img-fond-schema-projekte .Projektierung {
        position: absolute;
        left: 198px;
        top: -10px;
    }
    .img-fond-schema-projekte .Ruckbau {
        position: absolute;
        top: -1px;
        left: 416px;
    }
    .col-menu-footer,
    .col-menu-footer-bureau {
        width: 100%;
    }
    .col-menu-footer h3,
    .col-menu-footer-bureau h3 {
        color: #0082c8;
        font-size: 14px;
        padding: 0;
        padding-top: 5px;
        margin: 0;
        margin-bottom: 20px;
    }
    .map-espace {
        position: relative;
        bottom: 0;
        right: 0;
        clear: left;
        margin-bottom: 10px;
    }
    .map-espace h3 {
        color: #ffdf00;
        padding: 0;
        font-size: 15px;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 15px;
        margin: 0;
    }
    .map-espace img {
        vertical-align: middle;
        width: 100%;
        height: auto;
    }
    .copy-right {
        height: auto;
        background: #000508;
        color: #85c9f0;
        font-size: 12px;
        padding-top: 5px;
        text-align: center;
        line-height: 2em;
    }
    .copy-right .col-md-5 a {
        margin-right: 15px;
    }
    .copy-right .col-md-4 {
        text-align: center;
        padding-right: 25px;
        margin-bottom: 5px;
    }
    #entete-interne-innovation-produit h1 {
        font-size: 45px;
        word-break: break-word;
    }
    .cadre-blanc {
        margin-bottom: 15px;
    }
    #organigramme .vide {
        display: none;
    }
    figure.gallery-item {
        float: left;
        width: 25%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    section#description2 {
        padding-bottom: 40px;
    }
    .cadre-multi-img-texte {
        margin-left: 0%;
    }
    #entete-interne-innovation-produit {
        padding-top: 80px;
        background-position: center;
        margin-top: 80px;
    }
    section#schema img {
        width: 100%;
        height: auto;
    }
    .texte2,
    .cadre2,
    .texte1,
    .cadre1 {
        min-height: 360px;
    }
    .page-template-page-service #cadrenum2 .texte2,
    #cadre-multiple .texte2 {
        padding-top: 5px;
        font-weight: normal;
    }
    section#img-fond-projekte {
        min-height: 530px;
        background-size: cover!important;
    }
    #entete-interne-innovation-produit img {
        margin-top: 20px;
        max-width: 50%;
        height: auto;
    }
    .img-480-responsive img {
        margin-left: 0!important;
    }
    section#entete-interne {
        background: #0080c9;
        height: 147px;
        margin-top: 80px;
        text-align: center;
        padding-top: 33px;
    }
    .tab-contenu-produit {
        margin-top: 30px;
    }
    .icon-scroll,
    section#software .scrollbar,
	#product-slider .scrollbar,
    .owl-theme .owl-nav.disabled+.owl-dots,
    .col-menu-footer,
    .map-espace {
        display: none;
    }
    section#software nav div,
	#product-slider nav div {
        float: none;
    }
    .cd-primary-nav h4 a.collapse:after, .cd-primary-nav .h4 a.collapse:after {
        margin-left: 15px;
        color: #fff;
        font-family: 'Font Awesome 7 Pro', 'Font Awesome 5 Free';
        content: "\f078";
    }
    .cd-primary-nav h4 a:after, .cd-primary-nav .h4 a:after {
        font-family: 'Font Awesome 7 Pro', 'Font Awesome 5 Free';
        content: "\f077";
        margin-left: 15px;
        color: #fff;
    }
    div#footer-area {
        min-height: 55px;
    }
    .wpml-ls-legacy-list-horizontal a {
        display: block;
        text-decoration: none;
        padding: 5px 6px;
        line-height: 1;
    }

    div#footer-area .container {
        padding: 0;
    }

    .col-menu-footer-bureau {    min-height: 380px;}

    iframe#someFrame {
        height: 290px!important;
        margin-left: 0;
        width: 100%;
        margin-top: 11px;
        overflow: hidden;
    }

    #colophon .scroll-to-top {
        right: 0;
        position: absolute;
        top: 0;
        background: #c6c1b8 none repeat scroll 0 0;
        color: #f9df11;
        font-size: 25px;
        height: 40px;
        line-height: 37px;
        text-align: center;
        width: 40px;
    }

    .js-description_readmore img {
        width: 100%;
        height: auto;
    }


    .odd-column, .even-column { width: 100%;  }


    .cadre-type .col-md-3.col-xs-3 {
        padding: 0;
    }

    .cadre-type .col-md-2.col-xs-2 {
        padding: 0;
    }

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

    .reversemobile .reversemobile-2 {
        order: 2;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .reversemobile-4 {
        order: 1;
    }
	
	
	.Block1Single {
		order: 2;
		margin-top: 25px;
		margin-bottom: 30px;
	}

	.Block2Single {order: 1;}

	.Block3Single {display:none;}

	.Block4Single {order: 3;}


}


/*smartphone < 480px*/

@media (max-width: 480px) {

    .titre-pdf{
        margin-left: 65px;
    }
    .wpml-ls-legacy-list-horizontal a {
        padding: 5px 7px!important;
    }


    .montrer-menu-produit.show {
        opacity: 1;
        position: relative;
        margin-top: 15px;
    }
    .montrer-menu-produit iframe {
        width: 100%;
        overflow: hidden;
        min-height: 620px;
        overflow-x: hidden;
    }
    a.bordure-bouton {
        margin-top: -36px;
        position: relative;
        padding: 2px;
        left: 0;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 11px;
        width: 100%;
        letter-spacing: 0px;
        border-radius: 12px;
        border: 1px solid #ffdf00;
    }
    .cd-header.is-fixed {
        position: fixed;
        top: 0;
        background-color: #fff;
        height: 85px;
    }
    .cd-header.is-fixed .selecteur-langue {
        position: absolute;
        left: 77px;
        top: 24px;
    }
    .cd-header {
        position: absolute;
        top: 0px;
        left: 0;
        background: #fff;
        height: 85px;
        width: 100%;
        z-index: 5;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .cd-logo {
        right: 1em;
    }
    .selecteur-langue {
        position: absolute;
        left: 77px;
        top: 24px;
    }
    .cd-primary-nav-trigger {
        position: absolute;
        right: inherit;
        top: 20px;
        left: 15px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background-color: #389cd5;
    }
    .cd-primary-nav-trigger .cd-menu-icon,
    .cd-primary-nav-trigger .cd-menu-icon::before,
    .cd-primary-nav-trigger .cd-menu-icon:after {
        background-color: #fff;
    }
    .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
    .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
        background-color: #fff;
    }
    .cd-primary-nav ul li {
        text-align: left;
    }
    .searchextra {
        padding-top: 25px;
    }
    section#section-slider {
        min-height: 510px;
    }
    section#section-slider h1 {
        font-size: 24px;
    }
    section#section-slider h2 {
        font-size: 18px;
    }
    section#section-slider .item {
        min-height: 420px;
        background-position: center center!important;
    }
    section#section-slider .item .container {
        padding-top: 30%;
    }
    section#qualites h2 {
        font-size: 30px;
    }
    .Kontakt {
        bottom: 5%;
        right: 15px;
        z-index: 1;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        width: 90%!important;
        bottom: 5%!important;
    }
    .icon-scroll,
    .icon-scroll:before {
        bottom: 5%;
        z-index: 1;
    }
    section#angebot .content {
        text-align: center;
        margin-bottom: 25px;
    }
    section#software .container,
	#product-slider.container {
        padding: 5px;
    }
    .medium-gauche,
    .medium-droite {
        position: relative;
    }
    section#innovationen h5 {
        font-size: 25px;
        width: 100%;
    }
    section#innovationen {
        min-height: 524px;
        background-position: 70% center;
    }
    #news {
        padding-bottom: 20px;
    }
    .img-fond-schema-projekte {
        position: relative;
        width: 100%;
        height: 195px;
        margin: auto;
        margin-top: 94px;
        background-size: cover!important;
        border-radius: 15px;
        box-shadow: 0 0 14px #000;
    }
    .img-fond-schema-projekte .fleche>em {
        font-style: normal;
        font-weight: normal;
        color: #fff;
        font-size: 13px;
        line-height: 1em;
    }
    em.Planung {
        position: absolute;
        top: 2px;
    }
    .img-fond-schema-projekte ul {
        position: absolute;
        top: 52px;
        left: -25px;
        width: 176px;
    }
    .img-fond-schema-projekte .Ruckbau {
        position: absolute;
        top: 3px;
        left: 225px;
    }
    .img-fond-schema-projekte .cercle {
        right: 97px;
        top: 83px;
    }
    .img-fond-schema-projekte .cercle .Wartung {
        top: 72px;
        left: -62px;
    }
    .img-fond-schema-projekte .cercle .Betrieb {
        top: -5px;
        left: 8px;
    }
    .img-fond-schema-projekte .cercle>em {
        font-size: 15px;
    }
    section#img-fond-projekte {
        min-height: 417px;
        position: relative;
        background-size: cover!important;
    }
    .img-fond-schema-projekte .Projektierung {
        position: absolute;
        left: 102px;
        top: -4px;
    }
    .col-menu-footer h3,
    .col-menu-footer-bureau h3 {
        padding: 0;
        padding-top: 5px;
        margin: 0;
        margin-bottom: 20px;
    }
    .map-espace {
        position: relative;
        bottom: 0;
        right: 0;
        clear: left;
        margin-bottom: 25px;
    }
    .map-espace h3 {
        color: #ffdf00;
        padding: 0;
        font-size: 15px;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 15px;
        margin: 0;
    }
    .map-espace img {
        vertical-align: middle;
        width: 100%;
        height: auto;
    }
    .copy-right {
        height: auto;
        background: #000508;
        color: #85c9f0;
        font-size: 12px;
        padding-top: 5px;
        text-align: center;
        line-height: 2em;
    }
    .copy-right .col-md-5 a {
        margin-right: 15px;
    }
    .copy-right .col-md-4 {
        text-align: center;
        padding-right: 25px;
        margin-bottom: 5px;
    }
    .icone-qualites {
        width: 100%;
    }
    .cadre-blanc {
        margin-bottom: 15px;
    }
    #organigramme .vide {
        display: none;
    }
    figure.gallery-item {
        float: left;
        width: 50%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    section#description2 {
        padding-bottom: 40px;
    }
    .cadre-multi-img-texte {
        margin-left: 0%!important;
        display: flex; flex-direction: column;
    }

    .cadre-multi-img-texte div:first-child {
        order: 1;
    }
    .cadre-multi-img-texte div:nth-child(2) {
        order: 2;
    }
    .cadre-multi-img-texte div:nth-child(3) {
        order: 4;
    }
    .cadre-multi-img-texte div:nth-child(4) {
        order: 3;
    }
    .cadre-multi-img-texte div:nth-child(5) {
        order: 5;
    }
    .cadre-multi-img-texte div:nth-child(6) {
        order: 6;
    }
    .cadre-multi-img-texte div:nth-child(7) {
        order: 8;
    }
    .cadre-multi-img-texte div:nth-child(8) {
        order: 7;
    }
    .cadre-multi-img-texte div:nth-child(9) {
        order: 9;
    }	
    .cadre-multi-img-texte div:nth-child(10) {
        order: 10;
    }
    .cadre-multi-img-texte div:nth-child(11) {
        order: 12;
    }	
    .cadre-multi-img-texte div:nth-child(12) {
        order: 11;
    }		

    .img-multi {
        height: auto;
        min-height: 280px;
        background-size: cover!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        /*box-shadow: inset 0 0 0 3px #eaf5fb;*/
    }


    #entete-interne-innovation-produit {
        padding-top: 80px;
        margin-top: 80px;
    }
    section#schema img {
        width: 100%;
        height: auto;
    }
    .texte2, .cadre2, .texte1, .cadre1 {
        min-height: 280px!important;
        height: auto;
    }
    .page-template-page-service #cadrenum2 .texte2,
    #cadre-multiple .texte2 {
        padding-top: 15px;
        font-weight: normal;
    }
    section#entete-interne {
        margin-top: 84px;
        padding-top: 25px;
    }
    .img-480-responsive {
        margin-top: 68px;
    }
    .text-480-responsive {
        margin-top: 15px;
    }
    .img-fond-schema-projekte .fleche {
        position: absolute;
        left: 28px;
        top: 20px;
    }
    .cadre-480 {
        width: 100%;
    }
    .img-480-responsive img {}
    .fond-b>div {
        width: 100%;
        display: block;
        float: none;
    }
    #cadrenum1 .col-md-10>div,
    #cadremulti .col-md-10>div,
    #cadrenum2 .col-md-10>div,
    #entete-interne-innovation-produit .container>div {
        float: none;
        width: 100%;
    }
    h1 {
        font-size: 28px;
    }
    .cadre-gris select {
        font-size: 14px;
    }
    .tab-contenu-produit {
        margin-top: 30px;
    }
    #entete-interne-innovation-produit img {
        width: 80%;
    }
    .icon-scroll,
    section#software .scrollbar,
	#product-slider .scrollbar,
    .owl-theme .owl-nav.disabled+.owl-dots,
    .col-menu-footer,
    .map-espace {
        display: none;
    }
    .wpml-ls-legacy-list-horizontal a {
        display: block;
        text-decoration: none;
        padding: 5px 6px;
        line-height: 1;
    }

    section#contenu-produit h3 {
        font-size: 25px;
    }

    .odd-column, .even-column { width: 100%;  }


    .cadre-type .col-md-9 {
        word-break: break-all;
    }

    .cadre-media100 {
        width: 30px;
        height: 35px;

    }

}
.wpcf7 > form{
	overflow: auto;
}

.cd-primary-nav .h4 {
    color: #0080C9;
    text-align: left;
    margin-top: 0px;
    font-family: Inter;
    font-size: 19px;
    color: #000;
    margin-top: 0;
    font-weight: 700;
    text-align: left;
}

a.bordure-bouton, div.slashc-sliding-menu h1, .slashc-sliding-menu h4,
div.slashc-sliding-menu h1, div.slashc-sliding-menu li, div.slashc-sliding-menu li a, div.slashc-sliding-menu li a span, div.slashc-sliding-menu p{
    font-family: Inter !important;
}
section#cadre_blanc h2 {
    color: #99c7ed;
}
section#cadre_blanc h3{
    color: #333;
}
#cadre_blanc h4{
    color: #333;
}

.page-template-tpl-blue-white #accordeon .b-description_readmore_button{
    right: 0px;
}
.page-template-tpl-blue-white #accordeon h3{
    color: #85C9F0;
}

.page-template-tpl-blue-white #accordeon .odd-column > div, .page-template-tpl-blue-white #accordeon .even-column > div{
    padding-top: 60px;
    margin-top: 20px;
}

.page-template-tpl-blue-white #accordeon .odd-column, .page-template-tpl-blue-white #accordeon .even-column{
    margin-top: 20px;
}

.page-template-tpl-blue-white #accordeon img{
    position: absolute;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}
