/* IMPORT FONTS */
@font-face {
  font-family: 'Carnas';
  src: url('../fonts/Carnas-Bold.eot');
  src: url('../fonts/Carnas-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Carnas-Bold.woff2') format('woff2'),
    url('../fonts/Carnas-Bold.woff') format('woff'),
    url('../fonts/Carnas-Bold.ttf') format('truetype'),
    url('../fonts/Carnas-Bold.svg#Carnas-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Carnas';
  src: url('../fonts/Carnas-Light.eot');
  src: url('../fonts/Carnas-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Carnas-Light.woff2') format('woff2'),
    url('../fonts/Carnas-Light.woff') format('woff'),
    url('../fonts/Carnas-Light.ttf') format('truetype'),
    url('../fonts/Carnas-Light.svg#Carnas-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}




/* RESET */
body,
ul,
li,
ol,
form,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p {
 /* padding: 0;*/
  margin: 0;
  border: 0;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

input,
textarea {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
}

* {
  outline: none !important;
}

strong,
b {
  font-weight: bold;
  font-family: Carnas;
}

ul {
  list-style-type: none;
}

body {
  font: 300 16px/26px Carnas;
  color: #3A3A3A
}

a {
  text-decoration: none;
  color: #E59924;
  outline: none;
}

img {
  border: none;
}

p {
  margin-bottom: 24px
}

.slick-dots {
  width: 100%;
  height: 14px;
  position: relative;
  text-align: center;
  padding: 0;
  line-height: 0;
  z-index: 50;
  margin-top: 30px;
  margin-bottom: 30px
}

.slick-dots li {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 7.5px;
  text-indent: -9999px
}

.slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  background: none;
  outline: none;
  padding: 0;
  border: 1px solid #E59924;
  border-radius: 50%
}

.slick-active button {
  background: #E59924;
}

/* CLASS */
body {
  background: url(../images/bg-body.png) repeat-y left top;
  overflow-x: hidden;
  background-size: 80%
}

.clear {
  clear: both;
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clr:after {
  content: '';
  display: table;
  width: 100%;
  clear: both
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.btn-secondary {
  background-color: #F9BA15;
  border-color: #F9BA15;
  border-radius: 0;
  color: #fff;
  padding: 12px 29px;
  min-width: 153px;
  text-transform: uppercase;
}

.btn-secondary:hover {
  background-color: transparent;
  color: #F9BA15;
  border-color: #F9BA15
}

.btn-primary {
  background-color: transparent;
  border-color: #2E1B0C;
  border-radius: 0;
  color: #2E1B0C;
  padding: 12px 29px;
  text-transform: uppercase;
  min-width: 153px
}

.btn-primary:hover {
  background-color: #2E1B0C;
  color: #fff;
  border-color: #2E1B0C
}


h2 {
  font: 300 52px/normal Carnas;
  position: relative;
  color: #2E1B0C;
  text-transform: uppercase;
  margin-bottom: 28px
}

h2 strong {
  color: #F9BA15
}

/* HEADER */
#header {
  padding-bottom: 75px;
}

.headerTop {
  background-color: #2E1B0C;
  height: 76px;
  width: 100%;
  display: flex;
  align-items: center;
  border-top: #F5B714 solid 3px;
  position: fixed;
  z-index: 9999
}

.headerTop .container {
  max-width: 1366px
}

.logo {
  display: block;
  width: 122px;
}

.logo img {
  width: 100%
}

.headerTop.sticky {
  position: fixed;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
/*  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;*/
  z-index: 100;
  width: 100%;
}

#wrapper {
  transform: inherit !important;
  transform-style: inherit !important;
}

/* MENU */
.blcMenu {
  height: auto;
  display: flex;
  float: right
}

.menu>ul {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.menu li {
  display: inline-block;
  position: relative;
  margin: 0 23px
}

.menu a {
  width: auto;
  font: 300 16px/25px Carnas;
  display: block;
  position: relative;
  color: #927E6E;
  text-transform: uppercase;
  transition: all 400ms ease-in-out
}

.menu>ul>li.current-menu-item a {
  color: #F9BA15;
}

.menu>ul li a:hover {
  color: #F9BA15;
}

.menu a::after {
  content: "";
  background: #F9BA15;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  transition: all 400ms ease-in-out;
}

.menu a:hover::after {
  width: 100%
}

.menu>ul>li.selected a:after {
  width: 100%;
}

.menu>ul>li.selected a {
  color: #F9BA15;
}

/* BANNER */
.banner {
  padding-top: 222px;
  padding-bottom: 173px;
  position: relative;
}

.banner .txt {
  max-width: 660px
}

.banner .txt .logo-banner {
  margin-bottom: 50px;
  display: block;
}

.banner .txt h1 {
  font: 300 52px/82px Carnas;
  margin-bottom: 22px;
  margin-bottom: 20px
}

.banner .txt h1 strong {
  font-family: Carnas;
  color: #F9BA15
}

.banner .txt p {
  margin-bottom: 50px
}

.banner .blcBtn .btn {
  margin-right: 45px
}

.banner .image {
  position: relative;
  max-width: 500px;
  height: 500px
}

.banner p {
  line-height: 32px
}



/* A PROPOS */
.sec-apropos {
  padding: 37px 0 100px
}

.sec-apropos h3 {
  font: bold 22px/normal Carnas;
  margin-bottom: 39px
}

.sec-apropos p {
  position: relative;
}

.sec-apropos p:before {
  content: "";
  width: 31px;
  height: 9px;
  border-radius: 5px;
  position: absolute;
  left: -6px;
  top: 13px;
  display: block;
  background-color: #E59924;
  z-index: -1
}

.sec-apropos .image {
  position: relative;
  height: 460px;
  width: 460px
}

/* SERVICES */
.sec-services .container {
  max-width: 1300px;
}

.sec-services {
  padding: 141px 0 100px;
  text-align: center;
}

.sec-services h2 {
  margin-bottom: 23px
}

.sec-services .blcTitre {
  max-width: 460px;
  margin: 0 auto
}

.lstService .item .inner .img {
  width: 200px;
  height: 180px;
  position: relative;
  margin: 0 auto;
  transition: all 400ms ease-in-out;
  background-size: cover !important;
}

.lstService .item .inner img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: auto;
  display: block !important;
  width: 100%
}

.lstService .item .inner span {
  display: block;
  text-align: center;
  font: bold 14px/normal Carnas;
  color: #3A3A3A;
  transition: all 400ms ease-in-out;
  white-space: nowrap;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 68px;
  text-transform: uppercase;
}

.lstService {
  padding: 8px 0 0px
}

.lstService .item .inner {
  padding: 40px 0 0;
  display: block;
}

.lstService .item .inner .blc-img {
  position: relative;
  height: 222px;
  width: 250px;
}

.lstService .item .inner .img img {
  width: 40px;
  margin-top: 50px;
}

.lstService .item .inner .ico {
  position: absolute;
  transition: all 400ms ease-in-out
}

.lstService .item .inner.app-web .img {
  background: url(../images/service/deco1.png)
}

.lstService .item .inner.app-web .ico1 {
  left: 11px;
  top: 90px;
  width: 160px;
}

.lstService .item .inner.app-web .ico2 {
  top: 110px;
  right: 26px;
  width: 142px;
}

.lstService .item .inner.app-web .ico2 img {
  width: 100%
}

.lstService .item .inner.app-web:hover .ico1 {
  left: 15px
}

.lstService .item .inner.app-web:hover .ico2 {
  right: 30px;
}

.lstService .item .inner.design .img {
  background: url(../images/service/deco2.png)
}

.lstService .item .inner.design .blc-img .ico1 {
  bottom: 83px;
  width: 71px;
  left: 31px;
}

.lstService .item .inner.design .blc-img .ico1 img {
  width: 100%
}

.lstService .item .inner.design .blc-img .ico2 {
  width: 40px;
  right: 86px;
  top: 34px;
}

.lstService .item .inner.design .blc-img .ico2 img {
  width: 100%
}

.lstService .item .inner.design:hover .blc-img .ico1 {
  left: 35px
}

.lstService .item .inner.design:hover .blc-img .ico2 {
  top: 40px
}

.lstService .item .inner.sites .img {
  background: url(../images/service/deco3.png);
  width: 200px;
  height: 187px;
}

.lstService .item .inner.sites .blc-img .ico1 {
  bottom: 100px;
  width: 117px;
  left: 31px;
}

.lstService .item .inner.sites .blc-img .ico1 img {
  width: 100%
}

.lstService .item .inner.sites .blc-img .ico2 {
  right: 33px;
  top: 84px;
  width: 130px;
}

.lstService .item .inner.sites .blc-img .ico2 img {
  width: 100%
}

.lstService .item .inner.sites:hover .blc-img .ico1 {
  left: 37px;
  bottom: 103px;
}

.lstService .item .inner.sites:hover .blc-img .ico2 {
  right: 30px;
}

.lstService .item .inner.e-comm .img {
  background: url(../images/service/deco2.png)
}

.lstService .item .inner.e-comm .blc-img .ico1 {
  bottom: 53px;
  width: 62px;
  left: 45px;
}

.lstService .item .inner.e-comm .blc-img .ico1 img {
  width: 100%
}

.lstService .item .inner.e-comm .blc-img .ico2 {
  right: 73px;
  top: 38px;
  width: 53px;
}

.lstService .item .inner.e-comm .blc-img .ico2 img {
  width: 100%
}

.lstService .item .inner.e-comm:hover .blc-img .ico1 {
  left: 51px;
}

.lstService .item .inner.e-comm:hover .blc-img .ico2 {
  top: 45px;
}


.lstService .item .inner.intranet .img {
  background: url(../images/service/deco1.png)
}

.lstService .item .inner.intranet .blc-img .ico img {
  width: 100%
}

.lstService .item .inner.intranet .ico1 {
  left: 29px;
  top: 93px;
  width: 100px;
}

.lstService .item .inner.intranet .ico2 {
  top: 74px;
  right: 37px;
  width: 98px;
}

.lstService .item .inner.intranet:hover .blc-img .ico1 {
  left: 35px;
}

.lstService .item .inner.intranet:hover .blc-img .ico2 {
  right: 42px
}

.lstService .item .inner.app-mob .img {
  background: url(../images/service/deco2.png)
}

.lstService .item .inner.app-mob .blc-img .ico1 {
  top: 39px;
  width: 54px;
  left: 71px;
}

.lstService .item .inner.app-mob .blc-img .ico1 img {
  width: 100%
}

.lstService .item .inner.app-mob .blc-img .ico2 {
  width: 63px;
  right: 51px;
  top: 131px;
}

.lstService .item .inner.app-mob .blc-img .ico2 img {
  width: 100%
}

.lstService .item .btn {
  opacity: 0;
  transition: all 400ms ease-in-out;
  position: relative;
  left: 20px
}

.lstService .item .inner.app-mob:hover .blc-img .ico1 {
  top: 50px;
}

.lstService .item .inner.app-mob:hover .blc-img .ico2 {
  right: 55px
}

.lstService .item .inner:hover .blc-img span {
  color: #F9BA15
}






@media (min-width:992px) {

  .lstService .item:hover .btn {
    opacity: 1
  }
}


/* REFERENCE */
.sec-reference {
  padding: 72px 0 36px;
  text-align: center;
}

.sec-reference h2 {
  margin-bottom: 7px;
}

.carousel .carousel-item {
  opacity: 1 !important
}

.carousel .carousel-item {
  border-radius: 20px;
  width: 363px;
  visibility: visible;
}

.carousel .carousel-item.active img {
  box-shadow: 2px 1px 21px 5px rgba(221, 240, 251, 0.81);
  -webkit-box-shadow: 2px 1px 21px 5px rgba(221, 240, 251, 0.81);
  -moz-box-shadow: 2px 1px 21px 5px rgba(221, 240, 251, 0.81);
}

.carousel .carousel-item img {
  border-radius: 25px;
}

.carousel-item {
  display: flex;
  align-items: start;
  justify-content: center;
}

.carousel-item img {
  width: auto !important;
}

.carousel {
  margin-bottom: 28px
}

.carousel h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.carousel .inner {
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 0px -2px 22px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -2px 22px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -2px 22px -7px rgba(0, 0, 0, 0.4);
  padding: 20px;
  width: 363px;
  height: 363px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff
}

.carousel .active .inner {
  border: #F9BA15 solid 15px
}

.carousel .indicators {
  display: none;
}

.carousel-item {
  transition: none
}

.carousel .indicators .indicator-item {
  border: 1px solid #E59924;
  width: 14px;
  height: 14px
}

.carousel .indicators .indicator-item.active {
  background-color: #E59924
}

/* Partenaire */
.sec-partenaire {
  padding: 100px 0
}

.sec-partenaire .container {
  max-width: 1500px
}

.sec-partenaire h2 {
  font-weight: bold;
  font-size: 28px
}

.lstPartenaire .item .img {
  margin: 0 auto;
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lstPartenaire .item .img img {
  display: block;
  margin: 0 auto;
  width: auto;
}

/* PROJETS */
.sec-projet {
  padding: 84px 0 100px;
}

.sec-projet h3 {
  font: bold 28px/normal Carnas;
  text-transform: uppercase;
}

.sec-projet .blcBtn .btn {
  min-width: 250px;
  margin-bottom: 30px
}

.sec-projet .blcBtn {
  padding-top: 15px;
  position: relative;
  z-index: 20
}

.codeQR span {
  display: block;
  margin-bottom: 13px
}

.codeQR img {
  margin: auto;
  width: 114px
}

.lstAtout .ico {
  margin-bottom: 10px
}

.lstAtout .ico img {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: auto;
}

.lstAtout h4 {
  font: bold 16px/normal Carnas;
  margin-bottom: 20px
}

.lstAtout p {
  max-width: 290px;
  margin: 0 auto
}

.lstAtout {
  padding-top: 13px;
}

.lstAtout .inner {
  position: relative;
}

.lstAtout .inner::after {
  content: "";
  width: 40px;
  height: 200px;
  display: block;
  position: absolute;
  right: 8px;
  top: 0;
  background-size: cover;
  background-position: right;
  -webkit-box-shadow: 6px -2px 12px -8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px -2px 12px -8px rgba(0, 0, 0, 0.25);
  box-shadow: 6px -2px 18px -8px rgba(0, 0, 0, 0.25);
}

.lstAtout .item:last-child .inner::after {
  display: none;
}



/* FOOTER */
.blc-ftr {
  background-color: #e89900;
  border-top: #ead4aa solid 1px;
  position: relative
}

.blc-ftr:before {
  content: '';
  background: url(../images/bg-ftr.jpg) repeat-x top center;
  height: 26px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 10
}

.blc-ftr .container {
  padding: 32px 40px 26px
}

.bg-frt-l {
  background: url(../images/bg-ftr01.jpg) no-repeat;
  width: 197px;
  height: 187px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.bg-frt-r {
  background: url(../images/bg-ftr-r.jpg) no-repeat;
  width: 213px;
  height: 132px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0
}

.cont-ftr {
  float: left;
  width: 33%;
  position: relative;
  min-height: 166px;
}

.cont-ftr:after {
  content: '';
  background: url(../images/border-ftr.jpg) repeat-y;
  width: 2px;
  height: 155px;
  position: absolute;
  top: 0px;
  margin: auto;
  right: 0;
  display: block
}

.cont-ftr .titre {
  color: #2f1c0c;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Carnas";
  margin-bottom: 18px;
  display: block;
}

.cont-ftr ul li {
  color: #2f1c0c;
  font-size: 15px;
  line-height: 19px
}

.cont-ftr ul li a {
  color: #2f1c0c;
}

.cont-ftr.cols1 {
  background: url(../images/bg-ftr1.jpg) no-repeat bottom right;
}

.cont-ftr.cols2 {
  text-align: center;
  background: url(../images/bg-ftr2.jpg) no-repeat bottom right;
}

.cont-ftr.cols2 ul.lst-rs li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 5px
}

.cont-ftr.cols2 ul.lst-rs li a {
  text-indent: -150px;
  overflow: hidden;
  display: block;
  position: relative
}

ul.lst-rs li a {
  background-repeat: no-repeat;
  background-position: top center;
  width: 47px;
  height: 45px;
  display: block;
}

ul.lst-rs li.facebook a {
  background-image: url(../images/picto-fb.png)
}

ul.lst-rs li.behance a {
  background-image: url(../images/picto-be.png)
}

ul.lst-rs li.linkedin a {
  background-image: url(../images/picto-in.png)
}

ul.lst-rs li.vimeo a {
  background-image: url(../images/picto-v.png)
}

.cont-ftr.cols3 {
  padding-left: 45px;
}

.cont-ftr.cols3:after {
  background: none
}

.ftr-copy {
  background-color: #2e1b0c;
  height: 30px;
  line-height: 30px;
}

.ftr-copy .container {
  padding: 0 40px
}

.ftr-copy {
  color: #e89900;
  font-size: 12px;
}

.cont-subscribe {
  height: 40px;
  margin-top: 17px;
  position: relative;
}

.btn-txt-subsribe {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  max-width: 228px;
  border: 1px solid #2e1b0c;
  color: #2e1b0c;
  background: #edad00;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Carnas;
  text-align: center;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}

.btn-txt-subsribe:hover {
  background: #f2c200;
}

footer .tnp-subscription {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 282px;
  border: 1px solid #2e1b0c;
  background: #fff;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tnp-subscription div.tnp-field {
  margin-bottom: 10px;
  border: 0;
  padding: 0;
}

footer .tnp-subscription div.tnp-field-button {
  position: absolute;
  top: 0;
  right: 50px;
  padding: 0;
}

footer .tnp-subscription div.tnp-field {
  padding-right: 50px;
  position: relative;
  height: 38px;
  margin-bottom: 0;
}

.tnp-subscription input[type="text"],
.tnp-subscription input[type="email"],
.tnp-subscription input[type="submit"],
.tnp-subscription select {
  width: 100%;
  height: 50px;
  padding: 10px;
  display: block;
  border: 1px;
  border-color: #ddd;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  color: #444;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
}

footer .tnp-subscription input.tnp-submit {
  width: 50px;
  height: 38px;
  background: #2e1b0c url(../images/pic-mail.png) center no-repeat;
  text-indent: 999px;
  overflow: hidden;
}

ul.lst-rs li a:hover {
  opacity: 0.5;
}

.cont-ftr ul li a:hover {
  color: #927E6E;
}

footer .tnp-subscription div.tnp-field-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}


footer .tnp-subscription input[type="email"]::-webkit-input-placeholder {
  opacity: 1;
  color: #2f1c0c;
}

footer .tnp-subscription input[type="email"]:-moz-placeholder {
  opacity: 1;
  color: #2f1c0c;
}

footer .tnp-subscription input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #2f1c0c;
}


/*END FOOTER */

.slick-dots li {
  width: 14px;
  height: 14px
}

@media (min-width:1201px) {

  .wrapMenuMobile,
  .menu .vueMobile {
    display: none;
  }

}

@media (min-width:992px) {
  .blcMenu .menu ul {
    display: block !important;
  }

}

/* RESPONSIVE */

@media (max-width:1280px) {
  .container {
    padding: 0 30px
  }

  .menu li {
    margin: 0 15px
  }
}

@media (max-width:991px) {
  .wrapMenuMobile {
    width: 60px;
    height: 60px;
    display: block;
    z-index: 9999;
    transition: all 400ms ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    position: fixed;
    position: fixed;
    right: 40px;
    top: 9px;
    background: #f5b714;
    border-radius: 50%;
  }

  .menuMobile {
    width: 60px;
    display: block;
    height: 60px;
    cursor: pointer;
    position: relative;
    line-height: 20px;
    border: none;
    text-indent: 37px;
    line-height: 28px;
  }

  .menuMobile>div {
    width: 20px;
    height: 2px;
    background: #927E6E;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    margin-top: -1px;
  }

  .menuMobile>div:before {
    width: 100%;
    height: 2px;
    background: #927E6E;
    position: absolute;
    right: 0;
    top: 8px;
    content: "";
  }

  .menuMobile>div:after {
    width: 100%;
    height: 2px;
    background: #927E6E;
    position: absolute;
    right: 0;
    top: -8px;
    content: "";
  }

  .menuMobile.active>div {
    height: 0px;
  }

  .menuMobile.active>div::before {
    top: 0;
    transform: rotate(45deg);
  }

  .menuMobile.active>div::after {
    top: 0;
    transform: rotate(-45deg);
  }

  input[type=checkbox] {
    display: none;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #2e1b0c;
    -webkit-clip-path: circle(25px at calc(100% - 45px) 45px);
    clip-path: circle(25px at calc(100% - 45px) 45px);
    transition: all 0.7s ease-in-out;
    border-top: #F5B714 solid 3px
  }

  .menu-btn {
    position: fixed;
    z-index: 2;
    right: 10px;
    /*left: 20px; */
    top: 8px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }

  .menu-btn span,
  .menu-btn:before,
  .menu-btn:after {
    content: "";
    position: absolute;
    top: calc(60% - 1px);
    left: 10%;
    width: 70%;
    border-bottom: 2px solid #927E6E;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .menu-btn:before {
    transform: translateY(-13px);
  }

  .menu-btn:after {
    transform: translateY(13px);
  }

  .close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background 0.6s;
  }

  .menu ul {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
  }

  .menu ul li {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }

  .menu ul li a {
    position: relative;
    padding: 5px 0;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    color: #927E6E;
    border-radius: 50px;
    transform: translateY(0);
    transition: all 0.3s ease;
  }

  .menu ul li a:hover {
    color: #F9BA15;
  }

  #active:checked~.menu {
    -webkit-clip-path: circle(75% at calc(75% - 25%) 50%);
    clip-path: circle(75% at calc(75% - 25%) 50%);
  }

  #active:checked~.menu ul li {
    opacity: 1;
    transform: translateY(0);
    transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
  }

  #active:checked~.menu ul li:nth-child(1) {
    transition-delay: 0.1s;
  }

  #active:checked~.menu ul li:nth-child(2) {
    transition-delay: 0.2s;
  }

  #active:checked~.menu ul li:nth-child(3) {
    transition-delay: 0.3s;
  }

  #active:checked~.menu ul li:nth-child(4) {
    transition-delay: 0.4s;
  }

  #active:checked~.menu ul li:nth-child(5) {
    transition-delay: 0.5s;
  }

  #active:checked+.menu-btn span {
    transform: scaleX(0);
  }

  #active:checked+.menu-btn:before {
    transform: rotate(45deg);
    border-color: #927E6E;
  }

  #active:checked+.menu-btn:after {
    transform: rotate(-45deg);
    border-color: #927E6E;
  }

}

