@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i");

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #af9767; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #796640; 
}

.container-udw {
  width: 80%!important;
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #000;
}

html, body {
   font-family: 'Playfair Display', serif;
   min-width: 100vw;
   min-height: 100vh;
   overflow-x: hidden;
}
.udw-fw-600 {
  font-weight: 600;
}
.udw-mb-40 {
  margin-bottom: 40px;
}
.udw-mb-50 {
  margin-bottom: 50px;
}
.udw-mb-15 {
    margin-bottom: 15px;
}
.bg-black {
  background: #000!important;
}
.bg_udw {
  background: #F1EFEC;
}
.bg_gris {
  background-color: #f8f9fa!important;
}
.bg_white {
  background-color: #fff!important;
}
.bg_trans {
  background-color: transparent;
}
.bg_dark-b {
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0.8) 100%);
}
.bg_dark-t {
    background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0.8) 100%);
}
.udw-float_r {
  float: right;
}
.udw-width {
  width: 70%;
}
a {
  text-decoration: none;
}
ul li {
  list-style-type: none;
}
.ud-color-text {
    color: rgba(255, 255, 255, .7) !important;
}
.udz-2 {
  z-index: 2;
  position: relative;
}
/** **/
@keyframes draw3 {
  100% {
    transform: scale(1.35);
  }
}

/*--------------------------------------------------------------
# Highlight
--------------------------------------------------------------*/
.highlight .button {
  display: inline-block;
  color: #fff;
  background: #af9767;
  margin-top: 21px;
  margin-bottom: 21px;
  margin-left: 60%;
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.highlight .button:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -80px;
  height: 100px;
  width: 70px;
  background: rgba(255, 255, 255, 0.7);
  transform: rotate(20deg);
}

.highlight .button:hover:before {
  left: 150px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Icon-wrap
--------------------------------------------------------------*/
footer .navbar-brand, nav .navbar-brand {
  font-family: "Jura", sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 5px;
  margin-right: 0!important;
}

button i {
  color: #fff;
}
ul li a.nav-link {
  color: #fff;
  font-size: 1rem;
}

section {
  padding-top: 90px;
  padding-bottom: 90px;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.bg-image {
  position: relative;
  height: 100vh;
  color: #fff;
}

#home {
  background-color: #000;
}
#home h2 {
  font-size: 1.3rem;
  font-weight: 100;
  color: #fff;
}
.slogan_dev{
  font-size: 1.5rem!important;
  letter-spacing: 5px;
  margin-bottom: 18px;
}
.udw_container_text_home {
  min-width: 100vw;
  display: flex;
  justify-content: center;
}
.trait {
  color: #af9767;
  margin-bottom: 5.5rem;
}

#a-propos .img-border {
    position: relative;
    border: 10px solid #af9767;
    width: 67%;
    height: 95%;
    margin-left: 185px;
    margin-top: 28px;
    z-index: 1;
}
#mes-services .img-border {
    position: relative;
    border: 10px solid #af9767;
    width: 71%;
    height: 55%;
    margin-left: 185px;
    margin-top: 35px;
    z-index: -1;
}
.img_border {
  position: relative;
  border: 10px solid #af9767;
  width: 67%;
  height: 90%;
  margin-left: 91px;
  margin-top: -28px;
  z-index: 1;
}
.about-img img {
  filter: grayscale(0);
  background: rgba(0,0,0,0.1);
}
.navbar-toggler:focus{box-shadow: none!important;}

@media (min-width: 1200px){
  h1, .h1 {
      font-size: 3rem;
    }
  }

#mes-services img, #a-propos img {
  -webkit-box-reflect: below 5px linear-gradient(transparent, transparent 50%, rgba(0,0,0,0.2));
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1130px){
  

}
@media (min-width: 200px) and (max-width: 550px){
   h1.name {
    font-size: 2rem!important;
    margin-left: 35px;
  }
    h1.name:before {
      position: absolute;
      width: 30px;
      margin-left: -35px;
      content: "";
      display: block;
      height: 2px;
      background: #af9767;
      top: 22px!important;
  }
  #home h2 {
    font-size: 0.8rem!important;
    font-weight: 100;
 }
 .bg-image {
    position: relative;
    height: 100vh;
    color: #fff;
    background-position: calc(100% - -253px);
  }

}
@media (min-width: 551px) and (max-width: 700px){
  nav .navbar-brand {
    font-family: 'Kaushan Script', cursive;
    color: #fff;
    font-size: 35px;
    font-weight: 100;
    letter-spacing: 2px!important;
  }
  
h1.name {
    font-size: 2rem!important;
    margin-left: 35px;
}
  h1.name:before {
    position: absolute;
    width: 30px;
    margin-left: -35px;
    content: "";
    display: block;
    height: 2px;
    background: #af9767;
    top: 22px!important;
}
  #home h2 {
    font-size: 0.8rem!important;
    font-weight: 100;
}
  .service-img img {
    filter: grayscale(0);
 }
 section {
  padding-top: 100px;
  padding-bottom: 100px;
 }

}


@media (min-width: 1201px) and (max-width: 1360px){
  .navbar-nav.big_menu{
     width: 96%!important;
  }
   #menu-logo {
      height: 60px!important;
  }

}


html body .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .menu .menu-item {
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}
html body .menu .menu-item .wee {
  height: 3px;
  width: 100%;
  background-color: #af9767;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.75s;
}
html body .menu .menu-item h6 {
  margin: 0;
  padding: 0 1rem 1rem;
  font-size: 1rem;
  color: #232323;
  transition: 0.75s;
}
html body .menu .menu-item:hover h6 {
  color: #002b75;
}
html body .menu .current-menu-item h6 {
  color: #002b75;
}

.dropdown-menu a:hover{
  background: #fff;
}

@media (min-width: 1200px){
  
  }
 h1.name{
    font-size: 2.5rem;
    margin-left: 35px;
    color: #fff;

  }

