@import url("https://fonts.googleapis.com/css2?family=Inter&family=Montserrat&family=PT+Sans&display=swap");
* {
  border: 0;
  outline: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
@media (min-width: 2300px) {
  html {
    scroll-behavior: smooth;
    margin: 0 480px 0 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-image: url(../img/bg.png);
  }
}
@media (max-width: 2290px) {
  .html,
  .html2,
  .html3 {
    scroll-behavior: smooth;
    margin: 0 200px 0 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-image: url(../img/bg.png);
  }
}
main {
  background-color: white;
}
@media (max-width: 1640px) {
  html,
  .html,
  .html2,
  .html3 {
    scroll-behavior: smooth;
    margin: 0;
    background-image: none;
    padding: 0;
  }
}
@media (max-width: 1280px) {
  body {
    font-family: "Montserrat", sans-serif;
    margin: auto;
  }
}
::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Montserrat", sans-serif;
  width: 100%;
}

/*************************NAVBAR*************************/
.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.31);
  margin: 0 4% 0 4%;
  background-color: white;
  padding-right: 7%;
}

.row i {
  color: rgba(85, 85, 85, 0.5);
  width: 15px;
  height: 23px;
}

.row .contact__info {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.row .contact__info p,.row .contact__info a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-family: "PT Sans";
  font-weight: 400;
  line-height: 18px;
}

.menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  text-align: center;
  padding: 0 3% 0 10%;
}
@media (max-width: 1920px) {
  .menu {
    padding: 0 2% 0 10%;
  }
  .menu .links a {
    font-size: 16px;
  }
  .contact_btn {
    background-color: #e3e3e3;
    padding: 22px 19px 22px 19px;
    height: 66px;
    width: 91px;
    color: #000;
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
  }
}
.menu .logo img {
  width: 260px;
  height: 62px;
}
.menu .links {
  display: flex;
  flex-direction: row;
  align-items: end;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding-right: 7%;
}

.menu .links a {
  font-family: "PT Sans";
  font-size: 17px;
  line-height: 21px;
  margin-right: 20px;
  color: #000;
}

.menu .links a:hover {
  cursor: pointer;
  color: #4b57b7;
}

.contact_btn {
  background-color: #e3e3e3;
  padding: 22px 14.5px 22px 19px;
  height: 66px;
  width: 91px;
  color: #000;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.contact_btn:hover {
  cursor: pointer;
  background-color: #000;
  color: white;
}

.menu .hamburger {
  display: none;
  cursor: pointer;
}

.menu .hamburger i {
  font-size: 1.5rem;
}
h3 {
  font-size: 20px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
}

.links {
  display: flex;
  justify-content: space-between;
}

.dropdown {
  position: relative;
}

.dropdown:hover i.fa-chevron-down {
  transform: rotate(180deg);
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 280px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: left;
  padding: 1rem 0 1rem 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
  width: 100%;
}

.dropdown-menu a {
  color: black;
  padding: 6px 0 6px 12px;
  text-decoration: none;
  display: block;
  font-size: 1rem;
}

.dropdown-menu a::before {
  content: "\2022";
  margin-right: 8px;
  font-weight: 700;
}

.dropdown-menu a:hover {
  font-size: 1.02rem;
  color: #4b57b7;
}

@media (max-width: 1440px) {
  .row {
    margin: 0 4.2% 0 4.2%;
  }

  .menu {
    padding: 0 2.8% 0 10%;
  }
}
@media (max-width: 1024px) {
  .row {
    margin: 0;
  }
  .menu {
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .menu.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .menu .links {
    display: none;
    gap: 0;
  }

  .menu.active .contact_btn {
    height: 30px;
    padding: 0;
    border-radius: 10px;
    margin-top: 10px;
  }

  .menu .hamburger {
    display: flex;
    padding: 0.8rem;
  }
  .menu.active .hamburger {
    display: flex;
    padding: 0;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .menu .logo img {
    width: 186px;
    height: 46px;
  }
  .menu.active .logo img {
    width: 186px;
    height: 46px;
    margin-bottom: 1rem;
  }

  .menu.active .links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0rem;
    background-color: white;
    padding: 0rem;
    text-align: center;
  }

  .menu.active .links a {
    margin-bottom: 0.6rem;
    padding: 0rem;
  }
  .menu.active .dropdown-menu a {
    color: black;
    padding: 2px 0 2px 10px;
  }
}

@media (max-width: 600px) {
  .row {
    padding: 0;
    margin: 0 4% 0 4% !important;
  }
  .imgLeft {
    height: 180px;
  }
  body {
    width: 100%;
  }
  .links a {
    font-size: 10px;
    padding: 0px;
  }
  .contact_btn {
    text-align: center;
    border-radius: 10px;
    height: 25%;
    width: 25%;
  }

  .row .contact__info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .background,
  .main {
    width: 85%;
    margin: auto;
  }
  #contact {
    margin-top: 5%;
  }
  .test_row {
    width: 100%;
  }
  #testemonials {
    height: 100px;
  }

  .row .contact__info p {
    font-size: 10px;

    line-height: 13px;
    margin-right: 2%;
  }

  .menu {
    padding: 1% 4% 1% 4% !important;
  }

  .menu .logo img {
    width: 120px;
    height: 40px;
  }
  body {
    margin: auto;
  }
}

/************************Header***************************/
header {
  position: relative;
  box-sizing: border-box;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  align-items: center;
}

