@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");
div[id*=toolbar-administration] {
  z-index: 2000 !important;
}

.contextual-region.block .contextual {
  display: none;
}

input,
button,
textarea {
  /*   &:focus,
    &:active {
      outline: unset !important;
      box-shadow: unset !important;
      border: unset !important;
    } */
}

input[type=submit i] {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
      -ms-user-select: unset;
          user-select: unset;
  white-space: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  text-align: unset;
  cursor: unset;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  padding: unset;
  border-width: unset;
  border-style: unset;
  border-color: unset;
  -o-border-image: initial;
     border-image: initial;
}

body:not(.cke_editable) ul {
  list-style: none;
}

body.cke_editable ul {
  list-style: initial;
  padding: revert;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

*:focus-visible {
  outline: unset;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

span,
label,
img {
  display: block;
}

.ajax-progress,
.ajax-progress-throbber {
  display: none;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  padding: unset;
  margin: unset;
  font-weight: unset;
  font-size: unset;
}

body.cke_editable {
  padding: initial;
  margin: initial;
  font-weight: initial;
}
body.cke_editable p,
body.cke_editable span,
body.cke_editable h1,
body.cke_editable h2,
body.cke_editable h3,
body.cke_editable h4,
body.cke_editable h5,
body.cke_editable h6,
body.cke_editable ul,
body.cke_editable li {
  padding: revert;
  margin: revert;
  font-weight: revert;
}

body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  margin: unset;
  background-color: unset !important;
}

.file + span {
  display: none !important;
}

.field__item > ul li {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: #071e22;
  font-size: 15px;
  position: relative;
  line-height: 150%;
  padding-left: 1em;
}
.field__item > ul li:before {
  content: "●";
  color: #7d714f;
  display: inline-block;
  margin-left: -1em;
  margin-right: 1em;
  position: absolute;
}

.ui-datepicker {
  font-family: "Outfit", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 150% !important;
}

/***** BUTTONS *****/
/* BUTTONS : COLOR AND FONT*/
/* BUTTONS : SIZE*/
/* BEFORE OR AFTER BUTTON*/
/* NO TEXT BUTTON*/
/* BUTTON : GENERIC BUTTON - DO NOT USE */
/* Arrows Slider */
/* ICONS LIST */ /**
* font-family: 'Outfit', sans-serif;
* 400, 500, 600, 700  
*/
h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 66px;
  color: #071E22;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #071E22;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  div[class*=block--views-block--01-s-barre-laterale-block] {
    height: calc(100% - 0px);
    top: 160px;
  }
  div[class*=block--views-block--01-s-barre-laterale-block] > div {
    border-radius: 25px 0px 0px 0px;
    margin-right: -100px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
            transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
    top: 124px;
  }
  div[class*=block--views-block--01-s-barre-laterale-block] > div .responsive_toggler {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 10px 0px 0px 10px;
    position: absolute;
    right: 100%;
  }
  div[class*=block--views-block--01-s-barre-laterale-block] > div .responsive_toggler::before {
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    display: block;
    height: 20px;
    width: 20px;
    background-color: #7D714F;
    color: #7D714F;
    -webkit-mask-image: url("../../../img/icones/arrow/left.svg");
            mask-image: url("../../../img/icones/arrow/left.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  div[class*=block--views-block--01-s-barre-laterale-block] > div.visible {
    margin-right: 0;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
  }
  div[class*=block--views-block--01-s-barre-laterale-block] > div.visible .responsive_toggler {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  }
  div[class*=block--views-block--01-s-barre-laterale-block] > div.visible .responsive_toggler:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
/*# sourceMappingURL=views-view--01-s-barre-laterale.css.map */
