/* ===================================
    About
====================================== */
/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header
    - Side Menu
    - Page Piling
    - Banniere
    - Qui sommes-nous ?
    - Team
    - Portfolio
    - Blog
    - Contact
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('fonts/css2?family=Montserrat:ital,wght@0,400;0,600;1,700&display=swap');
@import url('fonts/css3?family=Roboto:wght@300;400&display=swap');

.main-font {
  font-family: 'Montserrat', sans-serif;
}

.alt-font {
  font-family: 'Roboto', sans-serif;
}

/* ===================================
    General
====================================== */

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #ffffff !important;
  text-align: justify;
  font-weight: 300;
  line-height: 25px;
  width: 100%;
  overflow-x: hidden
}

a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
  position: relative;
  overflow: hidden;
}

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

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

p:last-child {
  margin-bottom: 0 !important;
  font-family: 'Roboto', sans-serif;
}

.fa,
.far,
.fas {
  display: inline;
}

li {
  list-style: none;
  text-decoration: none;
}

blockquote {
  border-left: 2px solid;
  padding: 10px 15px 10px 35px;
  margin: 25px 0;
  font-size: 18px;
  line-height: 28px;
}

blockquote>cite {
  font-weight: 400;
  font-size: 14px;
  display: block;
}

.hidden {
  display: none;
}

section {
  padding: 0;
}

/* transition none */
.no-transition * {
  transition-timing-function: initial;
  -moz-transition-timing-function: initial;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  -ms-transition-timing-function: initial;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* opacity */
.opacity-full {
  opacity: 1;
}

.opacity-1 {
  opacity: .1;
}

.opacity-2 {
  opacity: .2;
}

.opacity-3 {
  opacity: .3;
}

.opacity-4 {
  opacity: .4;
}

.opacity-5 {
  opacity: .5;
}

.opacity-6 {
  opacity: .6;
}

.opacity-7 {
  opacity: .7;
}

.opacity-8 {
  opacity: .8;
}

.opacity-9 {
  opacity: .9;
}

/*font-weight*/
.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

/* button */
.btn {
  -webkit-appearance: initial;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  display: inline-block;
  font-size: 20px;
  border: 2px solid transparent;
  letter-spacing: .5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: capitalize;
  width: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease !important;
  transition: all .5s ease !important;
}

/* Transparent button */
.btn.btn-trans {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}

.btn.btn-trans:hover {
  background: #ffffff !important;
  border-color: #ffffff;
  color: #232728 !important
}

/* Transparent button portfolio */
.btn.btn-trans-folio {
  background: transparent;
  border-color: #ffffff;
  color: #f68c2aed;
  text-decoration: none;
}

.btn.btn-trans-folio:hover {
  background: #ffffff !important;
  border-color: #ffffff;
  color: #232728 !important
}

/* White button */
.btn.btn-white {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}

.btn.btn-white:hover {
  background: #ffffff !important;
  border-color: #ffffff;
  color: #232728 !important
}

/* button size */
.btn.btn-small {
  font-size: 12px;
  padding: 4px 1.8em;
}

.btn.btn-medium {
  font-size: 16px;
  padding: 10px 48px;
  line-height: 1.8em
}

.btn.btn-large {
  font-size: 16px;
  padding: 14px 30px;
  line-height: 1.8em;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.btn.btn-bloc {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 48px;
  margin: 20px;
  line-height: 1.8em
}

/* Text color */
.text-grey {
  color: #a6a6a6;
}

.text-white {
  color: #ffffff;
}

.text-light-black {
  color: #232728;
}

/* Background color */
.bg-green {
  background: #10100f73;
}

.bg-pink {
  background: #002e86e5;

}

.bg-yellow {
  background: #334f84e5;
}

.text-light-black {
  background: #232728;
}

.bg-blue {
  background: #11769e;
}

.bg-red {
  background: #002e86e5;
}

.bg-transparent {
  background: transparent;
}

/* Social Icons Background */
.facebook-bg-hvr:hover {
  background: #4267B2 !important;
  color: #fff !important;
  border: 1px solid #4267B2 !important;
}

.twitter-bg-hvr:hover {
  background: #1DA1F2 !important;
  color: #fff !important;
  border: 1px solid #1DA1F2 !important;
}

.instagram-bg-hvr:hover {
  background: #C32AA3 !important;
  color: #fff !important;
  border: 1px solid #C32AA3 !important;
}

.linkedin-bg-hvr:hover {
  background: #0077B5 !important;
  color: #fff !important;
  border: 1px solid #0077B5 !important;
}

.pinterest-bg-hvr:hover {
  background: #BD081C !important;
  color: #fff !important;
  border: 1px solid #BD081C !important;
}

.google-bg-hvr:hover {
  background: #DB4437 !important;
  color: #fff !important;
  border: 1px solid #DB4437 !important;
}

.rss-bg-hvr:hover {
  background: #ee802f !important;
  color: #fff !important;
  border: 1px solid #DB4437 !important;
}

/* ===================================
   Page Piling
====================================== */

#pp-nav li .active span,
.pp-slidesNav .active span {
  background-color: #4f7e80;
  z-index: 9999;
}

#pp-nav li .active span::before {
  content: "";
  height: 2px;
  width: 12px;
  background: #535353;
  display: block;
  transform: translate(-17.5px, 6.5px);
  animation: fadeIn 1.6s;
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

#pp-nav li span::before {
  content: "";
  height: 2px;
  width: 12px;
  background: #535353;
  display: block;
  transform: translate(-17.5px, 6.5px);
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  animation: zoomOut 1.6s;
}

#pp-nav li .active span::after {
  content: "";
  height: 2px;
  width: 12px;
  background: #535353;
  display: block;
  transform: translate(19px, 5px);
  animation: fadeIn 1.6s;
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

#pp-nav li span::after {
  content: "";
  height: 2px;
  width: 12px;
  background: #535353;
  display: block;
  transform: translate(19px, 5px);
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  animation: zoomOut 1.6s;
}

#pp-nav span,
.pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  box-shadow: inset 0 0 0 7px transparent;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}

#pp-nav li,
.pp-slidesNav li {
  display: block;
  width: 12px;
  height: 12px;
  margin: 16px 8px 16px 8px;
  position: relative;
}

.pp-tooltip {
  color: #ffffff;
  background-color: #232728;
  margin-left: 25px;
  padding: 2px 8px;
  border-radius: 2px;
  z-index: 9999;
}

.pp-tooltip:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid #232728;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -6px;
}

/* ===================================
    Sidebar Toggle Btn
====================================== */

.my_tog {
  padding: 20px;
  margin-top: 20px;
  margin-right: 10px;
  cursor: pointer;
  transition: .8s ease;
  display: inline-block;
  float: right;

}

.my_tog:hover span:first-child {
  width: 16px;
}

.my_tog:hover span:last-child {
  width: 16px;
}

.my_tog span {
  display: block;
  height: 2px;
  width: 25px;
  background-color: #232728;
  margin-bottom: 4px;
  transition: .7s ease;
}

/* ===================================
    SideNav
====================================== */
.side_nav {
  display: block;
  background-color: white;
  width: 25%;
  float: left;
  height: auto;
  box-shadow: 1px 1px 10px #535353;
  transition: .5s ease;
  position: relative;
}

.side_nav {
  position: fixed;
  top: 0;
  left: -20%;
  z-index: 11;
  bottom: 0;
}

.brand-logo {
  color: black;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding-top: 13px;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 30px;
  transition: .6s ease;
}

.sticky-logo {
  position: absolute;
  right: -5px;
  bottom: 15px;
}

.brand-logo span {
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.my_nav_tog span {
  display: block;
  margin-bottom: 3px;
  height: 2px;
  background-color: #444444;
  width: 20px;
}

.side-nav-menu .nav-menu {
  font-family: 'Montserrat', sans-serif;
  padding-left: 35px;
  padding-top: 50px;
}

.broad .side-nav-menu ul {
  padding-top: 130px;
}

.side-nav-menu .nav-menu li,
.broad .side-nav-menu ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  transition: 1s ease;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left !important;
}

.side-nav-menu .nav-menu li a,
.broad .side-nav-menu ul li a {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #232728;
  transition: .1s ease;
  overflow: hidden;
  position: relative;
  width: 70%;
  top: 7px;
  padding: 0;
  text-align: left;
}

.line:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0;
  content: " ";
  display: block;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}

.line:hover:after,
.line.active:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #71911b;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 100%;
}

.side-nav-menu .nav-menu li a {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #000000;
  transition: .5s ease;
  width: auto;
}

/*broad nav*/
.side-nav-menu .side-icons ul {
  padding-top: 0 !important;
  padding-left: 21px !important;
}

.side-nav-menu .side-icons ul li {
  margin-bottom: 0 !important;
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}

.side-nav-menu .side-icons ul li a {
  color: #000000;
}

.side_nav.expand_nav .sticky-logo {
  opacity: 0;
  transition: .5s ease;
}

