@font-face {
  font-family: 'FucXedLatin';
  src: url("/assets/fonts/FucXedLatin/FUCXEDCAPSLatin-Regular.woff") format("woff"), url("/assets/fonts/FucXedLatin/FUCXEDCAPSLatin-Regular.otf") format("otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Crimson Text';
  src: url("/assets/fonts/Crimson/CrimsonText-Regular.woff") format("woff"), url("/assets/fonts/Crimson/CrimsonText-Regular.otf") format("otf"); }
@font-face {
  font-family: 'Crimson Text';
  src: url("/assets/fonts/Crimson/Crimson-Semibold.woff") format("woff"), url("/assets/fonts/Crimson/Crimson-Semibold.otf") format("otf");
  font-weight: bold; }
@font-face {
  font-family: 'Crimson Bold';
  src: url("/assets/fonts/Crimson/CrimsonText-Bold.woff") format("woff"), url("/assets/fonts/Crimson/CrimsonText-Bold.otf") format("otf"); }
body {
  overflow-x: hidden;
  font-family: 'Crimson Text', serif;
  font-size: 20px; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #21a73d !important; }

.text-danger {
  color: #dc4f00; }

p {
  font-size: 20px;
  line-height: 1.75; }

p.large {
  font-size: 21px; }

a, a:hover, a:focus, a:active, a.active {
  outline: none; }

a {
  color: #21a73d; }

a:hover, a:focus, a:active, a.active {
  color: #197c2d; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'FucXedLatin', sans-serif;
  text-transform: uppercase;
  font-weight: normal; }

h1 {
  font-size: 58px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 42px; }

h4 {
  font-size: 38px; }

h5 {
  font-size: 35px; }

h6 {
  font-size: 32px; }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 38px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 15px; }

  h6 {
    font-size: 12px; } }
.img-centered {
  margin: 0 auto; }

.bg-light-gray {
  background-color: #eeeeee; }

.bg-darkest-gray {
  background-color: #222222; }

.btn-primary {
  color: white;
  background-color: #21a73d;
  border-color: #21a73d;
  font-family: 'FucXedLatin', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0px; }
  .btn-primary .badge {
    color: #21a73d;
    background-color: white; }

.btn-dark {
  color: white;
  background-color: #21a73d;
  border-color: #21a73d;
  font-family: 'FucXedLatin', sans-serif;
  text-transform: uppercase;
  background-color: black;
  border-color: black;
  border-radius: 0px; }
  .btn-dark .badge {
    color: #21a73d;
    background-color: white; }

.o-button {
  background-color: #000;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: 'FucXedLatin', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  padding: 20px 40px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1; }
  .o-button, .o-button:after {
    transition: all .2s ease-in-out; }
  .o-button:after {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .o-button:hover {
    color: #43a047;
    text-decoration: none; }
  .o-button:hover:after {
    background-color: #f4f07a;
    height: 100%; }

.o-button-rebel {
  background-color: #000;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: 'FucXedLatin', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  padding: 20px 40px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1; }
  .o-button-rebel, .o-button-rebel:after {
    transition: all .2s ease-in-out; }
  .o-button-rebel:after {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .o-button-rebel:hover {
    color: #f4f07a;
    text-decoration: none; }
  .o-button-rebel:hover:after {
    background-color: #dc4f00;
    height: 100%; }

.o-button-purple {
  background-color: #985c9b;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: 'FucXedLatin', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  padding: 20px 40px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1; }
  .o-button-purple, .o-button-purple:after {
    transition: all .2s ease-in-out; }
  .o-button-purple:after {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .o-button-purple:hover {
    color: #f19631;
    text-decoration: none; }
  .o-button-purple:hover:after {
    background-color: #3860aa;
    height: 100%; }

.o-button-green {
  background-color: #43a047;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: 'FucXedLatin', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  padding: 20px 40px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1; }
  .o-button-green, .o-button-green:after {
    transition: all .2s ease-in-out; }
  .o-button-green:after {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .o-button-green:hover {
    color: #3860aa;
    text-decoration: none; }
  .o-button-green:hover:after {
    background-color: #f19631;
    height: 100%; }

.o-button-lemon {
  background-color: #f4f07a;
  border: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: 'FucXedLatin', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  padding: 20px 40px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1; }
  .o-button-lemon, .o-button-lemon:after {
    transition: all .2s ease-in-out; }
  .o-button-lemon:after {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .o-button-lemon:hover {
    color: #3860aa;
    text-decoration: none; }
  .o-button-lemon:hover:after {
    background-color: #f19631;
    height: 100%; }

.o-button-blue {
  background-color: #3860aa;
  border: none;
  color: #eeeeee;
  cursor: pointer;
  display: inline-block;
  font-family: 'FucXedLatin', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  padding: 20px 40px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1; }
  .o-button-blue, .o-button-blue:after {
    transition: all .2s ease-in-out; }
  .o-button-blue:after {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .o-button-blue:hover {
    color: #dc4f00;
    text-decoration: none; }
  .o-button-blue:hover:after {
    background-color: #f4f07a;
    height: 100%; }

.o-button-orange {
  background-color: #f19631;
  border: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: 'FucXedLatin', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  padding: 20px 40px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1; }
  .o-button-orange, .o-button-orange:after {
    transition: all .2s ease-in-out; }
  .o-button-orange:after {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .o-button-orange:hover {
    color: #dc4f00;
    text-decoration: none; }
  .o-button-orange:hover:after {
    background-color: #f4f07a;
    height: 100%; }

.btn-xl {
  color: white;
  background-color: #000;
  border-color: #000;
  font-family: 'FucXedLatin', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  position: relative; }
  .btn-xl .badge {
    color: #000;
    background-color: white; }
  .btn-xl:hover, .btn-xl:focus, .btn-xl:active {
    color: #000;
    background-color: #ed9bc4;
    border-color: #ed9bc4; }
    .btn-xl:hover .badge, .btn-xl:focus .badge, .btn-xl:active .badge {
      color: #ed9bc4;
      background-color: #000; }
  .btn-xl:after {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
    .btn-xl:after:hover {
      height: 100%;
      background-color: #ed9bc4; }

ol.big-numbers-list {
  max-width: 940px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 50px;
  counter-reset: li;
  list-style: none;
  list-style-position: inside;
  text-align: left;
  padding: 10px; }
  ol.big-numbers-list li {
    margin-bottom: 35px;
    border-left: 2px solid #CCCCCC;
    padding-left: 15px;
    text-align: left; }
    ol.big-numbers-list li p {
      font-size: 22px;
      font-weight: bold;
      text-align: left; }
    ol.big-numbers-list li:before {
      content: counter(li);
      counter-increment: li;
      font-family: 'FucXedLatin', sans-serif;
      text-transform: uppercase;
      font-size: 75px;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      position: absolute;
      left: -5px;
      width: 30px; }

.icon-calendar svg, icon-location svg {
  width: 30px;
  height: 34px; }
  .icon-calendar svg path, icon-location svg path {
    fill: #21a73d; }

.navbar-default.navbar-custom {
  background-color: #21a73d;
  border-color: transparent;
  margin-bottom: 0; }
  .navbar-default.navbar-custom .navbar-brand {
    color: black;
    font-family: 'FucXedLatin', sans-serif;
    text-transform: uppercase;
    padding: 0; }
    .navbar-default.navbar-custom .navbar-brand:hover, .navbar-default.navbar-custom .navbar-brand:focus, .navbar-default.navbar-custom .navbar-brand:active, .navbar-default.navbar-custom .navbar-brand.active {
      color: #197c2d; }
    @media (min-width: 1200px) {
      .navbar-default.navbar-custom .navbar-brand {
        padding-bottom: 5px; } }
    .navbar-default.navbar-custom .navbar-brand svg {
      height: 48px; }
      .navbar-default.navbar-custom .navbar-brand svg path {
        fill: #ffffff;
        -webkit-transition: color 0.5s, background-color 0.5s, padding 0.5s, fill 0.5s;
        -moz-transition: color 0.5s, background-color 0.5s, padding 0.5s, fill 0.5s;
        transition: color 0.5s, background-color 0.5s, padding 0.5s, fill 0.5s; }
  .navbar-default.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.98); }
  .navbar-default.navbar-custom .navbar-toggler {
    background-color: #21a73d;
    border-color: #21a73d;
    font-family: 'FucXedLatin', sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 12px; }
    .navbar-default.navbar-custom .navbar-toggler:hover, .navbar-default.navbar-custom .navbar-toggler:focus {
      background-color: #21a73d; }
  .navbar-default.navbar-custom .nav li a {
    font-family: 'FucXedLatin', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    color: white;
    font-size: 14px;
    padding: 10px 5px; }
    .navbar-default.navbar-custom .nav li a:hover, .navbar-default.navbar-custom .nav li a:focus {
      color: white;
      background-color: #197c2d; }
  .navbar-default.navbar-custom .navbar-nav > .active > a {
    border-radius: 0;
    color: #21a73d;
    background-color: #000; }
  .navbar-default.navbar-custom .navbar-nav > .active > a:hover, .navbar-default.navbar-custom .navbar-nav > .active > a:focus {
    color: #21a73d;
    background-color: #000; }

@media (min-width: 768px) {
  .navbar-custom.affix, .navbar-custom.sps--blw {
    padding: 10px 0; }
    .navbar-custom.affix .navbar-brand, .navbar-custom.sps--blw .navbar-brand {
      font-size: 1.5em; }
    .navbar-custom.affix .navbar-nav > .active > a, .navbar-custom.sps--blw .navbar-nav > .active > a {
      border-radius: 0;
      background-color: #197c2d;
      color: white; }
    .navbar-custom.affix .navbar-nav > .active > a:hover, .navbar-custom.affix .navbar-nav > .active > a:focus, .navbar-custom.sps--blw .navbar-nav > .active > a:hover, .navbar-custom.sps--blw .navbar-nav > .active > a:focus {
      background-color: #197c2d;
      color: white; }

  .navbar-custom.affix-top .navbar-brand svg, .navbar-custom.sps--abv .navbar-brand svg {
    height: 70px; }
    .navbar-custom.affix-top .navbar-brand svg path, .navbar-custom.sps--abv .navbar-brand svg path {
      fill: #222222;
      -webkit-transition: color 0.5s, background-color 0.5s, padding 0.5s, fill 0.5s;
      -moz-transition: color 0.5s, background-color 0.5s, padding 0.5s, fill 0.5s;
      transition: color 0.5s, background-color 0.5s, padding 0.5s, fill 0.5s; }
  .navbar-custom.affix-top .nav li a, .navbar-custom.sps--abv .nav li a {
    font-family: 'FucXedLatin', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    color: #222222;
    font-size: 14px;
    padding: 10px 5px; }
    .navbar-custom.affix-top .nav li a:hover, .navbar-custom.affix-top .nav li a:focus, .navbar-custom.sps--abv .nav li a:hover, .navbar-custom.sps--abv .nav li a:focus {
      background-color: #197c2d;
      color: white;
      outline: none; }
  .navbar-custom.affix-top .navbar-nav > .active > a, .navbar-custom.sps--abv .navbar-nav > .active > a {
    border-radius: 0;
    color: white;
    background-color: #222222; }
  .navbar-custom.affix-top .navbar-nav > .active > a:hover, .navbar-custom.affix-top .navbar-nav > .active > a:focus, .navbar-custom.sps--abv .navbar-nav > .active > a:hover, .navbar-custom.sps--abv .navbar-nav > .active > a:focus {
    color: #7ce592;
    background-color: #222222; } }
.header-image svg {
  width: 100%; }

header.home-header {
  background-image: url("../assets/img/xr-brand3.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white; }
  header.home-header .intro-text {
    color: #000;
    padding-top: 100px;
    padding-bottom: 50px; }
    header.home-header .intro-text .intro-lead-in {
      font-family: 'Crimson Text', serif;
      font-style: italic;
      font-size: 22px;
      line-height: 22px;
      margin-bottom: 25px; }
    header.home-header .intro-text .intro-heading {
      text-shadow: 3px 3px 2px #eeeeee;
      font-family: 'FucXedLatin', sans-serif;
      text-transform: uppercase;
      font-size: 50px;
      line-height: 50px;
      margin-bottom: 25px; }

@media (min-width: 768px) {
  header.home-header {
    margin-top: 100px; }
    header.home-header .intro-text {
      padding-top: 100px;
      padding-bottom: 100px; }
      header.home-header .intro-text .intro-lead-in {
        font-family: 'Crimson Text', serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px; }
      header.home-header .intro-text .intro-heading {
        font-family: 'FucXedLatin', sans-serif;
        text-transform: uppercase;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px; } }
section.home-row-2 {
  padding: 0px;
  margin-bottom: 100px; }
  section.home-row-2 .flex-col {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px; }
    @media screen and (max-width: 1200px) {
      section.home-row-2 .flex-col {
        height: 300px; } }
  section.home-row-2 .home-row-2-col-1 {
    background-color: #ed9bc4;
    color: #985c9b;
    background-image: url("../assets/img/xr-sablier-rose.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: contain; }
    section.home-row-2 .home-row-2-col-1 .btn-xl {
      background-color: #985c9b;
      border-color: #985c9b; }
  section.home-row-2 .home-row-2-col-2 {
    background-color: #3860aa;
    color: #75d0f1; }
    section.home-row-2 .home-row-2-col-2 h2 {
      font-size: 4vw;
      font-weight: normal; }
      section.home-row-2 .home-row-2-col-2 h2 .maintenant {
        font-size: 8vw; }
    @media screen and (max-width: 768px) {
      section.home-row-2 .home-row-2-col-2 h2 {
        font-size: 8vw;
        font-weight: normal; }
        section.home-row-2 .home-row-2-col-2 h2 .maintenant {
          font-size: 16vw; } }

section.home-revendications {
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    section.home-revendications {
      margin-bottom: 50px; } }
  section.home-revendications ol {
    max-width: 840px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 25px;
    margin-bottom: 50px;
    margin-bottom: 70px;
    counter-reset: li;
    list-style: none; }
    section.home-revendications ol li {
      margin-top: 30px; }
      section.home-revendications ol li:before {
        content: counter(li);
        counter-increment: li;
        font-family: 'FucXedLatin', sans-serif;
        text-transform: uppercase;
        font-size: 50px;
        line-height: 1;
        margin-left: -45px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        width: 30px; }
  section.home-revendications .btn-xl {
    color: #000;
    background-color: #f4f07a;
    border-color: #f4f07a; }
    section.home-revendications .btn-xl .badge {
      color: #f4f07a;
      background-color: #000; }

#home-tribune h2 {
  margin-bottom: 80px; }

#home-row-4 {
  padding: 0px; }
  #home-row-4 .photo-grid {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
    #home-row-4 .photo-grid > div > img {
      height: auto;
      width: 100%;
      max-width: 100%;
      display: block; }
  @media screen and (max-width: 870px) {
    #home-row-4 .photo-grid {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
      #home-row-4 .photo-grid div {
        width: 100%; } }

section.home-row-5 {
  padding: 100px 0 100px 0;
  background-color: #232323;
  color: #eeeeee; }
  section.home-row-5 .date-square {
    text-align: center; }
    section.home-row-5 .date-square h2 > span {
      border: 10px solid #eeeeee;
      display: block;
      width: 170px;
      margin-left: auto !important;
      margin-right: auto !important;
      margin-bottom: 50px;
      padding: 20px; }
      section.home-row-5 .date-square h2 > span > span {
        font-size: 50px; }
  section.home-row-5 .btn-xl {
    background-color: #43a047;
    border-color: #43a047;
    margin-left: 5px;
    margin-right: 5px; }
  @media screen and (max-width: 1200px) {
    section.home-row-5 .col-md-6 {
      text-align: center;
      margin-bottom: 10px; } }
  section.home-row-5 .col-md-12 > p {
    color: #eeeeee;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 840px; }
  section.home-row-5 .col-md-12 p:last-child {
    margin-bottom: 70px; }
  @media screen and (max-width: 1200px) {
    section.home-row-5 .col-md-12 .o-button-green {
      margin-bottom: 15px; } }

section.home-row-6 {
  padding: 0px; }
  section.home-row-6 .flex-col {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px; }
    @media screen and (max-width: 1200px) {
      section.home-row-6 .flex-col {
        height: 300px; } }
  section.home-row-6 .home-row-6-col-1 {
    background-color: #985c9b;
    color: #985c9b;
    background-image: url("../assets/img/xr-sablier-rose.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: contain; }
    section.home-row-6 .home-row-6-col-1 .btn-xl {
      background-color: #43a047;
      border-color: #43a047; }
  section.home-row-6 .home-row-6-col-2 {
    background-color: #f4f07a;
    color: #75d0f1;
    background-image: url("../assets/img/xr-shock-face-blue-baby.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: contain; }
    section.home-row-6 .home-row-6-col-2 h2 {
      font-size: 4vw;
      font-weight: normal; }
      section.home-row-6 .home-row-6-col-2 h2 .maintenant {
        font-size: 8vw; }
    @media screen and (max-width: 768px) {
      section.home-row-6 .home-row-6-col-2 h2 {
        font-size: 8vw;
        font-weight: normal; }
        section.home-row-6 .home-row-6-col-2 h2 .maintenant {
          font-size: 16vw; } }

#page-content {
  position: relative; }

img.culture-regeneratrice-img {
  float: left;
  margin: 0 15px 0 0; }

section h1.section-heading, section h2.section-heading {
  margin-top: 0;
  margin-bottom: 35px; }
section h3.section-subheading {
  font-family: 'Crimson Text', serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    section h3.section-subheading {
      margin-bottom: 35px; } }

.service-heading {
  margin: 15px 0;
  text-transform: none; }

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0; }
  #portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto; }
    #portfolio .portfolio-item .portfolio-link .portfolio-hover {
      background: rgba(33, 167, 61, 0.1);
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all ease 0.5s;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s; }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: 1; }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        position: absolute;
        width: 100%;
        height: 20px;
        font-size: 20px;
        text-align: center;
        top: 50%;
        margin-top: -12px;
        color: white; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
          margin-top: -12px; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
          margin: 0; }
  #portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    padding: 25px; }
    #portfolio .portfolio-item .portfolio-caption h4 {
      text-transform: none;
      margin: 0; }
    #portfolio .portfolio-item .portfolio-caption p {
      font-family: 'Crimson Text', serif;
      font-style: italic;
      font-size: 16px;
      margin: 0; }
#portfolio * {
  z-index: 2; }

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px; } }
.timeline {
  list-style: none;
  padding: 0;
  position: relative; }
  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px; }
  .timeline > li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px; }
    .timeline > li:before, .timeline > li:after {
      content: " ";
      display: table; }
    .timeline > li:after {
      clear: both; }
    .timeline > li .timeline-panel {
      width: 100%;
      float: right;
      padding: 0 20px 0 100px;
      position: relative;
      text-align: left; }
      .timeline > li .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
      .timeline > li .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto; }
    .timeline > li .timeline-image {
      left: 0;
      margin-left: 0;
      width: 80px;
      height: 80px;
      position: absolute;
      z-index: 100;
      background-color: #21a73d;
      color: white;
      border-radius: 100%;
      border: 7px solid #f1f1f1;
      text-align: center; }
      .timeline > li .timeline-image h4 {
        font-size: 10px;
        margin-top: 12px;
        line-height: 14px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      text-align: left;
      padding: 0 20px 0 100px; }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto; }
    .timeline > li:last-child {
      margin-bottom: 0; }
  .timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit; }
    .timeline .timeline-heading h4.subheading {
      text-transform: none; }
  .timeline .timeline-body > p, .timeline .timeline-body > ul {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .timeline:before {
    left: 50%; }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px; }
    .timeline > li .timeline-panel {
      width: 41%;
      float: left;
      padding: 0 20px 20px 30px;
      text-align: right; }
    .timeline > li .timeline-image {
      width: 100px;
      height: 100px;
      left: 50%;
      margin-left: -50px; }
      .timeline > li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      text-align: left;
      padding: 0 30px 20px 20px; } }
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px; }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px; }
      .timeline > li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px; } }
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px; }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px; }
      .timeline > li .timeline-image h4 {
        margin-top: 40px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px; } }
.team-member {
  text-align: center;
  margin-bottom: 50px; }
  .team-member img {
    margin: 0 auto;
    border: 7px solid white; }
  .team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none; }
  .team-member p {
    margin-top: 0; }

aside.clients img {
  margin: 50px auto; }

section#join-the-rebellion {
  background-color: #222222;
  background-image: url("../assets/img/xr-default.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    section#join-the-rebellion {
      padding: 50px 0; } }
  section#join-the-rebellion h2 {
    color: #eeeeee; }
  section#join-the-rebellion .form-group {
    margin-bottom: 25px; }
    section#join-the-rebellion .form-group label {
      cursor: pointer; }
    section#join-the-rebellion .form-group input[type="radio"] {
      margin: 7px 5px 5px;
      padding: 5px; }
    section#join-the-rebellion .form-group label {
      padding: 2px;
      font-family: 'Crimson Text', serif;
      font-weight: 100;
      font-size: 18px;
      color: #eeeeee; }
    section#join-the-rebellion .form-group select {
      border: 1px solid #777777;
      border-radius: 0px;
      color: #eeeeee;
      background: #000;
      font-size: 20px;
      font-weight: bold;
      padding: 2px 10px;
      font-family: 'FucXedLatin', sans-serif;
      text-transform: uppercase;
      height: 52px; }
    section#join-the-rebellion .form-group option {
      border: 0;
      color: #eeeeee;
      background: #000;
      font-size: 20px;
      font-weight: bold;
      padding: 2px 10px; }
    section#join-the-rebellion .form-group #choose-region-opt {
      font-family: 'FucXedLatin', sans-serif;
      text-transform: uppercase; }
    section#join-the-rebellion .form-group textarea, section#join-the-rebellion .form-group input {
      padding: 12px;
      border-radius: 0px;
      background-color: #000;
      font-family: 'Crimson Text', serif;
      font-weight: 100;
      font-size: 25px;
      color: #eeeeee;
      border-color: #777777; }
    section#join-the-rebellion .form-group input.form-control {
      height: auto; }
    section#join-the-rebellion .form-group textarea.form-control {
      height: 83px; }
    section#join-the-rebellion .form-group #label-acteur, section#join-the-rebellion .form-group #label-sympathisant {
      font-family: 'FucXedLatin', sans-serif;
      text-transform: uppercase; }
  section#join-the-rebellion .form-control:focus {
    border-color: #21a73d;
    box-shadow: none; }
  section#join-the-rebellion ::-webkit-input-placeholder {
    font-family: 'FucXedLatin', sans-serif;
    text-transform: uppercase;
    color: #eeeeee;
    font-size: 22px; }
  section#join-the-rebellion :-moz-placeholder {
    /* Firefox 18- */
    font-family: 'FucXedLatin', sans-serif;
    text-transform: uppercase;
    color: #eeeeee;
    font-size: 22px; }
  section#join-the-rebellion ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'FucXedLatin', sans-serif;
    text-transform: uppercase;
    color: #eeeeee;
    font-weight: 100;
    font-size: 22px; }
  section#join-the-rebellion :-ms-input-placeholder {
    font-family: 'FucXedLatin', sans-serif;
    text-transform: uppercase;
    color: #eeeeee;
    font-size: 22px; }

