@import url(/home/veronika/Bureau/website/scb_site/css/reset.css);
:root {
  --primary: #004567;
  --secondary: #01a7fa;
  --background: white;
  --text: #505050;
}

body {
  display: flex;
  flex-direction: column;
  width: 100vw;
  font-family: Arial, sans-serif !important;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background-color: var(--background);
}

main {
  display: flex;
  flex-grow: 1;
  width: 100%;
  flex-direction: column;
  text-align: center;
}

#header {
  top: 0;
  width: 100%;
  z-index: 1000;
  position: relative;
}

#header .header-container {
  background: var(--primary);
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  /* Toggle These */
}

#header .header-container nav {
  display: flex;
  align-items: center;
}

#header .header-container .header_logo {
  display: flex;
  position: sticky;
}

#header .header-container .header_logo a {
  text-decoration: none;
}

#header .header-container .header_logo .logo-text {
  color: #dfdfdf;
  display: flex;
  justify-content: center;
}

#header .header-container .header_logo img {
  max-width: 100%;
}

#header .header-container .header-list {
  display: flex;
  align-items: center;
}

#header .header-container .header-list a {
  text-decoration: none !important;
}

#header .header-container .header-list ul > li {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}

#header .header-container .header-list .header-element {
  cursor: pointer;
  color: #fff;
  border-bottom: 2px solid var(--primary);
  padding: 1rem 0;
  margin-right: 2rem;
  text-decoration: none !important;
  transition: 0.1s all ease;
}

#header .header-container .header-list .header-element.active {
  border-bottom: 2px solid white !important;
}

#header .header-container .header-list .header-element:hover {
  text-decoration: none !important;
  transform: translateY(-2px);
}

#header .header-container .mobile-menu {
  right: 2rem;
  height: 32px;
  width: 32px;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 5;
  cursor: pointer;
}

#header .header-container .mobile-menu:hover {
  cursor: pointer;
}

#header .header-container .mobile-menu > div {
  background-color: white;
  height: 4px;
  width: 100%;
  position: absolute;
  transition: 0.24s all;
  -webkit-transition: 0.24s all;
  -moz-transition: 0.24s all;
  border-radius: 50px;
}

#header .header-container .mobile-menu > div:nth-child(1) {
  top: 0;
}

#header .header-container .mobile-menu > div:nth-child(2) {
  top: 14px;
}

#header .header-container .mobile-menu > div:nth-child(3) {
  bottom: 0;
  transition: 0.12s all;
  -webkit-transition: 0.12s all;
  -moz-transition: 0.12s all;
}

#header .header-container .nav-links {
  display: flex;
  visibility: hidden;
  z-index: 1;
  width: 100vw;
  background-color: #105b80;
  position: absolute;
  height: 100vh;
  top: 0;
  transform: translateY(-100%);
  transition: 0.2s all ease;
  left: 0;
}

#header .header-container .nav-links.active {
  visibility: visible;
  transform: translateY(0);
  transition: 0.2s transform ease;
}

#header .header-container .nav-links ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 2.5;
  list-style: none !important;
  width: 100%;
}

#header .header-container .nav-links ul li a {
  color: #fff;
  margin: auto;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #header .header-container .nav-links ul {
    height: 100vh;
    width: 100%;
    position: absolute;
  }
}

#header .header-container .menu-active {
  background-color: white !important;
  top: 14px !important;
}

#header .header-container .menu-active-top {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

#header .header-container .menu-active-middle {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

#header .header-container .menu-active-bottom {
  opacity: 0;
}

.h-elem {
  padding-right: 3rem;
}

.nav-div nav {
  display: flex;
}

#footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2rem 0;
  font-weight: bold;
  background-color: var(--primary);
  color: white;
  z-index: 3;
}

#footer footer {
  bottom: 0;
  position: relative;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

#footer .footer-elements {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#footer .footer-elements nav {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

#footer .footer-elements nav .footer-element {
  color: white !important;
}

#footer .footer-elements nav .footer-element a {
  color: white;
  text-decoration: none;
}

#footer .footer-elements nav .footer-element a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  #footer .footer-elements nav {
    flex-direction: column;
    text-align: center;
  }
}

.swiper-index {
  height: 25rem;
  position: relative;
  overflow: hidden;
}

.swiper-index .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-index .swiper-slide p {
  position: absolute;
  color: white;
  font-size: 1.7rem;
  font-weight: 700;
}

.swiper-index .swiper-slide img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-index .swiper-pagination-bullet-active {
  background: white;
}