.side_nav .nav-item {
  display: block;
  margin: 20px 0;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.8s ease 500ms;
  -o-transition: all 0.8s ease 500ms;
  transition: all 0.8s ease 500ms;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.side_nav.expand_nav .nav-item:first-child {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.side_nav.expand_nav .nav-item:nth-child(2) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.side_nav.expand_nav .nav-item:nth-child(3) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.side_nav.expand_nav .nav-item:nth-child(4) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.side_nav.expand_nav .nav-item:nth-child(5) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.side_nav.expand_nav .nav-item:nth-child(6) {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.side_nav.expand_nav .nav-item:nth-child(7) {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}

.side_nav.expand_nav .nav-item:nth-child(8) {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.side_nav.expand_nav .nav-item:nth-child(9) {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s;
}

.side_nav.expand_nav .nav-item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* ===================================
    Nav-Bar css
====================================== */

.navbar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff !important;
}

.navbar-brand {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 30px;

}

.navbar-brand span {
  font-weight: bolder;
}

.side-nav-menu .social-icons span:hover i {
  cursor: pointer;
}

.social-icons span a {
  color: #202020;
}

.social-icons span i {
  font-size: 13px;
  margin-left: 0;
  background-color: transparent;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  padding-top: 8px;
  transition: .5s ease;
}

.social-icons span:last-child {
  margin-right: 70px;
}

/* ===================================
    Broad Nav-bar css
====================================== */

.broad {
  visibility: hidden;
  opacity: 0;
  transform: rotate(0deg);
}

.broad .side-nav-menu {
  display: none;
}

.broad-nav {
  transition: .5s ease-in-out;
  background-color: white;
  display: block;
  visibility: visible;
  position: fixed;
  overflow: hidden;
  z-index: 111111;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
}

.margin-manage {
  margin-top: 100px;
}

.broad-nav .side-nav-menu {
  display: block;
}

.broad-nav .side-nav-menu ul {
  position: relative;
  left: 20%;
  transform: translate(-20px, 0);
}

.broad-nav .side-nav-menu .social-icons span {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  position: relative;
}

.broad-nav .side-nav-menu .nav-menu li a span,
.broad .side-nav-menu ul li a span {
  display: inline-block;
  height: 2px;
  width: 0;
  background-color: #f73859;
  transition: .8s ease;
  position: absolute;
  top: 13px;
  margin-left: 9px;
}

.broad .side-nav-menu ul li a {
  margin-left: 9px;
}

.broad-nav .side-nav-menu ul li a.active span {
  width: 75%;
  display: inline-block;
  transition: .5s ease;
}

.fix-top {
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.broad-nav .side-nav-menu .social-icons span i {
  position: absolute;
  top: -1px;
  left: -5px;
  transition: .8s ease;
}

.broad-nav .side-nav-menu .social-icons span .fa-facebook-f {
  left: -5px;
}

.broad-nav .side-nav-menu .social-icons {
  transition: all 1s ease 500ms;
  animation-duration: 2s;
  font-size: 14px;
  animation-name: myan;
  animation-delay: .7s;
  animation-fill-mode: both;
  color: #d6d6d6;
  margin-top: -89px !important;
}

.broad-nav .side-nav-menu ul {
  position: relative;
  left: 15%;
  transform: translate(-25px, -91px);
}

.broad .side-nav-menu ul li {

  transition: all 2s ease 500ms;
  animation-duration: 1s;
}

/*side close btn*/
.broad .btn-close {
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 4px;
  cursor: pointer;
  color: #444444;
  z-index: 111;
  transition: .5s ease;
}

.broad.before-side .btn-close {
  display: none;
}

.broad .btn-close::before,
.broad .btn-close::after {
  position: absolute;
  left: 16px;
  content: ' ';
  height: 24px;
  width: 2px;
  background: black;
  top: 5px;
  transition: 0.5s ease;
}

.broad .btn-close:hover::before,
.broad .btn-close:hover::after {
  height: 28px;
}

.broad .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.broad .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.broad.right-btn .btn-close {
  right: 47px;
  left: auto;
}

.broad .side-nav-menu ul li span {
  font-size: 30px;
  color: #d9d9d9;
}

.broad .social-icons i {
  font-size: 16px;
}

.broad .brand-logo {
  padding-top: 0;
  padding-left: 70%;
}

.rites-res {
  position: absolute;
  bottom: 30px;
  padding-left: 30px;
}

.broad .rites-res {
  margin-top: 28px;
  width: 95%;
  margin-left: 49px;
}

/* ===================================
    Expand Nav bar & body Shrink
====================================== */

.expand_nav {
  left: 0;
}

.close_nav {
  padding-top: 25px;
}

.close_nav span:nth-child(2) {
  display: none;
}

.close_nav span:first-child {
  margin-left: auto;
  transform: rotate(45deg);
  margin-bottom: -2px;
}

.close_nav span:last-child {
  margin-top: 0;
  transform: rotate(130deg);
}

.close_nav:hover span:first-child,
.close_nav:hover span:last-child {
  width: 25px;
}

/* ===================================
   Banniere
====================================== */

.bg-container {
  background-image: url("../images/back-slider1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  width: 100%;
  height: 417px;
  top: 633px;
}

.slider-area {
  background-image: url("../images/sonelgaz.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  margin-left: 5%;
}

.bg-blue1 {
  background: #04307bc3;
}

.carousel-caption {
  position: absolute;
  z-index: 10;
  color: #fff;
  text-align: left;
  background-color: #000000c9;
  opacity: 0.7;
  padding: 62px;
  margin-top: 0px;
  margin-bottom: 23%;
}


.back-slider {
  /* background-image: url("../images/back-slider.png"); */
  background-image: url(../images/about-bg.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 97%;
  margin-left: 4%;
}

.back-entete {
  padding-bottom: 76px;
  position: absolute;
  z-index: 1100;
  margin-left: 314px;
  margin-top: -80px;
}

.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;

}

.slider-image {
  position: relative;
  margin: 0 auto -80px auto;
  top: 100px;
}

.slider-image img {
  top: -90px;
  width: 100%;
  position: relative;
}

.slider-text {
  background-color: #ffffff;
  color: #2b3033;
}

.slider-area .h1 {
  font-size: 60px;
  line-height: 1.0;
  padding-bottom: 40px;
}

.slider-area p {
  font-size: 18px;
  font-weight: normal;
}

.slider-area {
  align-items: center;
  display: flex;
  position: relative;
}

.slider-copyright {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1111;
}

.slider-bottom .slider-social {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1111;
}

.slider-bottom .slider-social a {
  color: #ffffff;
}

.fixed {
  position: fixed;
}

/* ===================================
 slider social
=================================== */

.side-nav-menu .slider-social {
  position: absolute;
  right: 50px;
  top: auto;
  z-index: 111;
}

.side-nav-menu .slider-social {
  right: auto;
  bottom: 80px;
}

.slider-social ul>li {
  float: left;
}

/* .slider-social a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  color: #000000;
  font-size: 16px;
  margin: 2px;
  border: 1px solid transparent;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
} */

.slider-social a {
  display: block;
  width: auto;
  height: 39px;
  text-align: center;
  line-height: 19px;
  border-radius: 50px;
  color: #000000;
  font-size: 16px;
  margin: 13px;
  /* border: 1px solid transparent; */
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

svg.slider-shape {
  overflow: visible;
}

/* ===================================
   Qui sommes nous ?
====================================== */

.about {
  background-image: url("../images/about-bg.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  margin-left: 5%;
}

.about h2 {
  font-size: 48px;
  font-weight: bold;
}

.section-heading {
  margin-bottom: 1.5rem;
}

.feature-item .title {
  color: #ffffff;
  transition: .8s ease;
  font-size: 24px;
  font-weight: bold;
}

.feature-item p {
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
}

.feature-item .r-icon {
  font-size: 25px;
  font-weight: 900;
  display: block;
  text-align: right;
  color: #d5d3d3;
}

.feature-item>i.f-icon {
  font-size: 42px;
  line-height: 55px;
  color: #fff;
  transition: .8s ease;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
}

.feature-item:hover>i.f-icon {
  background-color: #ffffff;
  color: #232728;
  text-align: center;
  border-radius: 50px;
  height: 55px;
  width: 55px;
  transition: .8s ease;
}

.about .box {
  padding: 30px;
}

.about .box h2 {
  font-size: 30px;
  font-weight: bold;
}

.about .box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: rgba(255, 255, 255, 0.2);
}

/* ===================================
  histoire
====================================== */

.histoire {
  background-image: url("../images/histoire.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  margin-left: 5%;
}

.histoire h2 {
  font-size: 48px;
  font-weight: bold;
}

.histoire .box {
  padding: 30px;
}

.histoire .box h2 {
  font-size: 30px;
  font-weight: bold;
}

.histoire .box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: rgba(255, 255, 255, 0.2);
}

/* ===================================
  international
====================================== */

.international {
  background-image: url("../images/about-bg.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  margin-left: 5%;
}

.international h2 {
  font-size: 48px;
  font-weight: bold;
}

.international .box {
  padding: 30px;
}

.international .box h2 {
  font-size: 30px;
  font-weight: bold;
}

.international .box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: rgba(255, 255, 255, 0.2);
}


/*===================================
 activity 
===================================*/

/* Slider */
.dom-section {
  padding: 60px 50px;
}

.dom-section .owl-stage {
  margin-top: 144px;
  display: flex;
  display: -webkit-flex;
}

.dom-section .item {
  margin: 0 15px 60px;
  width: 225px;
  height: 198px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.dom-section .item.active {
  width: 307px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

.dom-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.dom-section .item-desc {
  padding: 0px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.dom-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}

.dom-section .item .item-desc h3 {
  margin: 0 0 10px;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: center;
}

.dom-section .item.active .item-desc h3 {
  margin: 0 0 10px;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: center;
}

.dom-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  font-size: 14px;
}

.dom-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.dom-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {

  /* -------- Landing page ------- */

  .dom-section .item .item-desc h3 {
    margin: 0 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
  }

  .dom-section .item.active .item-desc h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
  }

  .dom-section {
    padding: 50px 30px;
  }

  .dom-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }

  .dom-section .item.active {
    width: 400px;
  }

  .dom-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }

}

@media (min-width: 768px) and (max-width: 991px) {

  /* -------- Landing page ------- */
  .dom-section .item .item-desc h3 {
    margin: 0 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
  }

  .dom-section .item.active .item-desc h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
  }

  .dom-section {
    padding: 50px 30px 40px;
  }

  .dom-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }

  .dom-section .item.active {
    width: 360px;
  }

  .dom-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {

  /* -------- Landing page ------- */
  .dom-section .item .item-desc h3 {
    margin: 0 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
  }

  .dom-section .item.active .item-desc h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
  }

  .dom-section {
    padding: 30px 15px 20px;
  }

  .dom-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }

  .dom-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }

  .dom-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

.service-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  width: 11%;
  margin-left: 15px;
  margin-top: 88px;
  box-shadow: -5px -5px 5px 0px rgb(2, 2, 2, 0.3), 5px 5px 5px 0px rgba(0, 0, 0, 0.3);

}

.service-icon {
  width: 100%;
  height: 150px;
  text-align: center;
  transition: all .5s ease;

}

.service-content {
  position: absolute;
  top: 0;
  padding: 60px 5px;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 150px;
  text-align: center;
  transition: all .5s ease;
  background-color: #dca13b;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform: translateY(110px) rotateX(-90deg);
  -moz-transform: translateY(110px) rotateX(-90deg);
  -ms-transform: translateY(110px) rotateX(-90deg);
  -o-transform: translateY(110px) rotateX(-90deg);
  transform: translateY(110px) rotateX(-90deg);
}

.service-box .service-icon .front-content {
  position: relative;
  top: 90px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-box .service-icon .front-content img {
  display: inline-block;
  max-width: 240px;
  min-width: 210px;
  overflow: hidden;
  position: relative;
}

.service-box .service-icon .front-content h3 {
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.service-box .service-content h3 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.service-box .service-content h3:hover ::after {
  font-size: 15px;
  font-weight: 700;
  color: #080808;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.service-box .service-content p {
  font-size: 13px;
  color: #b1b1b1;
  margin: 0;
}

.yellow {
  background-color: #ffc000;
}

.orange {
  background-color: #fc7f0c;
}

.red {
  background-color: #e84b3a;
}

.grey {
  background-color: #474747;
}

.service-box:hover .service-icon {
  opacity: 0;
  -webkit-transform: translateY(-110px) rotateX(90deg);
  -moz-transform: translateY(-110px) rotateX(90deg);
  -ms-transform: translateY(-110px) rotateX(90deg);
  -o-transform: translateY(-110px) rotateX(90deg);
  transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

/* ============================
actualites 
=============================== */

.actualites {
  background-image: url("../images/about-bg.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.actualites h2 {
  font-size: 48px;
  font-weight: bold;
}

.actualites .box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  opacity: .6;
  background-color: rgba(255, 255, 255, 0.2);
}

/* ===================================
   Our Team
====================================== */

.team {
  background-image: url("../images/services.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-left: 5%;
}

.team h2 {
  font-size: 48px;
  font-weight: bold;
}

.parallax-box {
  text-align: center;
}

.parallax-box h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.parallax-box h5 {
  font-weight: normal;
  font-size: 16px;
}

#team-slider {
  text-align: center;
}

.team-box {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 10px;
  background-color: #dd9f34;
  opacity: 2.3;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.team-box .team-image {
  position: relative;
  overflow: hidden;
}

.team-box .team-text {
  text-align: center;
  font-size: 14px;
  padding: 1.3rem 0 0 0;
}

.team-box .team-text span,
.team-box .team-text .team-social {
  opacity: 0;
  transition: .25ms;
}

.team-box .team-text h5 {
  font-size: 22px;
  color: #232728;
  font-weight: normal;
}

.team-box .team-text span {
  color: #212331;
  font-size: 14px;
  font-weight: normal;
}

#team-slider .owl-item.center .item {
  height: auto;
  transform: scale(1.0);
}

#team-slider .owl-item.center .team-box .team-text h5 {
  font-size: 24px;
}

#team-slider .owl-item.center .item .team-text span,
#team-slider .owl-item.center .item .team-text .team-social {
  opacity: 1;
  transition: .5s ease;
}

.team-social ul {
  margin: 0;
}

.team-social li {
  display: inline-block;
}

.team-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  font-size: 15px;
  margin: 5px 0;
  color: #232728;
  border: 1px solid transparent;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.main-font-title {
  font-family: 'Montserrat', sans-serif;
  background-color: #ffffff47;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}

/* ===================================
   Portfolio
====================================== */

.portfolio-bg {
  background-image: url("../images/portfolio-bg.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  margin-left: 5%;
}

.main-heading h2 {
  font-size: 48px;
  font-weight: bold;
}

.team-classic .item {
  text-align: left;
}

.team-data-img {
  overflow: inherit;
}

.portfolio-content {
  background: transparent;
  margin-top: 2rem;
}

.portfolio-content h5 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.portfolio-content p {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}

.search-icon {
  border: 1px solid white;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  padding: 14px 14px;
  margin-bottom: 20px;
}

.single-work {
  overflow: hidden;
  position: relative;
  padding: 15px;
  background-color: #ffffff;
  transition: all .3s ease 0s;

}

.single-work img {
  width: 100%;
  height: auto;
}

.single-work video {
  width: 100%;
  height: auto;
}

.video-pres {
  border: 20px solid #fff;
}

.single-work .title {
  width: 80%;
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 15px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Roboto', sans-serif;
}

.single-work .overlay-text {
  width: 100%;
  height: 100%;
  font-size: 17px;
  color: #fff;
  background-color: transparent;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.cases-image-inner {
  position: relative;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1111;
}

.cases-line {
  position: absolute;
  background: #ffffff;
}

.top {
  top: 15px;
  right: 15px;
  width: 100px;
  height: 2px;
}

.top-right {
  top: 15px;
  right: 15px;
  height: 100px;
  width: 2px;
}

.bottom {
  top: unset;
  bottom: 15px;
  left: 15px;
  width: 100px;
  height: 2px;
}

.bottom-left {
  top: unset;
  bottom: 15px;
  left: 15px;
  height: 100px;
  width: 2px;
}

.single-work .overlay-text:before,
.single-work .overlay-text:after {
  opacity: 0.6;
  position: absolute;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.45s ease-in-out 0s;
  transition: all 0.45s ease-in-out 0s;
  z-index: -1;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.single-work .overlay-text:before {
  right: 0;
}

.single-work .overlay-text:after {
  left: 0;
}

.item:hover .overlay-text {
  opacity: 1;
}

.item:hover .overlay-text:before,
.item:hover .overlay-text:after {
  width: 100%;
  transform: skewX(0);
  -webkit-transform: skewX(0);
  -moz-transform: skewX(0);
  -ms-transform: skewX(0);
  -o-transform: skewX(0);
  z-index: 1;
}

.item .img-responsive {
  max-width: 100%;
  transition: all .5s ease 0.2s;
}

.item:hover .img-responsive {
  transform: scale(1.2);
  transition: all .5s ease 0.2s;
}

.circle {
  position: relative;
  z-index: 1111;
  height: 42px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.circle i {
  transition: 0.5s ease;
}

#team-circle-right {
  top: 40%;
  right: -8%;
  transition: .5s ease;
  position: absolute;
}

#team-circle-left {
  top: 40%;
  left: -8%;
  transition: .5s ease;
  position: absolute;
}

.circle i {
  font-size: 42px;
  color: #f9f9f9;
}

/* ===================================
   Blog
====================================== */

.blog-bg {
  background-image: url("../images/blog-bg.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  margin-left: 5%;
}

.icon-quotes-left,
.icon-quotes-right {
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  cursor: pointer;
  line-height: 1.3;
}

.icon-quotes-right {
  text-align: right;
}

.icon-quotes-left {
  padding-left: 10px;
}

.news-item {
  position: relative;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.news-item img {
  width: 100%;
  transition: all .5s ease 0.2s;
}

.news-item:hover {
  transform: translateY(-10px);
}

.image-holder-gallary {
  overflow: hidden;
}

.news-item:hover img {
  transform: scale(1.2);
  transition: all .5s ease 0.2s;
}

.news-item .news-text-box {
  padding: 20px 0;
  background-color: transparent;
}

.news-item .news-title {
  margin: 14px 0;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.news-item .news-title:hover {
  color: #ffffff;
}

.para {
  font-size: 18px;
  font-weight: 200;
}

.testimonial-img {
  display: flex;
  justify-content: center;
}

.testimonial-img img {
  border-radius: 50%;
  display: inline-block;
}


/* ===================================
  mediatheque
====================================== */

.mediatheque {
  background-image: url("../images/about-bg.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-left: 5%;
}

.mediatheque h2 {
  font-size: 48px;
  font-weight: bold;
}

.mediatheque .box {
  padding: 30px;
}

.mediatheque .box h2 {
  font-size: 30px;
  font-weight: bold;
}

.mediatheque .box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: rgba(255, 255, 255, 0.2);
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px;
  /* Should be removed. Only for demonstration */
}

.column h1 {
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
}


/* ===================================
   Contact
====================================== */

.contact-sec {
  background-image: url("../images/contact-bg.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-left: 5%;
}

.contact-sec .heading {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 40px;
  font-weight: bold;
}

.contact-sec .contact-form input {
  color: #ffffff;
  font-size: 16px;
  height: 40px;
  padding: 25px 0;
  background: transparent;
}

.contact-sec .contact-form .form-control {
  border: none;
  border-radius: 0;
  padding-left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-sec .contact-form .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #ffffff;
}

.contact-sec .contact-form input::placeholder,
.contact-sec .contact-form textarea::placeholder {
  color: #ffffff;
  font-size: 14px;
}

.contact-sec .contact-form textarea {
  padding-top: 20px;
  height: 150px;
  color: #ffffff;
  font-size: 16px;
  resize: none;
  background: transparent;
  margin-bottom: 40px;
}

.contact-sec .contact-form .purple-btn {
  margin-top: 15px;
}

.contact_btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

/*contact details*/
.contact-sec .contact-background {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: -1;
}

.contact-sec .contact-details {
  font-family: Roboto, sans-serif;
  width: 90%;
  margin-left: 20px;
  padding-top: 20%;
}

.contact-sec .contact-details .heading {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: normal;
}

.contact-sec .contact-details .text {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
}

.contact-sec .contact-details ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 50px;
}

.contact-sec .contact-details ul li {
  color: #ffffff;
  list-style: none;
  margin-bottom: 22px;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}

.contact-sec .contact-details ul li:first-child {
  width: 60%;
}

.contact-sec .contact-details ul li span {
  display: inline-block;
  padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child {
  padding-right: 0;
}

.contact-sec .contact-details ul li i {
  font-size: 30px;
  margin-right: 20px;
  margin-bottom: 8px;
  color: #ffffff;
}

/* ===================================
    Cursor
====================================== */

#animated-cursor {
  position: absolute;
  left: 0;
  display: none;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover~#animated-cursor {
  display: inline-block;
}

#cursor {
  position: fixed;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
}

#cursor:before {
  font-family: themify;
  content: "\e649";
  font-size: 6px;
  width: 4px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  left: -12px;
  top: 9px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#hold-event {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0);
}

#cursor-loader {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-radius: 50px;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(-9px, -9px) rotate(0deg);
  -webkit-animation: rotating 0.8s ease-in-out infinite;
  animation: rotating 0.8s ease-in-out infinite;
  -webkit-transition: opacity 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s;
}

#cursor:after {
  font-family: themify;
  content: "\e649";
  font-size: 6px;
  width: 4px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  right: -10px;
  top: 9px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@keyframes rotating {
  0% {
    -webkit-transform: translate(-7px, -7px) rotate(0deg);
    transform: translate(-7px, -7px) rotate(0deg);
  }

  95% {
    -webkit-transform: translate(-7px, -7px) rotate(350deg);
    transform: translate(-7px, -7px) rotate(350deg);
  }

  100% {
    -webkit-transform: translate(-7px, -7px) rotate(360deg);
    transform: translate(-7px, -7px) rotate(360deg);
  }
}

.header-appear.cursor-light:hover~#animated-cursor {
  display: none;
}

.header-appear .animated-wrap,
.header-appear .animated-element {
  transform: none !important;
}

/* ===================================
        Preloader
   ====================================== */

.loader {
  background: #fff;
  text-align: center;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.linear-activity {
  overflow: hidden;
  width: 100%;
  height: 4px;
  background-color: transparent;
  margin: 20px auto;
}

.determinate {
  position: relative;
  max-width: 100%;
  height: 100%;
  -webkit-transition: width 500ms ease-out 1s;
  -moz-transition: width 500ms ease-out 1s;
  -o-transition: width 500ms ease-out 1s;
  transition: width 500ms ease-out 1s;
  background-color: #03A9F4;
}

.indeterminate {
  position: relative;
  width: 100%;
  height: 100%;
}

.indeterminate:before {
  content: '';
  position: absolute;
  height: 100%;
  background-color: #71911b;
  animation: indeterminate_first 1.5s infinite ease-out;
}

.indeterminate:after {
  content: '';
  position: absolute;
  height: 100%;
  background-color: #71911b;
  animation: indeterminate_second 1.5s infinite ease-in;
}

@keyframes indeterminate_first {
  0% {
    left: -100%;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 10%;
  }
}

@keyframes indeterminate_second {
  0% {
    left: -150%;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 10%;
  }
}


/*ss*/
.selector {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 140px;
  margin-top: -70px;
  margin-left: -70px;
}

.selector,
.selector button {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;

}

.selector button {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: url("../images/photoID.png") no-repeat;
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  color: white;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(43, 3, 60, 0.542);
  transition: all .1s;
}


/*  .selector button:hover { 
        
    background: #3071a9;    

}*/

.selector button:focus {
  outline: none;
}

.selector ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
}

.selector li {
  position: absolute;
  width: 0;
  height: 100%;
  margin: 0 50%;
  -webkit-transform: rotate(-360deg);
  transition: all 0.8s ease-in-out;
}

.selector li input {
  display: none;
}

.selector li input+label {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  line-height: 1px;
  margin-left: 0;
  background: #4f7e80;
  border-radius: 50%;
  text-align: center;
  font-size: 1px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
}

.selector li input+label a {
  position: relative;
  left: -2%;
  line-height: 1px;
  margin-left: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 1px;
  overflow: none;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
  font-size: 14px;
  color: #fff;
}


.selector li input+label:hover {
  background: #006266e0;
}

.selector li input:checked+label {
  background: #006266e0;
  color: white;
}

.selector li input:checked+label:hover {
  background: #449d44;
}

.selector.open li input+label {
  width: 120px;
  height: 120px;
  line-height: 47px;
  margin-left: -40px;
  box-shadow: 0 3px 3px rgba(14, 175, 238, 0.3);
  font-size: 14px;
}

.title_ss {
  font-size: 37px;
  padding-bottom: -32px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

.slider-area .h1 .title_ss {
  font-size: 40px;
  padding-bottom: 50px;
  font-style: normal;
  font-weight: bold;
}

.title_ssa {
  font-size: 50px;
  padding-bottom: 46px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}


.text {
  text-align: left;
  padding: 45px 0 0 20px;
}

.text-folio {
  text-align: justify;
  margin: 20px;
  font-size: 17px;
}

.back-contact {
  background-color: #ffffff47;
  ;
  padding: 5px;
  padding-left: 0px;

}

.contact-inf {
  color: #fff;
  margin: 10px;
  padding: 5px;
  font-size: 18px;

}

.contact-desc {
  color: #fff;
  margin-left: 28px;
  padding: 25px 0 0 21px;
  font-size: 18px;
  font-weight: bold;
}

.contact-coor {
  color: #fff;
  margin-bottom: 22px;
  font-size: 15px;
  padding-left: 50px;
}

.contact-li {
  padding-bottom: 22px;
}

.motpdg {
  background-image: url("../images/motpdg.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;

}

.motpdg h2 {
  font-size: 48px;
  font-weight: bold;
}

.motpdg .box {
  padding: 30px;
}

.motpdg .box h2 {
  font-size: 30px;
  font-weight: bold;
}

.motpdg .box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  opacity: .6;
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-blu {
  background: #002e86e5;
}

.motpdg-photo {
  position: relative;
  margin-top: 0;

}

/* ss*/

.carousel-item {
  padding: 15px;
  cursor: -webkit-grabbing;
}

.carousel-item img {
  height: 100%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.21);
  transition: 0.25s linear;
}

.carousel-item:hover img {
  transform: translatey(-1%);
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 2px;
  position: relative;
  top: 30px;
}

.carousel-indicators li.active {
  background: #fff;
}

.carousel-control-prev {
  left: -50px;
  margin: 0 -25px;
}

.carousel-control-next {
  right: -50px;
  margin: 0 -25px;
}

.back-home {
  background-color: #020202;
  opacity: 0.7;
  padding: 28px;
}


/* ******** ******** */
.item-box {
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.09);
}

.container-filter {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}

.container-filter li {
  list-style: none;
  display: inline-block;
}

.container-filter a {
  display: block;
  color: #ea485f !important;
  border: 1px solid #ea485f;
  padding: 0px 22px;
  margin: 4px 8px !important;
  cursor: pointer;
  line-height: 35px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 30px;
}

.container-filter a.active {
  background-color: #ea485f;
  color: #ffffff !important;
}

.container-filter a:hover {
  background-color: #ea485f !important;
  color: #ffffff !important;
}

.item-box {
  position: relative;
  overflow: hidden;
  display: block;
}

.item-box a {
  display: inline-block;
  position: relative;
}

.item-box:hover .item-mask {
  opacity: 1;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.item-box:hover .item-caption {
  opacity: 1;
}

.item-box:hover .item-container {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #ea485f;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.item-mask p {
  letter-spacing: 1.5px;
  font-size: 12px;
  margin-bottom: 0;
}

.item-mask .item-caption {
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  opacity: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.project-icons {
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 22px;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  line-height: 41px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.project-icons:hover {
  background: #ffffff;
  color: #ea485f;
  border: 2px solid #ffffff;
}

.bg-cta {
  background-image: url(../images/bg-1.jpg);
  background-size: cover;
  position: relative;
  background-position: center;
}

.cta-box h3 {
  font-size: 30px;
  max-width: 600px;
  margin: 0 auto;
}

.cta-box P {
  font-size: 17px;
  max-width: 700px;
  margin: 0 auto;
}

/*  **********    ***** */
.wrap {
  max-width: 784px;
  margin: 50px auto 0;
  padding: 40px 20px;
  z-index: 1;
}

.wrap-video {
  max-width: 100%;
  height: auto;
  z-index: 1;
}

.filter-control {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
}

/* Transparent button portfolio */

.filter-btn {
  background: transparent;
  border-color: #ffffff;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 21px;
  margin: 20px;
  line-height: 1.8em;
  text-transform: uppercase !important;
}

.filter-btn:hover {
  background: #ffffff !important;
  border-color: #ffffff;
  color: #232728 !important;
  border-radius: 50px;
}

.filter-btn.active {
  background: #ffffff;
  box-shadow: none;
  color: #000;
  border-radius: 50px;
}

.filter-content {
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 30px;
  padding: 30px 20px;
}

.grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
}

.grid-item {
  width: 64px;
  height: 64px;
  margin: 0 8px;
  border-radius: 6px;
}

.filter1 {
  background: #EF4565;
}

.filter2 {
  background: #90B4CE;
}

.filter3 {
  background: #87D7A7;
}

.filter4 {
  background: #FFE299;
}

.clear-all {
  font-size: 20px;
  line-height: 24px;
  color: #3DA9FC;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.clear-all:hover {
  color: #094067;
}


/* *** publications news*** */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  padding: 10 !important;
  font-size: 25px !important;
  background: #000;
  opacity: 0.8;
  margin: 30px 10px;

}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: #fff;
  color: #000;
  border: 1px solid #E1E4E5;
  padding: 0 !important;
  font: 400 13.3333px Arial;
  border-radius: 50%;
  width: 10px;
  height: 10px;


}

.owl-drag .owl-item .slide .thumb {
  overflow: hidden;
  height: 284px;
  width: 200px;
  display: inline-block;
}

.infos {
  position: absolute;
  top: 20px;
  left: 0px;
  background-color: #000;
  opacity: 0.8;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;

}

.infos h4 {
  margin-top: 5px;
  font-size: 18px;
}

.infos h4 :hover {
  margin-top: 5px;
  font-size: 18px;
  color: #03A9F4;
}

/*  conatct direction  */
.dbox .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgb(69, 69, 69);
  margin: 0 auto;
  margin-bottom: 20px;
}

.w-100 {
  width: 100% !important;
}

.text-contact {
  text-align: center;
}

@media (min-width: 768px) {
  .dbox {
    margin-bottom: 0;
    padding: 0;
  }
}


/*  prop 2 prestation   */

.filters {
  padding-top: 40px;
  text-align: center;
}

.filter_link {
  color: #fff;
  background: #59a759;
  padding: 20px 40px;
  border-radius: 3px;
  margin: 10px;
  display: inline-block;
}

.filter_link:active,
.filter_link:focus,
.filter_link:hover {
  color: #fff !important;
  opacity: 0.8;
}

.cd-container:after,
.cd-quick-view:after,
.cd-slider-wrapper:after {
  content: "";
  clear: both;
}

.categ,
.cd-item-info .add-to-cart,
.cd-trigger {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-trigger,
.filter_link {
  text-transform: uppercase;
}

.cd-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.cd-container:after {
  display: table;
}

.cd-items {
  padding: 1em 0;
}

.cd-item {
  position: relative;
  margin: 0 0 1em;
}

.cd-item>img {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #b9c7da;
  font-size: 30px;
  height: 170px;
  border-radius: 3px;
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 768px) {
  .cd-items {
    padding: 2em 0 0;
  }

  .cd-item {
    width: 46%;
    float: left;
    margin: 0 4% 2em 0;
  }
}

@media only screen and (min-width: 1024px) {
  body.overlay-layer::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }

  .cd-items {
    padding: 4em 0 0;
  }

  .cd-item {
    width: 21%;
    float: left;
    margin: 0 4% 2.8em 0;
  }

  .cd-item:nth-child(2n) {
    margin-right: 4%;
  }

  .cd-item.empty-box::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #392c3f;
  }
}

.cd-trigger {
  position: absolute;
  width: 100%;
  padding-bottom: -5%;
  font-size: 16px;
  bottom: 0;
  background: rgb(247 237 237);
  text-align: center;
  color: #000;
  -webkit-transition: opacity 0.2s, background-color 0.2s;
  -moz-transition: opacity 0.2s, background-color 0.2s;
  transition: opacity 0.5s, background-color 0.5s;
}

.no-touch .cd-trigger:hover {
  background: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1024px) {
  .cd-trigger {
    height: 30%;
    top: 70%;
    padding-top: 0;
    bottom: 0;
    visibility: visible;
    opacity: 1;
  }

  .cd-slider li img {
    max-width: 290px !important;
  }

  .cd-item-info {
    padding: 20px 2em !important;
  }
}

@media only screen and (max-width: 414px) {
  .cd-slider li img {
    max-width: 215px !important;
  }

  .cd-item-info h2 {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}

.cd-item:hover .cd-trigger {
  visibility: visible;
  opacity: 1 !important;
}

.touch .cd-item .cd-trigger {
  opacity: 1 !important;
}

.cd-quick-view {
  display: block;
  position: fixed;
  max-width: 900px;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: left, top, width;
  z-index: 9999;
}

.cd-quick-view:after {
  display: table;
}

.cd-quick-view.is-visible {
  visibility: visible;
}

.cd-quick-view.animate-width {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.cd-slider-wrapper {
  position: relative;
  display: inline-block;
  float: left;
}

.cd-slider-wrapper:after {
  display: table;
}

.cd-slider li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.cd-slider li img {
  display: block;
  width: 100%;
  max-width: 400px;
}

.cd-slider li.selected {
  position: relative;
  z-index: 3;
}

.add-content .cd-slider {
  margin-right: 3em;
}

.cd-slider-navigation {
  opacity: 0;
}

.add-content .cd-slider-navigation {
  opacity: 1;
}

.cd-slider-navigation li {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.cd-slider-navigation li:first-child {
  left: 0;
}

.cd-slider-navigation li:last-child {
  right: 3em;
}

.cd-slider-navigation li .cd-next,
.cd-slider-navigation li .cd-prev {
  display: block;
  width: 40px;
  height: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s, background 0.2s;
  -moz-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
}

.cd-slider-navigation li .cd-next::after,
.cd-slider-navigation li .cd-next::before,
.cd-slider-navigation li .cd-prev::after,
.cd-slider-navigation li .cd-prev::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 14px;
  display: inline-block;
  background: #fff;
  height: 3px;
  width: 12px;
}

.cd-slider-navigation li .cd-next::before,
.cd-slider-navigation li .cd-prev::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-slider-navigation li .cd-prev::after {
  -webkit-transform: translateY(7px) rotate(-45deg);
  -moz-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  -o-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.add-content .cd-slider-navigation li .cd-next,
.add-content .cd-slider-navigation li .cd-prev {
  opacity: 0.8;
  background: rgba(63, 170, 245, 0.16);
}

.no-touch .cd-slider-navigation li .cd-next:hover,
.no-touch .cd-slider-navigation li .cd-prev:hover {
  background: rgba(71, 55, 78, 0.8);
  opacity: 1;
}

.touch .cd-slider-navigation li .cd-next,
.touch .cd-slider-navigation li .cd-prev {
  opacity: 1;
}

.cd-slider-navigation li:first-child .cd-next::before,
.cd-slider-navigation li:first-child .cd-prev::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-slider-navigation li:first-child .cd-next::after,
.cd-slider-navigation li:first-child .cd-prev::after {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.cd-item-info {
  position: absolute;
  padding: 2em 2em 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -moz-transition: opacity 0.3s, visibility 0s;
  transition: opacity 0.3s, visibility 0s;
}

.cd-item-info h2 {
  font-size: 28px;
  font-size: 1.75rem;
}

.cd-item-info p {
  line-height: 1.6;
  margin: 1em 0;
  color: #67919c;
}

.cd-item-info .cd-item-action li {
  display: inline-block;
  margin-right: 1em;
}

.cd-item-info .cd-item-action li:first-child {
  margin-left: -4px;
}

.categ,
.cd-item-info .add-to-cart {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0.25em;
  border: none;
  padding: 0.6em 1.2em;
  background-color: #f82f53;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}

.categ {
  background: #3faaf5;
}

.add-content .cd-item-info {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.add-content .cd-item-info h2 {
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}

.add-content .cd-item-info p {
  -webkit-animation: cd-slide-in 0.4s;
  -moz-animation: cd-slide-in 0.4s;
  animation: cd-slide-in 0.4s;
}

.add-content .cd-item-info .cd-item-action {
  -webkit-animation: cd-slide-in 0.5s;
  -moz-animation: cd-slide-in 0.5s;
  animation: cd-slide-in 0.5s;
}

@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translate3d(-40px, 0, 0);
  }

  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes cd-slide-in {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
    -o-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.cd-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s;
  transition: transform 0.3s 0s, visibility 0s 0.3s;
  z-index: 9999;
}

.cd-close::after,
.cd-close::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  display: inline-block;
  height: 4px;
  width: 20px;
  background: #47374e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-close::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.no-touch .cd-close:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.add-content .cd-close {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s;
}

.quick-view-content {
  display: none;
}

#cd-quick-view-coverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
  display: none;
}

#cd-quick-view-coverlay.overlay_active {
  display: block;
  opacity: 1;
}

.cd-close,
.cd-slider-navigation li,
.cd-trigger {
  cursor: pointer;
}

.cd-slider {
  float: left;
  margin: 0;
}

i.fa.fa-tag::before {
  content: "\f02b";
  font-family: fontawesome;
  font-style: normal;
  margin-right: 10px;
}

/*detail */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none !important;
  /*border-radius: .25rem;*/
  background: transparent;
}

.card-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

/*img{
    width: 100%;
    display: block;
}*/
.img-display {
  overflow: hidden;
}

.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.img-showcase img {
  min-width: 100%;
}

.img-select {
  display: flex;

}

.img-item {
  margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}

.img-item:hover {
  opacity: 0.8;
}

.product-content {
  padding: 2rem 1rem;
  background-color: #fff;
}

.product-title {
  font-size: 30px !important;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #000;
  margin: 1rem 1rem 1rem 1rem;
}

.product-title::after {
  /*content: "";*/
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: #12263a;
}

.product-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #256eff;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
}

.product-link:hover {
  opacity: 0.9;
}

.product-rating {
  color: #ffc107;
}

.product-rating span {
  font-weight: 600;
  color: #252525;
}

.product-price {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}

.product-price span {
  font-weight: 400;
}

.last-price span {
  color: #f64749;
  text-decoration: line-through;
}

.new-price span {
  color: #256eff;
}

.product-detail h2 {
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}

.product-detail p {
  font-size: 0.9rem;
  /* padding: 1.3rem; */
  opacity: 0.8;
  color: #000;
  text-align: justify;
  /* top: 10px; */
  padding-top: 20px;
}

.product-detail ul {
  margin: 1rem 0;
  font-size: 0.9rem;
  color: #000;
}

.product-detail ul li {
  margin: 0;
  list-style: none;
  background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
  background-size: 18px;
  padding-left: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
}

.product-detail ul li span {
  font-weight: 400;
}

.purchase-info {
  margin: 1.5rem 0;
}

.purchase-info input,
.purchase-info .btn {
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}

.purchase-info input {
  width: 60px;
}

.purchase-info .btn {
  cursor: pointer;
  color: #fff;
}

.purchase-info .btn:first-of-type {
  background: #5c5c5c;
}

.purchase-info .btn:last-of-type {
  background: #5c5c5c;
}

.purchase-info .btn:hover {
  opacity: 0.9;
}

.social-links {
  display: flex;
  align-items: center;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
  border: 1px solid #000;
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease;
}

.social-links a:hover {
  background: #000;
  border-color: transparent;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem;
  }

  .card-wrapper {
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-imgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .product-content {
    padding-top: 0;
  }
}




/* tabs */
input[name="tabs"] {
  display: none;
}

input[name="tabs"]#tab-1:checked~.content .tab:nth-of-type(1) {
  display: inline-block;
}

input[name="tabs"]#tab-1:checked~.tabs label:nth-child(1) {
  color: #fff;
}

