/*global css*/

:root {
  --max-width-960-plus-header: 1180px;
  --max-width-960-plus-content: 1160px;
  --header-height: 3.5em;
 /** --main-color: rgba(0,70,130,1);
  --main-font-color: #010a12;
  --main-hover-color: #ff8c65;
  --second-hover-color: #ebf5ff;
  --second-color: #f5c442;
  --main-border-color: #f0f0f3;
  --main-shadow-color: #e7a37e;
      
  --article-danger: #d9534f;
  --article-bg-danger: #fdf7f7;
  --article-danger-text-color : #000;

  --article-infos: #5bc0de; 
  --article-bg-infos: #e3edf2;
  --article-infos-text-color : #000;

  --article-conseil: #ffb955;
  --article-bg-conseil: #ffefd5;
  --article-conseil-text-color : #000;
  **/
}


body{
  color: var(--main-font-color);
  overflow-x: hidden;
  max-width: 100vw;
}

body article p{
  text-align: justify;
}

/* dot decoration */
.dot{
  position: absolute;
  z-index: -1;
}



.row > a{
  width: auto;
}

.dot-right{
  right: -150px;
  transform: rotate(10deg);
}

.dot-big-size.left{
  left: -500px;
}
.dot-big-size{
  width: 1000px;
  height: 1000px;
}

.dot-left{
  left: -150px;
  transform: rotate(-10deg);
}
.dot-top{
  top: -25%;
}
.dot-bottom{
  bottom: -25%;
}

.dot-centered{
  margin: auto;
}

.dot-mid-size{
  width: 400px;
  height: 400px;
}

.dot-small-size{
  width: 200px;
  height: 200px;
}


/*global class like div placement*/
div.centered-in-page{
  margin-left: auto;
  margin-right: auto;
  position: relative;
}


.no-scroll{
  overflow: hidden;
}
.rounded-bottom{
  margin-bottom: -1px;
  border-top-left-radius: 150% 100px;
  border-top-right-radius: 150% 100px;
  height: 10vh;
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: 0;
}

.classic-section{
  margin: 1em 0em;
  display: inline-block;
  width: 100%;
  position: relative;
}

.classic-section:not(.article-section):not(.search-results)[id^="e"] {
  scroll-margin-top: var(--header-height);
}

.classic-article{
  margin: 2.5em 0em;
  padding: 1em;
  display: flex;
  position: relative;
}

.classic-article img{
  padding: 0em;
  max-width: 90vw;
}

.classic-article .description{
  margin: auto;
}

.main-bg{
  /**background: linear-gradient(104deg, var(--main-color) 0%, rgba(5,88,159,1) 35%, rgba(25,112,187,1) 100%);**/
  background: var(--main-color);
  color: #fff;
}

.white-bg{
  background: #fff;
}

.second-bg{
  background: var(--second-color);
}

