/**
 * @file
 * Overall specifications for W3CSS Theme.
 */
[data-webform-key="page_facturation"]
  ~ .form-actions
  input[type="submit"]#edit-actions-wizard-next {
    color: red !important;
    font-weight: 700;
}

.element-not-modifiable {
    /* background-color: #ff6666 !important;  Rouge par défaut */
    /* font-weight: bold; */
    color: red;
    text-align: center;
}

.element-not-modifiable td {
    color: red;
    transition: color 0.3s ease;
}

.element-not-modifiable:hover td {
    /* background-color:  #ffcccc !important; */
    color: black; /* Texte noir au hover */
    cursor: pointer;
}

.export-link {
    color: #0d6efd !important;              /* Bleu pro (Bootstrap-like) */
    font-weight: 600;            /* Semi-bold, plus élégant que bold */
    text-decoration: none;       /* Pas de soulignement */
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.export-link:hover {
    color: #084298 !important;              /* Bleu plus foncé au hover */
    text-decoration: underline;  /* Soulignement discret */
}

/* Reset Links. */
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

html,
body {
  min-height: 100%;
  overflow-wrap: break-word;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
}

img,
object,
embed,
video {
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border: none;
  text-align: center;
  max-width: 100%;
  height: auto;
  display: block;
}

a img {
  border: none;
  outline: none;
}

svg:not(:root) {
  overflow: hidden;
}

h1,
h2,
h3 {
  font-weight: 600;
}

h4,
h5,
h6 {
  font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
li a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
  outline: none;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

a,
input,
button,
textarea,
a:visited,
input:visited,
button:visited,
textarea:visited,
a:focus-within,
input:focus-within,
button:focus-within,
textarea:focus-within,
a:hover,
input:hover,
button:hover,
textarea:hover,
a:focus,
input:focus,
button:focus,
textarea:focus,
a:active,
input:active,
button:active,
textarea:active {
  border-radius: 0;
  outline: none;
}

input[type=textarea],
input[type=button],
input[type=search],
input[type=textfield] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.w3-ul li,
nav.action-links li {
  border: none;
  border-width: 0 !important;
}

.main-navigation-inner-v li .w3-button {
  white-space: normal;
}
