@charset "UTF-8";
/* SASS VAR */
.bg-degra {
  background-image: linear-gradient(65deg, #F49E4C 52%, rgba(255, 255, 255, 0.7333333333) 52.000001%, rgba(255, 255, 255, 0.7333333333) 95%, #F49E4C 95.000001%);
}

.logo_ministere {
  width: 100%;
}

#headsocial .nav-item .nav-link {
  padding: 0;
  border-radius: 100px;
  margin-right: 5px;
}
#headsocial .nav-item .nav-link i {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#headsocial .nav-item:last-of-type .nav-link {
  margin-right: 0;
}

#menu .nav-item .nav-link {
  padding: 0 0.5rem;
}
#menu .nav-item .nav-link.active {
  font-weight: 700;
  -webkit-text-decoration: underline wavy #fff;
          text-decoration: underline wavy #fff;
}
#menu .logo {
  height: 175px;
  background: #fff;
  padding: 15px;
  border-radius: 1000px;
  margin-top: -70px;
  margin-bottom: -70px;
}
#menu .logo_offcanvas {
  filter: contrast(0%) brightness(200%);
}

#sliderZone, .breadcrumb {
  margin-top: -33px;
}
#sliderZone .carousel-indicators, .breadcrumb .carousel-indicators {
  bottom: auto;
  top: 525px;
}
#sliderZone .texte, .breadcrumb .texte {
  margin-top: -150px;
}

#newsletter {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
#newsletter::before {
  content: "";
  background: rgba(19, 40, 68, 0.75);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}
#newsletter .container {
  position: relative;
}

.breadcrumb .container > div {
  position: relative;
  z-index: 0;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 40, 68, 0.8);
}

.patern .container {
  position: relative;
}
.patern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.texte-post {
  margin-top: -20%;
}

.lines-container {
  display: flex;
  gap: 0px;
  justify-content: center;
  align-items: center;
}
.lines-container .line {
  display: block;
  width: 15%;
  height: 3px;
}
.lines-container .line:nth-child(1) {
  background-color: #00B955;
}
.lines-container .line:nth-child(2) {
  background-color: #1562B1;
}
.lines-container .line:nth-child(3) {
  background-color: #F49E4C;
}
.lines-container .line:nth-child(4) {
  background-color: #DCE3EA;
}

.event span {
  width: 25px;
  height: 25px;
  position: relative;
}
.event time {
  margin-left: -10px;
}

.photo i, .photo h5 {
  display: none;
}
.photo:hover i, .photo:hover h5 {
  display: block;
}

.photo::before {
  content: "";
  width: 0%;
  height: 0%;
}

.photo:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s ease;
  z-index: 1;
}

.photo img, .photo::before, .youtubeVideo img, .youtubeVideo::before, .projet img, .projet::before {
  transition: transform 0.5s ease-in-out;
}

.photo:hover img, .youtubeVideo:hover img, .projet:hover img {
  transform: scale(1.1);
  opacity: 1;
}

.projet:hover .projet-overlay::before {
  background-color: rgba(19, 40, 68, 0.4);
  transition: 0.4s ease;
}

.projet-overlay::before {
  content: "";
  background-color: rgba(19, 40, 68, 0.8);
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.badge-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.formule span {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#mapModal iframe {
  width: 100% !important;
}

.bootstrap-select {
  width: 100% !important;
  padding: 0px !important;
}
.bootstrap-select .dropdown-toggle::after {
  display: none !important;
}
.bootstrap-select .btn-light {
  color: #132844 !important;
}
.bootstrap-select .btn-light:focus {
  background-color: transparent !important;
}
.bootstrap-select .form-control {
  border-color: #00B955 !important;
}
.bootstrap-select button {
  padding: 0.5rem !important;
  background-color: transparent !important;
  border-color: #00B955 !important;
}
.bootstrap-select ul {
  padding: 1rem !important;
}

.badgevignette .active {
  border: solid 2px #00B955 !important;
}

footer .fa-ul {
  margin-left: 1.5rem;
}
footer .nav-link {
  padding: 0.4rem 0;
}

#stats .card {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  border: 1px solid #e9ecef;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#stats .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #1562B1, #F49E4C, #1562B1);
  background-size: 200% 100%;
  animation: borderFlow 3s ease-in-out infinite;
}
#stats .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  border-color: #1562B1;
}
#stats .card .list-group-item {
  background-color: transparent;
  border-bottom: 1px solid #f1f3f4;
  transition: all 0.2s ease;
  position: relative;
}
#stats .card .list-group-item:last-child {
  border-bottom: none;
}
#stats .card .list-group-item:hover {
  background: linear-gradient(90deg, rgba(21, 98, 177, 0.02), transparent);
  padding-left: 8px;
}
#stats .card .list-group-item:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background-color: #1562B1;
  border-radius: 2px;
}

