


.intro .col.left {
	width: 65%;
}

.intro .col.right {
    width: 35%;
    border-left: none
}


.blcTitre {
	position: relative;
	
}

.sec-service{
    position: relative;
}

.sec-service .top {
    z-index: 1;
    position: relative;
}

/* .sec-service::after {
	content: "";
	width: 100%;
	height: 40%;
	border-bottom: solid 561px #fff;
	border-left: solid 991px transparent;
	border-right: solid 779px transparent;
	position: absolute;
	bottom: 0;
	left: 0;

} */


.blcBanner {
	opacity: 1;
}

.blcBanner .item0 .deco img {
    height: 100vh;
}

.textBanner {
    bottom: 80px;
}

.textBanner p {
    color: var(--white);
 }

 .slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
  }
  .slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .slideshow .slidea {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .slideshow .slidea.is-active {
    display: block;
  }
  .slideshow .slidea.is-loaded {
    opacity: 1;
  }
  .slideshow .slidea .caption {
    padding: 0 100px;
  }
  .slideshow .slidea .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
  }


  .slideshow .slidea .image-container  img {
    max-width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }


  .slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slideshow .slidea .title {
    margin: 0 0 15px;
    max-width: 1200px;
    text-transform: uppercase;
    font-size: 40px;
    font-family: Bebas;
    letter-spacing: 2px;
    line-height: 40px;
    margin-bottom: 0;
    text-shadow: 1px 0px 5px rgba(0,0,0,0.53);
  }
  .slideshow .slidea .text {
    margin: 0 ;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
  }
  .slideshow .slidea .text p {
    text-shadow: 1px 0px 5px rgba(0,0,0,0.53);
  }

  .slideshow .slidea .text p {
    font-size: 24px;
    font-weight: 700;
  }

  .slideshow .slidea .txt-right .text p {
    font-size: 32px;
  }
  .slideshow .slidea .btn {
    margin: 15px 0 0;
    border-color: #fff;
  }
  .slideshow .slidea .btn::before {
    background: #fff;
  }
  .slideshow .pagination {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center;
    border:none;
    right: 0;
  }
  .slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
  }
  .slideshow .pagination .item + .page {
    margin-left: -2px;
  }
  .slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
  }
  .slideshow .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
  }
  .slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
    background-color: #fff;
  }
  .slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
    border-left: rgba(255,255,255,0.5) solid 2px;

    border-radius: 50%;
    padding: 0;
    width: 100px;
    height: 100px;
    margin: 0;
    text-align: center;
    line-height:100px;
  }

  .slideshow .arrows .arrow.prev { 
    border-right: rgba(255,255,255,0.5) solid 2px;
    border-left: none;
  }
  .slideshow .arrows .prev {
    left: 30px;
  }
  .slideshow .arrows .prev:hover .svg {
    left: -2px;
  }
  .slideshow .arrows .next {
    right: 30px;
  }
  .slideshow .arrows .next:hover .svg {
    left: 2px;
  }
  .slideshow .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease;
  }

  .slideshow .slidea.slide1 .caption {
	bottom: 120px;
	position: absolute;
}
.text-copyright {
  z-index: 20;
}
.header .scrollBottom  {
  display: none
}