footer {
  padding: 25px 0;
  text-align: center;
  background-color: #21a73d; }
  footer a {
    color: black; }
  footer ul.footer-list li {
    list-style: none;
    text-align: left; }
  footer span.copyright {
    line-height: 40px;
    font-family: 'FucXedLatin', sans-serif;
    text-transform: uppercase;
    text-transform: none; }
  footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: 'FucXedLatin', sans-serif;
    text-transform: uppercase;
    text-transform: none;
    font-size: 1.5vw; }
    @media screen and (max-width: 1200px) {
      footer ul.quicklinks {
        font-size: 1.9vw; } }
    @media screen and (max-width: 768px) {
      footer ul.quicklinks {
        font-size: 2.5vw; } }
    @media screen and (max-width: 600px) {
      footer ul.quicklinks {
        font-size: 5vw; } }

ul.social-buttons {
  margin-bottom: 0; }
  ul.social-buttons li a {
    display: block;
    background-color: transparent;
    height: 32px;
    width: 32px;
    padding: 1px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 24px;
    color: white;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
      background-color: #000; }
      ul.social-buttons li a:hover path, ul.social-buttons li a:focus path, ul.social-buttons li a:active path {
        fill: white; }
    ul.social-buttons li a svg {
      width: 24px;
      height: 24px; }
      ul.social-buttons li a svg path {
        fill: #000; }

.btn:focus, .btn:active, .btn.active, .btn:active:focus {
  outline: none; }

.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto; }
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center; }
  .portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em; }
  .portfolio-modal .modal-content p {
    margin-bottom: 30px; }
  .portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 16px; }
  .portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0; }
  .portfolio-modal .modal-content img {
    margin-bottom: 30px; }
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer; }
  .portfolio-modal .close-modal:hover {
    opacity: 0.3; }
  .portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051; }
    .portfolio-modal .close-modal .lr .rl {
      height: 75px;
      width: 1px;
      background-color: #222222;
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Safari and Chrome */
      z-index: 1052; }
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none; }

