﻿:root {
  --background-image-header: url('../../img/Background/Azteck_Header_1920x80px.svg');
  --logo: url("../../img/Background/Azteck_logo.jpg");
  --border-color: #11A9BC;
  --background-color-validate: #F18700;
  --navigation-arrow-color: #AAAAAA;
  --briefing-note-background: #898887;
  --briefing-note-text-color: #FFF;
  --selected-background-color: #31B7BC;
  --product-color: #11A9BC;
}
html,
body,
#formSmart,
.ContentFrame {
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Gilroy", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 1025px) {
  html,
  body,
  #formSmart,
  .ContentFrame {
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  html,
  body,
  #formSmart,
  .ContentFrame {
    width: 100% !important;
    height: 100% !important;
  }
}
html > main-frame-view,
body > main-frame-view,
#formSmart > main-frame-view,
.ContentFrame > main-frame-view {
  flex: 1 1 auto;
}
html > main-frame-view .SmartPageHtml,
body > main-frame-view .SmartPageHtml,
#formSmart > main-frame-view .SmartPageHtml,
.ContentFrame > main-frame-view .SmartPageHtml {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
}
html > main-frame-view .SmartPageHtml .ImageBody .VersionClass,
body > main-frame-view .SmartPageHtml .ImageBody .VersionClass,
#formSmart > main-frame-view .SmartPageHtml .ImageBody .VersionClass,
.ContentFrame > main-frame-view .SmartPageHtml .ImageBody .VersionClass {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: white;
}
html > main-frame-view .presenterView .modal-body,
body > main-frame-view .presenterView .modal-body,
#formSmart > main-frame-view .presenterView .modal-body,
.ContentFrame > main-frame-view .presenterView .modal-body {
  height: 550pt;
  overflow: auto;
}
@font-face {
  font-family: "Gilroy";
  src: url('../../Font/Gilroy-Regular.ttf');
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  src: url('../../Font/Gilroy-Thin.ttf');
}
@font-face {
  font-family: "Gilroy";
  font-weight: lighter;
  src: url('../../Font/Gilroy-Light.ttf');
}
@font-face {
  font-family: "Gilroy";
  font-weight: bold;
  src: url('../../Font/Gilroy-Bold.ttf');
}
::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  margin: 5px 5px 5px 5px;
  scroll-behavior: smooth;
  height: 5px;
  /*display:none;*/
}
::-webkit-scrollbar-thumb {
  background: #3C3C3C;
  border-radius: 10px;
  /*display:none;*/
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
  border-radius: 10px;
}
.VersionClass > input {
  color: #F5F5F5;
  font: 12px/14px Gilroy;
  font-style: italic;
}
.EnvellopeMarge {
  margin-top: 10px;
}
.smart-combobox {
  height: 100%;
}
.ComboboxClass {
  width: 200px;
}
.ComboboxClass > div > a {
  border: 0px solid #ccc;
  border-radius: 0px;
  border-bottom: 2px solid #3C3C3C;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  height: 100%;
}
.ComboboxClass > div > a > div > span.caret {
  background-image: url(../../img/UIIcone/down.svg);
  border: 0px solid #ccc;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  display: inline-block;
  width: 12px;
  padding: 12px;
}
.ComboboxClass > div > a:focus {
  border: 0px solid #ccc;
  border-radius: 0px;
  border-bottom: 2px solid #3C3C3C;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.ComboboxClass .dropdown-menu {
  border-radius: 0px;
}
.modal-title {
  text-align: center;
  color: black;
}
.InputText {
  width: 200px;
}
.InputText > div > input {
  border: 0px solid #000;
  border-radius: 0px;
  border-bottom: 2px solid #3C3C3C;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  font: 14px/21px Gilroy;
}
.InputText > div > input:focus {
  border-color: #3C3C3C;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px rgba(0, 0, 0, 0.1);
}
.InputText > input {
  border: 0px solid #000;
  border-radius: 0px;
  border-bottom: 2px solid #3C3C3C;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  font: 14px/21px Gilroy;
}
.InputText > input:focus {
  border-color: #3C3C3C;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px rgba(0, 0, 0, 0.1);
}
.EmptyInputText > input {
  color: #888;
}
.NumericBoxClass {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.NumericBoxClass .invalide > input {
  border-bottom: 2px solid #C10000;
}
.NumericBoxClass .ErrorLabel > span {
  color: #C10000;
  font: 13.5px/17px Gilroy;
}
.ErreurInput {
  border: 3px solid red;
}
.error {
  color: red;
}
.negative {
  color: #000 !important;
}
.ErrorLabel {
  display: flex;
  justify-content: center;
  align-content: center;
}
.ErrorLabel > span {
  color: #C10000;
  font: 12px/17px Gilroy;
  font: 13.5px/17px Gilroy;
}
.TextClass {
  border-bottom: 2px solid #888;
  width: 200px;
  padding-left: 10px;
}
.TextClass > span {
  color: #888;
}
.CheckBoxClass > input[type=checkbox] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 0;
  background-color: #fff;
  height: 20px;
  width: 20px;
}
.CheckBoxClass > input[type=checkbox]:checked {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 0;
  background-color: #3C3C3C;
  height: 20px;
  width: 20px;
  background-image: url(../../img/UIIcone/check.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.CheckBoxClass > input[type=checkbox]:focus {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 0;
  background-color: #fff;
  height: 20px;
  width: 20px;
  outline: 0px auto -webkit-focus-ring-color;
}
.CheckBoxClass > input[type=checkbox]:checked:focus {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 0;
  background-color: #3C3C3C;
  height: 20px;
  width: 20px;
  background-image: url(../../img/UIIcone/check.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  outline: 0px auto -webkit-focus-ring-color;
}
.RadioButtonClass > input[type=radio] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  height: 20px;
  width: 20px;
  border: 1px solid black;
}
.RadioButtonClass > input[type=radio]:hover {
  cursor: pointer;
}
.RadioButtonClass > input[type=radio]:focus {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #fff;
  height: 20px;
  width: 20px;
  outline: 0px auto -webkit-focus-ring-color;
}
.RadioButtonClass > input[type=radio]:checked {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #3C3C3C;
  height: 20px;
  width: 20px;
  background-image: url(../../img/UIIcone/check.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.RadioButtonClass > input[type=checkbox] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid #3C3C3C;
  border-radius: 3px;
  background-color: #fff;
  height: 20px;
  min-width: 20px;
  animation: 0.4s ease-in-out checkOut;
}
.RadioButtonClass > input[type=checkbox]:hover {
  cursor: pointer;
}
.RadioButtonClass > input[type=checkbox]:focus {
  outline: none;
}
.RadioButtonClass > input[type=checkbox]:checked {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid #3C3C3C;
  border-radius: 3px;
  background-color: #3C3C3C;
  height: 20px;
  min-width: 20px;
  background-image: url(../../img/UIIcone/check.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  animation: 0.4s ease-in-out check;
}
@keyframes check {
  from {
    background: #fff;
    transform: rotateY(0deg);
  }
  to {
    background: #3C3C3C;
    transform: rotateY(180deg);
  }
}
@keyframes checkOut {
  from {
    background: #3C3C3C;
    transform: rotateY(180deg);
  }
  to {
    background: #fff;
    transform: rotateY(0deg);
  }
}
.ToggleClass {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: none !important;
}
smart-toggle.customToggle {
  margin: 0;
  float: left;
  width: 70px;
  height: 40px;
  padding: 10px;
  box-shadow: 0px 0px black !important;
  border-radius: 40px;
  border: 0px solid #F5F5F5;
  transform: rotate(180deg);
}
smart-toggle.customToggle:hover .smart-toggle-container > .smart-toggle-handle {
  background-color: var(--background-color-validate);
}
smart-toggle.customToggle .smart-toggle-container.active {
  flex-direction: row-reverse;
  background-color: #3C3C3C;
  width: 50px;
  height: 20px;
  border-radius: 20px;
  border: 0px solid #F5F5F5;
}
smart-toggle.customToggle .smart-toggle-container {
  cursor: pointer;
  background-color: #F5F5F5;
  display: flex;
  flex: 1 0 auto;
  width: 50px;
  height: 20px;
  border-radius: 20px;
  border: 0px solid #F5F5F5;
}
smart-toggle.customToggle .smart-toggle-container.active .smart-toggle-text {
  width: 0px;
  padding: 0;
  background-color: #3C3C3C;
  border-radius: 20px;
  border: 0px solid #F5F5F5;
}
smart-toggle.customToggle .smart-toggle-container .smart-toggle-text {
  width: 0px;
  padding: 0;
}
smart-toggle.customToggle .smart-toggle-container.active .smart-toggle-text .smart-toggle-on {
  visibility: hidden;
  background-color: #3C3C3C;
}
smart-toggle.customToggle .smart-toggle-container .smart-toggle-text .smart-toggle-on {
  visibility: hidden;
  background-color: #3C3C3C;
}
smart-toggle.customToggle .smart-toggle-container .smart-toggle-text .smart-toggle-off {
  visibility: hidden;
  background-color: #F5F5F5;
}
smart-toggle.customToggle .smart-toggle-container.active .smart-toggle-text .smart-toggle-off {
  visibility: hidden;
  background-color: #F5F5F5;
}
smart-toggle.customToggle .smart-toggle-handle {
  border-radius: 20px !important;
  width: 20px;
  height: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  position: relative;
}
.ButtonClass {
  width: 240px;
  height: 62px;
}
.ButtonClass > button {
  width: 220px;
  height: 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid black;
  border-radius: 0px;
}
.ButtonClass > button > span {
  color: #3D3D3D;
  font: Bold 14px/16px Gilroy;
  text-transform: uppercase;
}
.ButtonClass > button:focus {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #3D3D3D;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.ButtonClass > button:hover {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #3D3D3D;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.ButtonClass > button:active {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #3D3D3D;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.ButtonClass > button:active:focus {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #3D3D3D;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.SimuleBtn {
  width: 50%;
  height: 62px;
}
.InputPanel {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  align-items: end;
}
.InputPanel .info {
  color: #888;
}
.ExpanderClass {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ExpanderClass .BoxShadowExpenderClass {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.ExpanderClass .ExpanderHeaderClass {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 2px;
  align-content: center;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.ExpanderClass .ExpanderHeaderClass .right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ExpanderClass .ExpanderBodyClass {
  margin-bottom: 10px;
  width: 100%;
  padding-left: 1rem;
}
.ValidateClass > button {
  cursor: pointer;
  background-color: var(--background-color-validate);
}
.ValidateClass > button > span {
  text-transform: uppercase;
  color: #fff;
}
.ValidateClass > button:hover {
  border: 1px solid black;
}
.ValidateClass > button:hover > span {
  text-transform: uppercase;
  color: #000;
}
.ValidateClass > button:active {
  border: 1px solid black;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.MainPanel {
  height: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MainPanel .QuestionMainPanel {
  flex: 1 1 auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  /*        padding-bottom: 20px;
                padding-top: 20px;*/
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .MainPanel .QuestionMainPanel {
    overflow-x: hidden;
  }
}
.MainPanel .QuestionMainPanel .FixPanelClass {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .MainPanel .QuestionMainPanel .FixPanelClass {
    width: 100%;
    height: 0;
  }
}
.MainPanel .QuestionMainPanel .OccPanelClass {
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .MainPanel .QuestionMainPanel .OccPanelClass {
    width: 100%;
  }
}
.MainPanel .ButtonPanel {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  flex: 0 0 auto;
}
.MainPanel .ButtonPanel .ButtonClass {
  width: 50%;
  height: 45px;
}
.MainPanel .ButtonPanel .ButtonClass > button {
  width: 100%;
  height: 45px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border: 0px solid var(--border-color);
  border-radius: 0px;
  cursor: initial;
}
.MainPanel .ButtonPanel .ButtonClass > button > span {
  text-transform: uppercase;
  color: #3C3C3C;
}
.MainPanel .ButtonPanel .NextClass > button {
  cursor: pointer;
  /*@media screen and (max-width:1024px) {*/
  background-color: var(--product-color);
  /*}*/
}
.MainPanel .ButtonPanel .NextClass > button > span {
  text-transform: uppercase;
  /*color: @MainColor;*/
  /*@media screen and (max-width:1024px) {*/
  color: #FFFFFF;
  /*}*/
}
.MainPanel .ButtonPanel .NextClass > button > span::after {
  width: 35px;
  height: 35px;
  /*background-color: @ProductColor;*/
  -webkit-mask: url('../../img/UIIcone/right.svg') no-repeat center;
  mask: url('../../img/UIIcone/right.svg') no-repeat center;
  -webkit-mask-size: 35px 35px;
  mask-size: 35px 35px;
  content: '';
  position: absolute;
  transform: translate(10px, -7px);
  /*@media screen and (max-width:1024px) {*/
  background-color: #FFFFFF;
  /*}*/
}
.MainPanel .ButtonPanel .NextClass > button:hover {
  border: 1px solid black;
}
.MainPanel .ButtonPanel .NextClass > button:active {
  border: 1px solid black;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.MainPanel .ButtonPanel .NextClass.unactive {
  opacity: 0.65;
}
.MainPanel .ButtonPanel .OtherClass > button {
  cursor: pointer;
}
.MainPanel .ButtonPanel .OtherClass > button > span {
  text-transform: uppercase;
  color: #3C3C3C;
}
.MainPanel .ButtonPanel .OtherClass > button:hover {
  border: 1px solid black;
}
.MainPanel .ButtonPanel .OtherClass > button:active {
  border: 1px solid black;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.MainPanel .ButtonPanel .ValidateClass > button {
  cursor: pointer;
  background-color: var(--background-color-validate);
}
.MainPanel .ButtonPanel .ValidateClass > button > span {
  text-transform: uppercase;
  color: #fff;
}
.MainPanel .ButtonPanel .ValidateClass > button:hover {
  border: 1px solid black;
}
.MainPanel .ButtonPanel .ValidateClass > button:active {
  border: 1px solid black;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.MainPanel .ButtonPanel .PreviousClass > button {
  cursor: pointer;
}
.MainPanel .ButtonPanel .PreviousClass > button > span {
  color: #3C3C3C;
  text-transform: uppercase;
}
.MainPanel .ButtonPanel .PreviousClass > button > span::before {
  width: 35px;
  height: 35px;
  background-color: var(--product-color);
  -webkit-mask: url('../../img/UIIcone/left.svg') no-repeat center;
  mask: url('../../img/UIIcone/left.svg') no-repeat center;
  -webkit-mask-size: 35px 35px;
  mask-size: 35px 35px;
  content: '';
  position: absolute;
  transform: translate(-35px, -7px);
}
.MainPanel .ButtonPanel .PreviousClass > button:hover {
  border: 1px solid black;
}
.MainPanel .ButtonPanel .PreviousClass > button:active {
  border: 1px solid black;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ButtonAddPanel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ButtonAddPanel > smart-button {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 40px;
}
.ButtonAddPanel > smart-button > button {
  width: 90%;
}
.IconImage {
  cursor: pointer;
}
#smartwaitingpanel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#smartwaitingpanel .modal-content {
  border: 0px;
  border-radius: 0px;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  width: 600px;
}
.QuestionPanel {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 15px;
  align-items: center;
}
.QuestionPanel > * {
  flex: 1 1 0;
}
.QuestionPanel .InfoIcon {
  width: 25px;
  height: 25px;
  background-color: var(--product-color);
  -webkit-mask: url('../../img/UIIcone/info.svg') no-repeat center;
  mask: url('../../img/UIIcone/info.svg') no-repeat center;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  cursor: pointer;
}
.QuestionPanel.flex-col {
  flex-direction: column;
  width: 93%;
}
.QuestionPanel.flex-col smart-checkbox {
  align-items: flex-start;
}
.Required {
  font-style: italic;
  font-size: 1.2rem;
  align-self: flex-end;
  padding-right: 10px;
}
.QuestionPanelLabelUp {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 15px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.QuestionPanelLabelUp .ComboboxClass {
  width: 100%;
}
.QuestionPanelLabelUp .InputPanel .NumericBoxClass {
  width: 100%;
}
.QuestionPanelLabelUp .NumericBoxClass {
  width: 100%;
}
.QuestionPanelLabelUp .InputText {
  width: 100%;
}
.RadioButtonList {
  width: 100%;
}
.RadioButtonList .sl-group-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: 10px;
}
.RadioButtonList .sl-group-body .sl-item.active {
  display: flex;
  align-items: center;
  width: 25%;
}
.RadioButtonList .sl-group-body .sl-item.active .RadioButtonClass {
  margin-right: 5px;
}
.RadioButtonList .sl-group-body .sl-item.active .RadioButtonClass > input[type=radio] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #3C3C3C;
  height: 20px;
  width: 20px;
  background-image: url(../../img/UIIcone/check.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.RadioButtonList .sl-group-body .sl-item {
  display: flex;
  align-items: center;
  width: 25%;
}
.RadioButtonList .sl-group-body .sl-item .RadioButtonClass {
  margin-right: 5px;
}
.RadioButtonList .sl-group-body .sl-item .RadioButtonClass > input[type=radio] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #fff;
  height: 20px;
  width: 20px;
}
.RadioButtonModeleList-old {
  width: 100%;
}
.RadioButtonModeleList-old .sl-group-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .RadioButtonModeleList-old .sl-group-body {
    margin-left: 3px;
    justify-content: flex-start;
    margin-bottom: 5px;
  }
}
.RadioButtonModeleList-old .sl-group-body .sl-item.active {
  display: flex;
  align-items: center;
  min-width: 80px;
  max-width: 33%;
}
@media screen and (max-width: 1024px) {
  .RadioButtonModeleList-old .sl-group-body .sl-item.active {
    background-color: #F5F5F5;
  }
}
.RadioButtonModeleList-old .sl-group-body .sl-item.active .RadioButtonClass {
  margin-right: 5px;
}
.RadioButtonModeleList-old .sl-group-body .sl-item.active .RadioButtonClass > input[type=radio] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #3C3C3C;
  height: 20px;
  width: 20px;
  background-image: url(../../img/UIIcone/check.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.RadioButtonModeleList-old .sl-group-body .sl-item {
  display: flex;
  align-items: center;
  min-width: 80px;
  max-width: 33%;
}
@media screen and (max-width: 1024px) {
  .RadioButtonModeleList-old .sl-group-body .sl-item {
    margin-right: 1rem;
  }
}
.RadioButtonModeleList-old .sl-group-body .sl-item .RadioButtonClass {
  margin-right: 5px;
}
.RadioButtonModeleList-old .sl-group-body .sl-item .RadioButtonClass > input[type=radio] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #fff;
  height: 20px;
  width: 20px;
}
.RadioButtonModeleList {
  width: 100%;
}
.RadioButtonModeleList .sl-group-body {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .RadioButtonModeleList .sl-group-body {
    margin-left: 3px;
    justify-content: flex-start;
    margin-bottom: 5px;
  }
}
.RadioButtonModeleList .sl-group-body .sl-item.active {
  display: flex;
  align-items: center;
  min-width: 80px;
  max-width: fit-content;
  margin: 1rem;
}
.RadioButtonModeleList .sl-group-body .sl-item.active > .ListChoiceImgPanel {
  display: grid;
  grid-template-columns: 2fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: space-between;
  /*gap: 1rem 1rem;*/
  padding: 0px 10px;
  transition: all 0.5s;
  flex: 1 1 auto;
}
.RadioButtonModeleList .sl-group-body .sl-item.active > .ListChoiceImgPanel .ChoiceText {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .RadioButtonModeleList .sl-group-body .sl-item.active {
    background-color: #F5F5F5;
  }
}
.RadioButtonModeleList .sl-group-body .sl-item.active .RadioButtonClass {
  margin-right: 5px;
}
.RadioButtonModeleList .sl-group-body .sl-item.active .RadioButtonClass > input[type=radio] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #3C3C3C;
  height: 20px;
  width: 20px;
  background-image: url(../../img/UIIcone/check.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.RadioButtonModeleList .sl-group-body .sl-item {
  display: flex;
  align-items: center;
  min-width: 80px;
  max-width: fit-content;
  margin: 1rem;
}
.RadioButtonModeleList .sl-group-body .sl-item > .ListChoiceImgPanel {
  display: grid;
  grid-template-columns: 2fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: space-between;
  /*gap: 1rem 1rem;*/
  padding: 0px 10px;
  /*transition: all 0.5s;*/
}
.RadioButtonModeleList .sl-group-body .sl-item > .ListChoiceImgPanel .ChoiceText {
  justify-content: center;
}
.RadioButtonModeleList .sl-group-body .sl-item .RadioButtonClass {
  margin-right: 5px;
}
.RadioButtonModeleList .sl-group-body .sl-item .RadioButtonClass > input[type=radio] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #fff;
  height: 20px;
  width: 20px;
}
.RadioButtonVerticalList {
  width: 100%;
}
.RadioButtonVerticalList .smart-listbox {
  overflow-x: hidden;
}
.RadioButtonVerticalList .sl-group-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: 10px;
}
.RadioButtonVerticalList .sl-group-body .sl-item.active {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: hidden;
}
.RadioButtonVerticalList .sl-group-body .sl-item.active .RadioButtonClass {
  margin-right: 5px;
}
.RadioButtonVerticalList .sl-group-body .sl-item.active .RadioButtonClass > input[type=radio] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #3C3C3C;
  height: 20px;
  width: 20px;
  background-image: url(../../img/UIIcone/check.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.RadioButtonVerticalList .sl-group-body .sl-item {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: hidden;
}
.RadioButtonVerticalList .sl-group-body .sl-item .RadioButtonClass {
  margin-right: 5px;
}
.RadioButtonVerticalList .sl-group-body .sl-item .RadioButtonClass > input[type=radio] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #fff;
  height: 20px;
  width: 20px;
}
.ComboxBoxClassWithModal .smart-combobox-value {
  height: 100%;
}
.ComboxBoxClassWithModal .smart-combobox-value .array-item {
  width: 100%;
  height: 100%;
}
.ComboxBoxClassWithModal .smart-combobox-value .array-item > smart-panel {
  width: 100%;
  height: 100%;
}
.ComboxBoxClassWithModal .smart-combobox-value .array-item > smart-panel .imageBckgrd {
  height: 100%;
  width: 20px;
  content: ' ';
}
.ComboxBoxClassWithModal .smart-combobox-value .array-item > smart-panel > smart-image {
  height: 100%;
}
.ComboxBoxClassWithModal .smart-combobox-value .array-item > smart-panel > smart-image > img {
  height: 100%;
}
.ComboxBoxClassWithModal .fixed-dropdown-menu {
  visibility: collapse !important;
}
.RadioButtonListModal {
  width: 100%;
}
.RadioButtonListModal .smart-listbox {
  overflow-y: unset !important;
  width: 100%;
}
.RadioButtonListModal .smart-listbox .sl-group-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: 10px;
}
.RadioButtonListModal .smart-listbox .sl-group-body .sl-item.active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 5px;
  border-top: 1px solid #F5F5F5;
}
.RadioButtonListModal .smart-listbox .sl-group-body .sl-item.active .PanelItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.RadioButtonListModal .smart-listbox .sl-group-body .sl-item.active .PanelItem .LabelImage {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.RadioButtonListModal .smart-listbox .sl-group-body .sl-item.active .PanelItem .LabelImage .imageBckgrd {
  width: 40px;
  height: 40px;
  content: ' ';
}
.RadioButtonListModal .smart-listbox .sl-group-body .sl-item.active .PanelItem .LabelImage > smart-label > span {
  color: #000000;
  font: 14px/17px Gilroy;
}
.RadioButtonListModal .smart-listbox .sl-group-body .sl-item.active .PanelItem .radioButtonPanel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.RadioButtonListModal .smart-listbox .sl-group-body .sl-item.active .PanelItem .radioButtonPanel .RadioButtonClass {
  margin-right: 5px;
}
.RadioButtonListModal .smart-listbox .sl-group-body .sl-item.active .PanelItem .radioButtonPanel .RadioButtonClass > input[type=radio] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #3C3C3C;
  height: 20px;
  width: 20px;
  background-image: url(../../img/UIIcone/check.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.RadioButtonListModal .smart-listbox .sl-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 5px;
  border-top: 1px solid #F5F5F5;
}
.RadioButtonListModal .smart-listbox .sl-item .PanelItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.RadioButtonListModal .smart-listbox .sl-item .PanelItem .LabelImage {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.RadioButtonListModal .smart-listbox .sl-item .PanelItem .LabelImage .imageBckgrd {
  width: 40px;
  height: 40px;
  content: ' ';
}
.RadioButtonListModal .smart-listbox .sl-item .PanelItem .LabelImage > smart-label > span {
  color: #888;
  font: 14px/17px Gilroy;
}
.RadioButtonListModal .smart-listbox .sl-item .PanelItem .radioButtonPanel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.RadioButtonListModal .smart-listbox .sl-item .PanelItem .radioButtonPanel .RadioButtonClass {
  margin-right: 5px;
}
.RadioButtonListModal .smart-listbox .sl-item .PanelItem .radioButtonPanel .RadioButtonClass > input[type=radio] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #fff;
  height: 20px;
  width: 20px;
}
.ListChoiceImgPanelModal {
  max-height: 100px !important;
  min-height: 60% !important;
}
.ListChoiceImgPanel {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  /*gap: 0px 0px;*/
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 5px;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .ListChoiceImgPanel {
    -moz-box-shadow: -1px 4px 6px #c9c9c9;
    -webkit-box-shadow: -1px 4px 6px #c9c9c9;
    box-shadow: -1px 4px 6px #c9c9c9;
    border-radius: 5px;
  }
}
.ListChoiceImgPanel .ChoiceImgPanel {
  width: 100%;
  display: flex;
  margin: 1rem;
}
.ListChoiceImgPanel .ChoiceImgPanel .ChoiceImg {
  width: 100%;
  left: 20%;
  position: relative;
}
.ListChoiceImgPanel .ChoiceImgPanel .ChoiceImg > img {
  width: auto;
  max-width: 70%;
}
.ListChoiceImgPanel .ChoiceImgPanel .ChoiceCheck {
  position: relative;
  left: -10%;
}
.ListChoiceImgPanel .ChoiceText {
  display: inline-flex;
}
.ListChoiceImgPanel .ChoiceText > span {
  text-align: center;
}
.ListChoiceImgPanel:hover {
  cursor: pointer;
}
.titre {
  padding-bottom: 5px;
  border-bottom: 2px solid var(--border-color);
  margin-left: 10px;
}
.titre > span {
  font: lighter 22px/30px Gilroy;
  color: #000000;
  text-transform: uppercase;
}
.TarrifTitreClass {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.HeaderClass {
  flex: 0 0 auto;
  flex-direction: column;
  display: flex;
  height: 10dvh;
}
.HeaderClass .HeaderBandeClass {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  width: 100%;
}
.HeaderClass .HeaderBandeClassBackgroud {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
}
.HeaderClass .HeaderBandeClassBackgroud .BackgroudClass {
  flex: 1 1 auto;
  background-image: var(--background-image-header);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .HeaderClass .HeaderBandeClassBackgroud .BackgroudClass {
    background: none;
  }
}
.HeaderClass .HeaderBandeClassBackgroud .LogoCFG {
  background-color: #fff;
  height: 100%;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: var(--logo);
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .HeaderClass .HeaderBandeClassBackgroud .LogoCFG {
    width: 40%;
  }
}
.HeaderClass .HeaderBandeClassBackgroud .LogoCFG > img {
  width: auto;
  height: 38px;
}
.HeaderClass .HeaderBandeClassBackgroud .Titreref {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.HeaderClass .HeaderBandeClassBackgroud .Titreref .TitreRefClass > span {
  font: Bold 24px/27px Gilroy;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .HeaderClass .HeaderBandeClassBackgroud .Titreref {
    display: none;
  }
}
.HeaderClass .HeaderBandeClassBackgroud .PricePanelClass {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.HeaderClass .HeaderBandeClassBackgroud .PricePanelClass .form-language {
  margin: 0 10px;
}
.HeaderClass .HeaderBandeClassBackgroud .PricePanelClass .NotificationIconClass {
  width: 40px;
  display: flex;
  justify-content: center;
}
.HeaderClass .HeaderBandeClassBackgroud .PricePanelClass .NotificationIconClass > span {
  font-size: 30px;
}
.HeaderClass .HeaderBandeClassBackgroud .PricePanelClass .NotificationIconClassWarning > span {
  color: #FFA533;
}
.HeaderClass .HeaderBandeClassBackgroud .PricePanelClass .NotificationIconClassError > span {
  color: #FB4518;
}
.HeaderClass .HeaderBandeClassBackgroud .PricePanelClass .PriceItemsClass {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.HeaderClass .HeaderBandeClassBackgroud .PricePanelClass .PriceItemsClass .PriceTittleClass > span {
  font: 14px/21px Gilroy;
  color: #F5F5F5;
}
.HeaderClass .HeaderBandeClassBackgroud .PricePanelClass .PriceItemsClass .PriceClass > span {
  font: Bold 20px/21px Gilroy;
  color: #FFFFFF;
}
.HeaderClass .HeaderBandeClassBackgroud .PricePanelClass .BasketPriceIcon {
  width: 40px;
  height: 40px;
  background-color: #F5F5F5;
  -webkit-mask: url('../../img/UIIcone/basket.svg') no-repeat center;
  mask: url('../../img/UIIcone/basket.svg') no-repeat center;
  -webkit-mask-size: 35px 35px;
  mask-size: 35px 35px;
  cursor: pointer;
}
.HeaderClass .HeaderBandeClassBackgroud .PricePanelClass .BasketPriceIcon > div {
  width: 40px;
  height: 40px;
}
.HeaderClass .HeaderBandeClassBackgroud .PricePanelClass .BasketPriceIcon:focus {
  background-color: black !important;
}
.HeaderTabsClass {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  padding-top: 15px;
}
@media screen and (max-width: 1024px) {
  .HeaderTabsClass {
    display: none;
  }
}
.HeaderTabsClass .HeaderPanelClass {
  width: calc(100% / 4);
  height: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 0px solid var(--product-color);
  justify-content: center;
  padding-bottom: 10px;
  padding-left: 10px;
  cursor: pointer;
}
.HeaderTabsClass .HeaderPanelClass .TriangleTextClass {
  height: 22px;
  width: 22px;
}
.HeaderTabsClass .HeaderPanelClass .TriangleTextClass > span {
  position: absolute;
  color: #FFF;
  z-index: 10;
  font: Bold 15px/21px Gilroy;
  text-transform: uppercase;
}
.HeaderTabsClass .HeaderPanelClass .TriangleTextClass::after {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid var(--navigation-arrow-color);
  content: '';
  transform: translate(-25%, -25%);
  position: absolute;
}
.HeaderTabsClass .HeaderPanelClass .TitleHeaderClass {
  margin-left: 5px;
}
.HeaderTabsClass .HeaderPanelClass .TitleHeaderClass > span {
  font: Bold 15px/21px Gilroy;
  color: #888;
  text-transform: uppercase;
}
.HeaderTabsClass .HeaderPanelClassActive {
  border-bottom: 2px solid var(--product-color);
}
.HeaderTabsClass .HeaderPanelClassActive .TriangleTextClass::after {
  border-left: 30px solid #3C3C3C;
}
.HeaderTabsClass .HeaderPanelClassActive .TitleHeaderClass {
  color: #3C3C3C;
}
.modalNotification .modal-body .NotificationsPanel {
  display: flex;
  flex-direction: column;
}
.modalNotification .modal-body .NotificationsPanel .NotificationPanel {
  display: flex;
  margin: 10px;
}
.modalNotification .modal-body .NotificationsPanel .NotificationPanel .NotificationIconErreur {
  width: 40px;
}
.modalNotification .modal-body .NotificationsPanel .NotificationPanel .NotificationIconErreur > span {
  font-size: 25px;
  color: #FB4518;
}
.modalNotification .modal-body .NotificationsPanel .NotificationPanel .NotificationIconWarning {
  width: 40px;
}
.modalNotification .modal-body .NotificationsPanel .NotificationPanel .NotificationIconWarning > span {
  font-size: 25px;
  color: #FFA533;
}
.modalNotification .modal-body .NotificationsPanel .NotificationPanel .TextClassLabel {
  font: 15px/24px Gilroy;
}
.modalNotification .modal-body .NotificationsPanel .NotificationPanel .TextClassBold {
  margin-right: 10px;
  font: Bold 18px/24px Gilroy;
}
.modalNotification .modal-body .NotificationsPanel .NotificationPanel .CheckBoxClass {
  margin-left: 10px;
}
.accessView .modal-header .titrePanel {
  text-align: center;
  border-bottom: 2px solid black;
}
.accessView .modal-header .titrePanel .titreMenu {
  font: Bold 24px / 27px Gilroy;
  padding-bottom: 15px;
}
.accessView .modal-body .ContainerAccess .form {
  font-size: 2.5rem;
  line-height: 6rem;
}
.accessView .modal-body .ContainerAccess .form .keyCapStyle {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px 6px;
  font-family: monospace;
  font-size: 0.9em;
  box-shadow: inset 0 -1px 0 #bbb;
  text-align: center;
}
.accessView .modal-body .ContainerAccess .form .keyCapStyleEnter {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #eee;
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.9em;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  margin: 2px;
  user-select: none;
}
.accessView .modal-body .ContainerAccess .form .keyCapEnd {
  margin-right: 3rem;
}
.accessView .modal-body .infoPanel {
  display: flex !important;
  gap: 10px;
}
.BodyClass {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  height: 0%;
  max-height: 90dvh;
}
@media screen and (max-width: 768px) {
  .BodyClass {
    filter: blur(3px);
  }
}
@media screen and (max-width: 1024px) {
  .BodyClass {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
}
.BodyClass .mainBody {
  display: flex;
  height: 100%;
  width: 40%;
  min-width: 30%;
  flex: 1 1 auto;
}
@media screen and (max-width: 1024px) {
  .BodyClass .mainBody {
    width: 100%;
  }
}
.BodyClass .ImageBody {
  flex-direction: column;
  display: flex;
  align-items: center;
  background-image: url(../../img/Background/Image_fond_premiere_1400x900.svg);
  background-position: bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 1px;
  background-clip: border-box;
  height: 90dvh;
}
@media screen and (max-width: 1024px) {
  .BodyClass .ImageBody {
    background-size: cover;
    background-attachment: inherit;
    height: 60dvh;
    position: sticky;
    top: 0;
  }
}
.BodyClass .ImageBody .ImageBody2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
}
.BodyClass .ImageBody .ImageBody2 .vue2dPanel {
  padding: 15px;
  overflow: auto;
  height: 100%;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  background: none !important;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-clip: border-box;
  overflow: hidden;
}
.BodyClass .ImageBody .ImageBody2 .vue2dPanel .vue2d {
  flex: 0 0 auto;
  width: 90%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.BodyClass .ImageBody .ImageBody2 .vue2dPanel .vue2d > svg {
  width: 100%;
  height: 100%;
}
.BodyClass .ImageBody .ImageBody2 .borneImage {
  height: 100%;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}
.BodyClass .ImageBody .ImageBody2 .InfoBull {
  width: 400px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  /*margin-left: 30px;*/
  /*.InfoAcc {
                            overflow-y: auto;
                            margin: 0;
                            padding-top: 45px;
                            padding: 1rem;
                            margin: 45px 2rem 0 2rem;
                            box-shadow: 10px 10px 10px rgb(0 0 0 / 50%);
                            background-color: var(--briefing-note-background);
                            padding: 15px;
                            opacity: 0.9;
                            color: var(--briefing-note-text-color);
                            transform: translate(20px, -40px);
                            width: fit-content;
                        }*/
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanelCollapse {
  margin-bottom: 40px !important;
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .BodyClass .ImageBody .ImageBody2 .InfoBull.responsive {
    max-width: 100%;
    position: absolute;
  }
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .InfoAcc {
  overflow-y: auto;
  margin: 0;
  padding-top: 15px;
  direction: rtl;
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .close-acc {
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
  transform: translate(15px, -18px);
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel {
  padding: 1rem 1rem 0 1rem;
  /*margin: 2rem;
                            margin-bottom: 0;*/
  margin: 10% 2rem 0 2rem;
  direction: ltr;
  transition: 500ms all;
}
@media screen and (max-width: 1024px) {
  .BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel {
    display: none;
  }
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel.responsive {
  display: flex;
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel .TriangleBleu {
  transform: translate(-50%, 0%);
  /* position: absolute; */
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel .triangleClose {
  transform: translate(-50%, 0%);
  transform: rotate(90deg);
  /*position: absolute;*/
  cursor: pointer;
  z-index: 1;
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel .triangleClose > img {
  transform: rotate(90deg);
  position: relative;
  z-index: 1;
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel .TextPanelInfo {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  background-color: var(--briefing-note-background);
  padding: 15px;
  /*opacity: 0.9;*/
  color: var(--briefing-note-text-color);
  /*transform: translate(20px,-40px);*/
  transform: translate(0px, -40px);
}
@media screen and (max-width: 1024px) {
  .BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel .TextPanelInfo {
    opacity: 1;
  }
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel .TextPanelInfo .infoText {
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel .TextPanelInfo .TextPanelInfoHeader {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel .TextPanelInfo .TextPanelInfoHeader .HeaderFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel .TextPanelInfo .TextPanelInfoHeader .HeaderFlex .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel .TextPanelInfo .TextPanelInfoHeader .InfoIcon {
  width: 25px;
  height: 25px;
  background-color: white;
  -webkit-mask: url('../../img/UIIcone/info.svg') no-repeat center;
  mask: url('../../img/UIIcone/info.svg') no-repeat center;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  padding: 1rem;
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel .TextPanelInfo .TextPanelInfoHeader .TextInfoTitle {
  max-width: 50%;
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel .TextPanelInfo .TextPanelInfoHeader .TextInfoTitle > span {
  color: var(--briefing-note-text-color);
  font: lighter / 21px Gilroy;
  text-transform: uppercase;
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel .TextPanelInfo .TextPanelInfoHeader .Info-Img {
  position: absolute;
  left: calc(100% - 125px);
  top: -55px;
  overflow: hidden;
  border: 2px solid white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: white;
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel .TextPanelInfo .TextPanelInfoHeader .Info-Img > img {
  width: 100%;
  position: relative;
  height: 100%;
  border-radius: 50%;
}
.BodyClass .ImageBody .ImageBody2 .InfoBull .BullInfoPanel::first-child {
  margin: 2rem;
}
.Cliquable {
  cursor: pointer;
}
.error {
  font-weight: bold;
  color: #C10000;
}
.OptionQuestionPanel {
  display: flex;
  flex: 1 1 auto !important;
  align-items: center;
}
.OptionQuestionPanel .InfoIcon {
  width: 25px;
  height: 25px;
  background-color: var(--product-color);
  -webkit-mask: url('../../img/UIIcone/info.svg') no-repeat center;
  mask: url('../../img/UIIcone/info.svg') no-repeat center;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  cursor: pointer;
}
.titre {
  font-size: 24px;
}
.infoText {
  margin-top: 1rem;
}
.MainTarificationPanel {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 28%;
  left: 70%;
  margin-left: 15px;
  box-shadow: 5px -5px 20px 2px #ffccc9;
  position: fixed;
}
.modalPrice {
  height: max-content !important;
}
.modalPrice .modal-dialog .modal-body {
  padding: 15px;
}
.modalValidation .modal-body {
  margin-bottom: 30px;
}
.modalConf {
  max-height: 95vh;
}
.modalConf .modal-dialog {
  height: 100%;
  min-width: 40%;
}
.modalConf .modal-body {
  padding: 0px;
  overflow: auto;
}
.modalConf .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0px;
  border: 0px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.modalConf .modal-content .modal-header .close {
  display: none;
}
.modalConf .modal-content .modal-header {
  padding: 10px;
  border-bottom: 0px solid #e5e5e5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.modalConf .modal-content .modal-header .TitreLeft {
  display: flex;
  flex-direction: row;
}
.modalConf .modal-content .modal-header .TitreLeft .BasketPriceIcon {
  width: 40px;
  height: 40px;
  background-color: var(--product-color);
  -webkit-mask: url('../../img/UIIcone/basket.svg') no-repeat center;
  mask: url('../../img/UIIcone/basket.svg') no-repeat center;
  -webkit-mask-size: 35px 35px;
  mask-size: 35px 35px;
}
.modalConf .modal-content .modal-header .TitreLeft .BasketPriceIcon > div {
  width: 40px;
  height: 40px;
}
.modalConf .modal-content .modal-header .CloseBtn {
  cursor: pointer;
}
.modalConf .modal-content .modal-header::before {
  content: none;
}
.modalConf .modal-content .modal-header::after {
  content: none;
}
.modalConf .modal-content .TitreTarrificationLine {
  font-weight: bold;
  /*@media screen and (max-width:1024px) {*/
  display: grid;
  grid-template-columns: 4fr 2fr 1fr 2fr;
  grid-template-rows: 2fr;
  gap: 10px 5px;
  grid-auto-flow: row;
  align-items: center;
  /*}*/
}
.modalConf .modal-content .TitreTarrificationLine > smart-panel > smart-text > span {
  font: Bold 17px/20px Gilroy;
  color: var(--product-color);
}
.modalConf .modal-content .TarrifcationLine {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.modalConf .modal-content .TarrifcationLine .Designation {
  width: 53%;
}
.modalConf .modal-content .TarrifcationLine .Id {
  width: 20%;
}
.modalConf .modal-content .TarrifcationLine .Quantite {
  width: 12%;
}
.modalConf .modal-content .TarrifcationLine .Price {
  width: 15%;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modalConf .modal-content .TarrifcationLine .Price > * {
  display: flex;
  padding-left: 10px;
}
.modalConf .modal-content .Tarrifcation {
  display: flex;
  flex-direction: column;
  margin: 5px;
  margin-bottom: 10px;
}
.modalConf .modal-content .InformtionsPrix {
  margin: 5px;
}
.modalConf .modal-content .InformtionsPrix .detail {
  display: flex;
  flex-direction: row;
  place-content: space-between;
  margin-top: 10px;
}
.modalConf .modal-content .InformtionsPrix .detail > * {
  display: flex;
}
.modalConf .modal-content .PrixTotalPanel {
  border-top: 1px solid #F5F5F5;
}
.modalConf .modal-content .PrixTotalPanel .TotalPrice > span {
  font: Bold 17px/20px Gilroy;
  color: #3C3C3C;
  text-transform: uppercase;
}
.modalConf .modal-content .BorderTop {
  border-top: 1px solid #888;
}
.modalConf .modal-content .Information {
  padding: 10px;
}
.modalConf .modal-content .Information > span {
  font: 13px/15px Gilroy;
  color: #888;
}
.modalConf .modal-content .TitreNomenclature > span {
  font: Bold 14px/21px Gilroy;
  color: var(--product-color);
}
.modalConf .modal-content .BodyModalOverFlow {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.modalConf .modal-content .ButtonSavePanel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: -20px;
}
.modalConf .modal-content .ButtonSavePanel > smart-button {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.modalConf .modal-content .ButtonSavePanel > smart-button > button {
  width: 100%;
}
.modalConf .modal-content .ContentPanelPadding {
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  .modalConf .modal-content .ContentPanelPadding {
    display: flex;
    flex-direction: column;
  }
}
.modalConf .modal-content .ContactClient {
  background-color: var(--background-color-validate);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modalConf .modal-content .ContactClient .QuestionPanel {
  margin-bottom: 5px;
  margin-left: 0px;
}
.modalConf .modal-content .ContactClient > smart-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 69%;
  background-repeat: no-repeat;
}
.modalConf .modal-content .ContactClient > smart-panel > smart-panel {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.modalConf .modal-content .ContactClient > smart-panel > smart-panel .ButtonSavePanel {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.modalConf .modal-content .ContactClient > smart-panel > smart-panel .ButtonSavePanel > smart-button {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.modalConf .modal-content .ContactClient > smart-panel > smart-panel .ButtonSavePanel > smart-button > button {
  width: 100%;
  background-color: #000;
  height: 40px;
}
.modalConf .modal-content .ContactClient > smart-panel > smart-panel .ButtonSavePanel > smart-button > button > span {
  color: #fff;
  font: Bold 14px/16px Gilroy;
  text-transform: uppercase;
}
.modalConf .modal-content .blockPanel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modalConf .modal-content .flexRow {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.modalConf .modal-content .Livraison {
  padding: 15px;
  background-color: var(--product-color);
}
.modalConf .modal-content .Livraison > smart-text {
  text-align: center;
  color: white;
}
.modalConf .modal-content .logoRevendeur {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.modalConf .modal-content .logoRevendeur > .logo-pop-up {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  background-image: var(--logo);
  background-size: 100%;
  max-height: 124px;
  width: 575px;
  min-height: 60px;
  margin: 1rem;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.modalConf .modal-content .logoRevendeur > smart-image {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.modalConf .modal-content .logoRevendeur > smart-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
.modalConf .modal-content .logoRevendeur > smart-text > span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.modalConf .modal-content .logoRevendeur .RadioButtonModeleList .sl-item {
  width: 250px;
}
.modalConf .modal-content .logoRevendeur .RadioButtonModeleList .sl-item .ListChoiceImgPanel {
  padding: 0;
}
.modalConf .modal-content .logoRevendeur .RadioButtonModeleList .sl-item .ListChoiceImgPanel .ChoiceImgPanel {
  margin: initial;
}
.modalConf .modal-content .logoRevendeur .RadioButtonModeleList .sl-item .ListChoiceImgPanel .ChoiceImgPanel .ChoiceImg {
  display: flex;
  justify-content: center;
  left: initial !important;
  margin: 1rem;
}
.modalConf .modal-content .logoRevendeur .RadioButtonModeleList .sl-item .ListChoiceImgPanel .ChoiceImgPanel .ChoiceCheck {
  left: unset !important;
}
@media screen and (max-width: 1024px) {
  .form-language {
    display: none;
  }
}
.HeaderTabsResponsiveClass {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  padding: 10px 0px 10px 0px;
  overflow-x: auto;
  overflow-y: hidden;
  position: sticky;
  color: #888;
}
@media screen and (min-width: 1025px) {
  .HeaderTabsResponsiveClass {
    display: none;
    color: #888;
  }
}
.HeaderTabsResponsiveClass .selected {
  background-color: var(--selected-background-color);
  color: white;
  opacity: 0.5;
}
.HeaderTabsResponsiveClass .notSelected {
  color: #888;
}
.HeaderTabsResponsiveClass .HeaderPanelClass {
  width: 100%;
  height: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 0px solid var(--product-color);
  justify-content: center;
  padding-bottom: 10px;
  padding: 10px;
  cursor: pointer;
  margin-left: 20px;
  margin-bottom: 15px;
}
.HeaderTabsResponsiveClass .HeaderPanelClass .TriangleTextClass {
  height: 22px;
  width: 22px;
  display: none;
}
.HeaderTabsResponsiveClass .HeaderPanelClass .TriangleTextClass > span {
  position: absolute;
  color: #FFF;
  z-index: 10;
  font: Bold 15px/21px Gilroy;
  text-transform: uppercase;
}
.HeaderTabsResponsiveClass .HeaderPanelClass .TriangleTextClass::after {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #888;
  content: '';
  transform: translate(-25%, -25%);
  position: absolute;
}
.HeaderTabsResponsiveClass .HeaderPanelClass .TitleHeaderClass {
  margin-left: 5px;
}
.HeaderTabsResponsiveClass .HeaderPanelClass .TitleHeaderClass > span {
  font: Bold 15px/21px Gilroy;
  text-transform: uppercase;
}
.HeaderTabsResponsiveClass .BassinTitle {
  color: white;
  font: Bold 15px/21px Gilroy;
  text-transform: uppercase;
}
.TextPanelInfoResponsive {
  background-color: #31B7BC;
  padding: 35px;
  opacity: 0.5;
  color: var(--briefing-note-text-color);
  margin: 0px 15px 0px 15px;
}
@media screen and (min-width: 1024px) {
  .TextPanelInfoResponsive {
    display: none;
  }
}
.TextPanelInfoResponsive .TextPanelInfoHeaderResponsive {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.TextPanelInfoResponsive .TextPanelInfoHeaderResponsive .HeaderFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.TextPanelInfoResponsive .TextPanelInfoHeaderResponsive .HeaderFlex .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.TextPanelInfoResponsive .TextPanelInfoHeaderResponsive .InfoIcon {
  width: 25px;
  height: 25px;
  padding: 1rem;
  cursor: pointer;
}
.TextPanelInfoResponsive .TextPanelInfoHeaderResponsive .TextInfoTitleResponsive {
  max-width: 50%;
}
.TextPanelInfoResponsive .TextPanelInfoHeaderResponsive .TextInfoTitleResponsive > span {
  color: var(--briefing-note-text-color);
  font: lighter / 21px Gilroy;
  text-transform: uppercase;
}
.TextPanelInfoResponsive .TextPanelInfoHeaderResponsive .Info-Img {
  position: absolute;
  left: calc(100% - 125px);
  top: -55px;
  overflow: hidden;
  border: 2px solid white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: white;
}
.TextPanelInfoResponsive .TextPanelInfoHeaderResponsive .Info-Img > img {
  width: 100%;
  position: relative;
  height: 100%;
  border-radius: 50%;
}
.AlertBox {
  display: flex;
  position: absolute;
  top: 10rem;
  /*left: 5rem;*/
  background-color: white;
  z-index: 10;
  width: 85%;
  height: 25vh;
  -webkit-box-shadow: -4px -2px 14px 3px rgba(85, 85, 85, 0.55);
  box-shadow: -4px -2px 14px 3px rgba(85, 85, 85, 0.55);
  flex-direction: column;
  font-size: 16px;
  margin: 0% 8%;
}
@media screen and (min-width: 770px) {
  .AlertBox {
    display: none;
  }
}
.AlertBox > smart-image {
  display: flex;
  justify-content: flex-end;
}
.AlertBox > smart-image > img {
  cursor: pointer;
}
.AlertBox .TextAlertBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 0rem 3rem 0 3rem;
  justify-content: center;
  overflow: hidden auto;
}
.close-acc:hover {
  cursor: pointer;
}
.RadioButtonColorMargelleList {
  width: 100%;
}
.RadioButtonColorMargelleList .sl-group-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .RadioButtonColorMargelleList .sl-group-body {
    margin-left: 3px;
    justify-content: flex-start;
    margin-bottom: 5px;
  }
}
.RadioButtonColorMargelleList .sl-group-body .sl-item.active {
  display: flex;
  align-items: center;
  min-width: 80px;
  max-width: fit-content;
  margin: 1rem;
}
@media screen and (max-width: 1024px) {
  .RadioButtonColorMargelleList .sl-group-body .sl-item.active {
    background-color: #F5F5F5;
  }
}
.RadioButtonColorMargelleList .sl-group-body .sl-item.active .RadioButtonClass {
  margin-right: 1rem;
}
.RadioButtonColorMargelleList .sl-group-body .sl-item.active .RadioButtonClass > input[type=radio] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #3C3C3C;
  height: 20px;
  width: 20px;
  background-image: url(../../img/UIIcone/check.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.RadioButtonColorMargelleList .sl-group-body .sl-item {
  display: flex;
  align-items: center;
  min-width: 80px;
  max-width: fit-content;
  margin: 1rem;
  /*            @media screen and (max-width: 1024px) {
                        margin-right: 5px;
                    }*/
}
.RadioButtonColorMargelleList .sl-group-body .sl-item .RadioButtonClass {
  margin-right: 5px;
}
.RadioButtonColorMargelleList .sl-group-body .sl-item .RadioButtonClass > input[type=radio] {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #fff;
  height: 20px;
  width: 20px;
}
.hyperlink > a {
  color: #0012c1;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.InfoComplementaire {
  padding: 0rem 0rem 0rem 2rem;
}