/*!
Theme Name: theme novasys
Theme URI: http://underscores.me/
Author: popcorn communication
Author URI: http://www.popcorn-communication.com
Description: Thème de base Popcorn Communication
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: theme-novasys
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.

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

/* Base content
	 ========================================================================== */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    text-decoration: none;
    transition: 0.3s;
    color: var(--bleu-novasys);
}
a:hover {
    transition: 0.3s;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: 0.5em;
    vertical-align: top;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template,
[hidden] {
    display: none;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--gris-novasys);
    font-family: var(--font-one), 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;
    color: var(--noir-novasys);
}
p {
    margin-bottom: 1.5em;
}
h2 {
    color: black;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.57;
}
.dark-mode h2 {
    color: var(--blanc-novasys);
}
h3 {
    color: var(--gris-novasys);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.83;
}
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%;
}
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;
}
ul li {
    margin-bottom: 4px;
}
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;
}
embed,
iframe,
object {
    max-width: 100%;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
a:hover,
a:focus,
a:active {
    filter: brightness(0.85);
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
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%;
}
.main-navigation {
    display: block;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}
.sticky {
    display: block;
}
.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;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.custom-logo-link {
    display: inline-block;
}
.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;
}
.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;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.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;
}
#primary[tabindex="-1"]:focus {
    outline: 0;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
