/*
Theme Name: Bolloré Global Theme
Description: Bolloré Group GLobal Theme 2024
Version: 1.0.38
Author: Agence Camaieu
Author URI: https://www.agencecamaieu.com

License: Commercial
*/

/*------------------------------------*\
MAIN
\*------------------------------------*/

:root{
    --vert:#00BF63;
    --bleu-ocean: #4E83CA;
    --bleu-ocean-25: 78,131,202,0.25;
    --bleu-marine: #0A2C46;
    --bleu-light: #D5E0F0;
    --blanc: #FFF;
    --blanc-casse: #FAFAFA;
}

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
    -webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
    scroll-padding-top: 15rem;
}
body {
    font-weight: 400;
    font-size: 11px;
    line-height: 1.4;
    color:var(--bleu-marine);
    font-optical-sizing: auto;
    font-style: normal;
}
.navmobile__container,
body,
main {
    overflow-x: hidden;
}
main {
    padding-top: 14.8rem;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    height: auto;
    vertical-align:bottom;
}
a,
svg path{
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
a {
    color:#444;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}
/* Obfuscation des liens */
.obf {
    cursor: pointer;
}
.obf-txt {
    text-decoration: underline;
}
.iframe-wrapper {
    position: relative;
    padding-top: 56.25%; /* 16:9 */
    height: 0;
}
.iframe-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
* Extension des liens en css
* https://wabeo.fr/etendre-liens-javascript/
**/

/* A positioner sur le conteneur. Ex. : <article data-expand-target> */

[data-expand-target]{
    overflow:hidden;
    position:relative;
}
/* A positioner sur le lien cible. Ex. : <a href="..." data-expand-link> */
[data-expand-link]:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:10;
    margin:-25rem;
}

/* Obfuscation des liens */
.obf {
    cursor: pointer;
}
.obf-txt {
    text-decoration: underline;
}

.cta {
    background-color: var(--blanc-casse);
    color: var(--bleu-ocean);
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 5.1rem;
    padding: 0 2.8rem;
    display: inline-block;
    position: relative;
}
.section__background-white .cta,
.cta.cta-dark {
    background-color: var(--bleu-light);
    color: var(--bleu-marine);
}
.cta:hover {
    color: var(--vert);
}
.section__background-white .cta:hover,
.cta.cta-dark:hover {
    background-color: var(--bleu-ocean);
    color: var(--blanc-casse);
}
.cta:before,
.cta:after,
.cta >:first-child:before,
.cta >:first-child:after {
    position:absolute;
    display: block;
    content: '';
    z-index: 1;
    width:1.5rem;
    height: 1.5rem;
    border-style:solid;
    border-color: var(--vert);
    opacity: 0;
    -webkit-transition: opacity ease 300ms;
    -o-transition: opacity ease 300ms;
    -moz-transition: opacity ease 300ms;
    transition: opacity ease 300ms;
}
.cta.cta-dark:before,
.cta.cta-dark:after,
.cta.cta-dark >:first-child:before,
.cta.cta-dark >:first-child:after,
.section__background-white .cta:before,
.section__background-white .cta:after,
.section__background-white .cta >:first-child:before,
.section__background-white .cta >:first-child:after {
    border-color: var(--bleu-marine);
}
.cta:hover:before,
.cta:hover:after,
.cta:hover >:first-child:before,
.cta:hover >:first-child:after {
    opacity: 1;
}
.cta:before {
    top:-0.3rem;
    left:-0.3rem;
    border-width: 0.3rem 0 0 0.3rem;
}
.cta:after {
    top:-0.3rem;
    right:-0.3rem;
    border-width: 0.3rem 0.3rem 0 0;
}
.cta >:first-child:before {
    bottom:-0.3rem;
    right:-0.3rem;
    border-width: 0 0.3rem 0.3rem 0;
}
.cta >:first-child:after {
    bottom:-0.3rem;
    left:-0.3rem;
    border-width: 0 0 0.3rem 0.3rem;
}

.cta-icon {
    line-height: 4.1rem;
}
.cta-icon > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cta-icon > div i {
    display: inline-block;
    font-size: 1.6rem;
    margin-right: 1rem;
}

/* CTA Style 2 */
.cta.cta-style-2 {
    font-weight: 600;
    border: 0.1rem solid #00EADE;
    -webkit-border-top-left-radius: 1rem;
    -moz-border-radius-topleft: 1rem;
    border-top-left-radius: 1rem;
    -webkit-border-bottom-right-radius: 1rem;
    -moz-border-radius-bottomright: 1rem;
    border-bottom-right-radius: 1rem;
    color: #fff;
    background-color: #0F204C;
    -webkit-box-shadow: 0 0 0 0 rgba(0,234,222,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,234,222,0);
    box-shadow: 0 0 0 0 rgba(0,234,222,0);
}
.cta.cta-style-2:hover {
    border: 0.1rem solid #0F204C;
    -webkit-box-shadow: 0 0 1.5rem 0 rgba(0,234,222,0.5);
    -moz-box-shadow: 0 0 1.5rem 0 rgba(0,234,222,0.5);
    box-shadow: 0 0 1.5rem 0 rgba(0,234,222,0.5);
}
.cta.cta-style-2:before, 
.cta.cta-style-2:after, 
.cta.cta-style-2 >:first-child:before, 
.cta.cta-style-2 >:first-child:after {
    content: none;
    display: none;
}
.cta-style-2.cta-icon {
    padding: 0 2rem;
}
.section__background-white .cta.cta-style-2,
.cta.cta-dark.cta-style-2 {
    background-color: #00A0DC;
    color: #fff;
    border: 0 none;
}
.section__background-white .cta.cta-style-2:hover,
.cta.cta-dark.cta-style-2:hover {
    border: 0 none;
    -webkit-box-shadow: 0 0 1.5rem 0 rgba(15, 32, 76, 0.5);
    -moz-box-shadow: 0 0 1.5rem 0 rgba(15, 32, 76, 0.5);
    box-shadow: 0 0 1.5rem 0 rgba(15, 32, 76, 0.5);
}

.section__archive-article-img.cta-corners-inverted::before,
.section__archive-article-img.cta-corners-inverted::after,
.section__archive-article-img.cta-corners-inverted >:first-child::before,
.section__archive-article-img.cta-corners-inverted >:first-child::after{
    width: 5rem;
    height: 5rem;
}
.section__archive-article-img.cta-corners-inverted::before {
    border-width: 1.3rem 0 0 1.3rem;
}
.section__archive-article-img.cta-corners-inverted::after {
    border-width: 1.3rem 1.3rem 0 0;
}
.section__archive-article-img.cta-corners-inverted >:first-child::before{
    border-width: 0 1.3rem 1.3rem 0;
}
.section__archive-article-img.cta-corners-inverted >:first-child::after{
    border-width: 0 0 1.3rem 1.3rem;
}
.text-color-white {
    color: #fff;
}

.hn-backline {
    overflow: hidden;
    text-align: center;
    line-height: 1.2;
}
.hn-backline.hn-backline-multilines {
    position: relative;
}
.hn-backline.hn-backline-multilines span {
    position: relative;
    background-color: #fff;
    z-index: 2;
    display: inline-block;
    padding: 0 2rem;
}
.hn-backline:before,
.hn-backline:after {
    background: var(--vert);
    content: '';
    display: inline-block;
    height: 0.1rem;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.hn-backline.hn-backline-multilines:before {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}
.hn-backline.hn-backline-multilines:after {
    content: none;
    display: none;
}
.hn-backline:before {
    right: 2.5rem;
    margin-left: -50%;
}
.hn-backline.hn-backline-multilines:before {
    right: auto;
    margin-left: 0;
    left: 0;
}
.hn-backline:after {
    left: 2.5rem;
    margin-right: -50%;
}
.hn-1 {
    font-size: 6rem;
    font-weight: 700;
    color:var(--bleu-marine);
    margin-bottom: 4rem;
    text-align: center;
    position: relative;
}
.hn-2 {
    font-size: 5rem;
    font-weight: 700;
    color:var(--bleu-marine);
    margin-bottom: 4rem;
    text-align: center;
    position: relative;
}
.section__background-color .hn-2{
    color:var(--blanc);
}
.hn-2 span{
    font-weight: 300;
    font-style: italic;
}
.hn-3 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--bleu-marine);
    margin-bottom: 3.9rem;
}
.hn-4{
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.7rem;
}
.hn-4,
.hn-4 a {
    color: var(--bleu-marine);
}

