/* base.css */
:root {
    --scroll-transition-duration: 1000ms;
    /* Inclure les unités ici */
}

html,
body {
    min-height: 100%;
    background: #fff;
    font-size: 100%;

}

body:not(.dev) .dev-only {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow: visible;
}



.container {
    width: 96% !important;
    max-width: 1400px !important;
}


#content {
    overflow-x: hidden;
}


@media (min-width: 992px) and (max-width: 1199px) {

    html,
    body {
        font-size: 96%;
    }
}



@media (min-width: 768px) and (max-width: 991px) {

    html,
    body {
        font-size: 92%;
    }
}

@media (min-width: 500px) and (max-width: 767px) {

    html,
    body {
        font-size: 88%;
    }
}

@media (max-width: 499px) {

    html,
    body {
        font-size: 85%;
    }
}

* {
    outline: none !important;
}

.form-select,
.form-control {
    box-shadow: none !important;
}

.form-select,
.form-control:focus {
    border-color: #ccc !important
}

.clearfix {
    clear: both;
    width: 100%;
    height: 1px;
}

.btn {
    box-shadow: none !important;
    outline: none;
    cursor: pointer
}

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

.pointer {
    cursor: pointer
}

.nobreak,
.no-break,
.nowrap {
    white-space: nowrap;
}

.small {
    font-size: 90%;
}

.container-fluid {
    padding: 0;
    max-width: 96%;
    width: 96%;
    margin: 0 auto;
}

#above-all {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(90, 90, 90, 0.4);
    z-index: 99990;
    display: none;
}


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

    .article-text .float-left,
    .article-text .float-right {
        float: none !important;
        margin: 10px auto !important;
        display: block;

    }

}


.iframe-wrapper {
    background-color: var(--gray-1);
    margin: 25px 0 !important
}

.iframe-container {
    max-width: 600px;
    width: 100%;
    margin: 0 0;
    position: relative;

}

