@charset "UTF-8";
* {
  --headerMobileHeight: 50px;
  --headerDesktopHeight: 64px;
  --menuWebsiteHeight: 50px;
  --footerMobileHeight: 50px;
  --footerDesktopHeight: 50px;
  --sideBarWidth: 350px;
  --grey:#F3F5FA;
  --grey2:rgba(0, 0, 0, 0.09);
  --grey3:#C4CFDD;
  --white:#FFFFFF;
  --black:#15191E;
  --black2:#22262C;
  --fullblack:#000000;
  --dark:#1C1C1C;
  --rouge:#F54D45;
  --jaune:#F5B63B;
  --vert:#5cb85c;
  --bg-box:#FFFFFF;
  --bg-input:#f3f4f8;
  --icon-color:#22262C;
  --separator:#C4CFDD;
  --background:#fff;
  --main:#F2F2F2;
  --main:hsl(0, 0%, 95%);
  --main-color:hsl(0, 0%, 27%);
  --main-color-light:hsl(0, 0%, 50%);
  --main-color-light:hsl(0, 0%, 82%);
  --main-color-lighter:hsl(0, 0%, 94%);
  --secondary-color:#868686;
  --secondary-color:hsl(0, 0%, 53%);
  --secondary-color-light:#BCBCBC;
  --secondary-color-light:hsl(0, 0%, 74%);
  --secondary-color-lighter:hsl(0, 0%, 84%);
  --danger-color:hsl(3, 90%, 62%);
  --danger-color-light:hsla(3, 90%, 62%, 0.3);
  ----movingMulti-custom-text:"";
  --select-color: hsla(210, 77%, 51%, 0.28);
  --color-button-primary: #0081f2;
  --color-button-primary-hover: hsl(213, 96%, 39%);
  --color-button-primary-active: hsl(213, 96%, 39%);
  --color-button-secondary-hover: hsl(217, 100%, 96%);
  --background-color:hsl(0, 0%, 100%);
  --background-color-shadow:hsla(0, 0%, 100%,0.91);
  --background-color-secondary:hsl(60, 11%, 96%);
  --background-color-third:hsla(0, 0%, 0%, 0.055);
}

*.darkmode {
  --background:#191919;
  --main-color: rgba(255, 255, 255, 0.81);
  --bg-box:#252a31;
  --bg-input:#242424;
  --icon-color:#C4CFDD;
  --separator:#C4CFDD;
  --background-color:hsl(0, 0%, 10%);
  --background-color-shadow:hsla(0, 0%, 10%,0.91);
  --background-color-secondary:hsl(0, 0%, 13%);
  --background-color-third:hsla(0, 0%, 100%, 0.055);
}

body,
body.viewSize_1 {
  --sizeGridView: 100px;
}

body.viewSize_2 {
  --sizeGridView: 140px;
}

body.viewSize_3 {
  --sizeGridView: 200px;
}

body.viewSize_4 {
  --sizeGridView: 300px;
}

.fs-1 {
  font-size: 1rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-3 {
  font-size: 3rem;
}

.fs-4 {
  font-size: 4rem;
}

.fs-xs {
  font-size: 0.6rem;
}

.fs-s {
  font-size: 0.8rem;
}

.fs-m {
  font-size: 1rem;
}

.fs-l {
  font-size: 1.5rem;
}

.fs-xl {
  font-size: 2rem;
}

.fs-xxl {
  font-size: 2.5rem;
}

/**********************************************************\
        - RESET DEFAULT
\**********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, select, button, dialog {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p, ul, blockquote {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

em {
  font-style: italic;
}

td {
  margin: 0px;
  padding-right: 5px;
}

* {
  margin: 0;
  text-decoration: none;
}


.gallery_prestataires {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 350px;
  border-bottom: solid 1px var(--main-color-lighter);
  padding: 0.6rem 0;
}

.gallery_prestataires:last-child {
  border-bottom: none;
}

/**********************************************************\
		- inputs
\**********************************************************/
select, textarea, input {
  font-style: normal;
  font-weight: 400;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.2px;
  font-size: 13px;
  color: #444444;
  padding-left: 13px;
  border: 1px solid #E0E0E0;
  margin-bottom: 1rem;
}

textarea {
  min-height: 40px;
  height: inherit;
}

label {
  vertical-align: top;
  line-height: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: var(--secondary-color-light);
  font-size: 0.68rem;
}

.input_inline {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.selectCountry {
  display: block;
  min-width: 90px;
}

*:focus {
  outline: none;
}

.search {
  position: relative;
  margin: 2rem auto;
}
.search span {
  position: absolute;
  right: 8px;
  top: 8px;
  opacity: 0.7;
}

.search:hover .material-symbols-outlined {
  font-variation-settings: "wght" 400;
  font-variation-settings: "OPSZ" 48;
}

.searchInput {
  border: none;
  padding-right: 40px;
}

::placeholder {
  color: var(--main-color-light);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--main-color-light);
}

::-ms-input-placeholder {
  color: var(--main-color-light);
}

.center_button {
  margin-right: auto;
  margin-left: auto;
}

.button,
.uploadFileInput,
button {
  background-color: var(--secondary-color-lighter);
  color: var(--main-color);
  border: none;
  padding: 1rem;
  cursor: pointer;
  transition: all ease-in 0.2s;
  display: flex;
  max-width: 384px;
  justify-content: center;
  align-items: center;
}
.button .material-symbols-outlined,
.uploadFileInput .material-symbols-outlined,
button .material-symbols-outlined {
  margin-right: 1rem;
  transition: all ease-in 0.2s;
}

.button:hover,
.uploadFileInput:hover,
button:hover {
  background-color: var(--secondary-color-light);
  color: var(--white);
}
.button:hover .material-symbols-outlined,
.uploadFileInput:hover .material-symbols-outlined,
button:hover .material-symbols-outlined {
  color: var(--white);
}

input[type=file] {
  display: none;
}

.swal2-cancel,
.swal2-deny,
.swal2-confirm {
  margin: 0.5rem 1rem !important;
  padding: 0.5rem 1rem !important;
  color: var(--main) !important;
}

.swal2-cancel,
.swal2-deny {
  background-color: var(--rouge);
}

.swal2-confirm {
  background-color: var(--vert);
}

.formDisplay {
  display: flex;
  flex-direction: column;
}

/**********************************************************\
		- datepicker
\**********************************************************/
#ui-datepicker-div {
  z-index: 9999 !important;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
}