.swiper-index .swiper-button-next::after,
.swiper-index .swiper-button-prev::after {
  color: white;
}

.copyright {
  display: flex;
  justify-content: center;
  padding: 2rem 0 0 0;
}

.btn-about {
  padding-top: 2rem;
}

.btn-about-us {
  font-size: 1.2rem;
  background-color: var(--primary);
  color: white;
  padding: 7px 35px;
  border: 2px solid var(--primary);
  border-radius: 60px;
  cursor: pointer;
  transition: ease 0.15s;
}

.btn-about-us:hover {
  background-color: white;
  color: var(--primary);
  transition: ease 0.15s;
}

.btn-trial-acc:hover {
  background-color: white;
  color: var(--primary);
  transition: ease 0.15s;
}

.last-content {
  display: flex;
  justify-content: space-around;
  padding: 3rem 0;
  background-color: var(--primary);
}

.last-content-icon {
  width: 4rem;
  max-width: 100%;
  padding-bottom: 1rem;
}

.last-content-row {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 20%;
  color: #fff;
  transition: all ease 0.15s;
}

.last-content-row:hover {
  transform: scale(1.2);
  transition: all ease 0.15s;
}

.last-content-title {
  font-weight: bold;
  padding-bottom: 1rem;
  font-size: 1rem;
}

.last-content-link {
  text-decoration: none;
  color: #fff;
}

.last-content-link:hover {
  text-decoration: underline;
}

.features-content {
  padding: 5rem 0;
}

.main-wrapper ul {
  list-style: disc;
}

.link-content {
  margin-top: 1rem;
}

.third-content,
.third-content-bloc,
.forth-content {
  margin: auto 0;
  width: 40%;
  max-width: 100%;
}

.third-content-list {
  line-height: 1.7;
  text-align: left;
}

.third-content-bloc {
  -webkit-box-shadow: 0 9px 20px 3px #a5a5a5;
  padding: 3rem;
  border-radius: 8px;
}

.third-content-list h2 {
  font-weight: bold;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 1.4rem;
}

.third-content-list .second-title {
  padding-top: 2rem;
}

.third-content-list ul {
  text-align: justify;
  line-height: 1.7;
  list-style: disc;
}

.list-el {
  line-height: 2.5;
}

.timeline-content {
  padding: 5rem 0;
  margin-bottom: 10rem;
}

h1 {
  font-family: 'Poppins', sans-serif, 'arial';
  font-weight: 600;
  font-size: 72px;
  text-align: center;
}

.solutions-data-img {
  max-height: 37rem;
  display: flex;
  align-items: center;
}

.solutions-data-img .solution-layout {
  font-size: 1.7rem;
}

.solutions-data-img .solution-p {
  display: flex;
  flex-direction: column;
  margin: auto;
  line-height: 2.5;
}

