/* File automatically generated with lessc -- Do not edit! */
@charset "UTF-8";
/* Directories (relative to where less is executed) */
/* Variables */
/* Navbar */
/* Color definitions */
/* Colors */
/* Grey list */
/* Common to the website */
.grid-left,
.grid-right {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: 1fr;
  grid-template-areas: " . description .";
  grid-column-gap: 25px;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 1000px) {
  .grid-left,
  .grid-right {
    grid-template-columns: 0.3fr repeat(2, 1fr) 0.3fr;
    grid-template-rows: 1fr;
  }
}
.grid-left article,
.grid-right article {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.grid-left article p:first-child,
.grid-right article p:first-child {
  margin-top: 25px;
}
.grid-left article p:last-child,
.grid-right article p:last-child {
  margin-bottom: 25px;
}
.grid-left .item_1,
.grid-right .item_1 {
  display: none;
}
@media (min-width: 1000px) {
  .grid-left .item_1,
  .grid-right .item_1 {
    display: block;
    grid-area: imagedesc;
    justify-self: center;
    align-self: center;
    text-align: center;
  }
}
.grid-left .item_2,
.grid-right .item_2 {
  grid-area: description;
  align-self: center;
  justify-self: stretch;
  min-width: 100%;
}
@media (min-width: 1000px) {
  .grid-left {
    grid-template-areas: ". imagedesc description .";
  }
}
@media (min-width: 1000px) {
  .grid-right {
    grid-template-areas: ". description imagedesc .";
  }
}
.grid-4-row {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: 0.2fr 1fr 0.5fr 0.5fr;
  grid-template-areas: " . title ." " . pricing ." " . features ." " . link .";
  grid-column-gap: 25px;
  margin: 0 auto;
  min-width: 100%;
}
.grid-4-row .item_1 {
  grid-area: title;
  justify-self: center;
  text-align: center;
}
.grid-4-row .item_2 {
  grid-area: pricing;
  align-self: center;
  justify-self: stretch;
  min-width: 100%;
}
.grid-4-row .item_3 {
  grid-area: features;
  align-self: end;
  justify-self: stretch;
  min-width: 100%;
}
.grid-4-row .item_4 {
  grid-area: link;
  justify-self: end;
}
.grid-1 {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: 1fr;
  grid-template-areas: " . content .";
  grid-column-gap: 25px;
  margin: 0 auto;
  min-width: 100%;
}
.grid-1 .item_1 {
  grid-area: content;
  justify-self: center;
  text-align: justify;
  margin: 5rem;
}
html {
  position: relative;
  min-height: 100vh;
  font-size: 87.5%;
}
@media (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}
body {
  background-color: #f9f9f9;
  font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  padding-top: 90px;
  font-size: 1rem;
  padding-bottom: 0 !important;
}
img {
  max-width: 60%;
}
@media (min-width: 992px) {
  img img {
    max-width: 100%;
  }
}
ul li {
  list-style: none;
}
.container {
  margin: 0 auto;
  max-width: 60%;
  box-sizing: border-box;
}
@media (min-width: 1500px) {
  .container {
    min-width: 80%;
  }
}
/* Text */
h1,
h2,
.h1_like {
  position: relative;
  color: #4050C1;
  font-weight: bold;
  font-family: Ubuntu, sans-serif;
  font-size: 2rem;
  text-align: center;
  line-height: 55px;
}
@media (min-width: 1000px) {
  h1,
  h2,
  .h1_like {
    font-size: 2.5rem;
  }
}
h1:after,
h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 20%;
}
/* link */
a,
a:hover,
a:focus {
  text-decoration: none;
}
.hidden {
  display: none;
  opacity: 0;
  transition: 0.3s;
}
.article-text {
  margin-bottom: 1.4rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: justify;
}
@media (min-width: 800px) {
  .article-text {
    font-size: 1rem;
  }
}
.highlighttxt {
  color: #4050C1;
  font-weight: bold;
}
.article-text .feature-center {
  text-align: center !important;
}
/* Modal */
@media (min-width: 1000px) {
  .modal-content-active-user {
    min-width: 800px;
    min-height: 400px;
  }
}
.modal-content-active-user .modal-active-user {
  position: relative;
}
@media (min-width: 1000px) {
  .modal-content-active-user .modal-active-user {
    background: url(../img/products/activeUserBg.svg) no-repeat right;
    background-size: auto;
    min-width: 800px;
    min-height: 400px;
  }
}
.modal-content-active-user .modal-active-user .content-modal-text {
  margin: 50px 45px auto 45px;
  font-size: 14px;
  text-align: justify;
}
@media (min-width: 1000px) {
  .modal-content-active-user .modal-active-user .content-modal-text {
    width: 40%;
  }
}
.modal-content-active-user .modal-active-user .btn-close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.zIndexTop,
.zIndexBottom {
  position: relative;
}
.zIndexTop {
  z-index: 999;
}
.zIndexBottom {
  z-index: 0;
}
.pseudo-slack {
  display: inline-block;
  background-color: #ededed;
  font-family: monospace;
  font-size: large;
  line-height: 2rem;
  border: 2px solid #474747;
  border-radius: 5px;
  padding: 3px 15px !important;
  margin-right: 5px;
}
.pseudo-slack .mention {
  color: #1264a3;
  background-color: #e2eff5;
}
.pseudo-slack .mention::before {
  content: "@Open Agora ";
}
p.pseudo-slack {
  margin-top: 0;
  margin-bottom: 0;
}
.pseudo-teams-container {
  display: inline-block;
  background-color: #f0f2f4;
  padding: 5px 10px;
}
.pseudo-teams-container > .pseudo-teams {
  display: inline-block;
  vertical-align: middle;
  font-family: monospace;
  font-size: large;
  line-height: 3rem;
  background-color: white;
  border-bottom: 2px solid #5558af;
  border-radius: 5px;
  padding: 1px 10px;
  margin: 0;
}
.pseudo-teams-container > .pseudo-teams .mention {
  color: #5558af;
}
.pseudo-teams-container > .pseudo-teams .mention::before {
  content: "@OpenAgora ";
}
.zero-height-box {
  position: relative;
  top: 0;
  height: 0;
  overflow-y: visible;
}
.button-basic {
  background-color: #EF4947;
  font-family: Ubuntu, sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.175rem;
  padding: 1rem 2.5rem;
  margin: 0 auto;
  border-radius: 0px 10px;
  transition: 0.3s;
  align-self: center;
}
.button-basic:hover,
.button-basic:focus {
  transform: scale(1.1);
  color: #ffffff;
}
.button_products {
  border: 2px solid #000000;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0.875rem 1.5rem;
  font-weight: bold;
  color: #000000;
}
.button_products:hover,
.button_products:focus {
  background-color: rgba(71, 71, 71, 0.3);
  color: #000000;
}
.button_products .logo-button_slack {
  width: 30px;
  margin-right: 1rem;
}
.btn-pricing {
  background-color: #ff9700;
  font-size: 15px;
  color: #f9f9f9;
  border-color: #ff9700;
  box-shadow: 0px 0px 2px 0 #000;
}
.btn-pricing:focus,
.btn-pricing:hover,
.btn-pricing:link,
.btn-pricing:visited {
  background: #474747 !important;
  border-color: #474747 !important;
  box-shadow: none;
}
.btn-pricing.active {
  font-weight: bold;
  background-color: #a9a9a9 !important;
  border-color: #a9a9a9 !important;
}
.btn-anim {
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
  border: 2px solid #e01d68;
  outline: none;
  color: white;
  background-color: transparent;
  font-family: "Merriweather", serif;
  white-space: nowrap;
}
.btn-anim--border::after,
.btn-anim--border::before,
.btn-anim--border span::after,
.btn-anim--border span::before {
  content: "";
  position: absolute;
  background-color: #e01d68;
  transition: 0.5s ease;
}
.btn-anim--border::after,
.btn-anim--border::before {
  height: 100%;
  width: 2px;
  top: -2px;
}
.btn-anim--border::after {
  left: -2px;
}
.btn-anim--border::before {
  right: -2px;
}
.btn-anim--border span::after,
.btn-anim--border span::before {
  height: 2px;
  width: 100%;
  left: -2px;
}
.btn-anim--border span::after {
  top: -2px;
}
.btn-anim--border span::before {
  bottom: -2px;
}
.btn-anim--border:hover:after {
  transform: translatex(-12px);
}
.btn-anim--border:hover:before {
  transform: translatex(12px);
}
.btn-anim--border:hover span::after {
  transform: translatey(-12px);
}
.btn-anim--border:hover span::before {
  transform: translatey(12px);
}
/* TEST */
* {
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.btn-anim-border {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.btn-1 {
  background: #e01d68;
}
.btn-1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-1 rect {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  transition: all 0.35s linear;
}
.btn-1:focus {
  color: #ffffff;
  background: #e01d68;
}
.btn-1:focus:hover {
  color: #23527c;
}
.btn-1:hover {
  background: rgba(224, 29, 104, 0);
  font-weight: 900;
  letter-spacing: 1px;
}
.btn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.big-button-demo {
  background: #e01d68;
}
.big-button-demo svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.big-button-demo rect {
  fill: none;
  stroke: #000;
  stroke-width: 3;
  stroke-dasharray: 422, 0;
  transition: all 0.35s linear;
}
.big-button-demo:focus {
  color: #ffffff;
  background: #e01d68;
}
.big-button-demo:focus:hover {
  color: #23527c;
}
.big-button-demo:hover {
  background: rgba(224, 29, 104, 0);
  font-weight: 900;
  letter-spacing: 1px;
}
.big-button-demo:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
footer {
  background: url("../img/jamespot/79438_footer_2.svg") no-repeat center top;
  background-size: cover;
  padding-top: 50px;
  font-size: 1rem;
  color: #ffffff;
}
footer .social-link {
  transition: 0.3s;
}
footer .social-link:hover,
footer .social-link:focus {
  transform: scale(1.1);
}
footer ul {
  margin: 0;
  padding: 0;
}
footer a {
  color: #ffffff;
}
footer a:hover,
footer a:focus {
  color: #e01d68;
}
footer h3 {
  font-weight: bold;
  color: #ffffff;
  font-size: 2rem;
  font-family: Ubuntu, sans-serif;
}
footer .socialMediaLogo img {
  width: 60px;
  margin: 0 20px;
}
footer .grid_footer {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
@media (min-width: 950px) {
  footer .grid_footer {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 0.3fr 1fr 0.3fr;
  }
}
footer .grid_footer .item_1 {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
}
footer .grid_footer .item_2 {
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  align-self: center;
}
footer .grid_footer .item_3 {
  grid-column: 1;
  grid-row: 3;
  justify-self: center;
  align-self: center;
}
footer .grid_footer .item_4 {
  grid-column: 1;
  grid-row: 4;
  justify-self: center;
  align-self: center;
}
@media (min-width: 950px) {
  footer .grid_footer .item_1 {
    grid-column: 1/4;
    grid-row: 1;
    justify-self: center;
    align-self: center;
  }
  footer .grid_footer .item_2 {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    align-self: center;
  }
  footer .grid_footer .item_3 {
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
    align-self: center;
  }
  footer .grid_footer .item_4 {
    grid-column: 3;
    grid-row: 2;
    justify-self: center;
    align-self: center;
  }
}
/* Home */
section {
  padding: 70px 0;
}
section:nth-child(odd) {
  background-color: #ffffff;
}
section:first-of-type {
  margin-top: 0;
  padding: 0px;
}
section article.titletextbutton p {
  margin: 25px 0;
}
section ul {
  margin: 0;
  padding: 0;
}
.section_news {
  background-color: #6E82E6;
}
.home_news {
  position: relative;
  height: 100px;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: auto;
  color: #ffffff;
}
.home_news .content {
  font-size: 30px;
  line-height: 100px;
}
.home_news .link {
  line-height: 100px;
}
.home_news .link a {
  background-color: #EF4947;
  color: #ffffff;
}
.home_trust-brand {
  position: relative;
  background: url("../img/jamespot/79437_background_wave.svg") no-repeat bottom;
  background-size: cover;
  min-height: 1000px;
  display: grid;
  grid-template-columns: 0.2fr 0.6fr 0.2fr;
  grid-template-rows: 0.5fr;
  grid-template-areas: ". trust .";
  justify-content: center;
}
@media (min-width: 1000px) {
  .home_trust-brand {
    min-height: 850px;
  }
}
@media (min-width: 2000px) {
  .home_trust-brand {
    min-height: 1000px;
  }
}
.home_trust-brand .grid_trust {
  grid-area: trust;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-areas: " title " " brand " " text ";
}
.home_trust-brand .grid_trust .trust_item_1 {
  grid-area: title;
  justify-self: center;
  text-align: center;
}
.home_trust-brand .grid_trust .trust_item_2 {
  grid-area: brand;
  justify-self: center;
  display: grid;
  grid-template-columns: 0.3fr repeat(4, 1fr) 0.3fr;
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: " . microsoft microsoft expedia expedia . " " . firefox firefox nike nike . " " . . homeaway homeaway . . ";
  justify-content: space-between;
}
@media (min-width: 800px) {
  .home_trust-brand .grid_trust .trust_item_2 {
    grid-template-rows: 1fr;
    grid-template-areas: " . microsoft expedia firefox nike homeaway . ";
  }
}
.home_trust-brand .grid_trust .trust_item_2 .under_item-1 {
  grid-area: firefox;
}
.home_trust-brand .grid_trust .trust_item_2 .under_item-2 {
  grid-area: nike;
}
.home_trust-brand .grid_trust .trust_item_2 .under_item-3 {
  grid-area: expedia;
}
.home_trust-brand .grid_trust .trust_item_2 .under_item-4 {
  grid-area: homeaway;
}
.home_trust-brand .grid_trust .trust_item_2 .under_item-5 {
  grid-area: microsoft;
}
.home_trust-brand .grid_trust .trust_item_2 .under_item-1,
.home_trust-brand .grid_trust .trust_item_2 .under_item-2,
.home_trust-brand .grid_trust .trust_item_2 .under_item-3,
.home_trust-brand .grid_trust .trust_item_2 .under_item-4,
.home_trust-brand .grid_trust .trust_item_2 .under_item-5 {
  margin: 0 15px;
  justify-self: center;
  align-self: center;
  text-align: center;
}
.home_trust-brand .grid_trust .trust_item_2 img {
  max-height: 80px;
  min-width: 100px;
}
.home_trust-brand .grid_trust .trust_item_3 {
  grid-area: text;
  justify-self: center;
  text-align: center;
  font-size: 40px;
  font-family: Ubuntu, sans-serif;
  color: #4050C1;
}
@media (min-width: 800px) {
  .home_trust-brand .grid_trust .trust_item_3 {
    font-size: 42px;
  }
}
.home_presentation {
  background-color: #f9f9f9;
  margin: 0;
}
.home_presentation .grid_presentation {
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  grid-template-rows: 1fr;
  grid-template-areas: " . description .";
  margin: 0 auto;
  max-width: 80%;
}
@media (min-width: 1000px) {
  .home_presentation .grid_presentation {
    grid-template-columns: 0.3fr repeat(2, 1fr) 0.3fr;
    grid-template-rows: 1fr;
    grid-template-areas: ". imagedesc description .";
  }
}
.home_presentation .grid_presentation article {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.home_presentation .grid_presentation article p {
  margin: 25px 0;
  text-align: justify;
}
.home_presentation .grid_presentation .item_1 {
  grid-area: imagedesc;
  justify-self: center;
  align-self: center;
  text-align: center;
}
.home_presentation .grid_presentation .item_2 {
  display: none;
}
@media (min-width: 1000px) {
  .home_presentation .grid_presentation .item_2 {
    display: block;
    grid-area: description;
    align-self: center;
    justify-self: center;
  }
}
.home_presentation .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.home_presentation .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.home_presentation .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.home_presentation .chevron:before,
.home_presentation .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #474747;
}
.home_presentation .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.home_presentation .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.home_presentation .text {
  display: block;
  margin-top: 75px;
  margin-left: -35px;
  font-family: Ubuntu, "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #474747;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}
.home_presentation .mouse {
  margin: 50px auto;
  width: 1px;
  position: relative;
  cursor: pointer;
  padding-bottom: 50px;
}
.home_description {
  background-color: #f9f9f9 !important;
}
.home_description .grid_description {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: 0.3fr 1fr;
  grid-template-areas: ". imagedesc ." " . description .";
}
@media (min-width: 1000px) {
  .home_description .grid_description {
    grid-template-columns: 0.3fr repeat(2, 1fr) 0.3fr;
    grid-template-rows: 1fr;
    grid-template-areas: ". imagedesc description .";
  }
}
.home_description .grid_description article {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.home_description .grid_description article p {
  text-align: justify;
  margin: 25px 0;
}
.home_description .grid_description .description_item_1 {
  grid-area: imagedesc;
  justify-self: center;
  align-self: center;
  min-width: 100%;
}
.home_description .grid_description .description_item_2 {
  grid-area: description;
  align-self: center;
  justify-self: stretch;
  text-align: center;
}
#poll-result .pointer {
  cursor: pointer;
}
#poll-result .items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  transition: 0.3s;
}
#poll-result .items:hover,
#poll-result .items:focus {
  transform: scale(1.1);
}
#poll-result .dashboard-try {
  background-color: rgba(224, 224, 224, 0.6);
  border-radius: 10px;
  border: 1px solid #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  #poll-result .dashboard-try {
    padding: 0 1rem 3rem;
  }
}
#poll-result .dashboard-try .header_explication {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#poll-result .dashboard-try .header_explication .voters_total {
  border-radius: 15px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 1.75rem;
  background: #f4f4f4;
  border: 2px solid #f9f9f9;
}
#poll-result .dashboard-try .grid_dasboard-try {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-areas: " question_repartition " " explication ";
}
@media (min-width: 1500px) {
  #poll-result .dashboard-try .grid_dasboard-try {
    grid-template-columns: 0.1fr 1fr 0.1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-areas: ". question_repartition ." ". explication .";
  }
}
@media (min-width: 1500px) {
  #poll-result .dashboard-try .grid_dasboard-try {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1rem;
    grid-template-areas: " question_repartition explication ";
  }
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition {
  grid-area: question_repartition;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.5fr 1fr;
  grid-row-gap: 1rem;
  grid-template-areas: " question " " repartition ";
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .question-try {
  grid-area: question;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  border: 1px solid #ffffff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes {
  grid-area: repartition;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.1fr 0.5fr 1fr 0.1fr;
  grid-row-gap: 2rem;
  grid-template-areas: " . " " chart " "moodIcons" " . ";
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  border: 1px solid #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  padding: 2rem auto;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .result_moodday {
  max-width: 80px;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .chart_result {
  grid-area: chart;
  justify-self: center;
  align-self: center;
  position: relative;
  width: 90%;
  height: 50px;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .chart_result .vote-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 100%;
  background: red;
  cursor: pointer;
  transition: 0.3s;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .chart_result .vote-1:before {
  content: "10";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .chart_result .vote-1:hover {
  transform: scale(1.1);
  z-index: 999;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .chart_result .vote-2 {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 25%;
  height: 100%;
  background: orange;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .chart_result .vote-2:before {
  content: "25";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .chart_result .vote-2:hover {
  transform: scale(1.1);
  z-index: 999;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .chart_result .vote-3 {
  position: absolute;
  bottom: 0;
  left: 35%;
  width: 25%;
  height: 100%;
  background: greenyellow;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .chart_result .vote-3:before {
  content: "25";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .chart_result .vote-3:hover {
  transform: scale(1.1);
  z-index: 999;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .chart_result .vote-4 {
  position: absolute;
  bottom: 0;
  left: 60%;
  width: 40%;
  height: 100%;
  background: green;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .chart_result .vote-4:before {
  content: "40";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .chart_result .vote-4:hover {
  transform: scale(1.1);
  z-index: 999;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .moodIcon {
  grid-area: moodIcons;
  display: grid;
  grid-template-columns: repeat(2 0.4fr);
  grid-template-rows: 0.5fr 0.5fr;
  grid-template-areas: " mood1 mood2" "mood3 mood4 ";
  transition: 0.3s;
}
@media (min-width: 1000px) {
  #poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .moodIcon {
    grid-template-columns: repeat(4, 0.4fr);
    grid-template-rows: 0.5fr;
    grid-template-areas: " mood1 mood2 mood3 mood4 ";
  }
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .moodIcon .item_1,
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .moodIcon .item_2,
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .moodIcon .item_3,
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .moodIcon .item_4 {
  justify-self: center;
  align-self: end;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .moodIcon .item_1 {
  grid-area: mood1;
  position: relative;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .moodIcon .item_2 {
  grid-area: mood2;
  position: relative;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .moodIcon .item_3 {
  grid-area: mood3;
  position: relative;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .grid_repartition_votes .moodIcon .item_4 {
  grid-area: mood4;
  position: relative;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_question-repartition .opacityMood {
  opacity: 0.3;
}
#poll-result .dashboard-try .grid_dasboard-try .grid_explication_votes {
  grid-area: explication;
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: 1fr;
  grid-template-areas: " . content . ";
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  border: 1px solid #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
#poll-result .dashboard-try .grid_dasboard-try .grid_explication_votes .item_2 {
  grid-area: content;
  align-self: center;
}
.home_try-home {
  background-color: #f9f9f9 !important;
}
.home_try-home .grid_try-home {
  padding: 40px 0;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 900px) {
  .home_try-home .grid_try-home {
    max-width: 80%;
  }
}
.home_try-home .grid_try-home .try-home_item_1 {
  grid-area: item1;
  margin: 0 auto;
  width: 50%;
  padding-bottom: 25px;
  border-bottom: 4px solid #f9f9f9;
}
@media (min-width: 1000px) {
  .home_try-home .grid_try-home .try-home_item_1 {
    border-right: 4px solid #f9f9f9;
    padding-bottom: 0;
  }
}
.home_try-home .grid_try-home .try-home_item_1 h2 {
  margin-bottom: 30px;
}
.home_try-home .grid_try-home .try-home_item_2 {
  grid-area: item2;
  text-align: center;
  margin: 0 auto;
  width: 98%;
}
.home_try-home .grid_try-home .try-home_item_2 h3 {
  margin: 30px 0;
  font-size: 1.5rem;
}
@media (min-width: 800px) {
  .home_try-home .grid_try-home .try-home_item_2 h3 {
    font-size: 2.5rem;
  }
}
.home_try-home .grid_try-home .try-home_item_2 h4 {
  margin: 2rem 0 0;
  font-size: 1.2rem;
}
@media (min-width: 800px) {
  .home_try-home .grid_try-home .try-home_item_2 h4 {
    font-size: 2rem;
  }
}
.home_try-home .grid_try-home .try-home_item_2 ul {
  display: flex;
}
.home_try-home .grid_try-home .try-home_item_2 ul li {
  transition: 0.3s;
  cursor: pointer;
  max-width: 200px;
  margin: 0 auto;
}
.home_try-home .grid_try-home .try-home_item_2 ul li:hover,
.home_try-home .grid_try-home .try-home_item_2 ul li:focus {
  transform: scale(1.1);
}
.home_partners {
  background-color: #ffffff;
}
.home_partners ul {
  margin: 0;
  padding: 0;
}
.home_partners h2 {
  text-align: center;
}
.home_partners .grid_partners {
  display: flex;
  flex-direction: column;
}
@media (min-width: 400px) {
  .home_partners .grid_partners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-row-gap: 20px;
    justify-content: center;
    grid-template-areas: " item1 item5 " " item3 item4 " " item2 item6 " " item7 item8 ";
  }
}
@media (min-width: 1000px) {
  .home_partners .grid_partners {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 20px;
    justify-content: center;
    grid-template-areas: ". item1 . item2 . item3 " "item4 . item5 . item6 . " ". item7 . . item8 . ";
  }
}
.home_partners .grid_partners .item_1 {
  grid-area: item1;
}
.home_partners .grid_partners .item_2 {
  grid-area: item2;
}
.home_partners .grid_partners .item_3 {
  grid-area: item3;
}
.home_partners .grid_partners .item_4 {
  grid-area: item4;
}
.home_partners .grid_partners .item_5 {
  grid-area: item5;
}
.home_partners .grid_partners .item_6 {
  grid-area: item6;
}
.home_partners .grid_partners .item_7 {
  grid-area: item7;
}
.home_partners .grid_partners .item_8 {
  grid-area: item8;
}
.home_partners .grid_partners .item_1,
.home_partners .grid_partners .item_2,
.home_partners .grid_partners .item_3,
.home_partners .grid_partners .item_4,
.home_partners .grid_partners .item_5,
.home_partners .grid_partners .item_6,
.home_partners .grid_partners .item_7,
.home_partners .grid_partners .item_8 {
  justify-self: center;
  align-self: center;
}
.home_partners img {
  min-width: 150px;
}
.home_partners .partner_item {
  transition: 0.3s;
}
.home_partners .partner_item:hover,
.home_partners .partner_item:focus {
  transform: scale(1.2);
}
.home_three-products .grid_three-products {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: 0.5fr repeat(3, 1fr);
  grid-template-areas: ". title ." ". slack ." ". solution ." ". teams .";
  grid-row-gap: 30px;
}
@media (min-width: 1200px) {
  .home_three-products .grid_three-products {
    grid-template-columns: 0.3fr repeat(6, 1fr) 0.3fr;
    grid-template-rows: 0.5fr 1fr;
    grid-column-gap: 2rem;
    justify-content: stretch;
    grid-template-areas: ".  title title title title title title ." ". slack slack solution solution teams teams .";
  }
}
.home_three-products .grid_three-products article {
  background-color: #ffffff;
  background: url("../img/jamespot/79439_header.svg") bottom center no-repeat;
  background-size: contain;
  border-radius: 10px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 40px 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 2;
}
.home_three-products .grid_three-products article .prod {
  margin: 6rem 1rem;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
}
.home_three-products .grid_three-products article .header_product {
  /*max-height: 100px;*/
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home_three-products .grid_three-products article .header_product h2 {
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 800px) {
  .home_three-products .grid_three-products article .header_product h2 {
    font-size: 2.5rem;
  }
}
.home_three-products .grid_three-products article .header_product h3 {
  text-align: center;
}
.home_three-products .grid_three-products article p {
  margin: 25px;
}
.home_three-products .grid_three-products .three-products_item_title {
  grid-area: title;
  align-self: center;
  justify-self: center;
}
.home_three-products .grid_three-products .three-products_item_1 {
  grid-area: slack;
}
.home_three-products .grid_three-products .three-products_item_2 {
  grid-area: solution;
}
.home_three-products .grid_three-products .three-products_item_3 {
  grid-area: teams;
}
.home_three-products .grid_three-products .three-products_item_1,
.home_three-products .grid_three-products .three-products_item_2,
.home_three-products .grid_three-products .three-products_item_3 {
  justify-self: stretch;
  align-self: stretch;
  text-align: justify;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home_three-products .grid_three-products img {
  min-width: 250px !important;
}
.home_three-products .button-basic {
  max-width: 70%;
  font-size: 16px;
}
/* Navigation */
.navbar {
  background-color: #4050C1;
}
.navbar .navbar-container {
  min-height: 100px;
}
@media (min-width: 1050px) {
  .navbar .navbar-container {
    display: flex;
    align-items: center;
  }
}
.navbar .navbar-container .navbar-header {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.5fr 0.5fr;
  grid-template-areas: " logo " "menu ";
}
@media (min-width: 1050px) {
  .navbar .navbar-container .navbar-header {
    grid-template-rows: 0.5fr;
    grid-template-areas: " logo ";
  }
}
.navbar .navbar-container .navbar-header .navbar-brand,
.navbar .navbar-container .navbar-header .navbar-toggle {
  align-self: center;
  justify-self: center;
}
.navbar .navbar-container .navbar-header .navbar-brand {
  grid-area: logo;
}
.navbar .navbar-container .navbar-header .navbar-toggle {
  grid-area: menu;
  margin: 3rem 0 1rem;
}
.navbar .navbar-container .navbar-header .navbar-logo_link {
  min-height: 31px;
}
.navbar .navbar-container .navbar-header .navbar-logo {
  max-width: 200px !important;
}
.navbar .navbar-container .menu-language img {
  max-width: 30px;
}
/* overide bootstrap */
.dropdown-menu {
  background-color: #4050C1;
}
.dropdown-menu > li > a {
  color: #ffffff;
}
.dropdown-menu > li > a:hover {
  background-color: #4050C1;
  color: #EF4947;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: #4050C1;
  color: #EF4947;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > .active > a {
  background-color: #4050C1;
  color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #EF4947;
  background-color: #4050C1;
}
.navbar-collapse {
  width: 100%;
}
@media (max-width: 1050px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* cette classe est à ajouter lorsque que vous utilisez une version de Bootstap supérieure ou égale à la 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
}
/* The side navigation menu */
.sidebarCollapse {
  position: fixed;
  color: red;
  width: 280px;
  margin: 0 0 0 15px;
  border-radius: 0 0 4px 4px;
  padding-bottom: 10px;
  z-index: 900;
  background-color: #ff9700;
  -webkit-box-shadow: -1px 0px 2px 1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: -1px 0px 2px 1px rgba(0, 0, 0, 0.37);
  box-shadow: -1px 0px 2px 1px rgba(0, 0, 0, 0.37);
  padding: 0.5rem 0 !important;
}
.sidebarCollapse p {
  margin: 0 !important;
}
.sidebarCollapse p::after {
  content: "";
  position: absolute;
  margin-left: 15px;
  top: calc(50% - 12px);
  right: 3rem;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 8px;
  border-color: transparent transparent transparent #ff9700;
  transition: 0.3s;
}
.sidebarCollapse:hover p::after {
  transform: rotate(90deg);
}
.sidebar {
  display: none;
  position: absolute;
  top: 70%;
  left: -15px;
  width: 280px;
  overflow: auto;
  background-color: #ff9700;
  margin: 0;
  margin-left: 15px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: -1px 3px 2px 1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: -1px 3px 2px 1px rgba(0, 0, 0, 0.37);
  box-shadow: -1px 3px 2px 1px rgba(0, 0, 0, 0.37);
  padding-bottom: 10px;
  z-index: 1000;
}
.sidebarCollapse:hover .sidebar {
  display: block !important;
}
/* Sidebar links */
.sidebar a,
.sidebarCollapse p {
  display: block;
  padding: 1rem;
  background-color: #474747;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.5s ease;
}
/* Active/current link */
.sidebar a.active {
  position: relative;
  color: #fff;
  padding-left: 25px;
}
.sidebar a.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff9700;
  width: 15px;
  height: 100%;
}
/* Links on mouse-over */
.sidebar a:hover:not(.active) {
  background-color: #ada9a0;
  color: #474747;
}
/* Séparateur */
.sidebar div.separator {
  display: none;
  /*
  font-size: small;
  text-align: center;
  background-color:white;
  color: #333;
  */
}
/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
/* On screens that are less than 1700px wide, remove the sidebar */
@media screen and (min-width: 1700px) and (min-height: 1050px) {
  .sidebarCollapse > .sidebar {
    display: block !important;
    margin-left: 15px;
  }
  .sidebarCollapse p {
    display: none;
  }
}
@media (max-width: 900px) {
  .sidebarCollapse {
    display: none;
  }
}
/* Function for a RWD content

@sizeScreen700-900 : range( 700px, 900px, 100) ;
@sizePadding300-10step: range( 0, 300, 30);

@sizeScreen12k-18k : range( 1200px, 1800px, 100) ;
@sizePadding300-6step: range( 0, 300, 50);

// each(@sizeScreen700-900,{
//     @media screen and (min-width:@value){
//         #support.with-sidebar {
//             padding-left: 300px - extract(@sizePadding300-10step, @index);
//         }
//     }
// });
@media screen and (min-width:900px){
  #support.with-sidebar {
      padding-left: 300px;
  }
};
each(@sizeScreen12k-18k,{
    @media screen and (min-width:@value){
        #support.with-sidebar {
            padding-left: 300px - extract(@sizePadding300-6step, @index);
        }
    }
});
@media screen and (min-width:1800px){
  #support.with-sidebar {
      padding-left: 16px;
  }
};*/
/* animations */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
    display: none;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-duration: 0.3s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 0.3s;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.anim-pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-duration: 0.5s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-duration: 0.8s;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 0.8s;
}
/* Product */
.alert {
  padding: 0.5em 1em;
}
.alert.js-alert {
  display: none;
}
#slack-register-loader {
  display: none;
  position: absolute;
  right: calc(50% - 15px);
}
#slack-register-loader img {
  vertical-align: baseline;
}
.currency::before,
.currency.dollar::before {
  content: "$";
}
.currency::after,
.currency.dollar::after {
  content: "";
}
.currency.euro::before {
  content: "";
}
.currency.euro::after {
  content: " €";
}
.taxes::after,
.taxes.dollar::after {
  content: "HT";
}
.taxes.dollar-EN::after {
  content: "";
}
.taxes.euro::after {
  content: " TTC";
}
.taxes.euro-EN::after {
  content: "VAT included";
  font-size: 14px;
}
.show-currency {
  display: none;
}
.show-currency.show-currency-dollar.dollar,
.show-currency.show-currency-euro.euro {
  display: initial;
}
.grid-support {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-areas: " . support .";
  grid-template-rows: 1fr;
}
@media (min-width: 900px) {
  .grid-support {
    grid-template-columns: 0.4fr 1fr;
    grid-template-areas: " nav support";
    grid-column-gap: 1rem;
  }
}
@media (min-width: 1000px) {
  .grid-support {
    grid-template-columns: 0.1fr 0.4fr 1fr 0.1fr;
    grid-template-areas: ". nav support .";
    grid-column-gap: 1rem;
  }
}
.grid-support .item_1 {
  grid-area: nav;
  justify-self: start;
}
.grid-support .item_2 {
  grid-area: support;
  justify-self: end;
  padding-left: 2rem;
}
@media (min-width: 1200px) {
  .grid-support .item_2 {
    justify-self: stretch;
  }
}
.linkBlog {
  position: relative;
  display: flex;
  min-height: 367px;
  margin: 35px auto;
}
@media (min-width: 1000px) {
  .linkBlog {
    background: url(../img/background-blog-banniere.svg) center no-repeat;
    background-size: contain;
    align-items: flex-end;
    width: 700px;
  }
}
.linkBlog .bannerBlogSmall {
  margin: 40px auto 0;
}
.linkBlog .bannerBlogSmall img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  .linkBlog .bannerBlogSmall {
    display: none;
  }
}
.linkBlog .bann-blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 1000px) {
  .linkBlog .bann-blog {
    background-color: transparent;
    position: absolute;
    top: 10%;
    right: 10%;
    width: 300px;
  }
}
@media (min-width: 1000px) {
  .linkBlog .bann-blog h2 {
    color: #fff;
    font-size: 24px;
  }
}
.linkBlog .bann-blog .blocHashtag {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.linkBlog .bann-blog .blocHashtag ul {
  list-style-type: none;
  font-size: 16px;
  display: flex;
}
@media (min-width: 1000px) {
  .linkBlog .bann-blog .blocHashtag ul {
    font-size: 14px;
    color: #fff;
  }
}
.linkBlog .bann-blog .blocHashtag ul li {
  margin-right: 10px;
}
.linkBlog .bann-blog .btn-bannBlog {
  background-color: #45b58c;
}
.linkBlog .bann-blog .btn-bannBlog:hover {
  color: #fff;
}
.one-month {
  position: absolute;
  top: 35px;
  right: -85px;
  transform: rotate(45deg);
  font-size: 19px;
  background: #e01d68;
  padding: 5px 60px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Ubuntu;
  box-shadow: 0 2px 2px rgba(74, 74, 74, 0.3);
}
/* Slack */
/* Product */
.grid_subscribe {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: 1fr;
  grid-template-areas: " . description .";
  margin: 0 auto;
  background: url("../img/jamespot/79431_background_product_4.svg") no-repeat right center;
  max-width: 100%;
}
@media (min-width: 1000px) {
  .grid_subscribe {
    grid-template-columns: 0.3fr repeat(2, 1fr) 0.3fr;
    grid-template-rows: 1fr;
    grid-template-areas: ". description imagedesc .";
  }
}
.grid_subscribe .item_1 {
  align-items: center;
  grid-area: description;
  align-self: center;
  justify-self: center;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
}
.grid_subscribe .item_1 .box_content {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 4px;
}
.grid_subscribe .item_1 ul li {
  margin: 1rem 0;
}
.grid_subscribe .item_2 {
  display: none;
}
@media (min-width: 1000px) {
  .grid_subscribe .item_2 {
    display: block;
    grid-area: imagedesc;
    justify-self: center;
    align-self: center;
    text-align: center;
  }
}
.grid_subscribe .item_2 img {
  max-width: 100% !important;
}
.alert_pricing {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 2em;
  background-color: rgba(224, 224, 224, 0.6);
  padding: 40px 1rem;
  justify-content: space-between;
  position: relative;
  border: 5px solid #d41111;
  border-radius: 10px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  /*z-index: 2;*/
}
.alert_pricing legend {
  max-width: 30%;
  color: #d41111;
  border: 0;
  text-align: center;
  font-weight: bold;
  padding: 2px;
}
.alert_pricing fieldset {
  display: block;
}
.alert_link {
  color: #d40c0c;
  visibility: #d40c0c;
}
.product_slack_pricing {
  display: grid;
  z-index: 0;
  position: relative;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: 0.1fr 0.3fr 1fr;
  grid-template-areas: ". title ." ". features ." ". pricing .";
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  background: url("../img/jamespot/79437_background_wave.svg") no-repeat bottom;
  background-size: cover;
  min-height: 1000px;
}
.product_slack_pricing .item_title {
  grid-area: title;
  justify-self: center;
}
.product_slack_pricing .grid_features {
  grid-area: features;
  justify-self: center;
}
.product_slack_pricing .grid_pricing {
  grid-area: pricing;
  justify-self: stretch;
}
@media (min-width: 1000px) {
  .product_slack_pricing {
    min-height: 850px;
  }
}
@media (min-width: 2000px) {
  .product_slack_pricing {
    min-height: 1200px;
  }
}
.product_slack_pricing .grid_pricing {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: " freemium " " premium " " custom ";
  grid-row-gap: 25px;
  grid-column-gap: 25px;
}
@media (min-width: 1200px) {
  .product_slack_pricing .grid_pricing {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    justify-content: stretch;
    grid-template-areas: " freemium premium custom ";
  }
}
.product_slack_pricing .grid_pricing .slack_freemium,
.product_slack_pricing .grid_pricing .slack_premium,
.product_slack_pricing .grid_pricing .slack_custom {
  background-color: rgba(224, 224, 224, 0.6);
  border-radius: 10px;
  border: 1px solid #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  padding: 40px 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.product_slack_pricing .grid_pricing .slack_freemium a,
.product_slack_pricing .grid_pricing .slack_premium a,
.product_slack_pricing .grid_pricing .slack_custom a {
  color: #474747;
  font-weight: bold;
  cursor: pointer;
}
.product_slack_pricing .grid_pricing .slack_freemium .active-user-link,
.product_slack_pricing .grid_pricing .slack_premium .active-user-link,
.product_slack_pricing .grid_pricing .slack_custom .active-user-link {
  background-image: linear-gradient(120deg, rgba(255, 151, 0, 0.5) 0%, rgba(255, 250, 0, 0.5) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.3s ease-in;
  padding: 0.5rem 0.175rem 0.175rem;
  border-radius: 4px 4px 0 0;
}
.product_slack_pricing .grid_pricing .slack_freemium .active-user-link:hover,
.product_slack_pricing .grid_pricing .slack_premium .active-user-link:hover,
.product_slack_pricing .grid_pricing .slack_custom .active-user-link:hover {
  background-size: 150% 200%;
}
.product_slack_pricing h3 {
  font-weight: bold;
  font-size: 2rem;
}
.product_slack_pricing .header_product {
  max-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product_slack_pricing .header_product h2 {
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 800px) {
  .product_slack_pricing .header_product h2 {
    font-size: 2.5rem;
  }
}
.product_slack_pricing p {
  margin: 25px;
}
.item_1.slack_freemium {
  grid-area: freemium;
}
.item_1.slack_freemium h2 {
  color: #45b58c;
}
.item_2.slack_premium {
  grid-area: premium;
}
.item_2.slack_premium h2 {
  color: #ff9700;
}
.item_3.slack_custom {
  grid-area: custom;
  text-align: center;
}
.item_3.slack_custom h2 {
  color: #e01d68;
}
.item_1,
.item_2,
.item_3 {
  justify-self: stretch;
  align-self: stretch;
}
.button-basic {
  max-width: 70%;
  font-size: 16px;
}
.list-features_in-pricing {
  display: flex;
  align-items: center;
}
.list-features_in-pricing i {
  margin: auto 0.875rem auto 0;
}
.content-filter-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-filter-pricing .btn-group {
  margin: 1rem;
}
.content-filter-pricing .btn-groupe-premium {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  .content-filter-pricing .btn-groupe-premium {
    justify-content: center;
    flex-direction: row;
  }
}
.content-filter-pricing .btn-groupe-premium > .btn-pricing {
  margin: 5px 20px;
  font-size: 1em;
  width: 80%;
  border-radius: 4px !important;
}
@media (min-width: 1200px) {
  .content-filter-pricing .btn-groupe-premium > .btn-pricing {
    width: auto;
    margin: 10px;
    font-size: 16px;
  }
}
.containerFeatures {
  margin: 0 auto;
}
.containerFeatures .features-box {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 40px auto 0;
}
.containerFeatures .features-box .fa-check {
  color: green;
  margin-right: 5px;
}
.containerFeatures .features-box ul {
  list-style: none;
}
@media (min-width: 800px) {
  .containerFeatures .features-box {
    display: flex;
    justify-content: space-between;
    width: 50%;
  }
}
.price-amount {
  min-height: 6rem;
  font-size: 2.5rem;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
}
.price-extra {
  min-height: 4rem;
  margin: 0;
  padding: 0 0 0 1rem;
  text-align: center;
}
.price-subtitle {
  min-height: 4rem;
  font-size: 1.175rem;
  font-weight: 100;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
}
.price-features {
  background: #ffffff;
  margin-bottom: 1rem;
  border: 2px solid rgba(200, 200, 200, 0.5);
  padding: 0 1.175rem;
  text-align: center;
  align-self: end;
}
.price-features .with_separate_line {
  position: relative;
}
.price-features .with_separate_line::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background: rgba(200, 200, 200, 0.5);
  border-radius: 10px;
  left: 10%;
  bottom: -12.5px;
}
.price-features .article-text {
  margin: 0;
}
.slack-description_part-1 .text_item_2,
.slack-description_part-2 .text_item_2,
.slack-description_part-3 .text_item_2 {
  border-radius: 10px;
  border: 1px solid #f9f9f9;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  color: #474747;
}
.slack-description_part-1 .text_item_2 a,
.slack-description_part-2 .text_item_2 a,
.slack-description_part-3 .text_item_2 a {
  font-weight: bold;
}
.slack-description_part-1 {
  background: url("../img/jamespot/79429_background_product_2.svg") no-repeat left center;
  background-color: #ffffff;
}
.slack-description_part-1 .item_2 h2 {
  color: #4050C1;
}
.slack-description_part-1 .item_2 .text_item_2 {
  background-color: #f9f9f9;
}
.slack-description_part-2 {
  background-color: #f9f9f9 !important;
  background: url("../img/jamespot/79430_background_product_3.svg") no-repeat center;
  background-position: 105%;
}
.slack-description_part-2 .item_2 h2 {
  color: #4050C1;
}
.slack-description_part-2 .item_2 .text_item_2 {
  background-color: #ffffff;
}
.slack-description_part-2 .item_2 .text_item_2 b {
  color: #4050C1;
}
.slack-description_part-2 .item_2 .text_item_2 ul {
  padding-left: 2rem;
}
.slack-description_part-2 .item_2 .text_item_2 ul li {
  list-style: circle;
}
.slack-description_part-3 {
  background: url("../img/jamespot/79434_background_product_7.svg") no-repeat bottom;
  background-color: #ffffff;
  background-position-x: -130%;
}
.slack-description_part-3 .text_item_2 {
  background-color: #f9f9f9;
}
.slack-description_part-3 .text_item_2 b {
  color: #4050C1;
}
.slack_privacy {
  background: url("../img/jamespot/79435_background_product_8.svg") no-repeat center;
  background-color: #ffffff;
}
.slack_privacy .text_item_2 {
  background-color: #ffffff;
  color: #474747;
}
.slack_privacy .text_item_2 a {
  font-weight: bold;
}
.further {
  background: url("../img/jamespot/79436_background_product_9.svg") no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
}
.further .btn-anim-border.btn-1 {
  max-width: 320px;
}
.further .grid_further {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: 0.1fr 0.3fr 0.1fr;
  justify-content: center;
  grid-template-areas: ". title ." " . text ." ". button .";
  padding: 2rem 3rem;
  background: #f9f9f9;
}
.further .grid_further h2 {
  grid-area: title;
  justify-self: center;
}
.further .grid_further p {
  grid-area: text;
  justify-self: center;
}
.further .grid_further a {
  grid-area: button;
  justify-self: center;
}
.slack_type-team .grid_img-group {
  justify-content: end;
}
@media (min-width: 790px) {
  .slack_type-team .grid_img-group {
    display: grid;
    grid-template-columns: 0.4fr 0.6fr 0.1fr;
    grid-template-rows: 0.1fr 0.3fr 1fr 1fr 1fr;
    grid-row-gap: 25px;
    grid-template-areas: " . title ." " . subtitle ." " . image1 ." " . image2 ." " . image3 .";
  }
}
@media (min-width: 1300px) {
  .slack_type-team .grid_img-group {
    display: grid;
    grid-template-columns: 0.6fr 1fr 1fr;
    grid-template-rows: 0.1fr 0.3fr 1fr 1fr;
    grid-row-gap: 25px;
    grid-template-areas: ". title title  " ". subtitle  . " " . image1 image2 " " . image3  .";
  }
}
.slack_type-team .grid_img-group .item_title {
  grid-area: title;
  justify-self: start;
  background: #ffffff;
  margin: 0 auto;
}
.slack_type-team .grid_img-group .item_subtitle {
  grid-area: subtitle;
  justify-self: center;
  background: #ffffff;
  margin: 0 auto;
}
.slack_type-team .grid_img-group .item_1,
.slack_type-team .grid_img-group .item_2,
.slack_type-team .grid_img-group .item_3 {
  position: relative;
  justify-self: center;
  max-width: 474px;
  margin: 0 auto;
}
.slack_type-team .grid_img-group .item_1 img,
.slack_type-team .grid_img-group .item_2 img,
.slack_type-team .grid_img-group .item_3 img {
  margin: 0 auto;
  max-width: 80vw;
}
.slack_type-team .grid_img-group .item_1 .content-txt,
.slack_type-team .grid_img-group .item_2 .content-txt,
.slack_type-team .grid_img-group .item_3 .content-txt {
  z-index: 1;
  padding: 1rem 1.5rem;
}
@media (min-width: 790px) {
  .slack_type-team .grid_img-group .item_1 .content-txt,
  .slack_type-team .grid_img-group .item_2 .content-txt,
  .slack_type-team .grid_img-group .item_3 .content-txt {
    position: absolute;
    top: -10%;
    left: -30%;
  }
}
.slack_type-team .grid_img-group .item_1 .content-txt .text-img,
.slack_type-team .grid_img-group .item_2 .content-txt .text-img,
.slack_type-team .grid_img-group .item_3 .content-txt .text-img {
  position: relative;
  z-index: 999;
  color: #ff9700;
  font-weight: bold;
}
.slack_type-team .grid_img-group .item_1 .content-txt:before,
.slack_type-team .grid_img-group .item_2 .content-txt:before,
.slack_type-team .grid_img-group .item_3 .content-txt:before {
  content: "";
  z-index: 0;
  top: -10%;
  left: -5%;
  border: 4px solid #ff9700;
  width: 100%;
  height: 100%;
}
@media (min-width: 790px) {
  .slack_type-team .grid_img-group .item_1 .content-txt:before,
  .slack_type-team .grid_img-group .item_2 .content-txt:before,
  .slack_type-team .grid_img-group .item_3 .content-txt:before {
    position: absolute;
  }
}
.slack_type-team .grid_img-group .item_1 .content-txt:after,
.slack_type-team .grid_img-group .item_2 .content-txt:after,
.slack_type-team .grid_img-group .item_3 .content-txt:after {
  content: "";
  z-index: 2;
  top: 0%;
  left: 0%;
  background: #f9f9f9;
  width: 100%;
  height: 100%;
}
@media (min-width: 790px) {
  .slack_type-team .grid_img-group .item_1 .content-txt:after,
  .slack_type-team .grid_img-group .item_2 .content-txt:after,
  .slack_type-team .grid_img-group .item_3 .content-txt:after {
    position: absolute;
  }
}
.slack_type-team .grid_img-group .item_1 {
  grid-area: image1;
}
@media (min-width: 790px) {
  .slack_type-team .grid_img-group .item_1 .content-txt {
    left: -50%;
  }
}
.slack_type-team .item_2 {
  grid-area: image2;
}
.slack_type-team .item_3 {
  grid-area: image3;
}
.features-box {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
@media (min-width: 800px) {
  .features-box {
    flex-direction: row;
    align-items: center;
  }
}
.features-box ul.list-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.features-box ul.list-features .fa-check {
  color: #45b58c;
  margin-right: 0.875rem;
}
.features-box ul.list-features li {
  padding: 0 2rem;
  display: flex;
  align-items: center;
}
.features-box ul.list-features li .feature {
  font-size: 1.275rem !important;
}
/* Teams */
/* Product */
.grid_subscribe {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: 1fr;
  grid-template-areas: " . description .";
  margin: 0 auto;
  background: url("../img/jamespot/79431_background_product_4.svg") no-repeat right center;
  max-width: 100%;
}
@media (min-width: 1000px) {
  .grid_subscribe {
    grid-template-columns: 0.3fr repeat(2, 1fr) 0.3fr;
    grid-template-rows: 1fr;
    grid-template-areas: ". description imagedesc .";
  }
}
.grid_subscribe .item_1 {
  align-items: center;
  grid-area: description;
  align-self: center;
  justify-self: center;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
}
.grid_subscribe .item_1 .box_content {
  background-color: white;
  padding: 2rem;
  border-radius: 4px;
  text-align: justify;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.grid_subscribe .item_1 ul li {
  margin: 1rem 0;
}
.grid_subscribe .item_2 {
  display: none;
}
@media (min-width: 1000px) {
  .grid_subscribe .item_2 {
    display: block;
    grid-area: imagedesc;
    justify-self: center;
    align-self: center;
    text-align: center;
  }
}
.grid_subscribe .item_2 img {
  max-width: 100% !important;
}
.subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.subscribe .grid_subscribe {
  display: grid;
  margin: 0 auto;
  background: url("../img/background-product_4.svg") no-repeat right center;
  max-width: 100%;
  grid-template-columns: 0.3fr repeat(2, 1fr) 0.3fr;
  grid-template-rows: 0.3 1fr;
  grid-template-areas: ". title title ." " . left right .";
}
.subscribe .grid_subscribe .item_1 {
  grid-area: title;
  align-self: center;
  justify-self: center;
}
.subscribe .grid_subscribe .item_2 {
  grid-area: left;
  justify-self: center;
  align-self: center;
  text-align: center;
}
.subscribe .grid_subscribe .item_2 img {
  max-width: 100% !important;
}
.subscribe .grid_subscribe .item_3 {
  grid-area: right;
  justify-self: center;
  align-self: center;
  text-align: center;
}
.subscribe .grid_subscribe .item_3 .premium-price {
  font-size: 3rem;
  color: #ff9700;
}
.subscribe .grid_subscribe .item_3 .important-text {
  font-weight: bold;
}
.alert_pricing {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 2em;
  background-color: rgba(224, 224, 224, 0.6);
  padding: 40px 1rem;
  justify-content: space-between;
  position: relative;
  border: 5px solid #d41111;
  border-radius: 10px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  /*z-index: 2;*/
}
.alert_pricing legend {
  max-width: 30%;
  color: #d41111;
  border: 0;
  text-align: center;
  font-weight: bold;
  padding: 2px;
}
.alert_pricing fieldset {
  display: block;
}
.alert_link {
  color: #d40c0c;
  visibility: #d40c0c;
}
.product_teams_pricing {
  display: grid;
  z-index: 0;
  position: relative;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: ". title ." " . features . " ". pricing .";
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  background: url("../img/jamespot/79437_background_wave.svg") no-repeat bottom;
  background-size: cover;
  min-height: 1000px;
}
.product_teams_pricing .button_products {
  display: flex;
  justify-content: center;
}
.product_teams_pricing .button_products img {
  margin-right: 1rem;
  max-width: 30px;
}
.product_teams_pricing .item_title {
  grid-area: title;
  justify-self: center;
}
.product_teams_pricing .grid_features_teams {
  grid-area: features;
  justify-self: center;
}
.product_teams_pricing .grid_pricing {
  grid-area: pricing;
  justify-self: stretch;
}
@media (min-width: 1000px) {
  .product_teams_pricing {
    min-height: 850px;
  }
}
@media (min-width: 2000px) {
  .product_teams_pricing {
    min-height: 1200px;
  }
}
.product_teams_pricing .grid_pricing {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: " freemium " " premium " " custom ";
  grid-row-gap: 25px;
  grid-column-gap: 25px;
}
@media (min-width: 1200px) {
  .product_teams_pricing .grid_pricing {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    justify-content: stretch;
    grid-template-areas: " freemium premium custom ";
  }
}
.product_teams_pricing .grid_pricing .teams_freemium,
.product_teams_pricing .grid_pricing .teams_premium,
.product_teams_pricing .grid_pricing .teams_custom {
  background-color: rgba(224, 224, 224, 0.6);
  border-radius: 10px;
  border: 1px solid #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  padding: 40px 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.product_teams_pricing .grid_pricing .teams_freemium a,
.product_teams_pricing .grid_pricing .teams_premium a,
.product_teams_pricing .grid_pricing .teams_custom a {
  color: #474747;
  font-weight: bold;
  cursor: pointer;
}
.product_teams_pricing .grid_pricing .teams_freemium .active-user-link,
.product_teams_pricing .grid_pricing .teams_premium .active-user-link,
.product_teams_pricing .grid_pricing .teams_custom .active-user-link {
  background-image: linear-gradient(120deg, rgba(255, 151, 0, 0.5) 0%, rgba(255, 250, 0, 0.5) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.3s ease-in;
  padding: 0.5rem 0.175rem 0.175rem;
  border-radius: 4px 4px 0 0;
}
.product_teams_pricing .grid_pricing .teams_freemium .active-user-link:hover,
.product_teams_pricing .grid_pricing .teams_premium .active-user-link:hover,
.product_teams_pricing .grid_pricing .teams_custom .active-user-link:hover {
  background-size: 150% 200%;
}
.product_teams_pricing h3 {
  font-weight: bold;
  font-size: 2rem;
}
.product_teams_pricing .header_product {
  max-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product_teams_pricing .header_product h2 {
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 800px) {
  .product_teams_pricing .header_product h2 {
    font-size: 2.5rem;
  }
}
.product_teams_pricing p {
  margin: 25px;
}
.item_1.teams_freemium {
  grid-area: freemium;
}
.item_1.teams_freemium h2 {
  color: #45b58c;
}
.item_2.teams_premium {
  grid-area: premium;
}
.item_2.teams_premium h2 {
  color: #ff9700;
}
.item_3.teams_custom {
  grid-area: custom;
  text-align: center;
}
.item_3.teams_custom h2 {
  color: #e01d68;
}
.item_1,
.item_2,
.item_3 {
  justify-self: stretch;
  align-self: stretch;
}
.button-basic {
  max-width: 70%;
  font-size: 16px;
}
.list-features_in-pricing {
  display: flex;
  align-items: center;
}
.list-features_in-pricing i {
  margin: auto 0.875rem auto 0;
}
.content-filter-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-filter-pricing .btn-group {
  margin: 1rem;
}
.content-filter-pricing .btn-groupe-premium {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  .content-filter-pricing .btn-groupe-premium {
    justify-content: center;
    flex-direction: row;
  }
}
.content-filter-pricing .btn-groupe-premium > .btn-pricing {
  margin: 5px 20px;
  font-size: 1em;
  width: 80%;
  border-radius: 4px !important;
}
@media (min-width: 1200px) {
  .content-filter-pricing .btn-groupe-premium > .btn-pricing {
    width: auto;
    margin: 10px;
    font-size: 16px;
  }
}
.grid_features_teams {
  margin: 0 auto;
}
.grid_features_teams .features-box-teams {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: " item1 " " item2 ";
  justify-content: center;
}
@media (min-width: 800px) {
  .grid_features_teams .features-box-teams {
    grid-template-rows: auto;
    grid-template-areas: " item1 item2 ";
    justify-content: center;
  }
}
@media (min-width: 1700px) {
  .grid_features_teams .features-box-teams {
    grid-template-columns: 0.5fr 0.5fr;
    grid-template-areas: " item1 item2  ";
  }
}
@media (min-width: 1700px) {
  .grid_features_teams .features-box-teams {
    grid-template-columns: 0.2fr 0.5fr 0.5fr 0.2fr;
    grid-template-areas: ". item1 item2  .";
  }
}
.grid_features_teams .features-box-teams .item_1,
.grid_features_teams .features-box-teams .item_2 {
  justify-self: center;
}
.grid_features_teams .features-box-teams .item_1 {
  grid-area: item1;
}
.grid_features_teams .features-box-teams .item_2 {
  grid-area: item2;
}
.grid_features_teams .features-box-teams .fa-check {
  color: green;
  margin-right: 5px;
}
.grid_features_teams .features-box-teams ul {
  list-style: none;
}
.price-amount {
  min-height: 6rem;
  font-size: 2.5rem;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
}
.price-extra {
  min-height: 4rem;
  margin: 0;
  padding: 0 0 0 1rem;
  text-align: center;
}
.price-subtitle {
  min-height: 4rem;
  font-size: 1.175rem;
  font-weight: 100;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
}
.price-features {
  background: #ffffff;
  margin-bottom: 1rem;
  border: 2px solid rgba(200, 200, 200, 0.5);
  padding: 0 1.175rem;
  text-align: center;
}
.price-features .with_separate_line {
  position: relative;
}
.price-features .with_separate_line::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background: rgba(200, 200, 200, 0.5);
  border-radius: 10px;
  left: 10%;
  bottom: -12.5px;
}
.price-features .article-text {
  margin: 0;
}
.features-box-teams {
  text-align: center;
}
.item_2.teams_premium.grid-4-row.article-text,
.item_2.slack_premium.grid-4-row {
  overflow: hidden;
}
.teams-description_part-1 .text_item_2,
.teams-description_part-2 .text_item_2,
.teams-description_part-3 .text_item_2 {
  border-radius: 10px;
  border: 1px solid #f9f9f9;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  color: #474747;
}
.teams-description_part-1 .text_item_2 a,
.teams-description_part-2 .text_item_2 a,
.teams-description_part-3 .text_item_2 a {
  color: #ff9700;
  font-weight: bold;
}
.teams-description_part-1 {
  background: url("../img/jamespot/79429_background_product_2.svg") no-repeat left center #ffffff;
}
.teams-description_part-1 .item_2 h2 {
  color: #4050C1;
}
.teams-description_part-1 .item_2 .text_item_2 {
  background-color: #f9f9f9;
}
.teams-description_part-2 {
  background-color: #f9f9f9 !important;
  background: url("../img/jamespot/79430_background_product_3.svg") no-repeat center;
  background-position: 105%;
}
.teams-description_part-2 .item_2 h2 {
  color: #474747;
}
.teams-description_part-2 .item_2 .text_item_2 {
  background-color: #ffffff;
}
.teams-description_part-2 .item_2 .text_item_2 b {
  color: #ff9700;
}
.teams-description_part-2 .item_2 .text_item_2 ul {
  padding-left: 2rem;
}
.teams-description_part-2 .item_2 .text_item_2 ul li {
  list-style: circle;
}
.teams-description_part-3 {
  background: url("../img/jamespot/79434_background_product_7.svg") no-repeat bottom #ffffff;
  background-position-x: -130%;
}
.teams-description_part-3 .text_item_2 {
  background-color: #f9f9f9;
}
.teams_privacy {
  background: url("../img/jamespot/79435_background_product_8.svg") no-repeat center #ffffff;
}
.teams_privacy .text_item_2 {
  background-color: #ffffff;
  color: #474747;
}
.teams_privacy .text_item_2 a {
  color: #4050C1;
  font-weight: bold;
}
.further {
  background: url("../img/jamespot/79436_background_product_9.svg") no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
}
.further .grid_further {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: 0.1fr 0.3fr 0.1fr;
  justify-content: center;
  grid-template-areas: ". title ." " . text ." ". button .";
  padding: 2rem 3rem;
  background: #f9f9f9;
}
.further .grid_further h2 {
  grid-area: title;
  justify-self: center;
}
.further .grid_further p {
  grid-area: text;
  justify-self: center;
}
.further .grid_further a {
  grid-area: button;
  justify-self: center;
}
.container_teams_subscribe {
  background: url(../img/background-wave.svg) no-repeat bottom;
  background-size: cover;
}
.container_teams_subscribe .grid_subscribe_teams {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: " . left ." ". right ." " . button . ";
}
.container_teams_subscribe .grid_subscribe_teams .item_1,
.container_teams_subscribe .grid_subscribe_teams .item_2,
.container_teams_subscribe .grid_subscribe_teams .item_3 {
  align-self: center;
  justify-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container_teams_subscribe .grid_subscribe_teams .item_1 {
  grid-area: left;
  margin-top: 4rem !important;
}
.container_teams_subscribe .grid_subscribe_teams .item_2 {
  grid-area: right;
  background: #f9f9f9;
}
.container_teams_subscribe .grid_subscribe_teams .item_2 article {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container_teams_subscribe .grid_subscribe_teams .item_3 {
  grid-area: button;
}
.container_teams_subscribe .grid_subscribe_teams .item_3 a {
  margin: 0 auto;
}
.container_teams_subscribe .grid_subscribe_teams .subscribe_page {
  padding: 0;
}
.container_teams_subscribe .grid_subscribe_teams .flex-center {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  align-self: center;
}
.container_teams_subscribe .grid_subscribe_teams section.features-list {
  background: #f9f9f9;
  margin: 0;
}
.container_teams_subscribe .grid_subscribe_teams section.features-list ul .features-slack-list {
  font-size: 1.25rem;
}
.container_teams_subscribe .grid_subscribe_teams section {
  font-size: 18px;
  min-width: 70%;
  max-width: 80%;
}
.container_teams_subscribe .grid_subscribe_teams section h1,
.container_teams_subscribe .grid_subscribe_teams section h2 {
  text-align: center;
  position: relative;
}
.container_teams_subscribe .grid_subscribe_teams section h1:after,
.container_teams_subscribe .grid_subscribe_teams section h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(69, 181, 140, 0.3);
  width: 100%;
  height: 10%;
}
.container_teams_subscribe .grid_subscribe_teams section .features_list_premium .list_starter {
  display: flex;
  justify-content: space-between;
}
.container_teams_subscribe .grid_subscribe_teams section .features_list_premium .list_starter ul {
  width: 45%;
  position: relative;
}
.container_teams_subscribe .grid_subscribe_teams section .features_list_premium .list_starter ul li {
  position: relative;
  margin: 15px 0;
  padding-left: 20px;
}
.container_teams_subscribe .grid_subscribe_teams section .features_list_premium .list_starter ul li i {
  position: absolute;
  left: 0;
  margin-right: 5px;
}
.container_teams_subscribe .grid_subscribe_teams section .feature_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.container_teams_subscribe .grid_subscribe_teams section .feature_text .fa-plus {
  color: #ff9700;
  margin-right: 15px;
}
.container_teams_subscribe .grid_subscribe_teams section .fa-check {
  color: #01b128;
}
.container_teams_subscribe .item_3 {
  background-color: transparent;
}
.container_teams_subscribe .item_3 .btn_subscribe {
  background: #e01d68;
  font-weight: bold;
  font-size: 40px;
  border: none;
}
.container_teams_subscribe .item_3 .btn_subscribe:focus,
.container_teams_subscribe .item_3 .btn_subscribe.active {
  background: #f3f3f3;
  color: #000000;
}
.mx-2 {
  margin-left: 5px;
  margin-right: 5px;
}
.container_teams_welcome {
  /*  background: url(../img/background-wave.svg) no-repeat bottom;*/
  background-size: cover;
}
.container_teams_welcome .grid_welcome_teams {
  display: grid;
  grid-template-columns: 0.1fr 1fr 1fr 0.1fr;
  grid-template-rows: 1fr;
  grid-template-areas: " . left right .";
  padding: 6rem;
}
.container_teams_welcome .grid_welcome_teams .item_1 {
  grid-area: left;
  align-self: center;
  justify-self: end;
}
.container_teams_welcome .grid_welcome_teams .item_2 {
  grid-area: right;
  align-self: center;
  justify-self: start;
}
.container_teams_welcome .grid_welcome_teams .item_2 article {
  background: #ffffff;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.container_teams_welcome .grid_welcome_teams .subscribe_page_welcome {
  padding: 0;
}
.container_teams_welcome .grid_welcome_teams section.features-list {
  background: #f7f7f7;
  padding: 25px;
}
.container_teams_welcome .grid_welcome_teams section.features-list ul .features-slack-list {
  display: flex;
  flex-direction: column;
}
.container_teams_welcome .grid_welcome_teams section {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 80%;
}
.container_teams_welcome .grid_welcome_teams section h1,
.container_teams_welcome .grid_welcome_teams section h2 {
  text-align: center;
  position: relative;
}
.container_teams_welcome .grid_welcome_teams section h1:after,
.container_teams_welcome .grid_welcome_teams section h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(69, 181, 140, 0.3);
  width: 100%;
  height: 10%;
}
.container_teams_welcome .grid_welcome_teams section .form-active-user-number {
  width: 80px;
  font-size: 18px;
}
.container_teams_welcome .grid_welcome_teams section #btn-group-frequency {
  margin: 20px auto;
}
.container_teams_welcome .grid_welcome_teams section .features_list_premium .list_starter {
  display: flex;
  justify-content: space-between;
}
.container_teams_welcome .grid_welcome_teams section .features_list_premium .list_starter ul {
  width: 45%;
  position: relative;
}
.container_teams_welcome .grid_welcome_teams section .features_list_premium .list_starter ul li {
  position: relative;
  margin: 15px 0;
  padding-left: 20px;
}
.container_teams_welcome .grid_welcome_teams section .features_list_premium .list_starter ul li i {
  position: absolute;
  left: 0;
  margin-right: 5px;
}
.container_teams_welcome .grid_welcome_teams section .feature_text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.container_teams_welcome .grid_welcome_teams section .feature_text .fa-plus {
  color: #ff9700;
  margin-right: 15px;
}
.container_teams_welcome .grid_welcome_teams section .feature_text .features-slack-list {
  display: flex;
  text-align: center;
}
.container_teams_welcome .grid_welcome_teams section .fa-check {
  color: #01b128;
}
.container_teams_welcome .grid_welcome_teams section form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 30px auto;
}
.container_teams_welcome .grid_welcome_teams section .select_form_slack select,
.container_teams_welcome .grid_welcome_teams section .select_form_slack select option {
  max-width: 150px !important;
}
.container_teams_welcome .grid_welcome_teams section ul {
  padding: 0;
}
.container_teams_welcome .grid_welcome_teams section ul li {
  list-style: none;
}
.btn_subscribe_welcome {
  background: #ff9700;
  font-weight: bold;
  font-size: 22px;
  border: none;
}
.btn_subscribe_welcome:focus,
.btn_subscribe_welcome.active {
  background: #f3f3f3;
  color: #000000;
}
/* API */
.numbered {
  display: flex;
}
.numbered .goto-top {
  color: #000000;
  margin-left: 1rem;
  font-size: 1rem;
}
.timeline {
  list-style: outside none none;
  padding: 0;
  position: relative;
}
.timeline::before {
  background-color: #aaaaaa;
  bottom: 0;
  content: "";
  left: 40px;
  margin-left: -1.5px;
  position: absolute;
  top: 0;
  width: 4px;
}
.timeline > li {
  margin-bottom: 50px;
  min-height: 50px;
  position: relative;
}
.timeline > li::after,
.timeline > li::before {
  content: " ";
  display: table;
}
.timeline > li::after {
  clear: both;
}
.timeline > li .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
  width: 100%;
}
.timeline > li .timeline-panel::before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel::after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  background-color: #ff9700;
  border: 7px solid #aaaaaa;
  border-radius: 100%;
  color: #fff;
  height: 80px;
  left: 0;
  margin-left: 0;
  position: absolute;
  text-align: center;
  width: 80px;
  z-index: 100;
}
.timeline > li .timeline-image h4 {
  font-size: 14px;
  line-height: 14px;
  margin-top: 12px;
}
@media (min-width: 900px) {
  .timeline > li .timeline-image h4 {
    font-size: 10px;
  }
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel::before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel::after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li.timeline-inverted > a.timeline-image:hover {
  background-color: #ff9700;
  text-decoration: none;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  color: #f15c34;
  font-weight: bold;
  font-size: 110%;
  margin-top: 0;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  min-height: 100px;
  margin-bottom: 0;
}
.timeline-body {
  min-height: 150px;
}
@media (min-width: 768px) {
  .timeline::before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
    width: 41%;
  }
  .timeline > li .timeline-image {
    height: 100px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li .timeline-panel,
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-image {
    height: 150px;
    margin-left: -75px;
    width: 150px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    height: 170px;
    margin-left: -85px;
    width: 170px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
@media (min-width: 1200px) {
  .pricing-mobil-size {
    display: none;
  }
}
.pricing_api {
  background: url("../img/background-wave.svg") no-repeat bottom;
  background-size: cover;
  min-height: 1000px;
}
.grid_pricing_api {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: " freemium " " premium " " custom ";
  grid-row-gap: 25px;
  grid-column-gap: 25px;
}
@media (min-width: 1200px) {
  .grid_pricing_api {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    justify-content: stretch;
    grid-template-areas: " freemium premium custom ";
  }
}
.grid_pricing_api .slack_freemium,
.grid_pricing_api .slack_premium,
.grid_pricing_api .slack_custom {
  background-color: rgba(224, 224, 224, 0.6);
  border-radius: 10px;
  border: 1px solid #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  padding: 40px 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.grid_pricing_api .slack_freemium a,
.grid_pricing_api .slack_premium a,
.grid_pricing_api .slack_custom a {
  color: #474747;
  font-weight: bold;
  cursor: pointer;
}
.grid_pricing_api .slack_freemium .active-user-link,
.grid_pricing_api .slack_premium .active-user-link,
.grid_pricing_api .slack_custom .active-user-link {
  background-image: linear-gradient(120deg, rgba(255, 151, 0, 0.5) 0%, rgba(255, 250, 0, 0.5) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.3s ease-in;
  padding: 0.5rem 0.175rem 0.175rem;
  border-radius: 4px 4px 0 0;
}
.grid_pricing_api .slack_freemium .active-user-link:hover,
.grid_pricing_api .slack_premium .active-user-link:hover,
.grid_pricing_api .slack_custom .active-user-link:hover {
  background-size: 150% 200%;
}
h3 {
  font-weight: bold;
  font-size: 2rem;
}
.header_product {
  max-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header_product h2 {
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 800px) {
  .header_product h2 {
    font-size: 2.5rem;
  }
}
p {
  margin: 25px;
}
.blue-shape_product {
  grid-area: blueshape;
  align-self: stretch;
  justify-self: end;
  min-width: 100%;
  min-height: 100%;
  background: url("../img/home/products/shape_blue.svg") no-repeat left center;
  background-position-x: 30px;
  background-position-y: 0;
}
@media (min-width: 1200px) {
  .blue-shape_product {
    background-position-x: 100px;
  }
}
.orange-shape_product {
  grid-area: orangeshape;
  align-self: stretch;
  justify-self: end;
  min-width: 100%;
  min-height: 100%;
  background: url("../img/home/products/shape_orange.svg") no-repeat left center;
  background-position-x: -150px;
  background-position-y: 100px;
}
.violet-shape_product {
  grid-area: violetshape;
  align-self: stretch;
  justify-self: stretch;
  min-width: 100%;
  min-height: 100%;
  background: url("../img/home/products/shape_violet.svg") no-repeat left center;
  background-position-x: -90px;
  background-position-y: 0;
}
.item_1.slack_freemium {
  grid-area: freemium;
}
.item_1.slack_freemium h2 {
  color: #45b58c;
}
.item_2.slack_premium {
  grid-area: premium;
}
.item_2.slack_premium h2 {
  color: #ff9700;
}
.item_3.slack_custom {
  grid-area: custom;
  text-align: center;
}
.item_3.slack_custom h2 {
  color: #e01d68;
}
.item_1,
.item_2,
.item_3 {
  justify-self: stretch;
  align-self: stretch;
}
.button-basic {
  max-width: 70%;
  font-size: 16px;
}
.list-features_in-pricing {
  display: flex;
  align-items: center;
}
.list-features_in-pricing i {
  margin: auto 0.875rem auto 0;
}
.content-filter-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-filter-pricing .btn-group {
  margin: 1rem;
}
.content-filter-pricing .btn-groupe-premium {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  .content-filter-pricing .btn-groupe-premium {
    justify-content: center;
    flex-direction: row;
  }
}
.content-filter-pricing .btn-groupe-premium > .btn-pricing {
  margin: 5px 20px;
  font-size: 1em;
  width: 80%;
  border-radius: 4px !important;
}
@media (min-width: 1200px) {
  .content-filter-pricing .btn-groupe-premium > .btn-pricing {
    width: auto;
    margin: 10px;
    font-size: 16px;
  }
}
.containerFeatures {
  margin: 0 auto;
}
.containerFeatures .features-box {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 40px auto 0;
}
.containerFeatures .features-box .fa-check {
  color: green;
  margin-right: 5px;
}
.containerFeatures .features-box ul {
  list-style: none;
}
@media (min-width: 800px) {
  .containerFeatures .features-box {
    display: flex;
    justify-content: space-between;
    width: 50%;
  }
}
.price-amount {
  min-height: 6rem;
  font-size: 2.5rem;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
}
.price-extra {
  min-height: 4rem;
  margin: 0;
  padding: 0 0 0 1rem;
  text-align: center;
}
.price-subtitle {
  min-height: 4rem;
  font-size: 1.175rem;
  font-weight: 100;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
}
.price-features {
  background: #ffffff;
  margin-bottom: 1rem;
  border: 2px solid rgba(200, 200, 200, 0.5);
  padding: 0 1.175rem;
  text-align: center;
  align-self: end;
}
.price-features .with_separate_line {
  position: relative;
}
.price-features .with_separate_line::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background: rgba(200, 200, 200, 0.5);
  border-radius: 10px;
  left: 10%;
  bottom: -12.5px;
}
.price-features .article-text {
  margin: 0;
}
/* About */
.about_us {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: 0.2fr 1fr 1fr;
  grid-template-areas: ". title  ." ". description-team ." ". fondateur .";
}
.about_us .item_1,
.about_us .item_2,
.about_us .item_3 {
  text-align: justify;
  justify-self: center;
  align-self: center;
}
.about_us .item_1 {
  grid-area: title;
}
.about_us .item_2 {
  grid-area: description-team;
}
.about_us .item_3 {
  grid-area: fondateur;
}
.about_us .members_global {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: 0.1fr repeat(2, 1fr) 0.1fr;
  grid-template-rows: 2fr;
  grid-template-areas: ". description image-members .";
}
.about_us .members_global .item_1,
.about_us .members_global .item_2 {
  text-align: justify;
  justify-self: center;
  align-self: center;
}
.about_us .members_global .item_1 {
  grid-area: description;
}
.about_us .members_global .item_2 {
  grid-area: image-members;
}
.about_us .members {
  display: grid;
  grid-template-columns: 0.1fr repeat(3, 0.8fr) 0.1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ". member1 member2 member3  .";
  grid-column-gap: 50px;
}
.about_us .members .member {
  text-align: justify;
  justify-self: center;
  align-self: center;
}
.about_us .members .item_1 {
  grid-area: member1;
}
.about_us .members .item_2 {
  grid-area: member2;
}
.about_us .members .item_3 {
  grid-area: member3;
}
/* user */
/*
@import "user/users";
@import "user/congrats";
@import "user/dark-theme";
@import "user/dashboard";
@import "user/error";
@import "user/invoice";
@import "user/login";
@import "user/payment";
@import "user/user-common";
@import "user/widget";
*/
/* product Open Agora Dashboard */
.grid-OAdashboard-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: " dashboard1 " " dashboard2 " " dashboard3 ";
  /*  CTA + FORM */
}
.grid-OAdashboard-content .grid_dashboard-1,
.grid-OAdashboard-content .grid_dashboard-2,
.grid-OAdashboard-content .grid_dashboard-3 {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: repeat(2, auto);
}
@media (min-width: 1200px) {
  .grid-OAdashboard-content .grid_dashboard-1,
  .grid-OAdashboard-content .grid_dashboard-2,
  .grid-OAdashboard-content .grid_dashboard-3 {
    grid-template-columns: 0.1fr repeat(2, 1fr) 0.1fr;
    grid-template-rows: 1fr;
  }
}
.grid-OAdashboard-content .grid_dashboard-1 img,
.grid-OAdashboard-content .grid_dashboard-2 img,
.grid-OAdashboard-content .grid_dashboard-3 img,
.grid-OAdashboard-content .grid_dashboard-1 article,
.grid-OAdashboard-content .grid_dashboard-2 article,
.grid-OAdashboard-content .grid_dashboard-3 article {
  justify-self: center;
  align-self: center;
}
.grid-OAdashboard-content .grid_dashboard-1 img,
.grid-OAdashboard-content .grid_dashboard-2 img,
.grid-OAdashboard-content .grid_dashboard-3 img {
  grid-area: img;
}
.grid-OAdashboard-content .grid_dashboard-1 article,
.grid-OAdashboard-content .grid_dashboard-2 article,
.grid-OAdashboard-content .grid_dashboard-3 article {
  grid-area: text;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.grid-OAdashboard-content .grid_dashboard-1 article a,
.grid-OAdashboard-content .grid_dashboard-2 article a,
.grid-OAdashboard-content .grid_dashboard-3 article a {
  min-width: auto;
}
.grid-OAdashboard-content .grid_dashboard-1 {
  grid-area: dashboard1;
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-rows: 1fr;
  grid-template-areas: " . description .";
  padding: 2rem 0;
}
@media (min-width: 1000px) {
  .grid-OAdashboard-content .grid_dashboard-1 {
    grid-template-columns: 0.3fr repeat(2, 1fr) 0.3fr;
    grid-template-rows: 1fr;
    grid-template-areas: ". imagedesc description .";
  }
}
.grid-OAdashboard-content .grid_dashboard-1 h3 {
  font-weight: normal;
  font-style: italic;
  font-size: 1.5rem;
}
.grid-OAdashboard-content .grid_dashboard-1 .btn-anim-border {
  min-width: 300px;
}
.grid-OAdashboard-content .grid_dashboard-1 .btn-anim-border rect {
  stroke: #df00a9;
  /*stroke: none;*/
}
.grid-OAdashboard-content .grid_dashboard-1 article {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.grid-OAdashboard-content .grid_dashboard-1 article p {
  margin: 25px 0;
  text-align: left;
  max-width: 80%;
}
.grid-OAdashboard-content .grid_dashboard-1 .item_1 {
  grid-area: description;
  justify-self: center;
  align-self: center;
  text-align: center;
}
.grid-OAdashboard-content .grid_dashboard-1 .item_2 {
  display: none;
}
@media (min-width: 1000px) {
  .grid-OAdashboard-content .grid_dashboard-1 .item_2 {
    display: block;
    grid-area: imagedesc;
    align-self: center;
    justify-self: center;
  }
}
.grid-OAdashboard-content .grid_dashboard-2 {
  background: #f9f9f9;
  grid-area: dashboard2;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 0.1fr auto 0.1fr;
  grid-template-areas: ". title ." ". schemas ." ". demo .";
}
.grid-OAdashboard-content .grid_dashboard-2 h1 {
  grid-area: title;
  justify-self: center;
  margin: 4rem;
  max-width: 50%;
}
.grid-OAdashboard-content .grid_dashboard-2 .demo {
  grid-area: demo;
  justify-self: center;
}
.grid-OAdashboard-content .grid_dashboard-2 .triptych {
  grid-area: schemas;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-areas: ". schema-1 ." ". schema-2  ." ". schema-3  .";
}
.grid-OAdashboard-content .grid_dashboard-2 .triptych .schema-1,
.grid-OAdashboard-content .grid_dashboard-2 .triptych .schema-3 {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 0.1fr auto 0.1fr;
  grid-template-areas: ". text ." ". image .";
}
.grid-OAdashboard-content .grid_dashboard-2 .triptych .schema-1 p,
.grid-OAdashboard-content .grid_dashboard-2 .triptych .schema-3 p {
  grid-area: text;
  align-self: center;
  padding: 0;
  margin: 2rem 0 2rem;
  text-align: center;
  min-width: 100%;
}
@media (min-width: 1200px) {
  .grid-OAdashboard-content .grid_dashboard-2 .triptych .schema-1 p,
  .grid-OAdashboard-content .grid_dashboard-2 .triptych .schema-3 p {
    margin: 0 0 2rem;
  }
}
.grid-OAdashboard-content .grid_dashboard-2 .triptych .schema-1 img,
.grid-OAdashboard-content .grid_dashboard-2 .triptych .schema-3 img {
  grid-area: image;
}
@media (min-width: 1200px) {
  .grid-OAdashboard-content .grid_dashboard-2 .triptych .schema-1 img,
  .grid-OAdashboard-content .grid_dashboard-2 .triptych .schema-3 img {
    min-width: 90%;
  }
}
.grid-OAdashboard-content .grid_dashboard-2 .triptych .schema-1 {
  grid-area: schema-1;
}
.grid-OAdashboard-content .grid_dashboard-2 .triptych .schema-2 {
  grid-area: schema-2;
  transform: rotate(90deg);
  margin: 2rem 0;
  max-height: 90px;
}
@media (min-width: 1200px) {
  .grid-OAdashboard-content .grid_dashboard-2 .triptych .schema-2 {
    display: block;
    transform: rotate(0deg);
    max-height: 200px;
  }
}
.grid-OAdashboard-content .grid_dashboard-2 .triptych .schema-3 {
  grid-area: schema-3;
}
@media (min-width: 1200px) {
  .grid-OAdashboard-content .grid_dashboard-2 .triptych {
    grid-template-rows: auto;
    grid-template-columns: 0.3fr repeat(3, 1fr) 0.3fr;
    grid-template-areas: ". schema-1 schema-2 schema-3  .";
  }
}
.grid-OAdashboard-content .grid_dashboard-2 .btn-1 rect {
  stroke: #000000;
}
.grid-OAdashboard-content .grid_dashboard-3 {
  grid-area: dashboard3;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 0.1fr 1fr 0.1fr;
  grid-template-areas: " . text1 . " ". text2 . " ". text3 .";
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .grid-OAdashboard-content .grid_dashboard-3 {
    grid-template-rows: auto;
    grid-template-columns: 0.1fr repeat(3, 1fr) 0.1fr;
    grid-template-areas: " . text1 text2 text3 .";
  }
}
.grid-OAdashboard-content .grid_dashboard-3 .card-text {
  background: #f9f9f9;
  margin: 3rem;
  border-radius: 1.5rem;
  padding: 1rem;
  border: 1px solid #f4f4f4;
  box-shadow: 0 3px 2px 1px rgba(71, 71, 71, 0.3);
}
.grid-OAdashboard-content .grid_dashboard-3 .item_1 {
  grid-area: text1;
}
.grid-OAdashboard-content .grid_dashboard-3 .item_2 {
  grid-area: text2;
}
.grid-OAdashboard-content .grid_dashboard-3 .item_3 {
  grid-area: text3;
}
.grid-OAdashboard-content .btn-demo {
  font-size: 4rem;
  color: #ffffff;
  padding: 2rem 3rem;
  background: #e01d68;
  max-width: 20%;
  margin-bottom: 2rem;
  border-radius: 10px;
}
.grid-OAdashboard-content .option-container {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  margin: 5rem 0;
}
.grid-OAdashboard-content .cta {
  background: #ff9700;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  line-height: 1;
  padding: 1.75rem 1rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .grid-OAdashboard-content .cta {
    line-height: 1.4;
    padding: 1.25rem 1rem;
  }
}
.grid-OAdashboard-content form {
  background: #ffac33;
  display: flex;
  flex-flow: column nowrap;
  padding: 1rem;
  margin: 0;
}
.grid-OAdashboard-content form .requiredField {
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0.8;
  margin: 0;
  padding: 0;
}
.grid-OAdashboard-content input {
  padding: 0.75rem;
  margin: 15px 0;
}
.grid-OAdashboard-content input[type="email"],
.grid-OAdashboard-content input[type="text"] {
  border: none;
  font-size: 1rem;
  flex: 1;
  outline: #e01d68;
  line-height: 2rem;
}
.grid-OAdashboard-content input:focus {
  outline: 0.25rem solid #ff9700;
}
.grid-OAdashboard-content input[type="submit"] {
  background: linear-gradient(#55be98, #45b58c);
  cursor: pointer;
  color: white;
  border: none;
  font-size: 1.5rem;
  padding: 0.5rem 3rem;
  transition: all 0.25s ease-in-out;
  margin: 0 auto;
  line-height: 25px;
}
.grid-OAdashboard-content input:hover {
  background: linear-gradient(#7eceb1, #46b98f);
}
@media screen and (max-width: 600px) {
  .grid-OAdashboard-content input {
    flex-flow: row wrap;
  }
  .grid-OAdashboard-content input input {
    padding: 1rem !important;
    margin: 0 !important;
    flex: 100%;
  }
  .grid-OAdashboard-content input input[type="submit"] {
    margin-top: 1rem !important;
  }
}
.grid-OAdashboard-content .hidden {
  display: none;
}
/* three text */
/* Over ride Bootstrap */
/* Fragments */
.modal-dialog {
  /* formulaire contact */
}
.modal-dialog .modal-header,
.modal-dialog .modal-footer {
  background: #ff9700;
}
.modal-dialog .modal-footer .btn-modal-close,
.modal-dialog .modal-footer .btn-modal-submit {
  border: none !important;
}
.modal-dialog .modal-footer .btn-modal-submit {
  background-color: #45b58c !important;
}
.modal-dialog .modal-footer .btn-modal-submit:hover,
.modal-dialog .modal-footer .btn-modal-submit:focus {
  background-color: #ff9700 !important;
  color: #45b58c;
}
.modal-dialog .modal-footer .btn-modal-close:hover,
.modal-dialog .modal-footer .btn-modal-close:focus {
  color: #e01d68;
}
.modal-dialog .modal-body p {
  font-size: 1.125rem;
}
.modal-dialog .modal-body form {
  max-width: 80%;
  margin: 0 auto;
}
.modal-dialog .modal-body form .form-group {
  font-size: 1rem;
  font-style: italic;
}
.modal-dialog .form-contact-modal {
  background: #ffac33;
  display: flex;
  flex-flow: column nowrap;
  padding: 1rem;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 600px) {
  .modal-dialog .form-contact-modal {
    max-width: 80%;
  }
}
@media (min-width: 900px) {
  .modal-dialog .form-contact-modal {
    max-width: 40%;
  }
}
.modal-dialog .form-contact-modal .requiredField {
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0.8;
  margin: 0;
  padding: 0;
}
.modal-dialog .form-contact-modal .form-group {
  margin: 0;
}
.modal-dialog .form-contact-modal .textarea-content {
  padding-bottom: 1rem !important;
}
.modal-dialog .form-contact-modal .textarea-content textarea {
  max-width: 100%;
}
.modal-dialog .form-contact-modal input,
.modal-dialog .form-contact-modal textarea {
  padding: 0.75rem;
  margin: 1rem auto 0;
  border-radius: 0;
}
.modal-dialog .form-contact-modal input[type="email"],
.modal-dialog .form-contact-modal textarea[type="email"],
.modal-dialog .form-contact-modal input[type="text"],
.modal-dialog .form-contact-modal textarea[type="text"] {
  border: none;
  font-size: 1rem;
  flex: 1;
  outline: #e01d68;
  line-height: 2rem;
  border-radius: 0;
}
.modal-dialog .form-contact-modal input:focus,
.modal-dialog .form-contact-modal textarea:focus {
  outline: 0.25rem solid #ff9700;
}
.modal-dialog .form-contact-modal input[type="submit"],
.modal-dialog .form-contact-modal textarea[type="submit"] {
  background: linear-gradient(#55be98, #45b58c);
  cursor: pointer;
  color: white;
  border: none;
  font-size: 1.5rem;
  padding: 0.5rem 3rem;
  transition: all 0.25s ease-in-out;
  margin: 0 auto;
  line-height: 25px;
}
.modal-dialog .form-contact-modal input:hover,
.modal-dialog .form-contact-modal textarea:hover {
  background: linear-gradient(#7eceb1, #46b98f);
}
@media screen and (max-width: 600px) {
  .modal-dialog .form-contact-modal input,
  .modal-dialog .form-contact-modal textarea {
    flex-flow: row wrap;
  }
  .modal-dialog .form-contact-modal input input,
  .modal-dialog .form-contact-modal textarea input {
    padding: 1rem !important;
    margin: 0 !important;
    flex: 100%;
  }
  .modal-dialog .form-contact-modal input input[type="submit"],
  .modal-dialog .form-contact-modal textarea input[type="submit"] {
    margin-top: 1rem !important;
  }
}
.modal-dialog .form-contact-modal input .captcha-content,
.modal-dialog .form-contact-modal textarea .captcha-content {
  margin-top: 1rem;
}
