/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html {
  scroll-behavior: smooth;
}
a.mentions{
	color:#fff;
	text-decoration:underline;
}
a.mentions:hover{
	text-decoration:none!important;
	transition:all .7s ease-in-out!important;
	color:#E94E1A!important;
}
/* MENTIONS LEGALES*/
.mentions-legales h1,
.mentions-legales h2 {
  margin-bottom: 15px;
}

.mentions-legales h2 {
  margin-top: 35px;
}

.mentions-legales p {
  line-height: 1.8;
  margin-bottom: 15px;
}

.mentions-legales strong {
  font-weight: 700;
}
/* FLECHE ANIMEE */
.scroll-down {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
}

.scroll-down span {
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  animation: bounceDown 1.5s infinite;
}

@keyframes bounceDown {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.7;
  }
  50% {
    transform: translateY(12px);
    opacity: 1;
  }
}

/* TABLEAUX ETUDES ET REALISATIONS */
.projects-table-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}

.table-block {
  margin-bottom: 50px;
}

.table-title {
  margin-bottom: 20px;
  padding: 24px 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1f3c88 0%, #2955a0 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(24, 39, 75, 0.12);
}

.table-title h2 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
}

.table-title p {
  margin: 0;
  font-size: 16px;
  opacity: 0.92;
}

.table-responsive {
  overflow-x: auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.modern-project-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}

.modern-project-table thead th {
  text-align: left;
  padding: 20px 24px;
  background: #f7f9fc;
  color: #1f2a37;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #e8edf5;
}

.modern-project-table tbody td {
  vertical-align: top;
  padding: 24px;
  border-bottom: 1px solid #eef2f7;
  color: #334155;
  font-size: 15px;
  line-height: 1.65;
}

.modern-project-table tbody tr:last-child td {
  border-bottom: none;
}

.modern-project-table tbody tr:hover {
  background: #fbfdff;
}

.modern-project-table strong {
  display: block;
  margin: 10px 0 6px;
  font-size: 17px;
  color: #0f172a;
  line-height: 1.4;
}

.modern-project-table p {
  margin: 0;
  color: #64748b;
}

.sector {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sector.pharma {
  background: rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
}

.sector.chimie {
  background: rgba(249, 115, 22, 0.14);
  color: #c2410c;
}

.sector.cosmetique {
  background: rgba(168, 85, 247, 0.14);
  color: #7e22ce;
}

@media (max-width: 767px) {
  .projects-table-section {
    padding: 25px 14px 40px;
  }

  .table-title {
    padding: 18px 18px;
    border-radius: 18px;
  }

  .table-title h2 {
    font-size: 24px;
  }

  .table-title p {
    font-size: 14px;
  }

  .modern-project-table {
    min-width: 720px;
  }

  .modern-project-table thead th,
  .modern-project-table tbody td {
    padding: 18px 16px;
  }

  .modern-project-table strong {
    font-size: 15px;
  }
}