@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-black.woff2") format("woff2"), url("../fonts/montserrat/montserrat-black.woff") format("woff"), url("../fonts/montserrat/montserrat-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-bold.woff2") format("woff2"), url("../fonts/montserrat/montserrat-bold.woff") format("woff"), url("../fonts/montserrat/montserrat-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-medium.woff2") format("woff2"), url("../fonts/montserrat/montserrat-medium.woff") format("woff"), url("../fonts/montserrat/montserrat-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-regular.woff2") format("woff2"), url("../fonts/montserrat/montserrat-regular.woff") format("woff"), url("../fonts/montserrat/montserrat-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-light.woff2") format("woff2"), url("../fonts/montserrat/montserrat-light.woff") format("woff"), url("../fonts/montserrat/montserrat-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-thin.woff2") format("woff2"), url("../fonts/montserrat/montserrat-thin.woff") format("woff"), url("../fonts/montserrat/montserrat-thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  transition: height 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  height: 678px;
}

#home-slider .slick-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

@media only screen and (max-width: 1025px) {
  #home-slider .slick-slide {
    min-height: 56.25vw;
  }
}

#home-slider .slider-caption {
  padding: 15px 50px 10px;
  position: absolute;
  left: 0;
  top: 330px;
}

#home-slider .slider-caption:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(64, 90, 117, 0.8);
  mix-blend-mode: multiply;
  z-index: -1;
}

@media only screen and (min-width: 641px) {
  #home-slider .slider-caption {
    padding-left: 130px;
    padding-right: 70px;
  }
}

@media only screen and (min-width: 1150px) {
  #home-slider .slider-caption {
    padding-top: 15px;
    padding-right: 70px;
    padding-bottom: 10px;
    padding-left: calc( (100% - 1140px) / 2 + 130px);
  }
}

#home-slider .slider-caption h3 {
  color: #fff;
  margin-bottom: 0;
  font-family: "Quicksand", sans-serif;
  font-size: 50px;
  font-weight: 300;
}

#home-slider .slider-caption p {
  margin-bottom: 0;
  margin-top: 8px;
}

@media only screen and (min-width: 1025px) {
  #home-slider .slick-slide h3 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 640px) {
  #home-slider .slick-slide h3 {
    font-size: 30px;
  }
}

/*****
Lightbox settings (for demo, should be placed in your custom.css)
******/
.lightbox.mypopin figcaption {
  width: 800px;
}

/*****
Framework
******/
.lightbox {
  display: none;
  /* Opened lightbox */
  /* Lightbox content */
  /* Close button */
}

.lightbox:target {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.lightbox figcaption {
  width: 25rem;
  position: relative;
  padding: 3em 1.5rem 1.5rem 1.5rem;
  background-color: white;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.lightbox .close {
  position: relative;
  display: block;
  /* Lightbox overlay */
}

.lightbox .close:hover::after {
  background-color: #00000029;
}

.lightbox .close::after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  margin: 4px;
  content: "×";
  font-family: monospace;
  font-size: xx-large;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #42526e;
  background-color: #00000014;
  border-radius: 50%;
  cursor: pointer;
}

.lightbox .close::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(1px);
  content: "";
  cursor: default;
}

.overlayclose {
  position: fixed;
  top: 0;
}

/* UL / LI Grid (css grid)
demo on https://codepen.io/arnolap/pen/JjjEBWY
please update there if any change to the framework
*/
.grid {
  /* OVERRIDE : (is there a more specific / easy way ?
  .mygrid{
    MIN 50 px : grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  }
*/
  display: grid;
  flex-basis: 100%;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  /*override any ul/li content for custom bullets*/
  /* VERTICAL */
  /* vcentered by default. Can be overriden by top , baseline
  &.vcenter {*/
  /* HORIZONTAL */
  /* centered by default. Can be overriden by left 
  &.center {*/
}

ul.grid {
  list-style-type: none;
}

ul.grid li,
div.grid > * {
  display: flex;
  margin: 3%;
  margin-bottom: 0 !important;
  padding: 3% !important;
  border-style: solid;
  border-color: #0D284B;
  border-width: 1px;
}

ul.grid li::before {
  content: none !important;
}

ul.grid li,
div.grid > * {
  align-items: center;
}

ul.grid.vbaseline li,
div.grid.vbaseline > * {
  align-items: baseline;
}

ul.grid.vtop, .grid.top li,
div.grid.vtop, .grid.top > * {
  align-items: start;
}

ul.grid li,
div.grid > * {
  justify-content: center;
  text-align: center;
}

ul.grid.left li,
div.grid.left > * {
  justify-content: left;
  text-align: left;
}

/* END GRID */
/* -----------------------------------------
   Simple Banner CSS . No JS. 
   can receive an optional sticky class
   Can be a simple text, a a full wysig editor.
----------------------------------------- */
.simple-banner {
  background-color: #0D284B;
  width: 100%;
  text-align: center;
  z-index: 99999;
  position: relative;
  top: 0;
}

.simple-banner.sticky {
  position: sticky;
}

.simple-banner .simple-banner-text,
.simple-banner .simple-banner-text p {
  color: #ffffff;
  font-weight: 700;
  font-size: inherit;
  padding: 10px 20px;
}

.simple-banner .simple-banner-text p {
  margin-bottom: 0;
}

.simple-banner .simple-banner-text a {
  color: white;
  text-decoration: underline;
}

/* Temporary Patches waiting for 2019 restyling */
/* no date on "magazine" post */
.postid-1065 .post-date {
  display: none;
}

/* foundation override */
table tbody,
table tfoot,
table thead,
table th,
table td {
  border: none;
}

/* Fix the slider CSS FLASH ISSUE (see https://github.com/kenwheeler/slick/issues/1741 ) */
#home-slider {
  opacity: 0;
  transition: opacity 2s;
}

#home-slider.slick-initialized {
  opacity: 1;
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  max-width: 100%;
  text-align: left;
}

.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}

.wp-caption p {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}

#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
   WordPress Gutenberg/block overrides
----------------------------------------- */
.wp-block-group {
  margin-top: 30px;
  margin-bottom: 30px;
}

.noflex {
  display: block;
}

.row {
  width: auto !important;
  /*(width: calc(100% + 32px); is breaking everything, writing outside viewport on the right)*/
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  display: none;
}

[type=checkbox] + label.gfield_consent_label {
  display: inline;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input,
.gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}

.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}

.ui-datepicker tbody {
  border: none;
}

.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}

.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}

.ui-datepicker tbody td span,
.ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}

.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}

.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
.row {
  max-width: 1140px;
}

html,
body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
  line-height: 1.2;
}

