* {
  margin: 0;
  padding: 0;
  font-family: "Livvic", sans-serif !important;
}

body {
  background-color: rgb(245, 245, 245);
}

.row>* {
  margin-bottom: 10px;
}

.no {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

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

section {
  padding: 40px 0 25px;
  overflow: hidden;
  z-index: 0;
}

.overflow-section {
  overflow: visible !important;
}

h1,
h2 {
  position: relative;
  font-size: 30px;
  line-height: 1.396;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

h1 span {
  color: #dfad27;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333;
  margin: 10px 0;
}

h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.333;
  margin: 5px 0;
}

p,
a,
ul {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 500;
}

.list-style {
  margin: 13px 0;
}

.list-style li {
  list-style: url(../img/list-style.png);
  margin-bottom: 0px;
  margin-left: 20px;
}

h2,
h3 {
  background: linear-gradient(0deg, #b68a00, #f3bf3a);
  background: -ms-linear-gradient(0deg, #b68a00 0, #f3bf3a 100%);
  -webkit-mask-image: 0deg, #b68a00 0, #f3bf3a 100%;
  mask-image: 0deg, #b68a00 0, #f3bf3a 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.light h1,
.light h4 {
  color: rgb(29, 32, 44);
}

.light p,
.light ul,
.light a {
  color: rgb(29, 32, 44);
}

.dark h1,
.dark h4 {
  color: rgb(255, 255, 255);
}

.dark p,
.dark a,
.dark ul,
.dark a {
  color: rgb(255, 255, 255);
}

.row.end {
  justify-content: flex-end;
}

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

  h1,
  h2 {
    margin-top: 25px;
  }
}

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

  h1,
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  p,
  a,
  footer ul {
    font-size: 14px;
  }
}

/* *********************** header ********************** */
header {
  position: relative;
  z-index: 5;
}

.fixed {
  width: 100%;
  z-index: 5;
  -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}

header .container_navheader {
  position: fixed !important;
  top: 0;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.fixed-header .container_navheader>div {
  padding: 5px 0;
}

.fixed-header.fixed .container_navheader {
  background-image: -moz-linear-gradient(0deg,
      rgb(20, 32, 99) 0%,
      rgb(16, 124, 164) 48%,
      rgb(11, 215, 229) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(20, 32, 99) 0%,
      rgb(16, 124, 164) 48%,
      rgb(11, 215, 229) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(20, 32, 99) 0%,
      rgb(16, 124, 164) 48%,
      rgb(11, 215, 229) 100%);
}

.fixed-header_Desktop .container_navheader::after {
  position: absolute;
  left: 0;
  height: 100%;
  background: #fff;
  content: "";
  width: 100%;
  z-index: -1;
  top: 0;
  width: 40%;
}

.fixed-header_Desktop.fixed .container_navheader::after {
  width: 100%;
}

header .white-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 95%;
  margin: 0 auto;
  background: #fff;
  height: 77px;
  padding: 10px 30px 10px 15px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

header .logo img {
  height: 55px;
  width: auto;
}

.navbar {
  display: flex;
  align-items: center;
  padding: 0;
}

.navbar>* {
  margin: 0;
  padding: 0;
}

nav a {
  font-size: 16px;
  color: rgb(29, 32, 44);
  font-weight: 400;
  line-height: 1.3;
}

.main_nav>li>a {
  line-height: 1.33;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main_nav>li:hover>a,
.main_nav>li.current-menu-ancestor>a {
  color: rgb(237, 186, 53);
  font-weight: 600;
}

.menu-box a:active,
.menu-box li.current-menu-ancestor>a {
  color: rgb(237, 186, 53);
}

.menu-box>li>a:hover,
.menu-box a:focus {
  color: rgb(29, 32, 44);
}

.navbar .btn-box,
.container_navheader .btn-box {
  padding: 0 !important;
}

.main_nav {
  display: flex;
  margin-right: 0px;
}

.main_nav>li {
  padding: 30px 5px;
  margin-right: 15px;
}

.main_nav li {
  position: relative;
  z-index: 0;
}

.main_nav>li>a::before {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  background: rgb(237, 186, 53);
  border-radius: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;
  transition: all 0.2s ease;
}

.main_nav>li:hover>a::before,
.main_nav>li.current-menu-ancestor>a::before {
  top: -5px;
  opacity: 1;
}

.main_nav li ul {
  position: absolute;
  background: rgb(237, 186, 53);
  top: 100%;
  left: 0;
  width: 220px;
  max-width: 220px;
  text-align: center;
  visibility: hidden;
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
  opacity: 0;
  box-shadow: 0 0 9px 0 #e0c493;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.main_nav li ul a {
  color: rgb(255, 255, 255);
}

.main_nav li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.main_nav li>ul li a {
  margin: 0;
  display: block;
  padding: 12px 15px;
  position: relative;
  width: max-content;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main_nav li>ul li {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

.main_nav li>ul::after {
  content: "";
  position: absolute;
  left: 30px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e0b031;
}

.main_nav li>ul li:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.main_nav li>ul li:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.main_nav li>ul li:hover {
  background-color: #c89d31;
}

.fixed-header .logo img {
  height: 45px;
  width: auto;
}

.fixed-header #burger .burger-button {
  background-color: transparent;
  position: relative;
  height: 44px;
  width: 44px;
  display: block;
  z-index: 99999;
  border: 0;
  pointer-events: all;
  transition: all 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -webkit-transition: all 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -moz-transition: all 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -ms-transition: all 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  border-radius: 50%;
  background-image: -moz-linear-gradient(100deg,
      rgb(182, 138, 0) 0%,
      rgb(243, 191, 58) 100%);
  background-image: -webkit-linear-gradient(100deg,
      rgb(182, 138, 0) 0%,
      rgb(243, 191, 58) 100%);
  background-image: -ms-linear-gradient(100deg,
      rgb(182, 138, 0) 0%,
      rgb(243, 191, 58) 100%);
}

.fixed-header #burger .burger-button .burger-bar {
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  right: 12px;
  left: 12px;
  height: 2px;
  width: auto;
  margin-top: -1px;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fixed-header #burger .burger-button .burger-bar--1 {
  transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
}

.fixed-header #burger .burger-button .burger-bar--2 {
  transform-origin: 100% 50%;
  transform: scaleX(0.8);
  -webkit-transform: scaleX(0.8);
  -moz-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -o-transform: scaleX(0.8);
}

.fixed-header #burger .burger-button .burger-bar--3 {
  transform: translateY(6px);
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
}

.js-nav-active .fixed-header #burger .burger-bar--1 {
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
}

.js-nav-active .fixed-header #burger .burger-bar--2 {
  opacity: 0;
}