input[name="tabs"]#tab-1:checked~.tabs label:nth-child(1):after {
  width: calc(100% - 40px);
  transition: .3s;
}

input[name="tabs"]#tab-2:checked~.content .tab:nth-of-type(2) {
  display: inline-block;
}

input[name="tabs"]#tab-2:checked~.tabs label:nth-child(2) {
  color: #fff;
}

input[name="tabs"]#tab-2:checked~.tabs label:nth-child(2):after {
  width: calc(100% - 40px);
  transition: .3s;
}

input[name="tabs"]#tab-3:checked~.content .tab:nth-of-type(3) {
  display: inline-block;
}

input[name="tabs"]#tab-3:checked~.tabs label:nth-child(3) {
  color: #fff;
}

input[name="tabs"]#tab-3:checked~.tabs label:nth-child(3):after {
  width: calc(100% - 40px);
  transition: .3s;
}

input[name="tabs"]#tab-4:checked~.content .tab:nth-of-type(4) {
  display: inline-block;
}

input[name="tabs"]#tab-4:checked~.tabs label:nth-child(4) {
  color: #fff;
}

input[name="tabs"]#tab-4:checked~.tabs label:nth-child(4):after {
  width: calc(100% - 40px);
  transition: .3s;
}



.tabs {
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.3);
  overflow-X: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  white-space: nowrap;
}