/* début style Popcorn ------------------------------------------------------------------------------------------ */
/* ------------------------------------------- polices */
/* Montserrat Variable Font - Regular */
@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900; /* Variable font axis for weight */
    font-style: normal;
    font-display: swap;
}
/* Montserrat Variable Font - Italic */
@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900; /* Variable font axis for weight */
    font-style: italic;
    font-display: swap;
}
/* Lora - Regular */
@font-face {
    font-family: "Lora";
    src: url("fonts/Lora-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
/* Lora - Italic */
@font-face {
    font-family: "Lora";
    src: url("fonts/Lora-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
/* ------------------------------------------ variables */
:root {
    --font-one: "Montserrat", sans-serif;
    --font-two: "Lora", serif;
    --gris-novasys: #7b7c7c;
    --bleu-novasys: #16a3da;
    --rouge-novasys: #a15600;
    --noir-novasys: #101418;
    --blanc-novasys: #f8f9fa;
}

/* -------------------------------- animation appearence */
/* ajouter classe reveal-2 par ex */
[class*="reveal-"] {
    opacity: 0;
    transform: translateY(-30px);
}
.reveal-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: 1s;
}
.reveal-2 {
    transition-delay: 0.2s;
}
.reveal-3 {
    transition-delay: 0.4s;
}
.reveal-4 {
    transition-delay: 0.6s;
}
.reveal-5 {
    transition-delay: 0.8s;
}
.reveal-6 {
    transition-delay: 0.9s;
}
.reveal-7 {
    transition-delay: 1s;
}

/* --------------------------------------------------- header */
body.logged-in header.site-header {
    top: 32px;
}
.container {
    width: 1196px;
    max-width: 90%;
    margin: auto;
}
header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: white;
    width: 100%;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
}
body.dark-mode header {
    background-color: var(--noir-novasys);
    transition: 0.3s;
}
header.site-header .header_menu {
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
}
header.site-header .header_menu .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 92%;
    max-width: 1336px;
}
header.site-header .header_menu .container .lien_logo {
    margin-top: 7px;
}
header.site-header .main-navigation {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-end;
}
header.site-header .main-navigation .menu-menu-principal-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
header.site-header .main-navigation li {
    margin-bottom: 0;
}
header.site-header .main-navigation #primary-menu > li {
    margin-right: 33px;
    padding-bottom: 17px;
}
header.site-header .main-navigation #primary-menu > li.current-menu-item > a,
header.site-header .main-navigation #primary-menu > li.open > a,
header.site-header .main-navigation #primary-menu > li.current-menu-ancestor > a,
.post-template-default.single header.site-header .main-navigation #primary-menu > li:nth-last-of-type(2) > a {
    color: var(--bleu-novasys);
}
header.site-header .main-navigation li a {
    line-height: 1;
    text-transform: uppercase;
    color: var(--gris-novasys);
    font-size: 14px;
    font-weight: 600;
}
.dark-mode header.site-header .main-navigation li a {
    color: var(--blanc-novasys);
}
header .widget-logo {
    display: flex;
    align-items: center;
}
header.site-header .main-navigation #primary-menu > li > ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
    padding: 37px 0 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: -1;
    justify-content: center;
    gap: 80px;
}
.dark-mode .site-header .main-navigation #primary-menu > li > ul.sub-menu {
    background: var(--noir-novasys);
}
header.site-header #primary-menu > li.open ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
header.site-header #primary-menu > li > ul.sub-menu li li {
    list-style-type: disc;
    color: black;
}
.dark-mode .site-header #primary-menu > li > ul.sub-menu li li {
    color: var(--blanc-novasys);
}
header.site-header #primary-menu > li > ul.sub-menu li a {
    text-transform: none;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 6px;
    color: black;
    line-height: 162%;
    font-family: var(--font-two);
    font-weight: 400;
}
.dark-mode .site-header #primary-menu > li > ul.sub-menu li a {
    color: var(--blanc-novasys);
}
header.site-header .main-navigation ul.sub-menu li:nth-of-type(1) a {
    margin-top: 0;
}
header.site-header #primary-menu .sub-menu li.menu-item-has-children {
    display: flex;
    flex-direction: column;
}
header.site-header #primary-menu .sub-menu li.current_page_item > a {
    color: var(--bleu-novasys) !important;
}
header.site-header .main-navigation #primary-menu > li > ul.sub-menu > li > a {
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--font-one);
}
header.site-header .main-navigation #primary-menu > li:nth-last-of-type(1) > ul.sub-menu > li {
    width: 248px;
    text-align: center;
}
header.site-header #primary-menu .sub-menu .sub-menu {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
header.site-header #primary-menu .sub-menu a:hover {
    transform: scale(1.04);
}
/* Dark Mode Toggle */
.dark-mode-toggle {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, transparent 0%, var(--gris-novasys, #7b7c7c) 100%);
    padding: 7px 10px 7px 32px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 9;
    transition: background 0.3s ease;
}
.dark-mode .dark-mode-toggle {
    background: linear-gradient(90deg, transparent 0%, var(--gris-novasys, #7b7c7c) 100%);
}
.dark-mode-toggle span {
    color: var(--noir-novasys);
    font-size: 8px;
    font-weight: 600;
    line-height: 100%;
}
.dark-mode .dark-mode-toggle span {
    color: var(--blanc-novasys);
}
.toggle-switch {
    position: relative;
    width: 41px;
    height: 16px;
    background: var(--noir-novasys);
    border-radius: 50px;
    transition: background 0.3s ease;
    cursor: pointer;
}
.toggle-switch.active {
    background: var(--blanc-novasys);
}
.toggle-circle {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 14px;
    height: 14px;
    background: var(--blanc-novasys);
    border-radius: 50%;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toggle-switch.active .toggle-circle {
    transform: translateX(25px);
    background: var(--noir-novasys);
}
.sun-icon {
    color: #fdb813;
}
.moon-icon {
    color: #4a5568;
    display: none;
}
body.dark-mode {
    background-color: var(--noir-novasys);
    color: #ffffff;
}
.toggle-text {
    position: absolute;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.toggle-text.off {
    right: 6px;
    top: 50%;
    transform: translateY(calc(-50% + 0.5px));
    color: var(--blanc-novasys);
    opacity: 1;
}
.toggle-text.on {
    left: 6px;
    top: 50%;
    transform: translateY(calc(-50% + 0.5px));
    color: var(--noir-novasys);
    opacity: 0;
}
.toggle-switch.active .toggle-text.off {
    opacity: 0;
}
.toggle-switch.active .toggle-text.on {
    opacity: 1;
    color: var(--noir-novasys);
}
.toggle-circle .icon {
    width: 8px;
    height: 8px;
}
.toggle-circle .sun-icon {
    display: block;
}
.toggle-circle .moon-icon {
    display: none;
}
.toggle-switch.active .toggle-circle .sun-icon {
    display: none;
}
.toggle-switch.active .toggle-circle .moon-icon {
    display: block;
}
/* Toggle logos based on body .dark-mode */
.logo--dark {
    display: none;
}
.logo--light {
    display: inline-block;
}
body.dark-mode .logo--light {
    display: none;
}
body.dark-mode .logo--dark {
    display: inline-block;
}
/* -------------------------- menu responsive */
#menuToggle {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 12px;
}
#menuToggle > input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}
#menuToggle > span {
    display: block;
    background: var(--noir-novasys);
    width: 26px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 6px 0px;
    -webkit-transition:
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        opacity 0.55s ease,
        -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition:
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        opacity 0.55s ease,
        -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition:
        transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        opacity 0.55s ease;
    transition:
        transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        opacity 0.55s ease,
        -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.dark-mode #menuToggle > span {
    background: var(--blanc-novasys);
}
#menuToggle > span:first-child {
    transform-origin: 0% 0%;
}
#menuToggle > span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
#menuToggle #menu {
    position: absolute;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition:
        transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    right: -4vw;
    background-color: var(--blanc-novasys);
    height: 100vh;
    margin: 0;
    top: -44px;
    z-index: 10;
    padding: 0 0 30px;
    width: 100vw;
}
.dark-mode #menuToggle #menu {
    background-color: var(--noir-novasys);
}
#menuToggle #menu .menu-menu-principal-container {
    overflow-x: visible;
    overflow-y: scroll;
    margin: 40px auto 35px;
}
#menuToggle.visible #menu {
    transform: translate(0, 0);
    overflow: scroll;
}
#menuToggle #close_btn {
    background-image: url(img/exit.svg);
    width: 35px;
    height: 35px;
    position: absolute;
    right: 70px;
    top: 49px;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(calc(100% + 9px), -50%);
    cursor: pointer;
}
.dark-mode #menuToggle #close_btn {
    background-image: url(img/exit_black.svg);
}
#menuToggle #menu > a.lien_logo {
    margin: 0;
    display: inline-block;
    margin-left: 25px;
    margin-top: 16px;
}
#menuToggle #menu > a.lien_logo.logo--dark,
.dark-mode #menuToggle #menu > a.lien_logo.logo--light {
    display: none;
}
.dark-mode #menuToggle #menu > a.lien_logo.logo--dark {
    display: inline-block;
}
header.site-header .bloc-1 {
    margin: 5.65vh auto;
    text-align: center;
}
#menuToggle #menu > a {
    margin-bottom: 23.43vh;
    display: inline-block;
    z-index: 9;
    position: relative;
}
#menuToggle #menu #primary-menu {
    margin: 0;
    padding: 0;
    z-index: 9;
    position: relative;
}
#menuToggle #menu #primary-menu li {
    list-style-type: none;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-top: 1px solid var(--bleu-novasys);
    border-bottom: 1px solid var(--bleu-novasys);
    width: 100%;
    padding: 0 0 0 25px;
}
#menuToggle #menu #primary-menu li a {
    color: var(--bleu-novasys);
    font-size: 15px;
    text-transform: uppercase;
    line-height: 21px;
    padding: 10px 0;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    padding-right: 25px;
}
#menuToggle #menu #primary-menu li .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    width: 100%;
}
#menuToggle #menu #primary-menu li.menu-item-has-children.open .sub-menu {
    max-height: none;
    margin: 10px 0;
    padding: 0;
}
#menuToggle #menu #primary-menu li .sub-menu a {
    font-weight: 500;
    font-family: var(--font-one);
}
#menuToggle #menu #primary-menu li .sub-menu li:nth-of-type(1) {
    margin-top: 12px;
}
#menuToggle #menu #primary-menu li .sub-menu li:nth-last-of-type(1) {
    border-bottom: none;
}
#menuToggle #menu #primary-menu li.visible .sub-menu {
    max-height: 500px;
    transition: 0.3s;
}
#menuToggle #menu #primary-menu ul {
    margin: 0;
    padding-left: 20px;
}
#menuToggle #menu #primary-menu li.menu-item-has-children {
    position: relative;
}
/* #menuToggle #menu #primary-menu li.menu-item-has-children::after {
    content: "";
    height: 10px;
    width: 15px;
    background-image: url(img/arrow_bottom.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 32px;
    top: 17px;
    transform: rotate(-90deg);
    transition: 0.3s;
} */
#menuToggle #menu #primary-menu li.menu-item-has-children.open {
    padding: 0 0 0 25px;
    margin: 0;
}
#menuToggle #menu #primary-menu li.menu-item-has-children.open::after {
    transform: rotate(0deg);
    transition: 0.3s;
}
#menuToggle #menu #primary-menu li.menu-item-has-children.open > .sub-menu {
    max-height: none;
}
#menuToggle #primary-menu li.open > ul.sub-menu {
    padding: 20px 0 25px;
}
body.menu_open {
    overflow: hidden;
}
@media only screen and (min-width: 1100px) {
    #menuToggle {
        display: none;
    }
}
@media only screen and (max-width: 1100px) {
    header.site-header .main-navigation {
        display: none;
    }
}

