#domain {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 30px;
  .bloc-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-direction: column;
    @media screen and (min-width: 768px) {
      flex-direction: row;
    }
    .visuel-domain {
      display: none;
      @media screen and (min-width: 768px) {
        display: flex;
        width: 300px;
        height: 300px;
        justify-content: center;
        align-items: center;
        border-radius: 1500px;
        border: 2px solid transparent;
        background: #FFF;
        img {
          max-height: 150px;
          max-width: 150px;
          width: auto;
          height: auto;
        }
      }
    }
    .infos-domain {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 20px;
      @media screen and (min-width: 768px) {
        gap: 32px;
      }
      flex: 1 0 0;
      align-self: stretch;
      h1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: stretch;
        color: #EC1625;
        font-family: myriad-pro-semi-bold, Arial, sans-serif;
        font-size: 25px;
        font-style: normal;
        line-height: 125%;
        letter-spacing: 1.5px;
        text-transform: uppercase;
      }
      .introduction {
        color: #555;
        font-family: myriad-pro, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        line-height: 160%; /* 25.6px */
      }
    }
  }
  .listing-offers {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    flex-direction: column;
    @media screen and (min-width: 768px) {
      flex-direction: row;
    }
    > ul {
      flex-basis: calc(100% - 360px);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 60px;
      padding: 0;
      margin: 0;
      width: 100%;
      > li {
        display: flex;
        padding-bottom: 40px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
        border-radius: 60px 60px 40px 40px;
        background: #FFF;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
        .bloc-top {
          display: flex;
          padding: 24px 24px 0 24px;
          align-items: center;
          gap: 24px;
          align-self: stretch;
          flex-direction: column;
          @media screen and (min-width: 768px) {
            padding: 40px 40px 0 40px;
            gap: 32px;
            flex-direction: row;
          }
          h2 {
            color: #EC1625;
            font-family: myriad-pro, Arial, sans-serif;
            font-size: 16px;
            font-style: normal;
            line-height: 160%; /* 25.6px */
            letter-spacing: 1.92px;
            flex-grow: 1;
          }
          a {
            display: flex;
            gap: 10px;
            align-items: center;
            margin-bottom: 0;
            text-decoration: none;
            .btn {
              display: flex;
              width: 152px;
              height: 48px;
              padding: 0 32px;
              justify-content: center;
              align-items: center;
              gap: 10px;
              border-radius: 1000px;
              border: 1px solid #74B504;
              background: #ffffff;
              color: #74B504;
              text-align: center;
              font-family: myriad-pro-semi-bold, Arial, sans-serif;
              font-size: 14px;
              font-style: normal;
              line-height: 15px; /* 107.143% */
              letter-spacing: 1px;
              text-decoration: none;
              @media screen and (min-width: 768px) {
                color: #74B504;
                background: #ffffff;
                &:hover {
                  background: #74B504;
                  color: #ffffff;
                }
              }
            }
          }
        }
        .subscribed-bloc {
          border-radius: 0;
        }
        .listing-rubriques {
          display: flex;
          padding: 0 24px 0 39px;
          flex-direction: column;
          align-items: flex-start;
          width: 100%;
          @media screen and (min-width: 768px) {
            padding: 0 32px 0 245px;
          }
          li {
            color: #555;
            font-family: myriad-pro, Arial, sans-serif;
            font-size: 16px;
            font-style: normal;
            line-height: 160%; /* 25.6px */
            list-style: disc;
          }
        }
        &.abo {
          .bloc-top {
            a {
              span:first-child {
                display: none;
              }
              .btn {
                border: 1px solid #1B8BBB;
                color: #1B8BBB;
                background: #ffffff;
                &:hover {
                  background: #1B8BBB;
                  color: #ffffff;
                }
              }
            }
          }
        }
        &:hover {
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
          .bloc-top {
            a {
              .btn {
                background: #74B504;
                color: #ffffff;
              }
            }
          }
          &.abo {
            .bloc-top {
              a {
                .btn {
                  background: #1B8BBB;
                  color: #ffffff;
                }
              }
            }
          }
        }
      }
    }
    .col-right {
      flex-basis: 300px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 60px;
      .avantages {
        padding: 40px 0;
        border-radius: 8px;
        background: rgba(220, 231, 236, 0.50);
        > div {
          display: flex;
          flex-direction: column;
          gap: 10px;
          img {
            margin: 0 auto;
          }
          > div {
            > p {
              color: #4D5356;
              font-family: myriad-pro-bold, Arial, sans-serif;
              font-size: 16px;
              font-style: normal;
              line-height: 24px; /* 150% */
              padding: 0 32px 12px 32px;
              margin-bottom: 0;
            }
            ul {
              padding: 0;
              margin: 0;
              display: flex;
              flex-direction: column;
              gap: 10px;
              li {
                list-style: none;
                display: flex;
                padding: 0 32px;
                align-items: flex-start;
                gap: 8px;
                align-self: stretch;
                color: #1D1D1B;
                font-family: myriad-pro, Arial, sans-serif;
                font-size: 16px;
                font-style: normal;
                line-height: 24px; /* 150% */
                i {
                  color: #ec1625;
                  top: 4px;
                  position: relative;
                }
              }
            }
          }
        }
      }
    }
  }
}