.tabs label {
  display: inline-block;
  padding: 18px;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
}

.tabs label::after {
  content: '';
  background: #4792CD;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .1s;
}


.container .tab {
  display: none;
  padding: 10px;
  width: 100%;
  text-align: justify;
  font-size: 16px;
  height: 480px;
  overflow-y: scroll;
  scrollbar-color: rgba(234, 234, 234, 0.399);
  scrollbar-width: thin;
}

@media screen and (max-width: 767px) {
  .tabs {
    min-height: 25px;
  }

  .tabs label {
    padding: 14px;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .tabs {
    min-height: 25px;
  }

  .tabby-tab label {
    height: 60px;
  }

  .tabs label {
    padding: 12px;
    font-size: 12px;
  }

  .tabby-content {
    top: 60px;
  }

  .tabby-content img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}



.scroll4::-webkit-scrollbar {
  width: 10px;
}

.scroll4::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px;
}

.scroll4::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
}

.scroll {
  width: 20px;
  height: 100%;
  overflow: auto;
  float: left;
  margin: 0 10px;
}

.scroll_p {
  width: 20px;
  height: 100%;
  overflow: auto;
  float: left;
  margin: 0;
}


.scroll_ss::-webkit-scrollbar {
  width: 10px;
}

.scroll_ss::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px;
}

