/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

 figcaption, figure, footer, header, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

body.stop { overflow: hidden !important; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }


input[type="time"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

output {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

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

.figure {
  display: inline-block; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.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; } }

.container2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

 .col, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-12, .col-md, .col-lg-3, .col-lg-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; } }

@media (min-width: 992px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.border {
  border: 1px solid #dee2e6 !important; }

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (min-width: 1200px) {
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; } }

.position-static {
  position: static !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.mb-0 {
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-5-5 {
  margin-top: 1.5rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 !important; }


.px-0 {
  padding-right: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }


.py-2 {
  padding-top: 0.5rem !important; }


.py-2 {
  padding-bottom: 0.5rem !important; }

.py-2-2 {
  padding-bottom: 1rem !important; }

.py-3 {
  padding-top: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.ml-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .ml-md-5 {
    margin-left: 3rem !important; }
  
  .py-md-0 {
    padding-top: 0 !important; }
  
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0 !important; }
  
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; } }

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

.visible {
  visibility: visible !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  pre {
    white-space: pre-wrap !important; }
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; } }

body {
  font-family: "Poppins", Arial, sans-serif!important;
  background: #fff!important;
  font-size: 16px!important;
  line-height: 1.8!important;
  font-weight: 400!important;
  color: #4d4d4d!important; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #435D91; }
  a:hover, a:focus {
    text-decoration: none;
    color: #435D91;
    outline: none !important; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5!important;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-family: "Lora", serif; }

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0; }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      background: #000000 !important;
      position: relative;
      top: 0;
      padding: 10px 15px; } }
  .ftco-navbar-light .navbar-brand {
    color: #fff;
    z-index: 0; }
    .ftco-navbar-light .navbar-brand span {
      color: #435D91; }
    .ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
      color: #fff; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-brand {
        color: #fff; } }
  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
      padding-bottom: 10px; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 12px;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #435D91; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: rgba(255, 255, 255, 0.7); }
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
          color: #fff; } }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); }
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
      font-size: 14px; }
      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
        background: transparent;
        color: #000000; }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #435D91; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #fff; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .ftco-navbar-light .navbar-toggler:focus {
      outline: none !important; }
  .ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .ftco-navbar-light.scrolled .nav-item.active > a {
      color: #435D91 !important; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    @media (max-width: 767.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.9rem !important;
      padding-bottom: 0.9rem !important;
      color: #000000 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #435D91 !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #000000; }

.navbar-brand {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.hero {
  position: relative;
  z-index: 0; }
  .hero h1.vr {
    font-family: "Barlow Condensed", Arial, sans-serif;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25.5vw;
    text-transform: uppercase;
    z-index: 1;
    color: #fff;
    color: transparent;
    line-height: .1vh;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff; }

.home-wrap .half {
  width: 50%;
  background: #000000;
  /*background-image: url(../images/bg_black.webp);*/ }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: .4; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-dots {
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:after {
        position: absolute;
        top: -2px;
        left: -2px;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        content: '';
        border: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #b3b3b3; }
  .owl-carousel.home-slider {
    position: relative;
    height: 750px;
    z-index: 0; }
    .owl-carousel.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 750px;
      position: relative;
      z-index: 0; }
      @media (max-width: 1199.98px) {
        .owl-carousel.home-slider .slider-item {
          background-position: center center !important; } }
      .owl-carousel.home-slider .slider-item .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000000;
        opacity: 0; }
      .owl-carousel.home-slider .slider-item .slider-text {
        height: 750px;
        z-index: 0; }
        @media (max-width: 991.98px) {
          .owl-carousel.home-slider .slider-item .slider-text {
            text-align: center; } }
        .owl-carousel.home-slider .slider-item .slider-text .one-third {
          width: 100%;
          position: relative;
          z-index: -1; }
          .owl-carousel.home-slider .slider-item .slider-text .one-third .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #000000;
            opacity: 0; }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text .one-third {
              width: 100%;
              z-index: 0; }
              .owl-carousel.home-slider .slider-item .slider-text .one-third .overlay {
                opacity: .3; }
              .owl-carousel.home-slider .slider-item .slider-text .one-third:after {
                opacity: 0; } }
    .owl-carousel.home-slider .owl-nav {
      position: absolute;
      bottom: 60px !important;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media (max-width: 991.98px) {
        .owl-carousel.home-slider .owl-nav {
          display: none; } }
      .owl-carousel.home-slider .owl-nav .owl-prev,
      .owl-carousel.home-slider .owl-nav .owl-next {
        position: absolute;
        width: 60px;
        height: 60px;
        background: #fff !important;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        transition: all 0.7s ease;
        opacity: 1; }
        .owl-carousel.home-slider .owl-nav .owl-prev span:before,
        .owl-carousel.home-slider .owl-nav .owl-next span:before {
          font-size: 20px;
          margin-top: 7px;
          color: #000000; }
      .owl-carousel.home-slider .owl-nav .owl-prev {
        top: 0 !important;
        right: 0 !important; }
        @media (min-width: 992px) {
          .owl-carousel.home-slider .owl-nav .owl-prev {
            right: 61px !important; } }
        .owl-carousel.home-slider .owl-nav .owl-prev:hover, .owl-carousel.home-slider .owl-nav .owl-prev:focus {
          background: #000000 !important;
          outline: none !important; }
          .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before {
            font-size: 20px;
            margin-top: 7px;
            color: #435D91; }
      .owl-carousel.home-slider .owl-nav .owl-next {
        top: 0 !important;
        right: 0 !important; }
        @media (min-width: 992px) {
          .owl-carousel.home-slider .owl-nav .owl-next {
            right: 0 !important; } }
        .owl-carousel.home-slider .owl-nav .owl-next:hover, .owl-carousel.home-slider .owl-nav .owl-next:focus {
          background: #000000 !important;
          outline: none !important; }
          .owl-carousel.home-slider .owl-nav .owl-next:hover span:before, .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
            font-size: 24px;
            margin-top: 7px;
            color: #435D91; }
    .owl-carousel.home-slider .owl-dots {
      position: unset;
      left: 0;
      right: 0;
      bottom: 40px;
      width: 100%;
      text-align: center; }
      @media (min-width: 992px) {
        .owl-carousel.home-slider .owl-dots {
          display: none; } }
      @media (max-width: 767.98px) {
        .owl-carousel.home-slider .owl-dots {
          bottom: 5px; } }
      .owl-carousel.home-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4); }
        .owl-carousel.home-slider .owl-dots .owl-dot.active {
          background: #fff; }

.hero-wrap {
  width: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media (max-width: 1199.98px) {
    .hero-wrap {
      background-position: top center !important; } }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .1;
    background: #fff; }
    @media (max-width: 1199.98px) {
      .hero-wrap .overlay {
        opacity: 0; } }
  .hero-wrap.hero-wrap-2 .overlay {
    background: #000000;
    width: 100%;
    opacity: .3; }

.slider-text {
  position: relative;
  height: 800px; }
  .slider-text .breadcrumbs {
    font-size: 16px;
    margin-bottom: 20px;
    z-index: 99;
    font-weight: 400; }
    .slider-text .breadcrumbs span {
      color: rgba(255, 255, 255, 0.8); }
      .slider-text .breadcrumbs span i {
        color: rgba(255, 255, 255, 0.8); }
      .slider-text .breadcrumbs span a {
        color: white; }
        .slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
          color: #435D91; }
          .slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
            color: #435D91; }
  .slider-text .bread {
    font-weight: 900;
    color: #fff;
    font-size: 80px;
    font-family: "Poppins", Arial, sans-serif; }
    @media (max-width: 991.98px) {
      .slider-text .bread {
        font-size: 50px; } 
      body[data-page="politique-confidentialite"] .slider-text .bread {
        font-size: 44px; } 
      }
  

.ftco-volunteer .text h2 {
  font-weight: 900;
  font-size: 50px;
  line-height: 1.1;
  color: #000000; }

.container {
  max-width: 1180px; }

.bg-light {
  background: #f8f9fa !important; }

.bg-primary {
  background: #435D91; }

button {
  outline: none!important;
}

button:focus {
  outline: none!important;
  box-shadow: none!important;
}

button:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4)!important;
}

.btn {
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09); }
  .btn:hover, .btn:active, .btn:focus {
    outline: none!important;
    box-shadow: none!important; }
  .btn.btn-primary {
    background: #435D91 !important;
    border: 1px solid #435D91 !important;
    color: #fff !important; }
    .btn.btn-primary:hover {
      border: 1px solid #435D91;
      background: transparent;
      color: #435D91; }

.ftco-intro .img {
  width: 100%; }
  @media (max-width: 991.98px) {
    .ftco-intro .img {
      height: 400px; } }

.ftco-intro h2 {
  font-size: 60px; }
  .ftco-intro h2 span {
    background: #435D91;
    color: #fff; }

.services-section {
  padding: 0; }

.services {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 80px 25px; }

  @media (max-width: 991.98px) {
    .services {
      padding: 20px 20px; } 
  }

  .services .icon {
    line-height: 1.3;
    position: relative; }
  .services .icon span {
      font-size: 80px;
      color: black; }
  .services .media-body h3  {
    font-size: 28px;
    font-weight: 400;
    color: black }

  @media (min-width: 992px) {
    .services:hover, .services:focus {
    background: #435D91;
    color: #fff!important; }
    .services:hover .icon span, .services:focus .icon span {
      color: #fff; }
    .services:hover .media-body h3, .services:focus .media-body h3 {
      color: #fff; }
    .services:hover lord-icon, .services:focus lord-icon {
    filter: brightness(0) invert(1); }
  }
    .services.active {
      background: #1e1e1e;
      color: #fff; }
    .services.active:hover,.services.active:focus  {
      background: #435D91; }
    .services.active h3 {
        color: #fff; }
    .services.active .icon span {
        color: #fff; }
    .services.active-2 {
      background: #435D91;
      color: #ffffff; }
    .services.active-2 .icon span {
        color: #fff; } 

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .form-control:focus, .form-control:active {
    border-color: #000000; }

textarea.form-control {
  height: inherit !important; }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #435D91 !important; }

.about-author .desc h3 {
  font-size: 24px; }

.ftco-section {
  padding: 7em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }

.ftco-no-pt {
  padding-top: 0 !important; }

.ftco-no-pb {
  padding-bottom: 0 !important; }

.ftco-footer {
  font-size: 16px;
  background: #000;
  padding: 7em 0;
  padding-bottom: 10px;
  z-index: 0; }
  .ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: 3px; }
  .ftco-footer .ftco-footer-widget ul li a {
    color: rgba(255, 255, 255, 0.9); }
  .ftco-footer .ftco-footer-widget ul li a:hover {
    color: #435d91; }
  /*.ftco-footer .ftco-footer-widget ul li a span {
    color: rgba(255, 255, 255, 0.7); }*/
  .ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
    .ftco-footer .ftco-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
  .ftco-footer p {
    color: rgba(255, 255, 255, 0.7); }
  .ftco-footer a {
    color: rgba(255, 255, 255, 0.7); }
    .ftco-footer a:hover {
      color: #fff; }
  .ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }

.skills-wrap  .ftco-footer-social li {
  list-style: none;
  margin: 0 3px 0 0;
  display: inline-block; }

  .ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: #435d9199;
    color:rgba(255, 255, 255, 0.7) ;
    border-radius: 50%;
    position: relative; }

    .ftco-footer-social li a:hover {
      color: #435d91!important;
      background: rgba(255, 255, 255, 0.8)!important;}

  .ftco-footer-social li button {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: #435d9199;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    position: relative; }

.skills-wrap .ftco-footer-social li button {
    height: 60px;
    width: 60px;
    border-radius: 0%;
    cursor: default;
    border-width: 0px!important;
    transition: background-color 0.3s ease }

    .ftco-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #435d91; }

    .ftco-footer-social li button span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li button:hover {
      color: #435d91;
      background: rgba(255, 255, 255, 0.8); }

#map {
  width: 100%; }
  @media (max-width: 991.98px) {
    #map {
      height: 300px; } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(253, 203, 110, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(253, 203, 110, 0.4);
    box-shadow: 0 0 0 0 rgba(253, 203, 110, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(253, 203, 110, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(253, 203, 110, 0);
    box-shadow: 0 0 0 30px rgba(253, 203, 110, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(253, 203, 110, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(253, 203, 110, 0);
    box-shadow: 0 0 0 0 rgba(253, 203, 110, 0); } }

.heading-section .subheading {
  font-size: 18px;
  display: block;
  margin-bottom: 5px; }

.heading-section h2 {
  font-size: 11vw;
  font-weight: 900;
  line-height: 1.0;
  font-family: "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  text-align: left; }
  .heading-section h2 span {
    font-family: "Lora", serif;
    font-weight: 400;
    display: block;
    text-align: right; }

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9); }

.heading-section.heading-section-white h2 {
  font-size: 40px;
  color: #fff; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }

.img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
@media (max-width: 500px) {
  .img, .user-img {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 25% 75%;
  }
}
.portfolio-wrap {
  display: block;
  width: 100%;
  margin-bottom: 7em; }
  .portfolio-wrap .text {
    position: relative; }
    .portfolio-wrap .text .subheading {
      display: block;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 3px;
      color: #000000;
      font-weight: 700; }
    .portfolio-wrap .text h2 {
      font-size: 80px;
      display: inline-block; }
      @media (max-width: 767.98px) {
        .portfolio-wrap .text h2 {
          font-size: 16vw; } }
      .portfolio-wrap .text h2 a {
        color: #000000;
        padding-bottom: 10px;
        border-bottom: 3px solid #000000; }
    .portfolio-wrap .text .top-relative h2 {
      font-size: 50px; }
    .portfolio-wrap .text .desc {
      position: relative;
      width: 100%; }
      @media (min-width: 1200px) {
        .portfolio-wrap .text .desc .top {
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%);
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .portfolio-wrap .text .desc .top.top-relative {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0); }
        .portfolio-wrap .text .desc .absolute {
          opacity: 0;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-transform: translateY(-20%);
          -ms-transform: translateY(-20%);
          transform: translateY(-20%); }
          .portfolio-wrap .text .desc .absolute.relative {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0); } }
      .portfolio-wrap .text .desc .custom-btn {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 3px;
        color: #b3b3b3;
        font-weight: 700; }
      .portfolio-wrap .text .desc .custom-btn:hover {
        color:#435d91; }
    .portfolio-wrap .text:hover {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .portfolio-wrap .text:hover .absolute {
        position: relative;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      .portfolio-wrap .text:hover .top {
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }

.portfolio-entry {
  position: relative;
  margin-bottom: 7em; }
  .portfolio-entry .text-wrapper {
    width: 100%; }
    @media (max-width: 767.98px) {
      .portfolio-entry .text-wrapper {
        height: inherit; } }
  .portfolio-entry .one-half {
    width: 60%; }
    @media (max-width: 991.98px) {
      .portfolio-entry .one-half {
        width: 100%; } }
    @media (min-width: 992px) {
      .portfolio-entry .one-half.half-text {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        margin: 0 auto; }
        .portfolio-entry .one-half.half-text .text {
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          max-width: 60%; }
        .portfolio-entry .one-half.half-text .text-2 {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          max-width: 58%; } }
    @media (min-width: 1200px) {
      .portfolio-entry .one-half.half-text {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 1140px;
        margin: 0 auto; }
        .portfolio-entry .one-half.half-text .text {
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          max-width: 70%; }
        .portfolio-entry .one-half.half-text .text-2 {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          max-width: 58%; } }
    .portfolio-entry .one-half.half-text .subheading {
      display: block;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 3px;
      color: #000000;
      font-weight: 700; }
    .portfolio-entry .one-half.half-text h2 {
      font-size: 80px;
      display: inline-block; }
      @media (max-width: 767.98px) {
        .portfolio-entry .one-half.half-text h2 {
          font-size: 16vw; } }
      .portfolio-entry .one-half.half-text h2 a {
        color: #000000;
        padding-bottom: 10px;
        border-bottom: 3px solid #000000; }
    .portfolio-entry .one-half.half-text .text .desc, .portfolio-entry .one-half.half-text .text-2 .desc {
      position: relative;
      width: 100%; }
      @media (min-width: 1200px) {
        .portfolio-entry .one-half.half-text .text .desc .top, .portfolio-entry .one-half.half-text .text-2 .desc .top {
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%);
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .portfolio-entry .one-half.half-text .text .desc .absolute, .portfolio-entry .one-half.half-text .text-2 .desc .absolute {
          opacity: 0;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-transform: translateY(-20%);
          -ms-transform: translateY(-20%);
          transform: translateY(-20%); } }
      .portfolio-entry .one-half.half-text .text .desc .custom-btn, .portfolio-entry .one-half.half-text .text-2 .desc .custom-btn {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 3px;
        color: #b3b3b3;
        font-weight: 700; }
      .portfolio-entry .one-half.half-text .text .desc .custom-btn:hover, .portfolio-entry .one-half.half-text .text-2 .desc .custom-btn:hover {
        color:#435d91; } 
    .portfolio-entry .one-half.half-text .text:hover, .portfolio-entry .one-half.half-text .text-2:hover {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .portfolio-entry .one-half.half-text .text:hover .absolute, .portfolio-entry .one-half.half-text .text-2:hover .absolute {
        position: relative;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      .portfolio-entry .one-half.half-text .text:hover .top, .portfolio-entry .one-half.half-text .text-2:hover .top {
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
@media (max-width: 768px) {
#work-2 {
  height: 750px!important;
  background-position: 25% 75%;
}
#work-3 {
  height: 650px!important;
  background-position: 78% 75%;
}
#work-5 {
  height: 650px!important;
  background-position: 56% 75%;
}
}
.skills-section {
  position: relative;
  background: #1e1e1e; }
  .skills-section .skills-img {
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
  .skills-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #1e1e1e; }
  .skills-section .owl-carousel {
    margin: 0; }
  .skills-section .owl-carousel .owl-stage-outer {
    padding-top: 0;
    padding-bottom: 0;
    position: relative; }
  .skills-section .owl-nav {
    position: absolute;
    bottom: 60px !important;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .skills-section .owl-nav {
        display: none; } }
    .skills-section .owl-nav .owl-prev,
    .skills-section .owl-nav .owl-next {
      position: absolute;
      width: 60px;
      height: 60px;
      background: #fff !important;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 1; }
      .skills-section .owl-nav .owl-prev span:before,
      .skills-section .owl-nav .owl-next span:before {
        font-size: 20px;
        margin-top: 7px;
        color: #000000; }
    .skills-section .owl-nav .owl-prev {
      top: 0 !important;
      right: 0 !important; }
      @media (min-width: 992px) {
        .skills-section .owl-nav .owl-prev {
          right: 61px !important; } }
      .skills-section .owl-nav .owl-prev:hover, .skills-section .owl-nav .owl-prev:focus {
        background: #000000 !important;
        outline: none !important; }
        .skills-section .owl-nav .owl-prev:hover span:before, .skills-section .owl-nav .owl-prev:focus span:before {
          font-size: 20px;
          margin-top: 7px;
          color: #fff; }
    .skills-section .owl-nav .owl-next {
      top: 0 !important;
      right: 0 !important; }
      @media (min-width: 992px) {
        .skills-section .owl-nav .owl-next {
          right: 0 !important; } }
      .skills-section .owl-nav .owl-next:hover, .skills-section .owl-nav .owl-next:focus {
        background: #000000 !important;
        outline: none !important; }
        .skills-section .owl-nav .owl-next:hover span:before, .skills-section .owl-nav .owl-next:focus span:before {
          font-size: 24px;
          margin-top: 7px;
          color: #fff; }
  .skills-section .owl-dots {
    text-align: left; }
    .skills-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.3); }
      .skills-section .owl-dots .owl-dot.active {
        background: #fff; }
.skills-wrap {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px; }

@media (max-width: 425px) {
  .skills-wrap {
    text-align: left;
  }
}
  .skills-wrap .user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    background-position: top center; }
  .skills-wrap .text {
    padding-top: 6em;
    margin-top: -65px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .skills-wrap p {
    font-family: "Lora", serif; }
  .skills-wrap .name {
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    font-weight: 800;
    font-size: 20px; }
  .skills-wrap .position {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8); }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#section-counter {
  position: relative;
  z-index: 0; }
  #section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    background: #000000; }

@media (max-width: 1199.98px) {
  .ftco-counter {
    background-position: center center !important; } }

.ftco-counter .img {
  display: block;
  width: 100%; }
  @media (max-width: 991.98px) {
    .ftco-counter .img {
      height: 400px;
      background-position: top center !important; } }

.ftco-counter .heading-section h2 span {
  font-weight: 900;
  color: rgba(0, 0, 0, 0.3); }

.block-23 ul {
  padding: 0; }
  .block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 12px; }
  .block-23 ul li span {
    color: rgba(255, 255, 255, 0.7); }
  .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top; }
  .block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white; }

.contact-section .contact-info p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700; }
  .contact-section .contact-info p a {
    color: rgba(0, 0, 0, 0.8); }

.contact-section .box {
  width: 100%;
  display: block; }
  .contact-section .box .icon {
    width: 100px;
    height: 100px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .contact-section .box .icon span {
      color: #000000;
      font-size: 30px; }
  .contact-section .box h3 {
    font-size: 18px;
    font-weight: 900; }

.contact-section .contact-form {
  width: 100%; }

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }

/* Blog*/

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #ccc;
  font-size: 11px; }
  .tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000000;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 400;
        border-radius: 4px; }
        .comment-list li .comment-body .reply:hover {
          color: #fff;
          background: black; }

/* Navbar Glass */
#page {
  position: relative;
  transition: 1s all ease-in-out;
}
#page.menuopen {
  opacity: 0.6;
  filter: blur(20px);
  transform: scale(1.2);
  pointer-events: none;
}

header {
  z-index: 9999;
  position: relative;
}
header #logo {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  width: 80px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
}
header #logo {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  width: 80px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
}
#logo-color {
  fill: white;
  transition: color 0.3s ease;
}

#logo-color.is-blue {
  fill: #435d9199;
}
header nav {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  position: fixed;
  left: 0;
  right: 0;
  width: 550px;
  margin: 0 auto;
  top: 120px;
  /*background-color: rgba(255, 255, 255, 0.05);*/
  background-color: #435d9199;
  border-radius: 200px;
  z-index: 9;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}
header nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  display: block;
  padding: 10px 20px;
  line-height: 1;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
}
header nav button {
  -webkit-appearance: none;
  /*background: rgba(0, 0, 0, 0.3);*/
  background: #435d9199;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: 99;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  outline: 0;
  border: 0;
  cursor: pointer;
  transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  transform: scale(0);
}
header nav button span {
  width: 40%;
  background: #fff;
  height: 2px;
  display: block;
  margin: 5px auto;
  transform: scalex(0);
  transition: 0.6s transform cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s margin ease-in 0s;
}
header nav button:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
header nav button:hover span {
  margin: 10px auto;
}

header.sticky #logo {
  top: 0;
  transform: scale(0.8);
  opacity: 0;
  transition-delay: 0.5s;
}
header.sticky nav {
  top: 20px;
  padding: 0;
  width: 90px;
  height: 90px;
  transition-delay: 0.5s;
}
header.sticky nav button {
  transform: scale(1);
  transition-delay: 0.6s;
}
header.sticky nav button span {
  transform: scalex(1);
  transition: 0.6s transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s, 0.3s margin ease-in 0s;
}
header.sticky nav a {
  padding: 0;
  opacity: 0;
  letter-spacing: 0px;
  transform: scale(0.3);
  transition-delay: 0.2s;
}

/* Paper transition */
.cgdivd {
    position: absolute;
    bottom: -3px;
    left: -1%;
    right: -.5%;
    width: 101%;
    background-position: bottom;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 9;
    pointer-events: none;
}
.cgdivd.cgdivabsolute {
    z-index: 11;
    bottom: -15px;
}
@media (max-width: 1024px) {
    .cgdivd.cgdivabsolute {
    z-index: 11;
    bottom: -3px;
    }
}
@media (max-width: 550px) {
    header nav {
        width: 90%;
        height: 60px;
    }
}
@media (max-width: 500px) {
    header nav a {
        padding: 10px;
        letter-spacing: 1px;
        font-size: 13px;
    }
}
header nav a:active, a:hover {
    outline: 0;
}
header nav a:hover {
    color: #fff;
    text-decoration: none; }

.hero-title-wrap {
  position: absolute;
  top: 57%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.hero-title-stack .hero-title{
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 33.5vw;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  line-height: 0.8;
  margin: 0;
}

/* Bouton expérience noir */
.about-link {
  padding-right: 90px;
  border: 0;
  font-size: 56px;
  line-height: 3;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  text-decoration: none;
  margin-bottom: 0!important;
}
.container-text .about-link {
  padding-right: 0px!important;
}

@media (max-width: 1024px) {
  .about-link {
    padding-right: 0px;
  }
}
.about-link .linktext {
  position: relative;
  overflow: hidden;
  display: inline-block;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  color: #000000;
  font-weight: 700;
}
.container-text .about-link .linktext {
    font-size: 18px;
    line-height: 2.5;
}

@media (max-width: 768px) {
  .container-text .about-link .linktext {
      font-size: 13px;
      line-height: 3;
  }

  .container-image lord-icon {
    width: 55px!important;
    height: 55px!important;
  }
}

@media (max-width: 1024px) {
  .container-text .about-link .linktext {
      font-size: 14px;
      line-height: 3;
  }
}

@media (max-width: 425px) {
    .container-text .about-link .linktext {
        font-size: 12px;
        line-height: 3;
    }
}

.about-link .linktext::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transform: scaleX(1);
  transition: transform 250ms ease-in-out;
  transform-origin: 0 0;
}
.about-link:hover .linktext:before {
  transform: scaleX(0);
  transform-origin: 100% 100%;
}
.about-link .arrow {
  height: 36px;
  width: 36px;
  top: -5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.about-link .arrow::before,
.about-link .arrow::after {
  position: absolute;
  content: "";
  background-color: #435D91;
  transition: all ease-in-out 0.35s;
  transform-origin: 0 0;
  border-radius: 30px;
}
.about-link .arrow::before {
  height: 2px;
  width: 100%;
  top: 0;
  right: 0;
}
.about-link .arrow::after {
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
}
.about-link:hover .arrow::before {
  width: 65%;
}
.about-link:hover .arrow::after {
  height: 65%;
}
.about-link .arrow span {
  background-color: #435D91;
  height: 2px;
  width: 100%;
  display: inline-block;
  transform: rotate(-45deg) translate(-3px, -1px);
  transform-origin: right top;
  border-radius: 30px;
  position: relative;
  transition: all ease-in-out 0.35s;
  position: absolute;
  top: 0;
  left: 0;
}
.about-link .arrow span::before {
  background-color: #435D91;
  content: "";
  height: 100%;
  width: 15px;
  left: -15px;
  top: 0;
  position: absolute;
}
#p-about {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-family: "Poppins", Arial, sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #4d4d4d;
}

@media (min-width: 1024px) {
.col-service {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 71%;
}
}

/* Bouton expérience blanc */
.about-link2 {
  padding-right: 90px;
  border: 0;
  font-size: 56px;
  line-height: 3;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  text-decoration: none;
  margin-bottom: 0!important;
}
@media (max-width: 1024px) {
  .about-link2 {
    padding-right: 0px;
  }
}
.about-link2 .linktext2 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 700;
}
.about-link2 .linktext2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(1);
  transition: transform 250ms ease-in-out;
  transform-origin: 0 0;
}
.about-link2:hover .linktext2:before {
  transform: scaleX(0);
  transform-origin: 100% 100%;
}
.about-link2 .arrow2 {
  height: 36px;
  width: 36px;
  top: -5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.about-link2 .arrow2::before,
.about-link2 .arrow2::after {
  position: absolute;
  content: "";
  background-color: #fff;
  transition: all ease-in-out 0.35s;
  transform-origin: 0 0;
  border-radius: 30px;
}
.about-link2 .arrow2::before {
  height: 2px;
  width: 100%;
  top: 0;
  right: 0;
}
.about-link2 .arrow2::after {
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
}
.about-link2:hover .arrow2::before {
  width: 65%;
}
.about-link2:hover .arrow2::after {
  height: 65%;
}
.about-link2 .arrow2 span {
  background-color: #fff;
  height: 2px;
  width: 100%;
  display: inline-block;
  transform: rotate(-45deg) translate(-3px, -1px);
  transform-origin: right top;
  border-radius: 30px;
  position: relative;
  transition: all ease-in-out 0.35s;
  position: absolute;
  top: 0;
  left: 0;
}
.about-link2 .arrow2 span::before {
  background-color: #fff;
  content: "";
  height: 100%;
  width: 15px;
  left: -15px;
  top: 0;
  position: absolute;
}
#p-about {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-family: "Poppins", Arial, sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #4d4d4d;
}

.white-h3 {
  color : #fff!important;
}


@media (min-width: 992px) {
.services:hover .about-link .linktext, .services:focus .about-link .linktext {
  color: #fff;
}
.services:hover .about-link .linktext::before, .services:focus .about-link .linktext::before {
  background-color: #fff;
}
.services:hover .about-link .arrow::before, .services:focus .about-link .arrow::before {
  background-color: #fff;
}
.services:hover .about-link .arrow::after, .services:focus .about-link .arrow::after {
  background-color: #fff;
}
.services:hover .about-link .arrow span, .services:focus .about-link .arrow span {
  background-color: #fff;
}
.services:hover .about-link .arrow span::before, .services:focus .about-link .arrow span::before {
  background-color: #fff;
}
}
/* Bouton marqueur */

.btn-projet{
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.btn-projet__svg{
  width: 360px; /* ajuste */
  height: auto;
  display: block;
}

/* Texte */
.label{
  font-family: Poppins, system-ui, sans-serif;
  fill: #b3b3b3;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 700;
}

/* Animation du “dessin” (mask) */
.ring-draw{
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-width: 20; /* Réglage “épaisseur du cercle” */
  transition: stroke-dashoffset 0.95s cubic-bezier(.22,.61,.36,1);
}

.btn-projet:hover .ring-draw,
.btn-projet:focus-visible .ring-draw{
  stroke-dashoffset: 0;
}

/*  Scrollbar */
/* Chrome / Edge / Safari */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}
/* Firefox */
html,
body {
  scrollbar-width: none;
}



@media (min-width: 1024px) {
  #scroll-progress{
    position: fixed;
    top: 0;
    right: 0;              
    width: 14px;
    height: 100vh;         
    /*background: #435D91;*/
    background: transparent;
    z-index: 999;
    cursor: pointer;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;

    transition: 
    opacity 1.4s ease,
    filter 1.4s ease,
    transform 1.4s ease;
  }
  #scroll-progress::before{
    content:"";
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--scroll, 0%); ;
    background: #435D91;
    transition: height 0.5s linear;
  }
  body.menuopen #scroll-progress {
    opacity: 0.6;
    filter: blur(20px);
    transform: scale(1.2); /* optionnel, pour matcher #page */
    pointer-events: none;  /* évite les clics pendant menu ouvert */
  }
  .hero h1.vr {
    left: -10px!important;
  }
  .col-service {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 71%;
  }

  #modifright {
  margin-right: 11.5rem !important;
}
}

@media (min-width: 1440px) {
    #modifright {
        margin-right: 26.5rem !important;
    }
}

@media (min-width: 2560px) {
    #modifright {
        margin-right: 30.5rem !important;
    }
}

/* Drone animé */
.drone-float{
  position: absolute;
  top: 2%;
  left: 17%;
  /*width: clamp(350px, 30vw, 700px);*/
  width: 700px;
  animation: droneFloat 6s ease-in-out infinite;
  transform-origin: center;
  pointer-events: none;  
}
.drone{
  width: 100%;
  display: block;
}
@media (max-width: 1440px){
  .drone-float{
    width: 600px;
    transform: translateX(50%);
  }
}
@media (max-width: 1024px){
  .drone-float{
    width: 500px;
    transform: translateX(50%);
  }
}
@media (max-width: 768px){
  .drone-float{
    top: 5%;
    left: 17%;
    width: 350px;
    transform: translateX(50%);
  }
}

@media (max-width: 425px){
  .drone-float{
    top: 5%;
    left: 17%;
    width: 300px;
    transform: translateX(50%);
  }
}

@keyframes droneFloat {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  25% {
    transform: translateY(-10px) rotate(-0.6deg);
  }

  50% {
    transform: translateY(-18px) rotate(0.6deg);
  }

  75% {
    transform: translateY(-10px) rotate(-0.4deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

/* Bouton Projet */
.link {
    cursor: pointer;
    font-size: 18px;
    position: relative;
    white-space: nowrap;
    color: var(--color-text);
}
.link::before {
    content: '';
}
.link::before, .link::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

@media (max-width: 1024px) {
.link::before, .link::after {
  visibility: hidden;
}
}

.link--dia {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    color: #435D91;
    font-weight: 700;
}
.link--dia:hover {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    color: #435D91;
    font-weight: 700;
}
.link--diah1 {
    line-height: 1.5 !important;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Lora", serif;
    font-size: 2.5rem;
    white-space: normal;
}
.link--diah1:hover {
    line-height: 1.5 !important;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Lora", serif;
    font-size: 2.5rem;
}
.link--dia::before,
.link--dia::after,
.link--diah1::before,
.link--diah1::after {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: translate3d(0, 3px, 0);
    transition-property: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1);
}
.link--dia:hover::before,
.link--diah1:hover::before,
.link--dia:hover::after,
.link--diah1:hover::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
}
.link--dia::after,
.link--diah1::after {
    content: '';
    top: calc(100% + 4px);
    width: 70%;
    left: 15%;
}
.link--dia::before,
.link--diah1::before,
.link--dia:hover::after,
.link--diah1:hover::after {
    transition-delay: 0.1s;
}
.link--dia:hover::before,
.link--diah1:hover::before {
    transition-delay: 0s;
}

/* Section contact */

section#contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 75px var(--side-padding);
    box-sizing: border-box;
    z-index: 1;
}

section#contact:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: #1e1e1e;
    z-index: -1
}

section#contact div.container-text {
    width: 80%;
    text-align: center;
    font-family: "Lora", serif;
}