::-moz-selection {
  text-shadow: none;
  background: #21a73d; }

::selection {
  text-shadow: none;
  background: #21a73d; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  webkit-tap-highlight-color: #21a73d; }

.title-banner {
  text-align: center;
  padding: 1em 0; }

.time-schedule {
  margin-bottom: 0; }

h1.big-title {
  font-size: 4em; }

h2.big-title {
  font-size: 3em; }

h3.big-title {
  font-size: 2em; }

h4.big-title {
  font-size: 1.2em; }

.dark-banner {
  background-color: black;
  padding: 2em 0;
  margin: 0;
  text-align: center; }

.primarycolor {
  color: #21a73d; }

.whitecolor {
  color: white; }

a.button {
  padding: 10px 30px; }
  a.button.red {
    background-color: #ff6600;
    color: white;
    font-family: 'FucXed'; }
  a.button.green {
    background-color: #43a047;
    color: white;
    font-family: 'FucXed'; }
  a.button.black {
    background-color: black;
    color: white;
    font-family: 'FucXed'; }

.fucxed {
  font-family: 'FucXed'; }

.inputform {
  border-radius: 5px;
  background-color: #eeeeee;
  padding: 20px;
  max-width: 600px; }

.footer-notes p {
  font-size: smaller;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify; }

.plist-condensed p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: smaller; }

.loading {
  background-image: url("http://loadinggif.com/images/image-selection/3.gif");
  background-size: 25px 25px;
  background-position: 98% center;
  background-repeat: no-repeat; }
  .loading.loading-centered {
    background-position: center center; }

a.btn.btn-primary.btn-event-page {
  margin-left: 3px;
  margin-right: 3px;
  width: 40px;
  text-align: center; }

a.btn.btn-primary.btn-event-page.black {
  background-color: #000000;
  border-color: #000000;
  pointer-events: none; }

.post-container {
  margin-top: 125px; }
  @media screen and (max-width: 768px) {
    .post-container {
      margin-top: 70px; } }

p.post-meta {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  text-align: right; }

.event-title {
  font-size: 1.4vw; }
  @media screen and (max-width: 768px) {
    .event-title {
      font-size: 4vw; } }

article.evenement .event-venue, article.evenement .event-date {
  font-family: 'FucXedLatin', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  font-size: 2vw; }
  @media screen and (max-width: 1024px) {
    article.evenement .event-venue, article.evenement .event-date {
      font-size: 3vw; } }
  @media screen and (max-width: 768px) {
    article.evenement .event-venue, article.evenement .event-date {
      font-size: 4vw; } }
  @media screen and (max-width: 600px) {
    article.evenement .event-venue, article.evenement .event-date {
      font-size: 6vw; } }

.event-venue, .event-date {
  font-family: 'FucXedLatin', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  font-size: 1.4vw; }
  @media screen and (max-width: 1024px) {
    .event-venue, .event-date {
      font-size: 3vw; } }
  @media screen and (max-width: 768px) {
    .event-venue, .event-date {
      font-size: 4vw; } }

.event-image {
  overflow: hidden;
  height: 300px; }
  .event-image img {
    width: 100%; }
  @media screen and (max-width: 1200px) {
    .event-image {
      height: 220px; } }
  @media screen and (max-width: 768px) {
    .event-image {
      height: 200px; } }
  @media screen and (max-width: 600px) {
    .event-image {
      height: 150px; } }

.event-button {
  margin-bottom: 35px; }

article.evenement div.categories a {
  font-family: 'FucXedLatin', sans-serif;
  text-transform: uppercase; }
article.evenement ol.big-numbers-list {
  padding-left: 50px; }

.img-left {
  float: left;
  margin-right: 15px;
  margin-top: 11px;
  max-width: 200px; }
  @media screen and (max-width: 600px) {
    .img-left {
      float: none;
      width: 100%;
      max-width: 100%; } }

#search-posts-container {
  position: relative; }
  #search-posts-container .autocomplete-suggestions {
    background-color: #ffffff;
    max-height: unset !important; }
  #search-posts-container .autocomplete-suggestion {
    /*background-color: rgba(220,220,220,1);*/
    margin: 10px 0;
    padding: 0 5px;
    font-size: smaller;
    cursor: pointer;
    transition: 60ms linear;
    background-color: #eeeeee; }
    #search-posts-container .autocomplete-suggestion:hover {
      font-size: larger; }

