* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui !important;
}

a {
  text-decoration: none;
  color:rgb(0, 0, 0);
  
}
li {
  list-style: none;
}
body {
  height: 100%;
}

@media screen and (max-width: 1250px) {
  .topBarSction .container {
    justify-content: space-between;
    max-width: 100%;
    margin: 0px 10px;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: system-ui !important;
  }

  .navInfo .element {
    padding: 3px;
    text-align: center;
    font-size: 0.8em;
  }
  .callButton {
    padding: 15px;
  }
  .callButton a {
    text-decoration: none;
    background-color: #cf2a0e;
    color: white;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1250px) {
  .topBarSction .container {
    display: flex;
    width: 100%;
    height: 57px;
    justify-content: space-between;
    max-width: 68%;
    margin: auto;
    align-items: center;
    font-family: system-ui !important;
  }

  .navInfo .element {
    padding: 20px;
  }
  .callButton {
    background-color: #cf2a0e;
    color: white;
    padding: 7px 20px;
    border-radius: 5px;
  }

  .devis .nav-active {
    color: white;
    background-color: #00aaff;
    font-size: 1.2em;
    padding: 10px 20px;
    border: 4px solid #0073ac;
    border-radius: 30px;
    box-shadow: 5px 8px 5px rgba(128, 128, 128, 0.158);
  }
  .devis:hover .nav-active {
    animation: navButton ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .callButton a {
    text-decoration: none;
    background-color: #cf2a0e;
    color: white;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 0.9em;
  }
}

@keyframes navButton {
  0% {
  }
  100% {
    padding: 13px 24px;
    border: 4px solid #00aaff;
    background-color: #0073ac;
    color: white;
  }
}

.topBarSction {
  background: rgb(133, 203, 1);
  background: linear-gradient(
    90deg,
    rgba(133, 203, 1, 1) 0%,
    rgba(166, 106, 63, 1) 44%,
    rgba(199, 15, 122, 1) 100%
  );

  color: white;
}

.navInfo {
  display: flex;
}

.element i {
  padding-right: 10px;
}

.callButton:hover {
  color: black;
  cursor: pointer;
}

.toggle-button {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 21px;
  color: white;
}

.toggle-button-scroll {
  top: 2rem;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.782);
  border-radius: 10px;
}

@keyframes slideBottom {
  0% {
    height: 0px;
  }
  100% {
    height: 920px;
  }
}
@keyframes slideBottomAPropo {
  0% {
    height: 0px;
  }
  100% {
    height: 270px;
  }
}

.slideBottom {
  animation: slideBottom ease 0.4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.slide-bottom-apropo {
  animation: slideBottomAPropo ease 0.4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes paddingHorizental {
  0% {
    padding: 0px 0px 0px 0px;
  }
  100% {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 1250px) {
  .logo {
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
    padding: 3px 10px;
  }
  .logo img {
    width: 100px;
  }
  .sticky {

    position: fixed;
    top: 0px;
    animation: paddingHorizental ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  .top-scroll {
    display: none;
  }

  .navbar {
    width: 100%;
    background-color: white;
    z-index: 100;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.02);
  }
  .navbar .navContainer {
    flex-direction: column;
    align-items: flex-start;
    margin: 0px;
    width: 100%;
    background-color: white;
  }

  .toggle-button {
    display: flex;
  }

  .navbar-links {
    display: none;
    width: 100%;
    background-color: white;
    max-height: 1000px;
  }

  .menu {
    width: 100%;
    flex-direction: column;
    background-color: white;
    font-size: 1rem;
    overflow-y: auto;
    max-height: 600px;
    font-weight: bold;
    font-family: system-ui;
  }

  .navbar-links li {
    text-align: center;
    background-color: white;
    cursor: pointer;
    border-bottom: 1px solid rgba(225, 225, 225, 0.404);
  }

  .navbar-links li a {
    padding: 0.5rem 1rem;
    background-color: white;
  }

  .navbar-links.active {
    display: flex;
    background-color: white;
  }

  .dropdown {
    display: none;
  }
  .menu.dropdown {
    display: none;
  }
  .Navservices .dropdown li {
    background-color: transparent;
    cursor: pointer;
    padding: 25px 10px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.573);
    font-size: 1rem;
  }

  .Navservices .dropdown li a {
    background-color: transparent;
    color: black;
    cursor: pointer;
  }
  .Navservices:hover {
    color: #00aaff;
  }

  .active-item {
    color: #00aaff;
    background-color: rgba(0, 0, 0, 0.036) !important;
  }

  .dropdown .service-item a {
    color: black !important;
    text-align: center !important;
  }

  .dropdown .service-item:hover a {
    color: #00aaff !important;
  }

  .Navservices .dropdown li:hover {
    background-color: #0382c2;
    cursor: pointer;
    color: white;
    cursor: pointer;
  }

  .Navservices .dropdown li:hover a {
    background-color: #0382c2;
    color: #ff7c66;
    cursor: pointer;
  }

  .dropdown-block {
    display: block;
    margin-top: 42px;
    position: absolute;
    background-color: #fbfbfb;
    margin: 10px;
    border: 1px solid rgb(225, 225, 225);
    max-height: 300px;
    overflow-y: auto;
  }

  .navbar-links .menu li:hover a {
    color: #00aaff;
  }
  .navbar-links .menu li:hover {
    background-color: #00000005;
  }
  .navbar-links .menu li:hover a {
    background-color: transparent;
  }
  .menu.dropdown-menu {
    display: none;
  }
}

@media screen and (min-width: 1250px) {
  .menu-button {
    display: none !important;
  }
  div.menu:nth-child(2) {
    display: none;
  }
  div.menu:nth-child(3) {
    display: none;
  }

  #text-menu {
    display: none;
  }
  .logo {
    font-size: 32px;
  }
  .navContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    max-width: 75%;
    margin: auto;
    background-color: white;
  }
  .navbar {
    width: 100%;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.02);
  }

  .menu {
    display: flex;
    gap: 1em;
    font-size: 18px;
    position: relative;
    font-size: 1.05rem;
    font-weight: bold;
    font-family: system-ui;
  }

  .menu li:hover a.nav-active {
    color: #fff;
  }

  .menu li:hover .nav-active {
    color: white;

    cursor: pointer;
  }
  @keyframes radiusAnimation {
    0% {
      background-color: #2222222e;
    }
    100% {
      border-radius: 35px;
      background-color: #232323d6;
    }
  }
  .menu li:hover {
    animation: radiusAnimation ease 0.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  .dropdown {
    z-index: 50;
    background-color: #222222f1;
    opacity: 0.9;
    position: absolute; /*WITH RESPECT TO PARENT*/
    display: none;
    top: 30px;
    border-left: 2px solid rgba(0, 168, 255, 1);
    color: white;
    border-radius: 20px;
  }
  .dropdown li:hover {
    background-color: #000000;
    cursor: pointer;
  }

  .dropdown li:hover a {
    color: #00a8ff;
  }

  .Navservices:hover .dropdown {
    display: block;
    margin-top: 42px;
    animation: fadeInAnimation ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .sticky {
    position: fixed;
    animation: fadeInAnimation ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
}

@media (max-width: 1800px) and (min-width: 1250px) {
  .menu-button {
    display: none !important;
  }
  div.menu:nth-child(2) {
    display: none;
  }
  div.menu:nth-child(3) {
    display: none;
  }

  #text-menu {
    display: none;
  }
  .logo {
    font-size: 32px;
  }
  .navContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px;
    max-width: 95%;
    margin: auto;
    background-color: white;
  }
  .navbar {
    width: 100%;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.02);
  }

  .menu {
    display: flex;
    gap: 1em;
    font-size: 18px;
    position: relative;
    font-size: 1.05rem;
    font-family: system-ui;
    font-weight: bold;
  }

  .menu li:hover a.nav-active {
    color: #fff;
  }

  .menu li:hover .nav-active {
    color: white;

    cursor: pointer;
  }
  @keyframes radiusAnimation {
    0% {
      background-color: #2222222e;
    }
    100% {
      border-radius: 35px;
      background-color: #232323d6;
    }
  }
  .menu li:hover {
    animation: radiusAnimation ease 0.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  .dropdown {
    z-index: 50;
    background-color: #222222f1;
    opacity: 0.9;
    position: absolute; /*WITH RESPECT TO PARENT*/
    display: none;
    top: 30px;
    border-left: 2px solid rgba(0, 168, 255, 1);
    color: white;
    border-radius: 20px;
  }

  .dropdown li:hover {
    background-color: #000000;
    cursor: pointer;
  }

  .dropdown li:hover a {
    color: #00a8ff;
  }

  .Navservices:hover .dropdown {
    display: block;
    margin-top: 42px;
    animation: fadeInAnimation ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .sticky {
    position: fixed;
    animation: fadeInAnimation ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  .logo > img:nth-child(1) {
    width: 160px;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.menu-sticky {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.navbar-links a {
  color: #111;
}

.menu li {
  padding: 30px 14px;
}
/* DROPDOWN MENU */
.services {
  position: relative;
}

.dropdown a {
  color: white;
}

.dropdown li {
  padding: 13px;
}

.dropdown li a {
  padding: 12px 20px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.menu-button {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
  background-color: #00aaff96;
  padding: 6px;
  border-radius: 5px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.108);
}

@media screen and (max-width: 1250px) {
  .slideshow-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .prev,
  .next {
    display: none;
  }
  .slideInfo {
    position: absolute;
    z-index: 50px;
    top: 90px;
    left: 25px;
    height: 221px;
  }
  .slideInfo1 {
    position: absolute;
    z-index: 50px;
    top: 100px;
    left: 25px;
    height: 221px;
  }

  .mySlides .title {
    color: #111;
    font-size: 1.2em;
    padding: 8px 10px;
    bottom: 8px;
    width: 100%;
    text-align: left;
    top: 20px;
    left: 50px;
    z-index: 20px;
    font-weight: bold;
    padding: 15px;
  }

  .mySlides .text {
    color: #111;
    font-size: 1em;
    padding: 8px 10px;
    bottom: 8px;
    width: 100%;
    top: 20px;
    font-weight: 300;
    line-height: 1.3;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 19px;
  }

  .slideInfo1 .text {
    color: white;
    font-size: 1em;
    padding: 8px 12px;
    bottom: 8px;
    width: 100%;
    top: 20px;
    font-weight: 400;
    line-height: 1.3;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 19px;
  }
  .blueLine {
    border: 1px solid #00a8ff;
    width: 10%;
    background-color: #00a8ff;
    padding: 1px;
    margin-left: 13px;
    z-index: 19px;
  }

  .buttonSlide {
    font-size: 1em;
    border: none;
    padding: 10px 25px;
    background-color: #39c36e;
    color: white;
    margin-left: 10px;
    cursor: pointer;
    z-index: 18px;
  }
}
@media screen and (min-width: 1250px) {
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 1px;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.89);
    margin: 5px;
    width: 64px;
    height: 64px;
    text-align: center;
    opacity: 0.8;
  }
  .slideInfo {
    position: absolute;
    z-index: 50px;
    top: 87px;
    right: 20px;
    width: 40%;
    height: 221px;
  }
  .slideInfo1 {
    position: absolute;
    z-index: 50px;
    top: 150px;
    left: 350px;
    width: 40%;
    height: 221px;
  }

  .mySlides .title {
    color: #111;
    font-size: 4em;
    padding: 8px 12px;
    bottom: 8px;
    width: 100%;
    text-align: left;
    top: 20px;
    left: 50px;
    z-index: 20px;
    font-weight: bold;
    padding: 15px;
  }

  .mySlides .text {
    color: #111;
    font-size: 1.7em;
    padding: 8px 12px;
    bottom: 8px;
    width: 100%;
    top: 20px;
    font-weight: 300;
    line-height: 1.3;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 19px;
  }

  .slideInfo1 .text {
    color: white;
    font-size: 1.7em;
    padding: 8px 12px;
    bottom: 8px;
    width: 100%;
    top: 20px;
    font-weight: 300;
    line-height: 1.3;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 19px;
  }
  .blueLine {
    border: 2px solid #00a8ff;
    width: 10%;
    background-color: #00a8ff;
    padding: 1px;
    margin-left: 10px;
    z-index: 19px;
  }

  .buttonSlide {
    font-size: 1.1em;
    border: none;
    padding: 15px 35px;
    background-color: #39c36e;
    color: white;
    margin-left: 10px;
    cursor: pointer;
    z-index: 18px;
  }

  .slideshow-container img {
    width: 100%;
    height: 700px;
    object-fit: cover;
  }
}
@media (max-width: 1800px) and (min-width: 1250px) {
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 1px;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.89);
    margin: 5px;
    width: 64px;
    height: 64px;
    text-align: center;
    opacity: 0.8;
  }
  .slideInfo {
    position: absolute;
    z-index: 50px;
    top: 87px;
    right: 20px;
    width: 45%;
    height: 221px;
  }
  .slideInfo1 {
    position: absolute;
    top: 162px;
    left: 163px;
    width: 80%;
    height: 260px;
}

  .mySlides .title {
    color: #000;
    font-size: 2.5em;
    padding: 8px 31px;
    bottom: 8px;
    width: 100%;
    text-align: center;
    top: 20px;
    left: 50px;
    z-index: 20px;
    font-weight: bold;
    padding: 10px;
}

  .mySlides .text {
    color: #111;
    font-size: 1.2em;
    padding: 8px 12px;
    bottom: 8px;
    width: 100%;
    top: 20px;
    font-weight: 300;
    line-height: 1.3;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 19px;
  }

  .slideInfo1 .text {
    color: rgb(0, 0, 0);
    font-size: 1.7em;
    padding: 28px 216px;
    bottom: 8px;
    width: 100%;
    top: 20px;
    font-weight: 600;
    line-height: 1.3;
    padding-right: 25px;
    padding-top: 26px;
    padding-bottom: 30px;
    z-index: 19px;
}
  .blueLine {
    border: 2px solid #00a8ff;
    width: 10%;
    background-color: #00a8ff;
    padding: 1px;
    margin-left: 158px;
    z-index: 19px;
  }

  .buttonSlide {
    font-size: 1.1em;
    border: none;
    padding: 15px 35px;
    background-color: #39c36e;
    color: white;
    margin-left: 218px;
    cursor: pointer;
    z-index: 18px;
  }

  .slideshow-container img {
    width: 100%;
    height: 700px;
    object-fit: cover;
  }
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  opacity: 0.5;
  transform: scale(1.1);
}

/* Caption text */

.fadeInUp {
  animation: fadeInUp 0.8s ease backwards;
}
.fadeInUpStrong {
  animation: fadeInUpStong 1s ease backwards;
}

.fadeOut {
  animation: fadeOut 1s ease backwards;
}

@keyframes fadeInUp {
  0% {
    transform: translate(0px, 50px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

@keyframes fadeInUpStong {
  0% {
    transform: translate(0px, 200px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    transform: translate(0px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

.buttonSlide:hover {
  background-color: black;
  color: white;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3s;
}

@keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1250px) {
  .grid-container {
    display: grid;
    grid-template-columns: auto;
  }
  .section-fixed .grid-item {
    font-size: 30px;
    text-align: center;
    cursor: pointer;
  }
  .grid-item {
    font-size: 30px;
    text-align: center;
    padding: 40px 10px;
  }

  .content {
    font-size: 0.5em;
    color: gray;
    padding: 10px;
  }
  .imageElement {
    text-align: center;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px sold black;
    height: 76px;
    width: 80px;
    margin: auto auto 20px auto;
    color: white;

    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.262);
    background-color: white;
    color: rgba(0, 0, 0, 0.5);
    transition: transform 250ms ease-in-out;
  }
  .elements {
    padding: 20px 50px;
  }
}

@media screen and (min-width: 1250px) {
  .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
  }
  .section-fixed .grid-item {
    font-size: 30px;
    text-align: center;
    margin: 30px 40px;
    cursor: pointer;
    font-family: "Font Awesome 6 Free" !important;
  }
  .grid-item {
    font-size: 30px;
    text-align: center;
  }

  .content {
    font-size: 0.5em;
    color: gray;
    padding: 10px;
  }
  .imageElement {
    text-align: center;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px sold black;
    height: 76px;
    width: 80px;
    margin: auto auto 20px auto;
    color: white;

    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.262);
    background-color: white;
    color: rgba(0, 0, 0, 0.5);
    transition: transform 250ms ease-in-out;
  }
  .elements {
    padding: 100px 290px;
  }
}

.icon3 {
  filter: grayscale(1);
}
@keyframes fadoutColor {
  0% {
    color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.262);
  }
  100% {
    color: rgba(98, 0, 255, 0.806);
    box-shadow: 0px 2px 7px 0px rgba(98, 0, 255, 0.806);
  }
}
@keyframes fadoutColor2 {
  0% {
    color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.262);
  }
  100% {
    color: rgb(255, 34, 0);
    box-shadow: 0px 2px 7px 0px rgba(255, 0, 0, 0.697);
  }
}
@keyframes fadoutColor3 {
  0% {
    filter: grayscale(1);
    color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.262);
  }
  100% {
    filter: grayscale(0.2);
  }
}

.icon1 {
  border-radius:30px;
  color: white;
  background-color: rgb(98, 0, 255);
}
.icon3 {
  border-radius:30px;
  color: #fff;
  background-color: rgb(0, 207, 0);
  filter: grayscale(0.2);
  animation: fadoutColor3 0.7s;
}
.icon2 {
  border-radius:30px;
  color: white;
  background-color: rgb(0, 204, 235);
}
.icon1:hover {
  color: white;
  background-color: rgb(98, 0, 255);
  transform: scale(1.05);
}
.icon3:hover {
  color: #fff;
  background-color: rgb(0, 207, 0);
  transform: scale(1.05);
}
.icon2:hover {
  color: white;
  background-color: rgb(0, 204, 235);
  transform: scale(1.05);
}

@media screen and (max-width: 1250px) {
  .discriptionSection {
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #ff7c66;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .leftDiscription {
    width: 100%;
    height: 590px;
    background-size: cover;
    background-image: url(images/description1.webp);
  }

  .rihgtDescription {
    width: 100%;
    padding: 10px;
    color: white;
  }
  .rihgtDescription h1 {
    font-size: 2.3em;
    font-weight: bold;
    padding: 20px;
  }
  .rihgtDescription p {
    font-weight: 300;
    font: size 1em;
    word-spacing: 0.1em;
    padding: 20px;
    line-height: 2em;
  }
}

@media screen and (min-width: 1250px) {
  .discriptionSection {
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #ff7c66;
  }
  .leftDiscription {
    width: 45%;
    height: 590px;
    background-image: url(images/description1.webp);
  }

  .rihgtDescription {
    width: 55%;
    padding: 40px;
    color: white;
  }
  .rihgtDescription h1 {
    font-size: 2.3em;
    font-weight: bold;
  }
  .rihgtDescription p {
    font-weight: 300;
    font: size 1em;
    margin-right: 80px;
    word-spacing: 0.1em;
    padding: 10px;
    line-height: 2em;
  }
}

.descriptionButton {
  padding: 14px 22px;
  background-color: #fff;
  border-radius: 25px;
  color: rgb(83, 93, 143);
  cursor: pointer;
  color: #70cfff;
  font-size: 0.9em;
  border: none;
  margin: 20px;
}

@media screen and (max-width: 1250px) {
  .grid-container-cards {
    display: grid;
    grid-template-columns: auto;
    margin-top: 50px;
    grid-gap: 30px;
    justify-content: center;
  }

  .services {
    text-align: center;
    height: 80%;
    width: 100%;
  }
  .sectionServices {
    width: 100%;
    background-image: url(images/bg-2.jpg);
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1250px) {
  .grid-container-cards {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 50px;
    grid-gap: 30px;
  }

  .services {
    margin: auto;
    text-align: center;
    height: 80%;
    max-width: 67%;
  }
  .sectionServices {
    width: 100%;
    background-image: url(images/bg-2.jpg);
    padding-bottom: 60px;
  }
}

.sectionServices p {
  padding: 20px;
  font-size: 1em;
  font-weight: 200;
  word-spacing: 0.12em;
}

.sectionServices h1 {
  font-size: 3em;
  word-spacing: 0.12em;
  padding-top: 104px;
  padding-bottom: 10px;
}

.card {
  width: 100%; /*1*/
  background-color: white; /*3*/
  box-shadow: 0px 0.5px 3px rgba(166, 166, 166, 0.728); /*4*/
  margin-bottom: 20px;
}
.card a {
  /*5*/
  color: #333;
  text-decoration: none;
}

@keyframes traslateY {
  0% {
  }
  100% {
    transform: translateY(-5px);
  }
}

.sectionServices .card:hover {
  animation: traslateY ease 0.4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  box-shadow: 0px 0.5px 8px rgba(128, 128, 128, 0.432);
}

.card-image {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.card-image img {
  width: 100%;
}

.card-body {
  text-align: left;
  padding: 5px; /*2*/
  box-sizing: border-box; /*3*/
}


.card-excerpt p {
  font-family: "Playfair Display", serif;
  font-size: 1em;
  color: #777;
  line-height: 25px;
  padding-top: 8px;
}

.card-title {
  text-align: left;
  padding-left: 15px;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.about-card {
  display: inline-block;
}

@media screen and (max-width: 1250px) {
  .about-section {
    width: 100%;
    background-image: url(images/wood.jpg);
    background-size: cover;
    position: relative;
  }
  .about-section .background {
    background: #001b5b88;
    position: asolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
  }
  .about-section .background .padding {
    width: 100%;
    height: 80px;
  }
  .body-section {
    width: 100%;
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: y proximity;
    padding: 30px;
  }

  .about-section h1 {
    font-size: 2.3em;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 50px;
  }

  .card-section img {
    height: 380px;

    opacity: 0.8;
    background-color: white;
    object-fit: cover;
  }
  .card-section p {
    position: absolute;
    z-index: 1px;
    padding: 10px;
    font-size: 0.9em;
    top: 0;
    left: 0;
    text-align: center;
    padding: 40px 30px;
    font-weight: 300;
  }
  .body-section .card-section {
    background-color: #fff;
    height: 380px;
    position: relative;
    cursor: pointer;
    min-width: 100%;
    overflow-y: hidden;
    margin: 0px 20px;
    scroll-snap-align: center;
  }

  .about-section .footer {
    position: absolute;
    z-index: 20px;
    bottom: 10%;
    width: 100%;
  }
}

@media screen and (min-width: 1250px) {
  .about-section {
    width: 100%;
    height: 700px;
    /* padding:100px; */
    background-image: url(images/wood.jpg);
    background-color: #008fd6;
    background-size: cover;
  }
 
  .body-section {
    height: 400px;
    width: 67%;
    margin: auto;
    display: flex;
    overflow-x: auto;
    max-height: 375px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: y proximity;
  }
  .about-section .background {
    background: #001b5b88;
    position: asolute;
    bottom: 0px;
    left: 0px;
    height: 700px;
    z-index: 100;
  }
  .about-section .background .padding {
    width: 100%;
    height: 80px;
  }
  .about-section h1 {
    font-size: 3em;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    padding: 50px;
  }

  .card-section img {
    height: 372px;
    opacity: 0.8;
    background-color: white;
  }
  .card-section p {
    position: absolute;
    z-index: 1px;
    padding: 10px;
    font-size: 1.7em;
    top: 0;
    left: 0;
    text-align: center;
    padding: -4px 100px;
    font-weight: 300;
  }
  .body-section .card-section {
    background-color: #fff;
    height: 375px;
    position: relative;
    cursor: pointer;
    min-width: 100%;
    overflow-y: hidden;
    margin: 0px 20px;
    scroll-snap-align: center;
  }

  .about-section .footer {
    position: absolute;
    z-index: 20px;
    top: 78%;
    left: 42%;
  }
}

.about-section .footer h3 {
  font-size: 1.3em;
  text-align: center;
}

.about-section .footer p {
  font-size: 1.1em;
  font-weight: bold;
  padding: 30px;
}

@media screen and (max-width: 1250px) {
  .section-news {
    width: 100%;
    background-color: #fafafa;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .section-news .content {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .section-news .content .left-side {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .section-news .content .left-side img {
    width: 100%;
    object-fit: cover;
  }
  .left-side .info {
    width: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.761);
    text-align: center;
    bottom: 30px;
    z-index: 50;
    padding: 10px;
  }

  .section-news .content .right-side {
    width: 80%;
    padding-top: 5px;
    margin: auto;
    background-color: #fafafa;
  }
  .section-news .content .right-side .card {
    display: flex;
    width: 100%;
    background-color: #fafafa;
    border: none;
    box-shadow: none;
    flex-direction: column;
  }
  .right-side .card img {
    width: 90%;
    margin-bottom: 20px;
    object-fit: cover;
    border: none;
  }
  .right-side .card .card-category {
    width: 70%;
    display: grid;
    grid-template-columns: auto auto;
    font-size: 1.9em;
    color: gray;
    padding: 10px;
    text-align: left;
  }
  .left-side .info .date {
    padding: 15px 5px;
    font-weight: 300;
    text-align: left;
  }

  .left-side .info .type {
    padding: 0px 10px;
    font-weight: 300;
    color: #1f1f1f;
  }

  .left-side .info a {
    padding: 10px 10px;
    text-decoration: none;
    color: #00a8ff;
    font-weight: 300;
  }
  .card-content {
    width: 100%;
  }
}

@media screen and (min-width: 1250px) {
  .section-news {
    width: 100%;
    background-color: #fafafa;
    text-align: center;
    padding-top: 50px;
  }
  .section-news .content {
    display: flex;
    max-width: 64%;
    margin: auto;
    position: relative;
  }
  .section-news .content .left-side {
    width: 50%;
    margin-right: 30px;
  }

  .section-news .content .left-side img {
    width: 100%;
    height: 520px;
    object-fit: cover;
  }
  .left-side .info {
    width: 48%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.761);
    text-align: center;
    top: 371px;
    left: 0px;
    z-index: 20;
    margin: 12px;
    padding: 10px;
  }

  .section-news .content .right-side {
    width: 50%;
    padding-left: 45px;
    padding-top: 5px;
    background-color: #fafafa;
  }

  .section-news .content .right-side .card {
    display: flex;
    width: 100%;
    background-color: #fafafa;
    border: none;
    box-shadow: none;
  }
  .right-side .card img {
    height: 130px;
    object-fit: cover;
    border: none;
  }
  .right-side .card .card-category {
    width: 123%;
    display: flex;
    font-size: 1.9em;
    color: gray;
    padding: 15px 12px;
  }
  .left-side .info .date {
    padding: 1px;
    padding: 0px 10px;
    font-weight: 300;
  }

  .left-side .info .type {
    padding: 0px 10px;
    font-weight: 300;
    color: #1f1f1f;
  }

  .left-side .info a {
    padding: 0px 10px;
    text-decoration: none;
    color: #00a8ff;
    font-weight: 300;
  }
  .card-content {
    width: 100%;
    padding: 3px 10px;
  }
}

.section-news h1 {
  font-size: 3em;
  padding: 20px;
}

.section-news p {
  font-size: 1.3em;
  font-weight: 200;
  margin-bottom: 30px;
  padding: 0px 30px;
}

.left-side .info .info-title {
  font-size: 3em;
  color: #00a8ff;
  font-weight: bold;
}


.left-side .info .info-category {
  width: 100%;
  display: flex;
  font-size: 1.9em;
  color: gray;
  padding: 15px 12px;
  justify-content: center;
}

.left-side .info a:hover {
  color: #00aaffbe;
}

.left-side .info .card-button {
  font-size: 1.8em;
  font-weight: 300;
  padding: 12px 25px;
  float: left;
  background-color: #00a8ff;
  border-radius: 20px;
  color: white;
  margin-left: 38%;
}

.left-side .info .card-button:hover {
  opacity: 0.5;
  cursor: pointer;
}

.right-side .card .card-title {
  font-size: 2.5em;
  color: #00a8ff;
  font-weight: bold;

}



.right-side .card .card-category .date {
  padding: 1px;
  border-right: 1px solid #1f1f1f;
  padding: 0px 10px;
  font-weight: bold;
}

.right-side .card .card-category .type {
  padding: 0px 10px;
  border-right: 1px solid #1f1f1f;
  font-weight: bold;
  color: #1f1f1f;
}

.right-side .card .card-category a {
  padding: 0px 10px;
  text-decoration: none;
  color: gray;
  font-weight: bold;
}
.right-side .card .card-category a:hover {
  color: #c9c9c9;
}

.card .card-content .card-button {
  font-size: 2em;
  font-weight: bold;
  padding: 11px 20px;
  float: left;
}

.card .card-content .card-button:hover {
  color: black;
  cursor: pointer;
}

.card .card-content .card-button i {
  padding: 0px 8px;
}

.right-side hr {
  font-weight: 100px;
  color: #e8e8e8;
  opacity: 0.3;
  margin-bottom: 30px;
}

@media screen and (max-width: 1250px) {
  footer {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #008fd6;
  }

  footer .content {
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto;
    color: white;
    font-size: 0.9em;
    text-align: center;
  }
  .center > p {
    padding: 10px 0px;

    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1250px) {
  footer {
    width: 100%;
    padding-top: 20px;
    background-color: #008fd6;
  }

  footer .content {
    max-width: 64%;
    margin: auto;
    display: grid;
    grid-template-columns: 29% 35% 35%;
    color: white;
    font-size: 0.9em;
  }
  .center > p {
    padding: 10px 0px;
    margin-right: 25px;
    margin-bottom: 35px;
  }
}

.left {
  width: 100%;
  padding: 10px;
}

.links {
  padding: 10px 0px;
}
.links p a {
  text-decoration: none;
  color: white;
}
.links p {
  padding: 4px 0px;
}
.links p a:hover {
  color: #7ad3ff;
}

.center {
  padding: 10px;
  width: 100%;
}

footer .content .title {
  font-size: 1.3em;
  color: #7ad3ff;
}

.right {
  width: 100%;
  padding: 10px;
}

.right h2 {
  font-weight: 300;
}

.right .top {
  padding: 10px 0px;
}

.right .bottom {
  padding: 12px 0px;
}

.right .bottom a {
  text-decoration: none;
  color: white;
}
.right .bottom a:hover {
  color: #7ad3ff;
}

.center h3 {
  color: #7ad3ff;
}

.right h2 {
  color: #7ad3ff;
}

footer hr {
  max-width: 62%;
  margin: auto;
  color: #7ad3ffc9;
  border: 2px solid #7ad3ffc9;
}

.bottom-footer {
  width: 62%;
  height: 55px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 20px 10px;
  color: white;
}

.bottom-footer .icons img {
  padding: 0px 2px;
  cursor: pointer;
}

.bottom-footer p a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

@media screen and (max-width: 1250px) {
  .service-container {
    width: 100%;
    text-align: center;
    background-attachment: fixed;
    position: relative;
    font-size: 0.8em;
  }
  .banner h1 {
    font-size: 2rem;
    padding: 150px 100px;
    color: white;
    text-align: center;
  }
  .centerImage {
    width: 95% !important;
  }
  .netoyageCenter > div:nth-child(2) > img:nth-child(2) {
    width: 100%;
    object-fit: cover;
  }
  div.netoyageTop:nth-child(5) > div:nth-child(1) > img:nth-child(2) {
    width: 100%;
  }

  div.netoyageTop:nth-child(8) > div:nth-child(1) > img:nth-child(2) {
    width: 100%;
    object-fit: cover;
  }
  .service-footer p {
    text-align: center !important;
  }

  .linkBlox {
    padding: 10px;
    background-color: #0d0e47;
    width: 100%;
    z-index: 20;
    align-items: center;
    margin: auto;
    position: absolute;
    bottom: 0%;
    left: 0%;
  }
  .netoyageTop {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }

  .metoyageLeft img {
    width: 100%;
    object-fit: cover;
  }

  .netoyageCenter .netoyageLeft h1 {
    font-size: 2.3em;
    margin-top: 50px;
    padding: 10px;
    color: #4285f4;
  }

  .metoyageLeft h1 {
    font-size: 2.3em;
    margin-top: 50px;
    padding: 20px 20px;

    color: #4285f4;
  }

  .metoyageRight p {
    font-size: 1em;
    text-align: left;
    padding: 3px 0px;
    line-height: 1.6em;
    text-align: center;
  }
  .service-body img {
    width: 100%;
    object-fit: cover;
  }
  .netoyageCenter {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 10px;
  }
  .service-body .centerImage {
    display: flex;
    justify-content: center;
    width: 100%;
    object-fit: cover;
    padding-left: 24px;
  }
  .netoyageCenter .netoyageLeft {
    width: 100%;
    text-align: center;
  }
  .netoyageCenter .netoyageLeft h1 {
    padding: 15px;
  }
  .netoyageTop .metoyageLeft {
    width: 100%;
  }
  .netoyageTop .metoyageRight h1 {
    padding: 15px;
  }
  .netoyageTop .metoyageRight p {
    padding: 15px;
    text-align: center;
  }
  .service-container .banner {
    width: 100%;
    height: 350px;
    background-image: url(images/wood.jpg);
    background-size: cover;
    position: relative;
  }
  .banner .background {
    position: absolute;
    background-color: rgba(0, 149, 255, 0.196);
    z-index: 1;
    height: 350px;
    top: 0px;
    left: 0px;
    width: 100%;
    color: white;
  }
}
@media screen and (min-width: 1250px) {
  .metoyageRight {
    width: 100% !important;
  }
  .service-container {
    width: 100%;
    background-image: url(images/peinture-coisserie-casablanca.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .banner h1 {
    font-size: 6em;
    float: right;
    padding: 150px 100px;
    color: #c0c0c9;
  }

  .linkBlox {
    padding: 10px;
    background-color: #0d0e47;
    width: 400px;
    margin: 150px 50px;
    z-index: 20;
  }
  .netoyageTop {
    display: flex;
    padding: 20px;
    width: 100%;
  }

  .metoyageLeft img {
    width: 100%;
    height: 535px;
    object-fit: cover;
    padding-left: 25px;
  }

  .netoyageCenter .netoyageLeft h1 {
    font-size: 2.3em;
    margin-top: 2px;
    padding: 10px 20px;
    color: #4285f4;
    margin-bottom: -7px;
  }

  .netoyageCenter .netoyageRight {
    padding: 20px 100px;
  }
  .metoyageLeft h1 {
    font-size: 2.3em;
    margin-top: -9px;
    padding: 20px 20px;
    color: #4285f4;
  }

  .metoyageRight p {
    font-size: 1em;
    text-align: left;
    padding: 3px 40px;
    line-height: 1.6em;
  }
  .service-body img {
    width: 100%;
    object-fit: cover;
    padding-right: 70px;
  }
  .netoyageCenter {
    display: flex;
    padding: 20px;
    margin-bottom: 10px;
  }
  .service-body .centerImage {
    display: flex;
    justify-content: center;
    width: 1400px;
    margin: auto;
    object-fit: cover;
  }
  .netoyageCenter .netoyageLeft {
    width: 100%;
  }
  .netoyageTop .metoyageLeft {
    width: 100%;
  }
  .service-container .banner {
    width: 100%;
    height: 300px;
    background-color: transparent;
    background-size: cover;
    background-color: transparent;
    position: relative;
  }
  .banner .background {
    position: absolute;
    background-color: rgba(0, 149, 255, 0.196);
    z-index: 1;
    height: 350px;
    top: 0px;
    left: 0px;
    width: 100%;
    color: white;
  }
}

.linkBlox a {
  text-decoration: none;
  color: white;
  font-size: 1.6em;
  padding: 10px 10px;
  font-weight: bold;
}

.content .linkBlox a:hover {
  color: #00aaff;
  cursor: pointer;
}

.service-body {
  width: 100%;
  margin: auto;
  background: #fff;
  font-size: 1em;
}

.service-body .title {
  font-size: 2.9em;
  margin-top: 50px;
  padding: 20px 40px;
  color: #001b5b;
}

.service-body .sous-title {
  font-size: 1.9em;
  color: #4285f4;
}

.service-body p {
  font-size: 15px;
  padding: 3px 3px;
  line-height: 30px;
  /* padding-left: 40px; */
}

.metoyageRight h1 {
  font-size: 2.3em;
  margin-top: 9px;
  padding: 7px 0px !important;
  color: #4285f4;
  padding-bottom: 69px;
}

.metoyageRight .sous-title {
  font-size: 1.5em;
}

.metoyageRight hr {
  max-width: 90%;
  margin: auto;
  color: rgba(128, 128, 128, 0.124);
  font-size: 0.1em;
}

.netoyageCenter .netoyageLeft .sous-title {
  font-size: 1.6em;
  padding-left: 20px;
}

@media screen and (max-width: 1250px) {
  .netoyageCenter .netoyageLeft p {
    font-size: 1.1em;
    text-align: left;

    text-align: center;
    padding: 1px;
    line-height: 2em;
  }
}
@media screen and (min-width: 1250px) {
  .netoyageCenter .netoyageLeft p {
    font-size: 14.5px;
    text-align: left;

    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 80px;
    padding-left: 20px;
    line-height: 2em;
  }
}

.service-body .button-left {
  text-align: center;
  padding: 20px 20px;
}

.service-body .button-left a {
  text-decoration: none;
  padding: 12px 20px;
  background-color: #001b5b;
  font-size: 1.1em;
  color: #fff;
  border-radius: 100px;
}

.netoyageCenter .netoyageLeft ul {
  margin-left: 20px;
}

.netoyageCenter .netoyageLeft i {
  font-size: 0.4em;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.netoyageCenter .metoyageRight p a {
  text-decoration: none;
  color: black;
}
.netoyageCenter .metoyageRight h1 {
  padding: 10px 0px;
}
.netoyageCenter .metoyageRight p {
  padding: 1px 40px;
}
.netoyageCenter .metoyageRight hr {
  margin-bottom: 20px;
}

@media screen and (max-width: 1250px) {
  .service-body .content-service-bidy {
    display: flex;
    flex-direction: column;
    font-size: 1.2em;
    padding: 0px 30px;
  }
  .service-body .content-service-bidy .left-right {
    width: 100%;
  }
  .service-body .content-service-bidy .right-right {
    width: 100%;
  }
}

@media screen and (min-width: 1250px) {
  .service-body .content-service-bidy {
    display: flex;
    font-size: 1.2em;  }
  .service-body > p:nth-child(2) {
    padding: 10px 40px !important;
  }
  p.sous-title:nth-child(3) {
    padding: 10px 0px !important;
  }
  .service-body .content-service-bidy .left-right {
    width: 50%;
  }
  .service-body .content-service-bidy .right-right {
    width: 50%;
  }
}

.service-body .content-service-bidy p {
  padding-right: 40px;
  padding-left: 5px;
  font-size: 0.9em;
  padding-bottom: 30px;
}
.service-body .content-service-bidy h4 {
  padding: 5px;
}

.service-body .service-footer {
  width: 100%;
  padding: 20px;
  margin-bottom: 70px;
}
.service-body .service-footer h1 {
  font-size: 2.3em;
  margin-top: 3px;
  padding: 10px 20px;
  color: #4285f4;
}
.service-body .service-footer p {
  font-size: 1.1em;
  text-align: left;
  padding: 3px 20px;
  line-height: 2em;
}

@media screen and (max-width: 1250px) {
  .section-descriton {
    width: 100%;
    margin: auto;
    margin-top: 70px;
  }
  .section-descriton p {
    font-size: 1.1em;
    margin: 35px 20px;
    text-align: center;
    line-height: 1.9em;
    font-weight: 300;
  }
  .section-descriton h1 {
    font-size: 2em;
    margin: 35px 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1250px) {
  .section-descriton {
    width: 100%;
    margin: auto;
    margin-top: 120px;
  }
  .section-descriton p {
    font-size: 1.1em;
    margin: 35px 300px;
    text-align: center;
    line-height: 1.9em;
    font-weight: 300;
  }
  .section-descriton h1 {
    font-size: 2em;
    margin: 0px 300px;
    text-align: center;
  }
}

.section-fixed {
  position: fixed;
  bottom: 15%;
  right: 20px;
  z-index: 100;
  font-family: "Font Awesome 6 Free" !important;
}

.section-top {
  width: 100%;
  text-align: center;
}
.section-top h1 {
  color: #1266f1;
  font-size: 3em;
  padding-top: 70px;
  padding-bottom: 30px;
  margin-top: 50px;
}
.section-top .container {
  display: flex;
  max-width: 64%;
  margin: auto;
}

.section-top .container .left {
  width: 100%;
}

.section-top .container h2 {
  font-size: 2.2em;
  padding: 20px;
  text-align: left;
  color: black;
  font-weight: bold;
}

.section-top .container h3 {
  font-size: 1.5em;
  padding: 20px 0px;
  text-align: left;
  color: black;
  font-weight: bold;
}

.section-top .container img {
  width: 100%;
  box-shadow: 5px 10px 10px rgba(128, 128, 128, 0.407);
}
.section-top .container .right {
  width: 100%;
  padding: 100px 10px;
  text-align: left;
}
.section-top .container .right p {
  padding: 10px 20px;
  font-size: 1.1em;
}
.section-top .container .right button {
  padding: 14px 30px;
  border-radius: 30px;
  background-color: #4285f4;
  font-size: 1.6em;
  color: white;
  margin: 40px 20%;
  cursor: pointer;
  border: none;
  font-weight: 400;
}
.section-top .container .right .link a {
  text-decoration: none;
  color: #008fd6;
  display: block;
  font-size: 1.2em;
}
.section-top .container .left p {
  font-size: 1.1em;
  text-align: left;
  line-height: 1.9em;

  padding: 10px;
}

.section-top.center .container .left img {
  box-shadow: none;
}

.section-top.center .container .left {
  width: 140%;
}

.section-top.center .container .right {
  width: 80%;
  margin-left: 80px;
}

.section-top.center {
  margin-bottom: 100px;
}

.service-body hr {
  max-width: 64%;
  margin: auto;
  color: rgba(0, 0, 0, 0.16);
}

.description {
  width: 100%;

  padding: 40px;
  line-height: 1.8em;
  text-align: left;
  padding-bottom: 50px;
}

.service-body .top-section h1 {
  font-size: 2.5rem;
  padding-top: 70px;
  padding-bottom: 30px;
  margin-top: 50px;
  color: #4f4f4f;
}
.service-body .top-section .container {
  display: flex;
  padding: 20px;
}

.service-body .top-section .container .left h2 {
  font-size: 2em;
  padding: 20px;
  text-align: center;
  color: black;
  font-weight: bold;
  padding: 10px;
  color: #4f4f4f;
}
.service-body .top-section .container .left h6 {
  font-size: 1.3rem;
  padding: 20px;
  text-align: center;
  color: #206ff1;
  font-weight: 400;
}
.service-body .top-section .container .left h2 {
  font-size: 2rem;
  padding: 10px;
  text-align: center;
  color: black;
  color: #4f4f4f;
}

@media screen and (max-width: 1250px) {
  .service-body .top-section {
    width: 100%;
    margin: auto;
  }
  .service-body .grid-container {
    width: 64%;
    margin: auto;
    display: grid;
    grid-template-columns: auto;
    padding: 40px 10px;
    gap: 3em;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .service-body .top-section .container {
    display: flex;
    flex-direction: column;
  }
  .service-body .top-section .container .left {
    width: 100%;
  }
  .service-body .top-section .container .right {
    width: 100%;
  }

  .service-body .top-section .container .right img {
    width: 244px;
    height: 180px;
  }
}

@media screen and (min-width: 1250px) {
  .service-body .top-section .container {
    display: flex;
  }
  .service-body .top-section .container .left {
    width: 60%;
  }
  .service-body .top-section .container .right {
    width: 40%;
  }
  .service-body .top-section {
    width: 64%;
    margin: auto;
  }
  .service-body .grid-container {
    width: 64%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 40px 10px;
    gap: 3em;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .service-body .top-section .container .right img {
    width: 244px;
    height: 180px;
    float: right;
  }
  .service-body .center-section.pourquoi p {
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.6;
    padding: 5px 11px;
    max-width: 64%;
    margin: AUTO;
    color: gray;
    padding: 20px 0px;
  }
  .service-body .top-section.pourquoi h2 {
    font-size: 1.75rem;
    text-align: center;
    width: 70%;
    padding-bottom: 20px;
    color: #4f4f4f;
  }
}

.service-body .grid-container .grid-item h6 {
  font-size: 1.3rem;
  padding: 20px;
  text-align: center;
  color: #206ff1;
  font-weight: 500;
}

.service-body .grid-container .grid-item p {
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.6;
  padding: 5px 11px;
  text-align: center;
  color: gray;
}
.service-body .grid-container .grid-item i {
  font-size: 2rem;
  color: rgb(86, 86, 86);
}

.service-body .top-section.pourquoi img {
  width: 250px;
}

.service-body .center-section.pourquoi {
  margin-bottom: 60px;
}

@media screen and (max-width: 1250px) {
  .blog-body .blog-container {
    padding: 20px 10px;
    display: grid;
    grid-template-columns: auto;
    margin-top: 30px;
  }
  .blog-body {
    max-width: 100%;
    margin: auto;
  }
  .blogs-container .banner .content h1 {
    width: 75%;
    margin: auto;
    color: white;
    font-weight: 500;
  }
  .blogs-container {
    width: 100%;
    background-image: url(images/background-blog.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .blog-body .blog-container .blog-item .blog-button {
    background-color: #13287e;
    border-radius: 25px;
    color: white;
    box-shadow: 2px 4px 12px -1px rgba(0, 0, 0, 0.323);
    padding: 12px 15px;
    margin: 10px;
  }
}
@media screen and (min-width: 1250px) {
  .blog-body .blog-container {
    padding: 20px 10px;
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 30px;
  }
  .blog-body {
    max-width: 87%;
    margin: auto;
  }
  .blogs-container .banner .content h1 {
    width: 58%;
    margin: auto;
    color: white;
    font-weight: 500;
  }
  .blogs-container {
    width: 100%;
    background-image: url(images/background-blog.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .blog-body .blog-container .blog-item .blog-button {
    float: left;
    background-color: #13287e;
    border-radius: 25px;
    color: white;
    margin-left: 38%;
    margin-top: 15px;
    box-shadow: 2px 4px 12px -1px rgba(0, 0, 0, 0.323);
    padding: 12px 15px;
  }
}

.blogs-container .banner {
  width: 100%;
  height: 400px;
  position: relative;
}

.blogs-container .banner .background {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.579);
  z-index: 1;
  height: 400px;
  top: 0px;
  left: 0px;
  width: 100%;
  color: white;
}

.blog-body .blog-container .blog-item h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #4f4f4f;
  line-height: 1.2;
  padding: 10px;
}

.blog-body .blog-container .blog-item .blog-image img {
  width: 95%;
  height: 240px;
  object-fit: cover;
  box-shadow: 2px 6px 18px rgba(0, 0, 0, 0.375);
}

.blog-body .blog-container .blog-item .blog-image {
  margin-bottom: 10px;
}

@keyframes opacity {
  0% {
  }
  100% {
    opacity: 0.8;
  }
}

.blog-body .blog-container .blog-item .blog-image:hover {
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.blog-body .blog-container .blog-item {
  text-align: center;
  margin-bottom: 20px;
}

.blog-body .blog-container .blog-item p {
  color: #4f4f4f;
  line-height: 1.6;
  padding: 10px;
}

.blog-body .blog-container .blog-item .blog-button a {
  text-decoration: none;
  color: white;
  font-size: 0.7rem;
  padding: 10px 20px;
  font-weight: 400;
}
.blog-body .blog-container .blog-item {
  margin: 25px 0px;
}

.pagination_section {
  text-align: center;
  align-items: center;
  padding: 50px 0px;
  margin-bottom: 50px;
}
/* pagination styling */

.pagination_section a {
  color: black;
  padding: 10px 18px;
  text-decoration: none;
}
.pagination_section a.active {
  background-color: rgba(128, 128, 128, 0.096);
  font-weight: 500;
}
/* pagination hover effect on non-active */

.pagination_section a:hover:not(.active) {
  background-color: rgba(128, 128, 128, 0.096);
}

@media screen and (max-width: 1250px) {
  .astus-container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .astus-container .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .astus-container .right .right-container .container-left img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.173);
  }
  .astus-container .right {
    padding: 30px;
  }
  .astus-container .right .right-container .container-left {
    padding: 30px 0px;
  }
  .astus-container .right .right-container .container-right {
    text-align: left;
    padding: 40px 0px !important;
  }
  .astus-container .right .right-container .container-right p i {
    float: right;
  }
}
@media screen and (min-width: 1250px) {
  .astus-container {
    width: 87%;
    margin: auto;
    display: flex;
    margin-top: 40px;
  }
  .astus-container .left {
    width: 180%;
    margin-bottom: 50px;
  }
  .astus-container .right .right-container {
    display: flex;
    padding: 15px 0px;
  }
  .astus-container .right .right-container {
    display: flex;
    padding: 15px 0px;
  }
  .astus-container .right .right-container .container-left img {
    width: 110px;
    height: 70px;
    border-radius: 10px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.173);
  }
  .astus-container .right {
    padding-top: 20px;
    margin-left: 30px;
  }
}

.astus-container .left  h1 {
  font-size: 2.5rem;
  font-weight: 700 !important;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #4f4f4f;
}
.astus-container .right  h1 {
  font-size: 2.03rem;
  font-weight: 700 !important;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #4f4f4f;
}
.astus-container .left img {
  width: 100%;
  height: 437;
  padding: 15px 0px;
}

.astus-container .right .right-container .container-left img:hover {
  animation: opacity ease 0.9s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.astus-container .right h5 {
  font-weight: 700 !important;
  text-align: center !important;
  padding-bottom: 0.5rem !important;
  margin-bottom: 0.9rem !important;
  font-size: 1.25rem;
  color: #4f4f4f;
}

.astus-container .right .right-container .container-right p a {
  text-decoration: none;
  cursor: pointer;
  color: #4f4f4f !important;
  padding: 8px;
}
.astus-container .right .right-container .container-right p {
  padding: 5px 20px;
}

.astus-container .left h3 {
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #4f4f4f;
}
.astus-container .left p {
  font-size: 16px;
  padding: 10px 0px;
  line-height: 1.6;
  color: #4f4f4f;
  text-align: justify;
}

@media screen and (max-width: 1250px) {
  .particulier-body .particulier-container {
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
    padding: 10px;
  }
  .particulier-body .particulier-container .elemnts {
    display: flex;
    flex-direction: column;
  }

  .particulier-body .particulier-container h1 {
    font-weight: 700 !important;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center !important;

    padding: 30px;
    color: #1266f1;
  }
  .particulier-body .particulier-container h2 {
    font-weight: 700 !important;
    margin-top: 50px;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center !important;

    padding-top: 40px;
    color: #1266f1;
  }
  .particulier-body .particulier-container p {
    font-family: var(--mdb-font-roboto);
    line-height: 1.6;
    font-size: 1rem;
    color: #4f4f4f !important;
    text-align: center !important;
    padding: 15px;
  }
}
@media screen and (min-width: 1250px) {
  .particulier-body .particulier-container {
    width: 65%;
    margin: auto;
    margin-bottom: 50px;
  }
  .particulier-body .particulier-container .elemnts {
    display: flex;
    justify-content: space-around;
  }

  .particulier-body .particulier-container h1 {
    font-weight: 700 !important;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center !important;

    padding: 30px;
    color: #1266f1;
  }
  .particulier-body .particulier-container h2 {
    font-weight: 700 !important;
    margin-top: 50px;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center !important;

    padding-top: 40px;
    color: #1266f1;
  }
  .particulier-body .particulier-container p {
    font-family: var(--mdb-font-roboto);
    line-height: 1.6;
    font-size: 1.1rem;
    color: #4f4f4f !important;
    text-align: center !important;
    padding: 15px;
  }
}

.particulier-body {
  background-color: white;
}

.particulier-body .particulier-container h6 {
  font-family: var(--mdb-font-roboto);
  line-height: 1.6;
  font-size: 1.1rem;
  color: #1266f1 !important;
  padding: 20px;
  text-align: center !important;
  font-weight: bold;
}

@media screen and (max-width: 1250px) {
  .error-container .container .button-acceil {
    float: left;
    background-color: #00aaff;
    border-radius: 30px;
    color: white;
    margin-left: 12%;
    margin-top: 15px;
    box-shadow: 2px 4px 12px -1px rgba(0, 0, 0, 0.228);
    padding: 8px 30px;
  }
  .error-container .container {
    text-align: center;
    font-size: 1.2rem;
  }
  .error-container .container p {
    color: #4f4f4f !important;
    font-size: 0.7rem;
    line-height: 1.6;
    padding: 10px;
  }
}

@media screen and (min-width: 1250px) {
  .error-container .container .button-acceil {
    float: left;
    background-color: #00aaff;
    border-radius: 30px;
    color: white;
    margin-left: 38%;
    margin-top: 15px;
    box-shadow: 2px 4px 12px -1px rgba(0, 0, 0, 0.228);
    padding: 8px 30px;
  }
  .error-container .container {
    text-align: center;
    font-size: 1.75rem;
  }
  .error-container .container p {
    color: #4f4f4f !important;
    font-size: 1.1rem;
    line-height: 1.6;
    padding: 10px;
  }
}

.error-container {
  width: 100%;
  justify-content: center;
  display: flex;
  padding: 60px;
  background-color: #7171710b;
}

.error-container .container h3 {
  color: #4f4f4f !important;
  line-height: 1.6;
}

.error-container .container .button-acceil:hover {
  background-color: #0094df;
}

.error-container .container .button-acceil a {
  text-decoration: none;
  color: white;
  font-size: 1.4rem;
  padding: 20px;
  font-weight: 400;
}

.error-container .container {
  padding: 20px;
}

@media screen and (max-width: 1250px) {
  .maintenance-container {
    width: 100%;
    margin: auto;
    display: grid;
    margin-top: 50px;
  }
  .maintenance-container .description h1 {
    font-size: 1.3rem;
    color: gray;
    line-height: 1.6;
    text-align: center;
  }
  .maintenance-container .button-maintenance {
    float: left;
    background-color: #00aaff;
    border-radius: 30px;
    color: white;
    float: right;
    box-shadow: 2px 4px 12px -1px rgba(0, 0, 0, 0.228);
    padding: 10px 20px;
    text-align: center;
    margin: 0px 20%;
  }
  .maintenance-container .button-maintenance a {
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
    padding: 20px;
    font-weight: 400;
  }
  .maintenance-container .footer h1 {
    font-size: 0.7rem;
    color: gray;
    line-height: 1.6;
  }

  .maintenance-container .footer {
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1250px) {
  .maintenance-container {
    width: 70%;
    margin: auto;
  }
  .maintenance-container .description h1 {
    font-size: 2rem;
    color: gray;
    line-height: 1.6;
  }
  .maintenance-container .button-maintenance {
    float: left;
    background-color: #00aaff;
    border-radius: 30px;
    color: white;
    float: right;
    box-shadow: 2px 4px 12px -1px rgba(0, 0, 0, 0.228);
    padding: 17px 30px;
    margin-right: 110px;
    margin-top: 20px;
  }
  .maintenance-container .button-maintenance a {
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    padding: 20px;
    font-weight: 400;
  }
  .maintenance-container .footer h1 {
    font-size: 1.6rem;
    color: gray;
    line-height: 1.6;
  }

  .maintenance-container .footer {
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 170px;
  }
}

.maintenance-container .description {
  padding: 50px;
}

.maintenance-container .button-maintenance:hover {
  background-color: #0094df;
}

@media screen and (max-width: 1250px) {
  .partenaire-row {
    width: 100%;
    padding: 50px;
  }
  .partenaire-grid {
    display: grid;
    grid-template-columns: auto;
    width: 100%;
  }

  .partenairegrid-item {
    border: 1px solid #dee2e6 !important;
    padding: 1rem !important;
    background-color: #f8f9fa !important;
    text-align: justify;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    margin-top: 0.7rem !important;
    text-align: center !important;
  }
}

@media screen and (min-width: 1250px) {
  .partenaire-row {
    width: 70%;
    margin: auto;
    padding: 50px;
  }
  .partenaire-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    gap: 2rem;
  }

  .partenairegrid-item {
    border: 1px solid #dee2e6 !important;
    padding: 1rem !important;
    background-color: #f8f9fa !important;
    text-align: justify;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    margin-top: 0.5rem !important;
  }
}

.partenaire-container {
  width: 100%;
}

  
@media screen and (min-width: 1250px) {
  .contact-container {
    width: 70%;
    margin: auto;
    padding: 50px;
  }

  .contact-row {
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 30px 0px;
    gap: 2rem;
  }
  .contact-form-row {
    display: grid;
    grid-template-columns: 48% 49%;
    gap: 2rem;
  }
  .contact-container .contact-right {
    width: 100%;
    padding: 0px 20px;
  }
}

.contact-container h2 {
  margin: 0;
  font-weight: 600;
  font-size: 31px;
  color: #303030;
  line-height: 40px;
  padding: 10px 0px;
}

 .contact-container p {
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-weight: 300;
  color: #626262;
}

 /*style contact fotm star*/
 form {
  padding: 30px;
  color: #000000;
  background-color: #e7bd3de9;
  border-radius: 10px;
  font-weight: 600;
}


/*style contact fotm End*/

.importantblog{
  margin-top: 2% !important;
  margin-bottom: 2% !important;
  padding-top: 2% !important;
  padding-right: 2% !important;
  padding-bottom: 2% !important;
  padding-left: 2% !important;
  background-color: #f8f4eb !important;
}
.ASTUCEblog{
  margin-top: 2% !important;
  margin-bottom: 2% !important;
  padding-top: 2% !important;
  padding-right: 2% !important;
  padding-bottom: 2% !important;
  padding-left: 2% !important;
  background-color: #e7eef4 !important;
}
.nav-link{
  text-decoration: none;
  position: relative;
  margin-right: 5px;
  display: block;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

#ccc {
  color: white;
  background-color: #2e59be;
  border-radius: 30px;
  font-size: 16px;
  width: max-content;
  margin-left: 30%;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  
}

.number1tel{
  color: #ccc;
}

#imageVernis{
  height: 86%;
}

#imageVernis1{
  height: 88.6%;
}

#imageVer {
  height: 65%;
}

#imgfacade1{
  height: 63%;
}
#imgfacade2{
  height: 80%;
}
#imgfacade3{
  height: 85%;
}

#imgpeinent1{
  height: 87%;
}
#imgpeinent2{
  height: 76%;
}

#imgpeinent3{
  height: 77%;
}

#imgpeinex01{
  height: 73%;
}

#imgrevmur{
  height: 87%;
}


