@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,300&family=Poppins:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/
	 v2.0 | 20110126
	 License: none (public domain)
	 Changed from CSS to SASS
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: "bw-darius-demo-light";
  src: url(/fonts/BwDariusDEMO-Light.otf?a6786a85abcd549959a0585fdeb649fe) format("woff"), url(/fonts/BwDariusDEMO-Light.otf?a6786a85abcd549959a0585fdeb649fe) format("opentype"), url(/fonts/BwDariusDEMO-Light.otf?a6786a85abcd549959a0585fdeb649fe) format("truetype");
}
@font-face {
  font-family: "bw-darius-demo-bold-italic";
  src: url(/fonts/BwDariusDEMO-BoldItalic.otf?9ae8f7b9082e830a9458deaf5d240a39) format("woff"), url(/fonts/BwDariusDEMO-BoldItalic.otf?9ae8f7b9082e830a9458deaf5d240a39) format("opentype"), url(/fonts/BwDariusDEMO-BoldItalic.otf?9ae8f7b9082e830a9458deaf5d240a39) format("truetype");
}
@font-face {
  font-family: "bw-darius-demo-black-italic";
  src: url(/fonts/BwDariusDEMO-BlackItalic.otf?600c5b82d210e7ad5c29d3b29c36d780) format("woff"), url(/fonts/BwDariusDEMO-BlackItalic.otf?600c5b82d210e7ad5c29d3b29c36d780) format("opentype"), url(/fonts/BwDariusDEMO-BlackItalic.otf?600c5b82d210e7ad5c29d3b29c36d780) format("truetype");
}
@font-face {
  font-family: "bw-darius-demo-light-italic";
  src: url(/fonts/BwDariusDEMO-LightItalic.otf?bcdcfaae1ddb8c0871a11e2d8db264d5) format("woff"), url(/fonts/BwDariusDEMO-LightItalic.otf?bcdcfaae1ddb8c0871a11e2d8db264d5) format("opentype"), url(/fonts/BwDariusDEMO-LightItalic.otf?bcdcfaae1ddb8c0871a11e2d8db264d5) format("truetype");
}
@font-face {
  font-family: "bw-darius-demo-regular-italic";
  src: url(/fonts/BwDariusDEMO-RegularItalic.otf?2cd0a8b46ae291fcd307719d55927fe8) format("woff"), url(/fonts/BwDariusDEMO-RegularItalic.otf?2cd0a8b46ae291fcd307719d55927fe8) format("opentype"), url(/fonts/BwDariusDEMO-RegularItalic.otf?2cd0a8b46ae291fcd307719d55927fe8) format("truetype");
}
@font-face {
  font-family: "bw-darius-demo-regular";
  src: url(/fonts/BwDariusDEMO-Regular.otf?e2773956e9ec84e2ddca9a22fe7bee04) format("woff"), url(/fonts/BwDariusDEMO-Regular.otf?e2773956e9ec84e2ddca9a22fe7bee04) format("opentype"), url(/fonts/BwDariusDEMO-Regular.otf?e2773956e9ec84e2ddca9a22fe7bee04) format("truetype");
}
html {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  min-width: 300px;
}

body {
  position: relative;
}

.bg {
  background: #f5f5f5;
}
.bg.-padding {
  padding: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .bg.-padding {
    padding: 5rem 0;
  }
}
.bg.-paddingtop {
  padding-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .bg.-paddingtop {
    padding-top: 5rem;
  }
}

.alert {
  color: #d01316;
}

strong {
  font-weight: 700;
}

.hidden {
  display: none;
}

