@charset "utf-8";
/*!
Theme Name: wp-blank-theme-krealid
Description: Thème blank de Kréalid
Text Domain: wp-blank-theme-krealid
Version: 1.0.0
Author: Kréalid
Author URI: http://www.krealid.com
*/
@font-face {
  font-family: 'National 2 Condensed';
  src: url('/wp-content/themes/kfc/fonts/National2Condensed-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'National 2';
  src: url('/wp-content/themes/kfc/fonts/National2-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'National 2 Condensed light';
  src: url('/wp-content/themes/kfc/fonts/National2Condensed-Light.otf') format('opentype');
}
@font-face {
  font-family: 'National 2 Condensed Bold';
  src: url('/wp-content/themes/kfc/fonts/National2Condensed-Bold.otf') format('opentype');
}
.btn {
  padding: 16px 32px;
  text-transform: uppercase;
  transition: all 0.2s;
}
.btn__red {
  background-color: #E41F1B;
  color: #fff;
}
.btn__red:hover {
  background-color: #000;
}
/**
 * BREAKPOINT (for-size)
 * 
 * deprecated
 */
/**
 * FLEXBOX (flex)
 * 
 * @mixin .flex(@wrap: nowrap, @justify: flex-start, @align-items: stretch, @align-content: stretch, @direction: row)
 * @param {mixed} @wrap Taille
 * @param {mixed} @justify Règle
 * @param {mixed} @align-items Règle2
 * @param {mixed} @align-content Règle2
 * @param {mixed} @direction Règle2
 */
/**
 * FLUID TYPOGRAPHY (fluid-type)
 * Défini une typo fluide entre 2 breakpoints à partir d'une taille de font minimum et maximum.
 * 
 * @mixin .fluid-type(@min_width, @max_width, @min-font-size, @max-font-size)
 * @param {int} @min_width Taille d'écran de départ
 * @param {int} @max_width Taille d'écran d'arrivée
 * @param {int} @min-font-size Taille du texte pour la taille d'écran de départ
 * @param {int} @max-font-size Taille du texte pour la taille d'écran d'arrivée
 */
/**
 * STRETCHED LINK (stretched-link)
 * Permet de rendre tout un bloc cliquable grâce au pseudo-élément `::after` de l'élément `<a>` enfant.
 */
.stretched-link {
  position: relative;
}
.stretched-link a[href]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
/**
 * ASPECT RATIO (fixed-ratio)
 * Permet de définir le ratio d'un conteneur et indique à ses déscendants direct de recouvrir tout le bloc.
 */
/**
 * VIEWPORT SIZE (vw-size)
 * Permet de calculer une taille en VW à partir d'une taille en PX
 */
/**
 * GRID (grid)
 */
/* resource : https://css-tricks.com/an-auto-filling-css-grid-with-max-columns/ */
/**
 * FLEXGRID (flexgrid)
 */
/**
 * ASPECT-RATIO (aspect-ratio)
 */
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
a,
abbr,
address,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
label,
legend,
li,
object,
ol,
p,
pre,
q,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}
article,
aside,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
main,
nav,
object,
section,
video {
  display: block;
}
ul li {
  list-style-type: none;
  font-family: 'National 2';
}
img {
  max-width: 100%;
  height: auto;
}
a {
  background: transparent;
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
a img {
  border: 0;
}
button,
input {
  font: inherit;
  color: inherit;
  line-height: normal;
}
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  text-align: inherit;
  overflow: visible;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
sub {
  font-size: 0.75em;
  vertical-align: baseline;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
body.nav-open {
  overflow: hidden;
}
/*-------------------------------------------*\
	BASICS
\*-------------------------------------------*/
.single-post ul li {
  font-size: 22px;
}
.picto_chicken {
  position: absolute;
  bottom: 0;
  right: 0;
}
.picto_open {
  max-width: 115px;
}
.picto_manus {
  position: absolute;
  bottom: calc(50% - 20px);
  right: 10px;
}
.picto_force {
  position: absolute;
  right: 10px;
  top: 10px;
}
/**
 * body
 *
 */
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}
body {
  color: black;
  line-height: 1.4;
  cursor: default;
  -webkit-text-size-adjust: none;
}
body::after {
  content: 'mobile';
  display: none;
}
body .main,
body p,
body h1,
body h2,
body h3,
body .header {
  font-family: "National 2 Condensed", sans-serif;
}
/**
 * selection
 *
 */
::-moz-selection {
  color: #FFFFFF;
  background-color: #000;
}
::selection {
  color: #FFFFFF;
  background-color: #000;
}
/**
 * paragraph
 *
 */
p + p,
p + blockquote,
blockquote + p,
blockquote + blockquote {
  margin: 1.3em 0;
}
/**
 * screen-reader-text
 *
 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
/*-------------------------------------------*\
	GLOBAL
\*-------------------------------------------*/
/**
 * wrap
 *
 */
.wrap,
.grid {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.slick-prev:before {
  display: none;
}
.slick-next:before {
  display: none;
}
.post-template-default {
  overflow-x: hidden;
}
.container-fluid {
  padding: 0;
}
.container-cv {
  padding: 0 12px;
  max-width: 1016px;
}
.page-template-template-example .container-fluid.hero {
  background-color: #E41F1B;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}
.page-template-template-example h1 {
  color: #fff;
  font-size: 48px;
  text-shadow: 1px 1px 18px #242424;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 800px;
}
.page-template-template-example .container.classic {
  margin-bottom: 8rem;
}
.page-template-template-example .container.classic h2.wp-block-heading {
  margin: 1.5rem 0;
}
.page-template-template-example .container.classic h3.wp-block-heading {
  margin: 1rem 0;
}
.scroll-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  width: 96vw;
  padding: 0 12px;
}
.fixed-width-content {
  width: 1016px;
  padding: 20px;
}
.header {
  background-color: #fff;
  /* Menu mobile */
}
.header-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .content-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  z-index: 2000;
  padding: 1rem;
}
.header .content-nav .col-logo {
  display: flex;
  align-items: center;
  gap: 5vw;
}
.header .content-nav .col-logo .slogan {
  display: none;
  flex-direction: column;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
}
.header .content-nav .col-logo .slogan__txt {
  color: #000;
  text-align: center;
  font-family: 'National 2 Condensed Bold';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 85%;
  text-transform: uppercase;
}
.header .content-nav .col-logo .slogan__motif {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.header .content-nav .burger-menu {
  display: none;
}
.header .main-nav {
  align-items: center;
  padding: 1rem;
}
.header .main-nav .nav-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header .main-nav .nav-links li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.header .main-nav .nav-links li a {
  text-decoration: none;
  text-align: center;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1rem;
  transition: all ease-in-out 0.2s;
  margin-left: 1rem;
  font-family: 'National 2 Condensed Bold';
}
.header .main-nav .nav-links li a:hover {
  color: #E41F1B;
}
.header .main-nav .nav-links li.show_mob {
  display: none;
}
.header .main-nav .nav-links li:last-child a {
  background-color: #E41F1B;
  color: #fff;
  padding: 16px 32px;
  margin-left: 1rem;
  display: block;
}
.header .main-nav .nav-links li:last-child:hover a {
  background-color: #000;
  color: #fff;
}
.header .main-nav .nav-links li.menu-item-has-children .sub-menu {
  display: none;
}
.header .main-nav .nav-links li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 0.5rem 1rem;
  text-align: left;
  margin-left: 0;
}
.header .main-nav .nav-links li.menu-item-has-children .sub-menu li:last-child a {
  background-color: #000;
  color: white;
  padding: 1rem;
  text-align: center;
}
.footer {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 72px 0 109px 0;
}
.footer__container {
  justify-content: space-between;
}
.footer__container.d-flex {
  display: block !important;
}
.footer__logo h3 {
  font-size: 48px;
  margin-top: 27px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 27px;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
}
.footer__logo .bucket {
  scale: 0.7;
}
.footer__motifs {
  position: absolute;
  /* postulat de départ */
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer__menu .footer-menu-items li {
  margin-bottom: 27px;
}
.footer__menu .footer-menu-items li a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'National 2 Condensed Bold';
}
.footer__menu__2 ul li {
  margin-bottom: 16px;
}
.footer__menu__2 ul li a {
  font-size: 15px;
  line-height: 22px;
  font-family: 'National 2 Condensed';
}
.footer__media svg {
  margin-left: 8px;
}
.home__header {
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home__header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.home__header__motifs__red {
  bottom: 0;
  position: absolute;
  /* postulat de départ */
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.home__header__title {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  color: #fff;
  font-size: 60px;
  line-height: 51px;
  text-shadow: 1px 1px 18px #242424;
  z-index: 2;
  text-transform: uppercase;
}
.home__header__description {
  margin-top: 24px;
  text-shadow: 1px 1px 18px #242424;
  z-index: 2;
}
.home__header__description p {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-family: 'National 2';
}
.home__header .floating-img {
  position: absolute;
  bottom: -7vw;
  left: 4vw;
  width: 14vw;
  height: 14vw;
  max-width: 264px;
  max-height: 264px;
  z-index: 2;
}
.home__talent {
  background-color: #E41F1B;
  padding-top: 72px;
  color: #fff;
  text-align: center;
}
.home__talent .d-flex {
  display: block !important;
}
.home__talent h2 {
  font-family: 'National 2 Condensed Bold';
  text-transform: uppercase;
  font-weight: 700;
  font-size: 6vw;
}
.home__talent__description p {
  font-size: 18px;
  margin: auto;
  font-weight: 400;
  margin-bottom: 60px;
}
.home__talent__job {
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  background-position: center 35%;
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.6s cubic-bezier(0.61, -0.42, 0, 1.61);
  /* Transition douce */
  animation: shrink-grow-shrink 0.6s cubic-bezier(0.61, -0.42, 0, 1.61) forwards;
  text-align: left;
  overflow: hidden;
}
.home__talent__job::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  left: 180%;
  top: 0;
  transform: skewX(45deg);
  transition: all 0.8s ease 0s;
  background-color: #E41F1B;
  z-index: 1;
}
.home__talent__job__title {
  position: absolute;
  color: #fff;
  bottom: 40px;
  left: 40px;
}
.home__talent__job__title h3 {
  font-family: 'National 2 Condensed Bold';
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
}
.home__talent__job__title .link-hover {
  font-size: 22px;
  display: none;
  align-items: center;
  width: auto;
  transition: all ease-in-out 0.6s;
}
.home__talent__motif {
  margin-top: 60px;
}
.home__cv {
  margin-top: 72px;
  padding-bottom: 72px;
  flex-direction: column;
  align-items: center;
}
.home__cv.d-flex {
  display: flex;
}
.home__cv__left {
  width: 100%;
}
.home__cv__left__title {
  color: #E41F1B;
  font-size: 60px;
  line-height: 51px;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  text-transform: uppercase;
}
.home__cv__left__description {
  color: #000;
  font-family: 'National 2';
  margin-bottom: 2rem;
}
.home__cv__left__btn {
  font-size: 17px;
  padding: 16px 24px;
  text-transform: uppercase;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  z-index: 2;
}
.home__cv__right {
  background-color: #E41F1B;
  padding: 14px;
  border-radius: 23px;
  text-transform: uppercase;
  display: flex;
  max-width: 1016px;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.home__cv__right::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.home__cv__right__left {
  background-color: #E41F1B;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.home__cv__right__left div {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  color: #fff;
}
.home__cv__right__left div:first-child,
.home__cv__right__left div:nth-child(3),
.home__cv__right__left div:nth-child(5) {
  font-size: 34px;
  line-height: 30px;
  margin-bottom: 20px;
}
.home__cv__right__left div:nth-child(2) {
  line-height: 135px;
  font-size: 160px;
}
.home__cv__right__left div:nth-child(4) {
  font-size: 90px;
  line-height: 70px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: #E41F1B;
  font-weight: 500;
}
.home__cv__right__left svg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.home__cv__right__right__top {
  display: flex;
}
.home__cv__right__right__top > div {
  height: 332px;
}
.home__cv__right__right__top__left {
  position: relative;
  margin: 12px;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  border: 1px dotted #E41F1B;
}
.home__cv__right__right__top__left div {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  font-size: 21px;
  line-height: 19px;
  color: #000;
  max-width: 198px;
}
.home__cv__right__right__top__left svg {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.home__cv__right__right__top__center {
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  margin: 12px;
  padding: 20px;
  border: 1px dotted #E41F1B;
  max-width: 248px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home__cv__right__right__top__center div:first-child {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  color: #E41F1B;
  font-size: 140px;
  line-height: 119px;
  text-transform: uppercase;
}
.home__cv__right__right__top__center div:first-child span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E41F1B;
  color: #E41F1B;
  font-family: 'National 2 Condensed Bold';
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 85px;
  text-transform: uppercase;
}
.home__cv__right__right__top__center div:nth-child(2) {
  color: #000;
  text-align: center;
  font-family: 'National 2 Condensed Bold';
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  /* 27.9px */
  text-transform: uppercase;
}
.home__cv__right__right__top__right {
  margin: 12px;
  max-width: 226px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 15px;
  text-align: left;
  padding: 20px;
  border: 1px dotted #E41F1B;
  position: relative;
}
.home__cv__right__right__top__right div {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
}
.home__cv__right__right__top__right div:nth-child(1) {
  color: #E41F1B;
  font-size: 100px;
  line-height: 100px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E41F1B;
  font-weight: 500;
}
.home__cv__right__right__top__right div:nth-child(2) {
  color: #000;
  font-size: 30px;
  line-height: 27px;
}
.home__cv__right__right__top__right div:nth-child(2) span {
  color: #E41F1B;
}
.home__cv__right__right__top__right svg {
  position: absolute;
  bottom: calc(50% - 20px);
  right: 10px;
}
.home__cv__right__right__bottom {
  display: flex;
}
.home__cv__right__right__bottom__left {
  margin: 12px;
  width: 305px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  padding: 17px;
  border: 1px dotted #E41F1B;
}
.home__cv__right__right__bottom__left svg {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home__cv__right__right__bottom__left div {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
}
.home__cv__right__right__bottom__left div:nth-child(1) {
  font-size: 31px;
  line-height: 26px;
  color: #E41F1B;
  width: 164px;
}
.home__cv__right__right__bottom__left div:nth-child(2) {
  width: 164px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E41F1B;
  font-family: 'National 2 Condensed Bold';
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
}
.home__cv__right__right__bottom__left div:nth-child(3) {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E41F1B;
  font-family: 'National 2 Condensed Bold';
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
}
.home__cv__right__right__bottom__left div:nth-child(3)::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  border-top: 2px dashed #E41F1B;
  margin-left: 10px;
}
.home__cv__right__right__bottom__left div:nth-child(4) {
  font-size: 22px;
  text-align: left;
  line-height: 100%;
  color: #000;
  text-transform: uppercase;
}
.home__cv__right__right__bottom__left div:nth-child(4) span {
  color: #E41F1B;
  font-family: 'National 2 Condensed Bold';
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.home__cv__right__right__bottom__right {
  margin: 12px;
  width: 381px;
  background-color: #fff;
  border-radius: 15px;
  text-align: left;
  position: relative;
  padding: 27px;
  border: 1px dotted #E41F1B;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.home__cv__right__right__bottom__right div {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
}
.home__cv__right__right__bottom__right div:first-child {
  color: #E41F1B;
  font-family: 'National 2 Condensed Bold';
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 31px */
  text-transform: uppercase;
}
.home__cv__right__right__bottom__right div:first-child::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  border-top: 2px dashed #E41F1B;
  margin-top: 17px;
  margin-bottom: 14px;
}
.home__cv__right__right__bottom__right div:nth-child(2) {
  color: #000;
  font-family: 'National 2 Condensed Bold';
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
  text-transform: uppercase;
}
.home__cv__right__right__bottom__right div:nth-child(3) {
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #000;
  font-family: 'National 2 Condensed Bold';
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  /* 40.5px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff;
}
.home__cv__right__right__bottom__right div:nth-child(4) {
  color: #000;
  font-family: 'National 2 Condensed Bold';
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
  text-transform: uppercase;
}
.home__testimony {
  background-color: #000;
  background-image: url('img/motif-red.png');
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0;
}
.home__testimony .slider-testimony {
  max-width: 100%;
}
.home__testimony .slider-testimony .slick-slide {
  min-height: 730px !important;
  padding-bottom: 70px;
}
.home__testimony .slider-testimony .slick-next,
.home__testimony .slider-testimony .slick-prev {
  position: absolute;
  bottom: -15px;
  top: auto;
  background-color: #E41F1B;
  color: transparent;
  z-index: 1;
  content: "";
  display: block;
  height: 50px;
  width: 50px;
}
.home__testimony .slider-testimony .slick-next {
  left: 85px;
  background: url('img/next.svg') no-repeat;
}
.home__testimony .slider-testimony .slick-prev {
  left: 32px;
  background: url('img/prev.svg') no-repeat;
}
.home__testimony__item {
  min-height: 730px;
  padding: 0;
  background-color: #fff;
  max-width: 540px;
}
.home__testimony__item.slick-slide {
  min-height: 730px !important;
}
.home__testimony__item p {
  font-family: 'National 2';
  font-size: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
.home__testimony__item .light,
.home__testimony__item .bold {
  font-family: 'National 2';
  margin-left: 32px;
  margin-right: 32px;
}
.home__testimony__item .bold {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  font-size: 24px;
  margin-top: 32px;
}
.home__testimony__item .light {
  font-weight: 400;
  font-size: 16px;
}
.home__testimony__item__img {
  background-size: cover;
  background-position: top;
  margin: auto;
  margin-bottom: 32px;
  width: 100%;
  height: 360px;
  background-repeat: no-repeat;
}
.home__testimony__container {
  display: flex;
  justify-content: end;
}
.home__articles {
  padding-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}
.home__articles__title {
  text-align: center;
  color: #E41F1B;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.home__articles__subtitle {
  text-align: center;
  font-size: 18px;
  font-family: 'National 2';
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 60px;
}
.home__articles__container {
  display: block;
  gap: 2vw;
  /* Espace entre les colonnes */
  width: 100%;
}
.home__articles__container .left-article {
  position: relative;
  height: auto;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  min-width: unset;
  background-position: center top;
}
.home__articles__container .left-article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  transition: transform 0.4s ease-in-out;
}
.home__articles__container .left-article:hover::before {
  transform: scale(1.1);
}
.home__articles__container .left-article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.home__articles__container .left-article .post {
  position: absolute;
  padding: 32px;
  bottom: 0;
  z-index: 2;
}
.home__articles__container .left-article .post h2 {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 90%;
  font-family: 'National 2 Condensed Bold';
  margin-top: 15px;
  font-weight: 700;
  text-align: left;
}
.home__articles__container .left-article .post .excerpt {
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
  font-family: 'National 2';
  text-align: left;
  font-size: 15px;
}
.home__articles__container .left-article .post .cat {
  color: #fff;
  font-family: 'National 2';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  text-align: left;
  padding-left: 28px;
}
.home__articles__container .left-article .post .cat:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 12px;
  content: "";
  height: 2px;
  width: 20px;
  background-color: #fff;
}
.home__articles__container .right-articles {
  display: flex;
  flex-direction: column;
}
.home__articles__container .right-articles .post {
  height: auto;
  text-align: left;
}
.home__articles__container .right-articles .post:first-child {
  margin-bottom: 2vw;
}
.home__articles__container .right-articles .post h2,
.home__articles__container .right-articles .post p {
  text-align: left;
}
.home__articles__container .right-articles .post h2 a {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
  margin-top: 24px;
  font-family: 'National 2 Condensed Bold';
  line-height: 90%;
}
.home__articles__container .right-articles .post p {
  font-size: 15px;
  font-family: 'National 2';
}
.home__articles__container .right-articles .post .cat {
  color: #000;
  font-family: 'National 2';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  padding-left: 28px;
  text-align: left;
}
.home__articles__container .right-articles .post .cat:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 12px;
  content: "";
  height: 2px;
  width: 20px;
  background-color: #E41F1B;
}
.home__articles__container .right-articles .post.d-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home__articles__container .post-thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: auto;
  aspect-ratio: 1;
  height: 100%;
  margin-right: 0;
  position: relative;
}
.home .btn__red__articles {
  padding: 16px 32px;
  font-size: 17px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-bottom: 70px;
  margin-top: 32px;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  text-transform: uppercase;
}
.single__metier {
  padding-bottom: 70px;
}
.single__metier__banner {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single__metier__banner-motif {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.single__metier__banner-motif svg {
  width: auto;
  aspect-ratio: 527/414;
  height: 100%;
}
.single__metier__banner .metier-title {
  color: #fff;
  font-size: 48px;
  text-shadow: 1px 1px 18px #242424;
  z-index: 3;
  text-align: center;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  text-transform: uppercase;
  max-width: 800px;
}
.single__metier__intro {
  padding: 72px 0;
}
.single__metier__intro .d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.single__metier__intro__title {
  color: #E41F1B;
  font-size: 40px;
  line-height: 36px;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.single__metier__intro__desc p {
  font-family: 'National 2';
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.single__metier__intro__desc__strong p {
  font-family: 'National 2 Condensed Bold';
  font-size: 18px;
  margin-top: 24px;
  font-weight: 700;
}
.single__metier__intro__left {
  max-width: 580px;
}
.single__metier__intro__img {
  width: 100%;
  margin-top: 2rem;
}
.single__metier__intro__img iframe {
  width: 100%;
  max-width: 422px;
}
.single__metier__qualites {
  background-color: #E41F1B;
  position: relative;
}
.single__metier__qualites .motif {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  width: 100px;
  max-height: 72px;
}
.single__metier__qualites__container {
  padding: 72px 1rem;
  background-color: #E41F1B;
}
.single__metier__qualites__container .d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.single__metier__qualites__img {
  max-width: 672px;
  margin: auto;
  width: 100%;
  z-index: 1;
}
.single__metier__qualites__img img {
  width: 100%;
}
.single__metier__qualites__description {
  margin: auto;
}
.single__metier__qualites__description .name {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  font-size: 32px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}
.single__metier__qualites__description .question {
  color: #fff;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-top: 32px;
  margin-bottom: 0;
}
.single__metier__qualites__description .reponse p {
  color: #fff;
  font-family: 'National 2';
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.single__metier__missions__container {
  padding: 72px 1rem;
}
.single__metier__missions__container .d-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.single__metier__missions__container .title {
  color: #E41F1B;
  font-size: 40px;
  line-height: 32px;
  margin-bottom: 50px;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  max-width: 539px;
}
.single__metier__missions__detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single__metier__missions__detail__item {
  margin-bottom: 40px;
}
.single__metier__missions__detail__item .mission {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 34px;
}
.single__metier__missions__detail__item .mission__desc p {
  color: #000;
  font-family: 'National 2';
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.single__metier__temoignage {
  text-align: center;
  padding-bottom: 72px;
}
.single__metier__temoignage .text p {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  color: #E41F1B;
  font-size: 48px;
  line-height: 40px;
  max-width: 95%;
  margin: auto;
  text-transform: uppercase;
}
.single__metier__temoignage .name {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 19px;
}
.single__metier__temoignage .localisation {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.single__metier__postuler {
  background-image: url('img/Postuler.jpg');
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  padding-inline: 1rem;
  background-size: cover;
  background-position: top;
}
.single__metier__postuler h3 {
  font-size: 36px;
  line-height: 40px;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  color: #fff;
}
.single__metier__postuler p {
  font-size: 18px;
  line-height: 27px;
  margin-top: 19px;
  margin-bottom: 19px;
  color: #fff;
  font-weight: 400;
  font-family: 'National 2';
}
.single__metier__postuler a {
  border-radius: 0;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
}
.single__metier__postuler a:hover {
  color: #fff;
}
.single__metier__talent {
  padding-top: 72px;
  color: #fff;
  text-align: center;
}
.single__metier__talent .d-flex {
  display: flex;
  flex-direction: column;
}
.single__metier__talent h2 {
  text-transform: uppercase;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  color: #E41F1B;
  font-size: 32px;
  margin-bottom: 32px;
}
.single__metier__talent__description p {
  margin: auto;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 60px;
}
.single__metier__talent__job {
  background-repeat: no-repeat;
  height: 350px;
  background-size: cover;
  background-position: center 35%;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  overflow: hidden;
}
.single__metier__talent__job::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  left: 180%;
  top: 0;
  transform: skewX(45deg);
  transition: all 0.8s ease 0s;
  background-color: #E41F1B;
  z-index: 1;
}
.single__metier__talent__job__title {
  position: absolute;
  color: #fff;
  bottom: 28px;
  left: 28px;
  z-index: 2;
}
.single__metier__talent__job__title h3 {
  text-transform: uppercase;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  font-size: 24px;
}
.single__metier__talent__job__title .link-hover {
  font-size: 22px;
  display: none;
  align-items: center;
  width: auto;
  transition: all ease-in-out 0.6s;
}
.single__metier__talent__job.large_image {
  width: 100%;
  margin-top: 60px;
  height: 320px;
  transition: all 0.6s;
  background-size: 100%;
}
.single__metier__talent__job.large_image:hover {
  background-size: 110%;
  transition: all 0.6s;
}
.single__metier__talent__motif {
  margin-top: 60px;
}
.engagements ul li {
  list-style-type: inherit;
  font-family: 'National 2';
  font-size: 18px;
  line-height: 28px;
  margin-left: 1rem;
  font-weight: 400;
}
.engagements__banner {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.engagements__banner-motif {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.engagements__banner-motif svg {
  width: auto;
  aspect-ratio: 527/414;
  height: 100%;
}
.engagements__banner .engagement-title {
  color: #fff;
  font-size: 48px;
  text-shadow: 1px 1px 18px #242424;
  z-index: 3;
  text-align: center;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  text-transform: uppercase;
  max-width: 800px;
}
.engagements__intro {
  padding: 72px 0;
}
.engagements__intro .d-flex {
  display: flex;
  flex-direction: column;
}
.engagements__intro__title {
  color: #E41F1B;
  font-size: 40px;
  line-height: 36px;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.engagements__intro__desc p {
  font-family: 'National 2';
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.engagements__intro__desc__strong p {
  font-family: 'National 2 Condensed Bold';
  font-size: 18px;
  margin-top: 24px;
  font-weight: 700;
}
.engagements__intro__img {
  width: 100%;
  margin-top: 2rem;
}
.engagements__intro__red .d-flex {
  display: flex;
  flex-direction: column;
}
.engagements__intro__red__img {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-left: 0;
  overflow: hidden;
}
.engagements__intro__red__img iframe {
  min-height: 350px;
  display: block;
}
.engagements__intro__red__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.engagements__intro__red__left {
  padding: 32px;
  background-color: #E41F1B;
}
.engagements__intro__red__left__title,
.engagements__intro__red__left__desc {
  color: #fff;
}
.engagements__intro__red__left__title {
  font-size: 44px;
  line-height: 100%;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.engagements__intro__red__left__desc p {
  font-size: 20px;
  line-height: 150%;
  font-family: 'National 2';
}
.engagements__qualites {
  background-color: #E41F1B;
  position: relative;
}
.engagements__qualites .motif {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
}
.engagements__qualites__container {
  padding: 72px 0;
  background-color: #E41F1B;
}
.engagements__qualites__container .d-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.engagements__qualites__img {
  max-width: 672px;
  width: 95%;
  margin: auto;
  z-index: 1;
}
.engagements__qualites__description {
  width: 95%;
  margin: auto;
}
.engagements__qualites__description .name {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  font-size: 32px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}
.engagements__qualites__description .question {
  color: #fff;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-top: 32px;
  margin-bottom: 0;
}
.engagements__qualites__description .reponse p {
  color: #fff;
  font-family: 'National 2';
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.engagements__citation__container {
  padding: 72px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.engagements__citation__container .title {
  color: #E41F1B;
  font-size: 40px;
  line-height: 32px;
  margin-bottom: 50px;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.engagements__citation__container .name {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 19px;
}
.engagements__citation__detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.engagements__citation__detail__item {
  margin-bottom: 40px;
}
.engagements__citation__detail__item .mission {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 29px;
}
.engagements__citation__detail__item .mission__desc {
  color: #000;
  font-family: 'National 2';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.engagements__cv.d-flex {
  display: block !important;
}
.engagements__cv__left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.engagements__cv__left__title {
  color: #E41F1B;
  font-size: 60px;
  line-height: 51px;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  text-transform: uppercase;
}
.engagements__cv__left__description {
  color: #000;
  font-size: 18px;
  font-family: 'National 2';
  margin-bottom: 2rem;
}
.engagements__cv__left__btn {
  font-size: 17px;
  padding: 16px 24px;
  text-transform: uppercase;
}
.engagements__cv__right {
  font-family: 'National 2 Condensed';
  border-radius: 23px;
  text-transform: uppercase;
  display: flex;
  max-width: 960px;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.engagements__cv__right::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.engagements__cv__right__left {
  background-color: #E41F1B;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.engagements__cv__right__left div {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  color: #fff;
}
.engagements__cv__right__left div:first-child,
.engagements__cv__right__left div:nth-child(3),
.engagements__cv__right__left div:nth-child(5) {
  font-size: 21px;
  line-height: 19px;
  margin-bottom: 20px;
}
.engagements__cv__right__left div:nth-child(2) {
  font-size: 101px;
  line-height: 85px;
}
.engagements__cv__right__left div:nth-child(4) {
  font-size: 57px;
  line-height: 48px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: #E41F1B;
  font-weight: 500;
}
.engagements__cv__right__left svg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.engagements__cv__right__right__top {
  display: flex;
}
.engagements__cv__right__right__top__left {
  position: relative;
  margin: 12px;
  margin-right: 6px;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
  border: 1px dotted #E41F1B;
}
.engagements__cv__right__right__top__left div {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
}
.engagements__cv__right__right__top__left div:first-child {
  color: #E41F1B;
  font-size: 100px;
  text-align: center;
}
.engagements__cv__right__right__top__left div:nth-child(2) {
  font-size: 21px;
  line-height: 19px;
  max-width: 60%;
  color: #000;
}
.engagements__cv__right__right__top__left svg {
  position: absolute;
  bottom: 28px;
  right: 33px;
}
.engagements__cv__right__right__top__right {
  margin: 12px;
  margin-left: 6px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 5px;
  border: 1px dotted #E41F1B;
}
.engagements__cv__right__right__top__right div {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
}
.engagements__cv__right__right__top__right div:nth-child(2) {
  color: #000;
  font-size: 30px;
  line-height: 27px;
  margin-top: 1rem;
}
.engagements__cv__right__right__top__right div:nth-child(3) {
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E41F1B;
  font-weight: 500;
}
.engagements__cv__right__right__bottom {
  display: flex;
}
.engagements__cv__right__right__bottom__left {
  margin: 12px;
  margin-right: 6px;
  margin-top: 0;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  padding: 17px;
  border: 1px dotted #E41F1B;
}
.engagements__cv__right__right__bottom__left.desktop {
  display: none;
}
.engagements__cv__right__right__bottom__left.desktop svg {
  position: absolute;
  right: 15px;
  top: 30px;
}
.engagements__cv__right__right__bottom__left.desktop div {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
}
.engagements__cv__right__right__bottom__left.desktop div:nth-child(2) {
  color: #fff;
  font-size: 143px;
  line-height: 110px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E41F1B;
  font-weight: 400;
}
.engagements__cv__right__right__bottom__left.desktop div:nth-child(3) {
  font-size: 30px;
  text-align: center;
  color: #000;
}
.engagements__cv__right__right__bottom__left.desktop div.d-flex {
  align-items: center;
  margin-top: 20px;
}
.engagements__cv__right__right__bottom__left.desktop div.d-flex div:nth-child(1) {
  font-size: 143px;
  color: #E41F1B;
  line-height: 122px;
  margin-right: 10px;
}
.engagements__cv__right__right__bottom__left.desktop div.d-flex div:nth-child(2) {
  font-size: 22px;
  color: #000;
  line-height: 22px;
}
.engagements__cv__right__right__bottom__left.desktop div.d-flex div:nth-child(2) span {
  color: #E41F1B;
}
.engagements__cv__right__right__bottom__left.mobile {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.engagements__cv__right__right__bottom__left.mobile div {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
}
.engagements__cv__right__right__bottom__left.mobile div:nth-child(1) {
  color: #E41F1B;
  font-size: 100px;
  line-height: 110px;
}
.engagements__cv__right__right__bottom__left.mobile div:nth-child(2) {
  font-size: 21px;
  text-align: center;
  color: #000;
}
.engagements__cv__right__right__bottom__left.mobile div.d-flex {
  align-items: center;
  margin-top: 20px;
}
.engagements__cv__right__right__bottom__left.mobile div.d-flex div:nth-child(1) {
  font-size: 143px;
  color: #E41F1B;
  line-height: 122px;
  margin-right: 10px;
}
.engagements__cv__right__right__bottom__left.mobile div.d-flex div:nth-child(2) {
  font-size: 22px;
  color: #000;
  line-height: 22px;
}
.engagements__cv__right__right__bottom__left.mobile div.d-flex div:nth-child(2) span {
  color: #E41F1B;
}
.engagements__cv__right__right__bottom__right {
  margin: 12px;
  margin-left: 6px;
  margin-top: 0;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  position: relative;
  padding: 21px;
  border: 1px dotted #E41F1B;
}
.engagements__cv__right__right__bottom__right div {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
}
.engagements__cv__right__right__bottom__right div:first-child {
  font-size: 100px;
  line-height: 85px;
  color: #E41F1B;
  border-bottom: 1px dotted #E41F1B;
  padding-bottom: 20px;
}
.engagements__cv__right__right__bottom__right div:first-child span {
  font-size: 30px;
}
.engagements__cv__right__right__bottom__right div:nth-child(2) {
  font-size: 21px;
  line-height: 19px;
  color: #000;
  margin-top: 20px;
  text-align: left;
}
.engagements__cv__right__right__bottom__right div svg {
  margin-left: 23px;
}
.engagements__temoignage {
  text-align: center;
  padding-bottom: 72px;
}
.engagements__temoignage .text p {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  color: #E41F1B;
  font-size: 48px;
  line-height: 40px;
  max-width: 95%;
  margin: auto;
  text-transform: uppercase;
}
.engagements__temoignage .name {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 19px;
}
.engagements__temoignage .localisation {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.engagements__postuler {
  background-image: url('img/Postuler.jpg');
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  background-size: cover;
  background-position: top;
}
.engagements__postuler h3 {
  font-size: 36px;
  line-height: 40px;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  color: #fff;
}
.engagements__postuler p {
  font-size: 18px;
  line-height: 27px;
  margin-top: 19px;
  margin-bottom: 19px;
  color: #fff;
  font-weight: 400;
  font-family: 'National 2';
}
.engagements__postuler a {
  border-radius: 0;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
}
.engagements__postuler a:hover {
  color: #fff;
}
.engagements__talent {
  padding-top: 52px;
  padding-bottom: 72px;
  color: #fff;
  text-align: center;
}
.engagements__talent .wrapper_engagement {
  max-width: 450px;
  margin-inline: auto;
}
.engagements__talent h3.engagements_sub_title {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  font-size: 30px;
  line-height: 28px;
  padding-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}
.engagements__talent .d-flex {
  display: flex;
  flex-direction: column;
}
.engagements__talent h2 {
  text-transform: uppercase;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  color: #E41F1B;
  font-size: 32px;
  margin-bottom: 32px;
}
.engagements__talent__description p {
  margin: auto;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 60px;
}
.engagements__talent__job {
  background-repeat: no-repeat;
  height: 350px;
  background-size: cover;
  background-position: center 40%;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}
.engagements__talent__job__title {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  text-align: center;
  height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.engagements__talent__job__title svg {
  margin-right: 10px;
}
.engagements__talent__job__title .arrow-right {
  position: absolute;
  right: 5px;
  top: 30px;
  margin-right: 0;
}
.engagements__talent__job__title h3 {
  text-transform: uppercase;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
  padding: 0 18px;
  line-height: 85%;
}
.engagements__talent__job__title .link-hover {
  font-size: 22px;
  display: none;
  align-items: center;
  width: auto;
  transition: all ease-in-out 0.6s;
}
.engagements__talent__job__bg-red {
  background-color: #E41F1B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.engagements__talent__job__bg-red__title {
  position: relative;
  color: #fff;
  text-align: center;
}
.engagements__talent__job__bg-red__title h3 {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  line-height: 1;
  font-size: 8rem;
}
.engagements__talent__job__bg-red__title p {
  font-family: 'National 2 Condensed Bold';
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.engagements__talent__motif {
  margin-top: 60px;
}
.actu__header {
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: none;
  background-color: #E41F1B;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.actu__header__motifs {
  position: absolute;
  max-width: 100px;
  max-height: 53px;
  display: block;
  transform: translate(-50%, 0);
  top: 0;
  left: 50%;
}
.actu__header__title {
  color: #fff;
  font-size: 48px;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  text-transform: uppercase;
  max-width: 820px;
  margin: auto;
  line-height: 100%;
}
.actu__container .home__articles__container {
  margin-top: 80px;
}
.actu__container .home__articles__container:nth-child(even) {
  flex-direction: row-reverse;
}
.actu__container .home__articles__container:nth-child(even) .left-article {
  margin-right: 0;
  position: relative;
}
.actu__container .home__articles__container:nth-child(even) .left-article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
}
.actu__container .home__articles__container:nth-child(even) .right-articles {
  margin-right: 0;
}
.actu__container .home__articles__container:nth-child(even) .right-articles .post h2 {
  font-family: 'National 2 Condensed Bold';
}
.actu__container .home__articles__container:nth-child(odd) {
  flex-direction: row;
}
.blog .home__articles {
  padding-top: 0;
}
#filter-form {
  position: absolute;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  display: none;
  justify-content: center;
}
#filter-form a {
  color: #fff;
  text-transform: uppercase;
  border-top: 2px solid #E41F1B;
  border-bottom: 4px solid #E41F1B;
  transition: all ease-in-out 0.2s;
  font-size: 24px;
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  flex: 1;
  transition: opacity 0.3s ease;
  opacity: 0.65;
}
#filter-form a:hover {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#filter-form a.current-category,
#filter-form a:hover {
  /* Le lien de la catégorie active et les liens au survol retrouvent leur opacité normale */
  opacity: 1;
}
.offres__banner {
  position: relative;
  background-color: #E41F1B;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 68px;
  margin-bottom: 72px;
}
.offres__banner h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: 'National 2 Condensed Bold';
  text-transform: uppercase;
  max-width: 820px;
  margin: auto;
  line-height: 100%;
}
.offres__banner svg {
  max-width: 100px;
  max-height: 53px;
  display: block;
  transform: translate(-50%, 0);
  top: 0;
  left: 50%;
}
.single-post__container .post {
  padding-top: 72px;
  margin: auto;
}
.single-post__container .post h1 {
  font-family: 'National 2 Condensed Bold';
  font-size: 32px;
  font-weight: 700;
}
.single-post__container .post h3,
.single-post__container .post h2 {
  font-family: 'National 2 Condensed Bold';
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single-post__container .post ul li {
  font-size: 18px;
}
.single-post__container .post p {
  margin: auto;
  font-size: 18px;
  line-height: 27px;
  font-family: 'National 2';
}
.single-post__container .post .motif-red {
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: center;
}
.single-post__container .post .post-content {
  position: relative;
  padding-bottom: 160px;
}
.banner {
  position: relative;
  background-color: #E41F1B;
  overflow: hidden;
}
.banner.mob-only {
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  padding: 72px 15px;
}
.banner.mob-only::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.banner.mob-only .motif-red {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner.mob-only .motif-white {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner.mob-only h1 {
  font-family: 'National 2 Condensed Bold';
  z-index: 2;
  position: relative;
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.banner.desk-only {
  display: none;
}
.banner.desk-only .top-svg {
  padding-bottom: 72px;
  padding-top: 72px;
  position: relative;
}
.banner.desk-only h1 {
  font-family: 'National 2 Condensed Bold';
  color: #fff;
  font-size: 88px;
  text-transform: uppercase;
  max-width: 50%;
  font-weight: 700;
  line-height: 90%;
}
.banner.desk-only svg {
  position: absolute;
  top: 0;
  left: 0;
}
.banner.desk-only .post-thumbnail {
  position: absolute;
  right: -10%;
  height: 100%;
  text-align: right;
  top: 0;
  max-width: 50%;
  margin-right: 0;
}
.banner.desk-only .post-thumbnail img {
  height: 100%;
  width: 100%;
  max-width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.related-articles-slider {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 1px solid #D7D7D7;
  margin: auto;
}
.related-articles-slider .relative--article-title {
  font-family: 'National 2 Condensed Bold';
  line-height: 90%;
  color: #E41F1B;
  font-size: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.slide .post {
  height: 50%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.slide .post h2,
.slide .post p {
  text-align: left;
}
.slide .post h2 a {
  font-family: 'National 2 Condensed Bold';
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
  margin-top: 24px;
  line-height: 90%;
}
.slide .post p {
  font-size: 15px;
  font-family: 'National 2';
}
.slide .post .cat {
  color: #000;
  font-family: 'National 2';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  padding-left: 28px;
  text-align: left;
}
.slide .post .cat:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 12px;
  content: "";
  height: 2px;
  width: 20px;
  background-color: #E41F1B;
}
.slide .post.d-flex {
  display: block !important;
}
.post-thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 260px;
  aspect-ratio: 1;
  margin-right: 32px;
}
/* HERE PUT HELPERS CSS */
body:not(.elementor-editor-active) {
  /* DEBUG : RED LINE AS HELPER FOR ALIGNMENT  */
}
body:not(.elementor-editor-active).logged-in:active:before,
body:not(.elementor-editor-active).logged-in:active:after {
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  position: fixed;
  z-index: 10000000;
  height: 100vh;
  /*animation: debug-line 3s infinite;*/
}
body:not(.elementor-editor-active).logged-in:active:before {
  width: 1px;
  background: red;
  left: 50%;
  right: auto;
  border: 0;
}
body:not(.elementor-editor-active).logged-in:active:after {
  width: auto;
  max-width: 1420px;
  margin: 0 auto;
  background: transparent;
  border-left: 1px solid red;
  border-right: 1px solid red;
  left: 20px;
  right: 20px;
  color: red;
  font-weight: bold;
}
@keyframes debug-line {
  0% {
    width: 1px;
    background: red;
    left: 50%;
    right: auto;
    border: 0;
  }
  19% {
    width: 1px;
    background: red;
    left: 50%;
    right: auto;
    border: 0;
  }
  20% {
    width: auto;
    max-width: 1140px;
    margin: 0 auto;
    background: transparent;
    border-left: 1px solid red;
    border-right: 1px solid red;
    left: 4vw;
    right: 4vw;
  }
  100% {
    width: auto;
    max-width: 1140px;
    margin: 0 auto;
    background: transparent;
    border-left: 1px solid red;
    border-right: 1px solid red;
    left: 4vw;
    right: 4vw;
  }
}
@media screen and (min-width: 411px) {
  .wrap,
  .grid {
    padding: 0 30px;
  }
  body:not(.elementor-editor-active).logged-in:active:after {
    left: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 768px) {
  body::after {
    content: 'tablet';
  }
  .wrap,
  .grid {
    padding: 0 4vw;
    max-width: calc(1420px + 8vw);
  }
  .wrap--sm,
  .grid--sm {
    max-width: calc(1080px + 8vw);
  }
  .wrap--lg,
  .grid--lg {
    max-width: calc(1650px + 8vw);
  }
  .container-cv {
    padding: 0;
  }
  .home__articles__container .right-articles .post h2 a {
    font-size: 32px;
    line-height: 90%;
  }
  body:not(.elementor-editor-active).logged-in:active:after {
    left: 4vw;
    right: 4vw;
  }
}
@media (min-width: 768px) {
  .page-template-template-example .container-fluid.hero {
    height: 315px;
  }
  .page-template-template-example h1 {
    font-size: 112px;
    line-height: 95px;
  }
  .header .main-nav .nav-links li.menu-item-has-children:hover .sub-menu {
    display: flex;
    position: absolute;
    top: 80px;
    z-index: 80;
    background-color: white;
    width: -moz-max-content;
    width: max-content;
    flex-direction: column;
  }
  .footer {
    padding: 160px 0;
  }
  .footer__container.d-flex {
    display: flex !important;
    justify-content: space-between;
  }
  .footer__logo h3 {
    font-size: 112px;
    margin-top: 40px;
    line-height: 95px;
    margin-bottom: 40px;
  }
  .footer__logo .bucket {
    scale: 1;
  }
  .footer__menu .footer-menu-items li {
    margin-bottom: 40px;
  }
  .footer__menu .footer-menu-items li a {
    font-size: 24px;
    line-height: 24px;
  }
  .footer__menu__2 {
    margin-left: 4rem;
  }
  .footer__menu__2 ul li {
    margin-bottom: 40px;
  }
  .footer__menu__2 ul li a {
    font-size: 24px;
    line-height: 24px;
  }
  .home__header {
    height: 800px;
  }
  .home__header__title {
    font-size: 10vw;
    line-height: 1;
    max-width: 50%;
  }
  .home__header__description {
    max-width: 50%;
  }
  .home__header__description p {
    font-size: 24px;
    line-height: 36px;
  }
  .home__talent {
    padding-top: 80px;
  }
  .home__talent .d-flex {
    display: flex !important;
    height: 610px;
  }
  .home__talent h2 {
    font-size: 88px;
  }
  .home__talent__description p {
    max-width: 50%;
    font-size: 24px;
  }
  .home__talent__job {
    background-position: center;
    height: 600px;
  }
  .home__talent__job:hover {
    height: 570px;
  }
  .home__talent__job:hover:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .home__talent__job:hover::after {
    left: -180%;
    top: 0;
  }
  .home__talent__job:hover .home__talent__job__title .link-hover {
    display: flex;
  }
  .home__talent__job.large_image {
    width: 100%;
    margin-top: 60px;
    height: 320px;
    transition: all 0.6s;
    background-size: 100%;
  }
  .home__talent__job.large_image:hover {
    background-size: 110%;
    transition: all 0.6s;
  }
  .home__cv {
    margin-top: 160px;
    padding-bottom: 160px;
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
  }
  .home__cv__left__title {
    font-size: 10vw;
    line-height: 0.9;
  }
  .home__cv__left__description {
    font-size: 24px;
  }
  .home__cv__left__btn {
    font-size: 20px;
    padding: 16px 32px;
  }
  .home__cv__right__left {
    margin: 12px;
  }
  .home__cv__right__right__top__left div {
    font-size: 30px;
    line-height: 27px;
  }
  .home__cv__right__right__top__right div:nth-child(1) {
    font-size: 140px;
    line-height: 119px;
  }
  .home__testimony {
    background-image: url('img/testimony-bg.jpg');
  }
  .home__testimony .slider-testimony {
    max-width: 540px;
  }
  .home__testimony .slider-testimony .slick-slide {
    min-height: 620px !important;
  }
  .home__testimony .slider-testimony .slick-next {
    left: 112px;
  }
  .home__testimony .slider-testimony .slick-prev {
    left: 60px;
  }
  .home__testimony__item {
    padding: 28px;
    padding-bottom: 140px;
    padding-top: 60px;
    min-height: 620px;
  }
  .home__testimony__item.slick-slide {
    min-height: 620px !important;
  }
  .home__testimony__item__img {
    height: 200px;
    width: 200px;
    background-size: contain;
    background-position: center;
    margin-left: 32px;
  }
  .home__articles__container .right-articles .post {
    height: 18vw;
  }
  .home__articles__container .right-articles .post.d-flex {
    flex-direction: row;
  }
  .home__articles__container .post-thumbnail {
    margin-right: 32px;
  }
  .home .btn__red__articles {
    margin-top: 76px;
    margin-bottom: 160px;
    font-size: 20px;
  }
  .single__metier {
    padding-bottom: 160px;
  }
  .single__metier__banner {
    height: 415px;
  }
  .single__metier__banner .metier-title {
    font-size: 112px;
    line-height: 95px;
  }
  .single__metier__intro {
    padding: 160px 0;
  }
  .single__metier__intro__title {
    font-size: 88px;
    line-height: 79px;
  }
  .single__metier__intro__desc p {
    font-size: 24px;
    line-height: 36px;
  }
  .single__metier__intro__desc__strong p {
    font-size: 24px;
    margin-top: 32px;
  }
  .single__metier__intro__img {
    /*width: 55%;
                max-width: 55%;
                margin-top: 0;*/
  }
  .single__metier__qualites__description {
    padding-left: 120px;
  }
  .single__metier__qualites__description .question {
    font-size: 24px;
    line-height: 36px;
  }
  .single__metier__qualites__description .reponse p {
    font-size: 24px;
    line-height: 36px;
  }
  .single__metier__missions__detail__item {
    width: 45%;
    margin-bottom: 80px;
  }
  .single__metier__temoignage {
    padding-bottom: 160px;
  }
  .single__metier__temoignage .text p {
    font-size: 87px;
    line-height: 85%;
    max-width: 70%;
  }
  .single__metier__temoignage .name {
    font-size: 40px;
    margin-top: 24px;
  }
  .single__metier__temoignage .localisation {
    font-size: 20px;
  }
  .single__metier__postuler {
    padding-bottom: 120px;
    padding-top: 380px;
  }
  .single__metier__postuler h3 {
    font-size: 88px;
    line-height: 80px;
  }
  .single__metier__postuler p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .single__metier__talent {
    padding-top: 160px;
  }
  .single__metier__talent h2 {
    font-size: 88px;
    margin-bottom: 60px;
  }
  .single__metier__talent__description p {
    max-width: 50%;
  }
  .single__metier__talent__job {
    background-position: center;
    height: 600px;
    transition: all 0.6s cubic-bezier(0.61, -0.42, 0, 1.61);
    /* Transition douce */
    animation: shrink-grow-shrink 0.6s cubic-bezier(0.61, -0.42, 0, 1.61) forwards;
  }
  .single__metier__talent__job:hover {
    height: 570px;
  }
  .single__metier__talent__job:hover:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .single__metier__talent__job:hover::after {
    left: -180%;
    top: 0;
  }
  .single__metier__talent__job:hover .home__talent__job__title .link-hover {
    display: flex;
  }
  .single__metier__talent__job__title {
    bottom: 40px;
    left: 1.5rem;
  }
  .single__metier__talent__job__title h3 {
    font-size: 32px;
  }
  .engagements ul li {
    font-size: 24px;
    line-height: 36px;
    margin-left: 0;
  }
  .engagements__banner {
    height: 415px;
  }
  .engagements__banner .engagement-title {
    font-size: 112px;
    line-height: 95px;
  }
  .engagements__intro {
    padding: 160px 0;
  }
  .engagements__intro .d-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .engagements__intro__title {
    font-size: 88px;
    line-height: 79px;
  }
  .engagements__intro__desc p {
    font-size: 24px;
    line-height: 36px;
  }
  .engagements__intro__desc__strong p {
    font-size: 24px;
    margin-top: 32px;
  }
  .engagements__intro__left {
    max-width: 50%;
    padding-right: 60px;
  }
  .engagements__intro__img {
    width: 50%;
    max-width: 50%;
    margin-top: 0;
    padding-left: 60px;
  }
  .engagements__intro__img img {
    height: auto;
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .engagements__intro__red__left {
    padding: 160px 40px;
    width: 50%;
  }
  .engagements__intro__red__left__desc p {
    font-size: 24px;
    line-height: 36px;
  }
  .engagements__qualites .motif {
    left: 10%;
    height: 100%;
    max-width: 526px;
  }
  .engagements__qualites__container {
    padding: 160px 0;
  }
  .engagements__qualites__container .d-flex {
    flex-direction: row;
  }
  .engagements__qualites__img {
    width: 100%;
  }
  .engagements__qualites__img img {
    width: 100%;
  }
  .engagements__qualites__description {
    width: 55%;
    padding-left: 120px;
  }
  .engagements__qualites__description .name {
    font-size: 60px;
    line-height: 54px;
  }
  .engagements__qualites__description .question {
    font-size: 24px;
    line-height: 36px;
  }
  .engagements__qualites__description .reponse p {
    font-size: 24px;
    line-height: 36px;
  }
  .engagements__citation__container {
    padding: 160px 0;
  }
  .engagements__citation__container .title {
    font-size: 88px;
    line-height: 80px;
    max-width: 1200px;
  }
  .engagements__citation__container .name {
    font-size: 40px;
    margin-top: 24px;
  }
  .engagements__citation__detail {
    margin-left: 120px;
    width: 60%;
  }
  .engagements__citation__detail__item {
    width: 45%;
    margin-bottom: 80px;
  }
  .engagements__cv {
    padding-bottom: 160px;
  }
  .engagements__cv.d-flex {
    display: flex !important;
  }
  .engagements__cv__left {
    margin-right: 24px;
  }
  .engagements__cv__left__title {
    font-size: 160px;
    line-height: 136px;
  }
  .engagements__cv__left__description {
    font-size: 24px;
  }
  .engagements__cv__left__btn {
    font-size: 20px;
    padding: 16px 32px;
  }
  .engagements__cv__right {
    background-color: #E41F1B;
  }
  .engagements__cv__right__left {
    margin: 12px;
  }
  .engagements__cv__right__left div:first-child,
  .engagements__cv__right__left div:nth-child(3),
  .engagements__cv__right__left div:nth-child(5) {
    font-size: 34px;
    line-height: 30px;
  }
  .engagements__cv__right__left div:nth-child(2) {
    line-height: 135px;
    font-size: 160px;
  }
  .engagements__cv__right__left div:nth-child(4) {
    font-size: 90px;
    line-height: 70px;
  }
  .engagements__cv__right__right__top__left div:first-child {
    font-size: 143px;
    line-height: 160px;
  }
  .engagements__cv__right__right__top__left div:nth-child(2) {
    font-size: 30px;
    max-width: 45%;
    margin-left: 25px;
    line-height: 27px;
  }
  .engagements__cv__right__right__top__right div:nth-child(3) {
    font-size: 143px;
    line-height: 140px;
  }
  .engagements__cv__right__right__bottom__left.desktop {
    display: block;
    max-width: 248px;
  }
  .engagements__cv__right__right__bottom__left.mobile {
    display: none;
  }
  .engagements__cv__right__right__bottom__right div:first-child {
    font-size: 143px;
    line-height: 121px;
  }
  .engagements__cv__right__right__bottom__right div:nth-child(2) {
    font-size: 45px;
    line-height: 41px;
  }
  .engagements__temoignage {
    padding-bottom: 160px;
  }
  .engagements__temoignage .text p {
    font-size: 112px;
    line-height: 95px;
    max-width: 70%;
  }
  .engagements__temoignage .name {
    font-size: 24px;
    margin-top: 24px;
  }
  .engagements__temoignage .localisation {
    font-size: 16px;
  }
  .engagements__postuler {
    padding-bottom: 120px;
    padding-top: 380px;
  }
  .engagements__postuler h3 {
    font-size: 88px;
    line-height: 80px;
  }
  .engagements__postuler p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .engagements__talent h3.engagements_sub_title {
    font-size: 60px;
    line-height: 54px;
  }
  .engagements__talent {
    padding-top: 20px;
    padding-bottom: 160px;
  }
  .engagements__talent h2 {
    font-size: 88px;
    margin: auto;
    margin-bottom: 60px;
    line-height: 79px;
  }
  .engagements__talent__description p {
    max-width: 50%;
  }
  .engagements__talent__job {
    height: 332px;
    transition: all 0.6s cubic-bezier(0.61, -0.42, 0, 1.61);
    /* Transition douce */
    animation: shrink-grow-shrink 0.6s cubic-bezier(0.61, -0.42, 0, 1.61) forwards;
  }
  .actu__header {
    background-image: none;
    background-color: #E41F1B;
    height: 400px;
  }
  #filter-form {
    display: flex;
  }
  .single-post__container .post {
    padding-top: 160px;
  }
  .single-post__container .post {
    max-width: 75%;
  }
  .single-post__container .post h1 {
    font-size: 60px;
  }
  .single-post__container .post h3,
  .single-post__container .post h2 {
    font-size: 60px;
  }
  .single-post__container .post ul li {
    font-size: 24px;
  }
  .single-post__container .post p {
    font-size: 24px;
    line-height: 36px;
  }
  .banner.mob-only {
    display: none;
  }
  .banner.desk-only {
    display: block;
  }
  .banner.desk-only .top-svg {
    padding-bottom: 172px;
    padding-top: 172px;
  }
  .related-articles-slider {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .related-articles-slider .relative--article-title {
    font-size: 88px;
    margin-bottom: 60px;
  }
  .slide .post {
    padding-left: 0;
    padding-right: 80px;
  }
  .slide .post.d-flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1025px) {
  body::after {
    content: 'desktop';
  }
  .scroll-container {
    width: auto;
  }
}
@media (min-width: 1025px) {
  .single__metier__intro .d-flex {
    flex-direction: row;
  }
  .single__metier__qualites .motif {
    left: 20%;
    max-width: 425px;
    height: 100%;
    width: 100%;
    max-height: initial;
  }
  .single__metier__qualites__container {
    padding: 160px 1rem;
  }
  .single__metier__qualites__container .d-flex {
    flex-direction: row;
  }
  .single__metier__qualites__description .name {
    font-size: 60px;
    line-height: 54px;
  }
  .single__metier__missions__container {
    padding: 160px 1rem 30px;
  }
  .single__metier__missions__container .d-flex {
    flex-direction: row;
  }
  .single__metier__missions__container .title {
    font-size: 88px;
    line-height: 80px;
  }
  .single__metier__missions__detail {
    margin-left: 30px;
  }
  .single__metier__talent .d-flex {
    flex-direction: row;
    height: 610px;
  }
  .engagements__intro__red .d-flex {
    flex-direction: row;
  }
  .engagements__intro__red .d-flex.intro__red-flex-row-reverse {
    flex-direction: row-reverse;
  }
  .engagements__intro__red__img {
    width: 50%;
    max-width: 50%;
  }
  .engagements__intro__red__left__title {
    font-size: 60px;
    line-height: 54px;
  }
  .engagements__talent .wrapper_engagement {
    max-width: initial;
  }
  .engagements__talent .d-flex {
    flex-direction: row;
    justify-content: center;
  }
  .engagements__talent h2 {
    max-width: 55%;
  }
  .actu__header__motifs {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }
  .actu__header__title {
    font-size: 112px;
  }
  .actu__container .home__articles__container:nth-child(even) .right-articles {
    margin-right: 80px;
  }
  .blog .home__articles {
    padding-top: 70px;
  }
  .offres__banner {
    padding-top: 172px;
    padding-bottom: 140px;
    margin-bottom: 130px;
  }
  .offres__banner h1 {
    font-size: 112px;
  }
  .offres__banner svg {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (min-width: 1200px) {
  .single__metier__missions__detail {
    margin-left: 120px;
    width: 60%;
  }
}
@media screen and (min-width: 1281px) {
  body {
    /*line-height: 1.5;*/
  }
  .header .content-nav .col-logo .slogan {
    display: flex;
  }
}
@media (min-width: 1281px) {
  .single__metier__missions__container {
    padding: 160px 1rem 50px;
  }
  .engagements__intro__red__left {
    padding: 160px;
  }
  .engagements__talent {
    padding-top: 50px;
    padding-bottom: 160px;
  }
}
@media (min-width: 1390px) {
  .single__metier__qualites .motif {
    left: 25%;
    max-width: 526px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1660px;
  }
}
@media screen and (min-width: 1440px) {
  .scroll-container {
    overflow-x: unset;
  }
}
@media (min-width: 1440px) {
  .home__cv {
    flex-direction: row;
  }
  .home__cv__left {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .home__cv__left {
    max-width: calc(100% - 1016px - 1rem);
  }
  .home__articles {
    padding-top: 80px;
    margin-bottom: 160px;
  }
  .home__articles__title {
    font-size: 88px;
    margin-bottom: 25px;
  }
  .home__articles__subtitle {
    font-size: 24px;
  }
  .home__articles__container {
    display: flex;
  }
  .home__articles__container .left-article {
    height: 38vw;
    width: 38vw;
    min-width: 38vw;
  }
  .home__articles__container .left-article .post {
    bottom: 28px;
    left: 28px;
  }
  .home__articles__container .left-article .post h2 {
    font-size: 48px;
  }
  .home__articles__container .left-article .post .excerpt {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .home__articles__container .left-article {
    height: 752px;
    width: 752px;
    min-width: 752px;
  }
  .home__articles__container .right-articles .post {
    height: 356px;
  }
}
@media (max-width: 768px) {
  .header .content-nav .burger-menu {
    display: block;
  }
  .header .content-nav .burger-menu .burger {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
  }
  .header .content-nav .burger-menu .burger span {
    display: block;
    height: 3px;
    width: 100%;
    margin: 5px 0;
    transition: all 0.3s ease;
    background-color: black;
    border-radius: 2px;
  }
  .header .content-nav .burger-menu .burger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .header .content-nav .burger-menu .burger.open span:nth-child(2) {
    opacity: 0;
  }
  .header .content-nav .burger-menu .burger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
  }
  .header .content-nav {
    width: 100%;
  }
  .header .content-nav .burger-menu {
    display: flex;
    align-items: center;
  }
  .header .content-nav .show_mob {
    background-color: #E41F1B;
    color: #fff;
    padding: 1rem 1rem;
    margin-inline: 1rem;
    display: block;
  }
  .header .main-nav {
    position: fixed;
    inset: 0;
    background-color: #fff;
    padding: 120px 0 0 0;
    z-index: 10;
    overflow: hidden;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
  .header .main-nav.open {
    transform: translateX(0);
  }
  .header .main-nav .nav-links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    overflow-y: auto;
  }
  .header .main-nav .nav-links li {
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
  }
  .header .main-nav .nav-links li.hide_mob {
    display: none;
  }
  .header .main-nav .nav-links li a {
    padding: 0.5rem 1rem;
    margin: 0;
    display: block;
    text-align: left;
  }
  .header .main-nav .nav-links li a:hover {
    color: initial;
  }
  .header .main-nav .nav-links li:last-child a {
    margin: 1rem;
    text-align: center;
  }
  .header .main-nav .nav-links li.menu-item-has-children li {
    border-bottom: none;
  }
  .header .main-nav .nav-links li.menu-item-has-children a {
    position: relative;
    padding-right: 2rem;
  }
  .header .main-nav .nav-links li.menu-item-has-children a::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    pointer-events: none;
    transition: transform 0.2s ease;
  }
  .header .main-nav .nav-links li.menu-item-has-children .sub-menu {
    display: block;
    position: initial;
    list-style: none;
    padding-left: 0;
    margin: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .header .main-nav .nav-links li.menu-item-has-children .sub-menu a::after {
    display: none;
  }
  .header .main-nav .nav-links li.menu-item-has-children .sub-menu a {
    font-size: 20px;
  }
  .header .main-nav .nav-links li.menu-item-has-children .sub-menu:last-child a {
    margin-left: 1rem;
  }
  .header .main-nav .nav-links li.menu-item-has-children.open .sub-menu {
    max-height: 1000px;
    transition: max-height 0.3s ease-in;
  }
  .header .main-nav .nav-links li.menu-item-has-children.open .sub-menu a {
    color: #000;
  }
  .header .main-nav .nav-links li.menu-item-has-children.open a {
    color: #E41F1B;
  }
  .header .main-nav .nav-links li.menu-item-has-children.open a::after {
    content: '−';
  }
  .footer {
    margin-top: 72px;
  }
  .footer__logo svg {
    max-width: 160px;
  }
  .footer__motifs {
    max-height: 53px;
  }
  .footer__menu {
    margin-top: 39px;
  }
  .footer__menu__2 {
    margin-top: 39px;
    margin-left: 20px;
  }
  .home__header {
    padding-top: 83px;
    padding-bottom: 60px;
    background-position: top;
  }
  .home__header__motifs__red {
    max-height: 50px;
  }
  .home__cv__right__right__top__left {
    margin-top: 0;
  }
  .home__cv__right__right__top__right {
    margin-top: 0;
  }
  .home__cv__right__right__bottom__left {
    margin-bottom: 0;
  }
  .home__cv__right__right__bottom__right {
    margin-bottom: 0;
  }
  .home__testimony__item .bold {
    border-top: 1px dotted #E41F1B;
    padding-top: 16px;
  }
  .engagements__qualites .motif {
    max-height: 72px;
    width: 100px;
  }
  .engagements__qualites__description {
    margin-top: 32px;
  }
  .engagements__cv__left {
    margin-bottom: 2rem;
  }
  .engagements__cv__right {
    overflow-x: scroll;
  }
  .engagements__cv__right__left {
    padding-top: 4rem;
  }
  .engagements__cv__right__right__top__left {
    margin-top: 0;
  }
  .engagements__cv__right__right__top__left {
    max-width: 382px;
  }
  .engagements__cv__right__right__top__right {
    margin-top: 0;
  }
  .engagements__cv__right__right__bottom__left {
    margin-bottom: 0;
  }
  .engagements__cv__right__right__bottom__right {
    margin-bottom: 0;
  }
  .slide .post {
    margin-top: 40px;
  }
  .post-thumbnail {
    margin-bottom: 24px;
  }
}
@media (max-width: 1440px) {
  .home__cv__left {
    margin-bottom: 2rem;
  }
  .home__articles__container .right-articles .post {
    margin-top: 40px;
  }
  .home__articles__container .post-thumbnail {
    margin-bottom: 24px;
  }
}
@media (max-width: 1025px) {
  .single__metier__qualites__description {
    margin-top: 32px;
  }
}

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