@charset "UTF-8";
/* -------------------------------
 * CONFIG
 * ------------------------------*/
/* ------------------------
* COLORS
* -----------------------*/
/* ------------------------
* FONTS
* -----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&family=Beth+Ellen&family=Shadows+Into+Light+Two&family=The+Girl+Next+Door&family=Nunito+Sans:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@200&display=swap");
/* -----------------------
* Mediaqueries
* ---------------------*/
/* -------------------------------
 * REM MIXIN
 * ------------------------------*/
/* -----------------------------------
 * Font Awesome
 * ----------------------------------*/
/* -----------------------------------
 * Gradient
 * ----------------------------------*/
/*
	Exemple d'utilisation

	.selector-1 {
	// $default-direction: 180deg
	@include background-gradient($brand-raspberry, $brand-candy);
	}

	.selector-2 {
	@include background-gradient(to right, (color($brand-candy, .53) 10%, color($brand-candy, .96) 100%));
	}

	.selector-3 {
	@include background-gradient(48deg, (color($brand-candy, .1) 0%, color($brand-candy, .5) 50%, $brand-candy 100%));
	}
*/
/* -----------------------
 * Mediaqueries
 * ---------------------*/
/* -----------------------------
 * HEADING
 * ----------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #898B8C;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}

/* -----------------------------
 * GRID
 * ----------------------------*/
.container, .block-views-blockpromote-block-1, .block-views-blockpromote-block-2 .view-content, .block-views-blockpromote-block-3 .item-list ul, #block-views-block-promote-block-4 .view-content, .field--name-field-intro, .path-frontpage .block-system-branding-block, .path-node .region-content,
.path-user .region-content, .menu--main .menu {
  width: 90%;
  max-width: 1120px;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
}

/* -----------------------------
 * FORMS
 * ----------------------------*/
input[type="text"],
input[type="password"] {
  padding: 10px;
  padding: 0.625rem;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  border-radius: 5px;
  background-image: none;
  border: 1px solid #898B8C;
}

input:focus[type="text"],
input:focus[type="password"] {
  outline: none;
  border-color: #656669;
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
  color: #656669;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
  color: #656669;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
  color: #656669;
  opacity: 1;
}

input:disabled[type="text"],
input:disabled[type="password"], input[readonly][type="text"],
input[readonly][type="password"] {
  background-color: #f8f9fa;
  opacity: 1;
}

input:disabled[type="text"],
input:disabled[type="password"] {
  color: #898B8C;
  cursor: pointer;
}

input.error[type="text"],
input.error[type="password"] {
  border-color: #ff0000;
}

input.error[type="text"] + .description, input.error[type="password"] + .description {
  color: #ff0000;
}

/* ---------------------------
 * BUTTONS
 * --------------------------*/
