@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%;
}

#location_description {
  border-radius: 15px 50px;
}

.entry:nth-child(2) {
  left: 8px;
  top: 8px;
}

.linkedin {
  margin: 0px 5px 5px 0px;
}

.ytb {
  margin: 0px 5px 5px 0px;
}

.facebook-logo {
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0px 15px 15px 0px;
}

.linkedin-logo {
  left: 40px;
  top: 10px;
  margin: 0px 15px 15px 0px;
}

.youtube-logo {
  position: absolute;
  left: 74px;
  top: 10px;
  margin: 0px 15px 15px 0px;
}

.entry:nth-child(4) {
  left: 8px;
  top: 58px;
}

.entry:nth-child(6) {
  left: 8px;
  top: 108px;
}

.circle {
  border: 2px solid #545556;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  position: absolute;
  transition: border-color 300ms;
  width: 20px;
}

body {
  margin: auto;
  padding: 0;
  background-color: white;
  font-family: "DINPro", sans-serif;
  color: #2F2F2F;
  font-size: 16px;
  line-height: 1.3;
  overflow-y: scroll;
}
body a:link, body .navbar a.menuEnd:link, .navbar body a.menuEnd:link, body a:visited, body .navbar a.menuEnd:visited, .navbar body a.menuEnd:visited {
  text-decoration: none;
  color: currentColor;
}

.testTest {
  border: 3px solid lightgray;
}

#familiesGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  gap: 30px;
  height: fit-content;
}
#familiesGrid .subFamilyBloc .mainPicture {
  height: 175px;
}
#familiesGrid .subFamilyBloc .mainPicture > img {
  max-width: 100%;
  max-height: 175px;
}
#familiesGrid .subFamilyBloc .description {
  border-radius: 16px 16px 0 0;
  border: 1px solid lightgray;
  background-color: #006390;
  color: #434343;
  text-align: center;
  width: 100%;
}
#familiesGrid .subFamilyBloc .mainPicture {
  text-align: center;
}
#familiesGrid .subFamilyBlocObsta {
  border: 3px solid lightgray;
  max-width: 100%;
  position: relative;
}
#familiesGrid .subFamilyBlocObsta .mainPicture {
  text-align: center;
  height: 250px;
}
#familiesGrid .subFamilyBlocObsta .mainPicture > img {
  max-width: 100%;
  max-height: 250px;
}
#familiesGrid .subFamilyBlocObsta .gradiantObsta {
  overflow: hidden;
  position: absolute;
  left: 0;
  margin-top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  height: 50px;
  width: 100%;
  z-index: 50;
}
#familiesGrid .subFamilyBlocObsta .description {
  font-weight: bold;
  border-radius: 16px 16px 0 0;
  background-color: white;
  color: #434343;
  text-align: center;
  width: 100%;
}

#singleContent > .subFamilyBloc.homeBlock:hover, .subFamilyBloc:hover, .mainPageBlocImage:hover, .subFamilyBlocObsta:hover, #singleContent > .subFamilyBlocObsta.homeBlock:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

#singleContent.mainPageNews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#singleContent.mainPageNews .mainPageBlocImage {
  aspect-ratio: 9/10;
  position: relative;
}
#singleContent.mainPageNews .mainPageBlocImage .description {
  height: 30%;
  border: 1px solid lightgray;
  background-color: #006390;
  color: #434343;
  text-align: center;
  position: absolute;
}
#singleContent.mainPageNews .mainPageBlocImage .mainPicture {
  border-radius: 16px;
  width: 100%;
  margin-bottom: 0;
}
#singleContent.mainPageNews .mainPageBlocImage .title-news {
  border-radius: 16px 16px 0 0;
  position: absolute;
  color: white;
  width: 100%;
  text-align: left;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  padding: 15px;
  margin-top: 0;
  height: fit-content;
}
#singleContent.mainPageNews .smallBody {
  height: fit-content;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.subFamilyBloc, .mainPageBlocImage, .subFamilyBlocObsta {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.subFamilyBloc .title-news, .mainPageBlocImage .title-news, .subFamilyBlocObsta .title-news {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-weight: bold;
  line-height: 1.5em;
  padding-inline: 20px;
}
.subFamilyBloc .smallBodyText, .mainPageBlocImage .smallBodyText, .subFamilyBlocObsta .smallBodyText {
  margin: 0;
  max-height: 4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding-inline: 20px;
}
.subFamilyBloc .smallBody, .mainPageBlocImage .smallBody, .subFamilyBlocObsta .smallBody {
  height: 3em;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.subFamilyBloc .mainPicture, .mainPageBlocImage .mainPicture, .subFamilyBlocObsta .mainPicture {
  object-fit: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1400px) {
  #singleContent.mainPageNews {
    padding-bottom: 50px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1399px) {
  #singleContent.mainPageNews {
    padding-bottom: 50px;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .subFamilyBloc .mainPicture {
    height: 200px;
  }
}
@media (max-width: 992px) {
  #singleContent.mainPageNews {
    padding-bottom: 50px;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 768px) {
  #singleContent.mainPageNews {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  #pictoContainer {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
  #pictoContainer .picto-area {
    width: 100%;
  }
  #pictoContainer .picto-area a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  #pictoContainer .picto-area .picto, #pictoContainer .picto-area .picto-svg {
    margin: 0;
    border: none;
  }
}
.accordion-collapse.show, .accordion-collapse.collapsing {
  display: grid !important;
}

@media (min-width: 992px) {
  .accordion-collapse.show {
    display: flex !important;
  }
}
.picto, .picto-svg {
  background: white no-repeat center;
  max-width: 62px;
  width: 62px;
  height: 62px;
  background-size: 58px;
  display: flex;
}
@media (max-width: 1400px) {
  .picto, .picto-svg {
    max-width: 54px;
    height: 54px;
    width: 54px;
    background-size: 52px;
  }
}

