/* -- CSS Reset -- */
@font-face {
    font-family: 'OpenSans';
    src: url('../Fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../Fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-variant-numeric: oldstyle-nums;
	-moz-font-feature-settings: "onum";
	-webkit-font-feature-settings: "onum";
	font-feature-settings: "onum";
}
@font-face {
    font-family: 'OpenSansItalic';
    src: url('../Fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('../Fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-variant-numeric: oldstyle-nums;
	-moz-font-feature-settings: "onum";
	-webkit-font-feature-settings: "onum";
	font-feature-settings: "onum";
}
@font-face {
    font-family: 'OpenSansSemiBold';
    src: url('../Fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../Fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
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; }

img.alignright {
  float: right; }

img.alignleft {
  float: left; }

img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

body {
  background-color: #e6e6e6;
  border-style: none; }

body,
p,
a,
a:hover {
  color: #000000; }

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

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

html {
  background-color: #ffffff; }

body.page-template-page-fullsingle-split {
  background-color: #ffffff;
  -webkit-animation: fadein 2s;
          animation: fadein 2s; }
  body.page-template-page-fullsingle-split p {
    color: #000000; }

.fs-split {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 800px) {
    .fs-split {
      height: auto;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .fs-split .split-image {
    width: 70%;
    height: 100vh;
    background-image: url("../Images/background.jpg");
    background-position: center center;
    background-size: cover; }
    @media (max-width: 800px) {
      .fs-split .split-image {
        height: 80vh;
        width: 100%; } }
  .fs-split .split-content {
    width: 30%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    overflow: auto; }
    @media (max-width: 800px) {
      .fs-split .split-content {
        width: 100%;
        height: auto; } }
    .fs-split .split-content .split-content-vertically-center {
      padding: 80px;
      max-width: 640px;
      margin-top: auto;
      margin-bottom: 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-nom {
  font-family: 'OpenSansSemiBold', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 50px;
  color: #000000; }

.split-cat {
  font-weight: 400; }
  .split-cat h1 {
	font-family: 'OpenSansSemiBold', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.4px;
    color: #000000; }
    .split-cat a {
      color: #000000;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s; }
    .split-cat a:hover {
      color: #DD1F22;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }

.split-titre {
  padding: 20px 0 30px 0;
  font-family: 'OpenSansItalic', sans-serif;
  font-size: 18px;
  line-height: 26px; }
  .split-titre p {
    color: #000000; }
  .split-titre a {
    color: #000000;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; }
  .split-titre a:hover {
    color: #DD1F22;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s; }
