/* base.css --- 2025-02-07 11:35:22 */
html,
body {
    min-height: 100%;
    background: #fff;
    font-family: roboto, sans-serif;
    font-size: 100%;
    overflow-x: hidden;
}

.construc,
.construct {
    border: 1px solid pink !important;
}






@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: 88%;
    }
}


* {
    outline: none !important;
}


button,
.btn-close {
    box-shadow: none !important
}


.container-fluid {
    max-width: 94%;
}

.container {

    width: 96% !important;
    max-width: 1160px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
}



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

.pull-left {
    margin: 0 5px 0 0;
}

.right-0 {
    right: 0 !important;
}

.top-50 {
    top: 50%;
    transform: translateY(-50%);
}

.left-50 {
    left: 50% !important;
    transform: translateX(-50%);
}

.top-50.left-50 {
    transform: translate(-50%, -50%);
}




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

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

.pointer {
    cursor: pointer
}

.width-100pc {
    width: 100%;
}

.upper {
    text-transform: uppercase;
}

.relative {
    position: relative !important;
}

.rajdhani {
    font-family: Rajdhani, sans-serif;
}

.light {
    font-weight: lighter;
}


@media (max-width: 1200px) {
    .container {
        width: 96% !important;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }
}

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

/* logos-gallery.css --- 2025-01-30 07:43:49 */
.logos-gallery .logos-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 30px;

}

.logos-gallery .logo-item {
  flex: 1 1 auto;
  max-width: 150px;
  text-align: center;
  padding: 15px;
  background: white;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.logos-gallery .logo-item img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  display: block;
}

article.logos-soutiens {
  background-color: #f9f9f9;
}


article.logos-soutiens .logo-item {
  width: 200px;
  height: 200px;
  max-width: 200px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

/* modal.css --- 2025-01-28 16:20:14 */


/* decorations.css --- 2025-02-14 08:36:13 */
.btn-xl {
    padding: 15px 25px;
    font-size: 1.5rem;
}

h2.article-title span {
    display: inline-block;
    position: relative;
    padding-left: 52px;
}

.chevron {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    gap: 8px;
    color: var(--medium-blue);
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
}

.chevron::before {
    content: '\f054';
    /* Unicode pour l'icône fa-arrow-right */
    font-family: 'Font Awesome 6 Free';
    /* Utiliser la famille FontAwesome */
    font-weight: 900;
    /* Appliquer le poids de l'icône (normalement 900 pour le solid) */
    display: inline-block;
    font-size: 16px;
    /* Ajuste la taille de l'icône */
    margin-left: 8px;
    /* Espace à gauche de l'icône */
    text-decoration: none !important;
    transition: transform 0.3s ease;
    /* Ajouter une transition douce pour les transformations */
}


.chevron:hover::before {
    transform: translateX(3px);

}

.section-title {
    margin-bottom: 25px !important;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
    position: relative;
    font-size: 1.1rem;
}

.underline-medium-orange {
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.underline-medium-orange:after {
    content: ' ';
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--medium-orange);
}

i.quote-open,
i.quote-close {
    display: inline-block;
    width: 30px;
    aspect-ratio: 1.26470588235;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*
    filter: var(--medium-blue-filter);
    filter: var(--light-orange-filter);
    */
    filter: var(--light-green-filter);
    filter: var(--medium-blue-filter);
    opacity: 1;
    background-image: url(../img/quotes-open.png);
}

i.quote-open {

    margin-right: 7px;
    transform: translateY(-4px);
}

i.quote-close {

    margin-left: 7px;
    transform: translateY(-2px) rotate(180deg);
}

/* homepage-carrousel.css --- 2025-03-07 11:20:19 */
#homepage-carrousel {
  position: relative;
  margin-top: 0px;
}

#homepage-carrousel .swiper-container {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
}

#homepage-carrousel .swiper-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #000;
}

#homepage-carrousel .swiper-slide img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  opacity: 0.7;
}

#homepage-carrousel .content {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#homepage-carrousel .page-title {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex: 1;
  width: 80%;
}

#homepage-carrousel h1 {
  font-size: 4rem;
  color: white;
  width: 50%;
  position: relative;
  /* height: 100%; */
}

#homepage-carrousel .bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  height: 100px;
  position: relative;
}

#homepage-carrousel .next-event-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 0 0 0;
}

.carrousel-overlay-container {
  background: url('/img/carrousel-overlay.svg') no-repeat center center;
  background-size: contain;
  /* ou cover selon ton besoin */
  width: 100%;
  height: 100%;
  background-position: right bottom;
  width: 100%;
  min-width: 1600px;
  position: absolute;
  bottom: -2px;
  right: 0;
  z-index: 800;
}



@media screen and (min-width: 768px) {

  #homepage-carrousel h1 span {
    display: block;
    padding-left: 15px;
    text-shadow: 2px 2px 5px #555;
    position: absolute;
    top: 50%;
    left: -1000px;
    max-width: 100%;
    transition: all 500ms;
    transform: translateY(-50%);
    border-left: 10px solid white;
  }

  #homepage-carrousel.ready h1 span {
    left: 0px;
  }
}

@media screen and (max-width: 767px) {


  #homepage-carrousel .page-title {
    width: 94%;
  }

  #homepage-carrousel h1 {
    font-size: 3rem;
    width: 100%;
    height: 100%;
    transform: translateY(-50px);
    text-align: center;
  }

  #homepage-carrousel h1 span {
    display: block;
    text-shadow: 2px 2px 5px #555;
    position: absolute;
    top: -100%;
    left: 50%;
    max-width: 100%;
    transition: all 500ms;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  #homepage-carrousel .bottom {

    flex-direction: column;
    height: 240px;
  }

  #homepage-carrousel #dmemploi {


    width: 300px !important;
    box-shadow: none !important;
  }

  #homepage-carrousel .next-event-wrapper {
    height: 160px;
  }


  #homepage-carrousel.ready h1 span {
    top: 50%;
  }
}

/* scroll.css --- 2025-01-21 13:09:09 */
a.to-top {
    float: right;
    display: block;
}

a.to-top:before {
    font-family: 'Glyphicons Halflings';
    content: "\e253";
    font-size: 1.8rem;
    color: #999;
}

