.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body a {
  transition: all .3s ease;
  cursor: pointer;
  color: #249165;
}
body a:hover,
body a:focus,
body a:active {
  text-decoration: none;
  outline: none;
  color: #787776;
}
body button:hover,
body button:focus,
body button:active {
  text-decoration: none;
  outline: none;
}
body .btn--primary {
  padding: 10px 20px;
  border: 2px solid #d6b850;
  background: #d6b850;
  color: #fff;
  display: flex;
  align-items: center;
  max-width: 300px;
  justify-content: center;
}
body .btn--primary__title {
  padding: 0 10px;
  font-weight: 500;
}
body .btn--primary__picto {
  width: 20px;
  height: 20px;
}
body .btn--primary__picto svg {
  width: 20px;
  height: 20px;
}
body .btn--primary__picto svg path {
  fill: #fff;
  transition: all .3s ease;
}
body .btn--primary:hover {
  color: #d6b850;
  background: transparent;
}
body .btn--primary:hover .btn--primary__picto svg path {
  fill: #d6b850;
}
body .btn--secondary {
  padding: 10px 20px;
  border: 2px solid #136041;
  background: #136041;
  color: #fff;
  display: flex;
  align-items: center;
  max-width: 300px;
  justify-content: center;
}
body .btn--secondary__title {
  padding: 0 10px;
  font-weight: 500;
}
body .btn--secondary__picto {
  width: 20px;
  height: 20px;
}
body .btn--secondary__picto svg {
  width: 20px;
  height: 20px;
}
body .btn--secondary__picto svg path {
  fill: #fff;
  transition: all .3s ease;
}
body .btn--secondary:hover {
  color: #136041;
  background: transparent;
}
body .btn--secondary:hover .btn--secondary__picto svg path {
  fill: #136041;
}
body p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1520px) {
  body .elevage-container {
    max-width: 1520px;
  }
}
@media screen and (min-width: 1380px) {
  body .elevage-container-2 {
    max-width: 1380px;
  }
}
body .contenu {
  font-family: 'Raleway', sans-serif;
  color: #474848;
}
body .contenu h1,
body .contenu h2,
body .contenu h3,
body .contenu h4 {
  color: #474848;
  font-family: 'Raleway', sans-serif;
}
body .contenu h2 {
  font-size: 39px;
  font-weight: 800;
  margin-bottom: 20px;
}
body .contenu h3 {
  font-size: 27px;
  font-weight: 800;
}
body .contenu strong {
  color: #474848;
}
body .contenu ul {
  padding-left: 20px;
}
body .contenu ul li {
  margin-bottom: 5px;
  text-align: left;
}
body header {
  position: relative;
  z-index: 10;
}
body header .header {
  position: relative;
}
body header .header .elevage-container {
  display: flex;
}
body header .header:before {
  content: '';
  width: 100%;
  height: 40px;
  background: url('../img/frise-header.png') no-repeat top center;
  position: absolute;
  bottom: 50px;
  z-index: -1;
}
body header .header:after {
  content: '';
  width: 100%;
  height: 50px;
  background: #d6b850;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
body header .header .nav-mobile {
  display: none;
}
body header .header__left--top {
  justify-content: flex-start;
  padding-right: 1rem !important;
}
body header .header__left--bottom {
  padding-right: 1rem !important;
}
body header .header__left .nav-primary .nav {
  justify-content: flex-end;
}
body header .header__left .localisation {
  display: flex;
  align-items: center;
  color: #787776;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
body header .header__left .localisation__picto {
  margin-right: 10px;
  display: block;
  height: 20px;
}
body header .header__left .localisation__picto svg {
  width: 20px;
  height: 20px;
}
body header .header__left .localisation__picto svg path {
  fill: #136041;
  transition: all .3s ease;
}
body header .header__left .localisation:hover {
  color: #249165;
}
body header .header__left .localisation:hover .localisation__picto svg path {
  fill: #d6b850;
}
body header .header__center {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
}
body header .header__center .logo {
  display: block;
  background: #fff;
  width: 100%;
  height: 225px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(53,163,162,0.1), 0 2px 4px -1px rgba(53,163,162,0.06);
}
body header .header__center .logo img {
  display: block;
  margin: 0 auto;
  width: 235px;
  height: 170px;
}
body header .header__right--top {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 1rem !important;
}
body header .header__right--bottom {
  padding-left: 1rem !important;
}
body header .header__right .email,
body header .header__right .tel {
  display: flex;
  align-items: center;
  color: #787776;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
body header .header__right .email__picto,
body header .header__right .tel__picto {
  display: block;
  margin-right: 10px;
  height: 20px;
}
body header .header__right .email__picto svg,
body header .header__right .tel__picto svg {
  width: 20px;
  height: 20px;
}
body header .header__right .email__picto svg path,
body header .header__right .tel__picto svg path {
  fill: #136041;
  transition: all .3s ease;
}
body header .header__right .email:hover,
body header .header__right .tel:hover {
  color: #249165;
}
body header .header__right .email:hover .tel__picto svg path,
body header .header__right .email:hover .email__picto svg path,
body header .header__right .tel:hover .tel__picto svg path,
body header .header__right .tel:hover .email__picto svg path {
  fill: #d6b850;
}
body header .header__right .facebook {
  background: #f7f0ea;
  border-radius: 25px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
body header .header__right .facebook__picto {
  display: block;
  height: 20px;
}
body header .header__right .facebook__picto svg {
  width: 20px;
  height: 20px;
}
body header .header__right .facebook__picto svg path {
  fill: #787776;
  transition: all .3s ease;
}
body header .header__right .facebook:hover {
  background: #d6b850;
}
body header .header__right .facebook:hover .facebook__picto svg path {
  fill: #fff;
}
body header .header__right .nav-icon {
  position: relative;
  display: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  border: 2px solid #d6b850;
  transition: all .3s ease;
}
body header .header__right .nav-icon span {
  display: block;
  top: 17px;
  width: 18px;
  height: 2px;
  background-color: #d6b850;
  position: relative;
  margin: 0 auto;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  border-radius: 5px;
  transition: all .3s ease;
}
body header .header__right .nav-icon span:after,
body header .header__right .nav-icon span:before {
  display: block;
  border-radius: 5px;
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #d6b850;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  transition: all .3s ease;
}
body header .header__right .nav-icon span:before {
  margin-top: -6px;
}
body header .header__right .nav-icon span:after {
  margin-top: 6px;
}
body header .header__right .nav-icon:hover {
  border: 2px solid #136041;
}
body header .header__right .nav-icon:hover span {
  background-color: #136041;
}
body header .header__right .nav-icon:hover span:after,
body header .header__right .nav-icon:hover span:before {
  background-color: #136041;
}
body header .header__right .nav-icon.active span {
  background-color: rgba(255,255,255,0);
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
body header .header__right .nav-icon.active span:before,
body header .header__right .nav-icon.active span:after {
  margin-top: 0px;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
body header .header__right .nav-icon.active span:before {
  transform: rotate(45deg);
}
body header .header__right .nav-icon.active span:after {
  transform: rotate(-45deg);
}
body header .header__left,
body header .header__right {
  min-height: 100px;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 15px;
}
body header .header__left--top,
body header .header__right--top {
  padding: 30px 0 0;
  display: flex;
  align-items: center;
  min-height: 100px;
}
body header .header__left .nav-primary,
body header .header__right .nav-primary {
  padding: 40px 0 20px;
}
body header .header__left .nav-primary .nav,
body header .header__right .nav-primary .nav {
  display: flex;
}
body header .header__left .nav-primary .nav li,
body header .header__right .nav-primary .nav li {
  padding: 0 30px;
}
body header .header__left .nav-primary .nav li.current_page_item a:after,
body header .header__right .nav-primary .nav li.current_page_item a:after {
  opacity: 1;
  bottom: 0;
}
body header .header__left .nav-primary .nav li a,
body header .header__right .nav-primary .nav li a {
  color: #fff;
  font-size: 19px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
}
body header .header__left .nav-primary .nav li a:after,
body header .header__right .nav-primary .nav li a:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all .3s ease;
  bottom: -5px;
}
body header .header__left .nav-primary .nav li a:hover,
body header .header__right .nav-primary .nav li a:hover {
  color: #249165;
}
body header .header__left .nav-primary .nav li a:hover:after,
body header .header__right .nav-primary .nav li a:hover:after {
  opacity: 1;
  bottom: 0;
}
body header .header__left .nav-primary .nav li:first-child,
body header .header__right .nav-primary .nav li:first-child {
  padding: 0 30px 0 0;
}
body header .header__left .nav-primary .nav li:last-child,
body header .header__right .nav-primary .nav li:last-child {
  padding: 0 0 0 30px;
}
body main section.newsletter {
  background: #d6b850;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}
body main section.newsletter:before,
body main section.newsletter:after {
  content: '';
  background: url('../img/champs-mais.svg') no-repeat top center;
  width: 230px;
  height: 120%;
  position: absolute;
  opacity: 0.3;
  z-index: -1;
}
body main section.newsletter:before {
  left: -30px;
  top: -30px;
}
body main section.newsletter:after {
  right: -30px;
  top: -30px;
}
body main section.newsletter .block-titre {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-align: right;
}
body main section.newsletter .block-titre .titre {
  font-weight: 700;
  font-size: 50px;
  display: block;
}
body main section.newsletter .block-titre .sous-titre {
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
body main section.newsletter .form-newsletter {
  margin-top: 30px;
}
body main section.newsletter .form-newsletter .form-inline {
  display: flex;
  justify-content: center;
}
body main section.newsletter .form-newsletter .form-inline input[type='email'] {
  background: #fff;
  padding: 8px 15px;
  border: none;
  min-width: 220px;
  width: 60%;
}
body main section.newsletter .form-newsletter .form-inline input[type='email']:focus {
  outline: none;
}
body main section.newsletter .form-newsletter .form-inline input[type='submit'] {
  background: #474848;
  padding: 8px 30px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
body main section.newsletter .form-newsletter .form-inline input[type='submit']:hover {
  background: #249165;
}
body footer .footer {
  color: #787776;
}
body footer .footer a {
  transition: all .3s ease;
  cursor: pointer;
  color: #787776;
}
body footer .footer a:hover,
body footer .footer a:focus,
body footer .footer a:active {
  text-decoration: none;
  outline: none;
  color: #249165;
}
body footer .footer__top {
  padding: 40px 0;
}
body footer .footer__top a.logo {
  display: block;
}
body footer .footer__top a.logo img {
  display: block;
  margin: 0 auto;
  max-width: 180px;
}
body footer .footer__top .titre-svg {
  margin-bottom: 20px;
}
body footer .footer__top .titre-svg svg {
  width: 270px;
  height: 50px;
}
body footer .footer__top .contenu {
  font-family: 'Roboto', sans-serif;
  color: #787776;
}
body footer .footer__top .info-contact {
  padding-top: 50px;
}
body footer .footer__top .info-contact .localisation,
body footer .footer__top .info-contact .email,
body footer .footer__top .info-contact .tel {
  display: flex;
  align-items: center;
  color: #787776;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
}
body footer .footer__top .info-contact .localisation__picto,
body footer .footer__top .info-contact .email__picto,
body footer .footer__top .info-contact .tel__picto {
  margin-right: 10px;
  display: block;
  height: 20px;
}
body footer .footer__top .info-contact .localisation__picto svg,
body footer .footer__top .info-contact .email__picto svg,
body footer .footer__top .info-contact .tel__picto svg {
  width: 20px;
  height: 20px;
}
body footer .footer__top .info-contact .localisation__picto svg path,
body footer .footer__top .info-contact .email__picto svg path,
body footer .footer__top .info-contact .tel__picto svg path {
  fill: #d6b850;
  transition: all .3s ease;
}
body footer .footer__top .info-contact .localisation:hover,
body footer .footer__top .info-contact .email:hover,
body footer .footer__top .info-contact .tel:hover {
  color: #249165;
}
body footer .footer__top .info-contact .localisation:hover .localisation__picto svg path,
body footer .footer__top .info-contact .localisation:hover .tel__picto svg path,
body footer .footer__top .info-contact .localisation:hover .email__picto svg path,
body footer .footer__top .info-contact .email:hover .localisation__picto svg path,
body footer .footer__top .info-contact .email:hover .tel__picto svg path,
body footer .footer__top .info-contact .email:hover .email__picto svg path,
body footer .footer__top .info-contact .tel:hover .localisation__picto svg path,
body footer .footer__top .info-contact .tel:hover .tel__picto svg path,
body footer .footer__top .info-contact .tel:hover .email__picto svg path {
  fill: #249165;
}
body footer .footer__idcom {
  background: #f7f7f7;
  text-align: center;
  padding: 30px;
}
body footer .footer__idcom a img {
  margin-right: 10px;
}
body.page-id-3 .page-container .contenu,
body.page-id-6 .page-container .contenu {
  padding: 80px 0;
}
body.page-id-5 .carousel-images {
  position: relative;
}
body.page-id-5 .carousel-images:after {
  content: '';
  width: 100%;
  height: 40px;
  background: url('../img/frise-slider.png') no-repeat top center;
  position: absolute;
  bottom: 0;
  z-index: 5;
}
body.page-id-5 .carousel-images .owl-carousel .item {
  display: block;
  width: 100%;
  height: 740px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 200px 0 100px;
}
body.page-id-5 .carousel-images .owl-carousel .item .epi {
  width: 40px;
  margin: 0 auto;
}
body.page-id-5 .carousel-images .owl-carousel .item .epi svg {
  width: 40px;
  height: 40px;
}
body.page-id-5 .carousel-images .owl-carousel .item .epi svg path {
  fill: #d6b850;
}
body.page-id-5 .carousel-images .owl-carousel .item h1.titre-principal,
body.page-id-5 .carousel-images .owl-carousel .item h2.titre-secondaire {
  text-align: center;
  color: #fff;
  display: block;
  margin-bottom: 80px;
  line-height: 1;
}
body.page-id-5 .carousel-images .owl-carousel .item h1.titre-principal .sur-titre,
body.page-id-5 .carousel-images .owl-carousel .item h2.titre-secondaire .sur-titre {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}
body.page-id-5 .carousel-images .owl-carousel .item h1.titre-principal .titre,
body.page-id-5 .carousel-images .owl-carousel .item h2.titre-secondaire .titre {
  display: block;
  font-family: 'Amatic SC', handwriting;
  font-size: 100px;
}
body.page-id-5 .carousel-images .owl-carousel .item .btn--primary {
  margin: 0 auto;
  max-width: 200px;
}
body.page-id-5 .carousel-images .owl-carousel .owl-dots {
  position: absolute;
  z-index: 5;
  bottom: 60px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
body.page-id-5 .carousel-images .owl-carousel .owl-dots .owl-dot {
  background: #fff;
  opacity: 0.3;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border-radius: 8px;
}
body.page-id-5 .carousel-images .owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}
body.page-id-5 .block_presentation {
  padding: 100px 0 60px;
}
body.page-id-5 .block_presentation .liste_attributs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
body.page-id-5 .block_presentation .liste_attributs .attribut {
  flex: 0 0 20%;
  max-width: 20%;
}
body.page-id-5 .block_presentation .liste_attributs .attribut__picto {
  width: 70px;
  margin: 0 auto 10px;
}
body.page-id-5 .block_presentation .liste_attributs .attribut__picto svg {
  width: 70px;
  height: 70px;
}
body.page-id-5 .block_presentation .liste_attributs .attribut__picto svg path,
body.page-id-5 .block_presentation .liste_attributs .attribut__picto svg polyline,
body.page-id-5 .block_presentation .liste_attributs .attribut__picto svg line,
body.page-id-5 .block_presentation .liste_attributs .attribut__picto svg rect,
body.page-id-5 .block_presentation .liste_attributs .attribut__picto svg ellipse {
  stroke: #249165;
}
body.page-id-5 .block_presentation .liste_attributs .attribut__title {
  text-align: center;
  display: block;
  font-family: 'Raleway', sans-serif;
  color: #474848;
  font-weight: 800;
}
body.page-id-5 .block_presentation .btn--primary {
  float: right;
}
body.page-id-5 .block_presentation h3.titre-fb {
  font-size: 27px;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  color: #474848;
  margin-top: 10px;
  text-align: center;
}
body.page-id-5 .block_presentation .fb-page {
  display: flex;
  justify-content: center;
}
body.page-id-5 .block_titre_et_galerie {
  position: relative;
  padding-bottom: 80px;
  z-index: 0;
}
body.page-id-5 .block_titre_et_galerie:after {
  content: '';
  background: url('../img/frise-content.png') no-repeat center center;
  width: 100%;
  height: 475px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
body.page-id-5 .block_titre_et_galerie .block-titre {
  font-family: 'Raleway', sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
}
body.page-id-5 .block_titre_et_galerie .block-titre .titre-gris {
  color: #787776;
}
body.page-id-5 .block_titre_et_galerie .block-titre .titre-vert {
  color: #136041;
}
body.page-id-5 .block_titre_et_galerie .block-titre .titre-jaune {
  color: #d6b850;
}
body.page-id-5 .block_titre_et_galerie .lien {
  color: #666666;
  display: flex;
  align-items: center;
  position: relative;
  float: right;
  padding-bottom: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
}
body.page-id-5 .block_titre_et_galerie .lien__picto {
  width: 20px;
  height: 20px;
}
body.page-id-5 .block_titre_et_galerie .lien__picto svg {
  width: 20px;
  height: 20px;
}
body.page-id-5 .block_titre_et_galerie .lien__picto svg path {
  transition: all .3s ease;
  fill: #666666;
}
body.page-id-5 .block_titre_et_galerie .lien__title {
  padding: 0 5px;
  font-weight: 500;
}
body.page-id-5 .block_titre_et_galerie .lien:after {
  content: '';
  width: 100%;
  height: 5px;
  background: url('../img/brush-lien.svg') no-repeat center center;
  position: absolute;
  bottom: 0;
}
body.page-id-5 .block_titre_et_galerie .lien:hover {
  color: #d6b850;
}
body.page-id-5 .block_titre_et_galerie .lien:hover .lien__picto svg path {
  fill: #d6b850;
}
body.page-id-5 .block_titre_et_galerie .galerie-container {
  position: relative;
}
body.page-id-5 .block_titre_et_galerie .galerie-container .owl-home-galerie .item {
  display: block;
  width: 100%;
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
body.page-id-5 .block_titre_et_galerie .galerie-container .custom-nav {
  display: block;
  width: auto;
  position: absolute;
  bottom: 40px;
  z-index: 10;
  width: calc(100% - 30px);
  display: flex;
  justify-content: center;
}
body.page-id-5 .block_titre_et_galerie .galerie-container .custom-nav .owl-next,
body.page-id-5 .block_titre_et_galerie .galerie-container .custom-nav .owl-prev {
  width: 30px;
  height: 30px;
  position: relative;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
body.page-id-5 .block_titre_et_galerie .galerie-container .custom-nav .owl-prev:focus {
  outline: none;
}
body.page-id-5 .block_titre_et_galerie .galerie-container .custom-nav .owl-prev:after {
  content: '';
  width: 3px;
  height: 40px;
  position: absolute;
  right: -2px;
  background: #fff;
  top: 3px;
}
body.page-id-5 .block_titre_et_galerie .galerie-container .custom-nav .owl-next:focus {
  outline: none;
}
body.page-id-5 .block_titre_et_galerie .container {
  position: relative;
  z-index: 1;
}
body.page-id-5 .block_titre_et_galerie .svg-fond {
  width: 600px;
  height: 200px;
  position: absolute;
  bottom: 0;
  z-index: 0;
  max-width: 100%;
}
body.page-id-5 .block_titre_et_galerie .svg-fond svg {
  width: 100%;
  height: auto;
}
body.page-id-5 .block_titre_et_galerie .svg-fond svg path {
  fill: #d3cecb;
}
body.page-id-5 .block_liste_animaux {
  background: #136041;
  position: relative;
}
body.page-id-5 .block_liste_animaux .liste_animaux {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-id-5 .block_liste_animaux .liste_animaux .animaux {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 70px 0;
  position: relative;
}
body.page-id-5 .block_liste_animaux .liste_animaux .animaux:after {
  content: '';
  position: absolute;
  height: 110%;
  width: 100%;
  display: block;
  top: -5%;
  background: #d6b850;
  opacity: 0;
  transition: all .3s ease;
}
body.page-id-5 .block_liste_animaux .liste_animaux .animaux .picto {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  border-right: 1px solid #15724d;
}
body.page-id-5 .block_liste_animaux .liste_animaux .animaux .picto svg {
  width: 100%;
  height: auto;
  max-height: 150px;
  display: block;
  margin: 0 auto;
}
body.page-id-5 .block_liste_animaux .liste_animaux .animaux .picto svg path,
body.page-id-5 .block_liste_animaux .liste_animaux .animaux .picto svg polygon {
  fill: #8bb4a3;
  transition: all .3s ease;
}
body.page-id-5 .block_liste_animaux .liste_animaux .animaux .titre {
  position: relative;
  z-index: 1;
  color: #d6b850;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  transition: all .3s ease;
}
body.page-id-5 .block_liste_animaux .liste_animaux .animaux:last-child .picto {
  border-right: none;
}
body.page-id-5 .block_liste_animaux .liste_animaux .animaux:hover:after {
  opacity: 1;
}
body.page-id-5 .block_liste_animaux .liste_animaux .animaux:hover .titre {
  color: #136041;
}
body.page-id-5 .block_liste_animaux .liste_animaux .animaux:hover .picto {
  border-right: none;
}
body.page-id-5 .block_liste_animaux .liste_animaux .animaux:hover .picto svg path,
body.page-id-5 .block_liste_animaux .liste_animaux .animaux:hover .picto svg polygon {
  fill: #136041;
}
body.page-id-5 .block_textuel {
  position: relative;
}
body.page-id-5 .block_textuel .container {
  position: relative;
  z-index: 1;
}
body.page-id-5 .block_textuel .container .contenu {
  max-width: 840px;
  margin: 0 auto;
}
body.page-id-5 .block_textuel .svg-fond-left {
  width: 360px;
  height: 320px;
  position: absolute;
  bottom: -120px;
  left: 1%;
  z-index: 0;
  opacity: 0.3;
  max-width: 100%;
}
body.page-id-5 .block_textuel .svg-fond-left svg {
  width: 100%;
  height: auto;
}
body.page-id-5 .block_textuel .svg-fond-left svg path {
  fill: #8bb4a3;
}
body.page-id-5 .block_textuel .svg-fond-right {
  width: 370px;
  height: 280px;
  position: absolute;
  bottom: -160px;
  z-index: 0;
  right: 1%;
  opacity: 0.3;
  max-width: 100%;
}
body.page-id-5 .block_textuel .svg-fond-right svg {
  width: 100%;
  height: auto;
  transform: scaleX(-1);
}
body.page-id-5 .block_textuel .svg-fond-right svg path {
  fill: #8bb4a3;
}
body.page-id-5 .block_carousel_colis {
  padding-bottom: 60px;
}
body.page-id-5 .block_carousel_colis .elevage-container {
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(53,163,162,0.1), 0 2px 4px -1px rgba(53,163,162,0.06);
  padding: 60px 60px 10px;
  z-index: 6;
  position: relative;
}
body.page-id-5 .block_carousel_colis .owl-colis-carousel .colis .titre {
  display: block;
  background: #f4d051;
  color: #136041;
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 0;
}
body.page-id-5 .block_carousel_colis .owl-colis-carousel .colis img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 180px;
}
body.page-id-5 .block_carousel_colis .owl-colis-carousel .colis .contenu {
  padding: 20px 10px 0;
  text-align: left;
}
body.page-id-5 .block_carousel_colis .custom-colis-nav {
  display: block;
  width: auto;
  position: relative;
  z-index: 10;
  width: calc(100% - 30px);
  display: flex;
  justify-content: center;
}
body.page-id-5 .block_carousel_colis .custom-colis-nav .owl-next,
body.page-id-5 .block_carousel_colis .custom-colis-nav .owl-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  background: transparent;
  border: none;
  color: #474848;
  font-size: 30px;
  cursor: pointer;
}
body.page-id-5 .block_carousel_colis .custom-colis-nav .owl-prev {
  left: -50px;
  top: 100px;
}
body.page-id-5 .block_carousel_colis .custom-colis-nav .owl-prev:focus {
  outline: none;
}
body.page-id-5 .block_carousel_colis .custom-colis-nav .owl-next {
  right: -70px;
  top: 100px;
}
body.page-id-5 .block_carousel_colis .custom-colis-nav .owl-next:focus {
  outline: none;
}
body.page-id-5 .block_carousel_colis .btn--secondary {
  margin: 40px auto 0;
}
body.page-id-5 .block_textuel,
body.page-id-21 .block_textuel,
body.page-id-23 .block_textuel,
body.page-id-25 .block_textuel {
  padding: 80px 0 40px;
}
body.page-id-5 .block_textuel .contenu,
body.page-id-21 .block_textuel .contenu,
body.page-id-23 .block_textuel .contenu,
body.page-id-25 .block_textuel .contenu {
  text-align: center;
}
body.page-id-14 .block_entete,
body.page-id-19 .block_entete,
body.page-id-21 .block_entete,
body.page-id-23 .block_entete,
body.page-id-25 .block_entete {
  display: block;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 150px 0 100px;
  position: relative;
}
body.page-id-14 .block_entete:before,
body.page-id-19 .block_entete:before,
body.page-id-21 .block_entete:before,
body.page-id-23 .block_entete:before,
body.page-id-25 .block_entete:before {
  content: '';
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
body.page-id-14 .block_entete .container,
body.page-id-19 .block_entete .container,
body.page-id-21 .block_entete .container,
body.page-id-23 .block_entete .container,
body.page-id-25 .block_entete .container {
  position: relative;
  z-index: 6;
}
body.page-id-14 .block_entete:after,
body.page-id-19 .block_entete:after,
body.page-id-21 .block_entete:after,
body.page-id-23 .block_entete:after,
body.page-id-25 .block_entete:after {
  content: '';
  width: 100%;
  height: 40px;
  background: url('../img/frise-slider.png') no-repeat top center;
  position: absolute;
  bottom: 0;
  z-index: 5;
}
body.page-id-14 .block_entete .block-titre h1,
body.page-id-14 .block_entete .block-titre .sous-titre,
body.page-id-19 .block_entete .block-titre h1,
body.page-id-19 .block_entete .block-titre .sous-titre,
body.page-id-21 .block_entete .block-titre h1,
body.page-id-21 .block_entete .block-titre .sous-titre,
body.page-id-23 .block_entete .block-titre h1,
body.page-id-23 .block_entete .block-titre .sous-titre,
body.page-id-25 .block_entete .block-titre h1,
body.page-id-25 .block_entete .block-titre .sous-titre {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
body.page-id-14 .block_entete .block-titre h1,
body.page-id-19 .block_entete .block-titre h1,
body.page-id-21 .block_entete .block-titre h1,
body.page-id-23 .block_entete .block-titre h1,
body.page-id-25 .block_entete .block-titre h1 {
  font-size: 75px;
  font-family: 'Amatic SC', handwriting;
}
body.page-id-14 .block_entete .block-titre .sous-titre,
body.page-id-19 .block_entete .block-titre .sous-titre,
body.page-id-21 .block_entete .block-titre .sous-titre,
body.page-id-23 .block_entete .block-titre .sous-titre,
body.page-id-25 .block_entete .block-titre .sous-titre {
  display: block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
body.page-id-14 .block_contact {
  padding: 100px 0 60px;
  position: relative;
}
body.page-id-14 .block_contact:after {
  content: '';
  background: url('../img/frise-content.png') no-repeat center center;
  width: 100%;
  height: 475px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  transform: scaleX(-1);
}
body.page-id-14 .block_contact .svg-fond {
  width: 360px;
  height: 320px;
  position: absolute;
  bottom: 120px;
  left: 1%;
  z-index: 0;
  opacity: 0.3;
  max-width: 100%;
}
body.page-id-14 .block_contact .svg-fond svg {
  width: 100%;
  height: auto;
}
body.page-id-14 .block_contact .svg-fond svg path {
  fill: #787776;
}
body.page-id-14 .block_contact .contact-info .logo {
  display: block;
  margin-bottom: 30px;
}
body.page-id-14 .block_contact .contact-info .logo img {
  display: block;
  width: 270px;
  height: auto;
  margin: 0 auto;
}
body.page-id-14 .block_contact .contact-info .localisation,
body.page-id-14 .block_contact .contact-info .email,
body.page-id-14 .block_contact .contact-info .tel {
  display: flex;
  align-items: center;
  color: #787776;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
}
body.page-id-14 .block_contact .contact-info .localisation__picto,
body.page-id-14 .block_contact .contact-info .email__picto,
body.page-id-14 .block_contact .contact-info .tel__picto {
  margin-right: 10px;
  display: block;
  height: 20px;
}
body.page-id-14 .block_contact .contact-info .localisation__picto svg,
body.page-id-14 .block_contact .contact-info .email__picto svg,
body.page-id-14 .block_contact .contact-info .tel__picto svg {
  width: 20px;
  height: 20px;
}
body.page-id-14 .block_contact .contact-info .localisation__picto svg path,
body.page-id-14 .block_contact .contact-info .email__picto svg path,
body.page-id-14 .block_contact .contact-info .tel__picto svg path {
  fill: #d6b850;
  transition: all .3s ease;
}
body.page-id-14 .block_contact .contact-info .localisation:hover,
body.page-id-14 .block_contact .contact-info .email:hover,
body.page-id-14 .block_contact .contact-info .tel:hover {
  color: #249165;
}
body.page-id-14 .block_contact .contact-info .localisation:hover .localisation__picto svg path,
body.page-id-14 .block_contact .contact-info .localisation:hover .tel__picto svg path,
body.page-id-14 .block_contact .contact-info .localisation:hover .email__picto svg path,
body.page-id-14 .block_contact .contact-info .email:hover .localisation__picto svg path,
body.page-id-14 .block_contact .contact-info .email:hover .tel__picto svg path,
body.page-id-14 .block_contact .contact-info .email:hover .email__picto svg path,
body.page-id-14 .block_contact .contact-info .tel:hover .localisation__picto svg path,
body.page-id-14 .block_contact .contact-info .tel:hover .tel__picto svg path,
body.page-id-14 .block_contact .contact-info .tel:hover .email__picto svg path {
  fill: #249165;
}
body.page-id-14 .block_contact .form-contact .nf-form-fields-required {
  display: none;
}
body.page-id-14 .block_contact .form-contact .nf-error-msg {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
body.page-id-14 .block_contact .form-contact .nf-field-container {
  margin-bottom: 15px;
}
body.page-id-14 .block_contact .form-contact .nf-field-container:not(.rgpd) .nf-field-label {
  display: none;
}
body.page-id-14 .block_contact .form-contact .nf-form-content {
  font-family: 'Arial';
}
body.page-id-14 .block_contact .form-contact .nf-form-content .nf-error input[type="text"],
body.page-id-14 .block_contact .form-contact .nf-form-content .nf-error input[type="tel"],
body.page-id-14 .block_contact .form-contact .nf-form-content .nf-error input[type="email"],
body.page-id-14 .block_contact .form-contact .nf-form-content .nf-error input[type="number"] {
  border-bottom: 2px solid #e80000;
}
body.page-id-14 .block_contact .form-contact .nf-form-content input[type="text"],
body.page-id-14 .block_contact .form-contact .nf-form-content input[type="tel"],
body.page-id-14 .block_contact .form-contact .nf-form-content input[type="email"],
body.page-id-14 .block_contact .form-contact .nf-form-content input[type="number"] {
  min-height: 25px;
  padding: 8px 20px;
  border: 2px solid #d3cecb;
  background: #fff;
}
body.page-id-14 .block_contact .form-contact .nf-form-content input[type="text"]:focus,
body.page-id-14 .block_contact .form-contact .nf-form-content input[type="tel"]:focus,
body.page-id-14 .block_contact .form-contact .nf-form-content input[type="email"]:focus,
body.page-id-14 .block_contact .form-contact .nf-form-content input[type="number"]:focus {
  outline: none;
}
body.page-id-14 .block_contact .form-contact .nf-form-content input[type="text"]::placeholder,
body.page-id-14 .block_contact .form-contact .nf-form-content input[type="tel"]::placeholder,
body.page-id-14 .block_contact .form-contact .nf-form-content input[type="email"]::placeholder,
body.page-id-14 .block_contact .form-contact .nf-form-content input[type="number"]::placeholder,
body.page-id-14 .block_contact .form-contact .nf-form-content textarea::placeholder,
body.page-id-14 .block_contact .form-contact .nf-form-content label {
  color: #787776;
  font-weight: 400;
  cursor: pointer;
}
body.page-id-14 .block_contact .form-contact .nf-form-content .field-wrap input[type="button"] {
  text-align: center;
  background: #136041;
  border: 2px solid #136041;
  color: #fff;
  padding: 10px 40px;
  cursor: pointer;
  width: max-content;
  display: block;
  font-weight: 700;
  margin: 0 auto;
  transition: all .3s ease;
}
body.page-id-14 .block_contact .form-contact .nf-form-content .field-wrap input[type="button"]:hover {
  background: transparent;
  color: #136041;
}
body.page-id-14 .block_contact .form-contact .nf-form-content .field-wrap input[type="button"]:focus {
  outline: none;
}
body.page-id-14 .block_contact .form-contact .nf-form-content .field-wrap textarea {
  background: #fff;
  border: 2px solid #d3cecb;
  padding: 10px 20px;
  height: 125px;
}
body.page-id-14 .block_contact .form-contact .nf-form-content .field-wrap textarea:focus {
  outline: none;
}
body.page-id-14 .block_contact .form-contact .nf-form-content .list-multiselect-wrap {
  background: transparent;
  border: 2px solid #d3cecb;
  padding: 20px;
}
body.page-id-14 .block_contact .form-contact .nf-form-content .list-multiselect-wrap select {
  border: none;
  overflow: hidden;
  height: 40px;
}
body.page-id-14 .block_contact .form-contact .nf-form-content .list-multiselect-wrap select option {
  text-transform: uppercase;
  color: #000;
}
body.page-id-14 .block_contact .form-contact .nf-form-content .list-multiselect-wrap select:focus {
  outline: none;
}
body.page-id-14 .block_contact .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
body.page-id-14 .block_contact .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul li {
  min-width: 200px;
}
@media (max-width: 768px) {
  body.page-id-14 .block_contact .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul li {
    min-width: 0;
    padding-right: 10px !important;
  }
}
body.page-id-14 .block_contact .form-contact .nf-form-content .list-checkbox-wrap .nf-field-element ul li label {
  font-weight: 400;
  font-family: 'Arial';
}
body.page-id-14 .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked),
body.page-id-14 .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  margin: 0;
  width: auto;
  display: none;
}
body.page-id-14 .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label,
body.page-id-14 .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin: 0 !important;
  padding-top: 0px;
  text-align: justify;
  color: #333333;
}
body.page-id-14 .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:before,
body.page-id-14 .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #d3cecb;
  background: #fff;
  display: block;
  opacity: 1;
}
body.page-id-14 .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after,
body.page-id-14 .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background-color: ;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-id-14 .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
body.page-id-14 .block_contact .form-contact .nf-form-content .list-checkbox-wrap input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
body.page-id-19 .block_valeurs {
  display: block;
  width: 100%;
  height: 440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 80px 0;
  position: relative;
}
body.page-id-19 .block_valeurs .titre {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 60px;
  text-align: center;
}
body.page-id-19 .block_valeurs .liste_valeurs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
body.page-id-19 .block_valeurs .liste_valeurs .valeur {
  flex: 0 0 20%;
  max-width: 20%;
}
body.page-id-19 .block_valeurs .liste_valeurs .valeur__picto {
  width: 70px;
  margin: 0 auto 10px;
}
body.page-id-19 .block_valeurs .liste_valeurs .valeur__picto svg {
  width: 70px;
  height: 70px;
}
body.page-id-19 .block_valeurs .liste_valeurs .valeur__picto svg path,
body.page-id-19 .block_valeurs .liste_valeurs .valeur__picto svg polyline,
body.page-id-19 .block_valeurs .liste_valeurs .valeur__picto svg line,
body.page-id-19 .block_valeurs .liste_valeurs .valeur__picto svg rect,
body.page-id-19 .block_valeurs .liste_valeurs .valeur__picto svg ellipse {
  stroke: #fff;
}
body.page-id-19 .block_valeurs .liste_valeurs .valeur__title {
  text-align: center;
  display: block;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-weight: 800;
  max-width: 150px;
  margin: 0 auto;
}
body.page-id-19 .block_carte_et_titre_textuel:after {
  transform: scaleX(-1);
}
body.page-id-19 .block_carte_et_titre_textuel .carte {
  margin-bottom: 30px;
}
body.page-id-19 .block_carte_et_titre_textuel .svg-fond {
  width: 820px;
  height: 440px;
  max-width: 100%;
  position: absolute;
  bottom: 40px;
  z-index: 0;
}
body.page-id-19 .block_carte_et_titre_textuel .svg-fond svg {
  width: 100%;
  height: auto;
}
body.page-id-19 .block_carte_et_titre_textuel .svg-fond svg path {
  fill: #d3cecb;
}
body.page-id-19 .block_titre_et_textuel .svg-fond {
  width: 630px;
  height: 300px;
  position: absolute;
  bottom: 40px;
  z-index: 0;
  max-width: 100%;
}
body.page-id-19 .block_titre_et_textuel .svg-fond svg {
  width: 100%;
  height: auto;
}
body.page-id-19 .block_titre_et_textuel .svg-fond svg path {
  fill: #d3cecb;
}
body.page-id-19 .block_titre_et_textuel,
body.page-id-19 .block_carte_et_titre_textuel {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  z-index: 0;
}
body.page-id-19 .block_titre_et_textuel:after,
body.page-id-19 .block_carte_et_titre_textuel:after {
  content: '';
  background: url('../img/frise-content.png') no-repeat center center;
  width: 100%;
  height: 475px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
body.page-id-19 .block_titre_et_textuel .container,
body.page-id-19 .block_carte_et_titre_textuel .container {
  position: relative;
  z-index: 5;
}
body.page-id-19 .block_titre_et_textuel .block-titre,
body.page-id-19 .block_carte_et_titre_textuel .block-titre {
  font-family: 'Raleway', sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
}
body.page-id-19 .block_titre_et_textuel .block-titre .titre-gris,
body.page-id-19 .block_carte_et_titre_textuel .block-titre .titre-gris {
  color: #787776;
  display: block;
}
body.page-id-19 .block_titre_et_textuel .block-titre .titre-vert,
body.page-id-19 .block_carte_et_titre_textuel .block-titre .titre-vert {
  color: #136041;
  display: block;
}
body.page-id-19 .block_titre_et_textuel .block-titre .titre-jaune,
body.page-id-19 .block_carte_et_titre_textuel .block-titre .titre-jaune {
  color: #d6b850;
  display: block;
}
body.page-id-19 .block_titre_et_textuel .contenu,
body.page-id-19 .block_carte_et_titre_textuel .contenu {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.page-id-19 .block_titre_et_textuel .lien,
body.page-id-19 .block_carte_et_titre_textuel .lien {
  color: #666666;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
  margin-right: 20px;
  width: 230px;
}
body.page-id-19 .block_titre_et_textuel .lien__picto,
body.page-id-19 .block_carte_et_titre_textuel .lien__picto {
  width: 20px;
  height: 20px;
}
body.page-id-19 .block_titre_et_textuel .lien__picto svg,
body.page-id-19 .block_carte_et_titre_textuel .lien__picto svg {
  width: 20px;
  height: 20px;
}
body.page-id-19 .block_titre_et_textuel .lien__picto svg path,
body.page-id-19 .block_carte_et_titre_textuel .lien__picto svg path {
  transition: all .3s ease;
  fill: #666666;
}
body.page-id-19 .block_titre_et_textuel .lien__title,
body.page-id-19 .block_carte_et_titre_textuel .lien__title {
  padding: 0 5px;
  font-weight: 500;
}
body.page-id-19 .block_titre_et_textuel .lien:after,
body.page-id-19 .block_carte_et_titre_textuel .lien:after {
  content: '';
  width: 100%;
  height: 5px;
  background: url('../img/brush-lien.svg') no-repeat center center;
  position: absolute;
  bottom: 0;
}
body.page-id-19 .block_titre_et_textuel .lien:hover,
body.page-id-19 .block_carte_et_titre_textuel .lien:hover {
  color: #d6b850;
}
body.page-id-19 .block_titre_et_textuel .lien:hover .lien__picto svg path,
body.page-id-19 .block_carte_et_titre_textuel .lien:hover .lien__picto svg path {
  fill: #d6b850;
}
body.page-id-19 .galerie_photos .bg-img {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
body.page-id-19 .btn--secondary {
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
}
body.page-id-21 .block_liste_colis {
  padding: 30px 0 30px;
}
body.page-id-21 .block_liste_colis .liste_colis {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page-id-21 .block_liste_colis .liste_colis .colis {
  flex: 0 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(53,163,162,0.1), 0 2px 4px -1px rgba(53,163,162,0.06);
  margin-bottom: 30px;
}
body.page-id-21 .block_liste_colis .liste_colis .colis .titre {
  display: block;
  background: #f4d051;
  color: #136041;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 0;
}
body.page-id-21 .block_liste_colis .liste_colis .colis img {
  width: 100%;
  display: block;
}
body.page-id-21 .block_liste_colis .liste_colis .colis .contenu {
  padding: 20px 20px;
  text-align: center;
}
body.page-id-21 .block_colis_detail {
  padding: 30px 0 60px;
}
body.page-id-21 .block_colis_detail .colis_detail {
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(53,163,162,0.1), 0 2px 4px -1px rgba(53,163,162,0.06);
}
body.page-id-21 .block_colis_detail .colis_detail .titre {
  display: block;
  background: #f4d051;
  color: #136041;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 0;
}
body.page-id-21 .block_colis_detail .colis_detail .colis_detail_container {
  display: flex;
}
body.page-id-21 .block_colis_detail .colis_detail .colis_detail_container img {
  flex: 0 0 33%;
  max-width: 33%;
  height: 100%;
}
body.page-id-21 .block_colis_detail .colis_detail .colis_detail_container .contenu {
  flex: 0 0 66%;
  max-width: 66%;
  padding: 30px 30px;
  text-align: left;
}
body.page-id-23 .block_textuel_2 {
  position: relative;
  padding: 120px 0;
}
body.page-id-23 .block_textuel_2 .container {
  position: relative;
  z-index: 1;
}
body.page-id-23 .block_textuel_2 .container .contenu {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}
body.page-id-23 .block_textuel_2 .svg-fond-left {
  width: 360px;
  height: 320px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 1%;
  z-index: 0;
  opacity: 0.3;
}
body.page-id-23 .block_textuel_2 .svg-fond-left svg {
  width: 100%;
  height: auto;
}
body.page-id-23 .block_textuel_2 .svg-fond-left svg path {
  fill: #8bb4a3;
}
body.page-id-23 .block_textuel_2 .svg-fond-right {
  width: 370px;
  height: 280px;
  position: absolute;
  bottom: 0;
  z-index: 0;
  right: 1%;
  opacity: 0.3;
  max-width: 100%;
}
body.page-id-23 .block_textuel_2 .svg-fond-right svg {
  width: 100%;
  height: auto;
  transform: scaleX(-1);
}
body.page-id-23 .block_textuel_2 .svg-fond-right svg path {
  fill: #8bb4a3;
}
body.page-id-23 .block_textuel_2 .btn--primary {
  margin: 40px auto 0;
}
body.page-id-23 .block_liste_animaux .liste_animaux {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page-id-23 .block_liste_animaux .liste_animaux .animaux {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  display: flex;
  background: #136041;
  margin-bottom: 20px;
  overflow: hidden;
}
body.page-id-23 .block_liste_animaux .liste_animaux .animaux:nth-child(4) .block-contenu .picto {
  transform: none;
}
body.page-id-23 .block_liste_animaux .liste_animaux .animaux img {
  flex: 0 0 calc(40% - 10px);
  max-width: calc(40% - 10px);
  object-fit: cover;
}
body.page-id-23 .block_liste_animaux .liste_animaux .animaux .block-contenu {
  flex: 0 0 calc(60% - 10px);
  max-width: calc(60% - 10px);
  padding: 60px 40px;
  position: relative;
}
body.page-id-23 .block_liste_animaux .liste_animaux .animaux .block-contenu .titre {
  color: #f4d051;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 41px;
  font-weight: 700;
}
body.page-id-23 .block_liste_animaux .liste_animaux .animaux .block-contenu .titre:after {
  content: '';
  background: #d6b850;
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.page-id-23 .block_liste_animaux .liste_animaux .animaux .block-contenu .contenu {
  color: #fff;
}
body.page-id-23 .block_liste_animaux .liste_animaux .animaux .block-contenu .picto {
  position: absolute;
  right: -90px;
  top: 20px;
  transform: scaleX(-1);
  opacity: 0.5;
  width: 220px;
  height: 140px;
  max-width: 100%;
}
body.page-id-23 .block_liste_animaux .liste_animaux .animaux .block-contenu .picto svg {
  width: 100%;
  height: auto;
}
body.page-id-23 .block_liste_animaux .liste_animaux .animaux .block-contenu .picto svg path,
body.page-id-23 .block_liste_animaux .liste_animaux .animaux .block-contenu .picto svg polygon {
  fill: #8bb4a3;
}
body.page-id-25 .galerie_images {
  padding: 60px 0;
}
body.page-id-25 .galerie_images .list-categories {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: ceter;
  margin-bottom: 30px;
}
body.page-id-25 .galerie_images .list-categories li {
  padding: 1px 15px;
  border-right: 1px solid #787776;
}
body.page-id-25 .galerie_images .list-categories li:last-child {
  border-right: none;
}
body.page-id-25 .galerie_images .list-categories li .btn-categorie {
  font-family: 'Raleway', sans-serif;
  color: #787776;
  font-size: 17px;
  position: relative;
}
body.page-id-25 .galerie_images .list-categories li .btn-categorie:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background: #249165;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all .3s ease;
  bottom: -5px;
}
body.page-id-25 .galerie_images .list-categories li .btn-categorie:hover {
  color: #249165;
}
body.page-id-25 .galerie_images .list-categories li .btn-categorie:hover:after {
  opacity: 1;
  bottom: 0;
}
body.page-id-25 .galerie_images .list-categories li .btn-categorie.active {
  font-weight: 800;
  color: #249165;
}
body.page-id-25 .galerie_images .list-categories li .btn-categorie.active:after {
  opacity: 1;
  bottom: 0;
}
body.page-id-25 .galerie_images .element-item {
  width: 30%;
  margin: 0 10px 30px;
  display: block;
  transition: all .3s ease;
}
body.page-id-25 .galerie_images .element-item img {
  display: block;
  height: 100%;
}
body.page-id-25 .galerie_images .element-item .overlay {
  background: rgba(19,96,65,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 5;
  transition: all .3s ease;
  top: 0;
}
body.page-id-25 .galerie_images .element-item .overlay svg {
  width: 60px;
  height: 60px;
}
body.page-id-25 .galerie_images .element-item .overlay svg path {
  fill: #fff;
}
body.page-id-25 .galerie_images .element-item:hover .overlay {
  opacity: 1;
}
@media (min-width: 1200px) and (max-width: 1520px) {
  body header .header .elevage-container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body.page-id-5 .block_titre_et_galerie .block-titre {
    font-size: 86px;
  }
  body.page-id-5 .block_liste_animaux .liste_animaux .animaux .picto svg {
    max-height: 110px;
  }
  body.page-id-19 .block_titre_et_textuel .block-titre,
  body.page-id-19 .block_carte_et_titre_textuel .block-titre {
    font-size: 86px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body header .header .elevage-container {
    max-width: 100%;
  }
  body header .header__center {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body header .header__left,
  body header .header__right {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  body header .header__left .email,
  body header .header__left .tel,
  body header .header__left .localisation,
  body header .header__right .email,
  body header .header__right .tel,
  body header .header__right .localisation {
    font-size: 15px;
  }
  body header .header__left .nav-primary .nav li,
  body header .header__right .nav-primary .nav li {
    padding: 0 15px;
  }
  body header .header__left .nav-primary .nav li:first-child,
  body header .header__right .nav-primary .nav li:first-child {
    padding: 0 15px 0 0;
  }
  body header .header__left .nav-primary .nav li:last-child,
  body header .header__right .nav-primary .nav li:last-child {
    padding: 0 0 0 15px;
  }
  body.page-id-5 .carousel-images .owl-carousel .item {
    padding: 100px 0;
  }
  body.page-id-5 .block_titre_et_galerie .block-titre {
    font-size: 76px;
  }
  body.page-id-5 .block_liste_animaux .liste_animaux .animaux .picto svg {
    max-height: 90px;
  }
  body.page-id-19 .block_titre_et_textuel .block-titre,
  body.page-id-19 .block_carte_et_titre_textuel .block-titre {
    font-size: 76px;
  }
}
@media (max-width: 767.98px) {
  body .contenu h2 {
    font-size: 30px;
  }
  body .contenu h3 {
    font-size: 22px;
  }
  body header .header__left {
    display: none;
  }
  body header .header__center {
    flex: 0 0 30%;
    max-width: 30%;
  }
  body header .header__center .logo {
    height: auto;
  }
  body header .header__center .logo img {
    height: auto;
  }
  body header .header__right {
    flex: 0 0 70%;
    max-width: 70%;
  }
  body main section.newsletter .block-titre .titre {
    font-size: 46px;
    text-align: center;
  }
  body main section.newsletter .block-titre .sous-titre {
    font-size: 20px;
    text-align: center;
  }
  body footer .footer__top .titre-svg {
    margin-bottom: 20px;
  }
  body footer .footer__top .titre-svg svg {
    display: block;
    margin: 10px auto;
  }
  body.page-id-5 .block_presentation {
    padding: 40px 0;
  }
  body.page-id-5 .carousel-images .owl-carousel .item {
    padding: 100px 0;
    height: 520px;
  }
  body.page-id-5 .carousel-images .owl-carousel .item h1.titre-principal,
  body.page-id-5 .carousel-images .owl-carousel .item h2.titre-secondaire {
    margin-bottom: 30px;
  }
  body.page-id-5 .carousel-images .owl-carousel .item h1.titre-principal .titre,
  body.page-id-5 .carousel-images .owl-carousel .item h2.titre-secondaire .titre {
    font-size: 70px;
  }
  body.page-id-5 .carousel-images .owl-carousel .owl-dots {
    bottom: 40px;
  }
  body.page-id-5 .block_presentation .liste_attributs {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  body.page-id-5 .block_presentation .liste_attributs .attribut {
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 20px;
  }
  body.page-id-5 .block_presentation .liste_attributs:after {
    content: '';
    flex: 0 0 33%;
    max-width: 33%;
  }
  body.page-id-5 .block_presentation .btn--primary {
    float: none;
    margin: 0 auto 30px;
  }
  body.page-id-5 .block_titre_et_galerie .block-titre {
    font-size: 56px;
  }
  body.page-id-5 .block_liste_animaux .liste_animaux {
    flex-wrap: wrap;
  }
  body.page-id-5 .block_liste_animaux .liste_animaux .animaux {
    padding: 30px 0;
    flex: 0 0 33%;
    max-width: 33%;
  }
  body.page-id-5 .block_liste_animaux .liste_animaux .animaux .picto svg {
    max-height: 75px;
  }
  body.page-id-5 .block_liste_animaux .liste_animaux:after {
    content: '';
    flex: 0 0 33%;
    max-width: 33%;
  }
  body.page-id-5 .block_carousel_colis .elevage-container {
    padding: 20px 30px 10px;
  }
  body.page-id-5 .block_carousel_colis .custom-colis-nav .owl-next {
    right: -60px;
    font-size: 25px;
  }
  body.page-id-5 .block_carousel_colis .custom-colis-nav .owl-prev {
    left: -30px;
    font-size: 25px;
  }
  body.page-id-5 .block_textuel {
    padding: 40px 0 40px;
  }
  body.page-id-5 .block_textuel .svg-fond-left {
    left: 0;
  }
  body.page-id-5 .block_textuel .svg-fond-right {
    display: none;
  }
  body.page-id-14 .block_entete,
  body.page-id-19 .block_entete,
  body.page-id-21 .block_entete,
  body.page-id-23 .block_entete,
  body.page-id-25 .block_entete {
    height: 300px;
    padding: 60px 0;
  }
  body.page-id-14 .block_entete .block-titre h1,
  body.page-id-19 .block_entete .block-titre h1,
  body.page-id-21 .block_entete .block-titre h1,
  body.page-id-23 .block_entete .block-titre h1,
  body.page-id-25 .block_entete .block-titre h1 {
    font-size: 58px;
  }
  body.page-id-14 .block_contact {
    padding: 40px 0 40px;
  }
  body.page-id-14 .block_contact .svg-fond {
    bottom: 10px;
  }
  body.page-id-19 .block_titre_et_textuel,
  body.page-id-19 .block_carte_et_titre_textuel {
    padding-top: 40px;
  }
  body.page-id-19 .block_titre_et_textuel .block-titre,
  body.page-id-19 .block_carte_et_titre_textuel .block-titre {
    font-size: 56px;
    margin-bottom: 0;
  }
  body.page-id-19 .block_valeurs {
    padding: 30px 0;
  }
  body.page-id-19 .block_valeurs .titre {
    margin-bottom: 0;
  }
  body.page-id-19 .block_valeurs .liste_valeurs {
    flex-wrap: wrap;
  }
  body.page-id-19 .block_valeurs .liste_valeurs .valeur {
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 20px;
  }
  body.page-id-19 .block_valeurs .liste_valeurs:after {
    content: '';
    flex: 0 0 33%;
    max-width: 33%;
  }
  body.page-id-21 .block_liste_colis {
    padding-bottom: 0;
  }
  body.page-id-21 .block_liste_colis .liste_colis .colis {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  body.page-id-21 .block_liste_colis .liste_colis .colis .titre {
    font-size: 24px;
  }
  body.page-id-21 .block_colis_detail {
    padding-top: 0;
  }
  body.page-id-21 .block_colis_detail .colis_detail .titre {
    font-size: 24px;
  }
  body.page-id-21 .block_colis_detail .colis_detail .colis_detail_container {
    flex-wrap: wrap;
  }
  body.page-id-21 .block_colis_detail .colis_detail .colis_detail_container img {
    flex: 0 0 100%;
    max-width: 100%;
    height: 230px;
    object-fit: cover;
  }
  body.page-id-21 .block_colis_detail .colis_detail .colis_detail_container .contenu {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.page-id-23 .block_liste_animaux .liste_animaux .animaux {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.page-id-23 .block_textuel_2 {
    padding: 40px 0 40px;
  }
  body.page-id-23 .block_textuel_2 .svg-fond-right {
    display: none;
  }
  body.page-id-25 .galerie_images .element-item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  body.page-id-25 .galerie_images .element-item img {
    width: 100%;
  }
  body.page-id-5 .block_textuel,
  body.page-id-21 .block_textuel,
  body.page-id-23 .block_textuel,
  body.page-id-25 .block_textuel {
    padding: 40px 0 40px;
  }
}
@media (max-width: 575px) {
  body header .header__center {
    flex: 0 0 160px;
    max-width: 160px;
  }
  body header .header__center .logo {
    height: auto;
  }
  body header .header__center .logo img {
    height: auto;
  }
  body header .header__right {
    flex: 0 0 calc(95% - 130px);
    max-width: calc(95% - 130px);
  }
  body header .header__right--top {
    justify-content: flex-end;
    padding-left: 0rem !important;
  }
  body header .header__right--top .tel__picto {
    height: 40px;
  }
  body header .header__right--top .tel__picto svg {
    width: 40px;
    height: 40px;
  }
  body header .header__right--top .tel__text {
    display: none;
  }
  body main section.newsletter {
    padding: 40px 0;
  }
  body main section.newsletter:before,
  body main section.newsletter:after {
    display: none;
  }
  body main section.newsletter .block-titre .titre {
    font-size: 30px;
  }
  body main section.newsletter .sib-newsletter-area input[type='email'] {
    min-width: inherit !important;
  }
  body.page-id-14 .block_entete,
  body.page-id-19 .block_entete,
  body.page-id-21 .block_entete,
  body.page-id-23 .block_entete,
  body.page-id-25 .block_entete {
    height: 250px;
    padding: 40px 0;
  }
  body.page-id-14 .block_entete .block-titre h1,
  body.page-id-19 .block_entete .block-titre h1,
  body.page-id-21 .block_entete .block-titre h1,
  body.page-id-23 .block_entete .block-titre h1,
  body.page-id-25 .block_entete .block-titre h1 {
    font-size: 46px;
  }
  body.page-id-5 .carousel-images .owl-carousel .item {
    padding: 40px 0;
    height: 400px;
  }
  body.page-id-5 .carousel-images .owl-carousel .item h1.titre-principal,
  body.page-id-5 .carousel-images .owl-carousel .item h2.titre-secondaire {
    margin-bottom: 30px;
  }
  body.page-id-5 .carousel-images .owl-carousel .item h1.titre-principal .titre,
  body.page-id-5 .carousel-images .owl-carousel .item h2.titre-secondaire .titre {
    font-size: 50px;
  }
  body.page-id-5 .carousel-images .owl-carousel .owl-dots {
    bottom: 40px;
  }
  body.page-id-5 .block_presentation .liste_attributs {
    flex-wrap: wrap;
  }
  body.page-id-5 .block_presentation .liste_attributs .attribut {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.page-id-5 .block_presentation .liste_attributs:after {
    content: '';
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.page-id-5 .block_liste_animaux .liste_animaux .animaux {
    padding: 20px 0 !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  body.page-id-5 .block_liste_animaux .liste_animaux .animaux:nth-child(2n) .picto {
    border-right: none;
  }
  body.page-id-5 .block_liste_animaux .liste_animaux:after {
    display: none;
  }
  body.page-id-5 .block_titre_et_galerie .galerie-container .owl-home-galerie .item {
    height: 280px;
  }
  body.page-id-19 .block_valeurs {
    padding: 30px 0 0;
    height: auto;
  }
  body.page-id-19 .block_valeurs .titre {
    font-size: 24px;
  }
  body.page-id-19 .block_valeurs .liste_valeurs {
    align-items: flex-start;
    margin: 20px 0;
  }
  body.page-id-19 .block_valeurs .valeur {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  body.page-id-19 .block_valeurs:after {
    content: '';
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  body.page-id-21 .block_liste_colis .liste_colis .colis {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.page-id-23 .block_liste_animaux .liste_animaux .animaux {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
  body.page-id-23 .block_liste_animaux .liste_animaux .animaux img {
    flex: 0 0 100%;
    max-width: 100%;
    height: 220px;
    object-position: top center;
  }
  body.page-id-23 .block_liste_animaux .liste_animaux .animaux .block-contenu {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 20px;
  }
  body.page-id-23 .block_textuel_2 .svg-fond-left {
    left: 0;
  }
}
@media (max-width: 380px) {
  body header .header__center {
    flex: 0 0 150px;
    max-width: 150px;
  }
  body.page-id-5 .block_titre_et_galerie .block-titre {
    font-size: 40px;
  }
  body.page-id-19 .block_titre_et_textuel,
  body.page-id-19 .block_carte_et_titre_textuel {
    padding-top: 40px;
  }
  body.page-id-19 .block_titre_et_textuel .block-titre,
  body.page-id-19 .block_carte_et_titre_textuel .block-titre {
    font-size: 40px;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  body header .header .nav-mobile {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 30;
    width: 100%;
    background: #d6b850;
  }
  body header .header .nav-mobile .menu-navigation-mobile-container {
    overflow: hidden;
  }
  body header .header .nav-mobile ul.nav {
    display: none;
  }
  body header .header .nav-mobile ul.nav > li {
    display: block;
    padding: 10px 30px 10px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
  }
  body header .header .nav-mobile ul.nav > li > a {
    font-size: 18px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
  }
  body header .header .nav-mobile ul.nav > li > a:hover {
    color: #136041;
  }
  body header .header .nav-mobile ul.nav > li.current_page_item > a {
    color: #fff;
    font-weight: 800;
  }
  body header .header .nav-mobile ul.nav > li.menu-item-has-children .sub-menu {
    position: relative;
    display: none;
    left: 0;
    background-color: transparent;
    width: 100%;
    top: 0;
    padding: 0;
    margin: 0 auto;
  }
  body header .header .nav-mobile ul.nav > li.menu-item-has-children .sub-menu.open {
    display: block;
  }
  body header .header .nav-mobile ul.nav > li.menu-item-has-children .sub-menu li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 30px 5px;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  body header .header .nav-mobile ul.nav > li.menu-item-has-children .sub-menu li a {
    color: #fff;
    font-weight: 300;
  }
  body header .header .nav-mobile ul.nav > li.menu-item-has-children .sub-menu li:hover a {
    color: #136041;
  }
  body header .header .nav-mobile ul.nav > li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
  body header .header .elevage-container {
    max-width: 100%;
    z-index: 40;
    position: relative;
  }
  body header .header:before {
    bottom: 0;
  }
  body header .header:after {
    height: 0;
  }
  body header .header__right .email,
  body header .header__right .facebook {
    display: none;
  }
  body header .header__right .nav-icon {
    display: block;
  }
  body header .header__left--top,
  body header .header__right--top {
    padding-top: 0;
  }
  body header .header__left .email,
  body header .header__left .tel,
  body header .header__left .localisation,
  body header .header__right .email,
  body header .header__right .tel,
  body header .header__right .localisation {
    font-size: 14px;
  }
  body header .header__left .nav-primary,
  body header .header__right .nav-primary {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .header__center {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body header .header__center .logo {
    height: 150px;
  }
  body header .header__center .logo img {
    height: 110px;
    width: 100%;
  }
  body header .header__left,
  body header .header__right {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  body main section.newsletter .block-titre .titre {
    font-size: 46px;
  }
  body main section.newsletter .block-titre .sous-titre {
    font-size: 20px;
  }
  body.page-id-5 .carousel-images .owl-carousel .item {
    padding: 80px 0;
    height: 520px;
  }
  body.page-id-5 .carousel-images .owl-carousel .item h1.titre-principal .titre,
  body.page-id-5 .carousel-images .owl-carousel .item h2.titre-secondaire .titre {
    font-size: 70px;
  }
  body.page-id-5 .block_titre_et_galerie .block-titre {
    font-size: 56px;
  }
  body.page-id-5 .block_liste_animaux .liste_animaux .animaux {
    padding: 50px 0;
  }
  body.page-id-5 .block_liste_animaux .liste_animaux .animaux .picto svg {
    max-height: 75px;
  }
  body.page-id-14 .block_entete,
  body.page-id-19 .block_entete,
  body.page-id-21 .block_entete,
  body.page-id-23 .block_entete,
  body.page-id-25 .block_entete {
    height: 300px;
    padding: 100px 0;
  }
  body.page-id-5 .block_textuel,
  body.page-id-21 .block_textuel,
  body.page-id-23 .block_textuel,
  body.page-id-25 .block_textuel {
    padding: 60px 0 40px;
  }
  body.page-id-14 .block_contact {
    padding: 60px 0 60px;
  }
  body.page-id-19 .block_titre_et_textuel,
  body.page-id-19 .block_carte_et_titre_textuel {
    padding-top: 50px;
  }
  body.page-id-19 .block_titre_et_textuel .block-titre,
  body.page-id-19 .block_carte_et_titre_textuel .block-titre {
    font-size: 56px;
  }
  body.page-id-21 .block_liste_colis {
    padding-bottom: 0;
  }
  body.page-id-21 .block_liste_colis .liste_colis .colis {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  body.page-id-23 .block_liste_animaux .liste_animaux .animaux {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.page-id-23 .block_textuel_2 {
    padding: 60px 0 40px;
  }
  body.page-id-25 .galerie_images .element-item {
    width: 46%;
  }
}
