/*	variables   */
/* Mixins */
@media screen and (max-width: 1500px) {
  header .desktop .menuContainer ul li a {
    font-size: 1rem;
  }
  .localisation .container .preText {
    margin-left: 0;
    margin-right: 1rem;
  }
  .localisation .container .country .title {
    font-size: 1.4375rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1250px) {
  .localisation .container {
    flex-wrap: wrap;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .localisation .container .map {
    display: none;
  }
  .localisation .container .mapMobile {
    display: block;
  }
  .localisation .container p.preText {
    width: 100%;
    z-index: 1;
    margin: 0;
    font-size: 0.9375rem;
    margin-bottom: 0.3125rem;
  }
  .localisation .container .country {
    z-index: 1;
  }
  .localisation .container .country .title {
    font-size: 1.4375rem;
  }
  .localisation .container .localisationClose {
    position: absolute;
    right: 1.25rem;
  }
  .localisation .container .localisationClose i {
    font-size: 2.5rem;
  }
  .localisation .container .localisationClose span {
    display: none;
  }
  .localisation .container .localisationSwitch {
    font-size: 0.9375rem;
    margin-left: 1.25rem;
    z-index: 1;
  }
}
@media (min-width: 575.98px) {
  body .container.small, body .container.medium {
    max-width: 540px;
  }
}
@media (min-width: 767.98px) {
  body .container.small, body .container.medium {
    max-width: 720px;
  }
}
@media (min-width: 991.98px) {
  body .container.small, body .container.medium {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1640px;
  }
  .container.small {
    max-width: 1260px;
    font-size: 100%;
    font-weight: inherit;
  }
  .container.smallest {
    max-width: 820px;
    font-size: 100%;
    font-weight: inherit;
  }
}
@media (min-width: 1580px) {
  .menuPopup.open {
    right: -100%;
  }
}
@media (max-width: 1430px) {
  header .desktop .right {
    width: unset;
  }
  header .desktop .right form .searchField {
    width: 9.375rem;
  }
  .heroHeader .shield {
    display: none;
  }
  .heroHeader .mobileContent {
    display: block;
  }
  .heroHeader.home .slide {
    padding-top: 3.125rem;
  }
  .heroHeader.home .slide .shield {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .heroHeader.home .slide .shield .text {
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 31.25rem;
  }
  .heroHeader.home .slide .shield img.shieldImg {
    margin: 0 auto;
  }
  .heroHeader.home .slide .shield .logo {
    position: relative;
    text-align: center;
    bottom: 8.125rem;
    left: auto;
    top: auto;
    margin: 0 auto;
  }
  .heroHeader.home .slide .mobileContent {
    display: none;
  }
  .callBack .icon, .downloadForm .icon {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .heroHeader .badge {
    display: none;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  header .responsive .logo img {
    height: 7.1875rem;
    width: auto;
  }
  header.scrolled .responsive .logo .secondary {
    height: 5.9375rem;
    width: auto;
  }
  footer .footerCol1 {
    order: 1;
  }
  footer .footerCol2 {
    order: 2;
  }
  footer .footerCol3 {
    order: 4;
  }
  footer .footerCol4 {
    order: 5;
  }
  footer .footerCol5 {
    order: 6;
  }
  footer .footerCol6 {
    order: 3;
  }
  footer .footerBottomBar .label {
    position: relative;
    margin: auto;
  }
}
@media screen and (max-width: 1320px) {
  header .desktop {
    display: none;
  }
  header .responsive {
    display: block;
  }
}
@media (max-width: 991.98px) {
  html body .nonResponsiveOnly {
    display: none;
  }
  html body .responsiveOnly {
    display: inline-block;
  }
  .homeIntroText .right {
    margin-top: 5rem;
    padding-left: 0.9375rem;
    text-align: center;
  }
  .homeIntroText .right img {
    height: unset;
    width: 80%;
    margin-bottom: 20px;
  }
  .homeIntroText .left {
    padding-right: 0.9375rem;
  }
  .homeIntroText .left h2 {
    font-size: 2.5rem;
  }
  .homeIntroText .left p {
    font-size: 0.9375rem;
  }
  header .responsive {
    height: 4.5rem;
  }
  header .responsive .logo {
    width: 6.25rem;
    height: auto;
  }
  header .responsive .logo .primary {
    display: none !important;
    width: auto;
  }
  header .responsive .logo .secondary {
    display: block !important;
    height: 5.9375rem;
    width: auto;
  }
  header .responsive .right {
    line-height: 4.5rem;
    width: calc(100% - 100px);
  }
  header.scrolled .responsive .logo .secondary {
    height: 5.9375rem;
    width: auto;
  }
  .newsBlock {
    margin-bottom: 50px;
  }
  .heroHeader {
    margin-bottom: 6.25rem;
  }
  .heroHeader .heroTitle {
    margin-top: 11.5625rem;
  }
  .heroHeader .heroTitle h1 {
    font-size: 2.5rem;
  }
  h2.small {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  .greenText {
    font-size: 1rem;
  }
  .newsletter .right {
    padding-left: 15px;
  }
  .callMeForm .callMeWrapper .callMeInputs {
    flex-wrap: wrap;
  }
  .callMeForm .callMeWrapper .inputWrapper, .callMeForm .callMeWrapper .buttonWrapper {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .contentBlock {
    margin-bottom: 3.125rem;
  }
  .contentBlock.imageLeft .right {
    padding-left: 15px;
  }
  .contentBlock.imageRight .left {
    padding-right: 15px;
  }
  .page-template-page_corevalues .coreValuesBlocks .coreValuesBlock.odd .imageCol, .page-template-page_corevalues .coreValuesBlocks .coreValuesBlock.even .imageCol {
    order: 2;
  }
  .page-template-page_corevalues .coreValuesBlocks .coreValuesBlock.odd .contentCol, .page-template-page_corevalues .coreValuesBlocks .coreValuesBlock.even .contentCol {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .hideOnMobile {
    display: none;
  }
  .heroHeader {
    height: auto;
  }
  .heroHeader .badge {
    display: none;
  }
  .heroHeader .heroTitle {
    width: 100%;
    max-width: 100%;
    background-color: #FFF;
    padding: 3.125rem 0;
  }
  .heroHeader .heroTitle.huge {
    position: absolute;
    padding-top: 0;
  }
  .heroHeader .heroTitle.huge h1 {
    margin: 0;
  }
  .heroHeader .heroTitle img {
    display: none;
  }
  .heroHeader .heroTitle h1 {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .heroHeader .bow {
    display: none;
  }
  footer .footerCol1 {
    order: 1;
  }
  footer .footerCol2 {
    order: 2;
  }
  footer .footerCol3 {
    order: 3;
  }
  footer .footerCol4 {
    order: 4;
  }
  footer .footerCol5 {
    order: 5;
  }
  footer .footerCol6 {
    order: 6;
  }
  footer .footerCol {
    padding: 0.3125rem 1.875rem;
  }
  footer .footerBottomBar .menu-footer-under-copyright-container ul li {
    display: block;
    padding: 0.625rem 0rem;
  }
  footer .footerBottomBar .menu-footer-under-copyright-container ul li:before {
    content: unset;
  }
  footer .footerBottomBar .menu-footer-under-copyright-container ul .copyright {
    padding: 0.625rem 0rem;
  }
  .callBack form input {
    width: 100%;
  }
}
@media (max-width: 688px) {
  .heroHeader .backgroundImage, .heroHeader.small .backgroundImage {
    background-size: contain;
    background-position: top;
  }
  .productFilter .productFilters .label {
    font-size: 0.9375rem;
    margin: 0.3125rem;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .newsletter {
    font-size: 1rem;
  }
  h2.small {
    font-size: 1.5625rem;
  }
  h4 {
    font-size: 1rem;
  }
  .heroHeader .heroTitle {
    padding-top: 0;
  }
  .heroHeader .heroTitle p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-post .heroHeader .heroTitle.huge h1 {
    font-size: 1.875rem;
  }
  .single-product .downloadForm form button, .single-product .downloadForm form input {
    width: 100%;
  }
  header .mailTo {
    display: none;
  }
  p + ul li {
    font-size: 1rem;
  }
  .newsBlock .image {
    height: 9.375rem;
  }
  .heroHeader.home .slide .shield img.shieldImg {
    max-width: 100%;
  }
  .heroHeader.home .slide .shield .text {
    top: 2.5rem;
  }
  .heroHeader.home .slide .shield .text .subHeader {
    font-size: 2.5rem;
    padding: 0 0.9375rem;
  }
  .heroHeader.home .slide .shield .text .header {
    font-size: 2.75rem;
    padding: 0 0.9375rem;
  }
  .homeIntroText .left h2 {
    font-size: 1.875rem;
  }
  .downloadForm form input, .downloadForm form textarea, .contactForm form input, .contactForm form textarea {
    width: 100%;
  }
}
@media (max-width: 449.98px) {
  h2 {
    font-size: 1.875rem;
  }
  .heroHeader.home .slide .shield .text {
    position: relative;
  }
  .heroHeader.home .slide .shield .text .innerContent p {
    text-shadow: 0rem 0rem 0.3125rem black;
  }
  .heroHeader.home .slide .shield img.shieldImg {
    display: none;
  }
  .heroHeader.home .slide .shield .subHeader, .heroHeader.home .slide .shield .text {
    color: #FFF;
  }
  .heroHeader.home .slide .shield .logo {
    bottom: -1.875rem;
  }
  .localisation .container .localisationSwitch {
    margin-left: 0;
    margin-top: 0.3125rem;
  }
  .heroHeader {
    margin-bottom: 0;
  }
  .heroHeader .heroTitle h1 {
    font-size: 2rem;
  }
  .homeIntroText {
    margin-top: 2.5rem;
  }
  .heroHeader .shield .text .innerContent {
    padding: 0rem 10%;
  }
  .homeIntroText .right {
    margin-top: 1rem;
  }
  .homeIconsContainer {
    margin-top: 2rem;
  }
  .subtitle {
    font-size: 1.125rem;
  }
  .homeIconsContainer .textExtension h2 {
    margin-bottom: 1.25rem;
  }
  .homeIconsContainer h2 {
    font-size: 2rem;
  }
  .homeIconsContainer .titleContainer {
    margin-top: 1.5rem;
  }
  .homeIconsContainer .icon-col .image img {
    max-width: 6.25rem;
  }
  .homeIconsContainer .icon-col {
    margin: 1.5rem 0 0 0;
  }
  .iconContent .underIconContentContainer {
    display: none;
  }
  .blogContainer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .blogContainer .row .button {
    margin: 0 0.9375rem;
  }
  .floatingButtons .button {
    font-size: 0.75rem;
    padding: 0.375rem 0.625rem;
  }
  .newsletter {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  footer .footerBottomBar .row {
    padding: 0 0 1rem 0;
    font-size: 0.75rem;
  }
  footer .footerBottomBar .row ul li a {
    font-size: 0.75rem;
  }
  .productFilter {
    margin-top: 2.5rem;
  }
  .productFilter .productFilters .label {
    font-size: 0.75rem;
    margin: 0.3125rem;
  }
  .productCategories {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 374.98px) {
  header .responsive .right .login {
    margin-right: 1.25rem;
  }
}

/*# sourceMappingURL=responsive.css.map */
