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

/* line 23, ../sass/config/_colors_from_php.scss */
.color-main_color {
  color: #79ac2b;
}

/* line 24, ../sass/config/_colors_from_php.scss */
.bg-main_color_light {
  background-color: #79ac2b;
}

/* line 25, ../sass/config/_colors_from_php.scss */
.color-main_color_light {
  color: #79ac2b;
}

/* line 26, ../sass/config/_colors_from_php.scss */
.bg-main_color_dark {
  background-color: #79ac2b;
}

/* line 27, ../sass/config/_colors_from_php.scss */
.color-main_color_dark {
  color: #79ac2b;
}

/* line 28, ../sass/config/_colors_from_php.scss */
.bg-second_color {
  background-color: #004000;
}

/* line 29, ../sass/config/_colors_from_php.scss */
.color-second_color {
  color: #004000;
}

/* line 30, ../sass/config/_colors_from_php.scss */
.bg-second_color_light {
  background-color: #004000;
}

/* line 31, ../sass/config/_colors_from_php.scss */
.color-second_color_light {
  color: #004000;
}

/* line 32, ../sass/config/_colors_from_php.scss */
.bg-second_color_dark {
  background-color: #004000;
}

/* line 33, ../sass/config/_colors_from_php.scss */
.color-second_color_dark {
  color: #004000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1, ../sass/config/_global.scss */
.h2,
.h3,
.h4 {
  position: relative;
  padding: 20px 0;
  font-size: 35px;
  font-weight: 400;
  color: #79ac2b;
}

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

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

/* Style CK Editor */
/* line 25, ../sass/config/_global.scss */
.main-color {
  color: #79ac2b;
}

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

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

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

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

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

/* line 99, ../sass/config/_global.scss */
#page section .h2::after {
  content: '';
  display: block;
  height: 1px;
  width: 170px;
  margin-top: 8px;
  background: #004000;
}

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

/* line 122, ../sass/config/_global.scss */
.back-to-top {
  display: none !important;
  background: #79ac2b;
  -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 130, ../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 122, ../sass/config/_global.scss */
  .back-to-top {
    display: none !important;
  }
}

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

/* line 148, ../sass/config/_global.scss */
.block-title,
.decorated-title {
  background: orange;
  color: green;
}

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

/* Fin CDF - n° 90 */
/* line 170, ../sass/config/_global.scss */
.h1 {
  margin: 90px 0 35px 0;
  padding-bottom: 25px;
  color: #004000;
  font-size: 45px;
  font-weight: 400;
  /* CDF n° 68 */
  line-height: 1.3;
  /* Fin CDF n° 68 */
  text-align: center;
}
@media (max-width: 991px) {
  /* line 170, ../sass/config/_global.scss */
  .h1 {
    margin: 70px 0 30px 0;
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  /* line 170, ../sass/config/_global.scss */
  .h1 {
    margin: 50px 0 30px 0;
    font-size: 35px;
  }
}
/* line 197, ../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: #79ac2b;
}
/* line 214, ../sass/config/_global.scss */
.h1.-light {
  color: #ffffff;
}

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

/* More link */
/* line 230, ../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 299, ../sass/config/_global.scss */
a {
  color: inherit;
}
/* line 302, ../sass/config/_global.scss */
a:hover {
  color: inherit;
}

/* line 307, ../sass/config/_global.scss */
#block-contactus-sidetab {
  position: fixed;
  right: 0;
  top: 350px;
}
/* line 313, ../sass/config/_global.scss */
#block-contactus-sidetab .content {
  padding: 5px 10px 25px;
  border-left: 1px solid #004000;
  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 327, ../sass/config/_global.scss */
#block-contactus-sidetab .content span {
  font-size: 20px;
  color: #79ac2b;
  vertical-align: middle;
}
/* line 333, ../sass/config/_global.scss */
#block-contactus-sidetab .content a {
  color: #004000;
}
/* line 336, ../sass/config/_global.scss */
#block-contactus-sidetab .content a:hover {
  color: #79ac2b;
}

/* line 345, ../sass/config/_global.scss */
button.-bordered,
.button.-bordered {
  border: 1px solid #004000;
  color: #004000;
  background-color: transparent;
}
/* line 350, ../sass/config/_global.scss */
button.-bordered:hover,
.button.-bordered:hover {
  background: #004000;
  color: #ffffff;
}
/* line 355, ../sass/config/_global.scss */
button.-bordered.-colored,
.button.-bordered.-colored {
  color: #79ac2b;
  border-color: #79ac2b;
}
/* line 359, ../sass/config/_global.scss */
button.-bordered.-colored:hover,
.button.-bordered.-colored:hover {
  background: #79ac2b;
  color: #ffffff;
}
/* line 365, ../sass/config/_global.scss */
button.-bordered.-decolored,
.button.-bordered.-decolored {
  color: #ffffff;
  border-color: #ffffff;
}
/* line 369, ../sass/config/_global.scss */
button.-bordered.-decolored:hover,
.button.-bordered.-decolored:hover {
  background: #ffffff;
  color: #79ac2b;
}

/* line 377, ../sass/config/_global.scss */
.button-next {
  display: inline-block;
  min-height: 50px;
  padding: 12px 30px;
  border: 1px solid #004000;
  transition: 0.5s;
  font-weight: 700;
  text-transform: uppercase;
  background: #004000;
  color: #ffffff;
}
@media (min-width: 768px) {
  /* line 377, ../sass/config/_global.scss */
  .button-next {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 30px 0 30px;
  }
}
/* line 400, ../sass/config/_global.scss */
.button-next::after {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  margin-left: 5px;
  color: #79ac2b;
}
/* line 408, ../sass/config/_global.scss */
.button-next.-bordered {
  border-color: #ffffff;
  background: none;
  color: #ffffff;
}
/* line 414, ../sass/config/_global.scss */
.button-next.-bordered:hover {
  background: #ffffff;
}
/* line 419, ../sass/config/_global.scss */
.button-next.-inverse-color {
  border-color: none;
  background: #ffffff;
  color: #004000;
}
/* line 425, ../sass/config/_global.scss */
.button-next.-inverse-color:hover {
  background: #004000;
  color: #ffffff;
}
/* line 431, ../sass/config/_global.scss */
.button-next.-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
/* line 440, ../sass/config/_global.scss */
.button-next:hover {
  background: #ffffff;
  color: #004000;
}

/* 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;
}

/* Evolution header 11/02/2020 */
/* line 22, ../sass/_header.scss */
#header-wrapper .region-header-3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/* line 28, ../sass/_header.scss */
#header-wrapper .region-header-4 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Fin évolution header 11/02/2020 */
/*
PRE-HEADER
*/
/* line 40, ../sass/_header.scss */
#pre-header-wrapper {
  background: #d0d0d0;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 40, ../sass/_header.scss */
  #pre-header-wrapper {
    margin-bottom: -1px;
  }
}
/* line 48, ../sass/_header.scss */
#pre-header-wrapper a:hover {
  text-decoration: underline;
}
/* line 52, ../sass/_header.scss */
#pre-header-wrapper i {
  width: 35px;
  padding: 8px;
  transition: 0.5s;
  font-size: 18px;
  text-align: center;
  background: #004000;
}

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

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

/* line 98, ../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 106, ../sass/_header.scss */
  #block-views-block-scrolling-text-scrolling-block .views-row {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
  }
}

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

/* line 120, ../sass/_header.scss */
#block-menupreheader {
  margin-right: 30px;
}
/* line 123, ../sass/_header.scss */
#block-menupreheader ul {
  text-align: left;
  list-style: none;
}
/* line 129, ../sass/_header.scss */
#block-menupreheader li {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  /* line 120, ../sass/_header.scss */
  #block-menupreheader {
    position: relative;
  }
  /* line 138, ../sass/_header.scss */
  #block-menupreheader .multiple::after {
    content: "\f078";
    font-family: 'Font Awesome\ 5 Pro', sans-serif;
    font-weight: 700;
    margin-left: 10px;
  }
  /* line 147, ../sass/_header.scss */
  #block-menupreheader:hover ul, #block-menupreheader:active ul, #block-menupreheader:focus ul {
    display: block;
  }
  /* line 152, ../sass/_header.scss */
  #block-menupreheader ul {
    display: none;
    position: absolute;
    background: #d0d0d0;
  }
  /* line 160, ../sass/_header.scss */
  #block-menupreheader li {
    padding: 10px 15px;
  }
  /* line 163, ../sass/_header.scss */
  #block-menupreheader li:first-child {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 170, ../sass/_header.scss */
  #block-menupreheader .first-item {
    display: none;
  }
  /* line 174, ../sass/_header.scss */
  #block-menupreheader li {
    display: inline-block;
  }
  /* line 177, ../sass/_header.scss */
  #block-menupreheader li + li {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  /* line 120, ../sass/_header.scss */
  #block-menupreheader {
    display: none !important;
  }
}

/* Corrections 13/01/2020 */
/* line 194, ../sass/_header.scss */
#block-menupreheader ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199px) {
  /* line 202, ../sass/_header.scss */
  #block-menupreheader .multiple::after {
    display: none;
  }
  /* line 209, ../sass/_header.scss */
  #block-menupreheader:hover ul, #block-menupreheader:active ul, #block-menupreheader:focus ul {
    display: flex;
  }
  /* line 214, ../sass/_header.scss */
  #block-menupreheader ul {
    display: flex;
    flex-wrap: wrap;
    position: static;
    background: #004000;
  }
  /* line 221, ../sass/_header.scss */
  #block-menupreheader .first-item {
    display: none;
  }
  /* line 225, ../sass/_header.scss */
  #block-menupreheader li {
    padding: 5px 10px;
  }
  /* line 228, ../sass/_header.scss */
  #block-menupreheader li:first-child {
    display: block;
  }
}

/* Fin correction 13/01/2020 */
/* line 240, ../sass/_header.scss */
.block-social-block a:hover {
  text-decoration: none !important;
}
/* line 243, ../sass/_header.scss */
.block-social-block a:hover i {
  background: #79ac2b !important;
}

/* line 251, ../sass/_header.scss */
#block-social-header .follow-us {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* line 256, ../sass/_header.scss */
#block-social-header .follow-us a {
  margin-right: 1px;
}
/* line 259, ../sass/_header.scss */
#block-social-header .follow-us a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 250, ../sass/_header.scss */
  #block-social-header {
    display: none !important;
  }
}