.scroll-target {
    position: absolute;
    top: -100px;
}

/* megamenu.css --- 2025-02-14 06:46:07 */
@media screen and (min-width: 992px) {
  #menu {
    position: relative;
  }

  #menu .inner {
    position: relative;
  }

  #menu li.megamenu {
    position: static;
  }

  #menu li ul.level1 {
    display: none;
  }

  #menu li.megamenu .megamenu-inner {}

  #menu li.megamenu p {
    margin: 0 !important;
    padding: 0 !important;
  }

  #menu div.megamenu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 1000ms, padding 1000ms;
  }

  #menu div.megamenu-inner {
    margin-top: 18px;
    margin-bottom: 16px;
    padding: 0px;
    background-color: #ddd;

    border-radius: 0 0 15px 15px;
    overflow: hidden;
  }

  #menu li.megamenu:hover div.megamenu {
    max-height: 600px;
  }

  body.megamenu-on #above-all {
    display: block;
    z-index: 999;
    background-color: rgba(200, 200, 200, 0.2);
  }

  #megamenu-entreprises {}

  #megamenu-entreprises .poles {
    padding: 25px 10px 0;
    margin-bottom: 10px;
  }

  #megamenu-entreprises .pole>div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 0 15px;
  }

  #megamenu-entreprises .picto {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fafafa;
    margin-bottom: 3px;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
    /* Ajout du box-shadow interne */
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    /* Ombre interne */
    transition: all 100ms;
  }

  #megamenu-entreprises .picto:hover {
    transform: scale(1.1);
  }

  #megamenu-entreprises .picto img {
    max-width: 60%;
    max-height: 60%;
  }

  #megamenu-entreprises label {
    font-size: 0.7rem;
  }

  #megamenu-entreprises form {
    background-color: #bbb;
    padding: 5px 15px;
    margin: 0;
  }

  #megamenu-entreprises form .input-group {
    max-width: 80%;
    padding-left: 15px;
    margin-bottom: 0;
  }

  #megamenu-entreprises .input-group,
  #megamenu-entreprises .input-group-text {
    border: none !important;
  }

  #megamenu-entreprises .input-group-text {
    color: var(--dark-orange);
    background-color: transparent !important;
  }

  #megamenu-entreprises a.chevron:before {
    padding-right: 6px;
    position: relative;
    top: 1px;
  }


  #megamenu-actions {}

  #megamenu-groupement .megamenu-inner,
  #megamenu-actions .megamenu-inner {
    padding: 1px 2px 2px 2px !important;
  }

  #megamenu-groupement .d-flex,
  #megamenu-actions .d-flex {
    gap: 2px;
  }

  #megamenu-groupement .item,
  #megamenu-actions .item {
    display: block;
    flex: 1;
    position: relative;
    background-color: black;
    cursor: pointer;
    overflow: hidden;
    height: 180px;
  }

  #megamenu-groupement .item:first-child,
  #megamenu-actions .item:first-child {
    border-bottom-left-radius: 15px;

  }

  #megamenu-groupement .item:last-child,
  #megamenu-actions .item:last-child {
    border-bottom-right-radius: 15px;

  }

  #megamenu-groupement .item img,
  #megamenu-actions .item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    opacity: 0.8;
    transition: all 100ms;
  }

  #megamenu-groupement .item:hover img,
  #megamenu-actions .item:hover img {
    opacity: 1;

  }

  #megamenu-groupement .item label,
  #megamenu-actions .item label {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 0px #999;
    cursor: pointer;
  }





}











#menu_197___ .megamenu {
  max-height: 600px !important;
}

/* forms.css --- 2025-01-31 16:34:13 */
.form-control {
  box-shadow: none !important;
}


body .form-control,
body .form-control:focus {
  border-color: var(--bs-border-color) !important;
}



button.bg-medium-orange {
  color: white !important;
}

button.bg-medium-orange:hover {
  background-color: var(--dark-orange) !important;

}


button.bg-light-orange {
  color: white !important;
}

button.bg-light-orange:hover {
  background-color: var(--medium-orange) !important;

}

/* homepage.css --- 2025-01-27 16:25:25 */
body.homepage {}

body.homepage article {}


body.homepage article.article-default {
    margin-bottom: 0;
}


body.homepage article.about-us {}

body.homepage article.about-us .article-title-wrp {
    text-align: center;
}

body.homepage article.about-us .article-title {}

body.homepage article.about-us .article-title span {}

body.homepage article.about-us .article-text {
    padding-left: 35px;
}

@media (max-width: 767px) {
    body.homepage article.about-us .article-text {
        padding-left: 0px;
    }

    body.homepage article.about-us .article-title-wrp {
        text-align: left;
    }
}

/* infos.css --- 2025-01-30 15:44:45 */
#infos-main {
    padding-top: 10px;
}



#infos-main>.article-group {}

/* section-page-cover.css --- 2025-02-06 21:21:47 */
#page-cover {
  padding-top: 180px;
  position: relative;
  background-color: #000;
  background-image: url('../img/bandeau-logo-997px.png');
  background-position: right bottom;
  background-size: 750px;
  background-repeat: no-repeat
}

.has-cover #page-cover {
  padding-top: 250px;
  background-image: none;
}

#page-cover .bg {
  background-position: 50% 60%;
  background-size: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.75;
  transition: all 700ms;
  opacity: 0.3;
}

#page-cover .page-title {
  position: absolute;
  bottom: 10%;
  height: 30%;
  left: 0;
  right: 0;
  text-align: center;

}

.has-cover #page-cover .page-title {


  height: 40%;


}

#page-cover .page-title h1 {
  position: relative;
  overflow: hidden;
  color: white;
}

#page-cover .page-title h1 span {
  display: inline-block;
  font-size: 2.6rem;
  position: relative;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  top: 150%;
  transition: all 700ms;
  opacity: 0;
}

#page-cover .page-title h1 span:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: white;
}

.has-cover .page-title h1 {
  margin-bottom: 15px;
  color: white;
}

.has-cover .page-title h1 span {
  text-shadow: 2px 2px 5px #555;
  font-size: 2rem;
}

.has-cover .page-title h1 span:after {
  background-color: white;
  height: 3px;
}

