@charset "UTF-8";

/****************************
 * PATHS
 */

/****************************
 * TRANSITIONS
 */

/****************************
 * OTHER
 */

/**
* Trigger hover effect on different pseudo-classes
* depending on touch or no-touch device
* => no-touch > on hover and on focus (by default, can be disable)
* => touch > on active, and when a class is added on the targeted element (optionnal)
* 
* @param $focus (boolean) set to false to disable the hover effect on focus (no-touch only)
* @param $touchClass (string) the hover effect will be set if the targeted element has this class
*/

/**
* Take full size of it's parent
*/

/**
* Set an item 100% window width, even if located in a limited width wrapper
*/

/**
* Floating form items
* if $class2 equals 'empty', the next item is cleared
*/

/**
 * SVG Sprites
 */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800");

.footer .block-block-content .fd-body ul li:before,
.region-bottom .block-block-content:first-child ul li a:before,
.region-bottom .menu--signature-menu a.by-nd,
.region-header .block-home-myslat-block-user .myslat-user > span:before,
.region-header .block-home-myslat-block-user .myslat-user > a:before,
#mobile-search-link:before,
#mobile-user-link:before,
.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before,
.menu--simple-menu .menu-item > a:before,
.menu--simple-menu .menu-item > span:before,
.block-menu.menu--account .menu-item a:before,
.block-content-image-block .fd-body ul li:before,
.block-content-qualite-block .fd-body ul li:before,
.block-content-temoignage-block .fd-body:before,
.myslat__block__icon:before,
.myslat__block__icon:after,
.myslat__block-dark .myslat__block__action:after,
.form-quotation .form-markup-intro ul li:before,
.nd-actualite.vm-teaser .more-link a:after,
.nd-actualite.vm-teaser .more-link span:after,
.nd-documentation.vm-teaser:before,
.nd-gamme.vm-full .fd-field-image .field__items a:after,
.nd-gamme.vm-full .fd-field-image .field__items__thumbnails .btn-play:before,
.nd-gamme.vm-full .fd-field-atouts > .field__items > .field__item:before,
.nd-gamme.vm-teaser .fd-field-atouts > .field__items > .field__item:before,
.nd-gamme.vm-teaser .node-readmore span:after,
.page-user-login .block-content-lien-block:after,
.tt-les-applications.vm-teaser .more-link a:after,
.tt-les-applications.vm-teaser .more-link span:after,
.views-table thead th a:before,
.views-table thead th a:after,
.views-table thead th a .tablesort--asc,
.views-table thead th a .tablesort--desc,
.view-metiers .views-field-name a:before {
  display: inline-block;
  background-image: url("svg/sprite.view.svg");
  /*background-size: mq-px2em(map-get($sprite, width)) mq-px2em(map-get($sprite, height));*/
}

/* Toutes les chaînes de caractères sont url-encodées pour fonctionner sous IE... */

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1em;
  line-height: 1.4;
  color: #505050;
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #da2227;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #821417;
}

a:active {
  color: #da2227;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

h1 {
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 2.125em;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.529412em;
  color: #505050;
}

h2 {
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1.625em;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.923077em;
  color: #505050;
}

h3 {
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #505050;
}

h4 {
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1.3125em;
  line-height: 1.25;
  font-weight: 600;
  margin-top: 1.142857em;
  margin-bottom: 1.142857em;
}

h5 {
  font-size: 0.875em;
  line-height: 1;
  margin-top: 1.714286em;
  margin-bottom: 1.714286em;
}

h6 {
  font-size: 0.625em;
  line-height: 1;
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #505050;
}

small {
  font-size: 0.875em;
}

sub,
sup {
  font-size: 0.625em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

.divider > :first-child,
hr > :first-child {
  margin-top: 1.5em;
}

blockquote {
  margin: 1.5em 2em;
}

dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 32px;
}

[dir="rtl"] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 32px;
}

[dir="rtl"] menu,
[dir="rtl"]
  ol,
[dir="rtl"]
  ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.5em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 0;
}

p + p,
pre + p {
  margin-top: 1em;
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.js-input-qty {
  position: relative;
  display: inline-block;
}

.js-input-qty input {
  padding: 0 28px;
}

.js-input-qty .js-link-qty {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #505050;
  border-radius: 50%;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.no-touchevents .js-input-qty .js-link-qty:hover {
  background-color: #da2227;
}

.no-touchevents .js-input-qty .js-link-qty:focus {
  background-color: #da2227;
}

.touchevents .js-input-qty .js-link-qty:active {
  background-color: #da2227;
}

.js-input-qty .js-link-qty.qty-down {
  left: 18px;
}

.js-input-qty .js-link-qty.qty-down:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "\002212";
}

.js-input-qty .js-link-qty.qty-up {
  right: 0;
}

.js-input-qty .js-link-qty.qty-up:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "+";
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .75;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
.btn {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: #da2227;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.no-touchevents .button:hover,
.no-touchevents .btn:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .button:focus,
.no-touchevents .btn:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .button:active,
.touchevents .btn:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.btn-bordered {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #505050;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #505050;
  font-weight: 400;
}

.no-touchevents .btn-bordered:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .btn-bordered:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .btn-bordered:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .btn-bordered:hover {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .btn-bordered:focus {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .btn-bordered:active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .btn-bordered.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.btn-action {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: #da2227;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.no-touchevents .btn-action:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .btn-action:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .btn-action:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .btn-action:hover {
  background-color: #821417;
}

.no-touchevents .btn-action:focus {
  background-color: #821417;
}

.touchevents .btn-action:active {
  background-color: #821417;
}

input[type="submit"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: #da2227;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 2.5em;
  padding-right: 2.5em;
  border: 1px solid transparent;
  background-color: #da2227;
  margin-top: 0;
  padding-top: .6em;
  padding-bottom: .7em;
}

.no-touchevents input[type="submit"]:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents input[type="submit"]:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents input[type="submit"]:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents input[type="submit"]:hover {
  background-color: #821417;
}

.no-touchevents input[type="submit"]:focus {
  background-color: #821417;
}

.touchevents input[type="submit"]:active {
  background-color: #821417;
}

[type='text'],
[type='search'],
[type='tel'],
[type='url'],
[type='email'],
[type='password'],
[type='date'],
[type='time'],
[type='number'],
.ui-autocomplete-input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 25px;
  font-size: 0.9em;
  color: #505050;
  -webkit-appearance: none;
  outline: none;
}

:focus[type='text'],
:focus[type='search'],
:focus[type='tel'],
:focus[type='url'],
:focus[type='email'],
:focus[type='password'],
:focus[type='date'],
:focus[type='time'],
:focus[type='number'],
.ui-autocomplete-input:focus,
select:focus,
textarea:focus {
  border-color: #505050;
}

[type='text'],
[type='search'],
[type='tel'],
[type='url'],
[type='email'],
[type='password'],
[type='date'],
[type='time'],
[type='number'],
.ui-autocomplete-input {
  height: 46px;
  width: 100%;
  padding: 0 1.3em;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 0.525em 0.9375em 0.975em;
  border: 1px solid #ccc;
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

.form-composite > legend,
.label,
label {
  display: block;
  margin-bottom: .5em;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: .9em;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.4;
}

.form-composite.webform-fieldset--title-inline legend {
  margin-right: 1em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 46px;
  padding: 0 42px 0 1em;
  background-image: url("svg/select.svg");
  background-repeat: no-repeat;
  background-position: right 11px center;
}

select::-ms-expand {
  display: none;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
  padding: .65em 1.3em;
}

.form-radios .form-item.form-type-checkbox,
.form-radios .form-item.form-type-radio,
.form-checkboxes .form-item.form-type-checkbox,
.form-checkboxes .form-item.form-type-radio {
  position: relative;
  display: inline-block;
  margin-right: 1.5em;
}

.form-radios .form-item.form-type-checkbox:last-child,
.form-radios .form-item.form-type-radio:last-child,
.form-checkboxes .form-item.form-type-checkbox:last-child,
.form-checkboxes .form-item.form-type-radio:last-child {
  margin-right: 0;
}

.form-item--error-message {
  clear: both;
  margin-top: .3em;
  margin-bottom: .8em;
  color: #c00;
}

.form-item--error-message:before {
  vertical-align: top;
  margin-top: 5px;
}

.form-type-radios {
  /*margin-bottom: 0;*/
}

.form-type-radios > label {
  display: inline-block;
  vertical-align: top;
  margin-right: 2em;
}

.form-type-radios .form-radios {
  display: inline-block;
  vertical-align: top;
}

.form-type-checkbox,
.form-type-radio {
  position: relative;
}

.form-type-checkbox input,
.form-type-radio input {
  position: relative;
  top: 2px;
}

.form-type-radio [type="radio"] {
  position: absolute;
  margin: 0;
  opacity: 0;
}

.form-type-radio [type="radio"] + label {
  position: relative !important;
  display: inline-block;
  min-height: 21px;
  padding: 0 0 0 30px;
  cursor: pointer;
  z-index: 1;
  font-weight: 400;
  line-height: 21px;
}

.form-type-radio [type="radio"] + label:before {
  content: '';
  display: block;
  left: 5px;
  top: 5px;
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #fff;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px #666;
  z-index: 2;
  box-sizing: border-box;
  pointer-events: none;
  border-radius: 50%;
}

.form-type-radio [type="radio"]:checked + label:before {
  background-color: #505050;
}

.form-type-radio [type="radio"]:focus {
  outline: none;
  /*& + label {
            &:before {
              box-shadow:
                0 0 0 4px #fff,
                0 0 0 5px color(main);
            }
          }*/
}

.form-type-checkbox [type="checkbox"] {
  position: absolute;
  margin: 0;
  opacity: 0;
}

.form-type-checkbox [type="checkbox"] + label {
  position: relative !important;
  display: inline-block;
  min-height: 21px;
  padding: 0 0 0 30px;
  cursor: pointer;
  z-index: 1;
  font-weight: 400;
  line-height: 21px;
}

.form-type-checkbox [type="checkbox"] + label:before {
  content: '';
  display: block;
  left: 5px;
  top: 5px;
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #fff;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px #666;
  z-index: 2;
  box-sizing: border-box;
  pointer-events: none;
}

.form-type-checkbox [type="checkbox"]:checked + label:before {
  background-color: #505050;
}

.form-type-checkbox [type="checkbox"]:focus {
  outline: none;
  /*& + label {
            &:before {
              box-shadow:
                0 0 0 4px #fff,
                0 0 0 5px color(main);
            }
          }*/
}

.form-item .form-managed-file [type=file] {
  margin-bottom: .5rem;
  margin-right: .5rem;
}

.form-item .form-managed-file .form-submit {
  margin-bottom: .5rem;
  padding: .3em 1em .4em;
  background-color: transparent;
  border: 1px solid #505050;
  color: #505050;
}

.no-touchevents .form-item .form-managed-file .form-submit:hover {
  border-color: #da2227;
}

.no-touchevents .form-item .form-managed-file .form-submit:focus {
  border-color: #da2227;
}

.touchevents .form-item .form-managed-file .form-submit:active {
  border-color: #da2227;
}

.form-item .form-managed-file + .description {
  font-size: .75em;
  font-style: italic;
  color: #505050;
}

.form-item .form-managed-file .file--image {
  vertical-align: middle;
  padding-left: 0;
  background-image: none;
}

.form-item .form-managed-file .file--image + .form-submit {
  vertical-align: middle;
  margin-bottom: 0;
}

.ajax-progress-throbber {
  vertical-align: top;
}

table {
  margin: 1.5em 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table a {
  text-decoration: none;
}

table .btn-bordered {
  padding: .5em 1.5em;
  font-size: .8rem;
  white-space: nowrap;
}

tbody tr {
  border-bottom: 1px solid #e2e2e2;
}

tbody tr:first-child {
  border-top: 1px solid #8c8d8e;
}

tbody tr:last-child {
  border-bottom: 1px solid #8c8d8e;
}

tbody tr:nth-child(odd) {
  background-color: #ededed;
}

tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}

td {
  vertical-align: top;
  padding: 1.4rem .8rem;
}

th {
  vertical-align: top;
  padding: 1.1rem .8rem;
  font-size: .9em;
}

/**
* Responsive Table
* http://zurb.com/playground/responsive-tables
*/

/*@import 'layouts/layout-3col/layout-3col';
@import 'layouts/layout-center/layout-center';
@import 'layouts/layout-swap/layout-swap';*/

/* ============================================ *
 * Global
 * ============================================ */

html,
body {
  height: 100%;
}

body.no-scroll {
  overflow: hidden;
}

.dialog-off-canvas-main-canvas {
  overflow: hidden;
}

.wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

.region-content > .wrap,
.region-after-content > .wrap {
  max-width: none;
  padding: 0;
}

.layout-center {
  position: relative;
}

.layout-center:before {
  content: "";
  display: block;
  width: 100%;
  height: -webkit-calc(50px + 46px);
  height: calc(50px + 46px);
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*ul.pager {
  li {
    display: inline-block;
    
    .ajax-progress {
      display: none;
    }
    a {
      text-decoration: none;
      color: color("grey");
      @include typeface(title);
      font-weight: 300;
      font-size: 0.9em;
    }
    &.pager-current {
      background: color(main);
      color: white;
      border-radius: 20px;
      @include typeface(title);
      font-weight: 300;
      font-size: 0.9em;
    }
    &.pager-item, &.pager-current {
      display: inline-block;
      width: 25px;
      height: 25px;
      line-height: 25px;
      padding: 0;
      text-align: center;
    }
    &.pager-last, &.pager-first  {
      display: none;
    }
    &.pager-next {
      
    }
    &.pager-previous {
      
    }
  }
}*/

.tabs-primary {
  margin-bottom: 0;
}

.one-sidebar #inner-content {
  padding-bottom: 3em;
}

.one-sidebar.sidebar-first .sidebars {
  margin-bottom: 2em;
}

.one-sidebar.sidebar-second #inner-content {
  padding-top: 2em;
}

.one-sidebar.sidebar-second #inner-content > .wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

.one-sidebar.sidebar-second .sidebars {
  margin-top: 3em;
}

/*** INHERITED FROM BOOTSTRAP LAYOUT ***/

.footer {
  background-color: #f3f3f3;
}

.footer > .wrap {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
}

.footer > .wrap:before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 75px 60px;
  border-color: transparent transparent #505050 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer .block-block-content .fd-body > .field__item > p:first-child {
  margin-bottom: 3em;
}

.footer .block-block-content .fd-body > .field__item > p:first-child strong {
  letter-spacing: .15em;
}

.footer .block-block-content .fd-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .block-block-content .fd-body ul li {
  position: relative;
  padding: .35em 0 .35em 60px;
}

.footer .block-block-content .fd-body ul li:before {
  content: "";
  width: 29px;
  height: 29px;
  background-position: -216px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 2px;
  left: 0;
}

.footer .block-block-content .fd-body ul li + li {
  margin-top: 1.75em;
}

.footer .block-mailchimp-signup form {
  position: relative;
}

.footer .block-mailchimp-signup .form-item:first-child {
  margin-top: 0;
}

.footer .block-mailchimp-signup .form-type-email > label,
.footer .block-mailchimp-signup .form-type-textfield > label {
  display: none;
}

.footer .block-mailchimp-signup .form-actions {
  text-align: right;
}

.region-bottom {
  background-color: #505050;
  color: #fff;
}

.region-bottom > .wrap {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
}

.region-bottom > .wrap:before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 78px 97px 0;
  border-color: #f3f3f3 transparent transparent;
  position: absolute;
  top: 0;
  right: 150px;
}

.region-bottom .block-block-content:first-child {
  margin-bottom: .5em;
  text-align: center;
}

.region-bottom .block-block-content:first-child .fd-body > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.region-bottom .block-block-content:first-child p strong {
  font-weight: 600;
  letter-spacing: .1em;
}

.region-bottom .block-block-content:first-child ul {
  list-style: none;
  margin: 1em 0;
  padding: 0 1em;
}

.region-bottom .block-block-content:first-child ul li {
  display: inline-block;
  margin: .6em;
}

.region-bottom .block-block-content:first-child ul li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.no-touchevents .region-bottom .block-block-content:first-child ul li a:hover {
  opacity: .75;
}

.no-touchevents .region-bottom .block-block-content:first-child ul li a:focus {
  opacity: .75;
}

.touchevents .region-bottom .block-block-content:first-child ul li a:active {
  opacity: .75;
}

.region-bottom .block-block-content:first-child ul li a:before {
  content: "";
  /*@include ie-sprite($icon, $type);*/
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.region-bottom .block-block-content:first-child ul li a[href*="linkedin"]:before {
  width: 20px;
  height: 20px;
  background-position: -2330px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.region-bottom .block-block-content:first-child ul li a[href*="youtube"]:before {
  width: 20px;
  height: 20px;
  background-position: -2416px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.region-bottom .block-block-content:first-child ul li a[href*="facebook"]:before {
  width: 20px;
  height: 20px;
  background-position: -2264px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.region-bottom .block-block-content:first-child ul li a[href*="twitter"]:before {
  width: 20px;
  height: 20px;
  background-position: -2374px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.region-bottom .block-block-content:first-child ul li a[href*="google"]:before {
  width: 20px;
  height: 20px;
  background-position: -2286px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.region-bottom .block-block-content:first-child ul li a[href*="instagram"]:before {
  width: 20px;
  height: 20px;
  background-position: -2308px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.region-bottom .block-block-content:first-child ul li a[href*="pinterest"]:before {
  width: 20px;
  height: 20px;
  background-position: -2352px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.region-bottom .block-block-content:first-child ul li a[href*="viadeo"]:before {
  width: 17px;
  height: 20px;
  background-position: -2396px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8.5px;
  margin-top: -10px;
}

.region-bottom .menu--bottom-menu {
  margin-top: .5em;
}

.region-bottom .block-dropdown-language {
  margin-top: .5em;
  font-size: .9em;
  text-align: center;
}

.region-bottom .menu--signature-menu {
  margin-top: .5em;
}

.region-bottom .menu--signature-menu .menu {
  text-align: center;
}

.region-bottom .menu--signature-menu a.by-nd {
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  width: 32px;
  height: 19px;
  background-position: -163px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .region-bottom .menu--signature-menu a.by-nd:hover {
  opacity: .8;
}

.no-touchevents .region-bottom .menu--signature-menu a.by-nd:focus {
  opacity: .8;
}

.touchevents .region-bottom .menu--signature-menu a.by-nd:active {
  opacity: .8;
}

.js body .dropbutton-wrapper {
  display: inline-block;
  width: 60px;
  padding-top: 1.4em;
}

.js body .dropbutton-widget {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  background-color: transparent;
  border: none;
}

.js body .dropbutton-multiple .dropbutton-widget {
  padding-right: 1.5em;
}

body .dropbutton-wrapper {
  position: relative;
}

body .dropbutton .secondary-action {
  border: none;
}

body .dropbutton-toggle {
  width: 1.5em;
}

body .dropbutton-arrow {
  width: 9px;
  height: 9px;
  top: .3em;
  right: 40%;
  margin: 0;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .dropbutton-multiple .dropbutton {
  border: none;
}

body .dropbutton-multiple .dropbutton .dropbutton-action > * {
  display: inline-block;
  min-width: 38px;
  margin-right: 0;
  padding: 0 0.5em;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.no-touchevents body .dropbutton-multiple .dropbutton .dropbutton-action > *:hover {
  color: #da2227;
}

.no-touchevents body .dropbutton-multiple .dropbutton .dropbutton-action > *:focus {
  color: #da2227;
}

.touchevents body .dropbutton-multiple .dropbutton .dropbutton-action > *:active {
  color: #da2227;
}

body .dropbutton-multiple.open .dropbutton-arrow {
  top: .3em;
  right: 40%;
  margin: 0;
  border-width: 0 2px 2px 0;
  border-color: #fff;
}

.header .dropbutton-wrapper {
  display: block;
  padding-top: 50px;
}

.header .dropbutton-multiple .dropbutton-widget {
  padding-top: .8em;
  padding-bottom: .3em;
}

.header .dropbutton-multiple .dropbutton-toggle {
  margin-top: .8em;
}

.header .dropbutton-multiple .dropbutton .dropbutton-action {
  padding-bottom: .3em;
}

.header .dropbutton-multiple .dropbutton .secondary-action {
  padding-top: .3em;
}

.header .dropbutton-multiple.open .dropbutton-widget {
  background-color: rgba(80, 80, 80, 0.9);
}

.box {
  margin-bottom: 1.5em;
  border: 5px solid #ccc;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus,
.box:hover,
.box.is-focus,
.box--is-focus {
  border-color: #505050;
}

.box--highlight {
  border-color: #da2227;
}

.clearfix,
.tabs {
  /*&::before {
    content: '';
    display: table;
  }*/
}

.clearfix::after,
.tabs::after {
  content: '';
  display: table;
  clear: both;
}

.comment__section,
.comments {
  margin: 1.5em 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

.comment--nested,
.indented {
  margin-left: 32px;
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 32px;
}

.header {
  position: relative;
  z-index: 20;
}

.header .site-logo img {
  display: block;
  width: auto;
  max-height: 32px;
}

.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  vertical-align: bottom;
}

.header__name-and-slogan {
  float: left;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link,
.header__site-link:visited {
  color: #505050;
  text-decoration: none;
}

.header__site-link:hover,
.header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
}

.header__secondary-menu {
  float: right;
}

[dir="rtl"] .header__secondary-menu {
  float: left;
}

.header__region {
  clear: both;
}

.block-system-branding-block {
  position: relative;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.region-header .views-exposed-form .form-item {
  float: none;
  margin: 0;
}

.region-header .views-exposed-form .form-item ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  text-indent: .3em;
}

.region-header .views-exposed-form .form-item ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  text-indent: .3em;
}

.region-header .views-exposed-form .form-item :-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  text-indent: .3em;
}

.region-header .views-exposed-form .form-item :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  text-indent: .3em;
}

.region-header .views-exposed-form [type="text"] {
  width: 100%;
  min-width: 230px;
  height: 46px;
  padding-left: 50px;
  background-color: #da2227;
  background-image: url("svg/search-white.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  border: none;
  border-radius: 0;
  color: #fff;
}

.region-header .views-exposed-form .form-actions {
  display: none;
}

.region-header .block-home-myslat-block-user {
  display: none;
  padding-right: 4em;
  padding-bottom: 0;
}

#mobile-search-link {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #da2227;
  text-decoration: none;
  z-index: 21;
}

#mobile-search-link span {
  display: none;
}

#mobile-search-link:before {
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1623px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10.5px;
  margin-top: -10.5px;
}

#mobile-search-link.active {
  background-color: #505050;
}

#mobile-user-link {
  display: none;
  position: absolute;
  top: 0;
  right: 40px;
  width: 40px;
  height: 40px;
  background-color: #e6e6e6;
  text-decoration: none;
  z-index: 21;
}

#mobile-user-link:before {
  content: "";
  width: 12px;
  height: 14px;
  background-position: -2593px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -7px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #c00;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *,
.field-label-inline .field-label *,
span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child,
.field-label-inline .field-label + *,
span.field-label + *,
.field-label-inline .field-label + * > :first-child,
span.field-label + * > :first-child,
.field-label-inline .field-label + * > :first-child > :first-child,
span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 1.5em 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}

[dir="rtl"] .messages,
[dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0072b9;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #505050;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #505050;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #fff0f0;
  color: #c00;
}

.messages--status {
  background-image: none;
}

.messages--warning,
.messages.warning {
  border-color: #fd0;
  background-image: none;
}

.messages--warning path,
.messages.warning path {
  fill: #fd0;
}

.messages--error,
.messages.error {
  border-color: #c00;
  background-image: none;
}

.messages--error path,
.messages.error path {
  fill: #c00;
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #f3f3f3;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
  background: #000;
  opacity: 0.9 !important;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

/*#cboxTopLeft{width:25px; height:25px; background: #fff;}
    #cboxTopCenter{height:25px; background: #fff;}
    #cboxTopRight{width:25px; height:25px; background: #fff;}
    #cboxBottomLeft{width:25px; height:25px; background: #fff;}
    #cboxBottomCenter{height:25px; background: #fff;}
    #cboxBottomRight{width:25px; height:25px; background: #fff;}
    #cboxMiddleLeft{width:25px; background: #fff;}
    #cboxMiddleRight{width:25px; background: #fff;}*/

#cboxContent {
  padding: 30px;
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  width: 100%;
  padding: 0 50px;
  bottom: 10px;
  left: 0;
  text-align: center;
}

#cboxCurrent {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

#cboxLoadingOverlay {
  background: #fff url("ajax-loader.gif") no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
  color: grey;
}

#cboxPrevious:after,
#cboxNext:after,
#cboxSlideshow:after,
#cboxClose:after {
  display: none;
}

#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
}

#cboxClose:before,
#cboxClose:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -webkit-calc(50% - 7px);
  left: calc(50% - 7px);
  opacity: 1;
}

#cboxClose:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#cboxClose:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

/*#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}*/

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
// =============================================
// COLORBOX FOR PRODUCT IMAGE
// =============================================

.cbox-product {
    #cboxContent {
        padding: 10px 10px 60px;
    }
    #cboxClose {
        background: #fff;
        border-radius: 0;
    }
    #cboxTitle {
        position: static;
        height: 2.5em;
        overflow: hidden;
        margin-top: .3em;
        padding: 0 50px;
        font-size: .9em;
        color: grey;
        line-height: 1.3;
    }
    #cboxCurrent {
        position: static;
        width: 100%;
        font-size: .8em;
        text-align: center;
    }
    #cboxPrevious,
    #cboxNext {
        display: block;
        width: 42px;
        height: 42px;
        background-color: #b9d299;
        @include no-txt();
        position: absolute;
        bottom: 10px;

        &:before {
            content: "";
            @include arrow(8px, 2px, #fff, left);
            position: absolute;
            top: calc(50% - 5px);
            left: 50%;
        }
    }
    #cboxPrevious {
        left: 10px;

        &:before {
            margin-left: -2px;
        }
    }
    #cboxNext {
        right: 10px;

        &:before {
            transform: rotate(45deg);
            margin-left: -7px;
        }
    }
    
    &.cbox-video {
        #cboxContent {
            padding-bottom: 10px;
        }
    }
}
*/

