@charset "UTF-8";
body {
  font-family: "Helvetica";
}
.box-mainvisual .box-mainvisual__txt {
  max-width: 386px;
}
.box-mainvisual .box-mainvisual__txt .box-mainvisual__title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 10px !important;
}
.box-mainvisual .box-mainvisual__txt .box-mainvisual__desc {
  display: block;
  margin-bottom: 25px;
}
.box-mainvisual .box-mainvisual__txt .btn {
  border-color: #0073C3 !important;
}
.box-mainvisual .box-mainvisual__txt .btn:after {
  background-color: #FFFFFF;
}
.box-mainvisual .box-mainvisual__txt .btn:hover span {
  color: #0073C3;
}
.box-mainvisual .box-mainvisual__txt .btn:hover:before {
  color: #0073C3;
  z-index: 10;
}
.box-mainvisual a:hover .box-mainvisual__link::before {
  right: 20px !important;
}
.heading h1 {
  font-size: 3.3rem;
  font-weight: 700;
}
.heading .underlined {
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 55px;
  margin-top: 55px;
}
.heading .underlined:after {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #0073C3;
  content: "";
}
.heading h2 {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 75px 0 35px;
  padding-left: 20px;
  border-left: 3px solid var(--color-primary);
}
.heading h3 {
  font-size: 2.2rem;
  color: var(--color-primary);
  margin: 55px 0 15px;
  font-weight: 700;
}
.l-prefooter {
  margin-top: 98px !important;
  background-color: #F7F7F7;
}
.l-prefooter .btn-pagetop {
  margin-bottom: 0;
}
.l-prefooter .newsletter_part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 30px 50px;
}
.l-prefooter .newsletter_part .address {
  font-size: 16px;
  display: block;
  margin: 30px 0;
}
.l-prefooter .newsletter_part .btn {
  margin-left: auto;
  color: #000000;
  text-align: center;
  min-width: 500px;
  font-weight: 700;
  font-size: 17px;
  font-family: "Helvetica";
}
.l-prefooter .newsletter_part .btn:hover {
  color: #FFFFFF;
}
#l-footer {
  margin-top: 0;
  padding: 56px 0 0 0;
}
.rank-math-breadcrumb {
  padding: 15px 50px;
}
.rank-math-breadcrumb a, .rank-math-breadcrumb span:not(.separator) {
  display: inline-block;
  padding: 0 12px;
  font-size: 1.2rem;
  position: relative;
  color: var(--color-gray);
}
.rank-math-breadcrumb a:first-child, .rank-math-breadcrumb span:not(.separator):first-child {
  padding-left: 0;
}
.rank-math-breadcrumb a:before, .rank-math-breadcrumb span:not(.separator):before {
  content: "";
  font-family: "gaishi" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: -6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rank-math-breadcrumb a.last, .rank-math-breadcrumb span:not(.separator).last {
  color: var(--color-black);
}
.rank-math-breadcrumb a.last:before, .rank-math-breadcrumb span:not(.separator).last:before {
  display: none;
}
.wp-block-buttons .wp-block-button .wp-element-button {
  border-radius: 0;
  display: inline-block;
  padding: 20px 50px;
  background: var(--color-dark-gray);
  color: var(--color-white);
  position: relative;
  min-width: 280px;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.6rem;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
}
.wp-block-buttons .wp-block-button .wp-element-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #536d7e;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.wp-block-buttons .wp-block-button .wp-element-button:hover {
  text-decoration: none;
}
.wp-block-buttons .wp-block-button .wp-element-button:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.wp-block-buttons .wp-block-button .wp-element-button.btn_long {
  padding: 20px 20px;
}
.wp-block-list, .float_img_txt_part, .block-hero {
  list-style-type: none;
}
.wp-block-list li, .float_img_txt_part li, .block-hero li {
  position: relative;
  padding-left: 20px;
}
.wp-block-list li:before, .float_img_txt_part li:before, .block-hero li:before {
  position: absolute;
  top: 9px;
  left: 2px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #0073C3;
  content: "";
}
.box-card-06__content, .box-card-06__image {
  width: 50%;
}
.box-card-06__content.left_content {
  padding-right: 45px;
  width: calc(50% - 45px);
}
.box-card-06__content.right_content {
  padding-left: 45px;
  width: calc(50% - 45px);
}
.box-card-06__content h2 {
  color: #0073C3;
  font-size: 2.2rem;
}
.wp-block-table > table, .wp-block-flexible-table-block-table > table {
  border: 1px solid #7C9EB1;
}
.wp-block-table > table tbody tr, .wp-block-flexible-table-block-table > table tbody tr {
  border-bottom: 1px solid #7C9EB1 !important;
}
.wp-block-table > table tbody tr td:first-child, .wp-block-table > table tbody tr th, .wp-block-flexible-table-block-table > table tbody tr td:first-child, .wp-block-flexible-table-block-table > table tbody tr th {
  color: #FFFFFF;
  background-color: #4D6F82 !important;
  padding: 15px !important;
  width: 25%;
  border-color: #7C9EB1 !important;
}
.wp-block-table > table tbody tr td, .wp-block-flexible-table-block-table > table tbody tr td {
  vertical-align: middle;
  padding: 8px 15px !important;
  border: 1px solid #7C9EB1 !important;
}
.wp-block-table > table tbody tr .grey, .wp-block-flexible-table-block-table > table tbody tr .grey {
  background-color: #F7F7F7;
  width: 20%;
}
.box-heading + .wrp-container > .nav-link-internal {
  padding-top: 20px !important;
  margin-top: 20px !important;
}
.btn--link.is-target-blank span::before {
  content: "";
}
.btn--link.is-pdf span:before {
  content: "";
}
.box-card-05__item {
  float: left;
  width: 50%;
  padding: 0 1px;
  box-sizing: border-box;
  position: relative;
}
.box-heading.with_img {
  margin-bottom: 90px;
  height: 345px;
  position: relative;
}
.box-heading.with_img .box-heading__inner {
  width: 50%;
  max-width: 720px;
  background: var(--color-primary-opacity);
  position: absolute;
  bottom: -80px;
  left: 0;
  color: var(--color-white);
  padding: 50px;
  text-align: left;
}
.box-heading.with_img .hdg-lv1 {
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.box-heading.with_img .desc {
  font-size: 2.2rem;
  font-weight: 400;
}
.box-heading.with_img:before {
  display: none;
}
.is-header-overlay .l-header {
  top: 0 !important;
}
#l-header {
  position: fixed !important;
  top: 0 !important;
}
.admin-bar #l-header {
  position: fixed !important;
  top: 32px !important;
}
body {
  padding-top: 92px;
}
.l-header__dropdown__inner ul > li.has-sub ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 15px 0 35px 0;
}
.l-header__dropdown__inner ul > li.has-sub ul li {
  flex: 0 1 33.3%;
  box-sizing: border-box;
  padding: 7px 0 7px 15px;
}
.l-header__dropdown__inner ul > li.has-sub ul li a {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 20px;
  color: var(--color-white);
  padding: 0;
  padding-left: 15px;
  margin: 0;
  box-sizing: border-box;
}
.l-header__dropdown__inner ul > li.has-sub ul li a:before {
  content: "";
  font-family: "gaishi";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1;
  font-size: 1.2rem;
}
.box-card-05:before {
  display: none !important;
}
.bg-gray.box-corp {
  padding: 30px 0;
}
.box-card-05__content h2 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
}
.lineup_pdt_part {
  display: flex;
  flex-wrap: wrap;
}
.lineup_pdt_part .lineup_pdt_bloc {
  flex: 1 1 33.33%;
  width: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  height: 100%;
  color: inherit;
}
.lineup_pdt_part .lineup_pdt_bloc .img {
  overflow: hidden;
}
.lineup_pdt_part .lineup_pdt_bloc .img .fluid-image {
  transition: all 0.6s;
}
.lineup_pdt_part .lineup_pdt_bloc .txt {
  background-color: #F7F7F7;
  padding: 24px;
}
.lineup_pdt_part .lineup_pdt_bloc .txt .h3 {
  margin: 10px 0;
  font-size: 2rem;
  font-weight: 700;
}
.lineup_pdt_part .lineup_pdt_bloc .txt .desc {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.lineup_pdt_part .lineup_pdt_bloc .txt .link_p .link {
  color: #0073C3;
  position: relative;
  display: inline-block;
  padding: 0;
}
.lineup_pdt_part .lineup_pdt_bloc .txt .link_p .link:hover {
  text-decoration: none;
}
.lineup_pdt_part .lineup_pdt_bloc:hover {
  text-decoration: none;
}
.lineup_pdt_part .lineup_pdt_bloc:hover .img .fluid-image {
  transform: scale(1.1);
}
.lineup_pdt_part .lineup_pdt_bloc:hover .link_p .link span::before {
  right: -10px;
}
.box-card-03 {
  display: flex;
  flex-wrap: wrap;
}
.box-card-03 .box-card-03__item {
  flex: 1 1 33.33%;
  width: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
}
.btn.btn--blue:hover {
  color: #0073C3;
}
.btn.btn--blue:hover:after {
  background-color: #FFFFFF;
}
.lst-news {
  margin-bottom: 36px;
}
.btn--link {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.btn--contact span {
  padding-right: 30px;
}
.btn--contact span:before {
  right: 15px !important;
}
.btn--contact:hover span:before {
  right: 0 !important;
}
.pdt_info_tables .pdt_table {
  display: block;
  height: 100%;
  border: 3px solid #E4E5E7;
  margin-bottom: 25px;
}
.pdt_info_tables .pdt_table .pdt_table--info, .pdt_info_tables .pdt_table .pdt_table--compo, .pdt_info_tables .pdt_table .pdt_table--char {
  padding: 28px 44px;
  border-top: 3px solid #E4E5E7;
  font-size: 1.6rem;
}
.pdt_info_tables .pdt_table .pdt_table--info .title, .pdt_info_tables .pdt_table .pdt_table--compo .title, .pdt_info_tables .pdt_table .pdt_table--char .title {
  font-weight: 700;
  color: #0073C3;
  margin-bottom: 10px;
}
.pdt_info_tables .pdt_table .pdt_table--info {
  border-top: 0;
}
.pdt_info_tables.columns_2 .box-card-05__inner {
  justify-content: start;
}
.is-header-overlay .l-header {
  position: inherit !important;
}
.pct-sitelogo {
  padding-top: 0;
}
.l-header__left {
  display: flex;
  align-items: center;
}
.l-header__left .l-header__left-logo-txt {
  margin-left: 15px;
}
.box-mainvisual {
  margin-bottom: 100px;
}
.btn-lg.btn--link {
  padding: 20px 60px;
}
.btn-lg.btn--link span:before {
  right: -10px;
}
.post-type-archive-actualite {
  opacity: inherit !important;
  visibility: visible !important;
}
.box-card-05__image .fluid-image {
  max-width: 708px;
}
.slick-list.draggable {
  width: 100%;
}
.box-slider .slick-prev, .box-slider .slick-next {
  top: 18%;
}
.lst-directors {
  justify-content: center;
}
.lst-directors li::before {
  display: none;
}
/* --- Variables --- */
/* --- Formulaire NGK --- */
.ngk-form {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #222;
  background-color: #f6f7f9;
  /* Grid & spacing */
  /* Champs */
  /* Erreurs CF7 */
  /* Bouton */
  /* Divers */
}
.ngk-form .row {
  row-gap: 16px;
  border-bottom: 1px dotted var(--color-border);
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 0 45px;
  box-sizing: border-box;
}
.ngk-form .row p {
  display: table;
  width: 100%;
}
.ngk-form .form-group {
  margin: 0;
}
.ngk-form label {
  margin: 0 0 6px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #222;
  width: 30%;
  padding: 32px 76px 25px 0;
  position: relative;
  display: table-cell;
  vertical-align: top;
  /* aligne en haut */
  /* Astérisques sur champs requis */
}
.ngk-form label[for="nom"]::after, .ngk-form label[for="prenom"]::after, .ngk-form label[for="email"]::after, .ngk-form label[for="tel"]::after, .ngk-form label[for="demande"]::after {
  content: " *";
  color: #c62828;
  margin-left: 2px;
}
.ngk-form label .lbl-required {
  position: absolute;
  right: 0;
  top: 31px;
}
.ngk-form .wpcf7-form-control-wrap {
  width: 60%;
  padding: 25px 20px 20px;
  vertical-align: middle;
  box-sizing: border-box;
  display: table-cell;
}
.ngk-form .form-control, .ngk-form input[type="text"], .ngk-form input[type="email"], .ngk-form input[type="tel"], .ngk-form textarea, .ngk-form select {
  max-width: 100%;
  width: 480px;
  background: #fff;
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #e7e9ee;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 15px;
  box-shadow: none;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ngk-form .form-control:focus, .ngk-form input[type="text"]:focus, .ngk-form input[type="email"]:focus, .ngk-form input[type="tel"]:focus, .ngk-form textarea:focus, .ngk-form select:focus {
  border-color: #aeb6bf;
  box-shadow: 0 0 0 3px rgba(0, 114, 206, 0.12);
}
.ngk-form textarea#demande {
  min-height: 140px;
  resize: vertical;
}
.ngk-form ::placeholder {
  color: #9aa0a6;
}
.ngk-form .wpcf7-not-valid {
  border-color: #c62828 !important;
}
.ngk-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #c62828;
}
.ngk-form .wpcf7-response-output {
  border: 1px solid #aeb6bf;
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 14px;
  margin: 16px 0 0;
}
.ngk-form .wpcf7-response-output.wpcf7-validation-errors, .ngk-form .wpcf7-response-output.wpcf7-mail-sent-ng {
  border-color: #c62828;
  color: #c62828;
}
.ngk-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #2e7d32;
  color: #2e7d32;
}
.ngk-form .wpcf7-submit, .ngk-form .btn.blue.border-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid #0072ce !important;
  background: #0072ce !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.02s ease;
  text-transform: none;
}
.ngk-form .wpcf7-submit:hover, .ngk-form .btn.blue.border-blue:hover {
  filter: brightness(0.96);
}
.ngk-form .wpcf7-submit:active, .ngk-form .btn.blue.border-blue:active {
  transform: translateY(1px);
}
.ngk-form .text-center {
  margin-top: 8px;
}
.ngk-form [style*="margin:10px 0"] {
  margin: 12px 0 !important;
}
.wrp-nav-link .nav-link .nav-link__inner li:before {
  display: none;
}
.lst-news .ir:before {
  display: none;
}
.l-header__dropdown__inner ul > li.has-sub ul li.is-active > a {
  color: white !important;
}
@media (max-width: 1600px) {
  .box-media02__description, .box-media02__button {
    margin-top: 25px;
  }
}
@media (max-width: 1300px) {
  .box-media02__description, .box-media02__button {
    margin-top: 15px;
  }
  .box-media02__inner {
    background-color: transparent;
  }
  .box-media02__wrp {
    width: calc(100% - 50px);
    background: var(--color-primary-opacity);
    padding: 25px;
    left: 25px;
  }
  .box-media02__wrp .btn {
    padding: 15px 15px;
  }
}
@media (max-width: 992px) {
  .box-mainvisual .box-mainvisual__item--kaiketu .box-mainvisual__txt {
    top: 10% !important;
  }
  .box-mainvisual .box-mainvisual__item--kaiketu .box-mainvisual__title {
    width: 50vw !important;
  }
  .l-prefooter .newsletter_part {
    display: block;
  }
}
@media (max-width: 768px) {
  .box-heading.with_img .box-heading__inner {
    width: calc(100% - 50px);
    padding: 25px;
  }
  .box-card-03 .box-card-03__item {
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
  }
  .box-mainvisual__image .visible-pc {
    display: block !important;
  }
  .box-mainvisual .box-mainvisual__item--kaiketu .box-mainvisual__txt {
    left: 5% !important;
    width: calc(100% - 10%) !important;
    top: 5% !important;
    height: 90% !important;
    max-width: 100% !important;
  }
  .box-mainvisual .box-mainvisual__link {
    width: inherit !important;
    max-width: 175px;
  }
}
@media (max-width: 576px) {
  .box-card-03 .box-card-03__item {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
}
[id] {
  scroll-margin-top: 120px;
  /* adapte à la hauteur réelle de ta navbar */
}
