@charset "UTF-8";
/*! Last update 09-05-2020  17:10:09 */
html {
  font-family: "Epilogue", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Epilogue", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0.4em;
}

h2 {
  font-size: 40px;
  color: #E42722;
  line-height: 1.25em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 35px;
  color: #E42722;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 26px;
}

h6 {
  font-size: 22px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.5em;
  color: #000000;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.text-primary {
  color: #E42722 !important;
}

.text-white {
  color: white !important;
}

a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}

.heiniger-button.align-left {
  text-align: left;
}
.heiniger-button.align-center {
  text-align: center;
}
.heiniger-button.align-right {
  text-align: right;
}
.heiniger-button.align-wide a.btn, .heiniger-button.align-full a.btn {
  width: 100%;
}

.wp-block-list li {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  list-style-type: none;
  padding-left: 30px;
  background-image: url("../img/icons/arrow-red.svg");
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.entry ul,
.tab-content ul {
  margin-bottom: 2em;
}
.entry ul li,
.tab-content ul li {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  list-style-type: none;
  padding-left: 30px;
  background-image: url("../img/icons/arrow-red.svg");
  background-repeat: no-repeat;
  background-position: 0 8px;
}
.entry .list-arrow,
.tab-content .list-arrow {
  margin-top: 2em;
  margin-bottom: 2em;
}
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6,
.tab-content h2,
.tab-content h3,
.tab-content h4,
.tab-content h5,
.tab-content h6 {
  margin-top: 2em;
}
.entry h1,
.tab-content h1 {
  font-size: 50px;
}
.entry h2,
.entry h3,
.tab-content h2,
.tab-content h3 {
  color: #E42722;
}
.entry h4,
.tab-content h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.list-arrow li {
  list-style-position: outside;
  margin-bottom: 1em;
  background-position: 0 8px;
  margin-left: 0 !important;
  list-style-type: none !important;
  background-image: url("../img/li-arrow.svg");
  background-repeat: no-repeat;
  background-size: 35px 14px;
  padding-left: 65px;
}
.list-arrow.list-outside li {
  margin-left: -65px !important;
}

.list-bullet {
  list-style: none;
}
.list-bullet li {
  font-size: 18px;
  line-height: 26px;
  list-style-position: outside;
  padding-left: 10px;
  margin-bottom: 1em;
  list-style: none;
  list-style-type: none !important;
}
.list-bullet li:before {
  content: "•";
  color: #E42722;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  width: 1.1em;
  margin-left: -1.1em;
}

.breadcrumbs {
  list-style: none;
  padding: 10px 0;
  overflow: hidden;
  display: flex;
  gap: 10px;
  font-size: 12px;
}
.breadcrumbs a {
  font-size: 12px;
}

.card {
  font-family: "Epilogue", sans-serif;
  line-height: 1.4;
  border-radius: 0;
  border: 1px solid #E9E8E6;
  max-width: 370px;
  padding: 15px 15px 15px 15px;
}
.card .card-img-top {
  border-radius: 0;
}
.card .card-body .card-title {
  font-size: 15px;
  font-weight: 600;
}
.card .card-body .card-text {
  font-size: 14px;
  margin-bottom: 1em;
  color: #AAA8A7;
}
.card .card-body .read-more {
  color: #E42722;
  font-size: 12px;
  padding: 1em 0 0 0;
  display: block;
  font-weight: 600;
  text-decoration: none;
}
.card .card-body .read-more::after {
  content: url("../img/icons/arrow-right-red.svg");
  margin-left: 5px;
}
.card .card-body .read-more:hover {
  color: #000000;
  text-decoration: underline;
}
.card .card-header {
  position: relative;
  padding: 0;
  border: none;
  display: flex;
}

.card-tag {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 100%;
}
.card-tag span {
  color: white;
  display: inline;
  font-size: 10px;
  padding: 0.3em 0.8em;
}
.card-tag span a {
  display: inline;
  font-size: 10px;
  text-decoration: none;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.card-tag span a:hover {
  opacity: 0.6;
}
.card-tag .red {
  background-color: #E42722;
}
.card-tag .red a {
  color: white;
}
.card-tag .light {
  background-color: #F5F4F2;
  color: #000000;
}
.card-tag .light a {
  color: #000000;
}
.card-tag .black {
  background-color: #000000;
}
.card-tag .black a {
  color: white;
}

.cache {
  background: linear-gradient(90deg, rgb(31, 35, 35) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
}

.dark_video {
  position: relative;
  background-size: cover;
  color: white;
  padding: 100px 0;
}
.dark_video .content {
  z-index: 999 !important;
  padding: 0;
}
.dark_video .content h2 {
  opacity: 0.73;
}
.dark_video .content p {
  font-size: 16px;
  line-height: 26px;
}

.pl-6 {
  padding-left: 8.33%;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cat-list a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 0.7em;
  display: block;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.cat-list a:hover {
  opacity: 0.7;
}

.bloc-actus.bloc-category-actus {
  background: none;
  background-color: white;
  padding: 0;
}
.bloc-actus.bloc-category-actus h2 {
  color: #000000;
}
.bloc-actus.bloc-category-actus .card-body {
  background-color: #F3F3F3;
}

.tags {
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 0;
  margin: 0;
}
.tags span {
  color: white;
  display: inline;
  font-size: 12px;
  padding: 0.3em 0.8em;
  margin: 0 1em;
}
.tags span a {
  color: white;
  display: inline;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.tags span a:hover {
  opacity: 0.6;
}
.tags .red {
  background-color: #E42722;
}
.tags .black {
  background-color: #000000;
}

img {
  max-width: 100%;
  height: auto;
}

.wp-block-button__link {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.wp-block-button__link:hover {
  background-color: #E42722 !important;
  color: white !important;
}

p.esab__heading_tag,
.esab__body p {
  font-size: 16px;
  line-height: 24px;
}

.bloc-history {
  background-color: #F5F4F2;
  padding: 4em 0;
  position: relative;
}
.bloc-history h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 1em;
}
.bloc-history .splide.slider__historique li.splide__slide {
  padding-left: 0;
  background-image: none;
}
.bloc-history .splide.slider__historique li.splide__slide .slide__title {
  font-size: 25px;
  color: #E42722;
}
.bloc-history .splide.slider__historique li.splide__slide .slide__text {
  font-size: 14px;
  color: #AAA8A7;
}
.bloc-history .splide.slider__historique .splide__arrows {
  position: absolute;
  right: 30px;
  top: -145px;
  display: flex;
}
.bloc-history .history-line .col {
  height: 12px;
  padding: 0;
  position: relative;
  background: no-repeat 0 center url("../img/bullet.svg");
}
.bloc-history .history-line .col:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  background: url("../img/line.svg");
}
.bloc-history .history-line .col:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  background: url("../img/line.svg");
}
.bloc-history .history-line .col:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  width: 175%;
  display: block;
  box-sizing: border-box;
  background: url("../img/line.svg");
}

.block-citation {
  background-color: #E42722;
  color: white;
  text-align: center;
}
.block-citation .text {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  color: white;
}
.block-citation .text:before {
  content: " ";
  background-image: url("../img/guillemet-left.svg");
  background-size: 22px 20px;
  width: 22px;
  height: 20px;
  position: absolute;
  top: -30px;
  left: -50px;
}
.block-citation .text:after {
  content: " ";
  background-image: url("../img/guillemet-right.svg");
  background-size: 22px 20px;
  width: 22px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  right: -50px;
}
.block-citation .auteur {
  font-size: 15px;
  line-height: 18px;
  color: white;
}