/**
* From .owl-nav div
*/

#cboxPrevious,
#cboxNext {
  position: absolute;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  outline: none;
}

#cboxPrevious:before,
#cboxPrevious:after,
#cboxNext:before,
#cboxNext:after {
  content: "";
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#cboxPrevious:after,
#cboxNext:after {
  opacity: 0;
}

#cboxPrevious.disabled,
#cboxNext.disabled {
  cursor: default;
  opacity: .2;
}

.no-touchevents #cboxPrevious:not(.disabled):hover:before,
.no-touchevents
  #cboxNext:not(.disabled):hover:before {
  opacity: 0;
}

.no-touchevents #cboxPrevious:not(.disabled):hover:after,
.no-touchevents
  #cboxNext:not(.disabled):hover:after {
  opacity: 1;
}

.touchevents #cboxPrevious:not(.disabled):active:before,
.touchevents
  #cboxNext:not(.disabled):active:before {
  opacity: 0;
}

.touchevents #cboxPrevious:not(.disabled):active:after,
.touchevents
  #cboxNext:not(.disabled):active:after {
  opacity: 1;
}

#cboxPrevious {
  left: 15px;
}

#cboxNext {
  right: 15px;
}

.cbox-video,
.cbox-video #cboxWrapper,
.cbox-video #cboxContent {
  overflow: visible !important;
}

.cbox-video #cboxContent {
  padding: 0;
}

.cbox-video #cboxClose {
  top: -50px;
  width: 50px;
  height: 50px;
}

.cbox-video #cboxClose:before,
.cbox-video #cboxClose:after {
  width: 22px;
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
  background-color: #fff;
}

.cbox-content-push #cboxContent {
  padding: 1.25em 30px;
  border-radius: 14px;
}

.cbox-content-push #cboxClose {
  width: 28px;
  height: 28px;
  background-color: #000;
  border-radius: 50%;
  top: 3px;
  right: 3px;
  outline: none;
}

.cbox-content-push #cboxClose:before,
.cbox-content-push #cboxClose:after {
  width: 15px;
  height: 2px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  background-color: #fff;
}

/**
* GAMME MAIN IMAGE
*/

.cbox-gamme-image #cboxCurrent {
  position: static;
  width: 100%;
  font-size: .9em;
  text-align: center;
}

.eu-cookie-compliance-banner {
  padding: 1em 0;
  /*.eu-cookie-compliance-more-button {
      padding: 0;
      font-size: .9em;
      text-decoration: underline;
      -moz-appearance: none;
      -webkit-appearance: none;
      outline: none;
    }*/
}

.eu-cookie-compliance-content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

.eu-cookie-compliance-message {
  margin-top: 0;
  line-height: 1.2;
}

.eu-cookie-compliance-message p {
  font-size: .9em;
  font-weight: 400;
}

.eu-cookie-compliance-buttons button {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: #da2227;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 2.5em;
  padding-right: 2.5em;
  border: 1px solid #da2227;
  background-image: none !important;
  box-shadow: none;
  text-shadow: none;
  outline: none;
}

.no-touchevents .eu-cookie-compliance-buttons button:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .eu-cookie-compliance-buttons button:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .eu-cookie-compliance-buttons button:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.eu-cookie-compliance-buttons button:hover {
  border-color: #fff;
}

.eu-cookie-compliance-buttons .eu-cookie-compliance-more-button {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #505050;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #505050;
  font-weight: 400;
  box-shadow: none;
  text-shadow: none;
  border-color: #fff;
  font-weight: 300;
  color: #fff;
}