@media (max-width:1200px) {
  .banner .txt {
    width: 50%
  }

}

@media (max-width:1024px) {
  .banner {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .sec-apropos {
    padding: 37px 0 50px;
  }

  .sec-services {
    padding: 50px 0;
  }

  .sec-reference {
    padding: 50px 0 36px;
  }

  .sec-partenaire {
    padding: 50px 0;
  }

  .sec-projet {
    padding: 50px 0;
  }

  .sec-apropos .image {
    width: 100%
  }



}

@media (max-width:991px) {
  .headerTop {
    position: fixed;
    z-index: 9999
  }

  .banner {
    padding-top: 50px;
    flex-direction: column;
  }

  .banner .txt {
    width: 100%;
    margin-bottom: 40px;
  }

  .banner .image {
    width: 100%;
    margin: 0 auto
  }

  .sec-apropos {
    padding: 37px 0 30px;
  }

  .sec-services {
    padding: 30px 0;
  }

  .sec-reference {
    padding: 30px 0 36px;
  }

  .sec-partenaire {
    padding: 0;
  }

  .sec-projet {
    padding: 0 0 30px
  }

  .lstService .item .inner {
    padding-bottom: 0
  }

  .cont-ftr {
    float: none;
    width: 100%;
    text-align: center;
    min-height: inherit;
  }

  .cont-ftr.cols3 {
    padding-left: 0;
  }

  .cont-ftr.cols2,
  .cont-ftr.cols1 {
    margin-bottom: 20px;
  }

  .lstService {
    padding: 0
  }

  .sec-services .blcTitre {
    margin-bottom: 10px !important;
  }

  .bg-frt-r {
    display: none;
  }

  .cont-ftr::after {
    display: none;
  }

  .lstAtout .inner::after {
    display: none;
  }

  .blcBanner {
    padding-top: 76px;
  }

  .lstService .btn {
    opacity: 1;
  }

  .lstService .item .btn {
    opacity: 1;
    left: -6px;
    margin-top: 20px
  }


}

@media (max-width:767px) {
  .banner {
    padding-bottom: 60px;
  }

  .banner .txt h1 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 15px
  }

  .banner .txt .logo-banner {
    margin-bottom: 30px;
  }

  .sec-apropos .row {
    flex-direction: column-reverse;
  }

  .sec-apropos .txt {
    margin-bottom: 40px;
  }

  .sec-apropos .image {
    position: relative;
    height: 460px;
    margin: 0 auto 40px;
    max-width: 380px;
    width: 100%;
  }
}

