html, body{
  padding: 0%;
  margin: 0;
  font-family: 'Mitr', sans-serif;
  font-size: 2.1vh;
  font-weight: 300;
  line-height: 3vh;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}


/* UTILITAIRES */ 

/*VIDEO*/
.video-responsive { 

  padding-bottom:56.25%; 
  position:relative; 
  height:0;
  }
  
  .video-responsive iframe {
  left:0; 
  top:0; 
  height:100%;
  width:100%;
  position:absolute;
  }

h2,h3{
  font-weight: bolder;
}

.link{
  color: #D79A64;
  font-weight: bolder;
}

.link:hover{
  color: #574030;
}

/*FORM Envoi*/
.form-envoye{
  position: absolute;
  background-color: #574030;
  height: 30vh;
  width: 90vw;
  margin-left: 5vw;
  margin-top: 20vh;
  text-align: center;
  border-radius: 2vw;
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
  display: flex;
  flex-direction: column;
  color: #f0f9ff;
  justify-content: center;
  align-items: center;
}

.close-envoi{
margin-right: 1vw;
  background: none;
  border: none;
  color: white;
  align-self: flex-end; 
  cursor: pointer;
}
.close-envoi:hover{
  color: #D79A64;
}

/*Bouton back to top*/

#button-top {
  display: none;}

/*Bouton submit*/

.button-submit{
  cursor: pointer;
  background-color: #FAEDCD;
  color: #574030;
  border: none;
  border-radius: 10px;
  height: 4vh;
  width: auto;
  margin: 0.5vw;
  margin-left: 20%;
  padding-right: 1vw;
  padding-left: 1vw;
  font-weight: 400;
  font-size: larger;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
}

.button-submit:hover{
  background-color: #574030;
  color: #FAEDCD;
}

/*Boutons oranges avec les titres en grand*/
.button-orange{
  background-color: #EA9D59;
  border: none;
  border-radius: 10px;
  height: 8vh;
  width: 33vw;
  padding-right: 1vw;
  padding-left: 1vw;
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  font-size: larger;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
}

.button-brown{
  background-color: #574030;
  border: none;
  border-radius: 10px;
  height: 8vh;
  width: 33vw;
  padding-right: 1vw;
  padding-left: 1vw;
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  font-size: larger;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
}

.button-orange a, .button-brown a{
  text-decoration: none;
  color: #f0f9ff;
}


/*Button style arrondi*/

.button-aider{
  margin: auto;
  background-color: #D79A64;
  height: 5vh;
  width: auto;
  padding: 1.5vw;
  border: none;
  border-radius: 2.3vw;
  display: flex;
  align-items: center;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.button-aider a{
  margin-left: 2vw;
  margin-right: 0.5vw;
  width: 95%;
  color: #f0f9ff;
  text-decoration: none;
}

.button-aider svg{
  margin-right: 0.2vw;
  height: 2vh;
}

.button-aider:hover{
  background-color: #A26C48;
}


/*Element de texte colorés et titres*/
.b-color{
  color:#EA9D59;
}



h1{
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
}

.b-grand{
  font-size: 3vh;
  font-weight: bolder;
}

.obligatoire{
  color: #D79A64;
  font-weight: bolder;
}

/*SVG Pattes*/

.pattes{
display: none;
}


/*MOBILE FIRST*/

/*STYLE POUR HEADER MOBILE*/

#nav{
  display: none;
}


.container-nav-tel {
  max-width: 1050px;
  width: 90%;
  margin: auto;
  z-index: 1000;
}

#nav-tel {
 
  width: 100%;
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
}

.nav-container {
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 16vw;
}

#nav-tel .menu-items {
  display: flex;
}

#nav-tel .nav-container li {
  
  list-style: none;
}


#nav-tel .nav-container a {
  text-decoration: none;
  color: rgb(251, 246, 246);
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}

#nav-tel .nav-container a:hover{
    font-weight: bolder;
}

.nav-container {
  
  display:flex;
  align-items: center;
  position: relative;
  height: 16vw;

}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 8.2vw;
  width: 8.2vw;
  top: 2vh;
  right: 0.6vw;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
 
  height: 3.1vh;
  width: 8.9vw;
  position: absolute;
  top: auto;
  right: 0.6vw;
  text-align: end;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: end;
  
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 0.48vh;
  width: 100%;
  border-radius: 2.6vw;
  background-color: #D79A64;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

#nav-tel .menu-items {
  background-color: #D79A64;
  padding-top: 5vh;
  height: 100vh;
  width: 100vw;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  transition: transform 0.5s ease-in-out;
  text-align: center;
    position: absolute;
    top: 7.3vh;
}

#nav-tel .menu-items li {
  margin-bottom: 1.2rem;
  margin-left: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
  text-align:left;
  
}

.logo {
  display: block;
  right: 3.9vw;
  background-image: url('./img/assets/logo_crapule.png');
  background-repeat: no-repeat;
  width: 15.3vw;
  height: 15.3vw;
  background-size: contain;

}

.li-account{
background-image: url('./img/assets/boutique_clair.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
  position: absolute;
  top: auto;
  right: 14.5vw;
  height: 3.31vh;
  width: 7.7vw;
}

#nav-tel input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(-4.9vw);
}


#nav-tel .nav-container li ul li a{
  color: #574030;
  font-size: 1rem;
}

#nav-tel .nav-container li ul li:last-of-type{
  margin-bottom: 3vh;
}
#nav-tel .nav-container li ul li:first-of-type{
  margin-top: 1.5vh;
}
.sub-menu-mobile{

  line-height: 1vh;
  margin-left: -5vh;

}