.imageHer {
  display: block;
  margin: 0 auto;
  width: 91.6%;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

@media (max-width: 1024px) {
  header {
    position: relative;
    box-sizing: border-box;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    align-items: center;
  }
  .imageHer {
    display: block;
    margin: 0 auto;
    width: 92%;
  }
}

@media (max-width: 600px) {
  .imageHer {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

/****************************************MAIN******************************************************/
.main {
  box-shadow: 0px 4px 7px 1px rgba(0, 0, 0, 0.25);
  margin: 0 127px 0 127px;
  background-color: white;
}
.background {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#contact {
  width: 100%;
  margin-top: 5%;
}

/****************************************services**************************************************/
.services_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
#services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ffffff;
  margin: 0 1rem 0 1rem;
  height: 31rem;
  position: relative;
  top: 30px;
  width: 100%;
}
.flip_cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 30px;
}
.border {
  display: flex;
  flex-direction: row;
  padding: 8% 10% 2% 10%;
}
.flip_card:hover .blue {
  background-color: #3f4888;
  transform: rotate(0);
  animation: bounceHeight 0.5s forwards;
}
@keyframes bounceHeight {
  0% {
    height: 0;
  }
  25% {
    height: 4px;
  }
  50% {
    height: 6px;
  }
  75% {
    height: 4px;
  }
  100% {
    height: 6px;
  }
}
.flip_card:hover .blue-vertical {
  background-color: #3f4888;
  transform: rotate(0);
  animation: bounceHeight1 0.5s forwards;
  margin: 0px;
  width: 8px;
}
@keyframes bounceHeight1 {
  0% {
    height: 0;
  }
  25% {
    height: 10px;
  }
  50% {
    height: 15px;
  }
  75% {
    height: 10px;
  }
  100% {
    height: 15px;
  }
}
.flip_card:hover .border3 {
  position: absolute;
  top: 16%;
  left: 67%;
  height: 5px;
}
.flip_card:hover .border4 {
  position: absolute;
  top: 16%;
  left: 87%;
  height: 5px;
}
.flip_card:hover .border {
  display: flex;
  flex-direction: row;
  padding: 8% 10.5% 2% 10%;
}
.border .backslash-line {
  width: 17px;
  height: 1px;
  transform: rotate(-45deg);
  background-color: #afafaf;
  position: relative;
}
.border1 {
  display: flex;
  flex-direction: row;
  padding: 0% 8% 2% 9%;
}
.border1 .backslash-line {
  width: 7px;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #afafaf;
  position: relative;
}
.border2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 2% 13.5% 0% 0%;
}
.border2 .backslash-line {
  width: 8px;
  height: 1px;
  transform: rotate(-45deg);
  background-color: #afafaf;
  position: relative;
}
.border3 {
  position: absolute;
  top: 20%;
  left: 67%;
  height: 5px;
}
.border4 {
  position: absolute;
  top: 20%;
  left: 87%;
  height: 5px;
}
.border3 .backslash-line,
.border4 .backslash-line {
  width: 10px;
  height: 1px;
  transform: rotate(-45deg);
  background-color: #afafaf;
  margin-bottom: 8px;
}

.flip_card {
  display: flex;
  flex-direction: column;
  width: 345px;
  height: 301px;
  border-bottom: 6px solid #afafaf;
  padding-top: 15px;
  box-shadow: 0px 20px 15px -8px rgba(0, 0, 0, 0.03);
  text-align: left;
  z-index: 99;
}
.flip_card:hover {
  background: radial-gradient(
    103.08% 148.25% at 50% 50%,
    #ffffff 0%,
    #cccccc 100%
  );
  border-bottom: 6px solid #3f4888;
  box-shadow: 0px 20px 15px -8px rgba(0, 0, 0, 0.15);
}
.flip_card:hover .p_wrapper p {
  display: block;
}
.imag2_wrapper {
  display: flex;
  justify-content: flex-end;
  padding-right: 15%;
  position: relative;
  padding-top: 1.5%;
}
.padd {
  padding: 0;
}
.imag2 {
  width: 44.36px;
  height: 44.36px;
}
.flip_card:hover p {
  display: block;
  opacity: 1 !important;
}
.flip_card:hover h4 {
  color: #3f4888;
}
.h4_wrapper {
  display: flex;
  justify-content: flex-start;
  padding-left: 30px;
}
.h4_wrapper h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.p_wrapper,
.p_wrapper1,
.p_wrapper2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  padding: 0;
}

.flip_card:hover .p_wrapper,
.flip_card:hover .p_wrapper1,
.flip_card:hover .p_wrapper2 {
  background-image: none;
}
.p_wrapper,
.p_wrapper1,
.p_wrapper2 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  padding: 0 28px 15px 28px;
  flex-direction: column;
}