@media (max-width:600px) {
  .wrapMenuMobile {
    right: 10px
  }

  .container {
    padding: 0 20px;
  }

  .banner {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .banner .txt .logo-banner {
    width: 250px;
    margin-bottom: 20px
  }

  .banner .txt .logo-banner img {
    width: 100%;
    display: block;
  }

  .banner .txt h1 {
    font-size: 40px
  }

  h2 {
    font-size: 40px;
    margin-bottom: 15px
  }

  .sec-apropos h3 {
    margin-bottom: 20px
  }

  .sec-apropos .btn {
    margin-top: 10px !important;
  }

  .sec-services {
    padding: 20px 0;
  }

  .carousel .inner {
    width: 300px;
    height: 300px
  }

  .carousel .carousel-item {
    width: 300px !important;
  }

  .banner .image {
    max-width: 400px;
    height: 400px
  }

  .sec-reference {
    padding: 30px 0 40px;
  }

  #slideAtout .slick-dots {
    margin-top: 10px;
  }

  .sec-apropos .anim1 {
    width: 100%
  }

  .carousel-item img {
    width: 100% !important;
  }

  .carousel .carousel-item.active .inner {
    box-shadow: none
  }

  .carousel {
    -webkit-perspective: inherit;
    perspective: inherit;
  }

  .carousel .indicators {
    display: block;
  }

  .carousel .carousel-item {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .carousel .carousel-item.active {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .carousel {
    margin-bottom: 25px
  }

  .carousel {
    height: 350px;
  }

  .carousel .indicators {
    bottom: -20px
  }

  .sec-reference h2 {
    margin-bottom: 15px;
  }

  .lstAtout .inner .card-body {
    margin-bottom: 15px;
  }

  .lstService .item .inner .blc-img {
    margin: 0 auto
  }


}

@media (max-width:480px) {
  .banner .txt h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 35px
  }

  .banner .blcBtn .btn {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .banner .txt p {
    margin-bottom: 30px;
  }

  .banner .blcBtn .btn {
    min-width: 130px;
  }

  .banner .image {
    height: 300px;
    max-width: 300px
  }

  .carousel .inner {
    width: 250px;
    height: 250px;
  }

  .carousel .carousel-item {
    width: 250px !important;
    height: 250px
  }

  .carousel {
    margin-top: 20px
  }

}


/* FIX REGRESSION STEP */

.blc-step {
  max-width: 820px;
  margin: auto;
  height: 770px;
  position: relative;
  z-index: 55;
}

.info-step {
  color: #fff;
  font: normal 18px/24px Carnas;
  margin-top: 4px;

}

.step,
.step .ico {
  position: relative;
}

.step .ico {
  display: inline-block;
}

.step .ico img {
  position: relative;
  z-index: 2;
}

/*STEP1*/
.step1 {
  width: 190px;
  margin: auto;
  position: relative !important;
}

.step1 .ico {
  padding: 15px 0 10px;
}

.step1 .ico:before {
  content: '';
  width: 29px;
  height: 25px;
  background: url(../images/apropos/deco1-step1.svg)center no-repeat;
  position: absolute;
  top: 0;
  left: -10px;
  transition: all ease-in-out .4s;
}





.step1 .ico:after {
  content: '';
  width: 56px;
  height: 50px;
  background: url(../images/apropos/deco2-step1.svg)center no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all ease-in-out .4s;
}



/*STEP2*/
.step2 {
  width: 320px;
  position: absolute;
  right: -75px !important;
  top: 125px !important;
  left: inherit !important;
}

.step2 .ico::before {
  content: '';
  width: 36px;
  height: 41px;
  background: url(../images/apropos/deco1-step2.svg)center no-repeat;
  position: absolute;
  top: -15px;
  left: -10px;
  transition: all ease-in-out .4s;
}



.step2 .ico::after {
  content: '';
  width: 36px;
  height: 41px;
  background: url(../images/apropos/deco2-step2.svg)center no-repeat;
  position: absolute;
  bottom: 6px;
  right: 0;
  transition: all ease-in-out .4s;
}



/*STEP3*/

.step3 {
  width: 280px;
  position: absolute;
  right: -64px !important;
  top: 316px !important;
  left: inherit !important;
}

.step3 .ico {
  padding: 7px 0 10px 6px;
}

.step3 .ico::before {
  content: '';
  width: 36px;
  height: 41px;
  background: url(../images/apropos/deco1-step3.svg)center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease-in-out .4s;
}



.step3 .ico::after {
  content: '';
  width: 27px;
  height: 31px;
  background: url(../images/apropos/deco2-step3.svg)center no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all ease-in-out .4s;
}



/*STEP4*/
.step4 {
  width: 120px;
  position: absolute;
  right: 170px !important;
  bottom: 90px !important;
  left: inherit !important;
  top: inherit !important;
}

.step4 .info-step {
  padding-left: 10px;
}

.step4 .ico::before {
  content: '';
  width: 41px;
  height: 36px;
  background: url(../images/apropos/deco1-step4.svg)center no-repeat;
  position: absolute;
  top: 0;
  left: 12px;
  transition: all ease-in-out .4s;
}


.step4 .ico::after {
  content: '';
  width: 30px;
  height: 26px;
  background: url(../images/apropos/deco2-step4.svg)center no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  transition: all ease-in-out .4s;
}




/*STEP5*/
.step5 {
  width: 220px;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  bottom: 0 !important;
  top: inherit !important;
}

.step5 .ico {
  padding-right: 20px
}

.step5 .ico::before {
  content: '';
  width: 57px;
  height: 50px;
  background: url(../images/apropos/deco1-step5.svg)center no-repeat;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: all ease-in-out .4s;
}


.step5 .ico::after {
  content: '';
  width: 29px;
  height: 25px;
  background: url(../images/apropos/deco2-step5.svg)center no-repeat;
  position: absolute;
  top: 28px;
  right: 0;
  transition: all ease-in-out .4s;
  transition-delay: .4s;
}


/*STEP6*/
.step6 {
  width: 310px;
  position: absolute;
  left: -114px !important;
  bottom: 90px !important;
  top: inherit !important;
  text-align: right;

}

.step6 .ico::before {
  content: '';
  width: 28px;
  height: 33px;
  background: url(../images/apropos/deco1-step6.svg)center no-repeat;
  position: absolute;
  top: 20px;
  left: 4px;
  transition: all ease-in-out .4s;
}



.step6 .ico {
  padding-right: 15px;
}

.step6 .ico::after {
  content: '';
  width: 56px;
  height: 64px;
  background: url(../images/apropos/deco2-step6.svg)center no-repeat;
  position: absolute;
  top: 14px;
  right: 0;
  transition: all ease-in-out .4s;
}



.step6 .ico .deco {
  width: 15px;
  height: 18px;
  background: url(../images/apropos/deco3-step6.svg)center no-repeat;
  position: absolute;
  left: 0;
  top: inherit;
  bottom: 27px;
  transition: all ease-in-out .4s;
}


/*STEP7*/
.step7 {
  width: 92px;
  position: absolute;
  left: 0 !important;
  top: 340px !important;
}

.step7 .info-step {
  text-align: right;
}

.step7 .ico::before {
  content: '';
  width: 66px;
  height: 57px;
  background: url(../images/apropos/deco1-step7.svg)center no-repeat;
  position: absolute;
  top: 12px;
  left: -14px;
  transition: all ease-in-out .4s;
}


.step7 .ico::after {
  content: '';
  width: 18px;
  height: 25px;
  background: url(../images/apropos/deco2-step7.svg)center no-repeat;
  position: absolute;
  top: 27px;
  right: -12px;
  transition: all ease-in-out .4s;
}




/*STEP8*/
.step8 {
  width: 310px;
  position: absolute;
  left: -127px !important;
  top: 145px !important;

}

.step8 .inner-step {
  text-align: right;
}

.step8 .ico::before {
  content: '';
  width: 36px;
  height: 41px;
  background: url(../images/apropos/deco1-step8.svg)center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease-in-out .4s;
}


.step8 .ico::after {
  content: '';
  width: 41px;
  height: 36px;
  background: url(../images/apropos/deco2-step8.svg)center no-repeat;
  position: absolute;
  bottom: 8px;
  right: -5px;
  transition: all ease-in-out .4s;
}




.logo-step {
  width: 199px;
  height: 152px;
  position: absolute;
  top: 324px !important;
  left: 278px !important;
}


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

  .step1:hover .ico::before {
    left: 0;

  }


  .step1:hover .ico:after {
    right: 10px;
  }

  .step2:hover .ico::before {
    left: 0;

  }

  .step2:hover .ico::after {
    right: 10px;
  }

  .step3:hover .ico::before {
    left: 10px;
  }

  .step3:hover .ico::after {
    bottom: 10px;
  }

  .step4:hover .ico::before {
    top: 10px;
  }


  .step4:hover .ico::after {
    bottom: 10px;
  }

  .step5:hover .ico:before {
    right: 15px;
  }

  .step5:hover .ico::after {
    right: 5px;
  }

  .step6:hover .ico::before {
    top: 28px;
  }

  .step6:hover .ico::after {
    right: 10px;

  }

  .step6:hover .ico .deco {
    left: 10px;
  }

  .step7:hover .ico::before {
    left: -4px;
  }

  .step7:hover .ico::after {
    right: -22px;
  }

  .step8:hover .ico::before {
    left: 10px;
  }

  .step8:hover .ico::after {
    bottom: 18px;
  }

}

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

  .blc-step .step {
    position: static !important;
    transform: inherit !important;
    width: 100%;

  }

  .blc-step .step .inner-step {
    display: flex;
    align-items: center;
  }

  .blc-step .step {
    margin-bottom: 40px;
  }

  .info-step {
    margin: 0;
    padding-left: 15px;
    text-align: left;
  }

  .logo-step {
    display: none !important;
  }

  .blc-step {
    height: auto;
  }

  .step .ico {
    width: 90px;
  }

}