/* Pagina sostienici: modifiche a blocco per crowdfunding PBD;*/
/*todo: differentiate for @media type;*/
.iframe-wrapper {
  position: relative; }
  .iframe-wrapper .iframe-container {
    overflow: hidden;
    height: 509px;
    margin-bottom: 100px; }
    .iframe-wrapper .iframe-container iframe {
      height: 562px;
      width: 400px; }
  .iframe-wrapper a.btn {
    transform: translate(-50%, 0px);
    position: absolute;
    top: 509px;
    left: 50%; }

/* main top photo home*/
.full-width-pic {
  object-fit: cover;
  object-position: 65% 0;
  width: 100%;
  height: 280px; }

@media (min-width: 992px) {
  .full-width-pic {
    height: 50%; } }
/* font dimensions on mobile*/
@media (max-width: 600px) {
  h2.big-title.primarycolor {
    font-size: 2em; }

  h1.big-title.whitecolor {
    font-size: 2.5em; }

  h1.big-title {
    font-size: 2.5em; }

  h2.big-title {
    font-size: 2.2em; }

  p {
    font-size: 19px;
    line-height: 1.65; }

  #post-content-container.col-lg-12 ul li {
    font-size: 19px;
    line-height: 1.75; } }
/*removing weird margin to rows?*/
.row {
  margin-left: 0;
  margin-right: 0; }