section#contact div.container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 25px;
    row-gap: 25px;
    margin-top: 60px
}

section#contact div.container a.box {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 25px;
    transition: .3s all;
    box-shadow: 0 0 15px #00000026
}

section#contact div.container a.box:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #00000026
}

section#contact div.container a.box:active {
    transform: scale(.95)
}

section#contact div.container a.box div.container-image {
    height: 115px;
    width: 115px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #435d91;
}

section#contact div.container a.box div.container-image i {
    line-height: 0.0;
}

section#contact div.container a.box div.container-text {
    text-align: center;
    margin-top: 25px
}

section#contact div.container a.box div.container-text h3 {
    font-size: 2rem;
    color: #435D91;
    font-weight: 600;
    margin: 0
}

section#contact div.container a.box div.container-text p {
    margin: -32px;
}

@media (max-width: 1200px) {
    section#contact div.container a.box div.container-text h3 {
        font-size:1.8rem
    }
}

@media (max-width: 991px) {
    section#contact div.container {
        width:100%;
        flex-direction: column
    }

    section#contact div.container a.box {
        width: 100%
    }

    section#contact div.container a.box div.container-image {
        height: 75px;
        width: 75px
    }

    section#contact div.container a.box div.container-text h3 {
        font-size: 1.6rem
    }
}