.picto-svg .st9, .picto-svg .st33 {
  fill: #565656 !important;
}

.picto-font {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  .picto-font {
    font-size: 12px;
  }
}

.picto-area {
  margin: 0 auto auto auto;
  padding: 0;
  background-color: white;
  padding-inline: 10px;
  border-radius: 10px;
  border: #999e9f solid 2px;
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  justify-content: start;
}
@media (max-width: 1400px) {
  .picto-area {
    flex: 1 0 20%;
  }
}
@media (min-width: 992px) {
  .picto-area:hover {
    background-color: #fce01a;
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .picto-area:hover .picto, .picto-area:hover .picto-svg {
    background-color: #fce01a;
  }
}

#picto-menu {
  margin: auto;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
#picto-menu a {
  color: #2F2F2F;
}

.range-div {
  padding: 0;
}

.index-grid, #index {
  display: grid;
  grid-gap: 3px;
  padding: 5px 5px 5px 0px;
  width: 1320px;
}
@media (max-width: 1024px) {
  .index-grid, #index {
    padding: 5px 5px 5px 0%;
    width: 100%;
  }
}

.index-item {
  background-color: white;
  color: #1789b8;
  max-width: 427px;
  margin-bottom: 20px;
  text-align: center;
}
.index-item .smallBody {
  padding: 3px;
  height: 70px;
}
.index-item .image img {
  max-width: 100%;
}

.index-grid-item-inner {
  padding: 0;
  padding-left: 15px;
}

#index {
  margin: auto;
  max-width: 1320px;
}
#index #breadCrumb {
  grid-row: 1;
  grid-column: 1/span 3;
}
@media (max-width: 854px) {
  #index #breadCrumb {
    grid-column: 1/span 2;
  }
}
@media (max-width: 512.4px) {
  #index #breadCrumb {
    grid-column: 1/span 1;
  }
}

.navbar #common:hover, .navbar a.menu:hover, .navbar a.menuEnd:hover {
  background-color: #d5d5d7;
}
header {
  width: 100%;
}

@media (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
    z-index: 2000;
    background-color: white;
  }
  .navbar .container-fluid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 10px;
    padding-left: 0 !important;
  }
  .navbar-toggler {
    grid-column: 1;
  }
  .myLogo {
    grid-column: 2;
    justify-self: center;
    width: 130px;
  }
  .buttons {
    grid-column: 3;
    justify-self: end;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .buttons > * {
    white-space: nowrap;
  }
  #navbarSupportedContent {
    grid-column: 1/-1;
    width: 100%;
    background-color: #d5d5d7;
    z-index: 1100;
    position: absolute;
    top: 100%;
    font-size: 1rem;
  }
  #navbarSupportedContent.collapsing {
    position: absolute !important;
    top: 100% !important;
    transition: height 0s ease;
  }
  .lvl1Dropdown {
    padding-left: 20px;
  }
  .lvl1Dropdown .dropdown-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lvl1Dropdown > .dropdown:not(:last-child) {
    background-color: #d5d5d7;
    border-bottom: 1px solid #545559;
  }
  .lvl2Dropdown {
    border: none;
  }
  .lvl2Dropdown.dropdown-menu {
    background-color: #d5d5d7;
    padding-left: 20px;
  }
  .lvl2Dropdown.dropdown-menu :not(:last-child) {
    border-bottom: 1px solid #545559;
  }
  .dropdown3 {
    background-color: #d5d5d7;
  }
  .dropdown3 > ul.dropdown-menu {
    background-color: #d5d5d7;
    border: none;
    padding-left: 20px;
  }
  .dropdown3 > a.dropdown-item {
    border: none !important;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: #d5d5d7;
  }
  #buttonCloseMainDropdown {
    width: 3em;
  }
  #cart-link {
    width: 30px;
  }
  .hide-arrow-mobile::after {
    display: none !important;
  }
  .btnAction {
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  header {
    position: fixed;
    top: 0;
    z-index: 2000;
    background-color: white;
  }
  .navbar {
    background-color: white;
    padding: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1144px) {
  .navbar {
    width: unset;
  }
}
@media (min-width: 992px) {
  .navbar #menuEnd {
    float: right;
    text-align: end;
  }
  .navbar a.menu, .navbar a.menuEnd {
    float: left;
    text-align: center;
    padding: 8px 10px;
    text-decoration: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .navbar a.menu, .navbar a.menuEnd {
    padding: 6px 8px;
  }
}
@media (min-width: 992px) {
  .navbar a.menuEnd {
    line-height: 1.3;
    border-right: none;
  }
  #cart {
    width: 40px;
  }
  .dropdown {
    float: left;
  }
  .dropdown .dropbtn {
    font-size: small;
    border: none;
    outline: none;
    line-height: 1.3;
    color: white;
    padding: 8px 10px;
    text-transform: uppercase;
    background-color: inherit;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .dropdown .dropbtn {
    padding: 6px 8px;
  }
}
@media (min-width: 992px) {
  .lvl1Dropdown .dropdown-menu li {
    position: relative;
  }
  .lvl1Dropdown > .dropdown {
    background-color: #e9ecef;
  }
  .lvl1Dropdown > .dropdown:hover {
    background-color: #d5d5d7;
  }
  .lvl1Dropdown > li:first-child {
    padding-left: 10px;
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .lvl1Dropdown > li:last-child {
    padding-right: 10px;
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
  }
  .lvl1Dropdown > .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
  }
  .lvl1Dropdown > .nav-item.dropdown {
    position: relative;
  }
  .lvl1Dropdown > .nav-item.dropdown > .dropdown-toggle:not(.link) {
    pointer-events: none;
  }
  .lvl2Dropdown > li > ul.dropdown-submenu {
    position: absolute;
    left: 100%;
    top: 0;
  }
  .lvl2Dropdown > li > .dropdown-toggle {
    pointer-events: none;
  }
  .lvl2Dropdown.dropdown-menu > li:hover > ul.dropdown-submenu {
    display: block;
  }
  .lvl2Dropdown.dropdown-menu > li:hover {
    background-color: #e9ecef;
  }
  .myLogo {
    width: 200px;
  }
  .myLogoObsta {
    width: 120px;
  }
  .navbar .btn:hover {
    color: white;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0.85;
  }
  .dropdown-content a, .dropdown-content .navbar a.menuEnd, .navbar .dropdown-content a.menuEnd {
    float: none;
    color: #50768d;
    padding: 8px 18px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  .dropdown-content a:hover {
    background-color: #50768d;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .navbar .container-fluid {
    display: grid;
    grid-template-columns: 1fr 7fr;
    grid-template-rows: auto auto;
    align-items: start;
  }
  .myLogo {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .navbar .d-flex.gap-3 {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-top: 1fr;
  }
  .navbar-collapse {
    grid-column: 2/3;
    grid-row: 2/3;
    padding-left: 20px;
  }
  .navbar-toggler {
    display: none;
  }
  #contactUs > a {
    background-image: url("/assets/obsta/contact.svg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 38px;
    padding-left: 45px;
  }
  #contactUs:hover > a {
    background-image: url("/assets/obsta/contactHover.svg");
  }
}
#flags {
  text-align: right;
  color: white;
}
#flags img {
  margin-left: 5px;
  margin-right: 5px;
}

