/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \*******************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss (1) ***!
  \***********************************************************************************************************************************************/
@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Montserrat", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 0;
}

a:focus,
button:focus {
  outline: none;
}

header {
  position: relative;
  z-index: 99;
}

.container {
  max-width: 1570px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.bar-menu {
  position: relative;
  min-height: 100px;
}
.bar-menu .logo-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.menu-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.menu-row,
.menu-box,
#mainmenu {
  width: 100%;
}

.inner-menu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.inner-menu img {
  display: block;
}
.inner-menu .ico-search {
  cursor: pointer;
}
.inner-menu .search {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
}
.inner-menu .search-box {
  position: absolute;
  background: #fff;
  right: 50px;
  top: -10px;
  width: 0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s;
}
.inner-menu .search-box form {
  padding: 5px;
  position: relative;
}
.inner-menu .search-box [type=text] {
  border-radius: 6px;
  border: 1px solid #000;
  height: 35px;
  padding: 0 10px;
  width: 100%;
}
.inner-menu .search-box [type=submit] {
  position: absolute;
  top: 15px;
  right: 11px;
  background: url(../images/ico-search.svg) center no-repeat #fff;
  border: none;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.inner-menu .search-box.active {
  width: 180px;
}

.banner .item-banner,
.tch-teams .item-banner {
  overflow: hidden;
  display: flex;
  align-items: end;
  border-radius: 24px;
  overflow: hidden;
}
.banner .item-banner .container,
.tch-teams .item-banner .container {
  position: relative;
  z-index: 2;
}
.banner .item-banner > img,
.tch-teams .item-banner > img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.banner .item-banner .content-slide,
.tch-teams .item-banner .content-slide {
  padding-bottom: 64px;
  max-width: 612px;
}
.banner .item-banner .content-slide .title,
.tch-teams .item-banner .content-slide .title {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #fff;
  letter-spacing: 5px;
}
.banner .item-banner .content-slide .text-banner,
.tch-teams .item-banner .content-slide .text-banner {
  font-family: "Teko", sans-serif;
  font-size: 80px;
  color: #fff;
  padding-bottom: 48px;
}
.banner .item-banner .content-slide a,
.tch-teams .item-banner .content-slide a {
  font-size: 18px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 40px;
  color: #d9ae09;
  text-decoration: none;
  padding: 16px 40px;
  transition: all 0.3s;
  display: flex;
  width: fit-content;
}
.banner .item-banner .content-slide a:hover,
.tch-teams .item-banner .content-slide a:hover {
  color: #fff;
  background: #d9ae09;
}
.banner .slide-banner,
.tch-teams .slide-banner {
  padding-bottom: 46px;
}
.banner .control-banner,
.tch-teams .control-banner {
  position: static;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-bottom: 15px;
  padding-top: 35px;
}
.banner .swiper-button-next,
.banner .swiper-button-prev,
.tch-teams .swiper-button-next,
.tch-teams .swiper-button-prev {
  position: static;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #f5f5f5;
  margin: 0;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after,
.tch-teams .swiper-button-next:after,
.tch-teams .swiper-button-prev:after {
  font-size: 16px;
}
.banner .swiper-button-next,
.banner .swiper-rtl .swiper-button-prev,
.tch-teams .swiper-button-next,
.tch-teams .swiper-rtl .swiper-button-prev {
  right: 0;
}
.banner .swiper-button-prev,
.banner .swiper-rtl .swiper-button-next,
.tch-teams .swiper-button-prev,
.tch-teams .swiper-rtl .swiper-button-next {
  left: 0;
}
.banner .swiper-pagination,
.tch-teams .swiper-pagination {
  position: static;
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  bottom: 0;
}
.banner .swiper-pagination-bullet,
.tch-teams .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #000;
  border: 1px solid #000;
  opacity: 0.3;
  vertical-align: middle;
  margin: 0 10px !important;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active,
.tch-teams .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  width: 22px;
  height: 22px;
  opacity: 1;
}

.content-banner {
  max-width: 870px;
  width: 100%;
}
.content-banner h2 {
  font-size: 46px;
  color: #fff;
  padding-bottom: 15px;
  font-family: "URW Geometric Bold";
}
.content-banner p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-family: "URW Geometric Light";
  padding-bottom: 40px;
}
.content-banner a {
  text-decoration: none;
  border-radius: 42px;
  background: #fff;
  color: #000;
  padding: 12px 25px;
  font-size: 20px;
  font-family: "URW Geometric SemiBold";
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
}

.tch-company {
  padding: 96px 0;
  background: #f8f8f8;
}

.box-company {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-company .visu {
  width: 45%;
}
.box-company .visu img {
  display: block;
  width: 100%;
  border-radius: 32px;
}
.box-company .desc {
  width: 55%;
  padding-left: 80px;
}
.box-company .desc h2 {
  font-size: 45px;
  color: #cb1f3f;
  font-weight: 700;
  padding-bottom: 24px;
}
.box-company .desc p {
  font-size: 16px;
  color: #353535;
  line-height: 1.3;
  padding-bottom: 32px;
}
.tch-products {
  padding: 125px 0;
  background: #fff;
  overflow: hidden;
}
.tch-products h2 {
  font-size: 38px;
  font-weight: 600;
  padding-bottom: 25px;
}
.tch-products .show-all {
  margin: 0 auto;
}
.tch-products .box-products {
  overflow: inherit;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 80px;
}
.tch-products .box-products .item-products {
  width: 642px;
  display: flex;
  background: #fafafa;
  border-radius: 32px;
  padding: 42px 20px;
  gap: 32px;
}
.tch-products .box-products .item-products .visu-product {
  width: 167px;
  text-align: center;
}
.tch-products .box-products .item-products .visu-product img {
  max-width: 100%;
}
.tch-products .box-products .item-products .name-product {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 24px;
}
.tch-products .box-products .item-products .desc-product {
  width: calc(100% - 167px);
}
.tch-products .box-products .item-products .desc-product p {
  font-size: 15px;
  color: #000;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 60px;
}
.tch-products .box-products .item-products a {
  font-size: 14px;
  border: 1px solid #000;
  font-weight: 600;
  display: flex;
  width: fit-content;
  gap: 16px;
  align-items: center;
  color: #fff;
  background: #000;
  text-decoration: none;
  border-radius: 42px;
  padding: 15px 30px;
  transition: all 0.3s;
}
.tch-products .box-products .item-products a:hover {
  background: #fff;
  color: #000;
}
.tch-products .control-swiper .swiper-button-next:after,
.tch-products .control-swiper .swiper-button-prev:after {
  background: url(../images/arrow-right-dark.svg) center no-repeat;
}
.tch-products .swiper-pagination-pdr.swiper-pagination-clickable .swiper-pagination-bullet {
  background: #000;
  width: 12px;
  height: 12px;
}
.tch-products .swiper-pagination-pdr.swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: #000;
}