@media (max-width: 768px) {
    section#contact div.container a.box div.container-text h3 {
        font-size:1.2rem
    }

    section#contact div.container a.box div.container-text p {
        font-size: .8rem;
        margin: -45px
    }
}

.title-contact {
  font-family: "Lora", serif!important;
}

/* Overlay plein écran */
.loader-overlay{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: rgba(255,255,255); /* ajuste si tu veux un fond plus/moins opaque */
  backdrop-filter: blur(2px);
  transition: opacity .25s ease, visibility .25s ease;
}

/* État caché */
.loader-overlay.is-hidden{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Ton loader existant */
.dots-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dot {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #435D91;
  animation: pulse 1.5s infinite ease-in-out;
}

.dot:last-child { margin-right: 0; }

.dot:nth-child(1) { animation-delay: -0.3s; }
.dot:nth-child(2) { animation-delay: -0.1s; }
.dot:nth-child(3) { animation-delay:  0.1s; }

@keyframes pulse {
  0% {
    transform: scale(0.8);
    background-color: #435d9199;
    box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
  }
  50% {
    transform: scale(1.2);
    background-color: #435D91;
    box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);
  }
  100% {
    transform: scale(0.8);
    background-color: #435d9199;
    box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
  }
}

/* Optionnel: respect “réduire les animations” */
@media (prefers-reduced-motion: reduce) {
  .dot { animation: none; }
}

