@charset "UTF-8";
/*!
    Theme Name: Morat-Fribourg
    Description: Thème pour Morat-Fribourg
    Version: 1.0.0
    Author: Plurial Method & Vision Sàrl
    Author URI: https://www.plurial.net
*/
@import url("https://use.typekit.net/ycy7hrq.css");
:root {
  --pt: 75px;
  --pb: 85px;
  --black: #000;
  --white: #fff;
  --blue: #00307E;
  --green: #0CB597;
  --purple: #842996;
  --orange: #EA8269;
  --grey: rgba(0, 0, 0, .5);
  --restaurant: #EB5E62;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

button {
  color: inherit;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: inherit;
}

form {
  display: block;
}

select,
input {
  font-size: inherit;
  font-family: inherit;
}

pre {
  font-family: monospace;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
}

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

textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  resize: none;
}

hr {
  height: 1px;
  background: var(--border);
  margin: 0;
  padding: 0;
  border: none;
}

*:focus:not(:focus-visible) {
  outline: none;
}

/* VISUAL COMPOSER */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px !important;
}

body, html {
  overflow-x: hidden;
}

body {
  font-family: "Gordita Regular";
  font-size: 16px;
  line-height: 26px;
}

h1 {
  font-family: "Gordita Black";
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 35px !important;
}

h2 {
  font-family: "Gordita Black";
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 25px !important;
}

h3 {
  font-family: "Gordita Black";
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}

h4 {
  font-family: "Gordita Black";
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}

p {
  margin-bottom: 30px;
}
p p:last-child {
  margin-bottom: 0px;
}

em strong, em b {
  font-family: "Gordita Bold Italic";
}

strong, b {
  font-family: "Gordita Bold" !important;
}

table {
  width: 100%;
}
table th {
  font-family: "Gordita Bold" !important;
}
@media (max-width: 991px) {
  table th {
    display: none;
  }
  table tr {
    display: block;
    margin-bottom: 20px;
  }
  table td {
    display: block;
  }
}

.sponsors img {
  margin-bottom: 30px;
}

