/* Tajawal Font */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Satisfy&family=Space+Grotesk:wght@300;400;500;600;700&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Satisfy&family=Space+Grotesk:wght@300;400;500;600;700&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
/* Styles css */
@import url(./styles/style-creation-societe.css);

@import url(./styles/style-blog.css);

@import url(./styles/blog-details-page.css);

@import url(./styles/contact.css);

@import url(./styles/a-propos.css);

@import url(./styles/demande-devis.css);

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --color1: rgb(228, 110, 53);
  --color2: rgb(243, 243, 243);
  --color3: rgb(22, 22, 22);
  --color4: #848484;
}

html {
  scroll-behavior: smooth;
}

body {
  /* font-family: "Manrope", sans-serif; */
  /* font-family: 'Tajawal', sans-serif; */
  width: 100%;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Tajawal', sans-serif;
  /* font-family: "Open Sans", sans-serif; */
}

body p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
}

/* */
.contain {
  width: min(100% - 0px, 95em);
  margin-inline: auto;
  /* width: 100%;
  margin: 0;  */
}

/* ......Loader Page..... */
#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: var(--color4);
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader img {
  width: 10em;
  animation: scale 3s 2s infinite ease-in-out;
}

@keyframes scale {
  0% {
    transform: scale(0.2);
  }

  100% {
    transform: scale(1);
  }
}

/* ................... Loader Page End.......... */
/* ................... Search Page Start.......... */

.search-page {
  min-width: 100%;
  height: 100vh;
  background-color: #000000f0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  display: none;
}

.search-page.open {
  display: flex;
}

.search-page .search-close {
  width: 100%;
  align-self: flex-end;
  font-size: 30px;
  color: #ffff;
  background-color: #9f9f9f00;
}

.search-page .search-close i {
  width: 100%;
  text-align: end;
  padding: 30px 40px;
}

.search-page .fa-xmark:hover {
  background-color: #9f9f9f6e;
}

.search-page .search-case {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  align-self: center;
  background-color: #e46d31;
  color: #fff;
  width: 40%;
  height: 80px;
  text-align: center;
}

.search-page .search-case input {
  width: 85%;
  height: 100%;
  font-size: 25px;
  color: #000;
  outline: none;
  border: none;
}

.search-page .search-case input::placeholder {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  padding-left: 10px;
}

.search-page .search-case i {
  width: 14%;
  height: 100%;
  font-size: 20px;
  background-color: #0A72EF;
  line-height: 4;
  cursor: pointer;
}

/* ........Address Email Reseaux first part ...... */
.address-information {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color3);
  color: var(--color4);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 15px;
}

.email-address,
.reseaux-socaiux {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.email-address .div {
  padding: 1px 6px;
}

.email-address .div p {
  margin: 0;
}

.email-address i {
  color: #0A72EF;
}

.reseaux-socaiux div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 3px;
}

.reseaux-socaiux div p {
  padding: 2px 10px;
  transition: all 0.3s ease-in;
  margin: 0;
}

.reseaux-socaiux div p:hover {
  color: #fff;
  transition: all 0.3s ease-in;
}

.reseaux-socaiux div .span {
  padding: 2px 5px;
}

.reseaux-socaiux div .span:hover {
  color: var(--color4);
}

.reseaux-socaiux .reseaux {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reseaux-socaiux .reseaux i {
  padding: 0px 10px;
  font-size: 15px;
  color: #fff;
  transform: rotateY(0deg);
}

.reseaux-socaiux .reseaux i:hover {
  color: #0A72EF;
  /* transform: transform 0.3s ease; */
  transform: rotateY(180deg);
  transition: all 0.5s ease-in;
}

/* ...................... First-section Start.......... */
/* ............nav...... */
.section {
  width: 100%;
}

.First-section {
  background-color: #fff;
  overflow: hidden;
}

nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 25px;
  /* background-color: rgba(255, 255, 255, 0.5); */
  border: 1px solid #ffffff1a;
  /* box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); */
  z-index: 10;
  color: #fff;
  font-size: 16px;
  background-color: #fff;
  position: fixed;
  top: 0;
  /* background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); */
}

nav a {
  width: 10%;
}

nav a img {
  width: 100%;
}

nav ul li {
  display: inline-block;
  padding: 0px 15px;
  position: relative;
  height: 100%;
}

nav ul li a i {
  font-size: 14px;
  padding: 0px 2px;
}

nav ul,
nav ul li a {
  list-style: none;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  padding: 18px 5px;
  margin: 0;
  font-weight: 600;
  position: relative;
}

nav ul li a:hover {
  color: #000;
  transition: all .4s ease-in-out;
}

nav ul li a.active {
  color: #000;
}

.tele-btn {
  background-color: white;
  ;
  color: white;
  border: 1px solid black;
  padding: 10px 20px;
  transition: all .4s ease-in-out;
}

.tele-btn:hover {
  background-color: #0A72EF;
  border: 1px solid var(--color3);
  transition: all .4s ease-in-out;
}

.tele-btn:hover>a {
  color: var(--color3);
  transition: all .4s ease-in-out;
}

.telephone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 30px 5px;
}

.telephone i,
.telephone p {
  padding: 0px 20px;
  margin: 0;
}

.telephone i {
  animation: telephone 1s 2s infinite ease-in-out;
}

@keyframes telephone {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.7);
  }

  100% {
    transform: scale(1);
  }
}

.telephone p {
  border-left: 1px solid #ffffff1a;
}

