.container-swiper {
  position: relative; }

.box-arrow-swiper {
  position: absolute;
  right: 40px;
  top: -35px;
  width: 60px; }
  .box-arrow-swiper .swiper-button-next {
    right: 0;
    left: auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--main-color); }
    .box-arrow-swiper .swiper-button-next::after {
      margin-left: 3px; }
  .box-arrow-swiper .swiper-button-prev {
    left: -30px;
    right: auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--main-color); }
    .box-arrow-swiper .swiper-button-prev::after {
      margin-left: -3px; }
  .box-arrow-swiper .swiper-button-next:after, .box-arrow-swiper .swiper-button-prev:after {
    color: var(--npwhite);
    font-size: 16px; }

.simple_title_top_link_bottom .box-arrow-swiper {
  top: -45px;
  right: 30px; }

.slider_double_text .swiper-slide {
  padding-bottom: 55px; }

.box_double {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 45px; }
  .box_double .bloc1 {
    width: calc(40% - 14%);
    background: #000;
    padding: 35px 7%;
    color: var(--npwhite);
    margin-right: -8%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    bottom: -30px;
    /*align-items: center;*/ }
    .box_double .bloc1 .title {
      font-size: 35px;
      font-weight: 700;
      margin-bottom: 20px; }
    .box_double .bloc1 .content {
      margin-bottom: 25px; }
    .box_double .bloc1 .link {
      padding: 10px; }
  .box_double .bloc2 {
    width: 60%;
    position: relative;
    z-index: 1;
    margin-top: -25px; }

.swiper-slide {
  /*margin-right: -80px !important;*/ }
  .swiper-slide .links {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    width: 100%; }
    .swiper-slide .links .link {
      width: calc(50%);
      background-color: var(--main-color);
      display: block;
      color: var(--npwhite);
      padding: 10px;
      text-align: center;
      font-weight: bold;
      text-decoration: none;
      border: 1px solid var(--main-color);
      margin-right: -5px; }
      .swiper-slide .links .link:hover {
        /*background: var(--npwhite);*/
        color: var(--npblack); }

.slider_simple_title_top_link_bottom .title {
  padding-left: 13%;
  font-family: "Assistant";
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px; }
.slider_simple_title_top_link_bottom .link {
  position: absolute;
  right: calc(13% + 30px);
  bottom: 0; }

@media (max-width: 1450px) {
  .slider_double_text .box_double .bloc1 {
    width: calc(50% - 14%); }
  .slider_double_text .box_double .bloc2 {
    width: 50%; } }
@media (max-width: 1300px) {
  .slider_double_text .box_double .bloc1 {
    order: 2;
    /* width: calc(100% - 14%);*/
    bottom: 40px;
    padding: 35px 20%;
    margin-top: -175px;
    /* clip-path: polygon(13% 0%, 100% 0%, 87% 100%, 0% 100%);*/ }
  .slider_double_text .box_double .bloc2 {
    width: calc(100%);
    order: 1; }

  .swiper-slide .links .link {
    display: flex;
    justify-content: center;
    align-items: center; } }
@media (max-width: 1000px) {
  .slider_double_text .box_double .bloc1 {
    width: calc(65% - 14%); } }
@media (max-width: 768px) {
  .box_double .bloc2 {
    display: none; }

  .slider_double_text .swiper-slide {
    overflow: hidden;
    padding-bottom: 0; }

  .slider_double_text .box_double .bloc1 {
    width: 100%; }

  .slider_double_text .box_double .bloc1 {
    margin-top: 0; }

  .double_text .box-arrow-swiper {
    right: 30px; } }

/*# sourceMappingURL=style.css.map */