.solutions-data-img .solution-layout {
  background: url("../media/pexels-solution.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 25rem;
  display: flex;
  align-items: center;
  margin: 0;
}

.solutions-data-img img {
  width: 85%;
  margin: 0 auto;
}

.solutions-data-img p {
  color: white;
}

/* ///// inputs /////*/
input:focus ~ label,
textarea:focus ~ label,
input:valid ~ label,
textarea:valid ~ label {
  font-family: Arial, sans-serif !important;
  font-size: 0.75em;
  color: #999;
  transition: all 0.225s ease;
}

input {
  font-family: Arial, sans-serif !important;
}

.styled-input {
  float: left;
  width: 285px;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .styled-input {
    width: 100%;
  }
}

.styled-input label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input.wide {
  width: 650px;
  max-width: 100%;
}

.styled-input input,
.styled-input textarea {
  padding: 15px 5px;
  border: 0;
  width: 100%;
  font-size: 1rem;
  border-radius: 4px;
  background: #fff;
  border: 2px solid #a9a9a9;
  color: #000;
}

input:focus,
textarea:focus {
  outline: 0;
}

input:focus ~ span,
textarea:focus ~ span {
  width: 100%;
  transition: all 0.075s ease;
}

textarea {
  font-family: Arial, sans-serif !important;
}

textarea {
  width: 100%;
  min-height: 15em;
}

.input-container {
  width: 650px;
  max-width: 100%;
  border-radius: 3px;
  padding: 5rem;
}

.contact-us-img {
  max-width: 100%;
}

.submit-btn {
  /* float: right; */
  padding: 7px 35px;
  display: inline-block;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all ease 0.15s;
  font-weight: bold;
}

.submit-btn:hover {
  background-color: white;
  color: var(--primary);
  transition: 0.1s ease;
}

.mail-img {
  margin: auto;
  padding-right: 5rem;
}

.active-hover {
  color: var(--primary) !important;
  background-color: #f0f8ff !important;
  border: 2px dashed var(--primary) !important;
  transition: all ease 0.15s !important;
}

.form-container {
  border: 1px solid #000;
  margin: 3rem;
  background: #fff;
  opacity: 0.9;
}

.form-header-container {
  color: #fff;
  background: var(--primary);
  padding: 2rem;
  font-size: 1.3rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .submit-btn {
    width: 100%;
    float: none;
    text-align: center;
  }
}

@media (max-width: 1600px) {
  .contact-us-img {
    max-width: 100%;
  }
  .mail-img {
    height: fit-content;
    vertical-align: middle;
    position: sticky;
  }
}

@media (max-width: 1024px) {
  .container {
    display: flex;
    flex-direction: column-reverse !important;
    margin: 0 auto;
  }
}

input[type='checkbox'] + label {
  font-family: Arial, sans-serif !important;
  color: #ccc;
  font-style: italic;
}

input[type='checkbox']:checked + label {
  font-family: Arial, sans-serif !important;
  color: #f00;
  font-style: normal;
}

.about-us-wrapper {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.contact-us-el {
  padding-top: 2rem;
}

.wrapper-list {
  list-style: disc;
}

.contact-us-btn {
  float: none;
  border: 1px solid #fff;
}

.contact-us-btn:hover {
  border: 1px solid #fff;
  background-color: white;
}

.carousel {
  background-image: url("../media/photo-heading.jpg");
  color: #fff;
  position: relative;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
  margin-bottom: 3%;
  height: 30rem;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
}

.carousel-open:checked + .carousel-item {
  position: static;
  opacity: 100;
  height: 17rem;
  min-height: 17rem;
  font-size: 1.7rem;
}

.carousel-item {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-top: 6%;
}

.carousel-item img {
  display: block;
  height: auto;
  max-width: 100%;
}

.carousel-control {
  background: var(--primary);
  border-radius: 50%;
  border: 2px solid var(--primary);
  color: #fff !important;
  font-weight: bold;
  cursor: pointer;
  display: none;
  font-size: 40px;
  height: 40px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  transform: translate(0, -50%);
  text-align: center;
  width: 40px;
  z-index: 10;
  transition: 0.15 ease;
}

.carousel-control.prev {
  left: 2%;
}

.carousel-control.next {
  right: 2%;
}

.carousel-control:hover {
  color: var(--primary) !important;
  background-color: white;
  transition: 0.15 ease;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
  display: block;
  font-size: 2rem;
}

.carousel-indicators {
  list-style: none;
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.carousel-indicators li {
  display: inline-block;
  margin: 0 5px;
}

.carousel-bullet {
  color: #dadada;
  cursor: pointer;
  display: block;
  font-size: 35px;
}

.carousel-bullet:hover {
  color: var(--primary);
}

#carousel-1:checked
~ .control-1
~ .carousel-indicators
li:nth-child(1)
.carousel-bullet,
#carousel-2:checked
~ .control-2
~ .carousel-indicators
li:nth-child(2)
.carousel-bullet,
#carousel-3:checked
~ .control-3
~ .carousel-indicators
li:nth-child(3)
.carousel-bullet {
  color: var(--primary);
}

#title {
  width: 100%;
  position: absolute;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 27px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  z-index: 9999;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}

.security-img {
  max-width: 100%;
}

.forth-content {
  display: flex;
  align-items: center;
}

.main-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row-reverse;
  padding: 5rem 0;
  font-size: 1.3rem;
}

.container-contact {
  display: flex;
  flex-direction: row;
}

.main-wrapper-2 {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  padding: 5rem 0;
  margin-bottom: 15%;
}

.wrap-title {
  font-size: 1.1rem;
  padding-bottom: 1rem;
}

.bloc-content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: auto;
}

.overlay1 {
  width: 50%;
}

.overlay1::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -3;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  background-color: white;
}

.overlay1::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 45%;
  width: 10000px;
  height: 100%;
  background-color: var(--primary);
  transform-origin: bottom right;
  transform: skewX(156deg);
}

.wrap {
  position: relative;
}

.slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide1 {
  background-image: url("../media/test-slider.jpg");
}