.iframe-ratio {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.iframe-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.w-33 {
    width: 33.333333%;
}

@media screen and (max-width: 576px) {}._{}


/* colors.css */
:root {

  /* #F6F0E8 */
  --light-orange: rgba(246, 240, 232, 1);
  --light-orange-filter: brightness(0) saturate(100%) invert(92%) sepia(8%) saturate(570%) hue-rotate(323deg) brightness(108%) contrast(93%);

  /* #7722AE */
  --purple: rgba(119, 34, 174, 1);
  --purple-filter: brightness(0) saturate(100%) invert(16%) sepia(58%) saturate(3764%) hue-rotate(267deg) brightness(102%) contrast(100%);
  /* #2D19D2 */
  --blue: rgba(45, 25, 210, 1);
  --blue-filter: brightness(0) saturate(100%) invert(15%) sepia(85%) saturate(4680%) hue-rotate(247deg) brightness(80%) contrast(110%);
  /* #A4D8F9 */
  --light-blue: rgba(164, 216, 249, 1);
  --light-blue-filter: brightness(0) saturate(100%) invert(100%) sepia(59%) saturate(2763%) hue-rotate(169deg) brightness(96%) contrast(100%);
  /* #F6F0E8 */
  --off-white: rgba(246, 240, 232, 1);

  --off-white-filter: brightness(0) saturate(100%) invert(100%) sepia(79%) saturate(536%) hue-rotate(295deg) brightness(106%) contrast(94%);
  /* #EA7C29 */
  --orange: rgba(234, 124, 41, 1);

  --orange-filter: brightness(0) saturate(100%) invert(50%) sepia(95%) saturate(516%) hue-rotate(342deg) brightness(96%) contrast(91%);
  /* #ED522D */





  --black-filter: brightness(0) saturate(100%) invert(11%) sepia(1%) saturate(2606%) hue-rotate(95deg) brightness(98%) contrast(91%);








  --red: rgba(237, 82, 45, 1);
















  --red-filter: brightness(0) saturate(100%) invert(38%) sepia(95%) saturate(1449%) hue-rotate(342deg) brightness(94%) contrast(98%);
  /* #FFB7D2 */
  --pink: rgba(255, 183, 210, 1);

  --pink-filter: brightness(0) saturate(100%) invert(95%) sepia(6%) saturate(4541%) hue-rotate(283deg) brightness(101%) contrast(93%);
  --white-filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(138deg) brightness(102%) contrast(102%);
}

/* Text color classes */


.text-black {
  color: #111 !important;
}

.text-light-orange {
  color: var(--light-orange) !important;
}

.text-light-orange-filter {
  color: var(--light-orange-filter) !important;
}

.text-purple {
  color: var(--purple) !important;
}

.text-purple-filter {
  color: var(--purple-filter) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.text-blue-filter {
  color: var(--blue-filter) !important;
}

.text-light-blue {
  color: var(--light-blue) !important;
}

.text-light-blue-filter {
  color: var(--light-blue-filter) !important;
}

.text-off-white {
  color: var(--off-white) !important;
}

.text-off-white-filter {
  color: var(--off-white-filter) !important;
}

.text-orange {
  color: var(--orange) !important;
}

.text-orange-filter {
  color: var(--orange-filter) !important;
}

.text-red {
  color: var(--red) !important;
}

.border-red {
  border-color: var(--red) !important;
}

.text-red-filter {
  color: var(--red-filter) !important;
}

.text-pink {
  color: var(--pink) !important;
}

.text-pink-filter {
  color: var(--pink-filter) !important;
}

/* Background color classes */
.bg-light-orange {
  background-color: var(--light-orange) !important;
}

.bg-light-orange-filter {
  background-color: var(--light-orange-filter) !important;
}

.bg-purple {
  background-color: var(--purple) !important;
}

.bg-red {
  background-color: var(--red) !important;
}

.bg-purple-filter {
  background-color: var(--purple-filter) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.bg-blue-filter {
  background-color: var(--blue-filter) !important;
}

.bg-light-blue {
  background-color: var(--light-blue) !important;
}

.bg-light-blue-filter {
  background-color: var(--light-blue-filter) !important;
}

.bg-off-white {
  background-color: var(--off-white) !important;
}

.bg-off-white-filter {
  background-color: var(--off-white-filter) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.bg-orange-filter {
  background-color: var(--orange-filter) !important;
}


.bg-red-filter {
  background-color: var(--red-filter) !important;
}

.bg-pink {
  background-color: var(--pink) !important;
}

.bg-pink-filter {
  background-color: var(--pink-filter) !important;
}

.btn-red {
  background-color: var(--red) !important;
  color: white !important;
}

.btn-red:hover {
  filter: brightness(92%);
}

.border-red {
  broder-color: var(--red) !important;
}


.btn-orange {
  background-color: var(--orange) !important;
  color: white !important;
}

.btn-orange:hover {
  filter: brightness(92%);
}

.bg-light-gray {
  background-color: #f7f7f7;
}

.btn-outline-orange {
  color: var(--orange);
  border: 1px solid var(--orange);
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

.btn-outline-orange:hover,
.btn-outline-orange:focus {
  background-color: var(--orange);
  color: white;
  text-decoration: none;
}

.btn.btn-outline-orange {
  --bs-btn-color: var(--orange);
  --bs-btn-border-color: var(--orange);
  --bs-btn-hover-bg: var(--orange);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: var(--orange);
  --bs-btn-active-bg: var(--orange);
  --bs-btn-active-border-color: var(--orange);
  --bs-btn-disabled-color: var(--orange);
  --bs-btn-disabled-border-color: var(--orange);
}





.btn-outline-orange:hover,
.btn-outline-orange:focus {
  background-color: var(--blue);
  color: white;
  text-decoration: none;
}











.btn-outline-blue {
  text-decoration: none !important;
  color: var(--blue) !important;
  border: 1px solid var(--blue);
  background-color: transparent;
  transition: all 0.2s ease-in-out;

  --bs-btn-color: var(--blue);
  --bs-btn-border-color: var(--blue);
  --bs-btn-hover-bg: var(--blue);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: var(--blue);
  --bs-btn-active-bg: var(--blue);
  --bs-btn-active-border-color: var(--blue);
  --bs-btn-disabled-color: var(--blue);
  --bs-btn-disabled-border-color: var(--blue);
}


.btn-outline-blue:hover,
.btn-outline-blue:focus {
  background-color: var(--blue);
  color: white !important;
  text-decoration: none;
}




.btn-outline-red {
  text-decoration: none !important;
  color: var(--red) !important;
  border: 1px solid var(--red);
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  --bs-btn-color: var(--red);
  --bs-btn-border-color: var(--red);
  --bs-btn-hover-bg: var(--red);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: var(--red);
  --bs-btn-active-bg: var(--red);
  --bs-btn-active-border-color: var(--red);
  --bs-btn-disabled-color: var(--red);
  --bs-btn-disabled-border-color: var(--red);
}

.btn-outline-red:hover,
.btn-outline-red:focus {
  background-color: var(--red);
  text-decoration: none;
  color: white !important;
}



.btn-outline-pink {
  color: var(--pink);
  border: 1px solid var(--pink);
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

.btn-outline-pink:hover,
.btn-outline-pink:focus {
  background-color: var(--pink);
  color: white !important;
  text-decoration: none;
}

.btn.btn-outline-pink {
  --bs-btn-color: var(--pink);
  --bs-btn-border-color: var(--pink);
  --bs-btn-hover-bg: var(--pink);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: var(--pink);
  --bs-btn-active-bg: var(--pink);
  --bs-btn-active-border-color: var(--pink);
  --bs-btn-disabled-color: var(--pink);
  --bs-btn-disabled-border-color: var(--pink);
}

.btn-outline-purple {
  color: var(--purple) !important;
  border: 1px solid var(--purple);
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}



.btn-outline-purple:hover,
.btn-outline-purple:focus {
  background-color: var(--purple);
  color: white !important;
  text-decoration: none;
}

.btn.btn-outline-purple {
  --bs-btn-color: var(--purple);
  --bs-btn-border-color: var(--purple);
  --bs-btn-hover-bg: var(--purple);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: var(--purple);
  --bs-btn-active-bg: var(--purple);
  --bs-btn-active-border-color: var(--purple);
  --bs-btn-disabled-color: var(--purple);
  --bs-btn-disabled-border-color: var(--purple);
}._{}


/* fonts.css */
@font-face {
  font-family: 'ArialRounded';
  src: url('/css/fonts/Arial-Rounded.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Now';
  src: url('/css/fonts/Now-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Now';
  src: url('/css/fonts/Now-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Now';
  src: url('/css/fonts/Now-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Now';
  src: url('/css/fonts/Now-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Now';
  src: url('/css/fonts/Now-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Now';
  src: url('/css/fonts/Now-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}




body {
  font-family: 'Quicksand', Serif, Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
.now-font {
  font-family: 'Now', Serif, Arial, Helvetica, sans-serif;
  font-weight: 500;
}


.fs-7 {
  font-size: 0.95rem !important;
}

.fs-8 {
  font-size: 0.90rem !important;
}

.fs-9 {
  font-size: 0.85rem !important;
}

.fs-10 {
  font-size: 0.80rem !important;
}


.fs-11 {
  font-size: 0.75rem !important;
}

.fs-12 {
  font-size: 0.70rem !important;
}._{}


/* header.css */
/* header */
header {

    position: relative;
    z-index: 1010;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* padding-bottom: 50px; */
    overflow: hidden;
    background-color: var(--light-orange);
    /*
    transition: box-shadow 200ms;
    box-shadow: 0px 0px 0px #888;
    */
    transition: all var(--scroll-transition-duration);

}

header * {

    margin: 0;
    padding: 0;
}

header .container {}

header .d-flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 35px;
}


header .row {
    align-items: center;
    height: 100%;
}

/*
header img.logo {
    max-width: 250px;
    border-radius: 7px;
    transition: height var(--scroll-transition-duration);
    max-height: 100%;

}
*/



#header-bloc-left {
    display: flex;
    justify-content: center;
    align-items: end;
}


#header-bloc-right {
    justify-content: end;
    align-items: end;
    padding-right: 35px;
}


#header-logo {




    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    position: relative;
    margin: 5px 0;
}


#header-logo a {
    display: block;
    flex: 1;

    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: white; */

}

#header-logo img {
    width: auto !important;
    height: 105px !important;

    object-fit: contain;

    transition: all var(--scroll-transition-duration);
    ;
}




body.scrolled #header-logo img {

    /* height: 45px !important;  */
}










@media screen and (max-width: 1199px) {
    #header-bloc-right {

        padding-right: 50px;
        padding-bottom: 7px;
    }
}

@media screen and (max-width: 575px) {
    header .d-flex {
        flex-direction: column;
        gap: 2px;

    }

    #header-logo img {
        height: 75px !important;
    }

    #header-bloc-right {
        padding-bottom: 0 !important;
    }

    #header-bloc-right .search-form {
        display: none !important;

    }
}


body header {
    height: 142px;
    display: flex;
    align-items: end;
}

body.scrolled header {
    top: -70px;
}

body.scrolled #header-logo img {
    height: 55px !important;
}

#header-top-menu {}

#header-top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

#header-top-menu ul li {
    margin: 0;
    padding: 0;
}

#header-top-menu ul li a {
    display: block;
    color: #000;
    text-decoration: none;
}

#header-top-menu ul li a:hover {
    text-decoration: underline;
}._{}


/* homepahe-one-click.css */
._{}


