#contact-page,
#static-page {
  .eti-accueil-devider {
    width: 30px;
    border-bottom: 2px #EC1625 solid;
    margin-bottom: 12px;
  }
}

#contact-page {
  > div {
    display: flex;
    padding: 0;
    @media screen and (min-width: 992px) {
      padding: 0 200px;
    }
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    .intro {
      padding-top: 32px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      align-self: stretch;
      > div {
        display: flex;
        align-items: center;
        gap: 32px;
        align-self: stretch;
        > div {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          gap: 16px;
          flex: 1 0 0;
        }
      }
      h1 {
        color: #EC1625;
        font-family: myriad-pro-bold, Arial, sans-serif;
        font-size: 45px;
        line-height: 105%; /* 67.5px */
        @media screen  and (min-width: 768px) {
          font-size: 54px;
          line-height: 125%; /* 67.5px */
        }
        font-style: normal;
        letter-spacing: 0.75px;
        text-transform: uppercase;
        + p {
          font-family: myriad-pro-semi-bold, Arial, sans-serif;
          font-size: 25px;
          font-style: normal;
          line-height: 125%; /* 31.25px */
        }
      }
      p {
        color: #555;
        font-family: myriad-pro, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        line-height: 160%; /* 25.6px */
        width: 100%;
        margin-bottom: 0;
        span {
          font-family: myriad-pro-bold, Arial, sans-serif;
          color: #EC1625;
        }
      }
      img {
        @media screen and (max-width: 767px) {
          display: none;
        }
      }
      > a {
        font-size: 16px;
        color: #4d5356;
        margin-bottom: 30px;
        &:hover {
          color: #EC1625;
        }
      }
    }
  }
  .formulaire-di {
    a {
      color: #4d5356;
      &:hover {
        color: #EC1625;
      }
      &.more {
        text-decoration:none;
        color: #EC1625;
        font-family: myriad-pro-bold,Arial,sans-serif;
        font-size: 10px;
        font-style: normal;
        line-height: 150%;
        letter-spacing: 1.32px;
        text-transform: uppercase;
        padding: 0;
        @media screen  and (min-width: 768px) {
          padding: 0 100px 0;
          font-size: 11px;
        }
        &:hover {
          text-decoration: underline;
        }
      }
    }
    form {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
      border-radius: 40px;
      padding: 0 20px 10px;
      margin-bottom: 15px;
      @media screen  and (min-width: 768px) {
        padding: 0 100px 10px;
      }
      p {
        position: relative;
        font-size: 16px;
      }
      .part-title {
        margin-top: 30px;
        color: #EC1625;
        font-family: myriad-pro-semi-bold, Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        line-height: 160%; /* 40px */
        letter-spacing: 0.75px;
        text-transform: uppercase;
        margin-bottom: 12px;
        span {
          font-family: 'myriad-pro-semi-bold', Arial, sans-serif;
        }
      }
      label {
        color: #4D5356;
        font-family: myriad-pro, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        line-height: 160%; /* 28.8px */
        letter-spacing: 0.75px;
        span {
          color: #ed1b2e;
        }
      }
      select,
      input[type="text"],
      input[type="password"],
      textarea {
        height: 32px;
        width: 100%;
        color: #4d5356;
        border-color: #aaaeb1;
        border-style: solid;
        border-width: 1px;
        padding-left: 10px;
        font-size: 16px;
      }
      textarea {
        width: 100%;
        height: auto;
        margin: 10px 0 0;
        border-radius: 0;
      }
      .free-trial {
        box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
        > p {
          display: block;
          padding: 12px 28px 8px 28px;
          border-radius: 24px 24px 0 0;
          width: 100%;
          background: #EC1625;
          color: #FFF;
          font-family: myriad-pro-bold, Arial, sans-serif;
          font-size: 18px;
          font-style: normal;
          line-height: 160%; /* 28.8px */
          letter-spacing: 0.75px;
          text-transform: uppercase;
          margin-bottom: 0;
        }
        .checkbox {
          padding: 28px;
          @media screen  and (min-width: 768px) {
            background: url("../images/visuel-main-b6DB2qp.png") no-repeat 372px center #ffffff;
            padding: 28px 180px 28px 28px;
          }
          border-radius: 0 0 24px 24px;
          color: #4D5356;
          font-family: myriad-pro-semi-bold, Arial, sans-serif;
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: 160%; /* 28.8px */
          letter-spacing: 0.75px;
        }
      }
      #displayconsents {
        border-radius: 24px;
        border: 1px solid rgba(198, 210, 217, 0.50);
        background: #FAFAFA;
        padding: 28px;
        color: var(--GREY, #4D5356);
        font-family: myriad-pro, Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        line-height: 160%; /* 28.8px */
      }
      .formError {
        color: #ed1b2e;
        font-size: 14px;
      }
      #phone-prefix {
        display: none;
        position: absolute;
        top: 0;
        left: 145px;
        padding: 5px 0;
        height: 26px;
        width: 43px;
        color: #333;
      }
      #displayconsents {
        margin-top: 30px;
        /*span#validateConsentsError {
          position: absolute;
          top: 180px;
          color: #ed1b2e;
          font-size: 14px;
          line-height: 14px;
          @media screen  and (min-width: 361px) {
            top: 140px;
          }
          @media screen  and (min-width: 520px) {
            top: 110px;
          }
          @media screen  and (min-width: 767px) {
            top: 80px;
          }
        }*/
      }
      #displayconsents > p {
        margin-bottom: 0;
        margin-top: 0;
      }
      #displayconsents > p {
        display: block;
        > input {
          display: inline-block;
          vertical-align: top;
          position: relative;
          top: 5px;
          margin-right: 6px;
        }
        > label {
          display: inline-block;
          width: calc(100% - 26px);
        }
        > span {
          color: #ed1b2e;
          font-size: 14px;
          line-height: 18px;
          display: block;
        }
      }
      input[readonly="readonly"],
      select[readonly="readonly"],
      textarea[readonly="readonly"] {
        background: #EBEBEB;
        opacity: 1;
        pointer-events: none;
      }
      .checkbox {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: flex-start;
        label {
          width: auto;
        }
        input[type="checkbox"] {
          position: relative;
          top: 5px;
        }
      }
      a {
        color: #95a5a6;
      }
      button {
        display: inline-block;
        width: auto;
        background: #ffffff;
        border: 1px solid #EC1625;
        border-radius: 1000px;
        color: #ec1625;
        text-align: center;
        padding: 13px;
        line-height: 15px;
        letter-spacing: 1px;
        font-size: 13px;
        margin-top: 20px;
        i {
          margin-right: 5px;
          border-right: 2px solid;
        }
        &:hover {
          background-color: #ec1625;
          color: #ffffff;
          text-decoration: none;
        }
      }
      .condition {
        line-height: 16px;
        margin: 30px 0 20px;
        font-size: 14px;
      }
    }
  }
}

