/*!
Theme Name: b52
Author: Groupe Vertical
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: b52

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
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;
	margin:0 !important;
}

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;
	margin-left: 0;
  	padding-left: 20px;
}

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
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */

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

/*--------------------------------------------------------------
# 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;
	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: 'Graphik';
    src: url('css/fonts/Graphik-Medium.eot');
    src: url('css/fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Graphik-Medium.woff2') format('woff2'),
        url('css/fonts/Graphik-Medium.woff') format('woff'),
        url('css/fonts/Graphik-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('css/fonts/Graphik-Light.eot');
    src: url('css/fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Graphik-Light.woff2') format('woff2'),
        url('css/fonts/Graphik-Light.woff') format('woff'),
        url('css/fonts/Graphik-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}









/* GENERAL */

p{
	margin:0 0 10px;
}

a, a:focus{
	text-decoration:none;
	outline:none;
}

.container{
	padding-left:16px;
	padding-right:16px;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
}

.container.narrow{
	width:900px;
}

#breadcrumbs{
	text-transform:uppercase;
	font-size:13px;
	margin-bottom:10px;
}

.btn{
	display: flex;
	align-items: center;
	gap: 10px;
	padding:10px;
	background:#E9FF64;
	text-transform:uppercase;
	font-weight:700;
}

.btn:hover{
	background:#000;
	color:#fff;
}

.btn:hover svg path{
	fill:#fff;
}

.grecaptcha-badge { visibility: hidden; }




/* HEADER */

header.site-header{
	display:flex;
	justify-content:space-between;
	padding:25px 80px;
}

header .site-branding{
	display:flex;
	align-items:start;
}

header .subtitle{
	display:flex;
	margin:0px 15px 0 35px;
}

header .subtitle img{
	margin-right:10px;
	width:110px;
}

header .subtitle p{
	font-size:12px;
	line-height: normal;
	margin:0;
	font-family:Graphik;
}

header .main-navigation li {
	background: #E9FF64;
}

header .main-navigation li a {
	font-size:18px;
	color:#000;
	display:flex;
	padding:14px 20px;
	align-items:center;
}

header .main-navigation #primary-menu > li:last-of-type {
	background:#000;
	padding:0;
}

header .main-navigation #primary-menu > li:last-of-type a {
	color:#E8FF63;
}

header .main-navigation li.menu-item-has-children > a .arrow{
	display:inline-block;
	width:8px;
	height:8px;
	background-image:url(img/caret.png);
	background-repeat:no-repeat;
	margin-left:5px;
	transition:all .3s;
}

header .main-navigation .sub-menu{
	flex-direction:column;
}

header .main-navigation .sub-menu li{
	padding:0;
}

header .main-navigation .nav-menu > li > .sub-menu > li > a {
	padding:15px 24px;
	background:#6C8EFF;
	color:#fff;
}

header .main-navigation .sub-menu li.menu-item-has-children > a .arrow{
	background-image:url(img/caret-white.png);
	margin-left:15px;
}

header .main-navigation ul ul ul li a{
	padding:15px 24px;
	background:#fff;
	color:#000;
}


/* FOOTER */

footer.site-footer{
	padding:38px 80px;
	border-top:1px solid #000;
}

footer #footer-top{
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:16px;
}

footer #footer-bottom{
	text-align:center;
	font-size:14px;
	margin-top:40px;
}

footer .site-branding{
	display: flex;
	align-items: center;
}

footer .custom-logo-link{
	width:106px;
}

footer .subtitle{
	display:flex;
	margin-left:35px;
}

footer .subtitle img{
	margin-right:10px;
	width:100px;
}

footer .subtitle p{
	font-size:12px;
	line-height: normal;
	margin:0;
	font-family:Graphik;
}

footer .call{
	text-transform:uppercase;
	font-weight:700;
	display:flex;
	align-items:center;
	padding:10px 15px;
	background:#E9FF64;
	text-decoration:none;
}

