@charset "UTF-8";
/* Style CK Editor */
/* line 2, ../sass/config/_global.scss */
.main-color {
  color: #e62d2d;
}

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

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

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

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

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

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

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

/* line 92, ../sass/config/_global.scss */
#page section .h2 {
  text-align: center;
}
/* line 95, ../sass/config/_global.scss */
#page section .h2::after {
  content: '';
  display: block;
  height: 1px;
  width: 170px;
  margin: 8px auto 0;
  background: #000000;
}

/* line 109, ../sass/config/_global.scss */
body {
  font-family: 'Lato', arial, sans-serif;
  font-weight: 400;
  color: #000000;
}

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

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

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

/* Block/Page title */
/* line 150, ../sass/config/_global.scss */
.h1 {
  margin: 90px 0 35px 0;
  padding-bottom: 25px;
  color: #000000;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  /* line 150, ../sass/config/_global.scss */
  .h1 {
    margin: 70px 0 30px 0;
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  /* line 150, ../sass/config/_global.scss */
  .h1 {
    margin: 50px 0 30px 0;
    font-size: 35px;
  }
}
/* line 173, ../sass/config/_global.scss */
.h1::after {
  content: ' ';
  display: block;
  width: 175px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 25px;
  border-bottom: 5px solid #e62d2d;
}
/* line 185, ../sass/config/_global.scss */
.h1.-light {
  color: #ffffff;
}

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

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

/* line 204, ../sass/config/_global.scss */
.more-link {
  /*display: inline-flex;
  justify-content: center;
  lign-items: center;
  height: 50px;*/
  margin-top: 15px;
  text-align: center;
}
/* line 213, ../sass/config/_global.scss */
.more-link a {
  min-width: 370px;
  padding: 14.5px 60px;
  background: #000000;
  color: #ffffff;
  font-size: 15px !important;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
  border: 1px solid #ffffff;
}
@media (max-width: 575px) {
  /* line 213, ../sass/config/_global.scss */
  .more-link a {
    padding: 15px;
    font-size: 14px;
  }
}
/* line 232, ../sass/config/_global.scss */
.more-link a::after {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 400;
  margin-left: 5px;
  color: #e62d2d;
}
/* line 240, ../sass/config/_global.scss */
.more-link a:hover {
  background: #ffffff;
  color: #e62d2d;
}
/* line 247, ../sass/config/_global.scss */
.more-link.-light a {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}
/* line 252, ../sass/config/_global.scss */
.more-link.-light a:hover {
  background: #ffffff;
  color: #e62d2d;
}
/* line 259, ../sass/config/_global.scss */
.more-link.-block {
  /*display: flex;*/
}
/* line 262, ../sass/config/_global.scss */
.more-link.-block a {
  padding: 13px 15px !important;
}

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

/* line 276, ../sass/config/_global.scss */
#block-contactus-sidetab {
  position: fixed;
  right: 0;
  top: 350px;
}
/* line 282, ../sass/config/_global.scss */
#block-contactus-sidetab .content {
  padding: 5px 10px 25px;
  border-left: 1px solid #000000;
  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 296, ../sass/config/_global.scss */
#block-contactus-sidetab .content span {
  font-size: 20px;
  color: #e62d2d;
  vertical-align: middle;
}
/* line 302, ../sass/config/_global.scss */
#block-contactus-sidetab .content a {
  color: #000000;
}
/* line 305, ../sass/config/_global.scss */
#block-contactus-sidetab .content a:hover {
  color: #e62d2d;
}

/* line 314, ../sass/config/_global.scss */
button.-bordered,
.button.-bordered {
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent;
}
/* line 319, ../sass/config/_global.scss */
button.-bordered:hover,
.button.-bordered:hover {
  background: #000000;
  color: #ffffff;
}
/* line 324, ../sass/config/_global.scss */
button.-bordered.-colored,
.button.-bordered.-colored {
  color: #e62d2d;
  border-color: #e62d2d;
}
/* line 328, ../sass/config/_global.scss */
button.-bordered.-colored:hover,
.button.-bordered.-colored:hover {
  background: #e62d2d;
  color: #ffffff;
}
/* line 334, ../sass/config/_global.scss */
button.-bordered.-decolored,
.button.-bordered.-decolored {
  color: #ffffff;
  border-color: #ffffff;
}
/* line 338, ../sass/config/_global.scss */
button.-bordered.-decolored:hover,
.button.-bordered.-decolored:hover {
  background: #ffffff;
  color: #e62d2d;
}

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

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

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

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

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

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

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

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

/* line 173, ../sass/_header.scss */
.block-social-block a:hover {
  text-decoration: none !important;
}
/* line 176, ../sass/_header.scss */
.block-social-block a:hover i {
  background: #e62d2d !important;
}

@media (max-width: 767px) {
  /* line 183, ../sass/_header.scss */
  #block-social-header {
    display: none !important;
  }
}

/*
 HEADER
 */
/* line 192, ../sass/_header.scss */
#header-wrapper {
  background-color: #000000;
  background-position: center top;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 192, ../sass/_header.scss */
  #header-wrapper {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  /* line 192, ../sass/_header.scss */
  #header-wrapper {
    height: 165px;
  }
}

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

/* line 218, ../sass/_header.scss */
#block-cins-theme-branding img {
  max-width: 170px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  /* line 218, ../sass/_header.scss */
  #block-cins-theme-branding img {
    width: 110px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  /* line 218, ../sass/_header.scss */
  #block-cins-theme-branding img {
    margin: 15px 20px 25px;
  }
}
@media (min-width: 1200px) {
  /* line 218, ../sass/_header.scss */
  #block-cins-theme-branding img {
    margin: 15px 30px 25px;
  }
}
/* line 236, ../sass/_header.scss */
#block-cins-theme-branding .site-slogan {
  display: inline-flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e62d2d;
}
/* line 246, ../sass/_header.scss */
#block-cins-theme-branding .site-slogan::before, #block-cins-theme-branding .site-slogan::after {
  content: '•';
  display: inline;
  margin: 0 10px;
  font-size: 12px;
}
@media (max-width: 991px) {
  /* line 236, ../sass/_header.scss */
  #block-cins-theme-branding .site-slogan {
    display: none;
  }
}

