/* @override 
	https://sitedev-2023.lec.info/wp-content/themes/lec/css/avis.css
	https://sitedev-2026.lec.info:8043/wp-content/themes/sl-lec-2026/assets/css/avis.css */
.page-avis-client {
  --gap: 20px;
}
.page-avis-client .page-avis-intro h1.page-title {
  font-size: 2.6em;
  font-weight: 800;
  color: #26a5cd;
  text-align: center;
}
.page-avis-client .page-avis-intro h2 {
  color: #27a6cf;
  font-size: 1.2em;
}
.page-avis-client .page-avis-intro strong {
  font-weight: 800;
}
.page-avis-client .page-avis-intro a {
  color: #27a6cf;
  text-decoration: underline;
}
.page-avis-client .presse {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #fff;
}
.page-avis-client .presse .item {
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}
.page-avis-client .presse .item .image img {
  display: block;
  margin: 0 auto 30px;
  max-width: 40%;
}
.page-avis-client .presse .item .description h2 {
  font-size: 1.3em;
  font-weight: 600;
  color: #e0011b;
  margin-bottom: .5em;
}
.page-avis-client .presse .item .description h6 {
  font-size: .7em;
  line-height: 1.5em;
}
.tiles-page .tile {
  background: #fff;
  margin: 0 0 20px;
  display: block;
  width: 100%;
}
.tiles-page .tile .image-avis {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.tiles-page .tile blockquote {
  padding: 20px;
  font-size: .9em;
  background: #fff;
  margin: 0;
  border: none;
}
.tiles-page .tile blockquote p {
  margin: 15px 0;
  font-style: italic;
  line-height: 1.4em;
  color: #666;
  position: relative;
}
.tiles-page .tile blockquote p:before,
.tiles-page .tile blockquote p:after {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  line-height: .4em;
  color: #0a4578;
  content: "\00275E";
  font-style: normal;
  margin: .2em .15em 0 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.tiles-page .tile blockquote p:after {
  margin-left: .15em;
  margin-right: 0;
  transform: none;
}
.tiles-page .tile blockquote cite {
  display: block;
  color: #27a5ce;
  line-height: 1.2em;
  position: relative;
}
.tiles-page .tile blockquote cite .auteur {
  font-weight: bold;
  color: #e0011b;
  margin-right: 100px;
}
.tiles-page .tile blockquote cite .stars {
  position: absolute;
  right: 0;
  top: 10px;
  color: #ddd;
}
.tiles-page .tile blockquote cite .stars span.checked {
  color: orange;
}
.tiles-page .tile blockquote .sejour a {
  display: inline-block;
  background: #e0011b;
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
  line-height: 30px;
  border-radius: 3px;
  transition: background 0.3s ease-in-out 0s;
}
.tiles-page .tile blockquote .sejour a:hover {
  background: #fe0724;
}
@media only screen and (min-width: 602px) {
  .tiles-page .tile,
  .tiles-page .tile-sizer {
    width: calc( 50% - var(--gap) / 2 );
  }
}
@media only screen and (min-width: 992px) {
  .tiles-page .tile,
  .tiles-page .tile-sizer {
    width: calc( 32% - var(--gap) / 3 );
  }
}
@media only screen and (min-width: 992px) {
  .page-avis-client .page-avis-intro h1.page-title {
    font-size: 3.4em;
  }
  .page-avis-client .presse {
    display: flex;
    gap: 50px;
  }
  .page-avis-client .presse .item {
    flex: 1 auto;
    width: 50%;
    display: flex;
  }
  .page-avis-client .presse .item .image {
    flex: 1 auto;
    width: 30%;
  }
  .page-avis-client .presse .item .image img {
    max-width: 100%;
  }
  .page-avis-client .presse .item .description {
    flex: 1 auto;
    width: 70%;
    padding-left: 30px;
  }
}
