*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #1f1f1f;
}
body.menu-open, body.modal-active {
  overflow: hidden;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container-sm {
  max-width: 960px;
}
.container-s {
  max-width: 1230px;
}
.container-md {
  max-width: 1440px;
}

p {
  margin: 0;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
}

form input[type=submit] {
  outline: none !important;
}

input[type=text] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1,
h2,
h3,
h4,
li,
p,
span {
  cursor: default;
}

a h2,
a h3,
a h4,
a li,
a p,
a span {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  cursor: default;
  position: relative;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 114.286% */
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
h1 span {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 133.333% */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

h2 {
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px; /* 127.273% */
  letter-spacing: 0.44px;
  text-transform: uppercase;
}

h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 111.111% */
  letter-spacing: 1.44px;
}
h3.small {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 127.273% */
  letter-spacing: 0.88px;
}

h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 123.077% */
  letter-spacing: 1.04px;
}

h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 127.273% */
  letter-spacing: 0.88px;
}

.underline_title {
  position: relative;
  padding-bottom: 12px;
}
.underline_title:before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #1f1f1f;
}

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

ul {
  padding: 0;
}

ul:not(.menu) li {
  position: relative;
  padding-left: 30px;
  list-style: none;
}
ul:not(.menu) li:not(:last-of-type) {
  margin-bottom: 10px;
}
ul:not(.menu) li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 9px;
  border-radius: 50%;
  background-color: #0f0f0f;
}

[data-aos=fade-in] {
  opacity: 0;
}
[data-aos=fade-in].aos-animate {
  opacity: 1;
}

main:not(.home-page) {
  padding-top: 64px;
}

