@charset "UTF-8";
:root {
  --header-default-height: 67px;
  --header-banner-height: 63px;
  --header-blog-height: 72.25px;
}
@media screen and (max-width: 1024px) {
  :root {
    --header-default-height: 67px;
    --header-banner-height: 63px;
    --header-blog-height: 72.25px;
  }
}
@media screen and (max-width: 546px) {
  :root {
    --header-default-height: 67px;
    --header-banner-height: 42px;
    --header-blog-height: 72.25px;
  }
}

@font-face {
  font-family: "Nunito";
  src: url("../../font/woff2/Nunito Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Nunito-L";
  src: url("../../font/woff2/Nunito Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url("../../font/woff2/Hind-Regular.woff2") format("woff2");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  font-size: 10px;
  background-color: #faf5f0;
  /* Pour tous les navigateurs WebKit (Chrome, Safari, Edge) */
}
html ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background: #ffffff;
}
html ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgb(150, 150, 150);
  /* Coins arrondis pour un aspect plus fin */
}
html ::-webkit-scrollbar-thumb:hover {
  background: rgba(150, 150, 150, 0.7);
}

img,
video,
iframe {
  max-inline-size: 100%;
}

img {
  height: auto;
}
img[loading=lazy] {
  transition: opacity 0.3s linear;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-page {
  margin-top: 67px;
}
@media screen and (max-width: 1280px) {
  .content-page {
    margin-top: 67px;
  }
}
@media screen and (max-width: 1280px) {
  .content-page {
    margin-top: 65.94px;
  }
}
@media screen and (max-width: 1024px) {
  .content-page {
    margin-top: 65.94px;
  }
}
@media screen and (max-width: 546px) {
  .content-page {
    margin-top: 65.94px;
  }
}

.grid {
  display: grid;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

@media screen and (min-width: 1280px) {
  [data-display-laptop=y] {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  [data-display-tablet=y] {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  [data-display-xl-mobile=y] {
    display: none !important;
  }
}

@media screen and (min-width: 546px) {
  [data-display-mobile=y] {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  [data-display-laptop=n] {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  [data-display-tablet=n] {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  [data-display-xl-mobile=n] {
    display: none !important;
  }
}

@media screen and (max-width: 546px) {
  [data-display-mobile=n] {
    display: none !important;
  }
}

.overflow {
  overflow: auto;
}

.overflow-y {
  overflow-y: auto;
}

.overflow-x {
  overflow-x: auto;
}

.highlight {
  background-color: rgba(230, 80, 30, 0.2);
}

*:focus {
  outline: none;
}

#header {
  z-index: 1100;
}

html {
  font-family: Nunito, sans-serif;
}

* {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Hind, sans-serif;
}

h1 {
  font-weight: normal;
  font-size: 2em;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

p,
li {
  font-family: Nunito-L, sans-serif;
}

button,
input {
  font-family: Nunito-L, sans-serif;
}

textarea {
  font-family: Nunito, sans-serif;
}

a,
span,
font {
  font-family: inherit;
}

table th {
  font-family: Nunito, sans-serif;
}

table td {
  font-family: Nunito-L, sans-serif;
}

h1:first-letter,
h2:first-letter,
h3:first-letter,
h4:first-letter,
h5:first-letter,
span:first-letter,
label:first-letter,
input:first-letter,
button:first-letter,
a:first-letter,
option:first-letter,
select:first-letter,
select option:first-letter,
.title:first-letter {
  text-transform: uppercase;
}

.capitalize {
  display: inline-block;
}
.capitalize::first-letter {
  text-transform: uppercase;
}

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

@media screen and (max-width: 546px) {
  h1 {
    text-align: center;
  }
}

h2,
h3,
h4,
h5 {
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1em;
  margin: 0.5em 0;
}
@media screen and (max-width: 1024px) {
  h2,
  h3,
  h4,
  h5 {
    text-align: center;
  }
}

h2 {
  font-size: 2.5em;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  font-size: 1.8em;
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 1.17em;
  }
}

h4,
h5,
h6 {
  font-size: 1.2em;
}
@media screen and (max-width: 1024px) {
  h4,
  h5,
  h6 {
    font-size: 1em;
  }
}

p {
  text-transform: none;
  font-weight: 500;
  font-size: 1em;
  white-space: pre-line;
  text-align: left;
}
p .credit {
  text-align: right;
  font-size: 0.85em;
}

.bold {
  font-weight: bold;
}

.bold-nunito {
  font-family: "Nunito", sans-serif !important;
}

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

a {
  cursor: pointer;
  text-decoration: none;
  color: #372d2d;
}
a:hover {
  color: #d34618;
}
a::first-letter {
  text-transform: uppercase;
}
a span:nth-child(0)::first-letter {
  text-transform: uppercase;
}

textarea {
  text-transform: none;
  font-weight: 500;
  font-size: 1.4em;
}

.resize-v {
  resize: vertical;
}

.resize-h {
  resize: horizontal;
}

.resize-off {
  resize: none;
}

.empty h4 {
  display: block;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  color: #ffd2aa;
  font-size: 2em;
}

.navbar {
  width: 100%;
}

.label {
  color: #595959;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.25em;
  margin-top: 2em;
  text-align: center;
  white-space: normal;
  margin-left: 1px;
  font-size: 1em;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px;
}
.label p {
  font-size: 1.1em;
}

.label-left {
  text-align: left;
}

label.input-inside {
  display: block;
}

.fa-plus:not(.fa-menu) {
  color: #147882;
  font-size: 1em;
  padding-left: 1em;
  cursor: pointer;
}
.fa-plus:not(.fa-menu):hover {
  opacity: 0.5;
}

.fa-eye {
  margin-right: 1em;
  cursor: pointer;
}
.fa-eye:hover {
  opacity: 0.5;
}

.required {
  color: #d34618;
}

.page-titl {
  padding: 1em 0;
}

label.error,
.error {
  color: #c6240e;
  font-size: 0.9em;
  padding-top: 0px;
}

.valid {
  color: #147882;
  font-size: 1em;
  padding-top: 0px;
}

.invalid {
  color: #d34618;
}

input.valid,
input.error {
  padding-top: 6px;
}

.anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}

.coherence-error {
  color: #d34618;
}

.coherence-warn {
  color: #fca758;
}

.warn {
  color: #d34618;
}

.coherence-advice {
  color: #147882;
}

.container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  padding: 0 2vw;
}

.hover-bcolor-transition {
  transition: background-color 0.5s ease-out;
}

.b {
  padding: 1em;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(158, 158, 158, 0.5);
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .b {
    padding: 0.5em;
  }
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
}

.field {
  grid-template-columns: 10fr 90fr;
  background-color: rgba(215, 230, 225, 0.3);
  padding: 0.5em;
  border: 1px solid #147882;
  border-radius: 0.3em;
  width: 100%;
}

.no-margin {
  margin: 0 !important;
}

.input-field {
  width: 100%;
  border: 0;
  background-color: rgba(215, 230, 225, 0.3);
  border-radius: 0.5em;
  color: #147882;
}

#edit_form {
  margin-bottom: 4em;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.9em;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.9em;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.9em;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.9em;
}

.form-control {
  border-radius: 7px;
  border: 0px;
  background-color: #f4f4f4;
  color: #000000;
  height: auto;
  word-wrap: break-word;
  appearance: none;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome, Opera, Safari */
  -webkit-appearance: none;
  /* For IE10 */
}
.form-control:hover {
  color: #372d2d;
}
.form-control ::-ms-expand {
  display: none;
}

input.error {
  border: 1px solid #d34618;
  background-color: #fdd2aa;
}

p.fixinput {
  padding: 5px;
  margin: 0 auto;
  font-weight: normal;
  color: #000000;
  background-color: #f4f4f4;
  border-radius: 5px;
  display: inline-block;
}

p.fixtextarea {
  padding: 5px;
  margin: 0 auto;
  font-weight: normal;
  color: #000000;
  background-color: #f4f4f4;
  border-radius: 5px;
  min-height: 10em;
  overflow-y: auto;
}

a.main-input,
p.form-control {
  padding: 0.5em 1em;
  font-size: 1em;
}

button.save {
  border-radius: 20px;
  padding: 5px 25px;
  text-transform: uppercase;
  background-color: #147882;
  color: #ffffff;
  border-radius: 5px;
}
button.save:hover {
  background-color: #d4e6f6;
  color: rgb(20, 120, 130);
}

.tag_remove {
  position: absolute;
  right: 0.5em;
  top: 0.3em;
  display: inline-block;
  color: #d34618;
  opacity: 0.9;
  cursor: pointer;
  font-size: 0.8em;
  color: white;
}
.tag_remove:hover {
  color: #d34618;
}

.opacity-0 {
  opacity: calc(0 / 100);
}

.opacity-10 {
  opacity: calc(10 / 100);
}

.opacity-25 {
  opacity: calc(25 / 100);
}

.opacity-33 {
  opacity: calc(33 / 100);
}

.opacity-50 {
  opacity: calc(50 / 100);
}

.opacity-66 {
  opacity: calc(66 / 100);
}

.opacity-75 {
  opacity: calc(75 / 100);
}

.opacity-80 {
  opacity: calc(80 / 100);
}

.opacity-90 {
  opacity: calc(90 / 100);
}

.opacity-100 {
  opacity: calc(100 / 100);
}

.link_remove {
  margin-top: 2em;
  display: inline-block;
  color: #d34618;
  opacity: 0.5;
  cursor: pointer;
  font-size: 2em;
}

.link-login {
  color: #d34618;
  text-decoration: none;
  padding-left: 0.5em;
}
.link-login:hover {
  color: #147882;
  text-decoration: underline;
}

.disabled-link {
  pointer-events: none;
}

.upload-zone {
  position: relative;
  outline: 1px dashed #147882;
  color: #147882;
  width: 70%;
  border-radius: 5px;
}
@media screen and (max-width: 1280px) {
  .upload-zone {
    width: 60%;
  }
  .upload-zone .txt_mobil {
    display: none;
  }
}
@media screen and (max-width: 546px) {
  .upload-zone {
    width: 70%;
  }
  .upload-zone .txt_mobil {
    display: none;
  }
}
@media screen and (max-width: 442px) {
  .upload-zone {
    width: 95%;
  }
}
.upload-zone:hover {
  background-color: rgba(20, 120, 130, 0.2);
}
.upload-zone label {
  padding: 0.5em;
  font-size: 0.9em;
  cursor: pointer;
}
.upload-zone .box__dragndrop {
  grid-template-columns: 10fr 90fr;
}
.upload-zone .box__dragndrop ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.upload-zone .box__dragndrop ul li {
  display: inline;
}
.upload-zone .box__dragndrop p {
  font-size: 1em;
}
.upload-zone .box__file {
  width: 0%;
  height: 0%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-zone .box__button {
  outline: 2px dashed #92b0b3;
  border: none;
  margin: 0 auto;
  margin-bottom: 1em;
  color: #92b0b3;
  background-color: white;
}
.upload-zone .box__button:hover {
  color: #d34618;
  outline: 2px dashed #d34618;
}
.upload-zone .box__uploading,
.upload-zone .box__success,
.upload-zone .box__error {
  display: none;
}
.upload-zone .box.is-dragover {
  background-color: white;
  outline: 2px dashed #d34618;
}
.upload-zone .box.is-dragover label,
.upload-zone .box.is-dragover i,
.upload-zone .box.is-dragover span {
  color: #d34618;
}
.upload-zone .box.is-uploading .box__uploading {
  display: block;
}
.upload-zone p, .upload-zone span {
  color: #372d2d;
}
.upload-zone .txt_click {
  color: #147882;
}

div[data-type=upload-zone-viewtab-profil] {
  height: 100%;
  width: 100%;
}
div[data-type=upload-zone-viewtab-profil] form {
  height: 100%;
}
div[data-type=upload-zone-viewtab-profil] .box__dragndrop {
  height: 100%;
  grid-template-columns: 100fr;
}
div[data-type=upload-zone-viewtab-profil] .fa-camera {
  font-size: 2em;
}

#upload_zone_choice_popup form label {
  display: inline-block;
  cursor: pointer;
}
#upload_zone_choice_popup form label:hover {
  color: #fca758;
}
#upload_zone_choice_popup form label p {
  font-weight: 600;
}

.doptim-drag {
  position: absolute;
  width: 100%;
}

.link_type_list {
  max-height: 30vh;
  overflow-y: auto;
}
.link_type_list p {
  padding: 0.25em;
  cursor: pointer;
}
.link_type_list p:hover {
  color: rgba(20, 120, 130, 0.6666666667);
}

.fa.fa-cog {
  transition: 1.5s;
}
.fa.fa-cog:hover {
  transform: rotate(360deg);
}

.fa.fa-question-circle {
  transition: 1.5s;
}
.fa.fa-question-circle:hover {
  transform: rotate(360deg);
}

.fa.fa-info-circle {
  transition: 1.5s;
}
.fa.fa-info-circle:hover {
  transform: rotate(360deg);
}

#modal_specific_fields_plac label,
#modal_specific_fields_plac input,
#modal_specific_fields_plac p,
#modal_specific_fields_plac button {
  margin: 0;
}
#modal_specific_fields_plac label::first-letter {
  text-transform: capitalize;
}
#modal_specific_fields_plac .plac-container {
  grid-template-columns: 5% auto;
}
#modal_specific_fields_plac .plac-container i {
  color: rgba(89, 89, 89, 0.502);
  cursor: pointer;
}
#modal_specific_fields_plac .plac-container i:hover {
  color: #147882;
}

.page-article ul,
.page-article ol {
  list-style-position: outside !important;
  margin-left: 2em;
}
.page-article ul li,
.page-article ol li {
  padding-left: 0.25em;
}
.page-article ul {
  list-style: disc;
}
.page-article ol {
  list-style: decimal;
}

.summernote ul,
.summernote ol {
  list-style-position: outside !important;
  margin-left: 2em;
}
.summernote ul li,
.summernote ol li {
  padding-left: 0.25em;
}
.summernote ul {
  list-style: disc;
}
.summernote ol {
  list-style: decimal;
}

#squarespaceModal {
  z-index: 1000;
}
#squarespaceModal .bltxt .txt {
  font-weight: 900;
}
#squarespaceModal .bltxt span {
  font-family: Nunito-L, sans-serif;
}
#squarespaceModal .aide {
  font-style: italic;
  margin: 20px 0;
}
#squarespaceModal .aide span {
  font-weight: 100;
  font-family: Nunito-L, sans-serif;
}
#squarespaceModal .aide a {
  cursor: pointer;
  font-family: Nunito-L, sans-serif;
  color: #d34618;
  text-decoration: underline;
}
#squarespaceModal .aide a:hover {
  color: #147882;
}
#squarespaceModal ul {
  padding: 0;
  font-family: Nunito-L, sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 20px;
}
#squarespaceModal ul li {
  margin-left: 30px;
  font-family: Nunito-L, sans-serif;
  font-weight: 500;
  list-style: disc;
  margin-top: 5px;
}

.load-spinner {
  text-align: center;
  width: 100%;
  font-size: 3em;
  color: #147882;
}

/********* IFRAME POPUP ********/
#popup_add .modal-dialog {
  height: 90vh;
  max-height: 90vh;
}
#popup_add .modal-dialog .modal-content {
  height: 100%;
}
#popup_add .modal-dialog .modal-content .modal-header {
  height: 10%;
}
#popup_add .modal-dialog .modal-content .modal-body {
  height: 90%;
  background-color: #faf5f0;
}
#popup_add .modal-dialog .modal-content .modal-body iframe {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
}

iframe {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
}

#param-modal label,
#param-modal input,
#param-modal span {
  margin: 0 1em 0 auto;
}
#param-modal button {
  margin: 0 1em;
}
#param-modal #pref {
  width: 90%;
  display: block;
  margin: 0 auto;
}
#param-modal #pref form {
  display: grid;
  gap: 1em;
}
#param-modal #pref input[type=radio] {
  margin: 0;
}
#param-modal #pref label {
  margin: 0;
}
#param-modal #pref ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 1em;
}
#param-modal #pref ul li {
  display: flex;
  gap: 0.5em;
}
@media screen and (max-width: 1024px) {
  #param-modal #pref {
    width: 100%;
  }
}
#param-modal #pref .pref-block {
  gap: 0.5em;
}
#param-modal #pref .pref-block .pref-header {
  display: flex;
  flex-direction: row;
  column-gap: 1em;
  margin-bottom: 1em;
  align-items: center;
}
#param-modal #pref .pref-block .pref-header button {
  margin: 1em 1em 1em 0;
  font-size: 1em;
}
#param-modal #pref .pref-block input[type=number] {
  width: 75px;
}
#param-modal #pref .label {
  font-size: 0.9em;
  display: inline;
}
#param-modal #pref .item-pers {
  padding: 10px;
}
#param-modal #pref .item-pers .filter_block {
  margin: 0;
  padding: 0;
}
#param-modal #pref .item-pers .filter_block i {
  padding: 0.5em;
}
#param-modal #pref div[data-pref=genb] li {
  flex-direction: column;
}
#param-modal #pref div[data-pref=genb] li input,
#param-modal #pref div[data-pref=genb] li label {
  margin: 0;
  align-self: center;
}
#param-modal #pref .zone-color #tree_color_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 1em;
}
#param-modal #pref .zone-color #tree_color_list input,
#param-modal #pref .zone-color #tree_color_list label {
  margin: 0;
}

#viewtab_popup_search .cadre {
  text-decoration: none;
  cursor: pointer;
  margin: 1em 0 1em 0;
  max-width: 20em;
  display: block;
  justify-self: center;
  padding: 7px;
  border: 2px solid #d6e5e0;
  border-radius: 5px;
  font-size: 1em;
}
#viewtab_popup_search .cadre:hover {
  border: 3px solid #d34618;
}
#viewtab_popup_search .cadre p {
  color: #147882;
  font-size: 1.2em;
  text-align: center;
  margin-top: 1em;
}
#viewtab_popup_search .cadre img {
  max-width: 50%;
  max-height: 50%;
  display: block;
  margin: 0 auto;
}
#viewtab_popup_search #choose_existp {
  margin: 0 auto;
}
#viewtab_popup_search #viewtab_popup_search_2 .insert_list {
  position: relative !important;
}

#cgu ul,
#cgu li,
#cgu p,
#cgu span,
#cgu div {
  text-align: left;
  white-space: pre-line;
}
#cgu ul,
#cgu ol {
  padding: 0em 1em 1em 2em;
  list-style-type: disc;
}
#cgu ul li,
#cgu ol li {
  display: list-item;
  font-family: "Nunito-L", sans-serif;
}
#cgu p {
  padding: 1em;
}
#cgu .important {
  background-color: rgba(230, 80, 30, 0.2);
  border-radius: 5px;
  margin-bottom: 2em;
  margin-top: 1em;
}
#cgu .legal p {
  margin: 0;
  padding: 0;
}
#cgu h3.orange {
  cursor: pointer;
}
#cgu td,
#cgu th {
  font-size: 0.75em;
}

/********* Lieu ********/
.noscroll {
  overflow-y: hidden;
}

.modal-dialog .img-profil-viewtab {
  height: 75vh;
}
.modal-dialog .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog .modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (min-width: 768px) {
  .modal-dialog .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
.modal-dialog .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-dialog .modal-content h2 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: Hind, sans-serif;
  text-align: left;
}
.modal-dialog .modal-content h3 {
  font-weight: 100;
  font-family: Nunito-L, sans-serif;
  font-size: 1.2em;
  text-align: left;
}
.modal-dialog .modal-content ul {
  font-weight: 100;
  font-family: Nunito-L, sans-serif;
  font-size: 1em;
  list-style: none;
  padding: 0;
}
.modal-dialog .modal-content ul a {
  color: #147882;
}
.modal-dialog .modal-content ul a:hover {
  color: #d34618;
}
.modal-dialog .modal-content ul span {
  color: #372d2d;
}
.modal-dialog .modal-content ul span:hover {
  color: #d34618;
}
.modal-dialog .modal-content .item-pers {
  grid-template-columns: 20fr 80fr;
}
@media screen and (max-width: 546px) {
  .modal-dialog .modal-content .item-pers {
    grid-template-columns: 1fr;
  }
}
.modal-dialog .modal-content .item-pers .input_person {
  display: flex;
  gap: 0.5em;
  justify-content: start;
}
.modal-dialog .modal-content .h-bold {
  font-weight: bold;
}
.modal-dialog .modal-content .p-hold {
  font-weight: bold;
}
.modal-dialog .modal-header {
  padding: 1em;
  border-bottom: 1px solid #e5e5e5;
}
.modal-dialog .modal-header .close {
  margin-top: -2px;
}
.modal-dialog .modal-title {
  margin: 0;
  line-height: 1.42857143;
  display: inline-block;
}
.modal-dialog .modal-plac {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.modal-dialog .modal-body {
  position: relative;
  padding: 1em;
  background-color: #faf5f0;
  border-radius: 6px;
}
.modal-dialog .modal-body h3 {
  font-size: 1.2em;
  font-family: Hind, sans-serif;
  font-weight: 700;
}
.modal-dialog .modal-plac .form-group {
  width: 100%;
  margin-bottom: 1em;
}
.modal-dialog div.modal-footer {
  border-top: 0;
  border-top: 1px solid #e5e5e5;
}
.modal-dialog .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-dialog .plac_label label {
  padding-top: 1em;
  margin: 0px;
  font-size: 1em;
}

/** MODAL HELP **/
i.help-feature {
  color: inherit !important;
  cursor: pointer;
}
i.help-feature:hover {
  color: #d34618 !important;
}

i.margin-help-feature {
  margin-left: 0.5em;
}

#helper-modal .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#helper-modal .modal-content .modal-header h3 {
  flex-grow: 1;
  margin: 0;
}

span.helper-button {
  display: inline-block;
  margin-left: 1em;
  cursor: pointer;
  color: #d34618;
}
span.helper-button:hover {
  color: #147882;
}

.messages {
  background-color: #147882;
  padding: 1px;
  margin-top: 50px;
  color: #ffffff;
}

.cursorPointer {
  cursor: pointer;
}

.image-logo {
  margin-bottom: 30px;
}
.image-logo p {
  margin: 0px;
  width: 100%;
  height: 180px;
}
.image-logo p img {
  height: 100%;
}

.form-group {
  margin-bottom: 0px;
}

.font-size-txt {
  font-size: 1.2em;
}

.image-logo-nav p {
  margin: 0px;
  width: 50px;
  height: 50px;
}
.image-logo-nav p img {
  height: 100%;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

@media screen and (max-width: 546px) {
  .hide-xs {
    display: none;
  }
}
.selectOption {
  background-color: #147882 !important;
}

.tooltip.in {
  opacity: 1 !important;
}

.white {
  color: #ffffff;
}

.green {
  color: #6bc50e;
}

.remove {
  cursor: pointer;
  font-size: 1.5em;
  color: #147882;
}
.remove:hover {
  color: #d34618;
}

.left {
  padding-left: 0px !important;
}

.right {
  padding-right: 0px !important;
}

.middle {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.maxWidth {
  margin-top: 10px;
  width: 100%;
}

.halfWidth {
  margin-top: 10px;
  width: 49%;
  float: left;
  margin: 5px 0.5%;
  font-family: "Nunito", sans-serif;
}

.text-wrapper {
  max-width: 100%;
  padding: 10px 15px;
  margin: 0px 10px 5px 10px;
  border-radius: 0px 10px 10px 10px;
}
.text-wrapper.white {
  background: #ffffff;
  color: black;
}
.text-wrapper.red {
  background: rgba(249, 177, 162, 0.2);
}
.text-wrapper.blue {
  background: rgba(70, 93, 218, 0.1);
}
.text-wrapper.yellow {
  background: rgba(240, 212, 64, 0.4);
}
.text-wrapper.orange {
  background: rgba(246, 219, 161, 0.2);
}
.text-wrapper.purple {
  background: rgba(232, 161, 246, 0.2);
}

.form-reset .label {
  color: #4f8913;
}
.form-reset input {
  border: 1px dashed #4f8913;
}

[id=background_color] {
  background: #ffffff;
  padding: 125px;
  position: fixed;
  height: 100vh;
  width: 100%;
}

.menu_bottom {
  position: fixed !important;
  bottom: 0;
  right: 0 !important;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  background-color: #484848;
  z-index: 100;
}
.menu_bottom [id=menu_manager] {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  list-style: none;
  margin: 0 !important;
}
.menu_bottom [id=menu_manager] div {
  text-align: center;
}
.menu_bottom [id=menu_manager] a {
  cursor: pointer;
}
.menu_bottom [id=menu_manager] li {
  text-align: center;
  background-color: white !important;
  font-size: 16px;
  color: #4f8913;
  padding: 10px 25px !important;
  border: 2px solid white !important;
  border-radius: 15px;
  font-weight: 700;
  margin: 10px;
  background-color: transparent;
  float: left;
  padding: 20px;
  transition: all 0.25s ease;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(51, 47, 51, 0.72);
  -moz-box-shadow: 2px 2px 5px 2px rgba(51, 47, 51, 0.72);
  box-shadow: 2px 2px 5px 2px rgba(51, 47, 51, 0.72);
}
.menu_bottom [id=menu_manager] li:hover {
  background-color: #4f8913 !important;
  color: white;
  text-decoration: none;
  border: 2px solid #4f8913 !important;
}

.lds-dual-ring {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid #147882;
  border-color: #147882 #147882 #147882 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dropdown-content {
  position: absolute;
  width: 100%;
  display: none;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-content a {
  padding: 0.5em 1em 0.5em 1em;
  margin: 7px;
}

.dropright-content {
  position: absolute;
  width: 200%;
  left: 100%;
  height: 20vh;
  top: -10vh;
  display: none;
  background-color: white;
  box-shadow: 10px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropright-content .list-content {
  position: relative;
  display: block;
  max-height: 100%;
  overflow-y: scroll;
}
.dropright-content a {
  padding: 0.5em 1em 0.5em 1em;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropright {
  position: relative;
}

.dropright:hover .dropright-content {
  display: block;
}

#menu-list {
  background-color: #f8cbbc;
  border-radius: 3px;
  width: fit-content;
}
#menu-list .name-arbre {
  font-family: Nunito-L, sans-serif;
  padding-right: 1em;
}
#menu-list .dropdown a {
  padding: 0.5em;
  font-family: Nunito-L, sans-serif;
  text-transform: none;
  color: #372d2d;
}
#menu-list .dropdown i {
  padding: 0 0 0 1em;
  font-size: 0.7em;
}
#menu-list .dropdown ul {
  padding: 0;
  text-transform: none;
  list-style: none;
  max-height: 70vh;
  overflow-y: auto;
}
#menu-list .dropdown ul p {
  padding: 0.5em 0;
  font-weight: bold;
}
#menu-list .dropdown ul li a {
  font-weight: 100;
  font-family: Nunito-L, sans-serif;
  padding: 0.5em;
}
#menu-list .dropdown .dropdown-menu {
  position: absolute;
  padding: 1em;
  z-index: 100;
  display: none;
  float: left;
  width: 18em;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: auto;
}
#menu-list .dropdown .dropdown-menu button {
  background-color: transparent;
  width: 100%;
  margin: auto;
  border: 0;
  color: #d34618;
  padding: 1em;
  cursor: pointer;
}
#menu-list .dropdown .dropdown-menu button:hover {
  color: #147882;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
  column-gap: 1em;
}

.fc-g-0 {
  flex-grow: 0;
}

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

.fc-s-0 {
  flex-shrink: 0;
}

.fc-s-1 {
  flex-shrink: 1;
}

.fc-s-2 {
  flex-shrink: 2;
}

.fc-b-mc {
  flex-basis: min-content;
}

.header-grid {
  text-align: center;
  color: #372d2d;
  padding: 2em 0 2em 0;
}

.grid-container {
  padding: 1em 3em;
}

.p-grid {
  margin: 0;
}

.div-grid {
  padding: 0;
}

.input-grid {
  margin: 0;
}

.label-grid {
  margin: 0;
}

.h-grid {
  margin: 0;
}

.ul-grid {
  padding: 0;
  margin: 0;
  list-style: none;
}

.grid-parent {
  display: grid;
  column-gap: 1em;
  row-gap: 1em;
  justify-items: stretch;
  align-items: stretch;
  justify-content: stretch;
  align-content: stretch;
}

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

.gp-ai-start {
  align-items: start;
}

.gp-ai-end {
  align-items: end;
}

.gp-ji-center {
  justify-items: center;
}

.gp-ji-start {
  justify-items: start;
}

.gp-ji-end {
  justify-items: end;
}

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

.flow-c-dense {
  grid-auto-flow: column dense;
}

.flow-r {
  grid-auto-flow: row;
}

.flow-r-dense {
  grid-auto-flow: row dense;
}

.gp-jc-start {
  justify-content: start;
}

.gp-jc-end {
  justify-content: end;
}

.gp-jc-center {
  justify-content: center;
}

.gp-jc-stretch {
  justify-content: stretch;
}

.gp-ac-start {
  align-content: start;
}

.gp-ac-end {
  align-content: end;
}

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

.gp-ac-stretch {
  align-content: stretch;
}

.gap-c0 {
  column-gap: 0em;
}

.gap-c0-5 {
  column-gap: 0.5em;
}

.gap-c05 {
  column-gap: 0.5em;
}

.gap-c2 {
  column-gap: 2em;
}

.gap-c5 {
  column-gap: 5em;
}

.gap-c10 {
  column-gap: 10em;
}

.gap-r0 {
  row-gap: 0;
}

.gap-r05 {
  row-gap: 0.5em;
}

.gap-r2 {
  row-gap: 2em;
}

.grid-child {
  justify-self: stretch;
  align-self: center;
}

.gc-js-start {
  justify-self: start;
}

.gc-js-end {
  justify-self: end;
}

.gc-js-center {
  justify-self: center;
}

.gc-js-stretch {
  justify-self: stretch;
}

.gc-as-start {
  align-self: start;
}

.gc-as-end {
  align-self: end;
}

.gc-as-center {
  align-self: center;
}

.gc-as-stretch {
  align-self: stretch;
}

.aself-start {
  align-self: start;
}

.aself-center {
  align-self: center;
}

.aself-end {
  align-self: end;
}

.gp-c1 {
  grid-template-columns: repeat(1, 1fr);
}

.gp-r1 {
  grid-template-rows: repeat(1, 1fr);
}

.gc-start-c1 {
  grid-column-start: 1;
}

.gc-end-c1 {
  grid-column-end: 1;
}

.gc-start-r1 {
  grid-row-start: 1;
}

.gc-end-r1 {
  grid-row-end: 1;
}

.gp-c2 {
  grid-template-columns: repeat(2, 1fr);
}

.gp-r2 {
  grid-template-rows: repeat(2, 1fr);
}

.gc-start-c2 {
  grid-column-start: 2;
}

.gc-end-c2 {
  grid-column-end: 2;
}

.gc-start-r2 {
  grid-row-start: 2;
}

.gc-end-r2 {
  grid-row-end: 2;
}

.gp-c3 {
  grid-template-columns: repeat(3, 1fr);
}

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

.gc-start-c3 {
  grid-column-start: 3;
}

.gc-end-c3 {
  grid-column-end: 3;
}

.gc-start-r3 {
  grid-row-start: 3;
}

.gc-end-r3 {
  grid-row-end: 3;
}

.gp-c4 {
  grid-template-columns: repeat(4, 1fr);
}

.gp-r4 {
  grid-template-rows: repeat(4, 1fr);
}

.gc-start-c4 {
  grid-column-start: 4;
}

.gc-end-c4 {
  grid-column-end: 4;
}

.gc-start-r4 {
  grid-row-start: 4;
}

.gc-end-r4 {
  grid-row-end: 4;
}

.gp-c5 {
  grid-template-columns: repeat(5, 1fr);
}

.gp-r5 {
  grid-template-rows: repeat(5, 1fr);
}

.gc-start-c5 {
  grid-column-start: 5;
}

.gc-end-c5 {
  grid-column-end: 5;
}

.gc-start-r5 {
  grid-row-start: 5;
}

.gc-end-r5 {
  grid-row-end: 5;
}

.gp-c6 {
  grid-template-columns: repeat(6, 1fr);
}

.gp-r6 {
  grid-template-rows: repeat(6, 1fr);
}

.gc-start-c6 {
  grid-column-start: 6;
}

.gc-end-c6 {
  grid-column-end: 6;
}

.gc-start-r6 {
  grid-row-start: 6;
}

.gc-end-r6 {
  grid-row-end: 6;
}

.gp-c7 {
  grid-template-columns: repeat(7, 1fr);
}

.gp-r7 {
  grid-template-rows: repeat(7, 1fr);
}

.gc-start-c7 {
  grid-column-start: 7;
}

.gc-end-c7 {
  grid-column-end: 7;
}

.gc-start-r7 {
  grid-row-start: 7;
}

.gc-end-r7 {
  grid-row-end: 7;
}

.gp-c8 {
  grid-template-columns: repeat(8, 1fr);
}

.gp-r8 {
  grid-template-rows: repeat(8, 1fr);
}

.gc-start-c8 {
  grid-column-start: 8;
}

.gc-end-c8 {
  grid-column-end: 8;
}

.gc-start-r8 {
  grid-row-start: 8;
}