/* .................Drops box ......*/
.drop {
  position: absolute;
  top: 230%;
  background-color: #fff;
  width: 250px;
  visibility: hidden;
  transform: translateY(10%);
  transition: all 0.3s ease-in;
  text-align: start;
  padding: 0px;
  z-index: 80;
}

.drop li {
  display: block;
  padding: 10px 0px 10px 5px;
}

.drop li:hover {
  color: #fff;
  background-color: #0A72EF;
}

.drop li a {
  color: #000;
  font-weight: 500;
}

nav>ul>li:hover .drop {
  visibility: visible;
  transform: translateY(0%);
  transition: all 0.3s ease-in;
}

/* ................. NAV 2 Start................. */
.nav2 {
  width: 100%;
  background-color: #fefefe;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 25px;
  /* position: relative; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  visibility: hidden;
  transform: translateY(10%);
  transition: all 0.3s ease-in;
  display: none;
}

.nav2.play {
  visibility: visible;
  transform: translateY(0%);
  transition: all 0.3s ease-in;
}

.nav2 .logo-img {
  width: 18%;
}

.nav2 .logo-img img {
  width: 100%;
}

.nav2 .search {
  padding: 0px 10px 0px 5px;
  border-left: 1px solid #9f9f9f;
}

.nav2 .search i {
  padding: 0px 15px;
  font-size: 20px;
  color: #777;
  cursor: pointer;
}

/* ................. NAV 2 End................. */
/* .......................... NAVBAR-MENU Start......... */
.navbar-menu {
  width: 30%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #181818;
  color: #ffff;
  z-index: 99;
  overflow-y: scroll;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  transform: translateX(350%);
  transition: all .4s ease-in-out;
}

.navbar-menu.opened {
  transform: translateX(0%);
  transition: all .4s ease-in-out;
}

.navbar-menu .menu-close {
  align-self: flex-end;
  margin-bottom: 50px;
  padding: 15px 20px 0px 0px;
}

.navbar-menu .menu-close i {
  font-size: 26px;
}

.navbar-menu .menu-img {
  width: 35%;
  margin-bottom: 0px;
}

.navbar-menu .menu-img img {
  width: 100%;
}

.navbar-menu .little-navbar-menu {
  width: 100%;
  margin-bottom: 50px;
}

.navbar-menu .little-navbar-menu details {
  width: 100%;
  cursor: pointer;
  border-bottom: 0.5px solid rgba(98, 98, 98, 0.492);
  padding: 20px;
}

.navbar-menu .menu-list {
  list-style: none;
  padding: 0;
}

.navbar-menu .menu-list li {
  padding: 8px 0px;
}

.navbar-menu .menu-list li a {
  text-decoration: none;
  color: #fff;
}

.navbar-menu .menu-list li a.active {

  color: #0A72EF;
}

.navbar-menu .menu-list li:hover a {
  color: #0A72EF;
}

.navbar-menu .little-navbar-menu details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-menu .little-navbar-menu details summary a {
  text-decoration: none;
  color: #fff;
}

.navbar-menu .little-navbar-menu details summary a.active {
  color: #0A72EF;
}

.navbar-menu .little-navbar-menu details summary:hover {
  color: #0A72EF;
}

.navbar-menu .little-navbar-menu details summary::marker {
  content: "";
}

.navbar-menu p {
  color: #cccccc;
  font-size: 16px;
  font-weight: 600;
}

.navbar-menu .menu-reseaux {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px;
}

.navbar-menu .menu-reseaux i {
  margin: 0px 6px;
  padding: 10px;
  font-size: 17px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  transform: rotateY(0deg);
}

.navbar-menu .menu-reseaux i:hover {
  color: #0A72EF;
  transform: rotateY(180deg);
  transition: all .5s ease-in;
}

/* .......................... NAVBAR-MENU End......... */
/* ..................Slider Section Start.......... */
.swiper1 {
  width: 100%;
  position: relative;
  background-color: #000;
}

.swiper1 .swiper-slide {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 0;
  /* margin-top: 35px; */
}

.swiper-slide div {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.swiper1 .swiper1-item {
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 170px 40px 150px 80px;
}

.swiper1 .swiper1-item1 {
  background: url(./images/expertise-comptable.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper1 .swiper1-item2 {
  background: url(./images/bg-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper1 .swiper-slide h1 {
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  color: black;
}

.swiper1 .swiper-slide p {
  font-size: 28px;
  color: #0A72EF;
}

/* ..........Button Hover Effect */
.swiper1 .swiper-slide .btn {
  position: relative;
  margin: 30px 0px 0px 0px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  background-color: #000;
  padding: 25px 40px;
  letter-spacing: 2px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  user-select: none;
  text-align: left;
}

.swiper1 .swiper-slide .btn:hover {
  background-color: #0A72EF;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

/* ........................... */
.First-section .swiper-slide {
  width: 100%;
  background-color: #000;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  display: none;
}

.swiper-pagination-bullet:nth-child(1),
.swiper-pagination-bullet:nth-child(2) {
  display: flex;
  align-self: center;
  background-color: #0A72EF;
  padding: 6px;
}


/*...................Section 1 end */
/* ............... Section 2 start ............. */
.section2 {
  /* background-color: #000; */
  background-color: rgb(230, 230, 230);
  width: 100%;
  position: relative;
  margin-block-start: 80px;
}

.title {
  padding: 30px 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #000;
}

.title-section2>p {
  font-size: 16px;
  font-weight: 500;
}

.title div {
  width: 50%;
}

.title div p {
  font-size: 14px;
  font-weight: 500;
}

.title div h3 {
  font-weight: 800;
  font-size: 40px;
}

.title-section2 div h3 {
  /* color: #ffffff; */
  color: #000;
  font-weight: 800;
  font-size: 40px;
}

.title>p {
  width: 48%;
}

.line {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #0A72EF;
  margin: 5px;
}

.line-right {
  margin-left: 20px;
}

.cards {
  width: 100%;
  padding: 30px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.card:nth-child(1) {
  background: url(./images/team-work1.avif);
}

.card:nth-child(2) {
  background: url(./images/team-work2.avif);
}

.card:nth-child(3) {
  background: url(./images/team-work3.avif);
}

.cards .card {
  position: relative;
  width: 31%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: bottom;
  background-size: cover;
  padding: 160px 20px 30px 20px;
  border-radius: 0;
  border-top: 3px solid #0A72EF;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.cards .card h4 {
  padding: 0em 5em;
  font-weight: 800;
  font-size: 18px;
  background-color: white;
  color: #0A72EF;
}

.cards .card p {
  padding: 0em 2em;
  font-weight: 600;
  font-size: 15px;
  /* color: #777777fd; */
  background-color: wheat;
}

.cards .card .card-icon {
  position: absolute;
  top: 90%;
  background-color: #fff;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.cards .card img {
  color: #fff;
  background-color: #0A72EF;
  padding: 22px;
  border-radius: 50%;
  font-size: 22px;
  width: 80px;
  vertical-align: middle;
}

/* ............... Section 2 end ............. */
/* ............... Section 3 start ............. */
.section3 {
  padding: 140px 70px 60px 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #777777fd;
}

.image-team-work {
  width: 48%;
}

.image-team-work img {
  width: 100%;
  vertical-align: middle;
}

.work-description {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.title-section3 {
  justify-content: center;
  flex-direction: column;
  padding: 10px 0px;
}

.title-section3 div h3 {
  font-weight: 800;
  color: #000;
}

.title-section3 p {
  color: #000;
  padding: 20px 0px 0px 0px;
}

.title-section3 div,
.title-section3 p {
  width: 100%;
}

.list {
  list-style: none;
  padding: 0;
}

.list li {
  font-weight: 700;
  color: #000;
  padding: 6px 75px;
}

.list li i {
  font-size: 17px;
  color: #0A72EF;
  padding: 0px 3px 0px 0px;
}

.call {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.telephone2 {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.telephone2 i {
  width: 10%;
  font-size: 19px;
  padding: 0px 3px 0px 0px;
}

.telephone2 div {
  width: 90%;
}

/* .telephone2 p {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
} */

.telephone2 h4 {
  padding: 2px 0px;
  font-size: 18px;
  font-weight: 700;
}

.since {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 50%;
}

.since div {
  padding: 20px 40px;
  background-color: var(--color2);
  color: var(--color4);
  text-align: center;
  line-height: 1;
  position: relative;
}

.since div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -15%;
  left: -15%;
  border: 1px solid var(--color2);
  z-index: -2;
}

.since div i {
  color: #0A72EF;
  font-size: 18px;
}

.since div p {
  margin: 3px 0px;
}

.work-description a {
  text-align: center;
  margin: 12px 6px 24px 7px;
  padding: 12px 13px;
  color: #fff;
  background-color: #000;
  width: 40%;
  border-radius: 0;
  font-size: 17px;
  letter-spacing: 2px;
  transition: all .4s ease-in-out;
}

.work-description a:hover {
  color: #fff;
  background-color: #0A72EF;
  transition: all .4s ease-in-out;
}

/* ............... Section 3 end ............. */
/* ............... Section 4 Start ............. */
.section4 {
  background-color: var(--color2);
}

.title-section4 {
  width: 100%;
}

.title-section4 div h3 {
  color: #000;
  font-weight: 800;
  font-size: 40px;
}

/* .title-section4 p {
  /* color: #000; 
} */

.section4-content {
  padding: 30px 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.section4-content .six-cards {
  width: 78%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 10px;
}

.section4-content .six-cards .card-item {
  position: relative;
  width: 32%;
  background-color: #fff;
  margin-bottom: 17px;
}

.section4-content .six-cards .card-item div {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  padding: 50px 0px 30px 0px;
  transition: all 1s ease-in-out;
}

.section4-content .six-cards .card-item div h5 {
  width: 100%;
  align-self: flex-end;
  background: linear-gradient(160deg, #f4f2f2, #fff);
  font-size: 18px;
  padding: 5px 15px;
  color: #fff;
  font-size: 20px;
  transition: all 1s ease-in;
}

.section4-content .six-cards .card-item div h3 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  padding: 8px 25px 5px 25px;
}

.section4-content .six-cards .card-item div i {
  padding: 15px;
  position: absolute;
  top: 17%;
  left: 65%;
  color: #fff;
  background-color: #0A72EF;
  font-size: 25px;
  border-radius: 50%;
}

.section4-content .six-cards .card-item div:hover {
  background-color: #0A72EF;
  transition: all 1s ease-in;
}

.section4-content .six-cards .card-item div:hover h5 {
  background: linear-gradient(160deg, rgb(247, 131, 74), #ff9560);
  transition: all 1s ease-in;
}

.section4-content .six-cards .card-item div:hover h3 {
  color: #fff;
  transition: all 1s ease-in;
}

.section4-content .six-cards .card-item div:hover i {
  color: #0A72EF;
  background-color: #fff;
  transition: all 1s ease-in;
}

.section4-content .card-Annonce {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background: linear-gradient(rgba(0, 0, 0, 0.496), black),
    url(./images/team-office.avif);
  background-size: cover;
  padding: 2px 8px;
}

.section4-content .card-Annonce p {
  font-size: 12px;
  font-weight: 700;
  color: #0A72EF;
}

.section4-content .card-Annonce h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  line-height: 36px;
  letter-spacing: -1px;
}

.section4-content .card-Annonce a {
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  background-color: #0A72EF;
  color: #fff;
  padding: 15px 26px;
  margin-top: 10px;
  transition: all 1s ease-in;
}

.section4-content .card-Annonce a:hover {
  background-color: #000;
  color: #0A72EF;
  transition: all 0.5s ease-in-out;
}

/* ............... Section 4 End ............. */
/* ............... Section 5 Start ............. */
.section5 {
  padding: 50px 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.title-section5 {
  width: 100%;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.title-section5 div {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.title-section5 div div .line {
  margin: 2px 3px;
}

.title-section5 div div .line-right {
  margin-left: 20px;
}

.title-section5 div h3 {
  color: #000;
}

.title-section5 div p {
  color: #000;
}

.section5 .projects {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section5 .projects p {
  text-align: center;
  font-size: 18px;
  color: #4f4f4f;
}

/* ........For Swiper */
.swiper2 {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
}

.swiper2 .swiper-slide {
  width: 25%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.swiper2 .swiper-slide .imag-content {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0%;
  background-color: #0A72EF;
  clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  transform: translateY(200%);
  visibility: hidden;
  padding: 30px;
  transition: all .5s ease-in-out;
}

.swiper2 .swiper-slide .imag-content p span {
  color: #dddddda5;
  font-size: 11px;
}

.swiper2 .swiper-slide .imag-content span:hover {
  color: #fff;
}

.swiper2 .swiper-slide .imag-content span:nth-child(2) {
  color: #dddddda5;
}

.swiper2 .swiper-slide .imag-content h3 {
  color: var(--color2);
  font-size: 22px;
  font-weight: 700;
}

.swiper2 .swiper-slide .imag-content h3:hover {
  color: rgba(255, 255, 255, 0.864);
  /* font-size: 25px; */
  font-weight: 700;
}

.swiper2 .swiper-slide:hover .imag-content {
  transform: translateY(100%);
  visibility: visible;
  transition: all .5s ease-in-out;
}

.swiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 30vh;
  object-fit: cover;
  position: relative;
}

/* ............... Section 5 End ............. */
/* ............... Section 6 start ............. */
.section6 {
  padding: 30px 70px;
  width: 100%;
}

/* ........For Swiper3 */
.swiper3 {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper3 .swiper-wrapper {
  width: 100%;
}

.swiper3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 5%;
  padding: 5px;
}

.swiper3 .swiper-slide img {
  width: 100%;
  filter: grayscale(1);
  transition: all 0.4s ease-in-out;
}

.swiper3 .swiper-slide img:hover {
  width: 100%;
  filter: grayscale(0);
  transition: all 0.4s ease-in-out;
}

/* ................. Section 6 end ............. */
/* ................. Section 7 Start ............. */
.contain7 {
  width: 100%;
  background-color: #e46d31;
  /* background: linear-gradient(to bottom, rgb(29, 29, 29),rgb(255, 255, 255) ); */
}

.section7 {
  padding: 40px 70px 30px 70px;
  width: 100%;
  /* background: linear-gradient(to bottom, rgb(29, 29, 29), rgb(243, 243, 243)); */
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: min(100% - 0px, 95em);
  margin-inline: auto;
  background-color: #e46d31;
}

.chiffres-cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  padding: 20px;
  background-color: transparent;
  /* border: 1px solid #5d5d5d; */
  /* border-radius: 10px; */
}

.chiffre-card {
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.chiffre-card div {
  width: 50%;
  padding: 14px;
  border: 1px solid #5d5d5d;

  /* border: 1px solid #0A72EF; */
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(30% 0%,
      70% 0%,
      100% 30%,
      100% 70%,
      70% 100%,
      30% 100%,
      0% 70%,
      0% 30%);
}

.chiffre-card div i {
  font-size: 50px;
  padding: 20px;
  color: #0A72EF;
  background-color: #ffffff;
  border: 1px solid #0A72EF;
}

.chiffre-card h3 {
  font-size: 38px;
  font-weight: 600;
  color: #ffffff;
  padding: 15px 0px 0px 0px;
  margin: 0;
}

.chiffre-card p {
  font-size: 18px;
  color: #cccccc;
}

.carte {
  position: relative;
  width: 80%;
  text-align: center;
  /* margin-top: 10px; */
  padding: 0px 30px 0px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
  /* background-color: #0A72EF; */
}

.carte::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 75%;
  background-color: #0A72EF;
  z-index: -1;
}

.carte div {
  width: 20%;
  position: relative;
}

.carte img {
  position: relative;
  vertical-align: bottom;
}

.carte h2 {
  width: 50%;
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  padding-top: 60px 0px 0px 30px;
}

.carte a {
  width: 20%;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
  margin-top: 60px;
}

.carte a:hover {
  color: #000;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}

/* ................. Section 7 end ............. */
/* ................. Section 8 Start ............. */
.contain8 {
  width: 100%;
  /* background-color: rgb(243, 243, 243); */
}

.section8 {
  width: 100%;
  background-color: rgb(243, 243, 243);
  /* background-color: rgb(255, 255, 255); */
  background-color: transparent;
  padding: 30px 70px 25px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: min(100% - 0px, 95em);
  margin-inline: auto;
}

.title-section8 {
  padding: 20px 4px;
  width: 45%;
  justify-content: center;
  flex-direction: column;
}

.title-section8 p {
  width: 100%;
  /* font-family: "Open Sans", sans-serif; */
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

.title-section8 div p {
  color: #cccccc;
}

.section8 .swiper-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 80px 10px 0px;
  align-self: flex-end;
}

.section8 .swiper-button-next,
.section8 .swiper-button-prev {
  position: static;
  padding: 30px 35px;
  margin: 0;
  display: flex;
  width: 40px;
  text-align: center;
}

.section8 .swiper-button-next i,
.section8 .swiper-button-prev i {
  font-size: 22px;
}

.section8 .swiper-button-next {
  background-color: #000;
  color: #ffffff;
}

.section8 .swiper-button-prev {
  background-color: #ffffff;
  color: #000000;
}

.section8 .swiper-button-next:is(:hover, :focus),
.section8 .swiper-button-prev:is(:hover, :focus) {
  background-color: #0A72EF;
  color: #fff;
}

.section8 .swiper-button-next::after,
.section8 .swiper-button-prev::after {
  display: none;
}

.section8 .mySwiper4 {
  width: 55%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testimonials {
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 40px 0px 0px 0px;
  background-color: #fff;
}

.testimonials .testimonial {
  padding: 40px 40px 20px 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
  color: #4f4f4f;
  border-radius: 40px 0px 0px 0px;
}

.testimonial p {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  /* text-align: center; */
  color: #3e3e3e;
}

.testimonial i {
  font-size: 21px;
}

.testimonial:hover i {
  color: #0A72EF;
}

.testimonial .customer {
  animation: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0;
  /* position: absolute;bottom: -8%; */
}

.testimonial .customer img {
  width: 50px;
}

.testimonial .customer div {
  animation: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 5px 10px;
  vertical-align: bottom;
  margin: 0;
}

.testimonial .customer div h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.testimonial .customer div p {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

/* ................. Section 8 end ............. */
/* ................. Section 9 Start ............. */
.section9 {
  width: 100%;
  padding: 30px 70px 15px 70px;
  background-color: #ffffff;
}

.team-members {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0px;
}

.swiper5 {
  overflow: hidden;
}

.swiper5 p {
  font-size: 16px;
  font-weight: 600;
  /* color: var(--color3); */
  color: #000;
  word-spacing: 5px;
  /* text-align-last: left; */
  text-align: center;
}

.swiper5 p:nth-child(1):first-letter {
  font-size: 30px;
  color: #0A72EF;
}

.team-members .swiper-slide {
  position: relative;
  width: 31%;
  padding: 1px 1px 0px 1px;
  border-radius: 170px 170px 0 0;
  background: linear-gradient(180deg, #ffffff, #ffffff);
  transition: all 0.5s ease-in;
}

.team-members .swiper-slide:hover {
  background: linear-gradient(180deg, #0A72EF, #ffffff);
  transition: all 0.5s ease-in;
}

.team-members .swiper-slide .team-member {
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, #ffffff, #f0f0f0);
  border-radius: 170px 170px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 10px;
}

.team-member .team-img {
  width: 90%;
  padding: 0;
  overflow: hidden;
  border-radius: 160px 160px 0 0;
}

.team-member .team-img img {
  width: 100%;
  transform-origin: center;
  transition: all 0.5s ease-in;
}

.team-members .swiper-slide:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease-in;
}

.swiper-slide .team-member .member-name {
  width: 100%;
  padding: 10px 0px;
  background-color: #f0f0f0;
  text-align: center;
  align-items: center;
}

.team-member .member-name h4 {
  font-size: 22px;
  font-weight: 800;
  margin: 0px 0px 3px 0px;
  color: #000;
}

.team-member .member-name p {
  font-size: 13px;
  font-weight: 600;
  color: #9f9f9f;
}

.team-member .member-name .share-icon {
  font-size: 24px;
  padding: 18px;
  background-color: #0A72EF;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 4%;
  right: 8%;
}

.team-member .member-name .share {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 18%;
  padding: 5px 8px;
  opacity: 0;
  transition: all 0.4s ease-in;
}

.share-icon:hover .share,
.team-members>div:hover .share {
  top: 115%;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.team-member .member-name .share i {
  font-size: 18px;
  color: #000;
  padding: 5px 0px;
  transition: all 0.3s ease-in-out;
}

.team-member .member-name .share i:hover {
  color: #0A72EF;
  transition: all 0.3s ease-in-out;
}

/* ................. Section 9 end ............. */
/* ................. Section 10 start ............. */
.section10 {
  width: 100%;
  padding: 50px 70px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.section10 .title-section10 {
  width: 90%;
}

.section10 .swiper6 {
  width: 100%;
  overflow: hidden;
}

.section10 .swiper6 .blogs.swiper-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.swiper6 .blogs.swiper-wrapper .blog.swiper-slide {
  position: relative;
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 0;
  border: 1px solid var(--color2);
  margin: 0px;
  background-color: #ffffff;
  text-decoration: none;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide .image-blog {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide .image-blog img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide:hover .image-blog img {
  transform: scale(1.1);
  transform-origin: center;
  transition: all 0.4s ease-in-out;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide .information-blog {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 25px;
  margin: 0;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide .information-blog .autor-blog {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 4px 0px;
  margin: 0;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide .information-blog .autor-blog img {
  border: 3px solid #0A72EF;
  border-radius: 50%;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide .information-blog .autor-blog p {
  padding: 0px 5px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #4f4f4f;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide .information-blog .autor-blog p span {
  transition: all 0.4s ease-in-out;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide .information-blog .autor-blog p span:hover {
  color: #0A72EF;
  transition: all 0.4s ease-in-out;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide .information-blog h3 {
  font-size: 23px;
  font-weight: 800;
  color: #000;
  padding: 5px 0px;
  transition: all 0.3s ease-in-out;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide:hover .information-blog h3 {
  color: #0A72EF;
  transition: all 0.3s ease-in-out;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide .information-blog p {
  font-size: 14px;
  font-weight: 700;
  color: #565656;
  padding: 5px 0px;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide .information-blog .comments-blog {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 10px 20px;
  margin: 0;
  background-color: #f0f0f0;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide .information-blog .comments-blog p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #565656;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide .information-blog .comments-blog p i {
  font-size: 11px;
  letter-spacing: 0.6px;
  color: #0A72EF;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide .information-blog .date {
  width: max-content;
  height: min-content;
  background-color: #0A72EF;
  padding: 6px;
  margin: 0;
  position: absolute;
  top: 3%;
  left: 5%;
}

.section10 .blogs.swiper-wrapper .blog.swiper-slide .information-blog .date p {
  margin: 0;
  padding: 0;
  font-size: 10px;
  letter-spacing: 0.4px;
  color: #fff;
}

/* ................. Section 10 end ............. */
/* ................. Section 11 start ............. */
.section11 {
  width: 100%;
  padding: 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: column wrap;
  background: linear-gradient(140deg, rgb(24, 24, 24), rgb(107, 57, 34)),
    url(./images/contact-bgrd.png);
}

.section11 .contain-contact {
  width: 100%;
  background-color: #000;
}

.section11 .contact {
  width: 100%;
  padding: 40px 70px;

  width: min(100% - 0px, 95em);
  margin-inline: auto;
}

.section11 .title-section11 {
  width: 100%;
  position: relative;

  align-items: flex-start;
}

.section11 .title-section11 h3 {
  color: #ffff;
}

.section11 .title-section11 .phone {
  font-size: 18px;
  font-weight: 700;
  color: #ffff;
  background-color: #0A72EF;
  padding: 24px 18px;
  text-align: center;
  transition: all .4s ease-in-out;
}

.section11 .title-section11 .phone:hover {
  color: #0A72EF;
  background-color: #fff;
  transition: all .4s ease-in-out;

}

.section11 .contact .paragraph {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #bbbaba;
  word-spacing: 5px;
  text-align-last: left;
  padding: 12px 0px;
}

.section11 .title-section11 form {
  width: 100%;
  margin-top: 20px;
}

.section11 .title-section11 form div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.section11 .title-section11 form div input {
  width: 49%;
  padding: 22px 15px;
  outline: none;
}

.section11 .title-section11 form textarea {
  max-width: 100%;
  min-width: 100%;
  max-height: 30vh;
  min-height: 30vh;
  padding: 20px 15px;
  outline: none;
}

.section11 .title-section11 form button {
  padding: 20px 30px;
  background-color: #0A72EF;
  color: #fff;
  outline: none;
  border: none;
  font-size: 13px;
  font-weight: 700;
  margin: 18px 0px 0px 0px;
  letter-spacing: 0.4px;
}

.section11 .map {
  width: 100%;
  height: 40vh;
}

.section11 .map iframe {
  width: 100%;
  height: 100%;
}

/* ................. Section 11 end ............. */
/* ................. Footer Start ............. */
footer {
  width: 100%;
  padding: 0px;
  background-color: rgb(29, 29, 29);

}

.footer {
  padding: 60px 50px 50px 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: rgb(29, 29, 29);
  color: #fff;
}

.footer .footer-col {
  width: 25%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.footer .footer-col2 {
  width: 20%;
}

.footer .footer-col3 {
  width: 25%;
}

.footer .footer-col4 {
  width: 30%;
}

.footer .footer-col .footr-img {
  width: 80%;
}

.footer .footer-col .footr-img img {
  width: 100%;
  /* filter: drop-shadow(10px 8px 6px #d5d5d5); */
}

.footer .footer-col1 p {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  padding: 25px 6px;
  color: #979797;
}

.footer .footer-col1 .reseaux-sociaux {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2px 6px;
}

.footer .footer-col1 .reseaux-sociaux i {
  padding: 14px;
  font-size: 18px;
  color: #fff;
  transform: rotateY(0deg);
  background-color: #000;
  margin: 0px 8px;
  border-radius: 10px;
}

.footer .footer-col1 .reseaux-sociaux i:first-child {
  margin-left: 0px;
}

.footer .footer-col1 .reseaux-sociaux i:hover {
  color: #0A72EF;
  /* transform: transform 0.3s ease; */
  transform: rotateY(180deg);
  transition: all 0.5s ease-in;
}

.footer .footer-col h4 {
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 20px;
  position: relative;
}

.footer .footer-col h4::before {
  content: "";
  width: 50%;
  position: absolute;
  top: 80%;
  left: 0;
  margin-bottom: 12px;
  border-bottom: 2px solid #0A72EF;
}

.footer .footer-col2 h4::before {
  content: "";
  width: 50%;
  position: absolute;
  top: 90%;
  left: 0;
  margin-bottom: 12px;
  border-bottom: 2px solid #0A72EF;
}

.footer .footer-col ul {
  padding: 3px 0px;
}

.footer .footer-col ul li {
  list-style: none;
  padding: 6px 0px;
  color: #898989;
}

.footer .footer-col ul li i {
  list-style: none;
  padding: 0px 3px 0px 0px;
}

.footer .footer-col ul li a {
  text-decoration: none;
  color: #898989;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.footer .footer-col ul li a:hover {
  color: #0A72EF;
  transition: all 0.3s ease-in-out;
}

.contain-footer2 {
  background-color: rgb(23, 23, 23);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #898989;
  padding: 30px 50px;
}

.Copyright {
  width: 100%;
  background-color: rgb(23, 23, 23);

}

.Copyright p {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.Copyright p span {
  transition: all 0.3s ease-in-out;
}

.Copyright p span:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.Copyright img {
  width: 10%;
  /* filter: drop-shadow(10px 8px 6px #d5d5d5); */
}

.Copyright div a {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #898989;
  transition: all 0.3s ease-in-out;
}

.Copyright div a:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/* ................. Footer End ............. */
/* .......... TO Top Button */
.to-top {
  width: 50px;
  height: 50px;
  background-color: #0A72EF;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 50;
  opacity: 0;
  transform: translateY(20px);
  transition: all .4s ease-in-out;
}

.to-top.top {
  opacity: 1;
  transform: translateY(0px);
  transition: all .4s ease-in-out;
}

body p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2a2424;
  text-align: center;
  padding: 8px 21px;
}

/* -------------------------------------------------------------  Media Query of 1095
-------------------------------------------------------------------------------------- */
@media screen and (max-width: 1095px) {

  /* ------------------- First Section */
  .address-information {
    display: none;
  }

  nav {
    display: none;
  }

  .nav2 {
    visibility: visible;
    transform: translateY(0%);
    display: flex;
  }

  .search-page .search-case {
    width: 80%;
  }

  .navbar-menu {
    width: 100%;
  }

  .swiper {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .swiper-slide {
    padding: 0px 10px;
  }

  .swiper-slide div {
    width: 90%;
    padding: 20px 0px 0px 0px;
  }

  .swiper-slide h1 {
    font-size: 60px;
    font-weight: 800;
  }

  .swiper-slide p {
    font-size: 20px;
    color: var(--color4);
  }

  /* --------------------------- Section 2 */
  .title div {
    width: 100%;
  }

  .title>p {
    padding: 5px 8px;
    width: 100%;
    text-align: center;
  }

  .cards {
    width: 100%;
    padding: 30px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }

  .cards .card {
    position: relative;
    width: 80%;
    margin-bottom: 8em;
    background-color: #cccccc;
  }

  /* ----------------------------- Section 3 */
  .section3 {
    padding: 100px 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #777777fd;
  }

  .image-team-work {
    width: 80%;
  }

  .work-description {
    width: 80%;
    flex-direction: column;
  }

  .work-description .title-section3 div h3 {
    color: #000;
    font-size: 34px;
  }

  /* ...................... Section 4 ....... */
  .title-section4 div h3 {
    font-size: 34px;
  }

  .section4-content {
    padding: 30px 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column wrap;
  }

  .section4-content .six-cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 10px;
  }

  .section4-content .six-cards .card-item {
    position: relative;
    width: 48%;
    background-color: #fff;
    margin-bottom: 17px;
  }

  .section4-content .card-Annonce {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    background: linear-gradient(rgba(0, 0, 0, 0.496), rgba(0, 0, 0, 0.739)),
      url(./images/team-office.avif);
    background-size: cover;
    background-position: center;
    padding: 30px 40px;
  }

  /* ...................... Section 7 ....... */
  .carte {
    padding: 20px 10px;
    margin-top: 5px;
  }

  .carte div {
    display: none;
  }

  .carte img {
    display: none;
  }

  .carte::before {
    height: 100%;
  }

  .carte h2 {
    width: 90%;
    font-size: 34px;
    font-weight: 800;
    color: #ffffff;
    /* position: relative; */
  }

  .carte a {
    width: 26%;
    margin-top: 0;
  }
}

@media screen and (max-width: 950px) {

  /* ................. Footer ............. */
  .footer {
    width: 100%;
    padding: 40px 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .footer .footer-col {
    width: 50%;
    padding: 10px 20px;
    margin-bottom: 25px;
  }

  .footer .footer-col .footr-img {
    width: 50%;
  }
}

/* -------------------------------------------------------------  Media Query of 900
-------------------------------------------------------------------------------------- */
@media screen and (max-width: 900px) {

  /* ------------------- First Section */
  .nav2 {
    visibility: visible;
    transform: translateY(0%);
    display: flex;
  }

  .nav2 .logo-img {
    width: 15%;
  }

  .nav2 .search i {
    padding: 0px 15px;
    font-size: 16px;
    color: #777;
    cursor: pointer;
  }

  .swiper1 {
    width: 100%;
    height: 46vh;
    position: relative;
  }

  .swiper1 .swiper-slide {
    width: 100%;
  }

  .swiper1 .swiper1-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 140px 40px 20px 80px;
  }

  .swiper1 .swiper-slide div {
    margin: 0px;
  }

  .swiper1 .swiper-slide h1 {
    font-size: 40px;
    font-weight: 800;
  }

  .swiper-slide p {
    font-size: 14px;
    color: var(--color4);
  }

  /* ----------------------- Section 2 */
  .title {
    padding: 8px 12px;
  }

  .title div h3 {
    font-size: 40px;
    color: #000000;
    text-align : center;
  }

  .title div p {
    color: #000000;
  }

  .title-section2 div h3 {
    color: #121111;
  }

  .title-section2 div p {
    color: #0A72EF;
  }

  .cards {
    width: 100%;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }

  .cards .card {
    position: relative;
    width: 100%;
  }

  .cards .card h4 {
    padding: 0em 5em;
    font-weight: 800;
    font-size: 15px;
    color: #0A72EF;
  }

  .cards .card p {
    padding: 0em 2em;
    font-weight: 600;
    font-size: 13px;
    /* color: #777777fd;   */
    color: #fff;
  }

  /* ------------------------------- Section 3 */
  .section3 {
    padding: 60px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #777777fd;
  }

  .image-team-work {
    width: 100%;
  }

  .work-description {
    width: 100%;
    flex-direction: column;
  }

  .telephone2 {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .since {
    width: 80%;
  }

  .work-description a {
    width: 80%;
    font-size: 12px;
    letter-spacing: 5px;
    align-self: center;
  }

  /* .......................Section 4 ..... */
  .section4-content {
    padding: 30px 20px;
  }

  /* ..................... Section 5 ........ */
  .section5 {
    padding: 50px 20px;
  }

  /* ............... Section 6  ............. */
  .section6 {
    padding: 30px 20px;
  }

  /* ............... Section 7  ............. */
  .section7 {
    padding: 30px 20px;
  }

  .chiffre-card {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .carte {
    position: relative;
    width: 100%;
    padding: 50px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #0A72EF;
  }

  .carte h2 {
    width: 100%;
  }

  .carte a {
    width: 40%;
    margin-top: 40px;
  }

  /* ........................ Section8 */
  .section8 {
    padding: 40px 20px;
    width: 100%;
    /* background-color: #353434d4; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .title-section8 {
    padding: 20px 4px;
    margin-bottom: 10px;
    width: 100%;
    flex-direction: column;
  }

  .section8 .swiper-button {
    display: none;
  }

  .section8 .mySwiper4 {
    width: 90%;
    height: 100%;
  }

  /* ................. Section 9 Start ............. */
  .section9 {
    padding: 30px;
  }

  .title-section9 {
    padding: 5px 0px;
  }

  /* ................. Section 10 start ............. */
  .section10 {
    width: 100%;
    padding: 30px 40px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .section10 .title-section10 {
    width: 90%;
  }

  /* ................. Section 11 start ............. */
  .section11 {
    width: 100%;
    padding: 50px 0px 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .section11 .contact {
    width: 100%;
    padding: 40px 20px;
    background: linear-gradient(140deg, rgb(24, 24, 24), rgb(107, 57, 34)),
      url(./images/contact-bgrd.png);
  }

  .section11 .map {
    width: 100%;
    height: 50vh;
  }

  .section11 .title-section11 .phone {
    display: none;
  }

  .Copyright {
    width: 100%;
  }

  .contain-footer2 {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(23, 23, 23);
    color: #898989;
    text-align: center;
    padding: 30px 20px;
  }

  .Copyright p {
    margin-bottom: 8px;
  }

  .Copyright img {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 630px) {

  /* ................. Footer ............. */
  .footer {
    width: 100%;
    padding: 50px 20px 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .footer .footer-col {
    width: 100%;
    margin-bottom: 25px;
    padding: 10px 0px;
    align-items: center;
    text-align: center;
  }

  /*.footer .footer-col ul li a{
   font-size: 1px; 
}*/
  .Copyright img {
    width: 30%;
  }
}

/* Media Query of 750 */
@media screen and (max-width: 750px) {
  .swiper1 .swiper-slide h1 {
    font-size: 39px;
    font-weight: 800;
  }
}

/* -------------------------------------------------------------  Media Query of 500
-------------------------------------------------------------------------------------- */
@media screen and (max-width: 500px) {

  /* .............. First-section */
  .nav2 {
    padding: 15px 8px;
  }

  .nav2 .logo-img {
    width: 20%;
  }

  .nav2 .search i {
    padding: 0px 12px;
    font-size: 24px;
    color: #000;
    cursor: pointer;
  }

  .swiper1 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    padding: 0;
    margin: 0;
    /* padding: 90px 20px 80px 20px; */
  }

  .swiper1 .swiper1-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 100px 8px 20px 10px;
  }

  .swiper1 .swiper-slide h1 {
    font-size: 30px;
    font-weight: 800;
  }

  .swiper1 .swiper-slide p {
    font-size: 15px;
    font-weight: 800;
  }

  .swiper1 .swiper-slide .btn {
    position: relative;
    margin: 15px 0px 0px 0px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    padding: 22px 30px;
    letter-spacing: 1.2px;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    user-select: none;
    text-align: left;
  }

  .work-description .call {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column-reverse wrap;
    margin: 50px 0px;
  }

  /* ....................... Section 3  */
  .section4-content .six-cards .card-item {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
  }

  /* ............... Section 7  ............. */
  .chiffres-cards {
    justify-content: center;
  }

  .chiffre-card {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .carte {
    padding: 40px 20px;
    /* justify-content: center; */
  }

  .carte h2 {
    width: 100%;
    font-size: 20px;
  }

  .carte a {
    width: 100%;
    margin-top: 40px;
  }

  /* ........................ Section8 */
  .testimonials .testimonial {
    padding: 20px;
  }

  /* ................. Section 10 start ............. */
  .section10 {
    padding: 20px;
  }

  .section10 .title-section10 {
    width: 100%;
    padding: 5px 0px 10px 0px;
  }

  /* ................. Section 10 start ............. */
  .section11 .title-section11 form div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }

  .section11 .title-section11 form div input {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 18px;
    outline: none;
  }

  /*  .......... Footer */
  .footer .footer-col1 .reseaux-sociaux {
    width: 90%;
  }
}
.since {
margin-left: -100px;
margin-right: -100px;
}


/* .....................Import file Style  */