.ct-a-vie {
  color: #000;
}

.ct-a-vie__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 120px;
    margin-top: 90px;
}

.ct-a-vie h2 {
  font-size: 18px;
  line-height: 22px;
}

.bold {
  font-weight: 700;
}

/*BANNER*/
.banner {
  height: 375px;
  display: flex;
  align-items: center;
}

.banner__background {
  background-image: url("/assets/img/ct-a-vie/banner-ct-a-vie.jpg");
  background-position: center;
}

.banner__title {
  padding: 0 20px;
}

.banner__subtitle {
  margin-top: 0;
  padding: 0 20px;
}

.intro header {
  text-align: center;
  padding: 24px 20px 27px;
}

.intro header h2 {
  margin: 0;
}

.intro header p {
  font-size: 16px;
}

.intro header > p {
  padding: 0 20px;
  margin: 4px 0 0;
  font-weight: 600;
}

.intro > p {
  padding: 0 20px;
}

/* SERVICES */
.service__card {
  position: relative;
  margin: -55px 20px 28px;
  padding: 22px 25px 29px;
  border-radius: 20px;
  background: rgba(243, 247, 255, 0.8);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
}

.service__card h2 {
  margin-top: 0;
  margin-bottom: 9px;
}

.service__card h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.service__card p {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.service__subtitle {
  margin-bottom: 19px;
}

.service > img {
  display: block;
  width: 100%;
}

.service ul {
  margin: 0;
}

.service ul + p {
  margin-bottom: 0;
}

.service ul + p strong {
  font-size: 20px;
}

.service__icon-text {
  list-style: none;
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px;
}

.service__icon-text .img-wrapper {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 45px;
  height: 30px;
  margin-right: 15px;
}

.service__icon-text .img-wrapper img {
  height: 100%;
}

.service__icon-text p {
  margin-bottom: 0;
}

.service__card--container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.service__card--content {
  width: 42%;
}

.service--bold {
  font-weight: 800;
}

.security-packs__appointment-tel {
  display: inline-block;
  font-weight: bold;
  text-align: center;
}

/*HOW TO*/
.how {
  display: block;
  width: 100%;
  text-align: center;
  padding: 44px 0;
  overflow: hidden;
  background-color: #f8f9fb;
}

.how h2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.how .content > p {
  font-weight: 600;
  margin-top: 20px;
  padding: 0 25px;
  text-align: left;
}

.how .hows {
  width: 100%;
  justify-content: space-between;
  margin: 0;
}

.how .hows .item {
  width: 100%;
  padding: 0 25px;
  list-style: none;
  box-sizing: border-box;
}

.how .hows .item div {
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style-type: none;
}

.how .hows .item img {
  height: 91px;
}

.how .hows .item h3 {
  font-size: 18px;
  line-height: 24px;
  /* flex-grow: 1; */
}

.text-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.text-container h3 {
  flex-grow: 1;
}

/* ADVANTAGES */
.advantages {
  background-image: url("/assets/img/solutions-recharge/ct-a-vie-advantages.jpg");
  background-position: center;
  background-size: cover;
  padding: 23px 20px 34px;
}

.avantages {
  padding: 23px 0 34px;
}

.advantages .content > p {
  margin-top: 28px;
  color: #ffffff;
}

.advantages h2 {
  text-align: center;
  color: #ffffff;
}

.advantages__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 26px;
}

.advantages__card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  padding: 25px;
  box-sizing: border-box;
}

