@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* Base CSS */
html {
  scroll-behavior: smooth;
}
.margtp {
  margin: 40px 0px 0px 0px;
}

.alignleft {
  float: left;
  margin-right: 15px;
}
.span-a svg {
  width: 14px;
  color: #019efc;
  margin-right: 4px;
}

.alignright {
  float: right;
  margin-left: 15px;
}
.pp-ico {
  color: white !important;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

.fix {
  overflow: hidden;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 15px;
  color: #0f487f;
  font-family: "Playfair Display", serif;
  display: block;
}

.page-top h1,
.agence_qualifie h1 {
  color: white;
}
.contact input::placeholder {
  color: #aaa;
}

.contacter-nous input::placeholder {
  color: #aaa;
}
body {
  color: #808899;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.btm-qoute {
  background: #17acd1;
  color: #fff;
  padding: 35px 50px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url(/dev/assets/img/base.webp);
}

@font-face {
  font-family: RusticLoveTattoo;
  font-display: swap;
  src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

a:hover {
  text-decoration: none;
}

/* Header bar section start */
.header-bar-section {
  border-bottom: 1px solid #f6f7f8;
  padding: 10px 0;
  display: block !important;
}
.img-head {
  margin-right: 5px;
}
.header-top-info .span-a {
  font-size: 13px;
  color: #1b5083;
  margin-right: 20px;
  display: flex;
}
.header-icone {
  display: flex;
  align-items: center;
  height: 100%;
}
.span-aa svg {
  width: 14px;
  margin-right: 4px;
  max-width: 14px;
}
.tt .span-a {
  display: block !important;
  margin-left: 20px;
}
.a-tel i {
  margin-right: 5px !important;
}
.ddn {
  margin: 0 20px;
}
.fil-ariane li {
  display: inline;
  font-size: 15px;
}
.fil-ariane {
  padding-left: 0px !important;
}
.fil-ariane strong {
  color: white;
}
.header-top-info span i {
  margin-right: 5px !important;
  color: #fff;
  padding-top: 3px;
}

.header-top-info.text-right-info {
  text-align: right;
}

.header-top-info.text-right-info a {
  font-size: 17px;
  background: #00aed9;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
}

.header-top-info.text-right-info a span {
  font-size: 13px;
  color: #fff;
}

.site-menu ul li a,
.site-menu > ul > li > .show-nos-realis-btn {
  /* color: #1b5083; */
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: 400;
  padding: 27px 0px;
  margin-right: 12px;
}
.float-header .site-menu > ul > li > .show-nos-realis-btn {
  color: #fff !important;
}
.site-menu > ul > li > .show-nos-realis-btn:hover {
  background: transparent;
}

.site-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-menu ul li {
  display: inline-block;
}

.site-main-menu-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.header-top-info.text-right-info a {
  margin-right: 0;
}

.site-social-icons a {
  color: #31aae2;
  font-size: 23px;
  margin-left: 12px;
}
.site-social-icons {
  display: flex;
}
.angle-down svg {
  max-width: 9px;
  width: 9px;
  margin-left: 5px;
}

.fix-header .site-menu ul li a,
.fix-header .site-social-icons a {
  color: unset !important;
}

.fix-header .site-menu ul .angle-down svg {
  color: #fff !important;
}

.fix-header .site-menu > ul > li > .show-nos-realis-btn {
  color: #fff !important;
}

.menu-svg svg {
  width: 15px;
  max-width: 15px;
  color: white;
}
.header-menu-area {
  z-index: 99;
}

.site-logo a img {
  max-width: 175px;
}

.single-thum-box {
  position: relative;
}

.pp-ico {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 17px;
  color: #fff;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-thum-box::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0f487f;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
}
/*
.single-thum-box:hover::after {
  opacity: .7;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
*/
.single-thum-box:hover .pp-ico {
  top: 50%;
  opacity: 1;
  visibility: visible;
  display: flex;
}

.site-menu ul li a i {
  font-size: 20px;
  padding-left: 9px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

/*
.site-menu ul li {
  position: relative;
} */
/*
.site-menu ul li ul {
  position: absolute;
  left: 0;
  top: 120%;
  z-index: 9;
  background: #1b5083;
  width: 250px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.site-menu ul li ul li a {
  margin: 0;
  padding: 11px 18px;
  display: block;
  font-size: 13px;
  color: #fff;
  border-bottom: 1px solid #ddd3;
  -webkit-transition: .3s;
  transition: .3s;
}
.site-menu ul li ul li {
  display: block;
  color: ;
}
.site-menu ul li ul li:last-child a {
  border: none;
}
.site-menu ul li:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.site-menu ul li ul li a:hover {
  background: #36d7ff;
  padding-left: 20px;
} */
/* Header bar section  END */

/* Hero area css start */
.testimonial-area .owl-nav button:focus {
  outline: none !important;
}

.single-hero-slier-item {
  height: 680px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sldier-texts .energiedin {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  display: block;
  margin-bottom: 25px;
}
.sldier-texts .energiedin.sf {
  color: #0f487f;
  font-size: 14px;
}
.sldier-texts .energiedin span {
  color: #36d7ff;
}

.sldier-texts .h1_titre {
  font-size: 35px;
  color: #fff;
  margin: 0 0 15px;
  font-family: "Playfair Display", serif;
  display: block;
}

.sldier-texts .h1_titre span {
  display: block;
  color: #36d7ff;
  font-size: 42px;
}

.sldier-texts p {
  font-size: 14px;
  color: #ebe6e6;
  margin-top: 35px;
  margin-bottom: 38px;
  text-align: justify;
  padding-right: 50px;
  line-height: 31px;
}

.h-sldier-btn a {
  background: #00aed9;
  font-size: 15px;
  width: 195px;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.h-sldier-btn a:hover {
  background: #1b5083;
  color: #fff;
}

.h-sldier-btn.custom a {
  width: auto;
  padding: 16px 25px;
}

.single-hero-slier-item {
  position: relative;
  z-index: 1;
}

.single-hero-slier-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #233b52;
  content: "";
  z-index: -1;
  opacity: 0.9;
}

.h-sldier-btn a.wt-btn {
  background: #fff;
  color: #1b5083;
}

.site-inner-area .section-title h1 {
  margin-bottom: 45px;
  font-size: 32px;
}

.rating-img {
  position: fixed;
  right: 0;
  top: 240px;
  z-index: 2;
  max-width: 100px;
  -webkit-filter: drop-shadow(0 0 10px #ddd);
  filter: drop-shadow(0 0 10px #ddd);
}

.hero-slier-wrp .owl-dots button span {
  width: 16px;
  height: 16px;
  background: transparent;
  display: inline-block;
  margin: 6px 5px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.hero-slier-wrp .owl-dots {
  width: 28px;
  text-align: center;
  position: absolute;
  right: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-slier-wrp .owl-dots button.active span {
  background: #fff;
}

/* Hero area css end */
/* Inner area css start */
.site-inner-area {
  background: #fafaff;
  padding: 100px 0;
}

.site-inner-area a {
  color: #fff;
}

#out-side-img {
  position: absolute;
  right: 0;
  padding-right: 0;
}

@media (max-width: 992px) {
  #out-side-img {
    position: relative;
    right: 0;
    padding-right: 0;
  }
}

.section-title h4 {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  padding-left: 50px;
  font-family: Arial, sans-serif;
  letter-spacing: 2px;
}

.section-title h4:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 40px;
  background-color: #36d7ff;
  top: 50%;
  left: 0;
}

.section-title > b,
.energiedin {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  padding-left: 57px;
  font-weight: 400;
  position: relative;
  color: #0f487f;
  display: inline-block;
}

.section-title > b:after,
.energiedin:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #00aed9;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-title .botton-title {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 50px;
  color: #0f487f;
  font-family: "Playfair Display", serif;
  font-size: 24px;
}

.section-title p.h2 {
  font-size: 45px;
  margin-bottom: 41px;
  margin-top: 10px;
  color: #0f487f;
  font-family: "Playfair Display", serif;
}

.overview-vdo-trigger {
  position: absolute;
}

.usr-vdo-blk {
  position: relative;
}

.overview-vdo-trigger {
  position: absolute;
  right: 40px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.overview-txt.txt-bold p {
  font-size: 16px;
  color: #808899;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  text-align: justify;
}

.overview-txt p {
  font-size: 15px;
  color: #808899;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  line-height: 30px;
}

.user-img-blk.usr-vdo-blk img {
  width: 100%;
}

.overview-vdo-trigger a {
  color: #fff;
  height: 60px;
  width: 60px;
  border: 2px solid;
  display: inline-block;
  text-align: center;
  line-height: 57px;
  font-size: 24px;
  border-radius: 50%;
  margin-right: 20px;
}

.overview-vdo-trigger a i {
  margin-left: 5px;
}

.usr-check-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.overview-txt-blk {
  position: relative;
}

.user-img-blk.usr-vdo-blk {
  position: absolute;
  left: 0;
  width: 48%;
  padding: 0;
  top: 50px;
}

.btn-rund {
  display: inline-block;
  background: #11addc;
  color: #fff;
  padding: 32px 19px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 2px solid #11addc;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  letter-spacing: 1px;
}

.usr-check-list li i {
  font-size: 18px;
  color: #10b4dd;
  display: inline-block;
}

.site-inner-area.inner-pg .section-title.inner-title {
  padding-right: 55px;
}

.section-title.inner-title h2 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 20px;
}

.c-inner .form-left-texts > p {
  padding-right: 0 !important;
  margin-bottom: 58px !important;
  line-height: 30px;
  text-align: justify;
}

.btn-rund i {
  font-size: 24px;
  font-weight: 800;
  margin-left: 10px;
}

.btn-rund:hover {
  background: none;
  color: #11addc;
  border: 2px solid;
}

.usr-check-list li p {
  font-size: 17px;
  color: #4e5f81;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.5;
  margin-left: 24px;
  text-align: left;
}

.usr-check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.usr-meta-info p {
  color: #fff;
  margin: 0;
  line-height: 1;
  font-size: 14px;
  text-transform: capitalize;
}

.usr-meta-info h4 {
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}

.usr-meta-info h4 span {
  color: #00eaff;
}

.section-title .bld-text {
  font-size: 14px;
  font-weight: 600;
}

.section-title p {
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
}

.section-title.inner-title h2 {
  font-size: 30px;
}

.section-title.inner-title h2 span {
  display: block;
}

@media (max-width: 991px) {
  .site-inner-area .user-img-blk {
    margin-bottom: 50px;
  }
  .off-canvas-menu > ul > li > .show-nos-realis-btn {
    color: #fff;
    display: block;
    padding: 20px 0;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #dddddd87;
  }
}

.user-img-blk {
  margin-left: auto;
  padding-left: 30px;
}

.single-service-blk img {
  width: 100%;
}

.single-content-blk p a {
  color: #26bfe5;
  display: inline-block;
}

.single-thum-box {
  height: 300px;
  position: relative;
}

.single-thum-box img {
  height: 100%;
  -o-object-fit: cover;
  width: 100%;
}

.ed-res .single-thum-box img {
  object-fit: cover;
}

.thum-content {
  position: absolute;
  left: 25px;
  top: 25px;
}

.thum-content b {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  position: relative;
  display: block;
}

.thum-content p {
  font-size: 15px;
  color: #fff;
  margin: 0;
  margin-top: 26px;
  padding-right: 50px;
  opacity: 0.8;
}

.thum-content b::after {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 20px;
  background: #00f6ff;
  content: "";
  height: 2px;
}

.tm-content h4 a {
  color: #0f487f;
}

.single-thum-box.full-ht {
  height: 100%;
}

.single-thum-box.full-ht img {
  width: 100%;
}

.single-form-blk input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-form-blk textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-content-blk p {
  text-align: justify;
  line-height: 28px;
}

.single-content-blk p.bld-text {
  font-weight: 600;
}

.single-content-blk {
  padding-right: 30px;
}

.single-content-blk.p-bth {
  padding-left: 15px;
  padding-right: 15px;
}

.single-content-blk.p-lft {
  padding-right: 0;
  padding-left: 30px;
}

.footer-menu ul li a:hover {
  color: #11addc;
}

.pd-rt {
  padding-right: 30px;
}

.pd-bth {
  padding-left: 15px;
  padding-right: 15px;
}

.pd-lft {
  padding-left: 30px;
}

.team-title {
  text-align: center;
}

.team-title p {
  color: #26bfe5;
  font-size: 38px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.team-area {
  background: #fafaff;
}

.team-single-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}

.single-team-img {
  max-width: 276px;
  min-width: 276px;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 600px) {
  .single-team-img {
    min-width: fit-content;
  }
}

.tm-content p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.tm-content p a {
  color: #0f487f;
}

.tm-content p span:not(.nom_eq) {
  display: block;
  font-size: 12px;
  color: #26bfe5;
  font-weight: 300;
  font-style: italic;
  margin-top: 3px;
}

.tm-content p .nom_eq {
  color: #0f487f;
  font-weight: 500;
  display: block;
}

.s-team-inner {
  background: #fff;
}

.tm-content {
  padding: 10px;
  height: 100px;
}

.tm-content p b {
  color: #0f487f;
  font-weight: 500;
}

.team-single-row {
  margin-bottom: 20px;
}

.site-menu ul li a.active {
}

.site-menu ul li a.active-menu {
  color: #31aae2;
}

.site-menu ul li a {
  position: relative;
}

.site-menu ul li a.active-menu:after {
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 25px;
  background: #31aae2;
  content: "";
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.s-team-inner {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.s-team-inner:hover {
  -webkit-box-shadow: -1.046px 14.963px 35px 0px rgba(66, 66, 73, 0.15);
  box-shadow: -1.046px 14.963px 35px 0px rgba(66, 66, 73, 0.15);
}
.site-inner-area.spicial-link a {
  color: #007bff;
}
.section-title .bld-text a {
  color: #00aed9;
}

.service-area .section-title h4 {
  display: inline-block;
}

.service-area {
  padding: 60px 0;
  background: #fafaff;
}

.testimonial-area .section-title {
  text-align: center;
}

.testimonial-area .section-title h4 {
  display: inline-block;
}

.section-title .content span {
  margin: 0 0 15px;
  color: #0f487f;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  display: block;
}

.sub-btn button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-btn button:hover {
  background: #00f6ff;
}

.sub-btn button:hover i {
  color: #fff;
}

.single-service-blk {
  height: 358px;
  position: relative;
  margin-bottom: 25px;
}

.single-service-blk img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-service-blk span {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 1;
  margin: 0;
  padding: 18px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 100%;
  padding-left: 34px;
}

.testimonial-area .owl-nav button span {
  display: block;
  text-align: right;
  color: #1b5083;
  margin-bottom: -8px;
}

.testimonial-area .owl-nav button.owl-next span {
  text-align: left;
}

.single-service-blk::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(15, 72, 127, 0.12)),
    to(rgba(15, 72, 127, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(15, 72, 127, 0.12) 0%,
    rgba(15, 72, 127, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f0f487f', endColorstr='#0f487f', GradientType=0);
}

.single-service-blk span::after {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #26bfe5;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-area .section-title {
  margin-bottom: 56px;
}

.pt-area {
  background-size: cover;
  background-position: center center;
}

.single-pt-blk p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  padding: 0 35px;
  margin: 0;
  word-spacing: 5px;
}

.pt-top-icon {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tst-content p {
  line-height: 26px;
}

.testimonial-area {
  background: #fafaff;
  padding: 80px 0;
}

.single-tst-slider {
  background: #fff;
  position: relative;
  padding: 30px;
  max-width: 77%;
  margin: 35px auto;

  min-height: 398px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.class-qt-img {
  position: absolute;
  right: 38px;
  top: -15px;
  width: 57px !important;
  max-width: 59px;
}

.tst-img a img {
  max-width: 100px;
  width: 100px;
}

.tst-img {
  width: 84px;
  margin-bottom: 20px;
}

.testi-info p {
  color: #1b5083;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 6px;
}

.testi-info p span {
  color: #808899;
}

.testi-info i {
  color: #ffe505;
}

.testi-info {
  margin-top: 30px;
}

.testi-info span {
  margin: 0 0 15px;
  color: #0f487f;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  display: block;
}

.testi-sldier-main {
  padding-left: 50px;
  padding-right: 50px;
}

.testimonial-area .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.testimonial-area .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.testimonial-area .owl-nav button i {
  font-size: 30px;
  color: #26bfe5;
}

.single-tst-slider {
  -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.06);
  box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.06);
}

.tesibtm-text {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  font-size: 15px;
  color: #797981;
}

.tesibtm-text p {
  margin: 0;
}

.tesibtm-text a {
  padding-left: 29px;
  margin-left: 68px;
  color: #1b5083;
  position: relative;
}

.tesibtm-text a:after {
  position: absolute;
  left: 0;
  top: 11px;
  width: 20px;
  height: 2px;
  background: #26bfe5;
  content: "";
}

.form-left-texts b {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  position: relative;
  padding-left: 27px;
  margin-bottom: 29px;
  display: block;
  font-weight: normal;
}

.form-left-texts b:after {
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 2px;
  background: #26bfe5;
  content: "";
}

.form-left-texts p {
  font-size: 15px;
  color: #e4e1e1;
  margin: 0;
  margin-top: 34px;
  padding-right: 100px;
}

.form-left-texts p a {
  color: #fff;
}

#form-contact .form-left-texts p a {
  color: #007bff;
}

.form-left-texts .h2 {
  font-size: 47px;
  font-weight: 700;
  color: #00f6ff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.form-left-texts .h2 span {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 32px;
}

.contact-form-area {
  background-size: cover;
  background-position: center center;
}

.frm-lft-contact-bx {
  background: #00d8ff8a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 76px;
  border-radius: 5px;
}

.frm-lft-contact-bx span i {
  height: 76px;
  width: 70px;
  background: #089ec2;
  text-align: center;
  line-height: 76px;
  color: #fff;
  font-size: 34px;
  border-radius: 5px 0px 0px 5px;
}

.frm-lft-contact-bx p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 10px;
  line-height: 1.4;
}

.form-left-contect-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -60px;
}

.form-left-texts .contact_title {
  font-size: 37px;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  margin-bottom: 60px;
}

.form-left-texts .contact_title strong {
  font-weight: bold;
}

.form-left-texts .contact_title span {
  color: #00f0ff;
}

.frm-lft-contact-bx p span {
  font-size: 12px;
  display: block;
  color: #f1eeee;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: 400;
}

.single-form-blk input {
  width: 100%;
  background: transparent;
  color: #fff;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #b3b4b5;
  height: 45px;
}

.single-form-blk textarea {
  background: transparent;
  border: none;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid #b3b4b5;
  width: 100%;
  resize: none;
  height: 153px;
}

.single-form-blk {
  margin-bottom: 21px;
}

.contact-form-area {
  padding: 60px 0;
}

.sub-btn {
  text-align: center;
  margin-top: 32px;
}

.sub-btn button {
  font-size: 15px;
  color: #12416f;
  background: #fff;
  border: none;
  width: 137px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
}

.sub-btn button i {
  padding-left: 5px;
  color: #00f6ff;
}

.promo-arae {
  background: #fafaff;
  padding: 0 0;
}

.single-p-item {
  text-align: center;
}

.single-p-item span {
  font-size: 21px;
  color: #12416f;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 26px;
}

.single-p-item p {
  color: #808899;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  line-height: 26px;
}

.d-i-blk {
  display: inline-block;
  margin: 0 0 15px;
  color: #0f487f;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 500;
}

.d-i-blk-line {
  position: relative;
  padding-left: 50px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0f487f !important;
}

.d-i-blk-line:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #42dafe;
  top: 50%;
  left: 0;
}

.pt-icon {
  margin-bottom: 18px;
}

.pt-icon img {
  max-width: 90px;
}

/* ofcanvas   */
.header-off-btn.menu-trigger {
  display: block;
  background: rgb(88, 165, 254);
  background: linear-gradient(
    45deg,
    rgba(88, 165, 254, 1) 20%,
    rgba(88, 165, 254, 1) 20%,
    rgba(32, 209, 253, 1) 99%
  );
  /* -webkit-filter: ;
  filter: ;
  progid: DXImageTransform.Microsoft.gradient(
    startColorstr= "#58a5fe",
    endColorstr= "#20d1fd",
    GradientType=1
  ); */
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 40px;
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 50%;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.header-off-btn.menu-trigger.right {
  display: none !important;
}

body .off-canvas-menu.active {
  overflow-y: auto !important;
  left: 0 !important;
}
.off-canvas-menu {
  width: 350px !important;
  display: block;
  background: #0b131e;
  position: fixed;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: -100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.off-canvas-menu .header-btn {
  margin-top: 30px;
  text-align: center;
}

.header-btn.off a {
  margin: 0;
}

.close-menu span {
  position: absolute;
  right: 20px;
  height: 32px;
  color: #000;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  top: 15px;
  background: #ffff;
  width: 32px;
}

.off-canvas-menu ul li a {
  color: #fff;
  padding: 0;
  display: block;
  padding: 20px 0;
  font-size: 16px;
  border-bottom: 1px solid #dddddd87;
}

.off-canvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.off-canvas-overlay.active {
  opacity: 0.6;
  z-index: 999;
  cursor: pointer;
}

.off-canvas-menu ul {
  margin-top: 65px;
  padding: 0;
  list-style: none;
}

.header-off-btn span {
  background: #283b91;
  height: 4px;
  width: 30px;
  display: block;
  border-radius: 14px;
  margin-bottom: 4px;
}

.header-off-btn {
  position: absolute;
  left: auto;
  z-index: 2;
  width: 30px;
  height: 22px;
  cursor: pointer;
  right: 70px;
}

.off-canvas-menu ul li {
  margin: 0 20px;
}

.header-off-btn.menu-trigger a {
  color: #fff;
  font-size: 18px;
}

.ofcanvas a {
  display: block;
  padding: 7px 20px;
  color: #fff;
}

.off-canvas-overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.header-btn.of-log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.header-mainmenu-2 .header-off-btn.menu-trigger a {
  color: #2f6f76;
}

.of li ul {
  margin: 0;
}

.of li ul li a {
  padding: 10px;
  font-size: 14px;
}

.ccw a {
  position: relative;
}

.ccw a i {
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.off-canvas-menu ul li[aria-expanded="false"] i.fa-angle-down {
  display: block !important;
}

.off-canvas-menu ul li[aria-expanded="true"] i.fa-angle-up {
  display: block !important;
}

.off-canvas-menu ul li a i {
  display: none;
}
.header-top-info.tt span.lien-a {
  display: flex;
  margin-bottom: 15px;
}
.header-top-info.tt a {
  color: #808899 !important;
  display: block;
  margin-left: 0px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-top: 0;
}

.header-top-info.tf.text-right-info {
  text-align: left;
}

.ddn {
  display: none;
}

/* start inner hero css */
.inner-hero-txt .energiedin {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 0 0 15px;
  line-height: 1.2;
}

.inner-hero-txt .energiedin span {
  color: #36d7ff;
}

.inner-hero-txt p,
.inner-hero-txt h1 {
  font-size: 35px;
  color: #fff;
}

.inner-hero-txt p {
  font-size: 16px;
}
.h2-seo {
  font-size: 42px !important;
}
.inner-hero-txt p span,
.inner-hero-txt h1 span {
  display: inline-block;
  color: #36d7ff;
  font-size: 42px;
}

.site-inner-hero {
  background-position: right !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: auto !important;
  padding: 60px 0 !important;
}

.site-inner-hero .inner-hero-txt .energiedin {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 2px;
  font-family: Arial, sans-serif;
  padding-left: 0px !important;
}

.site-inner-hero .inner-hero-txt .energiedin:after {
  width: 0 !important;
}

.site-inner-hero .inner-hero-txt h2 {
  color: #fff;
  margin-bottom: 25px;
}

.site-inner-hero .inner-hero-txt h1 {
  color: #fff;
  margin-bottom: 25px;
}

.inner-hero-content-blk h2 {
  font-size: 38px;
  letter-spacing: 2px;
}

.site-inner-hero .inner-hero-txt span {
  color: #36d8ff;
}
@media (max-width: 949px) {
  .header-top-info .span-a {
    margin-right: 7px;
  }
}
@media (max-width: 768px) {
  .site-inner-hero {
    background-position: center !important;
  }
  .header-icone {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 540px) {
  .header-icone {
    display: block !important;
    text-align: center;
  }
  .span-a {
    display: block !important;
    width: 100% !important;
  }
}

/* end inner hero css */
/* start references area */
.inr-section-title > span {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  padding-left: 57px;
  font-weight: 400;
  position: relative;
  display: block;
  color: #0f487f;
}
.svg-wdth svg {
  max-width: 23px;
  width: 23px;
}
.inr-section-title > span:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #00aed9;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inr-section-title > .energiedin {
  display: inline-block;
}

.inr-section-txt h2 {
  font-size: 26px;
  color: #0f487f;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}

.inr-section-txt h2 b {
  display: block;
  font-weight: bold;
  font-size: 30px;
}

.inr-section-txt span {
  color: #26bfe5;
}

.references-boxs > .mb-100 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #26bfe5;
  display: block;
}

.references-boxs > .mb-100 span {
  color: #0f487f;
}

.ref-box {
  position: relative;
}

.ref-txt {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-align: left;
}

.ref-txt span {
  font-size: 17px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0;
  text-align: left;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  display: block;
}

.ref-txt span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
  background: #00f6ff;
  width: 20px;
  height: 3px;
}

.ref-txt p {
  font-size: 15px;
  font-weight: 500;
  color: #e7e7f5;
}

.ref-box img {
  width: 100%;
}

.client-logos-txt > span {
  font-size: 53px;
  color: #0f487f;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin: 0;
  line-height: 1.4;
  display: block;
}

.client-logos-txt > span span {
  font-size: 39px;
  color: #26bfe5;
  display: block;
}

.client-logos-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.client-logos-blk img {
  width: 30%;
  margin-bottom: 25px;
}

/* end references area */
.usr-quote-blk p {
  font-size: 16px;
  color: #808899;
  font-weight: 400;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  margin-bottom: 30px;
}
.usr-quote-blk p > a {
  color: #007bff;
}
.usr-quote-blk p:last-child {
  margin-bottom: 0;
}

.usr-quote-blk p span,
.usr-quote-blk p > strong {
  color: #26bfe5;
  font-weight: bold;
}

.usr-quote-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  padding: 25px 25px 25px;
  padding-right: 50px;
  /*border-bottom: 1px solid #f0f0fb;*/
  height: 100%;
  position: relative;
}

.usr-quote-blk img {
  width: 200px;
}

.quote-icon {
  margin-right: 20px;
}

.quote-icon img {
  height: auto;
  width: 23px;
  margin-right: 15px;
  max-width: fit-content;
}

.quote-icon span {
  color: #dbdbf3;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin: 0 0 15px;
  display: block;
}

.color_7a7 {
  color: #7a7a7b;
}

.color_1e1 {
  color: #1e1e27;
}

.use-info-tabs .nav > li > a:focus,
.use-info-tabs .nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
}

.use-info-tabs .nav > li > a {
  font-size: 16px;
  text-align: center;
  display: block;
}

.use-info-tabs .nav-tabs {
  border-bottom: medium none;
}

.use-info-tabs .nav {
  width: 100%;
}

.use-info-tabs .nav > li {
  float: left;
  width: 50%;
  border-bottom: 2px solid #e0e0e0;
}

.use-info-tabs .nav > li > a {
  color: #444;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  line-height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.use-info-tabs .nav > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: #444;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.use-info-tabs .nav > li > a.active:before {
  width: 100%;
  background: #26bfe5;
}

.use-info-tabs .nav > li > a.active i,
.use-info-tabs .nav > li > a.active {
  color: #26bfe5;
}

.use-info-tabs .tab-content {
  margin-top: -10px;
  padding: 50px 0;
}

.use-info-tabs .tab_content .tab_img {
  max-width: 400px;
}

.use-info-tabs .tab_content .tab_img img {
  width: 100%;
}

.tab_text p {
  font-size: 16px;
  color: #808899;
  font-family: "Poppins", sans-serif;
  line-height: 33px;
}

.use-info-tabs .nav > li > a {
  color: #0f487f;
  text-align: center;
  text-transform: capitalize;
  line-height: 70px;
  text-transform: uppercase;
}

.btm-qoute .qoute-icon i {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  line-height: 47px;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  margin-right: 25px;
}

.btm-quote-txt h2 {
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.btm-quote-txt h3 {
  font-size: 19px;
  margin-top: 15px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.6px;
}

.btm-quote-txt p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
}

.btm-quote-txt p.big_p a {
  display: block;
  color: yellow;
  text-transform: uppercase;
}

.btm-quote-txt p.big_p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
h4.display-inline {
  display: inline-block;
}

.btm-qoute::after {
  content: "";
  position: absolute;
  left: 2px;
  height: 100%;
  width: 6px;
  background: #fafaff;
  top: 0;
}

.quote-txt h2,
.quote-txt h3,
.d-color {
  font-size: 16px;
  text-transform: uppercase;
  color: #26bfe5;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.b-logo img {
  max-width: 250px;
  text-align: center;
}

.b-logo {
  text-align: center;
}

.email-sb-txt p {
  font-size: 53px;
  color: #0f487f;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.email-sb-txt p span {
  color: #18acd7;
  text-transform: capitalize;
}

.email-form-input input {
  width: 75%;
  border: none;
  background: #fff;
  height: 47px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-right: 10px;
  padding: 5px 15px;
  color: #858586;
  font-size: 14px;
}

.email-form-input button {
  background: #0b3c6c;
  color: #fff;
  height: 45px;
  border: none;
  text-transform: uppercase;
  padding: 3px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.email-form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.email-form-input button i {
  margin-right: 10px;
  font-weight: 300;
}

.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.mega-menu-nav li a {
  margin-right: 0 !important;
}

.mega-menu-srvc-bx {
  text-align: center;
  display: flex;
  gap: 15px;
  padding-left: 20px;
  padding-right: 30px;
}

/* .mobile-menu {
  flex-direction: column;
  text-align: center;
  display: flex;
  padding: 0px 10px;
} */

.mega-menu-srvc-bx.mobile-menu {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
}

.mega-menu-srvc-bx.mobile-menu .p-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}




.mega-menu-srvc-bx img {
  display: flex;
  width: 42px;
  height: 42px;
  flex-direction: column;
  align-items: flex-start;
  gap: 29.913px;
}


.mobile-menu p {
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}

.mega-menu-srvie-boxs a.alert-lien {
  margin-bottom: 10px !important;
}

.mega-menu-srvc-bx.mobile-menu p.p-33 + p {
  margin-top: -15px !important;
}


/* .mega-menu-srvc-bx  .mobile-menu {
  padding-left: unset !important; 
  padding-right: unset !important;
} */
.text-container {
  display: flex;
  flex-direction: column;
}

.mega-menu-srvc-bx h3 {
  font-weight: 500;
  color: #0f487f;
  display: block;
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.mega-menu-srvc-bx p {
  color: #c0c0c0 !important;
  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 17.943px;
  letter-spacing: 0.538px;
  text-align: left;
}

.mega-menu-srvc-bx p:last-child:hover {
  color: #ffffff !important;
}


.mega-menu-srvc-bx p:last-child {
  transition: color 0.3s ease-in-out;
}

.mega-menu-srvie-boxs a:hover {
  background: unset !important;
}

.test-float {
  /* width: 80% !important; */
  right: 0;
  float: right;
}

.mega-menu {
  opacity: 0;
  visibility: hidden;
  top: 120%;
}

.p-test {
  display: block;
}

.site-menu li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.mega-menu-nav {
  width: 100%;
}

.mega-menu-nav ul {
  width: 100%;
}

.mega-menu-nav li {
  width: 300px;
}

.mega-menu-nav .mega-menu-srvie-boxs {
  position: absolute;
  top: 0;
  width: auto;
}

.mega-menu-nav ul li {
  display: block;
}

.mega-menu-nav {
  padding: 20px 0px;
  position: relative;
}

.mega-menu-nav li a {
  padding: 0 !important;
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding: 14px 0 !important;
}

.mega-menu-nav ul li:last-child a {
  border: none;
}

.mega-menu-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mega-menu-nav ul li a i {
  font-size: 22px;
  color: #1b5083;
}

.mega-menu-nav ul li:hover a {
  color: #1b5083;
  font-weight: bold;
}

.mega-menu-nav li a {
  padding: 13px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blue-color {
  color: #18add2;
}

#accordion button {
  color: #0e487f;
  text-decoration: none;
}

#accordion i {
  font-size: 13px;
}

.mega-menu-nav {
}

.mega-menu-nav .mega-menu-srvie-boxs {
  grid-gap: 15px;
}

.mega-menu-nav .mega-menu-srvc-bx h3 {
  font-size: 18px;
}

.mega-menu-nav .mega-menu-srvc-bx p {
  font-size: 12px;
  text-align: center;
}

.mega-menu-nav .mega-menu-srvc-bx img {
  /* width: 65px; */
}

.site-menu ul li a,
.site-menu > ul > li > .show-nos-realis-btn {
  color: unset !important;
  font-family: "Poppins" !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.mega-menu-nav .mega-menu-srvie-boxs {
  opacity: 0;
  visibility: hidden;
}

p.p-33 {
  color: #18add1 !important;
  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 16px;
  letter-spacing: 0.538px;
}

p.p-33 .arrow {
  color: white;
  margin-left: 2px;
}

.mega-menu-nav .mega-menu-srvc-bx .p-33 {
  font-size: 18px;
}

/* .mega-menu-nav ul li:hover .mega-menu-srvie-boxs {
  opacity: 1;
  visibility: visible;
} */

.site-menu li:hover .active-mega {
  opacity: 1 !important;
  visibility: visible !important;
}

.mega-menu-srvie-boxs a {
  margin: 0 !important;
  border: none !important;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.site-menu a.alert-lien {
  padding: 8px 5px !important;
}

.mega-menu-nav .mega-menu-srvie-boxs {
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mega-menu-nav .mega-menu-srvie-boxs {
  padding: 0;
}

.mega-menu-nav .mega-menu-srvie-boxs a {
  /* padding: 0 !important; */
}

.mega-menu-content-blk {
  padding: 30px 0;
}

.bdr-tp {
  border-top: 1px solid #ebf7fc;
}

.footer-img {
  height: 60%;
  width: 60%;
}

.footer-top-blk-text {
  background: #11addc;
  color: #fff;
  padding: 49px 65px;
  border-radius: 10px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
}

.footer-top-blk-text .txt-bld {
  color: #fff;
}

.footer-top-blk-text .d-i-blk p {
  color: #0e487f;
  margin: 0;
}

.footer-top-blk-text .d-i-blk i {
  color: #20adce;
}

.d-i-blk {
  color: #fff;
}

.footer-top-blk-text p.h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 26px;
}

.footer-top-blk-text p.h2 span {
  color: #0f3a64;
  font-weight: 400;
}

.footer-top-blk-text {
  margin-top: 50px;
}

.title-presentation {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  padding-left: 57px;
  font-weight: 500;
  position: relative;
  margin: 0 0 15px;
  color: #0f487f;
  margin-bottom: 50px;
  margin-top: 50px;
}

.title-presentation:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #00aed9;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Inner area css end */
/* Footer css start */
.footer-cp-text {
  border-top: 1px solid #dddddd2e;
  text-align: center;
  padding: 34px 0;
  margin-top: 53px;
  padding-top: 34px;
}

.footer-cp-text p {
  font-size: 14px;
  color: #9b9b9b;
  margin: 0;
  line-height: 26px;
}

.footer-cp-text p a {
  color: #fff;
  text-transform: uppercase;
}

.wd-title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu ul li a {
  color: #9b9b9b;
  font-size: 14px;
}

.footer-menu ul li {
  margin-bottom: 7px;
}

.single-footer-ln-blk a {
  font-size: 12px;
  color: #fff;
}

.single-footer-ln-blk {
  position: relative;
  padding-left: 47px;
  margin-bottom: 17px;
}

.single-footer-ln-blk span {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  text-align: center;
}

.footer-nl-blkk p {
  font-size: 12px;
  margin: 0;
  color: #fff;
  line-height: 17px;
}

.footer-area {
  padding-top: 169px;
  background-size: cover;
  background-position: center center;
  margin-top: -81px;
}

.promo-arae {
  padding-bottom: 0;
}

.footer-social-icon a {
  font-size: 28px;
  color: #fff;
  margin-right: 19px;
}

.footer-social-icon {
  margin-top: 45px;
}

.footer-social-icon a:hover {
  color: #11addc;
}

/* Footer css end */

#tout-proche {
  color: #0f487f;
  font-size: 25px;
  line-height: 36px;
}

.nos-services span {
  color: #26bfe5;
}

.section-title .h2 {
  font-size: 36px !important;
  margin-bottom: 41px !important;
}

.h2 {
  line-height: 1.2 !important;
}

#img-locaux {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.p_alert {
  background: #ffc107;
  padding: 10px;
  color: #000;
  margin-top: 15px;
  border-radius: 4px;
  display: none;
}

img#chat {
  display: none;
}

.nos_offrons_aussi .col-md-4 {
  margin-bottom: 25px;
}

.nos_offrons_aussi .row i {
  color: #17acd1;
  font-size: 30px;
  margin-right: 13px;
  margin-bottom: 10px;
}

.nos_offrons_aussi p.box-description {
  text-align: justify;
}

.section-steps h3 {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  margin-top: -15px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.section-steps p {
  color: #555;
  margin-left: 5px;
}

.section-steps > div {
  width: 60%;
  clear: both;
  margin-bottom: 40px;
  position: relative;
}

.section-steps > div:nth-child(even) {
  float: right;
  width: 50%;
}

.section-steps > div:nth-child(1):after {
  content: "";
  background: url(/dev/assets/img/shape-1-min.png);
  position: absolute;
  left: 100px;
  top: 30px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.section-steps > div:nth-child(2):after {
  content: "";
  background: url(/dev/assets/img/shape-2-min.png);
  position: absolute;
  right: 105%;
  top: 50%;
  width: 55%;
  height: 100%;
  background-repeat: no-repeat;
}

.section-steps > div:nth-child(3):after {
  content: "";
  background: url(/dev/assets/img/shape-3-min.png);
  position: absolute;
  left: 40px;
  top: 110%;
  width: 60%;
  height: 100%;
  background-repeat: no-repeat;
}

.section-steps > div:nth-child(4):after {
  content: "";
  background: url(/dev/assets/img/shape-4-min.png);
  position: absolute;
  right: 74%;
  top: 80%;
  width: 80%;
  height: 100%;
  background-repeat: no-repeat;
}
img.rating-img {
  display: none;
}
.reviews-box i {
  color: #ffdc0f;
  display: inline-block;
  font-size: 11px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.reviews-box {
  width: 86px;
  height: 85px;
  overflow: auto;
  padding: 5px;
  background: #fff;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0px 8px 0px rgb(50 50 50 / 16%);

  text-align: center;
  font-size: 13px;
  line-height: 1.2em;
  position: fixed;
  top: 65%;
  transform: translatey(-50%);
  right: 0px;
  max-width: 100px;
  z-index: 99;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: rgb(65 72 77 / 81%);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .row.flex-direction {
    flex-direction: column-reverse;
  }

  img#chat {
    display: block;
  }

  .header-top-info.text-right-info {
    text-align: center;
  }

  .header-top-info a {
    font-size: 12px;
    color: #1b5083;
    margin: 6px 0px;
    display: flex;

    align-items: center;
  }
  .header-top-info.text-right-info a {
    font-size: 15px;
  }

  .site-inner-hero {
    margin-bottom: 30px;
  }

  .site-inner-area.inner-pg {
    margin-bottom: 25px;
  }
  .site-inner-area.inner-pg.gogl-ad {
    margin-top: 50px;
  }

  .section04 .col-md-6:first-child {
    display: flex;
    align-items: center;
  }

  .section-steps > div {
    width: 59%;
  }

  .section-steps h3 {
    font-size: 16px;
  }

  .section-steps p {
    font-size: 13px;
  }

  .section-steps > div:nth-child(1):after {
    top: 80px;
    transform: rotateZ(35deg);
    left: 130px;
  }

  .section-steps img {
    width: 60px;
  }

  .section-steps > div:nth-child(3):after {
    left: 10px;
  }

  .section-steps > div:nth-child(4):after {
    right: 48%;
    top: 65%;
    width: 100%;
  }

  .section-steps > div:nth-child(2) img {
    width: 30px;
  }
}

@media screen and (max-width: 600px) {
  .section04 .col-md-6:first-child {
    margin-bottom: 25px;
  }
  .section-steps > div:nth-child(1):after {
    transform: rotateZ(25deg);
  }

  .padding_resp_15 {
    padding: 25px 15px !important;
    text-align: justify;
    font-size: 15px;
  }
}

@media screen and (max-width: 360px) {
  .sldier-texts .h1_titre,
  .sldier-texts .h1_titre span {
    font-size: 30px;
  }
  .sldier-texts .energiedin {
    margin-bottom: 10px;
  }
  .section-steps > div:nth-child(1):after {
    transform: rotateZ(50deg);
    left: 80px;
  }
  .section-steps > div:nth-child(4):after {
    top: 62%;
    transform: rotateZ(344deg);
  }
}

.quote-icon {
  /*    border: 1px solid #e9ecef;*/
  padding: 10px;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-icon img {
  margin: 0;
}

.changeToBlueCiel {
  color: #24c0e5 !important;
}

button[aria-expanded="true"] {
  color: #24c0e5 !important;
}

#multi-item-example a:first-child {
  position: relative;
}

#multi-item-example a:first-child:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background: #e5e5e7;
  bottom: 6px;
  margin-left: 8px;
}

#multi-item-example .controls-top {
  float: right;
  margin-bottom: 15px;
}

#multi-item-example .controls-top i:hover {
  color: #18add1;
}

