/* DOMAINE D'ACTIVITÉ*/
.domaine-wrapper {
  padding: 60px 0;
  background-color: #f5f5f5;
}

.domaine-title {
  color: #f55757;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 150px;
}

.domaine-container {
  background-color: #002a5a;
  border-radius: 10px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.domaine-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.domaine-intro {
color: #000000; /* texte bien noir */
text-align: center;
max-width: 800px; /* limite la largeur */
margin: 0 auto 40px auto; /* centrage horizontal + espace en bas */
font-size: 16px;
line-height: 1.7;
padding: 0 20px; /* un peu de marge interne pour petits écrans */
}

.domaine-track::-webkit-scrollbar {
  display: none;
}

.domaine-slide {
  width: 250px;
  height: 300px;
  flex: 0 0 auto;
  perspective: 1000px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #002a5a;
}

.domaine-slide:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.domaine-slide:hover .domaine-overlay {
  background-color: rgba(255, 87, 87, 0.7);
}

.domaine-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;
  top: 0;
  left: 0;
}

.domaine-slide.flip .domaine-inner {
  transform: rotateY(180deg);
}

.domaine-front,
.domaine-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  display: block;
  top: 0;
  left: 0;
}

.domaine-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: top;
}

.domaine-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  opacity: 1;
  transition: background-color 0.5s ease-in-out, backdrop-filter 0.5s ease-in-out;
}

.domaine-back {
  background-color: #fff;
  transform: rotateY(180deg);
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  border: 2px solid #004080;
  overflow-y: auto;
  text-align: left;
  display: block;
}

.domaine-back strong {
  color: #002a5a;
}

.domaine-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  z-index: 5;
}

.domaine-arrow.left {
  left: 10px;
}

.domaine-arrow.right {
  right: 10px;
}

@media (max-width: 991px) {
  .domaine-title {
    font-size: 28px;
    margin-top: 500px;
  }
}

@media (max-width: 767px) {
  .domaine-slide {
    width: 200px;
    height: 300px;
  }

  .domaine-title {
    font-size: 23px;
    margin-top: 570px;
  }
  
        .domaine-intro {
text-align: center;
font-size: 15px;

}

  .domaine-back {
    font-size: 13px;
    padding: 15px;
  }
}

/* COMPÉTENCES REQUISES */
  
  .competences-section {
    position: relative;
    padding: 80px 0px;
    background-color: transparent;
  }


  .competences-box {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin-left: 0;
    padding-left: 60px;
    padding-right: 20px;
  }

  .competences-box h2 {
    color: #f55757;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .competences-intro {
  color: #000000;
  text-align: left;
  margin: 0 auto 30px auto;
  font-size: 16px;

}

  .competences-box ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .competences-box li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
  }