.bg-black-opacity{
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.small-shadow{
  /* box-shadow: rgb(50 50 93 / 16%) 0 0px 24px -5px; */
  box-shadow: rgb(50 50 93) 0px 0px 5px -3px;
}

.rounded{
  border-radius: 10px;
}

.small-text{
  font-size: 0.8em;
}
.underline{
  text-decoration: underline;
}

/* explanation-tile component */

.explanation-tile{
  padding: 1em;
}

.explanation-tile i{
  padding: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 3px;
  background: var(--main-hover-color);
  color: #fff;
}


.explanation-img {
  width: 70px !important;
  height: 70px !important;
}

.border-shadow .explanation-tile h4 {
  width: auto;
  max-width: 65%;
  background-color: #fff;
  padding: 0 5px;
  position: absolute;
  top: -17px;
  left: 100px;
}

.border-shadow {
  color: var(--main-color);
}

.explination-content {
  margin-top: 10px;
}

.explination-content li > span {
  margin-right: 5px;
}

.explination-content li {
  margin: 10px 0;
}

.border-shadow .explanation-tile img {
  position: absolute;
  top: -60px;
  left: 15px;
}

/*** footer ***/

.classic-footer{
  padding: 1em;
}

.classic-footer .logo-socials-list{
  margin: 1em 0em;
}

.classic-footer .logo-socials-list i{
  font-size: 1.75em;
}

.logo-socials-list i:hover, .classic-footer a:hover{
  color: var(--main-hover-color);
}


.footer-socials{
  padding-right: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-socials .demo-button{
  width: fit-content;
  padding: 0.5em;
  margin-top: 1em;
  background: #fff;
  color: var(--main-color);
}

.download-app-buttons{
  display: flex;
  justify-content: start;
  align-items: center;
  width: 45%;
  max-width: 160px;
}

.download-app-buttons em{
  font-size: 1.25em;
  margin-right: 0.25em;
}

.download-app-buttons p{
  font-family: "Lucida Grande", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

.download-app-buttons p span{
  font-size: 1rem;
  text-transform: capitalize;
}

.footer-socials div{
  display: flex;
  flex-direction: column;
}
.centered-in-page h2 {
  text-align: center;
  color: var(--main-color);
}

.centered-in-page .application-presentation h2 {
  text-align: left;
  color: white;
  padding-bottom: 1.5em;
  font-size: 1.6rem;
  padding-top: 0.5em;
}

.centered-in-page .description h4 {
  margin-bottom: 1em;
}

.footer-pages .pages-column h4, .footer-socials h4, .footer-socials a{
  padding: 0.5em 0;
}

.footer-pages .pages-column ul li{
  padding: 0.5em 0;
}

footer .footer-policy{
  padding: 0.5em;
  margin-top: 1em;
  margin-bottom:1em;
}

@media screen and (max-width: 997px) {
 .footer-infos { padding: 0;  border: 0;  }
 .footer-bottom { flex-direction: column; padding: 1em 1.5em !important;  }

.footer-newsletter { width: 100%; }

.footer-address, .footer-list-socials, .footer-newsletter { margin: 0 auto 1.5em auto; }
.footer-list-socials div { justify-content: center; }
.footer-list-socials figure { width: 25%; }
.footer-list-socials div p {left: 60%;}
.footer-copyright {flex-direction: column; text-align: center; }
.footer-copyright div {width: 100%;}
.footer-socials, .footer-pages, .footer-infos { padding: 1.5em 0; }
.footer-infos { border-top: 2px solid #fff; }

}

.footer-bottom {display: flex; justify-content: space-between; background-color: #588EAD; border-radius: 01rem 01rem 0 0; }

.logo-socials-list img { width: 50px; }

.footer-list-socials div {display: flex;
    justify-content: end;
    position: relative;
}

.footer-list-socials figure {
    width: 40%;
    margin-right: 10%;
}

.footer-list-socials div p { position: absolute;
    bottom: 40%;
    left: 95%;
    min-width: 100px; }

.footer-list-socials .inline-list.logo-socials-list { margin: 0; }
.footer-list-socials .inline-list li {margin: 0.5em 0em; }
.footer-newsletter h4 {padding-left: 25px;}
.footer-newsletter { width: 45%; }

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #B3C8D7;
    border-radius: 01rem 01rem 0 0;
    margin-top: -20px;
    color: var(--main-color);
}
.footer-copyright a { margin: 0 1em; }



.inline-list li{
  display: inline-block;
  padding: 0em 0.25em;
  margin: 1em 0em;
}

.margin-separator{
  display: flex;
}

.border-separator, .border-shadow {
  flex-wrap: nowrap;
}
.border-separator > *, .border-shadow > *{
  flex-shrink: initial;
}

.border-shadow > * {
  position: relative;
}

.section-title{
  width: 75%;
}

@media screen and (max-width: 997px){
  .classic-section{
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .footer-pages{
    display: flex;
    flex-direction: column;
    border-top: 2px solid #fff;
  }

  .footer-pages .pages-column{
    display: flex;
    flex-direction: column;
    padding-bottom: 1em;
    min-height : 1vh;
  }

  .border-separator > *{
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
  }

  .border-shadow > * {
    box-shadow: rgb(50, 50, 93) 0px 2px 11px -3px;
    margin-top: 4em; 
  }

  .margin-separator{
    flex-direction: column;
  }

  .margin-separator > *{
    margin-bottom: 0.5em;
    margin-top: 3em;
  }

  .solution-presentation img{
    display: none;
  }
  div.centered-in-page {
    width: 98%;
    max-width: 998px;
  }
  .accueil h1{
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 0.5em;
  }
  .accueil h2{
    font-size: 1.35rem;
  }

  .footer-element .main-bg, footer.main-bg{
    background: var(--main-color);
  }
}

/** @media screen and (max-width: 1579px) {
  .border-shadow > * {
    box-shadow: rgb(50 50 93) 0px 0px 5px -3px;
    margin: 0px 10px;
  }
}*/

@media screen and (min-width: 998px){
  .footer-pages{
    display: flex;
    justify-content: space-around;
    border-left: 2px solid #fff;
  }

  .footer-pages .pages-column{
    display: flex;
    flex-direction: column;
    padding-left: 1em;
    min-height: 10vh;
  }

  .border-separator > *{
    border-left: 2px solid transparent;
    border-right: 2px solid var(--main-border-color);
  }

  .margin-separator > *{
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  div.centered-in-page {
    width: 100%;
    max-width: var(--max-width-960-plus-content);
  }
  .accueil h1{
    font-size: 2.75rem;
    font-weight: bold;
  }
  .accueil h2{
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1580px){
  .border-shadow > * {
    box-shadow: rgb(50 50 93 / 0.38) 0px 0px 11px 0px;
    margin: 0px 10px;
  }
}

.border-separator >:last-child{
  border-right: none;
  border-bottom: none;
}

.margin-separator >:last-child{
  margin-right: 0;
}
/*Top menu Nicoka*/

.top-fixed-element{
  position: fixed;
  height: var(--header-height);
  width: 100%;
  top: 0px;
  color: #fff;
  z-index: 10;
}


.top-fixed-element.scrolled, .top-fixed-element.menu-opened, .ask-demo-page .top-fixed-element{
  background: #fff;
  color: var(--main-color);
  transition: 0.2s;
  -webkit-box-shadow: 3px 3px 4px -3px rgb(56 56 56 / 72%);
  box-shadow: 3px 3px 4px -3px rgb(56 56 56 / 72%);
}

.top-fixed-element.scrolled .demo-button, .ask-demo-page .top-fixed-element .demo-button{
  background: var(--main-color);
  color: #fff;
  -webkit-box-shadow: 3px 3px 4px -3px rgb(56 56 56 / 72%);
  box-shadow: 3px 3px 4px -3px rgb(56 56 56 / 72%);
}


.top-fixed-element nav{
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding-left: 1em;
  padding-right: 1em;
}

.top-fixed-element.scrolled #top-logo-nicoka, .top-fixed-element.menu-opened #top-logo-nicoka, .ask-demo-page .top-fixed-element #top-logo-nicoka{
  background-position: 0 35px;
  transition: 0.2s
}
#top-logo-nicoka{
  height: 35px;
  margin-bottom: auto;
  margin-top: auto;
  background-image: url('../../img/main/nicoka-logo.svg');
  background-position: 0 0;
  background-size: cover;
  width: 120px;
  transition: 0.2s;
}


@media screen and (max-width: 997px){
  .top-fixed-element nav {
    max-width: 998px;

  }
  .top-fixed-element .top-menu{
    position: absolute;
    height: 0px;
    display: flex;
    flex-flow: column;
    right: 0px;
    top: 60px;
    width: 100%;
    background: var(--main-color);
    overflow: hidden;
    transition: 0.35s
  }

  .top-fixed-element.menu-opened .top-menu{
    height: calc(100vh - 60px);
    color: #fff;
    transition: 0.35s;
    overflow-y: scroll;
  }

  .top-fixed-element .demo-button-container {
    margin: 1em auto;
    padding: 1em;
  }

  .top-fixed-element.menu-opened .nav-menu-item{
    border-bottom: 1px solid #1f5f95;
    transition: 0.35s;
  }

  .top-fixed-element.menu-opened .nav-menu-item:hover{
    border-bottom: 1px solid var(--second-color);
  }

  #nav-burger{
    margin-bottom: auto;
    margin-top: auto;
    cursor: pointer;
  }
}

@media screen and (min-width: 998px){
  .top-fixed-element nav {
    max-width: var(--max-width-960-plus-header);
  }
  #nav-burger, #header-main-page .demo-button{
    display:none;
  }

  .top-fixed-element .top-menu{
    display: flex;
    flex-direction: row;
    margin-bottom: auto;
    margin-top: auto;
  }

  .top-menu, .top-menu>ul{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .demo-button-container{
    margin: auto;
    margin-left: 1em;
    border-bottom: 3px solid transparent;
  }
}

.nav-menu-item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-right: 1rem;
  margin-left: 1rem;
  padding: 1rem 0.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
  font-size: 1rem;
}

.nav-menu-item:hover {
    border-bottom-color: var(--main-hover-color);
}

.nav-menu-item i {
    padding-left: 1em;
}
/* demo button*/

.demo-button, .know-more-button, .search-autocomplete-show-more {
  background: var(--main-color);
  color: #fff;
  -webkit-box-shadow: 3px 3px 4px -3px rgb(56 56 56 / 72%);
  box-shadow: 3px 3px 4px -3px rgb(56 56 56 / 72%);
  border-radius: 10px;
  padding: 0.5em 0.8em;
  font-weight: bold;
  font-size: 1rem;
  transition: .3s;
}

.know-more-link{
  transition: .3s;
  font-weight: bold;
  font-size: 1rem;
  min-width: fit-content;
}

.know-more-link:hover {
  color: var(--main-hover-color) !important;
  transform: translate(0, -10px), translate(0, 0px);
}
.top-fixed-element .demo-button, .main-bg .demo-button{
  background: #fff;
  color:  var(--main-color);
}

.top-fixed-element .demo-button:hover, 
.main-bg .demo-button:hover, 
.tarif .demo-button:hover, 
.know-more-button:hover, 
.first-section-top .know-more-button:hover, 
.search-autocomplete-show-more:hover,
.newsletter-subscriber .demo-button:hover {
  background: var(--main-hover-color);
  color: #fff;
  transform: translate(0, -10px), translate(0, 0px);
}

.fluid-action-box .demo-button {
    font-size: 1.4rem;
}

.demo-link{
    font-weight: bold;
    color: var(--main-color);
    padding: 1em 0;
    display: inline-block;
    font-size: 1.2rem;
}
.demo-link.white-demo-link{
    color: #fff;
}
.demo-link i, .know-more-button i, .know-more-link i{
  transition: 0.25s;
  margin-left: 0.5em;
}

.know-more-button:hover, .know-more-link:hover{
  padding-right: 1.5em;
}

.demo-link:hover i, .know-more-button:hover i, .know-more-link:hover i{
  transform: translateX(1em);
  transition: 0.25s;
}

.demo-link:hover{
  color: var(--main-hover-color);
}

/* first section */
.first-section-top{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: var(--header-height);
  color: #fff;
  min-height: min(60vh, 750px);
}

.first-section-top .know-more-button, .tarif .demo-button{
  color: var(--main-color);
  background-color: #fff;
  font-size: 1.4rem;
}

/*review thing*/
.star-review-full{
  color: green;
}


/*dropdown menu*/
.top-fixed-element .dropdown-menu{
  display: flex;
  height: 0px;
  overflow: hidden;
  transition: 0s;
  border-radius: 3px;
  border: none;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.top-fixed-element .dropdown-menu.banner-submenu{
  display: flex;
  flex-direction: column;
}

.top-fixed-element .dropdown-menu.banner-submenu{
  display: flex;
  flex-direction: column;
}

.top-fixed-element .banner-menu-nicoka{
    display: flex;
    margin: 0.4rem;
    padding: 1rem 1.5rem;
    justify-content: space-between;
    border-radius: 8px;
    color: var(--main-color);
}

.top-fixed-element .dropdown-menu ul{
  flex-direction: column;
}
.top-fixed-element .dropdown-menu .dropdown-title{
  font-size: 1rem;
  font-weight: bold;
}

.top-fixed-element .dropdown-items-nicoka{
    display: flex;
}

.top-fixed-element .dropdown-item-nicoka{
    display: flex;
    flex-direction: column;
}
.top-fixed-element .dropdown-item-nicoka li{
    display: flex;
}
.top-fixed-element .dropdown-link{
  font-size: 0.9rem;
  padding: 0.5em 0.25em 0em 0em;
  width: 100%;
  line-height: 1.3em;
  margin: 0.5rem 0em;
  height: 2.6em;
}

.carousel-articles .solution-presentation img{
  max-height: -webkit-fill-available;
}

/*quote article inline */
.quote-inline .quote-title{
  font-weight: bold;
  margin-bottom: 0.5em;
  color: var(--main-font-color);
}
.quote-inline .quote-text{
  font-size: 1.2em;
  padding-bottom: 2rem;
  color: var(--main-font-color);
  line-height: 1.5em;
  padding-right: 3rem;
}

.quote-inline .quote-author{
  color: var(--main-font-color);
  line-height: 1.5em;
  font-weight: 700;
}

.quote-inline-article .author-image-div{
      display: flex;
}

.quote-inline-article .author-image-div .author-image{
    width: 75%;
    margin: auto;
    height: auto;
    padding-top: 2em;
    width: 200px;
}
.quote-inline-article .quote-image{
  height: 4em;
  position: absolute;
}

.quote-image {
  width: auto !important;
}

.quote-inline-article .quote-content{
  padding-right: 2em;
  border-right: 2px solid var(--main-border-color);
  padding-top: 0.5em;
  margin-top: 4.5em;
  padding-bottom: 0.5em;
}

/* Social networks */

.classic-section.article-section > div[id^="post-"], article[id^="post-"] {
  display: flex;
  margin-bottom: 50px;
}

.fusion-social-networks {
  margin-right: 2.5em;
  max-width: 80px;
}

.fusion-social-networks > div {
  position: sticky;
  margin-top: 50px;
  top: 125px;
}


a.job-social-network {
  background: var(--main-bg-color);
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  margin-bottom: 1em;
}

a.job-social-network:hover {
  background: var(--main-hover-color);
  color: #fff;
}

/** Blockquote Article **/

.nk_blockquote p {
  margin: 0 !important;
}

.nk_blockquote {
  padding: 20px 38px 20px 15px !important;
  margin: 15px 0px !important;
  border-radius: 5px;
  font-style: normal !important;
  border-radius: 5px;
}

.nk_blockquote div {
  display: flex;
}

.nk_blockquote div h1::before {
  font-size: 16px;
}

.nk_blockquote.danger h1 {
  font-weight: 600;
  font-size: 1.3em;
  margin: 0;
}

.nk_blockquote > div:first-child {
  display: flex;
}

.nk_blockquote.danger > div h1::before {
  content: "❗️";
}

.nk_blockquote.conseil div h1::before {
  content: "🚧";
}

.nk_blockquote.infos div h1::before {
  content: "📘";
}

.nk_blockquote.infos strong {
  color : var(--article-infos-text-color) !important; 
}

.nk_blockquote.danger strong {
  color : var(--article-danger-text-color) !important; 
}

.nk_blockquote.conseil strong {
  color : var(--article-danger-text-color) !important; 
}


.nk_blockquote.danger div  h1{
  color: var(--article-danger);
  margin: -5px 5px 0 0 !important;
}

.nk_blockquote.conseil div h1{
  color: var(--article-conseil);
  margin: -5px 5px 0 0 !important;
}

.nk_blockquote.infos div h1 {
  color: var(--article-infos);
  margin: -5px 5px 0 0 !important;
}

.nk_blockquote.conseil {
  border-left: 0.25em solid var(--article-conseil) !important;
  background: var(--article-bg-conseil) !important;
  color : var(--article-conseil-text-color) !important; 
}

.nk_blockquote.danger {
  border-left: 0.25em solid var(--article-danger) !important;
  background: var(--article-bg-danger) !important;
  color : var(--article-danger-text-color) !important; 

}

.nk_blockquote.infos {
  border-left: 0.25em solid var(--article-infos) !important;
  background: var(--article-bg-infos) !important;
  color : var(--article-infos-text-color) !important; 
}

/* blocklist */

.nk_blocklist {
  flex-direction: column;
  margin: 30px 0px 30px 50px;
  border-left: 4px solid rgba(0, 0, 0, 0.05);
  padding-left: 15px;
  width: auto;
  display: inline-flex;
}


/* rolling article */

.rolling-articles .top-card h3{
  font-size: 1rem;
  font-weight: 700;
  height: 2.5rem;
  margin: 0 0 10px;
  text-overflow: ellipsis;
}

.rolling-articles .top-card p{
  font-size: 0.8rem;
  line-height: 1.1rem;
  max-height: 3.3rem;
  overflow: hidden;
  word-wrap: break-word;
  margin-bottom: 1rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.rolling-articles .quote-author{
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rolling-articles .quote-author span{
  color: rgba(68,84,115,0.6);
  font-size: 0.8rem;
  font-style: italic;
  font-size: 0.8rem;
}

.rolling-articles, .rolling-articles-mechanics{
  display: flex;
  justify-content: center;
}

.rolling-article {
  flex: 0 0 19%;
  margin: 0 0.5%;
  transform: translateX(0);
  transition: transform 0.5s ease;
  color: var(--main-font-color);
}

.rolling-article{
  width: 15em;
  min-width: 15em;
  background: var(--main-border-color);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rolling-article.pictures-carousel-article {
  padding: 0;
  margin: 0;
  background: transparent;
  flex: 0 0 100%;
}

.centered-in-page.rolling-articles-mechanics {
  margin: 0 auto;
  overflow: hidden;
  align-items: center;
  padding-bottom: 3em;
  padding-top: 1.5em;
}

.rolling-articles-max-width{
  max-width: 90%;
  overflow: hidden;
}

.rolling-articles {
  position: relative;
  transition: transform 0.5s ease;
  justify-content: flex-start;
}

.rolling-article:last-child {
  margin-right: 0;
}

.rolling-article-move {
  cursor: pointer;
  background: var(--main-color);
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 100%;
  font-size: 1.5em;
  line-height: 1.5em;
  z-index: 1;
  color: white;
  transition: opacity 0.2s ease;
  position: absolute;
  top: calc(50%-0.75em);
}

.rolling-article-move-left {
  left: 1%;
}

.rolling-article-move-right {
  right: 1%;
}

.rolling-article-move:hover {
  opacity: 0.7;
}

.rolling-article-move-disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 997px) {
  .dot{
    display: none;
  }
  .rolling-article {
    flex: 0 0 49%;
    margin-right: 0.5%;
  }
}

.rolling-article-move i{
  color: #fff;
}

.five-stars-article{
  color: #fff;
}

.five-stars-article span{
  padding: 2px;
}
.full-star-1{
  background-color: #eb4b34;
}

.full-star-2{
  background-color: #ef8c3e;
}

.full-star-3{
  background-color: #f7d046;
}

.full-star-4{
  background-color: #89cd41;
}

.full-star-5{
  background-color: #51b37f;
}
.empty-star{
  background-color: #dcdce5;
}

.pictures-carousel-steppers {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  column-gap: 4px;
  align-items: center;
  justify-content: center;
  padding-bottom: 3em;
  position: absolute;
  left: 50%;
}

.pictures-carousel-stepper {
  cursor: pointer;
  border: 1px solid var(--main-color);
  width: 0.8em;
  height: 0.8em;
  border-radius: 100%;
  z-index: 1;
  transition: opacity 0.2s ease;
}

.pictures-carousel-stepper.active {
  background: var(--main-color);
}

/*title section application-presentation*/

@media screen and (max-width: 997px){
  .top-fixed-element .dropdown-menu{
    flex-direction: column;
    background: #003a6c;
    margin: 0.5em 1em !important;
    padding: 0em 1em;
  }
  .top-fixed-element .dropdown-link{
    color: #fff;
  }
  .top-fixed-element .dropdown-menu .dropdown-title{
    margin-bottom: 0.5em;
    padding-bottom: 0.4em;
    width: 100%;
    color: var(--second-color);
    border-bottom: 1px solid var(--second-color);
  }
  .top-fixed-element .dropdown-menu.show{
    height: fit-content;
    padding: 1em;
    transition: 0.3s;
    position: relative !important;
    transform: none !important;
  }
  .top-fixed-element .dropdown-item-nicoka{
      width: 100%;
      margin: 0.5em 0;
  }

  .header-profiles{
    display: flex;
    flex-flow: column;
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .choose-your-profile{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    color: var(--main-color);
    padding: 1em;
    border-radius: 10px;
    margin: 0.25em auto;
    width: 90%;
    z-index: 1;
    transition: .1s;
    -webkit-box-shadow: 4px 7px 9px -1px rgba(56,56,56,0.72);
    box-shadow: 4px 7px 9px -1px rgba(56,56,56,0.72);
  }

  .application-presentation{
    max-width: 100%;
    align-self: flex-end;
    padding: 3em 0 2em 0;

  }

  section .row{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  section .row .demo-button{
    padding: 1em;
  }

  #header-main-page #main-image-header {
    z-index: 1;
    max-width: 90vw;
    margin-right: auto;
    margin-left: 2vw;
  }
  section h1{
    font-size: 2.1em;
    font-weight: bold;
    max-width: 95vw;
  }

  section .classic-article.row{
    flex-direction: column-reverse;
  }

  section .classic-article.row.quote-inline-article{
    flex-direction: column;
  }
}

@media screen and (min-width: 998px){

  #header-main-page #main-image-header{
    position: absolute;
    top: 50px;
    z-index: 1;
    left: 50vw;
    width: 35%;
    max-width: 999px;
    max-height: 500px;
  }
  .top-fixed-element .dropdown-menu{
    position: absolute;
    flex-direction: row;
    background: #fff;
    margin: 0 0.5em;
    padding: 0 0.25em;
    inset: auto auto auto calc(100% - 150px) !important;
    transition: 0.35s;
    width: auto;
  }


  .chunck-color-small{
    width: 2rem;
    height: 3px;
  }

  .top-fixed-element .dropdown-menu .dropdown-title{
    margin: 0.5em 0;
    padding: 0.5em 0 0 0;
    color: var(--main-font-color);
  }
  .top-fixed-element .dropdown-menu.show, .top-fixed-element .dropdown:hover .dropdown-menu{
    height: fit-content;
    margin-top: 0;
    padding: 0.25em;
    -webkit-box-shadow: 4px 7px 9px -1px rgb(56 56 56 / 72%);
    box-shadow: 4px 7px 9px -1px rgb(56 56 56 / 72%);
    transform: none !important;
  }
  .top-fixed-element .dropdown-item-nicoka{
      margin: 0 0.5em;
      min-width: 9em;
      color: var(--main-color);
      width: 20%;
      white-space: normal;
  }
  .header-main-page .demo-button{
      display: none;
  }

  .header-profiles{
    display: flex;
    margin-top: 2em;
    margin-bottom: 4em;
  }
  .header-profiles > :first-child{
    margin-left: 0;
  }
  .header-profiles > :last-child{
    margin-right: 0;
  }
  .choose-your-profile{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    color: var(--main-color);
    padding: 1em;
    border-radius: 10px;
    margin: 0 0.5em;
    width: 25%;
    z-index: 1;
    transition: .3s;
    -webkit-box-shadow: 4px 7px 9px -1px rgba(56,56,56,0.72);
    box-shadow: 4px 7px 9px -1px rgba(56,56,56,0.72);
  }

  .application-presentation{
    max-width: 50%;
    align-self: flex-end;
    padding: 1em 0;
    padding-right: 2em;
  }

  #header-main-page .row{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #header-main-page .centered-in-page .row .col-md-12{
    width: 100%;
  }
  footer .row .col-md-3{
    width: 33.3%;
  }

  .classic-article.row .col-md-6{
    width: 49.5%;
  }
  section .classic-article.row.reversed-article{
    flex-direction: row-reverse;
  }
}

#header-main-page .row:before, #header-main-page .row:after {
    content: none;
}
#header-main-page .row div{
  margin-top: auto;
  margin-bottom: 10px;
}

/*profile choices*/

.choose-your-profile i{
  margin-right: 1em;
  color: var(--second-color);
}

.up-card{
  transition: 0.35s;
}
.up-card:hover i, .up-card:hover p, .up-card:hover h3{
  color: #fff;
}

.up-card:hover{
  background-color: var(--main-hover-color);
  cursor: pointer;
}

.up-card:hover{
  transform: translate(0, -10px);
}

.who-are-you p{
  color: var(--second-color);
  font-size: 1rem;
}

/***** SECTION LIST PRICE ****/

.nk_listPrice {
  border-radius: 10px;
}

.nk_listPrice .main-bg {
  background-color: var(--second-color);
}

.nk_priceContent p {
  font-size: 0.85em;
  padding: 10px 0;
  text-align: center;
  font-style: italic;
}

.nk_listPrice .nk_listTags > div {
  padding: 10px 0px;
  text-align: center;
  border-radius: 5px;
  margin: 0 15px;
  width: 23%;
  font-weight: 500;
  font-size: 1.2em;
  background-color: #fff;
  color: var(--main-hover-color);
  text-transform: uppercase;
  box-shadow: 3px 3px 4px -3px var(--main-shadow-color);
}

.nk_listPrices {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 4.6em 3em 1.5em 3em;
}

.nk_price {
  margin-top: 2rem;
  width: 30%;
  position: relative;
}

.nk_priceContent {
  background-color: #fff;
  color: var(--main-color);
  width: 100%;
  position: relative;
  border-radius: 10px;
  box-shadow: 3px 3px 4px -3px var(--main-shadow-color);
}

.nk_priceContent > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: var(--main-color);
  min-height: 185px;
}

.nk_priceContent span {
  display: block;
  width: 100%;
  text-align: center;
}

.nk_price > div:first-child {
  padding: 1.5em 0.8em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--main-color);
}
.nk_price:before {
  content: ''; 
  position: absolute;
  top: -28%;
  right: 30%;
  background: #fff;
  z-index: 0;
  width: 130px;
  height: 130px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: 0.09em solid var(--main-hover-color);
}

.nk_priceContent h5 {
  margin-top: 0;
}

.nk_priceContent h2 {
  color: var(--main-color);
  font-weight: bold;
  font-size: 1.8em !important;
}


.nk_fullSirh { padding-top: 1em; }
.nk_fullSirh .nk_priceContent {
margin-top: 1em;
    padding: 2em;
display: flex; 
}
.nk_fullSirh .nk_priceContent div {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    align-items: start;
}

.nk_fullSirh ul li::before { content: '';
      display: block; 
      width: 10%; 
      height: 20px; 
      background-image: url('https://svgshare.com/i/184B.svg');
      background-size: contain; 
      background-repeat: no-repeat;
      margin-right: 5px; 
}
.nk_fullSirh ul:last-child {margin-right: 10px; }

.nk_fullSirh ul li {
display: flex; 
align-items: center; 
margin: 0.5em 0;
}

.nk_fullSirh ul { width: 40%; }

.nk_fullSirh ul li p { font-size: 1em; font-style: normal; text-align: left; padding: 0; width: 90%  }

.nk_fullSirh .nk_priceContent div:last-child {
flex-direction: column; 
    width: 55%;
    align-items: center;
    border-left: 1px solid var(--main-color);
}

.nk_fullSirh h2 { font-size: 3em !important;}
.nk_fullSirh h5 { margin: 0; font-size: 1.1em;}

@media screen and (max-width: 997px) {
  .nk_fullSirh .nk_priceContent, .nk_fullSirh .nk_priceContent div { flex-direction: column; }
  .nk_fullSirh .nk_priceContent h2 { margin: 0.5em 0 0 0; }
  .nk_fullSirh ul { width: 100%; }
  .nk_fullSirh .nk_priceContent div:last-child { width: 100%; border-left: none; border-top: 1px solid var(--main-color); }
  .nk_fullSirh ul li:first-child {margin-top: 0;}
  .nk_fullSirh .nk_priceContent div {height: initial; }
}

.nk_priceImg {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -28%;
  right: 36%;
}

.price-button {
  background: var(--main-hover-color);
  box-shadow: 3px 3px 4px -3px var(--main-shadow-color);
  color: #fff;
  border-radius: 10px;
  padding: 0.7em 1.2em;
  font-weight: bold;
  font-size: 1rem;
  transition: .3s;
}

.price-button:hover {
  color: #fff;
  background: var(--main-color);
}

.price-icon {
  display: flex;
  justify-content: center;
}

.price-icon span {
  background-color: var(--main-hover-color);
  color: var(--second-color);
  font-weight: bold;
  font-size: 1.5em;
  padding: 3px 5px 1px;
  margin: -10px 0;
  z-index: 10;
  border-radius: 6px;
}

.price-description {
  padding: 1.5em;
  font-size: 0.9em;
  text-align: center;
  color: var(--main-color);
}


.nk_listPrice h5 {
  color: var(--main-color);
  text-align: center;
  font-weight: 650;
  font-size: 1.15em;
  margin-top: 1.2rem;
}

.nk_listPrice article {
  text-align: center;
  color: var(--main-color);
}

@media screen and (max-width: 997px){
  .nk_price {
    width: 100%;
    margin-bottom: 4.5em;
  }
  .nk_listPrices {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em;
    margin-top: 4em;
  }
  .nk_price:before {
    right: 38%;
  }
  .nk_priceImg {
    right: 42.5%;
  }

  .nk_listPrices .nk_price:last-child .nk_priceImg{
    top: -22%;
  }

  .nk_listPrice .nk_listTags > div {
    width: 40%;
  }
}

/***** SECTION CAT IMG ******/

.nk_listCat.main-bg h2 { 
  color: #fff; 
  margin-top: 15px;
}

.nk_listTags { 
  display: flex;
  justify-content: center;
}

.nk_listTags > div {
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 0 15px;
  font-weight: 500;
  font-size: 0.75em;
  background-color: var(--main-hover-color);
  color: #fff;
}

.nk_categories {
  display: flex;
  justify-content: space-between;
}

.main-bg .nk_catContent {
  background: #fff;
  color: #000;
}

.nk_catContent {
  background: var(--main-color);
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nk_catContent:hover {
  background-color: var(--main-hover-color);
  color: #fff;
 }

.main-bg .nk_catContent:hover {
  background-color: var(--main-hover-color);
  color: #fff;
  box-shadow: rgb(30 30 43 / 46%) 0px 8px 9px 3px;
}

.nk_catContent p {
  width: 100%;
}

.nk_catDescription {
  line-height: 30px;
  text-align: justify;
  font-size: 0.9em;
  display: none;
}

.nk_catContent span:first-child {
  margin-right: 0.5em;
  font-size: 1.4em;
  min-width: 18px;
  text-align: center;
}

.nk_imgContent {
  margin-left: 3.5em;
  width: 100%;
}
.nk_imgContent img:first-child, .nk_categories > div:first-child > div[data-link="0"] {
  display: block;
}
.nk_imgContent img {
  width: 100% !important;
  display: none; 
}

@media screen and (max-width: 997px){
  .nk_categories {
    flex-direction: column-reverse;
    padding: 0;
    width: 90%;
  }
  .nk_imgContent {
    margin: 0;
  }

  .nk_categories > div {
    width: 100%;
  }

  .nk_categories > div:first-child > div:first-child {
    margin-top: 15px;
  }
}

/***** SECTION SCHEMA GRID ****/
.nk_schema_main h2, .nk_listCat h2 {
  text-align:center; margin: 40px 0px; font-size: 2.0em; font-weight: bold;
}

.nk_schema_main.main-bg h2 {
  color: #fff; 
}

.nk_grid {
  display: grid; 
  gap: 20px; 
  grid-template-columns: repeat(12, 7%); 
  grid-template-rows: repeat(5, 18%); 
  width: 100%;
}

.nk_item {
  display: flex; 
  flex-direction: column; 
  gap: 10px;
}

.nk_item:first-child {
  grid-column: 4 / 10;
  grid-row: 1 / 4;
}

.nk_item .content {font-size: 0.9em;}
.nk_item h4 { border-bottom: 3px solid; padding-bottom: 5px; color: var(--main-hover-color)}
.nk_item p {padding-top: 5px;}
.nk_row {flex-flow: nowrap;}
.nk_arrow {width: 32px; height: 32px; opacity: 1; transform: translate(0px, 0px)}

.nk_arrow_3, .nk_trio_arrow_3 , .nk_duo_arrow_3 {transform: rotate(150deg) skew(360deg, 0deg);}
.nk_arrow_4, .nk_trio_arrow_4 {transform: rotate(-90deg)}
.nk_duo_arrow_4 {transform: rotate(90deg)}
.nk_duo_arrow_5 {transform: rotate(270deg)}

.nk_item_2, .nk_trio_item_2, .nk_duo_item_2 {align-items: end; grid-column: 1 / 4; grid-row: 1 / 2;}
.nk_item_3, .nk_trio_item_3, .nk_duo_item_3 {grid-column: 10 / 13; grid-row: 1 / 2;}
.nk_item_4, .nk_duo_item_4 {grid-column: 2 / 6; grid-row: 4 / 6;}
.nk_item_5 { grid-column: 8 / 12; grid-row: 4 / 6; }
.nk_trio_item_5 {grid-column: 6 / 12; grid-row: 4 / 6; margin-top: 8%;}
.nk_trio_item_4 {grid-column: 3 / 8; grid-row: 4 / 6; margin-top: 5%;}
.nk_duo_item_5 { grid-column: 10 / 13; grid-row: 3 / 4; flex-direction: column-reverse;}
.nk_duo_item_4 {align-items: end; grid-column: 1 / 4; grid-row: 2 / 5; flex-direction: column-reverse;}

/**** SECTION SOLUTION CAROUSEL ****/
.accueil .classic-section h2{
  text-align: center;
  margin: 0em 2em 2em 2em;
  font-size: 2rem;
  color: var(--main-font-color);
  font-weight: bold;
}

.carousel{
  margin-top: 2em;
  margin-bottom: 4em;
  position: relative;
}
.carousel-buttons{
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.carousel-arrow{
  position: absolute;
  top: 50%;
  font-size: 2em;
  color: var(--main-color);
}
.carousel-arrow-right{
  right: 10px;
}
.carousel-arrow-left{
  left: 10px;
}

.carousel-articles h4{
  color: var(--main-color);
}

.carousel-buttons .button-carousel{
  display: flex;
  justify-content: center;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  border-top: 8px solid transparent;
  border-radius: 10px 10px 0 0;
  color: var(--main-color);
  opacity: 0.5;
  min-width: 15%;
  cursor: pointer;
}
.carousel-buttons .button-carousel:hover{
  border-top: 8px solid var(--main-hover-color);
  background: #fefefe;
  z-index: 1;
  opacity: 0.9;
}
.carousel-buttons .button-carousel.active{
  background: #fff;
  opacity: 1;
  z-index: 2;
  border-top: 8px solid var(--main-hover-color);
  box-shadow: rgb(9 9 56 / 8%) 0 -8px 24px 0, rgb(50 50 93 / 16%) 0 16px 24px -5px, rgb(0 0 0 / 16%) 0 8px 16px -4px;
}
.carousel-articles{
  height: 25em;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-flow: row;
  position: relative;
  box-shadow: rgb(9 9 56 / 8%) 0 -8px 24px 0, rgb(50 50 93 / 16%) 0 16px 24px -5px, rgb(0 0 0 / 16%) 0 8px 16px -4px;
  border-radius: 10px;
}
.carousel-articles .description {
  padding-left: 2em;
  border-left: 1px solid var(--main-border-color);
  text-align: justify;
  line-height: 1.35em;
}

.upward-article{
    height: max-content;
    padding: 2em;
}

.carousel-articles .description li{
  margin: 1em 0;
}

.carousel-articles .description .fa-li{
  color: var(--second-color);
  top: calc(50% - 0.5em);
}

.solution-presentation{
  width: 100%;
  position: absolute;
  padding: 1.5em;
  height: 100%;
  align-items: center;
  display: flex;
  transform: translateX(0vw);
  transition: 0.35s;
}

.solution-presentation.left{
    transform: translateX(-100vw);
    transition: 0.35s;
}

.solution-presentation.right{
  transform: translateX(100vw);
  transition: 0.35s;
}

.solution-presentation .know-more-button{
  float: right;
  margin-top: 4em;
}

/* fluid box */

.fluid-action-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1em;
  margin-bottom: 2em;
  color: var( --main-color);
}

.fluid-action-box.main-bg{
  color: #fff;
}

.fluid-action-box.main-bg .demo-button{
  font-size: 1.4rem;
  background: #fff;
  color: var(--main-color);
}

.fluid-action-box h3{
  padding-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
}

.fluid-action-box h4{
  padding-bottom: 0.5em;
  text-align: center;
}

.fluid-action-box a{
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding: 1em;
  text-align: center;
}

.tarif .fluid-action-box{
  margin-bottom: 0em;
}

.tarif .rounded{
  overflow: hidden;
}
/* blockquote article */

.blockquote-article{
  flex-direction: column;
  align-items: center;
  width: inherit;
}

.blockquote-article img{
  width: 5em;
  height: 5em;
  padding: 0;
  position: absolute;
  top: -3em;
  background: white;
  border-radius: 100%;
  border: 3px solid var(--main-color);
}

.blockquote-article .quote{
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  text-indent: 15%;
}

.blockquote-article .quote-author{
  align-self: flex-end;
  font-weight: bold;
  color: var(--main-color);
}


/*clients logo*/
.logo-clients{

}
.logo-client{
  margin: 1em;
  height: 50px;
}


@media screen and (max-width: 997px){
  .classic-section h2{
    margin: 0.5em;
  }

  .first-section-top .know-more-button, .tarif .demo-button {
      font-size: 1.2rem;
      display: -webkit-inline-box;
  }

  .carousel-buttons{
    width: 100%;
    justify-content: space-between;
    overflow-x: scroll;
  }

  .carousel-buttons .button-carousel{
    padding: 0.8rem;
    margin: 0px;

  }
  .carousel-buttons .button-carousel {
    min-width: 45%;
    align-items: center;
  }
  .carousel-articles{
    border-radius: 0 0 10px 10px;
    height: 28em;
  }
  .carousel-articles .solution-presentation{
    justify-content: center;
  }

  .top-fixed-element .dropdown-items-nicoka{
    flex-direction: column;
    color: #fff;
  }

  .top-fixed-element .banner-menu-nicoka{
      color: #fff;
      flex-direction: column;
      padding: 0px;
      margin: 0;
  }
  .know-more-link{
    padding: 1rem 0;
  }
}

@media screen and (min-width: 998px){
  .carousel .solution-presentation .col-sm-12{
    width: 50%;
  }
  .carousel-buttons .button-carousel.active{
    margin: 0px 2px;
  }
}


.four-o-four-screen{
  padding-top: calc(var(--header-height) + 10vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: var(--header-height);
}

.four-o-four-screen img{
  height: 35vh;
  margin: 1em;
}
.under-header{
  height: var(--header-height);
}



/** DEMO FORM **/
.ask-demo-page .top-fixed-element{
  box-shadow: none;
}

.top-demo-section{
  padding-top: calc(var(--header-height) + 7.5vh);
  position: relative;
}

.demo-title-left{
  text-align: left;
  padding-top:0;
  min-height: 40vh;
}

.centered-in-page .demo-title-left h1,
.centered-in-page .demo-title-left h2{
  text-align: left;
  font-size: 2.7rem;
  color: var(--main-color);
  font-weight: bold;
}

.centered-in-page .demo-title-left h3{
    opacity: 1;
    font-size: 1.3rem;
    color: #333e49;
    line-height: 2rem;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
}

.wavey-title{
  height: 35vh;
}

.demo-form-stepper{
  background: #0659a1;
  padding-top: 100vh;
}
.demo-form, .all-filters-bloc{
  padding: 40px;
  border-radius: 8px;
  z-index: 1;
  box-shadow: 0 5px 29px 3px rgba(0,0,0,.08);
}


.demo-form{
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: 35vh;
  background-color: #fff;
}

.ask-demo-process{
  color: #fff;
  padding-bottom: 5em;
}

.demo-form input, .demo-form textarea, .demo-form select, .filters input[type="text"], .filters .dropdown-toggle{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #c4cfde;
  border-radius: 8px;
  color: #636d77;
  font-family: proxima-nova,helvetica,arial,sans-serif;
  padding: 0.5rem 1rem;
  text-align: left;
}

.filters-bloc{
  display: flex;
  align-items: center;
}

.empty-list{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10vh;
}

.empty-list img {
    height: 20vh;
    margin: 2em;
}

.empty-list p {
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
}


.demo-form input, .demo-form textarea, .demo-form select {
  font-size: 1rem;
  line-height: 1.2rem;
  width: 100%;
  height: 3.6em;
  margin-bottom: 1rem;
}

.demo-form textarea {
  min-height: 6em;
  margin-bottom: 0;
}

.demo-form .form-check-input.demo-gdpr-checkbox {
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin: 0.15rem 0.25rem 1rem 0;
  padding: 0.5rem 0.5rem;
}

.demo-form .form-check-input.demo-gdpr-checkbox+span {
  font-size: 0.8rem;
  line-height: 1rem !important;
  margin: -35px 0 1rem 2rem !important;
}

.demo-form .form-check-input.demo-gdpr-checkbox+span a {
  color: #33475b;
  text-decoration: underline;
}

.demo-form .form-check-input.demo-gdpr-checkbox+span a:hover {
  color: var(--main-hover-color);
}

.demo-form .btn-toolbar{
  float: right;
}
.demo-form .btn-toolbar .btn{
  padding: 0.5em 2em;
  height: fit-content;
  font-size: 1rem;
  border-radius: 8px;
}

.ask-demo-process h3{
  padding-bottom: 1em;
}

.svg-container{
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 35vh;
  width: 100%;
}

.stepper{
  padding-left: 0.5em;
}

.stepper .step{
  padding-left: 2em;
  padding-bottom: 2em;
  position: relative;
}

.stepper .step span{
  width: 2rem;
  position: absolute;
  left: -1rem;
  top: 0;
  border-radius: 3px;
  height: 2rem;
  color: var(--main-color);
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
}

.stepper .step.current-step {
  padding-bottom: 1em;
}

.stepper .step.current-step span{
  -webkit-box-shadow: 0px 0px 2px 4px rgba(255,255,255,0.64);
  box-shadow: 0px 0px 2px 4px rgba(255,255,255,0.64);
}

.stepper .step.next-step {
  height: 0;
  padding-top: calc(2em - 15px);
  margin-top: 10px;
}

.stepper .step.next-step span {
  top: calc(1em - 5px);
  background-color: #ccc;
  color: #555;
}

.stepper .step span i{
  font-size: 0.8em;
}

/**filters */

.all-filters-bloc.main-bg{
    border:none;
}
.all-filters-bloc{
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.all-filters-bloc{
    padding: 16px;
    border-radius: 4px;
}

.filters-bloc .form-group{
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 1;
}

.all-filters-bloc .dropdown-item:focus, .all-filters-bloc .dropdown-item:hover {
    color: var(--main-text-color);
    background-color: #fff;
}

.filters-bloc .dropdown-item{
  display: flex;
}

.filters-bloc .dropdown-item h6{
  font-size: 1em;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 0.5em;
  padding-left: 0;
}

.filters .dropdown-toggle, .filters input[type="text"]{
  background: white;
  line-height: 2em;
}

.sub-flex-div{
  display: flex;
}

.sub-flex-div>div{
  margin-right: 1em;
}

.badge-count{
  background: var(--main-hover-color);
  margin: 0 1em;
  line-height: 1.5em;
  min-width: 2em;
}

.filters .dropdown-item .form-check-label{
    line-height: 1.5em;
}
@media screen and (max-width: 997px){
  .filters .dropdown-toggle {
    width: 100%;
  }

  .sub-flex-div{
    flex-direction: column;
  }
}

@media screen and (min-width: 998px){
  .filters .dropdown-toggle {
      width: auto;
      margin-right: 1em;
  }
}
/*topics */

.topics h3{
  padding: 1em 0 0.5em 0;
  font-weight: bold;
  color: var(--main-color);
}

.topics h4{
  font-weight: normal;
}

.main-bg .topics h3, .main-bg .topics h4{
  color: #fff;
}

.topics .topics-list .topics-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0 0.5em 0;
}

.topics .topics-list .topics-title{
  font-size: 1.25rem;
  font-weight: 700;
}

.main-bg .topics .topics-list .topics-title{
  color: #fff;
}

.topics .topics-list li{
  border-bottom: 1px solid var(--main-border-color);
  padding: 0.5em 0 0.5em 0;
}

.topics .topics-list li .collapse{
  padding-bottom: 0.5em;
}
.topics .more-topics{
  padding: 1em 0;
  margin: 2em 0 0 0;
}
.topics{
  padding: 1.5em 0;
}

/** growing list */
.growing-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 3em;
  justify-content: space-around;
  min-height: 50vh;
}

.growing-list li{
  display: flex;
  margin-bottom: 2em;
  transition: 0.3s;
  overflow: hidden;
}

.growing-list li span i{
  font-size: 1.5em;
  margin: 0 0.35em 0 0.15em;
  font-weight: bold;
  color: var(--main-color);
  max-width: 1em;
  min-width: 1em;
  text-align: center;
}

.growing-list li h4{
  margin-bottom: 1em;
  padding-top: 0;
  color: var(--main-color);
}

.growing-list li div{
  margin-left: 0.5em;
}

.growing-list p {
    text-align:justify;
    padding-right: 2em;
}

.growing-list .small-shadow:hover {
    transition: 0.35s;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
    cursor: pointer;
    transform: translate(0, -3px);
}

.growing-list .growing-list-title{
  padding: 0.5vh;
  margin: 0px;
  width: 100%;
  background-color: var(--main-border-color);
}

.growing-list .growing-list-title p{
  font-weight: bold;
  font-size: 1em;
  padding: 0;
  margin-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.growing-list-jobboards{
  height: 25vh;
}

.growing-list span{
  margin: 0.5em 0 1em 0;
}

.growing-list-jobboards a{
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.growing-list-jobboards img{
  max-height: 55%;
  padding: 5px;
  height: 13vh;
}

.videoplayer{
  height: 50vh;
  width: 60vw;
  filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
  border-radius: 10px;
  box-shadow: 12px 12px 40px rgba(0, 0, 0, 0.4);
  position: relative;
  cursor: pointer;
  margin: 30px 0px;
}

.videoplayer .centered-logo{
  position: absolute;
  top: calc(50% - 50px);
  bottom: 50%;
  left: 0px;
  right: 0;
  font-size: 100px;
  z-index: 10;
}


.videoplayer img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.classic-article img.auto-size{
  width: auto;
  height: auto;
}

#header-main-page #main-image-header.auto-size{
  width: auto;
  height: auto;
  top: -75px;
}


@media screen and (min-width: 1210px){
  .videoplayer {
    height: 65vh;
  }
  .carousel .solution-presentation img{
    width: 532px;
    height: 330px;
  }
  .classic-article img{
    width: 550px;
    height: 400px;
  }
}

@media screen and (max-width: 997px){
  .classic-article img{
    width: 550px;
    height: 400px;
  }
  #main-image-header{
    height: 300px;
    width: 600px;
  }
}


@media screen and (min-width: 998px){
  .demo-title-left{
    width: 40%;
    min-height: 48vh;
  }
  .top-demo-section{
    min-height: 60vh;
  }
  .demo-form{
    width: 50%;
    left: auto;
    top: 0;
  }
  .demo-form-stepper {
    height: 50vh;
    padding-top: 0vh;
    min-height: 30em;
  }
  .ask-demo-process {
    position: absolute;
    top: -3vh;
    width: 45%;
  }

  .growing-list li{
    width: 33%;
  }

  .growing-list.growing-list-four li{
    width: 22.5%;
  }

  .carousel .solution-presentation img.col-md-12{
    width: 532px;
    height: 330px;
  }
  #main-image-header{
    height: 400px;
    width: 700px;
  }
}

.field-box{
  position: relative;
}

.filters-bloc .field-box input[type="text"]{
  padding-left: 3em;
}

.field-box i{
  position: absolute;
  left: 0;
  z-index: 10;
  color: #aaa;
  margin-top: auto;
  margin-bottom: auto;
  bottom: 0;
  top: 0;
  font-size: 1.3em;
  padding: 0.7em;
}


@media screen and (max-width: 997px){

  .centered-in-page .demo-title-left h1,
  .centered-in-page .demo-title-left h2 {
      font-size: 2.3rem;
  }
  .centered-in-page .demo-title-left h3 {
      font-size: 1.15rem;
  }

  .demo-form-stepper{
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 95vh;
  }
  .demo-form{
    top: 40vh;
  }

  .growing-list li{
    width: 100%;
  }

  .growing-list.growing-list-four li{
    width: 48%;
  }

  .videoplayer{
    height: 45vh;
    width: 95%;
  }
}

@media screen and (max-width: 450px){
  .videoplayer{
    height: 30vh;
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.4);
  }
}