input[type="submit"], .tabs.primary a {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

input[type="submit"], .tabs.primary a {
  background: #00457B;
  color: #fff;
}

input:hover[type="submit"], .tabs.primary a:hover, input:focus[type="submit"], .tabs.primary a:focus {
  background: #00457B;
}

/* -------------------------------
 * LIBRARIES
 * ------------------------------*/
@font-face {
  font-family: 'icofont';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icofont.woff") format("woff"), url("../fonts/icofont.woff2") format("woff2");
}

.icon[class^='icon-'],
.icon[class*=' icon-'] {
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.icon-facebook::before {
  content: "";
}

.icon-linkedin::before {
  content: "";
}

.icon-mail::before {
  content: "";
}

.icon-home::before {
  content: "";
}

.icon-logout::before {
  content: "";
}

/* -------------------------------
 * BASE
 * ------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 */
/* Document
	 ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *		controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
	 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

*:focus,
*:active {
  outline: none;
  box-shadow: none;
}

body {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5;
  color: #656669;
}

h1 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 5px;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 800;
  color: #86888A;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: all linear .2s;
  color: #656669;
  text-decoration: none;
}

a:hover, a:focus {
  color: #00457B;
}

.visually-hidden {
  display: none;
}

.icon-facebook {
  color: #3b5998;
}

.icon-linkedin {
  color: #0274b3;
}

.icon-mail {
  color: #00457B;
}

/* -------------------------------
 * COMPONENTS
 * ------------------------------*/
.views-field-nothing .accordion .acc-content {
  display: none;
}

.views-field-nothing .accordion .acc-content.open {
  display: block;
}

.views-field-nothing .accordion > h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  display: block;
  font-weight: bold;
  color: #636566;
}

.views-field-nothing .accordion > h2 a {
  white-space: nowrap;
}

.views-field-nothing .accordion > h2 a:before {
  content: '-';
  margin-right: 10px;
  margin-right: 0.625rem;
}

.views-field-nothing .accordion > h2 a:after {
  border-style: solid;
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-color: transparent #898B8C transparent transparent;
  border-width: 11px 14px 11px 0;
  margin-left: 35px;
  margin-left: 2.1875rem;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .views-field-nothing .accordion > h2 a:after {
    margin-left: 15px;
    margin-left: 0.9375rem;
  }
}

.views-field-nothing .accordion > h2.open a:after {
  border-style: solid;
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-color: #898B8C transparent transparent transparent;
  border-width: 14px 11px 0 11px;
}

.block-views-blockpromote-block-1 .views-row {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  display: flex;
  position: relative;
}

@media (max-width: 991px) {
  .block-views-blockpromote-block-1 .views-row {
    display: block;
  }
}

.block-views-blockpromote-block-1 .views-row:nth-child(2n) {
  flex-direction: row-reverse;
  text-align: right;
}

@media (max-width: 991px) {
  .block-views-blockpromote-block-1 .views-row:nth-child(2n) {
    text-align: left;
  }
}

.block-views-blockpromote-block-1 .views-row:nth-child(2n) .views-field-nothing {
  max-width: 55%;
  margin-right: 10%;
  margin-left: auto;
}

@media (max-width: 991px) {
  .block-views-blockpromote-block-1 .views-row:nth-child(2n) .views-field-nothing {
    max-width: 100%;
    margin-right: 0;
  }
}

.block-views-blockpromote-block-1 .views-row:nth-child(2n) .views-field-nothing:before {
  left: auto;
  right: 36%;
}

.block-views-blockpromote-block-1 .views-row:nth-child(2n) .views-field-nothing .accordion > h2 a:after {
  margin-left: 10px;
  margin-left: 0.625rem;
  content: '-';
  border: none;
  width: auto;
  height: auto;
  vertical-align: baseline;
}

@media (max-width: 991px) {
  .block-views-blockpromote-block-1 .views-row:nth-child(2n) .views-field-nothing .accordion > h2 a:after {
    border-style: solid;
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-color: transparent #898B8C transparent transparent;
    border-width: 11px 14px 11px 0;
    margin-left: 15px;
    margin-left: 0.9375rem;
    margin-right: 0;
    vertical-align: middle;
    content: "";
  }
}

.block-views-blockpromote-block-1 .views-row:nth-child(2n) .views-field-nothing .accordion > h2 a:before {
  border-style: solid;
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #898B8C;
  border-width: 11px 0 11px 14px;
  margin-right: 35px;
  margin-right: 2.1875rem;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .block-views-blockpromote-block-1 .views-row:nth-child(2n) .views-field-nothing .accordion > h2 a:before {
    margin-right: 10px;
    margin-right: 0.625rem;
    content: '-';
    border: none;
    vertical-align: baseline;
    width: auto;
    height: auto;
  }
}

.block-views-blockpromote-block-1 .views-row:nth-child(2n) .views-field-nothing .accordion > h2.open a:before {
  border-style: solid;
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-color: #898B8C transparent transparent transparent;
  border-width: 14px 11px 0 11px;
}

.block-views-blockpromote-block-1 .views-field-field-image {
  max-width: 35%;
}

@media (max-width: 991px) {
  .block-views-blockpromote-block-1 .views-field-field-image {
    max-width: 100%;
  }
}

.block-views-blockpromote-block-1 .views-field-nothing {
  margin-left: 10%;
  width: 60%;
}

@media (max-width: 991px) {
  .block-views-blockpromote-block-1 .views-field-nothing {
    margin-left: 0;
    width: 100%;
  }
}

.block-views-blockpromote-block-1 .views-field-nothing:before {
  height: 1px;
  background: #898B8C;
  width: 8%;
  display: block;
  content: "";
  position: absolute;
  left: 36%;
  top: 48px;
}

@media (max-width: 991px) {
  .block-views-blockpromote-block-1 .views-field-nothing:before {
    display: none;
  }
}

.block-views-blockpromote-block-1 .views-field-nothing .field-content > h2 {
  letter-spacing: 3px;
  font-weight: 700;
}

.block-views-blockpromote-block-2 {
  padding: 50px 0;
  padding: 3.125rem 0;
  background: #ADADAD;
  color: #fff;
  position: relative;
}

.block-views-blockpromote-block-2 h2 {
  color: #fff;
}

.block-views-blockpromote-block-2 .intro {
  display: flex;
  position: relative;
}

@media (max-width: 991px) {
  .block-views-blockpromote-block-2 .intro {
    display: block;
  }
}

.block-views-blockpromote-block-2 .intro:before {
  height: 1px;
  background: #fff;
  width: 8%;
  display: block;
  content: "";
  position: absolute;
  left: 36%;
  top: 58px;
}

@media (max-width: 991px) {
  .block-views-blockpromote-block-2 .intro:before {
    display: none;
  }
}

.block-views-blockpromote-block-2 .intro .content {
  width: 60%;
  margin-left: calc(10% + 5px);
}

@media (max-width: 991px) {
  .block-views-blockpromote-block-2 .intro .content {
    width: 100%;
    margin-left: 0;
  }
}

.block-views-blockpromote-block-2 .intro .img {
  font-size: 45px;
  font-size: 2.8125rem;
  padding: 20px;
  padding: 1.25rem;
  width: calc(37% - 40px);
  border: 1px solid #fff;
  position: relative;
}

@media (max-width: 991px) {
  .block-views-blockpromote-block-2 .intro .img {
    width: calc(100% - 40px);
  }
}

.block-views-blockpromote-block-2 .intro .img:before {
  display: block;
  content: "";
  padding-top: 100%;
}

.block-views-blockpromote-block-2 .intro .img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 75%;
}

