@import url(https://fonts.googleapis.com/css?family=Nunito);

ul {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

._section {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0px;
  padding-bottom: 4rem;
}
._section__title {
  font-size: 1.5rem;
  opacity: 1;
  color: #000080;
}

._grid {
  display: grid;
  gap: 1.5rem;
}

._flex {
  display: flex;
  gap: 1.5rem;
}

._button {
  display: inline-block;
  background-color: #000080; /* Green */
  color: white;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  cursor: pointer;
  transition: backgrouns 0.3s;
  font-size: 0.7rem;
}
._button__flex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
._button__flex:hover i {
  transform: translateX(0.25rem);
}

/*.main {*/
/*  overflow: hidden;*/
/*}*/



.section__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.section__title h3 {
  font-weight: 500;
  color: var(--primary);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.section__title-icon {
  display: inline-flex;
  padding: 0.5rem;
  background-color: rgba(185, 7, 7, 0.83);
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
}
.section__separation {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  justify-content: center;
  align-items: center;
}
.section__separation-blue {
  display: inline-block;
  width: 4rem;
  height: 4px;
  background-color: #000080;
}
.section__separation-red {
  display: inline-block;
  width: 2rem;
  height: 4px;
  background-color: rgba(185, 7, 7, 0.83);
}


.statistiques {
  margin-top: 2rem;
  /* Dropdown Button */
  /* The container <div> - needed to position the dropdown content */
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu on hover */
  /* Change the background color of the dropdown button when the dropdown content is shown */
}
.statistiques__charts {
  width: 100%;
  min-height: 295px;
}
.statistiques__container-item {
  margin: 0px 1rem;
}
.statistiques__card-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.statistiques .dropbtn {
  font-size: 2rem;
  font-weight: 600;
  color: #000080;
  text-transform: uppercase;
  padding: 10px 0.5rem;
  border: none;
  width: 8rem;
}
.statistiques .dropdown {
  position: relative;
  display: inline-block;
}
.statistiques .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  left: 12px;
  right: 0;
  margin-top: 0.1rem;
  max-width: 90%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  margin: 0;
  padding: 0px;
}
.statistiques .dropdown-content li {
  line-height: 1;
  margin: 0;
  padding: 0.5rem 1rem;
}
.statistiques .dropdown-content li:hover {
  background-color: #fff;
}
.statistiques .dropdown-content li:hover a {
  color: rgba(185, 7, 7, 0.83);
}
.statistiques .dropdown-content a {
  font-size: 0.7rem;
  color: #000080;
  text-decoration: none;
  display: block;
  font-weight: 600;
}
.statistiques .dropdown-content a:hover {
  color: rgba(185, 7, 7, 0.83);
  transition: 0.3s;
}
.statistiques .dropdown-content a:hover {
  background-color: #ddd;
}
.statistiques .dropdown:hover .dropdown-content {
  display: block;
}
.statistiques .dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.statistiques__section {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.statistiques__title {
  width: 80%;
  text-align: center;
  border-bottom: 2px solid rgba(185, 7, 7, 0.83);
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.statistiques__title span {
  background: #fff;
  padding: 0 1.5rem;
  color: #000080;
  font-size: 1rem;
  text-transform: uppercase !important;
}
.statistiques__projection-estim {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 2rem;
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: 1fr;
  align-items: center;
  justify-self: center;
}
.statistiques__li {
  cursor: pointer;
}
.statistiques__links-active {
  background-color: #fff;
  color: #000080;
}
.statistiques__section-item {
  width: 100%;
  margin: 0px auto;
  zoom: 100%;
}
.statistiques__section-item h5 {
  color: #000080;
}
.statistiques__card-pop-par-genre {
  padding: 1rem 0px;
}
.statistiques__menu {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin: auto;
  justify-content: center;
  margin-top: 1rem;
  grid-gap: 1rem;
}
.statistiques__pop-par-genre {
  max-width: 30rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: white;
  padding: 1rem 0;
}
.statistiques__pop-genre-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.statistiques__pop-genre-img img {
  width: 40px;
  height: 40px;
}

.educ-banner {
  position: relative;
}
.educ-banner span {
  display: grid;
  grid-template-columns: 2fr 100px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4rem;
  right: 1rem;
}
.educ-banner span h3 {
  display: inline-block;
  text-shadow: -1px -1px 10px #ff0000;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  padding: 0px 0.5rem;
  text-transform: uppercase;
  width: auto;
}
.educ-banner span img {
  width: 70px;
  height: 60px;
}
.educ-banner img {
  width: 100%;
  height: 150px;
  margin: 0 !important;
}

.themes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.themes a {
  text-decoration: none;
}
.themes a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.themes__items {
  width: 12rem;
  height: 12rem;
  box-shadow: -6px 6px 6px 0px #0B0F5C;
  background-color: #F2F2F2;
  text-align: center;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.themes__items:hover {
  opacity: 0.7;
}
.themes__items:hover span {
  color: rgba(185, 7, 7, 0.83);
  transition: 0.4s;
}
.themes__items span {
  color: #000080;
  font-weight: bold;
}
.themes__item-icon {
  font-size: 3rem;
  color: #000080;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.indicateurs {
  position: relative;
  margin-bottom: 3rem;
  width: 100%;
  margin: 0 auto;
}
.indicateurs__chart-items {
  width: 100%;
  margin: 0 !important;
}
.indicateurs__chart_box {
  height: 40rem;
}
.indicateurs__telecharge-image {
  background-color: red;
}
.indicateurs__charts {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding-right: 1rem;
  padding-top: 1rem;
  margin: 0;
}
.indicateurs__chart-title {
  /*border-radius: 15px 15px 0px 0px;*/
  background-color: #000080;
  color: #fff;
  /*padding: 0.5rem;*/
  /*text-align: center;*/
  font-weight: bold;
  margin: 0;
}
.indicateurs__chart-footer {
  width: 100%;
  text-align: center;
  padding: 0.5rem 0;
  background-color: #000080;
  border-radius: 0px 0px 5px 5px;
}
.indicateurs__chart-footer a {
  padding: 2px 4px;
  color: white;
}
.indicateurs__chart-footer a:hover {
  text-decoration: none;
  color: white;
}
.indicateurs__slide-container {
  padding: 40px 0px;
  background: grey;
}
.indicateurs__chart-card-container {
  width: 100%;
  position: relative;
}
.indicateurs__swiper-arrow-chart-icon {
  font-size: 2rem;
  color: white;
}
.indicateurs__chart-download-icon {
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
.indicateurs__chart-download-icon:hover {
  color: #fff;
  opacity: 0.8;
  transform: rotateY(0.25rem);
}
.indicateurs .swiper-button-prev::after,
.indicateurs .swiper-button-next::after {
  content: "";
}
.indicateurs .swiper-button-prev {
  left: -2rem;
}
.indicateurs .swiper-button-next {
  right: 0rem;
}
.indicateurs .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -20px;
}
.indicateurs .swiper-pagination-bullet-active {
  background-color: #000080;
}
.indicateurs .swiper-button-prev,
.indicateurs .swiper-button-next,
.indicateurs .swiper-pagination-bullet {
  outline: none;
}
.indicateurs .swiper-chart-button-next {
  display: inline-flex;
  background-color: rgba(185, 7, 7, 0.83);
  border-radius: 50% !important;
  padding: 1rem 1.4rem;
  top: 110%;
  right: 24%;
  bottom: 0;
}
.indicateurs .swiper-chart-button-next:hover {
  background-color: #000080;
  transition: 0.4s;
}
.indicateurs .swiper-chart-button-prev {
  display: inline-flex;
  background-color: rgba(185, 7, 7, 0.83);
  border-radius: 50% !important;
  padding: 1rem 1.4rem;
  top: 110%;
  left: 24%;
  bottom: 0;
}
.indicateurs .swiper-chart-button-prev:hover {
  background-color: #000080;
  transition: 0.4s;
}
.indicateurs #estmation_pop_chart {
  padding-top: 0.5rem;
}
.indicateurs #estmation_pop_chart canvas {
  width: 100%;
}

#indicatuers__lire-plus-btn {
  text-align: center;
}
#indicatuers__lire-plus-btn a {
  text-decoration: none;
}
#indicatuers__lire-plus-btn button {
  border-radius: 20px;
  margin-top: 4rem;
  font-weight: normal;
  padding: 9px 20px;
  border: none;
}
#indicatuers__lire-plus-btn .btn-primary:hover {
  border: none;
  background-color: #C53131;
  transition: 0.4s;
}