/** general */

li ol p{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

li h4{
  padding-top: 1em;
}

a:hover {
    color: var(--main-hover-color);
}
h2 {
    padding-bottom: 10px;
}

h6 {
 font-weight:500;
 padding-top: 10px;
 padding-left: 5px;
}

h5 {
font-size: 1.2em;
}

body article p {
    font-size: 1.1em;
}

.btn-success {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.required:after {
    content: " *";
    color: var(--main-hover-color);
    position: absolute;
    margin: -1.7em 0px 0px 0px;
    font-size: xx-large;
    right: 1.75em;
}

/** Popin */

.popin-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    display: block;  
    z-index: 4;  
    transition: opacity 600ms, visibility 600ms;
}

.popin-container:target {
    visibility: visible;
    display: block;
    opacity: 1;
}

.popin {
    position: relative;
    margin: 0 auto;
    top: 25%;
    background-color: #fff;
    border-radius: 11px 11px 10px 10px;
    display: flex;
    flex-direction: column;
    pointer-events: all;
}

.popin-header {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
}

.popin-header .popin-title {
    flex-grow: 4;
    padding-left: 1rem;
}

.popin-header .popin-close-button {
    font-size: 30px;
    cursor: pointer;
}

.popin-content {
    flex-grow: 4;
    padding: 2rem;
}

.popin-content > span {
    width: 100%;
    display: block;
}

/** Search bar autocomplete */

.search-autocomplete-preview {
  position: absolute;
  max-width: 90%;
  width: 80vw;
  z-index: 9;
  margin-top: 0.5rem;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 25px 25px rgb(0 0 0 / 0.15);
  border-radius: 2px;
}

.search-autocomplete-preview .empty-results {
  color: var(--main-font-color);
}

.search-autocomplete-preview .empty-results h3 {
  margin: 0;
}

.search-autocomplete-preview li {
  margin: 0;
  float: unset;
  padding: 0;
  text-align: unset;
}

.search-autocomplete-preview .search-result-title {
  padding: 0;
}

.search-autocomplete-preview mark {
  background-color: rgba(80, 151, 255, 0.18);
}

li.search-autocomplete-preview-item {  
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  cursor: pointer;
}

li.search-autocomplete-preview-item.autocomplete-active {
  border-color: var(--main-hover-color);
}
 
li.search-autocomplete-preview-item:not(:last-of-type) {  
  margin-bottom: 1rem;
}

.search-autocomplete-show-more-container {
  display: flex;
  justify-content: center;
}



/** Ask demo component **/

.ask-demo {
  --ask-demo-primary-color: #D2E6F1;
  --ask-demo-secondary-color: #578EAD;
  --ask-demo-hover-color: #ff8c65;
  background-color: #ffffff;  
  background: linear-gradient(245deg, var(--ask-demo-primary-color) 70%, white 100%);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
}

.ask-demo br {
  display: none;
}

.ask-demo.ask-demo-cabs {
  --ask-demo-primary-color: #DEF0FF;
  --ask-demo-secondary-color: #004682;
}

.ask-demo.ask-demo-sirh {
  --ask-demo-primary-color: #FFDFD4;
  --ask-demo-secondary-color: #F08B66;
}

.ask-demo .ask-demo-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--ask-demo-secondary-color);
  margin: 0 0 10px;
}