/* END FIX REGRESSION STEP */



/* FIX REGRESSION COMPETENCE */


.blc-lst.competence .cols .picto .inner-picto,
#slide-travaillon .cols .picto .inner-picto {
  width: 106px;
  height: 106px;
  background: #faba11;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}


/*COMPETENCE*/
.blc-lst.competence .cols .description p {
  font-size: 18px;
  line-height: 24px;
}

/*COMPETENCE ITEM1*/
.blc-lst.competence .obj1 .cols .picto:before,
#slide-travaillon .obj7 .cols .picto:before {
  content: '';
  position: absolute;
  width: 123px;
  height: 123px;
  left: 0;
  bottom: 0;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  transition: all ease-in-out .4s;
}



.blc-lst.competence .obj1 .cols .picto .inner-picto:before,
#slide-travaillon .obj7 .cols .picto .inner-picto:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: -50px;
  right: -35px;
  background: url(../images/apropos/deco-def1.svg)center no-repeat;
  transition: all ease-in-out .4s;
  transition-delay: .4s;

}



.blc-lst.competence .obj1 .cols .picto .inner-picto:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: -50px;
  right: -45px;
  background: url(../images/apropos/deco-def2.svg)center no-repeat;
  transition: all ease-in-out .4s
}




.blc-lst.competence .cols .picto span,
#slide-travaillon .cols .picto span {
  position: relative;
}

