@charset "UTF-8";
/*!
Theme Name: campus-formation
Theme URI: http://underscores.me/
Author: Kissagram Design
Author URI: http://underscores.me/
Description: Thème WordPress sur-mesure pour le site campusformation.org
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: campus-formation
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.

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

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

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 15px 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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* 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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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;
}

/* FONTS */
@font-face {
  font-family: "RotisSansSerif";
  src: url("fonts/RotisSansSerif.woff2") format("woff2"), url("fonts/RotisSansSerif.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RotisSansSerifStd-Light";
  src: url("fonts/RotisSansSerifStd-Light.woff2") format("woff2"), url("fonts/RotisSansSerifStd-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RotisSansSerif-ExtraBold";
  src: url("fonts/RotisSansSerif-ExtraBold.woff2") format("woff2"), url("fonts/RotisSansSerif-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RotisSansSerif-Bold";
  src: url("fonts/RotisSansSerif-Bold.woff2") format("woff2"), url("fonts/RotisSansSerif-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG Condensed";
  src: url("fonts/BricolageGrotesqueCondensed-ExtraBold.woff2") format("woff2"), url("fonts/BricolageGrotesqueCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG Condensed";
  src: url("fonts/BricolageGrotesqueCondensed-Bold.woff2") format("woff2"), url("fonts/BricolageGrotesqueCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG Condensed";
  src: url("fonts/BricolageGrotesqueCondensed-ExtraLight.woff2") format("woff2"), url("fonts/BricolageGrotesqueCondensed-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG Condensed";
  src: url("fonts/BricolageGrotesqueCondensed-Light.woff2") format("woff2"), url("fonts/BricolageGrotesqueCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG Condensed";
  src: url("fonts/BricolageGrotesqueCondensed-Medium.woff2") format("woff2"), url("fonts/BricolageGrotesqueCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG Condensed";
  src: url("fonts/BricolageGrotesqueCondensed-Regular.woff2") format("woff2"), url("fonts/BricolageGrotesqueCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG Condensed";
  src: url("fonts/BricolageGrotesqueCondensed-SemiBold.woff2") format("woff2"), url("fonts/BricolageGrotesqueCondensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG SemiCondensed";
  src: url("fonts/BricolageGrotesqueSemiCondensed-ExtraBold.woff2") format("woff2"), url("fonts/BricolageGrotesqueSemiCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG SemiCondensed";
  src: url("fonts/BricolageGrotesqueSemiCondensed-Bold.woff2") format("woff2"), url("fonts/BricolageGrotesqueSemiCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG SemiCondensed";
  src: url("fonts/BricolageGrotesqueSemiCondensed-ExtraLight.woff2") format("woff2"), url("fonts/BricolageGrotesqueSemiCondensed-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG SemiCondensed";
  src: url("fonts/BricolageGrotesqueSemiCondensed-Light.woff2") format("woff2"), url("fonts/BricolageGrotesqueSemiCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG SemiCondensed";
  src: url("fonts/BricolageGrotesqueSemiCondensed-Medium.woff2") format("woff2"), url("fonts/BricolageGrotesqueSemiCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG SemiCondensed";
  src: url("fonts/BricolageGrotesqueSemiCondensed-Regular.woff2") format("woff2"), url("fonts/BricolageGrotesqueSemiCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG SemiCondensed";
  src: url("fonts/BricolageGrotesqueSemiCondensed-SemiBold.woff2") format("woff2"), url("fonts/BricolageGrotesqueSemiCondensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG";
  src: url("fonts/BricolageGrotesque-Bold.woff2") format("woff2"), url("fonts/BricolageGrotesque-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG-EB";
  src: url("fonts/BricolageGrotesque-ExtraBold.woff2") format("woff2"), url("fonts/BricolageGrotesque-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG";
  src: url("fonts/BricolageGrotesque-ExtraLight.woff2") format("woff2"), url("fonts/BricolageGrotesque-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG";
  src: url("fonts/BricolageGrotesque-Light.woff2") format("woff2"), url("fonts/BricolageGrotesque-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG";
  src: url("fonts/BricolageGrotesque-Medium.woff2") format("woff2"), url("fonts/BricolageGrotesque-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG";
  src: url("fonts/BricolageGrotesque-Regular.woff2") format("woff2"), url("fonts/BricolageGrotesque-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BG";
  src: url("fonts/BricolageGrotesque-SemiBold.woff2") format("woff2"), url("fonts/BricolageGrotesque-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-Black.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-BlackItalic.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-Bold.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-BoldItalic.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-ExtraBold.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-ExtraBoldItalic.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-ExtraLight.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-ExtraLightItalic.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-Italic.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-Light.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-LightItalic.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-Medium.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-MediumItalic.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-Regular.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-SemiBold.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zalando";
  src: url("fonts/ZalandoSansExpanded-SemiBoldItalic.woff2") format("woff2"), url("fonts/ZalandoSansExpanded-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* ICONES RS */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?o24v0x");
  src: url("fonts/icomoon.eot?o24v0x#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?o24v0x") format("truetype"), url("fonts/icomoon.woff?o24v0x") format("woff"), url("fonts/icomoon.svg?o24v0x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-] a,
[class*=" icon-"] a {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
[class^=icon-] a::before,
[class*=" icon-"] a::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
  text-align: center;
  line-height: 20px;
}

.icon-facebook a::before {
  content: "\ea90";
}

.icon-instagram a:before {
  content: "\ea92";
}

.icon-twitter a:before {
  content: "\ea96";
}

.icon-youtube a:before {
  content: "\ea9d";
}

.icon-linkedin a:before {
  content: "\eaca";
}

/* Couleurs */
.orange {
  color: #e5522c;
}
.orange a {
  color: #e5522c;
}

.noDecoration {
  text-decoration: none;
}
.noDecoration a {
  text-decoration: none;
}

/* Variables divs */
.zalando {
  font-family: "zalando";
}

.BG {
  font-family: "BG";
}

.BG-EB {
  font-family: "BG-EB";
}

/* GENERAL */
html,
body {
  scroll-behavior: smooth;
}

html {
  font-size: 18px;
}

body {
  font-family: "BG";
  color: black;
}

*,
h1,
h2,
h3 {
  margin-top: 0;
}

h2 {
  font-size: 1.14rem;
  text-transform: uppercase;
  color: #0d4243;
}

h3 {
  color: #0d4243;
}

.single h2,
.single h3,
.page-template-default h2,
.page-template-default h3,
.page-template-page-formation h2,
.page-template-page-formation h3 {
  margin-bottom: 0.1em;
  display: block;
  margin-top: 1em;
}
.single p,
.single ul,
.page-template-default p,
.page-template-default ul,
.page-template-page-formation p,
.page-template-page-formation ul {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 992px) {
  .som {
    display: none;
  }
}

.hom {
  display: none;
}
@media screen and (min-width: 992px) {
  .hom {
    display: block;
  }
}

.chapeau {
  font-size: 1.8rem;
  color: #0d4243;
  font-family: "zalando";
  font-weight: 900;
}

/* structure */
section {
  margin-bottom: 30px;
  padding: 15px 0;
}
section.noMargin {
  margin: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1440px;
  }
}

.row {
  margin: 0 -15px;
}
@media screen and (min-width: 992px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.col,
.col14,
.col33,
.col34,
.col50,
.col66 {
  width: 100%;
  padding: 0 15px;
  display: block;
}

@media screen and (min-width: 992px) {
  .col14 {
    width: 25%;
  }
  .col33 {
    width: 33.33%;
  }
  .col34 {
    width: 75%;
  }
  .col50 {
    width: 50%;
  }
  .col66 {
    width: 66%;
  }
}
.imgContainer {
  position: relative;
}
.imgContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.imgContainer::after {
  content: "";
  display: block;
}

/* CUSTOM CLASSES */
.stickyMenu {
  position: sticky;
  top: 120px;
  margin-bottom: 30px;
}

.break {
  -webkit-column-break-after: column;
     -moz-column-break-after: column;
          break-after: column;
}

.btg,
h1 {
  font-size: 2rem;
  color: #0d4243;
  text-transform: uppercase;
  font-family: "zalando";
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* HEADER */
.site-branding {
  padding: 0 15px;
  max-width: 25rem;
}

.custom-logo {
  width: 225px;
  margin: 0;
  line-height: 0;
}

.custom-logo-link {
  line-height: 0;
  margin: 0;
  padding: 0;
}

.site-title {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#headerRight {
  padding: 0;
  width: 100%;
}
#headerRight #topWidgets {
  display: none;
}
#headerRight #topWidgets ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#headerRight #topWidgets .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  #headerRight {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    min-width: 50%;
  }
  #headerRight #topWidgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  #headerRight .wp-block-search {
    padding: 0 15px;
  }
  #headerRight .menu-menu-rs-container {
    padding: 0 15px;
  }
}
#headerRight .menu-menu-rs-container a {
  font-size: 1.1rem;
  line-height: 36px;
  color: #0d4243;
  padding: 0 5px;
  width: 25px;
  height: 25px;
  padding: 5px;
  display: block;
}
#headerRight .menu-menu-rs-container a:hover {
  color: #505050;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 4px;
  border: none;
  border-bottom: 1px solid #e5522c;
}

.wp-block-search__button {
  background-color: transparent;
  border: none;
  width: 30px;
  background-image: url(img/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}
.wp-block-search__button svg {
  display: none;
}

/* NAVIGATION */
.main-navigation {
  top: 90px;
  height: 0;
  width: 100%;
  left: 0;
  overflow-y: auto;
  font-family: "BG";
  background-color: white;
  color: #0d4243;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-navigation .sub-menu {
  overflow: hidden;
  display: none;
  background-color: #0d4243;
  color: white;
}
.main-navigation .showcurrent {
  display: block;
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-navigation ul li {
  position: relative;
  padding: 0 15px;
}
.main-navigation ul li a {
  position: relative;
}
.main-navigation ul li a::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: 0;
  top: 0;
  width: 0px;
  height: 4px;
  background-color: #e5522c;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-navigation ul li:hover a::before {
  width: 100%;
}
.main-navigation ul li a {
  font-family: "BG-EB";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  font-weight: 900;
  color: #0d4243;
}
@media screen and (min-width: 992px) {
  .main-navigation ul li a {
    display: table-cell;
  }
}
.main-navigation ul li .toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 60px;
  width: 45px;
  background-image: url(img/arrow-down.svg);
  text-indent: -999px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: transparent;
  border: none;
}
.main-navigation ul li .toggle.on {
  background-image: url(img/arrow-up.svg);
}
.main-navigation ul ul li a {
  font-family: "BG";
  text-transform: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  opacity: 0.8;
  font-weight: 400;
}
.main-navigation ul ul li a::before {
  content: none;
}
.main-navigation ul ul li a:hover {
  background-color: white;
  color: #0d4243;
}
.main-navigation ul ul li ul li a {
  color: white;
}
.main-navigation .sub-menu.show .sub-menu.show {
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 991px) {
  .main-navigation .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.burger {
  width: 30px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 9999;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #505050;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.burger span:nth-child(1) {
  top: 0px;
}
.burger span:nth-child(2),
.burger span:nth-child(3) {
  top: 9px;
}
.burger span:nth-child(4) {
  top: 18px;
}
.burger.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.nav-is-stuck #masthead {
  position: fixed;
  width: 100%;
  top: 0;
  height: 90px;
}
@media screen and (min-width: 992px) {
  .nav-is-stuck #masthead {
    height: 90px;
  }
}
.nav-is-stuck #masthead {
  -webkit-animation: stickAnim 0.5s;
          animation: stickAnim 0.5s;
}
@-webkit-keyframes stickAnim {
  0% {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes stickAnim {
  0% {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.nav-is-stuck .logged-in #masthead {
  top: 32px;
}

.logged-in .burger {
  top: 62px;
}

#masthead {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 9999;
  position: relative;
}
#masthead input[type=search] {
  border: none;
}
@media screen and (min-width: 992px) {
  #masthead .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  #masthead .burger {
    display: none;
  }
  #masthead .main-navigation {
    display: block;
    height: auto;
    top: 0;
    width: auto;
    overflow-y: visible;
  }
  #masthead .main-navigation .toggle {
    display: none !important;
  }
  #masthead .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    padding: 0;
  }
  #masthead .main-navigation ul li {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #masthead .main-navigation ul li a {
    height: 35px;
    vertical-align: middle;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #masthead .main-navigation ul li ul.sub-menu {
    position: absolute;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
    min-width: 100%;
    visibility: hidden;
    display: none;
    z-index: 99999;
    padding: 0.5rem 0;
  }
  #masthead .main-navigation ul li ul.sub-menu li {
    display: block;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    line-height: 1em;
    padding: 0;
  }
  #masthead .main-navigation ul li ul.sub-menu li a {
    font-size: 0.9rem;
    height: auto;
    display: block;
    min-width: 200px;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: left;
    text-transform: none;
    padding: 5px 15px;
  }
  #masthead .main-navigation ul li:hover ul.sub-menu {
    visibility: visible;
    display: block;
    left: 0;
  }
  #masthead .main-navigation ul li:hover ul.sub-menu li:hover {
    background-color: transparent;
  }
}

@media screen and (max-width: 991px) {
  .openNav {
    overflow-y: hidden;
  }
  .openNav #masthead .main-navigation {
    height: calc(100vh - 90px);
  }
  .openNav #masthead .main-navigation ul ul li a {
    padding: 0 15px;
  }
  .openNav #masthead .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
/* SLIDER */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.tns-outer {
  position: relative;
}
.tns-outer button {
  position: absolute;
  padding: 0;
  top: 50%;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  border: none;
}
.tns-outer button:nth-child(1) {
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(img/arrow-left-orange.svg);
}
.tns-outer button:nth-last-child(1) {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(img/arrow-right-orange.svg);
}
.tns-outer button:disabled {
  opacity: 0.25;
}


/* ACTUS */
.actu {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #e5522c;
}
.actu .imgContainer {
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.actu .imgContainer::after {
  padding-top: 75%;
}
.actu .imgContainer:hover {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.actu h2,
.actu h3 {
  font-size: 1.3rem;
  padding: 5px 15px;
  background-color: #add5d2;
  font-family: "BG-EB";
  color: #0d4243;
  display: inline-block;
  line-height: 1em;
  max-width: 50%;
}
.actu .suite {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0d4243;
  font-size: 1.1rem;
  font-family: "BG-EB";
}
.actu .suite::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(img/arrow-right-orange.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.actu .suite:hover {
  text-decoration: underline;
}
.actu .suite:hover::after {
  margin-left: 15px;
}

/* SINGLE */
.single-post .site-main {
  padding-top: 60px;
}
.single-post .post-thumbail {
  margin-bottom: 15px;
}
.single-post .entry-title {
  text-align: left;
}

.single-formations .post-thumbail {
  height: 250px;
  margin-bottom: 15px;
  background-color: #0d4243;
}

/* ARCHIVE */
.archive .page-header {
  padding: 15px 0;
}

/* PAGE */
.entry-header .imgContainer {
  height: 300px;
}

.page-menu {
  padding: 15px 0;
  margin: 0;
  list-style: none;
  border-right: solid 1px #0d4243;
}
.page-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-menu a {
  display: block;
  text-decoration: none;
  color: #0d4243;
  padding: 3px 15px 3px 15px;
  margin-bottom: 5px;
}
.page-menu a:hover {
  background-color: #add5d2;
}
.page-menu .current_page_item a {
  background-color: #add5d2;
  font-weight: bold;
}
.page-menu .current_page_item li a {
  background-color: transparent;
}
.page-menu .current_page_item li a:hover {
  background-color: #add5d2;
}

h1 {
  text-align: center;
}

/* HOME */
#focusHome {
  padding: 0;
}
#focusHome .imgContainer::after {
  padding-top: 56%;
}
#focusHome .txtSlide {
  color: #0d4243;
  font-size: 1.2rem;
  font-family: "BG-EB";
  padding: 30px 0;
}
#focusHome .txtSlide a {
  text-decoration: none;
  color: #0d4243;
}
@media screen and (min-width: 992px) {
  #focusHome {
    height: 650px;
  }
  #focusHome .slide {
    height: 650px;
    position: relative;
  }
  #focusHome .imgContainer {
    position: absolute;
    width: 100%;
    height: 600px;
  }
  #focusHome .imgContainer img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #focusHome .imgContainer::after {
    content: none;
  }
  #focusHome .container {
    height: 100%;
    position: relative;
  }
  #focusHome .container .row,
  #focusHome .container .col50 {
    height: 600px;
  }
  #focusHome .container .col50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #focusHome .container #hexaJaune,
  #focusHome .container #hexaVertNew,
  #focusHome .container #hexaBeige {
    position: absolute;
    right: 0;
    width: 100%;
    height: 80%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #focusHome .container #hexaJaune {
    background-image: url(img/hexaJaune.svg);
  }
  #focusHome .container #hexaVertNew {
    background-image: url(img/hexaVertNew.svg);
  }
  #focusHome .container #hexaBeige {
    background-image: url(img/hexaBeige.svg);
  }
  #focusHome .container #hexaJaune {
    position: absolute;
    width: 100%;
    height: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(img/hexaJaune.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #focusHome .container .hexaVert,
  #focusHome .container .hexaVertNew {
    position: absolute;
    background-image: url(img/hexaVertNew.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.32;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  #focusHome .container .hexaVert {
    opacity: 0.32;
  }
  #focusHome .container #hexaBeige {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #focusHome .container #hexaVert2 {
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-30%, 10%);
            transform: translate(-30%, 10%);
  }
  #focusHome .container .txtSlide {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 400px;
    margin: auto;
    padding: 0;
    color: #ffedc4;
  }
  #focusHome .container .txtSlide a {
    color: #ffedc4;
  }
  #focusHome .container #colDroite:hover #hexaBeige {
    top: 25%;
    left: 17%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(0.2);
            transform: translate(-50%, -50%) scale(0.2);
    background-image: url(img/hexaOrangeStroke.svg);
    opacity: 0.75;
  }
  #focusHome .container #colDroite:hover #hexaVert2 {
    -webkit-transform: translate(-20%, 0%);
            transform: translate(-20%, 0%);
  }
}
#focusHome #colDroite {
  position: relative;
}