.ask-demo .ask-demo-title strong {
  font-weight: bolder;
  color: inherit;
}

.ask-demo p {
  font-size: 14px;
  color: var(--ask-demo-secondary-color);
  margin: 0 0 20px;
}

.ask-demo .btn {
  display: inline-block;
  background-color: var(--ask-demo-secondary-color);
  color: white;
  font-size: 14px;
  padding: 0px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  text-transform: none;
}

.ask-demo .btn:hover {
  background-color: var(--ask-demo-hover-color);
  text-decoration: none;
  color: white;
}

/* ar-design*/
.ar-design{
  font-family: 'Poppins';
  color: var(--main-color);
}
.ar-design h1, .ar-design h2{
  font-family: scale-variable, sans-serif;
  font-style: normal;
}
.ar-design h3, .ar-design h4{
  font-family: 'Poppins';
  font-size: 1.5em;
  font-weight: 200;
}
.ar-design h1{
  font-variation-settings: 'wdth' 84, 'wght' 800;
}
.ar-design h2{
  font-variation-settings: 'wdth' 87, 'wght' 200;
}
.ar-design h2 strong, .ar-design h2 b {
  font-variation-settings: 'wdth' 87, 'wght' 800;
}
section.ar-design {
  padding-bottom: 100px;
}
.ar-design .know-more-button {
  margin: 20px auto;
  padding: 15px 20px;
  border-radius: 4px;
  box-shadow:none;
  background-color: var(--main-bg-color);
  border: var(--main-bg-color) 1px solid;
  font-size:19px;
}
.ar-design .know-more-button:hover {
  background-color: transparent;
  color:var(--main-color);
  border: var(--main-bg-color) 1px solid;
}
/*nav */
body:has(section.headertoptext-section.ar-design) header nav ul{
  color:var(--main-color);
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 500;
}
body:has(section.headertoptext-section.ar-design) header.top-fixed-element #top-logo-nicoka{
 background-image: url('https://cabs.nicoka-cms.dev/assets/img/main/nicoka-logo.svg');
 background-position: 0 35px;

}
body:has(section.headertoptext-section.ar-design) header nav .top-fixed-element .demo-button{
  background: #004682;
  color: #fff;
}
/* Marquee */