/* Placeholder styling */
input::placeholder,
textarea::placeholder {
  color: #2a4585;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #2a4585;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #2a4585;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #2a4585;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #2a4585;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button,
.wp-block-button__link,
.button,
input[type='submit'],
input[type='reset'] {
  border: none;
  border-radius: 0 !important;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #0D284B;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  -webkit-transition: all, 0.3s, ease;
  -moz-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  transition: all 0.3s ease;
}

button:hover, button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.button:hover,
.button:focus,
input[type='submit']:hover,
input[type='submit']:focus,
input[type='reset']:hover,
input[type='reset']:focus {
  background-color: #051120;
}

/* Button additional styles */
.button {
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #326195;
  font-family: "Quicksand", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: inherit;
  line-height: 1.2;
}

@media (min-width: 1025px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 15px;
  }
  p {
    font-size: 14px;
  }
}

p {
  line-height: 1.4;
  /*basic paragraph styles*/
}

p:empty {
  display: none;
}

ul {
  padding: 0;
  margin: 0;
  font-size: inherit;
}

ul li {
  /*basic list-item styles*/
}

a {
  color: #0D284B;
  text-decoration: none;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #051120;
}

.fw_md {
  text-align: justify;
  display: block;
  margin-bottom: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22222;
}

.page-title {
  font-family: "Quicksand", sans-serif;
  color: #326195;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 35px;
}

.page-title--contact {
  margin-bottom: 58px;
}

.row.page-content {
  max-width: 1170px;
}

.page-content {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #0D284B;
}

.page-content .page-title {
  margin: 25px 0;
}

@media (max-width: 640px) {
  .page-content .page-title {
    margin-bottom: 0.5em;
  }
}

.page-content h3 {
  color: #376092;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  margin-bottom: .5rem;
}

@media (min-width: 1025px) {
  .page-content h3 {
    margin-top: 40px;
  }
}

.page-content p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57143;
}

.page-content p:last-child {
  margin-bottom: 0;
}

.page-content ul {
  list-style: none;
}

.page-content ul + p {
  margin-top: 20px;
}

.page-content ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 23px;
}

.page-content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  margin-right: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #b5947f;
}

@media (min-width: 1025px) {
  .page-content ul li:before {
    margin-right: 18px;
  }
}

.page-content ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .page-content ul li {
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  .page-content ul + p {
    margin-top: 30px;
  }
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
.default-page__inner {
  padding: 50px 0;
}

/* Preloader */
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity, 0.4s, ease, visibility, 0.4s, ease;
  -moz-transition: opacity, 0.4s, ease, visibility, 0.4s, ease;
  -o-transition: opacity, 0.4s, ease, visibility, 0.4s, ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 28px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}

.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}

ul.pagination .pagination {
  margin: 0;
}