/* page d'acceuil ---------------------------------------------- */
.home section.top {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.logged-in.home section.top {
    height: calc(100vh - 32px);
}
.logged-in #menuToggle #menu {
    height: calc(100vh - 46px);
}
.home section.top h1 {
    color: white;
    font-size: 53px;
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: -0.265px;
    text-transform: uppercase;
    margin: 0 0 28px;
}
.home section.top h1 strong {
    font-weight: 500;
    color: var(--noir-novasys);
}
.home section.top h1 em {
    font-style: normal;
    color: var(--bleu-novasys);
}
.home section.top h2 {
    color: var(--bleu-novasys);
    font-size: 25px;
    font-weight: 400;
    line-height: 144%;
    margin: 0 0 16px;
}
.home section.top .bloc_one p {
    max-width: 456px;
}
.home section.top .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.home section.top .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(232deg, #16a3da 10.92%, #171717 86.51%);
    /* mix-blend-mode: multiply; */
    pointer-events: none;
    z-index: 2;
    opacity: 0.87;
}
.home section.top #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.home section.top .container {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    padding-top: 152px;
    color: white;
    pointer-events: none;
    height: 100%;
    justify-content: center;
    padding-bottom: 150px;
}
.home section.top .container a,
.home section.top .container button,
.home section.top .container input,
.home section.top .container textarea {
    pointer-events: auto;
}
.home section.top .container .bloc_one a {
    color: #fafafa;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.08px;
    display: inline-block;
    padding: 14px 25px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 18px;
}
.home section.top .container .bloc_one a:hover {
    background-color: rgba(0, 0, 0, 1);
}
.home section.top .bloc_two {
    position: absolute;
    bottom: 16.5vh;
    right: 0;
    z-index: 4;
    width: 38.7%;
}
.home section.top .bloc_two p {
    margin: 0;
}
.home section.top .bloc_two p strong {
    font-weight: 600;
}
.home section.top .bloc_two a {
    margin-top: 26px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: var(--bleu-novasys);
}
.home section.top .bloc_two a::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 8.5px;
    height: 8.5px;
    background-image: url(img/fleche.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s;
}
.home section.top .bloc_two a:hover::after {
    transform: translateX(6px);
    transition: transform 0.3s;
}
/* Bouton Scroll */
.home section.top .scroll-button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 95px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    background: transparent;
}
.home section.top .scroll-button:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-50%) translateY(-5px);
}
.home section.top .scroll-text {
    color: #fff;
    font-family: Lora, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}