.marquee .marquee-item{
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100px; 
    padding: 0 20px;
 }

.marquee .marquee-item img {
    max-height: 100%;
}
.marquee .marquee-track{
  animation: marquee-scrolling 90s infinite linear;
 }
  
 @keyframes marquee-scrolling {
   0% { margin-left: -100%; }
   100% { margin-left: 0; }
 }

/** Card with link */
.cardwithlink .cardwithlink-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cardwithlink-wrapper{
  margin: 50px 50px;
  position: relative;
}
.cardwithlink-card-bg {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  z-index: -1;
  transition: transform 0.8s ease-in-out;/*transition not in hover to be activated when in AND out*/
}
.cardwithlink-card {
  width: 400px;
  box-shadow: 0px 2px 17px -2px rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  background-color: white;
  z-index: 1;
}
.cardwithlink-wrapper:hover .cardwithlink-card-bg{
  transform: rotate(-10deg);
}
.cardwithlink-item {
  width: 400px;
  height: 100%;
  padding: 30px;
}

.cardwithlink-item .know-more-button:hover {
  background-color: transparent !important;
}

.cardwithlink-item .cardwithlink-item-description {
  margin-bottom: 20px;
  text-align: left;
  background-color: inherit;
  width: 100%;
  padding: 20px;
}