/* menu.css */
@media screen and (min-width: 1200px) {
    #menu {
        background-color: transparent;
        display: block;
        position: relative;
        padding: 0 10px;
        z-index: 1000;
        font-family: 'Ubuntu', sans-serif;
    }

    #menu .hidden-desktop {
        display: none;
    }

    #menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #menu li {}

    #menu a {
        text-decoration: none;
    }

    .mobile-menu-only {
        display: none;
    }

    #menu-burger {
        display: none;
    }

    #menu .inner {}

    #menu ul.level0 {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        font-weight: 500;

    }

    #menu li.level0 {
        margin: 0;
        padding: 0;
        text-align: center;
        position: relative;

    }

    #menu li.level0>a {
        margin: 0;
        padding: 0px 20px;
        display: block;
        font-size: 1rem;
        color: white;
        height: 50px;
        /* text-transform: uppercase; */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 300ms;
        line-height: 1.1;
        border-right: 0px solid rgba(220, 220, 220, 0.8);
        border-radius: 25px;
        color: var(--purple);
        transition: background-color 700ms,
            padding var(--scroll-transition-duration),
            height var(--scroll-transition-duration);
    }

    /*
    body.scrolled #menu li.level0>a {
        padding: 10px 40px;
        height: 50px;
    }
*/
    #menu li.level0>a:hover {
        color: var(--purple);
        background-color: white;

    }

    #menu li.level0>ul {
        list-style: none;
        display: block;
        max-height: 0;
        position: absolute;
        top: 100%;
        left: 0;
        overflow: hidden;
        transition: all 1000ms;
        margin: 0;
        padding: 0;
        border: transparent 1px solid;
        border-top: none;
    }

    #menu li.megamenu ul.level1,
    #menu li.megamenu ul.level2 {
        max-height: 0px !important;
        display: none !important;
    }

    #menu li.level0:hover>a {}

    #menu li.level0:hover>ul {
        height: auto;
        max-height: 600px;
        border-color: #aaa;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    #menu li.level1 {}

    #menu li.level1:last-child {
        border: none;
    }

    #menu li.level1>a {
        white-space: nowrap;
        display: block;
        color: black;
        font-size: 0.9rem;
        padding: 10px 10px 10px 10px;
        transition: all 300ms;
        background-color: #9abec4;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.5);

    }

    #menu li.level1>a:hover {
        background-color: #D4DDDE;
        text-decoration: none;
    }

    #menu #top-links {
        display: none;
    }
}

@media screen and (max-width: 1400px) {

    #menu li.level0>a {

        padding-left: 15px;
        padding-right: 15px;

        font-size: 0.95rem;

    }


}



/*
@media screen and (min-width: 992px) and (max-width: 1200px) {
    #menu li.level0>a {
        font-size: 0.9rem;
        text-align: center;
    }
}
*/
@media screen and (max-width: 1199px) {

    #menu,
    #menu-burger {}

    #menu-burger {
        display: block;
        position: fixed;
        top: 10px;
        right: 1%;
        z-index: 1001;
        cursor: pointer;
    }

    #menu-burger:after,
    #menu-burger:before {
        position: absolute;
        top: 5px;
        right: 2px;
        font-family: "FontAwesome";
        font-size: 2.5rem;
        background: var(--orange-light);
        color: var(--purple);
        padding: 5px 8px;
        line-height: 1;
    }

    #menu-burger:before {
        content: "\f0c9";
    }

    #menu-burger:after {
        content: "\f00d";
        opacity: 0;
    }

    .menu-on #menu-burger:before {
        opacity: 0;
    }

    .menu-on #menu-burger:after {
        opacity: 1;
        right: 0px;

    }

    #menu {
        position: fixed;
        top: 0px;
        right: 0;
        z-index: 1000;
        height: 100vh;
        width: 500px;
        max-width: 0;
        overflow-y: auto;
        z-index: 1000;
        transition: all 200ms;
        background-color: var(--light-orange);
        background-repeat: no-repeat;
        background-position: 25px 25px;
        padding: 40px 0 80px 0;
    }

    #menu div.megamenu {
        display: none !important;
    }

    #menu .logo-menu-mobile {
        display: inline-block;
        margin: 15px 0 7px 40px;
    }

    #menu .logo-menu-mobile img {
        max-width: 80px;
    }

    #menu .inner {
        width: 100% !important;
        max-width: 100% !important;
        background-color: #fcfcfc;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding-left: 50px;
    }

    #menu ul {
        padding: 0 0 0 15px;
        margin: 0 0 15px 0;
        list-style: none;
        font-size: 1rem;
    }

    #menu ul a {

        padding-right: 35px;
        display: block;
        position: relative;

    }

    #menu ul.level0 {
        background-image: url(/img/favicon.png?h=60);
        background-position: top center;
        background-repeat: no-repeat;
        width: 350px;



        margin: 0 auto;
        padding: 80px 25px 30px 15px;
        list-style: none;
        font-size: 1.2rem;
    }

    #menu li {
        position: relative;
        padding: 10px 0;
    }

    #menu li.level0>a {
        font-weight: 900;
        text-align: center;
        border: 1px solid var(--red);

        max-width: 250px;
        margin: 0 auto;
        padding: 10px 20px;
        hyphens: auto;
        font-size: 1rem;
        border-radius: 50px;
        text-decoration: none !important;
    }

    #menu li.level0:not(.invert)>a {
        background-color: transparent;
        color: var(--red)
    }

    #menu li.level0:not(.invert)>a:hover,
    #menu li.level0.invert>a {
        color: white;
        background-color: var(--red);

    }

    invert #menu li.level1 {
        padding-left: 15px;
        position: relative;
    }

    #menu ul.level1 {
        padding-top: 5px;
    }

    #menu li.level1 {
        padding-bottom: 3px;
    }

    #menu li.level0>a {
        font-weight: 900;
    }

    body.menu-on #above-all {
        display: block;
        z-index: 990;
    }

    body.menu-on #menu {

        max-width: 100%;
        transition: all 1000ms;
    }

    body.menu-on {
        overflow: hidden;
    }



    #menu li.haschild {
        cursor: pointer;
    }

    #menu li.haschild:after {
        font-family: "FontAwesome";
        font-weight: 900;
        content: "\f0d7";
        position: absolute;
        top: -2px;
        right: 0px;
        color: inherit;
        font-size: 1.5rem;
        transition: all 250ms;
    }

    #menu li.haschild.opened:after {
        transform: rotate(180deg);
        top: 2px;
    }

    #menu li>ul {
        display: none;
    }

    #menu #top-links {
        border-top: 2px dotted #ddd;
        margin: 0px;
        padding: 15px 15px;
        width: 350px;
        max-width: 90vw;
    }

    #menu #top-links ul {
        margin: 0;
        padding: 0 !important;
    }

    #menu #top-links li.home {
        display: none;
    }

    #menu #top-links li {
        padding-left: 16px;
    }

    #menu #top-links li:before {
        font-family: "FontAwesome";
        font-weight: 900;
        content: "\f0da";
        position: absolute;
        top: 2.5px;
        left: 0px;
        color: inherit;
        font-size: 1.3rem;
    }

}

@media screen and (max-width: 576px) {}



#menu_256 {
    display: none !important;
}

#menu_256>a {}._{}


/* article-vagues.css */
article.vagues {}


article.vagues {
  position: relative;



  background-color: var(--off-white);
}


article.vagues:before {
  content: url('/img/article-vague-before.svg');
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
}

article.vagues:after {
  content: url('/img/article-vague-after.svg') !important;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;

}


article.vagues .article-inner {

  background-color: var(--off-white);
  padding: 50px 0 90px !important;
}._{}


/* homepage-lastest-publications.css */
article.lastest-publications-list {
  position: relative;
  margin-top: 0 !important;
  padding: 0px 0 120px !important;
}

#hp-content .lastest-publications-background {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 1;
}



#hp-content .lastest-publications-background div svg {
  opacity: 0.8;
}

#hp-content .lastest-publications-background div svg * {
  fill: white !important;
  fill: var(--pink) !important;
}

#hp-content article.lastest-publications-list .article-title h2 {
  padding-top: 25px;

}


