/*
*
*
* Colors
*
*/
/*
*
*
* Fonts
*
*/
/*
*
*
* Animations
*
*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein-hero {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein-hero {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein-hero {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein-hero {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein-hero {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#front-hero {
  background: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 0;
  height: 75vh;
  margin-bottom: 0;
  position: relative;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#front-hero.gradient-orange {
  background-color: #f8813f;
  background: -webkit-linear-gradient(45deg, #f8813f, #ffd253);
  background: -moz-linear-gradient(45deg, #f8813f, #ffd253);
  background: -ms-linear-gradient(45deg, #f8813f, #ffd253);
  background: -o-linear-gradient(45deg, #f8813f, #ffd253);
}
#front-hero.gradient-green {
  background-color: #009f3c;
  background: -webkit-linear-gradient(45deg, #009f3c, #00ef92);
  background: -moz-linear-gradient(45deg, #009f3c, #00ef92);
  background: -ms-linear-gradient(45deg, #009f3c, #00ef92);
  background: -o-linear-gradient(45deg, #009f3c, #00ef92);
}
#front-hero.gradient-red {
  background-color: #d80076;
  background: -webkit-linear-gradient(45deg, #d80076, #ff4667);
  background: -moz-linear-gradient(45deg, #d80076, #ff4667);
  background: -ms-linear-gradient(45deg, #d80076, #ff4667);
  background: -o-linear-gradient(45deg, #d80076, #ff4667);
}
#front-hero.gradient-blue {
  background-color: #0886ef;
  background: -webkit-linear-gradient(45deg, #0886ef, #27bfcb);
  background: -moz-linear-gradient(45deg, #0886ef, #27bfcb);
  background: -ms-linear-gradient(45deg, #0886ef, #27bfcb);
  background: -o-linear-gradient(45deg, #0886ef, #27bfcb);
}
#front-hero.gradient-violet {
  background-color: #9102c1;
  background: -webkit-linear-gradient(45deg, #9102c1, #7866ff);
  background: -moz-linear-gradient(45deg, #9102c1, #7866ff);
  background: -ms-linear-gradient(45deg, #9102c1, #7866ff);
  background: -o-linear-gradient(45deg, #9102c1, #7866ff);
}
#front-hero.gradient-yellow {
  background-color: #fb9500;
  background: -webkit-linear-gradient(45deg, #fb9500, #ffd607);
  background: -moz-linear-gradient(45deg, #fb9500, #ffd607);
  background: -ms-linear-gradient(45deg, #fb9500, #ffd607);
  background: -o-linear-gradient(45deg, #fb9500, #ffd607);
}
@media screen and (max-width: 40rem) {
  #front-hero {
    background-position: 30% 20% !important;
  }
}
#front-hero .ibg-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
}
#front-hero .banner {
  z-index: 10;
  padding: 8rem 0;
  text-align: center;
}
#front-hero .banner img {
  max-width: 60%;
}
@media screen and (max-width: 40rem) {
  #front-hero .banner img {
    max-width: 100%;
  }
}
#front-hero .title-hero {
  -webkit-animation: fadein-hero 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein-hero 1s;
  /* Firefox < 16 */
  -ms-animation: fadein-hero 1s;
  /* Internet Explorer */
  -o-animation: fadein-hero 1s;
  /* Opera < 12.1 */
  animation: fadein-hero 1s;
}
.horaires {
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 40rem) {
  .horaires {
    padding: 20px 0;
  }
}
.horaires h3 {
  margin-bottom: 0;
}
.news {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 40rem) {
  .news {
    margin: 0 0 30px 0;
  }
}
.news .owl-nav {
  font-size: 60px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.news .owl-nav .owl-prev {
  position: absolute;
  top: 25%;
  left: 18%;
}
.news .owl-nav .owl-next {
  position: absolute;
  top: 25%;
  right: 20%;
}
.owl-controls {
  text-align: center;
  padding: 20px 0;
  /* If PaginationNumbers is true */
}
.owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-controls .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-controls .owl-dot.active span,
.owl-controls .owl-dot:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
.owl-controls .owl-dot span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.moods {
  padding: 60px 0 80px 0;
  text-align: center;
}
@media screen and (max-width: 40rem) {
  .moods {
    padding: 30px 0 40px 0;
  }
}
.moods .moods-box {
  margin: 60px 0;
}
.moods .filter-celine {
  width: 140px !important;
}
.moods .filter-charlotte {
  width: 140px !important;
}
.moods .filter-meganne {
  width: 140px !important;
}
.moods .filter-stephane {
  width: 140px !important;
}
.moods .circle {
  display: inline-block;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  background: white;
  border: 1px solid black;
  color: black;
  font-size: 20px;
  line-height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}
.moods .circle:hover,
.moods .circle.active {
  background: black;
  border: 1px solid white;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}
.moods #getOtherMoods i {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
.moods #getOtherMoods i:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.elem:hover {
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
#item-moodboard {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#item-moodboard li {
  list-style-type: none;
}
#item-moodboard .item-sizer,
#item-moodboard .item-mood {
  width: 33.33%;
}
@media screen and (max-width: 40rem) {
  #item-moodboard .item-sizer,
  #item-moodboard .item-mood {
    width: 50%;
  }
}
#item-moodboard .item-mood {
  position: relative;
  cursor: pointer;
  float: left;
  margin: 0;
}
#item-moodboard .item-mood .item:hover > .item-mood-hidden {
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}
#item-moodboard .item-mood.width-half {
  width: 33.33%;
}
@media screen and (max-width: 40rem) {
  #item-moodboard .item-mood.width-half {
    width: 50%;
  }
}
#item-moodboard .item-mood.width-full {
  width: 33.33%;
}
@media screen and (max-width: 40rem) {
  #item-moodboard .item-mood.width-full {
    width: 50%;
  }
}
#item-moodboard .item-mood-hidden {
  text-align: center;
  padding: 30px;
  opacity: 0;
  z-index: 10;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(221, 221, 221, 0.9);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}
