/*
Theme Name: Divi Child
Description: Child theme for Divi theme
Author: Ronan
Author URI: https://www.elegantthemes.com/
Template: Divi
Version: 4.27.4
Text Domain:  Divi
*/
/* = Theme customization starts here
-------------------------------------------------------------- */
/*---------------------*/
/* Animation CSS CUSTOM*/
/*---------------------*/
/*FadeIn*/
/*FadeInUp*/
/*FadeInDown*/
/*fadeInLeft*/
/*fadeInRight*/
/* Animation css CUSTOM */
.C_fadeIn {
  position: relative;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.5s 0s;
  -moz-transition: opacity ease 0.5s 0s;
  -ms-transition: opacity ease 0.5s 0s;
  -o-transition: opacity ease 0.5s 0s;
}
.C_fadeIn.charge {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.C_fadeInUp {
  position: relative;
  top: 60px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
  -moz-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
  -ms-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
  -o-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
}
.C_fadeInUp.charge {
  top: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.C_fadeInDown {
  position: relative;
  top: -60px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
  -moz-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
  -ms-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
  -o-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
}
.C_fadeInDown.charge {
  top: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.C_fadeInLeft {
  position: relative;
  left: -60px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.5s 0s, left ease 0.7s 0s;
  -moz-transition: opacity ease 0.5s 0s, left ease 0.7s 0s;
  -ms-transition: opacity ease 0.5s 0s, left ease 0.7s 0s;
  -o-transition: opacity ease 0.5s 0s, left ease 0.7s 0s;
}
.C_fadeInLeft.charge {
  left: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.C_fadeInRight {
  position: relative;
  right: -60px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.5s 0s, right ease 0.7s 0s;
  -moz-transition: opacity ease 0.5s 0s, right ease 0.7s 0s;
  -ms-transition: opacity ease 0.5s 0s, right ease 0.7s 0s;
  -o-transition: opacity ease 0.5s 0s, right ease 0.7s 0s;
}
.C_fadeInRight.charge {
  right: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*Largeur colonne*/
/*************************************
** PALIER LES IDIOTIES DU THEME
*************************************/
section .entry-content {
  /*p {
        padding-bottom: 30px !important;
    }*/
}
section#main-content {
  position: relative;
  z-index: 99;
}
header {
  position: relative;
  z-index: 100;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  -webkit-opacity: 0.4 !important;
  -moz-opacity: 0.4 !important;
  opacity: 0.4 !important;
}
.gmap_row .et_pb_code_inner {
  height: 100%;
}
.et_contact_bottom_container {
  text-align: center !important;
  float: none !important;
  display: block !important;
}
@media screen and (max-width: 980px) {
  .border_none {
    border: none !important;
  }
}
.et_pb_toggle .et_pb_toggle_title {
  -webkit-transition: padding-bottom ease 0.3s, color 300ms ease !important;
  -moz-transition: padding-bottom ease 0.3s, color 300ms ease !important;
  -ms-transition: padding-bottom ease 0.3s, color 300ms ease !important;
  -o-transition: padding-bottom ease 0.3s, color 300ms ease !important;
  padding-bottom: 0px;
}
.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title {
  padding-bottom: 10px !important;
}
.single-chien #page-container {
  overflow-y: unset !important;
}
.et-pb-contact-message {
  color: #C00;
  font-weight: 600;
}
.et-pb-contact-message p {
  padding-bottom: 0px !important;
}
.et-pb-contact-message p.et_pb_contact_error_text {
  padding-bottom: 20px !important;
}
.et_contact_error {
  border-color: #C00;
  color: #C00 !important;
  font-weight: bold;
}
/*input, textarea, select.remplie {
    .transition(color ease 0.3s) !important;
    color: #071a18 !important;
}*/
.grecaptcha-badge {
  visibility: hidden !important;
}
/*************************************
** TEXTE EDITABLE
*************************************/
.resume ul {
  padding: 0 0 23px 40px;
}
.resume ol {
  padding: 0 0 23px 27px;
}
.resume a {
  color: #8f79b4;
}
/*************************************
** GENERAL
*************************************/
.btn-primary {
  background: #5c4780;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
  padding: 10px 5px !important;
  -webkit-transition: background ease 0.3s;
  -moz-transition: background ease 0.3s;
  -ms-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
}
.btn-primary:hover {
  background: #7459a1;
}
.btn-blanc {
  background: #8f78b5;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 5px !important;
  -webkit-transition: background ease 0.3s, color ease 0.3s;
  -moz-transition: background ease 0.3s, color ease 0.3s;
  -ms-transition: background ease 0.3s, color ease 0.3s;
  -o-transition: background ease 0.3s, color ease 0.3s;
}
.btn-blanc:hover {
  color: #5c4780;
  background: #FFF;
}
.liste_pattoune .grid {
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 880px) {
  .liste_pattoune .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 879px) {
  .liste_pattoune .grid {
    grid-template-columns: 1fr;
  }
}
.liste_pattoune .grid .row {
  display: table;
  background: #FFF;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
}
.liste_pattoune .grid .row > div {
  display: table-cell;
  vertical-align: middle;
}
.liste_pattoune .grid .row > div.gauche {
  padding: 40px;
}
.liste_pattoune .grid .row > div.gauche img {
  width: 41px;
  max-width: none;
  display: block;
}
.liste_pattoune .grid .row > div.droite {
  padding: 40px 40px 40px 0px;
}
.liste_pattoune .grid .row > div.droite h3 {
  font-weight: bold;
  font-family: "Open Sans", Arial;
}
/*************************************
** FORMULAIRE
*************************************/
.custom_form_style {
  /*select option[value=""] {
        display: none;
    }*/
}
.custom_form_style input[type="text"],
.custom_form_style input[type="email"],
.custom_form_style input[type="tel"],
.custom_form_style select,
.custom_form_style textarea {
  width: 100%;
  border-width: 0;
  border-radius: 0;
  font-size: 15px;
  padding: 16px;
  background-color: rgba(234, 229, 242, 0.28);
  transition: color 300ms ease 0ms, background-color 300ms ease 0ms;
}
.custom_form_style input[type="text"]:hover,
.custom_form_style input[type="email"]:hover,
.custom_form_style input[type="tel"]:hover,
.custom_form_style textarea:hover {
  color: rgba(51, 51, 51, 0.72);
}
.custom_form_style select.vide {
  color: rgba(51, 51, 51, 0.32);
}
.custom_form_style select.vide option {
  color: #333;
}
.custom_form_style div.champs {
  display: grid;
}
@media (min-width: 768px) {
  .custom_form_style div.champs {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .custom_form_style div.champs {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.custom_form_style div.bordure {
  width: 100%;
  height: 25px;
}
@media (max-width: 767px) {
  .custom_form_style div.bordure {
    display: none;
  }
}
.custom_form_style div.submit {
  text-align: center;
  padding: 40px 0px;
}
.custom_form_style div.submit input {
  border: none !important;
  font-size: 1.2em;
  padding: 10px 20px !important;
  cursor: pointer;
}
.custom_form_style div.submit .wpcf7-spinner {
  display: none;
}
.custom_form_style.invalid .wpcf7-response-output {
  background: #e81b1b !important;
  color: #FFF !important;
  border: none !important;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0px 0px 40px 0px !important;
}
.custom_form_style.sent .wpcf7-response-output {
  background: #1ec908 !important;
  color: #FFF !important;
  border: none !important;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0px 0px 40px 0px !important;
}
/*************************************
** SUR HEADER
*************************************/
.entete .droite {
  display: table;
}
.entete .droite > div,
.entete .droite ul {
  display: table-cell;
  vertical-align: middle;
}
.entete .droite ul > li a,
.entete .droite ul > li a:before {
  height: 55px;
  line-height: 55px;
}
.entete .droite ul > li a {
  margin-right: 2px;
}
/*************************************
** HEADER
*************************************/
@media screen and (max-width: 500px) {
  .header_section {
    box-shadow: none !important;
  }
}
@media screen and (max-width: 1120px) and (min-width: 980px) {
  .header_section .header_row {
    top: 25px !important;
  }
}
@media screen and (max-width: 980px) and (min-width: 500px) {
  .header_section .header_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.header_section .header_row .column_gauche {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 980px) and (min-width: 500px) {
  .header_section .header_row .column_gauche {
    width: auto;
  }
}
@media screen and (max-width: 980px) and (min-width: 500px) {
  .header_section .header_row .column_droite {
    width: auto;
  }
}
@media screen and (max-width: 1050px) and (min-width: 500px) {
  .header_section .header_row .column_droite .menu_header {
    padding-top: 0px !important;
    position: relative;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    background: none !important;
  }
}
@media screen and (max-width: 1050px) and (min-width: 768px) {
  .header_section .header_row .column_droite .menu_header {
    top: 35%;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  .header_section .header_row .column_droite .menu_header {
    top: 50%;
  }
}
@media screen and (min-width: 500px) {
  .header_section .header_row .column_droite .menu_header {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}
.header_section .header_row .column_droite .menu_header ul {
  align-items: center !important;
}
.header_section .header_row .column_droite .menu_header ul a {
  color: #333333 !important;
}
@media screen and (max-width: 500px) {
  .header_section .header_row .column_droite .menu_header ul a {
    text-align: center;
  }
}
.header_section .header_row .column_droite .menu_header ul a:hover {
  color: #7459a1 !important;
}
.header_section .header_row .column_droite .menu_header ul .reserver_son_chiot_btn a {
  background: #5c4780;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF !important;
  padding: 15px 15px !important;
  -webkit-transition: background ease 0.3s;
  -moz-transition: background ease 0.3s;
  -ms-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
}
.header_section .header_row .column_droite .menu_header ul .reserver_son_chiot_btn a:hover {
  background: #7459a1;
  color: #FFF !important;
}
@media screen and (max-width: 1200px) and (min-width: 980px) {
  .header_section .header_row .column_droite .menu_header ul li.accueil {
    display: none !important;
  }
}
@media screen and (max-width: 1070px) and (min-width: 980px) {
  .header_section .header_row .column_droite .menu_header ul li.contact {
    display: none !important;
  }
}
/*************************************
** FOOTER
*************************************/
.footer_cta_call .et_parallax_bg {
  background-repeat: repeat !important;
  background-size: initial !important;
}
.footer_conteneur a {
  color: #000 !important;
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -ms-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
}
.footer_conteneur a:hover {
  color: #5c4780 !important;
}
/*************************************
** ACCUEIL PANORAMIQUE
*************************************/
.panoramique_section .et_parallax_bg {
  background-position: center center !important;
}
/*************************************
** ACCUEIL RESERVER SON CHIEN
*************************************/
@media screen and (max-width: 1350px) {
  .reserver_chien_row {
    display: grid !important;
    gap: 20px !important;
    padding: 0px !important;
    margin: 0px !important;
  }
  .reserver_chien_row .et_pb_column,
  .reserver_chien_row .et_pb_column.et-last-child {
    order: initial !important;
    width: 100% !important;
    max-width: 450px;
    top: 0px !important;
    float: none !important;
    margin: 0px auto !important;
  }
}
@media screen and (max-width: 1350px) and (min-width: 820px) {
  .reserver_chien_row {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 1350px) and (max-width: 819px) {
  .reserver_chien_row {
    grid-template-columns: 1fr !important;
  }
}
/*************************************
** BLOG ARTICLES A LA UNE (DISPO SUR L'ACCUEIL) + PAGE BLOG
*************************************/
.pagination.posts {
  clear: both;
  padding: 40px 0px;
  text-align: center;
  font-size: 19px;
}
.pagination.posts span {
  border-radius: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.pagination.posts a,
.pagination.posts span {
  transition: color ease 0.3s;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  margin: 0px 5px;
}
.pagination.posts a:hover {
  color: #a48ec9;
  background: none !important;
}
.pagination.posts span.current {
  background-color: #a48ec9 !important;
  color: #FFF;
  font-size: 14px;
}
@media screen and (max-width: 1099px) {
  .chat_section_accueil {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 1099px) {
  .chat_section_accueil .row_custom {
    display: flex;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1240px) and (min-width: 1100px) {
  .chat_section_accueil .row_custom .colonne_gauche {
    top: -20px !important;
  }
}
@media screen and (max-width: 1099px) {
  .chat_section_accueil .row_custom .colonne_gauche {
    top: 0px !important;
    width: 100%;
  }
  .chat_section_accueil .row_custom .colonne_gauche .img_chat_1 {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .chat_section_accueil .row_custom .colonne_droite {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.chat_section_accueil .row_custom .colonne_droite .listing_pattoune strong {
  font-size: 20px;
  padding-bottom: 10px;
  display: block;
}
.chat_section_accueil .row_custom .colonne_droite .listing_pattoune ul {
  list-style: none;
  padding-left: 0px;
}
.chat_section_accueil .row_custom .colonne_droite .listing_pattoune ul li {
  position: relative;
  /* Permet de positionner le before correctement */
  padding: 10px 0px 10px 30px;
  /* Espace pour éviter que le texte ne chevauche l'icône */
}
.chat_section_accueil .row_custom .colonne_droite .listing_pattoune ul li::before {
  content: "";
  /* URL de l'image */
  background-image: url('imgs/empreinte-de-chien-violet-solo.png');
  background-size: cover;
  position: absolute;
  /* Positionne l'icône par rapport au li */
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 20px;
  /* Ajuste la largeur */
  height: 20px;
  /* Ajuste la hauteur */
  vertical-align: middle;
}
.a_la_une_posts_listing {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin: 0 auto;
}
@media (min-width: 1230px) {
  .a_la_une_posts_listing {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .a_la_une_posts_listing article {
    font-size: 20px !important;
  }
}
@media (max-width: 1229px) and (min-width: 820px) {
  .a_la_une_posts_listing {
    grid-template-columns: 1fr 1fr;
  }
  .a_la_une_posts_listing article {
    max-width: 450px;
    margin: 0 auto;
    font-size: 20px !important;
  }
}
@media (max-width: 819px) {
  .a_la_une_posts_listing {
    grid-template-columns: 1fr;
  }
  .a_la_une_posts_listing article {
    max-width: 450px;
    margin: 0 auto;
    font-size: 18px !important;
  }
}
.page_posts_listing {
  display: grid;
  gap: 40px;
  font-size: 1.5em;
  margin: 0 auto;
}
@media (min-width: 981px) {
  .page_posts_listing {
    grid-template-columns: 1fr;
    padding-right: 40px;
  }
}
@media (max-width: 980px) and (min-width: 780px) {
  .page_posts_listing {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 779px) {
  .page_posts_listing {
    grid-template-columns: 1fr;
  }
}
.page_posts_listing .date {
  font-size: 0.8em;
}
.page_posts_listing .resume {
  font-size: 0.7em !important;
}
.page_posts_fiche {
  font-size: 1.2em;
}
@media (min-width: 980px) {
  .page_posts_fiche {
    padding-right: 40px;
  }
}
.page_posts_fiche .titre {
  font-family: "Noto Serif", Arial;
  padding-bottom: 30px;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.4;
}
.page_posts_fiche .tags {
  padding-top: 40px;
}
.page_posts_fiche .tags a {
  background: #5c4780;
  color: #c5bad9;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 20px;
  font-size: 0.7em;
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -ms-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
}
.page_posts_fiche .tags a:hover {
  color: #FFF;
}
.a_la_une_posts_listing article,
.page_posts_listing article,
.page_posts_fiche article {
  background: #FFF;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
}
.a_la_une_posts_listing article img,
.page_posts_listing article img,
.page_posts_fiche article img {
  display: block;
}
.a_la_une_posts_listing article a.lien_total,
.page_posts_listing article a.lien_total,
.page_posts_fiche article a.lien_total {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: transparent;
  z-index: 4;
}
.a_la_une_posts_listing article .image,
.page_posts_listing article .image,
.page_posts_fiche article .image {
  position: relative;
}
.a_la_une_posts_listing article .image .image_posts_archive div,
.page_posts_listing article .image .image_posts_archive div,
.page_posts_fiche article .image .image_posts_archive div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  background: #5c4780;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}
.a_la_une_posts_listing article .image .image_posts_archive img,
.page_posts_listing article .image .image_posts_archive img,
.page_posts_fiche article .image .image_posts_archive img {
  position: relative;
  z-index: 1;
}
.a_la_une_posts_listing article .pattoune,
.page_posts_listing article .pattoune,
.page_posts_fiche article .pattoune {
  background: white;
  width: 55px;
  height: 55px;
  padding: 10px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  top: -20px;
  -webkit-transition: transform ease 0.3s;
  -moz-transition: transform ease 0.3s;
  -ms-transition: transform ease 0.3s;
  -o-transition: transform ease 0.3s;
}
.a_la_une_posts_listing article .pattoune img,
.page_posts_listing article .pattoune img,
.page_posts_fiche article .pattoune img {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}
.a_la_une_posts_listing article .les_infos,
.page_posts_listing article .les_infos,
.page_posts_fiche article .les_infos {
  padding: 0px 20px 60px 20px;
}
.a_la_une_posts_listing article .les_infos .date,
.page_posts_listing article .les_infos .date,
.page_posts_fiche article .les_infos .date {
  font-weight: 600;
  color: #7459a1;
}
.a_la_une_posts_listing article .les_infos .titre h3,
.page_posts_listing article .les_infos .titre h3,
.page_posts_fiche article .les_infos .titre h3 {
  font-family: "Open Sans", Arial;
  padding-bottom: 20px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
}
.a_la_une_posts_listing article .les_infos .titre h2,
.page_posts_listing article .les_infos .titre h2,
.page_posts_fiche article .les_infos .titre h2 {
  font-family: "Noto Serif", Arial;
  padding-bottom: 20px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
}
.a_la_une_posts_listing article .les_infos .resume,
.page_posts_listing article .les_infos .resume,
.page_posts_fiche article .les_infos .resume {
  font-size: 0.8em;
  line-height: 1.8;
  color: #000;
}
.a_la_une_posts_listing article .lien,
.page_posts_listing article .lien,
.page_posts_fiche article .lien {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  text-align: right;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: opacity ease 0.3s, padding-right ease 0.3s;
  -moz-transition: opacity ease 0.3s, padding-right ease 0.3s;
  -ms-transition: opacity ease 0.3s, padding-right ease 0.3s;
  -o-transition: opacity ease 0.3s, padding-right ease 0.3s;
}
.a_la_une_posts_listing article:hover .image_posts_archive div,
.page_posts_listing article:hover .image_posts_archive div {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.a_la_une_posts_listing article:hover .pattoune,
.page_posts_listing article:hover .pattoune {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
}
.a_la_une_posts_listing article:hover .pattoune img,
.page_posts_listing article:hover .pattoune img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.a_la_une_posts_listing article:hover .lien,
.page_posts_listing article:hover .lien {
  padding-right: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 1229px) and (min-width: 820px) {
  .a_la_une_posts_listing article:last-child {
    display: none;
  }
}
@media (min-width: 800px) {
  .a_la_une_posts_btn_link {
    padding-top: 70px;
  }
}
@media (max-width: 799px) {
  .a_la_une_posts_btn_link {
    padding-top: 50px;
  }
}
/*************************************
** ARGUMENTS ACCUEIL
*************************************/
@media (max-width: 1200px) {
  .arguments_row {
    display: block !important;
  }
  .arguments_row > div {
    order: initial;
    width: 100% !important;
    margin-right: 0px !important;
  }
  .arguments_row > div .chien_PC {
    display: none;
  }
  .arguments_row > .colonne_droite {
    background: #FAFAFA;
    padding: 40px;
    -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 820px) {
  .arguments_row .colonne_droite {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}
/*************************************
** TEMOIGNAGES ACCUEIL
*************************************/
.temoignages_row {
  text-align: left;
}
@media (min-width: 1223px) {
  .temoignages_row .liens {
    display: inline-table;
  }
  .temoignages_row .liens > div {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 1223px) {
  .temoignages_row .liens span {
    display: none;
  }
}
.temoignages_row .liens > div.gauche {
  /*@media (max-width: 420px) {
                display: none !important;
            }*/
}
.temoignages_row .liens a:hover {
  color: #7459a1;
}
.temoignages_row .temoignage_diaporama_accueil {
  color: #FFF;
}
@media (min-width: 980px) {
  .temoignages_row .temoignage_diaporama_accueil {
    font-size: 18px !important;
    text-align: left;
    padding: 40px 0px 80px 0px;
  }
}
@media (max-width: 979px) {
  .temoignages_row .temoignage_diaporama_accueil {
    font-size: 16px !important;
    text-align: center;
    padding: 30px 0px 80px 0px;
  }
}
.temoignages_row .temoignage_diaporama_accueil .readmore {
  display: none;
}
.temoignages_row .temoignage_diaporama_accueil .testimonial-content {
  font-style: italic;
}
.temoignages_row .temoignage_diaporama_accueil .testimonial-name {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}
.temoignages_row .temoignage_diaporama_accueil .wpmslider-controls {
  padding-bottom: 0px !important;
}
@media (min-width: 980px) {
  .temoignages_row .temoignage_diaporama_accueil .wpmslider-controls {
    text-align: left !important;
  }
  .temoignages_row .temoignage_diaporama_accueil .wpmslider-controls a {
    margin-left: 0px !important;
    margin-right: 10px;
  }
}
.temoignages_row .temoignage_diaporama_accueil .wpmslider-controls .wpmslider-pager a:before {
  background: #FFF !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
/*************************************
** BARRE DE CONTACT
*************************************/
.contact_barre a {
  color: #FFF !important;
}
/*************************************
** FIL D'ARIANE
*************************************/
.yoast_fil_ariane {
  background-attachment: fixed;
}
/*************************************
** BACK TO THE TOP
*************************************/
.et_pb_scroll_top:before {
  content: "\21";
  /*select icon*/
  font-family: ETmodules !important;
  font-size: 28px;
  /*icon size*/
  line-height: 55px;
  transition: line-height 0.3s ease;
}
.et_pb_scroll_top.et-pb-icon {
  background: #5c4780;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: background .3s ease;
}
.et_pb_scroll_top.et-pb-icon:hover {
  background: #7459a1;
  /*button color on hover*/
}
.et_pb_scroll_top:hover:before {
  line-height: 40px;
}
/*Add Animation from Bottom */
.et_pb_scroll_top.et-visible {
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.5, 0, 0.16, 1);
  -moz-animation: fadeInBottom 2s 1 cubic-bezier(0.5, 0, 0.16, 1);
  -o-animation: fadeInBottom 1s 1 cubic-bezier(0.5, 0, 0.16, 1);
  animation: fadeInBottom 1s 1 cubic-bezier(0.5, 0, 0.16, 1);
}
.et_pb_scroll_top.et-hidden {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
/***********************************
** PAGE DE CONTACT
*************************************/
@media (min-width: 1199px) {
  .contact_btns_row {
    display: table !important;
  }
  .contact_btns_row > div {
    display: table-cell !important;
    float: none !important;
    vertical-align: middle;
  }
}
.contact_btns_row .colonne_1 {
  margin: 0px !important;
}
@media (min-width: 1300px) {
  .contact_btns_row .colonne_1 {
    width: 500px !important;
  }
}
@media (max-width: 1299px) and (min-width: 1220px) {
  .contact_btns_row .colonne_1 {
    width: 400px !important;
  }
}
@media (max-width: 1199px) and (min-width: 780px) {
  .contact_btns_row .colonne_1 {
    display: none !important;
  }
}
.contact_btns_row .colonne_2 {
  width: auto !important;
  margin: 0px !important;
}
@media (min-width: 1300px) {
  .contact_btns_row .colonne_2 {
    padding-left: 100px;
  }
}
@media (max-width: 1299px) and (min-width: 1199px) {
  .contact_btns_row .colonne_2 {
    padding-left: 40px;
  }
}
.contact_btns_row .colonne_2 .et_pb_image_sticky {
  display: block !important;
}
.contact_btns_row .contact_btns {
  display: grid;
  gap: 40px;
}
@media (min-width: 780px) {
  .contact_btns_row .contact_btns {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 779px) {
  .contact_btns_row .contact_btns {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.contact_btns_row .contact_btns .mon_btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 3px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 18px -6px rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 20px;
  text-align: center;
  -webkit-transition: box-shadow ease 0.3s;
  -moz-transition: box-shadow ease 0.3s;
  -ms-transition: box-shadow ease 0.3s;
  -o-transition: box-shadow ease 0.3s;
}
.contact_btns_row .contact_btns .mon_btn .icone {
  background: #5c4780;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}
.contact_btns_row .contact_btns .mon_btn .icone i {
  font-size: 1.2em;
  color: #FFF;
}
.contact_btns_row .contact_btns .mon_btn .titre {
  padding-top: 20px;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 10px;
}
.contact_btns_row .contact_btns .mon_btn .texte {
  padding-bottom: 10px;
}
.contact_btns_row .contact_btns .mon_btn .btn a {
  font-weight: 700;
  padding: 5px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e1dbeb;
}
.contact_btns_row .contact_btns .mon_btn:hover {
  -webkit-box-shadow: 0px 3px 18px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 18px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 18px -6px rgba(0, 0, 0, 0.3);
}
/*************************************
** PAGE L'ELEVAGE
*************************************/
@media (min-width: 981px) {
  .lelevage_relation_humaine_races_row {
    display: table !important;
  }
  .lelevage_relation_humaine_races_row > div {
    display: table-cell !important;
    float: none !important;
    vertical-align: middle;
  }
}
@media (min-width: 981px) and (max-width: 1299px) {
  .lelevage_relation_humaine_races_row > div {
    background-position: center right;
  }
}
.lelevage_relation_humaine_races_row .colonne_1 {
  margin: 0px !important;
}
@media (min-width: 1300px) {
  .lelevage_relation_humaine_races_row .colonne_1 {
    width: 600px !important;
  }
}
@media (max-width: 1299px) {
  .lelevage_relation_humaine_races_row .colonne_1 {
    width: 400px !important;
  }
}
.lelevage_relation_humaine_races_row .colonne_2 {
  width: auto !important;
  margin: 0px !important;
}
@media (max-width: 500px) {
  .installation_section {
    display: none;
  }
}
.installation_section .installation_slider {
  position: relative;
}
@media (max-width: 980px) {
  .installation_section .installation_slider {
    padding-bottom: 100px;
  }
}
.installation_section .installation_slider .owl-carousel_installations {
  overflow: hidden;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .installation_section .installation_slider .owl-carousel_installations {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.installation_section .installation_slider .owl-carousel_installations .item {
  position: relative;
}
.installation_section .installation_slider .owl-carousel_installations .item > div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #333;
  color: #FFF;
  font-size: 1.3em;
}
.installation_section .installation_slider .owl-carousel_installations .item > div .pattoune {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  width: 40px !important;
}
.installation_section .installation_slider .owl-carousel_installations .owl-nav {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  margin-top: 0px;
}
.installation_section .installation_slider .owl-carousel_installations .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 40Px;
  color: #FFF;
  font-size: 2em;
  font-weight: bold;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.installation_section .installation_slider .owl-carousel_installations .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.installation_section .installation_slider .owl-carousel_installations .owl-nav .owl-prev,
.installation_section .installation_slider .owl-carousel_installations .owl-nav .owl-next {
  color: #FFF;
  font-size: 5em;
  font-weight: bold;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity, ease, 0.3s, left, ease, 0.3s, right, ease, 0.3s;
  -moz-transition: opacity, ease, 0.3s, left, ease, 0.3s, right, ease, 0.3s;
  -ms-transition: opacity, ease, 0.3s, left, ease, 0.3s, right, ease, 0.3s;
  -o-transition: opacity, ease, 0.3s, left, ease, 0.3s, right, ease, 0.3s;
}
.installation_section .installation_slider .owl-carousel_installations .owl-nav:hover .owl-prev {
  left: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: none;
}
.installation_section .installation_slider .owl-carousel_installations .owl-nav:hover .owl-next {
  right: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: none;
}
.installation_section .installation_slider .faux_violet {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #eae5f2;
  width: 100%;
  height: 100px;
}
@media (max-width: 980px) {
  .installation_section .installation_slider .faux_violet {
    display: none;
  }
}
/*************************************
** PAGE CHATS
*************************************/
.page_chat_elever_maine_coon .tab_widget ul {
  background: transparent;
}
.page_chat_elever_maine_coon .tab_widget ul li {
  border-right: #EEE solid 1px;
}
.page_chat_elever_maine_coon .tab_widget ul:after {
  top: 0px;
  border-top: #EEE solid 1px;
}
@media (min-width: 1140px), (max-width: 980px) and (min-width: 545px) {
  .page_chat_elever_maine_coon .btn_cta .tab {
    display: table;
  }
  .page_chat_elever_maine_coon .btn_cta .tab > div {
    display: table-cell;
    vertical-align: middle;
  }
  .page_chat_elever_maine_coon .btn_cta .tab .tel {
    padding-left: 10px;
    padding-top: 0px !important;
  }
}
@media (max-width: 1140px) and (min-width: 980px), (max-width: 545px) {
  .page_chat_elever_maine_coon .btn_cta .tab .tel {
    margin-top: 10px;
    background: #aa99c7;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px 26px 10px 26px;
  }
}
.page_chat_elever_maine_coon .btn_cta .tab .cta a {
  background: #5c4780;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
  display: inline-block;
  padding: 10px 26px 10px 26px;
  font-size: 1.1em;
  -webkit-transition: background ease 0.3s;
  -moz-transition: background ease 0.3s;
  -ms-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
}
.page_chat_elever_maine_coon .btn_cta .tab .cta a > span {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.page_chat_elever_maine_coon .btn_cta .tab .cta a span.icone {
  margin-left: 10px;
}
.page_chat_elever_maine_coon .btn_cta .tab .cta a:hover {
  background: #7459a1;
}
.page_chat_elever_maine_coon .btn_cta .tab .tel a {
  font-weight: bold;
}
/*************************************
** PAGE TEMOIGNAGES
*************************************/
.temoignage_modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}
.temoignage_modal > div.et_pb_row {
  padding: 20px 20px 20px 20px;
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s, top ease 0.6s;
  -moz-transition: opacity ease 0.3s, top ease 0.6s;
  -ms-transition: opacity ease 0.3s, top ease 0.6s;
  -o-transition: opacity ease 0.3s, top ease 0.6s;
}
.temoignage_modal > div.et_pb_row > div.et_pb_column {
  background: #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
}
.temoignage_modal > div.et_pb_row > div.et_pb_column input[type="email"],
.temoignage_modal > div.et_pb_row > div.et_pb_column #wpmtst_email {
  border: none;
  background: rgba(234, 229, 242, 0.28);
  padding: 16px;
  font-size: 15px;
}
.temoignage_modal > div.et_pb_row > div.et_pb_column .form-field.field-client_prenom {
  display: none !important;
}
@media (min-width: 780px) {
  .temoignage_modal > div.et_pb_row > div.et_pb_column {
    padding: 40px;
  }
}
@media (max-width: 779px) {
  .temoignage_modal > div.et_pb_row > div.et_pb_column {
    padding: 20px;
  }
}
@media screen and (max-height: 780px) {
  .temoignage_modal > div.et_pb_row > div.et_pb_column {
    overflow-y: auto;
    height: 600px;
  }
}
.temoignage_modal > div.et_pb_row.on {
  top: 50%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*************************************
** PAGE RACES
*************************************/
.races_presentation .race {
  padding-top: 150px;
}
.races_presentation .race:first-child {
  padding-top: 0px;
}
.races_presentation .premiere_partie {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .races_presentation .premiere_partie {
    padding: 0px 40px 0px 40px;
  }
}
@media (max-width: 767px) {
  .races_presentation .premiere_partie {
    padding: 0px 20px 0px 20px;
  }
}
.races_presentation .premiere_partie > div {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .races_presentation .premiere_partie > div {
    display: table;
  }
  .races_presentation .premiere_partie > div > div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}
.races_presentation .premiere_partie > div > div.gauche {
  position: relative;
}
@media (max-width: 980px) {
  .races_presentation .premiere_partie > div > div.gauche {
    padding-bottom: 80px;
  }
  .races_presentation .premiere_partie > div > div.gauche img {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    display: block;
  }
}
.races_presentation .premiere_partie > div > div.gauche img.image_presentation {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
}
.races_presentation .premiere_partie > div > div.gauche img.blob {
  position: absolute;
}
@media (min-width: 1440px) {
  .races_presentation .premiere_partie > div > div.gauche img.blob {
    bottom: 20px;
    left: -10px;
  }
}
@media (max-width: 1439px) and (min-width: 980px) {
  .races_presentation .premiere_partie > div > div.gauche img.blob {
    top: 90px;
    left: -10px;
  }
}
@media (max-width: 979px) {
  .races_presentation .premiere_partie > div > div.gauche img.blob {
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}
@media (max-width: 1440px) and (min-width: 980px) {
  .races_presentation .premiere_partie > div > div.droite {
    padding-left: 30px;
  }
}
.races_presentation .premiere_partie > div > div.droite h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 1.2em;
  padding-bottom: 30px;
}
.races_presentation .premiere_partie > div > div.droite .description {
  padding-bottom: 1.5em;
}
.races_presentation .premiere_partie > div > div.droite .description h3 {
  font-family: "Open Sans", Arial;
  font-size: 18px;
  font-weight: 700;
}
.races_presentation .premiere_partie > div > div.droite .description .details {
  font-size: 16px;
}
@media (min-width: 768px) {
  .races_presentation .deuxieme_partie {
    padding: 80px 40px 80px 40px;
  }
}
@media (max-width: 767px) {
  .races_presentation .deuxieme_partie {
    padding: 80px 20px 80px 20px;
  }
}
.races_presentation .deuxieme_partie .details {
  display: grid;
  gap: 40px;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .races_presentation .deuxieme_partie .details {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1199px) and (min-width: 700px) {
  .races_presentation .deuxieme_partie .details {
    grid-template-columns: 1fr 1fr;
  }
}
.races_presentation .deuxieme_partie .details .detail {
  text-align: left;
  background: #FFF;
  padding: 40px 40px 30px 40px;
  -webkit-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
}
.races_presentation .deuxieme_partie .details .detail i {
  color: #5c4780;
  font-size: 3.5em;
  text-align: center;
  padding-bottom: 20px;
}
.races_presentation .deuxieme_partie .details .detail h3 {
  font-weight: 700;
  font-family: "Open Sans", Arial;
  font-size: 1.2em;
}
.races_presentation .troisieme_partie {
  background: #5c4780;
}
@media (min-width: 768px) {
  .races_presentation .troisieme_partie {
    padding: 80px 40px 80px 40px;
  }
}
@media (max-width: 767px) {
  .races_presentation .troisieme_partie {
    padding: 80px 20px 80px 20px;
  }
}
.races_presentation .troisieme_partie .intro {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0px 40px 0px;
  text-align: center;
}
.races_presentation .troisieme_partie .intro h3 {
  font-weight: 700;
  font-family: "Open Sans", Arial;
  font-size: 1.6em;
  color: #FFF;
}
.races_presentation .troisieme_partie .intro .text {
  font-size: 16px;
  color: #FFF;
}
.races_presentation .troisieme_partie .les_chiens .listing {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  position: relative;
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent {
  background: #FAFAFA;
  -webkit-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0px auto;
  overflow: hidden;
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table {
  width: 100%;
}
@media (min-width: 650px) {
  .races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table {
    display: table;
  }
  .races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div {
    display: table-cell;
    vertical-align: middle;
  }
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.gauche {
  position: relative;
  background: #ece8f2;
}
@media (min-width: 650px) {
  .races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.gauche {
    width: 190px;
  }
}
@media (max-width: 650px) {
  .races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.gauche {
    width: 100%;
    padding: 40px;
  }
  .races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.gauche .image_posts_archive {
    width: 190px;
    margin: 0 auto;
  }
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.gauche .image_posts_archive {
  position: relative;
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.gauche .image_posts_archive img {
  position: relative;
  z-index: 2;
  width: 150px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.gauche .image_posts_archive div.sexe {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.gauche .image_posts_archive div.sexe i.fa-venus {
  color: #d33ea1;
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.gauche .image_posts_archive div.sexe i.fa-mars {
  color: #1ab3be;
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.droite {
  padding: 40px;
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.droite h4 {
  font-weight: bold;
  font-size: 1.3em;
  padding-bottom: 2px;
}
@media (max-width: 700px) {
  .races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.droite h4 {
    font-size: 1.5em;
  }
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.droite .age {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 0.9em;
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.droite .description {
  padding-top: 20px;
}
@media (max-width: 700px) {
  .races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.droite .description {
    font-size: 0.9em;
  }
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.droite .lien {
  padding-top: 20px;
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.droite .lien a {
  background: #5c4780;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
  display: inline-block;
  padding: 5px 26px 5px 26px;
  font-size: 0.9em;
  -webkit-transition: background ease 0.3s;
  -moz-transition: background ease 0.3s;
  -ms-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.droite .lien a > span {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.droite .lien a span.icone {
  margin-left: 10px;
}
.races_presentation .troisieme_partie .les_chiens .listing .le_chien_parent > div.table > div.droite .lien a:hover {
  background: #7459a1;
}
.races_presentation .troisieme_partie .les_chiens .cta {
  text-align: center;
  padding-top: 50px;
}
.races_presentation .troisieme_partie .les_chiens .cta a {
  display: inline-block;
}
/*************************************
** PAGE RESERVER SON CHIOT
*************************************/
.filtres_recherche {
  background: #FCFCFC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  padding: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filtres_recherche .menus_deroulant {
  display: grid;
}
@media (min-width: 980px) {
  .filtres_recherche .menus_deroulant {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 680px) {
  .filtres_recherche .menus_deroulant {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 679px) {
  .filtres_recherche .menus_deroulant {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.filtres_recherche .hr {
  border-top: 1px #C0C0C0 solid;
  padding-top: 40px;
  margin-top: 40px;
}
.filtres_recherche .inputs {
  display: grid;
}
@media (min-width: 680px) {
  .filtres_recherche .inputs {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 679px) {
  .filtres_recherche .inputs {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.filtres_recherche .inputs .le_champ {
  position: relative;
}
.filtres_recherche .inputs .le_champ .extension {
  position: absolute;
  right: 10px;
  top: 10px;
}
.filtres_recherche .lien {
  padding-top: 50px;
  text-align: center;
}
.filtres_recherche .lien .btn_submit {
  display: none;
}
.filtres_recherche .lien a {
  display: inline-block;
  padding: 10px 20px !important;
}
.filtres_recherche label {
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
}
.resultats_chiot {
  padding-top: 50px;
}
.resultats_chiot .nbre_trouves {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 80px;
}
.resultats_chiot .nbre_trouves i {
  background: #5c4780;
  color: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.resultats_chiot .pagination a,
.resultats_chiot .pagination span {
  background: #5c4780;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 10px;
  margin-left: 10px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: background ease 0.3s;
  -moz-transition: background ease 0.3s;
  -ms-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
}
.resultats_chiot .pagination a:hover,
.resultats_chiot .pagination span:not(.page-numbers.dots) {
  background: #795ea6;
}
.resultats_chiot .pagination_tri {
  width: 100%;
}
@media (min-width: 650px) {
  .resultats_chiot .pagination_tri {
    display: table;
    margin-bottom: 30px;
  }
  .resultats_chiot .pagination_tri > div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .resultats_chiot .pagination_tri .case_pagination {
    text-align: right;
  }
}
@media (max-width: 649px) {
  .resultats_chiot .pagination_tri {
    margin: 0 auto 30px auto;
    max-width: 450px;
    text-align: center;
  }
  .resultats_chiot .pagination_tri .case_pagination {
    padding-top: 20px;
  }
}
.resultats_chiot .pagination_tri .tri a.current {
  font-weight: 700;
}
.resultats_chiot .pagination_bas {
  padding-top: 30px;
  text-align: right;
}
.resultats_chiot .rien {
  text-align: center;
}
.resultats_chiot .rien .icone {
  background: #c5bad9;
  color: #FFF;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto 20px auto;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
}
.resultats_chiot .rien .titre {
  font-weight: bold;
  font-size: 1.2em;
}
.les_chiens_grid {
  display: grid;
}
@media (min-width: 1300px) {
  .les_chiens_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 1299px) and (min-width: 980px) {
  .les_chiens_grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 979px) and (min-width: 650px) {
  .les_chiens_grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 649px) {
  .les_chiens_grid {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.les_chiens_grid article,
.les_chiens_grid > div {
  display: flex;
  justify-content: stretch;
}
.les_chiens_grid article .le_chien,
.les_chiens_grid > div .le_chien {
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  position: relative;
}
.les_chiens_grid article .le_chien a.lien_total,
.les_chiens_grid > div .le_chien a.lien_total {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 5;
}
.les_chiens_grid article .le_chien .image_posts_archive,
.les_chiens_grid > div .le_chien .image_posts_archive {
  position: relative;
}
.les_chiens_grid article .le_chien .image_posts_archive div.on_hover,
.les_chiens_grid > div .le_chien .image_posts_archive div.on_hover {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 4;
  background: #5c4780;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}
.les_chiens_grid article .le_chien .image_posts_archive img,
.les_chiens_grid > div .le_chien .image_posts_archive img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.les_chiens_grid article .le_chien .image_posts_archive div.sexe,
.les_chiens_grid > div .le_chien .image_posts_archive div.sexe {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.les_chiens_grid article .le_chien .image_posts_archive div.sexe i.fa-venus,
.les_chiens_grid > div .le_chien .image_posts_archive div.sexe i.fa-venus {
  color: #d33ea1;
}
.les_chiens_grid article .le_chien .image_posts_archive div.sexe i.fa-mars,
.les_chiens_grid > div .le_chien .image_posts_archive div.sexe i.fa-mars {
  color: #1ab3be;
}
.les_chiens_grid article .le_chien .informations,
.les_chiens_grid > div .le_chien .informations {
  padding: 20px 40px 40px 40px;
}
.les_chiens_grid article .le_chien .informations .titre,
.les_chiens_grid > div .le_chien .informations .titre {
  font-size: 1.2em;
  font-weight: bold;
}
.les_chiens_grid article .le_chien .informations .carac,
.les_chiens_grid > div .le_chien .informations .carac {
  border-top: #EEE solid 1px;
  border-bottom: #DDD solid 1px;
  padding: 20px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.les_chiens_grid article .le_chien .informations .prix,
.les_chiens_grid > div .le_chien .informations .prix {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 6px;
}
.les_chiens_grid article .le_chien .informations .prix.indetermine,
.les_chiens_grid > div .le_chien .informations .prix.indetermine {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.les_chiens_grid article .le_chien .informations .etat_block,
.les_chiens_grid > div .le_chien .informations .etat_block {
  padding-top: 10px;
}
.les_chiens_grid article .le_chien .informations .etat_block .etat,
.les_chiens_grid > div .le_chien .informations .etat_block .etat {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 2px 10px;
  display: inline-block;
  color: #FFF;
  font-size: 0.9em;
}
.les_chiens_grid article .le_chien .lien,
.les_chiens_grid > div .le_chien .lien {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  text-align: right;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: opacity ease 0.3s, padding-right ease 0.3s;
  -moz-transition: opacity ease 0.3s, padding-right ease 0.3s;
  -ms-transition: opacity ease 0.3s, padding-right ease 0.3s;
  -o-transition: opacity ease 0.3s, padding-right ease 0.3s;
}
.les_chiens_grid article .le_chien:hover,
.les_chiens_grid > div .le_chien:hover {
  cursor: pointer;
}
.les_chiens_grid article .le_chien:hover .image_posts_archive div.on_hover,
.les_chiens_grid > div .le_chien:hover .image_posts_archive div.on_hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.les_chiens_grid article .le_chien:hover .lien,
.les_chiens_grid > div .le_chien:hover .lien {
  padding-right: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*************************************
** PAGE : FICHE DU CHIEN
*************************************/
.single-chien #main-content {
  position: relative;
  z-index: 5;
}
@media (max-width: 1400px) {
  .et_section_chien_fiche {
    padding-top: 0px !important;
  }
}
.et_section_chien_fiche .chien_fiche .slider {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 780px) {
  .et_section_chien_fiche .chien_fiche .slider .interesse_block {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 779px) {
  .et_section_chien_fiche .chien_fiche .slider .interesse_block {
    position: fixed;
    z-index: 99;
    left: 20px;
    bottom: 20px;
  }
}
.et_section_chien_fiche .chien_fiche .slider .interesse_block .msg_contact {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  display: inline-block;
  color: #FFF;
  font-size: 1.2em;
  background: #5c4780;
  cursor: pointer;
}
.et_section_chien_fiche .chien_fiche .slider .owl-carousel_chien {
  overflow: hidden;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .et_section_chien_fiche .chien_fiche .slider .owl-carousel_chien {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (min-width: 780px) {
  .et_section_chien_fiche .chien_fiche .slider .owl-carousel_chien {
    width: 100%;
  }
}
@media (max-width: 779px) {
  .et_section_chien_fiche .chien_fiche .slider .owl-carousel_chien {
    width: 780px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
.et_section_chien_fiche .chien_fiche .slider .owl-carousel_chien .owl-dots {
  position: absolute;
  z-index: 2;
}
@media (min-width: 980px) {
  .et_section_chien_fiche .chien_fiche .slider .owl-carousel_chien .owl-dots {
    right: 20px;
    bottom: 10px;
  }
}
@media (max-width: 979px) {
  .et_section_chien_fiche .chien_fiche .slider .owl-carousel_chien .owl-dots {
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    bottom: 10px;
  }
}
.et_section_chien_fiche .chien_fiche .slider .owl-carousel_chien .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  background-color: #FFF !important;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.et_section_chien_fiche .chien_fiche .slider .owl-carousel_chien .owl-dot.active span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.et_section_chien_fiche .chien_fiche .slider .owl-carousel_vide {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  background-image: url("imgs/motifs_violet_empreintes_de_chien.jpg");
  background-size: 50%;
  background-repeat: repeat;
  height: 200px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .et_section_chien_fiche .chien_fiche .slider .owl-carousel_vide {
    background: none;
    height: 60px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.et_section_chien_fiche .chien_fiche .le_chien_details {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details {
    display: table;
    max-width: 1400px;
  }
  .et_section_chien_fiche .chien_fiche .le_chien_details > div {
    display: table-cell;
    vertical-align: top;
  }
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche {
    width: 340px;
  }
}
@media (min-width: 980px) and (max-width: 1400px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche {
    padding-left: 40px;
  }
}
@media (min-width: 980px) and (min-width: 980px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite {
    padding-left: 40px;
  }
}
@media (min-width: 980px) and (max-width: 1400px) and (min-width: 980px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite {
    padding-right: 40px;
  }
}
@media (max-width: 979px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details {
    max-width: 750px;
  }
}
@media (max-width: 750px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details {
    padding: 0 20px;
  }
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien {
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: top ease 0.3s;
  -moz-transition: top ease 0.3s;
  -ms-transition: top ease 0.3s;
  -o-transition: top ease 0.3s;
}
@media (min-width: 980px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien {
    top: 20px;
  }
}
@media (max-width: 979px) and (min-width: 570px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien {
    margin: 40px auto 0px auto;
    display: table;
    width: 100%;
  }
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien > div {
    display: table-cell;
    vertical-align: middle;
  }
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien > div.gauche {
    width: 50%;
    max-width: 250px;
  }
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien > div.droite {
    padding: 20px;
  }
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien > div.droite .msg_contact {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (max-width: 979px) and (min-width: 570px) and (max-width: 690px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien > div.droite .msg_contact {
    display: none;
  }
}
@media (max-width: 569px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien {
    margin-top: 20px;
  }
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien .image_posts_archive {
  position: relative;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien .image_posts_archive img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien .image_posts_archive div.sexe {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien .image_posts_archive div.sexe i.fa-venus {
  color: #d33ea1;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien .image_posts_archive div.sexe i.fa-mars {
  color: #1ab3be;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien .informations {
  padding: 20px 40px 20px 40px;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien .informations .titre {
  font-size: 1.6em;
  font-weight: bold;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien .informations .carac {
  border-top: #EEE solid 1px;
  border-bottom: #DDD solid 1px;
  padding: 20px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien .informations .prix {
  border-top: #EEE solid 1px;
  padding-top: 20px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 6px;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien .informations .prix.indetermine {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien .informations .etat_block {
  padding-top: 10px;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien .informations .etat_block .etat {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 2px 10px;
  display: inline-block;
  color: #FFF;
  font-size: 0.9em;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien .msg_contact {
  background: #5c4780;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  cursor: pointer;
  color: #FFF;
  -webkit-transition: background ease 0.3s;
  -moz-transition: background ease 0.3s;
  -ms-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien .msg_contact:hover {
  background: #8168ab;
}
@media (min-width: 980px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.gauche .profil_chien.sticky {
    position: sticky;
    top: 20px;
  }
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite {
  padding-top: 40px;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .titre {
  padding-bottom: 20px;
  padding-top: 60px;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .titre .table {
  display: table;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .titre .table > div {
  display: table-cell;
  vertical-align: middle;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .titre .table img {
  width: 30px;
  display: block;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .titre .table h2 {
  font-weight: bold;
  font-size: 1.6em;
  padding-bottom: 0px;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .les_caracs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (min-width: 1060px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .les_caracs {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1059px) and (min-width: 600px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .les_caracs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .les_caracs {
    grid-template-columns: 1fr;
  }
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .les_caracs .carac {
  background: #e1dbeb;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .les_caracs .carac .carac_label {
  font-weight: bold;
  color: #5c4780;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent {
  background: #FAFAFA;
  -webkit-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  margin: 0 auto 0px auto;
  overflow: hidden;
}
@media (min-width: 650px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent {
    max-width: 1200px;
  }
}
@media (max-width: 649px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent {
    max-width: 450px;
  }
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table {
  width: 100%;
}
@media (min-width: 650px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table {
    display: table;
  }
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div {
    display: table-cell;
    vertical-align: middle;
  }
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.gauche {
  position: relative;
  background: #ece8f2;
}
@media (min-width: 650px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.gauche {
    width: 190px;
  }
}
@media (max-width: 650px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.gauche {
    width: 100%;
    padding: 40px;
  }
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.gauche .image_posts_archive {
    width: 190px;
    margin: 0 auto;
  }
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.gauche .image_posts_archive {
  position: relative;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.gauche .image_posts_archive img {
  position: relative;
  z-index: 2;
  width: 150px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.gauche .image_posts_archive div.sexe {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 23px -6px rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.gauche .image_posts_archive div.sexe i.fa-venus {
  color: #d33ea1;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.gauche .image_posts_archive div.sexe i.fa-mars {
  color: #1ab3be;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.droite {
  padding: 40px;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.droite h3 {
  font-weight: bold;
  padding-bottom: 2px;
}
@media (min-width: 700px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.droite h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 699px) and (min-width: 500px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.droite h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 499px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.droite h3 {
    font-size: 1.4em;
  }
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.droite .age {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 0.9em;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.droite .description {
  padding-top: 20px;
}
@media (max-width: 700px) {
  .et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.droite .description {
    font-size: 0.9em;
  }
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.droite .lien {
  padding-top: 20px;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.droite .lien a {
  background: #5c4780;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
  display: inline-block;
  padding: 5px 26px 5px 26px;
  font-size: 0.9em;
  -webkit-transition: background ease 0.3s;
  -moz-transition: background ease 0.3s;
  -ms-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.droite .lien a > span {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.droite .lien a span.icone {
  margin-left: 10px;
}
.et_section_chien_fiche .chien_fiche .le_chien_details > div.droite .le_chien_parent > div.table > div.droite .lien a:hover {
  background: #7459a1;
}
.et_section_chien_fiche .chien_fiche .msg_contact_section {
  padding-top: 100px;
  position: relative;
}
.et_section_chien_fiche .chien_fiche .msg_contact_section .conteneur {
  background: #5c4780;
  position: relative;
  padding-top: 100px;
  z-index: 1;
}
@media (min-width: 768px) {
  .et_section_chien_fiche .chien_fiche .msg_contact_section .conteneur {
    padding: 100px 40px 0px 40px;
  }
}
@media (max-width: 767px) {
  .et_section_chien_fiche .chien_fiche .msg_contact_section .conteneur {
    padding: 100px 20px 0px 20px;
  }
}
@media (max-width: 750px) {
  .et_section_chien_fiche .chien_fiche .msg_contact_section .conteneur {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.et_section_chien_fiche .chien_fiche .msg_contact_section .conteneur > div.titre {
  text-align: left;
  padding-bottom: 20px;
  color: #FFF;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 979px) {
  .et_section_chien_fiche .chien_fiche .msg_contact_section .conteneur > div.titre {
    max-width: 750px !important;
  }
}
.et_section_chien_fiche .chien_fiche .msg_contact_section .conteneur > div.titre h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 1.2em;
  padding-bottom: 20px;
  color: #FFF;
}
.et_section_chien_fiche .chien_fiche .msg_contact_section .conteneur > div.titre .description {
  padding-bottom: 1.5em;
}
.et_section_chien_fiche .chien_fiche .msg_contact_section .conteneur > div.titre .description h3 {
  font-family: "Open Sans", Arial;
  font-size: 18px;
  font-weight: 700;
}
.et_section_chien_fiche .chien_fiche .msg_contact_section .conteneur > div.titre .description .details {
  font-size: 16px;
}
.et_section_chien_fiche .chien_fiche .msg_contact_section .conteneur > div.formulaire {
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  position: relative;
  z-index: 3;
}
@media (max-width: 979px) {
  .et_section_chien_fiche .chien_fiche .msg_contact_section .conteneur > div.formulaire {
    max-width: 750px !important;
  }
}
.et_section_chien_fiche .chien_fiche .msg_contact_section .conteneur > div.formulaire .note_rgpd {
  color: rgba(51, 51, 51, 0.5);
  font-style: italic;
  font-size: 13px;
  line-height: 1.3em;
}
.et_section_chien_fiche .chien_fiche .msg_contact_section .conteneur > div.faux_div_blanc {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100px;
  background: #FFF;
}
.et_section_chien_fiche .chien_fiche .meme_race {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .et_section_chien_fiche .chien_fiche .meme_race {
    padding: 100px 40px 0px 40px;
  }
}
@media (max-width: 767px) {
  .et_section_chien_fiche .chien_fiche .meme_race {
    padding: 100px 20px 0px 20px;
  }
}
.et_section_chien_fiche .chien_fiche .meme_race > .titre {
  text-align: center;
  padding-bottom: 80px;
}
.et_section_chien_fiche .chien_fiche .meme_race > .titre h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 1.2em;
  padding-bottom: 20px;
}
.et_section_chien_fiche .chien_fiche .meme_race > .titre .description {
  padding-bottom: 1.5em;
}
.et_section_chien_fiche .chien_fiche .meme_race > .titre .description h3 {
  font-family: "Open Sans", Arial;
  font-size: 18px;
  font-weight: 700;
}
.et_section_chien_fiche .chien_fiche .meme_race > .titre .description .details {
  font-size: 16px;
}
/***********************************
** PAGE DU PLAN DU SITE
*************************************/
@media (min-width: 780px) {
  .plan_du_site {
    padding-right: 40px;
  }
}
.plan_du_site .mes_sections {
  background: #FFF;
  padding: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
}
.plan_du_site .mes_sections .ma_section h2 {
  font-weight: bold;
}
/*************************************
** WIDGET -  commun
*************************************/
.aside_widget .titre {
  position: relative;
  padding-bottom: 40px;
  text-align: center;
  display: inline-block;
}
.aside_widget .titre .texte {
  background: #FFF;
  padding: 8px 20px 5px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-family: "Noto Serif", Arial, Arial;
  font-size: 1.5rem;
  padding-bottom: 10px;
}
.aside_widget .titre .image {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: -20px;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
}
.aside_widget .titre_pattoune {
  padding-right: 20px;
}
/*************************************
** WIDGET -  aside_reseaux
*************************************/
.aside_widget.reseaux {
  background: #efebf4;
  padding: 40px;
  margin-bottom: 10px;
}
.aside_widget.reseaux .gauche {
  padding-bottom: 20px;
}
.aside_widget.reseaux .gauche .image {
  position: relative;
  width: 221px;
  height: 221px;
  margin: 0 auto;
}
.aside_widget.reseaux .gauche .image img.chien {
  position: relative;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 5px #e1dbeb;
}
.aside_widget.reseaux .gauche .image div.div_violet {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  right: -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.aside_widget.reseaux .gauche .image div.patte {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  background: #FFF;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 5px #e1dbeb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.aside_widget.reseaux .gauche .image div.patte img {
  width: 80%;
}
.aside_widget.reseaux .droite {
  text-align: center;
}
.aside_widget.reseaux .droite .titre {
  font-weight: bold;
  font-family: "Noto Serif", Arial, Arial;
  font-size: 1.5rem;
  padding-bottom: 10px;
}
.aside_widget.reseaux .droite .icones {
  padding-top: 20px;
}
.aside_widget.reseaux .droite .icones a {
  display: inline-block;
  position: relative;
  padding-top: 1px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 34px;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0 2px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
}
.aside_widget.reseaux .droite .icones a.fa-facebook-f {
  background-color: #3c6cc4;
}
.aside_widget.reseaux .droite .icones a.fa-instagram {
  background-color: #f03759;
}
.aside_widget.reseaux .droite .icones a.fa-tiktok {
  background-color: #333333;
}
/*************************************
** WIDGET -  aside_categories
*************************************/
.aside_widget.categories {
  text-align: center;
  padding-top: 40px;
}
.aside_widget.categories .categories {
  text-align: left;
}
.aside_widget.categories .categories .categorie {
  display: table;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #efebf4 solid 1px;
  width: 100%;
}
.aside_widget.categories .categories .categorie > div {
  display: table-cell;
  vertical-align: middle;
}
.aside_widget.categories .categories .categorie .gauche {
  width: 20px;
}
.aside_widget.categories .categories .categorie .gauche img {
  width: 80%;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  position: relative;
  top: 2px;
}
.aside_widget.categories .categories .categorie .droite {
  text-align: left;
  padding-left: 10px;
}
.aside_widget.categories .categories .categorie .droite a {
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
}
.aside_widget.categories .categories .categorie .droite span {
  background: #eae5f2;
  color: #5c4780;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
}
/*************************************
** WIDGET -  aside_posts
*************************************/
.aside_widget.posts {
  text-align: center;
  padding-top: 40px;
}
.aside_widget.posts .post {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.aside_widget.posts .post > div {
  padding-bottom: 20px;
  border-bottom: #e2e2e2 solid 1px;
  display: table-cell;
  vertical-align: middle;
}
.aside_widget.posts .post > div.image {
  padding-right: 20px;
  -webkit-box-sizing: 'border-box';
  -moz-box-sizing: 'border-box';
  box-sizing: 'border-box';
  width: 80px;
}
.aside_widget.posts .post > div.image img {
  width: 60px;
  height: 60px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
}
.aside_widget.posts .post > div.texte {
  text-align: left;
  margin: 0px;
  font-size: 16px;
}
.aside_widget.posts .post > div.texte a {
  font-weight: bold;
}
/*************************************
** WIDGET -  aside_posts
*************************************/
.aside_widget.galerie_chien {
  text-align: center;
  padding-top: 40px;
}
.aside_widget.galerie_chien .chiens {
  display: grid;
  gap: 2px;
  text-align: center;
}
@media (min-width: 450px) {
  .aside_widget.galerie_chien .chiens {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 449px) {
  .aside_widget.galerie_chien .chiens {
    grid-template-columns: 1fr 1fr;
  }
}
.aside_widget.galerie_chien .chiens > div {
  position: relative;
}
.aside_widget.galerie_chien .chiens > div a {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
}
.aside_widget.galerie_chien .chiens > div a .rollover {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 2;
  background: #5c4780;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}
.aside_widget.galerie_chien .chiens > div a i {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 10px;
  color: #FFF;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: right ease 0.3s 0.1s, opacity ease 0.3s 0.1s;
  -moz-transition: right ease 0.3s 0.1s, opacity ease 0.3s 0.1s;
  -ms-transition: right ease 0.3s 0.1s, opacity ease 0.3s 0.1s;
  -o-transition: right ease 0.3s 0.1s, opacity ease 0.3s 0.1s;
}
.aside_widget.galerie_chien .chiens > div a:hover .rollover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.aside_widget.galerie_chien .chiens > div a:hover i {
  right: 10px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.aside_widget.galerie_chien .chiens > div img {
  display: block;
  position: relative;
}
.aside_widget.galerie_chien .chiens > div.lien_last a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  align-items: center;
}
.aside_widget.galerie_chien .lien a.btn-primary {
  display: block;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 2px;
}
/*************************************
** TARTEAUCITRON
*************************************/
#tarteaucitronAlertBig {
  background: #5c4780 !important;
  box-shadow: 0px 0px 30px 1px rgba(92, 71, 128, 0.4);
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
#tarteaucitronAlertBig #tarteaucitronAllDenied2,
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  font-family: "Open Sans", Arial, Arial !important;
}
#tarteaucitronAlertBig:before {
  content: '🍪' !important;
}
#tarteaucitronPrivacyUrl {
  font-size: 11px!important;
}
/*************************************
** GALERIES ACCUEIL
*************************************/
/*************************************
** CONTACT ACCUEIL
*************************************/
/*************************************
** BLOG ACCUEIL
*************************************/
/*************************************
** TELECHARGEMENTS ACCUEIL
*************************************/
/*************************************
** GROUPE ACCUEIL
*************************************/
/*************************************
** FIL D'ARIANE 
*************************************/
/*************************************
** TELECHARGEMENTS
*************************************/
/*************************************
** FORMULAIRE DE CONTACT
*************************************/
/*************************************
** BLOG ASIDE
*************************************/
/*************************************
** BLOG FICHE
*************************************/
/*************************************
** PAGE RECHERCHE
*************************************/
/*************************************
** PAGE EXPERTISES METIER
*************************************/
/*************************************
** PAGE EXPERTISES METIER
*************************************/