.datepicker {
  position: relative;
  margin-top: 1rem;
  cursor: pointer !important;
}
.datepicker .icon {
  position: absolute;
  top: 8px;
  right: 16px;
}
.datepicker .material-symbols-outlined {
  color: var(--main-color-light);
}
.datepicker input {
  cursor: pointer !important;
}

.ui-widget.ui-widget-content {
  border: 1px solid var(--main-color-light);
  border-top: none;
  border-radius: 0;
  width: 100%;
  max-width: 316px;
}

.ui-widget.ui-widget-content {
  padding: 0;
}

.ui-state-hover,
.ui-datepicker-prev ui-corner-all {
  border: none !important;
  cursor: pointer;
}

.ui-widget-header {
  background-color: var(--main-color-light);
  border-radius: 0;
  color: var(--main-color);
}

.ui-datepicker td span, .ui-datepicker td a {
  border: none;
  height: 38px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: transparent;
  border: solid 1px transparent;
}

.ui-state-default:hover {
  background-color: var(--main-color-lighter) !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background-color: var(--main-color);
  border: solid 1px transparent;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background-color: var(--main-color-light);
  color: var(--main-color);
  border: solid 1px transparent;
}

/**********************************************************\
		- select2
\**********************************************************/
.select2-container--default .select2-selection--single {
  height: auto;
  background-color: var(--main-color-lighter);
  color: var(--main-color);
  border: none;
  border-radius: 0;
  padding: 4px 1rem;
}

.selection {
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all ease-in 0.2s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}

.select2-container--open .select2-dropdown {
  border: var(--main-color-lighter) 1px solid;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--main-color-light);
}

/**********************************************************\
		- OUI & NON
\**********************************************************/
input[type=checkbox] {
  display: none;
}

.checkboxInline {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.onoff {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  position: relative;
  cursor: pointer;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1rem;
  margin: 5px 10px;
}

.yesBox label {
  padding-top: 10px;
}

.onoff label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  min-width: 80px;
  height: 30px;
  cursor: pointer;
  background: #cc324b;
  /*padding-top: 20px;*/
  border-radius: 3px;
  font-weight: bold;
  color: var(--white);
  transition: background 0.3s, text-indent 0.3s;
  text-align: center;
}

.onoff label:after {
  content: "NON";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  color: var(--white);
  z-index: 0;
  line-height: 30px;
}

.onoff label:before {
  content: "";
  width: 15px;
  height: 24px;
  border-radius: 3px;
  background: #e64c65;
  position: absolute;
  z-index: 0;
  top: 3px;
  left: 3px;
  display: block;
  transition: left 0.3s;
}

.onoff input:checked + label {
  background: #009699;
}

.onoff input:checked + label:before {
  background: #11a8ab;
}

.onoff input:checked + label:after {
  content: "OUI";
}

.onoff input:checked + label:before {
  left: 62px;
}

.oui, .non {
  display: block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1rem;
  margin: 20px;
  background: #cc324b;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
}

.oui {
  background: #11a8ab;
}

:root {
  --menuHeight: 56px;
}

/**********************************************************\
    - Scrollbar
\**********************************************************/
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #D0D0D0 transparent;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}

*::-webkit-scrollbar-track {
  background-color: transparent;
}

*::-webkit-scrollbar-track:hover {
  background-color: transparent;
  cursor: pointer;
}

*::-webkit-scrollbar-track:active {
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #D0D0D0;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #868686;
  cursor: pointer;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #868686;
}