/* line 263, ../sass/_header.scss */
.buy-products {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
/* line 268, ../sass/_header.scss */
.buy-products .link {
  display: inline-flex;
  align-items: center;
}
/* line 274, ../sass/_header.scss */
.buy-products .label {
  max-width: 160px;
  margin-right: 15px;
  transition: 0.5s;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 274, ../sass/_header.scss */
  .buy-products .label {
    margin-right: 10px;
    max-width: 150px;
  }
}
/* line 286, ../sass/_header.scss */
.buy-products i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.5s;
  font-size: 20px;
  background: #e62d2d;
  color: #ffffff;
}
/* line 305, ../sass/_header.scss */
.buy-products:hover .label {
  color: #e62d2d;
}
/* line 309, ../sass/_header.scss */
.buy-products:hover i {
  background: #ffffff;
  color: #e62d2d;
}
@media (max-width: 767px) {
  /* line 316, ../sass/_header.scss */
  .buy-products .label {
    display: none;
  }
  /* line 320, ../sass/_header.scss */
  .buy-products i {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}

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

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

/* line 358, ../sass/_header.scss */
#block-cins-theme-main-menu .navbar-nav {
  /*
  .dropdown:last-of-type {
      .dropdown-menu {
          left: auto !important;
          right: 0 !important;
      }
  }*/
}
@media (min-width: 768px) {
  /* line 367, ../sass/_header.scss */
  #block-cins-theme-main-menu .navbar-nav .mobile-link {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 373, ../sass/_header.scss */
  #block-cins-theme-main-menu .navbar-nav .desktop-link {
    display: none;
  }
}
@media (max-width: 1199px) {
  /* line 358, ../sass/_header.scss */
  #block-cins-theme-main-menu .navbar-nav {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 358, ../sass/_header.scss */
  #block-cins-theme-main-menu .navbar-nav {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  /* line 358, ../sass/_header.scss */
  #block-cins-theme-main-menu .navbar-nav {
    text-align: center;
  }
}

/* line 394, ../sass/_header.scss */
#main-menu-placeholder-mobile .navbar-nav {
  text-align: left;
}
/* line 398, ../sass/_header.scss */
#main-menu-placeholder-mobile .navbar-nav .dropdown-item:hover {
  background-color: transparent;
  text-decoration: underline;
}

/* line 406, ../sass/_header.scss */
#navigation-wrapper {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px -12px 27px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px -12px 27px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px -12px 27px 10px rgba(0, 0, 0, 0.6);
}
/* line 413, ../sass/_header.scss */
#navigation-wrapper.sticky {
  position: fixed;
}
/* line 416, ../sass/_header.scss */
#navigation-wrapper.sticky .navbar-nav > li:first-child {
  display: none;
}
/* line 420, ../sass/_header.scss */
#navigation-wrapper.sticky #navigation-main {
  justify-content: flex-start;
  padding: 0 15px;
}
/* line 425, ../sass/_header.scss */
#navigation-wrapper.sticky #block-logo-menu {
  height: 70px;
  padding: 10px 30px 6px;
}
/* line 433, ../sass/_header.scss */
#navigation-wrapper.sticky #block-telephone-menu a,
#navigation-wrapper.sticky #block-contact-menu a,
#navigation-wrapper.sticky #block-acheternosproduits-menu a {
  transition: 0.5s;
}
/* line 436, ../sass/_header.scss */
#navigation-wrapper.sticky #block-telephone-menu a:hover,
#navigation-wrapper.sticky #block-contact-menu a:hover,
#navigation-wrapper.sticky #block-acheternosproduits-menu a:hover {
  color: #e62d2d;
}
/* line 442, ../sass/_header.scss */
#navigation-wrapper.sticky #block-contact-menu {
  margin-left: 20px;
}
/* line 446, ../sass/_header.scss */
#navigation-wrapper.sticky #block-acheternosproduits-menu {
  margin-left: auto;
  margin-right: 15px;
}
@media (max-width: 767px) {
  /* line 446, ../sass/_header.scss */
  #navigation-wrapper.sticky #block-acheternosproduits-menu {
    margin-right: 10px;
  }
  /* line 454, ../sass/_header.scss */
  #navigation-wrapper.sticky #block-acheternosproduits-menu .buy-products i {
    width: 35px !important;
    height: 35px;
    font-size: 18px;
  }
}
/* line 465, ../sass/_header.scss */
#navigation-wrapper.sticky #block-cins-theme-main-menu > .navbar-nav {
  border-top: 1px solid #dedede;
}
@media (max-width: 1199px) {
  /* line 465, ../sass/_header.scss */
  #navigation-wrapper.sticky #block-cins-theme-main-menu > .navbar-nav {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  /* line 474, ../sass/_header.scss */
  #navigation-wrapper.sticky #block-contact-menu,
  #navigation-wrapper.sticky #block-telephone-menu,
  #navigation-wrapper.sticky #block-cins-theme-main-menu {
    display: none;
  }
}
/* line 482, ../sass/_header.scss */
#navigation-wrapper.sticky #block-menumobile,
#navigation-wrapper.sticky #block-sticky-mobile-menu {
  display: block;
  margin-right: 25px;
}
/* line 488, ../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 492, ../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: #000000;
  font-size: 25px;
}
@media (min-width: 768px) {
  /* line 482, ../sass/_header.scss */
  #navigation-wrapper.sticky #block-menumobile,
  #navigation-wrapper.sticky #block-sticky-mobile-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 505, ../sass/_header.scss */
  #navigation-wrapper:not(.sticky) {
    height: 0 !important;
  }
}
/* line 510, ../sass/_header.scss */
#navigation-wrapper:not(.sticky) #block-telephone-menu,
#navigation-wrapper:not(.sticky) #block-contact-menu,
#navigation-wrapper:not(.sticky) #block-acheternosproduits-menu,
#navigation-wrapper:not(.sticky) #block-logo-menu,
#navigation-wrapper:not(.sticky) #block-menumobile,
#navigation-wrapper:not(.sticky) #block-sticky-mobile-menu {
  height: 0;
}
/* line 519, ../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 524, ../sass/_header.scss */
  #navigation-wrapper:not(.sticky) #block-cins-theme-main-menu {
    display: none;
  }
}
/* line 531, ../sass/_header.scss */
#navigation-wrapper #block-telephone-menu,
#navigation-wrapper #block-contact-menu,
#navigation-wrapper #block-acheternosproduits-menu,
#navigation-wrapper #block-logo-menu {
  overflow: hidden;
}
/* line 540, ../sass/_header.scss */
#navigation-wrapper #block-logo-menu img {
  height: 50px;
}
/* line 546, ../sass/_header.scss */
#navigation-wrapper .buy-products .label {
  max-width: none;
  margin-right: 10px;
  font-size: 14px;
}
/* line 553, ../sass/_header.scss */
#navigation-wrapper .buy-products i {
  width: 30px !important;
  height: 30px;
  font-size: 14px;
}
/* line 561, ../sass/_header.scss */
#navigation-wrapper .nav-link {
  padding: 15px 10px;
  transition: 0.5s;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 568, ../sass/_header.scss */