.no-touchevents .eu-cookie-compliance-buttons .eu-cookie-compliance-more-button:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .eu-cookie-compliance-buttons .eu-cookie-compliance-more-button:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .eu-cookie-compliance-buttons .eu-cookie-compliance-more-button:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .eu-cookie-compliance-buttons .eu-cookie-compliance-more-button:hover {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .eu-cookie-compliance-buttons .eu-cookie-compliance-more-button:focus {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .eu-cookie-compliance-buttons .eu-cookie-compliance-more-button:active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .eu-cookie-compliance-buttons .eu-cookie-compliance-more-button.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.eu-cookie-compliance-buttons .eu-cookie-compliance-more-button:hover {
  border-color: #da2227;
}

.item-list ul {
  margin: 0;
  list-style: none;
}

.item-list ul li {
  margin: 0;
}

.owl-carousel .owl-nav button {
  width: 45px;
  height: 45px;
  outline: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -22px;
}

.owl-carousel .owl-nav button span {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  border: 1px solid #505050;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 12px;
}

.owl-carousel .owl-nav button.owl-prev:before {
  content: "";
  width: 20px;
  height: 14px;
  background-position: -1076px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -7px;
}

.owl-carousel .owl-nav button.owl-next {
  right: 12px;
}

.owl-carousel .owl-nav button.owl-next:before {
  content: "";
  width: 20px;
  height: 14px;
  background-position: -1457px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -7px;
}

.owl-carousel .owl-nav button.disabled {
  opacity: .35;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots button {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border-radius: 50%;
  background-color: #ccc;
  outline: none;
}

.owl-carousel .owl-dots button.active {
  background-color: #da2227;
}

.ui-widget-overlay {
  background: #000;
  opacity: .9;
}

.ui-dialog.ui-widget-content {
  border: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
}

.ui-dialog .ui-dialog-titlebar-close:before,
.ui-dialog .ui-dialog-titlebar-close:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -webkit-calc(50% - 7px);
  left: calc(50% - 7px);
  opacity: 1;
}

.ui-dialog .ui-dialog-titlebar-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ui-dialog .ui-dialog-titlebar-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  display: none;
}

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-buttonpane {
  background: none;
  border: none;
}

.ui-dialog .ui-dialog-buttonpane {
  padding-bottom: 3em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane button {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: #da2227;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 2.5em;
  padding-right: 2.5em;
  margin: 0;
}

.no-touchevents .ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .ui-dialog .ui-dialog-buttonpane button:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .ui-dialog .ui-dialog-buttonpane button:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.breadcrumb {
  margin: 2em 0;
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0 1em 0 0;
  padding: 0;
  font-size: .9em;
  font-weight: 700;
}

.breadcrumb__item a {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  color: #8c8d8e;
  text-decoration: none;
}

.breadcrumb__item a:after {
  content: "";
  display: block;
  width: 100%;
  margin-top: .1em;
  border-top: 1px solid #8c8d8e;
  opacity: 0;
}

.breadcrumb__item a:hover {
  color: #505050;
}

.breadcrumb__item a:hover:after {
  border-color: #505050;
  opacity: 1;
}

.breadcrumb__item:last-child a:after {
  opacity: 1;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon,
[dir="rtl"] .more-help-link a,
.more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.nav-menu__item {
  float: left;
}

.nav-menu__item .menu {
  display: none;
}

.nav-menu__link.is-active,
.nav-menu__link--is-active {
  color: #505050;
}

/*
.menu__item {
  @extend %nav-menu__item;

  &.is-expanded {
    @extend %nav-menu__item--is-expanded;
  }

  &.is-collapsed {
    @extend %nav-menu__item--is-collapsed;
  }
}

// The active item in a Drupal menu.
.menu a.active {
  @extend %nav-menu__link--is-active;
}
*/

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

ul.menu a.is-active {
  color: #505050;
}

.menu-item {
  padding: 0;
}

.menu-item--expanded {
  list-style: none;
}

.menu--simple-menu .menu-item > a,
.menu--simple-menu .menu-item > span {
  position: relative;
  display: block;
  padding-left: 40px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.menu--simple-menu .menu-item > a.is-active,
.menu--simple-menu .menu-item > span.is-active {
  color: #fff;
}

.menu--simple-menu .menu-item > a:before,
.menu--simple-menu .menu-item > span:before {
  content: "";
  /*@include ie-sprite($icon, $type);*/
}

.menu--simple-menu .menu-item > a.my-slat:before,
.menu--simple-menu .menu-item > span.my-slat:before {
  width: 12px;
  height: 14px;
  background-position: -2713px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 20px;
  margin-left: -6px;
  margin-top: -7px;
}

.menu--simple-menu .menu-item > a.contact:before,
.menu--simple-menu .menu-item > span.contact:before {
  width: 21px;
  height: 14px;
  background-position: -1188px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 20px;
  margin-left: -10.5px;
  margin-top: -7px;
}

.menu--simple-menu .menu-item > a.phone:before,
.menu--simple-menu .menu-item > span.phone:before {
  width: 16px;
  height: 16px;
  background-position: -1247px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 20px;
  margin-left: -8px;
  margin-top: -8px;
}

.region-header .menu--simple-menu .menu-item > a,
.region-header .menu--simple-menu .menu-item > span {
  color: #505050;
}

.region-header .menu--simple-menu .menu-item > a.is-active,
.region-header .menu--simple-menu .menu-item > span.is-active {
  color: #505050;
}

.region-header .menu--simple-menu .menu-item > a.my-slat,
.region-header .menu--simple-menu .menu-item > span.my-slat {
  color: #da2227;
}

.region-header .menu--simple-menu .menu-item > a.my-slat:before,
.region-header .menu--simple-menu .menu-item > span.my-slat:before {
  width: 12px;
  height: 14px;
  background-position: -2699px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .region-header .menu--simple-menu .menu-item > a.my-slat:hover,
.no-touchevents .region-header .menu--simple-menu .menu-item > span.my-slat:hover {
  color: #505050;
}

.no-touchevents .region-header .menu--simple-menu .menu-item > a.my-slat:hover:before,
.no-touchevents .region-header .menu--simple-menu .menu-item > span.my-slat:hover:before {
  width: 12px;
  height: 14px;
  background-position: -2593px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .region-header .menu--simple-menu .menu-item > a.my-slat:focus,
.no-touchevents .region-header .menu--simple-menu .menu-item > span.my-slat:focus {
  color: #505050;
}

.no-touchevents .region-header .menu--simple-menu .menu-item > a.my-slat:focus:before,
.no-touchevents .region-header .menu--simple-menu .menu-item > span.my-slat:focus:before {
  width: 12px;
  height: 14px;
  background-position: -2593px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .region-header .menu--simple-menu .menu-item > a.my-slat:active,
.touchevents .region-header .menu--simple-menu .menu-item > span.my-slat:active {
  color: #505050;
}

.touchevents .region-header .menu--simple-menu .menu-item > a.my-slat:active:before,
.touchevents .region-header .menu--simple-menu .menu-item > span.my-slat:active:before {
  width: 12px;
  height: 14px;
  background-position: -2593px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.region-header .menu--simple-menu .menu-item > a.contact:before,
.region-header .menu--simple-menu .menu-item > span.contact:before {
  width: 21px;
  height: 14px;
  background-position: -1142px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .region-header .menu--simple-menu .menu-item > a.contact:hover,
.no-touchevents .region-header .menu--simple-menu .menu-item > span.contact:hover {
  color: #da2227;
}

.no-touchevents .region-header .menu--simple-menu .menu-item > a.contact:hover:before,
.no-touchevents .region-header .menu--simple-menu .menu-item > span.contact:hover:before {
  width: 21px;
  height: 14px;
  background-position: -1165px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .region-header .menu--simple-menu .menu-item > a.contact:focus,
.no-touchevents .region-header .menu--simple-menu .menu-item > span.contact:focus {
  color: #da2227;
}

.no-touchevents .region-header .menu--simple-menu .menu-item > a.contact:focus:before,
.no-touchevents .region-header .menu--simple-menu .menu-item > span.contact:focus:before {
  width: 21px;
  height: 14px;
  background-position: -1165px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .region-header .menu--simple-menu .menu-item > a.contact:active,
.touchevents .region-header .menu--simple-menu .menu-item > span.contact:active {
  color: #da2227;
}

.touchevents .region-header .menu--simple-menu .menu-item > a.contact:active:before,
.touchevents .region-header .menu--simple-menu .menu-item > span.contact:active:before {
  width: 21px;
  height: 14px;
  background-position: -1165px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.region-header .menu--simple-menu .menu-item > a.phone:before,
.region-header .menu--simple-menu .menu-item > span.phone:before {
  width: 16px;
  height: 16px;
  background-position: -1211px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.region-primary_menu .menu--simple-menu > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 2em 0;
}

.region-primary_menu .menu--simple-menu .menu-item {
  margin-bottom: 1.5em;
}

.region-primary_menu .menu--simple-menu .menu-item > a,
.region-primary_menu .menu--simple-menu .menu-item > span {
  padding: 20px 1em 0;
  font-size: .8em;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
}

.region-primary_menu .menu--simple-menu .menu-item > a.my-slat:before,
.region-primary_menu .menu--simple-menu .menu-item > span.my-slat:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -7px;
  top: 0;
  margin-top: 0;
}

.region-primary_menu .menu--simple-menu .menu-item > a.contact:before,
.region-primary_menu .menu--simple-menu .menu-item > span.contact:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10.5px;
  margin-top: -7px;
  top: 0;
  margin-top: 0;
}

.region-primary_menu .menu--simple-menu .menu-item > a.phone:before,
.region-primary_menu .menu--simple-menu .menu-item > span.phone:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  top: 0;
  margin-top: 0;
}

.region-bottom .menu--simple-menu > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.region-bottom .menu--simple-menu .menu-item {
  margin: 0 0 1em 2em;
}

.region-bottom .menu--simple-menu .menu-item:first-child {
  margin-left: 0;
}

.region-bottom .menu--simple-menu .menu-item.phone {
  display: none;
}

.region-bottom .menu--simple-menu .menu-item > a,
.region-bottom .menu--simple-menu .menu-item > span {
  padding-right: 1.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: .9em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.no-touchevents .region-bottom .menu--simple-menu .menu-item > a:hover,
.no-touchevents .region-bottom .menu--simple-menu .menu-item > span:hover {
  background-color: #da2227;
  border-color: #da2227;
}

.no-touchevents .region-bottom .menu--simple-menu .menu-item > a:focus,
.no-touchevents .region-bottom .menu--simple-menu .menu-item > span:focus {
  background-color: #da2227;
  border-color: #da2227;
}

.touchevents .region-bottom .menu--simple-menu .menu-item > a:active,
.touchevents .region-bottom .menu--simple-menu .menu-item > span:active {
  background-color: #da2227;
  border-color: #da2227;
}

.region-bottom .menu--simple-menu .menu-item > a.contact,
.region-bottom .menu--simple-menu .menu-item > span.contact {
  padding-left: 50px;
}

.region-bottom .menu--simple-menu .menu-item > a.contact:before,
.region-bottom .menu--simple-menu .menu-item > span.contact:before {
  left: 30px;
}

.region-header .block-menu.menu--account > .menu {
  padding: 0;
}

.region-header .block-menu.menu--account > .menu > .menu-item {
  margin: 0;
}

.block-menu.menu--account .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  width: 100%;
  height: 100%;
}

.block-menu.menu--account .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 0 1.3em;
  background-color: #505050;
  font-weight: 600;
  font-size: .9em;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.block-menu.menu--account .menu-item a:before {
  content: "";
  width: 16px;
  height: 16px;
  background-position: -198px -1px;
  /*@include ie-sprite($icon, $type);*/
  margin-right: .8em;
}

.no-touchevents .block-menu.menu--account .menu-item a:hover {
  background-color: #da2227;
}

.no-touchevents .block-menu.menu--account .menu-item a:focus {
  background-color: #da2227;
}

.touchevents .block-menu.menu--account .menu-item a:active {
  background-color: #da2227;
}

.menu--main .menu-item > a,
.menu--main .menu-item > span {
  display: block;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.menu--main .menu-item > a.is-active,
.menu--main .menu-item > span.is-active {
  color: #fff;
}

.menu--main > .menu {
  position: relative;
  z-index: 20;
}

.menu--main > .menu > .menu-item {
  display: block;
}

.menu--main > .menu > .menu-item > a,
.menu--main > .menu > .menu-item > span {
  padding: .9em 1em .8em;
  letter-spacing: .1em;
}

.menu--main > .menu > .menu-item--expanded > a,
.menu--main > .menu > .menu-item--expanded > span {
  position: relative;
  padding-right: 40px;
}

.menu--main > .menu > .menu-item--expanded > a:after,
.menu--main > .menu > .menu-item--expanded > span:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff #fff transparent transparent;
  /*** TranslateZ() => bugfix Safari ***/
  -webkit-transform: rotate(135deg) translateZ(-1px);
  transform: rotate(135deg) translateZ(-1px);
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -5px -3px 0 0;
}

.menu--bottom-menu ul.menu {
  list-style: none;
  margin: 0;
}

.menu--bottom-menu .menu-item {
  padding: 0;
}

.menu--bottom-menu .menu-item > a,
.menu--bottom-menu .menu-item > span {
  font-size: .9em;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}

.menu--bottom-menu .menu-item > a.is-active,
.menu--bottom-menu .menu-item > span.is-active {
  color: #fff;
}

.no-touchevents .menu--bottom-menu .menu-item > a:hover {
  text-decoration: underline;
}

.no-touchevents .menu--bottom-menu .menu-item > a:focus {
  text-decoration: underline;
}

.touchevents .menu--bottom-menu .menu-item > a:active {
  text-decoration: underline;
}

.menu--bottom-menu .menu-item--expanded {
  list-style: none;
}

.menu--bottom-menu > .menu > .menu-item {
  margin-bottom: 2em;
}

.menu--bottom-menu > .menu > .menu-item--expanded > a,
.menu--bottom-menu > .menu > .menu-item--expanded > span {
  font-weight: 700;
}

.menu--bottom-menu > .menu > .menu-item--expanded > .menu {
  margin-top: 1em;
}

#mobile-menu-link {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #505050;
  text-decoration: none;
  z-index: 21;
}

#mobile-menu-link span {
  display: none;
  /*position: relative;
    top: 32px;
    left: 0;
    display: block;
    font-size: .6em;
    text-align: center;
    text-transform: uppercase;*/
}

#mobile-menu-link:before,
#mobile-menu-link:after {
  content: "";
  display: block;
  width: 20px;
  position: absolute;
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#mobile-menu-link:before {
  height: 12px;
  border: 2px solid #fff;
  border-left: none;
  border-right: none;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
}

#mobile-menu-link:after {
  height: 2px;
  background-color: #fff;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
}

#mobile-menu-link.active span {
  opacity: 0;
}

#mobile-menu-link.active:before {
  height: 0;
  border-top-color: transparent;
  border-top-width: 0;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-menu-link.active:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .navbar,
[dir="rtl"] .main-navigation .links,
.main-navigation [dir="rtl"] .links,
[dir="rtl"] .main-navigation .menu,
.main-navigation [dir="rtl"] .menu {
  text-align: right;
}

.navbar__item,
.navbar li,
.main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

[dir="rtl"] .navbar__item,
[dir="rtl"]
    .navbar li,
[dir="rtl"] .main-navigation .links li,
.main-navigation [dir="rtl"] .links li,
[dir="rtl"] .main-navigation .menu li,
.main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

.pager__items {
  padding: 0;
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline-block;
  vertical-align: top;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
  font-size: .9em;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.pager__item--next a,
.pager__item--previous a {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f3f3f3;
  border-radius: 50%;
  color: #505050;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.pager__item--next a:hover,
.pager__item--previous a:hover {
  color: #da2227;
}

.pager__item--next a:active,
.pager__item--previous a:active {
  background-color: #da2227;
  color: #fff;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link,
.skip-link:visited {
  background-color: #505050;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

.tabs {
  margin: 1.125em 0 0;
  line-height: 1.25;
  border-bottom: 1px solid #ccc \0/ie;
  background-image: -webkit-linear-gradient(bottom, #ccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #ccc 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #ccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #dddddd;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.5em;
  display: block;
  text-decoration: none;
  -webkit-transition: color .3s, background .3s, border .3s;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #505050;
  background: #dddddd;
  letter-spacing: 1px;
}

.tabs__tab-link:focus,
.tabs__tab-link:hover {
  background: #eaeaea;
}

.tabs__tab-link:active,
.tabs__tab-link.is-active,
.tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.5em;
  font-size: 0.875em;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: -webkit-linear-gradient(bottom, #ccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #ccc 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.5625em 0.1875em;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #ccc;
  border-radius: 24px;
  color: #505050;
  background: #f1f1f1;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus,
.tabs--secondary .tabs__tab-link:hover {
  color: #1d1d1d;
  background: #dddddd;
  border-color: #999999;
}

.tabs--secondary .tabs__tab-link:active,
.tabs--secondary .tabs__tab-link.is-active,
.tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #1d1d1d 0 1px 0;
  background: #505050;
  border-color: black;
}

.autocomplete,
.form-autocomplete {
  background-image: url("../images/throbber-inactive.png");
  background-position: -webkit-calc(100% - 2px) center;
  background-position: calc(100% - 2px) center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete,
[dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid #e2e2e2;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 1rem 1rem 0;
  background: #fff;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #505050;
  cursor: default;
  /*white-space: pre;*/
}

.autocomplete__list-item.is-selected,
.autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

.autocomplete.is-throbbing,
.autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url("../images/throbber-active.gif");
}

/*.button,*/

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/*.button,*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #fff;
}

button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  background-color: #8c8d8e;
}

button[disabled]:hover,
[disabled]:hover[type='button'],
[disabled]:hover[type='reset'],
[disabled]:hover[type='submit'],
button[disabled]:focus,
[disabled]:focus[type='button'],
[disabled]:focus[type='reset'],
[disabled]:focus[type='submit'],
button[disabled]:active,
[disabled]:active[type='button'],
[disabled]:active[type='reset'],
[disabled]:active[type='submit'] {
  background-color: #8c8d8e !important;
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #8c8d8e;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed,
.collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper,
.collapsible-fieldset--is-collapsed__wrapper,
.is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend,
.collapsible-fieldset--is-collapsed__legend,
.is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend,
[dir="rtl"] .collapsible-fieldset--is-collapsed__legend,
[dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend,
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
  margin: 1.3em 0;
}

.form-item__required {
  color: #c00;
}

.form-item__description,
.form-item .description {
  font-size: 0.875em;
  color: #8c8d8e;
  margin-top: .5em;
}

.form-item--inline div,
.form-item--inline label,
.container-inline .form-item div,
.container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label,
.form-item--radio__label,
.form-type-radio .form-item__label,
.form-type-checkbox .form-item__label {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description,
.form-item--radio__description,
.form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item .form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget,
.form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

/*.form-required {
  @extend %form-item__required;
}*/

.confirm-parent {
  margin-top: 1em;
}

div.password-confirm,
div.password-strength,
div.password-confirm-match {
  margin-top: .5em;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky,
.form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header,
[dir="rtl"] .form-table th,
.form-table [dir="rtl"] th,
[dir="rtl"] form table th,
form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #ccc;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #ccc;
  background-color: #f3f3f3;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active,
.form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #e2e2e2;
}

.form-table__row.is-disabled,
.form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #ccc;
}

.form-table__row.is-selected,
.form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #505050;
  background-color: #ccc;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url("../images/progress-throbber.gif") no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #f3f3f3;
  border: 1px solid #ccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus,
.table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon,
.table-drag__handle-icon--is-hover,
.is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

.block > h2 {
  margin-bottom: 1.8em;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.bk-fieldblocktaxonomy-term-field-etude-de-cas {
  padding: 3em 0 4em;
}

.block-content-image-block .fd-body h2,
.block-content-image-block .fd-body h3,
.block-content-qualite-block .fd-body h2,
.block-content-qualite-block .fd-body h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: #2d2d2d;
}

.block-content-image-block .fd-body h2:first-child,
.block-content-image-block .fd-body h3:first-child,
.block-content-qualite-block .fd-body h2:first-child,
.block-content-qualite-block .fd-body h3:first-child {
  margin-top: 0;
}

.block-content-image-block .fd-body ul,
.block-content-qualite-block .fd-body ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  font-size: .9em;
}

.block-content-image-block .fd-body ul li,
.block-content-qualite-block .fd-body ul li {
  position: relative;
  padding: .7em 0 .7em 45px;
}

.block-content-image-block .fd-body ul li:before,
.block-content-qualite-block .fd-body ul li:before {
  content: "";
  width: 26px;
  height: 26px;
  background-position: -247px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -13px;
  margin-top: -13px;
  margin-left: 0;
}

.block-content-image-block .fd-field-bloc-image img {
  display: block;
  margin: 0 auto;
}

.block-content-image-block .fd-body {
  padding: 3em 0;
}

.block-content-qualite-block,
.block-content-temoignage-block {
  position: relative;
  padding: 3em 2em;
}

.block-content-qualite-block {
  background-color: #f3f3f3;
}

.block-content-temoignage-block {
  background-color: #c00;
  color: #fff;
  text-align: center;
}

.block-content-temoignage-block > h2 {
  margin-bottom: 0.3em;
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
}

.block-content-temoignage-block .fd-field-sous-titre {
  font-style: italic;
  font-weight: 300;
}

.block-content-temoignage-block .fd-body {
  position: relative;
  max-width: 340px;
  margin: 2em auto 0;
  padding-top: 2em;
  font-size: 1.1em;
  line-height: 1.6;
}

.block-content-temoignage-block .fd-body:before {
  content: "";
  width: 74px;
  height: 60px;
  background-position: -1381px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -37px;
  margin-top: -30px;
  top: 0;
  margin-top: 0;
  opacity: .15;
}

.block-content-lien-block {
  padding: 1.2em 1.5em 1.2em;
  background-color: #fff;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.15);
}

.block-content-lien-block .fd-body {
  font-size: .9em;
  text-align: center;
}

.block-content-lien-block .fd-field-lien {
  margin-top: 1em;
  text-align: center;
}

.block-content-lien-block .fd-field-lien a {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #505050;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #505050;
  font-weight: 400;
  padding-top: .8em;
  padding-bottom: .9em;
  font-weight: 600;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.no-touchevents .block-content-lien-block .fd-field-lien a:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .block-content-lien-block .fd-field-lien a:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .block-content-lien-block .fd-field-lien a:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .block-content-lien-block .fd-field-lien a:hover {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .block-content-lien-block .fd-field-lien a:focus {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .block-content-lien-block .fd-field-lien a:active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .block-content-lien-block .fd-field-lien a.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.node-type-homepage .block-content-lien-block {
  margin-top: -3em;
  position: relative;
  z-index: 3;
}

.node-type-homepage .messages + .block-content-lien-block {
  margin-top: 0;
}

.myslat__block {
  padding-top: 50px;
  text-align: center;
  overflow: hidden;
}

.myslat__block__link {
  color: #505050;
  text-decoration: none;
}

.no-touchevents .myslat__block__link:hover .myslat__block__inner {
  background-color: #da2227;
  color: #fff;
}

.no-touchevents .myslat__block__link:hover .myslat__block__icon:before {
  opacity: 0;
}

.no-touchevents .myslat__block__link:hover .myslat__block__icon:after {
  opacity: 1;
}

.no-touchevents .myslat__block__link:hover .myslat__block__footer {
  background-color: #da2227;
}

.touchevents .myslat__block__link:active .myslat__block__inner {
  background-color: #da2227;
  color: #fff;
}

.touchevents .myslat__block__link:active .myslat__block__icon:before {
  opacity: 0;
}

.touchevents .myslat__block__link:active .myslat__block__icon:after {
  opacity: 1;
}

.touchevents .myslat__block__link:active .myslat__block__footer {
  background-color: #da2227;
}

.myslat__block__inner {
  position: relative;
  height: 100%;
  background-color: #e2e2e2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.myslat__block__header {
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
}

.myslat__block__icon {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
}

.myslat__block__icon:before,
.myslat__block__icon:after {
  content: "";
  /*@include ie-sprite($icon, $type);*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.myslat__block__icon:after {
  opacity: 0;
}

.myslat__block__main {
  min-height: 230px;
  padding: 90px 1.5em 1em;
}

.myslat__block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}

.myslat__block__title > span {
  width: 100%;
}

.myslat__block__title > span span {
  display: block;
  font-weight: 300;
}

.myslat__block__desc {
  margin-top: 1.3em;
  font-size: .85em;
}

.myslat__block__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80px;
  padding: 1.2em 1.5em;
  background-color: #505050;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.myslat__block__action {
  font-weight: 700;
  font-size: .9em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.myslat__block__action:after {
  content: "\0279C";
  margin-left: 1rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}

.myslat__block__action__link {
  color: #fff;
  text-decoration: none;
}

.myslat__block__action__link:hover {
  color: #da2227;
}

.myslat__block__action__link + a {
  margin-top: .5em;
}

.myslat__block-simple .myslat__block__main {
  min-height: 0;
  padding: 100px 1.5em 2.5em;
}

.myslat__block-simple .myslat__block__title {
  min-height: 0;
}

.myslat__block-simple .myslat__block__desc {
  margin-top: 1em;
  font-size: .95em;
  line-height: 1.5;
}

.myslat__block-dark {
  padding-top: 0 !important;
  color: #fff;
}

.myslat__block-dark .myslat__block__link {
  color: #fff;
}

.myslat__block-dark .myslat__block__inner {
  background-color: #505050;
}

.myslat__block-dark .myslat__block__inner > .myslat__block__main {
  padding-bottom: 2.5em;
}

.myslat__block-dark .myslat__block__header {
  top: 0;
  left: 0;
  height: 100%;
}

.myslat__block-dark .myslat__block__icon {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: none;
}

.myslat__block-dark .myslat__block__main {
  position: relative;
  min-height: 0;
  padding-top: 2.5em;
}

.myslat__block-dark .myslat__block__title {
  min-height: 0;
}

.myslat__block-dark .myslat__block__title + .myslat__block__desc {
  margin-top: .8em;
}

.myslat__block-dark .myslat__block__desc {
  margin-top: 0;
}

.myslat__block-dark .myslat__block__footer {
  padding-top: .5em;
}

.myslat__block-dark .myslat__block__action {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: #da2227;
  border-radius: 35px;
}

.myslat__block-dark .myslat__block__action:after {
  content: "";
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -7px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.myslat__block-user .myslat__block__link {
  color: #fff;
}

.myslat__block-user .myslat__block__inner {
  background-color: #da2227;
}

.myslat__block-user .myslat__block__icon:before,
.myslat__block-user .myslat__block__icon:after {
  width: 43px;
  height: 50px;
  background-position: -2653px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -21.5px;
  margin-top: -25px;
}

.myslat__block-user .myslat__block__main {
  padding-top: 95px;
}

.myslat__block-user .myslat__block__footer {
  background-color: #da2227;
}

.myslat__block-project .myslat__block__icon:before {
  width: 52px;
  height: 56px;
  background-position: -532px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -28px;
}

.myslat__block-project .myslat__block__icon:after {
  width: 52px;
  height: 56px;
  background-position: -586px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -28px;
}

.myslat__block-search .myslat__block__icon:before {
  width: 48px;
  height: 48px;
  background-position: -1523px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}

.myslat__block-search .myslat__block__icon:after {
  width: 48px;
  height: 48px;
  background-position: -1573px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}

.myslat__block-reorder .myslat__block__icon:before {
  width: 50px;
  height: 46px;
  background-position: -2044px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 52%;
  left: 48%;
  margin-left: -25px;
  margin-top: -23px;
}

.myslat__block-reorder .myslat__block__icon:after {
  width: 50px;
  height: 46px;
  background-position: -2096px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 52%;
  left: 48%;
  margin-left: -25px;
  margin-top: -23px;
}

.myslat__block-reorder.myslat__block-dark .myslat__block__icon:before {
  width: 193px;
  height: 179px;
  background-position: -1848px -1px;
  /*@include ie-sprite($icon, $type);*/
  top: -18px;
  left: 9px;
  margin: 0;
  opacity: .05 !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.myslat__block-reorder.myslat__block-dark .myslat__block__icon:after {
  display: none;
}

.myslat__block-order .myslat__block__icon:before {
  width: 51px;
  height: 54px;
  background-position: -57px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 55%;
  left: 50%;
  margin-left: -25.5px;
  margin-top: -27px;
}

.myslat__block-order .myslat__block__icon:after {
  width: 51px;
  height: 54px;
  background-position: -110px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 55%;
  left: 50%;
  margin-left: -25.5px;
  margin-top: -27px;
}

.myslat__block-invoice .myslat__block__icon:before {
  width: 40px;
  height: 45px;
  background-position: -990px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 55%;
  left: 50%;
  margin-left: -20px;
  margin-top: -22.5px;
}

.myslat__block-invoice .myslat__block__icon:after {
  width: 40px;
  height: 45px;
  background-position: -1033px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 55%;
  left: 50%;
  margin-left: -20px;
  margin-top: -22.5px;
}

.myslat__block-invoice.myslat__block-dark .myslat__block__icon:before {
  width: 176px;
  height: 196px;
  background-position: -812px -1px;
  /*@include ie-sprite($icon, $type);*/
  top: 8px;
  left: 16px;
  margin: 0;
  opacity: .05 !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.myslat__block-invoice.myslat__block-dark .myslat__block__icon:after {
  display: none;
}

.myslat__block-files .myslat__block__icon:before {
  width: 50px;
  height: 41px;
  background-position: -330px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 53%;
  left: 53%;
  margin-left: -25px;
  margin-top: -20.5px;
}

.myslat__block-files .myslat__block__icon:after {
  width: 50px;
  height: 41px;
  background-position: -382px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 53%;
  left: 53%;
  margin-left: -25px;
  margin-top: -20.5px;
}

.myslat__block-support .myslat__block__icon:before {
  width: 47px;
  height: 50px;
  background-position: -434px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 53%;
  left: 50%;
  margin-left: -23.5px;
  margin-top: -25px;
}

.myslat__block-support .myslat__block__icon:after {
  width: 47px;
  height: 50px;
  background-position: -483px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 53%;
  left: 50%;
  margin-left: -23.5px;
  margin-top: -25px;
}

.myslat__block-support .myslat__block__footer {
  padding: 0.5em 1.5em;
}

.myslat__block-support .myslat__block__action {
  font-size: .8em;
}

.myslat__block-shipping .myslat__block__icon:before {
  width: 200px;
  height: 143px;
  background-position: -1646px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 10px;
  left: -40px;
  margin: 0;
  opacity: .05 !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.myslat__block-shipping .myslat__block__icon:after {
  display: none;
}

.myslat__block-infos .myslat__block__icon:before {
  width: 170px;
  height: 170px;
  background-position: -640px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: -20px;
  left: -30px;
  margin: 0;
  opacity: .05 !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.myslat__block-infos .myslat__block__icon:after {
  display: none;
}

.block-slat-myslat {
  padding-bottom: 5em;
}

.block-slat-myslat.block-home-block-menu {
  padding-top: 3em;
  padding-bottom: 7em;
}

/*@include breakpoint($bp-medium) {
  .myslat__block {
    @include gallery(4 of 12);
  }
}*/

.page-view-commande .block-slat-myslat .myslat__block,
.myslat-commande-express .block-slat-myslat .myslat__block {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-right: 0;
}

.fd-field-chiffres {
  position: relative;
  padding: .5em 0 2.5em;
  color: #fff;
  text-align: center;
}

.fd-field-chiffres:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  background: url("../images/reinsurance-bg.jpg") no-repeat center;
  background-size: cover;
}

.fd-field-chiffres > .field__items {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}

.fd-field-chiffres .btn {
  margin-top: 1.5em;
  padding-top: .8em;
  padding-bottom: .9em;
  border-color: #fff;
  color: #fff;
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.no-touchevents .fd-field-chiffres .btn:hover {
  border-color: #da2227;
}

.no-touchevents .fd-field-chiffres .btn:focus {
  border-color: #da2227;
}

.touchevents .fd-field-chiffres .btn:active {
  border-color: #da2227;
}

.fd-field-slider > .field__items > .field__item:not(:first-child) {
  display: none;
}

.fd-field-slider .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: 8.4em;
  width: 115px;
}

.fd-field-slider .owl-carousel .owl-nav button {
  border-color: #fff;
}

.no-touchevents .fd-field-slider .owl-carousel .owl-nav button:hover {
  background-color: #da2227;
  border-color: #da2227;
}

.touchevents .fd-field-slider .owl-carousel .owl-nav button:active {
  background-color: #da2227;
  border-color: #da2227;
}

.fd-field-slider .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.fd-field-slider .owl-carousel .owl-nav button.owl-prev:before {
  width: 20px;
  height: 14px;
  background-position: -1120px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.fd-field-slider .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.fd-field-slider .owl-carousel .owl-nav button.owl-next:before {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.fd-field-slider-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.fd-field-slider-full > .field__items > .field__item:not(:first-child) {
  display: none;
}

.fd-field-slider-full > .field__items > .field__item,
.fd-field-slider-full > .field__items .owl-item > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: -webkit-calc(100vh - 50px - 46px);
  height: calc(100vh - 50px - 46px);
  min-height: 700px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 9em;
}

.fd-field-slider-full > .field__items > .field__item > *,
.fd-field-slider-full > .field__items .owl-item > .field__item > * {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

.fd-field-slider-full .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.fd-field-slider-full .owl-carousel .owl-nav {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8em;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  text-align: right;
  pointer-events: none;
}

.fd-field-slider-full .owl-carousel .owl-nav button {
  position: relative;
  top: auto;
  margin-top: 0;
  border-color: #fff;
  pointer-events: auto;
}

.no-touchevents .fd-field-slider-full .owl-carousel .owl-nav button:hover {
  background-color: #da2227;
  border-color: #da2227;
}

.touchevents .fd-field-slider-full .owl-carousel .owl-nav button:active {
  background-color: #da2227;
  border-color: #da2227;
}

.fd-field-slider-full .owl-carousel .owl-nav button.owl-prev {
  left: auto;
}

.fd-field-slider-full .owl-carousel .owl-nav button.owl-prev:before {
  width: 20px;
  height: 14px;
  background-position: -1120px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.fd-field-slider-full .owl-carousel .owl-nav button.owl-next {
  margin-left: 1.5em;
  right: auto;
}

.fd-field-slider-full .owl-carousel .owl-nav button.owl-next:before {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.form-quotation {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 4em 0;
}

.form-quotation:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  height: 690px;
  background: url("../images/quotation-bg.jpg") no-repeat center top;
  background-size: cover;
  z-index: 1;
}

.form-quotation:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  top: auto;
  bottom: -webkit-calc(100% - 691px);
  bottom: calc(100% - 691px);
  height: 0;
  padding-top: 4%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background-color: #fff;
  z-index: 2;
}

.form-quotation > * {
  position: relative;
  z-index: 3;
}

.form-quotation .form-markup-intro {
  margin: 0;
  padding: 2em 0 3em;
  color: #fff;
  text-align: center;
}

.form-quotation .form-markup-intro h3 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.2em;
  color: #fff;
}

.form-quotation .form-markup-intro ul {
  display: inline-block;
  margin: 1em 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.form-quotation .form-markup-intro ul li {
  position: relative;
  padding: .7em 0 .7em 45px;
}

.form-quotation .form-markup-intro ul li:before {
  content: "";
  width: 26px;
  height: 26px;
  background-position: -275px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -13px;
  margin-top: -13px;
  margin-left: 0;
}

.form-quotation > .form-wrapper {
  padding: 2.5em 3em 2em;
  background-color: #fff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.form-quotation .form-markup-title {
  margin-top: 0;
  margin-bottom: 1.3em;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.form-quotation .form-markup-required {
  font-size: .9em;
  font-weight: 300;
}

.form-quotation .form-item-rgpd label {
  font-style: italic;
}

.form-quotation .form-actions {
  margin-top: 2em;
  text-align: center;
}

.form-quotation .form-submit {
  padding-top: .8em;
  padding-bottom: .9em;
  font-weight: 600;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.nd-actualite.vm-full {
  margin: 2em 0 5em;
}

.nd-actualite.vm-full .node__content {
  max-width: 980px;
  margin: 0 auto;
}

.nd-actualite.vm-full .fd-field-visuel {
  margin-bottom: 3em;
}

.nd-actualite.vm-full .fd-field-visuel img {
  display: block;
  margin: 0 auto;
}

.nd-actualite.vm-full .fd-field-contenu-texte {
  line-height: 1.8;
}

.nd-actualite.vm-teaser {
  background-color: #fff;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.15);
}

.nd-actualite.vm-teaser .node__header {
  position: relative;
  padding-top: 50%;
  background-color: #f3f3f3;
  overflow: hidden;
}

.nd-actualite.vm-teaser .node__header .field--type-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nd-actualite.vm-teaser .node__header .field--type-image img {
  display: block;
  width: 100%;
}

.nd-actualite.vm-teaser .node__content {
  position: relative;
  padding: 2em 2em 1em;
  background-color: #fff;
  text-align: center;
}

.nd-actualite.vm-teaser .node__title {
  margin-top: 0;
  margin-bottom: 1.8em;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.nd-actualite.vm-teaser .fd-field-contenu-texte {
  padding: 0 2em;
  font-size: .85em;
  line-height: 1.7;
}

.nd-actualite.vm-teaser .node__footer {
  padding: 1em 2em 2em;
}

.nd-actualite.vm-teaser .more-link {
  text-align: center;
}

.nd-actualite.vm-teaser .more-link a,
.nd-actualite.vm-teaser .more-link span {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #505050;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #505050;
  font-weight: 400;
  border-color: #da2227;
  border-radius: 35px;
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  padding: 0;
}

.no-touchevents .nd-actualite.vm-teaser .more-link a:hover,
.no-touchevents .nd-actualite.vm-teaser .more-link span:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .nd-actualite.vm-teaser .more-link a:focus,
.no-touchevents .nd-actualite.vm-teaser .more-link span:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .nd-actualite.vm-teaser .more-link a:active,
.touchevents .nd-actualite.vm-teaser .more-link span:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .nd-actualite.vm-teaser .more-link a:hover,
.no-touchevents .nd-actualite.vm-teaser .more-link span:hover {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .nd-actualite.vm-teaser .more-link a:focus,
.no-touchevents .nd-actualite.vm-teaser .more-link span:focus {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .nd-actualite.vm-teaser .more-link a:active,
.touchevents .nd-actualite.vm-teaser .more-link span:active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .nd-actualite.vm-teaser .more-link a.active,
.touchevents .nd-actualite.vm-teaser .more-link span.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.nd-actualite.vm-teaser .more-link a:after,
.nd-actualite.vm-teaser .more-link span:after {
  content: "";
  width: 20px;
  height: 14px;
  background-position: -1479px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -7px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.no-touchevents .nd-actualite.vm-teaser .more-link a:hover:after,
.no-touchevents .nd-actualite.vm-teaser .more-link span:hover:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .nd-actualite.vm-teaser .more-link a:focus:after,
.no-touchevents .nd-actualite.vm-teaser .more-link span:focus:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .nd-actualite.vm-teaser .more-link a:active:after,
.touchevents .nd-actualite.vm-teaser .more-link span:active:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.nd-actualite__link {
  display: block;
  text-decoration: none;
  outline: none;
}

.nd-actualite__link,
.nd-actualite__link:active {
  color: #505050;
}

.no-touchevents .nd-actualite__link:hover .node__header .field--type-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.no-touchevents .nd-actualite__link:hover .more-link span {
  background-color: #da2227;
  border-color: #da2227;
}

.no-touchevents .nd-actualite__link:hover .more-link span:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .nd-actualite__link:focus .node__header .field--type-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.no-touchevents .nd-actualite__link:focus .more-link span {
  background-color: #da2227;
  border-color: #da2227;
}

.no-touchevents .nd-actualite__link:focus .more-link span:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .nd-actualite__link:active .node__header .field--type-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.touchevents .nd-actualite__link:active .more-link span {
  background-color: #da2227;
  border-color: #da2227;
}

.touchevents .nd-actualite__link:active .more-link span:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.nd-avis-client {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.nd-avis-client .node__title {
  font-size: 1.2em;
  font-weight: 600;
}

.nd-avis-client .fd-field-sous-titre {
  font-size: .9em;
}

.nd-avis-client .fd-field-temoignage {
  padding: 2rem;
  font-size: 1.8em;
  font-style: italic;
  line-height: 1.8;
}

.nd-avis-client .fd-field-temoignage:before,
.nd-avis-client .fd-field-temoignage:after {
  display: block;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 2.5em;
  line-height: .5;
}

.nd-avis-client .fd-field-temoignage:before {
  content: "\00201c";
  text-align: left;
}

.nd-avis-client .fd-field-temoignage:after {
  content: "\00201e";
  text-align: right;
}

.nd-documentation .fd-field-document-fichier a {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #505050;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #505050;
  font-weight: 400;
  padding: .8em 1.2em .8em 1.3em;
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.no-touchevents .nd-documentation .fd-field-document-fichier a:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .nd-documentation .fd-field-document-fichier a:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .nd-documentation .fd-field-document-fichier a:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .nd-documentation .fd-field-document-fichier a:hover {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .nd-documentation .fd-field-document-fichier a:focus {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .nd-documentation .fd-field-document-fichier a:active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .nd-documentation .fd-field-document-fichier a.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.nd-documentation.vm-teaser {
  position: relative;
  padding: 2em 1.5em;
  background-color: #505050;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.nd-documentation.vm-teaser:before {
  content: "";
  width: 25px;
  height: 23px;
  background-position: -303px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(9) translate(22%, 10%);
  -ms-transform: scale(9) translate(22%, 10%);
  transform: scale(9) translate(22%, 10%);
  opacity: .05;
}

.nd-documentation.vm-teaser > * {
  position: relative;
}

.nd-documentation.vm-teaser .node__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  font-weight: 600;
}

.nd-documentation.vm-teaser .fd-field-document-fichier a {
  border-color: #fff;
  color: #fff;
}

.nd-documentation.vm-teaser .fd-field-version {
  margin-top: .5em;
  font-size: .85em;
}

.nd-documentation.vm-teaser .fd-field-version .field__label,
.nd-documentation.vm-teaser .fd-field-version .field__item {
  display: inline;
}

.nd-documentation.vm-teaser .fd-field-version .field__label {
  float: none;
  padding-right: 0.2em;
}

[lang="fr"] .nd-documentation.vm-teaser .fd-field-version .field__label:after {
  margin-left: .3em;
}

.nd-documentation.vm-teaser .fd-field-version .field__item {
  padding-right: 0;
}

.nd-etude-de-cas .fd-field-description {
  margin-bottom: 3.5em;
  font-size: .9em;
  line-height: 1.8;
  text-align: center;
  /*.field__item {
      max-width: 970px;
      margin: 0 auto;
    }*/
}

.nd-etude-de-cas .fd-field-video-embed {
  margin-bottom: 3em;
}

.nd-etude-de-cas .fd-field-video-embed .field__item {
  max-width: 750px;
  margin: 0 auto;
}

.nd-etude-de-cas .fd-field-livre-blanc {
  text-align: center;
}

.nd-etude-de-cas .fd-field-livre-blanc .file {
  background: none;
  padding: 0;
}

.nd-etude-de-cas .fd-field-livre-blanc a {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #505050;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #505050;
  font-weight: 400;
  padding-top: .8em;
  padding-bottom: .9em;
  font-size: .9rem;
  font-weight: 600;
  border-color: #da2227;
  color: #da2227;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.no-touchevents .nd-etude-de-cas .fd-field-livre-blanc a:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .nd-etude-de-cas .fd-field-livre-blanc a:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .nd-etude-de-cas .fd-field-livre-blanc a:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .nd-etude-de-cas .fd-field-livre-blanc a:hover {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .nd-etude-de-cas .fd-field-livre-blanc a:focus {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .nd-etude-de-cas .fd-field-livre-blanc a:active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .nd-etude-de-cas .fd-field-livre-blanc a.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.livre-blanc-form.form-myslat {
  max-width: 600px;
}

.livre-blanc-form.form-myslat .form-actions {
  text-align: center;
}

.nd-etude-de-cas.vm-default .node__title {
  margin-bottom: 1.5em;
  font-weight: 700;
  font-size: 1.6em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.nd-etude-de-cas.vm-default .node__title h2 {
  margin: 0;
  font-size: 1em;
}

.nd-etude-de-cas.vm-teaser {
  padding: 2em 1.5em 2.5em;
  background-color: #fff;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.15);
}

.nd-etude-de-cas.vm-teaser .node__title {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center;
}

.nd-faq .fd-field-faq .ui-widget {
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.nd-faq .fd-field-faq .ui-accordion .ui-accordion-header {
  margin-top: .5em;
  padding: 1em .5em 1em .7em;
  border: none;
  outline: none;
}

.nd-faq .fd-field-faq .ui-accordion .ui-accordion-header:first-child {
  margin-top: 0;
}

.nd-faq .fd-field-faq .ui-accordion .ui-accordion-content {
  padding: 1.5em 2em 2em;
  font-size: .9em;
  line-height: 1.5;
}

.nd-faq .fd-field-faq .ui-state-active,
.nd-faq .fd-field-faq .ui-widget-content .ui-state-active,
.nd-faq .fd-field-faq .ui-widget-header .ui-state-active,
.nd-faq .fd-field-faq a.ui-button:active,
.nd-faq .fd-field-faq .ui-button:active,
.nd-faq .fd-field-faq .ui-button.ui-state-active:hover {
  background-color: #da2227;
  border-color: #da2227;
}

.nd-faq .fd-field-faq .ui-corner-all,
.nd-faq .fd-field-faq .ui-corner-top,
.nd-faq .fd-field-faq .ui-corner-right,
.nd-faq .fd-field-faq .ui-corner-tr {
  border-radius: 0;
}

.nd-faq.vm-teaser .fd-field-gamme {
  margin: 0 0 1em;
  font-weight: 700;
  font-size: 1.3em;
}

.nd-gamme .fd-field-tensions {
  margin-bottom: 1em;
}

.nd-gamme .fd-field-tensions .field__item {
  display: inline-block;
  margin: 0 1em 1em 0;
  padding: 1em .8em;
  background-color: #f3f3f3;
  font-size: .9em;
}

.page-node.node-type-gamme .region-title .block-content-basic {
  margin-top: 1em;
}

.page-node.node-type-gamme .region-title .block-content-basic a {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #505050;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #505050;
  font-weight: 400;
  padding: 1.8em 3em 1.9em;
  border-color: #fff;
  border-radius: 32px;
  font-size: .8rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.no-touchevents .page-node.node-type-gamme .region-title .block-content-basic a:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .page-node.node-type-gamme .region-title .block-content-basic a:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .page-node.node-type-gamme .region-title .block-content-basic a:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .page-node.node-type-gamme .region-title .block-content-basic a:hover {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .page-node.node-type-gamme .region-title .block-content-basic a:focus {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .page-node.node-type-gamme .region-title .block-content-basic a:active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .page-node.node-type-gamme .region-title .block-content-basic a.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.nd-gamme.vm-full {
  padding: 2em 0;
}

.nd-gamme.vm-full .fd-field-n .field__item {
  margin-bottom: 1em;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
}

.nd-gamme.vm-full .fd-field-image {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.nd-gamme.vm-full .fd-field-image img {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}

.nd-gamme.vm-full .fd-field-image .field__items .field__item {
  position: relative;
  display: none;
  padding-top: 100%;
}

.nd-gamme.vm-full .fd-field-image .field__items .field__item.active {
  display: block;
}

.nd-gamme.vm-full .fd-field-image .field__items a {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.nd-gamme.vm-full .fd-field-image .field__items a:before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background-color: #505050;
  position: absolute;
  top: 0;
  right: 0;
}

.nd-gamme.vm-full .fd-field-image .field__items a:after {
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1623px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 27px;
  left: -webkit-calc(100% - 27px);
  left: calc(100% - 27px);
  margin-left: -10.5px;
  margin-top: -10.5px;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.no-touchevents .nd-gamme.vm-full .fd-field-image .field__items a:hover:before {
  background-color: #da2227;
}

.no-touchevents .nd-gamme.vm-full .fd-field-image .field__items a:focus:before {
  background-color: #da2227;
}

.touchevents .nd-gamme.vm-full .fd-field-image .field__items a:active:before {
  background-color: #da2227;
}

.nd-gamme.vm-full .fd-field-image .field__items__thumbnails {
  margin-top: 30px;
}

.nd-gamme.vm-full .fd-field-image .field__items__thumbnails .owl-dots {
  margin: 1em 0;
}

.nd-gamme.vm-full .fd-field-image .field__items__thumbnails .field__item {
  cursor: pointer;
}

.nd-gamme.vm-full .fd-field-image .field__items__thumbnails .item-video {
  position: relative;
  width: 120px;
  padding-top: 120px;
}

.nd-gamme.vm-full .fd-field-image .field__items__thumbnails .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.nd-gamme.vm-full .fd-field-image .field__items__thumbnails .btn-play:before {
  content: "";
  width: 56px;
  height: 56px;
  background-position: -1265px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 43%;
  margin-left: -28px;
  margin-top: -28px;
}

.no-touchevents .nd-gamme.vm-full .fd-field-image .field__items__thumbnails .btn-play:hover:before {
  width: 56px;
  height: 56px;
  background-position: -1323px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .nd-gamme.vm-full .fd-field-image .field__items__thumbnails .btn-play:focus:before {
  width: 56px;
  height: 56px;
  background-position: -1323px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .nd-gamme.vm-full .fd-field-image .field__items__thumbnails .btn-play:active:before {
  width: 56px;
  height: 56px;
  background-position: -1323px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.nd-gamme.vm-full .fd-field-image .field__items__thumbnails .btn-play span {
  display: none;
}

.nd-gamme.vm-full .fd-field-image .field__items__thumbnails:not(.owl-carousel) {
  margin: 15px -15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.nd-gamme.vm-full .fd-field-image .field__items__thumbnails:not(.owl-carousel) > .field__item {
  margin: 15px;
}

.nd-gamme.vm-full .fd-field-image .field__items__thumbnails.owl-carousel .item-video {
  width: 100%;
  padding-top: 100%;
}

.nd-gamme.vm-full .col-left > .fd-field-video-embed {
  display: none;
}

.nd-gamme.vm-full .fd-field-qualites {
  margin: 1em 0 2.5em;
}

.nd-gamme.vm-full .fd-field-qualites > .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nd-gamme.vm-full .fd-field-qualites > .field__items > .field__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 25%;
  min-width: 120px;
  padding: 1em .75em;
}

.nd-gamme.vm-full .fd-field-qualites .taxonomy-term {
  max-width: 100px;
  margin: 0 auto;
}

.nd-gamme.vm-full .fd-field-description {
  font-size: .9em;
}

.nd-gamme.vm-full .fd-field-description h2 {
  font-size: 1em;
}

.nd-gamme.vm-full .fd-field-description .field__item:not(:first-child) {
  margin-top: 1.5em;
}

.nd-gamme.vm-full .fd-field-atouts {
  position: relative;
  margin: 2em 0;
  padding: 1.3em 0;
}

.nd-gamme.vm-full .fd-field-atouts:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  background-color: #505050;
}

.nd-gamme.vm-full .fd-field-atouts > .field__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nd-gamme.vm-full .fd-field-atouts > .field__items > .field__item {
  /*display: flex;
            justify-content: center;
            align-items: center;*/
  position: relative;
  padding: 1em 1.5em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center;
}

.nd-gamme.vm-full .fd-field-atouts > .field__items > .field__item:before {
  content: "";
  width: 26px;
  height: 26px;
  background-position: -275px -1px;
  /*@include ie-sprite($icon, $type);*/
  /*@include center-sprite-svg('check-white', 0);
              left: 20px;
              margin-left: 0;*/
  margin-right: 1em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: top;
  margin-top: -4px;
}

.nd-gamme.vm-full .nd-gamme-tabs {
  margin: 2em 0;
}

.nd-gamme.vm-full .nd-gamme-tabs .horizontal-tabs {
  border: none;
}

.nd-gamme.vm-full .nd-gamme-tabs .horizontal-tabs-list {
  margin-bottom: 1.5em;
  background-color: transparent;
  border: none;
  text-align: center;
}

.nd-gamme.vm-full .nd-gamme-tabs .horizontal-tab-button {
  float: none;
  display: inline-block;
  margin: 0 .3em .3em;
  padding: 0;
  background: none;
  border: none;
  min-width: 0;
}

.nd-gamme.vm-full .nd-gamme-tabs .horizontal-tab-button a {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #505050;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #505050;
  font-weight: 400;
  border-radius: 32px;
}

.no-touchevents .nd-gamme.vm-full .nd-gamme-tabs .horizontal-tab-button a:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .nd-gamme.vm-full .nd-gamme-tabs .horizontal-tab-button a:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .nd-gamme.vm-full .nd-gamme-tabs .horizontal-tab-button a:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .nd-gamme.vm-full .nd-gamme-tabs .horizontal-tab-button a:hover {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .nd-gamme.vm-full .nd-gamme-tabs .horizontal-tab-button a:focus {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .nd-gamme.vm-full .nd-gamme-tabs .horizontal-tab-button a:active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .nd-gamme.vm-full .nd-gamme-tabs .horizontal-tab-button a.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.nd-gamme.vm-full .nd-gamme-tabs .horizontal-tab-button a strong {
  font-weight: 600;
}

.nd-gamme.vm-full .nd-gamme-tabs .horizontal-tab-button.selected {
  background-color: transparent;
  padding: 0;
}

.nd-gamme.vm-full .nd-gamme-tabs .horizontal-tab-button.selected a {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.nd-gamme.vm-full .nd-gamme-tabs .horizontal-tabs-pane {
  margin: 0;
  padding: 0;
}

.nd-gamme.vm-full .nd-gamme-tabs .details-wrapper {
  padding: 0;
}

.nd-gamme.vm-full .nd-gamme-tabs details:not(.horizontal-tabs-pane) {
  margin: .5em 0;
  border: none;
}

.nd-gamme.vm-full .nd-gamme-tabs details:not(.horizontal-tabs-pane) summary {
  margin-left: -15px;
  margin-right: -15px;
  padding: 1em 1.5em;
  background-color: #f3f3f3;
  outline: none;
  font-size: .8em;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.nd-gamme.vm-full .nd-gamme-tabs details:not(.horizontal-tabs-pane)[open] summary {
  background-color: #da2227;
  color: #fff;
}

.nd-gamme.vm-full .nd-gamme-tabs details:not(.horizontal-tabs-pane) .details-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.nd-gamme.vm-teaser {
  position: relative;
  /*.more-link {
      margin-top: 1em;
      text-align: center;
      
      .links {
        display: block;
        margin: 0;
        
        li {
          display: block;
          padding: 0;
        }
      }
    }*/
}

.nd-gamme.vm-teaser:before {
  content: "";
  display: block;
  width: 100%;
  height: -webkit-calc(100% - 3px);
  height: calc(100% - 3px);
  background-color: #fff;
  -webkit-transform: skew(0, 3deg) translate(0, 12px);
  -ms-transform: skew(0, 3deg) translate(0, 12px);
  transform: skew(0, 3deg) translate(0, 12px);
  box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nd-gamme.vm-teaser:after {
  content: "";
  display: block;
  width: -webkit-calc(100% - 5px);
  width: calc(100% - 5px);
  height: 15px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 3px;
  left: 5px;
  z-index: -1;
}

.nd-gamme.vm-teaser .node__header {
  position: relative;
  padding-top: 70%;
  background-color: #fff;
  overflow: hidden;
}

.nd-gamme.vm-teaser .node__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 1em;
  background-color: rgba(80, 80, 80, 0.8);
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.nd-gamme.vm-teaser .fd-field-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nd-gamme.vm-teaser .fd-field-image,
.nd-gamme.vm-teaser .fd-field-image * {
  height: 100%;
}

.nd-gamme.vm-teaser .fd-field-image img {
  display: block;
  width: auto;
  margin: 0 auto;
}

.nd-gamme.vm-teaser .node__content {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #fff;
}

.nd-gamme.vm-teaser .node__content .field + .field {
  margin-top: 1.5em;
}

.nd-gamme.vm-teaser .fd-field-normes-metiers > .field__items > .field__item {
  margin-top: 1em;
}

.nd-gamme.vm-teaser .fd-field-normes-metiers > .field__items > .field__item:first-child {
  margin-top: 0;
}

.nd-gamme.vm-teaser .fd-field-atouts > .field__items {
  padding: 0 1.5em;
}

.nd-gamme.vm-teaser .fd-field-atouts > .field__items > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0.7em 0;
  font-size: .95em;
  font-weight: 700;
  color: #000;
}

.nd-gamme.vm-teaser .fd-field-atouts > .field__items > .field__item:before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: "";
  width: 26px;
  height: 26px;
  background-position: -247px -1px;
  /*@include ie-sprite($icon, $type);*/
  margin-left: 0;
  margin-right: 1em;
}

.nd-gamme.vm-teaser .node__footer {
  padding: 1em 1.5em 2em;
}

.nd-gamme.vm-teaser .node-readmore {
  text-align: center;
  /*a,*/
}

.nd-gamme.vm-teaser .node-readmore span {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #505050;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #505050;
  font-weight: 400;
  border-color: #da2227;
  padding: 1em 65px 1.1em 1.8em;
  color: #da2227;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.no-touchevents .nd-gamme.vm-teaser .node-readmore span:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .nd-gamme.vm-teaser .node-readmore span:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .nd-gamme.vm-teaser .node-readmore span:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .nd-gamme.vm-teaser .node-readmore span:hover {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .nd-gamme.vm-teaser .node-readmore span:focus {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .nd-gamme.vm-teaser .node-readmore span:active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .nd-gamme.vm-teaser .node-readmore span.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.nd-gamme.vm-teaser .node-readmore span:after {
  content: "";
  width: 20px;
  height: 14px;
  background-position: -1479px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: -webkit-calc(100% - 35px);
  left: calc(100% - 35px);
  margin-left: -10px;
  margin-top: -7px;
}

.no-touchevents .nd-gamme.vm-teaser .node-readmore span:hover:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .nd-gamme.vm-teaser .node-readmore span:focus:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .nd-gamme.vm-teaser .node-readmore span:active:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.nd-gamme__link {
  display: block;
  color: #505050;
  text-decoration: none;
  outline: none;
}

.nd-gamme__link:active {
  color: #505050;
}

.no-touchevents .nd-gamme__link:hover .fd-field-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.no-touchevents .nd-gamme__link:hover .node-readmore span {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .nd-gamme__link:hover .node-readmore span:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .nd-gamme__link:focus .fd-field-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.no-touchevents .nd-gamme__link:focus .node-readmore span {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .nd-gamme__link:focus .node-readmore span:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .nd-gamme__link:active .fd-field-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.touchevents .nd-gamme__link:active .node-readmore span {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .nd-gamme__link:active .node-readmore span:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.page-node.node-type-homepage .region-title:before {
  background-image: none;
  background-color: #ccc;
}

.page-node.node-type-homepage .region-title > .wrap {
  max-width: none;
  padding: 0;
}

.page-node.node-type-homepage .region-title > .wrap:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  top: auto;
  bottom: 0;
  height: 0;
  padding-top: 6%;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background-color: #fff;
  z-index: 2;
}

.nd-notifications-myslat {
  padding: .8em 0;
}

.nd-notifications-myslat > a {
  color: #505050;
  text-decoration: none;
}

.no-touchevents .nd-notifications-myslat > a:hover {
  color: #da2227;
}

.no-touchevents .nd-notifications-myslat > a:focus {
  color: #da2227;
}

.touchevents .nd-notifications-myslat > a:active {
  color: #da2227;
}

.nd-notifications-myslat .node__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nd-notifications-myslat .fd-field-icone-notification {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1em;
}

.nd-notifications-myslat .fd-field-icone-notification img {
  display: block;
}

.nd-notifications-myslat .fd-field-texte-notification {
  font-weight: 600;
  text-align: left;
}

.block-notif-myslat {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  position: relative;
  top: auto;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.block-notif-myslat .views-element-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

.view-notifications-myslat .view-content > .views-row:not(:first-child) {
  display: none;
}

.nd-page {
  margin: 2em 0 5em;
}

.nd-page .fd-body {
  font-size: .9rem;
  line-height: 1.8;
}

.nd-page .fd-body h2 {
  margin-bottom: 1.3em;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 1.4;
}

.form-myslat {
  max-width: 770px;
  margin: 0 auto;
  padding: 1em 0;
}

.form-myslat .introduction {
  text-align: center;
}

.form-myslat .result_message .error {
  color: #c00;
}

.form-myslat .result_message .confirm {
  color: green;
}

.form-myslat .form-actions {
  text-align: right;
}

.form-myslat .form-actions > * {
  vertical-align: top;
}

.form-myslat .close-popin-link {
  display: none;
  margin-right: 1em;
}

#cboxContent .form-myslat .close-popin-link {
  display: inline-block;
}

.order-status {
  width: 130px;
  margin: 0 auto;
  text-align: center;
}

.order-status__progress {
  height: 11px;
  margin-bottom: 4px;
  padding: 3px;
  background-color: #f3f3f3;
  border-radius: 3px;
}

.order-status__progress__bar {
  height: 5px;
  background-color: #da2227;
  border-radius: 3px;
}

.order-status__label {
  font-size: .7rem;
}

.myslat-commande-express .region-content > .wrap {
  /*&::before {
    content: '';
    display: table;
  }*/
}

.myslat-commande-express .region-content > .wrap::after {
  content: '';
  display: table;
  clear: both;
}

.myslat-commande-express .block-slat-myslat {
  margin-bottom: 1.5em;
  padding: 0;
}

.myslat-commande-express .block-slat-myslat + * {
  clear: right;
}

.myslat-commande-express.cbox-reorder .breadcrumb {
  display: none;
}

.myslat-commande-express.cbox-reorder .region-content {
  padding-bottom: 0;
}

.myslat-commande-express.cbox-reorder .commande-express-form {
  margin-bottom: 0;
}

.myslat-commande-express.cbox-reorder .commande-express-form #commande-express-close {
  display: inline-block;
}

.commande-express-form {
  max-width: none;
  margin-bottom: 3em;
  padding: 0;
  font-size: .9em;
  /*& + .block-slat-myslat {
    &,
    & + .block-slat-myslat {
      clear: right;
      margin-bottom: 1.5em;
      padding: 0;
    }
  }
  
  @include breakpoint($bp-large){
    @include span(8 of 12 first);
    
    & + .block-slat-myslat {
      margin-top: 5em;
      
      &,
      & + .block-slat-myslat {
        @include span(4 of 12);
        clear: right;
        float: right;
      }
    }
  }*/
}

.commande-express-form .form-title {
  margin-bottom: .3em;
}

.commande-express-form .introduction {
  margin-bottom: 2em;
  text-align: center;
}

.commande-express-form .introduction .soustitre {
  font-size: 1.1em;
}

.commande-express-form .headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.commande-express-form .headers .header {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.7rem .8rem;
  font-size: .9em;
  font-weight: 700;
  color: #2d2d2d;
  text-transform: uppercase;
}

.commande-express-form .reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.commande-express-form .reference > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: .8rem;
}

.commande-express-form .reference:nth-child(odd) {
  background-color: #fff;
}

.commande-express-form .reference:nth-child(even) {
  background-color: #f3f3f3;
}

.commande-express-form .reference .form-type-checkbox label {
  margin-bottom: 0;
}

.commande-express-form .reference .gamme a {
  text-decoration: none;
}

.commande-express-form .reference .gamme a:hover {
  text-decoration: underline;
}

.commande-express-form .reference .form-type-number {
  margin: 0;
}

.commande-express-form .reference .form-type-number input {
  width: 110px;
  height: 36px;
  padding: 0 32px;
  text-align: center;
}

.commande-express-form .headers .header:nth-child(1),
.commande-express-form .reference .form-type-checkbox {
  width: 40%;
}

.commande-express-form .headers .header:nth-child(2),
.commande-express-form .reference .gamme {
  width: 30%;
}

.commande-express-form .headers .header:nth-child(3),
.commande-express-form .reference .form-type-number {
  width: 30%;
  text-align: center;
}

.page-user-login .user-login-form {
  margin-bottom: 3em;
}

.page-user-login .user-login-form .form-title {
  margin-bottom: 1.3em;
  font-weight: 700;
  font-size: 1.5em;
}

.page-user-login .block-content-lien-block {
  position: relative;
  display: block;
  margin-top: 100px;
  margin-bottom: 3em;
  padding: 100px 1em 1em;
  background-color: #e2e2e2;
  box-shadow: none;
}

.page-user-login .block-content-lien-block:before {
  content: "";
  position: absolute;
  top: -65px;
  right: 0;
  left: 0;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
}

.page-user-login .block-content-lien-block:after {
  content: "";
  width: 43px;
  height: 50px;
  background-position: -2607px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -21.5px;
  margin-top: -25px;
}

.page-user-login .block-content-lien-block .fd-body {
  margin-bottom: 1.5em;
  padding: 0;
  text-align: center;
}

.page-user-login .block-content-lien-block .fd-field-lien {
  text-align: center;
}

.page-user-login .block-content-lien-block .fd-field-lien a {
  background-color: #505050;
  color: #fff;
}

.pg-chiffres {
  padding: 1.5em;
}

.pg-chiffres .fd-field-icone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
}

.pg-chiffres .fd-field-icone img {
  display: block;
  margin: 0 auto;
}

.pg-chiffres .fd-field-description {
  margin-top: .5em;
  font-weight: 700;
  font-size: 1.15em;
  line-height: 1.6;
}

.pg-slider-image {
  text-align: left;
}

.pg-slider-image .field {
  position: relative;
  max-width: 500px;
}

.pg-slider-image .field--type-image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  max-width: none;
  top: auto;
  bottom: 0;
  height: -webkit-calc(100% + 50px + 46px);
  height: calc(100% + 50px + 46px);
  z-index: -1;
}

.pg-slider-image .field--type-image > .field__item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pg-slider-image .field--type-image img {
  display: none;
}

.pg-slider-image .fd-field-visuel-mobile {
  display: none;
}

.pg-slider-image .fd-field-titre {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.pg-slider-image .fd-field-titre h1 {
  margin: 0;
  font-size: 1em;
  color: #fff;
  line-height: 1.4;
}

.pg-slider-image .fd-field-sous-titre {
  margin-top: 1.8em;
  font-size: 1.3em;
}

.pg-slider-image .fd-field-lien {
  margin-top: 2.5em;
}

.pg-slider-image .fd-field-lien .field__item,
.pg-slider-image .fd-field-document .field__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
  margin-top: 1.3em;
}

.pg-slider-image .fd-field-lien a,
.pg-slider-image .fd-field-document a {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #505050;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #505050;
  font-weight: 400;
  padding: 1.4em 2.5em 1.4em;
  border-color: #fff;
  border-width: 2px;
  border-radius: 32px;
  font-weight: 600;
  font-size: .9rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.no-touchevents .pg-slider-image .fd-field-lien a:hover,
.no-touchevents
    .pg-slider-image .fd-field-document a:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .pg-slider-image .fd-field-lien a:focus,
.no-touchevents
    .pg-slider-image .fd-field-document a:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .pg-slider-image .fd-field-lien a:active,
.touchevents
    .pg-slider-image .fd-field-document a:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .pg-slider-image .fd-field-lien a:hover,
.no-touchevents
    .pg-slider-image .fd-field-document a:hover {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .pg-slider-image .fd-field-lien a:focus,
.no-touchevents
    .pg-slider-image .fd-field-document a:focus {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .pg-slider-image .fd-field-lien a:active,
.touchevents
    .pg-slider-image .fd-field-document a:active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .pg-slider-image .fd-field-lien a.active,
.touchevents
    .pg-slider-image .fd-field-document a.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.pg-slider-image .fd-field-document .file {
  min-height: 0;
  padding: 0;
  background-image: none;
}

.pg-slider-simple {
  padding: 2em 0 6em;
  text-align: center;
}

.pg-slider-simple > * {
  max-width: 770px;
  margin: 0 auto;
}

.pg-slider-simple .fd-field-titre {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.pg-slider-simple .fd-field-titre h1 {
  margin: 0;
  font-size: 1em;
  color: #fff;
  line-height: 1.4;
}

.pg-slider-simple .fd-field-sous-titre {
  margin-top: 1.8em;
  font-size: 1.3em;
}

.pg-slider-simple .paragraph__footer {
  margin-top: 2.8em;
}

.pg-slider-simple .paragraph__footer a {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #505050;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #505050;
  font-weight: 400;
  padding: 1.4em 3em 1.5em;
  border-color: #fff;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-size: .9rem;
  text-transform: uppercase;
}

.no-touchevents .pg-slider-simple .paragraph__footer a:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .pg-slider-simple .paragraph__footer a:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .pg-slider-simple .paragraph__footer a:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .pg-slider-simple .paragraph__footer a:hover {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .pg-slider-simple .paragraph__footer a:focus {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .pg-slider-simple .paragraph__footer a:active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .pg-slider-simple .paragraph__footer a.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.region-title {
  position: relative;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.region-title:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  top: auto;
  bottom: 0;
  height: -webkit-calc(100% + 50px + 46px);
  height: calc(100% + 50px + 46px);
  background-color: #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url("../images/banner-gamme.jpg");
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/banner-gamme.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/banner-gamme.jpg");
  background-position: center bottom;
  background-size: cover;
  z-index: 1;
}

.region-title:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  top: auto;
  bottom: 0;
  height: -webkit-calc(100% + 50px + 46px);
  height: calc(100% + 50px + 46px);
  background: #66cccc;
  background: -webkit-linear-gradient(45deg, #66cccc 0%, #da2227 100%);
  background: linear-gradient(45deg, #66cccc 0%, #da2227 100%);
  opacity: .4;
  z-index: 2;
  mix-blend-mode: lighten;
}

.region-title > .wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 200px;
  padding-top: 1em;
  padding-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.region-title > .wrap > * {
  width: 100%;
}

.region-title .page-title {
  color: #fff;
  text-transform: uppercase;
}

.page-taxonomy-term.taxonomy-slat .region-title:before {
  background-position: center 25%;
}

.page-taxonomy-term.taxonomy-slat .region-title:after {
  display: none;
}

.page-taxonomy-term.taxonomy-slat.big-header .region-title:before {
  background-position: center 15%;
}

.page-taxonomy-term.taxonomy-slat.big-header .region-title > .wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 550px;
  padding: 0;
}

.page-taxonomy-term.taxonomy-slat.big-header .region-title > .wrap:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  top: auto;
  bottom: -1px;
  height: 0;
  padding-top: 4%;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background-color: #fff;
  z-index: 2;
}

.tt-taxo-slat.vm-full {
  padding-top: 2em;
}

.tt-taxo-slat.vm-full .fd-field-titre {
  margin-bottom: 1.3em;
  font-size: 1.7em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .075em;
}

.tt-taxo-slat.vm-full .fd-field-titre h2 {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

.tt-taxo-slat.vm-full .fd-description {
  margin-bottom: 4em;
  font-size: .9em;
  line-height: 1.8;
  text-align: center;
}

.tt-les-applications.vm-teaser {
  position: relative;
}

.tt-les-applications.vm-teaser:before {
  content: "";
  display: block;
  width: 100%;
  height: -webkit-calc(100% - 3px);
  height: calc(100% - 3px);
  background-color: #fff;
  -webkit-transform: skew(0, -4deg) translate(0, 12px);
  -ms-transform: skew(0, -4deg) translate(0, 12px);
  transform: skew(0, -4deg) translate(0, 12px);
  box-shadow: 3px 0 50px rgba(0, 0, 0, 0.05);
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tt-les-applications.vm-teaser > * {
  position: relative;
}

.tt-les-applications.vm-teaser .term__header {
  position: relative;
  padding-top: 60%;
  background-color: #f3f3f3;
  overflow: hidden;
}

.tt-les-applications.vm-teaser .term__header .field--type-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tt-les-applications.vm-teaser .term__header .field--type-image img {
  display: block;
  width: 100%;
}

.tt-les-applications.vm-teaser .term__content {
  position: relative;
  padding: 1.75em 2em 1em;
  background-color: #fff;
  text-align: center;
}

.tt-les-applications.vm-teaser .term__name {
  margin-top: 0;
  margin-bottom: 1.3em;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.tt-les-applications.vm-teaser .fd-description {
  font-size: .85em;
  line-height: 1.7;
}

.tt-les-applications.vm-teaser .term__footer {
  padding: 1em 2em;
}

.tt-les-applications.vm-teaser .more-link {
  text-align: center;
}

.tt-les-applications.vm-teaser .more-link a,
.tt-les-applications.vm-teaser .more-link span {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #505050;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #505050;
  font-weight: 400;
  border-color: #da2227;
  border-radius: 35px;
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  padding: 0;
}

.no-touchevents .tt-les-applications.vm-teaser .more-link a:hover,
.no-touchevents .tt-les-applications.vm-teaser .more-link span:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .tt-les-applications.vm-teaser .more-link a:focus,
.no-touchevents .tt-les-applications.vm-teaser .more-link span:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .tt-les-applications.vm-teaser .more-link a:active,
.touchevents .tt-les-applications.vm-teaser .more-link span:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .tt-les-applications.vm-teaser .more-link a:hover,
.no-touchevents .tt-les-applications.vm-teaser .more-link span:hover {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .tt-les-applications.vm-teaser .more-link a:focus,
.no-touchevents .tt-les-applications.vm-teaser .more-link span:focus {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .tt-les-applications.vm-teaser .more-link a:active,
.touchevents .tt-les-applications.vm-teaser .more-link span:active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .tt-les-applications.vm-teaser .more-link a.active,
.touchevents .tt-les-applications.vm-teaser .more-link span.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.tt-les-applications.vm-teaser .more-link a:after,
.tt-les-applications.vm-teaser .more-link span:after {
  content: "";
  width: 20px;
  height: 14px;
  background-position: -1479px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -7px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.no-touchevents .tt-les-applications.vm-teaser .more-link a:hover:after,
.no-touchevents .tt-les-applications.vm-teaser .more-link span:hover:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .tt-les-applications.vm-teaser .more-link a:focus:after,
.no-touchevents .tt-les-applications.vm-teaser .more-link span:focus:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .tt-les-applications.vm-teaser .more-link a:active:after,
.touchevents .tt-les-applications.vm-teaser .more-link span:active:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.tt-les-applications__link {
  display: block;
  text-decoration: none;
  outline: none;
}

.tt-les-applications__link,
.tt-les-applications__link:active {
  color: #505050;
}

.no-touchevents .tt-les-applications__link:hover .term__header .field--type-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.no-touchevents .tt-les-applications__link:hover .more-link span {
  background-color: #da2227;
  border-color: #da2227;
}

.no-touchevents .tt-les-applications__link:hover .more-link span:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .tt-les-applications__link:focus .term__header .field--type-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.no-touchevents .tt-les-applications__link:focus .more-link span {
  background-color: #da2227;
  border-color: #da2227;
}

.no-touchevents .tt-les-applications__link:focus .more-link span:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .tt-les-applications__link:active .term__header .field--type-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.touchevents .tt-les-applications__link:active .more-link span {
  background-color: #da2227;
  border-color: #da2227;
}

.touchevents .tt-les-applications__link:active .more-link span:after {
  width: 20px;
  height: 14px;
  background-position: -1501px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.tt-normes-metiers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tt-normes-metiers .term__header {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.3333%;
  flex: 1 1 33.3333%;
}

.tt-normes-metiers .term__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 66.6667%;
  flex: 1 1 66.6667%;
}

.tt-normes-metiers .fd-name {
  padding: 1.3em 1.5em 1.3em 2.2em;
  background-color: #f3f3f3;
  border-radius: 0 35px 35px 0;
  font-size: .8em;
  font-weight: 600;
}

.tt-normes-metiers .fd-description {
  padding: 1em 2em;
  font-size: .9em;
}

.vocabulary-qualites .fd-field-picto {
  margin-bottom: .5em;
}

.vocabulary-qualites .fd-field-picto img {
  display: block;
  max-width: 50px;
  margin: 0 auto;
}

.vocabulary-qualites .fd-name {
  font-size: .8em;
  font-weight: 700;
  text-align: center;
}

.views-table {
  margin-top: 0;
  font-size: .9em;
}

.views-table thead {
  background-color: #f3f3f3;
}

.views-table thead th {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  color: #2d2d2d;
  text-transform: uppercase;
}

.views-table thead th a {
  position: relative;
  display: inline-block;
  padding-right: 27px;
  color: #2d2d2d;
}

.views-table thead th a:before {
  content: "";
  width: 14px;
  height: 14px;
  background-position: -2438px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  bottom: -webkit-calc(50% + 2px);
  bottom: calc(50% + 2px);
  right: 0;
  z-index: 1;
}

.views-table thead th a:after {
  content: "";
  width: 14px;
  height: 14px;
  background-position: -2470px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: -webkit-calc(50% + 2px);
  top: calc(50% + 2px);
  right: 0;
  z-index: 1;
}

.views-table thead th a .tablesort {
  position: absolute;
  right: 0;
  z-index: 2;
  background-color: #f3f3f3;
  background-size: auto;
}

.views-table thead th a .tablesort--asc {
  top: -webkit-calc(50% + 2px);
  top: calc(50% + 2px);
  width: 14px;
  height: 14px;
  background-position: -2486px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.views-table thead th a .tablesort--desc {
  bottom: -webkit-calc(50% + 2px);
  bottom: calc(50% + 2px);
  width: 14px;
  height: 14px;
  background-position: -2454px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.views-table tbody {
  font-size: .9em;
}

.views-table tbody tr,
.views-table tbody tr:first-child,
.views-table tbody tr:last-child {
  border: none;
}

.views-table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.views-table tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}

.views-table tbody td {
  text-align: center;
}

.views-table tbody td.is-active {
  background-color: transparent;
}

.block-views-blockactualites-block-1 {
  position: relative;
  padding: 3em 0;
}

.block-views-blockactualites-block-1:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  background: url("../images/news-bg.jpg") no-repeat center;
  background-size: cover;
}

.block-views-blockactualites-block-1 > * {
  position: relative;
}

.view-actualites > .more-link {
  margin-top: 3em;
  text-align: center;
}

.view-actualites > .more-link a {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #505050;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #505050;
  font-weight: 400;
  padding-top: .8em;
  padding-bottom: .9em;
  font-weight: 600;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.no-touchevents .view-actualites > .more-link a:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .view-actualites > .more-link a:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .view-actualites > .more-link a:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .view-actualites > .more-link a:hover {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .view-actualites > .more-link a:focus {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .view-actualites > .more-link a:active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .view-actualites > .more-link a.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.view-actualites .views-row {
  margin-bottom: 1em;
}

.view-actualites.view-display-id-page_1 {
  margin: 3em 0;
}

.view-actualites.view-display-id-page_1 .views-row {
  margin-bottom: 1.5em;
}

.bk-views-applications {
  position: relative;
  padding: 5em 0 4em;
}

.block-views-blockapplications-block-1:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  top: auto;
  bottom: -webkit-calc(100% - 1px);
  bottom: calc(100% - 1px);
  height: 0;
  padding-top: 2.5%;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  background-color: #fff;
  z-index: 2;
}

.view-applications .view-content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.view-applications .view-content:after {
  content: " ";
  display: block;
  clear: both;
}

.view-applications .views-row {
  margin-bottom: 4em;
}

.view-commande .views-table {
  /*@include breakpoint(max-width $bp-medium - 1){
      @include responsive-table();
      
      tbody {
        tr {
          &:nth-child(odd) {
            background-color: color(grey-extra-light);
          }
          &:nth-child(even) {
            background-color: #fff;
          }
        }
        td {
          text-align: left;
          
          &:last-child {
            text-align: center;
          }
        }
      }
    }*/
}

.view-commande .views-table tbody td.views-field-title {
  text-align: left;
}

.view-commande .views-table tbody td:last-child a {
  display: inline-block;
  font-weight: 600;
  color: #505050;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.view-commande .views-table tbody td:last-child a:after {
  content: "";
  display: block;
  margin-top: .2em;
  border-top: 1px solid #505050;
}

.no-touchevents .view-commande .views-table tbody td:last-child a:hover {
  color: #da2227;
}

.no-touchevents .view-commande .views-table tbody td:last-child a:hover:after {
  border-color: #da2227;
}

.no-touchevents .view-commande .views-table tbody td:last-child a:focus {
  color: #da2227;
}

.no-touchevents .view-commande .views-table tbody td:last-child a:focus:after {
  border-color: #da2227;
}

.touchevents .view-commande .views-table tbody td:last-child a:active {
  color: #da2227;
}

.touchevents .view-commande .views-table tbody td:last-child a:active:after {
  border-color: #da2227;
}

.page-view-commande .region-content {
  padding-bottom: 3em;
}

.page-view-commande .region-content > .wrap > .views-element-container {
  margin-bottom: 3em;
}

.page-view-commande .region-content .block-slat-myslat {
  margin-bottom: 1.5em;
  padding: 0;
}

.page-view-commande .region-content .block-slat-myslat + * {
  clear: right;
}

.view-documentation {
  /*&.view-display-id-entity_view_1 {
    @include container;
    text-align: center;

    .views-row {
      margin-bottom: 1em;

      @include breakpoint($bp-xsmall){
        @include gallery(6 of 12);
        margin-bottom: gutter(12);

        // At most 1 item
        &:nth-last-child(-n+1):first-child, &:nth-last-child(-n+1):first-child ~ .views-row {
          display: inline-block;
          float: none;
          margin-left: gutter(12) / 2;
          margin-right: gutter(12) / 2;
        }
      }
      @include breakpoint($bp-medium){
        @include gallery(4 of 12);

        // At most 2 items
        &:nth-last-child(-n+2):first-child, &:nth-last-child(-n+2):first-child ~ .views-row {
          display: inline-block;
          float: none;
          margin-left: gutter(12) / 2;
          margin-right: gutter(12) / 2;
        }
      }
      @include breakpoint($bp-large){
        @include gallery(3 of 12);

        // At most 3 items
        &:nth-last-child(-n+3):first-child, &:nth-last-child(-n+3):first-child ~ .views-row {
          display: inline-block;
          float: none;
          margin-left: gutter(12) / 2;
          margin-right: gutter(12) / 2;
        }
      }
    }
  }*/
}

.view-documentation.view-display-id-entity_view_1 {
  max-width: 945px;
  margin: 0 auto;
}

.view-documentation.view-display-id-entity_view_1 .views-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #505050;
  color: #fff;
  text-align: center;
}

.view-documentation.view-display-id-entity_view_1 .views-head-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.8em 1em;
  font-size: .9em;
  font-weight: 600;
  text-transform: uppercase;
}

.view-documentation.view-display-id-entity_view_1 .view-empty {
  padding: 1.5em;
  text-align: center;
}

.view-documentation.view-display-id-entity_view_1 .view-content {
  margin-top: 7px;
  font-size: .9em;
}

.view-documentation.view-display-id-entity_view_1 .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.view-documentation.view-display-id-entity_view_1 .views-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: .75em 1em;
  text-align: center;
}

.view-documentation.view-display-id-entity_view_1 .views-field .views-label {
  display: none;
}

.view-documentation.view-display-id-entity_view_1 .views-field .field-content {
  display: block;
  padding: 0;
}

.view-documentation.view-display-id-entity_view_1 .views-field-title {
  width: 35%;
  padding-left: 3em;
  text-align: left;
}

.view-documentation.view-display-id-entity_view_1 .views-field-field-document-fichier {
  width: 20%;
}

.view-documentation.view-display-id-entity_view_1 .views-field-field-type {
  width: 25%;
}

.view-documentation.view-display-id-entity_view_1 .views-field-field-version,
.view-documentation.view-display-id-entity_view_1 .views-field-field-document-fichier-1 {
  width: 20%;
  padding-right: 3em;
}

.page-view-etude-de-cas .region-content {
  margin-bottom: 5em;
}

.view-etude-de-cas.view-display-id-page_1 .view-content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.view-etude-de-cas.view-display-id-page_1 .view-content:after {
  content: " ";
  display: block;
  clear: both;
}

.view-etude-de-cas.view-display-id-page_1 .views-row {
  margin-bottom: 1.5em;
}

.view-etude-de-cas.view-display-id-entity_view_1 > strong {
  display: block;
  text-align: center;
}

.page-view-faq .region-content {
  margin-bottom: 8em;
}

.view-faq > strong {
  display: block;
  text-align: center;
}

.view-faq .views-row {
  margin-bottom: 3em;
}

.page-view-gammes .region-title:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url("../images/banner-gammes.jpg");
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/banner-gammes.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/banner-gammes.jpg");
}

.block-views-blockgammes-bloc-autres-gammes,
.block-views-blockgammes-block-1 {
  position: relative;
  padding: 3em 0;
}

.block-views-blockgammes-bloc-autres-gammes:before,
.block-views-blockgammes-block-1:before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  background: url("../images/view-gammes-bg.jpg") no-repeat center top;
  background-size: cover;
}

.block-views-blockgammes-bloc-autres-gammes > *,
.block-views-blockgammes-block-1 > * {
  position: relative;
}

.block-views-blockgammes-bloc-autres-gammes > h2,
.block-views-blockgammes-block-1 > h2 {
  margin-bottom: 3.5em;
}

.view-gammes {
  /*&::before {
    content: '';
    display: table;
  }*/
}

.view-gammes::after {
  content: '';
  display: table;
  clear: both;
}

.view-gammes .view-content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.view-gammes .view-content:after {
  content: " ";
  display: block;
  clear: both;
}

.view-gammes .view-content.owl-carousel .owl-nav button.owl-prev {
  left: -12px;
}

.view-gammes .view-content.owl-carousel .owl-nav button.owl-next {
  right: -12px;
}

.view-gammes .view-content .views-row {
  margin-bottom: 4.5em;
}

.view-gammes .view-filters {
  margin-bottom: 2em;
  background-color: #f3f3f3;
}

.view-gammes .view-filters-title {
  display: none;
  position: relative;
  padding: 1rem 50px 1rem 1.5rem;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.view-gammes .view-filters-title:after {
  content: "";
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #505050 #505050 transparent transparent;
  /*** TranslateZ() => bugfix Safari ***/
  -webkit-transform: rotate(135deg) translateZ(-1px);
  transform: rotate(135deg) translateZ(-1px);
  position: absolute;
  top: 50%;
  right: 1.2em;
  margin-top: -7px;
}

.view-gammes .view-filters-title.active:after {
  margin-top: -3px;
  -webkit-transform: rotate(315deg) translateZ(-1px);
  transform: rotate(315deg) translateZ(-1px);
}

.view-gammes .bef-exposed-form .form--inline > .form-item {
  float: none;
  margin: 1.5em 0 0;
}

.view-gammes .bef-exposed-form .form--inline > .form-item:first-child {
  margin-top: 0;
}

.view-gammes .bef-exposed-form .form--inline > .form-type-select {
  display: none;
}

.view-gammes .bef-exposed-form legend {
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  cursor: pointer;
}

.view-gammes .bef-exposed-form legend.active .fieldset-legend:after {
  margin-top: .55em;
  -webkit-transform: rotate(-45deg) translateZ(-1px);
  transform: rotate(-45deg) translateZ(-1px);
}

.view-gammes .bef-exposed-form .fieldset-legend:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #505050 #505050 transparent transparent;
  /*** TranslateZ() => bugfix Safari ***/
  -webkit-transform: rotate(135deg) translateZ(-1px);
  transform: rotate(135deg) translateZ(-1px);
  display: inline-block;
  vertical-align: top;
  margin-left: 1em;
  margin-top: .25em;
}

.view-gammes .bef-exposed-form .fieldset-wrapper {
  display: none;
  padding-top: 1em;
  padding-left: .75em;
}

.view-gammes .bef-exposed-form .form-radios .form-item,
.view-gammes .bef-exposed-form .form-checkboxes .form-item {
  display: block;
  margin: 0;
}

.view-gammes.view-display-id-page_1 {
  margin: 3em 0;
}

.bk-views-metiers {
  padding: 4.5em 0 5em;
}

.bk-views-metiers > h2 {
  margin-bottom: 2.5em;
  text-align: center;
}

.view-metiers {
  text-align: center;
}

.view-metiers .views-row {
  display: inline-block;
  margin: 0 1em .5em;
}

.view-metiers .views-field-name a {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #505050;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #505050;
  font-weight: 400;
  padding: 1.2em 1.8em 1.3em 75px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.no-touchevents .view-metiers .views-field-name a:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .view-metiers .views-field-name a:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .view-metiers .views-field-name a:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .view-metiers .views-field-name a:hover {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .view-metiers .views-field-name a:focus {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .view-metiers .views-field-name a:active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .view-metiers .views-field-name a.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.view-metiers .views-field-name a:before {
  content: "";
  /*@include ie-sprite($icon, $type);*/
}

.view-metiers .views-field-name .term-1 a:before {
  width: 25px;
  height: 26px;
  background-position: -1px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 42px;
  margin-left: -12.5px;
  margin-top: -13px;
}

.no-touchevents .view-metiers .views-field-name .term-1 a:hover:before {
  width: 25px;
  height: 26px;
  background-position: -29px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .view-metiers .views-field-name .term-1 a:focus:before {
  width: 25px;
  height: 26px;
  background-position: -29px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .view-metiers .views-field-name .term-1 a:active:before {
  width: 25px;
  height: 26px;
  background-position: -29px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.view-metiers .views-field-name .term-2 a:before {
  width: 26px;
  height: 25px;
  background-position: -2502px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 42px;
  margin-left: -13px;
  margin-top: -12.5px;
}

.no-touchevents .view-metiers .views-field-name .term-2 a:hover:before {
  width: 26px;
  height: 25px;
  background-position: -2530px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .view-metiers .views-field-name .term-2 a:focus:before {
  width: 26px;
  height: 25px;
  background-position: -2530px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .view-metiers .views-field-name .term-2 a:active:before {
  width: 26px;
  height: 25px;
  background-position: -2530px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.view-metiers .views-field-name .term-102 a:before {
  width: 28px;
  height: 28px;
  background-position: -2204px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 42px;
  margin-left: -14px;
  margin-top: -14px;
}

.no-touchevents .view-metiers .views-field-name .term-102 a:hover:before {
  width: 28px;
  height: 28px;
  background-position: -2234px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .view-metiers .views-field-name .term-102 a:focus:before {
  width: 28px;
  height: 28px;
  background-position: -2234px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .view-metiers .views-field-name .term-102 a:active:before {
  width: 28px;
  height: 28px;
  background-position: -2234px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.view-metiers .views-field-name .term-121 a:before {
  width: 26px;
  height: 26px;
  background-position: -2148px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 42px;
  margin-left: -13px;
  margin-top: -13px;
}

.no-touchevents .view-metiers .views-field-name .term-121 a:hover:before {
  width: 26px;
  height: 26px;
  background-position: -2176px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .view-metiers .views-field-name .term-121 a:focus:before {
  width: 26px;
  height: 26px;
  background-position: -2176px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .view-metiers .views-field-name .term-121 a:active:before {
  width: 26px;
  height: 26px;
  background-position: -2176px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.page-view-recherche .region-content > .wrap,
.page-view-recherche-documents .region-content > .wrap {
  /*&::before {
    content: '';
    display: table;
  }*/
}

.page-view-recherche .region-content > .wrap::after,
.page-view-recherche-documents .region-content > .wrap::after {
  content: '';
  display: table;
  clear: both;
}

.block-facet-blocktype {
  margin-bottom: 1em;
}

.block-facet-blocktype .facet-type-desc {
  margin-bottom: 2em;
}

.block-facet-blocktype .facets-widget-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-facet-blocktype .facets-widget-links ul li.facet-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 1em 0;
}

.block-facet-blocktype .facets-widget-links ul li.facet-item:last-child {
  margin-right: 0;
}

.block-facet-blocktype .facets-widget-links ul li.facet-item a {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: .6em;
  padding-bottom: .7em;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #505050;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #505050;
  font-weight: 400;
}

.no-touchevents .block-facet-blocktype .facets-widget-links ul li.facet-item a:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .block-facet-blocktype .facets-widget-links ul li.facet-item a:focus {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.touchevents .block-facet-blocktype .facets-widget-links ul li.facet-item a:active {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

.no-touchevents .block-facet-blocktype .facets-widget-links ul li.facet-item a:hover {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.no-touchevents .block-facet-blocktype .facets-widget-links ul li.facet-item a:focus {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .block-facet-blocktype .facets-widget-links ul li.facet-item a:active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.touchevents .block-facet-blocktype .facets-widget-links ul li.facet-item a.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.block-facet-blocktype .facets-widget-links ul li.facet-item a.active {
  background-color: #da2227;
  border-color: #da2227;
  color: #fff;
}

.group-block-facets {
  margin-bottom: 2em;
}

.group-block-facets .block + .block .facets-widget-checkbox {
  padding-top: 0;
}

.block-facets h3 {
  margin-top: 0;
  font-size: 1.1em;
  font-weight: 600;
  color: #2d2d2d;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.block-facets .facets-widget-checkbox {
  padding: 2em;
  background-color: #f3f3f3;
}

.block-facets .facets-widget-checkbox ul {
  margin: 0;
  padding: 0;
  padding-left: .75em;
  list-style: none;
}

.block-facets .facets-widget-checkbox [type="checkbox"] {
  position: absolute;
  margin: 0;
  opacity: 0;
}

.block-facets .facets-widget-checkbox [type="checkbox"] + label {
  position: relative !important;
  display: inline-block;
  min-height: 19px;
  padding: 0 0 0 29px;
  cursor: pointer;
  z-index: 1;
  font-weight: 400;
  line-height: 19px;
}

.block-facets .facets-widget-checkbox [type="checkbox"] + label:before {
  content: '';
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  width: 19px;
  height: 19px;
  border: 1px solid #666;
  background: #fff;
  z-index: 2;
  box-sizing: border-box;
  pointer-events: none;
}

.block-facets .facets-widget-checkbox [type="checkbox"] + label:after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 10px;
  left: 10px;
  margin: -6px 0 0 -6px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  background: #505050;
}

.block-facets .facets-widget-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
}

.block-facets .facets-widget-checkbox [type="checkbox"]:focus {
  outline: none;
}

.view-recherche .view-content,
.view-recherche-documents .view-content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.view-recherche .view-content:after,
.view-recherche-documents .view-content:after {
  content: " ";
  display: block;
  clear: both;
}

.view-recherche .view-content .views-row,
.view-recherche-documents .view-content .views-row {
  margin-bottom: 2em;
}

.view-recherche .view-content .views-row .nd-gamme__link,
.view-recherche-documents .view-content .views-row .nd-gamme__link {
  margin-bottom: 2.5em;
}

.view-recherche .view-empty form,
.view-recherche-documents .view-empty form {
  margin-top: 4em;
}

.block-view-filter-recherche-documents {
  margin-bottom: 2.5em;
  text-align: center;
}

.block-view-filter-recherche-documents .views-exposed-form .form--inline {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 575px;
}

.block-view-filter-recherche-documents .views-exposed-form .form-type-textfield {
  float: none;
  margin: 0;
}

.block-view-filter-recherche-documents .views-exposed-form .form-text {
  width: 100%;
}

.block-view-filter-recherche-documents .views-exposed-form .form-actions {
  clear: none;
  margin: 0;
}

.block-view-filter-recherche-documents .views-exposed-form .form-submit {
  width: 100%;
  min-width: 130px;
  padding-left: 1em;
  padding-right: 1em;
}

.view-reference {
  max-width: 945px;
  margin: 0 auto;
}

.view-reference .views-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #505050;
  color: #fff;
}

.view-reference .views-head-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.8em 1em;
  font-size: .9em;
  font-weight: 600;
  text-transform: uppercase;
}

.view-reference .view-empty {
  padding: 1.5em;
  text-align: center;
}

.view-reference .views-group {
  margin-top: 7px;
}

.view-reference .views-group-title {
  position: relative;
  padding: 1rem 1.5rem 1rem 45px;
  background-color: #e2e2e2;
  font-weight: 700;
  font-size: .9em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.view-reference .views-group-title:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #505050 #505050 transparent transparent;
  /*** TranslateZ() => bugfix Safari ***/
  -webkit-transform: rotate(45deg) translateZ(-1px);
  transform: rotate(45deg) translateZ(-1px);
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -3px;
}

.no-touchevents .view-reference .views-group-title:hover {
  background-color: #ccc;
}

.no-touchevents .view-reference .views-group-title:focus {
  background-color: #ccc;
}

.touchevents .view-reference .views-group-title:active {
  background-color: #ccc;
}

.view-reference .views-group-rows {
  display: none;
  padding: 3px 0;
  font-size: .9em;
}

.view-reference .views-group.active .views-group-title:before {
  margin-top: -5px;
  -webkit-transform: rotate(135deg) translateZ(-1px);
  transform: rotate(135deg) translateZ(-1px);
}

.view-reference .views-group.active .views-group-rows {
  display: block;
}

.view-reference .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.view-reference .views-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: .75em 1em;
  text-align: center;
}

.view-reference .views-field .views-label {
  display: none;
}

.view-reference .views-field .field-content {
  display: block;
  padding: 0;
}

.view-reference .views-field-title {
  width: 40%;
  padding-left: 3em;
  text-align: left;
}

.view-reference .views-field-field-poids {
  width: 15%;
}

.view-reference .views-field-field-dimensions {
  width: 25%;
}

.view-reference .views-field-field-code {
  width: 20%;
  padding-right: 3em;
}

@media (min-width: 480px) {
  .footer .block-mailchimp-signup .form-item-mergevars-fname {
    float: left;
    margin-right: 30px;
    margin-top: 0;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .footer .block-mailchimp-signup .form-item-mergevars-fname > .form-item {
    margin-top: 0;
  }

  .footer .block-mailchimp-signup .form-item-mergevars-fname + * {
    float: left;
    margin-top: 0;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .footer .block-mailchimp-signup .form-item-mergevars-fname + * > .form-item {
    margin-top: 0;
  }

  .footer .block-mailchimp-signup .form-item-mergevars-fname + * + * {
    clear: both;
  }

  .page-user-login .user-login-form {
    margin-bottom: 4em;
  }

  .page-user-login .block-content-lien-block {
    margin-top: 4em;
    margin-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
  }

  .block-view-filter-recherche-documents .form-text {
    padding-right: 150px;
  }

  .block-view-filter-recherche-documents .form-actions {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .block-view-filter-recherche-documents .form-submit {
    height: 40px;
    padding-top: .5em;
    padding-bottom: .6em;
  }
}

@media (min-width: 600px) {
  .region-bottom > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .region-bottom > .wrap .block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .region-bottom .block-block-content:first-child {
    width: 100%;
    margin-bottom: 2.5em;
  }

  .region-bottom .menu--bottom-menu {
    width: 100%;
  }

  .region-bottom .menu--signature-menu .menu {
    text-align: right;
  }

  .menu--bottom-menu > .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu--bottom-menu > .menu > .menu-item {
    margin-right: 4em;
  }

  .menu--bottom-menu > .menu > .menu-item:last-child {
    margin-right: 0;
  }

  .myslat__block {
    width: 48.717949%;
    float: left;
    margin-left: 2.564103%;
  }

  .myslat__block:nth-child(2n + 1) {
    margin-left: 0;
  }

  .block-slat-myslat {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }

  .block-slat-myslat:after {
    content: " ";
    display: block;
    clear: both;
  }

  .block-slat-myslat.contextual-region .myslat__block:nth-child(2n + 1) {
    margin-left: 2.564103%;
  }

  .block-slat-myslat.contextual-region .myslat__block:nth-child(2n + 2) {
    margin-left: 0;
  }

  .view-applications .views-row {
    width: 48.717949%;
    float: left;
  }

  .view-applications .views-row:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .view-applications .views-row:nth-child(2n + 2) {
    margin-left: 51.282051%;
    margin-right: -100%;
    clear: none;
  }

  .view-gammes .view-content > .views-row {
    width: 48.717949%;
    float: left;
  }

  .view-gammes .view-content > .views-row:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .view-gammes .view-content > .views-row:nth-child(2n + 2) {
    margin-left: 51.282051%;
    margin-right: -100%;
    clear: none;
  }

  .block-facet-blocktype .facets-widget-links ul li.facet-item a {
    padding-top: 1.2em;
    padding-bottom: 1.3em;
    border-radius: 30px;
    font-weight: 600;
  }

  .view-recherche .view-content > .views-row,
  .view-recherche-documents .view-content > .views-row {
    width: 48.717949%;
    float: left;
  }

  .view-recherche .view-content > .views-row:nth-child(2n + 1),
  .view-recherche-documents .view-content > .views-row:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .view-recherche .view-content > .views-row:nth-child(2n + 2),
  .view-recherche-documents .view-content > .views-row:nth-child(2n + 2) {
    margin-left: 51.282051%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 771px) {
  .one-sidebar #inner-content {
    padding: 3em 0 5em;
  }

  .one-sidebar #inner-content > .wrap {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
  }

  .one-sidebar #inner-content > .wrap:after {
    content: " ";
    display: block;
    clear: both;
  }

  .one-sidebar #page-content {
    width: 65.811966%;
    float: left;
    margin-left: 2.564103%;
  }

  .one-sidebar #page-content + .sidebars {
    margin-top: 0;
  }

  .one-sidebar .sidebars {
    width: 31.623932%;
    float: left;
    margin-left: 2.564103%;
    margin-top: 0;
  }

  .two-sidebars #inner-content > .wrap {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
  }

  .two-sidebars #inner-content > .wrap:after {
    content: " ";
    display: block;
    clear: both;
  }

  .two-sidebars #page-content {
    width: 48.717949%;
    float: left;
    margin-left: 2.564103%;
    float: right;
  }

  .two-sidebars .sidebar {
    width: 23.076923%;
    float: left;
    margin-left: 2.564103%;
  }

  .two-sidebars .region-sidebar-first {
    margin-left: 0;
  }

  .sidebar-first #inner-content > .wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
  }

  .sidebar-first #page-content {
    float: right;
  }

  .sidebar-first .sidebars {
    margin-left: 0;
  }

  .sidebar-second #page-content {
    margin-left: 0;
  }

  .row {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .col-sm-6 {
    width: 50%;
    float: left;
  }

  .col-sm-6:first-child {
    margin-left: 0;
  }

  .footer .block-mailchimp-signup .form-actions {
    margin-top: 0;
  }

  .footer > .wrap {
    /*&::before {
    content: '';
    display: table;
  }*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5em;
    padding-bottom: 4.5em;
  }

  .footer > .wrap::after {
    content: '';
    display: table;
    clear: both;
  }

  .footer .block {
    width: 48.717949%;
    float: left;
    margin-left: 2.564103%;
  }

  .footer .block:first-child {
    margin-left: 0;
  }

  .footer .block-mailchimp-signup {
    padding-left: 8.547009%;
  }

  .block-content-image-block {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .block-content-image-block .fd-field-bloc-image {
    width: 48.717949%;
    float: left;
    margin-left: 0;
    padding: 3em 1em 3em 0;
  }

  .block-content-image-block .fd-body {
    width: 48.717949%;
    float: left;
    margin-left: 2.564103%;
  }

  .block-content-qualite-block,
  .block-content-temoignage-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    float: left;
    margin: 2em 0 3em;
    padding: 3em 2em;
  }

  .block-content-qualite-block > *,
  .block-content-temoignage-block > * {
    position: relative;
    width: 100%;
  }

  .block-content-qualite-block {
    padding-left: 1em;
  }

  .block-content-qualite-block + *:not(.block-content-temoignage-block) {
    clear: both;
  }

  .block-content-qualite-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50vw;
    overflow: hidden;
    background-color: #f3f3f3;
  }

  .block-content-temoignage-block {
    margin-bottom: 3em;
    padding-right: 1em;
  }

  .block-content-temoignage-block + * {
    clear: both;
  }

  .block-content-temoignage-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50vw;
    overflow: hidden;
    background-color: #c00;
  }

  .block-content-lien-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-content-lien-block .fd-body {
    padding-right: 2em;
    text-align: left;
  }

  .block-content-lien-block .fd-field-lien {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 0;
    text-align: right;
  }

  .node-type-homepage .block-content-lien-block {
    margin-top: -4.2em;
  }

  .block-home-constructeur-block-menu .myslat__block {
    width: 31.623932%;
    float: left;
    margin-left: 2.564103%;
  }

  .block-home-constructeur-block-menu .myslat__block:nth-child(2n + 1) {
    margin-left: 2.564103%;
  }

  .block-home-constructeur-block-menu .myslat__block:nth-child(3n + 1) {
    margin-left: 0;
  }

  .block-home-constructeur-block-menu.contextual-region .myslat__block:nth-child(2n + 2),
  .block-home-constructeur-block-menu.contextual-region .myslat__block:nth-child(3n + 1) {
    margin-left: 2.564103%;
  }

  .block-home-constructeur-block-menu.contextual-region .myslat__block:nth-child(3n + 2) {
    margin-left: 0;
  }

  .fd-field-chiffres > .field__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 960px;
  }

  .fd-field-chiffres > .field__items > .field__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3333%;
    flex: 1 1 33.3333%;
  }

  .form-quotation .form-item-nom {
    float: left;
    margin-right: 30px;
    margin-top: 0;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .form-quotation .form-item-nom > .form-item {
    margin-top: 0;
  }

  .form-quotation .form-item-nom + * {
    float: left;
    margin-top: 0;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .form-quotation .form-item-nom + * > .form-item {
    margin-top: 0;
  }

  .form-quotation .form-item-nom + * + * {
    clear: both;
  }

  .form-quotation .form-item-telephone {
    float: left;
    margin-right: 30px;
    margin-top: 0;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .form-quotation .form-item-telephone > .form-item {
    margin-top: 0;
  }

  .form-quotation .form-item-telephone + * {
    float: left;
    margin-top: 0;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .form-quotation .form-item-telephone + * > .form-item {
    margin-top: 0;
  }

  .form-quotation .form-item-telephone + * + * {
    clear: both;
  }

  .form-quotation .form-item-entreprise {
    float: left;
    margin-right: 30px;
    margin-top: 0;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .form-quotation .form-item-entreprise > .form-item {
    margin-top: 0;
  }

  .form-quotation .form-item-entreprise + * {
    float: left;
    margin-top: 0;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .form-quotation .form-item-entreprise + * > .form-item {
    margin-top: 0;
  }

  .form-quotation .form-item-entreprise + * + * {
    clear: both;
  }

  .nd-gamme.vm-full .nd-gamme-tabs {
    margin: 3.5em 0;
  }

  .nd-gamme.vm-full .nd-gamme-tabs .horizontal-tabs-list {
    margin-bottom: 2.5em;
  }

  .nd-gamme.vm-full .nd-gamme-tabs .horizontal-tab-button {
    margin: 0 .5em .5em;
  }

  .nd-gamme.vm-full .nd-gamme-tabs .horizontal-tab-button a {
    padding: 1em 1.2em;
  }

  .nd-gamme.vm-full .cols {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }

  .nd-gamme.vm-full .cols:after {
    content: " ";
    display: block;
    clear: both;
  }

  .nd-gamme.vm-full .col-left {
    width: 48.717949%;
    float: left;
    margin-left: 0;
  }

  .nd-gamme.vm-full .col-right {
    width: 48.717949%;
    float: left;
    margin-left: 2.564103%;
  }

  .page-user-login .region-content > .wrap {
    /*&::before {
    content: '';
    display: table;
  }*/
  }

  .page-user-login .region-content > .wrap::after {
    content: '';
    display: table;
    clear: both;
  }

  .page-user-login .user-login-form {
    width: 48.717949%;
    float: left;
    margin-left: 0;
    padding: 0 2em 0 0;
  }

  .page-user-login .block-content-lien-block {
    width: 48.717949%;
    float: left;
    margin-left: 2.564103%;
  }

  .view-actualites .view-content {
    /*&::before {
    content: '';
    display: table;
  }*/
  }

  .view-actualites .view-content::after {
    content: '';
    display: table;
    clear: both;
  }

  .view-actualites .views-row {
    width: 48.717949%;
    float: left;
  }

  .view-actualites .views-row:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .view-actualites .views-row:nth-child(2n + 2) {
    margin-left: 51.282051%;
    margin-right: -100%;
    clear: none;
  }

  .view-actualites.view-display-id-block_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .view-actualites.view-display-id-block_1 .view-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }

  .view-actualites.view-display-id-block_1 > .more-link {
    margin: -5.5em 0 3.5em;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
  }

  .view-actualites.view-display-id-block_1 .views-row:nth-last-child(-n+1):first-child,
  .view-actualites.view-display-id-block_1 .views-row:nth-last-child(-n+1):first-child ~ .views-row {
    float: none;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .view-actualites.view-display-id-page_1 .views-row {
    margin-bottom: 2.564103%;
  }

  .view-etude-de-cas.view-display-id-page_1 .views-row {
    width: 48.717949%;
    float: left;
    margin-bottom: 2.564103%;
  }

  .view-etude-de-cas.view-display-id-page_1 .views-row:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .view-etude-de-cas.view-display-id-page_1 .views-row:nth-child(2n + 2) {
    margin-left: 51.282051%;
    margin-right: -100%;
    clear: none;
  }

  .view-recherche .view-content > .views-row,
  .view-recherche-documents .view-content > .views-row {
    width: 48.051948%;
    float: left;
  }

  .view-recherche .view-content > .views-row:nth-child(2n + 1),
  .view-recherche-documents .view-content > .views-row:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .view-recherche .view-content > .views-row:nth-child(2n + 2),
  .view-recherche-documents .view-content > .views-row:nth-child(2n + 2) {
    margin-left: 51.948052%;
    margin-right: -100%;
    clear: none;
  }

  .group-block-facets {
    width: 31.623932%;
    float: left;
    margin-left: 0;
  }

  .group-block-facets + .views-element-container .view {
    width: 65.811966%;
    float: left;
    margin-left: 2.564103%;
  }
}

@media (min-width: 980px) {
  .sidebar-first #page-content {
    width: 74.358974%;
    float: left;
    margin-left: 2.564103%;
    float: right;
  }

  .sidebar-first .sidebars {
    width: 23.076923%;
    float: left;
    margin-left: 0;
  }

  .region-bottom .menu--bottom-menu {
    width: auto;
  }

  .header .site-logo img {
    max-height: 64px;
  }

  .block-system-branding-block {
    height: 92px;
    min-width: 250px;
    max-width: 300px;
  }

  .block-system-branding-block:before {
    /*content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(#fff, .8);
      clip-path: polygon(0 0, 100% 0, 100% $height-header, calc(100% - 50px) 100%, 0 100%);
      position: absolute;
      top: 0;
      left: 0;*/
    content: "";
    display: block;
    width: 600px;
    height: 92px;
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22600px%22%20height%3D%2292px%22%20viewBox%3D%220%200%20600%2092%22%20style%3D%22enable-background%3Anew%200%200%20600%2092%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%220%2C0%20600%2C0%20600%2C46%20550%2C92%200%2C92%20%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .8;
  }

  .block-system-branding-block > * {
    position: relative;
    padding-right: 25px;
  }

  .region-header > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }

  .region-header .block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .region-header .block.menu--account {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .region-header .block-views-exposed-filter-blockrecherche-page-recherche {
    max-width: 230px;
  }

  .region-header .views-exposed-form {
    display: block !important;
  }

  .region-header .block-menu {
    position: relative;
  }

  .region-header .block-menu:not(.menu--account) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .region-header .block-menu:not(.menu--account):before {
    content: "";
    display: block;
    width: 80vw;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
  }

  .region-header .block-menu:not(.menu--account) > .menu > .menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
  }

  .region-header .block-menu:not(.menu--account) > .menu > .menu-item > a,
  .region-header .block-menu:not(.menu--account) > .menu > .menu-item > span {
    display: inline-block;
  }

  .region-header .block-menu > .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 46px;
    padding: 0 15px 0 0;
  }

  .region-header .block-menu > .menu > .menu-item {
    margin: 0 .5em;
  }

  .region-header .block-home-myslat-block-user {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*> .menu {
        display: flex;
        justify-content: space-around;
        align-items: center;
        min-height: $height-header;
        padding: 0 15px 0 0;
        
        > .menu-item {
          margin: 0 .5em;
        }
      }*/
  }

  .region-header .block-home-myslat-block-user:before {
    content: "";
    display: block;
    width: 80vw;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
  }

  .region-header .block-home-myslat-block-user .myslat-user {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 46px;
  }

  .region-header .block-home-myslat-block-user .myslat-user > span,
  .region-header .block-home-myslat-block-user .myslat-user > a {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    font-weight: 700;
    color: #da2227;
    text-decoration: none;
  }

  .region-header .block-home-myslat-block-user .myslat-user > span:before,
  .region-header .block-home-myslat-block-user .myslat-user > a:before {
    content: "";
    width: 12px;
    height: 14px;
    background-position: -2699px -1px;
    /*@include ie-sprite($icon, $type);*/
    position: absolute;
    top: 50%;
    left: 20px;
    margin-left: -6px;
    margin-top: -7px;
  }

  .block-menu.menu--account .menu-item {
    min-height: 46px;
  }

  .block-menu.menu--account .menu-item a {
    min-height: 46px;
  }

  .menu--main > .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .menu--main > .menu .menu {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding: .5em 2em 2.5em;
    background-color: rgba(45, 45, 45, 0.9);
  }

  .menu--main > .menu > .menu-item {
    position: relative;
  }

  .menu--main > .menu > .menu-item > a,
  .menu--main > .menu > .menu-item > span {
    height: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .menu--main > .menu > .menu-item > a:after,
  .menu--main > .menu > .menu-item > span:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .no-touchevents .menu--main > .menu > .menu-item > a:hover,
  .no-touchevents .menu--main > .menu > .menu-item > span:hover {
    color: #da2227;
  }

  .no-touchevents .menu--main > .menu > .menu-item > a:hover:after,
  .no-touchevents .menu--main > .menu > .menu-item > span:hover:after {
    border-color: #da2227;
  }

  .no-touchevents .menu--main > .menu > .menu-item > a:focus,
  .no-touchevents .menu--main > .menu > .menu-item > span:focus {
    color: #da2227;
  }

  .no-touchevents .menu--main > .menu > .menu-item > a:focus:after,
  .no-touchevents .menu--main > .menu > .menu-item > span:focus:after {
    border-color: #da2227;
  }

  .touchevents .menu--main > .menu > .menu-item > a:active,
  .touchevents .menu--main > .menu > .menu-item > span:active {
    color: #da2227;
  }

  .touchevents .menu--main > .menu > .menu-item > a:active:after,
  .touchevents .menu--main > .menu > .menu-item > span:active:after {
    border-color: #da2227;
  }

  .menu--main > .menu > .menu-item .menu .menu-item {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  .menu--main > .menu > .menu-item .menu .menu-item > a,
  .menu--main > .menu > .menu-item .menu .menu-item > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    width: 100%;
    padding: .7em 0;
    font-size: .9em;
    line-height: 1.3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .menu--main > .menu > .menu-item .menu .menu-item > a:after,
  .menu--main > .menu > .menu-item .menu .menu-item > span:after {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #da2227;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .no-touchevents .menu--main > .menu > .menu-item .menu .menu-item > a:hover,
  .no-touchevents .menu--main > .menu > .menu-item .menu .menu-item > span:hover {
    color: #da2227;
  }

  .no-touchevents .menu--main > .menu > .menu-item .menu .menu-item > a:hover:after,
  .no-touchevents .menu--main > .menu > .menu-item .menu .menu-item > span:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .no-touchevents .menu--main > .menu > .menu-item .menu .menu-item > a:focus,
  .no-touchevents .menu--main > .menu > .menu-item .menu .menu-item > span:focus {
    color: #da2227;
  }

  .no-touchevents .menu--main > .menu > .menu-item .menu .menu-item > a:focus:after,
  .no-touchevents .menu--main > .menu > .menu-item .menu .menu-item > span:focus:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .touchevents .menu--main > .menu > .menu-item .menu .menu-item > a:active,
  .touchevents .menu--main > .menu > .menu-item .menu .menu-item > span:active {
    color: #da2227;
  }

  .touchevents .menu--main > .menu > .menu-item .menu .menu-item > a:active:after,
  .touchevents .menu--main > .menu > .menu-item .menu .menu-item > span:active:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .menu--main > .menu > .menu-item.opened > a,
  .menu--main > .menu > .menu-item.opened > span {
    background-color: rgba(45, 45, 45, 0.9);
  }

  .menu--main > .menu > .menu-item.opened .menu {
    display: block !important;
  }

  .menu--main > .menu > .menu-item:nth-child(1) .menu {
    min-width: 310px;
    padding-left: 3em;
    padding-right: 3em;
  }

  .menu--main > .menu > .menu-item:nth-child(2) .menu {
    width: 490px;
    padding-right: 3.5em;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    column-gap: 2em;
    /*.menu-item {
              display: inline-block;
              width: 100%;
            }*/
  }

  .menu--bottom-menu > .menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu--bottom-menu > .menu > .menu-item:last-child {
    margin-right: 2em;
  }

  .region-primary_menu {
    margin-top: -46px;
  }

  .region-primary_menu > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 250px;
    padding-left: 26vw;
  }

  .region-primary_menu .block-dropdown-language {
    margin-left: auto;
  }

  .myslat__block {
    width: 23.076923%;
    float: left;
    margin-left: 2.564103%;
  }

  .myslat__block:nth-child(2n + 1) {
    margin-left: 2.564103%;
  }

  .myslat__block:nth-child(4n + 1) {
    margin-left: 0;
  }

  .block-slat-myslat.contextual-region .myslat__block:nth-child(2n + 2),
  .block-slat-myslat.contextual-region .myslat__block:nth-child(4n + 1) {
    margin-left: 2.564103%;
  }

  .block-slat-myslat.contextual-region .myslat__block:nth-child(4n + 2) {
    margin-left: 0;
  }

  .block-home-constructeur-block-menu .myslat__block {
    width: 23.076923%;
    float: left;
    margin-left: 2.564103%;
  }

  .block-home-constructeur-block-menu .myslat__block:nth-child(3n + 1) {
    margin-left: 2.564103%;
  }

  .block-home-constructeur-block-menu .myslat__block:nth-child(4n + 1) {
    margin-left: 0;
  }

  .block-home-constructeur-block-menu.contextual-region .myslat__block:nth-child(3n + 2),
  .block-home-constructeur-block-menu.contextual-region .myslat__block:nth-child(4n + 1) {
    margin-left: 2.564103%;
  }

  .block-home-constructeur-block-menu.contextual-region .myslat__block:nth-child(4n + 2) {
    margin-left: 0;
  }

  .nd-gamme.vm-full .fd-field-atouts > .field__items > .field__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
  }

  .nd-gamme.vm-full .nd-gamme-tabs .horizontal-tab-button a {
    padding: 1.3em 1.5em;
  }

  .myslat-commande-express .region-content > .wrap {
    /*&::before {
    content: '';
    display: table;
  }*/
  }

  .myslat-commande-express .region-content > .wrap::after {
    content: '';
    display: table;
    clear: both;
  }

  .myslat-commande-express .region-content > .wrap > .commande-express-form {
    width: 65.811966%;
    float: left;
    margin-left: 0;
  }

  .myslat-commande-express .region-content > .wrap > .commande-express-form + .block-slat-myslat {
    margin-top: 5em;
  }

  .myslat-commande-express .block-slat-myslat {
    width: 31.623932%;
    float: left;
    margin-left: 2.564103%;
    clear: right;
    float: right;
  }

  .view-applications .views-row {
    width: 31.623932%;
    float: left;
  }

  .view-applications .views-row:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .view-applications .views-row:nth-child(3n + 2) {
    margin-left: 34.188034%;
    margin-right: -100%;
    clear: none;
  }

  .view-applications .views-row:nth-child(3n + 3) {
    margin-left: 68.376068%;
    margin-right: -100%;
    clear: none;
  }

  .page-view-commande .region-content > .wrap {
    /*&::before {
    content: '';
    display: table;
  }*/
  }

  .page-view-commande .region-content > .wrap::after {
    content: '';
    display: table;
    clear: both;
  }

  .page-view-commande .region-content > .wrap > .views-element-container {
    width: 65.811966%;
    float: left;
    margin-left: 0;
  }

  .page-view-commande .region-content .block-slat-myslat {
    width: 31.623932%;
    float: left;
    margin-left: 2.564103%;
    clear: right;
    float: right;
  }

  .view-gammes .view-content > .views-row {
    width: 31.623932%;
    float: left;
  }

  .view-gammes .view-content > .views-row:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .view-gammes .view-content > .views-row:nth-child(3n + 2) {
    margin-left: 34.188034%;
    margin-right: -100%;
    clear: none;
  }

  .view-gammes .view-content > .views-row:nth-child(3n + 3) {
    margin-left: 68.376068%;
    margin-right: -100%;
    clear: none;
  }

  .view-gammes .view-filters {
    position: relative;
    min-height: 1px;
    width: 31.623932%;
    float: left;
    margin-left: 0;
    background-color: transparent;
  }

  .view-gammes .view-filters + .view-content,
  .view-gammes .view-filters + .view-empty {
    width: 65.811966%;
    float: left;
    margin-left: 2.564103%;
  }

  .view-gammes .view-filters + .view-content > .views-row,
  .view-gammes .view-filters + .view-empty > .views-row {
    width: 48.051948%;
    float: left;
  }

  .view-gammes .view-filters + .view-content > .views-row:nth-child(2n + 1),
  .view-gammes .view-filters + .view-empty > .views-row:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .view-gammes .view-filters + .view-content > .views-row:nth-child(2n + 2),
  .view-gammes .view-filters + .view-empty > .views-row:nth-child(2n + 2) {
    margin-left: 51.948052%;
    margin-right: -100%;
    clear: none;
  }

  .view-gammes .bef-exposed-form {
    display: block !important;
    height: auto !important;
    padding: 2em !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f3f3f3;
  }

  .view-recherche .view-content > .views-row,
  .view-recherche-documents .view-content > .views-row {
    width: 31.034483%;
    float: left;
  }

  .view-recherche .view-content > .views-row:nth-child(3n + 1),
  .view-recherche-documents .view-content > .views-row:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .view-recherche .view-content > .views-row:nth-child(3n + 2),
  .view-recherche-documents .view-content > .views-row:nth-child(3n + 2) {
    margin-left: 34.482759%;
    margin-right: -100%;
    clear: none;
  }

  .view-recherche .view-content > .views-row:nth-child(3n + 3),
  .view-recherche-documents .view-content > .views-row:nth-child(3n + 3) {
    margin-left: 68.965517%;
    margin-right: -100%;
    clear: none;
  }

  .group-block-facets {
    width: 23.076923%;
    float: left;
    margin-left: 0;
  }

  .group-block-facets + .views-element-container .view {
    width: 74.358974%;
    float: left;
    margin-left: 2.564103%;
  }
}

@media (min-width: 1200px) {
  .block-system-branding-block {
    margin-left: -2%;
  }

  .region-header .block-views-exposed-filter-blockrecherche-page-recherche {
    max-width: none;
  }

  .region-primary_menu > .wrap {
    padding-left: 300px;
  }

  .region-primary_menu .block-dropdown-language {
    margin-right: 15px;
  }
}

@media (min-width: 1400px) {
  .block-system-branding-block {
    margin-left: -8%;
  }

  .region-primary_menu > .wrap {
    padding-left: 250px;
  }

  .block-content-qualite-block,
  .block-content-temoignage-block {
    padding: 4em 3em;
  }

  .view-gammes .view-content.owl-carousel .owl-nav button.owl-prev {
    left: -80px;
  }

  .view-gammes .view-content.owl-carousel .owl-nav button.owl-next {
    right: -80px;
  }
}

@media (max-width: 1199px) {
  table.responsive {
    margin-top: 0;
    margin-bottom: 0;
    border-right: 25px solid #f7f7f7;
  }

  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    width: 18%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
  }

  .pinned table {
    margin-top: 0;
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }

  .pinned table td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
  }

  div.table-wrapper:after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(247, 247, 247, 0)), to(#f7f7f7));
    background: linear-gradient(to right, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f7f7', endColorstr='#f7f7f7',GradientType=1 );
    position: absolute;
    top: 0;
    right: 0;
  }

  div.table-wrapper div.scrollable {
    margin-left: 18%;
    overflow: scroll;
    overflow-y: hidden;
  }

  /*table.responsive th:first-child, 
  table.responsive td:first-child, 
  table.responsive td:first-child, 
  table.responsive.pinned td { display: none; }*/

  .fd-field-slider-full > .field__items > .field__item > *,
  .fd-field-slider-full > .field__items .owl-item > .field__item > * {
    padding: 0 30px;
  }

  .fd-field-slider-full .owl-carousel .owl-nav {
    padding: 0 30px;
  }
}

@media (max-width: 979px) {
  .pinned {
    width: 22%;
  }

  div.table-wrapper div.scrollable {
    margin-left: 22%;
  }

  .layout-center:before {
    height: 40px;
  }

  .footer > .wrap:before {
    border-width: 0 24px 15px;
  }

  .region-bottom > .wrap:before {
    right: 48px;
    border-width: 22px 32px 0;
  }

  .header .dropbutton-wrapper {
    display: block;
    padding-top: 40px;
  }

  .header .dropbutton-multiple .dropbutton-widget {
    padding-top: .5em;
  }

  .header .dropbutton-multiple .dropbutton-toggle {
    margin-top: .5em;
  }

  .header .dropbutton-multiple:not(.open) .dropbutton .dropbutton-action > * {
    color: #505050;
  }

  .header .dropbutton-multiple:not(.open) .dropbutton-arrow {
    border-color: #505050;
  }

  .region-header {
    padding-left: 40px;
    padding-right: 80px;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .region-header > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
  }

  .region-header .views-exposed-form {
    display: none;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 20;
  }

  #mobile-search-link {
    display: block;
  }

  #mobile-user-link {
    display: block;
  }

  #cboxPrevious {
    left: -5px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  #cboxNext {
    right: -5px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .menu--main > .menu > .menu-item > a,
  .menu--main > .menu > .menu-item > span {
    font-size: .9em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }

  .menu--main > .menu > .menu-item .menu {
    display: none;
    padding: 1em 2.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }

  .menu--main > .menu > .menu-item .menu .menu-item > a,
  .menu--main > .menu > .menu-item .menu .menu-item > span {
    padding: .5em 0;
    font-weight: 400;
    font-size: .9em;
  }

  .region-primary_menu {
    display: none;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100vh - 38px);
    height: calc(100vh - 38px);
    background-color: rgba(80, 80, 80, 0.95);
    z-index: 20;
  }

  .region-primary_menu.active {
    display: block;
  }

  .region-primary_menu > .wrap {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding: 0 0 50px;
  }

  #mobile-menu-link {
    display: block;
  }

  .fd-field-slider-full > .field__items > .field__item,
  .fd-field-slider-full > .field__items .owl-item > .field__item {
    height: -webkit-calc(100vh - 46px);
    height: calc(100vh - 46px);
  }

  .nd-actualite.vm-teaser .fd-field-contenu-texte {
    padding: 0;
  }

  .commande-express-form {
    margin-top: 1.5em;
  }

  .region-title:before,
  .region-title:after {
    height: -webkit-calc(100% + 46px);
    height: calc(100% + 46px);
  }

  .view-gammes .view-filters {
    min-height: 0 !important;
  }

  .view-gammes .view-filters-title {
    display: block;
  }

  .view-gammes .bef-exposed-form {
    display: none;
    padding: 1rem 1.5rem;
  }
}

@media (max-width: 770px) {
  .pinned {
    width: 35%;
  }

  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  .footer .block-block-content {
    margin-bottom: 2.5em;
  }

  .footer .block-block-content .fd-body {
    text-align: center;
  }

  .footer .block-block-content .fd-body ul {
    display: inline-block;
    text-align: left;
  }

  .footer .block-block-content .fd-body ul li {
    padding-left: 40px;
  }

  .footer .block-block-content .fd-body ul li:before {
    top: 3px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .footer .block-block-content .fd-body ul li + li {
    margin-top: 1em;
  }

  .cbox-image #cboxContent {
    padding: 10px;
  }

  .breadcrumb {
    display: none;
  }

  .block-content-qualite-block,
  .block-content-temoignage-block {
    margin-left: -15px;
    margin-right: -15px;
  }

  .fd-field-slider .owl-carousel .owl-nav {
    bottom: 3.5em;
    left: 0;
    margin: 0 auto;
  }

  .fd-field-slider-full > .field__items > .field__item,
  .fd-field-slider-full > .field__items .owl-item > .field__item {
    min-height: 550px;
    padding-bottom: 7em;
  }

  .fd-field-slider-full .owl-carousel .owl-nav {
    bottom: 2em;
    text-align: center;
  }

  .form-quotation {
    padding: 2em 0;
  }

  .nd-actualite.vm-teaser .node__content {
    padding: 2em 1.5em 1em;
  }

  .nd-actualite.vm-teaser .node__title {
    margin-bottom: 1em;
    font-size: 1em;
  }

  .nd-actualite.vm-teaser .fd-field-contenu-texte {
    font-size: .8em;
  }

  .nd-actualite.vm-teaser .node__footer {
    padding: .5em 1.5em 1.5em;
  }

  .nd-actualite.vm-teaser .more-link a,
  .nd-actualite.vm-teaser .more-link span {
    width: 50px;
    height: 50px;
  }

  .nd-actualite.vm-teaser .more-link a:after,
  .nd-actualite.vm-teaser .more-link span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .nd-etude-de-cas.vm-teaser .node__title {
    margin-bottom: 1em;
    font-size: 1em;
  }

  .nd-gamme.vm-teaser .node__title {
    font-size: .9em;
  }

  .nd-gamme.vm-teaser .node__content .field + .field {
    margin-top: 1em;
  }

  .nd-gamme.vm-teaser .fd-field-atouts > .field__items {
    padding: 0 1em;
  }

  .nd-gamme.vm-teaser .fd-field-atouts > .field__items > .field__item > div {
    padding: .5em 0 .5em 35px;
    font-size: .85em;
  }

  .nd-gamme.vm-teaser .fd-field-atouts > .field__items > .field__item > div:before {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .nd-gamme.vm-teaser .node__footer {
    padding: 0em 1em 1.5em;
  }

  .pg-chiffres {
    padding: .75em 1.5em;
  }

  .pg-chiffres .fd-field-icone img {
    max-width: 80px;
  }

  .pg-chiffres .fd-field-description {
    font-weight: 600;
    font-size: 1em;
  }

  .pg-slider-image .fd-field-visuel-mobile {
    display: block;
  }

  .pg-slider-image .fd-field-visuel-mobile + .fd-field-visuel-desktop {
    display: none;
  }

  .pg-slider-image .fd-field-titre {
    font-size: 1.5em;
  }

  .pg-slider-image .fd-field-sous-titre {
    font-size: 1.1em;
  }

  .pg-slider-simple .fd-field-titre {
    font-size: 1.5em;
  }

  .pg-slider-simple .fd-field-sous-titre {
    font-size: 1.1em;
  }

  .region-content {
    margin-top: 2em;
  }

  .tt-les-applications.vm-teaser .term__content {
    padding: 1.5em 1.5em 1em;
  }

  .tt-les-applications.vm-teaser .term__name {
    margin-bottom: 1em;
    font-size: 1em;
  }

  .tt-les-applications.vm-teaser .fd-description {
    font-size: .8em;
  }

  .tt-les-applications.vm-teaser .term__footer {
    padding: .5em 1.5em;
  }

  .tt-les-applications.vm-teaser .more-link a,
  .tt-les-applications.vm-teaser .more-link span {
    width: 50px;
    height: 50px;
  }

  .tt-les-applications.vm-teaser .more-link a:after,
  .tt-les-applications.vm-teaser .more-link span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .tt-normes-metiers .fd-name {
    padding: 1em 1.5em 1em 1.2em;
  }

  .tt-normes-metiers .fd-description {
    padding: 1em 1.2em;
    font-size: .8em;
  }

  .views-table,
  .views-table tbody,
  .views-table tr,
  .views-table th,
  .views-table td {
    display: block;
  }

  .views-table thead {
    display: none;
  }

  .views-table td {
    padding: 0;
  }

  .views-table td.has-rwd-label:before {
    content: attr(data-rwd-label) " :";
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    color: #2d2d2d;
  }

  .views-table td + td {
    margin-top: .5em;
  }

  .views-table td:first-child {
    padding-left: 0;
  }

  .views-table td:last-child {
    padding-right: 0;
    /*&::before {
    content: '';
    display: table;
  }*/
  }

  .views-table td:last-child::after {
    content: '';
    display: table;
    clear: both;
  }

  .views-table tr {
    padding: 1em;
  }

  .views-table tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
  }

  .views-table tbody tr:nth-child(even) {
    background-color: #fff;
  }

  .views-table tbody td {
    text-align: left;
  }

  .view-actualites .view-content.owl-carousel {
    margin-left: -15px;
    margin-right: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
  }

  .view-actualites .view-content.owl-carousel .owl-stage {
    padding-left: 15px !important;
  }

  .view-commande .views-table tbody td:last-child {
    text-align: center;
  }

  .view-documentation.view-display-id-entity_view_1 .views-head {
    display: none;
  }

  .view-documentation.view-display-id-entity_view_1 .views-row {
    display: block;
    padding: 15px;
    border-top: 1px solid #ccc;
  }

  .view-documentation.view-display-id-entity_view_1 .views-field {
    width: 100% !important;
    padding: 0;
    text-align: center;
  }

  .view-documentation.view-display-id-entity_view_1 .views-field .views-label {
    display: inline;
    padding-right: .5em;
    font-weight: 600;
    text-transform: uppercase;
  }

  .view-documentation.view-display-id-entity_view_1 .views-field .views-label:after {
    content: ":";
  }

  [lang="fr"] .view-documentation.view-display-id-entity_view_1 .views-field .views-label:after {
    margin-left: .3em;
  }

  .view-documentation.view-display-id-entity_view_1 .views-field .views-label + .field-content {
    display: inline;
  }

  .view-documentation.view-display-id-entity_view_1 .views-field-title {
    margin-bottom: .5em;
    font-weight: 700;
  }

  .view-documentation.view-display-id-entity_view_1 .views-field-field-document-fichier {
    margin-bottom: .5em;
  }

  .view-documentation.view-display-id-entity_view_1 .views-field-field-document-fichier .field-content {
    width: 100%;
    text-align: center;
  }

  .view-metiers .views-row {
    margin: 0 .5em .5em;
  }

  .view-metiers .views-field-name a {
    padding: .8em 1.5em .9em 60px;
    font-size: .9rem;
  }

  .view-metiers .views-field-name a:before {
    -webkit-transform: scale(0.8) translate(-10px, 0);
    -ms-transform: scale(0.8) translate(-10px, 0);
    transform: scale(0.8) translate(-10px, 0);
  }

  .view-reference {
    margin-left: -15px;
    margin-right: -15px;
  }

  .view-reference .views-head {
    display: none;
  }

  .view-reference .views-group {
    margin-top: 2px;
  }

  .view-reference .views-group:last-child .views-group-rows {
    border-bottom: 1px solid #ccc;
  }

  .view-reference .views-group-rows {
    padding: 0;
  }

  .view-reference .views-group-rows > .views-row:not(:first-child) {
    border-top: 1px solid #ccc;
  }

  .view-reference .views-row {
    display: block;
  }

  .view-reference .views-field {
    width: 100% !important;
    text-align: left;
  }

  .view-reference .views-field .views-label {
    display: inline;
    padding-right: 1em;
    text-transform: uppercase;
  }

  [lang="fr"] .view-reference .views-field .views-label:after {
    margin-left: .3em;
  }

  .view-reference .views-field-title {
    cursor: pointer;
  }

  .view-reference .views-field-title .views-label {
    display: none;
  }

  .view-reference .views-field-title .field-content:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #505050 #505050 transparent transparent;
    /*** TranslateZ() => bugfix Safari ***/
    -webkit-transform: rotate(135deg) translateZ(-1px);
    transform: rotate(135deg) translateZ(-1px);
    display: inline-block;
    vertical-align: top;
    margin-left: 1em;
    margin-top: .3em;
  }

  .view-reference .views-field-field-poids,
  .view-reference .views-field-field-dimensions,
  .view-reference .views-field-field-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: .15em 1.5em .15em 3em;
  }

  .view-reference .views-field-field-poids .views-label,
  .view-reference .views-field-field-dimensions .views-label,
  .view-reference .views-field-field-code .views-label {
    /*flex: 0 0 auto;
        width: 232px;*/
    width: 50%;
    text-align: right;
  }

  .view-reference .views-field-field-poids .field-content,
  .view-reference .views-field-field-dimensions .field-content,
  .view-reference .views-field-field-code .field-content {
    /*flex: 1 1 auto;*/
    width: 50%;
  }

  .view-reference .views-field-field-poids {
    padding-top: .6em;
    border-top: 1px solid #ccc;
  }

  .view-reference .views-field-field-code {
    padding-bottom: .6em;
    padding-right: 1.5em !important;
  }

  .view-reference .views-row:not(.active) .views-field-field-poids,
  .view-reference .views-row:not(.active) .views-field-field-dimensions,
  .view-reference .views-row:not(.active) .views-field-field-code {
    display: none;
  }

  .view-reference .views-row.active .views-field-title .field-content:after {
    margin-top: .5em;
    -webkit-transform: rotate(-45deg) translateZ(-1px);
    transform: rotate(-45deg) translateZ(-1px);
  }
}

@media (max-width: 599px) {
  h1 {
    font-size: 1.5em;
  }

  h2 {
    font-size: 1.35em;
  }

  [type='text'],
  [type='search'],
  [type='tel'],
  [type='url'],
  [type='email'],
  [type='password'],
  [type='date'],
  [type='time'],
  [type='number'],
  .ui-autocomplete-input,
  select,
  textarea {
    font-size: 16px;
  }

  .region-bottom > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .region-bottom .block-block-content:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .region-bottom .menu--simple-menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 1em;
  }

  .region-bottom .menu--bottom-menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 2em;
    margin-right: 2em;
    font-size: .9em;
  }

  .region-bottom .block-dropdown-language {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-right: 1em;
  }

  .region-bottom .menu--signature-menu {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
  }

  .cbox-image #cboxContent {
    padding: 0;
  }

  .region-bottom .menu--simple-menu > .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .region-bottom .menu--simple-menu .menu-item {
    margin-left: 1em;
  }

  .region-bottom .menu--simple-menu .menu-item > a,
  .region-bottom .menu--simple-menu .menu-item > span {
    font-size: .8em;
  }

  .bk-fieldblocktaxonomy-term-field-etude-de-cas {
    padding: 2em 0 2em;
  }

  .block-content-image-block {
    font-size: .9em;
  }

  .block-content-image-block .fd-body {
    padding: 2em 0;
  }

  .block-content-qualite-block,
  .block-content-temoignage-block {
    padding: 2em 1.5em;
    font-size: .9em;
  }

  .block-content-temoignage-block .fd-body {
    margin-top: .5em;
  }

  .myslat__block__footer {
    min-height: 0;
  }

  .block-slat-myslat.block-home-block-menu {
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .form-quotation .form-markup-intro {
    padding: 1em 0;
  }

  .nd-actualite.vm-full .fd-field-visuel {
    margin-bottom: 2em;
  }

  .nd-actualite.vm-full .fd-field-contenu-texte {
    font-size: .9em;
  }

  .nd-avis-client .fd-field-temoignage {
    font-size: 1.5em;
  }

  .nd-etude-de-cas .fd-field-description {
    margin-bottom: 2em;
    font-size: .85em;
  }

  .nd-etude-de-cas .fd-field-video-embed {
    margin-bottom: 2em;
  }

  .nd-etude-de-cas .fd-field-livre-blanc a {
    font-size: .8rem;
  }

  .nd-etude-de-cas.vm-default .node__title {
    font-size: 1.2em;
  }

  .nd-faq .fd-field-faq .ui-accordion .ui-accordion-content {
    padding: 1em;
  }

  .nd-gamme.vm-full .fd-field-atouts {
    padding: 1em 0;
  }

  .nd-gamme.vm-full .fd-field-atouts > .field__items > .field__item {
    width: 100%;
  }

  .nd-gamme.vm-full .fd-field-atouts > .field__items > .field__item > div {
    padding-left: 50px;
    padding-right: .5em;
    font-size: .9em;
  }

  .nd-gamme.vm-full .fd-field-atouts > .field__items > .field__item > div:before {
    left: 5px;
  }

  .commande-express-form .headers .header {
    padding: .8rem;
  }

  .commande-express-form .headers .header:nth-child(1) {
    width: 60%;
  }

  .commande-express-form .headers .header:nth-child(2) {
    display: none;
  }

  .commande-express-form .headers .header:nth-child(3) {
    width: 40%;
  }

  .commande-express-form .reference {
    position: relative;
    display: block;
    padding-right: 40%;
  }

  .commande-express-form .reference .form-type-checkbox {
    width: 100%;
    padding-bottom: .5rem;
  }

  .commande-express-form .reference .gamme {
    width: 100%;
    padding-top: 0;
    font-size: .9em;
  }

  .commande-express-form .reference .form-type-number {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .region-title > .wrap {
    min-height: 120px;
  }

  .tt-taxo-slat.vm-full .fd-field-titre {
    font-size: 1.35em;
  }

  .view-actualites > .more-link {
    margin-top: 1.5em;
  }

  .bk-views-applications {
    padding: 2.5em 0 1em;
  }

  .view-applications .view-content.owl-carousel {
    margin-left: -15px;
    margin-right: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
  }

  .view-applications .view-content.owl-carousel .owl-stage {
    padding-left: 15px !important;
  }

  .view-gammes .view-content.owl-carousel {
    margin-left: -15px;
    margin-right: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
  }

  .view-gammes .view-content.owl-carousel .owl-stage {
    padding-left: 15px !important;
  }
}

@media (max-width: 479px) {
  .block > h2 {
    font-size: 1.1em;
  }

  .myslat__block {
    padding-top: 35px;
  }

  .myslat__block__header {
    top: -50px;
  }

  .myslat__block__icon {
    width: 100px;
    height: 100px;
  }

  .myslat__block__icon:before,
  .myslat__block__icon:after {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .myslat__block__main {
    min-height: 200px;
    padding-top: 70px;
  }

  .myslat__block__footer {
    padding: 1em;
  }

  .myslat__block-simple .myslat__block__main {
    padding-top: 70px;
  }

  .form-quotation .form-markup-intro {
    font-size: .9em;
  }

  .form-quotation > .form-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nd-actualite.vm-teaser .node__content {
    padding: 1em;
  }

  .nd-actualite.vm-teaser .node__footer {
    padding: 0 1em 1em;
  }

  .nd-actualite.vm-teaser .more-link a,
  .nd-actualite.vm-teaser .more-link span {
    width: 35px;
    height: 35px;
  }

  .nd-actualite.vm-teaser .more-link a:after,
  .nd-actualite.vm-teaser .more-link span:after {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .nd-avis-client .fd-field-temoignage {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.3em;
  }

  .pg-chiffres .fd-field-icone img {
    max-width: 70px;
  }

  .pg-chiffres .fd-field-description {
    font-size: .9em;
  }

  .pg-slider-image .fd-field-titre {
    font-size: 1.1em;
  }

  .pg-slider-image .fd-field-titre,
  .pg-slider-image .fd-field-titre h1 {
    line-height: 1.6;
  }

  .pg-slider-image .fd-field-sous-titre {
    margin-top: 1.2em;
    font-size: 1em;
  }

  .pg-slider-image .fd-field-lien {
    margin-top: 1.5em;
  }

  .pg-slider-image .fd-field-lien .field__item,
  .pg-slider-image .fd-field-document .field__item {
    margin-top: 1em;
  }

  .pg-slider-image .fd-field-lien a,
  .pg-slider-image .fd-field-document a {
    padding: .8em 1.5em .9em;
    border-width: 1px;
  }

  .pg-slider-simple .fd-field-titre {
    font-size: 1.1em;
  }

  .pg-slider-simple .fd-field-titre,
  .pg-slider-simple .fd-field-titre h1 {
    line-height: 1.6;
  }

  .pg-slider-simple .fd-field-sous-titre {
    margin-top: 1.2em;
    font-size: 1em;
  }

  .pg-slider-simple .paragraph__footer {
    margin-top: 1.5em;
  }

  .pg-slider-simple .paragraph__footer a {
    padding: .8em 1.5em .9em;
  }

  .tt-taxo-slat.vm-full .fd-field-titre {
    font-size: 1.1em;
  }

  .tt-taxo-slat.vm-full .fd-description {
    font-size: .8em;
  }

  .tt-les-applications.vm-teaser:before {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }

  .tt-les-applications.vm-teaser .term__content {
    padding: 1em;
  }

  .tt-les-applications.vm-teaser .term__footer {
    padding: 0 1em;
  }

  .tt-les-applications.vm-teaser .more-link a,
  .tt-les-applications.vm-teaser .more-link span {
    width: 35px;
    height: 35px;
  }

  .tt-les-applications.vm-teaser .more-link a:after,
  .tt-les-applications.vm-teaser .more-link span:after {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .block-facet-blocktype .facets-widget-links ul li.facet-item {
    margin: 0 .5em .5em 0;
  }

  .block-facet-blocktype .facets-widget-links ul li.facet-item a {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: .9rem;
  }

  .view-reference .views-group-rows {
    font-size: .8em;
  }

  .view-reference .views-field-field-poids,
  .view-reference .views-field-field-dimensions,
  .view-reference .views-field-field-code {
    padding-left: 15px;
    padding-right: 15px;
    /*.views-label {
        width: 205px;
      }*/
  }

  .view-reference .views-field-field-code {
    padding-right: 15px !important;
  }
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }

  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }

  .breadcrumb {
    display: none;
  }

  .pager {
    display: none;
  }

  .skip-link__wrapper {
    display: none;
  }

  .tabs {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
