/*
Template Name: Split
Author: One Page Love
Author URI: https://onepagelove.com
Template URI: https://onepagelove.com/split
Description: Split is a centrally-divided layout for a professional online presence with a big image or video left with alongside content.
*/
/* -- CSS Reset -- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600");
@import url("https://fonts.googleapis.com/css?family=Lora");
:root, [data-theme="light"] {
  --body-bg-color: #fafafa;
  --card-bg-color: #fff;
  --box-shadow-color: rgba(0,0,0,0.2);
  --text-color: #222;
  --switch-on-color: #444352;
  --switch-off-color: #ccc;
  --toggler-color: #fff;
  --footer-text-color: #FFF;
  --footer-bg-color: #444;
}
/* Dark Mode Theme */
[data-theme="dark"] {
  --body-bg-color: #222;
  --card-bg-color: #121212;
  --box-shadow-color: rgba(100, 100, 100, 0.2);
  --text-color: #f1f1f1;
  --toggler-color: #444352;
  --switch-on-color: #fff;
  --switch-off-color: #ccc;
  --footer-text-color: #BBB;
  --footer-bg-color: #000;
}

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;*
}

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;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on;
  margin: 0;
  box-sizing: border-box;
}

img.alignright {
  float: right;
}
img.alignleft {
  float: left;
}
img.aligncenter {
  clear: both;
  /*display: flex;*/
  margin-right: auto;
  margin-left: auto;
}

body {
  display: flex;
  transition: backgroundColor 0.3s linear;
  background-color: var(--body-bg-color);
  border-style: none;
}

body,
p,
a,
a:hover {
  color: var(--text-color);
}

/*
html[dark-theme="dark"], .dark {
  color: var(--text-color);
  background-color: var(--body-bg-color);
}
*/

