@charset "UTF-8";
/*!
Theme Name: A3P Prévoyance
Theme URI: http://underscores.me/
Author: Web Adn
Author URI: https://www.web-adn.com/
Description: Thème wordpress sur-mesure pour le site A3P Prévoyance
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: a3p-prevoyance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

A3P Prévoyance is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  font-weight: 900;
  color: #1c1c1c;
  clear: both;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  margin: 0;
}

h1 {
  font-size: 2.488rem;
  line-height: 3.11rem;
}

h2 {
  font-size: 2.074rem;
  line-height: 2.5925rem;
}

h3 {
  font-size: 1.728rem;
  line-height: 2.16rem;
}

h4 {
  font-size: 1.44rem;
  line-height: 1.8rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.text--blue {
  color: #3d6aee;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #747474;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

html {
  font-size: 14px;
}

@media screen and (min-width: 640px) {
  html {
    font-size: 16px;
  }
}
/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
}
body .wrapper {
  display: flex;
  flex: 1 1 100%;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: calc(1100px + 2rem);
  padding: 0 1rem;
}

hr {
  background-color: #979797;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

.blob {
  display: block;
  width: 122px;
  height: 172px;
  background-image: url('data:image/svg+xml;utf8,<svg width="122px" height="172px" viewBox="0 0 122 172" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><!-- Generator: Sketch 63.1 (92452) - https://sketch.com --><title>Formes</title><desc>Created with Sketch.</desc><g id="v2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Page-de-contenus-Copy" transform="translate(-19.000000, -5144.000000)"><g id="Formes" transform="translate(19.000000, 5144.000000)"><path d="M85.6649279,0.648438814 C72.3774574,5.63263441 73.2190921,12.862668 78.9447981,20.7987746 C84.670504,28.7348812 100.428496,36.6350749 104.149817,28.7169248 C107.871137,20.7987746 98.9523984,-4.33575678 85.6649279,0.648438814 Z" id="Path-3-Copy" fill="%23ffca28"></path><path d="M102.07164,48.5019342 C50.5971073,30.4993553 36.277398,30.4993553 23.4315089,48.5019342 C10.5856197,66.5045132 -12.318637,87.438847 8.20203407,114.991508 C28.7227051,142.544169 43.8757596,167.037449 67.8499006,171.847131 C91.8240416,176.656813 153.546174,66.5045132 102.07164,48.5019342 Z" id="Path-2-Copy" fill="%233d6aee"></path></g></g></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.blob-reverse {
  display: block;
  width: 124px;
  height: 161px;
  background-image: url('data:image/svg+xml;utf8,<svg width="124px" height="161px" viewBox="0 0 124 161" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><!-- Generator: Sketch 63.1 (92452) - https://sketch.com --><title>Forme_FAQ</title><desc>Created with Sketch.</desc><g id="v2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Forme_FAQ" transform="translate(-28.084122, -16.610819)"><path d="M105.657115,145.63672 C92.3696449,150.620916 93.2112796,157.850949 98.9369856,165.787056 C104.662692,173.723162 120.420684,181.623356 124.142004,173.705206 C127.863325,165.787056 118.944586,140.652524 105.657115,145.63672 Z" id="Path-3-Copy" fill="%23ffca28" transform="translate(109.992187, 160.988281) rotate(-113.000000) translate(-109.992187, -160.988281) "></path><path d="M124.07164,32.5019342 C72.5971073,14.4993553 58.277398,14.4993553 45.4315089,32.5019342 C32.5856197,50.5045132 9.681363,71.438847 30.2020341,98.9915078 C50.7227051,126.544169 65.8757596,151.037449 89.8499006,155.847131 C113.824042,160.656813 175.546174,50.5045132 124.07164,32.5019342 Z" id="Path-2-Copy" fill="%233d6aee" transform="translate(83.000000, 87.500000) rotate(23.000000) translate(-83.000000, -87.500000) "></path></g></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.blob-2 {
  display: block;
  width: 107px;
  height: 104px;
  background-image: url('data:image/svg+xml;utf8,<svg width="107px" height="104px" viewBox="0 0 107 104" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><!-- Generator: Sketch 63.1 (92452) - https://sketch.com --><title>FormeJaune</title><desc>Created with Sketch.</desc><g id="v2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Desktop-Copy-9" transform="translate(-1062.000000, -2541.000000)" fill="%23ffca28"><g id="FormeJaune" transform="translate(1062.000000, 2541.000000)"><path d="M99.8234883,26.9495585 C70.8223155,-8.69532968 14.1349704,-3.64563718 7.14845081,11.6519607 C0.161931224,26.9495585 -4.63085834,52.5507569 7.14845081,71.0384485 C18.92776,89.52614 47.3658031,86.3577055 54.1883344,101.407769 C61.0108657,116.457833 128.824661,62.5944467 99.8234883,26.9495585 Z" id="Path-4"></path></g></g></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.blob-3 {
  display: block;
  width: 204px;
  height: 205px;
  background-image: url('data:image/svg+xml;utf8,<svg width="204px" height="205px" viewBox="0 0 204 205" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><!-- Generator: Sketch 63.1 (92452) - https://sketch.com --><title>FormeRose</title><desc>Created with Sketch.</desc><g id="v2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Desktop-Copy-8" transform="translate(-1070.000000, -1517.000000)" fill="%23ff7367"><g id="FormeRose" transform="translate(1062.000000, 1506.361980)"><path d="M200.250608,66.5669437 C144.687614,-1.63817891 36.081018,8.02421347 22.6956301,37.2955786 C9.31024206,66.5669437 0.127794769,115.553852 22.6956301,150.929339 C45.2634653,186.304826 99.7475667,180.242148 112.818772,209.039867 C125.889976,237.837585 255.813603,134.772066 200.250608,66.5669437 Z" id="Path-4" transform="translate(111.500000, 114.500000) rotate(277.000000) translate(-111.500000, -114.500000) "></path></g></g></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  font-weight: bold;
  color: #3d6aee;
  text-decoration: none;
  background-image: linear-gradient(0deg, #abc7ff 0%, #abc7ff 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 7px;
  transition: all 250ms ease;
}
a:visited {
  color: #3d6aee;
}
a:hover, a:focus, a:active {
  color: #243699;
  background-size: 100% 100%;
  transition: all 250ms ease;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.btn--filled-blue:visited {
  color: #ffffff;
}

.btn--filled-red:visited {
  color: #ffffff;
}

.btn--outline:visited {
  color: #3d6aee;
}

.btn--simple:visited {
  color: #3d6aee;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.btn {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  border: none;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  background-image: none;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.btn:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
.btn:active,
.btn:focus {
  border-color: #aaa #bbb #bbb;
}

.btn--filled-blue,
.gform_footer > .gform_button {
  border: 2px solid #3d6aee;
  background-color: #3d6aee;
  color: #ffffff;
}
.btn--filled-blue:hover, .btn--filled-blue:active,
.gform_footer > .gform_button:hover,
.gform_footer > .gform_button:active {
  border: 2px solid #3d6aee;
  background-color: transparent;
  color: #3d6aee;
}

.btn--filled-red {
  border: 2px solid #ff7367;
  background-color: #ff7367;
  color: #ffffff;
}
.btn--filled-red:hover, .btn--filled-red:active {
  border: 2px solid #ff7367;
  background-color: transparent;
  color: #ff7367;
}

.btn--outline {
  border: 2px solid #3d6aee;
  color: #3d6aee;
}
.btn--outline:hover, .btn--outline:active {
  border: 2px solid #3d6aee;
  background-color: #3d6aee;
  color: #ffffff;
}

.btn--simple {
  background-color: #ffffff;
  color: #3d6aee;
}
.btn--simple:hover, .btn--simple:active, .btn--simple:focus {
  color: #3d6aee;
}

.btn--download::before {
  content: "";
  display: inline-block;
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  margin-right: 0.5rem;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="arrow-to-bottom" class="svg-inline--fa fa-arrow-to-bottom fa-w-12" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M348.5 264l-148 148.5c-4.7 4.7-12.3 4.7-17 0L35.5 264c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l115.4 116V44c0-6.6 5.4-12 12-12h10c6.6 0 12 5.4 12 12v311.9L324.4 240c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.6 4.7 12.2 0 16.9zM384 468v-8c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12z"></path></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="arrow-to-bottom" class="svg-inline--fa fa-arrow-to-bottom fa-w-12" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M348.5 264l-148 148.5c-4.7 4.7-12.3 4.7-17 0L35.5 264c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l115.4 116V44c0-6.6 5.4-12 12-12h10c6.6 0 12 5.4 12 12v311.9L324.4 240c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.6 4.7 12.2 0 16.9zM384 468v-8c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12z"></path></svg>');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.btn--download:hover, .btn--download:active, .btn--download:focus {
  color: #243699;
}

@media screen and (max-width: 639px) {
  button,
  input[type=button],
  input[type=reset],
  input[type=submit],
  .btn {
    border-radius: 0.2143rem;
  }
}
@media screen and (min-width: 640px) {
  button,
  input[type=button],
  input[type=reset],
  input[type=submit],
  .btn {
    padding: 1.25rem 1.75rem;
    border-radius: 0.1875rem;
  }
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: none;
  border-radius: 0.125rem;
  padding: 1rem 1.5rem;
  font-weight: bold;
  background-color: #ebebeb;
  color: #747474;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #1c1c1c;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=checkbox]:not(:checked) + label,
input[type=checkbox]:checked + label,
input[type=radio]:not(:checked) + label,
input[type=radio]:checked + label {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
}

input[type=checkbox] + label::before,
input[type=radio] + label::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #979797;
  background-color: #ffffff;
}

input[type=checkbox]:not(:checked) + label::after,
input[type=radio]:not(:checked) + label::after {
  transform: scale(0);
  transition: all 200ms ease;
}

input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after {
  transform: scale(1);
  transition: all 200ms ease;
}

input[type=checkbox] + label::after,
input[type=radio] + label::after {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  background-color: #3d6aee;
}

select {
  padding-right: 2rem;
  border: none;
  border-bottom: 4px solid #abc7ff;
  font-weight: bold;
  background: none;
  color: #1c1c1c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%233d6aee" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
  background-position: right 0.5rem top 50%;
  background-repeat: no-repeat;
  background-size: 1rem;
  cursor: pointer;
}

textarea {
  width: 100%;
}

label {
  color: #1c1c1c;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea,
  select {
    border-radius: 0.2143rem;
  }
  input[type=checkbox] + label::before,
  input[type=radio] + label::before {
    border-radius: 0.2143rem;
  }
}
@media screen and (min-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea,
  select {
    border-radius: 0.1875rem;
  }
  input[type=checkbox] + label::before,
  input[type=radio] + label::before {
    border-radius: 0.1875rem;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.header {
  position: fixed;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #979797;
  background-color: #ffffff;
  z-index: 2;
}

.main {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 77px;
  overflow: hidden;
}

.footer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #1c1c1c;
  color: #ffffff;
}
.footer .wrapper {
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1rem 2rem;
}

@media screen and (min-width: 640px) {
  .footer .wrapper {
    padding: 2rem 1rem 2rem;
  }
}
.all-posts-list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0 20px;
}

.card-post {
  text-align: left;
  background-color: #27375F;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}

.card-post__content {
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-post__title {
  font-size: 20px;
  color: #FFFFFF;
  padding-top: 10px;
}

.card-post__excerpt {
  font-size: 15px;
  color: #FFFFFF;
  flex-grow: 1;
}

.card-post__figure {
  margin-top: 0px;
}

.card-post__figure img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}

.card-post__link {
  margin-top: auto;
  background-image: none;
}

.card-post__button {
  width: fit-content;
  height: 40px;
  color: #FFFFFF;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.card-post__button:hover {
  background-color: #FFFFFF;
  color: #000000;
  transition: color 0.1s;
}

@media screen and (min-width: 768px) {
  .all-posts-list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
  }
}
@media screen and (min-width: 1024px) {
  .all-posts-list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
    margin: 60px auto;
  }
  .card-post {
    text-align: left;
    background-color: #27375F;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    max-width: 450px;
  }
}
.banner {
  width: 100%;
  height: 500px;
  margin-top: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #1c1c1c;
  padding: 150px 0 40px 0;
}
.banner h1 {
  font-size: 2.5em;
  margin: 0;
}
.banner p {
  font-size: 1.5em;
  margin: 0;
}
.banner a {
  color: #ffffff;
  text-decoration: none;
}
.banner a:hover {
  text-decoration: underline;
}
.banner__wrapper {
  position: relative;
  margin: 0 auto;
  height: 100%;
  max-width: 1160px;
  padding: 0 20px;
}
.banner__content {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  max-width: 400px;
  height: 180px;
  background-color: #ffffff;
  padding: 20px 30px;
}

p.banner__title {
  font-weight: 700;
  font-size: 30px;
}

@media screen and (max-width: 1024px) {
  .banner__content {
    height: 150px;
    top: 50%;
  }
}
@media screen and (max-width: 750px) {
  .banner {
    height: 450px;
    padding: 100px 0 40px 0;
  }
  .banner__content {
    height: 150px;
    right: 5%;
    width: 90%;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0 0 50px;
}

.pagination a {
  margin: 0 5px;
  padding: 8px 12px;
  background: #f4f4f4;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}

.pagination a:hover {
  background: #ddd;
}

.pagination .current {
  font-weight: bold;
  background: #333;
  color: #fff;
  padding: 8px 12px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.header__nav {
  display: flex;
  flex: 1 1 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
.header__nav .header__link {
  background-image: none;
}
.header__nav .header__brand {
  display: block;
  width: 70px;
  height: 60px;
}
.header__nav .header__brand .header__link {
  display: block;
  width: 100%;
  height: 100%;
}
.header__nav .header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.footer__menus {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer__menus:last-child::before {
  content: "";
  display: block;
  margin: 2rem auto;
  border-top: 1px solid #535353;
}
.footer__menus .footer__brand {
  display: block;
  align-self: center;
  width: 112px;
  height: 97px;
}
.footer__menus .footer__menu {
  flex: 1;
  padding: 1rem;
}
.footer__menus .footer__menu p {
  margin: 0;
}
.footer__menus .footer__menu .footer__submenu {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.footer__menus .footer__menu .footer__submenu .footer__submenu-title {
  color: #ffffff;
}
.footer__menus .footer__menu .footer__submenu .footer__item .footer__link {
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  background-image: none;
}

.footer__menus:first-of-type .footer__menu:last-of-type .footer__item:last-child {
  margin-top: 1.17rem;
}
.footer__menus:first-of-type .footer__menu:last-of-type .footer__item:last-child .footer__link {
  font-size: 1.2rem;
  font-weight: 900;
}

.footer__menus--mentions .footer__menu--mentions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.footer__menus--mentions .footer__menu--mentions .footer__info {
  margin: 0;
  font-weight: normal;
}
.footer__menus--mentions .footer__menu--mentions .footer__submenu--mentions {
  padding-right: 2rem;
}
.footer__menus--mentions .footer__menu--mentions .footer__submenu--mentions .footer__item {
  display: inline;
}
.footer__menus--mentions .footer__menu--mentions .footer__submenu--mentions .footer__item:not(:last-child) {
  margin-right: 1rem;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (max-width: 750px) {
  .header__item .btn {
    padding: 1rem 1rem;
  }
}
@media screen and (max-width: 639px) {
  .header__nav .header__menu {
    flex-direction: column;
  }
  .header__nav .header__menu .header__item:nth-child(2), .header__nav .header__menu .header__item:nth-child(3) {
    display: none;
  }
  .footer__menus {
    flex-direction: column;
    align-items: center;
  }
  .footer__menus:last-child::before {
    width: 90%;
  }
  .footer__menus .footer__menu {
    text-align: center;
  }
  .footer__menus .footer__menu--mentions {
    flex-direction: column;
    justify-content: center;
  }
  .footer__menus .footer__menu--mentions .footer__info {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .header__nav .header__menu {
    flex-direction: row;
  }
  .header__nav .header__menu .header__item:not(:last-child) {
    margin-right: 1rem;
  }
  .footer__menus {
    flex-direction: row;
    align-items: flex-start;
  }
  .footer__menus .footer__brand {
    margin-right: 5rem;
  }
  .footer__menus:last-child::before {
    width: 100%;
  }
  .footer__menus--mentions {
    flex-direction: column;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post {
  display: flex;
}
.post .post-thumbnail {
  flex: 1 1 100%;
  width: 100%;
}
.post .post__content {
  flex: 1 1 100%;
  width: 100%;
  padding: 1rem;
}
.post .post__content p {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

@media screen and (max-width: 639px) {
  .post {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 1rem 2rem;
  }
}
@media screen and (min-width: 640px) {
  .post {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 4rem 1rem;
  }
}
/* Tarteaucitron
--------------------------------------------- */
.tarteaucitronAlertSmallBottom {
  display: none !important;
  bottom: 1rem !important;
  right: 1rem !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 25px;
  background-color: white !important;
  box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.15);
}