/* bandeau image */
#bandeauImage {
  min-height: 350px;
  padding: 90px;
}
#bandeauImage .txtBandeau {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#bandeauImage .txtBandeau span {
  font-size: 1.6rem;
  color: white;
  background-color: #0d4243;
  font-family: "BG-EB";
  padding: 5px 15px;
}
#bandeauImage .txtBandeau span p {
  margin: 0;
}

/* Chiffres clés */
.chiffreCle {
  text-align: center;
  background-image: url(img/hexaPastel.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.4rem 0.68rem;
  color: #0d4243;
}
.chiffreCle .chiffre {
  font-family: "zalando";
  font-size: 3rem;
  line-height: 1em;
  color: #e5522c;
  font-weight: 900;
  padding: 15px;
}
.chiffreCle .txt {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "BG-EB";
  line-height: 1.2em;
  color: #0d4243;
}

#chiffresCles {
  background-color: #ffedc4;
}
#chiffresCles .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#chiffresCles .col {
  width: 50%;
}
@media screen and (min-width: 768px) {
  #chiffresCles .chiffre {
    font-size: 3rem;
  }
  #chiffresCles .txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  #chiffresCles .col {
    width: 25%;
  }
  #chiffresCles .chiffre {
    font-size: 3rem;
  }
  #chiffresCles .txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #chiffresCles .chiffre {
    font-size: 2.5rem;
  }
  #chiffresCles .txt {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1600px) {
  #chiffresCles .chiffre {
    font-size: 3.5rem;
  }
  #chiffresCles .txt {
    font-size: 1.4rem;
  }
}