.competences-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url('https://ipms.fr/wp-content/uploads/2025/03/Fleche.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

  
  
  
  @media (max-width: 991px) {
  
  .pasgemetiersbackground1 {
    background-image: none !important;
    background-color: #f9f9f9 !important;
}


  .competences-section {
    padding: 60px 30px;
    margin-top: -50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  }
  
  .competences-box ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
    
  .competences-box h2 {
    font-size: 28px;
    text-align: center;
  }

  .competences-box li {
    font-size: 15px;
    padding-left: 35px;
    margin-bottom: 16px;
  }

  .competences-box li::before {
    width: 18px;
    height: 18px;
    top: 5px;
    background-size: contain;
  }

  .competences-section .texte::before {
    font-size: 100px;
    top: 180px;
    left: 180px;
  }

  .competences-section .texte2::before {
    font-size: 100px;
        top: 350px;
    left: 220px;
  }
}

  @media (max-width: 767px) {
    .competences-section {
      padding: 60px 20px;
    }
  
      .competences-box h2 {
    font-size: 23px;
  }
    
      .competences-intro {
  text-align: center;
  font-size: 15px;

}

    .competences-box {
      padding-left: 20px;
      padding-right: 20px;
    }

    .competences-box li {
      font-size: 15px;
      padding-left: 35px;
    }
  
      .competences-section .texte::before,
    .competences-section .texte2::before {
   display: none;
  }


.competences-box li::before {
  width: 16px;
  height: 16px;
  top: 5px;
 }
}

/* OU EXERCER */

.ouexercer-wrapper {
  position: relative;
  background-color: transparent;
  overflow: visible;
  z-index: 1;
}

.ouexercer-title-wrapper {
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 20px;
}

.ouexercer-title {
  color: #f55757;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 40px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.ouexercer-bg::before {
content: "";
position: absolute;
bottom: 0;
left: 0%;
width: 50%;
height: 100%;
background: rgba(255, 255, 255, 0.4);
transform: skewX(15deg);
z-index: 0;
}

.ouexercer-container {
  position: relative;
  background-color: transparent;
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
  padding: 40px 0 40px 20px;
  overflow: visible;
  z-index: 1;
}

.ouexercer-track {
  display: flex;
  gap: 80px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.ouexercer-intro {
color: #000000;
margin: 0 auto 30px auto;
font-size: 16px;
padding: 0 20px;
}

.ouexercer-track::-webkit-scrollbar {
  display: none;
}

.ouexercer-slide {
  width: 250px;
  height: 380px;
  flex: 0 0 auto;
  perspective: 1000px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ouexercer-slide:hover {
  transform: scale(1.025);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}
.ouexercer-slide:hover .ouexercer-overlay {
  background-color: rgba(255, 87, 87, 0.7); /* rouge */
}
.ouexercer-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.ouexercer-slide.flip .ouexercer-inner {
  transform: rotateY(180deg);
}

.ouexercer-front,
.ouexercer-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  top: 0;
  left: 0;
}

.ouexercer-front {
  background-color: white;
}

.ouexercer-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ouexercer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  opacity: 1;
  transition: background-color 0.5s ease-in-out, backdrop-filter 0.5s ease-in-out;
}

.ouexercer-back {
  background-color: #fff;
  transform: rotateY(180deg);
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  border: 2px solid #004080;
  overflow-y: auto;
  text-align: left;
}

.ouexercer-back strong {
  color: #002a5a;
}

.ouexercer-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #002a5a;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.ouexercer-arrow.left {
  left: -55px;
}

.ouexercer-arrow.right {
  right: -25px;
}

  @media (max-width: 991px) {
  .ouexercer-title {
    font-size: 28px;
  }

  .ouexercer-slide {
    width: 200px;
  }

  .ouexercer-arrow.left {
    left: -35px;
  }

  .ouexercer-arrow.right {
    right: -35px;
  }
    
    .ouexercer-title-wrapper {
  max-width: 520px;
          margin-left: auto;
}

      .ouexercer-container {
  max-width: 520px;
  margin-left: auto;
}

    
}

@media (max-width: 767px) {
  .ouexercer-title {
    font-size: 23px;
  }

    .ouexercer-title-wrapper {
  max-width: 420px;
}

      .ouexercer-container {
  max-width: 280px;
}
  
    .ouexercer-track {
  gap: 20px;
  }
  .ouexercer-slide {
    width: 200px;
  }

  .ouexercer-arrow.left {
    left: -25px;
  }

       .ouexercer-intro {
text-align: center;
font-size: 15px;

} 
  
  .ouexercer-arrow.right {
    right: -35px;
  }
}

/* FORMATIONS */

.formation-section-background {
  background-color: #f9f9f9;
  background-image: url('https://ipms.fr/wp-content/uploads/2025/03/APT-2.webp');
  background-repeat: no-repeat;
  background-position: right -20px;
  background-size: 60% auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.formation-section {
  position: relative;
  padding: 80px 0px;
  background-color: transparent;
}

.formation-section .texte::before {
  content: "Formation";
  white-space: pre;
  font-size: 130px;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 480px;
  left: 0px;
  z-index: 0;
  line-height: 1;
}

.btn-formation-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}



.formation-box {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-left: 0;
  padding-left: 60px;
  padding-right: 20px;
}

.formation-box h2 {
  color: #f55757;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
  
.btn-formation-apt {
  display: inline-block;
  background-color: #f55757;
  color: #ffffff !important;
  padding: 12px 24px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-bottom: 20px;
}

.btn-formation-apt:hover {
  background-color: #002a5a;
  transform: translateY(-2px);
}

.formation-intro {
  color: #000000;
  text-align: left;
  margin: 0 auto 30px auto;
  font-size: 16px;
}

.formation-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.formation-box li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}