.img-mask {
    -webkit-clip-path: url(assets/img/mask-images.svg#ClipPathBollore);
    clip-path: url(assets/img/mask-images.svg#ClipPathBollore);
}
.img-rounded,
.image-decoration-rounded img,
.image-decoration-rounded iframe {
    -webkit-border-top-left-radius: 3rem;
    -moz-border-radius-topleft: 3rem;
    border-top-left-radius: 3rem;
    -webkit-border-bottom-right-radius: 3rem;
    -moz-border-radius-bottomright: 3rem;
    border-bottom-right-radius: 3rem;
}

.border-top{
    border-top-width:0.8rem;
    border-top-style: solid;
}
.border-top-green{
    border-top-color: var(--vert);
}
.border-top-light-blue{
    border-top-color: var(--bleu-light);
}
.border-top-ocean-blue{
    border-top-color: var(--bleu-ocean);
}
.border-top-dark-blue{
    border-top-color: var(--bleu-marine);
}

.bordered{
    border-width:0.2rem;
    border-style:solid;
}
.bordered-green{
    border-color: var(--vert);
}
.bordered-light-blue{
    border-color: var(--bleu-light);
}
.bordered-ocean-blue{
    border-color: var(--bleu-ocean);
}
.bordered-dark-blue{
    border-color: var(--bleu-marine);
}

/* Swiper common */
.swiper-button-lock,
.swiper-button-disabled {
    display: none !important;
}
.swiper-button-next,
.swiper-button-prev {
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    font-size: 4.5rem;
    color: var(--bleu-marine);
}
.swiper-button-prev {
    left: -5rem;
}
.swiper-button-next {
    right: -5rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
    display: none;
}
.swiper-pagination-bullet-active {
    background-color: var(--bleu-marine);
}

/*------------------------------------*\
TAC
\*------------------------------------*/
.tarteaucitronIconBottomLeft {
    bottom: 2rem;
    left: 3rem;
}
#tarteaucitronIcon #tarteaucitronManager {
    padding: 0;
}

/*------------------------------------*\
HEADER
\*------------------------------------*/

header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
    z-index: 100;
}
header.expanded {
    padding-bottom: 20rem;
}


.header__inner {
    position: relative;
    z-index: 2;
}
header .header__logo-nav {
    padding-bottom: 1.5rem;
}
header .header__logo {
    margin-right: 7rem;
}
header .header__logo img {
    display: inline-block;
    width: 25rem;
    height: auto;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
.scrolled header .header__logo img {

}
.header__nav {
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 1;
}
.header__nav a,
.header__nav li:hover li a {
    color: var(--blanc);
}
.header__nav li:hover a,
.header__nav li:hover li:hover a {
    color: var(--vert);
}
.header__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header__nav > ul > li.menu-item-has-children {
    position: relative;
}
.header__nav > ul > li:not(:last-child) {
    margin-right: 3.5rem;
}
.header__nav > ul > li > .sub-menu {
    position: absolute;
    top: 2rem;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
    background: transparent;
    padding: 1rem 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.2rem;
    text-transform: none;
    text-align: left;
}
.header__nav > ul > li > .sub-menu li:not(:last-child) {
    margin-bottom: 1rem;
}
.header__nav > ul > li > a.hover + .sub-menu,
.header__nav > ul > li .sub-menu.ishovered{
    opacity: 1;
    visibility: visible;
}

/* Top menu */
.header__top-nav {
    position: absolute;
    z-index: 2;
    right: 10rem;
    top: 0;
    height: 4.7rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
}
.header__top-nav a {
    color: var(--blanc);
}
.header__top-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.header__top-nav li:not(:last-child) {
    position: relative;
    margin-right: 0.6rem;
    padding-right: 0.6rem;
}
.header__top-nav li:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 0.1rem;
    height: 1.3rem;
    z-index: 1;
    background-color: #fafafa;
    opacity: 0.3;
}
.header__lang-switcher {
    margin-left: 3rem;
}
.header__lang-switcher li:not(.current-lang) a {
    opacity: 0.3;
}

/*Header Style 1*/