/**********************************************************\
    - base
\**********************************************************/
body, html {
  min-height: 100%;
  background-color: var(--background);
  color: var(--main-color);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

a {
  color: var(--main-color);
  transition: all ease-in 0.2s;
}

a:hover {
  color: var(--black);
}

.material-symbols-outlined {
  font-variation-settings: "wght" 200;
  transition: all ease-in 0.2s;
}

a:hover .material-symbols-outlined {
  font-variation-settings: "wght" 400;
}

h3, h2,
h1 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
h3 span, h2 span,
h1 span {
  margin-right: 1rem;
}

h2 {
  font-size: 1.1rem;
  line-height: 1.25rem;
}

h3 {
  font-size: 0.9rem;
  line-height: 1rem;
  margin-bottom: 0;
}

p {
  margin: 1rem 0;
}

/**********************************************************\
    - overlay loading
\**********************************************************/
.has_overlay {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 2500;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.overlay .progress {
  position: absolute;
}

.has_overlay .overlay {
  display: flex;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 0px;
  border-radius: 50%;
  border: 6px solid var(--secondary-color);
  border-color: var(--secondary-color) transparent var(--secondary-color) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**********************************************************\
    - modals
\**********************************************************/
::backdrop {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: transparent;
  cursor: pointer;
  pointer-events: all;
}

dialog {
  margin: auto;
  background-color: var(--white);
  border: solid 1px var(--main);
  padding: 2rem;
  position: fixed;
  -webkit-box-shadow: 0px 0px 23px 9px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 23px 9px rgba(0, 0, 0, 0.22);
  width: 80vw;
  max-height: 70vh;
  max-width: 500px;
}
dialog .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.fullScreenModal {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  width: 100%;
  height: 100%;
}

/**********************************************************\
    - position
\**********************************************************/
.center {
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
}

.flex-right {
  justify-content: flex-end;
}

.flex-left {
  justify-content: flex-start;
}

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

/**********************************************************\
    - couleurs
\**********************************************************/
.bold {
  font-weight: 500;
}

.color-main {
  color: var(--main-color);
}

.color-main-light {
  color: var(--main-color-light);
}

.color-main-lighter {
  color: var(--main-color-lighter);
}

/**********************************************************\
    - texte
\**********************************************************/
.uppercase {
  text-transform: uppercase;
}

/**********************************************************\
        - ALERT
\**********************************************************/
.alert {
  font-family: "Lucia Grande", Verdana, Arial, sans-serif;
  display: inline-block;
  position: fixed;
  z-index: 2500;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.25rem;
  margin: 1.25rem auto;
  color: #00ACEE;
  background-color: rgba(0, 172, 238, 0.1);
  border: solid 1px #00ACEE;
  font-size: 14px;
  line-height: 20px;
  cursor: default;
  max-width: var(--max-content-width);
  box-sizing: border-box;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  animation: fadeout 6s normal forwards ease-in-out;
  -o-animation: fadeout 6s normal forwards ease-in-out;
  -moz-animation: fadeout 6s normal forwards ease-in-out;
  -webkit-animation: fadeout 6s normal forwards ease-in-out;
}

.alert .d-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.alert h4 {
  font-size: 16px;
}

.alert-success {
  opacity: 1;
  color: rgb(80, 205, 137);
  background-color: rgba(80, 205, 137, 0.1);
  border: solid 1px rgb(80, 205, 137);
}

.danger-box,
.alert-danger,
.alert-error {
  color: rgb(241, 65, 108);
  background-color: rgba(241, 65, 108, 0.1);
  border: solid 1px rgb(241, 65, 108);
}

.alert-info {
  color: rgb(114, 57, 234);
  background-color: rgba(114, 57, 234, 0.1);
  border: solid 1px rgb(114, 57, 234);
}

.alert-warning {
  color: rgb(255, 199, 0);
  background-color: rgba(255, 199, 0, 0.1);
  border: solid 1px rgb(255, 199, 0);
}

.danger-box {
  padding: 1rem;
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  75% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  /*99% { visibility: hidden; }*/
}
@keyframes fadeout {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  75% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  /*99% { visibility: hidden; }*/
}
.passWordProgressBar {
  display: block;
  width: 100%;
  height: 8px;
  background: var(--bg-input);
  content: "";
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
  transition: all ease-in 0.2s;
}
.passWordProgressBar .progress {
  content: "";
  width: 0%;
  height: 8px;
  background: #F54D45;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all ease-in 0.2s;
}

.password-no-match:focus,
.password-no-match {
  -webkit-box-shadow: 0px 0px 10px 1px #F54D45;
  box-shadow: 0px 0px 10px 1px #F54D45;
}

/**********************************************************\
    - Margin et padding
\**********************************************************/
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/**********************************************************\
    - Download Bouton
\**********************************************************/
* {
  --downloadIconSize:24px;
}

.downloadZipList,
.downloadZip {
  position: relative;
  display: flex;
}
.downloadZipList .downloadIcon,
.downloadZip .downloadIcon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.downloadZipList .downloadIconProgress,
.downloadZip .downloadIconProgress {
  opacity: 0;
}

.downloadIconProgress {
  position: relative;
  width: var(--downloadIconSize);
  height: var(--downloadIconSize);
}
.downloadIconProgress .radialProgressVal {
  position: absolute;
  top: 10%;
  left: 0;
  width: var(--downloadIconSize);
  text-align: center;
  font-size: 8px;
}
.downloadIconProgress .radialProgressIcon {
  position: absolute;
  top: 0;
  left: 0;
  max-width: var(--downloadIconSize);
}
.downloadIconProgress .radialProgressIcon path {
  stroke: black;
  stroke-width: 5;
  stroke-dasharray: 288.5;
  stroke-linecap: round;
  fill: none;
  transform-origin: 50px 50px;
  transform: rotate(-540deg);
}

@keyframes pathStroke {
  0% {
    stroke-dashoffset: 288.5;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/**********************************************************\
    - confirmAnimation
\**********************************************************/
.confirmAnimation {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.confirmAnimation .particles {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1500;
}
.confirmAnimation .particles span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  background-color: var(--rouge);
}
.confirmAnimation .particles span::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 75px;
  background-color: inherit;
  border-radius: 50%;
  background-color: var(--rouge);
}
.confirmAnimation .particles span:nth-child(1) {
  --item:1;
}
.confirmAnimation .particles span:nth-child(2) {
  --item:2;
}
.confirmAnimation .particles span:nth-child(3) {
  --item:3;
}
.confirmAnimation .particles span:nth-child(4) {
  --item:4;
}
.confirmAnimation .particles span:nth-child(5) {
  --item:5;
}
.confirmAnimation .particles span:nth-child(6) {
  --item:6;
}
.confirmAnimation .particles::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 20px var(--rouge);
  transform: scale(0.05);
  transition: box-shadow 0.3s 0.2s, opacity 0.3s, transform 0.3s;
  opacity: 0;
}

.confirmAnimation.animated .particles {
  width: 60px;
  height: 60px;
}
.confirmAnimation.animated .particles::before {
  box-shadow: inset 0 0 0 0 var(--blanc);
  opacity: 1;
  transform: scale(1);
}
.confirmAnimation.animated .particles span {
  animation: particle 1s 0.1s forwards;
}
.confirmAnimation.animated .particles span::before {
  animation: subParticle 0.6s 0.1s forwards;
}

@keyframes particle {
  0% {
    opacity: 0;
    transform: rotate(calc(60deg * var(--item))) translateY(0%) scale(0.3);
  }
  50% {
    opacity: 1;
    transform: rotate(calc(60deg * var(--item))) translateY(80%) scale(0.1);
  }
  70% {
    opacity: 0;
  }
  90% {
    transform: scale(0.05);
  }
  100% {
    opacity: 0;
    transform: rotate(calc(60deg * var(--item))) translateY(85%) scale(0);
  }
}
@keyframes subParticle {
  0% {
    opacity: 0;
    transform: translate3d(0%, 0%, 0);
  }
  30% {
    opacity: 0;
    transform: translate3d(80%, 0%, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(80%, 0%, 0);
  }
  80% {
    opacity: 0.2;
    transform: translate3d(80%, 280%, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(80%, 380%, 0);
  }
}
/**********************************************************\
    - Widths
\**********************************************************/
.width-100 {
  width: 100%;
}

.width-75 {
  width: 75%;
}

.width-50 {
  width: 50%;
}

.width-25 {
  width: 25%;
}

/**********************************************************\
    - Margin
\**********************************************************/
.m-1 {
  margin: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.p-1 {
  padding: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.m-2 {
  margin: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.p-2 {
  padding: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.m-3 {
  margin: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.p-3 {
  padding: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.m-4 {
  margin: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.p-4 {
  padding: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.m-5 {
  margin: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.p-5 {
  padding: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

#myshareWebsite {
  margin-top: var(--header-height);
}

#mainContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  grid-gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
}

/**********************************************************\
    - Alert Banner
\**********************************************************/
.alertBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ca2f2e;
  z-index: 1000;
  padding: 24px;
}
.alertBanner .alertBannerContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
.alertBanner .alertBannerContent .alertIcon, .alertBanner .alertBannerContent .alertBannerClose {
  font-size: 34px;
  padding: 1rem;
  font-variation-settings: "wght" 600;
}
.alertBanner .alertBannerContent .alertBannerClose {
  cursor: pointer;
  transition: all ease-in 0.2s;
}
.alertBanner .alertBannerContent .alertBannerClose:hover {
  color: #fff;
  opacity: 0.8;
}
.alertBanner .alertBannerContent .alertBanneMessage h2 {
  margin-bottom: 0.5rem;
  font-weight: bold;
  text-transform: initial;
}
.alertBanner .alertBannerContent .alertBanneMessage p {
  margin-top: 0.5rem;
}

/*
@import '../../front/sass/_myshare_mobile.scss';
@import '../../front/sass/_myshare_desktop.scss';
@import '../../front/sass/_myshare_account.scss';
@import '../../front/sass/_myshare_hover.scss';
@import '../../front/sass/_myshare_website.scss';
*/
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}
header .middle {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100%;
  box-sizing: border-box;
  padding-inline: 1rem;
  gap: 1rem;
}
header .middle .ai_icon {
  display: flex;
  opacity: 0.7;
  width: 20px;
  height: 20px;
}
header .middle .ai_icon svg {
  width: 100%;
  height: 100%;
}
header nav {
  display: none;
}
header .nav_container {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 var(--photoBord);
  width: 100%;
  height: var(--headerMobileHeight);
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: all ease-in var(--transitionSpeed);
}
header .nav_container .favoris {
  position: relative;
}
header .nav_container .favoris .favCount {
  position: absolute;
  top: -70%;
  right: -13px;
  font-size: 0.5rem;
  background: #e3e3e3;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  color: #525252;
}

header:after {
  content: "";
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 100%;
  left: 0;
  right: 0;
  background: var(--white);
  z-index: -1;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0);
}

.headerShadow {
  transition: box-shadow 0.3s ease-in-out;
}

header.fixed:after {
  bottom: 0;
}

header.fixed {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  height: var(--headerMobileHeight);
  transition: height ease-in var(--transitionSpeed);
}

/**********************************************************\
    - main_logo    
\**********************************************************/
.main_logo {
  display: flex;
  align-items: center;
  flex-direction: row;
  grid-gap: 10px;
  margin-left: 1rem;
}
.main_logo img {
  width: 24px;
  height: 24px;
}
.main_logo span {
  font-weight: 300;
  text-wrap: nowrap;
  min-width: 125px;
  display: none;
  text-transform: uppercase;
}

/**********************************************************\
		- SideBar
\**********************************************************/
.sidebar {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1500;
  transform: translateX(100%);
  transition: transform, opacity ease-in var(--transitionSpeed);
  opacity: 0;
}
.sidebar nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: nowrap;
  display: flex;
  gap: 1.2rem;
  font-size: 1rem;
  padding: 8vw;
  line-height: 1;
  text-align: right;
}
.sidebar nav .material-symbols-outlined {
  font-size: 1.6rem;
}
.sidebar nav a {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 1rem;
}

.show--sidebar.sidebar {
  transform: translateX(0%);
  opacity: 1;
}

.menuBtn a {
  height: var(--headerMobileHeight);
  display: flex;
  justify-content: center;
  align-items: center;
}

/**********************************************************\
        - Author
\**********************************************************/
.navAuthor {
  text-transform: uppercase;
}

.brandLogo {
  height: 50px;
  max-width: 200px;
  box-sizing: border-box;
}
.brandLogo img {
  height: 100%;
  max-height: 50px;
  width: auto;
}

#myshareWebsite {
  margin-top: var(--headerMobileHeight);
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--headerMobileHeight) - var(--footerMobileHeight));
  box-sizing: border-box;
}

/*


header 
.nav_container{
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin : 0 var(--photoBord);
	width: 100%;
	height: var(--headerMobileHeight);
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	transition: all ease-in var(--transitionSpeed);

	.favoris{
		position: relative;
		.favCount{
			position: absolute;
			top: -59%;
			right: -13px;
			font-size: 0.5rem;
			background: #e3e3e3;
			width: 20px;
			height: 20px;
			border-radius: 50%;
			display: flex;
			align-content: center;
			justify-content: center;
			color: #525252;
		}
	}

}

*/
.donwloadBtns .button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
}
.donwloadBtns .button div {
  text-align: center;
}

.disclamerVisitor {
  position: fixed;
  z-index: 9999;
  background-color: var(--danger-color-light);
  border: solid 1px var(--danger-color);
  color: var(--danger-color);
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  padding: 0.5rem 1rem;
  top: var(--headerMobileHeight);
  border-radius: 3px;
}

.flexModal {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}

/**********************************************************\
		- Footer
\**********************************************************/
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--footerMobileHeight);
  margin-bottom: 2rem;
}
footer ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
}

#chooseSource {
  position: fixed;
  bottom: -8px;
  text-align: center;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#chooseSource a {
  display: block;
  box-sizing: border-box;
  padding: 1rem;
  padding-bottom: 1.1rem;
  transition: all ease-in 0.2s;
  opacity: 0.8;
}
#chooseSource a span {
  background-color: var(--main-color);
  color: var(--white);
  padding: 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#chooseSource a:hover {
  opacity: 1;
}