.block-views-blockpromote-block-2 .intro p {
  font-size: 24px;
}

.block-views-blockpromote-block-3 {
  background: linear-gradient(180deg, #fff 0%, #fff 47px, #656669 47px, #fff 49px, #fff 100%);
  text-align: center;
  position: relative;
}

.block-views-blockpromote-block-3 h2 {
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: center;
  display: inline-block;
  background: #fff;
}

.block-views-blockpromote-block-3 .item-list ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .block-views-blockpromote-block-3 .item-list ul {
    display: block;
  }
}

.block-views-blockpromote-block-3 .item-list li {
  flex: 0 0 32%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.block-views-blockpromote-block-3 .item-list li p {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  flex: 1 1 auto;
}

.block-views-blockpromote-block-3 .item-list li h2 {
  margin-bottom: 0;
  font-weight: 400;
}

@media (min-width: 992px) {
  .block-views-blockpromote-block-3 .item-list li div {
    height: 205px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.block-views-blockpromote-block-3 .item-list img {
  max-width: 55%;
}

#block-views-block-service-block-1 {
  width: 100%;
  margin-bottom: 50px;
}

#block-views-block-service-block-1 h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 5px 0 29px;
  margin: 0.3125rem 0 1.8125rem;
  color: #86888A;
  font-weight: 800;
}

#block-views-block-service-block-1 .view-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 991px) {
  #block-views-block-service-block-1 .view-content {
    display: block;
  }
}

#block-views-block-service-block-1 .views-row {
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #898B8C;
  max-width: 40%;
  box-sizing: border-box;
  position: relative;
}

#block-views-block-service-block-1 .views-row:first-child {
  width: 30%;
  margin: 0 60px 60px;
  font-family: "Indie Flower", cursive;
  font-size: 20px;
}

@media (max-width: 991px) {
  #block-views-block-service-block-1 .views-row:first-child {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: none;
  }
}