footer .call svg{
	margin-right:10px;
}

footer .adresse{
	display:flex;
	align-items:start;
}

footer .adresse svg{
	margin-right:10px;
}

footer ul#footer-some{
	margin:0;
	padding-left:0;
	list-style-type:none;
	display:flex;
	gap:50px;
}

#scroll-top{
	position: fixed;
	bottom: 35px;
	right: 12px;
	z-index: 99999;
	transition:all .3s;
	opacity:0;
}
#scroll-top.show{
	opacity:1;
}
#scroll-top svg{
	width:47px;
	transition:all .2s;
}
#scroll-top a:hover svg{
	transform: scale(1.1);
}



/* ELEMENTOR */

.elementor-widget-button a{
	transition:none;
}

.elementor-align-icon-left{
	display:flex;
	align-items:center;
}

.elementor-button{
	transition:none !important;
}

.elementor-widget-text-editor h1{
	line-height:1em;
    margin-top:0;
    margin-bottom:0;
}

.text-animation p {
    animation: text-animation 10s linear infinite;
    position:absolute;
    white-space:nowrap;
}
@keyframes text-animation {
    0%   { transform: translate(100%, 0); }
    100% { transform: translate(-100%, 0); }
}

@keyframes slideInRight1 {
    0% {
		width:100%;
    }
    100% {
		width:0;
     }
}

@keyframes slideInRight2 {
    0% {
		transform:translateX(0);
    }
    100% {
		transform:translateX(100vw);
     }
}

