/******************* header style ************************/
.im-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url('/images/aquarium/header-mobile.png') no-repeat;
  height: 210px;
  background-size: contain;
}
.header {
  position: relative;
  z-index: 5;
}
.header .header-content {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #0233F5;
  transition: background-color 500ms ease-in-out;
}
.header .header-content.opened {
  background: linear-gradient(#04172B 0%, #0233F5 100%);
}
.header .header-content.transparent {
  background-color: transparent;
  transition: background-color 500ms ease-in-out;
}
.header .header-content .top-header .navbar {
  margin: 0;
  justify-content: unset;
  padding: 0.8rem 1rem;
}
.header .header-content .top-header .navbar .navbar-brand {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  padding: 0;
  margin: 0;
  width: 100px;
  height: auto;
  /*margin-top: -10px;*/
}
.header .header-content .top-header .navbar .navbar-brand .logo_css {
  /* max-width: 200px;*/
  display: block;
  width: 135px;
  margin: 23px;
}
.header .header-content .top-header .navbar .navbar-brand img {
  width: 100%;
}
.header .header-content .top-header .navbar .navbar-toggler {
  margin-left: auto;
  border: none;
}
.header .header-content .top-header .navbar .navbar-toggler:focus,
.header .header-content .top-header .navbar .navbar-toggler:hover {
  border: none;
  outline: none;
}
.header .header-content .top-header .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url(/images/cross2-blue.svg?f606782b7a89c9fae40ab971941ad551);
  min-width: 32px;
  background-size: auto;
  transition: background 0.2s ease-in-out;
}
.header .header-content .top-header .navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background-image: url(/images/hamburger_blue.png?8ad4eebceddea7afec2477851c93f27d);
  min-width: 32px;
}
.header .header-content .top-header .navbar .navbar-collapse.collapse {
  transition: height 0.3s;
}
.header .header-content .top-header .navbar .navbar-collapse.collapsing {
  height: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.header .header-content .top-header .navbar .navbar-collapse.collapse.show {
  max-height: none;
  height: calc(100vh - 58px);
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.header .header-content .top-header .navbar .navbar-collapse .logo-stream {
  float: left;
  padding: 14px 15px;
}
.header .header-content .top-header .navbar .navbar-collapse .logo-stream-head {
  margin-left: 0px;
  padding: 14px 15px;
}
.header .header-content .top-header .navbar ul li {
  margin: 0 10px;
  padding: 0;
}
.header .header-content .top-header .navbar ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 10px 25px;
  border: 2px solid transparent;
  border-radius: 10px;
  /*  &:hover, &:focus, &.active {
              border: 2px solid @color-white;
              color: @color-white;
            }*/
}
.header .header-content .top-header .navbar ul li span {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 10px 25px;
  border: 2px solid transparent;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  /*  &:not(.profile-name) {
              &:hover, &:focus, &.active {
                border: 2px solid @color-white;
                color: @color-white;
              }
            }*/
}
.header .header-content .top-header .navbar ul li i.material-icons {
  vertical-align: middle;
  margin-right: 5px;
}
.header .header-content .top-header .navbar .mobile-version-link {
  display: none;
}
.header .header-content .top-header .navbar-right {
  margin-top: -4em;
}
.header .header-content .top-header .rightstream {
  margin-top: unset !important;
}
.header .login-box {
  max-width: 350px;
  width: 100%;
  position: fixed;
  background-color: #fff;
  right: 100px;
  top: 85px;
  padding: 25px;
  box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  z-index: 1000;
  display: none;
}
.header .login-box .logo-bluestream {
  max-width: 350px;
  width: 80%;
  text-align: center;
  padding: 10px 0;
  margin: 0 30px;
}
.header .login-box .txt_login-stream {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #4F4F4F;
  margin: 15px 0;
}
.header .login-box input {
  margin: 15px 0;
  height: 43px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  border-radius: 5px;
}
.header .login-box #validate {
  text-transform: uppercase;
}
.header .login-box .form-button {
  background-color: #0233f5;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  width: 100%;
  padding: 15px;
  border: 0;
  border-radius: 5px;
}
.header .login-box:before {
  /*position: absolute;*/
  display: block;
  right: 160px;
  top: -3px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  background-color: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  height: 20px;
  width: 20px;
}
.header .logout-box {
  max-width: 350px;
  width: 100%;
  position: fixed;
  background-color: #fff;
  right: 20px;
  top: 65px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
}
.header .logout-box .logo-bluestream {
  max-width: 350px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.header .logout-box .txt_login-stream {
  font-family: 'Open Sans', sans-serif;
  color: #191919;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 15px 0;
}
.header .logout-box input {
  margin: 15px 0;
  height: 43px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  border-radius: 5px;
}
.header .logout-box .form-button {
  background-color: #0233f5;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  width: 100%;
  padding: 15px;
  border: 0;
  border-radius: 5px;
}
.header .logout-box:before {
  position: absolute;
  display: block;
  content: '';
  right: 55px;
  top: -10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  background-color: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  height: 20px;
  width: 20px;
}
/*** Landing page ***/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
}
.showcase {
  background: linear-gradient(146.2deg, #2723D9 -18.25%, #0233F4 110.27%);
  color: #fff;
  height: 600px;
}
.showcase nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.showcase nav ul {
  display: flex;
  list-style-type: none;
}
.showcase nav li {
  padding: 1rem;
}
.showcase nav .menu-mobile .dropdown-menu {
  position: absolute;
  transform: translate3d(85px, 260px, 0px) !important;
  top: 0;
  left: 0;
  will-change: transform;
  max-width: 230px;
  width: 230px;
  border-color: #0233F4;
  padding: 0;
}
.showcase nav .menu-mobile .dropdown-menu li {
  border-bottom: 1px solid blue;
  padding: 0;
}
.showcase nav .menu-mobile .dropdown-menu li:last-child {
  border-bottom: none;
}
.showcase nav .menu-mobile .dropdown-menu li a {
  width: 100%;
}
.showcase nav .menu-mobile .dropdown-menu li a span {
  color: #0233F4;
}
.showcase nav .menu-mobile .dropdown-toggle:after {
  content: none !important;
}
.showcase nav .menu-mobile ul li {
  width: 100%;
  transform: none;
  transition: 0.2s;
  padding: 0 0 0 24px;
  display: flex;
}
.showcase nav .menu-mobile ul li:hover {
  background: #efefef;
  transition: 0.2s;
}
.showcase nav .menu-mobile ul img {
  margin-right: 18px;
  width: 28px;
}
.showcase nav .menu-mobile ul a {
  font-family: 'proxima-soft', 'sans-serif';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #1C2D57;
  padding: 1rem;
  display: inline-flex;
  width: 80%;
}
.showcase nav a {
  color: #fff;
}
.showcase-content {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcase-content h1 {
  font-size: 50px;
  line-height: 1.2;
}
.container {
  max-width: 1100px;
  padding: 0 30px;
  margin: 0 auto;
  overflow: auto;
}
.my-1 {
  margin: 1rem 0;
}
.my-pad {
  margin: 1rem 4rem;
}
.item-box {
  width: 65%;
  height: 205px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 109, 174, 0.1);
  position: relative;
  margin-bottom: 30px;
}
section {
  width: 100%;
  min-height: 640px;
}
.wave {
  position: relative;
  z-index: -1;
}
.wave2 {
  position: relative;
}
.wave3 {
  position: relative;
}
.wave4 {
  position: relative;
}
.wave-sol {
  min-height: 0px;
  top: 85px;
}
.hero {
  width: 75%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  margin-top: -15%;
}
.hero.actopen {
  display: none;
}
.hero img {
  width: 100%;
}
.wave-solution {
  width: 100%;
  min-height: 160px;
}
.wave-sol:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9vh;
  background: url('/images/aquarium/wave.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.wave-solution:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  background: url('/images/aquarium/wave.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.wave:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18vh;
  background: url('/images/aquarium/wave.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.wave2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 145px;
  background: url('/images/aquarium/wave2.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.wave3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: url('/images/aquarium/wave3.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.wave4:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 145px;
  background: url('/images/aquarium/wave4.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.login-pdf {
  max-width: 1000px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: auto;
  margin: calc(50vh - 240px) auto;
  border-radius: 5px;
  background-color: #fff;
  padding: 0px;
  box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.35);
  z-index: 1000;
}
.overlay {
  opacity: 1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 1000vh;
  background: rgba(0, 37, 183, 0.7);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  display: none;
}
.frama:before {
  border-color: #0233F4 !important;
}
.mobile {
  background-color: #19b698;
  border: 0 solid #333;
  border-width: 50px 15px;
  border-radius: 12px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.6);
  margin: 20px auto;
  max-width: 300px;
  height: 560px;
  overflow: hidden;
  position: relative;
}
/* menu button */
.menuBtn {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 101;
  display: none;
}
.menuBtn.act {
  height: auto;
  position: absolute;
  z-index: 101;
  left: 24px;
}
.empty-space:after,
.empty-space:after {
  content: "\A0   ";
  width: 100%;
}
.menuBtn > span {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  transition: height 100ms;
}
.menuBtn > span:after,
.menuBtn > span:before {
  content: '';
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  transition: all 200ms;
}
.menuBtn > span:after {
  top: -7px;
}
.menuBtn > span:before {
  bottom: -7px;
}
.menuBtn.act > span {
  height: 0;
}
.menuBtn.act > span:after,
.menuBtn.act > span:before {
  background-color: #FFFFFF;
  top: 1px;
}
.menuBtn.act > span:after {
  transform: rotate(45deg);
}
.menuBtn.act > span:before {
  transform: rotate(-45deg);
}
/* main menu block */
.mainMenu {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100%;
  width: 85%;
  display: table;
  text-align: center;
  margin-top: 0 !important;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0);
}
.mainMenu.act {
  opacity: 1;
  transform: scale(1);
}
.mainMenu.act ul li {
  opacity: 1;
  transform: translateX(0);
}
.mainMenu ul {
  display: table-cell;
  vertical-align: middle;
}
.mainMenu li {
  padding: 8px 0;
  transition: all 400ms 510ms;
  opacity: 0;
}
.mainMenu li:nth-child(odd) {
  transform: translateX(30%);
}
.mainMenu li:nth-child(even) {
  transform: translateX(-30%);
}
.mainMenu li:last-child {
  transform: none;
}
.mainMenu a {
  color: #19b698;
  font-size: 18px;
}
.activity {
  transition: box-shadow 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  color: #ffb600;
  display: inline-block;
  font-size: 0.889em;
  margin: 0 2em 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  line-height: 2.7em;
}
.activity-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.activity:before {
  transition: all 0.2s ease;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 0 0 1px #fff;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.landing-page #aquarium-intro-text .row p {
  margin-bottom: 35px;
  margin-top: 50px;
  font-family: proxima-soft, 'sans-serif';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222222;
}
.landing-page #aquarium-intro-text .solution-txt1 .container {
  overflow: hidden;
}
.landing-page #aquarium-intro-text .solution-txt1 .container .aquarium-solution {
  width: 768px;
  text-align: center;
  margin: 0 auto;
  display: block;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.landing-page #aquarium-intro-text .solution-txt1 .container .aquarium-solution p:nth-child(1) {
  margin-bottom: 35px;
  margin-top: 50px;
  font-family: proxima-soft;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222222;
}
.landing-page #aquarium-intro-text .solution-txt1 .container .aquarium-solution p:nth-child(1) span {
  display: block;
}
.landing-page #aquarium-intro-text .solution-txt1 .container .aquarium-solution p:nth-child(2) {
  margin-bottom: 15px;
  font-family: proxima-soft;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222222;
}
.landing-page #aquarium-intro-text .solution-txt1 .container .aquarium-solution p:nth-child(2) span {
  display: block;
}
.landing-page #conference-features .container .row h2 {
  font-family: proxima-soft, 'sans-serif';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #222222;
  margin-bottom: 20px;
}
.landing-page #conference-features .container .row p {
  font-family: proxima-soft, 'sans-serif';
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #838383;
  margin-bottom: 20px;
}
.landing-page #conference-features .container .row img {
  max-width: 400px;
}
.landing-page .all-detail {
  width: 25%;
  margin-left: auto;
  margin-top: -85px;
  display: none;
  cursor: pointer;
}
.landing-page .overlays:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.landing-page .overlays:after {
  opacity: 1;
}
.landing-page .card-mobile2 {
  display: none;
}
.landing-page .card-bord {
  border: 1px solid #CDD7FF;
}
.landing-page .header-home .imgglob-header {
  position: absolute;
  width: 85%;
  bottom: 0;
  margin-bottom: 28%;
  right: 0;
}
.landing-page .header-home .imgglob-header .requin-back {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 35%;
  z-index: 0;
  overflow: hidden;
}
.landing-page .header-home .imgglob-header .requin-back .img-req-mobile {
  display: none;
}
.landing-page .header-home .imgglob-header .circle-header1 {
  position: absolute;
  width: 50%;
  top: 11%;
  z-index: 0;
  transform: translateY(-40%);
  overflow: hidden;
  right: 0;
}
.landing-page .header-home .imgglob-header .circle-header2 {
  position: absolute;
  width: 50%;
  top: 0%;
  z-index: 0;
  overflow: hidden;
  transform: translateY(-40%);
  right: 0;
}
.landing-page .header-home .imgglob-header .circle-header3 {
  position: absolute;
  width: 50%;
  left: 46%;
  top: 11%;
  z-index: 0;
  transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  overflow: hidden;
}
.landing-page .header-home .imgglob-header .circle-header4 {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 0%;
  z-index: 0;
  overflow: hidden;
  transform: translateY(-10%);
  -moz-transform: translateY(-10%);
}
.landing-page .header-home .hero-solution {
  position: absolute;
  z-index: 120;
  top: 470px;
  width: 75%;
  margin: 0 auto;
  left: 11%;
}
.landing-page .header-home .container-header {
  padding: 10px 30px;
  max-width: 1350px;
}
.landing-page .header-home .container-header nav {
  margin-top: 20px;
}
.landing-page .header-home .container-header nav .logo {
  width: 19%;
  margin-bottom: 2.5%;
}
.landing-page .header-home .container-header nav .nav-desktop .left-btn-header {
  z-index: 100;
}
.landing-page .header-home .container-header nav .nav-desktop .left-btn-header span {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 0.3px;
  color: #FFFFFF;
}
.landing-page .header-home .container-header nav .nav-desktop .left-btn-header span:hover {
  border-bottom: 2px solid #0DF2D6;
}
.landing-page .header-home .container-header nav .nav-desktop .sp {
  margin-right: 5px;
}
.landing-page .header-home .container-header nav .nav-desktop .btn-connexion {
  /*background: #0DF2D6;*/
  mix-blend-mode: normal;
  /*border-radius: 25px;*/
  z-index: 100;
  padding: 0.4rem 0.2rem;
}
.landing-page .header-home .container-header nav .nav-desktop .btn-connexion .b-connexion {
  background: #0DF2D6;
  border-radius: 25px;
  padding: 0.6rem 1.5rem;
  transition-duration: 0.25s;
}
.landing-page .header-home .container-header nav .nav-desktop .btn-connexion .b-connexion span {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0.3px;
  color: #0233F4;
}
.landing-page .header-home .container-header nav .nav-desktop .btn-connexion .b-connexion:hover {
  background: #ffffff;
  transition-duration: 0.25s;
}
.landing-page .header-home .container-header nav .nav-desktop .activity {
  height: 1rem;
}
.landing-page .header-home .container-header nav .menuBtn {
  cursor: pointer;
}
.landing-page .header-home .container-header nav .mainMenu .menu-mobile {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.landing-page .header-home .container-header nav .mainMenu .menu-mobile p {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #1C2D57;
}
.landing-page .header-home .container-header nav .mainMenu .menu-mobile .sec-opts {
  width: 8%;
  left: 5%;
  position: relative;
}
.landing-page .header-home .container-header nav .mainMenu .menu-mobile .sec-opts-lang {
  position: absolute;
  top: 35%;
  left: 10%;
  transform: translateY(40%);
}
.landing-page .header-home .container-header nav .mainMenu .menu-mobile .arrow-menu {
  width: 7%;
  left: 85%;
  position: absolute;
}
.landing-page .header-home .container-header nav .mainMenu .menu-mobile .arrow-menu-lang {
  width: 8%;
  left: 86%;
  top: 37%;
  position: absolute;
}
.landing-page .header-home .container-header nav .mainMenu .menu-mobile .txt-open {
  margin: 0;
  position: absolute;
  top: 55%;
  left: 20%;
  transform: translateY(-50%);
}
.landing-page .header-home .container-header nav .mainMenu .menu-mobile .im-head {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.landing-page .header-home .container-header nav .mainMenu .menu-mobile .im-head .img-menu-mobile {
  width: 50%;
  height: auto;
  position: absolute;
  top: 65%;
  left: 26%;
}
.landing-page .header-home .container-header nav .mainMenu .menu-mobile .opts1 {
  position: relative;
  display: flex;
  top: 5%;
}
.landing-page .header-home .container-header nav .mainMenu .menu-mobile .opts2 {
  position: relative;
  display: flex;
  top: 10%;
}
.landing-page .header-home .container-header nav .mainMenu .menu-mobile .opts3 {
  position: relative;
  display: flex;
  top: 10%;
}
.landing-page .header-home .container-header nav .mainMenu .menu-mobile .opts4 {
  position: absolute;
  top: 90%;
  left: 12%;
  bottom: 0;
  width: 85%;
}
.landing-page .header-home .container-header nav .mainMenu .menu-mobile .opts5 {
  position: relative;
  display: flex;
}
.landing-page .header-home .container-header .linehead {
  display: block;
  height: 60%;
  width: 100%;
  top: 20%;
  margin-top: 50px;
}
.landing-page .header-home .container-header .linehead .headline {
  margin-bottom: 50px;
  font-family: proxima-soft;
  font-style: normal;
  color: #FFFFFF;
}
.landing-page .header-home .container-header .linehead .headline span {
  display: block;
}
.landing-page .header-home .container-header .linehead .instant-headline {
  margin-bottom: 20px;
  font-size: 68px;
  line-height: 1em;
}
.landing-page .header-home .container-header .linehead .instant-headline span {
  display: block;
}
.landing-page .header-home .container-header .linehead .my-1 {
  width: 100%;
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.landing-page .header-home .container-header .linehead .my-1 span {
  display: block;
}
.landing-page .header-home .container-header .linehead .cta-head {
  width: 30%;
}
.landing-page .header-home .container-header .linehead .cta-head .btn-detail-v {
  width: 50%;
  height: 60px;
  margin-bottom: 80px;
  margin-top: 35px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgb(0 109 17.4%);
  position: relative;
  cursor: pointer;
}
.landing-page .header-home .container-header .linehead .cta-head .btn-detail-v #p-btn {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  transform: translate(-50%, -50%);
  font-family: proxima-soft;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #0233F4;
  padding: 0 20px;
}
.landing-page .header-home .container-header .linehead-solution {
  display: block;
  position: absolute;
  height: 60%;
  width: 100%;
  top: 20%;
}
.landing-page .header-home .container-header .linehead-solution .headline {
  margin-bottom: 60px;
  font-family: proxima-soft;
  font-style: normal;
  color: #FFFFFF;
}
.landing-page .header-home .container-header .linehead-solution .headline span {
  display: block;
}
.landing-page .header-home .container-header .linehead-solution .headline-solution {
  width: 807px;
  font-size: 65px;
  line-height: 72px;
  text-align: center;
  margin: 0 13%;
  font-family: proxima-soft;
  font-style: normal;
  color: #FFFFFF;
}
.landing-page .header-home .container-header .linehead-solution .headline-solution span {
  display: block;
}
.landing-page .header-home .container-header .linehead-solution .my-1 {
  width: 100%;
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.landing-page .header-home .container-header .linehead-solution .my-1 span {
  display: block;
}
.landing-page .fonctionne .virtuel {
  width: 100%;
  text-align: center;
  margin-top: 7rem;
  display: block;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
}
.landing-page .fonctionne .virtuel p:nth-child(1) {
  margin-bottom: 15px;
  font-family: proxima-soft;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #838383;
}
.landing-page .fonctionne .virtuel p:nth-child(1) span {
  display: block;
}
.landing-page .fonctionne .virtuel p:nth-child(2) {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #222222;
}
.landing-page .fonctionne .virtuel p:nth-child(2) span {
  display: block;
}
.landing-page .fonctionne .sepera3 {
  width: 74px;
  height: 3px;
  background: #0233F4;
  margin: 0 auto;
  margin-top: 15px;
}
.landing-page .fonctionne .webi-desktop {
  margin: 0 5rem;
  display: flex;
  width: 95%;
}
.landing-page .fonctionne .webi-desktop .txt-img-back {
  padding-top: 5rem;
  width: 30%;
  margin: 0 0 0 7rem;
}
.landing-page .fonctionne .webi-desktop .txt-img-back p:nth-child(1) {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #222222;
}
.landing-page .fonctionne .webi-desktop .txt-img-back p:nth-child(2) {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #838383;
  margin-bottom: 20px;
}
.landing-page .fonctionne .webi-desktop .img-aqua-back {
  width: 55%;
  padding-top: 4rem;
  margin-left: auto;
}
.landing-page .fonctionne .webi-mobile {
  margin: 0 5rem;
  display: none;
  width: 95%;
}
.landing-page .fonctionne .webi-mobile .img-aqua-back {
  width: 50%;
  padding-top: 4rem;
  margin-left: auto;
}
.landing-page .fonctionne .webi-mobile .txt-img-back {
  padding-top: 4rem;
  width: 30%;
  margin: 0 0 0 15rem;
}
.landing-page .fonctionne .webi-mobile .txt-img-back p:nth-child(1) {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #222222;
  margin-bottom: 20px;
}
.landing-page .fonctionne .webi-mobile .txt-img-back p:nth-child(2) {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #838383;
  margin-bottom: 20px;
}
.landing-page .fonctionne .webinaire .btn-detail-v {
  width: 70%;
  height: 60px;
  margin-bottom: 80px;
  margin-top: 35px;
  background: #0233F4;
  box-shadow: 0px 0px 10px rgb(0 109 17.4%);
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
  transition-duration: 0.25s;
}
.landing-page .fonctionne .webinaire .btn-detail-v #p-btn {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  transform: translate(-50%, -50%);
  font-family: proxima-soft;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 20px;
}
.landing-page .fonctionne .webinaire .btn-detail-v:hover {
  background-color: transparent;
  border: 2px solid #0233F4;
}
.landing-page .fonctionne .webinaire .btn-detail-v:hover #p-btn {
  color: #0233F4;
}
.landing-page .fonctionne .wave2 {
  min-height: 145px;
  background-color: #F8F8F8;
}
.landing-page .first-row .container {
  overflow: hidden;
}
.landing-page .first-row .container .video-conferences .standalone,
.landing-page .first-row .container .features .standalone {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #838383;
  letter-spacing: 2px;
}
.landing-page .showcase-pad {
  margin-bottom: 70px;
}
.landing-page .showcase-pad2 {
  background-image: linear-gradient(#F8F8F8, #FFFFFF);
  padding-bottom: 50px;
  padding-top: 50px;
}
.landing-page .showcase-pad3 {
  background-image: linear-gradient(#FFFFFF, #F8F8F8);
  padding-bottom: 50px;
  padding-top: 50px;
}
.landing-page .section-text {
  padding: 2rem 4rem 2rem 4rem;
  position: relative;
}
.landing-page .section-text .solution-row {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.landing-page .section-text .solution-row .solution-col {
  position: relative;
  width: 35%;
  font-family: proxima-soft;
}
.landing-page .section-text .solution-row .solution-col .frame-un {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.landing-page .section-text .solution-row .solution-col .frame-un img {
  vertical-align: middle;
  max-width: 100%;
}
.landing-page .section-text .solution-row .solution-col .paragraph-un {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 3rem 1rem 4rem 1rem;
}
.landing-page .section-text .solution-row:after {
  content: '';
  display: table;
  clear: both;
}
.landing-page .section-text .solution-row:before {
  content: '';
  display: table;
  clear: both;
}
.landing-page .card-section1 {
  padding: 2rem 4rem 10rem 4rem;
  position: relative;
}
.landing-page .card-section1 .container-size {
  max-width: 1320px;
  -moz-columns: 3;
       columns: 3;
}
.landing-page .card-section1 .container-size .card {
  display: inline-flex;
  margin-bottom: 16px;
  position: relative;
  margin: 24px 0px 0px 0px;
  transform: translateZ(0);
}
.landing-page .card-section1 .container-size .card:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.landing-page .card-section1 .container-size .card:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.landing-page .card-section1 .container-size .card .card-img-top {
  width: 50px;
  margin: 21px 21px 0px 21px;
}
.landing-page .card-section1 .container-size .card .touch-size {
  width: 40px;
}
.landing-page .card-section1 .container-size .card .card-img-web {
  width: 100%;
  margin: 0!important;
}
.landing-page .card-section1 .container-size .card .card-block {
  margin: 21px;
  margin-top: 30px;
}
.landing-page .card-section1 .container-size .card .card-block h4 {
  font-size: 24px;
  font-family: proxima-soft;
  font-weight: 400;
  line-height: 30px;
}
.landing-page .card-section1 .container-size .card .card-text {
  font-family: "Source Sans Pro";
  font-size: 17px;
  color: #838383;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin: 0px 30px 18px 21px;
}
.landing-page .card-section1 .container-size .card .card-text-price {
  font-family: "Source Sans Pro";
  font-size: 17px;
  color: #838383;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin: 0px 30px 18px 21px;
}
.landing-page .card-section1 .container-size .box {
  max-width: 33.33333333%;
}
.landing-page .card-section1 .container-size .box:before {
  border-radius: 5px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.landing-page .card-section3 {
  padding: 2rem 4rem 8rem 4rem;
  position: relative;
}
.landing-page .card-section3 .container-size {
  max-width: 1320px;
}
.landing-page .card-section3 .container-size .card .card-img-top {
  width: 55px;
  margin: 21px auto;
}
.landing-page .card-section3 .container-size .card .img-moins {
  width: 40px;
}
.landing-page .card-section3 .container-size .card .card-img-web {
  width: 100%;
  margin: 0 auto;
}
.landing-page .card-section3 .container-size .card .card-block {
  margin: 21px;
}
.landing-page .card-section3 .container-size .card .card-block h4 {
  font-size: 32px;
  font-family: proxima-soft;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.landing-page .card-section3 .container-size .card .price {
  margin: 5px auto;
}
.landing-page .card-section3 .container-size .card .price h2 {
  font-family: proxima-soft;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  line-height: 80px;
  display: inline-flex;
}
.landing-page .card-section3 .container-size .card .price h2 img {
  margin-bottom: 45px;
}
.landing-page .card-section3 .container-size .card .price p {
  font-family: proxima-soft;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  margin-right: 20px;
}
.landing-page .card-section3 .container-size .card .price-m {
  margin-bottom: 0;
}
.landing-page .card-section3 .container-size .card .price-y {
  margin-top: 0;
}
.landing-page .card-section3 .container-size .card .card-text {
  font-family: proxima-soft;
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 32px;
  margin: 0px 27px 0px 27px;
  text-align: center;
  padding: 10px;
}
.landing-page .card-section3 .container-size .card .card-text-price {
  font-family: proxima-soft;
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 32px;
  margin: 0px 27px 0px 27px;
  text-align: center;
  padding: 10px;
}
.landing-page .card-section3 .container-size .card .button-quote {
  display: block;
  width: 250px;
  border: 1px solid #222222;
  text-align: center;
  padding: 10px;
  margin: 35px auto;
  cursor: pointer;
  color: #222222;
  font-family: proxima-soft;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.landing-page .card-section3 .container-size .card .button-quote-price {
  display: block;
  width: 250px;
  border: 1px solid #222222;
  text-align: center;
  font-family: proxima-soft;
  color: #222222;
  padding: 10px;
  margin: 35px auto;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.landing-page .card-section3 .download {
  width: 455px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  margin: 145px auto 50px auto;
  background-color: #ffffff;
  transition-duration: 0.25s;
}
.landing-page .card-section3 .download .download-text {
  text-align: center;
  margin: 0 auto;
  display: block;
  border: none;
  padding: 18px;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'proxima-soft';
}
.landing-page .card-section3 .download .download-text span {
  padding-left: 7px;
}
.landing-page .card-section3 .download .download-text span img {
  position: absolute;
  width: 27px;
  padding-bottom: 3px;
}
.landing-page .card-section3 .download:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  transition-duration: 0.25s;
}
.landing-page .card-section3 .download:hover .download-text span img {
  -webkit-animation-name: download-icon;
          animation-name: download-icon;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 5;
          animation-iteration-count: 5;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes download-icon {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes download-icon {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0px;
  }
}
.landing-page .card-section3 .container {
  overflow: visible !important;
}
.landing-page .feature-table {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 200px;
  overflow-x: hidden;
}
.landing-page .feature-table table {
  width: 973px;
  margin: 0 auto;
}
.landing-page .feature-table table tbody tr td {
  font-family: "Source Sans Pro";
  font-size: 17px;
  color: #838383;
  line-height: 32px;
}
.landing-page .feature-table table tbody tr .arrow-icon {
  float: right;
  padding-right: 20px;
}
.landing-page .feature-table table tbody tr .arrow-icon img {
  width: 17px;
}
.landing-page .feature-table table tbody .rotate {
  transform: rotate(180deg);
}
.landing-page .feature-table table tbody .toggler {
  cursor: pointer;
}
.landing-page .feature-table table tbody .cat {
  display: none;
}
.landing-page .feature-table table tbody tr td:nth-child(2) {
  text-align: center;
}
.landing-page .feature-table table tbody tr td:nth-child(3) {
  text-align: center;
}
.landing-page .feature-table table .title-features {
  font-family: proxima-soft;
  line-height: 32px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
}
.landing-page .feature-table table .title-features-border {
  border-bottom: 4px solid #DDDFE1;
  border-top: 4px solid #DDDFE1;
  background-color: #F8F8F8;
}
.landing-page .feature-table table .th-2 {
  text-align: center;
}
.landing-page .feature-table table .th-3 {
  text-align: center;
}
.landing-page .feature-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: #FAFAFA;
}
.landing-page .feature-table .table-bordered {
  border: 1px solid #DDDFE1;
}
.landing-page .contact-us-section {
  padding-top: 2rem;
  padding-bottom: 5rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8F8F8;
}
.landing-page .contact-us-section .contact-us-card {
  max-width: 970px;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 1rem;
  border-radius: 4px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.0966938);
  border: 1px solid #e0e0e0;
}
.landing-page .contact-us-section .contact-us-card:before {
  content: '';
  display: table;
  clear: both;
}
.landing-page .contact-us-section .contact-us-card:after {
  content: '';
  display: table;
  clear: both;
}
.landing-page .contact-us-section .contact-us-card .auqa-logo {
  width: 30%;
  padding: 48px;
}
.landing-page .contact-us-section .contact-us-card .auqa-logo img {
  width: 70px;
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
}
.landing-page .contact-us-section .contact-us-card .auqa-logo h3 {
  font-family: proxima-soft;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  padding-bottom: 30px;
}
.landing-page .contact-us-section .contact-us-card .auqa-logo h2 {
  font-family: proxima-soft;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  line-height: 80px;
  display: inline-flex;
}
.landing-page .contact-us-section .contact-us-card .auqa-logo h2 span {
  padding-bottom: 8px;
}
.landing-page .contact-us-section .contact-us-card .auqa-logo h2 span img {
  width: 31px;
}
.landing-page .contact-us-section .contact-us-card .auqa-logo p {
  font-family: proxima-soft;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
}
.landing-page .contact-us-section .contact-us-form {
  width: 64%;
  padding: 60px;
}
.landing-page .contact-us-section .contact-us-form .contact-us-text {
  font-family: proxima-soft;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.landing-page .contact-us-section .contact-us-form .button-form {
  width: 460px;
  font-weight: 700;
  padding: 14px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #222222;
}
.landing-page .contact-us-section .contact-us-form .button-form a {
  color: #222222;
}
#free-trial .header-home .container-header nav .menuBtn {
  margin-top: 4px;
}
.web-solutions {
  background: linear-gradient(#F8F8F8, #FFFFFF);
  background: -moz-linear-gradient(#F8F8F8, #FFFFFF);
  overflow: hidden;
}
.web-solutions .point-fort {
  background: #f8f8f8;
}
.web-solutions .point-fort .thepoint-fort {
  margin: 4rem 10% 0 10%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.web-solutions .point-fort .thepoint-fort .box-live {
  padding-bottom: 4rem;
  display: flex;
}
.web-solutions .point-fort .thepoint-fort .box-live .mid-img-box {
  margin: 0;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.web-solutions .point-fort .thepoint-fort .box-live .mid-title-box1 {
  margin: 0;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.web-solutions .point-fort .thepoint-fort .box-live .mid-title-box1 .texta {
  text-align: center;
}
.web-solutions .point-fort .thepoint-fort .box-live .mid-title-box1 .texta p:nth-child(1) {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  align-items: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0233F4;
}
.web-solutions .point-fort .thepoint-fort .box-live .mid-title-box1 .texta p:nth-child(2) {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  align-items: center;
  letter-spacing: 0.3px;
  color: #222222;
  text-transform: uppercase;
}
.web-solutions .point-fort .thepoint-fort .box-live .res-txt1 .txt-midbox1 {
  text-align: start;
}
.web-solutions .point-fort .thepoint-fort .box-live .res-txt1 .txt-midbox1 p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #838383;
}
.web-solutions .point-fort .thepoint-fort .box-meeting {
  padding-bottom: 4rem;
  display: flex;
}
.web-solutions .point-fort .thepoint-fort .box-meeting .mid-img-box {
  margin: 0;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.web-solutions .point-fort .thepoint-fort .box-meeting .mid-title-box2 {
  margin: 0;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.web-solutions .point-fort .thepoint-fort .box-meeting .mid-title-box2 .texta {
  text-align: center;
}
.web-solutions .point-fort .thepoint-fort .box-meeting .mid-title-box2 .texta p:nth-child(1) {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  align-items: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0233F4;
}
.web-solutions .point-fort .thepoint-fort .box-meeting .mid-title-box2 .texta p:nth-child(2) {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  align-items: center;
  letter-spacing: 0.3px;
  color: #222222;
  text-transform: uppercase;
}
.web-solutions .point-fort .thepoint-fort .box-meeting .res-txt2 .txt-midbox2 {
  text-align: start;
}
.web-solutions .point-fort .thepoint-fort .box-meeting .res-txt2 .txt-midbox2 p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #838383;
}
.web-solutions .podcast {
  background: #f8f8f8;
}
.web-solutions .podcast .moncartnet {
  padding-top: 8em;
  justify-content: center;
}
.web-solutions .podcast .moncartnet .txtn1 {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0233F4;
}
.web-solutions .podcast .moncartnet .txtn2 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.3px;
  color: #222222;
}
.web-solutions .podcast .moncartnet .txtn3 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #838383;
}
.web-solutions .podcast .moncartnet iframe {
  border-radius: 10px;
}
.web-solutions .podcast .presse {
  padding-top: 6em;
  justify-content: center;
}
.web-solutions .podcast .presse .txtn1 {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0233F4;
}
.web-solutions .podcast .presse .txtn2 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.3px;
  color: #222222;
}
.web-solutions .podcast .presse .txtn3 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #838383;
}
.web-solutions .podcast .presse .txtn4 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.2px;
}
.web-solutions .podcast .presse .txtn4 a {
  text-decoration: underline;
  color: #222222;
}
.web-solutions .podcast .daniel {
  padding: 8em 0;
  justify-content: center;
}
.web-solutions .podcast .daniel .txtn1 {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0233F4;
}
.web-solutions .podcast .daniel .txtn2 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.3px;
  color: #222222;
}
.web-solutions .podcast .daniel .txtn3 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #838383;
}
.web-solutions .podcast .daniel .txtn4 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.2px;
}
.web-solutions .podcast .daniel .txtn4 a {
  text-decoration: underline;
  color: #222222;
}
.web-solutions .podcast #presse-en {
  padding-top: 7em;
  padding-bottom: 16em;
  margin: 0 auto;
}
.web-solutions .podcast #presse-en .ops {
  width: 235px;
}
.web-solutions .podcast #presse-en .ops .presse-mobile {
  display: none;
}
.web-solutions .podcast .podcast-en {
  margin: 0 10%;
}
.web-solutions .podcast .podcast-en .cast-en1 {
  width: 100%;
  height: 400px;
  position: relative;
}
.web-solutions .podcast .podcast-en .cast-en1 .casten {
  position: absolute;
  top: 0;
  left: 0;
}
.web-solutions .podcast .podcast-en .cast-en1 .cast-po {
  position: absolute;
  bottom: 80px;
  left: 70px;
}
.web-solutions .podcast .podcast-en .cast-en1 .cast-po .p-quote {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 0.2px;
  color: #838383;
}
.web-solutions .podcast .podcast-en .cast-en1 .casten2 {
  position: absolute;
  bottom: 65px;
  left: 70px;
}
.web-solutions .podcast .podcast-en .cast-en1 .casten2 .casten2-back {
  width: 74px;
  height: 3px;
  background: #0233F4;
}
.web-solutions .podcast .podcast-en .cast-en1 .p-reference {
  position: absolute;
  bottom: 15px;
  left: 70px;
}
.web-solutions .podcast .podcast-en .cast-en1 .p-reference .txt-ref {
  text-align: start;
}
.web-solutions .podcast .podcast-en .cast-en1 .p-reference .txt-ref p:nth-child(1) {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #838383;
}
.web-solutions .podcast .podcast-en .cast-en1 .p-reference .txt-ref p:nth-child(2) {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #222222;
}
.web-solutions .podcast .podcast-en .cast-en2 {
  width: 100%;
  height: 265px;
  position: relative;
}
.web-solutions .podcast .podcast-en .cast-en2 .casten {
  position: absolute;
  top: 0;
  left: 0;
}
.web-solutions .podcast .podcast-en .cast-en2 .cast-po2 {
  position: absolute;
  bottom: 80px;
  left: 70px;
}
.web-solutions .podcast .podcast-en .cast-en2 .cast-po2 .p-quote {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 0.2px;
  color: #838383;
}
.web-solutions .podcast .podcast-en .cast-en2 .casten1 {
  position: absolute;
  bottom: 65px;
  left: 70px;
}
.web-solutions .podcast .podcast-en .cast-en2 .casten1 .casten1-back {
  width: 74px;
  height: 3px;
  background: #0233F4;
}
.web-solutions .podcast .podcast-en .cast-en2 .p-reference2 {
  position: absolute;
  bottom: 15px;
  left: 70px;
}
.web-solutions .podcast .podcast-en .cast-en2 .p-reference2 .txt-ref2 {
  text-align: start;
}
.web-solutions .podcast .podcast-en .cast-en2 .p-reference2 .txt-ref2 p:nth-child(1) {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #838383;
}
.web-solutions .podcast .podcast-en .cast-en2 .p-reference2 .txt-ref2 p:nth-child(2) {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #222222;
}
.web-solutions .pod-mobile .podcast-section {
  position: relative;
  height: 60vh;
}
.web-solutions .pod-mobile .podcast-section .pod-img {
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.web-solutions .pod-mobile .podcast-section .pod-img .img-txt {
  text-align: center;
}
.web-solutions .pod-mobile .podcast-section .pod-img .img-txt p {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 112.5%;
  letter-spacing: 0.3px;
  color: #222222;
}
.web-solutions .pod-mobile .podcast-section .pod-fr-txt {
  margin: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}
.web-solutions .pod-mobile .podcast-section .pod-fr-txt .img-txt {
  text-align: center;
}
.web-solutions .pod-mobile .podcast-section .pod-fr-txt .img-txt p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #838383;
}
.web-solutions .pod-mobile .podcast-section .pod-fr-txt .pod-audio {
  margin: 0 auto;
  padding-top: 3vh;
  padding-bottom: 0;
  height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.web-solutions .pod-mobile .podcast-section .pod-fr-txt .pod-audio .larg-pod {
  width: 90vw;
}
.party-desktop .btn-soumission {
  direction: rtl;
  overflow: visible;
}
.party-desktop .btn-soumission .screen-img {
  width: 90%;
}
.party-aquarium-ipad {
  display: none;
}
.party-aquarium-ipad .btn-soumission-ipad {
  direction: rtl;
  overflow: visible;
}
.party-aquarium-ipad .btn-soumission-ipad .screen-img {
  width: 87%;
  margin: 0 auto;
}
.party-aquarium-mobile .btn-soumission-mob {
  padding-top: 4rem;
  direction: rtl;
  overflow: visible;
}
.party-aquarium-mobile .btn-soumission-mob .screen-img {
  width: 100%;
}
.securite .showcase-content .secure-title {
  display: block;
  margin-bottom: 15px;
  margin-top: 40px;
  font-family: proxima-soft;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #838383;
}
.securite .showcase-content .secure-title2 {
  display: block;
  font-family: proxima-soft;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #222222;
}
.securite .sepera3 {
  width: 74px;
  height: 3px;
  background: #0233F4;
  margin: 0 auto;
  margin-top: 15px;
}
.securite .secure-col1 {
  padding-top: 4rem;
  direction: rtl;
  overflow: visible;
}
.securite .secure-col1 .screen-img {
  width: 100%;
}
.securite .secure-col1 .screen-img .screen-aqua-mobile {
  display: none;
}
.securite .secure-col2 {
  padding-top: 4rem;
}
.securite .secure-col2 .boite {
  display: block;
  margin: 0 1%;
}
.securite .secure-col2 .boite .item-box .item1 {
  display: flex;
  padding: 1rem;
}
.securite .secure-col2 .boite .item-box .item1 .texta {
  margin: 3rem 0rem;
}
.securite .secure-col2 .boite .item-box .item1 .texta p {
  width: 75%;
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #222222;
}
.securite .secure-col2 .boite .item-box .paraph-footer {
  position: inherit;
  width: auto;
  left: auto;
  top: auto;
  transform: none;
  margin: 0.6rem 0 0 0;
  display: block;
}
.securite .secure-col2 .boite .item-box .paraph-footer p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #838383;
}
.securite .secure-col2 .boite .item-box .paraph-footer h3 {
  font-family: proxima-soft, 'sans-serif';
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #222222;
}
.securite .secure-col2 .boite .item-box .imga {
  margin: 1rem 5px 1rem 1rem;
}
.securite .secure-col2 .boite .item-box .imga img {
  width: 70px;
  margin-right: 10px;
}
.securite .secure-col2 .boite .item2 {
  display: flex;
  padding: 1rem;
}
.securite .secure-col2 .boite .item2 .texta {
  margin: 3rem 0rem;
}
.securite .secure-col2 .boite .item2 .texta p {
  width: 75%;
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #222222;
}
.securite .secure-col2 .boite .item3 {
  display: flex;
  padding: 1rem;
}
.securite .secure-col2 .boite .item3 .texta {
  margin: 3rem 0rem;
}
.securite .secure-col2 .boite .item3 .texta p {
  width: 75%;
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #222222;
}
.securite .secure-col2 .boite .item4 {
  display: flex;
  padding: 1rem;
}
.securite .secure-col2 .boite .item4 .texta {
  margin: 3rem 0rem;
}
.securite .secure-col2 .boite .item4 .texta p {
  width: 75%;
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #222222;
}
.securite .secure-col2 .boite .btn-detail {
  width: 65%;
  height: 60px;
  margin-bottom: 80px;
  margin-top: 35px;
  background: #0233F4;
  box-shadow: 0px 0px 10px rgba(0, 109, 174, 0.1);
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
  transition-duration: 0.25s;
}
.securite .secure-col2 .boite .btn-detail p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  transform: translate(-50%, -50%);
  font-family: proxima-soft;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.securite .secure-col2 .boite .btn-detail:hover {
  background-color: transparent;
  border: 2px solid #0233F4;
}
.securite .secure-col2 .boite .btn-detail:hover p {
  color: #0233F4;
}
.securite .cardfoot-desktop .cardfoot-col {
  overflow: visible;
}
.securite .cardfoot-desktop .cardfoot-col .screen-img {
  width: 80%;
  margin: 0 auto;
  position: relative;
  /*top: 15%;*/
  top: 33%;
  z-index: 2;
}
.securite .cardfoot-ipad {
  display: none;
}
.securite .cardfoot-ipad .cardfoot-col {
  overflow: visible;
}
.securite .cardfoot-ipad .cardfoot-col .screen-img {
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: 15%;
  z-index: 2;
}
.securite .cardfoot-mobile .cardfoot-col {
  overflow: visible;
}
.securite .cardfoot-mobile .cardfoot-col .screen-img {
  width: 100%;
  position: relative;
  top: 4%;
  z-index: 1;
}
.footer {
  border-top: none;
}
.footer .circle2 {
  position: absolute;
  width: 30%;
  left: 0%;
  top: 50%;
  z-index: 0;
  overflow: hidden;
}
.footer .circle1 {
  position: absolute;
  width: 30%;
  left: 0%;
  top: 0%;
  z-index: 0;
  overflow: hidden;
}
.footer .contactez {
  margin: 0 8%;
}
.footer .contactez .communique {
  padding: 10rem 2rem;
}
.footer .contactez .communique .tit {
  margin-bottom: 15px;
}
.footer .contactez .communique .tit p {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.footer .contactez .communique .separa1 {
  width: 74px;
  height: 2px;
  background: #0DF2D6;
  margin-bottom: 15px;
}
.footer .contactez .communique .contact {
  display: block;
}
.footer .contactez .communique .contact .numero {
  margin-bottom: 15px;
  display: flex;
}
.footer .contactez .communique .contact .numero img {
  width: 3%;
}
.footer .contactez .communique .contact .numero p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0.3px;
  color: #FFFFFF;
}
.footer .contactez .communique .contact .courriel {
  margin-bottom: 15px;
  display: flex;
}
.footer .contactez .communique .contact .courriel img {
  width: 3%;
}
.footer .contactez .communique .contact .courriel p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0.3px;
  color: #FFFFFF;
}
.footer .contactez .communique .contact .addresse {
  margin-bottom: 15px;
  display: flex;
}
.footer .contactez .communique .contact .addresse img {
  width: 3%;
}
.footer .contactez .communique .contact .addresse p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0.3px;
  color: #FFFFFF;
}
.footer .contactez .communique2 {
  padding: 10rem 2rem;
}
.footer .contactez .communique2 .tit {
  margin-bottom: 15px;
}
.footer .contactez .communique2 .tit p {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.footer .contactez .communique2 .separa {
  width: 74px;
  height: 2px;
  background: #0DF2D6;
  margin-bottom: 15px;
}
.footer .contactez .communique2 .contact {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.footer .contactez .communique2 .contact p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}
.footer .contactez .communique2 .img-fotter {
  width: 12%;
}
.footer .contactez .fot-desktop {
  margin: 0 auto;
}
.footer .contactez .fot-desktop .separa2 {
  position: absolute;
  width: 82%;
  height: 1px;
  border: 1px solid #979797;
  margin-bottom: 15px;
  margin: 0 auto;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
}
.footer .contactez .fot-desktop .footy {
  position: relative;
  width: 100%;
  top: -70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer .contactez .fot-desktop .footy .last-elt {
  display: flex;
}
.footer .contactez .fot-desktop .footy .last-elt .img-fotter2 {
  width: 15%;
}
.footer .contactez .fot-desktop .footy .last-elt .tex {
  margin-left: auto;
}
.footer .contactez .fot-desktop .footy .last-elt .tex p {
  text-align: center;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}
.footer .contactez .fot-mobile {
  margin: 0 auto;
  display: none;
}
.footer .contactez .fot-mobile .separa2 {
  position: absolute;
  width: 90%;
  height: 1px;
  border: 1px solid #979797;
  margin-bottom: 15px;
  margin: 0 auto;
  left: 50%;
  top: 78%;
  transform: translate(-50%, -50%);
}
.footer .contactez .fot-mobile .last-elt {
  display: flex;
}
.footer .contactez .fot-mobile .last-elt .img-fotter2 {
  width: 30%;
}
.footer .contactez .fot-mobile .last-elt .tex {
  margin-left: auto;
}
.footer .contactez .fot-mobile .last-elt .tex p {
  text-align: center;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}
/*}*/
.solution-page {
  background-color: #ffffff;
}
.solution-page .fonctionne .video-conferences {
  width: 62%;
  margin: 0 auto;
  text-align: center;
  margin-top: 9rem;
  display: block;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.solution-page .fonctionne .video-conferences p {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #222222;
}
.solution-page .fonctionne .video-conferences p span {
  display: block;
  margin: 15px;
}
.solution-page .fonctionne .features {
  width: 100%;
  text-align: center;
  display: block;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.solution-page .fonctionne .features p {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #222222;
}
.solution-page .fonctionne .features p span {
  display: block;
}
.solution-page .fonctionne .sepera4 {
  width: 74px;
  height: 3px;
  background: #0233F4;
  margin: 0 auto;
  margin-top: 15px;
}
.solution-page .fonctionne .conf-desktop {
  margin: 0 5rem;
  display: flex;
  width: 95%;
}
.solution-page .fonctionne .conf-desktop .txt-img-back {
  padding-top: 4rem;
  width: 30%;
  margin: 0 0 0 7rem;
}
.solution-page .fonctionne .conf-desktop .txt-img-back p:nth-child(1) {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #222222;
  margin-bottom: 20px;
}
.solution-page .fonctionne .conf-desktop .txt-img-back p:nth-child(2) {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #838383;
  margin-bottom: 20px;
}
.solution-page .fonctionne .conf-desktop .img-aqua-back {
  width: 537px;
  padding-top: 4rem;
  margin-left: 24rem;
}
.solution-page .fonctionne .conf-mobile {
  margin: 0 5rem;
  display: none;
  width: 95%;
}
.solution-page .fonctionne .conf-mobile .img-aqua-back {
  width: 50%;
  padding-top: 4rem;
  margin-left: auto;
}
.solution-page .fonctionne .conf-mobile .txt-img-back {
  padding-top: 4rem;
  width: 521px;
  margin: 0 0 0 7rem;
}
.solution-page .fonctionne .conf-mobile .txt-img-back p:nth-child(1) {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #222222;
  margin-bottom: 20px;
}
.solution-page .fonctionne .conf-mobile .txt-img-back p:nth-child(2) {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #838383;
  margin-bottom: 20px;
}
.solution-page .card-section3 .aquarium-offers {
  width: 100%;
  text-align: center;
  display: block;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.solution-page .card-section3 .aquarium-offers p {
  font-family: proxima-soft;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222222;
}
.solution-page .card-section3 .aquarium-offers p span {
  display: block;
}
.page-content .form-card {
  margin: 0 auto;
  margin-bottom: 60px;
  background: #FFFFFF;
}
.page-content .form-card .essai {
  margin: 20px 0px 20px 0px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#0233F4, #0DF2D6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-content .form-card .try-image {
  margin: 15px 0px;
}
.page-content .pr-4,
.page-content .px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.auth-page .auth-left-wrapper {
  border-radius: 25px 0px 0px 25px !important;
}
/******************** Main style ************************/
#main {
  padding-top: 115px;
}
/******************** footer style ************************/
.footer-content .row {
  margin-left: auto;
  margin-right: auto;
}
.footer-content .row .wrap-term {
  font-size: 10px;
}
.footer-content .row .list-group-horizontal {
  width: 100%;
  padding-left: 0px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #0636f5;
}
.footer-content .row .list-group-horizontal li {
  border: 0;
  padding: 15px 0;
  width: 20%;
  text-align: center;
  display: block;
  float: left;
  border-left: 2px solid #ffffff;
  margin-bottom: -1px;
  color: #ffffff;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  height: 100%;
}
.footer-content .row .list-group-horizontal li .center-element {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.footer-content .row .list-group-horizontal li a {
  font-style: normal;
  font-family: Source Sans Pro;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.footer-content .row .list-group-horizontal li a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.footer-content .row .list-group-horizontal li:first-child {
  border-left: 0px solid #ffffff;
}
.footer-content .row .list-group-horizontal li.item-tel a:before {
  content: '';
  display: inline-block;
}
.footer-content .row .list-group-horizontal li.item-mail a:before {
  content: '';
  display: inline-block;
}
.footer-content .row .list-group-horizontal li.items-reseaux-sociaux:before {
  content: '';
  display: inline-block;
}
.footer-content .row .list-group-horizontal li.items-reseaux-sociaux .item-reseaux-sociaux {
  width: 24px;
  height: 24px;
  position: relative;
  /*text-indent: -99999px;*/
  display: inline-block;
  margin: 0 5px;
}
.footer-content .row .list-group-horizontal li.items-reseaux-sociaux .item-reseaux-sociaux.item-linkedin {
  background-image: url(/images/icon-linkedin.svg?f915ace482917e3c556f712d819bdc44);
  background-repeat: no-repeat;
  background-position: center;
}
.footer-content .row .list-group-horizontal li.items-reseaux-sociaux .item-reseaux-sociaux.item-be {
  background-image: url(/images/icon-be.svg?bd77a383f18f967e2f20e8c3542c8b49);
  background-repeat: no-repeat;
  background-position: center;
}
.footer-content .row .list-group-horizontal li.items-reseaux-sociaux .item-reseaux-sociaux.item-fb {
  background-image: url(/images/icon-fb.svg?4f730ed1ce31d33e95a674d6130a6b9c);
  background-repeat: no-repeat;
  background-position: center;
}
.footer-content .row .list-group-horizontal li.items-reseaux-sociaux .item-reseaux-sociaux.item-instagram {
  background-image: url(/images/icon-instagram.svg?c7900e547562f68170d17668e252a531);
  background-repeat: no-repeat;
  background-position: center;
}
.footer-content .row .list-group-horizontal li.items-reseaux-sociaux .item-reseaux-sociaux a {
  color: transparent;
}
.footer-content .row .list-group-horizontal li.items-reseaux-sociaux {
  width: 40%;
}
.footer-content .row .left_footer {
  display: inline-block;
  width: 50%;
  text-align: left;
  padding-left: 5px;
}
.footer-content .row .left_footer ul#footer-list {
  margin: 0;
}
.footer-content .row .left_footer ul#footer-list li a {
  font-size: 13px;
  font-weight: bold;
}
.footer-content .row .left_footer ul#footer-list li a:hover {
  text-decoration: underline;
}
.footer-content .row .right_footer {
  display: inline-block;
  width: 50%;
  text-align: right;
  padding-right: 5px;
}
.footer-content .row .right_footer .copyright {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  padding-right: 0px;
}
.footer-content .row .right_footer .copyright a {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
}
.footer-content .row .right_footer .copyright a:hover {
  text-decoration: underline;
}
.footer-content .row .right_footer .scrollernav {
  display: inline-block;
}
.footer-content .row .right_footer .scrollernav a {
  background-image: url(/images/arrow-top-white.svg?5bd6a98fa47d69531c09affad741e425);
  background-repeat: no-repeat;
  background-position: center;
  height: 23px;
  width: 28px;
  display: block;
  text-indent: -99999px;
}
.footer-content .row .center_footer {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.footer-content .row .center_footer .terms-wrapper {
  font-size: 13px;
  font-weight: bold;
  color: #0DF2D6;
  display: inline-block;
  padding-right: 0px;
}
.footer-content .row .center_footer .terms-wrapper a {
  float: left;
  font-size: 10px;
  font-weight: bold;
  color: #0DF2D6;
  line-height: 30px;
}
.footer-content .row .center_footer .terms-wrapper a:hover {
  text-decoration: none;
}
.footer-content .row .center_footer .terms-wrapper p {
  float: left;
}
.footer-content .row .center_footer .terms-wrapper p a {
  float: unset;
}
@media screen and (max-width: 1200px) {
  .paragraph-un {
    position: initial!important;
    top: 0!important;
    transform: initial!important;
    padding: 3rem 1rem 4rem 1rem;
  }
  .contact-us-section .contact-us-card {
    width: 400px;
    flex-direction: column;
  }
  .landing-page .contact-us-section .contact-us-form .button-form {
    width: 100%;
  }
  .landing-page .contact-us-section .contact-us-form {
    width: 100%;
    padding: 8px 60px 60px 60px;
  }
  .landing-page .contact-us-section .contact-us-card .auqa-logo {
    width: 100%;
  }
  .landing-page .contact-us-section .contact-us-card .auqa-logo h2 {
    display: block;
  }
  .landing-page .contact-us-section .contact-us-card .auqa-logo h2 span {
    display: inline-flex;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  .col6-flex-50 {
    flex: 0 0 50% !important;
  }
  .col6-flex-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .feature-table table {
    width: 100%!important;
  }
  .landing-page #aquarium-intro-text .row p {
    text-align: left;
  }
}
@media screen and (max-width: 980px) and (min-width: 800px) {
  .landing-page .header-home .imgglob-header .requin-back {
    width: 60%;
    left: 42%;
    top: -54px;
  }
}
@media screen and (max-width: 799px) {
  .landing-page .header-home .imgglob-header .requin-back {
    width: 50%;
    left: 49%;
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .landing-page .header-home .imgglob-header .requin-back {
    width: 60%;
    left: 49%;
    top: 30px;
  }
  .landing-page .fonctionne .webi-desktop .txt-img-back {
    padding-top: 0;
  }
}
@media screen and (max-width: 558px) {
  .landing-page .header-home .imgglob-header .requin-back {
    top: 4px;
  }
}
@media screen and (max-width: 902px) and (min-width: 750px) {
  .landing-page .header-home .container-header .linehead .headline {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .header-solution .linehead-solution .headline-solution {
    width: 100%!important;
    margin: 0 auto!important;
  }
  .securite .secure-col2 .boite .item-box .paraph-footer p {
    margin-top: 40px;
  }
  .securite .secure-col2 .boite .item-box .paraph-footer h3 {
    padding-left: 104px;
    margin-top: 20px;
  }
  .securite .secure-col2 .boite .item-box .imga {
    width: 250px;
    display: block;
    position: absolute;
  }
  .securite .secure-col2 .col-lg-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 50px !important;
  }
  .footer .contactez {
    margin-top: 40px !important;
    margin-bottom: 30px;
  }
  .footer .contactez .communique {
    padding: 0 !important;
  }
  .footer .contactez .communique2 {
    padding: 0 !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .securite .secure-col2 .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .solution-txt1 .aquarium-solution {
    width: 100% !important;
  }
  .section-text .solution-row {
    flex-direction: column-reverse;
    /*.solution-col{
				width: 100%!important;
				height: auto;
			}*/
  }
  .section-text .row-deux,
  .section-text .row-quatre {
    flex-direction: column;
  }
  .contact-us-section .contact-us-card {
    flex-direction: column;
  }
  .contact-us-section .contact-us-card .auqa-logo {
    width: 100%!important;
  }
  .contact-us-section .contact-us-card .contact-us-form {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .securite .secure-col2 .boite .item-box .paraph-footer p {
    margin-top: 40px;
  }
  .securite .secure-col2 .boite .item-box .paraph-footer h3 {
    margin-top: 22px;
  }
}
@media screen and (max-width: 320px) {
  .landing-page .header-home .container-header .linehead {
    width: 88% !important;
    left: 23px;
  }
  .landing-page .header-home .container-header .linehead .my-1 {
    font-size: 21px;
    line-height: 29px;
    padding-bottom: 10px;
  }
}
