/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

@import 'fonts.css';

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #313131;
  font-size: 16px;
  line-height: 1.2;
}

html body {
  position:relative;
  animation-name: fondu;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 0.75s;
}

@keyframes fondu
{
  0%, 70%
  {
    opacity:0;
    background-color: #fff;
  }
  100%
  {
    opacity:1;
    background-color: #fff;
  }
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #C40F0F;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #C40F0F;
    text-shadow: none;
    color: #fff;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
  font-family: 'din_medium', sans-serif;
  background-color:#fff;
  margin: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all !important;
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  -ms-hyphens: manual !important;
  -o-hyphens: manual !important;
  hyphens: manual !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width:1500px) {
  .container {
    max-width:1420px;
  }
}
section {
  display:block;
}
a {
  transition:all 0.35s ease-in;
  text-decoration:none;
  position:relative;
  color:#174195;
}
a:visited,
a:focus,
a:link {
  color:#174195;
}
a:hover {
  text-decoration: none;
  color:#ABBCDD;
}

.no-outline,
.no-outline:focus,
.no-outline:hover,
.no-outline:active {
  outline:0;
}

.hidden {
  visibility: hidden;
}
.align-left {
  text-align:left;
}
.align-right {
  text-align:right;
}
.align-center {
  text-align:center;
}
.margin-top {
  margin-top:20px;
}
.margin-bottom {
  margin-bottom:20px;
}
.no-padding-left {
  padding-left:0px;
}
.no-padding-right {
  padding-right:0px;
}

img,
svg {
  max-width:100%;
  height:auto;
}
.wp-caption {
  max-width:100%;
  font-style: italic;
}
@media (max-width:767px) {
  .wp-caption {
    width:100%!important;
  }
}

/*
.message {
  position:fixed;
  top:20%;
  left:10%;
  width:80%;
  background-color:#FFF;
  color:#000;
  padding:1em;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
*/
.vertical-middle {
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
}
/*** medias ***/
.video-responsive,
.wp-block-embed__wrapper {
  width:100%;
  height:0;
  padding-bottom:56.25%;
/*  overflow:hidden;*/
  position:relative;
  max-width: 800px;
  margin: auto;
}
.homepage .video-responsive {
  max-width: 100%;
}
.video-responsive iframe, .video-responsive embed, .video-responsive object,
.wp-block-embed__wrapper iframe, .wp-block-embed__wrapper embed, .wp-block-embed__wrapper object {
  width:100%!important;
  height:100%!important;
  position:absolute!important;
  top:0;
  left:0;
}

