@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');

body {
  font-family: 'Assistant', sans-serif;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {

  list-style-type: none;
}

header nav {
  overflow: hidden;
  background-color: #fcfdfdde;
  box-shadow: -7px -2px 15px 3px;
  position: fixed;
  width: 100%;
  opacity: 0.9;
  height: 60px;
  z-index: 999;
}
header nav a {
  text-decoration: none;
  color: black;
  font-style: bold;
}

header li {
  float: right;
  font-size: 1.2em;
  list-style-type: none;
  margin: 0 10px 0 0;

}

header li a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 18px 16px;

}

#logo img{ 
  width: 40px;
}

#logo {
  float: left;
}

#imagechataccueil {
  padding-top: 60px;
  background: url(./SRC/image_principale_mon_chat_perd_ses_poils_\ .webp) no-repeat fixed 50% 50%;
  background-size: cover;
  height: 450px;


}

h1 {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 2.5em;
  margin-top: 10%;
  margin-left: 20px;
  margin-right: 20px;
  text-shadow: -3px -3px 2px rgb(61 45 15);
}

h2 {
  text-align: center;
  color: black;
  text-transform: uppercase;
}


h3 {
  color: black;
}

h4 {
  text-align: justify;

}
p {
  text-align: justify;
  margin: 20px;
}


#main {
  background-color: #fcfdfdde;
  padding: 10px 0px 100px 0;
}

#texteintro {
  padding: 70px 2%;
}

#astuces {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 10%;
}

.blockH2 {
  padding: 70px 0;
}


.imageastuce1 img {
  border-radius: 10px;
  margin: auto;
  padding: 20px;
  width: 300px;
  height: auto;
  float: left;
}

.imageastuce2 img {
  border-radius: 10px;
  margin: auto;
  padding: 20px;
  width: 400px;
  height: 400px;
  float: right;
}

.imageastuce3 img {
  border-radius: 10px;
  margin: auto;
  padding: 20px;
  width: 400px;
  height: 400px;
  float: left;
}

.paragraphe {
  text-align: justify;
  margin: 20px;
}

footer {
  background-color: #524A3A;
  color: #FFFAE1;
  padding: 20px 0 10px 0;
  text-align: center;
}
footer h2 {
  color: #FFFAE1;
}

footer h3 {
  color: #FFFAE1;
  font-style: italic;
}


form {
  margin: 0 auto;
  max-width: 900px;
}

input,
textarea,
button {
  border: none;
  width: 55%;
  padding: 15px 10px;
  margin: 1px 0;
  font-size: 1.2em;
  font-family: 'Advent Pro', sans-serif;

}

textarea {
  height: 120px;
}

button {
  font-size: 1.5em;
  background-color: #FFFAE1;
}

button:hover {
  background-color: #dca299;
  color: #FFFAE1;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

#copyrightEtIcons {
  display: flex;
  margin-bottom: 20px;
  padding: 0 10%;
}

#copyright {
  width: 50%;
  text-align: left;
  color: #FFFAE1;
}

#icons {
  width: 50%;
  text-align: right;
}

#icons a {
  display: inline-block;
  padding: 0 15px;
  font-size: 1.3em;
  color: #FFFAE1;
}

.rejoignez {
  text-align: center;

}