@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=blog_page_list] {
  position: relative;
  overflow-x: hidden;
  display: block;
  padding-top: 4em;
}
@media screen and (max-width: 546px) {
  [id=blog_page_list] {
    padding-top: 1em;
  }
}
[id=blog_page_list] #la {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
  align-items: center;
  width: min(100%, 1700px);
  margin: 0 auto;
  padding: 0 2em;
}
[id=blog_page_list] #la:hover #lac #lat,
[id=blog_page_list] #la:hover #lac #lad {
  color: #d34618;
}
[id=blog_page_list] #la .img-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
[id=blog_page_list] #la .img-link #lai {
  width: 100%;
  height: auto;
  aspect-ratio: 421/122;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
[id=blog_page_list] #la .img-link:hover #lai {
  transform: scale(1.02);
}
[id=blog_page_list] #la #lac {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  text-decoration: none;
}
[id=blog_page_list] #la #lac #lah {
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d34618;
  font-weight: bold;
}
[id=blog_page_list] #la #lac #lat {
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.2;
  color: #372d2d;
  margin: 0;
}
[id=blog_page_list] #la #lac #lad {
  font-size: 1.1em;
  line-height: 1.6;
  color: #372d2d;
  opacity: 0.9;
}
@media screen and (max-width: 546px) {
  [id=blog_page_list] #la {
    grid-template-columns: 1fr;
    gap: 1.5em;
    text-align: center;
    padding: 0 1em;
  }
  [id=blog_page_list] #la #lac {
    text-align: center;
  }
  [id=blog_page_list] #la #lac #lat,
  [id=blog_page_list] #la #lac #lad {
    text-align: center;
  }
}
[id=blog_page_list] #list-article {
  padding: 2em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  width: min(100%, 1400px);
  margin: 0 auto;
}
[id=blog_page_list] #list-article .boxing {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
  height: 100%;
  overflow: hidden;
}
[id=blog_page_list] #list-article .boxing:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
[id=blog_page_list] #list-article .boxing:hover .img img {
  transform: scale(1.05);
}
[id=blog_page_list] #list-article .boxing:hover .title-article {
  color: #d34618;
}
[id=blog_page_list] #list-article .boxing .img {
  width: 100%;
  aspect-ratio: 421/122;
  overflow: hidden;
  display: block;
}
[id=blog_page_list] #list-article .boxing .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
[id=blog_page_list] #list-article .boxing .p-grid.metadata {
  padding: 1em 1.2em 0.5em;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #d34618;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