.gc-end-r8 {
  grid-row-end: 8;
}

.gp-c9 {
  grid-template-columns: repeat(9, 1fr);
}

.gp-r9 {
  grid-template-rows: repeat(9, 1fr);
}

.gc-start-c9 {
  grid-column-start: 9;
}

.gc-end-c9 {
  grid-column-end: 9;
}

.gc-start-r9 {
  grid-row-start: 9;
}

.gc-end-r9 {
  grid-row-end: 9;
}

.gp-c10 {
  grid-template-columns: repeat(10, 1fr);
}

.gp-r10 {
  grid-template-rows: repeat(10, 1fr);
}

.gc-start-c10 {
  grid-column-start: 10;
}

.gc-end-c10 {
  grid-column-end: 10;
}

.gc-start-r10 {
  grid-row-start: 10;
}

.gc-end-r10 {
  grid-row-end: 10;
}

.gp-c11 {
  grid-template-columns: repeat(11, 1fr);
}

.gp-r11 {
  grid-template-rows: repeat(11, 1fr);
}

.gc-start-c11 {
  grid-column-start: 11;
}

.gc-end-c11 {
  grid-column-end: 11;
}

.gc-start-r11 {
  grid-row-start: 11;
}

.gc-end-r11 {
  grid-row-end: 11;
}

.gp-c12 {
  grid-template-columns: repeat(12, 1fr);
}

.gp-r12 {
  grid-template-rows: repeat(12, 1fr);
}

.gc-start-c12 {
  grid-column-start: 12;
}

.gc-end-c12 {
  grid-column-end: 12;
}

.gc-start-r12 {
  grid-row-start: 12;
}

.gc-end-r12 {
  grid-row-end: 12;
}

@media screen and (max-width: 1280px) {
  .gp-md-c1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-md-r1 {
    grid-template-rows: repeat(1, 1fr);
  }
  .gc-md-start-c1 {
    grid-column-start: 1;
  }
  .gc-md-end-c1 {
    grid-column-end: 1;
  }
  .gc-md-start-r1 {
    grid-row-start: 1;
  }
  .gc-md-end-r1 {
    grid-row-end: 1;
  }
  .gp-md-c2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gp-md-r2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .gc-md-start-c2 {
    grid-column-start: 2;
  }
  .gc-md-end-c2 {
    grid-column-end: 2;
  }
  .gc-md-start-r2 {
    grid-row-start: 2;
  }
  .gc-md-end-r2 {
    grid-row-end: 2;
  }
  .gp-md-c3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gp-md-r3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .gc-md-start-c3 {
    grid-column-start: 3;
  }
  .gc-md-end-c3 {
    grid-column-end: 3;
  }
  .gc-md-start-r3 {
    grid-row-start: 3;
  }
  .gc-md-end-r3 {
    grid-row-end: 3;
  }
  .gp-md-c4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gp-md-r4 {
    grid-template-rows: repeat(4, 1fr);
  }
  .gc-md-start-c4 {
    grid-column-start: 4;
  }
  .gc-md-end-c4 {
    grid-column-end: 4;
  }
  .gc-md-start-r4 {
    grid-row-start: 4;
  }
  .gc-md-end-r4 {
    grid-row-end: 4;
  }
  .gp-md-c5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gp-md-r5 {
    grid-template-rows: repeat(5, 1fr);
  }
  .gc-md-start-c5 {
    grid-column-start: 5;
  }
  .gc-md-end-c5 {
    grid-column-end: 5;
  }
  .gc-md-start-r5 {
    grid-row-start: 5;
  }
  .gc-md-end-r5 {
    grid-row-end: 5;
  }
  .gp-md-c6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gp-md-r6 {
    grid-template-rows: repeat(6, 1fr);
  }
  .gc-md-start-c6 {
    grid-column-start: 6;
  }
  .gc-md-end-c6 {
    grid-column-end: 6;
  }
  .gc-md-start-r6 {
    grid-row-start: 6;
  }
  .gc-md-end-r6 {
    grid-row-end: 6;
  }
  .gp-md-c7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .gp-md-r7 {
    grid-template-rows: repeat(7, 1fr);
  }
  .gc-md-start-c7 {
    grid-column-start: 7;
  }
  .gc-md-end-c7 {
    grid-column-end: 7;
  }
  .gc-md-start-r7 {
    grid-row-start: 7;
  }
  .gc-md-end-r7 {
    grid-row-end: 7;
  }
  .gp-md-c8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .gp-md-r8 {
    grid-template-rows: repeat(8, 1fr);
  }
  .gc-md-start-c8 {
    grid-column-start: 8;
  }
  .gc-md-end-c8 {
    grid-column-end: 8;
  }
  .gc-md-start-r8 {
    grid-row-start: 8;
  }
  .gc-md-end-r8 {
    grid-row-end: 8;
  }
  .gp-md-c9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .gp-md-r9 {
    grid-template-rows: repeat(9, 1fr);
  }
  .gc-md-start-c9 {
    grid-column-start: 9;
  }
  .gc-md-end-c9 {
    grid-column-end: 9;
  }
  .gc-md-start-r9 {
    grid-row-start: 9;
  }
  .gc-md-end-r9 {
    grid-row-end: 9;
  }
  .gp-md-c10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .gp-md-r10 {
    grid-template-rows: repeat(10, 1fr);
  }
  .gc-md-start-c10 {
    grid-column-start: 10;
  }
  .gc-md-end-c10 {
    grid-column-end: 10;
  }
  .gc-md-start-r10 {
    grid-row-start: 10;
  }
  .gc-md-end-r10 {
    grid-row-end: 10;
  }
  .gp-md-c11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .gp-md-r11 {
    grid-template-rows: repeat(11, 1fr);
  }
  .gc-md-start-c11 {
    grid-column-start: 11;
  }
  .gc-md-end-c11 {
    grid-column-end: 11;
  }
  .gc-md-start-r11 {
    grid-row-start: 11;
  }
  .gc-md-end-r11 {
    grid-row-end: 11;
  }
  .gp-md-c12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .gp-md-r12 {
    grid-template-rows: repeat(12, 1fr);
  }
  .gc-md-start-c12 {
    grid-column-start: 12;
  }
  .gc-md-end-c12 {
    grid-column-end: 12;
  }
  .gc-md-start-r12 {
    grid-row-start: 12;
  }
  .gc-md-end-r12 {
    grid-row-end: 12;
  }
}
@media screen and (max-width: 1024px) {
  .gp-sm-c1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-sm-r1 {
    grid-template-rows: repeat(1, 1fr);
  }
  .gc-sm-start-c1 {
    grid-column-start: 1;
  }
  .gc-sm-end-c1 {
    grid-column-end: 1;
  }
  .gc-sm-start-r1 {
    grid-row-start: 1;
  }
  .gc-sm-end-r1 {
    grid-row-end: 1;
  }
  .gp-sm-c2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gp-sm-r2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .gc-sm-start-c2 {
    grid-column-start: 2;
  }
  .gc-sm-end-c2 {
    grid-column-end: 2;
  }
  .gc-sm-start-r2 {
    grid-row-start: 2;
  }
  .gc-sm-end-r2 {
    grid-row-end: 2;
  }
  .gp-sm-c3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gp-sm-r3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .gc-sm-start-c3 {
    grid-column-start: 3;
  }
  .gc-sm-end-c3 {
    grid-column-end: 3;
  }
  .gc-sm-start-r3 {
    grid-row-start: 3;
  }
  .gc-sm-end-r3 {
    grid-row-end: 3;
  }
  .gp-sm-c4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gp-sm-r4 {
    grid-template-rows: repeat(4, 1fr);
  }
  .gc-sm-start-c4 {
    grid-column-start: 4;
  }
  .gc-sm-end-c4 {
    grid-column-end: 4;
  }
  .gc-sm-start-r4 {
    grid-row-start: 4;
  }
  .gc-sm-end-r4 {
    grid-row-end: 4;
  }
  .gp-sm-c5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gp-sm-r5 {
    grid-template-rows: repeat(5, 1fr);
  }
  .gc-sm-start-c5 {
    grid-column-start: 5;
  }
  .gc-sm-end-c5 {
    grid-column-end: 5;
  }
  .gc-sm-start-r5 {
    grid-row-start: 5;
  }
  .gc-sm-end-r5 {
    grid-row-end: 5;
  }
  .gp-sm-c6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gp-sm-r6 {
    grid-template-rows: repeat(6, 1fr);
  }
  .gc-sm-start-c6 {
    grid-column-start: 6;
  }
  .gc-sm-end-c6 {
    grid-column-end: 6;
  }
  .gc-sm-start-r6 {
    grid-row-start: 6;
  }
  .gc-sm-end-r6 {
    grid-row-end: 6;
  }
  .gp-sm-c7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .gp-sm-r7 {
    grid-template-rows: repeat(7, 1fr);
  }
  .gc-sm-start-c7 {
    grid-column-start: 7;
  }
  .gc-sm-end-c7 {
    grid-column-end: 7;
  }
  .gc-sm-start-r7 {
    grid-row-start: 7;
  }
  .gc-sm-end-r7 {
    grid-row-end: 7;
  }
  .gp-sm-c8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .gp-sm-r8 {
    grid-template-rows: repeat(8, 1fr);
  }
  .gc-sm-start-c8 {
    grid-column-start: 8;
  }
  .gc-sm-end-c8 {
    grid-column-end: 8;
  }
  .gc-sm-start-r8 {
    grid-row-start: 8;
  }
  .gc-sm-end-r8 {
    grid-row-end: 8;
  }
  .gp-sm-c9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .gp-sm-r9 {
    grid-template-rows: repeat(9, 1fr);
  }
  .gc-sm-start-c9 {
    grid-column-start: 9;
  }
  .gc-sm-end-c9 {
    grid-column-end: 9;
  }
  .gc-sm-start-r9 {
    grid-row-start: 9;
  }
  .gc-sm-end-r9 {
    grid-row-end: 9;
  }
  .gp-sm-c10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .gp-sm-r10 {
    grid-template-rows: repeat(10, 1fr);
  }
  .gc-sm-start-c10 {
    grid-column-start: 10;
  }
  .gc-sm-end-c10 {
    grid-column-end: 10;
  }
  .gc-sm-start-r10 {
    grid-row-start: 10;
  }
  .gc-sm-end-r10 {
    grid-row-end: 10;
  }
  .gp-sm-c11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .gp-sm-r11 {
    grid-template-rows: repeat(11, 1fr);
  }
  .gc-sm-start-c11 {
    grid-column-start: 11;
  }
  .gc-sm-end-c11 {
    grid-column-end: 11;
  }
  .gc-sm-start-r11 {
    grid-row-start: 11;
  }
  .gc-sm-end-r11 {
    grid-row-end: 11;
  }
  .gp-sm-c12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .gp-sm-r12 {
    grid-template-rows: repeat(12, 1fr);
  }
  .gc-sm-start-c12 {
    grid-column-start: 12;
  }
  .gc-sm-end-c12 {
    grid-column-end: 12;
  }
  .gc-sm-start-r12 {
    grid-row-start: 12;
  }
  .gc-sm-end-r12 {
    grid-row-end: 12;
  }
}
@media screen and (max-width: 546px) {
  .gp-xs-c1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-xs-r1 {
    grid-template-rows: repeat(1, 1fr);
  }
  .gc-xs-start-c1 {
    grid-column-start: 1;
  }
  .gc-xs-end-c1 {
    grid-column-end: 1;
  }
  .gc-xs-start-r1 {
    grid-row-start: 1;
  }
  .gc-xs-end-r1 {
    grid-row-end: 1;
  }
  .gp-xs-c2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gp-xs-r2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .gc-xs-start-c2 {
    grid-column-start: 2;
  }
  .gc-xs-end-c2 {
    grid-column-end: 2;
  }
  .gc-xs-start-r2 {
    grid-row-start: 2;
  }
  .gc-xs-end-r2 {
    grid-row-end: 2;
  }
  .gp-xs-c3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gp-xs-r3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .gc-xs-start-c3 {
    grid-column-start: 3;
  }
  .gc-xs-end-c3 {
    grid-column-end: 3;
  }
  .gc-xs-start-r3 {
    grid-row-start: 3;
  }
  .gc-xs-end-r3 {
    grid-row-end: 3;
  }
  .gp-xs-c4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gp-xs-r4 {
    grid-template-rows: repeat(4, 1fr);
  }
  .gc-xs-start-c4 {
    grid-column-start: 4;
  }
  .gc-xs-end-c4 {
    grid-column-end: 4;
  }
  .gc-xs-start-r4 {
    grid-row-start: 4;
  }
  .gc-xs-end-r4 {
    grid-row-end: 4;
  }
  .gp-xs-c5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gp-xs-r5 {
    grid-template-rows: repeat(5, 1fr);
  }
  .gc-xs-start-c5 {
    grid-column-start: 5;
  }
  .gc-xs-end-c5 {
    grid-column-end: 5;
  }
  .gc-xs-start-r5 {
    grid-row-start: 5;
  }
  .gc-xs-end-r5 {
    grid-row-end: 5;
  }
  .gp-xs-c6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gp-xs-r6 {
    grid-template-rows: repeat(6, 1fr);
  }
  .gc-xs-start-c6 {
    grid-column-start: 6;
  }
  .gc-xs-end-c6 {
    grid-column-end: 6;
  }
  .gc-xs-start-r6 {
    grid-row-start: 6;
  }
  .gc-xs-end-r6 {
    grid-row-end: 6;
  }
  .gp-xs-c7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .gp-xs-r7 {
    grid-template-rows: repeat(7, 1fr);
  }
  .gc-xs-start-c7 {
    grid-column-start: 7;
  }
  .gc-xs-end-c7 {
    grid-column-end: 7;
  }
  .gc-xs-start-r7 {
    grid-row-start: 7;
  }
  .gc-xs-end-r7 {
    grid-row-end: 7;
  }
  .gp-xs-c8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .gp-xs-r8 {
    grid-template-rows: repeat(8, 1fr);
  }
  .gc-xs-start-c8 {
    grid-column-start: 8;
  }
  .gc-xs-end-c8 {
    grid-column-end: 8;
  }
  .gc-xs-start-r8 {
    grid-row-start: 8;
  }
  .gc-xs-end-r8 {
    grid-row-end: 8;
  }
  .gp-xs-c9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .gp-xs-r9 {
    grid-template-rows: repeat(9, 1fr);
  }
  .gc-xs-start-c9 {
    grid-column-start: 9;
  }
  .gc-xs-end-c9 {
    grid-column-end: 9;
  }
  .gc-xs-start-r9 {
    grid-row-start: 9;
  }
  .gc-xs-end-r9 {
    grid-row-end: 9;
  }
  .gp-xs-c10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .gp-xs-r10 {
    grid-template-rows: repeat(10, 1fr);
  }
  .gc-xs-start-c10 {
    grid-column-start: 10;
  }
  .gc-xs-end-c10 {
    grid-column-end: 10;
  }
  .gc-xs-start-r10 {
    grid-row-start: 10;
  }
  .gc-xs-end-r10 {
    grid-row-end: 10;
  }
  .gp-xs-c11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .gp-xs-r11 {
    grid-template-rows: repeat(11, 1fr);
  }
  .gc-xs-start-c11 {
    grid-column-start: 11;
  }
  .gc-xs-end-c11 {
    grid-column-end: 11;
  }
  .gc-xs-start-r11 {
    grid-row-start: 11;
  }
  .gc-xs-end-r11 {
    grid-row-end: 11;
  }
  .gp-xs-c12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .gp-xs-r12 {
    grid-template-rows: repeat(12, 1fr);
  }
  .gc-xs-start-c12 {
    grid-column-start: 12;
  }
  .gc-xs-end-c12 {
    grid-column-end: 12;
  }
  .gc-xs-start-r12 {
    grid-row-start: 12;
  }
  .gc-xs-end-r12 {
    grid-row-end: 12;
  }
}
@media screen and (max-width: 442px) {
  .gp-xxs-c1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-xxs-r1 {
    grid-template-rows: repeat(1, 1fr);
  }
  .gc-xxs-start-c1 {
    grid-column-start: 1;
  }
  .gc-xxs-end-c1 {
    grid-column-end: 1;
  }
  .gc-xxs-start-r1 {
    grid-row-start: 1;
  }
  .gc-xxs-end-r1 {
    grid-row-end: 1;
  }
  .gp-xxs-c2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gp-xxs-r2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .gc-xxs-start-c2 {
    grid-column-start: 2;
  }
  .gc-xxs-end-c2 {
    grid-column-end: 2;
  }
  .gc-xxs-start-r2 {
    grid-row-start: 2;
  }
  .gc-xxs-end-r2 {
    grid-row-end: 2;
  }
  .gp-xxs-c3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gp-xxs-r3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .gc-xxs-start-c3 {
    grid-column-start: 3;
  }
  .gc-xxs-end-c3 {
    grid-column-end: 3;
  }
  .gc-xxs-start-r3 {
    grid-row-start: 3;
  }
  .gc-xxs-end-r3 {
    grid-row-end: 3;
  }
  .gp-xxs-c4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gp-xxs-r4 {
    grid-template-rows: repeat(4, 1fr);
  }
  .gc-xxs-start-c4 {
    grid-column-start: 4;
  }
  .gc-xxs-end-c4 {
    grid-column-end: 4;
  }
  .gc-xxs-start-r4 {
    grid-row-start: 4;
  }
  .gc-xxs-end-r4 {
    grid-row-end: 4;
  }
  .gp-xxs-c5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gp-xxs-r5 {
    grid-template-rows: repeat(5, 1fr);
  }
  .gc-xxs-start-c5 {
    grid-column-start: 5;
  }
  .gc-xxs-end-c5 {
    grid-column-end: 5;
  }
  .gc-xxs-start-r5 {
    grid-row-start: 5;
  }
  .gc-xxs-end-r5 {
    grid-row-end: 5;
  }
  .gp-xxs-c6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gp-xxs-r6 {
    grid-template-rows: repeat(6, 1fr);
  }
  .gc-xxs-start-c6 {
    grid-column-start: 6;
  }
  .gc-xxs-end-c6 {
    grid-column-end: 6;
  }
  .gc-xxs-start-r6 {
    grid-row-start: 6;
  }
  .gc-xxs-end-r6 {
    grid-row-end: 6;
  }
  .gp-xxs-c7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .gp-xxs-r7 {
    grid-template-rows: repeat(7, 1fr);
  }
  .gc-xxs-start-c7 {
    grid-column-start: 7;
  }
  .gc-xxs-end-c7 {
    grid-column-end: 7;
  }
  .gc-xxs-start-r7 {
    grid-row-start: 7;
  }
  .gc-xxs-end-r7 {
    grid-row-end: 7;
  }
  .gp-xxs-c8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .gp-xxs-r8 {
    grid-template-rows: repeat(8, 1fr);
  }
  .gc-xxs-start-c8 {
    grid-column-start: 8;
  }
  .gc-xxs-end-c8 {
    grid-column-end: 8;
  }
  .gc-xxs-start-r8 {
    grid-row-start: 8;
  }
  .gc-xxs-end-r8 {
    grid-row-end: 8;
  }
  .gp-xxs-c9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .gp-xxs-r9 {
    grid-template-rows: repeat(9, 1fr);
  }
  .gc-xxs-start-c9 {
    grid-column-start: 9;
  }
  .gc-xxs-end-c9 {
    grid-column-end: 9;
  }
  .gc-xxs-start-r9 {
    grid-row-start: 9;
  }
  .gc-xxs-end-r9 {
    grid-row-end: 9;
  }
  .gp-xxs-c10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .gp-xxs-r10 {
    grid-template-rows: repeat(10, 1fr);
  }
  .gc-xxs-start-c10 {
    grid-column-start: 10;
  }
  .gc-xxs-end-c10 {
    grid-column-end: 10;
  }
  .gc-xxs-start-r10 {
    grid-row-start: 10;
  }
  .gc-xxs-end-r10 {
    grid-row-end: 10;
  }
  .gp-xxs-c11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .gp-xxs-r11 {
    grid-template-rows: repeat(11, 1fr);
  }
  .gc-xxs-start-c11 {
    grid-column-start: 11;
  }
  .gc-xxs-end-c11 {
    grid-column-end: 11;
  }
  .gc-xxs-start-r11 {
    grid-row-start: 11;
  }
  .gc-xxs-end-r11 {
    grid-row-end: 11;
  }
  .gp-xxs-c12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .gp-xxs-r12 {
    grid-template-rows: repeat(12, 1fr);
  }
  .gc-xxs-start-c12 {
    grid-column-start: 12;
  }
  .gc-xxs-end-c12 {
    grid-column-end: 12;
  }
  .gc-xxs-start-r12 {
    grid-row-start: 12;
  }
  .gc-xxs-end-r12 {
    grid-row-end: 12;
  }
}
.xs-show,
.md-show {
  display: none;
}

@media screen and (max-width: 546px) {
  .xs-remove {
    display: none;
  }
  .xs-show {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .md-remove {
    display: none;
  }
  .md-show {
    display: block;
  }
}
@media screen and (max-width: 546px) {
  .hide-phone {
    display: none;
  }
}
#edit_form {
  margin-bottom: 10em;
}

.input-search {
  border: none;
  outline: none;
  color: #372d2d;
  transition: 0.4s;
  line-height: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: 0.4em 1em;
  width: 100%;
}
.input-search:focus {
  border-color: #147882;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input.form-control {
  display: block;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 1em;
  font-weight: normal;
  line-height: 20px;
  padding: 0.4em 0.5em;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #000000;
  border: 1px solid #c6c6c6;
  font-family: Nunito-L, sans-serif;
  background-color: #f7f7f7;
  height: 35px;
}

input.form-control:focus {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2588235294);
}

input[type=checkbox] {
  display: inline-block;
  border: 3px solid #147882;
  border-width: 2px;
  margin-right: 3px;
}

input[type=color] {
  display: block;
  min-width: 1em;
  min-height: 1em;
  padding: 0;
  border: none;
  cursor: pointer;
}
input[type=color]:hover {
  opacity: 0.8;
}

input.input-day[type=number] {
  min-width: 50px;
}

input[type=number] {
  min-width: 75px;
}

input.checkbox {
  margin: 0;
}

input:invalid {
  box-shadow: 0px 0px 2px rgba(198, 36, 14, 0.1411764706);
  background-color: #f4f4f4;
  border: 1px solid #c6c6c6;
}

select.form-control {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  border-radius: 5px;
  font-size: 1em;
  font-weight: normal;
  line-height: 2.2em;
  padding: 0em 0.5em;
  cursor: pointer;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  border: 1px solid #c6c6c6;
  font-family: Nunito-L, sans-serif;
  background-color: #f7f7f7;
  height: 35px;
}

textarea.form-control {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  word-wrap: break-word;
  padding: 0.5em 1em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  color: #000000;
  border-radius: 5px;
  font-size: 1em;
  font-family: "Nunito-L", sans-serif;
  border: 1px solid #c6c6c6;
  background-color: #f7f7f7;
}

.form-control-link {
  max-width: 80%;
  position: relative;
  transition: 0.3s;
  padding: 7px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  cursor: pointer;
  min-height: 35px;
  word-wrap: break-word;
  text-align: center;
  border-radius: 5px;
  background-color: #147882;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .form-control-link {
    max-width: 100%;
    margin-left: auto;
    font-size: 1.1em;
  }
}
.form-control-link:hover {
  background-color: #d4e6f6;
  color: rgb(20, 120, 130);
}
.form-control-link p {
  padding: 2px;
  margin: 0px;
}
.form-control-link p::first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .form-control-link {
    max-width: 100%;
    margin-left: auto;
    font-size: 1.1em;
  }
}
.form-control-link:hover {
  background-color: #d4e6f6;
  color: rgb(20, 120, 130);
}
.form-control-link p {
  padding: 2px;
  margin: 0px;
}
.form-control-link p::first-letter {
  text-transform: uppercase;
}
.form-control-link a {
  text-decoration: none;
  color: #ffffff;
}
@media screen and (max-width: 546px) {
  .form-control-link {
    max-width: 100%;
  }
}

#menu_bottom {
  bottom: 5px;
  right: 15px;
  margin-top: 50px;
}
@media screen and (max-width: 546px) {
  #menu_bottom {
    margin-bottom: 0px;
    width: 80%;
    margin-left: 20%;
    padding-bottom: 0px;
  }
}
#menu_bottom ul {
  list-style: none;
  margin-left: 2em;
  margin-bottom: 1em;
  padding: 0;
}
#menu_bottom ul a {
  cursor: pointer;
}
#menu_bottom ul a li.save {
  background-color: #d34618;
}
#menu_bottom ul a li.save:hover {
  background-color: #fca758;
}
#menu_bottom ul a li.save.disable-button {
  background-color: #999999;
}
#menu_bottom ul a li.save.disable-button:hover {
  background-color: #999999;
}
#menu_bottom ul a li.del {
  background-color: #d34618;
}
#menu_bottom ul a li.del:hover {
  background-color: #fca758;
}
#menu_bottom ul a li {
  display: inline-block;
  margin: 5px;
  padding: 5px 25px;
  border-radius: 7px;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  min-width: 100px;
}
@media screen and (max-width: 546px) {
  #menu_bottom ul a li {
    font-size: 1em;
    padding: 5px 5px;
    right: 5%;
  }
}

button.save {
  border-radius: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
  background-color: #d34618;
  color: white;
}
button.save:hover {
  background-color: #fca758;
  color: white;
}

.tag_remove {
  color: white;
}

.spinner {
  text-align: center;
  font-size: 2.5em;
  margin: 0;
  padding: 1em;
  color: #d34618;
}

@media screen and (max-width: 1024px) {
  .filter_block input.filter {
    font-size: 1em;
    font-weight: 300;
  }
}

.insert_container {
  position: relative;
}
.insert_container .insert_list {
  position: absolute;
  width: 100%;
  background-color: white;
  border-radius: 3px;
  padding: 1em;
  max-height: 25vh;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
  font-size: 0.9em;
  z-index: 100;
  overflow-y: auto;
}
.insert_container .insert_list .list_title {
  color: #d34618;
  text-transform: capitalize;
  font-size: 1.25em;
  text-align: left;
  transform: translateX(-0.25em);
  margin-top: 0.25em;
}
.insert_container .insert_list .no_item {
  color: #d34618;
  font-weight: 700;
}
.insert_container .insert_list .item {
  cursor: pointer;
  padding: 0.25em 0;
  margin: 0;
}
.insert_container .insert_list .item:hover {
  color: rgb(20, 120, 130);
  background-color: #d4e6f6;
}
.insert_container #header_list {
  max-height: 30vh;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  font-family: "Nunito-L", sans-serif;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close {
  float: right;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  color: #d34618;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.7;
}
.close:hover {
  opacity: 1;
}

#table tbody td span {
  display: block;
}

.content_alert,
.content_confirm {
  display: none;
  position: relative;
  height: 100%;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2509803922);
}
.content_alert #close,
.content_alert #close-confirm,
.content_confirm #close,
.content_confirm #close-confirm {
  position: absolute;
  right: 25px;
}
@media screen and (max-width: 546px) {
  .content_alert .alert_messages,
  .content_confirm .alert_messages {
    width: 94% !important;
    left: 3% !important;
  }
}
.content_alert .alert_messages #msg_h3,
.content_alert .alert_messages #div_confirm,
.content_confirm .alert_messages #msg_h3,
.content_confirm .alert_messages #div_confirm {
  font-size: 1.3em;
}
@media screen and (max-width: 546px) {
  .content_alert .alert_messages #msg_h3,
  .content_alert .alert_messages #div_confirm,
  .content_confirm .alert_messages #msg_h3,
  .content_confirm .alert_messages #div_confirm {
    font-size: 1em;
    margin: 0;
  }
  .content_alert .alert_messages #msg_h3 .fa-check,
  .content_alert .alert_messages #div_confirm .fa-check,
  .content_confirm .alert_messages #msg_h3 .fa-check,
  .content_confirm .alert_messages #div_confirm .fa-check {
    font-size: 2em;
  }
  .content_alert .alert_messages #msg_h3 .status .img_gif,
  .content_alert .alert_messages #div_confirm .status .img_gif,
  .content_confirm .alert_messages #msg_h3 .status .img_gif,
  .content_confirm .alert_messages #div_confirm .status .img_gif {
    width: 30%;
  }
  .content_alert .alert_messages #msg_h3 .status #status,
  .content_alert .alert_messages #div_confirm .status #status,
  .content_confirm .alert_messages #msg_h3 .status #status,
  .content_confirm .alert_messages #div_confirm .status #status {
    margin: 0;
  }
}
.content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain),
.content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain),
.content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain),
.content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain) {
  margin: 5px;
}
.content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(1),
.content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(1),
.content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(1),
.content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(1) {
  margin-bottom: 20px;
}
@media screen and (max-width: 546px) {
  .content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(1),
  .content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(1),
  .content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(1),
  .content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(1) {
    margin: 0;
  }
}
.content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(3),
.content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(3),
.content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(3),
.content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(3) {
  margin-top: 20px;
}
@media screen and (max-width: 546px) {
  .content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(3),
  .content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(3),
  .content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(3),
  .content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(3) {
    margin: 0;
  }
}
.content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain) .btn,
.content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain) .btn,
.content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain) .btn,
.content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain) .btn {
  font-size: 1em;
}
.content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain) p,
.content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain) p,
.content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain) p,
.content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain) p {
  white-space: pre-wrap;
}
@media screen and (max-width: 546px) {
  .content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain) p,
  .content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain) p,
  .content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain) p,
  .content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain) p {
    text-align: center;
  }
}
.content_alert .alert_messages #msg_h3 .message,
.content_alert .alert_messages #div_confirm .message,
.content_confirm .alert_messages #msg_h3 .message,
.content_confirm .alert_messages #div_confirm .message {
  max-height: 15em;
  overflow-y: auto;
}
.content_alert .alert_messages #msg_h3 i.fa-spinner,
.content_alert .alert_messages #div_confirm i.fa-spinner,
.content_confirm .alert_messages #msg_h3 i.fa-spinner,
.content_confirm .alert_messages #div_confirm i.fa-spinner {
  font-size: 50px;
  color: #fbad10;
}
.content_alert .alert_messages #msg_h3 i.fa-exclamation-triangle,
.content_alert .alert_messages #div_confirm i.fa-exclamation-triangle,
.content_confirm .alert_messages #msg_h3 i.fa-exclamation-triangle,
.content_confirm .alert_messages #div_confirm i.fa-exclamation-triangle {
  color: #fbad10;
}
.content_alert .alert_messages #msg_h3 i.fa-times,
.content_alert .alert_messages #div_confirm i.fa-times,
.content_confirm .alert_messages #msg_h3 i.fa-times,
.content_confirm .alert_messages #div_confirm i.fa-times {
  color: #c6240e;
}
.content_alert .alert_messages #msg_h3 i.fa-check,
.content_alert .alert_messages #div_confirm i.fa-check,
.content_confirm .alert_messages #msg_h3 i.fa-check,
.content_confirm .alert_messages #div_confirm i.fa-check {
  color: #147882;
}
.content_alert .alert_messages #msg_h3 i.fa-hand-peace-o,
.content_alert .alert_messages #msg_h3 i.fa-floppy-o,
.content_alert .alert_messages #div_confirm i.fa-hand-peace-o,
.content_alert .alert_messages #div_confirm i.fa-floppy-o,
.content_confirm .alert_messages #msg_h3 i.fa-hand-peace-o,
.content_confirm .alert_messages #msg_h3 i.fa-floppy-o,
.content_confirm .alert_messages #div_confirm i.fa-hand-peace-o,
.content_confirm .alert_messages #div_confirm i.fa-floppy-o {
  color: #147882;
}
.content_alert .alert_messages #msg_h3 i,
.content_alert .alert_messages #div_confirm i,
.content_confirm .alert_messages #msg_h3 i,
.content_confirm .alert_messages #div_confirm i {
  color: #fbad10;
}
.content_alert .alert_messages #msg_h3 .btn-small,
.content_alert .alert_messages #div_confirm .btn-small,
.content_confirm .alert_messages #msg_h3 .btn-small,
.content_confirm .alert_messages #div_confirm .btn-small {
  margin: 0 0.5em;
}