#navigation-wrapper .nav-link.is-active, #navigation-wrapper .nav-link:hover {
  color: #e62d2d;
}
/* line 572, ../sass/_header.scss */
#navigation-wrapper .nav-link.is-active::before, #navigation-wrapper .nav-link:hover::before {
  color: #e62d2d;
}
/* line 577, ../sass/_header.scss */
#navigation-wrapper .nav-link[data-drupal-link-system-path="<front>"] {
  position: relative;
  padding: 10px 12px;
  text-indent: -999px;
  overflow: hidden;
}
/* line 585, ../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 597, ../sass/_header.scss */
#navigation-wrapper .nav-link[href="#search"] {
            /*
            position: relative;

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

/* line 649, ../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 */
#menu-mobile-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 100vh;
}
@media (min-width: 768px) {
  /* line 25, ../sass/_mobile_menu.scss */
  #menu-mobile-wrapper .mobile-link {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 31, ../sass/_mobile_menu.scss */
  #menu-mobile-wrapper .desktop-link {
    display: none;
  }
}
/* line 37, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper #block-marquedusite-mobile {
  z-index: 2;
}
/* line 41, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .close-menu {
  z-index: 2;
}
/* line 45, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .menu-back {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
/* line 54, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .menu-content {
  position: absolute;
  width: calc(100% - 40px);
  margin-left: 40px;
  padding-top: 40px;
  padding-bottom: 50px;
  background: #000000;
  color: #ffffff;
}
/* line 66, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .close-menu {
  position: absolute;
  right: 25px;
  z-index: 5;
  font-size: 28px;
}
/* line 73, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .close-menu:hover {
  cursor: pointer;
}
/* line 79, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper #block-marquedusite-mobile {
  float: left;
  margin-bottom: 15px;
  width: 70%;
}
/* line 84, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper #block-marquedusite-mobile img {
  max-width: 70px;
}
/* line 89, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper #block-logo-menu,
#menu-mobile-wrapper #block-telephone-menu,
#menu-mobile-wrapper #block-contact-menu,
#menu-mobile-wrapper #block-acheternosproduits-menu {
  display: none;
}
/* line 98, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .nav-item + .nav-item {
  color: #ffffff;
  border-top: 1px solid #303030;
}
/* line 104, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .nav-link {
  padding-left: 10px;
}
/* line 110, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .dropdown .dropdown-toggle::after {
  content: "\f067";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  display: inline-block !important;
  float: right;
  margin-right: 25px;
  border: none;
  color: #303030;
}
/* line 126, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .dropdown.show .dropdown-toggle::after {
  content: "\f068";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
}
/* line 133, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .dropdown-menu {
  font-size: 14px;
  background: none;
  color: inherit;
}
/* line 140, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .dropdown-item {
  padding-left: 25px;
  padding-right: 5px;
  white-space: normal;
  color: inherit;
}
/* line 150, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .buy-products {
  margin: 20px 0;
  padding: 10px;
  font-size: 14px;
  background: #ffffff;
  color: #000000;
}
/* line 159, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .buy-products .link {
  display: block;
  text-align: center;
}
/* line 165, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .buy-products .label {
  display: inline-block;
  max-width: none;
  margin-right: 10px;
}
/* line 172, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .buy-products i {
  width: 30px;
  height: 30px;
  font-size: inherit;
}
/* line 181, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper #block-menupreheader-mobile {
  width: 100%;
}
/* line 184, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper #block-menupreheader-mobile .first-item {
  display: none;
}
/* line 188, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper #block-menupreheader-mobile ul {
  list-style: none;
}
/* line 193, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper #block-menupreheader-mobile li,
#menu-mobile-wrapper #block-contact-mobile,
#menu-mobile-wrapper #block-telephone-mobile {
  margin-bottom: 1px;
}
/* line 198, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper #block-menupreheader-mobile li a,
#menu-mobile-wrapper #block-contact-mobile a,
#menu-mobile-wrapper #block-telephone-mobile a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  background: #303030;
}
/* line 209, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper #block-contact-mobile,
#menu-mobile-wrapper #block-telephone-mobile {
  padding: 0;
}
/* line 213, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper #block-contact-mobile i,
#menu-mobile-wrapper #block-telephone-mobile i {
  display: none;
}
/* line 217, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper #block-contact-mobile .contact_link .value,
#menu-mobile-wrapper #block-telephone-mobile .contact_link .value {
  padding: 0;
}
/* line 223, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .follow-us {
  margin-top: 30px;
}
/* line 226, ../sass/_mobile_menu.scss */
#menu-mobile-wrapper .follow-us i {
  display: inline-block;
  width: 50px;
  padding: 10px 0;
  font-size: 30px;
  text-align: center;
  background: #303030;
}

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

/* line 7, ../sass/_footer.scss */
footer {
  border-top: 8px solid #303030;
  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 28, ../sass/_footer.scss */
footer #pre-footer-wrapper .pre-footer-5-mobile .region-pre-footer-5 {
  display: block;
  padding: 0;
}
@media (min-width: 992px) {
  /* line 35, ../sass/_footer.scss */
  footer #pre-footer-wrapper .pre-footer-5-mobile {
    display: none;
  }
}
/* line 42, ../sass/_footer.scss */
footer #pre-footer-wrapper {
  color: #ffffff;
  background-color: #000000;
  /* Pre footer need support block */
  /* Pre footer menus */
  /* Pre footer follow block */
  /* Pre footer brand logo */
}
@media (max-width: 767px) {
  /* line 42, ../sass/_footer.scss */
  footer #pre-footer-wrapper {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  /* line 42, ../sass/_footer.scss */
  footer #pre-footer-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 42, ../sass/_footer.scss */
  footer #pre-footer-wrapper {
    min-height: 550px;
  }
}
/* line 58, ../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 58, ../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 58, ../sass/_footer.scss */
  footer #pre-footer-wrapper h2 {
    padding-top: 40px;
  }
}
/* line 79, ../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: #e62d2d;
  color: #ffffff;
  font-size: 15px;
}
@media (min-width: 992px) {
  /* line 79, ../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 79, ../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 79, ../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 102, ../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 #000000;
}
@media (max-width: 767px) {
  /* line 102, ../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 102, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block::before,
  footer #pre-footer-wrapper .block-address-block::before {
    display: none;
  }
}
/* line 121, ../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 #000000;
}
@media (min-width: 992px) and (max-width: 1030px) {
  /* line 121, ../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 121, ../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 121, ../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 121, ../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 79, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block,
  footer #pre-footer-wrapper .block-address-block {
    top: 0;
  }
}
/* line 153, ../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 153, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-need-support-block h2,
  footer #pre-footer-wrapper .block-address-block h2 {
    font-size: 22px;
  }
}
/* line 166, ../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 169, ../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 173, ../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 179, ../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 183, ../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 188, ../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: #303030;
}
/* line 197, ../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 201, ../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 207, ../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 214, ../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 218, ../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 225, ../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: #303030;
  font-size: 25px;
}
@media (max-width: 767px) {
  /* line 236, ../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 #303030;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 236, ../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 249, ../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 254, ../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: #e62d2d;
    transition: 0.5s;
  }
}
@media (max-width: 767px) {
  /* line 268, ../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 274, ../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 280, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-usefull-information-menu ul,
  footer #pre-footer-wrapper #block-know-us-menu ul {
    padding-top: 10px;
  }
}
/* line 286, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-usefull-information-menu li,
footer #pre-footer-wrapper #block-know-us-menu li {
  margin-bottom: 20px;
  list-style-type: none;
}
/* line 291, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-usefull-information-menu li::before,
footer #pre-footer-wrapper #block-know-us-menu li::before {
  content: "\f0a9";
  font-family: 'Font Awesome\ 5 Pro', sans-serif;
  font-weight: 700;
  margin: 0 5px 0 0px;
  color: #e62d2d;
}
/* line 299, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-usefull-information-menu li a,
footer #pre-footer-wrapper #block-know-us-menu li a {
  transition: 0.5s;
}
/* line 302, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-usefull-information-menu li a:hover,
footer #pre-footer-wrapper #block-know-us-menu li a:hover {
  color: #e62d2d;
}
/* line 310, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block {
  padding-bottom: 25px;
  border-bottom: 1px solid #303030;
}
/* line 315, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block h2 {
  padding-bottom: 20px;
  padding-top: 70px;
}
@media (max-width: 767px) {
  /* line 315, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-follow-us-footer-block h2 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  /* line 315, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-follow-us-footer-block h2 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  /* line 328, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-follow-us-footer-block .follow-us {
    text-align: center;
  }
}
/* line 335, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block a:hover {
  background: none;
}
/* line 339, ../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: #303030;
}
/* line 350, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-follow-us-footer-block i {
  transition: 0.5s;
}
@media (max-width: 767px) {
  /* line 356, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-branding-logo-footer-block {
    border-bottom: 1px solid #303030;
  }
}
/* line 362, ../sass/_footer.scss */
footer #pre-footer-wrapper #block-branding-logo-footer-block img {
  width: 120px;
  height: auto;
  padding: 20px 0;
}
@media (max-width: 767px) {
  /* line 362, ../sass/_footer.scss */
  footer #pre-footer-wrapper #block-branding-logo-footer-block img {
    display: block;
    margin: 0 auto;
  }
}
/* line 376, ../sass/_footer.scss */
footer #footer-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  background-color: #303030;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 376, ../sass/_footer.scss */
  footer #footer-wrapper {
    padding: 30px 25px;
    text-align: center;
  }
}
/* line 393, ../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: #e62d2d;
}
/* 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: #e62d2d;
}
/* line 22, ../sass/_search.scss */
.block-search-form-block-wrapper .fancy-search-wrapper > .content .form-type-search input {
  color: #303030;
}
/* line 28, ../sass/_search.scss */
.block-search-form-block-wrapper .fancy-search-wrapper > .content .form-actions button::before {
  color: #303030;
}