.scroll_ss::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
}

.scroll_ss {
  height: 500px;
  overflow: auto;
  float: left;
  padding-right: 20px;

}



/* actualites */

.news-slider {
  position: relative;
  margin-top: 30px;

}

.news-slider h2 {
  font-size: 42px;
  text-align: center;
  color: #333;
  padding: 12px;
}

.news-slider .btmline {
  margin: auto;
  height: 6px;
  border-radius: 4px;
  width: 54px;
  background: #c9c9c9;
}

.news-slider .heading {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #0165c2;
}

.news-slider .owl-stage-outer {
  padding: 30px 0;
}

.news-slider .owl-nav {
  display: none;
}

.news-slider .owl-dots {
  text-align: center;
}

.news-slider .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #c4c4c4;
  margin: 0 5px;
}

.news-slider .owl-dots .active {
  box-shadow: none;
}

.news-slider .owl-dots .active span {
  background: #c9c9c9;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.news-slider .card1 {
  background: #fff;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
  overflow: hidden;
}

.news-slider .card1 .card-img-thumb {
  height: 220px;
  overflow: hidden;
  margin: 0 -10px;
}

.news-slider .card1 .card-img-thumb img {
  width: fit-content;
  min-width: 100%;
}


.news-slider .card1 h5 span {
  font-size: 18px;
  color: #666;
}