/*FOOTER*/
.footer-dark {
  padding:6.25vh 0;
  color:#f0f9ff;
  background-color:#574030;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:1.5vh;
  font-weight:bold;
  font-size:2vh;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:1.75vh;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

.container-footer{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  width: 50vw;
}

.footer-dark .item.text {
  margin-bottom:4.5vh;
}


.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

.footer-dark .item.social > a {
  font-size:2.5vh;
  width:2.8vw;
  height:2.8vw;
  line-height:2.8vw;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 0.625vw;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:1;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:3vh;
  opacity:0.3;
  font-size:1.625vh;
  margin-bottom:0;
}

.item{
  margin-bottom: 4vh;
}
.icon-rs-footer{
  height: 15vw;
  width: 15vw;
  border-radius: 50%;

}

.social{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/*PAGE ADOPTER MOBILE*/

.content-adopter{
  display: flex;
  margin-bottom: 8vh;
}

.adopter-filtre{
  top: 0vh;
  width: 90vw;
  position: absolute;
  display: none;
  z-index: 1000;
  margin-left: 5vw;
}

.background{
  width: 1000vw;
  height: 110vh;
  background-color: #A26C48;
  position: absolute;
  z-index: -1;
  top: -5vh;
  margin-left: -5vh;
  overflow: hidden;
}


.adopter-filtre.filtrer{
  display: block;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.adopter-filtre fieldset:first-of-type{
  background-color: #574030;
  color: white;
  border-radius: 0.8vw;
  
}
 .close-filtre{
  float: right;
  background: none;
  border: none;
  color: #f0f9ff;
  margin-top: -2vh;
  
}
.adopter-filtre fieldset:last-of-type, .adopter-filtre fieldset:nth-child(2){
  background-color: #574030;
  color: white;
  border-radius: 0.8vw;
  
}

.adopter-filtre fieldset:last-of-type legend{
  padding-top: 7vh;
  font-size: 2.4vh;
}




.adopter-filtre fieldset:last-of-type input[type='text']{
  width: 100%;
}

.adopter-filtre .button-submit{
  float: right;
  font-size: 2.3vh;
}

.adopter-filtre fieldset{
  border: none;
}

.adopter-filtre input[type="radio"]{

  position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 9vw;
    height: 4vh;
}

.adopter-filtre input[type="radio"]:first-of-type + label{
  margin-top: 2vh;
}

.adopter-filtre input[type="radio"]:first-of-type{
  margin-top: 2vh;
}
.adopter-filtre legend{
  margin: auto;
  font-size: 3vh;
  padding-top: 5vh;
}
.adopter-filtre input[type="radio"] + label{
  font-size: 2.5vh;

  margin-bottom: -0.4vh;
  padding-right: 1.5vw;
  border-radius: 0.8vw;
  display: flex;
  align-items: center;
  height: 5vh;
  
}

.adopter-filtre input[type="radio"] + label:first-of-type img{
  width: 6vw;
  margin-right: 2vw;
}

.adopter-filtre input[type="radio"] + label img{
  width: 6.5vw;
  height: auto;
  margin-right: 2vw;
  margin-left: 0.4vw;
  
}
.adopter-filtre input[type="radio"]:hover +label{
  background-color: #d9d9d93e;
}

.adopter-filtre input[type="radio"]:checked + label{
  background-color: #d9d9d93e;
}

.adopter-filtre input[type="checkbox"]:first-of-type{
  margin-top: 2vh;
}
.adopter-filtre input[type="submit"]{
  opacity: 1;
  position: relative;
}

.adopter-filtre input[type="checkbox"] + label{
  margin-left: 0.8vw;
}

.gallery-adopter{
  margin: auto;
  display: flex;
  width: 90vw;
  justify-content: space-between;
  flex-wrap: wrap;

  
}


.header-gallery{
display: flex;
justify-content: center;}

.header-gallery h2{
  font-family: 'Amatic SC', cursive;
  font-size: 5vh;
  width: 90vw;
  text-align: center;
}

.Button-filtre{
  color: #f0f9ff;
  margin-left: 2vw;
  margin-right: 50vw;
  margin-top: -1vh;
  margin-bottom: -1vh;
}

.header-gallery h2 .b-color{font-size: 5vh;}

.header-animal{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4vh;
  background-color: white;
}
.case-animal{
  background-repeat: no-repeat;
  background-size:cover; 
  background-position: center;
  width:40vw;
  height:40vw;
  border-radius: 0.8vw;
  transition: transform 0.5s;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
  margin-top: 5vh;
}

.icon-advert{width: 5.2vw; margin-left: 1vw;}
.s-adopt{
  margin-right: 1vw;
  font-size: 2.5vh;
}
.icon-advert:hover{opacity: 0.8;}
.header-animal h2{
  color:rgb(0, 0, 0); 
  background-color: rgba(255, 255, 255,1);  
  border-radius: 0.5vw 0.5vw 0 0;
  font-family: 'Amatic SC', cursive;
  font-size: 3.3vh;

}


.incomp-adopter{
  width: 15vw;
  display: flex;
  float: right;
  margin-top: 22vw;
  justify-content: end;
}
.incomp-adopter img{
  margin-inline: 0;
  max-width: 8vw;
}

input[type="checkbox"] {
  accent-color: #574030;
}

/* PAGE NOUS AIDER MOBILE*/ 


.contain-aider{
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100vw;
}


.ban-contain-aider img{
  width: 100vw;
  height: auto;
 
}
.ban-contain-aider div:first-of-type{
  width: 90vw;
  margin: auto;
  text-align: center;
}
.ban-contain-aider div h1{
  
  margin: auto;
  margin-top: 2vh;
  font-weight: 700;
  width: 55vw;
  width: auto;

}

.button-don-div{
  display: flex;
  justify-content: space-between;
  width: 80vw;
  margin: auto;
  margin-top: 3vh;
  margin-bottom: 3vh;
 
}


.element-aider{
  margin-top: 0vh;
  text-align: center;
}

.element-aider:nth-child(even){
  background-color: #FAEDCD;
}

.img-aider{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100vw;
  height: 25vh;
}

.img-parrain{
  background-image: url('./img/assets/photos/photo-parrain.jpg');
}

.img-benevole{background-image: url('./img/assets/photos/photo-benevole.jpg');}

.img-fa-aider{background-image: url('./img/assets/photos/photo-fa.jpg');}
.element-aider div{
  font-weight: lighter;
  padding: 2vw;

}


.element-aider div h2{
  font-weight: 700;
  margin-top: 2vw;
}

/*PAGE CONTACT MOBILE*/
.contain-contact{
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100vw;
  margin-top: 0vh;
  margin-bottom: 2vh;
}

.icon-rs-contact{
  height: 20vw;
  width: 20vw;}

  .contact-rs h2{
    margin-top: 8vh;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 5vh;
  }

  .icon-monnaie{
    width: 17vw;
    height: 17vw;
  }
/*STYLE PAGE SIGNALER MOBILE*/
.contain-signaler{
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100vw;
  margin-top: 0vh;
  margin-bottom: 2vh;
}

.ban-contain-signaler{
  display: flex;
}
.img-signaler{
  background-image: url('./img/assets/photos/photo-signaler.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100vw;
  max-width: 100vw;
  height: 25vh;
  
  border-radius: 0;
}


.img-sig-pc{
  display: none;
}
.ban-contain-signaler-pc div{
  margin: auto;
  margin-top: -4.5vh;
  font-weight: 400;
  width: 80%;
  text-align: center;
}

.ban-contain-signaler-pc div ul{
  text-align: start;
  line-height: 3vh;
}

.button-signaler{
 padding-top: 8vh;
  display: flex;
  justify-content: center;
  
}

.button-signaler button .b-grand{
  font-size: xx-large;
}

.contain-signaler > h1{
  text-align: center;
  margin-bottom: 4vh;
  font-size: 4vh;
  
  
}

/*PAGE FICHE ANIMAL MOBILE*/

.contain-fiche-animal{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 0vw;
  padding-top: 0vh;
  margin-bottom: 2vh;
  justify-content: space-between;
}

.img-fiche-pc{
  display: none;
}

.img-fiche-mobile{
  margin-left: -2vw;
}
.caracteristiques-animal{
  margin-left: 7vw;
  width: 100vw;
 
}

.contain-fiche-animal h2{

    font-family: 'Amatic SC', cursive;
    font-size: 5vh;
    font-weight: 700;
    color: #574030;
    margin-bottom: 2vh;

}

h2 b{
  font-size: 3.5vh;
}

.img-fiche-animal{
  width: 90vw;
  height: 90vw;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  background-image: none;
  border-radius: 5%;
}

.buttons-fiche-animal{
  width: 90vw;
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-left: 5vw;
  margin-bottom: 5vh;
}

.buttons-fiche-animal .button-aider:first-of-type{
  background-color: #457B9D;
}

.buttons-fiche-animal .button-aider{
  max-width: 42vw;
}
.buttons-fiche-animal .button-aider a{
  text-transform: uppercase;
  margin: 0;
}

.buttons-fiche-animal .button-aider:first-of-type:hover{
  background-color: #A26C48;
}

.avertissement-animal{
  color: #574030;

  padding: 2vh;
  background-color: #FAEDCD;
  border-radius: 2.5vw;
  margin-left: -2vw;
  margin-right: 3vw;
}
.avertissement-animal svg{
  margin-right: 0.5vw;
  fill: #A26C48;
  height: 4vh;
  width: 4vh;
  display: none;
}

.sexe-animal{
  font-size: 4vh;
  margin-left: 5vw;
}

.incomp{
  width: 100vw;
  display: flex;
  margin-left: -7vw;
  justify-content: center;
}
.incomp img{
  margin-inline: 2vw;
  width: 15vw;
}

.presentation-animal p:first-of-type{
  height: auto;
  width: 90vw;

}

.presentation-animal{
  margin-left: 5vw;
}
.pattes-fiche{
display: none;

}

/*PAGE DON MOBILE*/


.contain-don{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: 100vw;
  margin-top: 2vh;
  margin-bottom: 5vh;

}

.header-don{
  margin-top: -2.5vh;
background-color: #CAF0F8;
  width: 100vw;
  text-align: center;
 
}

.header-don h1{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 4.5vh;
}
.header-don p{
  padding-bottom: 2.5vh;
  width: 90vw;
  margin: auto;
}

.elem-don{
  width: 100vw;
  height: auto;
  margin-bottom: 2vh;
  text-align: center;
}

.elem-don h2 b{
  font-size: 4vh;
}

.elem-don:first-of-type{order: 2;}

.contain-don .ligne{
  display: none;
}

.header-sub-don{
  width: 100vw;
  text-align: center;
}

.header-sub-don h2{
    font-family: 'Amatic SC', cursive;
    font-size: 4vh;
    font-weight: 700;
    margin-top: -0.5vh;
}

.img-don-mat{
  width: 100vw;
  height: 30vh;
  background-position: center;
  background-size: cover;

}

.event-don{
  width: 90vw;
  margin: auto;
}

.case-event{
  color: #574030;
  background-color: #d79a644d; 
  border-radius: 0.8vw;
  text-align: center;
  padding-bottom: 0.5vh;
  
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
}

.case-event h3{
  font-family: 'Amatic SC', cursive;
  font-size: 4vh;
  font-weight: 700;
  padding-top: 1.8vh;
}

.case-event p{
width: 90%;
margin-top: -4vh;
margin-left: 2vw;
text-align: start;
}

.case-event p::first-letter{
  text-transform: uppercase;
}


.right-don p{
  line-height: 3vh;
}

.pattes-don{
  display: none;
}

.button-cirfa{
  margin: auto;
  margin-bottom: 2vh;
}

.button-cirfa a {
  font-size: 3vh;
}

.header-fin{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin: 0;
}

/*INDEX MOBILE*/

.header-element{
  font-family: 'Amatic SC', cursive;
    font-size: 3vh;
    font-weight: bolder;
    color: #574030;
    text-align: center;
    line-height: 4vh;
}

.header-element b{
  font-size: 5vh;
}

.contain-element .pres-int{
  width: 90%;
  margin: auto;
  text-align: center;
  height: auto;
}

.desc-left{
  width: 90%;
  margin: auto;
}
.desc-left h3{
  text-align: center;
    font-family: 'Amatic SC', cursive;
    font-size: 4vh;
    font-weight: 700;
    color: #574030;
}
.desc-left p{
  text-align: center;
  width: 100%;
  overflow-wrap: break-word;
}

/*PAGE LOGIN ET ADMIN MOBILE*/

.form-login-fieldset legend{
  color: #EA9D59;
  font-family: 'Amatic SC', cursive;
  font-size: 5vh;
  font-weight: 700;
  line-height: 4vh;
}
.form-login-fieldset{
  background-color: #a26c4814;
  border-radius: 0.8vw;
  width: 90%;
  margin: 10px auto;
}

.admin-titre{
  margin-left: 5%;
}

.form-login label{
  display: block;
}
.form-login input{
  display: block;
}
.form-login input[type="radio"]+label,
.form-login input[type="checkbox"]+label,
.form-login input[type="radio"],
.form-login input[type="checkbox"]{
  display: inline;
}

.form-login section{
  margin: 10px 0px;
}

.form-login .login-ligne{
  flex: 1 0 100%;
}

.connexion-login{
  width: 50%;
  max-width: 600px;
  margin: 10px auto;
}

.admin-nav ul{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  padding-left: 5%;
}
.admin-nav ul li{
  list-style-type: none;
  background-color: #D79A64;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 25%);
  border-radius: 0.2vw;
  padding: 1vh 0.5vw;
  margin: 5px 0px;
}
.admin-nav ul li:hover{
  background-color: #A26C48;
}
.admin-nav ul li a{
  text-decoration: none;
  justify-content: center;
  color: white;
  font-size: 1.2em;
}
.form-login input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.form-login .admin_area{
  min-width:50%;
}
.form-login textarea:not([class="admin_area"]){
  min-width: 95%;
  min-height: 15vh;
  border: 0.08vw solid #5740304b;
}

/* selectionner les boutons */

.form-login input[type="submit"]{
  background-color: #D79A64;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  height: 4vh;
  width: auto;
  margin: 0.5vw;
  margin-left: 2%;
  padding-right: 1vw;
  padding-left: 1vw;
  font-weight: 400;
  font-size: larger;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 25%);
}

.form-login input[type="submit"]:hover{
  background-color: #A26C48;
}

/*PAGE FA, BENEVOLE, PARRAIN MOBILE*/
.contain-fa{
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100vw;
  margin-top: 0vh;
  margin-bottom: 2vh;
}

.contain-fa > h1{
  text-align: center;
  margin-bottom: 4vh;
  font-size: 5vh;
}

.ban-contain-fa{
  width: 100vw;
  margin: auto;
  
  box-shadow: 0px 4px 8px 0px rgba(28, 28, 28, 0.25);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(46, 45, 45, 0.25);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25);

}

.caroussel-slider{
  display: none;
}
.button-fa-mobile{
  margin-top: 5vh;
  margin-bottom: 0vh;
}
.button-fa-mobile a{
  padding: 2vw;
}

.ban-contain-fa p{
  width: 90vw;
  margin: auto;
  margin-bottom: 2vh;
}
.img-fa{
  width: 100vw;
  height: 75vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ban-contain-fa h2{
  text-align: center;
}

.contain-faq-fa{
  width: 92vw;
  margin: auto;
  margin-bottom: 5vh;
}

.contain-faq-fa h2{
  
  color: #EA9D59;
  text-align: start;
  margin-top: 6vh;
  font-size: 2.5vh;
}

#ml{
  color: #EA9D59;
  text-align: start;
  font-size: 3vh;

  font-family: 'Mitr', sans-serif;

}

#ml:first-of-type{
  margin-top: 0vh;
}

.contain-faq-fa ul{

  width: 80vw;
  margin: auto;
  line-height: 3vh;
  background-color: #a26c483b;
  border-radius: 2vw;

}

.contain-faq-fa ul li ul{
  background-color: transparent;
  width: 70vw;
}

.contain-faq-fa ul li{
  padding:1.5vh 0.5vw;
}
.form-contact{
  border: none;
  width: 100vw;
  background-color: #a26c4814;
  border-radius: 0.8vw;
}

.form-contact h2:not(:first-of-type){
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  font-size: 4vh;
  color: #EA9D59;
}

.form-contact h2:first-of-type{
  
  color: #EA9D59;
  width: 90vw;
  text-align: center;

}


.mess-fa{
  width: 90%;
  border-radius: 0.2vw;
  min-height: 15vh;
  border: 0.08vw solid #5740304b;
 
}

.items-form{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60vh;
}
.item-form{
  display: flex;
  flex-direction: column;
  flex: 0 1 90%;
  height: 2vh;
  max-width: 90%;
}



.item-form input, .item-form select{
  border: 0.08vw solid #5740304b;
  height: 5vh;
}

.form-contact .button-submit{
 float: right;
 margin-right: 10vw;
 margin-top: 1vh;
 
}

.contain-faq-fa:last-of-type  h2{
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  font-size: 6vh;
  text-align: center;
}

.gallery-fa{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.item-gallery-fa{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  height: 50vw;
  margin: auto;
}
#item-index{
  background-size: contain;
  background-repeat: no-repeat;
}
.row1, .row2{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.row2 .item-gallery-fa:first-of-type{
  margin-bottom: 1vh;
}


.row3{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.avis-desc{
  display: none;
}

.avis-desc-mobile{
  margin:auto;
  background-color: #FAEDCD;
  width: 80vw;
  height: 20%;
  border-radius: 2vw;
  margin-top: 2vh;
  margin-bottom: 5vh;
  padding: 0vh 1vw;

}


.avis-desc, .avis-desc-mobile p{
  text-align: center;
}


.avis-desc-mobile p b{
  font-style: italic;
  margin-left: 70%;
}

.avis-desc-mobile p.nom-part{
  font-size: 4vh;
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  font-style: normal;
  line-height: 3vh;
  margin-left: 0%;
  color: #D79A64;
}


.contain-faq-fa .pattes{
  display: none;
}

/*PAGE D'ERREUR MOBILE*/
.contain-erreur{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80vw;
  margin: auto;
  margin-top: 2vh;
  background-color: #caf0f87d;
  border-radius: 2vw;
}

.contain-erreur img{
  width: 40vw; 
  margin-left:40%;
}

/*VERSION TABLETTE*/

@media screen and (min-width:540px) {

/*UTILITAIRES*/

.button-aider{
  height: 9vh;
  border-radius: 4vw;
}

.button-aider svg{
  margin-right: 0.5vw;
  margin-left: 0.5vw;
  height: 3vh;
}

.button-aider a{
  font-size: 2.5vh;
}



/*Header + menu hamburger*/

.logo {
  top: auto;
  width: 9.5vw;
  height: 9.5vw;
}

.li-account{
  top: auto;
  
  right: 10.2vw;
  height: 4vh;
  width: 5vw;
  
}

.nav-container .checkbox {
position: absolute;
display: block;
height: 8.2vw;
width: 6vw;
top: 2vh;
right: 0.6vw;
z-index: 5;
opacity: 0;
cursor: pointer;
}

.nav-container{
  height: 10vw;
}
.nav-container .hamburger-lines {
height: 3vh;
width: 4vw;
right: 0.2vw;
top: auto;
}

#nav-tel .menu-items{top: 10vw;}

#nav-tel .menu-items li {
margin-left: 2.8rem;
text-align: start;
margin-top: 3vh;

}


.menu-items ul{
  margin-top: -5vh;
}

#nav-tel .menu-items li a {
  
font-size: 1.5rem;
}


.nav-container .hamburger-lines .line {

width: 6vw;

}

#nav-tel .nav-container li ul li a{
  color: #574030;
  font-size: 1.3rem;
}

#nav-tel .nav-container li ul li:last-of-type{
  margin-bottom: 3vh;
}
#nav-tel .nav-container li ul li:first-of-type{
  margin-top: 6vh;
}
.sub-menu-mobile{

  line-height: 1vh;
  margin-left: -5vh;

}