/*** MAGNIFIC POPUP ***/
.mfp-bg {
  opacity:0.9;
}
.grecaptcha-badge { 
  visibility: hidden;
}
body .page {
  color:#313131;
}
body .page h1,
body .page h2,
body .page h3,
body .page h4,
body .page h5,
body .page h6,
body .page .h1,
body .page .h2,
body .page .h3,
body .page .h4,
body .page .h5,
body .page .h6 {
 line-height:1em;
 font-family: 'din_black', sans-serif;
 font-weight:400
}
body .page h1,
body .page .h1 {
 font-size:44px;
 text-transform: uppercase;
 margin: 0 auto 30px;
}
body .page h2,
body .page .h2 {
  font-size:44px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
body .page-standard h2,
body .page-standard .h2 {
  font-size:34px;
  margin:40px auto 20px;
}
body .page h3,
body .page .h3 {
 font-size:20px;
 font-family: 'din_bold', sans-serif;
 font-weight: normal;
 margin-bottom:15px;
 text-transform: none;
}
body .page h4,
body .page .h4 {
 font-size:1.15em;
}
body .page h5,
body .page .h5 {
 font-size:1.15em
}
body .page h6,
body .page .h6 {
 font-size:1.15em
}
.page .texte {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
}
.page a:not(.button):not(.leaflet-popup-close-button):not(.chosen-single) {
  color:#C40F0F;
}
.page a:not(.button):not(.leaflet-popup-close-button):not(.chosen-single):not(.underline):hover {
  color: #C40F0F;
}
.page a.color-white:not(.button):not(.leaflet-popup-close-button):not(.chosen-single) {
  color: #fff;
}
.page .bg-purple a.color-white:not(.button):not(.leaflet-popup-close-button):not(.chosen-single):hover {
  color: #fff!important;
}
.page strong {
  font-weight: 700;
}
.page ul {
  padding-left:0px;
  list-style:none;
  list-style-position: outside;
}
/*
.page ul li::before {
  content: "\f111";
  font-family: "FontAwesome"; 
  color: #FA7B26;
  display:inline-block;
  width:1em;
  font-size: 8px;
  line-height: 26px;
  vertical-align: top;
  margin-right: 6px;  
}
*/
.page ul li:not(.col-12) {
  position: relative;
  padding-left: 20px;
}
.page ul.pagination li,
.page ul.owl-carousel li,
.page ul.slick-dots li,
.page ul.liste-logo li,
.page ul.liste-descriptifs li,
.page footer ul li {
  padding-left: 0!important;
}
.page ul:not(.menu) li::before {
  content: "●";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #C40F0F;
  width:11px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 900;
  vertical-align: top;
  margin-right: 10px;  
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;  
}
.page ul.blocks-gallery-grid li::before,
.page ul.owl-carousel li::before,
.page footer ul li::before {
  display:none;
}
.page ul.liste-services li li {
  margin-top: 5px;
  line-height: 1.2em;
}
.page ul.liste-services li li::before {
  display: block;
}
.page ol {
  list-style: none; 
  counter-reset: li;
  padding-left:20px;
}
.page ol li::before {
  content: counter(li); 
  color: #C40F0F;
  display: inline-block; 
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em; 
  text-align: right; 
  direction: rtl
}
.page ol li {
  counter-increment: li;
}
.page blockquote {
  position: relative;
  font-family: 'din_bold', sans-serif;
  font-size: 20px;
  padding: 100px 0px 40px 0px;
  margin: 0;
  max-width: 90%;
}
.page blockquote::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 64px;
  font-style: normal;
  color: #F4F5F4;
}
.page blockquote cite {
  font-size: 20px;
}
.page figure {
  margin: 40px auto;
}
.page figure figcaption {
  font-size:14px;
  font-family: 'din_light',sans-serif;
  text-align: left;
}
.page figure.wp-block-image {
  text-align: center;
}
.page figure.is-type-video {
  max-width: 1000px;
}
.pagination {
  justify-content:left;
  margin-top: 60px;
  padding-left: 0px!important;
}
.pagination li::before {
  display:none!important;
}
.pagination li a,
.pagination li span {
  display:block;
  font-family: 'din_bold',sans-serif;
  font-size:1.25em;
  color:#313131!important;
  text-align:center;
  width:20px;
  height:40px;
  line-height:40px;
  transition:all .2s ease-in;
  border-bottom: none!important;
}
.pagination li.active span,
.pagination li a:hover {
  color:#C40F0F!important;
  border-bottom: none!important;
}
.pagination .prev a,
.pagination .next a {
  width: 40px;
}
.pagination .prev a {
  margin-right: 30px;
}
.pagination .next a {
  margin-left: 30px;
}
.pagination .prev a::before {
  content:"\f104";
  display:block;
  font-family: "FontAwesome";
  font-weight: lighter;
  color:#fff;
  border-radius:5px;
  background-color: rgba(62, 64, 77,.22);
  width: 40px;
  height: 40px;
  text-align: center;
  transition: all .2s ease-in;
  line-height: 40px;
}
.pagination .next a::before {
  content:"\f105";
  display:block;
  font-family: "FontAwesome";
  font-weight: lighter;
  color:#fff;
  border-radius:5px;
  background-color: rgba(62, 64, 77,.22);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: all .2s ease-in;
}
.pagination .prev a:hover::before,
.pagination .next a:hover::before {
  background-color: rgba(62, 64, 77,1);
}
.page ul.no-disc li::before {
  display: none;
}
.page ul.no-disc li {
  padding-left: 0;
}
.section-interne {
  padding: 80px 0;
  text-align: left;
  overflow: hidden;
}
.vertical-align-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}
.container-padding-left {
  padding-left: 45px;
}
.container-padding-right {
  padding-right: 45px;
}
.bg-white {
  background-color: #fff;
  color: #313131;
}
.bg-dark {
  background-color: rgba(0,0,0,0.2)!important;
  color: #fff;
}
.bg-purple {
  background-color: #3E404D;
  color: #fff; 
}
.bg-orange {
  background-color: #FA7B26;
  color: #fff; 
}
.color-white {
  color: #fff;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  right: 15px;
  bottom: 15px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-in; 
}
.back-to-top::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:-1;
  background: linear-gradient(43.35deg, #C94450 18.51%, #E7B036 76.14%, #F8DD37 100%);
  border-radius:40px;
  box-shadow:0px 0px 0px 7px rgba(250, 123, 38, .35);
}
.back-to-top:hover {
  transform:translateY(-3px);
}
.back-to-top.visible {
  opacity:0.8;
}
.back-to-top a {
  height: 40px;
  position: relative;
  width: 40px;
  display: block;  
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}
.back-to-top a::before {
  position:absolute;
  text-align:center;
  content:"\f077";
  font-family:"FontAwesome";
  color:#fff;
  font-size:15px;
  line-height:30px;
  left:0;
  top:0;
  width:40px;
}
.back-to-top.visible:hover {
  opacity:1;
}
@media (min-width:992px) {
  .back-to-top {
    width:60px;
    height:60px;
  }
  .back-to-top a {
    height: 60px;
    width: 60px;
  }
  .back-to-top a::before {
    font-size:20px;
    line-height:50px;
    width:60px;
  }
}
a.link-1,
a.link-2 {
  position: relative;
  font-style: normal;
  font-family: 'din_bold',sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #313131!important;  
}
/*
a.link-1:hover,
a.link-2:hover {
  color: #C40F0F!important;
}
*/
a.link-1::after {
  content: "\f054";
  font-family: "FontAwesome";
  color: #C40F0F;
  position: absolute;
  top: -1px;
  margin-left: 10px;
}
a.link-1:hover::after {
  -webkit-animation: rightleft 2s infinite;
  animation: rightleft 2s infinite;
}
@keyframes rightleft {
  0% {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  5% {
    -webkit-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
  }
  30%,
  100% {
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
  }
}
a.link-2.purple {
  color: #3E404D;
}
a.underline {
  padding-bottom: 6px;
}
a.underline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color:#C40F0F;
  transition: all 0.2s linear;
}
a.underline:hover::before {
  width:100%;
}
a.button {
  position:relative;
  z-index:2;
  display:inline-block;
  text-align:center;
  cursor:pointer;
  font-weight: 400;
  padding: 0px 15px 0px 15px;
  font-size: 13px;
  font-family: 'din_bold', sans-serif;
  text-transform: uppercase;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  line-height: 36px;
  height: 36px;
  width:auto;
  border-radius: 20px;
}
a.button:hover {
  text-decoration: none;
}
a.button-small {
  font-size: 12px;
  padding: 0 10px;
  line-height: 36px;
  height: 36px;
}
a.button-1 {
  background-color: #C40F0F;
  color: #fff!important;
}
a.button-2 {
  background-color: transparent;
  border: solid 2px #174195;
  color: #174195!important;
}
a.button-3 {
  background-color: #ABBCDD;
  border: solid 2px #ABBCDD;
  color: #174195!important;
}
a.button.ico-link::after {
  content:"\f105";
  font-family:"FontAwesome";
  color:#fff;
  margin-left:6px;
}
a.button.ico-back::before {
  content:"\f104";
  font-family:"FontAwesome";
  color:#fff;
  margin-right:6px;
}
a.button-1:hover {
  background-color: #fff;
  color: #000!important;
}
a.button-2:hover {
  background-color: #174195;
  color: #fff!important;
}
a.button-3:hover {
  background-color: transparent;
  border: solid 2px #174195;
  color: #174195!important;
}


.hover-effect-right {
  transition:transform 0.2s ease-in;
}
.hover-effect-right:hover {
  transform:translateX(10px);
}

.border-button {
  position:relative;
  z-index:2;
  padding:4px;
}
.border-button span {
  align-items: center;
  background: #fff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: all .2s ease;
  width: 100%; 
  padding:0 20px;
  min-width:250px; 
  color:#fff;
}
.border-button:hover span {
  background: transparent!important; 
  color:#FFC049; 
}

.logo-container .sitename {
  display:none;
}

.social {
  display: block;
  margin: 30px 0 0 0px;
  text-align: center;
}
.social a {
  font-size:0;
  color: #fff;
  margin:0 8px;
  transition:all 0.35s ease-in;
}
.social a:first-child {
  margin-left: 0;
}
.social a:hover {
  color:#2D683D;
}
.social a::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 42px;
  width: 46px;
  height: 46px;
  text-align: center;
  background-color: #2D683D;
  border: solid 2px #2D683D;
  border-radius: 50px;
  color: #fff!important;
  transition: all .2s ease-in;
}
.social a::before {
  font-size: 26px;
}
.social a.facebook::before {
  content:"\f39e";
}
.social a.instagram::before {
  content:"\f16d";
}
.social a:hover::before {
  color: #2D683D!important;
  background-color: transparent;
}