#hp-content article.lastest-publications-list .article-title h2 {
  color: white !important;
  color: var(--purple) !important;

}

#hp-content article.lastest-publications-list h2 span::after {
  background-color: var(--purple);
}

#hp-content article.lastest-publications-list .publication {
  background-image: none;
  background-color: white;
}



article.lastest-publications-list .swiper-container {
  max-width: calc(100% - 120px);
  margin: 0 auto;
}

article.lastest-publications-list .swiper-wrapper {}

article.lastest-publications-list .swiper-slide {
  flex-shrink: 0;
  padding: 15px 0px;
  /*border: 3px solid var(--purple);*/


  /* Empêche les slides de se compresser */
}

article.lastest-publications-list .swiper-slide .inner {
  background-color: white;
  border-radius: 35px;
  transition: all 300ms;
  z-index: 100;

}

article.lastest-publications-list .swiper-slide .inner:hover {
  transform: scale(1.05);
}

article.lastest-publications-list .preview {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #f5f5f5; */
  padding: 20px 10px 20px 10px;
  border-radius: 35px;
  position: relative;

}

article.lastest-publications-list .preview img {

  max-height: calc(100% - 0px);
  max-width: calc(100% - 0px);
  transition: all 500ms;
}


article.lastest-publications-list .document-body {
  padding: 10px;
  margin-bottom: 10px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

article.lastest-publications-list .document-title {}

article.lastest-publications-list .document-title h3 {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
  color: var(--purple);
  margin: 0;
  padding: 0;
}

article.lastest-publications-list .document-bottom {
  padding-bottom: 15px;
}




article.lastest-publications-list .document-bottom p {}


article.lastest-publications-list a.picto {
  background-color: var(--purple);
  width: 38px;
  height: 38px;
  display: flex;
  z-index: 10;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none !important;
  transition: all 500ms;

}

/*
picto i
*/
article.lastest-publications-list a.picto i {
  font-size: 1.2rem;
  line-height: 1;
  transition: all 300ms;
}

article.lastest-publications-list a.picto:hover {
  transform: scale(1);
}

article.lastest-publications-list .swiper-button-next,
article.lastest-publications-list .swiper-button-prev {
  color: var(--purple);
}

article.lastest-publications-list .see-more {
  text-align: center;
  padding: 50px 0 0 0;
}

article.lastest-publications-list .see-more a {}






@media screen and (min-width: 320px) and (max-width: 576px) {
  article.lastest-publications-list .swiper-slide {
    padding: 0;
  }
}._{}


/* minimal-layout.css */
body.minimal-header {}

body.minimal-header #header-bloc-center,

body.minimal-header #header-bloc-right,
body.minimal-header #header-bloc-right,
body.minimal-header #menu,
body.minimal-header #menu-burger,
body.minimal-header .search-form,
body.minimal-header #page-cover0 {
  display: none !important;
}

body.minimal-header header .d-flex {
  justify-content: center !important;
}



body.minimal-footer {}

body.minimal-footer #footer-col-2,

body.minimal-footer #footer-col-3 {
  display: none !important;
}

body.minimal-footer footer .row {
  justify-content: center !important;
}._{}


/* article-nos-missions.css */
body.about-us article.nos-missions h3 {
  text-align: center;
}



article.nos-missions {

  background-color: transparent;

  background-color: transparent !important;

}

article.nos-missions h2_,
article.nos-missions h3 {
  color: var(--orange) !important;
}

article.nos-missions::after {
  display: none;

}




article.nos-missions .article-inner {
  /* padding: 200px 0 !important; */
  background-color: transparent !important;
  position: relative;


}




article.nos-missions .article-inner::before {
  position: absolute;
  content: url('/img/article-nos-mission-bg.svg') !important;
  top: calc(50% + 60px);
  left: calc(50%);
  transform: translate(-50%, -50%);

  filter: var(--light-orange-filter);

}





article.nos-missions .article-inner {
  position: relative;
}

article.nos-missions .container {
  /*
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  */
}

.our-missions-wrapper {
  gap: 30px !important;
  justify-content: center;

}


.our-missions-wrapper .mission {
  position: relative;
  border: 0px var(--orange) solid;
  border-radius: 35px;
  background: white;
  flex: 0 0 calc(25% - 30px);
  background-color: var(--light-orange);
  transition: all 300ms;

}



@media screen and (max-width: 991px) {
  .our-missions-wrapper .mission {

    flex: 0 0 calc(50% - 30px);

  }

}



@media screen and (max-width: 575px) {
  .our-missions-wrapper .mission {

    flex: 0 0 calc(100% - 30px);

  }
}

.our-missions-wrapper .mission:hover {
  transform: scale(1.05);

}




article.nos-missions .picto {
  text-align: center;
  margin-bottom: 15px;
}

article.nos-missions .picto img {
  filter: var(--orange-filter);
  max-width: 92px !important;
  max-height: 92px !important;


}


article.nos-missions .illustration {
  text-align: center;
  margin-bottom: 15px;
}

article.nos-missions .illustration img {

  /* max-width: 140px !important; */
  max-height: 190px !important;
  width: auto !important;
}




#article-1430.blue h2_,
#article-1430.blue h3 {
  color: var(--blue) !important;
}



#article-1430.blue .mission {
  border-color: var(--blue) !important;
}

#article-1430.orange .mission {
  border-color: var(--orange) !important;
}

#article-1430.purple .mission {
  border-color: var(--purple) !important;
}

#article-1430.blue .article-inner::before {

  filter: var(--light-blue-filter);
}





#article-1430.purple h2_,
#article-1430.purple h3 {
  color: var(--purple) !important;
}




#article-1430.red h2_,
#article-1430.red h3 {
  color: var(--red) !important;
}



#article-1430.red .mission {
  border-color: var(--red) !important;
}

#article-1430.orange .mission {
  border-color: var(--orange) !important;
}

#article-1430.purple .mission {
  border-color: var(--purple) !important;
}

#article-1430.red .article-inner::before {

  filter: var(--pink-filter);
  opacity: 0;
}





#article-1430.orange .article-inner::before {
  filter: var(--pink-filter);

}

#article-1430.purple .article-inner::before {
  filter: var(--pink-filter);
  opacity: 0.2;

}



#article-1430.blue .picto img {
  filter: var(--blue-filter);



}


#article-1430.purple .picto img {
  filter: var(--purple-filter);
}