/*PAGE AIDER TABLETTE*/

.img-aider{
  height: 50vh;
}

/*PAGE ADOPTER TABLETTE*/
.Button-filtre{
height: 5vh;
}

.header-animal{
  height: 6vh;
}
.case-animal{
  margin-top: 5vh;
}

.icon-advert{width: 5vw; margin-left: 1vw;}


.header-animal h2{
  font-size: 3.6vh;
}
.s-adopt{
  font-size: 3vh;
}


.incomp-adopter{
  margin-top: 23vw;
}


/*PAGE DON TABLETTE*/

.header-don h1{
  font-size: 5.5vh;
  line-height: 5vh;
  
}

.contain-don h2, .contain-don h2 b{
  font-size: 4.8vh;
  margin: none;
}

.contain-don{
  justify-content: center;
}

.elem-don{
  width: 100vw;
}

.elem-don:first-of-type{
  margin-top: 4vh;
}

/*PAGE SIGNALER TABLETTE*/
.img-sig-mobile{
  height: 31vh;
}
.contain-signaler > h1{
  font-size: 5vh;
  
}

}

/*VERSION ORDINATEUR*/




@media screen and (min-width: 950px){

/*UTILITAIRES PC*/

/*Form envoi*/

.form-envoye{
  height: 30vh;
  width: 50vw;
  margin-left: 25vw;
  margin-top: 10vh;
}
/*Bouton back to top*/

#button-top {
  display: inline-block;
  visibility: visible;
  position: fixed;
  bottom: 2vw;
  right: 2.3vw;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #D79A64;
  color: white;
  cursor: pointer;
  padding: 1vw;
  border-radius: 50%;
}