.advantages__card__title {
  display: flex;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

.advantages__card__title,
.advantages__card__title h3 {
  font-size: 19px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}

.advantages__card hr {
  margin: 18px 0;
  border-top-color: #d1d1d1;
  border-bottom: 0;
}

.advantages__table {
  margin-top: 32px;
}

.advantages__table th.last-col {
  text-align: center;
}

th,
td {
  font-weight: normal;
  padding: 10px;
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  outline: 1px solid #d1d1d1;
  border-collapse: separate;
}

.half {
  width: 77px;
}

.half + .half {
  width: 114px;
  text-align: center;
}

.no-bg {
  background: none;
  border: 0;
  outline: none;
}

.no-border-right {
  border: 2px solid #d1d1d1;
  position: relative;
}

.no-border-right::before {
  content: "";
  width: 4px;
  outline: none;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  /* transform: translate(-50%, 0); */
}

.no-border-left {
  border-left: 0;
}

.border-radius-nw {
  border-top-left-radius: 20px;
}

.border-radius-ne {
  border-top-right-radius: 20px;
}

.border-radius-sw {
  border-bottom-left-radius: 20px;
}

.border-radius-se {
  border-bottom-right-radius: 20px;
}

.bg-blue-dark {
  background: rgba(209, 226, 255, 0.9);
}

.bg-blue-light {
  background: rgba(235, 242, 255, 0.9);
}

/* DOCS DOWNLOAD */
.doc {
  padding: 50px 0 40px;
  overflow: hidden;
}
.doc h2 {
  text-align: center;
  margin: 0 0 24px;
}

.doc--app {
  background: #f8f9fb;
}

.documents {
  width: 247px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: visible;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-list {
  overflow: visible;
}

.document {
  display: block;
  width: 247px;
  height: 215px;
  padding: 0 16px;
}

.document img {
  position: absolute;
  inset: 0;
}

.document a {
  position: relative;
  display: block;
  width: 215px;
  height: 215px;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
}

.document p {
  position: absolute;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 0 16px;
  color: #ffffff;
}

.slick-dots {
  position: relative;
  margin-top: 25px;
}

/* SOLUTIONS */
.ct-a-vie__solutions {
  padding: 45px 20px 50px;
}

.ct-a-vie__solutions__section {
  position: relative;
  overflow: hidden;
  padding: 25px;
  border-radius: 20px;
  background: #f3f7ff;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
}

.ct-a-vie__solutions__section + .ct-a-vie__solutions__section {
  margin-top: 33px;
}

.ct-a-vie__solutions__section h2 {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  z-index: 1;
}

.ct-a-vie__solutions__section > p {
  font-size: 12px;
  line-height: 20px;
  margin-top: 32px;
}

.ct-a-vie__solutions__section .diptych > img {
  margin: 12px 0 29px;
}

.ct-a-vie__solutions__card {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  padding: 15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.ct-a-vie__solutions__card.alt {
  margin-top: 180px;
}

.ct-a-vie__solutions__section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0;
  z-index: 0;
}

.ct-a-vie__solutions__card h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 8px;
}

.ct-a-vie__solutions__card .subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.ct-a-vie__solutions__card .chargemap {
  margin: 0 0 8px;
}

.ct-a-vie__solutions__card .price {
  font-size: 16px;
  font-weight: 800;
  margin: 20px 0;
}

.ct-a-vie__solutions__card .price span {
  font-size: 40px;
  font-weight: 800;
}

.ct-a-vie__solutions__card hr {
  border-bottom: 0;
  margin-top: 30px;
  border-top: 1px solid #1167ff;
}

.ct-a-vie__solutions__card .presentation {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 24px;
}

.ct-a-vie__solutions__icon-text {
  display: flex;
  align-items: flex-start;
  margin: 0 0 12px;
}

.ct-a-vie__solutions__icon-text .img-wrapper {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 45px;
  height: 30px;
  margin-right: 15px;
}

.ct-a-vie__solutions__icon-text .img-wrapper img {
  height: 100%;
}

.ct-a-vie__solutions__icon-text p {
  margin-bottom: 0;
}

.ct-a-vie__solutions__icon-text a {
  color: #000;
  text-decoration: underline;
}

.ct-a-vie__dealerships-wrapper {
  position: relative;
  padding: 25px 20px;
  height: 400px;
  background-image: url("/assets/img/coyote/trouver-une-concession-reseau-autosphere.jpg");
  background-size: cover;
  background-position: 30% 50%;
  margin-top: 0;
  margin-bottom: 190px;
}

.ct-a-vie__dealerships--block {
  position: unset;
  margin: auto;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.77);
  backdrop-filter: blur(10px);
  box-shadow: 0 3px 20px #00000029;
  padding: 20px 25px;
  box-sizing: border-box;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 100%;
  transform: translate(0, -50%);
}

.ct-a-vie__dealerships--title {
  font-size: 20px;
  line-height: 24px;
}

.ct-a-vie__dealerships--text {
  font-size: 16px;
  line-height: 24px;
}

.ct-a-vie__dealerships--button {
  width: 100%;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
}

.ct-a-vie__dealerships--button {
  color: #fff;
  background-color: #1167ff;
  padding: 15px 30px 13px;
  font-size: 16px;
  line-height: 19px;
  display: block;
  width: fit-content;
  transition: all 0.1s ease-in-out;
}

.ct-a-vie__dealerships--button:hover,
.ct-a-vie__dealerships--button:focus {
  color: #fff;
  background-color: #3089f2;
}