/* Formateurs */
#formateurs h2 {
  text-align: center;
  font-family: "zalando";
  font-weight: 900;
  color: #0d4243;
  text-transform: none;
}
#formateurs.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#formateurs .col33 {
  padding: 0 45px;
}
@media screen and (min-width: 680px) {
  #formateurs .col33 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #formateurs .col33 {
    width: 33.333%;
  }
}
#formateurs .slide,
#formateurs .formateur {
  color: #0d4243;
  text-align: center;
  position: relative;
}
#formateurs .slide::before,
#formateurs .formateur::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 30%;
  aspect-ratio: 1;
  background-image: url(img/hexaPastel.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 35%;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
  z-index: 2;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#formateurs .slide:after,
#formateurs .formateur:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 15%;
  aspect-ratio: 1;
  background-image: url(img/hexaOrange.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 35%;
  -webkit-transform: translate(-35%, -100%);
          transform: translate(-35%, -100%);
  z-index: 2;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}
#formateurs .slide .imgContainer,
#formateurs .formateur .imgContainer {
  aspect-ratio: 1;
  border-radius: 40%;
  overflow: hidden;
  margin-bottom: 10px;
}
#formateurs .slide .txtCollab a,
#formateurs .formateur .txtCollab a {
  color: #0d4243;
  text-decoration: none;
}
#formateurs .slide h3,
#formateurs .formateur h3 {
  font-family: "BG-EB";
  font-weight: 900;
  margin-bottom: 0;
}
#formateurs .slide h3:hover,
#formateurs .formateur h3:hover {
  background-color: #add5d2;
}
#formateurs .slide:hover::before,
#formateurs .formateur:hover::before {
  background-image: url(img/hexaVertStroke.svg);
  -webkit-transform: translate(-35%, -150%) rotate(45deg);
          transform: translate(-35%, -150%) rotate(45deg);
}
#formateurs .slide:hover::after,
#formateurs .formateur:hover::after {
  opacity: 50%;
  -webkit-transform: translate(-35%, -200%) rotate(45deg);
          transform: translate(-35%, -200%) rotate(45deg);
}

