/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.mission-table-section {
  width: 100%;
  padding: 40px 20px;
  background-color: #ffffff;
}

.mission-table-wrapper {
  max-width: 1250px;
  margin: 0 auto;
  overflow-x: auto;
}

.mission-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  color: #1d1d1d;
  table-layout: fixed;
}

.mission-table th,
.mission-table td {
  border: 2px solid #b3b3b3;
  padding: 18px 22px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.15;
}

.mission-table th {
  font-weight: 800;
  background-color: #ffffff;
}

.mission-table td strong {
  font-weight: 800;
}

/* Responsive tablette */
@media (max-width: 900px) {
  .mission-table th,
  .mission-table td {
    padding: 16px;
    font-size: 18px;
  }
}

/* Responsive mobile */
@media (max-width: 700px) {
  .mission-table-wrapper {
    overflow-x: visible;
  }

  .mission-table,
  .mission-table thead,
  .mission-table tbody,
  .mission-table tr,
  .mission-table th,
  .mission-table td {
    display: block;
    width: 100%;
  }

  .mission-table thead {
    display: none;
  }

  .mission-table tr {
    margin-bottom: 20px;
    border: 2px solid #b3b3b3;
    background-color: #ffffff;
  }

  .mission-table td {
    border: none;
    border-bottom: 1px solid #d0d0d0;
    padding: 14px 16px;
    font-size: 18px;
  }

  .mission-table td:last-child {
    border-bottom: none;
  }

  .mission-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #555555;
  }

  .mission-table td strong {
    font-size: 18px;
  }
}