#chooseSource.visitor a span {
  background-color: var(--secondary-color);
}

.toggleSource {
  transform: translateY(50px);
}

#home_cover {
  width: calc(100% - 2vw);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: calc(100vh - var(--headerMobileHeight) - var(--headerMobileHeight));
  margin-bottom: var(--headerMobileHeight);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#home_cover .main_title {
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: clamp(2rem, 4vw, 4rem);
  text-align: center;
  font-weight: lighter;
  color: var(--white);
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
#home_cover .gallery_author {
  text-transform: uppercase;
  font-size: clamp(1rem, 1.6vw, 1.6rem);
  line-height: clamp(1rem, 1.6vw, 1.6rem);
  padding-top: 1.6rem;
  text-align: center;
  font-weight: lighter;
  color: var(--white);
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
#home_cover .scrool_for_more {
  position: relative;
  text-align: center;
  width: 200px;
  text-transform: uppercase;
  font-size: 0.6rem;
  color: #fff;
  line-height: 1;
  padding-bottom: calc(var(--headerMobileHeight) / 1.5);
}
#home_cover .scrool_for_more .scrool_for_more-line:before {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: 20px;
  height: var(--headerMobileHeight);
  width: 1px;
  background-color: #fff;
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0;
}
#home_cover .scrool_for_more .scrool_for_more-line:after {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: calc(var(--headerMobileHeight) / 1.5);
  height: calc(var(--headerMobileHeight) / 1.5);
  width: 1px;
  background-color: #000;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 0;
}
section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 600px;
  padding: 0 2rem;
}
section .container h1 {
  font-size: clamp(1.4rem, 4vw, 4rem);
  line-height: clamp(2rem, 4.2vw, 4.5rem);
  font-weight: 300;
  color: var(--main-color);
}
section .container p {
  line-height: 2.5rem;
  font-size: 1.125rem;
  font-weight: 300;
}