.home section.top .scroll-arrow {
    width: 20px;
    height: 13px;
    animation: bounce 2s infinite;
}
/* Animation de rebond pour la flèche */
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(-2.5px);
    }
}
section.engagement .container {
    display: flex;
    width: 1050px;
    padding: 109px 0 102px;
    position: relative;
    justify-content: flex-end;
}
section.engagement .left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 10.6%;
}
section.engagement .left svg path:nth-last-of-type(1) {
    fill: var(--noir-novasys);
}
.dark-mode section.engagement .left svg path:nth-last-of-type(1) {
    fill: var(--blanc-novasys);
}
section.engagement .left h2 {
    color: var(--bleu-novasys);
    text-align: right;
}
section.engagement .middle {
    margin-right: 10.6%;
}
.listing_style ul {
    list-style-type: none;
    padding-left: 54px;
    margin: 0;
    gap: 53px;
    display: flex;
    flex-direction: column;
}
.listing_style ul li {
    color: var(--noir-novasys);
    font-size: 18px;
    font-weight: 700;
    position: relative;
    line-height: 120%;
    max-width: 350px;
}
.dark-mode .listing_style ul li {
    color: var(--blanc-novasys);
}
.listing_style ul li strong {
    font-weight: 700;
    color: var(--bleu-novasys);
}
.listing_style ul li::before {
    content: "";
    width: 31px;
    height: 31px;
    background-image: url(img/list.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 23px;
    vertical-align: middle;
    position: absolute;
    left: -54px;
    top: 50%;
    transform: translateY(-50%);
}
.espacement {
    height: 134px;
    background-image: url(img/espacement.svg);
    background-size: auto;
    background-repeat: repeat;
}
section.expertise {
    overflow-x: hidden;
    position: relative;
}
.expertise-section {
    overflow: visible;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.expertise-section h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 60px;
    color: var(--noir-novasys);
}
.expertise-section .slider-container {
    position: relative;
    padding: 40px 0 80px;
}
.expertise-section .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    gap: 30px;
}
.expertise-section .expertise-card {
    flex: 0 0 calc(33.333% - 30px);
    min-width: calc(33.333% - 30px);
    height: 287px;
    background: #fafafa;
    border: 1px solid var(--gris-novasys);
    border-radius: 7px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dark-mode .expertise-card {
    background: var(--noir-novasys);
}
#sliderWrapper {
    transition: transform 0.3s ease-out;
    cursor: grab;
}
#sliderWrapper.dragging {
    cursor: grabbing;
    transition: none;
}
.expertise-card {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.expertise-section .expertise-card.active {
    border-color: #00bcd4;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(39px);
}
.expertise-section .expertise-card h3 {
    font-size: 1.3rem;
    margin: 8px 0 0 0;
    color: #333;
    transition: color 0.3s ease;
}
.dark-mode .expertise-section .expertise-card h3 {
    color: var(--blanc-novasys);
}
.expertise-section .expertise-card.active h3 {
    color: #00bcd4;
}
.expertise-section .expertise-card p {
    color: var(--gris-novasys);
    font-size: 18px;
    line-height: 1.6;
    margin: 20px 0 21px;
    font-family: var(--font-two);
}
.expertise-section .expertise-link {
    display: inline-flex;
    align-items: center;
    color: #00bcd4;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0;
    max-height: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    color: var(--noir-novasys);
    margin: 0;
    transition: max-height 0.5s ease;
}
.dark-mode .expertise-section .expertise-link {
    color: var(--blanc-novasys);
}
.expertise-section .expertise-card:hover .expertise-link,
.expertise-section .expertise-card.active .expertise-link {
    opacity: 1;
    max-height: 40px;
    pointer-events: auto;
    transition: max-height 0.5s ease;
}
.expertise-section .expertise-link::after {
    content: "\203A";
    margin-left: 8px;
    font-size: 1.4rem;
    margin-bottom: 6px;
}
.expertise-section .slider-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 8px;
    padding-bottom: 5px;
}
.expertise-section .dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid var(--gris-novasys);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}
.expertise-section .dot.active {
    background: #00bcd4;
}
.expertise-section .progress-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.expertise-section .progress-number {
    font-size: 16px;
    color: var(--bleu-novasys);
    font-weight: 500;
}
.expertise-section .progress-number.active {
    color: var(--gris-novasys);
}
.expertise-section .progress-bar {
    width: 111px;
    height: 3px;
    background: rgba(123, 124, 124, 0.3);
    position: relative;
    overflow: visible; /* Changé pour que la barre puisse dépasser */
}
.expertise-section .progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px; /* Petite barre fixe (ajustez selon vos besoins) */
    height: 100%;
    background: #00bcd4;
    transition: transform 0.5s ease;
    transform: translateX(0);
}
@media (max-width: 992px) {
    .expertise-section .expertise-card {
        flex: 0 0 calc(50% - 15px);
        min-width: calc(50% - 15px);
    }
}
@media (max-width: 768px) {
    .expertise-section .expertise-card {
        flex: 0 0 calc(80% - 40px);
        min-width: calc(80% - 40px);
    }
}
/* section actus */
section.news-section {
    position: relative;
    padding: 100px 20px 117px;
    overflow: hidden;
    background-image: url(img/espacement.svg);
    background-size: auto;
    background-repeat: repeat;
    margin-top: 162px;
    margin-bottom: 114px;
}
section.news-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, #00a3e0 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.1;
    pointer-events: none;
}
section.news-section .container .contenu {
    width: 1420px;
    position: relative;
    gap: 4.58vw;
    display: flex;
    background-color: white;
}
.dark-mode section.news-section .container .contenu {
    background-color: var(--noir-novasys);
}
section.news-section .news-header {
    text-align: right;
    padding: 80px 0 80px 60px;
    width: fit-content;
}
section.news-section .news-logo {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
}
section.news-section .logo-icon {
    width: 60px;
    height: 50px;
    position: relative;
}
section.news-section .logo-icon::before,
section.news-section .logo-icon::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #000;
    transform-origin: left center;
}
section.news-section .logo-icon::before {
    top: 10px;
    left: 0;
    transform: rotate(45deg);
}
section.news-section .logo-icon::after {
    top: 10px;
    left: 15px;
    transform: rotate(-45deg);
    background: #00a3e0;
}
section.news-section .news-title {
    font-size: 35px;
    font-weight: 600;
    color: var(--bleu-novasys);
    line-height: 1.2;
    text-transform: uppercase;
    margin: 27px 0 119px;
}
section.news-section .news-title span {
    display: block;
}
.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    line-height: 1;
}
.dark-mode .view-all-btn {
    color: var(--blanc-novasys);
}
.view-all-btn::after {
    content: "\203A";
    font-size: 24px;
    transition: transform 0.3s ease;
    margin-bottom: 3px;
}
.view-all-btn:hover::after {
    transform: translateX(5px);
}
section.news-section .swiper {
    width: 100%;
    padding: 80px 0 !important;
}
.news-card {
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 7px;
    border: 1px solid var(--gris-novasys, #7b7c7c);
    background: #fafafa;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
}
.dark-mode .news-card {
    background: var(--noir-novasys);
}
.news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    filter: brightness(1);
}
.news-card .news-image {
    width: 100%;
    height: 237px;
    background: linear-gradient(135deg, #c0c0c0 0%, #e0e0e0 100%);
    position: relative;
    overflow: hidden;
}
.news-card .news-content {
    padding: 27px 16px 24px 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.news-card .news-date {
    color: var(--gris-novasys);
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.36;
    font-family: var(--font-two);
}
.news-card .news-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin: 0;
    flex-grow: 1;
}
.dark-mode .news-card .news-card-title {
    color: var(--blanc-novasys);
}
@media (min-width: 1650px) {
    section.news-section .container .contenu {
        width: 2173px;
    }
}

@media (max-width: 768px) {
    .news-section {
        padding: 50px 15px;
    }
    .news-card .news-title {
        font-size: 32px;
    }
    .news-card .news-image {
        height: 200px;
    }
}

/* --------------------------------------------------- footer */
.footer_banner_section {
    margin-bottom: 180px;
}
.footer_banner_section .container {
    padding: 50px 20px 48px;
    border-radius: 10px;
    background-position: bottom left;
    background: linear-gradient(225deg, #00a5de 0%, #000 100%);
}
.footer_banner_section h3 {
    color: white;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
    width: 90%;
    max-width: 864px;
    margin: 0 auto 18px;
}
.footer_banner_section p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 auto;
    color: var(--bleu-novasys);
    max-width: 661px;
}
.page-template-contact .footer_banner_section p {
    max-width: 864px;
}
.footer_banner_section a {
    font-size: 16px;
    font-weight: 700;
    color: white;
    border-radius: 5px;
    border: 1px solid white;
    margin: 28px 0 0;
    letter-spacing: -0.08px;
    display: inline-block;
    padding: 14px 60px;
}
.site-footer {
    border-top: 1px solid var(--gris-novasys);
}
.site-footer .site-info {
    width: 93%;
    max-width: 1336px;
    margin: auto;
    padding: 40px 0 43px;
    display: flex;
    justify-content: space-between;
    padding-right: 4.7%;
    flex-wrap: wrap;
}
.site-footer .logos_footer {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.site-footer .lien_logo {
    width: 183px;
}
.site-footer .logos_footer img {
    height: 125px;
    max-width: fit-content;
}
.site-footer figure {
    margin: 0;
}
.site-footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.site-footer ul li {
    margin-bottom: 10px;
}
.site-footer ul li a {
    color: var(--gris-novasys);
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    transition: color 0.3s;
}
.site-footer h4 {
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 30px 0;
}
.dark-mode .site-footer h4 {
    color: var(--blanc-novasys);
}
.site-footer .footer_left ul {
    margin: 31px 0 0 0;
}
.site-footer .footer_left ul li::before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(img/position.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.dark-mode .site-footer .footer_left ul li::before {
    background-image: url(img/position-2.svg);
}
.site-footer .footer_left ul li:nth-of-type(2)::before {
    background-image: url(img/tel.svg);
}
.dark-mode .site-footer .footer_left ul li:nth-of-type(2)::before {
    background-image: url(img/tel-2.svg);
}
.site-footer .footer_left ul li:nth-of-type(3)::before {
    background-image: url(img/mail.svg);
}
.dark-mode .site-footer .footer_left ul li:nth-of-type(3)::before {
    background-image: url(img/mail-2.svg);
}
.site-footer .footer_left ul li,
.site-footer .footer_left ul li a {
    font-size: 16px;
    line-height: 1.6;
    color: black;
    font-family: var(--font-two);
    font-weight: 600;
    font-feature-settings: "salt" on;
}
.dark-mode .site-footer .footer_left ul li,
.dark-mode .site-footer .footer_left ul li a {
    color: var(--blanc-novasys);
}
.site-footer .footer_left ul li {
    display: flex;
}
.site-footer .footer_left ul li:nth-of-type(3) img:nth-of-type(1) {
    display: inline-block;
}
.site-footer .footer_left ul li:nth-of-type(3) img:nth-of-type(2) {
    display: none;
}
.dark-mode .site-footer .footer_left ul li:nth-of-type(3) img:nth-of-type(2) {
    display: inline-block;
}
.dark-mode .site-footer .footer_left ul li:nth-of-type(3) img:nth-of-type(1) {
    display: none;
}
.site-footer .foot_bar {
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--gris-novasys);
}
.site-footer .foot_bar span {
    display: inline-block;
    margin: 0 10px;
}
.site-footer .foot_bar a {
    text-decoration: underline;
}
.site-footer .foot_bar a,
.site-footer .foot_bar p {
    font-size: 14px;
    color: var(--gris-novasys);
    margin: 0;
    letter-spacing: -0.084px;
}
.site-footer .foot_bar > p > a {
    margin-left: 5px;
}
.site-footer .foot_bar a {
    transition: 0.3s;
    display: inline-block;
}
.site-footer .foot_bar a:hover {
    transition: 0.3s;
    transform: scale(1.04);
}
/* template qui sommes nous ---------------------------------- */
.template_banner {
    margin-top: 80px;
    position: relative;
    font-size: 0;
    min-height: 370px;
    display: flex;
}
.template_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.template_banner .container {
    position: relative;
    color: white;
    z-index: 2;
    padding: 72px 0 106px;
}
.template_banner h3 {
    color: var(--bleu-novasys);
    font-size: 20px !important;
    font-weight: 600;
    line-height: 1.8;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
}
.template_banner .container a {
    font-size: 14px;
    text-align: left;
    color: var(--gris-novasys);
    text-decoration: none;
    position: relative;
    font-weight: 600;
}
.template_banner .container a::after,
.single .see_all a::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(img/arrow-right-s-line.svg);
    background-size: contain;
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    transition: 0.3s;
}
.template_banner .container a:hover,
.single .see_all a:hover {
    filter: brightness(1);
}
.template_banner .container a:hover::after,
.single .see_all a:hover::after {
    right: -27px;
    transition: 0.3s;
}
.page-template-expertise .template_banner h3,
.template_banner.interventions h3,
.page-template-sidebar .template_banner h3,
.page-template-interventions .template_banner h3,
.page-template-rejoindre .template_banner h3 {
    color: black;
}
.single .template_banner .container {
    padding-bottom: 57.5px;
}
.single .template_banner h3 {
    color: var(--gris-novasys);
}
.single .template_banner h1 {
    margin: 33px 0;
}
.template_banner h1 {
    color: var(--blanc-novasys);
    font-size: 53px;
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: -0.265px;
    text-transform: uppercase;
    text-align: left;
    margin: 41px 0 15px;
    max-width: 1106px;
}
.template_banner p {
    color: white;
    font-family: var(--font-two);
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    text-align: left;
    max-width: 694px;
    margin: 0;
}
.template_banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(232deg, rgba(0, 0, 0, 0) 10.21%, #171717 85.8%);
    mix-blend-mode: multiply;
}
.page-template-sidebar .template_banner::after,
.page-template-expertise .template_banner::after {
    background: linear-gradient(232deg, rgba(0, 0, 0, 0) 10.21%, var(--bleu-novasys) 85.8%);
    mix-blend-mode: normal;
}
.page-template-sidebar .template_banner.interventions::after,
.page-template-interventions .template_banner::after {
    background: linear-gradient(232deg, rgba(0, 0, 0, 0) 10.21%, #a15600 85.8%);
}
.page-template-rejoindre .template_banner::after {
    background: linear-gradient(232deg, rgba(0, 0, 0, 0) 10.21%, #837878 85.8%);
    mix-blend-mode: normal;
}
.page-template-actualites .template_banner::after {
    display: none;
}
.about .presentation .top {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
    padding-bottom: 70px;
    margin-bottom: 47px;
}
.about .presentation .top .left {
    width: 49.7%;
}
.about .presentation .top .left svg {
    width: 76px;
    height: 24px;
}
.dark-mode .about .presentation svg path:nth-last-of-type(1),
.dark-mode .about .choisir svg path:nth-last-of-type(1),
.dark-mode section.news-section .news-logo svg path:nth-last-of-type(1) {
    fill: var(--blanc-novasys);
}
.dark-mode .about .choisir .content {
    background-color: var(--noir-novasys);
}
.about .presentation .top .left p:has(iframe) {
    padding-top: calc(321 / 588 * 100%);
    position: relative;
    width: 100%;
}
.about .presentation .top .left iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.about .presentation .top .right {
    width: 395px;
}
.about .presentation .top .right p {
    color: var(--bleu-novasys);
    font-size: 35px;
    line-height: 1.57;
}
.about .presentation .top .right svg {
    width: 94.6%;
    height: max-content;
}
.about .choisir {
    padding: 206px 0 156px;
    background-image: url(img/espacement.svg);
    background-size: cover;
    background-repeat: repeat;
    margin-top: -95px;
    margin-bottom: 140px;
}
.about .choisir .content {
    max-width: 810px;
    width: 90%;
    margin: auto;
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding: 83px 7.5% 82px 4.8%;
}
.about .choisir .content .left {
    width: 210px;
    text-align: right;
}
.about .choisir .content .left h2 {
    color: var(--bleu-novasys);
    margin: 27px 0 0 0;
    line-height: 1.2;
}
/* template sidebar ------------------------------------------- */
.sidebar_page {
    margin-top: 122px;
}
.sidebar_page .container {
    display: flex;
    gap: 9.7%;
    position: relative;
    justify-content: space-between;
}
.sidebar_page .content_left {
    width: 56%;
}
.sidebar_page .content_left h2 {
    margin: 0 0 75px 0;
}
.sidebar_page .content_left svg {
    width: 229px;
    height: 66px;
    margin-bottom: 17px;
}
.sidebar_page .content_left h3 {
    color: var(--bleu-novasys, #16a3da);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 15px 0;
}
.sidebar_page .content_left a {
    margin-bottom: 108px;
    display: inline-block;
    font-size: 0;
    width: 100%;
    aspect-ratio: 670 / 384;
    overflow: hidden;
}
.sidebar_page .content_left a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar_page .sidebar_content {
    width: 34.3%;
    position: relative;
}
.sidebar_page .sidebar_content svg {
    width: 90%;
    height: 118px;
}
.sidebar_page .sidebar_content h2 {
    margin: 51px 0 0 0;
    color: var(--bleu-novasys);
}
.sidebar_page .sidebar_content p {
    margin: 0;
    font-family: var(--font-two);
    color: black;
}
.sidebar_page .sidebar_content a {
    color: black;
}
.sidebar_page .sidebar_content a:hover {
    color: var(--bleu-novasys);
}
.page-template-sidebar .sidebar_page .sidebar_content h2 + p {
    margin: 0 0 35px 0;
    font-family: var(--font-one);
    color: var(--gris-novasys);
}
.sidebar_page .sidebar_content h3,
.sidebar_page .sidebar_content p strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.62;
    padding: 2px 12px;
    background-color: var(--bleu-novasys);
    width: fit-content;
    margin: 15px 0 5px 0;
    font-family: var(--font-one);
    display: block;
}
.page-template-contact .sidebar_page .sidebar_content h2 {
    margin-bottom: 20px;
}
.page-template-contact .sidebar_page .sidebar_content p {
    font-weight: 600;
}
.sidebar_wrap {
    width: 100%;
}
.sidebar_page .sidebar_content h2 strong {
    color: black;
    font-size: 18px;
}
.sidebar_page .sidebar_content p em strong {
    background-color: #2d3748;
    font-style: normal;
}

/* template expertise ---------------------------------------- */
.expertise_page {
    margin-bottom: 125px;
}
.expertise_page .expertise_bloc {
    margin-top: 120px;
}
.expertise_page .expertise_bloc h2 {
    margin: 18px 0;
}
.expertise_page .expertise_bloc h3 {
    margin: 0;
    margin-bottom: 12px;
}
.expertise_page .expertise_bloc ul {
    margin: 0;
    padding-left: 20px;
}
.expertise_page .expertise_bloc li::marker,
.expertise_page .expertise_bloc li strong {
    color: var(--bleu-novasys);
    font-family: var(--font-one);
}
.expertise_page .expertise_bloc li {
    font-family: var(--font-two);
    margin-bottom: 18px;
    font-size: 20px;
}
.expertise_page .expertise_bloc p:has(img) {
    display: flex;
    align-items: center;
    gap: 39px;
    margin: 35px 0;
}
.expertise_page .expertise_bloc p strong {
    color: var(--bleu-novasys);
    font-size: 20px;
}
/*  Rejoignez nous ------------------------------------------- */
.rejoindre .presentation {
    padding-top: 75px;
}
.rejoindre .presentation .top {
    margin-top: 0;
}
.rejoindre .presentation .top .left {
    width: 49.1%;
    position: sticky;
    top: calc(80px + 75px);
    height: fit-content;
}
.rejoindre .presentation .top .right {
    width: 36.3%;
}
.page-template-rejoindre .espacement {
    height: auto;
    margin-bottom: 47px;
}
.page-template-rejoindre .espacement .container {
    display: flex;
    justify-content: flex-end;
}
.page-template-rejoindre .espacement svg {
    width: 31.3%;
    aspect-ratio: 375 / 118;
    margin: 70px 37px 70px 0;
    height: 118px;
}
.rejoindre .presentation .top .right h2 {
    position: sticky;
    top: calc(80px + 29.05px + 75px);
    margin-bottom: 490px;
}
:root {
    --card-height: 196px;
    --card-margin: 0.1vw;
    --card-top-offset: 2em;
}
#card_1 {
    --index: 1;
}
#card_2 {
    --index: 2;
}
#card_3 {
    --index: 3;
}
#card_4 {
    --index: 4;
}
#card_5 {
    --index: 5;
}
.rejoindre .card {
    position: sticky;
    top: calc(265px);
    height: var(--card-height);
}
.rejoindre #cards {
    padding-bottom: calc(var(--numcards) * var(--card-top-offset));
    margin-bottom: var(--card-margin);
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(var(--numcards), var(--card-height));
    gap: var(--card-margin);
    margin: -480px 0 100px 0;
    padding-left: 0;
}
.rejoindre .card .card__content {
    transform-origin: 50% 0%;
    height: 100%;
    will-change: transform;
    transform: translateY(calc(var(--index) * var(--card-top-offset)));
    background: #fafafa;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    color: rgb(10, 5, 7);
    border-radius: 7px;
    overflow: hidden;
    display: grid;
    grid-template-areas: "text img";
    grid-template-columns: 57.4% 42.6%;
    grid-template-rows: auto;
    align-items: stretch;
    border: 1px solid var(--bleu-novasys);
}
.rejoindre .card .card__content div {
    padding: 26px;
    display: flex;
    align-items: center;
    color: var(--bleu-novasys);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.36;
    width: 100%;
}
.rejoindre .card .card__content figure {
    width: 100%;
    margin: 0;
}
.rejoindre .card .card__content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rejoindre .presentation .fiche .fiche_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 7px 7px 0;
}
@supports (animation-timeline: view()) {
    .card {
        --index0: calc(var(--index) - 1); /* 0-based index */
        --reverse-index: calc(var(--numcards) - var(--index0)); /* reverse index */
        --reverse-index0: calc(var(--reverse-index) - 1); /* 0-based reverse index */
    }
    @keyframes scale {
        to {
            transform: translateY(calc(var(--index) * var(--card-top-offset))) scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
        }
    }
    #cards {
        --numcards: 5;
        view-timeline-name: --cards-element-scrolls-in-body;
    }
    .card__content {
        --start-range: calc(var(--index0) / var(--numcards) * 100%);
        --end-range: calc((var(--index)) / var(--numcards) * 100%);
        animation: linear scale forwards;
        animation-timeline: --cards-element-scrolls-in-body;
        animation-range: exit-crossing var(--start-range) exit-crossing var(--end-range);
    }
}
@media only screen and (max-width: 1024px) {
    .rejoindre .presentation .top .left {
        position: relative;
        top: unset;
    }
    :root {
        --card-height: 250px;
    }
    .page-template-rejoindre .espacement svg {
        width: 275px;
        height: 90px;
    }
}
@media only screen and (max-width: 768px) {
    :root {
        --card-height: 196px;
    }
}
@media only screen and (max-width: 399px) {
    .page-template-rejoindre .espacement svg {
        width: 230px;
    }
}