.footer-top-blk-text h2 {
  color: #fff;
  font-family: arial;
  letter-spacing: 2px;
  font-weight: 600;
}

.footer-top-blk-text span {
  color: #0f3a64;
  font-weight: 500;
}

.qlq-realisation .item-hover {
  position: relative;
  height: 100%;
}

.qlq-realisation .item-hover img {
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  .qlq-realisation .col-sm-6 {
    padding-bottom: 30px;
  }

  .qlq-realisation .container .row:nth-child(3) .col-sm-4 {
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .qlq-realisation {
  }
}

.qlq-realisation .item-hover:hover:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
  visibility: visible;
}

.qlq-realisation .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.qlq-realisation .item-hover:hover .middle {
  opacity: 1;
}

.qlq-realisation .middle .text {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.qlq-realisation .middle .text:hover {
  color: #fff;
}

.qlq-realisation .middle i {
  font-size: 50px;
  margin-right: 20px;
}

.qlq-realisation .middle span span {
  color: #01eaff;
}

.creation-video .overview-txt-blkmr-0 {
  position: relative;
}

.creation-video .overview-txt-blkmr-0 a {
  position: absolute;
  bottom: -10px;
  right: -25px;
  padding: 22px 20px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background-color: #1b3783;
}

@media (max-width: 768px) {
  .creation-video .overview-txt-blkmr-0 a {
    right: -10px;
  }

  .creation-video .second-row .col-md-6:last-child {
    padding-left: 15px !important;
    margin-top: 70px;
  }
}

.motion .h2 {
  position: relative;
  font-family: arial !important;
  letter-spacing: 4px;
}

.motion .h2:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 35px;
  background-color: #35d8fe;
  bottom: -10px;
  right: 49%;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

@media (min-width: 768px) {
  #inner-height {
    height: 300px !important;
    padding: 100px 0 !important;
  }
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cbccd1;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cbccd1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cbccd1;
}