/*--------------------------------------------------------------
# Page mon expérience
--------------------------------------------------------------*/

.expdiplome {
    text-align: left;
}

.expdiplome .expdiplome-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #45505b;
  }
  
  .expdiplome .expdiplome-item {
    padding: 0 0 20px 20px;
    margin-top: -25px;
    border-left: 2px solid #435D91;
    position: relative;
  }
  
  .expdiplome .expdiplome-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #435D91;
    margin-bottom: 10px;
  }
  
  .expdiplome .expdiplome-item h5 {
    font-size: 0.9rem;
    background: #dedede;
    margin-right: 5px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 7px;
    color: #45505b;
    font-family: "Poppins", Arial, sans-serif;
  }
  
  .expdiplome .expdiplome-item ul {
    padding-left: 20px;
  }
  
  .expdiplome .expdiplome-item ul li {
    padding-bottom: 10px;
  }
  
  .expdiplome .expdiplome-item:last-child {
    padding-bottom: 0;
  }
  
  .expdiplome .expdiplome-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid #435D91;
  }

  .title-expdiplome {
    padding-bottom: 70px;
    text-align: center;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 40px;
    font-weight: 900;
  }

  .icon-expdiplome {
    height: 115px;
    width: 115px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #435d91;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1rem;
  }

@media (max-width: 768px){
  .expdiplome-mobile {
    padding-top: 7rem;
  }
}