/* template actualites --------------------------------------- */
.page-template-actualites .actus {
    padding: 85px 0;
}
.page-template-actualites .articles_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8.5%;
    margin-bottom: 40px;
    row-gap: 85px;
}
.page-template-actualites .article_card {
    border-radius: 7px;
    border: 1px solid var(--gris-novasys);
    background: #fafafa;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}
.dark-mode.page-template-actualites .article_card {
    background: var(--noir-novasys);
}
.page-template-actualites .article_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    filter: brightness(1);
}
.page-template-actualites .article_thumbnail {
    width: 100%;
    height: 237px;
    background-color: #c5c5c5;
    overflow: hidden;
}
.page-template-actualites .article_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.page-template-actualites .article_card:hover .article_thumbnail img {
    transform: scale(1.05);
}
.page-template-actualites .article_content {
    padding: 27px 16px 24px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.page-template-actualites .article_meta {
    margin-bottom: 15px;
}
.page-template-actualites .article_date {
    font-feature-settings: "salt" on;
    font-family: var(--font-two);
    font-size: 18px;
    line-height: 1.6;
    color: var(--gris-novasys);
}
.page-template-actualites .article_content h3 {
    margin: 0;
    color: black;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.36;
    transition: 0.3s;
}
.dark-mode.page-template-actualites .article_content h3 {
    color: var(--blanc-novasys);
}
.page-template-actualites .article_content h3 a {
    color: #000000;
    text-decoration: none;
}
.page-template-actualites .article_card:hover h3 a {
    color: #0066cc;
}
.page-template-actualites .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}
.page-template-actualites .pagination a,
.page-template-actualites .pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}
.page-template-actualites .pagination a:hover {
    background: var(--bleu-novasys);
    color: #ffffff;
    border-color: var(--bleu-novasys);
    filter: brightness(1);
}
.page-template-actualites .pagination .current {
    background: var(--bleu-novasys);
    color: #ffffff;
    border-color: var(--bleu-novasys);
}