h1.name:before {
    position: absolute;
    width: 30px;
    margin-left: -35px;
    content: "";
    display: block;
    height: 2px;
    background: #af9767;
    top: 20%;
}

.cursor_point {
  display: block;
}
.logo_point {
  display: none;
}
@media (max-width: 991px) {
  .cursor_point {
    display: none!important;
  }
  .logo_point {
    display: block!important;
    margin-left: 168px;
  }
}
@media (max-width: 1366px) {
  
}
@media (max-width: 1280px) {
  .menu .menu-item a {
       font-size: 0.8rem;
    }
  .navbar-brand {
      line-height: 0!important;
  }
  .why-us .accordion-list p {
      margin-bottom: 0;
      padding: 45px 0 0 0;
  }

}


@media (min-width: 250px) and (max-width: 990px){
 
  html body .menu .menu-item a {
    font-size: 0.9rem!important;
  }
  #menu-logo {
    height: 60px!important;
}
  
 
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

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

.wrapper_bar {
  width: 520px;
  max-width: 100%;
}

.progress-bar {
  height: 13px;
  width: 100%;
  background-color: #E9E2D6;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 2px 0 10px inset rgba(0, 0, 0, 0.2);
  position: relative;
}

* + .progress-bar {
  margin-bottom: 0.5rem;
}

.bar {
  width: 0;
  height: 100%;
  background-color: #af9767;

  /*Lollipop background gradient*/
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );

  background-size: 30px 30px;
  animation: move-bar 2s linear infinite;
  box-shadow: 2px 0 10px inset rgba(0, 0, 0, 0.2);
  transition: width 2s ease-out;
}

.title_bar {
  font-size: 13px;
}

/*Lollipop background gradient animation*/
@keyframes move-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 30px;
  }
}

.perc {
  position: absolute;
  font-size: 13px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 400;
}


/**/

.logi_udw {
  align-items: center;
  display: flex;
  height: 12vh;
  justify-content: center;
  width: 550px;
}

@-webkit-keyframes scroll_l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-150px * 5));
  }
}

@keyframes scroll_l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-150px * 5));
  }
}
.slider {
  height: 50px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 50px;
  position: absolute;
  width: auto;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll_l 40s linear infinite;
          animation: scroll_l 40s linear infinite;
  display: flex;
  width: calc(150px * 10);
}
.slider .slide {
  height: 50px;
  width: 150px;
}

#a-propos img {
  background: #fff;
  border-radius: 4px;
  filter: saturate(0.9);
}