@media screen and (max-width: 40rem) {
  #item-moodboard .item-mood-hidden {
    padding: 5px;
  }
}
#item-moodboard .item-mood-hidden p {
  margin-top: 5px;
  margin-bottom: 0;
}
#item-moodboard .item-mood-hidden h3 {
  line-height: 33px;
  margin-bottom: 0;
  padding-top: 0;
}
#item-moodboard img {
  display: inline-block !important;
  width: 100%;
}
@media screen and (max-width: 40rem) {
  body.page-template-template-carnet #featured-hero {
    margin-bottom: 0;
    background-position: 65% 50%;
    height: 300px;
  }
}
#featured-hero {
  height: 400px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 60px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media screen and (max-width: 40rem) {
  #featured-hero {
    margin-bottom: 0;
    background-position: 50% 50%;
    height: 300px;
  }
}
#featured-hero .entry-title {
  color: white;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: skewX(-7deg) rotate(-7deg);
  -moz-transform: skewX(-7deg) rotate(-7deg);
  -ms-transform: skewX(-7deg) rotate(-7deg);
  -o-transform: skewX(-7deg) rotate(-7deg);
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}
#featured-hero.no-gradient {
  background-color: #000000;
  background: -webkit-linear-gradient(45deg, #000000, #333333);
  background: -moz-linear-gradient(45deg, #000000, #333333);
  background: -ms-linear-gradient(45deg, #000000, #333333);
  background: -o-linear-gradient(45deg, #000000, #333333);
}
#featured-hero.no-gradient .entry-title {
  text-shadow: 0 5px 15px rgba(255, 255, 255, 0.25);
}
#featured-hero.gradient-orange {
  background-color: #f8813f;
  background: -webkit-linear-gradient(45deg, #f8813f, #ffd253);
  background: -moz-linear-gradient(45deg, #f8813f, #ffd253);
  background: -ms-linear-gradient(45deg, #f8813f, #ffd253);
  background: -o-linear-gradient(45deg, #f8813f, #ffd253);
}
#featured-hero.gradient-green {
  background-color: #009f3c;
  background: -webkit-linear-gradient(45deg, #009f3c, #00ef92);
  background: -moz-linear-gradient(45deg, #009f3c, #00ef92);
  background: -ms-linear-gradient(45deg, #009f3c, #00ef92);
  background: -o-linear-gradient(45deg, #009f3c, #00ef92);
}
#featured-hero.gradient-red {
  background-color: #d80076;
  background: -webkit-linear-gradient(45deg, #d80076, #ff4667);
  background: -moz-linear-gradient(45deg, #d80076, #ff4667);
  background: -ms-linear-gradient(45deg, #d80076, #ff4667);
  background: -o-linear-gradient(45deg, #d80076, #ff4667);
}
#featured-hero.gradient-blue {
  background-color: #0886ef;
  background: -webkit-linear-gradient(45deg, #0886ef, #27bfcb);
  background: -moz-linear-gradient(45deg, #0886ef, #27bfcb);
  background: -ms-linear-gradient(45deg, #0886ef, #27bfcb);
  background: -o-linear-gradient(45deg, #0886ef, #27bfcb);
}
#featured-hero.gradient-violet {
  background-color: #9102c1;
  background: -webkit-linear-gradient(45deg, #9102c1, #7866ff);
  background: -moz-linear-gradient(45deg, #9102c1, #7866ff);
  background: -ms-linear-gradient(45deg, #9102c1, #7866ff);
  background: -o-linear-gradient(45deg, #9102c1, #7866ff);
}
#featured-hero.gradient-yellow {
  background-color: #fb9500;
  background: -webkit-linear-gradient(45deg, #fb9500, #ffd607);
  background: -moz-linear-gradient(45deg, #fb9500, #ffd607);
  background: -ms-linear-gradient(45deg, #fb9500, #ffd607);
  background: -o-linear-gradient(45deg, #fb9500, #ffd607);
}
@media screen and (max-width: 40rem) {
  #page,
  #single-post {
    margin-top: 30px;
  }
}
#horaire-centre {
  margin-bottom: 30px;
  margin-left: 0;
  padding: 0;
}
#horaire-centre li {
  margin: 0;
  list-style-type: none;
  width: calc(50%);
  margin-bottom: 5px;
  text-align: center;
  float: left;
  padding: 7px 5px 5px 5px;
  padding-top: 0;
}
#horaire-centre li .title {
  text-transform: uppercase;
  padding: 3px 0;
  font-size: 14px;
  background: black;
  color: white;
  margin-bottom: 5px;
}
@media screen and (max-width: 40rem) {
  #horaire-centre li {
    width: 50%;
  }
}
#horaire-centre li .day {
  border: 1px solid black;
}
#horaire-centre li .hours {
  padding: 20px 0;
  font-size: 20px;
}
#horaire-centre li .fa {
  margin-left: 5px;
}
#horaire-centre li.active .day {
  background-color: #009f3c;
  background: -webkit-linear-gradient(45deg, #009f3c, #00ef92);
  background: -moz-linear-gradient(45deg, #009f3c, #00ef92);
  background: -ms-linear-gradient(45deg, #009f3c, #00ef92);
  background: -o-linear-gradient(45deg, #009f3c, #00ef92);
  color: white;
}
#horaire-centre li span {
  display: block;
  font-family: 'galano_grotesque_heavy-webfont' !important;
}
strong {
  text-transform: uppercase;
  font-family: 'galano_grotesque_heavy-webfont' !important;
}
#services-centre {
  margin: 30px 0;
}
#services-centre .tabs {
  background: transparent;
  border: none;
}
#services-centre .tabs-content {
  background: transparent;
  border: none;
}
#services-centre .column {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
#services-centre .column .service-image {
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #000000;
  background: -webkit-linear-gradient(45deg, #000000, #333333);
  background: -moz-linear-gradient(45deg, #000000, #333333);
  background: -ms-linear-gradient(45deg, #000000, #333333);
  background: -o-linear-gradient(45deg, #000000, #333333);
  text-align: center;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#services-centre .column .service-image:hover {
  background-color: #fb9500;
  background: -webkit-linear-gradient(45deg, #fb9500, #ffd607);
  background: -moz-linear-gradient(45deg, #fb9500, #ffd607);
  background: -ms-linear-gradient(45deg, #fb9500, #ffd607);
  background: -o-linear-gradient(45deg, #fb9500, #ffd607);
  cursor: pointer;
}
#services-centre .column.is-active .service-image {
  background-color: #fb9500;
  background: -webkit-linear-gradient(45deg, #fb9500, #ffd607);
  background: -moz-linear-gradient(45deg, #fb9500, #ffd607);
  background: -ms-linear-gradient(45deg, #fb9500, #ffd607);
  background: -o-linear-gradient(45deg, #fb9500, #ffd607);
  cursor: pointer;
}
.button.link a {
  color: white !important;
}
.container {
  margin-top: 100px;
}
@media screen and (max-width: 40rem) {
  .container {
    margin-top: 70px;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: black;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  padding: 10px 0;
}
#masthead .title-bar-title {
  padding-top: 15px;
}
@media screen and (max-width: 40rem) {
  #masthead .title-bar-title {
    text-align: center;
    padding: 10px 0;
  }
}
#masthead.stick {
  background: black;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#masthead .top-bar .menu a {
  height: inherit;
}
#masthead #site-navigation {
  background: transparent;
}
@media screen and (max-width: 40rem) {
  #masthead #site-navigation {
    display: none;
  }
}
#masthead #site-navigation #menu-main-nav,
#masthead #site-navigation #menu-main-nav-all {
  background: transparent;
}
#masthead #site-navigation #menu-main-nav li,
#masthead #site-navigation #menu-main-nav-all li {
  border: none;
}
#masthead #site-navigation #menu-main-nav li.arena a:hover,
#masthead #site-navigation #menu-main-nav-all li.arena a:hover {
  color: #d40074 !important;
}
#masthead #site-navigation #menu-main-nav li.le-carnet .dropdown a,
#masthead #site-navigation #menu-main-nav-all li.le-carnet .dropdown a {
  border: none;
}
#masthead #site-navigation #menu-main-nav li.le-carnet a,
#masthead #site-navigation #menu-main-nav-all li.le-carnet a {
  border: 1px solid white;
}
#masthead #site-navigation #menu-main-nav li a,
#masthead #site-navigation #menu-main-nav-all li a {
  margin-right: 0.5rem !important;
  padding: 1rem 1.5rem 1rem 0.9rem !important;
  text-transform: uppercase;
  color: white !important;
  background: transparent;
  font-weight: normal;
  font-size: 1.1rem;
  font-family: 'galano_grotesque_bold-webfont' !important;
}
#masthead #site-navigation #menu-main-nav li a:after,
#masthead #site-navigation #menu-main-nav-all li a:after {
  margin-right: 5px;
}
#masthead #site-navigation #menu-main-nav li a:hover,
#masthead #site-navigation #menu-main-nav-all li a:hover {
  color: grey !important;
}
#masthead #site-navigation #menu-main-nav li a:hover:after,
#masthead #site-navigation #menu-main-nav-all li a:hover:after {
  border-color: grey transparent transparent !important;
}
#masthead #site-navigation #menu-main-nav li.is-dropdown-submenu-parent.is-down-arrow > a::after,
#masthead #site-navigation #menu-main-nav-all li.is-dropdown-submenu-parent.is-down-arrow > a::after {
  border-color: #fff transparent transparent;
  top: 20px;
  right: 0px;
}
#masthead #site-navigation #menu-main-nav li ul.submenu,
#masthead #site-navigation #menu-main-nav-all li ul.submenu {
  padding-top: 10px;
}
#masthead #site-navigation #menu-main-nav li ul.submenu a,
#masthead #site-navigation #menu-main-nav-all li ul.submenu a {
  font-family: 'galano_grotesque_medium-webfont' !important;
}
#masthead #social-top-navigation {
  height: inherit;
  font-family: 'galano_grotesque_medium-webfont' !important;
  text-transform: uppercase;
  padding-right: 1rem;
}
@media screen and (max-width: 40rem) {
  #masthead #social-top-navigation {
    display: none;
  }
}
#masthead #social-top-navigation ul {
  border: none;
  text-align: right;
  background-color: transparent !important;
}
#masthead #social-top-navigation ul li {
  float: inherit;
  display: inline-block;
  padding: 3px !important;
  border: none;
}
#masthead #social-top-navigation ul li.contact a {
  background: white;
  color: black !important;
  margin-right: 10px;
}
#masthead #social-top-navigation ul li.contact a:hover {
  background: #000;
  color: white !important;
}
#masthead #social-top-navigation ul li.contact i {
  margin-right: 0;
  vertical-align: inherit;
}
#masthead #social-top-navigation ul li.instagram a {
  background: white;
  color: black !important;
  margin-right: 10px;
}
#masthead #social-top-navigation ul li.instagram a:hover {
  color: white !important;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