.tch-actus {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #08082e;
}
.tch-actus h2 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 48px;
}
.tch-actus .show-all {
  margin: 0 auto;
  display: flex;
}

.slide-actus {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.slide-actus .item-actus {
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}
.slide-actus .item-actus .visu img {
  display: block;
  width: 100%;
}
.slide-actus .item-actus .desc {
  padding: 40px;
}
.slide-actus .item-actus .desc .type {
  font-size: 20px;
  font-weight: 700;
  color: #cb1f3f;
  margin-bottom: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.slide-actus .item-actus .desc .title {
  font-size: 22px;
  font-weight: 600;
  color: #030606;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.slide-actus .item-actus .desc .date {
  font-size: 16px;
  font-weight: 700;
  color: #030606;
  margin-bottom: 15px;
}
.slide-actus .item-actus .desc .txt {
  font-size: 18px;
  font-weight: 300;
  color: #030606;
  margin-bottom: 15px;
  line-height: 1.2;
}
.slide-actus .swiper-button-next,
.slide-actus .swiper-button-prev {
  position: static;
  font-size: 16px;
  color: #fff;
  opacity: 1;
  margin: 0;
}
.slide-actus .swiper-button-next:after,
.slide-actus .swiper-button-prev:after {
  font-size: 16px;
}
.slide-actus .swiper-pagination {
  position: static;
  width: auto;
  margin: 0 30px;
}
.slide-actus .swiper-pagination-bullet {
  background: #000;
  border: 1px solid #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.slide-actus .swiper-pagination-bullet-active {
  background: #fff;
}
.slide-actus .control-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.show-more {
  text-decoration: none;
  border-radius: 42px;
  background: #cb1f3f;
  border: 1px solid #cb1f3f;
  color: #fff;
  padding: 15px 32px;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  transition: all 0.3s;
  font-weight: 600;
}
.show-more:hover {
  background: #fff;
  color: #cb1f3f;
}

.show-all {
  text-decoration: none;
  border-radius: 42px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 14px 32px;
  font-size: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  transition: all 0.3s;
  font-weight: 600;
}
.show-all:hover {
  background: #fff;
  color: #000;
}

.see-more {
  text-decoration: none;
  border-radius: 42px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 14px 32px;
  font-size: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  transition: all 0.3s;
  font-weight: 600;
}
.see-more:hover {
  background: #fff;
  color: #000;
}

.tch-certification {
  padding: 140px 0;
  background: #fff0f4;
}

.box-certification {
  background: #fff;
  border-radius: 38px;
  padding: 70px 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
}
.box-certification .visu {
  width: 45%;
}
.box-certification .visu img {
  display: block;
  width: 100%;
}
.box-certification .desc {
  width: 55%;
  padding-right: 73px;
}
.box-certification .desc h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  padding-bottom: 25px;
}
.box-certification .desc p {
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 60px;
}
.control-swiper {
  position: absolute;
  width: 110px;
  height: 26px;
  top: 0;
  right: 0;
}
.control-swiper .swiper-button-next,
.control-swiper .swiper-button-prev {
  width: 23px;
  height: 26px;
  top: 0;
  left: 0;
}
.control-swiper .swiper-button-next:after,
.control-swiper .swiper-button-prev:after {
  content: "";
  display: block;
  width: 23px;
  height: 26px;
  background: url(../images/arrow-right-white.svg) center no-repeat;
}
.control-swiper .swiper-button-prev:after {
  transform: rotate(180deg);
}
.control-swiper .swiper-button-next {
  left: inherit;
  right: 0;
}

.swiper-pagination-news,
.swiper-pagination-pdr {
  bottom: 0 !important;
}
.swiper-pagination-news.swiper-pagination-clickable .swiper-pagination-bullet,
.swiper-pagination-pdr.swiper-pagination-clickable .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}
.swiper-pagination-news.swiper-pagination-clickable .swiper-pagination-bullet-active,
.swiper-pagination-pdr.swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: #fff;
  border-radius: 10px;
  opacity: 1;
}

.box-news {
  padding: 52px 70px;
  background: #fff;
  border-radius: 38px;
}
.box-news .form-news {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.box-news h2 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
}
.box-news p {
  font-size: 18px;
  color: #000;
  font-weight: 5000;
}
.box-news .field-news {
  width: 365px;
}
.box-news .recptcha {
  width: 256px;
}
.box-news input[type=email] {
  border-radius: 28px;
  border: 1px solid #6e6e6e;
  padding: 16px 24px;
  font-size: 18px;
  color: #000;
  width: 100%;
  height: 54px;
}
.box-news input[type=submit] {
  text-decoration: none;
  border-radius: 42px;
  background: #cb1f3f;
  border: 1px solid #cb1f3f;
  color: #fff;
  padding: 15px 32px;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  transition: all 0.3s;
  font-weight: 600;
}
.box-news input[type=submit]:hover {
  background: #fff;
  color: #cb1f3f;
}

.tch-marques {
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
}
.tch-marques h2 {
  font-size: 38px;
  color: #2a2f35;
  font-weight: 700;
  padding-bottom: 40px;
  text-align: center;
}

.slide-marque {
  position: relative;
  padding-bottom: 50px;
}
.slide-marque .item-marque {
  width: auto;
}
.slide-marque .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.slide-marque .swiper-pagination-bullet-active {
  background: #000000;
}

.tch-timeline {
  background: #f6f6f6;
  padding: 96px 0;
}