#button-top:hover{
  background-color: #A26C48;
}

.button-top.show{
  visibility: visible;
}

/*Boutons oranges avec titre Amatic*/

.button-orange{
  background-color: #EA9D59;
  border: none;
  border-radius: 10px;
  height: 8vh;
  width:auto;
  padding-right: 1vw;
  padding-left: 1vw;
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  
  font-size: larger;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
}

.button-orange a, .button-brown a{
  text-decoration: none;
  color: #f0f9ff;
}
.button-orange:hover, .button-brown:hover{
  background-color: #A26C48;
}

.button-brown{
  background-color:#574030;
  border: none;
  border-radius: 10px;
  height: 8vh;
  width: 10vw;
  padding-right: 1vw;
  padding-left: 1vw;
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  font-size: larger;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
}



/*Button arrondi*/
.button-aider{
  float: right;
  background-color: #D79A64;
  height: 8vh;
  width: auto;
  padding: 1.5vw;
  border: none;
  border-radius: 2.3vw;
  display: flex;
  align-items: center;
  margin-top: 2vh;
  z-index: 100;
}

.button-aider svg{
  margin-right: 1.5vw;
  height: 3vh;
}

.button-aider a{
  margin-left: -0.5vw;
  margin-right: 0.5vw;
  width: 95%;
  color: #f0f9ff;
  text-decoration: none;
}

