@charset "UTF-8";
/* .textbox */
/* Elements */
/* Reset */
/* Bootstrap */
* {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: #4d8ecc;
  color: #fff;
}

::selection {
  background-color: #4d8ecc;
  color: #fff;
}

a {
  color: #2f6c4f;
  cursor: pointer;
}
a img {
  border: none;
}

body {
  background-color: #fff;
  color: #323232;
  cursor: default;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

caption {
  background-color: #efefef;
  padding: 0.5em;
  text-align: left;
}

code {
  font-family: monospace;
}

form {
  display: block;
  width: 100%;
}

.form-group {
  margin-bottom: 1.5em;
}

.form-line {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-label {
  flex: 1;
}

.form-input {
  flex: 2;
}

.form-submit {
  margin-top: 1.5em;
}

.captcha-container {
  display: flex !important;
  gap: 8px;
  flex-flow: wrap;
}

.captcha-char {
  background-image: url("/captchas/captcha_sprite_01.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  background-color: #e0e0e0;
  width: 60px;
  height: 60px;
  border: 1px solid #b5b4b4;
  border-radius: 4px;
}

h1 {
  line-height: 1.5em;
  font-size: 1.3rem;
}

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

h3 {
  line-height: 1.5em;
  font-size: 1.2rem;
}

h4 {
  line-height: 1.5em;
  font-size: 1.15rem;
}

h5 {
  line-height: 1.5em;
  font-size: 1.1rem;
  font-weight: bold;
}

h6 {
  font-weight: bold;
}

hr {
  background-color: #efefef;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5em 0;
}

html {
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 1.5em;
}

.hidden {
  display: none !important;
}

.icon {
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  height: 1.5em !important;
  line-height: 1.5em !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 1.5em !important;
}

iframe {
  border: none;
  display: block;
}

img {
  display: block;
  width: 100%;
}

input[type=number],
input[type=password],
input[type=text],
input[type=email],
input[type=date] {
  background-color: #efefef;
  border: 1px solid #c4c9cf;
  border-radius: 3px;
  box-shadow: inset 0px 1px 2px #d2d2d2;
  color: #323232;
  cursor: text;
  display: inline-block;
  /* height: 2em; */
  line-height: 2.1em;
  max-width: 25em;
  outline: none;
  padding: 0 0.4em;
  resize: none;
  transition: background-color 0.2s, border-color 0.2s;
  vertical-align: top;
  width: 100%;
}
input[type=number]:hover,
input[type=password]:hover,
input[type=text]:hover,
input[type=email]:hover,
input[type=date]:hover {
  border-color: #7c7c7c;
  background-color: #ffffff;
  transition: background-color 0s, border-color 0s;
}
input[type=number]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus {
  border-color: #0099ff;
  background-color: #ffffff;
  transition: background-color 0s, border-color 0s;
}
input[type=number].error,
input[type=password].error,
input[type=text].error,
input[type=email].error,
input[type=date].error {
  border-color: #ff0000;
}
input[type=number].extends,
input[type=password].extends,
input[type=text].extends,
input[type=email].extends,
input[type=date].extends {
  max-width: 100%;
}
input[type=number].success,
input[type=password].success,
input[type=text].success,
input[type=email].success,
input[type=date].success {
  border-color: #11a755;
}
input[type=number].warning,
input[type=password].warning,
input[type=text].warning,
input[type=email].warning,
input[type=date].warning {
  border-color: #ff8300;
}
input[type=number][type=email],
input[type=password][type=email],
input[type=text][type=email],
input[type=email][type=email],
input[type=date][type=email] {
  max-width: 30em;
}
input[type=number][type=date],
input[type=password][type=date],
input[type=text][type=date],
input[type=email][type=date],
input[type=date][type=date] {
  max-width: 10em;
}

input[type=range] {
  cursor: pointer;
}

button,
input[type=button],
input[type=submit],
input[type=file],
select {
  background-color: #efefef;
  border: 1px solid #c4c9cf;
  border-radius: 3px;
  color: #5e6973;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0.3em 0.8em;
  resize: none;
  text-decoration: none;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  vertical-align: top;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=file]:hover,
select:hover {
  background-color: #7fb8b9;
  border: 1px solid #7fb8b9;
  color: #fff;
  transition: background-color 0s, border 0s, color 0s;
}
button.primary,
input[type=button].primary,
input[type=submit].primary,
input[type=file].primary,
select.primary {
  background-color: #5c9493;
  border: 1px solid #5c9493;
  color: #fff;
}
button.primary:hover,
input[type=button].primary:hover,
input[type=submit].primary:hover,
input[type=file].primary:hover,
select.primary:hover {
  background-color: #7fb8b9;
  border: 1px solid #7fb8b9;
  color: #fff;
}

select:hover {
  border-color: #7c7c7c;
  background-color: #7fb8b9;
  color: #323232;
}
select:focus {
  border-color: #0099ff;
  background-color: #ffffff;
  color: #323232;
}

.content button,
.content input,
.content a.button {
  margin-bottom: 1.5em;
  margin-right: 0.75em;
}
.content table,
.content .table-list {
  margin-bottom: 1.5em;
}

label {
  border: 1px solid transparent;
  display: block;
  line-height: 2.1em;
}

.checkbox,
label.checkbox {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox input[type=checkbox],
label.checkbox input[type=checkbox] {
  cursor: pointer;
}
.checkbox input[type=checkbox] + .checkbox-label,
.checkbox input[type=checkbox] + span.checkbox-label,
label.checkbox input[type=checkbox] + .checkbox-label,
label.checkbox input[type=checkbox] + span.checkbox-label {
  margin-left: 0.5em;
}

li {
  list-style: none;
}

p, .p {
  display: block;
  margin: 1.5em 0;
}

.p-content {
  margin: -1.5em 0;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
table.table-inline {
  border-width: 0;
}
table.table-inline tr, table.table-inline th, table.table-inline td {
  border-width: 0;
  padding: 0.25em 0;
}

.table-items {
  border-collapse: separate;
  border-spacing: 0 0.4em;
  display: table;
  width: 100%;
}

.table-items-head {
  display: table-row;
  font-weight: bold;
}
.table-items-head > div {
  display: table-cell;
  padding: 0.4em;
}

.table-item-cell {
  background-color: #efefef;
  border: 1px solid #efefef;
  border-left: none;
  border-right: none;
  display: table-cell;
  padding: 0.4em;
  transition: background-color 0.2s;
  word-break: break-word;
}
.table-item-cell:first-child {
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #efefef;
}
.table-item-cell:last-child {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #efefef;
}

.table-item-row,
a.table-item-row {
  color: inherit;
  display: table-row;
}
.table-item-row:hover .table-item-cell,
a.table-item-row:hover .table-item-cell {
  background-color: #c6ddf1;
  border-color: #67a5dd;
  color: inherit;
  transition: background-color 0s, border-color 0s;
}
.table-item-row.error .table-item-cell,
a.table-item-row.error .table-item-cell {
  background-color: #f1c6c6;
  border-color: #f1c6c6;
}
.table-item-row.error:hover .table-item-cell,
a.table-item-row.error:hover .table-item-cell {
  background-color: #f3baba;
  border-color: #f28888;
}
.table-item-row.success .table-item-cell,
a.table-item-row.success .table-item-cell {
  background-color: #c9f1c6;
  border-color: #c9f1c6;
}
.table-item-row.success:hover .table-item-cell,
a.table-item-row.success:hover .table-item-cell {
  background-color: #b1e4ae;
  border-color: #7ec179;
}
.table-item-row.warning .table-item-cell,
a.table-item-row.warning .table-item-cell {
  background-color: #f1e0c6;
  border-color: #f1e0c6;
}
.table-item-row.warning:hover .table-item-cell,
a.table-item-row.warning:hover .table-item-cell {
  background-color: #efd5ae;
  border-color: #d1ae7a;
}

.table-list {
  display: table;
}

.table-list-row {
  display: table-row;
}

.table-list-key {
  display: table-cell;
  padding-right: 1em;
}

.table-list-value {
  display: table-cell;
}

td {
  border: 1px solid #efefef;
  padding: 0.5em;
  vertical-align: top;
}

.table-nowrap td {
  white-space: nowrap;
  overflow: hidden;
}

textarea {
  background-color: #efefef;
  border: 1px solid #c4c9cf;
  border-radius: 3px;
  box-shadow: inset 0px 1px 2px #d2d2d2;
  color: #323232;
  cursor: text;
  display: inline-block;
  /* height: 2em; */
  line-height: 2.1em;
  max-width: 25em;
  outline: none;
  padding: 0 0.4em;
  resize: none;
  transition: background-color 0.2s, border-color 0.2s;
  vertical-align: top;
  width: 100%;
  height: auto;
  line-height: 1.5em;
  max-width: 40em;
  padding: 0.2em 0.4em;
  width: 100%;
}
textarea:hover {
  border-color: #7c7c7c;
  background-color: #ffffff;
  transition: background-color 0s, border-color 0s;
}
textarea:focus {
  border-color: #0099ff;
  background-color: #ffffff;
  transition: background-color 0s, border-color 0s;
}
textarea.error {
  border-color: #ff0000;
}
textarea.extends {
  max-width: 100%;
}
textarea.success {
  border-color: #11a755;
}
textarea.warning {
  border-color: #ff8300;
}

tfoot {
  background-color: #efefef;
}

th {
  background-color: #efefef;
  border: 1px solid #c4c9cf;
  font-weight: bold;
  padding: 0.5em;
  vertical-align: top;
}

td.content, th.content {
  padding: 1.5em;
}

thead {
  background-color: #efefef;
}

tr.mutted td, tr.mutted th {
  background-color: #fff !important;
}
tr.success td, tr.success th {
  background-color: #d0ffc0 !important;
}
tr.danger td, tr.danger th {
  background-color: #ffc2c2 !important;
}
tr.warning td, tr.warning th {
  background-color: #ffe3c2 !important;
}

.textbox {
  background-color: #d6d8d9;
  border: 1px solid #c6c8ca;
  border-radius: 0.3em;
  color: #1b1e21;
  padding: 0.6em 1.2em;
}
.textbox.textbox-alert {
  background-color: #f8d7da;
  border-color: #ff909c;
  color: #9f1320;
}
.textbox.textbox-warning {
  background-color: #ffe6c8;
  border-color: #cba93e;
  color: #b55e00;
}
.textbox.textbox-success {
  background-color: #d3ffca;
  border-color: #56b96c;
  color: #0c8127;
}

/* Elements */
.button {
  background-color: #efefef;
  border: 1px solid #c4c9cf;
  border-radius: 3px;
  color: #5e6973;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0.3em 0.8em;
  resize: none;
  text-decoration: none;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  vertical-align: top;
}
.button:hover {
  background-color: #7fb8b9;
  border: 1px solid #7fb8b9;
  color: #fff;
  transition: background-color 0s, border 0s, color 0s;
}
.button.primary {
  background-color: #5c9493;
  border: 1px solid #5c9493;
  color: #fff;
}
.button.primary:hover {
  background-color: #7fb8b9;
  border: 1px solid #7fb8b9;
  color: #fff;
}
.button .icon {
  display: inline-block;
  vertical-align: middle;
}
.button .text {
  display: inline-block;
  margin-left: 0.8em;
  vertical-align: middle;
}

.button-group {
  display: block;
  margin: -0.75em;
}
.button-group button,
.button-group input[type=button],
.button-group input[type=submit],
.button-group .button {
  margin: 0.75em;
}
.button-group.button-group-center {
  text-align: center;
}

.context-menu, ul.context-menu {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgb(172, 178, 189);
  box-shadow: rgba(88, 97, 102, 0.48) 0px 4px 10px 2px;
  border-radius: 6px;
  display: block;
  left: 0;
  padding: 0.4rem;
  position: fixed;
  z-index: 1000;
}

.context-menu li, ul.context-menu li {
  margin: 0.2rem 0rem;
}

.context-menu li a, ul.context-menu li a {
  border-radius: 3px;
  color: #323232;
  display: block;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  transition: background-color 0.25s, color 0.25s;
}
.context-menu li a:hover, ul.context-menu li a:hover {
  background-color: #7fb8b9;
  color: #fff;
  transition: background-color 0s, color 0s;
}

.context-menu .context-menu-separator {
  background-color: #c9c9c9;
  display: block;
  margin: 0 0.4rem;
  height: 1px;
}

/* Layouts */
.ColumnLayout {
  margin: 0 -0.75em;
}
.ColumnLayout > div {
  padding: 0 0.75em;
  display: block;
  float: left;
  padding: 0 0.75em;
  width: 50%;
}
.ColumnLayout.ColumnLayout-3 > div {
  width: 33.333%;
}
.ColumnLayout.ColumnLayout-4 > div {
  width: 25%;
}
.ColumnLayout:after {
  clear: both;
  content: "";
  display: block;
}

.ContentLayout {
  margin: -1.5em 0;
}
.ContentLayout > div {
  margin: 1.5em 0;
  overflow: hidden;
}

.FileExplorer {
  background-color: #eaedf1;
  border: 1px solid #99a4af;
  border-radius: 2px;
  box-shadow: inset 1px 2px 4px #cbd1d8;
  color: inherit;
  display: block;
  max-height: 40em;
  min-height: 20em;
  overflow: auto;
  padding: 0.25em;
}

.File,
a.File {
  background-color: transparent;
  border: 1px solid #99a4af;
  color: inherit !important;
  cursor: pointer;
  display: inline-block;
  margin: 0.25em;
  max-width: 128px;
  overflow: hidden;
  padding: 0.5em;
  text-decoration: none;
  transition: background-color 0.2s;
}
.File.active,
a.File.active {
  background-color: #94bde6;
}
.File:hover,
a.File:hover {
  border-color: #94bde6;
  transition: background-color 0s;
}

.FilePreview {
  display: block;
}

.FileContent {
  background-color: transparent;
  border: 1px solid transparent;
  border-left-width: 0;
  border-right-width: 0;
  display: block;
  height: 1em;
  line-height: 1em;
  padding: 0.5em;
  overflow: hidden;
  transition: background-color 0.25s;
}

.FileColumn:first-child .FileContent {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left-width: 1px;
}
.FileColumn:last-child .FileContent {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right-width: 1px;
}

.File:last-child .FileColumn,
a.File:last-child .FileColumn {
  border: none;
}

.File:hover .FileContent,
a.File:hover .FileContent {
  background-color: #eaedf1;
  border-color: #bfc8d4;
  transition: background-color 0s;
}

.FileIcon {
  display: block;
  float: left;
  height: 1em;
  line-height: 1em;
  margin-right: 0.25em;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 1em;
}
.FileIcon .icon {
  display: inline-block;
  font-size: 0.75em;
  vertical-align: middle;
}
.FileIcon img {
  bottom: 0;
  display: block;
  margin: auto;
  max-height: 1em;
  max-width: 1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

small {
  font-size: 0.8em;
  line-height: 1.5em;
}

/* TableTree */
.TableTreeElement {
  display: inline-block;
}
.TableTreeElement .Icon {
  color: #9a9a9a;
  margin-right: 0.25em;
}

tr.active .TableTreeElement .Icon {
  color: #323232;
}

.TableTreeText {
  text-decoration: underline !important;
}

.TableTreeIcon {
  margin-right: 0.25em;
}

.grid-cell {
  display: inline-block;
  font-size: 14px;
  padding: 0.75em;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
}

.grid {
  margin: -0.75em;
}
.grid.grid-2 .grid-cell {
  width: 50%;
}
.grid.grid-3 .grid-cell {
  width: 33.333%;
}
.grid.grid-4 .grid-cell {
  width: 25%;
}

.grid-content {
  font-size: 0;
  text-align: center;
}

/* Classes */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.container,
.container-small,
.container-medium-small,
.container-medium,
.container-medium-large,
.container-large {
  width: 100%;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-right: auto;
  margin-left: auto;
}

.container-small {
  max-width: 540px !important;
}

.container-medium-small {
  max-width: 720px !important;
}

.container-medium {
  max-width: 960px !important;
}

.container-medium-large {
  max-width: 1140px !important;
}

.container-large {
  max-width: 1320px !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.list,
ul.list {
  margin-left: 1.5em;
}
.list ul,
ul.list ul {
  margin-left: 1.5em;
}
.list li,
ul.list li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.list-numbers li,
.list.list-numbers li,
ul.list.list-numbers li {
  list-style-type: decimal;
}

.clear {
  clear: both;
}

.text {
  vertical-align: middle;
}

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

.text-monospaced {
  font-family: monospace;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-strong {
  font-weight: bold;
}

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

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

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

.text-error {
  color: #de3646 !important;
}

.text-primary {
  color: #1b7de2 !important;
}

.text-secondary {
  color: #66717b !important;
}

.text-success {
  color: #3ead19 !important;
}

.text-warning {
  color: #eca014 !important;
}

.extends {
  width: 100%;
}

/* Responsive */
@media screen and (max-width: 630px) {
  .grid-2 .grid-cell {
    width: 100% !important;
  }
  .grid-3 .grid-cell {
    width: 50% !important;
  }
  .grid-4 .grid-cell {
    width: 33.333% !important;
  }
}
@media screen and (max-width: 441px) {
  .grid-3 .grid-cell {
    width: 100% !important;
  }
  .grid-4 .grid-cell {
    width: 50% !important;
  }
}
@media screen and (max-width: 306px) {
  .grid-4 .grid-cell {
    width: 100% !important;
  }
}
@font-face {
  font-family: localCenturyGothic;
  src: url(CenturyGothic.ttf);
}
@font-face {
  font-family: local_The_Nautigal_Regular;
  src: url(fonts/TheNautigal-Bold.ttf);
}
html {
  font-size: 14px;
  line-height: 1.5em;
}

body {
  color: #465b63;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #2f6c4f;
  transition: color 0.25s;
}
a:hover {
  color: #2aac6d;
  text-decoration: none;
  transition: color 0s;
}

h1, h2, h3, h4, h5, h6 {
  font-family: localCenturyGothic, Arial, Helvetica, sans-serif;
  margin-bottom: 1.5rem;
  line-height: 1.5em;
}

h2 {
  font-size: 2rem;
  line-height: 1.5em;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.5em;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.5em;
}

.ateliers-title {
  font-family: local_The_Nautigal_Regular, localCenturyGothic, Arial, Helvetica, sans-serif;
  font-size: 4.5em;
  line-height: 1.3em;
  margin-bottom: 1.5rem;
  color: #2c715d;
}

.header, header.header {
  position: sticky;
  font-family: localCenturyGothic, Arial, Helvetica, sans-serif;
  top: 0;
  z-index: 10;
}

body.header-sticky .header, body.header-sticky header.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.box-form {
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1882352941);
  display: block;
  padding: 1.5rem;
}

.header-pres {
  background-image: url(header.jpg);
  background-position: center;
  background-size: cover;
  background-color: #d9a88e;
  display: table;
  min-height: 22rem;
  overflow: hidden;
  position: sticky;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -1;
}

.header-pres-ctr {
  display: table-cell;
}

.header-pres-logo,
img.header-pres-logo {
  display: inline;
  max-width: 80%;
  width: 32rem;
}

.header-pres-logo-ctr {
  display: table-cell;
  vertical-align: middle;
}

.header-logo-frame {
  display: inline-block;
  /* background-color: #7a5965;
  border: 1px solid #bf96a4;
  border-radius: 0.4rem;
  box-shadow: 0px 5px 50px 1px rgb(40 32 35 / 59%); */
  overflow: hidden;
}

.header-logo, a.header-logo {
  display: inline-block;
}

.header-logo img, a.header-logo img {
  width: 80%;
  max-width: 380px;
  margin: 6% 10%;
}

.header-nav {
  background-color: #8a6a75;
  border-top: 1px solid #b97e92;
  display: block;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  z-index: 10;
}

.nav-group, ul.nav-group {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  float: left;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.nav-group-end, ul.nav-group-end {
  float: right;
}

.header-nav li {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item, a.nav-item {
  color: #fff;
  display: table-cell;
  font-size: 1.2rem;
  height: 100%;
  padding: 0.5em 1.25em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.25s background-color, 0.25s color;
  vertical-align: middle;
  z-index: 1;
}

.nav-item:hover, a.nav-item:hover {
  background-color: #7a5965;
  transition: 0s background-color, 0s color;
}

.nav-item-active, a.nav-item-active,
.nav-item.nav-item-active, a.nav-item.nav-item-active {
  background-color: #b97e92;
  box-shadow: 0 0 10px 1px #522636;
  transition: 0.25s background-color, 0.25s color;
  z-index: 2;
}

.nav-item-active:hover, a.nav-item-active:hover,
.nav-item.nav-item-active:hover, a.nav-item.nav-item-active:hover {
  background-color: #956878;
  transition: 0s background-color, 0s color;
}

.nav-item-open, a.nav-item-open,
.nav-item.nav-item-open, a.nav-item.nav-item-open {
  color: #60444e;
  background-color: #fff;
  box-shadow: 0 0 10px 1px #522636;
  transition: 0.25s background-color, 0.25s color;
  z-index: 3;
}

.nav-item-open:hover, a.nav-item-open:hover,
.nav-item.nav-item-open:hover, a.nav-item.nav-item-open:hover {
  background-color: #e4ced6;
  transition: 0s background-color, 0s color;
}

.header-nav-section {
  background-color: #fff;
  box-shadow: 0 0 20px 1px rgba(105, 105, 105, 0.6509803922);
  font-size: 1.1rem;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.header-nav-section .container {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.header-nav-section.nav-section-open {
  opacity: 1;
  max-height: 100000px;
  animation: anim-nav-section-open 0.25s ease;
}

.header-nav-section.nav-section-close {
  opacity: 0;
  max-height: 0px;
  animation: anim-nav-section-close 0.25s ease;
}

@keyframes anim-nav-section-open {
  0% {
    opacity: 0;
    max-height: 100000px;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-nav-section-close {
  0% {
    opacity: 1;
    max-height: 100000px;
  }
  99% {
    opacity: 0;
    max-height: 100000px;
  }
  100% {
    max-height: 0px;
  }
}
.main {
  background-color: #fff;
}

.main-message {
  display: flex;
  background-color: #b97e92;
  border: 3px solid #f2f2f2;
  border-radius: 0.5rem;
  box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.3098039216);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 680px;
  min-height: 11rem;
  overflow: hidden;
  text-align: center;
}
.main-message a {
  color: #fff;
}
.main-message a:hover {
  color: #fff;
}

.main-message-image {
  flex: 0 0 30%;
  background-image: url("56d606f4c608f.jpg");
  background-size: cover;
  background-position: center;
}

.main-message-text {
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.message {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  border: 3px solid #5c9493;
  border-radius: 0.5rem;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.0901960784);
  color: #387372;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin: 1em auto;
  max-width: 680px;
  min-height: 11rem;
  overflow: hidden;
  padding: 1em;
  text-align: center;
}
.message a {
  color: #387372;
}
.message a:hover {
  color: #387372;
}

.footer, footer.footer {
  background-color: #436c6c;
  color: #b6ddca;
  overflow-x: hidden;
  padding: 2rem 0;
  transition: color 0.25s;
  width: 100%;
}
.footer a, footer.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover, footer.footer a:hover {
  color: #fff;
  text-decoration: underline;
  transition: color 0s;
}
.footer li, footer.footer li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.footer-container {
  padding: 1.5rem;
}

body.footer-sticky .footer, body.footer-sticky footer.footer {
  position: absolute;
  bottom: 0;
}

.footer-title {
  color: #fff;
  display: block;
  font-size: 1.2em;
  margin-bottom: 1.5rem;
}

.footer-p {
  display: block;
  margin-bottom: 1.5rem;
}

.footer-gal-col {
  margin-bottom: 1.5rem;
}

.footer-list, ul.footer-list, .footer-list ul, ul.footer-list ul {
  margin: 0;
  padding: 0;
}

.footer-list li, ul.footer-list li {
  list-style: none;
}

.footer-social-icon, a.footer-social-icon {
  border: none;
  cursor: pointer;
  display: inline-block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  width: 48px;
  height: 48px;
}

.footer-icon-i {
  background-image: url(reseau-insta.png);
}

.footer-icon-f {
  background-image: url(reseau-facebook.png);
}

.section {
  background-color: #fff;
  overflow-x: hidden;
  padding: 2rem 0;
}
.section .container {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.section-pres {
  background-color: #e3e3e3;
  background-image: url(path897.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 0;
  font-size: 1.1rem;
}

.section-pres-picture {
  display: block;
  margin: 0 auto;
  max-height: 380px;
  max-width: 340px;
  width: 100%;
}

.section-boutique {
  background-color: #b97e92;
  color: #fff;
  padding: 0;
}

.section-boutique-ctr {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}

.section-boutique-picture {
  background-image: url(photo-boutique.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

.section-boutique-picture-bg {
  background-image: url(photo-boutique-blur.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 50%;
}

.section-boutique-desc {
  /* display: block;
  width: 50%; */
  font-size: 1.2rem;
  line-height: 1.5em;
  padding: 8%;
  width: 50%;
}

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

.service-col {
  flex: 0 0 auto;
  width: 25%;
}

.section-button, a.section-button {
  background: #5c9493;
  border-radius: 0.2em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1.1em;
  text-decoration: none;
  transition: background-color 0.25s;
}

.section-button:hover, a.section-button:hover {
  background: #7fb8b9;
  transition: background-color 0s;
}

.atelier-event-list {
  margin: 1rem 0;
}

.atelier-event {
  display: table;
  width: 100%;
  background-color: #f3f3f3;
  border: 3px solid #5c9493;
  border-radius: 0.5rem;
  box-shadow: 0 8px 8px 0 rgba(138, 106, 117, 0.2);
  color: #387372;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  transition: opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  cursor: default;
  overflow: hidden;
}

.atelier-event-date {
  display: table-cell;
  color: #387372;
  font-weight: bold;
  padding: 0.5em 1em;
  vertical-align: middle;
}

.atelier-event-reservation {
  display: table-cell;
  padding: 0.5em;
  vertical-align: bottom;
  text-align: right;
}

.section-atelier {
  background-color: #c9d7d4;
}
.section-atelier .row {
  align-items: start;
}
.section-atelier .col {
  min-width: 20em;
}

.section-atelier:nth-child(odd) {
  background-color: #d9e6e3;
}

.section-image {
  background-color: #b97e92;
  color: #fff;
  padding: 0;
}

.section-image-ctr {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}

.section-image-picture {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

.section-image-picture-bg {
  background-position: center;
  background-size: cover;
  background-color: #cda1b0;
  overflow: hidden;
  position: relative;
  width: 50%;
}

.section-image-desc {
  font-size: 1.2rem;
  line-height: 1.5em;
  padding: 8%;
  width: 50%;
}

@media (max-width: 767.98px) {
  .section-image-ctr {
    flex-direction: column;
  }
  .section-image-picture-bg {
    width: 100%;
    min-height: 20em;
  }
  .section-image-desc {
    width: 100%;
  }
}
.atelier-picture {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  max-width: 28em;
}

.service-icon {
  display: inline-block;
  width: 80%;
  padding-top: 80%;
  margin-bottom: 0.5em;
}

.service-icon-proche {
  background-image: url(../imgs/abdd_illustration_clients.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-icon-fleurs {
  background-image: url(../imgs/abdd_illustration_fleurs_fraiches.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-icon-savoir {
  background-image: url(../imgs/abdd_illustration_savoir_faire.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-icon-camion {
  background-image: url(../imgs/abdd_illustration_camion.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-title {
  color: #639e97;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}

.service-desc {
  display: block;
  text-align: center;
}

.section-button-group {
  margin: -0.25em;
}

.section-button-group .section-button {
  margin: 0.25em;
}

.home-event-container {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.home-event-container-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
  pointer-events: none; /* Pour que les clics passent à travers */
  z-index: 3;
  /* Utiliser le background pour créer un effet de fondu à droite et à gauche */
  /* background: linear-gradient(to right, rgba(227, 227, 227, 0.8), rgba(227, 227, 227, 0) 15%, rgba(227, 227, 227, 0) 85%, rgba(227, 227, 227, 0.8)); */
  background-image: url("/stylesheets/events-mask.png");
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: top left;
}

.home-event-container .section-title {
  text-align: center;
  margin: 1rem 0;
}

.home-event-list {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  padding: 0 50%;
  /* Pour masquer la barre de défilement */
  overflow: hidden; /* Masquer la barre de défilement verticale */
  background-color: rgba(157, 119, 132, 0.1882352941);
  text-wrap: nowrap;
  /* background-image: url('/stylesheets/events-flowers-bg.png');
  background-repeat: repeat-x;
  background-position: left center; */
}

.home-event-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.home-event {
  display: inline-block;
  flex: 0 0 auto; /* Largeur fixe de 600px */
  background-color: #f3f3f3;
  border: 3px solid #adcbcb;
  border-radius: 0.5rem;
  box-shadow: 0 8px 8px 0 rgba(138, 106, 117, 0.2);
  color: #387372;
  font-size: 1.2rem;
  line-height: 1.5em;
  overflow: hidden;
  padding: 1em 1.5em;
  text-align: center;
  text-wrap: wrap;
  min-width: 300px;
  margin: 1rem 0.5rem;
  max-width: 600px;
  transition: opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  cursor: default;
  vertical-align: top;
}

.home-event:hover {
  color: #387372 !important;
  background-color: #ffffff;
  /* opacity: 1; */
  transition: opacity 0 ease, background-color 0 ease, border-color 0 ease;
}

.home-event.center {
  border: 3px solid #5c9493;
  background-color: #ffffff;
  /* opacity: 1; */
  transition: opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.home-event-title {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

.home-event-date {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.home-event-controls-left,
.home-event-controls-right {
  z-index: 2;
  width: 25%;
  text-align: center;
}

.home-event-controls-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home-event-controls-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-list-cont {
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  width: 25%;
}

.menulist,
ul.menulist {
  margin: -0.4rem 0;
  padding: 0;
  font-family: localCenturyGothic, Arial, Helvetica, sans-serif;
  position: relative;
  top: 0;
  transition: top 0.25s;
}
.menulist ul,
ul.menulist ul {
  margin: 0;
  padding: 0;
}
.menulist li,
ul.menulist li {
  list-style: none;
  margin: 0.4rem 0;
}
.menulist > li,
ul.menulist > li {
  margin-bottom: 1.5em;
}
.menulist a,
ul.menulist a {
  background-color: #fff;
  border-radius: 0.3rem;
  color: #7a7a7a;
  display: block;
  font-size: 1rem;
  padding: 0.4rem 1rem;
  text-decoration: none;
  transition: color 0.25s, background-color 0.25s;
}
.menulist a.menulist-category,
ul.menulist a.menulist-category {
  color: #000;
  font-size: 1.2rem;
}
.menulist a:hover,
ul.menulist a:hover {
  color: #b97e92;
  background-color: #efefef;
  transition: color 0s, background-color 0s;
}
.menulist a.active, .menulist a.gallery-category.active,
ul.menulist a.active,
ul.menulist a.gallery-category.active {
  color: #fff;
  background-color: #b97e92;
  transition: color 0s, background-color 0s;
}

.gallery-header {
  margin-bottom: 1.5rem;
}

.gallery-title {
  display: block;
  color: #646464;
  font-family: localCenturyGothic, Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
}

.gallery-path {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.gallery-path li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.gallery-pagination {
  align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.g-pagination, ul.g-pagination {
  display: flex;
  margin: 0;
  padding: 0;
}
.g-pagination li, ul.g-pagination li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.g-page-link {
  background-color: #fff;
  border: 1px solid #d4d9dd;
  color: inherit;
  display: block;
  padding: 0.4rem 0.75rem;
  position: relative;
  text-decoration: none;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}
.g-page-link:hover {
  background-color: #efefef;
  color: #b97e92;
  transition: color 0s, background-color 0s, border-color 0s;
  z-index: 1;
}
.g-page-link.active {
  background-color: #b97e92;
  border-color: #b97e92;
  color: #fff;
  transition: color 0s, background-color 0s, border-color 0s;
  z-index: 2;
}
.g-page-link.disabled {
  cursor: inherit;
  background-color: transparent;
  border-color: transparent;
  transition: color 0s, background-color 0s, border-color 0s;
  z-index: 0;
}

.g-page-item:first-child .g-page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.g-page-item:last-child .g-page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.g-page-item:not(:first-child) .g-page-link {
  margin-left: -1px;
}

.picture-col {
  float: left;
  width: 25%;
  padding: 0.25rem;
}

.picture, a.picture {
  background-color: #e5e5e5;
  border: 4px solid #dbd1d5;
  border-radius: 1rem;
  color: inherit;
  display: block;
  overflow: hidden;
  position: relative;
  transition: background-color 0.25s, border-color 0.25s;
}
.picture:hover, a.picture:hover {
  background-color: #ffffff;
  border-color: #b97e92;
  transition: background-color 0s, border-color 0s;
}

.picture-cont {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  display: block;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.picture-overlay {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: center;
  top: 0;
  transition: opacity 0.25s;
}

.picture:hover .picture-overlay, a.picture:hover .picture-overlay {
  opacity: 1;
  transition: opacity 0.25s;
}

.picture-text {
  background-color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  margin: 1rem;
  padding: 0.25rem 0.5rem;
}

.picture-ref {
  font-weight: bold;
}

.viewer-image {
  align-items: stretch;
  animation-name: zoom;
  animation-duration: 0.6s;
  background-color: #ffffff;
  background-color: rgba(56, 56, 56, 0.8);
  background-image: url(loader.gif);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: flex-start;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.viewer-image.open {
  display: flex;
}

@keyframes zoom {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.viewer-row-image {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
}

.viewer-image-cont {
  background-color: transparent;
  background-image: none;
  background-position: center;
  background-size: 100%;
  border: 4px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
  min-height: 100px;
  min-width: 100px;
  overflow: hidden;
  transition: height 0.25s, width 0.25s;
}

.viewer-row-nav, ul.viewer-row-nav {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: flex-end;
  padding: 1rem;
}

.viewer-nav, ul.viewer-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.viewer-nav li, ul.viewer-nav li {
  padding: 0;
  list-style: none;
  margin: 0;
}
.viewer-nav li.separator, ul.viewer-nav li.separator {
  overflow: hidden;
}
.viewer-nav a, ul.viewer-nav a {
  background-color: #fff;
  border-radius: 0.25em;
  color: inherit;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  transition: background-color 0.25s;
}
.viewer-nav a:hover, ul.viewer-nav a:hover {
  background-color: #b97e92;
  color: #fff;
  transition: background-color 0s;
}
.viewer-nav a.disabled, ul.viewer-nav a.disabled {
  opacity: 0.5;
  pointer-events: none;
  transition: background-color 0s;
}
.viewer-nav a.disabled:hover, ul.viewer-nav a.disabled:hover {
  background-color: #8a6a75;
}

.viewer-content {
  color: #fff;
  flex-grow: 1;
}

.viewer-title {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

.viewer-p {
  display: block;
}

.contact-hidden::after {
  background-color: #a7a7a7;
  border-radius: 0.3em;
  content: "";
  display: inline-block;
  height: 0.6em;
  vertical-align: middle;
  width: 20%;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 58rem) {
  .service-col {
    width: 50%;
  }
}
@media (max-width: 25rem) {
  .service-col {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .picture-col {
    width: 33%;
  }
}
@media (max-width: 767.98px) {
  .section-boutique-ctr {
    flex-direction: column;
  }
  .section-boutique-picture-bg {
    width: 100%;
    min-height: 20em;
  }
  .section-boutique-desc {
    width: 100%;
  }
  .picture-col {
    width: 50%;
  }
  .footer .col-1, .footer .col-2, .footer .col-3, .footer .col-4, .footer .col-5, .footer .col-6, .footer .col-7, .footer .col-8, .footer .col-9, .footer .col-10, .footer .col-11 {
    flex: 0 0 auto;
    width: 100%;
  }
  .footer .col-1.text-end, .footer .col-2.text-end, .footer .col-3.text-end, .footer .col-4.text-end, .footer .col-5.text-end, .footer .col-6.text-end, .footer .col-7.text-end, .footer .col-8.text-end, .footer .col-9.text-end, .footer .col-10.text-end, .footer .col-11.text-end {
    text-align: left !important;
  }
}
@media (max-width: 576px) {
  .picture-col {
    width: 100%;
  }
  .footer-gal-col {
    flex: 0 0 auto;
    width: 100%;
  }
}/*# sourceMappingURL=main-v4-0.css.map */