/*--------------------------------------------------------------
# Page mes autres projets
--------------------------------------------------------------*/

.portfolio-img {
  height: 500px;
  background-size: cover;
  background-position: center;
}

/*--------------------------------------------------------------
# Page formulaire de devis
--------------------------------------------------------------*/

/* Anti overflow sur mobile + centrage */
.btn-devis{
  width: 100%;
  max-width: 100%;
  white-space: normal;         /* autorise le retour à la ligne si besoin */
  overflow-wrap: anywhere;     /* évite qu’un mot/icone force l’overflow */
  box-sizing: border-box;
}

/* Large écran: garde un rendu “bouton centré moins large” */
@media (min-width: 992px){
  .btn-devis{
    width: 100%;
  }
}
.form-background {
  background-color: #435d9199!important;
  width: 75%;
  margin: 0 auto;
}

.form-background label {
  font-weight: normal!important;
  font-size: 12px!important;
  font-weight: 900!important;
  text-transform: uppercase!important;
  font-family: "Poppins", Arial, sans-serif!important;
  letter-spacing: 3px!important;
}

.row-form {
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 5px;
}

.row-form2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 230px;
    margin-left: 130px;
} 

.timeline-form span {
    transform: none!important;
}

.main-timeline{ position: relative; }
.main-timeline:before,
.main-timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #bababa;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid rgba(211,207,205,1);
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
}
.main-timeline .timeline:last-child:before{
    top: auto;
    bottom: 0;
}
.main-timeline .timeline:last-child:nth-child(even):before{
    right: auto;
    left: -12px;
    bottom: -2px;
}
.main-timeline .timeline-content{
    text-align: center;
    margin-top: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline-content:before{
    content: "";
    width: 100%;
    height: 5px;
    background: rgba(211,207,205,1);
    position: absolute;
    top: 88px;
    left: 0;
    z-index: -1;
}
.main-timeline .circle{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid rgba(211,207,205,1);
    float: left;
    margin-right: 25px;
    position: relative;
}
.main-timeline .circle:before{
    content: "";
    width: 26px;
    height: 30px;
    background: rgba(211,207,205,1);
    margin: auto;
    position: absolute;
    top: 0;
    right: -33px;
    bottom: 0;
    z-index: -1;
    box-shadow: inset 7px 0 9px -7px #444;
}
.main-timeline .circle span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 268px;
    font-size: 80px;
    color: #454344;
}
.main-timeline .circle span:before,
.main-timeline .circle span:after{
    content: "";
    width: 28px;
    height: 50px;
    background: #fff;
    border-radius: 0 0 0 21px;
    margin: auto;
    position: absolute;
    top: -54px;
    right: -33px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .circle span:after{
    border-radius: 21px 0 0 0;
    top: 0;
    bottom: -56px;
}
.main-timeline .circle .img{
    vertical-align: initial;
    border-radius: 50%;
}
.main-timeline .content{
    display: table;
    padding-right: 40px;
    position: relative;
}
.main-timeline .year{
    display: block;
    padding: 10px;
    margin: 10px 0 50px 0;
    background: rgba(211,207,205,1);
    border-radius: 7px;
    font-size: 25px;
    color: #fff;
}
.main-timeline .title{
    font-size: 25px;
    font-weight: bold;
    color: rgba(211,207,205,1);
    margin-top: 0;
}
.main-timeline .description{
    font-size: 14px;
    color: #333;
    text-align: justify;
}
.main-timeline .icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid rgba(211,207,205,1);
    position: absolute;
    top: 78px;
    right: -14px;
}
.main-timeline .icon:before{
    content: "";
    width: 15px;
    height: 25px;
    background: rgba(211,207,205,1);
    margin: auto;
    position: absolute;
    top: -1px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .icon span:before,
.main-timeline .icon span:after{
    content: "";
    width: 21px;
    height: 25px;
    background: #fff;
    border-radius: 0 0 21px 0;
    margin: auto;
    position: absolute;
    top: -30px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .icon span:after{
    border-radius: 0 21px 0 0;
    top: 0;
    left: -15px;
    bottom: -30px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .circle{
    float: right;
}
.main-timeline .timeline:nth-child(2n) .circle{
    margin: 0 0 0 25px;
}
.main-timeline .timeline:nth-child(2n) .circle:before{
    right: auto;
    left: -33px;
    box-shadow: -7px 0 9px -7px #444 inset;
}
.main-timeline .timeline:nth-child(2n) .circle span:before,
.main-timeline .timeline:nth-child(2n) .circle span:after{
    right: auto;
    left: -33px;
    border-radius: 0 0 21px 0;
}
.main-timeline .timeline:nth-child(2n) .circle span:after{
    border-radius: 0 21px 0 0;
}
.main-timeline .timeline:nth-child(2n) .content{
    padding: 0 0 0 40px;
    margin-left: 2px;
}
.main-timeline .timeline:nth-child(2n) .icon{
    right: auto;
    left: -14px;
}
.main-timeline .timeline:nth-child(2n) .icon:before,
.main-timeline .timeline:nth-child(2n) .icon span:before,
.main-timeline .timeline:nth-child(2n) .icon span:after{
    left: auto;
    right: -15px;
}
.main-timeline .timeline:nth-child(2n) .icon span:before{
    border-radius: 0 0 0 21px;
}
.main-timeline .timeline:nth-child(2n) .icon span:after{
    border-radius: 21px 0 0 0;
}
.main-timeline .timeline:nth-child(2){
    margin-top: 180px;
}
.main-timeline .timeline:nth-child(odd){
    margin: -175px 0 0 0;
}
.main-timeline .timeline:nth-child(even){
    margin-bottom: 180px;
}
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){
    margin: 0;
}
@media only screen and (max-width: 990px){
    .main-timeline:before{ left: 100%; }
    .main-timeline .timeline{
        width: 100%;
        float: none;
        margin-bottom: 20px !important;
    }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{
        left: auto !important;
        right: -13px !important;
    }
    .main-timeline .timeline:nth-child(2n) .circle{
        float: left;
        margin: 0 25px 0 0;
    }
    .main-timeline .timeline:nth-child(2n) .circle:before{
        right: -33px;
        left: auto;
        box-shadow: 7px 0 9px -7px #444 inset;
    }
    .main-timeline .timeline:nth-child(2n) .circle span:before,
    .main-timeline .timeline:nth-child(2n) .circle span:after{
        right: -33px;
        left: auto;
        border-radius: 0 0 0 21px;
    }
    .main-timeline .timeline:nth-child(2n) .circle span:after{
        border-radius: 21px 0 0 0;
    }
    .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 40px 0 0;
        margin-left: 0;
    }
    .main-timeline .timeline:nth-child(2n) .icon{
        right: -14px;
        left: auto;
    }
    .main-timeline .timeline:nth-child(2n) .icon:before,
    .main-timeline .timeline:nth-child(2n) .icon span:before,
    .main-timeline .timeline:nth-child(2n) .icon span:after{
        left: -15px;
        right: auto;
    }
    .main-timeline .timeline:nth-child(2n) .icon span:before{
        border-radius: 0 0 21px 0;
    }
    .main-timeline .timeline:nth-child(2n) .icon span:after{
        border-radius: 0 21px 0 0;
    }
    .main-timeline .timeline:nth-child(2),
    .main-timeline .timeline:nth-child(odd),
    .main-timeline .timeline:nth-child(even){
        margin: 0;
    }
}
@media only screen and (max-width: 480px){
    .main-timeline:before{ left: 0; }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{
        left: -12px !important;
        right: auto !important;
    }
    .main-timeline .circle,
    .main-timeline .timeline:nth-child(2n) .circle{
        width: 130px;
        height: 130px;
        float: none;
        margin: 0 auto;
    }
    .main-timeline .timeline-content:before{
        width: 99.5%;
        top: 68px;
        left: 0.5%;
    }
    .main-timeline .circle span{
        line-height: 115px;
        font-size: 60px;
    }
    .main-timeline .circle:before,
    .main-timeline .circle span:before,
    .main-timeline .circle span:after,
    .main-timeline .icon{
        display: none;
    }
    .main-timeline .content,
    .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 10px;
    }
    .main-timeline .year{
        margin-bottom: 15px;
    }
    .main-timeline .description{
        text-align: center;
    }
}