/*
#mission-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#mission-2 {
  position: relative;
  padding: 0 !important;

  overflow: hidden;
  background-color: #f8f8f8;

}

#mission-2 h3 {
  margin-bottom: 7px;
}

#mission-2 .overlay {
  position: absolute;
  width: 100%;

  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.4s ease-in-out;
}

#mission-2 .top-overlay {
  top: 0;
  justify-content: end;
  padding-bottom: 15px;
  height: 60%;
}



#mission-2 .bottom-overlay {
  padding-top: 15px;
  justify-content: start;
  bottom: 0;
  height: 40%;
}

#mission-2 .background-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  height: 100%;
  padding: 0 20px !important;
}

#mission-2:hover .top-overlay {
  transform: translateY(-100%);

}

#mission-2:hover .bottom-overlay {
  transform: translateY(100%);
}

#mission-3 {
  position: relative;

  perspective: 1000px;
  overflow: hidden;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
}

#mission-3-card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

#mission-3-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: white;
  top: 0;
  left: 0;
  z-index: 10;
}



#mission-3-back {

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: white;
  transform: rotateY(180deg);
  height: 100%;
  padding: 10px;
}

#mission-3 h3 {
  padding-top: 30px !important;
}



#mission-4 {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 0 !important;


}

#mission-4-overlay {
  position: absolute;
  bottom: -3px;
  width: 100%;
  background: var(--orange);
  color: white;
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 10px 15px 10px 10px;
  transition: opacity 0.4s ease-in-out;
  cursor: pointer;

}

#mission-4-overlay h3 {
  margin: 0;
  transition: opacity 0.4s ease-in-out;

  flex: 1;
}

#mission-4-overlay i {
  margin-left: 10px;
}

#mission-4-text {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 1);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: top 500ms ease-in-out;
  padding: 20px 10px;
}

#mission-4-text-placeholder {
  visibility: hidden;
  opacity: 0;
  padding: 20px 10px;
}

#mission-4:hover #mission-4-text {
  top: 0;
}

#mission-4:hover #mission-4-overlay {
  opacity: 0;
}






*/._{}


/* scroll.css */
body header {
  height: 142px;
  display: flex;
  align-items: end;
}

body.scrolled header {
  top: -70px;
}

body.scrolled #header-logo img {
  height: 55px !important;
}._{}


/* search-form.css */
.search-form {
  max-width: 400px;
  padding: 10px 0 7px;
  /*   border: 1px solid pink; */
}

.search-form .input-group {
  border: 1px solid var(--orange) !important;
  overflow: hidden;
}

.search-form input {
  background-color: transparent !important;

}

.search-form input::placeholder {
  color: #f57c00;
  /* Remplace cette couleur par celle que tu souhaites */
  font-weight: bold;
  /* Optionnel : pour rendre le texte en gras */
}._{}


/* article-default.css */
.article-default {
    text-align: left;
    margin-bottom: 3rem;
}

.article-default::after {
    content: "";
    display: block;
    clear: both;
}


.article-title-default {}

.article-title-default h2 {
    text-align: center;
    font-size: 1.5rem;
    color: var(--purple);
    position: relative;
    margin-bottom: 35px;
}

.article-title-default span {
    position: relative;
    padding: 0 0 5px 0;
    display: inline-block;
}

.article-default .article-text {
    font-size: 1.1rem;
    flex: 1;
    text-align: justify;
    color: #555;
}

.article-default .article-inner {}

.article-default .article-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 45px;
    flex: 1;
    width: 100%;
}

.article-default.att-position-right .article-content {
    flex-direction: row-reverse;
}

.article-default h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.article-default p {
    margin-bottom: 1rem;
}

.article-default a {
    color: var(--purple);
    text-decoration: none;
}

.article-default a:hover {
    text-decoration: underline;
}

body.infos article.article-default .attachments .first-att {
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}

article.narrow .article-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/*
body.infos article.article-default .attachments .first-att {
    -webkit-mask-image: url('/img/attachment-clip-path-1.png');
    mask-image: url('/img/attachment-clip-path-1.png');
}

body.infos article.article-default:nth-child(3n+1) .attachments .first-att {
    -webkit-mask-image: url('/img/attachment-clip-path-1.png');
    mask-image: url('/img/attachment-clip-path-1.png');
}

body.infos article.article-default:nth-child(3n+2) .attachments .first-att {
    -webkit-mask-image: url('/img/attachment-clip-path-2.png');
    mask-image: url('/img/attachment-clip-path-2.png');
}

body.infos article.article-default:nth-child(3n+3) .attachments .first-att {
    -webkit-mask-image: url('/img/attachment-clip-path-3.png');
    mask-image: url('/img/attachment-clip-path-3.png');
}
*/

body.infos article.article-default .attachments .first-att img {
    max-width: 100%;
    max-height: 90%;
    /*
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    right: 100%;
    top: 0;
    opacity: 0;
    transition: all 600ms;
    */
}

body.infos article.article-default.in-viewport .attachments .first-att img {
    right: 0;
    opacity: 1;
}

*/ body.infos article.article-default .article-content {
    align-items: center;
}


@media screen and (max-width: 767px) {


    .article-default .article-content {

        flex-direction: column;

        gap: 35px;
    }


}._{}


/* article-picto-contact.css */
.page-contact .article-group-content {
  justify-content: stretch;
  gap: 50px;
}

.page-contact .article-group-content article.picto-contact {
  flex: 1;
  padding: 0 0 !important;

}

article.picto-contact .article-text {
  color: var(--purple);
}._{}


/* responsive-widths.css */
/* Pour les écrans très petits et petits (≥ 576px) */
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }
}

/* Pour les écrans de taille moyenne (≥ 768px) */
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }
}

/* Pour les écrans larges (≥ 992px) */
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }
}

/* Pour les très grands écrans (≥ 1200px) */
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }
}._{}


/* article-column.css */
.column-group {
  padding: 3rem 0;
}

.column-group .article-group-inner {

  width: 96% !important;
  max-width: 1160px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}

.column-group .article-group-content {
  display: flex;
  margin: 0 -50px;
}

.column-group article {
  padding: 0 50px;

}

@media screen and (max-width: 767px) {
  .column-group .article-group-content {
    flex-direction: column;

  }

  .column-group article {
    flex: 1;
    width: 100% !important;
  }
}._{}


/* section-infos-header.css */
#page-cms #page-cover {

  position: relative;
  background-image: url('/img/carrousel-homepage-bg-desktop.jpg');
  background-position: center;
  background-size: cover;
}

#page-cms .page-title {
  padding: 2rem 0;
}

#page-cms .page-title h1,
#page-cms .page-title .h1 {
  text-align: center;
  font-size: 1.4rem;

  color: #000;
}

#page-cms .page-title h1>span,
#page-cms .page-title .h1>span {
  position: relative;
  font-weight: bold;
  /*
  background-image: url('/img/h1-bg.png?w=80');
  background-position: -0px center;
  background-repeat: no-repeat;
  */
  padding: 30px 0px 15px;
  display: inline-block;
}

#page-cms .page-title h1 span::after,
#page-cms .page-title .h1 span::after {
  display: none;
  content: ' ';
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 3px;
  transform: translateX(-50%);
}


#page-cms:not(.has-cover) .page-title h1 span::after,
#page-cms:not(.has-cover) .page-title .h1 span::after {
  background-color: var(--orange);
}

#page-cms.has-cover #page-cover {
  margin-bottom: 35px;
  background-color: #000;
  padding: 30px 0 40px;
}

#page-cms.has-cover #page-cover .bg {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
}

#page-cms.has-cover #page-cover h1,
#page-cms.has-cover #page-cover .h1 {
  color: black;
  font-size: 2rem;

}



#page-cms.has-cover .page-title h1 span::after,
#page-cms.has-cover .page-title .h1 span::after {
  text-shadow: 2px 2px 2px #333;
}

#page-cms.has-cover #page-cover svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleY(70%) translateY(30%);
  filter: invert(1);
}._{}


/* footer.css */
footer {

  font-size: 0.85rem;

}