/*
HEADER
*/
/* line 273, ../sass/_header.scss */
#header-wrapper {
  background-color: #004000;
  background-position: center top;
  background-repeat: no-repeat;
  color: #ffffff;
  /* CDF - n° 107 */
  /* Fin CDF - n° 107 */
}
@media (max-width: 767px) {
  /* line 273, ../sass/_header.scss */
  #header-wrapper {
    background-image: none !important;
    /* CDF - n° 84 */
    /* Fin CDF - n° 84 */
  }
  /* line 284, ../sass/_header.scss */
  #header-wrapper > .row {
    background-color: #ffffff !important;
    opacity: 1 !important;
  }
  /* line 290, ../sass/_header.scss */
  #header-wrapper .block-main-menu-burger-block i {
    color: #79ac2b;
  }
}
@media (min-width: 768px) {
  /* line 273, ../sass/_header.scss */
  #header-wrapper {
    height: 165px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 273, ../sass/_header.scss */
  #header-wrapper {
    height: 145px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 307, ../sass/_header.scss */
  #header-wrapper .site-slogan {
    font-size: 28px !important;
  }
}

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

/* line 324, ../sass/_header.scss */
#block-logo img {
  max-width: 170px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  /* line 324, ../sass/_header.scss */
  #block-logo img {
    width: 110px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  /* line 324, ../sass/_header.scss */
  #block-logo img {
    margin: 15px 20px 25px;
  }
}
@media (min-width: 1200px) {
  /* line 324, ../sass/_header.scss */
  #block-logo img {
    margin: 15px 30px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 324, ../sass/_header.scss */
  #block-logo img {
    margin-bottom: 10px;
  }
}

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

      display: inline;

      margin: 0 10px;

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

/* line 376, ../sass/_header.scss */
.sticky .buy-products .label,
.sticky .shop-wrapper .label {
  color: #ffffff;
}
/* line 381, ../sass/_header.scss */
.sticky .buy-products:hover .label,
.sticky .shop-wrapper:hover .label {
  color: #79ac2b;
}

/* line 388, ../sass/_header.scss */
.buy-products,
.shop-wrapper {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 388, ../sass/_header.scss */
  .buy-products,
  .shop-wrapper {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  /* line 388, ../sass/_header.scss */
  .buy-products,
  .shop-wrapper {
    margin-left: 15px;
  }
}
/* line 402, ../sass/_header.scss */
.buy-products .link,
.shop-wrapper .link {
  display: inline-flex;
  align-items: center;
}
/* line 408, ../sass/_header.scss */
.buy-products .label,
.shop-wrapper .label {
  max-width: 160px;
  margin-right: 15px;
  color: #004000;
  transition: 0.5s;
}
@media (max-width: 991px) {
  /* line 408, ../sass/_header.scss */
  .buy-products .label,
  .shop-wrapper .label {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 408, ../sass/_header.scss */
  .buy-products .label,
  .shop-wrapper .label {
    margin-right: 10px;
    max-width: 150px;
  }
}
/* line 425, ../sass/_header.scss */
.buy-products i, .buy-products .image,
.shop-wrapper i,
.shop-wrapper .image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.5s;
  font-size: 25px;
  background: #79ac2b;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 425, ../sass/_header.scss */
  .buy-products i, .buy-products .image,
  .shop-wrapper i,
  .shop-wrapper .image {
    width: 45px;
    height: 45px;
  }
  /* line 446, ../sass/_header.scss */
  .buy-products i img, .buy-products .image img,
  .shop-wrapper i img,
  .shop-wrapper .image img {
    width: 20px;
    height: 21px;
  }
}
/* line 458, ../sass/_header.scss */
.buy-products:hover i, .buy-products:hover .image,
.shop-wrapper:hover i,
.shop-wrapper:hover .image {
  background: #004000;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 465, ../sass/_header.scss */
  .buy-products .label,
  .shop-wrapper .label {
    display: none;
  }
  /* line 469, ../sass/_header.scss */
  .buy-products i,
  .shop-wrapper i {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}

/* line 479, ../sass/_header.scss */
.shop-wrapper .label {
  max-width: 190px;
}

@media (max-width: 991px) {
  /* line 485, ../sass/_header.scss */
  .sticky .buy-products,
  .sticky .shop-wrapper {
    margin-left: 0px;
  }
}

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

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

/* MAIN MENU (not mobile) */
/* line 525, ../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 525, ../sass/_header.scss */
  #navigation-main .main-menu {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 537, ../sass/_header.scss */
#navigation-main .main-menu .menu-item {
  white-space: nowrap;
}
/* line 541, ../sass/_header.scss */
#navigation-main .main-menu .menu-item:hover .dropdown-items {
  display: flex;
}
/* line 555, ../sass/_header.scss */
#navigation-main .main-menu .menu-item .item-label i::before {
  font-size: 22px;
}
/* line 575, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-1 {
  position: relative;
  transition: 0.5s;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 575, ../sass/_header.scss */
  #navigation-main .main-menu .menu-item.depth-1 {
    white-space: unset;
  }
}
/* line 584, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-1 > .item-label {
  padding: 15px 15px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 584, ../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 584, ../sass/_header.scss */
  #navigation-main .main-menu .menu-item.depth-1 > .item-label {
    padding: 15px 5px;
    font-size: 14px;
    text-align: center;
  }
}
/* line 602, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-1 > .dropdown-items {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  box-shadow: 0 0 8px 1px #d0d0d0;
}
/* line 613, ../sass/_header.scss */
#navigation-main .main-menu .menu-item.depth-2 .dropdown-items {
  padding-left: 10px;
}
/* line 618, ../sass/_header.scss */
#navigation-main .main-menu .menu-item .item-label {
  display: block;
  transition: 0.5s;
}
/* line 623, ../sass/_header.scss */
#navigation-main .main-menu .menu-item .item-label.is-active, #navigation-main .main-menu .menu-item .item-label:hover {
  color: #79ac2b;
}
/* line 627, ../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 633, ../sass/_header.scss */
#navigation-main .main-menu .menu-item .dropdown-items {
  display: none;
  flex-direction: column;
  padding: 0;
  font-size: 14px;
  background: #ffffff;
}
/* line 643, ../sass/_header.scss */
#navigation-main .main-menu .menu-item .dropdown-items .menu-item + .menu-item {
  border-top: 1px solid #dedede;
}
/* line 647, ../sass/_header.scss */
#navigation-main .main-menu .menu-item .dropdown-items .item-label {
  padding: 9px 25px;
}
/* line 650, ../sass/_header.scss */
#navigation-main .main-menu .menu-item .dropdown-items .item-label:hover {
  background: #d0d0d0;
  color: #ffffff;
}

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

/* line 667, ../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 677, ../sass/_header.scss */
#navigation-wrapper.sticky {
  position: fixed;
}
/* line 680, ../sass/_header.scss */
#navigation-wrapper.sticky .navbar-nav > li:first-child {
  display: none;
}
@media (min-width: 1200px) {
  /* line 684, ../sass/_header.scss */
  #navigation-wrapper.sticky .block-cinsnavigation {
    font-size: 15px;
  }
}
/* line 690, ../sass/_header.scss */
#navigation-wrapper.sticky .block-cinsnavigation .main-menu .item-id-1 {
  display: none;
}
/* line 696, ../sass/_header.scss */
#navigation-wrapper.sticky #navigation-main {
  justify-content: flex-start;
  padding: 0 15px;
}
/* line 701, ../sass/_header.scss */
#navigation-wrapper.sticky #block-logo-menu {
  height: 70px;
  padding: 10px 30px 6px;
}
/* line 713, ../sass/_header.scss */
#navigation-wrapper.sticky #block-telephone-menu .buy-products label,
#navigation-wrapper.sticky #block-telephone-menu .shop-wrapper label,
#navigation-wrapper.sticky #block-contact-menu .buy-products label,
#navigation-wrapper.sticky #block-contact-menu .shop-wrapper label,
#navigation-wrapper.sticky #block-acheternosproduits-menu .buy-products label,
#navigation-wrapper.sticky #block-acheternosproduits-menu .shop-wrapper label,
#navigation-wrapper.sticky #block-boutiqueofficielle-menu .buy-products label,
#navigation-wrapper.sticky #block-boutiqueofficielle-menu .shop-wrapper label {
  color: #ffffff !important;
  transition: 0.5s;
}
/* line 717, ../sass/_header.scss */
#navigation-wrapper.sticky #block-telephone-menu .buy-products label:hover,
#navigation-wrapper.sticky #block-telephone-menu .shop-wrapper label:hover,
#navigation-wrapper.sticky #block-contact-menu .buy-products label:hover,
#navigation-wrapper.sticky #block-contact-menu .shop-wrapper label:hover,
#navigation-wrapper.sticky #block-acheternosproduits-menu .buy-products label:hover,
#navigation-wrapper.sticky #block-acheternosproduits-menu .shop-wrapper label:hover,
#navigation-wrapper.sticky #block-boutiqueofficielle-menu .buy-products label:hover,
#navigation-wrapper.sticky #block-boutiqueofficielle-menu .shop-wrapper label:hover {
  color: #79ac2b !important;
}
/* line 724, ../sass/_header.scss */
#navigation-wrapper.sticky #block-telephone-menu a,
#navigation-wrapper.sticky #block-contact-menu a,
#navigation-wrapper.sticky #block-acheternosproduits-menu a,
#navigation-wrapper.sticky #block-boutiqueofficielle-menu a {
  color: #ffffff !important;
  transition: 0.5s;
}
/* line 728, ../sass/_header.scss */
#navigation-wrapper.sticky #block-telephone-menu a label,
#navigation-wrapper.sticky #block-contact-menu a label,
#navigation-wrapper.sticky #block-acheternosproduits-menu a label,
#navigation-wrapper.sticky #block-boutiqueofficielle-menu a label {
  color: #ffffff !important;
  transition: 0.5s;
}
/* line 733, ../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,
#navigation-wrapper.sticky #block-boutiqueofficielle-menu a:hover {
  color: #79ac2b !important;
}
/* line 736, ../sass/_header.scss */
#navigation-wrapper.sticky #block-telephone-menu a:hover label,
#navigation-wrapper.sticky #block-contact-menu a:hover label,
#navigation-wrapper.sticky #block-acheternosproduits-menu a:hover label,
#navigation-wrapper.sticky #block-boutiqueofficielle-menu a:hover label {
  color: #79ac2b !important;
}
/* line 743, ../sass/_header.scss */
#navigation-wrapper.sticky #block-contact-menu {
  margin-left: 20px;
}
/* line 747, ../sass/_header.scss */
#navigation-wrapper.sticky #block-acheternosproduits-menu {
  margin-left: 15px;
  margin-right: 15px;
}
/* line 753, ../sass/_header.scss */
#navigation-wrapper.sticky #block-acheternosproduits-menu .buy-products a label {
  color: #ffffff;
}
/* line 758, ../sass/_header.scss */
#navigation-wrapper.sticky #block-acheternosproduits-menu .buy-products a:hover label {
  color: #79ac2b;
}
@media (max-width: 767px) {
  /* line 747, ../sass/_header.scss */
  #navigation-wrapper.sticky #block-acheternosproduits-menu {
    margin-right: 10px;
  }
  /* line 770, ../sass/_header.scss */
  #navigation-wrapper.sticky #block-acheternosproduits-menu .buy-products i {
    width: 35px !important;
    height: 35px;
    font-size: 18px;
  }
}
/* line 779, ../sass/_header.scss */
#navigation-wrapper.sticky #block-boutiqueofficielle-menu {
  margin-left: auto;
}
/* line 782, ../sass/_header.scss */
#navigation-wrapper.sticky #block-boutiqueofficielle-menu .label {
  max-width: unset;
  font-size: 14px;
}
/* line 789, ../sass/_header.scss */
#navigation-wrapper.sticky #block-boutiqueofficielle-menu .shop-wrapper a label {
  color: #ffffff;
}
/* line 794, ../sass/_header.scss */
#navigation-wrapper.sticky #block-boutiqueofficielle-menu .shop-wrapper a:hover label {
  color: #79ac2b;
}
/* line 802, ../sass/_header.scss */
#navigation-wrapper.sticky #block-boutiqueofficielle-menu .image {
  width: 35px !important;
  height: 35px;
}
/* line 806, ../sass/_header.scss */
#navigation-wrapper.sticky #block-boutiqueofficielle-menu .image img {
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  /* line 813, ../sass/_header.scss */
  #navigation-wrapper.sticky #block-contact-menu,
  #navigation-wrapper.sticky #block-telephone-menu,
  #navigation-wrapper.sticky #block-mainmenu {
    display: none;
  }
}
/* line 821, ../sass/_header.scss */
#navigation-wrapper.sticky #block-menumobile,
#navigation-wrapper.sticky #block-sticky-mobile-menu {
  display: block;
  margin-right: 25px;
}
/* line 827, ../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 831, ../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: #004000;
  font-size: 25px;
}
@media (min-width: 768px) {
  /* line 821, ../sass/_header.scss */
  #navigation-wrapper.sticky #block-menumobile,
  #navigation-wrapper.sticky #block-sticky-mobile-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 844, ../sass/_header.scss */
  #navigation-wrapper:not(.sticky) {
    height: 0 !important;
  }
}
/* line 849, ../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,
#navigation-wrapper:not(.sticky) #block-boutiqueofficielle-menu {
  height: 0;
}
/* line 859, ../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 864, ../sass/_header.scss */
  #navigation-wrapper:not(.sticky) #block-mainmenuburger-2,
  #navigation-wrapper:not(.sticky) #block-mainmenu {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 871, ../sass/_header.scss */
  #navigation-wrapper:not(.sticky) .block-cinsnavigation {
    font-size: 15px;
  }
}
/* line 878, ../sass/_header.scss */
#navigation-wrapper #block-telephone-menu,
#navigation-wrapper #block-contact-menu,
#navigation-wrapper #block-acheternosproduits-menu,
#navigation-wrapper #block-logo-menu,
#navigation-wrapper #block-boutiqueofficielle-menu {
  overflow: hidden;
}
/* line 887, ../sass/_header.scss */
#navigation-wrapper #block-logo-menu img {
  height: 50px;
}
/* line 893, ../sass/_header.scss */
#navigation-wrapper .buy-products .label {
  max-width: none;
  margin-right: 10px;
  font-size: 14px;
}
/* line 900, ../sass/_header.scss */
#navigation-wrapper .buy-products i {
  width: 35px !important;
  height: 35px;
  font-size: 14px;
}
/* line 908, ../sass/_header.scss */
#navigation-wrapper .nav-link {
  padding: 15px 10px;
  transition: 0.5s;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 915, ../sass/_header.scss */