.dark {
  color: var(--text-color);
  background-color: var(--body-bg-color);
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.ball {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  height: 20px;
  width: 20px;
  transition: transform 0.2s linear;
}

.label {
  background-color: #888;
  opacity: 0.9;
  display: -webkit-box; /* Old Safari, iOS, Android */
  display: -moz-box; /* Old firefox */
  display: -ms-flexbox; /* IE 10 */
  display: -webkit-flex; /* Chrome 21-28, Safari 6.1+ */
  display: flex; /* IE 11, Chrome 29+, Opera 12.1+,Firefox 22+ */
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  border-radius: 50px;
  padding: 5px;
  height: 24px;
  width:50px;
  transform: scale(0.8);
}

.checkbox:checked + .label .ball {
  opacity: 1;
  transform: translateX(24px);
}

.fa-moon-o {
  color: #000;
  display: flex;
}

.fa-sun-o {
  color: #FFF;
  display: flex;
}

a,
a:hover {
  text-decoration: none;
  border: none;
  border-style: none;
  box-shadow: none;
}

/*span,*/
.lidark {
  display: inline-flex;
  display: -webkit-box; /* Old Safari, iOS, Android */
  display: -moz-box; /* Old firefox */
  display: -ms-flexbox; /* IE 10 */
  display: -webkit-flex; /* Chrome 21-28, Safari 6.1+ */
  display: flex; /* IE 11, Chrome 29+, Opera 12.1+,Firefox 22+ */
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px;
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 5px var(--box-shadow-color);
}

.lidark .lig {
  margin-right: 25px;
}


.lidark .dar {
  margin-left: 25px;
}

/* -- Content -- */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body.page-template-page-fullsingle-split {
  /* background-color: #F6F6F6;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.2px;
  /*color: #222;*/
  animation: fadein 2s;
}

p, .dark::after {
  color: #EEE;
}


.fs-split {
  width: 100%;
  height: auto;
  /* height: 100%; */
  display: -webkit-box; /* Old Safari, iOS, Android */
  display: -moz-box; /* Old firefox */
  display: -ms-flexbox; /* IE 10 */
  display: -webkit-flex; /* Chrome 21-28, Safari 6.1+ */
  display: flex; /* IE 11, Chrome 29+, Opera 12.1+,Firefox 22+ */
  display: inline-flex;
  /* overflow: auto; */
}

@media (max-width: 800px) {
  .fs-split {
    height: auto;
    flex-wrap: wrap;
  }
}

.fs-split .split-image {
  width: 40%;
  height: auto;
  /* height: 100%; */
  /* background-size: cover; */
}

@media (max-width: 400px) {
  .fs-split .split-image {
    width: 100%;
    height: 500px;
  }
}
/* .fs-split */
.split-content {
  width: 60%;
  height: auto;
  display: flex; /* IE 11, Chrome 29+, Opera 12.1+,Firefox 22+ */
  align-items: stretch;
  justify-content: space-between;
  overflow: inherit;
  flex-direction: column;
}

.split-content-header {
  width: 100%;
  /* height: auto; */
  /* min-height: 50%; */
  flex: 1 1 auto;
  order: 1;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
  /*overflow: auto;*/
}

.split-content-vertically-center {
  width: 100%;
  height: auto;
  /*min-height: 80%;*/
  padding: 60px;
  margin-top: auto;
  margin-bottom: auto;
  flex: 1 1 auto;
  order: 2;
}

.split-content-vertically-center p {
  color: var(--text-color)
}

.split-content-footer {
  width: 100%;
  height: auto;
  flex: 1 1 auto;
  order: 3;
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  box-shadow: 1px 1px 5px var(--box-shadow-color);
  background-color: var(--text-color)
  color: var(--body-bg-color);
}

@media (max-width: 800px) {
  .fs-split .split-content {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .fs-split .split-content .split-content-vertically-center {
    padding: 60px;
  }
}
@media (max-width: 800px) {
  .fs-split .split-content .split-content-vertically-center {
    padding: 40px;
  }
}

.split-intro {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -1px;
}
.split-intro h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 64px;
  text-align: center;
  margin: 40px 40px 100px 100px;
  letter-spacing: 0.4px;
  box-shadow: 8px 8px 5px var(--box-shadow-color);
  /*color: #111;*/
}
.split-intro .tagline {
  /* font-weight: 400;  */
  color: #848d96;
  text-align: center;
  /* color: #CA486d; */
}

.split-bio {
  padding: 40px 0 40px 0;
  /* font-family: "Lora", serif; */
  width: 100%;
  height: auto;
  font-size: 14px;

}
@media (max-width: 1200px) {
  .split-bio {
    padding: 10px 0 10px 0;
  }
}
@media (max-width: 800px) {
  .split-bio {
    padding: 20px 0 0 0;
  }
}
.split-bio p {
  color: #848d96;
  /* margin-bottom: 20px; */
  line-height: inherit;
  text-align: justify;
}
.split-bio a {
  color: #848d96;
  transition-duration: 0.5s;
  border-bottom: 1px dotted #848d96;
}
.split-bio a:hover {
  color: #CA486d;
  transition-duration: 0.1s;
  border-bottom: 1px dotted #CA486d;
}
.split-bio em,
.split-bio i {
  font-style: italic;
  line-height: inherit;
}
.split-bio strong,
.split-bio b {
  font-weight: bold;
  line-height: inherit;
}
.split-bio small {
  font-size: 80%;
  line-height: inherit;
}
.split-bio h1, .split-bio .h1,
.split-bio h2, .split-bio .h2,
.split-bio h3, .split-bio .h3,
.split-bio h4, .split-bio .h4,
.split-bio h5, .split-bio .h5,
.split-bio h6, .split-bio .h6 {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}
.split-bio h1 small, .split-bio .h1 small,
.split-bio h2 small, .split-bio .h2 small,
.split-bio h3 small, .split-bio .h3 small,
.split-bio h4 small, .split-bio .h4 small,
.split-bio h5 small, .split-bio .h5 small,
.split-bio h6 small, .split-bio .h6 small {
  line-height: 0;
}
.split-bio h1, .split-bio .h1 {
  font-size: 1.5em;
  line-height: inherit;
  margin-top: 0;
  /* margin-bottom: 20px; */
}
.split-bio h2, .split-bio .h2 {
  font-size: 1.25em;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 20px;
}
.split-bio h3, .split-bio .h3 {
  font-size: 1.1875em;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 20px;
}
.split-bio h4, .split-bio .h4 {
  font-size: 1.125em;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 20px;
}
.split-bio h5, .split-bio .h5 {
  font-size: 1.0625em;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 20px;
}
.split-bio h6, .split-bio .h6 {
  font-size: 1em;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 20px;
}
.split-bio ul,
.split-bio ol,
.split-bio dl {
  margin-bottom: 20px;
  list-style-position: outside;
  line-height: inherit;
}
.split-bio li {
  font-size: inherit;
}
.split-bio ul {
  margin-left: 2.25em;
  list-style-type: disc;
}
.split-bio ol {
  margin-left: 2.25em;
  list-style-type: decimal;
}
.split-bio ul ul, .split-bio ol ul, .split-bio ul ol, .split-bio ol ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}
.split-bio dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.split-bio dl dd {
  margin-bottom: 10px;
}

