@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;700&display=swap");
a {
  text-decoration: none;
}
a button {
  width: 300px;
  height: 100px;
  box-sizing: border-box;
  padding: 1%;
  font-family: "League Spartan", sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #2DB0B7;
  border: none;
  border-radius: 15px;
}
a button:hover {
  background-color: #3B637D;
  cursor: pointer;
}
@media (max-width: 599px) {
  a button {
    width: 150px;
    height: 50px;
    font-size: 15px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  a button {
    width: 200px;
    height: 75px;
    font-size: 20px;
  }
}

header {
  margin: 0;
  background-color: #2DB0B7;
}
header nav {
  box-sizing: border-box;
  padding: 1% 3%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  header nav {
    padding: 1%;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  header nav {
    padding: 1% 2%;
  }
}
header nav a {
  width: 35%;
}
header nav a div {
  display: flex;
  align-items: center;
}
header nav a div img {
  width: 85px;
  height: 85px;
  margin-right: 3%;
}
@media (max-width: 599px) {
  header nav a div img {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  header nav a div img {
    width: 50px;
    height: 50px;
  }
}
header nav a div p {
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 35px;
}
@media (max-width: 599px) {
  header nav a div p {
    font-size: 15px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  header nav a div p {
    font-size: 20px;
  }
}
header nav ul {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 599px) {
  header nav ul {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  header nav ul {
    width: 50%;
  }
}
header nav ul li {
  margin-left: 2%;
  display: inline-block;
}
header nav ul li a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 599px) {
  header nav ul li a {
    font-size: 10px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  header nav ul li a {
    font-size: 15px;
  }
}
header nav ul li a:hover, header nav ul li a.active {
  color: #3B637D;
  text-decoration: underline;
}

footer {
  margin-top: auto;
  background-color: #FEBD49;
  box-sizing: border-box;
  padding: 1% 2%;
}
@media (max-width: 599px) {
  footer {
    padding: 1%;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  footer {
    padding: 1%;
  }
}
footer nav {
  display: flex;
  justify-content: space-between;
}
footer nav a {
  width: 45%;
}
footer nav a div {
  display: flex;
  align-items: center;
}
footer nav a div img {
  width: 65px;
  height: 65px;
  margin-right: 2%;
}
@media (max-width: 599px) {
  footer nav a div img {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  footer nav a div img {
    width: 40px;
    height: 40px;
  }
}
footer nav a div p {
  text-transform: uppercase;
  color: #3B637D;
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 599px) {
  footer nav a div p {
    font-size: 10px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  footer nav a div p {
    font-size: 15px;
  }
}
footer nav div {
  width: 45%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 599px) {
  footer nav div {
    width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  footer nav div {
    width: 70%;
  }
}
footer nav div a {
  text-decoration: none;
  color: #3B637D;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 599px) {
  footer nav div a {
    font-size: 7px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  footer nav div a {
    font-size: 10px;
  }
}
footer nav div a:hover, footer nav div a.active {
  color: #FFFFFF;
  text-decoration: underline;
}

form {
  width: 60%;
  margin: 2% auto !important;
}
@media (max-width: 599px) {
  form {
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  form {
    width: 70%;
  }
}
form .required {
  color: red;
  font-size: 16px;
}
form > div {
  margin-top: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  form > div {
    display: flex;
    flex-direction: column;
    margin-top: 3%;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  form > div {
    display: flex;
    flex-direction: column;
    margin-top: 3%;
  }
}
form > div label {
  margin-right: auto;
  color: #3B637D;
}
form > div input,
form > div textarea {
  width: 70%;
  resize: none;
}
form > div > div {
  width: 70%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  form > div > div {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  form > div > div {
    width: 100%;
  }
}
form > div > div > input, form > div > div > textarea {
  width: 100%;
  resize: none;
}
form > div > div .error p {
  font-size: 15px;
  color: red;
  font-weight: bold;
  margin-top: 1%;
  text-align: left;
}
@media (max-width: 599px) {
  form > div > div .error p {
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  form > div > div .error p {
    text-align: center;
  }
}
form > div img {
  margin-right: auto;
}
@media (max-width: 599px) {
  form > div img {
    margin: auto;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  form > div img {
    margin: auto;
  }
}
form > div input[type=submit] {
  width: 100px;
  height: 50px;
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-weight: bold;
  background-color: #3B637D;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
}
form > div input[type=submit]:hover {
  background-color: #2DB0B7;
  color: #3B637D;
  cursor: pointer;
}
form > div input[type=file] {
  font-family: "League Spartan", sans-serif;
}
form > div input[type=file]::file-selector-button {
  font-family: "League Spartan", sans-serif;
  font-weight: bold;
  height: 30px;
  box-sizing: border-box;
  padding: 1%;
  border: none;
  border-radius: 5px;
  background-color: #2DB0B7;
  color: #3B637D;
}
form > div input[type=file]::file-selector-button:hover {
  cursor: pointer;
  background-color: #3B637D;
  color: #FFFFFF;
}

.home {
  background-image: url(../../../assets/img/bois.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 3.4% 2%;
  position: relative;
}
@media (max-width: 599px) {
  .home {
    height: 850px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .home {
    height: 1000px;
  }
}
.home > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.home section {
  z-index: 2;
  position: relative;
}
@media (max-width: 599px) {
  .home section {
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .home section {
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
}
.home section div {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 599px) {
  .home section div {
    height: 50%;
    flex-direction: column-reverse;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .home section div {
    height: 50%;
    flex-direction: column-reverse;
  }
}
.home section div div {
  -webkit-transform: rotateX(10deg);
  -webkit-transform-style: preserve-3d;
  transform: rotateX(10deg);
  transform-style: preserve-3d;
}
@media (max-width: 599px) {
  .home section div div {
    -webkit-transform: rotateX(5deg);
    transform: rotateX(5deg);
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .home section div div {
    -webkit-transform: rotateX(5deg);
    transform: rotateX(5deg);
  }
}
.home section div div .tablette {
  height: 350px;
  -webkit-animation-name: cs-wave;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-name: cs-wave;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
@media (max-width: 599px) {
  .home section div div .tablette {
    height: 150px;
    -webkit-transform: rotateX(10deg);
    transform: rotateX(10deg);
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .home section div div .tablette {
    height: 250px;
    -webkit-transform: rotateX(10deg);
    transform: rotateX(10deg);
  }
}
.home section div h1 {
  color: #FEBD49;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2%;
}
@media (max-width: 599px) {
  .home section div h1 {
    font-size: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .home section div h1 {
    font-size: 30px;
  }
}
.home section div {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.home section div .equerrebt {
  height: 350px;
}
@media (max-width: 599px) {
  .home section div .equerrebt {
    height: 150px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .home section div .equerrebt {
    height: 250px;
  }
}

@keyframes cs-wave {
  0%, 50%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0.74, 0.64, 1);
    animation-timing-function: cubic-bezier(0.42, 0.74, 0.64, 1);
  }
  25% {
    -webkit-transform: translate3d(0, 0, 10px);
    transform: translate3d(0, 0, 100px);
    -webkit-animation-timing-function: cubic-bezier(0.36, 0, 0.58, 0.26);
    animation-timing-function: cubic-bezier(0.36, 0, 0.58, 0.26);
  }
  75% {
    -webkit-transform: translate3d(0, 0, -10px);
    transform: translate3d(0, 0, -100px);
    -webkit-animation-timing-function: cubic-bezier(0.36, 0, 0.58, 0.26);
    animation-timing-function: cubic-bezier(0.36, 0, 0.58, 0.26);
  }
}
.product h1 {
  color: #3B637D;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2%;
}
@media (max-width: 599px) {
  .product h1 {
    font-size: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .product h1 {
    font-size: 30px;
  }
}
.product h2 {
  color: #3B637D;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2%;
}
@media (max-width: 599px) {
  .product h2 {
    font-size: 10px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .product h2 {
    font-size: 20px;
  }
}
.product h3 {
  color: #3B637D;
}
.product p,
.product ul {
  margin-top: 1%;
  font-size: 20px;
}
@media (max-width: 599px) {
  .product p,
.product ul {
    font-size: 10px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .product p,
.product ul {
    font-size: 15px;
  }
}
.product .systeme {
  margin-top: 2%;
  display: flex;
  justify-content: space-around;
}
.product .systeme img {
  height: 435px;
}
@media (max-width: 599px) {
  .product .systeme img {
    height: 150px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .product .systeme img {
    height: 250px;
  }
}
.product .systeme > div {
  box-sizing: border-box;
  padding: 2%;
  margin-top: 2%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.product .systeme > div > div {
  margin-top: 2%;
  display: flex;
}
.product .systeme > div > div > div {
  box-sizing: border-box;
  padding: 2%;
  display: flex;
  flex-direction: column;
}
.product .systeme > div > div > div i {
  font-size: 70px;
  color: #2DB0B7;
  text-align: center;
}
@media (max-width: 599px) {
  .product .systeme > div > div > div i {
    font-size: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .product .systeme > div > div > div i {
    font-size: 35px;
  }
}
.product .solution {
  margin-top: 2%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.product .buttons {
  margin-top: 2%;
  display: flex;
  justify-content: space-around;
}
.product .buttons > div {
  box-sizing: border-box;
  padding: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.product .buttons > div h3 {
  text-align: center;
}
@media (max-width: 599px) {
  .product .buttons > div h3 {
    font-size: 10px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .product .buttons > div h3 {
    font-size: 20px;
  }
}
.product .buttons > div button {
  margin-top: 2%;
}

.maker {
  margin: auto 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.maker h1 {
  color: #3B637D;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2%;
}
@media (max-width: 599px) {
  .maker h1 {
    font-size: 30px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .maker h1 {
    font-size: 25px;
  }
}
.maker h2 {
  color: #3B637D;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2%;
}
@media (max-width: 599px) {
  .maker h2 {
    font-size: 25px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .maker h2 {
    font-size: 20px;
  }
}
.maker img {
  height: 200px;
  margin-top: 2%;
}
.maker p {
  width: 40%;
  margin-top: 2%;
  text-align: center;
}
@media (max-width: 599px) {
  .maker p {
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .maker p {
    width: 70%;
  }
}
.maker div {
  margin: 2% 0;
  width: 80%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.maker div p:first-child {
  font-weight: bold;
}
.maker div p {
  margin: 0;
}
.maker div a {
  color: #000000;
}
.maker div a:hover {
  color: #3B637D;
}

.contact,
.makereview {
  margin: auto 0;
}
.contact h1,
.makereview h1 {
  color: #3B637D;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2%;
}
@media (max-width: 599px) {
  .contact h1,
.makereview h1 {
    font-size: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .contact h1,
.makereview h1 {
    font-size: 30px;
  }
}
.contact p,
.makereview p {
  margin-top: 3%;
  text-align: center;
}

.review {
  margin: auto 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.review h1 {
  color: #3B637D;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2%;
}
@media (max-width: 599px) {
  .review h1 {
    font-size: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .review h1 {
    font-size: 30px;
  }
}
.review > div {
  width: 60%;
  margin: 1% auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 599px) {
  .review > div {
    flex-direction: column-reverse;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .review > div {
    flex-direction: column-reverse;
  }
}
.review > div img {
  width: 350px;
  height: 250px;
  object-fit: cover;
  margin-right: 2%;
  border-radius: 15px;
}
@media (max-width: 599px) {
  .review > div img {
    width: 200px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .review > div img {
    width: 250px;
  }
}
.review > div > div {
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  .review > div > div {
    margin-top: 1%;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .review > div > div {
    margin-top: 1%;
  }
}
.review > div > div h3 {
  color: #3B637D;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2%;
  margin: 1% 0;
}
@media (max-width: 599px) {
  .review > div > div h3 {
    font-size: 10px;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .review > div > div h3 {
    font-size: 15px;
  }
}
.review > div > div p {
  margin: 1% 0;
}
.review a {
  margin: 1% 0;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body h1,
body h2,
body h3,
body p,
body a,
body ul,
body li,
body form {
  margin: 0;
  font-family: "League Spartan", sans-serif;
}

/*# sourceMappingURL=styles.css.map */
