@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/*
@media (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
       
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1490px;
    }
} */
body, html{
   font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
}
body {
    z-index: -2;
    position: relative;
    background: #fff;

}
a {
    color: #1C274C;
}
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
.w-95 {
    width: 95%;
  }
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background-color: #2c3f77;
  color: white;
  border: none;
  outline: none;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  width: 48px;
    height: 48px;
}

#toTopBtn:hover {
  background-color: #324072;
}
a.nav-link {
    font-family: "Outfit", sans-serif;
    color: #2C426E;
    font-size: 16px;
    font-weight: 700;
}
li.nav-item {
    margin-right: 5px;
}
.dropdown-toggle::after {
    content: none; 
    display: none;
}

.dropdown-toggle {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'><path d='M4.71035 6.74972C4.56337 6.74972 4.44338 6.70323 4.35039 6.61024L1.34927 3.60911C1.28328 3.54612 1.23828 3.47188 1.21429 3.38639C1.19029 3.3009 1.19029 3.21466 1.21429 3.12767C1.23828 3.04068 1.28328 2.96719 1.34927 2.9072C1.41226 2.84121 1.48725 2.79621 1.57424 2.77222C1.66123 2.74822 1.74747 2.74822 1.83296 2.77222C1.91845 2.79621 1.99269 2.84121 2.05568 2.9072L4.71035 5.54837L7.35152 2.9072C7.41151 2.84121 7.485 2.79621 7.57199 2.77222C7.65898 2.74822 7.74522 2.74822 7.83071 2.77222C7.9162 2.79621 7.99044 2.84121 8.05343 2.9072C8.11942 2.96719 8.16442 3.04068 8.18842 3.12767C8.21241 3.21466 8.21241 3.3009 8.18842 3.38639C8.16442 3.47188 8.11942 3.54612 8.05343 3.60911L5.05231 6.61024C4.95932 6.70323 4.84533 6.74972 4.71035 6.74972Z' fill='%23202C4B'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.5rem center; 
    background-size: 9px 9px;
   
    padding-right: 30px !important;
    padding-bottom: 8px;
    padding-left: 20px!important;
    border: 1px solid transparent;
}

.navbar a.btn.btn-outline-success {
    border: 1px solid #1B7D66 !important;
    color: #364C78;
    border-radius: 50px;
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 24px;
    font-weight: 700;
}
.navbar-brand {
    padding-top: 0;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
}
.lang-switcher img{
      width: 26px;
      height: auto;
      transition: transform .2s ease, opacity .2s ease;
      display: inline-block;
    }
    .lang-item{ margin-left: 8px;text-decoration: none }
    .lang-item:hover img{
      transform: scale(1.08);
      opacity: .85;
    }
section.home-top {
    background-color: #2C426E;
    background-image: url("../images/global/fond-valide.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.home-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
    font-size: 20px;
    font-weight: 300;
}

.home-checklist li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.5;
  color: #ffffff;
}

.home-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url("../images/global/check-blanc.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.title-home {
    margin-top: 40px;

}
.title-home h1 {
    margin-top: 40px;
    font-size: 55px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
}
.next-title-home {
    font-size: 25px;
    font-weight: 700;
    color: #D9DFEBEB;
    margin: 25px 0 40px;
}
.slide-home {
    margin-top: 40px;
}

p {
  color: #364C78;
}
.home-support p {
    font-size: 25px;
}
a.cta-devis {
    color: #fff;
    background: #1B7D66;
    padding: 10px 24px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
}
a.no-underline {
    text-decoration: none;
}
  .ate-footer {
  background: #364c78;
  color: rgba(255, 255, 255, 0.88);
}

.ate-footer-cta {
  background: #2c426e;
  padding: 22px 0;
}

.ate-cta-text {
    font-size: 25px;
    color: #fff;
    text-align: center;
}


.ate-btn-cta {
  background: #1B7D66;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    font-size: 20px;
}

.ate-btn-cta:hover {
  filter: brightness(1.05);
  color: #ffffff;
}


.ate-footer-main {
  padding-top: 34px;
}

.ate-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
    color: #D9DFEB;
}


.ate-links li {
  margin: 10px 0;
}

.ate-links a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
    font-weight: 300;
}

.ate-links a:hover {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
}