.blc-lst.competence .obj1 .cols .picto span:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -16px;
  right: -9px;
  background: url(../images/apropos/deco-def3.svg)center no-repeat;
  transition: all ease-in-out .4s
}



/*COMPETENCE ITEM2*/
.blc-lst.competence .obj2 .cols .picto:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 28px;
  right: 0;
  top: -23px;
  background: url(../images/apropos/deco-projet1.svg)center no-repeat;
  transition: all ease-in-out .4s;
}

.blc-lst.competence .obj2 .cols .picto .inner-picto:before,
#slide-travaillon .obj8 .cols .picto .inner-picto::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 34px;
  right: -40px;
  background: url(../images/apropos/deco-projet2.svg)center no-repeat;
  transition: all ease-in-out .4s;

}



.blc-lst.competence .obj2 .cols .picto .inner-picto:after {
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  top: 33px;
  right: -10px;
  background: url(../images/apropos/deco-projet3.svg)center no-repeat;
  transition: all ease-in-out .4s;

}



.blc-lst.competence .obj2 .cols .picto:after,
#slide-travaillon .obj8 .cols .picto:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: -35px;
  bottom: -10px;
  background: url(../images/apropos/deco-projet4.svg)center no-repeat;
  transition: all ease-in-out .4s;
}



/*COMPETENCE ITEM3*/
.blc-lst.competence .obj3 .cols .picto:before,
#slide-travaillon .obj9 .cols .picto:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 21px;
  right: -10px;
  top: -24px;
  background: url(../images/apropos/deco-design1.svg)center no-repeat;
  transition: all ease-in-out .4s;

}