/* */
/* 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;
}
/* line 14, ../sass/_paragraphs.scss */
.paragraph p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
/* line 19, ../sass/_paragraphs.scss */
.paragraph p + h2,
.paragraph p + h3,
.paragraph p + h4,
.paragraph p + h5,
.paragraph p + h6 {
  margin-top: 2rem;
}
/* line 27, ../sass/_paragraphs.scss */
.paragraph h2 {
  font-size: 33px;
  margin-bottom: 1rem;
}
/* line 32, ../sass/_paragraphs.scss */
.paragraph h3 {
  font-size: 25px;
  margin-bottom: 1rem;
}
/* line 37, ../sass/_paragraphs.scss */
.paragraph h4 {
  font-size: 18px;
  margin-bottom: 1rem;
}
/* line 44, ../sass/_paragraphs.scss */
.paragraph ul li,
.paragraph ol li {
  position: relative;
  margin-left: 24px;
  list-style-image: url("/sites/default/files/css/16x16.png");
  list-style-position: outside;
  			/*
              &::before {
              	position: absolute;
              	left: -20px;
                  @include font_awesome($fa-var-arrow-circle-right,'fas');
  
                  margin: 0 5px 0 0px;
  
                  color: $third_icon_color;
              }
              */
}
/* line 68, ../sass/_paragraphs.scss */
.paragraph .contextual-links li::before {
  display: none;
}
/* line 74, ../sass/_paragraphs.scss */
.paragraph img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* line 81, ../sass/_paragraphs.scss */
.paragraph a {
  transition: 0.5s;
}
/* line 84, ../sass/_paragraphs.scss */
.paragraph a:hover {
  color: #e62d2d;
}
/* line 90, ../sass/_paragraphs.scss */
.paragraph table caption {
  text-align: center;
}
/* line 95, ../sass/_paragraphs.scss */
.paragraph table tr td,
.paragraph table tr th {
  padding: 5px;
  border: 1px solid #000000;
}

/* line 1, ../sass/home/_customer_type.scss */
#customer-type-home-block {
  padding-bottom: 80px;
  background-color: #303030;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/* line 10, ../sass/home/_customer_type.scss */
#customer-type-home-block .tabs {
  margin-top: 30px;
  padding-bottom: 20px;
}
/* line 14, ../sass/home/_customer_type.scss */
#customer-type-home-block .tabs .tab-item {
  margin-right: 1px;
}
@media (min-width: 768px) {
  /* line 14, ../sass/home/_customer_type.scss */
  #customer-type-home-block .tabs .tab-item {
    max-height: 65px;
  }
}
@media (max-width: 1199px) {
  /* line 14, ../sass/home/_customer_type.scss */
  #customer-type-home-block .tabs .tab-item {
    padding: 10px 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, ../sass/home/_customer_type.scss */
  #customer-type-home-block .tabs .tab-item {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  /* line 14, ../sass/home/_customer_type.scss */
  #customer-type-home-block .tabs .tab-item {
    padding: 10px 5px;
    max-height: 65px;
    min-width: 180px;
    justify-content: center;
    font-size: 14px;
    line-height: 17px;
  }
}
/* line 43, ../sass/home/_customer_type.scss */
#customer-type-home-block .views-row {
  padding: 30px 0;
  background: #ffffff;
}
/* line 49, ../sass/home/_customer_type.scss */
#customer-type-home-block .slick-slide {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 55, ../sass/home/_customer_type.scss */
#customer-type-home-block .customer-type-wrapper .description {
  padding: 0 15px;
}
/* line 58, ../sass/home/_customer_type.scss */
#customer-type-home-block .customer-type-wrapper .description .image {
  margin-bottom: 15px;
}
/* line 64, ../sass/home/_customer_type.scss */
#customer-type-home-block .customer-type-wrapper .selection .selection-container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 64, ../sass/home/_customer_type.scss */
  #customer-type-home-block .customer-type-wrapper .selection .selection-container {
    margin-top: 40px;
  }
  /* line 71, ../sass/home/_customer_type.scss */
  #customer-type-home-block .customer-type-wrapper .selection .selection-container .button-next {
    font-size: 13px;
    padding: 15px;
  }
}
/* line 78, ../sass/home/_customer_type.scss */
#customer-type-home-block .customer-type-wrapper .selection .title {
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 63, ../sass/home/_customer_type.scss */
  #customer-type-home-block .customer-type-wrapper .selection {
    padding-right: 30px;
  }
}
/* line 91, ../sass/home/_customer_type.scss */
#customer-type-home-block .customer-type-wrapper img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  /* line 54, ../sass/home/_customer_type.scss */
  #customer-type-home-block .customer-type-wrapper {
    display: flex;
  }
}
/* line 101, ../sass/home/_customer_type.scss */
#customer-type-home-block .cins-nav-container {
  top: calc(50% - 61px);
  left: -15px;
  width: calc(100% + 15px);
}
/* line 107, ../sass/home/_customer_type.scss */
#customer-type-home-block .cins-nav-container .slick-arrow {
  z-index: 1;
  background: #000000;
  transition: 0.5s;
}
/* line 113, ../sass/home/_customer_type.scss */
#customer-type-home-block .cins-nav-container .slick-arrow:hover {
  background: #e62d2d;
}
/* line 117, ../sass/home/_customer_type.scss */
#customer-type-home-block .cins-nav-container .slick-arrow::before {
  top: 15px;
  left: 8px;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  /* line 128, ../sass/home/_customer_type.scss */
  #customer-type-home-block .cins-nav-container .slick-prev {
    margin-left: 15px !important;
  }
}
/* line 135, ../sass/home/_customer_type.scss */
#customer-type-home-block .button-wrapper {
  text-align: center;
}
/* line 139, ../sass/home/_customer_type.scss */
#customer-type-home-block .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-bottom: 5px;
}
/* line 44, ../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 50, ../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: #000000;
}
/* line 55, ../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 #303030;
}
@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 #303030;
  }
}
@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: 170px;
  display: block;
  margin: 20px auto;
}
@media (max-width: 767px) {
  /* line 104, ../sass/home/_home_why_work_with_us.scss */
  #block-pourquoitravailleravecnous .simple-button-link {
    margin-bottom: 0;
  }
}
/* line 113, ../sass/home/_home_why_work_with_us.scss */
#block-pourquoitravailleravecnous .simple-button-link .cins-paragraph-simple-button {
  background: #000000;
  color: #ffffff;
  font-weight: 700;
}
/* line 118, ../sass/home/_home_why_work_with_us.scss */
#block-pourquoitravailleravecnous .simple-button-link .cins-paragraph-simple-button:hover {
  color: #000000;
  background: #ffffff;
}
/* line 123, ../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: #e62d2d;
}
@media (max-width: 767px) {
  /* line 113, ../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 {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #000000;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #ffffff;
}
/* line 12, ../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;
  }
}
@media (min-width: 768px) {
  /* line 1, ../sass/home/_slider.scss */
  #block-views-block-slider-home-slider {
    height: 510px;
    padding-top: 35px;
  }
}

