/*BOOTSTRAP GRID*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-family: "neulis-neue", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #226478;
  max-width: 100vw;
}

html {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

p strong {
  font-weight: 500;
}

p {
  line-height: 1.4;
}
p a {
  font-weight: 500;
}

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

a {
  text-decoration: none;
  color: inherit;
}

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

section {
  padding: 5rem 5vw 0 5vw;
}

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

.btn {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #bf9e74;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  outline: none;
  border: none;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.btn:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 6.5px);
  left: 0;
  opacity: 0;
  transform: translate(-15px, 0);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNiZjllNzQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNOSAxOGw2LTYtNi02Ii8+PC9zdmc+");
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.btn:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 6.5px);
  right: -18px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNiZjllNzQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNOSAxOGw2LTYtNi02Ii8+PC9zdmc+");
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.btn:hover {
  padding-left: 15px;
}
.btn:hover:before {
  transform: translate(0, 0);
  opacity: 1;
}
.btn:hover:after {
  transform: translate(10px, 0);
  opacity: 0;
}
.btn.blue {
  background: #226478;
  color: #fff;
}
.btn.blue:hover {
  background: #fff;
  color: #226478;
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-size: 2rem;
}
.title p {
  line-height: 1.2;
}
.title.center {
  text-align: center;
  align-items: center;
}

.secondTitle {
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.secondTitle.center {
  text-align: center;
  align-items: center;
}
.secondTitle em {
  font-size: 1.6rem;
  font-weight: 500;
}

.block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.block.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.coverImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.text {
  margin: 1.5rem 0;
  max-width: 100%;
}
.text p {
  width: 750px;
  max-width: 100%;
  margin: 0.75rem 0;
}
.text ul {
  margin: 1rem 0;
  list-style: disc;
  padding-left: 2rem;
}
.text ul li {
  margin: 1.1rem 0;
  line-height: 1.2;
}
.text ul li::marker {
  color: #bf9e74;
  font-size: 1.2rem;
}
.text.center p {
  text-align: center;
  margin: 0.75rem auto;
}
.text.center ul {
  text-align: center;
}
.text.center ul li {
  margin: 1.1rem auto;
}
.text.justify p {
  text-align: justify;
}

/*Swiper common*/
.swiper {
  width: 100%;
}
.swiper:not(.swiper-initialized) .tranding-slider-control {
  display: none;
}
.swiper.swiper-initialized {
  padding-bottom: 4rem;
}

.tranding-slider-control {
  position: absolute;
  bottom: 0;
  height: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.swiper-button-next {
  position: initial;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  margin: 0 1rem;
}
.swiper-button-next svg {
  width: 2rem;
  height: 2rem;
  stroke: #226478;
  stroke-width: 1px;
}
.swiper-button-next:after {
  content: none;
}

.swiper-button-prev {
  position: initial;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  margin: 0 1rem;
}
.swiper-button-prev svg {
  width: 2rem;
  height: 2rem;
  stroke: #226478;
  stroke-width: 1px;
}
.swiper-button-prev:after {
  content: none;
}

.swiper-pagination {
  position: initial;
  width: auto !important;
  display: flex;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #226478;
  transform: scale(0.8);
  transition: background-color 0.2s cubic-bezier(0, 0.07, 0.57, 0.99), transform 0.4s cubic-bezier(0, 0.07, 0.57, 0.99);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #226478;
  transform: scale(1);
}

.basicAppear {
  opacity: 0;
}
.basicAppear.-y {
  transform: translate(0, 50px);
}
.basicAppear.-xLeft {
  transform: translate(-200px, 0);
}
.basicAppear.-xRight {
  transform: translate(200px, 0);
}

.stickyAppear.toScaleImg {
  transform: scale(1.2);
}
.stickyAppear.toScale {
  transform: scale(0.7);
}
.stickyAppear.fromBtm {
  transform: translate(0, 50px);
}
.stickyAppear.fromBtm.increase {
  transform: translate(0, 100px);
}
.stickyAppear.fromTop {
  transform: translate(0, -50px);
}
.stickyAppear.fromTop.increase {
  transform: translate(0, -100px);
}
.stickyAppear.fromLeft {
  transform: translate(-50px, 0);
}
.stickyAppear.fromLeft.increase {
  transform: translate(-100px, 0);
}
.stickyAppear.fromRight {
  transform: translate(50px, 0);
}
.stickyAppear.fromRight.increase {
  transform: translate(100px, 0);
}

.loading::before,
.loading::after {
  content: "";
  position: fixed;
  z-index: 4000;
}

.loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.loading::after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: #226478;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
/*HEADER*/
header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 2rem 5%;
  width: 100%;
  z-index: 10;
  position: fixed;
  background-color: #fff;
}

.logo {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: -1.5rem;
}

.header_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
}

.menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.menu li {
  padding: 0.5rem 0;
}
.menu li a {
  padding: 0.5rem;
  color: #226478;
  display: inline-block;
  font-weight: 500;
}
.menu li:not(:last-child):after {
  content: "|";
  margin: 0 0.75rem;
}
.menu li.active a {
  color: #bf9e74;
}

#langSwitch {
  position: absolute;
  right: 5vw;
  top: 1.5rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 0 0.5rem;
  font-size: 0.9rem;
}
#langSwitch span {
  text-decoration: underline;
}
#langSwitch .openLang {
  display: flex;
  align-items: center;
  order: 1;
}
#langSwitch .openLang:after {
  content: "|";
  display: block;
  margin: 0 0.25rem;
}
#langSwitch li {
  order: 2;
}

#menuTrigger {
  visibility: hidden;
  position: absolute;
  right: -100000px;
  opacity: 0;
}

.btnMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  background-color: #226478;
  border-radius: 50%;
  display: none;
}
.btnMenu span {
  display: block;
  width: calc(100% - 1rem);
  height: 2px;
  background-color: #fff;
  margin: 2px 0;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.btnMenu.open span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.btnMenu.open span:nth-child(2) {
  opacity: 0;
}
.btnMenu.open span:nth-child(3) {
  transform: rotate(-45deg) translate(4.5px, -4.5px);
}

/*Anim Logo*/
.animLogo {
  height: 100vh;
  width: 100%;
  background-color: #fff;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

.animLogoContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.animLogoContent #kLetter {
  height: 250px;
  margin-right: -1rem;
}
.animLogoContent #leftK {
  fill: #acbbc6;
  transform: translate(0, -15px);
  opacity: 0;
}
.animLogoContent #topK {
  fill: #7492a2;
  transform: translate(11px, -11px);
  opacity: 0;
}
.animLogoContent #btmk {
  fill: #226478;
  transform: translate(11px, 11px);
  opacity: 0;
}
.animLogoContent #textLogo {
  height: 250px;
  margin-left: -1rem;
}
.animLogoContent #textLogo path, .animLogoContent #textLogo polygon {
  fill: #226478;
  opacity: 0;
}
.animLogoContent #klema path, .animLogoContent #klema polygon {
  transform: translate(2px, 0);
}
.animLogoContent #avocats path {
  transform: translate(0, 10px);
}
.animLogoContent #baseline {
  margin-top: -3rem;
  height: 66px;
  width: 100%;
}
.animLogoContent #baseline path {
  fill: #226478;
  transform: translate(0, 10px);
  opacity: 0;
}