.news-slider .card1 p {
  font-size: 16px;
  color: #131313;
  padding-bottom: 15px;
}


.card-text {
  text-align: left;
  height: 102px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-body .btn {
  background: #ffffff !important;
  border-color: #000;
  color: #232728 !important;
  border-radius: 50px;
  font-size: 14px;
}



@media (max-width: 767px) {
  .news-slider {
    margin-top: 20px;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}

.owl-carousel button.owl-dot {
  outline: 0;
}

.card-footer {
  background: transparent;
  font-size: 18px;
  color: #444;
  padding-top: 28px;
  text-align: left;
  padding: .75rem 0rem !important;
}


.slides-int {
  padding: 0;
  width: 97%;
  height: 400px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.slides-int * {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.slides-int input {
  display: none;
}

.slide-int-container {
  display: block;
}

.slide-int {
  top: 0;
  opacity: 0;
  width: 100%;
  height: 400px;
  display: block;
  position: absolute;
  transform: scale(0);
  transition: all .7s ease-in-out;
}

.slide-int img {
  width: 100%;
  height: 100%;
}

.nav label {
  width: 100px;
  height: 100%;
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  transition: opacity .2s;
  color: #FFF;
  font-size: 156pt;
  text-align: center;
  line-height: 380px;
  font-family: "Varela Round", sans-serif;
  background-color: rgba(255, 255, 255, .3);
  text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide-int:hover+.nav label {
  opacity: 0.5;
}

.nav label:hover {
  opacity: 1;
}

.nav .next {
  right: 0;
}

input:checked+.slide-int-container .slide-int {
  opacity: 1;

  transform: scale(1);

  transition: opacity 1s ease-in-out;
}

input:checked+.slide-int-container .nav label {
  display: block;
}

.nav-dots1 {
  width: 100%;
  bottom: 9px;
  height: 11px;
  display: block;
  position: absolute;
  text-align: center;
}

.nav-dots1 .nav-dot1 {
  top: -5px;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: rgba(238, 238, 238, 0.6);
}

.nav-dots1 .nav-dot1:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked~.nav-dots1 label#img-dot-1,
input#img-2:checked~.nav-dots1 label#img-dot-2,
input#img-3:checked~.nav-dots1 label#img-dot-3,
input#img-4:checked~.nav-dots1 label#img-dot-4,
input#img-5:checked~.nav-dots1 label#img-dot-5,
input#img-6:checked~.nav-dots1 label#img-dot-6 {
  background: rgba(0, 0, 0, 0.8);
}

.date-act {
  background: #fe921f;
  color: #ffffff;
  display: inline-block;
  font-family: 'ROBOTO', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 1px;
  padding: 13px 15px 8px;
  margin: 15px 15px 15px 31px;
  text-transform: uppercase;
}

.title-act {
  font-size: 19px;
  font-family: 'ROBOTO', sans-serif;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 22px 21px 17px;
  padding-left: 13px;
}

.retour-act {
  background: #fe921f;
  color: #ffffff;
  display: inline-block;
  font-family: 'ROBOTO', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 1px;
  padding: 10px 15px 8px;
  margin: 15px 15px 15px 15px;
  text-transform: uppercase;
  position: relative;
  z-index: 10000;
}

.retour-act-dir {
  background: transparent;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-family: 'ROBOTO', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 1px;
  margin: 10px 0 30px;
  padding: 10px 15px 8px;
  text-transform: uppercase;
  border: 2px solid #f9f9f9;
  position: relative;
  z-index: 10000;

}

/* .texte-actu p { */
.texte-actu {
  margin: 10px 10px 10px 18px;
  padding-right: 10px;
  height: 180px;
  overflow: auto;
  float: left;
}

/* date 13/09/2023*/

/* counter accueil*/
.counter {
  font-family: 'Poppins', sans-serif;
  padding: 15px 0 0;
}

.counter .counter-value {
  color: #fff;
  background: linear-gradient(to top right, #488bc9, #488bc9);
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 1;
}

.counter .counter-content {
  color: #fff;
  /* background: #fff;*/
  text-align: center;
  /*width: 200px;*/
  height: 200px;
  padding: 130px 25px 25px;
  margin: 0 auto;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    border-radius: 50%;*/
  overflow: hidden;
  position: relative;
}

.counter .counter-content:before {
  /* content: "";
    background: linear-gradient(to bottom, #d23283, #771656);*/
  width: 100%;
  height: 90%;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  transform: translateX(-50%);
  position: absolute;
  top: -65px;
  left: 50%;
}

.counter h3 {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 21px;
  margin: 0;
}

.counter.orange .counter-content {
  color: #e84a16;
}

.counter.orange .counter-value {
  background: linear-gradient(to top right, #f57312, #e84a16);
}

.counter.orange .counter-content:before {
  background: linear-gradient(to bottom, #f57312, #e84a16);
}

.counter.green .counter-content {
  color: #2c970d;
}

.counter.green .counter-value {
  background: linear-gradient(to top right, #80f80d, #2c970d);
}

.counter.green .counter-content:before {
  background: linear-gradient(to bottom, #80f80d, #2c970d);
}

.counter.blue .counter-content {
  color: #1c7ac0;
}

.counter.blue .counter-value {
  background: linear-gradient(to top right, #2ebef3, #1c7ac0);
}

.counter.blue .counter-content:before {
  background: linear-gradient(to bottom, #2ebef3, #1c7ac0);
}

@media screen and (max-width:990px) {
  .counter {
    margin-bottom: 40px;
  }
}

/* circle domaines */

.domaines {
  padding-left: 100px;
}

.holderCircle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  margin: 60px auto;
  position: relative;
}

.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 20;
}

.dotCircle .itemDot {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  color: #488bc9;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;

}

.dotCircle .itemDot img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px #eaebeb, 0 0 10px 2px #353434;
  top: 0;

}

.dotCircle .itemDot .forActive {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.dotCircle .itemDot .forActive::after {
  content: '';
  width: 5px;
  height: 5px;
  border: 3px solid #f08d03;
  bottom: -31px;
  left: -14px;
  filter: blur(1px);
  position: absolute;
  border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
  content: '';
  width: 6px;
  height: 6px;
  filter: blur(5px);
  top: -15px;
  position: absolute;
  transform: rotate(-45deg);
  border: 6px solid #f08d03;
  right: -39px;
}

.dotCircle .itemDot.active .forActive {
  display: block;
}

.round {
  position: absolute;
  left: 40px;
  top: 45px;
  width: 410px;
  height: 410px;
  border-radius: 100%;
  -webkit-animation: rotation 100s infinite linear;
}


.dotCircle .itemDot {
  font-size: 40px;
}

.contentCircle {
  width: 250px;
  border-radius: 100%;
  color: #222222;
  position: relative;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
  border-radius: 100%;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  font-size: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: auto;
  line-height: 250px;
}

.CirItem.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: 0.5s;
}

.contentCircle .CirItem i {
  font-size: 180px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
  color: #000000;
  opacity: 0.1;
}

@media only screen and (min-width:300px) and (max-width:599px) {
  .domaines {
    padding-left: 10px;
    padding-top: 10px;
  }

  .holderCircle {
    width: 330px;
    height: 330px;
    margin: 110px auto;
  }

  .dotCircle .itemDot img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #eaebeb, 0 0 10px 2px #353434;
    top: 0;

  }

  .holderCircle::after {
    width: 100%;
    height: 100%;
  }

  .dotCircle {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .title-box .title {
    font-weight: 200;
    letter-spacing: 6px !important;
    position: relative;
    z-index: -1;
    margin-top: -86px !important;

  }

  .title-box span {
    top: 5px;
    font-weight: 200;
    color: #f4f4f4;
    font-size: 15px !important;
  }

  .h2 {
    padding-bottom: 200px !important;
  }

  .selector_logo {
    position: relative;
    width: 88px;
    height: 88px;
    top: -14px;
    left: 79px;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #707171, 0 0 10px 2px #353434;
  }

}

@media only screen and (min-width:600px) and (max-width:767px) {
  .domaines {
    padding-left: 10px;
    padding-top: 10px;
  }

  .dotCircle .itemDot img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #eaebeb, 0 0 10px 2px #353434;
    top: 0;

  }

  .title-box .title {
    font-weight: 200;
    letter-spacing: 6px !important;
    position: relative;
    z-index: -1;
    margin-top: -20px !important;

  }

  .title-box span {
    top: 5px;
    font-weight: 200;
    color: #f4f4f4;
    font-size: 15px !important;
  }

  .h2 {
    padding-bottom: 200px !important;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .domaines {
    padding-left: 10px;
    padding-top: 10px;
  }

  .holderCircle {
    width: 340px;
    height: 340px;
    margin: 110px auto;
  }

  .dotCircle .itemDot img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #eaebeb, 0 0 10px 2px #353434;
    top: 0;
  }

  .title-box .title {
    font-weight: 200;
    letter-spacing: 2px !important;
    position: relative;
    z-index: -1;
    margin-top: -90px !important;
  }

  .title-box span {
    top: 5px;
    font-weight: 200;
    color: #f4f4f4;
    font-size: 11px !important;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .domaines {
    padding-left: 0px;
  }

  .holderCircle {
    width: 440px;
    height: 440px;
    margin: 10px auto;
  }

  .dotCircle .itemDot img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #eaebeb, 0 0 10px 2px #353434;
    top: 0;
  }

  .title-box .title {
    font-weight: 200;
    letter-spacing: 2px !important;
    position: relative;
    z-index: -1;
    margin-top: -30px !important;
  }

  .title-box span {
    top: 5px;
    font-weight: 200;
    color: #f4f4f4;
    font-size: 18px !important;
  }

}

@media only screen and (min-width:1200px) and (max-width:1499px) {

  .dotCircle .itemDot img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #eaebeb, 0 0 10px 2px #353434;
    top: 0;
  }


  .domaines {
    padding-left: 0px;
  }

  .holderCircle {
    width: 440px;
    height: 440px;
    margin: 10px auto;
  }


  .title-box .title {
    font-weight: 200;
    letter-spacing: 3px !important;
    position: relative;
    z-index: -1;
    margin-top: -30px !important;
  }

  .title-box span {
    top: 5px;
    font-weight: 200;
    color: #f4f4f4;
    font-size: 18px !important;
  }
}

.title-box .title {
  font-weight: 200;
  letter-spacing: 2px;
  position: relative;
  z-index: -1;
  padding-top: 20%;
}

.title-box span {
  top: 20px;
  font-weight: 200;
  color: #f4f4f4;
}

.title-box p {
  font-size: 17px;
  line-height: 2em;
}

.catalogue {
  cursor: pointer;
  float: right;
  padding-top: 40px;
}

.selector_logo {
  position: relative;
  width: 120px;
  height: 120px;
  top: 95px;
  left: 64px;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px #707171, 0 0 10px 2px #353434;

}

img [title]:hover:after {
  content: attr(title);
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;

}



.nav-tabs .nav-link {
  border: 0 !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #fff !important;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  text-align: left;
}

.nav-tabs .nav-link:hover {
  color: #fff !important;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  text-align: left;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #fff !important;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  text-align: left;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent !important;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  text-align: left;
  border-bottom: 2px solid #4792CD !important;
}

.nav-tabs {
  border-bottom: 0px solid #1f8bf7 !important;
}

.tab-content {
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.3);
}

/*.box-container img {
    width: 25%;
    height: 433px;
    object-fit: cover;
  }*/
.box-container {
  /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2rem;
    margin-bottom: 1.5rem;   */

  width: 100%;
  height: 450px;

}


@media (min-width: 1200px) {
  .container {
    max-width: 1500px !important;
  }
}


/* galery */
/* Magnific Popup CSS */
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #ffffff !important;
  background-color: #e2e7ed00 !important;
  border-color: #343a4000 !important;
  font-size: 16px;
}

.btn-outline-dark {
  color: #fb8406;
  background-color: #e2e7ed00 !important;
  border-color: #e2e7ed00 !important;
  font-size: 16px;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #e2e7ed00 !important;
  border-color: #e2e7ed00 !important;
  font-size: 16px;
}

.scroll-portfolio {
  /*width:75%;
	height: 845px;
	top: 0px;
  left:10%;
  overflow: auto;   
	position: absolute;  
  align-items: center;*/
  height: 845px;
  width: 100%;

  overflow: auto;
  position: relative;


}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}



.portfolio-menu {
  text-align: center;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all .5s ease;
}



.portfolio-item .item {
  float: left;
  margin-bottom: 10px;

}

a:hover {
  color: #dca13b;
}

/*service 2*/
/* slider */
.slider {
  height: 400px;
}

/* slider-cards */
.slide-card {
  width: 300px;
}

/* slider-arrows */
.arrow {
  width: 40px;
  height: 40px;
}

/* disabled button */
.bg-disabled {
  background-color: #e5e3e7;
}

/* slider and slide transitions */
.slider-move-left {
  transform: translate(-320px, 0px);
  transition: all 0.5s ease;
}

.move-left {
  transform: translate(-320px, 0px);
  transition: all 0.5s ease;
}

.move-right {
  transform: translate(320px, 0px);
  transition: all 0.5s ease;
}

/* art sliders*/

.wrapper {
  width: 50%;
  margin: 0 auto;
}

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

/*.owl-item:nth-child(2n) {
 
}*/

.owl-item img {
  opacity: 0.75;
}

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

@media screen and (max-width: 640px) {
  .wrapper {
    width: 100%;
  }
}


/* appels offres */

/* ===================================
   Our Team
====================================== */

.offres {
  background-image: url("../images/services.jpg");
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-left: 5%;
}

/* ===== appels ===== */
.appels-form {
  background-color: #4e63d7;
  border-radius: 5px;
  padding: 0 16px;
}

.appels-form .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
}

.appels-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.appels-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.appels-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.appels-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.appels-form .custom-select {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  text-align: left;
  height: auto;
  background-image: none;
}

.appels-form .custom-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.appels-form .select-container {
  position: relative;
}

.appels-form .select-container:before {
  position: absolute;
  right: 15px;
  top: calc(50% - 14px);
  font-size: 18px;
  color: #ffffff;
  content: '\F2F9';
  font-family: "Material-Design-Iconic-Font";
}

.filter-result .offres-box {
  background: #ffffff47;
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
  padding: 10px 35px;
}

ul {
  list-style: none;
}

.list-disk li {
  list-style: none;
  margin-bottom: 12px;
}

.list-disk li:last-child {
  margin-bottom: 0;
}

.offres-box .img-holder {
  height: 65px;
  width: 65px;
  background-color: #4e63d7;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 65px;
}

.appels-title {
  background-color: #4e63d7;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
}

.offres-overview {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
}

@media (min-width: 992px) {
  .offres-overview {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
}

.offres-overview .offres-detail ul {
  margin-bottom: 28px;
}

.offres-overview .offres-detail ul li {
  opacity: 0.75;
  font-weight: 600;
  margin-bottom: 15px;
}

.offres-overview .offres-detail ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.offres-overview .overview-bottom,
.offres-overview .overview-top {
  padding: 35px;
}

.offres-content ul li {
  font-weight: 600;
  opacity: 0.75;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}

.offres-content ul li {
  font-weight: 600;
  opacity: 0.75;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}

.offres-content .title-offres {
  color: #fff;


}

@media (min-width: 768px) {
  .offres-content ul li {
    border-bottom: 0;
    padding: 0;
  }

}

.mb-30 {
  margin-bottom: 30px;
}


/* search */
.open_search {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  flex-direction: row-reverse;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: all .3s ease;
}

.open_search:hover {
  background: #dca13b;
  color: #000;
  transform: translateY(-2px);
}

.open_search i {
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.open_search:hover i {
  transform: scale(1.2);
  color: #7482c2;
}

.open_search span {
  font-size: 15px;
  font-weight: 600;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(2, 39, 103, 0.89);
  display: none;
  z-index: 999999;
}

.search-overlay.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-container {
  width: 90%;
  max-width: 650px;
  text-align: center;
  color: #fff;
}

.search-container h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

.search-container form {
  display: flex;
  gap: 10px;
}

.search-container input {
  width: 100%;
  padding: 18px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  border: none;
  outline: none;
  border-radius: 8px;
  text-align: right;
  color: #000;
}

.search-submit {
  padding: 15px 25px;
  border: none;
  border-radius: 5px;
  background: #283ee8;
  color: #fff;
}

.search-container button {
  /* margin-top: 15px;
  padding: 12px 25px; */
  background: #717fef;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  width: 145px;
  height: 61px;
}

.close-search {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  cursor: pointer;
  color: #fff;
}

.slider-tools {
  display: flex;
  align-items: center;
  gap: 15px;
}

#search-results {
  margin-top: 30px;
}

.search-item {
  background: #fff;
  color: #333;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
}

.search-item h3 {
  color: #022767;
  margin-bottom: 10px;
}

.search-item a {
  color: #283ee8;
  text-decoration: none;
}

.search-item a:hover {
  text-decoration: underline;
}

.no-result {
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

/* Langues */
.languages-list select {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: all .3s ease;
  margin: 0 !important;
  font-size: 15px;
  font-weight: 600;

}

.languages-list select option {
  color: #000;
}

@media (max-width:768px) {

  .open_search span {
    display: none;
  }

  .languages-list select {
    min-width: 100px;
  }
}

/* ==========================
   OVERLAY RECHERCHE
========================== */

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
}

.search-overlay.active {
  visibility: visible;
  opacity: 1;
}

.search-container {
  width: 90%;
  max-width: 700px;
  text-align: center;
}

.search-container h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
}

.search-container form {
  display: flex;
  gap: 10px;
}

.search-container input {
  flex: 1;
  height: 60px;
  border: none;
  border-radius: 6px;
  padding: 0 20px;
  font-size: 18px;

}

.search-submit {
  min-width: 130px;
  border: none;
  background: #fff;
  color: #000;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
  transition: .3s;
}

.search-submit:hover {
  background: #dca13b;
  color: #fff;
}

.close-search {
  position: absolute;
  top: 25px;
  right: 35px;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
}

/* ==========================
   RESULTATS RECHERCHE
========================== */

#search_results_container {
  padding-top: 100px;
  padding-bottom: 80px;

}

#search_results_content {
  background: rgba(255, 255, 255, .95);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  transition: all .3s ease;
}