/* line 27, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser {
  background: #303030;
}
@media (min-width: 768px) {
  /* line 30, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .image_wrapper {
    float: left;
    width: 55%;
  }
}
/* line 38, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser .text_wrapper {
  position: relative;
  padding: 20px;
}
/* line 43, ../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 #303030 transparent;
}
@media (min-width: 768px) {
  /* line 38, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .text_wrapper {
    float: left;
    width: 45%;
    padding: 25px 30px;
  }
  /* line 65, ../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 #303030 transparent transparent;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 38, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .text_wrapper {
    padding: 15px 20px;
  }
}
/* line 79, ../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 95, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser .title {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  /* line 95, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .title {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 95, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
/* line 110, ../sass/home/_slider.scss */
.node-type-slide.node-display-teaser .slider-text {
  line-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 110, ../sass/home/_slider.scss */
  .node-type-slide.node-display-teaser .slider-text {
    line-height: 18px;
    font-size: 15px;
  }
}
/* line 119, ../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 135, ../sass/home/_slider.scss */
.js-cinsslider {
  max-width: 100%;
}
/* line 139, ../sass/home/_slider.scss */
.js-cinsslider:not(.slick-initialized) .views-row + .views-row {
  display: none;
}

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

/* line 167, ../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 167, ../sass/home/_slider.scss */
  .dots-container-cinsslider {
    bottom: 20px;
  }
}
/* line 183, ../sass/home/_slider.scss */
.dots-container-cinsslider .slick-dots li:hover button {
  border-color: #ffffff;
}

/* General display of the right column */
/* 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 .more-link {
  margin: 40px 0;
}
/* line 12, ../sass/recipe/_recipe.scss */
#block-views-block-recipe-last-10-recipes .more-link a {
  display: block;
  padding: 15px;
  width: 100%;
  min-width: auto;
  color: #000000;
  border: 1px solid #000000;
}
/* line 21, ../sass/recipe/_recipe.scss */
#block-views-block-recipe-last-10-recipes .more-link a:hover {
  background: #000000;
  color: #ffffff;
}
/* line 26, ../sass/recipe/_recipe.scss */
#block-views-block-recipe-last-10-recipes .more-link a::after {
  display: none;
}