#page-cover.ready h1 span {
  top: 0;
  opacity: 1;
}

#page-cover.ready .bg {
  background-position: 50% 50%;
  opacity: 0.8;
}

body.scrolled #page-cover.ready .bg {
  background-position: 50% 70%;
}

#page-no-cover {
  height: 230px;
  position: relative;
  background-color: #000;
}


@media screen and (max-width: 991px) {
  #page-cover .page-title h1 span {

    font-size: 2.2rem;


  }


  #page-cover {
    background-size: 100%;
  }

}

@media screen and (max-width:767px) {
  #page-cover .page-title h1 span {

    font-size: 1.8rem;

  }
}

/* swiper.css --- 2025-02-06 13:32:05 */
/* Personnalisation des boutons de navigation Swiper */
article .swiper-button {
  font-size: 20px;
  /* Taille des chevrons */
  color: #ddd;
  /* Couleur des chevrons */
}

article .swiper-button:after {
  font-size: 30px;
}

article .swiper-button-prev:after {
  content: '\f104';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

article .swiper-button-next:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

/* colors.css --- 2025-12-12 07:41:09 */
:root {
    --dark-green: #009c3c;
    --light-green: #75b72a;
    --medium-green: #3aaa33;
    --dark-blue: #163c74;

    --light-blue: #30beef;
    --medium-blue: #237db1;
    --dark-orange: #c15105;
    --light-orange: #f7aa1c;
    --bs-primary: #f7aa1c;
    --medium-orange: #dc7d10;
    --light-green-filter: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(374%) hue-rotate(69deg) brightness(92%) contrast(88%);
    --medium-blue-filter: brightness(0) saturate(100%) invert(38%) sepia(32%) saturate(1851%) hue-rotate(167deg) brightness(96%) contrast(81%);
    --light-orange-filter: brightness(0) saturate(100%) invert(79%) sepia(16%) saturate(5015%) hue-rotate(345deg) brightness(99%) contrast(95%);
}

.text-medium-orange {
    color: var(--medium-orange) !important;
}

a.text-medium-orange:hover {
    color: var(--dark-orange) !important;
}

.text-dark-green {
    color: var(--dark-green) !important;
}

.text-light-green {
    color: var(--light-green) !important;
}

.text-medium-green {
    color: var(--medium-green) !important;
}

.text-dark-blue {
    color: var(--dark-blue) !important;
}

.text-light-blue {
    color: var(--light-blue) !important;
}

.text-medium-blue {
    color: var(--medium-blue) !important;
}

.text-dark-orange {
    color: var(--dark-orange) !important;
}

.text-light-orange {
    color: var(--light-orange) !important;
}

.text-white {
    color: white !important;
}




.white {
    color: white !important
}

.white-bg {
    background-color: white !important
}

.btn-secondary {
    background-color: #111;
    color: #fff !important;
    border: 1px solid black;
}

.btn-secondary:hover {
    background-color: #000;
}

.btn-bordered {
    background: white;
    border: 1px solid black;
}

.text-grey-9 {
    color: #999;
}

a.text-medium-blue {
    color: var(--medium-blue);
}

a.text-medium-blue:hover {
    color: var(--dark-blue);
}

.underline-medium-orange {
    position: relative;
}

.border-dark-green {
    border-color: var(--dark-green) !important;
}

.border-light-green {
    border-color: var(--light-green) !important;
}

.border-medium-green {
    border-color: var(--medium-green) !important;
}

.border-dark-blue {
    border-color: var(--dark-blue) !important;
}

.border-light-blue {
    border-color: var(--light-blue) !important;
}

.border-medium-blue {
    border-color: var(--medium-blue) !important;
}

.border-dark-orange {
    border-color: var(--dark-orange) !important;
}

.border-light-orange {
    border-color: var(--light-orange) !important;
}

.border-medium-orange {
    border-color: var(--medium-orange) !important;
}

.bg-dark-green {
    background-color: var(--dark-green) !important;
}

.bg-light-green {
    background-color: var(--light-green) !important;
}

.bg-medium-green {
    background-color: var(--medium-green) !important;
}

.bg-dark-blue {
    background-color: var(--dark-blue) !important;
}

.bg-light-blue {
    background-color: var(--light-blue) !important;
}

.bg-medium-blue {
    background-color: var(--medium-blue) !important;
}

.bg-dark-orange {
    background-color: var(--dark-orange) !important;
}

.bg-light-orange {
    background-color: var(--light-orange) !important;
}

.bg-medium-orange {
    background-color: var(--medium-orange) !important;
}

/* footer.css --- 2025-02-01 13:48:39 */
/* footer */

#footer {
    border-top: #707070 0px solid;
    background-color: #111;
    color: #eee;
    font-size: 0.80rem;
    padding: 45px 0 25px;
}

#footer p {
    line-height: 1.4;
    padding: 0 !important;
    margin: 0 !important;
}

#footer .row>div {
    margin-bottom: 45px;
}

#footer .gray-spacer {
    padding-top: 5%;
    background: #fAfAfA;
    margin-bottom: 30px;
}

#footer a {
    color: #eee;
}

#footer a:hover {
    color: #fff
}

#footer h3 {
    margin-bottom: 7px;
    font-size: 1.2rem;
}

#footer .reseaux-sociaux {}

#footer h3 {
    color: var(--medium-orange) !important;
}

#footer .reseaux-sociaux img {
    max-height: 50px;
    width: auto !important;
    margin: 5px 5px 5px;
    opacity: 0.8;
    transition: all 200ms;
}

#footer .reseaux-sociaux img:hover {
    opacity: 1;
}

#footer-bloc-center {}

#footer-bloc-center h3 {
    text-align: center;

}

#footer-bottom {
    text-align: center
}

#footer-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;

}

#footer-bottom li {

    padding: 0;
    margin: 0 0 0 5px;

}

#footer-bottom li::after {
    content: "•";
    color: var(--medium-orange);
    margin-left: 5px;
}

#footer-bottom li:last-child:after {
    display: none;
}



#footer-bottom a {

    display: inline-block;
    /*
    padding-left: 5px;
    padding-right: 5px;
    */
}




@media (max-width: 767px) {
    #footer .row>div {
        margin-bottom: 35px;
        text-align: center !important;
    }


}