.page-content {
  padding:200px 0 0px;
  min-height: calc(100vh - 260px);
  overflow: hidden;
}
.page-standard {
  padding:200px 0 170px;
}
.section-breadcrumb {
  padding: 30px 0;
  text-align: left;
  font-family: 'din_light', sans-erif;
  font-size: 14px;
}
.section-breadcrumb a {
  color: #313131!important;
}
.section-breadcrumb .separator {
  font-size: 0;
}
.section-breadcrumb .separator::before {
  content:"\f054";
  font-family: "FontAwesome";
  font-size: 12px;
  margin: 0 10px;
}
.section-breadcrumb .breadcrumb_last {
  color: #CBD0D3;
}

.page-content.single {
  padding-bottom: 100px;
}
.page-content.single-recette {
  padding-bottom: 0px;
}

.content-slider {
  position: relative;
}
.slider .owl-stage-outer {
  position: relative;
}
/*
.slider .owl-stage-outer::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
}
*/
.owl-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: calc(100% - 30px);
  transform: translateY(-50%);
}
.section-actualites-similaires .owl-nav {
  top: 0;
}
.page ul.owl-carousel li .cadre-photo {
  height: 500px;
}
.page .section-actualites-similaires ul.owl-carousel li .cadre-photo {
  height: 300px;
}
.owl-nav div {
  font-size: 0;
  width: 20px;
  height: 35px;
  color: #C3CBCD;
  transition: all .35s ease-in;
  cursor: pointer;
}
.owl-nav div:hover {
  color: #C40F0F;
}
.owl-prev {
  position: absolute;
  left: -40px;
}
.section-actualites-similaires .owl-prev {
  left: auto;
  right: 40px;
}
.owl-next {
  position: absolute;
  right: -40px;
}
.section-actualites-similaires .owl-next {
  right: 0px;
}
.owl-prev::before {
  font-family: "FontAwesome";
  content: "\f053";
  font-size: 32px;
  line-height: 32px;
}
.owl-next::before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 32px;
  line-height: 32px;
}
.page-standard h1 {
  text-align: left;
  color: #313131;
  margin-top: 40px;
  text-transform: uppercase;
}
.cadre-photo,
.cadre-photo figure {
  position: relative;
  text-align: center;
  overflow: hidden;  
}
.cadre-photo img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  transition: all .35s ease-in;
}
.cadre-photo figure {
  margin: 0 auto;
  height: calc(100% - 20px);
  width: 100%;
  overflow: visible;
}