.ate-address {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin-top: 6px;
    line-height: 30px;
}


.ate-mid-sep {
  width: 160px;
  height: 1px;
  background: #CDCDCD;
  margin: 26px auto 28px;
  border-radius: 2px;
}


.ate-logo {
  width: 170px;
  height: auto;
  opacity: 0.95;
}


.ate-desc {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}

.ate-divider {
  border-color: #CDCDCD;
  opacity: 1;
  margin: 22px 0 16px;
}


.ate-copyright {
  color: #fff;
  font-size: 15px;
}


.ate-social {
  display: inline-flex;
  align-items: center;
}

.ate-cols {
  padding-top: 6px;
}

.ate-brand {
  padding-bottom: 4px;
}

@media (max-width: 991.98px) {
 
  .ate-title {
    font-size: 18px;
  }

  .ate-mid-sep {
    margin: 22px auto 22px;
  }
}
.bouton-all {
    color: #fff;
    background: #1B7D66;
    padding: 5px 40px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 999px;
  border: 1px solid #1B7D66;
}
.bouton-all:hover{
   border: 1px solid #1B7D66;
}
a.btn.btn-outline-success:hover {
    color: #fff;
}
 .services-section{
    background:#F5F7FB;
  }
  .service-card{
    background:#fff;
    border-radius:14px;
    padding:26px 22px 22px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    display:flex;
    flex-direction:column;
    position:relative;
  }
.service-card::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 18px;
    width: 13px;
    height: 87px;
    background: #D9DFEB;
}

  .service-icon{
    width:70px;
    height:70px;
    margin-bottom:14px;
    margin-left:2px;
  }

  .service-title {
    font-size: 25px;
    font-weight: 700;
    color: #26479A;
    margin: 0 0 10px;
}

  .service-text {
    font-size: 18px;
    color: #2C426E;
    font-weight: 300;
        flex-grow: 1;
}
  .service-btn {
    align-self: flex-start;
    margin-top: 40px;
}

  .service-card:hover{
    box-shadow:0 14px 34px rgba(0,0,0,.08);
  }


.ate-home-blocks{
    background:#ffffff;
  }

  .ate-mini-card {
    border-radius: 20px;
    padding: 25px 25px;
    border: 4px solid #F5F7FB;
}
  .ate-mini-title {
    font-size: 36px;
    font-weight: 700;
    color: #364C78;
}
 .ate-mini-text {
    color: #202C4B;
    font-size: 20px;
    font-weight: 300;
}

  .ate-checklist li {
    margin: 10px 0;
    color: #26479A;
    font-weight: 500;
    font-size: 20px;
}
  .ate-check-ico{
    width:18px;
    height:18px;
    margin-top:5px;
    flex:0 0 18px;
  }

  .ate-content-card{
    background:#F4F7FF;
    border-radius:16px;
    padding:28px 28px;
  }
  .ate-content-title {
    font-size: 40px;
    font-weight: 700;
    color: #364C78;
}
  .ate-content-sub {
    font-size: 25px;
    font-weight: 700;
    color: #26479A;
}
.ate-content-text {
    color: #202C4B;
    font-size: 20px;
    font-weight: 300;
}

  .ate-arrowlist li{ margin:10px 0; }
 .ate-arrowlink {
    display: inline-flex;
    gap: 10px;
    align-items: flex-start;
    color: #26479A;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
}
  .ate-arrowlink:hover{ text-decoration:underline; }
  .ate-arrow {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-top: 5px; 
}

  .ate-pill-btn{
    border-radius:999px;
    padding:10px 18px;
    font-weight:700;
    font-size:14px;
  }

 
  .ate-media-img{
    width:100%;
    height:auto;
    display:block;
  }
.section-title {
    font-size: 40px;
    font-weight: 700;
    color: #2c4077;
    margin-bottom: 20px;
    line-height: 40px;
}
.section-title::after {
    content: "";
    display: block;
    width: 114px;
    height: 7px;
    background-color: #ECE471;
    margin-top: 15px;
}
.after-middle::after {
    margin-left: auto !important;
    margin-right: auto !important;
}
.faq-section{
  background:#ffffff;
}

section.section-faq.py-3 {
    background: #fff;
}

.faq-accordion .accordion-item{
  border:0;
  border-radius:18px;
  background:#f2f4fa;
  margin-bottom:18px;
  overflow:hidden;
}