#footer-main {

  position: relative;
  padding-top: 40px;
  background-color: var(--off-white);
  padding-bottom: 35px;
}

footer svg {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0%;
  width: 100%;
  transform: translate(-40%, -10%) scaleX(1.8);
  display: none;
  fill: white;
}

footer a {
  color: var(--purple) !important;
  text-decoration: none;
}

footer a:hover {

  text-decoration: underline;
}

footer h3,
footer h3.bloc-title {
  font-size: 0.95rem;
  margin-bottom: 0.7rem;
}



footer .logo-reseaux-sociaux img {
  filter: none !important;
  width: 35px !important;
}


.footer-partners .logos-wrapper {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-wrap: nowrap;
  gap: 15px;
  margin-bottom: 15px;
}


.footer-partners .logos-wrapper.porteurs img {
  max-height: 40px !important;
  width: auto !important;
  max-width: 100px !important;


}


.footer-partners a {
  display: flex;
  justify-content: center;
  align-items: end;
  flex: 0;
  border: 0px solid pink;

}

.footer-partners img {
  max-height: 60px !important;
  width: auto !important;
  max-width: 100px !important;


}





.footer-col {
  text-align: center;
}


footer .newsletter {
  max-width: 500px;
  margin: 0 auto 35px;
  /* background-color: white; */
  padding: 10px 30px 20px;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  #footer-main {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 576px) {
  footer .newsletter {
    margin: 0 auto 5px;

  }
}._{}


/* attachments.css */
.attachments {
  width: 50%;
  margin: 0 30px 30px 0px;

  font-size: 0;
}

.attachments.width-25pc {
  width: 25%;
}

.attachments.width-33pc {
  width: 33%;
}

.attachments.width-50pc {
  width: 50%;
}

.attachments.width-66pc {
  width: 66%;
}

.attachments.width-75pc {
  width: 75%;
}

.attachments.width-100pc {
  width: 100%;
}

.attachments.width-100pc {
  width: 100%;
  float: none
}


.attachments.right {
  margin: 0 0 30px 30px;
}

.attachments .att {
  position: relative;
}

.attachments .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 0.7rem;
  padding: 5px 10px;
  line-height: 1;
  text-align: left;
}

.attachments.first-large .att {
  padding: 1px;
}

.attachments.first-large .following {
  width: 25%;
  float: left
}

.attachments.first-large .following a {
  display: block;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}

.attachments.slider {
  position: relative;
}

.attachments.slider .inner {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}

.attachments.slider .att {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #aaa;
  width: 100%;
  height: 100%;
  background: #eee;
}

.attachments.slider .att a {
  display: block;
  text-align: center;
  ;
  height: 100%;
}

.attachments.slider img {
  max-height: 100%;
}

.attachments.slider .current {
  z-index: 10;
}

.attachments.slider .next {
  z-index: 11;
  opacity: 0;
}

.attachments.slider .caption {}

.attachments .nav {
  position: absolute;
  top: 40%;
  width: 90%;
  left: 5%;
  z-index: 20;
}

.attachments .nav span {
  display: block;
  font-size: 2rem;
  cursor: pointer;
  padding: 5px;
  background: rgba(0, 0, 0, 0.2);
  color: white
}

.attachments .nav .nav-left {
  float: left
}

.attachments .nav .nav-right {
  float: right
}

@media (max-width: 767px) {

  body.infos article.article-default .attachments.width-25pc,
  body.infos article.article-default .attachments.width-33pc,
  body.infos article.article-default .attachments.width-50pc,
  body.infos article.article-default .attachments.width-66pc,
  body.infos article.article-default .attachments.width-66pc {
    width: 100% !important;
    margin: 0 !important;
  }

  .article-default.att-position-right .article-content {
    flex-direction: column;
  }

  body.infos article.article-default .attachments .first-att {
    text-align: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    aspect-ratio: unset !important;
  }

  body.infos article.article-default .attachments .first-att img {
    max-height: 250px;
  }

  body.infos article.article-default .attachments .first-att img {}


}._{}


/* article-equipe.css */
article.equipe {}

article.equipe {
  padding: 60px 0 0;
}

article.equipe ul {
  list-style: none;
  padding: 0;
  margin: 100px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px
}

article.equipe li {
  position: relative;
  padding: 0;
  margin: 100px 0 80px;
  flex: 0 0 calc(50% - 30px);
  max-width: 250px;
  opacity: 1;
  transition: opacity 2000ms, transform 300ms;
}


article.equipe li::before {
  background-image: url(/img/equipe-item-bg.svg);
  filter: var(--light-blue-filter);
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  aspect-ratio: 1.63;

}


article.equipe li:hover {
  transform: scale(1.05);
}

article.equipe li * {
  line-height: 1;

}

article.equipe img {
  width: auto !important;
  position: absolute;
  max-width: 60%;
  left: 50%;
  top: 0%;
  transform: translate(calc(-50% - 5px), -90%);
  z-index: 2;
}



article.equipe .content {
  padding: 30px 15px 0;
  position: relative;
  transform: translateX(-5px);
  z-index: 2;
}

article.equipe h3,
article.equipe h4 {
  font-size: 1rem;
  padding: 0 !important;
  margin: 0 0 2px !important;
  text-align: center;


}

article.equipe p {
  position: relative;
  font-size: 0.8rem;
  padding: 0 !important;
  margin: 0 0 4px 0 !important;
  text-align: center;
}

@media screen and (max-width: 576px) {
  article.equipe ul {
    margin-top: 120px;
  }

  article.equipe ul {
    flex-direction: column;
  }
}._{}


/* buttons.css */
.btn.btn-purple {
  background-color: var(--purple);
  border-color: var(--purple);
  color: var(--off-white);
}

.btn.btn-purple:hover {
  background-color: var(--purple);
  border-color: var(--purple);
  color: var(--light-orange);
}

.btn.btn-orange {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--off-white);
}

.btn.btn-orange:hover {
  background-color: var(--red);
  border-color: var(--red);
  color: var(--light-orange);
}

.btn.btn-light-blue {
  background-color: var(--light-blue);
  border-color: var(--light-blue);
  color: var(--purple);
}

.btn.btn-light-blue:hover {
  background-color: var(--pink);
  border-color: var(--pink);
  color: var(--red);
}._{}


/* ressources.css */
/*
Styles partagés entre la cartographie et les ressources documentaires 
*/


.ressources-form .form-select-wrapper {
  width: 300px;
  max-width: 90%;
}


.ressources-form .form-select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0 !important;
  border-bottom: 2px solid var(--purple) !important;
  font-size: 1.2rem;
}


.filter-label {}._{}


/* homepage-calendar.css */
#hp-content .eventsList-group {
  margin-top: -50px;
  background-color: var(--light-orange);
}

#hp-content .eventsList-group .events-list>.container {
  /* background-color: var(--light-orange); */
  z-index: 100;
  position: relative;
  padding: 80px 0 140px;
  /*border-radius: 35px; */
  max-width: 80%;
}

#hp-content article.events-list.blue .container {
  /* border: 3px solid var(--blue); */
}

#hp-content article.events-list.blue .article-title h2 {
  color: var(--blue);
}

#hp-content .events-list.blue h2 span::after {
  background-color: var(--blue);
}