body.modalIsOpen .applyFormContainer {
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
}

.applyFormContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/photo-architecture-abstraite-fond.jpg") no-repeat center center;
  background-size: cover;
  z-index: -100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 1rem 2rem;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0;
}
.applyFormContainer .title {
  color: #bf9e74;
  width: 100%;
  align-items: flex-start;
}

.applyContent {
  padding: 2rem;
  background-color: #226478;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 130px 100%, 0 calc(100% - 130px));
  position: relative;
  opacity: 0;
  transform: translate(0, 50px);
}

.closeApply {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.closeApply:hover {
  transform: scale(1.1);
}

/*Hero Section*/
.heroSection {
  padding-top: 0;
  position: relative;
}

.heroContent {
  padding: 6rem 3rem;
  background-color: rgba(34, 100, 120, 0.85);
  color: #fff;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 130px 100%, 0 calc(100% - 130px));
}

.heroSectionTitle {
  display: flex;
  align-items: flex-end;
}
.heroSectionTitle .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  font-size: 2rem;
}
.heroSectionTitle .title p {
  line-height: 1.2;
}
.heroSectionTitle .homeTitle {
  color: #bf9e74;
  text-transform: uppercase;
  bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 1rem;
  text-wrap: balance;
}

.kForKlema {
  width: 140px;
  margin-right: 0.75rem;
  position: absolute;
  left: 3rem;
  bottom: 2.25rem;
}

.heroVisual {
  position: absolute;
  top: 0;
  left: calc(5% + 1px);
  width: calc(90% - 2px);
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 130px 100%, 0 calc(100% - 130px));
}
.heroVisual picture {
  width: 100%;
  height: 100%;
  display: block;
}
.heroVisual picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.heroVideo {
  position: absolute;
  top: 0;
  left: calc(5% + 1px);
  width: calc(90% - 2px);
  height: 100%;
  align-self: stretch;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 130px 100%, 0 calc(100% - 130px));
}
.heroVideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nousChoisir {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: auto;
  overflow: hidden;
}

.nousChoisirTitle {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 3rem;
}
.nousChoisirTitle h2 {
  opacity: 0;
  background: linear-gradient(to right, #226478 50%, #bf9e74 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-wrap: balance;
}

.rowContent {
  width: 200%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.slideRow {
  flex-wrap: nowrap;
  width: 1100px;
  height: 100%;
  max-width: 100vw;
  display: flex;
  flex-wrap: nowrap;
  align-self: center;
  justify-content: center;
}
.slideRow:first-child .slideVisual {
  transform: scale(0.7);
}

.slideVisual {
  position: relative;
  padding: 0;
  width: 40%;
  height: 500px;
  max-height: 60vh;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 130px 100%, 0 calc(100% - 130px));
}
.slideVisual picture {
  width: 100%;
  height: 100%;
  display: block;
}
.slideVisual picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}
.slideVisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slideContent {
  width: 50%;
  padding: 4rem;
}
.slideContent .title {
  color: #bf9e74;
  font-size: 2rem;
}
.slideContent .text p {
  width: 500px;
}

.animLogoSecond .animLogoContent {
  justify-content: center;
}

.avocatsMaitrise #leftK {
  fill: #958673;
  transform: translate(0, -15px);
  opacity: 0;
}
.avocatsMaitrise #topK {
  fill: #af9978;
  transform: translate(11px, -11px);
  opacity: 0;
}
.avocatsMaitrise #btmk {
  fill: #c5a77b;
  transform: translate(11px, 11px);
  opacity: 0;
}
.avocatsMaitrise p {
  font-size: 2.5rem;
  line-height: 1.2;
}
.avocatsMaitrise p div {
  background: linear-gradient(to right, #bf9e74 50%, #fff 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: rgba(255, 255, 255, 0);
  background-clip: text;
  -webkit-background-clip: text;
}

.kLetterText {
  margin-bottom: -2rem;
}
.kLetterText svg {
  width: 200px;
}

.engagementPartenariat {
  margin-top: 5rem;
}
.engagementPartenariat .row {
  justify-content: center;
}
.engagementPartenariat .block {
  width: 600px;
  max-width: 50%;
  padding: 2rem;
  background-color: #226478;
  color: #fff;
}
.engagementPartenariat .block > div {
  max-width: 100%;
}
.engagementPartenariat .block > div:nth-child(2) h2 {
  font-size: 1.5rem;
}
.engagementPartenariat .block h2 {
  color: #bf9e74;
  font-size: 2rem;
  text-wrap: balance;
  text-wrap: pretty;
}
.engagementPartenariat .kLetterText {
  margin-left: -2rem;
}

.juridiqueFiscaleText {
  width: auto;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.juridiqueFiscaleText #leftK {
  fill: #acbbc6;
  transform: translate(0, -15px);
  opacity: 0;
}
.juridiqueFiscaleText #topK {
  fill: #7492a2;
  transform: translate(11px, -11px);
  opacity: 0;
}
.juridiqueFiscaleText #btmk {
  fill: #226478;
  transform: translate(11px, 11px);
  opacity: 0;
}
.juridiqueFiscaleText p {
  font-size: 2.5rem;
  line-height: 1.2;
}
.juridiqueFiscaleText p div {
  background: linear-gradient(to right, #226478 50%, #fff 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: rgba(255, 255, 255, 0);
  background-clip: text;
  -webkit-background-clip: text;
}

.kLetterText svg {
  width: 200px;
}

.videoTransition {
  padding-top: 0;
  margin-top: 5rem;
  overflow: hidden;
  position: relative;
}
.videoTransition .videoTransitionContent {
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.videoTransition .videoContainer {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 0;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 130px 100%, 0 calc(100% - 130px));
}
.videoTransition .videoWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.videoTransition .videoWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 100, 120, 0.85);
  z-index: 1;
}
.videoTransition video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avocatsMaitriseText {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 2rem;
}

.defiContent {
  color: #fff;
  padding: 7rem 2rem 7rem 5%;
}
.defiContent .text p {
  width: 650px;
}
.defiContent strong {
  color: #bf9e74;
  font-weight: 500;
  font-size: 1.2rem;
}

