@import './fonts.css';

body {
  justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0;
    background-color: #1D1D1D;
}
/*header */

.wild-logo {
  height: 50px;
}

.burger {
  height: 50px;
  width: auto;
}

.topnav {
  background-color: var(--dark-gray);
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 22px;
  font-family: var(--main-font-family);
  height: 50px;
}

.topnav a:hover {
    background-color: var(--main-wcs-color);
}

.topnav .icon {
  display: none;
} 

/*A propos */
 h1 {
   font-family: 'Stick No Bills', sans-serif;
   font-size: 48px;
   color: white;
   padding-top: 24px;
  height: 145px;
  text-align: center;
  background-image: url("assets/placeholder3.jpeg");
  background-size: 100%;
  }
  
  /*Projet h2 + paragraph */

  .leproject {
    font-family: 'Roboto', sans-serif; 
    margin-left: 70px;
    margin-right: 70px;
    text-align: justify;
    color: white;
    font-size: 19px;
  }

h2 {
  font-family: 'Stick No Bills', sans-serif;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 25px;
  color: white;
  background-color:#6b6b6b;
  padding: 10px;
}

/* Equipe */
h3 {
  padding: 10px;
  font-size:  24px;
  font-family: 'Stick No Bills', sans-serif;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 18px;
  color: white;
  background-color:#6b6b6b;
}

#block1 {
  font-family: var(--main-font-family);
  font-size: 125%;
  color: white;
}
#block2 {
  font-family: var(--main-font-family);
  font-size: 125%;
  color: white;
}
.bloqueuno {
  float: left;
  width: 30.33%;
  padding: 5px;
}

#block1 {
  margin-bottom: 50px;
}

.block1::after {
  content: "";
  clear: both;
display: inline-block;
}

.bloquedos {
  float: left;
  width: 30.33%;
  padding: 5px;
}

.bloque2::after {
  content: "";
  clear: both;
  display: table;
}

img {
  border-radius: 15px;
 transition: transform .2s;

  }

  img:hover {
    transform: scale(1.5);
  }

/*Contact Nous */
h4 {
  width: 100%;
  display: inline-block;
  font-family: 'Stick No Bills', sans-serif;
  text-align: center;
  margin-bottom: 18px;
  font-size:  24px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #6b6b6b;
  color: white;
  padding: 10px;
}

#contact {
font-family: 'Stick No Bills', sans-serif;
font-size: 120%;
font-family: var(--main-font-family);
color: white
}

#emailtext {
  margin-left: 10px;
}

#objettext {
  margin-left: 10px;
}
#messagetext {
  margin-left: 10px;
}

#message {
  font-size: 90%;
  height: 100%;
  line-height: 20px;
}

.form-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
  width: 60%;
  padding: 1rem 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  transition: border 0.15s;
  margin-bottom: 25px;
  margin-left: 60px;
  border-radius: 15px;
  font-family: 'Stick No Bills';
}
.form-group input[type="text"],
.form-group input[type="email"] {
  height: 0.5rem;
}

button {
  font-family: 'Stick No Bills';
  font-size: 100%;
  margin-top: 50px;
  margin-bottom: 110px;
  border-radius: 15px;
  background-color: #F76C6C;
  color: white;
  border: 3px solid grey;

  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
} 

button:after {
  border-radius: 15px;
  content: "";
  background: #f1f1f1;
  display: block;
  position: absolute;
  padding-top: 3%;
  padding-left: 8%;
  margin-left: -7px !important;
  margin-top: -3%;
  opacity: 0;
transition: all 0.8s
}
button:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  position: fixed;
  height: 50px;
  text-align: right;
  color: white;
  width: 100%;
  background-color: black;
}

/* Footer */

footer {
  padding: 5px 25px 5px 5px;
  background-color: var(--dark-gray);
  text-align: right;
  position: fixed;
  bottom: 0;
  width: 100%;
} 

footer a {
  color: white;
  text-decoration: none;
  font-family: var(--second-font-family);
  font-weight: 800;
  padding-right: 20px; /* to fix label offset */
}

footer a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 600px) {
  img {
  border-radius: 50%;
  }
}

 @media screen and (max-width: 800px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    } 
  } 
  
  @media screen and (max-width: 800px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    height: auto;
  }
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    height: auto;
  }
