/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
  color: var(--e-global-color-9d76217);
}

a:hover, a:active {
  color: var(--e-global-color-accent);
}

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

b,
strong {
  font-weight: 700;
}

.wpforms-field {
  margin-bottom: 15px;
}

.wpforms-field-label {
  margin-bottom: 5px;
  display: inline-block;
}

.wpforms-hidden {
  display: none;
}

.wpforms-error {
  color: red;
  margin-bottom: 10px;
  font-size: 12px;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
    break-after: avoid;
  }
}
* {
  box-sizing: border-box;
}

button:not(.swiper-button-prev, .swiper-button-next, .elementor-add-section-area-button), input[type=submit] {
  transition: all ease 0.3s;
  cursor: pointer;
  padding: 10px 15px;
  border: 0;
  background-color: var(--e-global-color-accent);
  text-transform: uppercase;
  min-width: 140px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: var(--e-global-typography-primary-font-family);
}

textarea {
  min-height: 100px;
}

*:focus {
  outline: none !important;
}

/**
* Table styling
*/
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table th {
  text-align: left;
  background: #7c14d7 !important;
  color: #fff;
}

table thead th,
table tfoot th {
  font-size: 1em;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}

table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}
#lfim-subscription-form button {
  display: inline-block !important;
  width: auto !important;
  min-width: 140px;
}

.error-field {
  display: block;
}

.iti--allow-dropdown {
  width: 100%;
}

/*Page inscription*/
#lfim-subscription-form {
  max-width: 700px;
  margin: 0 auto;
}

.fw-400 {
  font-weight: 400 !important;
}

.inforeq {
  font-size: 14px;
  font-style: italic;
  margin: 10px 0 0 0;
}

.inline-group *:not(.error-field) {
  display: inline-block;
  vertical-align: top;
}
.inline-group > label {
  margin-right: 10px;
  display: inline-block;
  font-weight: 700;
}
.inline-group .form-field {
  margin-right: 10px;
  margin-bottom: 0;
}
.inline-group .form-field input {
  display: inline-block;
  margin-top: 2px;
}
.inline-group .form-field label {
  font-weight: 400;
}

.form-group {
  margin-bottom: 15px;
}
.form-group label {
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.form-group label sup {
  color: red;
}
.form-group textarea {
  height: 100px;
}

.cols-2-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
  justify-content: space-between;
}
.cols-2-block .form-group {
  flex: 0 0 48%;
}

.espaceClient .container {
  max-width: 1000px;
  margin: 0 auto;
}

.wrappCols {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5%;
}
.wrappCols .left {
  flex: 0 0 22%;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.wrappCols .left ul {
  padding: 0 0 0 20px;
  list-style: square;
}
.wrappCols .left ul li {
  margin-bottom: 5px;
}
.wrappCols .left ul a {
  font-weight: 700;
  text-transform: uppercase;
}
.wrappCols .left ul a.active {
  color: #E20F29;
}
.wrappCols .right {
  flex: 0 0 73%;
}
.wrappCols a {
  color: #000;
}

#pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}
#pagination li {
  display: inline;
}
#pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #000;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#pagination li a.active {
  background-color: var(--e-global-color-accent);
  color: #fff;
}
#pagination li a:hover:not(.active) {
  background-color: #ddd;
}

.detailTicket ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.detailTicket li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 0 0 100%;
}
.detailTicket li .strong {
  font-weight: 600;
}

.statTick {
  background: orange;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  line-height: 10px;
  color: white !important;
  white-space: nowrap;
}
.statTick.stat_in_progress {
  background: blue;
}
.statTick.stat_finished {
  background: green;
}

.error-field {
  color: red;
}

#lfim-subscription-form .elementor-button-text {
  border: 0;
  text-transform: uppercase;
}

label {
  font-weight: 500;
}

.signup-link {
  text-align: center;
}

.page-numbers.active {
  color: var(--e-global-color-9d76217);
}

.not-logged-in {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