.faq-accordion .accordion-button {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 22px 26px;
    font-size: 25px;
    font-weight: 600;
    color: #364C78;
    display: flex;
    align-items: center;
    gap: 18px;
}

.faq-accordion .accordion-button::after{
  display:none; 
}

.faq-accordion .accordion-button:not(.collapsed){
  background:#f1f5fd;
}


.faq-icon{
  width:34px;
  height:34px;
  min-width:34px;
  border-radius:50%;
  background:#eef2f9;
  display:flex;
  align-items:center;
  justify-content:center;

  background-repeat:no-repeat;
  background-position:center;
  background-size:14px 14px;
}


.accordion-button.collapsed .faq-icon{
  background-image: url("../images/global/plus.svg");
}

.accordion-button:not(.collapsed) .faq-icon{
  background-image: url("../images/global/moins.svg");
}


.faq-accordion .accordion-body{
  padding:0 26px 26px 78px;
}

.faq-answer {
    position: relative;
    padding-left: 18px;
    font-size: 20px;
    font-weight: 300;
    color: #26479A;
}

.faq-answer::before{
  content:"";
  position:absolute;
  left:0;
  top:4px;
  width:4px;
  height:100%;
  background:#d7deec;
  border-radius:4px;
}
@media (max-width: 767.98px){
  .faq-accordion .accordion-button{
    font-size:16px;
    padding:18px 18px;
  }
  .faq-accordion .accordion-body{
    padding:0 18px 18px 64px;
  }
}
.review-wrapper{
  max-width:1200px;
}

.review-viewport{
  overflow:hidden;
}

.review-track{
  display:flex;
  transition: transform .4s ease;
}

.review-slide{
  flex:0 0 100%;
  padding:0 12px;
}

.review-card {
    background: #fff;
    border: 1px solid #D9DFEB;
    border-radius: 18px;
    padding: 20px;
}
.review-text {
    font-size: 22px;
    font-weight: 400;
    color: #2C4077;
}

.review-footer{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-top:20px;
  padding-left:52px;
  gap:20px;
}
.review-footer small {
    color: #2C4077;
    font-size: 13px;
    font-weight: 400;
}
.review-footer strong {
    color: #2C4077;
    font-size: 17px;
    font-weight: 700;
}
.review-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:none;
  border:0;
  cursor:pointer;
}

.review-arrow-left{ left:-50px; }
.review-arrow-right{ right:-50px; }

@media(max-width:768px){
  .review-arrow-right{ right:-25px; }
  .review-footer{
    padding-left:0;
    flex-direction:column;
    align-items:flex-start;
  }
  .strong {
    font-weight: 500!important;
    color: #364C78;
}
}
.home-support {
    background: #f2f4fa;
}
.title-all {
  color: #364C78;
  font-size: 36px;
  font-weight: 700
}
.p-all {
  color: #202C4B;
  font-size: 20px;
  font-weight: 300
}
.strong {
  font-weight: bold;
  color: #364C78;
}
.bloc-gris {
  background:#f4f7ff;
  border-radius: 20px;
  padding: 40px;
}
@media(min-width:992px) and (max-width:1400px){
  a.navbar-brand img {
    width: 162px;
}
  li.nav-item {
    margin-right: 2px;
}
  .dropdown-toggle {
    padding-right: 20px !important;
    padding-left: 0 !important;
}
  a.nav-link {
    font-size: 14px;
}
  .lang-switcher img {
    width: 17px;
}
  .navbar a.btn.btn-outline-success {
    font-size: 12px;
    padding: 5px 13px;
}
}
@media(max-width:992px){
button.navbar-toggler.collapsed {
    border: none;
}
  .dropdown-toggle {
    padding-left: 0!important;
  }
  .home-support {
    text-align: center;
}
    section.home-top {
        background-color: #2C426E;
        background-image: url(../images/global/bulle-mobile.svg);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
    }
  a.bouton-all {
   
  padding: 6px 20px;
        font-size: 18px;
}
      .service-card {
        padding: 10px 10px 20px;
    }
  .review-arrow-left {
        left: -17px;
    }
}
.service-icon {
  display: block;
  margin: 0 auto 1rem;
}
.tab-icon-up { display: inline-block; }
.tab-icon-down { display: none; }

