:root {
  --background-color: #fff;
  --text-color: #999999;
  --link-footer: #000;
  --border-top-footer: #f4f4f4;
  --menu-color: #000;
  --menu-bgcolor: #fff;
  --famille: #ffc851;
  --accueil: #4a4a49;
  --nature: #a2cf90;
  --randonnee: #22b3c0;
  --culture: #cdb5e4;
  --incontournable: #ce4d2c; }

.burger-white {
  display: none; }

.burger-black {
  display: block; }

@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #000;
    --text-color: #999999;
    --link-footer: #fff;
    --border-top-footer: #f4f4f4;
    --menu-color: #fff;
    --menu-bgcolor: #000;
    --famille: #ffc851;
    --accueil: #4a4a49;
    --nature: #a2cf90;
    --randonnee: #22b3c0;
    --culture: #cdb5e4;
    --incontournable: #ce4d2c; }
  .burger-white {
    display: block; }
  .burger-black {
    display: none; } }

.hero-jaune {
  background-image: url("../170/HERO_famille.jpg"); }
  @media (max-width: 797px) {
    .hero-jaune {
      background-image: url("../170/hero_mobile_famille.jpg"); } }
      
.hero-nature {
  background-image: url("../170/HERO_nature.jpg"); }
  @media (max-width: 797px) {
    .hero-nature {
      background-image: url("../170/hero_mobile_nature.jpg"); } }
      
.hero-incontournable {
  background-image: url("../170/HERO_highlights.jpg"); }
  @media (max-width: 797px) {
    .hero-incontournable {
      background-image: url("../170/hero_mobile_highlights.jpg"); } }
      
.hero-sportifs {
  background-image: url("../170/HERO_sportif.jpg"); }
  @media (max-width: 797px) {
    .hero-sportifs {
      background-image: url("../170/hero_mobile_sport.jpg"); } }
      
.hero-culture {
  background-image: url("../170/HERO_culture.jpg"); }
  @media (max-width: 797px) {
    .hero-culture {
      background-image: url("../170/hero_mobile_culture.jpg"); } }

.slider_1 {
  background-image: url("../170/HERO_paccots.jpg"); }
    @media (max-width: 797px) {
    .slider_1 {
      background-image: url("../170/hero_mobile_famille.jpg"); } }

.slider_2 {
  background-image: url("../170/HERO_romont.jpg"); }
  @media (max-width: 797px) {
    .slider_2 {
      background-image: url("../170/hero_mobile_nature.jpg"); } }

.slider_3 {
  background-image: url("../170/HERO_culture.jpg"); }
  @media (max-width: 797px) {
    .slider_3 {
      background-image: url("../170/hero_mobile_highlights.jpg"); } }
  
.slider_4 {
  background-image: url("../170/HERO_sportif.jpg"); }
  @media (max-width: 797px) {
    .slider_4 {
      background-image: url("../170/hero_mobile_sport.jpg"); } }
  
.slider_5 {
  background-image: url("../170/HERO_nature.jpg"); }
  @media (max-width: 797px) {
    .slider_5 {
      background-image: url("../170/hero_mobile_culture.jpg"); } }
  
.slider_6 {
  background-image: url("../170/HERO_highlights.jpg"); }
  @media (max-width: 797px) {
    .slider_6 {
      background-image: url("../170/hero_mobile_Romont.jpg"); } }
  
.slider_7 {
  background-image: url("../170/HERO_famille.jpg"); }
  @media (max-width: 797px) {
    .slider_7 {
      background-image: url("../170/hero_mobile_culture.jpg"); } }

#carousel-header-mobile {
  display: none; }

@media (max-width: 797px) {
  #carousel-header-mobile {
    display: block; }
  .carousel-header {
    display: none; } }

body, html {
  padding: 0;
  margin: 0;
  overflow-x: hidden; }

/** GENERAL **/
body {
  background-color: var(--background-color);
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color); }

.jaune .carousel .carousel-cell .carousel-image .carousel-image-info {
  color: black !important; }

.white .carousel .carousel-cell .carousel-image .carousel-image-info {
  color: black !important; }