.button-aider:hover{
  background-color: #A26C48;
}

/*SVG Pattes*/

.pattes{
  position: relative;
  display: block;
  left: -13vw;
  top: -12vh;
  height: 25vh;
  z-index: -1;

}

.patte{position: absolute;height: 25vh;}

.patte:first-of-type{
 left: 4vw;
 transform: none;
 top: 0vh;
}

.patte:nth-of-type(3){
  left: 5vw;
  top: 8vh;
}
.patte:nth-of-type(2){
  left: 10vw;
  top: 5vh;
  transform: none;
}

.patte:nth-of-type(4){
  left: 10vw;
  transform: none;
  top: 13vh;
}

.patte:nth-of-type(6){
  left: 0vw;
  top: 3.5vh;
  
}

.patte:nth-of-type(5){
  left: 15vw;
  transform: none;
  top: 10vh;
}

#nav-tel{
  display: none;
}

/*STYLE POUR FOOTER*/

.container-footer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  width: 77vw;
}

.item{
  margin-top: 0;
}

.icon-rs-footer{
  height: 3vw;
  width: 3vw;}

/*STYLE POUR HEADER PC*/


#nav{
width: 100vw;
position: relative;
background-color: rgb(255, 252, 252);
display: flex;
align-items: center;
  height: 6vw;
  margin: 0;
  padding:0 ;
  z-index: 99;

}

.ul-nav {
  
  width: 100%;
  margin: 0;
  font-weight: bolder;
  padding: 0;
  background-color: rgb(255, 252, 252);
  height: 8.75vh;
  position: absolute;

}


.li-nav{
  
  margin-top: 1.5vh;
  width: 10.6vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: left;
  list-style-type: none;
  border-radius: 0.2vw;
  z-index: 0;
  
}

.sub-menu{
  margin: 0;
  padding: 0; list-style: none;
  height: 0;
  width: 10.5vw;
  transform: scale(0);
  transform-origin: top center;
  transition: all 500ms ease-in-out;
 
}

.sub-menu li{
  float: none;
  width: 100%;
  text-align: left;
  padding: 0;
  display: none;
}