.slideshow .slidea.slide2 .caption, .slideshow .slidea.slide3 .caption {
	bottom: 0;
	position: absolute;
	max-width: 1150px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: left;
	top: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.slideshow .slidea .txt-right {
	position: relative;
}

.slideshow .slidea.slide2 .caption .txt-right {
	position: relative;
	padding-left: 350px;
}

.slideshow .slidea .txt-right .title {
  margin-top: 40px;
}

.slideshow .slidea.slide2 .caption .deco-img {
	display: flex;
	align-items: end;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 50px;
	max-width: 940px;
}

.slideshow .slidea .caption .deco-img {
	position: absolute;
	bottom: 0;
	max-width: 940px;
}

.slideshow .slidea .caption .txt-right {
	padding-left: 360px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width:1000px;
	position: relative;
  text-align: left;
}

.slideshow .slidea .text .txt-right p {
  font-size: 24px;

}

.slideshow .slidea .caption .txt-right .title {
	font-size: 70px;
	line-height: 74px;
}

.slideshow .slidea.slide3 .caption .txt-right {
	position: relative;
	flex-direction: column;
	justify-content: center;
	padding-left: 360px;
  text-align: left;
}

.slideshow .slidea.slide3 .caption .deco-img {
	display: flex;
	align-items: end;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;

}

.header  .scrollBottom {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 22;
}

.blcPartenaires {
	margin-top: 55px;
	margin-bottom: 110px;
}

.sec-realisation {
	background: #fff;
	
}

.detail-services > .wrapper {
	height: auto !important;
	max-width: 100%;
	padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/* .detail-services {
  background-image:none
} */

 .inner-service {
	position: relative;
	padding-top: 0;
	background: #fff;
}

.slide-services .item {
  padding-top: 0;
  padding-bottom: 0;
}
.slide-services .item .inner {
  max-width: 1105px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 80px;

} 

.slide-services .item .col-right .text {
	padding-bottom: 0;
	max-width: 350px;
  padding-top: 0;
}
.slide-services .item .col-left {
	width: 62%;
}
.slide-services .item .col-right {
	width: 35%;
}
.slide-services .item {
  display: inherit !important;
  height: 100vh;

}
.bg-image {
	position: absolute;
	width: 100%;
	height: 100vh;
	display: block;
}
.bg-image  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blcNav-service {

  position: static;
}

.fp-viewing-macom-sure-mesure {
	overflow: hidden !important;
  height:100vh !important
}


.slide-services .item .col-right p {
  color:#fff;
  font-family: din-r;
  font-size: 19px;
}

.slide-services .item .col-right h2 {
  font-size: 62px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  font-family: Bebas;
  border-bottom: #fff solid 2px;
  margin-bottom: 6px;
  padding-bottom: 6px;

}
.slide-services .item .col-right h3 {
  color: #fff;
  font-size: 33px;
  text-transform: uppercase;
  font-family:Bebas ;

}

.blcNav-service .nav-service .item .img {
  display: none;
}
.blcNav-service {
  width: auto;
  padding-left: 0;
}
.blcNav-service .nav-service .item .title {
  position:static;
  font-family: din-r;
  font-size: 22px;
  background-color:rgba(255,255,255,0.5);
  color: #000;
  padding: 5px 20px;
}

.blcNav-service .nav-service .item.slick-current .title {
	color: #fff !important;
	background: rgba(113, 171, 154, 0.5);
  font-weight: bold;
}
.blcNav-service .content-item::before {
  display:none
}
.blcNav-service .nav-service .item {
  padding: 0 2px;
}

.slide-services .item.desing .col-left {
	display: flex;
	align-items: end;
}
.slide-services .item.edition .col-left {
	display: flex;
	align-items: end;
}


.slide-services .item .col-left img {
  max-height: 700px;
}

.slide-services .item .col-left  .img {
	margin: 0 auto;
}

.close-pp {
	max-width: 1105px;
	margin: 0 auto;
	position: relative;
	top: 148px;
	right: 50px;
}



.close_service {
  width: 40px;
  height: 40px;
  border:#fff solid 1px;
  background-size: 28px;
  animation: tilt-shaking 0.25s infinite;
}

.list-services .titre-srvc {

  font:normal 42px/42px d-din-cd-b,Arial
}

.list-services {
	max-width: 940px;
	margin: 20px 0 34px;
	flex-wrap: wrap;
	width: 100%;
}

.sec-service .text .s-titre {
  font-size: 36px;
  font-family: Bebas;
  text-transform: uppercase;
  line-height: 36px;
}

.list-services {
	margin: 20px 0 34px;
  margin-left: -20px;
}

.sec-service .text {
	max-width: 485px;
	padding-left: 80px;
}

.sec-service .scrollBottom {
	border-color: #333;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(//chatbotte.maki-group.mg/wp-content/themes/chat-botte/assets/css/../images/scrollBottom-gris.png)center no-repeat;
  z-index: 99;
}

.sec-service .fp-tableCell {
	z-index: 20;
	position: relative;
}


.sec-adopte {
  background-color: #6fab9a;

}

.sec-adopte .col.left {
	width: 50%;
}

.sec-adopte .col.right {
	width: 50%;
}
.sec-adopte .blcTitre {
  padding-left: 0;
}
.sec-adopte .blcTitre h3 {
	color: #000;
	font-size: 65px;
	font-family: Bebas;
	margin-left: 0;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}

.sec-adopte .blcTitre h3 span {
  display: inline-block;
  position: relative;
}

.sec-adopte .blcTitre .deco-fuse {
	position: absolute;
	right: -15px;
	top: -50px;
}

.sec-adopte .text p {
  /* font-family: roboto-i;
  font-size: 19px; */
  margin-bottom: 20px;
}
.sec-adopte {
  background: url(https://chatbotte.maki-group.mg/wp-content/themes/chat-botte/assets/images/bg-adopter.jpg)left center no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 20;
}
.sec-adopte .scrollBottom {
	position: absolute;
	left: 0;
	right: 0;
  border-color: #333;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(//chatbotte.maki-group.mg/wp-content/themes/chat-botte/assets/css/../images/scrollBottom-gris.png)center no-repeat;
  z-index: 99;
}

#post-293 {
	margin-top: 0;
}

.slideshow .slide .fp-tableCell {
	height: auto !important;
	display: inherit !important;
	width: auto !important;
}

.sec-adopte  .fp-tableCell > .sectop, .sec-adopte  .fp-scroller > .sectop, .sec-adopte  > .sectop {
	min-height: 66vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-size: cover;
	background-attachment: fixed;
	background-position: right center;
  height: 100vh;
}

.detail-services.active {
	z-index: 99992;
	opacity: 1;
	height: 100vh;
	overflow: hidden;
}

.footer .top h2 {
  font-family: Bebas;
}

.detail-services {
  z-index: -1;
}

.sec-realisation .s-titre {
  font-family: d-din-cd-b;
}
 .sec-realisation h5 {
  font-family: d-din-cd;
  font-weight: normal;
 }
 .sec-realisation .intro .col.right {
  position: relative;
 }

.sec-realisation .intro .col.right:before {
  content: "";
  border-left:#000 solid 2px;
  position: absolute;
  left: 0;
  top: 9px;
  width: 2px;
  height: 100%;
} 


.deco-ampoule  {
  width: 380px;
  height: 323px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -12px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform-origin: center top;


}

.deco-ampoule img {
  height: auto;
  width: 100%;
  transform: rotate(-10deg);
  animation-name: rotate;
  animation-delay: 3s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform-origin: 50% 0%;
  animation-timing-function: ease-in-out;
}

.deco-ampoule {
  animation: LeftToRight2 6s infinite ease-in-out;
  animation-name: LeftToRight2;
  animation-delay: 0s;
}



.deco-souris img {
  height: 100%;
  width: 100%;
  transform: rotate(-10deg);
  animation-name: rotate;
  animation-delay: 3s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform-origin: 50% 0%;
  animation-timing-function: ease-in-out;
}
.deco-souris {
  transform: rotate(10deg);
  animation-name: rotate-container;
  animation-delay: 2.33s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform-origin: 50% 0%;
  animation-timing-function: ease-in-out;
}
.deco-souris {
  position: absolute;
  top: -14px;
  right: 300px;
}

.deco-souris {
  animation: LeftToRight 4s infinite ease-in-out;
    animation-name: LeftToRight;
    animation-delay: 0s;
}

@keyframes LeftToRight {
  0%   { transform: rotate(-15deg); }
  50%   { transform: rotate(15deg); }
  100%   { transform: rotate(-15deg); }
}

@keyframes LeftToRight2 {
  0%   { transform: rotate(-10deg); }
  50%   { transform: rotate(10deg); }
  100%   { transform: rotate(-10deg); }
}


.sec-about .right .text {
	padding-top: 75px;
}
.sec-about .right .text  p {
  margin-bottom: 25px;
}



.blcContact h2 {
  font-family: Bebas;
}
body .blcContact .close {
	width: 40px;
	height: 40px;
	right: 67px;
	top: 70px;
	border: #000 solid 1px;
	background-size: 26px;
}
.blcContact .row-contact {
	margin: 0 ;
}



@keyframes move {
  00% {

    right:0;

  }

  50% {

   right:20px;

  }

  100% {

    right:0;

  }
}

.sec-about .blcTop + .wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
}

.sec-about .blcTitre {
  position: relative;
}
.sec-about .blcTitre .caricature {
	background: url(../images/caricature.png);
	width: 184px;
	height: 217px;
	position: absolute;
	left: 255px;
	top: -102px;
	display: block;
}
.sec-about .left .text {
  padding-left: 150px;
  background-image: none;
}
.sec-about {
	padding: 0 0 0;
	background: url(../images/bg-apropos.jpg)center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.footer .top .icon-mail {
  margin-top: 25px;
}
.footer .top h2 {

	margin-bottom: 60px;
  font-size: 60px;
}

.sec-about .left p {
	margin-bottom: 20px;
}
.sec-about .contact {
  position: static;
}
.sec-about .bottom-signature {
  display: flex;
  justify-content: space-between;
}
.footer .top .vid, #video {
	top: -12px !important;
}

.image-container.mobile {
  display:none;
}

.detail-services .bg-image.mobile {
  display: none
 }

 
 .slide-services .deco-img-mobile {
  display: none;
 }

 .hidden .sec-realisation .fp-scroller {
	height: 100vh;
	overflow: hidden;
	transform: none !important;
}
.sec-about .left .text.mobile {
  display: none
}

.img-mobile {
  display: none
}

.img-service.mobile {
	display: none;
}
.sec-service {
  background:url(../images/bg-service.jpg)top center no-repeat;
  background-size: cover;
}



@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}


