*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

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

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.h-12 {
  height: 3rem;
}

.w-10 {
  width: 2.5rem;
}

.flex-grow {
  flex-grow: 1;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

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

.justify-between {
  justify-content: space-between;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.border-2 {
  border-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.um-profile .um-profile-body {
  margin: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.coco-container {
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  padding: 1rem;
  padding-top: 2rem;
}

.grid label, .coco-info {
  display: flex;
  height: 2.5rem;
  align-items: center;
  overflow-wrap: break-word;
}

.coco-info {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.coco-container-title {
  position: absolute;
  margin-top: -2.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-transform: uppercase;
}

.um-form {
  display: grid;
  gap: 2rem;
  grid-template-areas:
    "pricing pricing pricing pricing"
    "info info info profile"
    "info info info picto"
    "progression progression progression progression"
    "message message message message"
    "nav body body body";
}

@media (max-width: 996px) {
  .um-form {
    grid-template-areas:
        "profile profile profile profile"
        "picto picto picto picto"
        "pricing pricing pricing pricing"
        "info info info info"
        "progression progression progression progression"
        "message message message message"
        "nav body body body";
  }
}

.um-form > div:nth-child(1) {
  grid-area: profile;
}

.um-form > section:nth-child(2) {
  grid-area: pricing;
}

.um-form > *:nth-child(3) {
  grid-area: info;
}

.um-form > *:nth-child(4) {
  grid-area: progression;
}

.um-form > .picto {
  grid-area: picto;
  width: 5rem;
  margin: auto;
}

.um-profile-navbar.um-messaging-bar {
  grid-area: message;
}

.um-form > div.um-profile-nav {
  grid-area: nav;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  background-color: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.um-profile-nav-item {
  margin-bottom: 0.5rem;
}

.um-profile-nav-item a {
  background-color: var(--e-global-color-368be17);
}

.um-form > div.um-profile-body {
  grid-area: body;
}

.coco-document-icon, .coco-document-icon:before {
  width: 24px;
  font-size: 24px;
}

@media print {
  body {
    color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .elementor-location-header {
    display: none;
  }

  .coco-info {
    border-width: 2px;
    border-style: solid;
  }

  body.um-page-user .um-form {
    grid-template-areas:
        "profile profile profile profile"
        "picto picto picto picto"
        "pricing pricing pricing pricing"
        "info info info info"
        "progression progression progression progression"
        "body body body body";
  }

  body.um-page-user div[data-elementor-type="footer"] {
    display: none;
  }

  body.um-page-user .um-form a[href]:after {
    content: none !important;
  }

  body.um-page-user .um-form .progression {
    display: none;
  }

  body.um-page-user .um-messaging-bar {
    display: none;
  }

  body.um-page-user .um-profile-nav {
    display: none;
  }

  body.um-page-user .um-profile-body button, body.um-page-user .um-profile-body a, body.um-page-user .um-profile-edit {
    display: none;
  }
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
}

@media (min-width: 1536px) {
}