/**********************************************************************************************************************************/
/* SUIVEZ-NOUS
/**********************************************************************************************************************************/
#suivez-nous {
  margin: 20px 0;
}

@media only screen and (min-width: 800px) {
  #suivez-nous {
    margin: 40px 0;
  }
}

@media only screen and (min-width: 1200px) {
  #suivez-nous {
    margin: 80px 0;
  }
}

#suivez-nous header h2 {
  text-align: center;
  color: #201547;
  font-family: "RationalText-extraBold";
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 800px) {
  #suivez-nous header h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  #suivez-nous header h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 1600px) {
  #suivez-nous header h2 {
    font-size: 50px;
    line-height: 55px;
  }
}

#suivez-nous img {
  width: 100%;
  height: auto;
  display: block;
}

#suivez-ctn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media only screen and (min-width: 800px) {
  #suivez-ctn {
    padding: 0 80px;
  }
}

.posts {
  display: none;
}

.posts.active {
  display: block;
}

#suivez-nous-filters ul {
  display: flex;
  justify-content: center;
}

#suivez-nous-filters ul li {
  margin: 0 10px;
}

@media only screen and (min-width: 800px) {
  #suivez-nous-filters ul li {
    margin: 0 20px;
  }
}

#suivez-nous-filters ul li a span {
  display: block;
  font-family: "RationalText-SemiBold";
  text-align: center;
  font-size: 12px;
}
#suivez-nous-filters ul li a {
  color: #8f8f8f;
  padding-top: 30px;
  min-width: 40px;
  background-size: auto 24px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center top;
  display: inline-block;
}

@media only screen and (min-width: 800px) {
  #suivez-nous-filters ul li a {
    padding-top: 45px;
    background-size: auto 32px;
  }
}

#suivez-nous-filters ul li a span::before {
  content: "/ ";
  display: inline;
  font-family: "RationalText-SemiBold";
  color: transparent;
}

#suivez-nous-filters ul li a.active span::before,
#suivez-nous-filters ul li a:hover span::before {
  color: #77bee4;
}

.filter-all {
  background-image: url(../images/pics/suivez-nous/all.png);
}
.filter-all.active,
.filter-all:hover {
  background-image: url(../images/pics/suivez-nous/all-active.png);
  color: #77bee4 !important;
}
.filter-all.active span::before,
.filter-all:hover span::before {
  color: #77bee4 !important;
}

.filter-twitter {
  background-image: url(../images/pics/suivez-nous/twitter.png);
}
.filter-twitter.active,
.filter-twitter:hover {
  background-image: url(../images/pics/suivez-nous/twitter-active.png);
  color: #009ef2 !important;
}
.filter-twitter.active span::before,
.filter-twitter:hover span::before {
  color: #009ef2 !important;
}

.filter-linkedin {
  background-image: url(../images/pics/suivez-nous/linkedin.png);
}
.filter-linkedin.active,
.filter-linkedin:hover {
  background-image: url(../images/pics/suivez-nous/linkedin-active.png);
  color: #0179e6 !important;
}
.filter-linkedin.active span::before,
.filter-linkedin:hover span::before {
  color: #0179e6 !important;
}

.filter-youtube {
  background-image: url(../images/pics/suivez-nous/youtube.png);
}
.filter-youtube.active,
.filter-youtube:hover {
  background-image: url(../images/pics/suivez-nous/youtube-active.png);
  color: #f10000 !important;
}
.filter-youtube.active span::before,
.filter-youtube:hover span::before {
  color: #f10000 !important;
}

.juicer-feed .j-paginate {
  display: inline-block;
  margin-top: 30px;
  border: 3px solid #77bee4;
  padding: 10px 80px 10px 20px;
  color: #ffffff;
  font-family: "RationalText-SemiBold";
  position: relative;
  overflow: hidden;
  letter-spacing: unset;
  width: auto;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.juicer-feed .j-paginate::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: -20px;
  top: -5px;
  width: 80%;
  height: 130%;
  background: #77bee4;
  transform: skewX(-35deg);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.juicer-feed .j-paginate:hover::before {
  width: 150%;
}

#posts-all .j-stack li.feed-item{
  border: 1px solid #E5E5E5 !important;
}

.juicer-feed .j-paginate::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 10px;
  width: 32px;
  height: 24px;
  background: url(../images/pics/arrow.png) no-repeat center center / contain
    transparent;
  height: 100%;
  content: "";
  display: block;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.juicer-feed .j-paginate:hover::after {
  filter: grayscale(100%) invert(100%);
}