@media (max-width: 565px) {
    #footer {
        font-size: 1rem;
    }

    #footer-bottom ul {
        flex-direction: column;
    }

    #footer-bottom li {
        padding-bottom: 5px;
    }

    #footer-bottom li::after {
        display: none;
    }

}

/* fonts.css --- 2025-12-09 10:14:18 */
h1,
.h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Rajdhani, sans-serif;
    margin: 0;
    padding: 0;
}

h1,
.h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #111;
}

h2 {
    font-size: 2.5rem;
}

.fs-7 {
    font-size: 0.9rem !important;
}

.small,
.fs-8 {
    font-size: 0.85rem !important;
}

.fs-9 {
    font-size: 0.8rem !important;
}

.fs-10 {
    font-size: 0.75rem !important;
}



@media (min-width: 500px) and (max-width: 767px) {
    h1 {
        font-size: 2.6rem;
        line-height: 1.1;
    }
}

@media (max-width: 499px) {
    h1 {
        font-size: 2.2rem;
        line-height: 1.1;
    }
}

/* homepage-poles.css --- 2025-02-06 12:49:00 */
article.homepage-poles {}

article.homepage-poles .container {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: unset !important;

}


article.homepage-poles div.d-flex {
  padding: 30px 0;
}

article.homepage-poles div.d-flex>div {

  position: relative;
  aspect-ratio: 1;
  flex: 0 0 20%;
}

article.homepage-poles div.d-flex .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*
  transform: translate3d(0, 0, 0) skew(-20deg, 0deg); */


}

article.homepage-poles div.d-flex img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: all 400ms;
}

article.homepage-poles div.d-flex>div {
  overflow: hidden;
}

article.homepage-poles div.d-flex>div:hover img {
  transform: scale(1.1);
}



article.homepage-poles div.d-flex .image-wrapper:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
}


/*
article.homepage-poles div.d-flex>div:nth-child(1) .image-wrapper:after {
  background-color: var(--dark-green);

}


article.homepage-poles div.d-flex>div:nth-child(2) .image-wrapper:after {

  background-color: var(--light-blue);
  opacity: 0.6;
}

article.homepage-poles div.d-flex>div:nth-child(3) .image-wrapper:after {
  background-color: var(--dark-orange);

  opacity: 0.6;
}

article.homepage-poles div.d-flex>div:nth-child(4) .image-wrapper:after {
  background-color: var(--light-green);
  opacity: 0.6;
}

article.homepage-poles div.d-flex>div:nth-child(5) .image-wrapper:after {
  background-color: var(--dark-blue);
  opacity: 0.6;
}
*/


article.homepage-poles div.d-flex a {
  position: absolute;
  top: 0;
  left: 50%;
  width: 65%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: white;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;

}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  article.homepage-poles div.d-flex a {
    font-size: 1.3rem;
  }
}

@media screen and (min-width:768px) and (max-width: 991px) {
  article.homepage-poles div.d-flex a {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  article.homepage-poles div.d-flex {
    padding: 0px 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  article.homepage-poles .poles {}

  article.homepage-poles div.d-flex>div {
    flex: 0 0 50%;
  }

  article.homepage-poles div.d-flex a {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}

/* article-column.css --- 2025-02-06 19:31:12 */
.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;
  }
}

/* article-ca-dme.css --- 2025-02-06 21:23:24 */
article.ca-dme {
  background-color: #fafafa;
  background-image: url(../img/logo-gray.png);
  background-position: right 10% top 10%;
  background-repeat: no-repeat;
  background-size: contain;
}



article.ca-dme ul {
  list-style: none;
  max-width: 1024px;

  margin: 40px 0 0px;
  padding: 0;
  display: flex;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
}

article.ca-dme li {
  margin: 0;
  flex: 0 0 calc(33% - 60px);
  font-size: 95%;
  padding: 10px 10px 10px 90px;
  border: 1px var(--medium-orange) solid;
  background-color: #fafafa;
  border-radius: 5px;
  position: relative;
  min-height: 90px;
  font-size: 0.75rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
}

article.ca-dme li br {
  display: none;
}

article.ca-dme li .img-wrapper {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
}

article.ca-dme li strong {
  display: inline-block;
  padding: 0 0 3px 0;
  font-size: 0.85rem;
  color: #444;
}

article.ca-dme img {
  display: none;
}




article.ca-dme .img-wrapper img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  border-radius: 50%;
}

article.ca-dme.ready .img-wrapper img {
  display: block;
  /* filter: grayscale(1); */
}


article.ca-dme li {
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

article.ca-dme li.in-viewport {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 576px) {


  article.ca-dme ul {
    display: flex;
    width: 100%;
    gap: 15px;
  }

  article.ca-dme li {
    padding: 10px 10px 10px 70px;
    flex: 0 0 calc(50% - 15px);
  }

  article.ca-dme li .img-wrapper {

    height: 50px;
    width: 50px;
    margin-top: 5%;

  }






}

/* article-action-dme.css --- 2025-02-01 15:37:05 */
.action-dme-group {
  padding-top: 3rem;
  transition: height 500ms;
}

.action-dme-group .article-group-inner {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  gap: 1.5rem;

}

.action-dme-group .article-group-content {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}


article.action-dme {
  width: calc(33.33333333% - 20px);
  opacity: 0;
  transition: all 1000ms;
  z-index: 5;
}

article.action-dme .card {
  height: 100%;
}

article.action-dme.ready {
  opacity: 1;
}

article.action-dme .cover {
  float: right;
  max-width: 100%;
  margin-left: 0px;
  max-height: 1000px;

  object-fit: cover;
  transition: max-width 400ms;
}

article.action-dme.collapsed .cover {

  max-width: 80px;
  margin-left: 10px;
  max-height: 120px;

}


.action-dme {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Effet au survol */
.action-dme:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Titre */
.action-dme .card-title {

  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;

  border-bottom: 1px solid var(--medium-orange);
  padding-bottom: 7px;
  align-items: center;
}

.action-dme .card-title h2 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  flex: 1;
  color: #222;
  font-weight: bold;

  margin: 0;
  padding: 0;
}

.action-dme .toggle-text {
  cursor: pointer;
}

.action-dme .toggle-text i {
  transition: all 400ms;
}

.action-dme.collapsed .card-title i {
  transform: rotate(180deg);
  /* Pivote la flèche vers la gauche */
}



/* Texte */
.action-dme .card-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;

}