#tarteaucitronManager {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  text-indent: -99em !important;
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="cookie-bite" class="svg-inline--fa fa-cookie-bite fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23747474" d="M510.52 255.82c-69.97-.85-126.47-57.69-126.47-127.86-70.17 0-127-56.49-127.86-126.45-27.26-4.14-55.13.3-79.72 12.82l-69.13 35.22a132.221 132.221 0 0 0-57.79 57.81l-35.1 68.88a132.645 132.645 0 0 0-12.82 80.95l12.08 76.27a132.521 132.521 0 0 0 37.16 72.96l54.77 54.76a132.036 132.036 0 0 0 72.71 37.06l76.71 12.15c27.51 4.36 55.7-.11 80.53-12.76l69.13-35.21a132.273 132.273 0 0 0 57.79-57.81l35.1-68.88c12.56-24.64 17.01-52.58 12.91-79.91zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z"></path></svg>') !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
  background-position: center !important;
  overflow: hidden !important;
}
#tarteaucitronManager:hover {
  border-radius: 50%;
}

#tarteaucitronDot {
  display: none !important;
}

#tarteaucitronClosePanel {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.tarteaucitronMainLine {
  border-left-width: 3px !important;
}

#tarteaucitron a {
  color: #3d6aee !important;
}
#tarteaucitron a:hover {
  color: #243699 !important;
  text-decoration: none !important;
}