#navigation-wrapper .nav-link.is-active, #navigation-wrapper .nav-link:hover {
  color: #79ac2b;
}
/* line 919, ../sass/_header.scss */
#navigation-wrapper .nav-link.is-active::before, #navigation-wrapper .nav-link:hover::before {
  color: #79ac2b;
}
/* line 924, ../sass/_header.scss */
#navigation-wrapper .nav-link[data-drupal-link-system-path="<front>"] {
  position: relative;
  padding: 10px 12px;
  text-indent: -999px;
  overflow: hidden;
}
/* line 932, ../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 945, ../sass/_header.scss */
#navigation-wrapper .nav-link[href="#search"] {
      /*
      position: relative;

      font-size: 5px;
      */
}
/* line 952, ../sass/_header.scss */
#navigation-wrapper .nav-link[href="#search"]::before {
  content: "\f002";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 965, ../sass/_header.scss */
#navigation-wrapper .dropdown:hover .dropdown-menu {
  display: block;
}
/* line 971, ../sass/_header.scss */
#navigation-wrapper .dropdown-menu {
  padding: 0;
  font-size: 14px;
  box-shadow: 0 0 8px 1px #d0d0d0;
}
/* line 979, ../sass/_header.scss */
#navigation-wrapper .dropdown-item {
  padding: 9px 25px;
}
/* line 982, ../sass/_header.scss */
#navigation-wrapper .dropdown-item:hover {
  background: #d0d0d0;
  color: #ffffff;
}
/* line 987, ../sass/_header.scss */
#navigation-wrapper .dropdown-item + .dropdown-item {
  border-top: 1px solid #dedede;
}

/* line 997, ../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;
}

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

/* line 24, ../sass/_mobile_menu.scss */
#navigation-wrapper.sticky .modal_toggler[data-target=modal_menu_mobile] {
  padding: 15px 20px 15px 5px;
}

/* line 30, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile {
  padding: 30px 0;
  background: #004000;
  color: #ffffff;
  overflow-y: scroll;
}
/* line 37, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .modal_closer {
  position: absolute;
  right: 30px;
}
/* line 42, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .modal_closer i {
  font-size: 35px;
}
/* line 48, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .logo-menu-mobile {
  margin-bottom: 15px;
  width: 70%;
}
/* line 53, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .logo-menu-mobile img {
  max-width: 150px;
  margin-left: 15px;
}
/* line 60, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .main-menu {
  clear: both;
}
/* line 63, ../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 73, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .main-menu .menu-item.depth-1 > .item-label {
  padding-top: 8px;
  padding-bottom: 8px;
}
/* line 78, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .main-menu .menu-item.depth-1 + .menu-item {
  border-top: 1px solid #d0d0d0;
}
/* line 85, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .main-menu .has-children .toggler {
  float: right;
}
/* line 88, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .main-menu .has-children .toggler::before {
  content: "\f067";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  display: inline-block !important;
  margin-right: 25px;
  border: none;
  color: #d0d0d0;
}
/* line 101, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .main-menu .has-children.open .toggler::before {
  content: "\f068";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 107, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .main-menu .dropdown-items {
  display: none;
  padding-left: 15px;
  padding-bottom: 8px;
  font-size: 14px;
}
/* line 118, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .buy-products,
.region-modal.modal_menu_mobile .shop-wrapper {
  margin: 20px 0;
  padding: 10px;
  font-size: 14px;
  background: #ffffff;
  color: #004000;
}
/* line 128, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .buy-products .link,
.region-modal.modal_menu_mobile .shop-wrapper .link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* line 135, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .buy-products .label,
.region-modal.modal_menu_mobile .shop-wrapper .label {
  display: inline-block;
  max-width: none;
  margin-right: 10px;
}
/* line 142, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .buy-products i, .region-modal.modal_menu_mobile .buy-products .image,
.region-modal.modal_menu_mobile .shop-wrapper i,
.region-modal.modal_menu_mobile .shop-wrapper .image {
  width: 30px;
  height: 30px;
  font-size: inherit;
}
/* line 148, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .buy-products i img, .region-modal.modal_menu_mobile .buy-products .image img,
.region-modal.modal_menu_mobile .shop-wrapper i img,
.region-modal.modal_menu_mobile .shop-wrapper .image img {
  width: 18px;
  height: 18px;
}
/* line 156, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-menupreheader-mobile {
  width: 100%;
}
/* line 159, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-menupreheader-mobile .first-item {
  display: none;
}
/* line 163, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-menupreheader-mobile ul {
  list-style: none;
}
/* line 168, ../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 173, ../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: #79ac2b;
}
/* line 184, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile #block-contact-mobile,
.region-modal.modal_menu_mobile #block-telephone-mobile {
  padding: 0;
}
/* line 188, ../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 192, ../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 198, ../sass/_mobile_menu.scss */
.region-modal.modal_menu_mobile .follow-us {
  margin-top: 30px;
}
/* line 201, ../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: #79ac2b;
}

/* line 215, ../sass/_mobile_menu.scss */
#block-social-mobile {
  margin-bottom: 30px;
}

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