.content_alert .alert_messages,
.content_confirm .alert_messages {
  position: relative;
  z-index: 1001;
  left: calc(50% - 25em);
  top: 10em;
  text-align: center;
  width: 50em;
  padding: 1em;
  border-radius: 10px;
  background: #ffffff;
  font-size: 0.8em;
}
.content_alert .alert_messages #msg_h3 #status,
.content_alert .alert_messages #div_confirm #status,
.content_confirm .alert_messages #msg_h3 #status,
.content_confirm .alert_messages #div_confirm #status {
  font-size: 1.3em;
  font-family: Nunito, sans-serif;
  font-weight: 600;
  margin: 1em 0 1em 0;
  text-align: center;
}
.content_alert .alert_messages #msg_h3 .message,
.content_alert .alert_messages #div_confirm .message,
.content_confirm .alert_messages #msg_h3 .message,
.content_confirm .alert_messages #div_confirm .message {
  font-size: 1em;
  font-family: Nunito-L, sans-serif;
  margin: 1em 0 1em 0;
}
.content_alert .alert_messages #msg_h3 .btn,
.content_alert .alert_messages #div_confirm .btn,
.content_confirm .alert_messages #msg_h3 .btn,
.content_confirm .alert_messages #div_confirm .btn {
  font-size: 1em;
  border: 1.5px solid white;
  color: white;
  background-color: #d34618;
}
.content_alert .alert_messages #msg_h3 .btn:hover,
.content_alert .alert_messages #div_confirm .btn:hover,
.content_confirm .alert_messages #msg_h3 .btn:hover,
.content_confirm .alert_messages #div_confirm .btn:hover {
  background-color: white;
  color: #d34618;
  border: 1.5px solid #d34618;
}
.content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain),
.content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain),
.content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain),
.content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain) {
  margin: 5px;
}
.content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(1),
.content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(1),
.content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(1),
.content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(1) {
  margin-bottom: 20px;
}
@media screen and (max-width: 546px) {
  .content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(1),
  .content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(1),
  .content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(1),
  .content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(1) {
    margin: 0;
  }
}
.content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(3),
.content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(3),
.content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(3),
.content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(3) {
  margin-top: 20px;
}
@media screen and (max-width: 546px) {
  .content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(3),
  .content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(3),
  .content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain):nth-of-type(3),
  .content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain):nth-of-type(3) {
    margin: 0;
  }
}
.content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain) .btn,
.content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain) .btn,
.content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain) .btn,
.content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain) .btn {
  font-size: 1em;
}
.content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain) p,
.content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain) p,
.content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain) p,
.content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain) p {
  white-space: pre-wrap;
}
@media screen and (max-width: 546px) {
  .content_alert .alert_messages #msg_h3 div:not(.progress, .done, .remain) p,
  .content_alert .alert_messages #div_confirm div:not(.progress, .done, .remain) p,
  .content_confirm .alert_messages #msg_h3 div:not(.progress, .done, .remain) p,
  .content_confirm .alert_messages #div_confirm div:not(.progress, .done, .remain) p {
    text-align: center;
  }
}
.content_alert .alert_messages #msg_h3 .fa-spinner,
.content_alert .alert_messages #div_confirm .fa-spinner,
.content_confirm .alert_messages #msg_h3 .fa-spinner,
.content_confirm .alert_messages #div_confirm .fa-spinner {
  font-size: 50px;
  color: #fbad10;
}
.content_alert .alert_messages #msg_h3 .fa-exclamation-triangle,
.content_alert .alert_messages #div_confirm .fa-exclamation-triangle,
.content_confirm .alert_messages #msg_h3 .fa-exclamation-triangle,
.content_confirm .alert_messages #div_confirm .fa-exclamation-triangle {
  color: #fbad10;
}
.content_alert .alert_messages #msg_h3 .fa-times,
.content_alert .alert_messages #div_confirm .fa-times,
.content_confirm .alert_messages #msg_h3 .fa-times,
.content_confirm .alert_messages #div_confirm .fa-times {
  color: #c6240e;
}
.content_alert .alert_messages #msg_h3 .fa-check,
.content_alert .alert_messages #div_confirm .fa-check,
.content_confirm .alert_messages #msg_h3 .fa-check,
.content_confirm .alert_messages #div_confirm .fa-check {
  color: #147882;
}
.content_alert .alert_messages #msg_h3 i.fa-hand-peace-o,
.content_alert .alert_messages #msg_h3 i.fa-floppy-o,
.content_alert .alert_messages #div_confirm i.fa-hand-peace-o,
.content_alert .alert_messages #div_confirm i.fa-floppy-o,
.content_confirm .alert_messages #msg_h3 i.fa-hand-peace-o,
.content_confirm .alert_messages #msg_h3 i.fa-floppy-o,
.content_confirm .alert_messages #div_confirm i.fa-hand-peace-o,
.content_confirm .alert_messages #div_confirm i.fa-floppy-o {
  color: #147882;
}
.content_alert .alert_messages #msg_h3 i,
.content_alert .alert_messages #div_confirm i,
.content_confirm .alert_messages #msg_h3 i,
.content_confirm .alert_messages #div_confirm i {
  color: #fbad10;
}
@media screen and (max-width: 546px) {
  .content_alert .alert_messages,
  .content_confirm .alert_messages {
    width: 94% !important;
    left: 3% !important;
  }
}

#task_modal iframe {
  width: 100%;
  height: 75vh;
}

#crop_popup .modal-dialog {
  max-height: calc(100vh - 4rem);
}
#crop_popup .modal-body {
  max-height: 65vh;
  overflow-y: auto;
  padding: 0;
}
#crop_popup #crop-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 546px) {
  .content-field {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .content-field input {
    margin: 0 auto;
    width: 100% !important;
  }
}
.spinner-container {
  position: relative;
}

.spinner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(158, 158, 158, 0.2);
}

.grey-spinner-50 {
  background-color: rgba(158, 158, 158, 0.5);
}

.progress {
  display: flex;
  height: 1em;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.progress .done,
.progress .remain {
  height: 100%;
  display: inline-block;
  transition: width 0.5s;
}
.progress .done {
  background: linear-gradient(#fca758, #d34618);
}
.progress .remain {
  background-color: #d6e5e0;
}

progress {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0.25em;
  width: 100%;
}

progress[value]::-moz-progress-bar {
  background-color: #f0f5f5;
  background-image: -moz-linear-gradient(#fca758, #d34618);
  border-radius: 0.25em;
}

progress[value]::-webkit-progress-bar {
  background-color: #f0f5f5;
  border-radius: 0.25em;
}

progress[value]::-webkit-progress-value {
  background-image: -webkit-linear-gradient(#fca758, #d34618);
  border-radius: 0.25em;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

[data-name=remaining-storage] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 65%, transparent 70% 100%), conic-gradient(#147882 0%, rgba(20, 120, 130, 0.2) 0);
}
[data-name=remaining-storage]::before {
  content: attr(data-before);
}

.storage-size {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 65%, transparent 70% 100%), conic-gradient(#147882 0%, rgba(20, 120, 130, 0.2) 0);
}
.storage-size #storage {
  width: 0;
  height: 0;
  visibility: hidden;
}
.storage-size:hover {
  opacity: 0.8;
}
.storage-size::before {
  content: attr(data-before);
}

#footer-geneafinder {
  padding: 5em;
}
#footer-geneafinder .section-footer {
  padding: 2em 1em 2em 1em;
}
@media screen and (max-width: 546px) {
  #footer-geneafinder .section-footer {
    justify-items: start;
  }
}
#footer-geneafinder .about-geneafinder .img-footer {
  width: 150px;
  height: auto;
}
#footer-geneafinder .about-geneafinder .icons a {
  color: #d34618;
}
#footer-geneafinder .about-geneafinder .icons a:hover {
  color: #372d2d;
}
#footer-geneafinder .about-geneafinder .copyright {
  padding: 1em 0em 0em 0em;
}
#footer-geneafinder .about-geneafinder .copyright .copy {
  text-align: center;
}
#footer-geneafinder .about-geneafinder .copyright .copy p {
  font-size: 1.2em;
}
@media screen and (max-width: 546px) {
  #footer-geneafinder .about-geneafinder {
    justify-items: start;
  }
}
#footer-geneafinder .footer-links h3 {
  display: block;
  font-size: 1.3em;
  padding: 0 0 0.5em 0;
  text-align: left;
  font-family: Hind, sans-serif;
  font-weight: bold;
  color: #372d2d;
}
#footer-geneafinder .footer-links ul li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#footer-geneafinder .footer-links a {
  font-size: 1.1em;
  font-style: normal;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  cursor: pointer;
  color: #372d2d;
  font-family: Nunito-L, sans-serif;
  line-height: 1.7em;
}
#footer-geneafinder .footer-links a:hover {
  background-color: transparent;
  color: #d34618;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 546px) {
  .hidden-xs {
    display: none !important;
  }
}

ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #eee;
}

.hr-bottom {
  padding-bottom: 1em;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #eee;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.section {
  padding: 3em;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .section {
    padding: 4em 1em;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 442px) {
  .section {
    padding: 2em 1em;
    width: 95%;
    margin: auto;
  }
}
.section .p-header {
  font-weight: 100;
  font-family: Nunito-L, sans-serif;
  color: #595959;
  font-size: 1.2em;
}

.section-btn #menu_bottom {
  position: fixed;
  width: max-content;
  right: 120px;
  bottom: 0px;
}
.section-btn #menu_bottom ul {
  list-style: none;
  margin-left: 2em;
  margin-bottom: 0.5em;
  padding: 0;
}
@media screen and (max-width: 546px) {
  .section-btn #menu_bottom {
    right: 0;
  }
}

.txt-light {
  font-family: Nunito-L, sans-serif;
}

.date.full-date {
  text-transform: lowercase;
}

.notext-transform {
  text-transform: none !important;
}
.notext-transform::first-letter {
  text-transform: none !important;
}

.scroll {
  scrollbar-color: #959595 rgba(89, 89, 89, 0.0901960784);
  scrollbar-width: thin;
}
.scroll::-webkit-scrollbar {
  width: 5%;
  height: 5px;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.noscroll {
  overflow-y: hidden;
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 17px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-checkbox {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(89, 89, 89, 0.502);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider-checkbox:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider-checkbox {
  background-color: #147882;
}

input:checked + .slider-checkbox:before {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}

.slider-checkbox.round {
  border-radius: 18px;
}

.slider-checkbox.round:before {
  border-radius: 50%;
}

.switch-color2 input:checked + .slider-checkbox {
  background-color: #d34618;
}

#ui-datepicker-div.hidden-day .ui-datepicker-calendar {
  display: none;
}

#ui-datepicker-div.hidden-day-month .ui-datepicker-calendar,
#ui-datepicker-div.hidden-day-month .ui-datepicker-month {
  display: none;
}

.leaflet-fade-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: auto !important;
}

body.no-header section {
  padding-top: 0;
  margin-top: 0;
}
body.no-header section .section {
  padding-top: 0;
}
body.no-header .modal {
  top: 0;
}

.no-overflow {
  overflow-y: hidden !important;
  height: 100%;
}

#bug {
  position: fixed;
  bottom: 1em;
  left: 1em;
  z-index: 9997;
  cursor: pointer;
  padding: 0.5em;
  background-color: #d34618;
  color: #ffffff;
  border: none;
  border-radius: 5px;
}
#bug:hover {
  background-color: #fca758;
}

#bug-content {
  resize: none;
}

#bug-modal {
  z-index: 9999;
}

.modal-backdrop[data-id=bug-modal] {
  z-index: 9998;
}

/*********************
* NANOGALLERY
*********************/
.nGY2GThumbnailImage.nGY2TnImg {
  background-size: contain !important;
}

.font1 {
  font-family: Nunito, sans-serif;
}

.font2 {
  font-family: Nunito-L, sans-serif;
}

.font3 {
  font-family: Hind, sans-serif;
}

.font4 {
  font-family: Hind, sans-serif;
  font-weight: bold;
}

.color0 {
  color: #000000;
}

.hover-color0:hover {
  color: #000000;
}

.bcolor0 {
  background-color: #000000;
}

.hover-bcolor0:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.color1 {
  color: #147882;
}

.hover-color1:hover {
  color: #147882;
}

.bcolor1 {
  background-color: #147882;
}

.hover-bcolor1:hover {
  background-color: rgba(20, 120, 130, 0.5);
}

.color2 {
  color: #d34618;
}

.hover-color2:hover {
  color: #d34618;
}

.bcolor2 {
  background-color: #d34618;
}

.hover-bcolor2:hover {
  background-color: rgba(211, 70, 24, 0.5);
}

.color3 {
  color: #d6e5e0;
}

.hover-color3:hover {
  color: #d6e5e0;
}

.bcolor3 {
  background-color: #d6e5e0;
}

.hover-bcolor3:hover {
  background-color: rgba(214, 229, 224, 0.5);
}

.color4 {
  color: #d34618;
}

.hover-color4:hover {
  color: #d34618;
}

.bcolor4 {
  background-color: #d34618;
}

.hover-bcolor4:hover {
  background-color: rgba(211, 70, 24, 0.5);
}

.color5 {
  color: #ffffff;
}

.hover-color5:hover {
  color: #ffffff;
}

.bcolor5 {
  background-color: #ffffff;
}

.hover-bcolor5:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.color6 {
  color: #372d2d;
}

.hover-color6:hover {
  color: #372d2d;
}

.bcolor6 {
  background-color: #372d2d;
}

.hover-bcolor6:hover {
  background-color: rgba(55, 45, 45, 0.5);
}

.color7 {
  color: #595959;
}

.hover-color7:hover {
  color: #595959;
}

.bcolor7 {
  background-color: #595959;
}

.hover-bcolor7:hover {
  background-color: rgba(89, 89, 89, 0.5);
}

.color8 {
  color: rgba(158, 158, 158, 0.5);
}

.hover-color8:hover {
  color: rgba(158, 158, 158, 0.5);
}

.bcolor8 {
  background-color: rgba(158, 158, 158, 0.5);
}

.hover-bcolor8:hover {
  background-color: rgba(158, 158, 158, 0.5);
}

.color9 {
  color: #fcd0a9;
}

.hover-color9:hover {
  color: #fcd0a9;
}

.bcolor9 {
  background-color: #fcd0a9;
}

.hover-bcolor9:hover {
  background-color: rgba(252, 208, 169, 0.5);
}

.bcolor8a {
  background-color: rgba(158, 158, 158, 0.2);
}

/************************
* NANOGALLERY
************************/
.nGY2GThumbnailIcon {
  color: #ffffff;
}
.nGY2GThumbnailIcon:hover {
  color: #d4e6f6;
}

/************************
* NAVIGATION
*************************/
div[data-type=nav-container] {
  position: relative;
}
div[data-type=nav-container] div[data-type=nav-header] {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1em;
  overflow-x: auto;
  border-bottom: 2px solid #ddd;
}
div[data-type=nav-container] div[data-type=nav-header] .nav {
  text-align: center;
  padding: 10px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: 0.2s;
  cursor: pointer;
}
div[data-type=nav-container] div[data-type=nav-header] .nav:hover {
  color: #d34618;
}
div[data-type=nav-container] div[data-type=nav-header] .nav.active {
  border-color: #d34618;
  color: #d34618;
}
div[data-type=nav-container] div[data-type=nav-content] {
  padding-top: 1em;
  min-height: calc(8em + 20px);
  position: relative;
}
div[data-type=nav-container] div[data-type=nav-content] .paywall {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #6f6f6f 100%, #6f6f6f);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
div[data-type=nav-container] div[data-type=nav-content] .paywall .lock-icon {
  position: relative;
  font-size: 2em;
  color: white;
  padding: 10px;
}
div[data-type=nav-container] div[data-type=nav-content] .paywall .overlay {
  font-size: 1em;
  color: #372d2d;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease;
}
div[data-type=nav-container] div[data-type=nav-content] .paywall:hover .overlay {
  opacity: 1;
}

.new-tag {
  padding: 0.5em;
  border-radius: 0.5em;
  background-color: #d34618;
  font-size: 0.9rem;
  color: #ffffff;
  margin-left: 0.5em;
  text-transform: uppercase;
}

body {
  font-size: 1.4em;
  position: relative;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .gp-md-c2 {
    grid-template-columns: repeat(4, 1fr);
    font-size: 1em !important;
  }
}
@media screen and (max-width: 546px) {
  #header .vm .gp-c6 {
    grid-template-columns: repeat(7, 1fr);
  }
}
#premium {
  height: 3em;
  background-color: #147882;
  color: white;
  font-size: 1.5em;
}
#premium span {
  font-family: Nunito-L, sans-serif;
}
#premium a {
  color: white;
  text-decoration: underline;
  font-family: Nunito-L, sans-serif;
}
#premium a:hover {
  color: #d34618;
}
@media screen and (max-width: 546px) {
  #premium {
    font-size: 1em;
  }
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 150;
  background-color: #ffffff;
  box-shadow: 1px 1px 12px #555;
  margin: 0;
  border-radius: 0;
}
.navbar .navbar-toggle {
  stroke: #000;
  position: relative;
  margin-top: -7px;
  font-size: 30px;
  margin-right: 25px;
}
.navbar .navbar-brand {
  padding: 0px;
  padding-left: 15px;
}
.navbar .navbar-brand span:nth-child(1) {
  margin-left: 15px;
  margin-right: 5px;
}
.navbar .navbar-brand span:nth-child(2) {
  color: #4f8913;
  font-weight: bold;
}
.navbar .navbar-brand span:nth-child(3) {
  color: #147882;
  font-weight: bold;
}
.navbar .navbar-brand span:nth-child(4) {
  color: #147882;
}
.navbar .navbar-nav span.fa.fa-user-circle {
  padding-right: 5px;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > span {
  color: #ffffff;
}
.navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > span:hover,
.navbar .navbar-nav > span:focus {
  color: #ffffff;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > span {
  color: #ffffff;
}
.navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > span:hover,
.navbar .navbar-nav > span:focus {
  color: #ffffff;
}
.navbar .navbar-nav > li > a,
.navbar .navbar-nav span {
  font-size: 1.2em;
  color: rgb(55, 45, 45);
  text-transform: uppercase;
  height: 50px;
}
.navbar .navbar-nav .btn-create {
  border-bottom: 2px solid #d34618;
}
.navbar .navbar-nav .tooltip :first-letter {
  text-transform: uppercase;
}
.navbar .navbar-nav li .dropdown-menu {
  background-color: #ffffff;
}
.navbar .navbar-nav li .dropdown-menu a:hover,
.navbar .navbar-nav li .dropdown-menu span:hover {
  background-color: #d1ebb5;
  color: #ffffff;
}
.navbar .navbar-nav .dropdown {
  z-index: 100;
}
.navbar .navbar-nav .dropdown > a .caret,
.navbar .navbar-nav .dropdown span .caret {
  border-top-color: #147882;
  border-bottom-color: #999999;
}
.navbar .navbar-nav .dropdown > a:hover .caret,
.navbar .navbar-nav .dropdown span:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .navbar-nav .dropdown .dropdown-menu > li > a,
.navbar .navbar-nav .dropdown .dropdown-menu > span {
  text-align: center;
  min-height: 30px;
  color: #147882;
  padding-top: 10px;
}
.navbar .navbar-nav .dropdown .dropdown-menu > li > a:hover, .navbar .navbar-nav .dropdown .dropdown-menu > li > a:focus,
.navbar .navbar-nav .dropdown .dropdown-menu > span:hover,
.navbar .navbar-nav .dropdown .dropdown-menu > span:focus {
  background-color: #147882;
  background-image: none;
  color: #ffffff;
}
.navbar .navbar-nav button#navbarbutton span {
  background-color: rgb(55, 45, 45);
}
.navbar #logo-img {
  justify-self: center;
  align-self: center;
}
.navbar #logo-img picture {
  display: flex;
}
.navbar #logo-img picture img {
  align-self: center;
}

#header-blog .blog-login {
  display: flex;
  justify-content: end;
}
#header-blog .blog-login a {
  position: relative;
  display: block;
  align-self: center;
}

#header a::first-letter {
  text-transform: uppercase;
}
#header .fa-star {
  margin: 0 0 0 0.25em;
}
#header .fa-angle-right {
  margin: 0 0 0 0.5em;
  top: 1em;
}
#header .fa-check {
  margin: 0 0 0 0.5em;
}
#header .available {
  color: #147882;
}
#header .not-available {
  color: #fca758;
  font-size: 0.5em;
}

#alert_img_paques {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: -50px;
  border-radius: 10px;
}

.content-page {
  width: 100%;
  margin-top: var(--header-default-height) !important;
}

.content-page[data-pathname="/"],
.content-page[data-pathname="/feature"],
.content-page[data-pathname="/resource"][data-logged=n] {
  margin-top: calc(var(--header-default-height) + var(--header-banner-height)) !important;
}

.content-page[data-pathname^="/blog"] {
  margin-top: var(--header-blog-height) !important;
}

.team_ul .active {
  background-color: orange;
}

#menu-mobile .toggle-button {
  position: absolute;
  top: 3rem;
  right: 1rem;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 15px;
  display: none;
}
#menu-mobile .toggle-button .bar {
  height: 2px;
  width: 100%;
  background-color: #372d2d;
  border-radius: 10px;
}
#menu-mobile .navbar-links ul {
  padding: 0;
}
@media screen and (max-width: 1280px) {
  #menu-mobile .toggle-button {
    display: flex;
  }
  #menu-mobile .navbar-links {
    display: none;
    width: 100%;
  }
  #menu-mobile .navbar-links ul {
    width: 100%;
    flex-direction: column;
  }
  #menu-mobile .navbar-links li {
    text-align: center;
  }
  #menu-mobile .navbar-menu {
    flex-direction: column;
    align-items: flex-start;
  }
  #menu-mobile .navbar-links.active {
    display: flex;
  }
}

div[data-toggle=collapse-menu] {
  cursor: pointer;
  padding: 0.5em;
}
div[data-toggle=collapse-menu]:hover {
  opacity: 0.8;
}

#header-blog #global-menu {
  padding: 1em;
}
@media screen and (max-width: 1280px) {
  #header-blog #global-menu .header-content {
    column-gap: 2em;
  }
}
@media screen and (max-width: 1280px) {
  #header-blog #global-menu .menuToggle {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #header-blog #global-menu {
    grid-auto-flow: row dense;
  }
  #header-blog #global-menu #menu-filtre {
    display: block;
  }
  #header-blog #global-menu .header-content {
    column-gap: 0.5em;
  }
  #header-blog #global-menu .cadre-filter {
    display: none;
  }
  #header-blog #global-menu .cadre-filter.collapse {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(175px, 100%), max-content));
    grid-auto-flow: dense;
  }
}
#header-blog #global-menu .header-content span {
  text-align: center;
  cursor: pointer;
  color: #372d2d;
  font-size: 1.2em;
  font-family: Nunito-L, sans-serif;
}
#header-blog #global-menu .header-content span:hover {
  color: #d34618;
}
#header-blog #global-menu .header-content input.filter {
  min-width: 150px;
  background-color: #f0f5f5;
  border: 1px solid #372d2d;
}
#header-blog #global-menu .search {
  position: relative;
}
#header-blog #global-menu .line,
#header-blog #global-menu .btn-blog {
  color: #372d2d;
  font-size: 1.5em;
  transform: translateY(1.5px);
  font-family: Hind, sans-serif;
  font-weight: bold;
  position: relative;
}
#header-blog #global-menu .btn-blog:hover {
  color: #d34618;
}
#header-blog #logo-img img {
  max-width: 100%;
  height: auto;
}
#header-blog .menuToggle .btn-login-blog {
  text-align: left;
  font-size: 1.1em;
  color: white;
}
@media screen and (max-width: 1024px) {
  #header-blog .menuToggle .btn-login-blog {
    color: #372d2d;
    text-align: left;
    background-color: transparent;
    font-size: 1.2em;
  }
  #header-blog .menuToggle .btn-login-blog:hover {
    color: #d34618;
  }
}
#header-blog #menu-filtre {
  color: white;
  font-family: Nunito, sans-serif;
  font-style: normal;
  position: absolute;
  right: 1em;
  top: 25px;
  display: none;
  cursor: pointer;
  z-index: 100;
  border-radius: 5px;
  color: #372d2d;
}
#header-blog #menu-filtre #iconFiltre {
  padding-right: 0.3em;
}
#header-blog #menu-filtre:hover {
  color: #d34618;
}
#header-blog .cadre-filter.collapse {
  display: grid;
  z-index: 100;
  width: 100%;
  background-color: white;
  box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.1);
  padding: 1em;
  justify-items: center;
}
@media screen and (max-width: 546px) {
  #header-blog .menuNav li {
    margin-bottom: 1em;
  }
}
#header-blog .menuNav li a {
  color: #372d2d;
}
#header-blog .menuNav li i {
  font-size: 1.3em;
}

#header #global-menu {
  padding: 1em;
  grid-template-columns: max-content;
  position: relative;
  padding-right: 2em;
}
#header #global-menu #logo-img img {
  max-width: 100%;
  height: auto;
}
#header #global-menu .menuToggle-not-connect {
  justify-content: end;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  #header #global-menu {
    justify-content: center;
  }
}
#header #header-message-icons,
#header #header-log-icons {
  justify-self: center;
}

@media screen and (max-width: 546px) {
  .menuToggle .btn-login-blog {
    color: #372d2d;
    text-align: left;
    background-color: transparent;
    font-size: 1.2em;
  }
  .menuToggle .btn-create {
    border: 0;
    color: #372d2d;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
  .menuToggle .btn-create:hover {
    background-color: transparent;
    color: #372d2d;
  }
  .menuToggle li a.grid-child {
    font-size: 1.3em;
    font-family: Nunito-L, sans-serif;
  }
  .menuToggle li a.grid-parent {
    font-size: 1.3em;
    font-family: Nunito-L, sans-serif;
  }
  .menuToggle li a.grid-parent i.fa-star {
    font-size: 0.5em;
  }
  .menuToggle li .btn-blog:hover {
    color: #d34618;
  }
  .menuToggle .item span {
    font-size: 1em;
    font-family: Nunito-L, sans-serif;
  }
  .menuToggle .item i {
    font-size: 0.7em;
    padding-left: 1em;
  }
  .menuToggle .item a {
    color: #372d2d;
    font-family: Nunito-L, sans-serif;
  }
  .menuToggle .item a:hover {
    color: #d34618;
  }
}

#header #global-menu .menuNav li a.grid-child,
#header #global-menu .menuNav li button,
#header #global-menu .menuNav li p {
  text-align: center;
  font-size: 1.3em;
  font-family: Nunito-L, sans-serif;
  cursor: pointer;
}
#header #global-menu .menuNav li a.grid-child:hover,
#header #global-menu .menuNav li button:hover,
#header #global-menu .menuNav li p:hover {
  color: #d34618;
}
#header #global-menu .menuNav li a.grid-parent {
  font-size: 1.3em;
  font-family: Nunito-L, sans-serif;
}
#header #global-menu .menuNav li a.grid-parent i.fa-star {
  font-size: 0.5em;
}
#header #global-menu .menuNav li .btn-blog:hover {
  color: #d34618;
}
#header #global-menu .menuNav .item span {
  font-size: 1em;
  font-family: Nunito-L, sans-serif;
}
#header #global-menu .menuNav .item i {
  font-size: 0.7em;
  padding-left: 1em;
}
#header #global-menu .menuNav .item a {
  color: #372d2d;
  font-family: Nunito-L, sans-serif;
}
#header #global-menu .menuNav .item a:hover {
  color: #d34618;
}
#header #global-menu .btn-blog {
  color: #372d2d;
  font-family: Hind, sans-serif;
  font-size: 1.5em;
}
#header #global-menu .btn-blog:hover {
  color: #d34618;
}
@media screen and (max-width: 1280px) {
  #header #menu-list {
    margin-bottom: 1em;
  }
}
#header #menu-list .dropdown a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 250px;
  min-width: 120px;
  width: auto;
}
@media screen and (max-width: 1280px) {
  #header #menu-list .dropdown a {
    max-width: 250px;
    min-width: 120px;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  #header #menu-list .dropdown a {
    text-align: center;
    width: 230px;
  }
}
@media screen and (max-width: 442px) {
  #header #menu-list .dropdown a {
    width: auto;
    max-width: 300px;
  }
}
@media (min-width: 1080px) {
  #header #menu-list .dropdown-menu li a {
    width: auto;
    max-width: 300px;
    white-space: normal;
  }
}
@media screen and (max-width: 546px) {
  #header #menu-list .dropdown-menu {
    font-size: 0.8em;
    margin: 0;
  }
}
@media screen and (max-width: 546px) {
  #header #menu-list .dropdown-menu {
    top: 1em;
  }
}

#notification-container.show {
  width: 25vw;
}

#notification-container {
  transition: width 0.5s ease-in;
  position: absolute;
  top: 70px;
  right: 0;
  width: 0;
  height: calc(100vh - 70px);
  z-index: 99;
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(158, 158, 158, 0.5);
  overflow-y: auto;
}
#notification-container #notification-header {
  padding: 1em 2em 1em 1em;
  box-shadow: 1px 0 2px 0 #595959;
}
#notification-container #notification-header .fa-xmark {
  cursor: pointer;
}
#notification-container #notification-header .fa-xmark:hover {
  opacity: 0.5;
}
#notification-container #notification-body .notification {
  padding: 1em 2em 1em 1.5em;
  border-bottom: 1px solid rgba(158, 158, 158, 0.5);
}
#notification-container #notification-body .notification .notification-logo {
  display: grid;
  align-content: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 40px;
}
#notification-container #notification-body .notification .notification-logo img {
  max-width: 100%;
  height: auto;
  padding: 0.5em;
}
#notification-container #notification-body .notification .notification-content .notification-buttons {
  display: flex;
  gap: 1em;
}
#notification-container #notification-body .notification .notification-content .send-message {
  cursor: pointer;
}
#notification-container #notification-body .notification .notification-content .send-message:hover {
  opacity: 0.5;
}

#modal-chat #send-message-content {
  display: flex;
  gap: 1em;
  min-height: 100px;
}
#modal-chat #send-message-content textarea,
#modal-chat #send-message-content #send {
  justify-self: center;
  align-self: center;
}
#modal-chat #send-message-content textarea {
  width: 90%;
  border: 1px solid;
}
#modal-chat #send-message-content #send {
  cursor: pointer;
}
#modal-chat #send-message-content #send:hover {
  color: #d34618;
}

.menuNav.connection {
  grid-template-columns: 20fr 20fr 30fr 30fr;
}

.menuToggle .menuNav.not_have_team {
  grid-template-columns: 1fr auto max-content;
}

.menuToggle a {
  font-size: 1em;
}
.menuToggle .menuNav {
  grid-template-columns: 0fr auto max-content max-content;
}
.menuToggle .btn-login-blog {
  color: white;
}
@media screen and (max-width: 546px) {
  .menuToggle .btn-login-blog {
    color: #372d2d;
  }
}
.menuToggle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menuToggle .icon-arrow {
  display: none;
}
.menuToggle .dropdown .show {
  display: block;
}
.menuToggle .dropdown .dropdown-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: auto;
  margin: 0 0 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.menuToggle .dropdown .dropdown-menu.show {
  display: block;
}
@media screen and (max-width: 1024px) {
  .menuToggle .dropdown .dropdown-menu {
    position: relative;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .menuToggle .dropdown .dropdown-menu.show {
    display: flex !important;
    flex-direction: column;
    gap: 0;
  }
  .menuToggle .dropdown .dropdown-menu li {
    align-items: center;
  }
}
.menuToggle .dropdown .dropright-content {
  position: absolute;
  top: 20em;
}
.menuToggle .dropdown-backdrop {
  display: none;
}
.menuToggle .menuLine {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menuToggle {
    display: inline-grid;
    position: absolute;
    left: 15px;
    z-index: 1;
    user-select: none;
  }
  .menuToggle .menuNav ul {
    grid-template-columns: auto;
    grid-auto-flow: row;
    margin-bottom: 1em;
  }
  .menuToggle .menuNav ul .icon-btns {
    justify-self: center;
  }
  .menuToggle .icon-arrow {
    display: inline;
    float: right;
    line-height: 2;
  }
  .menuToggle a.grid-child {
    display: block;
  }
  .menuToggle .connection li a {
    padding: 0.5em;
  }
  .menuToggle .icon-out li {
    justify-self: start;
  }
  .menuToggle input,
  .menuToggle .menuLine {
    display: block;
  }
  .menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -9px;
    left: -3px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }
  .menuToggle .menuLine {
    font-size: 2em;
    position: relative;
    color: #d34618;
    z-index: 1;
    cursor: pointer;
  }
  .menuToggle .menuLine:hover {
    opacity: 0.9;
  }
  .menuToggle .menuNav {
    display: flex;
    flex-direction: column;
    position: absolute;
    gap: 0;
    width: 350px;
    padding-top: 65.94px;
    max-height: 100vh;
    overflow-y: auto;
    background: #f7f7f7;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    border-bottom-right-radius: 5px;
    box-shadow: 1px 1px 12px rgba(85, 85, 85, 0.431372549);
    top: calc(-1em - 11px);
    left: -2em;
  }
  .menuToggle .menuNav a:hover {
    color: #d34618;
  }
  .menuToggle .menuNav .item span {
    font-size: 1em;
    font-family: Nunito-L, sans-serif;
  }
  .menuToggle .menuNav .item i {
    font-size: 0.7em;
    padding-left: 1em;
  }
  .menuToggle .menuNav li {
    width: 70%;
    align-self: center;
  }
  .menuToggle li {
    margin: 5px;
    transition: color 0.3s ease;
    display: block;
    text-align: center;
    position: relative;
  }
  .menuToggle .show-burger ~ .menuNav {
    transform: none;
  }
}