.p_wrapper {
  background-image: url("../img/coffrage.png");
}
.p_wrapper1 {
  background-image: url("../img/protection.png");
}
.p_wrapper2 {
  background-image: url("../img/diagnostique.png");
}
.p_wrapper p,
.p_wrapper1 p,
.p_wrapper2 p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: none;
}
.flip_card:hover .arrow::before {
  content: "\2192";
  font-size: 30px;
  position: absolute;
  top: 88%;
  right: 10%;
  cursor: pointer;
}
.inleft {
  opacity: 0;
}
.inleft.active {
  animation: fadeInLeft 1s forwards;
}
.inup {
  opacity: 0;
}
.inup.active {
  animation: fadeInUp 1s forwards;
}
.inright {
  opacity: 0;
}
.inright.active {
  animation: fadeInRight 1s forwards;
}
.index_contact {
  opacity: 0;
}
.index_contact.active {
  animation: bounceIn 1s forwards;
}
@media (min-width: 1921px) {
  #services h2 {
    /* Simplifiez vos projets de construction avec nos services de sous-traitances. */
    box-shadow: 0px 4px 7px 1px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    background-color: white;
    width: 100%;
    color: #4e504e;
    padding: 1.5% 0% 1.5% 0%;
  }
  #services:first-child {
    text-align: center;
  }
  .title {
    width: 100%;
    margin-top: -200px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1920px) {
  .main {
    box-shadow: 0px 4px 7px 1px rgba(0, 0, 0, 0.25);
    margin: 0 100px 0 100px;
    background-color: white;
  }

  #services h2 {
    /* Simplifiez vos projets de construction avec nos services de sous-traitances. */
    box-shadow: 0px 4px 7px 1px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;

    text-transform: uppercase;
    background-color: white;
    width: 100%;
    color: #4e504e;
    padding: 1.5% 0% 1.5% 0%;
  }
  #services:first-child {
    text-align: center;
  }
  .title {
    width: 100%;
    margin-top: -200px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1440px) {
  #services h2 {
    /* Simplifiez vos projets de construction avec nos services de sous-traitances. */
    box-shadow: 0px 4px 7px 1px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;

    text-transform: uppercase;
    background-color: white;
    width: 100%;
    color: #4e504e;
    padding: 1.5% 0% 1.5% 0%;
  }
  #services:first-child {
    text-align: center;
  }
  .title {
    width: 100%;

    margin-top: -200px;

    margin-bottom: 50px;
  }
  .main {
    margin: 0 97px 0 97px;
  }
  .flip_cards {
    gap: 20px;
  }
  .flip_card {
    width: 325px;
  }
}
@media (max-width: 1280px) {
  .flip_cards {
    flex-wrap: wrap;
    gap: 50px;
    padding-top: 0rem;
    margin: 0;
  }
  #services {
    top: 80px;
    height: 45rem;
  }
  .diagram_wrapper {
    top: 10px !important;
  }
}
@media (max-width: 1024px) {
  .main {
    margin: 0 8% 0 8%;
  }
  #services h2 {
    font-size: 18px;
    padding: 2%;
  }
  .flip_cards {
    flex-direction: column;
    gap: 50px;
    padding-top: 0rem;
    margin: 0;
  }
  #services {
    top: 80px;
    height: 65rem;
  }
  .diagram_wrapper {
    top: 80px !important;
  }
}
@media (max-width: 600px) {
  .flip_cards {
    flex-direction: column;
    gap: 50px;
    padding-top: 0rem;
    margin: 0;
  }
  #services {
    top: -30px;
    height: 55rem;
  }
  .diagram_wrapper {
    top: 20px !important;
  }
  .flip_card {
    width: 220px;
    height: 250px;
    padding-top: 5px;
  }

  .p_wrapper p,
  .p_wrapper1 p,
  .p_wrapper2 p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    display: none;
    padding: 0 0;
  }
  .h4_wrapper h4 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
  }
  .flip_card:hover .arrow::before {
    content: "\2192";
    font-size: 10px;
  }
  .padd {
    padding: 2px 2px 0 2px;
  }
  .main {
    margin: 0 49px 0 49px;
  }

  #services h2 {
    /* Simplifiez vos projets de construction avec nos services de sous-traitances. */
    box-shadow: 0px 4px 7px 1px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    background-color: white;
    width: 100%;
    color: #4e504e;
    padding: 2% 0% 2% 0%;
  }
  #services:first-child {
    text-align: center;
  }
  .title {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 0px;
  }
  .flip_card:hover .border3 {
    position: absolute;
    top: 11%;
    left: 58%;
    margin: -2px;
  }
  .flip_card:hover .border4 {
    position: absolute;
    top: 11%;
    left: 87%;
    margin: -2px;
  }
  .border2 {
    padding: 2% 14.5% 0% 0%;
  }
  .border3 {
    position: absolute;
    top: 14%;
    left: 56%;
  }
  .border4 {
    position: absolute;
    top: 14%;
    left: 87%;
  }
  .none {
    display: none;
  }
  #services {
    margin-top: 14%;
  }
}
@media (max-width: 400px) {
  #services h2 {
    /* Simplifiez vos projets de construction avec nos services de sous-traitances. */
    box-shadow: 0px 4px 7px 1px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    padding: 2.5%;
    line-height: 14px;
    text-transform: uppercase;
    background-color: white;
    width: 100%;
    color: #4e504e;
  }
  #services:first-child {
    text-align: center;
  }
  .title {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
/**********************************Diagram*****************************************/
.diagram_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  position: relative;
  top: -70px;
}
.diagram {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.diagram_icon {
  top: 30px;
}
.diagram_row1,
.diagram_row2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  position: relative;
  gap: 100px;
}
.line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 79%;
  background-color: transparent;
  border: 1px dashed #c5c5c5;
  margin: 0 0 3rem 0;
}
.bullet1 {
  position: absolute;
  left: 49.3%;
  top: 6.5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #3f4888;
  z-index: 1;
}
.bullet2 {
  position: absolute;
  left: 49.3%;
  top: 37%;

  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #3f4888;
  z-index: 1;
}
.bullet3 {
  position: absolute;
  left: 49.3%;
  bottom: 40%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #3f4888;
  z-index: 1;
}
.bullet4 {
  position: absolute;
  left: 49.3%;
  bottom: 13%;

  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #3f4888;
  z-index: 1;
}
.line1 {
  position: absolute;
  top: 7.5%;

  left: 46.5%;
  height: 0.1px;
  width: 42px;
  background-color: transparent;
  border: 1px dashed #c5c5c5;
}
.line2 {
  position: absolute;
  right: 46.5%;
  top: 38%;
  height: 0.1px;
  width: 42px;
  background-color: transparent;
  border: 1px dashed #c5c5c5;
}
.line3 {
  position: absolute;
  left: 46.5%;
  bottom: 41.4%;
  height: 0.1px;
  width: 42px;
  background-color: transparent;
  border: 1px dashed #c5c5c5;
}
.line4 {
  position: absolute;
  right: 46.5%;
  bottom: 13.8%;
  height: 0.1px;
  width: 42px;
  background-color: transparent;
  border: 1px dashed #c5c5c5;
}
.diagram_icon img:hover {
  background-color: #000;
}
.diagram_icon {
  position: relative;
}
.diagram_row1 .diagram_icon img {
  position: absolute;
  top: -100px;
}
.diagram_row2 .diagram_icon img {
  position: absolute;
  top: -70px;
}
.diagram .diagram_row2 .diagram_icon {
  width: 50%;
  display: flex;

  justify-content: start;
  align-items: start;
}
.diagram .diagram_row1 .diagram_icon {
  width: 50%;
  display: flex;

  justify-content: end;
  align-items: end;
}
.diagram .diagram_row1 .diagram_icon img,
.diagram .diagram_row2 .diagram_icon img {
  margin-right: 0;
  width: 6rem;
  border: 1px solid #64698f;
}
.diagram .diagram_row1 .diagram_title,
.diagram .diagram_row2 .diagram_title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;

  color: #000000;
}
.diagram .diagram_row1 .diagram_content,
.diagram .diagram_row2 .diagram_content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #000000;
}
.diagram_row1 .content {
  text-align: start;
  width: 50%;
}
.diagram_row2 .content {
  text-align: end;
  width: 50%;
}
@media (max-width: 1920px) {
  .line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 77%;
    background-color: transparent;
    border: 1px dashed #c5c5c5;
    margin: 0 0 4rem 0;
  }
}
@media (max-width: 1440px) {
  .line {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 1280px) {
  .line {
    margin: 0 0 3rem 0;
  }
  .diagram_row1,
  .diagram_row2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    position: relative;
    gap: 80px;
  }
  .bullet2 {
    top: 38.8%;
  }
  .bullet3 {
    bottom: 38.8%;
  }
  .line2 {
    top: 40%;
  }
  .line3 {
    bottom: 39.4%;
  }
  .bullet1,
  .bullet2,
  .bullet3,
  .bullet4 {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1024px) {
  .line1,
  .line2,
  .line3,
  .line4 {
    width: 32px;
  }
  .bullet1,
  .bullet2,
  .bullet3,
  .bullet4 {
    width: 10px;
    height: 10px;
  }
  .diagram_icon {
    top: 50px;
  }
  .line {
    margin: 0 0 1.7rem 0;
  }

  .diagram_row1,
  .diagram_row2 {
    padding: 0 21px 0 21px;
    gap: 60px;
  }

  .diagram .diagram_row1 .diagram_icon img,
  .diagram .diagram_row2 .diagram_icon img {
    width: 4rem;
  }

  .diagram .diagram_row1 .diagram_title,
  .diagram .diagram_row2 .diagram_title {
    font-size: 20px;
    line-height: 24px;
  }

  .diagram .diagram_row1 .diagram_content,
  .diagram .diagram_row2 .diagram_content {
    font-size: 12px;
    line-height: 15px;
  }

  .diagram_row1 .content {
    text-align: start;
    width: 50%;
  }
  .diagram_row2 .content {
    text-align: end;
    width: 50%;
  }
}
@media (max-width: 830px) {
  .bullet1 {
    top: 8%;
  }
  .bullet2 {
    top: 40.5%;
  }
  .bullet3 {
    bottom: 38%;
  }
  .bullet4 {
    bottom: 12%;
  }
  .line1 {
    top: 8.5%;
  }
  .line2 {
    top: 41%;
  }
  .line3 {
    bottom: 38.3%;
  }
  .line4 {
    bottom: 12%;
  }
  .line1,
  .line2,
  .line3,
  .line4 {
    width: 22px;
  }
  .bullet1,
  .bullet2,
  .bullet3,
  .bullet4 {
    width: 10px;
    height: 10px;
  }
  .diagram_icon {
    top: 50px;
  }
  .line {
    height: 78%;
    margin: 0 0 2.2rem 0;
  }

  .diagram_row1,
  .diagram_row2 {
    padding: 0 21px 0 21px;
    gap: 60px;
  }
  .diagram .diagram_row1 .diagram_icon img,
  .diagram .diagram_row2 .diagram_icon img {
    width: 4rem;
  }

  .diagram .diagram_row1 .diagram_title,
  .diagram .diagram_row2 .diagram_title {
    font-size: 20px;
    line-height: 24px;
  }

  .diagram .diagram_row1 .diagram_content,
  .diagram .diagram_row2 .diagram_content {
    font-size: 12px;
    line-height: 15px;
  }

  .diagram_row1 .content {
    text-align: start;
    width: 50%;
  }
  .diagram_row2 .content {
    text-align: end;
    width: 50%;
  }
}
@media (max-width: 600px) {
  .bullet1 {
    top: 9.8%;
  }
  .bullet2 {
    top: 41.8%;
  }
  .bullet3 {
    bottom: 38%;
  }
  .bullet4 {
    bottom: 10%;
  }
  .line1 {
    top: 10%;
    left: 44.5%;
  }
  .line2 {
    top: 42.5%;
    right: 44.5%;
  }
  .line3 {
    bottom: 38.3%;
    left: 44.5%;
  }
  .line4 {
    bottom: 11%;
    right: 44.5%;
  }
  .line1,
  .line2,
  .line3,
  .line4 {
    width: 22px;
  }
  .bullet1,
  .bullet2,
  .bullet3,
  .bullet4 {
    width: 7px;
    height: 7px;
  }
  .diagram_wrapper {
    top: 0;
  }
  .diagram_icon {
    top: 50px;
  }

  .line {
    height: 80.5%;
    margin: 0 0 0rem 0;
  }

  .diagram_row1,
  .diagram_row2 {
    width: 100%;
  }

  .diagram_icon {
    width: 20%;
    display: flex;

    justify-content: start;
    align-items: start;
  }

  .diagram .diagram_row1 .diagram_icon img,
  .diagram .diagram_row2 .diagram_icon img {
    margin-right: 0;
    width: 2rem;
  }

  .diagram .diagram_row1 .diagram_title,
  .diagram .diagram_row2 .diagram_title {
    font-size: 12px;
    line-height: 15px;
  }

  .diagram .diagram_row1 .diagram_content,
  .diagram .diagram_row2 .diagram_content {
    font-size: 8px;
    line-height: 10px;
  }

  .content {
    text-align: start;
    width: 80%;
  }
  .diagram_row1 .diagram_icon img {
    position: absolute;
    top: -80px;
  }
  .diagram_row2 .diagram_icon img {
    position: absolute;
    top: -55px;
  }
}
@media (max-width: 414px) {
  .diagram_wrapper {
    top: 0;
  }
  .diagram_icon {
    top: 35px;
  }
  .line1,
  .line2,
  .line3,
  .line4 {
    width: 20px;
  }
  .line {
    height: 78%;
    margin: 0 0 0.4rem 0;
  }
  .diagram_row1,
  .diagram_row2 {
    width: 100%;
    gap: 45px;
  }
  .diagram_icon {
    width: 20%;
    display: flex;

    justify-content: start;
    align-items: start;
  }

  .diagram .diagram_row1 .diagram_icon img,
  .diagram .diagram_row2 .diagram_icon img {
    margin-right: 0;
    width: 2rem;
  }

  .diagram .diagram_row1 .diagram_title,
  .diagram .diagram_row2 .diagram_title {
    font-size: 12px;
    line-height: 15px;
  }

  .diagram .diagram_row1 .diagram_content,
  .diagram .diagram_row2 .diagram_content {
    font-size: 8px;
    line-height: 10px;
  }
  .content {
    text-align: start;
    width: 80%;
  }
  .diagram_row1 .diagram_icon img {
    position: absolute;
    top: -80px;
  }
  .diagram_row2 .diagram_icon img {
    position: absolute;
    top: -55px;
  }
}
@media (max-width: 390px) {
  .diagram_icon {
    top: 30px;
  }
  .diagram_wrapper {
    top: 0;
  }

  .line {
    height: 79%;
    margin: 0 0 2rem 0;
  }
  .bullet1 {
    position: absolute;
    left: 49.3%;
    top: 6.5%;
  }

  .bullet4 {
    position: absolute;
    left: 49.3%;
    bottom: 13%;
  }
  .line1 {
    top: 7%;
    left: 42.5%;
  }
  .line2 {
    top: 42.5%;
    right: 42.5%;
  }
  .line3 {
    bottom: 38.3%;
    left: 42.5%;
  }
  .line4 {
    bottom: 13%;
    right: 42.5%;
  }
  .diagram_row1,
  .diagram_row2 {
    width: 100%;
  }
  .diagram_icon {
    width: 20%;
    display: flex;

    justify-content: start;
    align-items: start;
  }

  .diagram .diagram_row1 .diagram_icon img,
  .diagram .diagram_row2 .diagram_icon img {
    margin-right: 0;
    width: 2rem;
  }

  .diagram .diagram_row1 .diagram_title,
  .diagram .diagram_row2 .diagram_title {
    font-size: 12px;
    line-height: 15px;
  }

  .diagram .diagram_row1 .diagram_content,
  .diagram .diagram_row2 .diagram_content {
    font-size: 8px;
    line-height: 10px;
  }
  .content {
    text-align: start;
    width: 80%;
  }
  .diagram_row1 .diagram_icon img {
    position: absolute;
    top: -80px;
  }
  .diagram_row2 .diagram_icon img {
    position: absolute;
    top: -55px;
  }
}
/***********************************Testimonials***********************************/
.index_testimonials {
  opacity: 0;
}
.index_testimonials.active {
  animation: bounceIn 1s forwards;
}
.testimonial_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
#testimonials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/test.png);
  height: 24rem;
  width: 100%;
}
#testimonials .test_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: none;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 20px 0 20px 0;
}
#testimonials .test_row div {
  color: white;
  padding: 0 2rem 0 2rem;
  font-size: 1rem;
}
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
#testimonials .test_row div h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
}