/**** HOMEPAGE TMP ***/
.section-presentation  {
  display: inline-block;
  text-align:center;
  background-image: url(../img/homepage/bg-la-normande.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.section-presentation .vache-normande-content {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-top: 200px;
}
.section-presentation .vache-normande-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 50%;
  width: 50%;
  height: 100%;
  opacity: .62;
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.62) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.62) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e000000',GradientType=1 );  
}
.vache-normande-description {
  text-align: left;
  padding:80px 0 80px 60%;
}
.vache-normande-description strong {
  display: inline-block;
  font-family: 'din_bold',sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
.vache-normande-description .button {
  margin-top: 20px;
}
.vache-normande-description mark {
  display: inline-block;
  background-color: #C40F0F;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-family: 'din_black',sans-serif;
  font-size: 18px;
}
/*** FIN HOMEPAGE TMP ***/

.soustitre {
  display: inline-block;
  width: 100%;
  font-family: 'din_bold',sans-serif;
  font-size: 20px;
  margin-bottom: 30px;
}
.section-interne .texte {
  font-family: 'din_light',sans-serif;
}
.homepage .section-eleveurs,
.homepage .section-evenement-a-venir {
  background-color: #F4F7F5;
  padding: 40px 0;
}
.section-recettes-du-moment h2::before,
.section-evenement-a-venir h2::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  background-image: url(../img/icones/recettes.png);
  width: 34px;
  height: 34px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 6px;
}
.section-evenement-a-venir h2::before {
  background-image: url(../img/icones/calendrier.png);
  width: 33px;
}
.section-recettes-du-moment .call-to-action {
  transform: translateY(90%);
}
.section-recettes-du-moment .vertical-align-center,
.section-evenement-a-venir .vertical-align-center {
  height: auto;
}
.page .section-temoignages figure {
  margin: 0 auto;
}
.section-reseaux-sociaux {
  background-color: #F4F7F5;
  padding: 40px 0;
}
.section-reseaux-sociaux .h3 {
  font-size: 20px;
  font-family: 'din_bold',sans-serif;
}
.section-banner {
  height: 350px;
  background-size: 100% 100%;
  background-position: center;
}
body .page .section-banner h1,
body .page .section-banner .h1 {
  color: #fff;
  margin-top: 90px;
}
.page-banner .section-breadcrumb {
  padding: 0px;
}
.page-banner .section-breadcrumb .container {
  padding: 30px 30px 40px;
  margin-top: -180px;
  background-color: #fff;  
}
.page-banner .section-content {
  padding: 0;
} 
.page-banner .section-content .container {
  padding: 0px 30px 80px;
  margin-top: -20px;
  background-color: #fff;  
}
.page-banner.page-recettes .section-intro .container {
  margin-top: 0px;
  padding: 0px 15% 40px ;
}
.page-banner.page-recettes .section-liste-recettes .container {
  padding: 0 30px;
}
.page-recettes .section-intro .texte {
  text-align: center;
}
.page-paragraphes h2 {
  text-align: left;
  margin-left: 0!important;
}
.page-paragraphes .cadre-photo {
  height: 100%;
  max-height: 600px;
}
.page-paragraphes .item-paragraphe {
  margin-bottom: 40px;
}
.page-paragraphes:not(.page-recettes) .item-paragraphe:nth-child(even) {
  background-color: #F4F7F5;
  padding: 40px;
}
.page-paragraphes.page-eleveurs .paragraphe-1:nth-child(2) {
  background-color: transparent;
  padding: 0px;
}
.page-paragraphes.page-eleveurs .paragraphe-2 {
  background-color: #F4F7F5;
  padding: 40px;
}
.la-normande .page-paragraphes:not(.page-recettes) .item-paragraphe:nth-child(6) {
  padding: 0;
  background-color: transparent;
}
.la-normande .page-paragraphes:not(.page-recettes) .item-paragraphe:nth-child(7) h2,
.la-normande .page-paragraphes:not(.page-recettes) .item-paragraphe:nth-child(7) .texte {
  text-align:center;
}
/*
.la-normande .page-paragraphes:not(.page-recettes) .item-paragraphe:nth-child(6) {
  position: relative;
  z-index: 1;
  padding: 0;
  background-image: url(../img/main/prairie-manormande.jpg);
  background-size: 100% auto;
  background-position: center;
  color: #fff;
  padding: 40px;
}
.la-normande .page-paragraphes:not(.page-recettes) .item-paragraphe:nth-child(6)::before {
  content: "";
  background-color: rgba(0,0,0,.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
*/
.son-lait-et-sa-viande .page-paragraphes .item-paragraphe:nth-child(2) {
  padding: 0;
  background-color: transparent;
}
.son-lait-et-sa-viande .page-paragraphes .item-paragraphe:nth-child(3) {
  background-color: #F4F7F5;
  padding: 40px;
}
.page-la-normande .paragraphe-1 .cadre-photo {
  height: 600px;
}
.page-la-normande .paragraphe-2 .cadre-photo {
  height: 400px;
}
.page-la-normande .paragraphe-5 .cadre-photo {
  height: 800px;
  max-height: 800px;
}
.une-signature .paragraphe-1 strong {
  font-family: "din_bold", sans-serif;
  font-weight: normal;
}
.une-signature .paragraphe-1 .cadre-photo,
.une-signature .paragraphe-3 .cadre-photo {
  overflow: visible;
  max-height: none;
}
.une-signature .paragraphe-1 .cadre-photo img,
.une-signature .paragraphe-3 .cadre-photo img {
  width: auto;
  height: auto;
}
.une-signature .item-paragraphe h2 {
  margin: 0px 0 20px;
}
.une-signature .item-paragraphe h3 {
  margin: 20px 0 40px;
}
.section-recettes .item-paragraphe {
  margin-bottom: 80px;
}
.section-recettes .cadre-photo figure::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
}
.section-recettes .cadre-photo h2 {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 15px;
  left: 15px;
  text-align: left;
}
.page-paragraphes.page-recettes section:not(.section-recettes) .paragraphe-1 h2,
.page-paragraphes.page-recettes section:not(.section-recettes) .paragraphe-1 .texte {
  text-align: center;
}
.page-paragraphes.page-recettes section:not(.section-recettes) .item-paragraphe:not(.paragraphe-1) {
  background-color: #F4F7F5;
  padding: 40px;
  margin-bottom: 40px;
}
.section-liste-recettes ul li::before {
  display: none;
}
.section-liste-recettes .item-recette,
.section-liste-actualites .item-actualite {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
}
.page-liste-des-recettes .section-liste-recettes .item-recette,
.section-liste-actualites .item-actualite {
  background-color: #f8f8f8;
}
.section-liste-recettes .item-recette .cadre-photo,
.section-liste-actualites .item-actualite .cadre-photo {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 240px;
}
.section-liste-actualites .item-actualite .cadre-photo {
  height: 300px;
}
.section-liste-evenements .item-evenement .cadre-photo img {
  height: auto;
}
.section-liste-recettes .item-recette .cadre-photo:hover img,
.section-liste-actualites .item-actualite .cadre-photo:hover img {
  transform: scale(1.1);
}
.section-liste-recettes .item-recette .description {
  padding: 20px;
  height: 120px;
}
.section-liste-actualites .item-actualite .description {
  padding: 20px;
  height: 200px;
  text-align: left;
}
.section-liste-recettes .item-recette a {
  color: #313131!important;
}
.section-liste-recettes .item-recette a:hover {
  color: #C40F0F!important;
}
.single-recette h1,
.single-recette h2 {
  text-align: left;
}
.single-recette h1 {
  text-transform: none!important;
  margin-bottom: 15px!important;
}
body .page.single-recette .section-recette-photo h2 {
  font-size: 34px;
  margin: 40px auto 20px;
}
.single-recette .section-header {
  margin-bottom: 40px;
}
.single-recette .section-header .container {
  position: relative;
}
.single-recette .section-header .container::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background:#f0f0f0;
}
.single-recette .texte {
  font-family: "din_light", sans-serif;
}
.single-recette .texte strong {
  font-family: "din_bold", sans-serif;
  font-weight: normal;
}
.section-header .container-actions .partager,
.section-header .container-actions .print {
  font-size: 0;
}
.section-header .container-actions .partager span,
.section-header .container-actions .partager svg {
  opacity: 0!important;
}
.section-header .container-actions a.a2a_dd.partager {
  width: 16px;
  height: 17px;
  background-image: url(../img/icones/partager.png);
  background-position: center;
}
.section-header .container-actions .print {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icones/imprimer.png);
  background-position: center;
}
.section-header .container-actions {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
  justify-content: flex-end;
}
.section-header .container-actions .block-button {
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.section-recette-photo .details {
  text-align: left;
  font-family: 'din_light',sans-serif;
}
.section-recette-photo .time-prep::before {
  content: "";
  width: 16px;
  height: 20px;
  background-image: url(../img/icones/icon_timer.png);
  background-position: center 2px;
  margin-right: 6px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: top;
}
.section-recette-photo .time-prep::after {
  content: "●";
  font-size: 8px;
  color: #313131;
  padding: 0 15px;
}
.section-recette-photo .nb-personnes::before {
  content: "";
  width: 17px;
  height: 20px;
  background-image: url(../img/icones/personne.png);
  background-position: center 3px;
  margin-right: 6px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: top;
}
.container-map {
  position: relative;
}
.map-standard {
  min-height: 600px;
  height:600px;
  background-color: #f7f7f7;
}
.map-info {
  color: #343434;
  font-family: "din_light", sans-serif
}
.map-info .texte {
  font-size: 14px;
}
.map-info strong {
  font-weight: 700;
}
.map-info a {
  color: #C40F0F!important;
}
.map-standard .marker-cluster-small,
.map-standard .marker-cluster-medium {
  background-color: rgba(196, 15, 15, .5);
}
.map-standard .marker-cluster-small div,
.map-standard .marker-cluster-medium div {
  background-color: rgba(196, 15, 15, .8);
}
.map-standard .marker-cluster-small div span,
.map-standard .marker-cluster-medium div span {
  font-family: "din_bold",sans-serif; 
  color: #fff;
}
.map-standard .leaflet-popup-content-wrapper, 
.map-standard .leaflet-popup-tip {
  border-radius: 0;
  box-shadow: 0 3px 14px rgba(0,0,0,0.2);  
}
.page-les-bonnes-adresses .carte-interactive {
  padding-top: 0;
}
.map-les-bonnes-adresses .marker-cluster-small,
.map-les-bonnes-adresses .marker-cluster-medium {
  background-color: rgba(100, 100, 100, .5);
}
.map-les-bonnes-adresses .marker-cluster-small div,
.map-les-bonnes-adresses .marker-cluster-medium div {
  background-color: rgba(100, 100, 100, .8);
}
.map-les-bonnes-adresses .leaflet-popup-content-wrapper {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.map-les-bonnes-adresses .leaflet-popup-content {
  margin: 0;
  min-width: 240px;
}
.map-les-bonnes-adresses.leaflet-container a.leaflet-popup-close-button {
  color: #fff!important;
}
.map-les-bonnes-adresses.leaflet-container a.leaflet-popup-close-button:hover {
  color: #333!important;
}
.map-les-bonnes-adresses .map-info {
  padding-bottom: 10px;
}
.map-les-bonnes-adresses .leaflet-popup-content .intitule {
  padding: 20px 15px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
.map-les-bonnes-adresses .leaflet-popup-content .texte,
.map-les-bonnes-adresses .leaflet-popup-content .telephone,
.map-les-bonnes-adresses .leaflet-popup-content .web {
  padding: 0 15px;
}
.map-les-bonnes-adresses .type-viande .intitule,
#form-carte .type-viande input[type="checkbox"]:checked + span::before {
  background-color: #ba0303!important;
}
.map-les-bonnes-adresses .type-lait .intitule,
#form-carte .type-lait input[type="checkbox"]:checked + span::before {
  background-color: #ffc300!important;
}
.map-les-bonnes-adresses .type-boucherie .intitule,
#form-carte .type-boucherie input[type="checkbox"]:checked + span::before {
  background-color: #3892e7!important;
}
/*.map-les-bonnes-adresses .type-viande strong,*/
.map-les-bonnes-adresses .type-viande .texte a,
.map-les-bonnes-adresses .type-viande .telephone::before,
.map-les-bonnes-adresses .type-viande .web::before {
  color: #ba0303!important;
}
/*.map-les-bonnes-adresses .type-lait strong,*/
.map-les-bonnes-adresses .type-lait .texte a,
.map-les-bonnes-adresses .type-lait .telephone::before,
.map-les-bonnes-adresses .type-lait .web::before {
  color: #ffc300!important;
}
/*.map-les-bonnes-adresses .type-boucherie strong,*/
.map-les-bonnes-adresses .type-boucherie .texte a,
.map-les-bonnes-adresses .type-boucherie .telephone::before,
.map-les-bonnes-adresses .type-boucherie .web::before {
  color: #3892e7!important;
}
.map-les-bonnes-adresses .telephone,
.map-les-bonnes-adresses .web {
  margin-bottom: 10px;
}
.map-les-bonnes-adresses .telephone a,
.map-les-bonnes-adresses .web a {
  font-weight: 300;
  font-size: 14px;
  color: #333!important;
}
.map-les-bonnes-adresses .telephone::before {
  content: "\f095";
  font-family: 'FontAwesome';
  font-size: 20px;
  margin-right: 10px;
}
.map-les-bonnes-adresses .web::before {
  content: "\f109";
  font-family: 'FontAwesome';
  font-size: 20px;
  margin-right: 10px;
}
.carte-interactive .legende {
  padding: 20px 15px 10px;
  border: solid 1px rgba(0,0,0,.15);
}
.carte-interactive .legende .h3 {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
}
.carte-interactive .legende label {
  font-family: 'din_light',sans-serif;
  padding: 1px 0 2px;
}
#form-carte input[type=checkbox] {
  border: solid 1px rgba(0,0,0,1);
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}
#form-carte input[type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width:20px;
  height:20px;
  box-sizing: border-box;
  border-radius: 0px;
  background-color: rgba(255,255,255, 1);
  border: solid 1px rgba(200,200,200,.75);
  margin-top:3px;
  margin-right: 6px;
  cursor:pointer;
  transition: all .1s ease-in;
}
#form-carte input[type="checkbox"]:checked + span::before {
  font-family: "FontAwesome";
  content:"\f00c";
  line-height: 18px;
  font-size: 10px;
  text-align: center;
  color:#fff;
}