/*


#SkillBox {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  width: 95%;
  height: auto;
  margin: 40px auto;
  background-color: #fff;
  //border: 1px solid #cdcdcd;
  padding: 10px;
  border-radius: 4px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
}
#SkillBox img {
  width: 20%;
  height: 10%;
  margin: auto 35%;
  padding: 10px;
}
.SkillBar {
  width: 90%;
  height: 10px;
  position: relative;
  background: rgba(17, 17, 17, 0.3);
  margin: 25px auto;
}
#Skill-HTML {
  width: 90%;
  animation: Animate-HTML 4s;
  -webkit-animation: Animate-HTML 4s;
  -moz-animation: Animate-HTML 4s;
  -o-animation: Animate-HTML 4s;
  height: 10px;
  position: absolute;
  background-color: #af9767;
}
#NUM-HTML {
  width: 90%;
  animation: Animate-HTML 4s;
  -webkit-animation: Animate-HTML 4s;
  -moz-animation: Animate-HTML 4s;
  -o-animation: Animate-HTML 4s;
  height: 10px;
  position: absolute;
  background-color: #af9767;
}
@keyframes Animate-HTML {
  from {
    width: 10px;
  }
  to {
    width: 90%;
  }
}
@-webkit-keyframes Animate-HTML {
  from {
    width: 10px;
  }
  to {
    width: 90%;
  }
}
@-moz-keyframes Animate-HTML {
  from {
    width: 10px;
  }
  to {
    width: 90%;
  }
}
@-o-keyframes Animate-HTML {
  from {
    width: 10px;
  }
  to {
    width: 90%;
  }
}
#Skill-CSS {
  animation: Animate-CSS 5s;
  -webkit-animation: Animate-CSS 5s;
  -moz-animation: Animate-CSS 5s;
  -o-animation: Animate-CSS 5s;
  width: 85%;
  height: 10px;
  position: absolute;
  background-color: #af9767;
}
@keyframes Animate-CSS {
  from {
    width: 10px;
  }
  to {
    width: 85%;
  }
}
@-webkit-keyframes Animate-CSS {
  from {
    width: 10px;
  }
  to {
    width: 85%;
  }
}
@-moz-keyframes Animate-CSS {
  from {
    width: 10px;
  }
  to {
    width: 85%;
  }
}
@-o-keyframes Animate-CSS {
  from {
    width: 10px;
  }
  to {
    width: 85%;
  }
}
#Skill-PHP {
  animation: Animate-Php 5s;
  -webkit-animation: Animate-Php 5s;
  -moz-animation: Animate-Php 5s;
  -o-animation: Animate-Php 5s;
  width: 80%;
  height: 10px;
  position: absolute;
  background-color: #af9767;
}
@keyframes Animate-Php {
  from {
    width: 10px;
  }
  to {
    width: 80%;
  }
}
@-webkit-keyframes Animate-Php {
  from {
    width: 10px;
  }
  to {
    width: 80%;
  }
}
@-moz-keyframes Animate-Php {
  from {
    width: 10px;
  }
  to {
    width: 80%;
  }
}
@-o-keyframes Animate-Php {
  from {
    width: 10px;
  }
  to {
    width: 80%;
  }
}
#Skill-MYSQL {
  animation: Animate-Mysql 4s;
  -webkit-animation: Animate-Mysql 4s;
  -moz-animation: Animate-Mysql 4s;
  -o-animation: Animate-Mysql 4s;
  width: 80%;
  height: 10px;
  position: absolute;
  background-color: #af9767;
}
@keyframes Animate-Mysql {
  from {
    width: 10px;
  }
  to {
    width: 80%;
  }
}
@-webkit-keyframes Animate-Mysql {
  from {
    width: 10px;
  }
  to {
    width: 80%;
  }
}
@-moz-keyframes Animate-Mysql {
  from {
    width: 10px;
  }
  to {
    width: 80%;
  }
}
@-o-keyframes Animate-Mysql {
  from {
    width: 10px;
  }
  to {
    width: 80%;
  }
}
#Skill-SASS {
  animation: Animate-SASS 4s;
  -webkit-animation: Animate-SASS 4s;
  -moz-animation: Animate-SASS 4s;
  -o-animation: Animate-SASS 4s;
  width: 85%;
  height: 10px;
  position: absolute;
  background-color: #af9767;
}
@keyframes Animate-SASS {
  from {
    width: 10px;
  }
  to {
    width: 85%;
  }
}
@-webkit-keyframes Animate-SASS {
  from {
    width: 10px;
  }
  to {
    width: 85%;
  }
}
@-moz-keyframes Animate-SASS {
  from {
    width: 10px;
  }
  to {
    width: 85%;
  }
}
@-o-keyframes Animate-SASS {
  from {
    width: 10px;
  }
  to {
    width: 85%;
  }
}
#Skill-C {
  animation: Animate-C 4s;
  -webkit-animation: Animate-C 4s;
  -moz-animation: Animate-C 4s;
  -o-animation: Animate-C 4s;
  width: 30%;
  height: 10px;
  position: absolute;
  background-color: #af9767;
}
@keyframes Animate-C {
  from {
    width: 10px;
  }
  to {
    width: 30%;
  }
}
@-webkit-keyframes Animate-C {
  from {
    width: 10px;
  }
  to {
    width: 30%;
  }
}
@-moz-keyframes Animate-C {
  from {
    width: 10px;
  }
  to {
    width: 30%;
  }
}
@-o-keyframes Animate-C {
  from {
    width: 10px;
  }
  to {
    width: 30%;
  }
}
#Skill-JAVA {
  animation: Animate-JAVA 4s;
  -webkit-animation: Animate-JAVA 4s;
  -moz-animation: Animate-JAVA 4s;
  -o-animation: Animate-JAVA 4s;
  width: 25%;
  height: 10px;
  position: absolute;
  background-color: #af9767;
}
@keyframes Animate-JAVA {
  from {
    width: 10px;
  }
  to {
    width: 25%;
  }
}
@-webkit-keyframes Animate-JAVA {
  from {
    width: 10px;
  }
  to {
    width: 25%;
  }
}
@-moz-keyframes Animate-JAVA {
  from {
    width: 10px;
  }
  to {
    width: 25%;
  }
}
@-o-keyframes Animate-JAVA {
  from {
    width: 10px;
  }
  to {
    width: 25%;
  }
}
#Skill-C {
  animation: Animate-C 4s;
  -webkit-animation: Animate-C 4s;
  -moz-animation: Animate-C 4s;
  -o-animation: Animate-C 4s;
  width: 60%;
  height: 10px;
  position: absolute;
  background-color: #af9767;
}
@keyframes Animate-C {
  from {
    width: 10px;
  }
  to {
    width: 60%;
  }
}
@-webkit-keyframes Animate-C {
  from {
    width: 10px;
  }
  to {
    width: 60%;
  }
}
@-moz-keyframes Animate-C {
  from {
    width: 10px;
  }
  to {
    width: 60%;
  }
}
@-o-keyframes Animate-C {
  from {
    width: 10px;
  }
  to {
    width: 60%;
  }
}
#Skill-JAVA {
  animation: Animate-JAVA 4s;
  -webkit-animation: Animate-JAVA 4s;
  -moz-animation: Animate-JAVA 4s;
  -o-animation: Animate-JAVA 4s;
  width: 65%;
  height: 10px;
  position: absolute;
  background-color: #af9767;
}
@keyframes Animate-JAVA {
  from {
    width: 10px;
  }
  to {
    width: 65%;
  }
}
@-webkit-keyframes Animate-JAVA {
  from {
    width: 10px;
  }
  to {
    width: 65%;
  }
}
@-moz-keyframes Animate-JAVA {
  from {
    width: 10px;
  }
  to {
    width: 65%;
  }
}
@-o-keyframes Animate-JAVA {
  from {
    width: 10px;
  }
  to {
    width: 65%;
  }
}
#Skill-NODE {
  animation: Animate-NODE 4s;
  -webkit-animation: Animate-NODE 4s;
  -moz-animation: Animate-NODE 4s;
  -o-animation: Animate-NODE 4s;
  width: 75%;
  height: 10px;
  position: absolute;
  background-color: #af9767;
}
@keyframes Animate-NODE {
  from {
    width: 10px;
  }
  to {
    width: 75%;
  }
}
@-webkit-keyframes Animate-NODE {
  from {
    width: 10px;
  }
  to {
    width: 75%;
  }
}
@-moz-keyframes Animate-NODE {
  from {
    width: 10px;
  }
  to {
    width: 75%;
  }
}
@-o-keyframes Animate-NODE {
  from {
    width: 10px;
  }
  to {
    width: 75%;
  }
}
#Skill-WORDP {
  animation: Animate-WORDP 4s;
  -webkit-animation: Animate-WORDP 4s;
  -moz-animation: Animate-WORDP 4s;
  -o-animation: Animate-WORDP 4s;
  width: 75%;
  height: 10px;
  position: absolute;
  background-color: #af9767;
}
@keyframes Animate-WORDP {
  from {
    width: 10px;
  }
  to {
    width: 75%;
  }
}
@-webkit-keyframes Animate-WORDP {
  from {
    width: 10px;
  }
  to {
    width: 75%;
  }
}
@-moz-keyframes Animate-WORDP {
  from {
    width: 10px;
  }
  to {
    width: 75%;
  }
}
@-o-keyframes Animate-WORDP {
  from {
    width: 10px;
  }
  to {
    width: 75%;
  }
}
#Skill-VBNET {
  animation: Animate-VBNET 4s;
  -webkit-animation: Animate-VBNET 4s;
  -moz-animation: Animate-VBNET 4s;
  -o-animation: Animate-VBNET 4s;
  width: 35%;
  height: 10px;
  position: absolute;
  background-color: #af9767;
}
@keyframes Animate-VBNET {
  from {
    width: 10px;
  }
  to {
    width: 35%;
  }
}
@-webkit-keyframes Animate-VBNET {
  from {
    width: 10px;
  }
  to {
    width: 35%;
  }
}
@-moz-keyframes Animate-VBNET {
  from {
    width: 10px;
  }
  to {
    width: 35%;
  }
}
@-o-keyframes Animate-VBNET {
  from {
    width: 10px;
  }
  to {
    width: 35%;
  }
}
.Skill-Area {
    z-index: 1;
    float: left;
    position: absolute;
    margin-top: -15px;
    margin-left: 15px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.PercentText {
    z-index: 3;
    position: relative;
    padding-right: 9px;
    margin-top: -17px;
    float: right;
    text-shadow: none;
    color: #000;
    font-size: 14px;
}*/