#testimonials .test_row div span,
sup {
  color: #fff;
  font-size: 64px;
  line-height: 78px;
}
@media (max-width: 1024px) {
  .testimonial_wrapper {
    margin-top: 100px;
  }
  #testimonials {
    height: 210px;
  }
  #testimonials .test_row {
    padding: 0;
  }
  #testimonials .test_row div {
    color: white;
    padding: 0.5rem;
    font-size: 1rem;
  }
  #testimonials .test_row div h2 {
    font-size: 32px;
  }

  #testimonials .test_row div span,
  sup {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .testimonial_wrapper {
    margin-top: 40px;
  }

  #testimonials {
    height: 99px;
  }

  #testimonials .test_row {
    padding: 0;
  }

  #testimonials .test_row div {
    color: white;
    padding: 0.2rem 1rem 0.2rem 1rem;
    font-size: 1rem;
  }
  #testimonials .test_row div h2 {
    font-size: 12px;
    line-height: 11px;
  }

  #testimonials .test_row div span,
  sup {
    font-size: 14px;
    line-height: 20px;
  }
}

/***********************Contact*****************************/
.contact_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  width: 1324px;
}
@media (max-width: 1920px) {
  #contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/c1.png);
    height: 12rem;
    width: 100%;
    background-size: cover;
  }
}
@media (min-width: 1921px) {
  #contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/c1.png);
    height: 12rem;
    width: 100%;
    background-size: cover;
  }
}