/* chi siamo title padding*/
h2.text-center {
  margin-top: 20px;
  margin-bottom: 30px; }

/*h6 font size and padding*/
h6 {
  line-height: 1.5;
  font-kerning: none;
  font-size: 1.2em;
  margin-top: 25px;
  margin-bottom: 15px; }

/*all links color*/
a {
  color: green; }

a:hover {
  color: #2cbc01; }

/*fixing white space at the top*/
#page-content {
  position: relative; }

/* navigation bar style*/
nav.navbar.navbar-default.navbar-fixed-top.navbar-custom.fixed-top.sps--abv {
  padding: 0; }

div#bs-example-navbar-collapse-1.collapse.navbar-collapse {
  background: #21a73d; }

.navbar-default.navbar-custom .navbar-brand:hover, .navbar-default.navbar-custom .navbar-brand:focus, .navbar-default.navbar-custom .navbar-brand:active, .navbar-default.navbar-custom .navbar-brand.active {
  color: white; }

a.nav-link.link-active {
  background: white; }

.navbar-default.navbar-custom .navbar-nav > .active > a:hover {
  color: white; }

.navbar-default.navbar-custom .nav li a {
  color: black; }

.navbar-custom.affix-top .nav li a, .navbar-custom.sps--abv .nav li a {
  font-size: 15px;
  padding-left: 8pt;
  padding-right: 8pt; }
  @media (min-width: 576px) {
    .navbar-custom.affix-top .nav li a, .navbar-custom.sps--abv .nav li a {
      font-size: 18px;
      padding-left: 10pt;
      padding-right: 10pt; } }

/*nav bar brand size, alignment*/
.navbar-custom.sps--abv .navbar-brand svg {
  height: -webkit-fill-available; }

/*nav bar padding to 0.5%
.navbar-default.navbar-custom {
    padding: 0.5%;
}
*/
.nav-item-important {
  color: #fe0096;
  background-color: #222222;
  padding: 5px; }

/*mobile menu*/
.navbar-default.navbar-custom .navbar-collapse {
  border: none; }

.navbar-collapse.in {
  overflow-y: visible; }

.navbar-collapse {
  padding: 0; }

.container > .navbar-collapse {
  margin: 0; }

/* fixed mobile menu */
.navbar-custom .navbar-collapse {
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .navbar-custom .navbar-collapse {
      margin-bottom: 0px; } }
  .navbar-custom .navbar-collapse .nav-item {
    display: block;
    margin: 8px 18px 8px 5px; }
    @media (min-width: 1200px) {
      .navbar-custom .navbar-collapse .nav-item {
        display: inline;
        margin: 0px; } }
    .navbar-custom .navbar-collapse .nav-item.active {
      background-color: black;
      padding-top: 5px;
      padding-bottom: 6px; }
      @media (min-width: 1200px) {
        .navbar-custom .navbar-collapse .nav-item.active {
          margin: 0px;
          background-color: transparent;
          padding-top: 0px;
          padding-bottom: 0px; } }
      .navbar-custom .navbar-collapse .nav-item.active a {
        background-color: transparent; }
        @media (min-width: 1200px) {
          .navbar-custom .navbar-collapse .nav-item.active a {
            background-color: black; } }

/* yellow navbar submenu*/
.subnavbar {
  position: absolute;
  left: 0px;
  right: 0px;
  background: #ffc11d;
  font-family: 'FucXed'; }
  @media (min-width: 576px) {
    .subnavbar {
      text-align: center; } }
  .subnavbar .scelta {
    text-align: center; }
    .subnavbar .scelta .dropdown a {
      color: black; }
    .subnavbar .scelta .dropdown .dropdown-menu.show {
      margin: 0;
      width: 100%;
      text-align: center;
      margin-top: -1px;
      border-radius: 0px; }
  .subnavbar li.nav-item {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 39px;
    white-space: nowrap; }
    @media (min-width: 576px) {
      .subnavbar li.nav-item::after {
        content: '|';
        position: relative;
        top: 2px; }
      .subnavbar li.nav-item:nth-last-child(1)::after {
        color: transparent; } }
    .subnavbar li.nav-item a {
      color: black;
      font-size: medium;
      text-align: center;
      padding-bottom: 5px; }
      .subnavbar li.nav-item a:hover {
        color: black;
        background-color: transparent;
        border-bottom: 5px solid;
        border-color: #dc4f00; }
    .subnavbar li.nav-item.active a {
      background-color: transparent;
      border-bottom: 5px solid; }

div.dropdown-menu.show {
  background: #ffc11d;
  border: none;
  box-shadow: none;
  padding: 0px;
  text-align: right; }
  div.dropdown-menu.show a.dropdown-item.active {
    background-color: #e9a900; }

/*nav bar adjusting alignment of inner elements*/
.navbar > .container, .navbar > .container-fluid {
  display: inline-block; }

/*button of hamburger menu*/
.navbar-default.navbar-custom .navbar-toggler {
  color: black;
  font-size: inherit;
  float: right;
  margin: 10px;
  outline: none; }

/*svg in mobile version: black*/
.navbar-default.navbar-custom .navbar-brand svg path {
  fill: black; }

/*logo size*/
.navbar-custom.sps--abv .navbar-brand svg {
  height: 60px;
  padding: 4px; }

@media (min-width: 1200px) {
  .navbar-custom.sps--abv .navbar-brand svg {
    padding: 10px 4px 0 8px; } }
a.navbar-brand {
  margin-left: 0; }

.navbar-default.navbar-custom li.nav-item.nav-item-highlight {
  background-color: #f19631; }

.navbar-default.navbar-custom li.nav-item.nav-item-highlight:hover {
  color: black;
  background-color: #f4f07a; }

.navbar-default.navbar-custom li.nav-item.nav-item-highlight.link-active {
  color: black;
  background-color: #dc4f00; }

/* Collapsible */
.expand_caret {
  transform: scale(1.6);
  margin-left: 8px;
  margin-top: 39px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000; }

@media (max-width: 500px) {
  .expand_caret {
    margin-left: 0; } }
div[aria-expanded='false'] > div[class='col-12'] > div[class='row'] > .expand_caret {
  transform: scale(1.6) rotate(-90deg); }

.row[data-toggle="collapse"]:hover {
  cursor: pointer;
  background-color: lightgray; }

/*button position*/
#buttonhome1 {
  position: relative;
  top: 15px;
  padding: 10px 20px; }

#sostieniciIframe {
  width: 60%;
  height: 100%; }

#sostieniciIframeWrapper {
  height: 700px; }

/*reduce padding of main container in mobile*/
@media (max-width: 500px) {
  .container {
    padding-left: 5px;
    padding-right: 5px; }

  #sostieniciIframe {
    width: 100%; }

  #sostieniciIframeWrapper {
    height: 520px; } }