#imgrevmur1{
  height: 82%;
}

#imgser02{
  height: 86%;
}


#imgspboiseri1{
  height: 89%;
}

#imgspboiseri2{
  height: 83%;
}


#imgspboiseri3{
  height: 83%;
}

#imgpdecor{
  height: 90%;
}

#imgpdecor1{
  height: 82%;
}

#imgspairles1{
  height: 79%;
}

#imgspmais{
  height: 89%;
}

#imgspmais1{
  height: 75%;
}

#imgpvill{
  height: 90%;
}

#imgpvill1{
  height: 80%;
}

#imgpcorp{
  height: 88%;
}

#imgsrevbati{
  height: 85%;
}

#imgsrevbati1{
  height: 73%;
}

#imgsrevbati2{
  height: 73%;
}
.contentp{
  margin: 0% 3%; 
}

#imgspeincasa{
  height: 89%;
}

#imgsrecom{
  height: 89%;
}

#imgsrecom1{
  height: 70%;
}

#imgsrecom2{
  height: 78%;
}

#imgspeiexter{
  height: 88%;
}

#imgspeiexter2{
  height: 77%;
}

#imgsdeco2{
  height: 80%;
}
@media screen and (min-width: 1250px){
  .banner .backgroundcover {
    position: absolute;
    background-color: rgba(0, 149, 255, 0.196);
    z-index: 1;
    height: 302px;
    top: 0px;
    left: 0px;
    width: 100%;
    color: white;
}
}
.numrfoot{
  color: #fff;
}