@charset "UTF-8";
/*!
Theme Name: Atypic Vanilla
Theme URI: http://underscores.me/
Author: Atypic Team
Author URI: https://atypic.ca
Description: Base theme for Atypic Customers
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: atypic-vanilla
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.

Atypic Vanilla 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

--------------------------------------------------------------*/
/* Fonts
	 ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"');
/*--------------------------------------------------------------
# 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
--------------------------------------------- */
/*=============== Typo ===============*/
html body h1, html body .h1, html body h2, html body .h2, html body h3, html body .h3, html body h4, html body .h4, html body h5, html body .h5, html body h6, html body .h6 {
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.15;
  font-weight: 800 !important; }
  html body h1 span, html body .h1 span, html body h2 span, html body .h2 span, html body h3 span, html body .h3 span, html body h4 span, html body .h4 span, html body h5 span, html body .h5 span, html body h6 span, html body .h6 span {
    color: #ff713c; }

html body h1, html body .h1 {
  color: #092d74;
  font-size: 37px; }
  @media only screen and (min-width: 768px) {
    html body h1, html body .h1 {
      font-size: 48px; } }

html body h2, html body .h2 {
  color: #092d74;
  font-size: 37px; }
  @media only screen and (min-width: 768px) {
    html body h2, html body .h2 {
      font-size: 40px; } }

html body h3, html body .h3 {
  color: #092d74;
  font-size: 26px; }

html body h4, html body .h4 {
  color: #092d74;
  font-size: 18px; }

html body h5, html body .h5 {
  color: #000;
  font-weight: 600 !important;
  font-size: 12px !important;
  text-transform: uppercase; }

html body p a {
  color: #ff713c;
  text-decoration: underline; }
  html body p a:hover {
    color: #fc9a24;
    text-decoration: underline; }

html body .title-type-1 {
  color: #092d74;
  font-weight: 800  !important;
  font-size: 45px;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    html body .title-type-1 {
      font-size: 37px; } }

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

figcaption {
  font-size: 0.8rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

.body-hidden {
  overflow: hidden; }

.single-post .sub-banner .container,
.archive.category .sub-banner .container {
  position: relative; }
  .single-post .sub-banner .container:before,
  .archive.category .sub-banner .container:before {
    content: '';
    display: none;
    background-image: url("images/svgs/cerf-volant-white.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 300px;
    height: 100%;
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .single-post .sub-banner .container:before,
      .archive.category .sub-banner .container:before {
        display: block; } }
    @media only screen and (min-width: 992px) {
      .single-post .sub-banner .container:before,
      .archive.category .sub-banner .container:before {
        left: unset;
        right: 0; } }

body .single-post ul li {
  padding-bottom: 3px !important;
  margin-bottom: 0 !important; }

body .single-post ul ul {
  margin-top: 0 !important;
  padding-top: 3px !important; }

body .single-post ol li ol {
  margin-top: 18px !important; }

body .section-context-img {
  margin-top: 0;
  margin-bottom: 0; }

body .section-text {
  padding-bottom: 0; }

ul li.nav-item::before {
  display: none !important; }

.second-menu .nav-link,
.second-menu .nav-link:hover,
.second-menu .nav-link:focus,
.second-menu .nav-link:visited {
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important; }

body .section-context-img .pic > div .img {
  background-position: center left;
  align-items: center;
  background-size: cover;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat; }

body .type-Dessin.section-context-img .pic > div .img {
  background-size: contain; }

body .type-Photo .pic > div {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: center;
  height: 100% !important;
  width: 100% !important; }

body .call-to-action-text {
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: initial;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: center; }

.call-to-action-text .desc {
  width: 100%; }

body .groups {
  margin-top: 0; }

body .introduction {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

body .introduction .box-text {
  padding-top: 80px;
  padding-bottom: 70px; }

body .introduction {
  padding-bottom: 80px;
  padding-top: 80px; }

.call-to-action-text .heading {
  width: 100%; }

body .pic.left {
  top: 0;
  bottom: 0; }

body .pic.left {
  margin-left: 0;
  padding-left: 80px; }

body .pic.left.avec-dessin div {
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100% !important; }

body .pic.left.avec-dessin.photo {
  background-image: none !important;
  margin: 0 0 0 0 !important; }

body .pic.left.avec-dessin.photo div {
  background-size: cover; }

body .pic.left div img {
  height: 100%;
  width: 100%;
  position: relative; }

body .section-context-block {
  padding-bottom: 0; }

body .bg-wave-blue .btn-main {
  background-color: #ff713c;
  color: #fff !important; }

body .bg-wave-blue .btn-main:hover {
  background-color: #ff713c;
  background-image: linear-gradient(256deg, #ff713c 0%, #fa4d27 100%);
  color: #fff !important; }

body .sub-banner-pic .bg-image {
  position: absolute;
  top: 10px;
  bottom: -10px;
  left: 0;
  right: 0;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

body .footer-top {
  padding-top: 90px; }

body .btn-yellow {
  background: #fc9a24;
  background-color: #fc9a24;
  color: #fff !important; }

body .btn-yellow:hover, body .btn-yellow:focus {
  background-color: #fc9a24;
  background-image: linear-gradient(256deg, #fc9a24 0%, #fa8117 100%);
  color: #fff !important; }

.pic.paint-promote-drawing.avec-photo {
  background-image: none; }

.pic.paint-promote-drawing.avec-video {
  background-image: none; }

.section-team .bot-team {
  display: block;
  text-align: center;
  margin-top: 20px; }

html body.home .title-type-1 {
  font-size: 37px;
  line-height: 1;
  margin-bottom: 26px; }

body .slick-arrow-custom .slick-next, body .slick-arrow-custom .slick-prev,
body .slick-arrow-custom:hover .slick-next, body .slick-arrow-custom:hover .slick-prev {
  background-image: none;
  height: 21px;
  width: 87px;
  margin-top: -30px; }

.slick-arrow-custom .slick-next::before {
  background-image: url(images/svgs/arrow-slider-black-left.svg);
  background-position: center right;
  width: 30px;
  height: 20px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }

.slick-arrow-custom .slick-next:hover::before {
  width: 88px;
  background-image: url(images/svgs/arrow-slider-black-left.svg); }

body .slick-arrow-custom .slick-next {
  right: -30px; }

body .slick-arrow-custom .slick-prev {
  left: -40px; }

body .section-banner .paging-info {
  background-image: none;
  display: none; }

body.program-template-default .share-social {
  display: none !important; }

.single-programme .date {
  display: none !important; }

.text-lead::before {
  display: none !important; }

.section-team .col-lg-6 {
  margin: auto; }

body .with-nothing {
  margin-bottom: 0px; }

body .with-picture .sub-banner-content {
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative; }

body .with-nothing .sub-banner-content {
  padding-top: 80px;
  padding-bottom: 160px;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative; }

body .main-menu .nav-link,
body .main-menu .nav-item.active .nav-link {
  font-size: 34px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  min-height: auto;
  background-size: contain !important; }

body .with-nothing .sub-banner-content:before {
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 80px;
  content: ""; }

.breadcrumb-item:last-child {
  display: none !important; }

body .with-picture .sub-banner-content {
  align-items: flex-start;
  text-align: left; }

body .with-picture .col-lg-6:last-child {
  height: 100%;
  position: relative;
  padding-left: 60px; }

.breadcrumb li {
  margin-bottom: 0 !important; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem !important; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "" !important;
  background: url(../../../images/svgs/arrow-dark-blue-lists.svg) no-repeat;
  background-size: 100% 100% !important;
  width: 8px !important;
  height: 12px !important;
  padding: 0 !important;
  margin-right: 8px !important;
  position: initial !important;
  margin-top: 2px !important; }

body .with-picture .col-lg-6:last-child .bg-image {
  top: 80px;
  bottom: 80px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.programe-inner .slick-list {
  flex: 1;
  display: flex;
  flex-direction: column; }

.programe-inner .slick-list .slick-track {
  height: inherit;
  position: relative;
  display: flex;
  flex-direction: row; }

.programe-inner .slick-list .slick-track .item {
  height: inherit;
  position: relative;
  display: flex; }

body .with-picture .col-lg-6:last-child:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(images/svgs/bg-image-paint.svg);
  left: -5%;
  bottom: 1%;
  right: -12%;
  top: 0;
  z-index: 1; }

body .main-menu .nav-link,
body .main-menu .nav-item.active .nav-link {
  font-size: 34px;
  line-height: 38px !important;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 60px;
  display: flex;
  align-items: center; }

.wrapper-second .container.single-post {
  margin-bottom: 45px; }

body .main-menu .nav-item.active .nav-link {
  line-height: 80px; }

html body .wrapper-second h3, html body .wrapper-second .h3 {
  margin-bottom: 1rem; }

body .section-text .container {
  position: relative; }

body .section-text .container .groups {
  margin: auto;
  justify-content: center; }

body .section-text .container .groups .box-context {
  padding: 20px;
  min-height: 240px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column; }

body .section-text .container .groups .box-context-title {
  font-size: 26px; }

.navbar-right li::before {
  display: none !important; }

.with-picture .page-title {
  font-size: 44px;
  line-height: 1.1; }

.with-nothing .page-title {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  font-size: 48px;
  line-height: 1.1; }

.with-paint .page-title {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  font-size: 48px;
  line-height: 1.1; }

body .section-context-img .bg-wave-orange *,
body .section-context-img .bg-wave-blue *,
body .section-context-img .bg-wave-yellow * {
  color: #fff !important; }

body #page .section-context-img h1 span,
body #page .section-context-img h2 span,
body #page .section-context-img h3 span,
body #page .section-context-img h4 span,
h2 span,
h3 span,
h4 span {
  color: #ff713c !important; }

body .section-context-img ul {
  list-style: none;
  padding-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  line-height: 1.35; }

body .section-context-img ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px; }

body .section-context-img ul li {
  padding-bottom: 3px;
  margin-bottom: 0; }

body .section-context-img ul ul {
  margin-top: 0;
  padding-top: 3px; }

body .section-context-img ol {
  margin-top: 18px; }

body .section-context-img ul li::before {
  content: '';
  width: 9px;
  height: 15px;
  background: url("images/svgs/arrow-white-lists.svg") no-repeat 0 0;
  position: absolute;
  top: 4px;
  left: 0; }

a, a:visited, a:hover, a:focus {
  outline: 0 !important; }

a img, a:visited img, a:hover img, a:focus img {
  outline: 0 !important; }

body .section-context-img ul ul li::before {
  background-image: url("images/svgs/arrow-white-lists.svg"); }

body .section-context-img .bg-wave-light-4 ul li::before {
  background: url("images/svgs/arrow-orange-lists.svg") no-repeat 0 0; }

body .section-context-img .bg-wave-light-4 ul ul li::before {
  background-image: url("../../../images/svgs/arrow-dark-blue-lists.svg"); }

body .section-context-img ol {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0 0 16px; }

body .section-context-img ol {
  counter-reset: level0 0; }

.footer-page .right-links a {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none; }

.footer-page .right-links a:hover, .footer-page .right-links a:focus, .footer-page .right-links a:visited {
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none; }

.footer-page .right-links a:hover {
  color: #ff713c !important; }

.footer-page .primary a {
  color: #fff; }

.footer-page .primary a:hover {
  color: #ff713c; }

.about-footer {
  margin-top: -40px; }

.footer-page .primary a,
.footer-page .primary a:focus,
.footer-page .primary a:hover,
.footer-page .primary a:visited,
.footer-page .about-footer a,
.footer-page .about-footer a:focus,
.footer-page .about-footer a:hover,
.footer-page .about-footer a:visited {
  font-size: 15px !important;
  line-height: 24px !important;
  font-weight: normal !important;
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: 0;
  display: inline-flex !important; }

.footer-page .secondary a {
  color: #fff; }

.footer-page .secondary a:hover {
  color: #ff713c; }

.footer-page .secondary a,
.footer-page .secondary a:focus,
.footer-page .secondary a:hover,
.footer-page .secondary a:visited {
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: 0;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  text-decoration: none !important;
  display: inline-flex !important; }

.about-footer {
  margin-top: -40px; }

.footer-page .copyright a,
.footer-page .copyright a:focus,
.footer-page .copyright a:hover,
.footer-page .copyright a:visited {
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: normal !important;
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: 0;
  display: inline-flex !important; }

.footer-page .copyright a {
  color: #fff; }

body .section-context-img ol li::before {
  content: counter(level0, decimal) " ";
  counter-increment: level0;
  text-align: center;
  line-height: 42px;
  color: #fff;
  background-color: #ff713c;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px; }

body .section-context-img ol ol {
  counter-reset: level1; }

body .section-context-img ol ol li::before {
  content: counter(level0, decimal) "." counter(level1, decimal) " ";
  counter-increment: level1;
  text-align: center;
  line-height: 42px;
  color: #fff;
  background-color: #ff713c;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px; }

body .section-context-img ol ol ol {
  counter-reset: level2; }

body .section-context-img ol ol ol li::before {
  content: counter(level0, decimal) "." counter(level1, decimal) "." counter(level2, decimal) " ";
  counter-increment: level2;
  text-align: center;
  line-height: 42px;
  color: #fff;
  background-color: #ff713c;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px; }

body .section-context-img ol li {
  position: relative;
  min-height: 42px;
  padding-left: 60px;
  margin-bottom: 8px;
  padding-top: 8px; }

body .section-context-img ol li ol {
  margin-top: 8px; }

body .section-context-img ol li li::before {
  background-color: #092d74; }

body .footer-page {
  margin-top: 60px; }

/*******************************************************************************/
/*** Archive Programmes
/*******************************************************************************/
.programe-item-text {
  padding: 30px 30px 27px;
  position: relative; }

.programe-item .programe-item-img {
  position: relative;
  height: 360px; }

.home .programe-item .programe-item-img {
  height: 320px; }

.programe-item .programe-item-img .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.programe-item .programe-item-img .img a {
  display: block;
  height: 100%;
  width: 100%; }

.main-menu .nav-link:hover {
  background-size: auto !important; }

.programe-item .img-arrow {
  background-image: url(images/svgs/tache-orange-liens.svg);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: -20px;
  right: -18px;
  height: 66px;
  width: 130px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }

.programe-item .img-arrow a {
  display: block;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0; }

.programe-item .programe-item-img:hover .img-arrow,
.archive-3 .no-picture .img-arrow:hover .img-arrow {
  background-image: url(images/svgs/tache-jaune-liens.svg); }

.programe-item .programe-item-img:hover i,
.archive-3 .no-picture .img-arrow:hover i {
  width: 89px; }

.programe-item .programe-item-img i,
.archive-3 .no-picture .img-arrow i {
  background-image: url(images/svgs/arrow-slider-white-right.svg);
  background-position: center right;
  width: 30px;
  height: 20px;
  display: block;
  position: relative;
  margin-right: 40px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }

.programe-item-text .desc p a {
  font-weight: 600 !important; }

.programe-item .text-lead {
  display: block;
  position: relative;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 1rem; }

.programe-item .text-lead:after {
  content: "";
  display: block;
  width: 2px;
  background-color: #F7941D;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px; }

.programe-item .text-lead:after .programe-item .desc p {
  font-size: 15px;
  line-height: 21px; }

.home .programe-item .text-lead {
  font-size: 20px;
  line-height: 25px; }

.home .programe-item .desc p {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 0; }

.home .programe-item .text-lead:after {
  left: -25px; }

.home .programe-item .programe-item-text {
  padding-left: 50px;
  padding-right: 50px; }

body.page-template-page-program .with-nothing .sub-banner-content:before {
  display: none; }

body.page-template-page-program .with-nothing .sub-banner-content {
  padding-bottom: 70px; }

body.page-template-page-program .with-nothing {
  margin-bottom: 80px; }

/*******************************************************************************/
/*** Archive Partenaires
/*******************************************************************************/
body.page-template-page-partner h2.category {
  text-align: center;
  display: block;
  margin-top: 40px; }

body.page-template-page-partner .list-view .col-lg-3 {
  margin-top: 20px;
  margin-bottom: 10px; }

body.page-template-page-partner .list-view .col-lg-3 .programe-item .programe-item-img {
  height: 120px;
  position: relative;
  margin: auto;
  max-width: 200px; }

body.page-template-page-partner .list-view .col-lg-3 .programe-item .programe-item-img a {
  display: flex;
  width: 100%;
  height: 100%; }

body.page-template-page-partner .list-view .col-lg-3 .programe-item .programe-item-img .logo {
  display: flex;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

/*******************************************************************************/
/*** Archive Membres
/*******************************************************************************/
.members {
  position: relative;
  margin-top: 70px; }

.members .small {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold; }

.members .programe-item .text-lead {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0.5rem; }

.members .programe-item .small {
  margin-bottom: 4px; }

.members .programe-item .phone {
  margin-bottom: 4px; }

.members .programe-item .bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }

.members .programe-item .bottom div a {
  display: flex; }

.members .programe-item .bottom div.mail a img {
  width: 24px;
  margin-right: 14px; }

.members .programe-item .bottom div.linkedin a img {
  width: 21px; }

.members .programe-item .programe-item-text {
  padding-top: 0; }

.members .programe-item-img {
  margin-bottom: 30px; }

.members .programe-item .programe-item-img {
  height: 260px; }

.members .programe-item-text {
  padding-bottom: 30px; }

.members h2 {
  display: block;
  text-align: center;
  margin-bottom: 1.2em;
  margin-top: 1.2em; }

.members .row h2:first-child {
  margin-top: 0 !important; }

.members .description {
  text-align: center;
  margin-bottom: 4.2em; }

.members {
  margin-bottom: -60px; }

/*******************************************************************************/
/*** Archive Générique
/*******************************************************************************/
.archive-3 .programe-item {
  margin-bottom: 20px; }

.archive-3 .programe-item .text-lead {
  font-size: 20px;
  line-height: 25px; }

.archive-3 .programe-item .text-lead {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0.8rem; }

.archive-3 .programe-item .programe-item-img {
  height: 260px; }

.archive-3 .programe-item .date {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold; }

.archive-3 .no-picture .programe-item .date {
  margin-bottom: 5px; }

.archive-3 .col-lg-4 {
  position: relative; }

.archive-3 .no-picture .programe-item .img-arrow {
  position: relative;
  bottom: 0;
  margin-left: auto; }

.head-recent {
  padding-top: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .head-recent {
      flex-direction: row; } }

.recent-posts {
  margin-bottom: -80px; }

.post-thumb {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

.post-thumb img {
  display: block;
  margin: auto;
  max-width: 100%; }

.aty-nowrap {
  white-space: nowrap; }

body, html {
  min-height: 100vh; }

.banner .text-lead {
  padding-left: 0 !important; }

.wp-block-embed__wrapper {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%; }

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

.wp-block-embed__wrapper {
  position: initial; }

.section-intro {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative; }

.section-intro .container-fluid-cs {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center; }

.pic.paint-promote-drawing.avec-dessin {
  background-size: contain;
  top: -40px;
  bottom: -40px;
  background-position: center; }

.section-intro .row .col-intro {
  width: 50%; }

.section-intro .avec-video .video {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%; }

.section-intro .avec-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.section-intro .row .col-intro.content {
  display: block;
  position: relative;
  margin-left: auto; }

.section-intro.content .wrap {
  display: block;
  position: relative; }

.section-intro .row .col-intro.content {
  display: flex;
  justify-content: center;
  flex-direction: column; }

body #page .section-context-img .bg-wave-yellow h1 span,
body #page .section-context-img .bg-wave-yellow h2 span,
body #page .section-context-img .bg-wave-yellow h3 span,
body #page .section-context-img .bg-wave-yellow h4 span {
  color: #092d74 !important; }

body .sub-banner.large .sub-banner-pic {
  top: 0; }

/*******************************************************************************/
/*** Événements
/*******************************************************************************/
.page-template-page-event .sub-banner-content:before {
  display: none !important; }

body.page-template-page-event .with-nothing .sub-banner-content {
  padding-bottom: 80px; }

#listing-events {
  padding-top: 80px; }

#listing-events .event {
  margin-bottom: 40px; }

#listing-events .event .container {
  display: flex;
  flex-direction: row; }

#listing-events .event .container .event_thumnail {
  width: 380px;
  min-height: 240px;
  position: relative; }

#listing-events .event .container .event_thumnail a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2; }

#listing-events .event .container .event_thumnail .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1; }

#listing-events .event .container .event_thumnail .img.empty {
  background-size: contain; }

#listing-events .event .container .event_about {
  flex: 1;
  padding: 20px 30px 20px 30px; }

#listing-events .event .container .event_about .description {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 18px; }

#listing-events .event .container .event_about .location {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 0; }

#listing-events .event .container .event_about .location {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center; }

#listing-events .event .container .event_about .location:before {
  content: "";
  background-image: url(images/svgs/event-pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 6px;
  width: 12px;
  height: 20px;
  display: block; }

#listing-events .event .container .event_info {
  padding: 20px 0 20px 30px;
  border-left: 2px solid #FC9A24;
  display: flex;
  flex-direction: column; }

#listing-events .event .container .event_info span {
  display: flex; }

#listing-events .event .container .event_info span:first-child {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  color: #ff713c; }

#listing-events .event .container .event_info span:last-child {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 0; }

#listing-events .event .container .event_info .top {
  flex: 1;
  margin-bottom: 18px; }

body.single-event {
  position: relative;
  z-index: 2; }

body.single-event .with-nothing .page-title {
  padding-top: 60px; }

body.single-event .with-nothing .date {
  display: none !important; }

body.single-event .with-nothing .sub-banner-content::before {
  display: none !important; }

body.single-event .event-info {
  position: relative;
  margin-top: -80px;
  z-index: 10; }

body.single-event .with-nothing .sub-banner-content {
  min-height: 440px; }

body.single-event .event-info .img {
  padding: 0 0;
  margin: 0 0;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

body.single-event .event-info .bottom {
  padding: 40px 60px;
  background-color: #ff713c;
  background-image: url("images/svgs/bg-waves-orange.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: 130% auto;
  color: #fff; }

body.single-event .event-info .bottom div span:first-child {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  margin-right: 8px;
  color: #092d74; }

body .pic.left.avec-dessin.photo div {
  background-size: contain; }

body {
  color: #000 !important;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 !important; }

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

a {
  color: #092d74;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    color: #092d74; }

button {
  cursor: pointer; }
  button:focus {
    outline: none; }

.btn-clear {
  border: none;
  background-color: transparent;
  padding: 0; }
  .btn-clear:focus {
    box-shadow: none; }

b,
strong {
  font-weight: 700; }

textarea {
  resize: none; }

@media (min-width: 1280px) {
  .container {
    max-width: 1230px; } }

.wrapper-second {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }

.container-fluid-cs {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .container-fluid-cs {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 1400px) {
    .container-fluid-cs {
      padding-left: 80px;
      padding-right: 80px; } }

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

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 {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  outline: none; }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  z-index: 3; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden;
  outline: none; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden;
  outline: none; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
  outline: none; }

.slick-arrow.slick-hidden {
  display: none; }

/* Dots */
.slick-dots {
  cursor: pointer;
  position: absolute;
  outline: none;
  right: 10px;
  bottom: 20px;
  z-index: 1; }
  .slick-dots li {
    display: inline-block;
    position: relative;
    margin: 0 4px; }
    .slick-dots li button {
      cursor: pointer;
      font-size: 0px;
      line-height: 0;
      display: block;
      width: 13px;
      height: 13px;
      padding: 0;
      color: red;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:after {
        cursor: pointer;
        content: "";
        width: 13px;
        height: 13px;
        border: 3px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        background-color: transparent; }
    .slick-dots li.slick-active {
      outline: none; }
      .slick-dots li.slick-active button::after {
        cursor: pointer;
        background-color: #fff; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev, .slick-next {
  z-index: 5;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background-color: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
      opacity: 0.9; }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0; }
  .slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 5px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 15px; }
  .slick-prev:before {
    content: "\f104"; }
    [dir="rtl"] .slick-prev:before {
      content: "\e902"; }

.slick-next {
  right: 15px; }
  [dir="rtl"] .slick-next {
    left: 5px;
    right: auto; }
  .slick-next:before {
    content: "\f105"; }
    [dir="rtl"] .slick-next:before {
      content: "\e915"; }

/*=============== Icons ===============*/
[class*="ico-"] {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center; }

.ico-heart {
  background-image: url(images/svgs/footer-heart.svg);
  width: 24px;
  height: 22px; }

.ico-phone {
  background-image: url(images/svgs/footer-phone.svg);
  width: 27px;
  height: 27px; }

.ico-heart-header {
  background-image: url(images/svgs/header-heart.svg);
  width: 24px;
  height: 22px; }

.ico-phone-header {
  background-image: url(images/svgs/header-phone.svg);
  width: 27px;
  height: 27px; }

.ico-facebook {
  background-image: url(images/svgs/social-facebook.svg);
  width: 10px;
  height: 18px; }

.ico-twitter {
  background-image: url(images/svgs/social-twitter.svg);
  width: 16px;
  height: 14px; }

.ico-linked {
  background-image: url(images/svgs/social-linkedin.svg);
  width: 16px;
  height: 16px; }

.ico-instagram {
  background-image: url(images/svgs/social-instagram.svg);
  width: 18px;
  height: 18px; }

.ico-hamburger {
  background-image: url(images/svgs/hamburger.svg);
  width: 30px;
  height: 19px;
  background-size: 100% 100%; }
  @media only screen and (min-width: 768px) {
    .ico-hamburger {
      width: 38px;
      height: 24px; } }

.ico-cta-arrow {
  background-image: url(images/svgs/cta-arrow.png);
  width: 18px;
  height: 15px; }

.ico-cta-arrow-small {
  background-image: url(images/svgs/page-arrow-left-white.svg);
  width: 9px;
  height: 15px; }

.ico-cta-arrow-small-blue {
  background-image: url(images/svgs/page-arrow-left-blue.svg);
  width: 9px;
  height: 15px; }

.ico-page-spoiler-down, .accordion.dpj-accordion .accordion-item .accordion-button::after {
  background-image: url(images/svgs/page-spoiler-down.svg); }

.ico-page-spoiler-up, .accordion.dpj-accordion .accordion-item .accordion-button:not([aria-expanded=false])::after {
  background-image: url(images/svgs/page-spoiler-up.svg); }

.ico-arrow-gototop {
  background-image: url(images/svgs/arrow-gototop.svg);
  background-size: 100% 100%;
  width: 16px;
  height: 24px; }
  @media only screen and (min-width: 768px) {
    .ico-arrow-gototop {
      width: 21px;
      height: 30px; } }

.ico-arrow-slider-white-left {
  background-image: url(images/svgs/arrow-slider-white-left.svg);
  background-position: center left;
  width: 30px;
  height: 20px; }

.ico-arrow-slider-white-right {
  background-image: url(images/svgs/arrow-slider-white-right.svg);
  background-position: center right;
  width: 30px;
  height: 20px; }

.ico-black-left {
  background-image: url(images/svgs/arrow-slider-black-left-1.svg);
  background-position: center left;
  width: 84px;
  height: 20px; }

.ico-black-right {
  background-image: url(images/svgs/arrow-slider-black-left.svg);
  background-position: center right;
  width: 84px;
  height: 20px; }

.ico-share-facebook {
  background-image: url(images/svgs/share-facebook.svg);
  width: 12px;
  height: 21px; }

.ico-share-linkedin {
  background-image: url(images/svgs/share-linkedin.svg);
  width: 19px;
  height: 18px; }

.ico-share-mail {
  background-image: url(images/svgs/share-mail.svg);
  width: 21px;
  height: 15px; }

.ico-share-twitter {
  background-image: url(images/svgs/share-twitter.svg);
  width: 19px;
  height: 16px; }

.ico-facebook-blue {
  background-image: url(images/svgs/social-facebook-blue.svg);
  width: 10px;
  height: 18px; }

.ico-twitter-blue {
  background-image: url(images/svgs/social-twitter-blue.svg);
  width: 16px;
  height: 14px; }

.ico-linked-blue {
  background-image: url(images/svgs/social-linkedin-blue.svg);
  width: 16px;
  height: 16px; }

.ico-instagram-blue {
  background-image: url(images/svgs/social-instagram-blue.svg);
  width: 18px;
  height: 18px; }

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

/*=============== Box Text ===============*/
.groups {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px; }
  @media only screen and (min-width: 768px) {
    .groups {
      margin-top: 75px; } }
  .groups .box-context {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff; }
    .groups .box-context .box-context-title a, .groups .box-context .box-context-title a:visited, .groups .box-context .box-context-title a:hover, .groups .box-context .box-context-title a:focus {
      color: inherit; }
    @media only screen and (min-width: 768px) {
      .groups .box-context {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media only screen and (min-width: 992px) {
      .groups .box-context {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
    .groups .box-context.bg-dark-blue {
      background-color: #092d74;
      color: #fff; }
      .groups .box-context.bg-dark-blue .box-context-title {
        color: #fff; }
      .groups .box-context.bg-dark-blue .btn.btn-icon-left {
        color: #fff; }
    .groups .box-context.bg-light-blue {
      background-color: #E1F3FB;
      color: #092d74; }
    .groups .box-context .btn-icon-left.btn-link-light-warning .icon {
      background-color: #092d74; }
    .groups .box-context .btn-icon-left.btn-link-light-warning:hover .icon {
      background-image: linear-gradient(225deg, #1448ae 0%, #002772 100%); }

.box-context {
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.35; }
  @media only screen and (min-width: 768px) {
    .box-context {
      padding: 53px 15px; } }
  .box-context .btn.btn-icon-left {
    text-align: left; }
  .box-context .box-context-desc {
    margin-bottom: 18px; }

.box-context-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif !important; }
  .box-context-title a {
    color: inherit; }

/*=============== Breadcrumb ===============*/
.breadcrumb {
  padding: 0;
  margin: 0;
  justify-content: center; }
  .breadcrumb li:first-child {
    position: relative; }
  @media only screen and (min-width: 1200px) {
    .breadcrumb.left {
      margin-left: -25px; } }

.breadcrumb-item {
  text-transform: uppercase;
  font-size: 12px;
  color: #092d74 !important;
  font-weight: 600; }
  .breadcrumb-item a {
    color: #092d74 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important; }
    .breadcrumb-item a:hover, .breadcrumb-item a:focus {
      color: #ff713c !important;
      font-family: 'Montserrat', sans-serif !important;
      text-decoration: none;
      font-weight: 600 !important; }
  .breadcrumb-item + .breadcrumb-item::before {
    content: "";
    background: url(images/svgs/page-arrow-left-blue.svg) no-repeat;
    background-size: 100% 100%;
    width: 8px;
    height: 12px;
    padding: 0;
    margin-right: 8px;
    margin-top: 2px; }

/*=============== Pagination ===============*/
.pagination-site {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-between;
  justify-content: space-between; }
  .pagination-site nav {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 15px 0; }
    @media only screen and (min-width: 576px) {
      .pagination-site nav {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: auto; } }
    .pagination-site nav .pagination {
      margin: 0; }

.btn-move-archive {
  font-size: 18px;
  color: #000; }
  .btn-move-archive i {
    vertical-align: middle; }

.btn-prev-archive i {
  margin-right: 10px; }

.btn-next-archive {
  margin-left: auto; }
  @media only screen and (min-width: 576px) {
    .btn-next-archive {
      margin-left: 0; } }
  .btn-next-archive i {
    margin-left: 10px; }

.page-item {
  margin: 0 11px; }
  .page-item.active .page-link {
    border-bottom-color: #ff713c;
    background-color: transparent; }

.page-link {
  border: none;
  font-size: 18px;
  color: #000 !important;
  padding: 7px 9px;
  border-bottom: 2px solid transparent;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important; }
  .page-link:hover, .page-link:focus {
    background-color: transparent;
    border-bottom-color: #ff713c;
    color: #000 !important;
    font-family: 'Montserrat', sans-serif !important; }

/*=============== Backgrounds ===============*/
.bg-wave-light-1 {
  background-color: #e5f2f8;
  background-image: url("images/svgs/bg-waves-light-1.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% auto; }

.bg-wave-light-2 {
  background-color: #e5f2f8;
  background-image: url("images/svgs/bg-waves-light-2.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% auto; }

.bg-wave-light-3 {
  background-color: #e5f2f8;
  background-image: url("images/svgs/bg-waves-light-3.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% auto; }

.bg-wave-light-4 {
  background-color: #e5f2f8;
  background-image: url("images/svgs/bg-waves-light-4.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% auto; }

.bg-wave-light-5 {
  background-color: #e5f2f8;
  background-image: url("images/svgs/bg-waves-light-5.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% auto; }

.bg-wave-yellow {
  background-color: #fc9f2f;
  background-image: url("images/svgs/bg-waves-yellow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% auto; }

.bg-wave-blue {
  background-color: #092d74;
  background-image: url("images/svgs/bg-waves-blue.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% auto; }

.bg-wave-orange {
  background-color: #ff713c;
  background-image: url("images/svgs/bg-waves-orange.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% auto; }

.bg-wave-corner-blue {
  background-color: #E1F3FB;
  background-image: url("images/svgs/wave-corner-blue.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: 60% auto; }

.bg-waves-aqua {
  background-image: url("images/svgs/bg-waves-aqua.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }

.bg-waves-yellow {
  background-image: url("images/svgs/bg-waves-yellow.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }

.bg-waves-orange {
  background-image: url("images/svgs/bg-waves-orange.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }

.bg-waves-blue {
  background-image: url("images/svgs/bg-waves-blue.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }

.bg-waves-purple {
  background-image: url("images/svgs/bg-waves-purple.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }

.bg-waves-dark-blue {
  background-image: url("images/svgs/bg-waves-dark-blue.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }

.bg-waves-light-blue {
  background-image: url("images/svgs/bg-waves-light-blue.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }

.bg-waves-default {
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }

/*=============== Social ===============*/
.social {
  list-style: none;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  top: unset;
  right: unset;
  transform: translate(-50%, 0);
  z-index: 5;
  display: flex;
  padding-left: 0; }
  @media only screen and (min-width: 768px) {
    .social {
      top: 50%;
      transform: translate(0, -50%);
      display: block;
      right: 0;
      bottom: unset;
      left: unset; } }
  .social a {
    color: #092d74 !important;
    font-size: 24px;
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .social a:hover {
      transform: scale(1.2); }
  .social li {
    background-color: #fff;
    width: 50px;
    height: 50px; }
    .social li + li {
      margin-left: 10px; }
      @media only screen and (min-width: 768px) {
        .social li + li {
          margin-top: 10px;
          margin-left: 0; } }

/* Links
--------------------------------------------- */
a {
  color: #092d74; }
  a:visited {
    color: #092d74; }
  a:hover, a:focus, a:active {
    color: #ff713c; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
/*=============== Buttons ===============*/
.btn {
  text-decoration: none;
  font-weight: 600 !important;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif !important;
  padding: 13px 12px;
  border: 3px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .btn:hover, .btn:focus {
    box-shadow: none;
    outline: 0;
    font-weight: 600 !important;
    text-decoration: none !important; }
  .btn.btn-icon-right i {
    margin-left: 7px;
    vertical-align: middle; }
  .btn.btn-icon-left {
    position: relative;
    padding: 8px 15px 8px 60px;
    border: none;
    color: #092d74; }
    .btn.btn-icon-left .icon {
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 100%;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center; }
    .btn.btn-icon-left:hover {
      text-decoration: underline; }
  .btn.fixw {
    min-width: 220px; }

.btn-main {
  background-color: #092d74;
  border-color: #092d74;
  color: #fff !important; }
  .btn-main:hover, .btn-main:focus {
    background-color: transparent;
    color: #092d74 !important; }

.btn-main-light {
  background-color: #DDE9F5;
  border-color: #DDE9F5;
  color: #092d74 !important; }
  .btn-main-light:hover, .btn-main-light:focus {
    background-color: transparent;
    color: #092d74 !important; }

.btn-light-danger {
  background-color: #ff713c;
  border-color: #ff713c;
  color: #fff !important; }
  .btn-light-danger:hover, .btn-light-danger:focus {
    background-color: transparent;
    color: #092d74 !important; }

.btn-light-warning {
  background-color: #fc9a24;
  border-color: #fc9a24;
  color: #fff !important; }
  .btn-light-warning:hover, .btn-light-warning:focus {
    background-color: transparent;
    color: #092d74 !important; }

.btn-black {
  border-color: #000;
  background-color: #000;
  color: #fff !important; }
  .btn-black:hover, .btn-black:focus {
    border-color: #0d0d0d;
    background-color: #0d0d0d;
    color: #fff !important; }

.btn-link-main.btn-icon-left .icon {
  background-color: #092d74; }

.btn-link-main.btn-icon-left:hover .icon {
  background-image: linear-gradient(225deg, #1448ae 0%, #002772 100%); }

.btn-link-light-danger.btn-icon-left .icon {
  background-color: #ff713c; }

.btn-link-light-danger.btn-icon-left:hover .icon {
  background-image: linear-gradient(225deg, #ff713c 0%, #fa4d27 100%); }

.btn-link-light-warning.btn-icon-left .icon {
  background-color: #fc9a24; }

.btn-link-light-warning.btn-icon-left:hover .icon {
  background-image: linear-gradient(225deg, #fc9a24 0%, #fa8117 88%, #fa7e15 100%); }

.btn-link-black.btn-icon-left .icon {
  background-color: #000; }

.btn-link-black.btn-icon-left:hover .icon {
  background-color: #000; }

.btn-link-aqua.btn-icon-left .icon {
  background-color: #57D6BD; }

.btn-link-aqua.btn-icon-left:hover .icon {
  background-image: linear-gradient(256deg, #BCEFE5 0%, #57D6BD 100%); }

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  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: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* Blocks
--------------------------------------------- */
.home .section-banner .banner-item {
  background-color: #E1F3FB;
  margin-bottom: 0; }
  .home .section-banner .banner-item .pic {
    top: 0px;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-image: none;
    z-index: 2;
    padding-top: 30px;
    padding-bottom: 30px; }
    .home .section-banner .banner-item .pic div {
      display: block;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      z-index: 1; }
    @media only screen and (min-width: 768px) {
      .home .section-banner .banner-item .pic {
        padding-top: 60px;
        padding-bottom: 60px; } }

.home .section-banner .slick-dots {
  position: relative;
  bottom: 430px;
  right: 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .home .section-banner .slick-dots {
      text-align: unset;
      bottom: 60px; } }

.home .section-banner .social {
  bottom: 24px; }

.home .pic.paint-promote-drawing .avec-photo div,
.home .pic.paint-promote-drawing .avec-dessin div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative; }

.home .bg-wave-light-1 {
  position: relative;
  z-index: 1; }

/*=============== Banner ===============*/
.section-banner {
  position: relative;
  margin-bottom: 15px; }

.banner .white-text * {
  color: #fff; }

.banner .bg-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: 0;
  background-position: center; }
  @media only screen and (min-width: 768px) {
    .banner .bg-image {
      background-size: cover; } }
  .banner .bg-image .col-lg-6:last-child {
    padding: 0; }
  .banner .bg-image .pic {
    padding-bottom: 0 !important; }
    .banner .bg-image .pic div {
      background-size: cover !important; }
  .banner .bg-image.white-text * {
    color: #092d74; }
    @media only screen and (min-width: 768px) {
      .banner .bg-image.white-text * {
        color: #fff; } }
  .banner .bg-image:before {
    content: none;
    position: absolute;
    width: 100%;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      .banner .bg-image:before {
        content: ''; } }
  @media only screen and (min-width: 768px) {
    .banner .bg-image .pic {
      display: none !important; } }

@media (max-width: 767.98px) {
  .banner .slick-next,
  .banner .slick-prev {
    top: unset;
    transform: translateY(0);
    bottom: 0; } }

@media (max-width: 767.98px) {
  .banner .slick-prev {
    left: auto !important;
    right: 90px; } }

.banner .pic {
  display: flex; }

@media (max-width: 1199px) {
  .banner .text-lead {
    padding-left: 20px; }
    .banner .text-lead::before {
      left: 0; } }

@media only screen and (min-width: 768px) {
  .banner-item {
    margin-bottom: 40px; } }

.banner-item .container {
  position: relative;
  z-index: 1; }

.banner-item .col-lg-6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .banner-item .col-lg-6 {
      min-height: 600px; } }

.banner-item .box-text {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  min-height: 500px; }
  @media only screen and (min-width: 576px) {
    .banner-item .box-text {
      min-height: 400px; } }
  @media only screen and (min-width: 768px) {
    .banner-item .box-text {
      padding-top: 59px;
      padding-bottom: 45px; } }

.banner-item .pic {
  max-width: 780px; }
  @media only screen and (min-width: 768px) {
    .banner-item .pic {
      bottom: -40px; } }
  @media only screen and (min-width: 1200px) {
    .banner-item .pic {
      align-items: flex-end;
      padding-bottom: 50px; } }

.pic {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center; }
  .pic.left {
    right: auto;
    left: 0;
    bottom: 15px;
    top: -48px;
    justify-content: center;
    margin-left: 25px;
    width: calc(45% - 25px);
    background-size: 100%; }
    @media only screen and (min-width: 1400px) {
      .pic.left {
        margin-left: 90px;
        width: calc(45% - 90px); } }
  .pic.banner-paint {
    background-image: url("images/svgs/banner-paint.svg"); }
  .pic.banner-paint-content {
    padding-bottom: 40px;
    width: 51.3%;
    max-width: 678px; }
    .pic.banner-paint-content div {
      position: relative;
      z-index: 2; }
  .pic.banner-paint-content-white {
    width: 42%;
    max-width: 555px; }
    .pic.banner-paint-content-white:after {
      content: "";
      background-image: url("images/svgs/white-banner-paint.svg");
      background-repeat: no-repeat;
      background-position: left bottom;
      top: 0;
      left: 25px;
      bottom: 40px;
      right: 0;
      position: absolute; }
    .pic.banner-paint-content-white div {
      position: relative;
      z-index: 2; }
  .pic.no-bg-paint {
    bottom: 0 !important;
    overflow: hidden;
    align-items: flex-end !important;
    width: 45%;
    padding-bottom: 0 !important; }
  @media only screen and (min-width: 768px) {
    .pic {
      position: absolute;
      width: 50%; } }

.box-text .desc {
  margin-bottom: 15px; }
  @media only screen and (min-width: 992px) {
    .box-text .desc {
      margin-bottom: 28px; } }

.text-lead {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #092d74;
  margin-bottom: 20px;
  line-height: 1.3; }
  @media only screen and (min-width: 992px) {
    .text-lead {
      font-size: 20px; } }
  .text-lead::before {
    width: 2px;
    height: calc(100% - 3px);
    background-color: #ff713c;
    display: block;
    position: absolute;
    top: 0;
    left: -28px;
    content: ''; }

.heading {
  margin-bottom: 12px; }

.slick-arrow-custom .slick-next,
.slick-arrow-custom .slick-prev {
  width: 82px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("images/svgs/hero-paint-slider-1-white.svg");
  background-size: 82px 64px; }
  @media only screen and (min-width: 1400px) {
    .slick-arrow-custom .slick-next,
    .slick-arrow-custom .slick-prev {
      width: 246px;
      height: 190px;
      background-size: 246px 190px; } }
  .slick-arrow-custom .slick-next:hover,
  .slick-arrow-custom .slick-prev:hover {
    background-image: url("images/svgs/hero-paint-slider-1.svg"); }
  .slick-arrow-custom .slick-next::before,
  .slick-arrow-custom .slick-prev::before {
    width: 25px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 0;
    content: '';
    display: block;
    margin: auto;
    opacity: 1; }
    @media only screen and (min-width: 1400px) {
      .slick-arrow-custom .slick-next::before,
      .slick-arrow-custom .slick-prev::before {
        width: 89px; } }

.slick-arrow-custom .slick-next {
  right: 0; }
  @media only screen and (min-width: 1400px) {
    .slick-arrow-custom .slick-next {
      right: -80px; } }
  .slick-arrow-custom .slick-next::before {
    background-image: url("images/svgs/arrow-slider-black-left.svg");
    background-position: right top; }
  .slick-arrow-custom .slick-next:hover::before {
    background-image: url("images/svgs/arrow-slider-white-right.svg"); }

.slick-arrow-custom .slick-prev {
  left: 0; }
  @media only screen and (min-width: 1400px) {
    .slick-arrow-custom .slick-prev {
      left: -80px; } }
  .slick-arrow-custom .slick-prev::before {
    background-image: url("images/svgs/arrow-slider-black-left-1.svg"); }
  .slick-arrow-custom .slick-prev:hover::before {
    background-image: url("images/svgs/arrow-slider-white-left.svg"); }

.paging-info {
  background: url("images/svgs/hero-paint-slider-2.svg") no-repeat 0 0;
  background-size: 71px 51px;
  width: 71px;
  height: 51px;
  position: absolute;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  bottom: 0; }
  @media only screen and (min-width: 768px) {
    .paging-info {
      bottom: 40px; } }
  @media only screen and (min-width: 1400px) {
    .paging-info {
      left: 80px;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 80px;
      bottom: unset;
      width: 143px;
      height: 102px;
      background-size: 143px 102px; } }
  .paging-info .total-slide-paging {
    font-weight: bold; }

/*-- section-hero --*/
.hero-inner {
  padding: 45px 0;
  text-align: center;
  margin-bottom: 64px; }
  @media only screen and (min-width: 768px) {
    .hero-inner {
      min-height: 500px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 80px; } }

.hero-title {
  color: #092d74;
  margin-bottom: 25px; }

.hero-desc {
  max-width: 850px;
  margin: 0 auto 28px; }
  @media only screen and (min-width: 768px) {
    .hero-desc {
      font-size: 18px; } }

/*=============== section-intro ===============*/
.introduction {
  position: relative; }
  .introduction .box-text {
    padding-top: 60px;
    padding-bottom: 70px; }
    @media only screen and (min-width: 768px) {
      .introduction .box-text {
        padding-top: 120px;
        padding-bottom: 140px; } }
    .introduction .box-text .heading {
      margin-bottom: 27px; }
    @media only screen and (min-width: 768px) {
      .introduction .box-text .text-lead {
        margin-bottom: 35px; } }
    @media (max-width: 991px) {
      .introduction .box-text .text-lead {
        padding-left: 20px; }
        .introduction .box-text .text-lead::before {
          left: 0; } }

/*=============== section-team ===============*/
.section-team {
  padding-top: 56px;
  padding-bottom: 56px; }
  @media only screen and (min-width: 768px) {
    .section-team {
      padding-top: 70px;
      padding-bottom: 70px; } }

@media only screen and (min-width: 768px) {
  .team .heading {
    margin-bottom: 40px; } }

.team .sub-label {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.4; }

.team-item {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .team-item .team-pic {
    -ms-flex: 0 0 40.94755%;
    flex: 0 0 40.94755%;
    max-width: 40.94755%; }
    .team-item .team-pic img {
      width: 100%; }
  .team-item .team-content {
    flex: 1 1 0px;
    padding-left: 20px;
    padding-top: 5px; }
    @media only screen and (min-width: 768px) {
      .team-item .team-content {
        padding-left: 54px; } }
  .team-item .team-name {
    margin-bottom: 3px; }
    @media only screen and (min-width: 768px) {
      .team-item .team-name {
        font-size: 20px; } }
  .team-item .position {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold; }
  .team-item .team-desc {
    line-height: 1.3;
    margin-top: 18px;
    position: relative; }
    .team-item .team-desc::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 6px;
      left: -35px;
      height: 2px;
      width: 25px;
      background-color: #fc9a24; }
      @media only screen and (min-width: 768px) {
        .team-item .team-desc::before {
          left: -77px;
          width: 54px; } }

/*=============== Impact ===============*/
.section-impact {
  margin-top: 80px;
  margin-bottom: 60px; }

.sub-heading {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 30px; }

@media only screen and (min-width: 768px) {
  .list-impacts .col-lg-3:nth-child(2n+1) .impact-item-img {
    margin-bottom: 0;
    margin-top: 25px;
    order: 12; } }

@media only screen and (min-width: 992px) {
  .list-impacts .col-lg-3:nth-child(2n+1) .impact-item-img {
    margin-bottom: 0;
    margin-top: 34px; } }

@media only screen and (min-width: 768px) {
  .list-impacts .col-lg-3:nth-child(2n+1) .impact-item-img::after {
    bottom: auto;
    top: -18px; } }

.impact-item {
  text-align: center;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .impact-item {
      display: flex;
      flex-wrap: wrap; } }

.impact-item-img {
  height: 206px;
  background-size: cover;
  background-position: center center;
  line-height: 206px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 992px) {
    .impact-item-img {
      margin-bottom: 34px; } }
  .impact-item-img::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 55px;
    background-color: #ff713c;
    display: block;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%, 0); }
  .impact-item-img img {
    vertical-align: middle; }
  @media only screen and (min-width: 768px) {
    .impact-item-img {
      width: 100%; } }
  .impact-item-img div {
    height: 100%;
    width: 272px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

@media only screen and (min-width: 768px) {
  .impact-item-text {
    width: 100%; } }

.impact-item-text h4 {
  font-size: 20px; }

/*=============== Programe ===============*/
.section-programe {
  margin-bottom: 82px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .section-programe {
      margin-bottom: 102px; } }
  .section-programe .programe-inner {
    padding: 80px 0 160px;
    background-size: cover; }
    @media only screen and (min-width: 992px) {
      .section-programe .programe-inner {
        padding: 100px 0 80px; } }
  .section-programe .container {
    margin-bottom: 30px;
    display: inline-flex;
    text-align: center;
    justify-content: center; }
    .section-programe .container .heading div {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      bottom: 45px;
      width: max-content; }
      @media only screen and (min-width: 992px) {
        .section-programe .container .heading div {
          position: unset;
          transform: translate(0, 0);
          width: inherit; } }
    .section-programe .container * {
      color: #fff; }
    @media only screen and (min-width: 576px) {
      .section-programe .container {
        text-align: unset;
        justify-content: unset; } }
    @media only screen and (min-width: 992px) {
      .section-programe .container {
        position: absolute;
        left: 50%;
        top: 176px;
        transform: translate(-50%, 0);
        z-index: 6;
        margin-bottom: 0; } }
  .section-programe .title-type-1 {
    display: inline-flex;
    margin-bottom: 10px; }

.content-slide {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (min-width: 992px) {
    .content-slide {
      margin-left: 35.6%;
      margin-right: -15px; } }
  @media only screen and (min-width: 1400px) {
    .content-slide {
      margin-right: -80px; } }

.slider-programe {
  position: relative;
  z-index: 5; }
  .slider-programe .slick-list {
    margin: 0 -15px; }
    .slider-programe .slick-list .item {
      padding: 0 15px; }
      @media only screen and (min-width: 768px) {
        .slider-programe .slick-list .item {
          width: 543px; } }
  .slider-programe .slick-dots {
    bottom: -50px;
    position: absolute;
    left: 0;
    z-index: 6;
    margin-bottom: 0;
    height: min-content;
    padding-left: var(--bs-gutter-x, 0.75rem);
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .slider-programe .slick-dots {
        text-align: unset;
        bottom: 70px;
        left: 15%;
        transform: translate(-50%, 0); } }

.programe-item {
  background-color: #fff; }
  .programe-item h4 {
    font-size: 20px; }

.programe-item-text {
  padding: 30px 50px 27px; }
  .programe-item-text .text-lead {
    margin-bottom: 10px; }
    .programe-item-text .text-lead::before {
      left: -31px; }
  .programe-item-text .desc p a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #ff713c !important;
    text-decoration: underline !important;
    text-transform: uppercase; }
    .programe-item-text .desc p a:hover, .programe-item-text .desc p a:focus {
      font-family: 'Montserrat', sans-serif !important;
      color: #fc9a24 !important;
      text-decoration: underline !important; }

.slider-group-action {
  max-width: 288px;
  margin: 35px auto 0; }
  @media only screen and (min-width: 992px) {
    .slider-group-action {
      position: absolute;
      left: -260px;
      bottom: -25px;
      margin: 0; } }

.custom-html-arrow {
  width: 288px;
  height: 166px;
  background: url(../images/svgs/programmes-paint-1.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 68px;
  position: relative;
  z-index: 2;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .custom-html-arrow {
      text-align: left;
      padding-left: 76px; } }

.btn-slick-arrow {
  border: none;
  background-color: transparent;
  cursor: pointer; }
  .btn-slick-arrow i {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .btn-slick-arrow:hover i {
    width: 88px; }

.paging-programe-info {
  width: 140px;
  height: 90px;
  background: url(../images/svgs/programmes-paint-2.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #092d74;
  margin-left: 35px;
  margin-top: -40px; }
  .paging-programe-info .total-slide-paging {
    font-weight: 700; }

/*=============== Partner ===============*/
.section-partners {
  margin-top: 48px;
  margin-bottom: 48px; }
  @media only screen and (min-width: 768px) {
    .section-partners {
      margin-top: 60px;
      margin-bottom: 60px; } }
  .section-partners .heading {
    margin-bottom: 18px; }
    @media only screen and (min-width: 768px) {
      .section-partners .heading {
        margin-bottom: 24px; } }

.slider-partners .slick-list {
  margin: 0 -10px; }

.slider-partners .item {
  padding: 0 10px;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .slider-partners .item:nth-child(5n+1) {
      text-align: left; } }
  @media only screen and (min-width: 992px) {
    .slider-partners .item:nth-child(5n+5) {
      text-align: right; } }

.partner-item {
  height: 107px;
  line-height: 107px; }
  .partner-item img {
    display: inline-block;
    vertical-align: middle;
    max-height: 107px; }

/*=============== Bootom Banner ===============*/
.banner-bottom-page .row {
  position: relative; }
  .banner-bottom-page .row:before {
    content: '';
    display: block;
    background-image: url("images/svgs/cerf-volant-orange-2.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 203px;
    height: 334px;
    z-index: 1; }
    @media only screen and (min-width: 992px) {
      .banner-bottom-page .row:before {
        left: 0;
        right: unset; } }

.banner-bottom-page .text {
  padding-top: 100px;
  padding-bottom: 0;
  padding-right: 150px; }
  @media only screen and (min-width: 992px) {
    .banner-bottom-page .text {
      padding-bottom: 100px;
      padding-left: 234px;
      padding-right: unset; } }
  @media only screen and (min-width: 992px) {
    .banner-bottom-page .text .heading {
      margin-bottom: 0; } }

.banner-bottom-page .cta {
  padding-top: 0; }
  @media only screen and (min-width: 992px) {
    .banner-bottom-page .cta {
      justify-content: end;
      padding-bottom: 0 !important; } }

/*=============== Sub-banner ===============*/
.sub-banner {
  position: relative;
  margin-bottom: 66px;
  background-size: 0 0;
  background-color: #57D6BD;
  background-position: center;
  background-repeat: no-repeat; }
  .sub-banner .container-bg-color {
    display: none; }
  .sub-banner.with-nothing {
    background-image: url("images/svgs/bg-waves-light-blue.svg") !important;
    background-size: cover !important; }
    .sub-banner.with-nothing .image-mobile {
      display: none; }
  .sub-banner.with-bg-color:before {
    content: '';
    position: absolute;
    background-color: #57D6BD;
    width: 100%;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      .sub-banner.with-bg-color:before {
        width: 50%; } }
  .sub-banner.with-bg-color .container-bg-color {
    display: none;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0; }
    @media only screen and (min-width: 768px) {
      .sub-banner.with-bg-color .container-bg-color {
        display: block; } }
  .sub-banner.with-bg-color:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url("images/svgs/wave-header-aqua.svg");
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    display: none; }
    @media only screen and (min-width: 768px) {
      .sub-banner.with-bg-color:after {
        left: 50%;
        display: block; } }
  .sub-banner.with-photo-100:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(90deg, #041E4A4D 0%, #041E4A4D 23%, #041E4A26 50%, #041E4A0D 60%, #041E4A00 100%) 0% 0% no-repeat padding-box;
    opacity: 0.7; }
  @media only screen and (min-width: 768px) {
    .sub-banner {
      margin-bottom: 83px;
      background-size: cover; } }
  .sub-banner .image-mobile {
    height: 470px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .sub-banner .image-mobile {
        display: none; } }
  .sub-banner .date {
    margin-bottom: 20px;
    display: block; }
  .sub-banner .cerf-volant {
    position: absolute;
    right: 0;
    margin-top: 100px;
    margin-right: 1%;
    display: none; }
    @media only screen and (min-width: 1200px) {
      .sub-banner .cerf-volant {
        margin-right: 5%;
        display: block; } }
    .sub-banner .cerf-volant .img {
      background-image: url("images/svgs/cerf-volant-aqua.svg");
      width: 149px;
      height: 784px; }
    .sub-banner .cerf-volant.no-show {
      display: none !important; }

.sub-banner-content {
  padding-top: 85px;
  padding-bottom: 85px;
  text-align: center;
  position: relative; }
  @media only screen and (min-width: 576px) {
    .sub-banner-content {
      padding-top: 80px;
      padding-bottom: 80px;
      min-height: 500px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: left; } }
  .sub-banner-content .breadcrumb {
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (min-width: 576px) {
      .sub-banner-content .breadcrumb {
        -ms-flex-pack: flex-start;
        justify-content: flex-start; } }

.full-text .sub-banner-content {
  text-align: center; }

.page-title {
  color: #092d74;
  margin-bottom: 25px; }

.page-desc {
  max-width: 850px;
  margin: 0 auto 28px;
  line-height: 1.35; }
  @media only screen and (min-width: 768px) {
    .page-desc {
      font-size: 18px; } }

/*=============== Accordion ===============*/
.section-text {
  padding-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .section-text {
      padding-bottom: 80px; } }

.accordion.dpj-accordion {
  border-top: 2px solid #092d74; }
  .accordion.dpj-accordion .accordion-item {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #092d74; }
    .accordion.dpj-accordion .accordion-item .accordion-button {
      border-radius: 0;
      box-shadow: none;
      padding: 13px 0;
      background-color: transparent;
      font-size: 20px;
      font-weight: bold;
      font-family: 'Montserrat', sans-serif !important;
      color: #092d74; }
      .accordion.dpj-accordion .accordion-item .accordion-button::after {
        text-align: center;
        color: #fff;
        background-color: #ff713c;
        width: 42px;
        height: 42px;
        background-size: 15px 9px;
        background-position: center center; }
      .accordion.dpj-accordion .accordion-item .accordion-button:not([aria-expanded=false])::after {
        background-color: #092d74 !important; }
  .accordion.dpj-accordion .accordion-collapse {
    background-color: #e5f2f8; }
  .accordion.dpj-accordion .accordion-body {
    line-height: 1.35; }
    @media only screen and (min-width: 768px) {
      .accordion.dpj-accordion .accordion-body {
        padding: 41px 36px; } }

/*=============== Context block ===============*/
.section-context-block {
  padding-bottom: 80px; }
  @media only screen and (min-width: 768px) {
    .section-context-block {
      padding-bottom: 100px; } }

.list-context-block .col-context .context-block.bg-dark-blue {
  color: #fff; }
  .list-context-block .col-context .context-block.bg-dark-blue h3 {
    color: #fff !important; }
  .list-context-block .col-context .context-block.bg-dark-blue .btn-main {
    border-color: #ff713c !important;
    background-color: #ff713c !important;
    color: #fff !important; }
    .list-context-block .col-context .context-block.bg-dark-blue .btn-main:hover {
      background-color: transparent !important; }

.list-context-block .col-context:nth-child(2n+1) .context-block {
  background-image: url(images/svgs/mask-group-aqua1.svg); }

.list-context-block .col-context:nth-child(2n+0) .context-block {
  background-image: url(images/svgs/mask-group-aqua2.svg); }

.context-block {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 20px; }
  @media only screen and (min-width: 576px) {
    .context-block {
      min-height: 477px; } }
  .context-block h3 {
    margin-bottom: 24px;
    padding: 0 5px;
    color: #092d74 !important; }
  .context-block .desc {
    line-height: 1.35;
    margin-bottom: 16px; }
    .context-block .desc p:last-child {
      margin-bottom: 0; }

.context-block-inner {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  max-width: 345px; }

/*=============== Call to action ===============*/
.section-context-img {
  margin-bottom: 72px; }
  @media only screen and (min-width: 768px) {
    .section-context-img {
      margin-bottom: 90px;
      margin-top: 60px; } }
  .section-context-img .row {
    min-height: 500px; }
  .section-context-img.type-no-image .row {
    justify-content: center; }
    .section-context-img.type-no-image .row .call-to-action-text {
      justify-content: center;
      text-align: center; }
  .section-context-img.type-Photo .pic {
    overflow: hidden;
    padding-bottom: 0 !important; }
    @media only screen and (min-width: 992px) {
      .section-context-img.type-Photo .pic {
        position: absolute; } }
  .section-context-img.type-Dessin .pic > div {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    display: flex;
    align-items: center;
    z-index: 2; }
  .section-context-img .without-bg .row {
    flex-direction: row-reverse; }
  .section-context-img .pic {
    background-position: center left;
    align-items: center;
    background-size: cover;
    height: auto;
    top: 0;
    bottom: 0;
    display: none;
    position: relative;
    overflow: initial;
    z-index: 2; }
    @media only screen and (min-width: 992px) {
      .section-context-img .pic {
        display: flex; } }
    @media only screen and (min-width: 1200px) {
      .section-context-img .pic {
        align-items: flex-end; } }
  .section-context-img .bg-wave-yellow, .section-context-img .bg-wave-blue, .section-context-img .bg-wave-orange {
    color: #fff; }
    .section-context-img .bg-wave-yellow h2, .section-context-img .bg-wave-blue h2, .section-context-img .bg-wave-orange h2 {
      color: #fff; }
    .section-context-img .bg-wave-yellow .desc, .section-context-img .bg-wave-blue .desc, .section-context-img .bg-wave-orange .desc {
      max-width: 544px; }
  .section-context-img .bg-waves-dark-blue * {
    color: #fff; }
  .section-context-img h3, .section-context-img h5 {
    color: inherit !important; }

.call-to-action-text {
  padding-top: 96px;
  padding-bottom: 96px;
  z-index: 3;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .call-to-action-text {
      padding-top: 120px;
      padding-bottom: 120px;
      min-height: 570px; } }
  .call-to-action-text .heading {
    margin-bottom: 22px; }
  .call-to-action-text .desc {
    font-size: 18px;
    margin-bottom: 26px; }
    .call-to-action-text .desc p:last-child {
      margin-bottom: 0; }

/*=============== Detail ===============*/
.section-detail {
  margin-bottom: 55px; }
  @media only screen and (min-width: 768px) {
    .section-detail {
      margin-bottom: 71px; } }

.context-white {
  background-color: #fff;
  padding: 0 15px 25px;
  position: relative;
  z-index: 4; }
  @media only screen and (min-width: 768px) {
    .context-white {
      padding: 80px 15px 33px;
      margin-top: -153px; } }

@media only screen and (min-width: 768px) {
  .single-block {
    font-size: 18px; } }

.single-block figure {
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .single-block figure {
      margin-bottom: 71px; } }

.single-block ol {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0 0 16px; }
  .single-block ol {
    counter-reset: level0 0; }
  .single-block ol li::before {
    content: counter(level0, decimal) " ";
    counter-increment: level0;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background-color: #ff713c;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px; }
  .single-block ol ol {
    counter-reset: level1; }
  .single-block ol ol li::before {
    content: counter(level0, decimal) "." counter(level1, decimal) " ";
    counter-increment: level1;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background-color: #ff713c;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px; }
  .single-block ol ol ol {
    counter-reset: level2; }
  .single-block ol ol ol li::before {
    content: counter(level0, decimal) "." counter(level1, decimal) "." counter(level2, decimal) " ";
    counter-increment: level2;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background-color: #ff713c;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px; }
  @media only screen and (min-width: 768px) {
    .single-block ol {
      margin-bottom: 26px; } }
  .single-block ol li {
    position: relative;
    min-height: 42px;
    padding-left: 60px;
    margin-bottom: 8px;
    padding-top: 8px; }
    .single-block ol li ol {
      margin-top: 18px !important; }
    .single-block ol li li::before {
      background-color: #092d74 !important; }

@media only screen and (min-width: 768px) {
  .single-block p {
    margin-bottom: 26px; } }

.single-block p a {
  color: #ff713c;
  text-decoration: underline;
  font-family: 'Montserrat', sans-serif !important; }
  .single-block p a:hover {
    color: #fc9a24;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif !important; }

.single-block ul {
  list-style: none;
  padding-bottom: 0;
  margin-top: 20px;
  padding-left: 0;
  line-height: 1.35; }
  .single-block ul li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 0 !important;
    padding-bottom: 3px !important; }
    @media only screen and (min-width: 768px) {
      .single-block ul li {
        margin-bottom: 24px; } }
    .single-block ul li::before {
      content: '';
      width: 9px;
      height: 15px;
      background: url("images/svgs/arrow-orange-lists.svg") no-repeat 0 0;
      position: absolute;
      top: 4px;
      left: 0; }
  .single-block ul ul {
    margin-top: 0 !important;
    padding-top: 3px !important; }
    .single-block ul ul li::before {
      background-image: url("images/svgs/arrow-dark-blue-lists.svg") !important; }

.entry-title {
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .entry-title {
      margin-bottom: 45px; } }

.share-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  border-bottom: 2px solid #bbdff0;
  padding-bottom: 33px; }
  .share-social span {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-right: 24px;
    line-height: 1; }

.socila-article {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  font-size: 0; }
  .socila-article li:not(:last-child) {
    margin-right: 24px; }

.section-other-archive .heading {
  margin-bottom: 23px; }
  @media only screen and (min-width: 768px) {
    .section-other-archive .heading {
      margin-bottom: 29px; } }

/*=============== Temoignage ===============*/
#block-temoignage {
  position: relative;
  padding-top: 80px; }
  #block-temoignage .temoignage {
    position: relative;
    border-bottom: 2px solid #57D6BD;
    z-index: 2; }
  #block-temoignage:before {
    height: 42px;
    width: 49px;
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 12px;
    background-image: url(images/svgs/quote-2.svg);
    z-index: 1; }
  #block-temoignage .bottom {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-top: 16px;
    align-items: center; }
    #block-temoignage .bottom .left {
      flex: 1;
      padding-right: 30px; }
      #block-temoignage .bottom .left .subtitle {
        color: #000;
        font-weight: 600 !important;
        font-size: 12px !important;
        text-transform: uppercase; }
    #block-temoignage .bottom .right .btn {
      background-color: #ff713c;
      color: #fff !important;
      border-color: #ff713c; }
      #block-temoignage .bottom .right .btn:hover {
        background-color: #ff713c;
        background-image: linear-gradient(256deg, #ff713c 0%, #fa4d27 100%);
        color: #fff !important; }

/*=============== Programe ===============*/
.section-slider {
  margin-bottom: 82px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .section-slider {
      margin-bottom: 102px; } }
  .section-slider .bg-waves-dark-blue .heading * {
    color: #fff; }
  .section-slider .programe-inner {
    padding: 80px 0 160px;
    background-size: cover; }
    @media only screen and (min-width: 992px) {
      .section-slider .programe-inner {
        padding: 100px 0 80px; } }
  .section-slider .container {
    margin-bottom: 30px;
    display: inline-flex;
    text-align: center;
    justify-content: center; }
    @media only screen and (min-width: 992px) {
      .section-slider .container .heading {
        max-width: 300px; } }
    .section-slider .container .heading div {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      bottom: 45px;
      width: max-content; }
      @media only screen and (min-width: 992px) {
        .section-slider .container .heading div {
          position: unset;
          transform: translate(0, 0);
          width: inherit; } }
    @media only screen and (min-width: 576px) {
      .section-slider .container {
        text-align: unset;
        justify-content: unset; } }
    @media only screen and (min-width: 992px) {
      .section-slider .container {
        position: absolute;
        left: 50%;
        top: 176px;
        transform: translate(-50%, 0);
        z-index: 6;
        margin-bottom: 0; } }
  .section-slider .title-type-1 {
    display: inline-flex;
    margin-bottom: 26px; }
  .section-slider .content-slide {
    position: relative;
    margin-left: -15px;
    margin-right: -15px; }
    @media only screen and (min-width: 992px) {
      .section-slider .content-slide {
        margin-left: 35.6%;
        margin-right: -15px; } }
    @media only screen and (min-width: 1400px) {
      .section-slider .content-slide {
        margin-right: -80px; } }
    .section-slider .content-slide .slider-carrousel {
      position: relative;
      z-index: 5; }
      .section-slider .content-slide .slider-carrousel .slick-list {
        margin: 0 -15px; }
        .section-slider .content-slide .slider-carrousel .slick-list .item {
          padding: 0 15px; }
          @media only screen and (min-width: 768px) {
            .section-slider .content-slide .slider-carrousel .slick-list .item {
              width: 543px; } }
      .section-slider .content-slide .slider-carrousel .programe-item {
        background-color: #fff;
        width: 100%; }
        .section-slider .content-slide .slider-carrousel .programe-item h4 {
          font-size: 20px; }
        .section-slider .content-slide .slider-carrousel .programe-item .programe-item-text {
          padding: 30px 50px 27px; }
          .section-slider .content-slide .slider-carrousel .programe-item .programe-item-text .text-lead {
            margin-bottom: 10px; }
            .section-slider .content-slide .slider-carrousel .programe-item .programe-item-text .text-lead a {
              color: #092d74 !important; }
              .section-slider .content-slide .slider-carrousel .programe-item .programe-item-text .text-lead a:hover {
                color: #ff713c !important; }
            .section-slider .content-slide .slider-carrousel .programe-item .programe-item-text .text-lead::before {
              left: -31px; }
          .section-slider .content-slide .slider-carrousel .programe-item .programe-item-text .desc p {
            color: #000 !important; }
            .section-slider .content-slide .slider-carrousel .programe-item .programe-item-text .desc p a {
              font-family: 'Montserrat', sans-serif !important;
              font-weight: 500 !important;
              font-size: 14px !important;
              color: #ff713c !important;
              text-decoration: underline !important;
              text-transform: uppercase; }
              .section-slider .content-slide .slider-carrousel .programe-item .programe-item-text .desc p a:hover, .section-slider .content-slide .slider-carrousel .programe-item .programe-item-text .desc p a:focus {
                font-family: 'Montserrat', sans-serif !important;
                color: #fc9a24 !important;
                text-decoration: underline !important; }
      .section-slider .content-slide .slider-carrousel .slick-dots {
        bottom: -50px;
        position: absolute;
        left: 0;
        z-index: 6;
        margin-bottom: 0;
        height: min-content;
        padding-left: var(--bs-gutter-x, 0.75rem);
        text-align: center; }
        @media only screen and (min-width: 992px) {
          .section-slider .content-slide .slider-carrousel .slick-dots {
            text-align: unset;
            bottom: 70px;
            left: 15%;
            transform: translate(-50%, 0); } }

/* Pages Color
--------------------------------------------- */
.color-page_aqua .btn-default, .color-page_ .btn-default {
  background-color: #57D6BD;
  border-color: #57D6BD;
  color: #092d74 !important; }
  .color-page_aqua .btn-default:hover, .color-page_aqua .btn-default:focus, .color-page_ .btn-default:hover, .color-page_ .btn-default:focus {
    background-color: transparent;
    color: #092d74 !important; }

.color-page_aqua .btn-default-light, .color-page_ .btn-default-light {
  background-color: #BCEFE5;
  border-color: #BCEFE5;
  color: #092d74 !important; }
  .color-page_aqua .btn-default-light:hover, .color-page_aqua .btn-default-light:focus, .color-page_ .btn-default-light:hover, .color-page_ .btn-default-light:focus {
    background-color: transparent;
    color: #092d74 !important; }

.color-page_aqua h3, .color-page_aqua h5, .color-page_ h3, .color-page_ h5 {
  color: #57D6BD; }

.color-page_aqua .single-block p a, .color-page_aqua .single-post p a, .color-page_ .single-block p a, .color-page_ .single-post p a {
  color: #57D6BD; }
  .color-page_aqua .single-block p a:hover, .color-page_aqua .single-post p a:hover, .color-page_ .single-block p a:hover, .color-page_ .single-post p a:hover {
    color: #fc9a24; }

.color-page_aqua .single-block ol, .color-page_aqua .single-post ol, .color-page_ .single-block ol, .color-page_ .single-post ol {
  list-style: none; }
  .color-page_aqua .single-block ol, .color-page_aqua .single-post ol, .color-page_ .single-block ol, .color-page_ .single-post ol {
    counter-reset: level0 0; }
  .color-page_aqua .single-block ol li::before, .color-page_aqua .single-post ol li::before, .color-page_ .single-block ol li::before, .color-page_ .single-post ol li::before {
    content: counter(level0, decimal) " ";
    counter-increment: level0;
    background-color: #57D6BD; }
  .color-page_aqua .single-block ol ol, .color-page_aqua .single-post ol ol, .color-page_ .single-block ol ol, .color-page_ .single-post ol ol {
    counter-reset: level1; }
  .color-page_aqua .single-block ol ol li::before, .color-page_aqua .single-post ol ol li::before, .color-page_ .single-block ol ol li::before, .color-page_ .single-post ol ol li::before {
    content: counter(level0, decimal) "." counter(level1, decimal) " ";
    counter-increment: level1;
    background-color: #57D6BD; }
  .color-page_aqua .single-block ol ol ol, .color-page_aqua .single-post ol ol ol, .color-page_ .single-block ol ol ol, .color-page_ .single-post ol ol ol {
    counter-reset: level2; }
  .color-page_aqua .single-block ol ol ol li::before, .color-page_aqua .single-post ol ol ol li::before, .color-page_ .single-block ol ol ol li::before, .color-page_ .single-post ol ol ol li::before {
    content: counter(level0, decimal) "." counter(level1, decimal) "." counter(level2, decimal) " ";
    counter-increment: level2;
    background-color: #57D6BD; }

.color-page_aqua .single-block ul li::before, .color-page_aqua .single-post ul li::before, .color-page_ .single-block ul li::before, .color-page_ .single-post ul li::before {
  background: url("images/svgs/arrow-aqua-lists.svg") no-repeat 0 0; }

.color-page_aqua .sub-banner, .color-page_ .sub-banner {
  background-color: #57D6BD; }
  .color-page_aqua .sub-banner.with-bg-color:before, .color-page_ .sub-banner.with-bg-color:before {
    background-color: #57D6BD; }
  .color-page_aqua .sub-banner.with-bg-color:after, .color-page_ .sub-banner.with-bg-color:after {
    background-image: url("images/svgs/wave-header-aqua.svg"); }
  .color-page_aqua .sub-banner .cerf-volant .img, .color-page_ .sub-banner .cerf-volant .img {
    background-image: url("images/svgs/cerf-volant-aqua.svg"); }

.color-page_aqua .accordion-button::after, .color-page_ .accordion-button::after {
  background-color: #57D6BD !important; }

.color-page_aqua .bg-waves-default, .color-page_ .bg-waves-default {
  background-image: url("images/svgs/bg-waves-aqua.svg"); }

.color-page_aqua .list-context-block .col-context .context-block.bg-default-light, .color-page_ .list-context-block .col-context .context-block.bg-default-light {
  background-image: url(images/svgs/mask-group-aqua1.svg); }

.color-page_aqua .list-context-block .col-context .context-block.bg-default, .color-page_ .list-context-block .col-context .context-block.bg-default {
  background-image: url(images/svgs/mask-group-aqua2.svg); }

.color-page_aqua .list-context-block .col-context .context-block.bg-dark-blue, .color-page_ .list-context-block .col-context .context-block.bg-dark-blue {
  background-image: url(images/svgs/mask-group-blue-fonce.svg); }

.color-page_aqua .list-context-block .col-context .context-block.bg-light-blue, .color-page_ .list-context-block .col-context .context-block.bg-light-blue {
  background-image: url(images/svgs/mask-group-blue-clair.svg); }

.color-page_aqua .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning .icon, .color-page_aqua .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning .icon, .color-page_ .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning .icon, .color-page_ .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning .icon {
  background-color: #57D6BD; }
  .color-page_aqua .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning .icon .ico-cta-arrow-small, .color-page_aqua .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning .icon .ico-cta-arrow-small, .color-page_ .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning .icon .ico-cta-arrow-small, .color-page_ .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning .icon .ico-cta-arrow-small {
    background-image: url(images/svgs/page-arrow-left-blue.svg); }

.color-page_aqua .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning:hover .icon, .color-page_aqua .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning:hover .icon, .color-page_ .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning:hover .icon, .color-page_ .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning:hover .icon {
  background-image: linear-gradient(256deg, #BCEFE5 0%, #57D6BD 100%); }

.color-page_aqua .groups .box-context.bg-default-light, .color-page_ .groups .box-context.bg-default-light {
  background-color: #BCEFE5; }

.color-page_aqua .groups .box-context.bg-default, .color-page_ .groups .box-context.bg-default {
  background-color: #57D6BD; }

.color-page_aqua #block-temoignage .temoignage, .color-page_ #block-temoignage .temoignage {
  border-bottom: 2px solid #57D6BD; }

.color-page_aqua .addtoany_share_save_container.addtoany_content, .color-page_ .addtoany_share_save_container.addtoany_content {
  border-bottom: 2px solid #57D6BD; }

.color-page_yellow .btn-default {
  background-color: #FFCC40;
  border-color: #FFCC40;
  color: #092d74 !important; }
  .color-page_yellow .btn-default:hover, .color-page_yellow .btn-default:focus {
    background-color: transparent;
    color: #092d74 !important; }

.color-page_yellow .btn-default-light {
  background-color: #fc9a24;
  border-color: #fc9a24;
  color: #092d74 !important; }
  .color-page_yellow .btn-default-light:hover, .color-page_yellow .btn-default-light:focus {
    background-color: transparent;
    color: #092d74 !important; }

.color-page_yellow h3, .color-page_yellow h5 {
  color: #FFCC40; }

.color-page_yellow .single-block p a, .color-page_yellow .single-post p a {
  color: #FFCC40; }
  .color-page_yellow .single-block p a:hover, .color-page_yellow .single-post p a:hover {
    color: #fc9a24; }

.color-page_yellow .single-block ol, .color-page_yellow .single-post ol {
  list-style: none; }
  .color-page_yellow .single-block ol, .color-page_yellow .single-post ol {
    counter-reset: level0 0; }
  .color-page_yellow .single-block ol li::before, .color-page_yellow .single-post ol li::before {
    content: counter(level0, decimal) " ";
    counter-increment: level0;
    background-color: #FFCC40; }
  .color-page_yellow .single-block ol ol, .color-page_yellow .single-post ol ol {
    counter-reset: level1; }
  .color-page_yellow .single-block ol ol li::before, .color-page_yellow .single-post ol ol li::before {
    content: counter(level0, decimal) "." counter(level1, decimal) " ";
    counter-increment: level1;
    background-color: #FFCC40; }
  .color-page_yellow .single-block ol ol ol, .color-page_yellow .single-post ol ol ol {
    counter-reset: level2; }
  .color-page_yellow .single-block ol ol ol li::before, .color-page_yellow .single-post ol ol ol li::before {
    content: counter(level0, decimal) "." counter(level1, decimal) "." counter(level2, decimal) " ";
    counter-increment: level2;
    background-color: #FFCC40; }

.color-page_yellow .single-block ul li::before, .color-page_yellow .single-post ul li::before {
  background: url("images/svgs/arrow-yellow-lists.svg") no-repeat 0 0; }

.color-page_yellow .sub-banner {
  background-color: #FFCC40; }
  .color-page_yellow .sub-banner.with-bg-color:before {
    background-color: #FFCC40; }
  .color-page_yellow .sub-banner.with-bg-color:after {
    background-image: url("images/svgs/wave-header-yellow.svg"); }
  .color-page_yellow .sub-banner .cerf-volant .img {
    background-image: url("images/svgs/cerf-volant-yellow.svg"); }

.color-page_yellow .accordion-button::after {
  background-color: #FFCC40 !important; }

.color-page_yellow .bg-waves-default {
  background-image: url("images/svgs/bg-waves-yellow.svg"); }

.color-page_yellow .list-context-block .col-context .context-block.bg-default-light {
  background-image: url(images/svgs/mask-group-yellow1.svg); }

.color-page_yellow .list-context-block .col-context .context-block.bg-default {
  background-image: url(images/svgs/mask-group-yellow2.svg); }

.color-page_yellow .list-context-block .col-context .context-block.bg-dark-blue {
  background-image: url(images/svgs/mask-group-blue-fonce.svg); }

.color-page_yellow .list-context-block .col-context .context-block.bg-light-blue {
  background-image: url(images/svgs/mask-group-blue-clair.svg); }

.color-page_yellow .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning .icon, .color-page_yellow .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning .icon {
  background-color: #FFCC40; }
  .color-page_yellow .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning .icon .ico-cta-arrow-small, .color-page_yellow .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning .icon .ico-cta-arrow-small {
    background-image: url(images/svgs/page-arrow-left-blue.svg); }

.color-page_yellow .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning:hover .icon, .color-page_yellow .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning:hover .icon {
  background-image: linear-gradient(256deg, #F7941D 0%, #FFCC40 100%); }

.color-page_yellow .groups .box-context.bg-default-light {
  background-color: #FFCC40; }

.color-page_yellow .groups .box-context.bg-default {
  background-color: #F7941D; }

.color-page_yellow #block-temoignage .temoignage {
  border-bottom: 2px solid #FFCC40; }

.color-page_yellow .addtoany_share_save_container.addtoany_content {
  border-bottom: 2px solid #FFCC40; }

.color-page_orange .btn-default {
  background-color: #F7941D;
  border-color: #F7941D;
  color: #092d74 !important; }
  .color-page_orange .btn-default:hover, .color-page_orange .btn-default:focus {
    background-color: transparent;
    color: #092d74 !important; }

.color-page_orange .btn-default-light {
  background-color: #FF713D;
  border-color: #FF713D;
  color: #fff !important; }
  .color-page_orange .btn-default-light:hover, .color-page_orange .btn-default-light:focus {
    background-color: transparent;
    color: #092d74 !important; }

.color-page_orange h3, .color-page_orange h5 {
  color: #F7941D; }

.color-page_orange .single-block p a, .color-page_orange .single-post p a {
  color: #F7941D; }
  .color-page_orange .single-block p a:hover, .color-page_orange .single-post p a:hover {
    color: #FF713D; }

.color-page_orange .single-block ol, .color-page_orange .single-post ol {
  list-style: none; }
  .color-page_orange .single-block ol, .color-page_orange .single-post ol {
    counter-reset: level0 0; }
  .color-page_orange .single-block ol li::before, .color-page_orange .single-post ol li::before {
    content: counter(level0, decimal) " ";
    counter-increment: level0;
    background-color: #F7941D; }
  .color-page_orange .single-block ol ol, .color-page_orange .single-post ol ol {
    counter-reset: level1; }
  .color-page_orange .single-block ol ol li::before, .color-page_orange .single-post ol ol li::before {
    content: counter(level0, decimal) "." counter(level1, decimal) " ";
    counter-increment: level1;
    background-color: #F7941D; }
  .color-page_orange .single-block ol ol ol, .color-page_orange .single-post ol ol ol {
    counter-reset: level2; }
  .color-page_orange .single-block ol ol ol li::before, .color-page_orange .single-post ol ol ol li::before {
    content: counter(level0, decimal) "." counter(level1, decimal) "." counter(level2, decimal) " ";
    counter-increment: level2;
    background-color: #F7941D; }

.color-page_orange .single-block ul li::before, .color-page_orange .single-post ul li::before {
  background: url("images/svgs/arrow-orange-lists.svg") no-repeat 0 0; }

.color-page_orange .sub-banner {
  background-color: #F7941D; }
  .color-page_orange .sub-banner.with-bg-color:before {
    background-color: #F7941D; }
  .color-page_orange .sub-banner.with-bg-color:after {
    background-image: url("images/svgs/wave-header-orange.svg"); }
  .color-page_orange .sub-banner .cerf-volant .img {
    background-image: url("images/svgs/cerf-volant-orange.svg"); }

.color-page_orange .accordion-button::after {
  background-color: #F7941D !important; }

.color-page_orange .bg-waves-default {
  background-image: url("images/svgs/bg-waves-orange.svg"); }

.color-page_orange .list-context-block .col-context .context-block.bg-default-light {
  background-image: url(images/svgs/mask-group-orange1.svg); }

.color-page_orange .list-context-block .col-context .context-block.bg-default {
  background-image: url(images/svgs/mask-group-orange2.svg); }

.color-page_orange .list-context-block .col-context .context-block.bg-dark-blue {
  background-image: url(images/svgs/mask-group-blue-fonce.svg); }

.color-page_orange .list-context-block .col-context .context-block.bg-light-blue {
  background-image: url(images/svgs/mask-group-blue-clair.svg); }

.color-page_orange .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning .icon, .color-page_orange .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning .icon {
  background-color: #F7941D; }
  .color-page_orange .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning .icon .ico-cta-arrow-small, .color-page_orange .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning .icon .ico-cta-arrow-small {
    background-image: url(images/svgs/page-arrow-left-blue.svg); }

.color-page_orange .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning:hover .icon, .color-page_orange .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning:hover .icon {
  background-image: linear-gradient(256deg, #FF713D 0%, #F7941D 100%); }

.color-page_orange .groups .box-context.bg-default-light {
  background-color: #F7941D; }

.color-page_orange .groups .box-context.bg-default {
  background-color: #FF713D;
  color: #fff; }
  .color-page_orange .groups .box-context.bg-default .box-context-title a {
    color: #fff; }
  .color-page_orange .groups .box-context.bg-default .btn.btn-icon-left {
    color: #fff; }

.color-page_orange #block-temoignage .temoignage {
  border-bottom: 2px solid #F7941D; }

.color-page_orange .addtoany_share_save_container.addtoany_content {
  border-bottom: 2px solid #F7941D; }

.color-page_blue .btn-default {
  background-color: #28AAE1;
  border-color: #28AAE1;
  color: #092d74 !important; }
  .color-page_blue .btn-default:hover, .color-page_blue .btn-default:focus {
    background-color: transparent;
    color: #092d74 !important; }

.color-page_blue .btn-default-light {
  background-color: #C6E7F7;
  border-color: #C6E7F7;
  color: #092d74 !important; }
  .color-page_blue .btn-default-light:hover, .color-page_blue .btn-default-light:focus {
    background-color: transparent;
    color: #092d74 !important; }

.color-page_blue h3, .color-page_blue h5 {
  color: #28AAE1; }

.color-page_blue .single-block p a, .color-page_blue .single-post p a {
  color: #28AAE1; }
  .color-page_blue .single-block p a:hover, .color-page_blue .single-post p a:hover {
    color: #fc9a24; }

.color-page_blue .single-block ol, .color-page_blue .single-post ol {
  list-style: none; }
  .color-page_blue .single-block ol, .color-page_blue .single-post ol {
    counter-reset: level0 0; }
  .color-page_blue .single-block ol li::before, .color-page_blue .single-post ol li::before {
    content: counter(level0, decimal) " ";
    counter-increment: level0;
    background-color: #28AAE1; }
  .color-page_blue .single-block ol ol, .color-page_blue .single-post ol ol {
    counter-reset: level1; }
  .color-page_blue .single-block ol ol li::before, .color-page_blue .single-post ol ol li::before {
    content: counter(level0, decimal) "." counter(level1, decimal) " ";
    counter-increment: level1;
    background-color: #28AAE1; }
  .color-page_blue .single-block ol ol ol, .color-page_blue .single-post ol ol ol {
    counter-reset: level2; }
  .color-page_blue .single-block ol ol ol li::before, .color-page_blue .single-post ol ol ol li::before {
    content: counter(level0, decimal) "." counter(level1, decimal) "." counter(level2, decimal) " ";
    counter-increment: level2;
    background-color: #28AAE1; }

.color-page_blue .single-block ul li::before, .color-page_blue .single-post ul li::before {
  background: url("images/svgs/arrow-blue-lists.svg") no-repeat 0 0; }

.color-page_blue .sub-banner {
  background-color: #28AAE1; }
  .color-page_blue .sub-banner.with-bg-color:before {
    background-color: #28AAE1; }
  .color-page_blue .sub-banner.with-bg-color:after {
    background-image: url("images/svgs/wave-header-blue.svg"); }
  .color-page_blue .sub-banner .cerf-volant .img {
    background-image: url("images/svgs/cerf-volant-blue.svg"); }

.color-page_blue .accordion-button::after {
  background-color: #28AAE1 !important; }

.color-page_blue .bg-waves-default {
  background-image: url("images/svgs/bg-waves-blue.svg"); }

.color-page_blue .list-context-block .col-context .context-block.bg-default-light {
  background-image: url(images/svgs/mask-group-blue1.svg); }

.color-page_blue .list-context-block .col-context .context-block.bg-default {
  background-image: url(images/svgs/mask-group-blue2.svg); }

.color-page_blue .list-context-block .col-context .context-block.bg-dark-blue {
  background-image: url(images/svgs/mask-group-blue-fonce.svg); }

.color-page_blue .list-context-block .col-context .context-block.bg-light-blue {
  background-image: url(images/svgs/mask-group-blue-clair.svg); }

.color-page_blue .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning .icon, .color-page_blue .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning .icon {
  background-color: #28AAE1; }
  .color-page_blue .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning .icon .ico-cta-arrow-small, .color-page_blue .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning .icon .ico-cta-arrow-small {
    background-image: url(images/svgs/page-arrow-left-blue.svg); }

.color-page_blue .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning:hover .icon, .color-page_blue .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning:hover .icon {
  background-image: linear-gradient(256deg, #C6E7F7 0%, #28AAE1 100%); }

.color-page_blue .groups .box-context.bg-default-light {
  background-color: #C6E7F7; }

.color-page_blue .groups .box-context.bg-default {
  background-color: #28AAE1; }

.color-page_blue #block-temoignage .temoignage {
  border-bottom: 2px solid #28AAE1; }

.color-page_blue .addtoany_share_save_container.addtoany_content {
  border-bottom: 2px solid #28AAE1; }

.color-page_purple .btn-default {
  background-color: #4259AB;
  border-color: #4259AB;
  color: #fff !important; }
  .color-page_purple .btn-default:hover, .color-page_purple .btn-default:focus {
    background-color: transparent;
    color: #092d74 !important; }

.color-page_purple .btn-default-light {
  background-color: #B0ABE0;
  border-color: #B0ABE0;
  color: #092d74 !important; }
  .color-page_purple .btn-default-light:hover, .color-page_purple .btn-default-light:focus {
    background-color: transparent;
    color: #092d74 !important; }

.color-page_purple h3, .color-page_purple h5 {
  color: #4259AB; }

.color-page_purple .single-block p a, .color-page_purple .single-post p a {
  color: #4259AB; }
  .color-page_purple .single-block p a:hover, .color-page_purple .single-post p a:hover {
    color: #fc9a24; }

.color-page_purple .single-block ol, .color-page_purple .single-post ol {
  list-style: none; }
  .color-page_purple .single-block ol, .color-page_purple .single-post ol {
    counter-reset: level0 0; }
  .color-page_purple .single-block ol li::before, .color-page_purple .single-post ol li::before {
    content: counter(level0, decimal) " ";
    counter-increment: level0;
    background-color: #4259AB; }
  .color-page_purple .single-block ol ol, .color-page_purple .single-post ol ol {
    counter-reset: level1; }
  .color-page_purple .single-block ol ol li::before, .color-page_purple .single-post ol ol li::before {
    content: counter(level0, decimal) "." counter(level1, decimal) " ";
    counter-increment: level1;
    background-color: #4259AB; }
  .color-page_purple .single-block ol ol ol, .color-page_purple .single-post ol ol ol {
    counter-reset: level2; }
  .color-page_purple .single-block ol ol ol li::before, .color-page_purple .single-post ol ol ol li::before {
    content: counter(level0, decimal) "." counter(level1, decimal) "." counter(level2, decimal) " ";
    counter-increment: level2;
    background-color: #4259AB; }

.color-page_purple .single-block ul li::before, .color-page_purple .single-post ul li::before {
  background: url("images/svgs/arrow-purple-lists.svg") no-repeat 0 0; }

.color-page_purple .sub-banner {
  background-color: #4259AB; }
  .color-page_purple .sub-banner * {
    color: #fff; }
  .color-page_purple .sub-banner.with-bg-color:before {
    background-color: #4259AB; }
  .color-page_purple .sub-banner.with-bg-color:after {
    background-image: url("images/svgs/wave-header-purple.svg"); }
  .color-page_purple .sub-banner .breadcrumb-item {
    color: #fff !important; }
    .color-page_purple .sub-banner .breadcrumb-item a {
      color: #fff !important; }
      .color-page_purple .sub-banner .breadcrumb-item a:hover, .color-page_purple .sub-banner .breadcrumb-item a:focus {
        color: #ff713c !important; }
    .color-page_purple .sub-banner .breadcrumb-item + .breadcrumb-item::before {
      background: url(images/svgs/page-arrow-left-white.svg) no-repeat; }
  .color-page_purple .sub-banner .cerf-volant .img {
    background-image: url("images/svgs/cerf-volant-purple.svg"); }

.color-page_purple .accordion-button::after {
  background-color: #4259AB !important; }

.color-page_purple .bg-waves-default {
  background-image: url("images/svgs/bg-waves-purple.svg"); }
  .color-page_purple .bg-waves-default * {
    color: #fff; }

.color-page_purple .list-context-block .col-context .context-block.bg-default-light {
  background-image: url(images/svgs/mask-group-purple1.svg); }

.color-page_purple .list-context-block .col-context .context-block.bg-default {
  background-image: url(images/svgs/mask-group-purple2.svg); }

.color-page_purple .list-context-block .col-context .context-block.bg-dark-blue {
  background-image: url(images/svgs/mask-group-blue-fonce.svg); }

.color-page_purple .list-context-block .col-context .context-block.bg-light-blue {
  background-image: url(images/svgs/mask-group-blue-clair.svg); }

.color-page_purple .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning .icon, .color-page_purple .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning .icon {
  background-color: #B0ABE0; }
  .color-page_purple .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning .icon .ico-cta-arrow-small, .color-page_purple .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning .icon .ico-cta-arrow-small {
    background-image: url(images/svgs/page-arrow-left-blue.svg); }

.color-page_purple .groups .box-context.bg-dark-blue .btn-icon-left.btn-link-light-warning:hover .icon, .color-page_purple .groups .box-context.bg-light-blue .btn-icon-left.btn-link-light-warning:hover .icon {
  background-image: linear-gradient(256deg, #4259AB 0%, #B0ABE0 100%); }

.color-page_purple .groups .box-context.bg-default-light {
  background-color: #B0ABE0; }

.color-page_purple .groups .box-context.bg-default {
  background-color: #4259AB;
  color: #fff; }
  .color-page_purple .groups .box-context.bg-default .box-context-title a {
    color: #fff; }
  .color-page_purple .groups .box-context.bg-default .btn.btn-icon-left {
    color: #fff; }

.color-page_purple #block-temoignage .temoignage {
  border-bottom: 2px solid #4259AB; }

.color-page_purple .addtoany_share_save_container.addtoany_content {
  border-bottom: 2px solid #4259AB; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.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-navigation .nav-links a {
  background-color: #092d74;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600 !important;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif !important;
  padding: 16px 15px;
  border: none;
  border-radius: 0;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .posts-navigation .nav-links a:hover, .posts-navigation .nav-links a:focus {
    background-color: #092d74;
    background-image: linear-gradient(256deg, #1448ae 0%, #002772 100%);
    color: #fff !important;
    box-shadow: none;
    outline: 0;
    font-weight: 600 !important;
    text-decoration: none !important; }

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

.post,
.page {
  margin: 0 0 1.5em; }

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

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

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

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

/* Header
--------------------------------------------- */
/*=============== Header ===============*/
.header-page {
  padding-top: 10px;
  padding-bottom: 9px;
  position: relative;
  z-index: 999;
  background-color: #fff;
  margin-bottom: 50px;
  box-shadow: 0 8px 30px #051A3E1A; }
  .header-page .container-fluid-cs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 767px) {
      .header-page .container-fluid-cs {
        padding-left: 15px;
        padding-right: 15px; } }
  @media only screen and (min-width: 768px) {
    .header-page {
      margin-bottom: 0; } }
  .header-page.fixed {
    position: fixed;
    width: 100%; }
    .header-page.fixed .logo {
      width: 150px; }
    @media only screen and (min-width: 768px) {
      .header-page.fixed .btn-toggle-menu {
        top: 0; } }
    @media only screen and (min-width: 768px) {
      .header-page.fixed .navbar-right {
        margin: 0 125px 0 0; } }
    .header-page.fixed .navbar-right .btn {
      color: #fff !important; }
      .header-page.fixed .navbar-right .btn:hover, .header-page.fixed .navbar-right .btn:focus {
        color: #092d74 !important;
        background-color: #fff !important; }
      .header-page.fixed .navbar-right .btn i {
        margin-right: 0;
        margin-left: 7px; }

.logo img {
  max-width: 160px; }
  @media only screen and (min-width: 768px) {
    .logo img {
      max-width: 100%; } }

.btn-toggle-menu {
  background-color: #ff713c;
  width: 80px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  position: absolute;
  top: -10px;
  right: 0; }
  @media only screen and (min-width: 768px) {
    .btn-toggle-menu {
      width: 112px;
      height: 112px;
      top: 21px; } }
  @media only screen and (min-width: 1400px) {
    .btn-toggle-menu {
      right: 46px; } }
  .btn-toggle-menu.active .ico-hamburger {
    background-image: url(images/svgs/menu-close.svg); }

.navbar-right {
  list-style: none;
  padding: 0;
  margin: 0 165px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .navbar-right li {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .navbar-right li {
        position: static;
        width: unset; } }
    .navbar-right li:not(:last-child) {
      margin-right: 25px;
      display: none; }
      @media only screen and (min-width: 1200px) {
        .navbar-right li:not(:last-child) {
          display: list-item; } }
  .navbar-right a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #092d74 !important;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .navbar-right a {
        width: unset; } }
    .navbar-right a:hover, .navbar-right a:focus {
      font-family: 'Montserrat', sans-serif !important;
      font-weight: 600 !important;
      text-decoration: none !important;
      color: #ff713c !important; }
    .navbar-right a i {
      vertical-align: middle;
      margin-right: 7px; }
    .navbar-right a span {
      display: inline; }
  .navbar-right .btn {
    color: #fff !important; }
    .navbar-right .btn:hover, .navbar-right .btn:focus {
      color: #092d74 !important; }
    .navbar-right .btn i {
      margin-right: 0;
      margin-left: 7px; }

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #fff;
  padding-top: 76px;
  background-color: #092d74;
  z-index: 99;
  display: none;
  height: calc(100vh - 98px);
  overflow-y: auto; }
  .sub-menu a {
    color: #fff; }
  .sub-menu .container-fluid-cs, .sub-menu .container {
    position: relative;
    z-index: 2;
    display: block; }
  .sub-menu .container-fluid-cs {
    min-height: 100%; }
    .sub-menu .container-fluid-cs::after {
      content: "";
      display: block;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(images/svgs/menu-wave.svg) left bottom no-repeat;
      background-size: cover;
      background-color: #ceeaf6;
      height: 312px; }
  .sub-menu .social {
    position: fixed; }
    @media only screen and (min-width: 768px) {
      .sub-menu .social {
        position: absolute;
        bottom: -88px; } }

.sub-menu-wrap {
  max-width: 1150px;
  margin: auto;
  padding-bottom: 200px;
  z-index: 5;
  position: relative; }

.col-menu {
  position: relative; }

.main-menu, .second-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.main-menu {
  margin-bottom: 25px; }
  @media only screen and (min-width: 992px) {
    .main-menu {
      margin-bottom: 24px; } }
  .main-menu .nav-link {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    padding: 9px 0 9px 3px;
    transition: padding-left 250ms ease-out;
    line-height: 1.2;
    color: #fff;
    min-height: 60px;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .main-menu .nav-link {
        font-size: 46px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding: 18px 0 18px 3px;
        min-height: 80px; } }
    .main-menu .nav-link:hover {
      color: #fff;
      padding-left: 108px;
      background-position: left center;
      background-repeat: no-repeat;
      background-image: url("images/svgs/long-arrow-menu.png");
      text-decoration: none; }
    .main-menu .nav-link:hover, .main-menu .nav-link:focus, .main-menu .nav-link:visited {
      text-decoration: none; }
  .main-menu .nav-item {
    margin-bottom: -7px; }
    .main-menu .nav-item.active .nav-link {
      color: #fff;
      padding-left: 108px;
      background-position: 20px center;
      background-repeat: no-repeat;
      background-image: url("images/svgs/tache-orange-liens.svg");
      min-height: 80px;
      padding-top: 18px;
      padding-bottom: 18px; }
      .main-menu .nav-item.active .nav-link::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 108px;
        height: 100%;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url("images/svgs/long-arrow-menu.png"); }
  @media only screen and (min-width: 992px) {
    .main-menu .dropdown {
      position: static; } }
  .main-menu .dropdown-menu {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    position: static !important;
    transform: none !important;
    padding: 18px 0 40px 108px;
    margin: 0 0 30px; }
    @media only screen and (min-width: 992px) {
      .main-menu .dropdown-menu {
        border: none;
        border-left: 2px solid #fff;
        height: 100%;
        position: absolute !important;
        padding: 0;
        margin: 0; } }
    @media only screen and (min-width: 992px) {
      .main-menu .dropdown-menu.show {
        top: 0 !important;
        left: 100% !important;
        transform: none !important;
        padding-left: 60px; } }
    .main-menu .dropdown-menu li:not(:last-child) {
      margin-bottom: 18px; }
    .main-menu .dropdown-menu .dropdown-item {
      color: #fff !important;
      transition: padding-left 250ms ease-out;
      position: relative;
      font-family: 'Montserrat', sans-serif !important;
      padding: 0;
      display: block;
      font-weight: 500;
      font-size: 20px; }
      @media (max-width: 767.98px) {
        .main-menu .dropdown-menu .dropdown-item {
          white-space: normal; } }
      .main-menu .dropdown-menu .dropdown-item:hover, .main-menu .dropdown-menu .dropdown-item:focus {
        background-color: transparent;
        font-family: 'Montserrat', sans-serif !important; }
      .main-menu .dropdown-menu .dropdown-item:hover {
        padding-left: 24px; }
        .main-menu .dropdown-menu .dropdown-item:hover::after {
          display: block; }
      .main-menu .dropdown-menu .dropdown-item.active {
        padding-left: 58px;
        min-height: 40px;
        background-color: transparent;
        padding-top: 5px; }
        .main-menu .dropdown-menu .dropdown-item.active::before, .main-menu .dropdown-menu .dropdown-item.active::after {
          display: block; }
        .main-menu .dropdown-menu .dropdown-item.active::before {
          top: 50%;
          transform: translateY(-50%); }
        .main-menu .dropdown-menu .dropdown-item.active::after {
          top: 50%;
          transform: translateY(-50%);
          left: 16px; }
      .main-menu .dropdown-menu .dropdown-item::before, .main-menu .dropdown-menu .dropdown-item:after {
        content: "";
        position: absolute;
        display: none; }
      .main-menu .dropdown-menu .dropdown-item::before {
        width: 40px;
        height: 40px;
        background-color: #ff713c;
        left: 0; }
      .main-menu .dropdown-menu .dropdown-item::after {
        position: absolute;
        top: 6px;
        left: 0; }

.second-menu .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  color: #fff; }
  .second-menu .nav-link::after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #ff713c;
    position: absolute;
    left: 0;
    bottom: 4px;
    opacity: 0; }
  .second-menu .nav-link:hover {
    color: #ff713c; }

.second-menu .nav-item.active .nav-link::after {
  opacity: 1; }

.logo-white {
  display: none; }

.show-menu {
  background-color: #092d74; }
  .show-menu .logo-white {
    display: block;
    max-width: 167px;
    height: 79px; }
    @media only screen and (min-width: 768px) {
      .show-menu .logo-white {
        max-width: 100%;
        height: unset; } }
  .show-menu .logo-normal {
    display: none; }
  .show-menu .sub-menu {
    display: block; }
    .show-menu .sub-menu .btn-main {
      margin-top: 28px;
      min-width: 235px; }
  .show-menu .btn-main {
    border: 2px solid #fff;
    background-color: transparent;
    background-image: none; }
  .show-menu .navbar-right li {
    display: none; }
    @media only screen and (min-width: 1200px) {
      .show-menu .navbar-right li {
        display: block; } }
  .show-menu .navbar-right a {
    color: #fff !important; }
    .show-menu .navbar-right a:hover, .show-menu .navbar-right a:focus {
      color: #fff !important; }

/* Footer
--------------------------------------------- */
/*=============== Footer ===============*/
.footer-page {
  background-color: #092d74;
  color: #fff !important; }
  @media only screen and (min-width: 768px) {
    .footer-page {
      margin: 0; } }
  @media only screen and (min-width: 1400px) {
    .footer-page {
      margin: 0; } }
  .footer-page a {
    color: #fff !important;
    transition: color ease 0.5s; }
    .footer-page a:hover {
      color: #ff713c !important; }
  .footer-page ul li {
    color: #fff !important; }

.footer-top {
  font-size: 15px;
  padding-top: 32px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .footer-top {
      padding-top: 40px;
      padding-bottom: 45px; } }
  @media only screen and (min-width: 1200px) {
    .footer-top .col-left {
      -ms-flex: 0 0 36.42276%;
      flex: 0 0 36.42276%;
      max-width: 36.42276%; } }
  @media only screen and (min-width: 1200px) {
    .footer-top .col-main {
      -ms-flex: 0 0 31.70732%;
      flex: 0 0 31.70732%;
      max-width: 31.70732%; } }
  @media only screen and (min-width: 1200px) {
    .footer-top .col-right {
      -ms-flex: 0 0 31.86992%;
      flex: 0 0 31.86992%;
      max-width: 31.86992%; } }

.about-footer {
  margin-bottom: 30px; }
  .about-footer img {
    margin-bottom: 28px; }
    @media only screen and (min-width: 768px) {
      .about-footer img {
        margin-bottom: 35px; } }
  .about-footer p {
    margin-bottom: 0; }

.links-group {
  list-style: none;
  margin: 0 0 30px;
  padding: 0; }
  .links-group li:not(:last-child) {
    margin-bottom: 2px; }
  .links-group.sm {
    font-size: 13px; }

.contact-footer {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
  font-weight: 500; }
  @media only screen and (min-width: 992px) {
    .contact-footer {
      padding-top: 14px; } }
  .contact-footer li {
    position: relative;
    padding-left: 45px; }
    .contact-footer li:not(:last-child) {
      margin-bottom: 17px; }
    .contact-footer li i {
      position: absolute;
      top: 0;
      left: 0; }
      .contact-footer li i.ico-heart {
        left: 1px; }
      .contact-footer li i.ico-phone {
        top: -3px; }

.footer-bottom {
  text-align: center;
  border-top: 2px solid #fff;
  font-family: 'Montserrat', sans-serif !important;
  padding: 32px 0; }
  @media only screen and (min-width: 768px) {
    .footer-bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      padding: 40px 0; } }

.copyright {
  font-size: 12px; }

.social-footer {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .social-footer li:not(:last-child) {
    margin-right: 28px; }
    @media only screen and (min-width: 768px) {
      .social-footer li:not(:last-child) {
        margin-right: 35px; } }

.back-top {
  background-color: #ff713c;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 7;
  display: none; }
  .back-top.show {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  @media only screen and (min-width: 768px) {
    .back-top {
      width: 80px;
      height: 80px; } }

/* Archive
--------------------------------------------- */
/*=============== List ===============*/
.section-list-archive {
  padding-bottom: 30px; }

.fr-post-item {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .fr-post-item {
      margin-bottom: 57px; } }
  .fr-post-item .text-lead {
    margin-bottom: 11px;
    font-family: 'Montserrat', sans-serif !important; }
  .fr-post-item .fr-more {
    position: absolute;
    top: -73px;
    right: -16px; }
  .fr-post-item.no-thumb .fr-more {
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto;
    margin-top: 30px; }

.fr-post-img {
  margin-bottom: 29px; }

.fr-post-body {
  position: relative;
  padding-left: 28px;
  padding-right: 28px; }

.fr-post-meta {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  font-weight: bold; }

.fr-more {
  background: url("../images/svgs/background-more.svg") no-repeat 0 0;
  width: 98px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .fr-more:hover, .fr-more:focus {
    background-image: url("../images/svgs/background-more-hover.svg");
    background-position: -1px 0; }

.fr-post-desc {
  margin-top: 27px;
  line-height: 20px; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Plugins
--------------------------------------------- */
/***********************************************************************************/
/*** SHARE
/***********************************************************************************/
body .addtoany_share_save_container.addtoany_content {
  padding: 0 0 4px 0;
  margin: 0 0 60px 0 !important;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #BBDFF0;
  justify-content: flex-end; }

body .addtoany_share_save_container.addtoany_content .addtoany_header {
  align-items: center;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  font-weight: 600;
  color: #0071CE;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.1;
  margin-bottom: 2em;
  padding: 0 0 0 0;
  margin-top: 2em; }

body .addtoany_share_save_container.addtoany_content .addtoany_list {
  padding: 0 0 0 0;
  margin: 0 8px 0 0;
  display: flex;
  align-items: center; }

body .addtoany_share_save_container.addtoany_content .addtoany_list a {
  text-decoration: none;
  padding: 0 0 0 0;
  margin: 0 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center; }

body .addtoany_share_save_container.addtoany_content .addtoany_list a span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

body .addtoany_share_save_container.addtoany_content .addtoany_list a span.a2a_s_email svg {
  width: 34px;
  height: 34px; }

body .addtoany_share_save_container.addtoany_content .addtoany_list a:hover span {
  opacity: 1; }

body .addtoany_share_save_container.addtoany_content .addtoany_list a span svg {
  width: 28px;
  height: 28px;
  background-size: contain; }

body .addtoany_share_save_container.addtoany_content .addtoany_list a:hover span svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

body .addtoany_share_save_container.addtoany_content .addtoany_list a:hover span svg path {
  fill: #ff713c !important; }

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/* Error 404
--------------------------------------------- */
.error404 #page {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  .error404 #page .main-content {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column; }
    .error404 #page .main-content .content-404 {
      display: flex;
      flex-wrap: wrap;
      flex: 1; }
      .error404 #page .main-content .content-404 .container-fluid-cs {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        padding: 0; }
        .error404 #page .main-content .content-404 .container-fluid-cs .wrap {
          flex: 1;
          display: flex;
          align-items: center; }
          .error404 #page .main-content .content-404 .container-fluid-cs .wrap .col-lg-6.paint {
            position: relative; }
          .error404 #page .main-content .content-404 .container-fluid-cs .wrap .col-lg-6 .pic {
            position: absolute;
            left: 30px;
            top: 0;
            width: 120%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center; }
            .error404 #page .main-content .content-404 .container-fluid-cs .wrap .col-lg-6 .pic div {
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              position: absolute;
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
              content: "";
              z-index: 1; }
          .error404 #page .main-content .content-404 .container-fluid-cs .wrap .col-lg-6.content {
            display: flex;
            align-items: center;
            padding-top: 80px;
            padding-bottom: 80px; }
          .error404 #page .main-content .content-404 .container-fluid-cs .wrap .row {
            display: flex;
            flex-direction: row;
            flex: 1; }
      .error404 #page .main-content .content-404 .container {
        min-height: 100%;
        display: flex; }