main.page-svg {
  position: relative;
}
main.page-svg::before {
  content: url(../img/page-svg.svg);
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 32vw;
  max-width: 600px;
  height: auto;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }
  h1 span {
    font-size: 30px;
    line-height: 36px;
  }
  h2 {
    font-size: 32px;
    line-height: 39px;
  }
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
  h4 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media screen and (max-width: 991px) {
  main.page-svg::before {
    display: none;
  }
  main:not(.home-page) {
    padding-top: 48px;
  }
  h1 {
    font-size: 36px;
    line-height: 41px;
  }
  h1 span {
    font-size: 28px;
    line-height: 32px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 121.212% */
    letter-spacing: 0.33px;
  }
  h1 span {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 114.286% */
    letter-spacing: 0.21px;
  }
  h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 128.571% */
    letter-spacing: 0.28px;
  }
  h3 {
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 118.519% */
    letter-spacing: 1.08px;
  }
  h3.small {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 127.273% */
    letter-spacing: 0.88px;
  }
  h4 {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 133.333% */
    letter-spacing: 0.84px;
  }
  h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    text-align: center;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  transition: 0.4s ease-in-out;
  color: #fff;
  background: #1f1f1f;
  height: 88px;
}
.header__mob {
  display: none;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
}
.header__menu li {
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.4s ease-in-out;
  gap: 8px;
  padding: 32px 0;
  cursor: pointer;
}
.header__menu li .box-svg {
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
}
.header__menu li .box-svg svg path {
  stroke: #fff;
}
.header__menu li:hover {
  color: #fff;
  text-shadow: 0 0 1px #fff;
}
.header__menu li:hover .box-svg {
  transform: rotate(-90deg);
}
.header__menu li.menu-item-has-children {
  position: relative;
}
.header__menu li.menu-item-has-children .menu-image {
  max-width: 585px;
  width: 100%;
  max-height: 290px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 88px;
  opacity: 0;
  transition: 0.1s ease-in-out;
  pointer-events: none;
}
.header__menu li.menu-item-has-children .menu-image img {
  height: 100%;
}
.header__menu li.menu-item-has-children .menu-image::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(227, 231, 241, 0) 3.03%, #f3f2fa 68.03%);
  left: 0;
  width: 140%;
  height: 100%;
}
.header__menu li.menu-item-has-children::before {
  content: "";
  position: fixed;
  background-color: #f3f2fa;
  top: 88px;
  left: 0;
  width: 100%;
  min-height: 290px;
  transition: 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header__menu li.menu-item-has-children:hover::before {
  top: 88px;
  opacity: 1;
  visibility: visible;
  transition: 0.1s ease-in-out;
}
.header__menu li.menu-item-has-children:hover > .menu-image {
  opacity: 1;
  top: 88px;
  transition: 0.1s ease-in-out;
}
.header__menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease-in-out;
  pointer-events: all;
}
.header .sub-menu {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  padding: 16px 0;
  min-width: 282px;
  top: 86px;
  left: 0;
  color: #1f1f1f;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  z-index: 2;
  pointer-events: none;
}
.header .sub-menu li {
  list-style: none;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 0;
  color: #1f1f1f;
  margin-bottom: 0 !important;
  list-style: none;
  border-radius: unset;
  text-wrap: balance;
}
.header .sub-menu li::before {
  display: none;
}
.header .sub-menu li a {
  position: relative;
  z-index: 1;
}
.header .sub-menu li .box-svg {
  background-color: transparent;
  border: none;
  width: 9px;
  height: 6px;
  z-index: 1;
}
.header .sub-menu li .box-svg svg {
  transform: rotate(90deg);
}
.header .sub-menu li .box-svg svg path {
  stroke: #1f1f1f;
}
.header .sub-menu li .menu-image {
  max-width: 585px;
  width: 100%;
  max-height: 290px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 88px;
  opacity: 0;
  transition: 0.4s ease-in-out;
  pointer-events: none;
}
.header .sub-menu li .menu-image::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(227, 231, 241, 0) 3.03%, #f3f2fa 68.03%);
  left: 0;
  width: 140%;
  height: 100%;
}
.header .sub-menu li .menu-image img {
  height: 100%;
}
.header .sub-menu li:hover {
  background-color: transparent;
  text-decoration: none;
}
.header .sub-menu li:hover .menu-image {
  opacity: 1;
}
.header .sub-menu li:hover .box-svg svg {
  transform: rotate(90deg);
}
.header .sub-menu a:hover {
  text-shadow: 0 0 0.7px #1f1f1f;
}
.header .sub-menu .sub-menu {
  position: absolute;
  max-width: -moz-max-content;
  max-width: max-content;
  width: -moz-max-content;
  width: max-content;
  top: -16px;
  left: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.header .hamburger {
  display: none;
  position: relative;
  padding: 30px 8px;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 998;
}
.header .hamburger span {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  margin-left: auto;
  transition: all 0.3s;
}
.header .hamburger span:before, .header .hamburger span:after {
  content: "";
  display: block;
  height: 2px;
  right: 0;
  background: #fff;
  position: absolute;
  transition: all 0.3s;
}
.header .hamburger span:before {
  top: -7px;
  width: 22px;
}
.header .hamburger span:after {
  bottom: -7px;
  width: 22px;
}
.header .hamburger.active span {
  width: 0;
  background: #fff;
}
.header .hamburger.active span::before {
  top: 0;
  width: 26px;
  transform: rotate(45deg);
  background: #fff;
}
.header .hamburger.active span::after {
  bottom: 0;
  width: 26px;
  transform: rotate(-45deg);
  background: #fff;
}

@media screen and (max-width: 1699px) {
  .header .sub-menu li .menu-image {
    max-width: 25vw;
  }
  .header__menu li.menu-item-has-children .menu-image {
    max-width: 25vw;
  }
}
@media screen and (max-width: 1499px) {
  .header .sub-menu li .menu-image {
    max-width: 20vw;
  }
  .header__menu li.menu-item-has-children .menu-image {
    max-width: 20vw;
  }
}
@media screen and (max-width: 1199px) {
  .header__mob {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 64px;
    color: #1f1f1f;
    width: 100%;
    max-width: 100vw;
    padding: 27px 20px;
    -webkit-transform: translateY(-160%);
    -ms-transform: translateY(-160%);
    transform: translateY(-160%);
    opacity: 0;
    height: calc(100vh - 64px);
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    margin-left: 0;
    overflow-y: auto;
    background: #f3f2fa url(../img/header-mob-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header__mob-logo {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .header__mob nav {
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    max-width: 250px;
    width: 100%;
  }
  .header__mob-link {
    margin-bottom: 24px;
  }
  .header__mob-link_item {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
  }
  .header__mob-link_item svg {
    min-width: 32px;
  }
  .header__mob-rdv {
    display: flex;
  }
  .header .header__rdv-desk {
    display: none;
  }
  .header .header__mob-rdv {
    display: flex;
  }
  .header__menu {
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }
  .header__menu > li {
    padding: 8px 0;
    color: #1f1f1f;
  }
  .header__menu > li.menu-item-has-children {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: unset;
    width: 100%;
    padding-left: 0;
  }
  .header__menu > li.menu-item-has-children::before {
    display: none;
  }
  .header__menu > li.menu-item-has-children a {
    order: 1;
  }
  .header__menu > li.menu-item-has-children .box-svg {
    order: 2;
    margin-left: 12px;
  }
  .header__menu > li.menu-item-has-children .box-svg svg path {
    stroke: #1f1f1f;
  }
  .header__menu > li.menu-item-has-children .sub-menu {
    order: 3;
    display: none;
  }
  .header__menu > li .menu-image {
    display: none;
  }
  .header__menu li {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    gap: 0;
  }
  .header__menu li::before {
    height: 48px;
  }
  .header__menu li.menu-item-has-children {
    justify-content: center;
    flex-wrap: wrap;
  }
  .header__menu li > .sub-menu li {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }
  .header__menu li > .sub-menu li > .sub-menu li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .header__menu .menu-item-object-traitements-category:hover {
    font-weight: 600;
  }
  .header.active .header__mob {
    transform: translateY(0);
    opacity: 1;
  }
  .header__menu-desk {
    display: none;
  }
  .header .sub-menu {
    position: initial;
    max-height: 0;
    min-width: 300px;
    padding: 0 16px;
    white-space: initial;
    margin-left: -16px;
    background-color: #f3f2fa;
  }
  .header .sub-menu > li {
    padding: 0;
  }
  .header .sub-menu > li.menu-item-has-children {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header .sub-menu .sub-menu {
    position: initial;
    background: transparent;
    max-height: 0;
    padding: 0 16px !important;
  }
  .header .sub-menu .sub-menu li:hover {
    padding: 0;
    font-weight: 600;
  }
  .header .sub-menu .sub-menu li:hover .sub-menu {
    padding: 0 16px !important;
    max-height: 900px;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .header .sub-menu .sub-menu > li .sub-menu > li:hover {
    font-weight: 600;
  }
  .header li:hover {
    color: #1f1f1f;
  }
  .header li:hover > .sub-menu {
    padding: 16px;
    max-height: 900px;
    margin-top: 4px;
  }
  .header li:hover > .sub-menu li:hover {
    padding: 0;
  }
  .header li:hover > .sub-menu li:hover .sub-menu {
    margin-top: 0;
    padding: 8px 16px !important;
  }
  .header .hamburger {
    display: flex;
    position: relative;
    width: 64px;
    height: 64px;
    z-index: 1;
  }
  .header__links-link {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
  }
  .header__links .btn {
    margin-top: 24px;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .header {
    height: 48px;
  }
  .header__logo {
    max-width: 79px;
  }
  .header__logo svg {
    width: 100%;
    height: auto;
  }
  .header__mob {
    top: 48px;
    height: calc(100vh - 48px);
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  text-wrap: nowrap;
  white-space: nowrap;
  min-width: -moz-max-content;
  min-width: max-content;
}
.breadcrumbs li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #1f1f1f;
  list-style: none;
}
.breadcrumbs li:last-child {
  color: #1f1f1f;
}
.breadcrumbs li:hover {
  color: #1f1f1f;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.breadcrumbs li:after {
  content: "|";
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0px 11px;
  color: #1f1f1f;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.btn {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: 1.92px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding: 8px 9px;
  color: #1f1f1f;
  transition: color 0.3s ease-in-out;
}
.btn-retour {
  display: flex;
  justify-content: center;
  max-width: 286px;
  width: 100%;
  margin: 130px auto 0;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 1px;
  width: 100%;
  background-color: #1f1f1f;
  z-index: -1;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.btn svg {
  margin-left: 17px;
  width: 4px;
}
.btn svg path {
  transition: 0.3s ease-in-out;
}
.btn:hover {
  color: #fff;
}
.btn:hover::before {
  max-height: 40px;
}
.btn:hover svg path {
  stroke: #fff;
}
.btn-white {
  color: #fff;
}
.btn-white::before {
  background-color: #fff;
}
.btn-white:hover {
  color: #1f1f1f;
}
.btn-white:hover::before {
  background-color: #fff;
}
.btn-white:hover svg path {
  stroke: #fff;
}

@media screen and (max-width: 575px) {
  .btn {
    transition: 0.1s ease-in-out;
  }
  .btn::before {
    transition: 0.1s ease-in-out;
  }
  .btn svg path {
    transition: 0.1s ease-in-out;
  }
}
.widgets {
  position: fixed;
  z-index: 500;
  right: 0;
  top: 348px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 8px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.widgets.show {
  opacity: 1;
}
.widgets__svg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  width: 68px;
  height: 68px;
  background: #1f1f1f;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: 1.92px;
  text-transform: uppercase;
  font-family: "Poppins";
  color: #fff;
}
.widgets__svg svg path {
  transition: 0.3s ease-in-out;
}
.widgets__link {
  display: flex;
  align-items: center;
  height: 68px;
}
.widgets__link span {
  background: #1f1f1f;
  color: #fff;
  padding: 22px px;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.3s ease-in-out;
  width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.widgets__link:first-of-type {
  text-align: center;
  text-transform: uppercase;
}
.widgets__link:hover span {
  opacity: 1;
  visibility: visible;
  width: 314px;
}
.widgets__link:hover .widgets__svg path {
  fill: #fff;
}

body:not(.home) .widgets {
  position: fixed;
  top: 348px;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .widgets {
    display: none;
  }
}
.retour {
  padding: 70px 0 140px;
}
.retour__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 220px;
}

@media screen and (max-width: 1199px) {
  .retour {
    padding: 60px 0 120px;
  }
}
@media screen and (max-width: 991px) {
  .retour {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .retour {
    padding: 40px 0 80px;
  }
}
.head {
  background-color: #f3f2fa;
  padding: 140px 0 40px;
  position: relative;
}
.head__logo {
  position: absolute;
  right: 24px;
  bottom: 0;
  width: 33vw;
  max-width: 634px;
  height: auto;
}
.head__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.head__title {
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px; /* 136.842% */
  letter-spacing: -0.76px;
}
.head__breadcrumbs {
  max-width: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1199px) {
  .head {
    padding: 60px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .head {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .head {
    overflow-x: hidden;
    padding: 40px 0 20px;
  }
  .head__title {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
  }
  .head__breadcrumbs {
    overflow-y: scroll;
    max-width: 100%;
  }
}
.technologies {
  padding: 80px 0 20px;
}
.technologies-page .head .container {
  max-width: 1230px;
}
.technologies__container {
  max-width: 1230px;
}
.technologies__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.technologies__item {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.technologies__item:nth-child(even) {
  flex-direction: row-reverse;
}
.technologies__item:nth-child(even) .technologies__item-wrapper {
  background-color: #f3f2fa;
}
.technologies__item-img {
  width: 50%;
  max-width: 600px;
  height: 420px;
  overflow: hidden;
  position: relative;
}
.technologies__item-img img {
  transition: 0.3s ease-in-out;
  height: 100%;
}
.technologies__item-wrapper {
  width: 50%;
  max-width: 600px;
  padding: 32px 30px 30px;
}
.technologies__item:nth-child(odd) .technologies__item-wrapper {
  display: flex;
  justify-content: center;
}
.technologies__item:nth-child(odd) .technologies__item-content {
  margin-left: 30px;
}
.technologies__item-content {
  max-width: 450px;
  width: 100%;
}
.technologies__item-title {
  margin-bottom: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 125% */
  letter-spacing: 1.28px;
}
.technologies__item-text {
  text-align: justify;
}
.technologies__item:hover .technologies__item-img img {
  transform: scale(1.05) rotate(2deg);
}

@media screen and (max-width: 1199px) {
  .technologies__item:nth-child(odd) .technologies__item-content {
    margin-left: unset;
  }
}
@media screen and (max-width: 991px) {
  .technologies__item-img {
    height: 380px;
  }
  .technologies__item-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .technologies__item {
    flex-direction: column-reverse;
    align-items: center;
  }
  .technologies__item:nth-child(even) {
    flex-direction: column-reverse;
  }
  .technologies__item:nth-child(odd) .technologies__item-wrapper {
    justify-content: flex-start;
  }
  .technologies__item-img {
    width: 100%;
    height: 300px;
  }
  .technologies__item-wrapper {
    width: 100%;
    padding: 30px 0;
  }
  .technologies__item:nth-child(1) .technologies__item-wrapper {
    padding-top: 0;
  }
  .technologies__item-title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1.12px;
  }
}
@media screen and (max-width: 575px) {
  .technologies {
    padding: 60px 0 20px;
  }
  .technologies__items {
    gap: 30px 0;
  }
}
.footer {
  background-color: #1f1f1f;
  color: #fff;
  padding: 80px 0 40px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 80px;
}
.footer__top-left {
  width: 30%;
}
.footer__top-right {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  max-width: 950px;
  width: 68%;
}
.footer__top-right nav {
  max-width: 50%;
}
.footer__menu {
  margin: 0;
}
.footer__menu li {
  padding: 0 !important;
}
.footer__menu li::before {
  display: none;
}
.footer__menu li a {
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.footer__menu li:not(:last-of-type) {
  margin-bottom: 16px;
}
.footer__menu li:hover a {
  color: #f3f2fa;
  text-shadow: 0 0 2px #f3f2fa;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
.footer__bottom-wrap {
  display: flex;
  gap: 12px;
}
.footer__bottom-wrap a {
  transition: 0.3s ease-in-out;
}
.footer__bottom-wrap a:hover {
  color: #f3f2fa;
  text-shadow: 0 0 2px #f3f2fa;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 80px 0;
  }
  .footer__top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .footer__top-left {
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer__top-right {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .footer__top-right nav {
    max-width: 100%;
    text-align: center;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__bottom-wrap {
    margin-top: 8px;
    display: inline-block;
  }
}
@media screen and (max-width: 575px) {
  .footer {
    padding: 40px 0;
  }
  .footer__bottom-droits {
    max-width: 298px;
  }
}