/*update style css 15-may-2021*/

.gogl-ad .section-title h2 {
  font-size: 40px;
  font-weight: 400;
}
.site-innr-sec-con .section-title h2 {
  font-size: 40px;
  margin-bottom: 41px;
}

.seo-text .quote-icon h1 {
  color: #dbdbf3;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}

.seo-text .quote-icon span {
  color: #dbdbf3;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin: 0 0 15px;
  display: block;
}

.inner-slite-list {
  padding: 0;
  font-size: 22px;
  color: #0f487f;
  text-transform: uppercase;
}
.inner-slite-list li a {
  border: none;
  background: none;
  position: relative;
  z-index: 1;
  outline: none;
  display: inline-block;
  padding-right: 28px;
  color: #0f487f;
}

.inner-slite-list li a:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 110%;
  height: 2px;
  content: "";
  background: #e5e5e5;
}
.inner-slite-list li a.active::after {
  background: #26bfe5;
}
.inner-slite-list li a.active {
  color: #26bfe5;
}

.isotope-menu-btn {
  margin-bottom: 50px;
}
.isotope-menu-btn button {
  border: none;
  background: none;
  position: relative;
  z-index: 1;
  outline: none;
  padding-top: 20px;
}

.isotope-menu-btn button:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 105%;
  height: 2px;
  content: "";
  background: #e5e5e5;
}
.isotope-menu-btn button.active::after {
  background: #26bfe5;
}
.isotope-menu-btn button.active {
  color: #26bfe5;
}

