@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap");
body {
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  background-color: #ebebeb;
  overflow-x: auto;
}

/*Header*/
header {
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  height: 100%;
  width: 1519px;
}

.header {
  background-color: rgba(232, 103, 76, 0.9);
  height: 930px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  margin: 0px;
  color: white;
}
.header p {
  color: white;
  text-align: center;
}
.header button {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  width: 182px;
  height: 52px;
  font-size: 16px;
}

/*Navbar*/
nav {
  background-color: white;
  width: 1519px;
  height: 120px;
  display: flex;
  align-items: center;
}
nav img {
  margin-left: 135px;
}
nav ul {
  display: flex;
  flex-direction: row;
  margin-left: 500px;
}
nav li {
  margin: 10px;
  list-style-type: none;
}
nav li:hover {
  background-color: #ed4f2e;
  padding: 8px;
  color: white;
  border-radius: 6px;
}

/*Fin*/
.fin {
  background-color: #1f2c33;
  width: 1519px;
  height: 400px;
}
.fin ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-around;
}
.fin li {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-top: 85px;
}
.fin p {
  color: #a3b1bf;
  font-size: 12px;
}
.fin img {
  margin-top: 30px;
  width: 172px;
}

.info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.info p {
  color: #a3b1bf;
  font-size: 12px;
  margin-left: 10px;
}
.info img {
  margin: 0;
  width: auto;
}

.work {
  display: flex;
  flex-wrap: wrap;
  width: 380px;
  margin-top: 10px;
}
.work img {
  margin: 5px;
}

.mail {
  margin-bottom: 20px;
}
.mail input {
  border: 1px solid #404b51;
  background-color: #404b51;
  color: #a3b1bf;
  width: 280px;
  height: 40px;
  border-radius: 4px;
}
.mail input::placeholder {
  padding-left: 10px;
}
.mail button {
  position: relative;
  right: 50px;
  border: 1px solid #ed4f2e;
  background-color: #ed4f2e;
  color: white;
  border-radius: 4px;
  height: 44px;
}

.reseaux img {
  margin: 5px;
  width: 22px;
  height: 20px;
  padding: 15px;
  border: 1px solid white;
  border-radius: 5px;
}

/*Footer*/
footer {
  background-color: #283645;
  width: 1519px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p {
  margin: 0px;
  color: white;
}

/*Header*/
header {
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  height: 100%;
  width: 1519px;
}

.header {
  background-color: rgba(232, 103, 76, 0.9);
  height: 930px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  margin: 0px;
  color: white;
}
.header p {
  color: white;
  text-align: center;
}
.header button {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  width: 182px;
  height: 52px;
  font-size: 16px;
}

/*Navbar*/
nav {
  background-color: white;
  width: 1519px;
  height: 120px;
  display: flex;
  align-items: center;
}
nav img {
  margin-left: 135px;
}
nav ul {
  display: flex;
  flex-direction: row;
  margin-left: 500px;
}
nav li {
  margin: 10px;
  list-style-type: none;
}
nav li:hover {
  background-color: #ed4f2e;
  padding: 8px;
  color: white;
  border-radius: 6px;
}

/*Fin*/
.fin {
  background-color: #1f2c33;
  width: 1519px;
  height: 400px;
}
.fin ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-around;
}
.fin li {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-top: 85px;
}
.fin p {
  color: #a3b1bf;
  font-size: 12px;
}
.fin img {
  margin-top: 30px;
  width: 172px;
}

.info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.info p {
  color: #a3b1bf;
  font-size: 12px;
  margin-left: 10px;
}
.info img {
  margin: 0;
  width: auto;
}

.work {
  display: flex;
  flex-wrap: wrap;
  width: 380px;
  margin-top: 10px;
}
.work img {
  margin: 5px;
}

.mail {
  margin-bottom: 20px;
}
.mail input {
  border: 1px solid #404b51;
  background-color: #404b51;
  color: #a3b1bf;
  width: 280px;
  height: 40px;
  border-radius: 4px;
}
.mail input::placeholder {
  padding-left: 10px;
}
.mail button {
  position: relative;
  right: 50px;
  border: 1px solid #ed4f2e;
  background-color: #ed4f2e;
  color: white;
  border-radius: 4px;
  height: 44px;
}

.reseaux img {
  margin: 5px;
  width: 22px;
  height: 20px;
  padding: 15px;
  border: 1px solid white;
  border-radius: 5px;
}