.split-lists .split-list {
  width: 30%;
  display: inline-block;
  margin-bottom: 40px;
  /* vertical-align: top; */
  align-items:  center;
}
@media (max-width: 500px) {
  .split-lists .split-list {
    width: 90%;
  }
}

.split-lists {
  align-items: center;
}
.split-lists .split-list h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 31px;
  color: var(--body-bg-color);
  letter-spacing: 2px;
  opacity: 0.5;
}
.split-lists .split-list ul li {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 12px;
}
.split-lists .split-list ul li a {
  color: var(--body-bg-color);
  transition-duration: 0.5s;
}
.split-lists .split-list ul li a:hover {
  color: #CA486d;
  transition-duration: 0.1s;
}


.split-links {
  display: flex;
  justify-content: space-around;
  justify-items: center;
}

.split-links .split-link {
  width: 30%;
  justify-self: stretch;
  margin-bottom: 20px;
  /* vertical-align: top; */
  align-items:  center;
}

@media (max-width: 500px) {
  .split-links .split-link {
    width: 90%;
  }
}

 .split-links .split-link h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 31px;
  color: var(--footer-text-color);
  letter-spacing: 2px;
  opacity: 0.8;
  text-align: center;
}
.split-links .split-link ul li {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 12px;
  text-align: center;
}
.split-links .split-link ul li a {
  color: #2AF;
  transition-duration: 0.5s;
  text-align: center;
}
.split-links .split-link ul li a:hover {
  color: #F5A;
  transition-duration: 0.1s;
  /*text-decoration: underline;*/
  text-shadow: 2px 2px 2px #FFF;
}
/*.split-links .split-link ul li a:visited {
  color: #AAF;
  transition-duration: 0.1s;
  text-decoration: underline;
  text-shadow: 2px 2px 2px #FFF;
}*/

.split-footer {
  padding-top: 20px;
  text-align: center;
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
}


.split-credit {
  text-align: center;
  background-color: #111;
  color: var(--footer-text-color);
  padding-top: 10px;
  padding-bottom: 10px;
}
.split-credit p {
  font-size: 14px;
  line-height: 20px;
  align-content: center;
  color: var(--footer-text-color);
}
.split-credit p a {
  color: #848d96;
}

.split-video {
  overflow: hidden;
  position: relative;
}