.animationEaseInQuart {
    animation-duration:.5s !important;
    transition-timing-function:cubic-bezier(.9,.03,.93,.2) !important;
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,75px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

@keyframes fadeUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp.fadeUpSmall {
    animation-name: fadeUpSmall
}

.elementor-liste-slider{
	position:relative;
}

.elementor-liste-slider ul{
	padding-left:0;
	margin:0;
	list-style-type:none;
}

.elementor-liste-slider ul li{
	padding:12px 0;
	border-bottom:1px solid #000;
}

.elementor-liste-slider ul p,
.elementor-liste-slider ul h1,
.elementor-liste-slider ul h2,
.elementor-liste-slider ul h3,
.elementor-liste-slider ul h4{
	margin:8px 0 0;
}

.liste-tiret ul{
    margin:0;
    padding:0;
    list-style-type:none;
}

.liste-tiret ul li{
    display:flex;
    gap:5px
}

.liste-tiret ul li::before{
    content:'—';
}

.elementor-widget-image a {
	width: 100%;
}

.elementor-widget-image.voir-plus a,
.voir-plus a.elementor-post__thumbnail__link,
.single-post .nav-links .thumbnail{
	position: relative;
	overflow:hidden;
}

.elementor-widget-image.voir-plus a::after,
.voir-plus a.elementor-post__thumbnail__link::after,
.single-post .nav-links .thumbnail::after{
	content:'Voir';
	z-index: 2;
	position: absolute;
	top: calc(50% - 70px);
	left:calc(50% - 70px);
	color: #fff;
	background: #6c8eff;
	border-radius: 100px;
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	opacity:0;
	transform:translateY(10px);
	transition:all .3s;
}
.elementor-widget-image.voir-plus img,
.voir-plus a.elementor-post__thumbnail__link img,
.single-post .nav-links .thumbnail img{
	z-index: 1;
	transition:all .3s;
}

.elementor-widget-image.voir-plus a:hover img,
.voir-plus a.elementor-post__thumbnail__link:hover img,
.single-post .nav-links a:hover .thumbnail img{
	filter:brightness(70%);
}

.elementor-widget-image.voir-plus a:hover img,
.single-post .nav-links a:hover .thumbnail img{
	transform:scale(1.05);
}

.elementor-widget-image.voir-plus a:hover::after,
.voir-plus a.elementor-post__thumbnail__link:hover::after,
.single-post .nav-links a:hover .thumbnail::after{
	opacity:1;
	transform:translateY(0px);
}

.elementor-menu-interne nav a,
body.single-formation .menu-interne a{
	display:block;
}

.elementor-menu-interne nav a:hover span,
.elementor-menu-interne nav a.active span,
body.single-formation .menu-interne nav a:hover span,
body.single-formation .menu-interne nav a.active span{
	text-decoration:underline;
}

.menu-interne-container .elementor-widget-wrap,
body.single-formation .menu-interne{
	transition:all .3s !important;
}

.elementor-grid-masonry{
    max-width:100%;
}

.elementor-grid-masonry .block .titre{
    margin-top:0;
}

.elementor-edit-mode .elementor-grid-masonry .block.fadeInUp{
	animation-name:none !important;
}

.elementor-equipe .block{
	position: relative;
  	overflow: hidden;
}

.elementor-equipe .block .image{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .3s;
}

.elementor-equipe .block .overlay{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}

.elementor-equipe .block:hover .overlay{
	top: 0;
}

.elementor-equipe .block:hover .image{
	transform:scale(1.05);
}

.elementor-equipe .block .overlay::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.elementor-equipe .block .nom,
.elementor-equipe .block .fonction{
	z-index: 1;
  	position: relative;
	margin:0;
	text-align:center;
}



/* CAS CLIENTS (LISTE) */

.liste-references{
	position:relative;
	padding-left:0;
	padding-right:0;
}

.liste-references article{
	margin-bottom:30px;
	transition:all .2s;
}

.liste-references article .post-thumbnail a{
	position: relative;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.liste-references article .post-thumbnail a::before {
      float: left;
      padding-top: 100%;
      content: "";
    }
.liste-references article .post-thumbnail a::after {
      display: block;
      content: "";
      clear: both;
    }

.liste-references article .post-thumbnail img{
	width: 100%;
	height:100%;
	object-fit:cover;
	aspect-ratio: 1 / 1;
	transition: all .5s;
	position: absolute;
	z-index: 1;
}

.liste-references article .post-thumbnail a span{
	z-index: 2;
	position: relative;
	color: #fff;
	background: #6c8eff;
	border-radius: 140px;
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	opacity:0;
	transform:translateY(10px);
	transition:all .5s;
}

.liste-references article .post-thumbnail a:hover img{
	filter:brightness(60%);
}

.liste-references article .post-thumbnail a:hover span{
	opacity:1;
	transform:translateY(0px);
}

.liste-references article h2,
.liste-references article h3{
	margin:0 0 5px;
	font-size:20px;
}

.liste-references p.secteur{
	color:#6C8EFF;
	text-transform:uppercase;
	font-size:12px;
}

.page-template-template-cas-clients .entry-content{
	padding-bottom:75px;
}

.page-template-template-cas-clients .liste-references{
	margin-top:30px;
}

.page-template-template-cas-clients #temoignages{
	margin:100px 0;
}

.page-template-template-cas-clients #temoignages #slider-temoignages{
	padding: 30px 16px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.page-template-template-cas-clients #temoignages .temoignage{
	width:calc(100vw - 32px);
}

.page-template-template-cas-clients #temoignages .temoignage h3{
	margin:0 0 15px;
	color:#6C8EFF;
  	font-weight: 600;
	font-size:20px;
}

.page-template-template-cas-clients #temoignages .temoignage .contenu{
	position:relative;
	font-style:italic;
	font-weight:600;
	padding-left:40px;
}

.page-template-template-cas-clients #temoignages .temoignage .contenu::before{
	content: '”';
	position: absolute;
	top: -15px;
	left: -6px;
	color: #6C8EFF;
	font-size: 64px;
}

.page-template-template-cas-clients #temoignages .temoignage .contenu::after{
	content: '”';
}

.page-template-template-cas-clients #temoignages .arrows{
	display:flex;
	justify-content:space-between;
	margin-top:20px;
}