.header-style-1 {
    padding: 7rem 10rem 3rem 10rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(10, 44, 70, 1)), to(rgba(44, 88, 138, 1)));
    background: -webkit-linear-gradient(left, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
    background: -moz-linear-gradient(left, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
    background: -o-linear-gradient(left, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
    background: linear-gradient(90deg, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
}
.header__line-1,
.header__line-2,
.header__line-3 {
    background-color: var(--vert);
    z-index: 1;
    position: absolute;
}
.header__line-1 {
    width: 100%;
    height: 0.1rem;
    left: 0;
    right: 0;
    top: 4.7rem;
}
.header__line-2,
.header__line-3 {
    height: 100%;
    width: 0.1rem;
    top: 0;
    right: 0;
}
.header__line-2 {
    left: 3.5rem;
}
.header__line-3 {
    right: 3.5rem;
}

/*Header Style 2*/

.header-style-2 {
    padding: 4rem 10rem 2.3rem 10rem;
    background-color: #0F204C;
}
.header-style-2 .header__logo-nav {
    padding-bottom: 0;
}
.header-style-2 .header__logo {
    margin-right: 0;
    padding-bottom: 1.5rem;
}
.header-style-2 .header__logo img {
    width: 20rem;
}
.header-style-2 .header__nav {
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.header-style-2 .header__nav > *:not(:last-child) {
    margin-right: 2.2rem;
}
.header-style-2 .header__nav li:hover a {
    color: #00A0DC;
}
.header-style-2 .header__lang-switcher {
    margin-left: 0;
}
.header-style-2 .header__top-nav li:not(:last-child):after {
    background-color: #00A0DC;
}
.header-style-2 .header__lang-switcher li a {
    color: #00A0DC;
}
.header-style-2 .header__lang-switcher li:not(.current-lang) a {
    opacity: 1;
    color: #BCEDFF;
    font-weight: 500;
}

/*------------------------------------*\
FORMS
\*------------------------------------*/

.form-control,
.form-select {
    background-color: rgba(var(--bleu-ocean-25));
    color: #062D4E;
    padding: 0 1.8rem;
    font-size: 1.6rem;
    line-height: 6rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-style: italic;
    border: 0 none;
}
textarea.form-control {
    line-height: 1.5rem;
    padding: 2rem 1.8rem;
}
.form-control:focus,
.form-select:focus {
    color: #062D4E;
    background-color: #ffffff;
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bleu-ocean-25));
    -moz-box-shadow: 0 0 0 .25rem rgba(var(--bleu-ocean-25));
    box-shadow: 0 0 0 .25rem rgba(var(--bleu-ocean-25));
}
.wpcf7-form-control-wrap {
    margin-bottom: 1.5rem;
    display: block;
}
.wpcf7 small {
    display: block;
    font-size: 1.6rem;
    font-style: italic;
    margin-bottom: 1.5rem;
}
.wpcf7 .wpcf7-spinner {
    display: none !important;
}
.wpcf7 .submit-wrapper {
    text-align: center;
}
.wpcf7 .submit-wrapper span {
    display: block;
}
.wpcf7 .submit-wrapper .h-captcha {
    margin: 0 auto;
}
.wpcf7 .submit-wrapper input[type=submit] {
    margin-top: 0;
    background-color: #D5E0F0;
    border: 0 none;
    text-transform: uppercase;
    color: #0A2C46;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 5rem;
    padding: 0 2.8rem;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
.wpcf7 .submit-wrapper input[type=submit]:hover {
    background-color: #0A2C46;
    color: #D5E0F0;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 600;
}
.wpcf7 .sent * {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: block;
    border: 0 none;
    background-color: rgba(var(--bleu-ocean-25));
    font-size: 2rem;
    padding: 2rem;
}

/*------------------------------------*\
404
\*------------------------------------*/

.error404 .section:not(.section__page-title) {
    margin-top: 10rem;
    font-size: 1.6rem;
}
._404 {
    font-weight: 800;
    font-size: 30rem;
    line-height: 0.8;
    margin-bottom: 2rem;
}
.error404 h2 {
    line-height: 1;
    font-size: 8rem;
    font-weight: 500;
    margin-bottom: 5rem;
}
.error404 .cta {
    margin-top: 5rem;
}

@media screen and ( max-width: 991.98px) {
    .error404 .section:not(.section__page-title) {
        margin-top: 5rem;
    }
    ._404 {
        font-size: 25rem;
    }
    .error404 h2 {
        font-size: 6rem;
        margin-bottom: 4rem;
    }
    .error404 .cta {
        margin-top: 4rem;
    }
}
@media screen and ( max-width: 575.98px) {
    ._404 {
        font-size: 20rem;
    }
    .error404 h2 {
        font-size: 4rem;
        margin-bottom: 3rem;
    }
    .error404 .cta {
        margin-top: 3rem;
    }
}

/*------------------------------------*\
SINGLE POST
\*------------------------------------*/

.single-post h1 {
	margin-bottom: 5rem;
}
.single-post .post-date {
	text-transform: uppercase;
	color: var(--bleu-ocean);
	font-weight: 700;
	font-size: 1.2rem;
}
.single-post .section__visuel img {
	width: 100%;
	aspect-ratio: 1.5;
	-o-object-fit: cover;
	object-fit: cover;
}

/* Share links */
.section__share {
	font-size: 1.8rem;
	font-weight: 800;
}
.section__share a {
	display: inline-block;
}
.section__share a:not(:last-child),
.section__share strong {
	margin-right: 1rem;
}
.section__share svg {
	display: block;
    width: 2.5rem;
    height: 2.5rem;
}
.section__share .download-link {
	text-decoration: underline;
	-webkit-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	transition: all ease 300ms;
	text-transform: uppercase;
	color: var(--vert);
	font-weight: 700;
	background: url(assets/img/single-download-link.png) 0 50% / auto 100% no-repeat;
	padding-left: 3rem;
}
.section__share .download-link:hover {
	text-decoration: none;
}


/*------------------------------------*\
SECTIONS
\*------------------------------------*/

.section {
    margin-bottom: 10rem;
}
.section.mb-half {
    margin-bottom: 5rem;
}
.section.mt-half {
    margin-top: 5rem;
}
.section.section__background-color,
.section.section__background-gradient,
.section.section__background-image {
    padding: 10rem 0;
}
.section.section__background-color:last-child,
.section.section__background-gradient:last-child,
.section.section__background-image:last-child {
    margin-bottom: 0;
}
.section.section__background-color.section__border-top{
    border-top-width: 8px;
    border-top-style: solid;
    border-top-color: var(--vert);
}

.section-intro {
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    line-height: 3.5rem;
    margin-bottom: 5rem;
    color: var(--bleu-marine);
}
.section__background-color .section-intro {
    color: var(--blanc);
}

/** SECTION BREADCRUMBS **/
section.breadcrumbs {
    padding: 5rem 0;
    font-size: 1.2rem;
    color: var(--bleu-marine);
}
section.breadcrumbs p {
    margin-bottom: 0;
}
section.breadcrumbs a,
section.breadcrumbs a:hover {
    color: var(--bleu-marine);
}
section.breadcrumbs .last {
    font-weight: 700;
}
section.breadcrumbs .separator {
    display: inline-block;
    margin: 0 0.5rem;
}

/** SECTION PAGE TITLE **/

.section__page-title {
    padding: 12rem 0;
    margin-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #fff;
}
.section__page-title .hn-1 {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
}
.section__page-title .hn-1 span {
    display: block;
    margin-top: 2rem;
    font-size: 4rem;
    font-weight: 400;
    text-transform: none;
}
/** SECTION BLOCS VISUELS/LIENS **/

.section__line_blocks_links_pictures-intro p:last-child {
    margin: 0;
}

.section__line_blocks_links_pictures-article,
.section__line_blocks_links_pictures-article-img{
    position: relative;
}
.section__line_blocks_links_pictures-article-img {
    overflow: hidden;
}
.section__line_blocks_links_pictures-article-img img {
    -webkit-transition: -webkit-transform ease 300ms;
    transition: -webkit-transform ease 300ms;
    -o-transition: -o-transform ease 300ms;
    -moz-transition: transform ease 300ms, -moz-transform ease 300ms;
    transition: transform ease 300ms;
    transition: transform ease 300ms, -webkit-transform ease 300ms, -moz-transform ease 300ms, -o-transform ease 300ms;
}
article:hover .section__line_blocks_links_pictures-article-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.section__line_blocks_links_pictures-article-img:after{
    content:"";
    background: var(--bleu-marine);
    opacity: 0.5;
    display: block;
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
.section__line_blocks_links_pictures-article:hover .section__line_blocks_links_pictures-article-img:after{
    background: var(--bleu-ocean);
}
.section__line_blocks_links_pictures-title a,
.section__line_blocks_links_pictures-title span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--blanc);
    z-index: 1;
    font-size: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
}
.nb-cols-4 .section__line_blocks_links_pictures-title a,
.nb-cols-4 .section__line_blocks_links_pictures-title span {
    font-size: 2.5rem;
    line-height: 1;
}

/** SECTION ARCHIVE **/

.pagination {
	color: var(--bleu-ocean);
	font-size: 1.6rem;
	line-height: 3.5rem;
}
.pagination a,
.pagination span {
	display: block;
	width: 3rem;
	text-align: center;
}
.pagination span {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	background-color: var(--bleu-ocean);
	border: 0.1rem solid var(--bleu-ocean);
}
.pagination a {
	color: var(--bleu-ocean);
	background-color: #fff;
	border: 0.1rem solid #D5E0F0;
	-webkit-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	transition: all ease 300ms;
}
.pagination a:hover {
	color: #fff;
	background-color: var(--bleu-ocean);
	border: 0.1rem solid var(--bleu-ocean);
}

.section__archive-article{
    margin-bottom: 3.8rem;
}

.section__archive-article-img {
    margin-bottom: 2rem;
    display: block;
    overflow: hidden;
}
.section__archive-article-img img {
    -webkit-transition: -webkit-transform ease 300ms;
    transition: -webkit-transform ease 300ms;
    -o-transition: -o-transform ease 300ms;
    -moz-transition: transform ease 300ms, -moz-transform ease 300ms;
    transition: transform ease 300ms;
    transition: transform ease 300ms, -webkit-transform ease 300ms, -moz-transform ease 300ms, -o-transform ease 300ms;
    width: 100%;
    aspect-ratio: 1.12;
    -o-object-fit: cover;
    object-fit: cover;
}
article:hover .section__archive-article-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section__archive-article-category,
.section__archive-article-date {
    color: var(--vert);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    text-transform: uppercase;
    display: inline-block;
}
.section__archive-article-has-download .section__archive-article-date {
    position: relative;
    z-index: 20;
}
.section__archive-article-has-download .section__archive-article-date a {
    color: var(--vert);
}
.section__archive-article-category {
    margin-bottom: 2.5rem;
}

.section__archive-article-excerpt {
    font-size: 1.6rem;
    color: var(--bleu-marine);
    margin-bottom: 2rem;
    text-align: justify;
}
.section__archive-article-excerpt p:last-child{
    margin: 0;
}

/** SECTION ARCHIVE EVENT **/

.section__archive-event {
    margin-bottom: 5.2rem;
}
.section__archive-event-img {
    margin-bottom: 2.2rem;
    overflow: hidden;
}
.section__archive-event-img img {
    -webkit-transition: -webkit-transform ease 300ms;
    transition: -webkit-transform ease 300ms;
    -o-transition: -o-transform ease 300ms;
    -moz-transition: transform ease 300ms, -moz-transform ease 300ms;
    transition: transform ease 300ms;
    transition: transform ease 300ms, -webkit-transform ease 300ms, -moz-transform ease 300ms, -o-transform ease 300ms;
    width: 100%;
    aspect-ratio: 1.46;
    -o-object-fit: cover;
    object-fit: cover;
}
article:hover .section__archive-event-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.section__archive-event-date {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    margin-bottom: 1rem;
    display: block;
    color:var(--bleu-marine);
}
.section__archive-event-lieux{
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    color: var(--bleu-marine);
}

/** SECTION BLOC LISTES **/
.section__list-cta-icons {
    background: -webkit-gradient(linear, left top, right top, from(rgba(10, 44, 70, 1)), to(rgba(44, 88, 138, 1)));
    background: -webkit-linear-gradient(left, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
    background: -moz-linear-gradient(left, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
    background: -o-linear-gradient(left, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
    background: linear-gradient(90deg, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
}
.section__list-ul {
    list-style: none;
    margin: -2.75rem -6rem;
    padding: 0;
    width: -webkit-calc(100% + 12rem);
    width: -moz-calc(100% + 12rem);
    width: calc(100% + 12rem);
}
.section__list-ul li {
    width: 28rem;
    margin: 2.75rem 6rem;
}

.section__list-ul li .bloc__list-icon-bloc {
    width: 100%;
    padding: 0;
}
.section__list-ul li .bloc__list-icon-bloc div{
    width: 100%;
    background: var(--blanc);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 4.5rem;
}
.section__list-ul li .bloc__list-icon-bloc div i {
    margin-right: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 3rem;
}

/** SECTION DEUX COLS **/

.section__deux-cols-content-padding-left {
    padding-left: 3rem;
}
.section__deux-cols-content-padding-right {
    padding-right: 3rem;
}
.section__deux-cols-content-txt {
    font-size: 1.8rem;
    color: var(--bleu-marine);
    line-height: 2.2rem;
    margin-bottom: 4.6rem;
    text-align: justify;
}

/* SECTION INTERSTICE TEXTE 1 COL */
.section__interstice-text-1-col {
    background-image: url(assets/img/background_points.png), -webkit-linear-gradient(45deg, rgba(10,44,70,1) 0%, rgba(44,88,138,1) 100%);
    background-image: url(assets/img/background_points.png), -moz-linear-gradient(45deg, rgba(10,44,70,1) 0%, rgba(44,88,138,1) 100%);
    background-image: url(assets/img/background_points.png), -o-linear-gradient(45deg, rgba(10,44,70,1) 0%, rgba(44,88,138,1) 100%);
    background-image: url(assets/img/background_points.png), linear-gradient(45deg, rgba(10,44,70,1) 0%, rgba(44,88,138,1) 100%);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: cover, cover;
    -moz-background-size: cover, cover;
    -o-background-size: cover, cover;
    background-size: cover, cover;
    font-size: 2rem;
    line-height: 1.2;
}
.section__interstice-text-1-col .hn {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 2.5rem;
}
.section__interstice-text-1-col p {
    margin-bottom: 2.5rem;
}
.section__interstice-text-1-col p:last-child {
    margin-bottom: 0;
}
.section__interstice-text-1-col-corners-style-1 {
    position: relative;
    padding: 5.5rem 6.5rem;
}
.section__interstice-text-1-col-corners-style-1 > .row {
    position: relative;
    z-index: 2;
}
.section__interstice-text-1-col-corners-style-1 .section__interstice-text-1-col-corner-top-left,
.section__interstice-text-1-col-corners-style-1 .section__interstice-text-1-col-corner-top-right,
.section__interstice-text-1-col-corners-style-1 .section__interstice-text-1-col-corner-bottom-left,
.section__interstice-text-1-col-corners-style-1 .section__interstice-text-1-col-corner-bottom-right {
    position: absolute;
    z-index: 1;
    border-color: var(--blanc);
    border-style: solid;
    width: 7.2rem;
    height: 7.2rem;
}
.section__interstice-text-1-col-corner-top-left {
    border-width: 0.1rem 0 0 0.1rem;
    left: 0;
    top: 0;
}
.section__interstice-text-1-col-corner-top-right {
    border-width: 0.1rem 0.1rem 0 0;
    right: 0;
    top: 0;
}
.section__interstice-text-1-col-corner-bottom-left {
    border-width: 0 0 0.1rem 0.1rem;
    left: 0;
    bottom: 0;
}
.section__interstice-text-1-col-corner-bottom-right {
    border-width: 0 0.1rem 0.1rem 0;
    right: 0;
    bottom: 0;
}

.section__interstice-text-1-col-corner-top-left::before,
.section__interstice-text-1-col-corner-top-right::before,
.section__interstice-text-1-col-corner-bottom-left::before,
.section__interstice-text-1-col-corner-bottom-right::before {
    position: absolute;
    display: block;
    content: '';
    z-index: 1;
    width: 1.5rem;
    height: 1.5rem;
    border-style: solid;
    border-color: var(--vert);
}
.section__interstice-text-1-col-corner-top-left::before {
    top: -0.4rem;
    left: -0.4rem;
    border-width: 0.3rem 0 0 0.3rem;
}
.section__interstice-text-1-col-corner-top-right::before {
    top: -0.4rem;
    right: -0.4rem;
    border-width: 0.3rem 0.3rem 0 0;
}
.section__interstice-text-1-col-corner-bottom-left::before {
    bottom: -0.4rem;
    left: -0.4rem;
    border-width: 0 0 0.3rem 0.3rem;
}
.section__interstice-text-1-col-corner-bottom-right::before {
    bottom: -0.4rem;
    right: -0.4rem;
    border-width: 0 0.3rem 0.3rem 0;
}

.section__interstice-cta{
    margin-top:5.5rem;
}

.section__interstice-icon-bloc-container{
    margin-top: 5rem;
}
.section__interstice-icon-bloc-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section__interstice-icon-bloc-content i {
    width: 4rem;
    height: 2.2rem;
    display: block;
}
.section__interstice-icon-bloc-content i svg {
    width: 100%;
    height: auto;
}

.section__interstice-icon-bloc-content-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section__interstice-icon-bloc-content-txt span.timer {
    font-size: 4.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    margin: 0 1rem;
}
.section__interstice-icon-bloc-content-txt span:not(.timer) {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 400;
    width: 6.4rem;
    text-align: left;
}

/* Interstice texte 1 col style 2 */
.section__interstice-text-1-col-style-2 {
    background-image:
        url(assets/img/acf-section-interstice-style-2-illus-bckg.png),
        url(assets/img/acf-section-interstice-style-2-illus-bckg.png),
        -webkit-linear-gradient(45deg, #00A0DC 0%, #2C588A 100%);
    background-image:
        url(assets/img/acf-section-interstice-style-2-illus-bckg.png),
        url(assets/img/acf-section-interstice-style-2-illus-bckg.png),
        -moz-linear-gradient(45deg, #00A0DC 0%, #2C588A 100%);
    background-image:
        url(assets/img/acf-section-interstice-style-2-illus-bckg.png),
        url(assets/img/acf-section-interstice-style-2-illus-bckg.png),
        -o-linear-gradient(45deg, #00A0DC 0%, #2C588A 100%);
    background-image: 
        url(assets/img/acf-section-interstice-style-2-illus-bckg.png),
        url(assets/img/acf-section-interstice-style-2-illus-bckg.png),
        linear-gradient(45deg, #00A0DC 0%, #2C588A 100%);
    background-repeat: no-repeat;
    background-position: 0 120%, 100% 0, 50%;
    -webkit-background-size: 55rem auto, 55rem auto, cover;
    -moz-background-size: 55rem auto, 55rem auto, cover;
    -o-background-size: 55rem auto, 55rem auto, cover;
    background-size: 55rem auto, 55rem auto, cover;
}
.section__interstice-text-1-col-style-2 .hn {
    line-height: 1.1;
    margin-bottom: 5rem;
}

/* Interstice texte 1 col style 3 */
.section__interstice-text-1-col-style-3 {
    background-image: none;
}

/* SECTION TEXTE UNE COLONNE */

.section__texte-une-col {
    font-size: 1.8rem;
    color: var(--bleu-marine);
    line-height: 2.2rem;
}
.section__texte-une-col-content {
    text-align: justify;
}
.section__texte-une-col-content *:last-child {
    margin-bottom: 0;
}
.section__texte-une-col-content p {
    margin-bottom: 2.5rem;
}
.section__texte-une-col-content h2 {
    font-size: 3rem;
    font-weight: 700;
    color:var(--bleu-marine);
    margin-bottom: 1.5rem;
}
.section__texte-une-col .cta-wrapper {
    margin-top: 3rem;
}



/* SECTION ACCORDION */

.section__accordion .accordion-item {
    border: none;
    background-color: rgba(var(--bleu-ocean-25));
    padding: 0 10rem;
}
.section__accordion .accordion-item:not(:last-child) {
    margin-bottom: 2.5rem;
}
.section__accordion .accordion-button {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--bleu-marine);
    background-color: transparent;
    padding: 2.5rem 4rem 2.5rem 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.section__accordion .accordion-button i {
    font-size: 3.5rem;
    position: absolute;
    left: -5rem;
    top: 2.5rem;
}
.section__accordion .accordion-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.section__accordion .accordion-button:after {
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z' fill='%230a2c46'/%3E%3C/svg%3E");
    position: absolute;
    right: 1.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.section__accordion .accordion-button.collapsed:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z' fill='%230a2c46'/%3E%3C/svg%3E");
}
.section__accordion .accordion-body {
    padding: 1.5rem 0;
    font-size: 1.6rem;
    color: var(--bleu-marine);
}
.section__accordion .accordion-body > *:last-child {
    margin-bottom: 0;
}
.section__accordion-outro {
    margin-top: 3rem;
    font-size: 1.6rem;
}
.section__accordion-outro *:last-child {
    margin-bottom: 0;
}
.section__accordion .cta-wrapper {
    margin-top: 4.5rem;
}

/* SECTION VISUEL */

.section__visuel-img-wrapper,
.section__visuel-img-wrapper img {
    position: relative;
}
.section__visuel-img-wrapper.image-decoration-corner:before {
    z-index: 1;
    position: absolute;
    background-color: var(--vert);
    width: 5.6rem;
    height: 5.6rem;
    left: -1rem;
    top: -1rem;
    display: block;
    content: '';
}
.section__visuel-img-wrapper.image-decoration-corner img {
    z-index: 2;
    background-color: #FFFFFF;
}
.section__visuel-intro {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    text-align: justify;
}
.section__visuel-outro {
    font-size: 1.6rem;
    margin-top: 5rem;
    text-align: justify;
}
.section__visuel-intro > *:last-child,
.section__visuel-outro > *:last-child {
    margin-bottom: 0;
}
.section__visuel .cta-wrapper {
    margin-top: 5rem;
}

/* SECTION VIDEO */

.section__video-wrapper {
    position: relative;
    height: 0;
    padding-top: 56.25%;
}
.section__video-wrapper iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.section__video-wrapper.image-decoration-corner:before {
    z-index: 1;
    position: absolute;
    background-color: var(--vert);
    width: 5.6rem;
    height: 5.6rem;
    left: -1rem;
    top: -1rem;
    display: block;
    content: '';
}
.section__video-intro {
    margin-bottom: 3rem;
    text-align: justify;
    font-size: 1.6rem;
}
.section__video-outro {
    font-size: 1.6rem;
    margin-top: 5rem;
    text-align: justify;
}
.section__video-intro > *:last-child,
.section__video-outro > *:last-child {
    margin-bottom: 0;
}
.section__video .cta-wrapper {
    margin-top: 5rem;
}

/* SECTION GRID PICTOS STYLE 1 */
.section.section__pictos-grid {
    background-color: rgba(var(--bleu-ocean-25));
    padding: 2rem 0 4rem 0;
    border-top: 0.2rem solid var(--vert);
}
.section__pictos-grid *[class^='hn-'] {
    margin-bottom: 2rem;
}
.section__pictos-grid-intro {
    font-size: 1.6rem;
}
.section__pictos-grid-outro {
	margin-top: 3rem;
    font-size: 1.6rem;
    text-align: justify;
}
.section__pictos-grid-list {
    padding-top: 4rem;
}
.section__pictos-grid-item {
    padding-top: 5rem;
    margin-bottom: 2rem;
    height: auto;
    width: 100%;
    font-size: 1.6rem;
}
.section__pictos-grid-item-inner {
    background-color: #fff;
    -webkit-border-bottom-right-radius: 2rem;
    -moz-border-radius-bottomright: 2rem;
    border-bottom-right-radius: 2rem;
    position: relative;
    padding: 6rem 1.3rem 2rem 1.3rem;
    height: 100%;
}
.section__pictos-grid-item-inner .icon {
    position: absolute;
    z-index: 1;
    width: 10rem;
    height: 10rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: -5rem ;
    margin: auto;
    font-size: 4.5rem;
    background-color: var(--vert);
    color: #fff;
}
.section__pictos-grid-item-inner .icon-text > *:last-child {
    margin-bottom: 0;
}

/* Pictos grille desktop <> slider mobile */
@media screen and ( min-width: 992px) {
    .section__pictos-grid-list .swiper-pagination {
        display: none;
    }
    .section__pictos-grid-list .swiper-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -webkit-calc(-1 * var(--bs-gutter-y));
        margin-top: -moz-calc(-1 * var(--bs-gutter-y));
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: -webkit-calc(-.5 * var(--bs-gutter-x));
        margin-right: -moz-calc(-.5 * var(--bs-gutter-x));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: -webkit-calc(-.5 * var(--bs-gutter-x));
        margin-left: -moz-calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }
    .section__pictos-grid-list .swiper-wrapper > * {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: -webkit-calc(var(--bs-gutter-x) * .5);
        padding-right: -moz-calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: -webkit-calc(var(--bs-gutter-x) * .5);
        padding-left: -moz-calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }
    .section__pictos-grid-list .swiper-slide {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
        height: auto;
    }
    .section__pictos-grid-list-2cols .swiper-slide {
        width: 50%;
    }
}
@media screen and ( max-width: 991.98px) {
    .section__pictos-grid-list {
        position: relative;
    }
    .section__pictos-grid-list .swiper-slide {
        height: auto;
    }
    .section__pictos-grid-item {
        margin-bottom: 0;
    }
    .section__pictos-grid-list .swiper-pagination {
        position: relative;
        margin-top: 2.5rem;
    }
    .section__pictos-grid-list .swiper-pagination .swiper-pagination-bullet {
        background-color: #fff;
    }
}

/* SECTION TROMBINOSCOPE */

.section__trombi .swiper-button-prev,
.section__trombi .swiper-button-next {
    display: none;
}
.section__trombi-item {
    overflow: hidden;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
}
.section__trombi-item-main-infos {
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2rem 1.5rem;
    font-weight: 700;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(10,44,70,1)), color-stop(30%, rgba(10,44,70,1)), color-stop(50%, rgba(10,44,70,0)));
    background: -webkit-linear-gradient(bottom, rgba(10,44,70,1) 0%, rgba(10,44,70,1) 30%, rgba(10,44,70,0) 50%);
    background: -moz-linear-gradient(bottom, rgba(10,44,70,1) 0%, rgba(10,44,70,1) 30%, rgba(10,44,70,0) 50%);
    background: -o-linear-gradient(bottom, rgba(10,44,70,1) 0%, rgba(10,44,70,1) 30%, rgba(10,44,70,0) 50%);
    background: linear-gradient(0deg, rgba(10,44,70,1) 0%, rgba(10,44,70,1) 30%, rgba(10,44,70,0) 50%);
}
.section__trombi-item-main-infos .name {
    font-size: 2rem;
}
.section__trombi-item-main-infos .function {
    font-size: 1.4rem;
    color: var(--vert);
}
.section__trombi-item-secondary {
    top: 100%;
    left: 0;
    right: 0;
    width: -webkit-calc(100% - 3rem);
    width: -moz-calc(100% - 3rem);
    width: calc(100% - 3rem);
    height: 100%;
    background-color: var(--bleu-marine);
    color: #fff;
    z-index: 1;
    margin: 0 auto;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
    padding: 1.5rem 1.5rem 3rem 1.5rem;
}
.section__trombi-item:hover .section__trombi-item-secondary {
    top: 0;
}
.section__trombi-item-secondary .infos-top {
    font-weight: 700;
}
.section__trombi-item-secondary .name {
    font-size: 1.8rem;
}
.section__trombi-item-secondary .linkedin {
    display: block;
    position: absolute;
    z-index: 1;
    width: 2rem;
    bottom: 1rem;
    right: 0;
    left: 0;
    margin: auto;
}
.section__trombi-item-secondary .function {
    font-size: 1.3rem;
    color: var(--vert);
}
.section__trombi-item-secondary .bio {
    font-weight: 400;
    font-size: 1.3rem;
}
.section__trombi-item-secondary .bio *:last-child {
    margin-bottom: 0;
}
.section__trombi-item-secondary .flags {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc( (2.5rem* 4) + (0.9rem* 3) );
    width: -moz-calc( (2.5rem* 4) + (0.9rem* 3) );
    width: calc( (2.5rem* 4) + (0.9rem* 3) );
    margin: 0 auto;
}
.section__trombi-item-secondary .flags img {
    width: 2.5rem;
    margin-right: 0.9rem;
    margin-bottom: 0.9rem;
}
.section__trombi-item-secondary .flags img:nth-child(4n),
.section__trombi-item-secondary .flags img:last-child {
    margin-right: 0;
}
.section__trombi-item-secondary .logos img {
    max-width: 6rem;
}
.section__trombi-item-secondary .logos img:not(:last-child) {
    margin-right: 1rem;
}

/* SECTION KEY FACTS */

.section__keyfacts-intro *:last-child,
.section__keyfacts-outro *:last-child {
    margin-bottom: 0;
}
.section__keyfacts-intro,
.section__keyfacts-outro {
    color: #062D4E;
    text-align: justify;
    font-size: 1.6rem;
}
.section__keyfacts-intro {
    margin-bottom: 4rem;
}
.section__keyfacts-outro {
    margin-top: 4rem;
}
.section__keyfacts .swiper-pagination {
    display: none;
}
.section__keyfacts .swiper-button-prev,
.section__keyfacts .swiper-button-next {
    background-color: var(--bleu-marine);
    color: #fff;
    width: 5rem;
    height: 5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 400;
    font-size: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section__keyfacts .swiper-button-next {
    right: -7rem;
}
.section__keyfacts .swiper-button-prev {
    left: -7rem;
}
.section__keyfacts-article {
    border-top: 0.3rem solid var(--vert);
    position: relative;
    height: 23rem;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: -webkit-background-size ease 300ms;
    transition: -webkit-background-size ease 300ms;
    -o-transition: -o-background-size ease 300ms;
    -moz-transition: background-size ease 300ms, -moz-background-size ease 300ms;
    transition: background-size ease 300ms;
    transition: background-size ease 300ms, -webkit-background-size ease 300ms, -moz-background-size ease 300ms, -o-background-size ease 300ms;
}
.section__keyfacts-article:hover {
    -webkit-background-size: 110% 110%;
    -moz-background-size: 110%;
    -o-background-size: 110%;
    background-size: 110%;
}
.section__keyfacts-article:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(10,44,70,1)), color-stop(60%, rgba(10,44,70,0.5)), to(rgba(10,44,70,0.5)));
    background: -webkit-linear-gradient(bottom, rgba(10,44,70,1) 0%, rgba(10,44,70,0.5) 60%, rgba(10,44,70,0.5) 100%);
    background: -moz-linear-gradient(bottom, rgba(10,44,70,1) 0%, rgba(10,44,70,0.5) 60%, rgba(10,44,70,0.5) 100%);
    background: -o-linear-gradient(bottom, rgba(10,44,70,1) 0%, rgba(10,44,70,0.5) 60%, rgba(10,44,70,0.5) 100%);
    background: linear-gradient(0deg, rgba(10,44,70,1) 0%, rgba(10,44,70,0.5) 60%, rgba(10,44,70,0.5) 100%);
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.section__keyfacts-article-content {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: justify;
}
.section__keyfacts-article-content h3 {
    text-align: left;
}
.section__keyfacts-article-content span,
.section__keyfacts-article-content a {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.1;
    padding: 2.5rem 2rem 1rem 2rem;
}
.section__keyfacts-article-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    height: 7rem;
    margin-bottom: 2rem;
}

/* SECTION SLIDER BLOCS TEXTE/IMAGE */
.section__slider_blocs_text_img .swiper-pagination {
	display: none;
}
.section__slider_blocs_text_img .swiper-slide {
	margin-bottom: 3rem;
}
.section__keyfacts-intro *:last-child,
.section__keyfacts-outro *:last-child {
    margin-bottom: 0;
}
.section__slider_blocs_text_img-intro,
.section__slider_blocs_text_img-outro {
    color: #062D4E;
    text-align: justify;
    font-size: 1.6rem;
}
.section__slider_blocs_text_img-intro {
    margin-bottom: 4rem;
}
.section__slider_blocs_text_img-outro {
    margin-top: 4rem;
}
.section__slider_blocs_text_img-article {
    position: relative;
    height: 21rem;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: -webkit-background-size ease 300ms;
    transition: -webkit-background-size ease 300ms;
    -o-transition: -o-background-size ease 300ms;
    -moz-transition: background-size ease 300ms, -moz-background-size ease 300ms;
    transition: background-size ease 300ms;
    transition: background-size ease 300ms, -webkit-background-size ease 300ms, -moz-background-size ease 300ms, -o-background-size ease 300ms;
}
.section__slider_blocs_text_img-article:hover {
    -webkit-background-size: 110% 110%;
    -moz-background-size: 110%;
    -o-background-size: 110%;
    background-size: 110%;
}
.section__slider_blocs_text_img-article:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(10,44,70,1)), color-stop(60%, rgba(10,44,70,0.5)), to(rgba(10,44,70,0.5)));
    background: -webkit-linear-gradient(bottom, rgba(10,44,70,1) 0%, rgba(10,44,70,0.5) 60%, rgba(10,44,70,0.5) 100%);
    background: -moz-linear-gradient(bottom, rgba(10,44,70,1) 0%, rgba(10,44,70,0.5) 60%, rgba(10,44,70,0.5) 100%);
    background: -o-linear-gradient(bottom, rgba(10,44,70,1) 0%, rgba(10,44,70,0.5) 60%, rgba(10,44,70,0.5) 100%);
    background: linear-gradient(0deg, rgba(10,44,70,1) 0%, rgba(10,44,70,0.5) 60%, rgba(10,44,70,0.5) 100%);
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.section__slider_blocs_text_img-article-content {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: justify;
}
.section__slider_blocs_text_img-article-content span,
.section__slider_blocs_text_img-article-content a {
    position: absolute;
    display: block;
    z-index: 1;
    right: 0;
    top: 40%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.1;
    padding: 0 1rem 0 1rem;
}
.section__slider_blocs_text_img-article-title {
    position: absolute;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.5rem;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--vert);
    padding: 0 1rem;
}

/* SECTION CITATION */

.section__citation-img-wrapper {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333333%;
	margin-right: 7rem;
	position: relative;
}
.section__citation-img-wrapper::before {
	content: '';
	z-index: 1;
	position: absolute;
	display: block;
	width: 17.7rem;
	height: 13.6rem;
	background: url(assets/img/acf-section-citation-quotes.png) 50% / 100% no-repeat;
	left: 12rem;
	top: -6.3rem;
}
.section__citation-img-wrapper img {
	aspect-ratio: 1.252;
	width: 100%;
	height: auto;
}
.section__citation-header {
	position: relative;
	z-index: 2;
}
.section__citation-title {
	color: var(--bleu-ocean);
	font-size: 5rem;
	line-height: 1;
	font-weight: 700;
	padding-bottom: 3rem;
}
.section__citation-suptitle {
	font-size: 4.2rem;
	color: var(--bleu-marine);
}
.section__citation-content {
	position: relative;
	z-index: 1;
	margin-top: -2rem;
	background: -webkit-gradient(linear, left top, right top, from(rgba(10, 44, 70, 1)), to(rgba(44, 88, 138, 1)));
	background: -webkit-linear-gradient(left, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
	background: -moz-linear-gradient(left, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
	background: -o-linear-gradient(left, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
	background: linear-gradient(90deg, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
	color: #fff;
	padding: 4rem 4rem 4rem 5rem;
	font-size: 1.6rem;
	line-height: 2rem;
	text-align: justify;
}
.section__citation-content::before {
	position: absolute;
	left: 4rem;
	top: 4rem;
	bottom: 4rem;
	z-index: 1;
	content: '';
	display: block;
	width: 0.1rem;
	background-color: #fff;
}
.section__citation-content *:last-child {
	margin-bottom: 0;
}

/*------------------------------------*\
FOOTER
\*------------------------------------*/

footer {
    background: rgb(10, 44, 70);
    background: -webkit-gradient(linear, left top, right top, from(rgba(10, 44, 70, 1)), to(rgba(44, 88, 138, 1)));
    background: -webkit-linear-gradient(left, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
    background: -moz-linear-gradient(left, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
    background: -o-linear-gradient(left, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
    background: linear-gradient(90deg, rgba(10, 44, 70, 1) 0%, rgba(44, 88, 138, 1) 100%);
}
.footer__section {
    margin-left: 3.6rem;
    margin-right: 3.6rem;
    padding-left: 6.7rem;
    padding-right: 6.7rem;
}
.footer__logosection,
.footer__utiles-content {
    border-left: 1px solid var(--vert);
    border-right: 1px solid var(--vert);
}
.footer__logosection {
    padding-top: 8.6rem;
    padding-bottom: 5.6rem;
}
.footer__logosection img {
    max-width: 100%;
    width: 30rem;
}
.footer__utiles {
    border-top: 1px solid var(--vert);
}
.footer__utiles-content {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__utiles-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__utiles-nav ul li:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 2px solid var(--blanc);
}
.footer__utiles-nav ul li a {
    color: var(--blanc);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.87rem;
}

.footer__utiles-rs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__utiles-rs ul span i {
    display: block;
    width: 2.9rem;
    height: 2.7rem;
}
.footer__utiles-rs ul span i svg {
    width: 100%;
    height: auto;
}

.footer__logosection-menu {
    text-align: center;
}
.footer__logosection-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(16rem * 5);
    width: -moz-calc(16rem * 5);
    width: calc(16rem * 5);
}
.footer__logosection-menu ul li {
    width: 16rem;
    display: block;
    margin: 1.7rem 0;
}
.footer__logosection-menu ul li a {
    color: var(--blanc);
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.87rem;
}
.footer__utiles-mentions {
    color: var(--blanc);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.87rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 1rem;
    margin-left: 1rem;
}
.footer__utiles-mentions:before {
    position: absolute;
    content: '';
    display: block;
    background-color: var(--blanc);
    width: 0.2rem;
    height: 1.9rem;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer__utiles-mentions img {
    max-height: 4.3rem;
    margin-left: 1rem;
}

#btn_up {
    display: none;
    position: fixed;
    right: 3rem;
    bottom: 2rem;
    background: var(--bleu-ocean);
    width: 5.7rem;
    height: 5.7rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor:pointer;
    z-index: 1000;
}

/*------------------------------------*\
SECTIONS FLEXIBLES
\*------------------------------------*/

.section__slider-hero .swiper-slide {
    height: auto;
    min-height: 80rem;
    color: var(--blanc);
}
.section__slider-hero .swiper-slide > .container {
    z-index: 2;
}
.section__slider-hero-first-slide-content {
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section__slider-hero .section__slider-hero-first-slide-content h1 {
    margin-bottom: 0;
    font-size: 9rem;
    line-height: 0.9;
}
.section__slider-hero .section__slider-hero-first-slide-content h1 .sentence1 {
    padding-left: 4rem;
}
.section__slider-hero .section__slider-hero-first-slide-content h1 .sentence2 {
    font-size: 11rem;
}
.section__slider-hero .section__slider-hero-first-slide-content h1 .sentence3 {
    font-size: 13rem;
    padding-left: 5rem;
}

/* Slider hero / first slide type 2 */
.section__slider-hero .section__slider-hero-first-slide-type2 .section__slider-hero-first-slide-content {
    padding-top: 11rem;
}
.section__slider-hero .section__slider-hero-first-slide-type2 .section__slider-hero-first-slide-content h1 {
    font-size: 5.5rem;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.section__slider-hero .swiper-slide-background-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 9rem;
}
.section__slider-hero .swiper-slide-text {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(assets/img/slide-hero-slide-text-background.jpg);
    padding: 15rem 0;
}
.section__slider-hero .slide-category {
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.5rem;
    font-size: 4rem;
}
.section__slider-hero .slide-category i {
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    margin-right: 2rem;
}
.section__slider-hero .slide-meta {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}
.section__slider-hero .slide-title,
.section__slider-hero h1 {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 2.5rem;
}
.section__slider-hero .swiper-button-next,
.section__slider-hero .swiper-button-prev {
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
    font-variant: normal;
    text-rendering: auto;
    font-style: normal;
    line-height: 1;
    color: #fff;
    width: 3.8rem;
}
.section__slider-hero .swiper-button-prev {
    left: 15rem;
}
.section__slider-hero .swiper-button-next {
    right: 15rem;
}

/*------------------------------------*\
TRIBE EVENTS
\*------------------------------------*/

.tribe-events .tribe-events-header {
	z-index: 1;
}

/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1599.98px) {
    .section__slider-hero .swiper-button-next {
        right: 5rem;
    }
    .section__slider-hero .swiper-button-prev {
        left: 5rem;
    }
}
@media only screen and (max-width:1399.98px) {
    html {
        font-size:53%; /* 1200/1400 ratio */
        -webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
        scroll-padding-top: 13rem;
    }
    main {
        padding-top: 14.74rem;
    }
    .section__slider-hero .swiper-slide {
        min-height: 70rem;
    }
    .section__slider-hero .swiper-slide-text {
        padding: 10rem 0;
    }
    .section__slider-hero .swiper-button-next {
        right: 3rem;
    }
    .section__slider-hero .swiper-button-prev {
        left: 3rem;
    }
    .section__slider-hero .swiper-button-prev::after,
    .section__slider-hero .swiper-button-next::after {
        font-size: 3rem;
    }
    .section__slider-hero .swiper-slide-background-image {
        padding-bottom: 8rem;
    }
    .section__slider-hero-first-slide-logo {
        max-width: 40rem;
    }
    .section__slider-hero .section__slider-hero-first-slide-content h1 {
        font-size: 8rem;
    }
    .section__slider-hero .section__slider-hero-first-slide-content h1 .sentence2 {
        font-size: 10rem;
    }
    .section__slider-hero .section__slider-hero-first-slide-content h1 .sentence3 {
        font-size: 12rem;
    }
    .swiper-button-next, .swiper-button-prev {
        font-size: 3.5rem;
    }
    .swiper-button-prev {
        left: -3rem;
    }
    .swiper-button-next {
        right: -3rem;
    }
    .section__list-ul {
        margin: -2.75rem 0;
        width: 100%;
    }
    .section__list-ul li {
        width: 26rem;
    }
    .section__keyfacts .swiper-button-next {
        right: -3rem;
    }
    .section__keyfacts .swiper-button-prev {
        left: -3rem;
    }
    .section__keyfacts .swiper-button-prev, .section__keyfacts .swiper-button-next {
        width: 3rem;
        height: 3rem;
        font-size: 2rem;
    }
}
@media only screen and (max-width:1199.98px) {
    html {
        font-size:44%; /* 992/1400 ratio */
        -webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
        scroll-padding-top: 10rem;
    }
    .section__slider-hero .swiper-slide {
        min-height: 60rem;
    }
    .section__slider-hero .swiper-slide-text {
        padding: 5rem 0;
    }
    .section__slider-hero .swiper-button-next {
        right: 1.5rem;
    }
    .section__slider-hero .swiper-button-prev {
        left: 1.5rem;
    }
    .section__slider-hero .swiper-slide-background-image {
        padding-bottom: 5rem;
    }
    .section__keyfacts .swiper-pagination {
        display: block;
        bottom: -3rem;
    }
    .section__keyfacts .swiper-button-prev,
    .section__keyfacts .swiper-button-next {
        display: none;
    }
    .swiper-button-prev {
        left: -2rem;
    }
    .swiper-button-next {
        right: -2rem;
    }
    .swiper-button-next, .swiper-button-prev {
        font-size: 2.5rem;
    }

}
@media only screen and (max-width:991.98px) {
    html {
        font-size:62.5%; /* RAZ ratio */
        -webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
        scroll-padding-top: 7rem;
    }
    main {
        padding-top: 6.4rem;
    }
    /*HEADER*/
    header {
        overflow: hidden;
        background: #fff !important;
        border-top: 0.25rem solid var(--vert);
        padding: 2.1rem 1.3rem !important;
    }
    header .header__logo-nav {
        padding-bottom: 0;
    }
    header .header__logo {
        margin-right: 0;
    }
    header .header__logo img {
        width: 18rem;
    }
    .header__nav {
        display: none;
    }

    /* FOOTER */
    .footer__logosection-menu ul li {
    	width: 18rem;
    }
    /* CTA */
    .cta {
        font-size: 1.3rem;
        line-height: 4.5rem;
        padding: 0 2rem;
    }

    /* HN */
    .hn-2 {
        font-size: 4rem;
        margin-bottom: 3rem;
    }
    .hn-3 {
        font-size: 3rem;
        margin-bottom: 3rem;
    }

    /* Swiper */
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -3rem;
    }

    /*SECTIONS SPACING*/
    .section {
        margin-bottom: 5rem;
    }
    .section.section__background-color, 
    .section.section__background-gradient, 
    .section.section__background-image {
        padding: 5rem 0;
    }

    /*NAV MOBILE*/
    .navs__mobile_icon {
        position: absolute;
        z-index: 3;
        right: 2.1rem;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 2.7rem;
    }
    .navs__mobile_icon path {
        fill: var(--bleu-marine);
    }
    .navs__mobile_icon_open,
    .navs__mobile_icon_close {
        -webkit-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        transition: all ease 300ms;
        cursor:pointer;
    }
    .navs__mobile_icon_close {
        position: absolute;
        right: 0;
        top: -0.5rem;
        opacity: 0;
        visibility: hidden;
    }
    .navs__mobile_icon.menu_opened .navs__mobile_icon_close {
        opacity: 1;
        visibility: visible;
    }
    .navs__mobile_icon.menu_opened .navs__mobile_icon_open {
        opacity: 0;
        visibility: hidden;
    }
    .header__nav a,
    .header__nav li:hover li a {
        color: var(--bleu-marine);
    }
    .navmobile__container {
        position: fixed;
        z-index: 10000000000;
        background: #FFF;
        top: 6rem;
        left: 102vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: -webkit-calc(100vh - 6rem);
        height: -moz-calc(100vh - 6rem);
        height: calc(100vh - 6rem);
        width: 100%;
        padding: 0 0 2.5rem 0;
        -webkit-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        transition: all ease 300ms;
    }
    .navmobile__container .top-nav {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        text-align: center;
    }
    .navmobile__container .top-nav li {
        border-top: 1px solid #e8f0f5;
        width: 100%;
    }
    .navmobile__container .top-nav li:first-child {
        border-top: 0 none;
    }
    .navmobile__container .top-nav a {
        font-size: 1.6rem;
        line-height: 1.5rem;
        color: var(--bleu-marine);
        text-transform: uppercase;
        font-weight: 800;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        letter-spacing: .06rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.2rem;
    }
    .navmobile__container .header__lang-switcher {
        margin-left: 0;
        width: 100%;
        /*border-top: 1px solid #e8f0f5;
        border-bottom: 1px solid #e8f0f5;*/
    }
    .navmobile__container .header__lang-switcher + .header__nav > ul > li:first-child{
        border-top: 0;
    }
    .navmobile__container .rs {
        display: inline-block;
        margin-top: 2.5rem;
    }
    .navmobile__container .rs i {
        display: block;
        width: 2.9rem;
        height: 2.7rem;
    }
    .navmobile__container .rs svg {
        width: 100%;
        height: auto;
    }
    .navmobile__container .rs path {
        fill: var(--bleu-marine);
    }
    .navmobile__container.opened {
        left: 0;
    }
    .navmobile__container .header__nav,
    .navmobile__container .header__nav > ul {
        width: 100%;
        margin: 0;
    }
    .navmobile__container .header__nav > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header__nav > ul > li > .sub-menu {
        position: relative;
        display: none;
        text-align: center;
    }
    .header__nav > ul > li > .sub-menu,
    .header__nav > ul > li .sub-menu.ishovered{
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        padding-top:0;
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .header__nav ul li .sub-menu .sub-menu {
        display: block !important;
    }
    .navmobile__container .header__nav > ul li {
        margin: 0;
    }
    .navmobile__container .header__nav > ul li,
    .navmobile__container .header__nav > ul li a {
        width: 100%;
    }
    .header__nav > ul > li{
        border-top: 1px solid #e8f0f5;
    }
    .header__nav > ul > li:last-child{
        border-bottom: 1px solid #e8f0f5;
    }
    .header__nav > ul > li > a,
    .header__lang-switcher a {
        font-size: 1.6rem;
          line-height: 1.5rem;
          color: var(--bleu-marine);
          text-transform: uppercase;
          font-weight: 800;
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          letter-spacing: .06rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.2rem;
    }
    .header__nav > ul > li > a:after {
        position: absolute;
        bottom: -0.3rem;
    }
    .header__nav {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .header__nav ul li.submenu-open > a{
        color:var(--vert);
    }
    .header__nav ul li.submenu-open .sub-menu {
        display: block;
    }
    .header__nav ul .sub-menu li:not(:last-child) {
        margin-bottom: 0.7rem;
    }
    .header__nav ul .sub-menu a {
        font-size: 1.4rem;
        line-height: 1;
    }
    .header__nav > ul > li:not(.menu-item-has-children) > a:hover:after,{
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='4' viewBox='0 0 24 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2.97L23.59 1' stroke='%23ffffff'/%3E%3C/svg%3E%0A");
    }
    .header__nav > ul > li.menu-item-has-children > a:hover:after,
    .header__nav > ul > li.current-menu-item > a:hover:after,
    .header__nav > ul > li.menu-item-has-children.submenu-open > a:after,
    .header__nav > ul > li.current-menu-item.submenu-open > a:after{
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='4' viewBox='0 0 24 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2.97L23.59 1' stroke='%2300A583'/%3E%3C/svg%3E%0A");
    }
    .header__lang-switcher ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header__lang-switcher li {
        width: auto!important;
    }
    .header__lang-switcher li:not(:last-child) {
        position: relative;
        margin-right: 0.6rem;
        padding-right: 0.6rem;
    }
    .header__lang-switcher li:not(:last-child):after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
        width: 0.1rem;
        height: 1.3rem;
        z-index: 1;
        background-color: var(--bleu-marine);
    }

    /*FOOTER*/
    .footer__section {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .footer__logosection {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .footer__logosection-menu {
        margin-top: 1rem;
        text-align: left;
    }
    .footer__logosection-menu ul {
        width: 100%;
    }
    .footer__logosection-logo {
        width: 18rem;
    }
    #btn_up {
        width: 4rem;
        height: 4rem;
    }
    #btn_up svg {
        width: 60%;
        height: 60%;
    }
    #tarteaucitronIcon #tarteaucitronManager {
        padding: 0;
    }
    #tarteaucitronIcon #tarteaucitronManager img {
        width: 4rem;
        height: 4rem;
    }

    .section [class^="hn-"] br {
    	display: none;
    }

    /** SECTION PAGE TITLE **/

    .section__page-title {
        padding: 8rem 0;
        margin-bottom: 0;
    }

    /*SECTIONS FLEXIBLES*/
    /*Section slider hero*/
    .section__slider-hero .swiper-slide {
        min-height: 40rem;
    }
    .section__slider-hero .section__slider-hero-first-slide-content h1 {
        font-size: 4.5rem;
    }
    .section__slider-hero .section__slider-hero-first-slide-content h1 .sentence2 {
        font-size: 6.5rem;
    }
    .section__slider-hero .section__slider-hero-first-slide-content h1 .sentence3 {
        font-size: 8.5rem;
        padding-left: 5rem;
    }
    .section__slider-hero .section__slider-hero-first-slide-type2 .section__slider-hero-first-slide-content {
        padding-top: 2rem;
    }
    .section__slider-hero .section__slider-hero-first-slide-type2 .section__slider-hero-first-slide-content h1 {
        font-size: 2.5rem;
    }
    .section__slider-hero-first-slide-logo {
        max-width: 30rem;
    }
    .section__slider-hero .swiper-slide-background-image {
        padding-bottom: 2rem;
    }
    .section__slider-hero-first-slide-logo {
        max-width: 25rem;
    }

    /* Section interstice */
    .section__interstice-text-1-col-corners-style-1 {
        padding: 4.5rem 5.5rem;
    }
    .section__interstice-text-1-col-style-2 .hn {
        line-height: 1.1;
        margin-bottom: 3rem;
        font-size: 2.5rem;
    }

    /* Section two cols*/
    .section__deux-cols .col-lg-6:last-child {
        margin-top: 5rem;
    }
    .section__deux-cols-content-padding-left,
    .section__deux-cols-content-padding-right {
        padding-left: 0;
        padding-right: 0;
    }

    /* Section blocs images liens / section trombinoscope / section slider blocs texte/image */
    .section__slider_blocs_text_img .swiper-wrapper,
    .section__trombi .swiper-wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: 0;
        margin-right: 0;
    }
    .section__slider_blocs_text_img .swiper-slide,
    .section__trombi .swiper-slide {
        padding-left: 0;
        padding-right: 0;
    }
    .section__line_blocks_links_pictures-title a,
    .section__line_blocks_links_pictures-title span {
        font-size: 3rem;
        line-height: 3rem;
    }

    /* Section archive */
    .section__archive .cta-wrapper {
        margin-top: 5rem;
    }
    .section__archive .swiper-button-next,
    .section__archive .swiper-button-prev {
        display: none;
    }

    /* Section grilles pictos */
    .section__pictos-grid-visuel {
        margin-bottom: 3rem;
    }

    /* Section slider blocs texte/image */
    .section__slider_blocs_text_img .swiper-pagination {
        display: block;
        bottom: -2rem;
    }

    /** SECTION BLOC LISTES **/
    .section__list-ul {
        margin: 0;
    }
    .section__list-ul li {
        width: 48%;
        margin: 0 2rem 2rem 0;
    }
    .section__list-ul li:nth-child(even) {
        margin-right: 0;
    }

    /* Section Citation */
    .section__citation-img-wrapper {
        width: 40%;
        margin-right: 3rem;
    }
    .section__citation-title {
        font-size: 4rem;
    }
    .section__citation-suptitle {
        font-size: 3.2rem;
    }
    .section__citation-img-wrapper::before {
        width: 10rem;
        height: 7rem;
        background: url(assets/img/acf-section-citation-quotes.png) 50% / auto 100% no-repeat;
        left: 10rem;
        top: -4.3rem;
    }
}

@media only screen and (max-width:767.98px) {
  html {
    font-size:48%; /* 768/992 ratio */
    -webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
    scroll-padding-top: 6rem;
  }
  main {
      padding-top: 6.51rem;
  }
  .hn-2 {
      font-size: 4rem;
      margin-bottom: 3rem;
  }
  .hn-3 {
      font-size: 3rem;
      line-height: 1.2;
      margin-bottom: 3rem;
  }
  .footer__logosection-menu ul li {
      width: 33.33%;
  }
  .footer__utiles-mentions {
      padding-left: 0;
      margin-left: 0;
      margin-top: 1rem;
  }
  .footer__utiles-mentions:before {
      content: none;
      display: none;
  }
  .footer__utiles-mentions img {
      max-height: 3.5rem;
  }
  .section-intro {
      font-size: 2.5rem;
      line-height: 1.2;
      margin-bottom: 3rem;
  }
  .section__slider-hero .section__slider-hero-first-slide-content h1 {
      font-size: 3.5rem;
  }
  .section__slider-hero .section__slider-hero-first-slide-content h1 .sentence2 {
      font-size: 5.5rem;
  }
  .section__slider-hero .section__slider-hero-first-slide-content h1 .sentence3 {
      font-size: 7.5rem;
  }
  .section__slider-hero .swiper-slide-background-image {
      padding-bottom: 2rem;
  }
  .section__interstice-text-1-col-corners-style-1 {
      padding: 3rem;
  }
  .section__trombi-item .section__trombi-item-main > img {
    width: 100%;
  }
  .section__trombi-item-main-infos {
      padding: 4rem 3rem;
  }
  .section__trombi-item-secondary {
      padding: 2rem 2rem 3rem 2rem;
  }
  .section__trombi-item-secondary .name,
  .section__trombi-item-main-infos .name {
      font-size: 3rem;
  }
  .section__trombi-item-main-infos .function,
  .section__trombi-item-secondary .function,
  .section__trombi-item-secondary .bio {
      font-size: 2.4rem;
  }
  .section__trombi-item-secondary .flags {
      width: -webkit-calc( (3.5rem * 4) + (0.9rem * 3) );
      width: -moz-calc( (3.5rem * 4) + (0.9rem * 3) );
      width: calc( (3.5rem * 4) + (0.9rem * 3) );
  }
  .section__trombi-item-secondary .flags img {
      width: 3.5rem;
  }
  .section__trombi-item-secondary .logos img {
      max-width: 10rem;
  }
  .section__trombi-item-secondary .logos img:not(:last-child) {
      margin-right: 2rem;
  }
  .section__accordion .accordion-item {
      padding: 0 5rem;
  }
  .section__accordion .accordion-button i {
      font-size: 2.5rem;
      left: -3.5rem;
      top: 2.8rem;
  }
  .section__keyfacts-article,
  .section__slider_blocs_text_img-article {
      height: auto;
      width: 100%;
      aspect-ratio: 16/9;
  }
  .section__keyfacts-article-title {
      font-size: 4.5rem;
      height: 9rem;
  }
  .section__slider_blocs_text_img-article-title {
	font-size: 3rem;
    line-height: 1.5;  
  }
  .section__keyfacts-article-content span,
  .section__keyfacts-article-content a,
  .section__slider_blocs_text_img-article-content span,
  .section__slider_blocs_text_img-article-content a {
      font-size: 3rem;
  }
  .section__line_blocks_links_pictures-title a,
  .section__line_blocks_links_pictures-title span {
      font-size: 5rem;
      line-height: 5rem;
  }
  .section__line_blocks_links_pictures-article {
  	margin-bottom: 2rem;
  }
}

@media only screen and (max-width:575.98px) {
  html {
    
     -webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      --bs-gutter-x: 3rem;
  }
  .row {
      --bs-gutter-x: 3rem;
  }
  #btn_up {
      width: 3rem;
      height: 3rem;
      right: 1rem;
  }
  .tarteaucitronIconBottomLeft {
      left: 1rem;
  }

  /* Swiper pagination */
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px;
  }
  .swiper-pagination-bullet {
      width: 15px;
      height: 15px;
  }


  .navs__mobile_icon {
      top: 1.5rem;
      height: auto;
  }
  .navs__mobile_icon.menu_opened .navs__mobile_icon_close svg {
      width: 4rem;
      height: 4rem;
  }
  .section__slider-hero-first-slide-baseline {
    width: 100%;
  }
  .section__page-title h1 {
      font-size: 4rem;
  }
  .section__page-title h1 span {
      margin-top: 1rem;
      font-size: 3rem;
  }
  .section__slider-hero-first-slide-content {
    padding-top: 2rem;
  }
  .section__slider-hero .section__slider-hero-first-slide-content h1 {
      font-size: 2.5rem;
  }
  .section__slider-hero .section__slider-hero-first-slide-content h1 .sentence2 {
      font-size: 4.5rem;
  }
  .section__slider-hero .section__slider-hero-first-slide-content h1 .sentence3 {
      font-size: 5rem;
      padding-left: 2rem;
  }
  .section__slider-hero-first-slide-logo {
      max-width: 20rem;
  }
  .section__interstice-text-1-col-corners-style-1 {
      margin: 0 1rem;
  }
  .section__list-cta-icons .hn-backline:before,
  .section__list-cta-icons .hn-backline:after,
  .section__line_blocks_links_pictures .hn-backline:before,
  .section__line_blocks_links_pictures .hn-backline:after {
    content: none;
    display: none;
  }
  .section__accordion .accordion-item {
      padding: 0 2rem;
  }
  .section__accordion .accordion-button.has-icon {
      padding-left: 4rem;
  }
  .section__accordion .accordion-button i {
      left: 0;
  }
  .section__keyfacts-article,
  .section__slider_blocs_text_img-article {
      aspect-ratio: 16/11;
  }
  .section__keyfacts-article-content span,
  .section__keyfacts-article-content a,
  .section__slider_blocs_text_img-article-content span,
  .section__slider_blocs_text_img-article-content a {
      font-size: 2rem;
  }
  .section__keyfacts-article-title {
      font-size: 3.5rem;
      height: 7rem;
      margin-bottom: 1.5rem;
  }
  .section__slider_blocs_text_img-article-title {
      font-size: 2rem;
  }
  /** SECTION BLOC LISTES **/
  .section__list-ul li {
      margin: 0 1rem 1rem 0;
  }
  .section__list-ul li .bloc__list-icon-bloc div {
      font-size: 1.8rem;
  }
  .section__list-ul li .bloc__list-icon-bloc div i {
      margin-right: 0.5rem;
      font-size: 2.5rem;
  }
  /* section citation */
  .section__citation-img-wrapper {
      margin-right: 1.5rem;
  }
  .section__citation-title {
      font-size: 3rem;
  }
  .section__citation-suptitle {
      font-size: 2.2rem;
  }
  .section__citation-img-wrapper::before {
      width: 5rem;
      height: 3rem;
      left: 9rem;
      top: -2.3rem;
  }
  .section__citation-content {
      padding: 4rem 2rem 2rem 3rem;
  }
  .section__citation-content::before {
      left: 2rem;
      top: 4rem;
      bottom: 2rem;
  }
  .section__trombi-item-main-infos .function, 
  .section__trombi-item-secondary .function, 
  .section__trombi-item-secondary .bio {
      font-size: 2rem;
  }
  .section__line_blocks_links_pictures-title a,
  .section__line_blocks_links_pictures-title span {
      font-size: 4rem;
      line-height: 4rem;
  }

  .footer__logosection-menu ul li {
      width: 50%;
  }
}

/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:var(--blanc);
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        -webkit-box-shadow:none !important;
        -moz-box-shadow:none !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}