/* line 7, ../sass/_footer.scss */
footer {
  border-top: 8px solid #d0d0d0;
  margin-top: 30px;
  /* Specification pre-footer-5 */
  /* Pre footer */
  /* Footer */
}
/* line 11, ../sass/_footer.scss */
footer #pre-footer-wrapper,
footer #footer-wrapper {
  border: 0;
}
@media (max-width: 991px) {
  /* line 20, ../sass/_footer.scss */
  footer #pre-footer-wrapper .region-pre-footer-5 {
    padding: 0;
    display: none;
  }
}
/* line 27, ../sass/_footer.scss */
footer #pre-footer-wrapper .pre-footer-5-mobile {
  /* CDF - n° 82 */
  width: 100%;
  /* Fin CDF - n° 82 */
}
/* line 32, ../sass/_footer.scss */
footer #pre-footer-wrapper .pre-footer-5-mobile .region-pre-footer-5 {
  display: block;
  padding: 0;
}
@media (min-width: 992px) {
  /* line 39, ../sass/_footer.scss */
  footer #pre-footer-wrapper .pre-footer-5-mobile {
    display: none;
  }
}
/* line 46, ../sass/_footer.scss */
footer #pre-footer-wrapper {
  color: #ffffff;
  background-color: #004000;
  /* Pre footer need support block */
  /* Pre footer menus */
  /* Pre footer follow block */
  /* Pre footer brand logo */
}
@media (max-width: 767px) {
  /* line 46, ../sass/_footer.scss */
  footer #pre-footer-wrapper {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  /* line 46, ../sass/_footer.scss */
  footer #pre-footer-wrapper {
    min-height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 46, ../sass/_footer.scss */
  footer #pre-footer-wrapper {
    min-height: 450px;
  }
}
/* line 62, ../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 62, ../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 62, ../sass/_footer.scss */
  footer #pre-footer-wrapper h2 {
    padding-top: 40px;
  }
}
/* line 83, ../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: #79ac2b;
  color: #ffffff;
  font-size: 15px;
}
@media (min-width: 992px) {
  /* line 83, ../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 83, ../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 83, ../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 106, ../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 #004000;
}
@media (max-width: 767px) {
  /* line 106, ../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 106, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block::before,
  footer #pre-footer-wrapper .block-address-block::before {
    display: none;
  }
}
/* line 125, ../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 #004000;
}
@media (min-width: 992px) and (max-width: 1030px) {
  /* line 125, ../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 125, ../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 125, ../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 125, ../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 83, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block,
  footer #pre-footer-wrapper .block-address-block {
    top: 0;
  }
}
/* line 157, ../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 157, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block h2,
  footer #pre-footer-wrapper .block-address-block h2 {
    font-size: 22px;
  }
}
/* line 170, ../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 173, ../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 177, ../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 183, ../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 187, ../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 192, ../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 201, ../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 205, ../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 211, ../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 218, ../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 222, ../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 229, ../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 240, ../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 240, ../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 253, ../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 258, ../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: #79ac2b;
    transition: 0.5s;
  }
}
@media (max-width: 767px) {
  /* line 272, ../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 278, ../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 285, ../sass/_footer.scss */
  footer #pre-footer-wrapper .footer-menu {
    padding-top: 10px;
  }
}
/* line 290, ../sass/_footer.scss */
footer #pre-footer-wrapper .footer-menu li {
  margin-bottom: 20px;
  list-style-type: none;
}
/* line 295, ../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: #79ac2b;
}
/* line 303, ../sass/_footer.scss */
footer #pre-footer-wrapper .footer-menu li a {
  transition: 0.5s;
}
/* line 306, ../sass/_footer.scss */
footer #pre-footer-wrapper .footer-menu li a:hover {
  color: #79ac2b;
}
/* line 314, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block {
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d0d0;
}
/* line 319, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block h2 {
  padding-bottom: 20px;
  padding-top: 70px;
}
@media (max-width: 767px) {
  /* line 319, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-follow-us-footer-block h2 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  /* line 319, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-follow-us-footer-block h2 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  /* line 332, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-follow-us-footer-block .follow-us {
    text-align: center;
  }
}
/* line 339, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block a:hover {
  background: none;
}
/* line 343, ../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: #d0d0d0;
}
/* line 354, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block i {
  transition: 0.5s;
}
@media (max-width: 767px) {
  /* line 360, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-logo-footer {
    border-bottom: 1px solid #d0d0d0;
  }
}
/* line 366, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-logo-footer img {
  width: 220px;
  height: auto;
  padding: 20px 0;
}
@media (max-width: 767px) {
  /* line 366, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-logo-footer img {
    display: block;
    margin: 0 auto;
  }
}
/* line 380, ../sass/_footer.scss */
footer #footer-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  background-color: #d0d0d0;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 380, ../sass/_footer.scss */
  footer #footer-wrapper {
    padding: 30px 25px;
    text-align: center;
  }
}
/* line 397, ../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: #79ac2b;
}
/* 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: #79ac2b;
}
/* 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: 15px;
  /* CDF - Demande Florian modèles */
  /* Fin CDF - Demande Florian modèles */
}
/* line 13, ../sass/_paragraphs.scss */
.paragraph p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
/* line 18, ../sass/_paragraphs.scss */
.paragraph p + h2,
.paragraph p + h3,
.paragraph p + h4,
.paragraph p + h5,
.paragraph p + h6 {
  margin-top: 2rem;
}
/* line 26, ../sass/_paragraphs.scss */
.paragraph h2 {
  margin-bottom: 1rem;
  padding: 0;
  font-size: 33px;
}
/* line 33, ../sass/_paragraphs.scss */
.paragraph h3 {
  margin-bottom: 1rem;
  padding: 0;
  font-size: 25px;
}
/* line 40, ../sass/_paragraphs.scss */
.paragraph h4 {
  margin-bottom: 1rem;
  padding: 0;
  font-size: 18px;
}
/* line 47, ../sass/_paragraphs.scss */
.paragraph ul,
.paragraph ol {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 52, ../sass/_paragraphs.scss */
.paragraph ul li,
.paragraph ol li {
  position: relative;
  margin-left: 24px;
  list-style-position: outside;
}
/* line 62, ../sass/_paragraphs.scss */
.paragraph .contextual-links li::before {
  display: none;
}
/* line 68, ../sass/_paragraphs.scss */
.paragraph img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* line 75, ../sass/_paragraphs.scss */
.paragraph a {
  transition: 0.5s;
}
/* line 80, ../sass/_paragraphs.scss */
.paragraph a:hover {
  color: #79ac2b;
}
/* line 85, ../sass/_paragraphs.scss */
.paragraph table {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 89, ../sass/_paragraphs.scss */
.paragraph table caption {
  text-align: center;
}
/* line 94, ../sass/_paragraphs.scss */
.paragraph table tr td,
.paragraph table tr th {
  padding: 5px;
  border: 1px solid #004000;
}
/* line 104, ../sass/_paragraphs.scss */
.paragraph iframe {
  max-width: 100%;
}
/* line 112, ../sass/_paragraphs.scss */
.paragraph.paragraph--type--bp-simple a, .paragraph.paragraph--type--highlighted-text a, .paragraph.paragraph--type--quote a {
  text-decoration: underline;
}
/* line 115, ../sass/_paragraphs.scss */
.paragraph.paragraph--type--bp-simple a:hover, .paragraph.paragraph--type--highlighted-text a:hover, .paragraph.paragraph--type--quote a:hover {
  color: #79ac2b;
}

/* 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: #004000;
  transition: 0.5s;
}
/* line 133, ../sass/home/_home_block_taxonomy.scss */
#home-block-taxonomy .cins-nav-container .slick-arrow:hover {
  background: #79ac2b;
}
/* 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_images_links.scss */
.home_images_links {
  /* Left col */
  /* Right col */
}
/* line 3, ../sass/home/_home_images_links.scss */
.home_images_links .cins-paragraph-image-title-button {
  margin: 45px 0;
}
@media (max-width: 767px) {
  /* line 3, ../sass/home/_home_images_links.scss */
  .home_images_links .cins-paragraph-image-title-button {
    margin-bottom: 20px;
  }
}
/* line 10, ../sass/home/_home_images_links.scss */
.home_images_links .cins-paragraph-image-title-button .image-title-button-wrapper {
  margin-top: 0;
}
/* line 14, ../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 20, ../sass/home/_home_images_links.scss */
  .home_images_links .cins-paragraph-image-title-button .image-title-button-wrapper .text-wrapper {
    padding: 15px;
  }
  /* line 23, ../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 27, ../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 30, ../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 40, ../sass/home/_home_images_links.scss */
.home_images_links .paragraph--type--bp-column-wrapper {
  margin: 45px 0;
}
@media (max-width: 767px) {
  /* line 40, ../sass/home/_home_images_links.scss */
  .home_images_links .paragraph--type--bp-column-wrapper {
    margin-top: 0;
  }
}
/* line 48, ../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 48, ../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 55, ../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 60, ../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 60, ../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 73, ../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 73, ../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 73, ../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 90, ../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: #004000;
}
/* 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_why_work_with_us.scss */
.bg-light-grey {
  background: #dedede;
}

/* 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: #004000;
  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: #004000;
  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: #79ac2b;
}
@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 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: #004000;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #ffffff;
}
/* line 10, ../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 {
    background-image: none !important;
    /* 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 {
    height: 510px;
  }
}

/* line 30, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser .slide_wrapper {
  background: #d0d0d0;
}
@media (min-width: 768px) {
  /* line 34, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .image_wrapper {
    float: left;
    width: 55%;
  }
}
/* line 42, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser .text_wrapper {
  position: relative;
  padding: 20px;
}
/* line 47, ../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 #d0d0d0 transparent;
  /* CDF - n° 85 */
  /* Fin CDF - n° 85 */
}
@media (max-width: 767px) {
  /* line 47, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .text_wrapper::before {
    border-bottom-color: #79ac2b;
    border-right-color: transparent !important;
  }
}
@media (min-width: 768px) {
  /* line 42, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .text_wrapper {
    float: left;
    width: 45%;
    padding: 25px 30px;
  }
  /* line 76, ../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 #d0d0d0 transparent transparent;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 42, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .text_wrapper {
    padding: 15px 20px;
  }
}
/* line 90, ../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 106, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser .title {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  /* line 106, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .title {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 106, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
/* line 121, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser .slider-text {
  line-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 121, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .slider-text {
    line-height: 18px;
    font-size: 15px;
  }
}
/* line 130, ../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 145, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser .button-next {
  padding: 0 15px;
}

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

/* line 160, ../sass/home/_slider.scss */
.nav-container-cinsslider {
  left: 10px;
  right: 10px;
  max-width: 1500px;
  margin: auto;
}
/* line 169, ../sass/home/_slider.scss */
.nav-container-cinsslider .slick-prev:hover,
.nav-container-cinsslider .slick-next:hover {
  background: transparent !important;
}
/* line 171, ../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 160, ../sass/home/_slider.scss */
  .nav-container-cinsslider {
    display: none;
  }
}