.js-nav-active .fixed-header #burger .burger-bar--3 {
  transform: rotate(-45deg) !important;
  -webkit-transform: rotate(-45deg) !important;
  -moz-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  -o-transform: rotate(-45deg) !important;
}

.fixed-header nav a {
  color: rgb(255, 255, 255);
}

.nav-container {
  position: absolute;
  top: 0%;
  right: 0px;
  z-index: 10;
  background-image: -moz-linear-gradient(0deg,
      rgb(20, 32, 99) 0%,
      rgb(16, 124, 164) 48%,
      rgb(11, 215, 229) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(20, 32, 99) 0%,
      rgb(16, 124, 164) 48%,
      rgb(11, 215, 229) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(20, 32, 99) 0%,
      rgb(16, 124, 164) 48%,
      rgb(11, 215, 229) 100%);
  box-shadow: rgb(0 0 0 / 12%) 3px 3px 15px;
  display: none;
  overflow: hidden;
  padding: 3rem 20px 2rem;
  width: 80%;
  height: 100vh;
  overflow-y: auto;
}

.fixed-header .menu-box ul {
  padding: 0 0 0 25px;
}

.js-nav-active .nav-container {
  display: block;
}

.nav-container li {
  border-bottom: 1px solid rgba(132, 130, 130, 0.49);
  position: relative;
}

.nav-container li a {
  padding: 7px 0px;
  display: block;
}

.nav-container .menu-box ul {
  display: none;
}

.nav-container .menu-box li.js-dropdown-is-active>ul {
  display: block;
}

.nav-container .menu-box li>span {
  position: absolute;
  right: 0px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #e6b32d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.nav-container .menu-box li>span svg:first-child {
  display: block;
}

.nav-container .menu-box li>span svg:last-child {
  display: none;
}

.nav-container .menu-box li.js-dropdown-is-active>span svg:first-child {
  display: none;
}

.nav-container .menu-box li.js-dropdown-is-active>span svg:last-child {
  display: block;
}