.cardwithlink-item img {
  height: 60px;
  margin-bottom: 20px;
}

.cardwithlink-item h4 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

/** Newsletter subscriber */
.newsletter-subscriber {
  -webkit-box-shadow: 0px 10px 17px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 17px -15px rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  margin: 10px;
}
.newsletter-subscriber i, .newsletter-subscriber em {
  font-style: italic;
}
.newsletter-subscriber h2 {
  padding-top: 48px;
}
.newsletter-subscriber form {
  padding: 48px 0;
  row-gap: 48px;
}
.newsletter-subscriber .input-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 40%;
}
.newsletter-subscriber input {
  border-radius: 10px;
  width: 100%;
}
.newsletter-subscriber button {
  text-transform: none;
  line-height: unset;
}
.newsletter-subscriber .success-container {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsletter-subscriber .success-container .success-icon {
  position: absolute;
  top: -12px;
  font-size: 24px;
}
.newsletter-subscriber #success-message {
  -webkit-box-shadow: 0px 10px 17px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 17px -15px rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  padding: 18px 24px;
  color: var(--main-color);
  background-color: #fff;
  line-height: 36px;
}
.newsletter-subscriber #success-message span {
  text-align: center;
  display: block;
}
.newsletter-subscriber #error-message {
  color: #dc3545;
}