/* line 182, ../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 182, ../sass/home/_slider.scss */
  .dots-container-cinsslider {
    bottom: 20px;
  }
}
/* line 198, ../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;
}

/* Background of the container fluid in product page */
/* line 43, ../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 51, ../sass/recipe/_recipe.scss */
#block-views-block-recipe-associated-recipes {
  width: 100%;
  padding-bottom: 55px;
  /* Element of the recipes home view */
}
/* line 55, ../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 67, ../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 67, ../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 78, ../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: #79ac2b;
  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: #79ac2b;
}
@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 #79ac2b 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 #79ac2b;
  }
}
/* 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: #004000;
}
@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: #79ac2b;
  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: #dedede;
}
@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;
}
@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 75, ../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 77, ../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 80, ../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 80, ../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 89, ../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 89, ../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 99, ../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 99, ../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 99, ../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 99, ../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 99, ../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 137, ../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: #dedede;
  }
}
/* line 151, ../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 151, ../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 151, ../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 151, ../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 174, ../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: #79ac2b;
  font-size: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 174, ../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 174, ../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 174, ../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 201, ../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 206, ../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 206, ../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 213, ../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 218, ../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 #dedede;
}
@media (max-width: 575px) {
  /* line 218, ../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 229, ../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 237, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-desc-wrapper {
  padding-bottom: 30px;
  border-bottom: 2px solid #004000;
}
@media (max-width: 575px) {
  /* line 237, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-desc-wrapper {
    border-bottom: none;
  }
}
/* line 247, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile {
  position: relative;
}
@media (min-width: 576px) {
  /* line 247, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile {
    display: none;
  }
}
/* line 254, ../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: #004000;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}
/* line 265, ../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: #dedede;
  border: 1px solid #004000;
}
/* line 271, ../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 278, ../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 285, ../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;
}
/* line 294, ../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: #dedede;
}
/* line 307, ../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 312, ../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: #79ac2b;
}
/* line 321, ../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 327, ../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 333, ../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 339, ../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 #dedede;
  transition: 0.5s;
}
/* line 348, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-mobile .recipe-card-info .card-print:hover {
  background: #79ac2b;
  color: #ffffff;
}
/* line 353, ../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 359, ../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 364, ../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: #79ac2b;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  /* line 364, ../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 380, ../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 386, ../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 391, ../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 399, ../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 402, ../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: #79ac2b;
}
/* line 413, ../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 419, ../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 424, ../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 429, ../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: #79ac2b;
}
/* line 444, ../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: #dedede;
}
@media (max-width: 575px) {
  /* line 444, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-card-wrapper-tablet-desktop {
    display: none;
  }
}
/* line 455, ../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 463, ../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 469, ../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 469, ../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 480, ../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 484, ../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: #79ac2b;
}
/* line 496, ../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 501, ../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 508, ../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 508, ../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 508, ../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 524, ../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: #79ac2b;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
}
/* line 537, ../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: #79ac2b;
  color: #ffffff;
}
/* line 542, ../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 542, ../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 554, ../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 560, ../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 568, ../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 574, ../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 579, ../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: #79ac2b;
  font-size: 25px;
}
@media (min-width: 576px) and (max-width: 991px) {
  /* line 579, ../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 592, ../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 597, ../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 600, ../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 597, ../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 611, ../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 618, ../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 623, ../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 623, ../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 634, ../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 638, ../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: #79ac2b;
}
/* line 651, ../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: #dedede;
}
@media (max-width: 575px) {
  /* line 651, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-tips-wrapper {
    padding: 0;
    background: none;
  }
}
/* line 665, ../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: #004000;
  font-size: 180px;
  opacity: .2;
}
@media (max-width: 575px) {
  /* line 665, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-tips-wrapper::before {
    display: none;
  }
}
/* line 681, ../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 681, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-tips-wrapper .tips-content {
    padding-left: 0;
  }
}
/* line 690, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .recipe-tips-wrapper .cins-lv-label {
  margin-bottom: 20px;
  color: #79ac2b;
  font-size: 25px;
}
@media (max-width: 575px) {
  /* line 690, ../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: #004000;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }
}
/* line 709, ../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 709, ../sass/recipe/_recipe_full.scss */
  .node-type-recipe.node-display-full .recipe-wrapper .recipe-tips-wrapper .cins-lv-value {
    padding: 20px 30px;
    background: #dedede;
    border: 1px solid #004000;
  }
}
/* line 723, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .separator {
  width: 100%;
  margin: 15px 0;
  border-top: 5px solid #dedede;
}
/* line 730, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .links-wrapper {
  margin-bottom: 30px;
}
/* line 733, ../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 738, ../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 744, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .links-wrapper .social-share .network {
  margin-right: 25px;
}
/* line 747, ../sass/recipe/_recipe_full.scss */
.node-type-recipe.node-display-full .recipe-wrapper .links-wrapper .social-share .network::before {
  font-size: 25px;
}
/* line 751, ../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;
  min-height: 575px;
  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/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: #79ac2b;
  /* 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: #79ac2b;
  /* 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: 20px 15px 15px 15px;
}
/* line 51, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .title-wrapper h2 {
  min-height: 70px;
  margin-bottom: 0;
  color: #004000;
  font-size: 22px;
  line-height: 22px;
  /* CDF - n° 110 */
  /* Fin CDF - n° 110 */
  transition: 0.5s;
}
/* line 64, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .title-wrapper .submitted-date {
  color: #79ac2b;
  font-size: 14px;
  font-style: italic;
}
/* line 71, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .image-wrapper {
  background: #79ac2b;
  overflow: hidden;
}
/* line 75, ../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 82, ../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 88, ../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%;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 88, ../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 82, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper {
    padding: 10px 5px 15px 5px;
  }
}
/* line 103, ../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 103, ../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 117, ../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: #79ac2b;
  font-size: 25px;
}
/* line 129, ../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: #dedede;
}
@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::after {
    width: 60px;
    height: 2px;
    bottom: 0px;
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* line 152, ../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 152, ../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 167, ../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: #79ac2b;
  font-size: 25px;
}
@media (max-width: 767px) {
  /* line 167, ../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 184, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-description {
  font-size: 14px;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 184, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .recipe-info-wrapper .recipe-description {
    margin-top: 10px;
  }
}
/* line 193, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper {
  opacity: 0;
  padding: 0 15px 15px 15px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  /* line 193, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper {
    opacity: 1;
  }
}
/* line 202, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-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 202, ../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 217, ../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: #004000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
}
/* line 229, ../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: #79ac2b;
}
/* line 237, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .show-details:hover {
  background: #ffffff;
  color: #79ac2b;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 217, ../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 250, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .button-next {
  width: 50%;
  padding: 10px 15px;
  font-size: 13px;
}
@media (max-width: 767px) {
  /* line 250, ../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 250, ../sass/recipe/_recipe_list.scss */
  .node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .button-next {
    width: 100%;
  }
}
/* line 266, ../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 #dedede;
}
/* line 8, ../sass/recipe/_recipe_new.scss */
.node-type-recipe.node-display-new .recipe-new-wrapper .recipe-new-title-wrapper {
  padding-bottom: 5px;
  color: #004000;
  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: #79ac2b;
  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: #79ac2b;
  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: #79ac2b;
}
@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 #79ac2b 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 #79ac2b;
  }
}
/* 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: #004000;
}
@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: #004000;
  border: 1px solid #004000;
  /* 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: #004000;
  color: #ffffff;
}
/* line 31, ../sass/article/_article.scss */
#block-views-block-news-last-10-articles .more-link a::after {
  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: #79ac2b;
}
/* 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: #004000;
  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: #79ac2b;
  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: #79ac2b;
  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: #79ac2b;
  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: #004000;
  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: #79ac2b;
}
/* line 147, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .links-wrapper .show-details:hover {
  background: #ffffff;
  color: #79ac2b;
}
@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: #79ac2b;
  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%;
    position: absolute;
    left: 67.5%;
    top: -50px;
    transform: translateX(-50%);
  }
}
/* line 41, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .article-header-wrapper {
  display: flex;
  margin-bottom: 30px;
  background: #dedede;
}
@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 52, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-img-wrapper {
  flex: 2;
}
/* line 56, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .article-header-wrapper .article-preview-wrapper {
  flex: 1;
  position: relative;
}
/* line 60, ../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 60, ../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 60, ../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 60, ../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 75, ../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;
}
/* 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 .network {
  margin: 0 10px;
}
/* line 80, ../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 80, ../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 89, ../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 89, ../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 99, ../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: #79ac2b;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 99, ../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 99, ../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 99, ../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 99, ../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 146, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .separator {
  width: 100%;
  margin: 15px 0;
  border-top: 5px solid #dedede;
}
/* line 153, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .links-wrapper {
  margin-bottom: 30px;
}
/* line 156, ../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 161, ../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 167, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .links-wrapper .social-share .network {
  margin-right: 25px;
}
/* line 170, ../sass/article/_article_full.scss */
.node-type-article.node-display-full .article-wrapper .links-wrapper .social-share .network::before {
  font-size: 25px;
}
/* line 174, ../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: #79ac2b;
  /* 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: #79ac2b;
  /* 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: #004000;
  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: #79ac2b;
  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: #79ac2b;
  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: #79ac2b;
  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: #004000;
  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: #79ac2b;
}
/* line 150, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .links-wrapper .show-details:hover {
  background: #ffffff;
  color: #79ac2b;
}
@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 #dedede;
}
/* line 9, ../sass/article/_article_new.scss */
.node-type-article.node-display-new .article-new-wrapper .article-new-title-wrapper {
  padding-bottom: 5px;
  color: #004000;
  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: #79ac2b;
  font-size: 15px;
  font-style: italic;
}

/* 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: #79ac2b;
}
@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: #79ac2b;
}
@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: #79ac2b;
  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 #dedede;
}
@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 #dedede;
}
@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: #79ac2b;
  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: #004000;
  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: #79ac2b;
  -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: #79ac2b;
  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: #004000 !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: #79ac2b;
  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: #004000;
}
/* 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: #79ac2b;
}
/* 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-cdf {
  margin-top: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 399, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cdf .product-link-cat-label {
    font-size: 17px !important;
  }
}
@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-cdf {
    margin-right: 0px !important;
    margin-top: 0 !important;
    margin-left: 15px;
  }
}
/* line 411, ../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: #79ac2b;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 411, ../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 423, ../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 428, ../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 428, ../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 428, ../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;
    padding: 15px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 428, ../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 460, ../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: #79ac2b;
}
/* line 465, ../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 469, ../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 476, ../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: #79ac2b;
}
@media (max-width: 575px) {
  /* line 476, ../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 492, ../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: #d0d0d0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 492, ../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 505, ../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 505, ../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 505, ../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 519, ../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: #004000;
}

/* 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 572, ../sass/product/_product_full.scss */
.product-first-paragraph-bg {
  padding: 60px 0;
  background: #004000;
  color: #ffffff;
}