#search input, #search1 input {
  margin-bottom: 5px;
  margin-top: 5px;
  background: white url("/assets/obsta/search2.png") left no-repeat;
  padding-left: 45px;
  background-size: 38px;
}

.white-button > a, .navbar .white-button > a.menuEnd, .white-button > button {
  background-color: white;
  border: 1px solid #ced4da;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  color: black !important;
}

.white-button:hover > a, .white-button:hover > button {
  background-color: #006390;
  color: white;
}

.navbar-collapse {
  flex-grow: 0;
}

.sales-only-for {
  background-color: #cbcbcb;
  padding: 5px;
  padding-inline: 15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-bottom: 20px;
  margin-inline: auto;
  text-align: center;
  min-width: 11%;
}

.index-grid, #index {
  display: grid;
  grid-gap: 3px;
  padding: 5px 5px 5px 0px;
  width: 1320px;
}
@media (max-width: 1024px) {
  .index-grid, #index {
    padding: 5px 5px 5px 0%;
    width: 100%;
  }
}

.index-item {
  background-color: white;
  color: #1789b8;
  max-width: 427px;
  margin-bottom: 20px;
  text-align: center;
}
.index-item .smallBody {
  padding: 3px;
  height: 70px;
}
.index-item .image img {
  max-width: 100%;
}

.index-grid-item-inner {
  padding: 0;
  padding-left: 15px;
}

#index {
  margin: auto;
  max-width: 1320px;
}
#index #breadCrumb {
  grid-row: 1;
  grid-column: 1/span 3;
}
@media (max-width: 854px) {
  #index #breadCrumb {
    grid-column: 1/span 2;
  }
}
@media (max-width: 512.4px) {
  #index #breadCrumb {
    grid-column: 1/span 1;
  }
}

#slideshow {
  max-width: 100%;
  max-height: 370px;
  position: relative;
}
@media (max-width: 854px) {
  #slideshow {
    display: none;
  }
}
@media (max-height: 700px) {
  #slideshow {
    display: none;
  }
}
#slideshow .slides {
  display: none;
}
#slideshow .slides img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1755px;
  max-height: 370px;
}
#slideshow .insert {
  position: absolute;
  zoom: 67%;
  -moz-transform: scale(0.67, 0.67);
  -moz-transform-origin: left top;
}
#slideshow .comm, #slideshow .prev, #slideshow .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: gainsboro;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
#slideshow .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#slideshow .prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
#slideshow .prev:hover, #slideshow .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
#slideshow .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 28px;
  width: 100%;
  text-align: center;
}
#slideshow {
  /* Number text (1/3 etc) */
}
#slideshow .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
#slideshow {
  /* The dots/bullets/indicators */
}
#slideshow #dot-container {
  margin-top: -25px;
  margin-bottom: 25px;
}
#slideshow #dot-container .dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #557387;
  z-index: 1;
  padding: 2px;
  border-radius: 50%;
  border: 0.5px solid;
  display: inline-block;
  transition: background-color 0.6s ease;
}
#slideshow #dot-container .active, #slideshow #dot-container .dot:hover {
  background-color: #006390;
}
#slideshow #dot-container .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.reveal.deck1 {
  width: 100% !important;
  aspect-ratio: 2.5;
}

.reveal.deck1 .slides,
.reveal.deck1 .slides > section {
  width: 100% !important;
  height: 100% !important;
}

.reveal.deck1 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reveal .playback,
.reveal button.pause {
  display: none !important;
}

.dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 999;
}

.dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #cbcbcb;
  background: rgb(255, 255, 255);
  cursor: pointer;
}

.dot.active {
  background: #cbcbcb;
}

