/* STYLES */
body {
  font-family: 'Montserrat', helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #767676;
  background: white;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  margin-bottom: 0;
}
p {
  line-height: 1.5em;
}
/* STYLES GENERIQUE SITE */
h1, h2, h3, h4, h5 {
  font-family: 'Russo One', sans-serif;
  color: #34409a;
  font-weight: 400;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
  font-family: 'Montserrat', helvetica, sans-serif;
  font-weight: 700;
}
h5 {
  font-size: 14px;
  font-family: 'Montserrat', helvetica, sans-serif;
  font-weight: 700;
}
h1.text-violet, h2.text-violet, h3.text-violet {
  color: #34409a;
}
h2 a.text-violet:hover {
  color: #34409a;
}
h2.titre-xl {
  font-size: 55px;
}
h2.titre-lg {
  font-size: 32px;
  color: #ed6648
}
/* GNRL --------------------------------------------- */
.text-orange {
  color: #fc9b1e;
}
.text-violet {
  color: #34409a;
}
.text-violet strong {
  color: #ed6648
}
.text-dark {
  color: #767676;
}
.bg-orange {
  background: #fc9b1e;
}
.bg-beige {
  background: #fffcf5;
}
.bg-beige2 {
  background: #faf7ef;
}
.bg-beige3 {
  background: #f3ead8;
}
.bg-marron {
  background: #653b1b;
}
.bg-marron2 {
  background: #603d22;
}
.bg-marron3 {
  background: #ac927a;
}
.border-dotted-right {
  background: url('img/pages/border-dotted.png') repeat-y top right;
}
.border-dotted-center {
  background: url('img/pages/border-dotted.png') repeat-y top center;
}
.border-dotted-bottom {
  background: url('img/pages/border-dotted-horizontal.png') repeat-x bottom right;
}
.border-orange {
  border: 1px solid #fc9b1e;
}
.onlyprint {
  display: none;
}
/* HEADER */
header {
  position: absolute;
  width: 100%;
  top: 20px;
  color: white;
  z-index: 100;
}
header a {
  color: white;
  transition: all 0.4s;
}
header a:hover {
  color: #fc9b1e;
}
/* MENU */
header .navigation {
  width: 70%;
}
header .navigation ul {
  padding-left: 40px;
}
header .main-menu li {
  display: inline-block;
  background: url('img/gnrl/menu-puce.png') no-repeat center right;
  padding: 0 18px 0 8px;
  color: white;
}
header .main-menu li li {
  background: none;
  width: 100%;
}
header .main-menu li:last-child {
  background: none;
  border: 0;
}
header .main-menu li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
}
header .main-menu li.current a {
  color: #fc9b1e;
  border-bottom: 1px solid #fc9b1e;
}
header .main-menu li li a {
  font-weight: 100;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 20px;
  background: url('img/gnrl/puce-menu-bg.png') no-repeat left center;
}
header .main-menu li li:hover {
  /*background:#fc9b1e;*/
}
header .main-menu li li:hover a, header .main-menu li li a:hover {
  background: #fc9b1e;
  color: white;
}
header .navigation li ul {
  display: none;
  background: rgba(0, 0, 0, 0.46);
  width: 500px;
  position: absolute;
  padding: 10px 0;
  list-style-type: none;
  z-index: 1000;
}
header .navigation li:hover ul {
  display: block;
}
header .recherche {
  width: 29%;
}
.container-search {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  border-radius: 35px;
}
.container-search input[type=search] {
  font-size: 12px;
  display: inline-block;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.1);
  width: 90%;
  border-radius: 35px;
  color: white;
  padding: 5px 10px;
}
.container-search input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  background: url('img/gnrl/header-loupe.png') no-repeat center 2px;
  border: 0;
  width: 25px;
  height: 25px;
  margin-left: -40px;
}
header .menu-mobile {
  display: none;
  width: 18px;
  height: 15px;
  background: url('img/gnrl/picto-menu-mobile.png') no-repeat center center;
  cursor: pointer;
  margin: 8px 0 0 20px;
}
#navigation-mobile {
  display: none;
}
#navigation-mobile .close-menu {
  display: block;
  margin: 20px;
}
#navigation-mobile li ul {
  display: none;
}
#navigation-mobile li {
  border-top: 1px solid white;
  padding: 20px;
  background: url('img/gnrl/fleche-menumobile.png') no-repeat 95% 20px;
}
#navigation-mobile li a {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
#navigation-mobile li ul {
  margin-top: 20px;
}
#navigation-mobile li li {
  border-top: 0;
  padding: 12px;
  padding-left: 15px;
  background: url('img/gnrl/fleche-menumobile.png') no-repeat 0 center;
}
#navigation-mobile li.actif {
  background: url('img/gnrl/fleche-menumobile-on.png') no-repeat 95% 20px;
}
/*#navigation-mobile  li.actif a	{ background:#fc9b1e; }*/
#navigation-mobile li li a {
  font-size: 14px;
  font-weight: normal;
  background: none
}
.logo {
  width: 360px;
  height: auto;
}
/* HOME --------------------------------------------- */
.container-blocshome {
  position: relative;
  background: url('img/home/blocshome-fond.png') no-repeat 0 200px;
  background-size: contain;
  margin-top: -300px;
}
.blocs-home {
  width: 515px;
  height: 531px;
  margin: 0 auto;
  padding-top: 120px;
  cursor: pointer;
}
.blocs-home.bloc-cuisson {
  background: url('img/home/bloc-cuisson-fd.png') no-repeat 0 center;
  background-size: contain;
}
.blocs-home.bloc-recette {
  background: url('img/home/bloc-recette-fd.png') no-repeat 0 center;
  background-size: contain;
}
.blocs-home .text-content {
  height: 220px;
}
.blocs-home h2 {
  margin-bottom: 25px;
}
.blocs-home p {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.blocs-home a {
  color: white;
  font-weight: 700;
}
.blocs-home h2 a {
  color: #34409a;
  font-family: 'Russo One', sans-serif;
}
/* SLIDER */
.slider-over {
  position: absolute;
  width: 360px;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
}
.slider-transition {
  margin-top: -100px;
}
.slide-content {
  height: 1050px;
  cursor: pointer;
}
.home-slide-contenu {
  color: white;
  margin: 150px 0 0 60%;
  font-family: 'Leckerli One', cursive;
  text-align: center;
  font-size: 28px;
}
.home-slide-contenu p {
  text-shadow: #000 1px 0 10px;
}
.home-slide-contenu img {
  display: inline-block;
}
.slider-box #btn-slide-prev, .slider-box #btn-slide-next {
  position: absolute;
  width: 50px;
  height: 48px;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1000;
}
.slider-box #btn-slide-prev {
  background: url('img/home/slider-home-fleche-gauche.png') no-repeat 0 0;
  left: 0;
}
.slider-box #btn-slide-next {
  background: url('img/home/slider-home-fleche-droite.png') no-repeat 0 0;
  right: 0;
}
.homealtslide .event-logo {
  position: absolute;
  left: 0;
  top: 73px
}
.homealtslide .event-robot {
  position: absolute;
  left: 42%;
  top: 150px
}
.homealtslide .event-texte {
  position: absolute;
  right: 5%;
  top: 150px
}
.accroche {
  text-shadow: #000 1px 0 10px;
  cursor: pointer;
}
.accroche.mtop50.nologo {
  position: relative;
  top: 402px;
}
.accroche-alt {
  margin-top: 550px;
}
/* BOUTONS */
.btn-orange {
  display: inline-block;
  background: url('img/gnrl/arrow-btn.png') no-repeat center right #fc9b1e;
  color: white;
  border-radius: 30px;
  padding: 14px 70px 14px 30px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.4s;
}
.btn-orange:hover {
  background: url('img/gnrl/arrow-btn-over.png') no-repeat center right white;
  color: #fc9b1e;
}
.btn-violet {
  display: inline-block;
  background: url('img/gnrl/btn-fleche-up.png') no-repeat center left #34409a;
  color: white;
  border: 1px solid #34409a;
  border-radius: 30px;
  padding: 14px 30px 14px 70px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: all 0.4s;
}
.btn-violet:hover {
  display: inline-block;
  background: url('img/gnrl/btn-fleche-up-over.png') no-repeat center left white;
  color: #34409a;
  border: 1px solid #34409a;
}
.btn-orange.simple {
  background: #fc9b1e;
  padding: 14px 20px;
}
.btn-orange.simple:hover, .btn-orange.simple.active {
  background: #34409a;
  color: white;
}
.btn-orange.home {
  display: inline-block;
  background: url('img/gnrl/arrow-btn.png') no-repeat center right #fc9b1e;
  color: white;
  border-radius: 30px;
  padding: 14px 70px 14px 30px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.4s;
}
.btn-orange.home:hover {
  background: url('img/gnrl/arrow-btn.png') no-repeat center right #34409a;
}
a.retour-top {
  cursor: pointer;
  color: white;
}
a.retour-top:hover {
  color: #34409a;
}
/* popin */
.popin {
  display: none;
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.popin #popin-wrapper {
  position: absolute;
  z-index: 200;
  width: 70%;
  height: auto;
  padding: 30px;
  top: 30%;
  transform: translateY(-30%);
  right: 0;
  left: 0;
  margin: auto;
}
.popin .removePop {
  cursor: pointer;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  z-index: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  transform: translateY(-50%);
}
.player-iframe {
  width: 728px;
  height: 410px;
  position: relative;
  z-index: 1;
}
#popin-video {
  top: 0;
}
/* PAGES */
.page-wrapper {
  line-height: 1.4em;
}
#breadcrumbs, #breadcrumbs a {
  color: #555;
  text-transform: uppercase;
  font-size: 11px;
}
.container-pageheader {
  background: url('img/pages/header-page.jpg') no-repeat center bottom;
  height: 310px;
  background-size: cover;
}
.illustration-titre {
  position: absolute;
  margin: -70px 0 0 -200px;
}
h2.line-title {
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  background: url('img/pages/titre-trait-fd.png') repeat-x center center;
  display: inline-block;
  padding-left: 70px;
  padding-right: 70px;
  color: #fc9b1e;
}
h2.line-title span {
  display: inline-block;
  background: white;
  padding: 0 15px;
  font-weight: 600;
  letter-spacing: 2px;
}
h2.line-title.lower {
  text-transform: none;
}
.img-cache {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 10;
}
.img-cache.cache-top {
  top: 0;
}
.img-cache.cache-bottom {
  bottom: 0;
}
.map-text {
  position: absolute;
  z-index: 100;
  margin: 30px auto 0 60%;
}
.map-text .map-content {
  background: white;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  margin-top: -100px;
  padding-top: 110px;
}
.map-text .map-content p {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.champ-img3 {
  position: absolute;
  margin-top: -100px;
}
.container-variete {
  position: absolute;
  height: 519px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.content-variete {
  margin-top: 160px;
}
.nutrition-table2 td {
  border: 1px solid white;
  text-align: center;
  padding: 65px 10px;
}
.liste-cuisson li {
  display: inline-block;
  margin-bottom: 10px;
}
.sliderCuisson {
  width: 1110px;
  margin: 0 auto;
  box-shadow: -1px 1px 5px 2px rgba(0, 0, 0, 0.3);
  border-radius: 15px
}
.sliderCuisson .illustration {
  display: inline-block;
  vertical-align: top;
  width: 480px;
}
.sliderCuisson .illustration img {
  width: 100%;
  height: auto;
  border-radius: 15px 0 0 15px;
}
.sliderCuisson .contenu {
  display: inline-block;
  vertical-align: top;
  width: 620px;
  padding: 40px 60px;
}
.sliderCuisson .contenu h2 {
  color: #fc9b1e;
  font-size: 38px;
  font-family: 'Leckerli One';
}
.sliderCuisson .contenu h3 {
  color: #34409a;
  font-size: 22px;
  max-width: 450px;
}
.conteneur-cuisson h2 {
  max-width: 400px;
}
.sliderCuisson .slick-prev::before, .slick-next::before {
  opacity: 0;
}
.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
  opacity: 0;
}
.boxCuisson {}
.boxCuisson .inside {
  box-shadow: -1px 1px 5px 2px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}
.boxCuisson .illustration {
  vertical-align: top;
}
.boxCuisson .illustration img {
  width: 100%;
  height: auto;
  border-radius: 15px 0 0 15px;
}
.boxCuisson .contenu {
  vertical-align: top;
}
.boxCuisson .contenu h2 {
  color: #fc9b1e;
  font-size: 38px;
  font-family: 'Leckerli One';
}
.boxCuisson .contenu h3 {
  color: #34409a;
  font-size: 22px;
  max-width: 450px;
}
.boxCuisson .inside.smaller {
  box-shadow: none;
}
.boxCuisson .inside.smaller .small-box {
  box-shadow: -1px 1px 5px 2px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  height: 100%;
}
.boxCuisson .inside.smaller .illustration img {
  border-radius: 15px 15px 0 0;
}
.boxCuisson .inside.smaller .contenu {
  padding: 30px 20px 70px;
}
/* filters fixed */
#box-filters.sticky {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  width: 100%;
  top: 0;
}
#box-filters.sticky .mbot80 {
  margin-bottom: 20px;
}
.slick-dots li.slick-active button::before, .slick-dots li button::before {
  color: #34409a;
}
.conteneur-slider {
  margin-bottom: 100px;
}
.conteneur-slider #btn-slide-prev, .conteneur-slider #btn-slide-next {
  position: absolute;
  width: 55px;
  height: 50px;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 100;
}
.conteneur-slider #btn-slide-prev {
  background: url('img/pages/slider-left.png') no-repeat 0 0;
  left: 0;
}
.conteneur-slider #btn-slide-next {
  background: url('img/pages/slider-right.png') no-repeat 0 0;
  right: 0;
}
.slick-dots {
  bottom: -50px;
}
.slick-dots li {
  margin: 0;
}
.liste-temoignage .slick-prev::before, .slick-next::before {
  color: #34409a;
}
.liste-temoignage .slick-prev {
  left: -40px;
}
.liste-temoignage .slick-next {
  right: -40px;
}
.liste-temoignage .slick-next::before {
  opacity: 0.75;
}
.liste-temoignage .slick-prev:hover::before, .liste-temoignage .slick-prev:focus::before, .liste-temoignage .slick-next:hover::before, .liste-temoignage .slick-next:focus::before {
  opacity: 1;
}
.picto-cuisson {
  position: absolute;
  background: #fc9b1e;
  padding: 20px 10px;
  border-radius: 12px;
  margin: -30px 0 0 460px;
}
.boxCuisson .picto-cuisson {
  margin: -110px 0 0 0;
  right: 60px;
}
.boxCuisson .inside.smaller .picto-cuisson {
  margin: -30px 0 0 0;
  right: 50px;
}
.conteneur-temoignage {
  background: url('img/pages/temoignage-bg.png') no-repeat 0 0;
  background-size: cover;
}
.liste-temoignage li {
  display: inline-block;
  margin: 0 10px 10px;
}
.btn-temoignage {
  opacity: 0.5;
  cursor: pointer;
}
.btn-temoignage.active, .btn-temoignage:hover {
  opacity: 1;
}
.btn-temoignage .bulle {
  width: 100px;
  height: 100px;
  border: 0;
  border-radius: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.btn-temoignage.active .bulle, .btn-temoignage:hover .bulle {
  border: 6px solid #34409a;
  transition: all 0.2s;
}
.conteneur-temoignage .sliderCuisson {
  box-shadow: none;
  border-radius: 0;
}
.conteneur-temoignage .sliderCuisson .illustration img {
  border-radius: 0;
}
.conteneur-temoignage .sliderCuisson .illustration {
  width: 25%;
}
.conteneur-temoignage .sliderCuisson .contenu {
  padding-top: 0;
  width: 74%;
  font-size: 14px;
}
.conteneur-temoignage .sliderCuisson .contenu h2 {
  color: #34409a;
}
.conteneur-champ .conteneur-slider {
  background: url('img/pages/slider-barre.jpg') no-repeat right 15px;
}
.conteneur-champ .sliderCuisson {
  box-shadow: none;
  border-radius: 0;
}
.conteneur-champ .sliderCuisson .illustration img {
  border-radius: 0;
}
.conteneur-champ .sliderCuisson .illustration {
  width: 25%;
}
.conteneur-champ .sliderCuisson .contenu {
  padding-top: 0;
  width: 74%;
  font-size: 14px;
  color: #767676;
}
.conteneur-champ .sliderCuisson .contenu a {
  color: #767676;
  text-decoration: underline;
}
.titre-slide .numero {
  display: inline-block;
  font-family: 'Leckerli One', cursive;
  color: white;
  text-align: center;
  background: #603d22;
  padding: 13px 20px;
  border-radius: 50px;
}
.conteneur-varietes .sliderCuisson {
  box-shadow: none;
  border-radius: 0;
}
.conteneur-varietes .shadowed-box {
  height: 500px;
  box-shadow: -1px 1px 10px 6px rgba(0, 0, 0, 0.1);
  margin: 140px 15px 15px;
  padding: 20px;
  font-size: 13px;
  border-radius: 8px;
}
.conteneur-varietes .shadowed-box h2 {
  color: #fc9b1e;
}
.conteneur-varietes .shadowed-box img {
  display: inline-block;
  margin-top: -130px;
}
.pdt-drapeaux {
  margin-top: -120px;
}
/* recette */
.encart-recette {
  border-radius: 6px;
}
.encart-recette .recette-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 530px;
}
.recette-height1 {
  height: 100px;
}
.encart-recette p {
  padding-left: 15px;
}
.bloc-recette-small {
  border-radius: 10px;
  box-shadow: -1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
.bloc-recette-small .bloc-image {
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 242px;
}
.bloc-recette-small .bloc-image a {
  display: block;
  height: 100%;
  width: 100%;
}
.bloc-recette-small .recette_titre_small a {
  color: #ed6648
}
.btn-recette {
  display: block;
  border-radius: 0 0 10px 10px;
  background: url('img/gnrl/arrow-btn.png') no-repeat 92% center #fc9b1e;
  color: white;
  padding: 14px 70px 14px 30px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.btn-recette:hover {
  background: url('img/gnrl/arrow-btn.png') no-repeat 94% center #fc9b1e;
}
.btn-recette a {
  color: white;
}
.text-white hr {
  border: 0;
  height: 2px;
  background: white;
}
.imgrecherche {
  position: absolute;
  top: 0;
}
.imgrecherche.imgRight {
  right: -30px;
}
.imgrecherche.imgLeft {
  left: -150px;
}
#recherche-avancee {
  cursor: pointer;
  letter-spacing: 2px;
}
.box-recherche-avancee {
  display: none;
}
.box-recherche-avancee li {
  margin-bottom: 10px;
}
.box-recherche-avancee .border-orange {
  border: 1px solid #fc9b1e;
  border-radius: 15px;
}
.box-recherche-avancee .border-orange-top {
  border-top: 1px solid #fc9b1e;
}
.box-recherche-avancee .list-inline li {
  display: inline-block;
  margin-right: 40px;
}
.box-recherche-avancee .list-inline li:last-child {
  margin-right: 0;
}
.critere_recherche {
  display: inline-block;
  font-size: 12px;
  margin: 0 10px;
  color: white;
  background: #ccc;
  padding: 5px 8px;
  border-radius: 30px;
}
.pagination {
  font-size: 14px;
}
.pagination a {
  margin: 0 5px;
  display: inline-block;
  background: #fc9b1e;
  padding: 8px 10px;
  color: white;
}
.pagination .current {
  margin: 0 5px;
  display: inline-block;
  background: none;
  border: 1px solid #fc9b1e;
  padding: 8px 10px;
  color: #fc9b1e;
}
.btn-search-advance {
  position: absolute;
  margin: 35px auto 0;
  left: 0;
  right: 0;
  width: 350px;
  cursor: pointer;
}
.recette_titre_small {
  height: 55px;
}
.recette_intro_small {
  height: 70px;
}
.recette_intro_small2 {
  height: 90px;
}
.share-recette {
  cursor: pointer
}
.partage-box {
  display: none;
  position: absolute;
  z-index: 10;
  width: 94px;
  height: 291px;
  background: url('img/pages/partage-bg.png') no-repeat 0 0;
  padding-left: 10px;
  right: -70px;
  bottom: -90px;
}
.partage-box a {
  color: white;
  font-size: 30px;
}
.partage-box li {
  margin-top: 34px;
  text-align: center;
}
.partage-box #btn-pinterest {
  /*position:absolute; top:-5000px;*/
}
/* Form */
input[type=text] {
  display: inline-block;
  vertical-align: middle;
  background: none;
  color: #34409a;
  border: 1px solid #34409a;
  border-radius: 30px;
  padding: 14px 30px;
  letter-spacing: 2px;
  transition: all 0.4s;
}
input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  background: url('img/pages/submit-bg.png') no-repeat center center;
  border: 0;
  width: 50px;
  height: 50px;
  margin-left: -50px;
}
.contact-wrapper input[type=text], .contact-wrapper input[type=email], .contact-wrapper select {
  margin-bottom: 20px !important;
  display: inline-block;
  vertical-align: middle;
  background: none;
  color: #34409a;
  border: 1px solid #34409a;
  border-radius: 30px;
  padding: 14px 30px;
  letter-spacing: 2px;
  transition: all 0.4s;
}
.contact-wrapper textarea {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  background: none;
  color: #34409a;
  border: 1px solid #34409a;
  border-radius: 30px;
  padding: 14px 30px;
  letter-spacing: 2px;
  transition: all 0.4s;
}
.contact-wrapper input[type=submit] {
  margin-top: 20px;
  width: auto;
  border: 0;
  display: inline-block;
  background: #fc9b1e;
  color: white;
  border-radius: 30px;
  padding: 14px 30px;
  font-weight: 700;
  letter-spacing: 1px;
}
/* Actus */
.actualites {
  line-height: 1.5em;
}
.actualites h3 a {
  color: #34409a;
}
.actualites hr {
  background: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 30px 0 0 0;
  padding: 0;
}
.blanklabel {
  display: none;
}
.blocpdf-image {
  height: 180px;
}
.blocpdf-content {
  height: 200px;
}
.startvideo {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  background: url('img/pages/picto-player.png') no-repeat center center;
}
.ytPlayer {
  cursor: pointer;
}
.imgblogueurs {
  position: absolute;
  top: 0;
}
.imgblogueurs.imgRight {
  right: -60px;
}
.imgblogueurs.imgLeft {
  left: -120px;
}
/* menu blogueurs */
.dropdown2 {
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 350px;
  font-size: 14px;
  border: 1px solid #777;
  border-radius: 50px;
  color: #777;
}
.dropdown2:after {
  content: '\25BC';
  position: relative;
  font-size: 14px;
  float: right;
}
.dropdown2-content {
  display: none;
  position: absolute;
  background: white;
  width: 90%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  top: 45px;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0 auto;
}
.dropdown2 .btn-orange.simple {
  background: none;
  color: #777;
}
.dropdown2 .liste-blogueurs li {
  display: block;
}
.dropdown2 .blanklabel {
  display: inline-block;
}
.custom-shape-divider-top-1624271801 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1624271801 svg {
  position: relative;
  display: block;
  width: calc(137% + 1.3px);
  height: 100px;
}
.custom-shape-divider-top-1624271801 .shape-fill {
  fill: #faf7ef;
}
.custom-shape-divider-top-1624271802 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: scaleX(-1);
}
.custom-shape-divider-top-1624271802 svg {
  position: relative;
  display: block;
  width: calc(137% + 1.3px);
  height: 100px;
}
.custom-shape-divider-top-1624271802 .shape-fill2 {
  fill: #f3ead8;
}
/* PAGE PRIMEUR ------------------------------------------- */
.page-primeur h1 {
  color: #49ad32;
}
h2.wpb_video_heading {
  font-size: 20px;
  color: #d3b75d;
}
/* FOOTER ------------------------------------------- */
footer {
  background: #c5ad77;
  padding: 15px 0;
  color: white;
}
footer .menu-menu-footer-container {
  display: inline-block;
}
footer ul {
  display: inline-block;
  vertical-align: middle;
}
footer .footer-menu li {
  display: inline-block;
  color: white;
  margin-right: 28px;
}
footer .footer-menu li:last-child {
  margin-right: 0;
}
footer a {
  color: white;
  transition: all 0.4s;
  font-size: 16px;
}
footer a:hover {
  color: #34409a;
}
footer .menu-rs {
  margin-left: 40px;
}
footer .menu-rs li {
  margin-right: 10px;
}
.align-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.align-custom-reverse {
  flex-direction: row-reverse;
}
.align-custom-reverse img {
  margin-left: 20px;
  margin-right: 0 !important;
}
.align-custom img {
  margin-right: 20px;
  width: 300px;
  height: auto;
}
.immersion {
  width: 100%;
  max-width: 100%;
  background-color: #faf7ef;
}
.immersion .row .col-12 {
  padding: 0;
}
.immersion .row .col-12 h2 {
  padding-top: 30px;
}
.immersion .row .col-12 img {
  display: block;
}
.immersion .row .video--home video {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.immersion .row .video--home {
  display: block;
  position: relative;
  top: -12px;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 166" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(47, 73, 94, 1)" d="M 0 0 C 285.59999999999997 0 666.4000000000001 72 952 72 L 952 72 L 952 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(47, 73, 94, 1)" d="M 951 72 C 1241.7 72 1629.3 0 1920 0 L 1920 0 L 1920 0 L 951 0 Z" stroke-width="0"></path> </svg>');
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -12px;
  padding: 0;
}
@media (max-width:1919px) {
  .immersion .row .video--home {
    background-size: contain;
  }
}
.immersion .row .video--home svg {
  position: absolute;
  left: 0;
}
.immersion .row .video--home svg:last-child {
  transform: rotate(180deg);
  bottom: 0;
}
.immersion-2 {
  width: 100%;
  max-width: 100%;
  background-color: #f3ead8;
  padding: 0;
  overflow: hidden;
}
.immersion-2 .row {
  max-width: 1140px;
  margin: 0 auto;
  align-items: flex-end;
  justify-content: center;
}
.immersion-2 .col-lg-6 {
  padding: 60px;
}
.immersion-2 .col-lg-6 > img {
  width: 360px;
}
.immersion-2 .col-lg-6 > div {
  margin-bottom: 20px;
}
/* RESPONSIVE ---------------------------------------- */
@media (max-width: 1400px) {
  .homealtslide .event-logo {
    width: 40%;
  }
  .homealtslide .event-robot {
    left: 40%;
  }
  .homealtslide .event-texte {
    width: 30%;
  }
}
@media (max-width: 1200px) {
  header .navigation {
    width: 15%;
  }
  header .recherche {
    width: 84%;
    text-align: right;
    padding-right: 20px;
  }
  .container-search {
    width: 220px;
  }
  header .menu-mobile {
    display: block;
  }
  header .main-menu {
    display: none;
  }
  #navigation-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 4000;
  }
  .slider-over {
    width: 300px;
  }
  .logo {
    width: 300px;
    height: auto;
  }
  .home-slide-contenu {
    margin: 120px 0 0 55%;
    font-size: 24px;
  }
  footer a {
    font-size: 14px;
  }
  footer .footer-menu li {
    margin-right: 10px;
  }
  input[type="text"] {
    padding: 14px 10px;
  }
  .sliderCuisson {
    width: 900px;
  }
  .sliderCuisson .illustration {
    width: 400px;
  }
  .sliderCuisson .contenu {
    width: 450px;
    padding: 20px 30px;
  }
  .sliderCuisson .illustration img {
    border-radius: 0;
  }
  .map-text {
    margin: -60px auto 0 50%;
  }
  .pdt-drapeaux {
    margin-top: -80px;
  }
  .picto-cuisson {
    margin: -10px 0 0 400px;
    padding: 10px;
  }
  .picto-cuisson img {
    width: 40px;
    height: auto;
  }
  .popin #popin-wrapper {
    width: 90%;
  }
  .imgblogueurs.imgLeft {
    left: -200px;
  }
  .imgblogueurs.imgRight {
    right: -120px;
  }
}
@media (max-width: 1080px) {
  .immersion-2 .row {
    flex-direction: column;
    align-items: center;
  }
  .immersion-2 .col-lg-6 {
    padding: 40px 20px;
  }
}
@media (max-width: 992px) {
  .immersion .col-lg-12 > div {
    padding: 0 20px;
  }
  .slider-over {
    width: 250px;
  }
  .logo {
    width: 250px;
    height: auto;
  }
  .slide-content {
    height: 850px;
  }
  .container-blocshome {
    background: url('img/home/blocshome-fond.png') no-repeat 0 100px;
    margin-top: -60px;
  }
  .home-slide-contenu {
    margin: 100px 0 0 60%;
    font-size: 20px;
  }
  footer {
    text-align: center;
  }
  footer ul.menu-rs {
    margin-left: 0;
    margin-top: 30px;
    display: block;
  }
  footer .text-right {
    text-align: center !important;
  }
  #recherche-avancee {
    margin-top: 20px;
  }
  .bloc-recette-small {
    margin-bottom: 20px;
  }
  .sliderCuisson {
    box-shadow: none;
    width: 95%;
  }
  .sliderCuisson .illustration {
    width: 100%;
  }
  .sliderCuisson .contenu {
    width: 100%;
  }
  .conteneur-champ .sliderCuisson .illustration {
    width: 95%;
  }
  .conteneur-champ .sliderCuisson .contenu {
    width: 100%;
  }
  .conteneur-temoignage .sliderCuisson .illustration {
    width: 35%;
  }
  .conteneur-temoignage .sliderCuisson .contenu {
    width: 64%;
  }
  .primeurs-carte .text-right {
    text-align: left !important;
  }
  .picto-cuisson {
    margin: -140px 0 0 0;
  }
  .popin #popin-wrapper {
    width: 100%;
  }
  .player-iframe {
    width: 546px;
    height: 308px;
  }
  .text-varietes .text-right {
    text-align: left !important;
  }
  .blocpdf-image {
    height: 180px;
  }
  .blocpdf-content {
    height: 250px;
  }
  .imgrecherche.imgRight {
    right: -30px;
    width: 200px;
    top: 80px;
  }
  .imgrecherche.imgLeft {
    left: -120px;
    top: 80px;
    width: 300px;
  }
  .homealtslide .event-texte {
    right: 5%;
    top: 100px;
  }
  .homealtslide .event-robot {
    left: 40%;
    width: 25%;
    top: 250px;
  }
}
@media (max-width: 768px) {
  .slider-over {
    top: 90px;
  }
  .logo {
    width: 140px;
  }
  .slider-over {
    width: 150px;
  }
  header .recherche {
    width: 80%;
  }
  .container-search input[type="search"] {
    width: 80%;
  }
  .container-search {
    width: 180px;
  }
  h2.line-title span {
    font-size: 16px;
  }
  .accroche.mtop50 {
    margin-top: 250px;
  }
  .accroche.mtop50.nologo {
    top: 150px;
  }
  .home-slide-contenu {
    margin: 300px auto 0;
    font-size: 18px;
  }
  .blocs-home {
    width: 450px;
    height: 500px;
  }
  .blocs-home p {
    width: 250px;
    font-size: 14px;
  }
  .blocs-home .text-content {
    height: 200px;
  }
  .salonAgri {
    text-align: center;
  }
  .salonAgri h2 {
    margin-top: 30px;
  }
  footer #menu-menu-footer li {
    display: block;
  }
  /* pages */
  .container-pageheader {
    height: 190px;
  }
  .container-pageheader .mtop100 {
    margin-top: 50px;
  }
  .container-pageheader img {
    width: 160px;
    height: auto;
  }
  .imgrecherche.imgLeft {
    display: none;
  }
  .imgrecherche.imgRight {
    display: none;
  }
  .box-recherche-avancee {
    margin: 0;
    font-size: 14px;
  }
  .box-recherche-avancee .text-center {
    text-align: left !important;
  }
  .box-recherche-avancee .btn-search-advance {
    text-align: center !important;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .box-recherche-avancee .pbot30 {
    padding-bottom: 10px;
  }
  .box-recherche-avancee ul {
    display: none;
  }
  .box-recherche-avancee ul.list-inline, .box-recherche-avancee ul.list-inline li {
    display: block;
  }
  .box-recherche-avancee .border-orange {
    border: 0;
  }
  .box-recherche-avancee h4 {
    cursor: pointer;
    border-top: 1px solid #fc9b1e;
    padding-top: 10px;
    background: url('img/gnrl/fleche-recherche-mobile.png') no-repeat 95% center;
  }
  .box-recherche-avancee h4.on {
    background: url('img/gnrl/fleche-recherche-mobile-down.png') no-repeat 95% center;
  }
  h1 {
    font-size: 30px;
  }
  /*.liste-cuisson { display:none; }*/
  .conteneur-slider #btn-slide-prev, .conteneur-slider #btn-slide-next {
    top: 30%;
    transform: translate(0, -30%);
  }
  .regionsProd .ptop80 {
    padding-top: 20px;
  }
  .page-chiffres .text-right {
    text-align: left !important;
  }
  .section-conso .text-right {
    text-align: center !important;
  }
  h2.titre-xl {
    font-size: 40px;
  }
  .slick-dots {
    bottom: -25px;
  }
  .conteneur-slider {
    margin-bottom: 50px;
  }
  .champ-img3 {
    position: static;
    margin-top: 30px;
  }
  .conteneur-temoignage .sliderCuisson .illustration {
    width: 100%;
    padding-bottom: 40px;
  }
  .conteneur-temoignage .sliderCuisson .contenu {
    width: 100%;
  }
  .boxCuisson .illustration img {
    border-radius: 15px 15px 0 0;
  }
  /*.liste-temoignage 	{ display:none; }*/
  .conteneur-varietes .shadowed-box {
    height: 450px;
  }
  .tab-nutrition .mtop100 {
    margin-top: 40px;
  }
  .player-iframe {
    width: 400px;
    height: 226px;
  }
  .titre-mo {
    margin-top: 40px;
  }
  .blanklabel {
    display: inline;
  }
  /* dropdown resp. */
  .dropdown {
    position: relative;
    display: inline-block;
    padding: 10px;
    width: 300px;
    border: 1px solid #fc9b1e;
    border-radius: 50px;
    color: #fc9b1e;
  }
  .dropdown:after {
    content: '\25BC';
    position: relative;
    font-size: 14px;
    float: right;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background: white;
    width: 90%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    top: 45px;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 0 auto;
  }
  .dropdown .btn-orange.simple {
    background: none;
    color: #fc9b1e;
  }
  .dropdown .liste-cuisson li {
    display: block;
  }
  .dropdown .btn-orange.simple {
    background: none;
    color: #fc9b1e;
  }
  .dropdown .liste-temoignage li {
    display: block;
  }
  /* */
  .liste-temoignage .bulle {
    display: none;
  }
  .chiffres-intro {
    margin-bottom: 50px;
  }
  .transition-chiffre {
    display: block;
  }
  .blocpdf-content {
    height: auto;
    padding-bottom: 20px;
  }
  .homealtslide .event-logo {
    width: 30%;
  }
  .homealtslide .event-robot {
    width: 20%;
    top: 370px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .homealtslide .event-texte {
    width: 35%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .imgblogueurs {
    display: none;
  }
  .align-custom {
    flex-direction: column;
  }
  .align-custom-reverse {
    flex-direction: column;
  }
  .align-custom img {
    margin: 0 !important;
  }
  .align-custom-reverse img {
    margin: 0 !important;
  }
}
@media (max-width: 500px) {
  .immersion .row .col-12 {
    display: flex;
    flex-direction: column;
  }
  .immersion .row .col-12 img {
    order: -1;
  }
  .immersion .row .col-12 h2 {
    order: -1;
    padding-bottom: 20px;
  }
  .immersion .row .video--home {
    order: -1;
    margin-bottom: 20px;
  }
  .immersion .row .video--home video {
    height: 350px;
  }
  .immersion .row .video--home svg:last-child path {
    fill: #faf7ef;
  }
  .blocs-home {
    width: 400px;
    height: 400px;
    padding-top: 70px;
  }
  .blocs-home .text-content {
    height: 185px;
  }
  .blocs-home h2 {
    margin-bottom: 0
  }
  .blocs-home .mbot20 {
    margin-bottom: 0
  }
  .homealtslide .event-texte {
    top: 150px;
    width: 200px;
  }
  .homealtslide .event-robot {
    width: 150px;
    top: 380px;
  }
  .encart-recette .recette-image {
    height: 250px;
    background-position: center;
  }
}
@media (max-width: 400px) {
  header .recherche {
    width: 72%;
    padding-right: 0;
  }
  .container-search {
    width: 80px;
  }
  .slider-box #btn-slide-prev, .slider-box #btn-slide-next {
    top: 40%;
    transform: translate(0, -40%);
  }
  .slide-content {
    height: 650px;
  }
  .slider-over {
    top: 70px;
    font-size: 12px;
  }
  /*.logo 	{ width:180px; height:auto; }*/
  .home-slide-contenu {
    margin: 260px auto 0;
    font-size: 16px;
  }
  .home-slide-contenu img {
    width: 75px;
    height: auto;
  }
  .accroche.mtop50 {
    margin-top: 180px;
  }
  .accroche.mtop50.nologo {
    top: 200px;
  }
  .accroche.mtop30 {
    margin-top: 10px;
  }
  .blocs-home {
    width: 310px;
    height: 320px;
    padding-top: 70px;
  }
  .blocs-home p {
    width: 200px;
    font-size: 10px;
  }
  .blocs-home .text-content {
    height: 130px;
  }
  .blocs-home h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .blocs-home .mbot20 {
    margin-bottom: 0;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 22px;
  }
  .mbot80 {
    margin-bottom: 40px;
  }
  .recette-height1 {
    height: 70px;
  }
  .type_pdt img {
    width: 80px;
  }
  h2.line-title {
    display: none;
  }
  .sliderCuisson .contenu h2 {
    font-size: 24px;
  }
  .conteneur-slider #btn-slide-prev, .conteneur-slider #btn-slide-next {
    position: absolute;
    width: 28px;
    height: 50px;
    cursor: pointer;
    top: 30%;
    transform: translate(0, -30%);
  }
  .conteneur-slider #btn-slide-prev {
    background: url('img/pages/slider-left-mobile.png') no-repeat 0 0;
  }
  .conteneur-slider #btn-slide-next {
    background: url('img/pages/slider-right-mobile.png') no-repeat 0 0;
  }
  .btn-violet {
    font-size: 12px;
  }
  .player-iframe {
    width: 306px;
    height: 173px;
  }
  .homealtslide .event-logo {
    width: 25%;
  }
  .homealtslide .event-robot {
    width: 100px;
  }
  .accroche-alt {
    display: none;
  }
  .dropdown2 {
    width: 310px;
    font-size: 12px;
  }
}
.recette-title {
  font-size: 24px;
  color: #fc9b1e;
}
/* IPAD */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}
.btn-violet-v2 {
  display: inline-block;
  background: #34409a;
  color: white;
  border: 1px solid #34409a;
  border-radius: 30px;
  padding: 14px 30px 14px 30px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: all 0.4s;
  position: absolute;
  bottom: 20px;
}
.btn-violet-v2:hover {
  background: #fc9b1e;
  color: white;
	border: 1px solid #fc9b1e;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .btn-violet-v2 {
    font-size: 13px;
    padding: 14px 30px 14px 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .btn-violet-v2 {
    font-size: 9px;
    padding: 7px 13px;
  }
}