.vc_row {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 991px) {
  .vc_row {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.vc_row .vc_column-inner {
  padding-top: 0px !important;
}
.vc_row .vc_inner {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

div.page a:hover {
  color: #b812c2;
  text-decoration: none !important;
}

/**  SLIDER **/
.slider-home {
  position: relative;
  height: 690px;
  margin-top: -70px;
}
@media (max-width: 991px) {
  .slider-home {
    height: 400px;
  }
}
.slider-home.vc_row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.slider-home .slider {
  position: relative;
  height: 690px;
}
@media (max-width: 991px) {
  .slider-home .slider {
    height: 400px;
  }
}
.slider-home .slider .flickity-button {
  position: absolute;
  bottom: -10px;
  top: unset;
  z-index: 100 !important;
}
.slider-home .slider .flickity-button[disabled] {
  display: none;
}
.slider-home .slider .flickity-button.previous {
  right: 75px;
  left: unset;
}
.slider-home .slider .flickity-button.next {
  right: 30px;
}
.slider-home .slider .flickity-prev-next-button {
  top: unset;
  width: 45px;
  height: 45px;
  border-radius: 0%;
  background-color: transparent;
}
.slider-home .vc_column-inner {
  padding: 0px !important;
}
.slider-home .carousel-cell {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .slider-home .carousel-cell {
    background-position: center center;
  }
}
.slider-home .carousel-cell .texte {
  color: white;
  font-size: 65px;
  line-height: 80px;
  text-transform: uppercase !important;
  font-family: "Gordita Black";
}
@media (max-width: 991px) {
  .slider-home .carousel-cell .texte {
    font-size: 35px;
    line-height: 50px;
  }
}
.slider-home .carousel-cell .texte .button {
  margin-top: 30px;
}

#gallery-1 .gallery-item {
  width: 100% !important;
}

.inscriptions .wpb_text_column:first-child h4 {
  margin-top: 40px !important;
}
.inscriptions .wpb_text_column h4 {
  margin-top: 100px !important;
}

.localisation h3:first-child {
  margin-top: 40px !important;
}
.localisation h3 {
  margin-top: 100px !important;
}

.intro {
  z-index: 1;
  position: relative;
  margin-top: -69px;
  padding-top: 50px;
  padding-bottom: 80px;
  max-width: 1600px;
  margin: -69px auto 0;
}
.intro:after {
  content: "" !important;
  display: block !important;
  background-color: white;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  transform-origin: 100% 0%;
  transform: skewY(-2.36deg);
  z-index: 1;
}
@media (max-width: 991px) {
  .intro {
    display: none;
  }
}

label {
  font-family: "Gordita Bold";
}

.button {
  display: inline-block;
  padding: 19px 25px 15px 25px;
  font-family: "Gordita Bold";
  font-size: 14px;
  line-height: 14px;
  color: black;
  background-color: white;
  text-transform: uppercase;
  transition: color 0.7s, background-color 0.7s;
}
.button:hover {
  color: #b812c2 !important;
  text-decoration: none !important;
}

.button-inversed, input[type=submit] {
  border: 0px;
  display: inline-block;
  padding: 19px 25px 15px 25px;
  font-family: "Gordita Bold";
  font-size: 14px;
  line-height: 14px;
  color: white;
  background-color: black;
  text-transform: uppercase;
  transition: color 0.7s, background-color 0.7s;
}
.button-inversed.rounded, input[type=submit].rounded {
  border-radius: 20px;
}
.button-inversed:hover, input[type=submit]:hover {
  background-color: white;
  color: black !important;
}

/** Compteur **/
.compteur > div.row > .col-lg-8 {
  height: 120px;
  background-color: white;
  margin-top: -100px;
  z-index: 3;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media (max-width: 991px) {
  .compteur > div.row > .col-lg-8 {
    height: 170px;
    display: none;
  }
}
.compteur > div.row > .col-lg-8 .row {
  height: 90px;
  margin-top: 15px;
}
.compteur > div.row > .col-lg-8 .count {
  padding: 0 15px;
}
.compteur > div.row > .col-lg-8 .count .th-countdown {
  padding: 0px 30px;
  display: flex;
  align-content: center;
  flex-direction: row;
}
@media (max-width: 991px) {
  .compteur > div.row > .col-lg-8 .count .th-countdown {
    padding: 0 15px;
  }
}
.compteur > div.row > .col-lg-8 .count .th-countdown div {
  width: 25%;
  padding-top: 25px;
  font-size: 45px;
  font-family: "Gordita Black";
  text-align: center;
}
.compteur > div.row > .col-lg-8 .count .th-countdown div .label {
  display: inline-block;
  margin-top: 10px !important;
  font-size: 12px;
  font-family: "Gordita Regular";
  text-transform: uppercase;
}
.compteur > div.row > .col-lg-8 .infos div {
  float: left;
  width: calc(100% / 3);
  margin-top: 16.5px;
  font-size: 12px;
  font-family: "Gordita Regular";
  text-align: center;
  text-transform: uppercase;
}
.compteur > div.row > .col-lg-8 .infos div .label {
  display: block;
  margin-top: 5px !important;
  font-size: 25px;
  font-family: "Gordita Black";
}
@media (max-width: 991px) {
  .compteur > div.row > .col-lg-8 .infos div .label {
    font-size: 20px;
  }
}
.compteur > div.row > .col-lg-8 .rendezvous {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border-right: 1px solid black;
}
.compteur > div.row > .col-lg-8 .rendezvous .date {
  margin-top: 5px;
  font-size: 25px;
  font-family: "Gordita Black";
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}

/** Parcours **/
.parcours {
  position: relative;
}
.parcours .col-lg-3 {
  height: 370px;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .parcours .col-lg-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 991px) {
  .parcours .col-lg-3 {
    margin-bottom: 30px;
  }
  .parcours .col-lg-3:last-child {
    margin-bottom: 0px;
  }
}
.parcours .parcours-image {
  height: 100%;
  position: relative;
  background-size: cover;
}
.parcours .parcours-image .layout {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.parcours .parcours-image a.block {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.parcours .parcours-image .parcours-texte {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 25px;
  color: white;
  left: 0px;
}
.parcours .parcours-image .parcours-texte .button {
  position: relative;
  z-index: 3;
  margin-top: 20px;
}

.single h3 {
  font-size: 16px;
  line-height: 26px;
}

.similaire {
  font-family: "Gordita Bold";
  border-bottom: 1px solid #eeeeee;
}
.similaire a {
  padding-bottom: 20px;
  padding-top: 20px;
  display: block;
  height: auto;
  width: 100%;
}
.similaire a:hover {
  color: #b812c2 !important;
  text-decoration: none !important;
}
.similaire:first-child {
  padding-top: 0px !important;
}

.actualite h3 {
  margin-bottom: 10px !important;
}

.preparer {
  padding-top: 120px !important;
}
@media (max-width: 991px) {
  .preparer {
    padding-bottom: 0px !important;
  }
  .preparer img {
    margin-bottom: 20px;
  }
  .preparer .vc_col-sm-6:first-child {
    order: 1;
  }
  .preparer .vc_col-sm-6:last-child {
    order: 2;
  }
  .preparer.second .vc_col-sm-6:first-child {
    order: 2;
  }
  .preparer.second .vc_col-sm-6:last-child {
    order: 1;
  }
}

.partage {
  margin-top: 60px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/** ACTUALITES **/
.actualite {
  position: relative;
}
@media (max-width: 991px) {
  .actualite {
    margin-bottom: 30px;
  }
}
.actualite > a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}
.actualite .actualite-titre {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  font-family: "Gordita Bold";
  padding: 0 15px;
  min-height: 56px;
}
.actualite .actualite-content {
  padding: 0 15px;
}
.actualite .actualite-content p {
  margin-bottom: 0px !important;
}
.actualite .actualite-content a {
  position: relative;
  display: inline-block;
  font-family: "Gordita Bold";
  margin-top: 20px;
  z-index: 11;
}
.actualite .actualite-content a:hover {
  color: black;
}
.actualite .actualite-image {
  position: relative;
  padding-bottom: 56.2%;
  background-size: cover;
}
.actualite .image {
  margin-bottom: 40px;
}
.actualite .image img {
  width: 100%;
}

.actualites.page-actualites .actualite-content {
  margin-bottom: 80px;
}

#sponsors .flickity-slider {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
#sponsors .carousel-cell {
  width: calc(100% / 6);
  text-align: center;
}
@media (max-width: 991px) {
  #sponsors .carousel-cell {
    width: calc(100% / 3);
    padding-right: 20px;
  }
}

.single h2 {
  font-size: 32px;
  line-height: 42px;
}

.plan .wpb_single_image {
  float: left;
  width: 40%;
}

input[type=text], select {
  width: 371px;
  height: 32px;
}
@media (max-width: 991px) {
  input[type=text], select {
    width: 100%;
  }
}

.wpcf7-list-item {
  display: block;
}

.wpcf7-list-item-label {
  font-family: "Gordita Regular";
}

@media (max-width: 991px) {
  label {
    width: 100%;
  }
  label span {
    width: 100%;
  }
  label span input {
    width: 100%;
  }
}
.block-link {
  background-color: black;
  color: white;
  height: 250px;
  padding: 0px 25px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .block-link {
    height: 200px;
    margin-bottom: 20px;
  }
}
.block-link a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.block-link a:hover {
  color: white;
  text-decoration: none;
}
.block-link span.block-link-title {
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Gordita Black";
  min-height: 47px;
  margin-bottom: 10px;
}
.block-link span.block-link-title.no-link {
  min-height: auto;
  margin-bottom: 0px;
}
.block-link p {
  margin-bottom: 0px !important;
  font-size: 14px;
  line-height: 24px;
}

.galerie .row img {
  margin-bottom: 30px;
}
.galerie .row:last-child img {
  margin-bottom: 0px;
}
.galerie .button-inversed {
  margin-top: 60px;
}

.filter {
  padding-bottom: 40px !important;
}
.filter .button-inversed {
  margin-bottom: 20px;
  margin-right: 20px;
}

.foiresauxquestionsdetails {
  margin-bottom: 120px;
}

.plan {
  padding-top: 0px !important;
}

.plan h2 {
  margin-top: 30px;
}

body.page:not(.home) .slider-home {
  height: 490px;
}
@media (max-width: 991px) {
  body.page:not(.home) .slider-home {
    height: 400px;
  }
}
body.page:not(.home) .slider-home .slider {
  height: 490px;
}
@media (max-width: 991px) {
  body.page:not(.home) .slider-home .slider {
    height: 400px;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 991px) {
  .only-mobile {
    display: inline-block;
  }
}

.only-desktop {
  display: block;
}
@media (max-width: 991px) {
  .only-desktop {
    display: none;
  }
}

@media (max-width: 991px) {
  figure {
    margin-bottom: 20px !important;
  }
}
.top-menu {
  position: relative;
  height: 40px;
  background-color: black;
  font-size: 12px;
  z-index: 5;
}
@media (max-width: 991px) {
  .top-menu {
    display: none;
  }
}
.top-menu ul {
  margin-top: 8px;
  height: 24px;
  border-right: 1px solid white;
}
.top-menu ul li {
  display: inline-block;
}
.top-menu ul li a {
  color: white;
  padding-right: 30px;
}
.top-menu ul li a:hover {
  color: #b812c2 !important;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  nav {
    position: absolute !important;
    right: 15px;
    left: 15px;
    top: 25px;
  }
  nav .navbar-collapse {
    background-color: white;
    position: absolute;
    top: 85px;
    left: -15px;
    right: -15px;
    z-index: 102;
    padding-bottom: 20px;
  }
  nav .navbar-collapse ul {
    margin-top: 0px !important;
    padding: 0px 30px;
  }
  nav .navbar-collapse ul li:last-child {
    padding-left: 15px;
  }
  nav .navbar-collapse ul ul.dropdown-menu {
    border: 0px;
    padding-left: 0px;
  }
  nav button {
    height: 40px;
    width: 40px;
    display: inline-block !important;
    position: absolute;
    right: 15px;
    top: 0px;
  }
  nav button .icon-bar {
    display: block;
    margin: 5px auto 0;
    width: 80%;
    height: 4px;
    background-color: black;
  }
  nav button .icon-bar.top-bar {
    margin-top: 0px;
  }
}
p#breadcrumbs {
  display: none;
}

body.page:not(.home) div.page .vc_row:nth-child(2) {
  padding-top: 0px !important;
}

a.guide {
  position: fixed;
  right: 0px;
  top: calc( 50% - 77.5px);
  z-index: 200;
}

.header {
  position: relative;
  z-index: 4;
  max-width: 1600px;
  margin: 0 auto;
}
.header .logo {
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .header .logo {
    height: 80px;
    width: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.header .header-menu {
  position: relative;
  padding-bottom: 20px;
}
.header .header-menu:before {
  content: "" !important;
  display: block !important;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: 0 0;
  transform: skewY(-2.36deg);
  z-index: -1;
}
@media (max-width: 991px) {
  .header .header-menu:before {
    display: none !important;
  }
}
.header .header-menu ul {
  margin-top: 55px;
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
  .header .header-menu ul {
    margin-top: 50px;
  }
}
.header .header-menu ul li {
  padding: 0px 10px !important;
}
.header .header-menu ul li:hover > a {
  color: #b812c2 !important;
}
.header .header-menu ul li.current-menu-ancestor > a {
  color: #b812c2 !important;
}
.header .header-menu ul li:last-child {
  padding: 0px;
}
.header .header-menu ul li a {
  font-family: "Gordita Black";
  text-transform: uppercase;
  color: black !important;
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
  .header .header-menu ul li a {
    font-size: 12px;
  }
}
.header .header-menu ul li a:hover {
  color: #b812c2 !important;
}
.header .header-menu ul li ul.dropdown-menu {
  margin-top: 0px !important;
}
.header .header-menu ul li ul.dropdown-menu li {
  text-align: left;
  padding: 12px 17px !important;
}
.header .header-menu ul li ul.dropdown-menu li.current_page_item > a {
  color: #b812c2 !important;
}
.header .header-menu ul li ul.dropdown-menu li a {
  font-family: "Gordita Regular" !important;
  font-size: 14px !important;
  line-height: 1 !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.header .header-menu ul li ul.dropdown-menu li a:hover {
  background-color: transparent !important;
}
.header .header-menu ul li ul.dropdown-menu li:last-child {
  padding: 12px 17px !important;
}

#breadcrumbs {
  margin-bottom: 0px !important;
  font-size: 12px;
}

.slider-home {
  max-width: 1600px;
  margin: 0 auto;
  margin-top: -70px !important;
}
@media (max-width: 991px) {
  .slider-home {
    margin-top: -20px !important;
  }
}

a.email:hover {
  color: #b812c2 !important;
  text-decoration: none !important;
}

.footer {
  background-color: black;
  color: white;
  padding-top: 70px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 60px;
  }
}
.footer .row:first-child {
  padding-bottom: 60px;
  border-bottom: 1px solid white;
}
.footer .row:nth-child(2) {
  padding-top: 20px;
}
.footer .copyright {
  font-size: 12px;
  line-height: 30px;
}
.footer .copyright .col-lg-8 a {
  margin-left: 25px;
}
.footer .copyright .col-lg-8 a:hover {
  color: #b812c2 !important;
  text-decoration: none !important;
}
.footer .copyright a.top {
  font-family: "Gordita Bold";
  text-transform: uppercase;
}
.footer .copyright a.top:hover {
  color: #b812c2 !important;
  text-decoration: none !important;
}
.footer .copyright img {
  margin-left: 15px;
}
.footer .footer-menu {
  line-height: 28px;
}
.footer .footer-menu a {
  text-transform: uppercase;
  font-family: "Gordita Black";
}
.footer .footer-menu a:hover {
  color: #b812c2 !important;
  text-decoration: none !important;
}
.footer .text-right div {
  height: 45px;
}
.footer .text-right a:last-child i {
  margin-right: 0px;
}
.footer .text-right a:hover {
  color: #b812c2 !important;
  text-decoration: none !important;
}
.footer .text-right i {
  font-size: 42px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .footer img {
    margin-bottom: 30px;
  }
  .footer .footer-menu {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer .text-right {
    text-align: center !important;
  }
  .footer .copyright img {
    margin-bottom: 0px;
  }
  .footer .copyright a.top, .footer .copyright {
    font-size: 10px !important;
  }
}

/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: "Gordita Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Regular"), url("../fonts/gordita-cufonfonts-webfont/Gordita_Regular.woff") format("woff");
}
@font-face {
  font-family: "Gordita Regular Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Regular Italic"), url("../fonts/gordita-cufonfonts-webfont/Gordita Regular Italic.woff") format("woff");
}
@font-face {
  font-family: "Gordita Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Thin"), url("../fonts/gordita-cufonfonts-webfont/Gordita Thin.woff") format("woff");
}
@font-face {
  font-family: "Gordita Thin Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Thin Italic"), url("../fonts/gordita-cufonfonts-webfont/Gordita Thin Italic.woff") format("woff");
}
@font-face {
  font-family: "Gordita Light";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Light"), url("../fonts/gordita-cufonfonts-webfont/Gordita Light.woff") format("woff");
}
@font-face {
  font-family: "Gordita Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Light Italic"), url("../fonts/gordita-cufonfonts-webfont/Gordita Light Italic.woff") format("woff");
}
@font-face {
  font-family: "Gordita Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Medium"), url("../fonts/gordita-cufonfonts-webfont/Gordita Medium.woff") format("woff");
}
@font-face {
  font-family: "Gordita Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Medium Italic"), url("../fonts/gordita-cufonfonts-webfont/Gordita Medium Italic.woff") format("woff");
}
@font-face {
  font-family: "Gordita Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Bold"), url("../fonts/gordita-cufonfonts-webfont/Gordita Bold.woff") format("woff");
}
@font-face {
  font-family: "Gordita Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Bold Italic"), url("../fonts/gordita-cufonfonts-webfont/Gordita Bold Italic.woff") format("woff");
}
@font-face {
  font-family: "Gordita Black";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Black"), url("../fonts/gordita-cufonfonts-webfont/Gordita_Black.woff") format("woff");
}
@font-face {
  font-family: "Gordita Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Black Italic"), url("../fonts/gordita-cufonfonts-webfont/Gordita Black Italic.woff") format("woff");
}
@font-face {
  font-family: "Gordita Ultra";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Ultra"), url("../fonts/gordita-cufonfonts-webfont/Gordita Ultra.woff") format("woff");
}
@font-face {
  font-family: "Gordita Ultra Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Ultra Italic"), url("../fonts/gordita-cufonfonts-webfont/Gordita Ultra Italic.woff") format("woff");
}
.faqs .faq {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
}
.faqs .faq.open {
  background-color: #f5f5f5;
}
.faqs .faq.open:after {
  position: absolute;
  right: 20px;
  top: 35px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 40px;
}
.faqs .faq:after {
  position: absolute;
  right: 20px;
  top: 35px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 40px;
}
.faqs .faq:first-child {
  border-top: 1px solid #f5f5f5;
}
.faqs .faq .faq-question {
  padding: 35px 20px;
  font-size: 20px;
  font-family: "Gordita Black";
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .faqs .faq .faq-question {
    font-size: 18px;
    padding: 35px 60px 35px 20px;
  }
}
.faqs .faq .faq-answer {
  display: none;
  padding: 0px 20px 35px;
}

.link a {
  background-color: black;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 14px;
  padding: 0px 35px;
}
.link a strong {
  font-family: "Gordita Black";
  font-size: 18px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  height: 52px;
  margin-bottom: 15px;
}
.link a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