ul.pagination .pagination.current {
  color: #fff;
  background: #0D284B;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}

#searchsubmit:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}

.activity-hero__img, .blog-posts, .hero-image, .image-box, .recruitment-video__overlay, .person {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.loup, .featured-post__loup {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.mobile-menu-trigger, .mobile-menu-trigger::before, .mobile-menu-trigger::after, .activity-img-col, .loup, .recruitment-video__play {
  transition: all .3s ease;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header .row_alt {
  max-width: 1254px;
}

@media (min-width: 1025px) {
  .header {
    min-height: 215px;
  }
}

.header__top {
  padding: 13px 0 0;
  text-align: right;
  margin-bottom: 8px;
}

.sidebar-container {
  display: inline-block;
}

.sidebar-container .widget_polylang {
  margin-bottom: 0;
}

.sidebar-container .widget_polylang ul {
  list-style: none;
}

.sidebar-container .widget_polylang ul li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

.sidebar-container .widget_polylang ul li:not(:last-child):after {
  content: '|';
  color: #512311;
  display: inline-block;
  position: absolute;
  bottom: 2px;
  right: -7px;
  font-weight: 700;
  font-size: 18px;
}

.sidebar-container .widget_polylang ul li a {
  color: #512311;
  font-weight: 400;
  font-size: 20px;
}

.sidebar-container .widget_polylang ul li a:hover {
  font-weight: 700;
}

.sidebar-container .widget_polylang ul li.current-lang a {
  font-weight: 700;
}

.header-link {
  color: #512311;
  display: inline-block;
  margin-right: 20px;
  padding: 2px 10px;
  line-height: 1.38;
  border: 1px solid #512311;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 300;
}

@media (min-width: 1025px) {
  .header-link {
    font-size: 18px;
  }
}

.header-link:hover {
  color: #fff;
  background-color: #512311;
}

.header__logo {
  margin-bottom: 30px;
}

.header__logo img {
  max-width: 282px;
}

.logo img {
  max-height: 150px;
  width: 100%;
}

.menu-btn-wrap {
  display: inline-block;
  padding-top: 15px;
  height: 50px;
}

.menu-btn-wrap:hover {
  cursor: pointer;
}

.menu-btn-wrap:hover .mobile-menu-trigger {
  background-color: #6795c0;
}

.menu-btn-wrap:hover .mobile-menu-trigger::before, .menu-btn-wrap:hover .mobile-menu-trigger::after {
  background-color: #6795c0;
}

@media (max-width: 640px) {
  .menu-btn-wrap {
    height: 40px;
  }
}

.mobile-menu-trigger {
  position: relative;
  cursor: pointer;
}

.mobile-menu-trigger::before, .mobile-menu-trigger::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.mobile-menu-trigger::before {
  top: -9px;
}

.mobile-menu-trigger::after {
  top: 9px;
}

.mobile-menu-trigger, .mobile-menu-trigger::before, .mobile-menu-trigger::after {
  display: inline-block;
  width: 47px;
  height: 5px;
  background-color: #512311;
  border-radius: 5px;
}

@media (max-width: 640px) {
  .mobile-menu-trigger, .mobile-menu-trigger::before, .mobile-menu-trigger::after {
    width: 30px;
    height: 3px;
  }
}

.header--home {
  position: absolute;
  width: 100%;
  z-index: 100;
  background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.89) 50%, rgba(255, 255, 255, 0) 100%);
}

.header--home a {
  color: #512311;
}

.reset-padding {
  padding: 0 !important;
}

/* ------------------------------------
   Global styles exceptions
------------------------------------- */
.header__logo img {
  margin-top: -30px;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

.posts-list .entry-meta {
  margin-bottom: 0;
}

.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}

.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #0D284B;
}

.not-found .label:hover {
  background-color: #071528;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
  TMPL: Home page
---------------------------------------*/
.counters {
  text-align: center;
  line-height: 1;
}

@media (min-width: 1025px) {
  .counters {
    padding: 80px 0 34px;
  }
}

.counter__num {
  font-size: 60px;
  font-weight: 300;
}

@media (min-width: 1025px) {
  .counter__num {
    font-size: 49px;
  }
}

.counter__num {
  margin-right: 5px;
}

.counter__descr, .counter__suffix {
  font-size: 18px;
  font-weight: 300;
}

@media (min-width: 1025px) {
  .counter__descr, .counter__suffix {
    font-size: 25px;
  }
}

@media (max-width: 1024px) {
  .counter {
    padding: 60px 0 0;
  }
}

.activity-title-col {
  display: table;
}

.activity-title-col.activity-left {
  padding: 30px 30px 50px 30px !important;
}

.activity-title-col.activity-left .activity-title {
  padding-right: 30px;
}

.activity-title-col.activity-right {
  padding: 30px 30px 50px 30px !important;
}

.activity-title-col.activity-right .activity-title {
  padding-left: 30px;
}

.activity-title-wrap {
  display: table-cell;
  max-width: 545px;
}

.activity-title__link {
  transition: all 400ms;
}

.activity-title__link:hover .activity-title {
  color: #512311;
  font-weight: 500;
}

.activity-title {
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  transition: all 400ms;
}

@media (min-width: 1025px) {
  .activity-title {
    font-size: 24px;
  }
}

.activity-left .activity-title-wrap {
  vertical-align: middle;
}

.activity-right .activity-title-wrap {
  vertical-align: middle;
}

/*---------------------------------------
  TMPL:NEWS
---------------------------------------*/
.news {
  padding: 40px 0 95px;
}

.news__title {
  text-align: center;
  padding: 0 15px;
}

@media (min-width: 1025px) {
  .news__title {
    text-align: left;
  }
}

@media (min-width: 1180px) {
  .news__title {
    padding: 0;
  }
}

.news__title-link {
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
}

.news__title-link:hover {
  color: #512311;
}

.news-slider .slick-list {
  padding-right: 2px;
}

.news-slide {
  padding: 10px;
  position: relative;
}

.news-slide .news-item__link:hover:before, .news-slide .news-item__link:hover:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  height: calc(100% - 20px);
  width: 1px;
  background-color: #0D284B;
  opacity: 0.22;
}

.news-slide .news-item__link:hover:after {
  left: auto;
  right: 0;
  z-index: 100;
}

.news-arrow {
  position: absolute;
  bottom: 50%;
  width: 27px;
  height: 47px;
  cursor: pointer;
}

.news-arrow:hover, .news-arrow:focus {
  opacity: 0.7;
}

.news-arrow--prev {
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='47' viewBox='0 0 27 47'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23376092' d='M27.013 46.34l-.577.663L-.014 24.2l.58-.663z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23376092' d='M25.995-.002l.596.645L.804 24.183l-.597-.647z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.news-arrow--next {
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='47' viewBox='0 0 27 47'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23376092' d='M-.014.66l.579-.662 26.449 22.8-.578.663z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23376092' d='M1.005 47.003l-.597-.647 25.789-23.539.595.647z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (min-width: 641px) {
  .news-slider {
    padding: 0 70px;
  }
}

@media (min-width: 1344px) {
  .news-arrow--prev {
    left: -71px;
  }
  .news-arrow--next {
    right: -71px;
  }
  .news-slider {
    padding: 0;
  }
  .news-slider {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

.news-item__link {
  display: block;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  transition: all 400ms;
}

.news-item__link:hover .news-item__title {
  /*color: #6a4e46;
        font-weight: 700;*/
  text-shadow: 0px 0px 1px;
}

.news-item__img {
  padding-top: 56.01%;
  background-size: cover;
  background-position: center;
  margin-bottom: 25px;
}

.news-item__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 14px;
  /*text-transform: capitalize;*/
}

.news-item__title {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  transition: all 200ms;
}

.news-item__link--magazine {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}

.news-item__link--magazine:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #326195;
  opacity: 0;
  transition: all 400ms;
}

.news-item__link--magazine:hover {
  color: #fff;
}

.news-item__link--magazine:hover:before {
  opacity: 1;
}

/*---------------------------------------
  TMPL:SINGLE NEWS
---------------------------------------*/
.activity-hero {
  margin-bottom: 25px;
}

.activity-hero__img {
  min-height: 400px;
}

.activity-hero__title {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}

@media (min-width: 641px) and (max-width: 768px) {
  .activity-hero__title {
    font-size: 2.3em;
  }
}

@media (min-width: 641px) {
  .activity-hero__title {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.activity-hero .columns:first-child {
  display: table;
  text-align: center;
}

@media (max-width: 640px) {
  .activity-hero .columns:first-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 641px) {
  .activity-hero .columns:first-child {
    border-right: none;
    border: 2px solid #6795c0;
  }
}

@media (min-width: 1025px) {
  .activity-hero {
    margin-bottom: 50px;
  }
  .activity-hero .row {
    padding: 0 15px;
  }
}

.single-header {
  position: relative;
  margin-bottom: 40px;
  background-color: rgba(112, 111, 111, 0.09);
}

.single-header__inner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1025px) {
  .single-header__inner {
    display: flex;
  }
}

.single-header__thumb {
  background-size: cover;
  background-position: center;
  min-height: 201px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .single-header__thumb {
    height: 344px;
  }
}

@media (min-width: 1025px) {
  .single-header__thumb {
    width: 23.40%;
  }
}

.single-header__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.single-header__title {
  padding: 30px;
}

@media (min-width: 1025px) {
  .single-header__title {
    padding: 40px 40px 40px 65px;
    display: flex;
    align-items: center;
    width: auto;
  }
}

.single-header__title-inner {
  max-width: 640px;
}

@media (max-width: 1024px) {
  .single-header__title-inner {
    margin-left: auto;
    margin-right: auto;
  }
}

.single-header__date {
  font-family: Gotham, "Quicksand", sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 3px;
  /*text-transform: capitalize;*/
}

.single-header__text {
  font-family: Gotham, "Quicksand", sans-serif;
  font-size: 31px;
  font-weight: 700;
}

.arrow-back {
  display: block;
  width: max-content;
  white-space: nowrap;
}

.arrow-back_top {
  position: absolute;
  background-color: #0D284B;
  color: #fff;
  left: 0;
  bottom: 0;
  top: 0;
  width: calc((100vw - 1170px) / 2 + 60px);
}

@media (max-width: 1200px) {
  .arrow-back_top {
    width: 50px;
  }
}

.arrow-back_top::before, .arrow-back_top::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.arrow-back_top::before {
  transform-origin: bottom left;
  transform: rotate(-45deg);
}

.arrow-back_top::after {
  transform-origin: top left;
  transform: rotate(45deg);
}

.arrow-back_top:hover::before, .arrow-back_top:hover::after {
  right: 20px;
}

.arrow-back_bottom {
  position: relative;
  display: inline-block;
  font-size: 1.5em;
  border: 2px solid #0D284B;
  padding: 5px 10px 5px 60px;
  margin: 40px 0 40px -50px;
}

@media (max-width: 1200px) {
  .arrow-back_bottom {
    margin-left: 0;
  }
}

.arrow-back_bottom::before {
  content: '\F104';
  position: absolute;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  background-color: #0D284B;
  text-align: center;
  line-height: 1.5em;
  font-weight: 900;
}

.blog-link {
  font-family: "Gotham - Book", "Quicksand", sans-serif;
  font-size: 24px;
  font-weight: 400;
  border: 1px solid #326195;
  padding: 5px 31px 5px 65px;
  margin-top: 30px;
  display: inline-block;
  position: relative;
}

.blog-link:hover {
  box-shadow: 0 0 2px 0 #326195;
}

.blog-link:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 25px;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='25' viewBox='0 0 14 25'%3E%3Cdefs%3E%3CclipPath id='95r3a'%3E%3Cpath fill='%23fff' d='M12.989 25.007L.999 12.5 12.99-.009'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23326195' stroke-miterlimit='50' stroke-width='1.9' d='M12.989 25.007v0L.999 12.5v0L12.99-.009v0' clip-path='url(&quot;%2395r3a&quot;)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 640px) {
  .blog-link {
    font-size: 18px;
  }
  .blog-link:before {
    width: 12px;
    height: 20px;
  }
}

@media (min-width: 1025px) {
  .blog-link {
    margin-top: 0;
    position: absolute;
    bottom: 5px;
  }
}

.blog-link__wrapper {
  position: relative;
  margin-left: 48px;
  margin-bottom: 34px;
}

.download-pdf {
  color: #2a4585;
  width: 95px;
  height: 95px;
  position: absolute;
  bottom: -20px;
  right: 0;
  background-color: #fff;
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
  padding: 20px;
}

.download-pdf:hover {
  color: #6795c0;
}

.download-file-btn {
  position: relative;
  display: inline-block;
  font-size: 1.5em;
  border: 2px solid #0D284B;
  padding: 5px 10px 5px 60px;
  margin: 15px 0;
}

.download-file-btn::before {
  content: '\F063';
  position: absolute;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  background-color: #0D284B;
  text-align: center;
  line-height: 1.5em;
  font-weight: 900;
}

.single-content-section {
  padding-top: 30px;
  padding-bottom: 60px;
}

.single-content-section blockquote {
  background-color: #e8f1f7;
  position: relative;
  color: #0D284B;
  font-size: 2em;
  font-weight: 200;
  padding: 30px 50px;
  margin-left: -50px;
  width: calc(100% + 50px);
  border: none;
}

@media (max-width: 1200px) {
  .single-content-section blockquote {
    width: 100%;
    margin-left: 0;
  }
}

.single-content-section blockquote::before {
  content: '\00ab';
  display: inline;
  float: left;
  font-size: 2.8em;
  line-height: 0.2;
  vertical-align: top;
  margin-right: 10px;
}

.single-content-section blockquote::after {
  content: ' \00bb';
  display: inline;
  font-size: 1em;
}

.single-content-section blockquote p {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.single-content {
  margin-bottom: 50px;
}

/*---------------------------------------
  TMPL:ACTIVITES
---------------------------------------*/
.table {
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.activites {
  padding: 15px 15px 40px;
}

@media (min-width: 1025px) {
  .activites .btn-wrap {
    position: relative;
    top: -62px;
  }
}

.activity-intro__text {
  border-top: 1px solid #000;
  padding: 35px 0 80px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44444;
  text-align: justify;
}

.activity-intro__text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44444;
  text-align: justify;
}

.activity-item {
  position: relative;
  margin-bottom: 20px;
}

.activity-item__wrapper {
  border: 1px solid #0D284B;
}

.activity-item .activity-img-wrap {
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  min-height: 201px;
  transition: all 200ms;
  box-sizing: border-box;
}

@media (min-width: 642px) {
  .activity-item .activity-img-wrap {
    min-height: 301px;
  }
}

.activity-img-col {
  position: relative;
  z-index: 10;
}

.activity-img-col a {
  display: block;
  transition: all 200ms;
  overflow: hidden;
}

.activity-img-col a:hover .activity-img-wrap {
  transform: scale(1.02);
}

@media (max-width: 1024px) {
  .activity-img-col img {
    width: 100%;
  }
}

.activity-content-section {
  padding-bottom: 60px;
}

.activity-content__top {
  margin-bottom: 30px;
}

.activity-content__top p {
  line-height: 1.3;
}

@media (min-width: 1025px) {
  .activity-content__top {
    margin-bottom: 65px;
  }
}

.activity-content__left h1,
.activity-content__left h2,
.activity-content__left h3,
.activity-content__left h4,
.activity-content__left h5,
.activity-content__left h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  display: inline-block;
}

.activity-content__left p {
  color: #b5947f;
}

@media (min-width: 1025px) {
  .activity-content__left h1,
  .activity-content__left h2,
  .activity-content__left h3,
  .activity-content__left h4,
  .activity-content__left h5,
  .activity-content__left h6 {
    margin-bottom: 60px;
  }
  .activity-content__left h2 {
    font-size: 36px;
  }
  .activity-content__left p {
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  .activity-content .content-offset .activity-content__right {
    /*margin-left: 25px;*/
  }
  .activity-content .blue-bg {
    display: inline;
  }
}

.activity-content-bottom {
  padding: 30px 0;
  background-color: #e8f1f7;
}

.activity-content-bottom h1,
.activity-content-bottom h2,
.activity-content-bottom h3,
.activity-content-bottom h4,
.activity-content-bottom h5,
.activity-content-bottom h5,
.activity-content-bottom h6 {
  color: #0060A6;
  letter-spacing: -0.3px;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  margin-bottom: 25px;
}

@media (min-width: 1025px) {
  .activity-content-bottom h1,
  .activity-content-bottom h2,
  .activity-content-bottom h3,
  .activity-content-bottom h4,
  .activity-content-bottom h5,
  .activity-content-bottom h5,
  .activity-content-bottom h6 {
    margin-bottom: 50px;
  }
}

.activity-widget-container {
  display: flex;
  border: 2px solid;
}

@media (min-width: 1025px) {
  .activity-widget-container {
    /*width: calc(100% - 50px);
    margin: 30px 0 30px 50px;
    */
    margin: 30px auto;
  }
}

@media (max-width: 1024px) {
  .activity-widget-container {
    width: calc(100% - 25px);
    margin: 30px auto;
  }
}

@media (max-width: 480px) {
  .activity-widget-container {
    flex-direction: column;
  }
}

.activity-widget {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 640px;
  height: 100%;
}

.activity-widget h2 {
  color: #0060a6;
}

.activity-widget h2:last-child {
  margin-bottom: 0;
}

.activity-widget__content {
  text-align: center;
  padding: 15px 30px;
  flex: 1;
}

.activity-widget__image {
  max-width: 216px;
}

.activity-widget__link-text::before {
  content: '';
  display: inline-block;
  border: 5px solid transparent;
  border-left-width: 0;
  border-right-color: #2a4585;
  border-right-width: 10px;
  margin-right: 5px;
}

@media (min-width: 1025px) {
  .activity-widget h2 {
    font-size: 23px;
  }
  .activity-widget span {
    font-size: 15px;
  }
}

.post-date {
  /*text-transform: capitalize;*/
  font-weight: bold;
  font-size: 15px;
}

.loup {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0D284B;
  z-index: 10;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 1024px) {
  .loup {
    width: 38px;
    line-height: 38px;
  }
}

@media (min-width: 1025px) {
  .loup {
    width: 48px;
    line-height: 48px;
  }
}

.loup svg {
  display: inline-block;
  vertical-align: middle;
}

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

.post-item {
  display: block;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #2a4585;
}

@media (max-width: 1024px) {
  .post-item {
    padding: 20px 50px 30px 28px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .post-item {
    padding: 33px;
  }
}

@media (min-width: 1025px) {
  .post-item .post-date {
    margin-bottom: 70px;
  }
}

.post-item:hover .loup {
  opacity: 0.7;
}

.post-title {
  font-family: "Quicksand", sans-serif;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .post-title {
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  .post-title {
    font-size: 15px;
  }
}

.btn-wrap {
  padding-top: 27px;
  text-align: center;
}

.basic-btn {
  display: inline-block;
  min-width: 258px;
  font-size: 1rem;
  color: #fff;
  background-color: #b5947f;
  text-align: center;
  padding: 15px 10px;
}

.basic-btn:hover {
  color: #fff;
  background-color: #936d55;
}

@media (min-width: 1025px) {
  .blog-posts .post-item {
    min-height: 366px;
  }
}

@media (min-width: 1025px) {
  .blog-posts .post-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  .blog-posts {
    background-image: none !important;
  }
  .blog-posts .columns {
    padding: 0 40px;
  }
}

@media (max-width: 640px) {
  .blog-posts .columns {
    padding: 0 15px;
  }
}

@media (min-width: 1025px) {
  .blog-posts {
    padding-top: 67px;
    margin-bottom: 43px;
  }
}

/* ------------------------------------
    TMPL: Contact
------------------------------------- */
.hero-image {
  background-color: #e8f1f7;
}

.hero-image_large {
  min-height: 480px;
}

@media (max-width: 640px) {
  .hero-image_large {
    min-height: 180px;
  }
}

.hero-image_small {
  min-height: 283px;
}

.contact-page__inner {
  padding: 50px 0 60px;
}

.contact-info-section {
  padding: 65px 0 25px;
}

.contact-info-section h1,
.contact-info-section h2,
.contact-info-section h3,
.contact-info-section h4,
.contact-info-section h5,
.contact-info-section h6,
.contact-info-section p {
  line-height: 1.4;
}

.contact-content__icon, .contact-content__type-2 {
  display: inline-block;
}

.contact-content__icon {
  vertical-align: middle;
  margin-right: 5px;
  max-width: 34px;
}

@media (max-width: 1024px) {
  .contact-content__icon {
    max-width: 15px;
  }
}

.contact-content p:last-child {
  margin-bottom: 0;
  color: #376092;
  font-family: Gotham, "Quicksand", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .contact-content {
    text-align: center;
    margin-bottom: 30px;
  }
}

.acf-map {
  height: 285px;
}

.contact-form form {
  position: relative;
}

.contact-form .validation_error {
  display: none;
}

.contact-form .validation_message {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  padding-left: 10px;
}

.contact-form .gf_form-field input,
.contact-form .gf_form-field-2 input {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #2a4585;
  padding-left: 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.contact-form .gf_form-field {
  padding-top: 12px;
}

.contact-form .gf_column_second {
  position: relative;
}

.contact-form .gf_textarea-field textarea {
  height: auto;
  border: 1px solid #2a4585;
  padding: 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  font-weight: 400;
}

@media (min-width: 641px) {
  .contact-form .gf_textarea-field textarea {
    padding-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .contact-form .gf_textarea-field textarea {
    /*font-size: 24px;*/
    height: 335px;
  }
}

.contact-form .gf_checkbox-field {
  padding-right: 20px;
}

@media (min-width: 641px) {
  .contact-form .gf_checkbox-field {
    position: absolute;
    bottom: 5px;
    left: 30px;
    max-width: calc(100% - 60px);
    background-color: #fff;
  }
}

@media (max-width: 1024px) {
  .contact-form .gf_checkbox-field {
    left: 20px;
    margin-right: 20px;
  }
}

.contact-form .gf_checkbox-field input {
  display: none;
}

.contact-form .gf_checkbox-field input:checked + label::after {
  content: "\f00c";
}

.contact-form .gf_checkbox-field label {
  position: relative;
  color: #2a4585;
  font-size: 11px;
  padding-left: 20px;
}

.contact-form .gf_checkbox-field label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px dashed #2a4585;
  color: #2a4585;
  line-height: 15px;
  font-size: 13px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.contact-form .gform_fields {
  overflow: auto;
}

.contact-form .gform_button {
  position: absolute;
  bottom: 21px;
  right: 16px;
  width: 37px;
  height: 37px;
  text-indent: -9999px;
  background-color: #2a4585;
  color: #fff;
}

@media (min-width: 1025px) {
  .contact-form .gform_button {
    bottom: auto;
    top: 298px;
  }
}

.contact-form .gform_button::before, .contact-form .gform_button::after {
  content: '';
  position: absolute;
  left: 20%;
  top: 49%;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-form .gform_button::before {
  transform-origin: top right;
  transform: rotate(-45deg);
}

.contact-form .gform_button::after {
  transform-origin: bottom right;
  transform: rotate(45deg);
}

.contact-form .gform_button:hover {
  background-color: #0D284B;
}

/* ------------------------------------
    TMPL: Article
------------------------------------- */
.article-page {
  padding: 40px 0;
  background-color: #e8f1f7;
}

.article-page__inner {
  max-width: 1330px;
  background-color: #fff;
  padding: 30px 0;
  margin: 0 auto;
}

.article-page .page-content ul {
  margin-bottom: 30px;
}

.article-page .page-content ul li {
  margin-bottom: 0;
}

.article-page .page-title {
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .article-page .page-title {
    margin-bottom: 40px;
  }
}

.article-middle-wrap {
  padding: 25px 0;
}

.article-middle-wrap p:last-child {
  margin-bottom: 0;
}

/* ------------------------------------
    TMPL: ISR
------------------------------------- */
.isr-page {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.isr-page__inner {
  padding: 55px 0 80px;
}

.isr-page .page-content__inner {
  margin-bottom: 25px;
}

@media (min-width: 1025px) {
  .isr-page .page-content__inner {
    margin-bottom: 50px;
  }
}

.isr-page .page-content h2 {
  margin-bottom: 35px;
  color: #326195;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

.isr-page .page-content p + ul {
  margin-top: -5px;
}

@media (min-width: 1025px) {
  .isr-page .page-content p + ul {
    margin-top: -20px;
  }
}

@media (min-width: 1025px) {
  .isr-page .page-content h2 {
    font-size: 36px;
    margin-bottom: 70px;
  }
  .isr-page .page-content ul {
    margin-bottom: 30px;
  }
  .isr-page .page-content ul li {
    margin-bottom: 0;
  }
}

.isr-content__top {
  /*margin-bottom: 25px;*/
}

@media (min-width: 1025px) {
  .isr-content__top {
    /*margin-bottom: 50px;*/
  }
}

.isr-bottoom-section {
  padding-top: 50px;
}

.isr-bottoom-section .page-content h2 {
  margin-bottom: 35px;
}

@media (min-width: 1025px) {
  .isr_logos_grid {
    margin: 0 80px;
  }
}

.isr_logos_grid .img-content {
  flex-direction: column;
  border: none;
}

.isr_logos_grid .content-item {
  margin-top: 0;
}

.highlight_block {
  margin-bottom: 20px;
  background-color: rgba(217, 232, 242, 0.61);
  padding: 48px 15px 40px;
  text-align: justify;
}

@media (min-width: 641px) {
  .highlight_block {
    padding: 48px 50px 40px;
  }
}

.highlight_block .img-item {
  text-align: center;
  margin-bottom: 40px;
}

.highlight_block .img-item img {
  height: 45px;
}

.highlight_block .img-item__link:hover {
  opacity: .7;
}

.principles {
  padding: 50px 0;
  background-color: #e8f1f7;
}

.principles__title {
  margin-bottom: 40px;
}

@media (min-width: 1025px) {
  .principles__title {
    font-size: 36px;
  }
}

.principles .row:last-child {
  max-width: 900px;
}

@media (max-width: 1024px) {
  .principle-column {
    margin-bottom: 50px;
  }
}

.principle {
  position: relative;
}

.principle__content {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .principle__content {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 1025px) {
  .principle__content {
    font-size: 21px;
  }
}

.principle__num {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .principle__num {
    top: -20px;
    left: 50px;
    font-size: 84px;
  }
}

@media (max-width: 640px) {
  .principle__num {
    font-size: 42px;
  }
}

@media (min-width: 1025px) {
  .principle__num {
    font-size: 140px;
    top: -40px;
    left: -20px;
  }
}

@media (max-width: 1024px) {
  .principle {
    padding-top: 100px;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .principle {
    padding-top: 50px;
  }
}

@media (min-width: 1025px) {
  .principle {
    padding-top: 115px;
    margin-bottom: 50px;
  }
  .principle-odd {
    padding-right: 50px;
  }
  .principle-even {
    padding-left: 50px;
  }
}

.files-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.files-list__title {
  color: #326195;
  font-family: Quicksand;
  font-size: 36px;
  font-weight: 400;
  padding-top: 57px;
  margin-bottom: 35px;
}

.files-list__item {
  padding: 24px 56px 24px 31px;
  border: 1px solid #d2d2d2;
  margin-bottom: 12px;
}

.files-list__item:before {
  display: none !important;
}

.files-list__link {
  color: #326195;
  font-family: Quicksand;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: relative;
  padding: 0 55px 0 45px;
}

.files-list__link:before {
  content: '';
  display: block;
  position: absolute;
  height: 38px;
  width: 29px;
  background-image: url("../images/file-icon.png");
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.files-list__link:after {
  content: '';
  display: block;
  position: absolute;
  height: 50px;
  width: 50px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/download_icon.png");
  background-size: 19px 22px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #326195;
}

.files-list__link:hover {
  color: #512311;
}

.files-list__link:hover:after, .files-list__link:hover:before {
  opacity: .7;
}

@media (max-width: 1024px) {
  .files-list__item {
    padding: 24px 20px 24px 20px;
  }
  .files-list__link {
    font-size: 16px;
  }
  .files-list__link:after {
    height: 40px;
    width: 40px;
  }
}

/* ------------------------------------
    TMPL: Nos Valeurs
------------------------------------- */
.our-values-section {
  padding: 40px 0 65px;
  background-color: #e8f1f7;
  background-repeat: no-repeat;
  background-position: 125% 50%;
}

.our-values-section .page-title,
.our-values-section .page-subtitle {
  display: inline-block;
}

.our-values-section .page-title {
  margin-right: 50px;
}

@media (min-width: 1025px) {
  .our-values-section .page-subtitle {
    font-size: 15px;
  }
}

.our-value {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  height: 100%;
  min-height: 350px;
}

@media (max-width: 1050px) {
  .our-value {
    min-height: 380px;
  }
}

@media (max-width: 970px) {
  .our-value {
    min-height: 400px;
  }
}

@media (max-width: 900px) {
  .our-value {
    min-height: 420px;
  }
}

@media (max-width: 850px) {
  .our-value {
    min-height: 450px;
  }
}

@media (max-width: 730px) {
  .our-value {
    min-height: 505px;
  }
}

@media (max-width: 641px) {
  .our-value {
    min-height: unset;
  }
}

.our-value h1,
.our-value h2,
.our-value h3,
.our-value h4,
.our-value h5,
.our-value h6 {
  font-family: "Quicksand", sans-serif;
}

.our-value img {
  display: inline-block;
}

@media (min-width: 1025px) {
  .our-value p {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }
}

.title-column {
  margin-bottom: 40px;
}

.our-values-add {
  padding-top: 50px;
}

.our-values-add__item_top {
  margin-bottom: 40px;
}

.our-values-add__item_bottom {
  padding-bottom: 55px;
}

.our-values-add__item_bottom ul {
  margin-bottom: 30px;
}

.our-values-add__item_bottom p {
  text-align: justify;
}

@media (min-width: 1025px) {
  .our-values-add {
    padding-top: 115px;
  }
  .our-values-add h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

.image-box {
  min-height: 308px;
  margin-bottom: 40px;
}

.masonry__item {
  margin-bottom: 30px;
}

/* ------------------------------------
    TMPL : Recruitment
------------------------------------- */
.recruitment-hero-section {
  background-color: #e8f1f7;
  padding: 35px 0 50px;
}

@media (min-width: 1025px) {
  .recruitment-hero__wrapper {
    display: flex;
  }
}

.recruitment-hero__content-col {
  background-color: #0D284B;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .recruitment-hero__content-col {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1025px) {
  .recruitment-hero__content-col {
    width: 41.66667%;
  }
}

.recruitment-hero__video {
  position: relative;
  max-width: 640px;
}

@media (max-width: 1024px) {
  .recruitment-hero__video {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1025px) {
  .recruitment-hero__video {
    width: 58.33333%;
  }
}

.recruitment-hero__video video {
  width: 100%;
  max-width: 640px;
  height: 100%;
  object-fit: cover;
}

.recruitment-hero__video .playpause {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 45px;
  border-color: transparent transparent transparent #376092;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  padding: 0;
  background-color: transparent;
}

.recruitment-hero__video .playpause:hover {
  opacity: 0.9;
}

.recruitment-hero__content {
  color: #fff;
  padding: 30px 30px;
}

.recruitment-hero__content p {
  line-height: 1.3;
  font-weight: 500;
}

@media (max-width: 640px) {
  .recruitment-hero__content {
    padding: 30px 15px;
  }
}

.recruitment-video {
  position: relative;
  background-color: #ccc;
  height: 100%;
}

.recruitment-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.recruitment-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 60px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.recruitment-video__play:hover {
  opacity: 0.8;
}

.offers-section {
  padding: 50px 0;
}

.offers ul {
  margin-bottom: 30px;
}

.offers ul li {
  margin-bottom: 0;
}

.offers a[href^="mailto:"] {
  position: relative;
  display: inline-block;
  padding-left: 3px;
  padding-right: 37px;
  line-height: 1.4;
  border: 2px solid;
  color: #2a4585;
}

.offers a[href^="mailto:"]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 100%;
  background-color: #0D284B;
  background-image: url("../images/message-icon.png");
  background-size: 60%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.offers a[href^="mailto:"]:hover {
  opacity: 0.9;
}

@media (min-width: 1025px) {
  .offers a[href^="mailto:"] {
    padding-right: 40px;
  }
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 1px solid #d2d2d2;
}

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

.embed-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

.blog-page .post-title,
.blog-page .post-date {
  color: #2a4585;
}

.blog-page .load-more {
  text-indent: -9999px;
  display: block;
  position: relative;
  margin: 0 auto 60px;
  border-bottom: 2px solid #2a4585;
}

.blog-page .load-more.loading {
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
}

.blog-page .load-more::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 30px solid transparent;
  border-bottom: 0;
  border-top-color: #2a4585;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-page .load-more:hover {
  opacity: 0.7;
}

.blog-title-section {
  padding: 25px 0;
}

.featured-post-section {
  position: relative;
  margin-bottom: 30px;
  background-color: #e8f1f7;
}

.featured-post-section .row {
  padding: 30px 50px 20px 45px;
}

@media (max-width: 640px) {
  .featured-post-section .row {
    padding: 30px 50px 20px 0;
  }
}

@media (min-width: 1025px) {
  .featured-post-section .row {
    position: relative;
    padding: 60px 100px 20px 90px;
  }
  .featured-post-section .post-title {
    font-size: 22px;
  }
}

.featured-post__loup {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  background-color: #fff;
  background-image: url("../images/loup-btn.png");
}

@media (min-width: 1025px) {
  .featured-post__loup {
    width: 95px;
    height: 95px;
  }
}

.featured-post__wrapper {
  border: 1px solid #376092;
}

@media (min-width: 1025px) {
  .featured-post__wrapper {
    display: flex;
  }
}

.featured-post__image {
  width: 100%;
  background-size: cover;
  background-position: center;
  min-height: 320px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1025px) {
  .featured-post__image {
    width: 50%;
  }
}

.featured-post__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
}

.featured-post__link {
  padding: 50px 28px 50px;
  display: block;
  width: 100%;
  background-color: #0D284B;
  color: #fff;
}

@media (min-width: 1025px) {
  .featured-post__link {
    width: 50%;
  }
}

.featured-post__link:hover {
  background-color: #fff;
  color: #512311;
}

.featured-post__inner {
  max-width: 540px;
}

@media (max-width: 1024px) {
  .featured-post__inner {
    margin: 0 auto;
  }
}

.featured-post__date {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 30px;
  /*text-transform: capitalize;*/
}

.featured-post__title {
  font-family: "Quicksand", sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}

.featured-post__text {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 0;
}

.featured-post__text p {
  margin-bottom: 0;
}

.posts-section .post-item,
.posts-section .post-title {
  margin-bottom: 30px;
}

.posts-section .post-date {
  margin-bottom: 30px;
  font-weight: 500;
}

.posts-section .loup {
  background-color: #2a4585;
}

@media (min-width: 1025px) {
  .posts-section .post-item {
    margin-bottom: 65px;
  }
}

/* ------------------------------------
  TMPL: Our team
------------------------------------- */
.page-template-template-our-team .our-team-page__intro {
  padding: 15px 0 15px 50px;
  background-color: #e8f1f7;
}

@media (max-width: 1024px) {
  .page-template-template-our-team .our-team-page__intro {
    padding: 15px 0 15px 25px;
  }
}

@media (max-width: 640px) {
  .page-template-template-our-team .our-team-page__intro {
    padding: 15px 0;
  }
}

.team-filter {
  margin: 40px 0;
  display: flex;
  color: #b5947f;
  border-top: 1px solid #b5947f;
  border-left: 1px solid #b5947f;
}

@media (max-width: 640px) {
  .team-filter {
    flex-direction: column;
  }
}

.team-filter__list {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.team-filter__list a {
  height: 80px;
}

@media (max-width: 640px) {
  .team-filter__list a {
    height: unset;
  }
}

@media (max-width: 640px) {
  .team-filter__list {
    flex: 1 0 auto;
  }
}

.team-filter__item {
  flex: 1 0 auto;
  padding: 5px 10px;
  color: inherit;
  border-right: 1px solid #b5947f;
  border-bottom: 1px solid #b5947f;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.team-filter__item span {
  display: block;
}

@media (max-width: 640px) {
  .team-filter__item {
    white-space: normal;
  }
}

@media (min-width: 640px) {
  .team-filter__item {
    width: 25%;
  }
  .team-filter__item--all {
    width: 18%;
  }
}

.team-filter__item.active {
  color: #fff;
  background-color: #b5947f;
}

.filter-box {
  padding-bottom: 40px;
}

.filter-box__item {
  display: block;
  box-sizing: border-box;
  width: calc((100% - 20px * 4) / 5);
  padding-bottom: calc((100% - 20px * 4) / 5);
}

@media (max-width: 1024px) {
  .filter-box__item {
    width: calc((100% - 20px * 2) / 3);
    padding-bottom: calc((100% - 20px * 2) / 3);
  }
}

@media (max-width: 640px) {
  .filter-box__item {
    width: calc((100% - 20px) / 2);
    padding-bottom: calc((100% - 20px) / 2);
  }
}

@media (max-width: 480px) {
  .filter-box__item {
    width: calc(100%);
    padding-bottom: calc(100%);
  }
}

.filter-box__item--full-width {
  width: 100%;
  padding-bottom: 0;
  height: auto;
}

.filter-box .gutter-sizer {
  width: 20px;
}

.person-details {
  padding: 15px 0;
  display: none;
  transition: none !important;
}

.person-details__info {
  float: left;
  width: 60%;
  font-size: 1.2em;
}

@media (max-width: 640px) {
  .person-details__info {
    width: 100%;
  }
}

.person-details__name {
  font-size: 1em;
  font-weight: bold;
}

.person-details__title {
  font-style: italic;
}

.person-details__contacts {
  float: right;
  width: 40%;
  text-align: right;
}

@media (max-width: 640px) {
  .person-details__contacts {
    width: 100%;
    text-align: left;
    margin: 10px 0;
  }
}

.person-details__description {
  padding-top: 15px;
  clear: both;
}

.person-details__description p {
  font-size: inherit;
}

.person-details__email {
  display: block;
}

.person-details__phone {
  display: block;
}

.person {
  cursor: pointer;
  font-size: 1.2em;
  border: 1px solid #fff;
}

.person::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  border: 30px solid transparent;
  border-bottom: 0;
  border-top-color: #2a4585;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.person::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(255, 255, 255, 0.6);
}

.person:hover:not(.active)::before {
  opacity: 1;
}

.person.active {
  border-color: #2a4585;
}

.person.active::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.person__info {
  text-align: center;
  position: absolute;
  padding: 15px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.person:hover:not(.active) .person__info {
  opacity: 1;
}

.person__title {
  font-weight: 500;
}

.person hr {
  width: 30px;
  border-bottom: 2px solid #0D284B;
}

/*---------------------------------------
  TMPL:OBLIGATIONS RELANCE
---------------------------------------*/
.obligrelance.grid li {
  border: 1px solid #0D284B;
  color: #b5947f;
}

.page-id-2931 h1.page-title::after {
  content: url(/wp-content/uploads/2022/03/Logo-vert-en-.png-150x150.png);
  float: right;
  margin-right: 10px;
}

/* ------------------------------------
    Popup Styles
------------------------------------- */
#popup {
  display: none;
}

#popup.active-modal {
  display: block;
}

#popup-no {
  display: none;
}

#popup-no .bloc_popup_titre__text {
  text-align: center;
  padding: 30px 25px 25px 25px;
}

#popup-no .bloc_popup_titre__text .sous-texte_pop {
  font-size: 14px;
  font-weight: 400;
  color: #557099;
}

#popup-no .bloc_popup_titre__elem a {
  line-height: 45px;
}

.modal-content {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 20;
}

.bloc_popup_titre {
  position: fixed;
  top: 30%;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 840px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
}

.bloc_popup_titre .bloc_in {
  background-color: #fff;
  z-index: 30;
  padding: 25px 5px;
  border: 4px solid #376092;
}

.bloc_popup_titre__title {
  text-align: center;
  color: #59749B !important;
  font-size: 22px;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 30px;
}

.bloc_popup_titre__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bloc_popup_titre__elem {
  padding: 5px 15px;
  width: 100%;
  text-align: center;
  max-width: 355px;
}

.bloc_popup_titre__elem a {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  border: 4px solid #59749B;
  display: block;
  line-height: 70px;
  transition: color .3s ease, background-color .3s ease-in;
}

.bloc_popup_titre__elem a:hover {
  color: #0D284B;
  background-color: #fff;
}

.bloc_popup_titre__elem a .sous-texte_pop {
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 400;
  color: #557099;
}

.posts-grid {
  position: relative;
}

@media (min-width: 641px) {
  .posts-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
  }
}

.posts-grid__item {
  margin-bottom: 70px;
  order: 1;
}

@media (max-width: 640px) {
  .posts-grid__item {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 641px) {
  .posts-grid__item {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
}

@media (min-width: 1024px) {
  .posts-grid__item {
    width: calc(33.33% - 15px);
    margin-left: 15px;
  }
  .posts-grid__item.order-0 {
    order: 0;
  }
}

.magazine-post__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 30px 15px;
}

.magazine-post__icon--top {
  margin-bottom: 30px;
}

.magazine-post__title {
  font-family: "Quicksand", sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.magazine-post__subtitle {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}

.magazine-post__icon--bottom {
  position: relative;
  min-height: 50px;
}

.magazine-post__icon--bottom:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 50px;
  width: 50px;
  transform: translateX(-50%);
  background-image: url(../images/download_icon-white.png);
  background-size: 19px 22px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
}

.load-more-gradient {
  position: absolute;
  height: 500px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 50%, #fefefe 100%);
}

.load-more-gradient img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% -50%);
  opacity: 0;
}

.load-more-gradient.loading img {
  opacity: 1;
}

.featured-magazine {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
}

.featured-magazine .post-title {
  text-align: center;
  color: #fff;
}

.featured-magazine .icon-title {
  text-align: center;
  margin-bottom: 35px;
}

.featured-magazine .post-inner {
  position: relative;
  z-index: 10;
}

.featured-magazine:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(42, 69, 133, 0.65);
  z-index: 0;
}

.featured-magazine:hover, .featured-magazine:focus {
  color: #fff;
}

.featured-magazine:hover:after, .featured-magazine:focus:after {
  background-color: rgba(42, 69, 133, 0.45);
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  padding-top: 30px;
  background-color: #0D284B;
}

.footer .social-links {
  text-align: center;
}

.footer .linkedin {
  display: inline-block;
  background-color: #fff;
  font-size: 21px;
  height: 27px;
  width: 32px;
  text-align: center;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .footer .linkedin {
    margin-bottom: 20px;
  }
}

.footer .linkedin i {
  color: #0D284B;
}

.footer .linkedin:hover {
  background-color: #007bb6;
}

.footer .linkedin:hover i {
  color: #fff;
}

.footer .row {
  max-width: 1200px;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer div,
.footer span,
.footer a {
  color: #fff;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  opacity: 0.7;
}

.footer-top {
  margin-bottom: 15px;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 15px;
}

@media (min-width: 641px) {
  .footer-menu {
    flex-direction: row;
  }
}

.footer-menu li {
  position: relative;
  font-size: 16px;
  padding: 0 7px;
}

@media (min-width: 1025px) {
  .footer-menu li {
    display: inline-block;
  }
  .footer-menu li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 14px;
    width: 1px;
    background-color: #fff;
    transform: translateY(-50%);
  }
  .footer-menu li:first-child::after {
    content: none;
  }
  .footer-menu li:first-child a {
    padding-left: 0;
    font-weight: 500;
  }
}

.footer-menu li a {
  display: inline-block;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .footer-menu {
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .footer-menu {
    padding-top: 50px;
  }
}

.contact-info {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 500;
}

.contact-info p,
.contact-info a {
  font-size: inherit;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
}

@media (min-width: 1300px) {
  .contact-info {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.footer-right-wrap {
  max-width: 245px;
}

@media (max-width: 1024px) {
  .footer-right-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

.footer-content {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  /*max-width: 500px;*/
  /*margin: 0 auto;*/
  margin: 0;
}

@media (min-width: 1025px) {
  .footer-content {
    max-width: 234px;
    /*margin-left: auto;*/
    text-align: left;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .footer-content {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .footer-links {
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .footer-links {
    display: none;
  }
}

.footer-copyright {
  border-top: 1px solid #fff;
  padding: 7px 0;
}

@media (min-width: 1025px) {
  .copyright__inner {
    display: flex;
    justify-content: space-between;
  }
}

.copyright__links {
  line-height: 1.2rem;
  align-items: center;
  margin-left: -5px;
}

@media (min-width: 1025px) {
  .copyright__links {
    display: flex;
    flex-wrap: wrap;
  }
}

.copyright__link-wrapper {
  text-align: center;
  position: relative;
  padding: 0 5px;
}

.copyright__link-wrapper .copyright__link {
  font-size: 12px;
}

@media (max-width: 1024px) {
  .copyright__link-wrapper {
    margin-bottom: 10px;
  }
}

@media (min-width: 1025px) {
  .copyright__link-wrapper:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 12px;
    width: 1px;
    background-color: #fff;
    transform: translateY(-50%);
  }
}

.copyright {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
}

.copyright P {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .copyright {
    text-align: center;
  }
}

.custom-logo--home {
  margin: 0;
}

.footer-logo {
  padding-top: 5px;
  margin-bottom: 15px;
}

.footer-logo img {
  width: 188px;
}

@media (max-width: 640px) {
  .footer-logo {
    text-align: center;
  }
  .footer-logo img {
    /*max-width: 70%;*/
  }
}

.validation_error {
  margin-left: 15px;
  margin-right: 15px;
}

.gform_confirmation_wrapper {
  padding: 15px;
}