/* Image */
.action-dme .cover {
  /* border-bottom: 1px solid var(--medium-orange); */
  margin: 0 var(--bs-card-spacer-x);
  padding-bottom: var(--bs-card-spacer-y);



}

.action-dme .cover img {
  border-radius: 0 0 8px 8px;




}

.action-dme.collapsed {
  z-index: 1;
}

.action-dme .card-text {
  border-bottom: 1px solid var(--medium-orange);
  padding-bottom: var(--bs-card-spacer-y);

}

.action-dme.collapsed .card-text {
  max-height: 120px;
  overflow: hidden;
  transition: all 1000ms;
  position: relative;

  border-bottom: none;

}


.action-dme.collapsed .card-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}


.action-dme.collapsed .see-more {
  display: none;
}


.action-dme.collapsed .see-less {
  display: none;
}

.action-dme.collapsed .see-more {
  display: block;
}

.action-dme .full-text {
  display: block;
}

.action-dme .short-text {
  position: relative;
  overflow: hidden;
}


.action-dme .short-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}



.action-dme .see-more a,
.action-dme .see-less a {
  text-decoration: none !important;
}

.action-dme .see-more i,
.action-dme .see-less i {
  position: relative;
  top: 1px;
}



.action-dme .short-text,
.action-dme .see-more {
  display: none;
}

.action-dme p {
  font-size: 0.9rem !important;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.action-dme h3 {
  font-size: 1rem !important;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

@media screen and (min-width: 320px) and (max-width: 576px) {}


@media screen and (max-width: 576px) {
  article.action-dme {
    width: 100%;
  }
}

/* article-commission.css --- 2025-02-01 17:11:10 */
article.commission {
  opacity: 0;
  transition: all 1000ms;
}

article.commission:nth-child(odd) {
  background-color: #f0f0f0;
}

article.commission .article-content {
  /*
  justify-content: center;
  
  */
  align-items: start !important;
}

article.commission .attachments {
  margin-top: 10px;
  margin-right: 60px !important;
  padding: 0 30px;
}

article.commission .attachments .first-att {
  transform: skewX(-10deg);
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

article.commission .attachments .first-att {
  padding-top: 75%;
  transform: skew(-10deg);
  transform: translateX(-100px) skew(-10deg);
  transition: all 1000ms;

  border-left: 10px solid transparent;
}

article.commission.in-viewport {
  opacity: 1;
}


article.commission.in-viewport .attachments .first-att {
  transform: translateX(-00px) skew(-10deg);

  overflow: hidden;

}

article.commission .attachments img {
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px) !important;
  height: calc(100% + 40px) !important;
  max-width: unset !important;
  transform: skew(10deg);
  object-fit: cover;


}

/* article-objectifs-dme.css --- 2025-02-06 19:36:15 */
article.objectifs-dme {}

article.objectifs-dme ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

article.objectifs-dme li {
  flex: 0 0 calc(50% - 15px);
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 0.9rem !important;
  box-shadow: 2px 2px 5px #777;
  transform: rotateY(90deg);
  transform-origin: center;
  backface-visibility: hidden;
  transition: transform 1000ms ease, opacity 1000ms ease;
  opacity: 0;
  margin: 0;
  ;
}

article.objectifs-dme.in-viewport li {
  transform: rotateY(0);

  opacity: 1;

}

article.objectifs-dme li p {
  margin: 0;
  padding: 0;
}

article.objectifs-dme li strong {
  color: white !important;
  font-size: 1rem;
}


article.objectifs-dme li:nth-child(4n+1) {

  background-color: var(--light-green);
}

article.objectifs-dme li:nth-child(4n+2) {
  background-color: var(--medium-blue);
}

article.objectifs-dme li:nth-child(4n+3) {
  background-color: var(--light-orange);
}

article.objectifs-dme li:nth-child(4n+4) {
  background-color: var(--light-blue);
}

@media screen and (max-width: 767px) {
  article.objectifs-dme li {
    flex: 0 0 100%;
  }
}

/* grid.css --- 2025-01-21 13:09:09 */
.grid-wrapper {
    margin: 0 -30px;
}

.grid {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.grid .grid-item {
    padding: 0 15px;
    margin-bottom: 30px;
    /* border: 1px solid pink; */
}

.grid .grid-item-inner {
    /* border: 1px solid pink; */
    position: relative;
}

.grid .grid-item:nth-child(10n+1),
.grid .grid-item:nth-child(10n+7) {
    width: 66.6666666666%;
}

.grid .grid-item:nth-child(10n+2),
.grid .grid-item:nth-child(10n+3),
.grid .grid-item:nth-child(10n+4),
.grid .grid-item:nth-child(10n+5),
.grid .grid-item:nth-child(10n+6),
.grid .grid-item:nth-child(10n+8),
.grid .grid-item:nth-child(10n+9),
.grid .grid-item:nth-child(10n+10) {
    width: 33.333333333%;
}

.grid .grid-item:nth-child(10n+2) .grid-item-inner,
.grid .grid-item:nth-child(10n+3) .grid-item-inner,
.grid .grid-item:nth-child(10n+4) .grid-item-inner,
.grid .grid-item:nth-child(10n+5) .grid-item-inner,
.grid .grid-item:nth-child(10n+6) .grid-item-inner,
.grid .grid-item:nth-child(10n+8) .grid-item-inner,
.grid .grid-item:nth-child(10n+9) .grid-item-inner,
.grid .grid-item:nth-child(10n+10) .grid-item-inner {
    padding-top: 90%;
}

.grid .grid-item:nth-child(10n+1) .grid-item-inner,
.grid .grid-item:nth-child(10n+7) .grid-item-inner {
    padding-top: calc(45% - 15px);
}

.grid .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .grid .grid-item {
        width: 100%!important;
    }
    .grid .grid-item .grid-item-inner {
        padding-top: 60%!important;
    }
}

/* poles.css --- 2025-02-04 13:17:10 */
:root {
  /*
    --dark-green: #009c3c;
    --light-green: #75b72a;
    --medium-green: #3aaa33;
    --dark-blue: #163c74;
    --light-blue: #30beef;
    --medium-blue: #237db1;
    --dark-orange: #c15105;
    --light-orange: #f7aa1c;
    --medium-orange: #dc7d10;
    */
  /*
    https://angel-rs.github.io/css-color-filter-generator/
    */
  --PMME: #009c3c;
  --PPF: #30beef;
  --PSEL: #dc7d10;
  --PTP: #75b72a;
  --PB: #163c74;


}

.picto-pole::before {
  content: "";
  position: absolute;
  top: 50%;
  /* Centrer verticalement */
  left: 50%;
  /* Centrer horizontalement */
  width: 70%;
  /* 70% de la largeur parente */
  height: 70%;
  /* 70% de la hauteur parente */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /* L'image s'adapte sans déformation */
  transform: translate(-50%, -50%);
  /* Centrer l'image dans l'élément */
}

.picto-pole img {
  display: none
}

/* PMME */
.picto-pole.PMME::before {
  background-image: url('/img/PMME.png');
  filter: brightness(0) saturate(100%) invert(31%) sepia(86%) saturate(2724%) hue-rotate(132deg) brightness(95%) contrast(104%);
}

.picto-pole.PMME span {
  color: var(--PMME) !important;
}

article.homepage-poles div.PMME .image-wrapper:after {
  background-color: var(--PMME);
}

/* PPF */
.picto-pole.PPF::before {
  background-image: url('/img/PPF.png');
  filter: brightness(0) saturate(100%) invert(68%) sepia(86%) saturate(1926%) hue-rotate(161deg) brightness(96%) contrast(95%);
}

.picto-pole.PPF span {
  color: var(--PPF) !important;
}

article.homepage-poles div.PPF .image-wrapper:after {
  background-color: var(--PPF);
}

/* PSEL */
.picto-pole.PSEL::before {
  background-image: url('/img/PSEL.png');
  filter: brightness(0) saturate(100%) invert(55%) sepia(60%) saturate(694%) hue-rotate(351deg) brightness(87%) contrast(97%);
}

.picto-pole.PSEL span {
  color: var(--PSEL) !important;
}

article.homepage-poles div.PSEL .image-wrapper:after {
  background-color: var(--PSEL);
}

/* PTP */
.picto-pole.PTP::before {
  background-image: url('/img/PTP.png');
  filter: brightness(0) saturate(100%) invert(63%) sepia(70%) saturate(440%) hue-rotate(46deg) brightness(87%) contrast(93%);
}

.picto-pole.PTP span {
  color: var(--PTP) !important;
}

article.homepage-poles div.PTP .image-wrapper:after {
  background-color: var(--PTP);
}

/* PB */
.picto-pole.PB::before {
  background-image: url('/img/PB.png');
  filter: brightness(0) saturate(100%) invert(22%) sepia(8%) saturate(7021%) hue-rotate(184deg) brightness(95%) contrast(101%);
}

.picto-pole.PB span {
  color: var(--PB) !important;
}

article.homepage-poles div.PB .image-wrapper:after {
  background-color: var(--PB);
}

/* homepage-actualites.css --- 2025-02-06 15:53:34 */
article.homepage-actualites .article-content {
  display: block !important;
  /* Avoid a bug of swiper */
}

#homepage-actualites {
  /* Conteneur général */
  margin: 0 auto;


}


#homepage-actualites .swiper-container {
  overflow-x: hidden;

}