#masthead #social-top-navigation ul li.instagram i {
  margin-right: 0;
  vertical-align: inherit;
}
#masthead #social-top-navigation ul li.facebook a {
  background: white;
  color: black !important;
  margin-right: 10px;
}
#masthead #social-top-navigation ul li.facebook a:hover {
  background: #3B5998;
  color: white !important;
}
#masthead #social-top-navigation ul li.facebook i {
  margin-right: 0;
  vertical-align: inherit;
}
#masthead #social-top-navigation ul li:last-child {
  padding-right: 0px !important;
}
#masthead #social-top-navigation ul li.menu-item-language-current a {
  border: white 1px solid;
  background: white;
  color: black !important;
}
#masthead #social-top-navigation ul li.menu-item-language-current a:hover {
  border: white 1px solid;
  color: white !important;
  background: black;
}
#masthead #social-top-navigation ul li a {
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  padding: 0;
  margin: 0;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: white 1px solid;
  color: white !important;
  background: transparent;
}
#masthead #social-top-navigation ul li a:hover,
#masthead #social-top-navigation ul li a.lang_sel_sel {
  border: white 1px solid;
  background: white;
  color: black !important;
}
#promotions .promotion {
  margin: 0 0 40px 0;
}
#promotions .promotion .date {
  font-family: 'galano_grotesque_bold-webfont';
}
#promotions .promotion .promo-title {
  margin-bottom: 0;
}
#promotions .promotion .logo-enseigne {
  text-align: center;
}
#filtres {
  margin: 0 0 30px 0;
}
#filtres li {
  cursor: pointer;
  padding: 4px 8px;
  list-style-type: none;
  margin: 5px 0;
  font-size: 16px;
  background: white;
  color: black;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