.li-logo{
  background-image: url('./img/assets/logo_crapule.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
margin-top: 0;
  margin-right: 16.8vw;
  margin-left: 2vw;
  height: 5vw;
  width: 5vw;
}

.li-logo a span, .li-account a span{
display: none;
}

.li-nav a {

  display: block;
  color: #574030;
  text-align: center;
  padding: 1.75vh 1.25vw;
  text-decoration: none;
}


.li-boutique a{
  color: #D79A64;
}

.li-boutique{
  margin-left: 10.5vw;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}



/*GESTION DES HOVER*/

.li-nav:hover .sub-menu{
  z-index: 1;
  background-color: white;
  -webkit-box-shadow: 1px 8px 20px -16px rgba(66, 68, 90, 1);
  -moz-box-shadow: 1px 8px 20px -16px rgba(66, 68, 90, 1);
  box-shadow: 1px 8px 20px -16px rgba(66, 68, 90, 1);
  border-left: 2px solid #D79A64;
  color: #574030;
  height: auto;
  
}

.li-nav:hover .sub-menu li{
  display: block;
}

.sub-menu li:hover{
  border-left: 2px solid #D79A64;
}


.li-nav a:hover {
  transform: translateY(-0.25em);
  border-top-left-radius: 0;
}

.li-nav :hover{
  border-top-left-radius: 0;
 color: #A26C48;
}


.li-boutique a:hover{
  color: #A26C48;
}

.li-logo a:hover{

  background-color: transparent;
  box-shadow: none;
}

.ul-nav > li:hover .sub-menu li {
  transform: scale(1);
}
.ul-nav > li:hover .sub-menu {
  transform: scale(1);
}

/*GESTION CLASSE ACTIVE*/
.li-nav.active{
  background-color: #D79A64;
  
}

.li-nav.active a{
  color: white;
}

.li-nav.active .sub-menu{
  height: 0;
}

.li-nav.active .sub-menu li a {
  color: #574030;
}

.li-nav.active .sub-menu li{
  
  background-color: white;
  border-left: 2px solid #D79A64;
  
}

.li-nav.active .sub-menu li:hover{
  border-left: 4px solid #D79A64;
}

.li-nav.li-nav.active .sub-menu li:last-of-type{
  -webkit-box-shadow: 1px 8px 20px -16px rgba(66, 68, 90, 1);
  -moz-box-shadow: 1px 8px 20px -16px rgba(66, 68, 90, 1);
  box-shadow: 1px 8px 20px -16px rgba(66, 68, 90, 1);
}


/*INDEX PC*/

.contain-index{
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 66vw;
  margin-top: 3vh;
  margin-bottom: 5vh;
}

.element-index{

  display: flex;
  flex-direction: column;
  margin-top: 8vh;
  width: 66vw;
 border-top: 3px solid #CAF0F8;
  text-align: start;
}

.header-element{
  
  font-family: 'Amatic SC', cursive;
    font-size: 3vh;
    font-weight: bolder;
    color: #574030;
    text-align: center;
}

.header-element b{
  font-size: 5vh;
}

.contain-element{
  display: flex;
  justify-content: space-between;
}

.video-responsive { 

  padding-bottom:25%; 
  position:relative; 
  height: auto;
  width: 40%;
  }
  
  .video-responsive iframe {
  left:0; 
  top:0; 
  height:100%;
  width:100%;
  position:absolute;
  }

.contain-element .pres-int{
  width: 55%;
  text-align: start;
  margin-top: 0;
  height: auto;
}
.contain-element .event-don{
  width: 45%;
}

.case-event:last-of-type{
  margin-bottom: 2vh;
}

.desc-left{
  width: 50%;
  margin-top: 0;
}
.desc-left h3{
  text-align: center;
    font-family: 'Amatic SC', cursive;
    font-size: 4vh;
    font-weight: 700;
    color: #574030;
}
.desc-left p{
  text-align: center;
  width: 100%;
  overflow-wrap: break-word;
}


/* PAGE NOUS AIDER PC*/ 


.contain-aider{
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 66vw;
  margin-top: 3vh;
  margin-bottom: 0vh;
}

.ban-contain-aider{
  display: flex;
}
.ban-contain-aider img{
  width: 25vw;
  height: 18vw;
  border-radius: 5%;
}

.ban-contain-aider div h1{

  margin:auto;
  font-weight: 700;
  width: auto;
  margin-left: 12vw;

}
.ban-contain-aider-pc div:first-of-type{
  margin: auto;
  font-weight: 400;
  width: 90%;
  text-align: start;
}


.Button-don-div{
  display: flex;
  justify-content: space-between;
  width: 22vw;
  margin:auto;
  margin-top: 4vh;
}

.button-don-div .button-orange{
  width: 10vw;
}

.button-don-div .button-orange a{
  width: 9.5vw;
}
.element-aider{
  box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.25);
  display: flex;
  margin-top: 8vh;
 
  text-align: start;
}

.element-aider:nth-child(even){
  background-color: transparent;
}
.element-aider img{
  width: 15vw;
  margin: 3vw;
  height: 15vw;
  border-radius: 5%;
}

.img-aider{
  
  min-width: 15vw;
  max-width: 15vw;
  margin: 3vw;
  height: 15vw;
  border-radius: 5%;

}

.img-benevole{order: 2;}
.element-aider div{
  
  font-weight: lighter;
}

.element-div-right div{
  margin-right: 3vw;
}

.element-div-left{
  display: flex;
}
.element-div-left div:not(.img-benevole){
  margin-left: 3vw;
  
}
.element-aider div h2{
  font-weight: 400;
  margin-top: 3vw;
}



/*STYLE PAGE SIGNALER PC*/
.contain-signaler{
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 66vw;
  margin-top: 2vh;
  margin-bottom: 0vh;
}

.ban-contain-signaler{
  display: flex;
}
.img-signaler{
  display: block;
  min-width: 25vw;
  max-width: 25vw;
  height: 25vw;
  border-radius: 0.8vw;
}

.img-sig-mobile{
  display: none;
}
.ban-contain-signaler-pc div{
  margin: auto;
  margin-top: -4.5vh;
  font-weight: 400;
  line-height: 3.5vh;
  width: 80%;
  text-align: start;
}

.button-signaler{
 padding-top: 10vh;
  display: flex;
  justify-content: center;
  
}



.button-signaler button .b-grand{
  font-size: 4vh;
}

.contain-signaler > h1{
  text-align: center;
  margin-bottom: 5vh;
  font-weight: 700;
  font-size: 5.5vh;
  
}



/*PAGE FICHE ANIMAL PC*/

.contain-fiche-animal{
  width: 80%;
  display: flex;
  flex-direction: row;
  margin-left: 5vw;
  padding-top: 5vh;
  margin-bottom: 2vh;
  justify-content: space-between;
}

.img-fiche-pc{
  display: block;
}

.img-fiche-mobile{
  display: none;
}
.caracteristiques-animal{
  margin-left: 2vw;
  width: 18vw;
}
.contain-fiche-animal h2{
    font-family: 'Amatic SC', cursive;
    font-size: 5vh;
    color: #574030;
}

h2 b{
  font-size: 3.5vh;
}

.img-fiche-animal{
  width: 25vw;
  height: 25vw;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  background-image: none;
  border-radius: 5%;
}

.buttons-fiche-animal{
  width: 45vw;
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-left: 40vw;
  margin-bottom: 5vh;
}

.buttons-fiche-animal .button-aider:first-of-type{
  background-color: #457B9D;
}
.buttons-fiche-animal .button-aider a{
  text-transform: uppercase;
  margin: 0;
}
.buttons-fiche-animal .button-aider{
  max-width: auto;
  padding: auto;
}

.buttons-fiche-animal .button-aider:first-of-type:hover{
  background-color: #A26C48;
}

.avertissement-animal{
  display: inline-block;
  color: #574030;
  padding: 2vh;
  background-color: #FAEDCD;
  border-radius: 2.5vw;
  margin-left: 0vw;
  margin-right: 0vw;
  max-width: 30vw;
  overflow-wrap: break-word;
  max-height: 8vh;
  overflow:hidden;
  overflow-y: auto;
}

.avertissement-animal svg{
  float: left;
  margin-right: 0.5vw;
  fill: #A26C48;
  height:2vh;
  display: block;
  width:2vh;
}

.sexe-animal{
  float: right;
  font-size: 4vh;
}