/* Breadcrumb
--------------------------------------------- */
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumb .breadcrumb__item {
  display: inline;
  color: #1c1c1c;
}
.breadcrumb .breadcrumb__item:not(:last-child)::after {
  content: "|";
  margin: 0 0.5rem;
  color: #3d6aee;
}
.breadcrumb .breadcrumb__item .breadcrumb__link {
  background-image: none;
}
.breadcrumb .breadcrumb__item p {
  margin: 0;
}

@media screen and (max-width: 639px) {
  .breadcrumb {
    align-self: center;
  }
}
@media screen and (min-width: 640px) {
  .breadcrumb {
    align-self: flex-start;
  }
}
/* Share
--------------------------------------------- */
.share {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.share .share__sharing {
  display: block;
  width: 50px;
  height: 50px;
  background-color: currentColor;
  background-image: none;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="share-alt" class="svg-inline--fa fa-share-alt fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M352 320c-28.6 0-54.2 12.5-71.8 32.3l-95.5-59.7c9.6-23.4 9.7-49.8 0-73.2l95.5-59.7c17.6 19.8 43.2 32.3 71.8 32.3 53 0 96-43 96-96S405 0 352 0s-96 43-96 96c0 13 2.6 25.3 7.2 36.6l-95.5 59.7C150.2 172.5 124.6 160 96 160c-53 0-96 43-96 96s43 96 96 96c28.6 0 54.2-12.5 71.8-32.3l95.5 59.7c-4.7 11.3-7.2 23.6-7.2 36.6 0 53 43 96 96 96s96-43 96-96c-.1-53-43.1-96-96.1-96zm0-288c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zM96 320c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm256 160c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z"></path></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="share-alt" class="svg-inline--fa fa-share-alt fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M352 320c-28.6 0-54.2 12.5-71.8 32.3l-95.5-59.7c9.6-23.4 9.7-49.8 0-73.2l95.5-59.7c17.6 19.8 43.2 32.3 71.8 32.3 53 0 96-43 96-96S405 0 352 0s-96 43-96 96c0 13 2.6 25.3 7.2 36.6l-95.5 59.7C150.2 172.5 124.6 160 96 160c-53 0-96 43-96 96s43 96 96 96c28.6 0 54.2-12.5 71.8-32.3l95.5 59.7c-4.7 11.3-7.2 23.6-7.2 36.6 0 53 43 96 96 96s96-43 96-96c-.1-53-43.1-96-96.1-96zm0-288c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zM96 320c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm256 160c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z"></path></svg>');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 50%;
  mask-size: 50%;
}
.share .share__buttons {
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  top: 50px;
  left: 50%;
  max-height: 0;
  background-image: linear-gradient(180deg, transparent, #ffffff 2rem, #ffffff 2rem);
  overflow-y: hidden;
  transition: max-height 500ms ease;
  transform: translateX(-50%);
}
.share .share__buttons a {
  display: flex;
  flex: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  background-image: none;
}
.share .share__buttons a::before {
  content: "";
  display: inline-block;
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  margin-right: 0.5rem;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.share .share__facebook {
  color: #4267b2;
}
.share .share__facebook::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-f" class="svg-inline--fa fa-facebook-f fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-f" class="svg-inline--fa fa-facebook-f fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg>');
}
.share .share__facebook:hover {
  color: rgba(66, 103, 178, 0.8);
}
.share .share__twitter {
  color: #1da1f2;
}
.share .share__twitter::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="twitter" class="svg-inline--fa fa-twitter fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="twitter" class="svg-inline--fa fa-twitter fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>');
}
.share .share__twitter:hover {
  color: rgba(29, 161, 242, 0.8);
}
.share .share__linkedin {
  color: #2867b2;
}
.share .share__linkedin::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin-in" class="svg-inline--fa fa-linkedin-in fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin-in" class="svg-inline--fa fa-linkedin-in fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg>');
}
.share .share__linkedin:hover {
  color: rgba(40, 103, 178, 0.8);
}