.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle=dropdown] {
  position: relative;
  display: block;
  color: white;
}
.dropdown .icon-arrow {
  font-size: 0.7em;
  color: #d34618;
  opacity: 1;
}
.dropdown .icon-arrow.open {
  transform: rotate(-180deg);
  transition: transform 0.6s;
}
.dropdown .icon-arrow.close {
  transform: rotate(0deg);
  transition: transform 0.6s;
}
.dropdown .icon-arrow:before {
  content: "▼";
}
.dropdown .dropdown-menu {
  position: relative;
  background-color: transparent;
  border: none;
  box-shadow: none;
  float: none;
}
.dropdown .dropdown-menu li {
  padding: 0;
}
.dropdown .dropdown-menu li a {
  display: block;
  padding: 10px 10px;
}
.dropdown .dropdown-menu li a:hover {
  background-color: #f5f5f5;
  color: #d34618 !important;
}
.dropdown .show,
.dropdown .hide {
  transform-origin: 50%, 0%;
}
.dropdown .show {
  display: block;
  max-height: 9999px;
  transform: scaleY(1);
  transition: 0.2s ease-in;
}
.dropdown .hide {
  max-height: 0;
  transform: scaleY(0);
  transition: 0.25s ease-out;
}

@media screen and (min-width: 546px) {
  .btn-up {
    display: none !important;
  }
}
@media screen and (max-width: 546px) {
  .btn-up {
    position: fixed;
    right: 20px;
    cursor: pointer;
    bottom: 80px;
    display: none;
    z-index: 1000;
  }
  .btn-up i {
    font-size: 30px;
    color: #147882;
  }
  .btn-up i:hover {
    color: #d34618;
  }
}

.star-icon {
  grid-template-columns: 70fr auto;
}

#search-header {
  position: relative;
}
#search-header input {
  display: block;
}
#search-header input.filter {
  min-width: 150px;
  background-color: #f0f5f5;
  border: 1px solid #372d2d;
}

.notification span.fa,
.message span.fa {
  position: relative;
}

.unread-count {
  position: absolute;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  top: 0;
  left: 50%;
  font-size: 0.5em;
  transform: translate(0, -50%);
}

#paywall input[name=account_password],
#paywall input[name=account_conf_password] {
  display: inline;
}
#paywall .show_password {
  position: absolute;
  transform: translateY(10px);
  margin-left: 1em;
  cursor: pointer;
  color: #595959;
}
#paywall .show_password:hover {
  opacity: 0.5;
}

[id=landing] .section .text_lighter {
  color: rgb(70, 70, 70);
}
[id=landing] #section_1 {
  position: relative;
  background-color: #dbedd8;
}
[id=landing] #section_1 .background img {
  width: 100%;
  height: 100%;
}
[id=landing] #section_1 .content {
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  text-align: left;
}
[id=landing] #section_1 .content h2 {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: left;
  font-size: 3em;
  font-weight: bold;
}
[id=landing] #section_1 .content .text_colored {
  color: #F8F408;
}
[id=landing] #section_1 .content h3 {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: left;
  font-size: 2em;
  font-weight: bold;
}
[id=landing] #buttonwelcome {
  font-size: 1em;
  border-radius: 10px;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: #6bc50e;
  cursor: pointer;
}
[id=landing] #buttonwelcome:hover {
  background-color: rgb(20, 120, 130);
  color: #ffffff;
}
[id=landing] #buttonwelcome:hover span:nth-child(1) {
  color: black;
}
[id=landing] #buttonwelcome:active {
  background-color: rgba(208, 208, 208, 0.1);
  color: #ffffff;
}
[id=landing] #buttonwelcome p {
  width: 100%;
  margin: 0;
}
[id=landing] #buttonwelcome h2 {
  margin: 10px;
  font-size: 2em;
}
[id=landing] #section_2 {
  position: relative;
  background-color: #dbedd8;
}
[id=landing] #section_2 .content {
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
}
[id=landing] #section_2 .content h2 {
  margin-bottom: 20px;
  color: black;
  font-size: 3em;
  font-weight: bold;
}
[id=landing] #section_2 .content .text_colored {
  color: #6bc50e;
}
[id=landing] #section_2 .content .text_lighter {
  color: rgb(70, 70, 70);
}
[id=landing] #section_2 .content h3 {
  margin-bottom: 20px;
  color: black;
  font-size: 2em;
  font-weight: bold;
}
[id=landing] #section_2 .content h4 {
  color: #4f8913;
}
[id=landing] #section_3 {
  position: relative;
  background-color: #ffffff;
}
[id=landing] #section_3 .content {
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
}
[id=landing] #section_3 .content .block img {
  width: 100%;
  height: auto;
}
[id=landing] #section_3 .content h2 {
  margin-bottom: 20px;
  color: black;
  font-size: 3em;
  font-weight: bold;
}
[id=landing] #section_3 .content .text_colored {
  color: #6bc50e;
}
[id=landing] #section_3 .content .text_lighter {
  color: rgb(70, 70, 70);
}
[id=landing] #section_3 .content h3 {
  margin-bottom: 20px;
  color: black;
  font-size: 2em;
  font-weight: bold;
}
[id=landing] #section_4 {
  position: relative;
  background-color: #dbedd8;
  text-align: center;
}
[id=landing] #section_4 .content h1 {
  font-weight: bolder;
  padding-bottom: 20px;
}
[id=landing] #section_4 .content .text_colored {
  color: #6bc50e;
}
[id=landing] #section_5 {
  position: relative;
  color: #ffffff;
  text-align: center;
  background-color: #dbedd8;
}
[id=landing] #section_5 .background img {
  width: 100%;
  height: 450px;
}
[id=landing] #section_5 .content {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
[id=landing] #section_5 .content h2 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #ffffff;
  font-size: 3em;
  font-weight: bold;
}
[id=landing] #section_5 li {
  font-size: 70px;
  padding-left: 40px;
  padding-right: 40px;
  color: #ffffff;
  display: inline-block;
}
[id=landing] #section_5 li a span {
  color: #ffffff;
}

.content-page #index-page,
.content-page #feature-page {
  overflow-x: hidden;
  background-color: #faf5f0;
}
.content-page #index-page h1,
.content-page #index-page h2,
.content-page #index-page h3,
.content-page #feature-page h1,
.content-page #feature-page h2,
.content-page #feature-page h3 {
  color: #372d2d;
}
.content-page #index-page h1,
.content-page #feature-page h1 {
  text-align: left;
  font-family: Hind, sans-serif;
  font-weight: bold;
  font-size: 4em;
  line-height: 1.2em;
}
@media screen and (max-width: 1280px) {
  .content-page #index-page h1,
  .content-page #feature-page h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 1280px) {
  .content-page #index-page h1,
  .content-page #feature-page h1 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1024px) {
  .content-page #index-page h1,
  .content-page #feature-page h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 546px) {
  .content-page #index-page h1,
  .content-page #feature-page h1 {
    font-size: 1.8em;
  }
}
.content-page #index-page h2,
.content-page #feature-page h2 {
  font-family: Hind, sans-serif;
  font-weight: bold;
  font-size: 2.5em;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .content-page #index-page h2,
  .content-page #feature-page h2 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1024px) {
  .content-page #index-page h2,
  .content-page #feature-page h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 546px) {
  .content-page #index-page h2,
  .content-page #feature-page h2 {
    font-size: 1.8em;
    padding: 0 0.5em;
  }
}
.content-page #index-page h3,
.content-page #feature-page h3 {
  font-family: Hind, sans-serif;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .content-page #index-page h3,
  .content-page #feature-page h3 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 1024px) {
  .content-page #index-page h3,
  .content-page #feature-page h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 546px) {
  .content-page #index-page h3,
  .content-page #feature-page h3 {
    font-size: 1.5em;
  }
}
.content-page #index-page h4,
.content-page #feature-page h4 {
  font-family: Hind, sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  color: #372d2d;
}
@media screen and (max-width: 1280px) {
  .content-page #index-page h4,
  .content-page #feature-page h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  .content-page #index-page h4,
  .content-page #feature-page h4 {
    font-size: 1.2em;
  }
}
.content-page #index-page h5,
.content-page #feature-page h5 {
  font-size: 1.5em;
  font-family: Hind, sans-serif;
  font-weight: bold;
  color: #147882;
  text-align: center;
}
.content-page #index-page p,
.content-page #feature-page p {
  font-size: 1.3em;
  font-family: Nunito-L, sans-serif;
}
@media screen and (max-width: 1280px) {
  .content-page #index-page p,
  .content-page #feature-page p {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 546px) {
  .content-page #index-page p,
  .content-page #feature-page p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1280px) {
  .content-page #index-page,
  .content-page #feature-page {
    line-height: 1.2em;
  }
}
.content-page #index-page ul,
.content-page #feature-page ul {
  padding: 0;
  margin: 0;
}
.content-page #index-page ul li,
.content-page #feature-page ul li {
  font-family: Nunito-L, sans-serif;
  font-size: 1.4em;
}
@media screen and (max-width: 1280px) {
  .content-page #index-page ul li,
  .content-page #feature-page ul li {
    font-size: 1.2em;
  }
}
.content-page #index-page .body,
.content-page #feature-page .body {
  margin: 2em 0em;
}
.content-page #index-page .body .t,
.content-page #feature-page .body .t {
  margin: 0em auto;
}
.content-page #index-page .body .s,
.content-page #feature-page .body .s {
  margin-top: 2em;
}
.content-page #index-page .body .b,
.content-page #feature-page .body .b {
  display: flex;
  justify-content: center;
  box-shadow: none;
  background-color: transparent;
}
.content-page #index-page .body .b button,
.content-page #feature-page .body .b button {
  padding: 0.5em 2em;
  margin: 2em 0em;
}
@media screen and (max-width: 546px) {
  .content-page #index-page .body .b button,
  .content-page #feature-page .body .b button {
    font-size: 1.1em;
  }
}
.content-page #index-page .fa-arrow-right,
.content-page #feature-page .fa-arrow-right {
  font-size: 0.8em;
}
.content-page #index-page #section-slide,
.content-page #feature-page #section-slide {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  justify-items: center;
  align-items: center;
}
.content-page #index-page #section-slide .legend,
.content-page #feature-page #section-slide .legend {
  display: grid;
  gap: 1em;
  justify-items: start;
  align-items: start;
  grid-column: 5/span 7;
}
.content-page #index-page #section-slide .img,
.content-page #feature-page #section-slide .img {
  grid-column: 14/span 11;
  margin: 1em 0em 1em 0em;
}
.content-page #index-page #section-slide .img img,
.content-page #feature-page #section-slide .img img {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  .content-page #index-page #section-slide .legend,
  .content-page #feature-page #section-slide .legend {
    grid-column: 3/span 10;
  }
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-slide .legend,
  .content-page #feature-page #section-slide .legend {
    grid-column: 4/span 9;
  }
  .content-page #index-page #section-slide .legend .img,
  .content-page #feature-page #section-slide .legend .img {
    grid-column: 14/span 11;
  }
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-slide,
  .content-page #feature-page #section-slide {
    margin: 2em 0em 1em 0em;
  }
  .content-page #index-page #section-slide .legend,
  .content-page #feature-page #section-slide .legend {
    grid-column: 2/span 12;
    margin: 1em;
  }
  .content-page #index-page #section-slide .img,
  .content-page #feature-page #section-slide .img {
    grid-column: 14/span 11;
    margin: 2em 0em;
  }
}
@media screen and (max-width: 546px) {
  .content-page #index-page #section-slide,
  .content-page #feature-page #section-slide {
    margin: 2em 1em 1em 1em;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }
  .content-page #index-page #section-slide .legend,
  .content-page #feature-page #section-slide .legend {
    grid-column: 1;
    grid-row: 1;
  }
  .content-page #index-page #section-slide .img,
  .content-page #feature-page #section-slide .img {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
  }
}
.content-page #index-page #section-matching,
.content-page #feature-page #section-matching {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  background-color: #ffffff;
  padding: 1em;
}
.content-page #index-page #section-matching .body,
.content-page #feature-page #section-matching .body {
  grid-column: 5/span 16;
  margin: 3em 0em 1em 0em;
}
.content-page #index-page #section-matching .body .s,
.content-page #feature-page #section-matching .body .s {
  display: grid;
  grid-template-columns: 16fr 8fr;
  column-gap: 3em;
  justify-items: center;
  margin: 0em auto;
  justify-content: left;
  color: #372d2d;
}
.content-page #index-page #section-matching .body .s .service h2,
.content-page #feature-page #section-matching .body .s .service h2 {
  text-align: start;
}
.content-page #index-page #section-matching .body .s .service .search_match,
.content-page #feature-page #section-matching .body .s .service .search_match {
  margin: 1em auto;
}
.content-page #index-page #section-matching .body .s .service form:not(.inputFileMenu):not(.form-signup),
.content-page #feature-page #section-matching .body .s .service form:not(.inputFileMenu):not(.form-signup) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2em;
}
.content-page #index-page #section-matching .body .s .service form:not(.inputFileMenu):not(.form-signup) .form-group,
.content-page #feature-page #section-matching .body .s .service form:not(.inputFileMenu):not(.form-signup) .form-group {
  padding-top: 0.5em;
}
.content-page #index-page #section-matching .body .s .service form:not(.inputFileMenu):not(.form-signup) .form-group select,
.content-page #feature-page #section-matching .body .s .service form:not(.inputFileMenu):not(.form-signup) .form-group select {
  width: 100%;
}
.content-page #index-page #section-matching .body .s .service form:not(.inputFileMenu):not(.form-signup) .condition,
.content-page #feature-page #section-matching .body .s .service form:not(.inputFileMenu):not(.form-signup) .condition {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.content-page #index-page #section-matching .body .s .service form:not(.inputFileMenu):not(.form-signup) p,
.content-page #feature-page #section-matching .body .s .service form:not(.inputFileMenu):not(.form-signup) p {
  font-weight: 900;
}
.content-page #index-page #section-matching .body .s .service form:not(.inputFileMenu):not(.form-signup) a,
.content-page #feature-page #section-matching .body .s .service form:not(.inputFileMenu):not(.form-signup) a {
  background-color: #ffffff;
}
.content-page #index-page #section-matching .body .s .service form:not(.inputFileMenu):not(.form-signup) .st_name,
.content-page #feature-page #section-matching .body .s .service form:not(.inputFileMenu):not(.form-signup) .st_name {
  font-weight: 500;
  font-size: 1em;
}
.content-page #index-page #section-matching .body .s .service form.inputFileMenu,
.content-page #feature-page #section-matching .body .s .service form.inputFileMenu {
  margin: 2em 0em;
}
.content-page #index-page #section-matching .body .s .service form.inputFileMenu a,
.content-page #feature-page #section-matching .body .s .service form.inputFileMenu a {
  border: 1.5px solid #c6c6c6;
  color: #000000;
  background-color: #ffffff;
  padding: 0.4em 0.4em 0.4em 0.4em;
  border-radius: 5px;
  font-size: 1.3em;
}
.content-page #index-page #section-matching .body .s .service form.inputFileMenu a:hover,
.content-page #feature-page #section-matching .body .s .service form.inputFileMenu a:hover {
  color: #d34618;
  background-color: #faf5f0;
  border: 1.5px solid #d34618;
}
.content-page #index-page #section-matching .body .s .service form .form-pwd,
.content-page #feature-page #section-matching .body .s .service form .form-pwd {
  position: relative;
}
.content-page #index-page #section-matching .body .s .service form .form-pwd input,
.content-page #feature-page #section-matching .body .s .service form .form-pwd input {
  width: 90%;
  margin: 0;
}
.content-page #index-page #section-matching .body .s .service form .form-pwd .show_password,
.content-page #feature-page #section-matching .body .s .service form .form-pwd .show_password {
  position: absolute;
  transform: translateY(10px);
  margin-left: 1em;
  margin-right: 0;
  cursor: pointer;
  color: #595959;
  bottom: 21px;
  right: 0;
}
.content-page #index-page #section-matching .body .s .service form .form-pwd .show_password:hover,
.content-page #feature-page #section-matching .body .s .service form .form-pwd .show_password:hover {
  opacity: 0.5;
}
.content-page #index-page #section-matching .body .s .service .upload-frame,
.content-page #feature-page #section-matching .body .s .service .upload-frame {
  text-align: center;
  background-color: #faf5f0;
  border-radius: 25px;
  height: 100%;
  padding: 1em;
  /*               #paywall-cgu-modal {
    .modal-dialog {
      .modal-content {
        .modal-body {
          #cgu {
            h2,
            h3 {
              font-family: Hind, sans-serif;
              font-weight: 500;
              word-wrap: break-word;
              word-break: break-word;
              line-height: 1em;
              margin: .5em 0;
            }

            h2 {
              font-size: 1.6em;
            }

            h3 {
              font-size: 1.5em;
            }

            ul,
            li,
            p,
            span,
            div,
            .table {
              text-align: left;
              white-space: pre-line;
              font-family: Nunito-L, sans-serif;
              text-transform: none;
              font-weight: 500;
              font-size: 1em;
            }

            ul,
            ol {
              padding: 0em 1em 1em 2em;
              list-style-type: disc;

              li {
                display: list-item;
                font-family: "Nunito-L", sans-serif;

              }
            }

            p {
              padding: 1em;
            }

            .important {
              background-color: rgba(230, 80, 30, 0.2);
              border-radius: 5px;
              margin-bottom: 2em;
              margin-top: 1em;
            }
          }
        }
      }
    }
  } */
}
.content-page #index-page #section-matching .body .s .service .upload-frame .upload,
.content-page #feature-page #section-matching .body .s .service .upload-frame .upload {
  display: inline-block;
  margin-bottom: 1em;
  pointer-events: all;
  cursor: pointer;
  font-size: 1.5em;
  background: #147882;
  color: white;
  border: none;
  padding: 0.5em 0em;
  margin: 1em;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.content-page #index-page #section-matching .body .s .service .upload-frame .upload-text p,
.content-page #feature-page #section-matching .body .s .service .upload-frame .upload-text p {
  text-align: center;
  margin: auto 1em;
}
.content-page #index-page #section-matching .body .s .service .upload-frame button,
.content-page #feature-page #section-matching .body .s .service .upload-frame button {
  cursor: pointer;
  border: 1.5px solid #c6c6c6;
  color: #000000;
  background-color: #ffffff;
  padding: 0.4em 0.4em 0.4em 0.4em;
  border-radius: 5px;
  font-size: 1.3em;
}
.content-page #index-page #section-matching .body .s .service .upload-frame button:hover,
.content-page #feature-page #section-matching .body .s .service .upload-frame button:hover {
  color: #d34618;
  background-color: #faf5f0;
  border: 1.5px solid #d34618;
}
.content-page #index-page #section-matching .modal,
.content-page #feature-page #section-matching .modal {
  top: 150px;
}
.content-page #index-page #section-matching .modal h3,
.content-page #feature-page #section-matching .modal h3 {
  text-align: left;
  align-self: start;
}
.content-page #index-page #section-matching .modal button,
.content-page #feature-page #section-matching .modal button {
  margin: 0;
  padding: 0;
}
.content-page #index-page #section-matching .modal .btn-submit,
.content-page #feature-page #section-matching .modal .btn-submit {
  justify-self: center;
}
@media screen and (max-width: 1920px) {
  .content-page #index-page #section-matching .body .s,
  .content-page #feature-page #section-matching .body .s {
    grid-template-columns: 16fr 8fr;
  }
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-matching .body,
  .content-page #feature-page #section-matching .body {
    grid-column: 3/span 20;
  }
  .content-page #index-page #section-matching .body .s,
  .content-page #feature-page #section-matching .body .s {
    grid-template-columns: 14fr 10fr;
  }
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-matching,
  .content-page #feature-page #section-matching {
    margin: 0em;
  }
  .content-page #index-page #section-matching .body,
  .content-page #feature-page #section-matching .body {
    grid-column: 2/span 22;
    margin: 2em 0em 0em 0em;
  }
  .content-page #index-page #section-matching .body p,
  .content-page #feature-page #section-matching .body p {
    margin: auto 0em;
  }
  .content-page #index-page #section-matching .body .s,
  .content-page #feature-page #section-matching .body .s {
    column-gap: 2em;
  }
  .content-page #index-page #section-matching .body .s .service .upload-frame p,
  .content-page #feature-page #section-matching .body .s .service .upload-frame p {
    margin: auto 1em;
  }
}
@media screen and (max-width: 1024px) {
  .content-page #index-page #section-matching,
  .content-page #feature-page #section-matching {
    margin: 2em 1em;
  }
  .content-page #index-page #section-matching .body .s,
  .content-page #feature-page #section-matching .body .s {
    grid-template-columns: 1fr;
  }
  .content-page #index-page #section-matching .body .s .service .upload-frame,
  .content-page #feature-page #section-matching .body .s .service .upload-frame {
    height: auto;
  }
}
@media screen and (max-width: 546px) {
  .content-page #index-page #section-matching,
  .content-page #feature-page #section-matching {
    margin: 2em 0em;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
  .content-page #index-page #section-matching .body,
  .content-page #feature-page #section-matching .body {
    margin: auto 2em;
  }
  .content-page #index-page #section-matching .body .s,
  .content-page #feature-page #section-matching .body .s {
    grid-template-columns: 1fr;
  }
  .content-page #index-page #section-matching .body .s .service p,
  .content-page #feature-page #section-matching .body .s .service p {
    text-align: center;
  }
  .content-page #index-page #section-matching .body .s .service form,
  .content-page #feature-page #section-matching .body .s .service form {
    font-size: 1em;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "surn" "givn" "send";
  }
  .content-page #index-page #section-matching .body .s .service .upload-frame,
  .content-page #feature-page #section-matching .body .s .service .upload-frame {
    margin-top: 2em;
    height: auto;
  }
}
.content-page #index-page #section-services,
.content-page #index-page #section-premium,
.content-page #feature-page #section-services,
.content-page #feature-page #section-premium {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  place-items: center;
  color: #372d2d;
  background-color: #faf5f0;
}
.content-page #index-page #section-services .body,
.content-page #index-page #section-premium .body,
.content-page #feature-page #section-services .body,
.content-page #feature-page #section-premium .body {
  justify-self: center;
  grid-column: 5/-5;
}
.content-page #index-page #section-services .body p,
.content-page #index-page #section-premium .body p,
.content-page #feature-page #section-services .body p,
.content-page #feature-page #section-premium .body p {
  text-align: center;
}
.content-page #index-page #section-services .body .s,
.content-page #index-page #section-premium .body .s,
.content-page #feature-page #section-services .body .s,
.content-page #feature-page #section-premium .body .s {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "a b" "c c";
  gap: 2em;
  align-content: center;
}
.content-page #index-page #section-services .body .s .service,
.content-page #index-page #section-premium .body .s .service,
.content-page #feature-page #section-services .body .s .service,
.content-page #feature-page #section-premium .body .s .service {
  padding: 2em;
  display: grid;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: 2em;
}
.content-page #index-page #section-services .body .s .service img,
.content-page #index-page #section-premium .body .s .service img,
.content-page #feature-page #section-services .body .s .service img,
.content-page #feature-page #section-premium .body .s .service img {
  margin: 2em auto;
}
.content-page #index-page #section-services .body .s .item-a,
.content-page #index-page #section-premium .body .s .item-a,
.content-page #feature-page #section-services .body .s .item-a,
.content-page #feature-page #section-premium .body .s .item-a {
  grid-area: a;
}
.content-page #index-page #section-services .body .s .item-b,
.content-page #index-page #section-premium .body .s .item-b,
.content-page #feature-page #section-services .body .s .item-b,
.content-page #feature-page #section-premium .body .s .item-b {
  grid-area: b;
}
.content-page #index-page #section-services .body .s .item-c,
.content-page #index-page #section-premium .body .s .item-c,
.content-page #feature-page #section-services .body .s .item-c,
.content-page #feature-page #section-premium .body .s .item-c {
  grid-area: c;
}
.content-page #index-page #section-services .body .s.eachfeat,
.content-page #index-page #section-premium .body .s.eachfeat,
.content-page #feature-page #section-services .body .s.eachfeat,
.content-page #feature-page #section-premium .body .s.eachfeat {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "a a b b c c" "d d d e e e" "f f f f f f";
  row-gap: 1em;
}
.content-page #index-page #section-services .body .s.eachfeat .item-a,
.content-page #index-page #section-premium .body .s.eachfeat .item-a,
.content-page #feature-page #section-services .body .s.eachfeat .item-a,
.content-page #feature-page #section-premium .body .s.eachfeat .item-a {
  grid-area: a;
}
.content-page #index-page #section-services .body .s.eachfeat .item-b,
.content-page #index-page #section-premium .body .s.eachfeat .item-b,
.content-page #feature-page #section-services .body .s.eachfeat .item-b,
.content-page #feature-page #section-premium .body .s.eachfeat .item-b {
  grid-area: b;
}
.content-page #index-page #section-services .body .s.eachfeat .item-c,
.content-page #index-page #section-premium .body .s.eachfeat .item-c,
.content-page #feature-page #section-services .body .s.eachfeat .item-c,
.content-page #feature-page #section-premium .body .s.eachfeat .item-c {
  grid-area: c;
}
.content-page #index-page #section-services .body .s.eachfeat .item-d,
.content-page #index-page #section-premium .body .s.eachfeat .item-d,
.content-page #feature-page #section-services .body .s.eachfeat .item-d,
.content-page #feature-page #section-premium .body .s.eachfeat .item-d {
  grid-area: d;
}
.content-page #index-page #section-services .body .s.eachfeat .item-e,
.content-page #index-page #section-premium .body .s.eachfeat .item-e,
.content-page #feature-page #section-services .body .s.eachfeat .item-e,
.content-page #feature-page #section-premium .body .s.eachfeat .item-e {
  grid-area: e;
}
.content-page #index-page #section-services .body .s.eachfeat .item-f,
.content-page #index-page #section-premium .body .s.eachfeat .item-f,
.content-page #feature-page #section-services .body .s.eachfeat .item-f,
.content-page #feature-page #section-premium .body .s.eachfeat .item-f {
  grid-area: f;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "a a a c" "b b b c";
  gap: 0em;
  justify-items: left;
}
.content-page #index-page #section-services .body .s.eachfeat .item-f h3,
.content-page #index-page #section-premium .body .s.eachfeat .item-f h3,
.content-page #feature-page #section-services .body .s.eachfeat .item-f h3,
.content-page #feature-page #section-premium .body .s.eachfeat .item-f h3 {
  grid-area: a;
}
.content-page #index-page #section-services .body .s.eachfeat .item-f p,
.content-page #index-page #section-premium .body .s.eachfeat .item-f p,
.content-page #feature-page #section-services .body .s.eachfeat .item-f p,
.content-page #feature-page #section-premium .body .s.eachfeat .item-f p {
  grid-area: b;
}
.content-page #index-page #section-services .body .s.eachfeat .item-f img,
.content-page #index-page #section-premium .body .s.eachfeat .item-f img,
.content-page #feature-page #section-services .body .s.eachfeat .item-f img,
.content-page #feature-page #section-premium .body .s.eachfeat .item-f img {
  grid-area: c;
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-services .body .s.eachfeat,
  .content-page #index-page #section-premium .body .s.eachfeat,
  .content-page #feature-page #section-services .body .s.eachfeat,
  .content-page #feature-page #section-premium .body .s.eachfeat {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a b" "c d" "e f";
    gap: 1em;
  }
  .content-page #index-page #section-services .body .s.eachfeat .item-f,
  .content-page #index-page #section-premium .body .s.eachfeat .item-f,
  .content-page #feature-page #section-services .body .s.eachfeat .item-f,
  .content-page #feature-page #section-premium .body .s.eachfeat .item-f {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c";
  }
}
@media screen and (max-width: 1024px) {
  .content-page #index-page #section-services .body .s.eachfeat,
  .content-page #index-page #section-premium .body .s.eachfeat,
  .content-page #feature-page #section-services .body .s.eachfeat,
  .content-page #feature-page #section-premium .body .s.eachfeat {
    display: flex;
    gap: 1em;
  }
}
.content-page #index-page #section-services .body .s.eachprem,
.content-page #index-page #section-premium .body .s.eachprem,
.content-page #feature-page #section-services .body .s.eachprem,
.content-page #feature-page #section-premium .body .s.eachprem {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.content-page #index-page #section-services .body .s.eachprem .service,
.content-page #index-page #section-premium .body .s.eachprem .service,
.content-page #feature-page #section-services .body .s.eachprem .service,
.content-page #feature-page #section-premium .body .s.eachprem .service {
  display: grid;
  grid-template-areas: "a a a a c c" "b b b b c c" "b b b b c c" "b b b b c c";
  gap: 0em;
  justify-items: left;
}
.content-page #index-page #section-services .body .s.eachprem .service h3,
.content-page #index-page #section-premium .body .s.eachprem .service h3,
.content-page #feature-page #section-services .body .s.eachprem .service h3,
.content-page #feature-page #section-premium .body .s.eachprem .service h3 {
  grid-area: a;
}
.content-page #index-page #section-services .body .s.eachprem .service ul,
.content-page #index-page #section-premium .body .s.eachprem .service ul,
.content-page #feature-page #section-services .body .s.eachprem .service ul,
.content-page #feature-page #section-premium .body .s.eachprem .service ul {
  grid-area: b;
  list-style-type: disc;
  margin-left: 2em;
}
.content-page #index-page #section-services .body .s.eachprem .service img,
.content-page #index-page #section-premium .body .s.eachprem .service img,
.content-page #feature-page #section-services .body .s.eachprem .service img,
.content-page #feature-page #section-premium .body .s.eachprem .service img {
  grid-area: c;
}
.content-page #index-page #section-services .body .b.eachprem,
.content-page #index-page #section-premium .body .b.eachprem,
.content-page #feature-page #section-services .body .b.eachprem,
.content-page #feature-page #section-premium .body .b.eachprem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-page #index-page #section-services .body .b.eachprem button,
.content-page #index-page #section-premium .body .b.eachprem button,
.content-page #feature-page #section-services .body .b.eachprem button,
.content-page #feature-page #section-premium .body .b.eachprem button {
  margin-bottom: 0em;
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-services .body,
  .content-page #index-page #section-premium .body,
  .content-page #feature-page #section-services .body,
  .content-page #feature-page #section-premium .body {
    grid-column: 4/-4;
  }
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-services .body,
  .content-page #index-page #section-premium .body,
  .content-page #feature-page #section-services .body,
  .content-page #feature-page #section-premium .body {
    grid-column: 2/-2;
  }
  .content-page #index-page #section-services .body .s .service,
  .content-page #index-page #section-premium .body .s .service,
  .content-page #feature-page #section-services .body .s .service,
  .content-page #feature-page #section-premium .body .s .service {
    padding: 2em;
  }
  .content-page #index-page #section-services .body .s .service img,
  .content-page #index-page #section-premium .body .s .service img,
  .content-page #feature-page #section-services .body .s .service img,
  .content-page #feature-page #section-premium .body .s .service img {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .content-page #index-page #section-services .body .b,
  .content-page #index-page #section-premium .body .b,
  .content-page #feature-page #section-services .body .b,
  .content-page #feature-page #section-premium .body .b {
    display: grid;
    row-gap: 1em;
    padding: 0.5em 2em;
  }
}
@media screen and (max-width: 1024px) {
  .content-page #index-page #section-services .body .s,
  .content-page #index-page #section-premium .body .s,
  .content-page #feature-page #section-services .body .s,
  .content-page #feature-page #section-premium .body .s {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c";
  }
}
@media screen and (max-width: 1024px) {
  .content-page #index-page #section-services,
  .content-page #index-page #section-premium,
  .content-page #feature-page #section-services,
  .content-page #feature-page #section-premium {
    justify-self: center;
    grid-column: 2/-2;
  }
  .content-page #index-page #section-services .body .s,
  .content-page #index-page #section-premium .body .s,
  .content-page #feature-page #section-services .body .s,
  .content-page #feature-page #section-premium .body .s {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
  }
  .content-page #index-page #section-services .body .s .service,
  .content-page #index-page #section-premium .body .s .service,
  .content-page #feature-page #section-services .body .s .service,
  .content-page #feature-page #section-premium .body .s .service {
    margin: 1em;
  }
  .content-page #index-page #section-services .body .s .service img,
  .content-page #index-page #section-premium .body .s .service img,
  .content-page #feature-page #section-services .body .s .service img,
  .content-page #feature-page #section-premium .body .s .service img {
    display: none;
  }
  .content-page #index-page #section-services .body .b,
  .content-page #index-page #section-premium .body .b,
  .content-page #feature-page #section-services .body .b,
  .content-page #feature-page #section-premium .body .b {
    margin: 1em;
  }
}
.content-page #index-page #section-info,
.content-page #feature-page #section-info {
  background-color: #d34618;
  text-align: center;
}
.content-page #index-page #section-info h3,
.content-page #feature-page #section-info h3 {
  color: white;
  padding: 2em;
}
.content-page #index-page #section-team,
.content-page #feature-page #section-team {
  background-color: #d34618;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 2em;
}
.content-page #index-page #section-team h3,
.content-page #index-page #section-team a,
.content-page #feature-page #section-team h3,
.content-page #feature-page #section-team a {
  color: white;
}
.content-page #index-page #section-team a,
.content-page #feature-page #section-team a {
  font-size: 1.5em;
  font-weight: normal;
  cursor: pointer;
  text-decoration: underline;
}
.content-page #index-page #section-ressource,
.content-page #feature-page #section-ressource {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  background-color: #d34618;
  color: white;
}
.content-page #index-page #section-ressource .legend,
.content-page #feature-page #section-ressource .legend {
  grid-column: 6/span 7;
  justify-content: center;
  align-content: center;
  margin-left: 2em;
}
.content-page #index-page #section-ressource .legend h2,
.content-page #index-page #section-ressource .legend p,
.content-page #feature-page #section-ressource .legend h2,
.content-page #feature-page #section-ressource .legend p {
  color: white;
  text-align: left;
}
.content-page #index-page #section-ressource .legend a,
.content-page #feature-page #section-ressource .legend a {
  font-size: 1.5em;
  text-align: left;
  font-family: Nunito-L, sans-serif;
  text-decoration: underline;
  color: white;
  margin: 2em 0em;
}
.content-page #index-page #section-ressource .legend a:hover,
.content-page #feature-page #section-ressource .legend a:hover {
  color: #372d2d;
}
.content-page #index-page #section-ressource .legend i,
.content-page #feature-page #section-ressource .legend i {
  margin: 2em 0.5em;
}
.content-page #index-page #section-ressource .img,
.content-page #feature-page #section-ressource .img {
  grid-column: 14/span 7;
  margin: 4em 0em;
}
.content-page #index-page #section-ressource .img img,
.content-page #feature-page #section-ressource .img img {
  border-radius: 1em;
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-ressource .legend,
  .content-page #feature-page #section-ressource .legend {
    grid-column: 5/span 10;
  }
  .content-page #index-page #section-ressource .img,
  .content-page #feature-page #section-ressource .img {
    grid-column: 15/span 6;
  }
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-ressource .legend,
  .content-page #feature-page #section-ressource .legend {
    grid-column: 2/span 10;
  }
  .content-page #index-page #section-ressource .img,
  .content-page #feature-page #section-ressource .img {
    grid-column: 13/span 22;
    margin: 4em 0em;
  }
}
@media screen and (max-width: 1024px) {
  .content-page #index-page #section-ressource .legend,
  .content-page #feature-page #section-ressource .legend {
    grid-column: 1/span 11;
  }
  .content-page #index-page #section-ressource .img,
  .content-page #feature-page #section-ressource .img {
    grid-column: 13/span 22;
    margin: 4em 1em;
  }
}
@media screen and (max-width: 546px) {
  .content-page #index-page #section-ressource,
  .content-page #feature-page #section-ressource {
    grid-template-columns: 1fr;
    margin: 2em 0em;
    padding: 2em;
  }
  .content-page #index-page #section-ressource .legend h2,
  .content-page #feature-page #section-ressource .legend h2 {
    text-align: center;
  }
  .content-page #index-page #section-ressource .legend a,
  .content-page #feature-page #section-ressource .legend a {
    font-size: 1.3em;
  }
  .content-page #index-page #section-ressource img,
  .content-page #feature-page #section-ressource img {
    display: none;
  }
}
.content-page #index-page #section-why,
.content-page #feature-page #section-why {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  row-gap: 1em;
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.content-page #index-page #section-why .body,
.content-page #feature-page #section-why .body {
  grid-column: 6/span 14;
}
.content-page #index-page #section-why .body p,
.content-page #feature-page #section-why .body p {
  text-align: center;
  margin-top: 0.5em;
}
.content-page #index-page #section-why .body .s,
.content-page #feature-page #section-why .body .s {
  display: grid;
  grid-template-columns: 3fr 3fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 3em;
  row-gap: 1em;
  justify-content: center;
  align-content: center;
}
.content-page #index-page #section-why .body .s .service,
.content-page #feature-page #section-why .body .s .service {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: 2em;
}
.content-page #index-page #section-why .body .s .service h3,
.content-page #feature-page #section-why .body .s .service h3 {
  padding: 0em;
}
.content-page #index-page #section-why .body .s .service p,
.content-page #feature-page #section-why .body .s .service p {
  padding: 0em 1em;
}
.content-page #index-page #section-why .body .b,
.content-page #feature-page #section-why .body .b {
  margin-top: 1em;
  text-align: center;
  font-size: 1.5em;
  font-family: Nunito-L, sans-serif;
  text-decoration: underline;
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-why .body,
  .content-page #feature-page #section-why .body {
    grid-column: 4/span 18;
  }
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-why,
  .content-page #feature-page #section-why {
    grid-template-columns: repeat(12, 1fr);
  }
  .content-page #index-page #section-why .body,
  .content-page #feature-page #section-why .body {
    grid-column: 2/span 10;
  }
  .content-page #index-page #section-why .body .t,
  .content-page #feature-page #section-why .body .t {
    margin: 0em 1em;
  }
  .content-page #index-page #section-why .body .s .service,
  .content-page #feature-page #section-why .body .s .service {
    padding: 1em;
  }
}
@media screen and (max-width: 546px) {
  .content-page #index-page #section-why,
  .content-page #feature-page #section-why {
    row-gap: 0em;
    grid-template-columns: 1fr;
  }
  .content-page #index-page #section-why .body,
  .content-page #feature-page #section-why .body {
    grid-column: 1;
  }
  .content-page #index-page #section-why .body .t,
  .content-page #feature-page #section-why .body .t {
    margin: 0em;
  }
  .content-page #index-page #section-why .body .s,
  .content-page #feature-page #section-why .body .s {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: 1fr;
    row-gap: 0em;
  }
  .content-page #index-page #section-why .body .s .service,
  .content-page #feature-page #section-why .body .s .service {
    margin: 1em;
  }
  .content-page #index-page #section-why .body .s .service img,
  .content-page #feature-page #section-why .body .s .service img {
    display: none;
  }
  .content-page #index-page #section-why .body .b,
  .content-page #feature-page #section-why .body .b {
    margin-top: 1em;
  }
}
.content-page #index-page #section-offre,
.content-page #feature-page #section-offre {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: #faf5f0;
  color: #372d2d;
}
.content-page #index-page #section-offre .body,
.content-page #feature-page #section-offre .body {
  grid-column: 5/span 16;
  margin: 2em 1em 2em 1em;
}
.content-page #index-page #section-offre .body .c,
.content-page #feature-page #section-offre .body .c {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  column-gap: 2em;
  margin-top: 3em;
}
.content-page #index-page #section-offre .body .c .offre,
.content-page #feature-page #section-offre .body .c .offre {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: 1em;
  grid-template-rows: 30fr 15fr 55fr;
}
.content-page #index-page #section-offre .body .c .offre .common-subscription-infos,
.content-page #feature-page #section-offre .body .c .offre .common-subscription-infos {
  text-align: center;
}
.content-page #index-page #section-offre .body .c .offre .info-container,
.content-page #feature-page #section-offre .body .c .offre .info-container {
  padding: 1.4em;
}
.content-page #index-page #section-offre .body .c .offre .info-container ul,
.content-page #feature-page #section-offre .body .c .offre .info-container ul {
  list-style-type: disc;
}
.content-page #index-page #section-offre .body .c .offre .prices-container,
.content-page #feature-page #section-offre .body .c .offre .prices-container {
  margin-top: 2em;
}
.content-page #index-page #section-offre .body .c .offre .prices-container p,
.content-page #feature-page #section-offre .body .c .offre .prices-container p {
  text-align: center;
}
.content-page #index-page #section-offre .body .b,
.content-page #feature-page #section-offre .body .b {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-page #index-page #section-offre .body .b button,
.content-page #feature-page #section-offre .body .b button {
  margin-bottom: 0em;
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-offre .body,
  .content-page #feature-page #section-offre .body {
    grid-column: 2/span 22;
  }
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-offre .body,
  .content-page #feature-page #section-offre .body {
    grid-column: 1/span 24;
    margin: 1em;
  }
  .content-page #index-page #section-offre .body .c,
  .content-page #feature-page #section-offre .body .c {
    column-gap: 1em;
  }
  .content-page #index-page #section-offre .body .b,
  .content-page #feature-page #section-offre .body .b {
    display: flex;
    justify-content: center;
  }
  .content-page #index-page #section-offre .body .b button,
  .content-page #feature-page #section-offre .body .b button {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .content-page #index-page #section-offre,
  .content-page #feature-page #section-offre {
    grid-template-columns: 1fr;
  }
  .content-page #index-page #section-offre .body .c,
  .content-page #feature-page #section-offre .body .c {
    grid-template-columns: 1fr;
    row-gap: 1em;
    margin: auto 4em;
  }
  .content-page #index-page #section-offre .body .c .offre .info-container,
  .content-page #feature-page #section-offre .body .c .offre .info-container {
    padding: 1em;
  }
  .content-page #index-page #section-offre .body .b,
  .content-page #feature-page #section-offre .body .b {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 546px) {
  .content-page #index-page #section-offre,
  .content-page #feature-page #section-offre {
    row-gap: 0em;
    grid-template-columns: 1fr;
  }
  .content-page #index-page #section-offre .body .c,
  .content-page #feature-page #section-offre .body .c {
    margin: 1em 2em;
    display: grid;
    grid-template-columns: 1fr;
  }
  .content-page #index-page #section-offre .body .c .offre,
  .content-page #feature-page #section-offre .body .c .offre {
    margin: 1em;
  }
  .content-page #index-page #section-offre .body .c .offre .info-container,
  .content-page #feature-page #section-offre .body .c .offre .info-container {
    padding: 1em;
  }
  .content-page #index-page #section-offre .body .c .offre .prices-container,
  .content-page #feature-page #section-offre .body .c .offre .prices-container {
    margin-top: 1em;
  }
  .content-page #index-page #section-offre .body .b,
  .content-page #feature-page #section-offre .body .b {
    grid-template-columns: 1fr;
  }
  .content-page #index-page #section-offre .body .b button,
  .content-page #feature-page #section-offre .body .b button {
    grid-column: 1;
    margin: 1em;
  }
}
.content-page #index-page #section-testimonials,
.content-page #feature-page #section-testimonials {
  background-color: white;
}
.content-page #index-page #section-testimonials .body,
.content-page #feature-page #section-testimonials .body {
  position: relative;
  overflow: hidden;
}
.content-page #index-page #section-testimonials .body .c-testimonials,
.content-page #feature-page #section-testimonials .body .c-testimonials {
  margin: 1em auto;
  display: flex;
  align-items: center;
  transition: transform 0.5s ease;
  will-change: transform;
}
.content-page #index-page #section-testimonials .body .c-testimonials .testimonial,
.content-page #feature-page #section-testimonials .body .c-testimonials .testimonial {
  min-width: 100%;
}
.content-page #index-page #section-testimonials .body .c-testimonials .testimonial p,
.content-page #feature-page #section-testimonials .body .c-testimonials .testimonial p {
  text-align: center;
}
.content-page #index-page #section-testimonials .body .c-testimonials .testimonial .txt p,
.content-page #feature-page #section-testimonials .body .c-testimonials .testimonial .txt p {
  font-size: 1.8em;
  padding: 0em 2em;
}
@media screen and (max-width: 546px) {
  .content-page #index-page #section-testimonials .body .c-testimonials .testimonial .txt p,
  .content-page #feature-page #section-testimonials .body .c-testimonials .testimonial .txt p {
    font-size: 1.2em;
  }
}
.content-page #index-page #section-testimonials .body .c-testimonials .testimonial .name p,
.content-page #feature-page #section-testimonials .body .c-testimonials .testimonial .name p {
  font-size: 1em;
}
.content-page #index-page #section-testimonials .body .b,
.content-page #feature-page #section-testimonials .body .b {
  grid-column: 2;
  padding: 0em;
  text-align: center;
}
.content-page #index-page #section-testimonials .body .b .next,
.content-page #index-page #section-testimonials .body .b .back,
.content-page #feature-page #section-testimonials .body .b .next,
.content-page #feature-page #section-testimonials .body .b .back {
  display: inline-block;
  pointer-events: all;
  cursor: pointer;
  background: #d34618;
  color: white;
  border: none;
  margin: 2em;
  padding: 10px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.content-page #index-page #section-testimonials .body .b .next i,