/* input checkbox */

.checkbox-wrapper-10 .tgl {
	display: none!important;
  }
  .checkbox-wrapper-10 .tgl,
  .checkbox-wrapper-10 .tgl:after,
  .checkbox-wrapper-10 .tgl:before,
  .checkbox-wrapper-10 .tgl *,
  .checkbox-wrapper-10 .tgl *:after,
  .checkbox-wrapper-10 .tgl *:before,
  .checkbox-wrapper-10 .tgl + .tgl-btn {
	box-sizing: border-box!important;
  }
  .checkbox-wrapper-10 .tgl::-moz-selection,
  .checkbox-wrapper-10 .tgl:after::-moz-selection,
  .checkbox-wrapper-10 .tgl:before::-moz-selection,
  .checkbox-wrapper-10 .tgl *::-moz-selection,
  .checkbox-wrapper-10 .tgl *:after::-moz-selection,
  .checkbox-wrapper-10 .tgl *:before::-moz-selection,
  .checkbox-wrapper-10 .tgl + .tgl-btn::-moz-selection,
  .checkbox-wrapper-10 .tgl::selection,
  .checkbox-wrapper-10 .tgl:after::selection,
  .checkbox-wrapper-10 .tgl:before::selection,
  .checkbox-wrapper-10 .tgl *::selection,
  .checkbox-wrapper-10 .tgl *:after::selection,
  .checkbox-wrapper-10 .tgl *:before::selection,
  .checkbox-wrapper-10 .tgl + .tgl-btn::selection {
	background: none!important;
  }
  .checkbox-wrapper-10 .tgl + .tgl-btn {
	outline: 0!important;
	width: 20em!important;
	height: calc(3.5rem + 2px);
	position: relative!important;
	cursor: pointer!important;
	-webkit-user-select: none!important;
	   -moz-user-select: none!important;
		-ms-user-select: none!important;
			user-select: none!important;
  }

    @media (max-width: 768px) {
    .checkbox-wrapper-10 .tgl + .tgl-btn {
      margin-left: 8px!important;
  }
}

  .checkbox-wrapper-10 .tgl + .tgl-btn:after,
  .checkbox-wrapper-10 .tgl + .tgl-btn:before {
	position: relative!important;
	display: block!important;
	content: ""!important;
	width: 50%!important;
	height: 100%!important;
  }
  .checkbox-wrapper-10 .tgl + .tgl-btn:after {
	left: 0!important;
  }
  .checkbox-wrapper-10 .tgl + .tgl-btn:before {
	display: none!important;
  }
  .checkbox-wrapper-10 .tgl:checked + .tgl-btn:after {
	left: 50%!important;
  }

  .checkbox-wrapper-10 .tgl-flip + .tgl-btn {
	padding: 2px!important;
	transition: all 0.2s ease!important;
	perspective: 200px!important;
  }
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:after,
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:before {
	display: block!important;
	transition: all 0.4s ease!important;
	width: 100%!important;
	text-align: center!important;
	position: absolute!important;
	line-height: 4.5em!important;
	font-weight: bold!important;
	color: #787878!important;
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	-webkit-backface-visibility: hidden!important;
			backface-visibility: hidden!important;
	border-radius: 4px!important;
  }
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:after {
	content: attr(data-tg-on)!important;
	background: #435d91!important;
	transform: rotateY(-180deg)!important;
  }
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:before {
	background: #F8F8F9!important;
	content: attr(data-tg-off)!important;
  }
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:active:before {
	transform: rotateY(-20deg)!important;
  }
  .checkbox-wrapper-10 .tgl-flip:checked + .tgl-btn:before {
	transform: rotateY(180deg)!important;
  }
  .checkbox-wrapper-10 .tgl-flip:checked + .tgl-btn:after {
	transform: rotateY(0)!important;
	left: 0!important;
	background: #435d91!important;
  color: #fff!important;
  }
  .checkbox-wrapper-10 .tgl-flip:checked + .tgl-btn:active:after {
	transform: rotateY(20deg)!important;
  }

  /* input radio */

  .radio-wrapper-10 .tgl {
    display: none!important;
  }
  
  .radio-wrapper-10 .tgl,
  .radio-wrapper-10 .tgl:after,
  .radio-wrapper-10 .tgl:before,
  .radio-wrapper-10 .tgl *,
  .radio-wrapper-10 .tgl *:after,
  .radio-wrapper-10 .tgl *:before,
  .radio-wrapper-10 .tgl + .tgl-btn {
    box-sizing: border-box!important;
  }
  
  .radio-wrapper-10 .tgl::-moz-selection,
  .radio-wrapper-10 .tgl:after::-moz-selection,
  .radio-wrapper-10 .tgl:before::-moz-selection,
  .radio-wrapper-10 .tgl *::-moz-selection,
  .radio-wrapper-10 .tgl *:after::-moz-selection,
  .radio-wrapper-10 .tgl *:before::-moz-selection,
  .radio-wrapper-10 .tgl + .tgl-btn::-moz-selection,
  .radio-wrapper-10 .tgl::selection,
  .radio-wrapper-10 .tgl:after::selection,
  .radio-wrapper-10 .tgl:before::selection,
  .radio-wrapper-10 .tgl *::selection,
  .radio-wrapper-10 .tgl *:after::selection,
  .radio-wrapper-10 .tgl *:before::selection,
  .radio-wrapper-10 .tgl + .tgl-btn::selection {
    background: none!important;
  }
  
  .radio-wrapper-10 .tgl + .tgl-btn {
    outline: 0!important;
    width: 20em!important;
    height: calc(3.5rem + 2px);
    position: relative!important;
    cursor: pointer!important;
    -webkit-user-select: none!important;
       -moz-user-select: none!important;
        -ms-user-select: none!important;
            user-select: none!important;
  }

  @media (max-width: 768px) {
    .radio-wrapper-10 .tgl + .tgl-btn {
      margin-left: -118px!important;
  }
}

  .radio-wrapper-10 .tgl + .tgl-btn:after,
  .radio-wrapper-10 .tgl + .tgl-btn:before {
    position: relative!important;
    display: block!important;
    content: ""!important;
    width: 50%!important;
    height: 100%!important;
  }
  
  .radio-wrapper-10 .tgl + .tgl-btn:after {
    left: 0!important;
  }
  
  .radio-wrapper-10 .tgl + .tgl-btn:before {
    display: none!important;
  }
  
  .radio-wrapper-10 .tgl:checked + .tgl-btn:after {
    left: 50%!important;
  }
  
  .radio-wrapper-10 .tgl-flip + .tgl-btn {
    padding: 2px!important;
    transition: all 0.2s ease!important;
    perspective: 200px!important;
  }
  
  .radio-wrapper-10 .tgl-flip + .tgl-btn:after,
  .radio-wrapper-10 .tgl-flip + .tgl-btn:before {
    display: block!important;
    transition: all 0.4s ease!important;
    width: 100%!important;
    text-align: center!important;
    position: absolute!important;
    line-height: 4.5em!important;
    font-weight: bold!important;
    color: #787878!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    -webkit-backface-visibility: hidden!important;
        backface-visibility: hidden!important;
    border-radius: 4px!important;
  }
  
  .radio-wrapper-10 .tgl-flip + .tgl-btn:after {
    content: attr(data-tg-on)!important;
    background: #435d91!important;
    transform: rotateY(-180deg)!important;
  }
  
  .radio-wrapper-10 .tgl-flip + .tgl-btn:before {
    background: #F8F8F9!important;
    content: attr(data-tg-off)!important;
  }
  
  .radio-wrapper-10 .tgl-flip + .tgl-btn:active:before {
    transform: rotateY(-20deg)!important;
  }
  
  .radio-wrapper-10 .tgl-flip:checked + .tgl-btn:before {
    transform: rotateY(180deg)!important;
  }
  
  .radio-wrapper-10 .tgl-flip:checked + .tgl-btn:after {
    transform: rotateY(0)!important;
    left: 0!important;
    background: #435d91!important;
    color: #fff!important;
  }
  
  .radio-wrapper-10 .tgl-flip:checked + .tgl-btn:active:after {
    transform: rotateY(20deg)!important;
  }

  #Q4 .btn.btn-primary:hover {
    color: var(--primary);
    background: #fff!important;
  }

  @media (max-width: 992px) {
    .radio-wrapper-10 .tgl + .tgl-btn {
      /*width: 22em!important;*/
      width: 19.5em!important;
    }  

    .radio-wrapper-10 .tgl-flip + .tgl-btn:after,
    .radio-wrapper-10 .tgl-flip + .tgl-btn:before {
      line-height: 4em!important;
    }

    .radio-wrapper-10 .tgl-flip + .tgl-btn {
      perspective: 400px!important;
    }

    .checkbox-wrapper-10 .tgl + .tgl-btn {
      /*width: 22em!important;*/
      width: 19.5em!important;
    }  

    .checkbox-wrapper-10 .tgl-flip + .tgl-btn:after,
    .checkbox-wrapper-10 .tgl-flip + .tgl-btn:before {
      line-height: 4em!important;
    }

    .checkbox-wrapper-10 .tgl-flip + .tgl-btn {
      perspective: 400px!important;
    }

    #Q4 .btn {
      font-size: 0.97rem!important;
    }
  }