[id=blog_page_list] #list-article .boxing .p-grid.metadata i.fa-circle {
  font-size: 0.3em;
  margin: 0 0.8em;
  opacity: 0.4;
}
[id=blog_page_list] #list-article .boxing .p-grid.metadata .date {
  color: #372d2d;
  opacity: 0.7;
  text-transform: none;
}
[id=blog_page_list] #list-article .boxing .title-article {
  display: block;
  text-align: left;
  padding: 0 1.2rem;
  color: #372d2d;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-decoration: none;
}
[id=blog_page_list] #list-article .boxing p.descr {
  padding: 0 1.5rem 1.5rem;
  font-size: 1em;
  color: #372d2d;
  line-height: 1.6;
  flex-grow: 1;
  opacity: 0.9;
}
@media screen and (max-width: 1024px) {
  [id=blog_page_list] #list-article {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 546px) {
  [id=blog_page_list] #list-article {
    grid-template-columns: 1fr;
  }
}
[id=blog_page_list] #doptim-nav-header {
  display: flex;
  justify-content: center;
}
[id=blog_page_list] #doptim-nav-header .doptim-nav-option {
  display: flex;
  gap: 0.5em;
  align-items: center;
  flex-wrap: wrap;
}
[id=blog_page_list] #doptim-nav-header .doptim-nav-hidden {
  display: none;
}
[id=blog_page_list] #doptim-nav-header .doptim-nav-number,
[id=blog_page_list] #doptim-nav-header i.fa-chevron-left,
[id=blog_page_list] #doptim-nav-header i.fa-chevron-right {
  align-self: center;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  color: #372d2d;
  transition: all 0.2s;
  min-width: 2.5em;
  text-align: center;
  padding: 0.5em 0.2em;
  margin: 0;
}
[id=blog_page_list] #doptim-nav-header .doptim-nav-number:hover,
[id=blog_page_list] #doptim-nav-header i.fa-chevron-left:hover,
[id=blog_page_list] #doptim-nav-header i.fa-chevron-right:hover {
  background-color: #f0f5f5;
  color: #d34618;
}
[id=blog_page_list] #doptim-nav-header .doptim-nav-number.doptim-nav-select,
[id=blog_page_list] #doptim-nav-header i.fa-chevron-left.doptim-nav-select,
[id=blog_page_list] #doptim-nav-header i.fa-chevron-right.doptim-nav-select {
  background-color: #147882;
  color: white;
  pointer-events: none;
}
@media screen and (max-width: 546px) {
  [id=blog_page_list] #doptim-nav-header .doptim-nav-number,
  [id=blog_page_list] #doptim-nav-header i.fa-chevron-left,
  [id=blog_page_list] #doptim-nav-header i.fa-chevron-right {
    padding: 0.5em 0.2em;
    margin: 0;
    min-width: 2em;
    font-size: 0.9em;
  }
}
[id=blog_page_list] #doptim-nav-header .doptim-nav-etc {
  color: #372d2d;
  opacity: 0.5;
  padding: 0;
  margin: 0;
}
[id=blog_page_list] #news-img,
[id=blog_page_list] #account {
  background: linear-gradient(135deg, #f0f5f5 0%, #d7e6e1 100%);
  margin: 3em auto;
  width: min(95%, 1200px);
  border-radius: 10px;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
[id=blog_page_list] #news-img .section-create,
[id=blog_page_list] #news-img .news,
[id=blog_page_list] #account .section-create,
[id=blog_page_list] #account .news {
  padding: 3em 4em;
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: space-between;
}
[id=blog_page_list] #news-img .section-create,
[id=blog_page_list] #account .section-create {
  flex-direction: column;
}
[id=blog_page_list] #news-img .section-create p,
[id=blog_page_list] #account .section-create p {
  align-self: center;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #147882;
  line-height: 1.3;
  max-width: 800px;
}
[id=blog_page_list] #news-img .section-create button.btn-create-section,
[id=blog_page_list] #account .section-create button.btn-create-section {
  align-self: center;
  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);
}
[id=blog_page_list] #news-img .section-create button.btn-create-section:hover,
[id=blog_page_list] #account .section-create button.btn-create-section:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(211, 70, 24, 0.5);
  background-color: #fca758;
  color: white;
}
[id=blog_page_list] #news-img .section-create button.btn-create-section:active,
[id=blog_page_list] #account .section-create button.btn-create-section:active {
  transform: translateY(-1px);
}
[id=blog_page_list] #news-img .news,
[id=blog_page_list] #account .news {
  flex-direction: row;
}
[id=blog_page_list] #news-img .news .grid-left,
[id=blog_page_list] #news-img .news .grid-right,
[id=blog_page_list] #account .news .grid-left,
[id=blog_page_list] #account .news .grid-right {
  flex: 1;
}
[id=blog_page_list] #news-img .news h2,
[id=blog_page_list] #account .news h2 {
  color: #147882;
  font-weight: 800;
  font-size: 2.2em;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
