:root {
    --primary-color: #0F6E84;		/*dark blue*/
    --secondary-color: #17B8CE;         /*light blue*/
    --other-color: #FFC000;		/*yellow*/

    --hero-bg-color: white;
    --header-bg-color: #f5f5f5;
    --nav-item-color: #2f323a;

    --section-1-bg-color: #E6E6E6;
    --section-2-bg-color: white;
    --section-3-bg-color: #3F3F3F;
    --section-4-bg-color: #0F6E84;
    --section-5-bg-color: #17B8CE;

    --footer-bg-color:#3F3F3F;
}

.w-100{
  width:100%;
}

/* Styles pour les articles fiches mémo */
.article-fiche code { display: inline; }
.article-fiche h4 { margin-top: 2rem; }
.article-fiche p { margin: 1rem 0; }
.article-fiche li { margin: 0; }

.article-fiche .picto {
	text-align: center; 
	margin: 0 50px 0 0;
}
.article-fiche .picto.lg img { max-width: 500px; }
.article-fiche .picto.md img { max-width: 400px; }
.article-fiche .picto.sm img { max-width: 300px; }

.article-fiche .btn-group,
.zlab-solution .btn-group {
	display: flex;
	margin-top: 2rem;
}

.effect-static-text {
    background-image: none;
    background-color :var(--primary-color);

}

.section-header-page{
    padding-top:150px;
    /*padding-top:175px;*/
    padding-bottom: 50px;
    background-color: var(--hero-bg-color);
    background-image: url(https://www.zenetys.com/wp-content/themes/zenetys/imgs/bg.png);
}


#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width:767px){
  .section-header-page{
      padding-top:128px;
      /*padding-top:160px;*/
      padding-bottom: 30px;
  }
}


.breadcrumb {
    padding: 0;
    margin-bottom:0;
    margin-top: -25px;
}

footer .copyright {
    background-color: var(--section-3-bg-color);
}

footer .copyright p {
    font-size: 14px;
    line-height: 1.8;
    color:white;
}

h1, .slide-content .title {
    margin-bottom: 1.5rem;
    line-height: 1.0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
    color: var(--primary-color);
}


h2 {
    margin: 1.5rem 0;
    font-size: var(--h2-size);
    font-weight: var(--h2-weight);
    line-height: 1.2;
    font-family: var(--h2-font);
    color: var(--secondary-color);    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
    padding-left:0px;
    padding-right:0px;
    padding-top:5px;
    padding-bottom: 5px;
    position:relative;

}
.pagecontent a{

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

h2.line:before,.pagecontent h2:before{
    content:'';
    width: 2rem;
    height: 6px;
    background: var(--other-color);
    position: absolute;
    left: -2.2rem;
    top: calc(var(--h2-size)/2);
    margin-right: .6rem
}

.pagecontent h2{
  /*margin-top:0 !important; */
}

.pagecontent .row{
  margin-left:-15px;
  margin-right:-15px;
}

.pagecontent p:last-child{
  margin-bottom:1.5rem;
}

h2.col-left {

    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}



hr {
    display:inline-block; vertical-align: middle; width: 2rem; height: 8px; background: var(--other-color);
    margin-left: 10px;
    boder:none !important;
    border:0;
    margin-top:0;
    margin-bottom: 0;
}

h4 {
    margin: 1rem 0;
    font-size: var(--h4-size);
    font-weight: var(--h4-weight);
    line-height: 1.2;
    font-family: var(--h4-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.logo{
    border:none;
    width:200px;
}

.full-slider {
    cursor:inherit;
}

.strong{
    /*color:white;*/
    font-weight: bold;
    /*font-family: var(--h1-font);*/
}

.white, a.white:link, a.white:visited{
    color:white;
}

.person {
    width: 100%;
    max-width: 185px;
    border-radius: 100%;
    margin-bottom: 1rem;
}


.card p {
    margin-top: 0;
    white-space: normal;
    line-height: 18px;

}

small{
    font-size:80%;
}

.btn:hover {
    background-color: var(--other-color);
    background-image: none;
    color: var(--primary-color);
}

/*.post-type-archive-technologies{
  padding-top: 60px;
  padding-bottom:20px;
}*/

@media (max-width:768px){
  .post-type-archive-technologies{
    padding-top: 20px;
    padding-bottom:0;
  }
  .post-type-archive-technologies #portfolio-grid{
    padding:30px 0 20px;
  }
}


.filter_list {
    padding-top:10px;
    padding-bottom:40px;
    padding-left:0;

}



.filter_list li{
    display:inline-block;
    list-style: none;
    padding-left:30px;

}
@media (max-width:768px){
  .filter_list {
    padding:0;
  }

  .filter_list li{
    display:block;
    padding:0;
  }
}
.filter_list li:first-child{
    padding-left:0;
}

.filter_list li a{
  font-size: 22px !important;
  color: var(--secondary-color) !important;;

}

.filter_list li a:hover{
  font-size: 22px !important;
  color: var(--other-color) !important;;

}

.filter_list li a.active{
  font-size: 22px !important;
  color: var(--other-color) !important;
  text-decoration: underline;

}



.showcase .card .image-over:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}


.swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius: 0;
    background-color: var(--other-color);
    border: none;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-image: none;
    background-color: var(--primary-color);
    opacity: 1;
}