.productShot .imageDiv {
  text-align: center;
  object-fit: contain;
  height: 100px;
}
@media (max-width: 992px) {
  .productShot .imageDiv {
    height: 70px;
  }
}
.productShot .imageDiv .image {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.productShot .designation {
  font-weight: bold;
  font-size: 1em;
  padding: 5px 0;
}
.productShot .highlight {
  text-align: justify;
  margin-bottom: 10px;
}
.productShot {
  height: 150px;
}
.productShot .card {
  height: 100%;
  border-radius: 10px;
}
.productShot .card:hover {
  background-color: #ededed;
}
.productShot .card .card-title {
  background-color: #006390;
  border-radius: 10px 10px 0 0;
  padding: 5px;
  font-size: 1em;
}

.results {
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
}
@media (max-width: 992px) {
  .results {
    grid-template-columns: repeat(auto-fit, minmax(50%, 50%));
  }
}

.groupSearch {
  margin: 30px 0;
  border-radius: 10px;
  border: #ededed solid 4px;
}

.pageSearch {
  max-height: 100px;
  overflow: hidden;
  border: #ededed solid 3px;
  border-radius: 10px;
}
.pageSearch .designation {
  width: 100%;
  max-height: 100px;
  overflow: auto;
}
.pageSearch:hover {
  background-color: #ededed;
}

.familyHeader {
  padding-left: 1em;
}
.familyHeader h1 {
  font-size: 1.5em !important;
  padding-bottom: 0.3em;
  padding-top: 0.5em;
  border-bottom: 1px solid #eaecef;
}
.familyHeader h2 {
  font-size: 1.2em !important;
}

@media (max-width: 1400px) {
  div#itemHeader #imageDiv, div#itemDatas #imageDiv {
    width: 20%;
  }
  div#itemHeader #downloadPdf, div#itemDatas #downloadPdf {
    width: 30%;
  }
  div#itemHeader #productProperties, div#itemHeader #subFamilyDesc, div#itemDatas #productProperties, div#itemDatas #subFamilyDesc {
    width: 40%;
    min-height: 150px;
  }
  div#itemHeader #technicalTable, div#itemDatas #technicalTable {
    width: 70%;
  }
}
@media (max-width: 2000px) {
  div#itemHeader #imageDiv, div#itemDatas #imageDiv {
    width: 20%;
  }
  div#itemHeader #downloadPdf, div#itemDatas #downloadPdf {
    width: 30%;
  }
  div#itemHeader #productProperties, div#itemHeader #subFamilyDesc, div#itemDatas #productProperties, div#itemDatas #subFamilyDesc {
    width: 40%;
    min-height: 350px;
  }
  div#itemHeader #technicalTable, div#itemDatas #technicalTable {
    width: 70%;
  }
}
@media (min-width: 2000px) {
  div#itemHeader #imageDiv, div#itemDatas #imageDiv {
    width: 15%;
  }
  div#itemHeader #downloadPdf, div#itemDatas #downloadPdf {
    width: 20%;
  }
  div#itemHeader #productProperties, div#itemDatas #productProperties {
    min-height: 400px;
    width: 40%;
  }
  div#itemHeader #subFamilyDesc, div#itemDatas #subFamilyDesc {
    width: 45%;
  }
  div#itemHeader #technicalTable, div#itemDatas #technicalTable {
    width: 80%;
  }
}
@media (max-width: 992px) {
  div#itemHeader #imageDiv, div#itemDatas #imageDiv {
    width: 100%;
  }
  div#itemHeader #downloadPdf, div#itemDatas #downloadPdf {
    width: 100%;
  }
  div#itemHeader #productProperties, div#itemHeader #subFamilyDesc, div#itemDatas #productProperties, div#itemDatas #subFamilyDesc {
    min-height: 150px;
    width: 100%;
  }
  div#itemHeader #technicalTable, div#itemDatas #technicalTable {
    width: 100%;
  }
}
div#itemHeader #mainPicture, div#itemDatas #mainPicture {
  padding: 10px;
  border: 1px solid black;
  height: 80%;
  display: flex;
}
div#itemHeader #mainPicture img, div#itemDatas #mainPicture img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
div#itemHeader #rightText, div#itemDatas #rightText {
  margin: 0 0 10px;
  display: inline-block;
  padding: 0 20px 20px 20px;
}
div#itemHeader #subFamilyDesc, div#itemDatas #subFamilyDesc {
  margin: 0 0 10px;
  display: inline-block;
  padding: 20px;
  border: 1px solid black;
  line-height: 1.75;
  height: fit-content;
}
div#itemHeader #productProperties, div#itemDatas #productProperties {
  margin: 0 0 10px;
  display: inline-block;
  padding: 0 20px 20px 40px;
}

#singleContent h1.item {
  font-size: inherit;
  font-weight: inherit;
}
#singleContent .description {
  width: 100%;
}
#singleContent .description p {
  line-height: 1.5;
}
#singleContent #name {
  display: inline-block;
  font-size: 30px;
  vertical-align: middle;
  font-weight: bold;
}
#singleContent #productProperties {
  padding-left: 20px;
}
#singleContent #productProperties #itemPoints {
  line-height: 1.7;
  margin-top: 15px;
  margin-bottom: 15px;
}
#singleContent #productProperties #itemPoints ul {
  padding-left: 1rem;
}
#singleContent .pdfFile {
  line-height: 13px;
}
#singleContent .pdfFile a {
  margin: 2px;
  text-decoration: none;
  background-color: #f4f4f4;
  padding: 5px 7px 7px 0;
}
#singleContent .pdfFile a img {
  vertical-align: middle;
}
#singleContent #ranges {
  color: #525252;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#singleContent .range {
  float: left;
  display: inline;
  line-height: 25px;
  position: relative;
}
#singleContent .range a {
  background-color: #aaaaaa;
  border: 1px solid #777777;
  margin: 0;
  margin-right: 10px;
  padding: 2px 8px 2px 10px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