[id=blog_page_list] #news-img .news p,
[id=blog_page_list] #account .news p {
  font-size: 1.1em;
  color: #372d2d;
  opacity: 0.85;
  line-height: 1.5;
  max-width: 500px;
}
[id=blog_page_list] #news-img .news .label-mail,
[id=blog_page_list] #account .news .label-mail {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  max-width: 500px;
}
[id=blog_page_list] #news-img .news .label-mail input#news_mail,
[id=blog_page_list] #account .news .label-mail input#news_mail {
  width: 100%;
  padding: 1.2em 2em;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: white;
  font-size: 1.1em;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  color: #372d2d;
}
[id=blog_page_list] #news-img .news .label-mail input#news_mail:focus,
[id=blog_page_list] #account .news .label-mail input#news_mail:focus {
  outline: none;
  border-color: #147882;
  box-shadow: 0 4px 20px rgba(20, 120, 130, 0.2);
}
[id=blog_page_list] #news-img .news .label-mail input#news_mail::placeholder,
[id=blog_page_list] #account .news .label-mail input#news_mail::placeholder {
  color: rgba(158, 158, 158, 0.5);
}
[id=blog_page_list] #news-img .news .label-mail .condition,
[id=blog_page_list] #account .news .label-mail .condition {
  display: flex;
  gap: 0.6em;
  align-items: flex-start;
  font-size: 0.9em;
  color: #372d2d;
  padding-left: 0.5em;
  justify-content: center;
}
[id=blog_page_list] #news-img .news .label-mail .condition input[type=checkbox],
[id=blog_page_list] #account .news .label-mail .condition input[type=checkbox] {
  accent-color: #147882;
  width: 1.1em;
  height: 1.1em;
  margin-top: 0.1em;
  cursor: pointer;
}
[id=blog_page_list] #news-img .news .label-mail .condition label,
[id=blog_page_list] #account .news .label-mail .condition label {
  cursor: pointer;
  line-height: 1.4;
}
[id=blog_page_list] #news-img .news .label-mail .condition a,
[id=blog_page_list] #account .news .label-mail .condition a {
  text-decoration: underline;
  color: #147882;
  font-weight: 600;
}
[id=blog_page_list] #news-img .news .label-mail .condition a:hover,
[id=blog_page_list] #account .news .label-mail .condition a:hover {
  color: #d34618;
}
[id=blog_page_list] #news-img .news .btn-reg,
[id=blog_page_list] #account .news .btn-reg {
  width: 100%;
  max-width: 500px;
  margin-top: 0.5em;
  display: flex;
  justify-content: center;
}
[id=blog_page_list] #news-img .news .btn-reg button.btn-primary-green,
[id=blog_page_list] #account .news .btn-reg button.btn-primary-green {
  background-color: #d34618;
  color: white;
  padding: 1em 3em;
  border-radius: 5px;
  border: none;
  font-weight: 700;
  font-size: 1.1em;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
  box-shadow: 0 4px 10px rgba(211, 70, 24, 0.2);
}
[id=blog_page_list] #news-img .news .btn-reg button.btn-primary-green:hover,
[id=blog_page_list] #account .news .btn-reg button.btn-primary-green:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(211, 70, 24, 0.35);
  background-color: #fca758;
}
[id=blog_page_list] #news-img .news .btn-reg button.btn-primary-green:active,
[id=blog_page_list] #account .news .btn-reg button.btn-primary-green:active {
  transform: translateY(0);
}
[id=blog_page_list] #news-img .news .btn-news,
[id=blog_page_list] #account .news .btn-news {
  display: flex;
  justify-content: center;
  align-content: center;
}
[id=blog_page_list] #news-img .news .btn-redirect-substack,
[id=blog_page_list] #account .news .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);
}
[id=blog_page_list] #news-img .news .btn-redirect-substack:hover,
[id=blog_page_list] #account .news .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: 1024px) {
  [id=blog_page_list] #news-img .news,
  [id=blog_page_list] #account .news {
    flex-direction: column;
    align-items: stretch;
  }
  [id=blog_page_list] #news-img .news p,
  [id=blog_page_list] #account .news p {
    text-align: center;
  }
  [id=blog_page_list] #news-img .news .grid-left,
  [id=blog_page_list] #news-img .news .grid-right,
  [id=blog_page_list] #account .news .grid-left,
  [id=blog_page_list] #account .news .grid-right {
    justify-items: center;
  }
}