.sloganKlema {
  width: 650px;
  max-width: 100%;
}
.sloganKlema p {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  color: #bf9e74;
}

.equipeGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 2rem;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

.equipeItem {
  position: relative;
  width: 100%;
  height: 100%;
}

.equipeVisual {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #226478;
  cursor: pointer;
  overflow: hidden;
}
.equipeVisual picture {
  width: 100%;
  height: 100%;
  display: block;
}
.equipeVisual picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
  -o-object-position: top center;
     object-position: top center;
}

.hoverVisual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hoverVisual .visualShadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34, 100, 120, 0.6);
  opacity: 0;
}
.hoverVisual .hoverVisualShape {
  background-color: #226478;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  clip-path: polygon(0% 80%, 0% 100%, 25% 100%);
}
.hoverVisual .kLetterText {
  position: relative;
  z-index: 2;
  margin-bottom: -0.5rem;
}
.hoverVisual .kLetterText svg {
  width: 100px;
}
.hoverVisual #leftK {
  fill: #73acb7;
  transform: translate(0, -15px);
  opacity: 0;
}
.hoverVisual #topK {
  fill: #c0d9de;
  transform: translate(11px, -11px);
  opacity: 0;
}
.hoverVisual #btmk {
  fill: #ffffff;
  transform: translate(11px, 11px);
  opacity: 0;
}
.hoverVisual .btn {
  position: relative;
  z-index: 2;
  opacity: 0;
}

.equipeContent {
  padding: 1rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  text-align: center;
}
.equipeContent p {
  font-size: 1rem;
  font-weight: 500;
}

.equipeName {
  font-size: 1.2rem;
  font-weight: 500;
  color: #bf9e74;
}

.equipeRole {
  font-size: 1rem;
  font-weight: 500;
}

.equipeDescription {
  font-size: 1rem;
  font-weight: 500;
}

/*SINGLE MEMBRE*/
.breadcrumbContainer {
  margin-bottom: 3rem;
}

.breadcrumb i {
  margin: 0 0.25rem;
}
.breadcrumb span {
  font-weight: 500;
}

.memberPicture > div {
  position: relative;
}
.memberPicture picture {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%, 0 calc(100% - 100px));
}
.memberPicture picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
  -o-object-position: top center;
     object-position: top center;
}

.randomBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1rem;
  left: -1rem;
  background-color: #bf9e74;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%, 0 calc(100% - 100px));
}

.socialLink {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
}
.socialLink:hover svg path {
  fill: #fff;
}
.socialLink svg {
  width: 3rem;
  height: 3rem;
}
.socialLink svg path {
  fill: #bf9e74;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}

.memberIdentity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.memberIdentity .equipeName {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.memberIdentity p {
  font-size: 1.1rem;
}
.memberIdentity p.equipeRole {
  font-size: 1.3rem;
}
.memberIdentity .btn {
  margin-top: 1rem;
}

.memberBio {
  max-width: 100%;
}

.swiperTeam {
  padding-top: 4rem;
  opacity: 0;
}
.swiperTeam .equipeItem {
  width: 250px;
}
.swiperTeam .tranding-slider-control {
  bottom: auto;
  top: 0;
}

/* EXPERTISE PAGE PARENT*/
.expertiseIntro {
  padding-top: 2rem;
}
.expertiseIntro .text p {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: justify;
  margin: 0 auto;
}

.expertiseRow {
  justify-content: center;
}
.expertiseRow:not(:first-child) {
  margin-top: 2.5rem;
}
.expertiseRow:nth-child(even) {
  flex-direction: row-reverse;
}
.expertiseRow:nth-child(even) .expertisePreviewText {
  text-align: right;
  align-items: flex-end;
}
.expertiseRow:nth-child(even) .expertisePreviewText h3 {
  margin-left: 0;
  margin-right: -1.5rem;
}
.expertiseRow:nth-child(even) .expertisePreviewText h3:before {
  content: none;
}
.expertiseRow:nth-child(even) .expertisePreviewText h3:after {
  content: "";
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  background-color: #bf9e74;
  display: inline-block;
  margin-left: 0.5rem;
  border-radius: 50%;
}
.expertiseRow:nth-child(even) .expertisePreviewText .btn {
  margin-right: 0.5rem;
}
.expertiseRow:nth-child(even) .expertiseLink {
  clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 0);
}
.expertiseRow:nth-child(even) .expertiseLink .title {
  justify-content: flex-end;
}

.expertisePreviewText {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
  width: 500px;
}
.expertisePreviewText h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0.5rem 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: -1.5rem;
}
.expertisePreviewText h3:before {
  content: "";
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  background-color: #bf9e74;
  display: inline-block;
  margin-right: 0.5rem;
  border-radius: 50%;
}
.expertisePreviewText .btn {
  margin-top: 1rem;
}

.expertiseLink {
  width: 500px;
  min-height: 250px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%, 0 calc(100% - 100px));
}
.expertiseLink .title {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to bottom, rgba(191, 158, 116, 0.7) 0%, rgba(191, 158, 116, 0) 100%);
}
.expertiseLink:hover .expertiseBackground {
  transform: scale(1.1);
  transition: transform 2s ease;
}

.expertiseBackground {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.expertiseBackground img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

/*EXPERTISE PAGE*/
.expertisePicture div {
  position: relative;
  width: 100%;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%, 0 calc(100% - 100px));
}

.expertiseContent {
  justify-content: flex-start;
}
.expertiseContent h1 {
  margin-bottom: 2rem;
}

.expertiseText {
  margin: 0 0 1rem 0;
}
.expertiseText p {
  margin: 0;
}

.themeContainer {
  border-top: 1px solid #226478;
  max-width: 100%;
  width: 100%;
}
.themeContainer:last-child {
  border-bottom: 1px solid #226478;
}
.themeContainer.open .themeTitle:after {
  transform: rotate(180deg);
}

.themeTitle {
  cursor: pointer;
  padding: 1rem 2.5rem 1rem 0;
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
}
.themeTitle::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNiZjllNzQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNNiA5bDYgNiA2LTYiLz48L3N2Zz4=");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 1rem);
  right: 0;
}

.themeContent {
  height: 0;
  overflow: hidden;
}

/* NOUS REJOINDRE */
body.drag-over {
  position: relative;
}
body.drag-over .applyForm .wpcf7-form [data-name=cv] {
  z-index: 1000;
  color: #fff;
  animation: scaleBox 1.5s infinite alternate;
}
body.drag-over .applyForm .wpcf7-form .codedropz-upload-handler {
  border-color: #fff;
}
body.drag-over .applyForm .wpcf7-form .codedropz-upload-inner h3 {
  color: #fff;
}
@keyframes scaleBox {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
body.drag-over::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(34, 100, 120, 0.85);
  pointer-events: none;
  z-index: 999;
}