/* line 583, ../sass/product/_product_full.scss */
.associated-recipes-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/* line 589, ../sass/product/_product_full.scss */
.associated-recipes-bg .associated-recipes-wrapper {
  padding-bottom: 40px;
}
/* line 592, ../sass/product/_product_full.scss */
.associated-recipes-bg .associated-recipes-wrapper .centered-link {
  width: 100%;
  text-align: center;
}
/* line 600, ../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: #004000;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

/* line 614, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper {
  padding-bottom: 40px;
}
/* line 617, ../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: #d0d0d0;
}
/* line 632, ../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 640, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper .slick-next {
  left: auto;
  right: 0;
}
/* line 645, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper .centered-link {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
/* line 652, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper .associated-products-container {
  width: 100%;
}
/* line 655, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper .associated-products-container .associated-products-title {
  margin: 55px 0 25px 0;
  color: #004000;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

/* line 667, ../sass/product/_product_full.scss */
.product-second-paragraph-bg {
  padding: 60px 0;
  background: #004000;
  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: #79ac2b;
  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: #004000;
}
/* 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 4, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper {
  min-height: 415px;
  transition: 0.5s;
  background: #ffffff;
}
/* line 10, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper:hover {
  -moz-box-shadow: 0px 0px 15px -8px #303030;
  -webkit-box-shadow: 0px 0px 15px -8px #303030;
  box-shadow: 0px 0px 15px -8px #303030;
}
/* line 21, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper .image-wrapper img {
  width: 100%;
  height: auto;
}
/* line 27, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper .text-wrapper {
  padding: 15px;
  text-align: center;
}
/* line 32, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper .text-wrapper .product-title {
  margin-bottom: 15px;
  min-height: 40px;
  color: #79ac2b;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
/* line 42, ../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 49, ../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 49, ../sass/product/_product_teaser.scss */
  .node-type-product.node-display-teaser .product-wrapper .button-next {
    font-size: 13px;
    padding: 15px;
  }
}

/* line 64, ../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 64, ../sass/product/_product_teaser.scss */
  body.is_front .node-type-product.node-display-teaser .product-wrapper .button-next {
    opacity: 1;
  }
}
/* line 72, ../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 #004000;
  }
}

@media (max-width: 767px) {
  /* line 15, ../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: #004000;
  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;
}
/* line 98, ../sass/tools/_exposed_filter.scss */
#page #block-cins-theme-content #views-exposed-form-news-article-list.hidden {
  display: none !important;
}
@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: #004000;
  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: #79ac2b;
}

/* 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 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;
}
/* line 12, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #dedede;
  font-size: 14px;
  transition: 0.5s;
}
/* line 21, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item.is-active {
  color: #79ac2b;
}
/* line 41, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item:first-child {
  border-radius: 5px 0 0 5px;
}
/* line 45, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item:last-child {
  border-radius: 0 5px 5px 0;
}
/* line 49, ../sass/tools/_pager.scss */
.pager .pager__items .pager__item:hover {
  color: #79ac2b;
}

/* 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: #dedede;
  color: #004000;
}
/* line 18, ../sass/tools/_search.scss */
form.search-form .form-submit {
  position: absolute;
  right: 205px;
  top: 10px;
  padding: 10px 20px;
  background: #004000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  transition: 0.5s;
}
/* line 30, ../sass/tools/_search.scss */
form.search-form .form-submit:hover {
  background: #79ac2b;
}

/* line 36, ../sass/tools/_search.scss */
#header-search-js-wrapper {
  width: 100%;
  min-height: 90px;
  padding: 15px;
  background: #ffffff;
  border-bottom: 5px solid #79ac2b;
  z-index: 150;
}
/* line 47, ../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 55, ../sass/tools/_search.scss */
#header-search-js-wrapper #header-search-js-wrapper-close i:hover {
  color: #79ac2b;
  cursor: pointer;
}
/* line 62, ../sass/tools/_search.scss */
#header-search-js-wrapper .ajax-progress-throbber {
  position: absolute;
  right: 350px;
  top: 10px;
  width: 35px;
  height: 35px;
}
/* line 69, ../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 79, ../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 94, ../sass/tools/_search.scss */
#cins-search-results-wrapper {
  width: 100%;
  padding: 15px;
  padding-bottom: 0;
  background: #ffffff;
  border-bottom: 5px solid #79ac2b;
  z-index: 150;
}
/* line 104, ../sass/tools/_search.scss */
#cins-search-results-wrapper.fullpage {
  position: static;
}
/* line 108, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result {
  padding-top: 20px;
}
/* line 111, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result ul {
  list-style-type: none;
}
/* line 115, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-category {
  flex: 1;
  padding: 15px;
  background: #79ac2b;
  color: #ffffff;
}
/* line 123, ../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 131, ../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 142, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-category ul li::after {
  top: auto;
  bottom: -1px;
}
/* line 147, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-category ul li:hover {
  opacity: 1;
}
/* line 153, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-category .h4 {
  padding-top: 0;
  color: #ffffff;
  font-weight: 700;
}
/* line 161, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-product {
  border-top: 2px solid #004000;
}
/* line 164, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-product a:hover {
  color: #79ac2b;
}
/* line 168, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-product .h4 {
  margin-bottom: 0;
  color: #004000;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 177, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-recipe {
  margin-top: 15px;
  padding: 15px;
  background: #dedede;
}
/* line 182, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-recipe .h4 {
  padding-top: 0;
  color: #004000;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 191, ../sass/tools/_search.scss */
#cins-search-results-wrapper .result-product-wrapper, #cins-search-results-wrapper .result-recipe-wrapper {
  display: flex;
}
/* line 194, ../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 197, ../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 202, ../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 210, ../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 216, ../sass/tools/_search.scss */
#cins-search-results-wrapper .result-recipe-wrapper .detail-wrapper .button-next {
  min-height: 30px;
  height: 30px;
}
/* line 224, ../sass/tools/_search.scss */
#cins-search-results-wrapper #search-show-all-results {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
  color: #79ac2b;
  text-transform: uppercase;
  text-align: right;
}
/* line 233, ../sass/tools/_search.scss */
#cins-search-results-wrapper #search-show-all-results a {
  transition: 0.5s;
}
/* line 236, ../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: #004000;
  font-size: 18px;
}
/* line 245, ../sass/tools/_search.scss */
#cins-search-results-wrapper #search-show-all-results a:hover {
  color: #004000;
}

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

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

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

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

  /* line 276, ../sass/tools/_search.scss */
  #cins-search-results-wrapper .results-recipe .result-recipe {
    margin-bottom: 20px;
  }
  /* line 279, ../sass/tools/_search.scss */
  #cins-search-results-wrapper .results-recipe .button-next {
    padding: 8px 0px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  /* line 289, ../sass/tools/_search.scss */
  #cins-search-results-wrapper .col-md-3 {
    display: flex;
  }
  /* line 293, ../sass/tools/_search.scss */
  #cins-search-results-wrapper .col-md-9 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 299, ../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);
}
@media (min-width: 768px) {
  /* line 1, ../sass/tools/_sliders.scss */
  .cins-nav-container {
    top: calc(50% - 50px);
  }
}

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

/* line 28, ../sass/tools/_sliders.scss */
.slick-arrow {
  background: #004000 !important;
  transition: 0.5s !important;
}
/* line 32, ../sass/tools/_sliders.scss */
.slick-arrow:hover {
  background: #79ac2b !important;
}

/* line 37, ../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 52, ../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: #d0d0d0;
}
/* line 72, ../sass/tools/_sliders.scss */
.slick-prev span,
.slick-next span {
  display: none;
}
/* line 76, ../sass/tools/_sliders.scss */
.slick-prev:hover,
.slick-next:hover {
  background: none;
  color: transparent;
}
/* line 80, ../sass/tools/_sliders.scss */
.slick-prev:hover::before,
.slick-next:hover::before {
  color: #004000;
}

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

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

/* line 103, ../sass/tools/_sliders.scss */
.slick-dots {
  display: flex;
  bottom: 0;
  justify-content: center;
  list-style: none;
}
/* line 112, ../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 130, ../sass/tools/_sliders.scss */
.slick-dots li.slick-active button {
  background: #d0d0d0;
}
/* line 136, ../sass/tools/_sliders.scss */
.slick-dots li:hover button {
  border-color: #004000;
}
/* line 141, ../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: #004000;
  font-size: 18px;
  transition: 0.5s;
}
/* line 23, ../sass/tools/_social_share.scss */
.social-share .network:hover {
  cursor: pointer;
  color: #79ac2b !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 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: #d0d0d0;
  color: #ffffff;
}
/* line 15, ../sass/tools/_sticky_buttons.scss */
.sticky-button .label {
  font-size: 14px;
}
@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: #79ac2b;
}
/* line 13, ../sass/tools/_tabs.scss */
.tabs.-inverse-color .tab-item:hover, .tabs.-inverse-color .tab-item.active {
  background: #004000;
  color: #ffffff;
}
/* line 20, ../sass/tools/_tabs.scss */
.tabs.-inverse-color .tab-item.active::after {
  border-top-color: #004000;
}
@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;
  }
}
@media (max-width: 575px) {
  /* line 1, ../sass/tools/_tabs.scss */
  .tabs {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 41, ../sass/tools/_tabs.scss */
.tabs .tab-item {
  display: flex;
  position: relative;
  align-items: center;
  max-width: 350px;
  padding: 15px 20px;
  transition: 0.5s;
  background: #004000;
  color: #ffffff;
}
/* line 55, ../sass/tools/_tabs.scss */
.tabs .tab-item:hover, .tabs .tab-item.active {
  background: #ffffff;
  color: #79ac2b;
}
/* line 62, ../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 2, ../sass/tools/_views.scss */
#views-exposed-form-news-article-list #edit-field-news-category-target-id {
  display: none;
}

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

/* line 4, ../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) {
  /* line 11, ../sass/paragraph/__global.scss */
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col, .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__3col {
    float: none !important;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  /* line 20, ../sass/paragraph/__global.scss */
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col {
    float: left;
    width: 50%;
  }
  /* line 24, ../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: "Lato", Arial, sans-serif !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: #004000;
  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 + 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: #004000;
  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: #004000;
  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: #004000;
  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;
}

/* 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(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
}

/* 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(0, 0, 0, 0.7);
  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::after {
  color: #004000 !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 83, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper-mobile {
  background: #004000;
}
@media (min-width: 768px) {
  /* line 83, ../sass/paragraph/_image-title-button.scss */
  .cins-paragraph-image-title-button .image-title-button-wrapper-mobile {
    display: none;
  }
}
/* line 90, ../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 #79ac2b;
  /* Fin CDF - n° 86 */
  transition: 0.5s;
}
/* line 102, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper-mobile a:hover {
  /* CDF - n° 86 */
  background: #79ac2b;
  /* Fin CDF - n° 86 */
}
/* line 109, ../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 109, ../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 123, ../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 134, ../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(0, 0, 0, 0.7);
  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;
}

/* 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: #d0d0d0;
  color: #79ac2b;
  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 #dedede;
}
/* 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: #004000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  border: 1px solid #004000;
}
/* line 15, ../sass/paragraph/_modal.scss */
.cins-paragraph-modal-button .cins-modal-link:hover {
  background: #004000;
  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: #79ac2b;
}
/* 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: #004000;
  color: #ffffff;
  			/*&::after {
  				content:'';
  				position: absolute;
  				top: 0;
  				right: 0;
  				width: 80px;
  				height: 100%;
  
  				background: $fourth_bg_color;
  			}*/
}
/* line 22, ../sass/paragraph/_paragraph--type--bp--accordion.scss */
.paragraph--type--bp-accordion .card .card-header a {
  padding: 5px;
  font-size: 30px;
  font-weight: 700;
}
/* line 30, ../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 38, ../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 46, ../sass/paragraph/_paragraph--type--bp--accordion.scss */
.paragraph--type--bp-accordion .card .card-block {
  margin-top: -1px;
  background: #dedede;
}