.page-template-template-cas-clients #temoignages .arrows .arrow{
	transition:all .3s;
}

.page-template-template-cas-clients #temoignages .arrows .arrow.slick-disabled{
	opacity:.3;
}


/* FORMATIONS */

.liste-formations{
	margin-top:50px;
	margin-bottom:75px;
}

.liste-formations article.formation{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	padding:25px;
	border:4px solid #E9FF64;
	margin-bottom:35px;
}

.liste-formations article.formation h3,
.liste-formations article.formation p{
	margin:0;
}

.liste-formations article.formation .niveau,
body.single-formation .niveau{
	display:inline-block;
	padding:2px 8px;
	border:1px solid #000;
}

.liste-formations article.formation .intro{
	font-weight:bold;
}

.liste-formations article.formation .lieux{
	display: flex;
	gap:10px;
	align-items: start;
  	flex-wrap: wrap;
}

.liste-formations article.formation .lieu{
	display: inline-block;
	padding: 5px 16px;
	border-radius: 20px;
	background: #6C8EFF;
	color: #fff;
}

.liste-formations article.formation .caracteristiques{
	margin-left:0;
	padding-left:0;
	border-top:1px solid #000;
	width:100%;
	list-style-type:none;
	margin-bottom:0;
}

.liste-formations article.formation .caracteristiques li{
	padding:10px 0;
	border-bottom:1px solid #000;
}

.liste-formations article.formation .caracteristiques li .label{
	font-size:12px;
}




/* FORMATION */

body.single-formation h1{
	margin-top:0;
	margin-bottom:30px;
}

body.single-formation h2{
	margin-top:0;
	margin-bottom:25px;
}

body.single-formation .niveau{
	margin-bottom:22px;
}

body.single-formation #intro{
	background-color:#6C8EFF;
	color:#fff;
	padding:50px 16px;
	margin-right:16px;
}

body.single-formation #intro .container{
	margin-left:0;
	margin-right:0;
}

body.single-formation #intro .lieux{
	margin-bottom:20px;
}

body.single-formation #intro .lieu{
	display: inline-block;
	padding: 5px 16px;
	border-radius: 20px;
	background: #fff;
	color: #000;
	margin-right: 12px;
}

body.single-formation .menu-interne{
	background:#000;
	margin-right:16px;
	padding:0;
}

body.single-formation .menu-interne a{
	color:#E9FF64;
	font-size:20px;
}

body.single-formation .menu-interne a.toggle-nav{
	color:#ffffff;
}

body.single-formation .menu-interne a svg path{
	fill:#E9FF64;
}

body.single-formation .menu-interne a.active{
	color:#fff;
}

body.single-formation .menu-interne a.active svg path{
	fill:#fff;
}

body.single-formation .ancre-menu-interne{
	margin-top:75px;
}

body.single-formation #competences,
body.single-formation #public,
body.single-formation #prerequis,
body.single-formation #tarif{
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

body.single-formation #competences h2,
body.single-formation #public h2,
body.single-formation #prerequis h2,
body.single-formation #programme h2,
body.single-formation #tarif h2{
	text-align:center;
}

body.single-formation #public{
	background-color: #E9FF64;
	padding:30px;
}

body.single-formation #prerequis{
	border:4px solid #6C8EFF;
	padding:30px;
}

body.single-formation #programme .duree{
	text-align:center;
	margin-top:0;
}

body.single-formation #tarif{
	text-align:center;
	border:4px solid #E9FF64;
	padding:30px;
}

body.single-formation #footer-form{
	margin-top:150px;
	margin-bottom:50px;
}




/* ARTICLE */

.single-post .nav-links{
	padding:50px 0;
	display:flex;
	justify-content:space-between;
}

.single-post .nav-links a{
	display: flex;
	flex-direction: column;
	gap:10px;
}