/*Footer*/
footer {
  background-color: #283645;
  width: 1519px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p {
  margin: 0px;
  color: white;
}

/*Sevices*/
.container {
  display: flex;
  justify-content: center;
}

.services-container {
  background-color: white;
  width: 1330px;
  height: auto;
  margin-top: 55px;
  margin-bottom: 55px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.services-container h2 {
  font-size: 48px;
  font-weight: 500;
  margin-top: 90px;
  text-align: center;
  color: #ed4f2e;
}
.services-container p {
  text-align: center;
}
.services-container hr {
  width: 135px;
  margin-bottom: 100px;
}

.services {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 130px;
}
.services h3:hover {
  color: #ed4f2e;
}

.service {
  text-align: center;
  margin: 10px;
}

/*vidéo*/
.video {
  background-image: url(../images/vidéo.jpg);
  height: 587px;
  width: 1519px;
}

.img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(48, 60, 67, 0.95);
  height: 587px;
}
.img img {
  width: 86px;
  height: 86px;
}

/*abonnement*/
.abonnements-container {
  background-color: white;
  width: 1330px;
  height: auto;
  margin-top: 55px;
  margin-bottom: 55px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.abonnements-container h2 {
  font-size: 48px;
  font-weight: 500;
  margin-top: 90px;
  text-align: center;
  color: #ed4f2e;
}
.abonnements-container p {
  text-align: center;
}
.abonnements-container hr {
  width: 135px;
  margin-bottom: 100px;
}

.abonnements {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

.abonnement {
  border: 1px solid black;
  width: 264px;
  height: 650px;
  margin: 15px;
  text-align: center;
}
.abonnement h3 {
  font-size: 26px;
  font-weight: 500;
}
.abonnement button {
  background-color: #ed4f2e;
  color: white;
  border: 1px solid #ed4f2e;
  border-radius: 8px;
  width: 124px;
  height: 35px;
  margin-top: 30px;
}

.abonnement:hover {
  transform: scaley(1.1);
  border: 1px solid #ed4f2e;
}

.prix {
  background-color: #ebebeb;
  width: 264px;
  height: 94px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.prix h2 {
  color: black;
  margin: 0px;
  font-size: 48px;
}
.prix p {
  font-size: 24px;
  padding-top: 20px;
}

.prix:hover {
  background-color: #ed4f2e;
}
.prix:hover p {
  color: white;
}
.prix:hover h2 {
  color: white;
}

/*buisness*/
.business-container {
  background-image: url(../images/buisness.jpg);
  height: 508px;
  width: 1519px;
}

.business {
  background-color: rgba(48, 60, 67, 0.95);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.business h4 {
  margin: 0px;
  color: white;
}
.business h3 {
  margin-top: 0px;
  font-size: 35px;
  color: white;
  font-weight: bold;
}
.business button {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  width: 155px;
  height: 45px;
}

/*Projets*/
.projets-container {
  background-color: white;
  width: 1330px;
  height: auto;
  margin-top: 55px;
  margin-bottom: 55px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.projets-container h2 {
  font-size: 48px;
  font-weight: 500;
  margin-top: 90px;
  text-align: center;
  color: #ed4f2e;
}
.projets-container p {
  text-align: center;
}
.projets-container hr {
  width: 135px;
  margin-bottom: 100px;
}
.projets-container ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.projets-container li {
  list-style: none;
  margin: 15px;
}
.projets-container li:hover {
  background-color: #ed4f2e;
  color: white;
  padding: 8px;
  border-radius: 4px;
}

.projets {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.projets img {
  margin: 16px;
}

.images {
  display: flex;
  flex-direction: row;
  width: 1519px;
}

.customers-container {
  background-image: url(../images/custommer.jpg);
  background-repeat: no-repeat;
  width: 759px;
  height: 515px;
}
.customers-container h3 {
  color: white;
  font-weight: 500;
  font-size: 32px;
}
.customers-container p {
  color: white;
  text-align: center;
}
.customers-container img {
  margin: 20px;
}

.circle-container {
  display: flex;
  flex-direction: row;
}

.circle {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 5px;
  background-color: white;
  border: 2px solid white;
}
.circle:not(:first-child, :last-child) {
  background-color: rgba(48, 60, 67, 0.9);
  border: 2px solid rgba(48, 60, 67, 0.9);
}

.customers {
  background-color: rgba(232, 103, 76, 0.9);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subscribe-container {
  background-image: url(../images/subscribe.jpg);
  background-repeat: no-repeat;
  width: 813px;
  height: 515px;
}
.subscribe-container h3 {
  color: white;
  font-weight: 500;
  font-size: 32px;
}
.subscribe-container input {
  border: 1px solid white;
  color: white;
  background-color: transparent;
  border-radius: 5px;
  width: 415px;
  height: 55px;
}
.subscribe-container input::placeholder {
  padding-left: 22px;
  color: white;
}
.subscribe-container button {
  border: 1px solid #ed4f2e;
  background-color: #ed4f2e;
  color: white;
  width: 142px;
  height: 42px;
  border-radius: 8px;
  margin: 22px;
  font-weight: bold;
}

.subscribe {
  background-color: rgba(48, 60, 67, 0.95);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*Contact*/
.contact-container {
  background-color: white;
  width: 1330px;
  height: auto;
  margin-top: 55px;
  margin-bottom: 55px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-container h2 {
  font-size: 48px;
  font-weight: 500;
  margin-top: 90px;
  text-align: center;
  color: #ed4f2e;
}
.contact-container p {
  text-align: center;
}
.contact-container hr {
  width: 135px;
  margin-bottom: 100px;
}

.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact input {
  width: 556px;
  height: 74px;
  border-radius: 10px;
  margin: 30px;
}
.contact input::placeholder {
  padding-left: 18px;
}
.contact button {
  background-color: #ed4f2e;
  border: 1px solid #ed4f2e;
  color: white;
  border-radius: 8px;
  width: 122px;
  height: 42px;
  margin-bottom: 100px;
}

#msg input {
  width: 1180px;
  height: 295px;
}

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