/* Background of the container fluid in product page */
/* line 34, ../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 42, ../sass/recipe/_recipe.scss */
#block-views-block-recipe-associated-recipes {
  width: 100%;
  padding-bottom: 55px;
  /* Element of the recipes home view */
}
/* line 46, ../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 58, ../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 58, ../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 69, ../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: #e62d2d;
  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: #e62d2d;
}
@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 #e62d2d 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 #e62d2d;
  }
}
/* 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: #000000 !important;
}
/* line 147, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .text_wrapper .title-wrapper h2:hover a {
  color: #000000 !important;
}
@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 158, ../sass/recipe/_recipe_embed.scss */
.node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper {
  font-size: 16px;
}
/* line 161, ../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 161, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-time {
    bottom: 15px;
  }
}
/* line 174, ../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 174, ../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 174, ../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 195, ../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 195, ../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 195, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-time::after {
    height: 90px;
    bottom: -19px;
  }
}
/* line 217, ../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 217, ../sass/recipe/_recipe_embed.scss */
  .node-type-recipe.node-display-embed .text_wrapper .recipe-info-wrapper .recipe-difficulty {
    bottom: 15px;
  }
}
/* line 230, ../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 230, ../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 230, ../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: #e62d2d;
  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: #e62d2d;
  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 #000000;
}
@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: #000000;
  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 #000000;
}
/* 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: #e62d2d;
}
/* 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: #e62d2d;
  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: #e62d2d;
  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: #e62d2d;
}
/* 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: #e62d2d;
}
/* 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: #e62d2d;
}
/* 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: #e62d2d;
  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: #e62d2d;
  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: #e62d2d;
  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: #e62d2d;
}
/* 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: #000000;
  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: #e62d2d;
  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: #000000;
    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 #000000;
  }
}
/* 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: #e62d2d;
  /* 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: #e62d2d;
  /* 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: #000000;
  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: #e62d2d;
  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: #e62d2d;
  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: #e62d2d;
  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: #e62d2d;
  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: #000000;
  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: #e62d2d;
}
/* line 237, ../sass/recipe/_recipe_list.scss */
.node-type-recipe.node-display-list .recipe-list-wrapper .links-wrapper .show-details:hover {
  background: #ffffff;
  color: #e62d2d;
}
@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: #000000;
  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: #e62d2d;
  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: #e62d2d;
  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: #e62d2d;
}
@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 #e62d2d 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 #e62d2d;
  }
}
/* 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: #000000;
}
@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: #000000;
  border: 1px solid #000000;
}
/* line 23, ../sass/article/_article.scss */
#block-views-block-news-last-10-articles .more-link a:hover {
  background: #000000;
  color: #ffffff;
}
/* line 28, ../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: #e62d2d;
}
/* 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: #000000;
  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: #e62d2d;
  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: #e62d2d;
  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: #e62d2d;
  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: #000000;
  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: #e62d2d;
}
/* line 147, ../sass/article/_article_embed.scss */
.node-type-article.node-display-embed .article-embed-wrapper .links-wrapper .show-details:hover {
  background: #ffffff;
  color: #e62d2d;
}
@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: #e62d2d;
  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: #e62d2d;
  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 {
  color: #e62d2d;
}
/* line 33, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper:hover .links-wrapper {
  opacity: 1;
}
/* line 38, ../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 47, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .title-wrapper {
  padding: 20px 15px 15px 15px;
}
/* line 50, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .title-wrapper h2 {
  min-height: 70px;
  margin-bottom: 15px;
  color: #000000;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}
/* line 60, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .title-wrapper .submitted-date {
  color: #e62d2d;
  font-size: 14px;
  font-style: italic;
}
/* line 67, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .image-wrapper {
  background: #e62d2d;
  overflow: hidden;
}
/* line 71, ../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 78, ../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 82, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .article-info-wrapper .article-category {
  margin-bottom: 10px;
  color: #e62d2d;
  font-weight: 700;
  text-align: center;
}
/* line 90, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .article-info-wrapper .article-description {
  font-size: 14px;
}
/* line 95, ../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 95, ../sass/article/_article_list.scss */
  .node-type-article.node-display-list .article-list-wrapper .links-wrapper {
    opacity: 1;
  }
}
/* line 104, ../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 104, ../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 119, ../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: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
}
/* line 131, ../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: #e62d2d;
}
/* line 139, ../sass/article/_article_list.scss */
.node-type-article.node-display-list .article-list-wrapper .links-wrapper .show-details:hover {
  background: #ffffff;
  color: #e62d2d;
}
@media (min-width: 576px) and (max-width: 1199px) {
  /* line 119, ../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 152, ../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 152, ../sass/article/_article_list.scss */
  .node-type-article.node-display-list .article-list-wrapper .links-wrapper .button-next {
    width: 100%;
  }
}
/* line 163, ../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: #000000;
  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: #e62d2d;
  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: #e62d2d;
}
@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: #e62d2d;
}
@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 #303030;
  -webkit-box-shadow: 0px 0px 15px -8px #303030;
  box-shadow: 0px 0px 15px -8px #303030;
}
/* 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: #e62d2d;
  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;
  }
}
@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 71, ../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 77, ../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 80, ../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 80, ../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 93, ../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 97, ../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: #e62d2d;
  font-size: 20px;
}
/* line 111, ../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 111, ../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 120, ../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 126, ../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 130, ../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: #000000;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
}
/* line 147, ../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 147, ../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 157, ../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 163, ../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 169, ../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 169, ../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 169, ../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 183, ../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: #e62d2d;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 197, ../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 203, ../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 203, ../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 203, ../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 219, ../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 222, ../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 227, ../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 232, ../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 240, ../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 246, ../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 249, ../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 254, ../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 262, ../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: #e62d2d;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  transition: 0.5s;
}
/* line 277, ../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: #000000 !important;
}
/* line 285, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 285, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper {
    margin-top: 50px;
  }
}
/* line 294, ../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 301, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-info-wrapper .product-sticker-link {
  color: #e62d2d;
  text-decoration: underline;
  transition: 0.5s;
}
/* line 306, ../sass/product/_product_full.scss */
.node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-info-wrapper .product-sticker-link:hover {
  color: #000000;
}
/* line 311, ../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 315, ../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 319, ../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: #e62d2d;
}
/* line 328, ../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 333, ../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 338, ../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 349, ../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 349, ../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 360, ../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 364, ../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 364, ../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 364, ../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 383, ../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 383, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper {
    display: flex;
  }
}
/* line 393, ../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: #e62d2d;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 393, ../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 405, ../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 410, ../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 410, ../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 410, ../sass/product/_product_full.scss */
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-cat .product-link-dealer-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-cat .product-link-dealer .product-link-dealer-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-cat .product-link-dealer-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-cat-label,
  .node-type-product.node-display-full .product-wrapper .product-details-wrapper .product-button-wrapper .button-dealer .product-link-dealer .product-link-dealer-label {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 410, ../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 441, ../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: #b01717;
}
/* line 446, ../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 450, ../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 {
  background: #000000;
}
/* line 455, ../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: #b01717;
}
@media (max-width: 575px) {
  /* line 455, ../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 471, ../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: #303030;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 471, ../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 484, ../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 484, ../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 484, ../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 498, ../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: #000000;
}

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

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

/* line 593, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper {
  padding-bottom: 40px;
}
/* line 596, ../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: #303030;
}
/* line 611, ../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 619, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper .slick-next {
  left: auto;
  right: 0;
}
/* line 624, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper .centered-link {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
/* line 631, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper .associated-products-container {
  width: 100%;
}
/* line 634, ../sass/product/_product_full.scss */
.associated-products-bg .associated-products-wrapper .associated-products-container .associated-products-title {
  margin: 55px 0 25px 0;
  color: #000000;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

/* line 646, ../sass/product/_product_full.scss */
.product-second-paragraph-bg {
  padding: 60px 0;
  background: #000000;
  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: #e62d2d;
  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: #000000;
}
/* 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: #e62d2d;
  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;
  opacity: 0;
}
@media (max-width: 991px) {
  /* line 49, ../sass/product/_product_teaser.scss */
  .node-type-product.node-display-teaser .product-wrapper .button-next {
    opacity: 1;
  }
}
@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 67, ../sass/product/_product_teaser.scss */
.node-type-product.node-display-teaser .product-wrapper:hover .button-next {
  opacity: 1;
}

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

/* 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 */
}
/* 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: #000000;
  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: none;
  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 74, ../sass/tools/_exposed_filter.scss */
#page #block-cins-theme-content .view-header {
  text-align: right;
  font-style: italic;
}
@media (min-width: 992px) {
  /* line 74, ../sass/tools/_exposed_filter.scss */
  #page #block-cins-theme-content .view-header {
    position: absolute;
    left: 50px;
    top: 34px;
    color: #ffffff;
  }
}

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

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

