/* home */
.home .bloc-liste {
  padding: 12rem 8rem;
}

/* corner black default */
.corner-black:before {
  content: "";
  background: url(/storage/479/corner-black.svg) repeat top right;
  transform: rotate(180deg);
  width: 315px;
  height: 314px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-size: 315px;
  display: block;
  z-index: 10;
}

/* corner black top right */
.corner-black-tr:before {
  content: "";
  background: url(/storage/479/corner-black.svg) repeat top right;
  transform: rotate(0deg);
  width: 315px;
  height: 314px;
  position: absolute;
  top: -1px;
  right: -1px;
  background-size: 315px;
  display: block;
  z-index: 10;
}

/* corner black bottom right */
.corner-black-br:before {
  content: "";
  background: url(/storage/479/corner-black.svg) repeat top right;
  transform: rotate(90deg);
  width: 315px;
  height: 314px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-size: 315px;
  display: block;
  z-index: 10;
}

/* corner black top left */
.corner-black-tl:before {
  content: "";
  background: url(/storage/479/corner-black.svg) repeat top right;
  transform: rotate(270deg);
  width: 315px;
  height: 314px;
  position: absolute;
  top: -1px;
  left: -1px;
  background-size: 315px;
  display: block;
  z-index: 10;
}

/* corner white default */
.corner-white-br:before {
  content: "";
  background: url(../../images/background/corner-white.svg) repeat top right;
  transform: rotate(90deg);
  width: 315px;
  height: 314px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-size: 315px;
  display: block;
  z-index: 10;
}

/* corner white bottom right */
.corner-white-bl:before {
  content: "";
  background: url(../../images/background/corner-white.svg) repeat top right;
  transform: rotate(180deg);
  width: 315px;
  height: 314px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-size: 315px;
  display: block;
  z-index: 10;
}

/* corner white top left */
.corner-white-tl:before {
  content: "";
  background: url(../../images/background/corner-white.svg) repeat top right;
  transform: rotate(270deg);
  width: 315px;
  height: 314px;
  position: absolute;
  top: -1px;
  left: -1px;
  background-size: 315px;
  display: block;
  z-index: 10;
}

/* corner grey default */
.corner-grey-br:before {
  content: "";
  background: url(../../images/background/corner-grey.svg) repeat top right;
  transform: rotate(90deg);
  width: 315px;
  height: 314px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-size: 315px;
  display: block;
  z-index: 10;
}

/* corner grey bottom right */
.corner-grey-bl:before {
  content: "";
  background: url(../../images/background/corner-grey.svg) repeat top right;
  transform: rotate(180deg);
  width: 315px;
  height: 314px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-size: 315px;
  display: block;
  z-index: 10;
}

/* corner grey top left */
.corner-grey-tl:before {
  content: "";
  background: url(../../images/background/corner-grey.svg) repeat top right;
  transform: rotate(270deg);
  width: 315px;
  height: 314px;
  position: absolute;
  top: -1px;
  left: -1px;
  background-size: 315px;
  display: block;
  z-index: 10;
}

/* corner orange default */
.corner-orange-br:before {
  content: "";
  background: url(../../images/background/corner-orange.svg) repeat top right;
  transform: rotate(90deg);
  width: 315px;
  height: 314px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-size: 315px;
  display: block;
  z-index: 10;
}

/* corner orange bottom right */
.corner-orange-bl:before {
  content: "";
  background: url(../../images/background/corner-orange.svg) repeat top right;
  transform: rotate(180deg);
  width: 315px;
  height: 314px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-size: 315px;
  display: block;
  z-index: 10;
}

/* corner orange top left */
.corner-orange-tl:before {
  content: "";
  background: url(../../images/background/corner-orange.svg) repeat top right;
  transform: rotate(270deg);
  width: 315px;
  height: 314px;
  position: absolute;
  top: -1px;
  left: -1px;
  background-size: 315px;
  display: block;
  z-index: 10;
}

/* Bloc Header 1 */
.bloc-header-1 .intro-header h2 {
  max-width: 80%;
  font-size: 1.87rem;
  font-style: italic;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 2rem;
}

/* Header 2 */
.bloc-header-style-2 {
  background: url(/storage/60/header_3.webp) no-repeat center / cover !important;
}

/* Header 3 */
.bloc-header-style-3 {
  background: url(/storage/60/header_3.webp) no-repeat center / cover !important;
}