.blc-lst.competence .obj3 .cols .picto:after,
#slide-travaillon .obj9 .cols .picto:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  right: -4px;
  top: 10px;
  background: url(../images/apropos/deco-design2.svg)center no-repeat;
}

.blc-lst.competence .obj3 .cols .picto .inner-picto:before,
#slide-travaillon .obj9 .cols .picto .inner-picto:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: -24px;
  top: 15px;
  background: url(../images/apropos/deco-design3.svg)center no-repeat;
  transition: all ease-in-out .4s;
}

.blc-lst.competence .obj3 .cols .picto .inner-picto:after,
#slide-travaillon .obj9 .cols .picto .inner-picto:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: -12px;
  top: 40px;
  background: url(../images/apropos/deco-design4.svg)center no-repeat;
  transition: all ease-in-out .4s;
}






.blc-lst.competence .obj3 .cols .picto span:before,
#slide-travaillon .obj9 .cols .picto span:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 28px;
  bottom: -27px;
  left: -32px;
  background: url(../images/apropos/deco-design5.svg)center no-repeat;
  transition: all ease-in-out .4s;
}



.blc-lst.competence .obj3 .cols .picto span:after,
#slide-travaillon .obj9 .cols .picto span:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -15px;
  left: -48px;
  background: url(../images/apropos/deco-design6.svg)center no-repeat;
  transition: all ease-in-out .4s;

}