.juicer-feed .j-paginate:hover {
  background: transparent;
  color: #ffffff;
}

.j-linkedin .j-poster::before {
  content: "";
  display: inline-block;
  background: url(../images/logos/logo-leviat-blue.png) no-repeat center center /
    contain transparent;
  width: 120px;
  height: 34px;
}
.j-linkedin .j-poster::after {
  content: "";
  font-family: "fontawesome-5-juicer";
  color: #007bb6;
}

#suivez-ctn .active #j-column-0 .feed-item{
  display: none;
}
#suivez-ctn .active #j-column-0 .feed-item:first-child{
  display: block;
}

@media only screen and (min-width: 800px) {
  #suivez-ctn .active #j-column-0 .feed-item{
    display: block;
  }
}

/**********************************************************************************************************************************/
/* SHORTCUTS
/**********************************************************************************************************************************/
#shortcuts {
  margin-top: 50px;
  display: none;
}

.max #shortcuts {
  display: none;
  width: 100%;
}

.max.forcontact #shortcuts {
  display: block;
  margin-top: 0;
}

.max.forcontact #shortcuts ul {
  flex-direction: column;
}

.max.forcontact #shortcuts ul li {
  border: 1px solid #ffffff;
  margin: 20px 0;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 800px) {
  #shortcuts {
    position: fixed;
    right: 0;
    display: block;
    margin-top: 0;
    bottom: 50%;

    /* TRANSITION */
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
}

#shortcuts a {
  display: flex;
  padding: 10px;
  align-items: center;
  background-color: #77bee4;
  color: #ffffff;
  flex-direction: column;
  font-family: "RationalText-SemiBold";
}

@media only screen and (min-width: 800px) {
  #shortcuts a {
    flex-direction: row;
  }
}

#shortcuts ul {
  display: flex;
  width: 100%;
  padding: 0 10vw;
}

#shortcuts li {
  width: 33%;
  background-color: #77bee4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media only screen and (min-width: 800px) {
  #shortcuts {
    left: 100%;
    width: 200px;
  }

  #shortcuts ul {
    align-items: flex-end;
    flex-direction: column;
    padding: 0;
    width: auto;
  }

  #shortcuts li {
    width: auto;
    position: relative;
    left: 0px;
  }

  #shortcuts li {
    position: absolute;
    left: -60px;
    max-height: 65px;
    overflow: hidden;

    transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -ms-transform 0.3s ease;
  }

  #shortcuts.little li {
    left: -50px;
  }

  #shortcuts ul li:nth-child(2) {
    top: 60px;
  }

  #shortcuts ul li:nth-child(3) {
    top: calc(60px * 2);
  }

  #shortcuts.little ul li:nth-child(2) {
    top: 50px;
  }

  #shortcuts.little ul li:nth-child(3) {
    top: calc(50px * 2);
  }

  #shortcuts li:hover {
    transform: translateX(calc(-100% + 60px));
  }

  #shortcuts.little li:hover {
    transform: translateX(calc(-100% + 50px));
  }
}

#shortcuts li a span.contact-pic {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  /* TRANSITION */
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#shortcuts.little li a span.contact-pic {
  width: 30px;
  height: 30px;
}

#shortcuts li + li {
  border-left: 1px solid #ffffff;
}

@media only screen and (min-width: 800px) {
  #shortcuts li + li {
    border-left: none;
    border-top: 1px solid #ffffff;
  }
}

#shortcuts li a span.contact-word {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
}

@media only screen and (min-width: 800px) {
  #shortcuts li a span.contact-word {
    font-size: 14px;
    font-family: "RationalText-SemiBold";
    margin-left: 10px;
    margin-top: 0;
  }
}

#shortcut-mail .contact-pic {
  background-image: url(../images/pics/mail.png);
}
#shortcut-contact .contact-pic {
  background-image: url(../images/pics/contact.png);
}
#shortcut-devis .contact-pic {
  background-image: url(../images/pics/devis.png);
}

/**********************************************************************************************************************************/
/* SHORTCUTS CONTACT CHOICER
/**********************************************************************************************************************************/
#contact-choicer {
  display: none;
}
#contact-choicer.opened {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  overflow: auto;
  justify-content: center;
  align-items: center;
}

#contact-choicer-ctn {
  padding: 20px;
}

#contact-choicer .title {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: "RationalText-ExtraBold";
  font-size: 25px;
}