.presentation-animal p:first-of-type{
  height: 25vh;
  max-width: 30vw;
  overflow-y: auto;
  overflow-wrap: break-word;

}

.incomp-pas-mob{
  width: 12vw;
  display: flex;
  justify-content: start;
  margin-left: 0;
}
.incomp-pas-mob img{
  margin-inline: 0.8vw;
  width: 3.9vw;
}

.incomp-pas-mob img:hover{
  opacity: 0.8;
}
.pattes-fiche{
  transform: rotate(25deg);
  margin-right: 18vw;
  margin-top: -62vh;
  display: block;
  float: right;
  height: 25vh;
  z-index: -1;

}

.pattes-fiche .patte{position: absolute;height: auto;transform: rotate(-10deg);z-index: -1;}
.pattes-fiche .patte:nth-of-type(1){top:1vh;left: 5vw;}
.pattes-fiche .patte:nth-of-type(3){top:9.5vh;}
.pattes-fiche .patte:nth-of-type(4){top:14vh;left:10vw;}


/*PAGE DON PC*/


.contain-don{
  display: flex;
  flex-direction: row;
  align-items: normal;
  margin: auto;
  width: 90vw;
  margin-top: 2vh;
  margin-bottom: 5vh;

}

.header-don{
  margin-top: -2.5vh;
  background-image: url('./img/assets/ban.png');
  background-position: center;
  background-size: contain;
  width: 100vw;
  text-align: center;
 
}

.header-don h1{
  padding-top: 2vh;
}
.header-don p{
  padding-bottom: 2.5vh;
  width: 40vw;
  margin: auto;
}

.elem-don{
  width: 41vw;
  height: auto;
  text-align: start;
}



.elem-don:first-of-type{
  padding-right: 4.9vw;
  order: inherit;
  
}

.elem-don:last-of-type{
  margin-top: 0;
  margin-left: 5vw;
}


.contain-don .ligne{
  display: block;
}

.header-sub-don{
  width: 40vw;
  text-align: center;
}

.header-sub-don h2{
    font-family: 'Amatic SC', cursive;
    font-size: 5vh;
    margin-top: 2vh;
}

.header-sub-don h2 b{
  font-size: 5vh;
}
.event-don{
  padding-top: 1vh;
  width: 100%;
}

.case-event{
  color: #574030;
  background-color: #d79a644d; 
  border-radius: 0.8vw;
  text-align: center;
  padding-bottom: 0.5vh;
  
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
}

.case-event h3{
  font-family: 'Amatic SC', cursive;
  font-size: 4vh;
  font-weight: 700;
  padding-top: 1.8vh;
}

.case-event p{
width: 90%;
margin-top: -4vh;
margin-left: 2vw;
text-align: start;
}

.case-event p::first-letter{
  text-transform: uppercase;
}

.rect-don{
  height: 100em;
}

.img-don-mat{
  width: 15vw;
  height: 15vw;
  background-position: center;
  background-size: cover;
  float: left;
  border-radius: 1vw;
  margin-right: 2vw;
}

.right-don p{
  line-height: 3vh;
}

.pattes-don{
  position: relative;
  display: block;
  left: 18vw;
  top: 32vh;
  height: 25vh;
  z-index: -1;
  transform: rotate(110deg);

}

.pattes-don .patte{
  transform: rotate(-20deg);
}


.button-cirfa{
  margin: auto;
  margin-bottom: 2vh;
}

.button-cirfa a {
  font-size: 3vh;
}