.section-evenement-photo .illustration {
  margin: 80px auto 0;
}
.evenement-video .video-responsive {
  margin-bottom: 40px;
}
.big-actu {
  position: relative;
  height: 600px;
}
.section-actualites {
  padding-bottom: 0;
}
.section-actualites .cadre-photo {
  height: 600px;
  width: 50%;
  position: absolute;
}
.section-actualites .cadre-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
}
.big-actu .description {
  position: absolute;
  z-index: 5;
  top: 15%;
  left: 0;
  width: 80%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.big-actu .description h2 {
  color: #fff;
  padding-bottom: 15px;
  border-bottom: solid 2px #fff;
}
.big-actu .description h2::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  background-image: url(../img/icones/actu.png);
  width: 38px;
  height: 35px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.big-actu .description-actu .h3 {
  display: inline-block;
}
.big-actu .description-actu a,
.big-actu .description-actu .texte {
  color: #fff!important;
}
.big-actu .voir-plus {
  display:inline-block;
  margin-top: 20px;
  text-transform: uppercase;
}
.bloc-actus-container {
  position: relative;
  height: 600px;
}
.bloc-actus {
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 80%;
}
.bloc-actus .h2 {
  display: block;
  width: 100%;
  font-size: 24px!important;
  color: #313131!important;
  padding-bottom: 30px;
  border-bottom: solid 2px #EBEDED;
}
.bloc-actus ul li::before {
  display: none!important;
}
.bloc-actus .titre,
.section-liste-actualites .item-actualite .titre,
.evenement-description .titre {
  font-family: 'din_bold', sans-serif;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}
.bloc-actus .texte,
.section-liste-actualites .item-actualite .texte,
.evenement-description .texte {
  color: #313131!important;
}
.bloc-actus .date,
.section-liste-actualites .item-actualite .date,
.single-actu .date,
.single-event .date,
.evenement-description .date {
  display: inline-block;
  margin-top: 15px;
  color: #CBD0D3!important;
}
.single-actu .date,
.single-event .date {
  margin-top: 0;
  margin-bottom: 40px;
}
.bloc-actus .date::before,
.section-liste-actualites .item-actualite .date::before,
.single-actu .date::before,
.single-event .date::before,
.evenement-description .date::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  background-image: url(../img/icones/time.png);
  width: 16px;
  height: 20px;
  background-size: auto;
  background-position: center 4px;
  background-repeat: no-repeat;
}
.bloc-actus .actu-item,
.section-liste-actualites .item-actualite {
  margin-bottom: 40px;
}
.page-banner .section-liste-actualites .container {
  margin-top: 0px;
  padding: 0px 30px 40px;
  background-color: #fff;
}