#block-views-block-service-block-1 .views-row:nth-child(2) {
  margin-right: 100px;
  margin-left: 50px;
  width: calc(70% - 210px);
  font-family: "Shadows Into Light Two", cursive;
  font-size: 22px;
}

@media (max-width: 991px) {
  #block-views-block-service-block-1 .views-row:nth-child(2) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: none;
  }
}

#block-views-block-service-block-1 .views-row:nth-child(3) {
  margin-left: 210px;
  width: calc(70% - 210px);
  max-width: 30%;
  font-family: "Beth Ellen", cursive;
  font-size: 20px;
}

@media (max-width: 991px) {
  #block-views-block-service-block-1 .views-row:nth-child(3) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: none;
  }
}

#block-views-block-service-block-1 .views-row:nth-child(4) {
  margin-left: 60px;
  margin-top: -10px;
  font-family: "The Girl Next Door", cursive;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 991px) {
  #block-views-block-service-block-1 .views-row:nth-child(4) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: none;
  }
}

#block-views-block-service-block-1 p:first-child:before {
  content: "...";
  margin-right: 5px;
}

#block-views-block-promote-block-4 {
  padding: 20px 0;
  padding: 1.25rem 0;
  background: linear-gradient(0deg, #fff 0%, #fff 55px, #656669 55px, #fff 57px, #fff 100%);
}

#block-views-block-promote-block-4 .view-content {
  text-align: right;
}

#block-views-block-promote-block-4 a {
  vertical-align: middle;
}

#block-views-block-promote-block-4 .views-row {
  padding: 0 10px;
  padding: 0 0.625rem;
  display: inline-block;
  background: #fff;
  font-size: 40px;
}

#block-views-block-promote-block-4 .views-row div {
  padding: 0 8px;
  padding: 0 0.5rem;
  display: inline-block;
}

#block-aireintime-local-tasks {
  flex: 0 0 100%;
}

#block-logout {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 20px;
  background: #b2e59e;
  line-height: 1;
  z-index: 200;
}

#block-logout .field-name-body a {
  font-size: 40px;
  line-height: 1;
}

.field--name-field-intro {
  padding: 20px 0 40px 0;
  padding: 1.25rem 0 2.5rem 0;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  color: #fff;
  text-align: right;
  position: relative;
}

.field--name-field-intro p {
  margin: 0;
  margin-right: 35%;
}

@media (max-width: 991px) {
  .field--name-field-intro p {
    margin-right: 0;
  }
}

.field--name-field-intro strong {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
  letter-spacing: 6px;
}

.field--name-field-intro:after {
  display: block;
  content: "";
  width: 20%;
  background: url("../images/curve.svg") no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 40px;
  bottom: 40px;
  right: 5%;
}

@media (max-width: 991px) {
  .field--name-field-intro:after {
    display: none;
  }
}

.path-frontpage .node__content {
  background: #ADADAD;
}

.path-node .field--name-field-image {
  margin-right: 20px;
  margin-right: 1.25rem;
  float: left;
  width: 20%;
}