/* Template single     ---------------------------------------- */
.single .main_single {
    margin: 58px 0;
}
.single .main_single .content {
    max-width: 962px;
}
.single .main_single .content {
    width: 100%;
}
.single .main_single .content figure {
    margin-top: 57px;
}
.single .see_all {
    height: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/espacement.svg);
    margin-bottom: 82px;
}
.single .see_all a {
    background-color: white;
    padding: 18px 48.5px 18px 28.5px;
    position: relative;
    color: black;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
}
.single .see_all a::after {
    background-image: url(img/arrow-right-s-lineN.svg);
    right: 27px;
}
.single .see_all a:hover::after {
    right: 22px;
}
/* template contact ------------------------------------------ */
.page-template-contact form {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--gris-novasys);
    background-color: white;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 122px;
}
.page-template-contact .form-row {
    margin-bottom: 24px;
}
.page-template-contact .form-row p {
    margin: 0;
}
.page-template-contact .form-row p br {
    display: none;
}
.page-template-contact .form-row label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4;
    font-size: 18px;
    color: black;
}
.page-template-contact .wpcf7 input[type="text"],
.page-template-contact .wpcf7 input[type="email"],
.page-template-contact .wpcf7 textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}
.page-template-contact .wpcf7 textarea {
    height: 80px;
}
.page-template-contact .rgpd-text {
    font-size: 14px;
    color: var(--gris-novasys);
    font-family: var(--font-two);
}
.page-template-contact .wpcf7-submit {
    background: #2d3748;
    color: #fff;
    padding: 20.5px 102px;
    border-radius: 5px;
    border: none;
    font-weight: 700;
    line-height: 1;
}
.page-template-contact .wpcf7-list-item {
    margin: 0;
}
.page-template-contact .form-row.submit {
    margin-bottom: 0;
}
.page-template-contact p.info {
    margin-bottom: 24px;
}
.page-template-contact .sidebar_page .content_left a {
    margin: 0;
    font-size: inherit;
    aspect-ratio: unset;
    color: var(--gris-novasys);
    display: inline;
    text-decoration: underline;
}
.page-template-contact input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.page-template-contact .wpcf7-acceptance label {
    display: flex;
    align-items: center;
}
.page-template-contact .wpcf7-acceptance label span {
    font-weight: 400;
}
.page-template-contact .sidebar_page .content_left h2 {
    margin: 17px 0 57px;
    color: var(--bleu-novasys);
    font-weight: 400;
    line-height: 1.57;
}
.page-template-contact .sidebar_page .content_left svg {
    margin: 0;
}
body.dark-mode .sidebar_page svg path:nth-last-of-type(1),
body.dark-mode .expertise_page .expertise_bloc svg path:nth-last-of-type(1) {
    fill: var(--blanc-novasys);
}
body.dark-mode .sidebar_page .sidebar_content p,
body.dark-mode .sidebar_page .sidebar_content a,
body.dark-mode .sidebar_page .sidebar_content h2 strong {
    color: var(--blanc-novasys);
}
body.dark-mode .sidebar_page .sidebar_content p em strong {
    background-color: var(--gris-novasys);
}
body.dark-mode .rejoindre .presentation .fiche {
    background-color: var(--noir-novasys);
}

