#map {
  height: 400px;
  width: 400px;
}
.merde {
  height: 100%;
}

footer address a {
  color: #fa8597;
}

.arrow-top-icon {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjQ5IDMxLjQ5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMS40OSAzMS40OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiPgo8cGF0aCBkPSJNMjEuMjA1LDUuMDA3Yy0wLjQyOS0wLjQ0NC0xLjE0My0wLjQ0NC0xLjU4NywwYy0wLjQyOSwwLjQyOS0wLjQyOSwxLjE0MywwLDEuNTcxbDguMDQ3LDguMDQ3SDEuMTExICBDMC40OTIsMTQuNjI2LDAsMTUuMTE4LDAsMTUuNzM3YzAsMC42MTksMC40OTIsMS4xMjcsMS4xMTEsMS4xMjdoMjYuNTU0bC04LjA0Nyw4LjAzMmMtMC40MjksMC40NDQtMC40MjksMS4xNTksMCwxLjU4NyAgYzAuNDQ0LDAuNDQ0LDEuMTU5LDAuNDQ0LDEuNTg3LDBsOS45NTItOS45NTJjMC40NDQtMC40MjksMC40NDQtMS4xNDMsMC0xLjU3MUwyMS4yMDUsNS4wMDd6IiBmaWxsPSIjRkZGRkZGIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  width: 20px;
  height: 26px;
  background-size: 100% 100%;
  display: inline-block;
  transform: rotate(270deg);
}

.factory-blog__author {
  padding: 0px 0px 10px 0px;
  text-align: left;
}

.before_form {
  margin-bottom: 20px;
}

.partner_area {
  margin-bottom: 30px;
}

.partner_area .partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.partner_area .partner__item {
  border-radius: 5px;
  background: #fff;
  padding: 5px;
  display: block;
  width: 45%;
  height: 70px;
  margin: 5px;
}
.partner_area .partner__item img {
  height: 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .partner_area .partner__item {
    width: 90px;
    margin: 0 5px;
  }
}
.navbar {
  z-index: 999 !important;
}

.factory-blog__item {
  margin-bottom: 20px;
}

.video-src {
  max-width: 100%;
  margin-bottom: 5px;
}

@media (min-width: 576px) {
  footer .partner__item {
    width: 190px !important;
    margin: 0 5px;
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  align-items: center;
  justify-content: center;
}
.carousel-item {
  max-height: 70vh;
}

@media (max-width: 620px) {
  .carousel-item .carousel-title {
    font-size: 20px;
  }
}
.navbar-light {
  background: #cd6832 !important;
}
.share.share-footer a {
  color: white !important;
}
.grecaptcha-badge {
  display: none !important;
}
.job__list {
  border-left: none !important;
}
.job__item {
  background: #cd6832;
}
.page-breadcrumb {
  background: #c85230 !important;
}
header .jumbotron:before {
  background: #c85230 !important;
}

#mireCarousel .carousel-item.active {
  background-image: linear-gradient(
    180deg,
    #e54f2b 26%,
    #ed8b29 100%
  ) !important;
  min-height: 338px !important;
  max-height: 39vh;
}

.contact-card {
  --orange: #cd6832;
  --orange-d: #c85230;
  --ink: #241f1b;
  --muted: #998c82;
  --line-2: #e0d7ce;

  -webkit-font-smoothing: antialiased;
  max-width: 760px;
  margin: 80px auto;
  border: 1.5px solid var(--line-2);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(36, 31, 27, 0.07);
  padding: 46px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}
.contact-card__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
.contact-card__bar {
  width: 54px;
  height: 3px;
  border-radius: 2px;
  background: var(--orange);
}
.contact-card__phone {
  font-size: 52px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1;
  white-space: nowrap;
}
.contact-card__call {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
  margin-top: 8px;
  background: var(--orange);
  color: #fff;
  border: none;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.01em;
  padding: 15px 28px;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(205, 104, 50, 0.28);
  transition:
    background 0.18s,
    transform 0.18s,
    box-shadow 0.18s;
}
.contact-card__call:hover {
  background: var(--orange-d) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 26px rgba(205, 104, 50, 0.34) !important;
  color: white !important;
  text-decoration: none !important;
}
.contact-card__call svg {
  width: 19px;
  height: 19px;
}

.mire__title:after,
h1:after {
  background: #cd6832 !important;
}

.btn-primary {
  background: #cd6832 !important;
}
.btn-primary:hover {
  background: #ae521e !important;
  cursor: pointer !important;
}
footer {
  background: #e6502b !important;
  padding: 32px !important;
}
footer address,
footer .baseline {
  color: white !important;
}
footer a {
  color: white !important;
}
footer a:hover {
  color: white !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Karla' sans-serif !important;
  font-weight: 400 !important;
}

body,
p,
span,
div {
  font-family: 'Inter', 'Montserat', sans-serif;
  font-weight: 300 !important;
}
.header-top__logo img {
  height: 54px !important;
  width: auto !important;
}
.carousel-title span {
  font-weight: 600;
  color: #eee;
}
footer .partner__item {
  background: none !important;
}
.header-top__logo .header-top__baseline {
  font-weight: 300 !important;
}
footer .partner {
  display: flex;
  gap: 20px;
  justify-self: flex-end;
}
footer address {
  margin-bottom: 0px !important;
  font-weight: 300;
}
footer .col-partner {
  display: flex;
  align-items: center;
  justify-content: end;
}
.job__box {
  position: relative;
}
.job__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 60;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.job__badge--emploi {
  background: #b01c33;
}
.job__badge--formation {
  background: #eb8c2a;
}
header .carousel:after {
  content: none !important;
}
header .carousel .carousel-item:before {
  content: none !important;
}
.home-cta .card--alternative:before,
.home-cta .card:before {
  background: #cd6832 !important;
  opacity: 1 !important;
}

.home-cta .card-caption {
  width: calc(100% - 40px) !important;
  height: calc(100% - 50px) !important;

  top: 50px !important;
}
.home-cta .card:hover .card-caption {
  top: 70px !important;
}

.home-cta h4 {
  font-size: 40px !important;
}
.home-cta a {
  padding: 0 20px !important;
}
header a.btn.btn-primary {
  font-weight: 400 !important;
}