/* line 36, ../sass/tools/_search.scss */
#header-search-js-wrapper {
  position: absolute;
  width: 100%;
  min-height: 90px;
  padding: 15px;
  background: #ffffff;
  border-bottom: 5px solid #e62d2d;
  z-index: 150;
}
/* line 48, ../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 56, ../sass/tools/_search.scss */
#header-search-js-wrapper #header-search-js-wrapper-close i:hover {
  color: #e62d2d;
  cursor: pointer;
}
/* line 63, ../sass/tools/_search.scss */
#header-search-js-wrapper .ajax-progress-throbber {
  position: absolute;
  right: 350px;
  top: 10px;
  width: 35px;
  height: 35px;
}
/* line 70, ../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 80, ../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 95, ../sass/tools/_search.scss */
#cins-search-results-wrapper {
  position: absolute;
  top: 85px;
  width: 100%;
  padding: 15px;
  padding-bottom: 0;
  background: #ffffff;
  border-bottom: 5px solid #e62d2d;
  z-index: 150;
}
/* line 107, ../sass/tools/_search.scss */
#cins-search-results-wrapper.fullpage {
  position: static;
}
/* line 111, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result {
  padding-top: 20px;
}
/* line 114, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result ul {
  list-style-type: none;
}
/* line 118, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-category {
  flex: 1;
  padding: 15px;
  background: #e62d2d;
  color: #ffffff;
}
/* line 126, ../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 134, ../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 145, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-category ul li::after {
  top: auto;
  bottom: -1px;
}
/* line 150, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-category ul li:hover {
  opacity: 1;
}
/* line 156, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-category .h4 {
  padding-top: 0;
  color: #ffffff;
  font-weight: 700;
}
/* line 164, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-product {
  border-top: 2px solid #000000;
}
/* line 167, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-product a:hover {
  color: #e62d2d;
}
/* line 171, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-product .h4 {
  margin-bottom: 0;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 180, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-recipe {
  margin-top: 15px;
  padding: 15px;
  background: #efefef;
}
/* line 185, ../sass/tools/_search.scss */
#cins-search-results-wrapper #cins-search-result .search-result-recipe .h4 {
  padding-top: 0;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 194, ../sass/tools/_search.scss */
#cins-search-results-wrapper .result-product-wrapper, #cins-search-results-wrapper .result-recipe-wrapper {
  display: flex;
}
/* line 197, ../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 200, ../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 205, ../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 213, ../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 219, ../sass/tools/_search.scss */
#cins-search-results-wrapper .result-recipe-wrapper .detail-wrapper .button-next {
  min-height: 30px;
  height: 30px;
}
/* line 227, ../sass/tools/_search.scss */
#cins-search-results-wrapper #search-show-all-results {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
  color: #e62d2d;
  text-transform: uppercase;
  text-align: right;
}
/* line 236, ../sass/tools/_search.scss */
#cins-search-results-wrapper #search-show-all-results a {
  transition: 0.5s;
}
/* line 239, ../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: #000000;
  font-size: 18px;
}
/* line 248, ../sass/tools/_search.scss */
#cins-search-results-wrapper #search-show-all-results a:hover {
  color: #000000;
}

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

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

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

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

  /* line 281, ../sass/tools/_search.scss */
  #cins-search-results-wrapper .results-recipe .result-recipe {
    margin-bottom: 20px;
  }
  /* line 284, ../sass/tools/_search.scss */
  #cins-search-results-wrapper .results-recipe .button-next {
    padding: 8px 0px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  /* line 294, ../sass/tools/_search.scss */
  #cins-search-results-wrapper .col-md-3 {
    display: flex;
  }
  /* line 298, ../sass/tools/_search.scss */
  #cins-search-results-wrapper .col-md-9 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 304, ../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 23, ../sass/tools/_sliders.scss */
.slick-list .node-display-teaser {
  margin: 5px;
}

/* line 28, ../sass/tools/_sliders.scss */
.slick-arrow {
  background: #000000 !important;
  transition: 0.5s !important;
}
/* line 32, ../sass/tools/_sliders.scss */
.slick-arrow:hover {
  background: #e62d2d !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: #303030;
}
/* 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: #000000;
}

/* 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 #303030;
  border-radius: 50%;
  background: none;
  text-indent: -999px;
  background: none;
}
/* line 130, ../sass/tools/_sliders.scss */
.slick-dots li.slick-active button {
  background: #303030;
}
/* line 136, ../sass/tools/_sliders.scss */
.slick-dots li:hover button {
  border-color: #000000;
}
/* 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: #000000;
  font-size: 18px;
  transition: 0.5s;
}
/* line 23, ../sass/tools/_social_share.scss */
.social-share .network:hover {
  cursor: pointer;
  color: #e62d2d !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: #303030;
  color: #ffffff;
}
@media (max-width: 1199px) {
  /* line 9, ../sass/tools/_sticky_buttons.scss */
  .sticky-button {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  }
}

/* line 1, ../sass/tools/_tabs.scss */
.tabs {
  display: flex;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
/* line 9, ../sass/tools/_tabs.scss */
.tabs.-inverse-color .tab-item {
  background: #ffffff;
  color: #e62d2d;
}
/* line 13, ../sass/tools/_tabs.scss */
.tabs.-inverse-color .tab-item:hover, .tabs.-inverse-color .tab-item.active {
  background: #000000;
  color: #ffffff;
}
/* line 20, ../sass/tools/_tabs.scss */
.tabs.-inverse-color .tab-item.active::after {
  border-top-color: #000000;
}
@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: #000000;
  color: #ffffff;
}
/* line 55, ../sass/tools/_tabs.scss */
.tabs .tab-item:hover, .tabs .tab-item.active {
  background: #ffffff;
  color: #e62d2d;
}
/* 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 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;
}

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

/* 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: #000000;
  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: #000000;
  text-align: center;
  transition: 0.5s;
  border: 15px solid #303030;
}
@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: #000000;
  background: #ffffff;
}

/* 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 11, ../sass/paragraph/_icon_title.scss */
.cins-paragraph-icon-title .icon-title-wrapper .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 80px;
  height: 80px;
  min-width: 80px;
  color: #000000;
  background: #ffffff;
  border-radius: 50%;
}
/* line 25, ../sass/paragraph/_icon_title.scss */
.cins-paragraph-icon-title .icon-title-wrapper .icon-wrapper i {
  font-size: 40px;
  display: flex;
}
/* line 34, ../sass/paragraph/_icon_title.scss */
.cins-paragraph-icon-title .icon-title-wrapper .icon-wrapper .img-custom-wrapper {
  background: #ffffff;
  border-radius: 50%;
}
/* line 39, ../sass/paragraph/_icon_title.scss */
.cins-paragraph-icon-title .icon-title-wrapper .icon-wrapper .img-custom-wrapper img {
  width: 45px;
  height: auto;
}
/* line 46, ../sass/paragraph/_icon_title.scss */
.cins-paragraph-icon-title .icon-title-wrapper .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;
  margin-top: 10px;
}
@media (max-width: 767px) {
  /* line 5, ../sass/paragraph/_image-title-button.scss */
  .cins-paragraph-image-title-button .image-title-button-wrapper {
    display: none;
  }
}
/* line 15, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper .image-wrapper {
  display: block;
  max-width: 100%;
}
/* line 19, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper .image-wrapper img {
  max-width: 100%;
  height: auto;
}
/* line 25, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper .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 42, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper .text-wrapper .title-wrapper {
  margin: 15px 0;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: left;
}
/* line 51, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper .text-wrapper .button-wrapper {
  margin: 15px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 59, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper .text-wrapper .button-wrapper a {
  width: 100%;
}
/* line 66, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper-mobile {
  background: #000000;
}
@media (min-width: 768px) {
  /* line 66, ../sass/paragraph/_image-title-button.scss */
  .cins-paragraph-image-title-button .image-title-button-wrapper-mobile {
    display: none;
  }
}
/* line 73, ../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;
  border: 1px solid #303030;
  transition: 0.5s;
}
/* line 82, ../sass/paragraph/_image-title-button.scss */
.cins-paragraph-image-title-button .image-title-button-wrapper-mobile a:hover {
  background: #303030;
}
/* line 86, ../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 86, ../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 100, ../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;
}

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

/* Key number + Title */
/* line 2, ../sass/paragraph/_key-number.scss */
.cins-paragraph-key-number {
  position: relative;
  display: block;
  width: 100%;
  margin: 25px 0;
}
/* line 11, ../sass/paragraph/_key-number.scss */
.cins-paragraph-key-number .key-number-wrapper .number-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 123px;
  height: 123px;
  margin-bottom: 20px;
  background: #303030;
  color: #e62d2d;
  font-size: 50px;
  font-weight: 700;
  border-radius: 50%;
  z-index: 2;
}
/* line 34, ../sass/paragraph/_key-number.scss */
.cins-paragraph-key-number .key-number-wrapper .hidden-another {
  display: none;
}
/* line 38, ../sass/paragraph/_key-number.scss */
.cins-paragraph-key-number .key-number-wrapper .title-wrapper {
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}
/* line 44, ../sass/paragraph/_key-number.scss */
.cins-paragraph-key-number .key-number-wrapper svg {
  position: absolute;
  top: -10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 50%;
  background: #bbb;
}
/* line 59, ../sass/paragraph/_key-number.scss */
.cins-paragraph-key-number .key-number-wrapper 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 75, ../sass/paragraph/_key-number.scss */
.cins-paragraph-key-number .key-number-wrapper 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: #000000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  border: 1px solid #000000;
}
/* line 15, ../sass/paragraph/_modal.scss */
.cins-paragraph-modal-button .cins-modal-link:hover {
  background: #000000;
  color: #ffffff;
  cursor: pointer;
}