#contact .contact_button {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
  padding: 1rem;
  font-weight: 500;
  font-size: 1rem;
  background-color: rgba(233, 233, 233, 0.3);
  text-transform: uppercase;
}

#contact .contact_button:hover {
  cursor: pointer;
  background-color: #3f4888;
}

@media (max-width: 600px) {
  .contact_wrapper {
    margin-top: 2rem;
  }
  #contact .contact_button {
    padding: 0.5rem;
    font-size: 8px;
    width: 50%;
  }

  #contact {
    padding: 1rem;
    height: 4rem;
    width: 100%;
  }
}

/********************FOOTER*****************/

footer {
  background-color: #ececec;
  width: 100%;
  margin-top: 2%;
  font-family: sans-serif;
}

.footer1 {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

.bald {
  font-weight: bold;
}

ul {
  border-left: 1px solid black;
}

.footer1 a {
  color: black;
}

.footer1 div {
  width: 30%;
}

.light a {
  color: rgba(74, 74, 74, 0.65);
}
.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__logo img {
  width: 137px;
  height: 115px;
}
.start {
  text-align: left;
}
@media (min-width: 1921px) {
  li {
    list-style: none;
    padding: 0;
    margin-top: 5%;
    font-size: 14px;
    line-height: 21px;
  }
  .align {
    margin-left: 8%;
    margin-top: 10px;
  }
}

.footer1 i {
  padding: 1%;
}
.desktop_hidden {
  display: none;
}

.copyright {
  background-color: #3e3e3e;
  padding: 0.1%;
}

.copyright p {
  color: white;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}
@media (max-width: 1920px) {
  .align {
    margin-left: 10%;
    margin-top: 0px;
  }
  li {
    list-style: none;
    padding: 0;
    margin-top: 5%;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1440px) {
  footer {
    background-color: #ececec;
    width: 100%;
    margin-top: 2%;
    font-family: sans-serif;
  }

  .footer1 {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .bald {
    font-weight: bold;
  }

  ul {
    border-left: 1px solid black;
  }

  .footer1 a {
    color: black;
  }

  .footer1 div {
    width: 30%;
  }

  .light a {
    color: rgba(74, 74, 74, 0.65);
  }
  .footer__logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__logo img {
    width: 137px;
    height: 115px;
  }
  .align {
    margin-left: 7.5%;
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .footer__logo img {
    width: 77px;
    height: 65px;
  }

  li {
    list-style: none;
    padding: 1%;
    margin-top: 5%;
    font-size: 11px;
    line-height: 11px;
  }

  .align {
    margin-left: 0%;
  }

  .copyright {
    background-color: #3e3e3e;
    padding: 0;
  }

  .copyright p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  footer {
    background-color: #ececec;
    width: 100%;
    margin-top: 2%;
    font-family: sans-serif;
    padding-top: 40px;
  }
  .bald {
    font-size: 7px;
  }

  .footer1 {
    margin: auto;
    font-size: 10px;
  }
  .fa-linkedin-in {
    font-size: 0.5px;
    padding: 0.2px;
  }

  .pad_height {
    padding-top: 0px;
    padding-bottom: 25px;
    margin-top: 0px;
    height: 100px;
    text-align: center;
  }
  .pad_height li {
    text-align: center;
  }
  .light {
    line-height: 20px;
  }
  .footer_links {
    line-height: 18px;
  }
  .footer1 div {
    height: 300px;
  }

  li {
    list-style: none;
    padding: 0;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 8px;
    line-height: 10px;
  }
  ul {
    padding-left: 4px;
  }

  .footer1 {
    flex-direction: column;

    flex-wrap: wrap;
  }

  .footer1 div {
    height: 50%;
    width: 100%;
    padding-right: 0;
  }
  .footer1 ul {
    border: none;
    align-self: center;
  }
  .desktop_hidden i {
    font-size: 20px;
  }
  .footer1 li {
    line-height: 14px;
  }
  .pad_height,
  .pad_height2 {
    height: 100%;
  }
  .bald {
    font-size: 15px;
  }

  .footer__logo img {
    width: 100%;
    height: 100px;
  }

  .mobile_hidden {
    display: none;
  }
  .desktop_hidden {
    display: block;
  }
  .start {
    text-align: left;
    margin: 0;
    font-size: 8px;
  }
  .align {
    margin-top: 5px;
    font-size: 8px;
  }

  .footer1 i {
    padding: 0;
  }

  .copyright {
    background-color: #3e3e3e;
    padding: 0;
  }

  .copyright p {
    color: white;
    text-align: center;
    font-size: 6px;
    line-height: 8px;
    font-weight: 400;
    padding: 0.3rem;
  }
}
@media (max-width: 380px) {
  .copyright {
    background-color: #3e3e3e;
    padding: 0;
    flex-wrap: wrap;
  }
  .copyright p {
    font-size: 8px;
    line-height: 11px;
    padding: 0;
  }

  .bald {
    text-align: center;
    width: 100%;
  }
}

/***********************************common style ******************************************/
/******animation******/
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounceIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  60% {
    opacity: 1;
    transform: translateX(5px);
  }
  80% {
    opacity: 1;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(300px);
  }
  60% {
    opacity: 1;
    transform: translateX(-5px);
  }
  80% {
    opacity: 1;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*********************/
.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.banner img {
  width: 92%;
}

.intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem 1rem 1rem;
}

.intro p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  width: 82%;

  color: #000000;
}

@media (max-width: 1920px) {
  .intro p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
    width: 82%;

    color: #000000;
  }
  .banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .banner img {
    width: 92%;
  }
  .services_section .services {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
  }

  .services_section .services div {
    width: 589px;
    height: 336px;
  }
  .services_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    gap: 55px;
  }
  .text h3 {
    font-size: 24px;
    font-weight: 700;
    color: black;
  }

  .text p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    width: 85%;
    margin: auto;
    text-align: left;
  }
}
@media (max-width: 1440px) {
  .banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .banner img {
    width: 92%;
  }
  .services_section .services {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    gap: 5px;
  }
}
@media (max-width: 1280px) {
  .banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .banner img {
    width: 92%;
  }
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 0;
  }

  .banner img {
    width: 92%;
  }

  .intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
  }
}