#hp-content article.events-list.red .container {
  border: 3px solid var(--red);
}

#hp-content article.events-list.red .article-title h2 {
  color: var(--red);
}

#hp-content .events-list.red h2 span::after {
  background-color: var(--red);
}

@media screen and (max-width: 1199px) {
  #hp-content .eventsList-group .events-list>.container {
    padding-top: 30px;
  }
}._{}


/* homepage.css */
body.homepage {
  background-color: #f5f5f5;
}

body.homepage .container {
  max-width: 1400px !important;
}

#hp-content {
  padding-top: 120px;
  padding-bottom: 0px;
}

#hp-content article {
  padding: 1.5rem 0;
}


#hp-content .article-title {
  padding: 0 0 40px;
}

#hp-content .article-title-default h2 {
  color: var(--purple);
  font-size: 2rem;
  text-align: center;

}





#hp-content .article-title-default h2 span {
  position: relative;
  padding-bottom: 10px;
}

#hp-content .article-title-default h2 span::after {
  position: absolute;
  content: ' ';
  width: 80px;
  height: 5px;
  left: calc(50% - 40px);
  bottom: 0;
  border-radius: 2.5px;

}

@media screen and (max-width: 575px) {
  #hp-content {
    padding-top: 100px;

  }

}._{}


/* homepage-carrousel.bak.css */
.articles-group.homepage-carrousel-group {
  /*
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  transition: all var(--scroll-transition-duration);
  */
}

article#homepage-carrousel {

  position: relative;
  overflow: hidden;
  height: calc(80vh);
  text-align: left;
  background-color: var(--orange-9);
  min-height: 50px;
  display: flex;
  flex-direction: column;
  background-color: #333;
  z-index: 10 !important;
  transition: all 500ms;
}

#homepage-carrousel img {
  opacity: 0.7;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  transition: all 2000ms;
}

#homepage-carrousel.in-viewport {
  background-color: black;
}


#homepage-carrousel.in-viewport img {
  bottom: -0px;
  opacity: 0.7;
}

.homepage-carrousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.homepage-carrousel-overlay svg {
  width: 100%;
  height: 100%;
  fill: var(--light-orange) !important;

}

.homepage-carrousel-overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}


.homepage-carrousel-overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.homepage-carrousel-overlay .container {
  position: relative;
  height: 100%;
}

.homepage-carrousel-overlay .container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.homepage-carrousel-overlay .content-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 0px;
  background-color: rgba(33, 33, 33, 0.3);
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 55px;
}

.homepage-carrousel-overlay .wordings {
  flex: 0 0 75%;
  text-align: left;
  color: var(--purple);
  color: white;
  font-size: 1.8rem;
  text-shadow: 2px 2px 2px #333;
}._{}


/* articles- co-porteurs.css */
article.co-porteurs {}

article.co-porteurs a {
  transition: all 300ms;

}

article.co-porteurs a:hover {
  transform: scale(1.1);
}._{}


/* homepage-links.css */
article.homepage-links {
  background-color: var(--light-orange);
  padding-bottom: 120px !important;
}



article.homepage-links .article-text {
  padding: 50px 0 0px;
  font-weight: bold;
  width: 100%;
}

article.homepage-links .article-title h2 {
  font-size: 2.2rem;
  color: var(--blue) !important;
}

article.homepage-links h2 span::after {
  background-color: var(--blue);
}

article.homepage-links ul {
  list-style: none;
  padding: 100px 0 0 0;
  margin: 0 -3vw;
  display: flex;
  justify-content: space-between;
  gap: 0px
}

article.homepage-links li {
  margin: 0 3vw;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  aspect-ratio: 1.5;
  position: relative;
  font-size: 1rem;
  transition: all 500ms;
}

article.homepage-links li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

article.homepage-links li:nth-child(1)::before {
  background-image: url('/img/homepage-links-1-2.svg');
  filter: var(--light-blue-filter);
}

article.homepage-links li:nth-child(2)::before {
  background-image: url('/img/homepage-links-1-2.svg');
  filter: var(--light-blue-filter);
}

article.homepage-links li:nth-child(3)::before {
  background-image: url('/img/homepage-links-1-2.svg');
  filter: var(--light-blue-filter);
}

article.homepage-links li>div {}

article.homepage-links img {
  display: block;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  width: auto !important;
  max-width: 200px;
  max-height: 180px;
}

article.homepage-links a {
  font-size: 1.2rem;
  color: white;
  color: var(--blue);
  border-radius: 15px;
  padding: 7px 10px;
  display: table;
  text-decoration: none !important;
  position: absolute;
  z-index: 1;
  position: absolute;
  top: 60%;
  left: 50%;
  height: 100%;
  width: 80%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  text-align: center;
  padding: 0 30px 0 30px;
  transition: all 500ms;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

article.homepage-links li:hover {
  transform: scale(1.1) !important;
}

article.homepage-links.in-viewport li>a {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  article.homepage-links li {
    margin: 0 1vw;
  }

  article.homepage-links li a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  article.homepage-links img {
    top: -100px;
    max-width: 180px;
    max-height: 150px;
  }

  article.homepage-links li a {
    line-height: 1.3;
    padding: 0 15px 0 15px;
  }
}

@media screen and (max-width: 767px) {
  article.homepage-links img {
    top: -100px;
    max-height: 130px;
  }

  article.homepage-links li a {
    line-height: 1.1;
  }
}

@media screen and (max-width: 576px) {
  article.homepage-links ul {
    flex-direction: column;
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
  }

  article.homepage-links li {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  article.homepage-links li:last-child {

    margin-bottom: 0px;
  }

  article.homepage-links img {
    top: -70px;
    max-height: 130px;
  }

  article.homepage-links li a {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}

article.homepage-links ul {}._{}


/* article-logo-banner.css */
 article.logo-banner .article-text {}

 article.logo-banner .d-flex {}

 article.logo-banner a {
   width: calc(20% - 30px);
   margin: 0 15px;
   display: flex;
   aspect-ratio: 1;
   background-color: white;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   overflow: hidden;


   /* Le bord orange */
   border-radius: 50%;
   /* Cercle parfait *
   /*/
   /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
   transition: all 300ms;

   /* L'ombre légère */


   /* Ajuste selon la taille du cercle */

   /* Ajuste selon la taille du cercle */
 }

 article.logo-banner img {
   max-width: 70%;
   width: 100% !important;
   max-height: 50%;

 }

 article.logo-banner a:hover {
   transform: scale(1.1);
   /* Suppression de l'espace inutile */
 }._{}


/* decoration.css */
.chevron {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  gap: 8px;
  color: var(--medium-blue);
  transition: color 0.3s ease, transform 0.3s ease;
  position: relative;
}

.chevron::before {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: inline-block;
  font-size: 16px;
  margin-left: 0px;
  text-decoration: none !important;
  transition: transform 0.3s ease;
}

.chevron:hover {
  text-decoration: underline;
  text-decoration: none !important;
}

.chevron:hover::before {
  transform: translateX(5px);
  text-decoration: none !important;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

body.infos .page-title h1::before {}

/*
.article-default .article-title h2 span::after {
  content: "";
  position: absolute;
  top: calc(100% - 15px);
  left: 100%;
  width: 110px;
  height: 50px;
  background-image: url('/img/h2-default-bg.png?w=110');
  background-position: left top;
  background-repeat: no-repeat;
}
  */



.logo-reseaux-sociaux img {
  filter: var(--blue-filter);

}

.alert {
  border-radius: 50vh;
}._{}


/* article-referencement-annuaire.css */
article.referencement-annuaire h3 {
  font-size: 1rem;
}

article.referencement-annuaire .accordion-button {
  color: var(--blue) !important;
  background-color: white !important;
  box-shadow: none !important;
}

article.referencement-annuaire .accordion-button::after {
  filter: var(--blue-filter) !important;
  color: var(--blue) !important;
}


article.referencement-annuaire .alert {
  font-size: 1rem !important;
}._{}


/* homepage-about-us.css */
.homepage-about-us-group {}

.homepage-about-us-group .articles-group-inner,
.homepage-about-us-group .articles-group-wrapper,
#homepage-about-us,
#homepage-about-us .article-inner,
#homepage-about-us .article-content,
#homepage-about-us .article-title {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.homepage-about-us-group {}

#homepage-about-us .article-content {
  display: flex;
  flex-direction: row-reverse;
  ;

}

#homepage-about-us .illustration {
  flex: 0 0 calc(40%);

  text-align: center;
  padding: 0px 0;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-left: 2vw;
  /* z-index: 1000;  */

}

#homepage-about-us .side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  flex: 0 0 45%;
  max-width: 700px;
}

#homepage-about-us .illustration {
  background-image: url('/img/article-hp-about-us-bg-pink-left.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
  display: flex;
  align-items: start;
  justify-content: start;
  padding: 2% 0 0 2%;
  width: 100%;
  /* filter: var(--pink-filter); */
}


#homepage-about-us .illustration img {
  max-width: 90%;
  max-height: 80%;
}


