@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

:root {
  --bs-font-sans-serif: 'Roboto Condensed', sans-serif;

  --color-blue: #312783;
  --color-blue-light: #3d73a2;
  --color-blue-light-hover: #0091cf;
  --color-red: #c50c2a;
  --color-orange: #e85127;
  --color-orange-hover: #d84c26;
  --color-yellow: #ffcc00;
  --color-green: #97ad17;
  --color-turquoise: #009ba4;
  --color-pink: #cd007b;
  --color-purple: #951b81;
  --color-purple-hover: #7e166c;
  --color-grey: #9094ac;
  --color-grey-light: #ebf2f4;
  --color-accordion: #3a739d;
  --color-souscription: #bed3dc;

  --bs-body-font-size: 1.4rem;
  --bs-body-line-height: 1.2;
  --bs-body-bg: #fafafa;

  --bs-border-color: rgba(99, 83, 112, 0.2);
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
}


html,
body {
  height: 100%;
  min-height: 660px;
}

.text-blue {
  color: var(--color-blue);
}
.text-yellow {
  color: var(--color-yellow);
}
.text-green {
  color: var(--color-green);
}
.text-pink {
  color: var(--color-pink);
}
.text-orange {
  color: var(--color-orange);
}
.text-purple {
  color: var(--color-purple);
}
.text-accordion {
  color: var(--color-accordion);
}
.text-souscription {
  color: var(--color-souscription);
}

.bg-blue {
  background-color: var(--color-blue);
}
.bg-blue-light {
  background-color: var(--color-blue-light);
}
.bg-grey-light {
  background: var(--color-grey-light);
}
.bg-orange {
  background-color: var(--color-orange);
}
.bg-turquoise {
  background-color: var(--color-turquoise);
}
.bg-purple {
  background-color: var(--color-purple);
}
.bg-degrade {
  background-color: var(--color-blue-light);
  background-image: linear-gradient(#17298300, var(--color-blue));
}
@media screen and (min-width: 992px) {
  .bg-hydrogen {
    background: url(/assets/images/bg-hydrogen.jpg) repeat top center #fafafa;
    background-size: cover;
    background-attachment: fixed;
  }
}
.bg-accordion {
  background-color: var(--color-accordion) !important;
}

button:focus {
  box-shadow: none;
}

/***************
 * Choix pays
***************/
.headerLogo {
  max-width: 365px;
}

.flag {
  width: 112px;
  height: 76px;
}

.flag-text {
  transform: translateY(-2px);
}

.anim-text-black {
  color: black;
}

/***************
 * Button
***************/
.btn.btn-primary {
  border-radius: inherit;
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--color-purple);
  --bs-btn-border-color: var(--color-purple);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--color-purple-hover);
  --bs-btn-hover-border-color: var(--color-purple-hover);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--color-purple);
  --bs-btn-active-border-color: var(--color-purple);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--color-purple);
  --bs-btn-disabled-border-color: var(--color-purple);
}