/* Template legal     ---------------------------------------- */
.page-template-legal .site > .container {
    margin-top: 120px;
    margin-bottom: 80px;
}

/* media queries ----------------------------------------------*/
@media only screen and (min-width: 1800px) {
}
@media only screen and (min-width: 1600px) {
    .about .choisir .content {
        padding: 81px 105px 80px 68.5px;
    }
}
@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1300px) {
    header.site-header .main-navigation #primary-menu > li:nth-last-of-type(1) {
        margin-right: 0;
    }
    header.site-header .main-navigation #primary-menu > li {
        margin-right: 24px;
    }
    header.site-header .main-navigation #primary-menu > li > ul.sub-menu {
        gap: 25px;
    }
}
@media only screen and (max-width: 1200px) {
    header.site-header .main-navigation li a {
        font-size: 12px;
    }
    header.site-header .main-navigation #primary-menu > li > ul.sub-menu {
        gap: 0;
        flex-wrap: wrap;
        padding-left: 10%;
    }
    header.site-header #primary-menu .sub-menu li.menu-item-has-children {
        width: 50%;
    }
    header.site-header .main-navigation #primary-menu > li > ul.sub-menu {
        justify-content: flex-start;
    }
    .expertise-section {
        max-width: 90%;
    }
}
@media only screen and (max-width: 1100px) {
    header.site-header .header_menu .container {
        justify-content: space-between;
        align-items: flex-end;
    }
    .site-footer .site-info .footer_left {
        width: 50%;
        margin-bottom: 32px;
    }
}
@media only screen and (max-width: 1024px) {
    .home section.top h2,
    .template_banner h3 {
        font-size: 22px;
    }
    .home section.top h1,
    .template_banner h1 {
        font-size: 42px;
    }
    .home section.top {
        height: auto;
        min-height: 100vh;
        display: flex;
    }
    section.news-section .container .contenu {
        width: 1014px;
    }
    .logged-in.home section.top {
        min-height: calc(100vh - 32px);
        height: auto;
    }
    .about .presentation .top {
        flex-direction: column-reverse;
    }
    .about.rejoindre .presentation .top {
        flex-direction: column;
    }
    .about .presentation .top .right,
    .about .presentation .top .left {
        width: 100%;
    }
    .about .presentation .top .right svg {
        max-width: 375px;
        margin-bottom: 30px;
    }
    .about .presentation .top .left svg {
        display: none;
    }
    .sidebar_page .container {
        flex-direction: column;
    }
    .sidebar_page .content_left,
    .sidebar_page .sidebar_content,
    .sidebar_page .sidebar_content svg {
        width: 100%;
    }
    .sidebar_page .sidebar_content {
        margin-bottom: 85px;
    }
}
@media only screen and (max-width: 991px) {
    .home section.top .scroll-button {
        display: none;
    }
    .home section.top .bloc_one p {
        max-width: 100%;
    }
    .home section.top .bloc_two {
        position: relative;
        margin-top: 75px;
        width: 100%;
        bottom: unset;
    }
    .about .presentation .top .right svg {
        width: 75%;
    }
    .footer_banner_section {
        margin-bottom: 120px;
    }
    .page-template-actualites .articles_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .page-template-actualites .actus .container {
        width: 705px;
    }
}
@media only screen and (max-width: 899px) {
    section.engagement .container {
        flex-wrap: wrap;
    }
    section.engagement .left {
        width: 100%;
        margin: 0 0 35px 0;
        align-items: center;
    }
    section.engagement .middle {
        margin-right: 17%;
    }
}
@media only screen and (max-width: 767px) {
    body.logged-in header.site-header {
        top: 46px;
    }
    section.news-section .container .contenu {
        width: 927px;
    }
    .site-footer .site-info {
        flex-direction: column;
        gap: 35px;
        padding-right: 0;
    }
    .about .choisir .content {
        flex-direction: column;
    }
    .about .choisir .content .left {
        width: 100%;
        text-align: center;
        margin-bottom: 58px;
    }
    .site-footer .site-info .footer_left {
        width: 100%;
        margin-bottom: 0;
    }
    .sidebar_page .sidebar_content svg {
        height: 90px;
    }
    h2 {
        font-size: 28px;
    }
    .expertise_page .expertise_bloc li {
        font-size: 18px;
    }
}
@media only screen and (max-width: 699px) {
    section.news-section .container .contenu {
        flex-direction: column;
    }
    section.news-section .news-header {
        width: calc(90vw - 40px);
        padding: 60px 60px 0;
        text-align: center;
    }
    section.news-section .news-logo {
        justify-content: center;
    }
    section.news-section .news-title {
        margin: 27px 0 27px;
    }
    section.news-section .swiper {
        padding: 19px 0 19px 19px !important;
    }
    section.news-section .container .contenu {
        width: 645px;
    }
    .site-footer .foot_bar {
        flex-direction: column;
        height: 115px;
        justify-content: space-evenly;
    }
    .site-footer .foot_bar span {
        display: none;
    }
    section.expertise {
        padding-bottom: 50px;
    }
    .expertise-section .progress-container {
        bottom: -50px;
        right: 50%;
        transform: translateX(50%);
    }
    .expertise-section .slider-wrapper {
        gap: 0;
    }
    .expertise-section .expertise-card {
        margin: 0 15px;
    }
    .page-template-actualites .articles_grid {
        grid-template-columns: 1fr;
    }
    .page-template-actualites .article_thumbnail {
        height: 180px;
    }
    .page-template-actualites .actus .container {
        width: 290px;
    }
    .page-template-actualites .article_content h3 {
        font-size: 18px;
    }
    .page-template-actualites .article_date {
        font-size: 16px;
    }
    h3 {
        font-size: 28px;
        line-height: 1.3;
    }
}
@media only screen and (max-width: 599px) {
    section.engagement .middle {
        margin-right: 4%;
    }
    header.site-header .header_menu .container .lien_logo {
        margin-top: 0;
        margin-bottom: 7px;
        width: 200px;
    }
    section.news-section .news-header {
        padding: 40px 20px 0;
    }
    .expertise_page .expertise_bloc li {
        font-size: 16px;
    }
}
@media only screen and (max-width: 499px) {
    .expertise-section .expertise-card {
        flex: 0 0 calc(90% - 30px);
        min-width: calc(90% - 30px);
    }
    section.engagement .middle {
        margin-right: 0;
    }
    section.engagement .right {
        display: none;
    }
    section.engagement .left h2 {
        text-align: center;
    }
    .home section.top h1,
    .template_banner h1 {
        font-size: 34px;
    }
    .home section.top .container {
        padding-bottom: 110px;
    }
    .listing_style ul li {
        font-size: 16px;
    }
    section.engagement .left h2,
    .expertise-section h2,
    section.news-section .news-title {
        font-size: 30px;
    }
    .footer_banner_section p {
        font-size: 16px;
    }
    .footer_banner_section h3 {
        font-size: 20px;
    }
    section.engagement .middle {
        margin-right: 4%;
    }
    .rejoindre .presentation .fiche .fiche_texte {
        font-size: 18px;
    }
    h3 {
        font-size: 22px;
    }
    .expertise_page .expertise_bloc p strong {
        font-size: 16px;
    }
}
@media only screen and (max-width: 399px) {
    section.news-section .container .contenu {
        width: 200%;
    }
    .news-card .news-card-title {
        font-size: 18px;
    }
    .news-card .news-date {
        font-size: 16px;
    }
    section.engagement .right {
        display: none;
    }
    .template_banner h1 {
        font-size: 32px;
    }
    .rejoindre .presentation .fiche {
        height: 175px;
    }
    .rejoindre .presentation .fiche .fiche_texte {
        font-size: 16px;
        padding: 18px;
    }
    h2 {
        font-size: 24px;
    }
}