#highlighted .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 2rem;
}
#highlighted .list .galerie {
  width: 100%;
  max-width: 360px;
  margin-top: 5rem;
  z-index: 1;
}
#highlighted .list .galerie img {
  aspect-ratio: 72/128;
  width: 100%;
  object-fit: cover; /* Pour remplir complètement l'espace sans déformer l'image */
}
#highlighted .list .galerie:first-child {
  margin-top: -5rem;
}

#highlighted:before {
  content: "Favoris";
  font-size: 10vh;
  z-index: 1;
  color: #000;
  filter: invert(0.975);
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
}

#highlighted:after {
  content: "";
  background-color: var(--main-color-lighter);
  width: 100%;
  height: 50%;
  min-height: 30vh;
  display: block;
  position: absolute;
  z-index: 0;
}

#warningbox {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#warningbox p {
  width: 100%;
}
#warningbox ul {
  list-style-type: circle;
  padding: 0;
  margin: 0;
  padding: 0 1rem;
}
#warningbox ul li {
  text-align: left;
  padding: 0.5rem;
  color: var(--main-color);
  opacity: 0.8;
  border-radius: 0.5rem;
  margin: 0.5rem;
}

.flex-centered {
  min-height: calc(100vh - var(--headerMobileHeight) - var(--footerMobileHeight));
  display: flex;
  justify-content: center;
  align-items: center;
}

.offline_message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.btn {
  background-color: var(--secondary-color-lighter);
  color: var(--main-color);
  border: none;
  padding: 1rem;
  cursor: pointer;
  transition: all ease-in 0.2s;
  display: flex;
  max-width: 384px;
  justify-content: center;
  align-items: center;
}
.btn span {
  margin-right: 1rem;
}

#addToCart .selectFormats {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
}
#addToCart .selectFormats .previewAddToCart {
  margin: auto;
}
#addToCart img {
  max-width: 250px;
  max-height: 150px;
}