/***************
 * Header
***************/
@media (max-width: 1200px) {
  header .logo-vallourec {
    width: 180px;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}

header a.contact {
  text-decoration: none;
}
header a.contact span {
  font-size: 1rem;
  text-decoration: none;
  color: white;
  background-color: var(--color-blue);
  border: none;
  padding: 0.2rem 0.2rem 0.2rem 0.6rem;
  transition: background-color 100ms linear;
}
header a.contact span svg {
  margin-top: -4px;
}
header a.contact:hover span {
  background-color: var(--color-blue-light);
}

header h1 {
  font-size: 25px;
}

header .flag_br,
header .flag_fr,
header .flag_indo,
header .flag_sau,
header .flag_spg,
header .flag_uae,
header .flag_us {
  display: none;
  transition: opacity 1000ms;
}

:lang(pt-br) header .flag_br {
  display: block !important;
}
:lang(fr-fr) header .flag_fr {
  display: block !important;
}
:lang(uae-en) header .flag_uae,
:lang(uae-ar) header .flag_uae {
  display: block !important;
}
/* :lang(indo-ind) header .flag_indo {
  display: block !important;
} */
:lang(ind) header .flag_indo {
  display: block !important;
}


:lang(sgp-en) header .flag_spg {
  display: block !important;
}
:lang(sau-en) header .flag_sau,
:lang(sau-ar) header .flag_sau {
  display: block !important;
}



:lang(en-us) header .flag_us {
  display: block !important;
}

/***************
 * Border
***************/
.border-orange::after {
  content: url(/assets/images/borderTopOrange.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-orange::before {
  content: url(/assets/images/borderBottomOrange.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-purplegrey::after {
  content: url(/assets/images/borderTopPurplegrey.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-purplegrey::before {
  content: url(/assets/images/borderBottomPurplegrey.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-darkblue::after {
  content: url(/assets/images/borderTopDarkblue.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-darkblue::before {
  content: url(/assets/images/borderBottomDarkblue.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-red::after {
  content: url(/assets/images/borderTopRed.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-red::before {
  content: url(/assets/images/borderBottomRed.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-yellow::after {
  content: url(/assets/images/borderTopYellow.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-yellow::before {
  content: url(/assets/images/borderBottomYellow.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-green::after {
  content: url(/assets/images/borderTopGreen.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-green::before {
  content: url(/assets/images/borderBottomGreen.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-turquoise::after {
  content: url(/assets/images/borderTopTurquoise.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-turquoise::before {
  content: url(/assets/images/borderBottomTurquoise.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-pink::after {
  content: url(/assets/images/borderTopPink.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-purple::before {
  content: url(/assets/images/borderBottomPurple.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-purple::after {
  content: url(/assets/images/borderTopPurple.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-pink::before {
  content: url(/assets/images/borderBottomPink.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-blue::after {
  content: url(/assets/images/borderTopBlue.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-blue::before {
  content: url(/assets/images/borderBottomBlue.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-light-blue::after {
  content: url(/assets/images/borderTopLightBlue.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-light-blue::before {
  content: url(/assets/images/borderBottomLightBlue.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-pink-purple::after {
  content: url(/assets/images/borderTopPurple.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-pink-purple::before {
  content: url(/assets/images/borderBottomPink.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-souscription::after {
  content: url(/assets/images/borderTopSouscription.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

.border-souscription::before {
  content: url(/assets/images/borderBottomSouscription.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 184px;
  z-index: 1;
}

/***************
 * Info / trombinoscope
***************/
.lh-info-en h2 {
  font-size: 40px;
  width: fit-content;
}
.lh-info h2 {
  font-size: 46px;
  width: fit-content;
}
.lh-info h2.h2 {
  font-size: 35px;
}
.lh-info h2 .lh-titre {
  font-size: 36px;
}
.line {
  border-bottom: 0.4rem solid white;
  /* padding-bottom: 0.4rem; */
}

@media (max-width: 1200px) {
  .lh-info h2 {
    font-size: 38px;
  }
  .lh-info h2 .lh-titre {
    font-size: 28px;
  }
  .line {
    border-bottom-width: 0.2rem;
  }
}

/***************
 * btn
***************/
.btn-simu,
.btn-sous {
  /* max-width: 205px; */
  min-height: 50px;
  max-width: fit-content;
  padding-left: 65px;
  background-repeat: no-repeat;
  transition: all 250ms;
}

.btn-sub,
.btn-back {
  transition: all 250ms;
}

.btn-sub:hover,
.btn-sub:active,
.btn-back:hover,
.btn-back:active,
.btn-simu:hover,
.btn-simu:active,
.btn-sous:hover,
.btn-sous:active {
  background-color: var(--color-purple-hover) !important;
}
.btn-simu {
  background-image: url(/assets/images/icon_graph.png);
  background-position: left 10px center;
}
.btn-sous {
  background-image: url(/assets/images/icon_touch.png);
  background-position: left 20px center;
}
.btn-hover-bleu {
  color: black;
}
.btn-hover-bleu:hover {
  color: var(--color-blue-light);
}

.visuel {
  transition: all 250ms;
}

#btn-back-to-top {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  border-radius: 200px;
  border: none;
  background: url(/assets/images/right_arrow.png) no-repeat 50% center
    var(--color-blue-light);
  background-size: 50%;
  transform: rotate(270deg);
  z-index: 1;
}
#btn-back-to-top:hover {
  opacity: 0.8;
}

/***************
 * trombi
***************/

.wm-330 {
  max-width: 330px;
}

/***************
 * custom
***************/
.mh-104 {
  min-height: 104px;
}

@media (min-width: 992px) {
  .opacity-lg-100 {
    opacity: 1 !important;
  }
}

/***************
 * Documentation
***************/
.doc {
  max-width: 393px;
}
.doc a {
  color: black;
}

/*******************************/
/*    Questions et réponses    */
/*******************************/
.accordion {
  --bs-accordion-border-radius: 0;
  --bs-accordion-border-width: 0;
  --bs-accordion-inner-border-radius: none;
}

.accordion-item:first-of-type .accordion-button {
  border: none;
  box-shadow: none;
}
.accordion-button:focus {
  border: none;
  box-shadow: none;
}

#accordionFAQ .accordion-title h2.accordion-header .accordion-button {
  font-size: 26px;
  line-height: 26px;
}
#accordionFAQ .accordion-title .accordion-button::after,
#accordionFAQ .accordion-title .accordion-button:not(.collapsed)::after {
  background-image: url(/assets/images/arrow-bottom.png);
  background-position-y: center;
}

#accordionFAQ .accordion-item.accordion-subtitle {
  padding-top: 10px;
  padding-bottom: 10px;
}
#accordionFAQ .accordion-subtitle h2.accordion-header .accordion-button {
  font-size: 16px;
}
#accordionFAQ .accordion-subtitle .accordion-button::after {
  background-image: url(/assets/images/plus.png);
  background-position-y: center;
}
#accordionFAQ .accordion-subtitle .accordion-button:not(.collapsed)::after {
  background-image: url(/assets/images/minus.png);
  background-position-y: center;
}
#accordionFAQ .accordion-subtitle {
  border-bottom: 1px solid var(--color-accordion);
}

#accordionFAQ .accordion-body {
  font-size: 16px;
}

#accordionFAQ .accordion-button:not(.collapsed) {
  --bs-accordion-active-color: black;
}

#accordionFAQ li {
  position: relative;
}
#accordionFAQ li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--color-blue);

  position: absolute;
  font-size: 30px;
  left: -12px;
  top: 9px;
}

.sau-ar .accordion-button::after {
  margin-left: 0px !important;
  margin-right: auto !important;
}

/*******************************/
/*    Glossaire    */
/*******************************/
#accordionGlossaire .accordion-title h2.accordion-header .accordion-button {
  font-size: 26px;
  line-height: 26px;
}

#accordionGlossaire .accordion-title .accordion-button::after {
  background-image: url(/assets/images/plus.png);
  background-position-y: center;
}
#accordionGlossaire .accordion-title .accordion-button:not(.collapsed)::after {
  background-image: url(/assets/images/minus.png);
  background-position-y: center;
}
#accordionGlossaire .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--color-accordion);
}

#accordionGlossaire .accordion-button:not(.collapsed) {
  --bs-accordion-active-color: black;
}

.fs-18 {
  font-size: 18px;
}

/***************
 * Footer
***************/
footer a:hover {
  text-decoration: underline !important;
}

/***************
 * animation
***************/
.animation .btn-player,
.animation-parent::after,
.animation-parent::before,
.animation.border-pink-purple::after,
.animation.border-pink-purple::before,
.animation.border-green::after,
.animation.border-green::before,
.animation.border-purple::after,
.animation.border-purple::before,
.animation.border-turquoise::after,
.animation.border-turquoise::before,
.animation.border-yellow::after,
.animation.border-yellow::before,
.animation.border-pink::after,
.animation.border-pink::before,
.animation .anim-img,
.animation .anim-scale-img,
.animation:hover .anim-text-blue,
.animation:hover .anim-text-purple,
.animation:hover .anim-text-orange {
  transition: all 250ms;
}

.animation:hover .anim-img {
  transform: translateY(-2%);
}
.animation:hover .anim-scale-img {
  transform: scale(102%);
}
.animation:hover .anim-text-blue {
  color: var(--color-blue-light);
}
.animation:hover .anim-text-purple {
  color: var(--color-purple);
}
.animation:hover .anim-text-orange {
  color: var(--color-orange);
}

a.bg-degrade {
  transition: all 250ms;
}
a.bg-degrade:hover {
  background-color: var(--color-blue-light-hover);
}

.animation-parent::before,
.animation.border-green:hover::before,
.animation.border-purple:hover::before,
.animation.border-turquoise:hover::before,
.animation.border-yellow:hover::before,
.animation.border-pink:hover::before {
  bottom: -5px;
  left: -5px;
}
.animation-parent::after,
.animation.border-green:hover::after,
.animation.border-purple:hover::after,
.animation.border-turquoise:hover::after,
.animation.border-yellow:hover::after,
.animation.border-pink:hover::after {
  top: -5px;
  right: -5px;
}

.animation:hover .btn-player {
  padding-bottom: 10px;
}

.svg_style {
  fill:#fff; stroke-width:0px;
}

.img_no_border {
  border:0;
}