/** Header top Text */
.headertoptext-section{
  padding-bottom: 20px;
  margin-bottom: 50px;
  padding-top: 100px;
}
.headertoptext-section h1{
  font-weight: 700;
}
.headertoptext-section.full-width-background {
  background: url('https://www.nicoka.com/assets/img/global/img_b37d0f95aedf.svg') bottom no-repeat;
  background-size: cover; 
  width: 100%;  
}
.headertoptext-section h2{
  font-weight: 100;
  font-size: 1.7rem;
}
.headertoptext-cards{
  padding-bottom: 15px;
}
.headertoptext-section .circular-bordered {
  display: inline-block;
  padding:4px 15px;
  border: 1px solid #064781;
  border-radius: 19px;
  text-align: center;
}
.headertoptext-section .headertoptext-icon {
  padding-bottom: 10px;
}
.headertoptext-section .know-more-button {
color: #fff;
}

/** PicturesCarouselWithLink */
.pictures-carousel-with-link h4{
  text-align: center;
}
.pictures-carousel-with-link .rolling-articles-mechanics{
  background-color:rgba(208, 229, 248, 0.37) ; /*#D0E5F8*/
  border-radius: 28px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.pictures-carousel-with-link .rolling-article-move-left, .pictures-carousel-with-link .rolling-article-move-right{
  background: unset;
}
.pictures-carousel-with-link .rolling-article-move-left::before, .pictures-carousel-with-link .rolling-article-move-right::before{
  font-family: 'FontAwesome';
  font-weight: 700;
  color:#004682 ;
}
.pictures-carousel-with-link .rolling-article-move-left::before{
  content:'\f053';
}
.pictures-carousel-with-link .rolling-article-move-right::before{
  content:'\f054';
}
.pictures-carousel-with-link .pictures-carousel-article{
margin: auto;
}

/** Testimonial */
.testimonial{
color: #004682;
} 
.testimonial-item{
  width: 400px;
  margin: 40px 40px;
  padding: 40px;
  box-shadow: 0px 2px 17px -2px rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  background-color: #fff;  
}
.testimonial-item p{
  font-weight: 300;
  transition: font-weight 0.5s ease-in-out;
}
.testimonial-item img{
  height: 40px;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
 }

.testimonial .know-more-button {
  color: #004682;
  border: 1px solid #ADD8FF;
  background: linear-gradient(90deg,#FFFFFF 0%,  #D0E5F8 100%);
  margin : 20px auto 0px;
} 

.testimonial-item:hover img{
  height: 50px;
  margin-bottom: 10px;
}
.testimonial-item:hover p{
  font-weight: 800;
  color: #004682;
}

/** Informative banner */
.informative_banner{
  color: #004682;
 margin-bottom: 50px;
} 
.informative_banner-list{
  width: 100%;
  margin: auto;
  background: linear-gradient(180deg,#E9F5FF 67%,  #A6C9E7 100%);
  border-radius: 12px;
}
.informative_banner-item{
  padding: 40px;
}

/* PageBodyWithSummary */
.pagewithsummary .container {
  max-width: 100%;
  padding-left: 6%;
  padding-right: 6%;
}
.pagewithsummary #articleContentText{
  padding-right: 6%;
  width: 75%;
}
.pagewithsummary .post-content {
  width: 30%;
}
@media (min-width: 576px) {
  .pagewithsummary .container {
      width: 100%;
  }
}
@media (max-width: 992px) {
  .pagewithsummary .container {
      flex-direction: column;
  }
  .pagewithsummary #articleContentText{
    padding-right: 0;
    width: 100%;
  }
}
.pagewithsummary .summary-title{
    padding-bottom: 15px;
    padding-top: 45px;
    color: var(--main-color);
    font-weight: bold;
    font-size: 1.4em;
}
.pagewithsummary #summaryListContainer ul li {
  list-style: none;
  border: var(--main-color) 1px solid;
  border-radius: 10px;
  margin: 0.5rem 0rem;
  text-align: left;
}
.pagewithsummary #summaryListContainer ul li:hover {
  background-color: var(--main-hover-color);
  }