.content-page #index-page #section-testimonials .body .b .back i,
.content-page #feature-page #section-testimonials .body .b .next i,
.content-page #feature-page #section-testimonials .body .b .back i {
  padding: 0 0.2em;
}
@media screen and (max-width: 442px) {
  .content-page #index-page #section-testimonials .body,
  .content-page #feature-page #section-testimonials .body {
    display: none;
  }
}
.content-page #index-page #section-gene-acce,
.content-page #feature-page #section-gene-acce {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: #faf5f0;
  color: #372d2d;
}
.content-page #index-page #section-gene-acce .body,
.content-page #feature-page #section-gene-acce .body {
  grid-column: 3/span 8;
  margin: 0em 0em 1em 0em;
}
.content-page #index-page #section-gene-acce .body .s .service .p,
.content-page #feature-page #section-gene-acce .body .s .service .p {
  display: grid;
  grid-template-columns: repeat(4, 3fr);
  column-gap: 2em;
}
.content-page #index-page #section-gene-acce .body .s .service .i,
.content-page #feature-page #section-gene-acce .body .s .service .i {
  display: flex;
  justify-content: center;
}
.content-page #index-page #section-gene-acce .body .s .service .i img,
.content-page #feature-page #section-gene-acce .body .s .service .i img {
  padding: 2em;
}
.content-page #index-page #section-gene-acce .body .s .service h3,
.content-page #feature-page #section-gene-acce .body .s .service h3 {
  color: #372d2d;
  line-height: 1.1em;
}
.content-page #index-page #section-gene-acce .body .s .service .min::first-letter,
.content-page #feature-page #section-gene-acce .body .s .service .min::first-letter {
  text-transform: lowercase;
}
.content-page #index-page #section-gene-acce .body .s .service p,
.content-page #feature-page #section-gene-acce .body .s .service p {
  font-family: Nunito-L, sans-serif;
  text-align: center;
  padding: 1em;
}
@media screen and (max-width: 546px) {
  .content-page #index-page #section-gene-acce .body .s .service img,
  .content-page #feature-page #section-gene-acce .body .s .service img {
    width: 80px;
    height: 80px;
  }
}
.content-page #index-page #section-gene-acce .body .b,
.content-page #feature-page #section-gene-acce .body .b {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-page #index-page #section-gene-acce .body .b button,
.content-page #feature-page #section-gene-acce .body .b button {
  margin: 2em;
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-gene-acce .body,
  .content-page #feature-page #section-gene-acce .body {
    grid-column: 1/span 12;
  }
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-gene-acce .body .s .service .p,
  .content-page #feature-page #section-gene-acce .body .s .service .p {
    column-gap: 1em;
  }
  .content-page #index-page #section-gene-acce .body .s .service p,
  .content-page #feature-page #section-gene-acce .body .s .service p {
    padding: 0em;
  }
}
@media screen and (max-width: 546px) {
  .content-page #index-page #section-gene-acce,
  .content-page #feature-page #section-gene-acce {
    grid-template-columns: 1fr;
  }
  .content-page #index-page #section-gene-acce .body .s,
  .content-page #feature-page #section-gene-acce .body .s {
    margin-top: 0em;
  }
  .content-page #index-page #section-gene-acce .body .s .service h3,
  .content-page #feature-page #section-gene-acce .body .s .service h3 {
    text-align: center;
    margin: 0em;
  }
  .content-page #index-page #section-gene-acce .body .s .service .p,
  .content-page #feature-page #section-gene-acce .body .s .service .p {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    row-gap: 1em;
  }
  .content-page #index-page #section-gene-acce .body .s .service .i,
  .content-page #feature-page #section-gene-acce .body .s .service .i {
    display: flex;
    justify-content: center;
  }
  .content-page #index-page #section-gene-acce .body .s .service .i img,
  .content-page #feature-page #section-gene-acce .body .s .service .i img {
    padding: 0.5em;
  }
}
.content-page #index-page #section-news,
.content-page #feature-page #section-news {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: white;
}
.content-page #index-page #section-news .body,
.content-page #feature-page #section-news .body {
  grid-column: 3/span 8;
}
.content-page #index-page #section-news .body p,
.content-page #feature-page #section-news .body p {
  text-align: center;
}
.content-page #index-page #section-news .body .c,
.content-page #feature-page #section-news .body .c {
  display: grid;
  justify-content: center;
  column-gap: 1em;
  row-gap: 1em;
  margin: 2em 0em 0em 0em;
  max-width: 60em;
}
.content-page #index-page #section-news .body .c #news_mail,
.content-page #feature-page #section-news .body .c #news_mail {
  background-color: #faf5f0;
  border-radius: 20px;
}
.content-page #index-page #section-news .body .c button,
.content-page #feature-page #section-news .body .c button {
  margin: 0em;
}
@media screen and (max-width: 546px) {
  .content-page #index-page #section-news .body .c .condition,
  .content-page #feature-page #section-news .body .c .condition {
    grid-template-columns: 1fr 12fr;
    column-gap: 0;
  }
  .content-page #index-page #section-news .body .c .condition label,
  .content-page #feature-page #section-news .body .c .condition label {
    font-size: 1em;
    font-family: Nunito-L, sans-serif;
  }
  .content-page #index-page #section-news .body .c .condition span,
  .content-page #feature-page #section-news .body .c .condition span {
    font-weight: 100;
    font-family: Nunito-L, sans-serif;
  }
}
.content-page #index-page #section-news .body .c .btn-redirect-substack,
.content-page #feature-page #section-news .body .c .btn-redirect-substack {
  padding: 1em 3em;
  font-weight: 700;
  font-size: 1.2em;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
  box-shadow: 0 4px 15px rgba(211, 70, 24, 0.3);
}
.content-page #index-page #section-news .body .c .btn-redirect-substack:hover,
.content-page #feature-page #section-news .body .c .btn-redirect-substack:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(211, 70, 24, 0.5);
  background-color: #fca758;
  color: white;
}
@media screen and (max-width: 1280px) {
  .content-page #index-page #section-news .body,
  .content-page #feature-page #section-news .body {
    grid-column: 2/span 10;
  }
  .content-page #index-page #section-news .body .c,
  .content-page #feature-page #section-news .body .c {
    display: grid;
    grid-template-columns: 7fr 5fr;
  }
}
@media screen and (max-width: 1024px) {
  .content-page #index-page #section-news .body,
  .content-page #feature-page #section-news .body {
    grid-column: 1/span 12;
    margin: 2em;
    padding: 1em;
  }
  .content-page #index-page #section-news .body .c,
  .content-page #feature-page #section-news .body .c {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: 12fr;
  }
  .content-page #index-page #section-news .body .c input,
  .content-page #feature-page #section-news .body .c input {
    grid-row: 1;
    grid-column: 1;
  }
  .content-page #index-page #section-news .body .c button,
  .content-page #feature-page #section-news .body .c button {
    grid-row: 3;
  }
  .content-page #index-page #section-news .body .c .condition,
  .content-page #feature-page #section-news .body .c .condition {
    grid-row: 2;
    grid-column: 1;
  }
}
.content-page #section-faq {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.content-page #section-faq .body {
  grid-column: 4/span 6;
}
.content-page #section-faq .body .t p {
  text-align: center;
}
.content-page #section-faq .body .c {
  margin-top: 3em;
}
.content-page #section-faq .body .c .line {
  padding: 1em;
  display: grid;
  grid-template-columns: 90fr 10fr;
  cursor: pointer;
}
.content-page #section-faq .body .c .line i {
  color: #372d2d;
}
.content-page #section-faq .body .c p.line:first-child {
  border-top: 1px solid #372d2d;
}
.content-page #section-faq .body .c .ans {
  padding: 1em;
}
.content-page #section-faq .body .c .ans p,
.content-page #section-faq .body .c .ans li {
  font-size: 1.3em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.content-page #section-faq .body .c .ans ul {
  list-style: disc outside;
  margin-left: 2em;
}
.content-page #section-faq .body .c .ans span,
.content-page #section-faq .body .c .ans a {
  font-family: Nunito-L, sans-serif;
  text-align: justify;
  font-size: 1em;
}
.content-page #section-faq .body .c .ans a {
  color: #d34618;
  cursor: pointer;
}
.content-page #section-faq .body a.btn-black {
  padding: 0.5em 2em;
  margin: 2em 0em;
  font-size: 1.3em;
}
@media screen and (max-width: 1280px) {
  .content-page #section-faq .body {
    grid-column: 4/span 16;
  }
}
@media screen and (max-width: 1440px) {
  .content-page #section-faq .body {
    grid-column: 3/span 8;
  }
}
@media screen and (max-width: 1280px) {
  .content-page #section-faq .body {
    grid-column: 2/span 10;
  }
}

@media screen and (max-height: 1024px) {
  .main-content {
    padding: 25px 25px 75px 25px;
  }
  .block-archive .image-slide {
    width: 100px;
    height: 125px;
  }
  .block-archive .image-slide img {
    height: 100%;
    width: 100%;
  }
  .prev-next {
    position: absolute;
    top: 15px;
  }
}
[id=section-home] {
  background-color: #333333;
}
[id=section-home] .container {
  position: relative;
  top: 30%;
  transform: translateY(-40%);
}
[id=section-home] .container .block-home {
  text-align: center;
  height: 250px;
}
[id=section-home] .container .block-home img {
  height: 70%;
}
[id=section-home] .container .block-home h2 {
  margin-bottom: 20px;
}
[id=section-home] .container .block-home h2 span:nth-child(1) {
  color: #147882;
}
[id=section-home] .container .block-home h2 span:nth-child(2) {
  color: #147882;
}
[id=section-home] .container .block-home [id=search_text] {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 50%;
  color: black;
  font-size: 16px;
  height: 52px;
  background: #ffffff;
  border: 1px solid #6bc50e;
}
[id=section-home] .container .block-home [id=search_text]::placeholder {
  color: black;
}
[id=section-home] .container .block-home [id=search_button] {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  [id=section-home] .container .block-home [id=search_text],
  [id=section-home] .container .block-home [id=search_button] {
    width: 100%;
  }
}
[id=section-home] .container .block-home ::-webkit-input-placeholder {
  color: white;
}
[id=section-home] .container .block-home :-moz-placeholder {
  color: white;
}
[id=section-home] .container .block-home ::-moz-placeholder {
  color: white;
}
[id=section-home] .container .block-home :-ms-input-placeholder {
  color: white;
}
[id=section-home] .container .block-home [id=search_text]:focus {
  background: #ffffff;
}

[id=fullpage] .remove i {
  color: red;
  border: 0;
  padding: 0 5px 0 10px;
}
[id=fullpage] li {
  cursor: pointer;
}
[id=fullpage] li a:link {
  text-decoration: none;
}
[id=fullpage] i {
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  margin: 5px;
  border: 2px solid #ffffff;
}
[id=fullpage] section {
  padding: 0;
}
[id=fullpage] section .main-content {
  height: 100% !important;
  padding-top: 60px !important;
  padding: 30px;
}
[id=fullpage] section .register {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
[id=fullpage] section .list_actes {
  margin: 15px 0;
  cursor: pointer;
}
[id=fullpage] section .list_actes a {
  text-decoration: none;
  color: #ffffff;
  padding: 5px;
  margin: 6px;
}
[id=fullpage] section:nth-of-type(1) {
  position: relative;
}
[id=fullpage] section:nth-of-type(2) .main-content .image-manuscript {
  height: 100%;
}
[id=fullpage] section:nth-of-type(2) .main-content .image-manuscript .image-manuscript-content {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 200;
}
[id=fullpage] section:nth-of-type(2) .main-content .image-manuscript .image-manuscript-content [id=main-content-svg] {
  margin: 0 auto;
  position: relative;
}
[id=fullpage] section:nth-of-type(2) .main-content .image-manuscript .image-manuscript-content [id=main-content-svg] [id=image_archive] {
  position: absolute;
  top: 0;
  z-index: 50;
}
[id=fullpage] section:nth-of-type(2) .main-content .image-manuscript #previous_image {
  z-index: 350;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
[id=fullpage] section:nth-of-type(2) .main-content .image-manuscript #next_image {
  z-index: 350;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
[id=fullpage] section:nth-of-type(2) .main-content .image-manuscript #index_image {
  border: 1px solid #ffffff;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  height: 50px;
  width: 50px;
  color: #ffffff;
  z-index: 350;
  position: absolute;
  bottom: 0%;
  right: 50%;
  transform: translateX(50%);
  padding-top: 14px;
}
[id=fullpage] section:nth-of-type(2) .main-content .image-manuscript #index_image span {
  margin-top: 20px;
}
[id=fullpage] section:nth-of-type(3) .submit {
  margin-right: 15px;
}
[id=fullpage] section:nth-of-type(3) .submit input {
  color: #ffffff;
}
[id=fullpage] section:nth-of-type(3) .content-manuscript-right {
  height: 100%;
}
[id=fullpage] section:nth-of-type(3) .content-manuscript-right-top {
  position: relative;
  height: calc(100vh - 192px);
  overflow: hidden;
  border: 1px solid #6bc50e;
  text-align: center;
}
[id=fullpage] section:nth-of-type(3) .content-manuscript-right-top img {
  width: 100%;
}
[id=fullpage] section:nth-of-type(3) .menu {
  margin-top: 15px;
  text-align: center;
}
[id=fullpage] section:nth-of-type(3) .menu ul {
  padding: 0;
  user-select: none;
}
[id=fullpage] section:nth-of-type(3) .menu ul li {
  display: inline;
}
[id=fullpage] section:nth-of-type(3) .content-manuscript-right-bottom {
  position: relative;
  height: calc(100vh - 192px);
  background-color: #f7f6f6;
}
[id=fullpage] section:nth-of-type(3) .content-manuscript-right-bottom .entry-title {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid rgba(134, 134, 134, 0.72);
  color: black !important;
  font-size: 1.3em;
  text-transform: uppercase;
}
[id=fullpage] section .archives {
  position: absolute;
  top: 50px;
  left: 0;
  padding: 50px;
  height: calc(100% - 50px) !important;
}
[id=fullpage] section .block-archive {
  position: relative;
  padding: 0;
  height: calc(40% - 50px) !important;
  color: #ffffff;
  text-align: center;
}
[id=fullpage] section .block-archive .image-slide {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
[id=fullpage] section .block-archive .image-slide img {
  width: 75%;
  max-width: 160px;
  border: rgba(255, 255, 255, 0.5) 1px solid;
  background-color: rgba(255, 255, 255, 0.05);
}
[id=fullpage] section .block-archive .image-slide.ObjectSelect img {
  border: 1px solid #6bc50e !important;
}
[id=fullpage] section .block-archive .image-name {
  color: #6bc50e;
}

#list_forms,
#list_forms_mobile {
  padding: 0;
  color: white;
}
#list_forms li,
#list_forms_mobile li {
  color: #FFFFFF;
  padding: 5px;
  margin: 10px;
  display: inline-block;
}

#list_forms_mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  #list_forms {
    display: none;
  }
  #list_forms_mobile {
    display: block;
  }
}
#form_event h4 {
  color: black;
}
#form_event [id=libre_form] textarea {
  min-height: 250px;
}
#form_event .form_event {
  display: none;
}

#first_select {
  margin-top: 0 !important;
}

#content_form_event {
  position: relative;
  width: 100%;
  min-height: 200px;
  height: 100%;
}
#content_form_event input {
  width: 100%;
}

#submit_form_archive_list {
  list-style: none;
  z-index: 200;
  position: fixed;
  top: calc(250% - 75px);
  right: 20px;
  padding: 0;
}
#submit_form_archive_list li {
  opacity: 0.4;
  border-radius: 2px;
}
#submit_form_archive_list li:hover {
  opacity: 1;
}
#submit_form_archive_list li i {
  border: 0;
}
#submit_form_archive_list li:nth-of-type(1) i {
  background-color: #4f8913;
}

.act_text {
  border-color: #ffffff;
  color: #ffffff;
}
.act_text.selected {
  border-color: #6bc50e !important;
  color: #6bc50e !important;
}
.act_text i {
  border: 0;
  font-size: 1em;
  padding: 2px;
  margin: 0;
}

.content-page [id=contact] {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .content-page [id=contact] {
    width: 90%;
    margin-top: 160px;
  }
}
.content-page [id=contact] h2 {
  font-size: 1.3em;
  text-align: center;
  line-height: 25px;
}
.content-page [id=contact] .header-grid {
  padding: 2em 0 0 0;
}
.content-page [id=contact] .contact {
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 20px 30px 10px 30px;
  width: 30em;
  margin-bottom: 5em;
}
@media screen and (max-width: 442px) {
  .content-page [id=contact] .contact {
    width: 23em;
  }
}
.content-page [id=contact] .contact .txt-star {
  font-size: 0.8em;
  color: #372d2d;
  opacity: 0.7;
}
.content-page [id=contact] .contact .label {
  text-transform: none;
  margin: 0;
  font-size: 15px;
  text-align: left;
  color: #147882;
  margin-bottom: 7px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .content-page [id=contact] .contact .label {
    font-size: 1em;
  }
}
.content-page [id=contact] .contact .form-group input, .content-page [id=contact] .contact .form-group .form-control {
  margin-bottom: 1em;
}
.content-page [id=contact] .contact .form-group textarea {
  height: 100px !important;
}

@media screen and (max-width: 1024px) {
  [id=about] {
    margin-top: 8em;
  }
}
[id=about] iframe {
  margin: 0 auto;
  display: block;
  width: 600px;
  height: 330px;
}
@media screen and (max-width: 546px) {
  [id=about] iframe {
    width: 350px;
    height: 200px;
  }
}
[id=about] .how-works {
  padding: 2em;
}
[id=about] .how-works h2 {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  [id=about] .how-works h3 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 546px) {
  [id=about] .how-works h3 {
    font-size: 1em;
  }
}
[id=about] .how-works img {
  width: 5em;
  height: 5em;
}
@media screen and (max-width: 546px) {
  [id=about] .how-works img {
    width: 4em;
    height: 4em;
  }
}
[id=about] .elements {
  padding: 2em;
}
[id=about] .elements p {
  font-size: 1.2em;
  text-align: center;
}
[id=about] .orange {
  color: #ff4115;
}
[id=about] .logos div:nth-child(1) img {
  float: right;
}
[id=about] .logos div:nth-last-child(1) img {
  float: left;
}
[id=about] .logos img {
  width: 7em;
  height: 7em;
}
[id=about] .legal .empty::before {
  content: "​";
}
[id=about] .legal div:nth-child(1) p {
  text-align: right;
  margin: 0;
}
[id=about] .legal div:nth-last-child(1) p {
  text-align: left;
  margin: 0;
}
[id=about] .contact-us p {
  margin: 0;
}
[id=about] .contact-us h3 {
  margin: 0;
  text-align: left;
  margin-bottom: 1em;
}
[id=about] .contact-us input {
  margin-top: 0.5em;
  padding: 1em;
  background-color: #d34618;
  color: #ffffff;
  border: 2px solid #d34618;
  font-size: 1.5em;
  border-radius: 5px;
}
@media screen and (max-width: 546px) {
  [id=about] .contact-us input {
    padding: 0.5em;
    font-size: 1em;
  }
}

[id=faq_page] {
  position: relative;
  overflow-x: hidden;
}
[id=faq_page] .note-editor .note-editing-area {
  margin-top: 20px;
  margin-bottom: 30px;
}
[id=faq_page] .editor {
  width: 0;
  height: 0;
  max-height: 0;
  display: none;
}
[id=faq_page] .search-btn {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
  margin-top: -5em;
}
@media screen and (max-width: 546px) {
  [id=faq_page] .search-btn {
    margin-top: -3em;
  }
}
[id=faq_page] .search-btn .btn-submit {
  border-radius: 7px;
  width: auto;
  min-width: 250px;
  text-align: center;
}
@media screen and (max-width: 546px) {
  [id=faq_page] .search-btn .btn-submit {
    min-width: 180px;
    font-size: 0.8em;
  }
}
[id=faq_page] h1 {
  text-align: center;
}
[id=faq_page] h2,
[id=faq_page] h3,
[id=faq_page] a {
  text-align: left;
  display: inline-block;
}
[id=faq_page] h2 {
  font-weight: 600;
  font-size: 1.5em;
}
[id=faq_page] h3 {
  font-weight: 400;
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #372d2d;
}
[id=faq_page] textarea {
  outline: none;
}
[id=faq_page] .input-cadre {
  text-align: center;
}
[id=faq_page] .header {
  text-align: center;
}
[id=faq_page] .header input {
  width: 100%;
  font-size: 1.5em;
  background-color: #ffffff;
  color: #d34618;
  border: 2px solid #d34618;
}
[id=faq_page] .header input:hover {
  background-color: #d34618;
  color: #ffffff;
}
[id=faq_page] .header p {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
[id=faq_page] .cadre {
  text-align: center;
  background-image: url("../../../images/img-faq.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 42vh;
}
@media screen and (max-width: 1440px) {
  [id=faq_page] .cadre {
    height: 30vh;
  }
}
@media screen and (max-width: 1280px) {
  [id=faq_page] .cadre {
    height: 210px;
  }
}
@media screen and (max-width: 1024px) {
  [id=faq_page] .cadre {
    height: 170px;
  }
}
@media screen and (max-width: 546px) {
  [id=faq_page] .cadre {
    height: 150px;
  }
}
@media screen and (max-width: 442px) {
  [id=faq_page] .cadre {
    height: 150px;
  }
}
[id=faq_page] .cadre h1 {
  color: white;
  padding: 0.5em 1em;
}
@media screen and (max-width: 1280px) {
  [id=faq_page] .cadre h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 546px) {
  [id=faq_page] .cadre h1 {
    font-size: 1.5em;
  }
}
[id=faq_page] #accordion .input-cadre {
  text-align: center;
}
[id=faq_page] #accordion .search-result {
  padding-top: 1em;
}
[id=faq_page] #accordion .search-btn {
  margin-top: 50px;
  text-align: center;
}
[id=faq_page] #accordion .search-btn .btn-submit {
  padding: 10px;
  width: 50%;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  border-radius: 7px;
  color: #ffffff;
  background-color: #d34618;
}
[id=faq_page] #accordion .search-btn .btn-submit:hover {
  background-color: #ffd2aa;
}
@media screen and (max-width: 1024px) {
  [id=faq_page] #accordion .search-btn .btn-submit {
    width: 100%;
  }
}
[id=faq_page] #accordion h1 {
  margin-bottom: 50px;
  color: white;
}
[id=faq_page] #accordion .input-cadre i {
  background-color: #d34618;
  cursor: pointer;
  font-size: 1em;
  color: #d7e6e1;
  padding: 1em;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
