@charset "UTF-8";
/* line 22, ../sass/config/_colors_from_php.scss */
.bg-main_color {
  background-color: #0072bc;
}

/* line 26, ../sass/config/_colors_from_php.scss */
.color-main_color {
  color: #0072bc;
}

/* line 30, ../sass/config/_colors_from_php.scss */
.bg-main_color_light {
  background-color: #28a5d2;
}

/* line 34, ../sass/config/_colors_from_php.scss */
.color-main_color_light {
  color: #28a5d2;
}

/* line 38, ../sass/config/_colors_from_php.scss */
.bg-main_color_dark {
  background-color: #0072bc;
}

/* line 42, ../sass/config/_colors_from_php.scss */
.color-main_color_dark {
  color: #0072bc;
}

/* line 46, ../sass/config/_colors_from_php.scss */
.bg-second_color {
  background-color: #98bc2a;
}

/* line 50, ../sass/config/_colors_from_php.scss */
.color-second_color {
  color: #98bc2a;
}

/* line 54, ../sass/config/_colors_from_php.scss */
.bg-second_color_light {
  background-color: #98bc2a;
}

/* line 58, ../sass/config/_colors_from_php.scss */
.color-second_color_light {
  color: #98bc2a;
}

/* line 62, ../sass/config/_colors_from_php.scss */
.bg-second_color_dark {
  background-color: #63b32e;
}

/* line 66, ../sass/config/_colors_from_php.scss */
.color-second_color_dark {
  color: #63b32e;
}

/* line 70, ../sass/config/_colors_from_php.scss */
.bg-third_color {
  background-color: #ffffff;
}

/* line 74, ../sass/config/_colors_from_php.scss */
.color-third_color {
  color: #ffffff;
}

/* line 78, ../sass/config/_colors_from_php.scss */
.bg-third_color_light {
  background-color: #ffffff;
}

/* line 82, ../sass/config/_colors_from_php.scss */
.color-third_color_light {
  color: #ffffff;
}

/* line 86, ../sass/config/_colors_from_php.scss */
.bg-third_color_dark {
  background-color: #ffffff;
}

/* line 90, ../sass/config/_colors_from_php.scss */
.color-third_color_dark {
  color: #ffffff;
}

/* line 94, ../sass/config/_colors_from_php.scss */
.bg-fourth_color {
  background-color: #d0d0d0;
}

/* line 98, ../sass/config/_colors_from_php.scss */
.color-fourth_color {
  color: #d0d0d0;
}

/* line 102, ../sass/config/_colors_from_php.scss */
.bg-fourth_color_light {
  background-color: #ebebeb;
}

/* line 106, ../sass/config/_colors_from_php.scss */
.color-fourth_color_light {
  color: #ebebeb;
}

/* line 110, ../sass/config/_colors_from_php.scss */
.bg-fourth_color_dark {
  background-color: #d0d0d0;
}

/* line 114, ../sass/config/_colors_from_php.scss */
.color-fourth_color_dark {
  color: #d0d0d0;
}

/* line 118, ../sass/config/_colors_from_php.scss */
.bg-fifth_color {
  background-color: #000000;
}

/* line 122, ../sass/config/_colors_from_php.scss */
.color-fifth_color {
  color: #000000;
}

/* line 126, ../sass/config/_colors_from_php.scss */
.bg-fifth_color_light {
  background-color: #202020;
}

/* line 130, ../sass/config/_colors_from_php.scss */
.color-fifth_color_light {
  color: #202020;
}

/* line 134, ../sass/config/_colors_from_php.scss */
.bg-fifth_color_dark {
  background-color: #000000;
}

/* line 138, ../sass/config/_colors_from_php.scss */
.color-fifth_color_dark {
  color: #000000;
}

/* line 31, ../sass/config/_fonts_from_php.scss */
.font-main_font {
  font-family: "Roboto", Arial, sans-serif;
}

/* line 32, ../sass/config/_fonts_from_php.scss */
.font-second_font {
  font-family: "Spartan", Arial, sans-serif;
}

/* line 33, ../sass/config/_fonts_from_php.scss */
.font-third_font {
  font-family: "Caveat", Arial, sans-serif;
}

/* line 34, ../sass/config/_fonts_from_php.scss */
.font-main_title_font {
  font-family: "Spartan", Arial, sans-serif;
}

/* line 35, ../sass/config/_fonts_from_php.scss */
.font-second_title_font {
  font-family: "Roboto", Arial, sans-serif;
}

/* line 36, ../sass/config/_fonts_from_php.scss */
.font-third_title_font {
  font-family: "Caveat", Arial, sans-serif;
}

/* line 37, ../sass/config/_fonts_from_php.scss */
.font-main_text_font {
  font-family: "Roboto", Arial, sans-serif;
}

/* line 38, ../sass/config/_fonts_from_php.scss */
.font-second_text_font {
  font-family: "Spartan", Arial, sans-serif;
}

/* line 39, ../sass/config/_fonts_from_php.scss */
.font-third_text_font {
  font-family: "Caveat", Arial, sans-serif;
}

/* line 1, ../sass/config/_global.scss */
.h2,
.h3,
.h4 {
  position: relative;
  padding: 20px 0;
  font-size: 35px;
  font-family: "Spartan", Arial, sans-serif;
  font-weight: 700;
  color: #0072bc;
}

/* line 15, ../sass/config/_global.scss */
.h3 {
  font-size: 30px;
}

/* line 19, ../sass/config/_global.scss */
.h4 {
  padding: 15px 0;
  font-size: 25px;
}

/* line 25, ../sass/config/_global.scss */
p {
  font-size: 16px;
  color: #202020;
  font-family: "Roboto", Arial, sans-serif;
}

/* Style CK Editor */
/* line 32, ../sass/config/_global.scss */
.main-color {
  color: #0072bc;
}

/* line 36, ../sass/config/_global.scss */
.second-color {
  color: #98bc2a;
}

/* line 40, ../sass/config/_global.scss */
.yellow-color {
  color: #E6CA2F;
}

/* line 44, ../sass/config/_global.scss */
.orange-color {
  color: #ED872F;
}

/* line 48, ../sass/config/_global.scss */
.red-color {
  color: #cc0000;
}

/* line 53, ../sass/config/_global.scss */
a.main-color, a.second-color, a.yellow-color, a.orange-color {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  padding: 10px 15px 7px;
  margin: 5px 0;
  color: #ffffff;
  transition: 0.5s;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  font-family: "Spartan", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
/* line 73, ../sass/config/_global.scss */
a.main-color {
  border: 1px solid #0072bc;
  background-color: #0072bc;
}
/* line 77, ../sass/config/_global.scss */
a.main-color:hover {
  background-color: #ffffff;
  color: #0072bc !important;
}
/* line 83, ../sass/config/_global.scss */
a.second-color {
  border: 1px solid #98bc2a;
  background-color: #98bc2a;
}
/* line 87, ../sass/config/_global.scss */
a.second-color:hover {
  background-color: #ffffff;
  color: #98bc2a !important;
}
/* line 93, ../sass/config/_global.scss */
a.yellow-color {
  border: 1px solid #E6CA2F;
  background-color: #E6CA2F;
}
/* line 97, ../sass/config/_global.scss */
a.yellow-color:hover {
  background-color: #ffffff;
  color: #E6CA2F !important;
}
/* line 103, ../sass/config/_global.scss */
a.orange-color {
  border: 1px solid #ED872F;
  background-color: #ED872F;
}
/* line 107, ../sass/config/_global.scss */
a.orange-color:hover {
  background-color: #ffffff;
  color: #ED872F !important;
}

/* line 120, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ul li ul {
  margin-left: 15px;
}
/* line 124, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ul li ul li ul {
  margin-left: 30px;
}
/* line 137, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ul.dropbutton li::before,
body:not(.path-admin) #page-wrapper .region-content ul.nav-tabs li::before,
body:not(.path-admin) #page-wrapper .region-content ul.horizontal-tabs-list li::before,
body:not(.path-admin) #page-wrapper .region-content ul.slick-dots li::before {
  display: none !important;
}
/* line 143, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ul:not(.nav-tabs) {
  list-style: none;
}
/* line 148, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ul:not(.nav-tabs) li::before, body:not(.path-admin) #page-wrapper .region-content ul:not(.dropbutton) li::before {
  /*
  content: "\2022";
  font-weight: bold;
  color: $fifth_color;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  */
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  height: 0.375rem;
  width: 0.375rem;
  margin-right: 0.5rem;
  margin-bottom: 2px;
  background-color: #000000;
}
/* line 169, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ol {
  list-style: none;
  counter-reset: li;
  padding-left: 0;
  margin-left: 1em;
}
/* line 175, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ol li {
  counter-increment: li;
}
/* line 178, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ol li::before {
  content: counter(li);
  color: #000000;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
/* line 188, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ul:not(.nav-tabs),
body:not(.path-admin) #page-wrapper .region-content ol {
  margin-bottom: 10px;
}
/* line 193, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ul:not(.nav-tabs) li.main-color,
body:not(.path-admin) #page-wrapper .region-content ol li.main-color {
  color: #202020;
}
/* line 196, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ul:not(.nav-tabs) li.main-color::before,
body:not(.path-admin) #page-wrapper .region-content ol li.main-color::before {
  color: #0072bc;
  background-color: #0072bc;
}
/* line 202, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ul:not(.nav-tabs) li.second-color,
body:not(.path-admin) #page-wrapper .region-content ol li.second-color {
  color: #202020;
}
/* line 206, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ul:not(.nav-tabs) li.second-color::before,
body:not(.path-admin) #page-wrapper .region-content ol li.second-color::before {
  color: #98bc2a;
  background-color: #98bc2a;
}
/* line 212, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ul:not(.nav-tabs) li.yellow-color,
body:not(.path-admin) #page-wrapper .region-content ol li.yellow-color {
  color: #202020;
}
/* line 215, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ul:not(.nav-tabs) li.yellow-color::before,
body:not(.path-admin) #page-wrapper .region-content ol li.yellow-color::before {
  color: #E6CA2F;
  background-color: #E6CA2F;
}
/* line 221, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ul:not(.nav-tabs) li.orange-color,
body:not(.path-admin) #page-wrapper .region-content ol li.orange-color {
  color: #202020;
}
/* line 224, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ul:not(.nav-tabs) li.orange-color::before,
body:not(.path-admin) #page-wrapper .region-content ol li.orange-color::before {
  color: #ED872F;
  background-color: #ED872F;
}
/* line 239, ../sass/config/_global.scss */
body:not(.path-admin) #page-wrapper .region-content ol li.main-color::before, body:not(.path-admin) #page-wrapper .region-content ol li.second-color::before, body:not(.path-admin) #page-wrapper .region-content ol li.yellow-color::before, body:not(.path-admin) #page-wrapper .region-content ol li.orange-color::before {
  background-color: transparent;
}

/*
body #hide-on-load {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #ffffff;
  z-index: 99999;
}
*/
/* line 262, ../sass/config/_global.scss */
#block-cins-theme-local-tasks .nav-tabs .nav-item.show .nav-link, #block-cins-theme-local-tasks .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
/* line 268, ../sass/config/_global.scss */
#block-cins-theme-local-tasks .nav-tabs .nav-link:focus, #block-cins-theme-local-tasks .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
/* line 272, ../sass/config/_global.scss */
#block-cins-theme-local-tasks .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 282, ../sass/config/_global.scss */
#block-cins-theme-local-tasks .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
/* line 286, ../sass/config/_global.scss */
#block-cins-theme-local-tasks .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
/* line 292, ../sass/config/_global.scss */
#block-cins-theme-local-tasks .nav-link {
  display: block;
  padding: .5rem 1rem;
}

/* line 299, ../sass/config/_global.scss */
blockquote p {
  display: inline-block;
  position: relative;
  quotes: "“" "”" "‘" "’";
  font-size: 25px;
  font-style: italic;
  line-height: 30px;
}
/* line 308, ../sass/config/_global.scss */
blockquote p::before {
  left: -25px;
  top: -5px;
  color: #d0d0d0;
  content: open-quote;
  margin-right: 5px;
}
/* line 318, ../sass/config/_global.scss */
blockquote p::after {
  bottom: -40px;
  right: -15px;
  color: #d0d0d0;
  content: close-quote;
  margin-left: 5px;
}

/* line 333, ../sass/config/_global.scss */
ul.contextual-links li::before,
ul.pager__items li::before {
  display: none !important;
}

/* line 339, ../sass/config/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 345, ../sass/config/_global.scss */
.ear_block img {
  display: block;
  margin: 30px auto;
  max-width: 800px;
  height: auto;
}
@media (max-width: 1199px) {
  /* line 345, ../sass/config/_global.scss */
  .ear_block img {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  /* line 345, ../sass/config/_global.scss */
  .ear_block img {
    margin: 15px auto;
  }
}

/* line 362, ../sass/config/_global.scss */
#page section .h2 {
  text-align: left;
}
/* line 365, ../sass/config/_global.scss */
#page section .h2::after {
  display: none !important;
  content: '';
  display: block;
  height: 1px;
  width: 170px;
  margin-top: 8px;
  background: #98bc2a;
}

/* line 381, ../sass/config/_global.scss */
body {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #202020;
}

/* line 389, ../sass/config/_global.scss */
.back-to-top {
  display: none !important;
  background: #0072bc;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
/* line 397, ../sass/config/_global.scss */
.back-to-top::after {
  content: "\f077";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 55px;
}
@media (max-width: 991px) {
  /* line 389, ../sass/config/_global.scss */
  .back-to-top {
    display: none !important;
  }
}

/* line 409, ../sass/config/_global.scss */
.block {
  border: 0;
}

/* line 415, ../sass/config/_global.scss */
.block-title,
.decorated-title {
  margin-top: 85px;
  margin-bottom: 50px;
  padding: 0 15px;
  font-family: "Spartan", Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  color: #202020 !important;
  text-align: center;
  width: 100%;
  background: transparent !important;
  position: relative;
}
/* line 431, ../sass/config/_global.scss */
.block-title.change-dots-color::before,
.decorated-title.change-dots-color::before {
  color: #28a5d2;
}
/* line 436, ../sass/config/_global.scss */
.block-title::before,
.decorated-title::before {
  /* Corrections MLC 27/04/20 */
  display: none;
  /* Fin Corrections MLC 27/04/20 */
  position: absolute;
  content: '\2022  \2022  \2022  \2022';
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: #98bc2a;
  font-size: 35px;
}
@media (max-width: 767px) {
  /* line 436, ../sass/config/_global.scss */
  .block-title::before,
  .decorated-title::before {
    top: -35px;
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  /* line 436, ../sass/config/_global.scss */
  .block-title::before,
  .decorated-title::before {
    top: -30px;
    font-size: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 415, ../sass/config/_global.scss */
  .block-title,
  .decorated-title {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 415, ../sass/config/_global.scss */
  .block-title,
  .decorated-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  /* line 415, ../sass/config/_global.scss */
  .block-title,
  .decorated-title {
    font-size: 30px;
    margin-top: 55px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  /* line 415, ../sass/config/_global.scss */
  .block-title,
  .decorated-title {
    font-size: 25px;
  }
}

/* Block/Page title */
/* CDF n° 90 */
@media (max-width: 991px) {
  /* line 482, ../sass/config/_global.scss */
  #page-wrapper .h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  /* line 482, ../sass/config/_global.scss */
  #page-wrapper .h1 {
    font-size: 35px !important;
  }
}

/* Fin CDF - n° 90 */
/* line 495, ../sass/config/_global.scss */
.h1 {
  margin: 90px 0 35px 0;
  padding-bottom: 25px;
  color: #202020;
  font-size: 45px;
  font-weight: 400;
  /* CDF n° 68 */
  line-height: 1.3;
  /* Fin CDF n° 68 */
  text-align: center;
  /* MLC - Intégration Home */
  font-family: "Roboto", Arial, sans-serif;
  margin: 50px 0 35px 0 !important;
  padding-bottom: 0 !important;
  font-size: 50px !important;
  font-weight: 700;
  text-transform: uppercase;
  /* Fin MLC - Intégration Home */
}
@media (max-width: 991px) {
  /* line 495, ../sass/config/_global.scss */
  .h1 {
    margin: 70px 0 30px 0;
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  /* line 495, ../sass/config/_global.scss */
  .h1 {
    margin: 50px 0 30px 0;
    font-size: 35px;
  }
}
/* line 522, ../sass/config/_global.scss */
.h1::after {
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 175px;
  height: 5px;
  margin-top: 25px;
  background: #0072bc;
}
/* line 539, ../sass/config/_global.scss */
.h1.-light {
  color: #ffffff;
}
/* line 553, ../sass/config/_global.scss */
.h1::after {
  margin-top: 10px !important;
}

/* line 561, ../sass/config/_global.scss */
#block-cins-theme-page-title .h1 {
  margin: 20px 0 35px 0;
}
@media (max-width: 767px) {
  /* line 561, ../sass/config/_global.scss */
  #block-cins-theme-page-title .h1 {
    margin: 20px 0 25px 0;
  }
}

/* More link */
/* line 571, ../sass/config/_global.scss */
.centered-button {
  text-align: center;
}

/*
.more-link {
    // display: inline-flex;
    // justify-content: center;
    // lign-items: center;
    // height: 50px;
    margin-top: 15px;

    text-align: center;

    a {
        min-width: 370px;
        padding: 14.5px 60px;

        background: $third_bg_color;
        color: $second_font_color;
        font-size: 15px !important;
        font-weight: $bold;
        text-transform: uppercase;
        transition: $speed_fast;

        border: 1px solid $main_border_color;

        @media (max-width: 575px) {
            padding: 15px;

            font-size: 14px;
        }

        &::after {
            @include font_awesome($fa-var-chevron-right, 'far');

            margin-left: 5px;

            color: $third_font_color;
        }

        &:hover {
            background: $main_bg_color;
            color: $third_font_color;
        }
    }

    &.-light {
        a {
            background: none;
            color: $second_font_color;
            border: 1px solid $main_border_color;

            &:hover {
                background: $main_bg_color;
                color: $third_font_color;
            }
        }
    }

    &.-block {
        // display: flex;

        a {
            padding: 13px 15px !important;
        }
    }
}
*/
/* line 642, ../sass/config/_global.scss */
.more-link a {
  background-color: #0072bc;
  color: #ffffff;
  transition: 0.5s;
}
/* line 648, ../sass/config/_global.scss */
.more-link a:hover {
  background-color: #98bc2a;
  color: #ffffff;
}
/* line 653, ../sass/config/_global.scss */
.more-link a::after {
  color: #ffffff;
  opacity: 0.5;
}

/* line 660, ../sass/config/_global.scss */
a {
  color: inherit;
}
/* line 663, ../sass/config/_global.scss */
a:hover {
  color: inherit;
}

/* line 668, ../sass/config/_global.scss */
#block-contactus-sidetab {
  position: fixed;
  right: 0;
  top: 350px;
}
/* line 674, ../sass/config/_global.scss */
#block-contactus-sidetab .content {
  padding: 5px 10px 25px;
  border-left: 1px solid #98bc2a;
  transform: rotateZ(-90deg);
  transform-origin: 130px 0;
  -wenkit-transform-origin: 130px 0;
  -ms-transform-origin: 130px 0;
  -o-transform-origin: 130px 0;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 688, ../sass/config/_global.scss */
#block-contactus-sidetab .content span {
  font-size: 20px;
  color: #0072bc;
  vertical-align: middle;
}
/* line 694, ../sass/config/_global.scss */
#block-contactus-sidetab .content a {
  color: #98bc2a;
}
/* line 697, ../sass/config/_global.scss */
#block-contactus-sidetab .content a:hover {
  color: #0072bc;
}

/* line 706, ../sass/config/_global.scss */
button.-bordered,
.button.-bordered {
  border: 1px solid #98bc2a;
  color: #98bc2a;
  background-color: transparent;
}
/* line 711, ../sass/config/_global.scss */
button.-bordered:hover,
.button.-bordered:hover {
  background: #98bc2a;
  color: #ffffff;
}
/* line 716, ../sass/config/_global.scss */
button.-bordered.-colored,
.button.-bordered.-colored {
  color: #0072bc;
  border-color: #0072bc;
}
/* line 720, ../sass/config/_global.scss */
button.-bordered.-colored:hover,
.button.-bordered.-colored:hover {
  background: #0072bc;
  color: #ffffff;
}
/* line 726, ../sass/config/_global.scss */
button.-bordered.-decolored,
.button.-bordered.-decolored {
  color: #ffffff;
  border-color: #ffffff;
}
/* line 730, ../sass/config/_global.scss */
button.-bordered.-decolored:hover,
.button.-bordered.-decolored:hover {
  background: #ffffff;
  color: #0072bc;
}

/* line 738, ../sass/config/_global.scss */
.button-next {
  display: inline-block;
  min-height: 50px;
  padding: 12px 30px;
  border: 1px solid #98bc2a;
  transition: 0.5s;
  font-weight: 700;
  text-transform: uppercase;
  background: #98bc2a;
  color: #ffffff;
}
@media (min-width: 768px) {
  /* line 738, ../sass/config/_global.scss */
  .button-next {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 30px 0 30px;
  }
}
/* line 761, ../sass/config/_global.scss */
.button-next::after {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  margin-left: 5px;
  color: #0072bc;
}
/* line 769, ../sass/config/_global.scss */
.button-next.-bordered {
  border-color: #ffffff;
  background: none;
  color: #ffffff;
}
/* line 775, ../sass/config/_global.scss */
.button-next.-bordered:hover {
  background: #ffffff;
}
/* line 780, ../sass/config/_global.scss */
.button-next.-inverse-color {
  border-color: none;
  background: #ffffff;
  color: #202020;
}
/* line 786, ../sass/config/_global.scss */
.button-next.-inverse-color:hover {
  background: #202020;
  color: #ffffff;
}
/* line 792, ../sass/config/_global.scss */
.button-next.-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
/* line 801, ../sass/config/_global.scss */
.button-next:hover {
  background: #ffffff;
  color: #98bc2a;
}

/* line 1, ../sass/_header.scss */
#pre-header-wrapper,
#header-wrapper,
#navigation-wrapper {
  border: 0;
}

/* line 8, ../sass/_header.scss */
#block-mainmenuplaceholderonmobile #block-sticky-mobile-menu {
  display: none !important;
}

/* line 14, ../sass/_header.scss */
body.sticky-menu aside#menu-mobile-wrapper {
  position: fixed;
  top: 70px;
}

/* line 21, ../sass/_header.scss */
body.is_front #header-banner-block {
  display: none;
}

/* line 26, ../sass/_header.scss */
#block-cins-theme-breadcrumbs {
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  font-family: "Roboto", Arial, sans-serif;
}
@media (max-width: 767px) {
  /* line 26, ../sass/_header.scss */
  #block-cins-theme-breadcrumbs {
    border: none !important;
    font-size: 14px;
  }
}

/* line 39, ../sass/_header.scss */
.header-content-wrapper {
  background-color: transparent !important;
}

/* line 43, ../sass/_header.scss */
#page-title {
  z-index: 1;
  margin-bottom: 0 !important;
  text-transform: none;
  font-weight: 700;
  color: #ffffff !important;
  font-size: 60px !important;
  line-height: 1.2;
  margin-top: 0px !important;
  min-height: 145px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
/* line 57, ../sass/_header.scss */
#page-title::after {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 43, ../sass/_header.scss */
  #page-title {
    font-size: 50px !important;
  }
}
@media (max-width: 767px) {
  /* line 43, ../sass/_header.scss */
  #page-title {
    min-height: 170px;
  }
}

/* line 70, ../sass/_header.scss */
#header-banner-block {
  width: 100%;
  height: 430px;
  margin-bottom: 50px;
}
/* line 75, ../sass/_header.scss */
#header-banner-block .vertical-align {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
/* line 81, ../sass/_header.scss */
#header-banner-block #breadcrumb-replace {
  width: 100%;
}
@media (max-width: 991px) {
  /* line 70, ../sass/_header.scss */
  #header-banner-block {
    margin-bottom: 30px;
  }
}
/* line 89, ../sass/_header.scss */
#header-banner-block > .row {
  height: 100%;
}
/* line 93, ../sass/_header.scss */
#header-banner-block #block-header-banner-block {
  height: 100%;
  width: 100%;
}
/* line 98, ../sass/_header.scss */
#header-banner-block .header-banner-wrapper {
  position: relative;
  height: 100%;
}
/* line 102, ../sass/_header.scss */
#header-banner-block .header-banner-wrapper .banner-wrapper {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 15px 40px 15px;
}
/* line 116, ../sass/_header.scss */
#header-banner-block .header-banner-wrapper .header-filter {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
}

/*
PRE-HEADER
*/
/* line 128, ../sass/_header.scss */
#pre-header-wrapper {
  background: #ebebeb;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 128, ../sass/_header.scss */
  #pre-header-wrapper {
    margin-bottom: -1px;
  }
}
/* line 136, ../sass/_header.scss */
#pre-header-wrapper a:hover span {
  text-decoration: underline;
}
/* line 140, ../sass/_header.scss */
#pre-header-wrapper i {
  width: 35px;
  padding: 8px;
  transition: 0.5s;
  font-size: 18px;
  text-align: center;
  background: #98bc2a;
}

/* line 155, ../sass/_header.scss */
.contact_link .value {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
}
/* line 161, ../sass/_header.scss */
.phone .contact_link .value {
  font-weight: 700;
}
@media (max-width: 575px) {
  /* line 155, ../sass/_header.scss */
  .contact_link .value {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  /* line 155, ../sass/_header.scss */
  .contact_link .value {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 155, ../sass/_header.scss */
  .contact_link .value {
    display: inline;
  }
}

@media (max-width: 767px) {
  /* line 180, ../sass/_header.scss */
  .region-pre-header-3 {
    display: none !important;
  }
}

/* line 186, ../sass/_header.scss */
#block-views-block-scrolling-text-scrolling-block {
  width: 100%;
  font-size: 15px;
  font-style: italic;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 194, ../sass/_header.scss */
  #block-views-block-scrolling-text-scrolling-block .views-row {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
  }
}

/* line 203, ../sass/_header.scss */
.region-pre-header-6 {
  text-align: right;
}

/* line 207, ../sass/_header.scss */
#block-mainmenu {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
/* line 214, ../sass/_header.scss */
#block-mainmenu .main-menu {
  width: 100%;
  height: 100%;
}

/* line 221, ../sass/_header.scss */
#block-menupreheader {
  margin-right: 30px;
}
/* line 224, ../sass/_header.scss */
#block-menupreheader ul {
  text-align: left;
  list-style: none;
}
/* line 230, ../sass/_header.scss */
#block-menupreheader li {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  /* line 221, ../sass/_header.scss */
  #block-menupreheader {
    position: relative;
  }
  /* line 239, ../sass/_header.scss */
  #block-menupreheader .multiple {
    cursor: pointer;
  }
  /* line 242, ../sass/_header.scss */
  #block-menupreheader .multiple::after {
    content: "\f078";
    font-family: 'Font Awesome\ 5 Pro', sans-serif;
    font-weight: 400;
    margin-left: 10px;
    cursor: pointer;
  }
  /* line 251, ../sass/_header.scss */
  #block-menupreheader:hover, #block-menupreheader:active, #block-menupreheader:focus {
    opacity: 1;
  }
  /* line 256, ../sass/_header.scss */
  #block-menupreheader:hover ul, #block-menupreheader:active ul, #block-menupreheader:focus ul {
    display: block;
    width: 100%;
  }
  /* line 263, ../sass/_header.scss */
  #block-menupreheader ul {
    display: none;
    position: absolute;
    z-index: 1;
    background: #ebebeb;
  }
  /* line 272, ../sass/_header.scss */
  #block-menupreheader li {
    padding: 10px 15px;
  }
  /* line 275, ../sass/_header.scss */
  #block-menupreheader li:first-child {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 282, ../sass/_header.scss */
  #block-menupreheader .first-item {
    display: none;
  }
  /* line 286, ../sass/_header.scss */
  #block-menupreheader li {
    display: inline-block;
  }
  /* line 289, ../sass/_header.scss */
  #block-menupreheader li + li {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  /* line 221, ../sass/_header.scss */
  #block-menupreheader {
    display: none !important;
  }
}

/* line 301, ../sass/_header.scss */
#block-menuechangeursites {
  position: relative;
  font-size: 14px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 50;
  font-weight: 500;
  transition: 0.5s;
}
/* line 314, ../sass/_header.scss */
#block-menuechangeursites .dropdown-item:focus, #block-menuechangeursites .dropdown-item:hover {
  background-color: transparent;
}
/* line 318, ../sass/_header.scss */
#block-menuechangeursites .dropdown-item {
  white-space: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 301, ../sass/_header.scss */
  #block-menuechangeursites {
    font-size: 13px;
  }
}
/* line 326, ../sass/_header.scss */
#block-menuechangeursites ul {
  text-align: left;
  list-style: none;
  z-index: 50;
}
/* line 332, ../sass/_header.scss */
#block-menuechangeursites li {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 332, ../sass/_header.scss */
  #block-menuechangeursites li {
    font-size: 13px;
  }
}
/* line 344, ../sass/_header.scss */
#block-menuechangeursites li:last-child {
  border-bottom: none;
}
/* line 348, ../sass/_header.scss */
#block-menuechangeursites li.nav-item.dropdown {
  padding-top: 10px;
}
/* line 351, ../sass/_header.scss */
#block-menuechangeursites li.nav-item.dropdown:last-child {
  padding-bottom: 10px;
}
/* line 355, ../sass/_header.scss */
#block-menuechangeursites li.nav-item.dropdown .nav-link.dropdown-toggle {
  font-weight: 700;
  cursor: auto;
  text-decoration: none !important;
}
/* line 360, ../sass/_header.scss */
#block-menuechangeursites li.nav-item.dropdown .nav-link.dropdown-toggle:hover {
  text-decoration: none !important;
}
/* line 365, ../sass/_header.scss */
#block-menuechangeursites li.nav-item.dropdown ul {
  position: static;
  background: transparent;
}
/* line 371, ../sass/_header.scss */
#block-menuechangeursites li.nav-item.dropdown .multiple::after {
  display: none !important;
}
/* line 375, ../sass/_header.scss */
#block-menuechangeursites li.nav-item.dropdown .multiple .first-item {
  display: none !important;
}
/* line 380, ../sass/_header.scss */
#block-menuechangeursites li.nav-item.dropdown .first-item {
  display: none !important;
}
/* line 386, ../sass/_header.scss */
#block-menuechangeursites .multiple {
  cursor: pointer;
}
/* line 389, ../sass/_header.scss */
#block-menuechangeursites .multiple::after {
  content: "\f078";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  margin-left: 1px;
  font-size: 13px;
  cursor: pointer;
}
/* line 399, ../sass/_header.scss */
#block-menuechangeursites:hover, #block-menuechangeursites:active, #block-menuechangeursites:focus {
  color: #000000;
  opacity: 1;
}
/* line 406, ../sass/_header.scss */
#block-menuechangeursites:hover ul, #block-menuechangeursites:active ul, #block-menuechangeursites:focus ul {
  display: block;
  width: 100%;
}
/* line 413, ../sass/_header.scss */
#block-menuechangeursites ul {
  display: none;
  top: 30px;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}
/* line 426, ../sass/_header.scss */
#block-menuechangeursites li {
  transition: 0.5s;
}
/* line 429, ../sass/_header.scss */
#block-menuechangeursites li a {
  padding: 5px 10px;
  width: 100%;
  transition: 0.5s;
}
/* line 434, ../sass/_header.scss */
#block-menuechangeursites li a:hover {
  opacity: 0.9;
  text-decoration: underline;
  color: #000000;
}

/* line 444, ../sass/_header.scss */
#block-language-selector {
  font-size: 18px;
  width: 55px;
}
@media (max-width: 991px) {
  /* line 444, ../sass/_header.scss */
  #block-language-selector {
    width: 55px !important;
  }
}
/* line 453, ../sass/_header.scss */
#block-language-selector .links {
  background: transparent !important;
  transition: 0.5s;
  color: #000000 !important;
}
/* line 458, ../sass/_header.scss */
#block-language-selector .links::after {
  transition: 0.5s;
  top: 4px !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  /* line 458, ../sass/_header.scss */
  #block-language-selector .links::after {
    right: 5px !important;
  }
}
/* line 468, ../sass/_header.scss */
#block-language-selector .links:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #000000 !important;
}
/* line 472, ../sass/_header.scss */
#block-language-selector .links:hover .is-active {
  color: #000000 !important;
  border-bottom: 1px solid #000000;
}
/* line 477, ../sass/_header.scss */
#block-language-selector .links:hover::after {
  color: #000000 !important;
}
/* line 482, ../sass/_header.scss */
#block-language-selector .links .is-active {
  transition: 0.5s;
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff;
}
/* line 488, ../sass/_header.scss */
#block-language-selector .links a {
  line-height: 1;
}
/* line 491, ../sass/_header.scss */
#block-language-selector .links a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  /* line 488, ../sass/_header.scss */
  #block-language-selector .links a {
    padding-left: 10px !important;
  }
}

/* line 502, ../sass/_header.scss */
#block-accespresse {
  font-size: 13px;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 502, ../sass/_header.scss */
  #block-accespresse {
    font-size: 13px;
  }
}
/* line 511, ../sass/_header.scss */
#block-accespresse .newspaper-link,
#block-accespresse .extranet-link {
  transition: 0.5s;
}
/* line 516, ../sass/_header.scss */
#block-accespresse .newspaper-link:hover,
#block-accespresse .extranet-link:hover {
  color: #000000;
  text-decoration: underline;
}
/* line 522, ../sass/_header.scss */
#block-accespresse .extranet-link {
  margin-left: 5px;
}
/* line 526, ../sass/_header.scss */
#block-accespresse .newspaper-access {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 526, ../sass/_header.scss */
  #block-accespresse .newspaper-access {
    justify-content: space-around;
  }
}
/* line 536, ../sass/_header.scss */
#block-accespresse .newspaper-access #block-language-selector .links {
  margin-left: 0;
}

/* line 546, ../sass/_header.scss */
.block-social-block a:hover {
  text-decoration: none !important;
}
/* line 549, ../sass/_header.scss */
.block-social-block a:hover i {
  background: #0072bc !important;
}

/* line 556, ../sass/_header.scss */
#header-wrapper .region-header-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 567, ../sass/_header.scss */
#block-social-header .follow-us {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* line 572, ../sass/_header.scss */
#block-social-header .follow-us a {
  margin-right: 10px !important;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  transition: 0.5s;
}
/* line 585, ../sass/_header.scss */
#block-social-header .follow-us a i {
  transition: 0.5s;
  font-size: 20px;
  background: transparent !important;
  background-color: transparent !important;
}
/* line 592, ../sass/_header.scss */
#block-social-header .follow-us a:hover {
  opacity: 1;
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;
}
/* line 598, ../sass/_header.scss */
#block-social-header .follow-us a:hover i {
  color: #000000;
  background: transparent !important;
  background-color: transparent !important;
}
/* line 605, ../sass/_header.scss */
#block-social-header .follow-us a:last-child {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  /* line 563, ../sass/_header.scss */
  #block-social-header {
    display: none !important;
  }
}

/*
HEADER
*/
/* line 619, ../sass/_header.scss */
header {
  position: relative;
}

/* line 624, ../sass/_header.scss */
.search-toggler-wrapper i {
  width: 22px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  /* line 624, ../sass/_header.scss */
  .search-toggler-wrapper i {
    width: 24px;
    display: flex;
    justify-content: center;
  }
}
/* line 634, ../sass/_header.scss */
.search-toggler-wrapper i::before {
  transition: 0.5s;
}
/* line 642, ../sass/_header.scss */
.search-toggler-wrapper.active-search i::before {
  content: "\f00d";
}
/* line 650, ../sass/_header.scss */
.search-toggler-wrapper:not(.active-search) i::before {
  content: "\f002";
}

/* line 657, ../sass/_header.scss */
.node-type-slide.node-display-teaser {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 662, ../sass/_header.scss */
.node-type-slide.node-display-teaser .title-wrapper {
  margin-top: 100px;
  line-height: 1;
  font-size: 80px;
  text-align: center;
  font-weight: 700;
  font-family: "Caveat", Arial, sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 662, ../sass/_header.scss */
  .node-type-slide.node-display-teaser .title-wrapper {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 662, ../sass/_header.scss */
  .node-type-slide.node-display-teaser .title-wrapper {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  /* line 662, ../sass/_header.scss */
  .node-type-slide.node-display-teaser .title-wrapper {
    font-size: 50px;
  }
}

/* line 684, ../sass/_header.scss */
#block-views-block-slider-home-slider {
  position: relative;
  height: 42vw !important;
  background-position: center center !important;
}
@media (max-width: 767px) {
  /* line 684, ../sass/_header.scss */
  #block-views-block-slider-home-slider {
    display: block !important;
    height: 100vh !important;
  }
  /* line 693, ../sass/_header.scss */
  #block-views-block-slider-home-slider .view-content {
    height: 100vh;
  }
  /* line 696, ../sass/_header.scss */
  #block-views-block-slider-home-slider .view-content > .row {
    height: 100%;
  }
  /* line 699, ../sass/_header.scss */
  #block-views-block-slider-home-slider .view-content > .row .slick-list {
    height: 100%;
  }
  /* line 702, ../sass/_header.scss */
  #block-views-block-slider-home-slider .view-content > .row .slick-list .slick-track {
    height: 100%;
  }
}
/* line 710, ../sass/_header.scss */
#block-views-block-slider-home-slider .youtube_slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
@media (max-width: 767px) {
  /* line 718, ../sass/_header.scss */
  #block-views-block-slider-home-slider .youtube_slider.hidden-sm-down {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 724, ../sass/_header.scss */
  #block-views-block-slider-home-slider .youtube_slider.hidden-md-up {
    display: none;
  }
}
/* line 731, ../sass/_header.scss */
#block-views-block-slider-home-slider .cins-nav-container,
#block-views-block-slider-home-slider .cins-dots-container {
  display: none;
}
/* line 736, ../sass/_header.scss */
#block-views-block-slider-home-slider .slick-slide {
  height: 42vw !important;
}
@media (max-width: 767px) {
  /* line 736, ../sass/_header.scss */
  #block-views-block-slider-home-slider .slick-slide {
    height: 100% !important;
  }
}
/* line 744, ../sass/_header.scss */
#block-views-block-slider-home-slider .header-filter {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
  /* line 752, ../sass/_header.scss */
  .search-wrapper {
    position: static !important;
  }
}

@media (max-width: 767px) {
  /* line 760, ../sass/_header.scss */
  #header-wrapper .after-header-wrapper.active-search {
    height: 100px;
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #000000;
  }
  /* line 766, ../sass/_header.scss */
  #header-wrapper .after-header-wrapper.active-search #block-cins-search #search-form .form-item-searched-text input {
    border-bottom: 2px solid #000000;
    color: #000000;
  }
  /* line 770, ../sass/_header.scss */
  #header-wrapper .after-header-wrapper.active-search #block-cins-search #search-form .form-item-searched-text input:active, #header-wrapper .after-header-wrapper.active-search #block-cins-search #search-form .form-item-searched-text input:focus, #header-wrapper .after-header-wrapper.active-search #block-cins-search #search-form .form-item-searched-text input:hover {
    border-bottom: 2px solid #000000 !important;
  }
  /* line 777, ../sass/_header.scss */
  #header-wrapper .after-header-wrapper.active-search #block-cins-search #search-form .form-submit {
    border-color: #000000 !important;
    color: #000000;
  }
}

/* line 786, ../sass/_header.scss */
.after-header-wrapper {
  position: absolute;
  width: 100%;
  height: 0px;
  background-color: rgba(255, 255, 255, 0.55);
  top: 120px;
  transition: 0.5s;
  overflow: hidden;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  /* line 786, ../sass/_header.scss */
  .after-header-wrapper {
    top: 50px;
  }
}
/* line 802, ../sass/_header.scss */
.after-header-wrapper.active-search {
  display: flex;
  height: 120px;
}
@media (max-width: 767px) {
  /* line 802, ../sass/_header.scss */
  .after-header-wrapper.active-search {
    height: 100px;
    background-color: rgba(255, 255, 255, 0.55) !important;
  }
}
/* line 811, ../sass/_header.scss */
.after-header-wrapper.active-search #block-cins-search {
  display: flex;
  height: 120px;
}
@media (max-width: 767px) {
  /* line 811, ../sass/_header.scss */
  .after-header-wrapper.active-search #block-cins-search {
    height: 100px;
  }
}
/* line 819, ../sass/_header.scss */
.after-header-wrapper.active-search #block-cins-search .search-wrapper {
  height: 120px;
  display: flex;
}
@media (max-width: 767px) {
  /* line 819, ../sass/_header.scss */
  .after-header-wrapper.active-search #block-cins-search .search-wrapper {
    height: 100px;
  }
}

/* line 831, ../sass/_header.scss */
#block-cins-search {
  transition: 0.5s;
  height: 0px;
  display: none;
  align-items: center;
  font-family: "Spartan", Arial, sans-serif;
  transition: 0.5s;
  overflow: hidden;
}
/* line 840, ../sass/_header.scss */
#block-cins-search .search-wrapper {
  transition: 0.5s;
  height: 0px;
  display: none;
  align-items: center;
  overflow: hidden;
}
/* line 848, ../sass/_header.scss */
#block-cins-search #search-form {
  width: calc(100% - 30px);
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 856, ../sass/_header.scss */
#block-cins-search #search-form .form-submit {
  position: static;
  background: transparent;
  border: 2px solid #ffffff !important;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 500;
  transition: 0.5s;
  padding: 10px;
  line-height: 1;
  height: 40px;
  right: 0px;
  top: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 856, ../sass/_header.scss */
  #block-cins-search #search-form .form-submit {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  /* line 856, ../sass/_header.scss */
  #block-cins-search #search-form .form-submit {
    font-size: 16px;
  }
}
/* line 881, ../sass/_header.scss */
#block-cins-search #search-form .form-submit:hover {
  border: 2px solid #ffffff !important;
  color: #000000;
  background-color: #ffffff;
}
/* line 888, ../sass/_header.scss */
#block-cins-search #header-search-js-wrapper {
  width: 100%;
  border-bottom: none;
  background: transparent;
  padding: 10px 0;
  min-height: auto;
}
/* line 896, ../sass/_header.scss */
#block-cins-search #search-form .form-item-searched-text input {
  display: block;
  width: calc(100% - 50px);
  background: transparent;
  color: #ffffff;
  font-family: "Spartan", Arial, sans-serif;
  font-size: 20px;
  padding: 10px 0;
  margin: 0px 15px;
  border-bottom: 2px solid #ffffff;
}
/* line 907, ../sass/_header.scss */
#block-cins-search #search-form .form-item-searched-text input:active, #block-cins-search #search-form .form-item-searched-text input:focus, #block-cins-search #search-form .form-item-searched-text input:hover {
  border-bottom: 2px solid #ffffff !important;
}
/* line 914, ../sass/_header.scss */
#block-cins-search #cins-search-results-wrapper {
  display: none !important;
}
/* line 918, ../sass/_header.scss */
#block-cins-search #search-show-all-results {
  display: none !important;
}
/* line 922, ../sass/_header.scss */
#block-cins-search .ajax-progress, #block-cins-search .ajax-progress-throbber {
  display: none !important;
}

/* line 927, ../sass/_header.scss */
#search-toggler-wrapper {
  padding: 15px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: 0.5s;
  font-size: 24px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
/* line 938, ../sass/_header.scss */
#search-toggler-wrapper:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}

/* line 946, ../sass/_header.scss */
#block-mainmenuburger .burger-menu-toggler {
  margin-left: 15px;
  padding: 15px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
  transition: 0.5s;
  font-size: 24px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
/* line 958, ../sass/_header.scss */
#block-mainmenuburger .burger-menu-toggler i {
  color: #ffffff !important;
}
/* line 962, ../sass/_header.scss */
#block-mainmenuburger .burger-menu-toggler:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000 !important;
}
/* line 967, ../sass/_header.scss */
#block-mainmenuburger .burger-menu-toggler:hover i {
  color: #000000 !important;
}

/* line 974, ../sass/_header.scss */
#header-wrapper {
  position: absolute;
  top: 50px;
  left: 0;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.55);
  color: #ffffff;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.27);
  background-image: none !important;
}
@media (max-width: 767px) {
  /* line 974, ../sass/_header.scss */
  #header-wrapper {
    z-index: 5000 !important;
  }
}
/* line 994, ../sass/_header.scss */
#header-wrapper .header-content-wrapper {
  z-index: 500;
}
/* line 998, ../sass/_header.scss */
#header-wrapper.sticky {
  position: relative;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}
@media (max-width: 767px) {
  /* line 998, ../sass/_header.scss */
  #header-wrapper.sticky {
    height: 60px !important;
  }
  /* line 1008, ../sass/_header.scss */
  #header-wrapper.sticky #block-logo {
    top: 5px;
    position: static;
    margin-right: auto;
    transform: none;
  }
  /* line 1014, ../sass/_header.scss */
  #header-wrapper.sticky #block-logo img {
    position: static;
    max-height: 50px !important;
    max-width: 42px !important;
  }
  /* line 1021, ../sass/_header.scss */
  #header-wrapper.sticky #search-toggler-wrapper {
    height: 60px !important;
    color: #000000 !important;
  }
  /* line 1026, ../sass/_header.scss */
  #header-wrapper.sticky #block-mainmenuburger {
    height: 60px !important;
  }
  /* line 1029, ../sass/_header.scss */
  #header-wrapper.sticky #block-mainmenuburger .burger-menu-toggler {
    color: #000000 !important;
    height: 60px !important;
  }
  /* line 1033, ../sass/_header.scss */
  #header-wrapper.sticky #block-mainmenuburger .burger-menu-toggler i {
    color: #000000 !important;
  }
}
/* line 1040, ../sass/_header.scss */
#header-wrapper.sticky #block-mainmenu {
  padding-left: 0;
  padding-right: 0;
}
/* line 1045, ../sass/_header.scss */
#header-wrapper.sticky .after-header-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}
/* line 1049, ../sass/_header.scss */
#header-wrapper.sticky .after-header-wrapper #header-search-js-wrapper {
  border-bottom: none;
}
/* line 1053, ../sass/_header.scss */
#header-wrapper.sticky .after-header-wrapper #block-cins-search #search-form .form-item-searched-text input {
  color: #000000;
  border-bottom: 2px solid #000000;
}
/* line 1057, ../sass/_header.scss */
#header-wrapper.sticky .after-header-wrapper #block-cins-search #search-form .form-item-searched-text input:active, #header-wrapper.sticky .after-header-wrapper #block-cins-search #search-form .form-item-searched-text input:focus, #header-wrapper.sticky .after-header-wrapper #block-cins-search #search-form .form-item-searched-text input:hover {
  border-bottom: 2px solid #000000 !important;
}
/* line 1064, ../sass/_header.scss */
#header-wrapper.sticky .after-header-wrapper #search-form .form-submit {
  border: 2px solid #000000 !important;
  color: #000000;
}
/* line 1068, ../sass/_header.scss */
#header-wrapper.sticky .after-header-wrapper #search-form .form-submit:hover {
  border: 2px solid #000000 !important;
  color: #000000;
  background-color: #ffffff;
}
/* line 1076, ../sass/_header.scss */
#header-wrapper.sticky .navbar-nav > li:first-child {
  display: none;
}
/* line 1081, ../sass/_header.scss */
#header-wrapper.sticky #block-logo img {
  max-width: 70px;
  max-height: 80px;
}
/* line 1087, ../sass/_header.scss */
#header-wrapper.sticky #navigation-main .main-menu .menu-item.depth-1 > .item-label {
  color: #000000 !important;
}
/* line 1091, ../sass/_header.scss */
#header-wrapper.sticky #block-menuechangeursites {
  display: none;
}
/* line 1095, ../sass/_header.scss */
#header-wrapper.sticky #block-social-header {
  display: none;
}
/* line 1101, ../sass/_header.scss */
#header-wrapper.sticky #block-language-selector .links .is-active {
  color: #000000 !important;
  border-bottom: 1px solid #000000;
}
/* line 1106, ../sass/_header.scss */
#header-wrapper.sticky #block-language-selector .links::after {
  top: 7px !important;
  color: #000000 !important;
}
/* line 1111, ../sass/_header.scss */
#header-wrapper.sticky #block-language-selector .links a {
  font-size: 18px;
}
/* line 1114, ../sass/_header.scss */
#header-wrapper.sticky #block-language-selector .links a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  /* line 1121, ../sass/_header.scss */
  #header-wrapper.sticky .block-cinsnavigation {
    font-size: 15px;
  }
}
/* line 1127, ../sass/_header.scss */
#header-wrapper.sticky .block-cinsnavigation .main-menu .item-id-1 {
  display: none;
}
/* line 1133, ../sass/_header.scss */
#header-wrapper.sticky #navigation-main {
  justify-content: flex-start;
  padding: 0 15px;
}
/* line 1138, ../sass/_header.scss */
#header-wrapper.sticky #block-logo-menu {
  height: 70px;
  padding: 10px 30px 6px;
}
/* line 1146, ../sass/_header.scss */
#header-wrapper.sticky #block-telephone-menu a,
#header-wrapper.sticky #block-contact-menu a,
#header-wrapper.sticky #block-acheternosproduits-menu a {
  transition: 0.5s;
}
/* line 1149, ../sass/_header.scss */
#header-wrapper.sticky #block-telephone-menu a:hover,
#header-wrapper.sticky #block-contact-menu a:hover,
#header-wrapper.sticky #block-acheternosproduits-menu a:hover {
  color: #98bc2a;
}
/* line 1155, ../sass/_header.scss */
#header-wrapper.sticky #block-contact-menu {
  margin-left: 20px;
}
/* line 1159, ../sass/_header.scss */
#header-wrapper.sticky #block-acheternosproduits-menu {
  margin-left: auto;
  margin-right: 15px;
}
@media (max-width: 767px) {
  /* line 1159, ../sass/_header.scss */
  #header-wrapper.sticky #block-acheternosproduits-menu {
    margin-right: 10px;
  }
  /* line 1167, ../sass/_header.scss */
  #header-wrapper.sticky #block-acheternosproduits-menu .buy-products i {
    width: 35px !important;
    height: 35px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  /* line 1176, ../sass/_header.scss */
  #header-wrapper.sticky #block-contact-menu,
  #header-wrapper.sticky #block-telephone-menu,
  #header-wrapper.sticky #block-mainmenu {
    display: none;
  }
}
/* line 1184, ../sass/_header.scss */
#header-wrapper.sticky #block-menumobile,
#header-wrapper.sticky #block-sticky-mobile-menu {
  display: block;
  margin-right: 25px;
}
/* line 1190, ../sass/_header.scss */
#header-wrapper.sticky #block-menumobile .menu-mobile .navbar-toggler,
#header-wrapper.sticky #block-sticky-mobile-menu .menu-mobile .navbar-toggler {
  padding: 0;
}
/* line 1194, ../sass/_header.scss */
#header-wrapper.sticky #block-menumobile .menu-mobile .navbar-toggler-icon,
#header-wrapper.sticky #block-sticky-mobile-menu .menu-mobile .navbar-toggler-icon {
  color: #98bc2a;
  font-size: 25px;
}
@media (min-width: 768px) {
  /* line 1184, ../sass/_header.scss */
  #header-wrapper.sticky #block-menumobile,
  #header-wrapper.sticky #block-sticky-mobile-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 1207, ../sass/_header.scss */
  #header-wrapper:not(.sticky) {
    height: 50px !important;
  }
}
/* line 1212, ../sass/_header.scss */
#header-wrapper:not(.sticky) #block-telephone-menu,
#header-wrapper:not(.sticky) #block-contact-menu,
#header-wrapper:not(.sticky) #block-acheternosproduits-menu,
#header-wrapper:not(.sticky) #block-logo-menu,
#header-wrapper:not(.sticky) #block-menumobile,
#header-wrapper:not(.sticky) #block-sticky-mobile-menu {
  height: 0;
}
/* line 1221, ../sass/_header.scss */
#header-wrapper:not(.sticky) #block-menumobile,
#header-wrapper:not(.sticky) #block-sticky-mobile-menu {
  display: none !important;
}
@media (max-width: 767px) {
  /* line 1226, ../sass/_header.scss */
  #header-wrapper:not(.sticky) #block-mainmenuburger-2,
  #header-wrapper:not(.sticky) #block-mainmenu {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 1233, ../sass/_header.scss */
  #header-wrapper:not(.sticky) .block-cinsnavigation {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  /* line 974, ../sass/_header.scss */
  #header-wrapper {
    /* CDF - n° 84 */
    /* Fin CDF - n° 84 */
  }
  /* line 1248, ../sass/_header.scss */
  #header-wrapper > .row {
    background-color: transparent !important;
    opacity: 1 !important;
  }
  /* line 1254, ../sass/_header.scss */
  #header-wrapper .block-main-menu-burger-block i {
    color: #0072bc;
  }
}
/* line 1261, ../sass/_header.scss */
#header-wrapper > .row {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1266, ../sass/_header.scss */
  #header-wrapper .site-slogan {
    font-size: 28px !important;
  }
}

/* line 1273, ../sass/_header.scss */
.region-header-6 {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  /* line 1273, ../sass/_header.scss */
  .region-header-6 {
    align-items: center;
  }
}

@media (max-width: 767px) {
  /* line 1282, ../sass/_header.scss */
  .region-header-2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

@media (max-width: 767px) {
  /* line 1290, ../sass/_header.scss */
  #navigation-main {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 1296, ../sass/_header.scss */
  .region-header-5 {
    display: none !important;
  }
}

/* line 1303, ../sass/_header.scss */
#block-logo img {
  max-width: 120px;
}
@media (max-width: 767px) {
  /* line 1303, ../sass/_header.scss */
  #block-logo img {
    width: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1303, ../sass/_header.scss */
  #block-logo img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 1302, ../sass/_header.scss */
  #block-logo {
    position: absolute !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 1320, ../sass/_header.scss */
  #block-logo img {
    max-width: 64px;
    max-height: 77px;
  }
}

/* line 1327, ../sass/_header.scss */
.site-slogan {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  color: #98bc2a;
  /*
  &::before,
  &::after{
      content: '•';

      display: inline;

      margin: 0 10px;

      font-size: 12px;
  }
  */
}
@media (max-width: 991px) {
  /* line 1327, ../sass/_header.scss */
  .site-slogan {
    display: none;
  }
}

/* line 1353, ../sass/_header.scss */
.buy-products {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
/* line 1358, ../sass/_header.scss */
.buy-products .link {
  display: inline-flex;
  align-items: center;
}
/* line 1364, ../sass/_header.scss */
.buy-products .label {
  max-width: 160px;
  margin-right: 15px;
  transition: 0.5s;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1364, ../sass/_header.scss */
  .buy-products .label {
    margin-right: 10px;
    max-width: 150px;
  }
}
/* line 1376, ../sass/_header.scss */
.buy-products i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.5s;
  font-size: 20px;
  background: #0072bc;
  color: #ffffff;
}
/* line 1399, ../sass/_header.scss */
.buy-products:hover i {
  background: #ffffff;
  color: #0072bc;
}
@media (max-width: 767px) {
  /* line 1406, ../sass/_header.scss */
  .buy-products .label {
    display: none;
  }
  /* line 1410, ../sass/_header.scss */
  .buy-products i {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}

/*
PRE NAVIGATION
*/
/*
NAVIGATION (MENU)
*/
/* line 1428, ../sass/_header.scss */
.navbar-toggler {
  font-size: 25px;
}
/* line 1431, ../sass/_header.scss */
.navbar-toggler:hover {
  background: none;
}

/* line 1436, ../sass/_header.scss */
.navbar-toggler-icon {
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 1436, ../sass/_header.scss */
  .navbar-toggler-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
  }
}

/* MAIN MENU (not mobile) */
/* line 1449, ../sass/_header.scss */
body #navigation-main .main-menu .menu-item.depth-1 .dropdown-items {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #000000 !important;
}

/* line 1455, ../sass/_header.scss */
#navigation-main .main-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1455, ../sass/_header.scss */
  #navigation-main .main-menu {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 1467, ../sass/_header.scss */
#navigation-main .main-menu .menu-item {
  white-space: nowrap;
}
/* line 1471, ../sass/_header.scss */
#navigation-main .main-menu .menu-item:hover .dropdown-items {
  display: flex;
}
/* line 1485, ../sass/_header.scss */
#navigation-main .main-menu .menu-item .item-label i::before {
  font-size: 22px;
}
/* line 1505, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-1 {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1505, ../sass/_header.scss */
  #navigation-main .main-menu .menu-item.depth-1 {
    white-space: unset;
  }
}
/* line 1517, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-1:hover {
  background-color: rgba(255, 255, 255, 0.55);
  color: #000000 !important;
}
/* line 1521, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-1:hover > .item-label {
  color: #000000 !important;
}
/* line 1525, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-1:hover:last-child {
  background-color: transparent;
}
/* line 1531, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-1:last-child:hover {
  background-color: transparent;
}
/* line 1536, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-1 .dropdown-items {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000 !important;
}
/* line 1541, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-1 > .item-label {
  padding: 15px 30px;
  font-weight: 600;
  text-transform: none;
  font-family: "Spartan", Arial, sans-serif;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
  font-size: 18px;
}
/* line 1551, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-1 > .item-label:hover {
  opacity: 1 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1541, ../sass/_header.scss */
  #navigation-main .main-menu .menu-item.depth-1 > .item-label {
    padding: 15px 10px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1541, ../sass/_header.scss */
  #navigation-main .main-menu .menu-item.depth-1 > .item-label {
    padding: 15px 5px;
    font-size: 14px;
    text-align: center;
  }
}
/* line 1568, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-1 > .dropdown-items {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}
/* line 1579, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-2 .dropdown-items {
  padding-left: 10px;
}
/* line 1584, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-2 .item-label:hover {
  text-decoration: underline;
}
/* line 1591, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-3 .dropdown-items {
  display: none;
}
/* line 1596, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-3 .item-label:hover {
  text-decoration: underline;
}
/* line 1602, ../sass/_header.scss */
#navigation-main .main-menu .menu-item .item-label {
  display: block;
  transition: 0.5s;
}
/* line 1607, ../sass/_header.scss */
#navigation-main .main-menu .menu-item .item-label.is-active, #navigation-main .main-menu .menu-item .item-label:hover {
  color: #98bc2a;
}
/* line 1611, ../sass/_header.scss */
#navigation-main .main-menu .menu-item .item-label.is-active::before, #navigation-main .main-menu .menu-item .item-label:hover::before {
  color: inherit;
}
/* line 1617, ../sass/_header.scss */
#navigation-main .main-menu .menu-item .dropdown-items {
  display: none;
  flex-direction: column;
  background: #ffffff;
  color: #000000;
  padding: 20px 0;
  font-size: 14px;
}
/* line 1631, ../sass/_header.scss */
#navigation-main .main-menu .menu-item .dropdown-items .item-label {
  padding: 6px 30px;
}
/* line 1634, ../sass/_header.scss */
#navigation-main .main-menu .menu-item .dropdown-items .item-label:hover {
  color: #000000;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1645, ../sass/_header.scss */
  #navigation-main .main-menu .menu-item.depth-1 > .item-label {
    font-size: 14px;
  }
}

/* line 1651, ../sass/_header.scss */
#navigation-wrapper {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.6);
}
/* line 1661, ../sass/_header.scss */
#navigation-wrapper.sticky {
  position: fixed;
}
/* line 1664, ../sass/_header.scss */
#navigation-wrapper.sticky .navbar-nav > li:first-child {
  display: none;
}
@media (min-width: 1200px) {
  /* line 1668, ../sass/_header.scss */
  #navigation-wrapper.sticky .block-cinsnavigation {
    font-size: 15px;
  }
}
/* line 1674, ../sass/_header.scss */
#navigation-wrapper.sticky .block-cinsnavigation .main-menu .item-id-1 {
  display: none;
}
/* line 1680, ../sass/_header.scss */
#navigation-wrapper.sticky #navigation-main {
  justify-content: flex-start;
  padding: 0 15px;
}
/* line 1685, ../sass/_header.scss */
#navigation-wrapper.sticky #block-logo-menu {
  height: 70px;
  padding: 10px 30px 6px;
}
/* line 1693, ../sass/_header.scss */
#navigation-wrapper.sticky #block-telephone-menu a,
#navigation-wrapper.sticky #block-contact-menu a,
#navigation-wrapper.sticky #block-acheternosproduits-menu a {
  transition: 0.5s;
}
/* line 1696, ../sass/_header.scss */
#navigation-wrapper.sticky #block-telephone-menu a:hover,
#navigation-wrapper.sticky #block-contact-menu a:hover,
#navigation-wrapper.sticky #block-acheternosproduits-menu a:hover {
  color: #98bc2a;
}
/* line 1702, ../sass/_header.scss */
#navigation-wrapper.sticky #block-contact-menu {
  margin-left: 20px;
}
/* line 1706, ../sass/_header.scss */
#navigation-wrapper.sticky #block-acheternosproduits-menu {
  margin-left: auto;
  margin-right: 15px;
}
@media (max-width: 767px) {
  /* line 1706, ../sass/_header.scss */
  #navigation-wrapper.sticky #block-acheternosproduits-menu {
    margin-right: 10px;
  }
  /* line 1714, ../sass/_header.scss */
  #navigation-wrapper.sticky #block-acheternosproduits-menu .buy-products i {
    width: 35px !important;
    height: 35px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  /* line 1723, ../sass/_header.scss */
  #navigation-wrapper.sticky #block-contact-menu,
  #navigation-wrapper.sticky #block-telephone-menu,
  #navigation-wrapper.sticky #block-mainmenu {
    display: none;
  }
}
/* line 1731, ../sass/_header.scss */
#navigation-wrapper.sticky #block-menumobile,
#navigation-wrapper.sticky #block-sticky-mobile-menu {
  display: block;
  margin-right: 25px;
}
/* line 1737, ../sass/_header.scss */
#navigation-wrapper.sticky #block-menumobile .menu-mobile .navbar-toggler,
#navigation-wrapper.sticky #block-sticky-mobile-menu .menu-mobile .navbar-toggler {
  padding: 0;
}
/* line 1741, ../sass/_header.scss */
#navigation-wrapper.sticky #block-menumobile .menu-mobile .navbar-toggler-icon,
#navigation-wrapper.sticky #block-sticky-mobile-menu .menu-mobile .navbar-toggler-icon {
  color: #98bc2a;
  font-size: 25px;
}
@media (min-width: 768px) {
  /* line 1731, ../sass/_header.scss */
  #navigation-wrapper.sticky #block-menumobile,
  #navigation-wrapper.sticky #block-sticky-mobile-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 1754, ../sass/_header.scss */
  #navigation-wrapper:not(.sticky) {
    height: 0 !important;
  }
}
/* line 1759, ../sass/_header.scss */
#navigation-wrapper:not(.sticky) #block-telephone-menu,
#navigation-wrapper:not(.sticky) #block-contact-menu,
#navigation-wrapper:not(.sticky) #block-acheternosproduits-menu,
#navigation-wrapper:not(.sticky) #block-logo-menu,
#navigation-wrapper:not(.sticky) #block-menumobile,
#navigation-wrapper:not(.sticky) #block-sticky-mobile-menu {
  height: 0;
}
/* line 1768, ../sass/_header.scss */
#navigation-wrapper:not(.sticky) #block-menumobile,
#navigation-wrapper:not(.sticky) #block-sticky-mobile-menu {
  display: none !important;
}
@media (max-width: 767px) {
  /* line 1773, ../sass/_header.scss */
  #navigation-wrapper:not(.sticky) #block-mainmenuburger-2,
  #navigation-wrapper:not(.sticky) #block-mainmenu {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 1780, ../sass/_header.scss */
  #navigation-wrapper:not(.sticky) .block-cinsnavigation {
    font-size: 15px;
  }
}
/* line 1787, ../sass/_header.scss */
#navigation-wrapper #block-telephone-menu,
#navigation-wrapper #block-contact-menu,
#navigation-wrapper #block-acheternosproduits-menu,
#navigation-wrapper #block-logo-menu {
  overflow: hidden;
}
/* line 1795, ../sass/_header.scss */
#navigation-wrapper #block-logo-menu img {
  height: 50px;
}
/* line 1801, ../sass/_header.scss */
#navigation-wrapper .buy-products .label {
  max-width: none;
  margin-right: 10px;
  font-size: 14px;
}
/* line 1808, ../sass/_header.scss */
#navigation-wrapper .buy-products i {
  width: 30px !important;
  height: 30px;
  font-size: 14px;
}
/* line 1816, ../sass/_header.scss */
#navigation-wrapper .nav-link {
  padding: 15px 10px;
  transition: 0.5s;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 1823, ../sass/_header.scss */
#navigation-wrapper .nav-link.is-active, #navigation-wrapper .nav-link:hover {
  color: #98bc2a;
}
/* line 1827, ../sass/_header.scss */
#navigation-wrapper .nav-link.is-active::before, #navigation-wrapper .nav-link:hover::before {
  color: #98bc2a;
}
/* line 1832, ../sass/_header.scss */
#navigation-wrapper .nav-link[data-drupal-link-system-path="<front>"] {
  position: relative;
  padding: 10px 12px;
  text-indent: -999px;
  overflow: hidden;
}
/* line 1840, ../sass/_header.scss */
#navigation-wrapper .nav-link[data-drupal-link-system-path="<front>"]::before {
  content: "\f015";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  position: absolute;
  top: 5px;
  left: calc(50% - 12px);
  font-size: 22px;
  text-indent: 0;
}
/* line 1853, ../sass/_header.scss */
#navigation-wrapper .nav-link[href="#search"] {
      /*
      position: relative;

      font-size: 5px;
      */
}
/* line 1860, ../sass/_header.scss */
#navigation-wrapper .nav-link[href="#search"]::before {
  content: "\f002";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 1873, ../sass/_header.scss */
#navigation-wrapper .dropdown:hover .dropdown-menu {
  display: block;
}
/* line 1879, ../sass/_header.scss */
#navigation-wrapper .dropdown-menu {
  padding: 0;
  font-size: 14px;
  box-shadow: 0 0 8px 1px #ebebeb;
}
/* line 1887, ../sass/_header.scss */
#navigation-wrapper .dropdown-item {
  padding: 9px 25px;
}
/* line 1890, ../sass/_header.scss */
#navigation-wrapper .dropdown-item:hover {
  background: #ebebeb;
  color: #ffffff;
}
/* line 1895, ../sass/_header.scss */
#navigation-wrapper .dropdown-item + .dropdown-item {
  border-top: 1px solid #000000;
}

/* line 1905, ../sass/_header.scss */
.dropdown-menu {
  margin: 0;
  border: none;
  border-radius: 0;
}

/* Correctif iPhone 6 et plus */
/* line 2, ../sass/_mobile_menu.scss */
#main-menu-placeholder-mobile {
  z-index: 2;
}
/* line 5, ../sass/_mobile_menu.scss */
#main-menu-placeholder-mobile nav.navbar {
  z-index: 2;
}
/* line 10, ../sass/_mobile_menu.scss */
#main-menu-placeholder-mobile ul.navbar-nav .nav-item {
  z-index: 2;
}

@media (max-width: 767px) {
  /* line 17, ../sass/_mobile_menu.scss */
  body.sticky-menu .region-modal.modal_opened {
    top: 60px;
  }
}
@media (max-width: 767px) {
  /* line 23, ../sass/_mobile_menu.scss */
  body.sticky-menu .after-header-wrapper {
    top: 60px;
  }
}

@media (max-width: 767px) {
  /* line 30, ../sass/_mobile_menu.scss */
  .region-modal.modal_opened {
    top: 100px;
  }
}

@media (max-width: 767px) {
  /* line 39, ../sass/_mobile_menu.scss */
  body.toolbar-fixed .region-modal.modal_opened,
  body.toolbar-vertical .region-modal.modal_opened,
  body.toolbar-horizontal .region-modal.modal_opened {
    top: 139px;
  }
}

@media (max-width: 767px) {
  /* line 50, ../sass/_mobile_menu.scss */
  body.sticky-menu.toolbar-fixed .region-modal.modal_opened, body.sticky-menu.toolbar-vertical .region-modal.modal_opened, body.sticky-menu.toolbar-horizontal .region-modal.modal_opened {
    top: 99px;
  }
}

/* line 58, ../sass/_mobile_menu.scss */
.modal_toggler[data-target=modal_menu_mobile] {
  padding: 15px 20px;
  font-size: 30px;
}

/* line 64, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile {
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  /* line 71, ../sass/_mobile_menu.scss */
  .region-modal.modal_menu_mobile .hidden-sm-down {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 77, ../sass/_mobile_menu.scss */
  .region-modal.modal_menu_mobile .d-md-none {
    display: none;
  }
}
/* line 83, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-languages-selector {
  margin-bottom: 10px;
  display: none;
}
/* line 87, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-languages-selector .links {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
}
/* line 96, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-languages-selector .links li {
  padding: 10px;
}
/* line 99, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-languages-selector .links li.is-active {
  text-decoration: underline;
  font-weight: 700;
}
/* line 107, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .modal_closer {
  display: none !important;
  position: absolute;
  color: #000000;
  right: 30px;
}
/* line 114, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .modal_closer i {
  color: #000000;
  font-size: 35px;
}
/* line 121, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .logo-menu-mobile {
  margin-bottom: 15px;
  width: 70%;
}
/* line 126, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .logo-menu-mobile img {
  max-width: 150px;
  margin-left: 15px;
}
/* line 133, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .main-menu {
  color: #000000;
  clear: both;
}
/* line 137, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .main-menu .item-label {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
}
/* line 147, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .main-menu .menu-item.depth-1 > .item-label {
  font-size: 18px;
  color: #000000 !important;
  padding-top: 8px;
  padding-bottom: 8px;
}
/* line 160, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .main-menu .has-children {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 165, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .main-menu .has-children .toggler {
  float: right;
}
/* line 168, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .main-menu .has-children .toggler::before {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  font-size: 24px;
  display: inline-block !important;
  margin-right: 25px;
  border: none;
  color: #000000;
}
/* line 182, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .main-menu .has-children.open .toggler::before {
  content: "\f078";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  font-size: 24px;
}
/* line 189, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .main-menu .dropdown-items {
  display: none;
  padding-left: 15px;
  padding-bottom: 8px;
  font-size: 15px;
}
/* line 200, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .buy-products {
  margin: 20px 0;
  padding: 10px;
  font-size: 14px;
  background: #ffffff;
  color: #202020;
}
/* line 209, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .buy-products .link {
  display: block;
  text-align: center;
}
/* line 215, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .buy-products .label {
  display: inline-block;
  max-width: none;
  margin-right: 10px;
}
/* line 222, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .buy-products i {
  width: 30px;
  height: 30px;
  font-size: inherit;
}
/* line 231, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-menupreheader-mobile {
  width: 100%;
}
/* line 234, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-menupreheader-mobile .first-item {
  display: none;
}
/* line 238, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-menupreheader-mobile ul {
  list-style: none;
}
/* line 243, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-menupreheader-mobile li,
.region-modal.modal_menu_mobile #block-contact-mobile,
.region-modal.modal_menu_mobile #block-telephone-mobile {
  margin-bottom: 1px;
}
/* line 248, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-menupreheader-mobile li a,
.region-modal.modal_menu_mobile #block-contact-mobile a,
.region-modal.modal_menu_mobile #block-telephone-mobile a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  background: #ebebeb;
}
/* line 259, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-contact-mobile,
.region-modal.modal_menu_mobile #block-telephone-mobile {
  padding: 0;
}
/* line 263, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-contact-mobile i,
.region-modal.modal_menu_mobile #block-telephone-mobile i {
  display: none;
}
/* line 267, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-contact-mobile .contact_link .value,
.region-modal.modal_menu_mobile #block-telephone-mobile .contact_link .value {
  padding: 0;
}
/* line 273, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .follow-us {
  margin-top: 30px;
}
/* line 276, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .follow-us i {
  display: inline-block;
  width: 50px;
  padding: 10px 0;
  font-size: 30px;
  text-align: center;
  background: #ebebeb;
}

/* line 290, ../sass/_mobile_menu.scss */
#block-social-mobile {
  margin-bottom: 30px;
}
/* line 295, ../sass/_mobile_menu.scss */
#block-social-mobile .follow-us {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 300, ../sass/_mobile_menu.scss */
#block-social-mobile .follow-us a {
  margin-right: 10px !important;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1px;
  border: 1px solid #000000;
  border-radius: 50%;
  color: #000000;
  transition: 0.5s;
}
/* line 313, ../sass/_mobile_menu.scss */
#block-social-mobile .follow-us a i {
  transition: 0.5s;
  font-size: 20px;
  background: transparent !important;
  background-color: transparent !important;
}
/* line 320, ../sass/_mobile_menu.scss */
#block-social-mobile .follow-us a:hover {
  opacity: 1;
  border-color: #000000;
  color: #000000;
  background-color: #ffffff;
}
/* line 326, ../sass/_mobile_menu.scss */
#block-social-mobile .follow-us a:hover i {
  color: #000000;
  background: transparent !important;
  background-color: transparent !important;
}
/* line 333, ../sass/_mobile_menu.scss */
#block-social-mobile .follow-us a:last-child {
  margin-right: 0 !important;
}

/* line 340, ../sass/_mobile_menu.scss */
#block-accespresse-2 {
  margin-top: 15px;
  font-size: 18px;
  color: #000000;
  text-align: center;
  width: 100%;
}
/* line 347, ../sass/_mobile_menu.scss */
#block-accespresse-2 .newspaper-access {
  width: 100%;
  display: flex;
  justify-content: center;
}
/* line 353, ../sass/_mobile_menu.scss */
#block-accespresse-2 .extranet-link {
  margin-left: 10px;
}

/* line 361, ../sass/_mobile_menu.scss */
#block-mainmenu-2 .main-menu .depth-1:last-child {
  display: none;
}

/* line 2, ../sass/_footer.scss */
.is_front footer {
  margin-top: 0;
}

/* line 7, ../sass/_footer.scss */
#mc-embedded-subscribe-form {
  background-color: transparent !important;
}

/* line 11, ../sass/_footer.scss */
#block-views-block-partner-footer-partner .partner-footer-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 11, ../sass/_footer.scss */
  #block-views-block-partner-footer-partner .partner-footer-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 385px;
    position: relative;
  }
}
@media (max-width: 767px) {
  /* line 11, ../sass/_footer.scss */
  #block-views-block-partner-footer-partner .partner-footer-wrapper {
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  /* line 11, ../sass/_footer.scss */
  #block-views-block-partner-footer-partner .partner-footer-wrapper {
    display: block;
  }
}
/* line 38, ../sass/_footer.scss */
#block-views-block-partner-footer-partner .partner-footer-wrapper .view-content {
  margin-top: 30px;
}
@media (max-width: 767px) {
  /* line 38, ../sass/_footer.scss */
  #block-views-block-partner-footer-partner .partner-footer-wrapper .view-content {
    margin-top: 0;
  }
}
/* line 48, ../sass/_footer.scss */
#block-views-block-partner-footer-partner .partner-footer-wrapper .slick-slide > div:first-child {
  margin-bottom: 30px;
}
/* line 54, ../sass/_footer.scss */
#block-views-block-partner-footer-partner .partner-footer-wrapper .node-type-partner.node-display-teaser .partner-teaser-wrapper .image-wrapper img {
  max-width: 210px;
  max-height: 140px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 54, ../sass/_footer.scss */
  #block-views-block-partner-footer-partner .partner-footer-wrapper .node-type-partner.node-display-teaser .partner-teaser-wrapper .image-wrapper img {
    max-width: 100%;
    max-height: 100px;
  }
}
/* line 64, ../sass/_footer.scss */
#block-views-block-partner-footer-partner .partner-footer-wrapper .title-wrapper {
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 64, ../sass/_footer.scss */
  #block-views-block-partner-footer-partner .partner-footer-wrapper .title-wrapper {
    font-size: 20px;
    position: absolute;
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  /* line 64, ../sass/_footer.scss */
  #block-views-block-partner-footer-partner .partner-footer-wrapper .title-wrapper {
    font-size: 20px;
  }
}
/* line 82, ../sass/_footer.scss */
#block-views-block-partner-footer-partner .partner-footer-wrapper .view-content {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 82, ../sass/_footer.scss */
  #block-views-block-partner-footer-partner .partner-footer-wrapper .view-content {
    margin-top: 30px;
  }
}
/* line 90, ../sass/_footer.scss */
#block-views-block-partner-footer-partner .partner-footer-wrapper .slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  background: transparent !important;
}
@media (max-width: 767px) {
  /* line 90, ../sass/_footer.scss */
  #block-views-block-partner-footer-partner .partner-footer-wrapper .slick-arrow {
    left: 45px;
  }
}
@media (max-width: 575px) {
  /* line 90, ../sass/_footer.scss */
  #block-views-block-partner-footer-partner .partner-footer-wrapper .slick-arrow {
    left: 0;
  }
}
/* line 106, ../sass/_footer.scss */
#block-views-block-partner-footer-partner .partner-footer-wrapper .slick-arrow::before {
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  transition: 0.5s;
}
/* line 113, ../sass/_footer.scss */
#block-views-block-partner-footer-partner .partner-footer-wrapper .slick-arrow:hover {
  background: transparent !important;
}
/* line 116, ../sass/_footer.scss */
#block-views-block-partner-footer-partner .partner-footer-wrapper .slick-arrow:hover::before {
  color: #0072bc;
}
/* line 122, ../sass/_footer.scss */
#block-views-block-partner-footer-partner .partner-footer-wrapper .slick-next {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  /* line 122, ../sass/_footer.scss */
  #block-views-block-partner-footer-partner .partner-footer-wrapper .slick-next {
    right: 45px;
  }
}
@media (max-width: 575px) {
  /* line 122, ../sass/_footer.scss */
  #block-views-block-partner-footer-partner .partner-footer-wrapper .slick-next {
    right: 0;
  }
}

/* line 137, ../sass/_footer.scss */
#block-newslettermailchimp .newsletter-content-wrapper {
  padding: 30px;
  background-color: rgba(40, 165, 210, 0.8);
  color: #ffffff;
}

/* line 144, ../sass/_footer.scss */
#block-social-networks-footer {
  margin-top: 15px;
}
/* line 147, ../sass/_footer.scss */
#block-social-networks-footer .follow-us {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
/* line 153, ../sass/_footer.scss */
#block-social-networks-footer .follow-us a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  color: #28a5d2;
  background-color: #ffffff;
  width: 45px;
  height: 45px;
  font-size: 25px;
  transition: 0.5s;
  border-radius: 50%;
  margin: 7px;
}
/* line 167, ../sass/_footer.scss */
#block-social-networks-footer .follow-us a i {
  background-color: transparent;
}
/* line 171, ../sass/_footer.scss */
#block-social-networks-footer .follow-us a:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
/* line 176, ../sass/_footer.scss */
#block-social-networks-footer .follow-us a:hover i {
  background-color: transparent !important;
}

/* line 184, ../sass/_footer.scss */
#block-need-support-block .footer-contact-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  padding: 30px 15px;
  z-index: 1 !important;
  min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 184, ../sass/_footer.scss */
  #block-need-support-block .footer-contact-wrapper {
    min-height: 385px;
  }
}
@media (max-width: 767px) {
  /* line 184, ../sass/_footer.scss */
  #block-need-support-block .footer-contact-wrapper {
    min-height: auto;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  /* line 205, ../sass/_footer.scss */
  #block-need-support-block .footer-contact-wrapper > .container > .row {
    align-items: center;
    justify-content: center;
  }
}
/* line 212, ../sass/_footer.scss */
#block-need-support-block .footer-contact-wrapper .title-wrapper {
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 0 15px;
}
@media (max-width: 991px) {
  /* line 212, ../sass/_footer.scss */
  #block-need-support-block .footer-contact-wrapper .title-wrapper {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* line 212, ../sass/_footer.scss */
  #block-need-support-block .footer-contact-wrapper .title-wrapper {
    margin-bottom: 15px;
  }
}
/* line 228, ../sass/_footer.scss */
#block-need-support-block .footer-contact-wrapper .inline-content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 228, ../sass/_footer.scss */
  #block-need-support-block .footer-contact-wrapper .inline-content {
    flex-direction: column;
  }
}
/* line 237, ../sass/_footer.scss */
#block-need-support-block .footer-contact-wrapper .map-wrapper {
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 237, ../sass/_footer.scss */
  #block-need-support-block .footer-contact-wrapper .map-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/* line 249, ../sass/_footer.scss */
#block-need-support-block .footer-contact-wrapper .map-wrapper img,
#block-need-support-block .footer-contact-wrapper .map-wrapper iframe {
  border: 15px solid #28a5d2 !important;
  border-radius: 50%;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 249, ../sass/_footer.scss */
  #block-need-support-block .footer-contact-wrapper .map-wrapper img,
  #block-need-support-block .footer-contact-wrapper .map-wrapper iframe {
    border: 10px solid #28a5d2 !important;
  }
}
/* line 262, ../sass/_footer.scss */
#block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_hours,
#block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_address,
#block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_phone {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 262, ../sass/_footer.scss */
  #block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_hours,
  #block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_address,
  #block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_phone {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* line 276, ../sass/_footer.scss */
#block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_contact a {
  margin-bottom: 15px;
  padding: 10px 30px;
  border: 1px solid #000000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  font-size: 18px;
  font-size: 500;
}
/* line 287, ../sass/_footer.scss */
#block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_contact a:hover {
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 276, ../sass/_footer.scss */
  #block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_contact a {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 10px;
  }
}
/* line 301, ../sass/_footer.scss */
#block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_siret,
#block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_tva {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 301, ../sass/_footer.scss */
  #block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_siret,
  #block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_tva {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 301, ../sass/_footer.scss */
  #block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_siret,
  #block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_tva {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
/* line 317, ../sass/_footer.scss */
#block-need-support-block .footer-contact-wrapper .cins-customer-block-help .help_tva {
  margin-bottom: 0 !important;
}

/* line 324, ../sass/_footer.scss */
#block-footer-links-block p {
  margin-bottom: 10px;
}
/* line 327, ../sass/_footer.scss */
#block-footer-links-block p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 323, ../sass/_footer.scss */
  #block-footer-links-block {
    font-size: 13px;
  }
}

/* line 337, ../sass/_footer.scss */
body footer #footer-wrapper {
  background-color: transparent !important;
  /* Corrections MLC 27/04/20 */
  -webkit-box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.25);
  z-index: 2;
  position: relative;
  /* Fin Corrections MLC 27/04/20 */
}

/* line 349, ../sass/_footer.scss */
.region-footer-3 {
  padding-left: 0;
  padding-right: 0;
}

/* line 354, ../sass/_footer.scss */
footer {
  border-top: none;
  margin-top: 30px;
  background-color: #F3F3F3;
  background-image: url("/themes/cins_theme/images/motif.png");
  background-position: left top;
  background-repeat: repeat;
  /* Specification pre-footer-5 */
  /* Pre footer */
  /* Footer */
}
/* line 366, ../sass/_footer.scss */
footer #pre-footer-wrapper,
footer #footer-wrapper {
  border: 0;
}
@media (max-width: 991px) {
  /* line 375, ../sass/_footer.scss */
  footer #pre-footer-wrapper .region-pre-footer-5 {
    padding: 0;
    display: none;
  }
}
/* line 382, ../sass/_footer.scss */
footer #pre-footer-wrapper .pre-footer-5-mobile {
  /* CDF - n° 82 */
  width: 100%;
  /* Fin CDF - n° 82 */
}
/* line 387, ../sass/_footer.scss */
footer #pre-footer-wrapper .pre-footer-5-mobile .region-pre-footer-5 {
  display: block;
  padding: 0;
}
@media (min-width: 992px) {
  /* line 394, ../sass/_footer.scss */
  footer #pre-footer-wrapper .pre-footer-5-mobile {
    display: none;
  }
}
/* line 401, ../sass/_footer.scss */
footer #pre-footer-wrapper {
  color: #ffffff;
  background-color: #98bc2a;
  /* Pre footer need support block */
  /* Pre footer menus */
  /* Pre footer follow block */
  /* Pre footer brand logo */
}
@media (max-width: 767px) {
  /* line 401, ../sass/_footer.scss */
  footer #pre-footer-wrapper {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  /* line 401, ../sass/_footer.scss */
  footer #pre-footer-wrapper {
    min-height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 401, ../sass/_footer.scss */
  footer #pre-footer-wrapper {
    min-height: 450px;
  }
}
/* line 417, ../sass/_footer.scss */
footer #pre-footer-wrapper h2 {
  padding-top: 70px;
  padding-bottom: 30px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 417, ../sass/_footer.scss */
  footer #pre-footer-wrapper h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 417, ../sass/_footer.scss */
  footer #pre-footer-wrapper h2 {
    padding-top: 40px;
  }
}
/* line 438, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block,
footer #pre-footer-wrapper .block-address-block {
  position: relative;
  top: -18px;
  padding: 0 15px 15px;
  background-color: #0072bc;
  color: #ffffff;
  font-size: 15px;
}
@media (min-width: 992px) {
  /* line 438, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block,
  footer #pre-footer-wrapper .block-address-block {
    position: absolute;
  }
}
@media (max-width: 991px) {
  /* line 438, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block,
  footer #pre-footer-wrapper .block-address-block {
    padding: 0 30px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 438, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block,
  footer #pre-footer-wrapper .block-address-block {
    top: 0;
    padding: 0 30px 30px;
  }
}
/* line 461, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block::before,
footer #pre-footer-wrapper .block-address-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #98bc2a;
}
@media (max-width: 767px) {
  /* line 461, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block::before,
  footer #pre-footer-wrapper .block-address-block::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 461, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block::before,
  footer #pre-footer-wrapper .block-address-block::before {
    display: none;
  }
}
/* line 480, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block::after,
footer #pre-footer-wrapper .block-address-block::after {
  content: '';
  position: absolute;
  top: 0px;
  right: -20px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #98bc2a;
}
@media (min-width: 992px) and (max-width: 1030px) {
  /* line 480, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block::after,
  footer #pre-footer-wrapper .block-address-block::after {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1225px) {
  /* line 480, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block::after,
  footer #pre-footer-wrapper .block-address-block::after {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 480, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block::after,
  footer #pre-footer-wrapper .block-address-block::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 480, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block::after,
  footer #pre-footer-wrapper .block-address-block::after {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 438, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block,
  footer #pre-footer-wrapper .block-address-block {
    top: 0;
  }
}
/* line 512, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block h2,
footer #pre-footer-wrapper .block-address-block h2 {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: left;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 512, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block h2,
  footer #pre-footer-wrapper .block-address-block h2 {
    font-size: 22px;
  }
}
/* line 525, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block .content > div,
footer #pre-footer-wrapper .block-address-block .content > div {
  padding: 15px 0;
}
/* line 528, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block .content > div span,
footer #pre-footer-wrapper .block-address-block .content > div span {
  vertical-align: top;
}
/* line 532, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block .content > div span:not(i),
footer #pre-footer-wrapper .block-address-block .content > div span:not(i) {
  display: inline-block;
  max-width: calc(100% - 40px);
}
/* line 538, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block .content > div + div,
footer #pre-footer-wrapper .block-address-block .content > div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 542, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block .content .help_locate,
footer #pre-footer-wrapper .block-address-block .content .help_locate {
  width: 100%;
  text-transform: uppercase;
}
/* line 547, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block .content .help_locate::after,
footer #pre-footer-wrapper .block-address-block .content .help_locate::after {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  margin-left: 5px;
  color: #d0d0d0;
}
/* line 556, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block .content .help_phone,
footer #pre-footer-wrapper .block-address-block .content .help_phone {
  font-size: 17px;
}
/* line 560, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block .content .help_phone, footer #pre-footer-wrapper #block-need-support-block .content .help_contact,
footer #pre-footer-wrapper .block-address-block .content .help_phone,
footer #pre-footer-wrapper .block-address-block .content .help_contact {
  font-weight: 600;
}
/* line 566, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block .content .help_contact span:hover,
footer #pre-footer-wrapper .block-address-block .content .help_contact span:hover {
  text-decoration: underline;
}
/* line 573, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block .content .help_address strong,
footer #pre-footer-wrapper .block-address-block .content .help_address strong {
  text-transform: uppercase;
}
/* line 577, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block .content .help_address i,
footer #pre-footer-wrapper .block-address-block .content .help_address i {
  margin-right: 6px;
  margin-left: 4px;
}
/* line 584, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block i,
footer #pre-footer-wrapper .block-address-block i {
  display: inline-block;
  min-width: 25px;
  margin-right: 10px;
  color: #d0d0d0;
  font-size: 25px;
}
@media (max-width: 767px) {
  /* line 595, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-usefull-information-menu,
  footer #pre-footer-wrapper #block-know-us-menu {
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 595, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-usefull-information-menu,
  footer #pre-footer-wrapper #block-know-us-menu {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  /* line 608, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-usefull-information-menu h2.active,
  footer #pre-footer-wrapper #block-usefull-information-menu h2.inactive,
  footer #pre-footer-wrapper #block-know-us-menu h2.active,
  footer #pre-footer-wrapper #block-know-us-menu h2.inactive {
    cursor: pointer;
  }
  /* line 613, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-usefull-information-menu h2.active::after,
  footer #pre-footer-wrapper #block-usefull-information-menu h2.inactive::after,
  footer #pre-footer-wrapper #block-know-us-menu h2.active::after,
  footer #pre-footer-wrapper #block-know-us-menu h2.inactive::after {
    content: "\f078";
    font-family: 'Font Awesome\ 5 Pro', sans-serif;
    font-weight: 700;
    float: right;
    margin-right: 10px;
    color: #98bc2a;
    transition: 0.5s;
  }
}
@media (max-width: 767px) {
  /* line 627, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-usefull-information-menu h2.inactive::after,
  footer #pre-footer-wrapper #block-know-us-menu h2.inactive::after {
    transform: rotateX(180deg);
  }
}
@media (max-width: 767px) {
  /* line 633, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-usefull-information-menu #block-know-us-menu-menu,
  footer #pre-footer-wrapper #block-know-us-menu #block-know-us-menu-menu {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  /* line 640, ../sass/_footer.scss */
  footer #pre-footer-wrapper .footer-menu {
    padding-top: 10px;
  }
}
/* line 645, ../sass/_footer.scss */
footer #pre-footer-wrapper .footer-menu li {
  margin-bottom: 20px;
  list-style-type: none;
}
/* line 650, ../sass/_footer.scss */
footer #pre-footer-wrapper .footer-menu li::before {
  content: "\f0a9";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  margin: 0 5px 0 0px;
  color: #0072bc;
}
/* line 658, ../sass/_footer.scss */
footer #pre-footer-wrapper .footer-menu li a {
  transition: 0.5s;
}
/* line 661, ../sass/_footer.scss */
footer #pre-footer-wrapper .footer-menu li a:hover {
  color: #98bc2a;
}
/* line 669, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block {
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d0d0;
}
/* line 674, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block h2 {
  padding-bottom: 20px;
  padding-top: 70px;
}
@media (max-width: 767px) {
  /* line 674, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-follow-us-footer-block h2 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  /* line 674, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-follow-us-footer-block h2 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  /* line 687, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-follow-us-footer-block .follow-us {
    text-align: center;
  }
}
/* line 694, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block a:hover {
  background: none;
}
/* line 698, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block a .fab {
  width: 45px;
  padding: 12px;
  margin: 2px 0;
  font-size: 20px;
  text-align: center;
  background: #ebebeb;
}
/* line 709, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block i {
  transition: 0.5s;
}
@media (max-width: 767px) {
  /* line 715, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-logo-footer {
    border-bottom: 1px solid #d0d0d0;
  }
}
/* line 721, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-logo-footer img {
  width: 220px;
  height: auto;
  padding: 20px 0;
}
@media (max-width: 767px) {
  /* line 721, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-logo-footer img {
    display: block;
    margin: 0 auto;
  }
}
/* line 735, ../sass/_footer.scss */
footer #footer-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  background-color: transparent !important;
  color: #202020;
}
@media (max-width: 767px) {
  /* line 735, ../sass/_footer.scss */
  footer #footer-wrapper {
    padding: 30px 25px;
    text-align: center;
  }
}
/* line 752, ../sass/_footer.scss */
footer #footer-wrapper #block-footer-links-block a:hover {
  text-decoration: underline;
}

/* line 3, ../sass/_search.scss */
.block-search-form-block-wrapper #open_large_search span,
.block-search-form-block-wrapper #open_large_search span:hover {
  color: #0072bc;
}
/* line 10, ../sass/_search.scss */
.block-search-form-block-wrapper #close_large_search span {
  color: #ffffff;
}
/* line 13, ../sass/_search.scss */
.block-search-form-block-wrapper #close_large_search span:hover {
  color: #0072bc;
}
/* line 22, ../sass/_search.scss */
.block-search-form-block-wrapper .fancy-search-wrapper > .content .form-type-search input {
  color: #d0d0d0;
}
/* line 28, ../sass/_search.scss */
.block-search-form-block-wrapper .fancy-search-wrapper > .content .form-actions button::before {
  color: #d0d0d0;
}

/* */
/* line 3, ../sass/_motions.scss */
.cins-motion-complex-number span[class^="icomoon-"] {
  font-size: 50px;
}
/* line 7, ../sass/_motions.scss */
.cins-motion-complex-number .cins-motion-complex-number-number {
  font-size: 45px;
}
/* line 11, ../sass/_motions.scss */
.cins-motion-complex-number .cins-motion-complex-number-label {
  font-size: 16px;
  font-size: bold;
}

/* Affichage du paragraphe simple wysiwyg dans des onglets */
/* line 4, ../sass/_paragraphs.scss */
.paragraph.paragraph--type--bp-tabs .tab-content .paragraph--type--bp-simple .paragraph__column {
  padding-top: 0;
}

/* Affichage général des Wysiwyg dans les paragraphes */
/* line 10, ../sass/_paragraphs.scss */
.paragraph {
  font-size: 16px;
  color: #202020;
  /* CDF - Demande Florian modèles */
  /* Fin CDF - Demande Florian modèles */
}
/* line 16, ../sass/_paragraphs.scss */
.paragraph ul li ul {
  margin-left: 15px;
}
/* line 20, ../sass/_paragraphs.scss */
.paragraph ul li ul li ul {
  margin-left: 30px;
}
/* line 29, ../sass/_paragraphs.scss */
.paragraph a.main-color, .paragraph a.second-color, .paragraph a.yellow-color, .paragraph a.orange-color {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  padding: 10px 15px 7px;
  margin: 10px 0;
  color: #ffffff;
  transition: 0.5s;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  font-family: "Spartan", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
/* line 49, ../sass/_paragraphs.scss */
.paragraph a.main-color {
  border: 1px solid #0072bc;
  background-color: #0072bc;
}
/* line 53, ../sass/_paragraphs.scss */
.paragraph a.main-color:hover {
  background-color: #ffffff;
  color: #0072bc !important;
}
/* line 59, ../sass/_paragraphs.scss */
.paragraph a.second-color {
  border: 1px solid #98bc2a;
  background-color: #98bc2a;
}
/* line 63, ../sass/_paragraphs.scss */
.paragraph a.second-color:hover {
  background-color: #ffffff;
  color: #98bc2a !important;
}
/* line 69, ../sass/_paragraphs.scss */
.paragraph a.yellow-color {
  border: 1px solid #E6CA2F;
  background-color: #E6CA2F;
}
/* line 73, ../sass/_paragraphs.scss */
.paragraph a.yellow-color:hover {
  background-color: #ffffff;
  color: #E6CA2F !important;
}
/* line 79, ../sass/_paragraphs.scss */
.paragraph a.orange-color {
  border: 1px solid #ED872F;
  background-color: #ED872F;
}
/* line 83, ../sass/_paragraphs.scss */
.paragraph a.orange-color:hover {
  background-color: #ffffff;
  color: #ED872F !important;
}
/* line 90, ../sass/_paragraphs.scss */
.paragraph p {
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-family: "Roboto", Arial, sans-serif;
}
/* line 96, ../sass/_paragraphs.scss */
.paragraph p + h2,
.paragraph p + h3,
.paragraph p + h4,
.paragraph p + h5,
.paragraph p + h6 {
  margin-top: 2rem;
  font-family: "Spartan", Arial, sans-serif;
  font-weight: 500;
}
/* line 106, ../sass/_paragraphs.scss */
.paragraph h2 {
  margin-bottom: 1rem;
  padding: 0;
  font-size: 2rem;
  font-family: "Spartan", Arial, sans-serif;
  font-weight: 500;
}
/* line 115, ../sass/_paragraphs.scss */
.paragraph h3 {
  margin-bottom: 1rem;
  padding: 0;
  font-size: 25px;
  font-family: "Spartan", Arial, sans-serif;
}
/* line 123, ../sass/_paragraphs.scss */
.paragraph h4 {
  margin-bottom: 1rem;
  padding: 0;
  font-size: 18px;
  font-family: "Spartan", Arial, sans-serif;
}
/* line 137, ../sass/_paragraphs.scss */
.paragraph ul.dropbutton li::before,
.paragraph ul.nav-tabs li::before,
.paragraph ul.horizontal-tabs-list li::before,
.paragraph ul.contextual-links li::before,
.paragraph ul.pager__items li::before {
  display: none !important;
}
/* line 143, ../sass/_paragraphs.scss */
.paragraph ul:not(.nav-tabs) {
  list-style: none;
}
/* line 148, ../sass/_paragraphs.scss */
.paragraph ul:not(.nav-tabs) li::before, .paragraph ul:not(.dropbutton) li::before {
  /*
  content: "\2022";
  font-weight: bold;
  color: $fifth_color;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  */
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  height: 0.5rem;
  width: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 2px;
  background-color: #000000;
}
/* line 169, ../sass/_paragraphs.scss */
.paragraph ol {
  list-style: none;
  counter-reset: li;
  padding-left: 0;
  margin-left: 1em;
}
/* line 175, ../sass/_paragraphs.scss */
.paragraph ol li {
  counter-increment: li;
}
/* line 178, ../sass/_paragraphs.scss */
.paragraph ol li::before {
  content: counter(li);
  color: #000000;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
/* line 188, ../sass/_paragraphs.scss */
.paragraph ul:not(.nav-tabs),
.paragraph ol {
  margin-bottom: 10px;
}
/* line 193, ../sass/_paragraphs.scss */
.paragraph ul:not(.nav-tabs) li.main-color,
.paragraph ol li.main-color {
  color: #202020;
}
/* line 196, ../sass/_paragraphs.scss */
.paragraph ul:not(.nav-tabs) li.main-color::before,
.paragraph ol li.main-color::before {
  color: #0072bc;
  background-color: #0072bc;
}
/* line 202, ../sass/_paragraphs.scss */
.paragraph ul:not(.nav-tabs) li.second-color,
.paragraph ol li.second-color {
  color: #202020;
}
/* line 206, ../sass/_paragraphs.scss */
.paragraph ul:not(.nav-tabs) li.second-color::before,
.paragraph ol li.second-color::before {
  color: #98bc2a;
  background-color: #98bc2a;
}
/* line 212, ../sass/_paragraphs.scss */
.paragraph ul:not(.nav-tabs) li.yellow-color,
.paragraph ol li.yellow-color {
  color: #202020;
}
/* line 215, ../sass/_paragraphs.scss */
.paragraph ul:not(.nav-tabs) li.yellow-color::before,
.paragraph ol li.yellow-color::before {
  color: #E6CA2F;
  background-color: #E6CA2F;
}
/* line 221, ../sass/_paragraphs.scss */
.paragraph ul:not(.nav-tabs) li.orange-color,
.paragraph ol li.orange-color {
  color: #202020;
}
/* line 224, ../sass/_paragraphs.scss */
.paragraph ul:not(.nav-tabs) li.orange-color::before,
.paragraph ol li.orange-color::before {
  color: #ED872F;
  background-color: #ED872F;
}
/* line 239, ../sass/_paragraphs.scss */
.paragraph ol li.main-color::before, .paragraph ol li.second-color::before, .paragraph ol li.yellow-color::before, .paragraph ol li.orange-color::before {
  background-color: transparent;
}
/* line 248, ../sass/_paragraphs.scss */
.paragraph .contextual-links li::before {
  display: none;
}
/* line 254, ../sass/_paragraphs.scss */
.paragraph img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* line 261, ../sass/_paragraphs.scss */
.paragraph a {
  transition: 0.5s;
}
/* line 266, ../sass/_paragraphs.scss */
.paragraph a:hover {
  color: #0072bc;
  opacity: 0.9;
}
/* line 272, ../sass/_paragraphs.scss */
.paragraph table {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 276, ../sass/_paragraphs.scss */
.paragraph table caption {
  text-align: center;
}
/* line 281, ../sass/_paragraphs.scss */
.paragraph table tr td,
.paragraph table tr th {
  padding: 5px;
  border: 1px solid #98bc2a;
}
/* line 291, ../sass/_paragraphs.scss */
.paragraph iframe {
  max-width: 100%;
}
/* line 300, ../sass/_paragraphs.scss */
.paragraph.paragraph--type--bp-simple a, .paragraph.paragraph--type--highlighted-text a, .paragraph.paragraph--type--quote a {
  text-decoration: underline;
}
/* line 303, ../sass/_paragraphs.scss */
.paragraph.paragraph--type--bp-simple a:hover, .paragraph.paragraph--type--highlighted-text a:hover, .paragraph.paragraph--type--quote a:hover {
  color: #0072bc;
  opacity: 0.9;
}

/* line 1, ../sass/home/_home_block_customer.scss */
#customer-type-home-block {
  background-color: #ffffff;
  background-image: url("/sites/default/files/img_conso_parallax_nb.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/* line 9, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .tabs .tab-item {
  margin-right: 1px;
  padding: 20px 20px;
}
/* line 14, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .views-row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 20, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .description-wrapper h2, #customer-type-home-block .description-wrapper h3, #customer-type-home-block .description-wrapper h4 {
  font-weight: 700;
}
/* line 25, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .titre {
  margin-top: 15px;
  font-weight: 700;
}
/* line 30, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .titre::before, #customer-type-home-block .titre::after {
  content: none !important;
}
/* line 36, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .description {
  padding-bottom: 40px;
  box-shadow: 0px 50px 35px -40px #d0d0d0;
}
/* line 42, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .selection-container {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 47, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .button-wrapper {
  margin-top: 30px;
  text-align: center;
}
/* line 53, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .cins-nav-container {
  position: absolute;
  top: auto;
  bottom: 50px;
  right: 0;
  -webkit-margin-end: 15px;
}
@media (max-width: 575px) {
  /* line 53, ../sass/home/_home_block_customer.scss */
  #customer-type-home-block .cins-nav-container {
    top: calc(50%);
    transform: translateY(-50%);
    width: 100%;
  }
}
/* line 66, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .cins-nav-container .slick-prev,
#customer-type-home-block .cins-nav-container .slick-next {
  width: 40px;
  height: 50px;
  background: transparent !important;
}
@media (max-width: 575px) {
  /* line 66, ../sass/home/_home_block_customer.scss */
  #customer-type-home-block .cins-nav-container .slick-prev,
  #customer-type-home-block .cins-nav-container .slick-next {
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #98bc2a !important;
    transition: 0.5s;
  }
  /* line 88, ../sass/home/_home_block_customer.scss */
  #customer-type-home-block .cins-nav-container .slick-prev:hover,
  #customer-type-home-block .cins-nav-container .slick-next:hover {
    background: #0072bc !important;
  }
}
/* line 93, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .cins-nav-container .slick-prev::before,
#customer-type-home-block .cins-nav-container .slick-next::before {
  font-size: 35px;
  color: #0072bc;
  transition: 0.5s;
}
@media (max-width: 575px) {
  /* line 93, ../sass/home/_home_block_customer.scss */
  #customer-type-home-block .cins-nav-container .slick-prev::before,
  #customer-type-home-block .cins-nav-container .slick-next::before {
    font-size: 20px;
    color: #ffffff;
  }
  /* line 102, ../sass/home/_home_block_customer.scss */
  #customer-type-home-block .cins-nav-container .slick-prev::before:hover,
  #customer-type-home-block .cins-nav-container .slick-next::before:hover {
    color: #ffffff;
  }
}
/* line 107, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .cins-nav-container .slick-prev::before:hover,
#customer-type-home-block .cins-nav-container .slick-next::before:hover {
  color: #98bc2a !important;
}
/* line 113, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .cins-nav-container .slick-prev:hover::before,
#customer-type-home-block .cins-nav-container .slick-next:hover::before {
  color: #98bc2a !important;
}
/* line 119, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .cins-nav-container .slick-prev {
  width: 60px;
  border-right: 1px solid #d0d0d0;
}
@media (max-width: 575px) {
  /* line 119, ../sass/home/_home_block_customer.scss */
  #customer-type-home-block .cins-nav-container .slick-prev {
    width: 30px;
    left: 15px;
    border-right: none;
  }
}
/* line 131, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .cins-nav-container .slick-prev::before {
  content: "\f060";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 300;
}
@media (max-width: 575px) {
  /* line 131, ../sass/home/_home_block_customer.scss */
  #customer-type-home-block .cins-nav-container .slick-prev::before {
    content: "\f053";
    font-family: 'Font Awesome\ 5 Pro', sans-serif;
    font-weight: 400;
  }
}
/* line 140, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .cins-nav-container .slick-next {
  margin-left: 10px;
}
@media (max-width: 575px) {
  /* line 140, ../sass/home/_home_block_customer.scss */
  #customer-type-home-block .cins-nav-container .slick-next {
    right: -15px;
  }
}
/* line 147, ../sass/home/_home_block_customer.scss */
#customer-type-home-block .cins-nav-container .slick-next::before {
  content: "\f061";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 300;
}
@media (max-width: 575px) {
  /* line 147, ../sass/home/_home_block_customer.scss */
  #customer-type-home-block .cins-nav-container .slick-next::before {
    content: "\f054";
    font-family: 'Font Awesome\ 5 Pro', sans-serif;
    font-weight: 400;
  }
}

/* line 158, ../sass/home/_home_block_customer.scss */
.node-display-horizontal {
  margin-top: 10px;
  margin-bottom: 10px;
  transition: .3s;
  font-size: 13px;
}
/* line 166, ../sass/home/_home_block_customer.scss */
.node-display-horizontal:hover {
  box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.5);
}
/* line 169, ../sass/home/_home_block_customer.scss */
.node-display-horizontal:hover .button-next {
  display: inline-flex;
}
@media (min-width: 992px) {
  /* line 174, ../sass/home/_home_block_customer.scss */
  .node-display-horizontal:hover .product-packing {
    display: none;
  }
}
/* line 180, ../sass/home/_home_block_customer.scss */
.node-display-horizontal .text-wrapper {
  height: 100%;
  padding: 15px 0;
  padding-right: 15px;
}
@media (max-width: 991px) {
  /* line 180, ../sass/home/_home_block_customer.scss */
  .node-display-horizontal .text-wrapper {
    padding-right: 0;
    text-align: center;
  }
  /* line 190, ../sass/home/_home_block_customer.scss */
  .node-display-horizontal .text-wrapper .button-next {
    display: inline-flex;
  }
}
/* line 196, ../sass/home/_home_block_customer.scss */
.node-display-horizontal .product-title {
  min-height: 85px;
  font-size: 20px;
  color: #98bc2a;
}
/* line 204, ../sass/home/_home_block_customer.scss */
.node-display-horizontal .product-weight,
.node-display-horizontal .product-packing {
  font-style: italic;
}
/* line 209, ../sass/home/_home_block_customer.scss */
.node-display-horizontal .product-packing {
  margin-top: 15px;
}
/* line 213, ../sass/home/_home_block_customer.scss */
.node-display-horizontal .button-next {
  display: none;
  min-height: 30px;
  height: 30px;
  margin-top: 15px;
  padding: 5px 20px;
  font-size: 12px;
}

/* line 225, ../sass/home/_home_block_customer.scss */
#block-views-block-customer-type-home-block {
  padding-bottom: 60px;
}
/* line 228, ../sass/home/_home_block_customer.scss */
#block-views-block-customer-type-home-block .taxonomy-wrapper {
  margin-top: 20px;
  padding: 30px 0;
  background-color: #ffffff;
}

/* line 1, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy {
  padding-bottom: 80px;
  background-color: #d0d0d0;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/* line 10, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .tabs {
  margin-top: 30px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  /* line 10, ../sass/home/_home_block_taxonomy.scss */
  #home-block-taxonomy .tabs {
    justify-content: flex-start;
  }
}
/* line 20, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .tabs .tab-item {
  margin-right: 1px;
}
@media (min-width: 768px) {
  /* line 20, ../sass/home/_home_block_taxonomy.scss */
  #home-block-taxonomy .tabs .tab-item {
    max-height: 65px;
  }
}
@media (max-width: 1199px) {
  /* line 20, ../sass/home/_home_block_taxonomy.scss */
  #home-block-taxonomy .tabs .tab-item {
    padding: 10px 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 20, ../sass/home/_home_block_taxonomy.scss */
  #home-block-taxonomy .tabs .tab-item {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  /* line 20, ../sass/home/_home_block_taxonomy.scss */
  #home-block-taxonomy .tabs .tab-item {
    padding: 10px 5px;
    max-height: 65px;
    min-width: 180px;
    justify-content: center;
    font-size: 14px;
    line-height: 17px;
  }
}
/* line 49, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .views-row {
  padding: 30px 0;
  background: #ffffff;
}
/* line 55, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .slick-slide {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 61, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .taxonomy-wrapper .description {
  padding: 0 15px;
}
/* line 69, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .taxonomy-wrapper .selection {
  display: flex;
  flex-direction: column;
}
/* line 73, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .taxonomy-wrapper .selection .button-wrapper {
  margin-top: auto;
  text-align: right;
  /* CDF - n° 79 */
  /* Fin CDF - n° 79 */
}
/* line 78, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .taxonomy-wrapper .selection .button-wrapper .button-next {
  margin-top: 15px;
}
/* line 84, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .taxonomy-wrapper .selection .selection-container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 84, ../sass/home/_home_block_taxonomy.scss */
  #home-block-taxonomy .taxonomy-wrapper .selection .selection-container {
    margin-top: 40px;
  }
  /* line 91, ../sass/home/_home_block_taxonomy.scss */
  #home-block-taxonomy .taxonomy-wrapper .selection .selection-container .button-next {
    font-size: 13px;
    padding: 15px;
  }
}
/* line 98, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .taxonomy-wrapper .selection .title {
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 69, ../sass/home/_home_block_taxonomy.scss */
  #home-block-taxonomy .taxonomy-wrapper .selection {
    padding-right: 30px;
  }
}
/* line 111, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .taxonomy-wrapper img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  /* line 60, ../sass/home/_home_block_taxonomy.scss */
  #home-block-taxonomy .taxonomy-wrapper {
    display: flex;
  }
}
/* line 121, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .cins-nav-container {
  top: calc(50% - 61px);
  left: -15px;
  width: calc(100% + 15px);
}
/* line 127, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .cins-nav-container .slick-arrow {
  z-index: 1;
  background: #98bc2a;
  transition: 0.5s;
}
/* line 133, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .cins-nav-container .slick-arrow:hover {
  background: #0072bc;
}
/* line 137, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .cins-nav-container .slick-arrow::before {
  top: 15px;
  left: 8px;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  /* line 148, ../sass/home/_home_block_taxonomy.scss */
  #home-block-taxonomy .cins-nav-container .slick-prev {
    margin-left: 15px !important;
  }
}
/* line 155, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .button-wrapper {
  text-align: center;
}
/* line 159, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .button-next {
  margin-left: auto;
  margin-right: auto;
}

/* line 1, ../sass/home/_home_brands.scss */
#home-brands-wrapper {
  background-color: #f5f5f5;
  /* Corrections MLC 27/04/20 */
  -webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.25);
  z-index: 3;
  position: relative;
  /* Fin Corrections MLC 27/04/20 */
}
/* line 13, ../sass/home/_home_brands.scss */
#home-brands-wrapper .slick-arrow:hover::before {
  color: #0072bc !important;
}
/* line 18, ../sass/home/_home_brands.scss */
#home-brands-wrapper .slick-arrow::before {
  font-size: 35px !important;
  color: #000000 !important;
}

/* line 1, ../sass/home/_home_drawing.scss */
#block-homeillustration {
  margin-bottom: 80px;
}
/* line 4, ../sass/home/_home_drawing.scss */
#block-homeillustration img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  /* line 1, ../sass/home/_home_drawing.scss */
  #block-homeillustration {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  /* line 14, ../sass/home/_home_drawing.scss */
  #block-homeillustration .hidden-sm-down {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 20, ../sass/home/_home_drawing.scss */
  #block-homeillustration .hidden-md-up {
    display: none;
  }
}

/* line 1, ../sass/home/_home_images_links.scss */
#block-views-block-home-images-links-block-home-images-links {
  background-color: #a6cbd8;
}
/* line 4, ../sass/home/_home_images_links.scss */
#block-views-block-home-images-links-block-home-images-links .block-title {
  color: #ffffff !important;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
/* line 8, ../sass/home/_home_images_links.scss */
#block-views-block-home-images-links-block-home-images-links .block-title::before {
  text-shadow: none;
}

/* line 14, ../sass/home/_home_images_links.scss */
.home_images_links {
  /* Left col */
  /* Right col */
}
/* line 16, ../sass/home/_home_images_links.scss */
.home_images_links .cins-paragraph-image-title-button {
  margin: 45px 0;
}
@media (max-width: 767px) {
  /* line 16, ../sass/home/_home_images_links.scss */
  .home_images_links .cins-paragraph-image-title-button {
    margin-bottom: 20px;
  }
}
/* line 23, ../sass/home/_home_images_links.scss */
.home_images_links .cins-paragraph-image-title-button .image-title-button-wrapper {
  margin-top: 0;
}
/* line 27, ../sass/home/_home_images_links.scss */
.home_images_links .cins-paragraph-image-title-button .image-title-button-wrapper-mobile {
  background: transparent !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 33, ../sass/home/_home_images_links.scss */
  .home_images_links .cins-paragraph-image-title-button .image-title-button-wrapper .text-wrapper {
    padding: 15px;
  }
  /* line 36, ../sass/home/_home_images_links.scss */
  .home_images_links .cins-paragraph-image-title-button .image-title-button-wrapper .text-wrapper .title-wrapper {
    font-size: 22px;
  }
  /* line 40, ../sass/home/_home_images_links.scss */
  .home_images_links .cins-paragraph-image-title-button .image-title-button-wrapper .text-wrapper .button-wrapper {
    font-size: 14px;
  }
  /* line 43, ../sass/home/_home_images_links.scss */
  .home_images_links .cins-paragraph-image-title-button .image-title-button-wrapper .text-wrapper .button-wrapper .button-next {
    padding: 15px 5px;
  }
}
/* line 53, ../sass/home/_home_images_links.scss */
.home_images_links .paragraph--type--bp-column-wrapper {
  margin: 45px 0;
}
@media (max-width: 767px) {
  /* line 53, ../sass/home/_home_images_links.scss */
  .home_images_links .paragraph--type--bp-column-wrapper {
    margin-top: 0;
  }
}
/* line 61, ../sass/home/_home_images_links.scss */
.home_images_links .paragraph--type--bp-column-wrapper .cins-paragraph-button-redirect-image .btn-redirect-img-link {
  background: transparent;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 61, ../sass/home/_home_images_links.scss */
  .home_images_links .paragraph--type--bp-column-wrapper .cins-paragraph-button-redirect-image .btn-redirect-img-link {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  /* line 68, ../sass/home/_home_images_links.scss */
  .home_images_links .paragraph--type--bp-column-wrapper .cins-paragraph-button-redirect-image .btn-redirect-img-link .image-wrapper {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../sass/home/_home_images_links.scss */
  .home_images_links .paragraph--type--bp-column-wrapper .cins-paragraph-button-redirect-image .btn-redirect-img-link .image-wrapper img {
    width: 115px;
    min-width: 115px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 73, ../sass/home/_home_images_links.scss */
  .home_images_links .paragraph--type--bp-column-wrapper .cins-paragraph-button-redirect-image .btn-redirect-img-link .image-wrapper img {
    width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  /* line 86, ../sass/home/_home_images_links.scss */
  .home_images_links .paragraph--type--bp-column-wrapper .cins-paragraph-button-redirect-image .btn-redirect-img-link .title-wrapper {
    margin-left: 0;
    font-size: 23px;
    line-height: 28px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  /* line 86, ../sass/home/_home_images_links.scss */
  .home_images_links .paragraph--type--bp-column-wrapper .cins-paragraph-button-redirect-image .btn-redirect-img-link .title-wrapper {
    margin-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 86, ../sass/home/_home_images_links.scss */
  .home_images_links .paragraph--type--bp-column-wrapper .cins-paragraph-button-redirect-image .btn-redirect-img-link .title-wrapper {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 103, ../sass/home/_home_images_links.scss */
  .home_images_links .paragraph--type--bp-column-wrapper .cins-paragraph-button-redirect-image .btn-redirect-img-link i {
    font-size: 25px;
  }
}

/* Home products block */
/* line 2, ../sass/home/_home_products.scss */
#block-views-block-product-our-selection-home,
#block-views-block-our-selection-home-our-selection {
  width: 100%;
  padding-bottom: 60px;
}
/* line 7, ../sass/home/_home_products.scss */
#block-views-block-product-our-selection-home .view-content,
#block-views-block-our-selection-home-our-selection .view-content {
  margin: 30px 0px;
}
/* line 11, ../sass/home/_home_products.scss */
#block-views-block-product-our-selection-home .tabs,
#block-views-block-our-selection-home-our-selection .tabs {
  padding-bottom: 20px;
}
/* line 15, ../sass/home/_home_products.scss */
#block-views-block-product-our-selection-home .js-our-selection-slider,
#block-views-block-our-selection-home-our-selection .js-our-selection-slider {
  z-index: 1;
}
/* line 19, ../sass/home/_home_products.scss */
#block-views-block-product-our-selection-home .views-row,
#block-views-block-our-selection-home-our-selection .views-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  /* line 19, ../sass/home/_home_products.scss */
  #block-views-block-product-our-selection-home .views-row,
  #block-views-block-our-selection-home-our-selection .views-row {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  /* line 19, ../sass/home/_home_products.scss */
  #block-views-block-product-our-selection-home .views-row,
  #block-views-block-our-selection-home-our-selection .views-row {
    max-width: 33%;
  }
}
@media (min-width: 576px) {
  /* line 19, ../sass/home/_home_products.scss */
  #block-views-block-product-our-selection-home .views-row,
  #block-views-block-our-selection-home-our-selection .views-row {
    max-width: 50%;
  }
}
/* line 36, ../sass/home/_home_products.scss */
#block-views-block-product-our-selection-home .button-parent,
#block-views-block-our-selection-home-our-selection .button-parent {
  text-align: center;
}
/* line 39, ../sass/home/_home_products.scss */
#block-views-block-product-our-selection-home .button-parent .button-next,
#block-views-block-our-selection-home-our-selection .button-parent .button-next {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
/* line 46, ../sass/home/_home_products.scss */
#block-views-block-product-our-selection-home .cins-nav-container,
#block-views-block-our-selection-home-our-selection .cins-nav-container {
  top: calc(50% - 61px);
  left: 0;
  width: 100%;
}
/* line 52, ../sass/home/_home_products.scss */
#block-views-block-product-our-selection-home .cins-nav-container .slick-arrow,
#block-views-block-our-selection-home-our-selection .cins-nav-container .slick-arrow {
  z-index: 1;
  background: #98bc2a;
}
/* line 57, ../sass/home/_home_products.scss */
#block-views-block-product-our-selection-home .cins-nav-container .slick-arrow::before,
#block-views-block-our-selection-home-our-selection .cins-nav-container .slick-arrow::before {
  top: 15px;
  left: 8px;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
}

/* Background of the container fluid */
/* line 2, ../sass/home/_home_recipes.scss */
#receipes-block-bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Block Home recipes */
/* line 10, ../sass/home/_home_recipes.scss */
#block-views-block-recipe-home-recipes-block {
  width: 100%;
  padding-bottom: 55px;
  /* Element of the recipes home view */
}
@media (max-width: 991px) {
  /* line 17, ../sass/home/_home_recipes.scss */
  #block-views-block-recipe-home-recipes-block .views-row:first-child .node-type-recipe.node-display-teaser {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  /* line 17, ../sass/home/_home_recipes.scss */
  #block-views-block-recipe-home-recipes-block .views-row:first-child .node-type-recipe.node-display-teaser {
    margin-bottom: 45px;
  }
}
@media (max-width: 575px) {
  /* line 28, ../sass/home/_home_recipes.scss */
  #block-views-block-recipe-home-recipes-block .views-row:last-child {
    display: none;
  }
}

/* line 1, ../sass/home/_home_strengths_points.scss */
#block-views-block-strengths-points-block-home-strengths-points {
  background-color: #a6cbd8;
  /* Corrections MLC 27/04/20 */
  -webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
  z-index: 4;
  position: relative;
  /* Fin Corrections MLC 27/04/20 */
}
/* line 12, ../sass/home/_home_strengths_points.scss */
#block-views-block-strengths-points-block-home-strengths-points [type=reset], #block-views-block-strengths-points-block-home-strengths-points [type=submit], #block-views-block-strengths-points-block-home-strengths-points [type=button], #block-views-block-strengths-points-block-home-strengths-points button {
  -webkit-appearance: none;
}
/* line 16, ../sass/home/_home_strengths_points.scss */
#block-views-block-strengths-points-block-home-strengths-points .block-title {
  color: #ffffff !important;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
/* line 20, ../sass/home/_home_strengths_points.scss */
#block-views-block-strengths-points-block-home-strengths-points .block-title::before {
  text-shadow: none;
}
/* line 25, ../sass/home/_home_strengths_points.scss */
#block-views-block-strengths-points-block-home-strengths-points #strengths-points-accordion {
  overflow-x: hidden;
}
/* line 28, ../sass/home/_home_strengths_points.scss */
#block-views-block-strengths-points-block-home-strengths-points #strengths-points-accordion > #replace-accordion-navigation {
  display: none;
}
/* line 32, ../sass/home/_home_strengths_points.scss */
#block-views-block-strengths-points-block-home-strengths-points #strengths-points-accordion > .views-row {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 37, ../sass/home/_home_strengths_points.scss */
#block-views-block-strengths-points-block-home-strengths-points #strengths-points-accordion > .views-row:nth-child(even) .strength-point-reduced .icon-wrapper {
  background-color: #98bc2a;
}
/* line 45, ../sass/home/_home_strengths_points.scss */
#block-views-block-strengths-points-block-home-strengths-points #strengths-points-accordion > .views-row:nth-child(1) .strength-point-reduced .icon-wrapper {
  background-color: #e6ca2f;
}
/* line 53, ../sass/home/_home_strengths_points.scss */
#block-views-block-strengths-points-block-home-strengths-points #strengths-points-accordion > .views-row:nth-child(2) .strength-point-reduced .icon-wrapper {
  background-color: #98bc2a;
}
/* line 61, ../sass/home/_home_strengths_points.scss */
#block-views-block-strengths-points-block-home-strengths-points #strengths-points-accordion > .views-row:nth-child(3) .strength-point-reduced .icon-wrapper {
  background-color: #28a5d2;
}
/* line 69, ../sass/home/_home_strengths_points.scss */
#block-views-block-strengths-points-block-home-strengths-points #strengths-points-accordion > .views-row:nth-child(4) .strength-point-reduced .icon-wrapper {
  background-color: #ed872f;
}
@media (min-width: 768px) {
  /* line 78, ../sass/home/_home_strengths_points.scss */
  #block-views-block-strengths-points-block-home-strengths-points #strengths-points-accordion > .views-row:nth-child(2) .strength-item-teaser-wrapper.display-full {
    left: calc(-100% + 15px);
  }
  /* line 86, ../sass/home/_home_strengths_points.scss */
  #block-views-block-strengths-points-block-home-strengths-points #strengths-points-accordion > .views-row:nth-child(3) .strength-item-teaser-wrapper.display-full {
    left: calc(-200% + 15px);
  }
  /* line 94, ../sass/home/_home_strengths_points.scss */
  #block-views-block-strengths-points-block-home-strengths-points #strengths-points-accordion > .views-row:nth-child(4) .strength-item-teaser-wrapper.display-full {
    left: calc(-300% + 15px);
  }
}

/* line 104, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 31px);
  border: none;
  border-radius: 0;
  transition: 0.5s;
}
@media (min-width: 768px) {
  /* line 113, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper.display-full {
    position: absolute;
    width: 200%;
    z-index: 2;
    left: 15px;
    top: 0;
  }
  /* line 120, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper.display-full .strength-point-reduced {
    cursor: none;
  }
  /* line 123, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper.display-full .strength-point-reduced .filter-wrapper {
    opacity: 0;
  }
}
/* line 130, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
  height: 100%;
}
/* line 137, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-reduced {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding: 100px 30px;
  position: relative;
  transition: 0.5s;
  height: 800px;
  min-height: 800px;
  max-height: 800px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  /* line 137, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced {
    padding: 50px 20px;
    height: 600px;
    min-height: 600px;
    max-height: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 137, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced {
    padding: 50px 15px;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 137, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced {
    padding: 40px 15px;
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  /* line 137, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced {
    height: 100%;
    min-height: auto;
    max-height: none;
    padding: 110px 50px 40px 50px;
  }
}
/* line 180, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-reduced:hover {
  cursor: pointer;
}
/* line 183, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-reduced:hover .filter-wrapper {
  opacity: 0;
}
/* line 188, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-reduced .filter-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 1;
  transition: 0.5s;
}
/* line 199, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-reduced .icon-wrapper {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.16);
  z-index: 1;
  background-color: #28a5d2;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  /* line 199, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced .icon-wrapper {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 199, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced .icon-wrapper {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 199, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced .icon-wrapper {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  /* line 199, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced .icon-wrapper {
    width: 90px;
    height: 90px;
  }
}
/* line 232, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-reduced .icon-wrapper img {
  max-width: 100px;
  max-height: 100px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  /* line 232, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced .icon-wrapper img {
    max-width: 65px;
    max-height: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 232, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced .icon-wrapper img {
    max-width: 45px;
    max-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 232, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced .icon-wrapper img {
    max-width: 35px;
    max-height: 35px;
  }
}
@media (max-width: 767px) {
  /* line 232, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced .icon-wrapper img {
    max-width: 60px;
    max-height: 60px;
  }
}
/* line 258, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-reduced .title-wrapper {
  margin-top: 15px;
  font-size: 46px;
  min-height: 110px;
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
  text-align: center;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  /* line 258, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced .title-wrapper {
    font-size: 32px;
    min-height: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 258, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced .title-wrapper {
    font-size: 28px;
    min-height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 258, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced .title-wrapper {
    font-size: 24px;
    min-height: 55px;
  }
}
@media (max-width: 767px) {
  /* line 258, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-reduced .title-wrapper {
    font-size: 30px;
    min-height: 70px;
  }
}
/* line 291, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled {
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 291, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled {
    position: absolute;
    top: 15px;
    left: 100%;
    background: white;
    z-index: 5;
    width: 100%;
    height: calc(100% - 30px);
  }
}
/* line 304, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled.is-empty {
  display: none;
}
/* line 308, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .card-body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #28a5d2;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 308, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .card-body {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 308, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .card-body {
    padding: 15px;
  }
}
/* line 325, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .return-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  background-color: transparent;
  border: none;
  transition: 0.5s;
  margin-bottom: 15px;
  -webkit-appearance: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 325, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .return-link {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 325, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .return-link {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 325, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .return-link {
    margin-bottom: 5px;
  }
}
/* line 350, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .return-link:hover {
  color: #0072bc;
  cursor: pointer;
}
/* line 355, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .return-link i {
  font-size: 24px;
  margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 355, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .return-link i {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 355, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .return-link i {
    font-size: 16px;
  }
}
/* line 369, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .strengths-points-accordion-navigation,
.strength-item-teaser-wrapper .strength-point-detailled #replace-accordion-navigation {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 369, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .strengths-points-accordion-navigation,
  .strength-item-teaser-wrapper .strength-point-detailled #replace-accordion-navigation {
    top: 15px;
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 369, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .strengths-points-accordion-navigation,
  .strength-item-teaser-wrapper .strength-point-detailled #replace-accordion-navigation {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  /* line 369, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .strengths-points-accordion-navigation,
  .strength-item-teaser-wrapper .strength-point-detailled #replace-accordion-navigation {
    display: none;
  }
}
/* line 392, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .strengths-points-accordion-navigation .dot-navigation-item,
.strength-item-teaser-wrapper .strength-point-detailled #replace-accordion-navigation .dot-navigation-item {
  padding: 7px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid transparent;
  -webkit-appearance: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 392, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .strengths-points-accordion-navigation .dot-navigation-item,
  .strength-item-teaser-wrapper .strength-point-detailled #replace-accordion-navigation .dot-navigation-item {
    padding: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 392, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .strengths-points-accordion-navigation .dot-navigation-item,
  .strength-item-teaser-wrapper .strength-point-detailled #replace-accordion-navigation .dot-navigation-item {
    padding: 5px;
  }
}
/* line 407, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .strengths-points-accordion-navigation .dot-navigation-item:not(.collapsed),
.strength-item-teaser-wrapper .strength-point-detailled #replace-accordion-navigation .dot-navigation-item:not(.collapsed) {
  border: 1px solid #28a5d2;
}
/* line 411, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .strengths-points-accordion-navigation .dot-navigation-item .indicator-item,
.strength-item-teaser-wrapper .strength-point-detailled #replace-accordion-navigation .dot-navigation-item .indicator-item {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #28a5d2;
  transition: 0.5s;
}
/* line 419, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .strengths-points-accordion-navigation .dot-navigation-item:hover,
.strength-item-teaser-wrapper .strength-point-detailled #replace-accordion-navigation .dot-navigation-item:hover {
  cursor: pointer;
  border: 1px solid #28a5d2;
}
/* line 426, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
/* line 433, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper::before {
  content: '';
  width: 0;
  height: 75%;
  position: absolute;
  left: 43px;
  top: 10%;
  border-left: 4px dotted #28a5d2;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  /* line 433, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper::before {
    left: 33px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 433, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper::before {
    left: 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 433, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper::before {
    left: 18px;
  }
}
/* line 467, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper.no-icon {
  display: none;
}
/* line 470, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper.no-icon::before {
  display: none;
}
/* line 475, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
  color: #28a5d2;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  /* line 475, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper {
    margin: 10px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 475, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper {
    margin: 5px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 475, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper {
    margin: 5px 0;
  }
}
/* line 495, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .icon-wrapper {
  width: 90px;
  min-width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #98bc2a;
  -webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  /* line 495, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .icon-wrapper {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 495, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .icon-wrapper {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 495, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .icon-wrapper {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
/* line 526, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .icon-wrapper img {
  max-width: 65px;
  max-height: 65px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  /* line 526, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .icon-wrapper img {
    max-width: 45px;
    max-height: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 526, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .icon-wrapper img {
    max-width: 25px;
    max-height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 526, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .icon-wrapper img {
    max-width: 20px;
    max-height: 20px;
  }
}
/* line 547, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .description-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 556, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .description-wrapper .key-number-wrapper {
  font-size: 32px;
  font-weight: 700;
  color: #28a5d2;
  line-height: 1.2;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  /* line 556, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .description-wrapper .key-number-wrapper {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 556, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .description-wrapper .key-number-wrapper {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 556, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .description-wrapper .key-number-wrapper {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  /* line 556, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .description-wrapper .key-number-wrapper {
    font-size: 24px;
  }
}
/* line 579, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .description-wrapper .sub-title-wrapper {
  font-size: 20px;
  font-weight: 500;
  color: #28a5d2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 579, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .description-wrapper .sub-title-wrapper {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 579, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .key-numbers-wrapper .item-wrapper .description-wrapper .sub-title-wrapper {
    font-size: 14px;
  }
}
/* line 596, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .description-wrapper {
  color: #000000;
  font-size: 18px;
  margin: 15px 0;
  line-height: 1.2;
}
@media (min-width: 1500px) {
  /* line 596, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .description-wrapper {
    padding-right: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  /* line 596, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .description-wrapper {
    font-size: 16px;
  }
  /* line 609, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .description-wrapper p {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 596, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .description-wrapper {
    margin: 10px 0 0;
    font-size: 13px;
  }
  /* line 618, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .description-wrapper p {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 596, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .description-wrapper {
    display: none;
  }
}
/* line 628, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .more-details-wrapper {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #28a5d2;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 628, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .more-details-wrapper {
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 628, ../sass/home/_home_strengths_points.scss */
  .strength-item-teaser-wrapper .strength-point-detailled .more-details-wrapper {
    margin-top: 5px;
    padding: 5px 10px;
    font-size: 14px;
  }
}
/* line 651, ../sass/home/_home_strengths_points.scss */
.strength-item-teaser-wrapper .strength-point-detailled .more-details-wrapper:hover {
  color: #ffffff;
  background-color: #28a5d2;
}

/* line 1, ../sass/home/_home_why_work_with_us.scss */
.bg-light-grey {
  background: #ebebeb;
}

/* line 5, ../sass/home/_home_why_work_with_us.scss */
#block-pourquoitravailleravecnous {
  padding-bottom: 75px;
  /* left column */
  /* right column */
}
/* line 9, ../sass/home/_home_why_work_with_us.scss */
#block-pourquoitravailleravecnous .paragraph--id--111 {
  box-shadow: 40px 0px 40px -40px #d0d0d0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 9, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .paragraph--id--111 {
    box-shadow: none;
    padding-bottom: 20px;
  }
  /* line 16, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .paragraph--id--111 .sm-md-shadow-bottom {
    padding-bottom: 40px;
    box-shadow: 0px 40px 40px -40px #d0d0d0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 23, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .paragraph--type--bp-columns__2col {
    width: 100% !important;
  }
}
/* line 29, ../sass/home/_home_why_work_with_us.scss */
#block-pourquoitravailleravecnous .cins-paragraph-icon-title {
  width: 90%;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  /* line 29, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .cins-paragraph-icon-title {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 29, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .cins-paragraph-icon-title {
    width: 100%;
    padding: 20px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 29, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .cins-paragraph-icon-title {
    padding: 20px 0;
  }
}
/* line 48, ../sass/home/_home_why_work_with_us.scss */
#block-pourquoitravailleravecnous .no-border {
  border: none;
  border-bottom: none;
}
@media (max-width: 767px) {
  /* line 54, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .cins-paragraph-key-number {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 54, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .cins-paragraph-key-number {
    margin-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 65, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .cins-paragraph-key-number .key-number-wrapper .number-wrapper {
    width: 95px;
    height: 95px;
    font-size: 45px;
    border: none;
  }
  /* line 74, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .cins-paragraph-key-number .key-number-wrapper svg .outer {
    stroke-width: 15px;
    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-90deg) translateX(-115px);
    -webkit-transform: rotate(-90deg) translateX(-115px);
    transform: rotate(-90deg) translateX(-115px);
  }
}
/* line 85, ../sass/home/_home_why_work_with_us.scss */
#block-pourquoitravailleravecnous .cins-paragraph-key-number .home-visible-md {
  display: block;
}
@media (max-width: 991px) {
  /* line 85, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .cins-paragraph-key-number .home-visible-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 85, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .cins-paragraph-key-number .home-visible-md {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .cins-paragraph-key-number .home-hidden-md {
    display: none;
  }
}
/* line 104, ../sass/home/_home_why_work_with_us.scss */
#block-pourquoitravailleravecnous .simple-button-link {
  width: 250px;
  display: block;
  margin: 20px auto;
  padding: 12.5px;
}
@media (max-width: 767px) {
  /* line 104, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .simple-button-link {
    margin-bottom: 0;
  }
}
/* line 114, ../sass/home/_home_why_work_with_us.scss */
#block-pourquoitravailleravecnous .simple-button-link .cins-paragraph-simple-button {
  background: #98bc2a;
  color: #ffffff;
  font-weight: 700;
}
/* line 119, ../sass/home/_home_why_work_with_us.scss */
#block-pourquoitravailleravecnous .simple-button-link .cins-paragraph-simple-button:hover {
  color: #202020;
  background: #ffffff;
}
/* line 124, ../sass/home/_home_why_work_with_us.scss */
#block-pourquoitravailleravecnous .simple-button-link .cins-paragraph-simple-button::after {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
  color: #0072bc;
}
@media (max-width: 767px) {
  /* line 114, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .simple-button-link .cins-paragraph-simple-button {
    margin-bottom: 0;
  }
}

/* line 1, ../sass/home/_images_links.scss */
.home-image-link-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
/* line 14, ../sass/home/_images_links.scss */
.home-image-link-wrapper:hover .image-filter {
  opacity: 0;
}
/* line 20, ../sass/home/_images_links.scss */
.home-image-link-wrapper:hover .title-wrapper .title-filter {
  display: block;
  opacity: 1;
}
/* line 27, ../sass/home/_images_links.scss */
.home-image-link-wrapper .image-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  transition: 0.5s;
  opacity: 1;
}
/* line 38, ../sass/home/_images_links.scss */
.home-image-link-wrapper .title-wrapper {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
  z-index: 1;
  transition: 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  height: 280px;
  max-width: 425px;
  min-width: 425px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 38, ../sass/home/_images_links.scss */
  .home-image-link-wrapper .title-wrapper {
    max-width: 350px;
    min-width: 350px;
    height: 230px;
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 38, ../sass/home/_images_links.scss */
  .home-image-link-wrapper .title-wrapper {
    max-width: 250px;
    min-width: 250px;
    height: 165px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 38, ../sass/home/_images_links.scss */
  .home-image-link-wrapper .title-wrapper {
    max-width: 220px;
    min-width: 220px;
    height: 150px;
    font-size: 24px;
  }
}
/* line 78, ../sass/home/_images_links.scss */
.home-image-link-wrapper .title-wrapper > div {
  z-index: 1;
}
/* line 82, ../sass/home/_images_links.scss */
.home-image-link-wrapper .title-wrapper .title-filter {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 165, 210, 0.8);
}

/* line 93, ../sass/home/_images_links.scss */
#block-views-block-home-images-links-block-home-images-links {
  width: 100%;
}
/* line 97, ../sass/home/_images_links.scss */
#block-views-block-home-images-links-block-home-images-links .view-content > .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 103, ../sass/home/_images_links.scss */
#block-views-block-home-images-links-block-home-images-links .view-content > .row:nth-child(odd) .image-link-odd {
  width: 40%;
}
/* line 107, ../sass/home/_images_links.scss */
#block-views-block-home-images-links-block-home-images-links .view-content > .row:nth-child(odd) .image-link-even {
  width: 60%;
}
/* line 113, ../sass/home/_images_links.scss */
#block-views-block-home-images-links-block-home-images-links .view-content > .row:nth-child(even) .image-link-odd {
  width: 60%;
}
/* line 117, ../sass/home/_images_links.scss */
#block-views-block-home-images-links-block-home-images-links .view-content > .row:nth-child(even) .image-link-even {
  width: 40%;
}
/* line 124, ../sass/home/_images_links.scss */
#block-views-block-home-images-links-block-home-images-links .image-link-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 585px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 124, ../sass/home/_images_links.scss */
  #block-views-block-home-images-links-block-home-images-links .image-link-item {
    min-height: 485px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 124, ../sass/home/_images_links.scss */
  #block-views-block-home-images-links-block-home-images-links .image-link-item {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  /* line 124, ../sass/home/_images_links.scss */
  #block-views-block-home-images-links-block-home-images-links .image-link-item {
    min-height: 320px;
    width: 100% !important;
  }
}

/* line 3, ../sass/home/_our_selection.scss */
#block-views-block-product-our-selection-home #our_selection_tabs,
#block-views-block-our-selection-home-our-selection #our_selection_tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  /* line 3, ../sass/home/_our_selection.scss */
  #block-views-block-product-our-selection-home #our_selection_tabs,
  #block-views-block-our-selection-home-our-selection #our_selection_tabs {
    justify-content: normal;
  }
}
/* line 12, ../sass/home/_our_selection.scss */
#block-views-block-product-our-selection-home #our_selection_tabs .tab-item,
#block-views-block-our-selection-home-our-selection #our_selection_tabs .tab-item {
  height: 50px;
}

/* line 1, ../sass/home/_slider.scss */
#block-views-block-slider-home-slider {
  background-color: #98bc2a;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #ffffff;
  /* Corrections MLC 27/04/20 */
  -webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.27);
  z-index: 5;
  /* Fin Corrections MLC 27/04/20 */
  /* Retirer le bloc de sur-impression */
  /* Fin */
}
/* line 18, ../sass/home/_slider.scss */
#block-views-block-slider-home-slider .slide_wrapper {
  display: none;
}
/* line 24, ../sass/home/_slider.scss */
#block-views-block-slider-home-slider > .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 1, ../sass/home/_slider.scss */
  #block-views-block-slider-home-slider {
    /* CDF tuile maintenance - retirer le bloc sur-impression */
    /* Fin */
  }
}
@media (min-width: 768px) {
  /* line 1, ../sass/home/_slider.scss */
  #block-views-block-slider-home-slider {
    /* MLC - ajustements */
    height: 510px;
    /* Fin */
  }
}

/* line 47, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser .slide_wrapper {
  background: #ebebeb;
}
@media (min-width: 768px) {
  /* line 51, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .image_wrapper {
    float: left;
    width: 55%;
  }
}
/* line 59, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser .text_wrapper {
  position: relative;
  padding: 20px;
}
/* line 64, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser .text_wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: -29px;
  left: calc(50% - 30px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #ebebeb transparent;
  /* CDF - n° 85 */
  /* Fin CDF - n° 85 */
}
@media (max-width: 767px) {
  /* line 64, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .text_wrapper::before {
    border-bottom-color: #0072bc;
    border-right-color: transparent !important;
  }
}
@media (min-width: 768px) {
  /* line 59, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .text_wrapper {
    float: left;
    width: 45%;
    padding: 25px 30px;
  }
  /* line 93, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .text_wrapper::before {
    top: 40px;
    left: -29px;
    border-width: 30px 30px 30px 0;
    border-color: transparent #ebebeb transparent transparent;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 59, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .text_wrapper {
    padding: 15px 20px;
  }
}
/* line 107, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser .title_text_wrapper {
  padding-bottom: 15px;
  overflow: hidden;
    /*
    @media (min-width: 992px){
        max-height: 210px;
    }

    @media (min-width: 1200px){
        max-height: 225px;
    }
    */
}
/* line 123, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser .title {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  /* line 123, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .title {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 123, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
/* line 138, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser .slider-text {
  line-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 138, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .slider-text {
    line-height: 18px;
    font-size: 15px;
  }
}
/* line 147, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser img {
  max-width: 100%;
  height: auto;
    /*
    @media (min-width: 768px){
        max-width: 280px;
    }

    @media (min-width: 992px){
        max-width: 350px;
    }
    */
}

/* line 163, ../sass/home/_slider.scss */
.js-cinsslider {
  max-width: 100%;
}
/* line 167, ../sass/home/_slider.scss */
.js-cinsslider:not(.slick-initialized) .views-row + .views-row {
  display: none;
}

/* line 173, ../sass/home/_slider.scss */
.nav-container-cinsslider {
  left: 10px;
  right: 10px;
  max-width: 1500px;
  margin: auto;
}
/* line 182, ../sass/home/_slider.scss */
.nav-container-cinsslider .slick-prev:hover,
.nav-container-cinsslider .slick-next:hover {
  background: transparent !important;
}
/* line 185, ../sass/home/_slider.scss */
.nav-container-cinsslider .slick-prev:hover::before,
.nav-container-cinsslider .slick-next:hover::before {
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 173, ../sass/home/_slider.scss */
  .nav-container-cinsslider {
    display: none;
  }
}

/* line 196, ../sass/home/_slider.scss */
.dots-container-cinsslider {
  position: absolute;
  bottom: 35px;
  left: calc(50% - 100px);
  width: 200px;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 196, ../sass/home/_slider.scss */
  .dots-container-cinsslider {
    bottom: 20px;
  }
}
/* line 212, ../sass/home/_slider.scss */
.dots-container-cinsslider .slick-dots li:hover button {
  border-color: #ffffff;
}

/* General display of the right column */
/* line 2, ../sass/recipe/_recipe.scss */
#block-views-block-recipe-last-10-recipes {
  /*
  .more-link {
      margin: 40px 0;

      a {
          display: block;
          padding: 15px;
          width: 100%;
          min-width: auto;

          color: $main_font_color;
          border: 1px solid $fourth_border_color;
          // CDF - n° 101
          transition: $speed_fast;
          // Fin CDF - n° 101

          &:hover {
              background: $third_bg_color;
              color: $second_font_color;
          }

          &::after {
              display: none;
          }
      }
  }
  */
}
/* line 3, ../sass/recipe/_recipe.scss */
#block-views-block-recipe-last-10-recipes .sidebar-title {
  font-size: 25px;
  font-weight: 700;
  text-align: left;
}
/* line 9, ../sass/recipe/_recipe.scss */
#block-views-block-recipe-last-10-recipes .button-next {
  margin-top: 15px;
}
/* line 12, ../sass/recipe/_recipe.scss */
#block-views-block-recipe-last-10-recipes .button-next:hover {
  background-color: #0072bc;
  border-color: #0072bc;
}
/* line 17, ../sass/recipe/_recipe.scss */
#block-views-block-recipe-last-10-recipes .button-next:hover a::after {
  color: #ffffff !important;
}
/* line 23, ../sass/recipe/_recipe.scss */
#block-views-block-recipe-last-10-recipes .button-next a {
  background-color: transparent;
}

/* Background of the container fluid in product page */
/* line 58, ../sass/recipe/_recipe.scss */
#associated-receipes-block-bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Block associated recipes in product page */
/* line 66, ../sass/recipe/_recipe.scss */
#block-views-block-recipe-associated-recipes {
  width: 100%;
  padding-bottom: 55px;
  /* Element of the recipes home view */
}
/* line 70, ../sass/recipe/_recipe.scss */
#block-views-block-recipe-associated-recipes .title-associated-recipes {
  margin: 40px 0 25px 0;
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 991px) {
  /* line 82, ../sass/recipe/_recipe.scss */
  #block-views-block-recipe-associated-recipes .views-row:first-child .node-type-recipe.node-display-teaser {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  /* line 82, ../sass/recipe/_recipe.scss */
  #block-views-block-recipe-associated-recipes .views-row:first-child .node-type-recipe.node-display-teaser {
    margin-bottom: 45px;
  }
}
@media (max-width: 575px) {
  /* line 93, ../sass/recipe/_recipe.scss */
  #block-views-block-recipe-associated-recipes .views-row:last-child {
    display: none;
  }
}

/* Recipe display embed */
/* line 2, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed {
  margin: 15px 0 45px 0;
  background: transparent;
}
/* line 7, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed br {
  display: none;
}
/* line 11, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed p {
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  /* line 2, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed {
    text-align: center;
  }
}
/* line 19, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .recipe-wrapper {
  margin: auto;
  display: inline-block;
}
/* line 24, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .image-wrapper {
  float: left;
  width: 270px;
  height: 270px;
  background: #0072bc;
  overflow: hidden;
}
@media (max-width: 575px) {
  /* line 24, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .image-wrapper {
    float: none;
    width: 290px;
    height: 290px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 24, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .image-wrapper {
    width: 255px;
    height: 255px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 24, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .image-wrapper {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 24, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .image-wrapper {
    width: 225px;
    height: 225px;
  }
}
/* line 53, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .image-wrapper img {
  max-width: 100%;
  height: 270px;
  transition: 0.5s;
}
/* line 58, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .image-wrapper img:hover {
  opacity: .6;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
@media (max-width: 575px) {
  /* line 53, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .image-wrapper img {
    height: 290px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 53, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .image-wrapper img {
    height: 255px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 53, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .image-wrapper img {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 53, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .image-wrapper img {
    height: 225px;
  }
}
/* line 83, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .text_wrapper {
  float: left;
  position: relative;
  width: 270px;
  height: 270px;
  padding: 40px 15px 0 15px;
  color: #ffffff;
  background: #0072bc;
}
@media (max-width: 575px) {
  /* line 83, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper {
    float: none;
    width: 290px;
    height: 290px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 83, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper {
    width: 255px;
    height: 255px;
    padding: 20px 15px 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 83, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper {
    width: 225px;
    height: 225px;
    padding: 15px 15px 0 15px;
  }
}
/* line 116, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .text_wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 25px);
  left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 25px 0;
  border-color: transparent #0072bc transparent transparent;
}
@media (max-width: 767px) {
  /* line 116, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper::before {
    top: -25px;
    left: calc(50% - 25px);
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent #0072bc;
  }
}
/* line 137, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .text_wrapper .title-wrapper {
  text-align: center;
}
/* line 140, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .text_wrapper .title-wrapper h2 {
  font-size: 25px;
  transition: 0.5s;
}
/* line 144, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .text_wrapper .title-wrapper h2:hover {
  color: #202020;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 140, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper .title-wrapper h2 {
    font-size: 20px;
  }
}
/* line 154, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper {
  font-size: 16px;
}
/* line 157, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-time {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 50%;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 157, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-time {
    bottom: 15px;
  }
}
/* line 170, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-time::before {
  content: "\f017";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  position: relative;
  top: 8px;
  font-size: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 170, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-time::before {
    top: 5px;
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 170, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-time::before {
    top: 5px;
    font-size: 35px;
  }
}
/* line 191, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-time::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100px;
  bottom: -20px;
  right: 1px;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 191, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-time::after {
    height: 75px;
    bottom: -14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 191, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-time::after {
    height: 90px;
    bottom: -19px;
  }
}
/* line 213, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-difficulty {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 50%;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 213, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-difficulty {
    bottom: 15px;
  }
}
/* line 226, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-difficulty::before {
  content: "\f00c";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  position: relative;
  top: 8px;
  font-size: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 226, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-difficulty::before {
    top: 5px;
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 226, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-difficulty::before {
    top: 5px;
    font-size: 35px;
  }
}

/* Add margin on title when we are on a recipe page */
/* line 4, ../sass/recipe/_recipe_full.scss */
.page-node-type-recipe #block-cins-theme-page-title .h1 {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  /* line 4, ../sass/recipe/_recipe_full.scss */
  .page-node-type-recipe #block-cins-theme-page-title .h1 {
    margin-bottom: 25px;
    font-size: 33px;
  }
}
/* line 15, ../sass/recipe/_recipe_full.scss */
.page-node-type-recipe #block-cins-theme-content {
  padding-left: 0;
  padding-right: 0;
}

/* Recipe display full */
/* line 23, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .submitted-date {
  margin-bottom: 25px;
  color: #98bc2a;
  font-size: 15px;
  font-style: italic;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 23, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .submitted-date {
    width: 100%;
    position: absolute;
    left: 67.5%;
    top: -50px;
    transform: translateX(-50%);
  }
}
/* line 41, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper {
  display: flex;
  margin-bottom: 30px;
  background: #0072bc;
}
@media (max-width: 575px) {
  /* line 41, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper {
    display: block;
    padding-bottom: 15px;
  }
}
/* line 52, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-img-wrapper {
  flex: 2;
}
/* line 56, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper {
  flex: 1;
  position: relative;
}
/* line 60, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-share-links {
  margin-top: 80px;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 60, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-share-links {
    margin-top: 60px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  /* line 60, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-share-links {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  /* line 60, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-share-links {
    margin-top: 15px;
  }
}
/* line 76, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-share-links .social-share {
  text-align: center;
}
/* line 79, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-share-links .social-share p {
  color: #ffffff;
}
/* line 83, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-share-links .social-share .network {
  margin: 0 10px;
}
/* line 86, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-share-links .social-share .network::before {
  font-size: 35px;
}
@media (min-width: 576px) and (max-width: 991px) {
  /* line 86, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-share-links .social-share .network::before {
    font-size: 30px;
  }
}
/* line 95, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-share-links .social-share .share-label {
  font-size: 16px;
}
@media (min-width: 576px) and (max-width: 991px) {
  /* line 95, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-share-links .social-share .share-label {
    font-size: 15px;
  }
}
/* line 105, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px;
  padding: 15px;
  background: #ffffff;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 105, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info {
    padding: 25px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 105, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info {
    margin: 15px;
    padding: 15px 10px;
    line-height: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 105, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info {
    margin: 15px;
    padding: 15px 10px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  /* line 105, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info {
    display: flex;
    position: relative;
    margin: 15px 30px;
    margin-bottom: 0;
    padding: 20px 5px;
    font-size: 20px;
  }
  /* line 143, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #000000;
  }
}
/* line 157, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-time,
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-difficulty {
  font-size: 18px;
  line-height: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 157, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-time,
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-difficulty {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  /* line 157, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-time,
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-difficulty {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 575px) {
  /* line 157, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-time,
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-difficulty {
    flex: 1;
    max-width: 50%;
    font-size: 15px;
    line-height: 15px;
  }
}
/* line 180, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-time::before,
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-difficulty::before {
  margin-right: 10px;
  position: relative;
  top: 2px;
  color: #98bc2a;
  font-size: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 180, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-time::before,
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-difficulty::before {
    margin-right: 5px;
    font-size: 23px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  /* line 180, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-time::before,
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-difficulty::before {
    margin-right: 5px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  /* line 180, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-time::before,
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-difficulty::before {
    margin-right: 5px;
    font-size: 20px;
  }
}
/* line 207, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-time span,
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-difficulty span {
  display: inline-block;
}
/* line 212, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-time {
  padding-bottom: 15px;
}
@media (max-width: 575px) {
  /* line 212, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-time {
    padding-bottom: 0;
  }
}
/* line 219, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-time::before {
  content: "\f017";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
}
/* line 224, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-difficulty {
  padding-top: 15px;
  border-top: 2px solid #000000;
}
@media (max-width: 575px) {
  /* line 224, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-difficulty {
    padding-top: 0;
    border-top: none;
  }
}
/* line 235, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-header-wrapper .recipe-preview-wrapper .recipe-info .recipe-difficulty::before {
  content: "\f00c";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 243, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-desc-wrapper {
  padding-bottom: 30px;
  border-bottom: 2px solid #98bc2a;
}
@media (max-width: 575px) {
  /* line 243, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-desc-wrapper {
    border-bottom: none;
  }
}
/* line 253, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile {
  position: relative;
}
@media (min-width: 576px) {
  /* line 253, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile {
    display: none;
  }
}
/* line 260, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-tab-title {
  display: table;
  padding: 20px 30px;
  background: #98bc2a;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}
/* line 271, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info {
  padding: 15px 15px 30px 15px;
  background: #0072bc;
  color: #ffffff;
  border: 1px solid #98bc2a;
}
/* line 278, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .card-title {
  padding: 15px;
  font-size: 30px;
  line-height: 35px;
}
/* line 285, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-card-miniature {
  padding: 0 15px 20px 15px;
  max-width: 100%;
  height: auto;
}
/* line 292, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-info {
  display: flex;
  position: relative;
  padding: 20px 5px;
  font-size: 16px;
  background: #ffffff;
  text-align: center;
  color: #000000;
}
/* line 302, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-info::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000000;
}
/* line 315, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-info .recipe-time,
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-info .recipe-difficulty {
  flex: 1;
  max-width: 50%;
}
/* line 320, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-info .recipe-time::before,
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-info .recipe-difficulty::before {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 25px;
  color: #98bc2a;
}
/* line 329, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-info .recipe-time span,
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-info .recipe-difficulty span {
  display: inline-block;
}
/* line 335, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-info .recipe-time::before {
  content: "\f017";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
}
/* line 341, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-info .recipe-difficulty::before {
  content: "\f00c";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 347, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .card-print {
  display: block;
  width: 100%;
  padding: 15px;
  background: #ffffff;
  border-top: 2px solid #000000;
  transition: 0.5s;
  color: #000000;
}
/* line 357, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .card-print:hover {
  background: #0072bc;
  color: #ffffff;
}
/* line 362, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .card-print:hover span::before {
  color: #ffffff;
}
/* line 368, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .card-print span {
  display: block;
  text-align: center;
}
/* line 373, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .card-print span::before {
  content: "\f02f";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 10px !important;
  font-size: 25px;
  color: #98bc2a;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  /* line 373, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .card-print span::before {
    margin-right: 0;
  }
}
/* line 389, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-card-ingredients {
  margin-top: 25px;
  padding: 0 15px;
  font-size: 14px;
}
/* line 395, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-card-ingredients .ingredient-list-title {
  font-size: 25px;
  font-weight: 700;
}
/* line 400, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-card-ingredients .cins-lv-label {
  margin: 15px 0;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 408, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-card-ingredients ul li,
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-card-ingredients ol li {
  list-style-type: none;
}
/* line 411, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-card-ingredients ul li::before,
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-card-ingredients ol li::before {
  content: "\f0a9";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  margin: 0 5px 0 0px;
  color: #0072bc;
}
/* line 422, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-card-steps {
  padding: 0 15px;
  margin-top: 25px;
  font-size: 14px;
}
/* line 428, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-card-steps .steps-by-steps-title {
  font-size: 25px;
  font-weight: 700;
}
/* line 433, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-card-steps .cins-lv-label {
  margin: 10px 0 15px 0;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 438, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .recipe-card-steps .cins-lv-label::before {
  content: "\f0a9";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  font-size: 25px;
  position: relative;
  top: 3px;
  margin: 0 5px 0 0px;
  color: #98bc2a;
}
/* line 453, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop {
  display: flex;
  margin-top: 30px;
  padding: 20px;
  background: #0072bc;
  color: #ffffff;
}
@media (max-width: 575px) {
  /* line 453, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop {
    display: none;
  }
}
/* line 465, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-left-col {
  flex: 1;
  padding-right: 15px;
}
/* line 473, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-left-col .recipe-card-ingredients {
  padding-right: 10px;
  font-size: 15px;
  border-right: 2px solid #ffffff;
}
/* line 479, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-left-col .recipe-card-ingredients .ingredient-list-title {
  margin: 20px 0;
  font-size: 25px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 991px) {
  /* line 479, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-left-col .recipe-card-ingredients .ingredient-list-title {
    font-size: 20px;
  }
}
/* line 490, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-left-col .recipe-card-ingredients .ingredient {
  /*margin-bottom: 20px;*/
}
/* line 494, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-left-col .recipe-card-ingredients .cins-lv-label {
  margin: 10px 0;
  color: #98bc2a;
}
/* line 506, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col {
  flex: 2;
  padding-left: 15px;
}
/* line 511, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
}
/* line 518, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-header .card-title {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 518, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-header .card-title {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  /* line 518, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-header .card-title {
    font-size: 25px;
  }
}
/* line 534, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-header .card-print {
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #98bc2a;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
}
/* line 547, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-header .card-print:hover {
  background: #0072bc;
  color: #ffffff;
}
/* line 552, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-header .card-print::before {
  content: "\f02f";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 25px;
}
@media (max-width: 1199px) {
  /* line 552, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-header .card-print::before {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  /* line 564, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-header .card-print .hidden-mobile {
    display: none;
  }
}
@media (min-width: 576px) {
  /* line 570, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-header .card-print .visibility-mobile {
    display: none;
  }
}
/* line 578, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-preview-wrapper {
  display: flex;
  padding: 20px 0;
  border-bottom: 2px solid #ffffff;
}
/* line 584, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-preview-wrapper .recipe-card-time,
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-preview-wrapper .recipe-card-difficulty {
  font-size: 18px;
  line-height: 18px;
}
/* line 589, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-preview-wrapper .recipe-card-time::before,
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-preview-wrapper .recipe-card-difficulty::before {
  margin-right: 10px;
  position: relative;
  top: 2px;
  color: #98bc2a;
  font-size: 25px;
}
@media (min-width: 576px) and (max-width: 991px) {
  /* line 589, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-preview-wrapper .recipe-card-time::before,
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-preview-wrapper .recipe-card-difficulty::before {
    margin-right: 5px;
  }
}
/* line 602, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-preview-wrapper .recipe-card-time span,
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-preview-wrapper .recipe-card-difficulty span {
  display: inline-block;
}
/* line 607, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-preview-wrapper .recipe-card-time {
  margin-right: 40px;
}
/* line 610, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-preview-wrapper .recipe-card-time::before {
  content: "\f017";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
}
@media (min-width: 576px) and (max-width: 991px) {
  /* line 607, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-preview-wrapper .recipe-card-time {
    margin-right: 15px;
  }
}
/* line 621, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-info .recipe-card-preview-wrapper .recipe-card-difficulty::before {
  content: "\f00c";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 628, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-steps {
  padding-top: 20px;
  font-size: 15px;
}
/* line 633, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-steps .steps-by-steps-title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 991px) {
  /* line 633, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-steps .steps-by-steps-title {
    font-size: 20px;
  }
}
/* line 644, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-steps .step {
  /*margin-bottom: 20px;*/
}
/* line 648, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop .recipe-card-right-col .recipe-card-steps .cins-lv-label {
  margin: 10px 0;
  color: #98bc2a;
}
/* line 661, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-tips-wrapper {
  display: flex;
  width: 100%;
  margin: 30px 0;
  padding: 30px;
  background: #0072bc;
  color: #ffffff;
}
@media (max-width: 575px) {
  /* line 661, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-tips-wrapper {
    padding: 0;
    background: none;
  }
}
/* line 676, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-tips-wrapper::before {
  content: "\f0eb";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #202020;
  font-size: 180px;
  opacity: .2;
}
@media (max-width: 575px) {
  /* line 676, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-tips-wrapper::before {
    display: none;
  }
}
/* line 692, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-tips-wrapper .tips-content {
  flex: 2;
  padding-left: 30px;
}
@media (max-width: 575px) {
  /* line 692, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-tips-wrapper .tips-content {
    padding-left: 0;
  }
}
/* line 701, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-tips-wrapper .cins-lv-label {
  margin-bottom: 20px;
  color: #98bc2a;
  font-size: 25px;
}
@media (max-width: 575px) {
  /* line 701, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-tips-wrapper .cins-lv-label {
    display: table;
    padding: 20px 30px;
    margin-bottom: 0;
    background: #98bc2a;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }
}
/* line 720, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-tips-wrapper .cins-lv-value {
  margin-bottom: 20px;
  font-size: 15px;
}
@media (max-width: 575px) {
  /* line 720, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-tips-wrapper .cins-lv-value {
    padding: 20px 30px;
    background: #000000;
    border: 1px solid #98bc2a;
  }
}
/* line 734, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .separator {
  width: 100%;
  margin: 15px 0;
  border-top: 5px solid #000000;
}
/* line 741, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .links-wrapper {
  margin-bottom: 30px;
}
/* line 744, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .links-wrapper .social-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* line 749, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .links-wrapper .social-share span {
  margin-right: 25px;
  font-size: 16px;
}
/* line 755, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .links-wrapper .social-share .network {
  margin-right: 25px;
}
/* line 758, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .links-wrapper .social-share .network::before {
  font-size: 25px;
}
/* line 762, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .links-wrapper .social-share .network:last-child {
  margin-right: 0;
}

/* Recipe display list */
/* line 4, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper {
  margin: 15px 0;
  text-align: center;
  background: #ffffff;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  /* line 4, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper {
    margin: 15px 0;
    min-height: 500px;
  }
}
/* line 23, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper:hover .title-wrapper h2 {
  /* CDF - n° 98 */
  color: #0072bc;
  /* Fin CDF - n° 98 */
}
/* line 31, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper:hover .links-wrapper {
  opacity: 1;
  /* CDF - n° 98 */
  color: #0072bc;
  /* Fin CDF - n° 98 */
}
/* line 39, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper:hover .image-wrapper img {
  opacity: 0.6;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
/* line 48, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .title-wrapper {
  padding: 15px;
}
/* line 51, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .title-wrapper h2 {
  min-height: 75px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #202020;
  font-size: 25px;
  line-height: 25px;
  /* CDF - n° 110 */
  /* Fin CDF - n° 110 */
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 51, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .title-wrapper h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 51, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .title-wrapper h2 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  /* line 51, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .title-wrapper h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
/* line 82, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .title-wrapper .submitted-date {
  color: #98bc2a;
  font-size: 14px;
  font-style: italic;
}
/* line 89, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .image-wrapper {
  background: #0072bc;
  overflow: hidden;
}
/* line 93, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .image-wrapper img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}
/* line 100, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper {
  position: relative;
  padding: 10px 15px 15px 15px;
  display: flex;
  flex-direction: column;
}
/* line 106, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-time-and-difficulty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
/* line 114, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-time-and-difficulty.without-separator .recipe-time::after {
  display: none;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 106, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-time-and-difficulty {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  /* line 100, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper {
    padding: 10px 5px 15px 5px;
  }
}
/* line 129, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-time {
  position: relative;
  width: 50%;
  margin-bottom: 20px;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 129, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-time {
    float: none;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
/* line 143, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-time > div::before {
  content: "\f017";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #0072bc;
  font-size: 25px;
}
/* line 155, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-time::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 60px;
  top: -10px;
  right: -1px;
  background: #000000;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 155, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-time::after {
    width: 60px;
    height: 2px;
    bottom: 0px;
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* line 178, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-difficulty {
  width: 50%;
  margin-bottom: 20px;
  margin-left: 0;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 178, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-difficulty {
    float: none;
    width: auto;
    padding-top: 5px;
    margin-bottom: 0px;
    margin-left: 0;
  }
}
/* line 193, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-difficulty > div::before {
  content: "\f00c";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #0072bc;
  font-size: 25px;
}
@media (max-width: 767px) {
  /* line 193, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-difficulty > div::before {
    margin-right: 3px;
  }
}
/* line 210, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-description {
  margin-top: 10px;
  min-height: 110px;
  font-size: 1.125rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 210, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-description {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 210, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-description {
    font-size: 0.9375rem;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 210, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-description {
    margin-top: 10px;
  }
}
/* line 229, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper {
  opacity: 1;
  padding: 0 0 0 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  /* line 229, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper {
    opacity: 1;
  }
}
/* line 238, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .social-share {
  height: 50px;
  float: left;
  width: 50%;
  padding: 10px 10px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d0d0d0;
  text-align: left;
}
/* line 250, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .social-share .network,
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .social-share .icon-share {
  font-size: 1.25rem;
  margin-right: 15px;
  color: #d0d0d0;
}
/* line 258, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .social-share a:last-child {
  margin-right: 0;
}
/* line 262, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .social-share a:hover {
  color: #0072bc !important;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 238, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .social-share {
    float: none;
    width: 100%;
    text-align: center;
  }
}
/* line 275, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .show-details {
  float: right;
  width: 50%;
  padding: 15px;
  background: #98bc2a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
}
/* line 287, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .show-details::after {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  margin-left: 5px;
  color: #98bc2a;
}
/* line 295, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .show-details:hover {
  background: #ffffff;
  color: #98bc2a;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 275, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .show-details {
    float: none;
    width: 100%;
    text-align: center;
  }
}
/* line 308, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .button-next {
  width: 50%;
  padding: 10px 10px;
  font-size: 1rem;
  color: #ffffff;
  background-color: #28a5d2;
  border-color: #28a5d2;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 320, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .button-next::after {
  width: 0;
  display: none;
  margin-left: 10px;
  color: #ffffff;
  transition: 0.5s;
}
/* line 328, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .button-next:hover {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}
/* line 332, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .button-next:hover::after {
  width: auto;
  display: block;
}
@media (max-width: 767px) {
  /* line 308, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .button-next {
    font-size: 15px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 308, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .button-next {
    width: 100%;
  }
}
/* line 349, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper:hover .links-wrapper {
  display: block;
}

/* Recipe display new */
/* line 3, ../sass/recipe/_recipe_new.scss */
.node-type-recipe.node-display-new .recipe-new-wrapper {
  padding: 15px 0;
  border-bottom: 5px solid #000000;
}
/* line 8, ../sass/recipe/_recipe_new.scss */
.node-type-recipe.node-display-new .recipe-new-wrapper .recipe-new-title-wrapper {
  padding-bottom: 5px;
  color: #202020;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
/* line 16, ../sass/recipe/_recipe_new.scss */
.node-type-recipe.node-display-new .recipe-new-wrapper .recipe-new-title-wrapper:hover {
  text-decoration: underline;
}
/* line 21, ../sass/recipe/_recipe_new.scss */
.node-type-recipe.node-display-new .recipe-new-wrapper .recipe-new-date-wrapper {
  color: #98bc2a;
  font-size: 15px;
  font-style: italic;
}

@media print {
  /* line 1, ../sass/recipe/_recipe_print.scss */
  .page-node-type-recipe {
    background: #ffffff;
  }
  /* line 5, ../sass/recipe/_recipe_print.scss */
  .page-node-type-recipe header,
  .page-node-type-recipe .toolbar-bar,
  .page-node-type-recipe .region-breadcrumb,
  .page-node-type-recipe .region-sidebar-right-1,
  .page-node-type-recipe #block-cins-theme-local-tasks,
  .page-node-type-recipe #block-sticky-buttons,
  .page-node-type-recipe .recipe-header-wrapper,
  .page-node-type-recipe .recipe-desc-wrapper,
  .page-node-type-recipe .card-print,
  .page-node-type-recipe .separator,
  .page-node-type-recipe .links-wrapper,
  .page-node-type-recipe footer,
  .page-node-type-recipe .back-to-top {
    display: none !important;
  }
}

/* Recipe display teaser */
/* line 2, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser {
  margin: 15px 0 45px 0;
  background: transparent;
}
@media (max-width: 1199px) {
  /* line 2, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser {
    text-align: center;
  }
}
/* line 11, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser .recipe-wrapper {
  margin: auto;
  display: inline-block;
}
/* line 16, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser .image-wrapper {
  float: left;
  width: 270px;
  height: 270px;
  background: #0072bc;
  overflow: hidden;
}
@media (max-width: 575px) {
  /* line 16, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .image-wrapper {
    float: none;
    width: 290px;
    height: 290px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 16, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .image-wrapper {
    width: 255px;
    height: 255px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 16, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .image-wrapper {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 16, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .image-wrapper {
    width: 225px;
    height: 225px;
  }
}
/* line 45, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser .image-wrapper img {
  max-width: 100%;
  height: 270px;
  transition: 0.5s;
}
/* line 50, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser .image-wrapper img:hover {
  opacity: .6;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
@media (max-width: 575px) {
  /* line 45, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .image-wrapper img {
    height: 290px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 45, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .image-wrapper img {
    height: 255px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 45, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .image-wrapper img {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 45, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .image-wrapper img {
    height: 225px;
  }
}
/* line 75, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser .text_wrapper {
  float: left;
  position: relative;
  width: 270px;
  height: 270px;
  padding: 40px 15px 0 15px;
  color: #ffffff;
  background: #0072bc;
}
@media (max-width: 575px) {
  /* line 75, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .text_wrapper {
    float: none;
    width: 290px;
    height: 290px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 75, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .text_wrapper {
    width: 255px;
    height: 255px;
    padding: 20px 15px 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 75, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .text_wrapper {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 75, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .text_wrapper {
    width: 225px;
    height: 225px;
    padding: 15px 15px 0 15px;
  }
}
/* line 108, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser .text_wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 25px);
  left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 25px 0;
  border-color: transparent #0072bc transparent transparent;
}
@media (max-width: 575px) {
  /* line 108, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .text_wrapper::before {
    top: -25px;
    left: calc(50% - 25px);
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent #0072bc;
  }
}
/* line 129, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser .text_wrapper .title-wrapper {
  text-align: center;
}
/* line 132, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser .text_wrapper .title-wrapper h2 {
  font-size: 25px;
  transition: 0.5s;
}
/* line 136, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser .text_wrapper .title-wrapper h2:hover {
  color: #202020;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 132, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .text_wrapper .title-wrapper h2 {
    font-size: 20px;
  }
}
/* line 146, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser .text_wrapper .recipe-info-wrapper {
  font-size: 16px;
}
/* line 149, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser .text_wrapper .recipe-info-wrapper .recipe-time {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 50%;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 149, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .text_wrapper .recipe-info-wrapper .recipe-time {
    bottom: 15px;
  }
}
/* line 162, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser .text_wrapper .recipe-info-wrapper .recipe-time::before {
  content: "\f017";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  position: relative;
  top: 8px;
  font-size: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 162, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .text_wrapper .recipe-info-wrapper .recipe-time::before {
    top: 5px;
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 162, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .text_wrapper .recipe-info-wrapper .recipe-time::before {
    top: 5px;
    font-size: 35px;
  }
}
/* line 183, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser .text_wrapper .recipe-info-wrapper .recipe-time::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100px;
  bottom: -20px;
  right: 1px;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 183, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .text_wrapper .recipe-info-wrapper .recipe-time::after {
    height: 75px;
    bottom: -14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 183, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .text_wrapper .recipe-info-wrapper .recipe-time::after {
    height: 90px;
    bottom: -19px;
  }
}
/* line 205, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser .text_wrapper .recipe-info-wrapper .recipe-difficulty {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 50%;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 205, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .text_wrapper .recipe-info-wrapper .recipe-difficulty {
    bottom: 15px;
  }
}
/* line 218, ../sass/recipe/_recipe_teaser.scss */
.node-type-recipe.node-display-teaser .text_wrapper .recipe-info-wrapper .recipe-difficulty::before {
  content: "\f00c";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  position: relative;
  top: 8px;
  font-size: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 218, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .text_wrapper .recipe-info-wrapper .recipe-difficulty::before {
    top: 5px;
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 218, ../sass/recipe/_recipe_teaser.scss */
  .node-type-recipe.node-display-teaser .text_wrapper .recipe-info-wrapper .recipe-difficulty::before {
    top: 5px;
    font-size: 35px;
  }
}

/* General display of the right column */
/* line 3, ../sass/article/_article.scss */
#block-views-block-news-last-10-articles .sidebar-title {
  font-size: 25px;
  font-weight: 700;
  text-align: left;
}
/* line 9, ../sass/article/_article.scss */
#block-views-block-news-last-10-articles .more-link {
  margin: 40px 0;
}
/* line 12, ../sass/article/_article.scss */
#block-views-block-news-last-10-articles .more-link a {
  display: block;
  padding: 15px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background: #ffffff;
  color: #202020;
  border: 1px solid #98bc2a;
  /* CDF - n° 101 */
  transition: 0.5s;
  /* Fin CDF - n° 101 */
}
/* line 26, ../sass/article/_article.scss */
#block-views-block-news-last-10-articles .more-link a:hover {
  background: #98bc2a;
  color: #ffffff;
}
/* line 31, ../sass/article/_article.scss */
#block-views-block-news-last-10-articles .more-link a::after {
  display: none;
}

/* line 38, ../sass/article/_article.scss */
#block-views-block-news-home-articles {
  margin-bottom: 70px;
  font-family: "Roboto", Arial, sans-serif;
}
/* line 43, ../sass/article/_article.scss */
#block-views-block-news-home-articles .view-content {
  position: relative;
}
/* line 47, ../sass/article/_article.scss */
#block-views-block-news-home-articles .nav-container-articles-home {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  -webkit-margin-end: 15px;
}
@media (max-width: 575px) {
  /* line 47, ../sass/article/_article.scss */
  #block-views-block-news-home-articles .nav-container-articles-home {
    top: calc(50%);
    transform: translateY(-50%);
    width: 100%;
  }
}
/* line 60, ../sass/article/_article.scss */
#block-views-block-news-home-articles .nav-container-articles-home .slick-prev,
#block-views-block-news-home-articles .nav-container-articles-home .slick-next {
  width: 40px;
  height: 50px;
  background: transparent !important;
}
@media (max-width: 575px) {
  /* line 60, ../sass/article/_article.scss */
  #block-views-block-news-home-articles .nav-container-articles-home .slick-prev,
  #block-views-block-news-home-articles .nav-container-articles-home .slick-next {
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #98bc2a !important;
    transition: 0.5s;
  }
  /* line 82, ../sass/article/_article.scss */
  #block-views-block-news-home-articles .nav-container-articles-home .slick-prev:hover,
  #block-views-block-news-home-articles .nav-container-articles-home .slick-next:hover {
    background: #0072bc !important;
  }
}
/* line 87, ../sass/article/_article.scss */
#block-views-block-news-home-articles .nav-container-articles-home .slick-prev::before,
#block-views-block-news-home-articles .nav-container-articles-home .slick-next::before {
  font-size: 35px;
  color: #0072bc;
  transition: 0.5s;
}
@media (max-width: 575px) {
  /* line 87, ../sass/article/_article.scss */
  #block-views-block-news-home-articles .nav-container-articles-home .slick-prev::before,
  #block-views-block-news-home-articles .nav-container-articles-home .slick-next::before {
    font-size: 20px;
    color: #ffffff;
  }
  /* line 96, ../sass/article/_article.scss */
  #block-views-block-news-home-articles .nav-container-articles-home .slick-prev::before:hover,
  #block-views-block-news-home-articles .nav-container-articles-home .slick-next::before:hover {
    color: #ffffff;
  }
}
/* line 101, ../sass/article/_article.scss */
#block-views-block-news-home-articles .nav-container-articles-home .slick-prev::before:hover,
#block-views-block-news-home-articles .nav-container-articles-home .slick-next::before:hover {
  color: #98bc2a !important;
}
/* line 107, ../sass/article/_article.scss */
#block-views-block-news-home-articles .nav-container-articles-home .slick-prev:hover::before,
#block-views-block-news-home-articles .nav-container-articles-home .slick-next:hover::before {
  color: #98bc2a !important;
}
/* line 113, ../sass/article/_article.scss */
#block-views-block-news-home-articles .nav-container-articles-home .slick-prev {
  width: 60px;
  border-right: 1px solid #d0d0d0;
}
@media (max-width: 575px) {
  /* line 113, ../sass/article/_article.scss */
  #block-views-block-news-home-articles .nav-container-articles-home .slick-prev {
    width: 30px;
    left: 0;
    border-right: none;
  }
}
/* line 125, ../sass/article/_article.scss */
#block-views-block-news-home-articles .nav-container-articles-home .slick-prev::before {
  content: "\f060";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 300;
}
@media (max-width: 575px) {
  /* line 125, ../sass/article/_article.scss */
  #block-views-block-news-home-articles .nav-container-articles-home .slick-prev::before {
    content: "\f053";
    font-family: 'Font Awesome\ 5 Pro', sans-serif;
    font-weight: 400;
  }
}
/* line 134, ../sass/article/_article.scss */
#block-views-block-news-home-articles .nav-container-articles-home .slick-next {
  margin-left: 10px;
}
@media (max-width: 575px) {
  /* line 134, ../sass/article/_article.scss */
  #block-views-block-news-home-articles .nav-container-articles-home .slick-next {
    right: -30px;
  }
}
/* line 141, ../sass/article/_article.scss */
#block-views-block-news-home-articles .nav-container-articles-home .slick-next::before {
  content: "\f061";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 300;
}
@media (max-width: 575px) {
  /* line 141, ../sass/article/_article.scss */
  #block-views-block-news-home-articles .nav-container-articles-home .slick-next::before {
    content: "\f054";
    font-family: 'Font Awesome\ 5 Pro', sans-serif;
    font-weight: 400;
  }
}
/* line 151, ../sass/article/_article.scss */
#block-views-block-news-home-articles .more-link {
  margin-top: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 151, ../sass/article/_article.scss */
  #block-views-block-news-home-articles .more-link {
    display: inline-block;
  }
}
/* line 159, ../sass/article/_article.scss */
#block-views-block-news-home-articles .more-link a {
  display: block;
  width: 350px;
  margin: 0 auto;
  padding: 13px 15px !important;
}
@media (max-width: 575px) {
  /* line 159, ../sass/article/_article.scss */
  #block-views-block-news-home-articles .more-link a {
    display: initial;
    padding: 15px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 172, ../sass/article/_article.scss */
  #block-views-block-news-home-articles .centered-button {
    text-align: left;
  }
}

/* line 179, ../sass/article/_article.scss */
article[data-history-node-id="68"] h2 {
  font-size: 25px !important;
}

/* line 184, ../sass/article/_article.scss */
body.path-actualites #block-cins-theme-page-title--2 {
  display: none;
}

/* Article display embed */
/* line 4, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed br {
  display: none;
}
/* line 8, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed p {
  margin-bottom: 0 !important;
}
/* line 12, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper {
  margin: 15px 0;
  min-height: 585px;
  text-align: center;
  background: #ffffff;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  /* line 12, ../sass/article/_article_embed.scss */
  .node-type-article.node-display-embed .article-embed-wrapper {
    margin: 15px 0;
  }
}
@media (max-width: 575px) {
  /* line 12, ../sass/article/_article_embed.scss */
  .node-type-article.node-display-embed .article-embed-wrapper {
    max-width: 400px;
    display: block;
    margin: 15px auto;
  }
}
/* line 36, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper:hover .title-wrapper h2 {
  color: #98bc2a;
}
/* line 41, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper:hover .links-wrapper {
  opacity: 1;
}
/* line 46, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper:hover .image-wrapper img {
  opacity: 0.6;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
/* line 55, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .title-wrapper {
  padding: 20px 15px 15px 15px;
}
/* line 58, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .title-wrapper h2 {
  min-height: 70px;
  margin-bottom: 15px;
  color: #202020;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}
/* line 68, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .title-wrapper .submitted-date {
  color: #98bc2a;
  font-size: 14px;
  font-style: italic;
}
/* line 75, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .image-wrapper {
  background: #0072bc;
  overflow: hidden;
}
/* line 79, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .image-wrapper img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}
/* line 86, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .article-info-wrapper {
  position: relative;
  padding: 10px 15px 15px 15px;
}
/* line 90, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .article-info-wrapper .article-category {
  margin-bottom: 10px;
  color: #98bc2a;
  font-weight: 700;
  text-align: center;
}
/* line 98, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .article-info-wrapper .article-description {
  font-size: 14px;
}
/* line 103, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .links-wrapper {
  opacity: 0;
  padding: 0 15px 15px 15px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  /* line 103, ../sass/article/_article_embed.scss */
  .node-type-article.node-display-embed .article-embed-wrapper .links-wrapper {
    opacity: 1;
  }
}
/* line 112, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .links-wrapper .social-share {
  float: left;
  width: 50%;
  padding: 10px 0;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 112, ../sass/article/_article_embed.scss */
  .node-type-article.node-display-embed .article-embed-wrapper .links-wrapper .social-share {
    float: none;
    width: 100%;
    text-align: center;
  }
}
/* line 127, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .links-wrapper .show-details {
  float: right;
  width: 50%;
  padding: 15px;
  background: #98bc2a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
}
/* line 139, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .links-wrapper .show-details::after {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  margin-left: 5px;
  color: #98bc2a;
}
/* line 147, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .links-wrapper .show-details:hover {
  background: #ffffff;
  color: #98bc2a;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 127, ../sass/article/_article_embed.scss */
  .node-type-article.node-display-embed .article-embed-wrapper .links-wrapper .show-details {
    float: none;
    width: 100%;
    text-align: center;
  }
}
/* line 160, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .links-wrapper .button-next {
  width: 50%;
  padding: 10px 15px;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 160, ../sass/article/_article_embed.scss */
  .node-type-article.node-display-embed .article-embed-wrapper .links-wrapper .button-next {
    width: 100%;
  }
}
/* line 171, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper:hover .links-wrapper {
  display: block;
}

/* Add margin on title when we are on a article page */
/* line 4, ../sass/article/_article_full.scss */
.page-node-type-article #block-cins-theme-page-title .h1 {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  /* line 4, ../sass/article/_article_full.scss */
  .page-node-type-article #block-cins-theme-page-title .h1 {
    margin-bottom: 25px;
    font-size: 33px;
  }
}
/* line 15, ../sass/article/_article_full.scss */
.page-node-type-article #block-cins-theme-content {
  padding-left: 0;
  padding-right: 0;
}

/* Article display full */
/* line 23, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .submitted-date {
  margin-bottom: 25px;
  color: #98bc2a;
  font-size: 15px;
  font-style: italic;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 23, ../sass/article/_article_full.scss */
  .node-type-article.node-display-full .submitted-date {
    width: 100%;
  }
}
/* line 41, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .article-header-wrapper {
  display: flex;
  margin-bottom: 30px;
  background: #0072bc;
  color: #ffffff;
}
@media (max-width: 575px) {
  /* line 41, ../sass/article/_article_full.scss */
  .node-type-article.node-display-full .article-wrapper .article-header-wrapper {
    display: block;
    padding-bottom: 15px;
  }
}
/* line 53, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-img-wrapper {
  flex: 2;
}
/* line 57, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper {
  flex: 1;
  position: relative;
}
/* line 62, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-share-links {
  margin-top: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 62, ../sass/article/_article_full.scss */
  .node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-share-links {
    margin-top: 60px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  /* line 62, ../sass/article/_article_full.scss */
  .node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-share-links {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  /* line 62, ../sass/article/_article_full.scss */
  .node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-share-links {
    margin-top: 15px;
  }
}
/* line 77, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-share-links .social-share {
  text-align: center;
  color: #ffffff;
}
/* line 81, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-share-links .social-share p {
  color: #ffffff;
}
/* line 85, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-share-links .social-share .network {
  margin: 0 10px;
}
/* line 88, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-share-links .social-share .network::before {
  font-size: 35px;
}
@media (min-width: 576px) and (max-width: 991px) {
  /* line 88, ../sass/article/_article_full.scss */
  .node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-share-links .social-share .network::before {
    font-size: 30px;
  }
}
/* line 97, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-share-links .social-share .share-label {
  font-size: 16px;
}
@media (min-width: 576px) and (max-width: 991px) {
  /* line 97, ../sass/article/_article_full.scss */
  .node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-share-links .social-share .share-label {
    font-size: 15px;
  }
}
/* line 107, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px;
  padding: 45px 15px;
  background: #ffffff;
  color: #98bc2a;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 107, ../sass/article/_article_full.scss */
  .node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-info {
    padding: 30px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 107, ../sass/article/_article_full.scss */
  .node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-info {
    margin: 15px;
    padding: 25px 10px;
    line-height: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 107, ../sass/article/_article_full.scss */
  .node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-info {
    margin: 15px;
    padding: 15px 10px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  /* line 107, ../sass/article/_article_full.scss */
  .node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper .article-info {
    position: static;
    margin: 15px 30px;
    margin-bottom: 0;
    padding: 20px 15px;
    font-size: 20px;
  }
}
/* line 154, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .separator {
  width: 100%;
  margin: 15px 0;
  border-top: 5px solid #000000;
}
/* line 161, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .links-wrapper {
  margin-bottom: 30px;
}
/* line 164, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .links-wrapper .social-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* line 169, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .links-wrapper .social-share span {
  margin-right: 25px;
  font-size: 16px;
}
/* line 175, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .links-wrapper .social-share .network {
  margin-right: 25px;
}
/* line 178, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .links-wrapper .social-share .network::before {
  font-size: 25px;
}
/* line 182, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .links-wrapper .social-share .network:last-child {
  margin-right: 0;
}

/* Article display list */
/* line 4, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper {
  margin: 15px 0;
  min-height: 585px;
  text-align: center;
  background: #ffffff;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  /* line 4, ../sass/article/_article_list.scss */
  .node-type-article.node-display-list .article-list-wrapper {
    margin: 15px 0;
  }
}
@media (max-width: 575px) {
  /* line 4, ../sass/article/_article_list.scss */
  .node-type-article.node-display-list .article-list-wrapper {
    max-width: 400px;
    display: block;
    margin: 15px auto;
  }
}
/* line 28, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper:hover .title-wrapper h2 {
  /* CDF - n° 93 */
  color: #0072bc;
  /* Fin CDF - n° 93 */
}
/* line 36, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper:hover .links-wrapper {
  opacity: 1;
  /* CDF - n° 93 */
  color: #0072bc;
  /* Fin CDF - n° 93 */
}
/* line 44, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper:hover .image-wrapper img {
  opacity: 0.6;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
/* line 53, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .title-wrapper {
  padding: 20px 15px 15px 15px;
}
/* line 56, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .title-wrapper h2 {
  min-height: 70px;
  margin-bottom: 15px;
  color: #202020;
  font-size: 22px;
  line-height: 22px;
  /* CDF - n° 110 */
  /* Fin CDF - n° 110 */
  /* CDF - n° 93 */
  transition: 0.5s;
  /* Fin CDF - n° 93 */
}
/* line 71, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .title-wrapper .submitted-date {
  color: #98bc2a;
  font-size: 14px;
  font-style: italic;
}
/* line 78, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .image-wrapper {
  background: #0072bc;
  overflow: hidden;
}
/* line 82, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .image-wrapper img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}
/* line 89, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .article-info-wrapper {
  position: relative;
  padding: 10px 15px 15px 15px;
}
/* line 93, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .article-info-wrapper .article-category {
  margin-bottom: 10px;
  color: #98bc2a;
  font-weight: 700;
  text-align: center;
}
/* line 101, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .article-info-wrapper .article-description {
  font-size: 14px;
}
/* line 106, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .links-wrapper {
  opacity: 0;
  padding: 0 15px 15px 15px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  /* line 106, ../sass/article/_article_list.scss */
  .node-type-article.node-display-list .article-list-wrapper .links-wrapper {
    opacity: 1;
  }
}
/* line 115, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .links-wrapper .social-share {
  float: left;
  width: 50%;
  padding: 10px 0;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 115, ../sass/article/_article_list.scss */
  .node-type-article.node-display-list .article-list-wrapper .links-wrapper .social-share {
    float: none;
    width: 100%;
    text-align: center;
  }
}
/* line 130, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .links-wrapper .show-details {
  float: right;
  width: 50%;
  padding: 15px;
  background: #98bc2a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
}
/* line 142, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .links-wrapper .show-details::after {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  margin-left: 5px;
  color: #98bc2a;
}
/* line 150, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .links-wrapper .show-details:hover {
  background: #ffffff;
  color: #98bc2a;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 130, ../sass/article/_article_list.scss */
  .node-type-article.node-display-list .article-list-wrapper .links-wrapper .show-details {
    float: none;
    width: 100%;
    text-align: center;
  }
}
/* line 163, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .links-wrapper .button-next {
  width: 50%;
  padding: 10px 15px;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 163, ../sass/article/_article_list.scss */
  .node-type-article.node-display-list .article-list-wrapper .links-wrapper .button-next {
    width: 100%;
  }
}
/* line 174, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper:hover .links-wrapper {
  display: block;
}

/* Article display new */
/* line 4, ../sass/article/_article_new.scss */
.node-type-article.node-display-new .article-new-wrapper {
  padding: 15px 0;
  border-bottom: 5px solid #000000;
}
/* line 9, ../sass/article/_article_new.scss */
.node-type-article.node-display-new .article-new-wrapper .article-new-title-wrapper {
  padding-bottom: 5px;
  color: #202020;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
/* line 17, ../sass/article/_article_new.scss */
.node-type-article.node-display-new .article-new-wrapper .article-new-title-wrapper:hover {
  text-decoration: underline;
}
/* line 22, ../sass/article/_article_new.scss */
.node-type-article.node-display-new .article-new-wrapper .article-new-date-wrapper {
  color: #98bc2a;
  font-size: 15px;
  font-style: italic;
}

/* Article display teaser */
/* line 2, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser {
  margin: 0 !important;
}
@media (max-width: 575px) {
  /* line 2, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser {
    max-width: 290px;
    display: block;
    margin: 0 auto !important;
  }
}
/* line 11, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 15px 0 45px 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.5);
  background: transparent;
}
@media (max-width: 575px) {
  /* line 11, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper {
    flex-direction: column;
  }
}
/* line 26, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .submitted-date {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  transition: 0.5s;
  color: #98bc2a;
}
/* line 41, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .submitted-date .day-wrapper {
  font-size: 30px;
  line-height: 1;
}
/* line 46, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .submitted-date .month-wrapper {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}
/* line 52, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .submitted-date .year-wrapper {
  font-size: 14px;
  line-height: 1;
}
/* line 58, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .image-wrapper,
.node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper {
  width: 270px;
  height: 270px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 58, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .image-wrapper,
  .node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper {
    width: 225px;
    height: 225px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 58, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .image-wrapper,
  .node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper {
    width: 255px;
    height: 255px;
  }
}
@media (max-width: 575px) {
  /* line 58, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .image-wrapper,
  .node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper {
    width: 290px;
    height: 290px;
  }
}
/* line 79, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .image-wrapper {
  background: #0072bc;
  overflow: hidden;
}
@media (max-width: 575px) {
  /* line 79, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .image-wrapper {
    position: relative;
  }
}
/* line 87, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .image-wrapper img {
  max-width: 100%;
  height: 270px;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 87, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .image-wrapper img {
    height: 225px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 87, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .image-wrapper img {
    height: 255px;
  }
}
@media (max-width: 575px) {
  /* line 87, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .image-wrapper img {
    height: 290px;
  }
}
/* line 104, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .image-wrapper img:hover {
  opacity: .6;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
/* line 113, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .image-wrapper:hover .submitted-date {
  display: none;
}
/* line 119, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 25px;
  padding-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 119, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 119, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper {
    width: 420px;
  }
}
@media (max-width: 575px) {
  /* line 119, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper {
    width: 100%;
    min-height: 290px;
    height: auto !important;
  }
}
/* line 142, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 25px);
  left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 25px 0;
  border-color: transparent #ffffff transparent transparent;
}
@media (max-width: 575px) {
  /* line 142, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper::before {
    left: calc(50% - 25px);
    top: -25px;
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent #ffffff transparent;
  }
}
/* line 163, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper .category-wrapper {
  padding-bottom: 15px;
  font-size: 15px;
  color: #202020;
  line-height: 1;
  font-style: italic;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 163, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper .category-wrapper {
    padding-bottom: 10px;
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 163, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper .category-wrapper {
    padding-bottom: 10px;
    font-size: 13px;
  }
}
/* line 185, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper .title-wrapper h2 {
  padding-bottom: 15px;
  color: #98bc2a;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 185, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper .title-wrapper h2 {
    padding-bottom: 10px;
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 185, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper .title-wrapper h2 {
    padding-bottom: 10px;
    font-size: 18px;
  }
}
/* line 206, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper .summary-wrapper {
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 1.3;
  color: #000000;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 206, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper .summary-wrapper {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 206, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper .summary-wrapper {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
/* line 226, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper .button-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 231, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper .button-wrapper a {
  padding: 8px 15px;
  margin-top: auto;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  background: #0072bc;
  color: #ffffff;
  text-transform: uppercase;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 231, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper .button-wrapper a {
    padding: 5px 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 231, ../sass/article/_article_teaser.scss */
  .node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper .button-wrapper a {
    padding: 5px 10px;
  }
}
/* line 251, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper .button-wrapper a:hover {
  background: #98bc2a;
  color: #ffffff;
}
/* line 256, ../sass/article/_article_teaser.scss */
.node-type-article.node-display-teaser .article-teaser-wrapper .text-wrapper .button-wrapper a::after {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  margin-left: 5px;
}

/* line 1, ../sass/catalog/_catalog_embed.scss */
.category-catalog {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 575px) {
  /* line 1, ../sass/catalog/_catalog_embed.scss */
  .category-catalog {
    font-size: 22px;
  }
}

/* Catalog display embed */
/* line 16, ../sass/catalog/_catalog_embed.scss */
.node-type-catalog.node-display-embed br {
  display: none;
}
/* line 20, ../sass/catalog/_catalog_embed.scss */
.node-type-catalog.node-display-embed p {
  margin-bottom: 0 !important;
}
/* line 24, ../sass/catalog/_catalog_embed.scss */
.node-type-catalog.node-display-embed .catalog-wrapper {
  min-height: 415px;
  margin-bottom: 30px;
  transition: 0.5s;
  background: #ffffff;
}
@media (max-width: 575px) {
  /* line 24, ../sass/catalog/_catalog_embed.scss */
  .node-type-catalog.node-display-embed .catalog-wrapper {
    min-height: auto;
  }
}
/* line 36, ../sass/catalog/_catalog_embed.scss */
.node-type-catalog.node-display-embed .catalog-wrapper:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
/* line 41, ../sass/catalog/_catalog_embed.scss */
.node-type-catalog.node-display-embed .catalog-wrapper:hover .button-next {
  opacity: 1;
}
@media (max-width: 575px) {
  /* line 41, ../sass/catalog/_catalog_embed.scss */
  .node-type-catalog.node-display-embed .catalog-wrapper:hover .button-next {
    opacity: 0;
  }
}
/* line 50, ../sass/catalog/_catalog_embed.scss */
.node-type-catalog.node-display-embed .catalog-wrapper .button-next {
  opacity: 0;
  font-size: 14px;
}
@media (max-width: 991px) {
  /* line 50, ../sass/catalog/_catalog_embed.scss */
  .node-type-catalog.node-display-embed .catalog-wrapper .button-next {
    opacity: 1;
  }
}
/* line 60, ../sass/catalog/_catalog_embed.scss */
.node-type-catalog.node-display-embed .catalog-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
/* line 64, ../sass/catalog/_catalog_embed.scss */
.node-type-catalog.node-display-embed .catalog-wrapper .image-wrapper img {
  display: block;
  width: 170px;
  height: auto;
  margin-top: 35px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 575px) {
  /* line 64, ../sass/catalog/_catalog_embed.scss */
  .node-type-catalog.node-display-embed .catalog-wrapper .image-wrapper img {
    margin-top: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
/* line 87, ../sass/catalog/_catalog_embed.scss */
.node-type-catalog.node-display-embed .catalog-wrapper .text-wrapper {
  padding: 15px;
  text-align: center;
}
@media (max-width: 575px) {
  /* line 87, ../sass/catalog/_catalog_embed.scss */
  .node-type-catalog.node-display-embed .catalog-wrapper .text-wrapper {
    padding: 10px;
  }
}
/* line 96, ../sass/catalog/_catalog_embed.scss */
.node-type-catalog.node-display-embed .catalog-wrapper .text-wrapper .catalog-title {
  min-height: 40px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #98bc2a;
}
@media (max-width: 575px) {
  /* line 96, ../sass/catalog/_catalog_embed.scss */
  .node-type-catalog.node-display-embed .catalog-wrapper .text-wrapper .catalog-title {
    font-size: 15px;
  }
}

/* line 1, ../sass/catalog/_catalog_teaser.scss */
.category-catalog {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 575px) {
  /* line 1, ../sass/catalog/_catalog_teaser.scss */
  .category-catalog {
    font-size: 22px;
  }
}

/* Catalog display teaser */
/* line 15, ../sass/catalog/_catalog_teaser.scss */
.node-type-catalog.node-display-teaser .catalog-wrapper {
  min-height: 415px;
  margin-bottom: 30px;
  transition: 0.5s;
  background: #ffffff;
}
@media (max-width: 575px) {
  /* line 15, ../sass/catalog/_catalog_teaser.scss */
  .node-type-catalog.node-display-teaser .catalog-wrapper {
    min-height: auto;
  }
}
/* line 27, ../sass/catalog/_catalog_teaser.scss */
.node-type-catalog.node-display-teaser .catalog-wrapper:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
/* line 32, ../sass/catalog/_catalog_teaser.scss */
.node-type-catalog.node-display-teaser .catalog-wrapper:hover .button-next {
  opacity: 1;
}
@media (max-width: 575px) {
  /* line 32, ../sass/catalog/_catalog_teaser.scss */
  .node-type-catalog.node-display-teaser .catalog-wrapper:hover .button-next {
    opacity: 0;
  }
}
/* line 41, ../sass/catalog/_catalog_teaser.scss */
.node-type-catalog.node-display-teaser .catalog-wrapper .button-next {
  opacity: 0;
  font-size: 14px;
}
@media (max-width: 991px) {
  /* line 41, ../sass/catalog/_catalog_teaser.scss */
  .node-type-catalog.node-display-teaser .catalog-wrapper .button-next {
    opacity: 1;
  }
}
/* line 51, ../sass/catalog/_catalog_teaser.scss */
.node-type-catalog.node-display-teaser .catalog-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
/* line 55, ../sass/catalog/_catalog_teaser.scss */
.node-type-catalog.node-display-teaser .catalog-wrapper .image-wrapper img {
  display: block;
  width: 170px;
  height: auto;
  margin-top: 35px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 575px) {
  /* line 55, ../sass/catalog/_catalog_teaser.scss */
  .node-type-catalog.node-display-teaser .catalog-wrapper .image-wrapper img {
    margin-top: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
/* line 78, ../sass/catalog/_catalog_teaser.scss */
.node-type-catalog.node-display-teaser .catalog-wrapper .text-wrapper {
  padding: 15px;
  text-align: center;
}
@media (max-width: 575px) {
  /* line 78, ../sass/catalog/_catalog_teaser.scss */
  .node-type-catalog.node-display-teaser .catalog-wrapper .text-wrapper {
    padding: 10px;
  }
}
/* line 87, ../sass/catalog/_catalog_teaser.scss */
.node-type-catalog.node-display-teaser .catalog-wrapper .text-wrapper .catalog-title {
  min-height: 40px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #98bc2a;
}
@media (max-width: 575px) {
  /* line 87, ../sass/catalog/_catalog_teaser.scss */
  .node-type-catalog.node-display-teaser .catalog-wrapper .text-wrapper .catalog-title {
    font-size: 15px;
  }
}

/* Product display embed */
/* line 4, ../sass/product/_product_embed.scss */
.node-type-product.node-display-embed br {
  display: none;
}
/* line 8, ../sass/product/_product_embed.scss */
.node-type-product.node-display-embed p {
  margin-bottom: 0 !important;
}
/* line 12, ../sass/product/_product_embed.scss */
.node-type-product.node-display-embed .product-wrapper {
  min-height: 415px;
  transition: 0.5s;
  background: #ffffff;
}
/* line 18, ../sass/product/_product_embed.scss */
.node-type-product.node-display-embed .product-wrapper:hover {
  -moz-box-shadow: 0px 0px 15px -8px #d0d0d0;
  -webkit-box-shadow: 0px 0px 15px -8px #d0d0d0;
  box-shadow: 0px 0px 15px -8px #d0d0d0;
}
/* line 29, ../sass/product/_product_embed.scss */
.node-type-product.node-display-embed .product-wrapper .image-wrapper img {
  width: 100%;
  height: auto;
}
/* line 35, ../sass/product/_product_embed.scss */
.node-type-product.node-display-embed .product-wrapper .text-wrapper {
  padding: 15px;
  text-align: center;
}
/* line 40, ../sass/product/_product_embed.scss */
.node-type-product.node-display-embed .product-wrapper .text-wrapper .product-title {
  margin-bottom: 15px;
  min-height: 40px;
  color: #98bc2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
/* line 50, ../sass/product/_product_embed.scss */
.node-type-product.node-display-embed .product-wrapper .text-wrapper .product-weight,
.node-type-product.node-display-embed .product-wrapper .text-wrapper .product-packing {
  font-size: 14px;
  font-style: italic;
}
/* line 57, ../sass/product/_product_embed.scss */
.node-type-product.node-display-embed .product-wrapper .button-next {
  margin-top: 30px;
  font-size: 14px;
  opacity: 0;
}
@media (max-width: 991px) {
  /* line 57, ../sass/product/_product_embed.scss */
  .node-type-product.node-display-embed .product-wrapper .button-next {
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  /* line 57, ../sass/product/_product_embed.scss */
  .node-type-product.node-display-embed .product-wrapper .button-next {
    font-size: 13px;
    padding: 15px;
  }
}
/* line 75, ../sass/product/_product_embed.scss */
.node-type-product.node-display-embed .product-wrapper:hover .button-next {
  opacity: 1;
}

/* line 3, ../sass/product/_product_full.scss */
.page-node-type-product #block-cins-theme-content {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 575px) {
  /* line 8, ../sass/product/_product_full.scss */
  .page-node-type-product .hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, ../sass/product/_product_full.scss */
  .page-node-type-product .hidden-tablet {
    display: none;
  }
}

/* Product display full */
/* line 24, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper {
  font-size: 14px;
}
/* line 28, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 60px;
  box-shadow: 0 40px 40px -30px #000000;
}
@media (max-width: 767px) {
  /* line 28, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-header-wrapper {
    display: block;
    max-width: 470px;
    margin: 0 auto;
  }
}
/* line 42, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #ffffff;
}
/* line 57, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-left-col {
  flex: 1;
  padding-right: 15px;
}
@media (max-width: 767px) {
  /* line 57, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-left-col {
    padding-right: 0;
  }
}
/* line 65, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-left-col .product-img-wrapper {
  border: 1px solid #000000;
}
@media (max-width: 575px) {
  /* line 65, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-left-col .product-img-wrapper {
    margin-top: 15px;
  }
}
/* line 73, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-left-col .product-img-wrapper img {
  max-width: 100%;
  height: auto;
}
/* line 79, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-left-col .product-availability-wrapper {
  text-align: center;
}
/* line 82, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-left-col .product-availability-wrapper .product-availability-title {
  margin: 30px 0 10px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  /* line 82, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-left-col .product-availability-wrapper .product-availability-title {
    margin-top: 25px;
  }
}
/* line 95, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-left-col .product-availability-wrapper .product-availability-items div > div {
  display: inline-block;
  margin-right: 25px;
}
/* line 99, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-left-col .product-availability-wrapper .product-availability-items div > div::before {
  content: "\f14a";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  margin-right: 5px;
  position: relative;
  top: 3px;
  color: #98bc2a;
  font-size: 20px;
}
/* line 113, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-left-col .product-category-link {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 113, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-left-col .product-category-link {
    margin-top: 25px;
  }
}
/* line 122, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-left-col .product-category-link a {
  text-decoration: underline;
  font-style: italic;
  transition: 0.5s;
}
/* line 128, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-left-col .product-category-link a:hover {
  text-decoration: none;
}
/* line 132, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-left-col .product-category-link a::before {
  content: "\f104";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
  color: #202020;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
}
/* line 149, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col {
  flex: 1;
  padding-left: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 149, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 159, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-brand-img-wrapper {
    margin-top: 25px;
  }
}
/* line 165, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-brand-img-wrapper .brand-img {
  max-width: 140px;
  height: auto;
}
/* line 171, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-description-wrapper {
  position: relative;
  padding: 30px 0;
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 171, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-description-wrapper {
    padding: 20px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 171, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-description-wrapper {
    padding: 20px 0;
  }
}
/* line 185, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-description-wrapper::after {
  content: '';
  position: absolute;
  width: 130px;
  height: 1px;
  left: 50%;
  bottom: 0;
  background: #0072bc;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 199, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-labels-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 5px 0;
}
/* line 205, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-labels-wrapper .label-img {
  align-self: center;
  max-width: 130px;
  height: auto;
  margin: 15px 15px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 205, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-labels-wrapper .label-img {
    max-width: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 205, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-labels-wrapper .label-img {
    max-width: 100px;
  }
}
/* line 221, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-associated-img-wrapper {
  margin-top: 30px;
}
/* line 224, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-associated-img-wrapper .product-associated-img-link {
  display: flex;
  justify-content: center;
}
/* line 229, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-associated-img-wrapper .product-associated-img-link:hover .product-associated-img-text {
  text-decoration: underline;
}
/* line 234, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-associated-img-wrapper .product-associated-img-link .product-associated-img-icon {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 18px;
}
/* line 242, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-associated-img-wrapper .product-associated-img-link .product-associated-img-text {
  font-style: italic;
}
/* line 248, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-share-links {
  margin-top: 30px;
}
/* line 251, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-share-links .social-share {
  display: flex;
  justify-content: center;
}
/* line 256, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-share-links .icon-share {
  position: relative;
  top: 8px;
  font-size: 20px;
  margin-right: 15px;
}
/* line 264, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-share-links .network {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: #0072bc;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  transition: 0.5s;
}
/* line 279, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-header-wrapper .product-header-right-col .product-share-links .network:hover {
  color: #202020 !important;
}
/* line 287, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 287, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper {
    margin-top: 50px;
  }
}
/* line 296, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-info-wrapper .product-info-title {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 700;
}
/* line 303, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-info-wrapper .product-sticker-link {
  color: #98bc2a;
  text-decoration: underline;
  transition: 0.5s;
}
/* line 308, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-info-wrapper .product-sticker-link:hover {
  color: #202020;
}
/* line 313, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-info-wrapper .product-info-items {
  line-height: 24px;
}
/* line 317, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-info-wrapper .product-info-items .cins-lv-label,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-info-wrapper .product-info-items .info-item-title {
  font-weight: 700;
}
/* line 321, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-info-wrapper .product-info-items .cins-lv-label::before,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-info-wrapper .product-info-items .info-item-title::before {
  content: "\f0a9";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  margin: 0 5px 0 0px;
  color: #0072bc;
}
/* line 330, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-info-wrapper .product-info-items .info-item {
  display: inline-block;
}
/* line 335, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-info-wrapper .product-pictograms {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
/* line 340, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-info-wrapper .product-pictograms .pictogram-img {
  align-self: center;
  max-width: 50px;
  height: auto;
  margin-right: 5px;
}
/* line 351, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-reward-wrapper .product-reward-title {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 351, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-reward-wrapper .product-reward-title {
    margin-top: 25px;
  }
}
/* line 362, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-reward-wrapper .rewards-img {
  display: flex;
  flex-wrap: wrap;
}
/* line 366, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-reward-wrapper .rewards-img .reward-img {
  align-self: center;
  max-width: 85px;
  height: auto;
  margin: 15px 25px 0 0;
}
@media (max-width: 767px) {
  /* line 366, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-reward-wrapper .rewards-img .reward-img {
    max-width: 80px;
    margin: 15px 15px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 366, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-reward-wrapper .rewards-img .reward-img {
    max-width: 80px;
    margin: 15px 15px 0 0;
  }
}
@media (max-width: 991px) {
  /* line 385, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper {
    margin-top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 385, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper {
    display: flex;
  }
}
/* line 395, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer {
  width: 100%;
  background: #0072bc;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 395, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer {
    flex: 1;
    margin-right: 15px;
  }
}
/* line 407, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer {
  display: flex;
  height: 100%;
}
/* line 412, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat .product-link-cat-label,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat .product-link-dealer-label,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer .product-link-cat-label,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer .product-link-dealer-label,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat .product-link-cat-label,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat .product-link-dealer-label,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-cat-label,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-dealer-label {
  flex: 2;
  padding: 20px 35px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: right;
  transition: 0.5s;
}
@media (max-width: 575px) {
  /* line 412, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat .product-link-dealer-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer .product-link-dealer-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat .product-link-dealer-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-dealer-label {
    padding: 20px 30px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 412, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat .product-link-dealer-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer .product-link-dealer-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat .product-link-dealer-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-dealer-label {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 412, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat .product-link-dealer-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer .product-link-dealer-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat .product-link-dealer-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-dealer-label {
    padding: 20px 25px;
    font-size: 18px;
    line-height: 25px;
  }
}
/* line 443, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat .product-link-cat-label:hover,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer .product-link-cat-label:hover,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat .product-link-cat-label:hover,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-cat-label:hover {
  background: #0072bc;
}
/* line 448, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat .product-link-dealer-label,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer .product-link-dealer-label,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat .product-link-dealer-label,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-dealer-label {
  display: flex;
  align-items: center;
}
/* line 452, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat .product-link-dealer-label:hover,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer .product-link-dealer-label:hover,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat .product-link-dealer-label:hover,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-dealer-label:hover {
  /* CDF n° 104 */
  /* Fin CDF n° 104 */
}
/* line 459, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat i,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer i,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat i,
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer i {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  background: #0072bc;
}
@media (max-width: 575px) {
  /* line 459, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat i,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer i,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat i,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer i {
    min-width: 80px;
  }
}
/* line 475, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer {
  margin-top: 15px;
  background: #ebebeb;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 475, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer {
    margin-left: 15px;
    margin-right: 0;
    margin-top: 0;
  }
}
/* line 488, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-dealer-label {
  font-size: 20px;
}
@media (max-width: 575px) {
  /* line 488, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-dealer-label {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 488, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-dealer-label {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 502, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer i {
  background: #98bc2a;
}

/* Associated products block
#block-views-block-product-associated-products {
width: 100%;
padding-bottom: 40px;

.title-associated-products {
margin: 55px 0 25px 0;

color: $main_font_color;
text-align: center;
font-size: 35px;
font-weight: $bold;
}

.slick-prev,
.slick-next {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0 -15px;

background: $fourth_bg_color;

&::before {
position: static;

color: $second_font_color;
font-size: 20px;
}
}

.slick-next {
left: auto;
right: 0;
}
} */
/* line 555, ../sass/product/_product_full.scss */
.product-first-paragraph-bg {
  padding: 60px 0;
  background: #98bc2a;
  color: #ffffff;
}

/* line 566, ../sass/product/_product_full.scss */
.associated-recipes-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/* line 572, ../sass/product/_product_full.scss */
.associated-recipes-bg .associated-recipes-wrapper {
  padding-bottom: 40px;
}
/* line 575, ../sass/product/_product_full.scss */
.associated-recipes-bg .associated-recipes-wrapper .centered-link {
  width: 100%;
  text-align: center;
}
/* line 583, ../sass/product/_product_full.scss */
.associated-recipes-bg .associated-recipes-wrapper .associated-recipes-container .associated-recipes-title {
  display: block;
  margin: 55px auto 25px auto;
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

/* line 597, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper {
  padding-bottom: 40px;
}
/* line 600, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper .slick-prev,
.associated-products-bg .associated-products-wrapper .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 -15px;
  background: #ebebeb;
}
/* line 615, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper .slick-prev::before,
.associated-products-bg .associated-products-wrapper .slick-next::before {
  position: static;
  color: #ffffff;
  font-size: 20px;
}
/* line 623, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper .slick-next {
  left: auto;
  right: 0;
}
/* line 628, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper .centered-link {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
/* line 635, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper .associated-products-container {
  width: 100%;
}
/* line 638, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper .associated-products-container .associated-products-title {
  margin: 55px 0 25px 0;
  color: #202020;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

/* line 650, ../sass/product/_product_full.scss */
.product-second-paragraph-bg {
  padding: 60px 0;
  background: #98bc2a;
  color: #ffffff;
}

/* line 2, ../sass/product/_product_list.scss */
#product-list article {
  height: 415px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  /* line 2, ../sass/product/_product_list.scss */
  #product-list article {
    max-width: 290px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
/* line 14, ../sass/product/_product_list.scss */
#product-list .views-row {
  order: 3;
}
/* line 17, ../sass/product/_product_list.scss */
#product-list .views-row:nth-child(1) {
  order: 0;
}
@media (max-width: 575px) {
  /* line 17, ../sass/product/_product_list.scss */
  #product-list .views-row:nth-child(1) {
    order: 1;
  }
}
/* line 29, ../sass/product/_product_list.scss */
#product-list .views-row:nth-child(2) {
  order: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 29, ../sass/product/_product_list.scss */
  #product-list .views-row:nth-child(2) {
    order: 2;
  }
}
@media (max-width: 575px) {
  /* line 29, ../sass/product/_product_list.scss */
  #product-list .views-row:nth-child(2) {
    order: 2;
  }
}
/* line 42, ../sass/product/_product_list.scss */
#product-list #category-teaser {
  height: 415px;
  margin-bottom: 40px;
  order: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 42, ../sass/product/_product_list.scss */
  #product-list #category-teaser {
    order: 1;
  }
}
@media (max-width: 575px) {
  /* line 42, ../sass/product/_product_list.scss */
  #product-list #category-teaser {
    order: 0;
  }
}
/* line 55, ../sass/product/_product_list.scss */
#product-list #category-teaser #category-wrapper {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-position: center;
  background-size: cover;
}
/* line 63, ../sass/product/_product_list.scss */
#product-list #category-teaser #category-wrapper #category-teaser-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
/* line 73, ../sass/product/_product_list.scss */
#product-list #category-teaser #category-wrapper #category-teaser-text #category-short-desc {
  padding: 15px 30px;
  text-align: center;
}
/* line 79, ../sass/product/_product_list.scss */
#product-list #category-teaser #category-wrapper #category-teaser-text .social-share {
  padding: 15px 30px;
}
/* line 82, ../sass/product/_product_list.scss */
#product-list #category-teaser #category-wrapper #category-teaser-text .social-share .network {
  position: relative;
  width: 45px;
  height: 45px;
  color: #ffffff;
  background: #0072bc;
  border-radius: 50%;
  transition: 0.5s;
}
@media (max-width: 575px) {
  /* line 82, ../sass/product/_product_list.scss */
  #product-list #category-teaser #category-wrapper #category-teaser-text .social-share .network {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
}
/* line 98, ../sass/product/_product_list.scss */
#product-list #category-teaser #category-wrapper #category-teaser-text .social-share .network::before {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 25px;
}
@media (max-width: 575px) {
  /* line 98, ../sass/product/_product_list.scss */
  #product-list #category-teaser #category-wrapper #category-teaser-text .social-share .network::before {
    font-size: 22px;
  }
}
/* line 111, ../sass/product/_product_list.scss */
#product-list #category-teaser #category-wrapper #category-teaser-text .social-share .network:hover {
  color: #ffffff !important;
  background: #98bc2a;
}
/* line 117, ../sass/product/_product_list.scss */
#product-list #category-teaser #category-wrapper #category-teaser-text .social-share .icon-share {
  position: relative;
  width: 45px;
  height: 45px;
}
@media (max-width: 575px) {
  /* line 117, ../sass/product/_product_list.scss */
  #product-list #category-teaser #category-wrapper #category-teaser-text .social-share .icon-share {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
}
/* line 128, ../sass/product/_product_list.scss */
#product-list #category-teaser #category-wrapper #category-teaser-text .social-share .icon-share::before {
  position: absolute;
  left: 10px;
  top: 4px;
  font-size: 25px;
}
@media (max-width: 575px) {
  /* line 128, ../sass/product/_product_list.scss */
  #product-list #category-teaser #category-wrapper #category-teaser-text .social-share .icon-share::before {
    font-size: 22px;
  }
}

/* Product display teaser */
/* line 2, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser {
  height: auto !important;
  margin-bottom: 30px !important;
}
/* line 6, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper {
  transition: 0.5s;
  background: #ffffff;
  -moz-box-shadow: 0px 0px 15px -8px #303030;
  -webkit-box-shadow: 0px 0px 15px -8px #303030;
  box-shadow: 0px 0px 15px -8px #303030;
}
/* line 22, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper .image-wrapper img {
  width: 100%;
  height: auto;
}
/* line 28, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper .product-awards {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
/* line 35, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper .reward-item-wrapper,
.node-type-product.node-display-teaser .product-wrapper .label-item-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
/* line 42, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper .reward-item-wrapper .reward-item-value,
.node-type-product.node-display-teaser .product-wrapper .reward-item-wrapper .label-item-value,
.node-type-product.node-display-teaser .product-wrapper .label-item-wrapper .reward-item-value,
.node-type-product.node-display-teaser .product-wrapper .label-item-wrapper .label-item-value {
  margin-right: 7px;
  margin-top: 7px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 47, ../sass/product/_product_teaser.scss */
  .node-type-product.node-display-teaser .product-wrapper .reward-item-wrapper .reward-item-value img,
  .node-type-product.node-display-teaser .product-wrapper .reward-item-wrapper .label-item-value img,
  .node-type-product.node-display-teaser .product-wrapper .label-item-wrapper .reward-item-value img,
  .node-type-product.node-display-teaser .product-wrapper .label-item-wrapper .label-item-value img {
    max-width: 50px;
    width: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 47, ../sass/product/_product_teaser.scss */
  .node-type-product.node-display-teaser .product-wrapper .reward-item-wrapper .reward-item-value img,
  .node-type-product.node-display-teaser .product-wrapper .reward-item-wrapper .label-item-value img,
  .node-type-product.node-display-teaser .product-wrapper .label-item-wrapper .reward-item-value img,
  .node-type-product.node-display-teaser .product-wrapper .label-item-wrapper .label-item-value img {
    max-width: 55px;
    width: 55px;
  }
}
/* line 59, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper .reward-item-wrapper .reward-item-value:last-child,
.node-type-product.node-display-teaser .product-wrapper .reward-item-wrapper .label-item-value:last-child,
.node-type-product.node-display-teaser .product-wrapper .label-item-wrapper .reward-item-value:last-child,
.node-type-product.node-display-teaser .product-wrapper .label-item-wrapper .label-item-value:last-child {
  margin-right: 0;
}
/* line 65, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper .reward-item-wrapper + .label-item-wrapper,
.node-type-product.node-display-teaser .product-wrapper .reward-item-wrapper + .label-item-value {
  margin-left: 7px;
}
/* line 70, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper .text-wrapper {
  padding: 15px;
  text-align: center;
}
/* line 75, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper .text-wrapper .product-title {
  margin-bottom: 7px;
  min-height: 50px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 75, ../sass/product/_product_teaser.scss */
  .node-type-product.node-display-teaser .product-wrapper .text-wrapper .product-title {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 75, ../sass/product/_product_teaser.scss */
  .node-type-product.node-display-teaser .product-wrapper .text-wrapper .product-title {
    font-size: 18px;
    line-height: 18px;
  }
}
/* line 95, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper .text-wrapper .product-weight,
.node-type-product.node-display-teaser .product-wrapper .text-wrapper .product-packing {
  font-size: 14px;
  font-style: italic;
}
/* line 102, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper .button-next {
  margin-top: 30px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  /* line 102, ../sass/product/_product_teaser.scss */
  .node-type-product.node-display-teaser .product-wrapper .button-next {
    font-size: 13px;
    padding: 15px;
  }
}

/* line 117, ../sass/product/_product_teaser.scss */
body.is_front .node-type-product.node-display-teaser .product-wrapper .button-next {
  opacity: 0;
}
@media (max-width: 991px) {
  /* line 117, ../sass/product/_product_teaser.scss */
  body.is_front .node-type-product.node-display-teaser .product-wrapper .button-next {
    opacity: 1;
  }
}
/* line 126, ../sass/product/_product_teaser.scss */
body.is_front .node-type-product.node-display-teaser:hover .button-next {
  opacity: 1;
}

/* line 2, ../sass/tools/_breadcrumb.scss */
.is_front .region-breadcrumb {
  display: none;
}

/* CDF - n° 108 */
@media (max-width: 767px) {
  /* line 8, ../sass/tools/_breadcrumb.scss */
  #block-cins-theme-breadcrumbs {
    border-top: 1px solid #98bc2a;
  }
}
/* line 14, ../sass/tools/_breadcrumb.scss */
#block-cins-theme-breadcrumbs a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  /* line 21, ../sass/tools/_breadcrumb.scss */
  .is_front #block-cins-theme-breadcrumbs {
    border-top: none;
  }
}

/* Fin CDF - n° 108 */
/* line 4, ../sass/tools/_cookies.scss */
#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-text {
  font-size: 15px;
}
/* line 9, ../sass/tools/_cookies.scss */
#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-buttons button {
  background: none !important;
}
/* line 11, ../sass/tools/_cookies.scss */
#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-buttons button:hover {
  background: none !important;
  text-decoration: underline;
}
/* line 17, ../sass/tools/_cookies.scss */
#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-buttons .eu-cookie-compliance-default-button {
  font-weight: 500;
  border: none !important;
  color: #ffffff;
  text-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 7, ../sass/tools/_draggable.scss */
tr.draggable td.views-field-draggableviews a.tabledrag-handle {
  display: table-cell !important;
}

/* Exposed filter for page view */
/* line 4, ../sass/tools/_exposed_filter.scss */
#page #block-cins-theme-content {
  /* Global style for exposed form */
  /* Recipe list exposed filter */
  /* Article list exposed filter */
}
/* line 6, ../sass/tools/_exposed_filter.scss */
#page #block-cins-theme-content .views-exposed-form {
  width: 100%;
  min-height: 80px;
  margin: 0px 0 25px 0;
  padding: 20px 15px;
  color: #ffffff;
  background: #98bc2a;
  text-align: right;
}
@media (max-width: 575px) {
  /* line 6, ../sass/tools/_exposed_filter.scss */
  #page #block-cins-theme-content .views-exposed-form {
    text-align: left;
  }
}
/* line 20, ../sass/tools/_exposed_filter.scss */
#page #block-cins-theme-content .views-exposed-form .form-item {
  display: inline-block !important;
}
/* line 24, ../sass/tools/_exposed_filter.scss */
#page #block-cins-theme-content .views-exposed-form .js-form-type-select {
  text-align: right;
}
@media (max-width: 767px) {
  /* line 24, ../sass/tools/_exposed_filter.scss */
  #page #block-cins-theme-content .views-exposed-form .js-form-type-select {
    text-align: left;
    margin: 2px 0;
  }
}
/* line 32, ../sass/tools/_exposed_filter.scss */
#page #block-cins-theme-content .views-exposed-form .js-form-type-select label {
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 32, ../sass/tools/_exposed_filter.scss */
  #page #block-cins-theme-content .views-exposed-form .js-form-type-select label {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  /* line 32, ../sass/tools/_exposed_filter.scss */
  #page #block-cins-theme-content .views-exposed-form .js-form-type-select label {
    display: block;
  }
}
/* line 48, ../sass/tools/_exposed_filter.scss */
#page #block-cins-theme-content .views-exposed-form .js-form-type-select select {
  width: 270px;
  height: 50px;
  padding-left: 10px;
  background-image: url("/sites/default/files/css/select-sprite.png") !important;
  background-position: 272px -1px;
  border: none;
  -moz-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: window;
  text-shadow: none;
  cursor: pointer;
}
@media (max-width: 575px) {
  /* line 48, ../sass/tools/_exposed_filter.scss */
  #page #block-cins-theme-content .views-exposed-form .js-form-type-select select {
    max-width: 100%;
    width: 260px;
    background-position: 262px -1px;
  }
}
/* line 73, ../sass/tools/_exposed_filter.scss */
#page #block-cins-theme-content .view-header {
  text-align: right;
  font-style: italic;
}
@media (min-width: 992px) {
  /* line 73, ../sass/tools/_exposed_filter.scss */
  #page #block-cins-theme-content .view-header {
    position: absolute;
    left: 50px;
    top: 34px;
    color: #ffffff;
  }
}
/* line 92, ../sass/tools/_exposed_filter.scss */
#page #block-cins-theme-content #views-exposed-form-news-article-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  /* line 92, ../sass/tools/_exposed_filter.scss */
  #page #block-cins-theme-content #views-exposed-form-news-article-list {
    justify-content: center;
  }
}
/* line 106, ../sass/tools/_exposed_filter.scss */
#page #block-cins-theme-content #views-exposed-form-news-article-list .js-form-type-item {
  display: flex !important;
}
@media (max-width: 991px) {
  /* line 106, ../sass/tools/_exposed_filter.scss */
  #page #block-cins-theme-content #views-exposed-form-news-article-list .js-form-type-item {
    margin: 5px 0;
  }
}
/* line 113, ../sass/tools/_exposed_filter.scss */
#page #block-cins-theme-content #views-exposed-form-news-article-list .js-form-type-item .news-category-redirect {
  padding: 15px;
  margin-left: 15px;
  color: #202020;
  background-color: #ffffff;
  transition: 0.5s;
}
/* line 121, ../sass/tools/_exposed_filter.scss */
#page #block-cins-theme-content #views-exposed-form-news-article-list .js-form-type-item .news-category-redirect:hover {
  color: #ffffff;
  background-color: #0072bc;
}

/* line 2, ../sass/tools/_field_iframe.scss */
.field-iframe iframe {
  width: 100%;
  height: 350px;
}

/* line 1, ../sass/tools/_jcf.scss */
.jcf-select {
  display: block;
  position: relative;
  width: 100%;
  height: 45px;
  cursor: pointer;
  background-color: #ffffff;
}
/* line 10, ../sass/tools/_jcf.scss */
.jcf-select::before {
  content: "\f078";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  position: absolute;
  top: calc(50% - 14px);
  right: 18px;
  font-size: 20px;
  color: #000000;
  transition: 0.5s;
}
/* line 20, ../sass/tools/_jcf.scss */
.jcf-select select {
  left: 0px;
  top: 0;
  cursor: pointer;
}
/* line 25, ../sass/tools/_jcf.scss */
.jcf-select select.jcf-reset-appearance {
  display: block;
  overflow: hidden;
}
/* line 29, ../sass/tools/_jcf.scss */
.jcf-select select.jcf-reset-appearance option {
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 38, ../sass/tools/_jcf.scss */
.jcf-select .jcf-select-text {
  height: 100%;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 18px;
  color: #000000;
  line-height: 1;
  font-weight: 500;
  margin: 0 50px 0 15px;
}
/* line 53, ../sass/tools/_jcf.scss */
.jcf-select .jcf-select-text > span {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 65, ../sass/tools/_jcf.scss */
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 50px;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
/* line 75, ../sass/tools/_jcf.scss */
.jcf-select:hover {
  cursor: pointer;
}

/* line 1, ../sass/tools/_lang_selector.scss */
#block-language-selector {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 55px;
  height: 34px;
  padding: 0;
  font-size: 13px;
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 1, ../sass/tools/_lang_selector.scss */
  #block-language-selector {
    width: 65px;
    font-size: 14px;
  }
}
/* line 20, ../sass/tools/_lang_selector.scss */
#block-language-selector .links {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  list-style: none;
  transition: .3s;
  background: #0072bc;
}
/* line 30, ../sass/tools/_lang_selector.scss */
#block-language-selector .links .language-link {
  display: block;
  padding: 5px 30px 5px 15px;
  transition: .3s;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 30, ../sass/tools/_lang_selector.scss */
  #block-language-selector .links .language-link {
    padding: 9px 30px 9px 15px;
  }
}
/* line 42, ../sass/tools/_lang_selector.scss */
#block-language-selector .links .language-link img {
  width: 22px;
  height: 15px;
  margin-right: 5px;
}
/* line 48, ../sass/tools/_lang_selector.scss */
#block-language-selector .links .language-link:not(.is-active):hover {
  opacity: .7;
}
/* line 53, ../sass/tools/_lang_selector.scss */
#block-language-selector .links li.is-active {
  order: 1;
}
/* line 58, ../sass/tools/_lang_selector.scss */
#block-language-selector .links li:not(.is-active) {
  display: none;
  order: 2;
}
/* line 66, ../sass/tools/_lang_selector.scss */
#block-language-selector .links:hover li:not(.is-active) {
  display: block;
}
/* line 72, ../sass/tools/_lang_selector.scss */
#block-language-selector .links:after {
  content: "\f078";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  display: block;
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 14px;
}
@media (max-width: 767px) {
  /* line 72, ../sass/tools/_lang_selector.scss */
  #block-language-selector .links:after {
    right: 10px;
    font-size: 14px;
  }
}

/* line 1, ../sass/tools/_map.scss */
#block-map-block {
  width: 100%;
}
/* line 4, ../sass/tools/_map.scss */
#block-map-block .title-map-block {
  width: 100%;
  margin: 25px 0;
  text-align: center;
}
/* line 10, ../sass/tools/_map.scss */
#block-map-block .title-map-block .location-title {
  margin-right: 10px;
  display: inline-block;
  font-size: 35px;
  font-weight: 700;
}
/* line 18, ../sass/tools/_map.scss */
#block-map-block .title-map-block .location-contact {
  display: inline-block;
  font-size: 22px;
}
/* line 25, ../sass/tools/_map.scss */
#block-map-block .map-wrapper {
  padding-top: 5px;
  margin-bottom: -30px;
}
/* line 30, ../sass/tools/_map.scss */
#block-map-block #cinsmapresearch-map {
  min-height: 450px !important;
  /*
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  */
}

/* line 40, ../sass/tools/_map.scss */
.block-map-block .map-wrapper p {
  width: 100%;
}
/* line 43, ../sass/tools/_map.scss */
.block-map-block .map-wrapper p:first-child {
  display: inline-flex;
}

/* line 1, ../sass/tools/_message.scss */
.cins-message {
  margin: 0 auto;
}
/* line 4, ../sass/tools/_message.scss */
.cins-message div[role=contentinfo] {
  display: block;
  margin: 30px 0;
}

/* Pager display */
/* line 2, ../sass/tools/_pager.scss */
.pager {
  margin: 25px 0;
  font-size: 0;
  text-align: center;
}
/* line 8, ../sass/tools/_pager.scss */
.pager .pager__items {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 15, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item {
  display: inline-block;
  padding: 5px 10px;
  border: none;
  font-size: 22px;
  transition: 0.5s;
}
/* line 24, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item.is-active {
  color: #000000;
  font-weight: 700;
}
/* line 32, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item.pager__item--previous a, .pager .pager__items .pager__item.pager__item--next a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  transition: 0.5s;
  margin: 0 5px;
  background-color: #ffffff;
}
/* line 43, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item.pager__item--previous a:hover, .pager .pager__items .pager__item.pager__item--next a:hover {
  background-color: #000000;
}
/* line 46, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item.pager__item--previous a:hover::after, .pager .pager__items .pager__item.pager__item--next a:hover::after {
  color: #ffffff;
}
/* line 51, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item.pager__item--previous a::after, .pager .pager__items .pager__item.pager__item--next a::after {
  content: "\f053";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #000000;
}
/* line 57, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item.pager__item--previous a span, .pager .pager__items .pager__item.pager__item--next a span {
  display: none;
}
/* line 65, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item.pager__item--next a::after {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
}
/* line 71, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item.pager__item--first {
  display: none;
}
/* line 75, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item.pager__item--last {
  display: none;
}
/* line 87, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item:hover {
  font-weight: 700;
}

/* line 1, ../sass/tools/_search.scss */
form.search-form {
  position: relative;
  width: 100%;
}
/* line 7, ../sass/tools/_search.scss */
form.search-form .form-item-searched-text input {
  display: block;
  width: 750px;
  margin: 0 auto;
  padding: 15px;
  background: #000000;
  color: #ffffff;
}
/* line 16, ../sass/tools/_search.scss */
form.search-form .form-item-searched-text input::placeholder {
  opacity: 0.9;
  color: #ffffff;
}
/* line 23, ../sass/tools/_search.scss */
form.search-form .form-submit {
  position: absolute;
  right: 205px;
  top: 10px;
  padding: 10px 20px;
  background: #98bc2a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  transition: 0.5s;
}
/* line 35, ../sass/tools/_search.scss */
form.search-form .form-submit:hover {
  background: #0072bc;
}

/* line 41, ../sass/tools/_search.scss */
#header-search-js-wrapper {
  position: absolute;
  width: 100%;
  min-height: 90px;
  padding: 15px;
  background: #ffffff;
  border-bottom: 5px solid #0072bc;
  z-index: 150;
}
/* line 53, ../sass/tools/_search.scss */
#header-search-js-wrapper #header-search-js-wrapper-close i {
  position: absolute;
  right: 150px;
  font-size: 40px;
  top: 22px;
  transition: 0.5s;
}
/* line 61, ../sass/tools/_search.scss */
#header-search-js-wrapper #header-search-js-wrapper-close i:hover {
  color: #98bc2a;
  cursor: pointer;
}
/* line 68, ../sass/tools/_search.scss */
#header-search-js-wrapper .ajax-progress-throbber {
  position: absolute;
  right: 350px;
  top: 10px;
  width: 35px;
  height: 35px;
}
/* line 75, ../sass/tools/_search.scss */
#header-search-js-wrapper .ajax-progress-throbber .throbber {
  background: transparent url(../img/throbber.gif) no-repeat 0 center;
  display: inline-block;
  padding: 0px;
  width: 35px;
  height: 35px;
}

/* line 85, ../sass/tools/_search.scss */
#header-js-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 96, ../sass/tools/_search.scss */
#block-cins-search {
  position: relative;
}

/* line 100, ../sass/tools/_search.scss */
#cins-search-results-wrapper {
  position: absolute;
  top: 85px;
  width: 100%;
  padding: 15px;
  padding-bottom: 0;
  background: #ffffff;
  border-bottom: 0px solid #0072bc;
  z-index: 150;
}
/* line 112, ../sass/tools/_search.scss */
#cins-search-results-wrapper.fullpage {
  position: static;
}
/* line 116, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result {
  padding-top: 20px;
}
/* line 119, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result ul {
  list-style-type: none;
}
/* line 123, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-category {
  flex: 1;
  padding: 15px;
  background: #0072bc;
  color: #ffffff;
}
/* line 131, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-category ul li {
  position: relative;
  padding: 10px 0;
  font-weight: 700;
  opacity: 0.6;
  transition: 0.5s;
}
/* line 139, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-category ul li::before, #cins-search-results-wrapper #cins-search-result .search-result-category ul li::after {
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #ffffff;
}
/* line 150, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-category ul li::after {
  top: auto;
  bottom: -1px;
}
/* line 155, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-category ul li:hover {
  opacity: 1;
}
/* line 161, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-category .h4 {
  padding-top: 0;
  color: #ffffff;
  font-weight: 700;
}
/* line 169, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-product {
  border-top: 2px solid #98bc2a;
}
/* line 172, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-product a:hover {
  color: #98bc2a;
}
/* line 176, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-product .h4 {
  margin-bottom: 0;
  color: #202020;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 186, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-recipe {
  margin-top: 15px;
  padding: 15px;
  background: #202020;
}
/* line 191, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-recipe .h4 {
  padding-top: 0;
  color: #202020;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 200, ../sass/tools/_search.scss */
#cins-search-results-wrapper .result-product-wrapper, #cins-search-results-wrapper .result-recipe-wrapper {
  display: flex;
}
/* line 203, ../sass/tools/_search.scss */
#cins-search-results-wrapper .result-product-wrapper .image-wrapper, #cins-search-results-wrapper .result-recipe-wrapper .image-wrapper {
  flex: 0 0 120px;
}
/* line 207, ../sass/tools/_search.scss */
#cins-search-results-wrapper .result-product-wrapper .detail-wrapper, #cins-search-results-wrapper .result-recipe-wrapper .detail-wrapper {
  font-size: 0.7rem;
  line-height: 0.8rem;
  align-self: center;
}
/* line 212, ../sass/tools/_search.scss */
#cins-search-results-wrapper .result-product-wrapper .detail-wrapper p, #cins-search-results-wrapper .result-recipe-wrapper .detail-wrapper p {
  margin-bottom: 7px;
  font-size: 0.8rem;
}
/* line 220, ../sass/tools/_search.scss */
#cins-search-results-wrapper .result-recipe-wrapper .detail-wrapper {
  align-self: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 226, ../sass/tools/_search.scss */
#cins-search-results-wrapper .result-recipe-wrapper .detail-wrapper .button-next {
  min-height: 30px;
  height: 30px;
}
/* line 234, ../sass/tools/_search.scss */
#cins-search-results-wrapper #search-show-all-results {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
  color: #98bc2a;
  text-transform: uppercase;
  text-align: right;
}
/* line 243, ../sass/tools/_search.scss */
#cins-search-results-wrapper #search-show-all-results a {
  transition: 0.5s;
}
/* line 246, ../sass/tools/_search.scss */
#cins-search-results-wrapper #search-show-all-results a::after {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  margin-left: 10px;
  color: #202020;
  font-size: 18px;
}
/* line 255, ../sass/tools/_search.scss */
#cins-search-results-wrapper #search-show-all-results a:hover {
  color: #202020;
}

@media (max-width: 767px) {
  /* line 263, ../sass/tools/_search.scss */
  .search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    overflow: scroll;
    height: 100%;
  }

  /* line 273, ../sass/tools/_search.scss */
  #header-search-js-wrapper #header-search-js-wrapper-close i {
    right: 10px;
  }
  /* line 277, ../sass/tools/_search.scss */
  #header-search-js-wrapper .ajax-progress-throbber {
    position: absolute;
    right: 195px;
  }

  /* line 282, ../sass/tools/_search.scss */
  form.search-form .form-item-searched-text input {
    width: 100%;
  }

  /* line 285, ../sass/tools/_search.scss */
  form.search-form .form-submit {
    right: 50px;
  }

  /* line 290, ../sass/tools/_search.scss */
  #cins-search-results-wrapper .results-recipe .result-recipe {
    margin-bottom: 20px;
  }
  /* line 294, ../sass/tools/_search.scss */
  #cins-search-results-wrapper .results-recipe .button-next {
    padding: 8px 0px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  /* line 304, ../sass/tools/_search.scss */
  #cins-search-results-wrapper .col-md-3 {
    display: flex;
  }
  /* line 308, ../sass/tools/_search.scss */
  #cins-search-results-wrapper .col-md-9 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 315, ../sass/tools/_search.scss */
  #cins-search-results-wrapper .results-product .row, #cins-search-results-wrapper .results-recipe .row {
    margin-bottom: 20px;
  }
}
/* line 1, ../sass/tools/_sliders.scss */
.cins-nav-container {
  position: absolute;
  top: calc(50% - 65px);
  height: 0;
}
@media (min-width: 768px) {
  /* line 1, ../sass/tools/_sliders.scss */
  .cins-nav-container {
    top: calc(50% - 50px);
  }
}

/* line 13, ../sass/tools/_sliders.scss */
.nav-container-cinsslider .slick-arrow {
  background: transparent !important;
  transition: 0.5s !important;
}

/* line 30, ../sass/tools/_sliders.scss */
.slick-arrow {
  background: transparent !important;
  transition: 0.5s !important;
}
/* line 34, ../sass/tools/_sliders.scss */
.slick-arrow:hover {
  background: transparent !important;
}

/* line 39, ../sass/tools/_sliders.scss */
.slick-prev,
.slick-next {
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 60px;
  padding: 0;
  border: none;
  color: transparent;
  text-indent: -999px;
  background: none;
}
/* line 54, ../sass/tools/_sliders.scss */
.slick-prev::before,
.slick-next::before {
  position: absolute !important;
  top: 0;
  left: 0;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: 0.5s;
  font-size: 60px;
  text-indent: 0;
  text-align: center;
  color: #000000;
}
/* line 74, ../sass/tools/_sliders.scss */
.slick-prev span,
.slick-next span {
  display: none;
}
/* line 78, ../sass/tools/_sliders.scss */
.slick-prev:hover,
.slick-next:hover {
  background: none;
  color: transparent;
}
/* line 82, ../sass/tools/_sliders.scss */
.slick-prev:hover::before,
.slick-next:hover::before {
  color: #0072bc;
}

/* line 89, ../sass/tools/_sliders.scss */
.slick-prev::before {
  content: "\f053";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
}

/* line 94, ../sass/tools/_sliders.scss */
.slick-next {
  float: right;
}
/* line 97, ../sass/tools/_sliders.scss */
.slick-next::before {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
}

/* line 106, ../sass/tools/_sliders.scss */
.slick-dots {
  display: flex;
  bottom: 0;
  justify-content: center;
  list-style: none;
}
/* line 115, ../sass/tools/_sliders.scss */
.slick-dots li button {
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  background: none;
  text-indent: -999px;
  background: none;
}
/* line 133, ../sass/tools/_sliders.scss */
.slick-dots li.slick-active button {
  background: #d0d0d0;
}
/* line 139, ../sass/tools/_sliders.scss */
.slick-dots li:hover button {
  border-color: #98bc2a;
}
/* line 144, ../sass/tools/_sliders.scss */
.slick-dots li + li {
  margin-left: 12px;
}

/* Social share display */
/* line 2, ../sass/tools/_social_share.scss */
.social-share {
  font-style: normal;
}
/* line 5, ../sass/tools/_social_share.scss */
.social-share .icon-share {
  display: inline-block;
  margin-right: 10px;
  font-style: normal;
}
/* line 10, ../sass/tools/_social_share.scss */
.social-share .icon-share::before {
  content: "\f1e0";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 15, ../sass/tools/_social_share.scss */
.social-share .network {
  display: inline-block;
  margin-right: 10px;
  color: #202020;
  font-size: 18px;
  transition: 0.5s;
}
/* line 23, ../sass/tools/_social_share.scss */
.social-share .network:hover {
  cursor: pointer;
  color: #98bc2a !important;
}
/* line 30, ../sass/tools/_social_share.scss */
.social-share .facebook::before {
  content: "\f39e";
  font-family: 'Font Awesome\ 5 Brands', sans-serif;
}
/* line 36, ../sass/tools/_social_share.scss */
.social-share .twitter::before {
  content: "\f099";
  font-family: 'Font Awesome\ 5 Brands', sans-serif;
}
/* line 42, ../sass/tools/_social_share.scss */
.social-share .pinterest::before {
  content: "\f231";
  font-family: 'Font Awesome\ 5 Brands', sans-serif;
}
/* line 48, ../sass/tools/_social_share.scss */
.social-share .instagram::before {
  content: "\f16d";
  font-family: 'Font Awesome\ 5 Brands', sans-serif;
}
/* line 54, ../sass/tools/_social_share.scss */
.social-share .google-plus::before {
  content: "\f0d5";
  font-family: 'Font Awesome\ 5 Brands', sans-serif;
}
/* line 60, ../sass/tools/_social_share.scss */
.social-share .linkedin::before {
  content: "\f0e1";
  font-family: 'Font Awesome\ 5 Brands', sans-serif;
}

/* line 1, ../sass/tools/_sticky_buttons.scss */
#block-sticky-buttons {
  z-index: 5;
}
@media (max-width: 991px) {
  /* line 1, ../sass/tools/_sticky_buttons.scss */
  #block-sticky-buttons {
    display: none;
  }
}

/* line 9, ../sass/tools/_sticky_buttons.scss */
.sticky-button {
  text-transform: uppercase;
  background: #ebebeb;
  color: #ffffff;
}
@media (max-width: 1199px) {
  /* line 9, ../sass/tools/_sticky_buttons.scss */
  .sticky-button {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  }
}

/* line 1, ../sass/tools/_tabs.scss */
.tabs {
  display: flex;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
/* line 9, ../sass/tools/_tabs.scss */
.tabs.-inverse-color .tab-item {
  background: #ffffff;
  color: #98bc2a;
}
/* line 13, ../sass/tools/_tabs.scss */
.tabs.-inverse-color .tab-item:hover, .tabs.-inverse-color .tab-item.active {
  background: #98bc2a;
  color: #ffffff;
}
/* line 20, ../sass/tools/_tabs.scss */
.tabs.-inverse-color .tab-item.active::after {
  border-top-color: #98bc2a;
}
@media (min-width: 992px) {
  /* line 1, ../sass/tools/_tabs.scss */
  .tabs {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  /* line 1, ../sass/tools/_tabs.scss */
  .tabs {
    overflow-x: auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  /* line 1, ../sass/tools/_tabs.scss */
  .tabs {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 43, ../sass/tools/_tabs.scss */
.tabs .tab-item {
  display: flex;
  position: relative;
  align-items: center;
  max-width: 350px;
  padding: 15px 20px;
  transition: 0.5s;
  background: #98bc2a;
  color: #ffffff;
}
/* line 57, ../sass/tools/_tabs.scss */
.tabs .tab-item:hover, .tabs .tab-item.active {
  background: #ffffff;
  color: #98bc2a;
}
/* line 64, ../sass/tools/_tabs.scss */
.tabs .tab-item.active::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: calc(50% - 13px);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #ffffff transparent transparent transparent;
}

/* line 1, ../sass/paragraph/__global.scss */
.paragraph > .paragraph__column {
  padding-bottom: 0;
}

/* line 6, ../sass/paragraph/__global.scss */
.paragraph > .paragraph__column.vertical-center {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 12, ../sass/paragraph/__global.scss */
.paragraph > .paragraph__column.vertical-center .paragraph--bp-accordion--container {
  padding-top: 0 !important;
}
@media (max-width: 991px) {
  /* line 6, ../sass/paragraph/__global.scss */
  .paragraph > .paragraph__column.vertical-center {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 21, ../sass/paragraph/__global.scss */
  .paragraph > .paragraph__column.vertical-center .paragraph--bp-accordion-container {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  /* line 27, ../sass/paragraph/__global.scss */
  .paragraph > .paragraph__column.vertical-center .paragraph--bp-accordion-container {
    padding-top: 0 !important;
  }
  /* line 31, ../sass/paragraph/__global.scss */
  .paragraph > .paragraph__column.vertical-center .cins-paragraph-icon-text-button,
  .paragraph > .paragraph__column.vertical-center .cins-paragraph-image-caption,
  .paragraph > .paragraph__column.vertical-center .cins-paragraph-highlighted-text,
  .paragraph > .paragraph__column.vertical-center .paragraph--type--bp-image,
  .paragraph > .paragraph__column.vertical-center .paragraph--type--image-title,
  .paragraph > .paragraph__column.vertical-center .paragraph--type--image-title-button,
  .paragraph > .paragraph__column.vertical-center .cins-paragraph-quote,
  .paragraph > .paragraph__column.vertical-center .cins-paragraph-video,
  .paragraph > .paragraph__column.vertical-center .cins-paragraph-simple-button,
  .paragraph > .paragraph__column.vertical-center .cins-paragraph-button-redirect,
  .paragraph > .paragraph__column.vertical-center .cins-paragraph-reinssurance,
  .paragraph > .paragraph__column.vertical-center .cins-paragraph-category-teaser,
  .paragraph > .paragraph__column.vertical-center .cins-paragraph-photo-gallery,
  .paragraph > .paragraph__column.vertical-center .cins-paragraph-button-redirect-image,
  .paragraph > .paragraph__column.vertical-center .cins-paragraph-icon-number-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 52, ../sass/paragraph/__global.scss */
  .paragraph > .paragraph__column.vertical-center .cins-modal-link iframe {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 59, ../sass/paragraph/__global.scss */
  .paragraph > .paragraph__column.vertical-center .paragraph--type--bp-simple p:last-child {
    margin-bottom: 0;
  }
}

/* line 68, ../sass/paragraph/__global.scss */
.paragraph > .paragraph__column,
.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__1col {
  min-height: 0;
}

/* CdF N°24-25 */
/*
@media (min-width: 768px) and (max-width: 991px) {
    .paragraph.paragraph--type--bp-columns {
        .paragraph--type--bp-columns__2col,.paragraph--type--bp-columns__3col {
            float: none !important;
            width: 100% !important;
        }
    }
}
*/
@media (min-width: 768px) {
  /* line 87, ../sass/paragraph/__global.scss */
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col {
    float: left;
    width: 50%;
  }
  /* line 92, ../sass/paragraph/__global.scss */
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__3col {
    float: left;
    width: 33.3333333333%;
  }
}
/* Fin CdF N°24-25 */
/* line 1, ../sass/paragraph/_blank.scss */
.paragraph--type--bp-blank {
  margin: 15px 0;
}

@media (max-width: 767px) {
  /* line 1, ../sass/paragraph/_bp_simple.scss */
  .paragraph--type--bp-simple {
    padding: 20px 0;
  }
}

/* line 4, ../sass/paragraph/_category_teaser.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper .title-wrapper h2 {
  margin-bottom: 0 !important;
  color: #ffffff !important;
  font-family: "Roboto", Arial, sans-serif !important;
}
/* line 12, ../sass/paragraph/_category_teaser.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper .text-wrapper {
  background: rgba(40, 165, 210, 0.8) !important;
}
/* line 17, ../sass/paragraph/_category_teaser.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper .button-next:hover {
  color: #0072bc;
}
/* line 20, ../sass/paragraph/_category_teaser.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper .button-next:hover::after {
  color: #0072bc !important;
}
/* line 25, ../sass/paragraph/_category_teaser.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper .button-next::after {
  color: #ffffff !important;
}

/* line 3, ../sass/paragraph/_cinspress.scss */
.user-logged-in .cins-press .cins-press-logout {
  display: block !important;
}

/* line 10, ../sass/paragraph/_cinspress.scss */
.cins-press .cins-press-logout {
  display: none;
}

/* line 15, ../sass/paragraph/_cinspress.scss */
.cins-press-logout {
  margin: 0 70px;
}

/* line 20, ../sass/paragraph/_cinspress.scss */
.cins-press #block-cinsgdprformblock h2,
.cins-press #block-seven-login h2 {
  display: none;
}
/* line 26, ../sass/paragraph/_cinspress.scss */
.cins-press .paragraph--type--bp-columns__2col:last-child {
  border-left: 1px solid #98bc2a;
}
/* line 31, ../sass/paragraph/_cinspress.scss */
.cins-press #block-seven-login {
  padding: 0;
}
/* line 34, ../sass/paragraph/_cinspress.scss */
.cins-press #block-seven-login form.user-login-form {
  padding: 0 70px;
}
/* line 37, ../sass/paragraph/_cinspress.scss */
.cins-press #block-seven-login form.user-login-form label {
  margin: 15px 0;
  font-weight: 700;
}
/* line 42, ../sass/paragraph/_cinspress.scss */
.cins-press #block-seven-login form.user-login-form input[type=text],
.cins-press #block-seven-login form.user-login-form input[type=password] {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid #98bc2a;
}
/* line 49, ../sass/paragraph/_cinspress.scss */
.cins-press #block-seven-login form.user-login-form input[type=text]:hover,
.cins-press #block-seven-login form.user-login-form input[type=password]:hover {
  border: 1px solid #98bc2a !important;
}
/* line 54, ../sass/paragraph/_cinspress.scss */
.cins-press #block-seven-login form.user-login-form .form-submit {
  display: inline-block;
  width: 250px;
  margin: 15px 0 30px;
  padding: 17px;
  font-size: 14px;
  background: #98bc2a;
  color: #ffffff;
  text-align: center;
  transition: 0.5s;
}
/* line 65, ../sass/paragraph/_cinspress.scss */
.cins-press #block-seven-login form.user-login-form .form-submit:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #98bc2a !important;
}
/* line 73, ../sass/paragraph/_cinspress.scss */
.cins-press #block-seven-login ul {
  list-style: none;
  padding: 0 70px;
  margin-top: 0;
}
/* line 80, ../sass/paragraph/_cinspress.scss */
.cins-press .js-form-type-checkbox {
  display: flex;
  align-items: center;
}
/* line 84, ../sass/paragraph/_cinspress.scss */
.cins-press .js-form-type-checkbox input {
  flex: 1;
}
/* line 88, ../sass/paragraph/_cinspress.scss */
.cins-press .js-form-type-checkbox label {
  flex: 3;
}

/* line 95, ../sass/paragraph/_cinspress.scss */
.path-presse-medias .row {
  align-items: center;
  width: calc(100% + 30px);
}
/* line 102, ../sass/paragraph/_cinspress.scss */
.path-presse-medias #page #block-cins-theme-content .view-header {
  text-align: right;
  font-style: normal;
}
@media (min-width: 992px) {
  /* line 102, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias #page #block-cins-theme-content .view-header {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    color: #ffffff;
  }
}
/* line 114, ../sass/paragraph/_cinspress.scss */
.path-presse-medias #page #block-cins-theme-content .view-header a {
  display: inline-block;
  width: 250px;
  margin: 15px 0 30px;
  padding: 17px;
  font-size: 14px;
  background: #98bc2a;
  color: #ffffff;
  text-align: center;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #98bc2a !important;
}
/* line 129, ../sass/paragraph/_cinspress.scss */
.path-presse-medias #page #block-cins-theme-content .view-header a:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #98bc2a !important;
}
@media (max-width: 575px) {
  /* line 114, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias #page #block-cins-theme-content .view-header a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 145, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias .cins-press-media .date {
    order: 3;
    margin-top: 15px;
  }
  /* line 150, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias .cins-press-media .content-wrapper {
    order: 1;
    margin-top: 15px;
  }
  /* line 155, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias .cins-press-media .category-wrapper {
    order: 2;
    margin-top: 15px;
  }
  /* line 160, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias .cins-press-media .link-wrapper {
    order: 4;
    margin-top: 15px;
  }
}
/* line 168, ../sass/paragraph/_cinspress.scss */
.path-presse-medias .cins-press-media a {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
/* line 194, ../sass/paragraph/_cinspress.scss */
.path-presse-medias .cins-press-media .link-wrapper .link span {
  margin-right: 15px;
}
/* line 198, ../sass/paragraph/_cinspress.scss */
.path-presse-medias .cins-press-media .link-wrapper .link a {
  font-size: 22px;
  margin-right: 15px;
}
/* line 216, ../sass/paragraph/_cinspress.scss */
.path-presse-medias form {
  background-color: #d0d0d0 !important;
}
/* line 220, ../sass/paragraph/_cinspress.scss */
.path-presse-medias form.views-exposed-form.bef-exposed-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
}
@media (max-width: 991px) {
  /* line 227, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias form.views-exposed-form.bef-exposed-form fieldset {
    display: flex !important;
    position: relative;
    min-height: 80px;
  }
  /* line 233, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias form.views-exposed-form.bef-exposed-form fieldset legend {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    color: #202020 !important;
  }
  /* line 247, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias form.views-exposed-form.bef-exposed-form fieldset legend span {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    margin: 0;
    padding: 15px;
  }
  /* line 256, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias form.views-exposed-form.bef-exposed-form fieldset legend span::after {
    margin-left: 15px;
    color: #202020 !important;
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
  }
}
@media (max-width: 575px) {
  /* line 268, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias form.views-exposed-form.bef-exposed-form fieldset legend::after {
    margin-left: 0;
  }
}
/* line 274, ../sass/paragraph/_cinspress.scss */
.path-presse-medias form.views-exposed-form.bef-exposed-form fieldset.form-wrapper {
  flex: 1;
}
/* line 277, ../sass/paragraph/_cinspress.scss */
.path-presse-medias form.views-exposed-form.bef-exposed-form fieldset.form-wrapper legend {
  display: none;
}
@media (max-width: 991px) {
  /* line 277, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias form.views-exposed-form.bef-exposed-form fieldset.form-wrapper legend {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  /* line 288, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias form.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper {
    display: none;
    position: absolute;
    top: 80px;
    width: 100%;
  }
  /* line 295, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias form.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  /* line 300, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias form.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper div .js-form-type-checkbox {
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    width: 100%;
    background: #d0d0d0;
    color: #ffffff;
    text-align: center;
    transition: 0.5s;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 1px solid #ffffff !important;
    border-right: 1px solid #d0d0d0 !important;
    border-left: 1px solid #d0d0d0 !important;
    border-bottom: 1px solid #d0d0d0 !important;
  }
}
/* line 326, ../sass/paragraph/_cinspress.scss */
.path-presse-medias form.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper #edit-field-document-category-target-id .form-checkboxes {
  display: flex;
  justify-content: space-around;
  /* Aspect cochée */
}
@media (max-width: 991px) {
  /* line 330, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias form.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper #edit-field-document-category-target-id .form-checkboxes .js-form-type-checkbox {
    padding: 10px;
  }
}
/* line 336, ../sass/paragraph/_cinspress.scss */
.path-presse-medias form.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper #edit-field-document-category-target-id .form-checkboxes label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #202020 !important;
}
@media (max-width: 991px) {
  /* line 336, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias form.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper #edit-field-document-category-target-id .form-checkboxes label {
    font-size: 0.75rem;
  }
}
/* line 351, ../sass/paragraph/_cinspress.scss */
.path-presse-medias form.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper #edit-field-document-category-target-id .form-checkboxes [type="checkbox"] {
  position: absolute;
  opacity: 0;
}
/* line 356, ../sass/paragraph/_cinspress.scss */
.path-presse-medias form.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper #edit-field-document-category-target-id .form-checkboxes [type="checkbox"]:not(:checked) + label:before,
.path-presse-medias form.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper #edit-field-document-category-target-id .form-checkboxes [type="checkbox"]:checked + label:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #aaa;
  background: #FFF;
  border-radius: 0.2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(152, 188, 42, 0.2);
  transition: .5s;
}
@media (max-width: 991px) {
  /* line 356, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias form.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper #edit-field-document-category-target-id .form-checkboxes [type="checkbox"]:not(:checked) + label:before,
  .path-presse-medias form.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper #edit-field-document-category-target-id .form-checkboxes [type="checkbox"]:checked + label:before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
}
/* line 378, ../sass/paragraph/_cinspress.scss */
.path-presse-medias form.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper #edit-field-document-category-target-id .form-checkboxes [type="checkbox"]:checked + label:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
}
/* line 390, ../sass/paragraph/_cinspress.scss */
.path-presse-medias form.views-exposed-form.bef-exposed-form #edit-submit-acces-presse {
  display: none;
  min-height: 80px;
  background: #98bc2a;
  color: #ffffff;
  text-align: center;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #98bc2a !important;
}
/* line 403, ../sass/paragraph/_cinspress.scss */
.path-presse-medias form.views-exposed-form.bef-exposed-form #edit-submit-acces-presse:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #98bc2a !important;
}
/* line 413, ../sass/paragraph/_cinspress.scss */
.path-presse-medias details.form-item {
  display: flex;
  position: relative;
}
/* line 417, ../sass/paragraph/_cinspress.scss */
.path-presse-medias details.form-item summary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  min-height: 80px;
  width: 150px;
  margin: 0 !important;
  background: #98bc2a;
  color: #ffffff;
  text-align: center;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #98bc2a !important;
}
@media (max-width: 991px) {
  /* line 417, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias details.form-item summary {
    width: 120px;
  }
}
/* line 422, ../sass/paragraph/_cinspress.scss */
.path-presse-medias details.form-item summary::-webkit-details-marker {
  display: none;
}
/* line 443, ../sass/paragraph/_cinspress.scss */
.path-presse-medias details.form-item summary:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #98bc2a !important;
}
/* line 449, ../sass/paragraph/_cinspress.scss */
.path-presse-medias details.form-item summary::after {
  margin-left: 15px;
  content: '\f078';
  font-family: "Font Awesome 5 Pro";
}
/* line 456, ../sass/paragraph/_cinspress.scss */
.path-presse-medias details.form-item summary div::before {
  display: none !important;
}
/* line 463, ../sass/paragraph/_cinspress.scss */
.path-presse-medias details.form-item:hover #edit-field-annee-target-id {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 80px;
}
/* line 472, ../sass/paragraph/_cinspress.scss */
.path-presse-medias details.form-item #edit-field-annee-target-id {
  display: none;
}
/* line 475, ../sass/paragraph/_cinspress.scss */
.path-presse-medias details.form-item #edit-field-annee-target-id div {
  min-height: 80px;
  width: 150px;
  list-style-type: none !important;
  display: flex;
  z-index: 1000;
}
@media (max-width: 991px) {
  /* line 475, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias details.form-item #edit-field-annee-target-id div {
    min-height: auto !important;
    width: 120px;
  }
}
/* line 487, ../sass/paragraph/_cinspress.scss */
.path-presse-medias details.form-item #edit-field-annee-target-id div::before {
  display: none !important;
}
/* line 491, ../sass/paragraph/_cinspress.scss */
.path-presse-medias details.form-item #edit-field-annee-target-id div a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  min-height: 80px;
  width: 150px;
  background: #d0d0d0;
  color: #000000;
  text-align: center;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #ffffff !important;
  border-right: 1px solid #d0d0d0 !important;
  border-left: 1px solid #d0d0d0 !important;
  border-bottom: 1px solid #d0d0d0 !important;
}
@media (max-width: 991px) {
  /* line 491, ../sass/paragraph/_cinspress.scss */
  .path-presse-medias details.form-item #edit-field-annee-target-id div a {
    min-height: auto !important;
    padding: 10px;
    width: 120px;
    font-size: 0.75rem;
  }
}
/* line 518, ../sass/paragraph/_cinspress.scss */
.path-presse-medias details.form-item #edit-field-annee-target-id div a:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #98bc2a !important;
}

/* Highlighted text */
/* line 2, ../sass/paragraph/_highlighted-text.scss */
.cins-paragraph-highlighted-text {
  padding-bottom: 30px;
}
/* line 5, ../sass/paragraph/_highlighted-text.scss */
.cins-paragraph-highlighted-text .highlighted-text-wrapper {
  padding: 25px;
  color: #202020;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

/* Icon + Number + Title */
/* line 2, ../sass/paragraph/_icon-number-title.scss */
.cins-paragraph-icon-number-title {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
/* line 7, ../sass/paragraph/_icon-number-title.scss */
.cins-paragraph-icon-number-title .icon-number-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 15, ../sass/paragraph/_icon-number-title.scss */
.cins-paragraph-icon-number-title .icon-number-title-wrapper .icon-wrapper i {
  font-size: 75px;
  color: #0072bc;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 15, ../sass/paragraph/_icon-number-title.scss */
  .cins-paragraph-icon-number-title .icon-number-title-wrapper .icon-wrapper i {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 15, ../sass/paragraph/_icon-number-title.scss */
  .cins-paragraph-icon-number-title .icon-number-title-wrapper .icon-wrapper i {
    font-size: 50px;
  }
}
/* line 29, ../sass/paragraph/_icon-number-title.scss */
.cins-paragraph-icon-number-title .icon-number-title-wrapper .icon-wrapper .img-custom-wrapper img {
  max-width: 85px;
  max-height: 85px;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 29, ../sass/paragraph/_icon-number-title.scss */
  .cins-paragraph-icon-number-title .icon-number-title-wrapper .icon-wrapper .img-custom-wrapper img {
    max-width: 60px;
    max-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 29, ../sass/paragraph/_icon-number-title.scss */
  .cins-paragraph-icon-number-title .icon-number-title-wrapper .icon-wrapper .img-custom-wrapper img {
    max-width: 50px;
    max-height: 50px;
  }
}
/* line 47, ../sass/paragraph/_icon-number-title.scss */
.cins-paragraph-icon-number-title .icon-number-title-wrapper .icon-wrapper + .title-wrapper {
  margin-top: 10px;
}
/* line 51, ../sass/paragraph/_icon-number-title.scss */
.cins-paragraph-icon-number-title .icon-number-title-wrapper .number-wrapper {
  margin-top: 10px;
  font-size: 53px;
  font-weight: 700;
  color: #98bc2a;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 51, ../sass/paragraph/_icon-number-title.scss */
  .cins-paragraph-icon-number-title .icon-number-title-wrapper .number-wrapper {
    font-size: 46px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 51, ../sass/paragraph/_icon-number-title.scss */
  .cins-paragraph-icon-number-title .icon-number-title-wrapper .number-wrapper {
    font-size: 40px;
  }
}
/* line 67, ../sass/paragraph/_icon-number-title.scss */
.cins-paragraph-icon-number-title .icon-number-title-wrapper .title-wrapper {
  padding: 0px 50px;
  padding-top: 10px;
  font-size: 17px;
  color: #0072bc;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 67, ../sass/paragraph/_icon-number-title.scss */
  .cins-paragraph-icon-number-title .icon-number-title-wrapper .title-wrapper {
    padding: 0px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 67, ../sass/paragraph/_icon-number-title.scss */
  .cins-paragraph-icon-number-title .icon-number-title-wrapper .title-wrapper {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  /* line 67, ../sass/paragraph/_icon-number-title.scss */
  .cins-paragraph-icon-number-title .icon-number-title-wrapper .title-wrapper {
    padding: 0px;
  }
}

/* Icon + Text + Button */
/* line 2, ../sass/paragraph/_icon-text-button.scss */
.cins-paragraph-icon-text-button {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
/* line 7, ../sass/paragraph/_icon-text-button.scss */
.cins-paragraph-icon-text-button .icon-text-button-wrapper {
  display: flex;
  justify-content: space-around;
  padding: 30px 50px;
  color: #ffffff;
  background: #0072bc;
  text-align: center;
  transition: 0.5s;
  border: 15px solid #d0d0d0;
}
@media (max-width: 991px) {
  /* line 7, ../sass/paragraph/_icon-text-button.scss */
  .cins-paragraph-icon-text-button .icon-text-button-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  /* line 7, ../sass/paragraph/_icon-text-button.scss */
  .cins-paragraph-icon-text-button .icon-text-button-wrapper {
    padding: 20px;
  }
}
/* line 28, ../sass/paragraph/_icon-text-button.scss */
.cins-paragraph-icon-text-button .icon-text-button-wrapper .icon-wrapper i {
  margin-right: 15px;
  font-size: 80px;
}
/* line 35, ../sass/paragraph/_icon-text-button.scss */
.cins-paragraph-icon-text-button .icon-text-button-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
/* line 43, ../sass/paragraph/_icon-text-button.scss */
.cins-paragraph-icon-text-button .icon-text-button-wrapper .text-wrapper .title-wrapper {
  padding-bottom: 20px;
  font-size: 17px;
  line-height: 20px;
}
/* line 51, ../sass/paragraph/_icon-text-button.scss */
.cins-paragraph-icon-text-button .icon-text-button-wrapper .text-wrapper .button-wrapper a {
  padding: 10px 70px;
  font-size: 20px;
  transition: 0.5s;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  /* line 51, ../sass/paragraph/_icon-text-button.scss */
  .cins-paragraph-icon-text-button .icon-text-button-wrapper .text-wrapper .button-wrapper a {
    display: block;
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  /* line 51, ../sass/paragraph/_icon-text-button.scss */
  .cins-paragraph-icon-text-button .icon-text-button-wrapper .text-wrapper .button-wrapper a {
    padding: 10px 10px;
  }
}
/* line 68, ../sass/paragraph/_icon-text-button.scss */
.cins-paragraph-icon-text-button .icon-text-button-wrapper .text-wrapper .button-wrapper a:hover {
  color: #202020;
  background: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../sass/paragraph/_icon-text-button.scss */
  .paragraph--type--bp-columns__2col .cins-paragraph-icon-text-button .icon-text-button-wrapper .text-wrapper .button-wrapper a {
    padding: 5px 10px;
    font-size: 16px;
  }
}

/* Icon + Title */
/* line 2, ../sass/paragraph/_icon_title.scss */
.cins-paragraph-icon-title {
  display: block;
  width: 100%;
  padding: 10px 0;
}
/* line 7, ../sass/paragraph/_icon_title.scss */
.cins-paragraph-icon-title .icon-title-wrapper {
  display: flex;
  align-items: center;
}
/* line 13, ../sass/paragraph/_icon_title.scss */
.cins-paragraph-icon-title .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 80px;
  height: 80px;
  min-width: 80px;
  color: #202020;
  background: #ffffff;
  border-radius: 50%;
}
/* line 27, ../sass/paragraph/_icon_title.scss */
.cins-paragraph-icon-title .icon-wrapper i {
  font-size: 40px;
  display: flex;
}
/* line 36, ../sass/paragraph/_icon_title.scss */
.cins-paragraph-icon-title .icon-wrapper .img-custom-wrapper {
  background: #ffffff;
  border-radius: 50%;
}
/* line 41, ../sass/paragraph/_icon_title.scss */
.cins-paragraph-icon-title .icon-wrapper .img-custom-wrapper img {
  width: 45px;
  height: auto;
}
/* line 48, ../sass/paragraph/_icon_title.scss */
.cins-paragraph-icon-title .title-wrapper {
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

/* line 2, ../sass/paragraph/_iframe.scss */
.paragraph--type--iframe iframe {
  width: 100%;
}

/* Image + Caption */
/* line 2, ../sass/paragraph/_image-caption.scss */
.cins-paragraph-image-caption {
  margin-bottom: 30px;
}
/* line 5, ../sass/paragraph/_image-caption.scss */
.cins-paragraph-image-caption .image-caption-wrapper {
  display: inline-block;
  position: relative;
}
/* line 9, ../sass/paragraph/_image-caption.scss */
.cins-paragraph-image-caption .image-caption-wrapper .image-wrapper {
  display: block;
  max-width: 100%;
}
/* line 13, ../sass/paragraph/_image-caption.scss */
.cins-paragraph-image-caption .image-caption-wrapper .image-wrapper img {
  max-width: 100%;
  height: auto;
}
/* line 19, ../sass/paragraph/_image-caption.scss */
.cins-paragraph-image-caption .image-caption-wrapper .caption-wrapper {
  position: absolute;
  bottom: 0;
  padding: 15px;
  padding-top: 10px;
  width: 100%;
  background: rgba(40, 165, 210, 0.8);
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
}

/* line 3, ../sass/paragraph/_image-popup-video.scss */
.cins-paragraph-image-popup-video .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
}
/* line 12, ../sass/paragraph/_image-popup-video.scss */
.cins-paragraph-image-popup-video .image-wrapper:hover .hover-pictogram {
  display: flex;
}
/* line 18, ../sass/paragraph/_image-popup-video.scss */
.cins-paragraph-image-popup-video .hover-pictogram {
  display: flex;
  position: absolute;
  width: 65px;
  height: 65px;
  font-size: 25px;
  background-color: #d0d0d0;
  color: #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
/* line 31, ../sass/paragraph/_image-popup-video.scss */
.cins-paragraph-image-popup-video .hover-pictogram::before {
  content: "\f04b";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 1, ../sass/paragraph/_image-popup-video.scss */
  .cins-paragraph-image-popup-video {
    margin-bottom: 15px;
  }
}

/* Image + Title + Button */
/* line 2, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button {
  margin-bottom: 30px;
}
/* line 5, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  /* line 5, ../sass/paragraph/_image-title-button.scss */
  .cins-paragraph-image-title-button .image-title-button-wrapper {
    display: none;
  }
}
/* line 16, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-wrapper {
  display: block;
  max-width: 100%;
}
/* line 20, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-wrapper img {
  max-width: 100%;
  height: auto;
}
/* line 26, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 25px;
  width: 55%;
  height: 100%;
  background: rgba(40, 165, 210, 0.8);
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
/* line 43, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .text-wrapper .title-wrapper {
  margin: 15px 0;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 43, ../sass/paragraph/_image-title-button.scss */
  .cins-paragraph-image-title-button .text-wrapper .title-wrapper {
    font-size: 20px;
    line-height: 25px;
  }
}
/* line 57, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .text-wrapper .button-wrapper {
  margin: 15px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 57, ../sass/paragraph/_image-title-button.scss */
  .cins-paragraph-image-title-button .text-wrapper .button-wrapper {
    font-size: 14px;
  }
}
/* line 69, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .text-wrapper .button-wrapper a {
  width: 100%;
}
/* line 72, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .text-wrapper .button-wrapper a:hover {
  color: #0072bc;
}
/* line 75, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .text-wrapper .button-wrapper a:hover::after {
  color: #0072bc !important;
}
/* line 80, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .text-wrapper .button-wrapper a::after {
  color: #ffffff !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 69, ../sass/paragraph/_image-title-button.scss */
  .cins-paragraph-image-title-button .text-wrapper .button-wrapper a {
    padding: 0 10px !important;
  }
}
/* line 91, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper-mobile {
  background: #98bc2a;
}
@media (min-width: 768px) {
  /* line 91, ../sass/paragraph/_image-title-button.scss */
  .cins-paragraph-image-title-button .image-title-button-wrapper-mobile {
    display: none;
  }
}
/* line 98, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper-mobile a {
  display: flex;
  align-items: center;
  padding: 15px;
  color: #ffffff;
  /* CDF - n° 86 */
  border: 1px solid #0072bc;
  /* Fin CDF - n° 86 */
  transition: 0.5s;
}
/* line 110, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper-mobile a:hover {
  /* CDF - n° 86 */
  background: #0072bc;
  /* Fin CDF - n° 86 */
}
/* line 117, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper-mobile a .title-wrapper {
  margin-left: 15px;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 117, ../sass/paragraph/_image-title-button.scss */
  .cins-paragraph-image-title-button .image-title-button-wrapper-mobile a .title-wrapper {
    margin-left: 0;
    font-size: 23px;
    line-height: 28px;
  }
}
/* line 131, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper-mobile a i {
  margin-left: auto;
  justify-content: right;
  font-size: 50px;
}

/* line 142, ../sass/paragraph/_image-title-button.scss */
.paragraph--type--bp-columns__3col .cins-paragraph-image-title-button .text-wrapper .title-wrapper {
  font-size: 19px;
  line-height: 25px;
}

/* Image + Title */
/* line 2, ../sass/paragraph/_image-title.scss */
.cins-paragraph-image-title {
  margin-bottom: 30px;
}
/* line 5, ../sass/paragraph/_image-title.scss */
.cins-paragraph-image-title .image-title-wrapper {
  display: inline-block;
  position: relative;
}
/* line 9, ../sass/paragraph/_image-title.scss */
.cins-paragraph-image-title .image-title-wrapper .image-wrapper {
  display: block;
  max-width: 100%;
}
/* line 13, ../sass/paragraph/_image-title.scss */
.cins-paragraph-image-title .image-title-wrapper .image-wrapper img {
  max-width: 100%;
  height: auto;
}
/* line 19, ../sass/paragraph/_image-title.scss */
.cins-paragraph-image-title .image-title-wrapper .title-wrapper {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  background: rgba(40, 165, 210, 0.8);
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 19, ../sass/paragraph/_image-title.scss */
  .cins-paragraph-image-title .image-title-wrapper .title-wrapper {
    font-size: 18px;
  }
}

/* Image */
/* line 2, ../sass/paragraph/_image.scss */
.paragraph--type--bp-image {
  margin-bottom: 15px;
}

/* Job type paragraph */
/* line 2, ../sass/paragraph/_job_type.scss */
.job-type-paragraph-wrapper {
  width: calc(100% + 30px);
  margin-left: -15px;
  border: 1px solid #000000;
}
/* line 7, ../sass/paragraph/_job_type.scss */
.job-type-paragraph-wrapper .job-type-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
/* line 19, ../sass/paragraph/_job_type.scss */
.job-type-paragraph-wrapper .job-type-wrapper .hover-pictogram {
  display: none;
  position: absolute;
  margin-top: 30px;
  width: 65px;
  height: 65px;
  font-size: 25px;
  background-color: #d0d0d0;
  color: #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 19, ../sass/paragraph/_job_type.scss */
  .job-type-paragraph-wrapper .job-type-wrapper .hover-pictogram {
    margin-top: 15px;
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 19, ../sass/paragraph/_job_type.scss */
  .job-type-paragraph-wrapper .job-type-wrapper .hover-pictogram {
    margin-top: 15px;
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
/* line 47, ../sass/paragraph/_job_type.scss */
.job-type-paragraph-wrapper .job-type-wrapper .hover-pictogram::before {
  content: "\f04b";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  cursor: pointer;
}
/* line 53, ../sass/paragraph/_job_type.scss */
.job-type-paragraph-wrapper .job-type-wrapper .image-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
}
/* line 59, ../sass/paragraph/_job_type.scss */
.job-type-paragraph-wrapper .job-type-wrapper .image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* line 67, ../sass/paragraph/_job_type.scss */
.job-type-paragraph-wrapper .job-type-wrapper .content-wrapper {
  padding: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
  text-shadow: #000000 1px 1px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 67, ../sass/paragraph/_job_type.scss */
  .job-type-paragraph-wrapper .job-type-wrapper .content-wrapper {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 67, ../sass/paragraph/_job_type.scss */
  .job-type-paragraph-wrapper .job-type-wrapper .content-wrapper {
    padding: 15px;
  }
}
/* line 88, ../sass/paragraph/_job_type.scss */
.job-type-paragraph-wrapper .job-type-wrapper .title-wrapper {
  width: 100%;
  font-size: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 88, ../sass/paragraph/_job_type.scss */
  .job-type-paragraph-wrapper .job-type-wrapper .title-wrapper {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 88, ../sass/paragraph/_job_type.scss */
  .job-type-paragraph-wrapper .job-type-wrapper .title-wrapper {
    font-size: 16px;
  }
}
/* line 103, ../sass/paragraph/_job_type.scss */
.job-type-paragraph-wrapper .job-type-wrapper .title-wrapper::after {
  display: none;
}
/* line 108, ../sass/paragraph/_job_type.scss */
.job-type-paragraph-wrapper .job-type-wrapper .separator {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 15px 0;
}
/* line 115, ../sass/paragraph/_job_type.scss */
.job-type-paragraph-wrapper .job-type-wrapper .subtitle-wrapper {
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: right;
}

/* Key number + Title */
/* line 2, ../sass/paragraph/_key-number.scss */
.cins-paragraph-key-number {
  position: relative;
  display: block;
  width: 100%;
  margin: 25px 0;
}
/* line 9, ../sass/paragraph/_key-number.scss */
.cins-paragraph-key-number .number-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 123px;
  height: 123px;
  margin-bottom: 20px;
  background: #ebebeb;
  color: #98bc2a;
  font-size: 50px;
  font-weight: 700;
  border-radius: 50%;
  z-index: 2;
}
/* line 27, ../sass/paragraph/_key-number.scss */
.cins-paragraph-key-number .hidden-another {
  display: none;
}
/* line 31, ../sass/paragraph/_key-number.scss */
.cins-paragraph-key-number .title-wrapper {
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}
/* line 37, ../sass/paragraph/_key-number.scss */
.cins-paragraph-key-number svg {
  position: absolute;
  top: -10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 50%;
  background: #bbb;
}
/* line 48, ../sass/paragraph/_key-number.scss */
.cins-paragraph-key-number svg .outer {
  fill: transparent;
  stroke: #fff;
  stroke-width: 21px;
  stroke-dasharray: 534;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-90deg) translateX(-145px);
  -webkit-transform: rotate(-90deg) translateX(-145px);
  transform: rotate(-90deg) translateX(-145px);
}
/* line 64, ../sass/paragraph/_key-number.scss */
.cins-paragraph-key-number svg.animating .outer {
  -webkit-animation: show100 2s;
  animation: show100 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* Image Large + Text under + Separator */
/* line 4, ../sass/paragraph/_large-image-text-under-separator.scss */
.cins-paragraph-large-image-text-under-separator .large-image-text-under-wrapper {
  margin-bottom: 20px;
  border-bottom: 5px solid #000000;
}
/* line 9, ../sass/paragraph/_large-image-text-under-separator.scss */
.cins-paragraph-large-image-text-under-separator .large-image-text-under-wrapper .image-wrapper {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 14, ../sass/paragraph/_large-image-text-under-separator.scss */
.cins-paragraph-large-image-text-under-separator .large-image-text-under-wrapper .image-wrapper img {
  max-width: 100%;
  height: auto;
}
/* line 20, ../sass/paragraph/_large-image-text-under-separator.scss */
.cins-paragraph-large-image-text-under-separator .large-image-text-under-wrapper .text-wrapper {
  margin-bottom: 20px;
}

/* line 2, ../sass/paragraph/_modal.scss */
.cins-paragraph-modal-button .cins-modal-link {
  display: block;
  padding: 13.5px 20px;
  margin: 15px 0;
  background: #ffffff;
  color: #202020;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  border: 1px solid #98bc2a;
}
/* line 15, ../sass/paragraph/_modal.scss */
.cins-paragraph-modal-button .cins-modal-link:hover {
  background: #98bc2a;
  color: #ffffff;
  cursor: pointer;
}

/* line 30, ../sass/paragraph/_modal.scss */
.cins-paragraph-modal-text .cins-modal-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  transition: 0.5s;
}
/* line 38, ../sass/paragraph/_modal.scss */
.cins-paragraph-modal-text .cins-modal-link:hover {
  cursor: pointer;
}
/* line 41, ../sass/paragraph/_modal.scss */
.cins-paragraph-modal-text .cins-modal-link:hover .modal-text-wrapper {
  color: #0072bc;
}
/* line 46, ../sass/paragraph/_modal.scss */
.cins-paragraph-modal-text .cins-modal-link .modal-text-icon {
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 18px;
}
/* line 53, ../sass/paragraph/_modal.scss */
.cins-paragraph-modal-text .cins-modal-link .modal-text-wrapper {
  font-size: 16px;
  font-weight: 700;
}

/* line 4, ../sass/paragraph/_paragraph--type--bp--accordion.scss */
.paragraph--type--bp-accordion .card .card-header {
  position: relative;
  margin-bottom: 1px;
  background: #0072bc;
  color: #ffffff;
  transition: 0.5s;
      /*&::after {
          content:'';
          position: absolute;
          top: 0;
          right: 0;
          width: 80px;
          height: 100%;

          background: $fourth_bg_color;
      }*/
}
/* line 12, ../sass/paragraph/_paragraph--type--bp--accordion.scss */
.paragraph--type--bp-accordion .card .card-header:hover {
  background: #28a5d2;
}
/* line 27, ../sass/paragraph/_paragraph--type--bp--accordion.scss */
.paragraph--type--bp-accordion .card .card-header a {
  padding: 5px;
  font-size: 30px;
  font-weight: 700;
}
/* line 33, ../sass/paragraph/_paragraph--type--bp--accordion.scss */
.paragraph--type--bp-accordion .card .card-header a:hover {
  color: #ffffff;
}
/* line 39, ../sass/paragraph/_paragraph--type--bp--accordion.scss */
.paragraph--type--bp-accordion .card .card-header a[aria-expanded="false"]::after {
  content: "\f078";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  transition: 0.5s;
}
/* line 47, ../sass/paragraph/_paragraph--type--bp--accordion.scss */
.paragraph--type--bp-accordion .card .card-header a[aria-expanded="true"]::after {
  content: "\f078";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  transform: rotateX(180deg);
}
/* line 55, ../sass/paragraph/_paragraph--type--bp--accordion.scss */
.paragraph--type--bp-accordion .card .card-block {
  margin-top: -1px;
  background: #ffffff;
}

/* line 64, ../sass/paragraph/_paragraph--type--bp--accordion.scss */
.paragraph--bp-accordion--container .bp-accordion--button {
  display: none;
}

/* line 2, ../sass/paragraph/_paragraph--type--bp-tabs.scss */
.paragraph--type--bp-tabs .nav-tabs {
  /* CDF - n° 29 */
  /* Fin CDF - n° 29 */
}
@media (max-width: 767px) {
  /* line 2, ../sass/paragraph/_paragraph--type--bp-tabs.scss */
  .paragraph--type--bp-tabs .nav-tabs {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
}
/* line 11, ../sass/paragraph/_paragraph--type--bp-tabs.scss */
.paragraph--type--bp-tabs .nav-tabs li {
  list-style: none;
  padding: 0;
  /* CDF - n° 29 */
  /* Fin CDF - n° 29 */
}
@media (max-width: 767px) {
  /* line 11, ../sass/paragraph/_paragraph--type--bp-tabs.scss */
  .paragraph--type--bp-tabs .nav-tabs li {
    margin-left: 0;
  }
}
/* line 21, ../sass/paragraph/_paragraph--type--bp-tabs.scss */
.paragraph--type--bp-tabs .nav-tabs li a {
  padding: 15px;
  color: #ffffff;
  /* CDF - n° 29 */
  /* Fin CDF - n° 29 */
}
@media (max-width: 767px) {
  /* line 21, ../sass/paragraph/_paragraph--type--bp-tabs.scss */
  .paragraph--type--bp-tabs .nav-tabs li a {
    white-space: nowrap;
  }
}
/* line 32, ../sass/paragraph/_paragraph--type--bp-tabs.scss */
.paragraph--type--bp-tabs .nav-tabs li::before {
  display: none;
}

/* line 39, ../sass/paragraph/_paragraph--type--bp-tabs.scss */
.paragraph--type--bp-tabs .nav-tabs li a {
  background-color: #0072bc;
}

/* line 43, ../sass/paragraph/_paragraph--type--bp-tabs.scss */
.paragraph--type--bp-tabs .nav-tabs li.active::after {
  border-top: 15px solid #0072bc;
  bottom: -14px;
}

/* line 1, ../sass/paragraph/_paragraph--type--titre-bouton-background.scss */
.paragraph--type--titre-bouton-background {
  border: 1px solid currentColor;
}
@media (max-width: 767px) {
  /* line 1, ../sass/paragraph/_paragraph--type--titre-bouton-background.scss */
  .paragraph--type--titre-bouton-background {
    margin-bottom: 15px;
  }
}
/* line 8, ../sass/paragraph/_paragraph--type--titre-bouton-background.scss */
.paragraph--type--titre-bouton-background .paragraph__column {
  padding: 18px !important;
}
/* line 12, ../sass/paragraph/_paragraph--type--titre-bouton-background.scss */
.paragraph--type--titre-bouton-background .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  margin-top: 35px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 12, ../sass/paragraph/_paragraph--type--titre-bouton-background.scss */
  .paragraph--type--titre-bouton-background .title {
    height: 90px;
    margin-top: 0;
  }
}
/* line 33, ../sass/paragraph/_paragraph--type--titre-bouton-background.scss */
.paragraph--type--titre-bouton-background .button-next:hover::after {
  color: #0072bc;
}
/* line 38, ../sass/paragraph/_paragraph--type--titre-bouton-background.scss */
.paragraph--type--titre-bouton-background .button-next::after {
  transition: 0.5s;
  color: #ffffff;
}
/* line 44, ../sass/paragraph/_paragraph--type--titre-bouton-background.scss */
.paragraph--type--titre-bouton-background.with-background {
  border: none;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

/* Photo Gallery */
/* line 2, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery {
  margin: 15px 0;
}
/* line 5, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper {
  position: relative;
  padding: 30px 0;
  background-position: center;
  background-repeat: no-repeat;
}
@media sm_down {
  /* line 12, ../sass/paragraph/_photo_gallery.scss */
  .cins-paragraph-photo-gallery .photo-gallery-all-wrapper .hidden-mobile {
    display: none;
  }
}
/* line 18, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper {
  /* Large display */
  /* Thumbnails display */
}
/* line 21, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-wrapper .slick-prev,
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-wrapper .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #98bc2a !important;
  transition: 0.5s;
}
/* line 36, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-wrapper .slick-prev:hover,
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-wrapper .slick-next:hover {
  background: #0072bc !important;
}
/* line 40, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-wrapper .slick-prev::before,
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-wrapper .slick-next::before {
  position: static;
  color: #ffffff;
  font-size: 20px;
}
/* line 48, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-wrapper .slick-next {
  left: auto;
  right: 0;
}
/* line 54, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-wrapper .photo-gallery-img-wrapper img {
  border: 15px solid #ffffff;
}
/* line 58, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-wrapper .photo-gallery-img-wrapper .photo-gallery-resume {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  margin: 15px;
  padding: 25px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  background: rgba(40, 165, 210, 0.8);
}
@media (max-width: 1199px) {
  /* line 58, ../sass/paragraph/_photo_gallery.scss */
  .cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-wrapper .photo-gallery-img-wrapper .photo-gallery-resume {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  /* line 58, ../sass/paragraph/_photo_gallery.scss */
  .cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-wrapper .photo-gallery-img-wrapper .photo-gallery-resume {
    padding: 10px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  /* line 58, ../sass/paragraph/_photo_gallery.scss */
  .cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-wrapper .photo-gallery-img-wrapper .photo-gallery-resume {
    padding: 5px;
  }
}
/* line 87, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper {
  cursor: pointer;
}
/* line 90, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper .slick-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 95, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper .slick-list .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
  /* CDF - n° 19 */
  transform: none !important;
  /* Fin CDF - n° 19 */
}
/* line 107, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper .slick-current img {
  border: 5px solid #0072bc;
}
/* line 112, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper .slick-prev,
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 35px;
  background: #ebebeb;
}
/* line 128, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper .slick-prev::before,
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper .slick-next::before {
  position: static;
  color: #ffffff;
  font-size: 20px;
}
/* line 136, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper .slick-next {
  left: auto;
  right: 0;
}
/* line 141, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper .photo-gallery-nav-img-wrapper {
  margin: 15px;
}
@media (max-width: 1199px) {
  /* line 141, ../sass/paragraph/_photo_gallery.scss */
  .cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper .photo-gallery-nav-img-wrapper {
    margin: 15px 10px;
  }
}
@media (max-width: 991px) {
  /* line 141, ../sass/paragraph/_photo_gallery.scss */
  .cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper .photo-gallery-nav-img-wrapper {
    margin: 10px 5px;
  }
}
@media (max-width: 575px) {
  /* line 141, ../sass/paragraph/_photo_gallery.scss */
  .cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper .photo-gallery-nav-img-wrapper {
    margin: 10px 2px;
  }
}
/* line 163, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .title-wrapper {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

/* Portrait */
/* line 2, ../sass/paragraph/_portrait.scss */
.cins-paragraph-portrait {
  display: block;
  width: 100%;
  margin: 25px 0;
}
/* line 7, ../sass/paragraph/_portrait.scss */
.cins-paragraph-portrait .contact-wrapper {
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../sass/paragraph/_portrait.scss */
  .cins-paragraph-portrait .contact-wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/paragraph/_portrait.scss */
  .cins-paragraph-portrait .contact-wrapper {
    padding: 0;
  }
}
/* line 21, ../sass/paragraph/_portrait.scss */
.cins-paragraph-portrait .contact-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid #98bc2a;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 21, ../sass/paragraph/_portrait.scss */
  .cins-paragraph-portrait .contact-wrapper .image-wrapper img {
    width: 170px;
    height: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 21, ../sass/paragraph/_portrait.scss */
  .cins-paragraph-portrait .contact-wrapper .image-wrapper img {
    width: 135px;
    height: 135px;
  }
}
/* line 41, ../sass/paragraph/_portrait.scss */
.cins-paragraph-portrait .contact-wrapper .title-wrapper .contact-title,
.cins-paragraph-portrait .contact-wrapper .title-wrapper .contact-name {
  margin-top: 20px;
  color: #98bc2a;
  font-size: 16px;
  font-weight: 700;
}
/* line 50, ../sass/paragraph/_portrait.scss */
.cins-paragraph-portrait .contact-wrapper .title-wrapper .contact-job {
  margin-top: 5px;
  color: #98bc2a;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
}

/* Quote */
/* line 2, ../sass/paragraph/_quote.scss */
.cins-paragraph-quote {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
/* line 10, ../sass/paragraph/_quote.scss */
.cins-paragraph-quote .quote-wrapper .cins-quote p {
  display: block;
  position: relative;
  quotes: "“" "”" "‘" "’";
  font-size: 25px;
  font-style: italic;
  line-height: 30px;
}
/* line 19, ../sass/paragraph/_quote.scss */
.cins-paragraph-quote .quote-wrapper .cins-quote p::before {
  position: absolute;
  left: -25px;
  top: -5px;
  color: #0072bc;
  content: open-quote;
  margin-right: 5px;
  font-size: 100px;
}
/* line 31, ../sass/paragraph/_quote.scss */
.cins-paragraph-quote .quote-wrapper .cins-quote p::after {
  position: absolute;
  bottom: -40px;
  right: -15px;
  color: #0072bc;
  content: close-quote;
  margin-left: 5px;
  font-size: 100px;
}
/* line 43, ../sass/paragraph/_quote.scss */
.cins-paragraph-quote .quote-wrapper .cins-quote p.-light {
  color: #ffffff;
}
/* line 49, ../sass/paragraph/_quote.scss */
.cins-paragraph-quote .author-wrapper {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
/* line 55, ../sass/paragraph/_quote.scss */
.cins-paragraph-quote .job-wrapper {
  font-size: 15px;
}

/* Button redirect */
/* line 2, ../sass/paragraph/_redirect-button.scss */
.cins-paragraph-button-redirect {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  color: #202020;
  text-align: left;
  transition: 0.5s;
  border: 1px solid #98bc2a;
  	/*
  	&::after {
  		@include font_awesome($fa-var-chevron-right);


  		//justify-self: right;
  		position: absolute;
  		right: 20px;
  		top: 12px;
          margin: 0 10px;

          color: $third_font_color;
          font-size: 45px;
  	}
  	*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2, ../sass/paragraph/_redirect-button.scss */
  .cins-paragraph-button-redirect {
    padding: 15px 20px;
  }
}
/* line 35, ../sass/paragraph/_redirect-button.scss */
.cins-paragraph-button-redirect i {
  margin-left: auto;
  font-size: 50px;
  color: #98bc2a;
}
/* line 42, ../sass/paragraph/_redirect-button.scss */
.cins-paragraph-button-redirect:hover {
  background: #ffffff;
  color: #98bc2a;
}
/* line 48, ../sass/paragraph/_redirect-button.scss */
.cins-paragraph-button-redirect .button-redirect-wrapper .button-redirect-title {
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 48, ../sass/paragraph/_redirect-button.scss */
  .cins-paragraph-button-redirect .button-redirect-wrapper .button-redirect-title {
    font-size: 25px;
  }
}
/* line 56, ../sass/paragraph/_redirect-button.scss */
.cins-paragraph-button-redirect .button-redirect-wrapper .button-redirect-short-desc {
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 56, ../sass/paragraph/_redirect-button.scss */
  .cins-paragraph-button-redirect .button-redirect-wrapper .button-redirect-short-desc {
    font-size: 16px;
    line-height: 1.2;
  }
}

/* line 70, ../sass/paragraph/_redirect-button.scss */
.paragraph__column div:first-child .cins-paragraph-button-redirect {
  margin-top: 0;
}

/* Button redirect + Image */
/* line 2, ../sass/paragraph/_redirect_button_image.scss */
.cins-paragraph-button-redirect-image {
  /*margin: 15px 0;*/
}
/* line 6, ../sass/paragraph/_redirect_button_image.scss */
.cins-paragraph-button-redirect-image .btn-redirect-img-wrapper .btn-redirect-img-link {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 20px;
  background: #98bc2a;
  color: #ffffff;
  border: 1px solid #d0d0d0;
  transition: 0.5s;
}
/* line 17, ../sass/paragraph/_redirect_button_image.scss */
.cins-paragraph-button-redirect-image .btn-redirect-img-wrapper .btn-redirect-img-link:hover {
  background: #0072bc;
}
@media (max-width: 767px) {
  /* line 21, ../sass/paragraph/_redirect_button_image.scss */
  .cins-paragraph-button-redirect-image .btn-redirect-img-wrapper .btn-redirect-img-link .image-wrapper {
    display: none;
  }
}
/* line 26, ../sass/paragraph/_redirect_button_image.scss */
.cins-paragraph-button-redirect-image .btn-redirect-img-wrapper .btn-redirect-img-link .image-wrapper img {
  width: 170px;
  height: auto;
}
/* line 32, ../sass/paragraph/_redirect_button_image.scss */
.cins-paragraph-button-redirect-image .btn-redirect-img-wrapper .btn-redirect-img-link .title-wrapper {
  margin-left: 15px;
  font-size: 25px;
  font-weight: 700;
  /* CDF - n° 28 */
  /* Fin CDF - n° 28 */
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 32, ../sass/paragraph/_redirect_button_image.scss */
  .cins-paragraph-button-redirect-image .btn-redirect-img-wrapper .btn-redirect-img-link .title-wrapper {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 32, ../sass/paragraph/_redirect_button_image.scss */
  .cins-paragraph-button-redirect-image .btn-redirect-img-wrapper .btn-redirect-img-link .title-wrapper {
    margin-right: 5px;
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  /* line 32, ../sass/paragraph/_redirect_button_image.scss */
  .cins-paragraph-button-redirect-image .btn-redirect-img-wrapper .btn-redirect-img-link .title-wrapper {
    margin-left: 0;
    font-size: 20px;
    line-height: 25px;
  }
}
/* line 59, ../sass/paragraph/_redirect_button_image.scss */
.cins-paragraph-button-redirect-image .btn-redirect-img-wrapper .btn-redirect-img-link i {
  margin-left: auto;
  justify-content: right;
  font-size: 50px;
}

/* Reinssurance */
/* line 2, ../sass/paragraph/_reinssurance.scss */
.cins-paragraph-reinssurance {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
/* line 7, ../sass/paragraph/_reinssurance.scss */
.cins-paragraph-reinssurance .reinssurance-wrapper {
  display: block;
  padding: 35px;
  text-align: center;
  transition: 0.5s;
}
/* line 14, ../sass/paragraph/_reinssurance.scss */
.cins-paragraph-reinssurance .reinssurance-wrapper:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
/* line 19, ../sass/paragraph/_reinssurance.scss */
.cins-paragraph-reinssurance .reinssurance-wrapper:hover .text-wrapper {
  color: #0072bc;
}
/* line 24, ../sass/paragraph/_reinssurance.scss */
.cins-paragraph-reinssurance .reinssurance-wrapper .icon-wrapper {
  position: relative;
  margin: 0 auto;
  width: 105px;
  height: 105px;
  padding: 5px;
  margin-bottom: 25px;
  background: #0072bc;
  color: #ffffff;
  font-size: 50px;
  border-radius: 50%;
  border: 5px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 44, ../sass/paragraph/_reinssurance.scss */
.cins-paragraph-reinssurance .reinssurance-wrapper .icon-wrapper img {
  max-width: 50px;
  max-height: 50px;
}
/* line 50, ../sass/paragraph/_reinssurance.scss */
.cins-paragraph-reinssurance .reinssurance-wrapper .text-wrapper {
  transition: 0.5s;
}
/* line 53, ../sass/paragraph/_reinssurance.scss */
.cins-paragraph-reinssurance .reinssurance-wrapper .text-wrapper .title-wrapper {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 66, ../sass/paragraph/_reinssurance.scss */
.reinssurance-redirect-link {
  display: inline-block;
  width: 100%;
}

/* Reward */
/* line 2, ../sass/paragraph/_reward.scss */
.cins-paragraph-reward {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 5px solid #000000;
}
/* line 9, ../sass/paragraph/_reward.scss */
.cins-paragraph-reward .reward-list-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* line 16, ../sass/paragraph/_reward.scss */
.cins-paragraph-reward .reward-list-wrapper .image-wrapper img {
  max-width: 100%;
  height: auto;
}
/* line 22, ../sass/paragraph/_reward.scss */
.cins-paragraph-reward .reward-list-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
/* line 27, ../sass/paragraph/_reward.scss */
.cins-paragraph-reward .reward-list-wrapper .content-wrapper .title-wrapper {
  color: #98bc2a;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
/* line 35, ../sass/paragraph/_reward.scss */
.cins-paragraph-reward .reward-list-wrapper .content-wrapper .text-wrapper {
  margin-bottom: 20px;
}
/* line 39, ../sass/paragraph/_reward.scss */
.cins-paragraph-reward .reward-list-wrapper .content-wrapper .rewards-wrapper {
  margin-bottom: 20px;
  font-size: 18px;
}
/* line 44, ../sass/paragraph/_reward.scss */
.cins-paragraph-reward .reward-list-wrapper .content-wrapper .rewards-wrapper .rewards-img {
  display: flex;
  flex-wrap: wrap;
}
/* line 48, ../sass/paragraph/_reward.scss */
.cins-paragraph-reward .reward-list-wrapper .content-wrapper .rewards-wrapper .rewards-img .reward-img {
  align-self: center;
  max-width: 60px;
  height: auto;
  margin: 15px 15px 0 0;
}
/* line 57, ../sass/paragraph/_reward.scss */
.cins-paragraph-reward .reward-list-wrapper .content-wrapper .button-wrapper {
  display: flex;
  justify-content: flex-end;
}
/* line 61, ../sass/paragraph/_reward.scss */
.cins-paragraph-reward .reward-list-wrapper .content-wrapper .button-wrapper .official-website-link {
  display: inline-block;
  padding: 10px 30px;
  background: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #98bc2a;
  transition: 0.5s;
}
/* line 72, ../sass/paragraph/_reward.scss */
.cins-paragraph-reward .reward-list-wrapper .content-wrapper .button-wrapper .official-website-link:hover {
  color: #ffffff;
  background: #98bc2a;
}

/* line 1, ../sass/paragraph/_seb.scss */
.paragraph--id--444 .paragraph__column {
  /* Corrections Trello maintenance 17/08/20 */
  /* Fin corrections */
}

/* Button redirect */
/* line 2, ../sass/paragraph/_simple-button.scss */
.cins-paragraph-simple-button {
  display: block;
  padding: 13.5px 20px;
  margin: 10px 0;
  margin-bottom: 30px;
  background: #ffffff;
  color: #202020;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  border: 1px solid #0072bc;
}
/* line 17, ../sass/paragraph/_simple-button.scss */
.cins-paragraph-simple-button:hover {
  background: #0072bc;
  color: #ffffff;
  border: 1px solid #0072bc;
}

@media (max-width: 767px) {
  /* line 3, ../sass/paragraph/_slider.scss */
  .cins-paragraph-slider .hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 9, ../sass/paragraph/_slider.scss */
  .cins-paragraph-slider .hidden-desktop {
    display: none;
  }
}
/* line 16, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-prev,
.cins-paragraph-slider .panoramic-slider-wrapper .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent !important;
  transition: 0.5s;
}
/* line 31, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-prev:hover,
.cins-paragraph-slider .panoramic-slider-wrapper .slick-next:hover {
  opacity: 0.6;
}
/* line 35, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-prev::before,
.cins-paragraph-slider .panoramic-slider-wrapper .slick-next::before {
  position: static;
  color: #ffffff;
  font-size: 40px;
}
/* line 43, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-next {
  left: auto;
  right: 20px;
}
/* line 48, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-prev {
  right: auto;
  left: 20px;
}
/* line 53, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
/* line 58, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-dots li {
  margin-left: 0;
  margin: 0 5px;
}
/* line 63, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-dots li button {
  border-color: #ffffff;
}
/* line 67, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-dots li.slick-active button {
  background-color: #ffffff !important;
  border-color: #ffffff;
}

/* line 1, ../sass/paragraph/_text-button.scss */
.cins-paragraph-text-button {
  padding: 15px 0;
}
/* line 4, ../sass/paragraph/_text-button.scss */
.cins-paragraph-text-button .text-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 4, ../sass/paragraph/_text-button.scss */
  .cins-paragraph-text-button .text-button-wrapper {
    display: block;
    text-align: center;
  }
}
/* line 14, ../sass/paragraph/_text-button.scss */
.cins-paragraph-text-button .text-button-wrapper .text-wrapper {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #202020;
}
@media (max-width: 767px) {
  /* line 14, ../sass/paragraph/_text-button.scss */
  .cins-paragraph-text-button .text-button-wrapper .text-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* line 28, ../sass/paragraph/_text-button.scss */
.cins-paragraph-text-button .text-button-wrapper .link-wrapper a {
  padding: 14.5px 70px;
  font-size: 15px;
  font-weight: 700;
  background: #ffffff;
  color: #202020;
  border: 1px solid #0072bc;
  transition: 0.5s;
}
/* line 38, ../sass/paragraph/_text-button.scss */
.cins-paragraph-text-button .text-button-wrapper .link-wrapper a:hover {
  color: #ffffff;
  background: #0072bc;
}
@media (max-width: 991px) {
  /* line 28, ../sass/paragraph/_text-button.scss */
  .cins-paragraph-text-button .text-button-wrapper .link-wrapper a {
    padding: 14.5px 40px;
  }
}

/* line 1, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container {
  padding-bottom: 50px;
  z-index: 2;
}
/* line 5, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .slick-list {
  overflow-x: hidden;
  overflow-y: visible;
  /* Hack to show the overflow-y on the bottom of the slide without scrollbar */
  padding-bottom: 250px;
  margin-bottom: -250px;
}
/* line 13, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .slick-track {
  display: flex;
}
/* line 16, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .slick-track .slick-slide {
  display: flex !important;
  height: auto;
  align-items: center;
  justify-content: center;
}
/* line 24, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .slick-prev,
.cins-paragraph-timeline-container .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 150px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 -15px;
  background: #0072bc !important;
}
/* line 39, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .slick-prev::before,
.cins-paragraph-timeline-container .slick-next::before {
  position: static;
  color: #ffffff !important;
  font-size: 20px;
}
/* line 47, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .slick-next {
  left: auto;
  right: 0;
}
/* line 52, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
}
/* line 62, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper:hover .image-wrapper img {
  transform: scale(1.2);
  -moz-box-shadow: 0px 0px 15px -5px #d0d0d0;
  -webkit-box-shadow: 0px 0px 15px -5px #d0d0d0;
  box-shadow: 0px 0px 15px -5px #d0d0d0;
}
/* line 72, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper:hover .img-title-wrapper .title-wrapper {
  display: none;
}
/* line 77, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper:hover .description-wrapper {
  display: block;
}
/* line 82, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper .image-wrapper {
  z-index: 1;
}
/* line 85, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper .image-wrapper img {
  width: 170px;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 3px solid #ffffff;
  border-radius: 50%;
}
/* line 96, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper .timeline-line {
  position: relative;
  width: 100%;
  height: 5px;
  background: #ebebeb;
}
/* line 103, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper .timeline-line::before {
  position: absolute;
  top: -7.5px;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ebebeb;
}
/* line 122, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper .title-wrapper,
.cins-paragraph-timeline-container .timeline-wrapper .no-img-title-wrapper {
  margin: 15px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
}
/* line 132, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper .description-wrapper {
  position: relative;
  max-width: 100%;
  display: none;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  background: rgba(40, 165, 210, 0.8);
  z-index: 2;
}
/* line 144, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper .description-wrapper::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: -14px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(40, 165, 210, 0.8);
}
/* line 158, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper .description-wrapper .subtitle-wrapper {
  font-size: 24px !important;
  color: #ffffff;
}
/* line 163, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper .description-wrapper .content-wrapper {
  padding-top: 5px;
}
/* line 168, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper .description-wrapper,
.cins-paragraph-timeline-container .timeline-wrapper .no-img-title-wrapper,
.cins-paragraph-timeline-container .timeline-wrapper .img-title-wrapper {
  position: absolute;
}
/* line 174, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper .img-title-wrapper {
  width: 100%;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
}
/* line 181, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper .no-img-title-wrapper {
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}
/* line 187, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper .description-wrapper {
  top: 215px;
}

/* Portrait */
/* line 2, ../sass/paragraph/_video.scss */
.cins-paragraph-video {
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 11, ../sass/paragraph/_video.scss */
.cins-paragraph-video .video-wrapper {
  max-width: 100%;
}
/* line 14, ../sass/paragraph/_video.scss */
.cins-paragraph-video .video-wrapper iframe {
  max-width: 100%;
}
@media (max-width: 767px) {
  /* line 14, ../sass/paragraph/_video.scss */
  .cins-paragraph-video .video-wrapper iframe {
    max-height: 275px;
  }
}
/* line 24, ../sass/paragraph/_video.scss */
.cins-paragraph-video .text-wrapper .video-title-label,
.cins-paragraph-video .text-wrapper .video-duration-label {
  display: inline-block;
  font-weight: 700;
}
/* line 31, ../sass/paragraph/_video.scss */
.cins-paragraph-video .text-wrapper .video-title,
.cins-paragraph-video .text-wrapper .video-duration {
  display: inline-block;
}

/* Category teaser parahgraph */
/* line 2, ../sass/category/_category_term.scss */
.cins-paragraph-category-teaser {
  margin-bottom: 30px;
}
/* line 5, ../sass/category/_category_term.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper {
  display: inline-block;
  position: relative;
  /* TODO : Make something motion ? */
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}
/* line 14, ../sass/category/_category_term.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper:hover .text-wrapper-hover {
  display: flex;
}
/* line 18, ../sass/category/_category_term.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper:hover .text-wrapper {
  display: none;
}
/* line 23, ../sass/category/_category_term.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper .image-wrapper {
  display: block;
  max-width: 100%;
}
/* line 27, ../sass/category/_category_term.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper .image-wrapper img {
  max-width: 100%;
  height: auto;
}
/* line 33, ../sass/category/_category_term.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper .text-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  text-align: center;
  transform: translateX(-50%);
}
/* line 45, ../sass/category/_category_term.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper .text-wrapper .title-wrapper {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 50, ../sass/category/_category_term.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper .text-wrapper .title-wrapper h2 {
  font-size: 25px;
}
/* line 56, ../sass/category/_category_term.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper .text-wrapper-hover {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 20px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  text-align: center;
  transform: translateX(-50%);
}
/* line 74, ../sass/category/_category_term.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper .text-wrapper-hover .title-wrapper {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 81, ../sass/category/_category_term.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper .text-wrapper-hover .title-wrapper h2 {
  font-size: 25px;
}
/* line 86, ../sass/category/_category_term.scss */
.cins-paragraph-category-teaser .category-teaser-wrapper .text-wrapper-hover .description-wrapper {
  margin-bottom: 20px;
}

/* line 3, ../sass/category/_category_term_full.scss */
body.path-taxonomy #page #block-cins-theme-content {
  color: #202020;
}
/* line 6, ../sass/category/_category_term_full.scss */
body.path-taxonomy #page #block-cins-theme-content .view-header {
  position: static;
  text-align: left;
  color: #202020;
  font-style: normal;
}
/* line 13, ../sass/category/_category_term_full.scss */
body.path-taxonomy #page #block-cins-theme-content .view-header + .view-content {
  display: none;
}
/* line 17, ../sass/category/_category_term_full.scss */
body.path-taxonomy #page #block-cins-theme-content .view-content + nav {
  display: none;
}
/* line 21, ../sass/category/_category_term_full.scss */
body.path-taxonomy #page #block-cins-theme-content .feed-icon {
  display: none;
}

/* line 28, ../sass/category/_category_term_full.scss */
#page #block-cins-theme-content .product-category-full-wrapper .product-list-block #views-exposed-form-product-list-category-product-list-category-block .form-item {
  display: block !important;
}

/* line 32, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper {
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 36, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .subtitle-wrapper {
  font-family: "Spartan", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 36, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .subtitle-wrapper {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 36, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .subtitle-wrapper {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  /* line 36, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .subtitle-wrapper {
    text-align: center;
    justify-content: center;
  }
}
/* line 58, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .subtitle-wrapper span {
  /*
  &:last-child {
    margin-left: 5px;
    text-transform: lowercase;
  }
  */
}
/* line 68, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .display-product-and-filters {
  display: flex;
}
@media (max-width: 767px) {
  /* line 68, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .display-product-and-filters {
    flex-direction: column;
  }
}
/* line 76, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .brands-filter-wrapper {
  padding-right: 15px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-right: 15px !important;
  margin-bottom: 30px !important;
  border-right: 1px solid #000000 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  max-width: 270px;
  width: 270px;
  min-width: 270px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 76, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .brands-filter-wrapper {
    max-width: 250px;
    width: 250px;
    min-width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 76, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .brands-filter-wrapper {
    max-width: 200px;
    width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  /* line 76, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .brands-filter-wrapper {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    padding-right: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 60px !important;
    border-right: none !important;
    border-bottom: 5px solid #28a5d2;
  }
  /* line 112, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .brands-filter-wrapper::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 25px 0 25px;
    border-color: #28a5d2 transparent transparent transparent;
  }
}
/* line 130, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-list-block #block-views-block-product-list-category-product-list-category-block > div > div {
  display: flex;
  flex-direction: column;
}
/* line 134, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-list-block #block-views-block-product-list-category-product-list-category-block > div > div .pager {
  margin-top: 0;
}
/* line 141, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-list-block .pager {
  display: block !important;
}
/* line 145, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-list-block .display-product-and-filters {
  display: flex;
}
/* line 149, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-list-block .brands-filter-wrapper {
  padding-right: 15px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-right: 15px !important;
  margin-bottom: 30px !important;
  border-right: 1px solid #000000 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  max-width: 270px;
  width: 270px;
  min-width: 270px;
}
@media (max-width: 767px) {
  /* line 149, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-list-block .brands-filter-wrapper {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
}
/* line 169, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-list-block #views-exposed-form-product-list-category-product-list-category-block {
  display: none;
  padding-right: 15px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-right: 15px !important;
  margin-bottom: 30px !important;
  border-right: 1px solid #000000 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  max-width: 270px;
}
/* line 181, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-list-block #views-exposed-form-product-list-category-product-list-category-block .form-item {
  display: block !important;
}
/* line 184, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-list-block #views-exposed-form-product-list-category-product-list-category-block .form-item label {
  display: none;
}
/* line 188, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-list-block #views-exposed-form-product-list-category-product-list-category-block .form-item input {
  margin-top: 0 !important;
  max-width: 100%;
}
@media (max-width: 991px) {
  /* line 196, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .delivery-item-value {
    margin-bottom: 15px;
  }
}
/* line 202, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .description-wrapper {
  margin-bottom: 50px;
}
/* line 205, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .description-wrapper p:last-child {
  margin-bottom: 0;
}
/* line 210, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper {
  margin-bottom: 50px;
}
/* line 213, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .text-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 213, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-packaging-wrapper .text-wrapper {
    text-align: center;
    margin-bottom: 15px;
  }
}
/* line 222, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
  overflow-x: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
/* line 230, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table {
  display: flex;
}
@media (max-width: 767px) {
  /* line 230, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table {
    flex-direction: column;
  }
}
/* line 237, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table thead {
  min-width: 150px;
  border-right: 1px solid #28a5d2;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 237, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table thead {
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  /* line 237, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table thead {
    border-right: unset;
    border-bottom: 1px solid #28a5d2;
  }
  /* line 250, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table thead th:first-child {
    border-bottom: unset !important;
  }
  /* line 254, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table thead th:last-child {
    border-left: 1px solid #28a5d2;
  }
}
/* line 261, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table tbody {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  flex: 1;
}
@media (max-width: 767px) {
  /* line 261, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table tbody {
    flex-direction: column;
  }
}
/* line 272, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table tbody tr {
  transition: 0.5s;
  min-width: 90px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 278, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table tbody tr::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #28a5d2;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}
/* line 290, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table tbody tr img {
  transition: 0.5s;
}
@media (max-width: 767px) {
  /* line 294, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table tbody tr td {
    width: 50%;
  }
}
/* line 301, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table tbody tr:hover td {
  color: #28a5d2;
  font-weight: 700;
}
/* line 305, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table tbody tr:hover td p {
  color: #28a5d2;
}
/* line 309, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table tbody tr:hover td:first-child {
  background-color: #28a5d2;
}
/* line 313, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table tbody tr:hover td img {
  filter: invert(1);
}
/* line 321, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table tr {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 321, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table tr {
    flex-direction: row;
  }
}
/* line 334, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table tr td:first-child {
  padding: 0;
  border-bottom: 1px solid #28a5d2;
}
@media (max-width: 767px) {
  /* line 334, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table tr td:first-child {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 343, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table tr td:last-child {
    border-left: 1px solid #28a5d2;
  }
}
/* line 351, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table td, .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table th {
  transition: 0.5s;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 85px;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 351, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table td, .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table th {
    font-size: 1rem;
    padding: 10px;
  }
}
/* line 368, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table td:first-child, .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table th:first-child {
  max-height: 85px;
}
@media (max-width: 767px) {
  /* line 368, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table td:first-child, .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table th:first-child {
    max-height: unset;
  }
}
/* line 376, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table td p, .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table th p {
  margin-bottom: 5px;
  transition: 0.5s;
}
/* line 381, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table td p:last-child, .product-category-full-wrapper .product-packaging-wrapper .table-wrapper table th p:last-child {
  margin-bottom: 0;
}
/* line 386, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table th {
  padding: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
/* line 391, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .table-wrapper table th:first-child {
  border-bottom: 1px solid #28a5d2;
}
/* line 398, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: left;
}
@media (max-width: 767px) {
  /* line 398, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .product-packaging-wrapper .category-switcher {
    display: none;
  }
}
/* line 408, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher > span {
  margin-right: 15px;
}
/* line 412, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .relative-position {
  position: relative;
}
/* line 416, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .category-link {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Roboto", Arial, sans-serif;
  color: #000000;
}
/* line 423, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .switcher-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000000;
  min-width: 270px;
  font-family: "Caveat", Arial, sans-serif;
}
/* line 431, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .switcher-link .category-link {
  padding: 5px 0px;
}
/* line 435, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .switcher-link i {
  margin-left: 15px;
}
/* line 439, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .switcher-link:hover {
  cursor: pointer;
}
/* line 445, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .switcher-link.dropdown-off i::before {
  content: '\f054';
}
/* line 453, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .switcher-link.dropdown-on i::before {
  content: '\f078';
}
/* line 460, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .category-list {
  min-width: 270px;
  position: absolute;
  left: 0;
  font-family: "Caveat", Arial, sans-serif;
  z-index: 10;
  background-color: #ffffff;
  width: 100%;
}
/* line 469, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .category-list.dropdown-off {
  display: none;
}
/* line 473, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .category-list.dropdown-on {
  display: block;
}
/* line 477, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .category-list .category-item {
  font-family: "Caveat", Arial, sans-serif;
  font-weight: 700;
}
/* line 481, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .category-list .category-item::before {
  display: none !important;
}
/* line 485, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .category-list .category-item .category-link {
  display: block;
  line-height: 1;
  padding: 5px 10px;
  width: 100%;
  transition: 0.5s;
}
/* line 492, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .category-list .category-item .category-link:last-child {
  padding-bottom: 10px;
}
/* line 496, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-packaging-wrapper .category-switcher .category-list .category-item .category-link:hover {
  color: #0072bc;
}
/* line 505, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-delivery-wrapper {
  margin-bottom: 50px;
}
/* line 513, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .brands-wrapper {
  margin-bottom: 60px;
}
/* line 521, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .brands-wrapper .slick-dots li.slick-active button, .product-category-full-wrapper .brands-wrapper .slick-dots li:hover button {
  background-color: #28a5d2;
}
/* line 526, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .brands-wrapper .slick-dots li button {
  width: 15px;
  height: 15px;
  border: 1px solid #28a5d2;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  background-color: #ffffff;
}
/* line 537, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .separator-wrapper {
  margin-bottom: 50px;
  width: 100%;
  height: 0;
  border-top: 1px solid #94B0BA;
}
/* line 544, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .product-list-wrapper {
  margin-bottom: 20px;
}
/* line 548, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper #product-list {
  max-width: 100%;
}
@media (max-width: 575px) {
  /* line 551, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper #product-list article {
    max-width: 100%;
    margin-bottom: 0;
  }
}
/* line 558, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper #product-list .actions-above-list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 558, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper #product-list .actions-above-list-wrapper {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  /* line 568, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper #product-list .actions-above-list-wrapper .text-above-list {
    font-family: "Spartan", Arial, sans-serif;
    font-size: 1.565rem;
    font-weight: 700;
    text-align: center;
  }
}
/* line 577, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper #product-list .actions-above-list-wrapper .all-products-link {
  text-align: right;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 767px) {
  /* line 577, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper #product-list .actions-above-list-wrapper .all-products-link {
    display: none;
  }
}
/* line 586, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper #product-list .actions-above-list-wrapper .all-products-link a,
.product-category-full-wrapper #product-list .actions-above-list-wrapper .all-products-link #see-all-products {
  transition: 0.5s;
}
/* line 590, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper #product-list .actions-above-list-wrapper .all-products-link a:hover,
.product-category-full-wrapper #product-list .actions-above-list-wrapper .all-products-link #see-all-products:hover {
  color: #0072bc;
  cursor: pointer;
}
/* line 599, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper #product-list .mobile-slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.5s;
  background-color: #28a5d2 !important;
  z-index: 2;
}
@media (max-width: 767px) {
  /* line 599, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper #product-list .mobile-slider .slick-arrow {
    left: 15px;
  }
}
/* line 612, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper #product-list .mobile-slider .slick-arrow:hover {
  background-color: #0072bc !important;
  cursor: pointer;
}
/* line 617, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper #product-list .mobile-slider .slick-arrow::before {
  font-size: 30px;
  color: #ffffff;
  z-index: 2;
}
/* line 623, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper #product-list .mobile-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  /* line 623, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper #product-list .mobile-slider .slick-arrow.slick-next {
    left: auto;
    right: 15px;
  }
}
/* line 636, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .details-wrapper {
  margin-bottom: 35px;
}
/* line 640, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .recipes-wrapper {
  margin-bottom: 30px;
}
/* line 648, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .recipes-wrapper .slick-dots li.slick-active button, .product-category-full-wrapper .recipes-wrapper .slick-dots li:hover button {
  background-color: #28a5d2;
}
/* line 653, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .recipes-wrapper .slick-dots li button {
  width: 15px;
  height: 15px;
  border: 1px solid #28a5d2;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  background-color: #ffffff;
}
/* line 663, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .recipes-wrapper .link-wrapper {
  margin-top: 20px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #28a5d2;
  font-size: 1.25rem;
  font-weight: 700;
  border: 1px solid #28a5d2;
  transition: 0.5s;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 663, ../sass/category/_category_term_full.scss */
  .product-category-full-wrapper .recipes-wrapper .link-wrapper {
    font-size: 0.875rem;
  }
}
/* line 681, ../sass/category/_category_term_full.scss */
.product-category-full-wrapper .recipes-wrapper .link-wrapper:hover {
  background-color: #28a5d2;
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 767px) {
  /* line 690, ../sass/category/_category_term_full.scss */
  .customer-type-teaser-wrapper {
    margin-bottom: 30px;
  }
}
/* line 695, ../sass/category/_category_term_full.scss */
.customer-type-teaser-wrapper .icon-wrapper {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #8CA5AD;
  margin-bottom: 20px;
}
/* line 706, ../sass/category/_category_term_full.scss */
.customer-type-teaser-wrapper .icon-wrapper img {
  max-width: 70px;
}
/* line 711, ../sass/category/_category_term_full.scss */
.customer-type-teaser-wrapper .title-wrapper {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 711, ../sass/category/_category_term_full.scss */
  .customer-type-teaser-wrapper .title-wrapper {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  /* line 711, ../sass/category/_category_term_full.scss */
  .customer-type-teaser-wrapper .title-wrapper {
    font-size: 1rem;
  }
}

/* Band teaser filter */
/* line 2, ../sass/brand/_brand-filter.scss */
.node-type-brand.node-display-filter {
  margin: 0;
}
@media (max-width: 575px) {
  /* line 2, ../sass/brand/_brand-filter.scss */
  .node-type-brand.node-display-filter {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* line 11, ../sass/brand/_brand-filter.scss */
.node-type-brand.node-display-filter .brand-filter-wrapper {
  margin-bottom: 30px;
  transition: 0.5s;
  -moz-box-shadow: 0px 0px 15px -8px #303030;
  -webkit-box-shadow: 0px 0px 15px -8px #303030;
  box-shadow: 0px 0px 15px -8px #303030;
  border: 15px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1200px) {
  /* line 11, ../sass/brand/_brand-filter.scss */
  .node-type-brand.node-display-filter .brand-filter-wrapper {
    min-width: 112px;
    min-height: 112px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 11, ../sass/brand/_brand-filter.scss */
  .node-type-brand.node-display-filter .brand-filter-wrapper {
    min-width: 102px;
    min-height: 102px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 11, ../sass/brand/_brand-filter.scss */
  .node-type-brand.node-display-filter .brand-filter-wrapper {
    min-width: 77px;
    min-height: 77px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 11, ../sass/brand/_brand-filter.scss */
  .node-type-brand.node-display-filter .brand-filter-wrapper {
    min-width: 150px;
    min-height: 150px;
  }
}
@media (max-width: 575px) {
  /* line 11, ../sass/brand/_brand-filter.scss */
  .node-type-brand.node-display-filter .brand-filter-wrapper {
    min-width: 135px;
    min-height: 135px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 11, ../sass/brand/_brand-filter.scss */
  .node-type-brand.node-display-filter .brand-filter-wrapper {
    border: 10px solid transparent;
  }
}
@media (max-width: 575px) {
  /* line 11, ../sass/brand/_brand-filter.scss */
  .node-type-brand.node-display-filter .brand-filter-wrapper {
    max-width: 135px;
    border: 5px solid transparent;
  }
}
/* line 57, ../sass/brand/_brand-filter.scss */
.node-type-brand.node-display-filter .brand-filter-wrapper.active {
  border: 5px solid #28a5d2;
}
/* line 61, ../sass/brand/_brand-filter.scss */
.node-type-brand.node-display-filter .brand-filter-wrapper:hover {
  border: 5px solid #28a5d2;
  cursor: pointer;
}
/* line 66, ../sass/brand/_brand-filter.scss */
.node-type-brand.node-display-filter .brand-filter-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto !important;
  transition: 0.5s;
}
@media (min-width: 1200px) {
  /* line 66, ../sass/brand/_brand-filter.scss */
  .node-type-brand.node-display-filter .brand-filter-wrapper img {
    max-width: 82px;
    max-height: 82px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 66, ../sass/brand/_brand-filter.scss */
  .node-type-brand.node-display-filter .brand-filter-wrapper img {
    max-width: 72px;
    max-height: 72px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 66, ../sass/brand/_brand-filter.scss */
  .node-type-brand.node-display-filter .brand-filter-wrapper img {
    max-width: 57px;
    max-height: 57px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 66, ../sass/brand/_brand-filter.scss */
  .node-type-brand.node-display-filter .brand-filter-wrapper img {
    max-width: 120px;
    max-height: 120px;
  }
}
@media (max-width: 575px) {
  /* line 66, ../sass/brand/_brand-filter.scss */
  .node-type-brand.node-display-filter .brand-filter-wrapper img {
    max-width: 125px;
    max-height: 125px;
  }
}
@media (max-width: 767px) {
  /* line 66, ../sass/brand/_brand-filter.scss */
  .node-type-brand.node-display-filter .brand-filter-wrapper img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  /* line 66, ../sass/brand/_brand-filter.scss */
  .node-type-brand.node-display-filter .brand-filter-wrapper img {
    max-width: 135px;
  }
}
/* line 107, ../sass/brand/_brand-filter.scss */
.node-type-brand.node-display-filter .brand-filter-wrapper img:hover {
  opacity: 0.8;
}

/* line 114, ../sass/brand/_brand-filter.scss */
.product-list-block {
  width: 100%;
}

/* line 3, ../sass/brand/_brand-full.scss */
.node-type-brand.node-display-full .brand-full-wrapper .introduction-wrapper {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 7, ../sass/brand/_brand-full.scss */
  .node-type-brand.node-display-full .brand-full-wrapper .introduction-wrapper .image-wrapper {
    margin-bottom: 15px;
  }
}
/* line 12, ../sass/brand/_brand-full.scss */
.node-type-brand.node-display-full .brand-full-wrapper .introduction-wrapper .image-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/* line 20, ../sass/brand/_brand-full.scss */
.node-type-brand.node-display-full .brand-full-wrapper .introduction-wrapper .description-wrapper .title-wrapper {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  display: none;
}
/* line 29, ../sass/brand/_brand-full.scss */
.node-type-brand.node-display-full .brand-full-wrapper .introduction-wrapper .description-wrapper .title-wrapper::after {
  position: absolute;
  content: '';
  display: block;
  width: 150px;
  height: 2px;
  background-color: #000000;
  bottom: -5px;
  left: 0;
}
/* line 42, ../sass/brand/_brand-full.scss */
.node-type-brand.node-display-full .brand-full-wrapper .introduction-wrapper .description-wrapper .text-wrapper {
  font-size: 18px;
  line-height: 1.2;
}
/* line 47, ../sass/brand/_brand-full.scss */
.node-type-brand.node-display-full .brand-full-wrapper .introduction-wrapper .description-wrapper .link-wrapper {
  width: 100%;
  display: flex;
}
/* line 52, ../sass/brand/_brand-full.scss */
.node-type-brand.node-display-full .brand-full-wrapper .introduction-wrapper .description-wrapper .link-item {
  margin-top: 10px;
  padding: 10px 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  transition: 0.5s;
  font-size: 18px;
  color: #ffffff;
  background-color: #28a5d2;
}
@media (max-width: 991px) {
  /* line 52, ../sass/brand/_brand-full.scss */
  .node-type-brand.node-display-full .brand-full-wrapper .introduction-wrapper .description-wrapper .link-item {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  /* line 52, ../sass/brand/_brand-full.scss */
  .node-type-brand.node-display-full .brand-full-wrapper .introduction-wrapper .description-wrapper .link-item {
    margin-left: 0;
  }
}
/* line 72, ../sass/brand/_brand-full.scss */
.node-type-brand.node-display-full .brand-full-wrapper .introduction-wrapper .description-wrapper .link-item:hover {
  background-color: #0072bc;
}

/* Band list display */
/* line 2, ../sass/brand/_brand-list.scss */
.node-type-brand.node-display-list {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 5px solid #000000;
}
/* line 9, ../sass/brand/_brand-list.scss */
.node-type-brand.node-display-list .brand-list-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* line 16, ../sass/brand/_brand-list.scss */
.node-type-brand.node-display-list .brand-list-wrapper .image-wrapper img {
  max-width: 100%;
  height: auto;
}
/* line 22, ../sass/brand/_brand-list.scss */
.node-type-brand.node-display-list .brand-list-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
/* line 27, ../sass/brand/_brand-list.scss */
.node-type-brand.node-display-list .brand-list-wrapper .content-wrapper .title-wrapper {
  color: #98bc2a;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
/* line 35, ../sass/brand/_brand-list.scss */
.node-type-brand.node-display-list .brand-list-wrapper .content-wrapper .text-wrapper {
  margin-bottom: 20px;
}
/* line 39, ../sass/brand/_brand-list.scss */
.node-type-brand.node-display-list .brand-list-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
  font-size: 18px;
}
/* line 44, ../sass/brand/_brand-list.scss */
.node-type-brand.node-display-list .brand-list-wrapper .content-wrapper .tag-wrapper b,
.node-type-brand.node-display-list .brand-list-wrapper .content-wrapper .tag-wrapper .brand-tag {
  display: inline-block;
}
/* line 50, ../sass/brand/_brand-list.scss */
.node-type-brand.node-display-list .brand-list-wrapper .content-wrapper .button-wrapper {
  display: flex;
  justify-content: flex-end;
}
/* line 54, ../sass/brand/_brand-list.scss */
.node-type-brand.node-display-list .brand-list-wrapper .content-wrapper .button-wrapper .official-website-link {
  display: inline-block;
  padding: 10px 30px;
  background: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #98bc2a;
  transition: 0.5s;
}
/* line 65, ../sass/brand/_brand-list.scss */
.node-type-brand.node-display-list .brand-list-wrapper .content-wrapper .button-wrapper .official-website-link:hover {
  color: #ffffff;
  background: #98bc2a;
}

/* Band teaser display */
/* line 2, ../sass/brand/_brand-teaser.scss */
.node-type-brand.node-display-teaser {
  margin: 0;
}
/* line 7, ../sass/brand/_brand-teaser.scss */
.node-type-brand.node-display-teaser .brand-teaser-wrapper .image-wrapper img {
  display: block;
  height: auto;
  margin: 0 auto !important;
  transition: 0.5s;
}
/* line 14, ../sass/brand/_brand-teaser.scss */
.node-type-brand.node-display-teaser .brand-teaser-wrapper .image-wrapper img:hover {
  opacity: 0.8;
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 7, ../sass/brand/_brand-teaser.scss */
  .node-type-brand.node-display-teaser .brand-teaser-wrapper .image-wrapper img {
    max-width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/brand/_brand-teaser.scss */
  .node-type-brand.node-display-teaser .brand-teaser-wrapper .image-wrapper img {
    max-width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../sass/brand/_brand-teaser.scss */
  .node-type-brand.node-display-teaser .brand-teaser-wrapper .image-wrapper img {
    max-width: 180px;
  }
}

/* line 35, ../sass/brand/_brand-teaser.scss */
#block-views-block-brand-brand-list .slick-track {
  display: flex;
}
/* line 38, ../sass/brand/_brand-teaser.scss */
#block-views-block-brand-brand-list .slick-track .slick-slide {
  display: flex !important;
  height: auto;
  align-items: center;
  justify-content: center;
}

/* General style for brands */
/* line 2, ../sass/brand/_brand.scss */
#block-views-block-brand-brand-list {
  padding-top: 45px;
  padding-bottom: 45px;
}
/* line 6, ../sass/brand/_brand.scss */
#block-views-block-brand-brand-list .our-brands-title {
  padding-bottom: 30px;
  margin-top: 0 !important;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
/* line 15, ../sass/brand/_brand.scss */
#block-views-block-brand-brand-list .slick-prev,
#block-views-block-brand-brand-list .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #0072bc !important;
  /*
  @media (max-width: 767px) {
      margin: 0 15px;
  }
  */
}
@media (max-width: 575px) {
  /* line 15, ../sass/brand/_brand.scss */
  #block-views-block-brand-brand-list .slick-prev,
  #block-views-block-brand-brand-list .slick-next {
    left: 0;
  }
}
/* line 33, ../sass/brand/_brand.scss */
#block-views-block-brand-brand-list .slick-prev:hover,
#block-views-block-brand-brand-list .slick-next:hover {
  background: #98bc2a !important;
}
/* line 36, ../sass/brand/_brand.scss */
#block-views-block-brand-brand-list .slick-prev:hover::before,
#block-views-block-brand-brand-list .slick-next:hover::before {
  color: #ffffff !important;
}
/* line 41, ../sass/brand/_brand.scss */
#block-views-block-brand-brand-list .slick-prev::before,
#block-views-block-brand-brand-list .slick-next::before {
  position: static;
  color: #ffffff !important;
  font-size: 20px;
}
/* line 55, ../sass/brand/_brand.scss */
#block-views-block-brand-brand-list .slick-next {
  left: auto;
  right: 15px;
}
@media (max-width: 575px) {
  /* line 55, ../sass/brand/_brand.scss */
  #block-views-block-brand-brand-list .slick-next {
    right: 0;
  }
}

/* line 2, ../sass/brand/_brand_retail.scss */
#block-views-block-retail-brand-retail-brand-slider .view-content {
  margin-top: 15px;
}
/* line 7, ../sass/brand/_brand_retail.scss */
#block-views-block-retail-brand-retail-brand-slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.5s;
  background-color: #28a5d2 !important;
  z-index: 2;
}
@media (max-width: 575px) {
  /* line 7, ../sass/brand/_brand_retail.scss */
  #block-views-block-retail-brand-retail-brand-slider .slick-arrow {
    left: 15px;
  }
}
/* line 20, ../sass/brand/_brand_retail.scss */
#block-views-block-retail-brand-retail-brand-slider .slick-arrow:hover {
  background-color: #0072bc !important;
  cursor: pointer;
}
/* line 25, ../sass/brand/_brand_retail.scss */
#block-views-block-retail-brand-retail-brand-slider .slick-arrow::before {
  font-size: 30px;
  color: #ffffff;
  z-index: 2;
}
/* line 31, ../sass/brand/_brand_retail.scss */
#block-views-block-retail-brand-retail-brand-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
@media (max-width: 575px) {
  /* line 31, ../sass/brand/_brand_retail.scss */
  #block-views-block-retail-brand-retail-brand-slider .slick-arrow.slick-next {
    left: auto;
    right: 15px;
  }
}

/* line 45, ../sass/brand/_brand_retail.scss */
.node-type-retail_brand.node-display-teaser .image-wrapper img {
  display: block;
  margin: 0 auto;
}

/* Band teaser display */
/* line 5, ../sass/partner/_partner-teaser.scss */
.node-type-partner.node-display-teaser .partner-teaser-wrapper .image-wrapper img {
  display: block;
  max-width: 240px;
  height: auto;
  margin: 0 auto !important;
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 5, ../sass/partner/_partner-teaser.scss */
  .node-type-partner.node-display-teaser .partner-teaser-wrapper .image-wrapper img {
    max-width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, ../sass/partner/_partner-teaser.scss */
  .node-type-partner.node-display-teaser .partner-teaser-wrapper .image-wrapper img {
    max-width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, ../sass/partner/_partner-teaser.scss */
  .node-type-partner.node-display-teaser .partner-teaser-wrapper .image-wrapper img {
    max-width: 180px;
  }
}

/* line 28, ../sass/partner/_partner-teaser.scss */
#block-views-block-partner-partner-list .slick-track {
  display: flex;
}
/* line 31, ../sass/partner/_partner-teaser.scss */
#block-views-block-partner-partner-list .slick-track .slick-slide {
  display: flex !important;
  height: auto;
  align-items: center;
  justify-content: center;
}

/* General style for partners */
/* line 2, ../sass/partner/_partner.scss */
#block-views-block-partner-partner-list,
#block-views-block-partner-partner-list-2 {
  padding: 50px 0 40px 0;
}
/* line 6, ../sass/partner/_partner.scss */
#block-views-block-partner-partner-list .our-partners-title,
#block-views-block-partner-partner-list-2 .our-partners-title {
  padding-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
/* line 14, ../sass/partner/_partner.scss */
#block-views-block-partner-partner-list .slick-slide,
#block-views-block-partner-partner-list-2 .slick-slide {
  /* border-left: 1px solid $fifth_border_color; */
}
/* line 17, ../sass/partner/_partner.scss */
#block-views-block-partner-partner-list .slick-slide:first-child,
#block-views-block-partner-partner-list-2 .slick-slide:first-child {
  border-left: 0px solid #000000;
}
/* line 22, ../sass/partner/_partner.scss */
#block-views-block-partner-partner-list .slick-prev,
#block-views-block-partner-partner-list .slick-next,
#block-views-block-partner-partner-list-2 .slick-prev,
#block-views-block-partner-partner-list-2 .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ebebeb;
}
/* line 36, ../sass/partner/_partner.scss */
#block-views-block-partner-partner-list .slick-prev::before,
#block-views-block-partner-partner-list .slick-next::before,
#block-views-block-partner-partner-list-2 .slick-prev::before,
#block-views-block-partner-partner-list-2 .slick-next::before {
  position: static;
  color: #ffffff;
  font-size: 20px;
}
@media (max-width: 767px) {
  /* line 22, ../sass/partner/_partner.scss */
  #block-views-block-partner-partner-list .slick-prev,
  #block-views-block-partner-partner-list .slick-next,
  #block-views-block-partner-partner-list-2 .slick-prev,
  #block-views-block-partner-partner-list-2 .slick-next {
    margin: 0 15px;
  }
}
/* line 48, ../sass/partner/_partner.scss */
#block-views-block-partner-partner-list .slick-next,
#block-views-block-partner-partner-list-2 .slick-next {
  left: auto;
  right: 0;
}

/* line 5, ../sass/place/_place-full.scss */
.node-type-place.node-display-full.node-type-full-4 .introduction-wrapper .title-wrapper {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}
/* line 13, ../sass/place/_place-full.scss */
.node-type-place.node-display-full.node-type-full-4 .introduction-wrapper .title-wrapper::after {
  position: absolute;
  content: '';
  display: block;
  width: 150px;
  height: 2px;
  background-color: #000000;
  bottom: -5px;
  left: 0;
}
/* line 26, ../sass/place/_place-full.scss */
.node-type-place.node-display-full.node-type-full-4 .introduction-wrapper .link-wrapper {
  width: 100%;
  display: flex;
}
/* line 31, ../sass/place/_place-full.scss */
.node-type-place.node-display-full.node-type-full-4 .introduction-wrapper .cins-paragraph-simple-button {
  border: none;
  margin-top: 10px;
  padding: 10px 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  transition: 0.5s;
  font-size: 18px;
  color: #ffffff;
  background-color: #28a5d2;
}
@media (max-width: 991px) {
  /* line 31, ../sass/place/_place-full.scss */
  .node-type-place.node-display-full.node-type-full-4 .introduction-wrapper .cins-paragraph-simple-button {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  /* line 31, ../sass/place/_place-full.scss */
  .node-type-place.node-display-full.node-type-full-4 .introduction-wrapper .cins-paragraph-simple-button {
    margin-left: 0;
  }
}
/* line 52, ../sass/place/_place-full.scss */
.node-type-place.node-display-full.node-type-full-4 .introduction-wrapper .cins-paragraph-simple-button:hover {
  background-color: #0072bc;
}
/* line 58, ../sass/place/_place-full.scss */
.node-type-place.node-display-full.node-type-full-4 .large-image-text-under-wrapper {
  border-bottom: none;
}
/* line 63, ../sass/place/_place-full.scss */
.node-type-place.node-display-full.node-type-full-4 .cins-paragraph-icon-title .icon-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
/* line 72, ../sass/place/_place-full.scss */
.node-type-place.node-display-full.node-type-full-4 .cins-paragraph-icon-title .icon-title-wrapper .icon-wrapper {
  width: 100px;
  height: 100px;
  min-height: 100px;
}
/* line 77, ../sass/place/_place-full.scss */
.node-type-place.node-display-full.node-type-full-4 .cins-paragraph-icon-title .icon-title-wrapper .icon-wrapper i {
  font-size: 80px;
  color: #d0d0d0;
}
/* line 83, ../sass/place/_place-full.scss */
.node-type-place.node-display-full.node-type-full-4 .cins-paragraph-icon-title .icon-title-wrapper .icon-wrapper .img-custom-wrapper img {
  width: 90px;
}
/* line 89, ../sass/place/_place-full.scss */
.node-type-place.node-display-full.node-type-full-4 .cins-paragraph-icon-title .icon-title-wrapper .title-wrapper {
  margin: 0;
  color: #000000;
  text-transform: none;
}
/* line 99, ../sass/place/_place-full.scss */
.node-type-place.node-display-full.node-type-full-4 .cins-paragraph-photo-gallery .title-wrapper {
  display: none !important;
}

/* line 2, ../sass/place/_place.scss */
#block-views-block-place-places-home .nav-container-place-home {
  width: 100%;
  top: calc(50% - 5px);
}
/* line 7, ../sass/place/_place.scss */
#block-views-block-place-places-home .nav-container-place-home .slick-arrow::before {
  font-size: 20px;
  color: #ffffff;
}
/* line 15, ../sass/place/_place.scss */
#block-views-block-place-places-home .slick-arrow::before {
  font-size: 20px;
  color: #ffffff;
}
/* line 21, ../sass/place/_place.scss */
#block-views-block-place-places-home .slick-prev,
#block-views-block-place-places-home .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: calc(50% + 25px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 33, ../sass/place/_place.scss */
#block-views-block-place-places-home .slick-prev {
  left: 15px;
}
@media (max-width: 575px) {
  /* line 33, ../sass/place/_place.scss */
  #block-views-block-place-places-home .slick-prev {
    left: 0px;
  }
}
/* line 41, ../sass/place/_place.scss */
#block-views-block-place-places-home .slick-next {
  right: 15px;
}
@media (max-width: 575px) {
  /* line 41, ../sass/place/_place.scss */
  #block-views-block-place-places-home .slick-next {
    right: 0px;
  }
}
/* line 49, ../sass/place/_place.scss */
#block-views-block-place-places-home .slick-list {
  padding-top: 50px;
}
/* line 53, ../sass/place/_place.scss */
#block-views-block-place-places-home .slick-dots {
  margin: 10px 0;
  position: absolute;
  top: 0;
  left: 50%;
  height: 30px;
  transform: translateX(-50%);
}
/* line 63, ../sass/place/_place.scss */
#block-views-block-place-places-home .slick-dots li button {
  border-color: #0072bc;
}
/* line 67, ../sass/place/_place.scss */
#block-views-block-place-places-home .slick-dots li.slick-active button {
  background-color: #0072bc !important;
  border-color: #0072bc;
}

/* line 73, ../sass/place/_place.scss */
.places-blocks-bg-img {
  padding-bottom: 80px;
  background-color: #ffffff;
  background-image: url("/sites/default/files/Ligne-de-production.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@keyframes slide {
  from {
    top: 0;
  }
  to {
    top: 100%;
    transform: translateY(-100%);
  }
}
/* line 9, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser {
  margin: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 9, ../sass/place/_place_teaser.scss */
  .node-type-place.node-display-teaser {
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  /* line 9, ../sass/place/_place_teaser.scss */
  .node-type-place.node-display-teaser {
    max-width: 290px;
    display: block;
    margin: 0 auto;
  }
}
/* line 24, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser .place-teaser-wrapper {
  position: relative;
}
/* line 27, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser .place-teaser-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  transition: .3s;
  background: rgba(0, 114, 188, 0.7);
  opacity: 1;
}
/* line 44, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser .place-teaser-wrapper:hover .text-wrapper {
  opacity: 0;
}
/* line 48, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser .place-teaser-wrapper:hover .text-wrapper-hover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 40px;
}
@media (max-width: 575px) {
  /* line 48, ../sass/place/_place_teaser.scss */
  .node-type-place.node-display-teaser .place-teaser-wrapper:hover .text-wrapper-hover {
    padding: 0 25px;
  }
}
/* line 62, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser .place-teaser-wrapper:hover::after {
  opacity: 0;
}
/* line 71, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  text-align: center;
  background: rgba(0, 114, 188, 0.7);
  color: #ffffff;
  opacity: 1;
}
/* line 89, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper .title-wrapper h3 {
  padding: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 100, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0%;
  padding: 0 40px;
  transition: .3s;
  text-align: center;
  background: rgba(0, 114, 188, 0.7);
  color: #ffffff;
}
@media (max-width: 575px) {
  /* line 100, ../sass/place/_place_teaser.scss */
  .node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover {
    padding: 0 25px;
  }
}
/* line 122, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover .title-wrapper h3 {
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 122, ../sass/place/_place_teaser.scss */
  .node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover .title-wrapper h3 {
    padding-bottom: 0;
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  /* line 122, ../sass/place/_place_teaser.scss */
  .node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover .title-wrapper h3 {
    padding-bottom: 0;
    font-size: 25px;
  }
}
/* line 142, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover .title-wrapper h3::after {
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  margin-top: 20px;
  background-color: #98bc2a;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 142, ../sass/place/_place_teaser.scss */
  .node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover .title-wrapper h3::after {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  /* line 142, ../sass/place/_place_teaser.scss */
  .node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover .title-wrapper h3::after {
    margin-top: 10px;
  }
}
/* line 165, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover .summary-wrapper {
  padding: 25px 0;
  font-size: 17px;
  font-style: italic;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 165, ../sass/place/_place_teaser.scss */
  .node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover .summary-wrapper {
    padding: 25px 0 20px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  /* line 165, ../sass/place/_place_teaser.scss */
  .node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover .summary-wrapper {
    padding: 25px 0 20px;
    font-size: 15px;
  }
}
/* line 184, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover .link-wrapper {
  width: 100%;
}
/* line 187, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover .link-wrapper a {
  display: block;
  padding: 15px;
  font-size: 17px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 187, ../sass/place/_place_teaser.scss */
  .node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover .link-wrapper a {
    padding: 10px;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  /* line 187, ../sass/place/_place_teaser.scss */
  .node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover .link-wrapper a {
    padding: 10px;
    font-size: 14px;
  }
}
/* line 208, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover .link-wrapper a:hover {
  background-color: #98bc2a;
}
/* line 212, ../sass/place/_place_teaser.scss */
.node-type-place.node-display-teaser .place-teaser-wrapper .text-wrapper-hover .link-wrapper a::after {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  margin-left: 10px;
}

/* line 1, ../sass/contact/_contact.scss */
.block-contact-wrapper {
  font-size: 15px;
  box-shadow: 40px 0px 40px -40px #d0d0d0;
}
@media (max-width: 767px) {
  /* line 1, ../sass/contact/_contact.scss */
  .block-contact-wrapper {
    box-shadow: none;
  }
}
/* line 10, ../sass/contact/_contact.scss */
.block-contact-wrapper .contact-title {
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 10, ../sass/contact/_contact.scss */
  .block-contact-wrapper .contact-title {
    margin-bottom: 15px;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  /* line 10, ../sass/contact/_contact.scss */
  .block-contact-wrapper .contact-title {
    margin-bottom: 10px;
    text-align: center;
    line-height: 40px;
  }
}
/* line 28, ../sass/contact/_contact.scss */
.block-contact-wrapper .contact-element {
  display: flex;
  align-items: center;
  margin: 0 20px;
  padding: 15px 0;
  border-bottom: 1px solid #000000;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 28, ../sass/contact/_contact.scss */
  .block-contact-wrapper .contact-element {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  /* line 28, ../sass/contact/_contact.scss */
  .block-contact-wrapper .contact-element {
    margin: 0;
  }
}
/* line 45, ../sass/contact/_contact.scss */
.block-contact-wrapper .contact-element i {
  display: inline-block;
  width: 40px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 55px;
  text-align: center;
  color: #98bc2a;
}
@media (min-width: 992px) {
  /* line 45, ../sass/contact/_contact.scss */
  .block-contact-wrapper .contact-element i {
    width: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 45, ../sass/contact/_contact.scss */
  .block-contact-wrapper .contact-element i {
    margin-right: 10px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 45, ../sass/contact/_contact.scss */
  .block-contact-wrapper .contact-element i {
    font-size: 40px;
  }
}
/* line 71, ../sass/contact/_contact.scss */
.block-contact-wrapper .contact-element span {
  display: inline-block;
  max-width: calc(100% - 75px);
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 71, ../sass/contact/_contact.scss */
  .block-contact-wrapper .contact-element span {
    max-width: calc(100% - 50px);
  }
}
/* line 81, ../sass/contact/_contact.scss */
.block-contact-wrapper .contact-element span strong {
  text-transform: uppercase;
}
/* line 86, ../sass/contact/_contact.scss */
.block-contact-wrapper .contact-element.-phone {
  border-bottom: 1px solid #000000;
}
@media (min-width: 992px) {
  /* line 89, ../sass/contact/_contact.scss */
  .block-contact-wrapper .contact-element.-phone i {
    font-size: 45px;
  }
}
/* line 95, ../sass/contact/_contact.scss */
.block-contact-wrapper .contact-element.-phone a {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 95, ../sass/contact/_contact.scss */
  .block-contact-wrapper .contact-element.-phone a {
    bottom: 3px;
  }
}
@media (max-width: 767px) {
  /* line 95, ../sass/contact/_contact.scss */
  .block-contact-wrapper .contact-element.-phone a {
    bottom: 8px;
  }
}
/* line 107, ../sass/contact/_contact.scss */
.block-contact-wrapper .contact-element.-phone a:hover {
  text-decoration: underline;
}
/* line 114, ../sass/contact/_contact.scss */
.block-contact-wrapper .contact-element.-social a {
  font-size: 20px;
}

/* line 121, ../sass/contact/_contact.scss */
.block-cinsgdprform {
  padding: 0 70px;
  /*submit button */
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 121, ../sass/contact/_contact.scss */
  .block-cinsgdprform {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  /* line 121, ../sass/contact/_contact.scss */
  .block-cinsgdprform {
    padding: 0 30px;
  }
}
/* line 132, ../sass/contact/_contact.scss */
.block-cinsgdprform .contact-title {
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 132, ../sass/contact/_contact.scss */
  .block-cinsgdprform .contact-title {
    margin-bottom: 15px;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  /* line 132, ../sass/contact/_contact.scss */
  .block-cinsgdprform .contact-title {
    margin-bottom: 10px;
    margin-top: 40px;
    line-height: 40px;
    text-align: center;
  }
}
/* line 151, ../sass/contact/_contact.scss */
.block-cinsgdprform label {
  margin: 15px 0;
  font-weight: 700;
}
/* line 157, ../sass/contact/_contact.scss */
.block-cinsgdprform label.form-required::after {
  content: '*';
}
/* line 164, ../sass/contact/_contact.scss */
.block-cinsgdprform select,
.block-cinsgdprform input,
.block-cinsgdprform textarea {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid #98bc2a;
}
/* line 173, ../sass/contact/_contact.scss */
.block-cinsgdprform select:hover, .block-cinsgdprform select:focus, .block-cinsgdprform select:active,
.block-cinsgdprform input:hover,
.block-cinsgdprform input:focus,
.block-cinsgdprform input:active,
.block-cinsgdprform textarea:hover,
.block-cinsgdprform textarea:focus,
.block-cinsgdprform textarea:active {
  border: 1px solid #98bc2a !important;
}
/* line 180, ../sass/contact/_contact.scss */
.block-cinsgdprform .cinsgdprform-error {
  color: red;
}
/* line 184, ../sass/contact/_contact.scss */
.block-cinsgdprform .g-recaptcha {
  margin: 30px 0 15px;
}
/* line 189, ../sass/contact/_contact.scss */
.block-cinsgdprform #edit-submit,
.block-cinsgdprform .form-submit {
  display: inline-block;
  width: 250px;
  margin: 15px 0 30px;
  padding: 17px;
  font-size: 14px;
  background: #98bc2a;
  color: #ffffff;
  text-align: center;
  transition: 0.5s;
}
/* line 204, ../sass/contact/_contact.scss */
.block-cinsgdprform #edit-submit:hover,
.block-cinsgdprform .form-submit:hover {
  background: #ffffff;
  color: #202020;
}
/* line 209, ../sass/contact/_contact.scss */
.block-cinsgdprform #edit-submit::after,
.block-cinsgdprform .form-submit::after {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 300;
  margin-left: 5px;
  color: #98bc2a;
  font-size: 20px;
}
/* line 219, ../sass/contact/_contact.scss */
.block-cinsgdprform #edit-preview {
  display: none;
}

/* line 224, ../sass/contact/_contact.scss */
.required-mention {
  font-size: 13px;
  font-style: italic;
  color: #98bc2a;
  text-align: right;
}
@media (min-width: 576px) {
  /* line 224, ../sass/contact/_contact.scss */
  .required-mention {
    float: right;
    position: relative;
    top: 20px;
  }
}

/* line 3, ../sass/contact/_join_us.scss */
#block-join-us .js-form-type-managed-file .description {
  display: none;
}
/* line 8, ../sass/contact/_join_us.scss */
#block-join-us .field-prefix {
  margin-top: 20px;
}
/* line 13, ../sass/contact/_join_us.scss */
#block-join-us .form-managed-file input {
  width: auto;
}
@media (max-width: 991px) {
  /* line 17, ../sass/contact/_join_us.scss */
  #block-join-us .form-managed-file .form-file {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  /* line 17, ../sass/contact/_join_us.scss */
  #block-join-us .form-managed-file .form-file {
    font-size: 13px;
  }
}
/* line 27, ../sass/contact/_join_us.scss */
#block-join-us .form-managed-file .form-submit {
  display: inline-block;
  width: auto;
  margin-left: 5px;
  padding: 15px 10px;
  clear: both;
  background: #98bc2a;
  color: #ffffff;
  text-align: center;
  transition: 0.5s;
}
@media (max-width: 991px) {
  /* line 27, ../sass/contact/_join_us.scss */
  #block-join-us .form-managed-file .form-submit {
    margin-left: 0px;
  }
}
/* line 43, ../sass/contact/_join_us.scss */
#block-join-us .form-managed-file .form-submit:hover {
  background: #ffffff;
  color: #202020;
}

@media (max-width: 991px) {
  /* line 10, ../sass/contact/_presse.scss */
  .path-presse-medias form.views-exposed-form.bef-exposed-form fieldset.form-wrapper .fieldset-wrapper {
    top: unset;
  }
}

/* line 21, ../sass/contact/_presse.scss */
.block-user-login-block li::before {
  display: none !important;
}
/* line 26, ../sass/contact/_presse.scss */
.block-user-login-block > ul {
  list-style: none;
}
/* line 30, ../sass/contact/_presse.scss */
.block-user-login-block > ul li::before {
  display: none !important;
}

/* line 39, ../sass/contact/_presse.scss */
.cins-press #block-cinsgdprformblock p {
  color: red;
}
/* line 44, ../sass/contact/_presse.scss */
.cins-press #block-cinsgdprformblock .gdpr-legal-notice p {
  color: #000000;
}

/* Job description display full */
/* line 9, ../sass/job_description/_job-description-full.scss */
.node-type-job_description.node-display-full .job-description-wrapper .video-wrapper {
  margin-bottom: 15px;
}
/* line 12, ../sass/job_description/_job-description-full.scss */
.node-type-job_description.node-display-full .job-description-wrapper .video-wrapper .youtube_player {
  max-width: 100%;
}
/* line 16, ../sass/job_description/_job-description-full.scss */
.node-type-job_description.node-display-full .job-description-wrapper .video-wrapper iframe {
  max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 16, ../sass/job_description/_job-description-full.scss */
  .node-type-job_description.node-display-full .job-description-wrapper .video-wrapper iframe {
    width: 930px;
    height: 523px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 16, ../sass/job_description/_job-description-full.scss */
  .node-type-job_description.node-display-full .job-description-wrapper .video-wrapper iframe {
    width: 690px;
    height: 388px;
  }
}
@media (max-width: 767px) {
  /* line 16, ../sass/job_description/_job-description-full.scss */
  .node-type-job_description.node-display-full .job-description-wrapper .video-wrapper iframe {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 575px) {
  /* line 16, ../sass/job_description/_job-description-full.scss */
  .node-type-job_description.node-display-full .job-description-wrapper .video-wrapper iframe {
    height: 300px;
  }
}
/* line 39, ../sass/job_description/_job-description-full.scss */
.node-type-job_description.node-display-full .job-description-wrapper .title-wrapper {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
/* line 46, ../sass/job_description/_job-description-full.scss */
.node-type-job_description.node-display-full .job-description-wrapper .title-wrapper::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 150px;
  background-color: #000000;
  bottom: 0;
  left: 0;
}
/* line 57, ../sass/job_description/_job-description-full.scss */
.node-type-job_description.node-display-full .job-description-wrapper .job-type-wrapper {
  font-size: 14px;
  margin-bottom: 15px;
}

/* Job description display teaser */
/* line 2, ../sass/job_description/_job-description-teaser.scss */
.node-type-job_description.node-display-teaser {
  width: calc(100% + 30px);
  margin-left: -15px;
  border: 1px solid #000000;
}
/* line 7, ../sass/job_description/_job-description-teaser.scss */
.node-type-job_description.node-display-teaser .job-description-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
/* line 14, ../sass/job_description/_job-description-teaser.scss */
.node-type-job_description.node-display-teaser .job-description-wrapper:hover .hover-pictogram {
  display: flex;
}
/* line 19, ../sass/job_description/_job-description-teaser.scss */
.node-type-job_description.node-display-teaser .job-description-wrapper .hover-pictogram {
  display: none;
  position: absolute;
  margin-top: 30px;
  width: 65px;
  height: 65px;
  font-size: 25px;
  background-color: #d0d0d0;
  color: #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 19, ../sass/job_description/_job-description-teaser.scss */
  .node-type-job_description.node-display-teaser .job-description-wrapper .hover-pictogram {
    margin-top: 15px;
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 19, ../sass/job_description/_job-description-teaser.scss */
  .node-type-job_description.node-display-teaser .job-description-wrapper .hover-pictogram {
    margin-top: 15px;
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
/* line 47, ../sass/job_description/_job-description-teaser.scss */
.node-type-job_description.node-display-teaser .job-description-wrapper .hover-pictogram::before {
  content: "\f04b";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  cursor: pointer;
}
/* line 53, ../sass/job_description/_job-description-teaser.scss */
.node-type-job_description.node-display-teaser .job-description-wrapper .image-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
}
/* line 59, ../sass/job_description/_job-description-teaser.scss */
.node-type-job_description.node-display-teaser .job-description-wrapper .image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* line 67, ../sass/job_description/_job-description-teaser.scss */
.node-type-job_description.node-display-teaser .job-description-wrapper .content-wrapper {
  padding: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
  text-shadow: #000000 1px 1px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 67, ../sass/job_description/_job-description-teaser.scss */
  .node-type-job_description.node-display-teaser .job-description-wrapper .content-wrapper {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 67, ../sass/job_description/_job-description-teaser.scss */
  .node-type-job_description.node-display-teaser .job-description-wrapper .content-wrapper {
    padding: 15px;
  }
}
/* line 88, ../sass/job_description/_job-description-teaser.scss */
.node-type-job_description.node-display-teaser .job-description-wrapper .title-wrapper {
  width: 100%;
  font-size: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 88, ../sass/job_description/_job-description-teaser.scss */
  .node-type-job_description.node-display-teaser .job-description-wrapper .title-wrapper {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 88, ../sass/job_description/_job-description-teaser.scss */
  .node-type-job_description.node-display-teaser .job-description-wrapper .title-wrapper {
    font-size: 16px;
  }
}
/* line 103, ../sass/job_description/_job-description-teaser.scss */
.node-type-job_description.node-display-teaser .job-description-wrapper .title-wrapper::after {
  display: none;
}
/* line 108, ../sass/job_description/_job-description-teaser.scss */
.node-type-job_description.node-display-teaser .job-description-wrapper .separator {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 15px 0;
}
/* line 115, ../sass/job_description/_job-description-teaser.scss */
.node-type-job_description.node-display-teaser .job-description-wrapper .job-type-wrapper {
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: right;
}

/* Job offer display full */
/* line 4, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .title-wrapper {
  font-family: "Spartan", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 4, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .title-wrapper {
    font-size: 22px;
  }
}
/* line 16, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .back-to-list {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.5s;
  margin-bottom: 15px;
}
/* line 23, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .back-to-list.margin-top {
  margin-top: 30px;
}
/* line 27, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .back-to-list:hover {
  color: #0072bc;
}
/* line 31, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .back-to-list i {
  font-size: 16px;
  margin-right: 10px;
  margin-top: 1px;
  transition: 0.5s;
}
/* line 38, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .back-to-list span {
  font-size: 18px;
  line-height: 1;
  transition: 0.5s;
}
/* line 45, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper {
  border-right: 0.5px solid #000000;
}
@media (max-width: 767px) {
  /* line 45, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper {
    border: none;
  }
}
/* line 52, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .first-line-wrapper {
  margin-top: 40px;
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 52, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .first-line-wrapper {
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
  }
}
/* line 65, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .first-line-wrapper .name-wrapper {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 991px) {
  /* line 65, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .first-line-wrapper .name-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
/* line 76, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .first-line-wrapper .reference-wrapper {
  margin-left: 40px;
  font-size: 22px;
  color: #6C6C6C;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
}
@media (max-width: 991px) {
  /* line 76, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .first-line-wrapper .reference-wrapper {
    margin-left: 0px;
    min-width: auto;
  }
}
/* line 91, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .first-line-wrapper .reference-wrapper span:first-child {
  margin-right: 5px;
}
/* line 102, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991px) {
  /* line 102, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  /* line 113, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper {
    width: 100%;
  }
}
@media (max-width: 575px) {
  /* line 113, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper {
    width: 100%;
  }
}
/* line 123, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .icons-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
/* line 129, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .icons-wrapper .place-wrapper {
  margin-right: 50px;
}
/* line 134, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .place-wrapper,
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .contract-type-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 134, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .place-wrapper,
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .contract-type-wrapper {
    margin: 5px 0;
  }
}
/* line 144, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .place-wrapper img,
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .contract-type-wrapper img {
  width: 45px;
  max-width: 45px;
  margin-right: 15px;
}
/* line 150, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .place-wrapper i,
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .contract-type-wrapper i {
  font-size: 42px;
  color: #98bc2a;
  margin-right: 15px;
  width: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  /* line 150, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .place-wrapper i,
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .contract-type-wrapper i {
    font-size: 35px;
    width: 40px;
  }
}
/* line 164, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .place-wrapper span,
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .contract-type-wrapper span {
  font-size: 18px;
}
/* line 169, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .contract-type-wrapper {
  margin-bottom: 0px;
}
/* line 173, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .last-seen {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  /* line 173, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .last-seen {
    margin-top: 20px;
  }
}
/* line 184, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .description-wrapper .last-seen span:first-child {
  margin-right: 5px;
}
/* line 191, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  /* line 191, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  /* line 191, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
}
/* line 212, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper .share-links {
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: 0.5s;
}
@media (max-width: 991px) {
  /* line 212, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper .share-links {
    order: 1;
  }
}
/* line 224, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper .share-links:hover .social-share {
  width: auto;
}
/* line 227, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper .share-links:hover .social-share a {
  display: flex;
  width: auto;
  color: #0072bc !important;
}
/* line 232, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper .share-links:hover .social-share a::before {
  color: #0072bc !important;
}
/* line 239, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper .share-links .fa-share-alt {
  font-size: 35px;
  color: #28a5d2;
  transition: 0.5s;
}
/* line 244, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper .share-links .fa-share-alt:hover {
  cursor: pointer;
}
/* line 249, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper .share-links .social-share {
  width: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: 0.5s;
}
/* line 256, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper .share-links .social-share a {
  width: 0;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  margin-right: 0;
  margin-left: 15px;
  transition: 0.5s;
  color: #000000 !important;
}
/* line 267, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper .share-links .social-share a::before {
  transition: 0.5s;
  color: #000000 !important;
}
/* line 275, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper .offer-subscription {
  transition: 0.5s;
  padding: 5px 10px;
  min-width: 145px;
  min-height: 45px;
  font-size: 20px;
  line-height: 1;
  border: 0.5px solid #ed872f;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ed872f;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 292, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper .offer-subscription:hover {
  color: #ed872f;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  /* line 275, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper .offer-subscription {
    min-width: 130px;
    margin-top: 0;
    order: 0;
  }
}
@media (max-width: 575px) {
  /* line 275, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .second-line-wrapper .links-wrapper .offer-subscription {
    min-width: 120px;
  }
}
/* line 310, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .separator-wrapper {
  width: 100%;
  height: 1px;
  display: block;
  margin: 30px 0;
  background-color: #000000;
}
@media (min-width: 768px) {
  /* line 317, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .separator-wrapper.hidden-md-up {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 326, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .third-line-wrapper .criteria-wrapper {
    order: 1;
  }
}
/* line 332, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .third-line-wrapper .criteria-wrapper .subtitle-wrapper {
  font-size: 18px;
  font-weight: 700;
}
/* line 337, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .third-line-wrapper .criteria-wrapper .experience-wrapper,
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .third-line-wrapper .criteria-wrapper .status-wrapper,
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .third-line-wrapper .criteria-wrapper .avantages-wrapper {
  margin-bottom: 20px;
}
/* line 344, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .third-line-wrapper .text-wrapper {
  padding-bottom: 30px;
  border-left: 0.5px solid #000000;
}
@media (max-width: 991px) {
  /* line 344, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .third-line-wrapper .text-wrapper {
    border: none;
    order: 0;
  }
}
/* line 353, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .details-wrapper .third-line-wrapper .text-wrapper.no-border {
  border: none !important;
}
/* line 361, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  /* line 361, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper {
    margin-bottom: 20px;
  }
}
/* line 368, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper .subtitle-wrapper {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 368, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper .subtitle-wrapper {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 368, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper .subtitle-wrapper {
    font-size: 20px;
  }
}
/* line 382, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper #job-offer-map {
  margin-top: 20px;
  height: 255px;
  border-radius: 50%;
}
/* line 387, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper #job-offer-map .leaflet-control-zoom,
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper #job-offer-map .leaflet-control-attribution {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 382, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper #job-offer-map {
    height: 210px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 382, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper #job-offer-map {
    height: 210px;
  }
}
@media (max-width: 767px) {
  /* line 382, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper #job-offer-map {
    width: 255px;
  }
}
/* line 404, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper #job-offer-map iframe {
  height: 255px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 404, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper #job-offer-map iframe {
    height: 210px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 404, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper #job-offer-map iframe {
    height: 210px;
  }
}
/* line 416, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper #job-offer-map iframe .place-card-medium,
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .location-wrapper #job-offer-map iframe .gm-bundled-control {
  display: none !important;
}
/* line 425, ../sass/job_offer/_job-offer-full.scss */
.node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .other-offers .subtitle-wrapper {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 425, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .other-offers .subtitle-wrapper {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 425, ../sass/job_offer/_job-offer-full.scss */
  .node-type-offre_d_emploi.node-display-full .job-offer-full-wrapper .coordonates-wrapper .other-offers .subtitle-wrapper {
    font-size: 20px;
  }
}

/* Job offer display teaser */
/* line 2, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser {
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  padding: 30px;
  margin: 15px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2, ../sass/job_offer/_job-offer-teaser.scss */
  .node-type-offre_d_emploi.node-display-teaser {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  /* line 2, ../sass/job_offer/_job-offer-teaser.scss */
  .node-type-offre_d_emploi.node-display-teaser {
    padding: 15px;
  }
}
/* line 18, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .title-wrapper {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
/* line 25, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 25, ../sass/job_offer/_job-offer-teaser.scss */
  .node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 575px) {
  /* line 25, ../sass/job_offer/_job-offer-teaser.scss */
  .node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 42, ../sass/job_offer/_job-offer-teaser.scss */
  .node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .description-wrapper {
    width: 100%;
  }
}
@media (max-width: 575px) {
  /* line 42, ../sass/job_offer/_job-offer-teaser.scss */
  .node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .description-wrapper {
    width: 100%;
  }
}
/* line 52, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .description-wrapper .place-wrapper,
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .description-wrapper .contract-type-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
/* line 59, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .description-wrapper .place-wrapper img,
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .description-wrapper .contract-type-wrapper img {
  width: 45px;
  max-width: 45px;
  margin-right: 15px;
}
/* line 65, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .description-wrapper .place-wrapper i,
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .description-wrapper .contract-type-wrapper i {
  font-size: 42px;
  color: #98bc2a;
  margin-right: 15px;
  width: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  /* line 65, ../sass/job_offer/_job-offer-teaser.scss */
  .node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .description-wrapper .place-wrapper i,
  .node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .description-wrapper .contract-type-wrapper i {
    font-size: 35px;
    width: 40px;
  }
}
/* line 79, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .description-wrapper .place-wrapper span,
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .description-wrapper .contract-type-wrapper span {
  font-size: 18px;
}
/* line 84, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .description-wrapper .contract-type-wrapper {
  margin-bottom: 0px;
}
/* line 88, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .description-wrapper .last-seen {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
/* line 95, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .description-wrapper .last-seen span:first-child {
  margin-right: 5px;
}
/* line 102, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .links-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 102, ../sass/job_offer/_job-offer-teaser.scss */
  .node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .links-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  /* line 102, ../sass/job_offer/_job-offer-teaser.scss */
  .node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .links-wrapper {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
}
/* line 121, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .links-wrapper a {
  transition: 0.5s;
  padding: 5px 10px;
  min-width: 145px;
  min-height: 45px;
  font-size: 20px;
  line-height: 1;
  border: 1px solid #000000;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 121, ../sass/job_offer/_job-offer-teaser.scss */
  .node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .links-wrapper a {
    min-width: 130px;
  }
}
@media (max-width: 575px) {
  /* line 121, ../sass/job_offer/_job-offer-teaser.scss */
  .node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .links-wrapper a {
    min-width: 120px;
  }
}
/* line 142, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .links-wrapper a.see-offer {
  background-color: #ffffff;
  margin-top: auto;
  font-weight: 400;
}
/* line 147, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .links-wrapper a.see-offer:hover {
  color: #ffffff;
  background-color: #000000;
}
/* line 153, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .links-wrapper a.offer-subscription {
  color: #ffffff;
  background-color: #ed872f;
  text-transform: uppercase;
  font-weight: 500;
  border-color: #ed872f;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 153, ../sass/job_offer/_job-offer-teaser.scss */
  .node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .links-wrapper a.offer-subscription {
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  /* line 153, ../sass/job_offer/_job-offer-teaser.scss */
  .node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .links-wrapper a.offer-subscription {
    margin-left: 15px;
  }
}
/* line 168, ../sass/job_offer/_job-offer-teaser.scss */
.node-type-offre_d_emploi.node-display-teaser .job-offer-teaser-wrapper .details-wrapper .links-wrapper a.offer-subscription:hover {
  color: #ed872f;
  background-color: #ffffff;
  border-color: #ed872f;
}

/* Job offer display list */
/* line 2, ../sass/job_offer/_job-offers-list.scss */
.node-type-offre_d_emploi.node-display-list {
  margin: 15px 0;
  font-family: "Roboto", Arial, sans-serif;
}
/* line 7, ../sass/job_offer/_job-offers-list.scss */
.node-type-offre_d_emploi.node-display-list .job-offer-list-wrapper .title-wrapper {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  transition: 0.5s;
}
/* line 14, ../sass/job_offer/_job-offers-list.scss */
.node-type-offre_d_emploi.node-display-list .job-offer-list-wrapper .title-wrapper:hover {
  color: #0072bc;
}
/* line 19, ../sass/job_offer/_job-offers-list.scss */
.node-type-offre_d_emploi.node-display-list .job-offer-list-wrapper .description-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
}
/* line 26, ../sass/job_offer/_job-offers-list.scss */
.node-type-offre_d_emploi.node-display-list .job-offer-list-wrapper .description-wrapper .separator-wrapper {
  margin: 0 5px;
}
/* line 31, ../sass/job_offer/_job-offers-list.scss */
.node-type-offre_d_emploi.node-display-list .job-offer-list-wrapper .last-seen {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
/* line 37, ../sass/job_offer/_job-offers-list.scss */
.node-type-offre_d_emploi.node-display-list .job-offer-list-wrapper .last-seen span:first-child {
  margin-right: 5px;
}

/* line 45, ../sass/job_offer/_job-offers-list.scss */
#page #block-cins-theme-content #views-exposed-form-job-offers-list {
  background-color: #F9F9F9;
  padding: 20px 20px 30px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #000000;
}
/* line 56, ../sass/job_offer/_job-offers-list.scss */
#page #block-cins-theme-content #views-exposed-form-job-offers-list .filter-title-wrapper {
  width: 100%;
  min-width: 100%;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
/* line 69, ../sass/job_offer/_job-offers-list.scss */
#page #block-cins-theme-content #views-exposed-form-job-offers-list .form-item-field-type-de-metier__target-id {
  width: calc(30% - 15px);
  min-width: calc(30% - 15px);
  margin-right: 15px;
}
@media (min-width: 1200px) {
  /* line 75, ../sass/job_offer/_job-offers-list.scss */
  #page #block-cins-theme-content #views-exposed-form-job-offers-list .form-item-field-type-de-metier__target-id .jcf-select {
    max-width: 100%;
    width: 270px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 69, ../sass/job_offer/_job-offers-list.scss */
  #page #block-cins-theme-content #views-exposed-form-job-offers-list .form-item-field-type-de-metier__target-id {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 88, ../sass/job_offer/_job-offers-list.scss */
  #page #block-cins-theme-content #views-exposed-form-job-offers-list .form-item-field-type-de-metier__target-id .jcf-select {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 96, ../sass/job_offer/_job-offers-list.scss */
#page #block-cins-theme-content #views-exposed-form-job-offers-list .form-item-field-type-de-poste-target-id {
  width: calc(40% - 30px);
  min-width: calc(40% - 30px);
  margin: 0 15px;
}
@media (min-width: 1200px) {
  /* line 102, ../sass/job_offer/_job-offers-list.scss */
  #page #block-cins-theme-content #views-exposed-form-job-offers-list .form-item-field-type-de-poste-target-id .jcf-select {
    max-width: 100%;
    width: 370px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  /* line 96, ../sass/job_offer/_job-offers-list.scss */
  #page #block-cins-theme-content #views-exposed-form-job-offers-list .form-item-field-type-de-poste-target-id {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  /* line 115, ../sass/job_offer/_job-offers-list.scss */
  #page #block-cins-theme-content #views-exposed-form-job-offers-list .form-item-field-type-de-poste-target-id .jcf-select {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 123, ../sass/job_offer/_job-offers-list.scss */
#page #block-cins-theme-content #views-exposed-form-job-offers-list .form-item-field-lieu-target-id {
  width: calc(30% - 15px);
  min-width: calc(30% - 15px);
  margin-left: 15px;
}
@media (min-width: 1200px) {
  /* line 129, ../sass/job_offer/_job-offers-list.scss */
  #page #block-cins-theme-content #views-exposed-form-job-offers-list .form-item-field-lieu-target-id .jcf-select {
    max-width: 100%;
    width: 270px;
    margin-right: auto;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 123, ../sass/job_offer/_job-offers-list.scss */
  #page #block-cins-theme-content #views-exposed-form-job-offers-list .form-item-field-lieu-target-id {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  /* line 143, ../sass/job_offer/_job-offers-list.scss */
  #page #block-cins-theme-content #views-exposed-form-job-offers-list .form-item-field-lieu-target-id .jcf-select {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 151, ../sass/job_offer/_job-offers-list.scss */
#page #block-cins-theme-content #views-exposed-form-job-offers-list #edit-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* line 158, ../sass/job_offer/_job-offers-list.scss */
#page #block-cins-theme-content #views-exposed-form-job-offers-list #edit-actions #edit-submit-job-offers {
  transition: 0.5s;
  padding: 5 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
}
/* line 171, ../sass/job_offer/_job-offers-list.scss */
#page #block-cins-theme-content #views-exposed-form-job-offers-list #edit-actions #edit-submit-job-offers:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000 !important;
}
/* line 178, ../sass/job_offer/_job-offers-list.scss */
#page #block-cins-theme-content #views-exposed-form-job-offers-list #edit-actions #edit-reset {
  padding: 0;
  background-color: transparent;
  text-decoration: underline;
  font-size: 18px;
  color: #000000;
  margin-top: 20px;
  font-weight: 400;
  text-transform: none;
}

/* line 2, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal:hover {
  box-shadow: none;
}
/* line 6, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper {
  margin: 40px 0;
  min-height: 340px;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper {
    min-height: 285px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper {
    min-height: 206px;
  }
}
@media (max-width: 767px) {
  /* line 6, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper {
    position: static;
    max-width: 470px;
    display: block;
    margin: 15px auto;
    box-shadow: 0px 2px 8px #00000033;
  }
}
@media (max-width: 575px) {
  /* line 6, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper {
    max-width: 100%;
  }
}
/* line 31, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .vertical-align-center {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 31, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .vertical-align-center {
    margin: 0;
  }
}
/* line 40, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper {
  max-width: 470px;
  width: 470px;
  max-height: 370px;
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  z-index: 5;
}
@media (max-width: 575px) {
  /* line 55, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper.video-not-set {
    max-height: 290px;
    height: 290px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 40, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper {
    max-width: 400px;
    width: 400px;
    max-height: 315px;
    height: 315px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 40, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper {
    max-width: 300px;
    width: 300px;
    max-height: 236px;
    height: 236px;
  }
}
@media (max-width: 767px) {
  /* line 40, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper {
    position: static;
  }
}
@media (max-width: 575px) {
  /* line 40, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper {
    max-width: 100%;
    width: 100%;
    max-height: none;
    height: auto;
  }
}
/* line 87, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper .link-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
/* line 96, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper .link-wrapper .video-wrapper {
  width: 100%;
  height: 100%;
}
/* line 101, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper .link-wrapper .video-popup-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  position: absolute;
  z-index: 10;
}
/* line 111, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper .link-wrapper .video-popup-link:hover {
  cursor: pointer;
}
/* line 114, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper .link-wrapper .video-popup-link:hover .hover-pictogram {
  opacity: 1;
}
/* line 119, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper .link-wrapper .video-popup-link .hover-pictogram {
  display: flex;
  position: absolute;
  width: 120px;
  height: 120px;
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  opacity: 0;
}
@media (max-width: 575px) {
  /* line 119, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper .link-wrapper .video-popup-link .hover-pictogram {
    width: 75px;
    height: 75px;
  }
}
/* line 138, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper .link-wrapper .video-popup-link .hover-pictogram::before {
  content: "\f04b";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  cursor: pointer;
  margin-left: 5px;
}
@media (max-width: 575px) {
  /* line 138, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper .link-wrapper .video-popup-link .hover-pictogram::before {
    font-size: 1.5rem;
  }
}
/* line 152, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .media-wrapper .video-wrapper {
  z-index: 2;
}
/* line 157, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper {
  box-shadow: 0px 2px 8px #00000033;
  padding-right: 0;
}
@media (max-width: 767px) {
  /* line 157, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper {
    box-shadow: none;
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 167, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper {
  min-height: 340px;
  padding: 30px 30px 30px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 167, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper {
    padding: 20px 20px 20px 0;
    min-height: 285px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 167, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper {
    padding: 15px 15px 15px 0;
    min-height: 206px;
  }
}
@media (max-width: 767px) {
  /* line 167, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper {
    padding: 25px 15px;
  }
}
/* line 189, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .title-wrapper {
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 189, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .title-wrapper {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 189, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .title-wrapper {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  /* line 189, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .title-wrapper {
    font-size: 1.25rem;
  }
}
/* line 207, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .packaging-wrapper {
  display: flex;
  margin-top: 10px;
  justify-content: flex-start;
  align-items: center;
}
/* line 213, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .packaging-wrapper .subtitle-wrapper {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 213, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .packaging-wrapper .subtitle-wrapper {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 213, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .packaging-wrapper .subtitle-wrapper {
    font-size: 0.875rem;
  }
}
/* line 226, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .packaging-wrapper .icons-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
/* line 232, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .packaging-wrapper .icons-wrapper > div .packaging-item {
  margin-left: 10px;
}
/* line 235, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .packaging-wrapper .icons-wrapper > div .packaging-item img {
  max-width: 45px;
  max-height: 45px;
  height: auto;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 235, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .packaging-wrapper .icons-wrapper > div .packaging-item img {
    max-width: 35px;
    max-height: 35px;
    height: auto;
    width: auto;
  }
}
/* line 252, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 252, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper {
    flex-direction: column;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 252, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper {
    flex-direction: column;
    padding-right: 0;
  }
}
/* line 268, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper .text-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 10px;
  font-size: 1.125rem;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 268, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper .text-wrapper {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 268, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper .text-wrapper {
    font-size: 0.875rem;
  }
}
/* line 283, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper .text-wrapper ul {
  list-style-type: none;
}
/* line 288, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper .text-wrapper p:last-child {
  margin-bottom: 0;
}
/* line 294, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper .links-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 294, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper .links-wrapper {
    flex-direction: row;
    margin-top: 10px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  /* line 294, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper .links-wrapper {
    margin-top: 30px;
    align-items: center;
  }
}
/* line 311, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper .links-wrapper .link-wrapper {
  padding: 5px 10px;
  margin-top: 15px;
  min-width: 170px;
  max-width: 170px;
  text-align: center;
  min-height: 45px;
  border: 1px solid #28a5d2;
  transition: 0.5s;
  color: #28a5d2;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 311, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper .links-wrapper .link-wrapper {
    min-width: 150px;
    max-width: 150px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 311, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper .links-wrapper .link-wrapper {
    min-width: 150px;
    max-width: 150px;
    margin-top: 0;
    font-size: 1rem;
    margin-left: 15px;
    min-height: 35px;
  }
  /* line 342, ../sass/knowledge/_knowledge-horizontal.scss */
  .node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper .links-wrapper .link-wrapper:first-child {
    margin-left: 0;
  }
}
/* line 347, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper .links-wrapper .link-wrapper:first-child {
  margin-top: 0;
}
/* line 351, ../sass/knowledge/_knowledge-horizontal.scss */
.node-type-savoir_faire.node-display-horizontal .knowledge-horizontal-wrapper .content-wrapper .details-wrapper .description-wrapper .links-wrapper .link-wrapper:hover {
  background-color: #28a5d2;
  color: #ffffff;
}

/* line 2, ../sass/knowledge/_knowledge-teaser.scss */
.node-type-savoir_faire.node-display-teaser .knowledge-teaser-wrapper {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 350px;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 2, ../sass/knowledge/_knowledge-teaser.scss */
  .node-type-savoir_faire.node-display-teaser .knowledge-teaser-wrapper {
    height: 290px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2, ../sass/knowledge/_knowledge-teaser.scss */
  .node-type-savoir_faire.node-display-teaser .knowledge-teaser-wrapper {
    height: 330px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 2, ../sass/knowledge/_knowledge-teaser.scss */
  .node-type-savoir_faire.node-display-teaser .knowledge-teaser-wrapper {
    height: 240px;
  }
}
@media (max-width: 575px) {
  /* line 2, ../sass/knowledge/_knowledge-teaser.scss */
  .node-type-savoir_faire.node-display-teaser .knowledge-teaser-wrapper {
    height: 290px;
  }
}
/* line 32, ../sass/knowledge/_knowledge-teaser.scss */
.node-type-savoir_faire.node-display-teaser .knowledge-teaser-wrapper:hover .bg-filter {
  opacity: 0;
}
/* line 37, ../sass/knowledge/_knowledge-teaser.scss */
.node-type-savoir_faire.node-display-teaser .knowledge-teaser-wrapper .bg-filter {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.5s;
}
/* line 49, ../sass/knowledge/_knowledge-teaser.scss */
.node-type-savoir_faire.node-display-teaser .knowledge-teaser-wrapper .content-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0px 3px 6px #00000060;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 49, ../sass/knowledge/_knowledge-teaser.scss */
  .node-type-savoir_faire.node-display-teaser .knowledge-teaser-wrapper .content-wrapper {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 49, ../sass/knowledge/_knowledge-teaser.scss */
  .node-type-savoir_faire.node-display-teaser .knowledge-teaser-wrapper .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  /* line 49, ../sass/knowledge/_knowledge-teaser.scss */
  .node-type-savoir_faire.node-display-teaser .knowledge-teaser-wrapper .content-wrapper {
    font-size: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 49, ../sass/knowledge/_knowledge-teaser.scss */
  .node-type-savoir_faire.node-display-teaser .knowledge-teaser-wrapper .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  /* line 49, ../sass/knowledge/_knowledge-teaser.scss */
  .node-type-savoir_faire.node-display-teaser .knowledge-teaser-wrapper .content-wrapper {
    padding: 60px;
  }
}

/* line 2, ../sass/knowledge/_knowledge.scss */
body.path-savoir-faire .region-pre-content {
  background-color: rgba(212, 239, 248, 0.8);
  padding-bottom: 50px;
}
/* line 6, ../sass/knowledge/_knowledge.scss */
body.path-savoir-faire .region-pre-content #header-banner-block {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  /* line 6, ../sass/knowledge/_knowledge.scss */
  body.path-savoir-faire .region-pre-content #header-banner-block {
    margin-bottom: 60px;
  }
}

/* line 16, ../sass/knowledge/_knowledge.scss */
#knowledge-page-content {
  margin-top: 30px;
}

/* line 20, ../sass/knowledge/_knowledge.scss */
#block-knowledge-image-link {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
/* line 34, ../sass/knowledge/_knowledge.scss */
#block-knowledge-image-link:hover .bg-filter {
  opacity: 0;
}
/* line 39, ../sass/knowledge/_knowledge.scss */
#block-knowledge-image-link .bg-filter {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.5s;
}
/* line 51, ../sass/knowledge/_knowledge.scss */
#block-knowledge-image-link .content-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0px 3px 6px #00000060;
}
@media (max-width: 767px) {
  /* line 51, ../sass/knowledge/_knowledge.scss */
  #block-knowledge-image-link .content-wrapper {
    font-size: 2rem;
  }
}
/* line 69, ../sass/knowledge/_knowledge.scss */
#block-knowledge-image-link .content-wrapper .text-wrapper {
  text-align: center;
}

/* line 8, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene.good-answer .card .card-back .content-wrapper .result-wrapper .good-answer {
  display: block;
}
/* line 22, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene.wrong-answer .card .card-back .content-wrapper .result-wrapper .wrong-answer {
  display: block;
}
@media (max-width: 767px) {
  /* line 33, ../sass/quiz/_quiz-teaser.scss */
  .node-type-question_answer.node-display-teaser .scene.show-answer .card .card-back {
    display: flex;
  }
}
@media (max-width: 767px) {
  /* line 44, ../sass/quiz/_quiz-teaser.scss */
  .node-type-question_answer.node-display-teaser .scene:not(.show-answer) .card .card-front .content-wrapper {
    padding: 30px;
  }
}
/* line 53, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card {
  box-shadow: 0px 2px 8px #00000033;
  font-family: "Roboto", Arial, sans-serif;
}
/* line 58, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-front .image-wrapper {
  max-width: 100%;
  padding: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 58, ../sass/quiz/_quiz-teaser.scss */
  .node-type-question_answer.node-display-teaser .scene .card .card-front .image-wrapper {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  /* line 58, ../sass/quiz/_quiz-teaser.scss */
  .node-type-question_answer.node-display-teaser .scene .card .card-front .image-wrapper {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  /* line 57, ../sass/quiz/_quiz-teaser.scss */
  .node-type-question_answer.node-display-teaser .scene .card .card-front {
    flex-direction: column;
    justify-content: center;
  }
}
/* line 76, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-front .content-wrapper {
  padding: 45px;
}
@media (max-width: 767px) {
  /* line 76, ../sass/quiz/_quiz-teaser.scss */
  .node-type-question_answer.node-display-teaser .scene .card .card-front .content-wrapper {
    padding: 30px 30px 15px;
  }
}
/* line 83, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-front .content-wrapper .head-wrapper {
  font-size: 1.5625rem;
  color: #000000;
  font-weight: 700;
}
/* line 89, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-front .content-wrapper .question-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 95, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-front .content-wrapper .question-wrapper .select-answer {
  cursor: pointer;
  min-width: 100px;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.5s;
  padding: 5px 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
/* line 108, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-front .content-wrapper .question-wrapper .select-answer:last-child {
  margin-left: 30px;
}
/* line 112, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-front .content-wrapper .question-wrapper .select-answer.answer-true {
  color: #43AF00;
  border: 1px solid #43AF00;
}
/* line 116, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-front .content-wrapper .question-wrapper .select-answer.answer-true:hover {
  background-color: #43AF00;
  color: #ffffff;
}
/* line 122, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-front .content-wrapper .question-wrapper .select-answer.answer-false {
  color: #D81616;
  border: 1px solid #D81616;
}
/* line 126, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-front .content-wrapper .question-wrapper .select-answer.answer-false:hover {
  background-color: #D81616;
  color: #ffffff;
}
/* line 136, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-back {
  background-color: #ffffff;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 136, ../sass/quiz/_quiz-teaser.scss */
  .node-type-question_answer.node-display-teaser .scene .card .card-back {
    display: none;
  }
}
/* line 144, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-back .image-wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 150, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-back .content-wrapper {
  max-height: 350px;
  overflow-y: auto;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  /* line 150, ../sass/quiz/_quiz-teaser.scss */
  .node-type-question_answer.node-display-teaser .scene .card .card-back .content-wrapper {
    max-height: unset;
    overflow: unset;
    padding-top: 0;
  }
}
/* line 162, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-back .content-wrapper .head-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  /* line 162, ../sass/quiz/_quiz-teaser.scss */
  .node-type-question_answer.node-display-teaser .scene .card .card-back .content-wrapper .head-wrapper {
    display: none;
  }
}
/* line 171, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-back .content-wrapper .head-wrapper .title-wrapper {
  font-size: 1.5625rem;
  color: #000000;
  font-weight: 700;
}
/* line 177, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-back .content-wrapper .head-wrapper .close-card-back {
  position: static;
  font-size: 1.875rem;
  color: #000000;
  transition: 0.5s;
  cursor: pointer;
}
/* line 184, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-back .content-wrapper .head-wrapper .close-card-back:hover {
  color: #0072bc;
}
/* line 190, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-back .content-wrapper .result-wrapper {
  margin-top: 15px;
  font-weight: 500;
}
/* line 194, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-back .content-wrapper .result-wrapper .good-answer {
  color: #43AF00;
  display: none;
}
/* line 199, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-back .content-wrapper .result-wrapper .wrong-answer {
  color: #D81616;
  display: none;
}
/* line 205, ../sass/quiz/_quiz-teaser.scss */
.node-type-question_answer.node-display-teaser .scene .card .card-back .content-wrapper .answer-wrapper {
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* line 7, ../sass/quiz/_quiz.scss */
.view-quiz-block-wrapper > .row .quiz-item:nth-child(odd) .quiz-block-wrapper .card-front .image-wrapper, .view-quiz-block-wrapper > .row .quiz-item:nth-child(odd) .quiz-block-wrapper .card-back .image-wrapper {
  order: 0;
}
/* line 11, ../sass/quiz/_quiz.scss */
.view-quiz-block-wrapper > .row .quiz-item:nth-child(odd) .quiz-block-wrapper .card-front .content-wrapper, .view-quiz-block-wrapper > .row .quiz-item:nth-child(odd) .quiz-block-wrapper .card-back .content-wrapper {
  order: 1;
}
/* line 21, ../sass/quiz/_quiz.scss */
.view-quiz-block-wrapper > .row .quiz-item:nth-child(even) .quiz-block-wrapper .card-front .image-wrapper, .view-quiz-block-wrapper > .row .quiz-item:nth-child(even) .quiz-block-wrapper .card-back .image-wrapper {
  order: 1;
}
@media (max-width: 767px) {
  /* line 21, ../sass/quiz/_quiz.scss */
  .view-quiz-block-wrapper > .row .quiz-item:nth-child(even) .quiz-block-wrapper .card-front .image-wrapper, .view-quiz-block-wrapper > .row .quiz-item:nth-child(even) .quiz-block-wrapper .card-back .image-wrapper {
    order: 0;
  }
}
/* line 29, ../sass/quiz/_quiz.scss */
.view-quiz-block-wrapper > .row .quiz-item:nth-child(even) .quiz-block-wrapper .card-front .content-wrapper, .view-quiz-block-wrapper > .row .quiz-item:nth-child(even) .quiz-block-wrapper .card-back .content-wrapper {
  order: 0;
}
@media (max-width: 767px) {
  /* line 29, ../sass/quiz/_quiz.scss */
  .view-quiz-block-wrapper > .row .quiz-item:nth-child(even) .quiz-block-wrapper .card-front .content-wrapper, .view-quiz-block-wrapper > .row .quiz-item:nth-child(even) .quiz-block-wrapper .card-back .content-wrapper {
    order: 1;
  }
}

/* line 43, ../sass/quiz/_quiz.scss */
.quiz-block-wrapper {
  min-height: 350px;
  /* Card */
}
@media (max-width: 767px) {
  /* line 43, ../sass/quiz/_quiz.scss */
  .quiz-block-wrapper {
    min-height: unset;
  }
}
/* line 51, ../sass/quiz/_quiz.scss */
.quiz-block-wrapper .scene {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  perspective: 1000px;
  margin-bottom: 30px;
  min-height: 350px;
}
@media (max-width: 767px) {
  /* line 51, ../sass/quiz/_quiz.scss */
  .quiz-block-wrapper .scene {
    min-height: unset;
  }
}
/* line 63, ../sass/quiz/_quiz.scss */
.quiz-block-wrapper .scene .card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  border: none;
  min-height: 350px;
  background: transparent;
}
@media (max-width: 767px) {
  /* line 63, ../sass/quiz/_quiz.scss */
  .quiz-block-wrapper .scene .card {
    min-height: unset;
  }
}
/* line 78, ../sass/quiz/_quiz.scss */
.quiz-block-wrapper .scene .card .card-front, .quiz-block-wrapper .scene .card .card-back {
  min-height: 350px;
  border-radius: 5px;
  position: static;
  width: 100%;
  height: 100%;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
  backface-visibility: hidden;
  background: transparent;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 78, ../sass/quiz/_quiz.scss */
  .quiz-block-wrapper .scene .card .card-front, .quiz-block-wrapper .scene .card .card-back {
    min-height: unset;
  }
}
/* line 97, ../sass/quiz/_quiz.scss */
.quiz-block-wrapper .scene .card .card-front .content-wrapper, .quiz-block-wrapper .scene .card .card-back .content-wrapper {
  width: 100%;
  flex: 1;
}
/* line 102, ../sass/quiz/_quiz.scss */
.quiz-block-wrapper .scene .card .card-front .image-wrapper, .quiz-block-wrapper .scene .card .card-back .image-wrapper {
  min-width: 340px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 102, ../sass/quiz/_quiz.scss */
  .quiz-block-wrapper .scene .card .card-front .image-wrapper, .quiz-block-wrapper .scene .card .card-back .image-wrapper {
    min-width: 250px;
  }
}
/* line 111, ../sass/quiz/_quiz.scss */
.quiz-block-wrapper .scene .card .card-back {
  position: absolute;
  transform: rotateX(180deg);
  background-color: #98bc2a;
  z-index: 2;
}
@media (max-width: 767px) {
  /* line 111, ../sass/quiz/_quiz.scss */
  .quiz-block-wrapper .scene .card .card-back {
    transform: rotateX(0deg);
    position: static;
  }
}
/* line 122, ../sass/quiz/_quiz.scss */
.quiz-block-wrapper .scene .card .card-back .image-wrapper {
  min-width: 270px;
  height: 100%;
}
@media (max-width: 767px) {
  /* line 122, ../sass/quiz/_quiz.scss */
  .quiz-block-wrapper .scene .card .card-back .image-wrapper {
    display: none;
  }
}
/* line 131, ../sass/quiz/_quiz.scss */
.quiz-block-wrapper .scene .card .card-back .close-card-back {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.125rem;
  color: #d0d0d0;
}
/* line 138, ../sass/quiz/_quiz.scss */
.quiz-block-wrapper .scene .card .card-back .close-card-back:hover {
  cursor: pointer;
}
/* line 145, ../sass/quiz/_quiz.scss */
.quiz-block-wrapper .scene.flipped .card {
  transform: rotateX(180deg);
}
@media (max-width: 767px) {
  /* line 145, ../sass/quiz/_quiz.scss */
  .quiz-block-wrapper .scene.flipped .card {
    transform: rotateX(0deg);
  }
}

/* line 1, ../sass/uikits/_bandeau_haut.scss */
#block-menupreheader {
  margin-right: 15px;
}
@media (max-width: 991px) {
  /* line 1, ../sass/uikits/_bandeau_haut.scss */
  #block-menupreheader {
    margin-right: 0;
    font-size: 14px;
  }
}

/* line 11, ../sass/uikits/_bandeau_haut.scss */
#pre-header-wrapper i {
  background: none;
}

/* line 16, ../sass/uikits/_bandeau_haut.scss */
#block-social-header a {
  transition: .3s;
}
/* line 19, ../sass/uikits/_bandeau_haut.scss */
#block-social-header a:hover {
  opacity: .7;
}

@media (max-width: 991px) {
  /* line 25, ../sass/uikits/_bandeau_haut.scss */
  #block-language-selector {
    width: 45px;
  }
  /* line 30, ../sass/uikits/_bandeau_haut.scss */
  #block-language-selector .links::after {
    right: 0;
  }
  /* line 34, ../sass/uikits/_bandeau_haut.scss */
  #block-language-selector .links .language-link {
    padding: 8px 10px 7px 0px;
  }
}
@media (max-width: 767px) {
  /* line 25, ../sass/uikits/_bandeau_haut.scss */
  #block-language-selector {
    display: none;
  }
}

/* line 2, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper h2 {
  padding-top: 40px;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  /* line 2, ../sass/uikits/_footer.scss */
  footer #pre-footer-wrapper h2 {
    text-align: center;
  }
}
/* line 13, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper .footer-menu li {
  margin-bottom: 10px;
}
/* line 17, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper .paragraph a:hover {
  color: inherit;
}
/* line 21, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block {
  border-bottom: 0;
}
/* line 24, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block h2 {
  padding-top: 30px;
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 24, ../sass/uikits/_footer.scss */
  footer #pre-footer-wrapper #block-follow-us-footer-block h2 {
    text-align: left;
  }
}
/* line 32, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block a {
  transition: .3s;
}
/* line 35, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block a:hover {
  opacity: .7;
}
/* line 39, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block a .fab {
  width: 40px;
  padding: 10px 0px;
  background: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 39, ../sass/uikits/_footer.scss */
  footer #pre-footer-wrapper #block-follow-us-footer-block a .fab {
    width: 38px;
    padding: 9px 0px;
  }
}
@media (max-width: 575px) {
  /* line 21, ../sass/uikits/_footer.scss */
  footer #pre-footer-wrapper #block-follow-us-footer-block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 58, ../sass/uikits/_footer.scss */
  footer #pre-footer-wrapper .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col {
    float: left;
    width: 50%;
  }
}
/* line 64, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper .cins-paragraph-reinssurance .reinssurance-wrapper {
  padding: 5px;
}
/* line 67, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper .cins-paragraph-reinssurance .reinssurance-wrapper:hover {
  box-shadow: none;
  opacity: .7;
}
/* line 71, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper .cins-paragraph-reinssurance .reinssurance-wrapper:hover .text-wrapper {
  color: inherit;
}
/* line 76, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper .cins-paragraph-reinssurance .reinssurance-wrapper .icon-wrapper {
  height: auto;
  margin-bottom: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 45px;
  background: none;
}
/* line 88, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper .cins-paragraph-reinssurance .reinssurance-wrapper .text-wrapper .title-wrapper {
  font-size: 18px;
  text-transform: none;
}
/* line 96, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block h2,
footer #pre-footer-wrapper .block-address-block h2 {
  font-size: 20px;
  text-align: center;
}
/* line 101, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block i,
footer #pre-footer-wrapper .block-address-block i {
  color: #ffffff;
}
/* line 106, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block .content .help_address strong,
footer #pre-footer-wrapper .block-address-block .content .help_address strong {
  text-transform: none;
}
/* line 110, ../sass/uikits/_footer.scss */
footer #pre-footer-wrapper #block-need-support-block .content .help_locate::after,
footer #pre-footer-wrapper .block-address-block .content .help_locate::after {
  color: inherit;
}
@media (min-width: 1200px) {
  /* line 115, ../sass/uikits/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block .content > div,
  footer #pre-footer-wrapper .block-address-block .content > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  /* line 124, ../sass/uikits/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block {
    max-width: 350px;
  }
}

/* line 5, ../sass/override/_from_php.scss */
#pre-header-wrapper {
  background-color: #0072bc !important;
}

/* line 9, ../sass/override/_from_php.scss */
#navigation-wrapper {
  background-color: #0072bc !important;
}

/* line 13, ../sass/override/_from_php.scss */
.sticky-button {
  background-color: #98bc2a !important;
}

/* line 17, ../sass/override/_from_php.scss */
.h1::after {
  background-color: #98bc2a !important;
}

/* line 21, ../sass/override/_from_php.scss */
.tabs .tab-item {
  background-color: #0072bc !important;
}
/* line 23, ../sass/override/_from_php.scss */
.tabs .tab-item:hover, .tabs .tab-item:active, .tabs .tab-item:focus {
  background-color: #ffffff !important;
  color: #0072bc !important;
}

/* line 29, ../sass/override/_from_php.scss */
.tabs .tab-item:hover, .tabs .tab-item.active {
  background-color: #ffffff !important;
  color: #0072bc !important;
}

/* line 34, ../sass/override/_from_php.scss */
.cins-paragraph-key-number .number-wrapper {
  background-color: #0072bc !important;
  color: #ffffff !important;
}

/* line 39, ../sass/override/_from_php.scss */
footer #pre-footer-wrapper {
  background-color: #0072bc !important;
}

/* line 43, ../sass/override/_from_php.scss */
footer #pre-footer-wrapper #block-need-support-block {
  background-color: #28a5d2 !important;
}

/* line 47, ../sass/override/_from_php.scss */
footer #footer-wrapper {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* line 52, ../sass/override/_from_php.scss */
#navigation-main .main-menu .menu-item.depth-1 .dropdown-items {
  background-color: #28a5d2 !important;
  color: #ffffff !important;
}

/* line 57, ../sass/override/_from_php.scss */
#block-cins-theme-content form.search-form .form-item-searched-text input {
  background-color: #0072bc !important;
}
/* line 59, ../sass/override/_from_php.scss */
#block-cins-theme-content form.search-form .form-item-searched-text input:hover, #block-cins-theme-content form.search-form .form-item-searched-text input:active, #block-cins-theme-content form.search-form .form-item-searched-text input:focus {
  color: #ffffff !important;
}

/* line 64, ../sass/override/_from_php.scss */
#cins-search-results-wrapper .search-result-product, #cins-search-results-wrapper .search-result-recipe {
  background-color: #ffffff !important;
}

/* line 68, ../sass/override/_from_php.scss */
.path-presse-medias #edit-field-annee-target-id-collapsible summary {
  background-color: #98bc2a !important;
  color: #ffffff !important;
  width: 150px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  list-style: none;
}

/* line 79, ../sass/override/_from_php.scss */
.path-presse-medias #edit-field-annee-target-id-collapsible #edit-field-annee-target-id ul li {
  background-color: #d0d0d0 !important;
  color: #000000 !important;
  width: 150px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 991px) {
  /* line 79, ../sass/override/_from_php.scss */
  .path-presse-medias #edit-field-annee-target-id-collapsible #edit-field-annee-target-id ul li {
    min-height: 40px;
    border-left: 1px solid #ffffff;
  }
}
/* line 93, ../sass/override/_from_php.scss */
.path-presse-medias #edit-field-annee-target-id-collapsible #edit-field-annee-target-id ul li:hover, .path-presse-medias #edit-field-annee-target-id-collapsible #edit-field-annee-target-id ul li:active, .path-presse-medias #edit-field-annee-target-id-collapsible #edit-field-annee-target-id ul li:focus {
  background-color: #98bc2a !important;
  color: #ffffff !important;
}

/* line 99, ../sass/override/_from_php.scss */
.menu-item.depth-1 > .item-label {
  color: #ffffff !important;
}
/* line 101, ../sass/override/_from_php.scss */
.menu-item.depth-1 > .item-label:hover, .menu-item.depth-1 > .item-label:active, .menu-item.depth-1 > .item-label:focus {
  opacity: 0.5 !important;
}

/* line 106, ../sass/override/_from_php.scss */
.h1 {
  color: #0072bc !important;
}

/* line 110, ../sass/override/_from_php.scss */
.cins-paragraph-icon-title .icon-wrapper {
  color: #0072bc !important;
}

/* line 114, ../sass/override/_from_php.scss */
.cins-paragraph-icon-title .icon-title-wrapper {
  color: #0072bc !important;
}

/* line 118, ../sass/override/_from_php.scss */
footer #pre-footer-wrapper .footer-menu li::before {
  color: #98bc2a !important;
}

/* line 122, ../sass/override/_from_php.scss */
#navigation-wrapper.sticky #block-acheternosproduits-menu a {
  color: #ffffff !important;
}
/* line 124, ../sass/override/_from_php.scss */
#navigation-wrapper.sticky #block-acheternosproduits-menu a:hover, #navigation-wrapper.sticky #block-acheternosproduits-menu a:active, #navigation-wrapper.sticky #block-acheternosproduits-menu a:focus {
  color: #98bc2a !important;
}

/* line 129, ../sass/override/_from_php.scss */
#navigation-wrapper.sticky #block-contact-menu a, #navigation-wrapper.sticky #block-telephone-menu a {
  color: #ffffff !important;
}
/* line 131, ../sass/override/_from_php.scss */
#navigation-wrapper.sticky #block-contact-menu a:hover, #navigation-wrapper.sticky #block-contact-menu a:active, #navigation-wrapper.sticky #block-contact-menu a:focus, #navigation-wrapper.sticky #block-telephone-menu a:hover, #navigation-wrapper.sticky #block-telephone-menu a:active, #navigation-wrapper.sticky #block-telephone-menu a:focus {
  color: #98bc2a !important;
}

/* line 136, ../sass/override/_from_php.scss */
.cins-press-media .date {
  color: #63b32e !important;
}

/* line 140, ../sass/override/_from_php.scss */
.path-presse-medias #edit-field-annee-target-id-collapsible summary::after {
  color: #ffffff !important;
  margin-left: 15px;
  content: '\f078';
  font-family: "Font Awesome 5 Pro";
}

@media (max-width: 1199px) {
  /* line 147, ../sass/override/_from_php.scss */
  #pre-header-wrapper ul {
    background: #0080c0;
  }
}

/* line 153, ../sass/override/_from_php.scss */
.home_images_links .text-wrapper {
  background-color: rgba(0, 108, 185, 0.8);
}

/* line 157, ../sass/override/_from_php.scss */
footer {
  border-top-color: #98bc2a;
}

/* line 161, ../sass/override/_from_php.scss */
footer #pre-footer-wrapper #block-need-support-block::before, footer #pre-footer-wrapper #block-need-support-block::after {
  border-bottom-color: #0072bc;
}

/* line 165, ../sass/override/_from_php.scss */
.dropdown-items .item-label {
  border-color: #ffffff;
}

/* line 169, ../sass/override/_from_php.scss */
#cins-search-results-wrapper #cins-search-result .search-result-recipe {
  padding: 0 !important;
}

/* line 173, ../sass/override/_from_php.scss */
article[data-history-node-id="57"] .cins-paragraph-timeline-container .slick-list {
  padding-bottom: 0;
  margin-bottom: 0;
  height: 370px;
}

/* line 179, ../sass/override/_from_php.scss */
.cins-mt-n-60 {
  margin-top: -60px !important;
}

/* line 183, ../sass/override/_from_php.scss */
.cins-press-media {
  min-height: 100px;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #98bc2a;
}

/* line 191, ../sass/override/_from_php.scss */
.path-presse-medias #edit-field-annee-target-id-collapsible {
  z-index: 10;
  position: relative;
  max-height: 80px;
}

/* line 197, ../sass/override/_from_php.scss */
.path-presse-medias #edit-field-annee-target-id-collapsible #edit-field-annee-target-id ul {
  position: absolute;
  top: 80px;
  right: 0;
}

/* line 203, ../sass/override/_from_php.scss */
.path-presse-medias #edit-field-annee-target-id-collapsible #edit-field-annee-target-id ul li:before {
  content: none !important;
}

/* line 207, ../sass/override/_from_php.scss */
.path-presse-medias #edit-field-annee-target-id-collapsible summary::-webkit-details-marker {
  display: none;
}

/* line 212, ../sass/override/_from_php.scss */
.debug-css-active #pre-header-wrapper,
.debug-css-active #pre-header-wrapper ul,
.debug-css-active #pre-header-wrapper i,
.debug-css-active .site-slogan,
.debug-css-active .buy-products,
.debug-css-active .buy-products i,
.debug-css-active .node-type-slide.node-display-teaser,
.debug-css-active .node-type-slide.node-display-teaser .text_wrapper::before,
.debug-css-active .node-type-slide.node-display-teaser .button-next,
.debug-css-active #navigation-wrapper,
.debug-css-active .item-id-1 .item-label,
.debug-css-active .menu-item.depth-1 > .item-label,
.debug-css-active #navigation-main .main-menu .menu-item .dropdown-items,
.debug-css-active .sticky-button,
.debug-css-active .h1,
.debug-css-active .h1::after,
.debug-css-active .tabs .tab-item,
.debug-css-active .tabs .tab-item:hover, .debug-css-active .tabs .tab-item.active,
.debug-css-active .tabs .tab-item.active::after,
.debug-css-active .tabs.-inverse-color .tab-item,
.debug-css-active .tabs.-inverse-color .tab-item:hover, .debug-css-active .tabs.-inverse-color .tab-item.active,
.debug-css-active .tabs.-inverse-color .tab-item.active::after,
.debug-css-active #home-block-taxonomy .taxonomy-wrapper .selection .title,
.debug-css-active #home-block-taxonomy .button-next,
.debug-css-active #home-block-taxonomy .button-next::after,
.debug-css-active .home_images_links .text-wrapper,
.debug-css-active .home_images_links .btn-redirect-img-link,
.debug-css-active .home_images_links .btn-redirect-img-link:hover,
.debug-css-active .node-type-recipe.node-display-teaser .text_wrapper,
.debug-css-active .node-type-recipe.node-display-teaser .text_wrapper::before,
.debug-css-active .cins-paragraph-icon-title .icon-wrapper,
.debug-css-active .cins-paragraph-icon-title .icon-title-wrapper,
.debug-css-active .cins-paragraph-key-number .number-wrapper,
.debug-css-active .cins-paragraph-key-number .key-number-wrapper svg.animating .outer,
.debug-css-active footer #pre-footer-wrapper,
.debug-css-active footer,
.debug-css-active footer #pre-footer-wrapper #block-follow-us-footer-block a .fab,
.debug-css-active footer #pre-footer-wrapper .footer-menu li::before,
.debug-css-active footer #pre-footer-wrapper #block-need-support-block,
.debug-css-active footer #pre-footer-wrapper #block-need-support-block::before, .debug-css-active footer #pre-footer-wrapper #block-need-support-block::after,
.debug-css-active footer #pre-footer-wrapper #block-need-support-block i,
.debug-css-active footer #footer-wrapper,
.debug-css-active #block-logo img,
.debug-css-active .dropdown-items .item-label,
.debug-css-active footer #pre-footer-wrapper .footer-menu li a,
.debug-css-active .paragraph h2,
.debug-css-active .paragraph p a,
.debug-css-active .paragraph h3,
.debug-css-active .paragraph h4,
.debug-css-active .paragraph .nav-tabs li,
.debug-css-active .paragraph .nav-tabs li.active,
.debug-css-active .paragraph .nav-tabs li.active::after,
.debug-css-active .paragraph .nav-tabs li a, .debug-css-active .paragraph .card-header a,
.debug-css-active .cins-paragraph-quote .quote-wrapper .cins-quote p,
.debug-css-active .cins-paragraph-simple-button,
.debug-css-active .cins-paragraph-button-redirect,
.debug-css-active .cins-paragraph-icon-text-button .icon-text-button-wrapper,
.debug-css-active .cins-paragraph-brand .title-wrapper, .debug-css-active .cins-paragraph-reward .title-wrapper,
.debug-css-active .cins-paragraph-category-teaser .text-wrapper-hover, .debug-css-active .cins-paragraph-category-teaser .text-wrapper,
.debug-css-active .cins-paragraph-timeline-container .timeline-line, .debug-css-active .cins-paragraph-timeline-container .timeline-line::before,
.debug-css-active .cins-paragraph-timeline-container .subtitle-wrapper,
.debug-css-active .cins-paragraph-photo-gallery .photo-gallery-all-wrapper .title-wrapper,
.debug-css-active .cins-paragraph-button-redirect-image .btn-redirect-img-wrapper .btn-redirect-img-link,
.debug-css-active .slick-dots li.slick-active button,
.debug-css-active .slick-dots li button,
.debug-css-active #navigation-main .main-menu .menu-item.depth-1 .dropdown-items,
.debug-css-active #navigation-wrapper.sticky .block-cinsnavigation .main-menu,
.debug-css-active #navigation-wrapper.sticky #block-acheternosproduits-menu a,
.debug-css-active #navigation-wrapper.sticky #block-contact-menu a, .debug-css-active #navigation-wrapper.sticky #block-telephone-menu a,
.debug-css-active .cins-paragraph-image-title-button .image-title-button-wrapper .text-wrapper,
.debug-css-active .button-next::after,
.debug-css-active .node-type-product.node-display-teaser .product-wrapper .text-wrapper .product-title,
.debug-css-active footer #pre-footer-wrapper #block-need-support-block .content .help_locate::after,
.debug-css-active footer #pre-footer-wrapper .block-address-block i,
.debug-css-active .node-type-article.node-display-list .article-list-wrapper .title-wrapper .submitted-date,
.debug-css-active .node-type-article.node-display-new .article-new-wrapper .article-new-date-wrapper,
.debug-css-active .social-share .network,
.debug-css-active .node-type-product .product-header-left-col .product-availability-wrapper .product-availability-items div > div::before,
.debug-css-active .node-type-product.node-display-full .product-details-wrapper .button-dealer,
.debug-css-active .block-contact-wrapper .contact-element a,
.debug-css-active .block-views-blockour-selection-home-our-selection h2.h1,
.debug-css-active h2, .debug-css-active .h2,
.debug-css-active .user-logged-in .cins-press-logout,
.debug-css-active .cins-press-logout,
.debug-css-active .mc_embed_signup_scroll,
.debug-css-active #block-cins-theme-content form.search-form .form-item-searched-text input,
.debug-css-active #cins-search-results-wrapper .search-result-product, .debug-css-active #cins-search-results-wrapper .search-result-recipe,
.debug-css-active #cins-search-results-wrapper #cins-search-result .search-result-recipe,
.debug-css-active article[data-history-node-id="57"] .cins-paragraph-timeline-container .slick-list,
.debug-css-active .cins-mt-n-60,
.debug-css-active .cins-press-media,
.debug-css-active .cins-press-media .row,
.debug-css-active .cins-press-media .date,
.debug-css-active .cins-press-media .title,
.debug-css-active .cins-press-media .body,
.debug-css-active .cins-press-media .link-wrapper a,
.debug-css-active .paragraph > .paragraph__column,
.debug-css-active .path-presse-medias #edit-field-annee-target-id-collapsible,
.debug-css-active .path-presse-medias #edit-field-annee-target-id-collapsible summary,
.debug-css-active .path-presse-medias #edit-field-annee-target-id-collapsible #edit-field-annee-target-id ul li,
.debug-css-active .path-presse-medias #edit-field-annee-target-id-collapsible #edit-field-annee-target-id ul,
.debug-css-active .path-presse-medias #edit-field-annee-target-id-collapsible #edit-field-annee-target-id ul li:before,
.debug-css-active .path-presse-medias #edit-field-annee-target-id-collapsible summary::-webkit-details-marker,
.debug-css-active .path-presse-medias #edit-field-annee-target-id-collapsible summary::after {
  border: 1px dotted red;
}
#block-language-selector {
  display: none;
}