@media screen and (max-width: 767px) {
  nav a {
    font-size: 14px;
  }
}

/* *********************** end header ********************** */

/* *********************** slider ********************** */

.slider {
  min-height: 815px;
  position: relative;
  padding-top: 230px;
  padding-bottom: 50px;
  color: rgb(255, 255, 255);
  overflow: hidden;
  text-align: center;
}

.slider .container {
  position: relative;
  z-index: 1;
}

.slider .container-fluid {
  position: absolute;
  top: 0;
  height: 100%;
}

.slider .container-fluid .row {
  justify-content: flex-end;
  margin-top: 125px;
}

.slider .slider-title {
  font-size: 48px;
}

.slider p {
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .slider {
    padding-top: 175px;
    min-height: 570px;
  }

  .slider .container-fluid .row {
    margin-top: 95px;
  }
}

@media screen and (max-width: 986px) {
  .slider {
    padding-top: 75px;
    min-height: 400px;
  }

  .slider .container-fluid {
    position: relative;
    top: 0;
    height: auto;
  }

  .slider .container-fluid .row {
    margin-top: 0px;
  }

  .slider .slider-title {
    font-size: 36px;
  }
}

/* *********************** end slider ********************** */

/* *********************** intern-slider ********************** */

.intern-slider {
  position: relative;
  padding-top: 95px;
  padding-bottom: 50px;
  color: rgb(255, 255, 255);
  overflow: hidden;
  text-align: center;
}

.intern-slider .container {
  position: relative;
  z-index: 1;
}

.intern-slider .container-fluid {
  position: absolute;
  top: 0;
  height: 100%;
}

.intern-slider .container-fluid .row {
  justify-content: flex-end;
  margin-top: 125px;
}

.intern-slider .slider-title {
  font-size: 48px;
}

@media screen and (max-width: 1400px) {
  .intern-slider {
    padding-top: 175px;
  }

  .intern-slider .container-fluid .row {
    margin-top: 95px;
  }
}

@media screen and (max-width: 986px) {
  .intern-slider {
    padding-top: 75px;
  }

  .intern-slider .container-fluid {
    position: relative;
    top: 0;
    height: auto;
  }

  .intern-slider .container-fluid .row {
    margin-top: 0px;
  }

  .intern-slider .slider-title {
    font-size: 36px;
  }
}

/* *********************** end intern-slider ********************** */

/* *********************** button ********************** */
.btn-box {
  position: relative;
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 5px;
  cursor: pointer;
}

.btn-box .devis-btn {
  position: relative;
  display: inline-block;
  padding: 15px 30px 15px 20px;
  margin: 0 0 0 20px;
  background: url(../img/devis-btn.png) no-repeat center;
  background-size: 100%;
  color: rgb(5, 25, 55);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.056;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .btn-box .devis-btn {
    font-size: 13px;
  }
}

/* *********************** end button ********************** */

/* *********************** js-1-view-slider ********************** */
.js-1-view-slider {
  overflow: hidden;
}

.swiper-container-1 {
  padding: 20px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.intervention-swiper .content_top_item {
  position: relative;
}

.intervention-swiper h3 {
  font-size: 20px;
  color: rgb(29, 32, 44);
  background: rgb(29, 32, 44);
  -webkit-mask-image: rgb(29, 32, 44);
  mask-image: rgb(29, 32, 44);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.intervention-swiper p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-align: center;
}

.intervention-swiper .discription_interv {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  height: 90%;
  background-color: rgba(20, 32, 99, 0.878);
  display: flex;
  align-items: center;
  padding: 10px 50px;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  transition: all 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -webkit-transition: all 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -moz-transition: all 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -ms-transition: all 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  transform: translateY(20px);
}

.intervention-swiper .item:hover .discription_interv {
  opacity: 1;
  transform: translate(0);
}

.js-1-view-slider .pagination-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.js-1-view-slider .swiper-pagination-bullet {
  background: rgb(5, 25, 55);
  opacity: 1;
  width: 24px;
  height: 4px;
  border-radius: 0;
  margin: 5px 10px;
}

.js-1-view-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 134px;
}

.js-1-view-slider .swiper-button {
  position: relative;
  margin: 20px;
}

.mobile-device .intervention-swiper .swiper-slide-active .discription_interv {
  opacity: 1;
  transform: translate(0);
}