.single-post .nav-links .next a,
.single-post .nav-links .next a .meta-nav{
	text-align:right;
	justify-content: end;
}

.single-post .nav-links img{
	aspect-ratio: 1 / .42;
	object-fit:cover;
}

.single-post .nav-links img,
.single-post .nav-links span{
	width:100%;
}

.single-post .nav-links a .meta-nav{
	display: flex;
	align-items:center;
	gap:5px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.single-post .nav-links .prev a .meta-nav svg{
	transform:rotate(180deg);
}





/* RESPONSIVE */

@media screen and (min-width: 576px){
	
}

@media screen and (min-width: 768px){
	#sticky-right{
		position: fixed;
		bottom: 50%;
		right: 12px;
		display: flex;
		flex-direction: column;
		gap: 5px;
		z-index: 99999;
		transform:translateX(60px);
		transition:all .3s;
	}
	#sticky-right.show{
		transform:none;
	}
	#sticky-right img{
		width:47px;
		transition:all .2s;
	}
	#sticky-right a:hover img{
		transform: scale(1.1);
	}
	.liste-references{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.liste-references .ellipse{
		position: absolute;
		z-index: -1;
		left: -26px;
		top: 125px;
		width: 72vw;
		height: auto;
	}
	.liste-references article{
		margin-bottom:120px;
	}
	.liste-references article.small{
		width:23%;
	}
	.liste-references article.medium{
		width:32%;
	}
	.liste-references article.large{
		width:40%;
	}
	.liste-references article.row1.small{
		padding-top:15px;
	}
	.liste-references article.row1.large{
		padding-top:45px;
	}
	.liste-references article.row2.small{
		padding-top:30px;
	}
	.liste-references article.row2.medium{
		padding-top:70px;
	}
	.liste-references article h2,
	.liste-references article h3{
		font-size:20px;
	}
	.liste-references article .post-thumbnail{
		margin-bottom:5px;
	}
	.page-template-template-cas-clients #temoignages .temoignage{
		width:37vw;
		margin-right:5vw;
	}
	.elementor-liste-slider ul li:nth-child(even){
		padding-left:110px;
	}
	.elementor-liste-slider h3{
		font-size:24px !important;
	}
	.elementor-liste-slider .arrows{
		display:none;
	}
	.elementor-menu-interne .toggle-nav,
	body.single-formation .menu-interne .toggle-nav{
		display:none;
	}
	.elementor-menu-interne nav{
		display:inline-flex !important;
	}
	body.single-formation .menu-interne nav{
		display:flex !important;
	}
	.elementor-menu-interne nav,
	body.single-formation .menu-interne nav{
		justify-content:space-between;
	}
	elementor-menu-interne nav a,
	body.single-formation .menu-interne nav a{
		display: flex;
		align-items: center;
		gap: 5px;
	}
	.menu-interne-container .elementor-widget-wrap.sticky,
	body.single-formation .menu-interne.sticky{
		position:fixed;
		top:0;
		left:0;
		right:0;
		z-index:99;
	}
	.elementor-grid-masonry{
        display:flex;
        gap:50px;
    }
    .elementor-grid-masonry .col{
        width:50%;
    }
    .elementor-grid-masonry .col2{
        padding-top:95px;
    }
    .elementor-grid-masonry .hidden-desktop{
        display:none;
    }
	.single-post .nav-links img,
	.single-post .nav-links span{
		width:300px;
	}
	body.single-formation #intro,
	body.single-formation .menu-interne{
		margin-right:72px;
	}
	body.single-formation .menu-interne{
		padding:20px;
	}
	body.single-formation .menu-interne.sticky{
		width: 100%;
		margin: 0;
  	}
	.liste-formations{
		display:grid;
		justify-content:space-between;
		grid-template-columns: repeat(auto-fill, calc((100% - 25px) / 2));
		align-items:start;
	}
}