div#preload {
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  display: flex;
  align-content: center;
  justify-content: center;
}

.sk-folding-cube {
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  background: #AF9767;
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta .bg-video-wrap h2 {
  color: #fff;
  font-weight: 700;
  transform: rotate(-3deg);
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .btn:hover {
  left: 47%;

}
.cta .btn {
  left: 47%;

}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
}

@media (max-width: 769px) {
  .container-dem_img {
    display: none!important;
  }
  .animation-container {
    display: none!important;
  }
  #a-propos img {
    margin-right: 15% !important;
    height: 350px;
    width: auto;
  }
  #a-propos .img-border {
    margin-left: 10%!important;
  }
  #mes-services img {
    margin-right: 10%!important;
  }
  #mes-services .img-border {
    position: relative;
    border: 10px solid #af9767;
    width: 80%;
    height: 96%;
    margin-top: 15px;
    z-index: -1;
  }
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(img/Abstract - 54068.png) no-repeat center center/cover;
}

#home video {
    filter: grayscale(1);
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    opacity: 0.2;
}

video {
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}
.overlay {
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    45deg,
    rgba(175,151,103, 0.5) 50%,
    rgba(175,151,103, 0.5)50%
  );
  background-size: 3px 3px;
  z-index: 2;
}
.cta h2 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 100%;
  height: 50px;
}

/*--------------------------------------------------------------
# Tea
--------------------------------------------------------------*/
svg.tea {
  --secondary: #af9767;
}
svg.tea #teabag {
  transform-origin: top center;
  transform: rotate(3deg);
  animation: swing 2s infinite;
}
svg.tea #steamL {
  stroke-dasharray: 13;
  stroke-dashoffset: 13;
  animation: steamLarge 2s infinite;
}
svg.tea #steamR {
  stroke-dasharray: 9;
  stroke-dashoffset: 9;
  animation: steamSmall 2s infinite;
}
@-moz-keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}
@-webkit-keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}
@-o-keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}
@keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}
@-moz-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }
  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}
@-webkit-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }
  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}
@-o-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }
  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}
@keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }
  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}
@-moz-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }
  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}
@-webkit-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }
  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}
@-o-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }
  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}
@keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }
  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Icon-wrap
--------------------------------------------------------------*/
.icon-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  margin-bottom: 0px;
}
.icon-wrap svg {
  width: calc(25% - 20px);
  padding: 10px;
}
.icon-wrap-services {
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .icon-wrap svg {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .icon-wrap svg {
    width: calc(100% - 20px);
  }
}

.icon-design .anchor-part {
  animation: move 2s linear infinite;
}
.icon-design .anchor-part--2 {
  animation: move2 2s linear infinite;
}
.icon-design .pen-part {
  transform-origin: 140px 180px;
  animation: bounce2 2s ease-in-out infinite;
}
.icon-design .ruler-part {
  transform-origin: 140px 180px;
  animation: bounce 1s ease-in-out infinite;
}
.icon-design .circle-part {
  transform-origin: 139.8px 167.8px;
  animation: rotate 4s linear infinite;
}
.icon-design .cursor-part {
  animation: bounceBFt2 2s ease-in-out infinite;
}
@keyframes move {
  0%, 100% {
    transform: translate(1px, 1px);
  }
  50% {
    transform: translate(-1px, -1px);
  }
}
@keyframes move2 {
  0%, 100% {
    transform: translate(-1px, -1px);
  }
  50% {
    transform: translate(1px, 1px);
  }
}
.icon-design .hover {
  animation-play-state: running;
}

.icon-develop .gear-b {
  animation: rotate-reverse 6s;
}
.icon-develop .gear-s {
  animation: rotate 12s linear infinite;
}
.icon-develop #XMLID_87_,
.icon-develop #XMLID_85_,
.icon-develop #XMLID_83_ {
  animation: twinkle 3s ease-in-out infinite;
}
.icon-develop #XMLID_85_ {
  animation-delay: 0.4s;
}
.icon-develop #XMLID_83_ {
  animation-delay: 0.6s;
}
.icon-develop .line-t,
.icon-develop .line-m,
.icon-develop .line-b {
  animation: shrink 1.8s ease-in-out infinite;
}
.icon-develop .line-m {
  animation-delay: 0.3s;
}
.icon-develop .line-b {
  animation-delay: 0.6s;
}
.icon-develop .code-letter_o {
  animation: typingO 3s linear infinite;
}
.icon-develop .code-letter_d {
  animation: typingD 3s linear infinite;
}
.icon-develop .code-letter_e {
  animation: typingE 3s linear infinite;
}
@keyframes typingE {
  20.1%, 80% {
    fill: transparent;
  }
  20%, 80.1% {
    fill: #fff;
  }
}
@keyframes typingD {
  30.1%, 70% {
    fill: transparent;
  }
  30%, 70.1% {
    fill: #fff;
  }
}
@keyframes typingO {
  40.1%, 60% {
    fill: transparent;
  }
  40%, 60.1% {
    fill: #fff;
  }
}
.icon-develop .hover {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: running !important;
}