@media (max-width: 600px) {
  .banner {
    height: 12rem;
    margin-top: 0rem;
  }

  .intro {
    padding: 0rem;
  }
  .intro p {
    font-size: 12px;
  }
}

@media (min-width: 1921px) {
  .services_section .services {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 35px;
  }
  .services_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    gap: 100px;
  }
  .services_section .services div {
    width: 655px;
    height: 370px;
  }
  .text h3 {
    font-size: 22px;
    font-weight: 700;
    color: black;
  }

  .text p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    width: 85%;
    margin: auto;
    text-align: left;
  }
  .responsive-img {
    width: 100%;
  }
  .responsive-img1 {
    width: 105%;
  }
}

.services_section .services {
  display: flex;
}

.text {
  text-align: center;
  background-color: #ececec;
  padding-bottom: 10px;
}
.responsive-img {
  width: 100%;
}
.responsive-img1 {
  width: 105%;
}
.text img {
  height: 16%;
  width: 8%;
  margin-top: 0.5%;
}

@media (max-width: 1440px) {
  .services_section .services div {
    width: 589px;
    height: 336px;
  }
}
@media (max-width: 1024px) {
  .services_section .services {
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 1215px) {
  .responsive-img1 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .services_section .services {
    display: flex;
    flex-direction: column;
  }
  .responsive-img1 {
    height: 90%;
  }

  .services_section .services div {
    width: 100%;
    margin: 0;
  }

  .responsive-img {
    width: 100%;
  }

  .text p {
    font-size: 12px;
    width: 90%;
  }

  .text h3 {
    font-size: 14px;
  }

  .text {
    height: 100%;
  }
}
@media (max-width: 400px) {
  .services_section .services {
    display: flex;
    flex-direction: column;
  }

  .services_section .services div {
    width: 100%;
    margin: 0;
  }

  .responsive-img {
    width: 100%;
  }

  .text p {
    font-size: 12px !important;
    width: 90%;
  }

  .text h3 {
    font-size: 14px !important;
  }

  .text {
    height: 100%;
  }
}
/*a propos page*/
.propos_banner {
  opacity: 0;
}
.propos_banner.active {
  animation: bounceInDown 1s forwards;
}
.propos_intro1,
.propos_intro2,
.propos_intro3,
.propos_intro4,
.propos_intro5,
.propos_title {
  opacity: 0;
}
.propos_intro1.active,
.propos_intro2.active,
.propos_intro3.active,
.propos_intro4.active,
.propos_intro5.active,
.propos_title.active {
  animation: fadeInDownBig 1s forwards;
}
.propos_img {
  opacity: 0;
}
.propos_img.active {
  animation: bounceInUp 1s forwards;
}
.propos_left1,
.propos_left2,
.propos_left3 {
  opacity: 0;
}
.propos_left1.active,
.propos_left2.active,
.propos_left3.active {
  animation: bounceInLeft 1s forwards;
}
.propos_right1,
.propos_right2,
.propos_right3 {
  opacity: 0;
}
.propos_right1.active,
.propos_right2.active,
.propos_right3.active {
  animation: bounceInRight 1s forwards;
}
.propos_contact {
  opacity: 0;
}
.propos_contact.active {
  animation: bounceIn 1s forwards;
}
@media (min-width: 1921px) {
  .thankYou .remerciments img {
    width: 100%;
  }

  .cards div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .cards div .imgLeft {
    width: 525px;
    height: 334px;
  }

  .cards div .imgRight {
    width: 525px;
    height: 334px;
    display: flex;
    flex-direction: column;

    background-color: #0b3e69;
    flex-wrap: wrap;
    padding: 1rem;
    position: relative;
  }
  .cards div .imgRight p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 21px;

    color: #ffffff;
  }
  .left::after {
    content: "";
    position: absolute;
    top: 7.4rem;
    left: 32.8rem;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 50px solid #0b3e69;
  }
}
.banner1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
.banner1 img {
  width: 92%;
}
@media (max-width: 1920px) {
  .p_logo1 {
    width: 199px;
    height: 34px;
  }
  .p_logo2 {
    width: 135px;
    height: 50px;
  }

  .banner1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .banner1 img {
    width: 92%;
  }
  .cards div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .cards div .imgLeft {
    width: 521px;
    height: 274px;
  }

  .cards div .imgRight {
    width: 521px;
    height: 274px;
    display: flex;
    flex-direction: column;

    background-color: #0b3e69;
    flex-wrap: wrap;
    padding: 1rem;
    position: relative;
    z-index: 8888;
  }
  .cards div .imgRight p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;

    color: #ffffff;
  }
  .thankYou .remerciments {
    width: 1055px;
  }
  .thankYou .remerciments img {
    width: 100%;
  }
  .left::after {
    content: "";
    position: absolute;
    top: 7.4rem;
    left: 32.4rem;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 50px solid #0b3e69;
  }
}

@media (max-width: 1440px) {
  .banner1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .banner1 img {
    width: 91.6%;
  }
  .thankYou .remerciments {
    width: 80%;
  }
}
@media (max-width: 1280px) {
  .banner1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .banner1 img {
    width: 92%;
  }
}
@media (max-width: 1024px) {
  .banner1 {
    margin-top: 0;
  }

  .banner1 img {
    width: 92%;
  }
  .right::before {
    visibility: hidden;
  }
  .left::after {
    visibility: hidden;
  }
  .cards div {
    flex-direction: column;
    margin: 1rem;
    width: 100%;
  }

  .cards div .imgLeft {
    width: 70%;
  }

  .cards div .imgRight {
    width: 70%;
  }
}
@media (max-width: 830px) {
  .cards div .imgRight p {
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
  }
  .cards div .imgLeft {
    width: 525px;
    height: 334px;
  }

  .cards div .imgRight {
    width: 525px;
    height: 334px;
    display: flex;
    flex-direction: column;

    background-color: #0b3e69;
    flex-wrap: wrap;
    padding: 1rem;
    position: relative;
  }
}

@media (max-width: 600px) {
  .cards div .imgRight p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;

    color: #ffffff;
  }
  html,
  .html {
    margin: 0;
  }

  .cards div .imgLeft {
    width: 80%;
    height: 200px;
  }

  .cards div .imgRight {
    width: 80%;
    height: 317px;
  }
  .banner1 {
    height: 12rem;
    margin-top: 0rem;
  }
  .cards div .imgRight p {
    font-size: 11px;
    line-height: 14px;
    padding: 10px;
  }
  .cards div .imgRight div img {
    width: 50%;
  }

  .cards div .imgRight p {
    line-height: 16px;
  }
}

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

.thankYou .remerciments .title2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 78px;
  text-align: center;
  color: #3f4888;
  padding-top: 10px;
}