footer {
  text-align:left;
  color:#fff;
}
footer .section-footer {
  padding: 0px 30px 20px;
  position:relative;
  background-color: #000000;
}
footer .column-1 {
  text-align: left;
}
footer .sitename {
  font-size:0;
  display:none;
}
footer .column {
  display:flex;
  flex-direction:column;
  justify-content: center;
  line-height: 21px;
}
footer .column-padding-top {
  padding-top: 30px;
}
footer .column-footer-content span {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
footer .logo-footer {
  display:inline-block;
  vertical-align:bottom;
  width:100%;
  max-height: 70px;
}
footer .logo-footer img {
  max-height: 140px;
}
footer .menu-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
footer .menu-footer li {
  padding-top: 10px;
}
footer .column-3 {
/*
  position: absolute;
  right: 0;
  bottom: 0;
*/
}
footer .title {
  position: relative;
  font-weight: bold;
  font-size: 1em;
  padding-bottom: 10px;
}
footer .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 70px;
  height: 1px;
  left: 0;
  background-color: rgba(196, 196, 196, .2);
}
footer  a {
  color: #fff!important;
}
footer a:hover {
  color: #C40F0F!important;
  text-decoration: none;
}
footer .footer-partenaires img {
  max-width: 120px;
  max-height: 80px;
  margin-bottom: 30px;
}
footer .credits-container a {
  padding: 0 15px;
}
footer .footer-partenaires a:last-child {
  padding-right: 0!important;
}
footer .copyrights{
  margin-top: 30px;
  font-size:14px;
  color: #fff;
  font-weight: 400;
  border-top:solid 1px rgba(255,255,255,0.01);
  width:100%;
  padding-top: 15px;
}
footer .copyrights a {
  color: #fff!important;
  text-decoration: underline;
  margin-right: 20px;
}
footer .copyrights a:hover {
  color: #C40F0F!important;
}
footer .copyrights .col-12:nth-child(2) {
  text-align: right;
}
footer .copyrights .col-12:nth-child(2) a {
  margin-right:0;
  margin-left: 10px;
}
.dialog {
  display:none;
}
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:2000;
}
.ui-widget-overlay {
  background-color: #fff;
  opacity: .95;
  filter: Alpha(Opacity=95);
}
.mfp-bg {
  background:#fff!important;
  opacity: .95!important;
  filter: Alpha(Opacity=95)!important;
}
.mfp-title,
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: rgb(62, 63, 77)!important;
}
.mfp-counter {
  color: #FA7B26!important;
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background-color: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 50px;
  outline: 0;
  z-index:3000;
  width:calc(100% - 30px)!important;
  height:auto!important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}
.ui-widget-content:not(.ui-dialog-content) {
  background:#fff!important;
  border:none!important;
  padding:30px 50px;
  text-align:left;
  border-radius: 10px;
}
.ui-widget-header {
  border: none!important;
  background: transparent!important;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 0em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  display: inline-block;
  white-space: nowrap;
  width: 90%;
  text-overflow: ellipsis;
  color:rgb(62, 64, 77);
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  margin:0 0 0px;
  text-align: left;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  content:"\f00d";
  font-family: "FontAwesome";
  font-size:30px;
  font-weight: normal;
  line-height: 60px;
}
.ui-dialog .ui-dialog-titlebar-close:focus {
  border:none!important;
  outline: none!important;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: -20px;
  top: 30px;
  width: 30px;
  margin: -45px 0 0 0;
  height: 40px;
  padding: 0px;
  opacity: 0.35;
  filter: alpha(opacity=35);
  color: rgb(62, 64, 77);
  cursor:pointer;
  text-transform:uppercase;
  border:none;
  background:transparent;
  font-style: normal;
  font-size: 0px;
  font-weight:normal!important;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 1;
  filter: alpha(opacity=100); 
  border:none!important;
  outline: none!important;
}
.no-close .ui-dialog-titlebar-close {
  display:none;
}
.ui-dialog .form-title > span {
  font-size: 18px !important;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  overflow: auto;
  color: rgb(62, 64, 77);
}
.ui-dialog .ui-dialog-content .form-se-connecter {
  width:60%;
  margin:0 auto;
  text-align:left;
  padding-bottom:60px;
}
.ui-dialog #dialog-erreurs {
  background-color: #474543;
  border: 1px solid #282726;
  color: rgb(62, 64, 77);
}
.ui-dialog-content {
  width:auto;
}
.ui-dialog .ui-button-text {
    display: none;
}
.ui-dialog-content .content {
  background-color: transparent;
  color: rgb(62, 64, 77);
  margin-top: 0;
  min-height: auto;
  padding-top: 40px;
}
.ui-dialog-content .message span {
  color:#4D5D22!important;
}
.ui-dialog-content .message strong {
  font-weight: 800;
}
.ui-dialog-content .content .ajax-loading {
  font-size: 40px;
  font-weight: lighter;
}
.ui-dialog-content .login-submit,
.ui-dialog-content .forget-password {
  text-align:right;
}
.ui-dialog-content .forget-password {
  margin-top:-100px;
  font-size:0.8em;
}
.ui-dialog-content .forget-password a {
  text-decoration: underline;
}
.ui-dialog-content .erreur {
  color: #b21212;
  display: none;
  font-size: 0.8em;
  font-weight: bold;
  height: 16px;
  margin: 13px 0 0 7px;
  position: absolute;
  z-index: 10;
}
.ui-dialog-content .message-error,
.formulaire .message-error {
  color:#ff1a1a;
  font-size:14px;
  font-style:italic;
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.ui-dialog-content iframe,
.ui-dialog-content .video-responsive {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
  background: #000;
}
.ui-dialog-content .caption {
  text-align: left;
  line-height: 18px;
  color: #EFEDE9;
  word-wrap: break-word;
  padding-right: 36px;  
  margin-top:5px;
}
.ui-dialog-content .caption small {
  color: #C4BCB0;
  display: block;
  font-size: 12px;
  line-height: 14px; 
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-dialog-content .form-container {
  margin:5px 0px 5px 0px;
}
.ui-dialog-content .form-container .form-buttons-footer {
  margin-bottom:0px;
  height:10px;
}
.ui-dialog .content,
.ui-dialog .dialog-content {
  padding:0;
  overflow:visible;
}
.ui-dialog #societe-label {
  display: none;
  font-weight: bold;
  letter-spacing: 4.56471px;
  text-transform: uppercase;
  color: #FA7B26;
  margin-bottom: 0px;  
}
.ui-dialog #offre-label {
  display: block;
  font-family: "Poppins",sans-serif;
  font-weight: 700;
  color: rgb(62, 64, 77);
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 1.25em;  
  line-height: 1.25em;
}
@media only screen and (min-width: 768px) {
  .ui-dialog {
    width:80%!important;
    height:auto!important;
  }
}