.icon-support .gear-s,
.icon-support .gear-m {
  animation: rotate;
  animation-duration: 6s;
}
.icon-support .gear-b {
  animation: rotate-reverse 6s;
}
.icon-support .clock {
  transform-origin: 223.6px 132.8px;
  animation: rotate 12s linear infinite;
}
.icon-support .hover {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: running;
}

.icon-eComm .overlay {
  transform: translate(82px, -214px);
}
.icon-eComm .bubble-b {
  animation: bubble-b 3.4s linear infinite;
}
.icon-eComm .bubble-m {
  animation: bubble-m 3.4s linear infinite;
}
.icon-eComm .bubble-t {
  animation: bubble-t 3.4s linear infinite;
}
.icon-eComm .hand,
.icon-eComm .bag-f,
.icon-eComm .bag-b,
.icon-eComm .bag-f--tag {
  transform-origin: 320px 200px;
  animation: bounce2 1.6s ease-in-out infinite;
}
.icon-eComm .bag-bb {
  animation-delay: 0.4s;
}
.icon-eComm .bag-f--tag,
.icon-eComm .bag-bb {
  transform-origin: 200px 190px;
  animation: bounce 1.6s ease-in-out infinite;
}
.icon-eComm .bag-b {
  transform-origin: 160px 160px;
  animation: bounce 1.6s ease-in-out infinite;
}
.icon-eComm .credit-card circle:nth-of-type(1) {
  animation: shift 6s ease-in-out infinite;
}
.icon-eComm .credit-card circle:nth-of-type(2) {
  animation: shift2 6s ease-in-out infinite;
}
@keyframes shift {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.7;
  }
  50% {
    transform: translateX(10px);
    opacity: 1;
  }
}
@keyframes shift2 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.7;
  }
  50% {
    transform: translateX(-10px);
    opacity: 1;
  }
}

.icon-eComm.hover {
  animation-play-state: running;
}

.icon-mobApps .gear {
  animation: rotate 30s linear infinite;
}
.icon-mobApps .line-t,
.icon-mobApps .line-m,
.icon-mobApps .line-b {
  animation: shrink 2.2s ease-in-out infinite;
}
.icon-mobApps .play-btn polygon {
  animation: twinkle 3s linear infinite;
}
.icon-mobApps .line-m {
  animation-delay: 0.3s;
}
.icon-mobApps .line-b {
  animation-delay: 0.6s;
}
.icon-mobApps .ruler {
  transform-origin: 300px 200px;
  animation: bounceBFt2 2s ease-in-out infinite;
}
.icon-mobApps .hook {
  transform-origin: 148px 24px;
  animation: bounce3 1.6s ease-in-out infinite;
}
.icon-mobApps .play-bar--play {
  opacity: 1;
}
.icon-mobApps .play-bar--pause {
  opacity: 0;
}
.icon-mobApps .hover {
 
  animation-play-state: running !important;
}
.icon-mobApps:hover .play-bar--play {
  opacity: 0;
}
.icon-mobApps:hover .play-bar--pause {
  opacity: 1;
}

.icon-ursula {
  height: 130px;
}
.icon-ursula .graph {
  animation: bounce 1.4s ease-in-out infinite;
}
.icon-ursula .mouse {
  animation: bounceBFt2 1.6s ease-in-out infinite;
}
.icon-ursula .wp-logo {
  animation: twinkle2 4s ease-in-out infinite;
}
.icon-ursula .keyboard [class*=key] {
  animation: typing 2.75s linear infinite;
}
.icon-ursula .keyboard .key-1 {
  animation-delay: 0.2291666667s;
}
.icon-ursula .keyboard .key-2 {
  animation-delay: 0.4583333333s;
}
.icon-ursula .keyboard .key-3 {
  animation-delay: 0.6875s;
}
.icon-ursula .keyboard .key-4 {
  animation-delay: 0.9166666667s;
}
.icon-ursula .keyboard .key-5 {
  animation-delay: 1.1458333333s;
}
.icon-ursula .keyboard .key-6 {
  animation-delay: 1.375s;
}
.icon-ursula .keyboard .key-7 {
  animation-delay: 1.6041666667s;
}
.icon-ursula .keyboard .key-8 {
  animation-delay: 1.8333333333s;
}
.icon-ursula .keyboard .key-9 {
  animation-delay: 2.0625s;
}
.icon-ursula .keyboard .key-10 {
  animation-delay: 2.2916666667s;
}
.icon-ursula .keyboard .key-11 {
  animation-delay: 2.5208333333s;
}
.icon-ursula .keyboard .key-12 {
  animation-delay: 2.75s;
}
@keyframes typing {
  0%, 2% {
    opacity: 0.6;
  }
  4% {
    opacity: 1;
  }
}
.icon-ursula .code-line {
  animation: shrink 1s ease-in-out infinite;
}
.icon-ursula .code-line1 {
  animation-delay: 0.3s;
}
.icon-ursula .code-line2 {
  animation-delay: 0.9s;
}
.icon-ursula .code-line3 {
  animation-delay: 0.2s;
}
.icon-ursula .code-line5 {
  animation-delay: 0.5s;
}
.icon-ursula .code-line6 {
  animation-delay: 0.8s;
}
.icon-ursula .code-line8 {
  animation-delay: 0.4s;
}
.icon-ursula .hover,
.icon-ursula .keyboard path[class*=key] {

  animation-play-state: running;
}