[id=blog_page_article] .page-article {
  padding: 3em 5em;
}
[id=blog_page_article] .page-article .section-article {
  grid-template-columns: repeat(auto-fit, minmax(min(50em, 100%), 70em));
  word-break: break-word;
  justify-content: center;
}
[id=blog_page_article] .page-article .section-article .center-content {
  display: flex;
  justify-self: center;
}
[id=blog_page_article] .page-article .section-article h1 {
  text-align: center;
  font-size: 3em;
}
@media screen and (max-width: 1024px) {
  [id=blog_page_article] .page-article .section-article h1 {
    font-size: 2em;
  }
}
[id=blog_page_article] .page-article .section-article h3 {
  font-size: 2.1em;
}
@media screen and (max-width: 1024px) {
  [id=blog_page_article] .page-article .section-article h3 {
    font-size: 1.25em;
  }
}
[id=blog_page_article] .page-article .section-article h2,
[id=blog_page_article] .page-article .section-article h3,
[id=blog_page_article] .page-article .section-article h4,
[id=blog_page_article] .page-article .section-article h5,
[id=blog_page_article] .page-article .section-article h6 {
  text-align: left;
}
[id=blog_page_article] .page-article .section-article a {
  color: #147882;
}
[id=blog_page_article] .page-article .section-article a:hover {
  color: #d34618;
}
[id=blog_page_article] .page-article .section-article p,
[id=blog_page_article] .page-article .section-article li {
  font-size: 1.7rem;
}
[id=blog_page_article] .page-article .section-article h1 {
  margin-bottom: 1em;
}
[id=blog_page_article] .page-article .section-article .summarize {
  text-align: left;
  font-size: 1.5em;
}
@media screen and (max-width: 1024px) {
  [id=blog_page_article] .page-article .section-article .summarize {
    font-size: 1.3em;
  }
}
[id=blog_page_article] .page-article .section-article .img-title {
  justify-self: center;
  padding: 2em 0;
}
[id=blog_page_article] .page-article .section-article p.credit {
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  [id=blog_page_article] .page-article .section-article img {
    max-width: calc(100vw - 10em);
  }
}
[id=blog_page_article] .social-footer-article {
  background: linear-gradient(135deg, #f0f5f5 0%, #d7e6e1 100%);
  margin: 3em auto;
  width: min(95%, 1200px);
  border-radius: 10px;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 4em 2em;
}
[id=blog_page_article] .social-footer-article h2 {
  text-align: center;
  font-size: 1.3em;
  font-weight: 100;
  align-self: center;
  color: #372d2d;
}
[id=blog_page_article] .social-footer-article .social-network {
  display: flex;
  justify-content: space-around;
  text-align: center;
  color: white;
}
[id=blog_page_article] .social-footer-article .social-network .heart {
  display: flex;
  gap: 1em;
}
[id=blog_page_article] .social-footer-article .social-network .heart p {
  align-self: center;
  color: #372d2d;
}
[id=blog_page_article] .social-footer-article .social-network .heart i {
  cursor: pointer;
  color: #b02c2c;
}
[id=blog_page_article] .social-footer-article .social-network i:hover {
  opacity: 0.8;
}
[id=blog_page_article] #footer-article-liste {
  background-color: #84b2aa;
  padding: 4em 2em;
}
@media screen and (max-width: 546px) {
  [id=blog_page_article] #footer-article-liste {
    padding: 2em 5em;
  }
}
[id=blog_page_article] #footer-article-liste h2.h-grid {
  text-align: center;
}
[id=blog_page_article] #footer-article-liste .recent-articles-list {
  width: min(100%, 1400px);
  margin: 0 auto;
}
[id=blog_page_article] #footer-article-liste .recent-articles-list .left-article {
  background-color: #f0f5f5;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease;
}
[id=blog_page_article] #footer-article-liste .recent-articles-list .left-article:hover {
  transform: translateY(-5px);
}
[id=blog_page_article] #footer-article-liste .recent-articles-list .left-article .article-title {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #372d2d;
}
[id=blog_page_article] #footer-article-liste .recent-articles-list .left-article .article-title:hover {
  color: #d34618;
}
[id=blog_page_article] #footer-article-liste .recent-articles-list .left-article .card-img-top {
  width: 100%;
  height: auto;
  aspect-ratio: 1684/488;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
[id=blog_page_article] #footer-article-liste .recent-articles-list .left-article .card-img-top:hover {
  opacity: 0.8;
}
[id=blog_page_article] #footer-article-liste .recent-articles-list .left-article p {
  padding: 1em;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
[id=blog_page_article] table {
  font-size: 1.3em;
  border-radius: 10px;
  word-wrap: break-word;
}
[id=blog_page_article] table thead tr {
  background-color: #147882;
  color: #ffffff;
  padding: 2px;
  font-size: 1em;
}
[id=blog_page_article] table thead tr th {
  position: relative;
  padding-left: 5px;
  cursor: pointer;
  font-weight: 400;
}
[id=blog_page_article] table thead tr th:first-letter {
  text-transform: uppercase;
}
[id=blog_page_article] table thead tr span.glyphicon-sort {
  color: #ffffff;
  font-size: 0.6em;
  padding-top: 0.7em;
  float: right;
}
[id=blog_page_article] table tbody {
  font-size: 1.3em;
}
[id=blog_page_article] table tbody td {
  font-size: 1.3em;
}
[id=blog_page_article] table tbody tr {
  position: relative;
  cursor: pointer;
  padding: 5px;
  color: #252225;
}
[id=blog_page_article] table tbody tr:nth-child(odd) {
  background-color: #eff0f3;
}
[id=blog_page_article] table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
[id=blog_page_article] table tbody tr:hover {
  background: #c7d4e0;
}
[id=blog_page_article] table tbody tr a {
  left: 0;
  color: #252225;
  display: block;
  height: 100%;
  width: 100%;
}
[id=blog_page_article] table tbody tr td:first-letter {
  text-transform: capitalize;
}

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;
}

.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;
}

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