#search_results_content:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

#search_results_content h2 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #072b73;
}

#search_results_content h2 a {
  text-decoration: none;
}

#search_results_content p {
  line-height: 1.9;
  font-size: 16px;
  color: #444;
}

.search-link {
  display: block;
  margin: 10px 0;
  color: #007bff;
  word-break: break-all;
  text-decoration: none;
}

.search-link:hover {
  text-decoration: underline;
}

/* ==========================
   HIGHLIGHT MOT RECHERCHE
========================== */

.search {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 3px;
}

/* ==========================
   TITRE RESULTATS
========================== */

.main-heading h2 {
  color: #fff;
  font-size: 24px;
}

.main-heading span {
  color: #007bff;
  font-size: 24px;
}

/* ==========================
   MESSAGE AUCUN RESULTAT
========================== */

/* .center {
  text-align: center;
  color: #fff;
  margin-top: 50px;
} */

/* ==========================
   PAGINATION
========================== */

.paginations {
  margin-top: 40px;
  text-align: center;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin: 0 4px;
  padding: 0 10px;
  /* border-radius: 50%; */
  background: #ffffff2c;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}

.page-numbers:hover {
  background: #ffffff;
  color: #000;
}

.page-numbers.current {
  background: #082c73c7;
  color: #fbfaf9;
}

/* IMPORTANT : force inline layout */
.page-numbers,
.page-numbers li {
  display: inline-flex;
}

/* ==========================
   BOUTON RETOUR
========================== */

#search_results_container>a:last-child {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 30px;
  background: #fff;
  color: #333;
  border-radius: 30px;
  text-decoration: none;
  transition: .3s;
}