.icon-webApps .ruler {
  animation: bounceBF 1.8s ease-in-out infinite;
}
.icon-webApps .panel {
  animation: twinkle3 3s ease-in-out infinite;
}
.icon-webApps .panel2 {
  animation-delay: 0.5s;
}
.icon-webApps .panel3 {
  animation-delay: 1s;
}
.icon-webApps .panel4 {
  animation-delay: 1.5s;
}
.icon-webApps .panel5 {
  animation-delay: 2s;
}
.icon-webApps .line-1 {
  transform-origin: 162px;
  animation: shrink 2s ease-in-out infinite;
}
.icon-webApps .line-2,
.icon-webApps .line-3 {
  transform-origin: 144.3px 0;
  animation: shrink 2s ease-in-out infinite;
}
.icon-webApps .line-2 {
  animation-delay: -0.4s;
}
.icon-webApps .blink1,
.icon-webApps .blink2,
.icon-webApps .blink3 {
  animation: 6s linear infinite;
}
.icon-webApps .blink1 {
  animation-name: bubble-b;
}
.icon-webApps .blink2 {
  animation-name: bubble-m;
}
.icon-webApps .blink3 {
  animation-name: bubble-t;
}
.icon-webApps .play-btn {
  opacity: 1;
}
.icon-webApps .pause-btn {
  opacity: 0;
}

.icon-webApps:hover .play-btn {
  opacity: 0;
}
.icon-webApps:hover .pause-btn {
  opacity: 1;
}
.icon-webApps.hover {
  animation-play-state: running;
}

.star {
  animation: twinkle 4s ease-in-out infinite;
}
.star-2 {
  animation-delay: 1s;
}

@keyframes twinkle {
  0%, 50%, 100% {
    transform: scale(1);
  }
  25%, 75% {
    transform: scale(1.6);
  }
}
@keyframes twinkle2 {
  0%, 50%, 100% {
    transform: scale(1);
  }
  25%, 75% {
    transform: scale(1.07);
  }
}
@keyframes twinkle3 {
  0%, 50%, 100% {
    transform: scale(1);
  }
  25%, 75% {
    transform: scale(1.14);
  }
}
@keyframes bubble-t {
  26%, 80% {
    transform: scale(0);
  }
  20%, 86% {
    transform: scale(1);
  }
}
@keyframes bubble-m {
  36%, 70% {
    transform: scale(0);
  }
  30%, 76% {
    transform: scale(1);
  }
}
@keyframes bubble-b {
  46%, 60% {
    transform: scale(0);
  }
  40%, 66% {
    transform: scale(1);
  }
}
@keyframes bounce {
  50% {
    transform: rotate(-6deg);
  }
}
@keyframes bounce2 {
  50% {
    transform: rotate(6deg);
  }
}
@keyframes bounce3 {
  50% {
    transform: rotate(3deg);
  }
}
@keyframes bounceBF {
  0%, 100% {
    transform: rotate(1.6deg);
  }
  50% {
    transform: rotate(-1.6deg);
  }
}
@keyframes bounceBFt2 {
  0%, 100% {
    transform: rotate(4.6deg);
  }
  50% {
    transform: rotate(-4.6deg);
  }
}
@keyframes shrink {
  50% {
    transform: scaleX(0.3);
  }
}
@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotate-reverse {
  to {
    transform: rotate(-1turn);
  }
}

.wrapper{
  text-align: center;
}

.wrapper .laptop{
  display: inline-block;
  position: relative;
  text-align: center;
}

.wrapper .laptop .laptop-inner{
  display: inline-block;
  height: 85%;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 48%;
  -web-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 77%;
}