.collaborateur .col33 .imgContainer {
  aspect-ratio: 1;
  border-radius: 40%;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.collaborateur .col33 .imgContainer::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 30%;
  aspect-ratio: 1;
  background-image: url(img/hexaPastel.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 35%;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
  z-index: 2;
}

.single-collaborateur h1 {
  text-align: left;
}
.single-collaborateur h1,
.single-collaborateur h2,
.single-collaborateur h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.single-collaborateur aside .widget-title {
  padding: 0 15px;
}

.home #actualites h2 {
  font-family: "zalando";
  font-weight: 900;
  text-transform: none;
  font-size: 2rem;
}

/* FOOTER */
.site-footer {
  background-color: #0d4243;
  color: white;
}
.site-footer a,
.site-footer h2 {
  color: white;
}
.site-footer .widget_nav_menu a {
  text-decoration: none;
  display: block;
  padding: 3px 15px;
}
.site-footer .widget_nav_menu a:hover {
  background-color: #add5d2;
  color: black;
}
.site-footer .widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.site-footer .widget_nav_menu ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.site-footer .widget_nav_menu ul ul {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  font-size: 0.9rem;
  text-transform: none;
}

#pdp .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pdp a {
  color: #0d4243;
  text-decoration: none;
  margin-left: 5px;
}
#pdp a:hover {
  background-color: #fcea10;
}
#pdp .menu-menu-pied-de-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pdp #menu-pdp {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pdp #menu-pdp a::after {
  content: " - ";
}

