@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@1,100&display=swap')
html {
  scroll-behavior: smooth;
}


body {
  font-family: 'Advent Pro', sans-serif;
  padding: 0;
  margin: 0;
}

  padding-top: 30px;
  font-size: 2em;

}
a {
  text-decoration: none;
  color: black;
}
/* ******************* NAVBAR ******************* */
nav {
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  width: 100%;
  opacity: 0.9;
  shape-outside: 1px 2px 3px black;
  color: white;
  box-shadow: 2px 2px 1px black;

}

nav img {
  height: 100px;
  float: left;
  margin-left: 1px;

}
header li {
  float: right;
  font-size: 30px;
}
header li a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px -60px;
  color: black;
  font-family: 'Calibri light';
  line-height: 100px;
  margin-right: 30px;
  min-height: 30px;

}
#logo {
  font-family: 'Kanit', cursive;
  font-weight: bold;
  float: left;
  margin-top: -10px;

}
/* **************** Service ************* */
#Services {
  padding-top: 40px;
  background: url(image-principale2.JPG)  100%;
  background-size: cover ;
  height: 730px;
  opacity: 1;

}
.h1 {
  
  text-align: left;
  color: #0094da;
  font-size: 50px;
  margin-top: 100px;
  margin-left: 90px;
  font-family: kanit;
  animation: text 2s;
}

#Services p {
  font-size: 28px;
  text-align: left;
  margin-left: 40px;
  font-weight: bold;
  font-family: 'Trebuchet MS';
  color: #024464;

}
#Services span {
  color: #0094da;
  font-family: 'Kanit';
}

#Services img  {
  height: 350px;
  float: right;
  margin-right: 20px;
}

@keyframes text {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* **************** Offre ********************** */
#Offre {
 height: auto;
  background-color: white;
}

h2 {
  font-family: 'Kanit';
  color: #0094da;
  font-size: 40px;
  margin-right: 40px;
  text-align: center;
}

#Offre p {
  white-space: normal;
  margin-right: 55px;
  color: #024464;
  font-size: 25px;
  text-align: left;
  font-family: Trebuchet MS;
  margin-left: 600px;
  opacity: 0.9;
}
img {
  height: 500px;
  margin-left: 80px;
  float: left;

}

/* ******************* ETAPE ******************** */
#etape {
  height: auto;
}

h3 {
  text-align: center;
  font-family: Kanit;
  font-size: 60px;
  background: url(étape.jpg);
  height: 700px;
  width: 1423px;

}


/* ******************* FOOTER ******************** */
footer {
  background-color: #edf9ff;
  color: #069466;
  padding: 10px 0 10px 0;
  text-align: center;
}
form {
  margin: 0 auto;
  max-width: 900px;
  color: black;
}
input, textarea, button {
  border: none;
  width: 55%;
  padding: 15px 10px;
  margin: 1px 0;
  font-size: 1.2em;

  font-family: 'Advent Pro', sans-serif;
  border-radius: 10px;
  color: white;
}
textarea {
  height: 140px;

}
h4 {
  margin: 40px;
  color: #069466;
  font-size: 40px;
  text-align: center;
  font-family: Kanit;
}
button {
  font-size: 1.5em;
  background-color: #0094da;
}
button:hover {
  background-color: black;
  color: white;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
#deuxiemeTrait {
  height: 1px;
  width: 75%;
  background-color: #0094da;
  margin: 40px auto;
}
#copyrightEtIcons {
  display: flex;
  margin-bottom: 15px;
  padding: 0 10%;
}
#copyright {
  width: 50%;
  text-align: left;
  color: black;
}
#icons {
  width: 50%;
  text-align: right;
}
#icons a {
  display: inline-block;
  padding: 0 15px;
  font-size: 1.3em;
  color: #black;
}
#icons a:hover {
  transform: scale(1.5);
  transition: 0.1s;
}

#license span {
  font-family: calibri light;
}