#calendar_display {
  min-height: calc(100vh - var(--headerMobileHeight) - var(--footerMobileHeight));
}
#calendar_display h1 {
  font-size: clamp(1.2rem, 6vw, 2rem);
  padding: 4vh 1rem;
  text-align: center;
  margin-bottom: 0;
  color: var(--main-color-light);
  line-height: 1;
  display: block;
}
#calendar_display .calendar_display {
  padding: 1rem;
  min-height: calc(100vh - var(--headerMobileHeight) - var(--footerMobileHeight) - 140px);
  max-width: 550px;
  margin: 0 auto;
}
#calendar_display .footer_calendar {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#calendar_display .footer_calendar a {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: var(--main-color-light);
  padding: 0.5rem 1rem;
  color: var(--main-color);
}
#calendar_display .fc-toolbar-title {
  font-size: 1rem;
  color: var(--main-color);
}
#calendar_display th .fc-scrollgrid-sync-inner {
  display: none;
}
#calendar_display .fc-event-time {
  display: none;
}
#calendar_display .fc-icon {
  font-size: 1rem;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
#calendar_display .fc-button {
  padding: 5px;
  background-color: var(--main-color-lighter);
  border-color: transparent;
  color: var(--main-color);
}
#calendar_display .fc-daygrid-event-harness {
  margin-bottom: 0.5rem;
}
#calendar_display .fc-v-event,
#calendar_display .fc-h-event {
  background-color: var(--secondary-color-light) !important;
  border: none !important;
  padding: 0.4rem 1rem !important;
  cursor: pointer;
}
#calendar_display .fc-event-main {
  color: var(--main-color);
}
#calendar_display .fc .fc-daygrid-day.fc-day-today {
  background-color: var(--main-color-lighter);
}
#calendar_display table thead {
  display: none;
}

.inputAndIcon {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
}

/*===========================================================================
  VISIONNEUSE STYLES
============================================================================*/
.visionneuse-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  border: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 100vw;
  max-height: 100vh;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.visionneuse-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

.visionneuse-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.visionneuse-image {
  max-width: 80vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: grab;
  display: block;
  margin: 0 auto;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border: solid 10px white;
}
.visionneuse-image:active {
  cursor: grabbing;
}
.visionneuse-image.small {
  transform: scale(0.8);
  opacity: 0;
}

.visionneuse-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  /* Loader anneau simple */
}
.visionneuse-loading .simple-loader {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.visionneuse-prev,
.visionneuse-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.visionneuse-prev:hover,
.visionneuse-next:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-50%) scale(1.1);
}
.visionneuse-prev:active,
.visionneuse-next:active {
  transform: translateY(-50%) scale(0.95);
}

.visionneuse-prev {
  left: 20px;
}

.visionneuse-next {
  right: 20px;
}

.visionneuse-chapter-title {
  position: fixed;
  top: 20px;
  left: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 500;
  z-index: 10001;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  pointer-events: none;
  transition: opacity 0.3s ease;
  max-width: calc(100% - 3rem - 40px);
}

.visionneuse-close-top {
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.visionneuse-close-top:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.1);
}
.visionneuse-close-top:active {
  transform: scale(0.95);
}

.visionneuse-toolbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 11;
}

.visionneuse-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.visionneuse-action.active .ai_icon {
  background-color: var(--rouge);
  display: flex;
  justify-content: center;
  border-radius: 50%;
  padding: 4px;
}

.visionneuse-counters {
  display: flex;
  align-items: center;
  gap: 15px;
}
.visionneuse-counters .counter-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: white;
  font-size: 12px;
}
.visionneuse-counters .counter-item .material-symbols-outlined {
  font-size: 16px;
}
.visionneuse-counters .counter-item .counter-value {
  font-weight: 600;
  min-width: 16px;
  text-align: center;
}

.visionneuse-action,
.visionneuse-delete,
.visionneuse-rotate,
.visionneuse-close {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  padding: 8px;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  color: white;
}
.visionneuse-action .material-symbols-outlined,
.visionneuse-delete .material-symbols-outlined,
.visionneuse-rotate .material-symbols-outlined,
.visionneuse-close .material-symbols-outlined {
  font-size: 24px;
  margin-bottom: 2px;
}
.visionneuse-action .toolDesc,
.visionneuse-delete .toolDesc,
.visionneuse-rotate .toolDesc,
.visionneuse-close .toolDesc {
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
  opacity: 0.8;
  padding: 4px 6px;
  border-radius: 4px;
  display: none;
}
.visionneuse-action:hover,
.visionneuse-delete:hover,
.visionneuse-rotate:hover,
.visionneuse-close:hover {
  transform: translateY(-2px);
}
.visionneuse-action:hover .toolDesc,
.visionneuse-delete:hover .toolDesc,
.visionneuse-rotate:hover .toolDesc,
.visionneuse-close:hover .toolDesc {
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
  transition: background-color 0.2s ease;
}
.visionneuse-action:active,
.visionneuse-delete:active,
.visionneuse-rotate:active,
.visionneuse-close:active {
  transform: translateY(0);
}
.visionneuse-action .material-symbols-outlined,
.visionneuse-delete .material-symbols-outlined,
.visionneuse-rotate .material-symbols-outlined,
.visionneuse-close .material-symbols-outlined {
  background-color: transparent;
  color: white;
  border-radius: 50%;
  padding: 4px;
  margin-bottom: 4px;
}
.visionneuse-action.active .material-symbols-outlined,
.visionneuse-delete.active .material-symbols-outlined,
.visionneuse-rotate.active .material-symbols-outlined,
.visionneuse-close.active .material-symbols-outlined {
  background-color: var(--rouge);
}
.visionneuse-action.active .toolDesc,
.visionneuse-delete.active .toolDesc,
.visionneuse-rotate.active .toolDesc,
.visionneuse-close.active .toolDesc {
  font-weight: 600;
}