section {
  padding: 80px 0px;
  background-image: url("../170/motif_blanc.jpg"); }
  @media (max-width: 991px) {
    section {
      padding: 60px 0px; } }
  section.gris {
    background-image: url("../170/motif_gris_clair_concours.jpg"); }
  section.jaune {
    background-image: url("../170/motif_jaune_clair_famille.jpg"); }
    section.jaune h2 {
      color: var(--famille); }
    section.jaune .slider-button .fa-chevron-circle-left.actif, section.jaune .slider-button .fa-chevron-circle-right.actif {
      color: var(--famille) !important; }
      section.jaune .slider-button .fa-chevron-circle-left.actif:hover, section.jaune .slider-button .fa-chevron-circle-right.actif:hover {
        color: #000 !important; }
    section.jaune .slider-button .fa-chevron-circle-left, section.jaune .slider-button .fa-chevron-circle-right {
      color: var(--famille) !important; }
      section.jaune .slider-button .fa-chevron-circle-left:hover, section.jaune .slider-button .fa-chevron-circle-right:hover {
        color: var(--famille) !important; }
      section.jaune .slider-button .fa-chevron-circle-left.desactif, section.jaune .slider-button .fa-chevron-circle-right.desactif {
        opacity: 0.1; }
    section.jaune .carousel .carousel-cell .carousel-count {
      color: var(--famille); }
    section.jaune .carousel .carousel-cell .carousel-image .carousel-image-info {
      background-color: var(--famille);
      color: black; }
      section.jaune .carousel .carousel-cell .carousel-image .carousel-image-info::before {
        color: black; }
      section.jaune .carousel .carousel-cell .carousel-image .carousel-image-info a {
        color: black; }
    section.jaune a.button {
      background-color: var(--famille);
      color: black; }
      section.jaune a.button:hover {
        color: white;
        background-color: black; }
  section.nature {
    background-image: url("../170/nature.jpg"); }
    section.nature h2 {
      color: var(--nature); }
    section.nature .slider-button .fa-chevron-circle-left.actif, section.nature .slider-button .fa-chevron-circle-right.actif {
      color: var(--nature) !important; }
      section.nature .slider-button .fa-chevron-circle-left.actif:hover, section.nature .slider-button .fa-chevron-circle-right.actif:hover {
        color: #000 !important; }
    section.nature .slider-button .fa-chevron-circle-left, section.nature .slider-button .fa-chevron-circle-right {
      color: var(--nature) !important; }
      section.nature .slider-button .fa-chevron-circle-left:hover, section.nature .slider-button .fa-chevron-circle-right:hover {
        color: var(--nature) !important; }
      section.nature .slider-button .fa-chevron-circle-left.desactif, section.nature .slider-button .fa-chevron-circle-right.desactif {
        opacity: 0.5; }
    section.nature .carousel .carousel-cell .carousel-count {
      color: var(--nature); }
    section.nature .carousel .carousel-cell .carousel-image .carousel-image-info {
      background-color: var(--nature);
      color: black; }
      section.nature .carousel .carousel-cell .carousel-image .carousel-image-info::before {
        color: black; }
      section.nature .carousel .carousel-cell .carousel-image .carousel-image-info a {
        color: black; }
    section.nature a.button {
      background-color: var(--nature);
      color: black; }
      section.nature a.button:hover {
        color: white;
        background-color: black; }
  section.culture {
    background-image: url("../170/culture.jpg"); }
    section.culture h2 {
      color: var(--culture); }
    section.culture .slider-button .fa-chevron-circle-left.actif, section.culture .slider-button .fa-chevron-circle-right.actif {
      color: var(--culture) !important; }
      section.culture .slider-button .fa-chevron-circle-left.actif:hover, section.culture .slider-button .fa-chevron-circle-right.actif:hover {
        color: #000 !important; }
    section.culture .slider-button .fa-chevron-circle-left, section.culture .slider-button .fa-chevron-circle-right {
      color: var(--culture) !important; }
      section.culture .slider-button .fa-chevron-circle-left:hover, section.culture .slider-button .fa-chevron-circle-right:hover {
        color: var(--culture) !important; }
      section.culture .slider-button .fa-chevron-circle-left.desactif, section.culture .slider-button .fa-chevron-circle-right.desactif {
        opacity: 0.5; }
    section.culture .carousel .carousel-cell .carousel-count {
      color: var(--culture); }
    section.culture .carousel .carousel-cell .carousel-image .carousel-image-info {
      background-color: var(--culture);
      color: black; }
      section.culture .carousel .carousel-cell .carousel-image .carousel-image-info::before {
        color: black; }
      section.culture .carousel .carousel-cell .carousel-image .carousel-image-info a {
        color: black; }
    section.culture a.button {
      background-color: var(--culture);
      color: black; }
      section.culture a.button:hover {
        color: white;
        background-color: black; }
  section.incontournable {
    background-image: url("../170/incontournable.jpg"); }
    section.incontournable h2 {
      color: var(--incontournable); }
    section.incontournable .slider-button .fa-chevron-circle-left.actif, section.incontournable .slider-button .fa-chevron-circle-right.actif {
      color: var(--incontournable) !important; }
      section.incontournable .slider-button .fa-chevron-circle-left.actif:hover, section.incontournable .slider-button .fa-chevron-circle-right.actif:hover {
        color: #000 !important; }
    section.incontournable .slider-button .fa-chevron-circle-left, section.incontournable .slider-button .fa-chevron-circle-right {
      color: var(--incontournable) !important; }
      section.incontournable .slider-button .fa-chevron-circle-left:hover, section.incontournable .slider-button .fa-chevron-circle-right:hover {
        color: var(--incontournable) !important; }
      section.incontournable .slider-button .fa-chevron-circle-left.desactif, section.incontournable .slider-button .fa-chevron-circle-right.desactif {
        opacity: 0.5; }
    section.incontournable .carousel .carousel-cell .carousel-count {
      color: var(--incontournable); }
    section.incontournable .carousel .carousel-cell .carousel-image .carousel-image-info {
      background-color: var(--incontournable);
      color: black; }
      section.incontournable .carousel .carousel-cell .carousel-image .carousel-image-info::before {
        color: black; }
      section.incontournable .carousel .carousel-cell .carousel-image .carousel-image-info a {
        color: black; }
    section.incontournable a.button {
      background-color: var(--incontournable);
      color: black; }
      section.incontournable a.button:hover {
        color: white;
        background-color: black; }
  section.sportifs {
    background-image: url("../170/sportifs.jpg"); }
    section.sportifs h2 {
      color: var(--randonnee); }
    section.sportifs .slider-button .fa-chevron-circle-left.actif, section.sportifs .slider-button .fa-chevron-circle-right.actif {
      color: var(--randonnee) !important; }
      section.sportifs .slider-button .fa-chevron-circle-left.actif:hover, section.sportifs .slider-button .fa-chevron-circle-right.actif:hover {
        color: #000 !important; }
    section.sportifs .slider-button .fa-chevron-circle-left, section.sportifs .slider-button .fa-chevron-circle-right {
      color: var(--randonnee) !important; }
      section.sportifs .slider-button .fa-chevron-circle-left:hover, section.sportifs .slider-button .fa-chevron-circle-right:hover {
        color: var(--randonnee) !important; }
      section.sportifs .slider-button .fa-chevron-circle-left.desactif, section.sportifs .slider-button .fa-chevron-circle-right.desactif {
        opacity: 0.5; }
    section.sportifs .carousel .carousel-cell .carousel-count {
      color: var(--randonnee); }
    section.sportifs .carousel .carousel-cell .carousel-image .carousel-image-info {
      background-color: var(--randonnee);
      color: black; }
      section.sportifs .carousel .carousel-cell .carousel-image .carousel-image-info::before {
        color: black; }
      section.sportifs .carousel .carousel-cell .carousel-image .carousel-image-info a {
        color: black; }
    section.sportifs a.button {
      background-color: var(--randonnee);
      color: black; }
      section.sportifs a.button:hover {
        color: white;
        background-color: black; }
  section.white {
    background-image: url("../170/motif_blanc.jpg"); }
    section.white h2 {
      color: var(--famille); }
    section.white .slider-button .fa-chevron-circle-left.actif, section.white .slider-button .fa-chevron-circle-right.actif {
      color: var(--famille) !important; }
      section.white .slider-button .fa-chevron-circle-left.actif:hover, section.white .slider-button .fa-chevron-circle-right.actif:hover {
        color: #000 !important; }
    section.white .slider-button .fa-chevron-circle-left, section.white .slider-button .fa-chevron-circle-right {
      color: var(--famille) !important; }
      section.white .slider-button .fa-chevron-circle-left:hover, section.white .slider-button .fa-chevron-circle-right:hover {
        color: var(--famille) !important; }
      section.white .slider-button .fa-chevron-circle-left.desactif, section.white .slider-button .fa-chevron-circle-right.desactif {
        opacity: 0.5; }
    section.white .carousel .carousel-cell .carousel-count {
      color: #eed87f; }
    section.white .carousel .carousel-cell .carousel-image .carousel-image-info {
      background-color: var(--famille); }
      section.white .carousel .carousel-cell .carousel-image .carousel-image-info::before {
        color: black; }
      section.white .carousel .carousel-cell .carousel-image .carousel-image-info a {
        color: black; }
    section.white a.button {
      background-color: var(--famille);
      color: black; }
      section.white a.button:hover {
        color: white;
        background-color: black; }
  section.white.nature {
    background-image: url("../170/motif_blanc.jpg"); }
    section.white.nature h2 {
      color: var(--nature); }
    section.white.nature .slider-button .fa-chevron-circle-left.actif, section.white.nature .slider-button .fa-chevron-circle-right.actif {
      color: var(--nature) !important; }
      section.white.nature .slider-button .fa-chevron-circle-left.actif:hover, section.white.nature .slider-button .fa-chevron-circle-right.actif:hover {
        color: #000 !important; }
    section.white.nature .slider-button .fa-chevron-circle-left, section.white.nature .slider-button .fa-chevron-circle-right {
      color: var(--nature) !important; }
      section.white.nature .slider-button .fa-chevron-circle-left:hover, section.white.nature .slider-button .fa-chevron-circle-right:hover {
        color: var(--nature) !important; }
      section.white.nature .slider-button .fa-chevron-circle-left.desactif, section.white.nature .slider-button .fa-chevron-circle-right.desactif {
        opacity: 0.5; }
    section.white.nature .carousel .carousel-cell .carousel-count {
      color: var(--nature); }
    section.white.nature .carousel .carousel-cell .carousel-image .carousel-image-info {
      background-color: var(--nature); }
      section.white.nature .carousel .carousel-cell .carousel-image .carousel-image-info::before {
        color: black; }
      section.white.nature .carousel .carousel-cell .carousel-image .carousel-image-info a {
        color: black; }
    section.white.nature a.button {
      background-color: var(--nature);
      color: black; }
      section.white.nature a.button:hover {
        color: white;
        background-color: black; }
  section.white.culture {
    background-image: url("../170/motif_blanc.jpg"); }
    section.white.culture h2 {
      color: var(--culture); }
    section.white.culture .slider-button .fa-chevron-circle-left.actif, section.white.culture .slider-button .fa-chevron-circle-right.actif {
      color: var(--culture) !important; }
      section.white.culture .slider-button .fa-chevron-circle-left.actif:hover, section.white.culture .slider-button .fa-chevron-circle-right.actif:hover {
        color: #000 !important; }
    section.white.culture .slider-button .fa-chevron-circle-left, section.white.culture .slider-button .fa-chevron-circle-right {
      color: var(--culture) !important; }
      section.white.culture .slider-button .fa-chevron-circle-left:hover, section.white.culture .slider-button .fa-chevron-circle-right:hover {
        color: var(--culture) !important; }
      section.white.culture .slider-button .fa-chevron-circle-left.desactif, section.white.culture .slider-button .fa-chevron-circle-right.desactif {
        opacity: 0.5; }
    section.white.culture .carousel .carousel-cell .carousel-count {
      color: var(--culture); }
    section.white.culture .carousel .carousel-cell .carousel-image .carousel-image-info {
      background-color: var(--culture); }
      section.white.culture .carousel .carousel-cell .carousel-image .carousel-image-info::before {
        color: black; }
      section.white.culture .carousel .carousel-cell .carousel-image .carousel-image-info a {
        color: black; }
    section.white.culture a.button {
      background-color: var(--culture);
      color: black; }
      section.white.culture a.button:hover {
        color: white;
        background-color: black; }
  section.white.sportifs {
    background-image: url("../170/motif_blanc.jpg"); }
    section.white.sportifs h2 {
      color: var(--randonnee); }
    section.white.sportifs .slider-button .fa-chevron-circle-left.actif, section.white.sportifs .slider-button .fa-chevron-circle-right.actif {
      color: var(--randonnee) !important; }
      section.white.sportifs .slider-button .fa-chevron-circle-left.actif:hover, section.white.sportifs .slider-button .fa-chevron-circle-right.actif:hover {
        color: #000 !important; }
    section.white.sportifs .slider-button .fa-chevron-circle-left, section.white.sportifs .slider-button .fa-chevron-circle-right {
      color: var(--randonnee) !important; }
      section.white.sportifs .slider-button .fa-chevron-circle-left:hover, section.white.sportifs .slider-button .fa-chevron-circle-right:hover {
        color: var(--randonnee) !important; }
      section.white.sportifs .slider-button .fa-chevron-circle-left.desactif, section.white.sportifs .slider-button .fa-chevron-circle-right.desactif {
        opacity: 0.5; }
    section.white.sportifs .carousel .carousel-cell .carousel-count {
      color: var(--randonnee); }
    section.white.sportifs .carousel .carousel-cell .carousel-image .carousel-image-info {
      background-color: var(--randonnee);
      color: black; }
      section.white.sportifs .carousel .carousel-cell .carousel-image .carousel-image-info::before {
        color: black; }
      section.white.sportifs .carousel .carousel-cell .carousel-image .carousel-image-info a {
        color: black; }
    section.white.sportifs a.button {
      background-color: var(--randonnee);
      color: black; }
      section.white.sportifs a.button:hover {
        color: white;
        background-color: black; }
  section.white.incontournable {
    background-image: url("../170/motif_blanc.jpg"); }
    section.white.incontournable h2 {
      color: var(--incontournable); }
    section.white.incontournable .slider-button .fa-chevron-circle-left.actif, section.white.incontournable .slider-button .fa-chevron-circle-right.actif {
      color: var(--incontournable) !important; }
      section.white.incontournable .slider-button .fa-chevron-circle-left.actif:hover, section.white.incontournable .slider-button .fa-chevron-circle-right.actif:hover {
        color: #000 !important; }
    section.white.incontournable .slider-button .fa-chevron-circle-left, section.white.incontournable .slider-button .fa-chevron-circle-right {
      color: var(--incontournable) !important; }
      section.white.incontournable .slider-button .fa-chevron-circle-left:hover, section.white.incontournable .slider-button .fa-chevron-circle-right:hover {
        color: var(--incontournable) !important; }
      section.white.incontournable .slider-button .fa-chevron-circle-left.desactif, section.white.incontournable .slider-button .fa-chevron-circle-right.desactif {
        opacity: 0.5; }
    section.white.incontournable .carousel .carousel-cell .carousel-count {
      color: var(--incontournable); }
    section.white.incontournable .carousel .carousel-cell .carousel-image .carousel-image-info {
      background-color: var(--incontournable); }
      section.white.incontournable .carousel .carousel-cell .carousel-image .carousel-image-info::before {
        color: black; }
      section.white.incontournable .carousel .carousel-cell .carousel-image .carousel-image-info a {
        color: black; }
    section.white.incontournable a.button {
      background-color: var(--incontournable);
      color: black; }
      section.white.incontournable a.button:hover {
        color: white;
        background-color: black; }

.activites {
  background-color: #4a4a49;
  background-image: none;
  color: white; }
  .activites:not(.activites-4) .row:last-child {
    margin-top: 30px; }
  .activites.activites-4 .activite h2 {
    font-size: 35px; }
  .activites h2 {
    color: white; }
  .activites .activite {
    position: relative;
    width: 100%; }
    @media (max-width: 991px) {
      .activites .activite h2 {
        font-size: 25px !important;
        line-height: 35px !important; } }
    @media (max-width: 600px) {
      .activites .activite h2 {
        font-size: 45px !important;
        line-height: 55px !important; } }
    .activites .activite.famille {
      border: 1px solid var(--famille); }
      .activites .activite.famille .fond {
        background-image: url("../170/ete_bloc_famille.jpg"); }
      .activites .activite.famille .content i {
        color: var(--famille); }
      .activites .activite.famille .content a h2 {
        color: var(--famille) !important; }
    .activites .activite.sportif {
      border: 1px solid var(--randonnee); }
      .activites .activite.sportif .fond {
        background-image: url("../170/link_bloc_outdoor.jpg"); }
      .activites .activite.sportif .content i {
        color: var(--randonnee); }
      .activites .activite.sportif .content a h2 {
        color: var(--randonnee) !important; }
    .activites .activite.culture {
      border: 1px solid var(--culture); }
      .activites .activite.culture .fond {
        background-image: url("../170/ete_bloc_culture.jpg"); }
      .activites .activite.culture .content i {
        color: var(--culture); }
      .activites .activite.culture .content a h2 {
        color: var(--culture) !important; }
    .activites .activite.nature {
      border: 1px solid var(--nature); }
      .activites .activite.nature .fond {
        background-image: url("../170/ete_bloc_nature.jpg"); }
      .activites .activite.nature .content i {
        color: var(--nature); }
      .activites .activite.nature .content a h2 {
        color: var(--nature) !important; }
    .activites .activite.incontournable {
      border: 1px solid var(--incontournable); }
      @media (max-width: 767px) {
        .activites .activite.incontournable {
          margin-top: 30px; } }
      .activites .activite.incontournable .fond {
        background-image: url("../170/ete_bloc_highlights.jpg"); }
      .activites .activite.incontournable .content i {
        color: var(--incontournable); }
      .activites .activite.incontournable .content a h2 {
        color: var(--incontournable) !important; }
  .activites .activite::after {
    content: '';
    display: block;
    padding-bottom: 100%; }
  @media (max-width: 767px) {
    .activites .row:first-child .col-lg-4:nth-child(2) .activite, .activites .col-lg-3:first-child .activite {
      margin-top: 0px; }
    .activites .row:last-child .col-lg-4:first-child .activite {
      margin-top: 0px; } }
  @media (max-width: 767px) {
    .activites .activite {
      margin-top: 30px; } }
  .activites .activite .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px;
    font-size: 40px;
    font-family: 'Inter';
    overflow: hidden; }
    .activites .activite .content h2 {
      position: absolute;
      top: 15px;
      left: 15px;
      width: 100%;
      line-height: 1; 
      text-shadow: 2px 2px 3px #333333;}
    .activites .activite .content .fond {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: all .5s; }
      .activites .activite .content .fond .layout {
        background-color: rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all .5s; }
    .activites .activite .content:hover .fond {
      transform: scale(1.1);
      transition: all .5s; }
      .activites .activite .content:hover .fond .layout {
        background-color: rgba(0, 0, 0, 0); }
    .activites .activite .content:hover i {
      color: black; }
    .activites .activite .content i {
      position: absolute;
      right: 15px;
      bottom: 15px; }
    .activites .activite .content a {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-decoration: none; }
      .activites .activite .content a:hover {
        text-decoration: none; }

@media (max-width: 991px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%; } }

.site-wrapper {
  max-width: 1365px;
  margin: 0 auto; }

h2 {
  font-weight: 400;
  font-family: 'interstate-compressed',sans-serif;
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0px;
  color: black; }
  @media (max-width: 991px) {
    h2 {
      margin-bottom: 35px;
      font-size: 45px;
      line-height: 50px; } }

a {
  color: black;
  text-decoration: underline; }
  a:hover {
    color: black;
    text-decoration: none; }

a.button {
  position: relative;
  display: inline-block;
  background-color: #4a4a49;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  a.button:hover, a.button:focus, a.button:active {
    background-color: #000000;
    color: white; }
  @media (max-width: 797px) {
    a.button {
      font-size: 15px; } }
  a.button:before {
    position: absolute;
    left: 15px;
    content: '\f067';
    font-family: "Font Awesome 5 Pro";
    font-size: 20px; }

.slider-button {
  margin-top: 45px; }
  @media (max-width: 991px) {
    .slider-button {
      display: none; } }
  .slider-button .fa-chevron-circle-left, .slider-button .fa-chevron-circle-right {
    font-size: 48px; }
    .slider-button .fa-chevron-circle-left.actif, .slider-button .fa-chevron-circle-right.actif {
      cursor: pointer;
      color: #4a4a49;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: color, background-color;
      transition-property: color, background-color; }
      .slider-button .fa-chevron-circle-left.actif:hover, .slider-button .fa-chevron-circle-left.actif:focus, .slider-button .fa-chevron-circle-left.actif:active, .slider-button .fa-chevron-circle-right.actif:hover, .slider-button .fa-chevron-circle-right.actif:focus, .slider-button .fa-chevron-circle-right.actif:active {
        color: #000000 !important; }
    .slider-button .fa-chevron-circle-left.desactif, .slider-button .fa-chevron-circle-right.desactif {
      color: #999999 !important; }
      .slider-button .fa-chevron-circle-left.desactif:hover, .slider-button .fa-chevron-circle-right.desactif:hover {
        color: #999999 !important; }
  .slider-button .fa-chevron-circle-left {
    margin-right: 10px; }

.menu-mobile {
  display: none; }
  @media (max-width: 1226px) {
    .menu-mobile {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: white;
      z-index: 10; }
      .menu-mobile .header {
        height: 100%; }
      .menu-mobile .fa-times {
        color: black;
        font-size: 30px;
        cursor: pointer; }
      .menu-mobile .header-menu {
        height: calc( 100% - 120px);
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        background-color: var(--menu-bgcolor); }
        .menu-mobile .header-menu ul.menu {
          display: flex;
          align-items: center;
          justify-items: center;
          flex-direction: column; }
          .menu-mobile .header-menu ul.menu li {
            display: block;
            text-align: center;
            height: 60px;
            line-height: 60px;
            font-size: 20px; }
            .menu-mobile .header-menu ul.menu li a {
              color: var(--menu-color);
              font-size: 19px; }
            .menu-mobile .header-menu ul.menu li a:hover::after {
              display: none; }
            .menu-mobile .header-menu ul.menu li.actif a::after {
              display: none; } }

/** HEADER **/
.header {
  position: relative;
  height: 810px; }
  @media (max-width: 600px) {
    .header {
      height: 700px !important; } }
  .header i {
    display: block;
    color: white;
    font-size: 70px;
    margin-top: 20px; }
    .header i:hover {
      color: black; }
  .header .header-logo {
    height: 100px;
    background-color: white; }
    .header .header-logo img {
      width: auto;
      height: 90px;
      margin-top: 5px;
      margin-bottom: 5px; }
      @media (max-width: 991px) {
        .header .header-logo img {
          height: 70px; } }
  .header.no-home .carousel .carousel-cell {
    background-position: center center;
    background-size: cover; }
  @media (max-width: 600px) {
    .header.no-home {
      height: 700px; }
      .header.no-home h1 {
        margin-top: 20px; }
      .header.no-home .title .col-lg-6 {
        height: auto; } }
  .header.no-home .title h1 {
    position: relative;
    bottom: unset; 
    text-shadow: 2px 2px 3px #333333;}
    @media (max-width: 991px) {
      .header.no-home .title h1 {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 5px; } }
  .header.no-home p {
    color: white;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 26px; }
    @media (max-width: 991px) {
      .header.no-home p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px; } }
  .header .container-fluid .col-lg-6:last-child {
    padding-right: 0px; }
  .header ul.menu {
    padding: 0px;
    margin: 0px;
    text-align: right; }
    @media (max-width: 991px) {
      .header ul.menu {
        display: none; } }
    .header ul.menu li {
      height: 100px;
      line-height: 100px;
      list-style: none;
      display: inline-block;
      margin-right: 30px; }
      .header ul.menu li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        font-weight: bold;
        text-decoration: none;
        font-size: 17px; }
        .header ul.menu li a::after {
          position: absolute;
          top: calc( 50% + 15px);
          left: 0px;
          width: 100%;
          content: '';
          height: 2px;
          opacity: 0;
          transition: opacity 300ms, transform 300ms; }
        .header ul.menu li a:hover::after {
          opacity: 1;
          transform: translate3d(0, 0.2em, 0); }
      .header ul.menu li.actif a::after {
        opacity: 1;
        transform: translate3d(0, 0.2em, 0); }
      .header ul.menu li.famille a::after {
        background-color: var(--famille); }
      .header ul.menu li.famille a:hover::after {
        background-color: var(--famille); }
      .header ul.menu li.famille.actif a::after {
        background-color: var(--famille); }
      .header ul.menu li.accueil a::after {
        background-color: var(--accueil); }
      .header ul.menu li.accueil a:hover::after {
        background-color: var(--accueil); }
      .header ul.menu li.accueil.actif a::after {
        background-color: var(--accueil); }
      .header ul.menu li.nature a::after {
        background-color: var(--nature); }
      .header ul.menu li.nature a:hover::after {
        background-color: var(--nature); }
      .header ul.menu li.nature.actif a::after {
        background-color: var(--nature); }
      .header ul.menu li.randonnee a::after {
        background-color: var(--randonnee); }
      .header ul.menu li.randonnee a:hover::after {
        background-color: var(--randonnee); }
      .header ul.menu li.randonnee.actif a::after {
        background-color: var(--randonnee); }
      .header ul.menu li.culture a::after {
        background-color: var(--culture); }
      .header ul.menu li.culture a:hover::after {
        background-color: var(--culture); }
      .header ul.menu li.culture.actif a::after {
        background-color: var(--culture); }
      .header ul.menu li.incontournable a::after {
        background-color: var(--incontournable); }
      .header ul.menu li.incontournable a:hover::after {
        background-color: var(--incontournable); }
      .header ul.menu li.incontournable.actif a::after {
        background-color: var(--incontournable); }
  @media (max-width: 991px) {
    .header {
      height: 638px; } }
  @media (max-width: 991px) and (max-width: 600px) {
    .header {
      height: 560px; } }
  @media (max-width: 991px) {
      .header .carousel-cell {
        background-position: top 80px center; } }
  .header .carousel {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1; }
    @media (max-width: 991px) {
      .header .carousel {
        top: 80px; } }
    .header .carousel .carousel-cell {
      width: 100%;
      height: 100%;
      margin-right: 0px !important;
      background-position: center center; }
      @media (max-width: 991px) {
        .header .carousel .carousel-cell {
          background-size: cover; } }
    .header .carousel .flickity-slider {
      margin-left: 0px !important; }
  .header .flickity-enabled.is-draggable .flickity-viewport {
    height: 100% !important; }
  @media (max-width: 1226px) {
    .header .container-fluid {
      display: none; } }
  .header .header-mobile {
    display: none; }
    @media (max-width: 1226px) {
      .header .header-mobile {
        display: block;
        height: 80px;
        line-height: 80px;
        background-color: white; }
        .header .header-mobile img {
          height: 60px;
          width: auto; } }
  @media (max-width: 1226px) and (max-width: 767px) {
    .header .header-mobile img {
      width: auto;
      height: 70px; } }
  @media (max-width: 1226px) and (max-width: 600px) {
    .header .header-mobile img {
      width: 100%;
      height: auto; } }
    @media (max-width: 1226px) {
        .header .header-mobile .burger {
          width: auto;
          height: auto;
          cursor: pointer; } }
  .header .title {
    margin: 0px;
    position: absolute;
    width: 100%;
    height: calc(100% - 100px); }
    @media (max-width: 1226px) {
      .header .title {
        height: calc(100% - 80px); } }
    .header .title .container, .header .title .row {
      height: 100%; }
    @media (max-width: 767px) {
      .header .title .col-lg-6 {
        height: 100%; } }
    .header .title img {
      margin-top: 0px; }
      @media (max-width: 991px) {
        .header .title img {
          margin-top: 0px; } }
    .header .title h1 {
      position: absolute;
      width: 100%;
      bottom: 80px; }
      @media (max-width: 991px) {
        .header .title h1 {
          bottom: 80px; } }
  .header .arrow {
    position: absolute;
    bottom: 30px;
    right: 40px;
    font-size: 80px;
    color: white; }
    @media (max-width: 991px) {
      .header .arrow {
        display: none; } }
  .header .logo {
    width: 490px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    background-color: white; }
    .header .logo img {
      width: 480px; }
    @media (max-width: 1226px) {
      .header .logo {
        display: none; } }
  .header h1 {
    font-size: 70px;
    font-weight: 400;
    font-family: 'interstate', sans-serif;
    text-transform: uppercase;
    line-height: 70px;
    margin: 0px;
    margin-top: 240px;
    font-family: 'interstate-compressed',sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white; }
    @media (max-width: 769px) {
      .header h1 {
        font-size: 55px;
        line-height: 53px;
        margin-top: 50px; } }

.vrai {
  display: flex;
  align-items: center; }
  @media (max-width: 575px) {
    .vrai {
      display: none; } }

.vrai img {
  width: 100%; }
  @media (min-width: 600px) and (max-width: 991px) {
    .vrai img {
      width: 75%; } }
  @media (max-width: 575px) {
    .vrai img {
      display: none; } }

/** SECTION NOS PARTENAIRES **/
.nos-partenaires.black {
  color: black !important; }
  .nos-partenaires.black .col-lg-4 img {
    margin-bottom: 10px !important;
    max-width: 350px;
    margin: 0 auto 10px; }
  .nos-partenaires.black p {
    font-size: 20px;
    line-height: 30px; }

.nos-partenaires .row:last-child {
  margin-top: 30px; }

.nos-partenaires img {
  width: 100%; }

@media (max-width: 991px) {
  .nos-partenaires .col-6 {
    margin-bottom: 20px; }
  .nos-partenaires img {
    width: 100%; }
  .nos-partenaires .row:last-child {
    margin-top: 0px; } }

/** SECTION OUTDOOR **/
.outdoor {
  background-image: url("../170/motif_gris_fonce.jpg");
  position: relative; }
  .outdoor h2 {
    color: white; }
  .outdoor .parent-fond {
    height: 450px;
    overflow: hidden; }
    .outdoor .parent-fond .child-fond {
      height: 100%;
      background-size: cover;
      background-position: center center;
      transition: all .5s; }
      .outdoor .parent-fond .child-fond:hover {
        transform: scale(1.1);
        transition: all .5s; }
    .outdoor .parent-fond a:hover i {
      color: black; }
    .outdoor .parent-fond .titre {
      position: absolute;
      font-weight: bold;
      font-size: 25px;
      color: white;
      top: 20px;
      left: 35px; }
    .outdoor .parent-fond i {
      font-size: 50px;
      color: white;
      position: absolute;
      right: 35px;
      bottom: 20px; }
    @media (max-width: 991px) {
      .outdoor .parent-fond {
        margin-bottom: 20px; }
        .outdoor .parent-fond i {
          bottom: 40px; } }

.fancybox-slide--video .fancybox-content {
  margin: 0 !important;
  max-width: 70%;
  width: 70%;
  padding-top: 56.2%;
  /* (9/16 * 100%) -- your aspect ratio in percents */
  height: 0 !important;
  /* don't go full width on wide screens */ }
  @media (max-width: 991px) {
    .fancybox-slide--video .fancybox-content {
      max-width: 100%;
      width: 100%; } }
  @media all and (min-width: 800px) {
    .fancybox-slide--video .fancybox-content {
      max-width: 70%;
      width: 70%;
      padding-top: 39.34%;
      /* (9/16 * 70%) -- smaller aspect ratio in percents */ } }
  .fancybox-slide--video .fancybox-content .fancybox-iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.logo-col6 {
  padding-left: 0px !important; }

.only-mobile {
  display: none; }
  @media (max-width: 600px) {
    .only-mobile {
      display: block;
      position: absolute;
      right: 20px;
      top: 20px;
      margin-left: 40%;
      width: 45%; } }

.only-mobile-play {
  display: none; }
  @media (max-width: 600px) {
    .only-mobile-play {
      display: block;
      position: absolute;
      left: 20px;
      bottom: 15px;
      margin-left: 0;
      width: 45%; }
      .only-mobile-play i {
        font-size: 54px; } }

/** SECTION INTRO **/
.intro {
  padding: 0px !important; }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    .intro i {
      margin-top: 40px !important; } }
  .intro h1 {
    margin-top: 95px;
    color: var(--famille);
    font-size: 70px;
    text-transform: uppercase;
    font-family: 'interstate-compressed',sans-serif;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .intro h1 {
        margin-bottom: 15px; } }
  .intro .button {
    margin-top: 10px;
    margin-bottom: 0px;
    color: black;
    background-color: var(--famille);
    font-weight: normal;
    font-size: 16px; }
    @media (max-width: 600px) {
      .intro .button {
        padding-left: 15px;
        font-size: 15px !important; }
        .intro .button::before {
          display: none; } }
    @media (max-width: 991px) {
      .intro .button {
        font-size: 16px; } }
    .intro .button::before {
      content: '\f309'; }
  .intro .bottom {
    position: absolute;
    bottom: 80px;
    width: calc( 100% - 30px) !important; }
    .intro .bottom .left {
      width: 100%; }
      @media (max-width: 575px) {
        .intro .bottom .left {
          float: left;
          width: 63%; } }
    .intro .bottom .right {
      display: none; }
      @media (max-width: 575px) {
        .intro .bottom .right {
          display: block;
          float: left;
          width: 37%;
          text-align: center; }
          .intro .bottom .right i {
            font-size: 54px;
            margin-top: 10px; } }
    @media (max-width: 575px) {
      .intro .bottom {
        bottom: 60px; } }
  @media (max-width: 600px) {
    .intro .vrai .text-center {
      width: 100%;
      margin-top: -100px; } }
  .intro .logo-vrai {
    width: 75%; }
  .intro i {
    display: block;
    color: var(--famille);
    font-size: 70px;
    margin-top: 20px; }
    @media (max-width: 600px) {
      .intro i {
        margin-top: 0px;
        display: inline-block; } }
    .intro i:hover {
      color: black; }
  .intro a {
    text-decoration: none; }
  .intro.nature h1 {
    color: var(--nature); }
  .intro.nature .button {
    background-color: var(--nature); }
  .intro.nature i {
    color: var(--nature); }
  .intro.culture h1 {
    color: var(--culture); }
  .intro.culture .button {
    background-color: var(--culture); }
  .intro.culture i {
    color: var(--culture); }
  .intro.incontournable h1 {
    color: var(--incontournable); }
  .intro.incontournable .button {
    background-color: var(--incontournable); }
  .intro.incontournable i {
    color: var(--incontournable); }
  .intro.sportifs h1 {
    color: var(--randonnee); }
  .intro.sportifs .button {
    background-color: var(--randonnee); }
  .intro.sportifs i {
    color: var(--randonnee); }

/** SECTION FORMULAIRE **/
.formulaire {
  height: 600px; }
  @media (max-width: 991px) {
    .formulaire {
      height: 300px; } }

/** CAROUSEL **/
.carousel {
  margin-right: -125px; }
  @media (max-width: 991px) {
    .carousel {
      margin-right: -15px; } }
  .carousel .flickity-button {
    display: none; }
  .carousel .carousel-cell {
    width: 37%;
    margin-right: 30px;
    counter-increment: carousel-cell; }
    @media (min-width: 991px) and (max-width: 768px) {
      .carousel .carousel-cell {
        width: 40%; }
        .carousel .carousel-cell .carousel-content-button .left {
          width: 57%; }
        .carousel .carousel-cell .carousel-content-button .right {
          width: 43%; } }
    @media (max-width: 767px) {
      .carousel .carousel-cell {
        width: 80%; } }
    .carousel .carousel-cell .carousel-count {
      color: #000;
      font-weight: bold;
      text-align: right; }
    .carousel .carousel-cell .carousel-image {
      position: relative;
      height: 200px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      .carousel .carousel-cell .carousel-image a {
        display: block;
        width: 100%;
        height: 100%; }
      .carousel .carousel-cell .carousel-image .carousel-image-info {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 35px;
        line-height: 35px;
        background-color: #4a4a49;
        color: white;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0px 15px 0px 35px; }
        .carousel .carousel-cell .carousel-image .carousel-image-info a {
          color: white;
          text-decoration: none; }
          .carousel .carousel-cell .carousel-image .carousel-image-info a:hover {
            text-decoration: underline; }
        .carousel .carousel-cell .carousel-image .carousel-image-info:before {
          position: absolute;
          left: 15px;
          content: "\f3c5";
          font-family: "Font Awesome 5 Pro";
          font-weight: 900; }
    .carousel .carousel-cell .carousel-content .carousel-content-title {
      font-size: 20px;
      color: #000;
      font-weight: bold;
      margin: 20px 0px; }
    .carousel .carousel-cell .carousel-content .carousel-content-text {
      margin-bottom: 30px; }
    .carousel .carousel-cell .carousel-content .carousel-content-button .left {
      display: block;
      float: left;
      width: 56%;
      height: 54px; }
    .carousel .carousel-cell .carousel-content .carousel-content-button .right {
      display: flex;
      float: left;
      width: 44%;
      text-align: center;
      align-items: center;
      height: 54px; }
    .carousel .carousel-cell .carousel-content .carousel-content-button::after {
      content: '';
      display: table;
      clear: both; }
    .carousel .carousel-cell .carousel-content .carousel-content-button span.apartirde {
      margin-left: 15px;
      font-weight: bold;
      font-size: 16px;
      color: black; }

.col-lg-12 h2 {
  margin-bottom: 30px; }

.title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: 20px 0px; }

.image {
  height: 240px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .image a {
    display: block;
    width: 100%;
    height: 100%; }

.bons-plans h2 {
  margin-top: 25px; }
  @media (max-width: 991px) {
    .bons-plans h2 {
      margin-top: 0px; } }

.text {
  margin-bottom: 30px; }

@media (max-width: 991px) {
  .manquer .col-lg-6:first-child {
    margin-bottom: 60px; } }

/** FOOTER **/
footer {
  padding: 80px 0px;
  border-top: 5px solid var(--border-top-footer); }
  @media (max-width: 991px) {
    footer {
      padding: 60px 0px; }
      footer .col-12:first-child {
        margin-bottom: 40px; }
      footer .text-right {
        text-align: left !important; } }
  footer a {
    font-weight: bold;
    color: var(--link-footer); }
    footer a:hover {
      color: var(--link-footer); }
  footer .telephone {
    color: var(--link-footer);
    font-weight: bold;
    text-decoration: underline; }
  footer .social {
    display: inline-block; }
    @media (max-width: 991px) {
      footer .social {
        margin-top: 15px; } }
    footer .social a {
      margin-right: 30px;
      color: var(--link-footer); }
      @media (max-width: 1024px) {
        footer .social a {
          margin-right: 15px; } }
      footer .social a:last-child {
        margin-right: 0px; }
      footer .social a:first-child {
        margin-left: 30px; }
        @media (max-width: 1024px) {
          footer .social a:first-child {
            margin-left: 0px; } }
    footer .social .fab {
      font-size: 30px;
      color: white;
      text-align: center;
      line-height: 48px;
      height: 48px;
      width: 48px;
      border-radius: 1000px !important;
      background-color: #4a4a49;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: color, background-color;
      transition-property: color, background-color; }
      @media (max-width: 1024px) {
        footer .social .fab {
          height: 38px;
          width: 38px;
          font-size: 20px;
          line-height: 38px; } }
      footer .social .fab:hover, footer .social .fab:focus, footer .social .fab:active {
        background-color: #000000 !important; }
  footer .langue {
    margin-top: 40px; }
    @media (max-width: 991px) {
      footer .langue .langue-link {
        margin-top: 10px;
        display: block; } }
    footer .langue a {
      margin-left: 25px;
      color: var(--link-footer); }
      @media (max-width: 991px) {
        footer .langue a {
          margin-left: 0px; }
          footer .langue a:last-child {
            margin-left: 15px; } }

.footer-copyright {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #666666;
  color: white; }
  @media (max-width: 991px) {
    .footer-copyright {
      height: auto;
      line-height: 24px;
      padding: 20px 0px;
      font-size: 16px; } }
  .footer-copyright a {
    color: white;
    text-decoration: underline; }
    .footer-copyright a:hover {
      text-decoration: none; }
      
      /* SJ Custom 
      
      .img-logo{
          margin-top : 10px !important;
          margin-left : 10px !important;
          height: 70px !important;
      }
      
      */
      
      
      .header a {
          text-decoration: none;
      }
      
      .player-btn{
          cursor: pointer;
      }
      
      /* GDRP */
/* line 1, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
#mainContent {
  /* 12.07.2018: POP-UPS GDRP */ }
  /* line 3, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
  .popup-container {
    position: absolute;
    overflow-x: hidden;
    top: 185px;
    right: 0;
    width: 275px;
    height: 400px; }
  /* line 11, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
  .popup {
    background: #1d1d1b;
    border-radius: 15px;
    color: #fff;
    position: absolute;
    z-index: 1071;
    padding: 25px 20px;
    width: 275px;
    line-height: 18px;
    text-align: left; }
    /* line 21, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .popup .btn {
      padding: 3px 10px !important;
      color: #000;
      background-color: #f0f0f0;
      font-size: inherit !important;
      font-family: LatoWebHeavy !important;
      margin-right: 20px; }
    /* line 28, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .popup a {
      color: #fff;
      text-decoration: underline;
      text-decoration-color: #ababaa;
      font-size: inherit;
      background: inherit; }
    /* line 36, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .popup.tail:before {
      position: absolute;
      content: '';
      border-top: 25px solid transparent;
      border-left: 55px solid #1d1d1b;
      border-bottom: 0px solid transparent;
      border-right: 0px solid transparent;
      width: 0; }
    /* line 46, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .popup.tail.tail-top:before {
      top: -25px;
      left: 40px;
      -webkit-transform: rotate(-55deg);
      -moz-transform: rotate(-55deg);
      -ms-transform: rotate(-55deg);
      -o-transform: rotate(-55deg);
      transform: rotate(-55deg); }
    /* line 53, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .popup.tail.tail-bottom:before {
      bottom: -25px;
      left: 15px;
      -webkit-transform: rotate(125deg);
      -moz-transform: rotate(125deg);
      -ms-transform: rotate(125deg);
      -o-transform: rotate(125deg);
      transform: rotate(125deg); }
    /* line 60, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .popup.from-right {
      position: fixed;
      top: 185px;
      right: -300px;
      z-index: 200;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      animation: right-0 1s forwards;
      animation-delay: 1s; }
    .popup a {
        display: inline-block;
        margin-top: 10px;
    }
    .popup a:hover {
        color: #fff;
    }

@keyframes right-0 {
  100% {
    right: 0; } }
    /* line 73, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .popup.favorites {
      opacity: 0;
      left: -5000px;
      transition: opacity ease 1s; }
      /* line 78, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
      .popup.favorites.tail-bottom:before {
        bottom: -15px;
        left: 30px;
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg); }
  /* line 86, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
  .popbanner {
    background: #1d1d1b;
    color: #fff;
    position: fixed;
    z-index: 200;
    padding: 25px 20px;
    width: 100%;
    font-size: 1.3em;
    line-height: 1.3em;
    text-align: left; }
    /* line 96, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .popbanner .btn {
      display: block;
      width: 100%;
      padding: 3px 10px;
      color: #000;
      font-size: inherit;
      background-color: #f0f0f0;
      font-family: LatoWebHeavy;
      margin-top: 20px; }
    /* line 105, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .popbanner a {
      font-size: 0.8em;
      color: #fff;
      text-decoration: underline;
      text-decoration-color: #ababaa; }
    /* line 111, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .popbanner.bottom {
      bottom: 0;
      left: 0; }
  /* line 116, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
  .gdrp-checkbox {
    /*display: none;*/ }
    /* line 118, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .gdrp-checkbox label.cb-gdrp {
      margin-top: 15px; }
    /* line 121, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .gdrp-checkbox a {
      display: block;
      margin-left: 16px;
      text-decoration: underline;
      text-decoration-color: #ababaa; }
  /* line 129, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
  .gdrp.conditions {
    background: #000;
    color: #fff;
    padding: 35px 0;
    font-size: 1.2em;
    text-align: center;
    border-radius: 10px; }
    /* line 136, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .gdrp.conditions .btn-small {
      padding: 3px 10px; }
    /* line 139, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .gdrp.conditions a {
      color: #fff;
      font-size: 15px;
      text-decoration: underline;
      text-decoration-color: #ababaa;
      margin-left: 16px; }
    /* line 146, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .gdrp.conditions.full {
      border-radius: 0; }
  /* line 151, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
  .gdrp.modal .modal-content {
    background: #1d1d1b;
    color: #fff; }
    /* line 154, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
    .gdrp.modal .modal-content .modal-body {
      padding: 30px 30px;
      font-size: 1.2em; }
      /* line 157, C:/xampp/htdocs/fribourg-region/_gdrp.scss */
      .gdrp.modal .modal-content .modal-body .btn-small {
        padding: 5px 30px; }