.header-fin{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
.pattes-fin .patte:nth-of-type(3){top: 8vh;}


/*PAGE ADOPTER PC*/

.content-adopter{
  display: flex;
  margin-bottom: 8vh;
}

.adopter-filtre{
  margin-left: 2vw;
  top: 9.5vh;
  width: 10vw;
  position: relative;
  display: block;
}

.Button-filtre{
  display: none;
}

.close-filtre{
  display: none;
}

.background{
  display: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.adopter-filtre fieldset:first-of-type{
  background-color: #D79A64;
  color: white;
  border-radius: 0.8vw;
}
.adopter-filtre fieldset:last-of-type, .adopter-filtre fieldset:nth-child(2){
  background-color: #D79A64;
  color: white;
  margin-top: -1vh;
  border-radius: 0.8vw;
}

.adopter-filtre fieldset:last-of-type legend{
  padding-top: 7vh;
  font-size: 2.4vh;
  
}

.adopter-filtre fieldset:last-of-type{
  margin-top: -3vh;
}

.adopter-filtre fieldset:last-of-type input[type='text']{
  width: 100%;
}

.adopter-filtre .button-submit{
  float: right;
  font-size: smaller;
}

.adopter-filtre fieldset{
  border: none;
}

.adopter-filtre input[type="radio"]{

  position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 9vw;
    height: 4vh;
}



.adopter-filtre input[type="radio"]:first-of-type + label{
  margin-top: 2vh;
}

.adopter-filtre input[type="radio"]:first-of-type{
  margin-top: 2vh;
}
.adopter-filtre legend{
  margin: auto;
  font-size: 3vh;
  padding-top: 5vh;
}
.adopter-filtre input[type="radio"] + label{
  font-size: 2.5vh;

  margin-bottom: -0.4vh;
  padding-right: 1.5vw;
  border-radius: 0.8vw;
  display: flex;
  align-items: center;
  height: 5vh;
  
}

.adopter-filtre input[type="radio"] + label:first-of-type img{
  width: 1.5vw;
  margin-right: 1.1vw;
}

.adopter-filtre input[type="radio"] + label img{
  width: 1.8vw;
  height: auto;
  margin-right: 0.8vw;
  margin-left: 0.4vw;
  
}
.adopter-filtre input[type="radio"]:hover +label{
  background-color: #d9d9d93e;
}

.adopter-filtre input[type="radio"]:checked + label{
  background-color: #d9d9d93e;
}

.adopter-filtre input[type="checkbox"]:first-of-type{
  margin-top: 2vh;
}
.adopter-filtre input[type="submit"]{
  opacity: 1;
  position: relative;
}

.adopter-filtre input[type="checkbox"] + label{
  margin-left: 0.8vw;
}

.gallery-adopter{
 margin: auto;
  display: grid;
  width: 70vw;
  grid-template-columns: auto auto auto auto;
  gap: 2vw;
  margin-top: 0;
  
}

.header-gallery{
  grid-column-start: 1;
  grid-column-end: 5;
  text-align: center;
  width: 75vw;
}

.header-gallery h2{
  font-family: 'Amatic SC', cursive;
  font-size: 5vh;
  margin-bottom: -2vh;
}


.case-animal{
  background-repeat: no-repeat;
  background-size:cover; 
  background-position: center;
  width:15.7vw;
  height:15.7vw;
  border-radius: 0.8vw;
  transition: transform 0.5s;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
}


.header-animal{
  width: 100%;
  height: 5vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s-adopt{
  font-size: 4vh;
  margin-right: 1vw;
}
.icon-advert{width: 1.8vw;margin-right: 0;}

.icon-advert:hover{opacity: 0.8;}
.header-animal h2{
    font-size: 4vh;
}


.case-animal:hover{
  transform: scale(1.15);
}
.incomp-adopter{
  width: 9vw;
  margin-right: 0;
  float: right;
  justify-content: end;
  margin-top: 10vw;
}


.incomp-adopter img{
  margin-inline: 0;
  max-width: 3vw;
}

input[type="checkbox"] {
  accent-color: #574030;
}

/* PAGE LOGIN ET ADMIN PC */

.form-login{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.form-login section{
  flex: 0 0 50%;
}

/*PAGE FA,BENEVOLE,PARRAIN PC*/
.contain-fa{
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100vw;
  margin-top: 0vh;
  margin-bottom: 2vh;
}

.contain-fa > h1{
  text-align: center;
  margin-bottom: 4vh;
  font-size: 5vh;
}

.ban-contain-fa{
  width: 80vw;
  margin: auto;
  box-shadow: none;

}

.ban-contain-fa p{
  width: 50vw;
  float: right;
  margin-bottom: 0;
  margin-left: 5vw;

}
.img-fa{
  float: left;
  width: 25vw;
  height: 25vw;
  border-radius: 2vw;
}

.button-fa-mobile{
  display: none;
}
.ban-contain-fa h2{
  text-align: start;
  float: left;
  margin-left: 5vw;
}

.contain-faq-fa{
  width: 50vw;
  margin: auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

#ml:first-of-type{
  margin-top: -3vh;
}
.contain-faq-fa h2{
  color: #EA9D59;
  text-align: start;
  margin-top: 6vh;
  font-size: 2.5vh;
}

.contain-faq-fa ul{
  margin: auto;
  width: 50vw;
  line-height: 4vh;
  background-color: #a26c483b;
  border-radius: 0.8vw;
}

.form-contact{
  border: none;
  width: 60vw;
  margin: auto;
  background-color: #a26c4814;
  border-radius: 0.8vw;
}

.form-contact h2:not(:first-of-type){
  font-family: 'Amatic SC', cursive;
  font-size: 4vh;
  color: #EA9D59;
}

.form-contact h2:first-of-type{
  color: #EA9D59;
  width: auto;
  text-align: center;
}

.mess-fa{
  width: 100%;
  border-radius: 0.2vw;
  min-height: 15vh;
  border: 0.08vw solid #5740304b;
 
}

.items-form{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 20vh;
}
.item-form{
  display: flex;
  flex-direction: column;
  flex: 0 1 30%;
  max-width: 30%;
}

.item-form input, .item-form select{
  border: 0.08vw solid #5740304b;
}

.form-contact .button-submit{
 float: right;
 margin-right: 0;
}

.contain-faq-fa:last-of-type  h2{
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  font-size: 8vh;
  text-align: center;
}


.next svg{
  margin-left: -2vw;
}


.caroussel-slider{
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 50vh;

  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);

}
.slider-single{
  width: 100%;
  height: 100%;
  display: flex;
}

.prev,.next{
  position: absolute;
  top: 50%;
  width: 3%;
  height: 5vh;
  border: none;
  background-color: transparent;
  cursor: pointer;
}


.item-fa{

width: 50%;
background-size: cover;
background-position: center;
height: 100%;
}

.avis-desc-caroussel{
  width: 50%;
  height: 100%;
  text-align: center;
  font-size: 2vh;
  display: flex;
}

.avis-desc-caroussel p{
  padding: 1vh 1.5vw;
  background-color: #f0f9ff73;
  line-height: 3vh;
  width: 80%;
  margin: auto;
  margin-top: 5vh;
  border-radius: 0.8vw;
  box-shadow: 0 1px 2px 0px #57403050;
}



.avis-desc-caroussel p b{
  float: right;
}
.bullet-contain{
  width: 10vw;
  margin-left: 40%;
  display: flex;
  justify-content:space-between;
  align-items: center;
  position: absolute;
  height: 20px;
  margin-top: -5vh;
}
.bullet{
  height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #EA9D59;
    opacity: 0.5;
}

.bullet-active{
  opacity: 1;
  background-color: #EA9D59;
}

.next{
  float: right;
  margin-left: 97%;
}

/*PAGE D'ERREUR PC*/
.contain-erreur{
  width: 50vw;
}

.contain-erreur img{
  width: 12vw; 

}

/*PAGE CONTACT PC*/

.contain-contact{

  flex-direction: row;
  margin: auto;
  width: 70vw;
  margin-top: 2vh;
  margin-bottom: 0vh;
}

.contain-contact .ban-contain-signaler{
  width: 30vw;
}
.ban-contain-signaler-pc .contact-rs{
  width: 40vw;
  text-align: center;
}
.contact-rs h2{
  margin-top: 2vh;
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  font-size: 5vh;
}

.icon-rs-contact{
  height: 8vw;
  width: 8vw;}

  .icon-monnaie{
    height: 6vw;
    width: 6vw;
  }

  /*INDEX PC*/
.gallery-fa{
  display: none;
}
  #partenaires{
    display: flex;
    flex-direction: column;
  }
  
  .avis-desc p .nom-part{
    font-size: 3vh;
    color: #D79A64;
    font-family: 'Amatic SC', cursive;
    margin-top: 5vh;
    font-weight: 700;
    line-height: 3vh;
    float: none !important;
  }
  .avis-desc p{
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
  }
  
  #item-index .avis-desc{
    text-align: center;
    width: 90%;
    margin: auto;
    font-size: 1.3vh;
    line-height: 1.5vh;
    margin-top: 15%;
  }
  .item-gallery-fa{
    width: 15vw;
    height: 15vw;
    transition: transform 0.5s ease-in-out;
  }
  
  .item-gallery-fa:hover .avis-desc{
    display: block;
    background-color: #FAEDCD;
    color: #574030;
    border-radius: 0.8vw;
    font-size: smaller;
  }
  .item-gallery-fa:hover{
    transform: scale(1.5);
  }
  .avis-desc-mobile{
    display: none;
  }
  
  .row1, .row2, .row3{
    flex-direction: row;
  }
  
}