.ref-txt {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-align: left;
  padding-right: 30px;
}

/*.ref-txt h4 {
    font-size: 17px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    text-align: left;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.ref-txt h4:after {
    position: absolute;
    content: '';
    left: 0;
    top: 72%;
    background: #00f6ff;
    width: 20px;
    height: 3px;
}*/

.txt-them {
  font-size: 20px;
}

.site-inner-area h2 .txt-them {
  font-size: 2rem;
}

.ref-txt h3 {
  font-size: 17px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0;
  text-align: left;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.ref-txt h3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 72%;
  background: #00f6ff;
  width: 20px;
  height: 3px;
}

.ref-txt p {
  font-size: 15px;
  font-weight: 500;
  color: #e7e7f5;
}

.single-carousel-nos-inner h2 {
  font-size: 45px;
}

.single-carousel-nos-inner p {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  padding-right: 70px;
}

.single-carousel-nos-inner-img {
  position: relative;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.single-carousel-nos-inner-img a {
  position: absolute;
  bottom: 45px;
  font-size: 20px;
  color: #fff;
  left: 25px;
}

.single-carousel-nos-inner-img a i {
  color: #04e2ed;
  font-weight: 700;
  font-size: 21px;
}

.owl-nav button.owl-next {
  left: auto;
  right: -40px;
}

.owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #fafaff !important;
  border-radius: 50%;
}

.owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #fafaff !important;
  border-radius: 50%;
}

.single-carousel-nos {
  background: #fff;
  padding-left: 50px;
}

.owl-dots {
  display: none !important;
}

.single-carousel-nos-inner span {
  width: 45px;
  height: 5px;
  background: #26bfe5;
  display: block;
  margin-bottom: 35px;
}

.d-color {
  color: #26bfe5;
}

.nos-inner-tab.mt-140.mb-140 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.nos-inner-tab.mt-140.mb-140 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.motion-active .single-textimonial-active {
  height: 420px;
}
.single-textimonial-active {
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  height: 520px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.video-info {
  position: absolute;
  bottom: 35px;
  left: 35px;
}

.video-info h2 {
  font-size: 28px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.video-info p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}

.motion-active .video-list {
  max-height: 420px;
}

.video-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  max-height: 520px;
  overflow-y: scroll;
}

.nos-video-wrapper .nav-item {
  width: 100%;
  height: 122px;
}

.nos-video-wrapper .nav-tabs .nav-item.show .nav-link,
.nos-video-wrapper .nav-tabs .nav-link.active {
  background-color: #ebebf0;
  border-radius: 0;
  border: none;
}

.img-fluid {
  height: auto;
  float: left;
  margin-right: 10px;
  width: 130px;
  margin-top: 10px;
}

.nos-video-wrapper .nav-item p {
  font-size: 16px;
  color: #091e40;
  font-weight: 500;
  padding-top: 12px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.nos-video-wrapper .nav-item p span {
  font-weight: 400;
  font-size: 16px;
}

.inr-section-title h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  padding-left: 57px;
  font-weight: 400;
  position: relative;
}

.inr-section-title.inr-titel-ed h4::after {
  left: -180px;
  top: 50%;
  height: 1px;
  content: "";
  right: 0;
  margin: 0 auto;
}
.inr-section-title h4:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #00aed9;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inr-section-txt h2.nos-t {
  font-size: 30px !important;
}

.inr-section-txt h2 {
  font-size: 26px;
  color: #0f487f;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}

.nos-grid .isotope-img img {
  width: 100%;
  position: relative;
  border-top-left-radius: 53px;
  border-bottom-right-radius: 54px;
}

.nos-active .slider-left {
  position: absolute;
  content: "";
  top: -30px;
  right: 55px;
  color: #444444;
}

.nos-active .slick-arrow {
  font-size: 18px;
  cursor: pointer;
}

.nos-active .slider-left:after {
  position: absolute;
  content: "";
  height: 18px;
  width: 1px;
  background: #ddd;
  top: -1px;
  right: -9px;
}

.nos-active .slider-right {
  position: absolute;
  content: "";
  top: -30px;
  right: 20px;
  color: #00aed9;
}
.nos-active .slick-arrow {
  font-size: 18px;
  cursor: pointer;
}

.single-service-blk {
  height: 358px;
  position: relative;
  margin-bottom: 25px;
}

.single-service-blk img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-service-blk img {
  width: 100%;
}

/*.single-service-blk h4 {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 1;
    margin: 0;
    padding: 18px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    width: 100%;
    padding-left: 34px;
}*/

.single-service-blk h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 1;
  margin: 0;
  padding: 18px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 100%;
  padding-left: 34px;
}

/*.single-service-blk::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .7;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 72, 127, 0.12)), to(rgba(15, 72, 127, 1)));
    background: linear-gradient(to bottom, rgba(15, 72, 127, 0.12) 0%, rgba(15, 72, 127, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f0f487f', endColorstr='#0f487f', GradientType=0);
}*/