#homepage-actualites .swiper-slide div.inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}






@media screen and (min-width: 1200px) {
  #homepage-actualites .swiper-button {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  #homepage-actualites .swiper-container {
    max-width: calc(100% - 80px);
    margin: 0 auto;
  }
}

/* partial-actualite.css --- 2025-02-06 17:23:02 */
.actualite-item .cover {
  aspect-ratio: 1.6;
  overflow: hidden;
  position: relative;
}

.actualite-item .cover img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  transition: all 400ms;
}

.actualite-item .inner:hover img {
  transform: scale(1.1);
}



.actualite-item .date {
  text-align: center;
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  padding: 3px 10px;
  line-height: 1.2;
}

.actualite-item .date .bg {
  position: absolute;
  background: #000;
  transform: translate3d(0, 0, 0) skew(-30deg, 0deg);
  width: 200%;
  top: 0;
  left: -10px;
  bottom: 0;
}

.actualite-item .date .hover {
  width: 80px;
  position: relative;
}

.actualite-item .day-month {
  font-weight: bold;
}

.actualite-item .year {}

.actualite-item a {
  text-decoration: none;
}

.actualite-item .title {
  text-align: center;
  flex: 1;
  padding: 0 25px;
}

.actualite-item .title a {
  color: inherit;
  text-decoration: none !important;
}

.actualite-item .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;

}

.actualite-item .picto {
  width: 30px;
  text-align: right;
  padding-right: 0px;
  transition: all 400ms;
  display: none;

}

.actualite-item .picto i {
  font-size: 30px;
}


.actualite-item .inner:hover img {
  transform: scale(1.1);
}

.actualite-item .inner:hover .picto {
  padding-right: 0px;

}

@media screen and (max-width: 767px) {
  .actualite-item .title {
    text-align: center;

  }

  .actualite-item .picto {
    display: none;
  }
}

/* content.css --- 2025-02-01 16:08:20 */
#content {
  min-height: calc(100vh - 100px);
}

body.infos #content {
  min-height: 90vh;
  padding-bottom: 80px;
}

/* homepage-presentation.css --- 2025-02-06 12:41:53 */
#homepage-presentation {
  position: relative;
}


#homepage-presentation .bg {
  position: absolute;
  top: 0;
  left: 10%;
  right: 0;
  bottom: 0;
  background-image: url('/img/logo-gray.png?v=2');
  background-position: left center;
  background-size: auto 90%;
  background-repeat: no-repeat;
  opacity: 0.8;
}

#homepage-presentation .container {
  position: relative;
}

#homepage-presentation .wordings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  opacity: 0.7;
  z-index: 2;
}


#homepage-presentation .article-title {
  width: 37%;
  text-align: right;
}

#homepage-presentation h2 {
  font-size: 2.7rem;
  font-weight: bold;
}