#singleContent .nav-btn {
  font-size: x-large;
  padding-inline: 10px;
}
#singleContent .nav-btn.disabled {
  color: #C6C6C6;
}
#singleContent .item-downloads {
  padding-left: 5px;
}
#singleContent .item-downloads .download {
  margin: 2px;
  text-decoration: none;
  background-color: white;
  padding: 5px 7px 5px 0;
  color: black;
  position: relative;
  width: 100%;
  border: 2px solid #e9ecef;
}
#singleContent .item-downloads .download.noBorder {
  border: none;
}
#singleContent .item-downloads .download.noBorder:hover {
  background-color: white;
}
#singleContent .item-downloads .download.noPl {
  padding: 5px 7px 5px 7px;
}
#singleContent .item-downloads .download:hover {
  background-color: #d5d5d7;
}
#singleContent #downloadPdf ul li {
  list-style: none;
  line-height: 1.7;
}
#singleContent #downloadPdf img {
  height: 40px;
  margin-left: -10px;
}
#singleContent #partNumber {
  font-size: 13px;
  font-weight: bold;
  background-color: #006390;
  padding: 2px 7px;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #B8B8B8;
  margin-top: 20px;
}
#singleContent #technicalTable {
  padding-bottom: 20px;
}
#singleContent #technicalTable input:checked + label {
  background: #e6e6e6;
  color: #444444;
}
#singleContent #technicalTable label {
  cursor: pointer;
  float: left;
  line-height: 2.5em;
  margin-right: 0.25em;
  padding: 0 1.5em;
  text-align: center;
  text-transform: uppercase;
  border: solid 1px #e5e5e5;
}
#singleContent #technicalTable input {
  visibility: hidden;
  width: 0;
}
#singleContent #technicalTable td {
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: middle;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#singleContent #technicalTable td .property-comment {
  font-size: small;
}
#singleContent #technicalTable td p {
  margin: 0;
}
#singleContent #technicalTable tr:nth-child(even) {
  background: #f9f9f9;
}
#singleContent #technicalTable tr:hover {
  background: #e7f1ff;
}
#singleContent #technicalTable .accordion-body {
  padding-top: 2px;
}
#singleContent #technicalTable .accordion-button:not(.collapsed), #singleContent #technicalTable .accordion-button:hover {
  background-color: #d5d5d7;
  color: black;
}
#singleContent #technicalTable .accordion-button:focus {
  box-shadow: none;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  max-width: 50%;
  min-width: 30%;
}
.custom-dropdown .dropdown-trigger {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.custom-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: small;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
}
.custom-dropdown:hover .dropdown-menu {
  display: block;
}
.custom-dropdown li a, .custom-dropdown li .navbar a.menuEnd, .navbar .custom-dropdown li a.menuEnd {
  display: flex;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  gap: 5px;
}
.custom-dropdown li a:hover {
  background-color: #f8f9fa;
}
.custom-dropdown li.active {
  background-color: #e9ecef;
}
.custom-dropdown .cart-icon {
  width: 16px;
  margin-left: auto;
}

.itemPageSingleContentNoLastColumn {
  width: 100%;
}

@media (min-width: 1400px) {
  .itemPageSingleContentLastColumn {
    width: 85%;
  }
}
@media (max-width: 1399px) {
  .itemPageSingleContentLastColumn {
    width: 100%;
  }
}

.customInputNumberDiv input::-webkit-outer-spin-button,
.customInputNumberDiv input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.customInputNumberDiv input[type=number] {
  -moz-appearance: textfield;
}

.modal-content.product {
  width: 50%;
}

.smallImages {
  gap: 5px;
  padding-top: 10px;
}
.smallImages .smallImageProduct {
  border: solid 1px black;
  height: 50px;
  width: 50px;
  gap: 5px;
  display: flex;
  justify-content: center;
}
.smallImages .smallImageProduct img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  padding: 2px;
}
.smallImages .smallImageProduct.active {
  background-color: #d5d5d7;
}

.zoomable {
  cursor: pointer;
  transition: transform 0.2s;
}
.zoomable:hover {
  transform: scale(1.05);
}

.overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}
.overlay.active {
  display: flex;
}
.overlay .overlay-content {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  background-color: white;
  padding: 5px;
}
.overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.overlay .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 50px;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.overlay .nav-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}
.overlay .nav-arrow.prev {
  left: 20px;
}
.overlay .nav-arrow.next {
  right: 20px;
}

div#breadCrumb {
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 10px;
}
div#breadCrumb > div {
  display: flex;
  flex-direction: row;
}
@media (max-width: 666px) {
  div#breadCrumb > div {
    display: none;
  }
}
div#breadCrumb .home {
  background: url("/assets/citel/home.svg") no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: 18px;
  float: left;
  width: 18px;
  padding: 5px 20px 5px 20px;
  border-radius: 20px;
}
div#breadCrumb .junction {
  padding: 5px 0 5px 0;
}
div#breadCrumb .link {
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
}
div#breadCrumb .link:not(:last-child):hover, div#breadCrumb .home:hover {
  background-color: rgba(153, 158, 159, 0.2);
}
div#breadCrumb .link:last-child {
  font-weight: bold !important;
}

.bloc, .subFamilyBloc, .productShot {
  display: inline-block;
  vertical-align: top;
}
.bloc .webContent, .subFamilyBloc .webContent, .productShot .webContent {
  text-align: justify;
}
.bloc .description, .subFamilyBloc .description, .productShot .description {
  font-weight: bold;
  text-align: justify;
}

#lastcolumn #leftcolumn #altvideo, #lastcolumn #leftcolumn #pickYourProtection, #lastcolumn #leftcolumn #altnews {
  width: 260px;
  height: 270px;
}
#lastcolumn #leftcolumn #altvideo img, #lastcolumn #leftcolumn #pickYourProtection img, #lastcolumn #leftcolumn #altnews img {
  width: 260px;
  height: 161px;
}
#lastcolumn .index-item {
  max-width: 100%;
  background-color: white;
  border: 3px solid #d5d5d7;
  max-height: 250px;
  border-radius: 20px;
  overflow: hidden;
}
#lastcolumn .index-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
#lastcolumn .index-item .title-news {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin: 5px;
  font-weight: bold;
}
#lastcolumn .index-item img {
  max-width: 100%;
  max-height: 160px;
}
#lastcolumn .index-item .linkKnowMore {
  display: inline-block;
  line-height: 2.5;
  padding: 5px;
  white-space: normal;
}