.nav-link.is-open .tab-icon-up { display: none; }
.nav-link.is-open .tab-icon-down { display: inline-block; }
span.tab-title-projet {
    font-size: 25px;
    font-weight: 700;
    color: #26479A;
}
.nav-pills li.nav-item .nav-link {
    border-radius: 20px;
    background: #fff;
    border: 1px solid #D9DFEB;
    padding: 23px;
}
.nav-pills li.nav-item {
margin-right: auto;
}
.accompagnement-tabs .nav-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.tab-title-projet {
  width: 100%;
  display: block;
  color: #26479A;
}

.tab-arrow {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}

.accompagnement-tabs {
  display: flex;
  width: 100%;
}


.accompagnement-tabs .nav-item {
  flex: 1 1 0;
}


.accompagnement-tabs .nav-link {
  width: 100%;
  height: 100%;
  justify-content: center;
}
.accompagnement-tabs .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem 1.25rem;
}
button.nav-link.is-open {
    background: #F2F4FA !important;
}
.tab-content {
    background: #F2F4FA;
    margin-top: 20px;
    padding: 30px;
  border-radius: 20px;
}
h4.etape-title {
    font-size: 24px;
    font-weight: 600;
    color: #26479A;
}
.tab-steps p {
    font-size: 18px;
    color: #364C78;
}
.maint-col {
    background: #fff;
    padding: 30px 0 5px 0;
    border-radius: 10px;
}
.maint-col p{
   margin-top: 20px;
  color: #2C426E;
  font-size: 18px;
  font-weight: 300;
}
div#tab-usage {
    font-size: 18px;
    color: #2C426E;
}
div#tab-usage li{
  margin: 25px 0;
}

.zones-section{
  background:#F5F7FB;
}

.zones-subtitle{
  font-weight:700;
  color:#26479A;
  font-size:25px;
}

.zones-lead{
  color:#202C4B;
  font-weight:600;
  font-size:20px;
}

.zones-box{
  background:#fff;
  border:1px solid #e6eaf3;
  border-radius:20px;
  padding:22px;
  max-width:1200px;
}


.zones-scroll{
  position: relative;
  display: flex;
  gap: 14px;
  align-items: stretch;
}


.zones-viewport{
  flex: 1;
  max-height: 115px;       
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: none;   
}
.zones-viewport::-webkit-scrollbar{ width: 0; height: 0; } 

/* Liste pills */
.zones-list{
  display:flex;
  flex-wrap:wrap;
  gap:15px;
}


.zone-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  background:#F5F7FB;
  border:1px solid #D9DFEB;
  font-weight:500;
  font-size:18px;
  color:#202C4B;
  white-space:nowrap;
}


.zones-scrollbar{
  width: 16px;
  background: #f2f5ff;
  border-radius: 999px;
  padding: 0 10px ;        
  position: relative;
  flex: 0 0 16px;
}

.zones-thumb {
    width: 14px;
    background: #26479A;
    border-radius: 999px;
    position: absolute;
    left: 3px;
    top: 5px;
    height: 50px;
    cursor: grab;
}
.zones-thumb:active{ cursor: grabbing; }
.zones-scrollbar,
.zones-thumb{
  pointer-events: auto;
}

@media (max-width: 768px) {
.zones-viewport {
max-height: 180px;
}
  .zone-pill {
    padding: 6px 15px;
    font-size: 15px;
}
   .title-home h1{
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .service-title {
      overflow-wrap: anywhere;
    hyphens: auto;
}
  .review-slide {
    padding: 0 30px;
}
  .review-arrow-left {
        left: 0;
    }
      .review-arrow-right {
        right: 0;
    }
  .review-arrow {
   
    z-index: 999999;
}
}

.bloc-article {
color: #202C4B;
    font-size: 20px;
    font-weight: 300;
  }
.bloc-article h1 {
    color: #364C78;
    font-size: 36px;
    font-weight: 700;
}
.bloc-contact h2 {
    color: #364C78;

}
.bloc-article h3 {
font-weight: bold;
    color: #364C78;
      margin-top: 30px;
}
.content-article ul {
  list-style: none;
  padding-left: 0;
}

.content-article ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}