.slide2 {
  background-image: url("../media/test-slider-2.jpg");
}

.slide3 {
  background-image: url("../media/pexels-slider-3-light.jpg");
}

.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.slide-content span {
  font-size: 3rem;
  padding-bottom: 3rem;
}

.arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 0;
  height: 0;
  border-style: solid;
}

#arrow-left {
  border-width: 30px 40px 30px 0;
  border-color: transparent var(--primary) transparent transparent;
  left: 0;
  margin-left: 30px;
}

#arrow-right {
  border-width: 30px 0 30px 40px;
  border-color: transparent transparent transparent var(--primary);
  right: 0;
  margin-right: 30px;
}

.slider-text {
  font-size: 1.5rem;
  width: 60%;
  margin: 0 auto;
}

.slide-bloc {
  background: #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding: 5rem;
  border-radius: 4px;
  opacity: 0.8;
}

.layout-content {
  background: url(../media/layout.png);
  background-size: cover;
}

.timer-section {
  display: flex;
  justify-content: center;
}

.timer-section .container {
  padding-left: 15px;
  padding-right: 15px;
}

.timer-section .timer-container {
  list-style: none;
}

.timer-section .timer {
  list-style: none;
  position: relative;
  max-width: 80%;
  margin: auto;
}

.timer-section .timer::before {
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #f2f2f2;
  left: 50%;
  transform: translateX(-50%);
}

.timer-section .timer .step {
  width: 50%;
  padding: 20px 15px;
  position: relative;
  background-color: #f2f2f2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}

.timer-section .timer .step:not(:first-child),
.timer-section .timer .step:not(:last-child) {
  margin: 90px 0 60px 0;
}

.timer-section .timer .step:nth-child(odd) {
  transform: translateX(100%);
  border-left: 2px solid var(--secondary);
  border-radius: 0 3px 3px 0;
}

.timer-section .timer .step:nth-child(even) {
  border-right: 2px solid var(--secondary);
  border-radius: 3px 0 0 3px;
}

.timer-section .timer .step > span {
  position: absolute;
  height: 26px;
  width: 25px;
  color: #333;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 22px;
  border-radius: 3px;
  font-size: 0.8rem;
}

.timer-section .timer .step:nth-child(odd) > span {
  top: -40px;
  left: -13px;
  border: 2px solid lightblue;
}

.timer-section .timer .step:nth-child(even) > span {
  top: -40px;
  right: -13px;
  border: 2px solid lightsalmon;
}

.timer-section .timer .step h3 {
  margin-bottom: 15px;
  color: var(--primary);
}

.timer-section .timer .step p {
  font-weight: 300;
  font-size: 1rem;
  color: #414141;
}

.content {
  padding: 1rem;
}

.color-bloc:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -3;
  width: 100%;
  height: 100%;
}

.color-bloc:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -2;
  right: 80%;
  width: 10000px;
  height: 100%;
  background-color: var(--primary);
  transform-origin: bottom right;
  transform: skewX(153deg);
}

#cloud-content {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

.cloud-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 3rem;
  max-width: 100%;
  width: 40%;
  text-align: justify;
  line-height: 1.7;
}

.private-cloud {
  padding: 3%;
}

.bloc-cloud-top {
  display: flex;
  justify-content: space-evenly;
}

.bloc-cloud-bottom {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  margin: 0 auto;
}

.contact-info {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  padding: 10rem 0;
}

.contact-icon {
  max-width: 100%;
  width: 3rem;
}

.cloud-solution-h2 {
  font-size: 1.5rem;
  font-weight: 100;
  color: var(--primary);
  font-weight: bold;
  text-align: center;
  padding-bottom: 1.5rem;
}

.solution-cloud-img {
  max-width: 100%;
  height: auto;
}

.img-cloud-content {
  padding: 3rem;
}

