.blockOverlay {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.overlay {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.75);
}
.blockLink {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.animate {
  transition: all ease 0.6s;
}
.btn-simply.btn-previous {
  display: inline-flex;
  color: #000000;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  align-items: center;
}
.btn-simply.btn-previous:before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  margin-right: 0.15rem;
  mask: url("../images/icons/chevron-right-solid.svg") no-repeat center / contain;
  -webkit-mask: url("../images/icons/chevron-right-solid.svg") no-repeat center / contain;
  background-color: #000000;
}
#page.page-demos {
  background: url("../images/desk/page-demos_bg.png") no-repeat center 100%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}
#page.page-demos #header {
  border: 0;
  margin-bottom: 30px;
}
#page.page-demos #header .container {
  display: block;
}
#page.page-demos #header .container > .row {
  align-items: center;
}
#page.page-demos #header .btn-logout {
  text-align: right;
}
#page.page-demos #header .btn-logout a svg {
  width: 30px;
}
#page.page-demos #main > .container {
  max-width: 1480px;
}
#page.page-demos #main > .container > .row > .col-12 {
  margin-bottom: 30px;
}
.node--type-solution.node--view-mode-teaser {
  background: #000;
  box-shadow: 13px 13px 18px rgba(0, 0, 0, 0.18);
  margin-bottom: 30px;
}
.node--type-solution.node--view-mode-teaser:last-child {
  margin-bottom: 0;
}
.node--type-solution.node--view-mode-teaser .wrap {
  box-shadow: -13px -13px 18px rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.node--type-solution.node--view-mode-teaser header {
  background: url("../images/desk/appli-header_bg.png") no-repeat center 100%;
  padding: 30px 30px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.node--type-solution.node--view-mode-teaser header img {
  width: 64px;
  margin-right: 0.5rem;
}
.node--type-solution.node--view-mode-teaser header .solutionName-wrap img {
  width: 90px;
}
.node--type-solution.node--view-mode-teaser header .solutionName-wrap .solutionName {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
}
.node--type-solution.node--view-mode-teaser .applis-wrapper {
  padding: 15px 30px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .views-element-container {
  width: 100%;
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .row {
  justify-content: center;
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .appli {
  position: relative;
  background: #F3EFEF;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #D2CFCF;
  border-bottom: 2px solid #D2CFCF;
  margin: 15px auto;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background: #f3efef;
  background: -moz-linear-gradient(top, #f3efef 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f3efef 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f3efef 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3efef', endColorstr='#ffffff', GradientType=0);
  transition: all ease 0.6s;
  text-align: center;
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .appli .content {
  padding: 0px;
  border-radius: 2px;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .appli .btn-block {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .appli .content-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  transition: all ease 0.6s;
  overflow: hidden;
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .appli .content-hover .btn-icon {
  position: absolute;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .appli .content-hover .btn-icon .icon {
  width: 42px;
  height: 42px;
  display: block;
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .appli .content-hover .btn-icon.btn-icon-link {
  left: 0;
  border-right: 1px solid white;
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .appli .content-hover .btn-icon.btn-icon-link .icon {
  mask: url("/themes/startengo/images/icons/laptop-code-solid.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/startengo/images/icons/laptop-code-solid.svg") no-repeat center / contain;
  background-color: white;
  box-shadow: 0 1px 2px 3px rgba(0, 0, 0, 0.25);
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .appli .content-hover .btn-icon.btn-icon-infos {
  right: 0;
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .appli .content-hover .btn-icon.btn-icon-infos .icon {
  mask: url("/themes/startengo/images/icons/video-solid.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/startengo/images/icons/video-solid.svg") no-repeat center / contain;
  background-color: white;
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .appli .content-hover .btn-icon:hover {
  background: rgba(0, 0, 0, 0.5);
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .appli .content-hover .btn-icon:hover .icon {
  background: white;
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .appli:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3efef 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3efef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3efef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3efef', GradientType=0);
  transition: all ease 0.6s;
}
.node--type-solution.node--view-mode-teaser .applis-wrapper .appli:hover .content-hover {
  opacity: 1;
  transition: all ease 0.6s;
  height: 100%;
}
.node--type-solution.node--view-mode-teaser.solution-node-13 {
  background: #ed3027;
  height: 100%;
}
.node--type-solution.node--view-mode-teaser.solution-node-13 .solutionName {
  color: #ed3027;
}
.node--type-solution.node--view-mode-teaser.solution-node-13 .content-hover {
  background: #ed3027;
}
.node--type-solution.node--view-mode-teaser.solution-node-12 {
  background: #f99d28;
}
.node--type-solution.node--view-mode-teaser.solution-node-12 .solutionName {
  color: #f99d28;
}
.node--type-solution.node--view-mode-teaser.solution-node-12 .content-hover {
  background: #f99d28;
}
.node--type-solution.node--view-mode-teaser.solution-node-11 {
  background: #0063a5;
}
.node--type-solution.node--view-mode-teaser.solution-node-11 .solutionName {
  color: #0063a5;
}
.node--type-solution.node--view-mode-teaser.solution-node-11 .content-hover {
  background: #0063a5;
}
.node--type-solution.node--view-mode-teaser.solution-node-14 {
  background: #0099b0;
}
.node--type-solution.node--view-mode-teaser.solution-node-14 .solutionName {
  color: #0099b0;
}
.node--type-solution.node--view-mode-teaser.solution-node-14 .content-hover {
  background: #0099b0;
}
.node--type-solution.node--view-mode-teaser.solution-node-20 {
  background: #752a86;
}
.node--type-solution.node--view-mode-teaser.solution-node-20 .solutionName {
  color: #752a86;
}
.node--type-solution.node--view-mode-teaser.solution-node-20 .content-hover {
  background: #752a86;
}
.node--type-application .video-wrap {
  border: 1px solid #efefef;
  padding: 5px;
}
.node--type-application .summary-wrapper {
  margin: 2.5rem 0;
  border: 1px solid #eee;
  border-bottom: 20px solid #eee;
  padding: 15px;
}
.node--type-application .summary-wrapper h2 {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.node--type-application .summary-wrapper h3 {
  font-size: 1rem;
  margin: 0;
}
.node--type-application .summary-wrapper h3 a {
  font-weight: bold;
  text-decoration: underline;
}
.node--type-application .btn-wrapper {
  background: #eee;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.node--type-application .btn-wrapper .btn {
  width: 100%;
  margin: 0.25rem 0;
  padding: 1rem;
  border-width: 2px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  display: flex;
}
.node--type-application .btn-wrapper .btn .icon {
  display: block;
  height: 32px;
  width: 32px;
  margin-right: 0.25rem;
}
.node--type-application .btn-wrapper .btn.btn-primary .icon {
  mask: url("/themes/startengo/images/icons/laptop-code-solid.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/startengo/images/icons/laptop-code-solid.svg") no-repeat center / contain;
  background-color: white;
  box-shadow: 0 1px 2px 3px rgba(0, 0, 0, 0.25);
}
.node--type-application .btn-wrapper .btn.btn-primary:hover {
  background: white;
}
.node--type-application .btn-wrapper .btn.btn-secondary {
  font-weight: 500;
}
.node--type-application .btn-wrapper .btn.btn-secondary .icon {
  width: 16px;
  height: 16px;
  mask: url("/themes/startengo/images/icons/paper-plane-solid.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/startengo/images/icons/paper-plane-solid.svg") no-repeat center / contain;
  background-color: white;
  box-shadow: 0 1px 2px 3px rgba(0, 0, 0, 0.25);
}
.node--type-application.application-11 .summary-wrapper {
  border-bottom-color: #0063a5;
}
.node--type-application.application-11 .summary-wrapper h2 {
  color: #0063a5;
}
.node--type-application.application-11 .summary-wrapper h3 a {
  color: #0063a5;
}
.node--type-application.application-11 .summary-wrapper .btn-primary {
  background: #0063a5;
  border-color: #0063a5;
}
.node--type-application.application-11 .summary-wrapper .btn-primary:hover {
  color: #0063a5;
}
.node--type-application.application-11 .summary-wrapper .btn-primary:hover .icon {
  background: #0063a5;
}
.node--type-application.application-12 .summary-wrapper {
  border-bottom-color: #f99d28;
}
.node--type-application.application-12 .summary-wrapper h2 {
  color: #f99d28;
}
.node--type-application.application-12 .summary-wrapper h3 a {
  color: #f99d28;
}
.node--type-application.application-12 .summary-wrapper .btn-primary {
  background: #f99d28;
  border-color: #f99d28;
}
.node--type-application.application-12 .summary-wrapper .btn-primary:hover {
  color: #f99d28;
}
.node--type-application.application-12 .summary-wrapper .btn-primary:hover .icon {
  background: #f99d28;
}
.node--type-application.application-13 .summary-wrapper {
  border-bottom-color: #ed3027;
}
.node--type-application.application-13 .summary-wrapper h2 {
  color: #ed3027;
}
.node--type-application.application-13 .summary-wrapper h3 a {
  color: #ed3027;
}
.node--type-application.application-13 .summary-wrapper .btn-primary {
  background: #ed3027;
  border-color: #ed3027;
}
.node--type-application.application-13 .summary-wrapper .btn-primary:hover {
  color: #ed3027;
}
.node--type-application.application-13 .summary-wrapper .btn-primary:hover .icon {
  background: #ed3027;
}
.node--type-application.application-14 .summary-wrapper {
  border-bottom-color: #0099b0;
}
.node--type-application.application-14 .summary-wrapper h2 {
  color: #0099b0;
}
.node--type-application.application-14 .summary-wrapper h3 a {
  color: #0099b0;
}
.node--type-application.application-14 .summary-wrapper .btn-primary {
  background: #0099b0;
  border-color: #0099b0;
}
.node--type-application.application-14 .summary-wrapper .btn-primary:hover {
  color: #0099b0;
}
.node--type-application.application-14 .summary-wrapper .btn-primary:hover .icon {
  background: #0099b0;
}
.node--type-application.application-20 .summary-wrapper {
  border-bottom-color: #752a86;
}
.node--type-application.application-20 .summary-wrapper h2 {
  color: #752a86;
}
.node--type-application.application-20 .summary-wrapper h3 a {
  color: #752a86;
}
.node--type-application.application-20 .summary-wrapper .btn-primary {
  background: #752a86;
  border-color: #752a86;
}
.node--type-application.application-20 .summary-wrapper .btn-primary:hover {
  color: #752a86;
}
.node--type-application.application-20 .summary-wrapper .btn-primary:hover .icon {
  background: #752a86;
}