@media screen and (min-width: 1025px){
	.container{
		width:calc(100vw - 124px);
		padding-left:10px;
		padding-right:10px;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
	.main-navigation ul ul {
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
		transition: transform .2s .2s, opacity .2s .2s;
		opacity: 0;
	}
	ul#primary-menu > li > ul {
		transform: translateY(25px);
	}
	ul#primary-menu > li > ul > li > ul {
		transform: translateX(25px);
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	header.site-header{
		margin-bottom:60px;
	}
	header .main-navigation li {
		padding: 0 10px;
	}
	header .main-navigation .nav-menu > li.menu-item-has-children:hover > a .arrow{
		transform:rotate(180deg);
	}
	ul#primary-menu > li > a:hover {
		opacity:.7;
	}
	.main-navigation ul ul a {
		width: 275px;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		display: block;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0;
		transform: none !important;
    	opacity: 1 !important;
	}
	header .main-navigation #primary-menu > li:last-of-type {
		margin-left:15px;
	}
	header .main-navigation .nav-menu > li > .sub-menu > li > a {
		border-top:1px solid #6C8EFF;
		border-bottom:1px solid #fff;
	}
	header .main-navigation .nav-menu > li > .sub-menu > li:hover > a {
		background:#000;
		border-top:1px solid #000;
	}
	header .main-navigation ul ul ul li a{
		border-top:1px solid #6C8EFF;
		border-left:1px solid #6C8EFF;
		border-right:1px solid #6C8EFF;
		transition:all .3s;
	}
	header .main-navigation ul ul ul li a:hover{
		padding-left:34px;
	}
	header .main-navigation ul ul ul > li:last-of-type a{
		border-bottom:1px solid #6C8EFF;
	}
	.liste-references .ellipse{
		left: -86px;
	}
	.liste-references article .post-thumbnail{
		margin-bottom:15px;
	}
	.page-template-template-cas-clients #temoignages #slider-temoignages{
		padding-left: 78px;
		padding-right:0;
	}
	.page-template-template-cas-clients #temoignages #slider-temoignages h3{
		font-size: 24px;
	}
	.single-post .nav-links img,
	.single-post .nav-links span{
		width:400px;
	}
	body.single-formation #intro{
		padding:50px 16px;
		padding-left:calc((100vw - 900px) / 2);
	}
	.liste-formations{
		grid-template-columns: repeat(auto-fill, calc((100% - 50px) / 3));
	}
}

@media screen and (min-width: 1300px){
    .single-post .nav-links img,
	.single-post .nav-links span{
		width:500px;
	}
}

@media screen and (min-width: 1440px){
	.container.narrow{
		width:1100px;
	}
	.liste-references article .post-thumbnail{
		margin-bottom:20px;
	}
	.liste-references article h2,
    .liste-references article h3{
		font-size:24px;
	}
	.liste-references article.row1.small{
		padding-top:30px;
	}
	.liste-references article.row1.large{
		padding-top:90px;
	}
	body.single-formation #intro{
		padding-left:calc((100vw - 1100px) / 2);
	}
	body.single-formation .menu-interne{
		padding:20px 75px;
	}
	body.single-formation .menu-interne a{
		font-size:24px;
	}
	.liste-formations article.formation{
		padding:40px;
	}
}

@media screen and (min-width:1920px){
	.container{
		width:calc(100vw - 140px);
	}
	.container.narrow{
		width:1300px;
	}
	header .main-navigation #primary-menu > li {
		padding: 0 10px 0 80px;
	}
	header .main-navigation #primary-menu > li:first-child {
		padding: 0 10px;
	}
	header .main-navigation #primary-menu > li:hover > ul,
	header .main-navigation #primary-menu > li.focus > ul {
		left: 80px;
	}
	header .main-navigation #primary-menu > li:first-child:hover > ul,
	header .main-navigation #primary-menu > li:first-child:focus > ul {
		left:0;
	}
	.liste-references article .post-thumbnail {
		margin-bottom: 30px;
	}
	.liste-references article h2,
	.liste-references article h3{
		font-size:28px;
	}
	.page-template-template-cas-clients #temoignages #slider-temoignages{
		padding-left: 86px;
	}
	.page-template-template-cas-clients #temoignages #slider-temoignages h3{
		font-size: 28px;
	}
	.elementor-liste-slider h3{
		font-size:28px !important;
	}
	body.single-formation #intro{
		padding-left:calc((100vw - 1300px) / 2);
		margin-right:80px;
	}
	body.single-formation .menu-interne{
    	margin-right: 80px;
  	}
}

