@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Source+Serif+Pro&display=swap");

header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #cef4f7;
  opacity: 0.9;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  padding: 0px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  border: none;
}

header .logo {
  margin: 0 auto;
  margin-left: 0;
  margin-top: 10px;
  width: 200px;
  height: 47px;
  background-image: url(./../img/logo/melodaly_sep_200.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  border: none;
}

header .logo_2 {
  margin: 0 auto;
  margin-left: 0;
  margin-top: 18px;
  margin-right: 80px;
  width: 200px;
  height: 47px;
  float: left;
  background-image: url(./../img/logo/melodaly_sep_200.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  border: none;
}

header .navbar {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .navbar ul {
  list-style: none;
}

header .navbar ul li {
  position: relative;
  float: left;
}

header .navbar ul li a {
  font-size: 1.2em;
  padding: 20px;
  margin-top: -9px;
  color:#0f0d0e;
  font-weight: bolder;
  display: block;
  text-decoration: none;
  text-align: center;
  font-family: 'Gentium Book Plus', sans-serif;
}

header .navbar ul li a:hover {
  margin: 0 auto;
  background-color: #3d3037;
  color: black;
  margin-top: -10px;
  color: whitesmoke;
}

header .navbar ul li ul {
  position: absolute;
  left: 0;
  width: 280px;
  padding: 5px;
  background-color: #cef4f7;
  display: none;
}

header .navbar ul li ul li {
  width: 90%;
  border-top: 1px solid rgba(0,0,0,.1);
  line-height: 14px;
}

header .navbar ul li ul li a {
  text-align: left;
}

header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul {
  display: initial;
}

#click {
  display: none;
}

header label {
  font-size: 20px;
  color: #f3fffe;
  cursor: pointer;
  display: none;
}

/* ------------ MEDIA MOBILE ------------ */

@media(max-width: 1399px) {
  header {
    padding: 20px;
  }

  header label {
    display: initial;
  }

  header .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #cef4f7;
    opacity: 1.0;
    border-top: 1px solid rgba(0,0,0,.1);
    display: none;
    font-size: 1.2em;
  }

  /* ------------ logo mobile ------------- */

  header .logo {
    display: none;
  }

  header .logo_2 {
    display: none;
  }

  header .navbar ul {
    background: #cef4f7;
    opacity: 0.9;
    text-align: left;
  }

  header .navbar ul li {
    width: 100%;
    color: black;
    text-align: left;
  }

  header .navbar ul li a {
    padding: 10px;
    text-align: left;
    margin-left: 15px;
  }

  header .navbar ul li ul{
    position: relative;
    width: 100%;
  }

  header .navbar ul li ul li {
    background-color: #87d4da;
    opacity: 1.0;
  }

  header .navbar ul li ul li a {
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: left;
    margin-left: 15px;
  }

  .banniere {
    width: 991px;
    height: auto;
  }

  /* ------------ menu burger *********** */

  header .navbar .menubtn i {
    display: block;
    color: green;
  }

  .menubtn i {
    color: black;
    font-size: 1.5em;
  }

  #click:checked~.menubtn i:before {
    content: "\f00d";
    color: black;
  }

  #click:checked~ul {
    left: 0%;
  }

  #click:checked ~ .navbar {
    display: initial;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: black;
  font-family: "Poppins", sans-serif;
  background-color: #f7f6f8;
}

h1 {
  font-size: 5vmin;
  font-family: "Poppins", sans-serif;
  transform: uppercase;
}

h2 {
  font-size: 4vmin;
  font-style: cursive;
  font-family: "Satisfy", cursive;
}

h3 {
  font-size: 3.5vmin;
  font-style: cursive;
  font-family: "Satisfy", cursive;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

.is-center {
  text-align: center;
}

.is-left {
  text-align: left;
}

.is-italic {
  font-style: italic;
}

.style-lettre {
  list-style: lower-latin;
  margin-left: 40px;
  text-align: justify;
}

.is-up {
  margin-top: 0;
  border: none;
}

.is-up h2 {
  margin-top: 0;
  border: none;
}

.is-upper {
  text-transform: uppercase;
}

.is-italic-bold {
  font-weight: bold;
  font-style: italic;
}

.sous-titre-h3 {
  font-size: 1.5rem;
}

.box_shadow {
  box-shadow: 2px -2px 13px 4px #176572;
}

/*-------------------------Font family-------------------------*/

.font-gentium {
  font-family: "Gentium Book Plus", sans-serif;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

/*-------------------------Text-size-------------------------*/

.text-1 {
  font-size: 1rem;
}

.text-2 {
  font-size: 1.2rem;
}

.text-3 {
  font-size: 1.5rem;
}

.text-4 {
  font-size: 1.6rem;
}

/*---------------------------------Margin et Padding---------------------------------*/

.mtm-20 {
  margin-top: -20px;
}

/*---------------------------------BORDER---------------------------------*/

.bb-5 {
  border-bottom: 5px solid #cef4f7;
  max-width: 1100px;
  padding-bottom: 10px;
  margin: 0 auto;
  background-color: #f7f6f8;
}

/*---------------------------------Button---------------------------------*/

.retour {
  margin: 0 auto;
  margin-top: 20px;
  padding: 5px 20px;
  font-size: 0.9rem;
  background-color: #826674;
  color: #f7f6f8;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border: none;
}

.retour:hover {
  background-color: rgba(216, 246, 246, 0.9);
  color: #0e0d0d;
  box-shadow: 0 0 10px rgba(0, 0, 0.1);
}

/*---------------------------------Container---------------------------------*/

.is-container {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  height: auto;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  border: none;
}

/* ************************* ESPACE ****************************** */

.fin_20 {
  margin: 0 auto;
  min-width: 200px;
  width: 100%;
  height: 20px;
}

.fin_10 {
  margin: 0 auto;
  min-width: 200px;
  width: 100%;
  height: 10px;
}

.espace_20 {
  margin: 0 auto;
  width: 100%;
  height: 20px;
}

.espace_30 {
  margin: 0 auto;
  min-width: 200px;
  width: 100%;
  height: 30px;
}

.espace_40 {
  margin: 0 auto;
  min-width: 200px;
  width: 100%;
  height: 40px;
}

.espace_10 {
  width: 50px;
  height: 10px;
}

.espace-trait {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 10px;
  border-bottom: 4px solid #cef4f7;
}

/*  *************** Section banniere ************* */

.banniere {
  margin: 0 auto;
  width: 100%;
  min-height: 700px;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  background-image: url(../bgr/bgr1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* ******************* SÉPARATEUR LOGO GIF ****************** */

.separateur_gif {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 306px;
  height: 72px;
  padding: 0;
  background-image: url(../img/logo/melodalysep.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}

.separateur_png {
  margin: 0 auto;
  max-width: 306px;
  height: 72px;
  background-image: url(/img/logo/melodalysep1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 306 / 72;
  width: 100%;
}

/* **************** Bordure ***************************** */

.bordure_top {
  margin: 0 auto;
  margin-top: -2px;
  margin-bottom: 0px;
  width: 100%;
  min-height: 120px;
  background: #d8f6f6e6;
  text-align: center;
}

/* ************** EN-TÊTE DE LA PAGE INTRO 2 AJUSTEMENT POUR LA DATE *********** */

.intro2 {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  height: auto;
  text-align: center;
}

.intro2 h1 {
  padding-top: 10px;
}

.intro2 h2 {
  margin-top: 0;
  padding-bottom: 0;
  border: none;
}

.sous-titre {
  margin-bottom: 0;
}

/* *************************** INTRO 3 ************************ */

.intro3 {
  margin: 0 auto;
  margin-top: 0;
  padding: 0;
  width: 90%;
  height: auto;
  text-align: center;
}

.intro3 h1 {
  padding-top: 20px;
}

.intro3 h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.intro3 .titre_2 {
  font-size: 1.3em;
}

@media screen and (min-width: 768px) {
  .intro3 h2 {
    font-size: 1.8em;
  }

  .intro3 .titre_2 {
    font-size: 2em;
  }
}

/* *************** Date ************************ */

.boite_datetime {
  margin: 0 auto;
  margin-top: -100px;
  max-width: 180px;
  width: 100%;
  max-height: 50px;
  height: 100%;
  font-size: 0.9em;
  padding: 10px;
  margin-right: 10px;
  color: #ffffff;
  background: #251f21;
  box-shadow: 0 0 10px rgba(0, 0, 0.25);
  border-radius: 4px;
  border-right: 10px solid #afe6e1;
  z-index: 3;
  font-family: sans-serif;
}

.time,
.date,
.texte_date {
  font-size: 0.9em;
}

.texte_date {
  padding-right: 2px;
}

.adjust-top {
  margin-top: -90px;
}

/* ***************** Section présentation ***************** */

.presentation {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}

.part1 {
  margin: 0 auto;
  margin-top: 0px;
  width: 100%;
  min-height: 400px;
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #f8f7f6;
  justify-content: center;
  justify-items: center;
  border-collapse: collapse;
}

.presentation2 {
  margin: 0 auto;
  height: auto;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f6f8;
  justify-content: center;
  justify-items: center;
  border-collapse: collapse;
}

.description {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  height: auto;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 10px;
}

.description p {
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  text-align: justify;
}

.description .total {
  font-size: 1.3em;
}

.presentation .description h2 {
  font-size: 1.3em;
}

@media screen and (min-width: 768px) {
  .description {
    width: 84%;
    padding: 10px 20px 10px 20px;
  }

  .description .total {
    font-size: 2em;
  }

  .presentation .description h2 {
    font-size: 1.8em;
  }
}

/* ********************* Section part1 *************** */

.intro1 {
  margin: 0 auto;
  margin-top: 0px;
  justify-content: center;
  width: 500px;
  height: auto;
  text-align: center;
  border: none;
}

/* ********************* Section part2 ***************** */

.part2 {
  margin: 0 auto;
  padding-top: 20px;
  min-height: 400px;
  background-color: #e0e3e3;
}

.flexbox-container {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bte_img1 {
  margin: 0 auto;
  width: 160px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.bte_img1 img {
  border: 3px solid #826674;
  border-radius: 5px;
  box-shadow: 1px 3px 3px 2px rgba(82, 0, 4, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.bte_liens {
  position: relative;
  margin: 0 auto;
  max-width: 270px;
  width: 100%;
  height: auto;
  justify-items: center;
  display: flex;
  font-size: 1.2em;
  font-family: "Poppins", sans-serif;
  border: none;
}

.liste a {
  text-decoration: underline;
  color: #69545f;
}

.liste a:hover {
  background-color: #d1f4fa;
  font-weight: bolder;
  padding: 3px;
  text-decoration: none;
}

/* ********************** Section Part3 & PART4 PART5***************** */

.part3 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-height: 200px;
  height: auto;
  background-color: #cef4f7;
}

.part4 {
  margin: 0 auto 0 auto;
  padding-top: 20px;
  min-height: 100px;
  height: auto;
  background-color: #cef4f7;
}

.part5 {
  margin: 0 auto;
  padding-top: 20px;
  min-height: 100px;
  height: auto;
  background-color: #f7f6f8;
}

/* ********************** section disponible ***************** */

.bte_liens_1 {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  height: auto;
  padding: 10px;
  justify-items: center;
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: stretch;
}

.bte_note {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 30px;
  border: none;
}

.bte_note a {
  text-decoration: underline;
  color: #2e5353;
  font-size: 0.8em;
}

.bte_note a:hover {
  text-decoration: none;
  background-color: #826674;
  color: #f7f6f8;
  padding: 3px;
  border-radius: 3px;
}

.note {
  font-style: italic;
  font-family: "Poppins", sans-serif;
}

/* ********************** famille d'accueil ********************** */

.bte_texte {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  height: auto;
  padding: 10px;
  justify-items: center;
  font-size: 0.9em;
  font-family: "Poppins", sans-serif;
  border: none;
}

.bte_texte a {
  text-decoration: underline;
  color: #2e5353;
}

.bte_texte a:hover {
  text-decoration: none;
  background-color: #826674;
  color: #f7f6f8;
  padding: 3px;
  border-radius: 3px;
}

.bte_texte p {
  font-size: 1.4em;
  margin-top: 1rem;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .container_info .bte_texte p {
    font-size: 1.3em;
  }
}

.container-md {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  height: auto;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  border: none;
}

.container-md p {
  font-size: 1.2em;
  margin-top: 1rem;
}

/* ********************** FOOTER  ******************/

footer {
  margin: 0 auto;
  /* margin-bottom: -54px; */
  padding: 0;
  height: auto;
  background-image: url(../bgr/bgr.jpg);
  color: #0d0e0e;
  padding: 28px 0 10px 0;
  text-align: center;
  font-family: "Gentium Book Plus", sans-serif;
}

footer a {
  color: #0d0e0e;
  text-decoration: none;
  color: #69545f;
}

.border {
  margin: 0 auto;
  margin-top: -55px;
  width: 100%;
  height: 50px;
  text-align: center;
  background-image: url(../banniere/b2.gif);
  background-size: cover;
  box-shadow: rgba(206, 244, 247, 0.9);
  border: none;
}

.container_footer {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  flex-flow: wrap;
  text-align: center;
}

.boite_logo {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 466px;
  height: 250px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  background-color: #cef4f7;
  border: 5px solid #826674;
  border-radius: 10px;
}

.boite_logo img {
  padding-top: 60px;
}

.boite_logo p {
  margin-top: 9px;
  font-size: 1.3em;
  color: #2a5a52;
}

.boite_contact {
  margin: 30px 20px 30px 20px;
  width: 466px;
  height: 250px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  background-color: #cef4f7;
  border: 5px solid #826674;
  border-radius: 10px;
}

.contact {
  margin: 0 auto;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border: none;
}

.contact h2 {
  padding-top: 8px;
  font-size: 1.6em;
}

.boite_contact .contact p {
  font-size: 1.2em;
  margin-top: 20px;
}

.contact a {
  color: blue;
}

/* ********************** Politique ********************* */

.container-politique {
  background-color: #fff;
  border-radius: 20px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 900px;
  padding: 20px;
  width: 90%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.container-politique h1 {
  font-size: 3rem;
  text-align: center;
}

.container-politique h2 {
  font-size: 2rem;
}

.container-politique p {
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-politique a {
  color: #3655e0;
  text-decoration: none;
}

.container-politique a:hover {
  color: #58362a;
  text-decoration: underline;
}

/* ************** COPYRIGHT **************** */

.boite_copyright {
  margin: 0 auto;
  margin-top: -15px;
  width: auto;
  height: auto;
  padding: 5px;
  margin-bottom: 5px;
  border: none;
}

.boite_copyright p {
  font-size: 1.1em;
  text-align: center;
}

.lien_politique {
  color: blue;
}

.boite_contact > .is-font a {
  text-decoration: underline;
}

.boite_contact > .is-font a:hover {
  text-decoration: none;
  background-color: #2a5a52;
}

.boite_contact a:hover {
  -webkit-text-decoration: underline #826674;
          text-decoration: underline #826674;
  font-weight: bold;
  color: #826674;
}

.border_bottom {
  color: rgba(206, 244, 247, 0.9);
  font-size: 1.3em;
  margin: 0 auto -30px auto;
  padding: 0;
  width: 100%;
  height: 50px;
  background-image: url(../banniere/b2.gif);
  background-size: cover;
  justify-content: space-evenly;
}

.espace_50 {
  margin: 0 auto;
  padding: 0;
  width: 50px;
  height: 10px;
}

.container-bottom {
  margin: 0 auto;
  margin-left: 36%;
  padding: 10px;
  max-width: 800px;
  width: 90%;
  height: auto;
  overflow: hidden;
  background-color: none;
  color: rgba(206, 244, 247, 0.9);
  justify-content: space-evenly;
  display: inline-box;
  text-align: left;
}

.separateur-span {
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.border_bottom a {
  color: rgba(206, 244, 247, 0.9);
  font-size: 2vmin;
}

.border_bottom a:hover {
  text-decoration: overline;
  color: rgba(209, 212, 212, 0.9);
}

/* ******************** MOBILE ********************** */

@media screen and (max-width: 900px) {
  .boite_contact .contact {
    margin-top: 10px;
    background-color: none;
  }

  .boite_copyright {
    margin-top: -5px;
    background-color: none;
  }

  .boite_datetime {
    margin-top: -25%;
  }

  .container-bottom {
    margin-left: 15%;
  }
}

@media screen and (max-width: 768px) {
  .bte_note p {
    font-size: 1em;
  }

  .boite_datetime {
    display: none;
  }

  .container-bottom {
    margin-left: 10%;
  }
}

@media screen and (max-width: 535px) {
  .boite_copyright {
    margin-top: 10px;
  }

  .texte_2 {
    font-size: 1.1em;
  }

  .container-bottom {
    margin-left: 10%;
  }
}

@media screen and (max-width: 355px) {
  .boite_copyright {
    margin-top: 10px;
  }

  .container-bottom {
    margin-left: 5%;
  }
}

@media print {
  #header, #footer, #button {
    display: none;
  }

  .print-button, .button-up, .icone-retour, .print-photos, .container_photos {
    display: none;
  }

  .separateur_png {
    display: none;
  }

  .pedigree_retour {
    display: none;
  }

  .presentation {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  main {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .boite_photos_pedigree {
    background-image: inherit !important;
    /* Assure que l'image de fond définie est utilisée */
    -webkit-print-color-adjust: exact;
    /* Pour Chrome et autres navigateurs basés sur WebKit */
    print-color-adjust: exact;
    /* Pour les autres navigateurs */
  }

  .espace_40, .espace_100, .fin_20 {
    margin: 0;
    height: 0;
    padding: 0;
    display: none;
  }

  .bg-cover {
    height: 0 !important;
    display: none;
  }

  .w-full.bg-primaire {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  table {
    margin-top: 20px;
    margin-bottom: 20px;
    page-break-inside: avoid;
    width: 100%;
  }

  thead {
    display: table-header-group;
  }

  tbody {
    display: table-row-group;
  }

  tfoot {
    display: table-footer-group;
  }

  tr, td, th {
    page-break-inside: avoid;
  }

  @page {
    margin-top: 30px;

    margin-bottom: 30px;

    margin-right: 20px;

    margin-left: 20px;

    /* Ajustez les marges de la page si nécessaire */
  }

  body::after {
    content: "Page " counter(page) " sur " counter(pages);
    position: fixed;
    bottom: 10px;
    /* Positionnez le numéro de page en bas */
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    color: #000;
  }

  /* Active le compteur de pages */

  html {
    counter-reset: page;
  }
}

html {
  scroll-behavior: smooth;
}

/* --------------------* STANDARD ------------------***** */

.texte_retrait {
  margin-left: 20px;
}

.texte_retrait h3 {
  margin-top: 20px;
  margin-bottom: 25px;
  color: rgb(10, 102, 119);
}

.texte_defauts {
  border: none;
  margin-top: -25px;
}

.container_points {
  margin: 0 auto;
  max-width: 500px;
  width: 90%;
  height: auto;
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container_points h2 {
  font-size: 1rem;
  padding-top: 2rem;
}

.container_points li {
  font-size: 0.8rem;
}

.container_points .list_none_2 li:nth-child(2) {
  list-style-type: none;
}

.container_points .list_none_3 li:nth-child(3) {
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .container_points h2 {
    font-size: 1.5rem;
  }

  .container_points ul li {
    font-size: 1em;
  }
}

/* --------------------* Page mâles ------------------*** */

.titre_nom {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
  height: auto;
  text-align: center;
  border: none;
}

.titre_nom h2 {
  margin-top: 20px;
  font-size: 5vmin;
  color: #251f21;
  text-shadow: 1.4px 2.1px #d8c988;
  font-family: "Gentium Book Plus", sans-serif;
}

.titre_nom h3 {
  margin-top: -10px;
  font-size: 4vmin;
  color: #251f21;
}

.titre_shadow {
  color: #251f21;
  text-shadow: 1.4px 2.1px #d8c988;
}

.container_photos {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1100px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border: none;
}

.boite_photo_444w {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 444px;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 5px solid #cef4f7;
}

.boite_photo_444w p {
  text-align: center;
}

.borderwhite {
  border-bottom: 5px solid white;
}

.info_texte_444w {
  margin: 0 auto;
  max-width: 444px;
  width: 100%;
  height: auto;
  font-family: "Gentium Book Plus", sans-serif;
}

.info_texte_444w p {
  font-size: 1.5em;
}

.info_texte_444w .is-size_2 {
  font-size: 0.9em;
}

.info_texte_444w .is-size_3 {
  font-size: 1.3em;
  line-height: 1.1em;
  padding-top: 0.625rem;
}

.container_info {
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
}

.boite_description {
  margin-left: 20px;
  margin-top: 30px;
  width: 30%;
  /* width: 360px; */
  height: auto;
  text-align: left;
  color: #251f21;
  font-family: "Gentium Book Plus", sans-serif;
  border: none;
}

.boite_description ul {
  margin-top: 20px;
  margin-left: 20px;
}

.boite_description h3 {
  margin-left: 20px;
  font-size: 1.8em;
  font-family: "Satisfy", cursive;
}

.boite_description ul li {
  margin-left: 10px;
  padding-bottom: 5px;
  font-size: 1em;
}

.boite_description .bolder {
  font-weight: bolder;
}

.boite_description .list_none li:nth-child(7) {
  list-style: none;
}

.boite_description .list_none li:nth-child(8) {
  list-style: none;
  margin-left: -10px;
}

.boite_description .list_none li:nth-child(9) {
  list-style: none;
  margin-left: -10px;
}

.boite_description .list_none .is-size_1 {
  font-size: 1.3em;
  color: rgb(10, 102, 119);
}

.description .style-lettre,
.description .style-disc {
  font-size: 1.1em;
}

.boite_tests {
  margin-top: 20px;
  width: 30%;
  /* width: 360px; */
  height: auto;
  text-align: left;
  color: #251f21;
  font-family: "Gentium Book Plus", sans-serif;
}

.boite_tests ul {
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.boite_tests h3 {
  margin-left: 20px;
  font-size: 1.8em;
  font-family: "Satisfy", cursive;
  border: none;
}

.boite_tests ul li {
  margin-left: 10px;
  padding-bottom: 5px;
  font-size: 1em;
}

.boite_tests .bolder {
  font-weight: bolder;
}

@media screen and (min-width: 768px) {
  .container_info {
    box-shadow: 2px -2px 13px 4px #176572;
  }
}

/* ------------------ Page femelles Shetland ------------------ */

.boite_pp {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  border: none;
}

/* ------------------ PAGE FEMELLES & PAGE MÂLES ------------ */

.font-texte {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bolder;
  color: #176572;
  text-transform: uppercase;
}

/* ------------------**** PAGE PEDIGREE -------------------- */

.container_photos {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  border: none;
}

.boite_photos_pedigree {
  margin: 0 auto;
  height: 238px;
  padding: 0;
  justify-items: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 2px -2px 13px 4px #176572;
}

.boite_photos_pedigree_1 {
  margin: 0 auto;
  height: 90px;
  padding: 0;
  justify-items: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 2px -2px 13px 4px #176572;
}

.img_133w {
  width: 133px;
}

.img_168w {
  width: 168px;
}

.img_195w {
  width: 195px;
}

.img_202W {
  width: 202px;
}

.img_210w {
  width: 210px;
}

.img_221w {
  width: 221px;
}

.img_223w {
  width: 223px;
}

.img_225w {
  width: 225px;
}

.img_238w {
  width: 238px;
}

.img_241w {
  width: 241px;
}

.img_259w {
  width: 259px;
}

.img_262w {
  width: 262px;
}

.img_264w {
  width: 264px;
}

.img_269w {
  width: 269px;
}

.img_270w {
  width: 270px;
}

.img_276w {
  width: 276px;
}

.img_287w {
  width: 287px;
}

.img_295w {
  width: 295px;
}

.img_320w {
  width: 320px;
}

.separateur {
  margin: 0 auto;
  margin-bottom: 0;
  width: 90%;
  height: auto;
  background-color: #cef4f7;
}

.espace_100 {
  margin: 0 auto;
  width: 200px;
  height: 100px;
}

/* ------------------**** ICÔNE PEDIGREE -------------------- */

.icone_pedigree {
  margin-left: 335px;
  margin-top: -90px;
  width: 100px;
  height: 79px;
  background-image: url(../img/icones/pedigree__100x79.jpg);
  position: absolute;
  border: none;
}

.icone_pedigree img:hover,
.pedigree_retour img:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: 0.6s;
}

.pedigree_retour {
  margin: 0 auto;
  width: 100%;
  height: 140px;
  background-color: #d1f4fa;
}

.pedigree_retour img {
  margin-top: 20px;
  width: 100px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* ------------------ BOÎTE PERSONNALITÉ ------------------** */

.personnalite {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 500px;
  height: auto;
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  border: 5px double #251f21;
  border-radius: 5px;
  box-shadow: 2px -2px 13px 4px #176572;
}

.personnalite p {
  text-align: left;
  font-size: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.container_personnalite {
  margin-top: -5px;
  width: 1200px;
  height: auto;
  justify-content: space-evenly;
  justify-items: right;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  background-color: #d1f4fa;
  border: none;
  border-radius: 5px;
}

.boite_espace {
  width: 5%;
  height: auto;
}

.texte_personnalite {
  margin: 0 auto;
  padding-top: 20px;
  width: 80%;
  height: auto;
  border: none;
}

.texte_personnalite p {
  text-align: left;
  font-size: 1em;
  margin-top: 10px;
  padding-left: 10px;
}

.container_icone {
  width: 10%;
  height: auto;
  padding: 10px;
  justify-content: center;
  justify-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: none;
}

.boite_icone_pedigree {
  margin: 0 auto;
  margin-top: 30px;
  margin-left: 0;
  width: 100px;
  height: 79px;
  position: relative;
  justify-content: center;
  justify-items: center;
  display: flex;
  flex-wrap: wrap;
  background-image: url(../img/icones/pedigree__100x79.jpg);
  border: none;
}

.boite_icone_pedigree img:hover {
  transform: scale(1.1);
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  .texte_personnalite p {
    font-size: 0.7em;
  }

  .boite_icone_pedigree {
    padding-right: 2%;
    width: 40px;
    height: 31px;
    margin-right: 5%;
    margin-top: 40px;
    background-image: url(/img/icones/pedigree__40x31.jpg);
  }

  .boite_espace {
    width: 1%;
  }
}

@media screen and (max-width: 501px) {
  .texte_personnalite p {
    font-size: 0.6em;
  }

  .boite_icone_pedigree {
    padding-right: 2%;
    width: 40px;
    height: 31px;
    margin-right: 5%;
    margin-top: 40px;
    background-image: url(/img/icones/pedigree__40x31.jpg);
  }

  .boite_espace {
    width: 1%;
  }
}

@media screen and (max-width: 355px) {
  .boite_icone_pedigree {
    width: 40px;
    height: 31px;
    margin-right: 5%;
    margin-top: 40px;
    background-image: url(/img/icones/pedigree__40x31.jpg);
  }

  .boite_espace {
    width: 1%;
  }
}

/* --------------------* CHIOTS ------------------****** */

.boite_liens_chiots {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  justify-items: center;
  border: none;
}

.boite_liens_chiots span {
  text-align: center;
  font-size: 1.1em;
}

.boite_liens_chiots a {
  text-decoration: none;
  color: rgb(10, 102, 119);
}

.texte {
  margin-right: 5px;
  margin-left: 5px;
}

.texte p {
  font-size: 1.3em;
  padding-left: 10px;
  padding-right: 10px;
}

.texte a:hover {
  text-decoration: none;
  background-color: #fefcfc;
  color: #176572;
  padding: 2px;
}

.info_chiots {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #826674;
  border-radius: 5px;
}

.info_chiots p {
  font-size: 1.2em;
  text-align: left;
  padding-left: 10px;
}

.info_chiots ul {
  list-style-type: disc;
  padding-left: 50px;
}

.info_chiots ul li {
  font-size: 1em;
}

/* ------------------* NOUVELLES PORTÉES ------------------ */

.info_portee {
  margin: 0 auto;
  max-width: 980px;
  width: 90%;
  height: auto;
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: space-evenly;
  justify-items: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #1a7e8f;
  border-radius: 5px;
}

.info_portee p {
  font-size: 3vmin;
  text-align: center;
}

.info_portee ul {
  list-style: "\1F43E";
  margin-left: 50px;
}

.info_portee li {
  font-size: 1.1em;
  line-height: 20px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.info_portee li a {
  color: #176572;
  text-decoration: none;
  padding-left: 5px;
}

.info_portee li a:hover {
  font-weight: bold;
}

.info_portee li a::after {
  color: #6d0528;
}

/* ------------------ PAGE CHAMPIONS ------------------ */

.container_champions {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 900px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  justify-items: center;
  box-shadow: 2px -2px 13px 4px #176572;
  border: 5px solid #176572;
}

.container_champions_2 {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 900px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  justify-items: center;
  box-shadow: 2px -2px 13px 4px #176572;
  border: 5px solid #176572;
}

.boite_info_champions {
  margin: 0 auto;
  width: 48%;
  height: auto;
  text-align: left;
  padding-left: 20px;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
}

.boite_info_champions h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-family: "Poppins", sans-serif;
}

.titre_1 {
  font-size: 1.3em;
}

.sous-titre_1 {
  font-size: 1.1em;
  font-style: italic;
}

.bgr_blanc {
  background-color: #f7f6f8;
}

/* -------------------- DISPONIBLE ------------------***** */

.boite_texte {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: auto;
  text-align: center;
}

.boite_texte p {
  font-size: 1.5em;
  text-align: center;
}

.boite_info_dispo {
  margin: 0 auto;
  padding: 10px;
  max-width: 950px;
  width: 100%;
  height: auto;
  text-align: left;
}

/* --------------------* BOÎTE PHOTO ------------------*** */

.boite_img {
  margin: 0;
  padding: 0;
  width: 444px;
  box-shadow: 2px -2px 13px 4px #176572;
}

.boite_photo {
  margin: 0 auto;
  width: 444px;
  height: 330px;
  padding: 0;
  box-shadow: 2px -2px 13px 4px #176572;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.boite_photo_2 {
  width: 100%;
  max-width: 444px;
  aspect-ratio: 444 / 330;
  height: auto;
  margin: 0;
  padding: 0;
  box-shadow: 2px -2px 13px 4px #176572;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* z-index: 1; */
}

.boite_photo_2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boite_photo_3 {
  margin: 0 auto;
  width: 444px;
  height: 430px;
  padding: 0;
  box-shadow: 2px -2px 13px 4px #176572;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.boite_photo_4 {
  margin: 0 auto;
  width: 444px;
  height: 500px;
  padding: 0;
  box-shadow: 2px -2px 13px 4px #176572;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.boite_photo_5 {
  margin: 0 auto;
  width: 444px;
  height: 380px;
  padding: 0;
  box-shadow: 2px -2px 13px 4px #176572;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.boite_photo_6 {
  margin: 0 auto;
  width: 444px;
  height: 474px;
  padding: 0;
  box-shadow: 2px -2px 13px 4px #176572;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.boite_photo_7 {
  margin: 0 auto;
  width: 444px;
  height: 400px;
  padding: 0;
  box-shadow: 2px -2px 13px 4px #176572;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.boite_photo_8 {
  margin: 0 auto;
  margin-left: -0.05rem;
  width: 444px;
  height: 520px;
  padding: 0;
  box-shadow: 2px -2px 13px 4px #176572;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.boite_photo_9 {
  margin: 0 auto;
  width: 440px;
  height: auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
  box-shadow: 2px -2px 13px 4px #176572;
}

.boite_photo_noel {
  margin: 0 auto;
  width: 700px;
  height: 572px;
  padding: 0;
  box-shadow: 2px -2px 13px 4px #176572;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.is-w-444 {
  max-width: 444px;
  width: 100%;
}

.is-w-440 {
  max-width: 440px;
  width: 100%;
}

.is-h-110 {
  height: 110px;
}

.is-pt-5 {
  padding-top: 5px;
}

/* ------------------**** PAGE RETRAITÉS -------------------- */

.boite_info {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  text-align: center;
  padding-top: 40px;
}

.boite_info p {
  font-size: 1.6em;
  text-align: center;
}

.boite_nom_1 {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: auto;
  justify-items: center;
  text-align: center;
  box-shadow: 2px -2px 13px 4px #176572;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.boite_nom_1 h2 {
  font-size: 1.8em;
  transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.boite_nom_1 h3 {
  font-size: 2em;
  line-height: 0.3em;
  padding-bottom: 20px;
  font-style: cursive;
  font-family: "Satisfy", cursive;
}

.photo_parent {
  margin: 0 auto;
  width: 221px;
  height: 164px;
}

.photo_parent_2 {
  margin: 0 auto;
  width: 221px;
  height: 225px;
}

/* --------------------* PAGE EN MÉMOIRE --------------------******* */

.boite_nom_2 {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: auto;
  padding: 0;
  justify-items: center;
  text-align: center;
  box-shadow: 2px -2px 13px 4px #176572;
  border: 3px solid #176572;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url(/img/ailes/wings_1200x210__2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.boite_nom_2 h1 {
  font-size: 1.8em;
  margin-bottom: -15px;
}

.boite_nom_2 h2 {
  font-size: 1.8em;
}

.boite_nom_2 h3 {
  font-size: 1.6em;
  margin-top: -10px;
  font-family: "Satisfy", cursive;
}

/* --------------------* PAGE ABRÉVIATIONS --------------------******* */

.boite_abreviations {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
  height: auto;
  border: 3px solid #6f676a;
  border-radius: 10px;
  box-shadow: 2px -2px 7px 1px #176572;
  border-right-style: hidden;
}

.boite_abreviations h2 {
  margin-left: 30px;
  padding-top: 10px;
}

.boite_abreviations ul {
  margin-left: 50px;
  line-height: 40px;
  font-size: 1.2em;
}

.boite_abreviations ul li {
  font-size: 1.1em;
  /* list-style: disc; */
}

/* .boite_abreviations ul li ul {
  margin-left: 70px;
} */

.boite_abreviations ul li ul li {
  font-size: 0.7em;
  list-style: none;
  font-style: italic;
  color: rgb(10, 102, 119);
}

.text-tabs-1 {
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .boite_abreviations ul li {
    font-size: 0.9em;
  }

  .text-tabs-1 {
    margin-right: 10px;
    margin-left: 26px;
  }
}

@media screen and (min-width: 568px) {
  .boite_abreviations ul li {
    font-size: 1.1em;
  }

  .text-tabs-1 {
    margin-right: 10px;
    margin-left: 26px;
  }
}

@media screen and (min-width: 355px) {
  .boite_abreviations ul li {
    font-size: 1.1em;
  }

  .text-tabs-1 {
    margin-right: 10px;
    margin-left: 26px;
  }
}

/* --------------------***** PAGE SUGGESTIONS DE LECTURE --------------------*** */

.container_lecture {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: center;
}

.livre_1 {
  margin-top: 10px;
  margin-left: 3%;
  width: 138px;
  height: 176px;
  background-image: url(/img/lecture/01_the_shetland_sheep_dog.jpg);
  border: none;
}

.boite_resume {
  margin-top: 10px;
  margin-left: 3%;
  max-width: 700px;
  width: 100%;
  height: auto;
  border: none;
}

.boite_resume p {
  font-size: 1em;
  padding-right: 5%;
}

.boite_resume .descriptif {
  margin-top: 0;
  color: #176572;
  border: none;
}

.livre_2 {
  margin-top: 10px;
  margin-left: 3%;
  width: 99px;
  height: 154px;
  background-image: url(/img/lecture/02_the_new_collie.jpg);
  border: none;
}

.livre_3 {
  margin-top: 10px;
  margin-left: 3%;
  width: 129px;
  height: 176px;
  background-image: url(/img/lecture/03_sheltie_talk.jpg);
  border: none;
}

.livre_4 {
  margin-top: 10px;
  margin-left: 3%;
  width: 117px;
  height: 154px;
  background-image: url(/img/lecture/04_collie_concept.jpg);
  border: none;
}

.livre_5 {
  margin-top: 10px;
  margin-left: 3%;
  width: 97px;
  height: 120px;
  background-image: url(/img/lecture/05_le_colley.jpg);
  border: none;
}

.livre_6 {
  margin-top: 10px;
  margin-left: 3%;
  width: 98px;
  height: 120px;
  background-image: url(/img/lecture/06_le_sheltie.jpg);
  border: none;
}

.livre_7 {
  margin-top: 10px;
  margin-left: 3%;
  width: 124px;
  height: 154px;
  background-image: url(/img/lecture/07_les_chiens_nous_parlent.jpg);
  border: none;
}

.livre_8 {
  margin-top: 10px;
  margin-left: 1%;
  width: 168px;
  height: 200px;
  background-image: url(/img/lecture/08_un_chien_bien_eleve.jpg);
}

.video_1 {
  margin-top: 10px;
  margin-left: 3%;
  width: 150px;
  height: 263px;
  background-image: url(/img/lecture/09_the_american_kennel_club_video_series.jpg);
  border: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
  /* Safari, Chrome and Opera */
}

.container_lecture_2 {
  margin: 0 auto;
  max-width: 940px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: center;
  border-bottom: none;
  border-radius: 10px;
}

.boite_news {
  max-width: 940px;
  margin: 0 auto 40px auto;
  width: 100%;
  height: auto;
  text-align: left;
  padding: 20px;
}

.boite_news ul {
  margin-left: 0;
}

.boite_news ul li {
  padding-top: 1rem;
  padding-bottom: 0.625rem;
  margin-left: 5px;
}

.list-style-none {
  margin-top: -0.625rem;
  list-style-type: none;
}

.upp {
  text-transform: uppercase;
}

.font-style1 {
  font-size: 1.2em;
  font-style: italic;
}

.boite_news ul {
  margin-left: 30px;
  list-style: disc;
  padding-bottom: 20px;
}

.boite_news ul li {
  font-weight: 400;
  line-height: 1.5;
}

.boite_img_news {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 360px;
  height: auto;
}

.boite_img_news2 {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 444px;
  height: 330px;
}

.boite_img_news3 {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 444px;
  height: 430px;
}

.boite_img_news4 {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 444px;
  height: 500px;
}

.boite_img_news5 {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 444px;
  height: 520px;
}

.boite_img_news6 {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 444px;
  height: 430px;
}

.boite_img_news7 {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 444px;
  height: 474px;
}

.boite_img_news8 {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 340px;
  height: 300px;
}

.boite_img_news9 {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 296px;
  height: 218px;
}

.boite_img_news10 {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 259px;
  height: 244px;
}

/* ajustement des marges du container */

.margin-10 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* ------------------* BOUTON BAS DE PAGE NOUVELLES --------------------**** */

.container_button_next {
  margin: 0 auto;
  max-width: 75rem;
  width: 80%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
}

.button_next {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  width: 160px;
  height: auto;
  padding: 5px 10px 5px 10px;
  background-color: #e1dbdd;
  border: 3px solid #176572;
  border-radius: 25px;
  color: #251f21;
  text-align: center;
}

.button_next a {
  text-decoration: none;
  color: #251f21;
}

.button_next:hover {
  box-shadow: 2px -2px 7px 1px #176572;
  background-color: #d1f4fa;
  cursor: pointer;
}

.button_next a:hover {
  text-decoration: none;
  color: #176572;
}

/* --------------------* PAGE LIENS UTILES --------------------***** */

.container_liens_utiles {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1200px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  justify-items: center;
  border: none;
}

.boite_liens {
  max-width: 500px;
  width: 100%;
  margin: 10px;
  text-align: center;
  background-color: #e0f5f9;
  border: 5px solid #677f84;
  border-radius: 20px;
  box-shadow: 2px -2px 7px 1px #826674;
}

.boite_liens p {
  font-size: 1.1em;
}

.boite_liens a {
  color: #6d0528;
  text-decoration: none;
}

.boite_liens a:hover {
  text-decoration: none;
  font-weight: bolder;
  color: #097f94;
  transform: scale(1.1);
  transition: 0.6s;
}

/* --------------------** PAGE NOUS JOINDRE --------------------**** */

.intro a:hover {
  text-decoration: none;
  color: #097f94;
  font-weight: bold;
}

/* --------------------****** Mobile ------------------ */

@media screen and (max-width: 900px) {
  .boite_description {
    width: 50%;
    margin-left: 10%;
  }

  .boite_tests {
    width: 40%;
  }

  .boite_description,
  .boite_tests {
    margin-bottom: 20px;
  }

  .boite_info ul {
    margin-left: 30px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .texte p {
    font-size: 0.9em;
  }

  .gambler_img_7,
  .gambler_img_8,
  .gambler_img_9,
  .gino_mere,
  .gino_pere,
  .gino_img_7,
  .jazz_img_7_221w,
  .opale_img_7,
  .roxy_img_10,
  .topaze_img_12,
  .toutoune_img_221,
  .cadence_img_7,
  .moustou_img_6_221,
  .gambler_img_7,
  .xena_img_7,
  .zelda_img_7 {
    display: none;
  }

  .texte_personnalite {
    width: 100%;
    padding-bottom: 20px;
  }

  .texte_personnalite p {
    font-size: 1em;
  }

  .container_icone {
    margin: 0 auto;
    width: 30px;
    height: 23px;
    margin-bottom: 100px;
  }

  .boite_description {
    width: 45%;
    margin-left: 5%;
  }

  .boite_tests {
    width: 45%;
  }

  #button {
    display: none;
  }

  .boite_nom_1 {
    box-shadow: none;
    text-align: center;
    padding-bottom: 20px;
    border-top: 2px solid #176572;
    margin: 0 auto;
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .boite_info_dispo h4 {
    font-size: 1.3em;
  }

  .boite_info_dispo ul li {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 600px) {
  .boite_description {
    width: 40%;
    margin-left: 2%;
  }

  .boite_tests {
    width: 40%;
  }

  .boite_description ul,
  .boite_tests ul {
    margin-top: 10px;
  }

  .boite_description ul li,
  .boite_tests ul li {
    padding-bottom: 10px;
  }

  .texte_personnalite {
    margin: 0;
    width: 80%;
  }

  .texte_personnalite p {
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .boite_espace {
    width: 1%;
  }

  .container_icone {
    width: 12%;
    height: auto;
    margin-right: 5%;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .boite_icone_pedigree img {
    width: 60px;
  }

  .titre_nom h3 {
    margin-top: 0;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .boite_photo_2 {
    width: 90%;
    height: auto;
  }
}

/* ...Card CSS info canine ... */

.canine-card {
  box-sizing: border-box;
  max-width: 1280px;
  width: 94%;
  margin: 0 auto;
  padding: 0 1.25rem;
  border-radius: .25rem;
}

.canine-main-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding-bottom: 1.25rem;
}

.canine-photo-col {
  min-width: 0;
}

.canine-desc-col,
.canine-tests-col {
  min-width: 0;
  padding-top: 1.25rem;
  text-align: center;
}

.canine-personality-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: .25rem;
  margin-top: 1.25rem;
}

.canine-personality-text {
  padding-top: 1.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: .875rem;
}

.canine-card-shadow-title {
  margin-bottom: 1.25rem;
  max-width: 1280px;
  width: 94%;
  box-sizing: border-box;
  box-shadow: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.canine-card-bg-wings {
  background-image: url(/img/ailes/wings_1200x210__2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  /* largeur responsive, ratio conservé */
  aspect-ratio: 1200 / 210;
  /* ratio de l'image pour éviter les distorsions */
  width: 100%;
}

@media (min-width: 640px) {
  .canine-card {
    width: 90%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
  }

  .canine-card-shadow-title {
    width: 90%;
  }

  .canine-personality-text {
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .canine-card {
    box-shadow: 2px -2px 13px 4px #176572;
  }

  .canine-main-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .canine-photo-col {
    grid-column: 1 / -1;
    /* photo en haut, sur 2 colonnes */
    padding-top: 30px;
  }

  .canine-card-shadow-title {
    box-shadow: 1px -1px 8px 2px #176572;
  }

  .canine-desc-col,
  .canine-tests-col {
    text-align: left;
    padding-top: 1.25rem;
    padding-left: 0.5rem;
  }

  .canine-personality-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding-top: 0.5rem;
  }

  .canine-personality-text {
    grid-column: span 5 / span 5;
    font-size: 1.125rem;
    padding-top: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .canine-main-grid {
    grid-template-columns: repeat(11, minmax(0, 1fr));
    align-items: start;
    padding-bottom: 0;
  }

  .canine-photo-col {
    padding-top: 0;
  }

  .canine-tests-col {
    padding-right: 1rem;
  }

  .canine-photo-col {
    grid-column: span 4 / span 4;
  }

  .canine-desc-col {
    grid-column: span 3 / span 3;
  }

  .canine-tests-col {
    grid-column: span 4 / span 4;
  }
}

/* ******************* boite photo Noël ******************** */

.bg-fireworks {
  background-image: url(../img/noel/fireworks.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

/* ******************** BOITE PHOTOS 444 WIDTH **************** */

.cadre_photo {
  background-image: url(../img/cadre/cadre_photo_444x330.png);
}

.adelle {
  background-image: url(../page_femelles/colley_adelle/colley_adelle_bleu_merle__2010.jpg);
}

.adelle_6 {
  background-image: url(../page_femelles/colley_adelle/colley__adelle_6.jpg);
}

.aly_4 {
  background-image: url(../page_femelles/colley_aly/colley__aly4.jpg);
}

.amos_1 {
  background-image: url(../page_males/colley_amos/colley_amos_melodaly__2023_06_23__444x330.jpg);
}

.amos_ch {
  background-image: url(../page_males/colley_amos/colley_amos_champion.jpg);
}

.axel {
  background-image: url(../page_femelles/axel/shetland__axel__3.jpg);
}

.arlo {
  background-image: url(../page_males/arlo/shetland_arlo_melodaly_2023_440x330.jpg);
}

.arlo_2023_1 {
  background-image: url(../page_males/arlo/shetland_arlo_melodaly_2023_440x330.jpg);
}

.arno_5 {
  background-image: url(../page_males/colley_arno_kujo/colley__arno__05.jpg);
}

.becka {
  background-image: url(../page_femelles/becka/shetland__becka__1.jpg);
}

.bella {
  background-image: url(../page_femelles/bella/shetland_bleu_merle_bella.jpg);
}

.benny {
  background-image: url(../page_males/benny/shetland_tricolore_benny.jpg);
}

.bentley {
  background-image: url(../page_males/colley_bentley/colley_bentley__mai2024__444x330.jpg);
}

.blacky {
  background-image: url(../page_males/blacky/blacky3.jpg);
}

.blacky_2 {
  background-image: url(../page_males/blacky/blacky2.jpg);
}

.blacky_3 {
  background-image: url(../page_males/blacky/shetland_blacky_champion_2019.jpg);
}

.blacky_4 {
  background-image: url(../page_males/blacky/shetland_blacky_ch_2019.jpg);
}

.blues {
  background-image: url(../page_femelles/blues/berger_de_shetland_melodaly__blues__2023_09_16.jpg);
}

.blues_ch {
  background-image: url(../page_femelles/blues/bergerdeshetland__ch_blues__320x238__.jpg);
}

.brooke {
  background-image: url(../page_femelles/colley_brooke/colley_Brooke_7mois_2024_444x330.jpg);
  width: 444px;
  height: 300px;
  text-align: center;
}

.cadence {
  background-image: url(../page_femelles/colley_cadence/colley_cadence__2015.jpg);
}

.cadence_5 {
  background-image: url(../page_femelles/colley_cadence/colley__cadence__6.jpg);
}

.cadence_2015 {
  background-image: url(../page_femelles/colley_cadence/2015__colley_cadence_championne.jpg);
}

.camay_3 {
  background-image: url(../page_femelles/camay/shtland_camay3.jpg);
}

.camay_2011 {
  background-image: url(../page_femelles/camay/2011__shetland_camay.jpg);
}

.capi_2 {
  background-image: url(../page_males/capi/shetland_tricolore_capi_2.jpg);
}

.choupette {
  background-image: url(../page_femelles/colley_choupette/colley_choupette__2008.jpg);
}

.choupette_2008_1 {
  background-image: url(../page_femelles/colley_choupette/2008__colley_choupette_show_1.jpg);
}

.choupette_2008_2 {
  background-image: url(../page_femelles/colley_choupette/2007__colley_bleu_merle_choupette_1.jpg);
}

.choupette_5 {
  background-image: url(../page_femelles/colley_choupette/colley__choupette__7.jpg);
}

.choupette_11 {
  background-image: url(../page_femelles/colley_choupette/colley__choupette__11.jpg);
}

.chiot_2008_1 {
  background-image: url(../page_chiots/2008/2008__chiot_shetland_bleu_merle.jpg);
}

.coal {
  background-image: url(../page_males/coal/shetland_tricolore_coal.png);
}

.cocotte {
  background-image: url(/page_femelles/colley_cocotte/colley__cocotte__6.jpg);
}

.cocotte_ch_1 {
  background-image: url(/page_femelles/colley_cocotte/colley__cocotte__ch__1.jpg);
}

.cocotte_4 {
  background-image: url(../page_femelles/colley_cocotte/colley__cocotte__ch__04.jpg);
}

.cocotte_2010_1 {
  background-image: url(../page_femelles/colley_cocotte/2010__colley_sable_et_blanc_cocotte_1.jpg);
}

.cocotte_2008_1 {
  background-image: url(../page_femelles/colley_cocotte/2008__colley_sable_et_blanc_cocotte_1.jpg);
}

.cocotte {
  background-image: url(../page_femelles/colley_cocotte/colley__cocotte__06.jpg);
}

.cookie {
  background-image: url(../page_males/colley_cookie/colley__cookie__02.jpg);
}

.cookie_1 {
  background-image: url(../page_males/colley_cookie/colley__cookie__01.jpg);
}

.constellation_tache {
  background-image: url(../page_males/colley_tache/constellation.jpg);
}

.copine {
  background-image: url(../page_femelles/colley_copine/colley_copine__2015.jpg);
}

.copine_3 {
  background-image: url(../page_femelles/colley_copine/colley__copine3.jpg);
}

.coquine_5 {
  background-image: url(../page_femelles/coquine/shetland_coquine_5.jpg);
}

.coquine_2014 {
  background-image: url(../page_femelles/coquine/2014__shetland_salbe_et_blanc_coquine.jpg);
}

.conan_2012 {
  background-image: url(../page_males/conan/2012__shetland_sable_et_blanc_conan.jpg);
}

.dooley {
  background-image: url(../page_males/colley_dooley/dooley.jpg);
}

.dream_1 {
  background-image: url(/page_males/colley_dream/colley__dream__01.jpg);
}

.eagle {
  background-image: url(../page_males/eagle/eagle.jpg);
}

.fee {
  background-image: url(../page_femelles/fee/shetland_sable_et_blanc_fee.jpg);
}

.flint {
  background-image: url(../page_males/flint/2022_05_17__flint.jpg);
}

.gaia {
  background-image: url(../page_femelles/gaia/shetland_femelle_sable_et_blanc_gaia_2ans.jpg);
}

.gamer {
  background-image: url(../page_males/gamer/gamer_male_2021_10_05.jpg);
}

.gamer_ch {
  background-image: url(../page_males/gamer/berger_de_shetland_melodaly__gamer__ch__nov_2022.jpg);
}

.gamer_show_2023_1 {
  background-image: url(../page_males/gamer/2023/berger_shetland_gamer_show_thedford_mines_2023.jpg);
}

.gamer_show_2023_2 {
  background-image: url(../page_males/gamer/2023/berger_shetland_gamer_show_thedford_mines_2023__320x238.jpg);
}

.gamer_show_2023_3 {
  background-image: url(../page_males/gamer/2023/gamer_berger_sheland__melodaly_444x330.jpg);
}

.gandalf {
  background-image: url(../page_males/gandalf/shetland_gandalf.gif);
}

.gaston {
  background-image: url(../page_males/gaston/shetland_male_tricolore_gaston.jpg);
}

.gambler {
  background-image: url(../page_males/gambler/shetland__gambler__3.jpg);
}

.gambler_1 {
  background-image: url(../page_males/gambler/shetland_gambler_champion_2010.jpg);
}

.gambler_2 {
  background-image: url(../page_males/gambler/2017__shetland_gambler.jpg);
}

.gambler_3 {
  background-image: url(../page_males/gambler/2017_shetland_gambler_1.jpg);
}

.gambler_6 {
  background-image: url(../page_males/gambler/shetland__gambler__7.jpg);
}

.gambler_2010_1 {
  background-image: url(../page_males/gambler/2010__shetland_sable_et_blanc_gambler_expo_1.jpg);
}

.gambler_2010_2 {
  background-image: url(../page_males/gambler/2010__shetland_sable_et_blanc_gambler_expo_2.jpg);
}

.gino_5 {
  background-image: url(../page_males/colley_gino/colley__gino__05.jpg);
}

.gino_ch {
  background-image: url(../page_males/colley_gino/colley__gino__ch.jpg);
}

.gino_ch_1 {
  background-image: url(../page_males/colley_gino/colley_gino__2010.jpg);
}

.gino_2010_1 {
  background-image: url(../page_males/colley_gino/2010__colley_sable_et_blanc_gino_1.jpg);
}

.gino_2010_2 {
  background-image: url(../page_males/colley_gino/colley__gino__01.jpg);
}

.gino_pere {
  background-image: url(../page_males/colley_gino/colley__gino_pere.jpg);
}

.gino_mere {
  background-image: url(../page_males/colley_gino/colley__gino_mere.jpg);
}

.hush_2013 {
  background-image: url(../page_males/hush/2013__shetland_hush_champion.jpg);
}

.holly_1 {
  background-image: url(../page_femelles/holly/shetland_holly_championne_2009.jpg);
}

.holly_2009_1 {
  background-image: url(../page_femelles/holly/2009__shetland__noir_et_blanc_holly_1.jpg);
}

.hope_3 {
  background-image: url(../page_femelles/hope/shetland__hope__11.jpg);
}

.houston {
  background-image: url(../page_males/houston/shetland_houston.gif);
}

.jazz_2 {
  background-image: url(../page_femelles/jazz/shetland__jazz__06.jpg);
}

.jazz_2015 {
  background-image: url(../page_femelles/jazz/2015__shetland_jazz_championne.jpg);
}

.jazz_2013_1 {
  background-image: url(../page_femelles/jazz/2013__shetland_bleu_merle_jazz_championne_1.jpg);
}

.jazz_2013_2 {
  background-image: url(../page_femelles/jazz/2013__shetland_bleu_merle_jazz_championne_2.jpg);
}

.kipper {
  background-image: url(../page_males/kipper/shetland__kipper__04.jpg);
}

.krystal {
  background-image: url(../page_femelles/krystal/shetland__krystal__06.jpg);
}

.lexus_3 {
  background-image: url(../page_males/lexus/shetland_sable_et_blanc_lexus_3_1.jpg);
}

.louka {
  background-image: url(../page_femelles/louka/shetland_louka.gif);
}

.louka_7 {
  background-image: url(../page_femelles/louka/shetland_louka_7.jpg);
}

.louka_9 {
  background-image: url(../page_femelles/louka/shetland_louka_9.jpg);
}

.louka_2007_1 {
  background-image: url(../page_femelles/louka/2007__shetland_sable_et_blanc_louka_1.jpg);
}

.louka_2007_2 {
  background-image: url(../page_femelles/louka/2007__shetland_sable_et_blanc_louka_2.jpg);
}

.louka_2006_1 {
  background-image: url(../page_femelles/louka/2006__shetland_louka_1.jpg);
}

.lucan {
  background-image: url(../page_males/lucan/shetland_tricolore_lucan.jpg);
}

.marcus {
  background-image: url(../page_males/marcus/shetland_bi_bleu_marcus.jpg);
}

.marcus_1 {
  background-image: url(../page_males/marcus/shetland_marcus_champion_2016.jpg);
}

.marcus_2 {
  background-image: url(../page_males/marcus/2016_shetland_marcus_ch.jpg);
}

.marcus_3 {
  background-image: url(../page_males/marcus/2016_shetland_marcus_2.jpg);
}

.marcus_4 {
  background-image: url(../page_males/marcus/2016_shetland_marcus_ch_2.jpg);
}

.maya {
  background-image: url(../page_femelles/maya/shetland__maya__01.jpg);
}

.maya_4 {
  background-image: url(../page_femelles/maya/shetland__maya__06.jpg);
}

.mousse_1 {
  background-image: url(../page_femelles/colley_mousse/2022_07_27__colley_sable_et_blanc_mousse.jpg);
}

.mousse_2 {
  background-image: url(../page_femelles/colley_mousse/2022_02_27__colley_sable_et_blanc_mousse.jpg);
}

.mousse_3 {
  background-image: url(../page_femelles/colley_mousse/colley_mousseline_melodaly_2023_444x330.jpg);
}

.monty {
  background-image: url(../page_males/monty/montana_monty.gif);
}

.moutsou {
  background-image: url(../page_femelles/colley_moustou/2016__colley_moutsou_ch.jpg);
}

.moutsou_2015 {
  background-image: url(../page_femelles/colley_moustou/2015__colley_moutsou_championne.jpg);
}

.moutsou_3 {
  background-image: url(../page_femelles/colley_moustou/colley__moustou__06.jpg);
}

.nova {
  background-image: url(../page_femelles/nova/2020_10__nova.jpg);
}

.noisette {
  background-image: url(../page_femelles/noisette/shetland__noisette__06.jpg);
}

.noisette_2 {
  background-image: url(../page_femelles/noisette/shetland__noisette__05.jpg);
}

.opale {
  background-image: url(../page_femelles/opale/shetland__opale__06.jpg);
}

.opale_1 {
  background-image: url(../page_femelles/opale/shetland_opale_championne_2019.jpg);
}

.opale_2 {
  background-image: url(../page_femelles/opale/2017_shetland_opale_1.jpg);
}

.opale_2023_show_brome_1 {
  background-image: url(../page_femelles/opale/2023/opale_shetland_show_brome_2023_1_320x238.jpg);
}

.opale_2023_show_brome_2 {
  background-image: url(../page_femelles/opale/2023/opale_shetland_show_brome_2023_2_320x238.jpg);
}

.opale_2023_grand_champion {
  background-image: url(../page_femelles/opale/2023/opale_shetland_grand_champion_444x330.jpg);
}

.patch {
  background-image: url(../page_males/patch/shetland_patch.gif);
}

.phelps {
  background-image: url(../page_males/phelps/shetland_male_sable_et_blanc_phelps.jpg);
}

.rom_romc {
  background-image: url(../page_males/rom_romc/shetland_male_sable_et_blanc_rom_romc.jpg);
}

.roxy {
  background-image: url(../page_femelles/roxy/shetland_tricolore_roxy.jpg);
}

.roxy_5 {
  background-image: url(../page_femelles/roxy/shetland_tricolore_roxy_5.jpg);
}

.roxy_2011 {
  background-image: url(../page_femelles/roxy/2011__shetland_roxy.jpg);
}

.rudy_2012 {
  background-image: url(../page_males/rudy/2012__shetland_sable_et_blanc_rudy_champion.png);
}

.shetland__harry_img_1 {
  background-image: url(../page_males/harry/shetland__sweetedel_harry_444x330.jpg);
}

.stella_dylan_2010_1 {
  background-image: url(../page_femelles/stella_dylan/2010__shetland_stella_dylan_1.jpg);
}

.tampoune_2 {
  background-image: url(../page_femelles/colley_tampoune/colley__tampoune2.jpg);
}

.tempo_2023_1 {
  background-image: url(../page_males/tempo/berger_de_shetland_melodaly_tempo_10mois_444x330.jpg);
}

.tempo_2023_2 {
  background-image: url(../page_males/tempo/berger_shetland_tempo_2023_320x238.jpg);
}

.tempo_2023_3 {
  background-image: url(../page_males/tempo/bergerdeshetland__tempo__320x238.jpg);
}

.tempo_2023_4 {
  background-image: url(../page_males/tempo/berger_de_shetland__tempo_best_puppy_ins_show__320x238.jpg);
}

.tenesse_2015_1 {
  background-image: url(../page_femelles/tenessee/2015__chiot_shetland_sable_et_blanc_tenesse.jpg);
}

.tenesse_2015_2 {
  background-image: url(../page_femelles/tenessee/2015__chiot_shetland_sable_et_blanc_tenesse_2.jpg);
}

.theo {
  background-image: url(../page_males/shetland_theo/shetland_am_can_ch_laureate_torrington.webp);
}

.tommy {
  background-image: url(../page_males/tommy/2022_05_17__tommy.jpg);
}

.topaze_1 {
  background-image: url(../page_femelles/topaze/shetland_topaze_champion_2013.jpg);
}

.topaze_2013_2 {
  background-image: url(../page_femelles/topaze/2013_shetland_sable_et_blanc_topaze_championne_2.jpg);
}

.topaze_3 {
  background-image: url(../page_femelles/topaze/shetland_sable_et_blanc_topaze_3.jpg);
}

.toutoune {
  background-image: url(../page_femelles/toutoune/totoune6.jpg);
}

.toutoune_1 {
  background-image: url(../page_femelles/toutoune/shetland_toutoune_championne_2008.jpg);
}

.toutoune_8 {
  background-image: url(../page_femelles/toutoune/shetland_tricolore_toutune_8.jpg);
}

.tremor {
  background-image: url(../page_males/colley_tremor/tremor.jpg);
}

.ulysse_2009_1 {
  background-image: url(../page_femelles/colley_ulysse/2009__colley_sable_et_blanc_ulysse_1.jpg);
}

.ulysse_2009_2 {
  background-image: url(../page_femelles/colley_ulysse/2009__colley_sable_et_blanc_ulysse_2.jpg);
}

.ulysse_2009_3 {
  background-image: url(../page_femelles/colley_ulysse/2009__colley_sable_et_blanc_ulysse_3.jpg);
}

.zora {
  background-image: url(../page_femelles/zora/2021_08_30__zora.jpg);
}

.taranis {
  background-image: url(../page_males/taranis/shetland_tricolore_taranis.jpg);
}

.xena {
  background-image: url(../page_femelles/xena/shetland_bi_noir_xena.jpg);
}

.xena_2 {
  background-image: url(../page_femelles/xena/shetland_bi_noir_xena_2.jpg);
}

.yoan {
  background-image: url(../page_males/yoan/shetland_sable_et_blanc_yoan.jpg);
}

.zelda {
  background-image: url(../page_femelles/zelda/shetland_femelle_sable_et_blanc_zelda_2.jpg);
}

.zelda_1 {
  background-image: url(../page_femelles/zelda/shetland_zelda_championne_2019.jpg);
}

.zora_ch {
  background-image: url(../page_femelles/zora/berger_de_shetland_zora_champ_2024_08.jpg);
}

/* Positionnement par défaut pour les écrans larges */

#button img {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1000;
  width: 50px;
  height: 50px;
}

#button img:hover {
  box-shadow: 0 0 0 10px rgb(65, 70, 70);
  border-radius: 32px;
  transform: translate(-5px);
  fill: rgb(18, 101, 18);
}

/* Ajustement pour les écrans plus petits */

@media (max-width: 1348px) {
  #button img {
    right: 15px;
    /* Réduire l'espace à droite */
    bottom: 10px;
    /* Réduire l'espace en bas */
    width: 40px;
    /* Réduire la taille du bouton */
    height: 40px;
  }
}

/* Ajustement pour les très petits écrans (mobiles) */

@media (max-width: 1200px) {
  #button img {
    visibility: hidden;
    /* Masquer le bouton sur les petits écrans */
  }
}

/* ********************* CHARTE DES COULEURS ************************ */

.presentation5 {
  margin: 0 auto;
  margin-bottom: -30px;
  width: 100%;
  min-height: 100px;
  height: auto;
  padding: 0;
  background-color: #d1f4fa;
}

.charte_couleurs {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 920px;
  width: 100%;
  height: auto;
  background-color: #d1f4fa;
  box-sizing: border-box;
  overflow: hidden;
  border: 5px solid black;
}

.charte_border_interne {
  margin: 0 auto;
  max-width: 903px;
  width: 100%;
  height: auto;
  background-color: #d1f4fa;
  border: 3px solid orange;
}

.description {
  margin-top: 30px;
  margin-bottom: 30px;
}

.description a:hover {
  text-decoration: none;
}

.sous_texte {
  margin-top: -20px;
  border: none;
}

.charte {
  width: 895px;
  height: 110px;
  box-sizing: border-box;
}

.charte_1 {
  width: 895px;
  height: 165px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: none;
}

.charte_1 p {
  margin-top: 110px;
}

.charte_2 {
  width: 895px;
  height: 230px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: none;
}

.charte_2 p {
  margin-top: 170px;
}

.charte_3 {
  width: 895px;
  height: 240px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: none;
}

.charte_3 p {
  margin-top: 172px;
}

.charte_6 {
  width: 895px;
  height: 260px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: none;
}

.charte_6 p {
  margin-top: 175px;
}

.texte_img {
  margin: 0 auto;
  color: #7d4b39;
  text-align: left;
  font-size: 2vh;
  margin-left: 8px;
  margin-top: 52px;
  box-sizing: border-box;
  line-height: 2.2vh;
}

.charte_5 {
  width: auto;
  height: 10px;
}

/* *********************** CHARTE COLLEY ************************* */

.charte_legende {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.charte_legende li {
  line-height: 2em;
}

.charte_legende li span {
  text-transform: uppercase;
  font-weight: bolder;
  padding-right: 10px;
  color: rgb(143, 97, 13);
}

@media screen and (max-width: 600px) {
  .charte_legende li {
    line-height: 1.8em;
  }
}

/* ************************ IMAGES CHARTE DES COULEURS SHETLAND ******************** */

.img1_1 {
  background-image: url(../img/charte/shetland/01__pure_of_sable_berger_shetland.png);
}

.img1_2 {
  background-image: url(../img/charte/shetland/02__pure_of_sable_berger_shetland.png);
}

.img1_3 {
  background-image: url(../img/charte/shetland/03__pure_of_sable_berger_shetland.png);
}

.img1_4 {
  background-image: url(../img/charte/shetland/04__pure_of_sable_berger_shetland.png);
}

.img1_5 {
  background-image: url(../img/charte/shetland/05__pure_of_sable_berger_shetland.png);
}

.img1_6 {
  background-image: url(../img/charte/shetland/06__pure_of_sable_berger_shetland.png);
}

.img1_7 {
  background-image: url(../img/charte/shetland/07__pure_of_sable_berger_shetland.png);
}

.img1_8 {
  background-image: url(../img/charte/shetland/08__pure_of_sable_berger_shetland.png);
}

.img2_9 {
  background-image: url(../img/charte/shetland/09__pure_of_sable_berger_shetland.png);
}

.img2_10 {
  background-image: url(../img/charte/shetland/10__pure_of_sable_berger_shetland.png);
}

.img2_11 {
  background-image: url(../img/charte/shetland/11__pure_of_sable_berger_shetland.png);
}

.img2_12 {
  background-image: url(../img/charte/shetland/12__pure_of_sable_berger_shetland.png);
}

.img2_13 {
  background-image: url(../img/charte/shetland/13__tri_factored_sable_berger_shetland.png);
}

.img2_14 {
  background-image: url(../img/charte/shetland/14__tri_factored_sable_berger_shetland.png);
}

.img2_15 {
  background-image: url(../img/charte/shetland/15__tri_factored_sable_berger_shetland.png);
}

.img2_16 {
  background-image: url(../img/charte/shetland/16__tri_factored_sable_couleur_shetland.png);
}

.img3_17 {
  background-image: url(../img/charte/shetland/17__tri_factored_sable_berger_shetland.png);
}

.img3_18 {
  background-image: url(../img/charte/shetland/18__tri_factored_sable_berger_shetland.png);
}

.img3_19 {
  background-image: url(../img/charte/shetland/19__tri_factored_sable_berger_shetland.png);
}

.img3_20 {
  background-image: url(../img/charte/shetland/20__tri_factored_sable_berger_shetland.png);
}

.img3_21 {
  background-image: url(../img/charte/shetland/21__tri_factored_sable_berger_shetland.png);
}

.img3_22 {
  background-image: url(../img/charte/shetland/22__tri_factored_sable_berger_shetland.png);
}

.img4_23 {
  background-image: url(../img/charte/shetland/23__tri_factored_sable_berger_shetland.png);
}

.img4_24 {
  background-image: url(../img/charte/shetland/24__bi_factored_sable_berger_shetland.png);
}

.img4_25 {
  background-image: url(../img/charte/shetland/25__bi_factored_sable_berger_shetland.png);
}

.img4_26 {
  background-image: url(../img/charte/shetland/26__bi_factored_sable_berger_shetland.png);
}

.img4_27 {
  background-image: url(../img/charte/shetland/27__bi_factored_sable_berger_shetland.png);
}

.img4_28 {
  background-image: url(../img/charte/shetland/28__bi_factored_sable_berger_shetland.png);
}

.img5_29 {
  background-image: url(../img/charte/shetland/29__bi_factored_ssable_berger_shetland.png);
}

.img5_30 {
  background-image: url(../img/charte/shetland/30__bi_factored_sable_berger_shetland.png);
}

.img5_31 {
  background-image: url(../img/charte/shetland/31__bi_factored_sable_berger_shetland.png);
}

.img5_32 {
  background-image: url(../img/charte/shetland/32__bi_factored_sable_berger_shetland.png);
}

.img5_33 {
  background-image: url(../img/charte/shetland/33__bi_factored-sable_berger_shetland.png);
}

.img6_34 {
  background-image: url(../img/charte/shetland/34__tricolor_berger_shetland.png);
}

.img6_35 {
  background-image: url(../img/charte/shetland/35__tricolor_berger_shetland.png);
}

.img6_36 {
  background-image: url(../img/charte/shetland/36__tricolor_berger_shetland.png);
}

.img6_37 {
  background-image: url(../img/charte/shetland/37__tricolor_berger_shetland.png);
}

.img6_38 {
  background-image: url(../img/charte/shetland/38__tricolor_berger_shetland.png);
}

.img6_39 {
  background-image: url(../img/charte/shetland/39__tricolor_berger_shetland.png);
}

.img6_40 {
  background-image: url(../img/charte/shetland/40__tricolor_berger_shetland.png);
}

.img6_41 {
  background-image: url(../img/charte/shetland/41__tricolor_berger_shetland.png);
}

.img7_42 {
  background-image: url(../img/charte/shetland/42__tricolor_berger_shetland.png);
}

.img7_43 {
  background-image: url(../img/charte/shetland/43__bi_factored_tricolor_berger_shetland.png);
}

.img7_44 {
  background-image: url(../img/charte/shetland/44__bi_factored_tricolor_berger_shetland.png);
}

.img7_45 {
  background-image: url(../img/charte/shetland/45__bi_factored_tricolor_berger_shetland.png);
}

.img7_46 {
  background-image: url(../img/charte/shetland/46__bi_factored_tricolor_berger_shetland.png);
}

.img7_47 {
  background-image: url(../img/charte/shetland/47__bi_factored_tricolor_berger_shetland.png);
}

.img7_48 {
  background-image: url(../img/charte/shetland/48__bi_factored_tricolor_berger_shetland.png);
}

.img8_49 {
  background-image: url(../img/charte/shetland/49__bi_factored_tricolor_berger_shetland.png);
}

.img8_50 {
  background-image: url(../img/charte/shetland/50__bi_factored_tricolor_berger_shetland.png);
}

.img8_51 {
  background-image: url(../img/charte/shetland/51__bicolor_berger_shetland.png);
}

.img8_52 {
  background-image: url(../img/charte/shetland/52__bicolor_berger_shetland.png);
}

.img8_53 {
  background-image: url(../img/charte/shetland/53__bicolor_berger_shetland.png);
}

.img8_54 {
  background-image: url(../img/charte/shetland/54__bicolor_berger_shetland.png);
}

.img9_55 {
  background-image: url(../img/charte/shetland/55__bicolor_berger_shetland.png);
}

.img9_56 {
  background-image: url(../img/charte/shetland/56__bicolor_berger_shetland.png);
}

.img9_57 {
  background-image: url(../img/charte/shetland/57__bicolor_berger_shetland.png);
}

.img9_58 {
  background-image: url(../img/charte/shetland/58__blue_merle_berger_shetland.png);
}

.img9_59 {
  background-image: url(../img/charte/shetland/59__blue_merle_berger_shetland.png);
}

.img9_60 {
  background-image: url(../img/charte/shetland/60__blue_merle_berger_shetland.png);
}

.img9_61 {
  background-image: url(../img/charte/shetland/61__blue_merle_berger_shetland.png);
}

.img10_62 {
  background-image: url(../img/charte/shetland/62__blue_merle_berger_shetland.png);
}

.img10_63 {
  background-image: url(../img/charte/shetland/63__blue_merle_berger_shetland.png);
}

.img10_64 {
  background-image: url(../img/charte/shetland/64__bi_factored_blue_merle_berger_shetland.png);
}

.img10_65 {
  background-image: url(../img/charte/shetland/65__bi_factored_blue_merle_berger_shetland.png);
}

.img11_66 {
  background-image: url(../img/charte/shetland/66__bi_factored_blue_merle_berger_shetland.png);
}

.img11_67 {
  background-image: url(../img/charte/shetland/67__bi_factored_blue_merle_berger_shetland.png);
}

.img11_68 {
  background-image: url(../img/charte/shetland/68__bi_factored_blue_merle_berger_shetland.png);
}

.img11_69 {
  background-image: url(../img/charte/shetland/69__bi_blue_berger_shetland.png);
}

.img12_70 {
  background-image: url(../img/charte/shetland/70__bi_blue_berger_shetland.png);
}

.img12_71 {
  background-image: url(../img/charte/shetland/71__bi_blue_berger_shetland.png);
}

.img12_72 {
  background-image: url(../img/charte/shetland/72__bi_blue_merle_berger_shetland.png);
}

.img12_73 {
  background-image: url(../img/charte/shetland/73__pure_for_sable_merle_berger_shetland.png);
}

.img12_74 {
  background-image: url(../img/charte/shetland/74__pure_for_sable_merle_berger_shetland.png);
}

.img12_75 {
  background-image: url(../img/charte/shetland/75__pure_for_sable_merle_berger_shetland.png);
}

.img13_76 {
  background-image: url(../img/charte/shetland/76__tri_factored_sable_merle_berger_shetland.png);
}

.img13_77 {
  background-image: url(../img/charte/shetland/77__tri_factored_sable_merle_berger_shetland.png);
}

.img14_78 {
  background-image: url(../img/charte/shetland/78__bi_factored_sable_merle_berger_shetland.png);
}

.img14_79 {
  background-image: url(../img/charte/shetland/79__bi_factored_tri_double_merle_berger_shetland.png);
}

.img14_80 {
  background-image: url(../img/charte/shetland/80__tricolor_double_merle_berger_shetland.png);
}

.img14_81 {
  background-image: url(../img/charte/shetland/81__bicolor_double_merle_berger_shetland.png);
}

.img14_82 {
  background-image: url(../img/charte/shetland/82__bi_factored_tri_double_merle_berger_shetland.png);
}

.img15_83 {
  background-image: url(../img/charte/shetland/83__bi_factored_tri_double_merle_berger_shetland.png);
}

.img15_84 {
  background-image: url(../img/charte/shetland/84__tricolor_double_merle_berger_shetland.png);
}

.img15_85 {
  background-image: url(../img/charte/shetland/85__bicolor_double_merle_berger_shetland.png);
}

.img15_86 {
  background-image: url(../img/charte/shetland/86__bicolor_double_merle_berger_shetland.png);
}

.img15_87 {
  background-image: url(../img/charte/shetland/87__bicolor_double_merle_berger_shetland.png);
}

.img15_88 {
  background-image: url(../img/charte/shetland/88__white_factored_berger_shetland.png);
}

.img15_89 {
  background-image: url(../img/charte/shetland/89__white_factored_berger_shetland.png);
}

.img16_90 {
  background-image: url(../img/charte/shetland/90__white_factored_berger_shetland.png);
}

.img16_91 {
  background-image: url(../img/charte/shetland/91__non_white_factored_berger_shetland.png);
}

.img16_92 {
  background-image: url(../img/charte/shetland/92__none_white_factored_berger_shetland.png);
}

.img16_93 {
  background-image: url(../img/charte/shetland/93__color_headed_white_berger_shetland.png);
}

.boite_source {
  margin: 0 auto;
  margin-top: -15px;
  margin-bottom: -10px;
  max-width: 900px;
  width: 90%;
}

.boite_source p {
  font-size: 0.9em;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

/* ********************** IMAGES CHARTE COULEUR COLLEY ***************** */

.couleur_1 {
  background-image: url(/img/charte/colley/colley_charte_couleur_01.png);
}

.couleur_2 {
  background-image: url(/img/charte/colley/colley_charte_couleur_02.png);
}

.couleur_3 {
  background-image: url(/img/charte/colley/colley_charte_couleur_03.png);
}

.couleur_4 {
  background-image: url(/img/charte/colley/colley_charte_couleur_04.png);
}

.couleur_5 {
  background-image: url(/img/charte/colley/colley_charte_couleur_05.png);
}

.couleur_6 {
  background-image: url(/img/charte/colley/colley_charte_couleur_06.png);
}

.couleur_7 {
  background-image: url(/img/charte/colley/colley_charte_couleur_07.png);
}

.couleur_8 {
  background-image: url(/img/charte/colley/colley_charte_couleur_08.png);
}

.couleur_9 {
  background-image: url(/img/charte/colley/colley_charte_couleur_09.png);
}

.couleur_10 {
  background-image: url(/img/charte/colley/colley_charte_couleur_10.png);
}

.couleur_11 {
  background-image: url(/img/charte/colley/colley_charte_couleur_11.png);
}

.couleur_12 {
  background-image: url(/img/charte/colley/colley_charte_couleur_12.png);
}

.couleur_13 {
  background-image: url(/img/charte/colley/colley_charte_couleur_13.png);
}

.couleur_14 {
  background-image: url(/img/charte/colley/colley_charte_couleur_14.png);
}

.couleur_15 {
  background-image: url(/img/charte/colley/colley_charte_couleur_15.png);
}

.couleur_16 {
  background-image: url(/img/charte/colley/colley_charte_couleur_16.png);
}

.couleur_17 {
  background-image: url(/img/charte/colley/colley_charte_couleur_17.png);
}

.couleur_18 {
  background-image: url(/img/charte/colley/colley_charte_couleur_18.png);
}

.couleur_19 {
  background-image: url(/img/charte/colley/colley_charte_couleur_19.png);
}

/* -------------------- PAGE PORTÉE - CHIOTS ------------------- */

.boite_photo_444w430h {
  margin: 0 auto;
  padding: 0;
  width: 444px;
  height: 430px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.boite_photo_664wx514h {
  margin: 0 auto;
  padding: 0;
  width: 664px;
  height: 514px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* -------------------- images chiots 2021 ------------------- */

.chiot_2021_06 {
  background-image: url(/page_chiots/2021/12_decembre_23/colley__femelle__01.jpg);
}

.chiot_2021_07 {
  background-image: url(/page_chiots/2021/12_decembre_23/colley__femelle__02.jpg);
}

.chiot_2021_08 {
  background-image: url(/page_chiots/2021/12_decembre_23/colley__male__01.jpg);
}

/* -------------------- images chiots 2019 ------------------- */

.chiot_2019_01 {
  background-image: url(/page_chiots/2019/06_juin_21__colley/moustou__femelle__sable_et_blanc.jpg);
}

.chiot_2019_02 {
  background-image: url(/page_chiots/2019/06_juin_21__colley/moustou__femelle__tricolore.jpg);
}

.chiot_2019_03 {
  background-image: url(/page_chiots/2019/06_juin_21__colley/moustou__male__1.jpg);
}

.chiot_2019_04 {
  background-image: url(/page_chiots/2019/06_juin_21__colley/moustou__male__2.jpg);
}

.chiot_2019_05 {
  background-image: url(/page_chiots/2019/06_juin_21__colley/moustou__male__3.jpg);
}

.chiot_2019_06 {
  background-image: url(/page_chiots/2019/06_juin_21__colley/moustou__male__4.jpg);
}

/* -------------------- images chiots 2016 ------------------- */

.chiot_2016_09 {
  background-image: url(/page_chiots/2016/09_septembre_08__colley/cadence__femelle_1__tricolore.jpg);
}

.chiot_2016_10 {
  background-image: url(/page_chiots/2016/09_septembre_08__colley/cadence__femelle_2__tricolore.jpg);
}

.chiot_2016_11 {
  background-image: url(/page_chiots/2016/09_septembre_08__colley/cadence__male_1__sable_merle.jpg);
}

.chiot_2016_12 {
  background-image: url(/page_chiots/2016/09_septembre_08__colley/cadence__male_2__bleu_merle.jpg);
}

/* -------------------- images chiots 2014 ------------------- */

.chiot_2014_01 {
  background-image: url(/page_chiots/2014/04_avril_08__colley/cocotte__femelle_1_sable_merle.jpg);
}

.chiot_2014_02 {
  background-image: url(/page_chiots/2014/04_avril_08__colley/cocotte__male_1_sable_blanc.jpg);
}

.chiot_2014_03 {
  background-image: url(/page_chiots/2014/04_avril_08__colley/cocotte__male_1_tricolore.jpg);
}

.chiot_2014_04 {
  background-image: url(/page_chiots/2014/04_avril_08__colley/cocotte__male_2_tricolore.jpg);
}

/* -------------------- images chiots 2013 ------------------- */

.chiot_2013_08 {
  background-image: url(/page_chiots/2013/07_juillet_06/cocotte__femelle_1_maple.png);
}

.chiot_2013_09 {
  background-image: url(/page_chiots/2013/07_juillet_06/cocotte__femelle_2_moustou.png);
}

.chiot_2013_10 {
  background-image: url(/page_chiots/2013/07_juillet_06/cocotte__.male_1_elliot.png);
}

/* -------------------- images chiots 2010 ------------------- */

.chiot_2010_01 {
  background-image: url(/page_chiots/2010/01_janvier_26__colley/cocotte__male__balou_1.png);
}

.chiot_2010_02 {
  background-image: url(/page_chiots/2010/01_janvier_26__colley/cocotte__male__balou_2.png);
}

/* -------------------- images chiots 2009 ------------------- */

.chiot_2009_maman {
  background-image: url(/page_chiots/2009/05_mai_29/choupette_ave_chiot_2009.png);
}

.chiot_2009_01 {
  background-image: url(/page_chiots/2009/05_mai_29/choupette__femelle_1_adelle.png);
}

.chiot_2009_02 {
  background-image: url(/page_chiots/2009/05_mai_29/choupette__femelle_2_tricolore.png);
}

.chiot_2009_03 {
  background-image: url(/page_chiots/2009/05_mai_29/choupette__femelle_3_tricolore__maya.png);
}

.chiot_2009_04 {
  background-image: url(/page_chiots/2009/05_mai_29/choupette__male_1_tricolore__jackson.png);
}

.chiot_2009_05 {
  background-image: url(/page_chiots/2009/05_mai_29/choupette__male_2_tricolore.png);
}

.chiot_2009_06 {
  background-image: url(/page_chiots/2009/05_mai_29/choupette__male_3_bleu_merle.png);
}

.chiot_2009_07 {
  background-image: url(/page_chiots/2009/05_mai_29/choupette__male_4_bleu_merle.png);
}

/* ---------------- DATE ET HEURE ---------------- */

.datetime {
  margin: 0 auto;
  margin-top: 60px;
  font-size: 16px;
  padding: 10px;
  color: #ffffff;
  background: #444444;
  box-shadow: 0 0 10px rgba(0, 0, 0.25);
  border-radius: 4px;
  border-right: 10px solid #009578;
  max-width: 400px;
  width: 90%;
  height: auto;
  font-family: sans-serif;
}

.time {
  font-size: 3em;
}

.date {
  margin-top: 12px;
  font-size: 1.75em;
}

/* ********************** PAGE GALERIE ***************** */

.container_galerie {
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 0;
  max-width: 1200px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border: none;
}

.container_img_galerie {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 464px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  justify-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  border: none;
}

.container_img_galerie .boite_photo_2 {
  margin: 0 auto;
}

.container_img_galerie .info_texte_444w {
  margin: 0 auto;
  box-shadow: 2px -2px 8px 2px #176572;
  border-radius: 5px;
  border: none;
}

.container_img_galerie .info_texte_444w  h2 {
  font-size: 1.8em;
}

/* *********************** PHOTOS GALERIE *********************** */

.galerie_1 {
  background-image: url(/page_galerie/g__01__cheval_et_colley.jpg)
}

.galerie_3 {
  background-image: url(/page_galerie/g__03__minou_et_pitou.jpg);
}

.galerie_4 {
  background-image: url(/page_galerie/g__04__minou_caisse.jpg);
}

.galerie_5 {
  background-image: url(/page_galerie/g__05__maison_hiver.jpg);
}

.galerie_6 {
  background-image: url(/page_galerie/g__06__minou_et_pitou.jpg);
}

.galerie_7 {
  background-image: url(/page_galerie/g__07__shetland_et_colley.jpg);
}

.galerie_8 {
  background-image: url(/page_galerie/g__08__boeuf_et_proprio.jpg);
}

.galerie_9 {
  background-image: url(/page_galerie/g__09__shetland_colley_et_enfant.jpg);
}

.galerie_10 {
  background-image: url(/page_galerie/g__10__shetland_colley_relax.jpg);
}

.galerie_11 {
  background-image: url(/page_galerie/g__11__shetland_et_colley_relax.jpg);
}

.galerie_12 {
  background-image: url(/page_galerie/g__12__colley_et_chiot_relax.jpg);
}

.galerie_13 {
  background-image: url(/page_galerie/g__13__shetland_et_minou_relax.jpg);
}

.galerie_14 {
  background-image: url(/page_galerie/g__14__berger_de_shetland_sable_et_blanc.jpg);
}

.galerie_15 {
  background-image: url(/page_galerie/g__15__shetland_et_colley_hiver.jpg);
}

.galerie_16 {
  background-image: url(/page_galerie/g__16__shetland_et_colley.jpg);
}

.galerie_17 {
  background-image: url(/page_galerie/g__17__shetland_et_colley.jpg);
}

.galerie_18 {
  background-image: url(/page_galerie/g__18__2007__automne_valderie.jpg);
}

.galerie_19 {
  background-image: url(/page_galerie/g__19__colley__aly_et_choupette.jpg);
}

/* -------------  ALBUM PHOTOS PAGE PEDIGREE ---------------- */

/* ------------------- ALY ------------------ */

.aly_img_1 {
  background-image: url(../page_femelles/colley_aly/colley__aly__1.jpg);
}

.aly_img_2 {
  background-image: url(../page_femelles/colley_aly/colley__aly__2.jpg);
}

.aly_img_3 {
  background-image: url(../page_femelles/colley_aly/colley__aly__3.jpg);
}

.aly_img_4 {
  background-image: url(../page_femelles/colley_aly/colley__aly__4.jpg);
}

.aly_img_5 {
  background-image: url(../page_femelles/colley_aly/colley__aly__5.jpg);
}

.aly_img_6 {
  background-image: url(../page_femelles/colley_aly/colley__aly__6.jpg);
}

/* ********************** AMOS ***************************** */

.amos_img_1 {
  background-image: url(../page_males/colley_amos/colley__amos__1.jpg);
}

.amos_img_2 {
  background-image: url(../page_males/colley_amos/colley__amos__2.jpg);
}

.amos_img_221w {
  background-image: url(../page_males/colley_amos/melodaly__colley__amos__221w.jpg);
}

/* ********************** AXEL ***************************** */

.axel_img_1 {
  background-image: url(../page_femelles/axel/shetland__axel__1.jpg);
}

.axel_img_2 {
  background-image: url(../page_femelles/axel/shetland__axel__2.jpg);
}

.axel_img_3 {
  background-image: url(../page_femelles/axel/shetland__axel__3.jpg);
}

.axel_img_4 {
  background-image: url(../page_femelles/axel/shetland__axel__4.jpg);
}

.axel_img_5 {
  background-image: url(../page_femelles/axel/shetland__axel__5.jpg);
}

.axel_img_6 {
  background-image: url(../page_femelles/axel/shetland__axel__6.jpg);
}

/* ********************** BELLA ***************************** */

.bella_img_1 {
  background-image: url(../page_femelles/bella/shetland__bella__1.jpg);
}

.bella_img_2 {
  background-image: url(../page_femelles/bella/shetland__bella__2.jpg);
}

.bella_img_3 {
  background-image: url(../page_femelles/bella/shetland__bella__3.jpg);
}

.bella_img_4 {
  background-image: url(../page_femelles/bella/shetland__bella__4.jpg);
}

.bella_img_5 {
  background-image: url(../page_femelles/bella/shetland__bella__5.jpg);
}

/* ---------------------- BROOKE ------------------------- */

.brooke_img_1 {
  background-image: url(../page_femelles/colley_brooke/colley_brooke_9semaines__444x520.jpg);
}

.brooke_img_2 {
  background-image: url(../page_femelles/colley_brooke/colley__Brooke__7_mois__show_st_lazarre__stack_1_440x330.jpg);
}

/* ********************** CADENCE ***************************** */

.cadence_img_1 {
  background-image: url(../page_femelles/colley_cadence/colley__cadence__1.jpg);
}

.cadence_img_2 {
  background-image: url(../page_femelles/colley_cadence/colley__cadence__2.jpg);
}

.cadence_img_3 {
  background-image: url(../page_femelles/colley_cadence/colley__cadence__3.jpg);
}

.cadence_img_4 {
  background-image: url(../page_femelles/colley_cadence/colley__cadence__4.jpg);
}

.cadence_img_5 {
  background-image: url(../page_femelles/colley_cadence/colley__cadence__5.jpg);
}

.cadence_img_6 {
  background-image: url(../page_femelles/colley_cadence/colley__cadence__6.jpg);
}

.cadence_img_7 {
  background-image: url(../page_femelles/colley_cadence/melodaly_colley_cadence__221w.jpg);
}

/* ********************** CAMAY ***************************** */

.camay_img_1 {
  background-image: url(../page_femelles/camay/shetland__camay__1.jpg);
}

.camay_img_2 {
  background-image: url(../page_femelles/camay/shetland__camay__2.jpg);
}

.camay_img_3 {
  background-image: url(../page_femelles/camay/shetland__camay__3.jpg);
}

.camay_img_4 {
  background-image: url(../page_femelles/camay/shetland__camay__4.jpg);
}

.camay_img_5 {
  background-image: url(../page_femelles/camay/shetland__camay__5.jpg);
}

.camay_img_6 {
  background-image: url(../page_femelles/camay/shetland__camay__6.jpg);
}

/* ********************** CHOUPETTE ***************************** */

.choupette_img_1 {
  background-image: url(../page_femelles/colley_choupette/colley__choupette__1.jpg);
}

.choupette_img_2 {
  background-image: url(../page_femelles/colley_choupette/colley__choupette__2.jpg);
}

.choupette_img_3 {
  background-image: url(../page_femelles/colley_choupette/colley__choupette__3.jpg);
}

.choupette_img_4 {
  background-image: url(../page_femelles/colley_choupette/colley__choupette__4.jpg);
}

.choupette_img_5 {
  background-image: url(../page_femelles/colley_choupette/colley__choupette__5.jpg);
}

.choupette_img_6 {
  background-image: url(../page_femelles/colley_choupette/colley__choupette__6.jpg);
}

/* ********************** Cocotte ***************************** */

.cocotte_img_1 {
  background-image: url(../page_femelles/colley_cocotte/colley__cocotte__1.jpg);
}

.cocotte_img_2 {
  background-image: url(../page_femelles/colley_cocotte/colley__cocotte__2.jpg);
}

.cocotte_img_3 {
  background-image: url(../page_femelles/colley_cocotte/colley__cocotte__3.jpg);
}

.cocotte_img_4 {
  background-image: url(../page_femelles/colley_cocotte/colley__cocotte__4.jpg);
}

.cocotte_img_5 {
  background-image: url(../page_femelles/colley_cocotte/colley__cocotte__5.jpg);
}

.cocotte_img_6 {
  background-image: url(../page_femelles/colley_cocotte/colley__cocotte__6.jpg);
}

.cocotte_img_7 {
  background-image: url(../page_femelles/colley_cocotte/melodaly_colley_cocotte__221.jpg);
}

/* ********************** COQUINE ****************************** */

.coquine_img_1 {
  background-image: url(../page_femelles/coquine/melodaly__coquine__shetland__01__270w.jpg);
}

.coquine_img_2 {
  background-image: url(../page_femelles/coquine/melodaly__coquine__shetland__02__270w.jpg);
}

.coquine_img_3 {
  background-image: url(../page_femelles/coquine/melodaly__coquine__shetland__03__270w.jpg);
}

.coquine_img_4 {
  background-image: url(../page_femelles/coquine/melodaly__coquine__shetland__04__270w.jpg);
}

.coquine_img_5 {
  background-image: url(../page_femelles/coquine/melodaly__coquine__shetland__05__320w.jpg);
}

.coquine_img_6 {
  background-image: url(../page_femelles/coquine/melodaly__coquine__shetland__06__320w.jpg);
}

.coquine_img_7 {
  background-image: url(../page_femelles/coquine/melodaly__coquine__shetland__07__320w.jpg);
}

.coquine_img_8 {
  background-image: url(../page_femelles/coquine/melodaly__coquine__shetland__08__270w.jpg);
}

.coquine_img_9 {
  background-image: url(../page_femelles/coquine/melodaly__coquine__shetland__09__270w.jpg);
}

.coquine_img_10 {
  background-image: url(../page_femelles/coquine/melodaly__coquine__shetland__10__270w.jpg);
}

.coquine_img_11 {
  background-image: url(../page_femelles/coquine/melodaly__coquine__shetland__11__270w.jpg);
}

/* ********************** Fée ***************************** */

.fee_img_1 {
  background-image: url(../page_femelles/fee/fee__shetland__01__225w.jpg);
}

.fee_img_2 {
  background-image: url(../page_femelles/fee/fee__shetland__02__320w.jpg);
}

.fee_img_3 {
  background-image: url(../page_femelles/fee/fee__shetland__03__225w.jpg);
}

.fee_img_4 {
  background-image: url(../page_femelles/fee/fee__shetland__04__225w.jpg);
}

.fee_img_5 {
  background-image: url(../page_femelles/fee/fee__shetland__05__320w.jpg);
}

.fee_img_6 {
  background-image: url(../page_femelles/fee/fee__shetland__06__320w.jpg);
}

.fee_img_7 {
  background-image: url(../page_femelles/fee/fee__shetland__07__320w.jpg);
}

.fee_img_8 {
  background-image: url(../page_femelles/fee/fee__shetland__08__225w.jpg);
}

/* ********************** Gambler ***************************** */

.gambler_img_1 {
  background-image: url(../page_males/gambler/shetland__gambler__1.jpg);
}

.gambler_img_2 {
  background-image: url(../page_males/gambler/shetland__gambler__2.jpg);
}

.gambler_img_3 {
  background-image: url(../page_males/gambler/shetland__gambler__3.jpg);
}

.gambler_img_4 {
  background-image: url(../page_males/gambler/shetland__gambler__4.jpg);
}

.gambler_img_5 {
  background-image: url(../page_males/gambler/shetland__gambler__5.jpg);
}

.gambler_img_6 {
  background-image: url(../page_males/gambler/shetland__gambler__6__ch.jpg);
}

.gambler_img_7 {
  background-image: url(/page_males/gambler/shetland__gambler__3__221w.jpg);
}

.gambler_img_8 {
  background-image: url(/page_males/gambler/melodaly__shetland__gambler_mere__221.jpg);
}

.gambler_img_9 {
  background-image: url(/page_males/gambler/melodaly__shetland__gambler_pere__221w.jpg);
}

/* ********************** Gino ******************************** */

.gino_img_1 {
  background-image: url(../page_males/colley_gino/colley__gino__01.jpg);
}

.gino_img_2 {
  background-image: url(../page_males/colley_gino/colley__gino__02.jpg);
}

.gino_img_3 {
  background-image: url(../page_males/colley_gino/colley__gino__03.jpg);
}

.gino_img_4 {
  background-image: url(../page_males/colley_gino/colley__gino__04.jpg);
}

.gino_img_5 {
  background-image: url(../page_males/colley_gino/colley__gino__05.jpg);
}

.gino_img_6 {
  background-image: url(../page_males/colley_gino/colley__gino__06__ch.jpg);
}

.gino_img_7 {
  background-image: url(../page_males/colley_gino/melodaly_colley_gino_champion__221.jpg);
}

/* ********************** Holly ***************************** */

.holly_img_1 {
  background-image: url(../page_femelles/holly/melodaly__shetland__holly__01__241w.jpg);
}

.holly_img_2 {
  background-image: url(../page_femelles/holly/melodaly__shetland__holly__02__241w.jpg);
}

.holly_img_3 {
  background-image: url(../page_femelles/holly/melodaly__shetland__holly__03__225w.jpg);
}

.holly_img_4 {
  background-image: url(../page_femelles/holly/melodaly__shetland__holly__04__241w.jpg);
}

.holly_img_5 {
  background-image: url(../page_femelles/holly/melodaly__shetland__holly__05__270w.jpg);
}

.holly_img_6 {
  background-image: url(../page_femelles/holly/melodaly__shetland__holly__06__270w.jpg);
}

.holly_img_7 {
  background-image: url(../page_femelles/holly/melodaly__shetland__holly__07__241w.jpg);
}

.holly_img_8 {
  background-image: url(../page_femelles/holly/melodaly__shetland__holly__08__270w.jpg);
}

.holly_img_9 {
  background-image: url(../page_femelles/holly/melodaly__shetland__holly__09__320w.jpg);
}

.holly_img_10 {
  background-image: url(../page_femelles/holly/melodaly__shetland__holly__10__320w.jpg);
}

.holly_img_11 {
  background-image: url(../page_femelles/holly/melodaly__shetland__holly__11__320w.jpg);
}

/* ********************** Hope ***************************** */

.hope_img_1 {
  background-image: url(../page_femelles/hope/shetland__hope__01.jpg);
}

.hope_img_2 {
  background-image: url(../page_femelles/hope/shetland__hope__02.jpg);
}

.hope_img_3 {
  background-image: url(../page_femelles/hope/shetland__hope__03.jpg);
}

.hope_img_4 {
  background-image: url(../page_femelles/hope/shetland__hope__04.jpg);
}

.hope_img_5 {
  background-image: url(../page_femelles/hope/shetland__hope__05.jpg);
}

.hope_img_6 {
  background-image: url(../page_femelles/hope/shetland__hope__06.jpg);
}

/* ********************** Jazz ***************************** */

.jazz_img_1 {
  background-image: url(../page_femelles/jazz/shetland__jazz__01.jpg);
}

.jazz_img_2 {
  background-image: url(../page_femelles/jazz/shetland__jazz__02.jpg);
}

.jazz_img_3 {
  background-image: url(../page_femelles/jazz/shetland__jazz__03.jpg);
}

.jazz_img_4 {
  background-image: url(../page_femelles/jazz/shetland__jazz__04.jpg);
}

.jazz_img_5 {
  background-image: url(../page_femelles/jazz/shetland__jazz__05.jpg);
}

.jazz_img_6 {
  background-image: url(../page_femelles/jazz/shetland__jazz__06.jpg);
}

.jazz_img_7_221w {
  background-image: url(../page_femelles/jazz/jazz2__221w.jpg);
}

/* ********************** Kipper ***************************** */

.kipper_img_1 {
  background-image: url(../page_males/kipper/shetland__kipper__01.jpg);
}

.kipper_img_2 {
  background-image: url(../page_males/kipper/shetland__kipper__02.jpg);
}

.kipper_img_3 {
  background-image: url(../page_males/kipper/shetland__kipper__03.jpg);
}

.kipper_img_4 {
  background-image: url(../page_males/kipper/shetland__kipper__04.jpg);
}

.kipper_img_5 {
  background-image: url(../page_males/kipper/shetland__kipper__05.jpg);
}

.kipper_img_6 {
  background-image: url(../page_males/kipper/shetland__kipper__06.jpg);
}

/* ********************** Krystal ***************************** */

.krystal_img_1 {
  background-image: url(../page_femelles/krystal/shetland__krystal__01.jpg);
}

.krystal_img_2 {
  background-image: url(../page_femelles/krystal/shetland__krystal__02.jpg);
}

.krystal_img_3 {
  background-image: url(../page_femelles/krystal/shetland__krystal__03.jpg);
}

.krystal_img_4 {
  background-image: url(../page_femelles/krystal/shetland__krystal__04.jpg);
}

.krystal_img_5 {
  background-image: url(../page_femelles/krystal/shetland__krystal__05.jpg);
}

.krystal_img_6 {
  background-image: url(../page_femelles/krystal/shetland__krystal__06.jpg);
}

/* ********************** Louka ***************************** */

.louka_img_1 {
  background-image: url(../page_femelles/louka/shetland__louka__01.jpg);
}

.louka_img_2 {
  background-image: url(../page_femelles/louka/shetland__louka__02.jpg);
}

.louka_img_3 {
  background-image: url(../page_femelles/louka/shetland__louka__03.jpg);
}

.louka_img_4 {
  background-image: url(../page_femelles/louka/shetland__louka__04.jpg);
}

.louka_img_5 {
  background-image: url(../page_femelles/louka/shetland__louka__05.jpg);
}

.louka_img_6 {
  background-image: url(../page_femelles/louka/shetland__louka__06.jpg);
}

/* ********************** MARCUS **************************** */

.marcus_img_1 {
  background-image: url(/page_males/marcus/marcus_shetland__01__320w.jpg);
}

.marcus_img_2 {
  background-image: url(/page_males/marcus/marcus_shetland__02__264w.jpg);
}

.marcus_img_3 {
  background-image: url(/page_males/marcus/marcus_shetland__03__320w.jpg);
}

.marcus_img_4 {
  background-image: url(/page_males/marcus/marcus_shetland__04__320w.jpg);
}

.marcus_img_5 {
  background-image: url(/page_males/marcus/marcus_shetland__05__264w.jpg);
}

.marcus_img_6 {
  background-image: url(/page_males/marcus/marcus_shetland__06__320w.jpg);
}

.marcus_img_7 {
  background-image: url(/page_males/marcus/marcus_shetland__07__320w.jpg);
}

.marcus_img_8 {
  background-image: url(/page_males/marcus/marcus_shetland__08__320w.jpg);
}

.marcus_img_9 {
  background-image: url(/page_males/marcus/marcus_shetland__09__320w.jpg);
}

/* ********************** Maya ***************************** */

.maya_img_1 {
  background-image: url(../page_femelles/maya/shetland__maya__01.jpg);
}

.maya_img_2 {
  background-image: url(../page_femelles/maya/shetland__maya__02.jpg);
}

.maya_img_3 {
  background-image: url(../page_femelles/maya/shetland__maya__03.jpg);
}

.maya_img_4 {
  background-image: url(../page_femelles/maya/shetland__maya__04.jpg);
}

.maya_img_5 {
  background-image: url(../page_femelles/maya/shetland__maya__05.jpg);
}

.maya_img_6 {
  background-image: url(../page_femelles/maya/shetland__maya__06.jpg);
}

/* ********************** Moustou ***************************** */

.moustou_img_1 {
  background-image: url(../page_femelles/colley_moustou/colley__moustou__01.jpg);
}

.moustou_img_2 {
  background-image: url(../page_femelles/colley_moustou/colley__moustou__02.jpg);
}

.moustou_img_3 {
  background-image: url(../page_femelles/colley_moustou/colley__moustou__03.jpg);
}

.moustou_img_4 {
  background-image: url(../page_femelles/colley_moustou/colley__moustou__04.jpg);
}

.moustou_img_5 {
  background-image: url(../page_femelles/colley_moustou/colley__moustou__05.jpg);
}

.moustou_img_6 {
  background-image: url(../page_femelles/colley_moustou/colley__moustou__06.jpg);
}

.moustou_img_6_221 {
  background-image: url(../page_femelles/colley_moustou/colley__moustou__06__221w.jpg);
}

/* ********************** Noisette ***************************** */

.noisette_img_1 {
  background-image: url(../page_femelles/noisette/shetland__noisette__01.jpg);
}

.noisette_img_2 {
  background-image: url(../page_femelles/noisette/shetland__noisette__02.jpg);
}

.noisette_img_3 {
  background-image: url(../page_femelles/noisette/shetland__noisette__03.jpg);
}

.noisette_img_4 {
  background-image: url(../page_femelles/noisette/shetland__noisette__04.jpg);
}

.noisette_img_5 {
  background-image: url(../page_femelles/noisette/shetland__noisette__05.jpg);
}

.noisette_img_6 {
  background-image: url(../page_femelles/noisette/shetland__noisette__06.jpg);
}

/* ********************** Opale ******************************** */

.opale_img_1 {
  background-image: url(../page_femelles/opale/shetland__opale__01.jpg);
}

.opale_img_2 {
  background-image: url(../page_femelles/opale/shetland__opale__02.jpg);
}

.opale_img_3 {
  background-image: url(../page_femelles/opale/shetland__opale__03.jpg);
}

.opale_img_4 {
  background-image: url(../page_femelles/opale/shetland__opale__04.jpg);
}

.opale_img_5 {
  background-image: url(../page_femelles/opale/shetland__opale__05.jpg);
}

.opale_img_6 {
  background-image: url(../page_femelles/opale/shetland__opale__06.jpg);
}

.opale_img_7 {
  background-image: url(../page_femelles/opale/2023/opale_shetland_grand_champion_221x164.jpg);
}

.opale_img_8 {
  background-image: url(../page_femelles/opale/2023/opale_shetland_grand_champion_133x90.jpg);
}

/* ********************** Roxy ******************************** */

.roxy_img_1 {
  background-image: url(../page_femelles/roxy/roxy_shetland_1__320w.jpg);
}

.roxy_img_2 {
  background-image: url(../page_femelles/roxy/roxy_shetland_2__320w.jpg);
}

.roxy_img_3 {
  background-image: url(../page_femelles/roxy/roxy_shetland_3__320w.jpg);
}

.roxy_img_4 {
  background-image: url(../page_femelles/roxy/roxy_shetland_4__320w.jpg);
}

.roxy_img_5 {
  background-image: url(../page_femelles/roxy/roxy_shetland_5__320w.jpg);
}

.roxy_img_6 {
  background-image: url(../page_femelles/roxy/roxy_shetland_6__320w.jpg);
}

.roxy_img_7 {
  background-image: url(../page_femelles/roxy/roxy_shetland_07__320w.jpg);
}

.roxy_img_8 {
  background-image: url(../page_femelles/roxy/roxy_shetland_08__320w.jpg);
}

.roxy_img_9 {
  background-image: url(../page_femelles/roxy/roxy_shetland_09__320w.jpg);
}

.roxy_img_10 {
  background-image: url(/page_femelles/roxy/melodaly__roxy__shetland__221w.jpg);
}

/* ********************** TAMPOUNE ***************************** */

.tampoune_img_1 {
  background-image: url(../page_femelles/colley_tampoune/colley__tampoune__1.jpg);
}

.tampoune_img_2 {
  background-image: url(../page_femelles/colley_tampoune/colley__tampoune__2.jpg);
}

.tampoune_img_3 {
  background-image: url(../page_femelles/colley_tampoune/colley__tampoune__3.jpg);
}

.tampoune_img_4 {
  background-image: url(../page_femelles/colley_tampoune/colley__tampoune__4.jpg);
}

.tampoune_img_5 {
  background-image: url(../page_femelles/colley_tampoune/colley__tampoune__5.jpg);
}

.tampoune_img_6 {
  background-image: url(../page_femelles/colley_tampoune/colley__tampoune__6.jpg);
}

/* ********************** TEMPO ***************************** */

.tempo_img_pere {
  background-image: url(../page_males/tempo/pere_tempo_can_ch_grandgables_score__133x90.jpg);
}

/* ********************** TOPAZE ***************************** */

.topaze_img_1 {
  background-image: url(../page_femelles/topaze/topaze_shetland__01__320w.jpg);
}

.topaze_img_2 {
  background-image: url(../page_femelles/topaze/topaze_shetland__02__270w.jpg);
}

.topaze_img_3 {
  background-image: url(../page_femelles/topaze/topaze_shetland__03__270w.jpg);
}

.topaze_img_4 {
  background-image: url(../page_femelles/topaze/topaze_shetland__04__320w.jpg);
}

.topaze_img_5 {
  background-image: url(../page_femelles/topaze/topaze_shetland__05__320w.jpg);
}

.topaze_img_6 {
  background-image: url(../page_femelles/topaze/topaze_shetland__06__270w.jpg);
}

.topaze_img_7 {
  background-image: url(../page_femelles/topaze/topaze_shetland__07__270w.jpg);
}

.topaze_img_8 {
  background-image: url(../page_femelles/topaze/topaze_shetland__08__270w.jpg);
}

.topaze_img_9 {
  background-image: url(../page_femelles/topaze/topaze_shetland__09__270w.jpg);
}

.topaze_img_10 {
  background-image: url(../page_femelles/topaze/topaze_shetland__10__270w.jpg);
}

.topaze_img_11 {
  background-image: url(../page_femelles/topaze/topaze_shetland__11__270w.jpg);
}

.topaze_img_12 {
  background-image: url(../page_femelles/topaze/melodaly_shetland_topaze__221.jpg);
}

/* ********************** TOUTOUNE ***************************** */

.toutoune_img_1 {
  background-image: url(../page_femelles/toutoune/shetland_tricolore_totoune_02.jpg);
}

.toutoune_img_2 {
  background-image: url(../page_femelles/toutoune/shetland_tricolore_totoune_03.jpg);
}

.toutoune_img_3 {
  background-image: url(../page_femelles/toutoune/shetland_tricolore_totoune_04.jpg);
}

.toutoune_img_4 {
  background-image: url(../page_femelles/toutoune/shetland_tricolore_totoune_05.jpg);
}

.toutoune_img_5 {
  background-image: url(../page_femelles/toutoune/shetland_tricolore_totoune_09.jpg);
}

.toutoune_img_6 {
  background-image: url(../page_femelles/toutoune/shetland_tricolore_toutune_8.jpg);
}

.toutoune_img_221 {
  background-image: url(../page_femelles/toutoune/totoune_shetland__221w.jpg);
}

/* ************************ XENA ******************************* */

.xena_img_1 {
  background-image: url(/page_femelles/xena/xena_shetland_1__320w.jpg);
}

.xena_img_2 {
  background-image: url(/page_femelles/xena/xena_shetland_2__264w.jpg);
}

.xena_img_3 {
  background-image: url(/page_femelles/xena/xena_shetland_3__320w.jpg);
}

.xena_img_4 {
  background-image: url(/page_femelles/xena/xena_shetland_4__320w.jpg);
}

.xena_img_5 {
  background-image: url(/page_femelles/xena/xena_shetland_5__264w.jpg);
}

.xena_img_6 {
  background-image: url(/page_femelles/xena/xena_shetland_6__320w.jpg);
}

.xena_img_7 {
  background-image: url(/page_femelles/xena/shetland_bi_noir_xena_2__221w.jpg);
}

/* ************************* ZELDA ***************************** */

.zelda_img_1 {
  background-image: url(/page_femelles/zelda/zelda_shetland_320w_1.jpg);
}

.zelda_img_2 {
  background-image: url(/page_femelles/zelda/zelda_shetland_320w_2.jpg);
}

.zelda_img_3 {
  background-image: url(/page_femelles/zelda/zelda_shetland_320w_3.jpg);
}

.zelda_img_4 {
  background-image: url(/page_femelles/zelda/zelda_shetland_320w_4.jpg);
}

.zelda_img_5 {
  background-image: url(/page_femelles/zelda/zelda_shetland_320w_5.jpg);
}

.zelda_img_6 {
  background-image: url(/page_femelles/zelda/zelda_shetland_320w_6.jpg);
}

.zelda_img_7 {
  background-image: url(../page_femelles/zelda/melodaly__berger_shetland__zelda__221w.jpg);
}

/* ************************ COOKIE ****************** */

#cookiePopup {
  position: fixed;
  bottom: 10px;
  max-width: 450px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  right: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.bx {
  margin-left: 0.125rem;
  bottom: 0;
  width: 2%;
  height: auto;
}

#cookiePopup .en_tete {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

#cookiePopup .en_tete i {
  color: #0d6674;
  font-size: 32px;
  margin-right: 15px;
}

#cookiePopup .en_tete h2 {
  color: #135964;
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 0;
  padding-bottom: 0;
}

#cookiePopup .data {
  margin-top: 16px;
}

#cookiePopup .data p {
  color: #333;
  font-size: 0.9em;
}

#cookiePopup .data p a {
  color: #4070f4;
  text-decoration: none;
}

#cookiePopup .data p a:hover {
  text-decoration: underline;
}

#cookiePopup .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

#cookiePopup button {
  border: none;
  color: #fff;
  background: #135964;
  padding: 8px 0;
  border-radius: 4px;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
}

#cookiePopup button:hover {
  background: #a4e7f1;
}

.hide {
  visibility: hidden;
  bottom: 0;
  right: 2em;
}

.show {
  visibility: visible;
  bottom: 2em;
  right: 2em;
}

#cookiePopup .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#cookiePopup .buttons .button {
  border: none;
  color: black;
  background: #cef4f7;
  padding: 8px 0;
  border-radius: 4px;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
}

#cookiePopup .buttons #acceptCookie:hover {
  background: #826674;
  color: #fff;
}

#cookiePopup .buttons #declineCookie:hover {
  background: #fff;
  border: 2px solid #cef4f7;
  color: black;
}

.container_slideshow {
  margin: 0 auto;
  max-width: 1260px;
  width: 100%;
  justify-content: space-evenly;
  justify-items: center;
  display: flex;
  position: relative;
  flex-flow: wrap;
  border: none;
}

.boite_titre h3 {
  text-align: center;
  margin-top: -45px;
  margin-bottom: 0;
  border: none;
}

.container_slide {
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
  height: auto;
}

.container_slide_texte {
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
  max-height: 500px;
  height: auto;
  margin-top: 20px;
  display: flex;
  position: relative;
  border: none;
}

.swiper {
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
}

.swiper-slide {
  margin: 0 auto;
  margin-bottom: 2px;
  width: 350px;
  height: 425px;
  background: none;
  display: flex;
  border: none;
  background-color: rgb(137, 83, 32);
}

.swiper-slide img {
  width: 100%;
  border-radius: 5px;
  box-shadow: rgb(137, 83, 32, 0.5) 0px 0px 10px 0px;
}

.swiper-button-prev,
.swiper-button-next {
  color: whitesmoke;
}

.swiper .swiper-pagination-bullet-active {
  background: whitesmoke;
}

.boite_texte_icone {
  margin: 0 auto;
  margin-top: -1px;
  width: 340px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: rgb(137, 83, 32);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
}

.boite_texte_slide {
  margin: 0 auto;
  width: 85%;
  height: auto;
  text-align: left;
  font-size: 25px;
  color: #fff;
  float: left;
  border: none;
}

.boite_texte_slide .size {
  font-size: 0.8em;
}

.icone {
  margin: 0 auto;
  margin-right: -10px;
  width: auto;
  height: auto;
  float: right;
  border: none;
}

.icone img {
  width: auto;
  height: 25px;
  padding-top: 12px;
}

#texte_slide {
  line-height: 50px;
  padding-left: 15px;
  font-family: 'Send Flowers', cursive;
}

/* Slider */

.swiper-wrapper {
  width: 100%;
  height: -moz-max-content !important;
  height: max-content !important;
  padding-bottom: 64px !important;
  transition-timing-function: linear !important;
  position: relative;
}

.swiper-pagination-current {
  color: #111827 !important;
}

.swiper-pagination-total {
  color: #9CA3AF;
}

.tableau-pedigree {
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
  height: auto;
  border: 3px double #36272c;
  box-sizing: border-box;
  overflow: auto;
}

.titre {
  background-color: #cef4f7;
  color: #251f21;
  text-align: center;
  font-weight: bolder;
  font-size: 18px;
}

th, td {
  padding: 10px 20px;
}

td .font, th {
  font-weight: bolder;
  color: #1b6d7b;
  font-size: 18px;
  margin-bottom: -20px;
  font-family: 'Gentium Book Plus', sans-serif;
  border: none;
}

th p, td p {
  font-weight: lighter;
  font-size: 1em;
  font-family: 'Gentium Book Plus', sans-serif;
}

tbody tr, td, th {
  border: 3px double #251f21;
}

tbody tr:last-of-type,
tbody tr:first-of-type {
  border-bottom: 5px solid #0b5461;
}

/* ***************************** PAGE PEDIGREE ************************* */

.font {
  font-weight: bolder;
  color: #1b6d7b;
  font-size: 18px;
  font-family: 'Gentium Book Plus', sans-serif;
  border: none;
}

.couleur {
  font-style: italic;
  font-weight: bold;
  font-size: 1em;
}

th .texte_nom_1 {
  color: #251f21;
  margin-top: -5px;
}

td .texte_nom_1 {
  margin-top: 20px;
}

.font1 {
  font-size: 0.8em;
}

/* ************************** BOITE PHOTO PARENT ***************************** */

.boite_photo_parent {
  margin: 0 auto;
  padding: 0;
  width: 264px;
  height: 196px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Ensure Tailwind CSS is installed and configured correctly */

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-10{
  bottom: 2.5rem;
}

.bottom-2{
  bottom: 0.5rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.bottom-8{
  bottom: 2rem;
}

.end-0{
  inset-inline-end: 0px;
}

.left-0{
  left: 0px;
}

.left-1{
  left: 0.25rem;
}

.left-2{
  left: 0.5rem;
}

.right-0{
  right: 0px;
}

.right-10{
  right: 2.5rem;
}

.right-2{
  right: 0.5rem;
}

.right-24{
  right: 6rem;
}

.right-4{
  right: 1rem;
}

.right-5{
  right: 1.25rem;
}

.start-0{
  inset-inline-start: 0px;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-1\/2{
  top: 50%;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-span-8{
  grid-column: span 8 / span 8;
}

.col-span-full{
  grid-column: 1 / -1;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-10{
  margin: 2.5rem;
}

.m-2{
  margin: 0.5rem;
}

.m-5{
  margin: 1.25rem;
}

.m-auto{
  margin: auto;
}

.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-24{
  margin-bottom: 6rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-32{
  margin-bottom: 8rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[-30px\]{
  margin-bottom: -30px;
}

.ml-10{
  margin-left: 2.5rem;
}

.ml-12{
  margin-left: 3rem;
}

.ml-16{
  margin-left: 4rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-20{
  margin-left: 5rem;
}

.ml-24{
  margin-left: 6rem;
}

.ml-32{
  margin-left: 8rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-8{
  margin-left: 2rem;
}

.mr-0{
  margin-right: 0px;
}

.mr-10{
  margin-right: 2.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-20{
  margin-right: 5rem;
}

.mr-4{
  margin-right: 1rem;
}

.ms-1{
  margin-inline-start: 0.25rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-11{
  margin-top: 2.75rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-24{
  margin-top: 6rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-8{
  margin-top: 2rem;
}

.box-border{
  box-sizing: border-box;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[444\/330\]{
  aspect-ratio: 444/330;
}

.size-16{
  width: 4rem;
  height: 4rem;
}

.size-20{
  width: 5rem;
  height: 5rem;
}

.size-24{
  width: 6rem;
  height: 6rem;
}

.size-32{
  width: 8rem;
  height: 8rem;
}

.size-40{
  width: 10rem;
  height: 10rem;
}

.h-0{
  height: 0px;
}

.h-1{
  height: 0.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-14{
  height: 3.5rem;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-32{
  height: 8rem;
}

.h-4{
  height: 1rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-56{
  height: 14rem;
}

.h-6{
  height: 1.5rem;
}

.h-64{
  height: 16rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-80{
  height: 20rem;
}

.h-9{
  height: 2.25rem;
}

.h-96{
  height: 24rem;
}

.h-\[350px\]{
  height: 350px;
}

.h-\[400px\]{
  height: 400px;
}

.h-\[522px\]{
  height: 522px;
}

.h-\[\]{
  height: ;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.min-h-96{
  min-height: 24rem;
}

.min-h-\[60px\]{
  min-height: 60px;
}

.min-h-screen{
  min-height: 100vh;
}

.w-1{
  width: 0.25rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-44{
  width: 11rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-96{
  width: 24rem;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[444px\]{
  width: 444px;
}

.w-\[90\%\]{
  width: 90%;
}

.w-\[96\%\]{
  width: 96%;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-min{
  width: -moz-min-content;
  width: min-content;
}

.min-w-0{
  min-width: 0px;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7{
  max-width: 1.75rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-\[1200px\]{
  max-width: 1200px;
}

.max-w-\[1280px\]{
  max-width: 1280px;
}

.max-w-\[250px\]{
  max-width: 250px;
}

.max-w-\[444px\]{
  max-width: 444px;
}

.max-w-full{
  max-width: 100%;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-screen-xl{
  max-width: 1280px;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-xs{
  max-width: 20rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink{
  flex-shrink: 1;
}

.shrink{
  flex-shrink: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.-translate-x-1{
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-disc{
  list-style-type: disc;
}

.list-none{
  list-style-type: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.items-stretch{
  align-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.justify-evenly{
  justify-content: space-evenly;
}

.justify-stretch{
  justify-content: stretch;
}

.justify-items-start{
  justify-items: start;
}

.justify-items-center{
  justify-items: center;
}

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-16{
  row-gap: 4rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.self-center{
  align-self: center;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-0{
  border-bottom-width: 0px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-b-4{
  border-bottom-width: 4px;
}

.border-l{
  border-left-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-4{
  border-top-width: 4px;
}

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.border-none{
  border-style: none;
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-lime-700{
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}

.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.border-primaire{
  --tw-border-opacity: 1;
  border-color: rgb(206 244 247 / var(--tw-border-opacity, 1));
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-secondaire{
  --tw-border-opacity: 1;
  border-color: rgb(247 246 248 / var(--tw-border-opacity, 1));
}

.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-violet-500{
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}

.border-x-orange-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.border-b-primaire{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(206 244 247 / var(--tw-border-opacity, 1));
}

.border-t-primaire{
  --tw-border-opacity: 1;
  border-top-color: rgb(206 244 247 / var(--tw-border-opacity, 1));
}

.bg-\[\#\]{
  background-color: #;
}

.bg-\[\#e7ac00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 172 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f2da92\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 218 146 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f7f6f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\]{
  background-color: ;
}

.bg-\[p\]{
  background-color: p;
}

.bg-\[pimai\]{
  background-color: pimai;
}

.bg-\[pimaiire\]{
  background-color: pimaiire;
}

.bg-\[primaire\]{
  background-color: primaire;
}

.bg-\[url\]{
  background-color: url;
}

.bg-active{
  --tw-bg-opacity: 1;
  background-color: rgb(178 235 242 / var(--tw-bg-opacity, 1));
}

.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-corps{
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 248 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-lien{
  --tw-bg-opacity: 1;
  background-color: rgb(23 101 114 / var(--tw-bg-opacity, 1));
}

.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.bg-primaire{
  --tw-bg-opacity: 1;
  background-color: rgb(206 244 247 / var(--tw-bg-opacity, 1));
}

.bg-secondaire{
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 248 / var(--tw-bg-opacity, 1));
}

.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate-400{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-600{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.bg-transparent{
  background-color: transparent;
}

.bg-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}

.bg-violet-600{
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-\[url\(\'\'\)\]{
  background-image: url('');
}

.bg-\[url\(\'\.\.\/\'\)\]{
  background-image: url('../');
}

.bg-\[url\(\'\.\.\/bg\'\)\]{
  background-image: url('../bg');
}

.bg-\[url\(\'\.\.\/bgr\'\)\]{
  background-image: url('../bgr');
}

.bg-\[url\(\'\.\.\/bgr\/bgr1\.jpg\'\)\]{
  background-image: url('../bgr/bgr1.jpg');
}

.bg-\[url\(\'\.\.\/bgr\/bgr2\.jpg\'\)\]{
  background-image: url('../bgr/bgr2.jpg');
}

.bg-\[url\(\'\.\.\/img\'\)\]{
  background-image: url('../img');
}

.bg-\[url\(\'\.\.\/img\/\'\)\]{
  background-image: url('../img/');
}

.bg-\[url\(\'\.\.\/img\/hero\'\)\]{
  background-image: url('../img/hero');
}

.bg-\[url\(\'\.\.\/img\/hero\/\'\)\]{
  background-image: url('../img/hero/');
}

.bg-\[url\(\'\.\.\/img\/hero\/e\'\)\]{
  background-image: url('../img/hero/e');
}

.bg-\[url\(\'\.\.\/img\/hero\/elevage\'\)\]{
  background-image: url('../img/hero/elevage');
}

.bg-\[url\(\'\.\.\/img\/hero\/elevage_melodaly__berger_shetland_et_colley\.webp\'\)\]{
  background-image: url('../img/hero/elevage_melodaly__berger_shetland_et_colley.webp');
}

.bg-\[url\(\'\.\.\/img\/hero\/elevage_melodaly__berger_shetland_et_shetland\.webp\'\)\]{
  background-image: url('../img/hero/elevage_melodaly__berger_shetland_et_shetland.webp');
}

.bg-\[url\(\)\]{
  background-image: url();
}

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-current{
  fill: currentColor;
}

.fill-lien{
  fill: #176572;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-10{
  padding: 2.5rem;
}

.p-12{
  padding: 3rem;
}

.p-14{
  padding: 3.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-0{
  padding-left: 0px;
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-12{
  padding-left: 3rem;
}

.pl-14{
  padding-left: 3.5rem;
}

.pl-16{
  padding-left: 4rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-20{
  padding-left: 5rem;
}

.pl-24{
  padding-left: 6rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-8{
  padding-left: 2rem;
}

.pr-0{
  padding-right: 0px;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-12{
  padding-right: 3rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-24{
  padding-right: 6rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-32{
  padding-top: 8rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-justify{
  text-align: justify;
}

.font-gentium{
  font-family: Gentium Book Plus, sans-serif;
}

.font-poppins{
  font-family: Poppins, sans-serif;
}

.font-satisfy{
  font-family: Satisfy, cursive;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-loose{
  line-height: 2;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-tighter{
  letter-spacing: -0.05em;
}

.text-\[\#ca5417\]{
  --tw-text-opacity: 1;
  color: rgb(202 84 23 / var(--tw-text-opacity, 1));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-lien{
  --tw-text-opacity: 1;
  color: rgb(23 101 114 / var(--tw-text-opacity, 1));
}

.text-noir{
  --tw-text-opacity: 1;
  color: rgb(37 31 33 / var(--tw-text-opacity, 1));
}

.text-primaire{
  --tw-text-opacity: 1;
  color: rgb(206 244 247 / var(--tw-text-opacity, 1));
}

.text-secondaire{
  --tw-text-opacity: 1;
  color: rgb(247 246 248 / var(--tw-text-opacity, 1));
}

.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.overline{
  text-decoration-line: overline;
}

.opacity-40{
  opacity: 0.4;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[2px_-2px_13px_4px_\#176572\]{
  --tw-shadow: 2px -2px 13px 4px #176572;
  --tw-shadow-colored: 2px -2px 13px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-emerald-800{
  --tw-shadow-color: #065f46;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-gray-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}

.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-700{
  transition-duration: 700ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:translate-x-\[-5px\]:hover{
  --tw-translate-x: -5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:rounded-full:hover{
  border-radius: 9999px;
}

.hover\:bg-\[\#b9f3f8\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 243 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primaire\/10:hover{
  background-color: rgb(206 244 247 / 0.1);
}

.hover\:bg-secondaire:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 248 / var(--tw-bg-opacity, 1));
}

.hover\:fill-green-700:hover{
  fill: #15803d;
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:overline:hover{
  text-decoration-line: overline;
}

.hover\:no-underline:hover{
  text-decoration-line: none;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-gray-700:hover{
  --tw-shadow-color: #374151;
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 640px){
  .sm\:visible{
    visibility: visible;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mb-16{
    margin-bottom: 4rem;
  }

  .sm\:ml-12{
    margin-left: 3rem;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mt-12{
    margin-top: 3rem;
  }

  .sm\:mt-4{
    margin-top: 1rem;
  }

  .sm\:mt-6{
    margin-top: 1.5rem;
  }

  .sm\:mt-8{
    margin-top: 2rem;
  }

  .sm\:h-\[500px\]{
    height: 500px;
  }

  .sm\:h-\[530px\]{
    height: 530px;
  }

  .sm\:h-\[550px\]{
    height: 550px;
  }

  .sm\:h-\[\]{
    height: ;
  }

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-2\/3{
    width: 66.666667%;
  }

  .sm\:w-\[250px\]{
    width: 250px;
  }

  .sm\:w-\[90\%\]{
    width: 90%;
  }

  .sm\:max-w-5xl{
    max-width: 64rem;
  }

  .sm\:max-w-6xl{
    max-width: 72rem;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sm\:pt-12{
    padding-top: 3rem;
  }

  .sm\:pt-2{
    padding-top: 0.5rem;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .md\:visible{
    visibility: visible;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mb-24{
    margin-bottom: 6rem;
  }

  .md\:ml-24{
    margin-left: 6rem;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-14{
    margin-top: 3.5rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mt-24{
    margin-top: 6rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-96{
    height: 24rem;
  }

  .md\:h-\[522px\]{
    height: 522px;
  }

  .md\:h-\[600p\]{
    height: 600p;
  }

  .md\:h-\[600px\]{
    height: 600px;
  }

  .md\:h-\[60px\]{
    height: 60px;
  }

  .md\:h-\[650px\]{
    height: 650px;
  }

  .md\:h-\[860px\]{
    height: 860px;
  }

  .md\:h-\[px\]{
    height: px;
  }

  .md\:w-14{
    width: 3.5rem;
  }

  .md\:w-20{
    width: 5rem;
  }

  .md\:w-\[1200px\]{
    width: 1200px;
  }

  .md\:w-\[330px\]{
    width: 330px;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:max-w-5xl{
    max-width: 64rem;
  }

  .md\:max-w-\[900px\]{
    max-width: 900px;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:justify-evenly{
    justify-content: space-evenly;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-y-16{
    row-gap: 4rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pb-16{
    padding-bottom: 4rem;
  }

  .md\:pb-24{
    padding-bottom: 6rem;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pl-4{
    padding-left: 1rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:pt-2{
    padding-top: 0.5rem;
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:pt-5{
    padding-top: 1.25rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:h-\[70px\]{
    height: 70px;
  }

  .lg\:h-\[760px\]{
    height: 760px;
  }

  .lg\:h-\[770px\]{
    height: 770px;
  }

  .lg\:h-\[776px\]{
    height: 776px;
  }

  .lg\:h-\[780px\]{
    height: 780px;
  }

  .lg\:h-\[800px\]{
    height: 800px;
  }

  .lg\:h-\[80px\]{
    height: 80px;
  }

  .lg\:h-\[820px\]{
    height: 820px;
  }

  .lg\:h-\[860px\]{
    height: 860px;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pl-2{
    padding-left: 0.5rem;
  }

  .lg\:pr-2{
    padding-right: 0.5rem;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