[id=faq_page] #accordion .input-cadre i:hover {
  background-color: #84b2aa;
}
[id=faq_page] #accordion .input-cadre #search_bar {
  background-color: #ffffff;
  color: #372d2d;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.8em;
  width: 50%;
  font-size: 1em;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  outline: none;
}
[id=faq_page] #accordion .input-cadre #search_bar:hover, [id=faq_page] #accordion .input-cadre #search_bar:focus, [id=faq_page] #accordion .input-cadre #search_bar:active {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  [id=faq_page] #accordion .input-cadre #search_bar {
    width: 80%;
  }
}
[id=faq_page] #accordion .cat-fieldset {
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}
[id=faq_page] #accordion .cat-fieldset p.legend {
  font-size: 1.3em;
  font-family: "Hind", sans-serif;
}
[id=faq_page] #accordion .cat-fieldset p.legend i {
  margin-left: 0.5em;
}
[id=faq_page] #accordion .cat-fieldset .cadre-question:last-child .answercadre:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
[id=faq_page] #accordion .cadre-question:not(:last-child) {
  margin-bottom: 5px;
}
[id=faq_page] #accordion .cadre-question .questioncadre {
  grid-template-columns: 95fr 5fr;
  background-color: rgba(240, 245, 245, 0.5);
}
@media screen and (max-width: 1280px) {
  [id=faq_page] #accordion .cadre-question .questioncadre {
    grid-template-columns: 90fr 10fr;
  }
}
[id=faq_page] #accordion .cadre-question .ans {
  font-size: 1.2em;
}
[id=faq_page] #accordion .cadre-question .ans p {
  margin: 0;
}
[id=faq_page] #accordion .cadre-question .ans a {
  color: #d34618;
  text-align: center;
  display: inline;
}
[id=faq_page] #accordion .cadre-question .ans a:hover {
  color: #372d2d;
}
[id=faq_page] #accordion .cadre-question .ans a span {
  color: #d34618;
}
[id=faq_page] #accordion .cadre-question .ans a span:hover {
  color: #372d2d;
}
[id=faq_page] #accordion .cadre-question .yes-no p {
  text-align: center;
}
[id=faq_page] #accordion .cadre-question .yes-no input,
[id=faq_page] #accordion .cadre-question .yes-no label {
  cursor: pointer;
}
[id=faq_page] #accordion .cadre-question .yes-no .positive .btn-ans,
[id=faq_page] #accordion .cadre-question .yes-no .negative .btn-ans {
  min-width: 50px;
  padding: 7px 10px;
  text-align: center;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #d34618;
  transition: color 0.15s ease, background-color 0.15s ease;
  color: #d34618;
}
[id=faq_page] #accordion .cadre-question .yes-no .positive .btn-ans:hover,
[id=faq_page] #accordion .cadre-question .yes-no .negative .btn-ans:hover {
  background-color: #d34618;
  color: white;
}
[id=faq_page] #accordion .cadre-question .yes-no .positive .active,
[id=faq_page] #accordion .cadre-question .yes-no .negative .active {
  background-color: #d34618;
  color: white;
}
[id=faq_page] #accordion .cadre-question .yes-no .comment textarea {
  height: 70px !important;
  width: 100%;
  font-size: 12px;
  border: 1px solid #d34618;
  padding: 7px;
}
[id=faq_page] #accordion .cadre-question .yes-no .comment button {
  background-color: #d34618;
  color: white;
  transition: 0.2s;
  width: 100%;
}
[id=faq_page] #accordion .cadre-question .yes-no .comment button:hover {
  box-shadow: 0 0.5em 0.5em -0.4em #d34618;
}
[id=faq_page] #accordion .cadre-question .txt-faq {
  border-left: 3px solid rgba(230, 80, 30, 0.5);
}
[id=faq_page] #accordion .cadre-question .txt-faq .line {
  color: #147882;
  padding: 1em;
  margin: 0;
  cursor: pointer;
}
[id=faq_page] #accordion .cadre-question .txt-faq .line:hover {
  color: #d34618;
}
[id=faq_page] #accordion .cadre-question .txt-faq p {
  font-size: 1.3em;
}
[id=faq_page] #accordion .cadre-question .answer span {
  color: #147882;
}
[id=faq_page] #accordion .cadre-question .answercadre {
  background-color: rgba(132, 178, 170, 0.3);
  border-left: 3px solid #84b2aa;
  grid-template-columns: 60fr 40fr;
  padding: 3em;
  width: 100%;
  font-size: 0.9em;
}
@media screen and (max-width: 546px) {
  [id=faq_page] #accordion .cadre-question .answercadre {
    grid-template-columns: 1fr;
  }
}
[id=faq_page] #accordion .cadre-question .btn-faq i {
  color: #d34618;
  margin-right: 10px;
  cursor: pointer;
}
[id=faq_page] #accordion .cadre-question .btn-faq i:hover {
  color: #ffd2aa;
}
[id=faq_page] #accordion .cadre-question .btn-faq span {
  font-size: 0.8em;
  color: #372d2d;
  padding: 0.5em;
}
[id=faq_page] #accordion #headingOne,
[id=faq_page] #accordion #headingTwo {
  background-color: #147882;
  color: white;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
[id=faq_page] #account {
  background-color: #f0f5f5;
}
[id=faq_page] #account .section-create {
  text-align: center;
  padding: 3em 0;
}
[id=faq_page] #account img {
  width: 230px;
}
[id=faq_page] #account p {
  font-size: 1.7em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  [id=faq_page] #account p {
    font-size: 1.4em;
  }
}
[id=faq_page] #faq_form .section-form-faq .header {
  text-align: center;
  color: #372d2d;
  padding: 3em 0 1em 0;
}
[id=faq_page] #faq_form .section-form-faq .search-btn {
  margin-top: 0;
}
[id=faq_page] #faq_form .section-form-faq .categorie-edite-articel {
  padding: 2em;
}
[id=faq_page] #faq_form .section-form-faq .categorie-edite-articel li {
  list-style: none;
}
[id=faq_page] #faq_form .section-form-faq .categorie-edite-articel li .type_faq,
[id=faq_page] #faq_form .section-form-faq .categorie-edite-articel li .display_faq {
  margin-right: 10px;
}
[id=faq_page] #faq_form .btn-form {
  padding-bottom: 3em;
}

.content-page [id=feature] {
  margin-top: 8em;
  background-color: #faf5f0;
}
.content-page [id=feature] h1,
.content-page [id=feature] h2,
.content-page [id=feature] h3 {
  color: #372d2d;
}
.content-page [id=feature] h1 {
  text-align: left;
  font-family: Hind, sans-serif;
  font-weight: bold;
  font-size: 2.5em;
}
@media screen and (max-width: 1280px) {
  .content-page [id=feature] h1 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1024px) {
  .content-page [id=feature] h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 546px) {
  .content-page [id=feature] h1 {
    font-size: 1.8em;
  }
}
.content-page [id=feature] h2 {
  font-family: Hind, sans-serif;
  font-weight: bold;
  font-size: 2.5em;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .content-page [id=feature] h2 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1024px) {
  .content-page [id=feature] h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 546px) {
  .content-page [id=feature] h2 {
    font-size: 1.8em;
  }
}
.content-page [id=feature] h3 {
  text-align: left;
  font-family: Hind, sans-serif;
  font-weight: bold;
  font-size: 2em;
}
@media screen and (max-width: 1280px) {
  .content-page [id=feature] h3 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1024px) {
  .content-page [id=feature] h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 546px) {
  .content-page [id=feature] h3 {
    font-size: 1.8em;
  }
}
.content-page [id=feature] #slide-feature {
  color: #372d2d;
  margin-top: 2em;
}
@media screen and (max-width: 1024px) {
  .content-page [id=feature] #slide-feature {
    margin-top: 1em;
    justify-items: center;
  }
}
.content-page [id=feature] #slide-feature .image img {
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .content-page [id=feature] #slide-feature .image img {
    width: 450px;
    border-radius: 1em;
  }
}
@media screen and (max-width: 546px) {
  .content-page [id=feature] #slide-feature .image img {
    width: 250px;
    border-radius: 1em;
  }
}
.content-page [id=feature] #slide-feature .text_gen {
  padding: 3em 1em 3em 5em;
}
@media screen and (max-width: 1280px) {
  .content-page [id=feature] #slide-feature .text_gen {
    padding: 5em;
  }
}
@media screen and (max-width: 1024px) {
  .content-page [id=feature] #slide-feature .text_gen {
    padding: 3em;
  }
}
@media screen and (max-width: 546px) {
  .content-page [id=feature] #slide-feature .text_gen {
    padding: 1em;
  }
}
.content-page [id=feature] #slide-feature .text_gen p {
  font-size: 1.5em;
}
@media screen and (max-width: 546px) {
  .content-page [id=feature] #slide-feature .text_gen p {
    font-size: 1.2em;
  }
}
.content-page [id=feature] #slide-feature .text_gen .btn-home .btn {
  padding: 0.7em;
  box-shadow: 0 10px 14px -7px #ffd2aa;
  border-radius: 10px;
  font-size: 1.3em;
  font-family: Nunito-L, sans-serif;
}
@media screen and (max-width: 546px) {
  .content-page [id=feature] #slide-feature .text_gen .btn-home .btn {
    font-size: 1em;
  }
}
.content-page [id=feature] #slide-feature .text_gen .btn-home .btn:hover, .content-page [id=feature] #slide-feature .text_gen .btn-home .btn:focus {
  transition: 0.2s;
  box-shadow: 0 0.5em 0.5em -0.4em #d34618;
  transform: translateY(-0.25em);
}
.content-page [id=feature] #section-services {
  color: #372d2d;
  padding: 5em 0;
  background-color: #faf5f0;
}
@media screen and (max-width: 1280px) {
  .content-page [id=feature] #section-services .section-service-top {
    padding: 0 1em;
  }
}
.content-page [id=feature] #section-services .item a {
  cursor: pointer;
  color: #372d2d;
  text-decoration: none;
  text-align: center;
}
.content-page [id=feature] #section-services .item a:hover {
  text-decoration: none;
  color: #f0f5f5;
  transition-duration: 0.1s;
}
.content-page [id=feature] #section-services .item h3 {
  text-align: left;
  font-family: Hind, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
}
.content-page [id=feature] #section-services .item p {
  font-size: 1.5em;
}
.content-page [id=feature] #section-services .item img {
  border-radius: 1em;
}
.content-page [id=feature] #section-services .section-service-top {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .content-page [id=feature] #section-services .section-service-top {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .content-page [id=feature] #section-services .section-service-top {
    width: 93%;
  }
}
@media screen and (max-width: 546px) {
  .content-page [id=feature] #section-services .section-service-top {
    width: 50%;
  }
}
@media screen and (max-width: 442px) {
  .content-page [id=feature] #section-services .section-service-top {
    width: 95%;
  }
}
.content-page [id=feature] #section-services .section-service-center {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .content-page [id=feature] #section-services .section-service-center {
    width: 90%;
  }
}
@media screen and (max-width: 546px) {
  .content-page [id=feature] #section-services .section-service-center {
    width: 50%;
  }
}
@media screen and (max-width: 442px) {
  .content-page [id=feature] #section-services .section-service-center {
    width: 90%;
  }
}
.content-page [id=feature] #section-services .section-service-bottom {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .content-page [id=feature] #section-services .section-service-bottom {
    width: 90%;
  }
}
@media screen and (max-width: 546px) {
  .content-page [id=feature] #section-services .section-service-bottom {
    width: 50%;
  }
}
@media screen and (max-width: 442px) {
  .content-page [id=feature] #section-services .section-service-bottom {
    width: 90%;
  }
}
.content-page [id=feature] #section-services .block-service-top {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: 2em;
  height: 25em;
}
.content-page [id=feature] #section-services .block-service-center {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: 2em;
  height: 21em;
}
@media screen and (max-width: 442px) {
  .content-page [id=feature] #section-services .block-service-center {
    height: 25em;
  }
}
.content-page [id=feature] #section-services .block-service-bottom {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: 2em;
  grid-template-columns: 75fr 25fr;
}
@media screen and (max-width: 1024px) {
  .content-page [id=feature] #section-services .block-service-bottom {
    grid-template-columns: 1fr;
  }
}
.content-page [id=feature] #section-info {
  background-color: #d34618;
}
.content-page [id=feature] #section-info p {
  text-align: left;
  font-family: Hind, sans-serif;
  font-weight: bold;
  font-size: 2.5em;
  color: #ffffff;
  padding: 1.5em 6em;
}
@media screen and (max-width: 1280px) {
  .content-page [id=feature] #section-info p {
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .content-page [id=feature] #section-info p {
    padding: 1.5em 4em;
  }
}
@media screen and (max-width: 546px) {
  .content-page [id=feature] #section-info p {
    padding: 1.5em 2em;
  }
}
.content-page [id=feature] #section-team {
  background-color: #d34618;
}
.content-page [id=feature] #section-team p {
  text-align: left;
  font-family: Hind, sans-serif;
  font-weight: bold;
  font-size: 2.5em;
  color: #ffffff;
  padding: 1.5em 6em;
}
@media screen and (max-width: 1280px) {
  .content-page [id=feature] #section-team p {
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .content-page [id=feature] #section-team p {
    padding: 1.5em 4em;
  }
}
@media screen and (max-width: 546px) {
  .content-page [id=feature] #section-team p {
    padding: 1.5em 2em;
  }
}
.content-page [id=feature] #section-team p span {
  font-family: Hind, sans-serif;
  font-weight: bold;
}
.content-page [id=feature] #section-team a {
  font-size: 0.8em;
  text-align: left;
  font-family: Nunito-L, sans-serif;
  text-decoration: underline;
  color: white;
}
.content-page [id=feature] #section-team a:hover {
  color: #372d2d;
}
.content-page [id=feature] #section-offre {
  padding: 4em 0;
  background-color: #faf5f0;
}
.content-page [id=feature] #section-offre #offre .item {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: 1em;
}
@media screen and (max-width: 442px) {
  .content-page [id=feature] #section-offre #offre .item {
    width: 25em;
  }
}
.content-page [id=feature] #section-offre #offre .item ul {
  padding: 0;
  margin: 0;
}
.content-page [id=feature] #section-offre #offre .item ul li {
  font-family: Nunito-L, sans-serif;
  font-size: 1.5em;
}
.content-page [id=feature] #section-offre #offre .item .info-container {
  grid-template-columns: 80fr 20fr;
  width: 60em;
  padding: 1em 3em;
}
@media screen and (max-width: 1280px) {
  .content-page [id=feature] #section-offre #offre .item .info-container {
    grid-template-columns: 1fr;
    width: 30em;
  }
}
@media screen and (max-width: 546px) {
  .content-page [id=feature] #section-offre #offre .item .info-container {
    grid-template-columns: 1fr;
    width: 30em;
  }
}
@media screen and (max-width: 442px) {
  .content-page [id=feature] #section-offre #offre .item .info-container {
    width: 20em;
  }
}
@media screen and (max-width: 442px) {
  .content-page [id=feature] #section-offre #offre img {
    width: 100%;
    height: auto;
  }
}
.content-page [id=feature] #section-offre button {
  font-size: 1.5em;
  font-family: Nunito-L, sans-serif;
  border: 1.5px solid #147882;
  border-radius: 10px;
}

#subscription {
  padding-top: 3.5em;
}
#subscription input::placeholder {
  text-transform: capitalize;
}
#subscription .header {
  text-align: center;
  color: #372d2d;
  padding: 3em 0 1em 0;
}
#subscription .navigation {
  text-align: center;
  font-size: 1.25em;
  display: block;
  color: #147882;
  margin-top: 1em;
  margin-bottom: 1em;
}
#subscription .navigation i {
  margin-left: 0.5em;
}
#subscription #subscription-table {
  width: 100%;
}
#subscription #subscription_page {
  min-height: 100vh;
}
#subscription #subscription_page h1 {
  text-align: center;
}
#subscription #subscription_page .section-sub > p {
  text-align: center;
}
#subscription #subscription_page .section-sub > p::first-letter {
  text-transform: uppercase;
}
#subscription #subscription_page .main-descr {
  max-width: 80vw;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5em;
}
@media screen and (max-width: 546px) {
  #subscription #subscription_page .main-descr {
    width: 85vw;
  }
}
#subscription #subscription_page .storage-descr {
  border-radius: 20px;
  background-color: #faf5f0;
  padding: 0.25em 0.75em;
}
#subscription #subscription_page #sub-month-container {
  margin: 2em auto;
}
#subscription #subscription_page #sub-month-container button {
  font-size: 1.25em;
  padding: 0 1em;
  background-color: white;
  border: 1px solid #d34618;
  transition: background-color 0.2s;
}
#subscription #subscription_page #sub-month-container button:hover {
  background-color: rgba(252, 167, 88, 0.5);
}
#subscription #subscription_page #sub-month-container button:first-child {
  border-radius: 5px 0 0 5px;
}
#subscription #subscription_page #sub-month-container button:last-child {
  border-radius: 0 5px 5px 0;
}
#subscription #subscription_page #sub-month-container button.active {
  background-color: #d34618;
  color: white;
}
#subscription #subscription_page #sub-storage-container {
  margin: 1em 2em;
}
#subscription #subscription_page #sub-storage-container * {
  margin: 0;
  text-align: center;
}
#subscription #subscription_page #subscription-box-container {
  position: relative;
  margin: 0 auto;
  padding: 0 1em 2em 1em;
}
#subscription #subscription_page #subscription-box-container .subscription-box.active {
  background: linear-gradient(-10deg, #fca758, white);
}
#subscription #subscription_page #subscription-box-container .subscription-box {
  z-index: 1;
  border: 1px solid #595959;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  display: grid;
  grid-template-rows: 3fr 7fr;
  background-color: white;
}
#subscription #subscription_page #subscription-box-container .subscription-box .common-subscription-infos {
  background-color: white;
  border-radius: 20px 20px 0 0;
  padding: 0.5em 1em 0 1em;
  position: relative;
}
#subscription #subscription_page #subscription-box-container .subscription-box .common-subscription-infos::after {
  content: "";
  border-bottom: 2px solid #595959;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#subscription #subscription_page #subscription-box-container .subscription-box .prices-container {
  padding: 0.5em 0.25em 0 0.5em;
}
#subscription #subscription_page #subscription-box-container .subscription-box h3 {
  font-size: 1.7em;
  text-align: center;
  font-family: Hind, sans-serif;
  font-weight: bold;
}
#subscription #subscription_page #subscription-box-container .subscription-box p.descr {
  font-weight: 100;
  font-family: Nunito-L, sans-serif;
  color: #595959;
  font-size: 1.1em;
  text-align: center;
}
#subscription #subscription_page #subscription-box-container .subscription-box p {
  text-align: center;
}
#subscription #subscription_page #subscription-box-container .subscription-box .price {
  font-family: Hind, sans-serif;
  font-weight: bold;
  font-size: 2em;
}
#subscription #subscription_page #subscription-box-container .subscription-box ul {
  padding: 1em 1em 1em 1.5em;
  padding-top: 2em;
}
#subscription #subscription_page #subscription-box-container .subscription-box ul li {
  font-family: Nunito-L, sans-serif;
  padding-left: 0.5em;
}
#subscription #subscription_page #subscription-box-container .subscription-box ul li::marker {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  content: "\f00c";
}
#subscription #subscription_page #subscription-box-container .subscription-box .renew {
  color: #d34618;
}
#subscription #subscription_page #subscription-box-container .subscription-box .mysubscribe {
  background-color: #147882;
  color: white;
  cursor: default;
  border: 0;
}
#subscription #subscription_page #subscription-box-container .subscription-box .mysubscribe:hover {
  background-color: #147882;
  color: white;
}
#subscription #subscription_page #subscription-box-container .subscription-box-default,
#subscription #subscription_page #subscription-box-container .subscription-box-augment {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
}
#subscription #subscription-detail {
  margin: auto;
  width: 98%;
}
#subscription #subscription-detail .liens {
  margin-bottom: 1em;
}
#subscription #subscription-detail .liens p,
#subscription #subscription-detail .liens a {
  text-align: center;
  padding: 0.5em 0 0 0;
}
#subscription #subscription-payment-main,
#subscription #subscription-payment-detail,
#subscription #subscription-payment-help {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
}
#subscription .stripe-txt {
  margin-top: 2em;
}
#subscription .stripe-txt p,
#subscription .stripe-txt a {
  padding: 0.2em 0;
  text-align: center;
  color: #595959;
}
#subscription #subscription-payment-container,
#subscription #subscription-update-container {
  width: 70vw;
  margin: 0 auto;
}
#subscription #subscription-payment-container .btn-cancel,
#subscription #subscription-update-container .btn-cancel {
  font-family: Nunito-L, sans-serif;
}
#subscription #subscription-payment-container .btn-submit,
#subscription #subscription-update-container .btn-submit {
  width: 100%;
}
#subscription #subscription-payment-container .box,
#subscription #subscription-update-container .box {
  border-radius: 10px;
}
#subscription #subscription-payment-container .box .header,
#subscription #subscription-update-container .box .header {
  background-color: rgba(89, 89, 89, 0.15);
  color: #372d2d;
  border-radius: 10px 10px 0 0;
  padding: 1em;
}
#subscription #subscription-payment-container .box .header h2,
#subscription #subscription-update-container .box .header h2 {
  margin: 0;
  font-size: 2em;
}
#subscription #subscription-payment-container .box #subscription-stripe-step1,
#subscription #subscription-update-container .box #subscription-stripe-step1 {
  padding: 0 1em 1.5em 1em;
  background-color: white;
}
#subscription #subscription-payment-container .box #subscription-stripe-step1 h3,
#subscription #subscription-update-container .box #subscription-stripe-step1 h3 {
  padding-top: 1em;
  font-size: 1.5em;
}
#subscription #subscription-payment-container .box #subscription-stripe-step1 #subscription-payment-consent,
#subscription #subscription-update-container .box #subscription-stripe-step1 #subscription-payment-consent {
  display: flex;
  flex-wrap: nowrap;
}
#subscription #subscription-payment-container .box .body,
#subscription #subscription-update-container .box .body {
  padding: 1em;
  border-radius: 0 0 10px 10px;
}
#subscription #subscription-payment-container .box .body p,
#subscription #subscription-update-container .box .body p {
  margin: 0;
  color: #595959;
}
#subscription #subscription-payment-container .box .body label,
#subscription #subscription-update-container .box .body label {
  margin: 0.5em 0 0.25em 0.5em;
  font-family: Nunito-L, sans-serif;
  color: #595959;
}
#subscription #subscription-payment-container .box .body label::first-letter,
#subscription #subscription-update-container .box .body label::first-letter {
  text-transform: uppercase;
}
#subscription #subscription-payment-container .box .body label#sub-payment-detail-consent-label,
#subscription #subscription-update-container .box .body label#sub-payment-detail-consent-label {
  text-transform: none;
}
#subscription #subscription-payment-container .box .body #sub-payment-detail-consent,
#subscription #subscription-update-container .box .body #sub-payment-detail-consent {
  box-shadow: none;
}
#subscription #subscription-payment-container .box .body .part:not(:last-child),
#subscription #subscription-update-container .box .body .part:not(:last-child) {
  padding: 0 0.5em 1em 0.5em;
  border-bottom: 1px solid rgba(100, 100, 100, 0.5);
}
#subscription #subscription-payment-container .box .body #subscription-payment-input-country,
#subscription #subscription-update-container .box .body #subscription-payment-input-country {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  #subscription #subscription-payment-container .box .body #subscription-payment-input-country,
  #subscription #subscription-update-container .box .body #subscription-payment-input-country {
    max-width: 200px;
  }
}
#subscription #subscription-payment-container .box .body #sub-payment-detail-titl,
#subscription #subscription-update-container .box .body #sub-payment-detail-titl {
  font-weight: 400;
  font-size: 1.5em;
  text-align: center;
  padding: 0.5em 1em;
  color: #d34618;
}
#subscription #subscription-payment-container .box .body #sub-payment-detail-titl span,
#subscription #subscription-update-container .box .body #sub-payment-detail-titl span {
  text-align: right;
}
#subscription #subscription-payment-container .box .body #sub-payment-detail-total,
#subscription #subscription-update-container .box .body #sub-payment-detail-total {
  text-align: left;
  font-weight: 400;
  font-size: 1.2em;
}
#subscription #subscription-payment-container .box .body #sub-payment-detail-total_price,
#subscription #subscription-payment-container .box .body #sub-payment-detail-total_price_promo,
#subscription #subscription-update-container .box .body #sub-payment-detail-total_price,
#subscription #subscription-update-container .box .body #sub-payment-detail-total_price_promo {
  text-align: right;
  font-weight: 400;
  font-size: 1.2em;
}
#subscription #subscription-payment-container .box .body #sub-payment-detail-total_price.line-through,
#subscription #subscription-payment-container .box .body #sub-payment-detail-total_price_promo.line-through,
#subscription #subscription-update-container .box .body #sub-payment-detail-total_price.line-through,
#subscription #subscription-update-container .box .body #sub-payment-detail-total_price_promo.line-through {
  text-decoration: line-through;
}
#subscription #subscription-payment-container .box .body #sub-payment-detail-taxe-value,
#subscription #subscription-update-container .box .body #sub-payment-detail-taxe-value {
  text-align: right;
}
#subscription #subscription-payment-container .box .body #sub-payment-detail-total_price_promo,
#subscription #subscription-update-container .box .body #sub-payment-detail-total_price_promo {
  font-size: 1.5em;
  color: #147882;
}
#subscription #subscription-payment-container .box .body #sub-payment-detail-taxe,
#subscription #subscription-update-container .box .body #sub-payment-detail-taxe {
  font-size: 1em;
}
#subscription #subscription-payment-container .box .body #sub-payment-detail-taxe span,
#subscription #subscription-update-container .box .body #sub-payment-detail-taxe span {
  color: #d34618;
}
#subscription #subscription-payment-container .box .body #sub-payment-detail-nextp,
#subscription #subscription-update-container .box .body #sub-payment-detail-nextp {
  color: #d34618;
  margin: 1em 0 0 0;
  font-size: 0.8em;
  font-style: italic;
}
#subscription #subscription-payment-container .box .body #sub-payment-detail-promotxt,
#subscription #subscription-update-container .box .body #sub-payment-detail-promotxt {
  font-weight: 400;
  font-size: 1em;
  margin: 0.5em 0;
}
#subscription #subscription-payment-container .box .body #sub-payment-detail-promo,
#subscription #subscription-update-container .box .body #sub-payment-detail-promo {
  text-transform: uppercase;
  font-size: 0.8em;
}
#subscription #subscription-payment-container .box .body #subscription-payment-help-titl,
#subscription #subscription-update-container .box .body #subscription-payment-help-titl {
  font-weight: 400;
  font-size: 1.2em;
}
#subscription #subscription-payment-container .box .body #sub-stripe-form .grid-parent,
#subscription #subscription-update-container .box .body #sub-stripe-form .grid-parent {
  margin-top: 1em;
}
#subscription #subscription-payment-container .box .body #subscription-update-from-to-titl,
#subscription #subscription-update-container .box .body #subscription-update-from-to-titl {
  text-align: center;
}
#subscription #subscription-payment-container .box .body #subscription-update-lines span,
#subscription #subscription-update-container .box .body #subscription-update-lines span {
  font-weight: 500;
  font-size: 1em;
  color: #d34618;
}
#subscription #subscription-payment-container .box .body #subscription-update-lines p,
#subscription #subscription-update-container .box .body #subscription-update-lines p {
  font-size: 1.5em;
}
#subscription #subscription-payment-container .box .body #subscription-update-total-p,
#subscription #subscription-payment-container .box .body #subscription-update-total-price,
#subscription #subscription-update-container .box .body #subscription-update-total-p,
#subscription #subscription-update-container .box .body #subscription-update-total-price {
  font-size: 2.3em;
  font-weight: 600;
}
#subscription #subscription-payment-container .box .body #subscription-update-total-span,
#subscription #subscription-update-container .box .body #subscription-update-total-span {
  color: #d34618;
}
#subscription #subscription-payment-container #subscription-payment-help .body,
#subscription #subscription-update-container #subscription-payment-help .body {
  border-radius: 10px;
}
#subscription #subscription-payment-container #subscription-payment-help p,
#subscription #subscription-update-container #subscription-payment-help p {
  margin-bottom: 0.5em;
}
#subscription #subscription-payment-container #subscription-payment-help i,
#subscription #subscription-update-container #subscription-payment-help i {
  margin-right: 0.25em;
  font-weight: 600;
}
#subscription #subscription-payment-container #subscription-payment-help a,
#subscription #subscription-update-container #subscription-payment-help a {
  color: #147882;
}
#subscription #subscription-payment-container #subscription-payment-help a:hover,
#subscription #subscription-update-container #subscription-payment-help a:hover {
  color: #d34618;
}
#subscription #subscription-payment-container #subscription-payment-help span,
#subscription #subscription-update-container #subscription-payment-help span {
  font-family: Nunito-L, sans-serif;
}
#subscription #subscription-update-container {
  width: 50vw;
}
@media screen and (max-width: 1280px) {
  #subscription #subscription-update-container {
    width: 70vw;
  }
}
@media screen and (max-width: 442px) {
  #subscription #subscription-update-container {
    width: 90vw;
  }
}
#subscription #subscription-update-container .from-subscription,
#subscription #subscription-update-container .to-subscription {
  z-index: 1;
  border: 1px solid #595959;
  border-radius: 20px;
  padding: 0.5em 1em;
  background: white;
}
#subscription #subscription-update-container .from-subscription .sub-name,
#subscription #subscription-update-container .to-subscription .sub-name {
  font-family: Hind, sans-serif;
  font-weight: bold;
  white-space: pre-wrap;
}
#subscription #subscription-update-container .from-subscription .price,
#subscription #subscription-update-container .to-subscription .price {
  font-family: Hind, sans-serif;
  font-weight: bold;
  font-size: 2em;
}
#subscription #subscription-update-container .from-subscription .price-status,
#subscription #subscription-update-container .to-subscription .price-status {
  font-size: 0.8em;
}
#subscription #subscription-update-container .from-subscription .main-title,
#subscription #subscription-update-container .to-subscription .main-title {
  display: grid;
  grid-template-areas: "a b" "c c";
  position: relative;
}
#subscription #subscription-update-container .from-subscription .main-title::after,
#subscription #subscription-update-container .to-subscription .main-title::after {
  grid-area: c;
  content: "";
  border-bottom: 2px solid #595959;
  width: calc(100% + 2em);
  transform: translateX(-1em);
  position: absolute;
  bottom: 0;
  left: 0;
}
#subscription #subscription-update-container .total .invoice,
#subscription #subscription-update-container .total .credit {
  font-family: Hind, sans-serif;
  font-weight: bold;
  font-size: 2em;
}
#subscription #subscription-update-container .total .invoice {
  color: #d34618;
}
#subscription #subscription-update-container .total .credit {
  color: #147882;
}
#subscription #subscription-payment-container {
  display: grid;
  grid-template-columns: 70fr 30fr;
}
@media screen and (max-width: 1024px) {
  #subscription #subscription-payment-container {
    grid-template-columns: 1fr;
  }
}
#subscription #subscription_form .error {
  color: #d34618 !important;
}
#subscription .section-btn {
  width: 80%;
  margin: 0 auto 2em;
}
#subscription #subscription-stripe-step-update .from-to-subscription {
  display: grid;
  grid-template-columns: minmax(150px, 40vw) auto minmax(150px, 40vw);
}
#subscription #subscription-stripe-step-update .total {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #subscription #subscription-stripe-step-update .total {
    width: 70%;
  }
}
#subscription #subscription-stripe-step-update .total .partial-invoice {
  text-align: right;
  font-size: 1em;
}
#subscription #subscription-stripe-step-update .total span {
  text-align: right;
}
#subscription #subscription-stripe-step-update .total .delimiter {
  height: 1px;
  border-top: 1px solid #595959;
}

@media screen and (max-width: 1280px) {
  #subscription.section {
    width: 100%;
  }
}

