:root {
  /*COLORS*/
  --primary: #1290c6;
  --secondary: #00b4cd;
  --text: #1c243a;
  --dark: #164e84;
  --gray: #8c8c8d;
  --ligth-gray: #d8d8d8;
  /*SIZE*/
  --size-btn: 15px;
  --animate-delay: 0.5s;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===== SFPro Text ====*/
/* Regular */
@font-face {
  font-family: 'SFPro';
  src: url('../fonts/SFProText-Regular.eot');
  src: url('../fonts/SFProText-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProText-Regular.woff') format('woff'),
    url('../fonts/SFProText-Regular.ttf') format('truetype'),
    url('../fonts/SFProText-Regular.svg#svgFontName') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: 'SFPro';
  src: url('../fonts/SFProText-Semibold.eot');
  src: url('../fonts/SFProText-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProText-Semibold.woff') format('woff'),
    url('../fonts/SFProText-Semibold.ttf') format('truetype'),
    url('../fonts/SFProText-Semibold.svg#svgFontName') format('svg');
  font-weight: 500;
}

/* Bold */
@font-face {
  font-family: 'SFPro';
  src: url('../fonts/SFProText-Bold.eot');
  src: url('../fonts/SFProText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProText-Bold.woff') format('woff'),
    url('../fonts/SFProText-Bold.ttf') format('truetype'),
    url('../fonts/SFProText-Bold.svg#svgFontName') format('svg');
  font-weight: 700;
}

/* Thin */
@font-face {
  font-family: 'SFPro';
  src: url('../fonts/SFProText-Thin.eot');
  src: url('../fonts/SFProText-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProText-Thin.woff') format('woff'),
    url('../fonts/SFProText-Thin.ttf') format('truetype'),
    url('../fonts/SFProText-Thin.svg#svgFontName') format('svg');
  font-weight: 100;
}

/* Light */
@font-face {
  font-family: 'SFPro';
  src: url('../fonts/SFProText-Light.eot');
  src: url('../fonts/SFProText-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProText-Light.woff') format('woff'),
    url('../fonts/SFProText-Light.ttf') format('truetype'),
    url('../fonts/SFProText-Light.svg#svgFontName') format('svg');
  font-weight: 300;
}

/* Heavy */
@font-face {
  font-family: 'SFProHeavy';
  src: url('../fonts/SFProText-Heavy.eot');
  src: url('../fonts/SFProText-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProText-Heavy.woff') format('woff'),
    url('../fonts/SFProText-Heavy.ttf') format('truetype'),
    url('../fonts/SFProText-Heavy.svg#svgFontName') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AeonikBlack';
  src: url('../fonts/Aeonik-Black.eot');
  src: url('../fonts/Aeonik-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Aeonik-Black.woff') format('woff'),
    url('../fonts/Aeonik-Black.ttf') format('truetype'),
    url('../fonts/Aeonik-Black.svg#svgFontName') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?sln4vl');
  src: url('../fonts/icomoon.eot?sln4vl#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?sln4vl') format('truetype'),
    url('../fonts/icomoon.woff?sln4vl') format('woff'),
    url('../fonts/icomoon.svg?sln4vl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'DIN Condensed';
  src: url('../fonts/DINCondensed-Light.eot');
  src: local('DIN Condensed Light'), local('../fonts/DINCondensed-Light'),
    url('../fonts/DINCondensed-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINCondensed-Light.woff2') format('woff2'),
    url('../fonts/DINCondensed-Light.woff') format('woff'),
    url('../fonts/DINCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Condensed';
  src: url('../fonts/DINCondensed-Regular.eot');
  src: local('DIN Condensed'), local('../fonts/DINCondensed-Regular'),
    url('../fonts/DINCondensed-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINCondensed-Regular.woff2') format('woff2'),
    url('../fonts/DINCondensed-Regular.woff') format('woff'),
    url('../fonts/DINCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 1075px) {
  .edito-centent {
    margin: 51px auto !important;
  }
}

@media (max-width: 1000px) and (min-width:500px) {
  .title-pourquoi-kr {
    display: block !important;
    width: 100%;
  }

  .pourquoi-kr-strategy img {
    width: auto !important;
  }

  .pourquoi-kr-strategy .col-md-4:not(.title-pourquoi-kr) {
    width: 50% !important;
  }

  .nos-metiers .content-metiers h3 {
    font-size: 26px !important;
    line-height: 31px !important;
  }

  .nos-metiers .content-metiers p {
    font-size: 20px !important;
  }


}


@media (min-width: 1200px) {
  .container {
    width: 1292px;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?kghbcv');
  src: url('../fonts/icomoon.eot?kghbcv#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?kghbcv') format('truetype'),
    url('../fonts/icomoon.woff?kghbcv') format('woff'),
    url('../fonts/icomoon.svg?kghbcv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Placeholder Styles */
::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: uppercase;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: uppercase;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: uppercase;
}

.btn-primary,
.languages a {
  transition: 0.2s;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: uppercase;
}

.icon-Fax:before {
  content: "\e900";
}

.icon-Localisation:before {
  content: "\e901";
}

.icon-Tel:before {
  content: "\e902";
}

.icon-bars:before {
  content: "\e904";
}

.icon-close:before {
  content: "\e905";
}

.icon-Msg:before {
  content: "\e903";
}




body {
  font-family: "Roboto", sans-serif;
}

a,
a:hover {
  text-decoration: none !important;
}

a:hover {
  color: var(--primary)
}

.ptb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.ptb-85 {
  padding-top: 85px;
  padding-bottom: 58px;
}

.text-upper {
  text-transform: uppercase;
}

.p-relative {
  position: relative;
}

.no-padding {
  padding: 0;
}

.no-padding-right {
  padding-right: 0;
}

.bg-gray {
  background-image: url(../images/bg-gray.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.flipbox-back {
  width: 100% !important
}

.header {
  transition: all 0.3s ease;
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

/*Header*/
.logo {
  float: left;
  padding: 14px 0;
}

.logo img {
  height: 94px;
  width: auto;
  margin-left: 5px;
}

.menus {
  float: right;
  padding: 49px 0 0 0;
  width: 1060px;
  transition: transform .5s ease-in-out;
}

.menus ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  height: 77px;
  margin-bottom: 0;
}

.menus ul li a {
  color: var(--gray);
  font-size: 20px;
}


.active-menu {
  border-bottom: 6px solid var(--primary);
}

.menus ul li:not(.active-menu):hover::before {
  width: 100%;
  left: 0;
}

.menus ul li a,
.menus ul li {
  position: relative;
  cursor: pointer;
}

.submenus li::before {
  display: none !important;
}

ul.submenus li:hover a {
  color: var(--text)
}

.menus ul:not(.submenus) li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 0;
  left: 50%;
  background-color: var(--primary);
  transition: all 0.4s;
}

.active-menu a {
  color: var(--primary) !important;
  font-weight: bold;
}

.menus ul:not(.menu .submenus) li:hover a {
  /*color: var(--primary) !important;*/
}

.error-input {
  border: 1px dashed red !important;
  background-color: #e2c6c6 !important;
}

.languages {
  float: right;
  position: absolute;
  right: -128px;
  top: 43px;
}

.languages a {
  border: 1px solid;
  border-radius: 40px;
  font-size: 17px;
  text-transform: uppercase;
  width: 44px;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 29px;
  color: #FFF;
  background-color: #d8d8d8;
}

.languages ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 7px;
  padding: 0;
  margin: 2px 0 0 0;
}

.languages ul li {
  padding: 0;
}

.active-language a,
.languages a:hover {
  background-color: var(--primary) !important;
}

.sd-drawer__menu-list-item ul {
  display: flex;
  gap: 20px;
  padding: 13px 18px !important;
  list-style: none;
}

.sd-drawer__menu-list-item ul li a {
  border: 1px solid;
  border-radius: 40px;
  font-size: 17px;
  text-transform: uppercase;
  width: 44px;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 29px;
  color: #FFF;
  background-color: #d8d8d8;
}

/* SLIDE */
.slide {
  background-image: url(../images/slide.png);
  background-position: 100% center !important;
  background-size: cover !important;
}

.title {
  /*font-family: "SFPro", sans-serif;*/
  color: #FFF;
  margin: 0;
  letter-spacing: 2px;
  padding: 0;
  transform: translate(0, 50%);
  float: left;
}

.title h1 {
  margin: 0;
  font-size: 58px;
  line-height: 75px;
  font-weight: 100;
}

.title h2 {
  font-size: 25px;
  width: auto;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 37px;
  border: 1px solid;
  border-left: #fff;
  border-right: none;
  margin: 21px 0;
  padding: 14px 0;
}

.title a {
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 19px;
  background-color: var(--primary);
  margin-top: 12px;
  border-color: var(--primary);
  color: #fff;
  float: left;
  transition: 0.2s;
}

.title a:hover {
  background-color: #fff;
  color: var(--primary);
}

section.slide.p-relative {
  height: 671px;
  background-color: #242832;
}

.space {
  height: 101px;
}


.expertise hr {
  margin-top: 13px;
  margin-bottom: 30px;
  border: 0;
  margin-left: 3px;
  border-top: 5px solid var(--dark);
  width: 40px;
}

.expertise h2 {
  margin: 0 0 14px;
  font-size: 37px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--dark);
  letter-spacing: 0px;
}

.expertise h3 {
  margin: 0;
  font-weight: normal;
  font-size: 23px;
  line-height: 30px;
}

section#nos-references {
  padding-top: 150px;
}

.nos-references-section h2 {
  margin: 0 0 22px;
  font-size: 37px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: bold;
  text-transform: uppercase;
  color: var(--dark);
  letter-spacing: 0px;
}

.nos-references-section ul li span {
  font-size: 43px;
  margin-right: 10px;
  color: var(--primary);
}

.expertise p {
  line-height: 26px;
  padding-right: 28px;
  font-size: 20.4px;
}


.nos-references-section ul {
  list-style: none;
  padding: 0;
}

.expertise ul {
  padding: 0;
}

.expertise ul li {
  font-size: 18px;
  color: var(--text);
  line-height: 32px;
  display: flex;
  flex-direction: column;
}

.expertise ul li span {
  font-size: 33px;
  margin-right: 13px;
  margin-top: 3px;
  margin-left: 3px;
}

.nos-references-section ul li {
  font-size: 20px;
  font-weight: 400;
  color: var(--text);
  line-height: 31px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.expertise ul li i,
.nos-references-section ul li i {
  font-size: 16px;
  margin-top: 9px;
  margin-right: 4px;
}

.nos-references-section ul li i {
  color: var(--primary);
  font-size: 14px;
}

.expertise ul li b {
  color: var(--primary);
  font-size: 22px;
}

.pr-12 {
  padding-right: 12px;
}

.nos-references-section img {
  float: right;
  width: 534px;
  height: 541px;
  object-fit: cover;
  border-radius: 30px;
  max-width: 100%;
}

.expertise img {
  float: right;
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 30px;
  margin: 6px 0 0 0;
}

.expertise ul li::marker {
  color: red;
}

/* Edito */
.edito {
  background-color: #eeeeee87;
}

.edito .bottom-edito {
  text-align: left;
  font-weight: 500;
}

.edito h2 {
  margin: 0 0 22px;
  font-size: 35px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: bold;
  text-transform: uppercase;
  color: var(--dark);
  letter-spacing: 0px;
  padding: 0;
  text-align: center;
}

.edito h3 {
  line-height: 27px;
  font-weight: normal;
  text-align: center;
  font-size: 19px;
  width: 68%;
  margin: 18px auto;
  font-style: italic;
}

.padding-left-image {
  padding-left: 60px;
}

.edito .text-edito {
  margin: 0 auto;
  column-count: 2;
  padding: 54px 54px 0 54px;
  gap: 59px;
  text-align: justify;
  font-size: 16px;
}

.edito hr {
  border: 0;
  border-top: 1px solid #ccc;
  width: 55%;
  margin: 0 auto;
}

.edito-centent {
  border: 6px solid #000;
  border-radius: 59px;
  margin: 51px 19px;
  max-width: 1255px;
  padding: 67px 74px 39px;
  font-style: italic;
  font-size: 18px;
  line-height: 23px;
  color: var(--text);
  column-count: 2;
  gap: 73px;
  text-align: justify;
}

.edito-centent p {
  margin: 0 0 9px;
}

.edito-centent::before {
  content: "";
  background-image: url(../images/quote.png);
  position: absolute;
  z-index: 30;
  height: 120px;
  width: 131px;
  top: -73px;
  background-size: cover;
  left: 96px;
}

.edito-centent::after {
  content: "";
  background-image: url(../images/quote.png);
  position: absolute;
  z-index: 30;
  height: 120px;
  width: 131px;
  bottom: -73px;
  background-size: cover;
  right: 96px;
}

.edito-centent img {
  margin: 41px auto 20px;
  display: block;
}

.edito .legende {
  text-align: center;
  margin: 7px;
  color: var(--dark);
  font-size: 17px;
}

/*Pourquoi kr-strategy ? */
.pourquoi-kr-strategy .card {
  position: absolute;
  top: 0;
  width: 93%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0px 9px 0px rgb(0 0 0 / 15%);
  color: #fff;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform .5s ease-in-out;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 24px;
}

.pourquoi-kr-strategy .col-md-4 {
  height: 282px;
  margin-bottom: 50px;
  margin-top: 36px;
}


.pourquoi-kr-strategy .flipbox-front {
  transform: rotateY(0deg);
}

.pourquoi-kr-strategy .flipbox-back {
  transform: rotateY(180deg);
  padding: 0;
  font-size: 17px;
  line-height: 1.5;
  background: var(--primary);
}

.pourquoi-kr-strategy .flipbox:hover .flipbox-front,
.nos-metiers .flipbox:hover .flipbox-front {
  transform: rotateY(-180deg);
}

.pourquoi-kr-strategy .flipbox:hover .flipbox-back,
.nos-metiers .flipbox:hover .flipbox-back {
  transform: rotateY(0deg);
  display: block;
}

.flipbox p {
  font-family: "SFProHeavy", sans-serif;
}

.pourquoi-kr-strategy .flipbox-front p {
  color: var(--text);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-transform: uppercase;
  letter-spacing: -0.4px;
  font-size: 26px;
  padding: 15px 18px;
  text-align: center;
  margin: 0;
}

.pourquoi-kr-strategy .flipbox-back {
  position: relative;
}

.pourquoi-kr-strategy .flipbox-back p {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  line-height: 36px;
  margin: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
}

.pourquoi-kr-strategy .flipbox-back a:hover {
  background-color: #fff;
  color: var(--primary);
}

.pourquoi-kr-strategy .flipbox-back a {
  display: block;
  border: 2px solid #fff;
  padding: 7px 16px;
  border-radius: 11px;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  width: 137px;
  margin: 27px auto 0;
  /* font-family: "SFPro", sans-serif;*/
  font-weight: 500;
  letter-spacing: normal;
}

.pourquoi-kr-strategy h2 {
  text-align: center;
  color: var(--primary);
  font-size: 36px;
  text-transform: uppercase;
  margin: 5px;
  letter-spacing: -2px;
  padding: 0px;
  line-height: 49px;
  /* font-family: "SFPro", sans-serif;*/
  font-weight: 300;
  margin-bottom: 22px;
}

ul.submenus {
  position: absolute;
  z-index: 99999;
  width: 364px;
  left: 0;
  background-color: #fff;
  padding: 0;
  top: 77px;
  padding: 0;
  border: none;
  box-shadow: 5px 3px 6px #00000029;
  border-radius: 0;
  font-size: 13px;
  display: block;
  float: left;
  height: auto !important;
  padding: 14px 0px;
  display: none;
}

ul.submenus li {
  display: block;
  float: left;
  width: 100%;
  min-height: 43px;
}

ul.submenus li {
  color: var(--gray) !important;
}

ul.submenus li a {
  font-weight: normal;
  font-size: 16px;
  padding: 7px 14px;
  display: block;
  float: left;
  width: 100%;
  color: var(--gray) !important;
}

ul.submenus li:hover a {
  color: var(--primary) !important;
}

.pourquoi-kr-strategy span {
  font-family: "SFProHeavy", sans-serif;
}

.pourquoi-kr-strategy img {
  margin: 0 auto;
  display: block;
  height: 151px;
}

/*Nos métiers */
.nos-metiers h2 {
  margin: 26px 18px 16px;
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--dark);
  letter-spacing: 0px;
  text-align: center;
}




.nos-metiers .orange .content-metiers ul li span {
  font-size: 38px;
}

.nos-metiers .content-metiers ul {
  padding: 0;
  list-style: none;
}



.nos-metiers {
  background-color: #eeeeee87;
}


.nos-metiers .content-metiers {
  border-left: 12px solid;
  box-shadow: 1px 0px 9px 0px rgb(0 0 0 / 15%);
  float: left;
  display: block;
  width: calc(100% - 192px);
  padding: 32px 52px 21px 57px;
  left: 187px;
  position: relative;
  background-color: #fff;
}

.nos-metiers .content-metiers h3 {
  margin: 0 0 14px;
  font-size: 33px;
  text-transform: uppercase;
  font-weight: bold;
}

.nos-metiers .content-metiers ul li {
  line-height: 35px;
  margin: 0;
  font-size: 22px;
}

.nos-metiers .content-metiers p {
  font-size: 22px;
  margin-bottom: 9px;
  line-height: 28px;
}

.nos-metiers .orange .content-metiers ul li span {
  font-size: 38px;
  vertical-align: -6px;
}

.metier {
  margin: 44px 0 8px;
}

.nos-metiers hr {
  width: 42px;
  border-top: 5px solid var(--dark);
  margin: 0 auto;
}

/* Nos réferences */
.nos-references {
  background-image: url(../images/carte-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #18202f;
}

.nos-references h2 {
  font-size: 54px;
  font-weight: bold;
  margin: 0;
  line-height: 67px;
  color: #fff;
  /*font-family: "SFPro";*/
}

.nos-references h2 span {
  font-weight: 100;
  display: block;
  font-size: 49px;
  /*font-family: "SFPro";*/
}

.nos-references img {
  float: right;
  margin-top: -27px;
}

/*Contact*/
.contact {
  background-image: url(../images/contact.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact h2 {
  margin: 13px 0 24px;
  font-size: 34px;
  font-weight: bold;
  color: var(--dark);
  /*font-family: 'Montserrat', sans-serif;*/
}

.contact hr {
  border-top: 4px solid var(--dark);
  width: 49px;
  text-align: left;
  margin: 0 0 40px;
}

.contact ul {
  padding: 0;
  line-height: 42px;
  list-style: none;
  font-size: 19px;
  color: var(--text);
}

.contact ul li span {
  color: var(--primary);
}

.contact ul li span.icon-Localisation {
  font-size: 26px;
  margin-left: 5px;
  vertical-align: -5px;
  margin-right: 19px;
}

.contact ul li span.icon-Tel {
  font-size: 21px;
  margin-right: 20px;
  vertical-align: -4px;
}

.contact ul li span.icon-Fax {
  font-size: 22px;
  margin-right: 19px;
  vertical-align: -4px;
}

.contact ul li span.icon-Msg {
  font-size: 18px;
  vertical-align: -4px;
  margin-right: 19px;
}

.contact form {
  padding: 17px 12px 0 24px;
  /*font-family: 'SFPro', sans-serif;*/
}

.contact textarea.form-control {
  resize: none;
  height: 175px;
}

.contact .form-control {
  box-shadow: 1px 5px 13px 2px rgb(0 0 0 / 15%);
  border: none;
  background-color: #fff;
  height: 52px;
  text-transform: uppercase;
  font-size: 19px;
  border-radius: 0;
}

.contact .form-control[type="email"] {
  text-transform: none !important;
}

.alert-success {
  /*font-family: 'SFPro', sans-serif;*/
  font-size: 18px;
}

div#message {
  padding: 0 24px;
}

.contact .form-group {
  margin-bottom: 30px;
}

.contact button {
  margin-top: 2px;
  border-radius: 0;
  width: 100%;
  font-size: 32px;
  text-transform: uppercase;
  padding: 12px;
  background-color: var(--primary);
  margin-bottom: 45px;
  border-color: var(--primary);
}


.contact button:hover {
  background-color: #fff;
  border: 1px solid var(--primary);
  color: var(--primary);
}

.footer {
  display: block;
  float: left;
  width: 100%;
  background-color: #898888e0;
  color: #fff;
  height: 41px;
  /*font-family: 'SFPro', sans-serif;*/
  position: absolute;
  bottom: 0;
  font-size: 12px;
  padding-top: 5px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: var(--primary);
}

.footer .container {
  padding-top: 10px;
}

/*Page pourquoi kr strategy */
.slide-page {
  background-image: url(../images/pourquoi-kr-strategy.png);
  background-position: center center !important;
  background-size: cover !important;
  background-color: #192134;
}

.nosmetier-slide {

  background-image: url(../images/nos-metiers-bg-page.png);
}

.slide-page h1 {
  padding: 49px 209px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  text-transform: uppercase;
  /*font-family: 'SFPro';*/
  font-weight: bold;
  font-size: 55px;
  color: #fff;
  line-height: 74px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-page h1 span {
  font-weight: 100;
  font-size: 55px;
  text-shadow: none;
}

.bloc-content {
  flex-direction: row;
  justify-content: space-between;
  gap: 98px;
  padding: 12px;
  margin-bottom: 110px;
  display: flex;
  align-items: stretch;
}

.bloc-content .text-bloc {
  margin-right: 0;
  width: 100%;
  flex: 1;
}

.bloc-content .img-bloc {
  display: flex;
  align-items: stretch;
}

.bloc-content .paragraphe h2 {
  margin: 0;
  color: var(--dark);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 45px;
}

.bloc-content .paragraphe hr {
  margin-top: 32px;
  margin-bottom: 36px;
  border-top: 4px solid var(--dark);
  width: 42px;
  float: left;
}

.bloc-content .paragraphe p {
  font-size: 20px;
  padding-right: 2px;
}

.bloc-content .paragraphe ul {
  font-size: 20px;
  padding-right: 2px;
  padding-left: 20px;
}

.bloc-content img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 30px
}

/*Media query*/
@media (min-width: 1245px) and (max-width: 1600px) {
  .container {
    width: 1283px;
  }

  .menus {
    float: right;
    padding-left: 0;
    width: 86%;
    padding-right: 95px;
  }

  .bg-gray {
    background-size: cover;
  }

  .pourquoi-kr-strategy h2 {
    font-size: 46px;
  }

  .nos-references h2 {
    font-size: 49px;
  }

  .bloc-content .paragraphe h2 {
    font-size: 32px;
    line-height: 41px;
  }

  .bloc-content .paragraphe hr {
    margin-top: 16px;
  }
}

/*MOBILE*/
@media (max-width: 700px) {
  .edito-centent {
    border: 3px solid #000;
    padding: 67px 20px;
    column-count: 1;
  }

  .liste-des-metiers .details-content h3 {
    font-size: 15px !important;
  }

  .pr-12 {
    padding-right: 0;
  }


  .edito-centent::before {
    height: 90px;
    width: 90px;
    top: -44px;
    left: 21px;
  }

  .edito-centent::after {
    height: 90px;
    width: 90px;
    bottom: -44px;
    right: 21px;
  }

  .pourquoi-kr-strategy img {
    width: auto !important;
    margin-bottom: 0 !important;
    max-width: 100%;
    height: auto;
  }

  .pourquoi-kr-strategy .col-md-4 {
    margin-bottom: 0;
  }

  .edito-centent img {
    width: 100%;
  }

  .pourquoi-kr-strategy .flipbox {
    margin-bottom: 10px !important;
  }
}


@media (min-width: 1300px) and (max-width: 1600px) {

  .languages {
    right: 0;
  }
}

@media (max-width: 768px) {
  .slide-page {
    background-position: 58% center !important;
  }

  .menus,
  .languages {
    display: none;
  }

  .title {
    transform: translate(0, 25%);
  }

  .title h1 {
    margin: 0;
    font-size: 33px;
    line-height: 48px;
  }

  .expertise h3 {
    margin: 8px 0;
    font-weight: normal;
    font-size: 19px;
    line-height: 25px;
  }

  .image-ceo {
    padding: 0;
  }

  .image-ceo img {
    padding: 0;
    width: 76% !important;
    max-width: 250px;
    margin: 0 auto;
    display: block;
  }

  .col-md-10.no-padding-right {
    padding: 0 15px !important;
  }

  .edito h3 {
    width: 100%;
    font-size: 18px;
  }

  .edito hr {
    margin: 19px auto;
  }

  .edito .text-edito {
    column-count: 1;
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .nos-references-section ul {
    margin-top: 27px;
  }

  .title h2 {
    font-size: 19px;
    width: 100%;
    margin: 5px 0;
    padding: 0;
  }

  section.slide.p-relative {
    height: 380px;
  }

  .ptb-110 {
    padding: 60px 15px;
  }

  .expertise h2,
  .nos-references-section h2,
  .nos-metiers h2,
  .contact h2 {
    font-size: 30px;
    margin: 0;
  }

  .expertise hr,
  .nos-references-section hr,
  .nos-metiers hr {
    margin-top: 19px !important;
    margin-bottom: 29px !important;
    margin-left: 0 !important;
  }

  section#nos-references {
    padding-top: 65px;
  }

  span.number {
    float: left !important;
    display: block !important;
    top: 0 !important;
    margin: 0 !important;
    width: 127px !important;
    height: 135px !important;
    font-size: 51px !important;
    line-height: 92px !important;
    left: 15px !important;
  }

  .nos-metiers .content-metiers ul li {
    line-height: 27px !important;
    margin: 0 !important;
    font-size: 17px !important;
    display: flex !important;
    gap: 11px !important;
  }

  .nos-metiers .green .content-metiers {
    border-top: 9px solid #6fb66d !important;
    padding: 20px 22px !important;
  }

  .edito-centent {
    border: 3px solid #000 !important;
    padding: 67px 33px !important;
    font-size: 18px !important;
    line-height: 23px !important;
    gap: 50px !important;
  }

  .edito-centent img {
    width: 100%;
  }

  .content-metiers {
    display: block !important;
    float: left !important;
    width: 100% !important;
    left: 0 !important;
    top: 68px !important;
    border-top: 9px solid !important;
    border-left: none !important;
    padding: 20px 22px !important;
  }

  p,
  ul li {
    font-size: 17px !important;
  }

  .metier {
    margin: 12px 0 30px !important;
    float: left;
    padding-bottom: 68px;
  }

  .nos-metiers .content-metiers h3 {
    font-size: 21px !important;
    line-height: 28px !important;
    margin-bottom: 10px !important;
  }

  .nos-metiers .content-metiers p {
    font-size: 17px !important;
    margin-bottom: 9px;
    line-height: 25px;
  }


  .nos-metiers .content-metiers h3 br {
    display: none !important;
  }

  .nos-metiers .move .content-metiers {
    border-top: 9px solid #9f579e !important;
  }

  .nos-metiers .orange .content-metiers {
    border-top: 9px solid #f39200 !important;
  }

  .nos-metiers .blue .content-metiers {
    border-top: 9px solid #39bcd3 !important;
  }

  .nos-metiers .green .content-metiers {
    border-top: 9px solid #6fb66d !important;
  }

  .nos-metiers .rose .content-metiers {
    border-top: 9px solid #ff5e69 !important;
  }

  .expertise ul li i,
  .nos-references-section ul li i {
    font-size: 15px;
  }


  .nos-metiers .flipbox:hover .flipbox-back,
  .nos-metiers .flipbox-back {
    padding: 20px 6px;
  }

  .contact form {
    padding: 17px;
  }

  .expertise img,
  .nos-references-section img {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0 auto;
    height: auto;
    float: none;
    display: block;
  }

  .logo img {
    height: 70px;
    width: auto;
  }

  .pourquoi-kr-strategy .flipbox-front p {
    font-size: 18px;
  }

  .pourquoi-kr-strategy .flipbox-back p {
    font-size: 18px;
    line-height: 28px;
  }

  .pourquoi-kr-strategy .flipbox-back a {
    padding: 13px 16px;
    font-size: 20px;
  }

  .pourquoi-kr-strategy .flipbox {
    height: 256px;
    margin-bottom: 50px;
  }

  .bg-gray {
    background-size: cover;
  }

  .pourquoi-kr-strategy h2 {
    font-size: 34px;
    line-height: 45px;
  }

  .pourquoi-kr-strategy img {
    width: 64px;
    margin-bottom: 50px;
  }

  .ptb-85 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .nos-references img {
    margin-top: 0;
    width: 100%;
  }

  .nos-references h2 {
    font-size: 29px;
    line-height: 44px;
    margin-bottom: 29px;
  }

  .nos-references h2 span {
    font-size: 36px;
  }

  .nos-metiers .flipbox {
    padding: 0;
  }

  .nos-metiers .card {
    width: 100%;
    margin: 0;
  }

  .nos-metiers h3 {
    font-size: 27px;
    line-height: 34px;
  }

  .nos-metiers .flipbox-back p {
    font-size: 15px;
    line-height: 28px;
    padding: 0;
  }

  .nos-metiers .flipbox {
    height: auto;
    margin-bottom: 50px;
  }

  .nos-metiers h4 {
    font-size: 24px;
    padding: 0;
  }

  .nos-metiers hr {
    margin: 10px auto !important;
  }

  .liste-des-metiers {
    display: block !important;
    float: left !important;
    padding: 0 !important;
    width: 100% !important;

  }

  .liste-des-metiers li {
    margin: 0 auto 30px !important;
  }

  .contact ul {
    font-size: 15px;
  }

  .email-bloc {
    margin-bottom: 30px;
  }

  .contact button {
    font-size: 26px;
    margin-bottom: 50px;
  }

  .footer .container {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .slide {
    background-position: 12% center !important;
  }

  .footer {
    height: 60px;
    font-size: 12px;
    line-height: 23px;
  }

  .footer .text-right {
    text-align: left;
  }

  .logo {
    padding: 9px 0;
  }
}

@media (min-width: 1199px) and (max-width: 1300px) {
  .menus {
    float: left;
    padding-left: 16px;
  }

  .languages {
    right: 0;
  }

  .slide {
    background-position: 80% center !important;
  }
}

@media (min-width: 992px) and (max-width: 999px) {
  button.navbar-toggler {
    display: block !important;
  }
}

@media (max-width: 599px) {
  .slide-page {
    background-position: 58% center !important;
  }

  .bloc-content {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0;
    margin-bottom: 55px;
  }

  .bloc-content .paragraphe h2 {
    font-size: 21px;
    line-height: 29px;
    margin-top: 20px;
  }


  .slide-page h1 {
    padding: 41px 0 41px;
    font-size: 35px;
    line-height: 56px;
  }

  .slide-page h1 span {
    font-size: 41px;
  }

  .bloc-content .left-bloc {
    margin-right: 0;
  }

  .bloc-content .paragraphe h2 {
    font-size: 20px;
    line-height: 27px;
    margin-top: 20px;
  }

  .bloc-content .paragraphe p {
    font-size: 17px;
    padding-right: 2px;
  }

  .contact .form-control,
  .expertise p,
  .expertise ul li,
  .nos-references-section ul li {
    font-size: 17px;
  }

  .expertise ul li i,
  .nos-references-section ul li i {
    font-size: 13px;
  }

  .bloc-content .paragraphe hr {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .bloc-content img {
    margin-top: 0;
  }


}

@media (min-width: 1000px) and (max-width: 1245px) {
  .container {
    width: 90%;
  }

  .menus {
    float: right;
    padding-left: 0;
    width: 957px;
    padding-right: 100px;
  }

  .pourquoi-kr-strategy h2 {
    font-size: 45px;
    margin: 0;
    letter-spacing: -2px;
  }

  .pourquoi-kr-strategy .flipbox-front p,
  .pourquoi-kr-strategy .flipbox-back p,
  .pourquoi-kr-strategy .flipbox-back a {
    font-size: 22px;
  }

  .nos-metiers .flipbox-back p {
    font-size: 16px;
  }


  .nos-metiers hr {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .nos-references .col-md-8 img {
    width: 90%;
  }

  .nos-references .col-md-4 {
    padding-right: 0;
  }

  .nos-references h2 {
    font-size: 46px;
  }

  .bg-gray {
    background-size: cover;
  }


  .menus ul li a {
    font-size: 18px;
  }

  .languages {
    right: 0;
  }

  .menus ul li {
    padding-top: 6px;
  }

  .contact ul {
    line-height: 49px;
    font-size: 19px;
  }

  .contact ul li {
    display: flex;
    line-height: 22px;
    margin-bottom: 13px;
  }

  .title h1 {
    font-size: 52px;
    line-height: 73px;
  }

  .title h2 {
    font-size: 27px;
  }

  section.slide.p-relative {
    height: 501px;
  }

  .slide {
    background-position: 80% center !important;
  }


  .expertise h2,
  .nos-references-section h2 {
    font-size: 31px;
  }

  .expertise p {
    font-size: 17px;
    padding-right: 6px;
  }

  .expertise ul li,
  .nos-references-section ul li {
    font-size: 18px;
  }

  .expertise ul li i,
  .nos-references-section ul li i {
    font-size: 15px;
  }

  .pourquoi-kr-strategy .flipbox-back p {
    font-size: 19px;
  }

  .nos-metiers h4 {
    font-size: 28px;
  }

  .nos-metiers .flipbox {
    height: 475px;
  }

  .slide-page h1 {
    padding: 49px 112px 60px;
  }

  .bloc-content .left-bloc {
    margin-right: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1185px) {
  .menus {
    float: right;
    padding-left: 0;
    width: 90%;
    padding-right: 79px;
  }

  .menus ul li a {
    font-size: 15px;
  }

  .languages {
    width: 81px;
  }

  .menus ul {
    padding-left: 14px;
  }

  .languages a {
    font-size: 15px;
    width: 43px;
  }

  .slide {
    background-position: 80% center !important;
  }

  .title {
    transform: translate(0, 47%);
  }

  .title h2 {
    font-size: 25px;
  }

  .title h1 {
    font-size: 45px;
    line-height: 56px;
  }

  .expertise img,
  .nos-references-section img {
    object-fit: cover;
    border-radius: 30px;
  }

  .pourquoi-kr-strategy .flipbox-front p {
    font-size: 18px;
  }

  .pourquoi-kr-strategy .flipbox-back p {
    font-size: 18px;
    line-height: 28px;
  }

  .pourquoi-kr-strategy .flipbox-back a {
    padding: 7px 13px;
    font-size: 18px;
    width: 141px;
  }

  .pourquoi-kr-strategy h2 {
    font-size: 39px;
    margin-bottom: 21px;
    line-height: 52px;
  }

  .nos-metiers .flipbox {
    height: 484px;
    margin-bottom: 50px;
  }

  .expertise ul li,
  .expertise ul li i,
  .nos-references-section ul li i {
    font-size: 17px;
  }

  .nos-references h2 span {
    font-size: 42px;
  }

  .nos-references h2 {
    font-size: 41px;
  }
}

@media (min-width: 768px) and (max-width:999px) {
  .slide-page h1 {
    padding: 41px 0 41px;
  }

  .edito-centent {
    padding: 63px 37px 63px !important;
  }

  .edito-centent img {
    width: 100%;
  }

  .expertise img,
  .nos-references-section img {
    float: right;
    width: 100%;
    height: auto;
  }

  .email-bloc {
    margin-bottom: 30px;
  }

  .hidden-xs {
    display: none !important;
  }

  .nos-references img {
    margin-top: 40px;
  }

  .bloc-content {
    display: flex;
    flex-direction: column;
  }

  .languages,
  .menus {
    display: none;
  }

  .title h1 {
    font-size: 41px;
    line-height: 54px;
  }

  .title h2 {
    margin: 14px 0;
    font-size: 24px;
    width: 307px;
  }

  section.slide.p-relative {
    height: 415px;
  }

  .ptb-110 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .expertise h2,
  .nos-references-section h2 {
    font-size: 32px;
  }

  .expertise ul li,
  .nos-references-section ul li,
  .expertise p {
    font-size: 20px;
  }


  .pourquoi-kr-strategy h2 {
    font-size: 37px;
    line-height: 51px;
  }

  .pourquoi-kr-strategy .card {
    width: 100% !important;
  }

  .expertise img,
  .nos-references-section img {
    margin: 14px auto;
    float: none;
    display: block;
  }

  .nos-metiers .metier .number {
    font-size: 99px;
    line-height: 173px;
    width: 158px;
    height: 157px;
    font-size: 64px !important;
    left: 0;
  }

  .pourquoi-kr-strategy .col-md-4:not(.title-pourquoi-kr) {
    width: 46% !important;
    margin: 0 23px 0 0;
  }

  .nos-metiers .content-metiers {
    width: calc(100% - 120px);
    left: 116px;
    padding: 26px 18px;
  }

  .nos-metiers .orange .content-metiers ul li span {
    margin-right: 7px;
  }

  .nos-metiers .content-metiers ul li {
    font-size: 20px !important;
    display: flex;
  }

  .contact ul li,
  .contact .form-control {
    font-size: 20px !important;
  }

  .metier {
    padding: 0;
  }

  .pourquoi-kr-strategy .flipbox:hover .flipbox-back {
    width: 100% !important;
  }

  .pourquoi-kr-strategy .flipbox-front p {
    font-size: 26px;
  }

  .pourquoi-kr-strategy .flipbox-back p {
    font-size: 26px;
    line-height: 37px;
  }

  .pourquoi-kr-strategy .flipbox-back a {
    padding: 9px 14px;
    font-size: 21px;
    width: 146px;
  }

  .bg-gray {
    background-size: cover;
  }

  .nos-metiers h3 {
    font-size: 44px;
    line-height: 42px;
  }

  .nos-metiers .flipbox-back p {
    font-size: 16px;
  }

  .nos-metiers .card.flipbox-back h4 span {
    font-size: 25px;
    margin-top: 12px;
  }

  .nos-metiers .flipbox-back p {
    font-size: 20px;
    margin-top: 16px;
  }

  .nos-metiers h4 {
    font-size: 42px;
  }

  .footer .text-left {
    float: left;
  }

  hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nos-references img {
    width: 100%;
  }

  .nos-references h2 {
    font-size: 31px;
    line-height: 46px;
  }

  .nos-references h2 span {
    font-size: 47px;
  }

  .slide-page h1 {
    padding: 49px 103px 60px;
    font-size: 45px;
    line-height: 68px;
  }

  .bloc-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .pourquoi-kr-strategy img {
    margin: 16px auto 30px;
    width: 82px;
  }
}


.sd-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999;
  width: 0;
  min-width: 100%;
  max-width: none;
  height: 100vh;
  background-color: #fff;
  transform: translateX(-100%);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 0.3s;
}

button.navbar-toggler {
  border: none;
  float: right;
  font-size: 19px;
  background-color: transparent;
  color: var(--primary);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

@media only screen and (max-width: 1279px) {
  .sd-drawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999;
    width: 0;
    min-width: 100%;
    max-width: none;
    height: 100vh;
    background-color: #fff;
    transform: translateX(-100%);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-duration: 0.3s;
  }

  .sd-drawer--is-open {
    top: 0;
    min-width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateX(0);
  }

  .sd-drawer--is-open.sd-drawer--large,
  .sd-drawer--is-open.sd-drawer--medium {
    min-width: 100%;
  }

  .sd-drawer__header {
    display: flex;
    justify-content: flex-end;
    padding: 8px 16px;
    line-height: 1.5;
    border-bottom: 1px solid #e0e4e9;
    box-shadow: -5px 2px 9px rgb(0 0 0 / 27%);
    margin-bottom: 9px;
    position: relative;
  }

  .sd-drawer__header-left {
    display: flex;
    flex: 1 1;
    align-items: center;
  }

  .sd-drawer a.logo-mobile {
    bottom: -5px;
    left: 0;
  }

  header.sd-drawer__header .logo {
    height: 70px;
  }

  button.navbar-search i,
  .closeMenu {
    color: var(--primary);
    margin-top: 0;
    font-size: 17px;
    width: 41px;
    text-align: right;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .closeMenu {
    position: absolute;
    z-index: 9;
  }

  .sd-drawer__menu-list-item {
    height: 55px;
    border-bottom: 1px solid #8a929c1c;
    color: #8a929c;
  }

  .sd-drawer__menu-list-title {
    display: flex;
    flex: 1 1;
    align-items: center;
    height: 40px;
    color: #717983;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.2px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .sd-drawer__menu-list-title {
    color: var(--gray);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 18px !important;
    height: 55px;
    /* font-family: 'SFPro', sans-serif;*/
  }

  .sd-drawer__menu-list-holder--active .sd-drawer__menu-list-title {
    color: var(--primary);
  }
}

@media (min-width: 1190px) and (max-width: 1440px) {
  .menus {
    float: right;
    padding-left: 0;
    width: 91%;
    padding-right: 120px;
    padding-top: 28px;
  }

  ul.submenus li a {
    font-size: 16px !important;
  }

  ul.submenus {
    top: 72px;
  }

  .logo img {
    height: 72px;
  }

  .menus ul {
    height: 72px;
  }

  .languages {
    top: 26px;
  }

  .expertise h3 {
    margin: 0 0 9px;
    font-weight: normal;
    font-size: 21px;
    line-height: 30px;
  }

  .title h1 {
    font-size: 43px;
    line-height: 61px;
  }

  section.slide.p-relative {
    height: 562px;
  }

  .ptb-110 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .edito-centent {
    border: 3px solid #000;
    padding: 50px 43px;
  }

  h2:not(.title h2) {
    font-size: 34px !important;
    margin: 6px 0;
  }

  .nos-metiers hr {
    margin: 0 !important;
  }

  .expertise hr {
    margin-top: 0;
  }

  .nos-metiers .content-metiers h3 {
    font-size: 24px !important;
    line-height: 33px !important;
  }

  .nos-metiers .content-metiers {
    padding: 28px 37px !important;
  }

  .nos-metiers .metier .number {
    font-size: 75px;
    line-height: 213px;
    width: 200px;
    margin-top: 21px;
    height: 200px;
    text-align: left;
    padding-left: 53px;
  }

  p,
  ul li,
  ul li span {
    font-size: 18px !important;
  }

  .nos-metiers .content-metiers {
    left: 136px;
  }

  .nos-references h2 {
    line-height: 50px;
  }

  .contact form {
    width: 90%;
    float: right;
  }

  .contact .form-control {
    height: 44px;
    font-size: 17px;
  }

  .contact button {
    font-size: 22px;
  }
}

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: transparent;
  margin: 0;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  text-transform: uppercase;
  color: var(--dark);
  text-decoration: none;
  font-size: 14px;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

@media screen and (min-width: 1030px) and (max-width: 1189px) {
  .menus {
    width: 89%;
  }

  .menus ul li a {
    font-size: 18px;
  }

  .expertise h3 {
    font-size: 20px;
  }
}


.image-ceo {
  padding-left: 0;
}

.image-ceo img {
  width: 100%;
  border-radius: 68px;
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
  body {
    zoom: 88%;
  }
}

/*
#nos-metiers {
  background-image: url(../images/background-nos-metiers.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}*/

.liste-des-metiers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  gap: 20px;
  margin-top: 63px;
}

.liste-des-metiers li hr {
  margin: 5px auto !important;
  border-top: 2px solid var(--primary);
}

.liste-des-metiers li {
  border-radius: 50%;
  width: 280px;
  height: 280px;
  margin: 0 40px;
  position: relative;
  border: 2px solid var(--primary);
  padding: 0;
}

/*.liste-des-metiers .content-metier {
  border-radius: 50%;
  border: 1px solid;
  width: 274px;
  height: 274px;
  margin: 14px;
  position: relative;
}*/

.liste-des-metiers .details-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 91%;
  background: white;
  border-radius: 50%;
  height: 91%;
  margin: 0 auto;
  left: 0;
  right: 0;
  box-shadow: 1px 0px 9px 0px rgb(0 0 0 / 15%);
}

.liste-des-metiers .content-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.liste-des-metiers .details-content a {
  text-align: center;
  display: block;
  color: var(--gray);
  font-size: 15px;
}

.liste-des-metiers .details-content h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 10px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

/*.liste-des-metiers .details-content a {
  display: block;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 7px;
  padding: 6px;
  width: 62%;
  margin: 18px auto 0;
}*/

/*Blue*/
.liste-des-metiers li h3 {
  color: var(--dark);
}

/*
.liste-des-metiers li a {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.liste-des-metiers li a:hover {
  background-color: #fff;
  color: var(--primary);
}*/

.liste-des-metiers li .content-metier {
  border-color: var(--primary);
}

.h-85 {
  height: 85px;
}