#singleContent .contactCol {
  display: inline;
  margin: 10px;
  float: left;
}
#singleContent .contactCol img {
  max-width: 100%;
}

.img-news {
  width: 100%;
  object-fit: cover;
  max-height: 160px;
}

.a-box {
  display: inline-block;
  width: 225px;
  text-align: center;
}

.img-container {
  height: 220px;
  width: 185px;
  overflow: hidden;
  border-radius: 0px 0px 20px 20px;
  display: inline-block;
}
.img-container img {
  height: 240px;
  max-width: unset !important;
}

.inner-skew {
  display: inline-block;
  overflow: hidden;
  padding: 0px;
  font-size: 0px;
  margin: 0;
  background: #c8c2c2;
  height: 240px;
  width: 185px;
}

.text-container {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background: #fff;
  margin: 0px 0px 0px 0px;
  line-height: 19px;
  font-size: 12px;
}
.text-container h3 {
  margin: 0;
  font-size: 18px;
  width: 100%;
  padding: 5px;
}

.contact-image {
  text-align: center;
}
.contact-image img {
  height: 172px;
}

.contact-map-info {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #1789b8;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.flex-location {
  display: flex;
  flex: auto;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
}

.location-description {
  white-space: pre-wrap;
  width: 220px;
  padding-bottom: 10px;
}

.location-img {
  width: 100%;
}

.location-title {
  background-color: #006390;
  border-radius: 20px 20px 0 0;
}

.application {
  position: relative;
  zoom: 67%;
  -moz-transform: scale(0.67, 0.67);
  -moz-transform-origin: left top;
}
@media (max-width: 1024px) {
  .application {
    zoom: 50%;
    -moz-transform: scale(0.5, 0.5);
    -moz-transform-origin: left top;
  }
}
@media (max-width: 666px) {
  .application {
    zoom: 35%;
    -moz-transform: scale(0.35, 0.35);
    -moz-transform-origin: left top;
  }
}
.application .insert {
  position: absolute;
}

.container {
  max-width: 90%;
}

.btn:focus {
  box-shadow: none;
}

div.insert {
  border: 3px grey solid;
  border-radius: 5px;
  background: white;
}

.insertBody {
  margin-top: 6px;
  text-align: center;
}

.insertBody p {
  padding: 0 3px 0 3px;
  margin-top: 0;
  font-weight: bold;
  line-height: normal;
}

div.slideInsert {
  border: 0;
  background: transparent;
}

div.slideInsert .title, div.slideInsert .titleSideMenu, div.slideInsert #singleContent #pageContent h1, #singleContent #pageContent div.slideInsert h1 {
  color: white;
  font-size: 34px;
  color: rgb(255, 255, 255);
  background-color: #2e6da4;
  background-color: rgba(80, 119, 141, 0.7);
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.linkKnowMoreA, .linkKnowMore .link {
  margin: 2px;
  text-decoration: none;
  background: #006390 url("/assets/citel/arrow.png") no-repeat;
  background-position-y: center;
  background-position-x: 2px;
  padding: 5px 10px 5px 13px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.linkKnowMore {
  display: inline-block;
  line-height: 2.5;
  padding: 5px;
  white-space: nowrap;
}
#footer {
  background-color: #006390;
  padding: 0;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#footer a {
  color: #2F2F2F;
  text-decoration: none;
}
#footer a:hover {
  color: white !important;
}
@media (max-width: 1400px) {
  #footer .footerBlock {
    margin-left: 0px;
  }
}
#footer .footerBlock {
  font-family: "DINPro", sans-serif;
  color: #2F2F2F;
}
#footer .footerBlock .footerElement {
  display: inline-block;
  padding: 10px 15px 5px 15px;
  line-height: 1.7;
  float: left;
  margin-bottom: 10px;
}
#footer .footerBlock .footerElement ul {
  margin: 0;
  padding: 0;
}
#footer .footerBlock .footerElement li {
  list-style: none;
  margin-right: 10px;
}
#footer .footerBlock .footerElement .titleFooter {
  color: #2E2E2E;
  font-size: 1.2em;
  font-weight: bolder;
  text-transform: uppercase;
}
#footer .footerBlock .footerElementList > ul > li:not(:first-child) {
  list-style: disc !important;
}
#footer .footerBlock #copyright {
  float: left;
  width: 100%;
  margin: 10px;
  text-align: center;
}
#footer .footerBlock .secure-block {
  padding: 10px 15px 5px 15px;
  line-height: 1.7;
  float: left;
  margin-bottom: 10px;
}
#footer .footerBlock .secure-block li {
  list-style: none;
  margin-right: 10px;
}
#footer .footerBlock .secure-block .titleFooter {
  color: #2E2E2E;
  font-size: 1.2em;
  font-weight: bolder;
  text-transform: uppercase;
}
#footer .footerBlock a:hover {
  transform: translateY(-8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#singleContent article.markdown-body {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 508px) {
  #singleContent article.markdown-body {
    padding: 10px;
  }
}
#singleContent #pageContent p {
  line-height: 1.5;
  text-align: justify;
}
#singleContent #pageContent h1 {
  margin: 0;
}
#singleContent #pageContent h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0 10px 20px;
}
#singleContent #pageContent ul {
  list-style-image: url("/assets/citel/bullet.png");
  list-style-position: inside;
  line-height: 1.5;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}
#singleContent #pageContent .application img {
  max-width: none;
}
#singleContent #pageContent img {
  margin: auto;
  max-width: 760px;
}
@media (max-width: 1144px) {
  #singleContent #pageContent img {
    max-width: 100%;
  }
}
#singleContent #pageContent img {
  display: block;
}
#singleContent #pageContent .item .green {
  background-color: green;
  color: white;
}
#singleContent #pageContent .item .red {
  background-color: red;
  color: white;
}
#singleContent #pageContent .item .yellow {
  background-color: orange;
  color: white;
}