@media only screen and (min-width: 992px) {
  .ui-dialog {
    width:70%!important;
    height:auto!important;
    max-width:700px;
  }
}

@media only screen and (min-width: 1200px) {
  .ui-dialog {
    width:60%!important;
    height:auto!important;
  }
}

/*** RESPONSIVE A l'ENVERS ***/
@media only screen and (max-width:1499px) {
  .page-standard {
    padding-bottom: 60px;
  }
  body .page h1, body .page .h1 {
    font-size: 3.125em;
  }
  body .page h3, body .page .h3 {
    font-size: 1.375em;
  }
  .page ul li::before {
    font-size: 10px;
    line-height: 30px;
  }
  a.button {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    }
  .page blockquote {
    font-size: 1.25em;
    padding: 60px 0px 30px 0px;
  }
  .page blockquote::before {
    font-size: 44px;
  }
  .vache-normande-description {
    padding: 60px 0 60px 50%;
  }
  .section-recettes-du-moment .call-to-action {
    transform: none;
  }
  .bloc-actus .titre, 
  .section-liste-actualites .item-actualite .titre, 
  .evenement-description .titre {
    line-height: 1.2em;
  }
  .section-liste-evenements .item-evenement .cadre-photo {
    height: 220px;
  }
  footer .logo-footer {
    max-width: 200px;
  }
  footer .column {
    font-size: 14px;
  }
  footer .social a::before {
    font-size: 26px;
    line-height: 28px;
  }
  .social a {
    margin: 0 4px;
  }
  footer .copyrights {
    font-size: 13px;
  }
}

@media only screen and (max-width:1199px) {
  .page-standard {
    padding-bottom: 60px;
  }
  body .page h1, body .page .h1 {
    font-size: 2.25em;
  }
  body .page h2,
  body .page .h2,
  .ui-dialog .ui-dialog-title,
  body .page .contact-formulaire h2 {
   font-size:1.5em;
  }
  body .page h3 {
   font-size:1.25em;
  }
  .page .texte {
    font-size: 16px;
  }
  .page ul.owl-carousel li .cadre-photo {
    height: 400px;
  }
  a.button {
    font-size: 16px;
    height: 34px;
    line-height: 34px;
  }
  a.link-1, a.link-2 {
    font-size: 0.875em;
  }
  .page blockquote {
    font-size: 1.15em;
    padding: 40px 0px 20px 0px;
  }
  .page blockquote::before {
    font-size: 34px;
  }
  .page blockquote cite {
    font-size: 0.875em;
  }
  .section-temoignages .owl-prev {
    left: -30px;
  }
  .section-temoignages .owl-next {
    right: -30px;
  }
  .section-recettes-du-moment h2::before, 
  .section-evenement-a-venir h2::before,
  .big-actu .description h2::before {
    height: 24px;
    background-position: center 0px;
    background-size: auto 100%;
    margin-right: 8px;
    margin-top: 0;
  }
  .section-liste-evenements .item-evenement .cadre-photo {
    height: 280px;
  }
  .big-actu .description,
  .bloc-actus {
    width: 90%;
    height: 80%;
    top: 10%;
  }
  .bloc-actus .h2 {
    padding-bottom: 20px;
    font-size: 20px!important;
  }
  .une-signature .paragraphe-1 .cadre-photo img,
  .une-signature .paragraphe-3 .cadre-photo img {
    height: 400px;
  }

  footer .logo-footer {
    max-width: 180px;
  }
}