#search_results_container>a:last-child:hover {
  background: #c00;
  color: #fff;
}

/* ==========================
   MOBILE
========================== */

@media(max-width:768px) {

  .search-container form {
    flex-direction: column;
  }

  .search-submit {
    width: 100%;
    height: 55px;
  }

  .search-container input {
    height: 55px;
  }

  #search_results_content {
    padding: 15px;
  }

  #search_results_content h2 {
    font-size: 20px;
  }


}


/* =========================
   SEARCH RESULTS PAGE
========================= */

#search_results_container {
  padding-top: 120px;
  padding-bottom: 80px;
}

/* Titre recherche */
.section-heading h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}

.section-heading h2 span {
  color: #d4af37;
}

/* =========================
   RESULT ITEM
========================= */

.search-result-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border-right: 3px solid transparent;
}

.search-result-item:hover {
  transform: translateY(-3px);
  border-left: 3px solid #d4af37;
  background: rgba(255, 255, 255, 0.08);
}

.search-result-item h3 a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

.search-result-item h3 a:hover {
  color: #d4af37;
}

.search-result-item p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.8;
}

/* Highlight search keyword */
.search {
  background: #d4af37;
  color: #000;
  padding: 2px 6px;
  border-radius: 4px;
}

/* =========================
   CATEGORY FILTER
========================= */

.search-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.category-btn {
  padding: 8px 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.category-btn:hover {
  background: #dca13b;
  color: #000;
  transform: translateY(-2px);
}

.category-btn.active {
  background: #dca13b;
  color: #000;
}

/* =========================
   SEARCH OVERLAY
========================= */

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 11, 79, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.search-overlay.active {
  display: flex;
}

.search-container {
  width: 90%;
  max-width: 600px;
  text-align: center;
}

.search-container h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

/* input */
.search-container input {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 16px;
  text-align: left;
}

/* button */
.search-submit {
  margin-top: 10px;
  padding: 12px 20px;
  border: none;
  background: #dca13b;
  color: #000;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.search-submit:hover {
  background: #fff;
  color: #000;
}

/* close button */
.close-search {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/* =========================
   NO RESULT
========================= */

.text-center {
  color: #fff;
  font-size: 20px;
  margin-top: 50px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width:768px) {

  .section-heading h2 {
    font-size: 20px;
    text-align: center;
  }

  .search-result-item {
    padding: 15px;
  }

  .category-btn {
    font-size: 12px;
    padding: 6px 12px;
  }
}




/* =========================
   SITEMAP GLOBAL
========================= */
.sitemap {
  padding: 60px 20px;
  text-align: left;
  position: relative;
  /*z-index: 50;*/
}

/* overlay derrière */
.sitemap .bg-overlay {
  z-index: 1;
  pointer-events: none;
}

/* container au-dessus */
.sitemap .container {
  position: relative;
  z-index: 2;
}

.sitemap h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: bold;
}

.sitemap h3 {
  font-size: 20px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-right: 10px;
}

.sitemap ul {
  padding: 0;
}

.sitemap ul li {
  padding: 6px 0;
}

.sitemap ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  display: block;
  transition: 0.3s;
}

.sitemap ul li a:hover {
  color: #dca13b;
  padding-right: 8px;
}

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

.sitemap ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

/* la puce personnalisée */


.sitemap ul li::before {
  content: "›";
  color: #dca13b;
  font-size: 25px;
  position: absolute;
  left: 0;
}


/* 404*/
.error-container {
  /* background: white; */
  padding: 100px;
  /* border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.error-container h1 {
  font-size: 80px;
  margin: 0;
  color: #fff;
  text-align: center;
}

.error-container h2 {
  margin: 10px 0;
  color: #fff;
  text-align: center;
}

.error-container p {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}