@media screen and (max-width:1919px){
	
}



@media screen and (max-width: 1439px){
    header.site-header{
		padding:25px 2%;
	}
	header .custom-logo{
		width:100px;
	}
	header .subtitle img {
		width: 80px;
	  }
	footer.site-footer{
		padding:38px 2%;
	}
}



@media screen and (max-width: 1299px){
   header .main-navigation li a {
		font-size: 14px;
		padding: 10px 10px;
	}
} 



@media screen and (max-width: 1024px){
	.menu-toggle,
	.main-navigation.toggled ul.nav-menu {
		transform: none !important;
	}
	#masthead .site-branding{
		z-index:1000;
		position:relative;
	}
	#masthead .menu-toggle {
		background: #E9FF64;
		padding:10px;
		border:0;
		width:46px;
		height:46px;
		display:flex;
		flex-direction:column;
		justify-content: center;
		border-radius: 0;
		z-index: 1000;
		position: relative;
	}
	#masthead .menu-toggle .bar {
		display: block;
		width:100%;
		background: #000;
		height: 2px;
		margin-bottom: 6px;
		transition: all .3s;
	}
	#masthead .menu-toggle .bar:last-of-type {
		margin-bottom: 0;
	}
	#masthead .menu-toggle[aria-expanded="true"] .bar:nth-child(1) {
		transform: translateY(8px) rotate(135deg);
	}
	#masthead .menu-toggle[aria-expanded="true"] .bar:nth-child(3) {
		transform: translateY(-8px) rotate(-135deg);
	}
	#masthead .menu-toggle[aria-expanded="true"] .bar:nth-child(2) {
		transform: scale(0);
	}
	#masthead #primary-menu{
		position:absolute;
		left:0;
		right:0;
		top:0;
		bottom:0;
		z-index:999;
		height: 100vh;
		background: #fff;
		padding-top: 80px;
		transform: translateX(-110vw);
		transition: all .8s cubic-bezier(1,0,0,1), padding .3s;
	}
	.main-navigation ul ul{
		display:none;
	}
	header .main-navigation li {
		border-bottom:1px solid #fff;
	}
	header .main-navigation li a {
		justify-content:space-between;
		padding: 15px 0 15px 15px;
	}
	header .main-navigation li.menu-item-has-children > a .arrow {
		padding: 20px 30px;
		background-position: center;
		position:absolute;
		right:0;
		cursor:pointer;
	}
	header .main-navigation .nav-menu > li > .sub-menu > li > a {
		padding: 15px 0 15px 30px;
	}
	header .main-navigation .nav-menu > li > .sub-menu > li > a {
		padding: 15px 0 15px 30px;
	}
	header .main-navigation ul ul > li:last-child {
		border-bottom:0;
	}
	header .main-navigation ul ul ul li {
		border-bottom:1px solid #6C8EFF;
	}
	header .main-navigation ul ul ul > li:last-child {
		border-bottom:0;
	}
	header .main-navigation ul ul ul li a {
		padding: 15px 0 15px 45px;
	}
	header .main-navigation .sub-menu li.menu-item-has-children > a .arrow{
		transform:rotate(90deg);
	}
	footer #footer-top{
		flex-direction:column;
		gap:36px;
	}
	.page-template-template-cas-clients .liste-references{
		padding-left:16px;
		padding-right:16px;
	}
	body.single-formation .menu-interne{
		margin-left:16px;
	}
	body.single-formation .menu-interne nav a{
		font-size: 16px;
	}
	body.single-formation #programme .content{
		margin-left: -16px;
		margin-right: -16px;
	}
}