.formation-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url('https://ipms.fr/wp-content/uploads/2025/03/Fleche.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Responsive */
@media (max-width: 991px) {
  .formation-section {
    padding: 60px 30px;
    margin-top: -50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .formation-box ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .formation-box h2 {
    font-size: 28px;
    text-align: center;
  }

  .formation-box li {
    font-size: 15px;
    padding-left: 35px;
    margin-bottom: 16px;
  }

  .formation-box li::before {
    width: 18px;
    height: 18px;
    top: 5px;
    background-size: contain;
  }

  .formation-section .texte::before {
    font-size: 100px;
    top: 180px;
    left: 180px;
  }

  .formation-section .texte2::before {
    font-size: 100px;
    top: 350px;
    left: 220px;
  }
}

@media (max-width: 767px) {
  .formation-section {
    padding: 60px 20px;
  }

  .formation-box h2 {
    font-size: 23px;
  }

  .formation-intro {
    text-align: center;
    font-size: 15px;
  }

  .formation-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .formation-box li {
    font-size: 15px;
    padding-left: 35px;
  }

  .formation-section .texte::before,
  .formation-section .texte2::before {
    display: none;
  }

  .formation-box li::before {
    width: 16px;
    height: 16px;
    top: 5px;
  }
}

/* STATISTIQUES */

.stats-inner {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  padding: 80px 20px;
}

.stats-section h2 {
  color: #f55757;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  font-family: 'Montserrat', sans-serif;
}

/* Grille */
.stats-grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  border-left: 1px solid #ccc;
}

.stats-column {
  flex: 1;
  padding: 0 30px;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Colonne 1 */
.stats-column.intro h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.pasgemetiersbackground2 {
  position: relative;
  z-index: 0;
}
  
  
.stats-column.intro p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

/* Chiffres */
.stat-item {
  margin-bottom: 40px;
}

.stat-number {
  display: block;
  font-size: 64px;
  font-weight: 300;
  color: #f55757;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}

.stats-column.chiffres p,
.stats-column.salaire p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

/* Colonne salaire */
.stats-column.salaire {
  text-align: center;
  justify-content: center;
}

.stats-column.salaire .stat-item {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .stats-grid {
    flex-direction: column;
    border: none;
  }
.stats-section h2 {
  font-size: 28px;
}
  .stats-column {
    border: none;
    padding: 20px 0;
    text-align: center;
  }

  .stat-number {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
.stats-section h2 {
  font-size: 23px;
 }
}

/* TEMOIGNAGES */

.avis-section {
  background-color: #002a5a;
  padding: 80px 20px;
  color: white;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.avis-title {
  color: #f55757;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.avis-carousel {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.avis-track {
  display: flex;
  gap: 150px;
  transition: transform 0.6s ease;
  will-change: transform;
}


.avis-slide {
  background-color: #003366;
  display: flex;
  align-items: center;
  min-width: 300px;
  max-width: 25%;
  padding: 30px;
  border-radius: 12px;
  box-sizing: border-box;
  flex-shrink: 0;
  transition: transform 0.4s ease, border 0.3s ease;
  transform: scale(1);
}

.avis-slide.active {
  border: 2px solid #f55757;
  box-shadow: 0 0 10px rgba(245, 87, 87, 0.3);
  z-index: 10;
}

.avis-slide img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 20px;
}

.avis-text {
  position: relative;
  font-size: 15px;
  font-style: italic;
  line-height: 1.6;
  text-align: left;
}

.avis-text::before {
  content: "“";
  font-size: 90px;
  position: absolute;
  top: 0px;
  left: -38px;
  color: rgba(255, 255, 255, 0.05);
  font-family: serif;
  z-index: 0;
}


@media (max-width: 991px) {
  .avis-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
    .avis-title {
    font-size: 23px;
  }
  .avis-track {
    gap: 0px;
    padding: 0 0px;
  }

  .avis-slide {
    min-width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .avis-slide img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .avis-text {
    text-align: center;
  }
  .avis-text::before {
    top: -20px;
    left: 10px;
    font-size: 60px;
  }
}

/* EVOLUTION PROFESSIONNELLE */

.evolution-section {
  position: relative;
  padding: 80px 20px;
  text-align: center; /* centre tous les enfants par défaut */
}

.evolution-box {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.evolution-box h2 {
  color: #f55757;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.evolution-intro {
  max-width: 700px;
  color: #000000;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto 30px auto;
  position: relative;
}

.evolution-intro::before {
  content: "Evolution";
  white-space: pre;
  font-size: 120px;
  font-style: italic;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  line-height: 1;
}

.evolution-box ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 700px;
  text-align: center; /* centre le texte dans les li */
}

.evolution-box li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  display: block;
  text-align: center;
  width: auto;
}

.evolution-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url('https://ipms.fr/wp-content/uploads/2025/03/Fleche.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
    @media (max-width: 991px) {
        .evolution-box h2 {
    font-size: 28px !important;
  }
}

  @media (max-width: 767px) {
  .evolution-section {
    padding: 60px 15px;
  }

  .evolution-box h2 {
    font-size: 23px !important;
  }

  .evolution-intro {
    font-size: 15px;
  }

  .evolution-intro::before {
    font-size: 80px;
  }

  .evolution-box li {
    font-size: 15px;
    padding-left: 35px;
    display: block; /* en colonne sur mobile */
    text-align: left;
  }

  .evolution-box li::before {
    width: 16px;
    height: 16px;
    top: 5px;
  }
}

/* DEVENIR (METIER) PRES DE CHEZ VOUS */

.ancrage-villes-section {
  background: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
  margin-bottom: 0;
}

.ancrage-villes-title {
  color: #f55757;
  font-size: 32px !important;
  font-weight: 700;
  margin-bottom: 20px;
}

.ancrage-villes-intro {
  font-size: 16px;
  max-width: 100%;
  margin: 0 auto 30px;
  color: #333;
}

/* Grille responsive 2 colonnes équilibrées */
.accordion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

/* Colonne contenant plusieurs accordéons */
.accordion-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Bloc accordéon */
.accordion-item {
  border: 1px solid #ccc;
  border-radius: 0;
  overflow: hidden;
}

/* Titre accordéon */
.accordion-header {
  background: #002a5a;
  color: #ffffff;
  padding: 15px 20px;
  width: 100%;
  border: none;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: #f55757;
}

/* Contenu caché/visible */
.accordion-content {
  background: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  display: flex;
  flex-direction: column;
}

/* Lien individuel dans l’accordéon */
.accordion-content a {
  padding: 12px 20px;
  text-decoration: none;
  color: #002a5a;
  border-top: 1px solid #eee;
  font-size: 15px;
  transition: background 0.2s;
  text-align: left;
}

.accordion-content a:hover {
  background: #f9f9f9;
}

/* Affichage quand l’accordéon est actif */
.accordion-header.active + .accordion-content {
  max-height: 500px;
}
@media (max-width: 991px) {
 .ancrage-villes-title {
  font-size: 28px !important;
}
}
/* Responsive mobile : 1 colonne */
@media (max-width: 767px) {
  .accordion-grid {
    grid-template-columns: 1fr;
  }
  .ancrage-villes-title {
  font-size: 23px !important;
 }
}

/* ARTICLES UTILES */

.articles-lies-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

.articles-lies-title {
  color: #f55757;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.articles-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.article-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  max-width: 500px;
  text-align: left;
  box-shadow: 0 0 10px rgba(0,0,0,0.04);
}

.article-card h3 {
  font-size: 18px;
  color: #002a5a;
  margin-bottom: 10px;
}

.article-card p {
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
}

.article-btn {
  display: inline-block;
  font-size: 14px;
  color: #f55757;
  text-decoration: none;
  font-weight: 600;
}

.article-btn:hover {
  text-decoration: underline;
}
  @media (max-width: 991px) {
.articles-lies-title {
  font-size: 28px;
}
}
@media (max-width: 767px) {
.articles-lies-title {
  font-size: 23px;
 }
}