.blc-lst.competence .item .cols .picto img {
  transition: all ease-in-out .4s;
}

.blc-lst.travaillons .item .cols .s-titre span{
  font-size: 18px;
  line-height: 24px;
}
.blc-lst.travaillons .item .cols .s-titre{
  padding-left: 0;
}

#slide-travaillon .item .cols .picto .inner-picto span img{
   transition: all ease-in-out .4s;

}

#slide-travaillon .item:hover .cols .picto .inner-picto span img{
  transform: scale(1.1);

}


#slide-travaillon .obj7 .cols .picto .inner-picto::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: -24px;
  top: -24px;
  background: url(../images/apropos/deco-agence1.svg)center no-repeat;
  transition: all ease-in-out .4s;
} 





#slide-travaillon .obj7 .cols .picto span::after {
content: '';
position: absolute;
width: 30px;
height: 30px;
bottom: -31px;
right: 0;
background: url(../images/apropos/deco-def3.svg)center no-repeat;
transition: all ease-in-out .4s; 
}



#slide-travaillon .obj7 .cols .picto span::before {
  content: '';
position: absolute;
width: 15px;
height: 15px;
left: 0;
bottom: -36px;
background: url(../images/apropos/deco-agence2.svg)center no-repeat;
transition: all ease-in-out .4s; 

}


#slide-travaillon .obj8  .cols .picto::before {
content: '';
position: absolute;
width: 22px;
height: 22px;
right: -8px;
top: -12px;
background: url(../images/apropos/deco-societe1.svg)center no-repeat;
transition: all ease-in-out .4s;
}



.blc-lst.travaillons .cols .picto{
  padding-right:20px;
}

.blc-lst #slide-travaillon .item .cols{
  display: flex;
  align-items: center;
}

footer .tnp-subscription input.tnp-submit {
  position: absolute;
  right: 0
}
.cont-subscribe {
  max-width: 230px;
  margin: 17px auto;
}