.box-timeline {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  /* ligne centrale */
  /* items impairs → gauche */
  /* items pairs → droite */
  /* cercle gauche */
  /* cercle droite */
}
.box-timeline .timeline {
  position: relative;
}
.box-timeline .timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #cb1f3f;
  transform: translateX(-50%);
}
.box-timeline .timeline-item {
  position: relative;
  width: 50%;
}
.box-timeline .timeline-item:before {
  content: "";
  position: absolute;
  top: 20px;
  width: 40px;
  height: 40px;
  background: #cb1f3f;
  border-radius: 50%;
  z-index: 2;
  right: -65px;
}
.box-timeline .timeline-item .time-date {
  font-size: 70px;
  font-weight: 700;
  color: #cb1f3f;
  padding-bottom: 20px;
  text-align: right;
}
.box-timeline .timeline-item .desc {
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
}
.box-timeline .timeline-item .desc .title-time {
  font-size: 27px;
  color: #fff;
  font-weight: 600;
  padding: 24px 32px;
  background: #cb1f3f;
}
.box-timeline .timeline-item .desc .content-desc {
  background: #fff;
  padding: 25px 38px 60px 38px;
}
.box-timeline .timeline-item .desc p {
  font-size: 16px;
  color: #000;
  line-height: 1.3;
}
.box-timeline .timeline-item:nth-child(odd) {
  left: 0;
  padding: 0 48px 0 0;
}
.box-timeline .timeline-item:nth-child(even) {
  left: 50%;
  padding: 0 0 0 48px;
}
.box-timeline .timeline-item:nth-child(even) .desc:before {
  right: inherit;
  left: -66px;
}
.box-timeline .timeline-item:nth-child(odd)::before {
  right: -20px;
}
.box-timeline .timeline-item:nth-child(even)::before {
  left: -20px;
}
.box-timeline .timeline-item:nth-child(even) .time-date {
  text-align: left;
}
.tch-acteur {
  padding: 96px 0;
  background: #fff;
}

.box-acteur {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  align-items: center;
}
.box-acteur .desc {
  width: calc((100% - 80px) / 2);
}
.box-acteur .desc h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 25px;
}
.box-acteur .desc p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.box-acteur .visu {
  width: calc((100% - 80px) / 2);
}
.box-acteur .visu img {
  display: block;
  width: 100%;
  border-radius: 32px;
}

.tch-engagement {
  padding: 160px 0;
  background: #fff0f4;
  overflow: hidden;
}

.slide-engagement {
  position: relative;
  padding-bottom: 80px;
}
.slide-engagement .item-engagement {
  padding: 66px 80px;
  background: #fff;
  border-radius: 38px;
  width: 825px;
}
.slide-engagement .item-engagement h3 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 15px;
  color: #000;
}
.slide-engagement .item-engagement p {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
.slide-engagement .swiper-pagination-bullet-active {
  background: #000;
}

.tch-values {
  padding: 111px 0;
  background: #fff;
}
.tch-values h2 {
  font-size: 36px;
  color: #cb1f3f;
  font-weight: 700;
  padding-bottom: 40px;
}

.slide-values {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.slide-values .item-values {
  background: #cb1f3f;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 61px 35px;
  height: auto;
  gap: 40px;
}
.slide-values .item-values h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.slide-values .item-values h3:first-letter {
  font-size: 45px;
  font-weight: 900;
}
.slide-values .item-values p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.slide-values .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.slide-values .swiper-pagination-bullet-active {
  background: #000;
}

.tch-teams {
  padding: 96px 0;
  background: #cb1f3f;
  overflow: hidden;
}
.tch-teams h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 65px;
}

.slide-teams {
  position: relative;
  padding-bottom: 80px;
}
.slide-teams .item-team {
  background: #fff;
  border-radius: 32px;
  padding: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 525px;
}
.slide-teams .item-team .visu {
  width: 181px;
  height: 173px;
}
.slide-teams .item-team h3 {
  font-size: 28px;
  color: #1d3460;
  font-weight: 700;
}
.slide-teams .item-team p {
  font-size: 27px;
  color: #1d3460;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.tch-demarche {
  padding: 135px 0;
  background: #fff;
}

.box-demarche .visu {
  padding-left: 80px;
}
.box-demarche .visu img {
  display: block;
  width: 100%;
}
.box-demarche .desc {
  max-width: 1130px;
  width: 100%;
  padding: 76px 96px;
  border-radius: 32px;
  max-height: 512px;
  overflow: auto;
  position: relative;
  margin-top: -160px;
  background: rgba(251, 246, 246, 0.9);
}
.box-demarche .desc h2 {
  color: #1d3460;
  font-weight: 700;
  font-size: 41px;
  padding-bottom: 32px;
}
.box-demarche .desc strong {
  font-weight: 22px;
  font-weight: 700;
}
.box-demarche .desc p {
  font-size: 20px;
  font-weight: 600;
  color: #3d3d3d;
  padding-bottom: 24px;
}
.box-demarche .desc a {
  background: #1d3460;
  border: 1px solid #1d3460;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 42px;
  padding: 8px 12px;
  transition: all 0.3s;
}
.box-demarche .desc a:hover {
  background: #fff;
  color: #1d3460;
}
.box-demarche.red h2 {
  color: #cb1f3f;
}
.box-demarche.red p {
  font-weight: 300;
}
.box-demarche.red span {
  color: #cb1f3f;
  font-weight: 600;
}

.tch-ressources {
  background: #cb1f3f;
  padding: 105px 0;
  overflow: hidden;
}
.tch-ressources .title-section {
  padding-bottom: 94px;
  max-width: 700px;
  width: 100%;
}
.tch-ressources .title-section h2 {
  font-size: 41px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 40px;
}
.tch-ressources .title-section p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}

.slide-ressources {
  position: relative;
  padding-bottom: 60px;
}
.slide-ressources .item-ressources {
  display: flex;
  align-items: end;
}
.slide-ressources .item-ressources .visu {
  max-width: 590px;
  width: 100%;
  margin-bottom: 100px;
}
.slide-ressources .item-ressources .visu img {
  display: block;
  width: 100%;
}
.slide-ressources .item-ressources .desc {
  padding: 76px 96px;
  border-radius: 32px;
  position: relative;
  background: rgba(251, 246, 246, 0.9);
  margin-left: -180px;
}
.slide-ressources .item-ressources .desc h3 {
  font-weight: 700;
  font-size: 32px;
  color: #000;
  padding-bottom: 40px;
}
.slide-ressources .item-ressources .desc p {
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  padding-bottom: 60px;
}
.slide-ressources .item-ressources .desc a {
  border: 2px solid #000;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 22px;
  transition: all 0.3s;
  border-radius: 42px;
}
.slide-ressources .item-ressources .desc a:hover {
  background: #000;
  color: #fff;
}
.slide-ressources .swiper-pagination-bullet-active {
  background: #000;
}