@media screen and (max-width: 767px){
	header.site-header {
		padding: 16px;
	}
	footer.site-footer{
		padding:28px 16px;
	}
	footer #footer-top{
		gap:28px;
	}
	#sticky-right{
		display:none;
	}
	.liste-references .ellipse{
		display:none;
	}
	.liste-references article{
		margin-bottom:50px;
	}
	.liste-references article .post-thumbnail{
		margin-bottom:15px;
	}
	.elementor-liste-slider ul li{
		width:100%;
	}
	.elementor-liste-slider h3{
		font-size:20px !important;
	}
	.elementor-liste-slider .arrows{
		display:none;
	}
	.elementor-liste-slider .arrows{
		display:flex;
		justify-content:space-between;
		margin-top:20px;
	}
	.elementor-liste-slider .arrows .arrow{
		transition:all .3s;
	}
	.elementor-liste-slider .arrows .arrow.slick-disabled{
		opacity:.3;
	}
	.elementor-menu-interne .toggle-nav,
	body.single-formation .menu-interne .toggle-nav{
		display: flex;
		gap: 10px;
		justify-content: center;
		align-items: center;
		padding:10px 10px 15px;
	}
	.elementor-menu-interne .toggle-nav svg,
	body.single-formation .menu-interne .toggle-nav svg{
		transition:all .3s;
	}
	.elementor-menu-interne.show .toggle-nav svg,
	body.single-formation .menu-interne.show .toggle-nav svg{
		transform:rotate(180deg);
	}
	.elementor-menu-interne nav,
	body.single-formation .menu-interne nav{
		display:none;
		padding: 20px 10px 10px;
		border-top: 1px solid rgb(255, 255, 255);
	}
	.elementor-menu-interne nav a,
	body.single-formation .menu-interne nav a {
		padding: 12px 15px;
	}
	.elementor-menu-interne nav a svg,
	body.single-formation .menu-interne nav a svg {
		display:none;
	}
	.elementor-grid-masonry .col2{
        display:none;
    }
	.single-post .nav-links{
		gap:25px;
	}
	body.single-formation h2{
		margin-bottom: 15px;
	}
	body.single-formation #intro {
		padding: 50px 0;
	}
	body.single-formation .menu-interne{
		margin-left:16px;
	}
	body.single-formation .menu-interne nav a{
		font-size: 20px;
		text-align:center;
	}
	body.single-formation .ancre-menu-interne{
  		margin-top: 40px;
	}
	body.single-formation #public,
	body.single-formation #prerequis,
	body.single-formation #tarif{
		padding:16px;
	}
	body.single-formation #footer-form{
		margin-top: 75px;
	}
}


@media screen and (max-width: 767px) and (min-width:501px){
    header .custom-logo{
		width:86px;
	}
	.liste-references article .text{
		flex-grow:1;
	}
	.liste-references article.small,
	.liste-references article.medium{
		display:flex;
		gap:25px;
	}
	.liste-references article.medium{
		flex-direction:row-reverse;
	}
	.liste-references article.small .post-thumbnail{
		flex:0 0 40%;
		margin-bottom:0;
	}
	.liste-references article.medium .post-thumbnail{
		flex:0 0 58%;
		margin-bottom:0;
	}
	.liste-references article.small .text,
	.liste-references article.medium .text{
		padding-top:15px;
	}
}


@media screen and (max-width: 575px){
    header .custom-logo{
		width:86px;
	}
	.single-post .nav-links{
		flex-direction:column;
		gap:50px;
	}
}

@media screen and (max-width: 500px){
    header .subtitle {
		display: none;
	}
}