@media screen and (min-width: 1200px) {
  .blc-lst.competence .item:hover .cols .picto img {
    transform: scale(1.1);
  }

  .blc-lst.competence .obj1:hover .cols .picto::before,
  #slide-travaillon .obj7:hover .cols .picto::before {
    content: '';
    position: absolute;
    width: 123px;
    height: 123px;
    left: -8px;
    bottom: -8px;
  }

  .blc-lst.competence .obj1:hover .cols .picto .inner-picto::before,
  #slide-travaillon .obj7:hover .cols .picto .inner-picto:before {
    top: -43px;
    right: -25px;
  }

  .blc-lst.competence .obj1:hover .cols .picto .inner-picto::after {
    top: -27px;
    right: -24px;
  }

  .blc-lst.competence .obj1:hover .cols .picto span::after {
    bottom: -10px;
    right: -12px;
  }

  .blc-lst.competence .obj2:hover .cols .picto::before {
    top: -10px;
    right: 5px;

  }

  .blc-lst.competence .obj2:hover .cols .picto .inner-picto::before,
  #slide-travaillon .obj8:hover .cols .picto .inner-picto::before {
    right: -30px;
    top: 44px;
  }

  .blc-lst.competence .obj2:hover .cols .picto .inner-picto::after {
    transform: rotate(20deg);
  }


  .blc-lst.competence .obj2:hover .cols .picto::after,
  #slide-travaillon .obj8:hover .cols .picto::after {
    bottom: 0;
    left: -25px;
  }

  .blc-lst.competence .obj3:hover .cols .picto::before,
  #slide-travaillon .obj9:hover .cols .picto:before {
    transform: rotate(45deg);
  }

  .blc-lst.competence .obj3:hover .cols .picto .inner-picto::before,
  #slide-travaillon .obj9:hover .cols .picto .inner-picto:before {
    right: -14px;
    top: 25px;
  }

  .blc-lst.competence .obj3:hover .cols .picto .inner-picto::after,
  #slide-travaillon .obj9:hover .cols .picto .inner-picto:after {
    right: -22px;
    top: 30px;
  }

  .blc-lst.competence .obj3:hover .cols .picto span::before,
  #slide-travaillon .obj9:hover .cols .picto span:before {
    bottom: -37px;
    left: -32px;

  }


  .blc-lst.competence .obj3:hover .cols .picto span::after,
  #slide-travaillon .obj9:hover .cols .picto span:after {
    transform: rotate(45deg);
  }

  #slide-travaillon .obj7:hover .cols .picto .inner-picto::after {
    transform: rotate(45deg);
}

#slide-travaillon .obj7:hover .cols .picto span::after {
  bottom: -41px;
  right: 10px;
}

#slide-travaillon .obj7:hover .cols .picto span::before {
  left: 10px;
  bottom: -26px;
}

#slide-travaillon .obj8:hover .cols .picto::before {
  right: 2px;
  top: -2px;
}

}

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

  .blc-lst.competence .cols .picto,
  .blc-lst.travaillons .cols .picto {
    width: 123px;
    margin: auto;
    padding: 0;
  }

  .blc-lst .cols .s-titre,
  .blc-lst .cols .description p {
    text-align: center !important;
  }

  .blc-lst .item {
    margin-top: 45px;
  }

  .blc-lst.expertige .item {
    margin-top: 0;
  }

  #slide-know .item .deco {
    display: block !important;
  }

  .blc-lst .cols .description {
    height: auto;
  }

  .blc-lst #slide-travaillon .item .cols {
    flex-wrap: wrap;
  }



}


/* END FIX REGRESSION COMPETENCE */



/* FIX REGRESSION EXPERTISE */

#slide-know .inner-picto {
  display: inline-flex;
  position: relative;
}

#slide-know .picto {
  text-align: center;
}

#slide-know .item.obj4 .deco1 {
  position: absolute;
  width: 36px;
  height: 31px;
  left: inherit;
  right: -5px;
  top: -2px;
}

#slide-know .item.obj4 .deco1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 31px;
  background: url(../images/apropos/expertise-item1-deco1.svg)center no-repeat;
  z-index: 4;
  transition: all ease-in-out .4s;

}

#slide-know .item.obj4 .deco1:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 18px;
  height: 16px;
  background: url(../images/apropos/expertise-item1-deco1-shape.svg)center no-repeat;
  z-index: 2;
  transition: all ease-in-out .4s;
}





#slide-know .item.obj4 .deco2 {
  position: absolute;
  width: 31px;
  height: 36px;
  top: inherit;
  left: 0;
  right: inherit;
  bottom: 0;
  background: url(../images/apropos/expertise-item1-deco2.svg)center no-repeat;
  transition: all ease-in-out .4s;
}



#slide-know .item.obj5 .deco1 {
  position: absolute;
  width: 34px;
  height: 51px;
  top: 8px;
  left: -6px;
  right: inherit;
  background: url(../images/apropos/expertise-item2-deco1.svg)center no-repeat;
  transition: all ease-in-out .4s;
}



#slide-know .item.obj5 .deco2 {
  position: absolute;
  width: 42px;
  height: 42px;
  bottom: 10px;
  top: inherit;
  left: inherit;
  right: -14px;
  background: url(../images/apropos/expertise-item2-deco2.svg)center no-repeat;
  transition: all ease-in-out .4s;
}


#slide-know .item.obj6 .deco1 {
  position: absolute;
  width: 43px;
  height: 66px;
  bottom: inherit;
  top: -21px;
  left: -12px;
  right: -14px;
}

#slide-know .item.obj6 .deco1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 23px;
  background: url(../images/apropos/expertise-item3-deco1-shape.svg)center no-repeat;
  transition: all ease-in-out .4s;
}


#slide-know .item.obj6 .deco1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 43px;
  height: 49px;
  background: url(../images/apropos/expertise-item3-deco1.svg)center no-repeat;
  transition: all ease-in-out .4s;
}




#slide-know .item.obj6 .deco2 {
  position: absolute;
  width: 34px;
  height: 39px;
  bottom: -4px;
  top: inherit;
  left: inherit;
  right: -12px;
  background: url(../images/apropos/expertise-item3-deco2.svg)center no-repeat;
  transition: all ease-in-out .4s;
}


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

  #slide-know .item.obj4:hover .deco1:after {
    bottom: -11px;

  }

  #slide-know .item.obj4:hover .deco1:before {
    left: 3px;

  }

  #slide-know .item.obj4:hover .deco2 {
    left: 10px;
  }

  #slide-know .item.obj5:hover .deco1 {
    left: 0;

  }


  #slide-know .item.obj5:hover .deco2 {
    right: -4px;
  }

  #slide-know .item.obj6:hover .deco1::before {
    left: -4px;
  }

  #slide-know .item.obj6:hover .deco1::after {
    left: 6px;
  }

  #slide-know .item.obj6:hover .deco2 {
    right: -2px;
  }

}

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

  #slide-know .item .deco {
    display: block !important;
  }

}

/* END FIX REGRESSION EXPERTISE */