.tch-enverenement {
  background: #fff;
  padding: 96px 0;
}

.box-enverenement {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 80px;
}
.box-enverenement .visu {
  width: calc((100% - 80px) / 2);
}
.box-enverenement .visu img {
  display: block;
  width: 100%;
  border-radius: 32px;
}
.box-enverenement .desc {
  width: calc((100% - 80px) / 2);
}
.box-enverenement .desc h2 {
  font-size: 41px;
  font-weight: 700;
  color: #000;
  padding-bottom: 25px;
}
.box-enverenement .desc p {
  color: #353535;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 25px;
}
.box-enverenement .desc a {
  border: 1px solid #000;
  text-decoration: none;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 22px;
  transition: all 0.3s;
  border-radius: 42px;
}
.box-enverenement .desc a:hover {
  background: #fff;
  color: #000;
}

.tch-candidature {
  padding-top: 208px;
  padding-bottom: 208px;
  background: #fff;
}

.box-candidature {
  border: 1px solid #214080;
  border-radius: 32px;
  padding: 72px 96px;
}
.box-candidature h2 {
  font-size: 48px;
  font-weight: 600;
  color: #151515;
  padding-bottom: 32px;
}
.box-candidature p {
  padding-bottom: 32px;
  color: #151515;
  font-size: 20px;
  font-weight: 300;
}

