/* Table of content  
---------------------------------------------------
01. Body
02. Typogaphy
03. Header
04. Sections
05. Inner Pages
06. Footer
07. Utilities
08. Responsive
--------------------------------------------------- */
/* 01. Body 
--------------------------------------------------- */

/* Global */

html,
body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%; }

.form-all{
    box-shadow:none !important;
}
/* Body */
body {
  margin: 0;
  padding: 0;
  color: #747474; }

/* Links */
a,
a:hover {
  text-decoration: none;
  color: #101010; }
  a:hover,
  a:hover:hover {
    color: #DB1E35; }

/* Headings */
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5 {
  color: #101010; }

/* 02. Typography 
--------------------------------------------------- */
/* Free Alternative Google Fonts */
/* Body */
body {
  font-family: "Trade Gothic", "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -.01em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-family: "Poppins", sans-serif;
}

/* Heading */
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
  font-family: "Avant Grade", "Poppins", sans-serif;
  font-style: normal;
  letter-spacing: -.04em; 
  margin-top: 10px;
}

h1,
.uk-h1 {
  font-size: 56px; line-height: 1em;}

h2,
.uk-h2 {
  font-size: 36px; }

h3,
.uk-h3 {
  font-size: 32px; }

h4,
.uk-h4 {
  font-size: 24px; }

h5,
.uk-h5 {
  font-size: 18px; line-height: 1.25em;}

h6,
.uk-h6 {
  font-size: 16px;
  text-transform: uppercase; }

@media screen and (min-width: 960px){
  h1.uk-h1-large,
  .uk-h1.uk-h1-large{font-size: 72px; line-height: 1.11em;}
}

@media screen and (max-width: 960px){
h1,
.uk-h1 {
  font-size: 30px;}
  h3,
  .uk-h3 {
    font-size: 18px; }
  h5,
  .uk-h5 {
    font-size: 15px;}
}
/* Hero Heading */
.uk-heading-hero {font-size: 50px; font-weight: 400; line-height: 1.11em;}
.uk-heading-hero strong{font-weight: 400; line-height: 1.11em;}

/* Text Styles */
.pr-font-main {
  font-family: 'Trade Gothic', 'Roboto Condensed', sans-serif; }

.pr-font-second {
  font-family: 'Avant Grade', 'Poppins', sans-serif; }

.pr-text-large {
  font-size: 24px; }

.pr-text-small {
  font-size: 14px; }
.uk-text-white{color:#fff;}
.uk-text-black{color:#000;}
/* Blockquote */
blockquote > p {
  font-size: 24px;
  font-family: "Avant Grade", "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -.02em;
  color: #101010; }
  blockquote > p:before {
    content: "\275D";
    font-weight: normal;
    margin-right: 5px; }
  blockquote > p:after {
    content: "\275E";
    font-weight: normal;
    margin-left: 5px; }

blockquote > footer {
  margin-top: 20px;
  font-style: normal; }
  blockquote > footer:before {
    display: none; }

/* Base */
strong,
b {
  font-weight: 800;
  color: #101010; }

strong {
  font-family: "Avant Grade", "Poppins", sans-serif; }

@media (min-width: 1440px) {
    .uk-container {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .uk-container-xlarge {
        max-width: 1600px;
    }
}

@media (min-width: 1920px) {
    .uk-container-xlarge {
        max-width: 1920px;
    }
}

.uk-border-radius-16{border-radius: 16px;}


@media (max-width: 959px) {
  .uk-container{
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* 03. Header
--------------------------------------------------- */
/* Header */
.pr__header {
  display: block;
  position: relative;
  z-index: 99; }
  .pr__header .inner {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pr__header .inner .logo {
      width: 170px; }
      .pr__header .inner .logo .brand {
        display: inline-block;
        width: 100%;
        height: 28px;
        background-image: url("assets/images/agencelb-logo.png");
        background-size: cover;
        background-repeat: no-repeat; }
    .pr__header .inner .navbar {
      display: none; }
      .pr__header .inner .navbar a {
        font-size: 15px; }
    .pr__header .inner .navbar-tigger {
      width: 35px;
      height: 19px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      cursor: pointer; }
      .pr__header .inner .navbar-tigger > span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #000; }
      .pr__header .inner .navbar-tigger > * + span {
        margin-top: 5px; }
  .pr__header.uk-active {
    background-color: #FFFFFF; }
    .pr__header.uk-active .inner {
      height: 90px; }
  /*.pr__header.pr__dark .inner .logo .brand {
    background-position-y: -28px; }*/
  .pr__header.pr__dark .inner a,
  .pr__header.pr__dark .inner .lang {
    color: #FFFFFF !important; }
  .pr__header.pr__dark .inner .navbar-tigger > span {
    background-color: #FFFFFF; }
  .pr__header.pr__dark.uk-active {
    background-color: rgba(0, 0, 0, 0.9); }

/* Mobile Navbar */
.pr__mobile__nav {
  font-family: "Avant Grade", "Poppins", sans-serif;
  font-weight: 700; }
  .pr__mobile__nav .menu {
    padding: 60px 20px; }
    .pr__mobile__nav .menu > ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .pr__mobile__nav .menu > ul > * + li {
        margin-top: 2rem; }
      .pr__mobile__nav .menu > ul > li > a {
        font-size: 2rem;
        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;
        -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
        -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
        transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
        .pr__mobile__nav .menu > ul > li > a:hover {
          color: #DB1E35; }
      .pr__mobile__nav .menu > ul > li.uk-active > a {
        color: #DB1E35; }
      .pr__mobile__nav .mob-subnav-ct{ list-style: none; padding-left: 15px;} 
      
/* 04. Sections
--------------------------------------------------- */
/* Section: Global */
.pr__section {
  position: relative;
  background-color: #FFFFFF; }
  .pr__section .section-heading {
    margin-bottom: 60px; }
    .pr__section .section-heading .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .pr__section .section-heading .inner .right {
        margin-top: 30px; }
      .pr__section .section-heading .inner .line {
        margin: 0;
        border-top-width: 3px; }
      .pr__section .section-heading .inner .title {
        margin: 20px 0px 0; }
      .pr__section .section-heading .inner .subtitle {
        margin: 0;
        line-height: 1; }
    .pr__section .section-heading.pr__center .inner {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
      .pr__section .section-heading.pr__center .inner .line {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
  .pr__section.section-slider .owl-dots {
    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;*/
    margin-top: 40px; }
    .pr__section.section-slider .owl-dots.disabled {
      display: none;
      margin: 0; }
    .pr__section.section-slider .owl-dots > * {
      display: inline-block;
      width: 22px;
      height: 22px;
      background-color: #f3f3f3;
      padding: 0;
      border: 1px solid #161616;
      outline: 0;
      border-radius: 50%;
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      cursor: pointer; }
      .pr__section.section-slider .owl-dots > * + * {
        margin-left: 1rem; }
      .pr__section.section-slider .owl-dots > *.active {
        background-color: #DB1E35 !important;
        border-color: #DB1E35 !important;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  .pr__section.pr__dark {
    background-color: #101010;
    color: #ACACAC; }
    .pr__section.pr__dark.section-slider .owl-dots > * {
      border-color: rgba(255, 255, 255, 0.2); }
    .pr__section.pr__dark .section-heading .button,
    .pr__section.pr__dark .title {
      color: #FFFFFF !important; }
    .pr__section.pr__dark .item.service-box > .inner {
      background-color: #101010; }
    .pr__section.pr__dark .item.client-box > .outer > .inner .client {
      color: #FFFFFF; }
      .pr__section.pr__dark .item.client-box > .outer > .inner .client:before {
        border-color: rgba(255, 255, 255, 0.2); }

/* Section: Hero */
.pr__hero__wrap {
  position: relative;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: 640px;
  background-position: left;
  display: block;
  z-index: 99; }
  .pr__hero__wrap.pr__dark {
    background-color: #161616; z-index: 100;}
    .pr__hero__wrap.pr__dark.pr__hero__wrap__header { z-index: 1000;}
  .home #site-hero.pr__hero__wrap.pr__dark{/*background-image:  url(./assets/images/webp/hero-fume.webp);*/}

  .home #site-hero .uk-container{position: relative;}
  .home #site-hero .hero-box{}
  .image-box {
      /* background-color: red; */
      width: 600px;
      height: 400px;
      max-width: 1440px;
      max-height: 960px;
      transition: width 0.2s, height 0.2s;
      overflow: hidden;
      flex-shrink: 0;
      border-radius: 16px;
    }

    .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* Optional: Push image down a bit at start */
    .spacer {
      height: 200px;
    }
 @media (max-width: 1440px) {
  .image-box {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
      }
 }   
@media (max-width: 960px) { .pr__hero__wrap.pr__dark { background-position: 100% 0;} .home .pr__hero__wrap.pr__dark { background-position: 100px 0; background-size: contain;}}
@media (max-width: 700px) { .pr__hero__wrap.pr__dark { background-position: 32% 0;} .pr__hero__wrap.pr__dark .title.txsh{text-shadow: 0 0 15px #000; } .home  #site-hero.pr__hero__wrap.pr__dark{background-image: none !important;}}
    .pr__hero__wrap.pr__dark .title,
    .pr__hero__wrap.pr__dark .page-title,
    .pr__hero__wrap.pr__dark .button,
    .pr__hero__wrap.pr__dark .description,
    .pr__hero__wrap.pr__dark .uk-breadcrumb > :last-child > * {
      color: #FFFFFF !important; }
    .pr__hero__wrap.pr__dark .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
      color: #FFFFFF;
      opacity: .5; }
    .pr__hero__wrap.pr__dark .item.feature-box .inner {
      background-color: #1b1b1b; }

body.page-template .pr__hero__wrap {
  background-color: #161616;
  background-position: center;
  background-size: cover !important;
  background-position: center !important; }
  body.page-template .pr__hero__wrap:before {
    /* content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; */
   }
  body.page-template .pr__hero__wrap > * {
    position: relative;
    /* z-index: 99;  */
  }
  /*body.page-template .pr__hero__wrap .pr__header .inner .logo .brand {
    background-position-y: -28px; }*/
  body.page-template .pr__hero__wrap .pr__header .inner a,
  body.page-template .pr__hero__wrap .pr__header .inner .lang {
    color: #FFFFFF !important; }
  body.page-template .pr__hero__wrap .pr__header .inner .navbar-tigger > span {
    background-color: #FFFFFF; }
  body.page-template .pr__hero__wrap .pr__header.uk-active {
    background-color: rgba(0, 0, 0, 0.9); }

body.single-post .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  body.single-post .hero-content .category {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    opacity: .7; }

/* Section: Features Boxes */
.item.feature-box {
  position: relative; }
  .item.feature-box > .inner {
    position: relative;
    background-color: #FFFFFF;
    padding: 40px;
    -webkit-box-shadow: 0 1px 30px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px 1px rgba(0, 0, 0, 0.1); }
    .item.feature-box > .inner .icon {
      color: #DB1E35; }
    .item.feature-box > .inner .title {
      font-size: 1.2rem;
      /*margin: 30px 0 5px 0; */}
    .item.feature-box > .inner .line {
      margin-top: 0; }
    .item.feature-box > .inner .description {
      margin: 0; }
  .item.feature-box:hover > .inner, .item.feature-box.uk-active > .inner {
    background-color: #DB1E35 !important;
    -webkit-box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
    .item.feature-box:hover > .inner .icon,
    .item.feature-box:hover > .inner .title,
    .item.feature-box:hover > .inner .description, .item.feature-box.uk-active > .inner .icon,
    .item.feature-box.uk-active > .inner .title,
    .item.feature-box.uk-active > .inner .description {
      color: #FFFFFF; }
    .item.feature-box:hover > .inner .line, .item.feature-box.uk-active > .inner .line {
      border-color: #FFFFFF !important; }

/* Section: Services Boxes */
.item.service-box {
  position: relative;
  /* Default Style */
  /* Style 2 */ }
  .item.service-box.style-one > .inner {
    position: relative;
    /* background-color: #F3F3F3; */
    border-bottom: 1px solid #161616;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 45px 40px;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    overflow: hidden; }
    .uk-section-secondary .item.service-box.style-one > .inner{border-bottom-color: #fff;}
    .item.service-box.style-one > .inner .overlay-icon {
      position: absolute;
      top: 0;
      left: -25px;
      bottom: 0;
      width: 72px;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      font-size: 72px;
      margin-top: -6px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: block;
      opacity: 0;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
    .item.service-box.style-one > .inner .icon:not(.overlay-icon) {
      font-size: 24px;
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
    .item.service-box.style-one > .inner .title {
      line-height: 20px;
      margin: 0; }
      .item.service-box.style-one:before{position: absolute; bottom: 0; left: 0; width: 100%; height: 0; content: ''; display: block; background-color: #DB1E35; transition: all ease 0.5s;}
      .services-boxes-no-hover .item.service-box.style-one:before{display: none;}
      
      .item.service-box.style-one:hover:before{height: 100%;}
  .item.service-box.style-one:hover > .inner, .item.service-box.style-one.uk-active > .inner {
    /*background-color: #DB1E35 !important;
    padding-left: 70px; */}
    .item.service-box.style-one:hover > .inner .overlay-icon, .item.service-box.style-one.uk-active > .inner .overlay-icon {
      opacity: .3;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .item.service-box.style-one:hover > .inner .icon:not(.overlay-icon), .item.service-box.style-one.uk-active > .inner .icon:not(.overlay-icon) {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); }
    .item.service-box.style-one:hover > .inner .overlay-icon,
    .item.service-box.style-one:hover > .inner .icon,
    .item.service-box.style-one:hover > .inner .title, .item.service-box.style-one.uk-active > .inner .overlay-icon,
    .item.service-box.style-one:hover > .inner .title span,
    .item.service-box.style-one.uk-active > .inner .icon,
    .item.service-box.style-one.uk-active > .inner .title {
      color: #FFFFFF; }
  .item.service-box.style-two > .inner {
    position: relative;
    background-color: #F3F3F3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 60px 40px;
    min-height: 360px;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    overflow: hidden; }
    .item.service-box.style-two > .inner .overlay-icon {
      font-size: 58px;
      width: 58px;
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
    .item.service-box.style-two > .inner .content {
      display: block;
      -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
      transform: translateY(60px);
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
      .item.service-box.style-two > .inner .content .title {
        line-height: 20px;
        margin: 0; }
      .item.service-box.style-two > .inner .content .more {
        display: inline-block;
        font-size: 24px;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
        -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
        transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
  .item.service-box.style-two:hover > .inner, .item.service-box.style-two.uk-active > .inner {
    background-color: #DB1E35 !important; }
    .item.service-box.style-two:hover > .inner .overlay-icon, .item.service-box.style-two.uk-active > .inner .overlay-icon {
      color: #FFFFFF;
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
    .item.service-box.style-two:hover > .inner .content, .item.service-box.style-two.uk-active > .inner .content {
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px); }
      .item.service-box.style-two:hover > .inner .content .more, .item.service-box.style-two.uk-active > .inner .content .more {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; }
      .item.service-box.style-two:hover > .inner .content .icon,
      .item.service-box.style-two:hover > .inner .content .title,
      .item.service-box.style-two:hover > .inner .content .description, .item.service-box.style-two.uk-active > .inner .content .icon,
      .item.service-box.style-two.uk-active > .inner .content .title,
      .item.service-box.style-two.uk-active > .inner .content .description {
        color: #FFFFFF; }
  .item.service-box.style-three > .inner {
    position: relative;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 100px 40px;
    min-height: 380px;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    overflow: hidden; }
    .item.service-box.style-three > .inner .overlay-icon {
      font-size: 58px;
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
    .item.service-box.style-three > .inner .content {
      display: block;
      -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
      transform: translateY(60px);
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
      .item.service-box.style-three > .inner .content .title {
        line-height: 20px;
        margin: 0; }
      .item.service-box.style-three > .inner .content .more {
        display: inline-block;
        font-size: 24px;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
        -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
        transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
  .item.service-box.style-three:nth-child(odd) > .inner {
    background-color: rgba(175, 175, 175, 0.1); }
  .item.service-box.style-three:hover > .inner, .item.service-box.style-three.uk-active > .inner {
    background-color: #DB1E35 !important; }
    .item.service-box.style-three:hover > .inner .overlay-icon, .item.service-box.style-three.uk-active > .inner .overlay-icon {
      color: #FFFFFF;
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
    .item.service-box.style-three:hover > .inner .content, .item.service-box.style-three.uk-active > .inner .content {
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px); }
      .item.service-box.style-three:hover > .inner .content .more, .item.service-box.style-three.uk-active > .inner .content .more {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; }
      .item.service-box.style-three:hover > .inner .content .icon,
      .item.service-box.style-three:hover > .inner .content .title,
      .item.service-box.style-three:hover > .inner .content .description, .item.service-box.style-three.uk-active > .inner .content .icon,
      .item.service-box.style-three.uk-active > .inner .content .title,
      .item.service-box.style-three.uk-active > .inner .content .description {
        color: #FFFFFF; }

  @media (max-width: 959px) {
    .item.service-box.style-one > .inner{padding: 20px;}
  }
  .item.service-box.style-service > .inner {
    position: relative;
    /* background-color: #F3F3F3; */
    border-bottom: 1px solid #161616;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; */
    padding: 45px 40px;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    overflow: hidden; 
    }
    .uk-section-secondary .item.service-box.style-service > .inner{border-bottom-color: #fff;}
    .item.service-box.style-service > .inner .overlay-icon {
      position: absolute;
      top: 0;
      left: -25px;
      bottom: 0;
      width: 72px;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      font-size: 72px;
      margin-top: -6px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: block;
      opacity: 0;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
    .item.service-box.style-service > .inner .icon:not(.overlay-icon) {
      font-size: 24px;
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
    .item.service-box.style-service > .inner .title {
      line-height: 20px;
      margin: 0; 
    line-height: 1.125em;}
      .item.service-box.style-service > .inner .title span{min-height: 70px; display: inline-block; float: left; margin: 7px 10px 0 0;}
      .item.service-box.style-service > .inner ul li{margin-bottom: 5px;}
      .item.service-box.style-service > .inner ul li::marker {
        color: #DB1E35;
      }
      /* .item.service-box.style-service:before{position: absolute; bottom: 0; left: 0; width: 100%; height: 0; content: ''; display: block; background-color: #DB1E35; transition: all ease 0.5s;}
      
      .item.service-box.style-service:hover:before{height: 100%;} 
  .item.service-box.style-service:hover > .inner, .item.service-box.style-service.uk-active > .inner {
    background-color: #DB1E35 !important;
    padding-left: 70px; }
    .item.service-box.style-service:hover > .inner .overlay-icon, .item.service-box.style-service.uk-active > .inner .overlay-icon {
      opacity: .3;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .item.service-box.style-service:hover > .inner .icon:not(.overlay-icon), .item.service-box.style-service.uk-active > .inner .icon:not(.overlay-icon) {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); }
    .item.service-box.style-service:hover > .inner .overlay-icon,
    .item.service-box.style-service:hover > .inner .icon,
    .item.service-box.style-service:hover > .inner .title, .item.service-box.style-service.uk-active > .inner .overlay-icon,
    .item.service-box.style-service:hover > .inner .title span,
    .item.service-box.style-service.uk-active > .inner .icon,
    .item.service-box.style-service.uk-active > .inner .title {
      color: #FFFFFF; }*/
  @media (min-width: 1540px) {
      .item.service-box.style-service > .inner {
        padding-left: 0;
        padding-right: 0;
      }
      .item.service-box.style-service > .inner .uk-first-column {
        padding-left: 0;
      }
  }
  @media (max-width: 1539px) {
    .item.service-box.style-service > .inner{padding: 20px 0; margin-left: auto;}
    .item.service-box.style-service > .inner .title span{margin-top: 0;}
    
      .item.service-box.style-service > .inner > div {
        padding-left: 0;
      }
  }/*ENd service-box style-service*/

  /*home - logo-slider-container*/
  .logo-slider-container {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
  }

  .logo-slider-track {
    display: flex;
    animation: scroll-left 15s linear infinite;
    width: fit-content;
  }

  .logo-set {
    display: flex;
  }

  .logo-item {
    width: 300px; /* Fixed width to avoid overlap */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .logo-item img {
    max-height: 120px;
    width: auto;
    object-fit: contain;
  }

  /* Animation */
  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  @media (max-width: 768px) {
  .logo-item {
    width: 200px;
  }

  .logo-item img {
    max-height: 80px;
  }
}

/* Section: Works Boxes */
.item.work-box > .outer {
  background-color: #101010;
  position: relative;
  overflow: hidden;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
  .item.work-box > .outer > .image {
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
  .item.work-box > .outer > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 1;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
    .item.work-box > .outer > .inner .title {
      margin: 0;
      color: #fff; }
    .item.work-box > .outer > .inner .category {
      margin: 0;
      color: rgba(255, 255, 255, 0.7); }
    .item.work-box > .outer > .inner > * {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }

.item.work-box:hover > .outer {
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95); }
  .item.work-box:hover > .outer > .image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  .item.work-box:hover > .outer > .inner {
    background-color: rgba(0, 0, 0, 0.7); }
    .item.work-box:hover > .outer > .inner > * {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }

.works-filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .works-filter-list > * + li {
    margin-left: 1.4rem; }
  .works-filter-list > li > a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative; }
    .works-filter-list > li > a:before {
      content: "";
      display: inline-block;
      height: 1px;
      width: 100%;
      border-bottom: 1px solid #DB1E35;
      position: absolute;
      bottom: -2px;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
  .works-filter-list > li.uk-active a {
    color: #DB1E35; }
    .works-filter-list > li.uk-active a:before {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
      
.item.work-box .image {border-radius: 16px;}
.item.work-box .category {gap: 8px;}
.item.work-box .category span, .item.work-box .category a{color: #161616; font-size: 12px; line-height: 1.2em; padding: 12px 16px; border: 1px solid; border-radius: 40px; display: inline-block;}
.pr__career_form .item.work-box .category span, .pr__career_form .item.work-box .category a,
.page-etudes-de-cas .item.work-box .category span, .item.work-box .category a, .single-projet-item .item.work-box .category span{color: #fff; margin-right: 5px; margin-bottom: 10px; transition: all ease 0.3s;}
.pr__career_form .item.work-box .category a:hover, .pr__career_form .item.work-box .category a.selected{color: #fff; background-color: #DB1E35; border-color: #DB1E35;}
.item.work-box .category a{position: relative; overflow: hidden; z-index: 1;}
.item.work-box .category a::before { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #fff; /* sweep color */ transform: translateX(-100%); transition: transform 0.3s ease; z-index: -1; /* keeps it behind text */}
.item.work-box .category a:hover{background-color: transparent !important; color: #161616 !important; border-color: #161616 !important;}
.item.work-box .category a:hover::before{ transform: translateX(0);}
@media (min-width: 960px) {
    .item.work-box .title {
        font-size: 72px;
    }
}

.pr__contact_map iframe{width: 100%; height: 600px; display: block;}
      
/* Section: Gallery Boxes */
.item.gallery-box {
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
  .item.gallery-box > .outer {
    background-color: #101010;
    position: relative;
    overflow: hidden; }
    .item.gallery-box > .outer > .image {
      padding-top: 285px !important;
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
    .item.gallery-box > .outer > .inner {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 30px; }
      .item.gallery-box > .outer > .inner .title {
        margin: 0;
        color: #fff; }
      .item.gallery-box > .outer > .inner .description {
        margin: 0;
        color: rgba(255, 255, 255, 0.8); }
  .item.gallery-box.big > .outer > .image {
    padding-top: 600px !important; }
  * + .item.gallery-box.small {
    margin-top: 30px; }
  .item.gallery-box:hover .image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }

/* Section: About Boxes */
.item.about-box > .outer > .inner .description {
  padding-right: 40px;
  margin: 0; }

.item.about-box.has-image > .outer .image {
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }

.item.about-box.has-image > .outer > .inner {
  padding: 30px 0; }
  .item.about-box.has-image > .outer > .inner .description {
    margin: 0; }

.item.about-box.has-image:hover .image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

/* Section: Clients */
.item.client-box {
  position: relative; }
  .item.client-box.style-one > .outer > .inner .description {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #747474; }
    /* .item.client-box.style-one > .outer > .inner .description:before {
      content: '\275D';
      font-size: 20rem;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      opacity: .1; } */
  .item.client-box.style-one > .outer > .inner .client {
    font-weight: 700;
    text-transform: uppercase;
    color: #101010;
    margin-top: 40px; }
    .item.client-box.style-one > .outer > .inner .client:before {
      content: "";
      height: 1px;
      width: 30px;
      border-top: 2px solid #F3F3F3;
      display: block;
      margin-bottom: 20px; }
  .item.client-box.style-two > .outer > .inner .description {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #747474; }
  .item.client-box.style-two > .outer > .inner .client {
    font-weight: 700;
    text-transform: uppercase;
    color: #101010;
    margin-top: 40px; }
    .item.client-box.style-two > .outer > .inner .client:before {
      content: "";
      height: 1px;
      width: 30px;
      border-top: 2px solid #F3F3F3;
      display: block;
      margin-bottom: 20px; }
.pr__clients .logo-clients{}
    
/* Section: Avis */
.pr__avis .avis-items{}
.pr__avis .avis-items .avis-item{min-height: 500px; background-color: #F3F3F3; border-radius: 24px; padding: 32px;}
.pr__avis .avis-items .avis-item .fa-star{color:#DB1E35; margin-right: 5px;} 

@media screen and (min-width: 960px) and (max-width: 2500px){
  .pr__avis .section-inner {
      display: flex;
      justify-content: flex-end; /* Push slider to the right */
  }
  .pr__avis .section-inner .uk-container {
    max-width: 100%;
    width: calc(1440px + 30%);
    padding: 0;
    margin: 0;
  }
  .pr__avis .section-inner .uk-container .avis-slider {
    transform: translateX(12%); /* Adjust so half item is visible */
  }
}
@media screen and (min-width: 960px) and (max-width: 1540px){
  .pr__avis .section-inner .uk-container .avis-slider {
    transform: translateX(3%); /* Adjust so half item is visible */
  }
}
 
/* Section: Services Carousel */
.pr__services_carousel .service-items{display: flex; flex-direction: column-reverse;  gap: 40px;}
.pr__services_carousel .service-items .service-item{}
.pr__services_carousel .service-items .service-item .fa-star{color:#DB1E35; margin-right: 5px;} 
.pr__services_carousel .service-items .service-item img{transition: all ease 0.3s;}
.pr__services_carousel .service-items .service-item:hover img{transform: scale(0.98);}
.pr__services_carousel .service-items .service-item .uk-h3{transition: all ease 0.3s;}
/* .pr__services_carousel .service-items .service-item:hover .uk-h3{color:#DB1E35;} */
.pr__services_carousel .service-items .service-item span.uk-text-black{color: #161616;}
@media screen and (min-width: 960px) and (max-width: 2500px){
  .pr__services_carousel .section-inner {
      display: flex;
      justify-content: flex-end; /* Push slider to the right */
  }
  .pr__services_carousel .section-inner .uk-container {
    max-width: 100%;
    width: calc(1440px + 30%);
    padding: 0;
    margin: 0;
  }
  .pr__services_carousel .section-inner .uk-container .service-slider {
    transform: translateX(12%); /* Adjust so half item is visible */
  }
}
@media screen and (min-width: 960px) and (max-width: 1540px){
  .pr__services_carousel .section-inner .uk-container .service-slider {
    transform: translateX(3%); /* Adjust so half item is visible */
  }
}
.pr__services_carousel .owl-nav{margin-top: 20px;}
.pr__services_carousel .owl-nav button{width: 34px; height: 32px; display: inline-block; transition: all ease 0.3s;}
.pr__services_carousel .owl-nav button.owl-prev{background: url(assets/images/general/icon-arrow-left.svg); margin-right: 40px;}
.pr__services_carousel .owl-nav button.owl-next{background: url(assets/images/general/icon-arrow-right.svg);}
.pr__services_carousel .owl-nav button span{display: none;}
.pr__services_carousel .owl-nav button.owl-prev:hover{transform: translateX(-3px);}
.pr__services_carousel .owl-nav button.owl-next:hover{transform: translateX(3px);}


/* 05. Inner Pages
--------------------------------------------------- */
.blog-listing.style-one .post.type-post > .outer > .featured-image .image {
  padding-top: 100%; }

.blog-listing.style-one .post.type-post > .outer > .inner {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(80%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
  .blog-listing.style-one .post.type-post > .outer > .inner .title a,
  .blog-listing.style-one .post.type-post > .outer > .inner .category,
  .blog-listing.style-one .post.type-post > .outer > .inner .more.icon {
    color: #FFFFFF; }
  .blog-listing.style-one .post.type-post > .outer > .inner .category {
    opacity: .7; }
  .blog-listing.style-one .post.type-post > .outer > .inner .more.icon {
    opacity: 0; }
  .blog-listing.style-one .post.type-post > .outer > .inner .link {
    padding-top: 100%; }
  .blog-listing.style-one .post.type-post > .outer > .inner > * {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }

.blog-listing.style-one .post.type-post:hover {
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2); }
  .blog-listing.style-one .post.type-post:hover > .outer > .inner {
    background-color: rgba(0, 0, 0, 0.7); }
    .blog-listing.style-one .post.type-post:hover > .outer > .inner > * {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1 !important; }

.blog-listing.style-two .post.type-post > .outer > .featured-image .image {
  padding-top: 100%; }

.blog-listing.style-two .post.type-post > .outer > .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  padding: 40px;
  background-color: #FFFFFF;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
  .blog-listing.style-two .post.type-post > .outer > .inner .category {
    margin: 0;
    color: #DB1E35; }
  .blog-listing.style-two .post.type-post > .outer > .inner .more.icon {
    opacity: 0; }
  .blog-listing.style-two .post.type-post > .outer > .inner .link {
    padding-top: 100%; }

.blog-listing.style-two .post.type-post:hover, .blog-listing.style-two .post.type-post.active {
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2); }
  .blog-listing.style-two .post.type-post:hover > .outer > .inner, .blog-listing.style-two .post.type-post.active > .outer > .inner {
    background-color: rgba(0, 0, 0, 0.75); }
    .blog-listing.style-two .post.type-post:hover > .outer > .inner .title a,
    .blog-listing.style-two .post.type-post:hover > .outer > .inner .category,
    .blog-listing.style-two .post.type-post:hover > .outer > .inner .description,
    .blog-listing.style-two .post.type-post:hover > .outer > .inner .more.icon, .blog-listing.style-two .post.type-post.active > .outer > .inner .title a,
    .blog-listing.style-two .post.type-post.active > .outer > .inner .category,
    .blog-listing.style-two .post.type-post.active > .outer > .inner .description,
    .blog-listing.style-two .post.type-post.active > .outer > .inner .more.icon {
      color: #FFFFFF; }

.blog-listing.style-two * + .owl-item .post.type-post > .outer > .inner {
  border-left: 1px solid rgba(0, 0, 0, 0.05); }

.blog-listing.style-three .owl-dots {
  margin-top: 60px; }

.blog-listing.chess-layout .post.post.type-post .outer .featured-image:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 18px solid #ffffff; }

.blog-listing.chess-layout .post.post.type-post .outer .inner {
  min-height: 319.86px; }
  .blog-listing.chess-layout .post.post.type-post .outer .inner .category {
    color: #DB1E35; }

.blog-listing.chess-layout .post.post.type-post:hover {
  opacity: 1; }

.blog-listing.chess-layout .item:nth-child(5n+5) .post.type-post .outer,
.blog-listing.chess-layout .item:nth-child(2) .post.type-post .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .blog-listing.chess-layout .item:nth-child(5n+5) .post.type-post .outer .inner .category,
  .blog-listing.chess-layout .item:nth-child(2) .post.type-post .outer .inner .category {
    margin: 0; }

.post .pr__entry__sidebar > div > * + div {
  margin-top: 60px; }

.post .pr__entry__sidebar .title {
  font-family: "Trade Gothic", "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
  position: relative;
  margin-bottom: 60px;
  color: #DB1E35; }
  .post .pr__entry__sidebar .title:after {
    content: "";
    position: absolute;
    width: 30px;
    border-bottom: 2px solid #DB1E35;
    margin-top: 10px;
    display: block; }

.post .pr__entry__meta.pr__vr {
  font-size: 1rem; }
  .post .pr__entry__meta.pr__vr strong {
    font-family: "Trade Gothic", "Roboto Condensed", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    display: block; }
  .post .pr__entry__meta.pr__vr a {
    color: #747474; }
    .post .pr__entry__meta.pr__vr a:hover {
      color: #DB1E35; }

.post .pr__entry__share > a {
  font-size: 32px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }

.post .pr__entry__share.pr__small > a {
  font-size: 24px; }

.post .pr__entry__footer {
  margin-top: 40px; }

.post.type-post {
  position: relative;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
  .post.type-post > .outer > .featured-image {
    overflow: hidden; }
    .post.type-post > .outer > .featured-image .image {
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
    .post.type-post > .outer > .featured-image .link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .post.type-post > .outer > .inner .title {
    margin: 20px 0 0; }
    .post.type-post > .outer > .inner .title a {
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
  .post.type-post > .outer > .inner .category {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ACACAC;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
    .post.type-post > .outer > .inner .category:hover {
      color: #101010; }
  .post.type-post > .outer > .inner .description {
    padding: 0;
    margin: 20px 0 0; }
  .post.type-post > .outer > .inner .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0;
    padding: 0;
    list-style: none; }
    .post.type-post > .outer > .inner .meta > li {
      font-size: 13px;
      color: #ACACAC; }
      .post.type-post > .outer > .inner .meta > li a {
        color: #ACACAC; }
    .post.type-post > .outer > .inner .meta > * + li:before {
      content: '\2013';
      margin: 0 .5rem;
      opacity: .5; }
  .post.type-post > .outer > .inner .more.icon {
    display: inline-block;
    margin-top: 20px;
    font-size: 24px;
    color: #DB1E35; }
  .post.type-post > .outer > .inner .more:not(.icon) {
    color: #DB1E35;
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: -.02em;
    border-bottom: 1px solid #E0E0E0;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
    .post.type-post > .outer > .inner .more:not(.icon):hover {
      border-color: #DB1E35; }
  .post.type-post > .outer > .inner .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 66.6666667%; }
  .post.type-post:hover > .outer > .featured-image .image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  .post.type-post .pr__entry__meta.pr__vr strong {
    font-size: 1rem;
    color: #DB1E35; }
  .post.type-post.single-post .entry-body {
    padding: 0 60px; }
    .post.type-post.single-post .entry-body .wp-caption {
      display: block;
      margin: 60px 0;
      width: calc(100% + 120px);
      margin-left: -60px;
      margin-right: -60px; }
    .post.type-post.single-post .entry-body .wp-caption .wp-caption-text {
      font-size: 16px;
      padding-top: 10px;
      text-align: center;
      font-style: italic; }

.page.type-page .outer .inner .entry-body {
  font-size: 1.2rem;
  line-height: 1.612;
  color: #101010; }
  .page.type-page .outer .inner .entry-body * + address,
  .page.type-page .outer .inner .entry-body * + dl,
  .page.type-page .outer .inner .entry-body * + fieldset,
  .page.type-page .outer .inner .entry-body * + figure,
  .page.type-page .outer .inner .entry-body * + ol,
  .page.type-page .outer .inner .entry-body * + p,
  .page.type-page .outer .inner .entry-body * + pre,
  .page.type-page .outer .inner .entry-body * + ul,
  .page.type-page .outer .inner .entry-body * + blockquote {
    margin-top: 40px; }

.widget {
  position: relative;
  display: block;
  /* Widget: Global */
  /* Widget: Search */
  /* Widget: Nav Menu */
  /* Widget: Recent Posts */
  /* Widget: Tag Cloud */ }
  .widget > .widget-title {
    font-family: "Trade Gothic", "Roboto Condensed", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    position: relative;
    margin-bottom: 60px;
    color: #DB1E35; }
    .widget > .widget-title:after {
      content: "";
      position: absolute;
      width: 30px;
      border-bottom: 2px solid #DB1E35;
      margin-top: 10px;
      display: block; }
  .widget.widget_nav_menu ul, .widget.widget_recent_entries ul, .widget.widget_recent_comments ul, .widget.widget_categories ul, .widget.widget_archive ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .widget.widget_nav_menu ul * + li, .widget.widget_recent_entries ul * + li, .widget.widget_recent_comments ul * + li, .widget.widget_categories ul * + li, .widget.widget_archive ul * + li {
      margin-top: 12px;
      padding-top: 12px;
      border-top: 1px solid #F3F3F3; }
  .widget.widget_search .search-field {
    font-size: 1rem;
    height: 50px;
    margin-bottom: 10px; }
  .widget.widget_search .search-submit {
    width: 100%; }
  .widget.widget_nav_menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01); }
    .widget.widget_nav_menu ul li a:before {
      content: "\e91f";
      width: 20px;
      font-family: 'Pixeicons', sans-serif;
      font-size: 14px;
      opacity: 0;
      -webkit-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01); }
  .widget.widget_nav_menu ul li.uk-active a,
  .widget.widget_nav_menu ul li.current a,
  .widget.widget_nav_menu ul li a:hover {
    color: #DB1E35;
    padding-left: 20px; }
    .widget.widget_nav_menu ul li.uk-active a:before,
    .widget.widget_nav_menu ul li.current a:before,
    .widget.widget_nav_menu ul li a:hover:before {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      color: #DB1E35; }
  .widget.widget_recent_entries ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .widget.widget_recent_entries ul li a {
      line-height: 1.2; }
    .widget.widget_recent_entries ul li .post-date {
      font-size: 13px;
      margin-top: 5px; }
  .widget.widget_tag_cloud a {
    display: inline-block;
    font-size: 14px;
    background-color: #F3F3F3;
    padding: 5px 10px;
    margin-bottom: 5px; }

* + .widget {
  margin-top: 60px; }

/* 06. Footer
--------------------------------------------------- */
.pr__footer {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #1b1b1b;
  color: #747474; }
  .pr__footer a,
  .pr__footer .title {
    color: #FFFFFF; }
  .pr__footer .button {
    color: #FFFFFF !important; }
  .pr__footer .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .pr__footer .pr__footer__top .uk-h1{max-width: 600px;}
  .pr__footer .pr__footer__top .pr__social > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pr__footer .pr__footer__top .pr__social > .inner a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 48px;
      height: 48px;
      font-size: 24px;
      margin: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 2px solid #DB1E35;
      border-radius: 50%;
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
      .pr__footer .pr__footer__top .pr__social > .inner a:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        color: #DB1E35; }
    .pr__footer .pr__footer__top .pr__social > .inner * + a {
      margin-left: .5rem; }
  .pr__footer .pr__footer__top .pr__cta .title {
    position: relative;
    margin: 0;
    line-height: 1;
    top: 6px; }
  .pr__footer .pr__footer__top .pr__cta .button {
    text-transform: initial; }
  .pr__footer .pr__footer__center {
    background: #161616; }
    .pr__footer .pr__footer__center ul {
      /*display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;*/
      margin: 0;
      padding: 0;
      list-style: none; }
      .pr__footer .pr__footer__center ul > li {
        margin: 0 0 5px 0;
        text-align: left; }
        .pr__footer .pr__footer__center ul > li > a {
          font-family: "Avant Grade", "Poppins", sans-serif;
          font-size: 0.95rem;
          font-weight: 700; }
          .pr__footer .pr__footer__center ul > li > a > span {
            font-family: "Trade Gothic", "Roboto Condensed", sans-serif;
            font-size: 18px;
            font-weight: 400;
            display: block; }
  .pr__footer .pr__footer__bottom {
    background-color: #000;
    position: relative;
    padding: 0; }
    .pr__footer .pr__footer__bottom .section-inner {
      padding: 30px 0; }
      .pr__footer .pr__footer__bottom .section-inner .pr__copyrights p {
        font-size: 14px;
        margin: 0; }
      .pr__footer .pr__footer__bottom .section-inner .pr__links a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .pr__footer .pr__footer__bottom .section-inner .pr__links a:after {
          content: "";
          height: 1px;
          width: 0;
          border-top: 1px solid #DB1E35;
          -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
          -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
          transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
        .pr__footer .pr__footer__bottom .section-inner .pr__links a:hover:after {
          width: 100%; }
      .pr__footer .pr__footer__bottom .section-inner .pr__links * + a {
        margin-left: 1rem; }
  .pr__footer.pr__dark {
    background-color: #000;
    color: #747474; }
    .pr__footer.pr__dark a,
    .pr__footer.pr__dark .title {
      color: #FFFFFF; }
    .pr__footer.pr__dark .button {
      color: #FFFFFF !important; }
    .pr__footer.pr__dark .pr__footer__bottom .section-inner {
      border-color: rgba(255, 255, 255, 0.1); }

.pr__contact__form .form-outer {
  padding-top: 60px; }
  .pr__contact__form .form-outer h2 {
    margin-bottom: 0px; }
  .pr__contact__form .form-outer p {
    margin-top: 5px; }

.pr__contact__form.pr__dark .uk-modal-dialog {
  background-color: #101010; }

.pr__contact__form.pr__dark .form-outer h2 {
  color: #FFFFFF; }

.pr__contact__form.pr__dark .form-outer .pr__form label {
  color: #FFFFFF; }

.pr__contact__form.pr__dark .form-outer .pr__form input,
.pr__contact__form.pr__dark .form-outer .pr__form select,
.pr__contact__form.pr__dark .form-outer .pr__form textarea {
  border-color: #FFFFFF; }

.lb-btn-fixed{position: fixed; bottom: 40px; right: 40px; background-color: #F3F3F3; color: #101010; padding: 10px 40px; border-radius: 40px; display: block; font-size: 20px; font-weight: bold; line-height: 2em; transition: all ease 0.3s; box-shadow: 0 4px 10px 0 #6666661f; z-index: 99999999999; overflow: hidden;}
.lb-btn-fixed:hover{/*background: #DB1E35;*/ color: #fff !important;}
.lb-btn-fixed::before { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #DB1E35; /* sweep color */ transform: translateX(-100%); transition: transform 0.3s ease; z-index: -1; /* keeps it behind text */}
.lb-btn-fixed:hover::before { transform: translateX(0);}

.pr__footer__center .logo a{}
.pr__footer__center .logo .brand {
    display: inline-block;
    width: 212px;
    height: 64px;
    background-image: url(assets/images/general/footer-logo.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.pr__footer__center .footer-links span{font-size: 0.95rem; font-weight: bold; margin-bottom: 10px; border-bottom: 1px solid; padding-bottom: 10px; display: block;}
.pr__footer__center .footer-socials a{font-size: 25px; margin-right: 10px; transition: all ease 0.3s;}
.pr__footer__center .footer-socials a:hover{transform: translateY(-2px);}

@media screen and (min-width: 960px){
  .pr__footer .pr__footer__top .uk-h1{font-size: 72px;}
}

@media screen and (max-width: 960px){
  .lb-btn-fixed{font-size: 16px; padding: 8px 20px;}
}

.pr__footer__center{font-size: 0.9rem;}
/* 07. Utilities
--------------------------------------------------- */
/* Containers */
.uk-container-no {
  max-width: 100%;
  padding: 0; }

/* Buttons */
.uk-button {
  position: relative;
  font-family: 'Poppins', sans-serif;
  padding: 16px 24px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  line-height: 1 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  height: 50px;
  border-width: 0; 
  overflow: hidden; /* hide sweep overflow */  z-index: 1; /* for layering */  transition: color 0.3s ease;}
  .uk-button.btn-arrow{background-image: url(./assets/images/general/btn-arrow.svg); background-repeat: no-repeat; background-position: 90% 55%; padding-right: 100px !important; transition: 0.3s all ease;}
  .uk-button.uk-button-link {
    color: #DB1E35; }
  .uk-button.uk-button-small {
    font-size: .8rem;
    height: 40px; }
  .uk-button.uk-button-large {
    font-size: 2rem;
    padding: 40px 48px;
    border-radius: 80px; 
    font-weight: normal;
    letter-spacing: 0.64px;}
  .uk-button.uk-button-medium {
    font-size: 1.5rem;
    padding: 32px 40px;
    border-radius: 40px; 
    font-weight: bold;
  }
  .uk-button.uk-button-primary {
    background-color: #DB1E35;
    border-color: #DB1E35;
    color: #fff; }
    .uk-button.uk-button-primary:hover {
      background-color: #d51542;
      border-color: #d51542; }
    .uk-button.uk-button-primary:focus {
      background-color: #c7143e;
      border-color: #c7143e; }
  .uk-button.uk-button-secondary,
  .uk-section-primary .uk-button.uk-button-secondary{
    background-color: #161616;
    border-color: #161616;
    color: #fff; }
    .uk-button.uk-button-secondary:hover,
  .uk-section-primary .uk-button.uk-button-secondary:hover {
      background-color: #010101;
      border-color: #010101; }
    .uk-button.uk-button-secondary:focus,
  .uk-section-primary .uk-button.uk-button-secondary:focus {
      background-color: black;
      border-color: black; }
  .uk-button.uk-button-default {
    border-color: #DB1E35;
    color: #161616;
    position: relative;
    z-index: 1; }
    .uk-button.uk-button-default:after {
      content: '';
      position: absolute;
      z-index: -1;
      width: 0%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #DB1E35;
      -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
    .uk-button.uk-button-default:hover, .uk-button.uk-button-default:focus {
      border-color: #DB1E35;
      color: #fff !important; }
      .uk-button.uk-button-default:hover:after, .uk-button.uk-button-default:focus:after {
        width: 100%; }
  
/* Sweep layer */
.uk-button::before { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #fff; /* sweep color */ transform: translateX(-100.5%); transition: transform 0.3s ease; z-index: -1; /* keeps it behind text */}
.uk-button.uk-button-primary::before{background-color: #161616;}
/* Hover effect */
.uk-button:hover::before { transform: translateX(0);}
/* Change text color when sweep covers it */
.uk-button:hover { color: #161616 !important;}
.uk-button.uk-button-primary:hover, .uk-button.uk-button-primary:focus { color: #fff !important;}
.uk-button.btn-arrow:hover::before{background-image: url(./assets/images/general/btn-arrow-black.svg) !important; background-repeat: no-repeat; background-position: 71% 55%; padding-right: 100px !important; }
.page-carriere .uk-button.btn-arrow:hover::before, .page-contact .uk-button.btn-arrow:hover::before{background-position: 90% 55%;}

@media screen and (max-width: 960px) {
  .uk-button.uk-button-large,
  .uk-button.uk-button-medium {
    font-size: 1rem;
    padding: 16px 24px;
    border-radius: 40px;
    font-weight: normal;
    letter-spacing: 1px;}
  .uk-button.btn-arrow{background-size: 25px auto; padding-right: 60px !important; background-position: 90% 50%;}
  .uk-button.btn-arrow:hover::before{background-size: 25px auto; padding-right: 60px !important; background-position: 70% 50%;}
  .page-carriere .uk-button.btn-arrow:hover::before, .page-contact .uk-button.btn-arrow:hover::before{ background-position: 90% 50%;}
}
/* Breadcrumbs */
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
  font-size: 1rem;
  color: #DB1E35;
  font-weight: 700;
  text-transform: uppercase; }

/* Headings */
.pr__heading__secondary {
  font-family: "Trade Gothic", "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #DB1E35; }

/* Sections  Backgrounds */
.uk-section-white {
  background-color: #fff; }

.uk-section-muted {
  background-color: #F3F3F3; }

.uk-section-primary {
  background-color: #DB1E35; }

.uk-section-secondary {
  background-color: #161616;
  color: #FFFFFF; }

/* Horizontal rule */
.pr__hr__primary {
  width: 70px;
  border-top: 3px solid #DB1E35 !important; }

.pr__hr__secondary {
  width: 40px;
  border-top: 2px solid #DB1E35 !important; }

.pr__hr__section {
  margin: 0;
  border-color: rgba(0, 0, 0, 0.08); }

.pr__dark .pr__hr__section {
  border-color: rgba(255, 255, 255, 0.08); }

.pr__vr__section {
  position: relative;
  margin: -30px auto;
  border: 0;
  border-left: 2px solid;
  border-color: #DB1E35;
  width: 2px;
  height: 60px;
  z-index: 10; }
  
/* Off Canvas Bar */
.uk-offcanvas-bar {
  width: 100vw;
  background-color: #000;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }

.uk-offcanvas-overlay::before {
  background: rgba(0, 0, 0, 0.5); }

@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Description List */
.uk-description-list > dt,
.uk-description-list > p {
  font-size: 1.1rem;
  font-weight: 700;
  color: #DB1E35;
  margin-bottom: 5px; }

/* Uikit: Accordions */
.uk-accordion {
  margin: 40px 0; }
  .uk-accordion > li .uk-accordion-title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #F3F3F3;
    padding-bottom: 10px; }
  .uk-accordion > li .uk-accordion-content {
    margin: 0;
    padding: 30px;
    background-color: #F3F3F3; }
  .uk-accordion > li.uk-open .uk-accordion-title {
    color: #DB1E35; }

/* Images */
.pr__image__cover {
  background-color: #F3F3F3;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 66.6666667%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter .2s ease;
  transition: -webkit-filter .2s ease;
  -o-transition: filter .2s ease;
  transition: filter .2s ease;
  transition: filter .2s ease, -webkit-filter .2s ease; }
  .pr__image__cover.pr__ratio__square {
    padding-top: 100%; }
  .pr__image__cover.pr__ratio__portrait {
    padding-top: calc(150% - 36px); }
  .pr__image__cover.pr__ratio__landscape {
    padding-top: 56.25%; }
  .pr__image__cover:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }

.pr__dark .pr__image__cover {
  background-color: #000; }

img[data-src][src*='data:image'] {
  background: #F3F3F3; }

/* Overlay Gradient */
.pr__grd__overlay .item .inner > *:not(.link) {
  position: relative;
  z-index: 1; }

.pr__grd__overlay .item .inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(80%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
  z-index: 0; }

/* Gallery */
* + .pr__gallery {
  margin-top: 60px; }

.pr__gallery .pr__gallery__item .featured-image {
  position: relative; }
  .pr__gallery .pr__gallery__item .featured-image .image {
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
  .pr__gallery .pr__gallery__item .featured-image .link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }

.pr__gallery .pr__gallery__item:hover .featured-image .image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

/* Icons Sizes */
.pr__icon__medium {
  font-size: 32px; }

.pr__icon__large {
  font-size: 48px; }

.pr__icon__xlarge {
  font-size: 64px; }

/* Modals */
.uk-modal-close-full {
  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;
  margin: 15px 0 0;
  padding: 0;
  background-color: transparent; }
  .uk-modal-close-full span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #DB1E35;
    margin-right: .5rem; }

/* Forms */
.pr__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px; }
  .pr__form * + .pr__form__group {
    margin-top: 40px; }
  .pr__form label {
    display: block;
    font-size: 14px; }
    .pr__form label:not(.error) {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 20px;
      color: #101010; }
    .pr__form label.error {
      color: red; }
    .pr__form label .required {
      color: #DB1E35; }
  .pr__form input,
  .pr__form .uk-select:not([multiple]):not([size]) {
    width: calc(100% - 40px);
    line-height: 52px;
    height: 52px;
    padding: 0 20px;
    color: #747474;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    outline: 0; }
    .pr__form input:hover,
    .pr__form .uk-select:not([multiple]):not([size]):hover {
      border-color: #ACACAC; }
    .pr__form input:focus,
    .pr__form .uk-select:not([multiple]):not([size]):focus {
      border-color: #DB1E35; }
    .pr__form input.error,
    .pr__form .uk-select:not([multiple]):not([size]).error {
      border-color: red; }
  .pr__form .uk-select:not([multiple]):not([size]) {
    width: 100% !important; }
  .pr__form textarea {
    width: calc(100% - 40px);
    min-height: 200px;
    color: #747474;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    line-height: 1.612 !important;
    padding: 20px;
    resize: none;
    overflow: auto;
    outline: 0; }
    .pr__form textarea:hover {
      border-color: #ACACAC; }
    .pr__form textarea:focus {
      border-color: #DB1E35; }
    .pr__form textarea.error {
      border-color: red; }

/* Preloader */
body #loader {
  display: none !important;
  opacity: 0 !important;
  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;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: #FFFFFF;
  z-index: 99999; }
  body #loader .loading {
    font-weight: 800;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #ACACAC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    body #loader .loading .txt {
      opacity: 0; }
    body #loader .loading .progress {
      opacity: 0;
      height: 4px;
      width: 200px;
      background: rgba(0, 0, 0, 0.1);
      margin-top: 20px;
      position: relative; }
      body #loader .loading .progress .bar-loading {
        content: "";
        height: 4px;
        width: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #DB1E35; }
  body #loader.pr__dark {
    background: #101010; }
    body #loader.pr__dark .progress {
      background: rgba(255, 255, 255, 0.2); }

body #site-wrapper {
  position: relative;
  /*top: 100px;*/ }

@-webkit-keyframes scaleTop {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@keyframes scaleTop {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

/* Alerts */
.uk-alert > p {
  font-size: 16px;
  margin: 0 !important;
  padding-right: 30px; }

/* Cards */
.uk-card-primary {
  background-color: #DB1E35; }

/* Subnav */
.uk-subnav > * > :first-child {
  font-size: 1rem;
  font-weight: 700;
  color: #000; }

.uk-subnav > *.uk-active > a {
  color: #DB1E35; }

.uk-subnav.uk-subnav-pill > *.uk-active > a {
  background-color: #DB1E35;
  color: #FFFFFF !important; }

/* Slider */
a.uk-slidenav {
  background: #000;
  width: 50px;
  height: 50px;
  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;
  padding: 0; }
  a.uk-slidenav > * {
    width: 10px; }

.uk-dotnav > .uk-active > * {
  background-color: #DB1E35; }

/* Other */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: #000; }

.pr__dark .uk-svg,
.pr__dark .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: #FFFFFF; }

.screen-reader-text {
  display: none; }

/* 08. Responsive
--------------------------------------------------- */
@media (min-width: 640px) {
  /* Mobile Navbar */
  .pr__mobile__nav .menu {
    padding: 60px; }
    .pr__mobile__nav .menu > ul > li > a {
      font-size: 1.5rem; }
  /* Section: Hero */
  .pr__hero__wrap {
    background-position: right; } }
	

@media (min-width: 960px) {
    .pr__header .inner .navbar.pr-font-second .menu > ul > li a:after {
            bottom: -6px;
    }
  /* Header */
  .pr__header {
    height: 170px;
    display: block; }
    .pr__header .inner {
      height: 170px; }
      .pr__header .inner .logo {
        width: 170px; }
       
      .pr__header .inner .navbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: bold;
        letter-spacing: -.02em;
        line-height: 1; }
        .pr__header .inner .navbar > * + * {
          margin-left: 40px; }
        .pr__header .inner .navbar .menu {
          display: block;
          position: relative; }
          .pr__header .inner .navbar .menu > ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0; }
            .pr__header .inner .navbar .menu > ul > * + li {
              margin-left: 2.3rem; }
            .pr__header .inner .navbar .menu > ul > li {
              position: relative; }
              .pr__header .inner .navbar .menu > ul > li a:after {
                content: "";
                position: absolute;
                left: 0;
                bottom: -4px;
                width: 0;
                height: 1px;
                border-bottom: 2px solid;
                display: inline-block;
                -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
                -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
                transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
              .pr__header .inner .navbar .menu > ul > li:hover a, .pr__header .inner .navbar .menu > ul > li.uk-active a {
                color: #DB1E35; }
                .pr__header .inner .navbar .menu > ul > li:hover a:after, .pr__header .inner .navbar .menu > ul > li.uk-active a:after {
                  width: 20px;
                  color: #DB1E35; }
        .pr__header .inner .navbar .lang {
          min-width: 40px;
          text-align: right;
          color: #101010; }
          .pr__header .inner .navbar .lang:hover {
            color: #DB1E35; }
          .pr__header .inner .navbar .lang i {
            font-size: 10px;
            position: relative;
            top: -2px; }
      .pr__header .inner .navbar-tigger {
        display: none; }
    .pr__header.uk-active {
      background-color: #FFFFFF;
      height: 100px; }
      .pr__header.uk-active .inner {
        height: 100px; }
    /*.pr__header.pr__dark .inner .logo .brand {
      background-position-y: -32px; }*/
  /*body.page-template .pr__hero__wrap .pr__header .inner .logo .brand {
    background-position-y: -32px; }*/
  /* Section: Global */
  .pr__section .section-heading .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pr__section .section-heading .inner .right {
      margin-top: 0; }
    .pr__section .section-heading .inner .title {
      font-size: 56px; line-height: 1em;}
  /* Section: Features Boxes */
  .item.feature-box > .inner {
    z-index: 1; }
  .item.feature-box:last-child:before {
    content: "";
    background-color: #DB1E35;
    height: 70px;
    width: calc(100% - 10px);
    position: absolute;
    bottom: -20px;
    z-index: 0; }
  /* Section: About */
  .item.about-box.has-image > .outer > .inner {
    padding: 30px; }
  /* Section: Client Box */
  .item.client-box.client-image .image {
    position: relative;
    z-index: 1; }
  .item.client-box.client-image:before {
    content: "";
    background-color: #DB1E35;
    height: 100px;
    width: 100px;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 0; }
  /* Blog Listing */
  .blog-listing.chess-layout:hover .post.type-post {
    opacity: .4; }
  .blog-listing.chess-layout .item:nth-child(5n+5) .post.type-post .outer .featured-image:after,
  .blog-listing.chess-layout .item:nth-child(2) .post.type-post .outer .featured-image:after {
    top: 0;
    bottom: auto;
    border-top: 18px solid #ffffff;
    border-bottom: 0 solid transparent; }
  .blog-listing.chess-layout .item:nth-child(5n+5) .post.type-post .outer .inner,
  .blog-listing.chess-layout .item:nth-child(2) .post.type-post .outer .inner {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  /* Footer */
  .pr__footer .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pr__footer .columns .pr__social,
    .pr__footer .columns .pr__copyrights {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }

   

  /* Utitlites */
  .uk-heading-hero {
    font-size: 72px; } }


@media (min-width: 1200px) {
    .col-w-50 {
    width: 50%;
    padding: 0px 40px 0 0;
}
    
    img.attachment-large.size-large.p-semrush {
    transform: scale(1.8);
}
 img.attachment-large.size-large.p-bing{
     transform: scale(1.5);
 }
  /* Section: Hero */
  .pr__hero__wrap {
    background-position: 70%; }
    .home .pr__hero__wrap {
      background-size: contain; }
  /* Section: Features Boxes */
  .features-boxes > .item > .inner {
    /*padding: 60px 40px;*/ }
    .features-boxes > .item > .inner .title {
      font-size: 24px;
      /*margin: 30px 0 5px 0;*/ } }


/*28-10-2020 custom css page*/
body, html {
    overflow-x: hidden;
}
.p-logo-container svg.uk-svg,.p-logo-container img  {
    width: 116px;
    transform: scale(1.2);
}

.p-logo-container path {
    fill: #000 ! important;
}

.im-bg {
  background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    z-index: 1;
    position: relative;
}
.background-overlay, body.page-template .pr__hero__wrap.im-bg-chatbot:before {

    /* opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute; */
}
body.page-template .pr__hero__wrap.im-bg-chatbot:before {
    opacity: 0.6;
}
.im-bg-tcontainer {
    padding: 70px 30px 70px 30px;
}
.responsive-text .uk-heading-hero {
      /* line-height: 104px; */
    }
.responsive-text .uk-heading-hero.im-bg-title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 70px;
    letter-spacing: 0px;
    padding: 0;
    margin: 0px 0px 60px 0px;
    padding: 0;
}
.responsive-text .footer-title {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 58px;
    letter-spacing: 0px;
    margin: 0px 0px 45px 0px;
    padding: 0;
}
.responsive-text .footer-sub-title {
    color: #cccccc;
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px 0px 50px 0px;
    padding: 0;
}


.responsive-text .pr__image__cover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.responsive-text .item.work-box:hover>.outer>.pr__image__cover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
}
.responsive-text  .item.work-box:hover>.outer>.inner>* {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
 .responsive-text .image.pr_work_image img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.responsive-text .pr-portfolio-grid .item.work-box>.outer>.pr__image__cover {
    padding: 0;
}
.responsive-text .item.work-box:hover>.outer {
    -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.responsive-text .item.work-box>.outer>.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 1;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.responsive-text .item.work-box>.outer>.inner .title, .responsive-text .pr-portfolio-grid .item.work-box>.outer>.inner .category {
    color: #fff;
}
.p-form-outer {
    text-align: center;
    box-shadow: 0px 5px 15px 0px rgba(112,113,114,0.22);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 50px 45px 50px;
    border-radius: 5px 5px 5px 5px;
    background-color: #ffffff;
    opacity: 1;
    transform: translateY(0px);
    position: relative;
}
.p-form-outer h3 {
    color: #161616;
    text-transform: capitalize;
    font-family: "Overpass", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 36px;
    padding: 0;
    margin-bottom: 20px;
}
.p-form-outer input {
    color: #101010;
    font-family: "Overpass", Sans-serif;
    font-size: 15px;
    font-weight: normal;
    background: #f3f3f3;
    width: 100%;
    border-color: #eaeaea;
    border-radius: 2px;
    height: auto ! important;
    line-height: inherit ! important;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    vertical-align: baseline;
    margin: 0px 0px 15px 0px;
    padding: 16px 16px 16px 16px;
}
.p-form-outer .pr__form__group, .p-form-outer .pr__form {
    margin-top: 0 ! important;
}
.p-form-outer .uk-button-primary {
    width: 100%;
}
.uk-section-pb .hero-content.uk-grid {
  align-items: center;
    display: flex;
}
.responsive-text .uk-section-pb .uk-width-2-3\@s.uk-first-column {
    padding-left: 0px;
}
.responsive-text .uk-section-pb .uk-grid  {
    margin-left: 0px;
}

.uk-button.uk-button-default.img-bg-btn {
    background: #DB1E35 !important;
}
.uk-button.uk-button-default.img-bg-btn:after {
    background-color: #fff;
}
.uk-button.uk-button-default.img-bg-btn:hover {
    color: #DB1E35 !important;
}
/*dropdown*/
ul.dropdown  {
 display:none;
}

li.dropc:hover .dropdown {
  display:block;
}
.subnav {
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}


/*.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: red;
}*/
.p-grid .item.work-box:hover > .outer > .inner {
    background-color: rgb(233 32 79 / 43%);
}
.subnav-content {
    display: none;
    position: absolute;
    left: 14%;
    z-index: 1;
    padding-top: 15px;
}
.subnav-content li {
    display: flex;
    padding-top: 10px;
}
.subnav li{
    opacity: 1;
    transform: translateX(0px);
    position: relative;
    margin-left: 2.4rem;
}
.subnav-content a {
  float: left;
  color: black;
  text-decoration: none;
}

a:hover {
     text-decoration: none ! important;
}
.subnav:hover .subnav-content {
  display: block;
}
.pr__header .inner .navbar .subnav-content li a{
  font-size:12px;
  margin-left:0px;
}
.pr__header .inner .navbar .subnav-content li{
  margin-left:0px;
}
/*navigation*/
.pr__header .inner .navbar .subnav-content li a {
    font-size: 15px;
    font-weight: 500;
}
.subnav-content
{
  background-color:#fff;
  padding:5px;
}
.pr__header .inner .navbar .subnav-content li a
{
  color:#000 !important;
}
.statistiques {
    margin-left: 32%;
    margin-bottom: 1% !important;
}
.noscli.uk-container {
    margin-bottom: 40px;
}
.subnav-content li:hover {
    background: #DB1E35;
}
.subnav-content {
    padding: 0;
}
.subnav-content li {
    padding: 6px 8px;
}

section#pr__hero {
 z-index: 0;
}
.subnav-content {
    z-index: 99999999 !important;
}
.subnav-content li{
  padding:10px;
}
.pr__header .inner .navbar .subnav-content li:hover a{
  color:#fff !important;
  transform: translateX(10px);
}
/*portgrid-button*/
.grid.pr__entry__footer {
    text-align: center;
    padding-bottom: 130px;
}

/*navigation*/

    @media (min-width: 959px){
    .im-bg-h {
        height: 100vh;
    }
     
    }

    @media (min-width: 976px) {
        .contact-box {
    width: 70%;
}
        .p-logo-container .uk-grid-margin {
          margin-top: 0;
        }
        .uk-section.uk-section-pb {
          padding-bottom: 170px;
        }

    }

    @media (max-width: 959px) and (min-width: 640px){
      .uk-width-2-3\@s,.uk-width-1-3\@s {
          width: 50%;
     }
    }

    @media (max-width: 959px) {
    
    .responsive-text,p, .page.type-page .outer .inner .entry-body {
      font-size: 15px;
    }

    .responsive-text .uk-heading-hero,.responsive-text .uk-heading-hero.im-bg-title {
       font-size: 36px;
       line-height: 46px;
    }

    .responsive-text h2 {
       font-size: 30px;
    }

    .responsive-text .pr__mobile__nav .menu > ul > li > a {
    font-size: 20px;
    }
	

    .responsive-text .uk-description-list > dt {
       font-size: 18px;
    }

    .responsive-text h5, .item.client-box.style-one > .outer > .inner .description,.responsive-text blockquote > p, .responsive-text #pr__hero .description {
       font-size: 16px;
    }
    .p-form-outer {
         padding: 24px;
     }
    
    }


/*4/12/2020*/
/*about page-service-sec css*/
.pr-team-item {
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}
.pr-team-image img {
    border-style: none;
    border-radius: 50%;
}
.pr-team-image figure img:last-child{
  /* display: none; */
}
.pr-team-item.pr-team-members-overlay .pr-team-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    background: rgba(0 0 0 / 74%);
    clip-path: polygon(0 26%, 100% 26%, 100% 67%, 0 67%); 
}
.pr-team-image figure {
     /* margin: 0 0 2px 0; */
    margin: 0;
}
.pr-team-item .pr-team-content {
    /*background-color: rgba(166,45,45,0.87); */
    padding: 20px 20px 20px 20px;
}
.pr-team-item .pr-team-content, .pr-team-item .pr-team-content .pr-team-text {
    font-size: 14px;
    line-height: 1.5;
}
.pr-team-content li {
    display: inline-block;
    list-style: outside none none;
    text-align: center;
}
.pr-team-member-social-link > a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0px 3px 2px 3px;
    color: #ffffff;
    background-color: rgba(255,255,255,0.27);
    border-radius: 40px;
}
.pr-team-content li a {
    font-size: 16px;
}
.pr-team-member-social-link>a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.pr-team-item.pr-team-members-overlay:hover .pr-team-content {
    opacity: 1;
}
.pr-team-item.pr-team-members-overlay:hover .pr-team-image figure img:first-child{
  display: none;
} 
.pr-team-item.pr-team-members-overlay:hover .pr-team-image figure img:last-child{
  display: inline-block;
} 
.pr-team-item .pr-team-member-name {
    color: #ffffff;
    font-family: "Overpass", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
}
.pr-team-item .pr-team-member-position {
    color: rgba(255,255,255,0.8);
    font-family: "Overpass", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
}
.pr-team-content>ul {
    margin: 0;
    padding: 0;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*about page css---END*/
/*4/12/2020*/
/*contact page css*/

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


.section-outer.contacthead {
    padding-top: 30px;
}

.contact-box h3 {
    font-size: 2.75rem;
}
.contact-box p {
    text-align: left !important;
}
.contact-icon ul {
    list-style-type: none;
  padding-left: 0;
}
.contact-icon li {
    float: left;
    padding: 10px;
    font-size: 30px;
    color: #DB1E35;
}
.contact-icon i {
    color: #DB1E35;
    border-radius: 100px;
    border: 1px solid;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
     transition-duration: .3s;
}
.contact-icon i:hover {
    transform: translateY(-8px);
  transition-duration: .4s;
  transition-timing-function: ease-out;
}

a.contact-mail {
    font-size: 1.1rem;
    font-weight: 500;
    color: #DB1E35;
}
a.contact-btn {
    color: #ffffff;
    color: #fff !important;
    font-weight: 600;
    height: 50px !important;
}



.contactform-sec .container {
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  max-width: 1200px;
    margin: 0 auto;
  padding: 40px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contactform-sec input, textarea {
    background: transparent;
    border-bottom: 1px solid #000 !important;
    width: 100% !important;
    border-style: none;
  margin: 15px 0;
}
.contactform-sec input:focus ,.contactform-sec textarea {
    outline: none;
}

.contactform-sec p a{
    color: #212529;
}

/*10/12/2020 contact page success message css*/
.contact-success {
    text-align: center;
    background: #edfbf6;
    color: #32d296;
    margin-top: 30px;
    margin-bottom: 10px !important;
    position: relative;
    padding: 15px 29px 15px 15px;
}
/*contact page css----END*/
/*blog page css5/12/2020*/

.chess-blog-listing-style .item:nth-child(3n+2) .post.type-post .outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.chess-blog-listing-style .item:nth-child(3n+2) .post.type-post .outer .inner {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.uk-card-body {
    padding: 32px 40px;
}
.uk-card-body{min-height:0;}
.inner.uk-card-body.chess {
    min-height: 0 !important;
}
.pr__image__cover.pr__ratio__square {
    padding-top: 95%;
}
.inner.uk-card-body.chess h3{
  font-size:24px;
}

 .pr__header .inner .logo .brand {
          height: 55px; }

.pr__mobile__nav.mob-flex-start .menu > ul > li > a {
    justify-content: flex-start ! important;
    font-size: 20px;
}
.mob-subnav-ct li {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
}
/*8/12/2020*/

li.services-submenu {
    transition: all 0.3s;
}
.services-submenu:hover .sidemenu {
    display: block;
    transition: all 3.3s;
}

.sidemenu {
    
    padding: 15px;
    transition: all 0.3s;
    display: none;

}

.pr__header .inner .navbar .menu > ul > li.hover-subnav:hover .subnav-content {
   display: block;
}

.pr__header .inner .navbar .menu > ul > li.hover-subnav:hover a:after {
    display: none;
}

.pr__header .inner .navbar .menu > ul > li.hover-subnav {margin-bottom: -7px;}
.pr__header .inner .navbar .menu > ul > li.hover-subnav, .subnav-content,.pr__header .inner .navbar .menu > ul > li a  {
  transition: all .3s;
}
 .subnav-content {
    background-color: #fff;
    left: 0;
    padding: 0px;
    width: 100%;
    min-width: 250px;
    border-radius: 4px;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
    overflow: hidden;
 }

 .lb-villes .subnav-content{ min-width: 455px; }

.subnav-content li {
    padding: 12px 24px;
}

/*9/12/2020 services sub menu page css*/
 .col-w-50 {
    width: 50%;
    padding: 0px 40px 0 0;
}
/*9/12/2020 blog page css*/
.social-icon a {
    color: #99a9b5;
}
.social-icon li {
    display: inline-flex;
    padding: 5px;
}
.social-icon ul {
    list-style-type: none;
}
.social-icon a:hover {
    color: #428bca;
}
.social-icon {
    position: relative;
    left: 16%;
}

.p-home-cards .item.service-box.style-one:hover > .inner {
    /* padding-left: inherit; */
}

.item.service-box.style-one:hover > .inner .icon:not(.overlay-icon) {
    transform: inherit;
}

body.page-template .pr__hero__wrap:before {
    /* background-color: rgba(0,0,0,0.9) ! important; */
}
/*10/12/2020 blogue-New.php load more css*/
.top .category a {
  color: #E9204F !important;
}
.content-blog{
  display: none;
}

.pr__grd__overlay .item .inner::before {
 
    background: none !important;
}

.pr__image__cover.pr__ratio__square {
    padding-top: 100% !important;
}



/* Section: Faites partie de l'equipe */
.pr__faites__partie__wrap { 
    
position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    
    display: block;
    z-index: 99;
}

.pr__faites__partie__wrap.pr__dark .title,
.pr__faites__partie__wrap.pr__dark .button {
    color: #FFFFFF !important;
    letter-spacing: normal;
    
}

.faites-partie-cards .uk-card{
    background: #f3f3f3;
    border: none;
    box-shadow: none;
}

.faites-partie-cards .uk-card:hover{
    background-color: #DB1E35;
    color: white;
    transition: background-color 0.5s;
}

.faites-partie-cards .uk-card:hover .uk-card-title{
    color: white;
}

.faites-partie-cards .uk-card .uk-card-title{ margin-bottom: 0; }

.faites-partie-cards .uk-card p{ color: #afafaf; }

.pourquoi-appliquer .title { font-weight: 500; }
.pourquoi-appliquer picture { position: relative; }
.pourquoi-appliquer picture img { max-width: 55%; }
.pourquoi-appliquer .rectangle { 
    
    position: absolute;
    height: 100px;
    width: 100px;
    background: darkred;
    bottom: -15px;
    right: -15px;
    z-index: -15;
    
}

/*CUSTOM CODE 2021-08-17*/
/*Header*/
@media (max-width: 640px) {
  .pr__header .inner .logo .brand{height: 40px; background-size: contain; display: block;}
}
/*Page Carriere*/
.page-carriere{}
.page-carriere .pr__hero__carriere {
  position: relative;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  display: block;
  z-index: 99; }
.pr__hero__carriere:before{position: absolute; bottom: 0; left: 0; display: block; content: ''; background: #fff; width: 100%; height: 300px; z-index: -1;}
@media (max-width: 1200px){ .pr__hero__carriere:before{ height: 25vw; } }
.pr__hero__carriere.remove-fond:before{ content: none; }
.pr__hero__carriere.pr__dark {
  background-color: #000; }
  .pr__hero__carriere.pr__dark .title,
  .pr__hero__carriere.pr__dark .page-title,
  .pr__hero__carriere.pr__dark .button,
  .pr__hero__carriere.pr__dark .description,
  .pr__hero__carriere.pr__dark .uk-breadcrumb > :last-child > * {
    color: #FFFFFF !important; }
  .pr__hero__carriere.pr__dark .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    color: #FFFFFF;
    opacity: .5; }
  .pr__hero__carriere.pr__dark .item.feature-box .inner {
    background-color: #1b1b1b; }
    .page-carriere .pr__hero__carriere .pr__vr__section{margin-top: 30px; margin-bottom: 30px; border-left-width: 5px;}

.page-carriere .uk-slider-items h5{margin: 0;}
.page-carriere .uk-slider-items h5+p{margin-top: 0;}
@media (max-width: 959px) { .page-carriere .pr__hero__carriere .title{font-size: 30px;} }
@media (max-width: 640px) { .page-carriere .pr__hero__carriere .title{font-size: 22px;} }
/*uk-slider*/
.uk-slider a.uk-slidenav{background-color: transparent; }

/*pr__postes_disponibles*/
.page-carriere .pr__postes_disponibles{}
.page-carriere .pr__postes_disponibles .uk-card-muted{background-color: #f3f3f3;}
/*pr__recherche_talents*/
.page-carriere .pr__recherche_talents{}
.page-carriere .pr__recherche_talents .uk-button{}
.page-carriere .pr__recherche_talents .uk-button span{display: inline-block;}
.page-carriere .pr__recherche_talents .uk-button span b{color: #DB1E35; margin-left: 3px;}
.page-carriere .pr__recherche_talents .uk-button:hover span b{color: #fff;}
@media (max-width: 959px) {
  .page-carriere .pr__recherche_talents{background: none !important; padding-top: 0;}
}

/*pr__slide_banner*/
.pr__slide_banner{background-color: #000; padding: 19px 0;}
.pr__slide_banner div{color: #fff; font-size: 60px; animation: slide 10s linear infinite; white-space: nowrap; }
@media (max-width: 959px) {
  .pr__slide_banner div{font-size: 30px;}
}

@keyframes slide {
  0% {
    transform: translatex(0%)
  }

  100% {
    transform: translatex(100%)
  }

  0% {
    transform: translatex(-100%)
  }

}
/*pr__form*/
.pr__form{}
.pr__form .uk-h2{margin-top: 0;}
@media (max-width: 959px) {
  .pr__form .uk-grid > div:nth-of-type(2),
  .pr__form .uk-grid > div:nth-of-type(3){padding-left: 60px; padding-right: 60px;}
}

.icon.pr-checkmark-circle{
    margin-right: 5px;
}

/* general */
.ye-h3{
  font-size: 32px;
}

.ye-p1{
  font-size: 18px;
  color: #626262;
}

.ye-p1.little{ font-size: 14px; }

.ye-p1 strong { color: #626262; }

.ye-image-carre{
  padding: 50%!important;
}

.ye-image-complet{
  padding-top: 118%!important;
}

.ye-fond-gris{
  position: relative;
}

.ye-fond-gris::before{
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  background-color: #fbfbfb;
}

.ye-fond-gris *{z-index: 1;}

/* page carriere */

.page-carriere .uk-container{ }

.page-carriere .ye-liste p{ position: relative; padding-left: 30px; }
.page-carriere .ye-liste p::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background:  url(./assets/images/carriere/pages/ico-fleche-right.png) no-repeat center/cover;

}

.page-carriere .ye-liste.ico-check p{ padding-left: 49px; color: #DB1E35; text-transform: uppercase; font-weight: 700;}

.page-carriere .ye-liste.ico-check p::before{
  width: 34px;
  height: 34px;  
  background-image: url(./assets/images/carriere/pages/ico-check-circle.png);
}


.page-carriere .ye-block-container{
  padding-left: 160px;
  position: relative;
}

.page-carriere .ye-block-container picture{
  position: absolute;
  left: 75px;
  top: 50px;
}

.page-carriere .ye-block-container h3{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 5px;
}

.page-carriere .ye-block-container p{
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  color: #afafaf;
  margin-top: 0;
  text-align: justify;
}

.page-carriere .pr__section .section-heading {
  margin-bottom: 25px;
}

.page-carriere .uk-button{
    text-transform: initial;
}

.page-carriere .ye-grid-avantages picture{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
  .page-carriere .uk-h1{ font-size: 37px;}
  .page-carriere .ye-block-container { padding-left: 70px; }
  .page-carriere .ye-block-container picture { left: -6px; }
}

@media (max-width: 959px) {
  .page-carriere .uk-h1 { font-size: 29px; }
  .page-carriere .ye-block-container {
    padding-left: 30px;
    margin-bottom: 50px;
  }

  .page-carriere .ye-block-container picture {
    left: 52%;
    transform: translateX(-50%);
    top: -6px;
  }  

  .page-carriere .ye-block-container h3 {
    margin-top: 50px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .page-carriere .uk-h1{ font-size: 19px;}
  .responsive-text, p, .page.type-page .outer .inner .entry-body { font-size: 13px; }
  .uk-margin-remove-bottom\@s{ margin-bottom: 0; }
  .uk-position-center-right{ transform: translate(30px, -80%)!important; }
  .uk-position-center-left{ transform: translate(-30px, -80%)!important; }
}

@media (max-width: 414px) {  
  .page-carriere .uk-h1 { font-size: 20px; }
  /* section formulaire */
  .page-carriere .pr__form .uk-grid > div:nth-of-type(2), .pr__form .uk-grid > div:nth-of-type(3) {
    padding-left: 30px;
    padding-right: 0px;
  }
  
  .page-carriere .contact-box{
    padding: 0 15px;
  }
  
  .page-carriere .pr__footer .pr__footer__center ul > li {
    margin: 0 10px;
  }


}


/* page shopify */
.page-shopify .pr__hero__wrap{
  background-size: contain;
  background-position: right;
}

.page-shopify .ye-shopify-logo{
  font-family: myriad-pro, sans-serif;
  font-weight: 700;  
  font-style: italic;
  font-size: 70px;
}

.page-shopify .ye-shopify-logo{
  display: flex;
}

.page-shopify .ye-shopify-logo img{
  margin-right: 20px;
}

.page-shopify .ye-shopify-logo span{
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
  margin-left: 15px;
}

.page-shopify .pr__section .section-heading {
  margin-bottom: 25px;
}

/* section La meilleure solution d’e-commerce */
.ye-meilleure-solution .ye-btn-container{
  margin-top: 50px;
}

/* hero video */
.ye-hero-video::after{
  content: "";
  width: 66%;
  height: 100%;
  position: absolute;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 63%, rgba(0,0,0,0) 88%, rgba(255,255,255,0) 100%);
}

.ye-hero-video video{
  position: absolute; 
  max-height: 100%; 
  max-width: initial;
  right: -1px;
  top: 1px;
}

.page-shopify .pr__header.pr__dark .inner a{
  text-shadow: 0 0 5px #000;
}

.page-shopify .pr__header.pr__dark .inner .subnav-content a{
  text-shadow: none;
}

@media (max-width: 1200px) {
  .ye-hero-video video {
    right: -225px;
  }

  .ye-hero-video::after {
    background: linear-gradient(90deg, rgba(0,0,0,1) 51%, rgba(0,0,0,0) 79%, rgba(255,255,255,0) 100%);
  }
  
}

@media (max-width: 1160px) {
  .ye-hero-video::after {
    background: linear-gradient(90deg, rgba(0,0,0,1) 63%, rgba(0,0,0,0) 100%, rgba(255,255,255,0) 100%);
  }
  
}

@media (max-width: 959px) {
  /* general */
  .ye-h3{
    font-size: 25px!important;
  }

  .ye-fond-gris::before {
    height: 105%;
  }

  .ye-hero-video video {
    right: -360px;
  }

  .ye-hero-video::after {
    background: linear-gradient(90deg, rgba(0,0,0,1) 71%, rgba(0,0,0,0) 100%);
  }

  /* section La meilleure solution d’e-commerce */
  .ye-block-container {
    padding-left: 100px;
  }

  .ye-block-container picture {
    left: 20px;
  }

  .ye-photo-temp{
    display: none;
  }
  
}

@media (max-width: 414px) {
  /* general */
  .ye-h3 {
    font-size: 20px!important;
    margin-bottom: 10px;
  }

  .ye-p1 {
    font-size: 15px!important;
  }


  /* page shopify */
  .page-shopify .pr__form {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-shopify .uk-h2 {
    font-size: 25px;
  }

  .page-shopify .pr__heading__secondary{
    font-size: 12px;
  }

  .page-shopify .pr__section .section-heading {
    margin-bottom: 12px;
  }

  /* logo shopify */
  .ye-shopify-logo{
    transform: scale(0.7) translateX(-70px)!important;
  }

  .ye-hero-video::after {
    width: 100%;
    background: rgba(0,0,0,0.5);
  }

  .ye-meilleure-solution .ye-partner-container{
    text-align: center;
    margin-bottom: 30px;
  }

  /* section formulaire */
  .page-shopify .pr__form .uk-grid > div:nth-of-type(2), .pr__form .uk-grid > div:nth-of-type(3) {
    padding-left: 30px;
    padding-right: 0px;
  }

  .page-shopify .contact-box{
    padding: 0 15px;
  }

  .page-shopify .pr__footer .pr__footer__center ul > li {
    margin: 0 10px;
  }
  
}

@media (max-width: 362px) {
  .ye-shopify-logo{
    transform: scale(0.6) translateX(-95px)!important;
  }
  
}

/* Numéro de téléphone - menu */
.ye-btn-call a{
  background-color: #DB1E35;
  padding: 3px 20px;  
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.ye-btn-call a:hover{
  color: #fff;
}

.ye-btn-call a:after{
  content: none!important;
}

.ye-btn-call-mobile{
  display: none;
  position: absolute;
  right: 90px;
}

.ye-btn-call-mobile img{
  max-width: 28px;
}

.lb-btn-jase a{background-color: #DB1E35; padding: 16px 24px; border-radius: 40px;  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 16px; color: #fff; position: relative; display: inline-block;  overflow: hidden; /* hide sweep overflow */  z-index: 1; /* for layering */  transition: color 0.3s ease;}
.pr__header.pr__dark .inner ul li.lb-btn-jase a:hover{color: #161616 !important;}
.lb-btn-jase a:after{content: none!important;}
/* Sweep layer */
.lb-btn-jase a::before { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #fff; /* sweep color */ transform: translateX(-100%); transition: transform 0.3s ease; z-index: -1; /* keeps it behind text */}
/* Hover effect */
.lb-btn-jase a:hover::before { transform: translateX(0);}
/* Change text color when sweep covers it */
.lb-btn-jase a:hover { color: #161616 !important;}

.lb-btn-call a{position: relative; width: 42px; height: 42px; background:  url(./assets/images/general/header-phone.svg) no-repeat center; padding: 0; border-radius: 50%; border: 1px solid #fff; display: block; transition: all ease 0.3s; overflow: hidden;}
.lb-btn-call a:hover{background-image: url(./assets/images/general/header-phone-black.svg);}
.lb-btn-call a:after{content: none!important;}
.lb-btn-call a::before { content: ""; position: absolute; top: -1%; left: -1%; height: 102%; width: 102%; background-color: #fff; /* sweep color */ transform: translateX(-100%); border-radius: 50%; border: 1px solid #fff; transition: transform 0.3s ease; z-index: -1; /* keeps it behind text */}
.lb-btn-call a:hover::before { transform: translateX(0);}

/* correction du menu */
@media (max-width: 1210px){
    .pr__header .inner .navbar a {
        font-size: 15px;
    }

}

@media (max-width: 1200px){

  .pr__header .inner .navbar a {
    font-size: 13px;
  }

  .pr__header .inner .navbar .menu > ul > * + li {
    margin-left: 1.1rem;
  }
}

@media (max-width: 959px){
  .ye-btn-call-mobile{
    display: block;
  }

}

/* page candidature recu */
.ye-candidature-recu .ye-text-container{
     margin-bottom: 50px;
}

.ye-candidature-recu h3{
  color: #DB1E35;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

.ye-candidature-recu h3:first-of-type{ margin-top: 50px; margin-bottom: 0; }

.ye-candidature-recu p{
  color: #959595;
  font-size: 20px;
  font-weight: 600;  
  margin-bottom: 0;
}

.ye-candidature-recu .ye-wave{
    margin-left: 10px;
}

.ye-candidature-recu .ye-planes{
  background-image: url(./assets/images/carriere/candidature/plane-g.jpg), url(./assets/images/carriere/candidature/plane-d.jpg);
  background-position: left bottom, right center;
  background-repeat: no-repeat;
}

/* page blogue */
.page-blogue .pr__vr__section {
  margin: 75px auto -30px auto;  
}

.page-blogue .content-blog-1,
.page-blogue .content-blog-2, .page-blogue .content-blog-3,
.page-blogue #loadMore2, .page-blogue #loadMore3{
  display: none;
}

.page-blogue .ye-a-link{
  color: #747474;
}

.page-blogue .ye-a-link:hover{
  color: #747474;
}

.page-blogue .ye-a-link:hover .uk-card-title{
  color: #DB1E35;
}

.page-blogue .uk-cover {
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
  transform: initial;
}

.page-blogue .ye-uk-card{
  align-items: center;
}

.page-blogue .ye-uk-card img{
  filter: grayscale(1);
  transition: transform 0.5s ease-out;
}

.page-blogue .ye-uk-card:hover img{
  transform: scale(1.1);
  left:0;
  top:0;
  transition: transform 0.5s ease-in;
  filter: none;
}

/* correction de la version mobile */
@media (max-width: 960px){
  .pr__clients .pr__image__cover.pr__ratio__portrait {
    padding-top: 425px;
  }

}

@media (max-width: 800px){
  .item.gallery-box.big > .outer > .image {
    padding-top: 380px !important;
  }
}

@media (max-width: 640px){
  .ye-candidature-recu h3 { font-size: 23px; }
  .ye-candidature-recu .ye-planes { background-image: none; }  
}

@media (max-width: 500px){
    
    .responsive-text .uk-heading-hero, .responsive-text .uk-heading-hero.im-bg-title {
        font-size: 30px;
        line-height: 1.1em;
    }
    
    .pr__section .section-heading {
        margin-bottom: 15px;
    }
    
    .item.gallery-box.big > .outer > .image {
        padding-top: 275px !important;
    }
    
    .pr__clients{
    }

    .pr__clients .logo-clients img{
      max-width: 70%;
    }
    
    .pr__clients .pr__image__cover.pr__ratio__portrait {
        padding-top: 300px;
    }
    
    .ye-logos{
        padding-top: 0;
    }

    .page-a-propos .pr__hero__wrap {
        background-position-x: -27%;
        background-position-y: 29%;
    }
    
    .uk-card {
        margin-bottom: 60px;
    }
    
    .uk-card-body {
        padding: 20px 0px;
    }
    
    .contactform-sec .container {
        padding: 0;
    }
    
    .contactform-sec .contact-box{
        padding: 0 15px;
    }
    
}

/* nouveau portfolio */

.lb-portfolio-list .uk-cover-container{ max-width: 600px; max-height: 500px; }

/* icons */
.page-portfolio .ye-ico{
  font-size: 20px;
  color: #BA1919;
  margin-bottom: 32px;
  position: relative;
}

.page-portfolio .ye-ico-message{
  padding-left: 40px;
}

.page-portfolio .ye-ico-message::before{
  content: "";  
  background-image: url(./assets/images/portfolio/nouveau/icons/message.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-portfolio .ye-slider-mobile{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: none;
}

/* general */
[data-js-click],[data-js-open]{
  cursor: pointer;
}

.page-portfolio .pr__header {
  background-color: #191919;
}

.page-portfolio .ye-line{ background-color: #191919; z-index: 1!important;}
.page-portfolio .ye-line .pr__hr__secondary{ margin: 80px 0; }

.page-portfolio section#pr__hero.red { background-color: #b23735; }
.page-portfolio section#pr__hero.white { background-color: #fff; }

.page-portfolio section#pr__hero-1 {
  background-color: #191919;
}

.page-portfolio .pr__content{
  background-color: #191919;
}

.page-portfolio .ye-h2{
  font-size: 40px;
  font-size: 700;
  color: #fff;
}

.page-portfolio .ye-h4{
  font-size: 20px;
  font-weight: 900;
  color: #DB1E35;
  margin-bottom: 7px;
  margin-top: 0;
}

.page-portfolio .ye-h4-m{
  font-size: 20px;
  font-weight: 500;
  color: #DB1E35;
  margin-bottom: 7px;
  margin-top: 0;
}

.page-portfolio .ye-liste{ margin-top: 35px; }
.page-portfolio .ye-liste p{ position: relative; color: #707070; padding-left: 35px; }
.page-portfolio .ye-liste p::before{
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(./assets/images/portfolio/nouveau/icons/check.png);
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-portfolio .ye-liste p::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-image: url(./assets/images/portfolio/nouveau/icons/dash4.png);
  background-size: cover;
  bottom: -10px;
  left: 0;
}

.page-portfolio .ye-client-description{
  padding: 90px 0 160px 0;
  background-color: #fff;
}

.page-portfolio .ye-client-description p{
  font-family: 'Poppins',sans-serif;
  font-size: 18px;  
  font-weight: 500;
}

.page-portfolio .ye-client-description .ye-text-container{ padding-left: 120px; }

.page-portfolio .pr__hero { min-height: 55vh; }
.page-portfolio .pr__hero-1 video.ye-logo-large{ max-width: 600px; max-height: 600px; }

.page-portfolio .pr__hero-1 .ye-large .uk-grid .uk-first-column{ 
  margin-bottom: 50px;
  min-height: 55vh;
  display: flex;
  align-items: center;  
}

.page-portfolio .pr__hero-1 .uk-container.ye-large{ 
  margin-top: 30px;
  max-width: 1520px;
  margin-left: calc((100% - 1280px) / 2);
}

.page-portfolio .pr__hero-1 .uk-container.ye-large .ye-logo-large-cont{ margin-top: -705px; }

.page-portfolio .pr__hero-1 picture img{
  max-height: 500px;
}

.page-portfolio .pr__hero-1 picture.ye-image-chien{
  margin-top: -450px;
  margin-right: -200px;
}

.page-portfolio .pr__hero-1 picture.ye-image-chien img{
  max-height: 600px;
}

.page-portfolio .pr__hero.uk-section{
  padding-top: 100px;
  padding-bottom: 120px;
}

.page-portfolio .pr__hero .ye-p{
  font-family: 'Poppins',sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  margin: 0;
}

.page-portfolio .pr__hero.white .ye-p, 
.page-portfolio .pr__hero.white .ye-h2 { color: #000; }

/* section logos portfolio */
.page-portfolio .ye-logos-portfolio{
  padding-top: 50px;
}

.page-portfolio .ye-logos-portfolio picture{
  display: block;
  position: relative;
  cursor: pointer;
}

.page-portfolio .ye-logos-portfolio picture .ye-couleur-container{
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  overflow: hidden;
  border-bottom: 2px solid #DB1E35;
  transition: height 0.5s ease-in;
}

.page-portfolio .ye-logos-portfolio picture:hover .ye-couleur-container {
  height: 100%;
  transition: height 0.5s ease-out;
}

/* section formulaire */
.page-portfolio .ye-formulaire-rendez-vous{
  padding: 60px 0 320px 0;
}

.page-portfolio .ye-formulaire-rendez-vous .ye-formulaire-container{
  background-color: #fff;
  width: 62%;
  margin: 55px auto 0 auto;
  padding: 10px 20px 30px 20px;
  box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
  border-radius: 5px;
}

.page-portfolio .ye-formulaire-rendez-vous h3{
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  word-spacing: 10px;
}

.page-portfolio .ye-formulaire-rendez-vous h3 strong{
  color: #DB1E35;
  border-bottom: 3px solid #DB1E35;
}

/* section message */
.page-portfolio .ye-message{
  padding-bottom: 50px;
  background-color: #DB1E35;
}

.page-portfolio .ye-message h3{
  font-size: 24px;
  line-height: 72px;
  font-weight: 300;
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
}

.page-portfolio .ye-message h4{
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1F1A1A;
}

.page-portfolio .ye-message .ye-image-container{
  margin-top: -165px;
}

/* section logos */
.page-portfolio .ye-logos{
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.page-portfolio .ye-logos picture{
  display: block;
  text-align: center;
}

/* ------------------- */
/* page 50 nuances */
/* -------------------- */
.page-portfolio .pr__hero .ye-logo-large{
  margin-left: 50px;
}

/* section preview site */

.page-portfolio .ye-preview-siteweb{
  padding: 100px 0 0 0;
}

.page-portfolio .ye-preview-siteweb > .uk-container{
  max-width: 1370px;
}

.page-portfolio .ye-preview-siteweb picture{
  position: relative;
  display: block;
  margin-bottom: -435px;
}

.page-portfolio .ye-preview-siteweb .ye-h4{
  color: #fff;
  margin-left: 125px;
  margin-bottom: 50px;
}

.page-portfolio .ye-preview-siteweb-l{
  padding-top: 435px;
  padding-bottom: 200px;
  background-color: #fff;
}

/* section mobiles */
.page-portfolio .ye-mobiles{
  margin-top: -130px;
  padding-bottom: 175px;
}

.page-portfolio .ye-mobiles .ye-mobile-left{ margin-left: 140px; }
.page-portfolio .ye-mobiles .ye-mobile-middle{ margin-left: -70px;  margin-right: -70px; }


.page-portfolio .ye-mobiles > .uk-container{
  max-width: 1600px;
} 

/* section magasiner les articles */
.page-portfolio .ye-magasiner-articles{
  background-color: #DB1E35;
  padding-top: 85px;
  margin-bottom: 100px;
}

.page-portfolio .ye-magasiner-articles >.uk-container{ max-width: 1600px;}

.page-portfolio .ye-magasiner-articles .ye-h4{ 
  color: #fff;
}

.page-portfolio .ye-magasiner-articles .uk-grid:first-of-type{ 
  margin-top: -255px;
  margin-bottom: 80px;
}

.page-portfolio .ye-magasiner-articles .uk-grid:last-of-type{ margin-bottom: -50px; }

/* section decouvrez plus de projets */
.page-portfolio .ye-decouvrez-projets >.uk-container{ max-width: 1600px;}


/* ------------------- */
/* page Carrefour */
/* -------------------- */
.page-portfolio .ye-bulles-services{
  padding: 105px 0 135px 0;
}

.page-portfolio .ye-bulles-services .ye-h4{ color: #fff; margin-left: 125px; margin-bottom: 125px; }

.page-portfolio .ye-carrefour-image{
  height: 100vh;
  background-image: url(./assets/images/portfolio/nouveau/carrefour-carte-visite.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* section carrefour responsive */
.page-portfolio .ye-carrefour-responsive{
  background-color: #fff;
  padding: 210px 0 65px 0;  
}

.page-portfolio .ye-carrefour-responsive .ye-h4{  
  color: #000;
}

.page-portfolio .ye-carrefour-responsive-im{
  background-color: #fff;
  text-align: center;
  padding-bottom: 110px;
}

/* ------------------- */
/* page Couscous */
/* -------------------- */
.page-portfolio.page-couscous .pr__hero-1 picture{
  margin-top: -150px;
  display: block;
}

.page-portfolio.page-couscous .pr__hero-1 picture img{ max-height: 600px; }

.page-portfolio.page-couscous .pr__hero .hero-content{ margin-top: 50px; }

.page-portfolio.page-couscous .pr__hero .ye-logo-large{
  margin-left: 0;
}

/* section illustrations */
.page-portfolio .ye-couscous-illustrations{
  padding-top: 100px;
}

.page-portfolio .ye-couscous-illustrations .ye-h4{
  color: #fff;
}

.page-portfolio .ye-couscous-illustrations picture{
  display: block;
  margin-top: -310px;
  margin-bottom: -115px;
}    

/* section responsive */
.page-portfolio .ye-couscous-responsive{
  padding-top: 150px;
  background-color: #fff;
}

.page-portfolio .ye-couscous-responsive .ye-h4{
  color: #000;
  margin-left: 30px;
  margin-bottom: 120px;
}

/* section mobile */
.page-portfolio .ye-couscous-mobile picture{
  display: block;
  margin-top: -200px;
}

.page-portfolio .ye-couscous-mobile-1{
  background-color: #DB1E35;
}

.page-portfolio .ye-couscous-mobile-1 picture{
  display: block;
  margin-top: -660px;
}


/* ------------------- */
/* page Kinelite */
/* -------------------- */

/* section responsive */
.page-portfolio .ye-kinelite-responsive{
  padding: 100px 0 0 0;
}

.page-portfolio .ye-kinelite-responsive .ye-h4{ color: #fff; margin-bottom: 140px; }

.page-portfolio .ye-kinelite-mobile .ye-kinelite-video-cont{ margin-bottom: -200px; }
.page-portfolio .ye-kinelite-mobile .ye-kinelite-video-cont .ye-kinelite-video{
  border-radius: 30px;
  margin-top: -530px;
  margin-left: 50px;
  position: relative;
}

.page-portfolio .ye-kinelite-siteweb .ye-kinelite-temoignage{
  margin-top: 100px;
  padding-bottom: 930px;
}

.page-portfolio .ye-kinelite-siteweb .ye-kinelite-temoignage p{
  font-size: 25px;
  color: #fff;
  text-align: center;
}

.page-portfolio .ye-kinelite-siteweb .ye-kinelite-temoignage p strong{ color: #fff; }

.page-portfolio .ye-kinelite-cell{
  background-color: #DB1E35;
}

.page-portfolio .ye-kinelite-cell .uk-grid{ margin-top: -800px; margin-right: -300px; }

.page-portfolio .ye-kinelite-cell .ye-image-gauche{
  display: block;
  margin-bottom: 100px;
}


/* ------------------------ */
/* page Royal extermination */
/* ------------------------ */

/* hero */
.page-portfolio.page-royal .pr__hero-1 .uk-container.ye-large {
  margin-top: -350px;
  padding-bottom: 150px;
}


.page-portfolio.page-royal .pr__hero-1 .ye-image-droite {
  display: block;
  margin-top: 300px;
  margin-bottom: -400px;
  margin-right: 100px;
  text-align: center;
}

  /* section bande */
  .page-portfolio .ye-royal-bande{ padding: 100px 0; }
  .page-portfolio .ye-royal-bande > .uk-container.ye-large{ max-width: 1640px; text-align: center; }
  .page-portfolio .ye-royal-bande .ye-h4{ color: #fff; margin-bottom: 60px; }


  /* section responsive */

  .page-portfolio .ye-royal-responsive{
    background-color: #fff;
    padding-top: 150px;
  }

  .page-portfolio .ye-royal-responsive img{
    object-fit: cover;
  }

  .page-portfolio .ye-royal-responsive .ye-h4{
    color: #000;
    margin-bottom: 220px;
  }

  .page-portfolio .ye-royal-responsive-1{
    padding-bottom: 590px;
  }

  .page-portfolio .ye-royal-responsive-1 picture{
    display: block;
    margin-top: -50px;
  }

  .page-portfolio .ye-royal-responsive-2{
    background-color: #DB1E35;
    padding-bottom: 50px;
  }

  .page-portfolio .ye-royal-responsive-2 .uk-grid{
    margin-top: -520px;
  }
  
  .page-portfolio .ye-royal-responsive-2 .ye-mobile-left{ margin-left: 140px; }
  .page-portfolio .ye-royal-responsive-2 .ye-mobile-middle{ margin-left: -70px;  margin-right: -70px; }
  
  .page-portfolio .ye-royal-responsive-1 > .uk-container,
  .page-portfolio .ye-royal-responsive-2 > .uk-container{
    max-width: 1600px;
  }

  /* ------------------------ */
  /* page Upa upa             */
  /* ------------------------ */  
  .page-portfolio .ye-upa-upa-siteweb{
    padding-top: 100px;
  }

  .page-portfolio .ye-upa-upa-siteweb .ye-h4{
    color: #fff;
    margin-bottom: 50px;
    margin-left: 100px;
  }

  .page-portfolio .ye-upa-upa-siteweb picture{
    display: block;
    margin-bottom: -400px;
  }


  /* section video */
  .page-portfolio .ye-upa-upa-video{
    background-color: #fff;
    padding: 530px 0 130px 0;
  }

  .page-portfolio .ye-upa-upa-tahiti{
    background-image: url(./assets/images/webp/upa-upa-tahiti.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 670px 0;
  }


  /* -------------------  */
  /* page Boutique Sofia  */
  /* -------------------- */
  
  /* hero */
  .page-portfolio.boutique-sofia .pr__hero {
    min-height: 42vh;
  }

  /*section siteweb*/

  .page-portfolio .ye-sofia-siteweb{
    padding-top: 100px;
  }

  .page-portfolio .ye-sofia-siteweb .uk-container-expand{ padding-left: calc(((100% - 1280px) / 2) - 125px); }

  .page-portfolio .ye-sofia-siteweb .ye-h4{
    color: #fff;
    margin-bottom: 80px;
  }

  .page-portfolio .ye-sofia-siteweb picture{
    display: block;
    margin-top: -280px;
    margin-bottom: -100px;
  }

  /* section mobiles */
  .page-portfolio .ye-sofia-mobiles{
    background-color: #fff;
    padding-top: 200px;
  }

  .page-portfolio .ye-sofia-mobiles .ye-mobile-left{ margin-left: 140px; }
  .page-portfolio .ye-sofia-mobiles .ye-mobile-middle{ margin-left: -70px;  margin-right: -70px; margin-top: 100px; }
  
  .page-portfolio .ye-sofia-mobiles > .uk-container{
    max-width: 1600px;
  }

  /* section sofia collection */
  .page-portfolio .ye-sofia-collection-1{
    padding-top: 100px;
  }

  .page-portfolio .ye-sofia-collection-1 .ye-pr{ position: relative; }

  .page-portfolio .ye-sofia-collection-1 > .uk-container,
  .page-portfolio .ye-sofia-collection-2 > .uk-container { max-width: 1680px; }

  .page-portfolio .ye-sofia-collection-2{ margin-top: -125px; margin-bottom: -125px; }
  .page-portfolio .ye-sofia-collection-3 { padding: 244px 0; background-color: #DB1E35; }




@media (max-width: 1650px){ 

  /* section mobile */
  .page-portfolio .ye-mobiles .ye-mobile-left {
    margin-left: 8.8%;
  }

  /* ------------------- */
  /* page Couscous */
  /* -------------------- */

  /* section mobile */
  .ye-couscous-mobile picture {
    display: block;
    margin-top: -80px;
  }

  .ye-couscous-mobile-1 picture {
    display: block;
    margin-top: -400px;
  }


}

@media (max-width: 1350px){ 

  /* section hero */
  .page-portfolio .pr__hero-1 .ye-logo-large { 
    margin-left: 0;
  }

  .page-portfolio .pr__hero-1 .uk-container.ye-large {
    margin-left: 0;    
    margin-top: 50px;
    text-align: center;
  }

  /* ------------------------ */
  /* page 50 nuances          */
  /* ------------------------ */

  /* section mobile */
  .page-portfolio .ye-mobiles .ye-mobile-left {
    margin-left: 10%;
  }

  /* section magasiner les articles */
  .page-portfolio .ye-magasiner-articles .uk-grid:first-of-type {
    margin-top: -200px;
    margin-bottom: 40px;
  }

  /* ------------------------ */
  /* page Royal extermination */
  /* ------------------------ */

  /* section responsive */
  .page-portfolio .ye-royal-responsive-1 {
    padding-bottom: 380px;
  }

  .page-portfolio .ye-royal-responsive-2 .uk-grid {
    margin-top: -350px;
  }

  .page-portfolio .ye-royal-responsive-2 .ye-mobile-left {
    margin-left: 10%;
  }

  /* ------------------------ */
  /* page Upa upa             */
  /* ------------------------ */ 
  .page-portfolio .ye-upa-upa-tahiti {
    padding: 200px 0 670px 0;
  }


  

}


@media (max-width: 1200px){

  /* section formulaire */
  .page-portfolio .ye-formulaire-rendez-vous {
    padding: 60px 0 170px 0;
  }

  .page-portfolio .ye-formulaire-rendez-vous h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 50px;
  }
  
  .page-portfolio .ye-formulaire-rendez-vous .ye-formulaire-container {
    margin: 30px auto;
  }

  /* section message */
  .page-portfolio .ye-message h3 {
    font-size: 22px;
    line-height: 45px;
  }

  /* ------------------- */
  /* page Royal extermination */
  /* -------------------- */

  /* hero */
  .page-portfolio .pr__hero {
    min-height: 45vh;
  }

  .page-portfolio.page-royal .pr__hero {
    background-position: 120% 6%;
    background-size: 50%;
  }

  .page-portfolio.page-royal .pr__hero .ye-image-droite {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }

  /* section responsive */

  .page-portfolio .ye-royal-responsive {
    padding-top: 70px;
  }

  .page-portfolio .ye-royal-responsive .ye-h4 {
    margin-bottom: 50px;
  }

  /* ------------------- */
  /* page Boutique sofia */
  /* -------------------- */
  .page-portfolio .ye-sofia-siteweb picture {
    margin-top: -235px;
  }




}

@media (max-width: 959px){

  /* hero */
  .page-portfolio .pr__hero-1 .uk-container.ye-large .ye-logo-large-cont{ margin-top: 0; }

  /* section client description */
  .page-portfolio .ye-client-description .ye-text-container {
    padding-left: 30px;
  }

  /* -------------------------*/
  /* page 50 nuances          */
  /* -------------------------*/

  /* section mobile */
  .page-portfolio .ye-mobiles .ye-mobile-middle {
    margin-left: -50px;
    margin-right: -50px;
  }

  .page-portfolio .ye-mobiles {
    padding-bottom: 90px;
  }

  /* section magasiner les articles */
  .page-portfolio .ye-magasiner-articles {
    padding-top: 135px;
  }

  /* ------------------- */
  /* page Couscous */
  /* -------------------- */

  /* section illustrations */
  .page-portfolio .ye-couscous-illustrations {
    padding-top: 30px;
  }

  .page-portfolio .ye-couscous-illustrations picture {
    display: block;
    margin-top: -115px;
    margin-bottom: -45px;
  }  

  .page-portfolio .ye-couscous-responsive .ye-h4 {
    margin-bottom: 50px;
  }

  /* section mobile */
  .ye-couscous-mobile picture {
    display: block;
    margin-top: 45px;
  }

  .ye-couscous-mobile-1 picture {
    margin-top: 30px;
    transform: translateX(14%);
  }

  /* ------------------- */
  /* page Kinelite */
  /* -------------------- */
  .page-portfolio .ye-kinelite-responsive .ye-h4 {    
    margin-bottom: 30px;
  }

  .page-portfolio .ye-kinelite-mobile .ye-kinelite-video-cont {
    margin-bottom: 70px;
  }

  .page-portfolio .ye-kinelite-mobile .ye-kinelite-video-cont .ye-kinelite-video {
    margin-top: 35px;
    margin-left: 0;
    width: 400px;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .page-portfolio .ye-kinelite-siteweb .ye-kinelite-temoignage {
    padding-bottom: 815px;
  }

  .page-portfolio .ye-kinelite-siteweb .ye-kinelite-temoignage p {
    font-size: 20px;
  }

  .page-portfolio .ye-kinelite-cell .uk-grid {
    margin-right: 0;
  }

  .page-portfolio .ye-kinelite-cell .ye-image-gauche {
    text-align: center;
  }

  
  .page-portfolio .ye-kinelite-cell .ye-image-droite {
    display: block;
    transform: translateX(13%);
  }


  /* ------------------- */
  /* page Royal extermination */
  /* -------------------- */

  /* section hero */
  .page-portfolio .pr__hero-1 picture.ye-image-chien {
    margin-top: -175px;
    margin-right: 0;
  }

  .page-portfolio.page-royal .pr__hero-1 .uk-container.ye-large {
    margin-top: 25px;
    padding-bottom: 0;
  }

  .page-portfolio.page-royal .pr__hero-1 .ye-image-droite {
    margin-top: 0;
    margin-bottom: -130px;
    margin-right: 0;
  }

  .page-portfolio.page-royal .pr__hero-1 .ye-large .uk-grid .uk-first-column {
    justify-content: center;
  }

  /* section responsive */
  .page-portfolio .ye-royal-responsive-2 .ye-mobile-middle {
    margin-left: -50px;
    margin-right: -50px;
  }

  .page-portfolio .ye-royal-responsive-2 {
    padding-bottom: 90px;
  }

  /* ------------------------ */
  /* page Upa upa             */
  /* ------------------------ */  
  .page-portfolio .ye-upa-upa-siteweb {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .page-portfolio .ye-upa-upa-siteweb .ye-h4 {
    margin-bottom: 15px;
  }

  .page-portfolio .ye-upa-upa-video {
    padding: 350px 0 130px 0;
  }

  .page-portfolio .ye-upa-upa-tahiti {
    padding: 50px 0 575px 0;
  }

  /* ------------------- */
  /* page Boutique sofia */
  /* -------------------- */
  .page-portfolio .ye-sofia-siteweb {
    padding-top: 40px;
  }

  .page-portfolio .ye-sofia-siteweb picture {
    margin-top: -174px;
  }

  .page-portfolio .ye-sofia-collection-2 {
    margin-top: 30px;
    margin-bottom: -350px;
  }





}


@media (max-width: 640px){

  /* general */
  .page-portfolio .ye-h2 {
    font-size: 20px;
    margin-bottom: 20px!important;
  }

  /* hero */
  .page-portfolio .pr__hero {
    min-height: 35vh;
  }

  .page-portfolio .pr__hero-1 .uk-container.ye-large {
    margin-top: 0;
  }

  .page-portfolio .pr__hero-1 video.ye-logo-large {
    max-width: 100%;
  }

  .page-portfolio .pr__hero-1 .ye-large .uk-grid .uk-first-column { min-height: 35vh; }

  .page-portfolio .pr__hero.uk-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  /* section formulaire */

  .page-portfolio .ye-formulaire-rendez-vous {
    padding: 60px 0 60px 0;
  }

  .page-portfolio .ye-formulaire-rendez-vous .ye-formulaire-container {
    width: 100%;
    padding: 5px 0px;
  }

  .page-portfolio .ye-formulaire-rendez-vous h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 34px;
  }

  /* section message */
  .page-portfolio .ye-message .ye-image-container {
    text-align: center;
  }
  
  .page-portfolio .ye-ico-message {
    display: inline-block;
    margin-bottom: 0;
  }

  /* section client description */
  .page-portfolio .ye-client-description {
    padding: 40px 0;
  }

  /* section preview site */
  .page-portfolio .ye-preview-siteweb {
    padding: 100px 0 170px 0;
  }

  .page-portfolio .ye-preview-siteweb .ye-h4 {
    margin-left: 30px;
    margin-bottom: 15px;
  }

  .page-portfolio .ye-preview-siteweb-l {
    padding-top: 270px;
    padding-bottom: 160px;
  }

  /* section mobiles */
  .page-portfolio .ye-mobiles picture,
  .page-portfolio .ye-mobiles picture.ye-mobile-left,
  .page-portfolio .ye-mobiles picture.ye-mobile-middle{
    transform: translateX(13%);
    margin-left: 0;
    margin-bottom: -60px;
  }

  .page-portfolio .ye-mobiles picture.ye-mobile-middle{
    margin-left: 0;
    margin-right: 0;
  }

  .page-portfolio .ye-mobiles {
    padding-bottom: 70px;
  }

  /* section magasiner les artciles */
  .page-portfolio .ye-magasiner-articles {
    padding-top: 215px;
  }

  /* ------------------- */
  /* page Carrefour */
  /* -------------------- */
  .page-portfolio .ye-bulles-services{
    padding: 70px 0 70px 0;
  }

  .page-portfolio .ye-bulles-services .ye-h4{
    margin-left: 0;
    margin-bottom: 50px;
    text-align: center;
  }

  .page-portfolio .ye-bulles-services picture{
    display: block;
    text-align: center;
  }

  .page-portfolio .ye-carrefour-image {
    height: 50vh;
  }

  /* section carrefour responsive */
  .page-portfolio .ye-carrefour-responsive {
    padding: 60px 0 30px 0;
  }

  .page-portfolio .ye-carrefour-responsive-im {
    padding: 0 15px 60px 15px;    
  }

  /* -------------------------*/
  /* page Royal extermination */
  /* -------------------------*/

  /* section bande */
  .page-portfolio .ye-royal-bande{ padding: 70px 0; }

  /* section responsive */
  .page-portfolio .ye-royal-responsive-2 picture,
  .page-portfolio .ye-royal-responsive-2 picture.ye-mobile-left,
  .page-portfolio .ye-royal-responsive-2 picture.ye-mobile-middle{
    transform: translateX(13%);
    margin-left: 0;
    margin-bottom: -60px;
  }

  .page-portfolio .ye-royal-responsive-2 picture.ye-mobile-middle{
    margin-left: 0;
    margin-right: 0;
  }

  .page-portfolio .ye-royal-responsive-2 {
    padding-bottom: 70px;
  }

  /* ------------------------ */
  /* page Upa upa             */
  /* ------------------------ */  
  .page-portfolio .ye-upa-upa-siteweb {
    padding-bottom: 215px;
  }

  .page-portfolio .ye-upa-upa-video {
    padding: 250px 0 130px 0;
  }

  .page-portfolio .ye-upa-upa-tahiti {
    padding: 0px 0 390px 0;
  }

  /* ------------------- */
  /* page Boutique sofia */
  /* -------------------- */
  .page-portfolio .ye-sofia-siteweb picture {
    margin-top: -130px;
  }

  /* section mobile */
  .page-portfolio .ye-sofia-mobiles picture,
  .page-portfolio .ye-sofia-mobiles picture.ye-mobile-left,
  .page-portfolio .ye-sofia-mobiles picture.ye-mobile-middle{
    transform: translateX(13%);
    margin-left: 0;
    margin-bottom: -60px;
  }
  
  .page-portfolio .ye-sofia-mobiles picture.ye-mobile-middle{
    margin-left: 0;
    margin-right: 0;
  }
  
  .page-portfolio .ye-sofia-mobiles {
    padding-bottom: 70px;
  }


}

@media (max-width: 414px){

  /* section formulaire */
  .page-portfolio .ye-formulaire-rendez-vous h3 {
    font-size: 22px;
    line-height: 36px;
  }

  /* section message */
  .page-portfolio .ye-message h4 {
    font-size: 16px;
  }

  .page-portfolio .ye-ico {
    font-size: 18px;
  }

  /* section logos */
  .page-portfolio .ye-logos {
    padding-top: 15px;
    padding-bottom: 60px;
    margin-bottom: 0!important;
  }
 
  /* section slider */
  .page-portfolio .ye-slider-desktop{
    display: none;
  }

  .page-portfolio .ye-slider-mobile{
    display: block;
  }
  
  .page-portfolio .ye-logo-shopify-big{
    display: none;
  }

  /* section preview site */
  .page-portfolio .ye-preview-siteweb-l {
    padding-top: 140px;
  }

  /* ------------------------ */
  /* page Upa upa             */
  /* ------------------------ */    
  .page-portfolio .ye-upa-upa-video {
    padding: 150px 0 90px 0;
  }

  .page-portfolio .ye-upa-upa-tahiti {
    padding: 0px 0 330px 0;
  }

  /* ------------------------ */
  /* page Royal extermination */
  /* ------------------------ */    
  .page-portfolio.page-royal .pr__hero-1 .ye-large .uk-grid .uk-first-column {
    min-height: 20vh;
  }

}

/* page villes */

/* general */
.page-villes .uk-container{
  max-width: 1365px;
}

.page-villes .pr__hr__primary {
  border-width: 2px;
}

.page-villes .ye-h2{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0;
}

.page-villes p{
  font-family: "Poppins", sans-serif;
}

.page-villes .ye-rouge{
  color: #DB1E35!important;
}

.page-villes .ye-vert-line{
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 20px;
}

.page-villes .ye-vert-line::before{
  content: "";
  position: absolute;
  left: 50%;
  height: 50px;
  width: 2px;
  background-color: #B70808;
  bottom: 0;
}

.page-villes .ye-h3-eb{
  font-size: 50px;
  font-weight: 900;
  color: #242D3C;
  margin-bottom: 0;
}

.page-villes .ye-h4{
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #DB1E35;
  text-transform: uppercase;
  letter-spacing: -0.20px;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-villes .ye-h4.sm{
  font-size: 16px;
}

.page-villes .ye-p{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;  
  color: #212529;
  margin-top: 0;
}

/* section hero */

.page-villes .ye-background-hero{
  background-image: url('./assets/images/webp/villes/hero.webp'); 
  background-size: cover!important; 
  background-repeat: no-repeat!important; 
  background-position: right;
}

.page-villes .pr__hero{
  padding-bottom: 150px;
  position: relative;
}

.page-villes .pr__hero .ye-hero-container{
  display: flex;
}

.page-villes .pr__hero h3:first-of-type{
  /* margin-left: -220px; */
}

.page-villes .pr__hero h3{
  font-size: 90px;
  font-weight: 900;
  line-height: 1em;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 5px;
}

.page-villes .pr__hero p{
  color: #fff;
  margin-bottom: 0;
  margin-top: 20px;
}


.page-villes .pr__hero .uk-button{
  color: #fff;
  height: 40px;
  padding-top: 0;
  margin-top: 10px;
}

.page-villes .ye-formulaire-droite{
    width: 440px;
    padding: 35px;
    border-radius: 8px;
    background-color: #fff;
}

.page-villes .ye-formulaire-droite .ye-container-texte{
  text-align: center;
  padding: 0 15px;
}

.page-villes .ye-formulaire-droite .ye-container-texte h4, .page-villes .ye-formulaire-droite .ye-container-texte .lb-h4{
  font-size: 24px;
}

.page-villes .ye-formulaire-droite .ye-container-texte p{
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #A8A8A8;
}

/* section faire affaires */
.page-villes .ye-faire-affaires{
  padding-top: 20px;
  padding-bottom: 100px;
}

.page-villes .ye-faire-affaires >.uk-container{ 
  max-width: 1460px;
}

.page-villes .ye-faire-affaires .ye-p{ margin-top: 40px; }
.page-villes .ye-p strong{ color: #DB1E35; }

/* section services */
.page-villes .pr__services .uk-container{
  max-width: 1460px;
}

.page-villes .pr__services .item.service-box.style-one > .inner {
  align-items: center;
  padding: 0 30px;
  height: 90px;
}

/* section contactez */
.page-villes .ye-contactez h3, .page-villes .ye-contactez .lb-h3{
  font-size: 24px;
  font-weight: 600;
}

.page-villes .ye-contactez h3 strong, .page-villes .ye-contactez .lb-h3 strong{
  font-size: 35px;
  color: #DB1E35;
  display: block;
}

.page-villes .ye-logos.uk-section{
  padding-bottom: 0;
}

/* section avantages */

.page-villes .ye-avantages-1{
  background-image: url(./assets/images/villes/fond-noir.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130px 0 170px 0;
}

.page-villes .ye-avantages-1 h3, .page-villes .ye-avantages-1 .lb-h3{
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
}

.page-villes .ye-avantages-2{
  margin-top: -130px;
  padding-bottom: 120px;
}

.page-villes .ye-avantages-2 .uk-card{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  background-color: #2E2E2E;
}

.page-villes .ye-avantages-2 .uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover{
  background-color: #DB1E35;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.page-villes .ye-avantages-2 .uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover .pr__hr__primary{
  border-color: #fff!important;
}

.page-villes .ye-avantages-2 .uk-card .uk-card-header{
  padding: 40px 25px 10px 25px;
}

.page-villes .ye-avantages-2 .uk-card .uk-card-header .uk-card-title{
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.page-villes .ye-avantages-2 .uk-card .uk-card-body{
  padding: 25px;
  padding-top: 0;
}

.page-villes .ye-avantages-2 .uk-card .uk-card-body .pr__hr__primary{
  margin-bottom: 14px;
}

.page-villes .ye-avantages-2 .uk-card .uk-card-body p{
  font-size: 14px;
  color: #fff;
  height: 115px;
}


/* section notre equipe */
.page-villes .ye-notre-equipe .uk-container{
  max-width: 1650px;
}

.page-villes .ye-notre-equipe .ye-photos{
  padding-left: 10px;
}

.page-villes .ye-notre-equipe .ye-photos .ye-photo-haut{
  background-image: url(./assets/images/webp/villes/equipe-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-villes .ye-notre-equipe .ye-photos .ye-photo-bas{
  background-image: url(./assets/images/webp/villes/equipe-3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-villes .ye-notre-equipe .ye-photo-grande{
  background-image: url(./assets/images/webp/villes/equipe-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}


/* section temoignages */
.page-villes .uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px;
}

.page-villes .ye-temoignages{
  padding: 140px 0 120px 0;
}

.page-villes .ye-temoignages > .uk-container{
  max-width: 1650px;
}

.page-villes .ye-temoignages .ye-temoignage-container{
  box-shadow: 0 3px 20px rgba(0,0,0,0.08);
  text-align: center;
}

.page-villes .ye-temoignages .ye-temoignage-container p{ height: 115px }

.page-villes .ye-temoignages .ye-temoignage-container h4{
  font-size: 21px;
  font-weight: 900;
  color: #020B1B;
  margin-top: 20px;
  margin-bottom: 2px;
}

.page-villes .ye-temoignages .uk-slider .uk-slider-nav{
  margin-top: 55px!important;
  margin-bottom: 60px;
}

.page-villes .ye-temoignages .uk-slider .uk-dotnav>*>* {
  width: 19px;
  height: 19px;
  background-color: rgba(102,102,102,.6);
  outline: 0;
  border-color: transparent;
}

.page-villes .ye-temoignages .uk-dotnav>*>:focus, .page-villes .ye-temoignages .uk-dotnav>*>:hover {
  background-color: #DB1E35;
  outline: 0;
  border-color: transparent;
}

.page-villes .ye-temoignages .uk-slider .uk-dotnav > .uk-active > * {
  background-color: #DB1E35;
}

/* section confiance */
.page-villes .ye-confiance .ye-h4{
  margin-bottom: 45px;
}

.page-villes .ye-confiance picture{
  display: block;
  text-align: center;
}

.page-villes .ye-confiance .ye-correction-margin{
  margin-left: -3%;
  margin-right: -3%;
}

/* section decouvres nos réalisations */
.page-villes .ye-decouvrez-realisations{
  background-image: url(./assets/images/villes/fond-noir.jpg);
  background-position: center;
  padding: 105px 0 120px 0;
}

.page-villes .ye-decouvrez-realisations h3, .page-villes .ye-decouvrez-realisations .lb-h3{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  color: #fff;
}

.page-villes .ye-decouvrez-realisations .button{
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

/* section formulaire en bas */
.page-villes .contactform-sec{
  margin-top: -70px;
  padding-top: 0;
  z-index: 1;
  background-color: transparent;
}

@media (max-width: 1550px){
  /* section notre equipe */
  .ye-notre-equipe .ye-photos {
    display: none;
  }

  .ye-notre-equipe .ye-photo-grande{
    width: 100%;
    background-position: 0% 12%;
  }

}

@media (max-width: 1450px){
  /* hero */
  .page-villes .pr__hero .ye-texte-gauche{
    padding-left: 70px;
  }
  .page-villes .pr__hero h3{
    font-size: 50px;
  }
}

@media (max-width: 1260px){
  /* menu */
  .pr__header .inner .navbar a {
    font-size: 13px;
  }

}

@media (max-width: 1200px){
  /* general */
  .page-villes h2 {
    font-size: 32px;
    line-height: 45px;
  }

  .page-villes .ye-vert-line {
    padding-bottom: 80px;
  }

  /* section hero   */
  .page-villes .pr__hero .ye-texte-gauche {
    padding-left: 30px;
  }

  .page-villes .pr__hero h3:first-of-type {
    margin-left: -150px;
  }  

  .page-villes .pr__hero h3 {
    font-size: 62px;
    line-height: 66px;
  }
  
  .page-villes .pr__hero p{
    font-size: 15px;
    display: none;
  }

  .page-villes .ye-formulaire-droite {
    width: 420px;
    padding: 22px;
    padding-bottom: 10px;
  }

  .page-villes .ye-formulaire-droite .ye-container-texte h4 {
    font-size: 20px;
  }

  .page-villes .ye-formulaire-droite .ye-container-texte p{
    font-size: 15px;
  }

  /* section temoignages */
  .page-villes .ye-temoignages .ye-message-container {
    padding: 40px 20px 95px 20px;    
  }

  .page-villes .ye-temoignages .ye-message-container .ye-message {
    font-size: 22px;
    line-height: 32px;
  }

  /* section decouvrez nos realisations */
  .page-villes .ye-decouvrez-realisations h3, .page-villes .ye-decouvrez-realisations .lb-h3 {
    font-size: 25px;
  }

  .page-villes .ye-decouvrez-realisations .button {
    font-size: 22px;
  }

  /* section formulaire */
  .page-villes .ye-formulaire .ye-formulaire-container {
    padding: 20px;
  }

  .page-villes .ye-formulaire .ye-formulaire-container h3 {
    font-size: 15px;
  }
}

@media (max-width: 1024px){
  /* menu */
  .pr__header .inner .navbar a {
    font-size: 12px;
  }

}

@media (max-width: 959px){
  /* general */
  .page-villes .ye-vert-line {
    padding-bottom: 25px;
  }

  /* section hero   */
  .page-villes .ye-formulaire-droite {
    width: 325px;
    padding: 12px;
    padding-bottom: 10px;
  }

  .page-villes .pr__hero h3 {
    font-size: 49px;
    line-height: 49px;
  }

  .page-villes .pr__hero h3:first-of-type {
    margin-left: -118px;
  }


  /* section avantages */
  .page-villes .ye-avantages-2 .uk-card .uk-card-body p {
    height: 60px;
  }

  .page-villes .ye-avantages-2 {
    margin-top: -120px;
    padding-bottom: 70px;
  }

  /* section notre equipe */
  .page-villes .ye-notre-equipe .uk-grid > .uk-grid{
    margin-left: 0;
  }

  .page-villes .ye-notre-equipe .ye-photo-grande {
    padding: 250px 0;
  }

  /* section temoignages */
  .page-villes .ye-temoignages .ye-section-client {
    margin-left: 50%;
  }

  /* section decouvrez nos realisations */
  /* section decouvrez nos realisations */
  .page-villes .ye-decouvrez-realisations{
    text-align: center;  
    padding-top: 20px;
    padding-bottom: 90px;  
  }

  .page-villes .ye-decouvrez-realisations h3, .page-villes .ye-decouvrez-realisations .lb-h3 {
    font-size: 20px;
    text-align: center;
  }
  
  .page-villes .ye-decouvrez-realisations .button {
    font-size: 17px;
  }


}

@media (max-width: 768px){
  /* section hero   */
  .page-villes .ye-background-hero {
    background-image: url('./assets/images/webp/villes/hero-mobile.webp'); 
    background-position: bottom;
    background-attachment: fixed;
  }
  .page-villes .pr__hero{padding-top: 0; padding-bottom: 30px;}
  .page-villes .pr__hero .ye-hero-container{
    align-items: center;
    flex-direction: column;
  }

  .page-villes .pr__hero .ye-texte-gauche {
    margin: 0 auto;
  }

  .page-villes .pr__hero .ye-formulaire-droite{
    margin: 0 auto;
    margin-top: 0;
    width: 450px;
  }

  .page-villes .pr__hero h3 {
    font-size: 20px;
    line-height: 35px;
  } 

  .page-villes .pr__hero h3:first-of-type {
    margin-left: 0;
  } 
  .page-villes .pr__hero h3:first-of-type > span{display: inline-block !important;}
  
  /* section temoignages */
  .page-villes .ye-temoignages .ye-section-client {
    margin-left: 35%;
  }

  .page-villes .ye-formulaire-droite .ye-container-texte .lb-h4{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .page-villes .ye-h2{
    font-size: 22px;
    line-height: 30px;
  }
  .page-villes .ye-faire-affaires .ye-p{
    margin-top: 0;
  }

}

@media (max-width: 959px){
  /* section temoignages */
  .page-villes .ye-temoignages .ye-temoignage-container p{ height: initial; }

}

@media (max-width: 640px){
  /* general */
  .page-villes h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .page-villes .ye-h3-eb {
    font-size: 35px;
    margin-bottom: 6px;
  }

  .page-villes .ye-h4 {
    font-size: 16px;
  }

  /* section hero   */
  .page-villes .pr__hero .ye-container-texte {
    margin-left: 0px;
  }

  .page-villes .pr__hero .ye-container-texte .ye-container-titre {
    margin-right: 55px;
  }

  .page-villes .pr__hero .ye-formulaire-droite {
    width: 100%;
    /* margin-left: 30px; */
  }
  .page-villes .pr__hero .ye-formulaire-droite iframe{
    max-height: 343px;
  }

  /* section faire affaires */
  .page-villes .ye-faire-affaires {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-villes .ye-faire-affaires p {
    margin-top: 0;
  }

  /* section services */
  .page-villes .ye-services .uk-card{
    margin-bottom: 30px;
  }

  .page-villes .ye-services .uk-card-header {
    width: 320px;
    margin: 0 auto;
  }

  .page-villes .ye-services .uk-card-body {
    width: 268px;
    margin: 0 auto;
  }

  /* section avantages */
  .page-villes .ye-avantages-1 h3, .page-villes .ye-avantages-1 .lb-h3 {
    font-size: 20px;
  }

  .page-villes .ye-avantages-2 .uk-card .uk-card-body p {
    height: 85px;
  }

  /* section notre eqiupe */
  .page-villes .ye-notre-equipe .ye-photo-grande {
    padding: 140px 0;
  }

  /* section temoignages */
  .page-villes .ye-temoignages {
    padding: 60px 0 20px 0;
  }

  /* section confiance */
  .ye-confiance .uk-grid > div:not(:first-of-type){
    margin-top: 50px;
  }

  /* nos realisations */
  .page-villes .ye-decouvrez-realisations {
    padding-top: 75px;
    padding-bottom: 95px;
  }

  .page-villes .ye-decouvrez-realisations h3, .page-villes .ye-decouvrez-realisations .lb-h3 {
    line-height: 30px;
  }

}  


@media (max-width: 414px){

  /* section temoignages */
  .page-villes .ye-temoignages .uk-slider-container .uk-slider-items .uk-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .page-villes .ye-temoignages .ye-section-client picture{
    order: 1;
    margin-left: 0;
  }

}

.h2-accueil{
  font-size: 17px;
  font-weight: 400 ;
  font-style: normal;
  letter-spacing: -.01em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 600px;
}

@media (max-width: 768px){
  
  .h2-accueil {
    width: 275px;
  }

}

/*Page Single - Projet */
@media screen and (min-width: 960px){
  .single-projet-item .pr__hero__wrap .pr__hero .uk-grid > div:nth-of-type(1){padding-right: 10vw;}
}