.list-services .content-item {
	background: none;
}

.sec-realisation {
  background: url(../images/bg-real.jpg) top center;
  background-size: cover;
}

.footer .top p {
	font: normal 40px/40px d-din-cd-b, Arial;
}
.menu-bottom {
	text-align: center;
}

@media (max-width:1700px) { 
  .sec-adopte {
    background-size: 50%;
  }


}

@media (max-width: 1367px) and (max-height: 680px) {
  .detail-services {
    padding-top: 0;
  }
}


@media (max-width:1024px) {

  .slide-services .item .col-left img {
    max-height: 600px;
  }
  .slide-services .item .col-left {
    width: 45%;
  }
  .slide-services .item .col-right {
    width: 55%;
  }
  .slide-services .item .col-right .text {
    max-width: 100%;
  }
  .blcNav-service .nav-service .item .title {
    font-size: 18px;
    padding: 3px 10px;
  }


  .slideshow .slidea.slide3 .caption .deco-img img {
    max-width: 5%;
  }
 
  .slideshow .slidea.slide4 .caption .deco-img img {
    max-width: 400px;
  }
  .slideshow .slidea.slide2 .caption .deco-img img {
    max-width: 700px;
  }
  .slideshow .slidea.slide2 .caption .txt-right,
  .slideshow .slidea.slide3 .caption .txt-right {
    padding-left: 200px;
  }
  .slideshow .slidea.slide3 .caption .deco-img img {
    max-width: 500px;
  }
  .slideshow .slidea .caption .txt-right {
    padding-left: 200px;
  }
  /* .titre {
    font: normal 81px/60px d-din-cd-b, Arial;
  } */

}

