  @charset "UTF-8";
  @import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,900;1,400;1,700;1,900&display=swap");
  @import url("../icomoon/style.css");

  .post-type-archive-avis .tpl--list-personnes {
    width: 880px;
    margin: 0 auto 100px;
  }
  .post-type-archive-avis .tpl--list-personnes .person {
    margin-bottom: -150px;
  }
  .post-type-archive-avis .tpl--list-personnes .person:nth-child(even) {
    flex-direction: row-reverse;
  }
  .post-type-archive-avis .person {
    color: white;
  }

  .single-avis .site-body {
    margin: 0;
    padding-bottom: 50px;
    background-color: white;
  }
  .single-avis .person {
    margin: 0px 0 0;
  }
  .single-avis .tpl-wrapper {
    width: 1080px;
    margin: auto;
  }
  .single-avis .tpl-nav {
    margin-bottom: 40px;
    position: sticky;
    top: 94px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.4666666667);
  }
  .single-avis .editor-01 {
    margin-bottom: 40px;
  }
  .single-avis .editor-02 {
    margin: 0 auto 40px;
  }
  .single-avis .comment-form {
    margin: 0 0;
  }
  .single-avis .title-avis {
    margin: 0 0 40px;
    padding-top: 120px;
    margin-top: -80px;
  }

  .single-avis .tpl-section03 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .single-avis .comment-feedback {
    margin: 20px auto;
  }
  .single-avis .tpl-wrapper img {
    max-width: 100%;
    height: auto;
  }
  .single-avis img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .single-avis iframe {
    max-width: 100%;
    height: auto;
  }

  .single-avis table img {
    max-height: 500px;
  }

  .single-avis h2:not(.no-border)::after {
    width: 118px;
    height: 16px;
    mask: url(/wp-content/themes/lyon/assets/img/border.svg) no-repeat center;
  }

  .avis-header {
    margin: 0;
    padding: 10px 0 50px;
    background-color: #a78d68;
  }
  .avis-header--wrapper {
    width: 880px;
    margin: 0 auto;
  }
  .avis-header--intro {
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: normal;
    line-height: 1.5;
  }
  .avis-header--intro * {
    color: white;
  }
  .avis-header--intro h1 {
    margin: 25px 0 0px;
  }
  .avis-header--intro h2 {
    margin: -10px 0;
  }
  .avis-header--intro p {
    margin: 10px 0;
  }
  .avis-header .form-avis-search {
    margin: 50px 0 0;
  }

  .form-avis-search {
    width: 450px;
  }
  .form-avis-search--label {
    display: block;
    margin: 0 0 10px 5px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    line-height: 1.5;
  }
  .form-avis-search--field {
    position: relative;
  }
  .form-avis-search--input, .form-avis-search input[type=text] {
    width: 100%;
    display: block;
    height: 50px;
    padding: 10px 10px;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    color: black;
    text-transform: normal;
    line-height: 1.5;
    outline: none;
  }
  .form-avis-search--input::placeholder, .form-avis-search input[type=text]::placeholder {
    color: #222222;
  }
  .form-avis-search--submit {
    width: 50px;
    height: 50px;
    padding-top: 9px;
    position: absolute;
    top: 0;
    right: 10px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
  }
  body.post-type-archive-avis .form-avis-search--field .form-avis-search--submit {
    padding-top: 12px;
  }

  .form-avis-search--submit::after {
    font-family: icomoon;
    content: "\e986";
    text-indent: 0;
    display: block;
    width: 50px;
    height: 50px;
    color: #5e7239;
  }

  .form-avis-search--submit:hover {
    color: #d57f7a;
  }

  .person {
    display: flex;
    align-items: center;
    gap: 40px;
    min-height: 550px;
    color: white;
  }
  .person--picture {
    width: 450px;
    height: 450px;
    flex-shrink: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .person--picture img {
    width: 245px;
    height: 245px;
    object-fit: cover;
    border-radius: 50%;
  }
  .person--description {
    color: #000000;
  }
  .person--name {
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: normal;
    line-height: 1.5;
    font-size: 35px!important;
  }
  .person--info {
    margin-bottom: 30px;
    font-weight: 200;
    text-transform: normal;
    line-height: 1.5;
  }
  .person--info li {
    margin-bottom: 5px;
  }
  .person--link {
    display: inline-block;
    padding: 6px 12px;
    background-color: #d57f7a;
    font-weight: 400;
    color: white;
    text-transform: normal;
    line-height: 1.5;
    transition: all 0.2s;
  }
  .person--link:hover {
    background-color: #5e7239;
  }

  .person-single {
    display: flex;
    align-items: center;
    gap: 40px;
    height: 400px;
    color: black;
  }
  .person-single--picture {
    width: 30%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 389px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .person-single--picture img {
    width: 245px;
    height: 245px;
    object-fit: cover;
    border-radius: 50%;
  }
  .person-single--description {
    width: 70%;
  }
  .person-single--name {
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: normal;
    line-height: 1.5;
  }
  .person-single--info {
    margin-bottom: 30px;
    font-weight: 200;
    text-transform: normal;
    line-height: 1.5;
  }
  .person-single--info li {
    margin-bottom: 5px;
  }
  .person-single--link {
    display: inline-block;
    padding: 12px 15px;
    background-color: #5e7239;
    font-weight: 400;
    color: white;
    text-transform: normal;
    line-height: 1.5;
    transition: all 0.2s;
  }
  .person-single--link:hover {
    background-color: #99a234;
    color: black;
  }

  .editor-01 {
    font-weight: 400;
    text-transform: normal;
    line-height: 1.5;
    color: grey;
  }
  .editor-01 h2 {
    margin: 30px 0 10px;
  }
  .editor-01 h2:last-child {
    margin: 0;
  }
  .editor-01 h3 {
    margin-bottom: 30px 0 10px;
  }
  .editor-01 h3:last-child {
    margin: 0;
  }
  .editor-01 h4 {
    margin-bottom: 30px 0 10px;
  }
  .editor-01 h4:last-child {
    margin: 0;
  }
  .editor-01 p {
    color: rgb(58, 58, 58);
    margin-bottom: 10px;
  }
  .editor-01 p:last-child {
    margin: 0;
  }
  .editor-01 ul {
    margin: 10px 0 10px 20px;
  }
  .editor-01 ul li {
    list-style-type: disc;
  }
  .editor-01 strong {
    font-weight: 700;
  }
  .editor-01 em {
    font-style: italic;
  }
  .editor-01 a {
    color: #d57f7a;
  }

  .editor-02 {
    padding: 15px;
    font-weight: 300;
    color: black;
    line-height: 1.8;
    background-color: #daf2eb;
  }
  .editor-02 p,
  .editor-02 div {
    margin-bottom: 10px;
  }
  .editor-02 p:last-child,
  .editor-02 div:last-child {
    margin: 0;
  }
  .editor-02 a {
    color: #5e7239;
  }
  .editor-02 a:hover {
    text-decoration: underline;
  }
  .editor-02 strong {
    font-weight: bold;
  }
  .editor-02 h2 {
    margin: 30px 0 10px;
    font-weight: bold;
  }
  .editor-02 h2:last-child {
    margin: 0;
  }
  .editor-02 h3 {
    margin-bottom: 30px 0 10px;
  }
  .editor-02 h3:last-child {
    margin: 0;
  }
  .editor-02 h4 {
    margin-bottom: 30px 0 10px;
  }
  .editor-02 h4:last-child {
    margin: 0;
  }
  .editor-02 h5 {
    margin-bottom: 30px 0 10px;
  }
  .editor-02 h5:last-child {
    margin: 0;
  }
  .editor-02 p {
    margin-bottom: 10px;
  }
  .editor-02 p:last-child {
    margin: 0;
  }
  .editor-02 ul {
    margin: 10px 0 10px 20px;
  }
  .editor-02 ul li {
    list-style-type: disc;
  }

  .btn-avis {
    display: inline-block;
    width: 260px;
    height: 60px;
    padding: 8px 12px;
    font-weight: 300;
    color: white;
    text-transform: normal;
    line-height: 1.3;
    background-color: #99a234;
    transition: all 0.2s;
  }
  .btn-avis strong {
    display: block;
    font-weight: 900;
  }
  .btn-avis:hover {
    background-color: #5e7239;
    color: white;
  }

  .title-avis {
    font-weight: 200;
    font-style: italic;
    color: black;
    text-transform: normal;
    line-height: 1.3;
  }
  .title-avis strong {
    display: block;
    font-weight: 200;
    font-style: normal;
    text-transform: normal;
  }

  .comments-area .comments-list {
    margin-top: 50px;
  }

  .sidebar-inspiration {
    display: none;
    position: relative;
    width: 30%;
    max-height: 1000px;
    background-color: #5e7239;
  }
  .sidebar-inspiration--wrapper {
    height: 930px;
    padding: 30px 0;
    overflow-y: scroll;
    scroll-behavior: smooth;
    /* width */
    /* Track */
    /* Handle */
  }
  .sidebar-inspiration--wrapper::-webkit-scrollbar {
    width: 20px;
  }
  .sidebar-inspiration--wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    background: grey;
  }
  .sidebar-inspiration--wrapper::-webkit-scrollbar-track-piece {
    background: #99a234;
  }
  .sidebar-inspiration--wrapper::-webkit-scrollbar-thumb {
    background: #e06a16;
  }
  .sidebar-inspiration--seemore {
    display: block;
    width: 50px;
    height: 50px;
    margin: 10px auto 10px;
    background-color: black;
    color: #e06a16;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
  }
  .sidebar-inspiration--seemore:hover {
    background-color: #e06a16;
    color: black;
  }
  .sidebar-inspiration .artwork {
    margin: 0 auto 40px;
  }

  .artwork {
    width: 300px;
    text-align: center;
    cursor: pointer;
    color: white;
  }
  .artwork--picture {
    width: 240px;
    height: 240px;
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.2s;
  }
  .artwork--picture:hover {
    transform: scale(0.95);
  }
  .artwork--legend * {
    display: block;
    margin-bottom: 5px;
  }
  .artwork--title {
    font-style: italic;
  }
  .artwork--author, .artwork--contact {
  }
  .artwork--contact {
    text-decoration: none;
    color: inherit;
  }
  .artwork--contact:hover {
    text-decoration: underline;
  }

  .form-avis {
    line-height: 1.5;
  }
  .form-avis--field {
    margin: 20px 0;
  }
  .form-avis--field:first-of-type {
    margin-top: 0;
  }
  .form-avis label {
    display: block;
    margin-bottom: 5px;
  }
  .form-avis a {
    color: #5e7239;
  }
  .form-avis textarea {
    width: 100%;
    line-height: 1.6;
  }
  .form-avis input[type=text] {
    width: 400px;
  }
  .form-avis input[type=text],
  .form-avis textarea {
    padding: 5px 5px;
    border: 1px solid #aaaaaa;
    background-color: transparent;
    font-family: "Mulish", sans-serif;
  }
  .form-avis input[type=checkbox] {
    border: 0;
    background-color: #99a234;
  }
  .form-avis--field.is--field-private {
    position: relative;
  }
  .form-avis--field.is--field-private input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .form-avis--field.is--field-private input:checked ~ label .form-avis--checkbox-fake::after {
    content: "✓";
    font-weight: 900;
  }
  .form-avis--field.is--field-private label {
    display: inline;
    cursor: pointer;
  }
  .form-avis--checkbox-fake {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 3px solid black;
    line-height: 1;
  }
  .form-avis--inpiration {
    display: none;
  }
  .form-avis--inpiration-title {
    margin: 5px 0 5px;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  .form-avis--inpiration-text {
    margin: 5px 0 20px;
    font-family: "Mulish", sans-serif;
  }
  .form-avis--inpiration-picture {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 5px 0 20px;
  }
  .form-avis--inpiration-picture-close {
    display: none;
    position: absolute;
    left: -11px;
    top: 57px;
    width: 30px;
    height: 30px;
    font-family: "Mulish", sans-serif;
    border: 2px solid black;
    border-radius: 50%;
    background-color: white;
    line-height: 0.9;
    text-indent: 7px;
    cursor: pointer;
    transition: all 0.2s;
  }
  .form-avis--inpiration-picture-close:hover {
    background-color: black;
    color: white;
  }
  .form-avis--inpiration-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid black;
  }
  .form-avis--rgpd {
    margin-bottom: 20px;
  }
  .form-avis--honey {
    display: block;
    height: 0;
    padding: 0 !important;
    opacity: 0;
  }
  .form-avis--submit input[type=submit] {
    padding: 10px 15px;
    background-color: black;
    color: white;
    font-family: "Mulish", sans-serif;
    border: 0;
    cursor: pointer;
    transition: all 0.2s;
  }
  .form-avis--submit input[type=submit]:hover {
    background-color: #e06a16;
    color: black;
  }

  .avis-comments-list--item {
    margin: 50px 0;
  }
  .avis-comment {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .avis-comment::after {
    content: " ";
    align-items: inherit;
    background-color: var(--grey-300);
    display: block;
    margin: 16px 0 0;
    mask-size: contain;
    width: 56px;
    height: 4px;
    mask: url(/wp-content/themes/lyon/assets/img/border-h2.svg) no-repeat center;
  }

  .avis-comment--picture {
    display: none;
    flex-basis: 25%;
  }
  .avis-comment--picture img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
  }
  .avis-comment--content {
    flex-basis: 100%;
    font-weight: 300;
    font-style: italic;
    color: black;
    text-transform: normal;
    line-height: 1.4;
  }
  .avis-comment--meta {
    margin-top: 20px;
    font-weight: 300;
    color: black;
    text-transform: uppercase;
    line-height: 1.4;
  }
  .avis-comment--author {
    display: inline-block;
    margin-right: 10px;
  }
  .avis-comment--date {
    display: inline-block;
    margin-left: 10px;
  }
  .comment-feedback {
    width: 700px;
    padding: 30px;
    border-radius: 3px;
    font-weight: 300;
    font-style: italic;
    color: black;
    text-transform: normal;
    line-height: 1.4;
  }
  .comment-feedback strong {
    display: block;
    font-weight: 700;
  }


  @media screen and (min-width: 719px) and (max-width: 1280px) {
    .site-body.actu {
      margin: 0 30px;
    }
  }
  @media screen and (min-width: 720px) and (max-width: 1023px) {
    img,
    iframe {
      max-width: 100%;
    }
    .post-type-archive-avis .tpl--list-personnes {
      width: 100%;
      padding: 30px;
    }
    .avis-header {
      padding: 15px;
    }
    .avis-header--wrapper {
      width: 100%;
      padding: 50px;
    }
  }
  @media screen and (min-width: 0px) and (max-width: 1150px) {
    .post-type-archive-avis .tpl--list-personnes {
      width: 100%;
      margin: 0 auto 50px;
      padding: 20px 0;
    }
    .post-type-archive-avis .tpl--list-personnes .person {
      flex-direction: column;
      margin: 0 0 60px;
    }
    .post-type-archive-avis .tpl--list-personnes .person:nth-child(even) {
      flex-direction: column;
    }
    .single-avis .tpl-wrapper {
      width: calc(100% - 40px);
      padding: 0 20px;
    }
    .single-avis .tpl-section03 {
      flex-direction: column;
    }
    .single-avis .tpl-nav {
      top: 0;
      margin: 25px 0 25px;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }
    .single-avis .tpl-nav .btn-avis {
      margin: 0 2.5px 5px 2.5px;
    }
    .avis-header {
      padding: 0 0 0px;
    }
    .avis-header--wrapper {
      width: 100%;
      padding: 20px 20px;
    }
    .form-avis-search {
      width: 100%;
    }
    .form-avis-search--input::placeholder {
    }
    .person {
      flex-direction: column;
      height: auto;
      padding: 0 20px;
    }
    .person:nth-child(even) {
      flex-direction: column-reverse;
    }
    .person--picture {
      width: 100%;
      height: 325px;
      margin-bottom: 20px;
    }
    .person--name {
      text-align: center;
      margin-bottom: 20px;
    }
    .person--link {
      display: block;
      text-align: center;
    }
    .person-single {
      height: auto;
      flex-direction: column;
      gap: 10px;
      align-items: flex-start;
    }
    .person-single--name {
      text-align: center;
    }
    .person-single--picture {
      width: 100%;
      height: 330px;
    }
    .person-single--description {
      width: 100%;
      margin: 0;
    }
    .title-avis {
      line-height: 1.2;
    }
    .title-avis strong {
      margin-bottom: 10px;
    }
    .comments-area {
      width: 100%;
    }
    .avis-comments-list--item {
      margin: 20px 0 0;
    }
    .avis-comments-list .avis-comment {
      padding-bottom: 20px;
    }
    .avis-comment {
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column;
    }
    .avis-comment--picture {
      text-align: center;
    }
    .avis-comment--picture img {
      width: 50%;
    }
    .avis-comment--content {
      margin-top: 25px;
    }
    .form-avis--inpiration-wrapper {
      position: relative;
    }
    .form-avis input[type=text] {
      width: 100%;
    }
    .form-avis--submit input[type=submit] {
      padding: 20px 15px;
      width: 100%;
    }
    .form-avis--inpiration-picture {
      width: 120px;
      height: 120px;
      margin: 5px auto 20px;
    }
    .sidebar-inspiration {
      width: 100%;
    }
    .sidebar-inspiration--wrapper {
      height: auto;
      padding: 10px 10px 0;
      display: flex;
      overflow-y: hidden;
      overflow-x: scroll;
    }
    .sidebar-inspiration--seemore {
      display: none;
    }
    .sidebar-inspiration .artwork {
      flex-shrink: 0;
      margin-bottom: 0;
    }
    .artwork {
      width: auto;
    }
    .artwork--picture {
      width: 120px;
      height: 120px;
      margin: 0 15px 0 0;
    }
    .artwork--contact, .artwork a {
      color: inherit;
    }
    .artwork--legend {
    }
    .btn-avis {
      width: 48%;
      height: auto;
      padding: 5px 10px;
      display: flex;
      align-items: center;
    }
    .btn-avis strong {
    }
    .btn-avis span {
      display: none;
    }
  }/*# sourceMappingURL=avis.css.map */