.thankYou .remerciments img {
  width: 100%;
}
.cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right::before {
  content: "";
  position: absolute;
  top: 7.4rem;
  left: -3.1rem;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 50px solid #0b3e69;
  z-index: 9999;
}

.cards div .imgRight div {
  display: flex;
  flex-direction: column;
}

#contact1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/c2.png);
  height: 12rem;
  width: 100%;
  margin: 5% 0% 0 0%;
}

#contact1 .contact_button {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
  padding: 1rem;
  font-weight: 500;
  font-size: 1rem;
  background-color: rgba(233, 233, 233, 0.3);
  text-transform: uppercase;
}

#contact1 .contact_button:hover {
  background-color: #3f4888;

  cursor: pointer;
}

@media (max-width: 600px) {
  #contact1 .contact_button {
    padding: 0.5rem;
    font-size: 0.5rem;
    width: 50%;
  }

  #contact1 {
    margin-top: 3rem;
    padding: 1rem;
    margin: 0rem;
    height: 4rem;
    width: 100%;
  }
}

/*coffrage page*/
.contact2_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 1920px) {
  #contact2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 1183px;
    margin: auto;
    background-image: url(../img/c3.png);
    height: 12rem;
  }
}
@media (min-width: 1921px) {
  #contact2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0rem;
    background-repeat: no-repeat;
    width: 1345px;
    margin: auto;
    background-position: center center;
    background-size: cover;
    background-image: url(../img/c3.png);
    height: 12rem;
  }
}

#contact2 .contact_button {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
  padding: 1rem;
  font-weight: 500;
  font-size: 1rem;
  background-color: rgba(233, 233, 233, 0.3);
  text-transform: uppercase;
}

#contact2 .contact_button:hover {
  background-color: #3f4888;

  cursor: pointer;
}
@media (max-width: 1280px) {
  #contact2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/c3.png);
    height: 10rem;
    width: 100%;
  }
  .services {
    flex-direction: column !important;
  }
  .services2 {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 1024px) {
  .contact2_wrapper {
    margin-top: 8rem;
  }
}
@media (max-width: 600px) {
  #contact2 .contact_button {
    padding: 0.5rem;
    font-size: 0.5rem;
    width: 50%;
  }

  #contact2 {
    margin-top: 3rem;
    padding: 1rem;
    margin: 0rem;
    height: 4rem;
    width: 100%;
  }
  .services2 {
    flex-direction: column-reverse !important;
  }
}
/*coffrage_animation*/
.coffrage_banner {
  opacity: 0;
}
.coffrage_banner.active {
  animation: bounceInDown 1s forwards;
}
.coffrage_intro {
  opacity: 0;
}
.coffrage_intro.active {
  animation: bounceInUp 1s forwards;
}

.coffrage_left,
.coffrage_left1 {
  opacity: 0;
}
.coffrage_left.active,
.coffrage_left1.active {
  animation: bounceInLeft 1s forwards;
}

.coffrage_right,
.coffrage_right1 {
  opacity: 0;
}
.coffrage_right.active,
.coffrage_right1.active {
  animation: bounceInRight 1s forwards;
}

.coffrage_contact {
  opacity: 0;
}
.coffrage_contact.active {
  animation: bounceIn 1s forwards;
}
/*protection page*/
/*protection_animation*/
.protection_banner {
  opacity: 0;
}
.protection_banner.active {
  animation: bounceInDown 1s forwards;
}
.protection_intro {
  opacity: 0;
}
.protection_intro.active {
  animation: bounceInUp 1s forwards;
}

.protection_left {
  opacity: 0;
}
.protection_left.active {
  animation: bounceInLeft 1s forwards;
}

.protection_right {
  opacity: 0;
}
.protection_right.active {
  animation: bounceInRight 1s forwards;
}
.protection_contact {
  opacity: 0;
}
.protection_contact.active {
  animation: bounceIn 1s forwards;
}

.contact3_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 1920px) {
  #contact3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 1183px;
    margin: auto;
    background-image: url(../img/c4.png);
    height: 12rem;
  }
}
@media (min-width: 1921px) {
  #contact3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1345px;
    margin: auto;
    background-image: url(../img/c4.png);
    height: 12rem;
  }
}

#contact3 .contact_button {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
  padding: 1rem;
  font-weight: 500;
  font-size: 1rem;
  background-color: rgba(233, 233, 233, 0.3);
  text-transform: uppercase;
}

#contact3 .contact_button:hover {
  background-color: #3f4888;

  cursor: pointer;
}
@media (max-width: 1280px) {
  #contact3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    background-image: url(../img/c4.png);
    height: 10rem;
  }
}
@media (max-width: 600px) {
  #contact3 .contact_button {
    padding: 0.5rem;
    font-size: 0.5rem;
    width: 50%;
  }

  #contact3 {
    margin-top: 3rem;
    padding: 1rem;
    margin: 0rem;
    height: 4rem;
    width: 100%;
  }
}

/*diagnostique page*/
.contact4_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 1920px) {
  #contact4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 1183px;
    margin: auto;
    background-image: url(../img/c5.png);
    height: 12rem;
  }
}
@media (min-width: 1921px) {
  #contact4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1345px;
    margin: auto;
    background-image: url(../img/c5.png);
    height: 12rem;
  }
}

#contact4 .contact_button {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
  padding: 1rem;
  font-weight: 500;
  font-size: 1rem;
  background-color: rgba(233, 233, 233, 0.3);
  text-transform: uppercase;
}

#contact4 .contact_button:hover {
  background-color: #3f4888;

  cursor: pointer;
}
@media (max-width: 1280px) {
  #contact4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    background-image: url(../img/c5.png);
    height: 10rem;
  }
}
@media (max-width: 600px) {
  #contact4 .contact_button {
    padding: 0.5rem;
    font-size: 0.5rem;
    width: 50%;
  }

  #contact4 {
    margin-top: 3rem;
    padding: 1rem;
    margin: 0rem;
    height: 4rem;
    width: 100%;
  }
}
.intro1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 1920px) {
  .intro1 p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;

    text-align: left;
    width: 82%;

    color: #000000;
  }
}
@media (min-width: 1921px) {
  .intro1 p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    width: 68%;

    color: #000000;
  }
}

@media (max-width: 1024px) {
  .intro1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
  }
}

@media (max-width: 600px) {
  .intro1 {
    padding: 0rem;
  }
  .intro1 p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    line-height: 15px;

    font-size: 10px;
  }
}
/*job page*/