@media (max-width:991px) { 
  
  .sec-adopte .img img {
    max-width: 300px;
    margin: 0 auto;
  }
  .sec-adopte .fp-tableCell > .sectop, .sec-adopte .fp-scroller > .sectop, .sec-adopte > .sectop {
    min-height: inherit;
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .sec-service .text {
    padding-left: 0;
  }



  .list-services .item {
    padding: 10px 5px;
  }
  .list-services .titre-srvc {
    font-size: 30px;
  }




  .detail-services.active {
    height: auto;

  }
  .slide-services .item .col-right {
    width: 100%;
    padding: 20px 40px 0;
  }
  .bg-image::after {
    content: "";
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec-about .left .text {
    padding-left: 0;

  }
  

  .deco-souri {
    display: block
  }
  .slideshow .slidea .caption .txt-right .title {
    font-size: 50px;
    line-height: 50px;
  }
  .slideshow .slidea .txt-right .text p {
    font-size: 30px;
  }
  .slideshow .slidea .title {
    font-size:50px;
    line-height: 50px;
  }


  .footer .top h2 {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: normal;
  }

  .deco-ampoule img {
    max-width: 220px !important;
  }
  .footer .top .vid, #video {
    top: 0;
  }
  .sec-service .fp-tableCell > .top, .sec-service .fp-scroller > .top, .sec-service > .top {
    height: 100vh;
  }
  .sec-adopte .col.right {
    width: 64%;
  }
  .sec-adopte .col.left {
    width: 36%;
  }
  .deco-souris img {
    max-width: 80px !important;
  }


}


@media (max-width:768px) {
  .section .logo, .section .slogan, .section .scrollBottom, .section .contact, .blcTitre .blcRs {
    display: none;
  }
  .detail-services .btn-menu {
    display: none;
  }

  .slide-services .item .inner {
    flex-direction: column-reverse;
    padding:0
  }
  .slide-services .item .col-left {
    width: 100%;
    display: none;
  }
  .slide-services .item .col-right {
    width: 100%;
    padding: 0 40px;
  }
  .slide-services .item .col-left img {
    max-height: 400px;
  }
  .slide-services .item .col-right .text {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .blcNav-service .nav-service .item .title {
    font-size: 16px;
    padding: 3px 10px;
  }
  .close-pp {
    right: 40px;
    top: 90px;
    max-width: 99%;
  }
  .close_service {
   
    background-color: transparent;
  }
  body.overflow .detail-services {
    height: 100vh;
    overflow: scroll;
    padding-top: 0;
  }
  .slide-services .item .col-right .text {

    padding-top: 0;
    position: relative;
  }
  .slide-services .item .col-right h2 {
    font-size: 40px;
    line-height: 40px;
    
  }
  .slide-services .item .col-right p {
    font-size: 16px;
  }
  .slide-services .item.desing .col-left {
    display: none
  }
  .intro .col.left {
    width: 100%;
  }
  .intro .col.right {
    width: 100%;
  }
  .sec-service .intro .wrapper {
    padding: 0;
  }

  .bg-image {
    height: auto;
    position:static;
  }
  .slideshow .slidea.slide1 .caption {
    bottom: 120px;
  }
  .slideshow .slidea.slide2 .caption .txt-right,
  .slideshow .slidea.slide3 .caption .txt-right {
    padding-left: 0;
  }
  .slideshow .slidea .caption .txt-right {
    padding-left: 0;
  }
  .slideshow .slidea .caption .txt-right {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
  }
  .slideshow .slidea.slide3 .caption .txt-right {
    text-align: center;
  }
  .sec-adopte .fp-tableCell > .sectop, .sec-adopte .fp-scroller > .sectop, .sec-adopte > .sectop {
    min-height: inherit;
    height: auto;
  }
 
  .slideshow .slidea .caption .txt-right .title {
    font-size: 60px;
    line-height: 60px;
  }
  .slideshow .slidea .caption {
    padding: 0 80px;
  }
  .slideshow .slidea.slide3 .caption .deco-img img {
    max-width: 500px;
  }
  .slideshow .slidea.slide4 .caption .deco-img img {
    max-width: 300px;
  }

  .slideshow .slidea.slide4 .caption .deco-img img {
    max-width: 500px;
  }
  .sec-service .text {
    padding: 0 40px;
    max-width: 100%;
  }
  .img-service img {
    margin: 0 auto;
  }

  .sec-service {
    overflow-x: hidden;
  }

 
  .sec-adopte .blcTitre h3 {

    margin-left: 0;
    margin-bottom: 10px;
  }
  .slide-services .item.edition .col-left {
    display: block;
  }

  .sec-realisation .intro .col.right:before {
    display:none
  }

  .sec-adopte .text p {
    /* font-family: roboto-i; */
    margin-bottom: 10px;
  }


  .deco-souris{ 
    right: 100px;


  }

  .sec-about .blcTitre .caricature {
    left: 5px;
    top: -186px;
  }

  .sec-about  .blcTitre .blcRs a {
    display: inline-block;
    margin-right: 10px;
  }
  .sec-about .blcTitre .blcRs {
    top: 124px;
    left: 40px;
    display: block;
    position: absolute;
  }
  .sec-about .blcTop + .wrapper {
    padding-top: 145px;
    padding-bottom: 80px;
  }


  .sec-about  .titre  {
    padding-left: 200px;
    font:normal 81px/80px d-din-cd-b, Arial;
    text-align: left;
  }

  .sec-about .titre > span.top{
    display: block
  }

  .sec-about .right .text {
    padding-top: 20px;
  }
  .sec-about {
    padding-top: 70px;
  }
  .blcPartenaires {

    margin-bottom: 55px;
  }
  
  .slideshow .slidea .text p {
    font-size: 24px;
    font-weight: 700;
  }

  .sec-adopte {
    background-attachment: inherit
  }

  .image-container.mobile {
    display:block;
  }

  .image-container.desktop {
    display:none;
  }

  .slideshow .slidea.slide1 .caption {
    bottom: 120px;
  }
  .slideshow .slidea .caption .txt-right,
  .slideshow .slidea.slide3 .caption .txt-right {
    justify-content: end;
    margin-bottom: 120px;
  }
  .slideshow .slidea.slide2 .caption .deco-img {
    left: 0;
  }
  .slideshow .slidea .caption .deco-img {
    left: 0;
  }
  .slideshow .slide-content {
    align-items: end;
  }

  .sec-adopte .fp-tableCell > .sectop, 
  .sec-adopte .fp-scroller > .sectop, .sec-adopte > .sectop {
    min-height: inherit;
    height: auto;
    padding-top: 56px;
    padding-bottom: 25px;
  }
  .top-service {
    display: flex;
    align-items: center;
  }
  .img-service.mobile {
    display: block;
  }

  .sec-service .intro .col.right {
    display: none
  }

  .sec-adopte .col.right {
    position: relative;
  }
  .sec-adopte .img img {
    max-width: 374px;
    margin: 0 auto;
  }
 


  .sec-adopte .col.left {
    width: 100%;
    display: none
  }
  .sec-adopte .col.right {
    width: 100%;
  }
  .sec-adopte .blcTitre {
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 0;
    text-align: center;
  }

 .bg-image.desktop {
  display: none
 }

 
 .bg-image.mobile {
  display: none
 }

 .detail-services .bg-image.desktop {
  display: none
 }

 .detail-services .bg-image.mobile {
  display: block
 }


 .titre-inner {
	position: absolute;
	z-index: 20;
	padding: 20px 40px;
  width: 100%;
}

.slide-services  .item .titre {
  margin: 50px;
}

.slide-services  .item .txt-inner {
	position: relative;
	z-index: 20;
}
.slide-services .item {
  height: auto;
}
.slide-services .item {
  padding-bottom: 0;
}
.blcNav-service {
	position: relative;
	z-index: 20;
}
.slide-services .item .col-right {
	width: 100%;
	padding:0;
}

.intro .col.right {
	animation: inherit !important;
  visibility: visible !important;
}
.img-service.wow.bounceInUp {
	animation: inherit !important;
  visibility: visible !important;
}
.footer .top .vid, #video {
	top: -0 !important;
}
.sec-about .left {
	padding-right: 0;
}

.sec-about .right {
  display: none
}
.sec-about .row {
	padding-top: 0;
	padding-bottom: 0;
}
.sec-about .left .text.mobile {
	display: block;
	margin-top: 20px;
}

.list-services {
	max-width: 595px;
	margin: 20px 0 34px;
	flex-wrap: wrap;
	width: 100%;
}
.blcTitre .blcRs {
	top: 0;
}
.slideshow .arrows .arrow {

	width: 60px;
	height: 60px;
	line-height: 67px;
}

.img-mobile {
  display:block
}
.sec-service .fp-tableCell > .top, .sec-service .fp-scroller > .top, .sec-service > .top {
	height: auto;
}

.slide-services .edition .deco-img-mobile {
	position: static;
}
.slide-services .edition .titre-inner {
	margin-bottom: 0;
}

.inner-service {
	height: 100vh;
}
.slide-services .item {
	height: 100vh;
}

.blcNav-service .nav-service .item {
  height: auto;
}

.section .detail-services .logo {
  display: none;
  visibility: visible !important;
}

.slide-services .item .col-right .text {
	display: flex;
	flex-direction: column;
  height: 100vh;
  overflow: scroll;
} 
.bg-image img {
	width: 100%;
}

.slide-services .item.web .bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec-adopte {
	background: url(https://chatbotte.maki-group.mg/wp-content/themes/chat-botte/assets/images/bg-adopter-mobile.jpg) top center no-repeat;
	background-size: 100%;
}
.sec-adopte .blcTitre h3 span {
  color: #000;
}

.sec-realisation .listReal {
	max-height: 768px;
	overflow: hidden;
}

.deco-ampoule {
  left: auto;
  right:-80px
}
.deco-ampoule img {
	max-width: 170px !important;
}

.sec-about {
	padding: 0 0 0;
	background: url(../images/bg-apropos-mob.jpg)center no-repeat;
	background-size: cover;
	background-attachment: inherit;
}

.sec-about .contact {
	display: block !important;
}
.sec-realisation .blcTitre {
	padding-left: 0;
}
#post-293 {
	margin-top: 0;
	margin-bottom: 0;
}


.listReal .item {
	display: none;
}
.listReal .item:nth-of-type(1),.listReal .item:nth-of-type(2),.listReal .item:nth-of-type(3),
.listReal .item:nth-of-type(4),.listReal .item:nth-of-type(5),.listReal .item:nth-of-type(6) {
  display: block
}

.listReal.open .item {
	display: block;
}


.nav-service {
	max-width: 250px;
}
.slide-services .item .col-right h2 {
	font-size: 60px;
	line-height: 60px;
}
.slide-services .item .col-right h3 {
	font-size: 35px;
}
.slide-services .item .col-right p {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
  text-align: justify;
}
.bg-image::after {

  display: none
}
.blcNav-service .nav-service .item .title {
	font-size: 14px;
	padding: 3px 5px;
}
.blcNav-service .item, .list-services .item {
	padding: 5px 2px !important;
}
#slide-services {
	overflow: scroll;
	
}

.sec-realisation h5 {
  font-size: 22px;
}

.sec-realisation {
	background: url(../images/real-mob.jpg) top center;
	background-size: cover;
}
.footer .top p a {
	display: block;
}

.slide-services .item.desing .inner .bot {
  background-color: #c28034;
  position: relative;
}
.slide-services .item.edition .inner .bot {
  background-color: #c19630;
  position: relative;
}

.slide-services .item.web .inner .bot {
  background-color: #5096b8;
  position: relative;
}

.slide-services .item .txt-inner {
	padding:  30px 40px;
}
.slide-services .item .inner .bot {
	padding-bottom: 30px;
	margin-bottom: -30px;
}
/* .slide-services .item .inner:after {
  content: '';
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */

.titre-inner {
  padding: 20px 20px;
  position: fixed;
  top: 0;
  width: 30%;
  left: 0;
}

}

