/*
 * Wordpress Structure
 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}
/*
 * Reset
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 */
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 {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-y: scroll;
}
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;
  font-weight: normal;
}
/*
 * General Structure
 */
* {
  -webkit-appearance: none;
  -moz-appearance: none;
}
html {
  -webkit-text-size-adjust: none;
}
a:active,
a:focus {
  outline: none;
  border: 0px;
  text-decoration: none;
  color: inherit;
}
input,
textarea {
  border-radius: 0;
}
* {
  outline: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  transition: all 250ms ease-out;
}
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
.bg-white {
  background-color: white !important;
}
.color-orange {
  color: #ff6600 !important;
}
.color-green {
  color: #00e575 !important;
}
.color-purple {
  color: #a900ff !important;
}
.color-gray {
  color: #9e9e9e !important;
}
a.color-gray:hover {
  color: black !important;
}
.transition {
  transition: all 250ms ease-out;
}
.no-transition {
  transition: none;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.centerX {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.centerY {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.centerXY {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}
body {
  font-size: 16px;
  line-height: 22px;
  font-family: Helvetica, Arial, sans-serif;
}
.font-small {
  font-size: 14px;
  line-height: 16px;
}
.font-regular {
  font-size: 16px;
  line-height: 22px;
}
.font-large {
  font-size: 18px;
  line-height: 22px;
}
.font-xtra-large {
  font-size: 21px;
  line-height: 25px;
}
h2 {
  color: #9e9e9e !important;
  font-size: 18px;
  line-height: 22px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 16px;
  margin: 32px 0px 16px 0px;
}
h2:hover {
  color: #9e9e9e !important;
}
h2:first-child {
  margin: 0px 0px 32px 0px;
}
h3 {
  color: #9e9e9e !important;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 8px;
  margin-bottom: 16px;
  display: inline-block;
}
h4 {
  margin-bottom: 16px;
  color: #9e9e9e !important;
  font-size: 18px;
  line-height: 22px;
}
h5 {
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 25px;
}
.exergue {
  color: #a900ff !important;
}
a {
  color: #9e9e9e !important;
}
a:hover {
  color: black;
}
section ul,
p {
  margin-bottom: 16px;
}
section ul {
  margin-left: 20px;
}
section li:before {
  content: '●';
  display: inline-block;
  text-indent: -20px;
  color: #9e9e9e !important;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.credit {
  font-size: small;
}
.home {
  position: relative;
}
.home:after,
.home:before {
  position: absolute;
  content: '';
  display: block;
  top: 0px;
  left: 33.3333%;
  bottom: 0px;
  border-left: 1px solid #E0E0E0;
}
.home:after {
  left: 66.666666%;
}
.home .element {
  position: relative;
  padding: 32px;
  border-bottom: 1px solid #E0E0E0;
}
.home .element .front {
  overflow: hidden;
  transition: all 250ms ease-out;
}
.home .element .front img {
  width: 100%;
  transition: all 250ms ease-out;
}
.home .element .back {
  position: relative;
  width: 100%;
  height: calc(100% - 64px);
  max-height: 0px;
  opacity: 0;
  background-color: white;
  transition: all 250ms ease-out;
  overflow: hidden;
}
.home .element:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.home .element.active .front {
  opacity: 0;
  max-height: 0px;
}
.home .element.active .back {
  opacity: 1;
  max-height: 1000px;
}
.logos hr {
  width: 100%;
}
.logos .logo img {
  max-width: 100px;
}
#share {
  position: absolute;
  top: 28px;
  right: 15px;
}
#share.opened .toggle {
  background-color: #ff6600;
}
#share.opened svg {
  fill: white;
}
#share.opened .addthis_inline_share_toolbox {
  z-index: 1000;
  display: block;
}
#share .toggle {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #f0f0f0;
  padding: 5px;
}
#share svg {
  fill: #9e9e9e;
}
#share > span {
  padding-top: 8px;
  margin-right: 5px;
  color: #9e9e9e !important;
}
#share .addthis_inline_share_toolbox {
  display: none;
  position: absolute;
  top: 32px;
  right: 12px;
}
#share .addthis_inline_share_toolbox .at-share-btn-elements {
  width: 20px;
}
#share .addthis_inline_share_toolbox .at-share-btn-elements a {
  background-color: #f9f9f9 !important;
  border: 1px solid #9e9e9e !important;
  border-bottom-width: 0px !important;
  margin: 0px;
}
#share .addthis_inline_share_toolbox .at-share-btn-elements a:hover {
  transform: none;
  opacity: .5;
}
#share .addthis_inline_share_toolbox .at-share-btn-elements a:last-child {
  border-bottom-width: 1px !important;
}
#share .addthis_inline_share_toolbox .at-share-btn-elements svg {
  fill: #9e9e9e !important;
}
.members .member .image {
  max-width: 275px;
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.members .member .image:before {
  content: '';
  padding-top: 130%;
  display: block;
}
/*footer {
  position: relative;
  z-index: 1000;
}

section.page {
  min-height: calc(~"100vh - 148px");
}*/
footer menu a {
  display: inline-block;
  margin-right: 15px;
}
footer #button-back-to-top img {
  display: block;
  height: 20px;
}
header .container-fluid,
footer .container-fluid {
  padding: 16px 32px;
}
section.page .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
header {
  border-bottom: 1px solid #E0E0E0;
}
header #logo {
  max-width: 450px;
}
#button-toggle-menu {
  left: auto;
  top: 32px;
  right: 32px;
  width: 32px;
  height: 32px;
}
#button-toggle-menu #button-toggle-menu-line-0,
#button-toggle-menu #button-toggle-menu-line-1,
#button-toggle-menu #button-toggle-menu-line-2 {
  border-bottom: 2px solid black;
  width: 32px;
  right: 0px;
  transition: all 250ms ease-out;
}
#button-toggle-menu #button-toggle-menu-line-1 {
  top: 15px;
}
#button-toggle-menu #button-toggle-menu-line-2 {
  top: 30px;
}
#button-toggle-menu.active #button-toggle-menu-line-0 {
  transform: translateY(15px) rotate(45deg);
}
#button-toggle-menu.active #button-toggle-menu-line-1 {
  width: 0px;
  right: 16px;
  opacity: 0;
}
#button-toggle-menu.active #button-toggle-menu-line-2 {
  transform: translateY(-15px) rotate(-45deg);
}
footer {
  border-top: 1px solid #E0E0E0;
}
footer .col-12 {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #E0E0E0;
}
footer #logo-gva {
  position: absolute;
  top: -15px;
  left: 16px;
  height: 50px;
}
#main-menu {
  background-color: rgba(0, 0, 0, 0);
  height: 100vh;
  pointer-events: none;
  transition: background-color 250ms ease-out;
  overflow: hidden;
}
#main-menu.opened {
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: all;
}
#main-menu.opened > ul {
  padding: 115px 32px 32px 32px;
  max-width: 360px;
}
#main-menu ul {
  list-style: none;
}
#main-menu > ul {
  padding: 115px 0px 32px 0px;
  right: 0px;
  max-width: 0px;
  height: 100vh;
  transition: all 250ms ease-out;
}
#main-menu > ul ul {
  padding-left: 0px;
}
#main-menu > ul a {
  display: block;
  margin-bottom: 8px;
}
#main-menu > ul > li > ul > li a {
  padding-left: 32px;
}
#main-menu > ul .sub-menu .sub-menu a {
  font-size: 18px;
  line-height: 22px;
}
#main-menu a {
  white-space: nowrap;
  color: #9e9e9e !important;
}
#main-menu .sub-menu {
  max-height: 0px;
  overflow: hidden;
}
#main-menu .active > .sub-menu,
#main-menu .current-menu-ancestor .sub-menu,
#main-menu .sub-menu .sub-menu {
  max-height: 100vh;
}
.zetcom {
  margin-top: 121px;
  border: 0px;
  width: 100%;
  height: calc(100vh - 91px);
}
section.home {
  padding: 100px 0px 128px 0px;
}
section.page {
  padding: 100px 0px 161px 0px;
}
section.page ul,
section.page p {
  max-width: 650px;
}
section.page .content {
  padding-left: 32px;
}
.gallery {
  padding-top: 32px;
  top: 100px;
  left: 32px;
  width: calc(50% - 64px);
}
.gallery .images .image {
  position: relative;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  opacity: 0;
}
.gallery .images .image:before {
  content: '';
  display: block;
  padding-top: 66.6%;
}
.gallery .images .image .legend {
  position: absolute;
  bottom: -100px;
  left: 0px;
  padding: 10px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 0;
  transition: all 250ms ease-out;
}
.gallery .images .image:hover .legend {
  bottom: 0px;
  opacity: 1;
}
.gallery .images.loaded .image {
  opacity: 1;
}
.gallery .slick-next,
.gallery .slick-prev {
  height: 140px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 500;
  background-size: 100%;
}
.gallery .slick-next:before,
.gallery .slick-prev:before {
  display: none;
}
.gallery .slick-prev {
  left: 15px;
  background-image: url(https://fcac.ch/wp-content/themes/abb_lt_2018.2/css/../../images/icon-arrow-left.svg);
}
.gallery .slick-next {
  right: 15px;
  background-image: url(https://fcac.ch/wp-content/themes/abb_lt_2018.2/css/../../images/icon-arrow-right.svg);
}
.gallery .slick-dots {
  text-align: left !important;
  bottom: -30px !important;
  left: -5px !important;
}
.gallery .slick-dots li {
  margin: 0px !important;
}
.gallery .slick-dots li:before {
  display: none !important;
}
.text-2-columns {
  max-width: 650px;
  columns: 2;
}
.ml-96 {
  margin-left: 96px !important;
}
/* xl */
@media (max-width: 767px) {
  section.home {
    padding-top: 61px;
  }
  .gallery {
    padding-top: 0px !important;
    margin-top: 5px !important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }
  section.page {
    padding-bottom: 15px !important;
  }
  footer {
    position: static !important;
  }
  .home {
    position: relative;
  }
  .home:after,
  .home:before {
    display: none;
  }
}
/* sm */
/* sm only */
/* xs -> sm */
@media (max-width: 767px) {
  #main-menu.opened > ul {
    max-width: 100%;
    padding-top: 72px;
    overflow-y: scroll;
  }
  header .container-fluid,
  footer .container-fluid {
    padding: 15px;
  }
  header #logo {
    width: 220px;
  }
  #button-toggle-menu {
    top: 15px;
    right: 15px;
  }
  section.page {
    padding-top: 72px;
  }
  section.page .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.page .content {
    padding-left: 15px;
  }
}
/* md */
/* md only */
/* xs -> md */
@media (max-width: 991px) {
  section.page .gallery.fixed-top {
    margin-top: 30px;
    position: static;
    width: 100%;
  }
  section.page .gallery.fixed-top .slick-dots {
    display: none !important;
  }
  section.page .gallery.fixed-top .slick-next,
  section.page .gallery.fixed-top .slick-prev {
    height: 140px;
    width: 10px;
  }
  section.page .gallery.fixed-top .slick-prev {
    left: 0px;
  }
  section.page .gallery.fixed-top .slick-next {
    right: 0px;
  }
}
/* lg */
/* lg only */
/* xl */