#homepage-presentation .article-text {
  flex: 1;
  font-size: 1.5rem;
}


@media screen and (max-width: 991px) {
  #homepage-presentation h2 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  #homepage-presentation .wordings {
    flex-direction: column;
    gap: 30px;
  }

  #homepage-presentation .article-title,
  #homepage-presentation .article-text {
    width: 100%;
    text-align: center;
  }



  #homepage-presentation .wordings {
    flex-direction: column;
  }




}

/* header.css --- 2025-02-06 18:32:38 */
/* header */

header {
    padding: 0 0 0;
    position: relative;
    /*overflow: hidden;*/
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
    transition: padding 400ms;
}

header p {
    margin: 0;
    padding: 0;
}

header .header-col {}

.infos header .inner {
    padding-top: 22.5%;
}

header .cover {
    z-index: 1;
}

header .inner {}

header .logo {}

header .logo img {
    width: auto !important;
    max-height: 80px;
    transition: all 400ms;


}




header .wordings {
    margin: 25px auto;
    position: relative;
    width: 90%;
    max-width: 800px;
}

header .wordings .original {
    opacity: 0 !important;
}

header .wordings .clone {
    position: absolute;
    top: 700%;
    left: 0;
    width: 100%;
    transition: all 1000ms;
    opacity: 0;
}

header.ready .wordings .clone {
    position: absolute;
    top: 0%;
    opacity: 1;
}


body.scrolled header {
    background: #fafafa !important;
    padding: 5px 0;
    box-shadow: 0 2px 5px #ddd;
    ;
}




body.scrolled header .logo img {

    max-height: 50px;


}



@media (min-width: 992px) and (max-width: 1299px) {
    header .inner {
        padding-top: 60%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .inner {
        padding-top: 70%;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    header .inner {
        padding-top: 80vh;
    }

    .infos header .inner {
        padding-top: 33vh !important;
    }
}

@media (max-width: 499px) {
    header .above {
        top: 50px;
    }

    header .inner {
        padding-top: 90vh;
    }

    header .logo {
        max-width: 90%;
    }

    .infos header .inner {
        padding-top: 45vh !important;
    }
}

/* swall.css --- 2025-01-31 17:53:15 */
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: var(--light-orange) !important;
  color: #fff;
  font-size: 1em;
}

/*
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
  background-color: var(--medium-orange) !important;


}

*/

/* article-chapeau.css --- 2025-02-01 17:09:30 */
article.chapeau .article-content {
  position: relative;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

article.chapeau .article-content:before {
  position: absolute;
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url('../img/logo-gray.png');
  background-size: cover;
  background-position: center;
}

article.chapeau p {
  color: #222 !important
}

article.chapeau p:last-child {
  margin-bottom: 0 !important;
}

article.chapeau {
  margin-bottom: 0 !important;
}

article.chapeau .article-text {
  position: relative;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  article.chapeau .article-content {
    padding-left: 120px;
  }

  article.chapeau .article-content:before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 150%;
  }

  article.chapeau p {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 991px) {
  article.chapeau p {
    font-size: 1.2rem !important;
    font-weight: bold;
  }

  article.chapeau .article-content:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 120%;
  }
}

/* attachments.css --- 2025-01-31 09:23:22 */
.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) {
    .attachments {
        float: none !important;
        width: 100% !important;
        margin: 0 0 30px 0 !important;
        padding: 0 0 0 0 !important;
    }
}

/* page-le-groupement.css --- 2025-02-06 19:23:05 */
body.le-groupement .column-group .article-group-content {
  align-items: center;
}

/* article-default.css --- 2025-02-13 09:28:49 */
.article-inner h2.article-title {
    font-size: 2rem;
    margin-bottom: 25px;
}

.article-default {
    margin-bottom: 50px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.article-default .article-text {
    text-align: justify;
}


.article-default .article-text>* {
    margin-top: 0 !important;
}



.article-default .article-title {
    padding-bottom: 1.5rem;
}

.article-default .article-title h2 {
    font-size: 1.5rem;
    color: var(--medium-orange);
}

.article-default .article-title h2:before {}

.article-default .article-title h2>span {
    position: relative;
    display: inline-block;
    padding-left: 40px;
}

.article-default .article-title h2>span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    transform: rotate(-90deg);
    width: 30px;
    height: 30px;
    background-image: url('/img/logo-orange-h2.png?h=30');

    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1000ms;
}



.article-default.in-viewport .article-title h2>span:before {
    transform: rotate(-0deg);
}










.article-default .article-content {
    display: flex;
    flex-direction: row;
}

.article-default .article-text {
    flex: 1;
    text-align: justify;
    color: #555;
}

.article-default.att-position-right .article-content {
    flex-direction: row-reverse;
}



.article-default .article-text strong {
    color: #505050;
}

.article-default h3 {
    font-size: 1.2rem;
    color: var(--medium-orange);
    margin: 2rem 0 1rem;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    line-height: 1.5;
    font-weight: bold;
}

.article-default p {
    padding-bottom: 0;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1.7;

}


.article-default ul {
    padding-bottom: 0;
    margin-bottom: 0
}

.article-default li {
    padding-bottom: 0;
    margin-bottom: 0.7rem;
    font-size: 1.1rem;
    line-height: 1.4;
}

.article-default a {
    color: var(--medium-orange);
    text-decoration: underline;
}

.article-default a:hover {
    color: var(--dark-orange);
}

article.start-middle .article-inner {
    padding-top: 15%
}









@media (max-width: 767px) {
    .article-default .article-content {
        display: block;
    }

    .article-inner h2.article-title {
        margin-bottom: 0px;
    }

    .article-default .article-title-wrp {
        padding-bottom: 20px;
    }
}

/* page-contact.css --- 2025-02-07 08:55:10 */
body.contact .column-group .article-group-content {
  /* align-items: center; */
}

/* youtube-iframe.css --- 2025-01-30 16:06:37 */
.youtube-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: black;
  border: solid black 2px;
}

.youtube-iframe iframe {
  position: absolute;

  top: 00px;
  left: 00px;
  width: calc(100% - 0px);
  height: calc(100% - 00px);

}

/* menu.css --- 2025-02-21 08:42:46 */
#menu {}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li {
    padding: 0;
    margin: 0;
}