@media (max-width:600px) { 

  #post-293 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wrapper {
    padding: 0 20px;
  }
  .titre {
    font: normal 60px/60px d-din-cd-b, Arial;
  }
  .footer .top h2 {
    font-size: 45px;
    line-height: 45px;
  }

  .banner-mob {
    display: none !important;
  }
  .sec-service .text {
    padding: 0 20px;
    max-width: 100%;
  }
  .sec-service .text {
    padding: 0;
  }
  #list-services.list-services {
    padding: 0;
  }

  .slideshow .pagination {
    bottom: 40px;
  }

  .slideshow .slidea .text p {
    font-size: 20px;
  }


  .slideshow .slidea .title {
    font-size:40px;
    line-height: 40px;
  }

  .slideshow  .arrows {
    display: none
  }
  .slideshow .slidea .caption {
    padding: 0 20px;
  }

  .deco-souris {
    top: -10px;
  }

  .sec-about .blcTop + .wrapper {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .sec-about {
    padding-top: 40px;
  }

  .slideshow .pagination {
    bottom: 85px;
  }

  .text-copyright {
    position: absolute;
    padding-bottom: 0;
    bottom:40px

  }
  .slideshow .slidea .text p {
    font-size: 18px;
  }
  .slideshow .slidea.slide1 .caption {
    bottom: 120px;
  }
  .slideshow .slidea .caption .txt-right,
  .slideshow .slidea.slide3 .caption .txt-right {
    justify-content: end;
    margin-bottom: 120px;
  }
  .slideshow .slidea.slide2 .caption .deco-img {
    left: 0;
  }
  .slideshow .slidea.slide2 .caption .deco-img img {
    max-width: 650px;
    margin-left: -80px;
  }


  .list-services {
    max-width: 40%;
  }
  .list-services .item {
    width: 100% !important;
  }


  .sec-adopte .img img {
    max-width: 100%;
    margin: 0 auto;
  }
  .slide-services .item .col-right h2 {
    font-size: 50px;
    line-height: 50px;
    max-width: 100%;
    margin-bottom: 8px;
    padding-bottom: 0
  }
  .slide-services .item .col-right h3 {
    font-size: 30px;
  }
  .slide-services .item p {
    margin-bottom: 10px;
  }
  .slide-services .item .col-right .text {
    padding: 0;
  }



  .slide-services .item .inner {
    padding:0
  }

  .detail-services {
    padding-bottom: 0;
  }
 .nav-service .item {
    width: 33.33% !important;
  }
  .close-pp {
    right: 20px;
    top: 70px;
  }
  .list-services .item {
    padding: 10px 0  !important;
  }
  .slideshow .slidea.slide4 .caption .deco-img img {
    max-width: 360px;
  }
  .slideshow .slidea.slide3 .caption .deco-img img {
    max-width: 500px;
    margin-left: -83px;
  }
  

  .sec-realisation .listReal {
    max-height: 740px;

  }

  .sec-about .titre {
    padding-left: 140px;
    font: normal 58px/58px d-din-cd-b, Arial;
  }
  .sec-about .blcTitre .caricature {
    background: url(../images/caricature.png);
    width: 140px;
    height: 168px;
    left: 0;
    top: -144px;
    background-size: cover;
  }
  .sec-about .blcTitre .blcRs {
    top: 86px;
    left: 0;
  }
  .deco-souris {
    right: 50px;
  }

  .deco-ampoule {
    width: 170px;
    height: 170px;
  }
  .deco-ampoule {
    left: auto;
    right: 0;
  }

  .slideshow .slidea .caption .txt-right .title {
    font-size: 45px;
    line-height: 45px;
  }
  .slideshow .slidea .txt-right .text p {
    font-size: 25px;
  }
  .slideshow .slidea .title {
    font-size: 35px;
    line-height: 35px;
  }
  .sec-realisation .intro {
    padding-top: 40px;
  }

  .sec-adopte .titre {
    font-size: 70px;
  }
  .sec-adopte .blcTitre h3 {

    font-size: 45px;
  
  }

  .intro {
    padding: 40px 20px 16px;
  }
  .sec-realisation .s-titre {
    font: normal 26px/30px nexa-b, Arial;
    font-family: nexa-b, Arial;
  }

  .footer .top p {
    font: normal 28px/28px d-din-cd-b, Arial;
  }

  body .blcContact .close {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 45px;

  }

  .blcContact .content-contact {
    padding: 100px 0 50px;
  }
  .blcContact h2 {

    font-size:29px;
  }
  .titre-inner {
    padding: 20px 20px 0;
  }
  .slide-services .item .txt-inner {
    padding: 30px 20px 10px
  }

  body.overflow .detail-services {
    height: auto;
  }
  .slide-services .item {
    height: auto;
  }
  .inner-service {
    height: auto;
  }

  .slide-services .item .col-right .text {
    height: auto;
  }
  .titre-inner {
    padding: 20px 20px;
    position: fixed;
    top: 0;
    width: 390px;
    left: 0;
  }
  .slide-services .item .col-right .text {
    overflow: scroll;
  }
  .slide-services .item .col-right .text {
    overflow: scroll;
    height: 100vh;
}
.slide-services .item .col-right h2 {
	width: calc(100% - 56px);
}
  
}

@media (max-width:480px) { 
  .sec-about .titre {
    padding-left: 140px;
    font: normal 50px/50px d-din-cd-b, Arial;
  }
  .sec-about .blcTitre .blcRs {
    top: 67px;
    left: 0;
  }
  .slide-services .item .col-right h2 {
    font-size: 40px;
    line-height: 40px;

  }
  .close-pp {

    top: 48px;
  }
  


}