#ask-log-method .cadre {
  text-decoration: none;
  cursor: pointer;
  padding: 1.5em;
  border: 2px solid #d6e5e0;
  border-radius: 5px;
  font-size: 1em;
  color: #147882;
  text-align: center;
  transition: border-color 0.2s, color 0.2s;
}
#ask-log-method .cadre:hover {
  border: 2px solid #d34618;
  color: #d34618;
}
#ask-log-method .cadre p {
  min-height: 80px;
}
#ask-log-method .cadre img {
  max-width: 30%;
  max-height: 30%;
  margin: 1em auto;
  display: block;
}

.content-page #menu_page .block-signup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  margin-top: 4em;
  z-index: 1;
  right: 0;
  top: 0;
  height: calc(100vh - 25px);
}
.content-page #menu_page .block-signup h1 {
  margin-top: 2em;
  font-size: 2em;
}
.content-page #menu_page .block-signup h2 {
  text-align: center;
  font-size: 1.6em;
}
.content-page #menu_page .block-signup h3 {
  font-size: 1.5em;
}
.content-page #menu_page .block-signup p {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .content-page #menu_page .block-signup {
    margin-top: 5em;
    margin: 0 auto;
  }
}
@media screen and (max-width: 546px) {
  .content-page #menu_page .block-signup {
    margin-top: 4em;
    margin: 0 auto;
    right: auto;
    left: auto;
    width: 90%;
  }
  .content-page #menu_page .block-signup h1 {
    font-size: 1.5em;
    margin-bottom: 0.7em;
  }
}
.content-page #menu_page .block-signup input[name=account_password],
.content-page #menu_page .block-signup input[name=account_conf_password] {
  display: inline;
  max-width: 90%;
}
.content-page #menu_page .block-signup .show_password {
  position: absolute;
  transform: translateY(10px);
  margin-left: 1em;
  cursor: pointer;
  color: #595959;
}
.content-page #menu_page .block-signup .show_password:hover {
  opacity: 0.5;
}
.content-page #menu_page .block-signup .main-step {
  margin-top: 1em;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: clamp(100px, 100%, 400px);
}
.content-page #menu_page .block-signup .main-step .step {
  width: 3em;
  height: 3em;
  border-radius: 2em;
  background-color: #d34618;
  display: inline-block;
}
.content-page #menu_page .block-signup .main-step .step p {
  font-size: 1.2em;
  color: white;
  margin: 0;
  padding: 0.7em 0.9em;
  display: block;
}
.content-page #menu_page .block-signup .main-step span.line {
  width: 30%;
  height: 1px;
  background: #b0b3b3;
  display: inline-block;
}
.content-page #menu_page .block-signup .main-step .validate {
  background-color: #147882;
}
.content-page #menu_page .block-signup .main-step .current-step {
  animation: flashing 1.5s linear infinite;
}
@keyframes flashing {
  50% {
    opacity: 0.9;
  }
}
.content-page #menu_page .block-signup #section-create-form {
  width: 25em;
  justify-self: center;
}
@media screen and (max-width: 546px) {
  .content-page #menu_page .block-signup #section-create-form {
    width: 22em;
  }
}
.content-page #menu_page .block-signup #section-create-form .form-container {
  text-align: center;
}
.content-page #menu_page .block-signup #section-create-form .form-container input:focus {
  outline: none;
}
.content-page #menu_page .block-signup #section-create-form .form-container .form-group {
  text-align: left;
  margin-top: 1em;
}
.content-page #menu_page .block-signup #section-create-form .form-container .form-group label:not(.error) {
  margin: 0;
  padding: 0.5em 0;
}
.content-page #menu_page .block-signup #section-create-form .form-container .form-group label.error {
  font-size: 0.7em;
  font-weight: 100;
}
.content-page #menu_page .block-signup #section-create-form .form-container .country {
  display: flex;
  flex-direction: row;
  column-gap: 1em;
  margin: 1em auto;
}
@media screen and (max-width: 546px) {
  .content-page #menu_page .block-signup #section-create-form .form-container .country {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.content-page #menu_page .block-signup #section-create-form .form-container .country select {
  width: 90%;
}
.content-page #menu_page .block-signup #section-create-form .form-container .btn-submit {
  margin: 2em auto;
}
.content-page #menu_page .block-signup #section-success {
  width: 40em;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  border: 5px solid #d6e5e0;
  border-radius: 7px;
  padding: 1em;
  margin: 1em auto;
}
.content-page #menu_page .block-signup #section-success i {
  font-size: 5em;
  color: #d34618;
}
.content-page #menu_page .block-signup #section-success p {
  color: #372d2d;
  text-align: center;
}
@media screen and (max-width: 546px) {
  .content-page #menu_page .block-signup #section-success {
    width: 22em;
  }
}
.content-page #menu_page .block-signup #section-success .form-container .btn-submit {
  margin: 1em 0;
}
.content-page #menu_page .block-signup #section-success span.txt-popup {
  text-transform: lowercase !important;
}
.content-page #menu_page .block-signup #section-success .default-cadre .cadre span {
  padding-bottom: 1em;
  display: block;
}
.content-page #menu_page .block-signup #section-success .tree-img {
  grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
}
.content-page #menu_page .block-signup #section-success .cadre {
  text-decoration: none;
  cursor: pointer;
  padding: 1em 0.5em;
  border: 2px solid #d6e5e0;
  border-radius: 5px;
  font-size: 1em;
  color: #147882;
}
.content-page #menu_page .block-signup #section-success .cadre:hover {
  border: 2px solid #d34618;
}
.content-page #menu_page .block-signup #section-success .cadre p {
  min-height: 80px;
}
.content-page #menu_page .block-signup #section-success .cadre img {
  width: 50%;
  max-height: auto;
  margin: 10px auto;
  display: block;
}
.content-page #menu_page .block-signup #section-success a:hover {
  color: #147882;
}
.content-page #menu_page .block-signup #section-success .blockFile label {
  color: #147882;
}
.content-page #menu_page .block-signup #section-success .blockFile label:hover {
  color: #d34618;
}
.content-page #menu_page .block-signup #section-success h2 {
  font-size: 1.5em;
}
.content-page #menu_page .block-signup #section-success h2 span {
  display: block;
  font-family: Hind, sans-serif;
  margin-top: 0.3em;
}
.content-page #menu_page .block-signup #section-waiting {
  width: 25em;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  border: 5px solid #d6e5e0;
  border-radius: 7px;
  padding: 1em;
  margin: 1em auto;
}
.content-page #menu_page .block-signup #section-waiting p {
  color: #372d2d;
  text-align: center;
}
.content-page #menu_page .block-signup #section-waiting i {
  font-size: 2.5em;
  color: #147882;
}
@media screen and (max-width: 546px) {
  .content-page #menu_page .block-signup #section-waiting {
    width: 22em;
  }
}
.content-page #menu_page .block-signup #section-error {
  width: 25em;
}
@media screen and (max-width: 546px) {
  .content-page #menu_page .block-signup #section-error {
    width: 22em;
  }
}
.content-page #menu_page .block-signup #section-error .btn {
  padding: 10px;
  max-width: 380px;
  min-width: 350px;
  font-size: 0.9em;
}
.content-page #menu_page .block-signup #section-error input:focus {
  outline: none;
}
.content-page #menu_page .block-signup #section-error #popup-error {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  border: 5px solid #d6e5e0;
  border-radius: 7px;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.content-page #menu_page .block-signup #section-error #popup-error i {
  font-size: 5em;
  color: #fca758;
}
.content-page #menu_page .block-signup #section-error #popup-error p {
  color: #372d2d;
  text-align: center;
  font-size: 1.3em;
}
.content-page #menu_page .block-signup #section-error #popup-error h3 {
  font-size: 2em;
}
.content-page #menu_page .block-signup #section-valid-form input:focus {
  outline: none;
}
.content-page #menu_page .block-signup #section-valid-form .form-container .form-group label:not(.error) {
  text-align: left;
  margin: 0;
  padding: 0.5em 0;
}
.content-page #menu_page .block-signup #section-valid-form .form-container label.error {
  font-size: 0.7em;
  font-weight: 100;
}
.content-page #menu_page .block-signup #section-valid-form .form-container .country {
  display: flex;
  flex-direction: row;
  column-gap: 1em;
  margin: 1em auto;
}
@media screen and (max-width: 546px) {
  .content-page #menu_page .block-signup #section-valid-form .form-container .country {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.content-page #menu_page .block-signup #section-valid-form .form-container .country select {
  width: 90%;
}
.content-page #menu_page .block-signup #section-valid-form a {
  display: block;
}
.content-page #menu_page .block-signup #section-cgu {
  max-height: 65vh;
  max-width: 50em;
  overflow-y: auto;
  overflow-x: hidden;
  border: 5px solid #d6e5e0;
  border-radius: 7px;
  padding: 2em 1em 1em 1em;
  margin: 0 0 1em 0;
  scrollbar-width: thin;
}
.content-page #menu_page .block-signup #section-cgu .table-responsive {
  font-size: 0.8em;
}
.content-page #menu_page .block-signup #section-cgu h1,
.content-page #menu_page .block-signup #section-cgu h2,
.content-page #menu_page .block-signup #section-cgu h3,
.content-page #menu_page .block-signup #section-cgu h4 {
  text-align: left;
}
.content-page #menu_page .block-signup #section-cgu .submit {
  display: flex;
  flex-direction: row;
  column-gap: 1em;
  margin: 1em auto;
  justify-content: center;
}
.content-page #menu_page .block-signup #section-cgu #cgu ul,
.content-page #menu_page .block-signup #section-cgu #cgu li,
.content-page #menu_page .block-signup #section-cgu #cgu p,
.content-page #menu_page .block-signup #section-cgu #cgu span,
.content-page #menu_page .block-signup #section-cgu #cgu div {
  text-align: left;
  white-space: pre-line;
}
.content-page #menu_page .block-signup #section-cgu #cgu ul,
.content-page #menu_page .block-signup #section-cgu #cgu ol {
  padding: 0em 1em 1em 2em;
  list-style-type: disc;
}
.content-page #menu_page .block-signup #section-cgu #cgu ul li,
.content-page #menu_page .block-signup #section-cgu #cgu ol li {
  display: list-item;
  font-family: "Nunito-L", sans-serif;
}
.content-page #menu_page .block-signup #section-cgu #cgu p {
  padding: 1em;
}
.content-page #menu_page .block-signup #section-cgu #cgu .important {
  background-color: rgba(230, 80, 30, 0.2);
  border-radius: 5px;
  margin-bottom: 2em;
  margin-top: 1em;
}
.content-page #menu_page .block-signup #section-cgu #cgu .legal p {
  margin: 0;
  padding: 0;
}
.content-page #menu_page .block-signup #section-cgu #cgu h3.orange {
  cursor: pointer;
}
.content-page #menu_page .box-menu .t {
  text-align: left;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0em;
}
.content-page #menu_page .box-menu .b {
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 0.5em 1em;
  overflow: auto;
  position: relative;
}
.content-page #menu_page .box-menu .b .paywall {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #6f6f6f 100%, #6f6f6f);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.content-page #menu_page .box-menu .b .paywall .lock-icon {
  font-size: 2em;
  color: white;
  padding: 10px;
}
.content-page #menu_page .box-menu h3 {
  font-family: "Nunito-L", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #adaaaa;
  text-align: left;
}
.content-page #menu_page .box-menu .icon {
  background-color: #147882;
  border-radius: 50%;
  width: 2.2em;
  height: 2.2em;
  color: white;
  font-size: 1.4em;
  padding-top: 0.5em;
  text-align: center;
}
.content-page #menu_page .box-menu .small_icon {
  background-color: #147882;
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  color: white;
  font-size: 1.2em;
  padding-top: 0.2em;
  text-align: center;
  margin: 0.2em 0.4em;
}
.content-page #menu_page .box-menu .scroll {
  scrollbar-color: #d34618 rgba(89, 89, 89, 0.0901960784);
  scrollbar-width: thin;
}
.content-page #menu_page .box-menu .section-home {
  padding: 0em 0em 2em 0em;
}
.content-page #menu_page .box-menu .section-home .section-user,
.content-page #menu_page .box-menu .section-home .section-user-plus {
  display: grid;
  grid-template-columns: repeat(4, min(25%, 270px));
  grid-template-rows: repeat(3, 250px);
  grid-template-areas: "recent recent recent gallery" "birth export search link" "stat cohe match link";
  gap: 1em;
  justify-items: stretch;
  align-items: stretch;
  justify-content: center;
  align-content: center;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .content-page #menu_page .box-menu .section-home .section-user,
  .content-page #menu_page .box-menu .section-home .section-user-plus {
    grid-template-columns: repeat(3, min(30%, 270px));
    grid-template-rows: repeat(4, 250px);
    grid-template-areas: "recent recent gallery" "birth export link" "search stat link" "cohe match link";
  }
}
@media screen and (max-width: 1024px) {
  .content-page #menu_page .box-menu .section-home .section-user,
  .content-page #menu_page .box-menu .section-home .section-user-plus {
    grid-template-columns: repeat(2, min(45%, 270px));
    grid-template-rows: repeat(5, 250px);
    grid-template-areas: "recent recent" "birth gallery" "export search" "stat cohe" "match link";
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 546px) {
  .content-page #menu_page .box-menu .section-home .section-user,
  .content-page #menu_page .box-menu .section-home .section-user-plus {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(9, 250px);
    grid-template-areas: "recent" "gallery" "birth" "export" "search" "stat" "cohe" "match" "link";
    width: 95%;
    margin: auto;
  }
}
.content-page #menu_page .box-menu .section-home .section-user-solo,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus,
.content-page #menu_page .box-menu .section-home .section-user-duo {
  display: grid;
  grid-template-columns: repeat(4, min(25%, 270px));
  grid-template-rows: repeat(3, 250px);
  grid-template-areas: "recent recent recent gallery" "birth match search link" "stat cohe task-export link";
  gap: 1em;
  justify-items: stretch;
  align-items: stretch;
  justify-content: center;
  align-content: center;
  margin: auto;
  padding-top: 40px;
}
@media screen and (max-width: 1280px) {
  .content-page #menu_page .box-menu .section-home .section-user-solo,
  .content-page #menu_page .box-menu .section-home .section-user-solo-plus,
  .content-page #menu_page .box-menu .section-home .section-user-duo-plus,
  .content-page #menu_page .box-menu .section-home .section-user-duo {
    grid-template-columns: repeat(3, min(30%, 270px));
    grid-template-rows: repeat(4, 250px);
    grid-template-areas: "recent recent gallery" "birth match link" "search stat link" "cohe task-export link";
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .content-page #menu_page .box-menu .section-home .section-user-solo,
  .content-page #menu_page .box-menu .section-home .section-user-solo-plus,
  .content-page #menu_page .box-menu .section-home .section-user-duo-plus,
  .content-page #menu_page .box-menu .section-home .section-user-duo {
    grid-template-columns: repeat(2, min(45%, 270px));
    grid-template-rows: repeat(5, 250px);
    grid-template-areas: "recent recent" "birth gallery" "match search" "stat cohe" "task-export link";
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 546px) {
  .content-page #menu_page .box-menu .section-home .section-user-solo,
  .content-page #menu_page .box-menu .section-home .section-user-solo-plus,
  .content-page #menu_page .box-menu .section-home .section-user-duo-plus,
  .content-page #menu_page .box-menu .section-home .section-user-duo {
    grid-template-columns: 1fr;
    grid-template-rows: 375px repeat(9, 250px);
    grid-template-areas: "recent" "gallery" "birth" "match" "search" "stat" "cohe" "task-export" "link";
    width: 95%;
    margin: auto;
  }
}
.content-page #menu_page .box-menu .section-home .section-user section,
.content-page #menu_page .box-menu .section-home .section-user-plus section,
.content-page #menu_page .box-menu .section-home .section-user-solo section,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus section,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus section,
.content-page #menu_page .box-menu .section-home .section-user-duo section {
  display: grid;
  grid-template-rows: 1fr 6fr;
  row-gap: 0.2em;
}
.content-page #menu_page .box-menu .section-home .section-user .section-multiple,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-multiple,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-multiple,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-multiple,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-multiple,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-multiple {
  display: grid;
  grid-template-rows: 1fr 20fr;
  row-gap: 0.3em;
}
.content-page #menu_page .box-menu .section-home .section-user .section-multiple .b,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-multiple .b,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-multiple .b,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-multiple .b,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-multiple .b,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-multiple .b {
  padding: 1em auto;
}
@media screen and (max-width: 1280px) {
  .content-page #menu_page .box-menu .section-home .section-user .section-multiple,
  .content-page #menu_page .box-menu .section-home .section-user-plus .section-multiple,
  .content-page #menu_page .box-menu .section-home .section-user-solo .section-multiple,
  .content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-multiple,
  .content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-multiple,
  .content-page #menu_page .box-menu .section-home .section-user-duo .section-multiple {
    grid-template-rows: 1fr 27fr;
  }
}
@media screen and (max-width: 1024px) {
  .content-page #menu_page .box-menu .section-home .section-user .section-multiple,
  .content-page #menu_page .box-menu .section-home .section-user-plus .section-multiple,
  .content-page #menu_page .box-menu .section-home .section-user-solo .section-multiple,
  .content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-multiple,
  .content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-multiple,
  .content-page #menu_page .box-menu .section-home .section-user-duo .section-multiple {
    grid-template-rows: 1fr 6fr;
    grid-template-columns: 1fr;
  }
}
.content-page #menu_page .box-menu .section-home .section-user .section-link,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-link,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-link,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-link,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-link,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-link {
  grid-area: link;
}
.content-page #menu_page .box-menu .section-home .section-user .section-link .b,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-link .b,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-link .b,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-link .b,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-link .b,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-link .b {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.content-page #menu_page .box-menu .section-home .section-user .section-link .item,
.content-page #menu_page .box-menu .section-home .section-user .section-link a,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-link .item,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-link a,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-link .item,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-link a,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-link .item,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-link a,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-link .item,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-link a,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-link .item,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-link a {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #147882;
}
.content-page #menu_page .box-menu .section-home .section-user .section-link .item:hover,
.content-page #menu_page .box-menu .section-home .section-user .section-link a:hover,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-link .item:hover,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-link a:hover,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-link .item:hover,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-link a:hover,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-link .item:hover,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-link a:hover,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-link .item:hover,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-link a:hover,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-link .item:hover,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-link a:hover {
  color: #d34618;
}
.content-page #menu_page .box-menu .section-home .section-user .section-link .blockFile form h4,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-link .blockFile form h4,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-link .blockFile form h4,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-link .blockFile form h4,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-link .blockFile form h4,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-link .blockFile form h4 {
  font-size: 1em;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .content-page #menu_page .box-menu .section-home .section-user .section-link,
  .content-page #menu_page .box-menu .section-home .section-user-plus .section-link,
  .content-page #menu_page .box-menu .section-home .section-user-solo .section-link,
  .content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-link,
  .content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-link,
  .content-page #menu_page .box-menu .section-home .section-user-duo .section-link {
    grid-area: auto;
  }
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent {
  grid-area: recent;
  display: grid;
  position: relative;
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b {
  display: grid;
  grid-template-columns: 85fr 15fr;
  row-gap: 0;
  column-gap: 1em;
}
@media screen and (max-width: 546px) {
  .content-page #menu_page .box-menu .section-home .section-user .section-recent .b,
  .content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b,
  .content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b,
  .content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b,
  .content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b,
  .content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr;
  }
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b #recent-activity #last-updates-container,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b #recent-activity #last-updates-container,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b #recent-activity #last-updates-container,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b #recent-activity #last-updates-container,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b #recent-activity #last-updates-container,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b #recent-activity #last-updates-container {
  display: grid;
  align-items: start;
  justify-items: start;
  padding-left: 0.5em;
  padding-top: 0.5em;
  text-align: left;
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b #recent-activity #last-updates-container .item,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b #recent-activity #last-updates-container .item,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b #recent-activity #last-updates-container .item,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b #recent-activity #last-updates-container .item,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b #recent-activity #last-updates-container .item,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b #recent-activity #last-updates-container .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b #recent-activity #last-updates-container .item i,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b #recent-activity #last-updates-container .item i,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b #recent-activity #last-updates-container .item i,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b #recent-activity #last-updates-container .item i,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b #recent-activity #last-updates-container .item i,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b #recent-activity #last-updates-container .item i {
  padding: 0.5em;
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b #recent-activity #last-updates-container .item a span,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b #recent-activity #last-updates-container .item a span,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b #recent-activity #last-updates-container .item a span,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b #recent-activity #last-updates-container .item a span,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b #recent-activity #last-updates-container .item a span,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b #recent-activity #last-updates-container .item a span {
  padding-left: 0.25em;
}
@media screen and (max-width: 546px) {
  .content-page #menu_page .box-menu .section-home .section-user .section-recent .b #recent-activity #last-updates-container,
  .content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b #recent-activity #last-updates-container,
  .content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b #recent-activity #last-updates-container,
  .content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b #recent-activity #last-updates-container,
  .content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b #recent-activity #last-updates-container,
  .content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b #recent-activity #last-updates-container {
    padding-left: 0;
    padding-top: 0;
  }
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b .btns,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b .btns,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b .btns,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b .btns,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b .btns,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b .btns {
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b .btns .btn-home,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b .btns .btn-home,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b .btns .btn-home,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b .btns .btn-home,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b .btns .btn-home,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b .btns .btn-home {
  height: 2em;
  min-width: 150px;
  margin-top: 0;
}
@media screen and (max-width: 546px) {
  .content-page #menu_page .box-menu .section-home .section-user .section-recent .b .btns,
  .content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b .btns,
  .content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b .btns,
  .content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b .btns,
  .content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b .btns,
  .content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b .btns {
    display: flex;
    flex-direction: column;
  }
  .content-page #menu_page .box-menu .section-home .section-user .section-recent .b .btns .btn-home,
  .content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b .btns .btn-home,
  .content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b .btns .btn-home,
  .content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b .btns .btn-home,
  .content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b .btns .btn-home,
  .content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b .btns .btn-home {
    margin-top: 0em;
  }
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b #no-person-btns,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b #no-person-btns,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b #no-person-btns,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b #no-person-btns,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b #no-person-btns,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b #no-person-btns {
  display: flex;
  place-items: center;
  flex-direction: row;
  gap: 1em;
  max-width: 180px;
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b.team,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b.team,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b.team,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b.team,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b.team,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b.team {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 3fr 1fr;
  row-gap: 0;
}
@media screen and (max-width: 546px) {
  .content-page #menu_page .box-menu .section-home .section-user .section-recent .b.team,
  .content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b.team,
  .content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b.team,
  .content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b.team,
  .content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b.team,
  .content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b.team {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr;
  }
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b.team #recent-activity #last-updates-container,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b.team #recent-activity #last-updates-container,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b.team #recent-activity #last-updates-container,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b.team #recent-activity #last-updates-container,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b.team #recent-activity #last-updates-container,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b.team #recent-activity #last-updates-container {
  display: grid;
  overflow-y: auto;
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b.team #recent-activity #last-updates-container .item,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b.team #recent-activity #last-updates-container .item,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b.team #recent-activity #last-updates-container .item,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b.team #recent-activity #last-updates-container .item,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b.team #recent-activity #last-updates-container .item,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b.team #recent-activity #last-updates-container .item {
  display: grid;
  grid-template-columns: 5fr 0.5fr 0.5fr 1fr 3fr;
  row-gap: 0em;
  word-wrap: anywhere;
  width: 100%;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 1024px) {
  .content-page #menu_page .box-menu .section-home .section-user .section-recent .b.team #recent-activity #last-updates-container .item,
  .content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b.team #recent-activity #last-updates-container .item,
  .content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b.team #recent-activity #last-updates-container .item,
  .content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b.team #recent-activity #last-updates-container .item,
  .content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b.team #recent-activity #last-updates-container .item,
  .content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b.team #recent-activity #last-updates-container .item {
    grid-template-columns: 1fr;
  }
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b.team #recent-activity #last-updates-container .item a,
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b.team #recent-activity #last-updates-container .item p,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b.team #recent-activity #last-updates-container .item a,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b.team #recent-activity #last-updates-container .item p,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b.team #recent-activity #last-updates-container .item a,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b.team #recent-activity #last-updates-container .item p,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b.team #recent-activity #last-updates-container .item a,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b.team #recent-activity #last-updates-container .item p,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b.team #recent-activity #last-updates-container .item a,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b.team #recent-activity #last-updates-container .item p,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b.team #recent-activity #last-updates-container .item a,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b.team #recent-activity #last-updates-container .item p {
  text-transform: lowercase;
  font-family: Nunito-L, sans-serif;
  font-size: 1em;
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b.team #recent-activity #last-updates-container .item i,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b.team #recent-activity #last-updates-container .item i,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b.team #recent-activity #last-updates-container .item i,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b.team #recent-activity #last-updates-container .item i,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b.team #recent-activity #last-updates-container .item i,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b.team #recent-activity #last-updates-container .item i {
  font-size: 0.85em;
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b.team #recent-activity #last-updates-container .item .last-update-minor,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b.team #recent-activity #last-updates-container .item .last-update-minor,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b.team #recent-activity #last-updates-container .item .last-update-minor,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b.team #recent-activity #last-updates-container .item .last-update-minor,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b.team #recent-activity #last-updates-container .item .last-update-minor,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b.team #recent-activity #last-updates-container .item .last-update-minor {
  margin-left: 1em;
  font-size: 10px;
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b.team .btns,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b.team .btns,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b.team .btns,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b.team .btns,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b.team .btns,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b.team .btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 2em;
}
.content-page #menu_page .box-menu .section-home .section-user .section-recent .b.team .btns .btn-home,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b.team .btns .btn-home,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b.team .btns .btn-home,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b.team .btns .btn-home,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b.team .btns .btn-home,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b.team .btns .btn-home {
  min-width: 200px;
}
@media screen and (max-width: 1024px) {
  .content-page #menu_page .box-menu .section-home .section-user .section-recent .b.team .btns,
  .content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b.team .btns,
  .content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b.team .btns,
  .content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b.team .btns,
  .content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b.team .btns,
  .content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b.team .btns {
    column-gap: 0.5em;
  }
  .content-page #menu_page .box-menu .section-home .section-user .section-recent .b.team .btns .btn-home,
  .content-page #menu_page .box-menu .section-home .section-user-plus .section-recent .b.team .btns .btn-home,
  .content-page #menu_page .box-menu .section-home .section-user-solo .section-recent .b.team .btns .btn-home,
  .content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-recent .b.team .btns .btn-home,
  .content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-recent .b.team .btns .btn-home,
  .content-page #menu_page .box-menu .section-home .section-user-duo .section-recent .b.team .btns .btn-home {
    min-width: 150px;
    margin-top: 1em;
  }
}
.content-page #menu_page .box-menu .section-home .section-user .section-gallery,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-gallery,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-gallery,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-gallery,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-gallery,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-gallery {
  grid-area: gallery;
  position: relative;
  overflow-y: hidden;
}
.content-page #menu_page .box-menu .section-home .section-user .section-gallery .b,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-gallery .b,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-gallery .b,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-gallery .b,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-gallery .b,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-gallery .b {
  position: relative;
  background-color: #faf5f0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-y: hidden;
}
.content-page #menu_page .box-menu .section-home .section-user .section-gallery .b img,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-gallery .b img,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-gallery .b img,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-gallery .b img,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-gallery .b img,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-gallery .b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.content-page #menu_page .box-menu .section-home .section-user .section-gallery .b button,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-gallery .b button,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-gallery .b button,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-gallery .b button,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-gallery .b button,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-gallery .b button {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}
.content-page #menu_page .box-menu .section-home .section-user .section-birth,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-birth,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-birth,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-birth,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-birth,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-birth {
  grid-area: birth;
  position: relative;
}
.content-page #menu_page .box-menu .section-home .section-user .section-birth .b,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-birth .b,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-birth .b,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-birth .b,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-birth .b,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-birth .b {
  display: grid;
  grid-template-rows: 2fr 5fr;
  justify-items: center;
  justify-content: center;
}
.content-page #menu_page .box-menu .section-home .section-user .section-birth .b .icon,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-birth .b .icon,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-birth .b .icon,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-birth .b .icon,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-birth .b .icon,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-birth .b .icon {
  margin-top: 0.5em;
}
.content-page #menu_page .box-menu .section-home .section-user .section-birth .birtday h3,
.content-page #menu_page .box-menu .section-home .section-user .section-birth .marrday h3,
.content-page #menu_page .box-menu .section-home .section-user .section-birth .deatday h3,
.content-page #menu_page .box-menu .section-home .section-user .section-birth .noevent h3,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-birth .birtday h3,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-birth .marrday h3,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-birth .deatday h3,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-birth .noevent h3,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-birth .birtday h3,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-birth .marrday h3,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-birth .deatday h3,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-birth .noevent h3,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-birth .birtday h3,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-birth .marrday h3,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-birth .deatday h3,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-birth .noevent h3,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-birth .birtday h3,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-birth .marrday h3,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-birth .deatday h3,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-birth .noevent h3,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-birth .birtday h3,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-birth .marrday h3,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-birth .deatday h3,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-birth .noevent h3 {
  text-align: center;
}
.content-page #menu_page .box-menu .section-home .section-user .section-birth .event-container,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-birth .event-container,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-birth .event-container,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-birth .event-container,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-birth .event-container,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-birth .event-container {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.content-page #menu_page .box-menu .section-home .section-user .section-birth .event-container.birt a,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-birth .event-container.birt a,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-birth .event-container.birt a,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-birth .event-container.birt a,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-birth .event-container.birt a,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-birth .event-container.birt a {
  flex-basis: 75%;
}
.content-page #menu_page .box-menu .section-home .section-user .section-birth .event-container.marr a,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-birth .event-container.marr a,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-birth .event-container.marr a,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-birth .event-container.marr a,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-birth .event-container.marr a,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-birth .event-container.marr a {
  text-align: center;
  flex-basis: 45%;
}
.content-page #menu_page .box-menu .section-home .section-user .section-birth .event-container.marr span,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-birth .event-container.marr span,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-birth .event-container.marr span,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-birth .event-container.marr span,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-birth .event-container.marr span,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-birth .event-container.marr span {
  text-align: center;
  flex-basis: 10%;
}
.content-page #menu_page .box-menu .section-home .section-user .section-birth .event-container .elem,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-birth .event-container .elem,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-birth .event-container .elem,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-birth .event-container .elem,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-birth .event-container .elem,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-birth .event-container .elem {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}
.content-page #menu_page .box-menu .section-home .section-user .section-birth .event-container .elem a,
.content-page #menu_page .box-menu .section-home .section-user .section-birth .event-container .elem span,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-birth .event-container .elem a,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-birth .event-container .elem span,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-birth .event-container .elem a,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-birth .event-container .elem span,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-birth .event-container .elem a,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-birth .event-container .elem span,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-birth .event-container .elem a,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-birth .event-container .elem span,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-birth .event-container .elem a,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-birth .event-container .elem span {
  font-family: Nunito-L, sans-serif;
}
.content-page #menu_page .box-menu .section-home .section-user .section-search,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-search,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-search,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-search,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-search,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-search {
  grid-area: search;
  align-content: center;
  position: relative;
}
.content-page #menu_page .box-menu .section-home .section-user .section-search .b,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-search .b,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-search .b,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-search .b,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-search .b,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-search .b {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  justify-content: space-around;
  align-items: center;
}
.content-page #menu_page .box-menu .section-home .section-user .section-search .b input,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-search .b input,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-search .b input,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-search .b input,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-search .b input,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-search .b input {
  margin-top: 0.5em;
}
.content-page #menu_page .box-menu .section-home .section-user .section-search .b button,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-search .b button,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-search .b button,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-search .b button,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-search .b button,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-search .b button {
  margin-top: 0;
}
@media screen and (max-width: 546px) {
  .content-page #menu_page .box-menu .section-home .section-user .section-search .b button,
  .content-page #menu_page .box-menu .section-home .section-user-plus .section-search .b button,
  .content-page #menu_page .box-menu .section-home .section-user-solo .section-search .b button,
  .content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-search .b button,
  .content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-search .b button,
  .content-page #menu_page .box-menu .section-home .section-user-duo .section-search .b button {
    margin-top: 1em;
  }
}
.content-page #menu_page .box-menu .section-home .section-user .section-search .b p,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-search .b p,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-search .b p,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-search .b p,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-search .b p,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-search .b p {
  cursor: pointer;
}
.content-page #menu_page .box-menu .section-home .section-user .section-stat,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-stat,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-stat,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-stat,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-stat,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-stat {
  grid-area: stat;
  position: relative;
}
.content-page #menu_page .box-menu .section-home .section-user .section-stat .b,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-stat .b,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-stat .b,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-stat .b,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-stat .b,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-stat .b {
  display: flex;
  cursor: pointer;
}
.content-page #menu_page .box-menu .section-home .section-user .section-stat .b .stat-box,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-stat .b .stat-box,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-stat .b .stat-box,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-stat .b .stat-box,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-stat .b .stat-box,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-stat .b .stat-box {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.content-page #menu_page .box-menu .section-home .section-user .section-stat .b .stat-box .stat-line,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-stat .b .stat-box .stat-line,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-stat .b .stat-box .stat-line,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-stat .b .stat-box .stat-line,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-stat .b .stat-box .stat-line,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-stat .b .stat-box .stat-line {
  display: grid;
  grid-template-columns: 5fr 1fr;
  column-gap: 1em;
  justify-items: left;
  align-items: center;
  padding: 0.3em;
}
.content-page #menu_page .box-menu .section-home .section-user .section-stat .b .stat-box .stat-line p::first-letter,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-stat .b .stat-box .stat-line p::first-letter,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-stat .b .stat-box .stat-line p::first-letter,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-stat .b .stat-box .stat-line p::first-letter,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-stat .b .stat-box .stat-line p::first-letter,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-stat .b .stat-box .stat-line p::first-letter {
  text-transform: uppercase;
}
.content-page #menu_page .box-menu .section-home .section-user .section-match,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-match,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-match,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-match,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-match,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-match {
  grid-area: match;
  position: relative;
}
.content-page #menu_page .box-menu .section-home .section-user .section-match .b,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-match .b,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-match .b,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-match .b,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-match .b,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-match .b {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  cursor: pointer;
}
.content-page #menu_page .box-menu .section-home .section-user .section-match .b h4,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-match .b h4,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-match .b h4,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-match .b h4,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-match .b h4,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-match .b h4 {
  text-align: center;
  color: #147882;
}
.content-page #menu_page .box-menu .section-home .section-user .section-match .b .item,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-match .b .item,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-match .b .item,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-match .b .item,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-match .b .item,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-match .b .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
}
.content-page #menu_page .box-menu .section-home .section-user .section-match .b .item p,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-match .b .item p,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-match .b .item p,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-match .b .item p,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-match .b .item p,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-match .b .item p {
  text-align: left;
  padding: 0.5em;
  border-radius: 1em;
}
.content-page #menu_page .box-menu .section-home .section-user .section-export,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-export,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-export,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-export,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-export,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-export {
  grid-area: export;
  position: relative;
}
.content-page #menu_page .box-menu .section-home .section-user .section-export .b,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-export .b,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-export .b,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-export .b,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-export .b,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-export .b {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.content-page #menu_page .box-menu .section-home .section-user .section-export .b h3,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-export .b h3,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-export .b h3,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-export .b h3,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-export .b h3,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-export .b h3 {
  text-align: center;
}
.content-page #menu_page .box-menu .section-home .section-user .section-coherence,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-coherence,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-coherence,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-coherence,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-coherence,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-coherence {
  grid-area: cohe;
  cursor: pointer;
  position: relative;
}
.content-page #menu_page .box-menu .section-home .section-user .section-coherence .b,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-coherence .b,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-coherence .b,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-coherence .b,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-coherence .b,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-coherence .b {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.content-page #menu_page .box-menu .section-home .section-user .section-coherence .b .item,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-coherence .b .item,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-coherence .b .item,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-coherence .b .item,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-coherence .b .item,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-coherence .b .item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 1em;
  justify-items: center;
  align-items: center;
}
.content-page #menu_page .box-menu .section-home .section-user .section-task,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-task,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-task,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-task,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-task,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-task {
  grid-area: task-export;
  position: relative;
}
.content-page #menu_page .box-menu .section-home .section-user .section-task .item,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-task .item,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-task .item,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-task .item,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-task .item,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-task .item {
  display: grid;
  grid-template-columns: 6fr 2fr;
  gap: 1em;
  justify-items: left;
  align-items: center;
}
.content-page #menu_page .box-menu .section-home .section-user .section-task .item button,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-task .item button,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-task .item button,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-task .item button,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-task .item button,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-task .item button {
  margin-top: 0;
}
.content-page #menu_page .box-menu .section-home .section-user .section-task .item p,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-task .item p,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-task .item p,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-task .item p,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-task .item p,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-task .item p {
  text-align: center;
}
.content-page #menu_page .box-menu .section-home .section-user .section-task .item:first-of-type,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-task .item:first-of-type,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-task .item:first-of-type,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-task .item:first-of-type,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-task .item:first-of-type,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-task .item:first-of-type {
  margin: 0.5em auto 2em auto;
}
.content-page #menu_page .box-menu .section-home .section-user .section-task .item:first-of-type a,
.content-page #menu_page .box-menu .section-home .section-user-plus .section-task .item:first-of-type a,
.content-page #menu_page .box-menu .section-home .section-user-solo .section-task .item:first-of-type a,
.content-page #menu_page .box-menu .section-home .section-user-solo-plus .section-task .item:first-of-type a,
.content-page #menu_page .box-menu .section-home .section-user-duo-plus .section-task .item:first-of-type a,
.content-page #menu_page .box-menu .section-home .section-user-duo .section-task .item:first-of-type a {
  color: #147882;
}
.content-page #menu_page #matching-announce p {
  font-size: 1.1em;
}
.content-page #menu_page #matching-announce i {
  font-size: 2em;
  color: #d34618;
}
.content-page #menu_page #matching-announce ul {
  row-gap: 0.5em;
}
.content-page #menu_page #matching-announce ul li {
  display: flex;
}
.content-page #menu_page #matching-announce ul li p,
.content-page #menu_page #matching-announce ul li i {
  align-self: center;
}
.content-page #menu_page #matching-announce ul li i {
  justify-self: center;
  text-align: center;
  min-width: 50px;
}
.content-page #menu_page #matching-announce .modal-footer input {
  font-size: 1em;
}
.content-page #menu_page #squarespaceModal .menu-help-content {
  display: flex;
  gap: 1em;
  text-align: center;
}
.content-page #menu_page #squarespaceModal .menu-help-content i {
  display: block;
}
.content-page #menu_page .section-vis .pref-block {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