.wrapper .laptop .laptop-inner img{
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: 5s ease-in-out;
  -o-transition: 5s ease-in-out;
  transition: 5s ease-in-out;
  width: 100%
}

 .container-icon {
  height: 130px;
 }
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
select#object {
  border: 1px solid #CED4DA;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #af9767;
    border-color: #af9767;
}
.contact .info {
  border-top: 3px solid #af9767;
  border-bottom: 3px solid #af9767;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #af9767;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #465C7F;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #af9767;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #af9767;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #af9767;
  padding: 4px 8px 13px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 5px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #af9767;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #af9767;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #af9767;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Icon-wrap
--------------------------------------------------------------*/
.carousel-caption {
    position: relative;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-caption {
    right: 0;
    left: 0; 
   
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer .navbar-brand {
  font-family: "Jura", sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -2px;
  margin-right: 0!important;
}
/*--------------------------------------------------------------
# Icon-wrap
--------------------------------------------------------------*/
.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 2;
}
.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #6c757d;
  background: rgba(178, 178, 178, 0.7);
  padding: 10px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.scroll:hover {
  background: #af9767;
  color: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.scroll:hover .fa {
  padding-top: -10px;
}
.scroll .fa {
  font-size: 30px;
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}


/*--------------------------------------------------------------
# Carousel-slide
--------------------------------------------------------------*/

.carousel {
  width: 100%;
  height: 400px;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.carousel-deck {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-slide {
  position: absolute;
  left: 100%;
  top: 0;

  width: 100%;
  height: 100%;

  /*transition: left .5s;*/
}

.carousel-slide.atLeft {
  left: -100%;
}
.carousel-slide.atRight {
  left: 100%;
}
.carousel-slide.atCenter {
  left: 0;
}
.moving {
  transition: left 0.4s;
}

.carousel-controls {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel-move-left,
.carousel-move-right,
.carousel-paginate {
  width: 2.5em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  font-family: monospace;
  background: rgba(178, 178, 178, 0.7);
  border-radius: 3%;
  position: absolute;
  bottom: 10px;
  transition: all 0.3s;
}
.carousel-move-left {
  right: 50px;
}
.carousel-move-right {
  right: 10px;
}
.carousel-pagination {
  display: none;
  position: relative;
  bottom: -1.25em;
  transition: all 0.3s;
}
.carousel:hover .carousel-pagination {
  bottom: 10px;
}
.carousel-paginate {
  position: static;
  font-size: 1rem;
  border-width: 0;
  cursor: pointer;
  outline: 0;
  display: inline-block;
  color: rgba(0, 0, 0, 0.2);
}

.carousel-paginate.active {
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
}
.carousel-move-left:hover,
.carousel-move-right:hover,
.carousel-paginate:hover {
  background-color: #af9767;
  color: #fff;
  cursor: pointer;
}

.carousel[data-controls="pagination"] .carousel-move-right,
.carousel[data-controls="pagination"] .carousel-move-left {
  display: none;
}
.carousel[data-controls="directional"] .carousel-pagination {
  display: none;
}
.carousel[data-controls="none"] .carousel-controls {
  display: none;
}

/**/
div#mes-réalisations {
  background-color: var(--bg);
  color: var(--fg);
  overflow-x: hidden;
  scroll-behavior: smooth;
  transition: background-color var(--transDur), color var(--transDur);
}
#mes-réalisations .img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  padding: 1em;
  width: 100vw;
}
#mes-réalisations .img-grid__cell,
#mes-réalisations .img-grid__cell-img-btn {
  position: relative;
}
#mes-réalisations .img-grid__cell {
  aspect-ratio: 16 / 12;
}
#mes-réalisations .img-grid__cell-img-btn {
  background-color: hsl(var(--hue), 10%, 85%);
  display: block;
  width: 100%;
  height: calc(100% - 1.5em);
  overflow: hidden;
  text-decoration: none;
  transition: background-color var(--transDur), opacity 0.15s linear;
}
#mes-réalisations .img-grid__cell-img-btn--active,
#mes-réalisations .img-grid__cell-img-btn:focus {
  opacity: 0.5;
}
#mes-réalisations .img-grid__cell-img-btn:focus {
  outline: transparent;
}
#mes-réalisations .img-grid__cell-img {
  display: block;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
#mes-réalisations .img-grid__cell-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1.5em;
  padding-top: 0.25em;
}
#mes-réalisations .img-grid__cell-caption-link {
  color: currentColor;
  font-size: 0.5em;
  line-height: 1.25;
  text-decoration: none;
}
#mes-réalisations .img-grid__cell-caption-link br {
  display: none;
}
#mes-réalisations .img-grid__cell-caption-link:focus,
#mes-réalisations .img-grid__cell-caption-link:hover {
  text-decoration: underline;
}
#mes-réalisations .img-grid__cell-caption-link:focus {
  outline: transparent;
}
#mes-réalisations .img-grid__cell-caption-title,
#mes-réalisations .img-grid__cell-caption-subtitle {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mes-réalisations .img-grid__cell-caption-title {
  font-weight: bold;
}
#mes-réalisations .img-grid__detail-pane {
  background-color: hsl(var(--hue), 10%, 10%);
  display: flex;
  flex-direction: column;
  color: hsl(var(--hue), 10%, 90%);
  grid-column: 1 / -1;
  padding: 3em 0 0 0;
  position: fixed;
  inset: 0;
  transition: background-color var(--transDur);
  z-index: 1;
}
#mes-réalisations .img-grid__detail-pane[data-open="false"] {
  display: none;
}
#mes-réalisations .img-grid__detail-pane-left {
  margin: auto 0;
}
#mes-réalisations .img-grid__detail-pane-right {
  background-color: hsl(var(--hue), 10%, 15%);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 1em;
}
#mes-réalisations .img-grid__detail-pane-img {
  display: block;
  margin: auto;
  height: auto;
  width: 100%;
}
#mes-réalisations .img-grid__detail-pane-close:focus,
#mes-réalisations .img-grid__detail-pane-btn:focus {
  outline: transparent;
}
#mes-réalisations .img-grid__detail-pane-close {
  background: transparent;
  color: hsl(var(--hue), 10%, 70%);
  align-self: flex-end;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 0.75em;
  height: 0.75em;
}
#mes-réalisations .img-grid__detail-pane-close:focus,
#mes-réalisations .img-grid__detail-pane-close:hover {
  color: hsl(var(--hue), 10%, 90%);
}
#mes-réalisations .img-grid__detail-pane-arrow-svg,
#mes-réalisations .img-grid__detail-pane-close-svg {
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
#mes-réalisations .img-grid__detail-pane-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mes-réalisations .img-grid__detail-pane-title {
  font-size: 0.75em;
  line-height: 1;
  font-weight: 500;
}
#mes-réalisations .img-grid__detail-pane-site {
  color: hsl(var(--hue), 10%, 70%);
  font-size: 0.5em;
}
#mes-réalisations .img-grid__detail-pane-btn {
  background-color: hsl(var(--hue), 10%, 25%);
  border-radius: 0.25rem;
  color: hsl(var(--hue), 10%, 90%);
  font-size: 0.5em;
  padding: 0.375rem 0.5rem;
  text-decoration: none;
  transition: background-color 0.15s linear, opacity 0.15s linear;
}
#mes-réalisations .img-grid__detail-pane-btn:disabled {
  opacity: 0.25;
}
#mes-réalisations .img-grid__detail-pane-btn:focus,
#mes-réalisations .img-grid__detail-pane-btn:not(:disabled):hover {
  background-color: hsl(var(--hue), 10%, 35%);
}
#mes-réalisations .img-grid__detail-pane-arrows {
  display: flex;
  justify-content: center;
}
#mes-réalisations .img-grid__detail-pane-btn--arrow {
  border-radius: 50%;
  display: block;
  padding: 0;
  width: 1rem;
  height: 1rem;
}
#mes-réalisations .img-grid__detail-pane-btn--arrow + #mes-réalisations .img-grid__detail-pane-btn--arrow {
  margin-left: 0.25rem;
}