/* line 55, ../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;
  /* 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 31, ../sass/paragraph/_paragraph--type--bp-tabs.scss */
.paragraph--type--bp-tabs .nav-tabs li::before {
  display: none;
}

/* 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: #d0d0d0;
}
/* line 35, ../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 43, ../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 49, ../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 53, ../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(0, 0, 0, 0.7);
}
@media (max-width: 1199px) {
  /* line 53, ../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 53, ../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 53, ../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 82, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper {
  cursor: pointer;
  /*				.slick-list {
  					display: flex;
  					justify-content: center;
  					align-items: center;
  
  					.slick-track {
  						display: flex;
  						justify-content: center;
  						align-items: center;
  
  						/* CDF - n° 19
  //						transform: none !important;
  						/* Fin CDF - n° 19
  					}
  				}*/
}
/* line 102, ../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 #79ac2b;
}
/* line 107, ../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: #d0d0d0;
}
/* line 123, ../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 131, ../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 136, ../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 136, ../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 136, ../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 136, ../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 158, ../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 #004000;
}
@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: #79ac2b;
  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: #79ac2b;
  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: #d0d0d0;
  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: #d0d0d0;
  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: #004000;
  text-align: left;
  transition: 0.5s;
  border: 1px solid #004000;
  	/*
  	&::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;
  	}
  	*/
  /* CDF - n° 28 */
  /* Fin CDF - n° 28 */
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2, ../sass/paragraph/_redirect-button.scss */
  .cins-paragraph-button-redirect {
    padding: 15px 20px;
  }
}
/* line 37, ../sass/paragraph/_redirect-button.scss */
.cins-paragraph-button-redirect i {
  margin-left: auto;
  font-size: 50px;
  color: #79ac2b;
}
/* line 44, ../sass/paragraph/_redirect-button.scss */
.cins-paragraph-button-redirect:hover {
  background: #ffffff;
  color: #79ac2b;
}
/* line 50, ../sass/paragraph/_redirect-button.scss */
.cins-paragraph-button-redirect .button-redirect-wrapper .button-redirect-title {
  font-weight: 700;
  /* CDF - n° 28 */
  /* Fin CDF - n° 28 */
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 50, ../sass/paragraph/_redirect-button.scss */
  .cins-paragraph-button-redirect .button-redirect-wrapper .button-redirect-title {
    font-size: 25px;
  }
}
/* line 60, ../sass/paragraph/_redirect-button.scss */
.cins-paragraph-button-redirect .button-redirect-wrapper .button-redirect-short-desc {
  font-weight: 500;
  /* CDF - n° 28 */
  /* Fin CDF - n° 28 */
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 60, ../sass/paragraph/_redirect-button.scss */
  .cins-paragraph-button-redirect .button-redirect-wrapper .button-redirect-short-desc {
    font-size: 16px;
    line-height: 1.2;
  }
}

/* CDF - Ajustement suite à la mise en place du motion */
/* line 77, ../sass/paragraph/_redirect-button.scss */
.paragraph__column div:first-child .cins-paragraph-button-redirect {
  margin-top: 0;
}

/* Fin CDF Ajustement */
/* 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: #004000;
  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: #d0d0d0;
}
@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: #79ac2b;
}
/* line 24, ../sass/paragraph/_reinssurance.scss */
.cins-paragraph-reinssurance .reinssurance-wrapper .icon-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 105px;
  height: 105px;
  padding: 5px;
  margin-bottom: 25px;
  background: #79ac2b;
  color: #ffffff;
  font-size: 50px;
  border-radius: 50%;
  border: 10px solid #dedede;
}
/* line 41, ../sass/paragraph/_reinssurance.scss */
.cins-paragraph-reinssurance .reinssurance-wrapper .text-wrapper {
  transition: 0.5s;
}
/* line 44, ../sass/paragraph/_reinssurance.scss */
.cins-paragraph-reinssurance .reinssurance-wrapper .text-wrapper .title-wrapper {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 57, ../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 #dedede;
}
/* 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: #79ac2b;
  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 #004000;
  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: #004000;
}

/* 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: #004000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  border: 1px solid #004000;
}
/* line 17, ../sass/paragraph/_simple-button.scss */
.cins-paragraph-simple-button:hover {
  background: #ffffff;
  color: #79ac2b;
  border: 1px solid #79ac2b;
}

@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;
  opacity: 0.5;
}
/* line 32, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-prev:hover,
.cins-paragraph-slider .panoramic-slider-wrapper .slick-next:hover {
  opacity: 1;
}
/* line 36, ../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: #79ac2b;
  font-size: 40px;
}
/* line 44, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-next {
  left: auto;
  right: 20px;
}
/* line 49, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-prev {
  right: auto;
  left: 20px;
}
/* line 54, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
/* line 59, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-dots li {
  margin-left: 0;
  margin: 0 5px;
}
/* line 64, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-dots li button {
  border-color: #79ac2b;
}
/* line 68, ../sass/paragraph/_slider.scss */
.cins-paragraph-slider .panoramic-slider-wrapper .slick-dots li.slick-active button {
  background-color: #79ac2b !important;
  border-color: #79ac2b;
}

/* 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: #79ac2b;
}
@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: #004000;
  border: 1px solid #004000;
  transition: 0.5s;
}
/* line 38, ../sass/paragraph/_text-button.scss */
.cins-paragraph-text-button .text-button-wrapper .link-wrapper a:hover {
  color: #ffffff;
  background: #004000;
}
@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: #d0d0d0;
}
/* line 39, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .slick-prev::before,
.cins-paragraph-timeline-container .slick-next::before {
  position: static;
  color: #ffffff;
  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: #d0d0d0;
}
/* 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: #d0d0d0;
}
/* 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(0, 0, 0, 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: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(0, 0, 0, 0.8);
}
/* line 158, ../sass/paragraph/_timeline.scss */
.cins-paragraph-timeline-container .timeline-wrapper .description-wrapper .subtitle-wrapper {
  font-size: 32px;
  color: #79ac2b;
}
/* 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;
}

/* 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 #dedede;
}
/* 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: #79ac2b;
  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 #004000;
  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: #004000;
}

/* Band teaser display */
/* line 5, ../sass/brand/_brand-teaser.scss */
.node-type-brand.node-display-teaser .brand-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/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 5, ../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 5, ../sass/brand/_brand-teaser.scss */
  .node-type-brand.node-display-teaser .brand-teaser-wrapper .image-wrapper img {
    max-width: 180px;
  }
}

/* line 28, ../sass/brand/_brand-teaser.scss */
#block-views-block-brand-brand-list .slick-track {
  display: flex;
}
/* line 31, ../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: 50px 0 40px 0;
}
/* line 5, ../sass/brand/_brand.scss */
#block-views-block-brand-brand-list .our-brands-title {
  padding-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
/* line 13, ../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: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #d0d0d0;
}
/* line 27, ../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;
  font-size: 20px;
}
@media (max-width: 767px) {
  /* line 13, ../sass/brand/_brand.scss */
  #block-views-block-brand-brand-list .slick-prev,
  #block-views-block-brand-brand-list .slick-next {
    margin: 0 15px;
  }
}
/* line 39, ../sass/brand/_brand.scss */
#block-views-block-brand-brand-list .slick-next {
  left: auto;
  right: 0;
}

/* 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 {
  padding: 50px 0 40px 0;
}
/* line 5, ../sass/partner/_partner.scss */
#block-views-block-partner-partner-list .our-partners-title {
  padding-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
/* line 13, ../sass/partner/_partner.scss */
#block-views-block-partner-partner-list .slick-slide {
  border-left: 1px solid #dedede;
}
/* line 16, ../sass/partner/_partner.scss */
#block-views-block-partner-partner-list .slick-slide:first-child {
  border-left: 0px solid #dedede;
}
/* line 21, ../sass/partner/_partner.scss */
#block-views-block-partner-partner-list .slick-prev,
#block-views-block-partner-partner-list .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: #d0d0d0;
}
/* line 35, ../sass/partner/_partner.scss */
#block-views-block-partner-partner-list .slick-prev::before,
#block-views-block-partner-partner-list .slick-next::before {
  position: static;
  color: #ffffff;
  font-size: 20px;
}
@media (max-width: 767px) {
  /* line 21, ../sass/partner/_partner.scss */
  #block-views-block-partner-partner-list .slick-prev,
  #block-views-block-partner-partner-list .slick-next {
    margin: 0 15px;
  }
}
/* line 47, ../sass/partner/_partner.scss */
#block-views-block-partner-partner-list .slick-next {
  left: auto;
  right: 0;
}

/* 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 #dedede;
}
@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: #79ac2b;
}
@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 #dedede;
}
@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 #004000;
}
/* 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 #004000 !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: #004000;
  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: #004000;
}
/* 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: #79ac2b;
  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: #79ac2b;
  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: #004000;
  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: #004000;
}

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

/* line 9, ../sass/override/_from_php.scss */
#pre-header-wrapper i {
  background-color: #79ac2b !important;
}
/* line 11, ../sass/override/_from_php.scss */
#pre-header-wrapper i:hover, #pre-header-wrapper i:active, #pre-header-wrapper i:focus {
  background-color: #004000 !important;
}

/* line 16, ../sass/override/_from_php.scss */
#navigation-wrapper {
  background-color: #004000 !important;
  color: #ffffff !important;
}

/* line 21, ../sass/override/_from_php.scss */
#navigation-main .main-menu .menu-item .dropdown-items {
  background-color: #004000 !important;
}

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

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

/* line 33, ../sass/override/_from_php.scss */
.cins-paragraph-key-number .number-wrapper {
  background-color: #004000 !important;
  color: #79ac2b !important;
  font-size: 36px !important;
}

/* line 39, ../sass/override/_from_php.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block a .fab {
  background-color: #79ac2b !important;
}
/* line 41, ../sass/override/_from_php.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block a .fab:hover, footer #pre-footer-wrapper #block-follow-us-footer-block a .fab:active, footer #pre-footer-wrapper #block-follow-us-footer-block a .fab:focus {
  background-color: #004000 !important;
}

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

/* line 52, ../sass/override/_from_php.scss */
.dropdown-items .item-label:hover, .dropdown-items .item-label:active, .dropdown-items .item-label:focus {
  background-color: #79ac2b !important;
}