.imageContainer {
  position: relative;
  color: white;
}

.imageOverlay {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  padding: 2px 4px;
  background-color: black;
}

@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro/dinpro-light_0-e0be9bd5e372b2c379893b776e7b2b96.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro/DINPro-LightItalic-cb0b27aa0d7fe98640e7ac12d36e948f.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro/dinpro-regular_0-86fda98796bb4100ba905535a77723bd.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro/dinpro-medium_0-48a3635ce1e76c0122a143b076f51adf.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro/DINPro-MediumItalic-7afda512b3af586b7fc3ec9f4d0df983.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro/dinpro-bold_0-05078759185c986d15c17e7ee8deff43.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro/DINPro-BoldItalic_0-e6be34400da6360e417459115b083cac.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
.title, .titleSideMenu, .titleSideMenu:hover, #singleContent #pageContent h1 {
  background-color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px;
  color: #1789b8;
}

.titleSideMenu, .titleSideMenu:hover {
  background-color: #f4f4f4;
  font-size: 12px;
  text-align: center;
}

.titleSideMenu:hover {
  background-color: #e0e0e0;
}

em {
  font-weight: bold;
  color: dodgerblue;
}

.errors {
  border: red 1px solid;
}

.title_documents {
  font-weight: 800;
  font-size: 12px;
  word-wrap: break-word;
}

.index-item:hover .hover_picture {
  opacity: 0.3;
}

div.class:empty {
  border: none;
}

.boxed {
  border: 1px solid black;
  animation: fadein 2s;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10px;
  box-shadow: 10px 5px 5px grey;
}

.boxed:empty {
  display: none;
}

.documents_type {
  background-color: #fcec53;
  color: black;
  font-size: 16px;
  padding: 10px 16px;
  border-radius: 15px 50px 30px;
}

.image {
  display: inline-block;
  position: relative;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.dropdown .dropbtn {
  font-size: small;
  border: none;
  outline: none;
  color: white;
  padding: 8px 10px;
  text-transform: uppercase;
  background-color: inherit;
  line-height: 1.3;
}

.crop img {
  height: 250px;
  margin: 0 0 0px;
}

.crop {
  width: 200px;
  height: 150px;
  overflow: hidden;
}

.preview_picture {
  max-width: 375px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

.preview_picture_video {
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

img {
  height: auto;
}

.logo-area {
  width: 10%;
  position: absolute;
  left: 3%;
  z-index: 999;
}

.logo-area-footer {
  position: absolute;
  left: 5%;
  top: 20%;
  z-index: 999;
  width: 10%;
}

#footer a, #footer .footerElement, #footer .titleFooter, #footer .footerBlock {
  color: white !important;
}
#footer a:hover {
  color: black !important;
}

@media (min-width: 1400px) {
  .diagonal-cut-footer:after {
    content: "";
    position: absolute;
    top: -85%;
    left: -12vw;
    height: 250%;
    width: 31%;
    background: white;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}
.nav-link {
  transition: none;
}

.btn-citel {
  background-color: #006390;
  border: 1px solid white;
  transition: none;
  color: white !important;
}

.white-text {
  color: white;
}

.btn-citel:hover {
  color: #d3d3f4 !important;
}

.btn-continue {
  background-color: #3e3e3e;
  color: #fff !important;
  border: 1px solid white;
  transition: none;
}

.pick-your-protection {
  height: 100px;
  background-color: #006390;
  border-radius: 25px;
  gap: 15px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: fit-content;
}
@media (max-width: 1400px) {
  .pick-your-protection {
    height: 75px;
  }
}
@media (max-width: 992px) {
  .pick-your-protection {
    margin-top: 20px;
    height: 75px;
    margin-inline: 10px;
  }
}
.pick-your-protection .text-content {
  text-align: center;
  flex: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .pick-your-protection .text-content {
    display: flex;
    align-items: center;
  }
}
.pick-your-protection .main-text {
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1400px) {
  .pick-your-protection .main-text {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .pick-your-protection .main-text {
    font-size: 16px;
    width: 50%;
  }
}
.pick-your-protection .main-text {
  text-transform: uppercase;
}
.pick-your-protection .sub-text {
  font-size: 13px;
  font-weight: normal;
  opacity: 0.9;
  margin-top: 4px;
  background-color: white;
  border-radius: 5px;
  width: fit-content;
  padding-inline: 10px;
}
@media (max-width: 1400px) {
  .pick-your-protection .sub-text {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .pick-your-protection .sub-text {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
}
.pick-your-protection * {
  max-height: 100px;
}
@media (max-width: 1400px) {
  .pick-your-protection * {
    max-height: 70px;
  }
}
.pick-your-protection span {
  font-size: 1em;
}

#wrap-body {
  padding-top: var(--header-height, 80px);
  min-height: 100%;
}

#main-wrap {
  overflow: auto;
}

.process-row {
  display: table-row;
}

.process {
  display: table;
  width: 100%;
  position: relative;
}

@media (min-width: 1200px) {
  #button-cart-process:after {
    content: ">>";
    position: relative;
    left: 20%;
  }
}
.process-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.process-row:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 62%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
  left: 230px;
}
@media (max-width: 991px) {
  .process-row:before {
    left: 150px;
  }
}

.process-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.process-step p {
  margin-top: 10px;
}

.btn-circle {
  width: 100px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  border-radius: 15px;
}

#cart-sum td {
  border: none;
}

.float-right {
  float: right;
}

.account-category {
  background: #b7b7b7;
}

.link-list {
  list-style-type: none;
  padding-left: 0;
}
.link-list li {
  margin: 5px 0 5px 0;
}

.account-link-list {
  padding-left: 1rem;
}

.light-grey-bg {
  background-color: #eeeeee;
}