.height {
  height: 1000px;
}
#job {
  margin: 18% 0 29% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1920px) {
  #job {
    margin: 25% 0 25% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .job_card1 {
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(-100%);
    animation: slide-in-right 1s both;
    width: 357.29px;
    height: 217.36px;

    transform: matrix(-1, 0, 0, 1, 0, 0);
  }

  .job_card2 {
    top: -7rem;
    left: -8rem;
    position: absolute;
    width: 353px;
    height: 315px;

    background: #f3f3f3;
    box-shadow: 1px 4px 17px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 70px 0px;

    padding: 3% 3% 3% 30%;
    z-index: 1;
    transform: translateX(100%);
    animation: slide-in-left 1s both;
  }
}
@media (max-width: 1440px) {
  .height {
    height: 1000px;
    padding: 0;
    margin: 0;
  }
  #job {
    margin: 20% 0 30% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
@media (max-width: 830px) {
  #job {
    margin: 25% 0 25% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
.job_cards {
  position: relative;
  display: flex;
  justify-content: center;
  animation: slide-in 1s both;
}

.job_card1 {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(-100%);
  animation: slide-in-right 1s both;
  width: 407.29px;
  height: 247.36px;

  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.job_card2 {
  top: -7rem;
  left: -8rem;
  position: absolute;
  width: 363px;
  height: 315px;

  background: #f3f3f3;
  box-shadow: 1px 4px 17px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 70px 0px;

  padding: 3% 3% 3% 30%;
  z-index: 1;
  transform: translateX(100%);
  animation: slide-in-left 1s both;
}

.job_card1 img {
  width: 100%;
}

.job_card_text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 2rem 2rem 6rem 8rem;
  color: #c2c2c2;
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes slide-in-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes slide-in-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

@media (max-width: 1024px) {
  .job_card1 {
    width: 337.29px;
    height: 167.36px;
  }

  .job_card2 {
    top: -3rem;
    left: -8rem;
    position: absolute;
    width: 343px;
    height: 285px;
  }
  .height {
    height: 600px;
  }
  .job_card_text {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .height {
    height: 500px;
  }
  #job {
    margin: 15% 0 25% 0;
  }

  .job_card1 {
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(-100%);
    animation: slide-in-right 1s both;
    width: 187.29px;
    height: 67.36px;

    transform: matrix(-1, 0, 0, 1, 0, 0);
  }

  .job_card2 {
    top: 0rem;
    left: -4rem;
    position: absolute;
    width: 183px;
    height: 187px;

    background: #f3f3f3;
    box-shadow: 1px 4px 17px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 70px 0px;

    padding: 3% 3% 3% 30%;
    z-index: 1;
    transform: translateX(100%);
    animation: slide-in-left 1s both;
  }

  .job_card1 img {
    width: 100%;
  }

  .job_card_text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;
    padding: 2rem 2rem 2rem 4rem;
    color: #c2c2c2;
  }
}
@media (max-width: 400px) {
  .height {
    height: 500px;
  }
  #job {
    margin: 15% 0 25% 0;
  }

  .job_card1 {
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(-100%);
    animation: slide-in-right 1s both;
    width: 157.29px;
    height: 67.36px;

    transform: matrix(-1, 0, 0, 1, 0, 0);
  }

  .job_card2 {
    top: 0rem;
    left: -3rem;
    position: absolute;
    width: 163px;
    height: 147px;

    background: #f3f3f3;
    box-shadow: 1px 4px 17px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 70px 0px;

    padding: 3% 3% 3% 30%;
    z-index: 1;
    transform: translateX(100%);
    animation: slide-in-left 1s both;
  }

  .job_card1 img {
    width: 100%;
  }

  .job_card_text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 7px;
    line-height: 10px;
    text-transform: uppercase;
    padding: 1rem 2rem 2rem 3rem;
    color: #c2c2c2;
  }
}
/********************REVERT POSITIONS PROPOS*********************************/
.desktop_none {
  display: none;
}
@media (max-width: 1158px) {
  .mobile_none {
    display: none;
  }
  .desktop_none {
    display: block;
    color: #c2c2c2;
  }
  .left::after,
  .right::before {
    display: none;
  }
}

/*************Scroll Animation Diagram*************/
@keyframes MoveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.5s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
  animation: MoveUpDown 0.5s linear;
  animation-iteration-count: 1;
}
.reveal_line_and_bullet {
  transform: translateY(128px);
  opacity: 0;
  transition: 0.5s all ease;
}

.reveal_line_and_bullet.active {
  transform: translateY(0);
  opacity: 1;
  animation: MoveUpDown 0.5s linear;
  animation-iteration-count: 1;
}

/******************Title Animation ******************/
@media (min-width: 2500px) {
  .reveal_title {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    white-space: nowrap !important;
    overflow: hidden; text-overflow: ellipsis;
  }
  .reveal_title.active {
    display: block;
    -webkit-animation: slide-bl 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-bl 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    width: 100%;
    height: 100%;
    opacity: 1;
    white-space: nowrap !important;
    overflow: hidden; text-overflow: ellipsis;
  }
}

.reveal_title {
  position: relative;
  transform: translateY(150px);
  opacity: 0;

}
.reveal_title.active {
  display: block;
  -webkit-animation: slide-bl 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bl 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  width: 100%;
  height: 100%;
  opacity: 1;
}

@keyframes slide-bl {
  0% {
    -webkit-transform: translateY(-100px) translateX(100px);
    transform: translateY(-100px) translateX(100px);
    white-space: nowrap !important;
    overflow: hidden; 
    text-overflow: ellipsis;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0);
    transform: translateY(0px) translateX(0);
    white-space: nowrap !important;
    overflow: hidden; 
    text-overflow: ellipsis;
  }
}

/******************Count Up Animation **********************/

/*diagnostique_animation*/
.diag_banner {
  opacity: 0;
}
.diag_banner.active {
  animation: bounceInDown 1s forwards;
}
.diag_intro {
  opacity: 0;
}
.diag_intro.active {
  animation: bounceInUp 1s forwards;
}

.diag_left {
  opacity: 0;
}
.diag_left.active {
  animation: bounceInLeft 1s forwards;
}

.diag_right {
  opacity: 0;
}
.diag_right.active {
  animation: bounceInRight 1s forwards;
}
.diag_contact {
  opacity: 0;
}
.diag_contact.active {
  animation: bounceIn 1s forwards;
}
/*contact_animation*/
.contact_banner {
  opacity: 0;
}
.contact_banner.active {
  animation: bounceInDown 1s forwards;
}
.contact_right {
  opacity: 0;
}
.contact_right.active {
  animation: bounceInRight 1s forwards;
}
.contact_left {
  opacity: 0;
}
.contact_left.active {
  animation: bounceInLeft 1s forwards;
}
.contact_card,
.contact_link {
  opacity: 0;
  z-index: 9999;
}
.contact_card.active,
.contact_link.active {
  animation: bounceInUp 1s forwards;
}
.contact_map {
  opacity: 0;
  z-index: 8888;
}
.contact_map.active {
  animation: bounceInUp 1s forwards;
}
/*Job animation*/
.job_banner {
  opacity: 0;
}
.job_banner.active {
  animation: bounceInDown 1s forwards;
}
.job_right {
  opacity: 0;
}
.job_right.active {
  animation: bounceInRight 0.5s forwards;
}
.job_left {
  opacity: 0;
}
.job_left.active {
  animation: bounceInLeft 0.5s forwards;
}
