@font-face {
  font-family: 'Vegan Style';
  src: url('fonts/VeganStylePersonalUse-5Y58.ttf') format('truetype');
}

@font-face {
  font-family: 'Yellowtail';
  src: url('fonts/Yellowtail-Regular.ttf') format('truetype');
}

* {
  margin: 0;
}

a {
  color: #242424;
  text-decoration: none;
}

a:hover, .lien-icone:hover {
  opacity: 0.5;
}

p{
  color: #242424;
}

h1{
  color: #242424;
  font-family: 'Vegan Style';
}

h2{
  color: #242424;
}

#top {
  position: relative;
  top: -1000px; /* position offscreen */
  transition: top 0.5s ease-in-out; /* sliding animation */
}

#mes-animaux{
  position: relative;
  transition: top 0.5s ease-in-out; /* sliding animation */
}

body {
  font-family: 'Manrope', sans-serif;
  font-size: 1em;
  background-color: white;
}

header {
  background-color: #FFFFFF;
  padding: 10px 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

header .logo{
  margin-left: 30px;
  margin-right: 30px;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

nav a {
  margin-left: 10px;
  margin-right: 10px;
}

section{
  background-color: #F8F7F6;
  color: #A2B2BF
}


footer {
  background-color: #FFFFFF;
  padding: 0px 80px;
  padding-bottom: 10px;
  padding-top: 50px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.foreImage{
  width: 100%; 
}

.presentation {
  text-align: center; 
  padding: 70px 250px;
}

.presentation h2 {
  padding-bottom: 20px;
}

.animaux {
  background-color: white;
  padding: 70px 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #A2B2BF;
}

.animaux h2{
  padding-bottom: 70px;
  font-family: 'Vegan Style';
  font-size:300%;
}

.animaux .images_animaux{
  display: flex;
  flex-direction: row;
  font-size:200%;
}

.animaux p{
  font-family: 'Yellowtail';
  padding-top: 10px;
}


.animaux img{
  max-width: 90%;  
  height: auto;
  border-radius: 50%;
  box-sizing: border-box;
  outline: 1px solid #A2B2BF;
}

.animaux a:hover{
  opacity: 0.75;
}

.myself{
  display: flex;
  flex-direction: row;
  background-color: #A2B2BF;
  padding: 70px 100px;
  text-align: justify;
  align-items: center;

}

.myself img{
  border: 25px solid #F8F7F6;
  display: inline-block;
  border-radius: 25%;
}

.myself h2{
  padding-bottom: 40px;
}

.myself p{
  padding-left: 20px;
}

#myselfContent{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.global-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.coordinates {
  flex: 1;
  align-items: center; 
  text-align: center;
  font-size:115%;
}

.logo-footer {
  flex: 1;
  text-align: center;
  align-items: center; 
}

.logo-footer .p{
  padding-top: 40px;
}

.medias-footer {
  flex: 1;
  text-align: center;
  align-items: center; 
}

.medias-footer p{
  padding-bottom: 15px;
  font-size:115%;
}

.medias-footer img{
  padding: 0px 5px;
}

.mention-footer{
  text-align: center;
  align-items: center;
  padding-top: 25px;
}

.animaux-intro{
  padding: 50px 30px;
  text-align: center;
}

.animaux-intro h1{
  padding-bottom: 20px;
}

.animaux-presentation img{
  max-width: 30%;  
  height: auto;
  border-radius: 50%;
  box-sizing: border-box;
}

.animaux-presentation h2{
  padding-bottom: 20px;
  font-family: 'Vegan Style';
  font-size:200%;
}

.stel{
  background-color: #A2B2BF;
  padding: 50px 30px;
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
}

.stel img{
  padding-right: 35px;
}

.ust{
  background-color: #F8F7F6;
  padding: 50px 30px;
  display: flex;
  flex-wrap: row;
  text-align: center;
  align-items: center;
}

.ust img{
  padding-left: 35px;
}

.lap{
  background-color: #AAB9C5;
  padding: 50px 30px;
  display: flex;
  flex-wrap: row;
  text-align: center;
  align-items: center;
}

.lap img{
  padding-right: 35px;
}

.coch{
  background-color: #F8F7F6;
  padding: 50px 30px;
  display: flex;
  flex-wrap: row;
  text-align: center;
  align-items: center;
}

.coch img{
  padding-left: 35px;
}

.bird{
  background-color: #AAB9C5;
  padding: 50px 30px;
  display: flex;
  flex-wrap: row;
  text-align: center;
  align-items: center;
}

.bird img{
  padding-right: 35px;
}


.contact-main{
  display: flex;
  flex-direction: row;
  width: 100%; /* set the container width to 50% */
  margin: 0;
}

.how-to-contact{
  background-color: #AAB9C5;
  text-align: center;
}

.section-contact h2 {
  color: #a5b4fc;
  text-align: center;
  margin-bottom: 50px;
}

form {
  display: flex;
  flex-direction: column;
  margin: auto;
  color: black;
}

.form-nom-email {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.form-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

input,
textarea {
  padding: 15px;
  border-radius: 3px;
  border: none;
}

label {
  margin-bottom: 10px;
}

input[type='submit'] {
  width: 200px;
  margin: auto;
  margin-top: 30px;
}

/* Style de base pour la boîte */
#boite {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

/* Style pour afficher le contenu quand la boîte est déroulée */
#boite.deplie {
  height: auto;
}

.services {
  background-color: #F8F7F6;
  padding: 70px 20px;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  color: #A2B2BF;
}

.TAA, .AAA {
  width: 400px; /* Adjust the width as needed */
  margin: 0px auto; /* Center the boxes on the page */
  border: 10px solid #A2B2BF;
  border-radius: 20px;
  background-color: #A2B2BF;
}

.TAA h1, .AAA h1 {
  padding: 25px;
  text-align: center;
}

.TAA p, .AAA p {
  text-align: justify;
  padding: 10px;
}
.end_of_p{
  padding-bottom: 25px; /* Add some padding inside the boxes if needed */
}

.services2{
  background-color: #F8F7F6;
  padding: 0px 20px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  text-align: justify;
  justify-content: center;
  color: #A2B2BF;
}

.services2 h1{
  font-family: normal;
}

.centered{
  text-align: center;
}

/* Add media query to adjust styles for smaller screen sizes */
@media only screen and (max-width: 1025px) {

  .presentation {
    text-align: center; 
    padding: 70px 20px;
  }

  .myself {
    flex-direction: column;
    padding: 70px 20px;
  }
  
  .myself img {
    margin-bottom: 20px;
  }

  .pattes{
    display : none;
  }
}