/*.single-service-blk h4::after {
    position: absolute;
    left: 14px;
    top: 50%;
    width: 14px;
    height: 2px;
    background: #26bfe5;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.single-service-blk h3::after {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #26bfe5;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quote-main-blk {
  position: relative;
}

.quote-main-blk::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 40px solid #f0f0fb;
  border-right: 40px solid transparent;
  z-index: 999;
}

.quote-main-blk::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 40px solid #fafaff;
  border-left: 40px solid transparent;
}

.usr-quote-blk img {
  width: 50px;
  margin-right: 10px;
}
.img-3 {
  margin-bottom: 60px;
}
.colorwhite {
  color: white;
}
.colorwhite:hover {
  color: white;
}
.text-center .energiedin {
  margin-top: 20px;
}
.header-top-info a .fa-phone-alt {
  color: white !important;
  font-size: 13px !important;
}
@media screen and (max-width: 1024px) {
  .form-left-contect-boxs {
    display: block;
  }
  .frm-lft-contact-bx {
    margin-bottom: 20px;
  }
  .mt-zero {
    margin-top: 0px !important;
  }
  .mb-zero {
    margin-bottom: 0px !important;
  }
  .pt-zero {
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 540px) and (max-width: 990px) {
  .footer-logo:first-child img {
    display: block;
    text-align: center;
    margin: 20px auto;
  }
  .footer-img {
    width: 40%;
  }
  .p-avis {
    margin-top: 15px;
  }
}
@media screen and (max-width: 540px) {
  .header-top-info a {
    font-size: 14px !important;
    justify-content: center;
  }
  .site-inner-area {
    padding: 50px 0;
    padding-bottom: 0px !important;
  }
  .site-inner-area .section-title h1 {
    margin-bottom: 20px;
  }
  body .user-img-blk {
    margin: 30px 0px !important;
  }
  .sldier-texts {
    text-align: left !important;
  }
  .owl-nav button.owl-prev,
  .owl-nav button.owl-next {
    width: 25px;
  }
  .testimonial-area .owl-nav button.owl-next {
    right: 0px !important;
  }

  .form-left-texts .h2 {
    font-size: 39px;
    margin-top: 15px !important;
  }
  .form-left-texts b {
    margin-bottom: 14px;
  }
  .testi-sldier-main {
    height: 539px !important;
  }
  .site-inner-area .section-title h1 {
    font-size: 26px;
  }
  .usr-quote-blk img {
    left: 50%;
  }
  .usr-quote-blk {
    margin-bottom: 0px !important;
  }
  .p-avis {
    margin-top: 15px;
  }
  .references-area {
    padding-bottom: 0px !important;
  }
  .section-steps {
    margin-top: 30px;
  }
  .ref-txt {
    bottom: 45px;
  }
  .cra {
    margin-top: 40px !important;
  }
  .margin-tp {
    margin-top: 45px;
  }
  .use-info-tabs .nav > li > a {
    font-size: 11px !important;
  }
  .padding-zero {
    padding-top: 0px !important;
  }
  .paddingbtm-zero {
    padding-bottom: 0px !important;
  }
  .inner-hero-txt .h2 {
    font-size: 25px !important;
  }
  .inner-hero-txt .h2 span {
    display: inline-block;
    font-size: 25px;
  }
  .realisations .text {
    height: 328px !important;
  }
  .realisations .text p {
    font-size: 15px !important;
  }
  .realisations h3 {
    font-size: 14px;
  }
  .autre_realisations h2 a {
    font-size: 17px;
  }
  .autre_realisations h2 {
    margin-top: 15px;
  }
  .autre_realisations .project-desc {
    font-size: 14px;
    text-align: center !important;
    margin-bottom: 15px !important;
  }
  .autre_realisations .content {
    height: auto;
  }
  .btm-quote-txt p.big_p a {
    text-align: left;
    font-size: 13px;
  }
  .span-a,
  .lien-a {
    display: block;
  }
  .header-top-info.text-right-info {
    margin-top: 8px;
  }
}
.motion-active .single-textimonial-active {
  background-size: cover !important;
  background-position: center !important;
}
.nos-video-wrapper .nav-tabs .nav-link {
  display: flex;
}
.nos-video-wrapper .nav-tabs .nav-link .img-fluid {
  align-self: flex-start;
}

@media only screen and (max-width: 600px) {
  .motion-active .single-textimonial-active {
    height: 220px;
  }
  .video-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .video-info h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .video-info p {
    font-size: 17px;
  }
}
.gif-flex-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.cmp-nos-expert {
  list-style: none;
  padding: 0;
  line-height: 26px;
}

.cmp-nos-expert li {
  display: flex;
}

.cmp-nos-expert i {
  margin-right: 25px;
  margin-top: 7px;
  color: #26bfe5;
}

.page-contact > h1 {
  text-align: center;
}

.page-contact > .container {
  margin-top: 100px;
}

.page-contact .form-left-texts b {
  color: #0f487f;
}

.page-contact .form-left-texts .h2 span {
  color: #26bfe5;
}

.page-contact .sub-btn button {
  background: #12416f;
  color: #fff;
  cursor: pointer;
}

.page-contact .form-left-texts .h2 {
  color: #0f487f;
}

.page-contact .form-left-texts p {
  color: #808899;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-contact input::placeholder,
.page-contact textarea::placeholder {
  color: #808899;
  opacity: 1;
}
.page-contact input:-ms-input-placeholder,
.page-contact textarea:-ms-input-placeholder {
  color: #808899;
}
.page-contact input::-ms-input-placeholder,
.page-contact textarea::-ms-input-placeholder {
  color: #808899;
}

.page-contact input,
.page-contact textarea {
  color: #000;
}

.page-contact .map i {
  color: #26bfe5;
  margin-right: 20px;
}

.page-contact .map a {
  color: #808899;
}

.page-contact .map iframe {
  margin-top: 20px;
}

.page-merci .container {
  position: relative;
  padding: 70px 50px 80px 100px;
  background-color: #fff;
  margin-top: 80px;
  box-shadow: 0 0px 25px 0px #a7a6a652;
}

.page-merci .container::before {
  position: absolute;
  content: "\f10d";
  font-family: "FontAwesome";
  left: 25px;
  top: 50px;
  font-size: 42px;
  color: #f1f1f8;
}

.page-merci .success {
  background-color: #a8f0c6;
  border-left: 10px solid #178345;
  border-radius: 5px;
  padding: 20px 30px;
  color: #000;
}

.page-merci .container > p {
  font-size: 50px;
  font-weight: 500;
  font-family: ui-sans-serif;
  color: #000;
}

.page-merci .btn-back {
  display: inline-block !important;
  background-color: #12416f;
  color: #fff;
  padding: 5px 28px;
  border-radius: 5px;
  float: right;
  margin-top: 20px;
  border-color: unset;
}

.page-merci .btn-back i {
  color: #26bfe5;
}

.page-merci .btn-back:hover i {
  color: #fff;
}
.fix-header .site-menu > ul > li > .show-nos-realis-btn {
  /* color: #1b5083 !important; */
}
/* ======================== */
.brandes-holder-desc {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  color: #4e5f81;
  text-align: left;
  justify-content: flex-start;
}
.brandes-holder-desc p {
  text-align: justify;
  font-size: 15px;
  margin-bottom: 0;
}
.brandes-holder-desc img {
  max-height: 45px;
  margin: 0 !important;
  margin-right: 10px !important;
}
.bottom-brands p {
  color: #0f487f;
  font-weight: 600;
  font-size: 17px;
}
.bottom-brands p span {
  color: #26bfe5 !important;
}
.above-brands p span {
  color: #26bfe5 !important;
}
.above-brands p {
  margin-top: 50px;
  color: #0f487f;
  font-weight: 600;
  font-size: 25px;
}
.la-puissance-holder {
  margin-top: 100px;
}

/* .la-puissance-holder .left-side{
  display: flex;
  align-items: center;
} */
@media only screen and (max-width: 500px) {
  .brandes-holder-desc p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .user-img-blk.usr-vdo-blk {
    position: relative !important;
  }
  .section-title.user-check-list-blk {
    margin-top: 20px !important;
  }
}

.fix-header {
  position: fixed !important;
  top: 0;
  width: 100%;
  /*background: rgba(11, 19, 30, 0.90);
  backdrop-filter: blur(15.050000190734863px);*/
  color: #ffffff;
}

.fix-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 19, 30, 0.90);
  backdrop-filter: blur(15.050000190734863px);
  z-index: -1;
}

.ecom-maroc h1 {
  font-size: 32px !important;
}

.ecom-maroc h1 span {
  display: block;
}

@media (max-width: 767px) {
  .ecom-maroc h2 {
    font-size: 28px !important;
  }

  .ecom-maroc img {
    margin-bottom: 50px !important;
  }

  .ecom-maroc .usr-quote-blk {
    margin-bottom: 40px !important;
    margin-top: 20px !important;
  }

  .ecom-maroc .table {
    margin-bottom: 50px;
  }

  .ecom-maroc .s-10 .btm-qoute {
    margin-bottom: 40px;
  }

  .ecom-maroc .s-4 img {
    margin-bottom: 0px !important;
  }

  .ecom-maroc .user-img-blk {
    padding: 0 50px !important;
  }
}

.off-canvas-overlay {
  display: none;
}

.off-canvas-overlay.active {
  display: block;
}

/* =======Blocks ====== */
.la-puissance-holder .right-side {
  display: flex;
  align-items: center;
}
.la-puissance-holder .right-side h2 {
  line-height: 41px;
}
.aujour-block-holder-all {
  background: #17acd1;
  color: #fff;
  padding: 35px 50px 30px 93px;
  display: flex;
  position: relative;
  align-items: flex-start;
  background-image: url(/dev/assets/img/base.jpg);
  flex-direction: column;
  margin: 80px 0;
}
.aujour-block-holder-all::after {
  content: "";
  position: absolute;
  left: 2px;
  height: 100%;
  width: 6px;
  background: #fafaff;
  top: 0;
}
.aujour-block-holder-all .quots-icon {
  position: absolute;
  left: 25px;
  top: 29px;
}
.aujour-block-holder-all .quots-icon i {
  border: solid 0.5px #fff;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.aujour-block-holder-all > p {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
}
.aujour-block-holder-all ul li p {
  color: #fff;
}
.aujour-block-holder-all ul li i {
  color: #fff;
  font-size: 15px;
}
.aujour-block-holder-all .usr-check-list li p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 13px;
  line-height: 1.5;
  margin-left: 15px;
  text-align: left;
}
.brands-holder-all-total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 98px;
}
.brands-holder-all-total .above-brands {
  width: 100%;
}
.brands-holder-all-total .bottom-brands {
  width: 100%;
}
.brands-holder-all-total .brandes-holder-desc {
  width: 28%;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}