/* `:focus-visible` support */
@supports selector(:focus-visible) {
  #mes-réalisations .img-grid__cell-img-btn:focus-visible {
    opacity: 0.5;
  }
  #mes-réalisations .img-grid__detail-pane-close:focus {
    color: hsl(var(--hue), 10%, 70%);
  }
  #mes-réalisations .img-grid__detail-pane-close:focus-visible,
  #mes-réalisations .img-grid__detail-pane-close:hover {
    color: hsl(var(--hue), 10%, 90%);
  }
  #mes-réalisations .img-grid__detail-pane-btn:focus {
    background-color: hsl(var(--hue), 10%, 25%);
  }
  #mes-réalisations .img-grid__detail-pane-btn:focus-visible,
  #mes-réalisations .img-grid__detail-pane-btn:not(:disabled):hover {
    background-color: hsl(var(--hue), 10%, 35%);
  }
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: hsl(var(--hue), 10%, 10%);
    --fg: hsl(var(--hue), 10%, 90%);
    --primary: hsl(var(--hue), 90%, 65%);
  }
  #mes-réalisations .img-grid__cell-img-btn {
    background-color: hsl(var(--hue), 10%, 20%);
  }
  #mes-réalisations .img-grid__detail-pane {
    background-color: hsl(var(--hue), 10%, 5%);
  }
  #mes-réalisations .img-grid__detail-pane-right {
    background-color: hsl(var(--hue), 10%, 10%);
  }
}

/* Tablet */
@media (min-width: 768px) {
  #mes-réalisations .img-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  #mes-réalisations .img-grid__detail-pane {
    flex-direction: row;
    height: 10em;
    margin: 0 -1em;
    padding: 1em;
    position: static;
  }
  #mes-réalisations .img-grid__detail-pane-left,
  #mes-réalisations .img-grid__detail-pane-right {
    flex: 1;
  }
  #mes-réalisations .img-grid__detail-pane-left {
    flex: 2;
    margin: 0;
  }
  #mes-réalisations .img-grid__detail-pane-right {
    background-color: transparent;
    padding: 0 0 0 1em;
  }
  #mes-réalisations .img-grid__detail-pane-img {
    height: 100%;
    width: auto;
  }
  #mes-réalisations .img-grid__detail-pane-close {
    position: static;
  }
  #mes-réalisations .img-grid__detail-pane-info {
    display: block;
  }
  #mes-réalisations .img-grid__detail-pane-title,
  #mes-réalisations .img-grid__detail-pane-site {
    margin-bottom: 0.75rem;
  }

  #mes-réalisations .img-grid__detail-pane-arrows {
    justify-content: flex-end;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  #mes-réalisations .img-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Larger Desktop */
@media (min-width: 1280px) {
  #mes-réalisations .img-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@keyframes tipsy {
  0 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

div.cadre_t {
  color: #fffbf1;
  text-shadow: 0 20px 25px #2e2e31, 0 40px 60px #2e2e31;
  font-size: 80px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -3px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

div.cadre_t:before,
div.cadre_t:after {
  content: '';
  padding: .9em .4em;
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  display: block;
  border: 15px solid red;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  animation: 10s infinite alternate ease-in-out tipsy;
}

div.cadre_t:before {
  border-color: #d9524a #d9524a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  z-index: -1;
}

div.cadre_t:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d9524a #d9524a;
  box-shadow: 25px 25px 25px rgba(46, 46, 49, .8);
}
div.cadre_t img {
  height:250px;
}

/**/
#mes-project .animation-container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
  font-size: 15px;
}

#mes-project svg {
  height: 42vh;
}

#mes-project .page {
  height: 400vh;
  position: relative;
}

#mes-project .content {
  position: fixed;
  top: 200px;
  left: 0;
  display: flex;
}

#mes-project .content-section {
  width: 100vw;
  height: 67vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home, #mes-services, #pourquoi-me-choisir, #cta, #mes-réalisations, .services, #me-contacter, footer{
  z-index: 1;
  position: relative;
}

/*#mes-project .content-section:nth-child(1) {
  background-color: #f8f9fa;
}

#mes-project .content-section:nth-child(2) {
  background-color: #f8f9fa;
}

#mes-project .content-section:nth-child(3) {
  background-color: #f8f9fa;
}*/

#mes-project .content-section:nth-child(4) {
}

#mes-project .content-section > div.container-dem {
  max-width: 80%!important;
}

#mes-project .content-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 100%;
    text-align: center;
}

.img-site {
  height: 300px;
  margin-bottom: -35px;
}

.img-back {
  transform: rotate(2deg);
  height: 300px;
}

#mes-project h1 {
  padding: 0;
  margin: 0.5em 0;
}

#mes-project p {
  padding: 0;
  margin: 0.25em 0;
}

#mes-project a {
  color: black;
}

#mes-project .arrow-animated {
  font-size: 35px;
  animation: arrow-float 1s infinite;
}

@keyframes arrow-float {
  0% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  60% {
    transform: translateY(50%);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}

.btn-or_udw {
    color: #fff;
    background-color: #af9767;
    border-color: #af9767;
}

#mes-project ul {
    padding-left: 0rem;
}

.cont_name {
  padding: 0 5px 0 0!important;
}
.cont_first {
  padding: 0 0 0 5px!important;
}

.ud-social_container {
  width: 280px
}

.ud-social_container .ud-social a i{
  font-size: 20px;
  color: #af9767;
}

.container-dem h3 {
  border-bottom: 1px solid #af9767;
}

.bg-video-wrap {
  overflow: hidden;
  height: 360px;
}