.form .row-form {
  padding-bottom: 24px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.form .option {
  display: flex;
  gap: 9px;
}
.form .option label {
  padding-top: 5px;
}
.form img {
  max-width: 100%;
}
.form .col-option-01 {
  width: 100%;
}
.form .col-option-02 {
  width: calc((100% - 24px) / 2);
}
.form .col-option-03 {
  width: calc((100% - 48px) / 3);
}
.form label {
  display: block;
  font-size: 16px;
  color: #5d596c;
  padding-bottom: 8px;
}
.form input[type=text],
.form input[type=date],
.form input[type=email],
.form input[type=tel],
.form select,
.form textarea {
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #dbdade;
  padding: 16px 24px;
  font-size: 18px;
  color: #5d596c;
  font-family: "Work Sans", sans-serif;
  border-radius: 28px;
}
.form textarea {
  height: 132px;
  padding: 16px;
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icon-select.svg");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-color: #fff;
}
.form input[type=checkbox] {
  min-width: 24px;
  height: 24px;
}
.form .condition {
  display: flex;
  align-items: start;
  gap: 6px;
}
.form .row-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form .row-condition {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 25px;
}
.form .row-condition a {
  color: #d23e5a;
  font-size: 17px;
  font-weight: 700;
}
.form button {
  border: 1px solid #cf5458;
  background: #cf5458;
  border-radius: 42px;
  color: #fff;
  width: 134px;
  height: 46px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Work Sans", sans-serif;
}
.form button:hover {
  background: #fff;
  color: #cf5458;
}
.form .input-file {
  position: relative;
}
.form .input-file input {
  background: #f4f3f6;
}
.form .input-file button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.tch-maps {
  background: #fff;
  padding: 96px 0;
}

.box-maps {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.box-maps .map-coord {
  width: calc(45% - 23px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
}
.box-maps .maps {
  width: 100%;
}
.box-maps .maps img {
  width: 100%;
  display: block;
}
.box-maps .coord-map {
  border-radius: 32px;
  border: 1px solid #bebebe;
  padding: 53px 68px;
}
.box-maps .coord-map h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 40px;
}
.box-maps .coord-map strong {
  font-weight: 700;
}
.box-maps .coord-map p {
  font-size: 18px;
  line-height: 1.2;
}
.box-maps .form-maps {
  width: calc(55% - 23px);
  border: 1px solid #bebebe;
  border-radius: 32px;
  padding: 70px 90px;
}
.box-maps .form-maps h2 {
  font-size: 48px;
  font-weight: 600;
  color: #151515;
  padding-bottom: 30px;
}
.box-maps .form-maps h3 {
  font-size: 20px;
  color: #151515;
  padding-bottom: 24px;
  font-weight: 300;
}
.box-maps .form-maps .form {
  padding: 0;
  border: none;
}
.box-maps .form-maps .form input[type=text],
.box-maps .form-maps .form input[type=date],
.box-maps .form-maps .form input[type=email],
.box-maps .form-maps .form input[type=tel],
.box-maps .form-maps .form select,
.box-maps .form-maps .form textarea {
  border: 1px solid #dbdade;
  border-radius: 35px;
  height: 51px;
}
.box-maps .form-maps .form textarea {
  height: 140px;
}
.box-maps .form-maps .form button {
  border: 1px solid #cf5458;
  background: #cf5458;
  border-radius: 42px;
  color: #fff;
  width: 134px;
  height: 46px;
  font-size: 18px;
}

.footer {
  background: #000;
  padding: 80px 0 64px 0;
}
.footer .container {
  position: relative;
}

.row-middel {
  border-top: 1px solid #cacaca;
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 60px;
  flex-wrap: wrap;
  gap: 35px;
}

.footer-coord {
  max-width: 315px;
}
.footer-coord p {
  font-size: 15px;
  color: #fff;
  line-height: 1.3;
}

.footer-contact {
  max-width: 170px;
  width: 100%;
}
.footer-contact h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 20px;
}
.footer-contact p {
  font-size: 15px;
  color: #fff;
  line-height: 1.3;
}

.link-rsc {
  display: flex;
  gap: 15px;
}

.row-logo-menu-footer {
  display: flex;
  gap: 90px;
  width: 100%;
  padding-bottom: 40px;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
}
.row-logo-menu-footer p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.row-logo-menu-footer .col-logo {
  max-width: 480px;
}

.col-menu {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.col-menu h4 {
  color: #fff;
  white-space: nowrap;
  padding-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.col-menu ul li {
  padding-bottom: 20px;
}
.col-menu ul li a {
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  font-size: 18px;
}

.row-copyright {
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
  text-align: center;
  font-size: 15px;
  color: #c0c0c0;
}

.tch-actualites {
  padding-top: 96px;
  padding-bottom: 96px;
}
.tch-actualites .filtres-actus {
  padding-bottom: 86px;
}
.tch-actualites .filtres-actus .form {
  display: flex;
  gap: 24px;
}
.tch-actualites .filtres-actus .col-option {
  max-width: 160px;
  width: 100%;
}
.tch-actualites .filtres-actus .col-option select {
  background-color: #fff;
  background-position: right 22px center;
  font-size: 16px;
  padding: 12px 20px;
}
.tch-actualites .list-actus {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.tch-actualites .list-actus h2 {
  width: 100%;
  padding-bottom: 30px;
  font-size: 38px;
  color: #000;
  font-weight: 600;
}
.tch-actualites .list-actus .item-actus {
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  width: calc((100% - 80px) / 3);
  border: 1px solid rgba(201, 193, 170, 0.4392156863);
}
.tch-actualites .list-actus .item-actus .visu img {
  display: block;
  width: 100%;
}
.tch-actualites .list-actus .item-actus .desc {
  padding: 40px;
}
.tch-actualites .list-actus .item-actus .desc .type {
  font-size: 20px;
  font-weight: 700;
  color: #cb1f3f;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.tch-actualites .list-actus .item-actus .desc .title {
  font-size: 22px;
  font-weight: 600;
  color: #030606;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.tch-actualites .list-actus .item-actus .desc .date {
  font-size: 16px;
  font-weight: 700;
  color: #030606;
  margin-bottom: 15px;
}
.tch-actualites .list-actus .item-actus .desc .txt {
  font-size: 18px;
  font-weight: 300;
  color: #030606;
  margin-bottom: 15px;
  line-height: 1.2;
  display: -webkit-box; /* Active le mode box WebKit */
  -webkit-box-orient: vertical; /* Orientation verticale */
  -webkit-line-clamp: 3; /* Limite à 3 lignes */
  overflow: hidden;
}

.tch-pagination {
  padding-top: 60px;
}
.tch-pagination ul {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.tch-pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #df383e;
  border-radius: 50%;
  color: #2a2f35;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
}
.tch-pagination ul li a.crrent {
  background: #df383e;
  border: 1px solid #df383e;
  color: #fff;
}
.tch-pagination ul li a.prev, .tch-pagination ul li a.next {
  width: auto;
  height: auto;
  color: #df383e;
  font-size: 18px;
  position: relative;
  padding-right: 45px;
  border: none;
  border-radius: 40px;
  padding: 13px 24px;
  display: flex;
  gap: 10px;
}
.tch-pagination ul li a.next:after {
  content: "";
  display: inline-block;
  background: url(../images/arrow-right-orange.svg) center no-repeat;
  width: 34px;
  height: 34px;
}
.tch-pagination ul li a.prev:before {
  content: "";
  display: inline-block;
  background: url(../images/arrow-right-orange.svg) center no-repeat;
  width: 34px;
  height: 34px;
  transform: rotate(180deg);
}

.link-back {
  margin-bottom: 50px;
}
.link-back a {
  display: flex;
  width: fit-content;
  border-radius: 40px;
  border: 1px solid #040708;
  gap: 10px;
  padding: 16px 32px;
  font-size: 16px;
  color: #1f242c;
  text-decoration: none;
}

.tch-detail-art {
  padding-top: 105px;
  padding-bottom: 105px;
}
.tch-detail-art .visu {
  margin-bottom: 48px;
}
.tch-detail-art .visu img {
  display: block;
  width: 100%;
  border-radius: 32px;
}
.tch-detail-art .date {
  font-size: 20px;
  color: #cb1f3f;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.tch-detail-art .date span {
  font-size: 16px;
  color: #1d3460;
  font-weight: 400;
  border-radius: 40px;
  border: 1px solid #1d3460;
  padding: 16px 30px;
}
.tch-detail-art strong {
  font-weight: 700;
}
.tch-detail-art p {
  font-size: 22px;
  font-weight: 500;
  color: #414141;
  line-height: 1.3;
  padding-bottom: 30px;
}
.tch-detail-art ul {
  list-style: disc;
  padding-left: 35px;
  padding-bottom: 30px;
}
.tch-detail-art ul li {
  font-size: 22px;
  font-weight: 500;
  color: #414141;
  line-height: 1.3;
}

.title-news {
  font-size: 36px;
  font-weight: 700;
  color: #1d3460;
  padding-bottom: 30px;
  text-align: center;
  line-height: 1.2;
}

.share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 35px;
}
.share span {
  color: #2a2f35;
  font-size: 18px;
  font-weight: 700;
}
.share ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  list-style: none;
  padding: 0;
}
.share ul img {
  display: block;
}

.box-detail-art {
  max-width: 1005px;
  width: 100%;
  margin: 0 auto;
}

.gns-audited {
  padding: 125px 0;
  background: #faefe5;
}
.gns-audited .table {
  padding-bottom: 48px;
  overflow: auto;
}
.gns-audited .table table {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 670px;
}
.gns-audited .table thead {
  background: #d39053;
  color: #fff;
  font-size: 24px;
  font-family: "URW Geometric SemiBold";
}
.gns-audited .table thead th {
  padding: 16px 24px;
}
.gns-audited .table thead th:first-child {
  text-align: left;
}
.gns-audited .table thead th:last-child {
  text-align: right;
}
.gns-audited .table tbody {
  background: #fff;
}
.gns-audited .table tbody tr {
  border-bottom: 1px solid #e4e4e4;
}
.gns-audited .table tbody td {
  text-align: center;
  padding: 16px 24px;
  font-family: "URW Geometric Medium";
  font-size: 22px;
  color: #000;
}
.gns-audited .table tbody td:first-child {
  text-align: left;
}
.gns-audited .table tbody td:last-child {
  text-align: right;
}
.gns-audited .table tfoot {
  background: #fff;
}
.gns-audited .table tfoot td {
  text-align: left;
  padding: 16px 24px;
  font-family: "URW Geometric Medium";
  font-size: 22px;
  color: #000;
}

.tch-list-product {
  padding: 138px 0;
}

.box-list-product {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}
.box-list-product .item-pdr {
  width: calc((100% - 56px) / 2);
  background: #cb1f3f;
  border-radius: 32px;
  padding: 42px 51px 46px 20px;
  display: flex;
  align-items: center;
}
.box-list-product .item-pdr .visu {
  width: 167px;
}
.box-list-product .item-pdr .visu img {
  max-width: 100%;
}
.box-list-product .item-pdr .desc {
  width: calc(100% - 167px);
}
.box-list-product .item-pdr .desc .name-product {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 24px;
  color: #fff;
}
.box-list-product .item-pdr .desc p {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 60px;
}
.box-list-product .item-pdr .desc a {
  font-size: 14px;
  border: 1px solid #fff;
  font-weight: 600;
  display: flex;
  width: fit-content;
  gap: 16px;
  align-items: center;
  color: #cb1f3f;
  background: #fff;
  text-decoration: none;
  border-radius: 42px;
  padding: 13px 26px;
  transition: all 0.3s;
}
.box-list-product .item-pdr .desc a:hover {
  background: #cb1f3f;
  color: #fff;
}

.tch-detail-pdr {
  padding: 80px 0;
}

.box-detail-pdr {
  max-width: 1115px;
  width: 100%;
  margin: 0 auto;
}
.box-detail-pdr .banner-pdr {
  margin-bottom: 58px;
}
.box-detail-pdr .banner-pdr img {
  display: flex;
  width: 100%;
  border-radius: 32px;
}
.box-detail-pdr .box-pdr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-detail-pdr .box-pdr .visu {
  width: 200px;
  padding-right: 15px;
}
.box-detail-pdr .box-pdr .visu img {
  max-width: 100%;
}
.box-detail-pdr .box-pdr .desc {
  width: calc(100% - 200px);
}
.box-detail-pdr .box-pdr .desc p {
  font-size: 20px;
  font-weight: 500;
  color: #2a2f35;
  line-height: 1.3;
  padding-bottom: 30px;
}
.box-detail-pdr .box-pdr .desc .intro-pdr {
  padding-bottom: 30px;
}
.box-detail-pdr .box-pdr .desc .intro-pdr h3 {
  text-align: center;
  color: #cb1f3f;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.box-detail-pdr .box-pdr .desc .intro-pdr h3 span {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  color: #cb1f3f;
  padding-top: 20px;
}

.tch-cles {
  padding: 113px 0;
}
.tch-cles .banner-cles {
  max-width: 1117px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 108px;
}
.tch-cles .banner-cles img {
  display: block;
  width: 100%;
  border-radius: 32px;
}
.tch-cles .box-cles {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
.tch-cles .box-cles a {
  width: calc((100% - 140px) / 3);
}
.tch-cles .box-cles a img {
  display: block;
  width: 100%;
}

.gns-performance {
  padding: 125px 0;
  background: #faefe5;
}

.box-performance {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.box-performance .item-perf {
  width: calc((100% - 80px) / 3);
  background: #fff;
  padding: 56px 32px;
  border-radius: 16px;
}
.box-performance .item-perf .title {
  text-align: center;
  font-size: 28px;
  font-family: "URW Geometric Bold";
  padding-bottom: 35px;
}
.box-performance .item-perf .illus {
  padding-bottom: 10px;
}
.box-performance .item-perf .illus img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.box-performance .item-perf .detail {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.box-performance .item-perf .detail .line-detail {
  display: flex;
  justify-content: space-between;
}
.box-performance .item-perf .detail .line-detail span {
  font-family: "URW Geometric Medium";
  font-size: 22px;
  color: #000;
}
.box-performance .item-perf .detail .line-detail span:first-child {
  opacity: 0.5;
}

.box-investor {
  margin-top: 70px;
}
.box-investor .box-infos-investor {
  display: flex;
  flex-wrap: wrap;
  padding: 48px;
  background: #faefe5;
  border-radius: 32px;
  gap: 40px;
}
.box-investor .box-infos-investor .item-inves {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 2);
  gap: 15px;
}
.box-investor .box-infos-investor .item-inves h4 {
  color: #d39053;
  font-size: 34px;
  font-family: "URW Geometric SemiBold";
}
.box-investor .box-infos-investor .item-inves p {
  font-size: 22px;
  color: #000;
}

.gns-shared {
  padding: 125px 0;
  background: #fffaf6;
}

.line-shared {
  background: #faefe5;
  padding: 40px;
  border-radius: 8px;
  font-size: 32px;
  font-family: "URW Geometric SemiBold";
  display: flex;
  color: #000;
  gap: 24px;
  align-items: center;
  margin-bottom: 64px;
}

.box-shared .visu {
  padding-left: 95px;
}
.box-shared .visu img {
  display: block;
  border-radius: 32px;
  width: 100%;
}
.box-shared .desc {
  max-width: 1130px;
  width: 100%;
  padding: 72px 95px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  margin-top: -195px;
}
.box-shared .desc h2 {
  font-size: 48px;
  font-family: "URW Geometric SemiBold";
  color: #000;
  padding-bottom: 25px;
}
.box-shared .desc h2 span {
  font-family: "Alegreya", serif;
  font-style: italic;
}
.box-shared .desc p {
  font-size: 22px;
  font-family: "URW Geometric Light";
  line-height: 28px;
}
.box-shared .desc ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 3px solid #d39053;
  padding-left: 35px;
  list-style: disc;
  margin-top: 32px;
}
.box-shared .desc ul li {
  font-size: 22px;
  font-family: "URW Geometric Light";
  line-height: 28px;
}
.box-shared .desc ul li strong {
  font-family: "URW Geometric Bold";
}

.gns-stories {
  padding: 125px 0;
  background: #fffaf6;
}

.box-stories {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.box-stories .item-stories {
  width: calc((100% - 80px) / 3);
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 48px;
  border-radius: 32px;
}
.box-stories .item-stories:before {
  content: "";
  display: block;
  background: url(../images/ico-story.svg);
  width: 62px;
  height: 40px;
}
.box-stories .item-stories .desc {
  font-size: 22px;
  font-family: "Alegreya", serif;
  font-style: italic;
  line-height: 1.2;
  padding: 24px 20px 24px 0;
}
.box-stories .item-stories .voice {
  font-size: 20px;
  font-family: "URW Geometric SemiBold";
  padding-bottom: 25px;
  color: #000;
  opacity: 0.5;
}
.box-stories .item-stories .name-illus {
  display: flex;
  gap: 15px;
  align-items: center;
}
.box-stories .item-stories .name-illus img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.box-stories .item-stories .name span {
  font-size: 14px;
  color: #d39053;
  font-family: "URW Geometric Medium";
  display: block;
}
.box-stories .item-stories .name span.post-relation {
  color: #000;
  font-size: 26px;
  font-family: "URW Geometric Bold";
  padding-top: 5px;
}

.gns-commites-connected {
  background: #fffaf6;
}
.gns-commites-connected .box-commites .item-commites .desc {
  gap: inherit;
}
.gns-commites-connected .box-commites .item-commites .desc .name {
  padding-bottom: 10px;
}
.gns-commites-connected .box-commites .item-commites .desc .text {
  padding-bottom: 40px;
}
.gns-commites-connected .box-commites .item-commites .desc .scope {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gns-tours {
  background: #faefe5;
  padding: 125px 0;
  overflow: hidden;
}

#chart-01 {
  width: 100%;
  height: 303px;
}

#chart-02 {
  width: 100%;
  height: 303px;
}

#chart-03 {
  width: 100%;
  height: 303px;
}

.hasFnd {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hasFnd > img {
  display: none;
}

.inner-banner {
  height: 395px;
  display: flex;
  align-items: end;
  padding-bottom: 80px;
  background-color: #f8e2e3;
}
.inner-banner .bread-crumb {
  padding-bottom: 30px;
}
.inner-banner .bread-crumb ul {
  display: flex;
  gap: 16px;
  align-items: center;
}
.inner-banner .bread-crumb ul li {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.inner-banner .bread-crumb ul li a {
  color: #000;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  display: grid;
  gap: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.inner-banner .bread-crumb ul li a:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../images/Chevron-right.svg) no-repeat;
}
.inner-banner h1 {
  font-size: 22px;
  color: #cb1f3f;
  padding-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.inner-banner p {
  font-size: 28px;
  color: #000;
  font-weight: 500;
}
.inner-banner.hasFnd .bread-crumb ul li {
  color: #fff;
}
.inner-banner.hasFnd .bread-crumb ul li a {
  color: #fff;
}
.inner-banner.hasFnd .bread-crumb ul li a:after {
  background: url(../images/Chevron-right-white.svg) no-repeat;
}
.inner-banner.hasFnd h1 {
  color: #fff;
}
.inner-banner.hasFnd p {
  color: #fff;
}
.inner-banner.emplois .bread-crumb ul li {
  color: #000;
}
.inner-banner.emplois .bread-crumb ul li a {
  color: #000;
}
.inner-banner.emplois .bread-crumb ul li a:after {
  background: url(../images/Chevron-right.svg) no-repeat;
}
.inner-banner.emplois h1 {
  color: #cb1f3f;
}
.inner-banner.emplois p {
  color: #fff;
}

.mask-modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
  background: #cb1f3f;
}

.mask-modal.show {
  display: flex;
}

.mask-modal .modal-tch {
  max-width: 720px;
  width: 100%;
  height: 520px;
  padding: 10px 30px 30px 30px;
  text-align: center;
}

.mask-modal .modal-tch img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.mask-modal .modal-tch .content-modal {
  padding-top: 30px;
}

.mask-modal .modal-tch h2 {
  font-size: 57px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 35px;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
}

.mask-modal .modal-tch p {
  font-size: 20px;
  color: #fff;
  padding-bottom: 35px;
  line-height: 1.3;
  max-width: 432px;
  width: 100%;
  margin: 0 auto;
}

.mask-modal .modal-tch a {
  display: inline-block;
  border: 1px solid #1d3460;
  background: #1d3460;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 32px;
  transition: all 0.3s;
  border-radius: 40px;
}
.mask-modal .modal-tch a:hover {
  color: #1d3460;
  background: #fff;
  border: 1px solid #fff;
}

.mask-modal .modal-tch .remembre {
  padding-top: 25px;
  font-weight: 700;
}

.tch-teams .control-banner {
  padding-top: 65px;
}
.tch-teams .control-banner .swiper-pagination-clickable .swiper-pagination-bullet {
  background: #fff;
  border-color: #fff;
}
.tch-teams .control-banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  border-color: #000;
}

.menu-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-row ul li {
  font-size: 15px;
  margin-right: 15px;
}
.menu-row ul li:last-child {
  margin-right: 0;
}
.menu-row ul li a {
  text-decoration: none;
  color: #2a2f35;
  padding: 55px 8px;
  display: inline-block;
  transition: 350ms all;
  font-size: 20px;
  position: relative;
  font-weight: 600;
}
.menu-row ul li a.active {
  font-weight: 700;
}
.menu-row ul li a:hover {
  color: #cb1f3f;
}

.menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.menu-box .logo {
  max-width: 140px;
}
.menu-box .logo img {
  width: 100%;
}

.menu {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
  .bar-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu {
    display: flex !important;
  }
  .menu .megamenu > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 28px;
    display: none;
  }
  .menu .megamenu > a:hover:after {
    display: block;
  }
  .menu li .sub-menu {
    transition: 350ms all;
  }
  .menu li:hover > .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .menu li.megamenu > a {
    padding-right: 20px;
    position: relative;
  }
  .menu li.megamenu > a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #030606;
    border-bottom: 2px solid #030606;
    transform: translate(0, -50%) rotate(45deg);
  }
  .menu li .sub-menu {
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    min-width: 250px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
  }
  .menu li .sub-menu li {
    margin-right: 0;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
  }
  .menu li .sub-menu li:last-child {
    border: none;
  }
  .menu li .sub-menu li a {
    color: #000000;
    padding: 15px 20px;
    display: block;
    font-size: 16px;
  }
  .menu li .sub-menu li a:before {
    right: 15px;
    transform: rotate(-45deg);
  }
  .menu li .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 1360px) {
  .menu-row ul li a {
    padding: 35px 5px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1224px) {
  .menu-row ul li {
    margin-right: 10px;
  }
  .menu-row ul li a {
    padding: 32px 5px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .menu-box {
    justify-content: flex-end;
    padding-top: 40px;
  }
  .link-rs ul {
    display: none;
  }
  #menu_trigger {
    height: 22px;
    width: 30px;
    display: inline-block;
  }
  #menu_trigger .menulines {
    margin-top: 9px;
    position: relative;
    display: block;
  }
  #menu_trigger .menulines, #menu_trigger .menulines:before, #menu_trigger .menulines:after {
    content: "";
    height: 2px;
    width: 30px;
    border-radius: 5px;
    background: #000;
  }
  #menu_trigger .menulines:before, #menu_trigger .menulines:after {
    position: absolute;
    left: 0;
  }
  #menu_trigger .menulines:before {
    top: -9px;
  }
  #menu_trigger .menulines:after {
    top: 9px;
  }
  .menu-row .mobile-menu {
    display: none;
    position: absolute;
    left: -15px;
    right: -15px;
    top: calc(100% + 15px);
    background: #fff;
    overflow: hidden;
    text-align: left;
    padding-top: 30px;
    height: 100vh;
  }
  .menu-row .mobile-menu ul {
    transition: 350ms all;
    display: block;
  }
  .menu-row .mobile-menu li {
    margin: 0;
    font-size: 16px;
  }
  .menu-row .mobile-menu li a {
    color: #2a2f35;
    display: block;
    position: relative;
    padding: 15px 20px;
  }
  .menu-row .mobile-menu li a:hover {
    color: #ffeb3b;
  }
  .menu-row .mobile-menu li a .navtrigger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: #000;
  }
  .menu-row .mobile-menu li a .navtrigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .menu-row .mobile-menu li .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fffaf6;
    height: 100%;
    transition: 350ms all;
    z-index: 1;
    padding-top: 30px;
  }
  .menu-row .mobile-menu li .sub-menu li {
    font-size: 14px;
  }
  .menu-row .mobile-menu li .sub-menu .backmenu-row {
    position: relative;
    padding: 20px;
    padding-left: 50px;
    background: #fffaf6;
    font-size: 16px;
  }
  .menu-row .mobile-menu li .sub-menu .backmenu-row .back-trigger {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    display: block;
    background: white;
    border: 1px solid #000;
  }
  .menu-row .mobile-menu li .sub-menu .backmenu-row .back-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .menu-row .mobile-menu li .sub-menu .backmenu-row em {
    font-style: normal;
    color: #000;
  }
  .menu-row .mobile-menu li.sub-open > .sub-menu {
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .bar-menu {
    padding-right: 0;
  }
  .bar-menu .logo-box {
    position: absolute;
    top: 18px;
    left: 15px;
    transform: translate(0%, 0%);
    margin-left: 0;
  }
  #mainmenu {
    text-align: right;
  }
}
@media only screen and (max-width: 900px) {
  .box-timeline .timeline:before {
    left: 5px !important;
  }
  .box-timeline .timeline-item {
    width: 100%;
    padding: 0 0 0 55px !important;
    left: 0 !important;
  }
  .box-timeline .timeline-item .desc {
    margin-bottom: 50px;
  }
  .box-timeline .timeline-item .desc:before {
    right: inherit !important;
    left: -67px !important;
  }
  .box-timeline .timeline-item:nth-child(odd):before, .box-timeline .timeline-item:nth-child(even):before {
    left: -14px;
    right: inherit;
  }
  .box-timeline .timeline-item:after {
    right: inherit !important;
    left: -82px !important;
  }
  .box-timeline .timeline-item .time-date {
    text-align: left;
  }
  .slide-engagement .item-engagement {
    width: 540px;
    padding: 30px;
  }
  .tch-products .box-products .item-products {
    width: 500px;
  }
  .tch-actualites .list-actus .item-actus {
    width: calc((100% - 40px) / 2);
  }
  .box-list-product .item-pdr {
    width: 100%;
  }
  .tch-cles .box-cles a {
    width: calc((100% - 70px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .box-certification .desc {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .box-certification .visu {
    width: 100%;
  }
  .box-company .visu {
    width: 100%;
    padding-bottom: 30px;
  }
  .box-company .desc {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .box-acteur .desc {
    width: 100%;
  }
  .box-acteur .visu {
    width: 100%;
  }
  .slide-teams .item-team {
    width: 460px;
    padding: 25px;
  }
  .box-enverenement .visu {
    width: 100%;
  }
  .box-enverenement .desc {
    width: 100%;
  }
  .box-candidature {
    padding: 25px;
  }
  .form .col-option-02 {
    width: 100%;
  }
  .box-maps .map-coord {
    width: 100%;
  }
  .box-maps .form-maps {
    width: 100%;
    padding: 25px;
  }
  .tch-candidature {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .box-demarche .visu {
    padding-left: 0;
  }
  .box-demarche .desc {
    margin-top: 0;
    padding: 25px;
  }
  .slide-ressources .item-ressources {
    flex-wrap: wrap;
  }
  .slide-ressources .item-ressources .visu {
    margin-bottom: 10px;
  }
  .slide-ressources .item-ressources .desc {
    padding: 35px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 660px) {
  .box-enverenement .desc h2 {
    font-size: 31px;
  }
  .slide-teams .item-team h3 {
    font-size: 21px;
  }
  .slide-teams .item-team p {
    font-size: 17px;
  }
  .slide-teams .item-team {
    width: 335px;
  }
  .slide-engagement .item-engagement h3 {
    font-size: 23px;
  }
  .slide-engagement .item-engagement {
    width: 380px;
  }
  .slide-engagement .item-engagement p {
    font-size: 16px;
  }
  .tch-engagement {
    padding: 50px 0;
  }
  .box-acteur .desc h2 {
    font-size: 27px;
  }
  .box-certification {
    padding: 25px;
  }
  .box-news {
    padding: 25px;
    border-radius: 16px;
  }
  .tch-actualites .list-actus .item-actus {
    width: 100%;
  }
  .tch-cles .box-cles a {
    width: 100%;
  }
  .box-detail-pdr .box-pdr .visu {
    margin: 0 auto;
  }
  .box-detail-pdr .box-pdr .desc {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map*/