@media (max-width: 768px) {
  .first-button-toggle {
    margin-left: -180px !important;
  }
  #Q4C1 .col-12, #Q4C1 .col-lg-6, #Q4C2 .col-12, #Q4C2 .col-lg-6, #Q4C3 .col-12, #Q4C3 .col-lg-6 {
  padding-right: 0px!important;
  padding-left: 0px!important;
  }
}

/* centrage mobile/tablette */

@media (max-width: 1024px) {

  /* Le bloc du formulaire prend toute la largeur sur mobile */
  .form-background{
    width: 100% !important;
  }
  /* Stop les grosses marges qui décalent tout */
  .row-form,
  .row-form2{
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: center !important;
  }

  /* Chaque "col-lg-4" devient full width + centré */
  .row-form > [class*="col-"],
  .row-form2 > [class*="col-"]{
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  /* On annule les hacks de centrage actuels (marges négatives) */
  .radio-wrapper-10 .tgl + .tgl-btn,
  .checkbox-wrapper-10 .tgl + .tgl-btn,
  .first-button-toggle{
    margin-left: 0 !important;
  }

  /* Les boutons toggles prennent une largeur adaptée et restent centrés */
  .radio-wrapper-10 .tgl + .tgl-btn,
  .checkbox-wrapper-10 .tgl + .tgl-btn{
    width: min(20em, 100%) !important;
  }

  #Q0C3 {
    transform: translate(0px, -35px);
  }
}

