@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
}

/*BOUTON*/
.bouton {
  text-decoration: none;
  font-weight: 1000;
  text-transform: uppercase;
  background-color: #f1f1f1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 48px;
  padding-right: 48px;
  display: inline-block;
  border-radius: 600px;
  transition: background-color 1s;
}
.bouton:hover {
  background-color: rgb(32, 173, 58);
}

.bouton2 {
  text-decoration: none;
  font-weight: 1000;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 48px;
  padding-right: 48px;
  display: inline-block;
  border-radius: 600px;
  transition: background-color 1s;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.card {
  display: flex;
  flex-direction: column; /* Pour étirer les enfants sur l'axe secondaire (align-items: stretch) */
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer; /* affiche une main comme icone de souris */
  transition: all 0.5s;
}

.card:hover {
  transform: translateY(-20px);
  background-color: orange;
}

/*----------------------HEADER-------------------------------*/

#section4 {
  list-style-image: url(/Images/Portfolio/alpha76.png);
}

.logo2 {
  /*En recherche active*/
  background-color: green;
  color: lightgreen;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-left: 10px;
  padding-right: 14px;
  border-radius: 14px;
  padding-top: 2px;
  padding-bottom: 5px;
  position: absolute;
  left: 70%;
}

.logo {
  color: black;
  font-weight: 800;
  font-style: italic;
  font-family: "Courier New", Courier, monospace;
  font-size: 100px;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}

#site-header nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 20px;
  padding-bottom: 20px;
  padding-top: 0px;
}

#site-header nav ul a {
  text-decoration: none;
  font-weight: 500;
}

/*header,
#section1,
#section2,
#section3,
#section4,
#section5 {
  background-color: white;
}*/

/*---------------------SECTION------------------------*/

/*SECTION 1*/

#section1 div {
  display: flex;
  justify-content: center;
  gap: 30px;
}

#section img {
  border-radius: 600px;
}

#section1 h1 {
  display: flex;
  justify-content: center;
  font-size: 100px;
  margin-top: 20px;
}

#section1 div h2 {
  display: flex;
  justify-content: center;
}

/*SECTION 2*/

#section2 h1 {
  color: black;
  padding-top: 20px;
  font-size: 100px;
}

#section2 div {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
}

#section2 .hide {
  display: none;
}

#section2 p {
  color: black;
}

#section2 h2 {
  color: black;
}

#section2 h1 {
  display: flex;
  justify-content: center;
}

#section2 div article {
  padding-left: 10px;
  padding-right: 10px;
}

#section2 h2 {
  cursor: pointer;
  margin: 10px;
  color: black;
}

/*SECTION 3*/

#section3 h1 {
  display: flex;
  justify-content: center;
  font-size: 100px;
  margin-top: 20px;
}

#section3 h2 {
  display: flex;
  justify-content: center;
  font-weight: 800;
}

#section3 div h2 {
  padding-bottom: 15px;
}

#section3 div div {
  display: flex;
  align-items: flex-start;
}

#webdev {
  background-color: #e643ae;
  color: white;
  font-family: "Courier New", Courier, monospace;
  width: 30%;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 75px;
}

#marketing {
  background-color: #ffb700;
  color: white;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  width: 30%;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 75px;
}

#design {
  background-color: #2449ff;
  color: white;
  width: 30%;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 75px;
}

/*SECTION 4*/

#section4 h1 {
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 100px;
  padding-top: 20px;
}
#section4 p {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25%;
  margin-right: 25%;
  padding-bottom: 100px;
}

#section4 {
  margin: 50;
}

#section4 div article {
  padding-left: 20px;
  padding-right: 20px;
}

#section4 div {
  display: flex;
  justify-content: center;
}
/*Section5*/

#section5 h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 20px;
}

#section5 div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
  font-size: 100px;
}

/*----------------------Footer--------------------*/

footer {
  display: flex;
  flex-shrink: 0;
  border-top: 1px dashed #000;
  width: 100%;
  background-color: #f1f1f1;
  color: #333;
}

.contenu-footer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 20px;
  padding: 50px 0 100px;
}

.bloc {
  width: 25%;
  margin: 0 30px;
}

.footer-contact h3,
.footer-services h3,
.footer-horraires h3,
.footer-medias h3 {
  font-size: 25px;
  padding-bottom: 20px;
}

.footer-contact p {
  padding: 5px;
}

.liste-services,
.liste-horaires,
.liste-medias {
  list-style-type: none;
}

.liste-services a {
  text-decoration: none;
  color: #333;
}

.list-services a:hover {
  color: rgb(3, 3, 3);
}

footer img {
  width: 20px;
}

/*Médias*/

.liste-medias img {
  width: 40px;
  margin: 10px 10px;
}

.liste-medias a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 25px;
}