@media only screen and  (max-width:991px) {
  body .page h1, body .page .h1 {
    font-size: 2.5em;
  }
  body .page h2,
  body .page .h2,
  .ui-dialog .ui-dialog-title {
   font-size:1.75em;
  }
  body .page .texte h2, body .page .texte .h2 {
    margin-top: 20px;
  }
  .container-padding-right,
  .container-padding-left {
    padding: 0;
  }
  .page-content {
    padding-top: 160px;
  }
  .section-interne {
    padding: 40px 0;
  }
  .vache-normande-description {
    padding: 40px 0 40px 40%;
  }  
  .section-une-signature img {
    position: absolute;
    right: 0;
    top: -40px;
    max-height: 200px;
    width: auto;
  } 
  .section-une-signature .une-signature-container {
    padding-top: 40px;
  }
  .section-recettes-du-moment .texte { 
    margin: 40px auto 20px;
  }
  .section-eleveurs-container {
    padding: 40px 0 0;
  }
  .section-eleveurs-container h2 {
    margin-bottom: 20px;
  }
  .page blockquote {
    padding: 50px 0px 20px 0px;
    margin-top: 10px;
  } 
  .section-recettes-du-moment .cadre-photo,
  .section-eleveurs .cadre-photo, 
  .section-evenement-a-venir .cadre-photo {
    height: 400px;
  }
  .section-temoignages .owl-nav {
    transform: none;
    top: -65px;
  }
  .section-temoignages .owl-prev {
    left: auto;
    right: 40px;
  }
  .section-temoignages .owl-next {
    right: 0;
  }
  .section-liste-evenements .item-evenement .cadre-photo {
    height: 200px;
  }
  .evenement-description {
    padding: 40px 0 0;
  }
  .evenement-description .call-to-action {
    margin-top: 20px;
  }
  .section-actualites {
    padding: 0;
  }
  .section-actualites .cadre-photo {
    width: calc(100% - 30px);
    height: 400px;
  }
  .section-actualites .big-actu {
    height: 400px;
  }
  .big-actu .description,
  .bloc-actus {
    width: 100%;
    top: 0;
    height: 100%;
    padding: 30px 15px;
  }
  .bloc-actus {
    padding: 30px 0;
  }
  .bloc-actus .h2 {
    font-size: 0.875em!important;
    border-bottom: none;
  }
  .bloc-actus-container {
    height: auto;
  }
  .bloc-actus {
    position: relative;
  }
  .page-paragraphes .cadre-photo,
  .single .cadre-photo {
    max-height: 400px;
    height: auto;
    margin-bottom: 40px;
  }
  .la-normande .page-paragraphes:not(.page-recettes) .item-paragraphe:nth-child(6) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .une-signature .section-interne {
    overflow: visible;
  }
  .une-signature .paragraphe-1 .cadre-photo {
    max-height: none;
    position: absolute;
    right: 15px;
    top: -200px;
    z-index: 10;
  }
  .une-signature .paragraphe-1 .cadre-photo img,
  .une-signature .paragraphe-3 .cadre-photo img {
    height: 190px;
  }
  .page .section-actualites-similaires ul.owl-carousel li .cadre-photo {
    height: 200px;
    margin-bottom: 0;
  }
  footer .column-padding-top {
    padding-top: 0;
  }
  footer .column-3, footer .column-4 {
    padding-top: 20px;
  }
  footer .footer-partenaires img {
    max-width: 70px;
    max-height: 60px;
  }
  footer .credits-container a {
    padding: 0 10px;
  }
  footer .credits-container a:first-child {
    margin-left: 0;
  }
  footer .credits-container a:last-child {
    margin-right: 0;
  }
  footer .column-2 {
    margin-top: 20px;
  }
  footer .credits-container {
    margin-top: 20px;
  }
  footer .credits-container .align-right {
    text-align: center;
  }
  footer .copyrights {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  body .page h1, body .page .h1 {
    font-size: 1.875em;
  }
  body .page h2,
  body .page .h2,
  .ui-dialog .ui-dialog-title {
   font-size:1.5em!important;
  }
  a.button {
    font-size: 14px;
  }
  .section-banner {
    background-size: auto 100%;
  }
  body .page .section-banner h1, body .page .section-banner .h1 {
    margin-top: 110px;
  }
  .page-banner .section-breadcrumb .container {
    margin-top: -170px;
  }
  .page-content {
    padding-top: 120px;
  }
  .section-presentation .vache-normande-content {
    margin-top: 120px;
  }
  .vache-normande-description {
    padding: 40px 0 40px 15px;
  }
  .section-une-signature img {
    top: -40px;
    max-height: 140px;
  } 
  .section-une-signature .une-signature-container {
    padding-top: 40px;
  }
  .section-recettes-du-moment .cadre-photo,
  .section-eleveurs .cadre-photo, 
  .section-evenement-a-venir .cadre-photo,
  .page-paragraphes .cadre-photo, 
  .single .cadre-photo,
  .page-la-normande .paragraphe-1 .cadre-photo,
  .page-la-normande .paragraphe-2 .cadre-photo {
    height: 300px;
  }
  .page-la-normande .paragraphe-5 .cadre-photo {
    height: 450px;
  }
  .une-signature .paragraphe-1 .cadre-photo img,
  .une-signature .paragraphe-3 .cadre-photo img {
    height: 160px;
  }
  .une-signature .paragraphe-3 .cadre-photo {
    height: 200px;
  }
  .page-recettes .section-recettes .item-paragraphe.paragraphe-3 {
    margin-bottom: 0;
  }
  .page-banner.page-recettes .section-intro .container {
    padding: 0px 30px 40px;
  }
  .page-banner.page-recettes .section-content .container,
  .page-banner.page-eleveurs .section-content .container {
    padding: 0px 15px 80px;
  }
  .section-liste-evenements .item-evenement .cadre-photo {
    height: 300px;
  }  
  footer .logo-footer {
    margin-bottom: 0px;
    max-width: 120px;
  }
  footer .logo-footer img {
    max-height: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .section-presentation  {
    background-position: -100px center;
  }
  .bloc-actus .h2 {
    font-size: 20px!important;
  }
  .page-paragraphes:not(.page-recettes) .item-paragraphe:nth-child(2n),
  .page-paragraphes.page-recettes section:not(.section-recettes) .item-paragraphe:not(.paragraphe-1) {
    padding: 40px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-banner.page-paragraphes:not(.page-recettes) .item-paragraphe:nth-child(2n),
  .page-paragraphes.page-recettes section:not(.section-recettes) .item-paragraphe:not(.paragraphe-1),
  .page-paragraphes.page-eleveurs .paragraphe-2 {
    padding: 40px 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .la-normande .page-paragraphes:not(.page-recettes) .item-paragraphe:nth-child(6) {
    padding-bottom: 0;
  }
  .section-header .container-actions .block-button {
    padding: 0 5px;
  }
  .section-liste-evenements .item-evenement .cadre-photo {
    height: auto;
  }
  footer .section-footer .container {
    padding: 0;
  }
  footer .credits-container a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 499px) {
  body .page h2, body .page .h2, .ui-dialog .ui-dialog-title {
    font-size: 1.4em!important;
  }
  body .page .bloc-actus .h2 {
    font-size: 14px!important;
  }
  .section-recettes-du-moment .cadre-photo,
  .section-eleveurs .cadre-photo, 
  .section-evenement-a-venir .cadre-photo,
  .page-paragraphes .cadre-photo, 
  .single .cadre-photo,
  .page-la-normande .paragraphe-1 .cadre-photo,
  .page-la-normande .paragraphe-2 .cadre-photo {
    height: 260px;
  }
  .page-la-normande .paragraphe-5 .cadre-photo {
    height: 400px;
  }
  .une-signature .paragraphe-1 .cadre-photo img {
    height: 140px;
  }
}
@media only screen and (max-width: 399px) {
  .content-presentation h1, .section-reservation .h1 {
    font-size: 42px !important;
  }  
  .double-performance-lait-et-viande .section-banner h1 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 359px) {
  .content-presentation h1, .section-reservation .h1 {
    font-size: 38px !important;
  }
  .page .texte, .section-partenaires .intro {
    font-size: 16px;
    line-height: 1.4em;
  }
  .col-11 {
    max-width: 90%;
  }
  .col-1 {
    max-width: 10%;
  }
}

@media only print {
  .page-content {
    padding: 20px 0;
  }
  h1 {
    font-size: 2.5em;
  }
  header .menu-container,
  header .menu-responsive,
  .container-actions,
  .no-print,
  footer {
    display: none;
  }
  #cookie-law-info-bar,
  #cookie-law-info-again {
    display: none!important;
  }
  .only-print,
  header nav .navbar-brand {
    display: block!important;
    opacity: 1!important;
  }
  .single-recette .only-print {
    text-align: left;
    padding-left: 15px;
  } 
  .single-recette .logo {
    max-height: 140px;
  }
}