.sro, .screen-reader-text {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

select::-ms-expand {
  display: none;
}

.invisible {
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s ease;
  color: inherit;
}

.-ovhhidden {
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .-nomobile {
    display: none !important;
  }
}

@media screen and (max-width: 899px) {
  .-nomobilesmall {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .-nodesktop {
    display: none !important;
  }
}

@media screen and (min-width: 900px) {
  .-nodesktopsmall {
    display: none !important;
  }
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ececec;
  padding: 0.5rem 0.3rem;
  margin: 0 0.4rem;
  border: none;
  font-size: 0.9rem;
  cursor: pointer;
}
.btn.btn-danger {
  background: #d01316;
  color: white;
}

.alterations {
  width: 98%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1rem;
  font-size: 12px;
  position: relative;
}
.alterations.-online {
  font-size: 1rem;
}
.alterations .logo {
  width: 3cm;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 0;
}
.alterations .logo img {
  width: 100%;
  height: auto;
}
.alterations .info {
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 3;
}
.alterations .info .bold {
  font-weight: 700;
}
.alterations .list {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  margin-left: 0.6rem;
}

.back {
  width: 100px;
  height: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.back.-left {
  justify-content: flex-start;
  align-items: flex-start;
}
.back svg {
  width: 40px;
}

.choice-menu {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 3;
  padding: 0.5rem 0;
  width: 150px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 2px rgba(128, 128, 128, 0.4);
  display: none;
}
.choice-menu.-right {
  transform: translateX(0);
  right: 0;
  top: 95%;
  left: auto;
}
.choice-menu.-large {
  width: 215px;
}
.choice-menu.active {
  display: -ms-flex;
  display: flex;
}
.choice-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 14px solid white;
  position: absolute;
  top: -14px;
  left: calc(50% - 7px);
}
.choice-menu label {
  padding: 0.5rem 1rem;
  transition: 0.3s ease;
  border-bottom: 1px solid #ececec;
  width: 100%;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.choice-menu label.active {
  color: #a9cc6b;
  font-weight: 700;
}
.choice-menu label:last-child {
  border-bottom: 0;
}
.choice-menu label input {
  opacity: 0;
  position: absolute;
  top: -999px;
  left: -999px;
}
.choice-menu label:hover, .choice-menu label:focus {
  color: #a9cc6b;
}

.gestionnaire-wrapper {
  background: #f9fafb;
}

.content-gestionnaire {
  width: calc(100% - 100px - 3rem);
  margin-left: auto;
  margin-right: 0;
  box-sizing: border-box;
  background: white;
  box-sizing: border-box;
  padding: 1.5rem;
}
.content-gestionnaire.-full {
  width: 90%;
  margin: 2rem auto;
  padding: 0;
}
.content-gestionnaire.-all {
  width: 100%;
  margin: 2rem auto;
  padding: 0;
}
.content-gestionnaire.-large {
  width: calc(100% - 100px);
}
.content-gestionnaire .tabs {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}
.content-gestionnaire .tabs .tab {
  text-transform: uppercase;
  color: black;
  transition: 0.3s ease;
  padding: 0 1rem;
  border-right: 1px solid black;
  font-weight: 700;
  cursor: pointer;
  font-size: 1rem;
}
.content-gestionnaire .tabs .tab:last-child {
  border-right: 0;
}
.content-gestionnaire .tabs .tab.active {
  color: #b98e63;
}
.content-gestionnaire .head.-bar {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.content-gestionnaire .head .title {
  text-transform: uppercase;
  color: black;
  font-size: 1.1rem;
  font-weight: 700;
}
.content-gestionnaire .head .right {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.content-gestionnaire .head .right .reset-form {
  margin-right: 1rem;
}
.content-gestionnaire .head .right .search-form {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  margin-right: 1rem;
}
.content-gestionnaire .head .right .search-form input {
  padding: 5px;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border: 1px solid #dad6d7;
  margin-right: 3px;
}
.content-gestionnaire .head .right .search-form .search-button {
  position: relative;
  cursor: pointer;
}
.content-gestionnaire .head .right .search-form .search-button input {
  width: 55px;
  height: 35px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #b98e63;
  text-indent: -9999px;
  transition: 0.3s ease;
  cursor: pointer;
}
.content-gestionnaire .head .right .search-form .search-button .icon {
  height: 82%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-gestionnaire .head .right .search-form .search-button:hover input {
  background: #c49d77;
}
.content-gestionnaire .head .right .link {
  width: 35px;
  height: 35px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-gestionnaire .head .right .link svg {
  width: 100%;
  fill: #dad6d7;
}

.cta {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background: #b98e63;
  color: white;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 1.2rem 2.8rem;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  cursor: pointer;
}
.cta:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #dad6d7;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.cta.-bigpadding {
  padding: 1rem 4rem;
}
.cta.-smallpadding {
  padding: 1rem 2rem;
}
.cta.-marginbottom {
  margin-bottom: 2rem;
}
.cta:focus, .cta:hover {
  color: black;
}
.cta:focus:before, .cta:hover:before {
  transform: scaleX(1);
}
.cta.-alert {
  background: #d01316;
  color: white;
}
.cta.-light {
  color: #383838;
  background: #ffffff;
}
.cta.-light:before {
  background: #b98e63;
}
.cta.-light:focus, .cta.-light:hover {
  color: white;
}
.cta.-light:focus:before, .cta.-light:hover:before {
  transform: scaleY(1);
}
.cta.-contrast {
  background: #ffffff;
}
.cta.-contrast:before {
  background: #b98e63;
}
.cta.-contrast:focus:before, .cta.-contrast:hover:before {
  transform: scaleY(1);
}
.cta.-lighthover:before {
  background: #ffffff;
}
.cta.-lighthover:hover {
  color: #b98e63;
}
.cta.-dark {
  background: #b98e63;
}
.cta.-dark:before {
  background: #ffffff;
}
.cta.-dark:focus, .cta.-dark:hover {
  color: #ffffff;
}
.cta.-dark:focus:before, .cta.-dark:hover:before {
  transform: scaleY(1);
}

.cta-container {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-container.-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .cta-container.-row .cta {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.cta-container.-alignstart {
  justify-content: flex-start;
  align-items: flex-start;
}
.cta-container.-alignend {
  justify-content: flex-end;
  align-items: flex-end;
}
.cta-container.-bordertop {
  border-top: 1px solid rgba(56, 56, 56, 0.15);
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .cta-container.-bordertop {
    padding-top: 4rem;
  }
}
.cta-container.-borderbottom {
  border-bottom: 1px solid rgba(56, 56, 56, 0.15);
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .cta-container.-borderbottom {
    padding-bottom: 4rem;
  }
}
.cta-container.-borderbottomcontrast {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .cta-container.-borderbottomcontrast {
    padding-bottom: 4rem;
  }
}
.cta-container.-padding {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .cta-container.-padding {
    padding: 4rem 0;
  }
}
.cta-container.-marginbottom {
  margin: 0 0 3rem;
}
@media screen and (min-width: 1024px) {
  .cta-container.-marginbottom {
    padding-bottom: 5rem;
  }
}
.cta-container.-margintop {
  margin: 3rem 0 0;
}
.cta-container .cta {
  margin-bottom: 1rem;
}
.cta-container .cta.-nomargin {
  margin-bottom: 0;
  margin-right: 0;
}
.cta-container .cta:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.db-search {
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.db-search.-marginbottom {
  margin-bottom: 2rem;
}
.db-search .form {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 300px;
}
.db-search .form > input {
  width: 100%;
  padding: 5px 1.5rem 5px 5px;
  font-size: 1rem;
  box-sizing: border-box;
  border: 1px solid #dad6d7;
  transition: 0.3s ease;
}
.db-search .form > input:focus {
  outline: none !important;
  border: 1px solid #b98e63;
}
.db-search .form .search-icon {
  width: 1.2rem;
  height: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 5px;
}
.db-search .form .search-icon svg {
  fill: #b98e63;
  width: 100%;
}

.details-fiche {
  text-transform: uppercase;
  margin: 2rem 0;
  width: 100%;
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.details-fiche .edit-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.details-fiche .edit-icon img {
  width: 100%;
}
.details-fiche .detail {
  margin-bottom: 0.5rem;
}
.details-fiche .detail:last-child {
  margin-bottom: 0;
}

.edit-caracs {
  margin-top: 2rem;
}
.edit-caracs .carac {
  margin-bottom: 2rem;
}
.edit-caracs .carac .title {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.edit-caracs .carac .title .edit-icon {
  width: 20px;
  height: 20px;
}
.edit-caracs .carac .title .edit-icon img {
  width: 100%;
}
.edit-caracs .carac .edit-carac {
  margin-top: 1rem;
}
.edit-caracs .carac .edit-carac .item {
  padding: 1rem 0;
  border-bottom: 1px solid #b98e63;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.edit-caracs .carac .edit-carac .item.-column {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.edit-caracs .carac .edit-carac .item span {
  line-height: 18px;
}
.edit-caracs .carac .edit-carac .item:last-child {
  border-bottom: 0;
}
.edit-caracs .carac .edit-carac .item > input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
}
.edit-caracs .carac .edit-carac .item .check {
  width: 27px;
  height: 18px;
}
.edit-caracs .carac .edit-carac .cta {
  margin-top: 1rem;
}

.form-articles {
  width: 100%;
  margin-top: 3rem;
}
.form-articles .item {
  width: 100%;
  margin-bottom: 2rem;
}
.form-articles .item label {
  margin-bottom: 0.3rem;
  display: block;
}

.form-card {
  width: 90%;
  max-width: 600px;
  margin: 2rem auto;
  box-sizing: border-box;
  padding: 2rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.form-card.-noshadow {
  box-shadow: none;
}
.form-card .form-title {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #b98e63;
  margin-bottom: 2rem;
}
.form-card .form-item {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.form-card .form-item:last-child {
  margin-bottom: 0;
}
.form-card .form-item.-center {
  justify-content: center;
}
.form-card .form-item .label {
  width: 25%;
  text-align: left;
}
.form-card .form-item .input {
  width: 73%;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #dad6d7;
  padding: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  transition: 0.3s ease;
}
.form-card .form-item .input:focus {
  outline: none !important;
  border: 1px solid #b98e63;
}
.form-card .form-item .list-items {
  width: 73%;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-card .form-item .list-items.-column {
  flex-direction: column;
}
.form-card .form-item .list-items.-column label {
  width: 100%;
}
.form-card .form-item .list-items label {
  margin-bottom: 0.7rem;
  width: 50%;
  text-align: left;
}
.form-card .form-item .list-items label input {
  margin-right: 0.5rem;
}
.form-card .form-item .preview-container {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 73%;
}
.form-card .form-item .preview-container #preview {
  width: 150px;
  height: 150px;
  position: relative;
  background: #ececec;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.form-card .form-item .preview-container #preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-card .form-item .preview-container #preview p {
  text-align: center;
  font-size: 0.9rem;
}
.form-card .form-item .preview-container #preview .input-file {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  text-indent: -9999px;
  cursor: pointer;
}
.form-card .form-item .preview-container #preview .close {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: red;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 3;
  transition: 0.3s ease;
}
.form-card .form-item .preview-container #preview .close:hover {
  background: #b30000;
}
.form-card .form-item .form-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #b98e63;
  padding: 1rem 2rem;
  color: white;
  transition: 0.3s ease;
}
.form-card .form-item .form-button:hover, .form-card .form-item .form-button:focus {
  background: #746455;
}

.header-container {
  background: black;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  position: relative;
}
.header-container .logo-container {
  width: 30%;
  max-width: 200px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-container .logo-container img {
  width: 100%;
}
.header-container .user-info {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header-container .user-info .bell {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid white;
  margin-right: 1rem;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-container .user-info .bell svg {
  fill: white;
  height: 26px;
}
.header-container .user-info .bell .number {
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  bottom: -8px;
  right: -8px;
  font-size: 0.9rem;
}
.header-container .user-info .user {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
}
.header-container .user-info .user svg {
  fill: white;
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
}
.header-container .user-info .logout-menu {
  background: white;
  padding: 1rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  width: 150px;
  text-align: center;
  box-sizing: border-box;
}

.header-gestionnaire {
  width: 100%;
  position: relative;
  background: #f9fafb;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.header-gestionnaire.-center {
  text-align: center;
  justify-content: space-between;
}
.header-gestionnaire.-center .content {
  width: auto;
}
.header-gestionnaire.-nobg {
  background: white;
}
.header-gestionnaire .content {
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding-left: 3rem;
  padding-right: 1.5rem;
}
.header-gestionnaire .content.-space-between {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header-gestionnaire .content .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
}
.header-gestionnaire .content .title.-small {
  font-size: 1.2rem;
  font-weight: 500;
}
.header-gestionnaire .content .title span {
  display: block;
  color: #b98e63;
}

.items-list {
  width: 100%;
}
.items-list .list-head {
  margin-bottom: 2rem;
  text-transform: uppercase;
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid #dad6d7;
}
.items-list .list-head .id {
  background: #b98e63;
  color: white;
  font-weight: 700;
  border-top: 1px solid #b98e63;
  border-bottom: 1px solid #b98e63;
}
.items-list .list-head span {
  padding: 0.7rem 1.2rem;
  border-top: 1px solid #dad6d7;
  border-bottom: 1px solid #dad6d7;
  box-sizing: border-box;
  position: relative;
}
.items-list .middle {
  width: 65%;
}
.items-list .last {
  width: 25%;
  text-align: right;
}
.items-list .id {
  width: 10%;
  text-align: center;
}
.items-list .pending {
  color: #d01316;
}
.items-list .incomplete {
  color: #f1bf00;
}
.items-list .completed {
  color: #a9cc6b;
}
.items-list .list-content {
  text-transform: uppercase;
}
.items-list .list-content .item {
  margin-bottom: 2.5rem;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.items-list .list-content .item > span {
  padding: 0.7rem 1.2rem;
  box-sizing: border-box;
}
.items-list .list-content .item .date {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.items-list .list-content .item .date > img {
  width: 25px;
  height: 25px;
  margin-right: 0.7rem;
}
.items-list .list-content .item .middle {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.items-list .list-content .item .middle .name {
  font-weight: 700;
}
.items-list .list-content .item .middle .name, .items-list .list-content .item .middle .date {
  margin-bottom: 0.5rem;
}
.items-list .list-content .item .middle .links {
  font-size: 0.85rem;
}
.items-list .list-content .item .middle .links .pipe {
  padding: 0 0.5rem;
}
.items-list .list-content .item .middle .links .link:hover {
  color: #b98e63;
}
.items-list .list-content .item .middle .links .delete {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  color: #d01316;
  text-transform: uppercase;
}
.items-list .list-content .item .last {
  font-size: 0.85rem;
}

.manager-links {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.manager-links .link {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background: #b98e63;
  color: white;
  text-align: center;
  margin: 1rem;
}
.manager-links .link:hover {
  background: #746455;
}

.manager-nav {
  padding: 1rem;
  box-sizing: border-box;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  background: #ececec;
}
.manager-nav .menu-item {
  padding: 1rem;
  text-align: center;
}
.manager-nav .menu-item:hover {
  color: #b98e63;
}

.button-container {
  height: 120px;
  width: 100px;
  background: white;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.button-container.open .menu-button span {
  background: #b98e63;
}
.button-container.open .menu-button span:nth-child(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 7px;
}
.button-container.open .menu-button span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.button-container.open .menu-button span:nth-child(3) {
  transform: rotate(-45deg);
  top: 28px;
  left: 7px;
}
.button-container.open .menu-button span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.menu-button {
  width: 40px;
  height: 30px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}
.menu-button span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #b98e63;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-button span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.menu-button span:nth-child(2) {
  top: 12px;
  transform-origin: left center;
}
.menu-button span:nth-child(3) {
  top: 25px;
  transform-origin: left center;
}

.modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 120;
  top: 0;
  left: 0;
}
.modal-container .modal-form {
  width: 80%;
  max-width: 500px;
  background: white;
  box-sizing: border-box;
  padding: 2rem;
  position: relative;
}
.modal-container .modal-form .close {
  width: 40px;
  height: 40px;
  background: #b98e63;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 2;
}
.modal-container .modal-form .form-group {
  margin-bottom: 1.5rem;
}
.modal-container .modal-form .form-group:last-child {
  margin-bottom: 0;
}
.modal-container .modal-form .form-group label {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.modal-container .modal-form .form-group input {
  font-size: 1rem;
  width: 100%;
  padding: 5px;
}

.multiselect-tag {
  font-size: 1rem !important;
  background: #b98e63 !important;
}

.navbar-nav {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.navbar-nav a {
  padding: 1rem;
}

.nav-container {
  width: 100px;
  position: fixed;
  top: 235px;
  left: 0;
  z-index: 10;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  background: white;
  transform: translateX(-100%);
  transition: 0.3s ease;
}
.nav-container.open {
  transform: translateX(0);
}
.nav-container .link {
  width: 100%;
  height: 120px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.nav-container .link svg {
  width: 60%;
  height: auto;
  fill: #dad6d7;
}
.nav-container .link.current {
  background: #b98e63;
}
.nav-container .link.current svg {
  fill: white;
}
.nav-container .link:hover, .nav-container .link:focus {
  background: #c49d77;
}
.nav-container .link:hover svg, .nav-container .link:focus svg {
  fill: white;
}

.order-form .step-container {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0;
  width: 100%;
}
.order-form .step-container span {
  text-transform: uppercase;
  color: #c49d77;
  font-size: 1.1rem;
}
.order-form .step-container span.dark {
  color: black;
  font-weight: 700;
}
.order-form .step {
  display: none;
}
.order-form .step.active {
  display: block;
  animation: creation_show 2s ease-out both;
}
.order-form .step.hide {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.order-form .client-infos .item {
  width: 100%;
  background: #f9fafb;
  box-sizing: border-box;
  padding: 1.5rem;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.order-form .client-infos .item .icon {
  width: 55px;
  height: 55px;
  margin-right: 1rem;
}
.order-form .client-infos .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.order-form .client-infos .item .content {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1 0 0;
}
.order-form .client-infos .item .content .label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
.order-form .client-infos .item .content .input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  font-size: 1rem;
}
.order-form .client-infos .item .content .input:focus {
  outline: none !important;
}
.order-form .client-infos .item .content .select-customer {
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 5px;
  height: 30px;
}
.order-form .client-infos .item .content .date-container {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.order-form .client-infos .item .content .date-container input {
  width: 80%;
}
.order-form .client-infos .item .content .date-container .delete {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: red;
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}
.order-form .client-infos .item .content .date-container .delete:before, .order-form .client-infos .item .content .date-container .delete:after {
  content: "";
  width: 17px;
  height: 2px;
  background: white;
  position: relative;
}
.order-form .client-infos .item .content .date-container .delete:before {
  top: 1px;
}
.order-form .client-infos .item .content .date-container .delete:after {
  position: relative;
  top: -1px;
  transform: rotate(90deg);
}
.order-form .client-infos .item .error {
  display: block;
  color: #d01316;
  width: 100%;
  margin-top: 0.5rem;
}
.order-form .squares-list {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.order-form .squares-list .item {
  width: 300px;
  height: 300px;
  background: #b98e63;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.order-form .squares-list .item img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.order-form .squares-list .item .name {
  font-size: 2rem;
  font-weight: 700;
}
.order-form .squares-list .item input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
}
.order-form .next-step {
  margin-top: 3rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem;
  background: #a9cc6b;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.order-form .quantity {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
}
.order-form .quantity label {
  margin-right: 0.5rem;
}
.order-form .number {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background: #f9fafb;
  border: 1px solid #dad6d7;
  width: 100px;
  height: 61px;
  text-align: center;
  line-height: 61px;
}
.order-form input[type=number]::-webkit-inner-spin-button,
.order-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.order-form .input-container button {
  height: 61px;
  width: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f9fafb;
  border: 1px solid #dad6d7;
}
.order-form .input-container .unit {
  margin-left: 0.5rem;
}

.order-garments .head {
  border-bottom: 1px solid #b98e63;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  font-size: 1rem;
}
.order-garments .head span {
  padding: 0rem 0.7rem 0.7rem;
  width: 17%;
  box-sizing: border-box;
  text-align: center;
}
.order-garments .head span.article {
  width: 46%;
  text-align: left;
}
.order-garments .head span:last-child {
  width: 25%;
}
.order-garments .item {
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.order-garments .item .part {
  padding: 0.7rem;
  box-sizing: border-box;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 17%;
  text-align: center;
}
.order-garments .item .part.garment {
  width: 46%;
  text-align: left;
  align-items: flex-start;
  font-size: 0.85rem;
  position: relative;
}
.order-garments .item .part.garment .type {
  font-size: 1rem;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.order-garments .item .part.garment > span {
  margin-bottom: 0.3rem;
}
.order-garments .item .part.garment .edit-icon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0%;
}
.order-garments .item .part.garment .edit-icon img {
  width: 100%;
}
.order-garments .item .part.garment .alteration-icon {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25%;
}
.order-garments .item .part.status {
  border-right: 1px solid #b98e63;
  position: relative;
  font-size: 16px;
}
.order-garments .item .part.status .case {
  width: 50px;
  height: 50px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.order-garments .item .part.status .case.success {
  background: #a9cc6b;
}
.order-garments .item .part.status .case.error {
  background: #d01316;
}
.order-garments .item .part.status .case img {
  width: 50%;
  pointer-events: none;
}
.order-garments .item .part.status .status-menu {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 3;
  padding: 0.5rem 0;
  width: 150px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 2px rgba(128, 128, 128, 0.4);
  display: none;
}
.order-garments .item .part.status .status-menu.active {
  display: -ms-flex;
  display: flex;
}
.order-garments .item .part.status .status-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 14px solid white;
  position: absolute;
  top: -14px;
  left: calc(50% - 7px);
}
.order-garments .item .part.status .status-menu label {
  padding: 0.5rem 1rem;
  transition: 0.3s ease;
  border-bottom: 1px solid #ececec;
  width: 100%;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.order-garments .item .part.status .status-menu label.active {
  color: #a9cc6b;
  font-weight: 700;
}
.order-garments .item .part.status .status-menu label:last-child {
  border-bottom: 0;
}
.order-garments .item .part.status .status-menu label input {
  opacity: 0;
  position: absolute;
  top: -999px;
  left: -999px;
}
.order-garments .item .part.status .status-menu label:hover, .order-garments .item .part.status .status-menu label:focus {
  color: #a9cc6b;
}
.order-garments .item .part:last-child {
  width: 25%;
}
.order-garments .item .part.localisation {
  position: relative;
  width: 25%;
  font-size: 16px;
}
.order-garments .item .part.localisation .localisation-name > span {
  pointer-events: none !important;
}
.order-garments .item .part.localisation .localisations-menu {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 3;
  padding: 0.5rem 0;
  width: 150px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 2px rgba(128, 128, 128, 0.4);
  display: none;
}
.order-garments .item .part.localisation .localisations-menu.active {
  display: -ms-flex;
  display: flex;
}
.order-garments .item .part.localisation .localisations-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 14px solid white;
  position: absolute;
  top: -14px;
  left: calc(50% - 7px);
}
.order-garments .item .part.localisation .localisations-menu label {
  padding: 0.5rem 1rem;
  transition: 0.3s ease;
  border-bottom: 1px solid #ececec;
  width: 100%;
  cursor: pointer !important;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.order-garments .item .part.localisation .localisations-menu label.active {
  color: #a9cc6b;
  font-weight: 700;
}
.order-garments .item .part.localisation .localisations-menu label:last-child {
  border-bottom: 0;
}
.order-garments .item .part.localisation .localisations-menu label input {
  opacity: 0;
  position: absolute;
  top: -999px;
  left: -999px;
}
.order-garments .item .part.localisation .localisations-menu label:hover, .order-garments .item .part.localisation .localisations-menu label:focus {
  color: #a9cc6b;
}

.order-summary {
  width: 100%;
  box-sizing: border-box;
  background: #f9fafb;
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.05);
  padding: 3rem;
  margin-bottom: 3rem;
}
.order-summary .garment {
  width: 100%;
  border-bottom: 1px solid #b98e63;
  padding: 3rem 0 1rem;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.order-summary .garment:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.order-summary .garment .icon {
  background: #b98e63;
  width: 50px;
  height: 50px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.order-summary .garment .icon img {
  width: 90%;
}
.order-summary .garment .garment-details, .order-summary .garment .garment-alterations {
  width: 40%;
}
.order-summary .garment .garment-comment {
  width: 100%;
  box-sizing: border-box;
  padding-left: 14%;
  margin-top: 1.5rem;
}
.order-summary .garment .name {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.order-summary .garment .infos {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1rem;
}
.order-summary .garment .infos span {
  margin-bottom: 0.6rem;
}

.link-forgot {
  text-align: right;
  font-weight: 700;
  color: #b98e63;
  width: 100%;
  display: block;
  font-size: 1.1rem;
}
.link-forgot:hover {
  color: black !important;
}

.pagination-container {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pagination-container .numbers {
  font-weight: 700;
}
.pagination-container .pagination .page-item {
  border-radius: 0;
  padding: 1rem 1.2rem;
  text-transform: uppercase;
  background: #f9fafb;
}
.pagination-container .pagination .page-item:hover {
  color: #b98e63;
}

.section-container {
  width: 90%;
  max-width: none;
  max-width: 1040px;
  margin: 0 auto;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.section-container .section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.section-container .table {
  margin-bottom: 2rem;
}
.section-container .table tr {
  border-bottom: 1px solid #dad6d7;
}
.section-container .table th {
  font-weight: 700;
  text-align: left;
}
.section-container .table th, .section-container .table td {
  padding: 5px;
}
.section-container .table .logo-container {
  width: 150px;
  height: 150px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-container .table .logo-container.-darkbg {
  background: #b98e63;
}
.section-container .table .logo-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-container.-full {
  width: 100%;
  max-width: 100%;
}
.section-container.-small {
  max-width: 875px;
}
.section-container.-medium {
  max-width: 995px;
}
.section-container.-mediumlarge {
  max-width: 1150px;
}
.section-container.-large {
  max-width: 1250px;
}
.section-container.-xlarge {
  max-width: 1280px;
}
.section-container.-center {
  align-items: center;
  text-align: center;
}
.section-container.-margin {
  margin: 3rem auto;
}
@media screen and (min-width: 1024px) {
  .section-container.-margin {
    margin: 5rem auto;
  }
}
.section-container.-marginsmall {
  margin: 3rem auto;
}
.section-container.-margintop {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .section-container.-margintop {
    margin-top: 5rem;
  }
}
.section-container.-marginbottom {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .section-container.-marginbottom {
    margin-bottom: 5rem;
  }
}
.section-container.-bigmarginbottom {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .section-container.-bigmarginbottom {
    margin-bottom: 7rem;
  }
}
.section-container .logo {
  width: 140px;
  margin-bottom: 0.5rem;
}
.section-container .logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-small {
    width: 75%;
  }
}
.section-container .section-content.-alignright {
  margin-right: 0;
  margin-left: auto;
}
.section-container .section-content.-row {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row {
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row.-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row.-aligntop {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row.-alignbottom {
    align-items: flex-end;
  }
}
.section-container .section-content.-row .left, .section-container .section-content.-row .right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left, .section-container .section-content.-row .right {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-small, .section-container .section-content.-row .right.-small {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-medium, .section-container .section-content.-row .right.-medium {
    width: 44%;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-half, .section-container .section-content.-row .right.-half {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-large, .section-container .section-content.-row .right.-large {
    width: 56%;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-negmargintop, .section-container .section-content.-row .right.-negmargintop {
    margin-top: -55px;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-margintop, .section-container .section-content.-row .right.-margintop {
    margin-top: 55px;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-bigmargintop, .section-container .section-content.-row .right.-bigmargintop {
    margin-top: 250px;
  }
}
.section-container .section-content.-row .left .image img, .section-container .section-content.-row .right .image img {
  width: 100%;
  height: auto;
}
.section-container .section-content.-row .left .image.-all, .section-container .section-content.-row .right .image.-all {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left .image.-all, .section-container .section-content.-row .right .image.-all {
    max-height: 550px;
  }
}
.section-container .section-content.-row .left .image.-marginbottom, .section-container .section-content.-row .right .image.-marginbottom {
  margin-bottom: 2.5rem;
}
.section-container .section-content.-row .left.-imageoutright .image, .section-container .section-content.-row .right.-imageoutright .image {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-imageoutright .image, .section-container .section-content.-row .right.-imageoutright .image {
    left: 50%;
    width: 400px;
    margin-top: 0;
  }
}
.section-container .section-content.-row .left.-imageoutright .image img, .section-container .section-content.-row .right.-imageoutright .image img {
  width: 100%;
}
.section-container .section-content.-row .left {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .right.-alignright {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
}
.section-container .wp-content + .cta {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .section-container .wp-content + .cta {
    margin-top: 2rem;
  }
}

.table {
  width: 100%;
}
.table.-margintop {
  margin-top: 2rem;
}

.add-article {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.add-article svg {
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}
.add-article span {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.toggles-list .single-toggle {
  margin-bottom: 2rem;
  width: 100%;
  text-transform: uppercase;
}
.toggles-list .single-toggle .toggle-title {
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1rem;
  background: #f9fafb;
  border: 1px solid #dad6d7;
  box-sizing: border-box;
}
.toggles-list .single-toggle .toggle-title.filled {
  background: #dad6d7;
}
.toggles-list .single-toggle .toggle-title img {
  width: 21px;
  height: 12px;
}
.toggles-list .single-toggle .toggle-title.-withselect > span {
  margin-right: 1.5rem;
}
.toggles-list .single-toggle .toggle-title.-withselect .multiselect {
  border: none;
  background: none;
}
.toggles-list .single-toggle .toggle-title.-withselect .multiselect.is-open, .toggles-list .single-toggle .toggle-title.-withselect .multiselect.is-active {
  box-shadow: none;
}
.toggles-list .single-toggle .toggle-title.-withselect .multiselect .multiselect-tags-search {
  background: none;
}
.toggles-list .single-toggle .error {
  color: #d01316;
  text-transform: none;
  margin-top: 0.5rem;
}
.toggles-list .single-toggle .toggle-content {
  background: #f9fafb;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2rem;
  box-sizing: border-box;
  width: 100%;
}
.toggles-list .single-toggle .toggle-content .zone {
  margin-bottom: 1.5rem;
}
.toggles-list .single-toggle .toggle-content .item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #b98e63;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.toggles-list .single-toggle .toggle-content .item.-column {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.toggles-list .single-toggle .toggle-content .item span {
  line-height: 18px;
}
.toggles-list .single-toggle .toggle-content .item:last-child {
  border-bottom: 0;
}
.toggles-list .single-toggle .toggle-content .item > input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
}
.toggles-list .single-toggle .toggle-content .item .check {
  width: 27px;
  height: 18px;
}

.form-item {
  margin-bottom: 2rem;
  width: 100%;
  text-transform: uppercase;
}
.form-item .input-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.5rem 1rem;
  background: #f9fafb;
  border: 1px solid #dad6d7;
  box-sizing: border-box;
  gap: 1rem;
}
.form-item .input-title .input-wrapper {
  position: relative;
  min-width: 200px;
}
.form-item .input-title input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  left: 0;
  outline: none;
  padding: 1rem 0.5rem;
  width: 200px;
  height: 1rem;
  text-align: center;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal[modelvalue=true] {
  display: block;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}
.modal-dialog {
  position: relative;
  width: 600px;
  margin: 30px auto;
}
.modal-header {
  padding: 15px;
}
.modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.modal-content {
  overflow-y: scroll;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  padding: 1rem;
}
.modal-content .section-container {
  width: 100%;
}