/*home main colum width and padding*/
.col-lg-12 {
  padding-top: 22px;
  padding-bottom: 30px;
  margin: auto; }

@media (min-width: 1200px) {
  .col-lg-12 {
    float: none; } }
/* removing underline effect on hover for all buttons */
a, a:hover, a:focus, a:active, a.active {
  text-decoration: none; }

/*adjusting sections padding and margin*/
.dark-banner {
  padding: 50px 10px 70px; }

@media (max-width: 992px) {
  .dark-banner {
    padding: 30px 10px 50px; } }
h2.big-title.primarycolor {
  margin-top: 0; }

h1.big-title.whitecolor {
  margin-top: 0; }

section.home-revendications {
  margin-bottom: 50px; }

section.home-revendications ol {
  margin-bottom: 0px; }

/* fixing form button*/
div.form-group.col-12 {
  display: grid;
  margin: auto;
  padding-top: 4%; }

button.btn.btn-success.btn-lg {
  border: none;
  background-color: #21a73d;
  font-family: 'FucXed';
  border-radius: unset;
  padding: 10px 30px;
  width: 30%;
  margin: auto; }

@media (max-width: 500px) {
  button.btn.btn-success.btn-lg {
    width: -webkit-fill-available; } }
/*-----*/
@media (max-width: 500px) {
  .col-lg-8.col-lg-offset-2 {
    padding: 0; }

  .inputform {
    padding: 0.5em; }

  div.form-group {
    font-size: 14pt; } }
@media (min-width: 768px) {
  .inputform {
    width: 75%;
    margin: auto; } }
/* footer: adjusting padding, logo size, footer position, mobile: central alignment, white while hover*/
footer {
  padding: 25px 0 0; }

ul.footer-list {
  display: contents; }

.footer-col.col-md-4 {
  padding: 15px; }

.footer-col.col-md-4 svg#Layer_1 {
  height: 80px; }

footer.text-center {
  position: relative;
  bottom: -104px; }

footer a:hover, a:focus, a:active, a.active {
  color: white;
  text-decoration: none; }

@media (max-width: 768px) {
  footer ul.footer-list li {
    text-align: center; } }
/*Chi siamo page adjustments*/
#chisiamo-title {
  margin-top: 1%;
  margin-bottom: 0; }

#chisiamo-lastbutton {
  margin: auto; }

/*unisciti a noi/ribellati*/
#ribellati-title {
  margin-top: 1%;
  margin-bottom: 0; }

.chi-siamo-main-text {
  padding: 0px;
  padding-top: 30px; }

/* approfondimenti */
.box_approfondimenti {
  border: 0px;
  text-align: center;
  background-color: #ffc11d;
  border-radius: 0px; }
  .box_approfondimenti a.btn {
    vertical-align: bottom; }

/*contattaci*/
.contatti-big-icons i {
  font-size: xx-large; }

ul.contatti-social-list {
  list-style: none;
  display: inline-flex;
  padding: 0; }

ul.contatti-social-list li {
  margin: 10px; }

.contatti-title {
  margin-top: 3%;
  margin-bottom: 0%; }

.contatti-dettagli .card {
  border-radius: 0px; }
  .contatti-dettagli .card .card-body {
    padding: 0px; }
  .contatti-dettagli .card .card-title {
    background-color: #e3e5e5;
    text-align: left;
    font-size: larger;
    padding: 10px;
    margin: 0px; }
  .contatti-dettagli .card .card-text {
    line-height: 40px;
    padding: 20px; }
    .contatti-dettagli .card .card-text a {
      color: black;
      display: inline-block;
      position: relative;
      top: -3px;
      margin-right: 2px; }
      .contatti-dettagli .card .card-text a i {
        font-size: 22px; }
      .contatti-dettagli .card .card-text a.envelope, .contatti-dettagli .card .card-text a.mastodon, .contatti-dettagli .card .card-text a.telegram {
        color: #21a73d;
        margin-bottom: 0px;
        top: 0px; }
        .contatti-dettagli .card .card-text a.envelope i, .contatti-dettagli .card .card-text a.mastodon i, .contatti-dettagli .card .card-text a.telegram i {
          font-size: xx-large; }

.contatti-table {
  padding-bottom: 50px; }

.contatti-table table {
  width: 40%;
  padding: 0 0 6% 0; }

.contatti-table td {
  width: 30%; }

.contatti-table table, th, td {
  border: 2px solid #f1f1f1;
  border-collapse: collapse; }

#gruppi-locali table tbody tr td {
  border: none; }

.contatti-table th, td {
  padding: 15px;
  text-align: left; }

.contatti-table tr:nth-child(even) {
  background-color: #f1f1f1; }

.contatti-table tr:nth-child(odd) {
  background-color: #fff; }

.contatti-table td:nth-child(1) {
  background: rgba(108, 125, 125, 0.1);
  width: 15%;
  font-family: fucxed;
  text-align: right;
  vertical-align: top; }

.contatti-table a {
  text-decoration: none; }

.contatti-social-list ul li a {
  color: #21a73d; }

#contatti-main-column div div ul li a.btn-social.btn-outline {
  color: #21a73d; }

.contatti-table a:hover {
  color: #91de37; }

.contatti-locali-table table tbody tr td a {
  color: #21a73d; }

.contatti-locali-table table tbody tr td a:hover {
  color: #91de37; }

@media (max-width: 500px) {
  .contatti-table table {
    table-layout: fixed;
    width: 100%; }

  .contatti-table td {
    font-size: 18px;
    padding: 8px; }

  .contatti-table td:nth-child(1) {
    width: 10%; }

  #contatti-main-column {
    padding: 0 0 30px; } }
#contatti-logo {
  margin: auto;
  padding-top: 150px;
  max-width: 190px;
  min-width: 150px;
  display: -webkit-box; }

.contatti-locali-table {
  font-family: fucxed;
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  margin: auto; }

.contatti-locali-table table tbody tr th {
  background: #e3e5e5;
  font-weight: lighter; }

.contatti-locali-table table tbody tr td a {
  display: grid; }

.contatti-locali-table table tbody tr td {
  display: flex;
  background: none; }

.contatti-locali-table td:nth-child(1) {
  background: none; }

.contatti-locali-table tr:nth-child(even) {
  background-color: white; }

table.contatti-locali-singletable {
  width: 33%; }

@media (max-width: 1200px) {
  .contatti-locali-table {
    width: 100%; }

  .contatti-locali-table table tbody tr th {
    font-size: larger; } }
@media (max-width: 500px) {
  .contatti-locali-table {
    font-size: smaller;
    width: 100%; }

  .contatti-locali-table i {
    font-size: smaller; }

  table.contatti-locali-singletable {
    width: 100%; }

  .contatti-locali-table table tbody tr th {
    padding: 10px;
    text-align: center; } }
/* l'emergenza page style*/
#em-title1 {
  margin-top: 1%;
  margin-bottom: 0%; }

#em-intro {
  background-color: #f1f1f1;
  width: 60%;
  margin: auto;
  padding: 4%;
  margin-top: 2%;
  margin-bottom: 2%; }

#em-link p {
  word-wrap: break-word;
  font-size: 0.9em;
  padding: 7px 0; }

#em-centraltitle {
  width: 100%; }

#em-centraltext {
  width: 60%;
  padding-top: 2%; }

#em-centraltext p img[alt=post-picture] {
  display: block;
  margin: auto;
  width: unset;
  max-width: 100%; }