#menu a {
    text-decoration: none !important;
    display: block;
    position: relative;
    line-height: 1.2;
}

@media screen and (min-width: 992px) {
    #menu {
        padding-top: 15px;
    }

    #menu ul.level0 {
        display: flex;
    }

    #menu li {
        position: relative;
    }



    #menu li.level0>a {
        padding-top: 5px;
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1rem;
        color: #fff;
        font-size: 0.9rem;
        text-transform: uppercase;
        transition: all 300ms;
    }



    body.scrolled #menu li.level0>a {
        color: #000;
    }

    #menu ul ul {
        max-height: 0;
        overflow: hidden;
        transition: all 700ms;
        position: absolute;
        top: 130%;
        left: 0;
        z-index: 1000;
        width: 240px;
        padding: 0;
    }

    #menu ul li:hover ul {
        max-height: 600px;
        overflow: hidden;
        padding: 7px 0;
        border: 1px solid #bbb;
        border-top: none;
        box-shadow: 2px 0 5px #aaa;
    }

    #menu ul.level1 {
        background: #fafafa;

    }

    #menu li.level1 {

        border-bottom: 1px solid #ccc;
    }

    #menu li.level1:last-child {

        border-bottom: none;
    }


    #menu li.level1>a {
        display: block;
        padding: 10px 15px 10px 25px;
        color: black;
        font-size: 0.9rem;

    }



    #menu li.level1>a:hover {
        background-color: #e0e0e0;
        transition: all 300ms;
    }

    #menu li.level1>a:hover::after {
        position: absolute;
        left: 0px;
        top: 48%;
        transform: translateY(-50%);
        content: "\f054";

        font-family: "Font Awesome 6 Free";

        font-weight: 900;

        display: inline-block;
        margin-left: 8px;

        vertical-align: middle;


    }

    #menu li.menu-fa {}

    #menu li.menu-fa i {
        font-size: 1rem;
    }

    #menu li.menu-fa .fa-label {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    #menu li.level0>a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1rem;
    }

}

@media screen and (max-width: 991px) {
    #menu-burger {
        display: block;
        position: fixed;
        top: 5px;
        right: 1%;
        z-index: 1001;
        cursor: pointer;
        filter: invert(0);
    }

    #menu-burger:after,
    #menu-burger:before {
        position: absolute;
        top: 5px;
        right: 5px;
        font-family: "FontAwesome";
        font-size: 2.5rem;
        color: white;
        padding: 5px 8px;
        line-height: 1;
        transition: color 400ms;
    }

    #menu-burger:before {
        content: "\f0c9";
    }

    #menu-burger:after {
        content: "\f00d";
        opacity: 0;
    }

    body.scrolled #menu-burger:after,
    body.scrolled #menu-burger:before {
        color: black;
    }

    .menu-on #menu-burger:before {
        opacity: 0;
    }

    .menu-on #menu-burger:after {
        opacity: 1;
        right: 0px;
        color: white;
    }



    #menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        height: 100vh;
        width: 100%;
        max-width: 0;
        overflow-y: auto;
        z-index: 1000;
        transition: max-width 700ms ease-in-out;
        background-color: rgba(0, 0, 0, 0.95);
        background-image: url(../img/app-logo.png?w=150);
        background-repeat: no-repeat;
        background-position: 25px 25px;
        background-size: 150px;
        padding: 200px 0 80px 0;
        color: white;
    }

    #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 0 0;
        list-style: none;
        font-size: 1rem;
        overflow: hidden;
    }

    #menu ul a {
        padding-right: 35px;

        display: block;
        position: relative;
        color: white;
    }

    #menu ul.level0 {
        width: 350px;
        max-width: 90vw;
        margin: 0;
        padding: 30px 25px 30px 30px;
        list-style: none;
        font-size: 1.2rem;
    }

    #menu li.level0 {
        margin-bottom: 15px;
    }

    #menu li.level0>a {
        font-weight: 900;
        padding: 10px 0;
    }

    #menu li {
        position: relative;

    }

    #menu li.level1 {}

    #menu ul.level1 {
        padding-top: 0px;
    }

    #menu li.level1 {
        padding-left: 15px;
        position: relative;
        padding: 7px 0px;
    }

    #menu li.level0>a {
        font-weight: 900;
    }

    body.menu-on #above-all {
        display: block;
        z-index: 990;
    }

    body.menu-on #menu {
        max-width: 400px;

    }


    .menu-on body {

        overflow: hidden;
    }

    .menu-on #above-all {
        display: block;

    }

    body.menu-on {
        height: 100vh;
        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 {
        max-height: 0;
        transition: all 400ms;
        padding-top: 0;
    }

    #menu li.opened>ul {
        max-height: 600px;
    }

    #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";
        /* Vous devez spécifier ici le caractère Unicode de l'icône */
        position: absolute;
        top: 2.5px;
        left: 0px;
        color: inherit;
        font-size: 1.3rem;
    }

    #menu li.menu-fa i {
        display: none;
    }
}

#footer .menu {}

#footer .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .menu>ul.level0 {
    border-left: 1px white solid;
}

#footer .menu>ul ul {
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 500ms;
}

#footer .menu li {
    padding-right: 25px;
    max-width: 200px;
}

#footer .menu li.hiiden-footer {
    display: none;
}

#footer .menu li a {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
}

/* Updated CSS for FA6 */
#footer .menu li.haschild>a:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    top: 0;
    right: 0;
}

#footer .menu li.opened span:after {
    content: "\f106";
}

#footer .menu>ul li.opened ul {
    padding-top: 5px;
    max-height: 200px;
    padding-bottom: 10px;
}

#footer .menu li {
    padding: 3px 0 3px 10px;
    margin: 0;
}

#footer .menu li.hidden-footer {
    display: none;
}

#footer .menu li a {
    text-decoration: none;
}

#footer .menu li a:hover {
    text-decoration: underline;
}

#footer .menu li:first-child {
    padding-top: 0;
}

#footer .menu li:last-child {
    padding-bottom: 0;
}

#footer .menu>ul.level0 {
    border: none !important;

}

#footer .menu li {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* responsive.css --- 1970-01-01 01:00:00 */