@media screen and (max-width: 767px) {
  .intervention-swiper h3 {
    font-size: 18px;
  }

  .intervention-swiper p {
    font-size: 12px;
  }
}

/* *********************** end js-1-view-slider ********************** */

/* *********************** js-2-view-slider ********************** */

.js-2-view-slider {
  overflow: hidden;
}

.testimony-swiper .swiper-container-2 {
  padding: 10px 5px;
}

.testimony-swiper .swiper-container-2 .swiper-content {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.testimony-swiper .bulles {
  position: relative;
  min-height: 350px;
  background-color: rgb(245, 245, 245);
  padding: 40px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
}

.testimony-swiper .quots {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgb(20, 32, 99);
  border-radius: 50%;
  padding: 12px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 27px 0px rgba(245, 245, 245, 0.08),
    inset 0px 0px 0px 0px rgba(245, 245, 245, 0.13);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.testimony-swiper .swiper-slide-active .quots {
  background-image: -moz-linear-gradient(90deg,
      rgb(182, 138, 0) 0%,
      rgb(243, 191, 58) 100%);
  background-image: -webkit-linear-gradient(90deg,
      rgb(182, 138, 0) 0%,
      rgb(243, 191, 58) 100%);
  background-image: -ms-linear-gradient(90deg,
      rgb(182, 138, 0) 0%,
      rgb(243, 191, 58) 100%);
  box-shadow: 0px 0px 27px 0px rgba(245, 245, 245, 0.08),
    inset 0px 0px 0px 0px rgba(245, 245, 245, 0.13);
}

.testimony-swiper .content-testimony {
  color: rgb(5, 25, 55);
  text-align: center;
}

.testimony-swiper .content-testimony h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  color: rgb(29, 32, 44);
  background: rgb(29, 32, 44);
  -webkit-mask-image: rgb(29, 32, 44);
  mask-image: rgb(29, 32, 44);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimony-swiper .content-testimony p.description {
  font-size: 18px;
  min-height: 150px;
}

.testimony-swiper .content-testimony h4 {
  font-size: 16px;
  font-weight: 600;
  color: rgb(239, 188, 54);
}

.js-2-view-slider .pagination-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.js-2-view-slider .swiper-pagination-bullet {
  background-color: rgb(245, 245, 245);
  opacity: 0.702;
  width: 24px;
  height: 4px;
  border-radius: 0;
  margin: 5px 10px;
}

.js-2-view-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 134px;
  background-color: rgb(245, 245, 245);
  opacity: 1;
}

.js-2-view-slider .swiper-button {
  position: relative;
  margin: 20px;
}

@media screen and (max-width: 767px) {
  .testimony-swiper .content-testimony h3 {
    font-size: 13px;
  }

  .testimony-swiper .content-testimony p.description {
    font-size: 13px;
  }
}

/* *********************** end js-2-view-slider ********************** */

/* *********************** home ********************** */

.blue-bg-main {
  position: relative;
  z-index: 0;
  background-color: rgb(245, 245, 245);
}

.blue-bg-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: url(../img/blue-home-bg.jpg) no-repeat center top;
  background-size: cover;
  z-index: -1;
  border-bottom-right-radius: 170px;
}

.blue-bg-main-top {
  position: relative;
  z-index: 0;
  background-color: rgb(245, 245, 245);
}

.blue-bg-main-top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: -moz-linear-gradient(0deg,
      rgb(20, 32, 99) 0%,
      rgb(16, 124, 164) 48%,
      rgb(11, 215, 229) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(20, 32, 99) 0%,
      rgb(16, 124, 164) 48%,
      rgb(11, 215, 229) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(20, 32, 99) 0%,
      rgb(16, 124, 164) 48%,
      rgb(11, 215, 229) 100%);
  z-index: -1;
  border-top-right-radius: 170px;
}

.white-bg-main {
  position: relative;
  z-index: 0;
  background-color: rgb(245, 245, 245);
}

.white-bg-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: url(../img/white-home-bg.jpg) no-repeat center top;
  background-size: cover;
  z-index: -1;
}

.white-bg {
  background-color: rgb(245, 245, 245);
  padding: 20px 0;
}

.blue-bg {
  background-image: -moz-linear-gradient(0deg,
      rgb(20, 32, 99) 0%,
      rgb(16, 124, 164) 48%,
      rgb(11, 215, 229) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(20, 32, 99) 0%,
      rgb(16, 124, 164) 48%,
      rgb(11, 215, 229) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(20, 32, 99) 0%,
      rgb(16, 124, 164) 48%,
      rgb(11, 215, 229) 100%);
  padding: 20px 0;
}