.visionneuse-delete {
  background-color: rgba(220, 53, 69, 0.8);
}
.visionneuse-delete:hover {
  background-color: rgb(220, 53, 69);
}

.visionneuse-rotate {
  background-color: rgba(40, 167, 69, 0.8);
}
.visionneuse-rotate:hover {
  background-color: rgb(40, 167, 69);
}

@media (max-width: 768px) {
  .visionneuse-image {
    max-width: 95vw;
    max-height: 85vh;
  }
  .visionneuse-prev,
  .visionneuse-next {
    display: none;
  }
  .visionneuse-close-top {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .visionneuse-close-top {
    top: 10px;
    right: 10px;
  }
  .visionneuse-toolbar {
    gap: 10px;
    padding: 0 10px;
  }
  .visionneuse-toolbar .visionneuse-actions {
    gap: 10px;
  }
  .visionneuse-toolbar .visionneuse-action,
  .visionneuse-toolbar .visionneuse-delete,
  .visionneuse-toolbar .visionneuse-rotate {
    min-width: 45px;
    padding: 6px;
  }
  .visionneuse-toolbar .visionneuse-action .material-symbols-outlined,
  .visionneuse-toolbar .visionneuse-delete .material-symbols-outlined,
  .visionneuse-toolbar .visionneuse-rotate .material-symbols-outlined {
    font-size: 18px;
  }
  .visionneuse-toolbar .visionneuse-action .toolDesc,
  .visionneuse-toolbar .visionneuse-delete .toolDesc,
  .visionneuse-toolbar .visionneuse-rotate .toolDesc {
    font-size: 9px;
  }
  .visionneuse-toolbar .visionneuse-counters {
    gap: 8px;
  }
  .visionneuse-toolbar .visionneuse-counters .counter-item {
    padding: 3px 6px;
    font-size: 10px;
  }
  .visionneuse-toolbar .visionneuse-counters .counter-item .material-symbols-outlined {
    font-size: 14px;
  }
}
.visionneuse-error,
.visionneuse-error-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 40px;
}
.visionneuse-error .material-symbols-outlined,
.visionneuse-error-slide .material-symbols-outlined {
  font-size: 48px;
  color: #ff6b6b;
  margin-bottom: 16px;
}
.visionneuse-error p,
.visionneuse-error-slide p {
  font-size: 18px;
  margin: 0 0 20px 0;
  opacity: 0.9;
}
.visionneuse-error button,
.visionneuse-error-slide button {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s ease;
}
.visionneuse-error button:hover,
.visionneuse-error-slide button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.visionneuse-error-slide .error-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.no-scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

.swal-above-visionneuse {
  z-index: 10002 !important;
}

.swal-above-visionneuse .swal2-container {
  z-index: 10002 !important;
}

.swal2-container {
  z-index: 10002 !important;
}

object {
  overflow: hidden;
  position: relative;
}

.particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10000;
}
.particles span {
  position: absolute;
  width: 12px;
  height: 12px;
  opacity: 1;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  animation: heart-love-animation 2s ease-out forwards;
}
.particles span::before {
  content: "♥";
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  text-shadow: 0 0 8px currentColor;
}

@keyframes heart-love-animation {
  0% {
    opacity: 1;
    transform: scale(0.5) translateY(0px) translateX(0px) rotate(0deg);
  }
  5% {
    opacity: 1;
    transform: scale(1.3) translateY(-10px) translateX(calc(var(--random-x, 0px) * 0.2)) rotate(5deg);
  }
  35% {
    opacity: 0.9;
    transform: scale(1.1) translateY(-25px) translateX(calc(var(--random-x, 0px) * 0.5)) rotate(-3deg);
  }
  60% {
    opacity: 0.6;
    transform: scale(0.9) translateY(-50px) translateX(calc(var(--random-x, 0px) * 0.8)) rotate(2deg);
  }
  85% {
    opacity: 0.3;
    transform: scale(0.7) translateY(-75px) translateX(var(--random-x, 0px)) rotate(-1deg);
  }
  100% {
    opacity: 0;
    transform: scale(0.4) translateY(-100px) translateX(calc(var(--random-x, 0px) * 1.2)) rotate(0deg);
  }
}
.action-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.action-content .action-counter {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -4px;
  right: -12px;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.retourGallery {
  text-align: center;
  font-weight: 300;
  width: fit-content;
  margin: 1rem auto;
  letter-spacing: 1px;
  opacity: 0.8;
  border-bottom: 1px solid transparent;
  display: block;
  transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.retourGallery:hover {
  opacity: 1;
  border-bottom: 1px solid var(--main-color-lighter);
}

#cart {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#cart h2,
#cart h1 {
  width: 100%;
  margin: 2rem auto 0 auto;
  text-align: center;
  flex-direction: column;
}
#cart h2:after,
#cart h1:after {
  content: "";
  display: block;
  width: 80%;
  max-width: 300px;
  height: 1px;
  background-color: var(--main-color-lighter);
  margin: 2rem auto 0;
}
#cart .btn {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
#cart .deliveryRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin: 1rem auto 4rem auto;
  gap: 1rem;
}
#cart .deliveryRow select {
  margin: 0;
  max-width: 180px;
}
#cart .fdp {
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  opacity: 0.8;
}
#cart .total_tirages,
#cart .total {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 400px;
  width: 100%;
  flex-direction: row;
  margin: auto;
}
#cart .total_tirages .total_display,
#cart .total .total_display {
  font-size: 1.2rem;
  font-weight: 700;
}
#cart .total_tirages .sold,
#cart .total .sold {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
#cart .total_tirages .sold .tva_title,
#cart .total .sold .tva_title {
  font-size: 0.8rem;
}
#cart .globalCost {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.itemList {
  margin: 0 auto 2rem auto;
  max-width: 800px;
}