.availability-indicator {
  width: 20px;
}

.card-link {
  color: deepskyblue !important;
}

.selected-address {
  border: 2px solid limegreen;
}

.text-bold {
  font-weight: bold;
}

.height-fit {
  height: fit-content;
}

.required-indicator {
  color: #cc0000;
  display: inline-block;
  font-weight: bold;
  margin-left: 0.3em;
  position: relative;
  top: 0.1em;
}

.salable-product {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 3px;
  top: 0;
}

.triangle {
  width: 0;
  height: 0;
  border-top: 50px solid #f7db42;
  border-right: 50px solid transparent;
  float: left;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
}

.tag {
  border-radius: 5px;
  padding: 5px;
}
.tag.RECEIVED {
  background-color: #28a745;
  color: #fff;
}
.tag.CREATED {
  color: #fff;
  background-color: #0d6efd;
}
.tag.PENDING_PAYMENT {
  color: #000;
  background-color: #ffc107;
}
.tag.COMPLETED {
  color: #fff;
  background-color: #198754;
}
.tag.CONFIRMED {
  color: #fff;
  background-color: #198754;
}
.tag.CANCELED {
  color: #fff;
  background-color: #6c757d;
}

#cart-badge {
  position: relative;
  top: -40px;
  right: -15px;
}

#cart-badge-circle {
  border-radius: 50%;
  font-weight: bold;
  width: 24px;
  height: 24px;
  background: #F84440;
}

#cart-badge-counter {
  text-align: center;
  color: #ffffff;
  font-size: 90%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#cart-link {
  position: relative;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

.animated {
  animation-fill-mode: both;
}

.text-center {
  text-align: center;
}

.vertical-center-block {
  margin: auto 0;
}

.auto-margin {
  margin: auto;
}

#card-error {
  text-align: center;
  font-size: 18px;
}

.btn-grey {
  background-color: #e9ecef;
}

.item-downloads li {
  margin-top: 0.5em;
}

#tender-btn {
  cursor: pointer;
  margin: 2px;
  text-decoration: none;
  background-color: #f4f4f4;
  padding: 5px 7px;
  color: black;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

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

.product-description {
  font-size: 12px;
}

.blocks-title {
  width: 100%;
  float: left;
  color: rgb(6, 129, 179);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 10px;
  box-sizing: border-box;
  margin: 5px;
  border-radius: 5px;
  padding: 10px 0px 10px 30px;
  background: url("/assets/obsta/btn_plus.png") 7px 7px/15px 15px no-repeat rgb(244, 244, 244);
}

.blocks-title-main {
  width: 100%;
  font-size: 30px;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: 5px;
  padding: 10px 0px 10px 50px;
  background: url("/assets/obsta/fleche_bas.svg") 10px no-repeat;
  background-size: 40px 40px;
}
.blocks-title-main.collapsed {
  background: url("/assets/obsta/fleche.svg") 10px no-repeat;
  background-size: 40px 40px;
}

.associated-item {
  padding: 0;
  width: 150px !important;
  margin: 0 5px 20px 5px;
  text-align: center;
  max-height: 150px;
  border-radius: 10px;
}
.associated-item .title, .associated-item #singleContent #pageContent h1, #singleContent #pageContent .associated-item h1, .associated-item .titleSideMenu {
  background: #006390;
  color: white;
  border-radius: 10px 10px 0 0;
  max-height: 42px;
}
.associated-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.associated-item img {
  padding: 5px;
  max-width: 100%;
  aspect-ratio: auto;
  height: auto;
  max-height: 90px;
}

.obstaApplications {
  background: transparent;
  display: grid;
  grid-auto-rows: auto auto;
  justify-content: center;
}
@media (min-width: 2375px) {
  .obstaApplications {
    grid-template-columns: repeat(6, minmax(350px, 350px));
  }
}
@media (max-width: 2375px) {
  .obstaApplications {
    grid-template-columns: repeat(6, minmax(280px, 1fr));
  }
}
@media (max-width: 1800px) {
  .obstaApplications {
    grid-template-columns: repeat(6, minmax(200px, 1fr));
  }
}
@media (max-width: 1400px) {
  .obstaApplications {
    grid-template-columns: repeat(3, minmax(200px, 0.5fr));
  }
}
@media (max-width: 900px) {
  .obstaApplications {
    grid-template-columns: repeat(2, minmax(200px, 0.5fr));
  }
}
.obstaApplications .index-item {
  background: transparent;
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  padding-inline: 10px;
}
.obstaApplications .index-item .contentLink {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  background: transparent;
}
.obstaApplications .index-item .contentLink .image {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  background: transparent;
}
.obstaApplications .index-item .contentLink .image .title, .obstaApplications .index-item .contentLink .image #singleContent #pageContent h1, #singleContent #pageContent .obstaApplications .index-item .contentLink .image h1, .obstaApplications .index-item .contentLink .image .titleSideMenu {
  background: transparent;
  grid-row: 1;
  align-self: center;
  text-transform: none;
  color: #2F2F2F;
  font-weight: bold;
  font-size: 15px;
}
.obstaApplications .index-item .contentLink .image img {
  background: transparent;
  grid-row: 2;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 290/470;
  border-radius: 20px;
}
.obstaApplications .index-item .contentLink .image img:hover {
  background: transparent;
  transform: translateY(-8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.obstaApplications .index-item .contentLink .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 99, 144, 0.5);
  mix-blend-mode: color;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.obstaApplications .index-item .contentLink .image:hover::after {
  opacity: 1;
}

.fullBgGrad {
  width: 111.11%;
  max-width: none !important;
  flex: 0 0 111.11%;
  margin-left: -5.555%;
  margin-right: -5.555%;
  padding-left: 5.555%;
  padding-right: 5.555%;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
}

/*# sourceMappingURL=obsta.css.map */

