@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&display=swap");
* {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h2 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 70px;
}

li {
  list-style: none;
}

body {
  background-color: lightgray;
}
body * {
  margin: 0;
  padding: 0;
}

header {
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
}
header .Center span {
  color: orange;
}
header .Center .site-logo h1 a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}

.Banner_sec {
  z-index: 0;
  margin-top: -90px;
  padding-top: 150px;
  background-image: url(../../images/Services-bg\ \(1\).jpg);
  background-repeat: no-repeat;
}

.Center {
  display: flex;
  align-items: center;
  max-width: 1220px;
  margin: auto;
}

.Navigation ul {
  padding-left: 40px;
  padding-right: 100px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.Navigation li {
  display: inline-block;
  list-style-type: none;
}
.Navigation li a {
  display: block;
  padding: 30px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6666666667);
  font-family: "Open Sans", sans-serif;
}
.Navigation .active {
  background-color: rgba(55, 86, 120, 0.6666666667);
  border-bottom: solid orange;
}

#mobile_sec {
  flex: 1;
  text-align: right;
}

#slider > li:first-child {
  display: none;
}

.leftside h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  color: white;
  flex-direction: column;
}
.leftside span {
  color: orange;
}
.leftside p {
  font-family: "Open Sans", sans-serif;
  color: white;
  margin-bottom: 30px;
}
.leftside a {
  padding: 15px;
  border: solid 1px;
  background-color: rgba(0, 0, 0, 0.1294117647);
  text-decoration: "Open Sans", sans-serif;
  color: white;
}

.text {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4431372549);
  color: white;
  width: 100%;
}
.text p {
  text-decoration: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  flex-direction: column;
}
.text span {
  color: orange;
  font-size: 16px;
  text-transform: none;
  display: block;
}

.Slider {
  position: relative;
}
.Slider img {
  width: 100%;
}

.Icon {
  padding: 15px;
}
.Icon a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
}
.Icon i {
  border-radius: 100%;
  border: 1px solid white;
  padding: 10px;
}
.Icon li {
  display: inline-block;
}

.bgcolor {
  padding: 70px;
  width: 100%;
}

#about {
  background-color: white;
  width: 100%;
}
#about .Center {
  flex-direction: column;
}
#about .Center > p {
  font-family: "Open Sans", sans-serif;
  color: gray;
  text-align: center;
}
#about h2 {
  font-weight: normal;
}

.Line {
  width: 200px;
  height: 2px;
  background-color: orange;
  display: block;
  margin: 50px auto;
}

.Tabside #cont-1 {
  color: white;
  border: 1px solid #817575;
  background-color: orange;
}
.Tabside a {
  display: block;
  padding: 15px 30px;
  border: solid 0.5px;
  background-color: white;
  text-decoration: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: grey;
}
.Tabside li {
  display: inline-block;
}
.Tabside ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabcontent {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 60px;
}
.tabcontent .TabImage {
  position: relative;
  margin-right: 60px;
  margin-top: 40px;
}
.tabcontent img {
  padding: 7px;
  background-color: white;
  border: 1px solid #090101;
  filter: drop-shadow(0px 7px 5px black);
}
.tabcontent .img1 {
  position: absolute;
  top: -40px;
  left: 50px;
}

#cont-2-1 {
  display: none;
}

#cont-3-1 {
  display: none;
}

.Description p {
  margin-left: 10px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
  color: gray;
  font-size: 15px;
}
.Description h3 {
  margin-left: 10px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.Description h3 span {
  color: orange;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.Services_sec {
  background-image: url(../../images/Services-bg\ \(1\).jpg);
  background-size: cover;
}
.Services_sec .Center {
  display: block;
  text-align: center;
}
.Services_sec .Center h2 {
  margin-bottom: 30px;
  font-size: 60px;
  color: white;
  font-weight: normal;
  padding-top: 40px;
}
.Services_sec .Center p {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.Services_sec .Serviceside {
  padding-bottom: 40px;
}
.Services_sec .Serviceside h4 {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
.Services_sec .Serviceside ul {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.Services_sec .Serviceside li {
  width: 250px;
  height: 400px;
  background-size: cover;
}
.Services_sec .Serviceside li a {
  display: block;
  text-decoration: none;
}
.Services_sec .Serviceside li a::before {
  display: block;
  content: "";
  padding: 20px;
  width: 90px;
  height: 90px;
  background-image: url(../../images/Develop-hover-icn.png);
  background-size: cover;
  margin: 20px auto;
}
.Services_sec .Serviceside .Development {
  background-image: url(../../images/Development-bg.jpg);
}
.Services_sec .Serviceside .Development a::before {
  background-image: url(../../images/Develop-hover-icn.png);
}
.Services_sec .Serviceside .Desdin {
  background-image: url(../../images/desgin-bg.jpg);
}
.Services_sec .Serviceside .Desdin a::before {
  background-image: url(../../images/desgin-hover-icn.png);
}
.Services_sec .Serviceside .Concept {
  background-image: url(../../images/concept-bg.jpg);
}
.Services_sec .Serviceside .Concept a::before {
  background-image: url(../../images/concept-hover-icn.png);
}
.Services_sec .Serviceside .System {
  background-image: url(../../images/systam-bg.jpg);
}
.Services_sec .Serviceside .System a::before {
  background-image: url(../../images/systam-hover-icn.png);
}

.Pricing_sec .Center {
  flex-direction: column;
}
.Pricing_sec p {
  color: gray;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-align: center;
}

.Pricingside ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Pricingside li {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.Pricingside .Basic {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: orange;
  width: 80px;
  height: 87px;
}
.Pricingside .Basic h5 {
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 20px;
}
.Pricingside .Dollar {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: orange;
  width: 100px;
  height: 100%;
}
.Pricingside .Dollar h2 {
  font-size: 30px;
  color: orange;
  background-color: black;
  padding: 21px;
}
.Pricingside .Band {
  background-image: url(../../images/divider.png);
}
.Pricingside .Band p {
  display: flex;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background-color: white;
  padding: 24px;
}
.Pricingside a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  color: gray;
  background-color: black;
  padding: 31px;
}

.Contactside {
  margin-top: 40px;
  background-image: url(../../images/Services-bg\ \(1\).jpg);
}
.Contactside .Center {
  flex-direction: column;
  gap: 20px;
}
.Contactside p {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-align: center;
}
.Contactside h2 {
  color: white;
  margin-top: 60px;
}

.Map {
  background-image: url(../../images/carte-information-ville-nom-rues_23-2148309621.jpg);
  width: 100%;
  height: 400px;
}

.Get_sec {
  background-image: url(../../images/Services-bg\ \(1\).jpg);
}
.Get_sec .Mid {
  display: flex;
  gap: 50px;
  margin-left: 10%;
}
.Get_sec fieldset {
  margin-top: 50px;
}
.Get_sec fieldset input,
.Get_sec fieldset textarea {
  padding: 10px 20px;
  width: 400px;
  margin-bottom: 2%;
}
.Get_sec fieldset .button {
  background-color: orange;
}

.Rightside {
  margin-top: 50px;
}

h3 {
  color: orange;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 30px;
}

address {
  font-family: "Open Sans", sans-serif;
  color: white;
  margin-bottom: 20px;
}

ul {
  display: flex;
  gap: 10px;
}

a {
  color: white;
  text-decoration: none;
}

footer {
  display: flex;
  justify-content: center;
  background-color: black;
  color: white;
  height: 60px;
  margin-top: 20px;
  padding: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

/*# sourceMappingURL=app-site.css.map */
