/* RESPONSIVE */
@media (max-width: 767px) {
  /* FOOTER */
  .ercm-footer {
    font-size: 15px;
  }
  /* FOOTER */

  /* HEADER */
  .ercm-header-home-link img {
    height: 60px;
  }

  .ercm-header {
    padding-top: 20px;
    padding-bottom: 0;
  }
  /* HEADER */

  /* HOME */
  .ercm-home-experts-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .ercm-home-experts-featured,
  .ercm-home-experts-small {
    width: 100%;
    height: 250px;
  }

  .ercm-home-experts-overlay {
    opacity: 1 !important;
    background: linear-gradient(
      to top,
      rgba(51, 50, 120, 1) 0%,
      transparent 95%
    );
    justify-content: flex-end;
    flex-direction: row !important;
    align-items: flex-end;
    order: unset !important;
  }

  .ercm-home-experts-title {
    font-size: 14px !important;
    flex: 1;
    margin: 0;
    order: 1 !important;
  }

  .ercm-home-experts-decouvrir {
    order: 2 !important;
    align-self: flex-end;
  }

  .ercm-home-experts-item:hover .ercm-home-experts-overlay {
    opacity: 1 !important;
  }

  .ercm-home-experts-item:hover img {
    transform: none !important;
  }

  .ercm-home-approach-item {
    display: block;
    border-top: 1px solid var(--color-red);
    padding: 20px 0;
  }

  .ercm-home-approach-item:last-child {
    border-bottom: 1px solid var(--color-red);
  }

  .ercm-home-approach-index {
    display: inline-block;
    margin-bottom: 8px;
  }

  .ercm-home-approach-title {
    display: block;
    text-align: left;
    font-size: 24px !important;
    margin-bottom: 16px;
  }

  .ercm-home-approach-arrow {
    display: none;
  }

  .ercm-home-approach-body {
    max-height: none !important;
    overflow: visible !important;
    padding-top: 12px !important;
    flex-direction: column;
    gap: 0;
  }

  .ercm-home-approach-image {
    display: none;
  }

  .ercm-home-approach-content {
    width: 100%;
  }

  .ercm-home-rea {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .ercm-home-rea-slider {
    flex-direction: column;
    gap: 16px;
    overflow: visible;
  }

  .ercm-home-rea-slide {
    flex: none;
    width: 100%;
    height: 280px;
  }

  .ercm-home-rea-overlay {
    opacity: 1 !important;
  }

  .ercm-home-rea-slide:hover {
    flex: none;
  }
  /* HOME */

  /* PAGE - ENTREPRISE */
  .ercm-company-history-grid {
    flex-direction: column;
  }

  .ercm-company-history-col {
    border-left: none;
    padding: 0;
  }

  .ercm-company-history-container {
    padding-bottom: 0;
  }

  .ercm-company-numbers {
    flex-direction: column;
  }

  .ercm-company-numbers-item {
    margin-inline: 50px;
  }

  .ercm-company-numbers-picto img {
    max-height: 80px;
  }

  .ercm-company-values-item-title {
    margin-bottom: 0;
    display: inline;
  }

  .ercm-company-values-item-title br {
    display: none;
  }

  .ercm-company-values-item {
    padding-bottom: 20px;
  }

  .ercm-company-values-image-container {
    border-left: none;
    display: flex;
    justify-content: center;
  }

  .ercm-company-values-image {
    height: 600px;
    margin-left: 0;
  }
  /* PAGE - ENTREPRISE */

  /* PAGES - APPROCHE */
  .ercm-approach-expert {
    padding-bottom: 30px;
  }
  /* PAGES - APPROCHE */

  /* PAGES - NOS EXPERTISES */
  .ercm-experts-banner-container {
    padding-block: 50px;
  }

  .ercm-experts-banner-intro {
    border: none;
    padding-left: 0;
  }

  .ercm-experts-banner-image {
    height: auto;
  }

  .page-id-26 .ercm-experts-banner-bg,
  .page-id-28 .ercm-experts-banner-bg,
  .page-id-30 .ercm-experts-banner-bg,
  .page-id-32 .ercm-experts-banner-bg {
    height: auto;
  }

  .ercm-experts-approach-tabs {
    display: none;
  }

  .ercm-experts-approach-panels {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .ercm-experts-approach-panel {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 0;
  }

  .ercm-experts-approach-panel .col-xl-4,
  .ercm-experts-approach-panel .col-xl-7 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .ercm-experts-approach-panel-image {
    width: 100%;
  }

  .ercm-experts-approach-panel-content {
    padding-left: 0 !important;
  }

  .ercm-experts-approach-panel-header {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--color-red);
    margin-bottom: 16px;
  }

  .ercm-experts-approach-tab-title {
    color: var(--color-red);
    margin-bottom: 20px;
  }

  .ercm-experts-separator {
    display: none;
  }

  .ercm-experts-approach-panel-image {
    height: 280px;
  }

  .ercm-experts-approach-zone {
    padding-top: 50px;
  }
  /* PAGES - NOS EXPERTISES */

  /* PAGE - NOS REALISATIONS */
  .ercm-rea-row {
    grid-template-columns: 1fr !important;
    height: auto;
    gap: 20px;
  }

  .ercm-rea-grid {
    gap: 20px;
  }

  .ercm-rea-item {
    height: 220px;
  }

  .ercm-rea-filters {
    gap: 8px;
    justify-content: flex-start;
  }

  .ercm-rea-filter {
    padding: 6px 14px;
    font-size: 12px;
  }

  .ercm-rea-btn-seprator {
    display: none;
  }
  /* PAGE - NOS REALISATIONS */
}

@media (min-width: 768px) and (max-width: 991px) {
  /* HEADER */
  .ercm-header-home-link img {
    height: 70px;
  }

  .ercm-header {
    padding-top: 20px;
    padding-bottom: 0;
  }
  /* HEADER */

  /* HOME */
  .ercm-home-experts-separator {
    width: 80%;
  }

  .ercm-home-experts-overlay {
    opacity: 1 !important;
    background: linear-gradient(
      to top,
      rgba(51, 50, 120, 1) 0%,
      transparent 80%
    );
    justify-content: flex-end;
    flex-direction: row !important;
    align-items: flex-end;
  }

  .ercm-home-experts-title {
    flex: 1;
    margin: 0;
    order: 1 !important;
  }

  .ercm-home-experts-decouvrir {
    order: 2 !important;
    align-self: flex-end;
  }

  .ercm-home-experts-item:hover img {
    transform: none !important;
  }

  .ercm-home-experts-title,
  .ercm-home-experts-decouvrir {
    font-size: var(--font-size-14);
  }

  .ercm-home-approach-item {
    display: block;
    border-top: 1px solid var(--color-red);
    padding: 20px 0;
  }

  .ercm-home-approach-item:last-child {
    border-bottom: 1px solid var(--color-red);
  }

  .ercm-home-approach-index {
    display: inline-block;
    margin-bottom: 8px;
  }

  .ercm-home-approach-title {
    display: block;
    text-align: left;
    font-size: 24px !important;
    margin-bottom: 16px;
  }

  .ercm-home-approach-arrow {
    display: none;
  }

  .ercm-home-approach-body {
    max-height: none !important;
    overflow: visible !important;
    padding-top: 12px !important;
    flex-direction: column;
    gap: 0;
  }

  .ercm-home-approach-image {
    display: none;
  }

  .ercm-home-approach-content {
    width: 100%;
  }

  .ercm-home-rea {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .ercm-home-rea-slider {
    flex-direction: column;
    gap: 16px;
    overflow: visible;
  }

  .ercm-home-rea-slide {
    flex: none;
    width: 100%;
  }

  .ercm-home-rea-overlay {
    opacity: 1 !important;
  }

  .ercm-home-rea-slide:hover {
    flex: none;
  }
  /* HOME */

  /* PAGE - ENTREPRISE */
  .ercm-company-history-grid {
    flex-direction: column;
  }

  .ercm-company-history-col {
    border-left: none;
    padding: 0;
  }

  .ercm-company-history-container {
    padding-bottom: 0;
  }

  .ercm-company-numbers {
    flex-direction: column;
  }

  .ercm-company-numbers-item {
    margin-inline: 200px;
  }

  .ercm-company-numbers-picto img {
    max-height: 110px;
  }

  .ercm-company-values-item-title {
    margin-bottom: 0;
    display: inline;
  }

  .ercm-company-values-item-title br {
    display: none;
  }

  .ercm-company-values-item {
    padding-bottom: 20px;
  }

  .ercm-company-values-image-container {
    border-left: none;
    display: flex;
    justify-content: center;
  }

  .ercm-company-values-image {
    height: 800px;
    margin-left: 0;
  }
  /* PAGE - ENTREPRISE */

  /* PAGES - APPROCHE */
  .ercm-approach-expert {
    padding-bottom: 30px;
  }
  /* PAGES - APPROCHE */

  /* PAGES  NOS EXPERTISES */
  .ercm-experts-banner-container {
    padding-block: 50px;
  }

  .ercm-experts-banner-intro {
    border: none;
    padding-left: 0;
  }

  .ercm-experts-banner-image {
    height: auto;
  }

  .page-id-26 .ercm-experts-banner-bg,
  .page-id-28 .ercm-experts-banner-bg,
  .page-id-30 .ercm-experts-banner-bg,
  .page-id-32 .ercm-experts-banner-bg {
    height: auto;
  }

  .ercm-experts-approach-tabs {
    display: none;
  }

  .ercm-experts-approach-panels {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .ercm-experts-approach-panel {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 0;
  }

  .ercm-experts-approach-panel .col-xl-4,
  .ercm-experts-approach-panel .col-xl-7 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .ercm-experts-approach-panel-image {
    width: 100%;
  }

  .ercm-experts-approach-panel-content {
    padding-left: 0 !important;
  }

  .ercm-experts-approach-panel-header {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--color-red);
    margin-bottom: 16px;
  }

  .ercm-experts-approach-tab-title {
    color: var(--color-red);
    margin-bottom: 20px;
  }

  .ercm-experts-separator {
    display: none;
  }

  .ercm-experts-approach-panel-image {
    height: 280px;
  }

  .ercm-experts-approach-zone {
    padding-top: 50px;
  }
  /* PAGES  NOS EXPERTISES */

  /* PAGE - NOS REALISATIONS */
  .ercm-rea-row {
    grid-template-columns: 1fr 1fr !important;
    height: auto;
  }

  .ercm-rea-item {
    height: 250px;
  }

  .ercm-rea-overlay {
    opacity: 1;
  }

  .ercm-rea-row {
    gap: 20px;
  }

  .ercm-rea-grid {
    gap: 20px;
  }

  .ercm-rea-btn-seprator {
    display: none;
  }
  /* PAGE - NOS REALISATIONS */
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* HEADER */
  .ercm-header-home-link img {
    height: 70px;
  }

  .ercm-header {
    padding-top: 20px;
    padding-bottom: 0;
  }
  /* HEADER */

  /* HOME */
  .ercm-home-experts-separator {
    width: 80%;
  }

  .ercm-home-experts-overlay {
    opacity: 1 !important;
    background: linear-gradient(
      to top,
      rgba(51, 50, 120, 1) 0%,
      transparent 80%
    );
    justify-content: flex-end;
    flex-direction: row !important;
    align-items: flex-end;
  }

  .ercm-home-experts-title {
    flex: 1;
    margin: 0;
    order: 1 !important;
  }

  .ercm-home-experts-decouvrir {
    order: 2 !important;
    align-self: flex-end;
  }

  .ercm-home-experts-item:hover img {
    transform: none !important;
  }

  .ercm-home-experts-title,
  .ercm-home-experts-decouvrir {
    font-size: var(--font-size-14);
  }

  .ercm-home-approach-item {
    display: block;
    border-top: 1px solid var(--color-red);
    padding: 20px 0;
  }

  .ercm-home-approach-item:last-child {
    border-bottom: 1px solid var(--color-red);
  }

  .ercm-home-approach-index {
    display: inline-block;
    margin-bottom: 8px;
  }

  .ercm-home-approach-title {
    display: block;
    text-align: left;
    font-size: 24px !important;
    margin-bottom: 16px;
  }

  .ercm-home-approach-arrow {
    display: none;
  }

  .ercm-home-approach-body {
    max-height: none !important;
    overflow: visible !important;
    padding-top: 12px !important;
    flex-direction: column;
    gap: 0;
  }

  .ercm-home-approach-image {
    display: none;
  }

  .ercm-home-approach-content {
    width: 100%;
  }
  /* HOME */

  /* PAGE - ENTREPRISE */
  .ercm-company-history-grid {
    flex-direction: column;
  }

  .ercm-company-history-col {
    border-left: none;
    padding: 0;
  }

  .ercm-company-history-container {
    padding-bottom: 0;
  }

  .ercm-company-numbers-picto img {
    max-height: 100px;
  }

  .ercm-company-numbers-title {
    font-size: 25px;
  }

  .ercm-company-values-item-title {
    margin-bottom: 0;
    display: inline;
  }

  .ercm-company-values-item-title br {
    display: none;
  }

  .ercm-company-values-item {
    padding-bottom: 30px;
  }

  .ercm-company-values-image-container {
    border-left: none;
    display: flex;
    justify-content: center;
  }

  .ercm-company-values-image {
    height: 800px;
    margin-left: 0;
  }
  /* PAGE - ENTREPRISE */

  /* PAGES  NOS EXPERTISES */
  .ercm-experts-banner-container {
    padding-block: 50px;
  }

  .ercm-experts-banner-intro {
    border: none;
    padding-left: 0;
  }

  .ercm-experts-banner-image {
    height: auto;
  }

  .page-id-26 .ercm-experts-banner-bg,
  .page-id-28 .ercm-experts-banner-bg,
  .page-id-30 .ercm-experts-banner-bg,
  .page-id-32 .ercm-experts-banner-bg {
    height: auto;
  }

  .ercm-experts-approach-tabs {
    display: none;
  }

  .ercm-experts-approach-panels {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .ercm-experts-approach-panel {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 0;
  }

  .ercm-experts-approach-panel .col-xl-4,
  .ercm-experts-approach-panel .col-xl-7 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .ercm-experts-approach-panel-image {
    width: 100%;
  }

  .ercm-experts-approach-panel-content {
    padding-left: 0 !important;
  }

  .ercm-experts-approach-panel-header {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--color-red);
    margin-bottom: 16px;
  }

  .ercm-experts-approach-tab-title {
    color: var(--color-red);
    margin-bottom: 20px;
  }

  .ercm-experts-separator {
    display: none;
  }

  .ercm-experts-approach-panel-image {
    height: 280px;
  }

  .ercm-experts-approach-zone {
    padding-top: 50px;
  }
  /* PAGES  NOS EXPERTISES */

  /* PAGE - NOS REALISATIONS */
  .ercm-rea-row {
    grid-template-columns: 1fr 1fr !important;
    height: auto;
  }

  .ercm-rea-item {
    height: 300px;
  }

  .ercm-rea-overlay {
    opacity: 1;
  }

  .ercm-rea-row {
    gap: 20px;
  }

  .ercm-rea-grid {
    gap: 20px;
  }

  .ercm-rea-btn-seprator {
    display: none;
  }
  /* PAGE - NOS REALISATIONS */
}

@media (min-width: 1200px) and (max-width: 1399px) {
  /* GENERAL */
  .ercm-page-content {
    padding-top: 139px !important;
  }

  .ercm-padding-block {
    padding-block: 165px !important;
  }

  /* GENERAL */

  /* FOOTER */
  .ercm-footer-support-title {
    border-right: 1.5px solid var(--color-red);
  }
  /* FOOTER */

  /* HEADER */
  .ercm-header-menu a {
    font-size: var(--font-size-14);
  }

  .ercm-header-menu .navbar-nav {
    gap: 0;
  }

  .ercm-header-menu {
    justify-content: flex-end !important;
  }
  /* HEADER */

  /* HOME */
  .ercm-home-banner-title {
    border-right: 1.5px solid var(--color-red);
  }

  .ercm-home-experts-separator {
    width: 80%;
  }
  /* HOME */

  /* PAGE - ENTREPRISE */
  .ercm-company-values-separator {
    background-color: var(--color-red);
    height: 1px;
    width: 100%;
    margin-bottom: 73px;
  }

  .ercm-company-history-col {
    padding: 0 20px;
  }

  .ercm-company-history-container {
    padding-bottom: 0;
  }

  .ercm-company-numbers-picto img {
    max-height: 100px;
  }

  .ercm-company-numbers-title {
    font-size: 25px;
  }

  .ercm-company-values-content-container {
    margin-right: 0;
  }

  .ercm-company-values-item-title {
    font-size: 16px;
    min-width: 130px;
  }

  .ercm-company-values-item-content {
    font-size: 14px;
  }

  .ercm-company-values-item {
    padding-bottom: 5px;
  }

  .ercm-company-values-image {
    margin-left: 0;
    height: auto;
  }
  /* PAGE - ENTREPRISE */

  /* PAGES  NOS EXPERTISES */
  .ercm-experts-banner-title {
    font-size: 1.25rem;
  }

  .ercm-experts-banner-intro {
    padding-left: 20px;
  }

  .ercm-experts-approach-panel-content {
    font-size: 0.8rem;
  }
  /* PAGES  NOS EXPERTISES */

  /* PAGE - NOS REALISATIONS */
  .ercm-rea-row {
    grid-template-columns: 1fr 1fr !important;
    height: auto;
  }

  .ercm-rea-item {
    height: 300px;
  }

  .ercm-rea-overlay {
    opacity: 1;
  }

  .ercm-rea-row {
    gap: 20px;
  }

  .ercm-rea-grid {
    gap: 20px;
  }

  .ercm-rea-btn-seprator {
    display: none;
  }
  /* PAGE - NOS REALISATIONS */

  /* PAGE - CONTACT */
  .ercm-contact-text {
    border-right: 1px solid var(--color-white);
  }
  /* PAGE - CONTACT */
}

@media (min-width: 1400px) and (max-width: 1696px) {
  /* GENERAL */
  .ercm-page-content {
    padding-top: 139px !important;
  }

  .ercm-padding-block {
    padding-block: 165px !important;
  }

  .ercm-title-40 {
    font-size: 1.5rem;
  }
  /* GENERAL */

  /* FOOTER */
  .ercm-footer-support-title {
    border-right: 1.5px solid var(--color-red);
  }
  /* FOOTER */

  /* HEADER */
  .ercm-header-menu a {
    font-size: 15px;
  }

  .ercm-header-menu .navbar-nav {
    gap: 0;
  }

  .ercm-header-menu {
    justify-content: flex-end !important;
  }
  /* HEADER *

  /* HOME */
  .ercm-home-banner-title {
    border-right: 1.5px solid var(--color-red);
  }

  .ercm-home-experts {
    padding-right: 0 !important;
    padding-top: 1.5rem !important;
  }

  .ercm-btn-white-transparent {
    font-size: 16px;
    padding: 11px 18px;
  }

  .ercm-home-experts-separator {
    width: 60%;
  }
  /* HOME */

  /* PAGE - ENTREPRISE */
  .ercm-company-values-separator {
    background-color: var(--color-red);
    height: 1px;
    width: 100%;
    margin-bottom: 73px;
  }

  .ercm-company-history-col {
    padding: 0 20px;
  }

  .ercm-company-history-container {
    padding-bottom: 0;
  }

  .ercm-company-numbers-picto img {
    max-height: 100px;
  }

  .ercm-company-numbers-title {
    font-size: 25px;
  }

  .ercm-company-values-content-container {
    margin-right: 0;
  }

  .ercm-company-values-item-title {
    font-size: 16px;
    min-width: 130px;
  }

  .ercm-company-values-item-content {
    font-size: 14px;
  }

  .ercm-company-values-item {
    padding-bottom: 5px;
  }

  .ercm-company-values-image {
    margin-left: 0;
    height: 800px;
  }
  /* PAGE - ENTREPRISE */

  /* PAGES  NOS EXPERTISES */
  .ercm-experts-banner-title {
    font-size: 1.25rem;
  }

  .ercm-experts-banner-intro {
    padding-left: 20px;
  }

  .ercm-experts-approach-panel-content {
    font-size: 0.9rem;
  }
  /* PAGES  NOS EXPERTISES */

  /* PAGE - NOS REALISATIONS */
  .ercm-rea-row {
    grid-template-columns: 1fr 1fr !important;
    height: auto;
  }

  .ercm-rea-item {
    height: 350px;
  }

  .ercm-rea-overlay {
    opacity: 1;
  }

  .ercm-rea-row {
    gap: 20px;
  }

  .ercm-rea-grid {
    gap: 20px;
  }

  .ercm-rea-btn-seprator {
    display: none;
  }
  /* PAGE - NOS REALISATIONS */

  /* PAGE - CONTACT */
  .ercm-contact-text {
    border-right: 1px solid var(--color-white);
  }
  /* PAGE - CONTACT */

  /* PAGE - NOUS REJOINDRE */
  .ercm-job-content {
    margin-bottom: 0;
  }

  .ercm-job-form textarea {
    height: 400px;
  }

  /* PAGE - NOUS REJOINDRE */
}

@media (min-width: 1697px) {
  /* GENERAL */
  .ercm-page-content {
    padding-top: 139px !important;
  }

  .ercm-padding-block {
    padding-block: 165px !important;
  }
  /* GENERAL */

  /* FOOTER */
  .ercm-footer-support-title {
    border-right: 1.5px solid var(--color-red);
  }
  /* FOOTER */

  /* HOME */
  .ercm-home-banner-title {
    border-right: 1.5px solid var(--color-red);
  }
  /* HOME */

  /* PAGE - ENTREPRISE */
  .ercm-company-values-separator {
    background-color: var(--color-red);
    height: 1px;
    width: 100%;
    margin-bottom: 73px;
  }
  /* PAGE - ENTREPRISE */

  /* PAGES - APPROCHE */
  .ercm-approach-intro {
    width: 455px;
  }
  /* PAGES - APPROCHE */

  /* PAGE - CONTACT */
  .ercm-contact-text {
    border-right: 1px solid var(--color-white);
  }
  /* PAGE - CONTACT */

  /* PAGE - NOUS REJOINDRE */
  .ercm-job-form textarea {
    height: 380px;
  }
  /* PAGE - NOUS REJOINDRE */
}
/* RESPONSIVE */