.brands-holder-all-total .brandes-holder-desc img {
  max-height: 100%;
  margin: 0 !important;
  margin-right: 0px !important;
  margin-bottom: 15px !important;
  width: 100%;
  height: auto;
}
.brands-holder-all-total .brandes-holder-desc p {
  color: #8799c3;
  font-size: 14px;
  text-align: left;
}
.above-brands p {
  margin-bottom: 50px;
  color: #0f487f;
  font-weight: 600;
  font-size: 25px;
}
.bottom-brands p {
  color: #0f487f;
  font-weight: 600;
  font-size: 25px;
  margin-top: 50px;
}
.site-inner-area .row.flex-direction.first {
  align-items: center;
  margin-bottom: 60px;
}
.site-inner-area .row.flex-direction.first p {
  line-height: 25px;
}
.base-au-holder-all {
  margin: 80px 0;
}
.base-au-holder-all.sc {
  margin: 80px 0 !important;
}
.outside_container {
  width: 120%;
  max-width: 120%;
  transform: translateX(19%);
}
@media screen and (max-width: 1200px) {
  .outside_container {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 768px) {
  .outside_container {
    width: 100%;
    max-width: 100%;
  }
}
.base-au-holder-all .row {
  align-items: center;
  margin-left: 0;
  max-width: 100%;
  overflow: hidden;
}
.base-au-holder-all.sc .row {
  overflow: visible;
}
#first_section_index {
  overflow: hidden;
}
.base-au-holder-all .sldier-texts.slider-bottom .h-sldier-btn a.wt-btn i {
  color: #00aed9;
}
@media (max-width: 991px) {
  .brands-holder-all-total {
    padding: 0 47px;
  }
}
@media (max-width: 768px) {
  .aujour-block-holder-all {
    padding: 90px 20px 20px 20px;
  }
  .aujour-block-holder-all .quots-icon {
    left: 50%;
    transform: translateX(-50%);
  }
  .brands-holder-all-total {
    padding: 0 20px;
  }
  .brands-holder-all-total .brandes-holder-desc {
    width: 45%;
  }
  .base-au-holder-all .sldier-texts {
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .brands-holder-all-total {
    padding: 0 10px;
  }
  .brands-holder-all-total {
    padding: 0;
  }

  .overview-content-area .padding_resp_15 {
    margin-left: 0;
    margin-right: 0;
  }
  .gogl-ad .section-title h2 {
    font-size: 30px;
  }

  .brands-holder-all-total .brandes-holder-desc {
    width: 48%;
  }
  .brands-holder-all-total .brandes-holder-desc p {
    font-size: 12px;
  }
  .base-au-holder-all .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .h-sldier-btn.custom a {
    padding: 16px 20px;
  }
  .h-sldier-btn.custom a.alert-lien {
    margin-left: 0;
  }
  .testi-info span {
    font-size: 22px;
  }
  .cs_con,
  .cs_con .col-lg-12,
  .cs_con .col-lg-12 .col-md-12,
  .no_padd_mobile .row.p-5.mb-50 {
    padding: 0 !important;
  }
}

/* =========Page Agence Google Ads========= */
.banner-all-bloc-new {
  background-image: url("/dev/assets/img/ed-ads-banner.png?8712") !important;
}

.second-color-of {
  color: #00aed9;
  font-weight: 700;
}
.block-above-one {
  margin-bottom: 100px;
  margin-top: 100px;
}
.block-above-two p,
.bloc-gestion-title p {
  color: #677fb2 !important;
}
.block-above-one .right-side h2 {
  line-height: 47px;
  margin: 15px 0;
}
.block-above-one .btns-holder-block {
  display: flex;
}
.block-above-one .btns-holder-block a {
  text-transform: uppercase;
  padding: 11px 15px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  border-radius: 6px;
}
.block-above-one a.with-back {
  background: #00aed9;
  color: #fff;
}
.block-above-one a.with-no-back {
  color: #0f487f;
  box-shadow: 0px 0px 23.08px 1.92px rgb(167 167 189 / 38%);
}
.block-above-one a.with-no-back i {
  color: #36d8ff;
  margin-left: 5px;
}
.block-above-two {
  margin-bottom: 100px;
}
.block-above-two h2 {
  font-weight: 500;
}
.block-above-two h2 span {
  font-weight: 700;
  display: unset;
}
.block-above-two .user-img-blk {
  margin-right: auto;
  padding-right: 30px !important;
  padding-left: 0 !important;
}
.tird-bloc {
  margin-bottom: 100px;
}
.tird-bloc ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.tird-bloc p.bld-text {
  font-weight: 600 !important;
}
.tird-bloc ul li {
  display: flex;
  text-align: justify;
  margin-bottom: 16px;
  line-height: 28px;
}
.tird-bloc ul li i {
  margin-right: 8px;
  padding-top: 5px;
  /*font-family: "Font Awesome 5 Pro";*/
  /*font-weight: 400;*/
}
.cible-holder-block {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.cible-holder-block h2 {
  font-family: "Montserrat", sans-serif !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 20px;
  margin-top: 46px;
}
.cible-holder-block h2 span {
  color: #00aed9;
}
.fourth-bloc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.fourth-bloc .item-imag-bloc-holder {
  display: flex;
  flex-direction: column;
  width: 32%;
  margin-bottom: 67px;
}
.fourth-bloc .item-imag-bloc-holder > div {
  text-transform: uppercase;
  padding: 11px 39px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 23.08px 1.92px rgb(167 167 189 / 38%);
  margin-bottom: 18px;
  width: fit-content;
}
.fourth-bloc .item-imag-bloc-holder > div.search {
  color: #5ac9eb !important;
}
.fourth-bloc .item-imag-bloc-holder > div.SHOPPING {
  color: #5dc185 !important;
}
.fourth-bloc .item-imag-bloc-holder > div.search-2 {
  color: #d36ca5 !important;
}
.fourth-bloc .item-imag-bloc-holder > div.SHOPPING-b {
  color: #e1ac07 !important;
}
.fourth-bloc .item-imag-bloc-holder > div.display {
  background: #695dc4 !important;
  color: #fff !important;
}
.fourth-bloc .item-imag-bloc-holder > div.youtube {
  background: #dd636e !important;
  color: #fff !important;
}
.fourth-bloc .item-imag-bloc-holder img {
  max-width: 100%;
  width: 100%;
}
.bloc-gestion-title {
  text-align: center;
}
.bloc-gestion-title h2 {
  font-family: "Montserrat", sans-serif !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.bloc-gestion-title h2 span {
  color: #00aed9;
}
.bloc-gestion-title p {
  width: 589px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .block-above-two .right-side {
    order: 2;
  }
  .fourth-bloc .item-imag-bloc-holder {
    width: 49%;
  }
}
.fa-plus.fa-minus.fa-angle-down:before {
  content: "\f106" !important;
}

.question-holder-all-bloc p {
  text-align: justify;
}
.question-holder-all-bloc .card-body p {
  color: #677fb2 !important;
}
.question-holder-all-bloc button {
  color: #0e487f;
  text-decoration: none;
  padding: 19px 0;
  display: flex;
  justify-content: space-between;
  white-space: inherit;
}
.question-holder-all-bloc button p {
  max-width: 95%;
  text-align: justify;
  font-weight: 600;
}
.question-holder-all-bloc .card-body {
  padding-left: 0 !important;
}
.question-holder-all-bloc button i {
  padding-top: 5px;
}
.usr-quote-blk.user-holder-blk {
  border: solid 0.5px #f0f0fb;
  position: relative;
}
.concept-holder-all p {
  color: #677fb2;
}
.concept-holder-all p.txt-bld {
  color: #26bfe5 !important;
}
/* folding */
.fold-papre::before {
  content: "";
  position: absolute;
  bottom: 6px;
  right: -10px;
  border-style: solid;
  border-width: 63px 56px 0px 0px;
  border-color: #f0f0fc #fafaff;
  transition: all ease 0.5s;
  transform: rotate(347deg);
}
.fold-papre::after {
  content: "";
  position: absolute;
  bottom: -14px;
  right: 0px;
  border-style: solid;
  border-width: 63px 56px 0px 0px;
  border-color: transparent #fafaff;
  transition: all ease 0.5s;
  transform: rotate(347deg);
}
@media (max-width: 600px) {
  .fourth-bloc .item-imag-bloc-holder {
    width: 100%;
  }
  .bloc-gestion-title p {
    width: 100%;
  }
}

/* ==========START Cookies Pop up=========== */
.cookies-popup-holder {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.over-lay-first {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000b5;
  z-index: 100;
  left: 0;
  top: 0;
}
.over-lay-first-second {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000b5;
  z-index: 200;
  left: 0;
  top: 0;
}
.block-one-cockies {
  position: absolute;
  max-width: 750px;
  width: 80%;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 35px 25px;
  z-index: 101;
}
.block-one-cockies p {
  text-align: justify;
}
.contunuer-sans-ac {
  cursor: pointer;
  margin-bottom: 15px;
}
.contunuer-sans-ac:hover {
  color: #00aed9;
}
button.personnaliser-choix {
  background: #fff;
  color: #00aed9;
  border: solid 0.5px #00aed9;
  width: 212px;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  margin-bottom: 10px;
}
button.tout-accepter-a {
  background: #00aed9;
  color: #fff;
  font-size: 15px;
  font-size: 15px;
  width: 212px;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  border: none;
}
button.tout-accepter {
  background: #00aed9;
  color: #fff;
  font-size: 15px;
  font-size: 15px;
  width: 212px;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  border: none;
}
.block-two-cockies {
  position: absolute;
  max-width: 670px;
  width: 80%;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 35px 25px;
  padding-top: 10px;
  z-index: 201;
}
.top-title-coockie {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}
span.title-popup-cookies {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
.block-two-cockies p {
  text-align: justify;
}
button.Interdire-choix {
  background: #fff;
  color: #00aed9;
  border: solid 0.5px #00aed9;
  width: 212px;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .btns-cookies-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  button.tout-accepter {
    order: 0;
    margin-bottom: 10px;
  }
  button.personnaliser-choix {
    order: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .block-one-cockies {
    width: 100%;
  }
}
/* --------second pop---------- */
.change-icon i::before {
  content: "\f068";
}
.second-btns-cookies-holder {
  float: right;
}
.accept-multichoix-holder-cookies {
  margin-bottom: 15px;
}
.accept-multichoix-holder-cookies span.title-c {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.info-bloc-cookies-holdera {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.info-bloc-cookies-holderb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.info-bloc-cookies-holderc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.propos-cokie-hol-info {
  display: none;
  order: 3;
  width: 100%;
}
.propos-cokies-buttons button {
  color: #808899;
  border: solid 0.5px #808899;
  background: #fff;
  outline: none;
  min-width: 100px;
}
.propos-cokie-hol-title {
  font-weight: 600;
  color: #000;
  cursor: pointer;
}
.propos-block-acc {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  border: solid 1px #ccc;
  background: #cccccc69;
  color: #000;
  flex-wrap: wrap;
}
.partnet-cookies-holdre {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  flex-wrap: wrap;
  align-items: center;
}
.partnet-cookies-holdre p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.partnet-cookies-holdre button {
  border: solid 1px #ccc;
  background: #cccccc69;
  padding: 15px;
  font-weight: 500;
  color: #000;
  outline: none;
}
.tout-regester {
  display: none;
  background: #00aed9;
  color: #fff;
  font-size: 15px;
  width: 212px;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  outline: none;
  border: none;
}
.tout-regester-c {
  background: #00aed9;
  color: #fff;
  font-size: 15px;
  width: 212px;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  outline: none;
  border: none;
}
button.interd-btn.checked-btn {
  background: #e70002 !important;
  border-color: #e70002 !important ;
  color: #fff;
}
button.interd-btn.checked-btn::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  margin-right: 2px;
}
button.accept-btn.checked-btn {
  background: #3de35a !important;
  border-color: #3de35a !important;
  color: #000;
}
button.accept-btn.checked-btn::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  margin-right: 2px;
}
/* == */
.partner-two-holder {
  display: none;
}
span.bntn-return-two i {
  font-family: "Font Awesome 5 Pro";
}
.all-partner-holdre {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding: 15px 4px;
  background: rgba(0, 0, 0, 0.05);
}
.all-partner-holdre p {
  margin: 0;
  font-size: 14px;
}
.partners-details-holder {
  padding: 15px 4px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.partner-info-global {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
/* --------display--------- */
.display-block {
  display: block !important;
  transition-duration: 1.7s;
}
.display-none {
  display: none !important;
  transition-duration: 1.7s;
}
.disabeld-blo {
  position: none;
  pointer-events: none !important;
  opacity: 0.5;
}
.btn-no-realis-holder {
  text-align: center;
  margin-bottom: 25px;
}
.btn-no-realis-holder .show-nos-realis-btn {
  width: auto;
  padding: 16px 25px;
  background: #00aed9;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  transition: 0.3s;
  border: 0;
  color: #fff;
}
/* ==========END Cookies Pop up=========== */
.grecaptcha-badge {
  bottom: 80px !important;
  display: none !important;
}

.en-topnav .columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
  padding: 20px 0 18px;
}
.en-topnav a {
  color: #fff;
}

.header-top-info .site-social-icons a {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-left: unset;
  margin-right: 15px;
}

.header-top-info .site-social-icons a svg {
  max-width: 18px;
  width: 18px;
  height: 18px;
}

.header-menu-area .site-menu li:last-child a {
  margin-right: 0;
}
.header-index {
  margin-top: 0;
}

.header-index .mega-menu-srvie-boxs {
 padding: 46px 28px 18px 32px !important;
}


.header-index .pd-0{
  padding-bottom: 0px !important;
  padding-top: 55px !important; 
}

.mega-menu.bdr-tp {
  background: unset;
  border: 0;
}

.mega-menu-srvie-boxs {
  background: rgba(27, 39, 55, 0.8) !important;
  backdrop-filter: blur(15.050000190734863px) !important;
  margin-top: 10px;
  padding: 46px 28px 18px 32px !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* gap: 50px 55px;  */
  border-radius: 12px;
  border: none !important;
  right: 0;
  width: 90% !important;
}

.pd-0 {
  padding-bottom: 0px !important;
  padding-top: 55px !important; 
}

.site-main-menu-blk.scrolled .mega-menu-srvie-boxs {
  border-radius: 12px;
  background: rgba(11, 19, 30, 0.9) !important;
  backdrop-filter: blur(15.050000190734863px) !important;
}

span.parmi_ref {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .en-topnav .columns {
    padding: 20px 10px 18px 0;
  }
  .header-top-info .site-social-icons {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  span.parmi_ref {
    left: 15px;
    transform: unset;
  }
}

@media (max-width: 767px) {
  [data-aos="fade-left"],
  [data-aos="zoom-in-left"] {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }

  /*[data-aos^=zoom][data-aos^=zoom].aos-animate,
  [data-aos^=fade][data-aos^=fade].aos-animate {
    display: unset;
  }*/
}
/* ====================== */
/* -------ED vedio------ */
/* ==================== */

.iframe-vedio-ed-holder {
  width: 100%;
  text-align: center;
  margin: 70px 0;
  display: block;
}
.iframe-vedio-ed {
  width: 60%;
  height: 364px;
}
@media (max-width: 991px) {
  .iframe-vedio-ed {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .iframe-vedio-ed {
    width: 100%;
    height: 400px;
  }
}

.mega-menu-srvie-boxs.grid_3 {
  grid-template-columns: repeat(3, 1fr);
}

.above-title-ed-holder {
  display: inline-block !important;
  width: 100%;
}
.usr-quote-blk-holder {
  height: auto !important;
}

.show-nos-realis-btn {
  cursor: pointer;
}

.hero_top {
  position: relative;
  background-color: #0b131e;
  padding: 25px 0 0;
  height: calc(100vh + 150px);
}

.hero_top .hero_content {
  display: flex;
  align-items: center;
  height: 100%;
}

.hero_top .list_brands {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  visibility: hidden;
}

.hero_top .list_brands.slick-slider {
  visibility: visible;
}

.hero_top .columns {
  display: grid;
  grid-template-columns: 47% 50%;
  justify-content: space-between;
  align-items: center;
}

.hero_top .gd-title {
  color: #fff;
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 2.4rem;
  margin-bottom: 30px;
}

.hero_top .gd-title .ciel {
  color: #c2f0ff;
}

.hero_top .gd-title .jaune {
  color: #f2c98b;
}

.hero_top .summary {
  color: #fff;
  opacity: 0.9;
  margin-bottom: 25px;
  letter-spacing: 0.6px;
}

.hero_top .btn {
  background-color: #18add1;
  color: #fff !important;
  border-radius: 50px;
  padding: 10px 35px;
  line-height: normal;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 25px;
  transition: 0.4s;
}

.hero_top .btn:hover {
  background-color: #28abd7;
}

.hero_top .link {
  color: #fff;
  text-decoration: underline;
  letter-spacing: 0.6px;
  opacity: 0.9;
}

.hero_top .link span {
  color: #ffdd0e;
  margin: 0 6px;
}

.hero_top iframe {
  width: 100%;
  height: 320px;
}

.hero_top .list_brands {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(9px);
  transform: translateY(0);
  padding: 15px 0;
  margin-top: 25px;
}

.hero_top .list_brands .brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_top .list_brands .brand::after {
  content: "";
  width: 1px;
  height: 90%;
  opacity: 0.2;
  background-color: #fff;
  position: absolute;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.hero_top .list_brands img {
  width: 130px;
  height: 95px;
  margin: auto;
  object-fit: contain;
  opacity: 0.95;
}

@media (max-width: 1200px) {
  .hero_top {
    height: auto;
    padding: 300px 0 0;
  }

  .hero_top .hero_content {
    display: block;
  }

  .hero_top .list_brands {
    position: relative;
  }
}

@media (max-width: 1024px) {
  .hero_top .columns {
    grid-template-columns: 100%;
  }

  .hero_top .columns .column:first-child {
    margin-bottom: 30px;
  }

  .hero_top .list_brands {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .hero_top {
    padding: 190px 0 0;
  }

  .hero_top iframe {
    height: 250px;
  }

  .hero_top .list_brands {
    margin-top: 30px;
    padding: 8px 0;
  }

  .hero_top .list_brands img {
    width: 80px;
    height: 55px;
  }

  .hero_top .list_brands {
    backdrop-filter: blur(3px);
  }
}

.popup_form {
  position: fixed;
  top: -200%;
  transition: 0.7s;
  visibility: hidden;
  overflow: hidden;
}

.popup_form.show {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  background-color: #000;
  z-index: 999999;
  visibility: visible;
  transition: 0.4s;
  overflow: auto;
}

.popup_form .title {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}

.popup_form .summary {
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #fff;
  width: 80%;
  margin: auto;
  margin-bottom: 60px;
  text-align: center;
}

.popup_form .col_2 > div:last-child {
  display: flex;
  flex-direction: column;
}

.popup_form .modal_dialog {
  width: 900px;
}

.popup_form input[type="text"] {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #92989e;
  border-radius: 0;
  padding: 13px 0px;
  box-shadow: unset !important;
  outline: 0 !important;
  color: #fff;
  font-size: 16px;
}

.popup_form input[type="text"]::placeholder {
  color: #5e646b;
}

.popup_form .form-group {
  margin-bottom: 50px;
}

.popup_form .form-group:last-child {
  margin-bottom: 0;
}

.popup_form .btn {
  position: relative;
  text-align: center;
  display: block;
  margin: 40px auto 0;
  background-color: #18add1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.6px;
  min-width: 200px;
  padding: 8px;
  border-radius: 6px;
}

.popup_form label {
  font-size: 20px;
  margin-bottom: 15px;
  color: #5e646b;
}

.popup_form .select-radio label {
  font-size: 16px;
}

.popup_form .select-radio p {
  font-size: 16px;
  color: #5e646b;
}

.popup_form textarea {
  background-color: transparent !important;
  border: 2px solid #92989e !important;
  border-radius: 5px;
  box-shadow: unset !important;
  outline: 0 !important;
  color: #fff !important;
  height: 100%;
  outline: 0 !important;
  box-shadow: unset !important;
}

.popup_form .content {
  position: relative;
  padding: 75px 0;
}

.popup_form .close_popup_form {
  position: absolute;
  top: 20px;
  right: -50px;
  font-size: 34px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
}

.form_popup.envoie .btn:after {
  content: "";
  position: absolute;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #18aed1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  right: 12px;
  top: 9px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 992px) {
  .popup_form .summary {
    width: 100%;
  }

  .popup_form .modal_dialog {
    width: 95%;
  }

  .popup_form .close_popup_form {
    top: -75px;
    right: 0;
  }
}

@media (max-width: 767px) {
  .popup_form .col_2 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
  }

  .popup_form label {
    font-size: 17px;
    letter-spacing: 0.6px;
  }

  .popup_form .form-group {
    margin-bottom: 20px;
  }

  .popup_form textarea {
    border: 1px solid #92989e !important;
  }

  .popup_form .title {
    font-size: 26px;
    line-height: 2.4rem;
  }

  .popup_form .close_popup_form {
    top: -50px;
    right: 5px;
  }

  .hero_top .btn {
    padding: 10px 15px;
  }

  .reviews-box {
    display: none !important;
  }
}

.header-icone .two {
  display: flex;
  align-items: center;
}

.header-top-info a {
  color: #1b5083;
}

@media (max-width: 767px) {
  .header-icone {
    flex-direction: row;
    display: flex !important;
    justify-content: space-between;
  }

  .header-top-info .span-a {
    display: flex !important;
    width: auto !important;
    margin-right: 0;
  }

  .header-icone .two {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-top-info .site-social-icons a svg {
    max-width: 26px;
    width: 26px;
    height: 26px;
  }

  .header-top-info .site-social-icons a {
    margin-right: 0 !important;
    margin-left: 5px;
  }

  .header-top-info .site-social-icons a svg[data-icon="instagram"] {
    background: #f09433;
    background: -moz-linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    background: -webkit-linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    background: linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
    border-radius: 50%;
    padding: 3px;
  }
}

.single-thum-box:hover .pp-ico {
  color: #18add1 !important;
}

.form_popup .empty {
  border-color: #f00303 !important;
}

.iti--allow-dropdown {
  width: 100%;
}

.popup_form .tele-phone {
  padding-left: 52px !important;
}

.site-form .iti__arrow,
.popup_form .iti__arrow {
  border-top: 4px solid #dbdbdb;
}

.colorwhite {
  color: #fff !important;
}

.header-index .column-left a:first-child {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .header-index .column-left a:first-child {
    margin-right: 0;
  }

  .header-index .column-left a {
    display: block;
  }
}

.float-header {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
}

.top_alert {
  margin: 0;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  color: #fff;
  background: #e20606;
}

.top_alert p span {
  margin: 0 10px;
}

@media (max-width: 1200px) {

  .top_alert p span {
    display: block;
  }

  .top_alert p i:last-of-type {
    display: none;
  }

}

@media (max-width: 767px) {
  .float-header {
    top: 0;
  }

  .top_alert a {
    display: block;
  }

}

/* ==========START Cookies Pop up=========== */
.cookies-popup-holder {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.over-lay-first {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000b5;
  z-index: 100;
  left: 0;
  top: 0;
}
.over-lay-first-second {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000b5;
  z-index: 200;
  left: 0;
  top: 0;
}
.block-one-cockies {
  position: absolute;
  max-width: 750px;
  width: 80%;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 35px 25px;
  z-index: 101;
}
.block-one-cockies p {
  text-align: justify;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000;
}
.contunuer-sans-ac {
  cursor: pointer;
  margin-bottom: 15px;
  color: #000;
}
.retour-pop-one {
  cursor: pointer;
  color: #000;
}
.retour-pop-one i {
  font-size: 14px;
  margin-right: 3px;
}
.contunuer-sans-ac:hover,
.retour-pop-one:hover {
  color: #00aed9;
}
button.personnaliser-choix {
  background: #fff;
  color: #240f1f;
  border: solid 0.5px #240f1f;
  width: 250px;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
}
button.tout-accepter-a {
  background: #240f1f;
  color: #fff;
  font-size: 16px;
  width: 240px;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  border: none;
  cursor: pointer;
}
button.tout-accepter {
  background: #240f1f;
  color: #fff;
  font-size: 16px;
  width: 212px;
  display: inline-block !important;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  border: none;
  cursor: pointer;
}
.block-two-cockies {
  position: absolute;
  max-width: 800px;
  width: 80%;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 35px 25px;
  z-index: 201;
}
.top-title-coockie {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}
span.title-popup-cookies {
  color: #c59418;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.block-two-cockies p {
  text-align: justify;
}
button.Interdire-choix {
  background: #fff;
  color: #00aed9;
  border: solid 0.5px #00aed9;
  width: 212px;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btns-cookies-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  button.tout-accepter {
    order: 0;
    margin-bottom: 10px;
  }
  button.personnaliser-choix {
    order: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .block-one-cockies {
    width: 95%;
  }
  .block-one-cockies {
    display: grid;
    padding: 35px 15px;
  }
  .btns-cookies-holder {
    order: 3;
  }
  button.personnaliser-choix {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .contunuer-sans-ac {
    order: 1;
  }
  .block-one-cockies > p {
    order: 2;
  }
  .contunuer-sans-ac {
    text-align: right;
  }
}
/* --------second pop---------- */
.change-icon i::before {
  content: "\f068";
}
.second-btns-cookies-holder {
  display: flex;
  justify-content: flex-end;
}
.accept-multichoix-holder-cookies {
  margin-bottom: 30px;
}
.accept-multichoix-holder-cookies span.title-c {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.info-bloc-cookies-holdera {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.info-bloc-cookies-holderb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.info-bloc-cookies-holderc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.propos-cokie-hol-info {
  display: none;
  order: 3;
  width: 100%;
}
.propos-cokies-buttons button {
  color: #808899;
  border: solid 0.5px #808899;
  background: #fff;
  outline: none;
  min-width: 100px;
  cursor: pointer;
}
.propos-cokie-hol-title {
  font-weight: 500;
  color: #000;
  cursor: pointer;
}
.propos-cokie-hol-title i {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-right: 6px;
}
.propos-block-acc {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  border: solid 1px #ccc;
  background: #cccccc69;
  color: #000;
  flex-wrap: wrap;
}
.partnet-cookies-holdre {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  flex-wrap: wrap;
  align-items: center;
}
.partnet-cookies-holdre p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.partnet-cookies-holdre button {
  border: solid 1px #ccc;
  background: #cccccc69;
  padding: 15px;
  font-weight: 500;
  color: #000;
  outline: none;
}
.tout-regester {
  display: none;
  border: 1px solid #240f1f !important;
  color: #240f1f;
  background: #fff !important;
  font-size: 16px;
  text-align: center;
  padding: 16px 20px;
  border-radius: 3px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-right: 15px;
}
.tout-regester-c {
  background: #00aed9;
  color: #fff;
  font-size: 15px;
  width: 212px;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  outline: none;
  border: none;
}
button.interd-btn.checked-btn {
  background: #e70002 !important;
  border-color: #e70002 !important ;
  color: #fff;
}
/* Bouton "interdiction" avec icône fa-xmark (ex fa-times) */
button.interd-btn.checked-btn::before {
  content: "\f00d"; /* Code Unicode pour l'icône fa-xmark */
  font-family: "Font Awesome 5 Free"; /* Utilisez FontAwesome 6 Free */
  font-weight: 900; /* Font-weight nécessaire pour les icônes solid */
  margin-right: 2px;
}

/* Styles pour le bouton "acceptation" */
button.accept-btn.checked-btn {
  background: #3de35a !important; /* Couleur du bouton */
  border-color: #3de35a !important; /* Couleur de la bordure */
  color: #000; /* Couleur du texte */
}

/* Bouton "acceptation" avec icône fa-check */
button.accept-btn.checked-btn::before {
  content: "\f00c"; /* Code Unicode pour l'icône fa-check */
  font-family: "Font Awesome 5 Free"; /* Utilisez FontAwesome 6 Free */
  font-weight: 900; /* Font-weight nécessaire pour les icônes solid */
  margin-right: 2px;
}

/* Cacher le bloc partner-two-holder */
.partner-two-holder {
  display: none;
}

/* Icône dans span.bntn-return-two */
span.bntn-return-two i {
  font-family: "Font Awesome 6 Free"; /* Utilisez FontAwesome 6 Free */
  font-weight: 900; /* Font-weight nécessaire pour les icônes solid */
}

.all-partner-holdre {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding: 15px 4px;
  background: rgba(0, 0, 0, 0.05);
}
.all-partner-holdre p {
  margin: 0;
  font-size: 14px;
}
.partners-details-holder {
  padding: 15px 4px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.partner-info-global {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
/* --------display--------- */
.display-block {
  display: block !important;
  transition-duration: 1.7s;
}
.display-none {
  display: none !important;
  transition-duration: 1.7s;
}
.disabeld-blo {
  position: none;
  pointer-events: none !important;
  opacity: 0.5;
}
.btn-no-realis-holder {
  text-align: center;
  margin-bottom: 25px;
}
.btn-no-realis-holder .show-nos-realis-btn {
  width: auto;
  padding: 16px 25px;
  background: #00aed9;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  transition: 0.3s;
  border: 0;
}
.tout-regester.display-block {
  display: inline-block !important;
}

.propos-cokies-buttons.require button {
  border-color: #f10101;
  box-shadow: 0 0 2px 2px rgb(241 0 2 /20%);
}
@media (max-width: 767px) {
  .block-two-cockies {
    width: 95%;
    padding: 25px 15px 30px;
  }

  .propos-cokies-buttons.outils_pub {
    margin-top: 15px;
    display: block;
    width: 100%;
    text-align: right;
  }

  .second-btns-cookies-holder {
    float: unset;
  }

  .tout-regester {
    width: 100%;
  }

  button.personnaliser-choix {
    order: 1;
  }

  button.tout-accepter-a {
    order: 2;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

.accept-multichoix-holder-cookies .tab-detail {
  display: none;
  height: 240px;
  overflow: auto;
}

.accept-multichoix-holder-cookies .tab-detail.show {
  display: block;
}

.accept-multichoix-holder-cookies .columns {
  display: grid;
  grid-template-columns: 30% 70%;
  justify-content: space-between;
}

.accept-multichoix-holder-cookies .tabs {
  margin-right: 20px;
}

.accept-multichoix-holder-cookies .tabs a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  cursor: pointer;
  font-weight: 600;
  transition: 0.4s;
}

.accept-multichoix-holder-cookies .tabs a.active,
.accept-multichoix-holder-cookies .tabs a:hover {
  color: #c59418;
}

.accept-multichoix-holder-cookies .tab-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.accept-multichoix-holder-cookies .tab-detail p {
  font-size: 14px;
  color: #838080;
  font-weight: 300;
  margin-bottom: 8px;
  text-align: left;
}

.accept-multichoix-holder-cookies .tab-detail p:last-of-type {
  margin-bottom: 0;
}

.accept-multichoix-holder-cookies ul {
  margin-top: 10px;
}

.accept-multichoix-holder-cookies ul li {
  font-size: 14px;
  color: #838080;
  font-weight: 300;
  margin-bottom: 8px;
}

.accept-multichoix-holder-cookies ul li:last-child {
  margin-bottom: 0;
}

.accept-multichoix-holder-cookies .tab-detail .propos-cokies-buttons {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .accept-multichoix-holder-cookies .columns {
    grid-template-columns: 100%;
  }

  .second-btns-cookies-holder {
    flex-direction: column;
  }

  .tout-regester.display-block {
    margin-bottom: 15px;
  }

  button.tout-accepter {
    width: 100%;
  }

  .block-two-cockies,
  .block-one-cockies {
    max-height: 95%;
    overflow: auto;
  }

  .block-one-cockies p {
    font-size: 14px;
  }

  span.title-popup-cookies {
    font-size: 18px;
  }

  .accept-multichoix-holder-cookies .tabs a {
    font-size: 15px;
    padding: 15px 0;
  }

  .accept-multichoix-holder-cookies .tab-title {
    font-size: 14px;
  }
}

.prevent_sc {
  overflow: hidden;
}

/* ==========END Cookies Pop up=========== */

@media (max-width: 767px) {
  .popup_form.show {
    display: block;
  }

  .popup_form .modal_dialog {
    width: 100%;
    padding: 75px 15px;
  }
}

.associes {
  margin-top: 100px;
}

.associes .title {
  position: relative;
  font-size: 34px;
  font-weight: 400;
  font-family: "Playfair Display";
  color: #0e487f;
  margin-bottom: 45px;
  display: block;
}

.associes .title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 38px;
  height: 6px;
  border-radius: 10px;
  background-color: #00f0ff;
}

.associes ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.associes ul li a {
  display: flex;
  align-items: flex-start;
  color: #808899;
  transition: 0.3s;
}

.associes ul li a:hover {
  color: #089ec2;
}

.associes ul li a i {
  margin-right: 5px;
  position: relative;
  top: 3px;
}

@media (max-width: 992px) {
  .associes ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .associes ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.site-logo-1010 {
  display: none;
}

.fix-header .site-logo-1010 {
  display: block;
}

.fix-header .site-logo-2323 {
  display: none;
}

.header-index .site-logo-2323 {
  display: none;
}

.header-index .site-logo-1010 {
  display: block;
}

.alert-lien .arrow {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.alert-lien:hover .p-test p,
.alert-lien:hover .arrow {
  color: #fff !important;
}

.alert-lien:hover .p-test p.p-33 {
  color: #18add1 !important;
}

.alert-lien:hover .arrow {
  opacity: 1;
  visibility: visible;
}

.alert-lien:hover .p-test {
  color: #fff !important;
  transition: color 0.3s ease-in-out;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .mega-menu-srvie-boxs {
    display: block;
    overflow-y: hidden !important;
    height: auto !important;
    border-radius: unset !important;
    /* padding-right: 20px; */
    background: unset !important;
    width: 100% !important;
    padding: 10px 0px 0px 0px !important;
  }

  .header-index .mega-menu-srvie-boxs {
    padding: 0px !important;
  }
  

  .mega-menu-srvc-bx img:focus + .arrow,
  .mega-menu-srvc-bx img:active + .arrow,
  .mega-menu-srvc-bx p:last-child:focus ~ .arrow,
  .mega-menu-srvc-bx p:last-child:active ~ .arrow {
    opacity: 1;
    visibility: visible !important;
  }

  .mega-menu-srvc-bx img:focus ~ p:last-child,
  .mega-menu-srvc-bx img:active ~ p:last-child {
    color: #ffffff !important;
  }
}

.fm-contact .select-radio label {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px !important;
  padding-left: 30px;
}

.fm-contact .select-radio label:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #26bfe5;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.fm-contact .select-radio input:checked ~ label:before {
  content: '\f00c';
  background-color: #26bfe5;
  border-color: #26bfe5;
  color: #FFF;
  font-family: 'Font Awesome 5 Free';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  padding-top: 1px;
}

.fm-contact .select-radio label:last-child {
  margin-right: 0;
}

.fm-contact .select-radio input {
  position: absolute;
  opacity: 0;
}

.fm-contact .select-radio .radio-group {
  display: flex;
  flex-wrap: wrap;
}

.file-input-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.file-input-wrapper input[type=file] {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

/* Zone de drop personnalisée */
.file-drop-zone {
    border: 2px dashed #e0e0e0;
    border-radius: 1px;
    padding: 15px 20px;
    text-align: center;
    background: #fafafa;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.file-drop-zone:hover {
  border-color: #26bfe5;
}

.file-drop-zone i {
  margin-bottom: 0;
  color: #bcbcbc;
  font-size: 36px;
}

.file-drop-zone.drag-over {
    border-color: #667eea;
    background: #f0f4ff;
    transform: scale(1.02);
}

.file-drop-zone.has-files {
    border-color: #4CAF50;
    background: #f8fff8;
}

/* Icône et texte */
.drop-icon {
    font-size: 48px;
    color: #667eea;
    margin-bottom: 20px;
    display: block;
    transition: all 0.3s ease;
}

.drop-text {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 500;
}

.drop-subtext {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

/* Bouton de sélection */
.file-select-btn {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.file-select-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* Liste des fichiers sélectionnés */

.file-item {
    display: flex;
    align-items: center;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-top: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.file-item.show {
    opacity: 1;
    transform: translateY(0);
}

.file-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.file-icon {
    font-size: 24px;
    margin-right: 15px;
    width: 30px;
    text-align: center;
}

.file-icon.pdf { color: #dc3545; }
.file-icon.doc { color: #0d6efd; }
.file-icon.image { color: #198754; }
.file-icon.txt { color: #6c757d; }

.file-info {
    flex: 1;
}

.file-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.file-size {
    font-size: 12px;
    color: #666;
}

.file-remove {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-remove:hover {
    background: #c82333;
    transform: scale(1.1);
}

/* Texte d'information */
.file-info-text {
    font-size: 12px;
}

.file-info-text strong {
  font-weight: 400;
}

/* Animation de chargement */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.loading {
    animation: pulse 1s infinite;
}

/* Responsive */
@media (max-width: 768px) {
    
    .file-drop-zone {
        padding: 30px 15px;
    }
    
    .drop-icon {
        font-size: 36px;
    }
    
    .drop-text {
        font-size: 16px;
    }
}

.fm-contact .sub-btn {
  margin-top: 10px;
}

/* Liste des fichiers */
#filesList {
    max-height: 300px;
    overflow-y: auto;
}

/* Item de fichier */
.file-item {
    display: flex;
    align-items: center;
    padding: 12px;
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 10px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.file-item:hover {
    background: #f0f8ff;
    border-color: #007bff;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.file-item:last-child {
    margin-bottom: 0;
}

/* Icône du fichier */
.file-icon {
    font-size: 22px;
    margin-right: 12px;
    width: 30px;
    text-align: center;
    flex-shrink: 0;
}

.file-icon.pdf { 
    color: #dc3545; 
}

.file-icon.doc { 
    color: #0d6efd; 
}

.file-icon.image { 
    color: #198754; 
}

.file-icon.txt { 
    color: #6c757d; 
}

/* Info du fichier */
.file-info {
    flex: 1;
    min-width: 0;
}

.file-name {
    font-weight: 400;
    color: #333;
    margin-bottom: 4px;
    font-size: 13px;
    word-break: break-word;
    line-height: 1.3;
}

.file-size {
    font-size: 11px;
    color: #666;
    font-weight: 400;
}

/* Bouton de suppression */
.file-remove {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 10px;
    padding-top: 2px
}

.file-remove:hover {
  opacity: 0.8;
}

/* Scrollbar personnalisée pour la liste */
#filesList::-webkit-scrollbar {
    width: 6px;
}

#filesList::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

#filesList::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

#filesList::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Animation d'apparition */
.file-item {
    animation: fadeInUp 0.3s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .selected-files {
        padding: 15px;
    }
    
    .file-item {
        padding: 10px;
    }
    
    .file-icon {
        font-size: 20px;
        margin-right: 10px;
        width: 25px;
    }
    
    .file-name {
        font-size: 13px;
    }
    
    .file-size {
        font-size: 11px;
    }
    
    .file-remove {
        width: 25px;
        height: 25px;
        font-size: 11px;
    }
}

/* Messages d'erreur */
.error-message {
    color: #dc3545;
    font-size: 12px;
    display: block;
    position: absolute;
}

.has-error input,
.has-error textarea,
.has-error select {
    border-color: #dc3545 !important;
}

/* Messages d'alerte */
.alert {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.alert i {
    margin-right: 8px;
}

/* Animation du bouton de soumission */
.sub-btn button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Styles pour les champs en erreur */
.single-form-blk.has-error input,
.single-form-blk.has-error textarea {
    border-color: #dc3545;
}

.single-form-blk.has-error input:focus,
.single-form-blk.has-error textarea:focus {
    border-color: #dc3545;
}

.fm-contact .col_2 {
  display: grid;
  grid-template-columns: 45% 48%;
  justify-content: space-between;
}

.fm-contact textarea {
  border: 1px solid #b3b4b5;
  border-radius: 0px;
  padding: 10px;
  height: 150px;
}

.fm-contact .select-radio p {
  margin-bottom: 10px;
}

.fm-contact .select-radio {
  margin-bottom: 15px;
}

.fm-contact .sub-btn button {
  min-width: 185px;
}

.fm-contact .law {
  line-height: 12px;
  font-size: 12px;
  margin-bottom: 0;
}

@media (max-width: 767px) {

  .fm-contact .col_2 {
    grid-template-columns: 100%;
    grid-gap: 5px;
  }

}

.darkbanner .form-left-texts p a {
  color: #FFF !important;
}

.darkbanner .fm-contact .select-radio p {
  color: #FFF;
  margin-bottom: 18px;
}

.darkbanner .fm-contact .select-radio label {
  color: #FFF;
}

.darkbanner .fm-contact .col_2 .single-form-blk label {
  color: #FFF;
} 

.darkbanner .fm-contact .attachments-group label {
  color: #FFF;
}

.darkbanner .fm-contact .file-drop-zone {
  background: transparent;
  border: 1px dashed #b3b4b5;
}

.darkbanner .fm-contact .single-form-blk {
  margin-bottom: 10px;
}

.darkbanner .fm-contact textarea {
  height: 126px;
}

.darkbanner .file-drop-zone {
  padding: 10px 20px;
}

.darkbanner .file-drop-zone i {
  font-size: 28px;
}

.pl-35 {
  padding-left: 35px;
}

@media (max-width: 767px) {

  .header-menu-area {
    display: flex;
    align-items: center;
  }

  .header-menu-area .call {
    position: unset;
    order: 2;
    min-width: 40px;
    margin-right: 15px;
  }

  .header-menu-area .header-off-btn {
    position: unset;
    order: 3;
    transform: unset;
    min-width: 40px;
    margin-right: 15px;
  }

  .top_alert .container {
    padding: 0;
  }

  .fm-contact .select-radio {
    margin-bottom: 0;
  }

  .darkbanner .site-form {
    margin-top: 20px;
  }

  .darkbanner .fm-contact .select-radio p {
    margin-bottom: 10px;
  }

  .darkbanner .form-left-texts p a {
    display: inline-block;
  }

}

.popup_form .file-drop-zone {
  background: transparent;
  border-color: #92989e;
}

.popup_form .attachments-group label {
  font-size: 16px;
}

.popup_form .file-drop-zone i {
  color: #92989e;
}

.popup_form .file-info-text {
  color: #5e646b;
}

body.prevent {
  overflow: hidden;
}

.popup_form .fm-contact .sub-btn button {
  margin-bottom: 15px;
}

@media (max-width: 767px) {

  .popup_form .content {
    padding: 0;
  }

  .pl-35 {
    padding-left: 0;
  }

  .form-left-contect-boxs {
    margin-bottom: 0;
  }

  .frm-lft-contact-bx p {
    font-size: 18px !important;
  }

}