/* Header 4 */
.bloc-header-style-4 {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bloc-header-style-4 h1 {
  font-size: 5.25rem;
}

.bloc-header-style-4 h2 {
  color: #eb3300 !important;
  font-size: 3.25rem;
  font-style: italic;
  font-weight: normal;
}

/* Background orange img */
.bg-orange-img {
  background: url(/storage/54/header_3.jpg) no-repeat center !important;
  background-size: cover;
}

@media (max-width: 575px) {
  .secteur-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .secteur-list li {
    padding-left: 1rem;
  }
}

/* Bloc liste */
/* .bloc-liste {
  background-color: #ebeceb !important;
} */

.scroll-wrapper bloc-liste {
  background-color: transparent;
}

/* Bloc socoda */
.bloc-socoda {
  padding: 5.5rem 8rem 0 !important;
}

/* =====================
   letter-grid
   ===================== */

.letter-grid {
  background-color: #373a36;
  padding: 5rem 0;
}

.letter-grid hr {
  border-color: #c0392b;
  opacity: 1;
  margin-bottom: 2.5rem;
}

.secteur-lettre {
  font-size: 6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-shadow:
    5px 5px 0 #373a36,
    7px 7px 0 #c0392b;
  font-family:
    Arial Black,
    Arial,
    sans-serif;
}

.secteur-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.secteur-list li {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.8;
}

.secteur-list li {
  padding-left: 1rem;
  position: relative;
}

.secteur-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background-color: #fff;
}

/* ========================
   Timeline
   ======================== */

.timeline {
  background: #fff;
}

.timeline .left-shape {
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  width: 145px;
  background: #2d3a2e;
  border-radius: 0 50% 50% 0;
}

.timeline .timeline-title {
  font-size: 42px;
  font-weight: 800;
  color: #e63916;
}

.timeline .timeline-line {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e63916;
}

.timeline .timeline-line-vertical {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 3px;
  background: #e63916;
}

.timeline .timeline-year {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.timeline .timeline-dot {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 2px solid #e63916;
  margin-bottom: 20px;
  background: #fff;
  flex-shrink: 0;
}

.timeline .timeline-item:last-child .timeline-dot {
  background: #e63916;
}

.timeline .timeline-desc {
  text-align: center;
  font-size: 13px;
  color: #333;
  line-height: 1.4;
  max-width: 160px;
}

.timeline .chevrons-svg {
  width: 225px;
  height: 180px;
}

@media (max-width: 767.98px) {
  .timeline .timeline-title {
    font-size: 28px;
  }

  .timeline .timeline-year {
    min-width: 50px;
  }

  .timeline .timeline-desc {
    text-align: left;
    max-width: none;
  }

  .timeline .chevrons-svg {
    width: 80px;
    height: 120px;
  }
}

/* ========================
   About Us
   ======================== */
.about-us {
  background: #e63916;
  color: #fff;
  padding: 60px 0;
}

.about-us .about-us-title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
}

.about-us .about-us-subtitle {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.about-us p {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.about-us strong {
  font-weight: 700;
}

/* Abou-ut */
.about-us {
  position: relative;
  overflow: hidden;
}

.about-us .container {
  position: relative;
  z-index: 2;
}

.about-us-side-image {
  position: absolute;
  top: 0;
  left: -110px;
  bottom: 0;
  width: clamp(280px, 32vw, 520px);
  display: flex;
  align-items: center;
  z-index: 1;
}

.about-us-side-image img,
.about-us-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .about-us-image-wrapper img {
    width: 100%;
    height: auto;
  }
}

/* Border left on right column */
.about-us .about-us-border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* Carousel indicators */
.about-us .carousel-indicators {
  gap: 8px;
}

.about-us .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 0;
}

.about-us .carousel-indicators button.active {
  background: #fff;
}

/* Next button */
.about-us .about-us-btn-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
}

.about-us .about-us-btn-next:hover {
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 767.98px) {
  .about-us .about-us-title {
    font-size: 32px;
  }

  .about-us .about-us-border-left {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
  }

  .about-us .about-us-image-col {
    margin-bottom: 20px;
  }
}

/* ========================
   Bloc Citation
   ======================== */
.bloc-citation {
  position: relative;
}

.bloc-citation .bloc-citation-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.bloc-citation .bloc-citation-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

/* Bloc CTA 5 */
.bloc-cta-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cta-5-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  background-image: url("/storage/158/header_5.webp");
  background-size: cover;
}

.cta-5-title {
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.cta-5-side {
  position: relative;
  color: #fff;
  padding-left: 2rem;
}

.cta-5-side::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.75);
}

.cta-5-content {
  color: #fff;
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15;
}

@media (max-width: 991px) {
  .cta-5-hero {
    min-height: auto;
    padding: 3rem 0;
  }

  .cta-5-side {
    padding-left: 0;
  }

  .cta-5-side::before {
    display: none;
  }

  .cta-5-title {
    max-width: 100%;
  }
}

.bloc-cta-5-white .cta-5-hero {
  background-image: none;
}