.intro {
  padding: 63px 0 67px;
}

.service__list--cta-vie {
  margin: 0rem 2rem !important;
}

.service__list--cta-vie li {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.security-banner {
  height: 376px;
  position: relative;
  position: relative;
  width: 100%;
  height: 376px;
}

.security-banner.banner {
  background: rgba(0, 0, 0, 0.6);
}

.security-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/img/security-packs/banner.jpeg") no-repeat 50% 28% /
    cover;
  z-index: -1;
}

.security-banner .banner__title {
  font-size: 36px;
  line-height: 44px;
}

.security-banner .banner__content {
  padding-top: 125px;
}

.security-banner .banner__subtitle {
  font-size: 16px;
  line-height: 20px;
  margin-top: 30px;
}

.security-banner .banner__subtitle p {
  line-height: 22px;
  width: 55%;
  margin: 0 auto;
}

.coyote-color {
  color: #46c815;
}

.security-packs__coyote {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: -417px;
}

.security-packs__coyote .security-packs-list {
  flex: 1;
}

.security-packs__coyote .ct-a-vie__card-text {
  display: flex;
  align-items: center;
  gap: 15px;
}

.security-packs__coyote .ct-a-vie__card-text p {
  margin: 0;
}

.ct-a-vie__card-separation {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 5px 0 25px 0;
}

.ct-a-vie__card-separation .icon__container {
  min-width: 70px;
}

.security__wrapper {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}

.security-coyote__banner {
  width: 100%;
}

.security__img {
  border-radius: 20px;
  align-self: flex-start;
}