@media screen and (max-width: 40em) {
  #filtres li {
    display: block;
  }
}
#filtres li:hover,
#filtres li.active {
  background: black;
  color: white;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  position: relative;
}
#FilterSelect {
  margin: 0;
  width: 100%;
}
#enseignes .item-enseigne {
  padding: 0;
  margin: 0;
}
#enseignes .item-enseigne img:focus {
  outline: 0 !important;
}
#enseignes .item-enseigne.mix {
  clear: none;
  display: none;
}
#enseignes .item-enseigne span {
  display: block;
}
#enseignes .item-enseigne .plan-etage {
  text-align: center;
}
#enseignes .reveal {
  padding: 20px;
}
#enseignes .reveal .logo {
  text-align: center;
}
#enseignes .reveal h3,
#enseignes .reveal h4 {
  padding: 0;
}
#enseignes .reveal h4 {
  padding-bottom: 10px;
}
#enseignes .reveal h4 span {
  display: inline;
}
#enseignes .reveal a {
  color: black !important;
}
#enseignes .reveal a:hover {
  color: white;
}
#enseignes .reveal .meta-entry a {
  display: block;
}
#enseignes .reveal .shop-content {
  text-align: left;
}
#enseignes .reveal .shop-categories {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
#enseignes .reveal .shop-categories li {
  display: inline-block;
  font-size: 12px;
  margin: 2px;
  background: black;
  padding: 5px 8px;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#carousel-enseignes {
  background: white;
}
#carousel-enseignes div.carousel-item {
  padding: 30px;
}
#carousel-enseignes .owl-controls {
  display: none;
}
.sidebar {
  margin-top: 0;
}
.sidebar article ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.sidebar article h6 {
  background: black;
  color: white;
  position: relative;
  padding: 7px;
  text-align: center;
}
.sidebar article.widget_simpleimage h6 {
  margin: 0;
}
.sidebar #promo-sidebar-carousel .owl-controls {
  padding: 5px 0;
}
.sidebar #promo-sidebar-carousel li {
  text-align: center;
}
.sidebar #promo-sidebar-carousel li h4 {
  padding-top: 0 !important;
}
.sidebar #promo-sidebar-carousel li .promo-sidebar-logo-enseigne {
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 0;
}
/* #BIG MENU
================================================== */
.mobile-menu {
  display: none;
}
@media screen and (max-width: 40rem) {
  .mobile-menu {
    display: block;
  }
}
#trigger-overlay {
  position: fixed;
  top: 42px;
  right: 60px;
  z-index: 902;
}
#trigger-overlay span,
#trigger-overlay span:before,
#trigger-overlay span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 30px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
#trigger-overlay.active span,
#trigger-overlay.active span:before,
#trigger-overlay.active span:after {
  background: white;
}
#trigger-overlay span:before {
  top: -10px;
}
#trigger-overlay span:after {
  bottom: -10px;
}
#trigger-overlay span,
#trigger-overlay span:before,
#trigger-overlay span:after {
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  -o-transition: all 500ms linear;
}
#trigger-overlay.active span {
  background-color: transparent;
}
#trigger-overlay.active span:before,
#trigger-overlay.active span:after {
  top: 0;
}
#trigger-overlay.active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#trigger-overlay.active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
}
/* Overlay closing cross */
.overlay .overlay-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/images/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul li ul.sub-menu a {
  font-size: 20px;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul .sub-menu {
  display: none;
}
.overlay ul li {
  display: block;
}
.overlay ul li span {
  cursor: pointer;
  padding: 5px 0;
}
.overlay ul li a,
.overlay ul li span {
  display: block;
  color: #fff !important;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 30px;
  padding-bottom: 20px;
  line-height: 10px;
}
.overlay ul li .submenu a {
  font-size: 15px;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #666 !important;
}
/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 100;
}
.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
}
.overlay-hugeinc nav ul {
  opacity: 0.8;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  -moz-transform: translateY(-25%) rotateX(35deg);
  -ms-transform: translateY(-25%) rotateX(35deg);
  -o-transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  -moz-transform: translateY(25%) rotateX(-35deg);
  -ms-transform: translateY(25%) rotateX(-35deg);
  -o-transform: translateY(25%) rotateX(-35deg);
}
.overlay #menu-social-network-1,
.overlay #menu-social-network-all-1 {
  margin-top: 20px;
  border-top: 1px solid white;
}
.overlay #menu-social-network-1 li,
.overlay #menu-social-network-all-1 li {
  display: inline-block;
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
.overlay .is-accordion-submenu-parent > a::after {
  display: none !important;
}
body.page-template-template-les-bons #featured-hero.no-gradient {
  background: #d1cac7 !important;
}
@media screen and (max-width: 40rem) {
  body.page-template-template-les-bons #featured-hero {
    background-position: 60% 50% !important;
  }
}
.other-links-bons {
  margin-top: 40px;
  display: block;
}
.other-links-bons a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  border: 1px solid black;
}
@media screen and (max-width: 40rem) {
  .other-links-bons a {
    margin-top: 20px;
  }
}
.other-links-bons a:hover {
  background-color: #000000;
  background: -webkit-linear-gradient(45deg, #000000, #333333);
  background: -moz-linear-gradient(45deg, #000000, #333333);
  background: -ms-linear-gradient(45deg, #000000, #333333);
  background: -o-linear-gradient(45deg, #000000, #333333);
  color: white !important;
}
body.page-template-template-carnet #featured-hero.no-gradient {
  background: #d1cac7 !important;
}
body.page-template-template-carnet #featured-hero h1.entry-title {
  top: 40%;
  max-width: 400px;
  height: 152px;
  background: url('https://fribourg-centre.com/wp-content/uploads/2020/10/Header_Carnet_automne19_Titre.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
@media screen and (max-width: 40rem) {
  body.page-template-template-carnet #featured-hero h1.entry-title {
    max-width: 300px;
    height: 114px;
  }
}
body.page-template-template-carnet .les-articles-du-carnet {
  margin-top: 80px;
}
body.page-template-template-carnet .les-articles-du-carnet > div {
  cursor: pointer;
}
#filtres-bons {
  margin: 0 0 30px 0;
  text-align: center;
}
#filtres-bons li {
  cursor: pointer;
  padding: 4px 8px;
  list-style-type: none;
  margin: 5px 8px;
  font-size: 16px;
  background: white;
  color: black;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  border: 1px solid black;
}
#filtres-bons li[data-filter=".mode-sport-bijoux-et-accessoires"]:hover,
#filtres-bons li[data-filter=".mode-sport-bijoux-et-accessoires"].active {
  color: black;
  background: -webkit-linear-gradient(10deg, #fcf7fa 10%, #f5b4d2 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(10deg, #fcf7fa 10%, #f5b4d2 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(10deg, #fcf7fa 10%, #f5b4d2 90%);
  /* IE10 */
  background: -o-linear-gradient(10deg, #fcf7fa 10%, #f5b4d2 90%);
  /* Opera 11.10+ */
  background: linear-gradient(10deg, #fcf7fa 10%, #f5b4d2 90%);
  /* W3C */
}
#filtres-bons li[data-filter=".bien-etre-et-coiffure"]:hover,
#filtres-bons li[data-filter=".bien-etre-et-coiffure"].active {
  color: black;
  background: -webkit-linear-gradient(10deg, #f1f6e7 10%, #bfd78b 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(10deg, #f1f6e7 10%, #bfd78b 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(10deg, #f1f6e7 10%, #bfd78b 90%);
  /* IE10 */
  background: -o-linear-gradient(10deg, #f1f6e7 10%, #bfd78b 90%);
  /* Opera 11.10+ */
  background: linear-gradient(10deg, #f1f6e7 10%, #bfd78b 90%);
  /* W3C */
}
#filtres-bons li[data-filter=".information-divertissements-et-services"]:hover,
#filtres-bons li[data-filter=".information-divertissements-et-services"].active {
  color: black;
  background: -webkit-linear-gradient(10deg, #f3eff7 10%, #c7b8db 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(10deg, #f3eff7 10%, #c7b8db 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(10deg, #f3eff7 10%, #c7b8db 90%);
  /* IE10 */
  background: -o-linear-gradient(10deg, #f3eff7 10%, #c7b8db 90%);
  /* Opera 11.10+ */
  background: linear-gradient(10deg, #f3eff7 10%, #c7b8db 90%);
  /* W3C */
}
#filtres-bons li[data-filter=".alimentation-et-restauration"]:hover,
#filtres-bons li[data-filter=".alimentation-et-restauration"].active {
  color: black;
  background: -webkit-linear-gradient(10deg, #fcf6eb 10%, #fac173 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(10deg, #fcf6eb 10%, #fac173 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(10deg, #fcf6eb 10%, #fac173 90%);
  /* IE10 */
  background: -o-linear-gradient(10deg, #fcf6eb 10%, #fac173 90%);
  /* Opera 11.10+ */
  background: linear-gradient(10deg, #fcf6eb 10%, #fac173 90%);
  /* W3C */
}
#filtres-bons li[data-filter=".electronique-et-telephonie"]:hover,
#filtres-bons li[data-filter=".electronique-et-telephonie"].active {
  color: black;
  background: -webkit-linear-gradient(10deg, #eef6f8 10%, #8fd0dc 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(10deg, #eef6f8 10%, #8fd0dc 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(10deg, #eef6f8 10%, #8fd0dc 90%);
  /* IE10 */
  background: -o-linear-gradient(10deg, #eef6f8 10%, #8fd0dc 90%);
  /* Opera 11.10+ */
  background: linear-gradient(10deg, #eef6f8 10%, #8fd0dc 90%);
  /* W3C */
}
#filtres-bons li:hover,
#filtres-bons li.active {
  background: black;
  color: white;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  position: relative;
}
#bons {
  overflow: hidden;
}
#bons h4 {
  text-align: center;
}
#bons .item-bon {
  text-align: center;
  margin: 10px 0;
}
#bons .item-bon.mix {
  display: none;
  clear: none;
}
#bons .item-bon.mode-sport-bijoux-et-accessoires .item-bon-image {
  background: -webkit-linear-gradient(10deg, #fcf7fa 10%, #f5b4d2 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(10deg, #fcf7fa 10%, #f5b4d2 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(10deg, #fcf7fa 10%, #f5b4d2 90%);
  /* IE10 */
  background: -o-linear-gradient(10deg, #fcf7fa 10%, #f5b4d2 90%);
  /* Opera 11.10+ */
  background: linear-gradient(10deg, #fcf7fa 10%, #f5b4d2 90%);
  /* W3C */
}
#bons .item-bon.bien-etre-et-coiffure .item-bon-image {
  background: -webkit-linear-gradient(10deg, #f1f6e7 10%, #bfd78b 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(10deg, #f1f6e7 10%, #bfd78b 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(10deg, #f1f6e7 10%, #bfd78b 90%);
  /* IE10 */
  background: -o-linear-gradient(10deg, #f1f6e7 10%, #bfd78b 90%);
  /* Opera 11.10+ */
  background: linear-gradient(10deg, #f1f6e7 10%, #bfd78b 90%);
  /* W3C */
}
#bons .item-bon.information-divertissements-et-services .item-bon-image {
  background: -webkit-linear-gradient(10deg, #f3eff7 10%, #c7b8db 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(10deg, #f3eff7 10%, #c7b8db 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(10deg, #f3eff7 10%, #c7b8db 90%);
  /* IE10 */
  background: -o-linear-gradient(10deg, #f3eff7 10%, #c7b8db 90%);
  /* Opera 11.10+ */
  background: linear-gradient(10deg, #f3eff7 10%, #c7b8db 90%);
  /* W3C */
}
#bons .item-bon.alimentation-et-restauration .item-bon-image {
  background: -webkit-linear-gradient(10deg, #fcf6eb 10%, #fac173 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(10deg, #fcf6eb 10%, #fac173 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(10deg, #fcf6eb 10%, #fac173 90%);
  /* IE10 */
  background: -o-linear-gradient(10deg, #fcf6eb 10%, #fac173 90%);
  /* Opera 11.10+ */
  background: linear-gradient(10deg, #fcf6eb 10%, #fac173 90%);
  /* W3C */
}
#bons .item-bon.electronique-et-telephonie .item-bon-image {
  background: -webkit-linear-gradient(10deg, #eef6f8 10%, #8fd0dc 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(10deg, #eef6f8 10%, #8fd0dc 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(10deg, #eef6f8 10%, #8fd0dc 90%);
  /* IE10 */
  background: -o-linear-gradient(10deg, #eef6f8 10%, #8fd0dc 90%);
  /* Opera 11.10+ */
  background: linear-gradient(10deg, #eef6f8 10%, #8fd0dc 90%);
  /* W3C */
}
#bons .item-bon.old-gradient.mode-sport-bijoux-et-accessoires .item-bon-image {
  background: -webkit-linear-gradient(90deg, #f5b4d2 10%, #fcf7fa 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(90deg, #f5b4d2 10%, #fcf7fa 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(90deg, #f5b4d2 10%, #fcf7fa 90%);
  /* IE10 */
  background: -o-linear-gradient(90deg, #f5b4d2 10%, #fcf7fa 90%);
  /* Opera 11.10+ */
  background: linear-gradient(90deg, #f5b4d2 10%, #fcf7fa 90%);
  /* W3C */
}
#bons .item-bon.old-gradient.bien-etre-et-coiffure .item-bon-image {
  background: -webkit-linear-gradient(90deg, #00ef92 10%, #009f3c 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(90deg, #00ef92 10%, #009f3c 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(90deg, #00ef92 10%, #009f3c 90%);
  /* IE10 */
  background: -o-linear-gradient(90deg, #00ef92 10%, #009f3c 90%);
  /* Opera 11.10+ */
  background: linear-gradient(90deg, #00ef92 10%, #009f3c 90%);
  /* W3C */
}
#bons .item-bon.old-gradient.information-divertissements-et-services .item-bon-image {
  background: -webkit-linear-gradient(90deg, #7866ff 10%, #9102c1 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(90deg, #7866ff 10%, #9102c1 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(90deg, #7866ff 10%, #9102c1 90%);
  /* IE10 */
  background: -o-linear-gradient(90deg, #7866ff 10%, #9102c1 90%);
  /* Opera 11.10+ */
  background: linear-gradient(90deg, #7866ff 10%, #9102c1 90%);
  /* W3C */
}
#bons .item-bon.old-gradient.alimentation-et-restauration .item-bon-image {
  background: -webkit-linear-gradient(90deg, #ffd607 10%, #fb9500 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(90deg, #ffd607 10%, #fb9500 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(90deg, #ffd607 10%, #fb9500 90%);
  /* IE10 */
  background: -o-linear-gradient(90deg, #ffd607 10%, #fb9500 90%);
  /* Opera 11.10+ */
  background: linear-gradient(90deg, #ffd607 10%, #fb9500 90%);
  /* W3C */
}
#bons .item-bon.old-gradient.electronique-et-telephonie .item-bon-image {
  background: -webkit-linear-gradient(90deg, #72bec8 10%, #408bc7 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(90deg, #72bec8 10%, #408bc7 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(90deg, #72bec8 10%, #408bc7 90%);
  /* IE10 */
  background: -o-linear-gradient(90deg, #72bec8 10%, #408bc7 90%);
  /* Opera 11.10+ */
  background: linear-gradient(90deg, #72bec8 10%, #408bc7 90%);
  /* W3C */
}
#issuu {
  padding: 60px 0;
}
.book {
  background: black !important;
  padding: 10px;
}
.book:hover {
  background: grey !important;
}
.book a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: white !important;
}
.page-plan .reveal {
  padding: 20px;
}
.page-plan .reveal .logo {
  text-align: center;
}
.page-plan .reveal h3,
.page-plan .reveal h4 {
  padding: 0;
}
.page-plan .reveal h4 {
  padding-bottom: 10px;
}
.page-plan .reveal h4 span {
  display: inline;
}
.page-plan .reveal a {
  color: black !important;
}
.page-plan .reveal a:hover {
  color: white;
}
.page-plan .reveal .shop-content {
  text-align: left;
}
.page-plan .reveal .shop-categories {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
.page-plan .reveal .shop-categories li {
  display: inline-block;
  font-size: 12px;
  margin: 2px;
  background: black;
  padding: 5px 8px;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#plans #nav-plan {
  width: 100%;
  text-align: center;
  margin: 0;
  margin-bottom: 60px;
  padding: 0;
}
#plans #nav-plan li {
  display: inline-block;
  padding: 7px 15px;
  margin: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#plans #nav-plan li:hover,
#plans #nav-plan li.active {
  background-color: black;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#plans .plan-carousel .icones-plan {
  margin: 5px 0px;
}
#plans .plan-carousel .icones-plan img {
  width: 25px;
  display: inline-block;
}
#plans .plan-carousel .icones-plan span {
  padding-top: 2px;
  display: inline-block;
}
#plans .plan-carousel .nav-magasin {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 40rem) {
  #plans .plan-carousel .nav-magasin li {
    width: 50%;
    float: left;
  }
}
#plans .plan-carousel .nav-magasin li .nav-magasin-id {
  font-family: 'galano_grotesque_heavy-webfont' !important;
  display: inline-block;
  margin-right: 5px;
}
#plans .plan-carousel .owl-controls {
  padding: 0;
}
.no-background-image:not(.no-gradient) #submenu-page-nav #submenu-page li.active a {
  color: black !important;
}
.no-background-image:not(.no-gradient) #submenu-page-nav #submenu-page li a {
  color: white !important;
}
.no-background-image:not(.no-gradient) #submenu-page-nav #submenu-page li a:hover {
  color: black !important;
}
#submenu-page-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#submenu-page-nav #submenu-page {
  text-align: center;
}
#submenu-page-nav #submenu-page li {
  list-style-type: none;
  display: inline-block;
}
#submenu-page-nav #submenu-page li.active a {
  color: grey !important;
}
#submenu-page-nav #submenu-page li a {
  text-transform: uppercase;
  color: white !important;
  display: inline-block;
  padding: 0 7px;
}
#submenu-page-nav #submenu-page li a:hover {
  color: grey !important;
}
.gform_body .top_label input.medium,
.gform_body .top_label textarea.textarea.medium {
  width: 100% !important;
}
.gform_body .top_label label {
  font-weight: normal !important;
}
.gform_body .top_label .gfield_required {
  color: red;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 5px;
}
body.page .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.add_list_item,
body.page .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.delete_list_item {
  width: 20px !important;
  height: 20px !important;
}
body.page .gform_wrapper table.gfield_list tr td.gfield_list_icons {
  padding: 0 0 0 10px !important;
  vertical-align: top !important;
}
.gform_wrapper ul li.gfield {
  padding-bottom: 8px !important;
}
.gform_wrapper .gf_progressbar {
  background-image: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 0 0 0 !important;
  width: 100% !important;
}
.gform_wrapper .gf_progressbar .percentbar_custom {
  background-image: none !important;
}
.gform_wrapper select.gfield_select {
  width: 100% !important;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  opacity: 0.3 !important;
}
.gform_wrapper .gform_body .gsection_title {
  font-size: 1rem;
  line-height: 1.1rem !important;
}
.gform_wrapper .gform_body .top_label .gsection {
  margin-bottom: 10px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
}
.gform_wrapper .gsection {
  border: none !important;
}
.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
  margin-bottom: .5em !important;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  line-height: 2 !important;
}
.le-carnet-entry {
  margin-bottom: 20px;
}
.single-post-le-carnet h1,
.single-post-le-carnet h2,
.single-post-le-carnet h3,
.single-post-le-carnet h4,
.single-post-le-carnet h5 {
  line-height: 2.1rem;
}
.single-post-le-carnet strong {
  text-transform: inherit;
}
.single-post-le-carnet .other-links {
  margin: 60px 0 0 0;
}
.single-post-le-carnet .size-full {
  margin: 20px 0;
}
.single-post-le-carnet .copyright-article {
  padding: 20px 0 20px 0;
  display: block;
  -webkit-transform-origin: 0 0 center;
  -moz-transform-origin: 0 0 center;
  -ms-transform-origin: 0 0 center;
  -o-transform-origin: 0 0 center;
  transform-origin: 0 0 center;
  -webkit-transform: skew(0, -10deg);
  -moz-transform: skew(0, -10deg);
  -ms-transform: skew(0, -10deg);
  -o-transform: skew(0, -10deg);
  text-align: center;
}
.single-post-le-carnet .copyright-article .copyright-portrait {
  max-width: 15%;
  margin: 0 auto 20px auto;
  -webkit-transform: skew(0, 10deg);
  -moz-transform: skew(0, 10deg);
  -ms-transform: skew(0, 10deg);
  -o-transform: skew(0, 10deg);
}
.single-post-le-carnet .copyright-article .copyright-portrait img {
  border: 3px solid #2f2874;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.single-post-le-carnet .copyright-article span,
.single-post-le-carnet .copyright-article a {
  display: inline-block;
  width: 100%;
}
.single-post-le-carnet .copyright-article span.nom {
  font-family: 'galano_grotesque_bold-webfont';
}
.single-post-le-carnet .copyright-article a {
  color: #2f2874 !important;
}
.single-post-le-carnet .other-links a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  border: 1px solid black;
}
@media screen and (max-width: 40rem) {
  .single-post-le-carnet .other-links a {
    margin-top: 20px;
  }
}
.single-post-le-carnet .other-links a:hover {
  background-color: #000000;
  background: -webkit-linear-gradient(45deg, #000000, #333333);
  background: -moz-linear-gradient(45deg, #000000, #333333);
  background: -ms-linear-gradient(45deg, #000000, #333333);
  background: -o-linear-gradient(45deg, #000000, #333333);
  color: white !important;
}
#newsletter-home {
  padding: 60px 0;
  background-color: black;
  color: white !important;
}
#newsletter-home h3 {
  color: white !important;
  text-align: center;
}
#newsletter-home .gform_confirmation_message {
  text-align: center;
}
#newsletter-home form label {
  color: white !important;
}
#newsletter-home form .gfield {
  padding-right: 0;
}
#newsletter-home form .gform_footer {
  text-align: center;
}
#newsletter-home form .gform_button {
  background: white !important;
  color: black !important;
}
#newsletter-home form .gform_button:hover {
  background: black !important;
  color: white !important;
  border: 1px solid white !important;
}
.les-ambassadeurs {
  margin-top: 80px !important;
}
.la-vie-du-centre {
  margin-top: 80px;
}
.la-vie-du-centre-entry {
  margin-bottom: 20px;
}
.la-vie-du-centre-entry .no-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #000000;
  background: -webkit-linear-gradient(45deg, #000000, #333333);
  background: -moz-linear-gradient(45deg, #000000, #333333);
  background: -ms-linear-gradient(45deg, #000000, #333333);
  background: -o-linear-gradient(45deg, #000000, #333333);
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
.la-vie-du-centre-entry .no-image.pink {
  background-color: #fcf7fa;
  background: -webkit-linear-gradient(45deg, #fcf7fa, #f5b4d2);
  background: -moz-linear-gradient(45deg, #fcf7fa, #f5b4d2);
  background: -ms-linear-gradient(45deg, #fcf7fa, #f5b4d2);
  background: -o-linear-gradient(45deg, #fcf7fa, #f5b4d2);
}
.la-vie-du-centre-entry .no-image.pink h1 {
  color: black !important;
}
.la-vie-du-centre-entry .no-image.pink:hover {
  background-color: #f5b4d2;
  background: -webkit-linear-gradient(45deg, #f5b4d2, #fcf7fa);
  background: -moz-linear-gradient(45deg, #f5b4d2, #fcf7fa);
  background: -ms-linear-gradient(45deg, #f5b4d2, #fcf7fa);
  background: -o-linear-gradient(45deg, #f5b4d2, #fcf7fa);
}
.la-vie-du-centre-entry .no-image.green {
  background-color: #f1f6e7;
  background: -webkit-linear-gradient(45deg, #f1f6e7, #bfd78b);
  background: -moz-linear-gradient(45deg, #f1f6e7, #bfd78b);
  background: -ms-linear-gradient(45deg, #f1f6e7, #bfd78b);
  background: -o-linear-gradient(45deg, #f1f6e7, #bfd78b);
}
.la-vie-du-centre-entry .no-image.green h1 {
  color: black !important;
}
.la-vie-du-centre-entry .no-image.green:hover {
  background-color: #bfd78b;
  background: -webkit-linear-gradient(45deg, #bfd78b, #f1f6e7);
  background: -moz-linear-gradient(45deg, #bfd78b, #f1f6e7);
  background: -ms-linear-gradient(45deg, #bfd78b, #f1f6e7);
  background: -o-linear-gradient(45deg, #bfd78b, #f1f6e7);
}
.la-vie-du-centre-entry .no-image.violet {
  background-color: #f3eff7;
  background: -webkit-linear-gradient(45deg, #f3eff7, #c7b8db);
  background: -moz-linear-gradient(45deg, #f3eff7, #c7b8db);
  background: -ms-linear-gradient(45deg, #f3eff7, #c7b8db);
  background: -o-linear-gradient(45deg, #f3eff7, #c7b8db);
}
.la-vie-du-centre-entry .no-image.violet h1 {
  color: black !important;
}
.la-vie-du-centre-entry .no-image.violet:hover {
  background-color: #c7b8db;
  background: -webkit-linear-gradient(45deg, #c7b8db, #f3eff7);
  background: -moz-linear-gradient(45deg, #c7b8db, #f3eff7);
  background: -ms-linear-gradient(45deg, #c7b8db, #f3eff7);
  background: -o-linear-gradient(45deg, #c7b8db, #f3eff7);
}
.la-vie-du-centre-entry .no-image.orange {
  background-color: #fcf6eb;
  background: -webkit-linear-gradient(45deg, #fcf6eb, #fac173);
  background: -moz-linear-gradient(45deg, #fcf6eb, #fac173);
  background: -ms-linear-gradient(45deg, #fcf6eb, #fac173);
  background: -o-linear-gradient(45deg, #fcf6eb, #fac173);
}
.la-vie-du-centre-entry .no-image.orange h1 {
  color: black !important;
}
.la-vie-du-centre-entry .no-image.orange:hover {
  background-color: #fac173;
  background: -webkit-linear-gradient(45deg, #fac173, #fcf6eb);
  background: -moz-linear-gradient(45deg, #fac173, #fcf6eb);
  background: -ms-linear-gradient(45deg, #fac173, #fcf6eb);
  background: -o-linear-gradient(45deg, #fac173, #fcf6eb);
}
.la-vie-du-centre-entry .no-image.blue {
  background-color: #eef6f8;
  background: -webkit-linear-gradient(45deg, #eef6f8, #8fd0dc);
  background: -moz-linear-gradient(45deg, #eef6f8, #8fd0dc);
  background: -ms-linear-gradient(45deg, #eef6f8, #8fd0dc);
  background: -o-linear-gradient(45deg, #eef6f8, #8fd0dc);
}
.la-vie-du-centre-entry .no-image.blue h1 {
  color: black !important;
}
.la-vie-du-centre-entry .no-image.blue:hover {
  background-color: #8fd0dc;
  background: -webkit-linear-gradient(45deg, #8fd0dc, #eef6f8);
  background: -moz-linear-gradient(45deg, #8fd0dc, #eef6f8);
  background: -ms-linear-gradient(45deg, #8fd0dc, #eef6f8);
  background: -o-linear-gradient(45deg, #8fd0dc, #eef6f8);
}
.la-vie-du-centre-entry .no-image:hover {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  background-color: #333333;
  background: -webkit-linear-gradient(45deg, #333333, #000000);
  background: -moz-linear-gradient(45deg, #333333, #000000);
  background: -ms-linear-gradient(45deg, #333333, #000000);
  background: -o-linear-gradient(45deg, #333333, #000000);
}
.la-vie-du-centre-entry .no-image:hover h1 {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  top: 49%;
}
.la-vie-du-centre-entry .no-image h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'galano_grotesque_heavy-webfont' !important;
  color: white;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0;
  -webkit-transform: skewX(-7deg) rotate(-7deg);
  -moz-transform: skewX(-7deg) rotate(-7deg);
  -ms-transform: skewX(-7deg) rotate(-7deg);
  -o-transform: skewX(-7deg) rotate(-7deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.pagination {
  margin-top: 80px;
}
.pagination a {
  text-align: center;
  border: 1px solid black;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  padding-top: 8px;
  padding-bottom: 8px;
}
.pagination a:hover {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  background: black !important;
  color: white !important;
}
#footer-container {
  background-color: #000000;
  background: -webkit-linear-gradient(45deg, #000000, #333333);
  background: -moz-linear-gradient(45deg, #000000, #333333);
  background: -ms-linear-gradient(45deg, #000000, #333333);
  background: -o-linear-gradient(45deg, #000000, #333333);
  margin-top: 0;
  border: none;
  color: white;
  padding-bottom: 100px;
  font-size: 14px;
}
@media screen and (max-width: 40rem) {
  #footer-container {
    text-align: center;
  }
}
#footer-container h4 {
  color: white;
  margin-top: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
#footer-container ul#instafeed {
  padding: 0;
  margin: 0 0 100px 0;
  width: 100%;
  list-style-type: none;
}
#footer-container ul#instafeed li {
  width: calc(12.5%);
  display: inline-block;
}
@media screen and (max-width: 40rem) {
  #footer-container ul#instafeed li {
    width: calc(25%);
  }
}
#footer-container .footer-copyright {
  margin-top: 60px;
  font-size: 12px;
  text-align: center;
}
#footer-container .footer-logo {
  margin-top: 60px;
  text-align: center;
}
#footer-container .footer-logo img {
  margin: 0 10px;
}
#footer-container a {
  color: white !important;
  text-decoration: underline;
}
#footer-container a:hover {
  color: #444444 !important;
}
.scrollup {
  z-index: 123;
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: black 1px solid;
  color: white !important;
  background: black;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
}
.scrollup.scrolled {
  display: block;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
}
.scrollup:hover {
  opacity: 1;
  color: white !important;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
}
/*
*
*	General
*
*/
html {
  height: 100%;
}
body {
  font-family: 'galano_grotesque_medium-webfont' !important;
  font-size: 16px !important;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'galano_grotesque_heavy-webfont' !important;
  color: #000000;
  margin: 0;
  padding: 20px 0 20px 0;
  text-transform: uppercase;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: 'galano_grotesque_medium-webfont';
}
h1 {
  font-size: 76px;
  line-height: 81px;
}
h2 {
  font-size: 47px;
  line-height: 54px;
}
h3 {
  font-size: 29px;
  line-height: 54px;
}
h4 {
  font-size: 18px;
  line-height: 27px;
}
h5 {
  font-size: 18px;
  line-height: 27px;
}
h6 {
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 40rem) {
  h1 {
    font-size: 26px;
    line-height: 31px;
  }
  h2 {
    font-size: 19px;
    line-height: 24px;
  }
  h3 {
    font-size: 16px;
    line-height: 20px;
  }
  h4 {
    font-size: 12px;
    line-height: 17px;
  }
  h5 {
    font-size: 10px;
    line-height: 14px;
  }
  h6 {
    font-size: 10px;
    line-height: 14px;
  }
}
a,
.links {
  cursor: pointer;
  color: #444444 !important;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  text-decoration: none;
}
a:hover,
.links:hover,
a.active,
.links.active {
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  color: #000000 !important;
  text-decoration: none;
}
.button {
  margin: 1rem 0 1rem 0;
  background-color: #000000 !important;
  color: #fff !important;
}
.button:hover {
  background-color: #444444 !important;
  color: #fff !important;
}
.lowercase {
  text-transform: inherit !important;
}
.arrow {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 30px;
}
.arrow a {
  color: white !important;
}
.arrow a:hover {
  color: black !important;
}
#catapult-cookie-bar a.ctcc-more-info-link {
  color: white !important;
}
#catapult-cookie-bar a.ctcc-more-info-link:hover {
  color: grey;
}
#catapult-cookie-bar #catapultCookie {
  color: white !important;
  background: transparent !important;
  text-decoration: underline;
}
/*
*
*	FONTS
*
*/
@font-face {
  font-family: 'galano_grotesque_bold-webfont';
  src: url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_bold-webfont.eot');
  src: url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_bold-webfont.woff2') format('woff2'), url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_bold-webfont.woff') format('woff'), url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_bold-webfont.ttf') format('truetype'), url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_bold-webfont.svg#moderatbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'galano_grotesque_heavy-webfont';
  src: url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_heavy-webfont.eot');
  src: url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_heavy-webfont.eot?#iefix') format('embedded-opentype'), url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_heavy-webfont.woff2') format('woff2'), url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_heavy-webfont.woff') format('woff'), url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_heavy-webfont.ttf') format('truetype'), url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_heavy-webfont.svg#moderatbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'galano_grotesque_medium-webfont';
  src: url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_medium-webfont.eot');
  src: url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_medium-webfont.eot?#iefix') format('embedded-opentype'), url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_medium-webfont.woff2') format('woff2'), url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_medium-webfont.woff') format('woff'), url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_medium-webfont.ttf') format('truetype'), url('https://fribourg-centre.com/wp-content/themes/fribourgCentre2016/less/../assets/fonts/galano_grotesque_medium-webfont.svg#moderatbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