.content-page [id=resource] {
  background-color: #faf5f0;
}
.content-page [id=resource] h1 {
  text-align: left;
  font-weight: bold;
  font-size: 4em;
  line-height: 1.2em;
  color: #372d2d;
}
@media screen and (max-width: 1280px) {
  .content-page [id=resource] h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 1280px) {
  .content-page [id=resource] h1 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1024px) {
  .content-page [id=resource] h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 546px) {
  .content-page [id=resource] h1 {
    font-size: 1.8em;
  }
}
.content-page [id=resource] #section-resource {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  justify-items: center;
  align-items: center;
}
.content-page [id=resource] #section-resource .legend {
  display: grid;
  gap: 1em;
  justify-items: start;
  align-items: start;
  grid-column: 5/span 7;
}
.content-page [id=resource] #section-resource .legend p {
  font-size: 1.3em;
  font-family: Nunito-L, sans-serif;
}
@media screen and (max-width: 1280px) {
  .content-page [id=resource] #section-resource .legend p {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 546px) {
  .content-page [id=resource] #section-resource .legend p {
    font-size: 1.2em;
  }
}
.content-page [id=resource] #section-resource .img {
  grid-column: 14/span 11;
  margin: 1em 0em 1em 0em;
}
.content-page [id=resource] #section-resource .img img {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  .content-page [id=resource] #section-resource .legend {
    grid-column: 3/span 10;
  }
}
@media screen and (max-width: 1280px) {
  .content-page [id=resource] #section-resource .legend {
    grid-column: 4/span 9;
  }
  .content-page [id=resource] #section-resource .legend .img {
    grid-column: 14/span 11;
  }
}
@media screen and (max-width: 1280px) {
  .content-page [id=resource] #section-resource {
    margin: 2em 0em 1em 0em;
  }
  .content-page [id=resource] #section-resource .legend {
    grid-column: 2/span 12;
    margin: 1em;
  }
  .content-page [id=resource] #section-resource .img {
    grid-column: 14/span 11;
    margin: 2em 0em;
  }
}
@media screen and (max-width: 546px) {
  .content-page [id=resource] #section-resource {
    margin: 2em 1em 1em 1em;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }
  .content-page [id=resource] #section-resource .legend {
    grid-column: 1;
    grid-row: 1;
  }
  .content-page [id=resource] #section-resource .img {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
  }
}
.content-page [id=resource] .search-bar {
  background-color: #faf5f0;
  padding: 3em 0em;
  text-align: center;
}
.content-page [id=resource] .search-bar #search-bar {
  width: 40%;
}
@media screen and (max-width: 546px) {
  .content-page [id=resource] .search-bar #search-bar {
    width: 80%;
  }
}
.content-page [id=resource] #all-resources {
  display: grid;
  gap: 3em;
}
.content-page [id=resource] #all-resources #BoxResource {
  width: 70%;
  gap: 1em;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .content-page [id=resource] #all-resources #BoxResource {
    width: 95%;
  }
}
@media screen and (max-width: 546px) {
  .content-page [id=resource] #all-resources #BoxResource {
    width: 90%;
  }
}
.content-page [id=resource] #all-resources #BoxResource .icon {
  display: flex;
  justify-content: start;
  align-items: end;
  gap: 1em;
}
@media screen and (max-width: 546px) {
  .content-page [id=resource] #all-resources #BoxResource .icon {
    justify-content: center;
    align-items: center;
  }
}
.content-page [id=resource] #all-resources #BoxResource .section-resource {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  gap: 1em;
  justify-content: center;
}
.content-page [id=resource] #all-resources #BoxResource .section-resource .section-service {
  width: 300px;
  height: 200px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.content-page [id=resource] #all-resources #BoxResource .section-resource .section-service:hover {
  transform: translateY(-5px);
}
.content-page [id=resource] #all-resources #BoxResource .section-resource .section-service a {
  align-self: stretch;
}
.content-page [id=resource] #all-resources #BoxResource .section-resource .section-service a .box-item {
  height: 100%;
}
.content-page [id=resource] #all-resources #BoxResource .section-resource .section-service a .box-item h4 {
  padding: 1em;
  text-align: center;
}
.content-page [id=resource] #all-resources #BoxResource .section-resource .section-service img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.content-page [id=resource-admin] i {
  margin: 0;
  padding: 0;
}
.content-page [id=resource-admin] i:hover {
  cursor: pointer;
  opacity: 0.8;
}
.content-page [id=resource-admin] i.fa-triangle-exclamation {
  color: #d34618;
  margin-right: 1em;
}
.content-page [id=resource-admin] i.fa-star {
  color: #d34618;
}
.content-page [id=resource-admin] label {
  text-align: center;
}
.content-page [id=resource-admin] #miniature-container,
.content-page [id=resource-admin] #file-container-fr,
.content-page [id=resource-admin] #file-container-en {
  display: grid;
  grid-template-columns: 30% auto;
}
.content-page [id=resource-admin] #miniature-container img,
.content-page [id=resource-admin] #file-container-fr img,
.content-page [id=resource-admin] #file-container-en img {
  object-fit: contain;
  max-height: 180px;
  width: auto;
}
.content-page [id=resource-admin] #miniature-container .nofile,
.content-page [id=resource-admin] #file-container-fr .nofile,
.content-page [id=resource-admin] #file-container-en .nofile {
  background-color: rgba(230, 80, 30, 0.2);
  font-family: "Nunito", sans-serif;
}
.content-page [id=resource-admin] #miniature-container {
  height: 180px;
}
.content-page [id=resource-admin] .search-bar #search-bar {
  width: 80%;
}
.content-page [id=resource-admin] .search-bar .search-bar-results {
  width: 100%;
}
.content-page [id=resource-admin] .search-bar .search-bar-results .search-bar-result {
  display: grid;
  grid-template-columns: 5% auto 5% 5% 5% 5%;
}
.content-page .search-bar .input-cadre i.fa-magnifying-glass {
  background-color: #d34618;
  cursor: pointer;
  font-size: 1em;
  color: #d7e6e1;
  padding: 1em;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.content-page .search-bar .input-cadre #search-bar {
  border-bottom: 1px solid #147882;
  background-color: white;
  color: #372d2d;
  padding: 0.8em;
  font-size: 1em;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  outline: none;
  position: relative;
  border: 0;
}
.content-page .search-bar .input-cadre .search-bar-results {
  padding: 1em;
  position: absolute;
  max-height: 250px;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  color: #372d2d;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  margin-top: 0.2em;
  z-index: 10;
  width: 40%;
}
@media screen and (max-width: 546px) {
  .content-page .search-bar .input-cadre .search-bar-results {
    width: 80%;
  }
}

button {
  display: inline-block;
  font-family: "Nunito-L", sans-serif;
  font-size: 1.3em;
}
@media screen and (max-width: 1280px) {
  button {
    font-size: 1.2em;
  }
}

.btn-link {
  color: rgb(20, 120, 130);
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1.4rem;
}
.btn-link:hover {
  color: #d34618;
}

.btn-sup {
  border: 1.5px solid #d34618;
  color: #d34618 !important;
  background-color: white;
  border-radius: 5px;
  padding: 0.5em 1em;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
}
.btn-sup:hover {
  background-color: #d34618;
  color: white !important;
}

.btn-combi {
  z-index: 1000;
  background-color: white;
  top: 75px;
  left: 0;
  width: auto;
  transition: 0.3s;
  transition-property: all;
  position: fixed;
  box-shadow: 0px 1px 10px -3px rgba(0, 0, 0, 0.3);
  height: auto;
  border-bottom-right-radius: 7px;
  cursor: pointer;
  font-size: 1em;
}
.btn-combi .btn {
  display: block;
  color: #147882;
  position: relative;
  transition: 0.3s;
  transition-property: all;
  transition-property: color;
  font-size: 20px;
}
.btn-combi .btn i {
  padding: 0.5em;
  font-size: 1em;
}
.btn-combi .btn:hover {
  color: #d34618;
  background-color: rgba(215, 230, 225, 0.5);
}
.btn-combi a:not(:last-child) {
  border-bottom: 1px solid rgba(55, 45, 45, 0.2);
}
@media screen and (max-width: 1024px) {
  .btn-combi {
    top: 65.94px;
  }
  .btn-combi .btn {
    padding: 0;
  }
}
@media screen and (max-width: 546px) {
  .btn-combi {
    top: 65.94px;
    display: flex;
  }
  .btn-combi .btn {
    padding: 0;
  }
  .btn-combi a {
    border-bottom: none;
  }
}

.btn-prev,
.btn-tree {
  position: fixed;
  top: 0vh;
}

.btn-header {
  color: #ffffff;
  background-color: #d34618;
}
.btn-header:hover {
  background-color: #fca758;
  color: #ffffff;
}

.btn-success {
  background-color: #147882;
  color: #ffffff;
  border: 0px;
}
.btn-success:hover {
  background-color: #d7e6e1;
  color: #147882;
}

.btn-side {
  height: 40px;
  width: 60px;
  border: 0px;
  border-radius: 0px 10px 10px 0px;
  padding: 5px 10px 5px 10px;
  background-color: rgba(20, 120, 130, 0.6666666667);
}
.btn-side i {
  color: #ffffff;
  font-size: 2em;
}

.btn-green {
  width: 238px;
  border-radius: 5px;
  padding: 5px;
  font-size: 1em;
  font-weight: inherit;
  background-color: #147882;
  color: #ffffff;
}
.btn-green:hover {
  background-color: rgba(20, 120, 130, 0.6666666667);
  color: #ffffff;
}

.btn-grey {
  width: 238px;
  border-radius: 5px;
  padding: 5px;
  font-size: 1em;
  font-weight: inherit;
  background-color: #d4e6f6;
  color: rgb(20, 120, 130);
}
.btn-grey:hover {
  background-color: rgba(20, 120, 130, 0.6666666667);
  color: rgb(20, 120, 130);
}

.btn-create {
  border: 1.5px solid #d34618;
  color: #d34618;
  background-color: white;
  padding: 0.4em 2em 0.4em 2em;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
}
.btn-create:hover {
  background-color: #fca758;
  border: 1.5px solid #fca758;
  color: white;
}

.btn-premium {
  border: 1.5px solid #147882;
  color: white;
  background-color: #147882;
  padding: 0.4em 0.4em 0.4em 0.4em;
  border-radius: 5px;
  font-size: 1em;
}
.btn-premium:hover {
  color: #147882;
  background-color: white;
  border: 1.5px solid #147882;
}

.btn-black {
  border: 1.5px solid #c6c6c6;
  color: #000000;
  background-color: #faf5f0;
  padding: 0.4em 0.4em 0.4em 0.4em;
  border-radius: 5px;
}
.btn-black:hover {
  color: #d34618;
  background-color: #faf5f0;
  border: 1.5px solid #d34618;
}

.btn-create-section {
  padding: 1em;
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  background-color: #d34618;
  border: 0;
}
.btn-create-section:hover {
  background-color: #fca758;
  color: #372d2d;
}

.btn-primary {
  font-weight: 400;
  border-radius: 5px;
  color: white;
  border: 0;
  background-color: #d34618;
  transition: 0.2s;
  cursor: pointer;
  padding: 0.5em 2em 0.5em 2em;
  text-align: center;
}
.btn-primary:hover {
  color: #372d2d;
  background-color: #fca758;
}

.btn-secondary-green {
  font-weight: 400;
  font-family: Nunito-L, sans-serif;
  border-radius: 5px;
  color: white;
  border: 0;
  background-color: #147882;
  transition: 0.2s;
  cursor: pointer;
  padding: 0.5em 2em 0.5em 2em;
}
.btn-secondary-green:hover {
  color: white;
  background-color: rgba(20, 120, 130, 0.6666666667);
}

.btn-primary-green {
  font-size: 1.1em;
  font-weight: 400;
  border-radius: 5px;
  color: white;
  border: 0;
  background-color: #147882;
  transition: 0.2s;
  cursor: pointer;
  padding: 0.5em 2em 0.5em 2em;
}
.btn-primary-green:hover {
  color: white;
  background-color: rgba(20, 120, 130, 0.6666666667);
}

.btn-secondary {
  border: 0;
  padding: 0.5em 1em;
  cursor: pointer;
  border-radius: 5px;
  color: white;
  transition: 0.2s;
  background-color: #d34618;
}
.btn-secondary:hover {
  background-color: #fca758;
}

.btn-third {
  border: 1.5px solid #d34618;
  color: #d34618;
  background-color: white;
  border-radius: 5px;
  padding: 0.5em 1em;
  cursor: pointer;
  font-size: 1em;
  text-align: center;
}
.btn-third:hover {
  background-color: #d34618;
  color: white;
}

.btn-grey-second {
  color: white;
  background-color: #595959;
  border-radius: 5px;
  padding: 0.5em 1em;
  border: 0;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  border: 1.5px solid #595959;
}
.btn-grey-second:hover {
  background-color: white;
  color: #595959;
  border: 1.5px solid #595959;
}

.btn-small {
  width: 150px;
}

.grid-responsive-small {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.btn-medium {
  width: 170px;
}

.grid-responsive-medium {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.btn-large {
  width: 200px;
}

.grid-responsive-large {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.btn-xlarge {
  width: 240px;
}

.grid-responsive-xlarge {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

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

.btn-circle.btn-lg {
  width: 40px;
  height: 40px;
  padding: 8px 10px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-red {
  background-color: #cd8b84;
  border-radius: 0px;
  color: #fff !important;
  margin: 5px 0px;
  padding: 5px;
  font-size: 20px;
  font-weight: inherit;
}
.btn-red:hover {
  background-color: #d16f55;
  color: #fff !important;
}

.btn-home {
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  padding: 0.3em 0em;
  border: 0;
  cursor: pointer;
  border-radius: 25px;
  min-width: 200px;
}
@media screen and (max-width: 1280px) {
  .btn-home {
    min-width: 190px;
  }
}
.btn-home.orange {
  color: #ffffff;
  background-color: #d34618;
}
.btn-home.orange:hover {
  background-color: #fca758;
  color: white;
}
.btn-home.orange a {
  color: white;
}
.btn-home.orange a:hover {
  color: #372d2d;
}
.btn-home.vert {
  color: #ffffff;
  background-color: #147882;
}
.btn-home.vert:hover {
  background-color: rgba(20, 120, 130, 0.6666666667);
  color: white;
}
.btn-home.vert a {
  color: white;
}
.btn-home.vert a:hover {
  color: white;
}
@media screen and (max-width: 546px) {
  .btn-home.vert {
    width: 120px;
    max-width: 150px;
  }
}

.btn-submit {
  margin: 0;
  float: none;
  font-family: Nunito-L, sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  padding: 0.5em 1em;
  color: #ffffff;
  background-color: #d34618;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  border: 1.5px solid #d34618;
  display: inline-block;
}
.btn-submit:hover {
  background-color: #fca758;
  color: #ffffff;
  border: 1.5px solid #fca758;
}
.btn-submit:focus {
  background-color: #d34618;
  color: #ffffff;
}

.btn-submit-empty {
  margin: 0;
  float: none;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  padding: 0.5em 1em;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  background-color: white;
  color: #d34618;
  border: 1.5px solid #fca758;
}
.btn-submit-empty:hover {
  color: #ffffff;
  background-color: #d34618;
  border: 1.5px solid #d34618;
}
.btn-submit-empty:focus {
  background-color: #d34618;
  color: #ffffff;
}

.btn-submit-large {
  min-width: 170px;
  max-width: 230px;
}

.btn-cancel {
  width: 100%;
  margin: 0.5em auto;
  float: none;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  padding: 5px;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
}

.btn-edit {
  color: white;
  background-color: #d34618;
  padding: 3px;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
}
.btn-edit:hover {
  background-color: #fca758;
  color: #372d2d;
}

.btn-trans {
  background-color: transparent;
  color: #d34618;
  border: 0;
  cursor: pointer;
  font-size: 1.2em;
  padding: 0;
  text-align: left;
}
.btn-trans:hover {
  color: #147882;
}

.btn-noback {
  border: none;
  background-color: white;
}

.btn-submit:focus {
  color: #ffffff;
}

.modal {
  position: fixed;
  top: 67px;
  left: 0;
  margin: auto;
  z-index: 1001;
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal .modal-dialog {
  display: block;
  position: relative;
  margin: 0.25em auto;
  max-height: calc(100vh - 67px - 4em);
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .modal {
    top: 65.94px;
    transform: translateY(-65.94px);
  }
  .modal .modal-dialog {
    max-height: calc(100vh - 65.94px - 4em);
  }
}
@media screen and (max-width: 442px) {
  .modal {
    top: 65.94px;
    transform: translateY(-65.94px);
  }
  .modal .modal-dialog {
    max-height: calc(100vh - 65.94px - 4em);
  }
}

.modal-ycenter .modal-dialog {
  top: calc(50% - 67px);
  transform: translateY(-50%);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal.in {
  visibility: visible;
  transform: translateY(0);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: grid;
  grid-template-columns: 95fr auto;
  flex-shrink: 0;
  align-items: start;
  justify-content: space-between;
  position: sticky;
  top: 0;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-header .modal-title {
  line-height: 1.5;
  font-size: 1.5em;
  font-weight: bold;
  font-family: Hind, sans-serif;
  text-align: left;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow-y: auto;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: center;
  justify-content: flex-end;
  position: sticky;
  bottom: 0;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
  background-color: #ffffff;
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, hsla(0, 100%, 0%, 0) 0, #093034 100%, #f6f6f6);
}
.modal-backdrop .fade {
  opacity: 0;
}
.modal-backdrop .fade.in {
  opacity: 0.5;
}

.modal-xl {
  max-width: 95%;
}

.modal-lg {
  max-width: 90%;
}

.modal-md {
  max-width: 66%;
}
@media screen and (max-width: 442px) {
  .modal-md {
    max-width: 90%;
  }
}

.modal-sm {
  max-width: 50%;
}
@media screen and (max-width: 442px) {
  .modal-sm {
    max-width: 66%;
  }
}
@media screen and (max-width: 442px) {
  .modal-sm {
    max-width: 90%;
  }
}

.modal-xs {
  max-width: 33%;
}
@media screen and (max-width: 546px) {
  .modal-xs {
    max-width: 50%;
  }
}
@media screen and (max-width: 442px) {
  .modal-xs {
    max-width: 66%;
  }
}
@media screen and (max-width: 442px) {
  .modal-xs {
    max-width: 90%;
  }
}

.modal-xxs {
  max-width: 25%;
}
@media screen and (max-width: 546px) {
  .modal-xxs {
    max-width: 50%;
  }
}
@media screen and (max-width: 442px) {
  .modal-xxs {
    max-width: 50%;
  }
}
@media screen and (max-width: 442px) {
  .modal-xxs {
    max-width: 90%;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-content .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-content .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-content .modal-footer {
  border-radius: 0;
}

@media screen and (max-width: 546px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-content .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-content .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-content .modal-footer {
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-content .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-content .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-content .modal-footer {
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-content .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-content .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-content .modal-footer {
    border-radius: 0;
  }
}
@media screen and (max-width: 1280px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-content .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-content .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-content .modal-footer {
    border-radius: 0;
  }
}
@media screen and (max-width: 1440px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-content .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-content .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-content .modal-footer {
    border-radius: 0;
  }
}
.fade {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.fade.in {
  opacity: 1;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (min-width: 1024px) {
  .modal-xl {
    max-width: 800px;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .modal-xl {
    max-width: calc(100vw - 5%);
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .modal-xxl {
    max-width: 900px;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .modal-xxl {
    max-width: 1150px;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .modal-xxl {
    max-width: 1450px;
    width: 100%;
  }
}
.note-modal {
  top: 70px !important;
}
.note-modal .note-modal-content {
  max-height: 70vh;
  overflow-y: auto;
}

.filter_block_grid {
  width: 100%;
  margin: 0;
  position: relative;
}
.filter_block_grid i:not(.help-feature) {
  position: absolute;
  font-size: 1em;
  top: 0.66em;
  left: 0.5em;
  color: rgba(55, 45, 45, 0.5490196078);
}
.filter_block_grid input:focus {
  outline: 1px solid rgba(234, 86, 21, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2588235294);
}
.filter_block_grid input {
  padding: 0.5em 1em 0.5em 2em;
  width: 100%;
  border-radius: 0.5em;
  color: #372d2d;
  font-family: Nunito, sans-serif;
  background-color: #f7f7f7;
  box-shadow: none;
  border: 1px solid #c6c6c6;
  font-size: 1em;
}
.filter_block_grid input ::placeholder {
  color: #147882;
}
.filter_block_grid .main-input {
  padding: 0.5em 1em 0.5em 1em;
}

.filter_block {
  position: relative;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.filter_block i {
  position: absolute;
  vertical-align: middle;
  pointer-events: none;
  left: 0px;
  color: #147882;
  top: 0.65em;
  left: 0.3em;
}
.filter_block input.filter {
  outline: none;
  display: block;
  border-radius: 0.5em;
  font-size: 1em;
  width: 100%;
  padding: 0.5em 0.5em;
  width: 100%;
  border-radius: 0.5em;
  color: #372d2d;
  font-family: Nunito-L, sans-serif;
  background-color: #f7f7f7;
  box-shadow: none;
  border: 1px solid #c6c6c6;
  height: 35px;
}
.filter_block input.filter ::placeholder {
  color: #147882;
}
.filter_block input.filter:focus {
  outline: 1px solid rgba(234, 86, 21, 0.1);
  box-shadow: 0px 0px 2px 0px #d7d7d7;
}

.brand.facebook {
  color: #1877f2;
}

.brand.twitter {
  color: #1da1f2;
}

.brand.pinterest {
  color: #e60023;
}

.brand.xtwitter {
  color: black;
}

.brand.youtube {
  color: #ff0000;
}

.brand.rss {
  color: #f26522;
}

.brand.instagram {
  background: linear-gradient(45deg, #f58529, #feda77, #dd2a7b, #8134af, #515bd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.table {
  font-size: 1.2em;
  border-radius: 10px;
  border-radius: 15px;
  border-collapse: collapse;
  word-wrap: break-word;
  width: 100%;
}
.table tr th.refn,
.table tr td.refn {
  width: 20%;
}
.table tr th.value,
.table tr td.value {
  width: 60%;
}
.table tr th.chan,
.table tr td.chan {
  width: 20%;
  text-align: center;
}
.table tr th.completude,
.table tr td.completude {
  width: 3%;
}
.table tr th.surn,
.table tr td.surn {
  width: 30%;
}
.table tr th.givn,
.table tr td.givn {
  width: 25%;
}
.table tr th.birt,
.table tr td.birt {
  width: 20%;
  text-align: center;
}
.table tr th.deat,
.table tr td.deat {
  width: 20%;
  text-align: center;
}
.table tr th.date,
.table tr td.date {
  width: 10%;
  text-align: center;
}
.table tr th.team,
.table tr td.team {
  width: 10%;
  text-align: center;
}
.table tr th.author,
.table tr td.author {
  width: 10%;
  text-align: center;
}
.table tr th.action,
.table tr td.action {
  width: 10%;
  text-align: center;
}
.table tr th.old,
.table tr td.old {
  width: 30%;
  text-align: center;
}
.table tr th.new,
.table tr td.new {
  width: 30%;
  text-align: center;
}
.table tr td {
  padding: 0.5em;
}
.table thead tr {
  background-color: #147882;
  color: #ffffff;
  font-size: 1em;
}
.table thead tr th {
  position: relative;
  vertical-align: middle;
  padding: 0.5em 1.25em 0.5em 0.25em;
  cursor: pointer;
  font-weight: 400;
}
.table thead tr th:first-letter {
  text-transform: uppercase;
}
.table thead tr i {
  font-size: 1em;
  position: absolute;
  right: 0.25em;
  top: calc(50% - 0.5em);
}
.table tbody tr {
  position: relative;
  cursor: pointer;
  color: #252225;
  white-space: pre-line;
}
.table tbody tr:nth-child(odd) {
  background-color: #eff0f3;
}
.table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.table tbody tr:hover {
  background: #c7d4e0;
}
.table tbody tr a {
  left: 0;
  color: #252225;
  display: block;
  height: 100%;
  width: 100%;
}
.table tbody tr td:first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 546px) {
  .table thead tr th {
    padding: 0.25em 0.25em 0.25em 0.25em;
  }
  .table thead tr th i,
  .table thead tr th span {
    display: none;
  }
  .table tr th.completude,
  .table tr td.completude {
    width: 5%;
  }
  .table tbody tr td {
    padding: 0.33em 0.1em 0.33em 0.1em;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

.table-bordered {
  width: 100%;
  margin: 0;
}

.table2 {
  border-collapse: separate;
  text-align: center;
}
.table2 th {
  font-weight: 100;
  font-family: Nunito-L, sans-serif;
  color: #595959;
  font-size: 0.8em;
}
.table2 thead {
  font-size: 1.5em;
}
.table2 thead tr th:not(.empty) {
  text-align: center;
}
.table2 thead tr th:not(.empty) .head-content {
  background-color: rgba(252, 167, 88, 0.5);
  border-radius: 10px 10px 0 0;
  margin: 0 0.25em 0 0.25em;
  padding: 0.5em 0.75em 0.5em 0.75em;
}
@media screen and (max-width: 442px) {
  .table2 thead tr th:not(.empty) .head-content {
    font-size: 0.8em;
  }
}
.table2 tbody tr td {
  border-top: 1px solid rgba(100, 100, 100, 0.5);
  padding: 0.75em 0.5em 0.75em 0.5em;
  text-align: center;
}
.table2 tbody tr td:first-child {
  border-left: 1px solid rgba(100, 100, 100, 0.5);
}
.table2 tbody tr td:last-child {
  border-right: 1px solid rgba(100, 100, 100, 0.5);
}
@media screen and (max-width: 442px) {
  .table2 tbody tr td {
    font-size: 0.8em;
  }
}
.table2 tbody tr td.main-txt {
  text-align: left;
}
.table2 tbody tr:last-child td {
  border-bottom: 1px solid rgba(100, 100, 100, 0.5);
}
.table2 tbody tr.main-tr {
  background-color: rgba(100, 100, 100, 0.03);
  font-size: 1.25em;
  font-weight: 100;
}
.table2 tbody tr.main-tr td {
  text-align: left;
}
.table2 tbody tr.main-tr .td-center {
  text-align: center;
}
.table2 tbody tr:not(.main-tr) {
  background-color: white;
  cursor: pointer;
}
.table2 tbody tr:not(.main-tr):hover {
  background-color: #f3f7f7;
}
.table2 tbody tr:not(.main-tr) td:not(.main-txt) {
  color: #372d2d;
  font-weight: 100;
  font-family: Nunito-L, sans-serif;
}
.table2 tbody tr:first-child td:first-child {
  border-top-left-radius: 5px;
}
.table2 tbody tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
.table2 td .warn-table {
  background-color: transparent;
  color: #d34618;
  cursor: pointer;
  display: block;
  font-weight: 100;
  font-family: Nunito-L, sans-serif;
}
.table2 td .delete-table {
  background-color: transparent;
  color: #d34618;
  cursor: pointer;
  display: block;
  font-weight: 100;
  font-family: Nunito-L, sans-serif;
}
.table2 td .delete-table:hover {
  color: #147882;
}
.table2 td .notSave {
  background-color: transparent;
  color: #372d2d;
  border: 0;
  cursor: pointer;
  padding-bottom: 0.5em;
  font-weight: 100;
  font-family: Nunito-L, sans-serif;
}
.table2 td .notSave:hover {
  color: #d34618;
}
.table2 th .fa-arrow-down {
  padding-right: 0.5em;
  color: #595959;
  font-size: 0.7em;
}
.table2 th span {
  font-weight: 100;
  font-family: Nunito-L, sans-serif;
  color: #595959;
  font-size: 0.8em;
}

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