@media screen and (max-width: 500px) {
  .timer-section .timer .step {
    width: 100%;
    text-align: center;
    transform: translateX(0%);
    border-radius: 3px !important;
  }
  .timer-section .timer .step:nth-child(odd) {
    transform: translateX(0%);
    border: none;
    border-top: 2px solid var(--secondary);
  }
  .timer-section .timer .step:nth-child(even) {
    border: none;
    border-top: 2px solid var(--secondary);
  }
  .timer-section .timer .step span {
    left: 50% !important;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 2000px) {
  .bloc-cloud-top,
  .bloc-cloud-bottom {
    flex-direction: column;
  }
  .cloud-text {
    width: 100%;
  }
  .cloud-solution-text {
    max-width: 85%;
  }
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.timeline-container {
  font-size: 1rem;
  padding: 5% 0;
}

.timeline-container::before,
.timeline-container::after {
  content: '';
  display: table;
}

.timeline-container::after {
  clear: both;
}

.timeline-bloc-content {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 3rem;
  font-size: 0.8rem;
  align-items: center;
}

.timeline-block .iconic {
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  text-align: center;
  background-color: var(--primary);
  border: 2px solid #333;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.15s ease-in;
}

.timeline-block .iconic::before {
  content: '';
  border: 2px dashed var(--primary);
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
}

.timeline-block .iconic::after {
  width: 1px;
  height: 30px;
  margin-bottom: -7px;
  margin-left: -2px;
  content: '';
  border-left: 2px dashed #333;
  transform: translateY(100%);
  position: absolute;
  left: 50%;
  bottom: 0;
}

.timeline-block .heading {
  padding-bottom: 0;
  position: relative;
}

.timeline-block .heading::after {
  width: 50px;
  height: 2px;
  content: '';
  display: block;
  background-color: var(--primary);
  margin-left: auto;
  margin-right: auto;
}

.timeline-block .text {
  padding-top: 60px;
  position: relative;
}

.timeline-block .text::before {
  width: 15px;
  height: 15px;
  display: block;
  content: '';
  background-color: var(--primary);
  border-radius: 50%;
  transform: translateY(50%) translateX(-50%);
  position: absolute;
  top: 30px;
  left: 50%;
  margin-top: -6px;
}

.timeline-p {
  display: flex;
  justify-content: center;
  width: 55%;
  margin: 0 auto;
}

.contact-info-image {
  padding-bottom: 1.5rem;
}

.contact-info-title {
  font-weight: bold;
}

.contact-info a {
  text-decoration: none;
  color: black;
}

.contact-us-section {
  margin: auto;
}

.year {
  color: white;
  font-weight: bold;
  line-height: 3.2;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .timeline-block {
    width: 25%;
    max-width: none;
    margin-bottom: 0;
    float: left;
  }
  .timeline-block::after {
    width: 100%;
    height: 1px;
    content: '';
    margin-top: -7px;
    z-index: -1;
    transform: translateY(-50%);
    border-top: 2px dashed #333;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .timeline-block:last-child::after {
    width: calc(50% - 5px);
    left: 5px;
  }
  .timeline-block:last-child::after {
    width: 0;
  }
  .timeline-block:nth-child(even) .iconic {
    transform: translateY(200%);
    top: 7px;
  }
  .timeline-block:nth-child(even) .iconic::after {
    transform: translateY(-100%);
    margin-bottom: auto;
    margin-top: -7px;
    bottom: auto;
    top: 0;
  }
  .timeline-block:nth-child(even) .text {
    transform: translateY(-50%);
    padding-top: 0;
    padding-bottom: 60px;
    padding-bottom: 72px;
    margin-top: -11px;
  }
  .timeline-block:nth-child(even) .text::before {
    transform: translateY(-50%) translateX(-50%);
    top: auto;
    bottom: 30px;
  }
}

#contact-icon {
  transition: all ease 0.15s;
}

#contact-icon:hover {
  transition: all ease 0.15s;
  transform: scale(1.1);
}

.timeline-block:nth-child(even) .timeline-news {
  transform: translateY(-50%);
  padding-top: 0;
  padding-bottom: 60px;
  padding-bottom: 72px;
  margin-top: -11px;
}

.timeline-bloc:nth-child(even) .timeline-news::before {
  transform: translateY(-50%) translateX(-50%);
  top: auto;
  bottom: 30px;
}

.private-cloud .cloud-solution-text {
  color: black;
}

.timeline-bloc {
  display: flex;
  justify-content: center;
}

.dashed-line {
  border-bottom: 2px dashed var(--primary);
}

.dashed-line .dots-columns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 7rem;
}

.dots {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin-top: -7.8rem;
  margin-bottom: -2rem;
}

.dot {
  width: 15px;
  height: -1rem;
  border-radius: 50%;
  background: #1e678b;
  margin-left: 2.1rem;
  margin-top: 3rem;
}

.timeline-year {
  width: 4rem;
  height: 4rem;
  background: #006799;
  border: 2px solid #006799;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 4;
  transition: all ease 0.15s;
  margin: 0 3rem;
}

.timeline-year span {
  font-size: 1rem;
  display: flex;
  justify-content: center;
}