.page-nous-rejoindre .mentionsContainer {
  margin-top: 3rem;
}

.applyForm {
  padding-top: 2rem;
}
.applyForm .wpcf7 {
  margin-top: 0;
}
.applyForm .wpcf7-form label input, .applyForm .wpcf7-form label textarea {
  border-color: #226478;
  color: #226478;
}
.applyForm .wpcf7-form label input::-moz-placeholder, .applyForm .wpcf7-form label textarea::-moz-placeholder {
  color: #226478;
}
.applyForm .wpcf7-form label input::placeholder, .applyForm .wpcf7-form label textarea::placeholder {
  color: #226478;
}
.applyForm .wpcf7-form i svg path {
  fill: #bf9e74;
}
.applyForm .wpcf7-form [data-name=cv] {
  width: 100%;
  margin: 0.75rem;
}
.applyForm .wpcf7-form [data-name=cv] .wpcf7-not-valid-tip{
  position: initial;
}
.applyForm .wpcf7-form .codedropz-upload-handler {
  border-radius: 2rem;
  border: 1px solid #226478;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.applyForm .wpcf7-form .codedropz-upload-inner {
  display: flex;
  align-items: center;
}
.applyForm .wpcf7-form .codedropz-upload-inner h3 {
  font-size: 0.9rem;
  font-weight: 500;
  color: #226478;
  line-height: 1rem;
}
.applyForm .wpcf7-form .codedropz-upload-inner span {
  display: inline-block;
  margin: 0 0.5rem;
}
.applyForm .wpcf7-form .codedropz-upload-inner .cd-upload-btn {
  padding: 0.5rem 1rem;
  background-color: #bf9e74;
  color: #fff;
  border-radius: 1rem;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.applyForm .wpcf7-form .codedropz-upload-inner .cd-upload-btn:hover {
  background-color: #226478;
}
.applyForm .wpcf7-form .dnd-upload-counter {
  right: 15px;
  bottom: 5px;
}
.applyForm .wpcf7-form .dnd-upload-status .dnd-upload-details .name {
  color: #226478;
}
.applyForm .wpcf7-form .dnd-upload-status .dnd-upload-details .name em {
  color: #bf9e74;
  font-weight: 400;
}
.applyForm .wpcf7-form .dnd-upload-status .dnd-upload-details span.has-error {
  color: #d72a72;
}
.applyForm .wpcf7-form .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  margin: 0.25rem 0;
}
.applyForm .wpcf7-form .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background-color: #9ce983;
}
.applyForm .wpcf7-form .dnd-upload-status .dnd-upload-details .remove-file span:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMyMjY0NzgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCI+PC9jaXJjbGU+PGxpbmUgeDE9IjE1IiB5MT0iOSIgeDI9IjkiIHkyPSIxNSI+PC9saW5lPjxsaW5lIHgxPSI5IiB5MT0iOSIgeDI9IjE1IiB5Mj0iMTUiPjwvbGluZT48L3N2Zz4=");
}
.applyForm .wpcf7-form .dnd-upload-status .dnd-upload-image {
  border-color: #226478;
}
.applyForm .wpcf7-form .dnd-upload-status .dnd-upload-image span.file {
  height: 21px;
  width: 21px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMyMjY0NzgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMTQgMkg2YTIgMiAwIDAgMC0yIDJ2MTZjMCAxLjEuOSAyIDIgMmgxMmEyIDIgMCAwIDAgMi0yVjhsLTYtNnoiLz48cGF0aCBkPSJNMTQgM3Y1aDVNMTYgMTNIOE0xNiAxN0g4TTEwIDlIOCIvPjwvc3ZnPg==");
}
.applyForm .wpcf7-acceptance .wpcf7-list-item > label .cbx:hover {
  background: rgba(0, 0, 0, 0.2);
}
.applyForm .wpcf7-acceptance .wpcf7-list-item > label .cbx:hover span:first-child {
  border-color: #226478;
}
.applyForm .wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child {
  border: 1px solid #226478;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.applyForm .wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child svg {
  stroke: #fff;
}
.applyForm .wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child {
  background-color: #226478;
  border-color: #226478;
}
.applyForm .wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child svg {
  stroke: #fff;
}

.contactSection {
  background-color: #226478;
  color: #fff;
  margin-top: 5rem;
}
.contactSection .row {
  justify-content: center;
}

.contactInfo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.contactInfo .kContact {
  width: 60px;
  margin-bottom: 0.5rem;
}
.contactInfo .title {
  margin-bottom: 1rem;
}
.contactInfo .title em {
  font-weight: bold;
}
.contactInfo .agence {
  margin-top: 0.6rem;
}
.contactInfo .agenceName {
  text-transform: uppercase;
  font-weight: bold;
}
.contactInfo .adress, .contactInfo .tel {
  margin: 0.5rem 0;
}
.contactInfo .tel {
  color: #bf9e74;
}

.socialMedia svg {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem;
}
.socialMedia svg path {
  fill: #bf9e74;
}

footer {
  background-color: #226478;
  color: #fff;
  padding: 0 5vw 5rem 5vw;
}

/*BLOG*/
.postBlock {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 1rem auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.postBlock:not(:first-child) {
  border-top: 2px solid #bf9e74;
  padding-top: 2rem;
}

.postBlock_img {
  width: 300px;
  height: 300px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%, 0 calc(100% - 100px));
}
.postBlock_img div {
  height: 100%;
  width: 100%;
}
.postBlock_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.postBlock_content {
  width: calc(100% - 300px);
  padding: 2rem;
}
.postBlock_content .title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-wrap: balance;
}

.postBlock_date {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #bf9e74;
}

.postBlock_excerpt {
  margin-bottom: 1rem;
}

.loadMoreBtn {
  margin-top: 3rem;
}