.bloc-cta-5-white .cta-5-title,
.bloc-cta-5-white .cta-5-content,
.bloc-cta-5-white .cta-5-side {
  color: initial;
}

/* Bloc recrutrement */
.bloc-recrutement.dark h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}

.bloc-recrutement.dark h4 {
  font-style: italic;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
  color: #fff;
}

/* img produit pneu */
.securaire-produit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.img-securaire-produit {
  display: block;
  max-width: 100%;
  width: 360px;
  height: auto;
}

/* separation pointille */
.separation-pointille-orange {
  width: 100%;
  height: 4px;
  margin: 18px 0 25px;
  background: repeating-linear-gradient(
    to right,
    #f04b14 0 4px,
    transparent 4px 12px
  );
}

/* Bloc 3 colonnes */
.bloc-3-col h4 {
  color: initial;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.bloc-3-col li {
  margin-bottom: 1.25rem;
}

.bloc-3-col .row .col-12:nth-child(-n + 2) {
  border-right: 2px solid #eb3300;
}

.bloc-3-col .row .col-12 {
  padding: 0 4rem;
}

@media (max-width: 991px) {
  .bloc-3-col .row .col-12:nth-child(-n + 2) {
    border-right: none;
  }
}

/* Bloc 3 colonnes custom + focus */
.bloc-3-col-custom__aside {
  border-right: 2px solid #eb3300;
}

.bloc-3-col-custom__aside article {
  max-width: 280px;
}

.bloc-3-col-custom__top {
  min-height: 215px;
}

.bloc-3-col-custom__focus {
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(55, 58, 54, 0.92), rgba(55, 58, 54, 0.76)),
    url("/storage/485/industry001.webp") center /
      cover;
  border-radius: 10px;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.36fr);
  margin-top: 2rem;
  min-height: 280px;
  overflow: hidden;
}

.bloc-3-col-custom__focus h4,
.bloc-3-col-custom__focus p,
.bloc-3-col-custom__focus li {
  color: #fff;
}

.bloc-3-col-custom__focus h4 {
  color: #eb3300;
}

.bloc-3-col-custom__focus-content {
  padding: 3rem 4rem;
}

.bloc-3-col-custom__focus-content p {
  font-style: italic;
  max-width: 620px;
}

.bloc-3-col-custom__focus-action {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  padding: 2.5rem;
}

.bloc-3-col-custom__badge {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #111;
  display: flex;
  flex-direction: column;
  height: 120px;
  justify-content: center;
  line-height: 1;
  width: 120px;
}

.bloc-3-col-custom__badge span {
  align-items: center;
  background: #f8d23c;
  border: 3px solid #111;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
  display: flex;
  font-size: 1.45rem;
  font-weight: 800;
  height: 52px;
  justify-content: center;
  margin-bottom: 0.35rem;
  width: 58px;
}

.bloc-3-col-custom__badge strong {
  font-size: 1.35rem;
}

@media (max-width: 991px) {
  .bloc-3-col-custom__aside {
    border-right: 0;
  }

  .bloc-3-col-custom__aside article {
    max-width: none;
  }

  .bloc-3-col-custom__top {
    min-height: 0;
  }

  .bloc-3-col-custom__focus {
    grid-template-columns: 1fr;
  }

  .bloc-3-col-custom__focus-content,
  .bloc-3-col-custom__focus-action {
    padding: 2rem;
  }

  .bloc-3-col-custom__focus-action {
    border-left: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.45);
  }
}

/* bg-small-pattern grey */
.bloc-schema img {
  width: 800px;
  height: auto;
}

.bg-small-pattern-grey {
  background: #f3f3f3 url(/storage/472/bg-small-pattern-grey.webp) repeat bottom
    right;
}

/* Modele CMS : texte rouge + image droite + logo */
.bloc-texte-logo-image {
  padding: 0 !important;
}

.bloc-texte-logo-image .row-content {
  --bs-gutter-x: 0;
  min-height: 520px;
}

.bloc-texte-logo-image.bloc-titre-texte-img .row.row-content > div:first-child {
  border-right: 0;
}

.bloc-texte-logo-image .content-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 8rem;
}

.bloc-texte-logo-image .content-txt h2 {
  max-width: 560px;
  font-size: 1.25rem;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.bloc-texte-logo-image .content-logo {
  width: 180px;
  margin-top: 2rem;
  margin-left: auto;
}

.bloc-texte-logo-image .content-img {
  padding: 0;
}

.bloc-texte-logo-image .content-img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .bloc-texte-logo-image .row-content {
    min-height: 0;
  }

  .bloc-texte-logo-image .content-txt {
    padding: 4rem 2rem;
  }

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

  .bloc-texte-logo-image .content-img img {
    min-height: 320px;
  }
}