.img-top-desk::after {
  content: "";
  position: absolute;
  right: 0;
  width: 49.7%;
  bottom: 0;
  top: 0;
  background-color: rgb(245, 245, 245);
  z-index: 0;
  border-top-left-radius: 85px;
}

.img-top-desk img {
  position: relative;
  margin-top: -37px;
  z-index: 2;
}

.img-bottom-desk::after {
  content: "";
  position: absolute;
  left: 0;
  width: 49.7%;
  bottom: 0;
  top: 0;
  background-color: rgb(11, 215, 229);
  z-index: 0;
  border-top-right-radius: 85px;
}

.img-bottom-desk img {
  position: relative;
  margin-top: -37px;
  z-index: 2;
}

.bg-devis {
  position: relative;
}

p.list-p {
  display: list-item;
  list-style: url(../img/p-list.webp);
  margin-bottom: 5px;
  margin-left: 20px;
}

.bg-img-raduis {
  position: relative;
  z-index: 0;
}

.bg-img-raduis::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: url(../img/img-raduis-bg.jpg) no-repeat center top;
  background-size: cover;
  z-index: -1;
  border-top-left-radius: 210px;
}

.intern-radius-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: url(../img/intern-radius-img-bg.jpg) no-repeat center top;
  background-size: cover;
  z-index: -1;
  border-top-left-radius: 210px;
}