.security__img--full-width {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.blur-card {
  background-color: #f3f7ff;
  backdrop-filter: blur(10px);
}

.security__title {
  font-size: 24px;
  line-height: 35px;
  margin: 0 0 10px;
}

.security__subtitle {
  margin-bottom: 20px;
  font-size: 20px;
}

.security-packs li {
  list-style: none;
}

.security-packs ul {
  flex: 1;
  margin: 0;
}

.security-packs .img-wrapper {
  height: 40px;
  min-width: 76px;
  margin-right: 15px;
}

.security__icon-text .img-wrapper img {
  min-width: 100%;
  max-height: 100%;
}

.security__icon-text {
  display: flex;
  align-items: flex-start;
}

.security-packs-list > .security__icon-text:not(:last-child) {
  margin: 0 0 25px;
}

.security__icon-text .text-wrapper p {
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  margin: 0;
}

.security__icon-text .text-wrapper .title {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
}

hr {
  border: 1px solid #d4d4d4;
  width: 100%;
  margin: 25px 0;
}

.security-packs__contact h2 {
  text-align: center;
}

.security-packs__contact .contact__wrapper {
  display: flex;
  gap: 19px;
  justify-content: center;
  margin: 50px 0 70px;
  align-items: center;
}

.contact__wrapper .security-packs__appointment:first-child {
  align-self: stretch;
}

.contact__wrapper .security-packs__appointment {
  min-width: 450px;
  border-radius: 15px;
  background: #e6f8ff;
  box-shadow: 0px 6px 6px 0px rgba(17, 103, 255, 0.1);
  padding: 19px 0 54px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact__wrapper .security-packs__appointment img {
  min-height: 70px;
  margin-bottom: 17px;
}

.security-packs__appointment .appointment__phone-number {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.security-packs__appointment p {
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 20px;
}

.security-packs__appointment .appointment__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 13px;
}

.security-packs__appointment a:not(.appointment__phone-number):hover,
.security-packs__appointment a:not(.appointment__phone-number):focus {
  background-color: #108df2;
  color: #fff;
  text-decoration: none;
}

.security-packs__appointment a:not(.appointment__phone-number) {
  background-color: #1167ff;
  color: #fff;
  padding: 13px 10px 13px;
  width: fit-content;
  border-radius: 0;
  box-shadow: 0 3px 6px rgba(17, 103, 255, 0.4);
  text-transform: unset;
  font-size: 16px;
  font-weight: 600;
  margin: 15px auto 0;
  cursor: pointer;
}

.appointment__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.appointment__phone-number {
  display: block;
  cursor: pointer;
  color: #000;
  font-size: 25px;
  line-height: 1.44;
  margin-top: 8px;
}

.appointment__phone-number:hover {
  color: #0e67ff;
}


.security-packs-coyote__image {
  min-width: 292px;
}

.service--mt {
  margin-top: 65rem;
}

@media (min-width: 768px) {
  .diptych .house {
    width: 100%;
  }

  .how {
    padding: 44px 0;
  }

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

  .advantages {
    padding: 60px 0 23px;
  }

  .advantages h2 {
    margin-bottom: 47px;
  }

  .advantages__wrapper {
    width: 695px;
    margin: 0 auto;
    flex-direction: row;
    gap: 25px;
  }

  .advantages__card {
    width: 335px;
  }

  .advantages__table {
    width: 695px;
    margin: 25px auto 0;
    font-size: 16px;
  }

  th,
  td {
    padding: 20px;
  }

  .half {
    width: 145px;
  }

  .half + .half {
    width: 189px;
    text-align: center;
  }

  .advantages__table th.last-col {
    width: 305px;
  }

  .advantages .content > p {
    color: #ffffff;
    margin-top: 34px;
  }

  .documents {
    display: flex;
    width: auto;
    justify-content: center;
  }

  .ct-a-vie__solutions__card.alt {
    margin-top: 500px;
  }
}

@media (min-width: 1024px) {
  .ct-a-vie h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .intro > p {
    margin-top: 54px;
    padding: 0;
  }

  .ct-a-vie .service {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  /* .ct-a-vie .service + .service {
    margin-top: 740px;
  } */

  .service--mt {
    margin-top: 78rem;
  }

  .service-inverse {
    flex-direction: row-reverse;
  }

  .service > img {
    width: auto;
    height: 475px;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  }

  .service__card {
    width: 880px;
    margin: 299px 0 0;
    position: absolute;
    box-sizing: border-box;
  }

  .service__card--first {
    width: 558px;
    margin: 125px 66px 0;
    position: absolute;
    box-sizing: border-box;
  }

  .service__card--left {
    left: 0;
  }

  .service__card--right {
    right: 0;
  }

  .service__list {
    margin: 36px;
  }

  .service__list li {
    margin: 16px 0;
  }

  .modal--course {
    border-radius: 17px;
    box-shadow: 0px 10px 23px #00000029;
    padding: 30px 35px;
  }

  .doc {
    padding: 80px 0;
  }

  .ct-a-vie__solutions {
    padding: 90px 0;
  }

  .ct-a-vie__solutions h2 {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 35px;
  }

  .ct-a-vie__solutions__card {
    width: 50.5%;
    z-index: 1;
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
    padding: 37px 43px 51px;
    box-sizing: border-box;
  }

  .ct-a-vie__solutions__card.alt {
    margin-top: 0;
  }

  .ct-a-vie__solutions__card .subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .ct-a-vie__solutions__card .chargemap {
    margin: 9px 0 21px;
  }

  .ct-a-vie__solutions__card .price {
    font-size: 24px;
  }

  .ct-a-vie__solutions__card .price span {
    font-size: 50px;
  }

  .ct-a-vie__solutions__card .presentation {
    font-size: 20px;
    line-height: 24px;
  }

  .ct-a-vie__solutions__section {
    position: relative;
    overflow: hidden;
    padding: 37px 45px 45px;
  }

  .ct-a-vie__solutions__section:last-child > p {
    position: relative;
    width: 50.5%;
    margin-left: auto;
    font-weight: bold;
    z-index: 1;
    color: #000000;
    font-size: 14px;
  }

  .ct-a-vie__solutions__section + .ct-a-vie__solutions__section {
    margin-top: 75px;
  }

  .ct-a-vie__solutions__section + .ct-a-vie__solutions__section .diptych {
    justify-content: flex-end;
  }

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

  .diptych .house {
    width: 41%;
  }

  .diptych .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 0;
    object-fit: cover;
    object-position: bottom;
  }

  .ct-a-vie__dealerships-wrapper {
    width: 100%;
    height: 618px;
    background-image: url("/assets/img/coyote/trouver-une-concession-reseau-autosphere.jpg");
    margin: 110px 0 155px;
    background-position: 50% 41%;
    position: relative;
    box-sizing: border-box;
  }

  .ct-a-vie__dealerships--block {
    max-width: 388px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.77);
    backdrop-filter: blur(10px);
    box-shadow: 0 3px 20px #00000029;
    padding: 30px 40px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: none;
    margin: 0;
  }

  .ct-a-vie__dealerships--title {
    font-size: 28px;
    line-height: 34px;
    margin: 0;
  }

  .ct-a-vie__dealerships--text {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 20px;
  }

  .ct-a-vie__dealerships--button {
    color: #fff;
    background-color: #1167ff;
    padding: 15px 30px 13px;
    font-size: 16px;
    line-height: 19px;
    display: block;
    width: fit-content;
    transition: all 0.1s ease-in-out;
  }

  .ct-a-vie__dealerships--button:hover,
  .ct-a-vie__dealerships--button:focus {
    color: #fff;
    background-color: #3089f2;
  }
}

@media screen and (min-width: 1003px) {
  .security-packs-coyote__image {
    margin-right: -111px;
    z-index: 3;
    position: relative;
  }

  .security-packs-coyote__image img {
    position: relative;
    bottom: -52%;
  }
}

@media screen and (max-width: 1003px) {
  .security__wrapper {
    flex-direction: column;
  }
  .ct-a-vie__card.ct-a-vie__card--left {
    margin-top: -80px;
  }
  .security__img.security__img--right {
    width: 100%;
  }
  .security-packs__coyote {
    flex-direction: column-reverse;
    margin-top: -266px;
  }
  .security-packs-coyote__image {
    text-align: center;
    margin-top: -69px;
    z-index: 3;
  }
  .security-packs__contact {
    margin-top: 15px;
  }
  .ct-a-vie__card.ct-a-vie__card--middle {
    padding-bottom: 115px;
  }
  .contact__wrapper .security-packs__appointment {
    min-width: unset;
    padding: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1002px) {
  /*tablette portrait*/
  .security__img ~ .ct-a-vie__card--left {
    margin-right: -72.1%;
  }
}

@media screen and (max-width: 767px) {
  .banner__content,
  .banner__content.content {
    padding: 38px 20px 0;
  }

  .security-banner .banner__subtitle {
    padding: 0 20px 20px;
    position: relative;
  }

  .security-banner .banner__subtitle.max {
    max-height: unset;
    overflow: unset;
  }

  .security-banner .banner__subtitle p {
    margin: 0;
    width: 100%;
  }
  .security__wrapper {
    flex-direction: column;
  }

  .security__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .security__img {
    border-radius: 0;
  }

  .security-packs__contact .contact__wrapper,
  .security-packs__coyote .ct-a-vie__card-text {
    flex-direction: column;
  }

  .security-packs__coyote .ct-a-vie__card-text {
    align-items: start;
  }

  .security-packs__coyote {
    margin-top: -108px;
  }

  .security-packs-coyote__image {
    padding: 0 50px;
  }

  .contact__wrapper .security-packs__appointment {
    min-width: unset;
    padding: 19px 0 30px;
  }

  .contact__wrapper .security-packs__appointment:first-child {
    align-self: unset;
  }

  .security-packs__appointment a {
    width: 188px;
  }

  .security-packs__appointment {
    width: 100%;
    margin: 0 20px;
  }

  ul.security-packs-list:first-child {
    margin-bottom: 25px;
  }
  .ct-a-vie__card-separation .icon__container {
    min-width: 40px;
  }

  .security-packs__contact .contact__wrapper {
    margin: 28px 20px 75px;
  }

  .security-packs__content.content.contact {
    margin: 0 auto 36px auto;
  }

  .service--mt {
    margin-top: 68rem;
  }
}

@media screen and (min-width: 768px) {
  .ct-a-vie__card {
    height: fit-content;
    z-index: 2;
  }
  .security-packs {
    display: flex;
    gap: 20px;
  }
}

.lft-rgt {
  display: flex;
  flex-direction: column;
}

.lft-rgt__content {
  background-color: rgba(243, 247, 255, 0.9);
  border-radius: 20px;
  padding: 40px;
  font-size: 17px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.lft-rgt .lft-rgt__image {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lft-rgt__content {
    margin: -60px 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .lft-rgt {
    align-items: flex-start;
  }

  .lft-rgt.lft-rgt--left {
    flex-direction: column;
  }

  .lft-rgt.lft-rgt--right {
    padding-top: 120px;
    flex-direction: row;
  }

  .lft-rgt .lft-rgt__image {
    border-radius: 20px;
    flex: none;
    max-width: 820px;
  }

  .lft-rgt.lft-rgt--left .lft-rgt__image {
    max-width: 712px;
  }

  .lft-rgt.lft-rgt--right .lft-rgt__content {
    margin-top: 0;
    margin-right: -140px;
    z-index: 1;
  }

  .lft-rgt.lft-rgt--left .lft-rgt__content {
    margin-top: -180px;
    margin-left: 240px;
  }
  
  .lft-rgt.lft-rgt--right .lft-rgt__image {
    margin-top: -120px;
    order: 2;
  }
}