.timeline-news {
  padding: 1rem;
  position: relative;
  text-align: left;
  line-height: 1.5;
  width: 100%;
  border: 1px solid #117eb3;
  border-radius: 8px;
  margin-bottom: 2rem;
  background: #117eb3;
  color: #fff;
  margin-top: 0.5rem;
}

.vertical {
  border-left: 2px dashed var(--primary);
  height: 109px;
  position: relative;
  left: 50%;
  margin-left: -2px;
  top: -175px;
}

.dashed-border {
  border: 2px dashed var(--primary);
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}

.acces-reserved-form {
  margin: auto;
  padding: 2rem;
  border-radius: 3px;
}

#name,
#password {
  border: none;
  border-bottom: 1px solid gray;
  max-width: 100%;
  font-size: 1rem;
  position: relative;
  display: flex;
  flex: 1 1 auto;
  margin-bottom: 0;
}

.login-content {
  padding-bottom: 2rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.acces-reserved-title {
  font-weight: normal;
}

.lock-icon {
  width: 1.5rem;
}

.login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 3px;
  max-width: 100%;
  width: 45rem;
  background: #fff;
  opacity: 0.9;
  border: 1px solid #808080;
}

.login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #6e6e6e;
  outline: none;
  background: transparent;
}

.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  pointer-events: none;
  transition: 0.15s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: var(--primary);
  font-size: 12px;
}

.header-acces-reserved {
  background: var(--primary);
  color: #fff;
  padding: 1rem;
}

.header-acces-reserved h3 {
  font-weight: bold;
  font-size: 1.2rem;
}

.login-box form {
  padding: 3rem 1rem;
}

.link-cancel-btn {
  background: #fff;
  border: none;
}

.form-btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cancel-btn {
  color: #f00;
  border: none;
  background: none;
  font-size: 1.2rem;
  cursor: pointer;
  text-decoration: none;
}

.cancel-btn:hover {
  text-decoration: underline;
}

.send-btn {
  font-size: 1.2rem;
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: white;
  padding: 1rem;
  font-weight: bold;
  transition: all ease 0.15s;
  cursor: pointer;
}

.send-btn:hover {
  transition: all ease 0.15s;
  background-color: white;
  color: var(--primary);
}

.help-links {
  color: var(--primary);
  cursor: pointer;
  text-align: left;
}

.forgot-password,
.forgot-id {
  padding: 0.5rem;
}

.forgot-password:hover,
.forgot-id:hover {
  text-decoration: underline;
}

.scroll-home {
  height: 35rem;
  overflow: hidden;
}

.wrappers {
  background: var(--background);
  color: #000;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.main-wrapper .third-content {
  -webkit-box-shadow: 0 9px 20px 3px #a5a5a5;
  padding: 3rem;
  border-radius: 8px;
}

#slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 22rem;
  margin: auto;
  display: flex;
  align-items: center;
}

#slider img {
  overflow: hidden;
  position: sticky;
  height: auto;
}

#slider #slide {
  width: 80%;
  margin: 0 auto;
}

#slider #precedent,
#slider #suivant {
  cursor: pointer;
  transition: opacity 0.15s ease;
  opacity: 0.8;
  position: absolute;
  font-size: 100px;
  color: var(--primary);
  padding: 10px;
}

#slider #precedent {
  left: 0;
  padding: 3rem;
}

#slider #suivant {
  right: 0;
  padding: 3rem;
}

.swiper-body {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  max-width: 100%;
  padding: 20px 50px;
  margin-top: 10%;
  position: relative;
}

.container .swiper {
  width: 100%;
  height: 100%;
}

.container .swiper-slide {
  text-align: start;
  font-size: 18px;
  background: #fff;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 4px 4px rgba(196, 196, 196, 0.25);
}