.pagewithsummary #summaryListContainer ul li:hover a div{
  color:#fff;
}
.pagewithsummary #summaryListContainer ul li a{
  text-decoration: none;
  font-weight: 400;
}
.pagewithsummary #summaryListContainer ul li a div{
  padding: 10px 20px;
}
.pagewithsummary #resourcesContainer ul{
  border: var(--main-color) 1px solid;
  border-radius: 10px;
}
.pagewithsummary #resourcesContainer ul li {
  list-style: none;
  padding: 10px 20px;
  margin: 0.5rem 0rem;
  text-align: left;
}
.pagewithsummary #resourcesContainer ul li a{
  font-weight: 400;
  text-decoration: none;
}
.pagewithsummary #resourcesContainer ul li a .resource-link{
  text-decoration: underline;
}

/* Mobile article summary */

@media screen and (max-width: 997px) {
   .pagewithsummary #articleContent {
    flex-direction: column-reverse;
  } 
  .pagewithsummary .post-content {
    width: 75%;
    min-height: unset;
    margin: 0;
    padding-bottom: 2em;
  }
  .pagewithsummary #summaryListContainer .summary-title, .pagewithsummary #resourcesContainer .summary-title {
    color: #fff;
    padding: 0.8em 1.5em;
    font-weight: bold;
    font-size: 1rem;
    transition: .3s;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
  }  
  .pagewithsummary #resourcesContainer{
    margin-top: 15px;
  }
  .pagewithsummary #summaryListContainer #summaryContentList,  .pagewithsummary #resourcesContainer #resourcesList a {
    color: #fff;
    margin: 0 0.2em 1em 0;
    padding-right: 0.8em;
    padding-bottom: 0.8rem;
    transition: .3s;
  }
  .pagewithsummary #resourcesContainer #resourcesList a:hover{
    color: var(--main-hover-color);
  }
  .pagewithsummary #summaryListContainer:not(.summary-opened) #summaryContentList, .pagewithsummary #resourcesContainer:not(.resources-opened) #resourcesList  {
    display: none;
  }
  .pagewithsummary #resourcesContainer.resources-opened #resourcesList{
    display: block;
  }
  .pagewithsummary #summaryListContainer > div, .pagewithsummary #resourcesContainer > div {
    margin: 0 1%;
    width: 98%;
    position: unset;
    background: var(--main-color);
    color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 4px -3px rgb(56 56 56 / 72%);
    box-shadow: 3px 3px 4px -3px rgb(56 56 56 / 72%);
  }
  .pagewithsummary #summaryListContainer a div, .pagewithsummary #resourcesContainer a div {
    background: var(--main-color);
    color: #fff;
    border: #fff 1px solid;
    border-radius: 10px;
    margin-left: 1%;
  }
  .pagewithsummary #summaryListContainer a.h1-subtitle div {
    margin-left: 2%;
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .pagewithsummary .post-content {
    width: 100%;
  }
}

/* scrolling-last-articles-browser*/
.scrolling-last-articles-browser {
  width: 100%;
  overflow: hidden;
}
.scrolling-last-articles-browser .article-browser-container{
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-left: 100px;
}
.scrolling-last-articles-browser .article-card{
  width: 400px; 
  margin: 30px;
}
.scrolling-last-articles-browser .article-card-wrapper{
  height: 400px;
  width: 400px;
  border-radius: 30px;
  position: relative;
}
.scrolling-last-articles-browser .article-card-wrapper:hover .article-card-bg{
  transform: rotate(-10deg);
}
.scrolling-last-articles-browser .article-card-bg {
  background-color: #C1E2FF;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  transition: transform 0.8s ease-in-out;
}
.scrolling-last-articles-browser .article-card-parent {
  position: absolute;
  z-index: 1;
  background: white;
  height: 100%;
}
.scrolling-last-articles-browser .article-card-content{
  position: relative;
  display: flex;
  padding: 20px;
  height: 100%;
  flex-direction: column;
  box-shadow: rgb(50 50 50) 0px 0px 8px -3px;
  border-radius: 30px;
}
.scrolling-last-articles-browser .article-card.small-shadow{
  box-shadow: rgb(50 50 50) 0px 0px 8px -3px;
}
.scrolling-last-articles-browser .article-card.small-shadow:hover {
  transition: 0.35s;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
}
.scrolling-last-articles-browser .article-card.small-shadow:hover .article-card-image{
  filter: brightness( 78% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg ); 
} 
.scrolling-last-articles-browser .article-card-category{
  background: var(--main-color);
  position: absolute;
  right: 0;
  z-index: 2;
  color: #fff;
  font-size: 0.8em;
  padding: 0.6em 1.2em;
  line-height: 1;
  margin: 20px;
  border-radius: 30px;
}
.scrolling-last-articles-browser .article-card-image{
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  background-image: var(--logo-full);
  transition: 0.35s;
  background-position: center;
  background-size: cover;
}
.scrolling-last-articles-browser .article-card-text{
  padding: 1em;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.scrolling-last-articles-browser .article-card-title{
  color: var(--main-color);
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
}