/*SINGLE POST*/
.singleContent {
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
}
.singleContent .postPanel {
  width: 380px;
  position: absolute;
  right: 5%;
  z-index: 2;
}
.singleContent .postPanel .contactPanel {
  background-color: #f5f5f5;
  color: #226478;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.singleContent .postPanel .contactPanel .title {
  line-height: 1;
}
.singleContent .postPanel .stickyPanel {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.singleContent .postPanel .stickyPanel > div {
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background-color: #bf9e74;
}
.singleContent .otherPost {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.singleContent .otherPost p {
  display: inline-block;
  font-size: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.singleContent .otherPost a {
  margin: 0.3rem 0;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  margin-left: 1rem;
  line-height: 1.1;
}
.singleContent .anchor-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.singleContent .anchor-container p {
  display: inline-block;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
}
.singleContent .anchor-container a {
  margin: 0.25rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  line-height: 1.1;
}
.singleContent .anchor-container a i {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  margin-top: 3px;
  margin-right: 0.5rem;
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}
.singleContent .anchor-container a svg {
  width: 100%;
}
.singleContent .anchor-container a path, .singleContent .anchor-container a circle {
  fill: none;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: #fff;
}
.singleContent .anchor-container a:hover i {
  animation: bounceIt 1s infinite alternate;
}
.singleContent .content {
  width: 100%;
}
.singleContent .content > * {
  padding-left: 10%;
  padding-right: calc(10% + 380px);
}
.singleContent .content > ul {
  padding-left: calc(10% + 20px);
}
.singleContent .content > .wp-block-group.gradientBack {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.singleContent .content > .wp-block-group.gradientBack > div {
  position: relative;
  z-index: 1;
}
.singleContent h1 {
  margin: 2rem 0;
  font-size: 2.5rem;
  font-weight: bold;
}
.singleContent h2 {
  margin: 2rem 0;
  font-weight: bolder;
  font-size: 2rem;
}
.singleContent h3 {
  margin: 1.5rem 0;
  font-weight: bolder;
  font-size: 1.4rem;
}
.singleContent h4 {
  margin: 1rem 0;
  font-weight: bolder;
  font-size: 1.1rem;
}
.singleContent p {
  margin: 0.5rem 0;
}
.singleContent strong {
  font-weight: bold;
}
.singleContent ul {
  margin: 0.5rem 0;
  padding-left: 1rem;
  list-style: disc;
}
.singleContent ul li {
  margin: 0.5rem 0;
}
.singleContent ol {
  margin: 0.5rem 0;
  padding-left: 1rem;
  list-style-type: decimal;
}
.singleContent ol li {
  margin: 0.5rem 0;
}
.singleContent .wp-block-media-text figure {
  border-radius: 1rem;
  overflow: hidden;
}
.singleContent .wp-block-gallery figure {
  padding: 0.3rem;
}
.singleContent figure.is-style-rounded img {
  border-radius: 1rem;
}
.singleContent .wp-block-button__link.wp-element-button {
  padding: 0.6rem 1.5rem 0.4rem 1.5rem;
  border-radius: 1rem;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: background-position 1s cubic-bezier(0, 0, 0.18, 0.99);
  background-image: linear-gradient(45deg, #00adff 15%, #006cff 50%, #00adff 100%);
  background-position: 0;
  background-size: 200%;
  text-align: center;
  border: none;
  outline: none;
  box-shadow: none;
}
.singleContent .wp-block-button__link.wp-element-button:hover {
  background-position: 100%;
}

@keyframes bounceIt {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
.wp-block-image {
  margin: 2rem 0;
}

.wp-block-media-text {
  margin: 2rem 0;
}

body.page-mentions .menu-menu-container #cmplz-document {
  max-width: 100%;
  width: 1200px;
}

#cmplz-manage-consent .cmplz-manage-consent {
  display: none;
}

.mentions .title {
  margin-bottom: 2rem;
}

.mentions > div {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.mentions p {
  margin: 0.75rem 0;
}

.mentions p a {
  text-decoration: underline;
}

.mentions h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1rem 0;
}

.mentions h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1rem 0;
}

.mentions ul, .mentions ol {
  margin: 1rem 0;
  list-style: disc;
  padding-left: 2rem;
}

.mentions ul li, .mentions ol li {
  margin: 0.75rem 0;
}

.mentions ul li a, .mentions ol li a {
  text-decoration: underline;
}

/*FORM*/
.wpcf7 {
  max-width: 100%;
  width: 800px;
  margin: 2rem auto;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
  margin: 1rem auto;
}
.wpcf7-form label {
  width: calc(50% - 1.5rem);
  margin: 0.75rem;
  position: relative;
}
.wpcf7-form label .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form label input, .wpcf7-form label textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 1rem;
  border: 1px solid #fff;
  color: #fff;
  resize: none;
  display: block;
  border-radius: 2rem;
  font-size: 16px;
}
.wpcf7-form label input::-moz-placeholder, .wpcf7-form label textarea::-moz-placeholder {
  font-family: "neulis-neue", sans-serif;
  color: #fff;
  opacity: 0.6;
  -moz-transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  font-size: 16px;
}
.wpcf7-form label input::placeholder, .wpcf7-form label textarea::placeholder {
  font-family: "neulis-neue", sans-serif;
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  font-size: 16px;
}
.wpcf7-form label input:focus, .wpcf7-form label input:hover, .wpcf7-form label textarea:focus, .wpcf7-form label textarea:hover {
  outline: none;
}
.wpcf7-form label input:focus::-moz-placeholder, .wpcf7-form label input:focus::-moz-placeholder, .wpcf7-form label input:hover::-moz-placeholder, .wpcf7-form label input:hover::-moz-placeholder, .wpcf7-form label textarea:focus::-moz-placeholder, .wpcf7-form label textarea:focus::-moz-placeholder, .wpcf7-form label textarea:hover::-moz-placeholder, .wpcf7-form label textarea:hover::-moz-placeholder {
  opacity: 1;
}
.wpcf7-form label input:focus::placeholder, .wpcf7-form label input:focus::placeholder, .wpcf7-form label input:hover::placeholder, .wpcf7-form label input:hover::placeholder, .wpcf7-form label textarea:focus::placeholder, .wpcf7-form label textarea:focus::placeholder, .wpcf7-form label textarea:hover::placeholder, .wpcf7-form label textarea:hover::placeholder {
  opacity: 1;
}
.wpcf7-form label input:focus + i, .wpcf7-form label input:hover + i, .wpcf7-form label textarea:focus + i, .wpcf7-form label textarea:hover + i {
  opacity: 1;
}
.wpcf7-form label input:focus::-webkit-contacts-auto-fill-button, .wpcf7-form label textarea:focus::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.wpcf7-form label input:not(:-moz-placeholder) + i, .wpcf7-form label textarea:not(:-moz-placeholder) + i {
  opacity: 1;
}
.wpcf7-form label input:not(:placeholder-shown) + i, .wpcf7-form label textarea:not(:placeholder-shown) + i {
  opacity: 1;
}
.wpcf7-form label input:not(:-moz-placeholder) + i svg path, .wpcf7-form label textarea:not(:-moz-placeholder) + i svg path {
  fill: #99c455;
}
.wpcf7-form label input:not(:placeholder-shown) + i svg path, .wpcf7-form label textarea:not(:placeholder-shown) + i svg path {
  fill: #99c455;
}
.wpcf7-form label input.wpcf7-not-valid, .wpcf7-form label textarea.wpcf7-not-valid {
  padding: 0.5rem 1rem 1.5rem 1rem;
}
.wpcf7-form label input.wpcf7-not-valid + i svg path, .wpcf7-form label textarea.wpcf7-not-valid + i svg path {
  fill: #ef7a4b;
}
.wpcf7-form label textarea {
  border-radius: 1.5rem;
}
.wpcf7-form label.big {
  width: 100%;
}
.wpcf7-form label.big i {
  top: 1rem;
}
.wpcf7-form i {
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  opacity: 0.8;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form i svg path {
  fill: #fff;
  transition: fill 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}

/*Checkbox*/
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item > label {
  cursor: pointer;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transform: none;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
  width: 34px;
  min-width: 34px;
  margin: 0;
  visibility: visible;
  opacity: 1;
  transform: none;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:not(:last-child) {
  margin-right: 6px;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:hover {
  background: rgba(0, 0, 0, 0.2);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:hover span:first-child {
  border-color: #fff;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #fff;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx {
  position: absolute;
  visibility: hidden;
  width: 0;
  padding: 0;
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child {
  animation: wave-4 0.4s ease;
  background-color: #226478;
  border-color: #fff;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke: #fff;
}
.wpcf7-acceptance .wpcf7-list-item > label .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wpcf7-acceptance .checkbox__text {
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 1rem auto;
  padding: 0.5rem 1rem;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 600px;
  height: 300px;
  max-width: 100%;
  max-height: 100%;
  top: calc(50% - 150px);
  left: calc(50% - 300px);
  z-index: 100;
  background-color: #99c455;
  border-radius: 1rem;
  color: #fff;
  box-shadow: 0px 0px 50px -40px #fff;
  opacity: 0;
  transform: translate(0, 50px);
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  color: #fff;
  background-color: #ef7a4b;
}
.wpcf7 .endForm {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7 .submitContainer {
  margin-top: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.wpcf7 input[type=submit] {
  background-color: transparent;
  border: none;
  outline: none;
  color: unset;
  cursor: pointer;
  margin: 0 auto;
  padding: 0.7rem 2rem 0.5rem 2rem;
  min-width: 280px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border: transparent;
  background: #bf9e74;
  display: inline-block;
  cursor: pointer;
  font-size: 0.9rem;
  border-radius: 1rem;
}
.wpcf7 input[type=submit]:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.wpcf7 .novalidate {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  color: #fff;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #ef7a4b;
  font-size: 0.8rem;
  position: absolute;
  bottom: 5px;
  left: 1rem;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  z-index: 1;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 15.5px);
  top: calc(50% - 15.5px);
  margin: 0;
  width: 31px;
  height: 31px;
  background-color: transparent;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.wpcf7 .wpcf7-spinner:after, .wpcf7 .wpcf7-spinner:before {
  content: "";
  box-sizing: border-box;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
  animation: animloader 2s linear infinite;
}
.wpcf7 .wpcf7-spinner:after:after, .wpcf7 .wpcf7-spinner:before:after {
  animation-delay: 1s;
}
@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.mentionsContainer {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.mentionsContainer p, .mentionsContainer a, .mentionsContainer span {
  margin: 0.25rem 1rem;
}

@media screen and (max-width: 1700px) {
  .slideContent {
    padding: 1rem 2rem;
  }
  .defiContent {
    padding: 4rem 2rem 4rem 3rem;
    width: 50%;
  }
  .defiContent .title p {
    line-height: 1.2;
    text-wrap: balance;
  }
  .defiContent .title p br:nth-child(2) {
    display: none;
  }
  .avocatsMaitrise {
    width: 50%;
  }
  .avocatsMaitrise p {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1600px) {
  .page-accueil .heroContent {
    padding: 6rem 3rem 6rem 7rem;
  }
  .page-accueil .heroSectionTitle {
    width: 290px;
  }
  .page-accueil .heroSectionText {
    max-width: calc(100% - 350px);
  }
}
@media screen and (max-width: 1400px) {
  .rowContent {
    width: 300%;
  }
  .slideRow {
    width: 100%;
  }
  .slideContent {
    width: 60%;
  }
  .videoTransition .videoTransitionContent {
    flex-wrap: wrap;
  }
  .videoTransition .defiContent {
    padding: 3rem 5% 0 300px;
    width: 100%;
    order: 1;
  }
  .videoTransition .defiContent .title {
    width: 800px;
    max-width: 100%;
  }
  .videoTransition .defiContent .title p br:nth-child(2) {
    display: inline;
  }
  .videoTransition .defiContent .text p {
    width: 800px;
    max-width: 100%;
    text-wrap: balance;
  }
  .videoTransition .avocatsMaitrise {
    width: 100%;
    order: 2;
    margin-top: -4rem;
  }
  .videoTransition .avocatsMaitrise p {
    padding-left: 100px;
  }
  .linksToExpertise {
    padding-top: 2rem;
  }
  .singleContent h1 {
    font-size: 2rem;
  }
  .singleContent h2 {
    font-size: 1.5rem;
  }
  .singleContent h3 {
    font-size: 1.2rem;
  }
  .singleContent .content > * {
    padding-left: 5%;
    padding-right: calc(10% + 340px);
  }
  .singleContent .content > ul {
    padding-left: calc(5% + 20px);
  }
  .singleContent .postPanel {
    width: 340px;
  }
}
@media screen and (max-width: 1300px) {
  .expertiseLink {
    width: 400px;
    max-width: 45%;
  }
  .expertisePreviewText {
    max-width: 55%;
  }
  .contactSection .wpcf7, .contactSection .wpcf7-form {
    width: 610px;
  }
}
@media screen and (max-width: 1200px) {
  .menu li:not(:last-child):after {
    content: "|";
    margin: 0 0.5rem;
  }
  .expertiseContent h1 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .themeTitle {
    font-size: 1.1rem;
  }
  .mentionsContainer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .mentionsContainer p, .mentionsContainer a, .mentionsContainer span {
    margin: 0.75rem 0;
  }
  .singleContent .content > * {
    padding-left: 0;
    padding-right: 0;
  }
  .singleContent .content > ul {
    padding-left: 20px;
    padding-right: 0;
  }
  .singleContent .postPanel {
    width: 100%;
    position: initial;
    padding: 0 5%;
    order: 2;
    margin-top: 2rem;
  }
  .anchor-container {
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    background-color: #226478;
    color: #fff;
  }
  .singleContent .content {
    padding: 0 5vw;
    order: 1;
  }
  .singleContent .content > .anchor-container {
    padding: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .hoverVisual .hoverVisualShape {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    width: calc(100% - 1rem);
    height: 45px;
    position: absolute;
    top: auto;
    bottom: 0.5rem;
    left: 0.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%, 0 calc(100% - 20px));
    background-color: rgba(34, 100, 120, 0.7);
  }
  .hoverVisual .btn {
    position: absolute;
    opacity: 1;
    bottom: 1.1rem;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .hoverVisual .kLetterText {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    position: absolute;
    margin-bottom: 0;
    left: 0.6rem;
    bottom: 0.2rem;
  }
  .hoverVisual .kLetterText svg {
    width: 35px;
  }
  .hoverVisual #leftK {
    transform: none;
    opacity: 1;
  }
  .hoverVisual #topK {
    transform: none;
    opacity: 1;
  }
  .hoverVisual #btmk {
    transform: none;
    opacity: 1;
  }
  .postBlock_img {
    width: 230px;
    height: 230px;
  }
  .postBlock_content {
    width: calc(100% - 230px);
    padding: 0 1rem;
  }
  .contactSection .col-auto {
    max-width: 100%;
  }
  .contactInfo {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contactInfo .title {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
    align-items: center;
    order: 1;
  }
  .kContact {
    display: none;
  }
  .agence {
    width: 250px;
    order: 3;
    text-align: center;
  }
  .socialMedia {
    width: 100%;
    order: 2;
    text-align: center;
  }
}
@media screen and (max-width: 1020px) {
  header {
    padding: 1.7rem 5% 0.5rem 5%;
  }
  .bodyHide {
    height: 120vh;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 11;
    background-color: rgba(175, 153, 120, 0.7);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    opacity: 0;
  }
  .header_right {
    height: 100vh;
    width: 400px;
    padding: 3rem 1rem;
    position: fixed;
    background-color: #bf9e74;
    top: 0;
    right: 0;
    align-items: flex-start;
    opacity: 0;
    z-index: 12;
  }
  #langSwitch {
    right: auto;
    left: 1rem;
    top: 1.5rem;
    font-size: 1.1rem;
    opacity: 0;
    transform: translate(-40px, 0);
  }
  #langSwitch span, #langSwitch a {
    color: #fff;
  }
  #langSwitch .openLang::after {
    color: #fff;
    margin: 0 0.5rem;
  }
  .menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .menu li {
    opacity: 0;
    transform: translate(0, 20px);
  }
  .menu li:not(:last-child):after {
    content: none;
  }
  .menu li a {
    color: #fff;
    font-size: 1.3rem;
  }
  .menu li.active a {
    color: #fff;
    text-decoration: underline;
  }
  .btnMenu {
    display: flex;
    z-index: 12;
  }
  .page-accueil .heroContent {
    padding: 2rem;
    flex-wrap: wrap;
    gap: 0;
  }
  .page-accueil .heroSectionTitle {
    width: 100%;
  }
  .page-accueil .heroSectionText {
    max-width: 100%;
    width: 100%;
    margin-bottom: 7rem;
  }
  .kForKlema {
    width: 80px;
    margin-right: 0.75rem;
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
  }
  .heroContent {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%, 0 calc(100% - 80px));
  }
  .heroVideo {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%, 0 calc(100% - 80px));
  }
  .videoTransition .defiContent {
    padding: 3rem 2rem 3rem 2rem;
  }
  .videoTransition .avocatsMaitrise p {
    padding-left: 0;
    margin-bottom: -1rem;
  }
  .videoTransition .kLetterText {
    margin-bottom: -2.5rem;
  }
  .videoTransition .kLetterText svg {
    width: 140px;
  }
  .videoTransition .videoContainer {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%, 0 calc(100% - 80px));
  }
}
@media screen and (max-width: 991px) {
  .logo {
    width: 150px;
  }
  .heroExpertise .container {
    max-width: 100%;
  }
  .heroExpertise .expertisePicture {
    padding: 0;
  }
  .heroExpertise .expertisePicture div {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
  }
  .heroMember .container {
    max-width: 100%;
  }
  .memberIdentity .equipeName {
    font-size: 1.6rem;
  }
  .socialLink {
    right: 0.5rem;
    top: 0.5rem;
  }
  .socialLink svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-accueil .heroSectionText {
    margin-bottom: 0;
  }
  .heroContent {
    padding: 4rem 2rem;
  }
  .kForKlema {
    display: none;
  }
  .heroContent {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
  }
  .heroVideo {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
  }
  .rowContent {
    align-items: flex-start;
  }
  .slideRow {
    flex-wrap: wrap;
    align-items: flex-start;
    align-self: auto;
    height: auto;
  }
  .slideVisual {
    padding: 0 1.5rem;
    width: 100%;
    height: 160px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 70px 100%, 0 calc(100% - 70px));
  }
  .slideContent {
    width: 100%;
    padding: 1rem 1.5rem 0 1.5rem;
  }
  .slideContent .text {
    margin-top: 0.5rem;
  }
  .slideContent .text p {
    width: 100%;
  }
  .avocatsMaitrise p {
    font-size: 1.6rem;
  }
  .linksToExpertise .container {
    max-width: 100%;
  }
  .expertisePreviewText h3 {
    font-size: 1rem;
  }
  .expertiseLink {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
  }
  .expertiseLink .title {
    font-size: 1.6rem;
  }
  .expertiseRow:nth-child(even) .expertiseLink {
    clip-path: polygon(100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 0);
  }
  .heroExpertise .expertisePicture {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
  .heroExpertise .expertisePicture div {
    width: 400px;
    max-width: 100%;
    height: 240px;
  }
  .heroExpertise .expertisePicture div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .memberPicture > div {
    height: 400px;
    width: 300px;
    max-width: 100%;
  }
  .memberPicture picture {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
  }
  .randomBackground {
    top: 0.5rem;
    left: -0.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
  }
  .memberIdentity {
    margin-top: 1.5rem;
  }
  .otherMembers {
    padding-top: 2rem;
  }
  .swiperTeam.swiper-initialized {
    padding-bottom: 1rem;
    padding-top: 5rem;
  }
  .swiperTeam .tranding-slider-control {
    flex-wrap: wrap;
    height: 4rem;
  }
  .swiperTeam .tranding-slider-control .title {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .swiperTeam .swiper-button-prev {
    margin: 0 0.5rem 0 0;
  }
  .swiperTeam .swiper-button-next {
    margin: 0 0 0 0.5rem;
  }
  .swiperTeam .swiper-pagination-bullet {
    transform: scale(1);
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 3px !important;
  }
  .postList .container {
    max-width: 100%;
  }
  .postBlock_img {
    width: 180px;
    height: 220px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
  }
  .postBlock_content {
    width: calc(100% - 180px);
  }
  .postBlock_content .title {
    font-size: 1.1rem;
  }
  .applyForm .wpcf7-form .codedropz-upload-inner {
    flex-direction: column;
  }
  .applyForm .wpcf7-form .codedropz-upload-inner span {
    margin: 0.25rem 0 0.75rem 0;
  }
}
@media screen and (max-width: 620px) {
  .breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .breadcrumb a:first-child {
    display: none;
  }
  .breadcrumb i {
    display: none;
  }
  .breadcrumb a, .breadcrumb span {
    padding: 0.25rem 0;
  }
  .breadcrumb a {
    position: relative;
    padding-left: 1.5rem;
  }
  .breadcrumb a:before {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 0.5rem;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNvbG9yPSIjMjI2NDc4Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguNTMwMzEgMTcuNTMwM0M4LjIzNzQxIDE3LjgyMzIgNy43NjI1NCAxNy44MjMyIDcuNDY5NjUgMTcuNTMwM0wzLjk2OTY1IDE0LjAzMDNDMy43NTUxNSAxMy44MTU4IDMuNjkwOTggMTMuNDkzMiAzLjgwNzA3IDEzLjIxM0MzLjkyMzE1IDEyLjkzMjcgNC4xOTY2MyAxMi43NSA0LjQ5OTk4IDEyLjc1SDExLjVDMTEuODAzMyAxMi43NSAxMi4wNzY4IDEyLjkzMjcgMTIuMTkyOSAxMy4yMTNDMTIuMzA5IDEzLjQ5MzIgMTIuMjQ0OCAxMy44MTU4IDEyLjAzMDMgMTQuMDMwM0w4LjUzMDMxIDE3LjUzMDNaIiBmaWxsPSIjMjI2NDc4Ij48L3BhdGg+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDE0Ljc1QzcuNTg1NzkgMTQuNzUgNy4yNSAxNC40MTQyIDcuMjUgMTRWMTFDNy4yNSA4LjM3NjY1IDkuMzc2NjUgNi4yNSAxMiA2LjI1SDE5QzE5LjQxNDIgNi4yNSAxOS43NSA2LjU4NTc5IDE5Ljc1IDdDMTkuNzUgNy40MTQyMSAxOS40MTQyIDcuNzUgMTkgNy43NUgxMkMxMC4yMDUxIDcuNzUgOC43NSA5LjIwNTA3IDguNzUgMTFWMTRDOC43NSAxNC40MTQyIDguNDE0MjEgMTQuNzUgOCAxNC43NVoiIGZpbGw9IiMyMjY0NzgiPjwvcGF0aD48L3N2Zz4=");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .videoTransition .kLetterText {
    margin-bottom: 0;
  }
  .videoTransition .kLetterText svg {
    width: 80px;
  }
  .videoTransition .avocatsMaitriseText {
    padding-right: 1rem;
  }
  .videoTransition .avocatsMaitrise {
    margin-top: -2rem;
  }
  .videoTransition .avocatsMaitrise p {
    margin-bottom: 0;
  }
  .avocatsMaitrise p {
    font-size: 1.4rem;
  }
  .equipeGrid {
    width: 350px;
  }
  .heroMember, .heroExpertise {
    padding-top: 2rem;
  }
  .expertiseLink {
    width: 400px;
    max-width: 100%;
  }
  .expertisePreviewText {
    max-width: 100%;
    width: 400px;
  }
  .expertisePreviewText h3 {
    margin-left: 0;
  }
  .expertiseRow:nth-child(even) .expertiseLink {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
  }
  .expertiseRow:nth-child(even) .expertiseLink .title {
    justify-content: flex-start;
  }
  .expertiseRow:nth-child(even) .expertisePreviewText {
    text-align: left;
    align-items: flex-start;
  }
  .expertiseRow:nth-child(even) .expertisePreviewText h3:before {
    content: "";
  }
  .expertiseRow:nth-child(even) .expertisePreviewText h3::after {
    content: none;
  }
  .postList {
    padding-top: 2rem;
  }
  .postBlock {
    flex-wrap: wrap;
  }
  .postBlock_content {
    width: 100%;
    padding: 0;
  }
  .postBlock_img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .singleContent h1 {
    font-size: 1.6rem;
  }
  .singleContent h2 {
    font-size: 1.2rem;
  }
  .singleContent h3 {
    font-size: 1rem;
  }
  .contactSection {
    margin-top: 2rem;
  }
  .wpcf7-form label {
    width: 100%;
    margin: 0.75rem 0;
  }
  .wpcf7-form [data-name=rgpd-consent] {
    width: 310px;
    max-width: 100%;
  }
  .applyForm .wpcf7-form [data-name=cv] {
    margin: 0.75rem 0;
  }
  .applyForm .wpcf7-form .codedropz-upload-handler {
    height: auto;
  }
  .wpcf7 .wpcf7-form .wpcf7-response-output {
    width: calc(100% - 2rem);
    left: 1rem;
  }
}
@media screen and (max-width: 520px) {
  .title {
    font-size: 1.8rem;
  }
  .animLogoContent #textLogo {
    width: 170px;
    height: 170px;
  }
  .animLogoContent #kLetter {
    height: 170px;
  }
  .animLogoContent #baseline {
    margin-top: -2rem;
    height: 43px;
  }
  .header_right {
    width: 100%;
    justify-content: flex-start;
    padding-top: 5rem;
  }
  .heroSection {
    margin-top: 1rem;
  }
  .page-accueil .heroContent {
    padding: 1rem 1rem 2rem 1rem;
    flex-wrap: wrap;
    gap: 0;
  }
  .nousChoisir {
    padding-top: 2rem;
  }
  .nousChoisirTitle h2 {
    opacity: 1;
    background: transparent;
    color: #226478;
    background-clip: none;
    -webkit-background-clip: none;
  }
  .rowContent {
    width: 100%;
    flex-wrap: wrap;
  }
  .slideRow:first-child .slideVisual {
    transform: scale(1);
  }
  .slideRow:last-child .slideContent {
    margin-bottom: 0;
  }
  .slideVisual {
    padding: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
  }
  .slideContent {
    margin-bottom: 2rem;
    padding: 1rem 0;
  }
  .slideContent .title {
    font-size: 1.6rem;
  }
  .slideContent .text {
    margin-bottom: 0.5rem;
  }
  .videoTransition .videoContainer {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
  }
  .videoTransition .defiContent {
    padding: 2rem 1rem 1rem 1rem;
  }
  .videoTransition .defiContent .title p br:nth-child(2) {
    display: none;
  }
  .videoTransition .kLetterText {
    margin-bottom: 0;
  }
  .videoTransition .kLetterText svg {
    width: 80px;
  }
  .videoTransition .avocatsMaitriseText {
    padding-right: 1rem;
    padding-left: 1rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
body.noHover.can-touch * {
  cursor: default !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-tap-highlight-color: rgba(255, 255, 255, 0);
}