/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./node_modules/@inwink/toggles/toggle.less ***!
  \*********************************************************************************************************************************************************************************************************/
.toggleswitch {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.toggleswitch-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toggleswitch--disabled {
  opacity: 0.5;
  transition: opacity 0.25s;
}
.toggleswitch-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #4D4D4D;
  transition: all 0.2s ease;
}
.toggleswitch:hover .toggleswitch-track {
  background-color: #000000;
}
.toggleswitch--checked .toggleswitch-track {
  background-color: #51c176;
}
.toggleswitch.toggleswitch--checked:hover .toggleswitch-track {
  background-color: #51c176;
}
.toggleswitch-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: 7px;
  line-height: 0;
  left: 8px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.toggleswitch--checked .toggleswitch-track-check {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.toggleswitch-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: 7px;
  line-height: 0;
  right: 10px;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.toggleswitch--checked .toggleswitch-track-x {
  opacity: 0;
}
.toggleswitch-thumb {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  background-color: #FAFAFA;
  box-sizing: border-box;
  transition: all 0.25s ease;
}
.toggleswitch--checked .toggleswitch-thumb {
  left: 27px;
  border-color: #51c176;
}
.toggleswitch--focus .toggleswitch-thumb {
  box-shadow: 0px 0px 2px 3px #c1c1c1;
}
.toggleswitch:active .toggleswitch-thumb {
  box-shadow: 0px 0px 10px 5px #c1c1c1;
}

/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./node_modules/@inwink/modals/popover.less ***!
  \*********************************************************************************************************************************************************************************************************/
.popover-shell.dismiss,
.popover-shell.enabled-mouse-out-of-modal {
  pointer-events: none;
}
.popover-container {
  pointer-events: none;
}
.popover-container .popover-content {
  pointer-events: all;
}
.popover-shell.with-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.popover-shell.with-overlay .popover-wrapper,
.popover-shell.with-overlay .popover-wrapper-content,
.popover-shell.with-overlay .popover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  touch-action: manipulation;
}
.popover-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.popover-wrapper .popover-content {
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  overflow: hidden;
  height: auto;
  padding: 0;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.15);
}
.popover-wrapper .popover-content .popover-modal {
  position: relative;
  width: 100%;
  height: 100%;
}
.popover-wrapper .popover-content .popover-modal .entityfieldslist {
  height: inherit;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.popovertransition-enter .popover-content {
  transform: scale(0.6);
  opacity: 0.01;
}
.popovertransition-enter .popover-modal {
  opacity: 0.01;
}
.popovertransition-enter.popovertransition-enter-active .popover-content {
  transform: scale(1);
  opacity: 1;
  transition: transform 160ms ease-in, opacity 90ms ease-out;
}
.popovertransition-enter.popovertransition-enter-active .popover-modal {
  transition: opacity 200ms ease-in 120ms;
  opacity: 1;
}
.popovertransition-appear .popover-content {
  transform: scale(0.6);
  opacity: 0.01;
}
.popovertransition-appear .popover-modal {
  opacity: 0.01;
}
.popovertransition-appear.popovertransition-appear-active .popover-content {
  transform: scale(1);
  opacity: 1;
  transition: transform 160ms ease-in, opacity 90ms ease-out;
}
.popovertransition-appear.popovertransition-appear-active .popover-modal {
  transition: opacity 200ms ease-in 120ms;
  opacity: 1;
}
.popovertransition-exit {
  pointer-events: none;
}
.popovertransition-exit .popover-overlay {
  pointer-events: none;
}
.popovertransition-exit .popover-content {
  pointer-events: none;
  transform: scale(1);
  opacity: 1;
}
.popovertransition-exit .popover-modal {
  opacity: 1;
}
.popovertransition-exit.popovertransition-exit-active .popover-content {
  transform: scale(0.3);
  opacity: 0;
  transition: transform 160ms ease-in 50ms, opacity 100ms ease-out 100ms;
}
.popovertransition-exit.popovertransition-exit-active .popover-modal {
  opacity: 0;
  transition: opacity 90ms ease-out;
}

/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/components/carousel/carouselplaycontrols.less ***!
  \************************************************************************************************************************************************************************************************************************/
.playcontrols-btn-common {
  pointer-events: auto;
  background-color: white;
  color: black;
  border: 1.5px solid black;
  border-radius: 4px;
  width: auto;
  height: 20px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
}
.playcontrols-btn-common i {
  font-size: 9px;
  color: black;
  pointer-events: none;
  line-height: 1;
  display: flex;
  align-items: center;
}
.playcontrols-btn-common:hover {
  border: 1.5px solid black;
  background-color: white;
}
.playcontrols-btn-common:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}
.playcontrols-btn-common:active {
  transform: scale(0.95);
  background-color: rgba(0, 0, 0, 0.1);
}
.video-playcontrols button[type="button"].video-playpause-btn.playcontrols-btn-common,
button[type="button"].video-playpause-btn.playcontrols-btn-common,
.video-playcontrols .playcontrols-btn-common.video-playpause-btn {
  pointer-events: auto;
  background-color: white;
  color: black;
  border: 1.5px solid black;
  border-radius: 4px;
  width: auto;
  height: 20px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
}
.video-playcontrols button[type="button"].video-playpause-btn.playcontrols-btn-common i,
button[type="button"].video-playpause-btn.playcontrols-btn-common i,
.video-playcontrols .playcontrols-btn-common.video-playpause-btn i {
  font-size: 9px;
  color: black;
  pointer-events: none;
  line-height: 1;
  display: flex;
  align-items: center;
}
.video-playcontrols button[type="button"].video-playpause-btn.playcontrols-btn-common:hover,
button[type="button"].video-playpause-btn.playcontrols-btn-common:hover,
.video-playcontrols .playcontrols-btn-common.video-playpause-btn:hover {
  border: 1.5px solid black;
  background-color: white;
}
.video-playcontrols button[type="button"].video-playpause-btn.playcontrols-btn-common:focus,
button[type="button"].video-playpause-btn.playcontrols-btn-common:focus,
.video-playcontrols .playcontrols-btn-common.video-playpause-btn:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}
.video-playcontrols button[type="button"].video-playpause-btn.playcontrols-btn-common:active,
button[type="button"].video-playpause-btn.playcontrols-btn-common:active,
.video-playcontrols .playcontrols-btn-common.video-playpause-btn:active {
  transform: scale(0.95);
  background-color: rgba(0, 0, 0, 0.1);
}
.picturegallerycarousel:has(.carousel-playcontrols) {
  margin-bottom: 29px;
}
.picturegallerycarousel:has(.carousel-playcontrols) .slick-slider .slick-dots {
  display: none;
  visibility: hidden;
}
.bloc-itemslist:has(.carousel-playcontrols) {
  padding-bottom: 29px;
}
.carousel-playcontrols {
  position: relative;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.carousel-playcontrols button[type="button"].carousel-playpause-btn {
  pointer-events: auto;
  background-color: white;
  color: black;
  border: 1.5px solid black;
  border-radius: 4px;
  width: auto;
  height: 20px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
}
.carousel-playcontrols button[type="button"].carousel-playpause-btn i {
  font-size: 9px;
  color: black;
  pointer-events: none;
  line-height: 1;
  display: flex;
  align-items: center;
}
.carousel-playcontrols button[type="button"].carousel-playpause-btn:hover {
  border: 1.5px solid black;
  background-color: white;
}
.carousel-playcontrols button[type="button"].carousel-playpause-btn:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}
.carousel-playcontrols button[type="button"].carousel-playpause-btn:active {
  transform: scale(0.95);
  background-color: rgba(0, 0, 0, 0.1);
}