.light-placeholder {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 1px dashed #dee2e6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
}
.light-placeholder::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(21, 98, 177, 0.08) 0%, transparent 70%);
  animation: chartGlow 4s ease-in-out infinite;
}

@keyframes borderFlow {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes chartGlow {
  0%, 100% {
    transform: rotate(0deg);
    opacity: 0.3;
  }
  50% {
    transform: rotate(180deg);
    opacity: 0.6;
  }
}
/* RESPONSIVE */
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
}
@media (max-width: 1399px) {
  #headsocial .nav-item {
    margin-right: 3px;
  }
  #headsocial .nav-item .nav-link i {
    width: 25px;
    height: 25px;
  }
  #menu .nav-item .nav-link {
    padding: 0 0.35rem;
  }
  #menu .logo {
    height: 140px;
    padding: 10px;
    margin-top: -55px;
    margin-bottom: -55px;
  }
  #sliderZone .carousel-indicators {
    top: 425px;
  }
}
@media (max-width: 1199px) {
  #headsocial .nav-item {
    margin-right: 2px;
  }
  #headsocial .nav-item .nav-link {
    font-size: 0.8em;
  }
  #headsocial .nav-item .nav-link i {
    width: 20px;
    height: 20px;
  }
  #menu .nav-item .nav-link {
    font-size: 0.8em;
    padding: 0 0.35rem;
  }
  #menu .logo {
    height: 140px;
    padding: 10px;
    margin-top: -55px;
    margin-bottom: -55px;
  }
  #sliderZone .carousel-indicators {
    top: 325px;
  }
}
@media (max-width: 991px) {
  .logo_ministere {
    width: 75%;
  }
  #menu .link-white {
    font-size: 1.2em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu .link-white i {
    font-size: 1.5em;
    margin-right: 10px;
  }
  #menu .logo {
    margin-top: -65px;
    margin-bottom: -65px;
  }
  .offcanvas.offcanvas-start {
    width: 300px;
  }
  .offcanvas.offcanvas-start .nav-item {
    font-size: 1.1rem;
    padding: 0.5em 0;
  }
  .offcanvas.offcanvas-start .nav-item .dropdown-item {
    font-size: 0.9em;
    text-wrap: auto;
    border-bottom: 1px solid;
  }
  .offcanvas.offcanvas-start .nav-item li:last-of-type .dropdown-item {
    border-bottom: 0;
  }
  .dropdown-menu {
    width: 200px;
  }
  .dropdown-menu #headsocial {
    flex-wrap: wrap;
    justify-content: center;
  }
  .dropdown-menu #headsocial .nav-item {
    margin: 0.35em;
  }
  .dropdown-menu #headsocial .nav-item .nav-link {
    padding: 0;
    font-size: 1.2rem;
  }
  .dropdown-menu #headsocial .nav-item .nav-link i {
    width: 38px;
    height: 38px;
  }
  #sliderZone .carousel-indicators {
    top: 275px;
  }
  #sliderZone .texte {
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  #menu .logo {
    height: 100px;
    margin-top: -40px;
    margin-bottom: -40px;
  }
  #sliderZone .carousel-indicators {
    top: 255px;
  }
  #content iframe {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  #menu .logo {
    height: 80px;
    margin-top: -35px;
    margin-bottom: -30px;
  }
  #sliderZone .carousel-indicators {
    top: 145px;
  }
  #sliderZone .texte {
    margin-top: -60px;
  }
  .texte h2 {
    font-size: 1.5em;
  }
  .w-12 {
    width: 12% !important;
  }
}
@media (max-width: 499px) { /* pour les écrans encore plus petits */
  #menu .logo {
    height: 60px;
    margin-top: -35px;
    margin-bottom: -30px;
  }
  #menu .menu-link {
    font-size: 0.8em;
  }
  #sliderZone .carousel-indicators {
    top: 110px;
  }
  #sliderZone .texte {
    margin-top: -50px;
  }
  #sliderZone [data-bs-target] {
    width: 15px;
    height: 15px;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */