@font-face {
  font-family: "quicksand";
  src: url(../fonts/Quicksand-Regular.ttf);
}
@font-face {
  font-family: "quicksandBold";
  src: url(../fonts/Quicksand-Bold.ttf);
}
@font-face {
  font-family: "quicksandLight";
  src: url(../fonts/Quicksand-Light.ttf);
}
@font-face {
  font-family: "quicksandMedium";
  src: url(../fonts/Quicksand-Medium.ttf);
}
@font-face {
  font-family: "quicksandSemiBold";
  src: url(../fonts/Quicksand-SemiBold.ttf);
}
.colors {
  background: rgb(252, 214, 139);
  color: rgb(136, 188, 252);
}
body {
  font-family: "quicksand";
  color: rgb(119, 118, 118);
}
nav {
  -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.238);
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.077);
}
.logoNav {
  width: 70px;
  height: auto;
}
.socialNav {
  width: 30px;
  height: auto;
  margin: 12px;
}

.conFluid {
  padding-left: 0rem;
  padding-right: 0rem;
  overflow: hidden;
}
/* .background {
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/main2.jpg");
} */
.logoFooter {
  width: 250px;
  height: auto;
}
.img1Accueil {
  width: 310px;
  height: auto;
}
footer a {
  text-decoration: none;
}
.mainBk {
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(252, 214, 139, 1) 50%);
}
.mainBk2 {
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(252, 214, 139, 1) 100%);
}

.socialNav {
  width: 30px;
  height: auto;
  margin-right: 12px;
}
.nosChats {
  color: rgb(136, 188, 252);
  font-family: "quicksandBold";
}
.subNosChats {
  color: rgb(136, 188, 252);
  font-family: "quicksandSemiBold";
  font-size: 30px;
}

.btnChat {
  background: white;
  border: none;
  padding: 20px;
  width: 190px;
  margin-top: 10px;
  font-family: "quicksandSemiBold";
  color: rgb(119, 118, 118);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnChat:checked {
  background: white !important;
  color: black;
  border: none;
}
.btnChat input[type="radio"]:checked ~ .btn-primary:after,
.btnChat input[type="radio"].with-gap:checked ~ .btn-primary:before,
.btnChat input[type="radio"].with-gap:checked ~ .btn-primary:after {
  background-color: white;
  border-color: none;
}

/**** Chats ****/

.cardChat {
  padding: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 450px;
}
.cardChatFiche {
  padding: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 1200px;
  box-shadow: -1px 14px 45px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 14px 45px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 14px 45px 0px rgba(0, 0, 0, 0.75);
}

/* carousel */

.carousel-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.carouselCard {
  height: 430px;
  display: flex;
  align-items: center;
}

/* other */

/**** Fiche Chat ****/

/* carousel */

/* .carouselCard2 {
  height: 700px;
  display: flex;
  align-items: center;
  background-color: rgb(71, 100, 135);
} */

/* other */

.carouselCard3 {
  max-height: 1500px;
}
.carouselCard3 img {
  max-width: 80%;
  max-height: 80%;
  object-fit: cover;
  margin: auto;
  padding: 10px;
}
.adopterBtn {
  background: rgb(136, 188, 252);
  color: white;
  font-family: "quicksandBold";
  border: none;
  margin-top: 14px;
}
.adopterBtn2 {
  background: rgb(136, 188, 252);
  color: white;
  font-family: "quicksandBold";
  border: none;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 30px;
  width: 200px;
  border-radius: 25px;
}
.addPanier:hover {
  background: rgb(112, 112, 112);
}
.testgap {
  margin-bottom: 10px;
  justify-content: center;
}
.testtitlecard {
  font-size: 15px;
  height: 20px;
}
.emptyImage {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.titre-card {
  font-size: 20px;
  font-family: "quicksandSemiBold";
}
.titre-card2 {
  font-size: 27px;
  font-family: "quicksandSemiBold";
}
.testNom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.titre-card h3 {
  margin: 0;
}
.sexe {
  margin-left: 15px;
}
.sexe img {
  width: 30px;
  height: auto;
}
.calendar img {
  width: 30px;
  height: auto;
}
.age {
  display: flex;
  align-items: center;
  font-size: 30px;
}
.cardBody1 {
  justify-content: space-around;
  align-items: center;
}
.cardBody2 {
  display: flex;
  align-items: center;
  font-size: 20px;
  gap: 10px;
}
.textCard {
  /* /* width: 400px; */
  text-align: left;
  height: 100px;
  text-overflow: ellipsis;
  display: block;
  overflow: auto;
  color: black;
  font-size: 18px;
}
.textCard2 {
  text-align: start;
  /* /* width: 400px; */
  display: block;
}
.textCard3 {
  height: 120px;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.textCard4 {
  text-align: center;
  /* /* width: 400px; */
  height: 100px;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  padding: 15px;
  color: black;
  font-size: 18px;
}
.info {
  background: rgb(252, 214, 139);
  padding: 10px;
  border-radius: 25px;
  text-align: left;
  font-size: 17px;
  font-family: "quicksandSemiBold";
}
.titreInfo {
  font-size: 25px;
  font-family: "quicksandSemiBold";
}

.titreTest {
  padding: 15px;
  font-size: 20px;
  color: black;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.407);
  font-family: "quicksandBold";
}
.cardsArticles {
  max-width: 1200px;
}
.lireBtn {
  background: rgb(136, 188, 252);
  color: white;
  font-family: "quicksandBold";
  border: none;
  text-align: center;
  padding: 20px;
  width: 130px;
  border-radius: 25px;
  font-size: 16px;
  margin: 10px;
}
.card-body a {
  text-decoration: none;
}
.imageArticle {
  max-height: 380px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imageArticle img {
  background-size: contain;
  max-height: 100%;
  max-width: 100%;
}
.articleTitre {
  font-family: "quicksandSemiBold";
}
.kitty img {
  width: 80px;
  height: auto;
}
.signIn {
  font-size: 19px;
}
.signIn a {
  text-decoration: none;
  color: rgb(136, 188, 252);
  font-family: "quicksandSemiBold";
}
.testBk {
  background: url(../images/Logo-badge.jpg);
  background-size: 200px;
}
.formBk {
  background: white;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px;
}
.parentBtnForm a {
  color: white;
}
.btnForm {
  background: rgb(136, 188, 252);
  font-family: "quicksandBold";
  border: none;
  text-align: center;
  padding: 20px;
  width: 150px;
  border-radius: 25px;
  font-size: 16px;
}
.imgProfil {
  width: 120px;
  height: auto;
}
.imgProfil2 {
  width: 120px;
  height: 120px;
}
.nomUser {
  font-family: "quicksandSemiBold";
  font-size: 23px;
}
.navUser li a {
  color: rgb(136, 188, 252);
  font-family: "quicksandSemiBold";
}
.navUser li a:hover {
  color: rgb(252, 214, 139);
}
fieldset {
  border: 10px solid transparent;
  border-top-color: black;
  box-sizing: border-box;
  grid-area: 1 / 1; /* first row, first column */
  padding: 20px;
  width: inherit;
}
.fieldset-legend {
  padding: 0 10px;
  margin-left: 20px;
  width: auto;
  font-size: 1.2rem;
  border: none;
}

#info-block section {
  border: 5px solid rgb(252, 214, 139);
}

.file-marker > div {
  padding: 0 8px 8px 8px;
  margin-top: -0.8em;
}
.box-title {
  background: white none repeat scroll 0 0;
  display: inline-block;
  padding: 0 2px;
  margin-left: 8em;
  font-size: 20px;
  font-family: "quicksandSemiBold";
  color: rgb(136, 188, 252);
}
.userBk {
  background: url(../images/logo-edc-noire-rvb-sans-fond.png);
  background-size: 130px;
}
.userBk2 {
  background: white;
  margin-top: 20px;
}
.formChat {
  border: 1px solid rgb(252, 214, 139);
  border-radius: 25px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.Pbar {
  background-color: rgb(252, 214, 139);
}
input[type="radio"] {
  /* ...existing styles */
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

input[type="radio"]:checked::before {
  transform: scale(1);
}
.s-bold {
  font-family: "quicksandSemiBold";
  display: inline-block;
  margin-top: 10px;
}
.boldTitre {
  font-family: "quicksandBold";
  font-size: 20px;
  margin: 10px;
}
.formAdoptBtn {
  background: rgb(136, 188, 252);
  color: white;
  font-family: "quicksandBold";
  border: none;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 30px;
  width: 200px;
  border-radius: 25px;
  cursor: pointer;
}
.formAdoptBtn:hover {
  background: rgb(108, 146, 192);
}
.titresForm {
  font-family: "quicksandBold";
  font-size: 20px;
  padding: 10px;
}
.paw img {
  width: 30px;
  height: auto;
}
.paw {
  text-align: center;
}
.titreDon {
  font-family: "quicksandBold";
  font-size: 35px;
  color: rgb(136, 188, 252);
}
.titreDon2 {
  font-family: "quicksandSemiBold";
  font-size: 20px;
  text-transform: uppercase;
}
.btnDon {
  background: rgb(252, 214, 139);
  color: black;
  border: none;
  font-family: "quicksandBold";
}
.btnDon:hover {
  background: rgb(97, 96, 96);
  color: white;
  border: none;
}
.prixProduit {
  font-family: "quicksandSemiBold";
  font-size: 20px;
}
.cardChat a {
  text-decoration: none;
  color: black;
}
/****** PANIER *********/

.imgPP {
  width: 70px;
  height: auto;
}
.quantitePP {
  width: 80px;
}
.testPanier {
  justify-content: space-between;
  align-items: center;
}
td {
  padding: 10px;
  width: 150px;
}
.trPanier {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.totalPanier {
  justify-content: end;
  font-size: larger;
  font-weight: bold;
}
.total1Panier {
  padding-right: 10px;
}
.dump img {
  width: 20px;
  height: auto;
  cursor: pointer;
}
.fontPanier {
  font-size: 25px;
}
.modalSize {
  max-width: 800px;
}
.delete-btn {
  background: transparent;
  border: none;
}
.spanHidden {
  display: none;
}
.accept img {
  width: 130px;
  height: auto;
}
.messageAdoption {
  font-family: "quicksandSemiBold";
  font-size: 40px;
  color: rgb(140, 185, 125);
}
.points {
  font-family: "quicksandBold";
  font-size: 20px;
  color: rgb(136, 188, 252);
  margin-top: 5px;
}
.pointsParent {
  font-size: 17px;
  font-family: "quicksandSemiBold";
}
.logout {
  width: 15px;
  height: 15px;
}
.deconnexion {
  text-decoration: none;
  color: rgb(138, 0, 0);
  cursor: pointer;
}
.dec2 {
  margin-right: 5px;
}
.imgEvent img {
  width: 400px;
  height: auto;
}
.titreEvent {
  font-family: "quicksandBold";
  font-size: 30px;
}
.modalEvent {
  border: none;
}
.lienArticle a {
  text-decoration: none;
  font-size: 27px;
  font-family: "quicksandSemiBold";
  color: rgb(136, 188, 252);
}

.CarouselItem {
  height: 600px;
  width: 100%;
  /* background-color: rgb(71, 100, 135); */
  background-color: rgb(42, 42, 43);
  border: none;
}
.CarouselItem img {
  height: 100%; /* will scale the height */
  width: auto; /* width will scale proportionally */
  max-width: 100%; /* won't exceed container's width */
  margin: auto; /* center the image horizontally */
  display: block;
}

.emptyImage {
  height: 600px;
  width: 100%;
  /* background-color: rgb(71, 100, 135); */
  border: none;
  display: flex;
  align-items: center;
}
.emptyImage img {
  max-height: 100%; /* will scale the height */
  width: auto; /* width will scale proportionally */
  max-width: 100%; /* won't exceed container's width */
  margin: auto; /* center the image horizontally */
  display: block;
}

.notif {
  position: absolute;
  top: 28px;
  right: 0px;
  background-color: red;
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  color: white;
}
.notifHidden {
  display: none;
}
.socialNavPanier {
  width: 30px;
  height: auto;
  margin: 12px;
}
.notification-container {
  position: relative;
}
.share img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.share2 {
  margin-left: 5px;
}
.share2 img {
  width: 25px;
  height: auto;
  margin-right: 5px;
}

.kittyAd img {
  width: 60px;
  height: auto;
}

.kittyA a {
  text-decoration: none;
  font-family: "quicksandSemiBold";
  color: black;
}
.sleepingKitten img {
  width: 100px;
  height: auto;
}
.green {
  color: rgb(37, 173, 37);
}
.red {
  color: rgb(210, 54, 54);
}

.nousContacter {
  font-family: "quicksandSemiBold";
  font-size: 22px;
}
.gapbtns {
  justify-content: space-around;
  gap: 5px;
}
.btnInfo {
  border: none;
  font-family: "quicksandSemiBold";
  background: rgb(136, 188, 252);
  border-radius: 25px;
}
.titreCredits {
  font-size: 30px;
  font-family: "quicksandSemiBold";
}

.titreCredits2 {
  font-family: "quicksandMedium";
  font-size: 20px;
}
.creditFooter a {
  color: rgb(119, 118, 118);
}
.btnCookie {
  background: rgb(136, 188, 252);
  border: none;
}
.link a {
  font-family: "quicksandSemiBold";
  text-decoration: none;
  color: rgb(119, 118, 118);
}
.testToggle img {
  width: 30px;
  height: auto;
  border: none;
}
.testBorder {
  border: none;
}
.testBorder:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none;
}
/* .testSticky {
  background: white;
  position: sticky;
  top: 0;
  z-index: 3000;
} */