/* FORMATIONS */
.menu-formations {
  margin-bottom: 30px;
  font-size: 1.14rem;
}
.menu-formations ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-formations ul div {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .menu-formations ul div {
    width: calc(50% - 8px);
  }
  .menu-formations ul div:nth-child(1) {
    margin-right: 15px;
  }
}
.menu-formations li {
  background-color: #0d4243;
  margin-bottom: 3px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.menu-formations li:hover > a {
  color: white;
}
.menu-formations li a {
  padding: 5px 15px 5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-decoration: none;
  line-height: 1em;
  min-height: 45px;
  position: relative;
}
.menu-formations li ul li {
  background-color: #ffedc4;
  margin-bottom: 0;
}
.menu-formations li ul li:hover > a {
  background-color: #add5d2;
}
.menu-formations li ul li:nth-last-child(1) {
  padding-bottom: 10px;
}
.menu-formations li ul li.niveau {
  font-weight: 700;
}
.menu-formations li ul li.niveau a {
  padding: 5px 30px;
}
.menu-formations li ul li a {
  color: black;
  min-height: 15px;
  padding: 5px 15px 5px 65px;
  display: block;
}
.menu-formations li ul li a::before {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: 45px;
  top: 10px;
  width: 10px;
  height: 10px;
  background-image: url(img/arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.menu-formations li ul li a:hover {
  color: black;
}
.menu-formations li ul li a:hover:before {
  left: 50px;
}
.menu-formations .sub-menu {
  display: none;
}
.menu-formations .current-menu-parent > .sub-menu {
  display: block;
}
.menu-formations .menu-item-has-children {
  position: relative;
}
.menu-formations .menu-item-has-children button {
  position: absolute;
  border: none;
  background-color: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 45px;
  cursor: pointer;
}
.menu-formations .menu-item-has-children button:before {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.menu-formations .menu-item-has-children button.down:before {
  background-image: url(img/arrow-right-white.svg);
}
.menu-formations .menu-item-has-children button.down:hover::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.menu-formations .current-menu-item {
  background-color: #add5d2;
}
.menu-formations .current-menu-item a {
  color: black;
}
.menu-formations .current-menu-item li a {
  color: black;
}
.menu-formations .niveau a::before {
  content: none;
}
.menu-formations .niveau a:hover {
  color: black;
  cursor: auto;
}
.menu-formations {
  /*
    &.twoCols {
      @media screen and (min-width: 768px) {
        columns: 2;
      }
    }
  */
}

.break {
  -webkit-column-break-after: column;
     -moz-column-break-after: column;
          break-after: column;
}

.pictosFormations {
  max-width: 620px;
  margin: 0 auto 30px;
}
.pictosFormations .wp-block-image {
  min-height: 115px;
}
.pictosFormations img {
  margin-bottom: 15px;
  height: 100px;
  width: auto;
}
.pictosFormations p {
  font-family: "BG-EB";
  text-transform: uppercase;
  color: #0d4243;
  font-size: 1.1rem;
  line-height: 1.1em;
}

/* SINGLE-FORMATIONS */
.niveau2 {
  font-size: 1.36rem;
  text-transform: uppercase;
}

aside .menu-formations {
  font-size: 1rem;
}
aside .menu-formations .niveau {
  font-size: 1rem;
  text-transform: none;
}

.single-formations .entry-content {
  margin: 0 0 30px 0;
}
.single-formations .titreCata {
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 0.5em;
  color: #0d4243;
  font-weight: bold;
  font-family: "zalando";
  color: #e5522c;
}
.single-formations h1 {
  text-transform: none;
  text-align: left;
  font-size: 2rem;
  font-family: "zalando";
  font-weight: 900;
  line-height: 1em;
}
.single-formations .detailsFormations {
  font-size: 0.9rem;
  font-weight: normal;
  padding: 0 15px;
}
.single-formations .detailsFormations .detailF {
  border-bottom: solid 4px #e5522c;
  margin-bottom: 45px;
}
.single-formations .detailsFormations .detailF p {
  margin-bottom: 0.5em;
}
.single-formations .detailsFormations img {
  height: auto;
  width: 2.5rem;
}
.single-formations .detailsFormations .capVert,
.single-formations .detailsFormations .pdfprnt-button-title {
  font-family: "BG-EB";
  color: #0d4243;
  text-transform: uppercase;
  line-height: 1.1em;
}
.single-formations .detailsFormations .nomIntervenant {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .single-formations .detailsFormations {
    border-left: solid 1px #707070;
  }
}

.bloc-contact {
  -webkit-filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15));
  margin: 60px 0;
  max-width: 600px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.bloc-contact > div {
  background-color: #b2d8d6;
  padding: 20px 80px 20px 120px;
  clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
}
.bloc-contact * {
  margin: 0;
  line-height: 1.1em;
}
.bloc-contact h2 {
  text-transform: none;
  font-family: "BG-EB";
  font-size: 1.3rem;
}
.bloc-contact a {
  color: black;
  text-decoration: none;
}
.bloc-contact a:hover {
  color: #0d4243;
}
.bloc-contact::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url(img/contact.svg);
  z-index: 2;
}
.bloc-contact p {
  font-size: 0.9rem;
}

.plusLoin {
  font-family: "zalando";
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: none;
  margin-bottom: 0.5em;
}

.single_related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  min-height: 2.9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0d4243;
  font-size: 1.36rem;
  color: white;
  padding: 5px 30px;
  line-height: 1em;
  margin-bottom: 3px;
}
.single_related:visited {
  color: white;
}
.single_related:hover {
  background-color: #add5d2;
  color: #0d4243;
}

.search-results h2 a {
  color: #0d4243;
  text-decoration: none;
}
.search-results h2 a:hover {
  background-color: #fcea10;
}

.pdfprnt-button {
  padding: 0;
}
.pdfprnt-button:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  background-image: url(img/pdf.svg);
  background-size: contain;
}

.pdfprnt-button-title {
  padding: 0;
}/*# sourceMappingURL=style.css.map */