#em-centraltext p a {
  text-decoration: underline; }

@media (max-width: 1200px) {
  #em-intro {
    width: 90%;
    padding-top: 2%; }

  #em-centraltext {
    width: 90%;
    padding-top: 2%;
    margin: auto; } }
@media (max-width: 500px) {
  #em-intro {
    width: 100%;
    padding: 20px; }

  #em-centraltext {
    width: 100%;
    padding: 0.7em;
    margin: 0; }

  #em-centraltext p {
    font-size: 18px; } }
.responsive {
  max-width: 100%;
  height: auto; }

#em-graphs {
  display: inline-block; }

#button-emergenza {
  margin: auto;
  margin-bottom: 8%;
  display: table; }

/* youtube video frame*/
.youtube-video-frame {
  width: 100%;
  height: 720px; }

@media (max-width: 993px) {
  .youtube-video-frame {
    height: 300px;
    margin-top: 20px; } }
/* facebook video frame*/
.fb-video {
  width: 100%; }

/*pagina appello*/
#appello-title {
  margin-top: 30px; }

#unisciti-campagna {
  margin-bottom: 0; }

#appello-pretendiamo {
  margin-top: 0;
  font-kerning: none; }

#appello-image {
  margin: auto;
  max-width: 90%;
  display: -webkit-box; }

@media (max-width: 500px) {
  #appello-image {
    max-width: 100%; } }
#appello-logo {
  margin: auto;
  padding-top: 50px;
  max-width: 190px;
  min-width: 150px;
  display: -webkit-box; }

#claimbody {
  border-radius: 5px;
  background-color: #eeeeee;
  padding: 20px;
  font-family: Crimson text, serif;
  font-size: 18pt;
  text-align: left;
  max-width: 900px;
  margin: auto;
  padding-top: 30px; }

@media (max-width: 500px) {
  #claimbody {
    padding: 1em 0; } }
h5 {
  text-align: center;
  font-size: 25pt;
  margin: auto;
  padding: 10px 0;
  line-height: inherit; }

#formblock {
  display: block;
  border-radius: 5px;
  background-color: #eeeeee;
  font-family: Crimson text, serif;
  text-align: center;
  max-width: 900px;
  margin: auto;
  padding: 30px 0px 40px 0px; }

@media (max-width: 500px) {
  #formblock {
    margin-top: 35px; } }
input[type=submit] {
  font-family: Fucxed, serif;
  font-kerning: none; }

#signform {
  width: 80%;
  margin: auto; }

@media (max-width: 500px) {
  #signform {
    width: 100%;
    margin: auto; } }
#signlist-ita {
  width: 60%;
  margin: auto; }

#signlist-world {
  width: 60%;
  margin: auto; }

@media (max-width: 992px) {
  #signlist-ita {
    width: 95%;
    margin: auto; }

  #signlist-world {
    width: 95%;
    margin: auto; } }
.column-appellopage {
  width: 90%;
  margin: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  margin: auto; }

.img-medium-width {
  margin: auto;
  max-width: 90%;
  display: -webkit-box;
  position: relative;
  top: 80px; }

@media (max-width: 500px) {
  .img-medium-width {
    max-width: 100%; } }
#privacy-page {
  position: relative;
  top: 50px; }

.faq-privacy-logo {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 80px;
  max-width: 190px;
  min-width: 150px;
  display: -webkit-box; }

/* notizie page layout and lateral bar*/
* {
  box-sizing: border-box; }

.column {
  float: left;
  padding: 20px; }

.left {
  padding: 0 0.5em;
  width: 75%; }

.right {
  text-align: left;
  width: 25%; }

#notizie-main-row {
  width: 80%;
  margin: auto; }

#post-main-row {
  position: relative;
  top: 50px;
  width: 80%;
  margin: auto; }

/*lateral bar*/
.list-post-right-column {
  font-family: fucxed;
  padding: 13px 0;
  list-style: none;
  color: black; }

.list-post-right-column a {
  color: black; }

.list-post-right-column a:hover {
  color: #2cbc01; }

div.column.right li {
  list-style: none; }

div.lateral-bar-categories a {
  display: grid;
  text-align: center;
  font-family: fucxed;
  color: white;
  padding: 4px 8px;
  background-color: #ff1693;
  word-break: break-word;
  line-height: 24pt; }

div.lateral-bar-categories a:hover {
  color: black; }

/*--------------*/
@media (max-width: 1200px) {
  #notizie-main-row {
    width: 100%; }

  #post-main-row {
    width: 100%; } }
@media (max-width: 500px) {
  #post-main-row {
    top: 10px;
    padding: 0; } }
#post-preview-list {
  list-style: none;
  text-align: left;
  display: contents; }

ul#post-preview-list > li {
  margin-bottom: 40px; }

div.column.right h6 {
  margin-top: 0; }

@media (max-width: 768px) {
  #notizie-main-row {
    display: flex;
    flex-direction: column;
    padding: 4%; }

  div.column.left {
    display: contents;
    width: 100%;
    padding: 5%; }

  div.column.right {
    margin-top: 20px;
    width: 100%; }

  div.column.right.li {
    padding: 6% 0; } }
#notizie-main-row:after {
  content: "";
  display: table;
  clear: both; }

.post-preview-module {
  padding: 0 0.7em; }

@media (max-width: 500px) {
  .post-preview-module {
    padding: 0; } }
/*post appearance in notizie page*/
#single-post-title {
  text-align: center;
  padding-bottom: 2%;
  padding-top: 0; }

#single-post-subtitle {
  margin-top: 0;
  text-align: center;
  color: black; }

@media (max-width: 500px) {
  h5#single-post-title {
    font-size: 20pt; }

  #single-post-subtitle {
    font-size: 17pt; }

  p.post-introduction {
    font-size: 15pt; } }
#single-post-preview {
  padding: 0 0 7%; }

/*-----------------------------*/
#post-title {
  margin-top: 0; }

/* images inside posts*/
#post-main-pic {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-height: 550px; }

@media (max-width: 500px) {
  #post-main-pic {
    max-width: 100%;
    height: auto; } }
#post-main-pic-inside-post {
  width: 100%;
  max-width: 1000px; }

/*-----------------------------*/
img[alt=post-picture] {
  display: block;
  margin: auto;
  max-height: 800px;
  max-width: 100%;
  padding: 2% 0; }

.post-details {
  line-height: 1.3;
  padding: 20px 0 0;
  color: #929292;
  display: inline-table;
  font-size: 18px; }

.post-details-cat {
  font-family: fucxed;
  color: white;
  background-color: #dc4f00;
  padding: 3px 8px;
  word-break: break-word;
  line-height: 24pt; }

.post-details-cat1 {
  font-family: fucxed;
  color: white;
  background-color: #ff9800;
  padding: 3px 8px;
  word-break: break-word;
  line-height: 24pt; }

a.post-details-cat:hover {
  color: black; }

a.post-details-cat1:hover {
  color: black; }

.post-details-cat-press {
  font-family: fucxed;
  color: white;
  padding: 3px 8px;
  background-color: #c80082;
  word-break: break-word;
  line-height: 24pt; }

a.post-details-cat-press:hover {
  color: black; }

.post-details-tag {
  font-family: fucxed;
  color: white;
  padding: 3px 8px;
  background-color: #8dc24d;
  word-break: break-word;
  line-height: 24pt; }

a.post-details-tag:hover {
  color: black; }

.post-img-captions {
  line-height: 3%;
  font-size: smaller;
  font-style: italic; }

.post-introduction {
  color: #929292;
  font-size: 21px;
  font-style: italic;
  font-weight: bolder; }