.news {
  width: 100%;
  margin: 0 auto;
}
.news__card-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.news__card-container-page-actualites {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 800px;
}
.news__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.news__card:hover {
  opacity: 0.8;
}
.news__img {
  width: 100%;
  height: auto;
  border-radius: 0;
  margin: 0;
}
.news__date {
  display: block;
  font-size: 0.8rem;
  margin-top: 0.6rem;
  color: #F8C471;
}
.news__title {
  padding-top: 1rem;
  color: #000080;
  font-weight: 600;
  font-size: 0.8rem;
  margin: 0;
  text-decoration: none;
}
.news__title:hover {
  text-decoration: none;
  color: rgba(185, 7, 7, 0.83);
  transition: 0.3s;
}
.news__card-data {
  padding: 0.5rem;
}
.news__card-data:hover {
  background-color: #031731;
  transition: 0.6s;
  transition: 0.9s;
}
.news__card-data:hover .news__title {
  color: #fff;
  text-decoration: none;
}

.text-justify {
  text-align: initial;
  line-height: 1.3;
}

/*::-webkit-scrollbar {*/
/*  width: 0.6rem;*/
/*  background-color: #D7DBDD;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*  background-color: #C0392B;*/
/*}*/

.publication {
  margin-top: 2rem;
}
.publication__container {
  display: grid;
  grid-template-columns: repeat(2, 1f);
  gap: 1rem;
}
.publication__container a {
  text-decoration: none;
}
.publication__container a:hover {
  text-decoration: none;
}
.publication__card {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.publication__card:hover {
  opacity: 0.8;
}

.services__container {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.services a {
  text-decoration: none;
}
.services a:hover {
  text-decoration: none;
}
.services__card {
  max-width: 16rem;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.services__card p {
  margin: 0;
  font-size: 0.8rem;
  text-align: initial;
  line-height: 1.3;
}
.services__card h5 {
  color: #000080;
  margin-bottom: 0.3rem;
}
.services__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  color: #FFF;
  font-size: 1.5rem;
  background-color: #000080;
  border-radius: 50%;
  margin-bottom: 0.6rem;
}
.services__icon:hover {
  background-color: rgba(185, 7, 7, 0.83);
  transition: 0.4s;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

table caption {
  caption-side: top;
  margin: 0px !important;
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table tr {
  border: 1px solid #ddd;
}


.tab-col-bold {
  font-weight: bold;
  text-transform: uppercase;
}


.economie a {
  text-decoration: none;
}
.economie a:hover {
  text-decoration: none;
}
.economie__container {
  display: grid;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.economie__card {
  max-width: 20rem;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.5rem 1rem;
}
.economie__card h6 {
  text-align: center;
  font-weight: 600;
  color: #000080;
  line-height: 1;
}
.economie__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.7rem;
  font-size: 2rem;
  border-radius: 50%;
  background-color: black;
  color: #FFF;
  margin-bottom: 1rem;
}
.economie__icon:hover {
  background-color: rgba(185, 7, 7, 0.83);
  transition: 0.4s;
}

@media screen and (max-width: 320px) {
  .statistiques__section-item {
    zoom: 70%;
  }
  .indicateurs__chart-items {
    margin: 0 auto;
  }
  .swiper-chart-button-next {
    right: 50%;
  }
  .swiper-chart-button-prev {
    left: 50%;
  }
}
@media screen and (min-width: 500px) {
  .economie__container {
    grid-template-columns: repeat(2, 20rem);
  }
  .publication__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .services__container {
    grid-template-columns: repeat(2, 16rem);
  }
  .statistiques__container-item {
    margin: 0px 1rem;
  }
  .statistiques__section-item {
    zoom: 100%;
  }
  .statistiques__menu {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .statistiques__projection-estim {
    margin: 1rem 0px;
    width: 100%;
  }
  .themes__items {
    width: 90%;
    height: 12rem;
    margin: 0;
  }
  .educ-banner span h3 {
    font-size: 2rem;
  }
  .educ-banner span img {
    width: 80px;
    height: 70px;
    margin-bottom: 1rem;
  }

  .indicateurs {
    width: 100%;
  }
  .indicateurs__chart-items {
    width: 100%;
  }
  .indicateurs__chart-items {
    margin: 0 auto;
  }
  .indicateurs .swiper-chart-button-next {
    right: 40%;
  }
  .indicateurs .swiper-chart-button-prev {
    left: 40%;
  }
}
@media screen and (min-width: 600px) {
  .indicateurs {
    width: 100%;
  }
  .indicateurs__chart-items {
    width: 100%;
  }
  .indicateurs__chart-items {
    margin: 0 auto;
  }
  .indicateurs .swiper-chart-button-next {
    right: 40%;
  }
  .indicateurs .swiper-chart-button-prev {
    left: 40%;
  }
  .news__card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 968px) {
  .economie__container {
    grid-template-columns: repeat(3, 20rem);
  }
  .statistiques__menu {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    justify-content: center;
    grid-row-gap: 1rem;
  }
  .statistiques__projection-estim {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.5rem;
    grid-row-gap: 4rem !important;
    margin: 0;
  }
  .statistiques .educ-banner span h3 {
    font-size: 3rem;
  }
  .statistiques .educ-banner span img {
    width: 90px;
    height: 80px;
    margin-bottom: 1rem;
  }
  .statistiques__title {
    margin-bottom: 2rem;
  }
  .statistiques__title span {
    font-size: 2rem;
  }
  .publication__container {
    margin: 0px 5rem;
  }
  .indicateurs {
    width: 90%;
  }
  .indicateurs__chart-items {
    width: 100%;
  }
  .indicateurs .swiper-chart-button-next {
    right: 44%;
  }
  .indicateurs .swiper-chart-button-prev {
    left: 44%;
  }
}
@media screen and (min-width: 1024px) {
  .news {
    width: 90%;
  }
  .news__card-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1100px) {
  .indicateurs .swiper-chart-button-next {
    right: 45.5%;
  }
  .indicateurs .swiper-chart-button-prev {
    left: 45.5%;
  }
}