.card.featured:before {
    position: absolute;
    z-index: -1;
    content: '';
    width: calc(30% + 10px);
    height: calc(30% + 10px);
    border: none;
    background-image: none;
    background-color :var(--other-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.4s;
    transition-property: opacity, transform;
}


section.featured {
    position: relative;
}

span.triangle:before {
  content: '';
  position: absolute;
  margin: 0px;
  padding: 0px;
  right: 0px;
  top: 0px; /* Ajuster en fonction du padding-top de .container */
  border: 160px solid transparent;
  border-top-color: var(--other-color);
  background-color: none;
  table-layout: fixed;
  overflow: visible;
  display: table
}

section.featured:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0px;
    /*left: 50%;
    left: calc(50% - 2.5px);*/
    left: 88px;
    width: 6px;
    height: 80px;
    background-image: none;
    background-color :var(--other-color);
}

.div_line, .div_focus {
   display: flex;
}

.div_focus_youtube {
   min-width:500px;
}

.div_col {
   display: block;
}
/*
@media (max-width:1200px){
    section.featured:before {
        left: 5px;
    }
}
*/

.hauto{
  height:auto;
}

.illustration-circle{
    width: 100%;
    max-width: 130px;
    /*border-radius: 100%;*/
    margin-bottom: 1rem;
    /*border :4px;*/
    border-style: solid;
    border-color: var(--secondary-color);

}

.illustration-circle:hover{
    border-color: var(--other-color);
}

aside.sidebar{
    border-width: 0px 0px 0px 2px;
    border-style: solid;
    border-left-color: var(--other-color);
}

}

.sidebar ul li a.activecat{
  color: var(--secondary-color);
}

.badge.tag.active {
    color: white;
    border-color: var(--primary-color);
    background-color: var(--secondary-color);
}

.badgeH.tagH {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-p-color);
    border: 1px solid var(--primary-l-color);
    display: inline-table;
}


.primary-button, .primary-button:visited, .primary-button:active {
    background-color: var(--secondary-color);
}
.secondary-button, .secondary-button:visited, .secondary-button:active {
    background-color: var(--secondary-color);
}
.other-button, .other-button:visited, .other-button:active {
    background-color: var(--other-color);
}


.video-responsive { overflow:hidden; padding-bottom:56.25%; position:relative; height:0;}
.video-responsive iframe { left:0; top:0; height:100%; width:100%; position:absolute;}


.full-slider .swiper-button-next, .full-slider .swiper-button-prev {
    top: calc(50% + 60px);
    background-image: none;
    opacity: 1;
    padding: 2rem 1.5rem;
    transition-timing-function: ease-in;
    transition: 0.2s;
    color: var(--secondary-color);
}
.full-slider .swiper-button-next:hover, .full-slider .swiper-button-prev:hover {

    color: var(--other-color);
    background-image: none;
}



/* SMARTPHONE */

@media (max-width: 991px){
    body h1, body .slide-content .title {
        font-size:25px;
        margin-bottom:15px;
    }
    .slide-center{
      align-items: start;
    }
    .full-slider .inner, .no-slider .inner{
      margin:100px auto auto;
      /*margin:160px auto auto;*/
    }
    body .full-slider .slide-content .inner .description, body .no-slider .slide-content .inner .description{
      font-size:17px;
    }
    h2{
        font-size:22px !important;
        padding-left:25px;
    }
    .full-slider .inner .left, .no-slider .inner .left, .full-slider .inner .right, .no-slider .inner .right{
      padding:0;
    }
    section.featured:before {
      height: 44px;
    }
    span.triangle:before {
      content: '';
      position: absolute;
      margin: 0px;
      padding: 0px;
      right: 0px;
      top: 0px; /* Ajuster en fonction du padding-top de .container */
      border: 70px solid transparent;
      border-top-color: var(--other-color);
      background-color: none;
      table-layout: fixed;
      overflow: visible;
      display: table
    }
    .div_focus {
       display: inherit;
    }
    .div_focus_youtube {
       min-width:200px;
       min-height:200px;
    }
}

}