#homepage-about-us .wording {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 5rem 0;

}

#homepage-about-us .wording-inner {
  padding-left: 10%;
  max-width: 800px;
  width: 90%;
}


#homepage-about-us .article-title h2 {
  margin: 0 0 1.5rem 0;
  padding: 0 !important;
  text-align: left;
  color: var(--red);
}

#homepage-about-us .article-title h2 span span {
  white-space: nowrap;
}




#homepage-about-us .article-text {
  font-size: 1.2rem;
  line-height: 1.6;


}

@media screen and (max-width: 1199px) {
  #homepage-about-us .article-title h2 {
    margin: 0 0 1.3rem 0;
  }

  #homepage-about-us .article-text {
    font-size: 1.15rem;
    line-height: 1.5;


  }
}

@media screen and (max-width: 991px) {

  #homepage-about-us .article-title h2 {
    font-size: 1.1rem;
    margin: 0 0 1.2rem 0;
  }

  #homepage-about-us .wording {

    padding: 4rem 0;
  }


  #homepage-about-us .article-text {
    font-size: 1rem;
    line-height: 1.4;


  }
}

@media screen and (max-width: 767px) {
  #homepage-about-us {
    margin-top: -70px !important;
  }


  #homepage-about-us .wording {

    padding: 4rem 2em 4rem;
  }

  #homepage-about-us .wording-inner {
    padding: 0;
    width: 100%;
  }

  #homepage-about-us .article-title h2 {
    font-size: 1.7rem;
    text-align: center !important;
  }


  #homepage-about-us .article-content {
    flex-direction: column-reverse;
  }

  #homepage-about-us .side {
    align-items: start;
  }

  #homepage-about-us .illustration {
    max-width: 75%;
  }

  #homepage-about-us .article-text {
    font-size: 1.1rem;
  }
}._{}


/* accessibilite.css */
a[href="#content"] {
  position: absolute;
  top: -9999px;

}

a[href="#content"]:focus {

  top: 0;
  left: 0;
  padding: 10px;
  background-color: #f0f0f0;
  color: #000;
  z-index: 2000;
}


.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}._{}


/* infos.css */
body.infos #content {
  padding-top: 120px;
  min-height: calc(100vh - 100px);
}

@media screen and (max-width: 576px) {
  body.infos #content {
    padding-top: 140px !important;
  }

  #page-cms.has-cover #page-cover {
    flex-direction: column;

  }

  #page-cms.has-cover #page-cover .page-illutsration {
    padding: 20px 0 0 0;
  }


  #page-cms.has-cover #page-cover .page-illutsration img {
    max-height: 120px !important;
  }



  #page-cms .page-title {
    padding: 0 20px !important;

  }


  #page-cms.has-cover #page-cover h1,
  #page-cms.has-cover #page-cover .h1 {

    font-size: 1.7rem;
  }


  #page-cms .page-title h1>span,
  #page-cms .page-title .h1>span {
    padding: 0 !important;
    margin: 0 !important;
  }


  body.infos.scrolled #content {
    padding-top: 75px;
    min-height: calc(100vh - 100px);
  }

}._{}


/* page-a-propos.css */
body.about-us {}



body.about-us article.nos-missions {}


body.about-us article.logo-banner {
  padding: 60px 0;
}

body.about-us article.logo-banner .d-flex {
  position: relative;
  /*
  margin-left: -1000px;
  transition: all 1000ms;
  */
}

body.about-us article.logo-banner.in-viewport .d-flex {
  /* margin-left: 0; */
}._{}


/* homepage-carrousel.css */
#carrousel-homepage {
  margin-bottom: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#carrousel-homepage .contents {

  display: flex;
}

#carrousel-homepage .illustration {
  display: flex;
  flex-direction: column;

}

#carrousel-homepage h1 {}

#carrousel-homepage h1 strong {
  background-color: white;
  border-radius: 50px;
  padding: 0 10px;
  display: inline-block;
  line-height: 1.5;


}

@media screen and (min-width: 992px) {
  #carrousel-homepage {
    background-image: url('/img/carrousel-homepage-bg-desktop.jpg');


  }

  #carrousel-homepage .contents {

    flex-direction: row;
    height: 100%;
    align-items: center;
    width: calc(100% - 2vw);
    margin: 0 auto;
    gap: 30px;
    aspect-ratio: 2.6;
    justify-content: space-between;
  }

  #carrousel-homepage .illustration {
    flex: 0 0 52%;

  }

  #carrousel-homepage h1 {
    flex: 1;
    text-align: center;
    font-size: calc(0.3rem + 1.1vw);
    padding-right: 25px;
    line-height: 2;
  }
}

@media screen and (max-width: 991px) {
  #carrousel-homepage {
    background-image: url('/img/carrousel-homepage-bg-mobile.jpg');

    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #carrousel-homepage .contents {
    flex-direction: column;
    gap: 35px;
    padding: 50px 0 80px 0;
  }

  #carrousel-homepage .illustration {
    width: 700px;
    width: 80%;
    margin: 0 auto;

  }

  #carrousel-homepage h1 {
    font-size: 1.6rem;
    width: 700px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.7;
  }

  #carrousel-homepage h1 strong {
    white-space: wrap;
  }

}

@media screen and (min-width: 768px) {}



.homepage-carrousel-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.homepage-carrousel-overlay-bottom svg {
  width: 100%;
  height: 100%;
  fill: var(--light-orange) !important;

}._{}