/*linea continua*/
hr {
  margin: 0 0 10px;
  border-top: 1px solid lightgrey; }

/*------*/
#post-content-container.col-lg-12 ul li {
  line-height: 1.75; }

#post-content-container {
  width: 90%;
  text-align: left; }

@media (max-width: 500px) {
  #post-content-container {
    width: 100%; }

  #post-content-container.col-lg-12 {
    padding: 0.7em; } }
/* breaks links inside posts*/
#post-content-container p a {
  word-break: break-word; }

/* post: navigation: style*/
.PageNavigation {
  padding-top: 20px;
  padding-bottom: 20px; }

a.next {
  float: right; }

/* buttons hover effect*/
a.button:hover {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #b14545; }

button.btn.btn-success.btn-lg:hover {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: green; }

input[type=submit]:hover {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: green; }

/* adjusting font color for active link*/
.navbar-default.navbar-custom .navbar-nav > .active > a {
  color: white; }

@media (min-width: 768px) {
  a.nav-link.link-active:hover {
    color: white; } }
.hero-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover; }

.hero-video iframe {
  width: 100%; }

.flex-embed {
  max-height: 650px;
  display: block;
  overflow: hidden;
  position: relative; }

.flex-embed__ratio--2by1 {
  padding-bottom: 50%; }

.flex-embed__content {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.form-response {
  font-family: "FucXed";
  text-align: center;
  margin-top: 10px; }

/* calendario embedded*/
ul#tabcalendari.nav.nav-tabs {
  width: 70%;
  margin: auto; }

iframe#embeddedcalendar {
  width: 70%;
  display: grid;
  margin: auto;
  height: 800px; }

@media (max-width: 1200px) {
  ul#tabcalendari.nav.nav-tabs {
    width: 100%; }

  iframe#embeddedcalendar {
    width: 100%;
    max-height: 600px; } }
@media (max-width: 500px) {
  ul#tabcalendari.nav.nav-tabs li.nav-item {
    font-size: 14pt;
    padding: 0; }

  ul#tabcalendari.nav.nav-tabs li.nav-item a.nav-link {
    padding: 5px 9px; } }
/* i nostri valori section*/
.valori {
  padding-left: 0;
  padding-right: 0; }
  .valori .expand_caret {
    position: absolute;
    right: 10px;
    top: 0px; }

/* Archivio page */
#archivio-main-row {
  width: 80%;
  margin: auto; }

@media (max-width: 1200px) {
  #archivio-main-row {
    width: 95%; } }
.archivio-post-list {
  text-align: left;
  list-style: none; }

ul.archivio-post-list {
  padding: 0; }

ul.archivio-post-list li ul {
  padding: 0; }

/* global ITaly map iframe*/
#XR-Italy-map-box iframe {
  border: none;
  height: 70vh;
  min-height: 400px;
  max-height: 1400px;
  width: 100%; }

@media screen and (max-width: 768px) {
  div#hidden_social {
    text-align: center; } }
@media screen and (min-width: 768px) {
  div#hidden_social {
    text-align: left; } }
/* fix unbroken link lines in post previews (XR Magazine) and notes*/
#post-preview-list li div p a {
  word-break: break-all; }

#post-preview-list li div p a.post-details-tag {
  word-break: break-word; }

#post-content-container div.footnotes ol li {
  word-break: break-all; }

div.footnotes {
  word-break: break-word; }

/*subscribe volunteer form adjustments*/
label.form-check input[type="checkbox"] {
  margin: 10px 5px 10px 0; }

#contactForm label.form-check {
  font-weight: inherit; }

#contactForm .form-row.form-check.control-group {
  display: grid;
  grid-auto-flow: column; }

#contactForm .form-row.form-check.control-group label {
  font-size: medium;
  font-weight: lighter;
  margin-left: 5px; }

.form-row {
  display: grid; }

#volunteerForm {
  margin-bottom: 50px; }

/* side-wise elements */
div.input-embedded {
  position: relative; }
  div.input-embedded > input {
    padding-right: 30px; }

span.input-embedded {
  position: absolute;
  right: 5px;
  top: 10px;
  /* height: 43px; */
  color: darkgray;
  font-size: smaller; }

/* stostienici  style */
.pagina-sostienici .btn {
  margin-top: 20px;
  margin-bottom: 50px; }
.pagina-sostienici .sostienici-faq h4 {
  margin-top: 40px; }
@media (min-width: 768px) {
  .pagina-sostienici {
    margin-bottom: 80px; }
    .pagina-sostienici .btn {
      margin-bottom: 10px; } }

/* ribellione ottobre style*/
.header-ribellione .subnavbar {
  background-color: #caFF11; }

.ribellione {
  margin-bottom: 40px; }
  .ribellione .card {
    background-color: #caFF11;
    border-radius: 0px;
    border: 0px; }
    .ribellione .card .card-footer {
      background-color: #FF1493;
      border: 1px solid #FF1493;
      border-radius: 0px; }
      .ribellione .card .card-footer .btn-primary {
        background-color: #caFF11;
        border: 1px solid #caFF11;
        color: black; }
  .ribellione .intro-ribellione {
    font-style: italic; }
  .ribellione .primo-blocco {
    margin-top: 50px; }
  .ribellione .evento-spiegazione {
    padding: 10px 20px;
    background-color: #eeeeee; }
  .ribellione .evento-partecipare {
    padding: 10px 20px;
    background-color: #eeeeee;
    font-style: italic; }
  .ribellione .eventi {
    list-style: none;
    padding: 0px; }
    .ribellione .eventi li {
      margin-bottom: 40px; }
  .ribellione .titolo {
    position: relative;
    width: 100%; }
    .ribellione .titolo h4 {
      font-size: 19px; }
  .ribellione .expand_caret {
    position: absolute;
    right: 5px;
    top: -25px; }
  .ribellione div[aria-expanded='false'] div[class='titolo'] > .expand_caret {
    transform: scale(1.6) rotate(-90deg); }

/* ribellione ottobre header pagine style*/
.text-cover {
  position: relative;
  width: 100%; }

.header-title {
  color: white;
  text-shadow: 3px 3px black;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .header-title.black {
    color: black;
    text-shadow: 3px 3px #e3e5e5; }

.header-title {
  font-size: 4em; }

@media (max-width: 1200px) {
  .header-title {
    font-size: 3em; } }
@media (max-width: 768px) {
  .header-title {
    font-size: 2.5em; }

  .title-banner {
    padding: 0; } }
/* ribellione ottobre programma style*/
.time-schedule {
  font-family: fucxed; }

.pagina-eventi {
  margin-bottom: 50px; }
  .pagina-eventi .immagine {
    position: relative; }
    .pagina-eventi .immagine .data-breve {
      position: absolute;
      top: 10px;
      right: 10px;
      font-family: 'FucXed';
      font-size: larger;
      text-align: center;
      height: 75px;
      width: 70px;
      background-color: white;
      padding: 4px 0; }
  .pagina-eventi .row {
    margin-top: 1em; }
  .pagina-eventi .giorno {
    font-size: 35px;
    margin-top: -11px; }
  .pagina-eventi .back-link {
    font-family: 'FucXedLatin', sans-serif; }

/* Post style */
.post-container {
  margin-top: 50px; }
  .post-container.single {
    margin-top: 120px; }
  .post-container .big-title {
    text-align: center; }
  .post-container .sidebar ul {
    padding-left: 0px; }
  .post-container .navigation {
    margin-top: 100px; }
  .post-container .post-details {
    text-align: center;
    width: 100%; }

@media (min-width: 1400px) {
  .post-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto; } }