#contact-choicer-result {
  margin-top: 40px;
  text-align: center;

  /* TRANSFORM */
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);

  /* TRANSITION */
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#contact-choicer-result.visible {
  /* TRANSFORM */
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);

  /* TRANSITION */
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;

  padding: 20px;
}

#contact-choicer-result a {
  display: inline-block;
  padding: 10px 30px;
  color: #201547;
  font-family: "RationalText-SemiBold";
  font-size: 24px;
}

.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
}

select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
}

.select::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: grey;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  justify-self: end;
  z-index: 10;
  margin-right: 10px;
}

select,
.select:after {
  grid-area: select;
}

#contact-choicer .text {
  padding: 10px 30px;
  border: 2px solid #cecece;
  margin: -2px;
  display: block;
}

option:hover {
  cursor: pointer;
}

optgroup,
select > option:last-child {
  font-weight: 700;
  padding: 10px 0;
}

optgroup option {
  font-weight: lighter;
  padding: 5px 0;
}

optgroup,
option {
  background-color: #eeeeee;
  color: black;
}

#contact-choicer .choice1 {
  background: #77bee4;
  padding: 10px 30px;
  color: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  cursor: pointer;
  transform: translateX(-50%);
  left: 50%;
}

#contact-choicer .choicer1 {
  display: none;
}

#contact-choicer .choicer1.active {
  display: block;

  /* TRANSFORM */
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);

  /* TRANSITION */
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;

  opacity: 1;
}

#contact-choicer .choicer1.active.little {
  /* TRANSFORM */
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);

  opacity: 0.5;
}

#contact-choicer .choicer1 li + li {
  margin-top: 20px;
}

#contact-choicer .choicer2 li + li {
  margin-top: 0;
}

#contact-choicer .choicer2 li {
  position: relative;
}

#contact-choicer .choicer2 li::before {
  position: absolute;
  z-index: 3;
  width: 0;
  height: 100%;
  background: #cecece;
  left: 0;
  top: 0;
  content: "";
  display: block;

  /* TRANSITION */
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#contact-choicer .choicer2 li:hover::before {
  width: 100%;
}

#contact-choicer .choicer2 li span {
  position: relative;
  z-index: 4;
}

#contact-choicer .choicer2 {
  position: relative;
  z-index: 2;
  margin: -2px 10px;
  display: none;
}

#contact-choicer .hasChoice .choicer2 {
  display: block;
}




#search-results{
  position: absolute;
  background: #FFFFFF;
  top: 40px;
  width: 100%;
  left: 0;
}

#content #kesearch_results .result-list-item,
#search-results .result-list-item{
  clear: both;
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 800px) {
  #content #kesearch_results .result-list-item,
  #search-results .result-list-item{
    padding: 50px 30px;
  }
}

#search-results .result-list-item{
  padding: 20px 10px;
}

.search-cover{
  margin-right: 10px;
}

@media only screen and (min-width: 800px) {
  .search-cover{
    margin-right: 50px;
  }

}

#search-results .search-cover{
  margin-right: 20px;
}

.search-cover.standard{
  background: #201547;
}

.search-cover img{
  height: 80px;
  width: 80px;
  object-fit: contain;
  object-position: center;
}

#search-results img{
  width: 32px;
  height: 32px;
}

.result-title{
  margin-bottom: 20px;
  display: block;
}

#search-results .result-title{
  margin-bottom: 0;
}

#search-results .result-teaser{
  font-size: 12px;
}

#search-results .add-info{
  display: none;
}

.result-title a {
  color: #201547;
  font-family: "RationalText-SemiBold";
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit{
  color: #77bee4 !important;
  text-decoration: underline;
  font-weight: lighter !important;
}

.result-list-item{
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.result-list-item::before{
  width: 0;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: #FAFAFA;

  /* TRANSITION */
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.result-list-item:hover::before{
  width: 100%;
}

#search-results .tx-kesearch-pi1{
  display: flex;
  flex-direction: column-reverse;
}

#search-results #kesearch_results .result-list-item:nth-child(n+5){
  display: none;
}

#search-results #kesearch_pagebrowser_bottom,
#search-results #kesearch_pagebrowser_top{
  display: none;
}

#search-results #kesearch_num_results{
  background: #77bee4;
  color: #FFF;
  font-family: "RationalText-SemiBold";
  text-align: center;
  padding: 5px;
  margin-bottom: 50px;
}

#kesearch_num_results{
  margin-bottom: 30px;
}

@media only screen and (min-width: 800px) {
  #kesearch_num_results{
    margin-bottom: 0;
  }
}

.unvisible{
  display: none !important;
}