/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/components/marqueeplaycontrols.less ***!
  \**************************************************************************************************************************************************************************************************************/
.playcontrols-btn-common {
  pointer-events: auto;
  background-color: white;
  color: black;
  border: 1.5px solid black;
  border-radius: 4px;
  width: auto;
  height: 20px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
}
.playcontrols-btn-common i {
  font-size: 9px;
  color: black;
  pointer-events: none;
  line-height: 1;
  display: flex;
  align-items: center;
}
.playcontrols-btn-common:hover {
  border: 1.5px solid black;
  background-color: white;
}
.playcontrols-btn-common:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}
.playcontrols-btn-common:active {
  transform: scale(0.95);
  background-color: rgba(0, 0, 0, 0.1);
}
.video-playcontrols button[type="button"].video-playpause-btn.playcontrols-btn-common,
button[type="button"].video-playpause-btn.playcontrols-btn-common,
.video-playcontrols .playcontrols-btn-common.video-playpause-btn {
  pointer-events: auto;
  background-color: white;
  color: black;
  border: 1.5px solid black;
  border-radius: 4px;
  width: auto;
  height: 20px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
}
.video-playcontrols button[type="button"].video-playpause-btn.playcontrols-btn-common i,
button[type="button"].video-playpause-btn.playcontrols-btn-common i,
.video-playcontrols .playcontrols-btn-common.video-playpause-btn i {
  font-size: 9px;
  color: black;
  pointer-events: none;
  line-height: 1;
  display: flex;
  align-items: center;
}
.video-playcontrols button[type="button"].video-playpause-btn.playcontrols-btn-common:hover,
button[type="button"].video-playpause-btn.playcontrols-btn-common:hover,
.video-playcontrols .playcontrols-btn-common.video-playpause-btn:hover {
  border: 1.5px solid black;
  background-color: white;
}
.video-playcontrols button[type="button"].video-playpause-btn.playcontrols-btn-common:focus,
button[type="button"].video-playpause-btn.playcontrols-btn-common:focus,
.video-playcontrols .playcontrols-btn-common.video-playpause-btn:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}
.video-playcontrols button[type="button"].video-playpause-btn.playcontrols-btn-common:active,
button[type="button"].video-playpause-btn.playcontrols-btn-common:active,
.video-playcontrols .playcontrols-btn-common.video-playpause-btn:active {
  transform: scale(0.95);
  background-color: rgba(0, 0, 0, 0.1);
}
.marquee-flex-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 5px 0;
}
.marquee-content-wrapper {
  flex: 1;
  overflow: hidden;
  min-width: 0;
}
.marquee-controls-wrapper {
  flex-shrink: 0;
  pointer-events: none;
}
.marquee-controls-wrapper .video-playcontrols {
  position: static;
  pointer-events: auto;
}
.marquee-controls-wrapper button[type="button"].video-playpause-btn {
  pointer-events: auto;
  background-color: white;
  color: black;
  border: 1.5px solid black;
  border-radius: 4px;
  width: auto;
  height: 20px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
}
.marquee-controls-wrapper button[type="button"].video-playpause-btn i {
  font-size: 9px;
  color: black;
  pointer-events: none;
  line-height: 1;
  display: flex;
  align-items: center;
}
.marquee-controls-wrapper button[type="button"].video-playpause-btn:hover {
  border: 1.5px solid black;
  background-color: white;
}
.marquee-controls-wrapper button[type="button"].video-playpause-btn:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}
.marquee-controls-wrapper button[type="button"].video-playpause-btn:active {
  transform: scale(0.95);
  background-color: rgba(0, 0, 0, 0.1);
}


/*# sourceMappingURL=c-20260721-mod-commu-company-feb9c0e8d94333cfa745.css.map*/