@media (max-width: 991px) {
  .path-node .field--name-field-image {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

li p {
  margin: 0;
}

.views-field-edit-node {
  font-family: "Nunito Sans", sans-serif;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
}

.views-field-edit-node a {
  background-color: #b2e59e;
  border-radius: 30px;
  padding: 10px 20px;
}

.site-logo {
  display: block;
  max-width: 300px;
  width: 30%;
}

@media (max-width: 991px) {
  .site-logo {
    width: 50%;
  }
}

.site-slogan {
  margin-left: 30px;
  margin-left: 1.875rem;
  font-family: "Work Sans", sans-serif;
  font-size: 45px;
  font-weight: 300;
  flex: 1 1 auto;
  color: #898B8C;
}

@media (max-width: 991px) {
  .site-slogan {
    font-size: 25px;
  }
  .site-slogan:before {
    display: block;
    content: "";
    background: url("../images/geraldine-vanbraekel.jpg") no-repeat;
    width: 90px;
    height: 130px;
    background-size: contain;
    margin-left: -20px;
  }
}

@media (max-width: 350px) {
  .site-slogan {
    font-size: 20px;
  }
  .site-slogan:before {
    width: 70px;
    height: 105px;
  }
}

.site-slogan .first-word {
  display: block;
  margin-left: -20px;
}

.site-slogan .big-cap {
  display: none;
}

.path-frontpage .block-system-branding-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.path-frontpage .block-system-branding-block:after {
  display: block;
  content: "";
  background: url("../images/geraldine-vanbraekel.jpg") no-repeat;
  width: 300px;
  height: 325px;
  background-size: contain;
}

@media (max-width: 991px) {
  .path-frontpage .block-system-branding-block:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .path-frontpage .block-system-branding-block {
    flex-wrap: wrap;
  }
}

.path-node .block-system-branding-block {
  margin-right: 20px;
  margin-right: 1.25rem;
  width: 20%;
}

@media (max-width: 991px) {
  .path-node .block-system-branding-block {
    width: 50%;
  }
}

.path-node .block-system-branding-block .site-logo {
  width: 100%;
}

@media (max-width: 991px) {
  header {
    position: relative;
  }
}

.path-frontpage header {
  padding-top: 30px;
  padding-top: 1.875rem;
}

@media (max-width: 991px) {
  .path-node header {
    padding-top: 30px;
    padding-top: 1.875rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.path-node .region-content {
  padding-top: 30px;
  padding-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.path-node .block-page-title-block {
  flex: 1 1 auto;
  text-align: center;
}

input[type="submit"] {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  border: none;
}

.form-item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.menu--main {
  background: #898B8C;
  border-bottom: 5px solid #fff;
}

.path-frontpage .menu--main {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media (max-width: 991px) {
  .menu--main {
    display: none;
    opacity: 0;
    transition: all ease-in .3s;
  }
  .menu--main.active {
    display: block;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 100;
  }
}

.menu--main a {
  color: #fff;
}

.menu--main .menu {
  display: flex;
  justify-content: stretch;
  margin: 0 auto;
  padding: 5px 0;
}

@media (max-width: 991px) {
  .menu--main .menu {
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
}

.menu--main .menu-item {
  flex: 1 1 auto;
  text-align: center;
  border-left: 1px solid #fff;
  padding: 0;
  list-style: none;
}

@media (max-width: 991px) {
  .menu--main .menu-item {
    border: none;
    flex: none;
  }
}

.menu--main .menu-item:first-child {
  border-left: 0;
}

@media (min-width: 700px) {
  .menu--main .menu-item:first-child a {
    font-size: 0;
    padding: 0;
    line-height: 38px;
  }
}

@media (min-width: 700px) {
  .menu--main .menu-item:first-child a:before {
    content: "";
    display: inline-block;
    font-family: 'icofont';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    font-size: 18px;
    vertical-align: middle;
  }
}

.menu--main .menu-item a {
  display: block;
  padding: 5px 0;
}

@media (max-width: 991px) {
  .menu--main .menu-item a {
    padding: 10px 0;
  }
}

.menu--main .menu-item a.is-active {
  color: #fff;
}

.tabs.primary {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 0;
  display: flex;
}

@media (max-width: 991px) {
  .tabs.primary {
    display: none;
  }
}

.tabs.primary li {
  list-style: none;
}

.tabs.primary a {
  background-color: #898B8C;
}

.tabs.primary a.is-active {
  background-color: #b2e59e;
  color: #898B8C;
}

.tabs.primary a.is-active:hover {
  background-color: #b2e59e;
}

.tabs.primary a:hover {
  background: #ADADAD;
}

.mobile-nav {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  padding: 12px 0;
}

.navicon {
  display: none;
  background: #898B8C;
  height: 4px;
  position: relative;
  transition: background .2s ease-out;
  width: 30px;
}

.navicon:before, .navicon:after {
  background: #898B8C;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.navicon:before {
  top: 8px;
}

.navicon:after {
  top: -8px;
}

.active .navicon {
  background: transparent;
}

.active .navicon:before, .active .navicon:after {
  top: 0;
}

.active .navicon:before {
  transform: rotate(-45deg);
}

.active .navicon:after {
  transform: rotate(45deg);
}

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

/* -------------------------------
 * THEME
 * ------------------------------*/

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