@media screen and (max-width: 639px) {
  .share .share__buttons {
    border-radius: 0 0 0.2143rem 0.2143rem;
  }
}
@media screen and (min-width: 640px) {
  .share .share__buttons {
    border-radius: 0 0 0.1875rem 0.1875rem;
  }
}
/* Head
--------------------------------------------- */
.head {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #dae8ff;
}
.head .wrapper .head__content {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.head .wrapper .head__content .header__combo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.head .wrapper .head__content .head__title {
  margin: 2rem 0;
}
.head .wrapper .head__content .head__title p {
  text-align: center;
}
.head .wrapper .head__content .head__subtitle {
  margin: 0;
  text-align: center;
  color: #1c1c1c;
}
.head .wrapper .head__content .head__subtitle p {
  margin: 0;
}

@media screen and (max-width: 639px) {
  .head .wrapper .head__content {
    padding: 1rem 0 1rem;
  }
  .head .wrapper .head__content .head__title {
    margin: 1rem 0;
  }
}
@media screen and (min-width: 640px) {
  .head .wrapper .head__content {
    padding: 1rem 0 4rem;
  }
  .head .wrapper .head__content .head__title {
    margin: 2rem 0;
  }
  .head .wrapper .head__content .head__subtitle {
    max-width: 80%;
  }
}
/* Text + Image + Buttons
--------------------------------------------- */
.tib {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.tib .wrapper .tib__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 100%;
}
.tib .wrapper .tib__content .tib__image {
  flex: 1 1 100%;
}
.tib .wrapper .tib__content .tib__text {
  flex: 1 1 100%;
}
.tib .wrapper .tib__content .tib__text ul {
  margin: 0 0 1.5rem 0;
  list-style: none;
}
.tib .wrapper .tib__content .tib__text ul li {
  position: relative;
}
.tib .wrapper .tib__content .tib__text ul li::before {
  content: "•";
  position: absolute;
  display: inline-block;
  top: 0;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  font-size: 2rem;
  color: #3d6aee;
  transform: translateY(-75%);
}
.tib .wrapper .tib__content .tib__text .tib__buttons {
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.tib .wrapper .tib__content .tib__text .tib__buttons .btn:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (max-width: 639px) {
  .tib .wrapper .tib__content .tib__image {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .tib .wrapper .tib__content {
    flex-flow: column nowrap;
    padding: 0.5rem 0 2rem;
  }
  .tib .wrapper .tib__content .tib__image {
    min-width: 50vw;
  }
  .tib .wrapper .tib__content .tib__text {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .tib .wrapper .tib__content {
    flex-flow: row nowrap;
    padding: 2rem 0 2rem;
  }
  .tib .wrapper .tib__content .tib__image {
    min-width: 24vw;
  }
  .tib .wrapper .tib__content .tib__text {
    padding-left: 2rem;
  }
  .tib .wrapper .tib__content--row-reverse {
    flex-flow: row-reverse nowrap;
  }
  .tib .wrapper .tib__content--row-reverse .tib__text {
    padding: 0 2rem 0 0;
  }
}
/* Row blue
--------------------------------------------- */
.row-blue {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
  background-color: #243699;
  color: #ffffff;
}
.row-blue .wrapper .row-blue__content {
  position: relative;
  flex: 1 1 100%;
  max-width: 875px;
}
.row-blue .wrapper .row-blue__content .row-blue__col {
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.row-blue .wrapper .row-blue__content .row-blue__col p,
.row-blue .wrapper .row-blue__content .row-blue__col ul {
  flex: 1 1 100%;
  margin: 0 0 1.5rem;
}
.row-blue .wrapper .row-blue__content .row-blue__col p:last-child,
.row-blue .wrapper .row-blue__content .row-blue__col ul:last-child {
  margin-bottom: 0;
}
.row-blue .wrapper .row-blue__content .row-blue__col p {
  text-align: center;
}
.row-blue .blob {
  position: absolute;
  top: 2%;
  left: 0;
  transform: translateX(-57%);
}

@media screen and (min-width: 640px) {
  .row-blue .blob {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-45%, -50%);
  }
}
/* Row gray
--------------------------------------------- */
.row-gray {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #f3f3f3;
}
.row-gray .wrapper .row-gray__content {
  position: relative;
  display: flex;
  flex: 1 1 100%;
}
.row-gray .wrapper .row-gray__content .row-gray__col {
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.row-gray .wrapper .row-gray__content .row-gray__col p,
.row-gray .wrapper .row-gray__content .row-gray__col ul {
  flex: 1 1 100%;
  margin: 0 0 1.5rem;
}
.row-gray .wrapper .row-gray__content .row-gray__col p:last-child,
.row-gray .wrapper .row-gray__content .row-gray__col ul:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 639px) {
  .row-gray .wrapper .row-gray__content {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 0 3rem;
  }
  .row-gray .wrapper .row-gray__content .row-gray__col:first-child {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .row-gray .wrapper .row-gray__content {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 5rem 0;
  }
  .row-gray .wrapper .row-gray__content .row-gray__col:first-child {
    margin-right: 2rem;
  }
}
/* Reinsurance
--------------------------------------------- */
.reinsurance {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #dae8ff;
}
.reinsurance .wrapper .reinsurance__box {
  position: relative;
  flex: 1 1 100%;
}
.reinsurance .wrapper .reinsurance__box .reinsurance__title {
  margin-bottom: 3rem;
  text-align: center;
}
.reinsurance .wrapper .reinsurance__box .reinsurance__content {
  display: flex;
  align-items: flex-start;
}
.reinsurance .wrapper .reinsurance__box .reinsurance__content .reinsurance_pictogram {
  display: flex;
}
.reinsurance .wrapper .reinsurance__box .reinsurance__content .reinsurance_pictogram p {
  flex: 1;
  margin: 0;
}

@media screen and (max-width: 639px) {
  .reinsurance .wrapper .reinsurance__box {
    padding: 2.5rem 0 3rem;
  }
  .reinsurance .wrapper .reinsurance__box .reinsurance__content {
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
  .reinsurance .wrapper .reinsurance__box .reinsurance__content .reinsurance_pictogram {
    flex-flow: row nowrap;
  }
  .reinsurance .wrapper .reinsurance__box .reinsurance__content .reinsurance_pictogram:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .reinsurance .wrapper .reinsurance__box .reinsurance__content .reinsurance_pictogram img {
    min-width: 60px;
    min-height: 60px;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .reinsurance .wrapper .reinsurance__box {
    padding: 4rem 0;
  }
  .reinsurance .wrapper .reinsurance__box .reinsurance__title {
    font-size: 2.027rem;
  }
  .reinsurance .wrapper .reinsurance__box .reinsurance__content {
    flex-flow: row nowrap;
    justify-content: center;
  }
  .reinsurance .wrapper .reinsurance__box .reinsurance__content .reinsurance_pictogram {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .reinsurance .wrapper .reinsurance__box .reinsurance__content .reinsurance_pictogram:not(:last-child) {
    margin-right: 2rem;
  }
  .reinsurance .wrapper .reinsurance__box .reinsurance__content .reinsurance_pictogram img {
    min-width: 90px;
    min-height: 90px;
    margin-bottom: 1rem;
  }
  .reinsurance .wrapper .reinsurance__box .reinsurance__content .reinsurance_pictogram p {
    text-align: center;
  }
}
/* Search-form
--------------------------------------------- */
.search-form {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.search-form .wrapper .search-form__box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 0;
}
.search-form .wrapper .search-form__box .search-form__content {
  display: flex;
  flex: 1 1 100%;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.search-form .wrapper .search-form__box .search-form__content .search-form__form {
  padding-top: 1rem;
}
.search-form .wrapper .search-form__box .search-form__content .search-form__form .search-form__form-title {
  color: #3d6aee;
}
.search-form .wrapper .search-form__box .search-form__content .search-form__form .search-form__form-label {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1c1c1c;
}
.search-form .wrapper .search-form__box .search-form__content .search-form__form .search-form__select-social {
  font-size: 1.125rem;
  color: #3d6aee;
}
.search-form .wrapper .search-form__box .search-form__content .search-form__form .search-form__select-contract {
  font-size: 1.125rem;
}
.search-form .wrapper .search-form__box .search-form__content .search-form__form .search-form__form-desc {
  font-style: italic;
}

@media screen and (max-width: 639px) {
  .search-form .wrapper .search-form__box .search-form__content .search-form__form {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  .search-form .wrapper .search-form__box .search-form__content .search-form__form .search-form__select-social {
    width: 100%;
  }
  .search-form .wrapper .search-form__box .search-form__content .search-form__image {
    display: none;
  }
  .search-form .blob-3 {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .search-form .blob-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(40%, 30%);
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .search-form .wrapper .search-form__box {
    align-items: flex-start;
    padding: calc(77px + 1rem) 9rem 4rem 0;
  }
  .search-form .wrapper .search-form__box .search-form__content {
    align-self: flex-end;
  }
  .search-form .wrapper .search-form__box .search-form__content .search-form__form {
    width: 700px;
    margin-right: 5rem;
    padding-top: 2rem;
  }
}
/* Slider
--------------------------------------------- */
.slider {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.slider .swiper-container {
  padding: 4rem 0 0rem;
}
.slider .swiper-container .swiper-wrapper .slider__post {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
}
.slider .swiper-container .swiper-wrapper .slider__post .slider__image {
  position: relative;
  flex: 1 1 100%;
  width: 100%;
  height: 100%;
}
.slider .swiper-container .swiper-wrapper .slider__post .slider__image::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  background-color: #dee9fe;
  transform: translateX(-50%);
  z-index: -1;
}
.slider .swiper-container .swiper-wrapper .slider__post .slider__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #ffffff;
}
.slider .swiper-container .swiper-wrapper .slider__post .slider__content {
  flex: 1 1 100%;
}
.slider .swiper-container .swiper-wrapper .slider__post .slider__content .slider__link {
  padding-right: 1.5rem;
  border-bottom: 4px solid #abc7ff;
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%233d6aee" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
  background-position: right top 50%;
  background-repeat: no-repeat;
  background-size: 0.5rem;
}
.slider .swiper-button-prev,
.slider .swiper-button-next {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  background-color: #3d6aee;
  color: #ffffff;
  z-index: 1;
}
.slider .swiper-button-prev::after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-left" class="svg-inline--fa fa-chevron-left fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23ffffff" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.slider .swiper-button-next::after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23ffffff" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}

@media screen and (max-width: 1023px) {
  .slider .wrapper .swiper-container .swiper-wrapper .slider__post {
    flex-flow: column nowrap;
  }
  .slider .wrapper .swiper-container .swiper-wrapper .slider__post .slider__image::before {
    top: -13px;
    width: 176px;
    height: 120px;
  }
  .slider .wrapper .swiper-container .swiper-wrapper .slider__post .blob-2 {
    display: none;
  }
  .slider .wrapper .swiper-container .swiper-wrapper .slider__post .slider__content {
    padding-top: 2rem;
  }
  .slider .swiper-button-prev,
  .slider .swiper-button-next {
    top: calc(25% + 2rem);
  }
  .slider .swiper-button-prev {
    left: 1rem;
  }
  .slider .swiper-button-next {
    right: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .slider .wrapper {
    position: relative;
    padding: 0 4rem;
  }
  .slider .wrapper .swiper-container .swiper-wrapper .slider__post {
    flex-flow: row-reverse nowrap;
    padding: 0 3rem 3rem 3rem;
  }
  .slider .wrapper .swiper-container .swiper-wrapper .slider__post .slider__image::before {
    top: -21px;
    width: 80%;
    height: 40%;
  }
  .slider .wrapper .swiper-container .swiper-wrapper .slider__post .blob-2 {
    position: absolute;
    bottom: 1rem;
    right: 0;
    z-index: 1;
  }
  .slider .wrapper .swiper-container .swiper-wrapper .slider__post .slider__content {
    padding-right: 2rem;
  }
}
/* Accordion
--------------------------------------------- */
.accordion {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.accordion .wrapper .accordion__content {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 0;
}
.accordion .wrapper .accordion__content .accordion__title {
  width: 100%;
}
.accordion .wrapper .accordion__content .accordion__text {
  margin-top: 1rem;
}
.accordion .wrapper .accordion__content .accordion__text p {
  margin: 0 0 1.5rem;
}
.accordion .wrapper .accordion__content .accordion__text p:last-child {
  margin-bottom: 0;
}
.accordion .wrapper .accordion__content .accordion__columns {
  position: relative;
  display: grid;
  flex: 1 1 100%;
  justify-content: stretch;
  align-items: flex-start;
  grid-gap: 2rem;
  width: 100%;
}
.accordion .wrapper .accordion__content .accordion__columns .accordion__col {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.accordion .wrapper .accordion__content .accordion__columns .accordion__col .accordion__image {
  flex: 1 1 100%;
  width: 100%;
}
.accordion .wrapper .accordion__content .accordion__columns .accordion__col .accordion__item {
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #979797;
  cursor: pointer;
}
.accordion .wrapper .accordion__content .accordion__columns .accordion__col .accordion__item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.accordion .wrapper .accordion__content .accordion__columns .accordion__col .accordion__item .accordion__question {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #1c1c1c;
}
.accordion .wrapper .accordion__content .accordion__columns .accordion__col .accordion__item .accordion__question .accordion_image-toggle {
  width: 22px;
  transition: all 500ms ease;
}
.accordion .wrapper .accordion__content .accordion__columns .accordion__col .accordion__item .accordion__question p {
  flex: 1 1 100%;
  margin: 0;
}
.accordion .wrapper .accordion__content .accordion__columns .accordion__col .accordion__item .accordion__answer {
  display: block;
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 500ms ease;
}
.accordion .wrapper .accordion__content .accordion__columns .accordion__col .accordion__item .accordion__answer p:first-child,
.accordion .wrapper .accordion__content .accordion__columns .accordion__col .accordion__item .accordion__answer ul:first-child {
  margin-top: 1.5rem;
}
.accordion .wrapper .accordion__content .accordion__columns .accordion__col .accordion__item .accordion__answer p:last-child,
.accordion .wrapper .accordion__content .accordion__columns .accordion__col .accordion__item .accordion__answer ul:last-child {
  margin-bottom: 0;
}
.accordion .wrapper .accordion__content .accordion__columns .accordion__col .accordion__item .accordion__answer p {
  margin: 0 0 1.5rem;
}
.accordion .wrapper .accordion__content .accordion__columns .accordion__col .accordion__item .accordion__answer ul {
  margin: 0 0 1.5rem;
  list-style: none;
}
.accordion .wrapper .accordion__content .accordion__columns .accordion__col .accordion__item .accordion__answer ul li {
  position: relative;
}
.accordion .wrapper .accordion__content .accordion__columns .accordion__col .accordion__item .accordion__answer ul li::before {
  content: "•";
  position: absolute;
  display: inline-block;
  top: 0;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  font-size: 2rem;
  color: #3d6aee;
  transform: translateY(-75%);
}
.accordion .wrapper .accordion__content .accordion__columns .accordion__col--full {
  grid-area: 1/1/2/3;
}

@media screen and (max-width: 639px) {
  .accordion .wrapper .accordion__content .accordion__text {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .accordion .wrapper .accordion__content .accordion__text {
    margin-bottom: 3rem;
  }
  .accordion .wrapper .accordion__content .accordion__columns {
    grid-template-columns: 40% calc(60% - 2rem);
  }
}
/* Table
--------------------------------------------- */
.table {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #dae8ff;
}
.table .wrapper .table__content {
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 0 4rem;
}
.table .wrapper .table__content .table__text {
  flex: 1 1 100%;
  margin-top: 1rem;
}
.table .wrapper .table__content .table__content-table {
  max-width: calc(100vw - 2rem);
  overflow-x: auto;
}
.table .wrapper .table__content .table__content-table .table__table {
  display: grid;
  flex: 1 1 100%;
}
.table .wrapper .table__content .table__content-table .table__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.25rem;
  padding: 1.5rem 2rem;
  font-size: 1.44rem;
  line-height: 1.8rem;
  text-align: center;
  background-color: #ffffff;
  color: #3d6aee;
}
.table .wrapper .table__content .table__content-table .table__header[data-col="1"] {
  grid-column-start: 2;
}
.table .wrapper .table__content .table__content-table .table__header p {
  margin: 0 0 0.5rem;
}
.table .wrapper .table__content .table__content-table .table__header p:last-child {
  margin: 0;
}
.table .wrapper .table__content .table__content-table .table__row {
  display: block;
  padding: 1rem 1.5rem;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #747474;
  border-left: 1px solid #747474;
}
.table .wrapper .table__content .table__content-table .table__row[data-subgroup="1"] {
  border-top: none;
}
.table .wrapper .table__content .table__content-table .table__row[data-col="1"] {
  border-left: none;
}
.table .wrapper .table__content .table__content-table .table__row p {
  margin: 0 0 1rem;
}
.table .wrapper .table__content .table__content-table .table__row p:last-child {
  margin: 0;
}
.table .wrapper .table__content .table__content-table .table__row--blue {
  display: block;
  grid-column: 1/5;
  padding: 1rem 1.5rem;
  background-color: #3d6aee;
  color: #ffffff;
  width: 100%;
}
.table .wrapper .table__content .table__content-table .table__row--blue p {
  margin: 0 0 0.5rem;
}
.table .wrapper .table__content .table__content-table .table__row--blue p:last-child {
  margin: 0;
}
.table .wrapper .table__content .table__content-table .table__row--gray {
  display: block;
  grid-column: 1/5;
  padding: 1rem 1.5rem;
  background-color: #ededed;
  color: #1c1c1c;
  width: 100%;
}
.table .wrapper .table__content .table__content-table .table__row--gray p {
  margin: 0 0 0.5rem;
}
.table .wrapper .table__content .table__content-table .table__row--gray p:last-child {
  margin: 0;
}
.table .wrapper .table__content .table__content-table .table__footer {
  display: block;
  margin-top: 0.25rem;
  padding: 2rem 1rem;
  background-color: #243699;
  color: #ffffff;
}
.table .wrapper .table__content .table__content-table .table__footer[data-col="1"] {
  grid-column-start: 2;
}
.table .wrapper .table__content .table__content-table .table__footer:not(:last-child) {
  margin-right: 0.25rem;
}
.table .wrapper .table__content .table__content-table .table__footer p {
  margin: 0 0 0.5rem;
}
.table .wrapper .table__content .table__content-table .table__footer p:last-child {
  margin: 0;
}
.table .wrapper .table__content .table__content-table .table__footer .btn {
  width: 100%;
}
.table .wrapper .table__content .table__content-table .table__footer .btn--filled-blue:hover {
  background-color: #ffffff;
}
.table .wrapper .table__content .table__buttons {
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.table .wrapper .table__content .table__buttons .btn:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (max-width: 639px) {
  .table .wrapper .table__content .table__content-table .table__table {
    grid-template-columns: 70vw repeat(3, minmax(50vw, 1fr));
  }
}
@media screen and (min-width: 640px) {
  .table .wrapper .table__content .table__content-table .table__table {
    grid-template-columns: minmax(350px, 370px) repeat(3, minmax(250px, 270px));
  }
}
@media screen and (min-width: 1024px) {
  .table .wrapper .table__content .table__text {
    padding: 1rem 0;
  }
  .table .wrapper .table__content .table__content-table {
    align-self: center;
  }
  .table .wrapper .table__content .table__content-table .table__header {
    padding: 1.5rem 3rem;
  }
}
/* Conversion
--------------------------------------------- */
.conversion {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #22329c;
  color: #ffffff;
  overflow: hidden;
}
.conversion .wrapper .conversion__content {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  text-align: center;
}
.conversion .wrapper .conversion__content .conversion__title {
  color: #ffffff;
}
.conversion .wrapper .conversion__content .conversion__buttons {
  display: flex;
}
.conversion .blob {
  position: absolute;
  top: 7%;
  left: 0;
  transform: translateX(-58%);
}

@media screen and (max-width: 639px) {
  .conversion .wrapper .conversion__content {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 1rem 3rem;
  }
  .conversion .wrapper .conversion__content .conversion__title {
    margin-bottom: 2rem;
  }
  .conversion .wrapper .conversion__content .conversion__buttons {
    flex-flow: column-reverse nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .conversion .wrapper .conversion__content .conversion__buttons .btn:not(:first-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .conversion .wrapper .conversion__content {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
  }
  .conversion .wrapper .conversion__content .conversion__title {
    margin: 0;
  }
  .conversion .wrapper .conversion__content .conversion__buttons {
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  .conversion .wrapper .conversion__content .conversion__buttons .btn:not(:last-child) {
    margin-right: 2rem;
  }
  .conversion .blob {
    position: absolute;
    top: 12%;
    left: 0;
    transform: translateX(-50%);
  }
}
/* Contact
--------------------------------------------- */
.contact {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .contact .wrapper {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .contact .wrapper {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 4rem 1rem;
  }
}
/* Contact form
--------------------------------------------- */
.gform_wrapper {
  flex: 1 1 100%;
}
.gform_wrapper .gform_fields {
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_fields .hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gform_fields .gfield {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  text-align: left;
  list-style: none;
}
.gform_wrapper .gform_fields .gfield .gfield_required {
  margin-left: 0.25rem;
  color: #3d6aee;
}
.gform_wrapper .gform_fields .gfield .ginput_container, .gform_wrapper .gform_fields .gfield .medium {
  width: 100%;
}
.gform_wrapper .gform_fields .gfield .gfield_radio,
.gform_wrapper .gform_fields .gfield .gfield_checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_wrapper .gform_fields .gfield .gfield_radio li {
  display: inline-block;
}
.gform_wrapper .gform_fields .gfield .gfield_radio li:not(:last-child) {
  margin-right: 5rem;
}
.gform_wrapper .gform_fields .gfield .gfield_select {
  padding: 1rem 3rem 1rem 1rem;
  border: 2px solid #ccc;
  border-radius: 0.125rem;
}
.gform_wrapper .gform_fields .gfield p {
  margin: 0;
}
.gform_wrapper .gform_fields .gfield .gfield_consent_label {
  font-weight: normal;
  color: #747474;
}
.gform_wrapper .gform_fields .gfield .validation_message {
  color: red;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 1.25rem 2.25rem;
}
.gform_wrapper .validation_error {
  color: red;
}

@media screen and (max-width: 639px) {
  .gform_wrapper {
    padding: 1rem 0 3rem;
  }
  .gform_wrapper .gform_footer {
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  .gform_wrapper {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .gform_wrapper {
    padding-right: 6rem;
  }
  .gform_wrapper .gform_fields .gfield:nth-child(1), .gform_wrapper .gform_fields .gfield:nth-child(2), .gform_wrapper .gform_fields .gfield:nth-child(4), .gform_wrapper .gform_fields .gfield:nth-child(5), .gform_wrapper .gform_fields .gfield:nth-child(6), .gform_wrapper .gform_fields .gfield:nth-child(7) {
    display: inline-flex;
    width: 50%;
  }
  .gform_wrapper .gform_fields .gfield:nth-child(1), .gform_wrapper .gform_fields .gfield:nth-child(4), .gform_wrapper .gform_fields .gfield:nth-child(6) {
    width: calc(50% - 1.25rem);
    margin-right: 1.25rem;
  }
  .gform_wrapper .gform_fields .gfield:nth-last-child(3) {
    margin-bottom: 3rem;
  }
}
/* Contact sidebar
--------------------------------------------- */
.sidebar {
  display: flex;
  flex: 1 1 55%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}

/* Contact image
--------------------------------------------- */
.contact-image {
  width: 100%;
  height: 100%;
}

/* Contact 1
--------------------------------------------- */
.contact-1 {
  width: 100%;
  padding: 2rem;
  text-align: center;
}
.contact-1 p:last-child {
  margin: 0;
}

@media screen and (max-width: 639px) {
  .contact-1 {
    border-radius: 0.2143rem;
  }
}
@media screen and (min-width: 640px) {
  .contact-1 {
    border-radius: 0.1875rem;
  }
}
/* Contact 2
--------------------------------------------- */
.contact-2 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 2rem;
  text-align: center;
  background-color: #dae8ff;
}
.contact-2 .contact-2__phone {
  margin: 0.5rem 0 1rem;
}
.contact-2 .contact-2__download {
  background-image: none;
  margin-bottom: 1rem;
}
.contact-2 .contact-2__link {
  position: relative;
  background-image: none;
}
.contact-2 .contact-2__link::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: calc(-19px - 0.25rem);
  width: 19px;
  height: 19px;
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%233d6aee" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  transform: translateY(-50%);
}
.contact-2 p {
  margin: 0 0 1rem;
  color: #1c1c1c;
}

@media screen and (max-width: 639px) {
  .contact-2 {
    border-radius: 0.2143rem;
  }
}
@media screen and (min-width: 640px) {
  .contact-2 {
    border-radius: 0.1875rem;
  }
}
/* Contact FAQ
--------------------------------------------- */
.contact-faq {
  position: relative;
  width: 100%;
  padding: 1.5rem 2rem;
  text-align: center;
  background-color: #243699;
  overflow: hidden;
}
.contact-faq .contact-faq__title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.contact-faq .contact-faq__title,
.contact-faq p {
  position: relative;
  z-index: 1;
}
.contact-faq p {
  margin: 0 0 1rem;
  color: #ffffff;
}
.contact-faq p:last-child {
  margin: 0;
}
.contact-faq a {
  position: relative;
  background-image: none;
  color: #ffffff;
}
.contact-faq a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: calc(-19px - 0.25rem);
  width: 19px;
  height: 19px;
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23ffffff" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  transform: translateY(-50%);
}
.contact-faq .blob-reverse {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -50%);
}

@media screen and (max-width: 639px) {
  .contact-faq {
    border-radius: 0.2143rem;
  }
}
@media screen and (min-width: 640px) {
  .contact-faq {
    border-radius: 0.1875rem;
  }
}
/* Error 404
--------------------------------------------- */
.error-404 {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.error-404 .wrapper .error-404__content {
  position: relative;
  display: flex;
  width: 100%;
}
.error-404 .wrapper .error-404__content .error-404__col {
  width: 100%;
}
.error-404 .wrapper .error-404__content .error-404__col:nth-child(odd) {
  flex: 1 1 70%;
}
.error-404 .wrapper .error-404__content .error-404__col:nth-child(even) {
  flex: 1 1 100%;
}
.error-404 .wrapper .error-404__content .error-404__col .error-404__title {
  margin: 2rem 0;
  text-align: center;
  color: #3d6aee;
}
.error-404 .wrapper .error-404__content .error-404__col .error-404__title .error-404__big {
  font-size: 5rem;
}
.error-404 .wrapper .error-404__content .error-404__col .error-404__text {
  text-align: center;
}
.error-404 .wrapper .error-404__content .error-404__col .error-404__buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
.error-404 .wrapper .error-404__content .error-404__col .error-404__buttons .btn:not(:last-child) {
  margin-right: 1rem;
}

@media screen and (max-width: 639px) {
  .error-404 .wrapper .error-404__content {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .error-404 .wrapper .error-404__content {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem 1rem 4rem;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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