/* @override 
	https://sitedev-2026.lec.info:8043/wp-content/themes/sl-lec-2026/assets/css/tiles.css */
.tiles-page {
  padding-bottom: 50px;
}
.tiles-page .quote {
  width: auto;
}
.tiles-page .tile {
  background: #FFFFFF;
  margin: 20px 0 0;
}
.tiles-page .tile.no-bg {
  background: transparent;
}
.tiles-page .tile .post-content {
  padding: 20px;
}
.tiles-page .tile .post-content:after {
  display: table;
  content: "";
  clear: both;
}
.tiles-page .tile .post-content *:nth-child(1) {
  margin-top: 0;
}
.tiles-page .tile .post-content *:last-child {
  margin-bottom: 0;
}
.tiles-page .tile.blue-title .title {
  position: relative;
  text-transform: uppercase;
}
.tiles-page .tile.blue-title .title-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background: rgba(39, 166, 207, 0.7);
}
.tiles-page .tile.blue-title .title-wrapper > div {
  text-align: center;
  padding: 30px;
  color: #FFFFFF;
}
.tiles-page .tile.triple {
  background: transparent;
}
.tiles-page .tile.triple > div {
  background: #FFFFFF;
  margin: 20px 0;
}
@media only screen and (min-width: 602px) {
  .tiles-page {
    --gap: 20px;
  }
  .tiles-page .tile.blue-title,
  .tiles-page .tile-sizer.blue-title {
    gap: 0;
  }
  .tiles-page .tile.blue-title h2,
  .tiles-page .tile-sizer.blue-title h2 {
    font-size: 2em;
  }
  .tiles-page .mosaique-pays > div.title h3 {
    font-size: 1em;
  }
  .tiles-page .medium-flex {
    --columns: 2;
    gap: var(--gap);
    align-items: stretch;
  }
  .tiles-page .medium-flex > div {
    margin: 0;
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
  .tiles-page .medium-flex.triple {
    background: transparent;
    --columns: 3;
    align-items: stretch;
    padding: 0;
  }
  .tiles-page .medium-flex.triple > div {
    padding: 20px;
    background: #FFFFFF;
  }
}
@media only screen and (min-width: 992px) {
  .tiles-page {
    --gap: 20px;
  }
  .tiles-page .tile,
  .tiles-page .tile-sizer {
    margin: 0 0 20px;
    width: calc( 50% - var(--gap) / 2 );
  }
  .tiles-page .tile.full-width,
  .tiles-page .tile-sizer.full-width {
    width: 100%;
  }
  .tiles-page .tile.blue-title h2,
  .tiles-page .tile-sizer.blue-title h2 {
    font-size: 2em;
  }
  .tiles-page .mosaique-pays {
    --minHeight: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .tiles-page .tile {
    width: 100%;
  }
  .tiles-page .tile.blue-title h2 {
    font-size: 1.25em;
  }
}
.testimonials-group h2 {
  text-align: center;
  color: #e10000;
  font-size: 1.5em;
  font-weight: 800;
}
.testimonials-group .testimonial-slider {
  margin: 30px 0;
  padding-bottom: 80px;
  background: transparent;
}
.testimonials-group .testimonial-slider .slide {
  padding: 20px;
  background: #FFFFFF;
  margin-bottom: 20px;
  min-height: 100%;
}
.testimonials-group .flickity-page-dots .dot {
  background: #27a6cf;
}
@media only screen and (min-width: 602px) {
  .testimonials-group {
    --gap: 20px;
    --columns: 2;
  }
  .testimonials-group .slide {
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
    margin: 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonials-group {
    --columns: 3;
  }
}
.cfe-login-form p {
  margin: 0 0 5px;
}
.cfe-login-form .alert {
  color: #e10000;
}
.cfe-login-form .login-ce input + button {
  height: 42px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 4px;
}
#brochure-ce {
  --input: 40px;
  --margin: 15px;
  padding: 20px;
}
#brochure-ce p:first-child {
  margin-top: 0;
}
#brochure-ce p.inline-cb {
  margin: 0;
}
#brochure-ce p.inline-cb label:not(:last-child) {
  margin-right: 15px;
}
#brochure-ce .input-field {
  margin: calc( var(--margin) + 15px ) 0;
  position: relative;
}
#brochure-ce .input-field input,
#brochure-ce .input-field textarea {
  width: 100%;
  background: #fff;
  line-height: var(--input);
  height: var(--input);
}
#brochure-ce .input-field input.bold,
#brochure-ce .input-field textarea.bold {
  font-weight: 600;
}
#brochure-ce .input-field .helper-text {
  display: block;
  font-size: .85em;
  line-height: 1.3em;
  margin: 5px 0 0;
  color: #666;
}
#brochure-ce .input-field label {
  display: inline-block;
  color: #777;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: var(--input);
  transition: all 0.3s ease-in-out 0s;
}
#brochure-ce .input-field label .required {
  color: #e10000;
}
#brochure-ce .input-field label.active {
  top: calc( var(--input) * -.7 );
  left: 0;
  transform: scale(0.9);
}
#brochure-ce [required] ~ label:before {
  content: "*";
  color: #e10000;
  vertical-align: middle;
  margin-right: .25em;
}
#brochure-ce input.completed ~ label {
  top: calc( var(--input) * -.7 );
  left: 0;
  transform: scale(0.9);
}
#brochure-ce input.completed ~ label:before {
  color: yellowgreen;
}
#brochure-ce div.inline-cb {
  display: flex;
  align-items: center;
  gap: 15px;
}
#brochure-ce div.inline-cb p {
  margin: 0;
}
#brochure-ce div.inline-cb .required {
  color: #e10000;
}
#brochure-ce button {
  height: auto;
  line-height: 1.4em;
  text-transform: uppercase;
  padding: 10px 20px;
}
#brochure-ce p.required-label {
  font-size: 13px;
  color: #777;
}
#brochure-ce p.required-label .required {
  color: #e10000;
}
@media screen and (min-width: 992px) {
  #brochure-ce .input-flex {
    display: flex;
    gap: 20px;
    margin: var(--margin) 0;
  }
  #brochure-ce .input-flex .input-field {
    margin: 0;
  }
  #brochure-ce .input-flex .input-field.postcode {
    width: 25%;
  }
  #brochure-ce .input-flex .input-field.city {
    width: calc( 75% - 20px );
  }
}