.bg-opc {
  padding: 20px 50px;
  background-image: -moz-linear-gradient(-179deg,
      rgba(20, 32, 99, 0.23922) 0%,
      rgb(20, 32, 99) 100%);
  background-image: -webkit-linear-gradient(-179deg,
      rgba(20, 32, 99, 0.23922) 0%,
      rgb(20, 32, 99) 100%);
  background-image: -ms-linear-gradient(-179deg,
      rgba(20, 32, 99, 0.23922) 0%,
      rgb(20, 32, 99) 100%);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.link-puls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.link-puls svg {
  border-radius: 50%;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 70%);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px transparent;
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

@media screen and (max-width: 1400px) {
  .img-top-desk::after {
    border-top-left-radius: 45px;
  }

  .img-bottom-desk::after {
    border-top-right-radius: 45px;
  }
}

@media screen and (max-width: 1024px) {
  .blue-bg-main::after {
    border-bottom-right-radius: 70px;
  }

  .blue-bg-main-top::after {
    border-top-right-radius: 70px;
  }

  .img-top-desk::after {
    border-top-left-radius: 35px;
  }

  .img-bottom-desk::after {
    border-top-right-radius: 35px;
  }

  .bg-img-raduis::after {
    background: url(../img/img-raduis-bg-mobile.jpg) no-repeat center top;
    background-size: cover;
    border-top-left-radius: 70px;
  }

  .intern-radius-img::after {
    background: url(../img/intern-radius-img-bg.jpg) no-repeat center top;
    background-size: cover;
    border-top-left-radius: 0px;
  }
}

@media screen and (max-width: 986px) {
  .img-top-desk::after {
    border-top-left-radius: 85px;
  }

  .img-bottom-desk::after {
    border-top-right-radius: 85px;
  }

  .mobile-reverse {
    order: -1;
  }

  .img-bottom-desk::after {
    background-image: -moz-linear-gradient(0deg,
        rgb(20, 32, 99) 0%,
        rgb(16, 124, 164) 90%);
    background-image: -webkit-linear-gradient(0deg,
        rgb(20, 32, 99) 0%,
        rgb(16, 124, 164) 90%);
    background-image: -ms-linear-gradient(0deg,
        rgb(20, 32, 99) 0%,
        rgb(16, 124, 164) 90%);
  }

  .bg-opc {
    padding: 20px 10px;
    background-image: none;
    border-radius: 0px;
  }

  .intern-radius-img .bg-opc {
    background-image: -moz-linear-gradient(-179deg,
        rgba(20, 32, 99, 0.23922) 0%,
        rgb(20, 32, 99) 100%);
    background-image: -webkit-linear-gradient(-179deg,
        rgba(20, 32, 99, 0.23922) 0%,
        rgb(20, 32, 99) 100%);
    background-image: -ms-linear-gradient(-179deg,
        rgba(20, 32, 99, 0.23922) 0%,
        rgb(20, 32, 99) 100%);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
}

@media screen and (max-width: 767px) {
  .bg-devis iframe {
    height: 610px !important;
  }
}

@media screen and (max-width: 600px) {
  .devis-express {
    height: 3500px !important;
  }
}

@media screen and (max-width: 500px) {
  .bg-devis iframe {
    height: 650px !important;
  }
}

@media screen and (max-width: 400px) {
  .devis-express {
    height: 3650px !important;
  }

  .img-top-desk::after {
    border-top-left-radius: 45px;
  }

  .img-bottom-desk::after {
    border-top-right-radius: 45px;
  }
}

@media screen and (max-width: 380px) {
  .devis-express {
    height: 4300px !important;
  }
}

@media screen and (max-width: 300px) {
  .devis-express {
    height: 4430px !important;
  }

  .img-top-desk::after {
    border-top-left-radius: 20px;
  }

  .img-bottom-desk::after {
    border-top-right-radius: 20px;
  }
}

@media screen and (max-width: 290px) {
  .devis-express {
    height: 4660px !important;
  }
}

@media screen and (max-width: 270px) {
  .devis-express {
    height: 5465px !important;
  }
}

/* *********************** end home ********************** */

/* *********************** footer ********************** */
footer {
  position: relative;
  background-image: -moz-linear-gradient(0deg,
      rgb(20, 32, 99) 0%,
      rgb(16, 124, 164) 48%,
      rgb(11, 215, 229) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(20, 32, 99) 0%,
      rgb(16, 124, 164) 48%,
      rgb(11, 215, 229) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(20, 32, 99) 0%,
      rgb(16, 124, 164) 48%,
      rgb(11, 215, 229) 100%);
  padding-top: 60px;
}

footer .footer-logo {
  width: 214px;
  max-width: 95%;
  height: auto;
}

footer h3 {
  text-align: center;

  background: linear-gradient(0deg, #b68a00, #f3bf3a);
  background: -ms-linear-gradient(0deg, #b68a00 0, #f3bf3a 100%);
  -webkit-mask-image: 0deg, #b68a00 0, #f3bf3a 100%;
  mask-image: 0deg, #b68a00 0, #f3bf3a 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer .contact-details {
  display: flex;
}

footer .icon {
  margin-right: 10px;
}

footer .copyright {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

footer .link-footer a:hover {
  text-decoration: underline;
}

/* *********************** end footer ********************** */

/*--------------------------------------------------------------
#   scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(246, 227, 229);
}

::-webkit-scrollbar-thumb {
  background-color: #e6b32d;
  border-radius: 10px;
}

.child__mob_1 {
  display: none;
  background-image: -moz-linear-gradient(0deg, rgb(20, 32, 99) 0%, rgb(16, 124, 164) 48%, rgb(11, 215, 229) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(20, 32, 99) 0%, rgb(16, 124, 164) 48%, rgb(11, 215, 229) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(20, 32, 99) 0%, rgb(16, 124, 164) 48%, rgb(11, 215, 229) 100%);
  box-shadow: rgb(0 0 0 / 12%) 3px 3px 15px;
  border-radius: 10px;
  padding: 10px;
  width: 45%;
  margin-left: 10%;
}

.language-menu {
  display: block;
}

.lang-nav-container a {
  padding: 7px 0px;
  display: block;
  color: rgb(255, 255, 255);
  font-size: 14px;
}
.whatsapp-icon {
  display: flex;
  align-items: center;
  width: 55px;
  height: 55px;
  position: fixed;
  top: calc(55% + 50px);
  left: 0px;
  cursor: pointer;
  z-index: 4;
  padding: 4px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  background-color: #2ab737;
  background: linear-gradient(135deg, #0f912c 0, #25a325 37%, #2ab939 100%);
}

.trin-trin {
  animation-name: trin;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 50%;
  margin: 0 auto;
}

@keyframes trin {

  from {
      transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
      transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
      transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
      transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
      transform: rotate3d(0, 0, 1, 0deg);
  }

}

.whatsapp-icon:before {
  content: "";
  background: url(https://www.medespoir-maroc.com/public/img/whatsapp.webp);
  position: absolute;
  width: 85%;
  height: 85%;
  background-repeat: no-repeat;
  background-size: contain;
}