.tirage {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.tirage:after {
  content: "";
  display: block;
  width: 80%;
  max-width: 300px;
  height: 1px;
  background-color: var(--main-color-lighter);
  margin: 2rem auto;
}
.tirage:last-child:after {
  display: none;
}
.tirage .sizePreview {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 200px;
  padding: 1rem;
}
.tirage .sizePreview img {
  max-width: 150px;
}
.tirage .sizePreview .groupeCounter {
  display: flex;
  flex-direction: row;
  justify-content: end;
  font-weight: 400;
  opacity: 0.8;
  letter-spacing: 0.5px;
  font-size: 0.8rem;
  line-height: 1rem;
}
.tirage .sizePreview .groupeCounter span {
  padding: 0 4px;
  font-weight: 700;
}
.tirage .photoList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.tirage .photoList img {
  border: solid 1px rgba(0, 0, 0, 0.1);
  max-width: 100px;
  width: 100%;
  height: auto;
}
.tirage .photoList .actions {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.tirage .photoList .copyQtity {
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 0.6rem;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: solid 1px #000;
}
.tirage .photoList .itemPreview {
  position: relative;
}
.tirage .photoList .itemPreview a {
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  height: 24px;
  width: 24px;
}
.tirage .photoList .itemPreview a span {
  font-size: 1.2rem;
}
.tirage .photoList .itemPreview a:hover {
  background-color: rgb(255, 255, 255);
}
.tirage .photoList .itemPreview .cartRemoveAll {
  position: absolute;
  top: 5px;
  left: 5px;
}
.tirage .photoList .itemPreview .cartRemoveAll .ai_icon {
  width: 16px;
  height: 16px;
}
.tirage .photoList .itemPreview .cartRemoveAll .ai_icon svg {
  width: 100%;
  height: 100%;
}
.tirage .photoList .itemPreview .cartRemoveAll:hover .ai_icon {
  color: var(--danger-color);
}
.tirage .photoList .itemPreview .actions .ai_icon {
  margin: 5px;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tirage .photoList .itemPreview .actions .ai_icon svg {
  width: 100%;
  height: 100%;
}

.cartStep {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 340px;
  margin: 2rem auto;
}
.cartStep .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 70px;
}
.cartStep .step .stepNumber {
  position: relative;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--main-color);
  border: solid 2px var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cartStep .active .stepNumber {
  background-color: var(--select-color);
  color: #fff;
  border-color: var(--select-color);
}
.cartStep .pass .stepNumber:after {
  content: "";
  display: block;
  width: 95px;
  height: 2px;
  background-color: var(--main-color);
  margin: 0.5rem 0;
  position: absolute;
  left: 38px;
}
.cartStep .previous .stepNumber:after {
  background: linear-gradient(90deg, var(--main-color), var(--select-color));
}
.cartStep .future {
  opacity: 0.5;
}

.ticketItems {
  display: flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.ticketItems .ticket_item {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.ticketItems .ticket_quantity {
  width: 30px;
  text-align: right;
  font-weight: 700;
}
.ticketItems .item_title {
  text-align: right;
  font-weight: 700;
  display: contents;
}
.ticketItems .tirages {
  width: 50px;
  text-align: left;
}
.ticketItems .item_total,
.ticketItems .item_pu {
  width: 55px;
  text-align: right;
}
.ticketItems .total_payer,
.ticketItems .total_ttc,
.ticketItems .delivery_cost,
.ticketItems .item_total {
  font-weight: 700;
}
.ticketItems .total_payer,
.ticketItems .total_ttc {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.ticketItems .delivery_cost,
.ticketItems .delivery_region {
  margin-top: 1rem;
}
.ticketItems .tva_cost,
.ticketItems .tva {
  font-size: 0.8rem;
}

.stripe-infos {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#card-element {
  border: 1px solid var(--main-color-lighter);
  padding: 16px 8px;
  color: var(--main-color-lighter);
}
#card-element iframe {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.14px;
}

#card-errors {
  color: var(--Error, #FF6A6A);
}

@media only screen and (min-width: 1120px) {
  #cart {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    display: block;
    margin-right: 300px;
  }
  #cart h2, #cart h1 {
    margin-bottom: 2rem;
  }
  #cart .details {
    margin-right: calc(300px + 2rem);
    width: calc(100% - 2rem);
  }
  #cart .tirage {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 4rem;
  }
  #cart .tirage:after {
    display: inline-block;
    position: absolute;
    margin: 1px auto;
    left: calc(50% - 150px);
    bottom: -2rem;
    right: 0;
  }
  #cart .tirage:last-child:after {
    display: none;
  }
  #cart .tirage .sizePreview .groupeCounter {
    display: block;
    text-align: end;
  }
  #cart .globalCost {
    position: fixed;
    top: 25%;
    right: 3rem;
    width: 100%;
    max-width: 300px;
  }
  .payment_page {
    margin: auto !important;
    max-width: 500px;
  }
  .visionneuse-prev,
  .visionneuse-next {
    display: flex;
  }
  .visionneuse-action .toolDesc,
  .visionneuse-delete .toolDesc,
  .visionneuse-rotate .toolDesc,
  .visionneuse-close .toolDesc {
    display: block;
  }
  .visionneuse-toolbar {
    height: 110px;
  }
  .action-content .action-counter {
    height: 24px;
    bottom: inherit;
    top: -12px;
  }
}/*# sourceMappingURL=style.css.map */