/* line 58, ../sass/override/_from_php.scss */
.paragraph .nav-tabs li:hover, .paragraph .nav-tabs li:active, .paragraph .nav-tabs li:focus {
  background-color: #004000 !important;
  color: #ffffff !important;
}

/* line 64, ../sass/override/_from_php.scss */
.paragraph .nav-tabs li.active {
  background-color: #004000 !important;
  color: #ffffff !important;
}
/* line 67, ../sass/override/_from_php.scss */
.paragraph .nav-tabs li.active:hover, .paragraph .nav-tabs li.active:active, .paragraph .nav-tabs li.active:focus {
  color: #ffffff !important;
}

/* line 72, ../sass/override/_from_php.scss */
.cins-paragraph-simple-button {
  background-color: #004000 !important;
  color: #ffffff !important;
}
/* line 75, ../sass/override/_from_php.scss */
.cins-paragraph-simple-button:hover, .cins-paragraph-simple-button:active, .cins-paragraph-simple-button:focus {
  background-color: #ffffff !important;
  color: #004000 !important;
  border-color: #004000;
}

/* line 82, ../sass/override/_from_php.scss */
.cins-paragraph-timeline-container .timeline-line, .cins-paragraph-timeline-container .timeline-line::before {
  background-color: #004000 !important;
}

/* line 86, ../sass/override/_from_php.scss */
.cins-paragraph-button-redirect-image .btn-redirect-img-wrapper .btn-redirect-img-link {
  border-color: #79ac2b;
}
/* line 88, ../sass/override/_from_php.scss */
.cins-paragraph-button-redirect-image .btn-redirect-img-wrapper .btn-redirect-img-link:hover, .cins-paragraph-button-redirect-image .btn-redirect-img-wrapper .btn-redirect-img-link:active, .cins-paragraph-button-redirect-image .btn-redirect-img-wrapper .btn-redirect-img-link:focus {
  background-color: #79ac2b !important;
}

/* line 93, ../sass/override/_from_php.scss */
.slick-dots li.slick-active button {
  background-color: #004000 !important;
  border-color: #004000;
}

/* line 98, ../sass/override/_from_php.scss */
.node-type-product.node-display-full .product-details-wrapper .button-dealer {
  background-color: #004000 !important;
  transition: 0.5s;
}
/* line 101, ../sass/override/_from_php.scss */
.node-type-product.node-display-full .product-details-wrapper .button-dealer:hover, .node-type-product.node-display-full .product-details-wrapper .button-dealer:active, .node-type-product.node-display-full .product-details-wrapper .button-dealer:focus {
  background-color: #79ac2b !important;
}

/* line 106, ../sass/override/_from_php.scss */
.site-slogan {
  color: #79ac2b !important;
  font-size: 32px !important;
  font-family: "Pacifico", Arial, sans-serif !important;
}

/* line 112, ../sass/override/_from_php.scss */
.buy-products {
  color: #004000 !important;
}

/* line 116, ../sass/override/_from_php.scss */
.item-id-1 .item-label {
  color: #79ac2b !important;
}
/* line 118, ../sass/override/_from_php.scss */
.item-id-1 .item-label:hover, .item-id-1 .item-label:active, .item-id-1 .item-label:focus {
  color: #79ac2b !important;
}

/* line 123, ../sass/override/_from_php.scss */
.menu-item.depth-1 > .item-label {
  color: #ffffff !important;
}
/* line 125, ../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 {
  color: #79ac2b !important;
}

/* line 130, ../sass/override/_from_php.scss */
.h1 {
  color: #79ac2b !important;
  font-size: 65px !important;
  font-family: "Pacifico", Arial, sans-serif !important;
}

/* line 136, ../sass/override/_from_php.scss */
#home-block-taxonomy .taxonomy-wrapper .selection .title {
  color: #79ac2b !important;
  font-family: "Pacifico", Arial, sans-serif !important;
  font-weight: 400;
  text-align: left;
}

/* line 143, ../sass/override/_from_php.scss */
footer #pre-footer-wrapper #block-need-support-block i {
  color: #004000 !important;
}

/* line 148, ../sass/override/_from_php.scss */
footer #pre-footer-wrapper .footer-menu li a:hover, footer #pre-footer-wrapper .footer-menu li a:active, footer #pre-footer-wrapper .footer-menu li a:focus {
  color: #79ac2b !important;
}

/* line 153, ../sass/override/_from_php.scss */
.paragraph h2 {
  color: #79ac2b !important;
  font-size: 28px !important;
  font-family: "Pacifico", Arial, sans-serif !important;
}

/* line 159, ../sass/override/_from_php.scss */
.paragraph h3 {
  color: #79ac2b !important;
  font-size: 20px !important;
  font-family: "Pacifico", Arial, sans-serif !important;
}

/* line 165, ../sass/override/_from_php.scss */
.paragraph h4 {
  color: #79ac2b !important;
  font-size: 17px !important;
  font-family: "Pacifico", Arial, sans-serif !important;
}

/* line 172, ../sass/override/_from_php.scss */
.paragraph .nav-tabs li a:hover, .paragraph .nav-tabs li a:active, .paragraph .nav-tabs li a:focus, .paragraph .card-header a:hover, .paragraph .card-header a:active, .paragraph .card-header a:focus {
  color: #ffffff !important;
}

/* line 178, ../sass/override/_from_php.scss */
.cins-paragraph-button-redirect:hover, .cins-paragraph-button-redirect:active, .cins-paragraph-button-redirect:focus {
  color: #79ac2b !important;
}

/* line 183, ../sass/override/_from_php.scss */
.cins-paragraph-brand .title-wrapper, .cins-paragraph-reward .title-wrapper {
  color: #79ac2b !important;
}

/* line 187, ../sass/override/_from_php.scss */
.cins-paragraph-timeline-container .subtitle-wrapper {
  color: #79ac2b !important;
}

/* line 191, ../sass/override/_from_php.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .title-wrapper {
  color: #004000 !important;
}

/* line 195, ../sass/override/_from_php.scss */
#navigation-wrapper.sticky #block-acheternosproduits-menu a {
  color: #ffffff !important;
}
/* line 197, ../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: #79ac2b !important;
}

/* line 203, ../sass/override/_from_php.scss */
#navigation-wrapper.sticky #block-contact-menu a:hover:hover, #navigation-wrapper.sticky #block-contact-menu a:hover:active, #navigation-wrapper.sticky #block-contact-menu a:hover:focus, #navigation-wrapper.sticky #block-telephone-menu a:hover:hover, #navigation-wrapper.sticky #block-telephone-menu a:hover:active, #navigation-wrapper.sticky #block-telephone-menu a:hover:focus {
  color: #79ac2b !important;
}

/* line 208, ../sass/override/_from_php.scss */
.button-next::after {
  color: #79ac2b !important;
}

/* line 212, ../sass/override/_from_php.scss */
.node-type-product.node-display-teaser .product-wrapper .text-wrapper .product-title {
  color: #79ac2b !important;
}

/* line 216, ../sass/override/_from_php.scss */
footer #pre-footer-wrapper #block-need-support-block .content .help_locate::after {
  color: #004000 !important;
}

/* line 220, ../sass/override/_from_php.scss */
footer #pre-footer-wrapper .block-address-block i {
  color: #004000 !important;
}

/* line 224, ../sass/override/_from_php.scss */
.node-type-article.node-display-list .article-list-wrapper .title-wrapper .submitted-date {
  color: #79ac2b !important;
}

/* line 228, ../sass/override/_from_php.scss */
.node-type-article.node-display-new .article-new-wrapper .article-new-date-wrapper {
  color: #79ac2b !important;
}

/* line 233, ../sass/override/_from_php.scss */
.social-share .network:hover, .social-share .network:active, .social-share .network:focus {
  color: #79ac2b !important;
}

/* line 238, ../sass/override/_from_php.scss */
.node-type-product .product-header-left-col .product-availability-wrapper .product-availability-items div > div::before {
  color: #79ac2b !important;
}

/* line 242, ../sass/override/_from_php.scss */
.cins-paragraph-quote .quote-wrapper .cins-quote p {
  font-size: 20px !important;
  line-height: 25px;
}

/* line 247, ../sass/override/_from_php.scss */
.block-views-blockour-selection-home-our-selection h2.h1 {
  font-size: 54px !important;
}

/* line 251, ../sass/override/_from_php.scss */
.node-type-slide.node-display-teaser .slide_wrapper {
  background-color: rgba(121, 172, 43, 0.8);
}

/* line 255, ../sass/override/_from_php.scss */
.node-type-slide.node-display-teaser .text_wrapper::before {
  border-right-color: rgba(121, 172, 43, 0.8);
}

/* line 259, ../sass/override/_from_php.scss */
#block-logo img {
  max-width: 205px;
}

/* line 263, ../sass/override/_from_php.scss */
.paragraph .nav-tabs li.active::after {
  border-top-color: #004000;
}

/* line 267, ../sass/override/_from_php.scss */
.cins-paragraph-icon-text-button .icon-text-button-wrapper {
  border-color: #dedede;
}

/* line 271, ../sass/override/_from_php.scss */
.cins-paragraph-category-teaser .text-wrapper-hover, .cins-paragraph-category-teaser .text-wrapper {
  background: rgba(121, 172, 43, 0.8) !important;
}

/* line 275, ../sass/override/_from_php.scss */
.slick-dots li button {
  border-color: #004000;
}

/* line 279, ../sass/override/_from_php.scss */
#navigation-main .main-menu .menu-item.depth-1 .dropdown-items {
  box-shadow: 0 0 8px 1px #303030;
}

/* line 283, ../sass/override/_from_php.scss */
#navigation-wrapper.sticky .block-cinsnavigation .main-menu {
  border-top: 1px solid #ffffff;
}

/* line 287, ../sass/override/_from_php.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper .text-wrapper {
  background: rgba(121, 172, 43, 0.8) !important;
}

/* line 292, ../sass/override/_from_php.scss */
.block-contact-wrapper .contact-element a:hover, .block-contact-wrapper .contact-element a:active, .block-contact-wrapper .contact-element a:focus {
  text-decoration: underline;
}

/* line 297, ../sass/override/_from_php.scss */
h2, .h2 {
  font-weight: 400;
}

/* line 302, ../sass/override/_from_php.scss */
.debug-css-active #pre-header-wrapper,
.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 .slide_wrapper,
.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:hover, .debug-css-active #navigation-wrapper.sticky #block-telephone-menu a:hover,
.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 {
  border: 1px dotted red;
}
