html,
body {
  width: 100%;
  height: 100%;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.btn.btn-default {
  padding: 5px 50px;
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  border-radius: 50px;
  background-color: #ec6851;
}
::-moz-selection {
  color: white;
  background: #ec6851;
}
::selection {
  color: white;
  background: #ec6851;
}
body {
  position: relative;
  color: #333;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  overflow-x: hidden;
}
#grdp_barre_maxi,
#grdp_barre_mini {
  background-color: rgba(210,75,52,0.9) !important;
}
.overlay {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0,0,0,0.9);
  transition: opacity .2s linear;
}
.overlay.wake-up {
  opacity: 1;
  visibility: visible;
  transition: opacity .2s linear;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  padding: 8px;
  border: 1px solid #c1c1c1;
  font-size: 18px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  transition: all .2s linear;
}
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
textarea:hover,
textarea:focus {
  outline: 0;
  border: 1px solid #ec6851;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background-color: #f9f9f9;
  transition: all .3s linear;
}
textarea {
  resize: none;
}
.nf-form-fields-required {
  padding: 20px 5px;
  color: #8e8e8e;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
}
#nf-label-field-50-0 {
  font-size: 14px;
  margin: 0;
  padding-top: 4px;
  padding-left: 20px;
}
#carte-noel {
  position: fixed;
  display: block;
  left: 3rem;
  top: 8.5rem;
  background-color: #ec6851;
  color: #fff;
  padding: 3rem;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#carte-noel .collapsed {
  overflow: hidden;
}
#carte-noel span {
  display: inline-block;
  width: 0;
  opacity: 0;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  white-space: nowrap;
}
#carte-noel img {
  display: inline-block !important;
}
#carte-noel:hover span,
#carte-noel:focus span {
  width: 185px;
  padding-left: 1rem;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #carte-noel {
    top: auto;
    left: auto;
    bottom: 2.5rem;
    right: 2.5rem;
    padding: 1.5rem;
  }
}
header.homepage-header {
  position: relative;
  background-color: #ec6851;
  height: 40px;
}
header.homepage-header .content-wrapper {
  position: absolute;
  padding: 10px;
  z-index: 10;
  top: 0;
  left: 50%;
  width: 360px;
  height: 475px;
  text-align: center;
  background: url('../img/bg-header-home.png') no-repeat center;
  -webkit-transform: translate3d(-50%,-380px,0);
  transform: translate3d(-50%,-380px,0);
  transition: transform .3s ease-in-out;
}
header.homepage-header .content-wrapper.active {
  -webkit-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
  transition: transform .3s ease-in-out;
}
header.homepage-header .content-wrapper .content {
  position: relative;
}
header.homepage-header .content-wrapper .content .open-menu-icn {
  position: absolute;
  display: inline-block;
  bottom: -35px;
  left: 50%;
  width: 25px;
  height: 21px;
  text-indent: -9999px;
  background: url('../img/icn-arrows.png') no-repeat center;
  -webkit-transform: translate3d(-50%,0%,0);
  transform: translate3d(-50%,0%,0);
}
header.homepage-header h1 {
  margin: 0;
  color: #ec6851;
  font-size: 57px;
  font-family: 'Dorsa', sans-serif;
  letter-spacing: 7px;
  text-transform: uppercase;
}
header.homepage-header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header.homepage-header ul li {
  padding: 5px 0;
}
header.homepage-header ul li p {
  margin: 0;
  font-size: 20px;
}
header.homepage-header ul li::after {
  display: block;
  content: '';
  margin-top: 10px;
  height: 3px;
  width: 100%;
  background: url('../img/dots-small.png') repeat-x center;
}
header.homepage-header .fb-container {
  padding: 30px 0;
}
header.homepage-header .fb-container a {
  display: inline-block;
}
header.homepage-header .fb-container a img {
  opacity: 1;
  transition: opacity .3s linear;
}
header.homepage-header .fb-container a:hover img {
  opacity: 0.6;
  transition: opacity .3s linear;
}
header.homepage-header p.baseline {
  margin-bottom: 0;
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
header.site-header {
  position: relative;
  margin-top: 20px;
  height: 81px;
  background: transparent url('../img/header-pattern.png') repeat-x center;
}
header.site-header img {
  position: absolute;
  z-index: 20;
  width: 360px;
  left: 50%;
  top: -17px;
  transform: translate3d(-50%,0,0);
}
header.site-header .switch-univers {
  position: absolute;
  top: 0;
  right: 0;
  height: 81px;
  width: 255px;
  background-color: #d24b34;
  transition: width .1s linear;
}
header.site-header .switch-univers:hover {
  width: 300px;
  transition: width .2s linear;
}
header.site-header .switch-univers a {
  color: white;
}
header.site-header .switch-univers p {
  position: relative;
  padding: 13px 0;
  padding-right: 20px;
  margin: 0;
  width: 135px;
  color: white;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: right;
}
header.site-header .switch-univers p::before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 16px;
  left: -15px;
  width: 15px;
  height: 50px;
  background-color: #d24b34;
}
header.site-header .switch-univers img {
  padding: 11px 0;
}
header.site-header .switch-univers p,
header.site-header .switch-univers img {
  float: left;
}
header.site-header .switch-univers img {
  position: relative;
  left: inherit;
  top: inherit;
  width: auto;
  transform: none;
}
.social-menu-links {
  position: fixed;
  z-index: 20;
  top: 200px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s;
}
.social-menu-links ul {
  position: relative;
  margin: 0;
}
.social-menu-links ul li {
  position: relative;
  transition: transform .2s ease-out;
}
.social-menu-links ul li a,
.social-menu-links ul li p {
  display: inline-block;
}
.social-menu-links ul li a {
  height: 60px;
  width: 60px;
  color: white;
  text-align: center;
  background-color: #ec6851;
}
.social-menu-links ul li a .fa {
  padding: 13px 0;
  font-size: 33px;
}
.social-menu-links ul li img {
  position: relative;
  padding: 13px 0;
  left: inherit;
  top: inherit;
  width: 23px;
  transform: none;
}
.social-menu-links ul li p {
  display: inline-block;
  margin: 0;
  margin-left: -5px;
  padding: 5px 30px 5px 10px;
  width: 500px;
  line-height: 1.4;
  color: white;
  font-size: 18px;
  vertical-align: top;
  background-color: #ec6851;
}
.social-menu-links ul li p a {
  height: inherit;
  width: auto;
  text-align: inherit;
  background-color: transparent;
}
.social-menu-links ul li p a .fa {
  padding: 0;
  font-size: 10px;
  vertical-align: super;
}
.social-menu-links ul li:first-child a,
.social-menu-links ul li:first-child p {
  background-color: #e15d4e;
}
.social-menu-links ul li:nth-child(2) a,
.social-menu-links ul li:nth-child(2) p {
  background-color: #f28579;
}
.social-menu-links ul li:nth-child(3) a {
  background-color: #ffa399;
}
.social-menu-links ul li:last-child a,
.social-menu-links ul li:last-child p {
  background-color: #d24b34;
}
.social-menu-links ul li.can-open.open {
  transform: translateX(-280px);
  transition: transform .2s ease-in;
}
a.picto-mobile {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-size: 18px;
}
a.picto-mobile .fa {
  margin-right: 5px;
}
.tel-menu .tel-menu-wrapper {
  z-index: 20;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 250px;
  background-color: #ec6851;
  box-sizing: border-box;
  padding: 20px;
  color: white;
  margin-right: -250px;
  transition: margin 200ms ease-in-out;
}
.tel-menu .nav-toggle {
  position: absolute;
  padding: 7px 0;
  left: -40px;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #ec6851;
  text-decoration: none;
  text-align: center;
  border-bottom-left-radius: 3px;
}
.tel-menu .nav-toggle .fa {
  font-size: 25px;
  color: white;
}
.mobile-menu .mobile-menu-wrapper {
  z-index: 50;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 250px;
  background-color: #ec6851;
  box-sizing: border-box;
  padding: 20px;
  color: white;
  margin-left: -250px;
  transition: margin 200ms ease-in-out;
}
.mobile-menu .mobile-menu-wrapper.nav-open {
  margin-left: 0;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.mobile-menu .nav-toggle {
  position: absolute;
  padding: 7px 0;
  right: -50px;
  top: 30px;
  width: 40px;
  height: 40px;
  background-color: white;
  text-decoration: none;
  text-align: center;
  border: 1px solid #ec6851;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.mobile-menu .nav-toggle .fa {
  font-size: 25px;
  color: #ec6851;
}
.mobile-menu ul.nav-menu-mobile li {
  margin-bottom: 5px;
}
.mobile-menu ul.nav-menu-mobile li a {
  color: white;
  text-transform: uppercase;
  line-height: 2;
}
main.site-main {
  position: relative;
  width: 100%;
}
body.home .main-entrance .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.home .main-entrance .col-entrance {
  position: relative;
  width: 100%;
  min-height: 1px;
}
body.home .main-entrance .col-entrance a {
  display: block;
  height: 100%;
}
@media (min-width: 768px) {
  body.home .main-entrance .col-entrance {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
body.home .main-entrance .col-entrance.left {
  border-right: 2px solid white;
}
body.home .main-entrance .col-entrance.right {
  border-left: 2px solid white;
}
body.home .main-entrance .col-entrance.left,
body.home .main-entrance .col-entrance.right {
  position: relative;
  display: table;
  width: 100%;
  height: calc(100vh - 4.5em);
  max-height: 800px;
  transition: all .3s;
}
body.home .main-entrance .col-entrance.left:hover,
body.home .main-entrance .col-entrance.right:hover {
  transition: all .3s;
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -o-filter: brightness(1.1);
}
body.home .main-entrance .col-entrance.left {
  background: transparent url('../img/home-left.jpg') no-repeat center;
  background-size: cover;
}
body.home .main-entrance .col-entrance.right {
  background: transparent url('../img/home-right.jpg') no-repeat center;
  background-size: cover;
}
body.home .main-entrance .col-entrance.right .inner-col {
  top: 51.82%;
}
body.home .main-entrance .col-entrance .inner-col {
  position: absolute;
  width: 100%;
  top: 52%;
  left: 50%;
  -webkit-transform: translate3d(-50%,0%,0);
  transform: translate3d(-50%,0%,0);
}
.parallax-window {
  min-height: 300px;
  border-bottom: 3px solid #ec6851;
  background: transparent;
}
div.border-square {
  position: relative;
  border-bottom: 1px solid #ec6851;
}
div.border-square::after {
  position: absolute;
  display: inline-block;
  content: '';
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: #ec6851;
}
.navbar-page {
  position: relative;
  background: #ececec;
}
.navbar-page.big-boy {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #ec6851;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.navbar-page::before,
.navbar-page::after {
  position: absolute;
  display: inline-block;
  content: '';
  top: 0;
  width: 16px;
  height: 30px;
  background: #ececec;
}
.navbar-page::before {
  left: -16px;
}
.navbar-page::after {
  right: -16px;
}
.navbar-page ul.navbar-nav {
  text-align: center;
}
@media (min-width: 768px) {
  .navbar-page ul.navbar-nav {
    float: none;
  }
  .navbar-page ul.navbar-nav li {
    position: relative;
    display: inline-block;
    float: none;
  }
  .navbar-page ul.navbar-nav li::after {
    position: absolute;
    display: inline-block;
    margin: 0 3px;
    content: '';
    top: 12px;
    right: 0;
    background-color: #ec6851;
    height: 35px;
    width: 1px;
  }
  .navbar-page ul.navbar-nav li:last-child::after {
    display: none;
  }
  .navbar-page ul.navbar-nav li a {
    padding: 20px 19px 20px 15px;
    transition: color .2s linear;
  }
  .navbar-page ul.navbar-nav li a:hover {
    color: #ec6851;
    transition: color .2s linear;
  }
  .navbar-page ul.navbar-nav li.current-menu-item a {
    color: #ec6851;
  }
}
.navbar-page ul.navbar-nav > li > a {
  color: #333;
  font-size: 23px;
  font-weight: 300;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.orange-quote p {
  margin: 0 auto;
  padding: 70px 0;
  width: 94%;
  color: #cc5a45;
  font-size: 60px;
  line-height: 76px;
  font-weight: 400;
  font-family: 'Alex Brush', cursive;
  text-align: center;
}
div.border-right .textwidget {
  padding: 30px 30px 30px 0;
  border-top: 2px solid #ec6851;
  border-right: 2px solid #ec6851;
}
div.border-right h3 {
  display: inline-block;
  margin: -40px 0px;
  padding: 30px 0px;
  color: #ec6851;
  font-size: 70px;
  letter-spacing: 4px;
  font-family: 'Dorsa', sans-serif;
  text-transform: uppercase;
  background-color: white;
}
div.border-left {
  border-left: 2px solid #ec6851;
  border-bottom: 2px solid #ec6851;
}
div.border-left h3 {
  display: inline-block;
  margin-bottom: 0;
  padding: 20px 0px 0 20px;
  color: #ec6851;
  font-size: 70px;
  letter-spacing: 4px;
  font-family: 'Dorsa', sans-serif;
  text-transform: uppercase;
  background-color: white;
}
div.border-left .textwidget {
  padding: 20px 0 20px 20px;
}
.row-viande {
  padding-left: 20px;
  padding-bottom: 50px;
}
.row-viande h3.widget-title {
  display: inline-block;
  padding: 10px;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  font-family: inherit;
  text-transform: inherit;
  background-color: inherit;
}
.row-viande .so-panel.widget.widget_text {
  color: white;
  background-color: #ec6851;
}
.row-viande div.textwidget {
  padding: 10px;
  min-height: 102px;
}
.row-viande div.textwidget p {
  font-size: 20px;
  line-height: 1.2;
}
.row-charcuterie {
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 50px;
  border-right: 2px solid #ec6851;
  border-bottom: 2px solid #ec6851;
}
.row-charcuterie h3.widget-title {
  display: inline-block;
  margin-bottom: 0;
  color: #ec6851;
  font-size: 70px;
  letter-spacing: 4px;
  font-family: 'Dorsa', sans-serif;
  text-transform: uppercase;
}
.page-boucherie #pg-7-0,
.page-boucherie #pg-7-1,
.page-boucherie #pg-7-2,
.page-boucherie #pl-7 .so-panel {
  margin-bottom: 0;
}
.page-boucherie .idc-gallery {
  padding-bottom: 50px;
  border-right: 2px solid #ec6851;
  border-bottom: 2px solid #ec6851;
}
.page-boucherie .gallery {
  margin: 0 auto !important;
}
.page-boucherie .gallery-item .gallery-caption {
  font-size: 20px !important;
  background-color: rgba(236,104,81,0.7);
}
.page-boucherie .gallery-icon {
  display: inherit !important;
  height: 100% !important;
}
.page-boucherie .gallery-icon a {
  position: relative;
  display: block !important;
  height: 100%;
}
.page-boucherie .gallery-icon a::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0,0,0,0.6) url('../img/icn-plus.png') no-repeat center;
  transition: all .2s linear;
}
.page-boucherie .gallery-icon a:hover::before {
  opacity: 1;
  visibility: visible;
  transition: all .2s linear;
}
.depliant-fetes {
  margin: 100px auto;
  background: #ec6851;
}
.depliant-fetes a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.depliant-fetes .depliant {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(0,-45%,0);
}
.depliant-fetes p {
  position: relative;
  margin-left: 70px;
  margin-bottom: 0;
  padding: 70px 0;
  width: 45%;
  color: white;
  font-weight: 400;
  font-size: 60px;
  line-height: 0.9;
  font-family: 'Alex Brush', cursive;
  text-align: center;
}
.depliant-fetes p::before,
.depliant-fetes p::after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 63px;
  height: 45px;
  background: transparent url('../img/tiny-star.png') no-repeat center;
  background-size: cover;
}
.depliant-fetes p::before {
  top: 40px;
  left: -45px;
}
.depliant-fetes p::after {
  right: -45px;
  bottom: 40px;
}
.page-traiteur .text-traiteur p {
  margin-bottom: 20px;
}
.page-traiteur div.illustrations {
  margin: 40px auto;
}
.page-traiteur div.illustrations .wrapper-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-traiteur div.illustrations .wrapper-content .col {
  width: 100%;
  padding: 0;
}
.page-traiteur div.illustrations .wrapper-content .col a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.page-traiteur div.illustrations .wrapper-content .col .bg-container {
  position: relative;
  min-height: 730px;
  background-size: cover;
  border-bottom: 15px solid #ec6851;
}
.page-traiteur div.illustrations .wrapper-content .col:first-child {
  padding-right: 30px;
}
.page-traiteur div.illustrations .wrapper-content .col:first-child .bg-container {
  background: url('../img/montage-traiteur-du-centre.jpg') no-repeat center;
  transition: all .3s;
}
.page-traiteur div.illustrations .wrapper-content .col:first-child .bg-container:hover {
  transition: all .3s;
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -o-filter: brightness(1.1);
}
.page-traiteur div.illustrations .wrapper-content .col:last-child {
  padding-left: 30px;
}
.page-traiteur div.illustrations .wrapper-content .col:last-child .bg-container {
  background: url('../img/illu-traiteur.png') no-repeat center;
  transition: all .3s;
}
.page-traiteur div.illustrations .wrapper-content .col:last-child .bg-container:hover {
  transition: all .3s;
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -o-filter: brightness(1.1);
}
.page-traiteur div.illustrations .wrapper-content .col p.title,
.page-traiteur div.illustrations .wrapper-content .col p.baseline {
  position: absolute;
  padding: 10px 30px;
  left: 0;
  right: 0;
  color: white;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
.page-traiteur div.illustrations .wrapper-content .col p.title {
  top: 0;
  background: #ec6851;
}
.page-traiteur div.illustrations .wrapper-content .col p.baseline {
  margin-bottom: 0;
  color: #ec6851;
  left: 0;
  right: inherit;
  bottom: 0;
  text-align: left;
  background: rgba(255,255,255,0.8);
}
@media (min-width: 768px) {
  .page-traiteur div.illustrations .wrapper-content .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.page-plats h3 {
  margin: 50px auto;
  color: #ec6851;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 4px;
  font-family: 'Dorsa', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.page-plats .pictos-list {
  margin-bottom: 80px;
}
.page-plats .pictos-list .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-plats .pictos-list .items .col-4 {
  position: relative;
  width: 50%;
  min-height: 1px;
}
.page-plats .pictos-list .items .col-4 p {
  padding: 15px 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px) {
  .page-plats .pictos-list .items .col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .page-plats .pictos-list .items .col-4 {
    -ms-flex: 0 0 24.666666%;
    flex: 0 0 24.666666%;
    max-width: 24.666666%;
  }
}
.page-plats .baseline-big {
  margin-bottom: 80px;
}
.page-plats .baseline-big p {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 55px;
  font-family: 'Alex Brush', cursive;
  text-align: center;
  letter-spacing: 2px;
}
.page-plats .baseline-big p::before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  left: 50%;
  width: 200px;
  height: 145px;
  transform: translate3d(-50%,-50%,0);
  border-top: 2px solid #959595;
  border-bottom: 2px solid #959595;
}
.page-plats .container-plats {
  margin-bottom: 80px;
}
.page-plats .container-plats .plats-header h3 {
  margin-bottom: 0;
}
.page-plats .container-plats .plats-header p {
  color: #797979;
  font-size: 25px;
  text-align: center;
}
.page-plats .container-plats .items {
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-plats .container-plats .items .col-3 {
  position: relative;
  padding: 15px;
  width: 100%;
  min-height: 1px;
}
@media (min-width: 768px) {
  .page-plats .container-plats .items .col-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.page-plats .container-plats .items .col-3 p.title {
  padding: 6px 0;
  margin-bottom: 0;
  color: white;
  background: #ec6851;
  text-align: center;
  text-transform: uppercase;
}
.page-plats .container-plats .items .col-3 .content {
  padding: 35px 25px;
  border: 1px solid #ec6851;
}
.page-plats .plats-pasteurises {
  margin-bottom: 80px;
}
.page-plats .plats-pasteurises .plats-header h3 {
  margin-bottom: 0;
}
.page-plats .plats-pasteurises .plats-header p {
  color: #797979;
  font-size: 25px;
  text-align: center;
}
.page-plats .plats-pasteurises .items {
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-plats .plats-pasteurises .items .col {
  position: relative;
  padding: 15px;
  width: 100%;
  min-height: 1px;
}
@media (min-width: 768px) {
  .page-plats .plats-pasteurises .items .col.left {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .page-plats .plats-pasteurises .items .col.right {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
}
.page-plats .plats-pasteurises .items .col.right img {
  border: 1px solid #ec6851;
}
.page-plats .plats-pasteurises .items.liste-plats {
  margin-top: 40px;
  padding: 20px 40px;
  border: 1px solid #ec6851;
}
.page-plats .plats-pasteurises .items.liste-plats .col-3 {
  position: relative;
  padding: 15px;
  width: 100%;
  min-height: 1px;
}
@media (min-width: 768px) {
  .page-plats .plats-pasteurises .items.liste-plats .col-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.page-plats .plats-pasteurises .items.liste-plats .col-3 p.title {
  padding: 6px 0;
  color: #ec6851;
  text-align: center;
  text-transform: uppercase;
}
.page-plats .plats-pasteurises .items.liste-plats .col-3 .content {
  text-align: center;
}
.page-plats .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0,-50%);
}
.page-plats .owl-carousel .owl-nav .owl-prev,
.page-plats .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -21px;
}
.page-plats .owl-carousel .owl-nav .owl-prev span,
.page-plats .owl-carousel .owl-nav .owl-next span {
  display: block;
  color: white;
  font-size: 80px;
  font-weight: 400;
  line-height: 0;
  text-shadow: 0 0px 7px rgba(0,0,0,0.4);
}
.page-plats .owl-carousel .owl-nav .owl-prev:hover span,
.page-plats .owl-carousel .owl-nav .owl-next:hover span {
  color: #ec6851;
}
.page-plats .owl-carousel .owl-nav .owl-prev:focus,
.page-plats .owl-carousel .owl-nav .owl-prev:active,
.page-plats .owl-carousel .owl-nav .owl-next:focus,
.page-plats .owl-carousel .owl-nav .owl-next:active {
  outline: 0;
}
.page-plats .owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
.page-plats .owl-carousel .owl-nav .owl-next {
  right: 10px;
}
.page-plats .owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-plats .owl-carousel .owl-dots .owl-dot span {
  background: white;
}
.page-plats .owl-carousel .owl-dots .owl-dot.active span {
  background: #ec6851;
}
.page-plats .owl-carousel .owl-dots .owl-dot:focus,
.page-plats .owl-carousel .owl-dots .owl-dot:active {
  outline: 0;
}
.page-plats .owl-carousel .owl-item .inner-item {
  width: 100%;
  min-height: 466px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-event .tabs-event a:focus,
.page-event .tabs-event a:hover {
  color: #ec6851;
}
.page-event .tabs-event .nav>li>a {
  padding: 15px;
}
.page-event .tabs-event .nav-tabs > li:nth-child(2) > a {
  background-color: #eee;
}
.page-event .tabs-event .nav-tabs > li:last-child > a {
  background-color: #dcdcdc;
}
.page-event .tabs-event .nav-tabs>li {
  width: 50%;
}
.page-event .tabs-event .nav-tabs>li>a {
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s linear;
}
.page-event .tabs-event .nav-tabs>li.active>a,
.page-event .tabs-event .nav-tabs>li.active>a:focus,
.page-event .tabs-event .nav-tabs>li.active>a:hover {
  color: #ec6851;
  transition: all .2s linear;
}
.page-event .tabs-event .tab-content {
  border: 1px solid #eee;
  border-top: 0;
}
.page-event .tabs-event .tab-content .tab-pane {
  padding: 20px;
}
.page-event .tabs-event .tab-content .tab-pane:nth-child(2) {
  background-color: #eee;
}
.page-event .tabs-event .tab-content .tab-pane:last-child {
  background-color: #dcdcdc;
}
.page-event .tabs-event .tab-content .content {
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-event .tabs-event .tab-content .content .col {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  min-height: 1px;
}
.page-event .tabs-event .tab-content .content .col.left a {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-event .tabs-event .tab-content .content .col.left a[href*=".pdf"] {
  background-color: #ec6851;
  color: #fff;
  border: 1px solid #ec6851;
  display: inline-block;
  margin-right: 15px;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.page-event .tabs-event .tab-content .content .col.left a[href*=".pdf"]:before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-weight: 900;
  margin-right: 10px;
}
.page-event .tabs-event .tab-content .content .col.left a[href*=".pdf"]:hover {
  background-color: #fff;
  color: #ec6851;
}
.page-event .tabs-event .tab-content .content .col.left a[href*=".pdf"]:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .page-event .tabs-event .tab-content .content .col.left {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-event .tabs-event .tab-content .content .col.right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .page-event .tabs-event .tab-content .content .col.left {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }
  .page-event .tabs-event .tab-content .content .col.right {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.page-event .tabs-event .tab-content .content .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0,-50%);
}
.page-event .tabs-event .tab-content .content .owl-carousel .owl-nav .owl-prev,
.page-event .tabs-event .tab-content .content .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -21px;
}
.page-event .tabs-event .tab-content .content .owl-carousel .owl-nav .owl-prev span,
.page-event .tabs-event .tab-content .content .owl-carousel .owl-nav .owl-next span {
  display: block;
  color: white;
  font-size: 80px;
  font-weight: 400;
  line-height: 0;
  text-shadow: 0 0px 7px rgba(0,0,0,0.4);
}
.page-event .tabs-event .tab-content .content .owl-carousel .owl-nav .owl-prev:hover span,
.page-event .tabs-event .tab-content .content .owl-carousel .owl-nav .owl-next:hover span {
  color: #ec6851;
}
.page-event .tabs-event .tab-content .content .owl-carousel .owl-nav .owl-prev:focus,
.page-event .tabs-event .tab-content .content .owl-carousel .owl-nav .owl-prev:active,
.page-event .tabs-event .tab-content .content .owl-carousel .owl-nav .owl-next:focus,
.page-event .tabs-event .tab-content .content .owl-carousel .owl-nav .owl-next:active {
  outline: 0;
}
.page-event .tabs-event .tab-content .content .owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
.page-event .tabs-event .tab-content .content .owl-carousel .owl-nav .owl-next {
  right: 10px;
}
.page-event .tabs-event .tab-content .content .owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-event .tabs-event .tab-content .content .owl-carousel .owl-dots .owl-dot span {
  background: white;
}
.page-event .tabs-event .tab-content .content .owl-carousel .owl-dots .owl-dot.active span {
  background: #ec6851;
}
.page-event .tabs-event .tab-content .content .owl-carousel .owl-dots .owl-dot:focus,
.page-event .tabs-event .tab-content .content .owl-carousel .owl-dots .owl-dot:active {
  outline: 0;
}
.page-event .tabs-event .tab-content .content .owl-carousel .owl-item .inner-item {
  width: 100%;
  min-height: 466px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-event .form-events {
  margin-bottom: 60px;
}
.page-event .form-events input[type="button"] {
  display: table;
  padding: 4px;
  margin: 0 auto;
  width: 30%;
  color: white;
  font-size: 30px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid transparent;
  background: #ec6851;
  transition: all .1s linear;
}
.page-event .form-events input[type="button"]:hover,
.page-event .form-events input[type="button"]:focus {
  color: #ec6851;
  width: 32%;
  border: 1px solid #ec6851;
  background: white;
  transition: all .2s linear;
}
.page-conserves .conserves-grid {
  position: relative;
  transition: all 1s ease;
}
.page-conserves ul.filters {
  position: relative !important;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-conserves ul.filters li {
  display: inline-block;
  padding: 20px 15px;
  margin-right: 0;
  float: none;
  width: 50%;
  text-align: center;
  border-radius: 7px;
  cursor: pointer;
}
.page-conserves ul.filters li:first-child span {
  background-color: #d8594b;
}
.page-conserves ul.filters li:nth-child(2) span {
  background-color: #e66b6e;
}
.page-conserves ul.filters li:nth-child(3) span {
  background-color: #c2243c;
}
.page-conserves ul.filters li:last-child span {
  background-color: #e6e6e6;
  color: #ec6851;
}
@media (min-width: 768px) {
  .page-conserves ul.filters li {
    -ms-flex: 0 0 24.666666%;
    flex: 0 0 24.666666%;
    max-width: 24.666666%;
  }
}
.page-conserves ul.filters li span {
  display: block;
  padding: 15px 20px;
  color: white;
  font-size: 25px;
  font-weight: 700;
  width: 100%;
  border-radius: 7px;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.6;
  transition: all .2s linear;
}
.page-conserves ul.filters li span.active {
  opacity: 1;
  transform: scale(1.1);
  letter-spacing: 1px;
  box-shadow: inset 0 -2px 0 rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.4);
  transition: all .3s linear;
}
.page-conserves #conserveslist {
  position: relative !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-conserves .conserve {
  display: none;
  position: relative !important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  width: 90%;
  min-height: 1px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-conserves .conserve {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .page-conserves .conserve {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.page-conserves .conserve .conserve-wrapper {
  overflow: hidden;
  position: relative !important;
  border: 1px solid #ec6851;
}
.page-conserves .conserve .conserve-wrapper p {
  margin-bottom: 0;
  padding: 10px 0;
  color: white;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #ec6851;
}
.page-conserves .conserve img {
  max-width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645,0.045,0.355,1);
  transition: all 600ms cubic-bezier(0.645,0.045,0.355,1);
}
.page-conserves .points-de-vente {
  padding: 40px;
  margin: 80px 0;
  background: #e66b6e;
}
.page-conserves .points-de-vente h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: white;
  text-align: center;
  border-bottom: 1px solid white;
  margin: 0 auto 40px;
  padding-bottom: 15px;
}
.page-conserves .points-de-vente .row {
  position: relative !important;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-conserves .points-de-vente .row .col {
  position: relative !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 100%;
  min-height: 1px;
}
@media (min-width: 768px) {
  .page-conserves .points-de-vente .row .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .page-conserves .points-de-vente .row .col {
    -ms-flex: 0 0 24.666666%;
    flex: 0 0 24.666666%;
    max-width: 24.666666%;
  }
}
.page-conserves .points-de-vente .row:last-child {
  margin-bottom: 0;
}
.page-conserves .points-de-vente p {
  margin-bottom: 0;
  font-size: 21px;
  color: white;
  text-transform: uppercase;
}
.page-conserves .points-de-vente p.address,
.page-conserves .points-de-vente p.phone {
  text-transform: none;
}
.page-conserves .points-de-vente p a {
  color: white;
}
.page-conserves .points-de-vente p.title {
  margin-bottom: 10px;
}
.page-conserves .points-de-vente p.phone {
  margin-top: 10px;
}
h3.dots-title {
  position: relative;
  display: inline-block;
  margin: 50px auto;
  color: #ec6851;
  font-size: 32px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
}
h3.dots-title::before,
h3.dots-title::after {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  width: 28%;
  height: 5px;
  background: url('../img/bg-dots.png');
  transform: translate(0,-50%);
}
@media (max-width: 1200px) {
  h3.dots-title::before,
  h3.dots-title::after {
    width: 25%;
  }
}
@media (max-width: 992px) {
  h3.dots-title::before,
  h3.dots-title::after {
    width: 18%;
  }
}
@media (max-width: 768px) {
  h3.dots-title::before,
  h3.dots-title::after {
    display: none;
  }
}
h3.dots-title::before {
  left: 0;
}
h3.dots-title::after {
  right: 0;
}
.page-magasins .text-container p,
.page-magasins .text-container a {
  color: #333 !important;
  font-weight: 400 !important;
}
.footer-magasins {
  padding: 20px 0 10px;
  margin-top: 30px;
  margin-bottom: 0;
  background: url('../img/footer-magasins.png') no-repeat center;
}
.footer-magasins p.footer-head {
  padding-top: 20px;
  padding-bottom: 10px;
  color: white;
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  font-family: 'Dorsa', sans-serif;
  text-align: center;
}
.page-magasins .col-wrapper,
.footer-magasins .col-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-magasins .col-wrapper .col,
.footer-magasins .col-wrapper .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 15px;
}
@media (min-width: 768px) {
  .page-magasins .col-wrapper .col,
  .footer-magasins .col-wrapper .col {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.page-magasins .col-wrapper .col .text-container,
.footer-magasins .col-wrapper .col .text-container {
  padding: 10px 0;
}
.page-magasins .col-wrapper .col .text-container p,
.footer-magasins .col-wrapper .col .text-container p {
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: 1px;
}
.page-magasins .col-wrapper .col .text-container p,
.page-magasins .col-wrapper .col .text-container a,
.footer-magasins .col-wrapper .col .text-container p,
.footer-magasins .col-wrapper .col .text-container a {
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
div.pagination {
  display: block;
  margin: 5px 0;
  padding: 10px;
  border-radius: 0;
  text-align: center;
  background-color: white;
}
div.pagination a,
div.pagination span.current {
  padding: 0 5px;
  display: inline-block;
  color: #333;
}
div.pagination span.current {
  color: #ec6851;
}
div.pagination .prev,
div.pagination .next {
  padding: 0;
  border: 0;
}
.page-wrapper.notfound p {
  padding: 60px 0;
  color: white;
  text-align: center;
}
.page-id-567 .site-main {
  padding-top: 200px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .page-id-567 .site-main {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  #fetesModal .modal-lg {
    width: 90% !important;
  }
}
#fetesModal h2 {
  margin-bottom: 2rem;
}
#fetesModal embed {
  width: 100%;
  height: 80vh;
}
div.modal#mentions .modal-title {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
div.modal#mentions .modal-body {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.featherlight .featherlight-content {
  background-color: #ec6851 !important;
}
.featherlight .featherlight-close-icon {
  color: white !important;
  background: none !important;
}
footer.site-footer {
  padding: 20px 0 15px;
  background-color: #3e3e3e;
}
footer.site-footer p,
footer.site-footer a {
  color: white;
}
.wizzle {
  -webkit-animation-name: wizzle;
  animation-name: wizzle;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@keyframes wizzle {
  from {
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  65% {
    -webkit-transform: translate(-50%,8px);
    transform: translate(-50%,8px);
  }
  to {
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
}
@media screen and (max-width: 768px) {
  .navbar-page ul.navbar-nav > li > a {
    padding: 13px 15px 13px 8px;
    font-size: 22px;
  }
  .navbar-page ul.navbar-nav li::after {
    top: 8px;
    height: 30px;
  }
  div.orange-quote p {
    padding: 40px 0;
    font-size: 43px;
    line-height: 50px;
  }
  div.border-right h3,
  div.border-left h3 {
    font-size: 60px;
  }
  .depliant-fetes p {
    padding: 30px 0;
    margin-left: 30px;
    font-size: 44px;
    width: 57%;
  }
  .depliant-fetes p::before {
    top: 18px;
    left: -21px;
  }
  .depliant-fetes p::after {
    right: -5px;
    bottom: 16px;
  }
  .depliant-fetes p::before,
  .depliant-fetes p::after {
    width: 41px;
    height: 29px;
  }
  .depliant-fetes .depliant {
    left: 55%;
    width: 367px;
  }
  .page-traiteur div.illustrations .wrapper-content .col:first-child {
    padding-right: 10px;
  }
  .page-traiteur div.illustrations .wrapper-content .col:last-child {
    padding-left: 10px;
  }
  .page-conserves ul.filters li span {
    font-size: 20px;
    min-height: 78px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 21px;
  }
  header.site-header img {
    width: 180px;
    top: -9px;
  }
  header.site-header .switch-univers {
    width: 115px;
  }
  header.site-header .switch-univers p {
    width: 106px;
    padding-right: 0;
  }
  header.site-header .switch-univers p::before {
    left: -10px;
    width: 10px;
  }
  .navbar-page ul.navbar-nav > li > a {
    padding: 6px 0 4px 0;
    font-size: 20px;
  }
  div.orange-quote p {
    padding: 26px 0;
    font-size: 34px;
    line-height: 36px;
  }
  div.border-right h3,
  div.border-left h3 {
    font-size: 44px;
  }
  .page-event .form-events input[type="button"] {
    font-size: 19px;
  }
  .footer-magasins {
    background-position-y: top;
  }
  .footer-magasins .col-wrapper {
    display: block !important;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
  .footer-magasins .col-wrapper .col {
    padding: 0;
  }
  .footer-magasins .col-wrapper .col img {
    display: inline-block;
    width: 100%;
  }
  .footer-magasins .col-wrapper .col .img-container {
    width: 37%;
    margin-bottom: 17px;
  }
  .footer-magasins .col-wrapper .col .text-container {
    padding: 7px 10px;
  }
  .footer-magasins .col-wrapper .col .text-container p {
    text-align: left;
  }
  .footer-magasins .col-wrapper .col .img-container,
  .footer-magasins .col-wrapper .col .text-container {
    display: inline-block;
  }
  .footer-magasins .col-wrapper .col .text-container p,
  .footer-magasins .col-wrapper .col .text-container a {
    font-size: 14px;
    font-weight: 600;
  }
  .depliant-fetes {
    margin: 37px auto;
  }
  .depliant-fetes .depliant {
    display: none;
  }
  .depliant-fetes p {
    width: 100%;
    margin-left: 0;
    font-size: 36px;
  }
  .page-traiteur div.illustrations .wrapper-content .col:first-child {
    padding-right: 0;
  }
  .page-traiteur div.illustrations .wrapper-content .col:last-child {
    padding-left: 0;
  }
  .page-plats h3 {
    margin: 30px auto;
    font-size: 43px;
    font-weight: 600;
  }
  .page-plats .pictos-list {
    margin-bottom: 40px;
  }
  .page-plats .pictos-list .items .col-4 p {
    font-size: 17px;
  }
  .page-plats .pictos-list .items .col-4 img {
    width: 50%;
  }
  .page-plats .baseline-big {
    margin-bottom: 40px;
  }
  .page-plats .baseline-big p {
    font-size: 36px;
  }
  .page-plats .baseline-big p::before {
    height: 110px;
  }
  .page-event .tabs-event .nav-tabs>li>a {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
  }
  .page-event .tabs-event .tab-content .tab-pane {
    padding: 0 20px;
  }
  h3.dots-title {
    width: 70%;
    margin: 30px auto;
    display: block;
  }
  footer.site-footer .pull-left,
  footer.site-footer .pull-right {
    float: none !important;
  }
  footer.site-footer .pull-right p {
    text-align: center !important;
  }
  footer.site-footer .pull-right p img {
    margin: 0 10px !important;
    float: none !important;
    padding: 10px 0;
    display: inline-block;
  }
}
@media screen and (max-width: 360px) {
  header.homepage-header .content-wrapper {
    width: 320px;
  }
  header.homepage-header h1 {
    font-size: 37px;
    letter-spacing: 5px;
  }
  header.homepage-header p.baseline {
    font-size: 17px;
  }
  body.home .main-entrance .col-entrance .inner-col {
    width: 130%;
    top: 30%;
  }
  header.site-header img {
    width: 144px;
    top: -7px;
  }
  header.site-header {
    margin-top: 11px;
  }
}