.carousel-indicators li{
  background-color:#000;
}



#carouselFocus .carousel-item{
  position:relative;
}
#carouselFocus .carousel-item .abscar{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width: 60%;
  padding: 2rem 0;
}
#carouselFocus .description{
  color:#fff;
}
.share-list li i{
  margin:0;
}
.wpcf7-form-control-wrap{
  display:block;
  width:100% !important;
}
.w-100{
  width:100% !important;
}
.rowform{
  margin:0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpcf7-list-item{
  margin:0 !important;
}

.brd span{
  font-size: 1rem;
  font-weight: 400;
  line-height:1.5;
}

.brd a{
  color:#6f6f6f !important;
}

.breadcrumb_last,.brd a:hover{
      color: var(--primary-color) !important;
}

#cookieNotify{
	background-color: #111;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 18px;
    position: fixed;
    width: 100%;
    display: inline-block;
    transform: translate3d(0px, 200px, 0px);
    transition: all 0.7s ease 0s;
    z-index: 999 !important;
}
#cookieNotify .btn-outline{
		border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
		border-radius: 2em !important;
		font-size: 11px;
    height: 30px;
    line-height: 28px;
    padding: 0 14px;
		border-width: 2px;
    border-style: solid;
		text-transform:uppercase;
		margin-right:10px;
    display:inline-block;
}
#cookieNotify .btn-outline:hover{
	background-color: #ffffff;
  color:#000;
}
#cookieNotify .btn-light{
	background-color: #ffffff;
    border-color: #ebebeb;
    color: #4c5667;
		border-radius: 2em !important;
		font-size: 11px;
    height: 30px;
    line-height: 28px;
    padding: 0 14px;
		border-width: 2px;
    border-style: solid;
		text-transform:uppercase;
    display:inline-block;
}
#cookieNotify.actif{
	transform: translate3d(0px, 0px, 0px);
}
@media (min-width:768px){
	#cookieNotify .row{
		align-items:center;
	}

}
.page-template-page-contact .btn-icon{
  margin-top:10px;
  display:block;
}
.carousel-indicators li{
 background-color:var(--other-color);
 width:40px;
 height:5px;
}
.carousel-indicators li.active{
 background-color:var(--primary-color);
}
.carousel-control-next,.carousel-control-prev{
  opacity:1;
}
.carousel-control-next *,.carousel-control-prev *{
  color: var(--primary-color);
}
.carousel-control-next:hover *,.carousel-control-prev:hover *{
  color: var(--other-color);
}


.navrightlinks-wrapper{
  position:fixed;
  top: 50%;
    transform:translateY(-50%);
    left: 10px;
    position: fixed;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 20px;
    z-index: 50;
    visibility: inherit;
    display:none;
}
body.home .navrightlinks-wrapper{
  display:block;
}
.navrightlinks-wrapper ul{
  padding:0;
  margin:0;
  display: flex;

      flex-direction: column;
      justify-content: space-between;
}
.navrightlinks-wrapper li{
  padding:0;
  margin-bottom:1rem;
  list-style:none;
}
.navrightlinks-wrapper a{
  color:var(--nav-item-color);
  font-size:0px !important;
  text-indent:-9999px;
  width:20px;
  height:20px;
  border-radius:10px;
  border:2px solid var(--other-color);
  background-color:transparent;
  position:relative;
  text-align:right;
  display:block;
  font-weight:bold;
}
.navrightlinks-wrapper a:hover,.navrightlinks-wrapper a.active{
  background-color:var(--other-color);
}


@media (max-width:1200px){	/*Largeur sous laquelle on masque les puces de navigation rapide*/
  .navrightlinks-wrapper{
    display:none !important;
  }
}

@media (min-width:768px) and (max-width:1200px){
  #slider .full-slider .inner .left{
    width:100%
  }
  #slider .full-slider .slide-content .left .description{
    max-width:100%
  }
  #slider .full-slider .slide-content .left>a{
    margin: 24px auto 0 !important;
  }
  #slider .hero-image{
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    bottom:auto;
    margin:auto;
  }
  #slider .wrapimg{
    width:50%;
    float:left;
    height:100%;
    display:flex;
    align-items: center;
  }
  #slider .slide-center{
    display:block;
  }
  #slider .slide-content{
    width:50%;
    float:left;
    margin:0;
    height:100%;
  }
  #slider .slider-h-100{
/*    height:calc(10vh - 127px);
    min-height:400px;*/
  }
}

.line-limit-temoignage {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* truncate to X lines */
  -webkit-line-clamp: 10;
}

.read-more-temoignage {
   text-aligne:left ;
   color: #FFFFF ;
   cursor: pointer;
   display: none;
}