.news .swiper-slide img {
  display: block;
  width: 100%;
  height: 25rem;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.desc {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  background: #000;
  opacity: 0.9;
  color: #fff;
  height: 24rem;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.desc h1 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 3rem;
}

.desc .price {
  text-align: center;
  padding-bottom: 1rem;
}

.desc p {
  text-align: justify;
}

.desc button {
  margin-top: 10px;
  padding: 8px 16px;
  font-size: 1.2rem;
  border: none;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  border-radius: 4px;
  align-self: flex-end;
  cursor: pointer;
  transition: all 0.15s ease;
}

.desc button:hover {
  transition: all 0.15s ease;
  background-color: black;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.swiper-button-next,
.swiper-button-prev {
  color: gray !important;
  opacity: 0.7 !important;
  font-weight: bold;
}

.swiper-button-next p,
.swiper-button-prev p {
  margin: 10px 0 0;
}

.price {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  color: #79d3ff;
  font-size: 1.4rem;
}

h3 {
  margin: 10px 0 0;
}

.homepage-slider-text {
  position: absolute;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homepage-slider-text h2,
.homepage-slider-text p {
  text-shadow: 1px 1px 2px #4a4a4a;
  color: #e2e2e2;
}

.public-cloud,
.private-cloud {
  width: 85%;
  margin: 0 auto;
}

.solutions-bloc {
  margin: auto;
  padding: 4rem 0;
}

.solutions-bloc .offer-button button {
  font-size: 1.3rem;
  padding: 1rem 2rem;
  background: #fff;
  border: 2px solid var(--primary);
  border-radius: 4px;
  color: var(--primary);
  cursor: pointer;
}

.solutions-bloc .offer-button button:hover {
  background-color: var(--primary);
  color: white;
}

.solutions-bloc-content {
  padding-top: 3rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  line-height: 1.7;
}

.solutions-bloc-content .rate {
  border-top: 1px solid var(--primary);
  border-radius: 0;
  padding: 1rem;
}

.solutions-bloc-content .first-bloc,
.solutions-bloc-content .second-bloc {
  margin: 0 auto;
  padding: 0 5rem;
}

.solutions-bloc-content .offer-title {
  color: var(--primary);
  font-weight: bold;
  font-size: 1.7rem;
  padding-bottom: 2rem;
}

.solutions-bloc-content .solutions-H {
  background-color: var(--primary);
  color: white;
  padding: 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.solutions-bloc-content .card-shadow {
  -webkit-box-shadow: 0 9px 20px 3px #a5a5a5;
  margin-bottom: 3rem;
  background: #f8fcff;
  line-height: 2.4;
}

.solutions-bloc-content div {
  border-radius: 15px;
}

.solutions-bloc-content ul {
  padding: 3.5rem;
  font-size: 1.2rem;
  text-align: left;
  list-style: disc;
}

@media screen and (max-width: 1800px) {
  .solutions-bloc-content {
    display: flex;
    flex-direction: column;
  }
}

.solutions-bloc h1 {
  color: var(--primary);
  font-size: 2.5rem;
  padding-bottom: 3rem;
}

.solutions-bloc h2 {
  font-size: 1.3rem;
  border-bottom: 1px solid var(--primary);
}

.contact-us-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.grid {
  display: grid;
  column-gap: 80px;
  row-gap: 24px;
  align-items: end;
}

.form {
  margin: 64px auto 0;
  background-color: #fff;
  -webkit-box-shadow: 0 9px 20px 3px #a5a5a5;
  padding: 2rem 7rem;
  border-radius: 11px;
}

.form .form-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary);
  text-align: center;
  margin-bottom: 7rem;
  font-weight: 100;
}

.form .form-group {
  margin-bottom: 24px;
}

.form .form-group input,
.form .form-group textarea {
  font-size: 1.2rem !important;
}

.form .form-group input,
.form .form-group textarea {
  display: inline-block;
  width: 100%;
  padding: 16px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #000 !important;
  border: none;
  outline: none;
}

.form .form-group input::placeholder,
.form .form-group textarea::placeholder {
  color: #37595e;
}

.form .form-group input:focus,
.form .form-group textarea:focus {
  border-color: #21325e;
}

.form .form-group input {
  border-bottom: 1px solid #ddd;
}

.form .form-group textarea {
  border: 1px solid #ddd;
  height: 100px;
  resize: none;
  border-radius: 11px;
}

.form .btn {
  display: inline-block;
  outline: none;
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: #fff;
  font-family: inherit;
  font-size: 1.3rem;
  padding: 16px 32px;
  border-radius: 1000px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.form .btn:hover {
  transition: all 0.15s ease;
  color: var(--primary);
  background-color: white;
}

@media screen and (min-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
  .form {
    max-width: 800px;
  }
  .btn {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

.login {
  position: relative;
  height: 560px;
  width: 405px;
  margin: auto;
  padding: 60px 60px;
}

form {
  padding-top: 80px;
}

.active {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
}

.nonactive {
  color: rgba(255, 255, 255, 0.2);
}

.login {
  -webkit-box-shadow: 0 9px 20px 3px #a5a5a5;
  border-radius: 5px;
  background-color: white;
}

.login .login-input {
  padding-bottom: 1rem;
}

.login h2 {
  margin-bottom: 5rem;
  padding-left: 12px;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding-bottom: 5px;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 100;
}

.login h2:first-child {
  padding-left: 0px;
}

.login span {
  text-transform: uppercase;
  font-size: 0.9rem;
  opacity: 0.7;
  display: inline-block;
  position: relative;
  top: -65px;
  transition: all 0.5s ease-in-out;
}

.text {
  border: none;
  width: 89%;
  padding: 10px 20px;
  display: block;
  height: 15px;
  border-radius: 20px;
  background: #0000001a;
  border: 2px solid rgba(255, 255, 255, 0);
  overflow: hidden;
  margin-top: 15px;
  transition: all 0.15s ease-in-out;
}

.text:focus {
  outline: 0;
  border: 2px solid #87878780;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
}

.text:focus + span {
  opacity: 0.6;
}

input[type='text'],
input[type='password'] {
  color: black;
}

input {
  display: inline-block;
  padding-top: 20px;
  font-size: 14px;
}

label {
  display: inline-block;
  padding-top: 10px;
  padding-left: 5px;
}

.signin {
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: #fff;
  width: 100%;
  display: block;
  height: 2.5rem;
  border-radius: 20px;
  margin-top: 30px;
  transition: all 0.1s ease;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1rem;
}

.signin:hover,
.signin:focus {
  transition: all 0.1s ease;
  background: white;
  color: var(--primary);
  border: 2px solid var(--primary);
}

#aboutUs {
  background: #f0f8ff;
}

.main-access {
  background: #f0f8ff;
}

.modal {
  display: none;
  position: fixed;
  padding-top: 15%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal .modal-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: baseline;
  -webkit-box-shadow: 0 9px 20px 3px #5a5a5a;
  position: relative;
  font-size: 1.2rem;
  background-color: white;
  padding: 20px;
  margin: auto;
  width: 35%;
  border-radius: 4px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.2s;
  animation-name: animatetop;
  animation-duration: 0.2s;
}

.modal .modal-content p {
  text-align: left;
}

.modal .close-btn {
  float: right;
  color: black;
  font-size: 1.4rem;
  font-weight: bold;
  top: 0;
  cursor: pointer;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.loader {
  border: 16px solid #e9e9e9;
  border-top: 16px solid var(--primary);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  animation: spin 2s linear infinite;
  margin: 4rem auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hide-loader {
  display: none;
}

.features-content h1 {
  color: var(--primary);
  font-size: 2rem;
  padding: 3rem 0;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
}

.features-content .columns {
  display: flex;
  justify-content: space-evenly;
  line-height: 1.7;
  text-align: left;
}

.features-content p {
  color: var(--primary);
  font-weight: bold;
  text-decoration: underline;
}

.features-content .column p {
  padding: 1rem 0;
}

.features-content ol {
  padding: 0;
  list-style: circle;
}

.terms-bloc {
  margin: auto;
  padding-top: 6rem;
  width: 70%;
}

.terms-bloc .terms-heading {
  padding-bottom: 2rem;
}

.terms-bloc h1 {
  text-align: left;
  font-size: 2.5rem;
  color: var(--primary);
  font-weight: normal;
  text-transform: uppercase;
}

.terms-bloc .horizontal {
  border-top: 2px solid var(--primary);
  width: 8rem;
  padding-bottom: 1rem;
}

.terms-bloc .terms-content {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.7;
}

.terms-bloc .terms-txt {
  text-align: justify;
  padding-top: 2rem;
}

.terms-bloc h2 {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 1rem;
}

.terms-bloc .terms-p {
  line-height: 1.7;
  font-size: 1.2rem;
  padding-bottom: 3rem;
}

.hidden {
  display: none;
}

.hamburger {
  display: flex;
}

.hamburger .hamburger-image {
  width: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.slider-bloc {
  margin-top: 1px;
}

.swiper-index {
  margin-top: 1px;
}

.swiper-index .swiper-slide p {
  font-size: 1.7rem;
  font-weight: normal;
}

.swiper-index .swiper-button-prev, .swiper-index .swiper-rtl .swiper-button-next {
  left: 3rem;
  right: auto;
}

.swiper-index .swiper-button-next, .swiper-index .swiper-rtl .swiper-button-prev {
  right: 3rem;
  left: auto;
}

.strong {
  font-weight: bold;
}