#callback-step3 {
  font-family: "myriad-pro", sans-serif;
  font-size: 14px;
  line-height: normal;
}

#webcallback-new-call span {
  text-decoration: underline;
}
#webcallback-new-call span strong {
  cursor: pointer;
}

#static-page {
  .top-page {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    h1 {
      background: none;
      padding: 0;
      margin: 0;
      flex: 1 0 0;
    }
  }
  h1 {
    @media screen and (min-width: 992px){
      background: url("../images/visuel-top-static-page-ysDErxY.jpg") no-repeat center center transparent;
      &.chatbot {
        background: url("../images/chatbotAI-ZUdqBYO.webp") no-repeat center right transparent;
      }
      background-size: cover;
      padding: 98px 0;
    }
    padding-top: 20px;
    color: #EC1625;
    font-family: myriad-pro, Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    > span {
      @media screen and (min-width: 992px){
        background: #fff;
        padding: 13px 32px;
      }
      > span {
        font-family: 'myriad-pro-semi-bold', Arial, sans-serif;
        text-transform: uppercase;
      }
    }
  }

  h2,h3,h4 {
    color: #EC1625;
    text-transform: uppercase;
    font-size:17px;
    font-family:myriad-pro-semi-bold, Arial, sans-serif;
  }
  h2 {
    margin-top: 30px
  }
  h3 {
    margin-top: 20px;
    text-transform: none;
  }
  h4 {
    margin-top: 10px;
    text-transform: none;
  }
  a {
    color: #4D5356;
  }
  a:not(.cookie-renew) {
    text-decoration: underline;
    &.btn-u {
      text-decoration: none;
    }
    &:hover {
      color: #EC1625;
    }
  }

  ul {
    li {
      position: relative;
      margin: 0 0 5px 0;
      list-style: none;
      &:before {
        content: '>';
        position: absolute;
        top: 0;
        left: -20px;
      }
    }
  }
}

#error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: center;
  padding: 100px 0;
  p {
    color: #4D5356;
    text-align: center;
    font-family: myriad-pro, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    &.error-title {
      font-size: 25px;
      color: #EC1625;
      line-height: 125%;
    }

  }
}