/* Fix desktop (1024 / 1440) */

@media (min-width: 1025px) and (max-width: 1640px){

  /* enlève les marges fixes qui cassent l'alignement */
  .row-form2{
    flex-wrap: nowrap;
    margin-right: 205px!important;
    margin-left: 215px!important;
    justify-content: center !important;
    gap: 16px !important;          /* espace régulier entre boutons */
  }

  .row-form {
    margin-right: -15px!important;
    margin-left: -50px!important;
  }

  /* IMPORTANT : ton bloc "visibility:hidden" prend de la place → on le retire du flux */
  .row-form2 > div[style*="visibility: hidden"]{
    display: none !important;
  }

  /* Les 2 boutons restants passent sur 2 colonnes équilibrées */
  .row-form2 > .col-lg-4{
    flex: 0 0 auto !important;
    max-width: none !important;
  }

  /* Le bouton toggle ne doit pas être trop large à 1024/1440 */
  .radio-wrapper-10 .tgl + .tgl-btn{
    width: min(18em, 100%) !important;
    margin-left: 0 !important;
  }

  /* Même logique pour les toggles checkbox si tu en as sur la même ligne */
  .checkbox-wrapper-10 .tgl + .tgl-btn{
    width: min(18em, 120%) !important;
    margin-left: 0 !important;
  }
}

/*--------------------------------------------------------------
# Page pour présenter chaque projet
--------------------------------------------------------------*/

.project-category {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  opacity: 0.7;
}

.project-title {
  font-size: 48px;
  font-weight: 700;
}

.project-meta {
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.8;
}

.project-intro {
  font-size: 16px;
  line-height: 1.8;
}

/* ===== BENTO GRID ===== */

.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 250px;
  gap: 20px;
}

.bento-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.bento-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.bento-item:hover img {
  transform: scale(1.05);
}

.bento-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.bento-item.vertical {
  grid-row: span 2;
}

/* ===== DETAILS ===== */

.detail-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.tech-list {
  list-style: none;
  padding: 0;
}

.tech-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.tech-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}

/* ===== CTA ===== */

.btn-back {
  display: inline-block;
  padding: 14px 30px;
  border: 1px solid #000;
  border-radius: 50px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}

.btn-back:hover {
  background: #000;
  color: #fff;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
  .project-title {
    font-size: 36px;
  }

  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bento-item.large {
    grid-column: span 2;
  }
}

@media (max-width: 576px) {
  .bento-grid {
    grid-template-columns: 1fr;
  }

  .bento-item,
  .bento-item.large,
  .bento-item.vertical {
    grid-column: span 1;
    grid-row: span 1;
  }
}