.video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-container {
  position: relative;
  overflow: hidden;
  height: 56.25vw;
  width: 100vw;
}
@media (max-aspect-ratio: 16/9) {
  .video-container {
    height: 100vh;
    width: 177.7777777778vh;
  }
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video.video {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.bgimg {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/images/Basse2.jpg");
  opacity: 0.5;
  width: 100%;
  height: 100%;
  min-height: 100%; }

.fal {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flexpack: row;
  flex-direction: row;
  -ms-flexpack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 15px;
  padding-top: 5px;
}

.far {
  text-transform: capitalize;
  background-position: left;
  /*display: flex;*/
  font-size: 70%;
  /* color: #888; */
  border-radius: 50%;
  padding: 5px;
}

.hjim_es {
  background-image: url("/images/es_icon.png");
}

.hjim_en {
  background-image: url("/images/en_icon.png");
}

.hjim_fr {
  background-image: url("/images/fr_icon.png");
}


.w3-sidebar {
  height: 100%;
  width: 200px;
  background-color: #fff;
  position: fixed !important;
  z-index: 1;
  overflow: auto; }

.w3-animate-right {
  position: relative;
  animation: animateright 0.4s; }

  @keyframes w3-spin {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(359deg); } }

  .w3-animate-fading {
    animation: fading 10s infinite; }

  @keyframes fading {
    0% {
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      opacity: 0; } }

  .w3-animate-opacity {
    animation: opac 0.8s; }

  @keyframes opac {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }

  .w3-animate-top {
    position: relative;
    animation: animatetop 0.4s; }

  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0; }
    to {
      top: 0;
      opacity: 1; } }

  .w3-animate-left {
    position: relative;
    animation: animateleft 0.4s; }

  @keyframes animateleft {
    from {
      left: -300px;
      opacity: 0; }
    to {
      left: 0;
      opacity: 1; } }

  .w3-animate-right {
    position: relative;
    animation: animateright 0.4s; }

  @keyframes animateright {
    from {
      right: -300px;
      opacity: 0; }
    to {
      right: 0;
      opacity: 1; } }

  .w3-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s; }

  @keyframes animatebottom {
    from {
      bottom: -300px;
      opacity: 0; }
    to {
      bottom: 0;
      opacity: 1; } }

  .w3-animate-zoom {
    animation: animatezoom 0.6s; }

  @keyframes animatezoom {
    from {
      transform: scale(0); }
    to {
      transform: scale(1); } }


@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  } to {
    right: 0;
    opacity: 1;
  }
}

.w3-black, .w3-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.w3-xxlarge {
  font-size: 36px !important;
}

@media (max-width: 800px){
  .w3-xxlarge {
    font-size: 24px !important;
  }
}

@media (max-width: 600px){
  .w3-xxlarge {
    font-size: 18px !important;
  }
}

.w3-btn, .w3-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  /* vertical-align: middle; */
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.w3-btn, .w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3-bar .w3-button {
  white-space: normal;
}

.w3-button:hover {
  color: #000 !important;
  background-color: #ccc !important;
}

.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.w3-bar-block .w3-dropdown-hover, .w3-bar-block .w3-dropdown-click {
  width: 100%;
  min-width: 100%;
  text-align: left;
  padding: 8px 16px;
}

.w3-bar-block .w3-bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0;
}

@media (max-width: 800px){
  .w3-button .w3-bar-block .w3-bar-item .w3-dropdown-click {
    padding: 4px 8px;
  }
}

@media (max-width: 600px){
  .w3-button .w3-bar-block .w3-bar-item .w3-dropdown-click {
    padding: 3px 6px;
  }
}


.w3-bar-block.w3-center .w3-bar-item {
  text-align: center;
}

.w3-bar-item.w3-mobile, .w3-dropdown-hover.w3-mobile, .w3-dropdown-click.w3-mobile {
    text-align: center;
}

.w3-text-grey, .w3-hover-text-grey:hover, .w3-text-gray, .w3-hover-text-gray:hover {
  color: #757575 !important;
}

.w3-black, .w3-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.w3-black, .w3-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.w3-top, .w3-bottom {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.w3-white, .w3-hover-white:hover {
  color: #000 !important;
  background-color: #fff !important;
}