/* line 29, ../sass/paragraph/_modal.scss */
.cins-paragraph-modal-text .cins-modal-link {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
/* line 34, ../sass/paragraph/_modal.scss */
.cins-paragraph-modal-text .cins-modal-link:hover {
  cursor: pointer;
}
/* line 38, ../sass/paragraph/_modal.scss */
.cins-paragraph-modal-text .cins-modal-link .modal-text-icon {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 18px;
}
/* line 45, ../sass/paragraph/_modal.scss */
.cins-paragraph-modal-text .cins-modal-link .modal-text-wrapper {
  font-size: 16px;
  font-style: italic;
}

/* line 4, ../sass/paragraph/_paragraph--type--bp--accordion.scss */
.paragraph--type--bp-accordion .card .card-header {
  position: relative;
  margin-bottom: 1px;
  background: #000000;
  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 3, ../sass/paragraph/_paragraph--type--bp-tabs.scss */
.paragraph--type--bp-tabs .nav-tabs li {
  list-style: none;
  padding: 0;
}
/* line 7, ../sass/paragraph/_paragraph--type--bp-tabs.scss */
.paragraph--type--bp-tabs .nav-tabs li a {
  padding: 15px;
}
/* line 11, ../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 {
  padding: 30px 0;
  background-position: center;
  background-repeat: no-repeat;
}
@media sm_down {
  /* line 11, ../sass/paragraph/_photo_gallery.scss */
  .cins-paragraph-photo-gallery .photo-gallery-all-wrapper .hidden-mobile {
    display: none;
  }
}
/* line 17, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper {
  /* Large display */
  /* Thumbnails display */
}
/* line 20, ../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: #303030;
}
/* line 34, ../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 42, ../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 48, ../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 52, ../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 52, ../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 52, ../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 52, ../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 81, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper {
  cursor: pointer;
}
/* line 85, ../sass/paragraph/_photo_gallery.scss */
.cins-paragraph-photo-gallery .photo-gallery-all-wrapper .content-wrapper .photo-gallery-nav-wrapper .slick-list .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 93, ../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 #e62d2d;
}
/* line 98, ../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: #303030;
}
/* line 114, ../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 122, ../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 127, ../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 127, ../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 127, ../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 127, ../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 149, ../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 #000000;
}
@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: #e62d2d;
  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: #e62d2d;
  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: #303030;
  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: #303030;
  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: #000000;
  text-align: left;
  transition: 0.5s;
  border: 1px solid #000000;
  	/*
  	&::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;
  	}
  	*/
}
/* line 30, ../sass/paragraph/_redirect-button.scss */
.cins-paragraph-button-redirect i {
  margin-left: auto;
  font-size: 50px;
  color: #e62d2d;
}
/* line 37, ../sass/paragraph/_redirect-button.scss */
.cins-paragraph-button-redirect:hover {
  background: #ffffff;
  color: #e62d2d;
}
/* line 43, ../sass/paragraph/_redirect-button.scss */
.cins-paragraph-button-redirect .button-redirect-wrapper .button-redirect-title {
  font-weight: 700;
}
/* line 47, ../sass/paragraph/_redirect-button.scss */
.cins-paragraph-button-redirect .button-redirect-wrapper .button-redirect-short-desc {
  font-weight: 500;
}

/* 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: #000000;
  color: #ffffff;
  border: 1px solid #303030;
  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: #303030;
}
@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;
}
@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 (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 50, ../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 20, ../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: #e62d2d;
  color: #ffffff;
  font-size: 50px;
  border-radius: 50%;
  border: 10px solid #dedede;
}
/* line 39, ../sass/paragraph/_reinssurance.scss */
.cins-paragraph-reinssurance .reinssurance-wrapper .text-wrapper .title-wrapper {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 52, ../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: #e62d2d;
  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 #000000;
  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: #000000;
}

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

/* 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: #e62d2d;
}
@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: #000000;
  border: 1px solid #000000;
  transition: 0.5s;
}
/* line 38, ../sass/paragraph/_text-button.scss */
.cins-paragraph-text-button .text-button-wrapper .link-wrapper a:hover {
  color: #ffffff;
  background: #000000;
}
@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: #303030;
}
/* 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 #303030;
  -webkit-box-shadow: 0px 0px 15px -5px #303030;
  box-shadow: 0px 0px 15px -5px #303030;
}
/* 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: #303030;
}
/* 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: #303030;
}
/* 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: #e62d2d;
}
/* 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;
}
/* line 5, ../sass/paragraph/_video.scss */
.cins-paragraph-video .video-wrapper {
  max-width: 100%;
}
/* line 8, ../sass/paragraph/_video.scss */
.cins-paragraph-video .video-wrapper iframe {
  max-width: 100%;
}
/* line 14, ../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 21, ../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: #e62d2d;
  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 #000000;
  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: #000000;
}

/* 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: #303030;
}
/* 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: #303030;
}
/* 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 #303030;
}
@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: #e62d2d;
}
@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 #000000;
}
/* 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 #000000 !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: #000000;
  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: #000000;
}
/* 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: #e62d2d;
  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: #e62d2d;
  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: #000000;
  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: #000000;
}