.content-article ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  background: url('../images/global/check-vert.svg') no-repeat center;
  background-size: contain;
}
.article-img {
    float: left;
    max-width: 370px;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 10px;
    border-radius: 20px;
    shape-outside: inset(0 round 30px);
    margin-top: 15px;
}


.content-article {
  overflow: hidden;
}


.content-article p {
  line-height: 1.7;
}
.bloc-article p.lead {
    font-weight: bold;
    font-size: 25px;
}

@media (max-width: 767px) {
  .article-img {
    float: none;
    shape-outside: none;
    display: block;
    margin: 0 0 15px 0;
    max-width: 100%;
  }
}
.width-form {
    max-width: 1200px;
    margin: 0 auto;
}
p.text-form {
    font-size: 20px;
    color: #2C426E;
    font-weight: 400;
    margin-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
}
p.text-form span {
    color: #1D9551;
    font-weight: bold;
}
form.bloc-form {
    box-shadow: 0px 4px 20px 0px #0000001A;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    color: #2C426E;
    font-size: 20px;
}
.text-bas-form {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #2C426E;
    text-align: center;
}
.page-id-devis .ate-footer-cta {
    display: none;
}


.btn-check + .btn {
  border-radius: 20px;
  background-color: #F2F4FA; 
  color: #2C426E;
  transition: all 0.2s ease;
}


.btn-check:not(:checked) + .btn:hover {
  background-color: rgba(44, 66, 110, 0.1);
}


.btn-check:checked + .btn {
  background-color: #2C426E;
  color: #fff;
}

.v3 h1 {
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
.title-v3 {
    background: #F2F4FA;
}
.bloc-article h2 {
    font-weight: bold;
    color: #364C78;
    margin-top: 30px;
          font-size: 1.75rem;
}
@media (min-width: 768px) {
  .adapt-h h1 {

}


}
.btn-custom2 {
    border: 1px solid #1B7D66 !important;
    color: #fff!important;
    border-radius: 50px;
    background: #1B7D66 !important;
}
.btn-custom2:hover {
    border: 1px solid #1B7D66 !important;
    color: #364C78!important;
    border-radius: 50px;
    background: #fff !important;
}
/*-------------------------------------------------------*/
/* TERMSFEED - BANDEAU COOKIES
/*-------------------------------------------------------*/
div#termsfeed-com---nb {
    max-width: 24% !important;
    left: 39% !important;
    top: 10% !important;
    height: auto;
    border-radius: 7px;
    overflow: hidden;
}

.termsfeed-com---palette-light.termsfeed-com---nb {
    background-color: #ffffff;
    color: #111;
}

.termsfeed-com---nb .cc-nb-main-container {
    padding: 20px !important;
}

.termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-nb-reject,
.termsfeed-com---palette-light .cc-cp-foot-save {
    color: #fff !important;
    background-color: #2c3f77 !important;
    border-color: #2c3f77 !important;
    border-radius: 7px;
}

.termsfeed-com---palette-light .cc-nb-okagree:hover,
.termsfeed-com---palette-light .cc-nb-reject:hover,
.termsfeed-com---palette-light .cc-cp-foot-save:hover {
    background-color: #1C274C !important;
    border-color: #1C274C !important;
}

.termsfeed-com---pc-dialog .cc-cp-foot-byline {
    visibility: hidden;
}

.termsfeed-com---nb .cc-nb-reject {
    display: none !important;
}

@media (max-width: 1330px) {
    div#termsfeed-com---nb {
        max-width: 27% !important;
    }
}

@media (max-width: 1200px) {
    div#termsfeed-com---nb {
        max-width: none !important;
        left: 20px !important;
        right: 20px !important;
    }
}

@media (max-width: 767px) {
    div#termsfeed-com---nb {
        top: 20% !important;
        height: auto;
    }
}
/*-------------------------------------------------------*/
/*  END TERMSFEED - BANDEAU COOKIES
/*-------------------------------------------------------*/

.message {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 9999;
  max-width: 420px;
  padding: 16px 20px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.message.success {
  background: #e9f8ef;
  color: #176b35;
  border-left: 5px solid #2da44e;
}

.message.error {
  background: #fff1f1;
  color: #9f1c1c;
  border-left: 5px solid #d93025;
}

@media (max-width: 576px) {
  .message {
    top: 15px;
    left: 15px;
    right: 15px;
    max-width: none;
  }
}