@charset "UTF-8";
/* PERSO */
/* VARIABLES */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
.nopadding {
  padding: 0;
}

.or {
  background: #EEB64C;
}

.spip_documents img {
  max-width: 600px !important;
}

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -30px, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -30px, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@font-face {
  font-family: "bienetresocial";
  src: url("../polices/bienetresocial-webfont.eot");
  src: url("../polices/bienetresocial-webfont.eot?#iefix") format("embedded-opentype"), url("../polices/bienetresocial-webfont.woff2") format("woff2"), url("../polices/bienetresocial-webfont.woff") format("woff"), url("../polices/bienetresocial-webfont.ttf") format("truetype"), url("../polices/bienetresocial-webfont.svg#bienetresocialregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pictos";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#TrajanProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 20px !important;
  font-family: "Source Sans Pro", sans-serif;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  color: #153640;
  text-align: center;
  font-size: 1.7rem;
  line-height: auto;
  font-weight: 900;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 1.7em;
  }
}

h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 1.5em;
  padding: 50px 0 20px 0;
  color: #3A7C8C;
  font-weight: 900;
}

h4 {
  font-size: 1.3rem;
  line-height: auto;
}

h3 {
  font-family: "Times New Roman", Times, serif;
  color: #8B5B30;
  font-size: 1.1em;
  line-height: 1em;
  text-align: center;
  font-weight: 900;
}

h6.prix {
  font-weight: bold;
  font-size: 1.3em;
}

.title a, a {
  color: #153640 !important;
  text-decoration: none !important;
}

small {
  padding: 20px 0;
}

input,
textarea {
  background: #ffffff !important;
  border: 1px solid #707070 !important;
  padding: 20px;
  width: 100%;
}

label {
  color: #EEB64C !important;
  display: block;
  margin-top: 15px;
}

button[type=submit], input[type=submit] {
  background: #EEB64C !important;
  color: #ffffff;
  border: 0px solid #ffffff;
  text-transform: uppercase;
  margin: 30px auto;
  text-align: center;
}

.formulaire_formidable_dossier input[type=submit] {
  width: 150px;
  background: #EEB64C;
  color: #ffffff;
  border: 1px solid #ffffff !important;
  text-transform: inherit;
  margin: 30px auto;
  text-align: center;
  padding: 10px;
}
.formulaire_formidable_dossier input[type=submit][value="Etape précédente"] {
  background: #CCC !important;
}
.formulaire_formidable_dossier .boutons {
  width: 330px;
  margin: 0 auto;
}
.formulaire_formidable_dossier .explication {
  text-transform: uppercase;
  margin: 30px auto;
  text-align: center;
}

.formulaire_spip__etapes {
  text-align: center;
}
.formulaire_spip__etapes input[type=submit] {
  background: #F1F3F7 !important;
  color: #ffffff;
  padding: 10px;
}
.formulaire_spip__etapes li[aria-current=step] {
  background: #EEB64C !important;
  color: #ffffff;
  padding: 10px;
}
.formulaire_spip__etapes .etapes__item span {
  background: #F1F3F7 !important;
  color: #000;
  padding: 10px;
}

h3.legend {
  margin: 30px 0;
}

.espace_veterinaire .editer_surtitre, .espace_veterinaire .editer_soustitre {
  display: none;
}

.formulaire_editer_article input[type=submit] {
  width: 150px;
  background: inherit;
  color: #3A7C8C;
  border: 1px solid #3A7C8C !important;
  text-transform: inherit;
  margin: 30px auto;
  text-align: center;
  padding: 10px;
}

header {
  padding: 40px 0;
  font-size: 0.9em;
}

.menu-smart {
  background-color: #153640 !important;
  color: #ffffff !important;
  padding: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.navbar-expand-md .navbar-nav {
  float: right;
}

.dropdown-menu {
  background: none;
  padding: 0 !important;
  border: 0;
  top: 85%;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}

.dropdown-menu.show {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.dropdown-menu .row {
  background: #fff;
  padding: 20px 0;
}

a.nav-link {
  padding: 15px 0px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
}

a.nav-link:hover {
  color: #8B5B30;
}

.nav-item {
  padding: 0 10px;
}

.nav-item a {
  color: #153640;
  text-decoration: none;
}

.nav-item a.show {
  color: #8B5B30;
}

@media (max-width: 1150px) {
  .nav-item {
    font-size: 0.9em;
  }
}
@media (max-width: 950px) {
  .nav-item {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  .navbar {
    padding: 0;
    z-index: 1000;
  }

  .navbar .navbar-toggler {
    color: #fff;
    position: fixed;
    font-size: 2.5em;
    border-radius: 0;
    line-height: 1;
    right: 20px;
    top: 50px;
  }

  .megamenu {
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
  }

  .megamenu > li {
    margin-bottom: 30px;
    padding: 0;
  }

  .megamenu > li:last-child {
    margin-bottom: 0;
  }

  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}
.dropdown-menu h4 {
  text-align: left;
  font-size: 1.2em;
  color: #8B5B30;
  text-transform: uppercase;
}

.dropdown-item {
  white-space: inherit;
}

.accordion-body a {
  display: block;
  padding: 20px 0;
}

.footer {
  font-size: 0.8em;
  background: #153640;
  padding: 20px 0;
  color: #ffffff;
}
.footer h5 {
  font-weight: bold;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul li {
  list-style: none;
  padding: 0 5px;
}
.footer ul li a {
  color: #ffffff !important;
}

html, body {
  padding: 0;
  margin: 0;
  line-height: 2;
}

* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1.5em;
  margin: 0;
  background-color: #F0EBE6;
  background-image: url("bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.bibliographie {
  position: relative;
}
.bibliographie .nav-sommaire {
  margin: 0;
}

.pagination-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-items li {
  list-style: none;
  padding: 10px;
}

table.spip {
  width: 90%;
  margin-bottom: 20px;
}
table.spip tr td {
  padding: 5px;
}
table.spip tr td:first-child {
  width: 75%;
}
table.spip tr td:last-child {
  text-align: right;
}
table.spip .even {
  background-color: #F1F1F1;
}

main, section {
  padding: 50px 0;
}

.card {
  border: 1px solid #153640;
}

a, a:hover {
  text-decoration: none;
}

#heading {
  margin: 30px 0 100px 0;
}

figure.lib {
  padding: 20px;
}

.description-article {
  padding: 30px;
}

.page_401, .page_404, .page_contact {
  background: #ffffff;
}
.page_401 main, .page_404 main, .page_contact main {
  color: #153640;
  padding: 100px 0;
}
.page_401 main a, .page_404 main a, .page_contact main a {
  color: #153640;
  text-decoration: underline;
}
.page_401 main .formulaire_login, .page_404 main .formulaire_login, .page_contact main .formulaire_login {
  margin: 50px auto;
  width: 450px;
}

.spip_documents img {
  max-width: 900px;
}

.spip_documents_center {
  text-align: center;
  display: block;
}

a.btn {
  background-color: #3A7C8C;
  color: #fff !important;
}

a.btn:hover {
  background: #8B5B30;
  color: #fff;
}

.blanc {
  background: #FFFFFF;
  padding: 20px;
}/*# sourceMappingURL=style.css.map */